Commit 0d0a518a authored by Jack Jansen's avatar Jack Jansen

For gusi-based python

parent 5a732f62
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
** Jack Jansen, CWI, August 1995. ** Jack Jansen, CWI, August 1995.
*/ */
#ifdef __MWERKS__ #if defined(__MWERKS__) && !defined(USE_GUSI)
#include <stdio.h> #include <stdio.h>
#include <unix.h> #include <unix.h>
#include <errno.h> #include <errno.h>
......
#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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment