Last set of CW Pro 5 projects (probably)
[python/dscho.git] / Mac / mwerks / mwerks_plugin_config.h
blob785883a31d86f8b9cf092124828189b0ffdbda58
1 /*
2 ** Config file for dynamically-loaded ppc/cfm68k plugin modules.
3 */
5 /* #define USE_GUSI1 /* Stdio implemented with GUSI */
6 #define USE_GUSI2 /* Stdio implemented with GUSI */
7 #if defined(USE_GUSI1) || defined(USE_GUSI2)
8 #define USE_GUSI
9 #endif
10 #define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
11 #define USE_MSL /* Use MSL libraries */
12 #ifdef USE_MSL
13 #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
14 #include <ansi_prefix.mac.h>
15 #endif