]> granicus.if.org Git - python/commitdiff
Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 8 Sep 2000 10:19:49 +0000 (10:19 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 8 Sep 2000 10:19:49 +0000 (10:19 +0000)
Mac/mwerks/mwerks_nonshared_config.h

index 797d52619b1372593b45f57b3fc47199db93e71b..e752ba23034ca9066c8a9cd3c56685cd958c5924 100644 (file)
@@ -7,6 +7,9 @@
 
 /* #define USE_GUSI1           /* Stdio implemented with GUSI */
 #define USE_GUSI2              /* Stdio implemented with GUSI 2 */
+#if defined(USE_GUSI1) || defined(USE_GUSI2)
+#define USE_GUSI
+#endif
 #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 */
@@ -22,7 +25,7 @@
 #define USE_GDBM               /* Include the gdbm module */
 #define USE_ZLIB               /* Include the zlib module */
 #define USE_APPEARANCE /* Enable Appearance support */
-
+#define USE_UCNHASH            /* Builtin ucnhash module (large!) */
 #define USE_MSL_MALLOC /* Disable private malloc. Also disables next two defines */
 #ifndef USE_MSL_MALLOC
 /* #define USE_MALLOC_DEBUG                    /* Enable range checking and other malloc debugging */