]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete obsolete symbols.
authorKarl Heuer <kwzh@gnu.org>
Sun, 18 Sep 1994 21:12:31 +0000 (21:12 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 18 Sep 1994 21:12:31 +0000 (21:12 +0000)
99 files changed:
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

index fdb276d8ac5f414261b0d64c386a8305237e65ed..464a7fe00cbd94c2073c0d2301d3d85389b2eb68 100644 (file)
@@ -37,11 +37,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* #define HAVE_PTYS */
 
 #define HAVE_SYSVIPC
-#define USE_UTIME
 
 /* We don't have memmove.  */
 #define memmove(d, s, n) safe_bcopy (s, d, n)
index 48bdc4091f5bcc15d610a79e53473809b111e95b..b0c2cd8fed8f900e70d4778152fbb2432bfb2904 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 82fb7b2581980942ab3616a54341be2d84287f1a..69d664039d34857f8477c4064821a41862bdad36 100644 (file)
@@ -33,11 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index d071319e062c32e0cc59331c8a90a6e39e60f78a..f226fb2184310814f2b4365a4510d62cd7844d68 100644 (file)
@@ -37,11 +37,6 @@ NOTE-END
 
 #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.  */
 
index b69e6c1da3aff32fff90d800df1b90803b4234a8..41bff838b3b08afeb22e7bf7c0176bd21d4f80ef 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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 */
index f70852cecbf384e20e5bba56721e22dcf22b2163..00821596c2db91d5c7f5a6a69ff6e3249b7ff08f 100644 (file)
@@ -38,11 +38,6 @@ compiler is so brain damaged that it is not even worth trying to use it.
 
 #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.  */
 
index 84b027e5d8aa3306ffa79eaee736a82861746c48..115105d4f656033451efd3bf20055e5a5d11ba35 100644 (file)
@@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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 */
index 540ba695fae8ca2de0f4e0bd9f6124a776f13e3b..55bcdc4896d3fa59b0bdfda37e4efd5517f8601c 100644 (file)
@@ -33,11 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index b468e72a3784dcd159484157193b8c1c871097da..79a1f13b966a7e3b42cf493217b4e91ca8b1c0ed 100644 (file)
@@ -27,11 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index f485b944003865cee8c2031a31389ba76579630c..a18c38fab26b5e23d85ef85f7522d748cd61ef65 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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
index dc859e8c5412558cfc6c63877815b7b2195b798e..17c8e604a1cedc1d0ede751240a04916898daeb5 100644 (file)
@@ -27,11 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 7935e9d4a0b2a254b1e52e0dadf9a5fecba66ce6..7712ae26debd2b699763cf8e9c00730df548f7af 100644 (file)
@@ -27,11 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 0b0a2e16beaa479649807a26da9aa9433f989c47..e4afbade94cf9201a297ef84d28dacca117edeb2 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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. */
index 1fcdb2fdfadf439d5bae24988d92f8f5de3dc014..33736bac3cdb7c6c5b4fe047cfd30a8e8773edc6 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 818dd1d8e136b8614843c47471bf92acb8d7ebb3..76fe6f94fff7bd4c43a690ae63326062e9c0cec5 100644 (file)
@@ -33,11 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* 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 */
index 027e09754ec62514875f54b4fe83c3f2d503161d..eaf51aacd000f5e0a32ea58e313982a088dc0517 100644 (file)
@@ -32,11 +32,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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
index 80ee2eb1bbc76683120a9f52e0f85522eff30493..3871cf1410f99cd59a100abe604d53cb30ee03ec 100644 (file)
@@ -39,11 +39,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 */
 #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>
index 8606e3fed7699e423391d9534433ffdfd159955e..e46178904ce930030ba49ae2bbcfcad9e436ae46 100644 (file)
@@ -42,11 +42,6 @@ NOTE-END */
 
 #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
index d86697b57d86f710ab6c9b1ec71bd50683152fbe..b835acb0a555c0c5752c5f5bf760c7a61d678dce 100644 (file)
@@ -34,11 +34,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 49213f6a425d85bd07aa47a00ed5419642634703..ae1933f8680016914ec84db9cb6f68b9a6b9a219 100644 (file)
@@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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
index a5ad9740023502270047028db245ef6e1c51ac15..ffdad90bf4047b00a5111baa6034bbffef053f92 100644 (file)
@@ -56,11 +56,6 @@ NOTE-END */
 
 #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.  */
 
index 8aa740d9f4e98b158b3484e0da8415bb2fb66423..52f747fb9ddcdde8c06234b66836f19cf4293523 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 6979e1a51da640439755e4935e40b940d509ebbc..e5834bad7ae4e8726263ecde7787f2a68720d59b 100644 (file)
@@ -66,14 +66,6 @@ NOTE-END */
 
 #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.  */
 
index 0e32cc7f9a266dbe02de6c9e9c2424a68668384c..b18a1d569679fd68918d39e3974229867892efd4 100644 (file)
@@ -31,13 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index ee2191ac62c5582751b115ab22cd97f0ec4db55e..d583191e247ce147d069679ed20aee7ab3f41d59 100644 (file)
@@ -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
index da2720056421a2a94a9425d97dbfb9005d680395..4a5784af182d278131d7bd5090ffc5b3f1f85f38 100644 (file)
@@ -37,10 +37,6 @@ NOTE-END */
 
 #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 @@ so disable it for them.  */
 #endif
 
 #define BSTRING
-#define HAVE_SELECT
-#define HAVE_TIMEVAL
 #define HAVE_VFORK
 #undef  HAVE_TERMIO
 #define HAVE_TERMIOS
@@ -144,8 +138,8 @@ so disable it for them.  */
  */
 #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
index f6c6a550d01699a2dc07c532e0791b2ffb412f01..ceebf58030e25341a0bdaf7f1d6d52c49768ad6d 100644 (file)
@@ -31,15 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 5c2b1d1289ad75d9f2ba9e8259d49d1fbbcaf191..29fd0c934d01a66b645dd6290265cce8a94a20ea 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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
index 845514d41b98bee3de4f6f50f1629e6d44a643eb..05d9f94b112d2fcfb8eed69211d8b4441c1a83cf 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index a5e688f9c987bf772b32e14efe8d6c3c86acc293..d84a383884959cb0f65dbff83580f14d08b212bb 100644 (file)
@@ -63,10 +63,6 @@ NOTE-END */
 
 #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.  */
 
index 670a218e93665b88ba552989d6bcf25796c00efd..ef7c59bd4338359f2d7e8576eb3417753e611190 100644 (file)
@@ -27,11 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 25a4b1ee045c7bc88f4bfb6dd5b1387ce27ec5fd..141e8131f696148931cb2a95aa98b03709b4a299 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index a5bf7fb4a7c84fab4b93ed051a08518075bb29a9..1a8f6222083a28eb1d4c8f8561d73ca6f3f95dea 100644 (file)
@@ -65,11 +65,6 @@ NOTE-END */
 
 #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.  */
 
index 84d1a2a38df05146951f594556ac895c8e0c96cd..e2fc1aa09da5de9e6c4a4165ca16a182d4bed2e2 100644 (file)
@@ -37,10 +37,6 @@ NOTE-END */
 
 #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
index 4862670149c080a2be970947f59543bc9aed7aa7..64cb316d7a897206dcefc88c664a03dd4423426a 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 46fab8a0ad32ddf773f55683f660f96d74819eb7..1a4c10032cb3e1313e120575e421416b121f504b 100644 (file)
@@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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
index 8956c9aae76a55be58ef489ca845b27dc97d438f..f8729965e602114b8cef7045ec578fac91dba819 100644 (file)
@@ -41,11 +41,6 @@ NOTE-END  */
 
 #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 */
index 2cdae83c3c3fed5589cbe10ce7c8cee6b175c614..6d90da6aa40b38eec5b72eed8c4f7e110d4468ff 100644 (file)
@@ -36,11 +36,6 @@ NOTE-END  */
 
 #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 @@ NOTE-END  */
 
 #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 @@ NOTE-END  */
 #define HAVE_SOCKETS
 
 #undef NOMULTIPLEJOBS
-#define utimes utime  /* Someone should check this.  */
 
 /* ??? */
 #define IRIS
index f61c3ba9ba7d7dba36415313db15bfde265c7e4f..eaca0e1fa74eae631fc640389edddf68d09126cd 100644 (file)
@@ -41,10 +41,6 @@ NOTE-END  */
 
 #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.  */
index dbbb4cf785c4d5a73dd83cdf8aadcd97b99838e8..3fb652b56666a54915a4459b0d31d0d888fe58ce 100644 (file)
@@ -33,12 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 080dc25b932a847e589299db3749b85eea4340f1..bf2d5ffa9beb35054d4bc0ebd06b7b14d428633c 100644 (file)
@@ -37,10 +37,6 @@ NOTE-END  */
 
 #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
index e45f223211cdead986fb5ef6719781bfea61ae80..33c9fcda4ff345a016b92e06483e04307274d2d5 100644 (file)
@@ -32,11 +32,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index ad234fa72632b37952921ce09e2cc8ff4662abf1..8a2cf5bdd39b0eeaeabfae87ba84b10c557cc774 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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
index d2cf184851ff3ccb193b12d3ba4ba54a36fe6e2d..cbaa6128f14f707c38c20a4889a4f1b714213033 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index e053266785386f792bbed40c7b9e74d769edc537..56e8edae046cf2b84e66f6ac46b8d2bb8314e85c 100644 (file)
@@ -32,11 +32,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 52893733721ad00cfd945f5f212361f4292fbb6f..47d3a07b33c087707c8eebf3cd1878a5b178dfbf 100644 (file)
@@ -27,10 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define TERMINFO
 
-#define HAVE_TIMEVAL
-#define HAVE_SELECT
 #define HAVE_PTYS
 #define HAVE_SOCKETS
 
@@ -98,9 +92,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* SX/A does not have sigblock(2) */
 #define sigblock(mask) (0)
 
-#define USG_SYS_TIME
-#define USE_UTIME
-
 #define NO_SIOCTL_H
 
 #undef SIGIO
index 47f67881070ea493e0a5c6fcbf5de0b4494583cd..c45a4083b74c7b2db0c46b02f5b4be9e2d61c80a 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 9bd4ee4495c8f6c44aa759d197b2371efab6338e..63b5793ddb4cff31b7f9eb1a6be46265421108a2 100644 (file)
@@ -10,7 +10,6 @@ NOTE-START
 Use -opsystem=osf1 for OSF/1, and -opsystem=bsd4-3 otherwise.
 NOTE-END  */
 
-#undef BIG_ENDIAN
 #undef LIB_STANDARD
 #undef START_FILES
 #undef COFF
index b41c0b24d1c925e453b135f304fbb8a19ec3449a..816b51f1c4023649f6eef3eb4553bc37cdf6fc66 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index c39d765194974eda01337c913db7c41dc351e049..9b6c205a36c40886a11f862e1a140944c8c9ed81 100644 (file)
@@ -38,11 +38,6 @@ NOTE-END */
 
 #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.  */
 
index 341f37ca97145c2041b2f72e479def6a6a0f91b7..34bb32233d83647268d73ef4c1bfa44b0761edb5 100644 (file)
@@ -35,12 +35,6 @@ NOTE-END  */
 
 #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.  */
 
index f95e2979e9de9ed1b8ac075ef3117a8663b45d9d..879c545e457e9a25a427ab7eaa1852e051144363 100644 (file)
@@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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
@@ -63,12 +59,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define SMX
 #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.
  */
index 77067dcf676912a648da2011c96945e9bcd89b44..79319c40609ab08f43e43c6a75828387cc55f49d 100644 (file)
@@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* 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
index 109c3bcdc346a6358e7e9e197d0399acd61b89d4..9760bda2f98cf82ac8677ffc8e2725df1dc6a0e1 100644 (file)
@@ -47,10 +47,6 @@ NOTE-END  */
 
 #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
index c4f617c583999a386dea934a0ae9833a78cefd85..7dd6bfff4695c2f4faa68d35a3ec47dd63eec809 100644 (file)
@@ -49,10 +49,6 @@ NOTE-END  */
 
 #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
index 6088f49566e52ba28f82f926249a547bfdbb5687..18b861e97a617f3e4408eb3bf543134f63861f20 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 5bb3016baaf3dd308387203da10a2e4eb1a7f700..da42392bde83dbbc257456a11586a7435fdf0bb3 100644 (file)
@@ -36,10 +36,6 @@ NOTE-END  */
 
 #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
index 7c31225a41330a8a6aaabf704bde93129055215b..405af5c844a350b64fddc689690b1b2b58ec0b6b 100644 (file)
@@ -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
index a302caa473cd78ba595bbaf33d4877f193d9d6a2..dd998f0391531b91f5f0ec5f8a7f3f254e92c1ba 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index bd48abc78fcdcf7f31317a214d145ad517fa562d..608a8b761b341f9b00439d22463eb161f2cc3bc1 100644 (file)
@@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 460bdc44ad64104c22ab307d42d848b4a1127560..342f13c67d6ee72aa4799bae502880055a6840fd 100644 (file)
@@ -25,10 +25,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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() */
index efc33330503c867dd316726ffe26aeadf38ccc8c..ef9df9956de170d70910c2abc76d65f792841ffd 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index e6383232d751f518569551f601110d31ce677011..2df148c675fbbca387231e9212db4a6bea96d3e7 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 40e80e261b5638e995b072074536f004bb4df728..ed6b0950be34a87ef075775f0f5bacaf064573f9 100644 (file)
@@ -32,11 +32,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index c69b31112a59a0739f37ab5f28ce6993af3b9021..b9878465ebf2bf29b25a698b44395e339bbe7788 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* -lnet is not standard library */
 
-#undef HAVE_SELECT
 #undef LIBS_SYSTEM
 
 /* Compiler's bug */
@@ -150,4 +144,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #undef SIGIO
 #undef SIGTSTP
-#undef HAVE_TIMEVAL
index fa50e65be732e472008de03c0fac02406a4b8686..63fc3e92e619c453730614bff0a73a4557d11590 100644 (file)
@@ -59,10 +59,6 @@ NOTE-END  */
 
 #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 */
index f55c3149a27398b9f0ba938941a794b437e6313e..db9c1515019439e3c8ae3d7456ede8e768103aa1 100644 (file)
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index b2329c99efa7710a4d43e24d7f8c9ffa48ecf411..bf4a24da52d08474e79c7be90c0380f55cba43f4 100644 (file)
@@ -33,11 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.  */
 
index 5f764563e84d0328ef7d20e0d4b5d52d2e50f329..dc17281df01540b43d6e05e13fcf90d9c9b19e91 100644 (file)
@@ -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
index 3cfb0398aa7db0a67864859cb8b693f1ac52eb09..ed3e5c83a0f7534c347cac1c2c93191605c537af 100644 (file)
@@ -78,19 +78,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index b5c08960732378a86b1cf51da47498563d925f44..a2a712b87abe5d03f4bb6bb2fb63ebf1250fecf7 100644 (file)
@@ -46,19 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index ac61e242818bc4d82b5ee9a935523d652a4a26c3..2c3b80d3984f659af46454905b6f7c9d9b8a4a59 100644 (file)
@@ -50,19 +50,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index 392b27188ba0d9fd1870107d4a0cf31d4879e5fa..4535322e16e4c7ecd8008900d463dea60b2394b8 100644 (file)
@@ -53,19 +53,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index 83694f59b060cb32854257898b08e26c76f909b3..6e711f9f651d600da8e90821a18b44ffb8c81318 100644 (file)
@@ -122,19 +122,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* #define HAVE_TERMIO */
 #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.
  */
index 5ecfb053e00997cf087be2e151a7955c8ffbe180..e93ce484cb9c7da95097e52b089b943d58ed6f91 100644 (file)
@@ -66,19 +66,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index 57e241b47dac771053b2fb7218c77af291061fb2..64d0822bf5f474ff05351167b8d66239c8c13ae2 100644 (file)
@@ -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
index aff40d68446478de9bf9690cff9cca5493993645..c06df2be6b34c36491f29e19a9ebcb0f246854f7 100644 (file)
@@ -192,9 +192,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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
index c7e02a007cb9aca5aab00c013787165029a1fc69..125f6b33d037e028f5326bbf7092f1d6619be432 100644 (file)
@@ -58,28 +58,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index a01ba137c5bd0ff467ff419c8d3a054b0378c018..d82bd732c7c8d598d09858f81a0eb7a45bf90204 100644 (file)
@@ -54,23 +54,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index a4e424b7c840b2c5cbfead06bc97603595c49ddd..504560cd36b1a69ff6dbdea4aac96f7b11cb71a1 100644 (file)
@@ -54,23 +54,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index aad4ed86769e26178455cbdc7a7e696172bf2e99..b34831e7c6640cc82315b088136aacc9c0dbbbad 100644 (file)
@@ -57,23 +57,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index 589773a8213c42881543df34037a6fb0a5727d23..c8097bb98b02be22ae78a641eb39b371b6f15d65 100644 (file)
@@ -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.  */
index b15b15c830cbe6a7ae65e44fc7b89dd261678dc0..52a6629d3ff6f076ba08edfb23c8a47087565765 100644 (file)
@@ -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.  */
index 62e6ebd80b3a4fcf13c7695c187b0fef1c685032..d2fcc7b7452a4238d163f9610a1b73694fddde6a 100644 (file)
@@ -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
index aef2d582a53897283f3ed696379427a6e81da8af..f1d2d1efb47f5003c0b9b1019ce48d0c89075c7c 100644 (file)
@@ -80,19 +80,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* #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.
  */
index 855c79b6caa81d409872cc8f372e82f7fff64163..6a435d785a117e391552a2864af46315ca0b0b8f 100644 (file)
@@ -63,19 +63,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index f5ca16986763153e0056ae34e18fbbf58024a509..e1df8b2dff59aef2981045480dfd03dd416e6215 100644 (file)
@@ -44,9 +44,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* SCO has termios.  */
 #define HAVE_TERMIOS
 
-/* SCO has timeval.  */
-#define HAVE_TIMEVAL
-
 /* SCO has ptys with unusual names.  */
 #define HAVE_PTYS
 
index 3cee20afff682729fbfe254d63f6e1cb548dfff0..ec914d17a833da73838b5d48e9cc007b6b4f1129 100644 (file)
@@ -90,19 +90,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define HAVE_TERMIOS
 /* #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.
  */
index 076488064ac5b26b949280dde67c1c80e958bffc..53b9b419f826864c69b1ccfe40a82c7bf1267171 100644 (file)
@@ -70,19 +70,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index 5aea3439dacb19a56f111ad75b81da3f4f8a7204..608283eed61d743ea12b2074cd4b863499c194b0 100644 (file)
 
 #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
index d908b6c14acdaa146bd3277b757a101f0e5a995e..ed1f8349b6cbd5a5c928cc93e7b950320d1628d7 100644 (file)
@@ -57,19 +57,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index 94d7ebfe05ce0ac3e79b54b233824664e2340e13..fe2ea839101a40396b2b1b8bb79f2851d6782547 100644 (file)
@@ -56,19 +56,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index d849ce73310b84e0eaa9e0504261978300b90784..8046c974faff8de2e08255f1880953ff81fd0d6e 100644 (file)
@@ -55,19 +55,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index e08a0b7624e8096bdf04fc1b549c03a80be9aace..bd07d3f957cae3d3ed3367df362b351152bab062 100644 (file)
@@ -54,19 +54,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index 09d436f3c7673cedd8f3d60cc015d378887f1ae0..a0ed89a48c56608adffc39451ca0ec83f931f6e6 100644 (file)
@@ -54,19 +54,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index 53d47a3a0585095965422b95a9f005f966e27265..f3e0122883810e2c5a265fbcb50ba76c98acb3d4 100644 (file)
@@ -56,22 +56,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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
index 275382a030bad8922043999ba9fe916ae005618e..a8c09254dcb46152b37c769a307e1c142cb450e5 100644 (file)
@@ -103,11 +103,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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
index d8a8f4f36f3a743aa18d49c7ffb70e74d00a17f2..95d1b747d0bc91f98f24b0561ce1dfeaac67c3fd 100644 (file)
@@ -49,19 +49,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */
index a93cd1906df44ed0b29a30e7d050012ce0cb2fad..74c33e03a15f16a2b72ee475cee35b4f6a7e5831 100644 (file)
@@ -77,19 +77,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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.
  */