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