diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-09-12 17:39:01 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-09-12 17:39:01 +0000 |
commit | c993e19a73d3776684f6531f8f9585df5819c7fd (patch) | |
tree | ff2cff03e7d6e2a978cd46989868685960a85167 /src/s/isc3-0.h | |
parent | 88225383953e981788699686b9407dc630e98b09 (diff) | |
download | emacs-c993e19a73d3776684f6531f8f9585df5819c7fd.tar.gz |
(BROKEN_SELECT_NON_X): Moved to s/isc2-2.h.
(HAVE_SELECT): Deleted; s/isc2-2.h no longer undefs this.
Diffstat (limited to 'src/s/isc3-0.h')
-rw-r--r-- | src/s/isc3-0.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h index 89bd85202c0..737ce3c3297 100644 --- a/src/s/isc3-0.h +++ b/src/s/isc3-0.h @@ -31,12 +31,6 @@ #undef BROKEN_TIOCGWINSZ #define NEED_SIOCTL -/* Override the #undef in isc2-2.h. */ -#define HAVE_SELECT - -/* select works okay on the X ptys, but not on the serial port. */ -#define BROKEN_SELECT_NON_X - /* We need either _XOPEN_SOURCE or _POSIX_SOURCE to import the posix signal symbols; might as well use _XOPEN_SOURCE. Defining _SYSV3 ensures that we don't lose the traditional symbols as a side effect |