blob: 0d2fc7c89a22567c481dbc82a303309a3c2aff16 [file] [log] [blame]
Jack Jansen119177b2001-01-23 22:46:21 +00001/*
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 */
Jack Jansen6db483e2001-05-14 15:00:38 +00008#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
Jack Jansenb16cf502001-05-22 22:21:45 +00009#define USE_TOOLBOX_OBJECT_GLUE /* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
Jack Jansen119177b2001-01-23 22:46:21 +000010
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