comparison src/s/hpux11.h @ 49893:1bcf8d62f4cd

Include hpux10-20.h instead of hpux10.h. Delete #undef of POLLING_PROBLEM_IN_SELECT.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 21 Feb 2003 08:05:15 +0000
parents 9fca08a4ea91
children 695cf19ef79e
comparison
equal deleted inserted replaced
49892:2d5ba0c9dd66 49893:1bcf8d62f4cd
1 #include "hpux10.h" 1 #include "hpux10-20.h"
2 2
3 #define HPUX11 3 #define HPUX11
4 4
5 #ifdef POSIX_SIGNALS 5 #ifdef POSIX_SIGNALS
6 #undef POSIX_SIGNALS 6 #undef POSIX_SIGNALS
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