changeset 8892:191acacfa1ec

Delete obsolete symbols.
author Karl Heuer <kwzh@gnu.org>
date Sun, 18 Sep 1994 21:12:31 +0000
parents 6f72d6c642e3
children fe9678c48037
files src/m/7300.h src/m/alliant-2800.h src/m/alliant.h src/m/alpha.h src/m/altos.h src/m/amdahl.h src/m/apollo.h src/m/att3b.h src/m/aviion.h src/m/celerity.h src/m/clipper.h src/m/cnvrgnt.h src/m/convex.h src/m/cydra5.h src/m/delta.h src/m/delta88k.h src/m/dpx2.h src/m/dual.h src/m/elxsi.h src/m/gec63.h src/m/gould.h src/m/hp800.h src/m/hp9000s300.h src/m/i860.h src/m/ibm370aix.h src/m/ibmps2-aix.h src/m/ibmrs6000.h src/m/ibmrt-aix.h src/m/ibmrt.h src/m/intel386.h src/m/iris4d.h src/m/iris5d.h src/m/irist.h src/m/isi-ov.h src/m/masscomp.h src/m/mega68.h src/m/mg1.h src/m/mips.h src/m/news.h src/m/next.h src/m/ns16000.h src/m/ns32000.h src/m/nu.h src/m/orion.h src/m/orion105.h src/m/pfa50.h src/m/plexus.h src/m/pmax.h src/m/pyramid.h src/m/sequent.h src/m/sparc.h src/m/sps7.h src/m/stride.h src/m/sun1.h src/m/sun2.h src/m/tad68k.h src/m/tahoe.h src/m/tandem-s2.h src/m/targon31.h src/m/tek4300.h src/m/tekxd88.h src/m/template.h src/m/tower32.h src/m/tower32v3.h src/m/ustation.h src/m/vax.h src/m/wicat.h src/m/xps100.h src/s/386-ix.h src/s/aix3-1.h src/s/bsd4-1.h src/s/bsd4-2.h src/s/bsd4-3.h src/s/cxux.h src/s/dgux.h src/s/esix.h src/s/gnu-linux.h src/s/hpux.h src/s/iris3-5.h src/s/iris3-6.h src/s/irix3-3.h src/s/irix4-0.h src/s/isc2-2.h src/s/isc3-0.h src/s/msdos.h src/s/rtu.h src/s/sco4.h src/s/template.h src/s/umax.h src/s/umips.h src/s/unipl5-0.h src/s/unipl5-2.h src/s/usg5-0.h src/s/usg5-2-2.h src/s/usg5-2.h src/s/usg5-3.h src/s/usg5-4.h src/s/vms.h src/s/xenix.h
diffstat 99 files changed, 12 insertions(+), 729 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/7300.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/7300.h	Sun Sep 18 21:12:31 1994 +0000
@@ -37,11 +37,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* XINT must explicitly sign-extend */
 
 #define EXPLICIT_SIGN_EXTEND
@@ -90,7 +85,6 @@
 /* #define HAVE_PTYS */
 
 #define HAVE_SYSVIPC
-#define USE_UTIME
 
 /* We don't have memmove.  */
 #define memmove(d, s, n) safe_bcopy (s, d, n)
--- a/src/m/alliant-2800.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/alliant-2800.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#undef BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/alliant.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/alliant.h	Sun Sep 18 21:12:31 1994 +0000
@@ -33,11 +33,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/alpha.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/alpha.h	Sun Sep 18 21:12:31 1994 +0000
@@ -37,11 +37,6 @@
 
 #define LONGBITS 64		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-/* Alpha is not big-endian #define BIG_ENDIAN */
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/altos.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/altos.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Vax is not big-endian: lowest numbered byte is least significant,
-   but 68000's are. */
-
-#define BIG_ENDIAN
-
 #define EXPLICIT_SIGN_EXTEND
 
 /* Use type int rather than a union, to represent Lisp_Object */
--- a/src/m/amdahl.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/amdahl.h	Sun Sep 18 21:12:31 1994 +0000
@@ -38,11 +38,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/apollo.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/apollo.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,10 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* 68000 has lowest-numbered byte as most significant */
-
-#define BIG_ENDIAN
-
 /* Say this machine is a 68000 */
 
 /* #define m68000 */   /* Done by the C compiler */
