diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/isc3-0.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
| 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 | |||
| 34 | /* select works okay on the X ptys, but not on the serial port. */ | 37 | /* select works okay on the X ptys, but not on the serial port. */ |
| 35 | #define BROKEN_SELECT_NON_X | 38 | #define BROKEN_SELECT_NON_X |
| 36 | 39 | ||