diff options
| author | Richard M. Stallman | 1995-08-02 18:37:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-08-02 18:37:33 +0000 |
| commit | c15ce829384cfc8bec3d9473b93738afd0e2d1d9 (patch) | |
| tree | 1b8656fd8ed7677cb546a0ad00adb6aedd34e165 /src | |
| parent | 68152e8f81ab7140d9a00c0ae7c85aee7ccb4511 (diff) | |
| download | emacs-c15ce829384cfc8bec3d9473b93738afd0e2d1d9.tar.gz emacs-c15ce829384cfc8bec3d9473b93738afd0e2d1d9.zip | |
(HAVE_SELECT): Defined.
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 | ||