]> granicus.if.org Git - python/commitdiff
Add timegm to list of functions tested, for Marc-Andre L.
authorGuido van Rossum <guido@python.org>
Thu, 11 Jun 1998 15:19:05 +0000 (15:19 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 11 Jun 1998 15:19:05 +0000 (15:19 +0000)
config.h.in
configure
configure.in

index 6d01d3b97f5561541553c84c4777d985cc6922cb..065d723002b7ec2b163be073537f5e0b069bacb3 100644 (file)
 /* Define if you have the tcsetpgrp function.  */
 #undef HAVE_TCSETPGRP
 
+/* Define if you have the timegm function.  */
+#undef HAVE_TIMEGM
+
 /* Define if you have the times function.  */
 #undef HAVE_TIMES
 
index 3a12900c2db26b7e4f52f1a8faeeb0e2130cc2a8..08f3d67a8ec737c89266783b2d63f895e628cc81 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.86 
+# From configure.in Revision: 1.87 
 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.12 
@@ -2642,7 +2642,7 @@ for ac_func in alarm chown clock dlopen execv flock fork ftime ftruncate \
  kill link lstat mkfifo mktime nice pause plock putenv readlink \
  select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
  sigaction siginterrupt sigrelse strftime strptime symlink \
- tcgetpgrp tcsetpgrp times truncate uname waitpid
+ tcgetpgrp tcsetpgrp timegm times truncate uname waitpid
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:2649: checking for $ac_func" >&5
index 52ffddd313f3844f05cb0550b441baeca2377f07..14f3517145c71375ee4c2b20e5c6b60a28aca228 100644 (file)
@@ -465,7 +465,7 @@ AC_CHECK_FUNCS(alarm chown clock dlopen execv flock fork ftime ftruncate \
  kill link lstat mkfifo mktime nice pause plock putenv readlink \
  select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
  sigaction siginterrupt sigrelse strftime strptime symlink \
- tcgetpgrp tcsetpgrp times truncate uname waitpid)
+ tcgetpgrp tcsetpgrp timegm times truncate uname waitpid)
 AC_REPLACE_FUNCS(dup2 getcwd strdup strerror memmove)
 AC_CHECK_FUNC(getpgrp, AC_TRY_COMPILE([#include <unistd.h>], [getpgrp(0);], AC_DEFINE(GETPGRP_HAVE_ARG)))
 AC_CHECK_FUNC(setpgrp, AC_TRY_COMPILE([#include <unistd.h>], [setpgrp(0,0);], AC_DEFINE(SETPGRP_HAVE_ARG)))