]> git.eshelyaron.com Git - emacs.git/commitdiff
(BROKEN_FIONREAD): #undef commented out.
authorKarl Heuer <kwzh@gnu.org>
Wed, 11 Nov 1998 18:53:50 +0000 (18:53 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 11 Nov 1998 18:53:50 +0000 (18:53 +0000)
(INTERRUPT_INPUT): #define commented out.

src/s/dgux4.h

index 68c488cdd84d926c08a73975f6ac75f6dce5f0ff..188429c1aee70bf605b55145b053d71eec880149 100644 (file)
@@ -116,6 +116,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
     }                                                          \
     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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    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