summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2003-09-19 00:59:16 +0000
committerBrett Cannon <bcannon@gmail.com>2003-09-19 00:59:16 +0000
commit93d66dc8f75d34b6e5ed032b2a2342a3d11ca4a6 (patch)
tree5c4d2aa95b3040be6025e4420cefb3761beeae7a /pyconfig.h.in
parentc3d86e7875b14830f64f6ddea362bd9d06f71184 (diff)
downloadcpython-93d66dc8f75d34b6e5ed032b2a2342a3d11ca4a6.tar.gz
Improve detection of whether tzset is broken.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
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