mirror of https://github.com/python/cpython
14 lines
250 B
C
14 lines
250 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
|