From c15ce829384cfc8bec3d9473b93738afd0e2d1d9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 2 Aug 1995 18:37:33 +0000 Subject: [PATCH] (HAVE_SELECT): Defined. --- src/s/isc3-0.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h index 2bfe8229d26..89bd85202c0 100644 --- a/src/s/isc3-0.h +++ b/src/s/isc3-0.h @@ -31,6 +31,9 @@ #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 -- 2.39.2