--- a/src/m/att3b.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/att3b.h	Sun Sep 18 21:12:31 1994 +0000
@@ -33,11 +33,6 @@
 
 #define LONGBITS 32             /* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/aviion.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/aviion.h	Sun Sep 18 21:12:31 1994 +0000
@@ -27,11 +27,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/celerity.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/celerity.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* XINT must explicitly sign extend */
 
 #define EXPLICIT_SIGN_EXTEND
--- a/src/m/clipper.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/clipper.h	Sun Sep 18 21:12:31 1994 +0000
@@ -27,11 +27,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-/* #define BIG_ENDIAN */
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/cnvrgnt.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/cnvrgnt.h	Sun Sep 18 21:12:31 1994 +0000
@@ -27,11 +27,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/convex.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/convex.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.
  * Maybe it would be better to simply correct the code. */
--- a/src/m/cydra5.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/cydra5.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/delta.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/delta.h	Sun Sep 18 21:12:31 1994 +0000
@@ -33,11 +33,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
@@ -138,11 +133,9 @@
 /* Machine specific stuff */
 #define HAVE_PTYS
 #define SYSV_PTYS
-#define HAVE_SELECT
 #ifdef HAVE_INET_SOCKETS	/* this comes from autoconf  */
 # define HAVE_SOCKETS		/* NSE may or may not have been installed */
 #endif
-#define HAVE_TIMEVAL
 #define SIGNALS_VIA_CHARACTERS
 #define BROKEN_CLOSEDIR		/* builtin closedir is interruptible */
 #undef HAVE_BCOPY		/* b* functions are just stubs to mem* ones */
--- a/src/m/delta88k.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/delta88k.h	Sun Sep 18 21:12:31 1994 +0000
@@ -32,11 +32,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN 
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
@@ -157,20 +152,8 @@
 #define LIBX11_SYSTEM -lnsl -lbsd
 #endif /* USG5_4 */
 
-/* 
- * we have Berkeley style <sys/time.h>
- */
-#define HAVE_TIMEVAL
-
-/* SysV88 has select(). */
-#define HAVE_SELECT
 #define BROKEN_FIONREAD
 
-/*
- * don't use utimes, we ain't got one - use utime() instead
- */
-#define USE_UTIME
-
 /* previously defined in usg5-4, if we choose to use that.  */
 #ifndef LIBS_SYSTEM
 #ifdef USG5_4
--- a/src/m/dpx2.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/dpx2.h	Sun Sep 18 21:12:31 1994 +0000
@@ -39,11 +39,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
@@ -195,16 +190,6 @@
 */
 #define GETPGRP_NO_ARG
 
-/* 
- * X support _needs_ this
- */
-#define HAVE_SELECT
-/*
- * and select requires these
- */
-#define HAVE_TIMEVAL
-#define USE_UTIME
-
 /* select also needs this header file--but not in ymakefile.  */
 #ifndef NOT_C_CODE
 #include <sys/types.h>
--- a/src/m/dual.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/dual.h	Sun Sep 18 21:12:31 1994 +0000
@@ -42,11 +42,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* XINT must explicitly sign-extend */
 
 #define EXPLICIT_SIGN_EXTEND
--- a/src/m/elxsi.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/elxsi.h	Sun Sep 18 21:12:31 1994 +0000
@@ -34,11 +34,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-/*#define BIG_ENDIAN*/
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/gec63.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/gec63.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,10 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* GEC63 is big-endian: lowest numbered byte is most significant. */
-
-#define BIG_ENDIAN
-
 /* Say this machine is a 68000 */
 
 #define gec63
--- a/src/m/gould.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/gould.h	Sun Sep 18 21:12:31 1994 +0000
@@ -56,11 +56,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/hp800.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/hp800.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/hp9000s300.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/hp9000s300.h	Sun Sep 18 21:12:31 1994 +0000
@@ -66,14 +66,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-/* Under BSD, <endian.h> defines this to be 4321; rather than fight with it,
-   we'll just give in.  Compatibility, akido style.  */
-#ifndef BIG_ENDIAN
-#define BIG_ENDIAN 4321
-#endif
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/i860.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/i860.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,13 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-/* i860 is not big-endian: lowest numbered byte is least significant. */
-
-#undef BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/ibm370aix.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/ibm370aix.h	Sun Sep 18 21:12:31 1994 +0000
@@ -8,9 +8,6 @@
 #undef INTEL386
 #undef aix386
 
