comparison src/s/hpux11.h @ 46414:a61f957ee22f

(USG_SUBTTY_WORKS): Defined.
author Richard M. Stallman <rms@gnu.org>
date Tue, 16 Jul 2002 13:47:41 +0000
parents 72e949fc6d1e
children 9fca08a4ea91
comparison
equal deleted inserted replaced
46413:da9e42d793d2 46414:a61f957ee22f
7 #endif 7 #endif
8 #define POSIX_SIGNALS 1 8 #define POSIX_SIGNALS 1
9 9
10 /* SA_RESTART resets the timeout of `select', so don't use it. */ 10 /* SA_RESTART resets the timeout of `select', so don't use it. */
11 #define BROKEN_SA_RESTART 11 #define BROKEN_SA_RESTART
12
13 /* It does work on HPUX to open the pty's tty in the parent (Emacs),
14 then close and reopen it in the child. */
15 #define USG_SUBTTY_WORKS