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.
This commit is contained in:
Jack Jansen 1996-08-19 11:16:32 +00:00
parent 32b27f11c1
commit cb7f3fc72c
3 changed files with 7 additions and 16 deletions

View File

@ -1,9 +1,6 @@
#define HAVE_CONFIG_H
#define USE_MAC_SHARED_LIBRARY #define USE_MAC_SHARED_LIBRARY
#define USE_MAC_DYNAMIC_LOADING
#define USE_MAC_APPLET_SUPPORT #define USE_MAC_APPLET_SUPPORT
/* #define USE_MACTCP */ /* #define USE_MACTCP */
/* #define USE_BGEN */ /* #define USE_BGEN */
/* #define USE_MACSPEECH */ /* #define USE_MACSPEECH */
#define USE_STACKCHECK

View File

@ -1,2 +1,3 @@
#define HAVE_CONFIG_H #define USE_GUSI
#define USE_MAC_DYNAMIC_LOADING #define USE_MAC_SHARED_LIBRARY
#define USE_MAC_APPLET_SUPPORT

View File

@ -1,16 +1,9 @@
#define HAVE_CONFIG_H //#define USE_STDWIN
// #define USE_STDWIN //#define USE_MACTCP
// #define USE_MACTCP
#define USE_BGEN #define USE_BGEN
//#define USE_MACSPEECH //#define USE_MACSPEECH
// #define USE_IMG //#define USE_IMG
//#define USE_MACCTB //#define USE_MACCTB
#define USE_TK #define USE_TK
#define MAC_TCL
#ifdef __powerc
#define USE_MAC_DYNAMIC_LOADING
#endif
#define USE_GUSI #define USE_GUSI
#define USE_WASTE //#define USE_WASTE
#define USE_STACKCHECK