diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/bsd386.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/bsd386.h b/src/s/bsd386.h index e2e813369bb..9b56493dd82 100644 --- a/src/s/bsd386.h +++ b/src/s/bsd386.h | |||
| @@ -32,6 +32,9 @@ | |||
| 32 | 32 | ||
| 33 | #define SYSV_SYSTEM_DIR | 33 | #define SYSV_SYSTEM_DIR |
| 34 | 34 | ||
| 35 | #define HAVE_TERMIOS | ||
| 36 | #define NO_TERMIO | ||
| 37 | |||
| 35 | /* this silences a few compilation warnings */ | 38 | /* this silences a few compilation warnings */ |
| 36 | #undef BSD | 39 | #undef BSD |
| 37 | #define BSD 199103 | 40 | #define BSD 199103 |
| @@ -45,3 +48,4 @@ | |||
| 45 | #ifndef WCOREDUMP | 48 | #ifndef WCOREDUMP |
| 46 | #define WCOREDUMP(w) ((w) & 0200) | 49 | #define WCOREDUMP(w) ((w) & 0200) |
| 47 | #endif | 50 | #endif |
| 51 | |||