diff options
| author | Karl Heuer | 1994-09-18 21:12:31 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-09-18 21:12:31 +0000 |
| commit | 5df583315f5e5c9f53473e7ad60fb3a334f05cd2 (patch) | |
| tree | d765253ae8c563580d318ad2e62d482f5b9668ea /src/m | |
| parent | 3622dcd9a0c493d948313cd00a26af1a69d4c405 (diff) | |
| download | emacs-5df583315f5e5c9f53473e7ad60fb3a334f05cd2.tar.gz emacs-5df583315f5e5c9f53473e7ad60fb3a334f05cd2.zip | |
Delete obsolete symbols.
Diffstat (limited to 'src/m')
68 files changed, 6 insertions, 381 deletions
diff --git a/src/m/7300.h b/src/m/7300.h index fdb276d8ac5..464a7fe00cb 100644 --- a/src/m/7300.h +++ b/src/m/7300.h | |||
| @@ -37,11 +37,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 37 | 37 | ||
| 38 | #define LONGBITS 32 /* Number of bits in a long */ | 38 | #define LONGBITS 32 /* Number of bits in a long */ |
| 39 | 39 | ||
| 40 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 41 | is the most significant byte. */ | ||
| 42 | |||
| 43 | #define BIG_ENDIAN | ||
| 44 | |||
| 45 | /* XINT must explicitly sign-extend */ | 40 | /* XINT must explicitly sign-extend */ |
| 46 | 41 | ||
| 47 | #define EXPLICIT_SIGN_EXTEND | 42 | #define EXPLICIT_SIGN_EXTEND |
| @@ -90,7 +85,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 90 | /* #define HAVE_PTYS */ | 85 | /* #define HAVE_PTYS */ |
| 91 | 86 | ||
| 92 | #define HAVE_SYSVIPC | 87 | #define HAVE_SYSVIPC |
| 93 | #define USE_UTIME | ||
| 94 | 88 | ||
| 95 | /* We don't have memmove. */ | 89 | /* We don't have memmove. */ |
| 96 | #define memmove(d, s, n) safe_bcopy (s, d, n) | 90 | #define memmove(d, s, n) safe_bcopy (s, d, n) |
diff --git a/src/m/alliant-2800.h b/src/m/alliant-2800.h index 48bdc4091f5..b0c2cd8fed8 100644 --- a/src/m/alliant-2800.h +++ b/src/m/alliant-2800.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #undef BIG_ENDIAN | ||
| 38 | |||
| 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 | ||
diff --git a/src/m/alliant.h b/src/m/alliant.h index 82fb7b25819..69d664039d3 100644 --- a/src/m/alliant.h +++ b/src/m/alliant.h | |||
| @@ -33,11 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 33 | 33 | ||
| 34 | #define LONGBITS 32 /* Number of bits in a long */ | 34 | #define LONGBITS 32 /* Number of bits in a long */ |
| 35 | 35 | ||
| 36 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 37 | is the most significant byte. */ | ||
| 38 | |||
| 39 | #define BIG_ENDIAN | ||
| 40 | |||
| 41 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 36 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 42 | * group of arguments and treat it as an array of the arguments. */ | 37 | * group of arguments and treat it as an array of the arguments. */ |
| 43 | 38 | ||
diff --git a/src/m/alpha.h b/src/m/alpha.h index d071319e062..f226fb21843 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -37,11 +37,6 @@ NOTE-END | |||
| 37 | 37 | ||
| 38 | #define LONGBITS 64 /* Number of bits in a long */ | 38 | #define LONGBITS 64 /* Number of bits in a long */ |
| 39 | 39 | ||
| 40 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 41 | is the most significant byte. */ | ||
| 42 | |||
| 43 | /* Alpha is not big-endian #define BIG_ENDIAN */ | ||
| 44 | |||
| 45 | /* 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 |
| 46 | * 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. */ |
| 47 | 42 | ||
diff --git a/src/m/altos.h b/src/m/altos.h index b69e6c1da3a..41bff838b3b 100644 --- a/src/m/altos.h +++ b/src/m/altos.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Vax is not big-endian: lowest numbered byte is least significant, | ||
| 35 | but 68000's are. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 39 | #define EXPLICIT_SIGN_EXTEND | 34 | #define EXPLICIT_SIGN_EXTEND |
| 40 | 35 | ||
| 41 | /* Use type int rather than a union, to represent Lisp_Object */ | 36 | /* Use type int rather than a union, to represent Lisp_Object */ |
diff --git a/src/m/amdahl.h b/src/m/amdahl.h index f70852cecbf..00821596c2d 100644 --- a/src/m/amdahl.h +++ b/src/m/amdahl.h | |||
| @@ -38,11 +38,6 @@ compiler is so brain damaged that it is not even worth trying to use it. | |||
| 38 | 38 | ||
| 39 | #define LONGBITS 32 /* Number of bits in a long */ | 39 | #define LONGBITS 32 /* Number of bits in a long */ |
| 40 | 40 | ||
| 41 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 42 | is the most significant byte. */ | ||
| 43 | |||
| 44 | #define BIG_ENDIAN | ||
| 45 | |||
| 46 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 41 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 47 | * group of arguments and treat it as an array of the arguments. */ | 42 | * group of arguments and treat it as an array of the arguments. */ |
| 48 | 43 | ||
diff --git a/src/m/apollo.h b/src/m/apollo.h index 84b027e5d8a..115105d4f65 100644 --- a/src/m/apollo.h +++ b/src/m/apollo.h | |||
| @@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* #define m68000 */ /* Done by the C compiler */ | 36 | /* #define m68000 */ /* Done by the C compiler */ |
diff --git a/src/m/att3b.h b/src/m/att3b.h index 540ba695fae..55bcdc4896d 100644 --- a/src/m/att3b.h +++ b/src/m/att3b.h | |||
| @@ -33,11 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 33 | 33 | ||
| 34 | #define LONGBITS 32 /* Number of bits in a long */ | 34 | #define LONGBITS 32 /* Number of bits in a long */ |
| 35 | 35 | ||
| 36 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 37 | is the most significant byte. */ | ||
| 38 | |||
| 39 | #define BIG_ENDIAN | ||
| 40 | |||
| 41 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 36 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 42 | * group of arguments and treat it as an array of the arguments. */ | 37 | * group of arguments and treat it as an array of the arguments. */ |
| 43 | 38 | ||
diff --git a/src/m/aviion.h b/src/m/aviion.h index b468e72a378..79a1f13b966 100644 --- a/src/m/aviion.h +++ b/src/m/aviion.h | |||
| @@ -27,11 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 27 | 27 | ||
| 28 | #define LONGBITS 32 /* Number of bits in a long */ | 28 | #define LONGBITS 32 /* Number of bits in a long */ |
| 29 | 29 | ||
| 30 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 31 | is the most significant byte. */ | ||
| 32 | |||
| 33 | #define BIG_ENDIAN | ||
| 34 | |||
| 35 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 30 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 36 | * group of arguments and treat it as an array of the arguments. */ | 31 | * group of arguments and treat it as an array of the arguments. */ |
| 37 | 32 | ||
diff --git a/src/m/celerity.h b/src/m/celerity.h index f485b944003..a18c38fab26 100644 --- a/src/m/celerity.h +++ b/src/m/celerity.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 39 | /* XINT must explicitly sign extend */ | 34 | /* XINT must explicitly sign extend */ |
| 40 | 35 | ||
| 41 | #define EXPLICIT_SIGN_EXTEND | 36 | #define EXPLICIT_SIGN_EXTEND |
diff --git a/src/m/clipper.h b/src/m/clipper.h index dc859e8c541..17c8e604a1c 100644 --- a/src/m/clipper.h +++ b/src/m/clipper.h | |||
| @@ -27,11 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 27 | 27 | ||
| 28 | #define LONGBITS 32 /* Number of bits in a long */ | 28 | #define LONGBITS 32 /* Number of bits in a long */ |
| 29 | 29 | ||
| 30 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 31 | is the most significant byte. */ | ||
| 32 | |||
| 33 | /* #define BIG_ENDIAN */ | ||
| 34 | |||
| 35 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 30 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 36 | * group of arguments and treat it as an array of the arguments. */ | 31 | * group of arguments and treat it as an array of the arguments. */ |
| 37 | 32 | ||
diff --git a/src/m/cnvrgnt.h b/src/m/cnvrgnt.h index 7935e9d4a0b..7712ae26deb 100644 --- a/src/m/cnvrgnt.h +++ b/src/m/cnvrgnt.h | |||
| @@ -27,11 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 27 | 27 | ||
| 28 | #define LONGBITS 32 /* Number of bits in a long */ | 28 | #define LONGBITS 32 /* Number of bits in a long */ |
| 29 | 29 | ||
| 30 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 31 | is the most significant byte. */ | ||
| 32 | |||
| 33 | #define BIG_ENDIAN | ||
| 34 | |||
| 35 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 30 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 36 | * group of arguments and treat it as an array of the arguments. */ | 31 | * group of arguments and treat it as an array of the arguments. */ |
| 37 | 32 | ||
diff --git a/src/m/convex.h b/src/m/convex.h index 0b0a2e16bea..e4afbade94c 100644 --- a/src/m/convex.h +++ b/src/m/convex.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 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 | * Maybe it would be better to simply correct the code. */ | 36 | * Maybe it would be better to simply correct the code. */ |
diff --git a/src/m/cydra5.h b/src/m/cydra5.h index 1fcdb2fdfad..33736bac3cd 100644 --- a/src/m/cydra5.h +++ b/src/m/cydra5.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 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 | ||
diff --git a/src/m/delta.h b/src/m/delta.h index 818dd1d8e13..76fe6f94fff 100644 --- a/src/m/delta.h +++ b/src/m/delta.h | |||
| @@ -33,11 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 33 | 33 | ||
| 34 | #define LONGBITS 32 /* Number of bits in a long */ | 34 | #define LONGBITS 32 /* Number of bits in a long */ |
| 35 | 35 | ||
| 36 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 37 | is the most significant byte. */ | ||
| 38 | |||
| 39 | #define BIG_ENDIAN | ||
| 40 | |||
| 41 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 36 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 42 | * group of arguments and treat it as an array of the arguments. */ | 37 | * group of arguments and treat it as an array of the arguments. */ |
| 43 | 38 | ||
| @@ -138,11 +133,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 138 | /* Machine specific stuff */ | 133 | /* Machine specific stuff */ |
| 139 | #define HAVE_PTYS | 134 | #define HAVE_PTYS |
| 140 | #define SYSV_PTYS | 135 | #define SYSV_PTYS |
| 141 | #define HAVE_SELECT | ||
| 142 | #ifdef HAVE_INET_SOCKETS /* this comes from autoconf */ | 136 | #ifdef HAVE_INET_SOCKETS /* this comes from autoconf */ |
| 143 | # define HAVE_SOCKETS /* NSE may or may not have been installed */ | 137 | # define HAVE_SOCKETS /* NSE may or may not have been installed */ |
| 144 | #endif | 138 | #endif |
| 145 | #define HAVE_TIMEVAL | ||
| 146 | #define SIGNALS_VIA_CHARACTERS | 139 | #define SIGNALS_VIA_CHARACTERS |
| 147 | #define BROKEN_CLOSEDIR /* builtin closedir is interruptible */ | 140 | #define BROKEN_CLOSEDIR /* builtin closedir is interruptible */ |
| 148 | #undef HAVE_BCOPY /* b* functions are just stubs to mem* ones */ | 141 | #undef HAVE_BCOPY /* b* functions are just stubs to mem* ones */ |
diff --git a/src/m/delta88k.h b/src/m/delta88k.h index 027e09754ec..eaf51aacd00 100644 --- a/src/m/delta88k.h +++ b/src/m/delta88k.h | |||
| @@ -32,11 +32,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 32 | 32 | ||
| 33 | #define LONGBITS 32 /* Number of bits in a long */ | 33 | #define LONGBITS 32 /* Number of bits in a long */ |
| 34 | 34 | ||
| 35 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 36 | is the most significant byte. */ | ||
| 37 | |||
| 38 | #define BIG_ENDIAN | ||
| 39 | |||
| 40 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 35 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 41 | * group of arguments and treat it as an array of the arguments. */ | 36 | * group of arguments and treat it as an array of the arguments. */ |
| 42 | 37 | ||
| @@ -157,20 +152,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 157 | #define LIBX11_SYSTEM -lnsl -lbsd | 152 | #define LIBX11_SYSTEM -lnsl -lbsd |
| 158 | #endif /* USG5_4 */ | 153 | #endif /* USG5_4 */ |
| 159 | 154 | ||
| 160 | /* | ||
| 161 | * we have Berkeley style <sys/time.h> | ||
| 162 | */ | ||
| 163 | #define HAVE_TIMEVAL | ||
| 164 | |||
| 165 | /* SysV88 has select(). */ | ||
| 166 | #define HAVE_SELECT | ||
| 167 | #define BROKEN_FIONREAD | 155 | #define BROKEN_FIONREAD |
| 168 | 156 | ||
| 169 | /* | ||
| 170 | * don't use utimes, we ain't got one - use utime() instead | ||
| 171 | */ | ||
| 172 | #define USE_UTIME | ||
| 173 | |||
| 174 | /* previously defined in usg5-4, if we choose to use that. */ | 157 | /* previously defined in usg5-4, if we choose to use that. */ |
| 175 | #ifndef LIBS_SYSTEM | 158 | #ifndef LIBS_SYSTEM |
| 176 | #ifdef USG5_4 | 159 | #ifdef USG5_4 |
diff --git a/src/m/dpx2.h b/src/m/dpx2.h index 80ee2eb1bbc..3871cf1410f 100644 --- a/src/m/dpx2.h +++ b/src/m/dpx2.h | |||
| @@ -39,11 +39,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 39 | 39 | ||
| 40 | #define LONGBITS 32 /* Number of bits in a long */ | 40 | #define LONGBITS 32 /* Number of bits in a long */ |
| 41 | 41 | ||
| 42 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 43 | is the most significant byte. */ | ||
| 44 | |||
| 45 | #define BIG_ENDIAN | ||
| 46 | |||
| 47 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 42 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 48 | * group of arguments and treat it as an array of the arguments. */ | 43 | * group of arguments and treat it as an array of the arguments. */ |
| 49 | 44 | ||
| @@ -195,16 +190,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 195 | */ | 190 | */ |
| 196 | #define GETPGRP_NO_ARG | 191 | #define GETPGRP_NO_ARG |
| 197 | 192 | ||
| 198 | /* | ||
| 199 | * X support _needs_ this | ||
| 200 | */ | ||
| 201 | #define HAVE_SELECT | ||
| 202 | /* | ||
| 203 | * and select requires these | ||
| 204 | */ | ||
| 205 | #define HAVE_TIMEVAL | ||
| 206 | #define USE_UTIME | ||
| 207 | |||
| 208 | /* select also needs this header file--but not in ymakefile. */ | 193 | /* select also needs this header file--but not in ymakefile. */ |
| 209 | #ifndef NOT_C_CODE | 194 | #ifndef NOT_C_CODE |
| 210 | #include <sys/types.h> | 195 | #include <sys/types.h> |
diff --git a/src/m/dual.h b/src/m/dual.h index 8606e3fed76..e46178904ce 100644 --- a/src/m/dual.h +++ b/src/m/dual.h | |||
| @@ -42,11 +42,6 @@ NOTE-END */ | |||
| 42 | 42 | ||
| 43 | #define LONGBITS 32 /* Number of bits in a long */ | 43 | #define LONGBITS 32 /* Number of bits in a long */ |
| 44 | 44 | ||
| 45 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 46 | is the most significant byte. */ | ||
| 47 | |||
| 48 | #define BIG_ENDIAN | ||
| 49 | |||
| 50 | /* XINT must explicitly sign-extend */ | 45 | /* XINT must explicitly sign-extend */ |
| 51 | 46 | ||
| 52 | #define EXPLICIT_SIGN_EXTEND | 47 | #define EXPLICIT_SIGN_EXTEND |
diff --git a/src/m/elxsi.h b/src/m/elxsi.h index d86697b57d8..b835acb0a55 100644 --- a/src/m/elxsi.h +++ b/src/m/elxsi.h | |||
| @@ -34,11 +34,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 34 | 34 | ||
| 35 | #define LONGBITS 32 /* Number of bits in a long */ | 35 | #define LONGBITS 32 /* Number of bits in a long */ |
| 36 | 36 | ||
| 37 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 38 | is the most significant byte. */ | ||
| 39 | |||
| 40 | /*#define BIG_ENDIAN*/ | ||
| 41 | |||
| 42 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 37 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 43 | * group of arguments and treat it as an array of the arguments. */ | 38 | * group of arguments and treat it as an array of the arguments. */ |
| 44 | 39 | ||
diff --git a/src/m/gec63.h b/src/m/gec63.h index 49213f6a425..ae1933f8680 100644 --- a/src/m/gec63.h +++ b/src/m/gec63.h | |||
| @@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* GEC63 is big-endian: lowest numbered byte is 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 | #define gec63 | 36 | #define gec63 |
diff --git a/src/m/gould.h b/src/m/gould.h index a5ad9740023..ffdad90bf40 100644 --- a/src/m/gould.h +++ b/src/m/gould.h | |||
| @@ -56,11 +56,6 @@ NOTE-END */ | |||
| 56 | 56 | ||
| 57 | #define LONGBITS 32 /* Number of bits in a long */ | 57 | #define LONGBITS 32 /* Number of bits in a long */ |
| 58 | 58 | ||
| 59 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 60 | is the most significant byte. */ | ||
| 61 | |||
| 62 | #define BIG_ENDIAN | ||
| 63 | |||
| 64 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 59 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 65 | * group of arguments and treat it as an array of the arguments. */ | 60 | * group of arguments and treat it as an array of the arguments. */ |
| 66 | 61 | ||
diff --git a/src/m/hp800.h b/src/m/hp800.h index 8aa740d9f4e..52f747fb9dd 100644 --- a/src/m/hp800.h +++ b/src/m/hp800.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 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 | ||
diff --git a/src/m/hp9000s300.h b/src/m/hp9000s300.h index 6979e1a51da..e5834bad7ae 100644 --- a/src/m/hp9000s300.h +++ b/src/m/hp9000s300.h | |||
| @@ -66,14 +66,6 @@ NOTE-END */ | |||
| 66 | 66 | ||
| 67 | #define LONGBITS 32 /* Number of bits in a long */ | 67 | #define LONGBITS 32 /* Number of bits in a long */ |
| 68 | 68 | ||
| 69 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 70 | is the most significant byte. */ | ||
| 71 | /* Under BSD, <endian.h> defines this to be 4321; rather than fight with it, | ||
| 72 | we'll just give in. Compatibility, akido style. */ | ||
| 73 | #ifndef BIG_ENDIAN | ||
| 74 | #define BIG_ENDIAN 4321 | ||
| 75 | #endif | ||
| 76 | |||
| 77 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 69 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 78 | * group of arguments and treat it as an array of the arguments. */ | 70 | * group of arguments and treat it as an array of the arguments. */ |
| 79 | 71 | ||
diff --git a/src/m/i860.h b/src/m/i860.h index 0e32cc7f9a2..b18a1d56967 100644 --- a/src/m/i860.h +++ b/src/m/i860.h | |||
| @@ -31,13 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | /* i860 is not big-endian: lowest numbered byte is least significant. */ | ||
| 38 | |||
| 39 | #undef BIG_ENDIAN | ||
| 40 | |||
| 41 | /* 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 |
| 42 | * 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. */ |
| 43 | 36 | ||
diff --git a/src/m/ibm370aix.h b/src/m/ibm370aix.h index ee2191ac62c..d583191e247 100644 --- a/src/m/ibm370aix.h +++ b/src/m/ibm370aix.h | |||
| @@ -8,9 +8,6 @@ | |||
| 8 | #undef INTEL386 | 8 | #undef INTEL386 |
| 9 | #undef aix386 | 9 | #undef aix386 |
| 10 | 10 | ||
| 11 | /* i370 is big-endian */ | ||
| 12 | #define BIG_ENDIAN | ||
| 13 | |||
| 14 | #undef TEXT_START | 11 | #undef TEXT_START |
| 15 | #undef SEGMENT_MASK | 12 | #undef SEGMENT_MASK |
| 16 | #undef DATA_SECTION_ALIGNMENT | 13 | #undef DATA_SECTION_ALIGNMENT |
diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h index da272005642..4a5784af182 100644 --- a/src/m/ibmps2-aix.h +++ b/src/m/ibmps2-aix.h | |||
| @@ -37,10 +37,6 @@ NOTE-END */ | |||
| 37 | 37 | ||
| 38 | #define LONGBITS 32 /* Number of bits in a long */ | 38 | #define LONGBITS 32 /* Number of bits in a long */ |
| 39 | 39 | ||
| 40 | /* i386 is not big-endian: lowest numbered byte is least significant. */ | ||
| 41 | |||
| 42 | /* #undef BIG_ENDIAN */ | ||
| 43 | |||
| 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 | ||
| @@ -121,8 +117,6 @@ so disable it for them. */ | |||
| 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 |
| @@ -144,8 +138,8 @@ so disable it for them. */ | |||
| 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 |
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index f6c6a550d01..ceebf58030e 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -31,15 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | /* This conflicts with something in the system headers, | ||
| 38 | and isn't currently used, since NO_UNION_TYPE is defined. */ | ||
| 39 | #if 0 | ||
| 40 | #define BIG_ENDIAN | ||
| 41 | #endif | ||
| 42 | |||
| 43 | /* 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 |
| 44 | * 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. */ |
| 45 | 36 | ||
diff --git a/src/m/ibmrt-aix.h b/src/m/ibmrt-aix.h index 5c2b1d1289a..29fd0c934d0 100644 --- a/src/m/ibmrt-aix.h +++ b/src/m/ibmrt-aix.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 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 | ||
| @@ -169,12 +164,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 |
diff --git a/src/m/ibmrt.h b/src/m/ibmrt.h index 845514d41b9..05d9f94b112 100644 --- a/src/m/ibmrt.h +++ b/src/m/ibmrt.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 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 | ||
diff --git a/src/m/intel386.h b/src/m/intel386.h index a5e688f9c98..d84a3838849 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h | |||
| @@ -63,10 +63,6 @@ NOTE-END */ | |||
| 63 | 63 | ||
| 64 | #define LONGBITS 32 /* Number of bits in a long */ | 64 | #define LONGBITS 32 /* Number of bits in a long */ |
| 65 | 65 | ||
| 66 | /* i386 is not big-endian: lowest numbered byte is least significant. */ | ||
| 67 | |||
| 68 | /* #undef BIG_ENDIAN */ | ||
| 69 | |||
| 70 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 66 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 71 | * group of arguments and treat it as an array of the arguments. */ | 67 | * group of arguments and treat it as an array of the arguments. */ |
| 72 | 68 | ||
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 670a218e936..ef7c59bd433 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -27,11 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 27 | 27 | ||
| 28 | #define LONGBITS 32 /* Number of bits in a long */ | 28 | #define LONGBITS 32 /* Number of bits in a long */ |
| 29 | 29 | ||
| 30 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 31 | is the most significant byte. */ | ||
| 32 | |||
| 33 | #define BIG_ENDIAN | ||
| 34 | |||
| 35 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 30 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 36 | * group of arguments and treat it as an array of the arguments. */ | 31 | * group of arguments and treat it as an array of the arguments. */ |
| 37 | 32 | ||
diff --git a/src/m/iris5d.h b/src/m/iris5d.h index 25a4b1ee045..141e8131f69 100644 --- a/src/m/iris5d.h +++ b/src/m/iris5d.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 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 | ||
diff --git a/src/m/irist.h b/src/m/irist.h index a5bf7fb4a7c..1a8f6222083 100644 --- a/src/m/irist.h +++ b/src/m/irist.h | |||
| @@ -65,11 +65,6 @@ NOTE-END */ | |||
| 65 | 65 | ||
| 66 | #define LONGBITS 32 /* Number of bits in a long */ | 66 | #define LONGBITS 32 /* Number of bits in a long */ |
| 67 | 67 | ||
| 68 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 69 | is the most significant byte. */ | ||
| 70 | |||
| 71 | #define BIG_ENDIAN | ||
| 72 | |||
| 73 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 68 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 74 | * group of arguments and treat it as an array of the arguments. */ | 69 | * group of arguments and treat it as an array of the arguments. */ |
| 75 | 70 | ||
diff --git a/src/m/isi-ov.h b/src/m/isi-ov.h index 84d1a2a38df..e2fc1aa09da 100644 --- a/src/m/isi-ov.h +++ b/src/m/isi-ov.h | |||
| @@ -37,10 +37,6 @@ NOTE-END */ | |||
| 37 | 37 | ||
| 38 | #define LONGBITS 32 /* Number of bits in a long */ | 38 | #define LONGBITS 32 /* Number of bits in a long */ |
| 39 | 39 | ||
| 40 | /* 68000 has lowest-numbered byte as most significant */ | ||
| 41 | |||
| 42 | #define BIG_ENDIAN | ||
| 43 | |||
| 44 | /* Say this machine is a 68000 */ | 40 | /* Say this machine is a 68000 */ |
| 45 | 41 | ||
| 46 | #define m68000 | 42 | #define m68000 |
diff --git a/src/m/masscomp.h b/src/m/masscomp.h index 4862670149c..64cb316d7a8 100644 --- a/src/m/masscomp.h +++ b/src/m/masscomp.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 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 | ||
diff --git a/src/m/mega68.h b/src/m/mega68.h index 46fab8a0ad3..1a4c10032cb 100644 --- a/src/m/mega68.h +++ b/src/m/mega68.h | |||
| @@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* XINT must explicitly sign-extend */ | 34 | /* XINT must explicitly sign-extend */ |
| 39 | 35 | ||
| 40 | #define EXPLICIT_SIGN_EXTEND | 36 | #define EXPLICIT_SIGN_EXTEND |
diff --git a/src/m/mg1.h b/src/m/mg1.h index 8956c9aae76..f8729965e60 100644 --- a/src/m/mg1.h +++ b/src/m/mg1.h | |||
| @@ -41,11 +41,6 @@ NOTE-END */ | |||
| 41 | 41 | ||
| 42 | #define LONGBITS 32 /* Number of bits in a long */ | 42 | #define LONGBITS 32 /* Number of bits in a long */ |
| 43 | 43 | ||
| 44 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 45 | is the most significant byte. */ | ||
| 46 | /* ns16000 is not big-endian: lowest numbered byte is least significant. */ | ||
| 47 | #undef BIG_ENDIAN | ||
| 48 | |||
| 49 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 44 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 50 | * group of arguments and treat it as an array of the arguments. */ | 45 | * group of arguments and treat it as an array of the arguments. */ |
| 51 | /* ns16000 call sequence used on mg1 means that &arg = the args as an array */ | 46 | /* ns16000 call sequence used on mg1 means that &arg = the args as an array */ |
diff --git a/src/m/mips.h b/src/m/mips.h index 2cdae83c3c3..6d90da6aa40 100644 --- a/src/m/mips.h +++ b/src/m/mips.h | |||
| @@ -36,11 +36,6 @@ NOTE-END */ | |||
| 36 | 36 | ||
| 37 | #define LONGBITS 32 /* Number of bits in a long */ | 37 | #define LONGBITS 32 /* Number of bits in a long */ |
| 38 | 38 | ||
| 39 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 40 | is the most significant byte. */ | ||
| 41 | |||
| 42 | #define BIG_ENDIAN | ||
| 43 | |||
| 44 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 39 | /* 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. */ | 40 | * group of arguments and treat it as an array of the arguments. */ |
| 46 | 41 | ||
| @@ -201,14 +196,12 @@ NOTE-END */ | |||
| 201 | 196 | ||
| 202 | #define HAVE_SYSVIPC | 197 | #define HAVE_SYSVIPC |
| 203 | 198 | ||
| 204 | #define HAVE_TIMEVAL | ||
| 205 | #if defined(emacs) && !defined(INHIBIT_BSD_TIME) | 199 | #if defined(emacs) && !defined(INHIBIT_BSD_TIME) |
| 206 | #include <bsd/sys/time.h> | 200 | #include <bsd/sys/time.h> |
| 207 | #endif | 201 | #endif |
| 208 | 202 | ||
| 209 | /* #define HAVE_SELECT | 203 | /* The `select' in the system won't work for pipes, so don't use it. */ |
| 210 | The `select' in the system won't work for pipes, | 204 | #undef HAVE_SELECT /* override configuration decision */ |
| 211 | so don't use it. */ | ||
| 212 | 205 | ||
| 213 | #define HAVE_GETWD | 206 | #define HAVE_GETWD |
| 214 | #define HAVE_GETTIMEOFDAY | 207 | #define HAVE_GETTIMEOFDAY |
| @@ -217,7 +210,6 @@ NOTE-END */ | |||
| 217 | #define HAVE_SOCKETS | 210 | #define HAVE_SOCKETS |
| 218 | 211 | ||
| 219 | #undef NOMULTIPLEJOBS | 212 | #undef NOMULTIPLEJOBS |
| 220 | #define utimes utime /* Someone should check this. */ | ||
| 221 | 213 | ||
| 222 | /* ??? */ | 214 | /* ??? */ |
| 223 | #define IRIS | 215 | #define IRIS |
diff --git a/src/m/news.h b/src/m/news.h index f61c3ba9ba7..eaca0e1fa74 100644 --- a/src/m/news.h +++ b/src/m/news.h | |||
| @@ -41,10 +41,6 @@ NOTE-END */ | |||
| 41 | 41 | ||
| 42 | #define LONGBITS 32 /* Number of bits in a long */ | 42 | #define LONGBITS 32 /* Number of bits in a long */ |
| 43 | 43 | ||
| 44 | /* 68000 has lowest-numbered byte as most significant */ | ||
| 45 | |||
| 46 | #define BIG_ENDIAN | ||
| 47 | |||
| 48 | /* One CRT0 Dummy variable */ | 44 | /* One CRT0 Dummy variable */ |
| 49 | 45 | ||
| 50 | #if 0 /* larry@mitra.com says Sony's as doesn't like this. */ | 46 | #if 0 /* larry@mitra.com says Sony's as doesn't like this. */ |
diff --git a/src/m/next.h b/src/m/next.h index dbbb4cf785c..3fb652b5666 100644 --- a/src/m/next.h +++ b/src/m/next.h | |||
| @@ -33,12 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 33 | 33 | ||
| 34 | #define LONGBITS 32 /* Number of bits in a long */ | 34 | #define LONGBITS 32 /* Number of bits in a long */ |
| 35 | 35 | ||
| 36 | /* Let the compiler tell us what byte order architecture we're compiling for */ | ||
| 37 | |||
| 38 | #ifdef __BIG_ENDIAN__ | ||
| 39 | #define BIG_ENDIAN | ||
| 40 | #endif | ||
| 41 | |||
| 42 | /* Define how to take a char and sign-extend into an int. | 36 | /* Define how to take a char and sign-extend into an int. |
| 43 | On machines where char is signed, this is a no-op. */ | 37 | On machines where char is signed, this is a no-op. */ |
| 44 | 38 | ||
diff --git a/src/m/ns16000.h b/src/m/ns16000.h index 080dc25b932..bf2d5ffa9be 100644 --- a/src/m/ns16000.h +++ b/src/m/ns16000.h | |||
| @@ -37,10 +37,6 @@ NOTE-END */ | |||
| 37 | 37 | ||
| 38 | #define LONGBITS 32 /* Number of bits in a long */ | 38 | #define LONGBITS 32 /* Number of bits in a long */ |
| 39 | 39 | ||
| 40 | /* 16000 is little-endian (lowest-numbered byte is least significant) */ | ||
| 41 | |||
| 42 | /* #define BIG_ENDIAN */ /* So don't define this. */ | ||
| 43 | |||
| 44 | /* Say this machine is a 16000 */ | 40 | /* Say this machine is a 16000 */ |
| 45 | 41 | ||
| 46 | #define ns16000 1 | 42 | #define ns16000 1 |
diff --git a/src/m/ns32000.h b/src/m/ns32000.h index e45f223211c..33c9fcda4ff 100644 --- a/src/m/ns32000.h +++ b/src/m/ns32000.h | |||
| @@ -32,11 +32,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 32 | 32 | ||
| 33 | #define LONGBITS 32 /* Number of bits in a long */ | 33 | #define LONGBITS 32 /* Number of bits in a long */ |
| 34 | 34 | ||
| 35 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 36 | is the most significant byte. */ | ||
| 37 | |||
| 38 | /* #define BIG_ENDIAN */ | ||
| 39 | |||
| 40 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 35 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 41 | * group of arguments and treat it as an array of the arguments. */ | 36 | * group of arguments and treat it as an array of the arguments. */ |
| 42 | 37 | ||
diff --git a/src/m/nu.h b/src/m/nu.h index ad234fa7263..8a2cf5bdd39 100644 --- a/src/m/nu.h +++ b/src/m/nu.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 39 | /* XINT must explicitly sign-extend */ | 34 | /* XINT must explicitly sign-extend */ |
| 40 | 35 | ||
| 41 | #define EXPLICIT_SIGN_EXTEND | 36 | #define EXPLICIT_SIGN_EXTEND |
diff --git a/src/m/orion.h b/src/m/orion.h index d2cf184851f..cbaa6128f14 100644 --- a/src/m/orion.h +++ b/src/m/orion.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #undef BIG_ENDIAN | ||
| 38 | |||
| 39 | /* Now define a symbol for the cpu type, if your compiler | 34 | /* Now define a symbol for the cpu type, if your compiler |
| 40 | does not define it automatically. */ | 35 | does not define it automatically. */ |
| 41 | 36 | ||
diff --git a/src/m/orion105.h b/src/m/orion105.h index e0532667853..56e8edae046 100644 --- a/src/m/orion105.h +++ b/src/m/orion105.h | |||
| @@ -32,11 +32,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 32 | 32 | ||
| 33 | #define LONGBITS 32 /* Number of bits in a long */ | 33 | #define LONGBITS 32 /* Number of bits in a long */ |
| 34 | 34 | ||
| 35 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 36 | is the most significant byte. */ | ||
| 37 | |||
| 38 | #undef BIG_ENDIAN | ||
| 39 | |||
| 40 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 35 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 41 | * group of arguments and treat it as an array of the arguments. */ | 36 | * group of arguments and treat it as an array of the arguments. */ |
| 42 | 37 | ||
diff --git a/src/m/pfa50.h b/src/m/pfa50.h index 52893733721..47d3a07b33c 100644 --- a/src/m/pfa50.h +++ b/src/m/pfa50.h | |||
| @@ -27,10 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 27 | 27 | ||
| 28 | #define LONGBITS 32 /* Number of bits in a long */ | 28 | #define LONGBITS 32 /* Number of bits in a long */ |
| 29 | 29 | ||
| 30 | /* 68000 has lowest-numbered byte as most significant */ | ||
| 31 | |||
| 32 | #define BIG_ENDIAN | ||
| 33 | |||
| 34 | /* Say this machine is a 68000 */ | 30 | /* Say this machine is a 68000 */ |
| 35 | 31 | ||
| 36 | #define m68000 | 32 | #define m68000 |
| @@ -88,8 +84,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 88 | 84 | ||
| 89 | #define TERMINFO | 85 | #define TERMINFO |
| 90 | 86 | ||
| 91 | #define HAVE_TIMEVAL | ||
| 92 | #define HAVE_SELECT | ||
| 93 | #define HAVE_PTYS | 87 | #define HAVE_PTYS |
| 94 | #define HAVE_SOCKETS | 88 | #define HAVE_SOCKETS |
| 95 | 89 | ||
| @@ -98,9 +92,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 98 | /* SX/A does not have sigblock(2) */ | 92 | /* SX/A does not have sigblock(2) */ |
| 99 | #define sigblock(mask) (0) | 93 | #define sigblock(mask) (0) |
| 100 | 94 | ||
| 101 | #define USG_SYS_TIME | ||
| 102 | #define USE_UTIME | ||
| 103 | |||
| 104 | #define NO_SIOCTL_H | 95 | #define NO_SIOCTL_H |
| 105 | 96 | ||
| 106 | #undef SIGIO | 97 | #undef SIGIO |
diff --git a/src/m/plexus.h b/src/m/plexus.h index 47f67881070..c45a4083b74 100644 --- a/src/m/plexus.h +++ b/src/m/plexus.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 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 | ||
diff --git a/src/m/pmax.h b/src/m/pmax.h index 9bd4ee4495c..63b5793ddb4 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h | |||
| @@ -10,7 +10,6 @@ NOTE-START | |||
| 10 | Use -opsystem=osf1 for OSF/1, and -opsystem=bsd4-3 otherwise. | 10 | Use -opsystem=osf1 for OSF/1, and -opsystem=bsd4-3 otherwise. |
| 11 | NOTE-END */ | 11 | NOTE-END */ |
| 12 | 12 | ||
| 13 | #undef BIG_ENDIAN | ||
| 14 | #undef LIB_STANDARD | 13 | #undef LIB_STANDARD |
| 15 | #undef START_FILES | 14 | #undef START_FILES |
| 16 | #undef COFF | 15 | #undef COFF |
diff --git a/src/m/pyramid.h b/src/m/pyramid.h index b41c0b24d1c..816b51f1c40 100644 --- a/src/m/pyramid.h +++ b/src/m/pyramid.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 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 | ||
diff --git a/src/m/sequent.h b/src/m/sequent.h index c39d7651949..9b6c205a36c 100644 --- a/src/m/sequent.h +++ b/src/m/sequent.h | |||
| @@ -38,11 +38,6 @@ NOTE-END */ | |||
| 38 | 38 | ||
| 39 | #define LONGBITS 32 /* Number of bits in a long */ | 39 | #define LONGBITS 32 /* Number of bits in a long */ |
| 40 | 40 | ||
| 41 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 42 | is the most significant byte. */ | ||
| 43 | |||
| 44 | /* #define BIG_ENDIAN */ | ||
| 45 | |||
| 46 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 41 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 47 | * group of arguments and treat it as an array of the arguments. */ | 42 | * group of arguments and treat it as an array of the arguments. */ |
| 48 | 43 | ||
diff --git a/src/m/sparc.h b/src/m/sparc.h index 341f37ca971..34bb32233d8 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h | |||
| @@ -35,12 +35,6 @@ NOTE-END */ | |||
| 35 | 35 | ||
| 36 | #define LONGBITS 32 /* Number of bits in a long */ | 36 | #define LONGBITS 32 /* Number of bits in a long */ |
| 37 | 37 | ||
| 38 | /* SPARC has lowest-numbered byte as most significant */ | ||
| 39 | |||
| 40 | #ifndef BIG_ENDIAN | ||
| 41 | #define BIG_ENDIAN | ||
| 42 | #endif | ||
| 43 | |||
| 44 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 38 | /* 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. */ | 39 | * group of arguments and treat it as an array of the arguments. */ |
| 46 | 40 | ||
diff --git a/src/m/sps7.h b/src/m/sps7.h index f95e2979e9d..879c545e457 100644 --- a/src/m/sps7.h +++ b/src/m/sps7.h | |||
| @@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 |
| @@ -64,12 +60,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 64 | #define V3x | 60 | #define V3x |
| 65 | 61 | ||
| 66 | /* | 62 | /* |
| 67 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 68 | */ | ||
| 69 | |||
| 70 | #define HAVE_SELECT | ||
| 71 | |||
| 72 | /* | ||
| 73 | * Define HAVE_PTYS if the system supports pty devices. | 63 | * Define HAVE_PTYS if the system supports pty devices. |
| 74 | */ | 64 | */ |
| 75 | 65 | ||
diff --git a/src/m/stride.h b/src/m/stride.h index 77067dcf676..79319c40609 100644 --- a/src/m/stride.h +++ b/src/m/stride.h | |||
| @@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* 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 |
| 39 | * 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. */ |
| 40 | 36 | ||
| @@ -94,8 +90,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 94 | /* The STRIDE system is more powerful than standard USG5. */ | 90 | /* The STRIDE system is more powerful than standard USG5. */ |
| 95 | 91 | ||
| 96 | #define HAVE_PTYS | 92 | #define HAVE_PTYS |
| 97 | #define HAVE_TIMEVAL | ||
| 98 | #define HAVE_SELECT | ||
| 99 | #define HAVE_GETTIMEOFDAY | 93 | #define HAVE_GETTIMEOFDAY |
| 100 | #define BSTRING | 94 | #define BSTRING |
| 101 | #define SKTPAIR | 95 | #define SKTPAIR |
diff --git a/src/m/sun1.h b/src/m/sun1.h index 109c3bcdc34..9760bda2f98 100644 --- a/src/m/sun1.h +++ b/src/m/sun1.h | |||
| @@ -47,10 +47,6 @@ NOTE-END */ | |||
| 47 | 47 | ||
| 48 | #define LONGBITS 32 /* Number of bits in a long */ | 48 | #define LONGBITS 32 /* Number of bits in a long */ |
| 49 | 49 | ||
| 50 | /* 68000 has lowest-numbered byte as most significant */ | ||
| 51 | |||
| 52 | #define BIG_ENDIAN | ||
| 53 | |||
| 54 | /* Say this machine is a 68000 */ | 50 | /* Say this machine is a 68000 */ |
| 55 | 51 | ||
| 56 | #define m68000 | 52 | #define m68000 |
diff --git a/src/m/sun2.h b/src/m/sun2.h index c4f617c5839..7dd6bfff469 100644 --- a/src/m/sun2.h +++ b/src/m/sun2.h | |||
| @@ -49,10 +49,6 @@ NOTE-END */ | |||
| 49 | 49 | ||
| 50 | #define LONGBITS 32 /* Number of bits in a long */ | 50 | #define LONGBITS 32 /* Number of bits in a long */ |
| 51 | 51 | ||
| 52 | /* 68000 has lowest-numbered byte as most significant */ | ||
| 53 | |||
| 54 | #define BIG_ENDIAN | ||
| 55 | |||
| 56 | /* Say this machine is a 68000 */ | 52 | /* Say this machine is a 68000 */ |
| 57 | 53 | ||
| 58 | #ifndef m68000 | 54 | #ifndef m68000 |
diff --git a/src/m/tad68k.h b/src/m/tad68k.h index 6088f49566e..18b861e97a6 100644 --- a/src/m/tad68k.h +++ b/src/m/tad68k.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 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 | ||
diff --git a/src/m/tahoe.h b/src/m/tahoe.h index 5bb3016baaf..da42392bde8 100644 --- a/src/m/tahoe.h +++ b/src/m/tahoe.h | |||
| @@ -36,10 +36,6 @@ NOTE-END */ | |||
| 36 | 36 | ||
| 37 | #define LONGBITS 32 /* Number of bits in a long */ | 37 | #define LONGBITS 32 /* Number of bits in a long */ |
| 38 | 38 | ||
| 39 | /* lowest-numbered byte is most significant */ | ||
| 40 | |||
| 41 | #define BIG_ENDIAN | ||
| 42 | |||
| 43 | /* XINT must explicitly sign-extend */ | 39 | /* XINT must explicitly sign-extend */ |
| 44 | 40 | ||
| 45 | #define EXPLICIT_SIGN_EXTEND | 41 | #define EXPLICIT_SIGN_EXTEND |
diff --git a/src/m/tandem-s2.h b/src/m/tandem-s2.h index 7c31225a413..405af5c844a 100644 --- a/src/m/tandem-s2.h +++ b/src/m/tandem-s2.h | |||
| @@ -8,9 +8,6 @@ | |||
| 8 | 8 | ||
| 9 | /* This overrides some of the usual support for the mips and system V.3. */ | 9 | /* This overrides some of the usual support for the mips and system V.3. */ |
| 10 | 10 | ||
| 11 | /* The S2 does not know about utimes() */ | ||
| 12 | #define USE_UTIME | ||
| 13 | |||
| 14 | /* The operating system apparently defines TIOCGETC | 11 | /* The operating system apparently defines TIOCGETC |
| 15 | but it doesn't work. */ | 12 | but it doesn't work. */ |
| 16 | #undef BROKEN_TIOCGETC | 13 | #undef BROKEN_TIOCGETC |
diff --git a/src/m/targon31.h b/src/m/targon31.h index a302caa473c..dd998f03915 100644 --- a/src/m/targon31.h +++ b/src/m/targon31.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 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 | ||
diff --git a/src/m/tek4300.h b/src/m/tek4300.h index bd48abc78fc..608a8b761b3 100644 --- a/src/m/tek4300.h +++ b/src/m/tek4300.h | |||
| @@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 WORDS_BIG_ENDIAN | ||
| 37 | |||
| 38 | /* 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 |
| 39 | * 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. */ |
| 40 | 36 | ||
diff --git a/src/m/tekxd88.h b/src/m/tekxd88.h index 460bdc44ad6..342f13c67d6 100644 --- a/src/m/tekxd88.h +++ b/src/m/tekxd88.h | |||
| @@ -25,10 +25,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 25 | #define INTBITS 32 /* Number of bits in an int */ | 25 | #define INTBITS 32 /* Number of bits in an int */ |
| 26 | #define LONGBITS 32 /* Number of bits in a long */ | 26 | #define LONGBITS 32 /* Number of bits in a long */ |
| 27 | 27 | ||
| 28 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 29 | is the most significant byte. */ | ||
| 30 | #define BIG_ENDIAN | ||
| 31 | |||
| 32 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 28 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 33 | * group of arguments and treat it as an array of the arguments. */ | 29 | * group of arguments and treat it as an array of the arguments. */ |
| 34 | #define NO_ARG_ARRAY | 30 | #define NO_ARG_ARRAY |
| @@ -104,8 +100,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 104 | 100 | ||
| 105 | #undef NOMULTIPLEJOBS /* we have job control */ | 101 | #undef NOMULTIPLEJOBS /* we have job control */ |
| 106 | #define HAVE_SOCKETS /* sockets are available */ | 102 | #define HAVE_SOCKETS /* sockets are available */ |
| 107 | #define HAVE_TIMEVAL /* we have Berkeley style <sys/time.h> */ | ||
| 108 | #define HAVE_SELECT /* XD88 has select(). */ | ||
| 109 | #define BROKEN_FIONREAD /* is this needed ? */ | 103 | #define BROKEN_FIONREAD /* is this needed ? */ |
| 110 | #define BSTRING /* its in libc but not declared in any header file. */ | 104 | #define BSTRING /* its in libc but not declared in any header file. */ |
| 111 | #undef sigsetmask /* XD88 has sigsetmask() */ | 105 | #undef sigsetmask /* XD88 has sigsetmask() */ |
diff --git a/src/m/template.h b/src/m/template.h index efc33330503..ef9df9956de 100644 --- a/src/m/template.h +++ b/src/m/template.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 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 | ||
diff --git a/src/m/tower32.h b/src/m/tower32.h index e6383232d75..2df148c675f 100644 --- a/src/m/tower32.h +++ b/src/m/tower32.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 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 | ||
diff --git a/src/m/tower32v3.h b/src/m/tower32v3.h index 40e80e261b5..ed6b0950be3 100644 --- a/src/m/tower32v3.h +++ b/src/m/tower32v3.h | |||
| @@ -32,11 +32,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 32 | 32 | ||
| 33 | #define LONGBITS 32 /* Number of bits in a long */ | 33 | #define LONGBITS 32 /* Number of bits in a long */ |
| 34 | 34 | ||
| 35 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 36 | is the most significant byte. */ | ||
| 37 | |||
| 38 | #define BIG_ENDIAN | ||
| 39 | |||
| 40 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 35 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 41 | * group of arguments and treat it as an array of the arguments. */ | 36 | * group of arguments and treat it as an array of the arguments. */ |
| 42 | 37 | ||
diff --git a/src/m/ustation.h b/src/m/ustation.h index c69b31112a5..b9878465ebf 100644 --- a/src/m/ustation.h +++ b/src/m/ustation.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 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 | ||
| @@ -134,7 +129,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 134 | 129 | ||
| 135 | /* -lnet is not standard library */ | 130 | /* -lnet is not standard library */ |
| 136 | 131 | ||
| 137 | #undef HAVE_SELECT | ||
| 138 | #undef LIBS_SYSTEM | 132 | #undef LIBS_SYSTEM |
| 139 | 133 | ||
| 140 | /* Compiler's bug */ | 134 | /* Compiler's bug */ |
| @@ -150,4 +144,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 150 | 144 | ||
| 151 | #undef SIGIO | 145 | #undef SIGIO |
| 152 | #undef SIGTSTP | 146 | #undef SIGTSTP |
| 153 | #undef HAVE_TIMEVAL | ||
diff --git a/src/m/vax.h b/src/m/vax.h index fa50e65be73..63fc3e92e61 100644 --- a/src/m/vax.h +++ b/src/m/vax.h | |||
| @@ -59,10 +59,6 @@ NOTE-END */ | |||
| 59 | 59 | ||
| 60 | #define LONGBITS 32 /* Number of bits in a long */ | 60 | #define LONGBITS 32 /* Number of bits in a long */ |
| 61 | 61 | ||
| 62 | /* Vax is not big-endian: lowest numbered byte is least significant. */ | ||
| 63 | |||
| 64 | /* #undef BIG_ENDIAN */ | ||
| 65 | |||
| 66 | /* #define vax -- appears to be done automatically */ | 62 | /* #define vax -- appears to be done automatically */ |
| 67 | 63 | ||
| 68 | /* Use type int rather than a union, to represent Lisp_Object */ | 64 | /* Use type int rather than a union, to represent Lisp_Object */ |
diff --git a/src/m/wicat.h b/src/m/wicat.h index f55c3149a27..db9c1515019 100644 --- a/src/m/wicat.h +++ b/src/m/wicat.h | |||
| @@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 35 | is the most significant byte. */ | ||
| 36 | |||
| 37 | #define BIG_ENDIAN | ||
| 38 | |||
| 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 | ||
diff --git a/src/m/xps100.h b/src/m/xps100.h index b2329c99efa..bf4a24da52d 100644 --- a/src/m/xps100.h +++ b/src/m/xps100.h | |||
| @@ -33,11 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 33 | 33 | ||
| 34 | #define LONGBITS 32 /* Number of bits in a long */ | 34 | #define LONGBITS 32 /* Number of bits in a long */ |
| 35 | 35 | ||
| 36 | /* Define BIG_ENDIAN iff lowest-numbered byte in a word | ||
| 37 | is the most significant byte. */ | ||
| 38 | |||
| 39 | #define BIG_ENDIAN | ||
| 40 | |||
| 41 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 36 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 42 | * group of arguments and treat it as an array of the arguments. */ | 37 | * group of arguments and treat it as an array of the arguments. */ |
| 43 | 38 | ||