1996-08-20 16:34:01 +00:00
|
|
|
/*
|
|
|
|
** Config file for dynamically-loaded ppc/cfm68k plugin modules.
|
|
|
|
*/
|
|
|
|
|
2000-05-09 10:02:30 +00:00
|
|
|
/* #define USE_GUSI1 /* Stdio implemented with GUSI */
|
|
|
|
#define USE_GUSI2 /* Stdio implemented with GUSI */
|
2000-07-18 09:40:08 +00:00
|
|
|
#if defined(USE_GUSI1) || defined(USE_GUSI2)
|
|
|
|
#define USE_GUSI
|
|
|
|
#endif
|
2000-04-07 15:40:59 +00:00
|
|
|
#define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
|
1997-05-07 15:42:50 +00:00
|
|
|
#define USE_MSL /* Use MSL libraries */
|
|
|
|
#ifdef USE_MSL
|
1998-02-20 16:04:01 +00:00
|
|
|
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
|
1997-05-07 15:42:50 +00:00
|
|
|
#include <ansi_prefix.mac.h>
|
|
|
|
#endif
|