]> granicus.if.org Git - python/commitdiff
Enable multithreading.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 7 Apr 2000 15:40:59 +0000 (15:40 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 7 Apr 2000 15:40:59 +0000 (15:40 +0000)
Mac/mwerks/mwerks_plugin_config.h
Mac/mwerks/mwerks_shared_config.h
Mac/mwerks/mwerks_tkplugin_config.h

index 1bb465df24d91b0db9193d87caac7050be7e9b05..1630c6c6eff12004450fb0f591c9b8df11066a01 100644 (file)
@@ -4,6 +4,7 @@
 
 #define USE_GUSI1              /* Stdio implemented with GUSI */
 /* #define USE_GUSI2           /* Stdio implemented with GUSI */
+#define WITH_THREAD            /* Use thread support (needs GUSI 2, not GUSI 1) */
 #define USE_MSL                        /* Use MSL libraries */
 #ifdef USE_MSL
 #define MSL_USE_PRECOMPILED_HEADERS 0  /* Don't use precomp headers: we include our own */
index 66174b5840de111f2411b511ddfa0c172e9dc279..becd67051dd85b3162877bbeb200a7bf75b25ab7 100644 (file)
@@ -8,6 +8,7 @@
 
 /* #define USE_GUSI1           /* Stdio implemented with GUSI */
 #define USE_GUSI2              /* Stdio implemented with GUSI */
+#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_CORE_TOOLBOX       /* Include core toolbox modules (Dlg,Ctl,Menu,Win,Res,Qd) */
 /* #define USE_TOOLBOX         /* Include all toolbox modules in core Python */
index 88b7552bf99d1bbf6b83a7a95a2c9008de27fe57..bd3b4745246b3122f4bd50b8f80a9234ce9fdf50 100644 (file)
@@ -4,5 +4,6 @@
 
 #define USE_GUSI1              /* Stdio implemented with GUSI */
 /* #define USE_GUSI2           /* Stdio implemented with GUSI */
+#define WITH_THREAD            /* Use thread support (needs GUSI 2, not GUSI 1) */
 #define USE_TK                 /* Include _tkinter module in core Python */
 #define MAC_TCL                        /* This *must* be on if USE_TK is on */