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 | |
| parent | 3622dcd9a0c493d948313cd00a26af1a69d4c405 (diff) | |
| download | emacs-5df583315f5e5c9f53473e7ad60fb3a334f05cd2.tar.gz emacs-5df583315f5e5c9f53473e7ad60fb3a334f05cd2.zip | |
Delete obsolete symbols.
99 files changed, 12 insertions, 729 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 | ||
diff --git a/src/s/386-ix.h b/src/s/386-ix.h index 5f764563e84..dc17281df01 100644 --- a/src/s/386-ix.h +++ b/src/s/386-ix.h | |||
| @@ -2,17 +2,12 @@ | |||
| 2 | 2 | ||
| 3 | #include "usg5-3.h" | 3 | #include "usg5-3.h" |
| 4 | 4 | ||
| 5 | #define HAVE_SELECT | ||
| 6 | |||
| 7 | #define BROKEN_TIOCGETC | 5 | #define BROKEN_TIOCGETC |
| 8 | 6 | ||
| 9 | /* There are some reports that the following is needed | 7 | /* There are some reports that the following is needed |
| 10 | with some version of this system. | 8 | with some version of this system. |
| 11 | #undef LIBX11_SYSTEM | 9 | #undef LIBX11_SYSTEM |
| 12 | #define LIBX11_SYSTEM -linet | 10 | #define LIBX11_SYSTEM -linet |
| 13 | |||
| 14 | #define HAVE_TIMEVAL | ||
| 15 | #define USE_UTIME | ||
| 16 | */ | 11 | */ |
| 17 | 12 | ||
| 18 | /* This is said to be needed as a result of having _insque rather | 13 | /* This is said to be needed as a result of having _insque rather |
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index 3cfb0398aa7..ed3e5c83a0f 100644 --- a/src/s/aix3-1.h +++ b/src/s/aix3-1.h | |||
| @@ -79,19 +79,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 79 | #define HAVE_TERMIOS | 79 | #define HAVE_TERMIOS |
| 80 | 80 | ||
| 81 | /* | 81 | /* |
| 82 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 83 | * Look in <sys/time.h> for a timeval structure. | ||
| 84 | */ | ||
| 85 | |||
| 86 | #define HAVE_TIMEVAL | ||
| 87 | |||
| 88 | /* | ||
| 89 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 90 | */ | ||
| 91 | |||
| 92 | #define HAVE_SELECT | ||
| 93 | |||
| 94 | /* | ||
| 95 | * Define HAVE_PTYS if the system supports pty devices. | 82 | * Define HAVE_PTYS if the system supports pty devices. |
| 96 | */ | 83 | */ |
| 97 | 84 | ||
diff --git a/src/s/bsd4-1.h b/src/s/bsd4-1.h index b5c08960732..a2a712b87ab 100644 --- a/src/s/bsd4-1.h +++ b/src/s/bsd4-1.h | |||
| @@ -47,19 +47,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 47 | #define FIRST_PTY_LETTER 'p' | 47 | #define FIRST_PTY_LETTER 'p' |
| 48 | 48 | ||
| 49 | /* | 49 | /* |
| 50 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 51 | * Look in <sys/time.h> for a timeval structure. | ||
| 52 | */ | ||
| 53 | |||
| 54 | #undef HAVE_TIMEVAL | ||
| 55 | |||
| 56 | /* | ||
| 57 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 58 | */ | ||
| 59 | |||
| 60 | /* #define HAVE_SELECT */ | ||
| 61 | |||
| 62 | /* | ||
| 63 | * Define HAVE_PTYS if the system supports pty devices. | 50 | * Define HAVE_PTYS if the system supports pty devices. |
| 64 | */ | 51 | */ |
| 65 | 52 | ||
diff --git a/src/s/bsd4-2.h b/src/s/bsd4-2.h index ac61e242818..2c3b80d3984 100644 --- a/src/s/bsd4-2.h +++ b/src/s/bsd4-2.h | |||
| @@ -51,19 +51,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 51 | #define FIRST_PTY_LETTER 'p' | 51 | #define FIRST_PTY_LETTER 'p' |
| 52 | 52 | ||
| 53 | /* | 53 | /* |
| 54 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 55 | * Look in <sys/time.h> for a timeval structure. | ||
| 56 | */ | ||
| 57 | |||
| 58 | #define HAVE_TIMEVAL | ||
| 59 | |||
| 60 | /* | ||
| 61 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 62 | */ | ||
| 63 | |||
| 64 | #define HAVE_SELECT | ||
| 65 | |||
| 66 | /* | ||
| 67 | * Define HAVE_PTYS if the system supports pty devices. | 54 | * Define HAVE_PTYS if the system supports pty devices. |
| 68 | */ | 55 | */ |
| 69 | 56 | ||
diff --git a/src/s/bsd4-3.h b/src/s/bsd4-3.h index 392b27188ba..4535322e16e 100644 --- a/src/s/bsd4-3.h +++ b/src/s/bsd4-3.h | |||
| @@ -54,19 +54,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 54 | #define FIRST_PTY_LETTER 'p' | 54 | #define FIRST_PTY_LETTER 'p' |
| 55 | 55 | ||
| 56 | /* | 56 | /* |
| 57 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 58 | * Look in <sys/time.h> for a timeval structure. | ||
| 59 | */ | ||
| 60 | |||
| 61 | #define HAVE_TIMEVAL | ||
| 62 | |||
| 63 | /* | ||
| 64 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 65 | */ | ||
| 66 | |||
| 67 | #define HAVE_SELECT | ||
| 68 | |||
| 69 | /* | ||
| 70 | * Define HAVE_PTYS if the system supports pty devices. | 57 | * Define HAVE_PTYS if the system supports pty devices. |
| 71 | */ | 58 | */ |
| 72 | 59 | ||
diff --git a/src/s/cxux.h b/src/s/cxux.h index 83694f59b06..6e711f9f651 100644 --- a/src/s/cxux.h +++ b/src/s/cxux.h | |||
| @@ -123,19 +123,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 123 | #define NO_TERMIO | 123 | #define NO_TERMIO |
| 124 | 124 | ||
| 125 | /* | 125 | /* |
| 126 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 127 | * Look in <sys/time.h> for a timeval structure. | ||
| 128 | */ | ||
| 129 | |||
| 130 | #define HAVE_TIMEVAL | ||
| 131 | |||
| 132 | /* | ||
| 133 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 134 | */ | ||
| 135 | |||
| 136 | #define HAVE_SELECT | ||
| 137 | |||
| 138 | /* | ||
| 139 | * Define HAVE_PTYS if the system supports pty devices. | 126 | * Define HAVE_PTYS if the system supports pty devices. |
| 140 | */ | 127 | */ |
| 141 | 128 | ||
diff --git a/src/s/dgux.h b/src/s/dgux.h index 5ecfb053e00..e93ce484cb9 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h | |||
| @@ -67,19 +67,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 67 | #define INTERRUPT_INPUT | 67 | #define INTERRUPT_INPUT |
| 68 | 68 | ||
| 69 | /* | 69 | /* |
| 70 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 71 | * Look in <sys/time.h> for a timeval structure. | ||
| 72 | */ | ||
| 73 | |||
| 74 | #define HAVE_TIMEVAL | ||
| 75 | |||
| 76 | /* | ||
| 77 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 78 | */ | ||
| 79 | |||
| 80 | #define HAVE_SELECT | ||
| 81 | |||
| 82 | /* | ||
| 83 | * Define HAVE_SOCKETS if the system supports sockets. | 70 | * Define HAVE_SOCKETS if the system supports sockets. |
| 84 | */ | 71 | */ |
| 85 | 72 | ||
diff --git a/src/s/esix.h b/src/s/esix.h index 57e241b47da..64d0822bf5f 100644 --- a/src/s/esix.h +++ b/src/s/esix.h | |||
| @@ -3,8 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | #include "usg5-3.h" | 4 | #include "usg5-3.h" |
| 5 | 5 | ||
| 6 | #define HAVE_TIMEVAL | ||
| 7 | |||
| 8 | /* Some versions of V.3 have this, but not all. ESIX does. */ | 6 | /* Some versions of V.3 have this, but not all. ESIX does. */ |
| 9 | #define HAVE_PTYS | 7 | #define HAVE_PTYS |
| 10 | #define SYSV_PTYS | 8 | #define SYSV_PTYS |
| @@ -23,6 +21,4 @@ | |||
| 23 | /* ESIX does not need <sys/sioctl.h>, but needs <sys/ptem.h> */ | 21 | /* ESIX does not need <sys/sioctl.h>, but needs <sys/ptem.h> */ |
| 24 | #define NO_SIOCTL_H | 22 | #define NO_SIOCTL_H |
| 25 | #define NEED_PTEM_H | 23 | #define NEED_PTEM_H |
| 26 | #define USG_SYS_TIME | ||
| 27 | #define USE_UTIME | ||
| 28 | #define BROKEN_FIONREAD | 24 | #define BROKEN_FIONREAD |
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index aff40d68446..c06df2be6b3 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -192,9 +192,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 192 | #define HAVE_SYS_SIGLIST | 192 | #define HAVE_SYS_SIGLIST |
| 193 | #define HAVE_GETWD /* cure conflict with getcwd? */ | 193 | #define HAVE_GETWD /* cure conflict with getcwd? */ |
| 194 | 194 | ||
| 195 | #define USE_UTIME /* don't have utimes */ | ||
| 196 | #define SYSV_SYSTEM_DIR /* use dirent.h */ | 195 | #define SYSV_SYSTEM_DIR /* use dirent.h */ |
| 197 | #define USG_SYS_TIME /* use sys/time.h, not time.h */ | ||
| 198 | 196 | ||
| 199 | #define POSIX /* affects getpagesize.h and systty.h */ | 197 | #define POSIX /* affects getpagesize.h and systty.h */ |
| 200 | #define POSIX_SIGNALS | 198 | #define POSIX_SIGNALS |
diff --git a/src/s/hpux.h b/src/s/hpux.h index c7e02a007cb..125f6b33d03 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h | |||
| @@ -58,28 +58,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 58 | 58 | ||
| 59 | #define HAVE_TERMIO | 59 | #define HAVE_TERMIO |
| 60 | 60 | ||
| 61 | /* Says to include time.h, and not include sys/time.h. */ | ||
| 62 | |||
| 63 | #define NEED_TIME_H | ||
| 64 | |||
| 65 | /* | ||
| 66 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 67 | * Look in <sys/time.h> for a timeval structure. | ||
| 68 | */ | ||
| 69 | |||
| 70 | #define HAVE_TIMEVAL | ||
| 71 | |||
| 72 | /* With HAVE_TIMEVAL define, Emacs expects to use `utimes'. | ||
| 73 | But HPUX does not have one. */ | ||
| 74 | |||
| 75 | #define MISSING_UTIMES | ||
| 76 | |||
| 77 | /* | ||
| 78 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 79 | */ | ||
| 80 | |||
| 81 | #define HAVE_SELECT | ||
| 82 | |||
| 83 | /* | 61 | /* |
| 84 | * Define HAVE_PTYS if the system supports pty devices. | 62 | * Define HAVE_PTYS if the system supports pty devices. |
| 85 | */ | 63 | */ |
diff --git a/src/s/iris3-5.h b/src/s/iris3-5.h index a01ba137c5b..d82bd732c7c 100644 --- a/src/s/iris3-5.h +++ b/src/s/iris3-5.h | |||
| @@ -55,23 +55,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 55 | #define HAVE_TERMIO | 55 | #define HAVE_TERMIO |
| 56 | 56 | ||
| 57 | /* | 57 | /* |
| 58 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 59 | * Look in <sys/time.h> for a timeval structure. | ||
| 60 | */ | ||
| 61 | |||
| 62 | #define HAVE_TIMEVAL | ||
| 63 | |||
| 64 | /* `utime' system call doesn't understand timevals. */ | ||
| 65 | |||
| 66 | #define IRIS_UTIME | ||
| 67 | |||
| 68 | /* | ||
| 69 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 70 | */ | ||
| 71 | |||
| 72 | #define HAVE_SELECT | ||
| 73 | |||
| 74 | /* | ||
| 75 | * Define HAVE_PTYS if the system supports pty devices. | 58 | * Define HAVE_PTYS if the system supports pty devices. |
| 76 | */ | 59 | */ |
| 77 | 60 | ||
diff --git a/src/s/iris3-6.h b/src/s/iris3-6.h index a4e424b7c84..504560cd36b 100644 --- a/src/s/iris3-6.h +++ b/src/s/iris3-6.h | |||
| @@ -55,23 +55,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 55 | #define HAVE_TERMIO | 55 | #define HAVE_TERMIO |
| 56 | 56 | ||
| 57 | /* | 57 | /* |
| 58 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 59 | * Look in <sys/time.h> for a timeval structure. | ||
| 60 | */ | ||
| 61 | |||
| 62 | #define HAVE_TIMEVAL | ||
| 63 | |||
| 64 | /* `utime' system call doesn't understand timevals. */ | ||
| 65 | |||
| 66 | #define IRIS_UTIME | ||
| 67 | |||
| 68 | /* | ||
| 69 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 70 | */ | ||
| 71 | |||
| 72 | #define HAVE_SELECT | ||
| 73 | |||
| 74 | /* | ||
| 75 | * Define HAVE_PTYS if the system supports pty devices. | 58 | * Define HAVE_PTYS if the system supports pty devices. |
| 76 | */ | 59 | */ |
| 77 | 60 | ||
diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index aad4ed86769..b34831e7c66 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h | |||
| @@ -58,23 +58,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 58 | #define HAVE_TERMIO | 58 | #define HAVE_TERMIO |
| 59 | 59 | ||
| 60 | /* | 60 | /* |
| 61 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 62 | * Look in <sys/time.h> for a timeval structure. | ||
| 63 | */ | ||
| 64 | |||
| 65 | #define HAVE_TIMEVAL | ||
| 66 | |||
| 67 | /* `utime' system call doesn't understand timevals. */ | ||
| 68 | |||
| 69 | #define IRIS_UTIME | ||
| 70 | |||
| 71 | /* | ||
| 72 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 73 | */ | ||
| 74 | |||
| 75 | #define HAVE_SELECT | ||
| 76 | |||
| 77 | /* | ||
| 78 | * Define HAVE_PTYS if the system supports pty devices. | 61 | * Define HAVE_PTYS if the system supports pty devices. |
| 79 | */ | 62 | */ |
| 80 | 63 | ||
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index 589773a8213..c8097bb98b0 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | #include <alloca.h> | 8 | #include <alloca.h> |
| 9 | #endif | 9 | #endif |
| 10 | 10 | ||
| 11 | #undef IRIS_UTIME | ||
| 12 | #undef NEED_SIOCTL | 11 | #undef NEED_SIOCTL |
| 13 | 12 | ||
| 14 | /* Make process_send_signal work by "typing" a signal character on the pty. */ | 13 | /* Make process_send_signal work by "typing" a signal character on the pty. */ |
diff --git a/src/s/isc2-2.h b/src/s/isc2-2.h index b15b15c830c..52a6629d3ff 100644 --- a/src/s/isc2-2.h +++ b/src/s/isc2-2.h | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | 5 | ||
| 6 | /* With this defined, subprocesses made by (e.g.) M-x grep don't exit | 6 | /* With this defined, subprocesses made by (e.g.) M-x grep don't exit |
| 7 | cleanly, they just hang. ISC 2.2.1 does have select, in the -linet | 7 | cleanly, they just hang. ISC 2.2.1 does have select, in the -linet |
| 8 | library, but I guess it's not what Emacs needs. --karl@cs.umb.edu | 8 | library, but I guess it's not what Emacs needs. --karl@cs.umb.edu */ |
| 9 | #define HAVE_SELECT */ | 9 | #undef HAVE_SELECT /* override configuration decision */ |
| 10 | 10 | ||
| 11 | /* Although ISC has sockets, again in -linet, again it's not what Emacs | 11 | /* Although ISC has sockets, again in -linet, again it's not what Emacs |
| 12 | needs. With this defined, interrupt-shell-subjob and the like do | 12 | needs. With this defined, interrupt-shell-subjob and the like do |
| @@ -43,9 +43,6 @@ | |||
| 43 | # define LIB_STANDARD -lPW -lc | 43 | # define LIB_STANDARD -lPW -lc |
| 44 | #endif /* !__GNUC__ */ | 44 | #endif /* !__GNUC__ */ |
| 45 | 45 | ||
| 46 | /* mt00@etherm.co.uk says this is needed for process.c. */ | ||
| 47 | #define USE_UTIME | ||
| 48 | |||
| 49 | #define NO_X_DESTROY_DATABASE | 46 | #define NO_X_DESTROY_DATABASE |
| 50 | 47 | ||
| 51 | /* This communicates with m-intel386.h. */ | 48 | /* This communicates with m-intel386.h. */ |
diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h index 62e6ebd80b3..d2fcc7b7452 100644 --- a/src/s/isc3-0.h +++ b/src/s/isc3-0.h | |||
| @@ -2,16 +2,12 @@ | |||
| 2 | 2 | ||
| 3 | #include "isc2-2.h" | 3 | #include "isc2-2.h" |
| 4 | 4 | ||
| 5 | /* These have been moved into isc2-2.h. */ | 5 | /* This has been moved into isc2-2.h. */ |
| 6 | /* #define HAVE_SOCKETS | 6 | /* #define HAVE_SOCKETS */ |
| 7 | #define HAVE_SELECT */ | ||
| 8 | 7 | ||
| 9 | /* This appears on 3.0, presumably as part of what SunSoft call X2. */ | 8 | /* This appears on 3.0, presumably as part of what SunSoft call X2. */ |
| 10 | #undef NO_X_DESTROY_DATABASE | 9 | #undef NO_X_DESTROY_DATABASE |
| 11 | 10 | ||
| 12 | /* mt00@etherm.co.uk says this is needed for process.c. */ | ||
| 13 | #define HAVE_TIMEVAL | ||
| 14 | |||
| 15 | /* People say that using -traditional causes lossage with `const', | 11 | /* People say that using -traditional causes lossage with `const', |
| 16 | so we might as well try getting rid of -traditional. */ | 12 | so we might as well try getting rid of -traditional. */ |
| 17 | #undef C_SWITCH_SYSTEM | 13 | #undef C_SWITCH_SYSTEM |
diff --git a/src/s/msdos.h b/src/s/msdos.h index aef2d582a53..f1d2d1efb47 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -81,19 +81,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 81 | /* #define FIRST_PTY_LETTER 'a' */ | 81 | /* #define FIRST_PTY_LETTER 'a' */ |
| 82 | 82 | ||
| 83 | /* | 83 | /* |
| 84 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 85 | * Look in <sys/time.h> for a timeval structure. | ||
| 86 | */ | ||
| 87 | |||
| 88 | #define HAVE_TIMEVAL | ||
| 89 | |||
| 90 | /* | ||
| 91 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 92 | */ | ||
| 93 | |||
| 94 | /* #define HAVE_SELECT */ | ||
| 95 | |||
| 96 | /* | ||
| 97 | * Define HAVE_PTYS if the system supports pty devices. | 84 | * Define HAVE_PTYS if the system supports pty devices. |
| 98 | */ | 85 | */ |
| 99 | 86 | ||
diff --git a/src/s/rtu.h b/src/s/rtu.h index 855c79b6caa..6a435d785a1 100644 --- a/src/s/rtu.h +++ b/src/s/rtu.h | |||
| @@ -64,19 +64,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 64 | #define FIRST_PTY_LETTER 'z' /* i.e. no PTY_LETTERs */ | 64 | #define FIRST_PTY_LETTER 'z' /* i.e. no PTY_LETTERs */ |
| 65 | 65 | ||
| 66 | /* | 66 | /* |
| 67 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 68 | * Look in <sys/time.h> for a timeval structure. | ||
| 69 | */ | ||
| 70 | |||
| 71 | #define HAVE_TIMEVAL | ||
| 72 | |||
| 73 | /* | ||
| 74 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 75 | */ | ||
| 76 | |||
| 77 | #define HAVE_SELECT | ||
| 78 | |||
| 79 | /* | ||
| 80 | * Define HAVE_PTYS if the system supports pty devices. | 67 | * Define HAVE_PTYS if the system supports pty devices. |
| 81 | */ | 68 | */ |
| 82 | 69 | ||
diff --git a/src/s/sco4.h b/src/s/sco4.h index f5ca1698676..e1df8b2dff5 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h | |||
| @@ -44,9 +44,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 44 | /* SCO has termios. */ | 44 | /* SCO has termios. */ |
| 45 | #define HAVE_TERMIOS | 45 | #define HAVE_TERMIOS |
| 46 | 46 | ||
| 47 | /* SCO has timeval. */ | ||
| 48 | #define HAVE_TIMEVAL | ||
| 49 | |||
| 50 | /* SCO has ptys with unusual names. */ | 47 | /* SCO has ptys with unusual names. */ |
| 51 | #define HAVE_PTYS | 48 | #define HAVE_PTYS |
| 52 | 49 | ||
diff --git a/src/s/template.h b/src/s/template.h index 3cee20afff6..ec914d17a83 100644 --- a/src/s/template.h +++ b/src/s/template.h | |||
| @@ -91,19 +91,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 91 | /* #define HAVE_TERMIO */ | 91 | /* #define HAVE_TERMIO */ |
| 92 | 92 | ||
| 93 | /* | 93 | /* |
| 94 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 95 | * Look in <sys/time.h> for a timeval structure. | ||
| 96 | */ | ||
| 97 | |||
| 98 | #define HAVE_TIMEVAL | ||
| 99 | |||
| 100 | /* | ||
| 101 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 102 | */ | ||
| 103 | |||
| 104 | /* #define HAVE_SELECT */ | ||
| 105 | |||
| 106 | /* | ||
| 107 | * Define HAVE_PTYS if the system supports pty devices. | 94 | * Define HAVE_PTYS if the system supports pty devices. |
| 108 | */ | 95 | */ |
| 109 | 96 | ||
diff --git a/src/s/umax.h b/src/s/umax.h index 076488064ac..53b9b419f82 100644 --- a/src/s/umax.h +++ b/src/s/umax.h | |||
| @@ -71,19 +71,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 71 | #define FIRST_PTY_LETTER 'p' | 71 | #define FIRST_PTY_LETTER 'p' |
| 72 | 72 | ||
| 73 | /* | 73 | /* |
| 74 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 75 | * Look in <sys/time.h> for a timeval structure. | ||
| 76 | */ | ||
| 77 | |||
| 78 | #define HAVE_TIMEVAL | ||
| 79 | |||
| 80 | /* | ||
| 81 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 82 | */ | ||
| 83 | |||
| 84 | #define HAVE_SELECT | ||
| 85 | |||
| 86 | /* | ||
| 87 | * Define HAVE_PTYS if the system supports pty devices. | 74 | * Define HAVE_PTYS if the system supports pty devices. |
| 88 | */ | 75 | */ |
| 89 | 76 | ||
diff --git a/src/s/umips.h b/src/s/umips.h index 5aea3439dac..608283eed61 100644 --- a/src/s/umips.h +++ b/src/s/umips.h | |||
| @@ -42,14 +42,13 @@ | |||
| 42 | 42 | ||
| 43 | #define HAVE_SYSVIPC | 43 | #define HAVE_SYSVIPC |
| 44 | 44 | ||
| 45 | #define HAVE_TIMEVAL | ||
| 46 | #if defined(emacs) | 45 | #if defined(emacs) |
| 47 | #include <bsd/sys/time.h> | 46 | #include <bsd/sys/time.h> |
| 48 | #endif | 47 | #endif |
| 49 | 48 | ||
| 50 | /* #define HAVE_SELECT | 49 | /* The `select' in the system won't work for pipes, |
| 51 | The `select' in the system won't work for pipes, | ||
| 52 | so don't use it. */ | 50 | so don't use it. */ |
| 51 | #define BROKEN_SELECT | ||
| 53 | 52 | ||
| 54 | #define HAVE_DUP2 | 53 | #define HAVE_DUP2 |
| 55 | #define HAVE_GETWD | 54 | #define HAVE_GETWD |
diff --git a/src/s/unipl5-0.h b/src/s/unipl5-0.h index d908b6c14ac..ed1f8349b6c 100644 --- a/src/s/unipl5-0.h +++ b/src/s/unipl5-0.h | |||
| @@ -58,19 +58,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 58 | #define HAVE_TERMIO | 58 | #define HAVE_TERMIO |
| 59 | 59 | ||
| 60 | /* | 60 | /* |
| 61 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 62 | * Look in <sys/time.h> for a timeval structure. | ||
| 63 | */ | ||
| 64 | |||
| 65 | /* #define HAVE_TIMEVAL */ | ||
| 66 | |||
| 67 | /* | ||
| 68 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 69 | */ | ||
| 70 | |||
| 71 | /* #define HAVE_SELECT */ | ||
| 72 | |||
| 73 | /* | ||
| 74 | * Define HAVE_PTYS if the system supports pty devices. | 61 | * Define HAVE_PTYS if the system supports pty devices. |
| 75 | */ | 62 | */ |
| 76 | 63 | ||
diff --git a/src/s/unipl5-2.h b/src/s/unipl5-2.h index 94d7ebfe05c..fe2ea839101 100644 --- a/src/s/unipl5-2.h +++ b/src/s/unipl5-2.h | |||
| @@ -57,19 +57,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 57 | #define HAVE_TERMIO | 57 | #define HAVE_TERMIO |
| 58 | 58 | ||
| 59 | /* | 59 | /* |
| 60 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 61 | * Look in <sys/time.h> for a timeval structure. | ||
| 62 | */ | ||
| 63 | |||
| 64 | #define HAVE_TIMEVAL | ||
| 65 | |||
| 66 | /* | ||
| 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. | 60 | * Define HAVE_PTYS if the system supports pty devices. |
| 74 | */ | 61 | */ |
| 75 | 62 | ||
diff --git a/src/s/usg5-0.h b/src/s/usg5-0.h index d849ce73310..8046c974faf 100644 --- a/src/s/usg5-0.h +++ b/src/s/usg5-0.h | |||
| @@ -56,19 +56,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 56 | #define HAVE_TERMIO | 56 | #define HAVE_TERMIO |
| 57 | 57 | ||
| 58 | /* | 58 | /* |
| 59 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 60 | * Look in <sys/time.h> for a timeval structure. | ||
| 61 | */ | ||
| 62 | |||
| 63 | /* #define HAVE_TIMEVAL */ | ||
| 64 | |||
| 65 | /* | ||
| 66 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 67 | */ | ||
| 68 | |||
| 69 | /* #define HAVE_SELECT */ | ||
| 70 | |||
| 71 | /* | ||
| 72 | * Define HAVE_PTYS if the system supports pty devices. | 59 | * Define HAVE_PTYS if the system supports pty devices. |
| 73 | */ | 60 | */ |
| 74 | 61 | ||
diff --git a/src/s/usg5-2-2.h b/src/s/usg5-2-2.h index e08a0b7624e..bd07d3f957c 100644 --- a/src/s/usg5-2-2.h +++ b/src/s/usg5-2-2.h | |||
| @@ -55,19 +55,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 55 | #define HAVE_TERMIO | 55 | #define HAVE_TERMIO |
| 56 | 56 | ||
| 57 | /* | 57 | /* |
| 58 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 59 | * Look in <sys/time.h> for a timeval structure. | ||
| 60 | */ | ||
| 61 | |||
| 62 | /* #define HAVE_TIMEVAL */ | ||
| 63 | |||
| 64 | /* | ||
| 65 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 66 | */ | ||
| 67 | |||
| 68 | /* #define HAVE_SELECT */ | ||
| 69 | |||
| 70 | /* | ||
| 71 | * Define HAVE_PTYS if the system supports pty devices. | 58 | * Define HAVE_PTYS if the system supports pty devices. |
| 72 | */ | 59 | */ |
| 73 | 60 | ||
diff --git a/src/s/usg5-2.h b/src/s/usg5-2.h index 09d436f3c76..a0ed89a48c5 100644 --- a/src/s/usg5-2.h +++ b/src/s/usg5-2.h | |||
| @@ -55,19 +55,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 55 | #define HAVE_TERMIO | 55 | #define HAVE_TERMIO |
| 56 | 56 | ||
| 57 | /* | 57 | /* |
| 58 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 59 | * Look in <sys/time.h> for a timeval structure. | ||
| 60 | */ | ||
| 61 | |||
| 62 | /* #define HAVE_TIMEVAL */ | ||
| 63 | |||
| 64 | /* | ||
| 65 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 66 | */ | ||
| 67 | |||
| 68 | /* #define HAVE_SELECT */ | ||
| 69 | |||
| 70 | /* | ||
| 71 | * Define HAVE_PTYS if the system supports pty devices. | 58 | * Define HAVE_PTYS if the system supports pty devices. |
| 72 | */ | 59 | */ |
| 73 | 60 | ||
diff --git a/src/s/usg5-3.h b/src/s/usg5-3.h index 53d47a3a058..f3e01228838 100644 --- a/src/s/usg5-3.h +++ b/src/s/usg5-3.h | |||
| @@ -57,22 +57,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 57 | #define HAVE_TERMIO | 57 | #define HAVE_TERMIO |
| 58 | 58 | ||
| 59 | /* | 59 | /* |
| 60 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 61 | * Look in <sys/time.h> for a timeval structure. | ||
| 62 | */ | ||
| 63 | |||
| 64 | /* #define HAVE_TIMEVAL */ | ||
| 65 | |||
| 66 | /* | ||
| 67 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 68 | */ | ||
| 69 | |||
| 70 | /* SVr3.2 ports of X include an emulation of select in the libraries. */ | ||
| 71 | #ifdef HAVE_X_WINDOWS | ||
| 72 | #define HAVE_SELECT | ||
| 73 | #endif | ||
| 74 | |||
| 75 | /* | ||
| 76 | * Define HAVE_PTYS if the system supports pty devices. | 60 | * Define HAVE_PTYS if the system supports pty devices. |
| 77 | */ | 61 | */ |
| 78 | 62 | ||
| @@ -223,10 +207,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 223 | 207 | ||
| 224 | #define BROKEN_TIOCGWINSZ | 208 | #define BROKEN_TIOCGWINSZ |
| 225 | 209 | ||
| 226 | /* SVr3 does not have utimes(2) */ | ||
| 227 | |||
| 228 | #define USE_UTIME | ||
| 229 | |||
| 230 | /* If we're using the System V X port, BSD bstring functions will be handy */ | 210 | /* If we're using the System V X port, BSD bstring functions will be handy */ |
| 231 | 211 | ||
| 232 | #ifdef HAVE_X_WINDOWS | 212 | #ifdef HAVE_X_WINDOWS |
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index 275382a030b..a8c09254dcb 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h | |||
| @@ -103,11 +103,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 103 | #define NSIG 32 | 103 | #define NSIG 32 |
| 104 | #endif | 104 | #endif |
| 105 | 105 | ||
| 106 | /* libc has this stuff, but not utimes. */ | ||
| 107 | |||
| 108 | #define HAVE_SELECT | ||
| 109 | #define HAVE_TIMEVAL | ||
| 110 | |||
| 111 | /* We need bss_end from emacs.c for undumping */ | 106 | /* We need bss_end from emacs.c for undumping */ |
| 112 | 107 | ||
| 113 | #ifndef USG_SHARED_LIBRARIES | 108 | #ifndef USG_SHARED_LIBRARIES |
diff --git a/src/s/vms.h b/src/s/vms.h index d8a8f4f36f3..95d1b747d0b 100644 --- a/src/s/vms.h +++ b/src/s/vms.h | |||
| @@ -50,19 +50,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 50 | #define FIRST_PTY_LETTER 'a' | 50 | #define FIRST_PTY_LETTER 'a' |
| 51 | 51 | ||
| 52 | /* | 52 | /* |
| 53 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 54 | * Look in <sys/time.h> for a timeval structure. | ||
| 55 | */ | ||
| 56 | |||
| 57 | /* #define HAVE_TIMEVAL */ | ||
| 58 | |||
| 59 | /* | ||
| 60 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 61 | */ | ||
| 62 | |||
| 63 | #define HAVE_SELECT /* There is an emulation in vmsproc.c */ | ||
| 64 | |||
| 65 | /* | ||
| 66 | * Define HAVE_PTYS if the system supports pty devices. | 53 | * Define HAVE_PTYS if the system supports pty devices. |
| 67 | */ | 54 | */ |
| 68 | 55 | ||
diff --git a/src/s/xenix.h b/src/s/xenix.h index a93cd1906df..74c33e03a15 100644 --- a/src/s/xenix.h +++ b/src/s/xenix.h | |||
| @@ -78,19 +78,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 78 | #define HAVE_TERMIO | 78 | #define HAVE_TERMIO |
| 79 | 79 | ||
| 80 | /* | 80 | /* |
| 81 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 82 | * Look in <sys/time.h> for a timeval structure. | ||
| 83 | */ | ||
| 84 | |||
| 85 | /* #define HAVE_TIMEVAL */ | ||
| 86 | |||
| 87 | /* | ||
| 88 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 89 | */ | ||
| 90 | |||
| 91 | /* #define HAVE_SELECT */ | ||
| 92 | |||
| 93 | /* | ||
| 94 | * Define HAVE_PTYS if the system supports pty devices. | 81 | * Define HAVE_PTYS if the system supports pty devices. |
| 95 | */ | 82 | */ |
| 96 | 83 | ||