+2003-12-23 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Check for flock, fchmod, chmod, strftime,
+ strptime, geteuid, setenv, unsetenv, getenv, gethostbyname2,
+ getifaddrs, stdarg.h, unistd.h, paths.h, regex.h, regexp.h,
+ regexpr.h, fcntl.h, memory.h, ifaddrs.h, and sys/filio.h, as was
+ previously done in the krb5 library configure script.
+
2003-12-19 Ken Raeburn <raeburn@mit.edu>
* fake-addrinfo.h: Include stdio.h.
AC_PROG_AWK
AC_PROG_LEX
AC_C_CONST
-AC_CHECK_FUNCS(strdup setvbuf inet_ntoa inet_aton seteuid setresuid setreuid setegid setresgid setregid setsid)
+AC_CHECK_FUNCS(strdup setvbuf inet_ntoa inet_aton seteuid setresuid setreuid setegid setresgid setregid setsid flock fchmod chmod strftime strptime geteuid setenv unsetenv getenv gethostbyname2 getifaddrs)
+AC_HEADER_STDARG
+AC_CHECK_HEADERS(unistd.h paths.h regex.h regexp.h regexpr.h fcntl.h memory.h ifaddrs.h sys/filio.h)
dnl
dnl Check what the return types for gethostbyname_r and getservbyname_r are.
dnl
+2003-12-23 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Remove basic checks for header files and
+ functions, now moved into include/configure.in.
+
2003-08-21 Ken Raeburn <raeburn@mit.edu>
* configure.in: Don't substitute LIBOBJS, newer autoconfs don't
AC_TYPE_OFF_T
dnl
dnl
-AC_HEADER_STDARG
-AC_CHECK_HEADERS(unistd.h paths.h regex.h regexp.h regexpr.h fcntl.h memory.h ifaddrs.h sys/filio.h)
-AC_CHECK_FUNCS(flock fchmod chmod strftime strptime geteuid setenv unsetenv getenv setsid gethostbyname2 getifaddrs)
-dnl AC_REPLACE_FUNCS(strdup strcasecmp getuid)
KRB5_AC_REGEX_FUNCS
KRB5_NEED_PROTO([#include <time.h>],strptime)
dnl