Mercurial > hg > xemacs-beta
comparison src/m/hp9000s300.h @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 3ecd8885ac67 |
children | c33ae14dd6d0 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
37 /* Define this symbol if you are running a version of HP-UX | 37 /* Define this symbol if you are running a version of HP-UX |
38 which predates version 6.01 */ | 38 which predates version 6.01 */ |
39 | 39 |
40 /* #define HPUX_5 */ | 40 /* #define HPUX_5 */ |
41 | 41 |
42 /* Define WORD_MACHINE if addresses and such have | |
43 * to be corrected before they can be used as byte counts. */ | |
44 | |
45 /* #define WORD_MACHINE */ | |
46 | |
47 /* Now define a symbol for the cpu type, if your compiler | 42 /* Now define a symbol for the cpu type, if your compiler |
48 does not define it automatically. */ | 43 does not define it automatically. */ |
49 | 44 |
50 #ifndef hp9000s300 | 45 #ifndef hp9000s300 |
51 #define hp9000s300 | 46 #define hp9000s300 |
52 #endif | 47 #endif |
53 | 48 |
54 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | |
55 the bit field into an int. In other words, if bit fields | |
56 are always unsigned. | |
57 | |
58 If you use NO_UNION_TYPE, this flag does not matter. */ | |
59 | |
60 #define EXPLICIT_SIGN_EXTEND | |
61 | |
62 /* Define CANNOT_DUMP on machines where unexec does not work. | 49 /* Define CANNOT_DUMP on machines where unexec does not work. |
63 Then the function dump-emacs will not be defined | 50 Then the function dump-emacs will not be defined |
64 and temacs will do (load "loadup") automatically unless told otherwise. */ | 51 and temacs will do (load "loadup") automatically unless told otherwise. */ |
65 | 52 |
66 /* #define CANNOT_DUMP */ | 53 /* #define CANNOT_DUMP */ |
67 | |
68 /* Define VIRT_ADDR_VARIES if the virtual addresses of | |
69 pure and impure space as loaded can vary, and even their | |
70 relative order cannot be relied on. | |
71 | |
72 Otherwise Emacs assumes that text space precedes data space, | |
73 numerically. */ | |
74 | |
75 /* #define VIRT_ADDR_VARIES */ | |
76 | 54 |
77 /* XEmacs: Richard Cognot <cognot@ensg.u-nancy.fr> says we need this for | 55 /* XEmacs: Richard Cognot <cognot@ensg.u-nancy.fr> says we need this for |
78 HPUX; but eeide@asylum.cs.utah.edu (Eric Eide) says it loses on BSD. */ | 56 HPUX; but eeide@asylum.cs.utah.edu (Eric Eide) says it loses on BSD. */ |
79 #ifndef BSD | 57 #ifndef BSD |
80 # define UNEXEC "unexhp9k3.o" | 58 # define UNEXEC "unexhp9k3.o" |