Mercurial > hg > xemacs-beta
comparison src/m/alliant.h @ 400:a86b2b5e0111 r21-2-30
Import from CVS: tag r21-2-30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:34 +0200 |
parents | 0132846995bd |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
25 | 25 |
26 /* The following line tells the configuration script what sort of | 26 /* The following line tells the configuration script what sort of |
27 operating system this machine is likely to run. | 27 operating system this machine is likely to run. |
28 USUAL-OPSYS="bsd4-2" */ | 28 USUAL-OPSYS="bsd4-2" */ |
29 | 29 |
30 /* Define WORD_MACHINE if addresses and such have | |
31 * to be corrected before they can be used as byte counts. */ | |
32 | |
33 #undef WORD_MACHINE | |
34 | |
35 /* Now define a symbol for the cpu type, if your compiler | 30 /* Now define a symbol for the cpu type, if your compiler |
36 does not define it automatically: | 31 does not define it automatically: |
37 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO | 32 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO |
38 are the ones defined so far. */ | 33 are the ones defined so far. */ |
39 | 34 |
40 #define ALLIANT | 35 #define ALLIANT |
41 | |
42 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | |
43 the bit field into an int. In other words, if bit fields | |
44 are always unsigned. | |
45 | |
46 If you use NO_UNION_TYPE, this flag does not matter. */ | |
47 /* On Alliants, bitfields are unsigned. */ | |
48 | |
49 #define EXPLICIT_SIGN_EXTEND | |
50 | 36 |
51 /* No load average information available for Alliants. */ | 37 /* No load average information available for Alliants. */ |
52 | 38 |
53 #undef LOAD_AVE_TYPE | 39 #undef LOAD_AVE_TYPE |
54 #undef LOAD_AVE_CVT | 40 #undef LOAD_AVE_CVT |