diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-29 13:27:46 +0000 |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-29 13:27:46 +0000 |
| commit | 5a8115c94b02bab70437f9eac53464c56e32bfd2 (patch) | |
| tree | 1161baa334b014a575664645149b3dc25fe9b03c /Mac/mwerks | |
| parent | 13735e3e3e69aa1adc5d1f9001216d8c151a8d4d (diff) | |
| download | cpython-git-5a8115c94b02bab70437f9eac53464c56e32bfd2.tar.gz | |
Ported the icglue module to carbon.
Diffstat (limited to 'Mac/mwerks')
| -rw-r--r-- | Mac/mwerks/mwerks_nscarbon_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/mwerks/mwerks_nscarbon_config.h b/Mac/mwerks/mwerks_nscarbon_config.h index 5d54e85fbe..6a4307a797 100644 --- a/Mac/mwerks/mwerks_nscarbon_config.h +++ b/Mac/mwerks/mwerks_nscarbon_config.h @@ -29,7 +29,7 @@ /* #define HAVE_DYNAMIC_LOADING /* Enable dynamically loaded modules */ #define USE_GDBM /* Include the gdbm module */ #define USE_ZLIB /* Include the zlib module */ -/* #define USE_IC /* Include Internet Config module */ +#define USE_IC /* Include Internet Config module */ #define USE_PYEXPAT /* Include Pyexpat module */ #define USE_APPEARANCE /* Enable Appearance support */ #define USE_MSL_MALLOC /* Disable private malloc. Also disables next two defines */ |
