]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/cmd/python/pyconfig.h
python: arm64 support
[plan9front.git] / sys / src / cmd / python / pyconfig.h
index fb9c5bcddf2554b6dd51c8234beff6ffbf4b511a..f5c8f06fe6ea416771ca5368a766c988d3ba2ec0 100644 (file)
@@ -17,7 +17,7 @@
 
 typedef struct Threadarg Threadarg;
 
-#if defined(T386) || defined(Talpha) || defined(Tarm) || defined(Tpower) || defined(Tamd64)
+#if defined(T386) || defined(Tarm) || defined(Tarm64) || defined(Tpower) || defined(Tamd64) || defined(Tspim)
 #undef WORDS_BIGENDIAN
 #elif defined(Tmips) || defined(Tsparc)
 #define WORDS_BIGENDIAN
@@ -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 */