From d11b62edd077428935f93b36ae8d65ebaa684cca Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 14 Mar 2003 21:51:36 +0000 Subject: - New function time.tzset() provides access to the C library tzet() function, if supported. (SF patch #675422, by Stuart Bishop.) --- pyconfig.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pyconfig.h.in') diff --git a/pyconfig.h.in b/pyconfig.h.in index e2dd4d28ec..37fd5fcbe9 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 -- cgit v1.2.1