From 1f0057c5fdde41f61bb4b2fa014faa512b27aac0 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 4 Aug 2015 02:03:38 +0200 Subject: [PATCH] python: use altzone --- sys/src/cmd/python/pyconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/src/cmd/python/pyconfig.h b/sys/src/cmd/python/pyconfig.h index fb9c5bcdd..9e94521a1 100644 --- a/sys/src/cmd/python/pyconfig.h +++ b/sys/src/cmd/python/pyconfig.h @@ -691,6 +691,7 @@ typedef unsigned long u_long; /* Define to 1 if you don't have `tm_zone' but do have the external array `tzname'. */ #define HAVE_TZNAME 1 +#define HAVE_ALTZONE 1 /* Define this if you have tcl and TCL_UTF_MAX==6 */ /* #undef HAVE_UCS4_TCL */