Mercurial > hg > xemacs-beta
comparison src/m/alliant.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | a86b2b5e0111 |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
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 | |
30 /* Now define a symbol for the cpu type, if your compiler | 35 /* Now define a symbol for the cpu type, if your compiler |
31 does not define it automatically: | 36 does not define it automatically: |
32 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO | 37 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO |
33 are the ones defined so far. */ | 38 are the ones defined so far. */ |
34 | 39 |
35 #define ALLIANT | 40 #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 | |
36 | 50 |
37 /* No load average information available for Alliants. */ | 51 /* No load average information available for Alliants. */ |
38 | 52 |
39 #undef LOAD_AVE_TYPE | 53 #undef LOAD_AVE_TYPE |
40 #undef LOAD_AVE_CVT | 54 #undef LOAD_AVE_CVT |