changeset 23695:a9640ecf5ab4

(BROKEN_FIONREAD): #undef commented out. (INTERRUPT_INPUT): #define commented out.
author Karl Heuer <kwzh@gnu.org>
date Wed, 11 Nov 1998 18:53:50 +0000
parents 8a875ac0443f
children ee5224740210
files src/s/dgux4.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/dgux4.h	Wed Nov 11 18:49:47 1998 +0000
+++ b/src/s/dgux4.h	Wed Nov 11 18:53:50 1998 +0000
@@ -116,6 +116,9 @@
     }								\
     return;
 
+
+#if 0 /* Ehud Karni <ehud@unix.simonwiesel.co.il> says that the problem
+	 still exists on m88k-dg-dguxR4.11MU04 and i586-dg-dguxR4.11MU04.  */
 /* The `stop on tty output' problem which occurs when using
    INTERRUPT_INPUT and when Emacs is invoked under X11 using a job
    control shell (csh, ksh, etc.) in the background doesn't look to be
@@ -123,6 +126,7 @@
    ksh or zsh.) */
 #undef BROKEN_FIONREAD
 #define INTERRUPT_INPUT
+#endif /* 0 - never */
 
 /* In R4.11 (or maybe R4.10, I don't have a system with that version
    loaded) some of the internal stdio semantics were changed.  One I