New \grammartoken markup, similar to \token but allowed everywhere.
[python/dscho.git] / Mac / mwerks / mwerks_carbonplugin_config.h
blobde94aa8f3b47249676361946ca596c42299be7f9
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 WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
8 #define USE_TOOLBOX_OBJECT_GLUE /* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
10 /* #define USE_GUSI1 /* Stdio implemented with GUSI */
11 #define USE_GUSI2 /* Stdio implemented with GUSI */
12 #if defined(USE_GUSI1) || defined(USE_GUSI2)
13 #define USE_GUSI
14 #endif
15 #define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
16 #define USE_MSL /* Use MSL libraries */
17 #ifdef USE_MSL
18 #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
19 #include <ansi_prefix.mac.h>
20 #endif