diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos413.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/sunos413.h b/src/s/sunos413.h index 287c41081c8..d1653316498 100644 --- a/src/s/sunos413.h +++ b/src/s/sunos413.h | |||
| @@ -10,3 +10,5 @@ | |||
| 10 | /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids | 10 | /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids |
| 11 | the problem of spurious ^M in subprocess output. */ | 11 | the problem of spurious ^M in subprocess output. */ |
| 12 | #define HAVE_TERMIOS | 12 | #define HAVE_TERMIOS |
| 13 | /* This enables some #undefs in systty.h. */ | ||
| 14 | #define BSD_TERMIOS | ||