summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_plugin_config.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-04-07 15:40:59 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-04-07 15:40:59 (GMT)
commit037649eaa675e5c11ce51bd5e2be116710d336b0 (patch)
treeb8ac05f475f8590aae78d5b30b0c25d37525ab07 /Mac/mwerks/mwerks_plugin_config.h
parent6d3632a209766b5315cf2d3db3a22c78510d6ff7 (diff)
downloadcpython-037649eaa675e5c11ce51bd5e2be116710d336b0.zip
cpython-037649eaa675e5c11ce51bd5e2be116710d336b0.tar.gz
cpython-037649eaa675e5c11ce51bd5e2be116710d336b0.tar.bz2
Enable multithreading.
Diffstat (limited to 'Mac/mwerks/mwerks_plugin_config.h')
-rw-r--r--Mac/mwerks/mwerks_plugin_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_plugin_config.h b/Mac/mwerks/mwerks_plugin_config.h
index 1bb465d..1630c6c 100644
--- a/Mac/mwerks/mwerks_plugin_config.h
+++ b/Mac/mwerks/mwerks_plugin_config.h
@@ -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 */