]> git.eshelyaron.com Git - emacs.git/commitdiff
(USG_SUBTTY_WORKS): Defined.
authorRichard M. Stallman <rms@gnu.org>
Thu, 29 Aug 2002 19:23:57 +0000 (19:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 29 Aug 2002 19:23:57 +0000 (19:23 +0000)
(BROKEN_SA_RESTART): Defined.

src/s/hpux11.h

index 98a4775f609ec3db6f587bc3042b83c1cc5d32b2..776f8ec2b832b49b98672307824fcdbbdc64c519 100644 (file)
@@ -6,3 +6,10 @@
 #undef POSIX_SIGNALS
 #endif
 #define POSIX_SIGNALS 1
+
+/* 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