* configure.in: Check for sys/filio.h
authorKen Raeburn <raeburn@mit.edu>
Wed, 18 Sep 2002 20:34:30 +0000 (20:34 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 18 Sep 2002 20:34:30 +0000 (20:34 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14873 dc483132-0cff-0310-8789-dd5450dbe970

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

index 0dec7e62d27aa17a4c70aee2d3891033b2ad96e6..2c4c0e3c1d0f9a11bad2cf87f98f49eb8ca595e6 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-18  Ken Raeburn  <raeburn@mit.edu>
+
+       * configure.in: Check for sys/filio.h.
+
 2002-09-13  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (maybe-make-db.h-sys, maybe-make-db.h-k5): New
index 531418ffebca5347d54c7d1b32058889d98c85b0..e54dedabbd882b6f351a6ecb9a44826884d92224 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)
+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_HEADER_STDARG
 KRB5_AC_INET6
 dnl