mirror of https://github.com/python/cpython.git
Fixes by Guido: HAVE_CONFIG_H, USE_STACKCHECK and
USE_MAC_DYNAMIC_LOADING are no longer needed. Also, WASTE and IMG removed in some places.
This commit is contained in:
parent
32b27f11c1
commit
cb7f3fc72c
|
@ -1,9 +1,6 @@
|
|||
#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 */
|
||||
#define USE_STACKCHECK
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#define HAVE_CONFIG_H
|
||||
#define USE_MAC_DYNAMIC_LOADING
|
||||
#define USE_GUSI
|
||||
#define USE_MAC_SHARED_LIBRARY
|
||||
#define USE_MAC_APPLET_SUPPORT
|
||||
|
|
|
@ -1,16 +1,9 @@
|
|||
#define HAVE_CONFIG_H
|
||||
// #define USE_STDWIN
|
||||
// #define USE_MACTCP
|
||||
//#define USE_STDWIN
|
||||
//#define USE_MACTCP
|
||||
#define USE_BGEN
|
||||
//#define USE_MACSPEECH
|
||||
// #define USE_IMG
|
||||
//#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
|
||||
|
||||
//#define USE_WASTE
|
||||
|
|
Loading…
Reference in New Issue