diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-09-14 13:33:01 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-09-14 13:33:01 (GMT) |
commit | 68f9d95c10c8e1326254c275c3d622449fa50ecf (patch) | |
tree | b5854fdc7def4090b3032286968c4bcd18c5be06 /Mac | |
parent | a5fa1ff8f60920ec6268994116e2989f354e9608 (diff) | |
download | cpython-68f9d95c10c8e1326254c275c3d622449fa50ecf.zip cpython-68f9d95c10c8e1326254c275c3d622449fa50ecf.tar.gz cpython-68f9d95c10c8e1326254c275c3d622449fa50ecf.tar.bz2 |
Added USE_IC and USE_PYEXPAT
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/mwerks/mwerks_nonshared_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_nonshared_config.h b/Mac/mwerks/mwerks_nonshared_config.h index e752ba2..dcf1a0f 100644 --- a/Mac/mwerks/mwerks_nonshared_config.h +++ b/Mac/mwerks/mwerks_nonshared_config.h @@ -24,6 +24,8 @@ /* #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_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 */ |