Mercurial > hg > xemacs-beta
comparison src/m/altos.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 376386a54a3c |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
24 operating system this machine is likely to run. | 24 operating system this machine is likely to run. |
25 USUAL-OPSYS="usg5-2" */ | 25 USUAL-OPSYS="usg5-2" */ |
26 | 26 |
27 #define EXPLICIT_SIGN_EXTEND | 27 #define EXPLICIT_SIGN_EXTEND |
28 | 28 |
29 #define LIB_STANDARD -lc | 29 #define LIB_STANDARD "-lc" |
30 | 30 |
31 #ifdef __GNUC__ | 31 #ifdef __GNUC__ |
32 #define alloca __builtin_alloca | 32 #define alloca __builtin_alloca |
33 #define HAVE_ALLOCA | 33 #define HAVE_ALLOCA |
34 #else | 34 #else |
45 | 45 |
46 #undef CANNOT_DUMP | 46 #undef CANNOT_DUMP |
47 #undef SHORTNAMES | 47 #undef SHORTNAMES |
48 #define TERMCAP | 48 #define TERMCAP |
49 | 49 |
50 #define LIBS_TERMCAP -ltermlib | 50 #define LIBS_TERMCAP "-ltermlib" |
51 #define SYSTEM_PURESIZE_EXTRA 100000 | 51 #define SYSTEM_PURESIZE_EXTRA 100000 |
52 #define ALTOS | 52 #define ALTOS |
53 | 53 |
54 #ifdef __GNUC__ | 54 #ifdef __GNUC__ |
55 #define COFF_ENCAPSULATE | 55 #define COFF_ENCAPSULATE |