blob: 1413f44980f1a7d894a0e33b972e73a8e3ef2563 [file] [log] [blame]
Jack Jansene4201781996-08-20 16:34:01 +00001/*
2** Config file for dynamically-loaded ppc/cfm68k plugin modules.
3*/
4
Jack Jansen9cef99f2000-05-09 10:02:30 +00005/* #define USE_GUSI1 /* Stdio implemented with GUSI */
6#define USE_GUSI2 /* Stdio implemented with GUSI */
Jack Jansen574c0e22000-07-18 09:40:08 +00007#if defined(USE_GUSI1) || defined(USE_GUSI2)
8#define USE_GUSI
9#endif
Jack Jansen037649e2000-04-07 15:40:59 +000010#define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
Jack Jansenb16cf502001-05-22 22:21:45 +000011#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
12#define USE_TOOLBOX_OBJECT_GLUE /* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
Jack Jansen2fe3a371997-05-07 15:42:50 +000013#define USE_MSL /* Use MSL libraries */
14#ifdef USE_MSL
Jack Jansen5e302db1998-02-20 16:04:01 +000015#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
Jack Jansen2fe3a371997-05-07 15:42:50 +000016#include <ansi_prefix.mac.h>
17#endif
Jack Jansen9145be42001-12-05 22:44:45 +000018#ifndef Py_DEBUG
19#define NDEBUG
20#endif