Mercurial > emacs
annotate src/s/hpux11.h @ 49649:31cb523592a1
(pr-get-symbol): Define during compile.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 07 Feb 2003 23:10:24 +0000 |
parents | 9fca08a4ea91 |
children | 1bcf8d62f4cd d7ddb3e565de |
rev | line source |
---|---|
40578 | 1 #include "hpux10.h" |
2 | |
3 #define HPUX11 | |
4 | |
5 #ifdef POSIX_SIGNALS | |
6 #undef POSIX_SIGNALS | |
7 #endif | |
8 #define POSIX_SIGNALS 1 | |
46299
72e949fc6d1e
(BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
40578
diff
changeset
|
9 |
72e949fc6d1e
(BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
40578
diff
changeset
|
10 /* SA_RESTART resets the timeout of `select', so don't use it. */ |
72e949fc6d1e
(BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
40578
diff
changeset
|
11 #define BROKEN_SA_RESTART |
46414
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
12 |
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
13 /* It does work on HPUX to open the pty's tty in the parent (Emacs), |
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
14 then close and reopen it in the child. */ |
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
15 #define USG_SUBTTY_WORKS |
48167
9fca08a4ea91
(POLLING_PROBLEM_IN_SELECT): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
46414
diff
changeset
|
16 |
9fca08a4ea91
(POLLING_PROBLEM_IN_SELECT): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
46414
diff
changeset
|
17 /* HPUX 10.10 needs this; HPUX 10.20 does not, and HPUX 11 does not. */ |
9fca08a4ea91
(POLLING_PROBLEM_IN_SELECT): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
46414
diff
changeset
|
18 #undef POLLING_PROBLEM_IN_SELECT |