-/* i370 is  big-endian */
-#define BIG_ENDIAN 
-
 #undef TEXT_START
 #undef SEGMENT_MASK
 #undef DATA_SECTION_ALIGNMENT
--- a/src/m/ibmps2-aix.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/ibmps2-aix.h	Sun Sep 18 21:12:31 1994 +0000
@@ -37,10 +37,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* i386 is not big-endian: lowest numbered byte is least significant. */
-
-/* #undef BIG_ENDIAN */
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
@@ -121,8 +117,6 @@
 #endif
 
 #define BSTRING
-#define HAVE_SELECT
-#define HAVE_TIMEVAL
 #define HAVE_VFORK
 #undef  HAVE_TERMIO
 #define HAVE_TERMIOS
@@ -144,8 +138,8 @@
  */
 #undef  NONSYSTEM_DIR_LIBRARY
 
-/* But don't use utimes() -- it causes SIGSEGV!  Use utime() instead. */
-#define USE_UTIME
+/* AIX utimes allegedly causes SIGSEGV.  */
+#undef HAVE_UTIMES /* override configuration decision */
 
 /* AIX defines FIONREAD, but it does not work.  */
 #define BROKEN_FIONREAD
--- a/src/m/ibmrs6000.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/ibmrs6000.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,15 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-/* This conflicts with something in the system headers,
-   and isn't currently used, since NO_UNION_TYPE is defined.  */
-#if 0
-#define BIG_ENDIAN
-#endif
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/ibmrt-aix.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/ibmrt-aix.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
@@ -169,12 +164,10 @@
 #include </usr/include/bsd/BSDtoAIX.h>
 #define BSTRING
 #define HAVE_GETTIMEOFDAY
-#define HAVE_SELECT
-#define HAVE_TIMEVAL
 #define HAVE_VFORK
 
-/* But don't use utimes() -- it causes SIGSEGV!  Use utime() instead. */
-#define USE_UTIME
+/* AIX utimes allegedly causes SIGSEGV.  */
+#undef HAVE_UTIMES /* override configuration decision */
 
 /* AIX defines FIONREAD, but it does not work.  */
 #define BROKEN_FIONREAD
--- a/src/m/ibmrt.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/ibmrt.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/intel386.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/intel386.h	Sun Sep 18 21:12:31 1994 +0000
@@ -63,10 +63,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* i386 is not big-endian: lowest numbered byte is least significant. */
-
-/* #undef BIG_ENDIAN */
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/iris4d.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/iris4d.h	Sun Sep 18 21:12:31 1994 +0000
@@ -27,11 +27,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/iris5d.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/iris5d.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/irist.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/irist.h	Sun Sep 18 21:12:31 1994 +0000
@@ -65,11 +65,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/isi-ov.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/isi-ov.h	Sun Sep 18 21:12:31 1994 +0000
@@ -37,10 +37,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* 68000 has lowest-numbered byte as most significant */
-
-#define BIG_ENDIAN
-
 /* Say this machine is a 68000 */
 
 #define m68000
--- a/src/m/masscomp.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/masscomp.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/mega68.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/mega68.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,10 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* 68000 has lowest-numbered byte as most significant */
-
-#define BIG_ENDIAN
-
 /* XINT must explicitly sign-extend */
 
 #define EXPLICIT_SIGN_EXTEND
--- a/src/m/mg1.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/mg1.h	Sun Sep 18 21:12:31 1994 +0000
@@ -41,11 +41,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-/* ns16000 is not big-endian: lowest numbered byte is least significant. */
-#undef BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 /* ns16000 call sequence used on mg1 means that &arg = the args as an array */
--- a/src/m/mips.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/mips.h	Sun Sep 18 21:12:31 1994 +0000
@@ -36,11 +36,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
@@ -201,14 +196,12 @@
 
 #define HAVE_SYSVIPC
 
-#define HAVE_TIMEVAL
 #if defined(emacs) && !defined(INHIBIT_BSD_TIME)
 #include <bsd/sys/time.h>
 #endif
 
