]> git.eshelyaron.com Git - emacs.git/commitdiff
entered into RCS
authorRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 1993 22:31:12 +0000 (22:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 1993 22:31:12 +0000 (22:31 +0000)
src/s/sunos413.h

index d165331649826e1fc0536f43be4fa0168d771e79..f5d1ab11a7ff9e116ba4a579f780c8098ad60bd0 100644 (file)
@@ -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