py-cvs-rel2_1 (Rev 1.2) merge
[python/dscho.git] / Mac / mwerks / mwerks_carbonplugin_config.h
blob0d2fc7c89a22567c481dbc82a303309a3c2aff16
1 /*
2 ** Config file for dynamically-loaded ppc/cfm68k plugin modules.
3 */
4 #define ACCESSOR_CALLS_ARE_FUNCTIONS 1
5 #define OPAQUE_TOOLBOX_STRUCTS 1
6 #define TARGET_API_MAC_CARBON 1
7 #define TARGET_API_MAC_CARBON_NOTYET 1 /* Things we should do eventually, but not now */
8 #define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
9 #define USE_TOOLBOX_OBJECT_GLUE /* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
11 /* #define USE_GUSI1 /* Stdio implemented with GUSI */
12 #define USE_GUSI2 /* Stdio implemented with GUSI */
13 #if defined(USE_GUSI1) || defined(USE_GUSI2)
14 #define USE_GUSI
15 #endif
16 #define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
17 #define USE_MSL /* Use MSL libraries */
18 #ifdef USE_MSL
19 #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
20 #include <ansi_prefix.mac.h>
21 #endif