少年修仙传客户端基础资源
hch
2024-04-01 d01413b00ef631ac20347716b23818b0b811f65f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
        MacOS_config.h
 
        Configuration flags for Macintosh development systems.
 
        <Revision History>
 
        11/16/95  pcb  Updated compilation flags to reflect latest 4.6 Makefile.
 
        by Patrick C. Beard.
 */
/* Boehm, November 17, 1995 12:10 pm PST */
 
#ifdef __MWERKS__
/* for CodeWarrior Pro with Metrowerks Standard Library (MSL). */
/* #define MSL_USE_PRECOMPILED_HEADERS 0 */
#include <ansi_prefix.mac.h>
#endif /* __MWERKS__ */
 
/* these are defined again in gc_priv.h. */
#undef TRUE
#undef FALSE
 
#define ALL_INTERIOR_POINTERS   /* follows interior pointers. */
/* #define DONT_ADD_BYTE_AT_END */    /* no padding. */
/* #define SMALL_CONFIG */           /* whether to use a smaller heap. */
#define USE_TEMPORARY_MEMORY    /* use Macintosh temporary memory. */