blob: 969c870fcb8cbd56f3082ccdc3a6fdc5dcaff85b [file] [log] [blame]
Jack Jansene4201781996-08-20 16:34:01 +00001/*
2** Configuration file for dynamically loaded cfm68k/ppc PythonCore,
3** interpreter and Applet.
4**
5** Note: enabling the switches below is not enough to enable the
6** specific features, you may also need different sets of sources.
7*/
Jack Jansen98bfad71996-07-22 15:23:58 +00008
Jack Jansene4201781996-08-20 16:34:01 +00009#define USE_GUSI /* Stdio implemented with GUSI */
Jack Jansen2fe3a371997-05-07 15:42:50 +000010#define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
Jack Jansene4201781996-08-20 16:34:01 +000011/* #define USE_TOOLBOX /* Include toolbox modules in core Python */
12/* #define USE_QT /* Include quicktime modules in core Python */
13/* #define USE_WASTE /* Include waste module in core Python */
14/* #define USE_MACSPEECH /* Include macspeech module in core Python */
15/* #define USE_IMG /* Include img modules in core Python */
16/* #define USE_MACCTB /* Include ctb module in core Python */
17/* #define USE_STDWIN /* Include stdwin module in core Python */
18/* #define USE_MACTCP /* Include mactcp (*not* socket) modules in core */
19/* #define USE_TK /* Include _tkinter module in core Python */
20/* #define MAC_TCL /* This *must* be on if USE_TK is on */
21#define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
22#define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
Jack Jansen0040b471997-02-20 15:25:49 +000023#define USE_MAC_DYNAMIC_LOADING /* Enable dynamically loaded modules */
Jack Jansen3a9b3b51996-10-23 15:50:26 +000024/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
Jack Jansen2fe3a371997-05-07 15:42:50 +000025/* #define USE_GDBM /* Include the gdbm module */
Jack Jansen175f1c81997-06-03 15:30:12 +000026/* #define USE_ZLIB /* Include the zlib module */
Jack Jansen0040b471997-02-20 15:25:49 +000027#ifdef __powerc
28#define USE_CACHE_ALIGNED 8 /* Align on 32-byte boundaries for 604 */
29#endif
Jack Jansen2fe3a371997-05-07 15:42:50 +000030#ifdef USE_MSL
31#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
32#include <ansi_prefix.mac.h>
33#endif