Quick update to the README file. For intros and books we now point to
[python/dscho.git] / Mac / mwerks / mwerks_plugin_config.h
blob0052df80be7ddcbb442e264ddc2503be85849fe0
1 /*
2 ** Config file for dynamically-loaded ppc/cfm68k plugin modules.
3 */
5 #define USE_GUSI /* Stdio implemented with GUSI */
6 #define USE_MSL /* Use MSL libraries */
7 #ifdef USE_MSL
8 #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
9 #include <ansi_prefix.mac.h>
10 #endif