From: Richard M. Stallman Date: Sat, 20 Nov 1993 22:31:12 +0000 (+0000) Subject: entered into RCS X-Git-Tag: emacs-19.34~10761 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94b90846e450cd524796c1e7601f2a7bcf16010e;p=emacs.git entered into RCS --- diff --git a/src/s/sunos413.h b/src/s/sunos413.h index d1653316498..f5d1ab11a7f 100644 --- a/src/s/sunos413.h +++ b/src/s/sunos413.h @@ -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