mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
Include hpux10-20.h instead of hpux10.h. Delete #undef of
POLLING_PROBLEM_IN_SELECT.
This commit is contained in:
parent
9ded707201
commit
4f09e23d4a
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue