comparison configure.ac @ 16908:d0e74d0be43f

I expanded your patch, Richard, to also do appropriate header checking in the configure script and then use that information. I removed some other #includes which don't appear to be needed. committer: Richard Laager <rlaager@wiktel.com>
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 05 May 2007 16:48:06 +0000
parents bcba07153da5
children b668951121d8
comparison
equal deleted inserted replaced
16907:533ebd404184 16908:d0e74d0be43f
1920 AC_CHECK_FUNCS(memcpy memmove random strchr strerror vprintf) 1920 AC_CHECK_FUNCS(memcpy memmove random strchr strerror vprintf)
1921 AC_CHECK_HEADERS(malloc.h paths.h sgtty.h stdarg.h sys/cdefs.h) 1921 AC_CHECK_HEADERS(malloc.h paths.h sgtty.h stdarg.h sys/cdefs.h)
1922 AC_CHECK_HEADERS(sys/file.h sys/filio.h sys/ioctl.h sys/msgbuf.h) 1922 AC_CHECK_HEADERS(sys/file.h sys/filio.h sys/ioctl.h sys/msgbuf.h)
1923 AC_CHECK_HEADERS(sys/select.h sys/uio.h sys/utsname.h sys/wait.h) 1923 AC_CHECK_HEADERS(sys/select.h sys/uio.h sys/utsname.h sys/wait.h)
1924 AC_CHECK_HEADERS(termios.h) 1924 AC_CHECK_HEADERS(termios.h)
1925 AC_CHECK_HEADERS(sys/sysctl.h sys/socket.h)
1925 AC_VAR_TIMEZONE_EXTERNALS 1926 AC_VAR_TIMEZONE_EXTERNALS
1926 1927
1927 AC_CACHE_CHECK(for tm_gmtoff in struct tm, ac_cv_struct_tm_gmtoff, 1928 AC_CACHE_CHECK(for tm_gmtoff in struct tm, ac_cv_struct_tm_gmtoff,
1928 AC_TRY_COMPILE([ 1929 AC_TRY_COMPILE([
1929 #include <time.h> 1930 #include <time.h>