# HG changeset patch # User Richard M. Stallman # Date 1026827261 0 # Node ID a61f957ee22fa5511870601ad27450be57adc4e0 # Parent da9e42d793d29e8e6c9e8882c42cf3bd9760597a (USG_SUBTTY_WORKS): Defined. diff -r da9e42d793d2 -r a61f957ee22f src/s/hpux11.h --- a/src/s/hpux11.h Tue Jul 16 13:47:07 2002 +0000 +++ b/src/s/hpux11.h Tue Jul 16 13:47:41 2002 +0000 @@ -9,3 +9,7 @@ /* SA_RESTART resets the timeout of `select', so don't use it. */ #define BROKEN_SA_RESTART + +/* 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