comparison src/m/sps7.h @ 8892:191acacfa1ec

Delete obsolete symbols.
author Karl Heuer <kwzh@gnu.org>
date Sun, 18 Sep 1994 21:12:31 +0000
parents 7be0f0a02725
children 23f72b18b420
comparison
equal deleted inserted replaced
8891:6f72d6c642e3 8892:191acacfa1ec
29 29
30 #define INTBITS 32 /* Number of bits in an int */ 30 #define INTBITS 32 /* Number of bits in an int */
31 31
32 #define LONGBITS 32 /* Number of bits in a long */ 32 #define LONGBITS 32 /* Number of bits in a long */
33 33
34 /* 68000 has lowest-numbered byte as most significant */
35
36 #define BIG_ENDIAN
37
38 /* Say this machine is a 68000 */ 34 /* Say this machine is a 68000 */
39 35
40 #ifndef m68000 36 #ifndef m68000
41 #define m68000 37 #define m68000
42 #endif 38 #endif
60 56
61 /* #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0) */ 57 /* #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0) */
62 58
63 #define SMX 59 #define SMX
64 #define V3x 60 #define V3x
65
66 /*
67 * Define HAVE_SELECT if the system supports the `select' system call.
68 */
69
70 #define HAVE_SELECT
71 61
72 /* 62 /*
73 * Define HAVE_PTYS if the system supports pty devices. 63 * Define HAVE_PTYS if the system supports pty devices.
74 */ 64 */
75 65