+2001-06-21 Ezra Peisach <epeisach@mit.edu>
+
+ * configure.in: Test system header files for daemon prototype.
+
2001-06-18 Ezra Peisach <epeisach@mit.edu>
* configure.in: Check for regex.h
AC_CHECK_HEADERS(unistd.h stdlib.h krb_db.h kdc.h regex.h alloca.h sys/time.h sys/select.h memory.h arpa/inet.h)
AC_CHECK_FUNCS(ftime timezone getcwd strstr waitpid vsprintf)
AC_REPLACE_FUNCS([memmove strftime])
+KRB5_NEED_PROTO([#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif],daemon,1)
AC_HEADER_TIME
CHECK_SIGNALS
CHECK_WAIT_TYPE