changeset 13030:92a2d7c7def3

(BROKEN_SELECT_NON_X): Moved to s/isc2-2.h. (HAVE_SELECT): Deleted; s/isc2-2.h no longer undefs this.
author Karl Heuer <kwzh@gnu.org>
date Tue, 12 Sep 1995 17:39:01 +0000
parents a47af2f30446
children e8551f167c9e
files src/s/isc3-0.h
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/isc3-0.h	Tue Sep 12 17:38:38 1995 +0000
+++ b/src/s/isc3-0.h	Tue Sep 12 17:39:01 1995 +0000
@@ -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