diff options
author | Guido van Rossum <guido@python.org> | 2003-03-14 21:51:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-03-14 21:51:36 (GMT) |
commit | d11b62edd077428935f93b36ae8d65ebaa684cca (patch) | |
tree | 9dc367fe07572083aea392a93c9aab9100ad25e4 /pyconfig.h.in | |
parent | 538f1d842c3dfeff279c084d616c03113ec5dd94 (diff) | |
download | cpython-d11b62edd077428935f93b36ae8d65ebaa684cca.zip cpython-d11b62edd077428935f93b36ae8d65ebaa684cca.tar.gz cpython-d11b62edd077428935f93b36ae8d65ebaa684cca.tar.bz2 |
- New function time.tzset() provides access to the C library tzet()
function, if supported. (SF patch #675422, by Stuart Bishop.)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index e2dd4d2..37fd5fc 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -613,6 +613,10 @@ /* Define to 1 if you have the `wcscoll' function. */ #undef HAVE_WCSCOLL +/* Define if tzset() actually switches the local timezone in a meaningful way. + */ +#undef HAVE_WORKING_TZSET + /* Define to 1 if you have the `_getpty' function. */ #undef HAVE__GETPTY |