From: Ken Raeburn Date: Fri, 4 Jun 2004 01:06:43 +0000 (+0000) Subject: * configure.in: Check for getpwnam_r, gmtime_r, and localtime_r X-Git-Tag: krb5-1.4-beta1~366 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bdca03dc4c3ce82fb2e371c008ac1a839be92047;p=krb5.git * configure.in: Check for getpwnam_r, gmtime_r, and localtime_r git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16406 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 9fe30891b..4732e1ec8 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +2004-06-03 Ken Raeburn + + * configure.in: Check for getpwnam_r, gmtime_r, and localtime_r. + 2004-06-02 Ken Raeburn * k5-thread.h: Error out at compile time if thread support is diff --git a/src/include/configure.in b/src/include/configure.in index 75bf3ea32..5439cc553 100644 --- a/src/include/configure.in +++ b/src/include/configure.in @@ -9,7 +9,7 @@ AC_PROG_INSTALL 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 flock fchmod chmod strftime strptime geteuid setenv unsetenv getenv gethostbyname2 getifaddrs) +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 getpwnam_r gmtime_r localtime_r) AC_CHECK_FUNCS( mkstemp) 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)