* configure.in: Check for sys/select.h and time.h
authorKen Raeburn <raeburn@mit.edu>
Thu, 20 Feb 2003 00:00:11 +0000 (00:00 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 20 Feb 2003 00:00:11 +0000 (00:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15192 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/configure.in

index d3672579178e043f36a04e9090d2c3fc21a8a2f6..319f5d8181cfd00958dbf539af95df21bebe7c45 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-19  Ken Raeburn  <raeburn@mit.edu>
+
+       * configure.in: Check for sys/select.h and time.h.
+
 2003-02-07  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in (all-unix): Remove kerberosIV/krb_err.h, as it was
index 5d6eec4d10b9545cfe5f36e56c42743ee4b6ccb8..2a2178942cd000f20384d5cbb17a3cb1e4884929 100644 (file)
@@ -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