]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added USE_UCNHASH (experimental, I hope it can go), USE_TOOLBOX and USE_QT.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 28 Jun 2000 21:57:24 +0000 (21:57 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 28 Jun 2000 21:57:24 +0000 (21:57 +0000)
Mac/mwerks/mwerks_carbon_config.h

index 814f8a768623a1d33f9c41460ff7c2b0e5cd213e..e96de720886a77f1b9fdb9fbb8f177709db316ff 100644 (file)
@@ -12,9 +12,9 @@
 /* #define USE_GUSI2           /* Stdio implemented with GUSI 2 */
 /* # define USE_GUSI1  /* Stdio implemented with GUSI 1 */
 #define USE_MSL                        /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
-/* #define USE_TOOLBOX         /* Include toolbox modules in core Python */
-#define USE_CORE_TOOLBOX               /* Include minimal set of toolbox modules in core Python */
-/* #define USE_QT                      /* Include quicktime modules in core Python */
+#define USE_TOOLBOX            /* Include toolbox modules in core Python */
+/* #define USE_CORE_TOOLBOX            /* Include minimal set of toolbox modules in core Python */
+#define USE_QT                 /* Include quicktime modules in core Python */
 /* #define USE_WASTE           /* Include waste module in core Python */
 /* #define USE_MACSPEECH               /* Include macspeech module in core Python */
 /* #define USE_IMG             /* Include img modules in core Python */
@@ -29,6 +29,7 @@
 /* #define USE_MALLOC_DEBUG                    /* Enable range checking and other malloc debugging */
 /* #define USE_GDBM            /* Include the gdbm module */
 /* #define USE_ZLIB            /* Include the zlib module */
+#define USE_UCNHASH            /* Include ucnhash module */
 #define USE_APPEARANCE /* Enable Appearance support */
 #define USE_MSL_MALLOC /* Use MSL malloc(), not our own. */
 #ifdef __powerc