]> granicus.if.org Git - python/commitdiff
Added USE_ZLIB to nonshared config files
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 3 Jun 1997 15:30:12 +0000 (15:30 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 3 Jun 1997 15:30:12 +0000 (15:30 +0000)
Mac/mwerks/mwerks_nonshared_config.h
Mac/mwerks/mwerks_shared_config.h
Mac/mwerks/mwerks_small_config.h

index 167ad83c12bd13e58322c0f231937697bfc167b4..b6414f4cddc73d040182f05ca5e4b53a43fd7a2c 100644 (file)
@@ -22,6 +22,7 @@
 /* #define USE_MAC_DYNAMIC_LOADING             /* Enable dynamically loaded modules */
 /* #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 */
 #ifdef __powerc
 #define USE_CACHE_ALIGNED 8            /* Align on 32-byte boundaries for 604 */
 #endif
index a7107e9f9165c51097831c889964ca313906c93c..969c870fcb8cbd56f3082ccdc3a6fdc5dcaff85b 100644 (file)
@@ -23,6 +23,7 @@
 #define USE_MAC_DYNAMIC_LOADING                /* Enable dynamically loaded modules */
 /* #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 */
 #ifdef __powerc
 #define USE_CACHE_ALIGNED 8            /* Align on 32-byte boundaries for 604 */
 #endif
index 28555f439312c4ec473cf8199381dfcd18362916..d3ba30750a1074f4a783e81698281ffb28dc2fef 100644 (file)
@@ -22,6 +22,7 @@
 /* #define USE_MAC_DYNAMIC_LOADING             /* Enable dynamically loaded modules */
 #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 */
 #ifdef __powerc
 #define USE_CACHE_ALIGNED 8            /* Align on 32-byte boundaries for 604 */
 #endif