aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1998-11-11 18:53:50 +0000
committerKarl Heuer1998-11-11 18:53:50 +0000
commitb12576db3308d2c9f08e6bd84657e82a5af9d834 (patch)
tree5dc637dc9c2f429cb1d8a5685d915e022a3a927e /src
parent6f3110433aa42516d6f8bc7928b86e2f45153734 (diff)
downloademacs-b12576db3308d2c9f08e6bd84657e82a5af9d834.tar.gz
emacs-b12576db3308d2c9f08e6bd84657e82a5af9d834.zip
(BROKEN_FIONREAD): #undef commented out.
(INTERRUPT_INPUT): #define commented out.
Diffstat (limited to 'src')
-rw-r--r--src/s/dgux4.h4
1 files changed, 4 insertions, 0 deletions
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. */
116 } \ 116 } \
117 return; 117 return;
118 118
119
120#if 0 /* Ehud Karni <ehud@unix.simonwiesel.co.il> says that the problem
121 still exists on m88k-dg-dguxR4.11MU04 and i586-dg-dguxR4.11MU04. */
119/* The `stop on tty output' problem which occurs when using 122/* The `stop on tty output' problem which occurs when using
120 INTERRUPT_INPUT and when Emacs is invoked under X11 using a job 123 INTERRUPT_INPUT and when Emacs is invoked under X11 using a job
121 control shell (csh, ksh, etc.) in the background doesn't look to be 124 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. */
123 ksh or zsh.) */ 126 ksh or zsh.) */
124#undef BROKEN_FIONREAD 127#undef BROKEN_FIONREAD
125#define INTERRUPT_INPUT 128#define INTERRUPT_INPUT
129#endif /* 0 - never */
126 130
127/* In R4.11 (or maybe R4.10, I don't have a system with that version 131/* In R4.11 (or maybe R4.10, I don't have a system with that version
128 loaded) some of the internal stdio semantics were changed. One I 132 loaded) some of the internal stdio semantics were changed. One I