From: ayin Date: Tue, 11 Dec 2007 08:54:07 +0000 (+0000) Subject: libptytty takes care of including util.h. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=eab30046b9adeb0ffbcf0449479dbe6423b2fd90;p=dana%2Furxvt.git libptytty takes care of including util.h. --- diff --git a/configure.ac b/configure.ac index 0ec66f9c..68333e46 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/src/rxvtlib.h.in b/src/rxvtlib.h.in index 021d2723..1c728a44 100644 --- a/src/rxvtlib.h.in +++ b/src/rxvtlib.h.in @@ -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@