diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-06-28 21:57:24 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-06-28 21:57:24 (GMT) |
commit | 2819146cc7a9a060e90c1a156b52541d4c092204 (patch) | |
tree | c210a697f8f154dc3db80ae10dc0604372079efc /Mac/mwerks | |
parent | ad89bbcd887724a1b199671dce9ae7c7718f6866 (diff) | |
download | cpython-2819146cc7a9a060e90c1a156b52541d4c092204.zip cpython-2819146cc7a9a060e90c1a156b52541d4c092204.tar.gz cpython-2819146cc7a9a060e90c1a156b52541d4c092204.tar.bz2 |
Added USE_UCNHASH (experimental, I hope it can go), USE_TOOLBOX and USE_QT.
Diffstat (limited to 'Mac/mwerks')
-rw-r--r-- | Mac/mwerks/mwerks_carbon_config.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Mac/mwerks/mwerks_carbon_config.h b/Mac/mwerks/mwerks_carbon_config.h index 814f8a7..e96de720 100644 --- a/Mac/mwerks/mwerks_carbon_config.h +++ b/Mac/mwerks/mwerks_carbon_config.h @@ -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 |