diff options
author | Brett Cannon <bcannon@gmail.com> | 2003-09-19 00:59:16 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2003-09-19 00:59:16 (GMT) |
commit | 1836781faee7628f9ebb2427470f3b34042dd4f8 (patch) | |
tree | f25043f6705fb9900574585c378afc29c23cf710 /pyconfig.h.in | |
parent | a425dbc7ce89b290b94a2e622cf1b3e269d5aba1 (diff) | |
download | cpython-1836781faee7628f9ebb2427470f3b34042dd4f8.zip cpython-1836781faee7628f9ebb2427470f3b34042dd4f8.tar.gz cpython-1836781faee7628f9ebb2427470f3b34042dd4f8.tar.bz2 |
Improve detection of whether tzset is broken.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index dacd304..9df836f 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -600,6 +600,9 @@ `tzname'. */ #undef HAVE_TZNAME +/* Define this if you have tcl and TCL_UTF_MAX==6 */ +#undef HAVE_UCS4_TCL + /* Define this if you have the type uintptr_t. */ #undef HAVE_UINTPTR_T |