comparison src/m/ibmps2-aix.h @ 8892:191acacfa1ec

Delete obsolete symbols.
author Karl Heuer <kwzh@gnu.org>
date Sun, 18 Sep 1994 21:12:31 +0000
parents 50216826c507
children 23f72b18b420
comparison
equal deleted inserted replaced
8891:6f72d6c642e3 8892:191acacfa1ec
34 #define SHORTBITS 16 /* Number of bits in a short */ 34 #define SHORTBITS 16 /* Number of bits in a short */
35 35
36 #define INTBITS 32 /* Number of bits in an int */ 36 #define INTBITS 32 /* Number of bits in an int */
37 37
38 #define LONGBITS 32 /* Number of bits in a long */ 38 #define LONGBITS 32 /* Number of bits in a long */
39
40 /* i386 is not big-endian: lowest numbered byte is least significant. */
41
42 /* #undef BIG_ENDIAN */
43 39
44 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 40 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
45 * group of arguments and treat it as an array of the arguments. */ 41 * group of arguments and treat it as an array of the arguments. */
46 42
47 /* #define NO_ARG_ARRAY */ 43 /* #define NO_ARG_ARRAY */
119 /* delete the following line to foil optimization, enable debugging */ 115 /* delete the following line to foil optimization, enable debugging */
120 #define C_DEBUG_SWITCH -O 116 #define C_DEBUG_SWITCH -O
121 #endif 117 #endif
122 118
123 #define BSTRING 119 #define BSTRING
124 #define HAVE_SELECT
125 #define HAVE_TIMEVAL
126 #define HAVE_VFORK 120 #define HAVE_VFORK
127 #undef HAVE_TERMIO 121 #undef HAVE_TERMIO
128 #define HAVE_TERMIOS 122 #define HAVE_TERMIOS
129 123
130 /* Send signals to subprocesses by "typing" special chars at them. */ 124 /* Send signals to subprocesses by "typing" special chars at them. */
142 * Define NONSYSTEM_DIR_LIBRARY to make Emacs emulate 136 * Define NONSYSTEM_DIR_LIBRARY to make Emacs emulate
143 * The 4.2 opendir, etc., library functions. 137 * The 4.2 opendir, etc., library functions.
144 */ 138 */
145 #undef NONSYSTEM_DIR_LIBRARY 139 #undef NONSYSTEM_DIR_LIBRARY
146 140
147 /* But don't use utimes() -- it causes SIGSEGV! Use utime() instead. */ 141 /* AIX utimes allegedly causes SIGSEGV. */
148 #define USE_UTIME 142 #undef HAVE_UTIMES /* override configuration decision */
149 143
150 /* AIX defines FIONREAD, but it does not work. */ 144 /* AIX defines FIONREAD, but it does not work. */
151 #define BROKEN_FIONREAD 145 #define BROKEN_FIONREAD
152 146
153 /* Data type of load average, as read out of kmem. */ 147 /* Data type of load average, as read out of kmem. */