strptime in the C library but does not provide a prototype.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13326
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-06-11 Ezra Peisach <epeisach@mit.edu>
+
+ * configure.in: Test for strptime() prototype. Debian linux has
+ strptime in the C library but does not provide a prototype.
+
2001-04-26 Ken Raeburn <raeburn@mit.edu>
* configure.in: Don't use HAS_ANSI_VOLATILE.
AC_CHECK_FUNCS(flock fchmod chmod strftime strptime geteuid setenv unsetenv getenv setsid gethostbyname2 getifaddrs)
AC_REPLACE_FUNCS(vfprintf vsprintf strdup strcasecmp strerror memmove daemon getuid sscanf syslog)
KRB5_AC_REGEX_FUNCS
+KRB5_NEED_PROTO([#include <time.h>],strptime)
dnl
KRB5_SOCKADDR_SA_LEN
KRB5_BUILD_LIBRARY_WITH_DEPS