]> granicus.if.org Git - python/commitdiff
For gusi-based python
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Feb 1996 16:00:27 +0000 (16:00 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Feb 1996 16:00:27 +0000 (16:00 +0000)
Mac/mwerks/mwfopenrf.c
Mac/mwerks/old/mwerks_nsgusi_config.h [new file with mode: 0644]

index e07cf507b3b18280459e929f5215af41a8791977..60ca3f811d74cf3d774e34d51c30e5a519de6a8f 100644 (file)
@@ -4,7 +4,7 @@
 ** Jack Jansen, CWI, August 1995.
 */
 
-#ifdef __MWERKS__
+#if defined(__MWERKS__) && !defined(USE_GUSI)
 #include <stdio.h>
 #include <unix.h>
 #include <errno.h>
diff --git a/Mac/mwerks/old/mwerks_nsgusi_config.h b/Mac/mwerks/old/mwerks_nsgusi_config.h
new file mode 100644 (file)
index 0000000..3d2a824
--- /dev/null
@@ -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