Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b852b74

Browse files
committed
For gusi-based python
1 parent 3df881c commit b852b74

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

Mac/mwerks/mwfopenrf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
** Jack Jansen, CWI, August 1995.
55
*/
66

7-
#ifdef __MWERKS__
7+
#if defined(__MWERKS__) && !defined(USE_GUSI)
88
#include <stdio.h>
99
#include <unix.h>
1010
#include <errno.h>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#define HAVE_CONFIG_H
2+
// #define USE_STDWIN
3+
// #define USE_MACTCP
4+
#define USE_BGEN
5+
#define USE_MACSPEECH
6+
// #define USE_IMG
7+
#define USE_MACCTB
8+
#ifdef __powerc
9+
#define USE_MAC_DYNAMIC_LOADING
10+
#endif
11+
#define USE_GUSI

0 commit comments

Comments
 (0)