Mercurial > emacs
diff src/m/mips.h @ 8892:191acacfa1ec
Delete obsolete symbols.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Sun, 18 Sep 1994 21:12:31 +0000 |
| parents | ba4e01f3dcd1 |
| children | 23f72b18b420 |
line wrap: on
line diff
--- 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
