comparison src/m/delta.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 de805c49cfc1
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
24 24
25 /* The following line tells the configuration script what sort of 25 /* The following line tells the configuration script what sort of
26 operating system this machine is likely to run. 26 operating system this machine is likely to run.
27 USUAL-OPSYS="usg5-3" */ 27 USUAL-OPSYS="usg5-3" */
28 28
29 /* Define WORD_MACHINE if addresses and such have
30 * to be corrected before they can be used as byte counts. */
31
32 /* #define WORD_MACHINE */
33
29 /* Now define a symbol for the cpu type, if your compiler 34 /* Now define a symbol for the cpu type, if your compiler
30 does not define it automatically: 35 does not define it automatically:
31 Ones defined so far include vax, m68000, ns16000, pyramid, 36 Ones defined so far include vax, m68000, ns16000, pyramid,
32 orion, tahoe, APOLLO and many others */ 37 orion, tahoe, APOLLO and many others */
33 38
34 #define m68000 39 #define m68000
35 #define MOTOROLA_DELTA 40 #define MOTOROLA_DELTA
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
48 #define EXPLICIT_SIGN_EXTEND
36 49
37 /* Data type of load average, as read out of kmem. */ 50 /* Data type of load average, as read out of kmem. */
38 51
39 /* #define LOAD_AVE_TYPE long */ 52 /* #define LOAD_AVE_TYPE long */
40 53
71 to change the boundary between the text section and data section 84 to change the boundary between the text section and data section
72 when Emacs is dumped. If you define this, the preloaded Lisp 85 when Emacs is dumped. If you define this, the preloaded Lisp
73 code will not be sharable; but that's better than failing completely. */ 86 code will not be sharable; but that's better than failing completely. */
74 87
75 #define NO_REMAP 88 #define NO_REMAP
89
90 /* Some really obscure 4.2-based systems (like Sequent DYNIX)
91 * do not support asynchronous I/O (using SIGIO) on sockets,
92 * even though it works fine on tty's. If you have one of
93 * these systems, define the following, and then use it in
94 * config.h (or elsewhere) to decide when (not) to use SIGIO.
95 *
96 * You'd think this would go in an operating-system description file,
97 * but since it only occurs on some, but not all, BSD systems, the
98 * reasonable place to select for it is in the machine description
99 * file.
100 */
101
102 /* #define NO_SOCK_SIGIO */
76 103
77 104
78 /* Machine specific stuff */ 105 /* Machine specific stuff */
79 #define HAVE_PTYS 106 #define HAVE_PTYS
80 #define SYSV_PTYS 107 #define SYSV_PTYS