comparison src/s/hpux11.h @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 9fca08a4ea91
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
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
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 16
17 /* HPUX 10.10 needs this; HPUX 10.20 does not, and HPUX 11 does not. */ 17 /* arch-tag: f5a3d780-82cd-4a9a-832e-a4031aab788b
18 #undef POLLING_PROBLEM_IN_SELECT 18 (do not change this comment) */