aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-16 13:47:41 +0000
committerRichard M. Stallman2002-07-16 13:47:41 +0000
commite04f3f7e2e34b0033e92e3163881eaecd47ed213 (patch)
treef3c0e0c870a1f7d6fc1aa0dbaf8bc949b45a6c8a /src/s
parentc62c1bb5cbf09da4f727233f178073f398b5b435 (diff)
downloademacs-e04f3f7e2e34b0033e92e3163881eaecd47ed213.tar.gz
emacs-e04f3f7e2e34b0033e92e3163881eaecd47ed213.zip
(USG_SUBTTY_WORKS): Defined.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/hpux11.h4
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