diff options
author | Guido van Rossum <guido@python.org> | 1998-06-11 15:19:05 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-06-11 15:19:05 (GMT) |
commit | 08d6be48714d52dcc277c9b8e16ca51cb229dcc7 (patch) | |
tree | fd89f88708921c168f8b0818a67f5f3a08cf01a1 /config.h.in | |
parent | d92fb16d574d2329fa4251c6725f0c955ca28f17 (diff) | |
download | cpython-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.in | 3 |
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 |