-/* #define HAVE_SELECT
-   The `select' in the system won't work for pipes,
-   so don't use it.  */
+/* The `select' in the system won't work for pipes, so don't use it.  */
+#undef HAVE_SELECT /* override configuration decision */
 
 #define HAVE_GETWD
 #define HAVE_GETTIMEOFDAY
@@ -217,7 +210,6 @@
 #define HAVE_SOCKETS
 
 #undef NOMULTIPLEJOBS
-#define utimes utime  /* Someone should check this.  */
 
 /* ??? */
 #define IRIS
--- a/src/m/news.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/news.h	Sun Sep 18 21:12:31 1994 +0000
@@ -41,10 +41,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* 68000 has lowest-numbered byte as most significant */
-
-#define BIG_ENDIAN
-
 /* One CRT0 Dummy variable */
 
 #if 0 /* larry@mitra.com says Sony's as doesn't like this.  */
--- a/src/m/next.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/next.h	Sun Sep 18 21:12:31 1994 +0000
@@ -33,12 +33,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Let the compiler tell us what byte order architecture we're compiling for */
-
-#ifdef __BIG_ENDIAN__
-#define BIG_ENDIAN
-#endif
-
 /* Define how to take a char and sign-extend into an int.
    On machines where char is signed, this is a no-op.  */
 
--- a/src/m/ns16000.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/ns16000.h	Sun Sep 18 21:12:31 1994 +0000
@@ -37,10 +37,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* 16000 is little-endian (lowest-numbered byte is least significant) */
-
-/* #define BIG_ENDIAN */  /* So don't define this.  */
-
 /* Say this machine is a 16000 */
 
 #define ns16000 1
--- a/src/m/ns32000.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/ns32000.h	Sun Sep 18 21:12:31 1994 +0000
@@ -32,11 +32,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-/* #define BIG_ENDIAN */
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/nu.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/nu.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* XINT must explicitly sign-extend */
 
 #define EXPLICIT_SIGN_EXTEND
--- a/src/m/orion.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/orion.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#undef BIG_ENDIAN
-
 /* Now define a symbol for the cpu type, if your compiler
    does not define it automatically.  */
 
--- a/src/m/orion105.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/orion105.h	Sun Sep 18 21:12:31 1994 +0000
@@ -32,11 +32,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#undef BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/pfa50.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/pfa50.h	Sun Sep 18 21:12:31 1994 +0000
@@ -27,10 +27,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* 68000 has lowest-numbered byte as most significant */
-
-#define BIG_ENDIAN
-
 /* Say this machine is a 68000 */
 
 #define m68000
@@ -88,8 +84,6 @@
 
 #define TERMINFO
 
-#define HAVE_TIMEVAL
-#define HAVE_SELECT
 #define HAVE_PTYS
 #define HAVE_SOCKETS
 
@@ -98,9 +92,6 @@
 /* SX/A does not have sigblock(2) */
 #define sigblock(mask)	(0)
 
-#define USG_SYS_TIME
-#define USE_UTIME
-
 #define NO_SIOCTL_H
 
 #undef SIGIO
--- a/src/m/plexus.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/plexus.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/pmax.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/pmax.h	Sun Sep 18 21:12:31 1994 +0000
@@ -10,7 +10,6 @@
 Use -opsystem=osf1 for OSF/1, and -opsystem=bsd4-3 otherwise.
 NOTE-END  */
 
-#undef BIG_ENDIAN
 #undef LIB_STANDARD
 #undef START_FILES
 #undef COFF
--- a/src/m/pyramid.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/pyramid.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/sequent.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/sequent.h	Sun Sep 18 21:12:31 1994 +0000
@@ -38,11 +38,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-/* #define BIG_ENDIAN */
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/sparc.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/sparc.h	Sun Sep 18 21:12:31 1994 +0000
@@ -35,12 +35,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* SPARC has lowest-numbered byte as most significant */
-
-#ifndef BIG_ENDIAN
-#define BIG_ENDIAN
-#endif
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/sps7.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/sps7.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,10 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* 68000 has lowest-numbered byte as most significant */
-
-#define BIG_ENDIAN
-
 /* Say this machine is a 68000 */
 
 #ifndef m68000
