]> granicus.if.org Git - python/commitdiff
We should define both USE_GUSI and USE_GUSI2.
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 6 May 2000 22:32:35 +0000 (22:32 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 6 May 2000 22:32:35 +0000 (22:32 +0000)
Mac/Build/_tkinter.prj
Mac/mwerks/mwerks_tkplugin_config.h

index d366cfeaacab0853bdc8d8b3946d12a4d34fdc61..d3eb78dd2d29097501f9b51c9afff4aa8eb39a6c 100644 (file)
Binary files a/Mac/Build/_tkinter.prj and b/Mac/Build/_tkinter.prj differ
index bd3b4745246b3122f4bd50b8f80a9234ce9fdf50..f13d9ab091cc8496b23d129be68dec58746e361d 100644 (file)
@@ -2,8 +2,11 @@
 ** Special config-file for _tkinter plugin.
 */
 
-#define USE_GUSI1              /* Stdio implemented with GUSI */
-/* #define USE_GUSI2           /* Stdio implemented with GUSI */
+#define USE_GUSI2              /* Stdio implemented with GUSI 2 */
+/* #define USE_GUSI1   /* Stdio implemented with GUSI 1.X */
+#if defined(USE_GUSI1) || defined(USE_GUSI2)
+#define USE_GUSI
+#endif
 #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 */