summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-06-11 15:19:05 (GMT)
committerGuido van Rossum <guido@python.org>1998-06-11 15:19:05 (GMT)
commit08d6be48714d52dcc277c9b8e16ca51cb229dcc7 (patch)
treefd89f88708921c168f8b0818a67f5f3a08cf01a1 /config.h.in
parentd92fb16d574d2329fa4251c6725f0c955ca28f17 (diff)
downloadcpython-08d6be48714d52dcc277c9b8e16ca51cb229dcc7.zip
cpython-08d6be48714d52dcc277c9b8e16ca51cb229dcc7.tar.gz
cpython-08d6be48714d52dcc277c9b8e16ca51cb229dcc7.tar.bz2
Add timegm to list of functions tested, for Marc-Andre L.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 6d01d3b..065d723 100644
--- a/config.h.in
+++ b/config.h.in
@@ -295,6 +295,9 @@
/* 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