Mercurial > emacs
changeset 48167:9fca08a4ea91
(POLLING_PROBLEM_IN_SELECT): Add #undef.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 06 Nov 2002 04:58:50 +0000 |
parents | f4093f55e9c2 |
children | 8314ced58ef2 |
files | src/s/hpux11.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux11.h Wed Nov 06 04:57:48 2002 +0000 +++ b/src/s/hpux11.h Wed Nov 06 04:58:50 2002 +0000 @@ -13,3 +13,6 @@ /* It does work on HPUX to open the pty's tty in the parent (Emacs), then close and reopen it in the child. */ #define USG_SUBTTY_WORKS + +/* HPUX 10.10 needs this; HPUX 10.20 does not, and HPUX 11 does not. */ +#undef POLLING_PROBLEM_IN_SELECT