mwerks_plugin_config.h 506 Bytes
Newer Older
Jack Jansen's avatar
Jack Jansen committed
1 2 3 4
/*
** Config file for dynamically-loaded ppc/cfm68k plugin modules.
*/

5 6
/* #define USE_GUSI1		/* Stdio implemented with GUSI */
#define USE_GUSI2		/* Stdio implemented with GUSI */
7 8 9
#if defined(USE_GUSI1) || defined(USE_GUSI2)
#define USE_GUSI
#endif
Jack Jansen's avatar
Jack Jansen committed
10
#define WITH_THREAD		/* Use thread support (needs GUSI 2, not GUSI 1) */
11 12
#define USE_MSL			/* Use MSL libraries */
#ifdef USE_MSL
13
#define MSL_USE_PRECOMPILED_HEADERS 0	/* Don't use precomp headers: we include our own */
14 15
#include <ansi_prefix.mac.h>
#endif