changeset 46414:a61f957ee22f

(USG_SUBTTY_WORKS): Defined.
author Richard M. Stallman <rms@gnu.org>
date Tue, 16 Jul 2002 13:47:41 +0000
parents da9e42d793d2
children 07e8cd21b254
files src/s/hpux11.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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