diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-04 02:03:38 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-04 02:03:38 +0200 |
commit | 1f0057c5fdde41f61bb4b2fa014faa512b27aac0 (patch) | |
tree | b2bddff45b461acd0983482e10a4930faa71e589 /sys/src/cmd/python | |
parent | 63759d2efb4be65b28d76db0d05b132c505886aa (diff) |
python: use altzone
Diffstat (limited to 'sys/src/cmd/python')
-rw-r--r-- | sys/src/cmd/python/pyconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |