diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-09-08 10:19:49 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-09-08 10:19:49 (GMT) |
commit | 85cacf2b5bd4ba144e6b056353b914cab63ec6db (patch) | |
tree | 8de6cd0870b5c185a6d2a0d9147a3b15a00e1ef5 /Mac/mwerks | |
parent | 3500d85b0761f013c702af0d43f119ab058f9432 (diff) | |
download | cpython-85cacf2b5bd4ba144e6b056353b914cab63ec6db.zip cpython-85cacf2b5bd4ba144e6b056353b914cab63ec6db.tar.gz cpython-85cacf2b5bd4ba144e6b056353b914cab63ec6db.tar.bz2 |
Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined.
Diffstat (limited to 'Mac/mwerks')
-rw-r--r-- | Mac/mwerks/mwerks_nonshared_config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Mac/mwerks/mwerks_nonshared_config.h b/Mac/mwerks/mwerks_nonshared_config.h index 797d526..e752ba2 100644 --- a/Mac/mwerks/mwerks_nonshared_config.h +++ b/Mac/mwerks/mwerks_nonshared_config.h @@ -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 */ |