diff options
| author | Juanma Barranquero | 2003-02-21 08:05:15 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-02-21 08:05:15 +0000 |
| commit | 4f09e23d4a4a33cd4be302a992c77d38627c4635 (patch) | |
| tree | 9cf6e8386fe4d017f6123d1df545e299f3841ff0 /src/s | |
| parent | 9ded7072018d3c325d128e63d9499694a499104b (diff) | |
| download | emacs-4f09e23d4a4a33cd4be302a992c77d38627c4635.tar.gz emacs-4f09e23d4a4a33cd4be302a992c77d38627c4635.zip | |
Include hpux10-20.h instead of hpux10.h. Delete #undef of
POLLING_PROBLEM_IN_SELECT.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux11.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/s/hpux11.h b/src/s/hpux11.h index 4452ebd0fd4..1d49d6eedca 100644 --- a/src/s/hpux11.h +++ b/src/s/hpux11.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #include "hpux10.h" | 1 | #include "hpux10-20.h" |
| 2 | 2 | ||
| 3 | #define HPUX11 | 3 | #define HPUX11 |
| 4 | 4 | ||
| @@ -13,6 +13,3 @@ | |||
| 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 | ||