@@ -64,12 +60,6 @@
 #define	V3x
 
 /*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-#define HAVE_SELECT
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/m/stride.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/stride.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,10 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* 68000 has lowest-numbered byte as most significant */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
@@ -94,8 +90,6 @@
 /* The STRIDE system is more powerful than standard USG5.  */
 
 #define HAVE_PTYS
-#define HAVE_TIMEVAL
-#define HAVE_SELECT
 #define HAVE_GETTIMEOFDAY
 #define BSTRING
 #define SKTPAIR
--- a/src/m/sun1.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/sun1.h	Sun Sep 18 21:12:31 1994 +0000
@@ -47,10 +47,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* 68000 has lowest-numbered byte as most significant */
-
-#define BIG_ENDIAN
-
 /* Say this machine is a 68000 */
 
 #define m68000
--- a/src/m/sun2.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/sun2.h	Sun Sep 18 21:12:31 1994 +0000
@@ -49,10 +49,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* 68000 has lowest-numbered byte as most significant */
-
-#define BIG_ENDIAN
-
 /* Say this machine is a 68000 */
 
 #ifndef m68000
--- a/src/m/tad68k.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/tad68k.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32             /* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/tahoe.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/tahoe.h	Sun Sep 18 21:12:31 1994 +0000
@@ -36,10 +36,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* lowest-numbered byte is most significant */
-
-#define BIG_ENDIAN
-
 /* XINT must explicitly sign-extend */
 
 #define EXPLICIT_SIGN_EXTEND
--- a/src/m/tandem-s2.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/tandem-s2.h	Sun Sep 18 21:12:31 1994 +0000
@@ -8,9 +8,6 @@
 
 /* This overrides some of the usual support for the mips and system V.3.  */
 
-/* The S2 does not know about utimes() */
-#define USE_UTIME
-
 /* The operating system apparently defines TIOCGETC
    but it doesn't work.  */
 #undef BROKEN_TIOCGETC
--- a/src/m/targon31.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/targon31.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/tek4300.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/tek4300.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,10 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* 68000 has lowest-numbered byte as most significant */
-
-#define WORDS_BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/tekxd88.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/tekxd88.h	Sun Sep 18 21:12:31 1994 +0000
@@ -25,10 +25,6 @@
 #define INTBITS 32		/* Number of bits in an int */
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-#define BIG_ENDIAN 
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 #define NO_ARG_ARRAY
@@ -104,8 +100,6 @@
 
 #undef NOMULTIPLEJOBS	/* we have job control */
 #define HAVE_SOCKETS	/* sockets are available */
-#define HAVE_TIMEVAL	/* we have Berkeley style <sys/time.h> */
-#define HAVE_SELECT	/* XD88 has select(). */
 #define BROKEN_FIONREAD /* is this needed ? */
 #define BSTRING		/* its in libc but not declared in any header file. */
 #undef sigsetmask	/* XD88 has sigsetmask() */
--- a/src/m/template.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/template.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/tower32.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/tower32.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/tower32v3.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/tower32v3.h	Sun Sep 18 21:12:31 1994 +0000
@@ -32,11 +32,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/ustation.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/ustation.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
@@ -134,7 +129,6 @@
 
 /* -lnet is not standard library */
 
-#undef HAVE_SELECT
 #undef LIBS_SYSTEM
 
 /* Compiler's bug */
@@ -150,4 +144,3 @@
 
 #undef SIGIO
 #undef SIGTSTP
-#undef HAVE_TIMEVAL
--- a/src/m/vax.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/vax.h	Sun Sep 18 21:12:31 1994 +0000
@@ -59,10 +59,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Vax is not big-endian: lowest numbered byte is least significant. */
-
-/* #undef BIG_ENDIAN */
-
 /* #define vax    -- appears to be done automatically  */
 
 /* Use type int rather than a union, to represent Lisp_Object */
--- a/src/m/wicat.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/wicat.h	Sun Sep 18 21:12:31 1994 +0000
@@ -31,11 +31,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/xps100.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/xps100.h	Sun Sep 18 21:12:31 1994 +0000
@@ -33,11 +33,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
-   is the most significant byte.  */
-
-#define BIG_ENDIAN
-
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/s/386-ix.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/386-ix.h	Sun Sep 18 21:12:31 1994 +0000
@@ -2,17 +2,12 @@
 
 #include "usg5-3.h"
 
