From: Jack Jansen Date: Thu, 14 Sep 2000 13:33:01 +0000 (+0000) Subject: Added USE_IC and USE_PYEXPAT X-Git-Tag: v2.0b2~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68f9d95c10c8e1326254c275c3d622449fa50ecf;p=python Added USE_IC and USE_PYEXPAT --- diff --git a/Mac/mwerks/mwerks_nonshared_config.h b/Mac/mwerks/mwerks_nonshared_config.h index e752ba2303..dcf1a0fd17 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 */