mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
14 lines
264 B
C
14 lines
264 B
C
#define HAVE_CONFIG_H
|
|
// #define USE_STDWIN
|
|
// #define USE_MACTCP
|
|
#define USE_BGEN
|
|
#ifndef __CFM68K__
|
|
#define USE_MACSPEECH
|
|
#endif
|
|
// #define USE_IMG
|
|
#define USE_MACCTB
|
|
#ifdef __powerc
|
|
#define USE_MAC_DYNAMIC_LOADING
|
|
#endif
|
|
#define USE_GUSI
|
|
#define USE_STACKCHECK
|