-#define HAVE_SELECT
-
 #define BROKEN_TIOCGETC
 
 /* There are some reports that the following is needed
    with some version of this system.
 #undef LIBX11_SYSTEM
 #define LIBX11_SYSTEM -linet
-
-#define HAVE_TIMEVAL
-#define USE_UTIME
 */
 
 /* This is said to be needed as a result of having _insque rather
--- a/src/s/aix3-1.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/aix3-1.h	Sun Sep 18 21:12:31 1994 +0000
@@ -79,19 +79,6 @@
 #define HAVE_TERMIOS
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-#define HAVE_TIMEVAL
- 
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-#define HAVE_SELECT 
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/bsd4-1.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/bsd4-1.h	Sun Sep 18 21:12:31 1994 +0000
@@ -47,19 +47,6 @@
 #define FIRST_PTY_LETTER 'p'
  
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-#undef HAVE_TIMEVAL
- 
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-/* #define HAVE_SELECT */
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/bsd4-2.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/bsd4-2.h	Sun Sep 18 21:12:31 1994 +0000
@@ -51,19 +51,6 @@
 #define FIRST_PTY_LETTER 'p'
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-#define HAVE_TIMEVAL
- 
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-#define HAVE_SELECT
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/bsd4-3.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/bsd4-3.h	Sun Sep 18 21:12:31 1994 +0000
@@ -54,19 +54,6 @@
 #define FIRST_PTY_LETTER 'p'
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-#define HAVE_TIMEVAL
- 
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-#define HAVE_SELECT
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/cxux.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/cxux.h	Sun Sep 18 21:12:31 1994 +0000
@@ -123,19 +123,6 @@
 #define NO_TERMIO
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-#define HAVE_TIMEVAL
-
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-#define HAVE_SELECT
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/dgux.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/dgux.h	Sun Sep 18 21:12:31 1994 +0000
@@ -67,19 +67,6 @@
 #define INTERRUPT_INPUT
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-#define HAVE_TIMEVAL
-
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-#define HAVE_SELECT
-
-/*
  *	Define HAVE_SOCKETS if the system supports sockets.
  */
 
--- a/src/s/esix.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/esix.h	Sun Sep 18 21:12:31 1994 +0000
@@ -3,8 +3,6 @@
 
 #include "usg5-3.h"
 
-#define HAVE_TIMEVAL
-
 /* Some versions of V.3 have this, but not all. ESIX does. */
 #define HAVE_PTYS
 #define SYSV_PTYS
@@ -23,6 +21,4 @@
 /* ESIX does not need <sys/sioctl.h>, but needs <sys/ptem.h> */
 #define NO_SIOCTL_H
 #define NEED_PTEM_H
-#define USG_SYS_TIME
-#define USE_UTIME
 #define BROKEN_FIONREAD
--- a/src/s/gnu-linux.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/gnu-linux.h	Sun Sep 18 21:12:31 1994 +0000
@@ -192,9 +192,7 @@
 #define HAVE_SYS_SIGLIST
 #define HAVE_GETWD            /* cure conflict with getcwd? */
 
-#define USE_UTIME             /* don't have utimes */
 #define SYSV_SYSTEM_DIR       /* use dirent.h */
-#define USG_SYS_TIME          /* use sys/time.h, not time.h */
 
 #define POSIX                 /* affects getpagesize.h and systty.h */
 #define POSIX_SIGNALS
--- a/src/s/hpux.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/hpux.h	Sun Sep 18 21:12:31 1994 +0000
@@ -58,28 +58,6 @@
 
 #define HAVE_TERMIO
 
