summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_tkplugin_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_tkplugin_config.h
parent6d3632a209766b5315cf2d3db3a22c78510d6ff7 (diff)
downloadcpython-037649eaa675e5c11ce51bd5e2be116710d336b0.zip
cpython-037649eaa675e5c11ce51bd5e2be116710d336b0.tar.gz
cpython-037649eaa675e5c11ce51bd5e2be116710d336b0.tar.bz2
Enable multithreading.
Diffstat (limited to 'Mac/mwerks/mwerks_tkplugin_config.h')
-rw-r--r--Mac/mwerks/mwerks_tkplugin_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_tkplugin_config.h b/Mac/mwerks/mwerks_tkplugin_config.h
index 88b7552..bd3b474 100644
--- a/Mac/mwerks/mwerks_tkplugin_config.h
+++ b/Mac/mwerks/mwerks_tkplugin_config.h
@@ -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 */