diff options
| author | Richard M. Stallman | 2002-11-06 04:58:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-11-06 04:58:50 +0000 |
| commit | 45bec201a1e96a1ccf808c0901fbae9a8a336889 (patch) | |
| tree | dcd8eea8ed2221ff9abd9ada2aa0011498a0fc5d /src/s | |
| parent | d7efe3e1c632740f02ba12df73f663ee51482513 (diff) | |
| download | emacs-45bec201a1e96a1ccf808c0901fbae9a8a336889.tar.gz emacs-45bec201a1e96a1ccf808c0901fbae9a8a336889.zip | |
(POLLING_PROBLEM_IN_SELECT): Add #undef.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux11.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/hpux11.h b/src/s/hpux11.h index 776f8ec2b83..4452ebd0fd4 100644 --- a/src/s/hpux11.h +++ b/src/s/hpux11.h | |||
| @@ -13,3 +13,6 @@ | |||
| 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 | ||