-/* Says to include time.h, and not include sys/time.h.  */
-
-#define NEED_TIME_H
-
-/*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-#define HAVE_TIMEVAL
-
-/* With HAVE_TIMEVAL define, Emacs expects to use `utimes'.
-   But HPUX does not have one.  */
-
-#define MISSING_UTIMES
-
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-#define HAVE_SELECT
-
 /*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
--- a/src/s/iris3-5.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/iris3-5.h	Sun Sep 18 21:12:31 1994 +0000
@@ -55,23 +55,6 @@
 #define HAVE_TERMIO
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-#define HAVE_TIMEVAL
-
-/* `utime' system call doesn't understand timevals.  */
-
-#define IRIS_UTIME
- 
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-#define HAVE_SELECT
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/iris3-6.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/iris3-6.h	Sun Sep 18 21:12:31 1994 +0000
@@ -55,23 +55,6 @@
 #define HAVE_TERMIO
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-#define HAVE_TIMEVAL
-
-/* `utime' system call doesn't understand timevals.  */
-
-#define IRIS_UTIME
- 
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-#define HAVE_SELECT
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/irix3-3.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/irix3-3.h	Sun Sep 18 21:12:31 1994 +0000
@@ -58,23 +58,6 @@
 #define HAVE_TERMIO
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-#define HAVE_TIMEVAL
-
-/* `utime' system call doesn't understand timevals.  */
-
-#define IRIS_UTIME
- 
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-#define HAVE_SELECT
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/irix4-0.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/irix4-0.h	Sun Sep 18 21:12:31 1994 +0000
@@ -8,7 +8,6 @@
 #include <alloca.h>
 #endif
 
-#undef IRIS_UTIME
 #undef NEED_SIOCTL
 
 /* Make process_send_signal work by "typing" a signal character on the pty.  */
--- a/src/s/isc2-2.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/isc2-2.h	Sun Sep 18 21:12:31 1994 +0000
@@ -5,8 +5,8 @@
 
 /* With this defined, subprocesses made by (e.g.) M-x grep don't exit
    cleanly, they just hang.  ISC 2.2.1 does have select, in the -linet
-   library, but I guess it's not what Emacs needs.  --karl@cs.umb.edu
-#define HAVE_SELECT */
+   library, but I guess it's not what Emacs needs.  --karl@cs.umb.edu  */
+#undef HAVE_SELECT /* override configuration decision */
 
 /* Although ISC has sockets, again in -linet, again it's not what Emacs
    needs.  With this defined, interrupt-shell-subjob and the like do
@@ -43,9 +43,6 @@
 #  define LIB_STANDARD -lPW -lc
 #endif /* !__GNUC__ */
 
-/* mt00@etherm.co.uk says this is needed for process.c.  */
-#define USE_UTIME
-
 #define NO_X_DESTROY_DATABASE
 
 /* This communicates with m-intel386.h.  */
--- a/src/s/isc3-0.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/isc3-0.h	Sun Sep 18 21:12:31 1994 +0000
@@ -2,16 +2,12 @@
 
 #include "isc2-2.h"
 
-/* These have been moved into isc2-2.h.  */
-/* #define HAVE_SOCKETS
-#define HAVE_SELECT */
+/* This has been moved into isc2-2.h.  */
+/* #define HAVE_SOCKETS */
 
 /* This appears on 3.0, presumably as part of what SunSoft call X2. */
 #undef NO_X_DESTROY_DATABASE
 
-/* mt00@etherm.co.uk says this is needed for process.c.  */
-#define HAVE_TIMEVAL
-
 /* People say that using -traditional causes lossage with `const',
    so we might as well try getting rid of -traditional.  */
 #undef C_SWITCH_SYSTEM
--- a/src/s/msdos.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/msdos.h	Sun Sep 18 21:12:31 1994 +0000
@@ -81,19 +81,6 @@
 /* #define FIRST_PTY_LETTER 'a' */
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-#define HAVE_TIMEVAL
-
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-/* #define HAVE_SELECT */
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/rtu.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/rtu.h	Sun Sep 18 21:12:31 1994 +0000
@@ -64,19 +64,6 @@
 #define FIRST_PTY_LETTER 'z'	/* i.e. no PTY_LETTERs */
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-#define HAVE_TIMEVAL
-
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-#define HAVE_SELECT
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/sco4.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/sco4.h	Sun Sep 18 21:12:31 1994 +0000
@@ -44,9 +44,6 @@
 /* SCO has termios.  */
 #define HAVE_TERMIOS
 
-/* SCO has timeval.  */
-#define HAVE_TIMEVAL
-
 /* SCO has ptys with unusual names.  */
 #define HAVE_PTYS
 
