comparison src/m/ibmrt-aix.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
28 #define SHORTBITS 16 /* Number of bits in a short */ 28 #define SHORTBITS 16 /* Number of bits in a short */
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
34 /* Define BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */
36
37 #define BIG_ENDIAN
38 33
39 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 34 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
40 * group of arguments and treat it as an array of the arguments. */ 35 * group of arguments and treat it as an array of the arguments. */
41 36
42 #define NO_ARG_ARRAY 37 #define NO_ARG_ARRAY
167 /* Setup to do some things BSD way - these won't work previous to AIX 2.1.2 */ 162 /* Setup to do some things BSD way - these won't work previous to AIX 2.1.2 */
168 163
169 #include </usr/include/bsd/BSDtoAIX.h> 164 #include </usr/include/bsd/BSDtoAIX.h>
170 #define BSTRING 165 #define BSTRING
171 #define HAVE_GETTIMEOFDAY 166 #define HAVE_GETTIMEOFDAY
172 #define HAVE_SELECT
173 #define HAVE_TIMEVAL
174 #define HAVE_VFORK 167 #define HAVE_VFORK
175 168
176 /* But don't use utimes() -- it causes SIGSEGV! Use utime() instead. */ 169 /* AIX utimes allegedly causes SIGSEGV. */
177 #define USE_UTIME 170 #undef HAVE_UTIMES /* override configuration decision */
178 171
179 /* AIX defines FIONREAD, but it does not work. */ 172 /* AIX defines FIONREAD, but it does not work. */
180 #define BROKEN_FIONREAD 173 #define BROKEN_FIONREAD
181 174
182 /* rocky@watson.ibm.com says this is needed. */ 175 /* rocky@watson.ibm.com says this is needed. */