Mercurial > emacs
changeset 49893:1bcf8d62f4cd
Include hpux10-20.h instead of hpux10.h. Delete #undef of
POLLING_PROBLEM_IN_SELECT.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 21 Feb 2003 08:05:15 +0000 |
parents | 2d5ba0c9dd66 |
children | 675b86cf29fc |
files | src/s/hpux11.h |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux11.h Fri Feb 21 08:04:13 2003 +0000 +++ b/src/s/hpux11.h Fri Feb 21 08:05:15 2003 +0000 @@ -1,4 +1,4 @@ -#include "hpux10.h" +#include "hpux10-20.h" #define HPUX11 @@ -13,6 +13,3 @@ /* 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