]> granicus.if.org Git - python/commitdiff
Added USE_APPEARANCE flag.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 9 Dec 1999 22:48:29 +0000 (22:48 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 9 Dec 1999 22:48:29 +0000 (22:48 +0000)
Mac/mwerks/mwerks_applet_config.h
Mac/mwerks/mwerks_nonshared_config.h
Mac/mwerks/mwerks_shared_config.h

index 3cf3f45b41d2d5e0315a80a11ba811f6e14d084d..3e54034dfda907d7cdd425cdcb8cced5e37d7009 100644 (file)
@@ -23,6 +23,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_APPEARANCE /* Enable Appearance support */
 #ifdef __powerc
 #define USE_CACHE_ALIGNED 8            /* Align on 32-byte boundaries for 604 */
 #endif
index b6414f4cddc73d040182f05ca5e4b53a43fd7a2c..4746c4007667d6a2112643f81366a027485a37c1 100644 (file)
@@ -23,6 +23,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_APPEARANCE /* Enable Appearance support */
 #ifdef __powerc
 #define USE_CACHE_ALIGNED 8            /* Align on 32-byte boundaries for 604 */
 #endif
index 0dbdcdace843eec9e8b61a25b5b715481c0ad2be..9f91f7ea023e16d84082d2f2da3bfe7352dfea91 100644 (file)
@@ -25,6 +25,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_APPEARANCE /* Enable Appearance support */
 #ifdef __powerc
 #define USE_CACHE_ALIGNED 8            /* Align on 32-byte boundaries for 604 */
 #endif