--- a/src/s/template.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/template.h	Sun Sep 18 21:12:31 1994 +0000
@@ -91,19 +91,6 @@
 /* #define HAVE_TERMIO */
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-#define HAVE_TIMEVAL
-
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-/* #define HAVE_SELECT */
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/umax.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/umax.h	Sun Sep 18 21:12:31 1994 +0000
@@ -71,19 +71,6 @@
 #define FIRST_PTY_LETTER 'p'
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-#define HAVE_TIMEVAL
-
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-#define HAVE_SELECT
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/umips.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/umips.h	Sun Sep 18 21:12:31 1994 +0000
@@ -42,14 +42,13 @@
 
 #define HAVE_SYSVIPC
 
-#define HAVE_TIMEVAL
 #if defined(emacs)
 #include <bsd/sys/time.h>
 #endif
 
-/* #define HAVE_SELECT
-   The `select' in the system won't work for pipes,
+/* The `select' in the system won't work for pipes,
    so don't use it.  */
+#define BROKEN_SELECT
 
 #define HAVE_DUP2
 #define HAVE_GETWD
--- a/src/s/unipl5-0.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/unipl5-0.h	Sun Sep 18 21:12:31 1994 +0000
@@ -58,19 +58,6 @@
 #define HAVE_TERMIO
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-/* #define HAVE_TIMEVAL */
- 
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-/* #define HAVE_SELECT */
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/unipl5-2.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/unipl5-2.h	Sun Sep 18 21:12:31 1994 +0000
@@ -57,19 +57,6 @@
 #define HAVE_TERMIO
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-#define HAVE_TIMEVAL
- 
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-#define HAVE_SELECT
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/usg5-0.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/usg5-0.h	Sun Sep 18 21:12:31 1994 +0000
@@ -56,19 +56,6 @@
 #define HAVE_TERMIO
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-/* #define HAVE_TIMEVAL */
- 
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-/* #define HAVE_SELECT */
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/usg5-2-2.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/usg5-2-2.h	Sun Sep 18 21:12:31 1994 +0000
@@ -55,19 +55,6 @@
 #define HAVE_TERMIO
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-/* #define HAVE_TIMEVAL */
- 
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-/* #define HAVE_SELECT */
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/usg5-2.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/usg5-2.h	Sun Sep 18 21:12:31 1994 +0000
@@ -55,19 +55,6 @@
 #define HAVE_TERMIO
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-/* #define HAVE_TIMEVAL */
- 
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-/* #define HAVE_SELECT */
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/usg5-3.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/usg5-3.h	Sun Sep 18 21:12:31 1994 +0000
@@ -57,22 +57,6 @@
 #define HAVE_TERMIO
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-/* #define HAVE_TIMEVAL */
- 
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-/* SVr3.2 ports of X include an emulation of select in the libraries.  */
-#ifdef HAVE_X_WINDOWS
-#define HAVE_SELECT
-#endif
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
@@ -223,10 +207,6 @@
 
 #define BROKEN_TIOCGWINSZ
 
-/* SVr3 does not have utimes(2) */
-
-#define USE_UTIME
-
 /* If we're using the System V X port, BSD bstring functions will be handy */
 
 #ifdef HAVE_X_WINDOWS
--- a/src/s/usg5-4.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/usg5-4.h	Sun Sep 18 21:12:31 1994 +0000
@@ -103,11 +103,6 @@
 #define NSIG	32
 #endif
 
-/* libc has this stuff, but not utimes. */
-
-#define HAVE_SELECT
-#define HAVE_TIMEVAL
-
 /* We need bss_end from emacs.c for undumping */
 
 #ifndef USG_SHARED_LIBRARIES
--- a/src/s/vms.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/vms.h	Sun Sep 18 21:12:31 1994 +0000
@@ -50,19 +50,6 @@
 #define FIRST_PTY_LETTER 'a'
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-/* #define HAVE_TIMEVAL */
-
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-#define HAVE_SELECT		/* There is an emulation in vmsproc.c */
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */
 
--- a/src/s/xenix.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/s/xenix.h	Sun Sep 18 21:12:31 1994 +0000
@@ -78,19 +78,6 @@
 #define HAVE_TERMIO
 
 /*
- *	Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *	Look in <sys/time.h> for a timeval structure.
- */
-
-/* #define HAVE_TIMEVAL */
- 
-/*
- *	Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-/* #define HAVE_SELECT */
-
-/*
  *	Define HAVE_PTYS if the system supports pty devices.
  */