]> granicus.if.org Git - python/commitdiff
Got PythonStandalone to work again, mainly for debugging purposes (it's much easier...
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 7 Mar 2003 15:36:13 +0000 (15:36 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 7 Mar 2003 15:36:13 +0000 (15:36 +0000)
Mac/Build/PythonStandalone.mcp
Mac/mwerks/mwerks_nscarbon_config.h

index 4079ba0354bf320c67699c2791fdae0b40b1239b..451422413e7eebd867e3c393d0da118a4d7c9b6d 100644 (file)
Binary files a/Mac/Build/PythonStandalone.mcp and b/Mac/Build/PythonStandalone.mcp differ
index 40f498c046195788821086d9bd18967477158a87..675f56a0b235a527d569d4bb84c41ca864c65657 100644 (file)
 
 #define USE_GUSI2              /* Stdio implemented with GUSI 2 */
 #define USE_GUSI
-/* #define WITH_THREAD         /* Use thread support (needs GUSI 2, not GUSI 1) */
+#define WITH_THREAD            /* Use thread support (needs GUSI 2, not GUSI 1) */
 #define USE_MSL                        /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
 #define USE_TOOLBOX            /* Include toolbox modules in core Python */
 #define USE_QT                 /* Include quicktime modules in core Python */
 #define USE_WASTE              /* Include waste module in core Python */
-/* #define USE_MACSPEECH               /* Include macspeech module in core Python */
-#define USE_IMG                        /* Include img modules in core Python */
-/* #define USE_MACCTB          /* Include ctb module in core Python */
-/* #define USE_TK                      /* Include _tkinter module in core Python */
-/* #define MAC_TCL                     /* This *must* be on if USE_TK is on */
+/* #define USE_IMG                     /* Include img modules in core Python */
 /* #define USE_MAC_SHARED_LIBRARY      /* Enable code to add shared-library resources */
 /* #define USE_MAC_APPLET_SUPPORT      /* Enable code to run a PYC resource */
 /* #define HAVE_DYNAMIC_LOADING                /* Enable dynamically loaded modules */
 #define USE_ZLIB               /* Include the zlib module */
 #define USE_IC                 /* Include Internet Config module */
 #define USE_PYEXPAT            /* Include Pyexpat module */
+#define XML_NS 1
+#define XML_DTD 1
+#define BYTEORDER 4321
+#define XML_CONTEXT_BYTES 1024
 #define USE_MSL_MALLOC /* Disable private malloc. Also disables next two defines */
 #ifndef USE_MSL_MALLOC
 /* #define USE_MALLOC_DEBUG                    /* Enable range checking and other malloc debugging */