]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Turn on USE_TK and MAC_TCL by default
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 23 Aug 1996 15:46:12 +0000 (15:46 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 23 Aug 1996 15:46:12 +0000 (15:46 +0000)
Mac/mwerks/mwerks_nonshared_config.h

index cb95b1857c1c4e93ee8846514d9392b8baaab02f..b4923846e5790517ca5e5896f6bf11a273c9e76e 100644 (file)
@@ -14,7 +14,7 @@
 #define USE_MACCTB             /* Include ctb module in core Python */
 /* #define USE_STDWIN          /* Include stdwin module in core Python */
 /* #define USE_MACTCP          /* Include mactcp (*not* socket) modules in core */
-/* #define USE_TK              /* Include _tkinter module in core Python */
-/* #define MAC_TCL             /* This *must* be on if USE_TK is on */
+#define USE_TK                 /* Include _tkinter module in core Python */
+#define MAC_TCL                        /* This *must* be on if USE_TK is on */
 /* #define USE_MAC_SHARED_LIBRARY      /* Enable code to add shared-library resources */
 /* #define USE_MAC_APPLET_SUPPORT      /* Enable code to run a PYC resource */