summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_nonshared_config.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-06-04 21:53:12 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-06-04 21:53:12 (GMT)
commit031ac7112f608bd80f4d92d046a0195f0fafb30a (patch)
treefced43cf0985aead5c13f17b5b94f5391e454cbe /Mac/mwerks/mwerks_nonshared_config.h
parentd9f6e92fbf018fd765f232555b4d4e92ec4d7d80 (diff)
downloadcpython-031ac7112f608bd80f4d92d046a0195f0fafb30a.zip
cpython-031ac7112f608bd80f4d92d046a0195f0fafb30a.tar.gz
cpython-031ac7112f608bd80f4d92d046a0195f0fafb30a.tar.bz2
Define USE_GUSI2, not USE_GUSI1. PythonStandalone still doesn't compile due to tk issues, though, but it isn't important right now.
Diffstat (limited to 'Mac/mwerks/mwerks_nonshared_config.h')
-rw-r--r--Mac/mwerks/mwerks_nonshared_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/mwerks/mwerks_nonshared_config.h b/Mac/mwerks/mwerks_nonshared_config.h
index e3d97ec..446e2d4 100644
--- a/Mac/mwerks/mwerks_nonshared_config.h
+++ b/Mac/mwerks/mwerks_nonshared_config.h
@@ -5,8 +5,8 @@
** specific features, you may also need different sets of sources.
*/
-#define USE_GUSI1 /* Stdio implemented with GUSI */
-/* #define USE_GUSI2 /* Stdio implemented with GUSI 2 */
+/* #define USE_GUSI1 /* Stdio implemented with GUSI */
+#define USE_GUSI2 /* Stdio implemented with GUSI 2 */
#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 */