diff options
| author | Richard M. Stallman | 1993-11-20 22:31:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-20 22:31:12 +0000 |
| commit | 94b90846e450cd524796c1e7601f2a7bcf16010e (patch) | |
| tree | 370add935dfd8786a5778a79de6341032d82c77e /src | |
| parent | 79183f1a1f340bcffa95f1e2dad06883d65b0ed7 (diff) | |
| download | emacs-94b90846e450cd524796c1e7601f2a7bcf16010e.tar.gz emacs-94b90846e450cd524796c1e7601f2a7bcf16010e.zip | |
entered into RCS
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos413.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
| 7 | #undef SYSTEM_MALLOC | 7 | #undef SYSTEM_MALLOC |
| 8 | #endif | 8 | #endif |
| 9 | 9 | ||
| 10 | #if 0 /* This causes failure in process_send_signal (tcgetattr loses) | ||
| 11 | and may also cause hanging at Emacs startup when parent | ||
| 12 | is not a job control shell. */ | ||
| 10 | /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids | 13 | /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids |
| 11 | the problem of spurious ^M in subprocess output. */ | 14 | the problem of spurious ^M in subprocess output. */ |
| 12 | #define HAVE_TERMIOS | 15 | #define HAVE_TERMIOS |
| 13 | /* This enables some #undefs in systty.h. */ | 16 | /* This enables some #undefs in systty.h. */ |
| 14 | #define BSD_TERMIOS | 17 | #define BSD_TERMIOS |
| 18 | #endif | ||