For gusi-based python
This commit is contained in:
parent
3df881c5a5
commit
b852b74c71
|
@ -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>
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue