diff options
| author | Richard M. Stallman | 2002-07-16 13:47:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-16 13:47:41 +0000 |
| commit | e04f3f7e2e34b0033e92e3163881eaecd47ed213 (patch) | |
| tree | f3c0e0c870a1f7d6fc1aa0dbaf8bc949b45a6c8a /src | |
| parent | c62c1bb5cbf09da4f727233f178073f398b5b435 (diff) | |
| download | emacs-e04f3f7e2e34b0033e92e3163881eaecd47ed213.tar.gz emacs-e04f3f7e2e34b0033e92e3163881eaecd47ed213.zip | |
(USG_SUBTTY_WORKS): Defined.
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 | ||