mirror of https://github.com/python/cpython
17 lines
292 B
C
17 lines
292 B
C
#define HAVE_CONFIG_H
|
|
// #define USE_STDWIN
|
|
// #define USE_MACTCP
|
|
#define USE_BGEN
|
|
//#define USE_MACSPEECH
|
|
// #define USE_IMG
|
|
//#define USE_MACCTB
|
|
#define USE_TK
|
|
#define MAC_TCL
|
|
#ifdef __powerc
|
|
#define USE_MAC_DYNAMIC_LOADING
|
|
#endif
|
|
#define USE_GUSI
|
|
#define USE_WASTE
|
|
#define USE_STACKCHECK
|
|
|