From: Jack Jansen Date: Wed, 14 Feb 1996 16:00:27 +0000 (+0000) Subject: For gusi-based python X-Git-Tag: v1.4b1~349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b852b74c71fd029c4e78bf16c7b910e576027249;p=python For gusi-based python --- diff --git a/Mac/mwerks/mwfopenrf.c b/Mac/mwerks/mwfopenrf.c index e07cf507b3..60ca3f811d 100644 --- a/Mac/mwerks/mwfopenrf.c +++ b/Mac/mwerks/mwfopenrf.c @@ -4,7 +4,7 @@ ** Jack Jansen, CWI, August 1995. */ -#ifdef __MWERKS__ +#if defined(__MWERKS__) && !defined(USE_GUSI) #include #include #include diff --git a/Mac/mwerks/old/mwerks_nsgusi_config.h b/Mac/mwerks/old/mwerks_nsgusi_config.h new file mode 100644 index 0000000000..3d2a8247df --- /dev/null +++ b/Mac/mwerks/old/mwerks_nsgusi_config.h @@ -0,0 +1,11 @@ +#define HAVE_CONFIG_H +// #define USE_STDWIN +// #define USE_MACTCP +#define USE_BGEN +#define USE_MACSPEECH +// #define USE_IMG +#define USE_MACCTB +#ifdef __powerc +#define USE_MAC_DYNAMIC_LOADING +#endif +#define USE_GUSI