mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Added USE_IC and USE_PYEXPAT
This commit is contained in:
parent
a5fa1ff8f6
commit
68f9d95c10
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue