diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-25 16:28:34 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-25 16:28:34 (GMT) |
commit | 41eb3c7dc5064e8e2c66d3066f6cffb1ae4252b5 (patch) | |
tree | d9c853cb7a495082e6fc46e9b60d85dcd9a23263 /Mac/mwerks | |
parent | 4ff2fe7ee11593f940ce17ef3ebd81f97707625b (diff) | |
download | cpython-41eb3c7dc5064e8e2c66d3066f6cffb1ae4252b5.zip cpython-41eb3c7dc5064e8e2c66d3066f6cffb1ae4252b5.tar.gz cpython-41eb3c7dc5064e8e2c66d3066f6cffb1ae4252b5.tar.bz2 |
ucnhash module has gone.
Diffstat (limited to 'Mac/mwerks')
-rw-r--r-- | Mac/mwerks/mwerks_carbonNOGUSI_config.h | 1 | ||||
-rw-r--r-- | Mac/mwerks/mwerks_carbon_config.h | 1 | ||||
-rw-r--r-- | Mac/mwerks/mwerks_nonshared_config.h | 1 | ||||
-rw-r--r-- | Mac/mwerks/mwerks_nscarbon_config.h | 1 | ||||
-rw-r--r-- | Mac/mwerks/mwerks_small_config.h | 1 | ||||
-rw-r--r-- | Mac/mwerks/mwerks_thrcarbonsm_config.h | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/Mac/mwerks/mwerks_carbonNOGUSI_config.h b/Mac/mwerks/mwerks_carbonNOGUSI_config.h index e886d36..62ca906 100644 --- a/Mac/mwerks/mwerks_carbonNOGUSI_config.h +++ b/Mac/mwerks/mwerks_carbonNOGUSI_config.h @@ -29,7 +29,6 @@ /* #define HAVE_DYNAMIC_LOADING /* Enable dynamically loaded modules */ /* #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 /* Disable private malloc. Also disables next two defines */ diff --git a/Mac/mwerks/mwerks_carbon_config.h b/Mac/mwerks/mwerks_carbon_config.h index 66a189f..5c59922 100644 --- a/Mac/mwerks/mwerks_carbon_config.h +++ b/Mac/mwerks/mwerks_carbon_config.h @@ -29,7 +29,6 @@ /* #define HAVE_DYNAMIC_LOADING /* Enable dynamically loaded modules */ /* #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 /* Disable private malloc. Also disables next two defines */ diff --git a/Mac/mwerks/mwerks_nonshared_config.h b/Mac/mwerks/mwerks_nonshared_config.h index dcf1a0f..413d241 100644 --- a/Mac/mwerks/mwerks_nonshared_config.h +++ b/Mac/mwerks/mwerks_nonshared_config.h @@ -27,7 +27,6 @@ #define USE_IC /* Include Internet Config module */ #define USE_PYEXPAT /* Include Pyexpat 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 */ diff --git a/Mac/mwerks/mwerks_nscarbon_config.h b/Mac/mwerks/mwerks_nscarbon_config.h index ae98bbd..015a08e 100644 --- a/Mac/mwerks/mwerks_nscarbon_config.h +++ b/Mac/mwerks/mwerks_nscarbon_config.h @@ -32,7 +32,6 @@ /* #define USE_IC /* Include Internet Config module */ #define USE_PYEXPAT /* Include Pyexpat 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 */ diff --git a/Mac/mwerks/mwerks_small_config.h b/Mac/mwerks/mwerks_small_config.h index 5355413..99d552f 100644 --- a/Mac/mwerks/mwerks_small_config.h +++ b/Mac/mwerks/mwerks_small_config.h @@ -23,7 +23,6 @@ /* #define HAVE_DYNAMIC_LOADING /* Enable dynamically loaded modules */ /* #define USE_GDBM /* Include the gdbm module */ /* #define USE_ZLIB /* Include the zlib module */ -#define USE_UCNHASH /* Include the ucnhash module */ #define USE_APPEARANCE /* Enable Appearance support */ #define USE_MSL_MALLOC /* Disable private malloc. Also disables next two defines */ diff --git a/Mac/mwerks/mwerks_thrcarbonsm_config.h b/Mac/mwerks/mwerks_thrcarbonsm_config.h index 3994a99..1e1e723 100644 --- a/Mac/mwerks/mwerks_thrcarbonsm_config.h +++ b/Mac/mwerks/mwerks_thrcarbonsm_config.h @@ -30,7 +30,6 @@ /* #define HAVE_DYNAMIC_LOADING /* Enable dynamically loaded modules */ /* #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 /* Disable private malloc. Also disables next two defines */ |