blob: 1630c6c6eff12004450fb0f591c9b8df11066a01 [file] [log] [blame]
Jack Jansene4201781996-08-20 16:34:01 +00001/*
2** Config file for dynamically-loaded ppc/cfm68k plugin modules.
3*/
4
Jack Jansen2d1306b2000-04-07 09:10:49 +00005#define USE_GUSI1 /* Stdio implemented with GUSI */
6/* #define USE_GUSI2 /* Stdio implemented with GUSI */
Jack Jansen037649e2000-04-07 15:40:59 +00007#define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
Jack Jansen2fe3a371997-05-07 15:42:50 +00008#define USE_MSL /* Use MSL libraries */
9#ifdef USE_MSL
Jack Jansen5e302db1998-02-20 16:04:01 +000010#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
Jack Jansen2fe3a371997-05-07 15:42:50 +000011#include <ansi_prefix.mac.h>
12#endif