comparison src/s/isc2-2.h @ 13029:a47af2f30446

(BROKEN_SELECT_NON_X): Define this instead of turning off HAVE_SELECT.
author Karl Heuer <kwzh@gnu.org>
date Tue, 12 Sep 1995 17:38:38 +0000
parents b155247be266
children 65d38521e620
comparison
equal deleted inserted replaced
13028:49df58305295 13029:a47af2f30446
1 /* system description file for Interactive (ISC) Unix version 2.2 on 1 /* system description file for Interactive (ISC) Unix version 2.2 on
2 the 386. */ 2 the 386. */
3 3
4 #include "usg5-3.h" 4 #include "usg5-3.h"
5 5
6 /* With this defined, subprocesses made by (e.g.) M-x grep don't exit 6 /* select (in -linet) works okay on X ptys, but not on the serial port.
7 cleanly, they just hang. ISC 2.2.1 does have select, in the -linet 7 karl@cs.umb.edu says that with that select call, subprocesses made by
8 library, but I guess it's not what Emacs needs. --karl@cs.umb.edu */ 8 (e.g.) M-x grep don't exit cleanly, they just hang. Similar problems
9 #undef HAVE_SELECT /* override configuration decision */ 9 have been observed in ISC 3.0. */
10 #define BROKEN_SELECT_NON_X
10 11
11 /* Although ISC has sockets, again in -linet, again it's not what Emacs 12 /* Although ISC has sockets, again in -linet, again it's not what Emacs
12 needs. With this defined, interrupt-shell-subjob and the like do 13 needs. With this defined, interrupt-shell-subjob and the like do
13 nothing. --karl@cs.umb.edu 14 nothing. --karl@cs.umb.edu
14 #define HAVE_SOCKETS */ 15 #define HAVE_SOCKETS */