From: Ken Raeburn Date: Thu, 20 Feb 2003 00:00:11 +0000 (+0000) Subject: * configure.in: Check for sys/select.h and time.h X-Git-Tag: krb5-1.3-alpha1~85 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2bfcfecfdc670281449db31c45ab2eaece0493ca;p=krb5.git * configure.in: Check for sys/select.h and time.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15192 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index d36725791..319f5d818 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +2003-02-19 Ken Raeburn + + * configure.in: Check for sys/select.h and time.h. + 2003-02-07 Tom Yu * Makefile.in (all-unix): Remove kerberosIV/krb_err.h, as it was diff --git a/src/include/configure.in b/src/include/configure.in index 5d6eec4d1..2a2178942 100644 --- a/src/include/configure.in +++ b/src/include/configure.in @@ -88,7 +88,7 @@ AC_CHECK_HEADER(termios.h,dnl AC_DEFINE(POSIX_TERMIOS,1,[Define if termios.h exists and tcsetattr exists]))]) dnl KRB5_SIGTYPE -AC_CHECK_HEADERS(stdlib.h string.h stddef.h unistd.h sys/types.h sys/file.h sys/param.h sys/stat.h sys/time.h netinet/in.h macsock.h xom.h sys/uio.h sys/filio.h) +AC_CHECK_HEADERS(stdlib.h string.h stddef.h unistd.h sys/types.h sys/file.h sys/param.h sys/stat.h sys/time.h netinet/in.h macsock.h xom.h sys/uio.h sys/filio.h sys/select.h time.h) AC_HEADER_STDARG KRB5_AC_INET6 dnl