ticket: 2224
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16034
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-02-09 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Check for sys/time.h and time.h.
+
2003-01-10 Ken Raeburn <raeburn@mit.edu>
* configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
AC_PROG_INSTALL
AC_CHECK_HEADERS(unistd.h stdlib.h string.h)
AC_C_CONST
+dnl gss-misc.c needs this:
+AC_CHECK_HEADERS(sys/time.h time.h)
dnl
dnl Kludge for simple server --- FIXME is this the best way to do this?
dnl