comparison src/s/hpux11.h @ 48167:9fca08a4ea91

(POLLING_PROBLEM_IN_SELECT): Add #undef.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 Nov 2002 04:58:50 +0000
parents a61f957ee22f
children 1bcf8d62f4cd d7ddb3e565de
comparison
equal deleted inserted replaced
48166:f4093f55e9c2 48167:9fca08a4ea91
11 #define BROKEN_SA_RESTART 11 #define BROKEN_SA_RESTART
12 12
13 /* It does work on HPUX to open the pty's tty in the parent (Emacs), 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. */ 14 then close and reopen it in the child. */
15 #define USG_SUBTTY_WORKS 15 #define USG_SUBTTY_WORKS
16
17 /* HPUX 10.10 needs this; HPUX 10.20 does not, and HPUX 11 does not. */
18 #undef POLLING_PROBLEM_IN_SELECT