mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
a7ee15c8ce
both enabled with USE_SHARED_LIBRARY, now there's also USE_MAC_DYNAMIC_LOADING). Added a few other USE_ defines for optional modules to nonshared config (they're not included in the base shared library)
8 lines
192 B
C
8 lines
192 B
C
#define HAVE_CONFIG_H
|
|
#define USE_MAC_SHARED_LIBRARY
|
|
#define USE_MAC_DYNAMIC_LOADING
|
|
#define USE_MAC_APPLET_SUPPORT
|
|
/* #define USE_MACTCP */
|
|
/* #define USE_BGEN */
|
|
/* #define USE_MACSPEECH */
|