diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux11.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/hpux11.h b/src/s/hpux11.h index 893e0874eaf..776f8ec2b83 100644 --- a/src/s/hpux11.h +++ b/src/s/hpux11.h | |||
| @@ -9,3 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | /* SA_RESTART resets the timeout of `select', so don't use it. */ | 10 | /* SA_RESTART resets the timeout of `select', so don't use it. */ |
| 11 | #define BROKEN_SA_RESTART | 11 | #define BROKEN_SA_RESTART |
| 12 | |||
| 13 | /* It does work on HPUX to open the pty's tty in the parent (Emacs), | ||
| 14 | then close and reopen it in the child. */ | ||
| 15 | #define USG_SUBTTY_WORKS | ||