# HG changeset patch # User Richard M. Stallman # Date 753834672 0 # Node ID 85803169314b69ffba9935226b7fac8771b84d8e # Parent 25c2db35fe1ee9245e4aa3c68a3535677cffbeb7 entered into RCS diff -r 25c2db35fe1e -r 85803169314b src/s/sunos413.h --- 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