diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-08-02 18:37:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-08-02 18:37:33 +0000 |
commit | 9da93c494eaed5a858a6f7b6143bff234446403a (patch) | |
tree | a9de4a349738bb862f3ed3e4e1519a7732371990 /src/s | |
parent | 5469e7b881a5efc4300b68bf98dd9a16112adb47 (diff) | |
download | emacs-9da93c494eaed5a858a6f7b6143bff234446403a.tar.gz |
(HAVE_SELECT): Defined.
Diffstat (limited to 'src/s')
-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 @@ #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 |