]> granicus.if.org Git - python/commitdiff
Define USE_GUSI2, not USE_GUSI1. PythonStandalone still doesn't compile due to tk...
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 4 Jun 2000 21:53:12 +0000 (21:53 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 4 Jun 2000 21:53:12 +0000 (21:53 +0000)
Mac/mwerks/mwerks_nonshared_config.h

index e3d97ec0f83f539218417349fb9d672b13b550fe..446e2d434bcb89eeb208b845e8406268548becfa 100644 (file)
@@ -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 */