diff options
| author | Richard M. Stallman | 1993-11-02 04:59:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-02 04:59:22 +0000 |
| commit | 3c92186cd2db152db17f55ac3ad6e60c8249f0e1 (patch) | |
| tree | 0f36d7f45c557c99cff8873ccf69969dffdfe85d /src/s | |
| parent | 867c43c456f781b5433adf7728724d6582ce8b5a (diff) | |
| download | emacs-3c92186cd2db152db17f55ac3ad6e60c8249f0e1.tar.gz emacs-3c92186cd2db152db17f55ac3ad6e60c8249f0e1.zip | |
*** empty log message ***
Diffstat (limited to 'src/s')
| -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 5d91f13cb5c..287c41081c8 100644 --- a/src/s/sunos413.h +++ b/src/s/sunos413.h | |||
| @@ -6,3 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | #undef SYSTEM_MALLOC | 7 | #undef SYSTEM_MALLOC |
| 8 | #endif | 8 | #endif |
| 9 | |||
| 10 | /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids | ||
| 11 | the problem of spurious ^M in subprocess output. */ | ||
| 12 | #define HAVE_TERMIOS | ||