From: Ken Raeburn Date: Wed, 18 Sep 2002 20:34:30 +0000 (+0000) Subject: * configure.in: Check for sys/filio.h X-Git-Tag: krb5-1.3-alpha1~378 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ef744990e13fc996105b74f56e45949649481b8d;p=krb5.git * configure.in: Check for sys/filio.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14873 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 0dec7e62d..2c4c0e3c1 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +2002-09-18 Ken Raeburn + + * configure.in: Check for sys/filio.h. + 2002-09-13 Ken Raeburn * Makefile.in (maybe-make-db.h-sys, maybe-make-db.h-k5): New diff --git a/src/include/configure.in b/src/include/configure.in index 531418ffe..e54dedabb 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) +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