mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* configure.ac: Replacement function for timegm(). No need to check for
setenv() any longer.
This commit is contained in:
parent
be6dd2e1ed
commit
f8d4768309
2 changed files with 7 additions and 2 deletions
|
@ -758,11 +758,11 @@ AC_FUNC_FSEEKO
|
|||
AC_FUNC_VPRINTF
|
||||
AC_FUNC_FORK
|
||||
AC_CHECK_FUNCS(strerror stpcpy strsep strlwr tcgetattr strtoul mmap)
|
||||
AC_CHECK_FUNCS(strcasecmp strncasecmp ctermid times timegm)
|
||||
AC_CHECK_FUNCS(strcasecmp strncasecmp ctermid times unsetenv)
|
||||
AC_CHECK_FUNCS(memmove gettimeofday getrusage setrlimit clock_gettime)
|
||||
AC_CHECK_FUNCS(atexit raise getpagesize strftime nl_langinfo setlocale)
|
||||
AC_CHECK_FUNCS(waitpid wait4 sigaction sigprocmask rand pipe stat getaddrinfo)
|
||||
AC_REPLACE_FUNCS(mkdtemp setenv unsetenv)
|
||||
AC_REPLACE_FUNCS(mkdtemp timegm)
|
||||
AC_CHECK_TYPES([struct sigaction, sigset_t],,,[#include <signal.h>])
|
||||
|
||||
# See if getopt is in libiberty. This is of course not optimal since
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue