blob: 79e45eaf80d8c298ca768a88c60158b4fbb426ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#define HAVE_CONFIG_H
// #define USE_STDWIN
// #define USE_MACTCP
#define USE_BGEN
#ifndef __CFM68K__
#define USE_MACSPEECH
#endif
// #define USE_IMG
#define USE_MACCTB
#ifdef __powerc
#define USE_MAC_DYNAMIC_LOADING
#endif
#define USE_GUSI
#define USE_STACKCHECK
|