For gusi-based python

This commit is contained in:
Jack Jansen 1996-02-14 16:00:27 +00:00
parent 3df881c5a5
commit b852b74c71
2 changed files with 12 additions and 1 deletions

View 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>

View File

@ -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