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

Skip to content

Commit cb7f3fc

Browse files
committed
Fixes by Guido: HAVE_CONFIG_H, USE_STACKCHECK and
USE_MAC_DYNAMIC_LOADING are no longer needed. Also, WASTE and IMG removed in some places.
1 parent 32b27f1 commit cb7f3fc

3 files changed

Lines changed: 7 additions & 16 deletions

File tree

Mac/mwerks/mwerks_shared_config.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
#define HAVE_CONFIG_H
21
#define USE_MAC_SHARED_LIBRARY
3-
#define USE_MAC_DYNAMIC_LOADING
42
#define USE_MAC_APPLET_SUPPORT
53
/* #define USE_MACTCP */
64
/* #define USE_BGEN */
75
/* #define USE_MACSPEECH */
8-
#define USE_STACKCHECK
96

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
#define HAVE_CONFIG_H
2-
#define USE_MAC_DYNAMIC_LOADING
1+
#define USE_GUSI
2+
#define USE_MAC_SHARED_LIBRARY
3+
#define USE_MAC_APPLET_SUPPORT
Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
#define HAVE_CONFIG_H
2-
// #define USE_STDWIN
3-
// #define USE_MACTCP
1+
//#define USE_STDWIN
2+
//#define USE_MACTCP
43
#define USE_BGEN
54
//#define USE_MACSPEECH
6-
// #define USE_IMG
5+
//#define USE_IMG
76
//#define USE_MACCTB
87
#define USE_TK
9-
#define MAC_TCL
10-
#ifdef __powerc
11-
#define USE_MAC_DYNAMIC_LOADING
12-
#endif
138
#define USE_GUSI
14-
#define USE_WASTE
15-
#define USE_STACKCHECK
16-
9+
//#define USE_WASTE

0 commit comments

Comments
 (0)