libptytty takes care of including util.h.
authorayin <ayin>
Tue, 11 Dec 2007 08:54:07 +0000 (08:54 +0000)
committerayin <ayin>
Tue, 11 Dec 2007 08:54:07 +0000 (08:54 +0000)
configure.ac
src/rxvtlib.h.in

index 0ec66f9caae5220dcc89284a2176f5071fcd3617..68333e46995155f653d2be70729458122eb62357 100644 (file)
@@ -874,7 +874,6 @@ RXVT_DEFINE_TO_INCLUDE(include_stdlib_h, cstdlib, ac_cv_header_stdlib_h, yes, no
 RXVT_DEFINE_TO_INCLUDE(include_unistd_h, unistd.h, ac_cv_header_unistd_h, yes, notset, dontmatch)
 RXVT_DEFINE_TO_INCLUDE(include_string_h, cstring, ac_cv_header_string_h, yes, notset, dontmatch)
 RXVT_DEFINE_TO_INCLUDE(include_fcntl_h, fcntl.h, ac_cv_header_fcntl_h, yes, notset, dontmatch)
-RXVT_DEFINE_TO_INCLUDE(include_util_h, util.h, ac_cv_header_util_h, yes, notset, dontmatch)
 RXVT_DEFINE_TO_INCLUDE(include_assert_h, assert.h, ac_cv_header_assert_h, yes, notset, dontmatch)
 RXVT_DEFINE_TO_INCLUDE(include_sys_ioctl_h, sys/ioctl.h, rxvt_cv_header_sysioctl, yes, notset, dontmatch)
 RXVT_DEFINE_TO_INCLUDE(include_sys_select_h, sys/select.h, ac_cv_header_sys_select_h, yes, notset, dontmatch)
index 021d272338e97a5fee16e9639950ea55fa8cc15a..1c728a448ebe1cc660dcf952aec33375c9330216 100644 (file)
@@ -11,7 +11,6 @@
 @include_unistd_h@
 @include_string_h@
 @include_fcntl_h@
-@include_util_h@
 @include_assert_h@
 @include_sys_ioctl_h@
 @include_sys_time_h@