From: Karl Heuer Date: Wed, 11 Nov 1998 18:53:50 +0000 (+0000) Subject: (BROKEN_FIONREAD): #undef commented out. X-Git-Tag: emacs-20.4~1254 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b12576db3308d2c9f08e6bd84657e82a5af9d834;p=emacs.git (BROKEN_FIONREAD): #undef commented out. (INTERRUPT_INPUT): #define commented out. --- diff --git a/src/s/dgux4.h b/src/s/dgux4.h index 68c488cdd84..188429c1aee 100644 --- a/src/s/dgux4.h +++ b/src/s/dgux4.h @@ -116,6 +116,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ } \ return; + +#if 0 /* Ehud Karni 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