# HG changeset patch # User Richard M. Stallman # Date 1036558730 0 # Node ID 9fca08a4ea912db915af0ffe68e1451df891bb38 # Parent f4093f55e9c22aef9619849c857015764bb533c1 (POLLING_PROBLEM_IN_SELECT): Add #undef. diff -r f4093f55e9c2 -r 9fca08a4ea91 src/s/hpux11.h --- 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