aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/sunos413.h
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-20 22:31:12 +0000
committerRichard M. Stallman <[email protected]>1993-11-20 22:31:12 +0000
commit94b90846e450cd524796c1e7601f2a7bcf16010e (patch)
tree370add935dfd8786a5778a79de6341032d82c77e /src/s/sunos413.h
parent79183f1a1f340bcffa95f1e2dad06883d65b0ed7 (diff)
entered into RCS
Diffstat (limited to 'src/s/sunos413.h')
-rw-r--r--src/s/sunos413.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/sunos413.h b/src/s/sunos413.h
index d165331649..f5d1ab11a7 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. */
/* [email protected] 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