File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66*/
77
88#define USE_GUSI /* Stdio implemented with GUSI */
9+ #define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
910#define USE_TOOLBOX /* Include toolbox modules in core Python */
1011#define USE_QT /* Include quicktime modules in core Python */
1112#define USE_WASTE /* Include waste module in core Python */
2425#ifdef __powerc
2526#define USE_CACHE_ALIGNED 8 /* Align on 32-byte boundaries for 604 */
2627#endif
28+ #ifdef USE_MSL
29+ #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
30+ #include <ansi_prefix.mac.h>
31+ #endif
Original file line number Diff line number Diff line change 33*/
44
55#define USE_GUSI /* Stdio implemented with GUSI */
6+ #define USE_MSL /* Use MSL libraries */
7+ #ifdef USE_MSL
8+ #define USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
9+ #include <ansi_prefix.mac.h>
10+ #endif
Original file line number Diff line number Diff line change 77*/
88
99#define USE_GUSI /* Stdio implemented with GUSI */
10+ #define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
1011/* #define USE_TOOLBOX /* Include toolbox modules in core Python */
1112/* #define USE_QT /* Include quicktime modules in core Python */
1213/* #define USE_WASTE /* Include waste module in core Python */
2122#define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
2223#define USE_MAC_DYNAMIC_LOADING /* Enable dynamically loaded modules */
2324/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
25+ /* #define USE_GDBM /* Include the gdbm module */
2426#ifdef __powerc
2527#define USE_CACHE_ALIGNED 8 /* Align on 32-byte boundaries for 604 */
2628#endif
29+ #ifdef USE_MSL
30+ #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
31+ #include <ansi_prefix.mac.h>
32+ #endif
Original file line number Diff line number Diff line change 66*/
77
88#define USE_GUSI /* Stdio implemented with GUSI */
9+ #define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
910#define USE_TOOLBOX /* Include toolbox modules in core Python */
1011#define USE_QT /* Include quicktime modules in core Python */
1112/* #define USE_WASTE /* Include waste module in core Python */
1920/* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
2021/* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
2122/* #define USE_MAC_DYNAMIC_LOADING /* Enable dynamically loaded modules */
22- /* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
23+ #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
2324/* #define USE_GDBM /* Include the gdbm module */
2425#ifdef __powerc
2526#define USE_CACHE_ALIGNED 8 /* Align on 32-byte boundaries for 604 */
2627#endif
28+ #ifdef USE_MSL
29+ #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
30+ #include <ansi_prefix.mac.h>
31+ #endif
You can’t perform that action at this time.
0 commit comments