changeset 5090:85803169314b

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Nov 1993 22:31:12 +0000
parents 25c2db35fe1e
children 624596e9c5d1
files src/s/sunos413.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/sunos413.h	Sat Nov 20 22:21:58 1993 +0000
+++ b/src/s/sunos413.h	Sat Nov 20 22:31:12 1993 +0000
@@ -7,8 +7,12 @@
 #undef SYSTEM_MALLOC
 #endif
 
+#if 0 /* This causes failure in process_send_signal (tcgetattr loses)
+	 and may also cause hanging at Emacs startup when parent
+	 is not a job control shell.  */
 /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids
    the problem of spurious ^M in subprocess output.  */
 #define HAVE_TERMIOS
 /* This enables some #undefs in systty.h.  */
 #define BSD_TERMIOS
+#endif