diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-09-18 21:12:31 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-09-18 21:12:31 +0000 |
commit | 5df583315f5e5c9f53473e7ad60fb3a334f05cd2 (patch) | |
tree | d765253ae8c563580d318ad2e62d482f5b9668ea /src/s/umips.h | |
parent | 3622dcd9a0c493d948313cd00a26af1a69d4c405 (diff) | |
download | emacs-5df583315f5e5c9f53473e7ad60fb3a334f05cd2.tar.gz |
Delete obsolete symbols.
Diffstat (limited to 'src/s/umips.h')
-rw-r--r-- | src/s/umips.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/s/umips.h b/src/s/umips.h index 5aea3439dac..608283eed61 100644 --- a/src/s/umips.h +++ b/src/s/umips.h @@ -42,14 +42,13 @@ #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 |