From 93d66dc8f75d34b6e5ed032b2a2342a3d11ca4a6 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 19 Sep 2003 00:59:16 +0000 Subject: Improve detection of whether tzset is broken. --- pyconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyconfig.h.in') diff --git a/pyconfig.h.in b/pyconfig.h.in index dacd3042a2..9df836f937 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 -- cgit v1.2.1