aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-09-12 17:39:01 +0000
committerKarl Heuer1995-09-12 17:39:01 +0000
commitc993e19a73d3776684f6531f8f9585df5819c7fd (patch)
treeff2cff03e7d6e2a978cd46989868685960a85167 /src
parent88225383953e981788699686b9407dc630e98b09 (diff)
downloademacs-c993e19a73d3776684f6531f8f9585df5819c7fd.tar.gz
emacs-c993e19a73d3776684f6531f8f9585df5819c7fd.zip
(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')
-rw-r--r--src/s/isc3-0.h6
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 @@
31#undef BROKEN_TIOCGWINSZ 31#undef BROKEN_TIOCGWINSZ
32#define NEED_SIOCTL 32#define NEED_SIOCTL
33 33
34/* Override the #undef in isc2-2.h. */
35#define HAVE_SELECT
36
37/* select works okay on the X ptys, but not on the serial port. */
38#define BROKEN_SELECT_NON_X
39
40/* We need either _XOPEN_SOURCE or _POSIX_SOURCE to import the posix 34/* We need either _XOPEN_SOURCE or _POSIX_SOURCE to import the posix
41 signal symbols; might as well use _XOPEN_SOURCE. Defining _SYSV3 35 signal symbols; might as well use _XOPEN_SOURCE. Defining _SYSV3
42 ensures that we don't lose the traditional symbols as a side effect 36 ensures that we don't lose the traditional symbols as a side effect