diff options
| author | Richard M. Stallman | 1994-09-22 03:59:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-22 03:59:10 +0000 |
| commit | c6322c8ca18442a3c4f08896895c7cdb68c225ad (patch) | |
| tree | 57ff264565b3e8f5d387428208e190a1d27202a1 /src | |
| parent | e1a34b584c74e1cbbe804f4c7b057f280fdd75d3 (diff) | |
| download | emacs-c6322c8ca18442a3c4f08896895c7cdb68c225ad.tar.gz emacs-c6322c8ca18442a3c4f08896895c7cdb68c225ad.zip | |
(HAVE_TERMIOS, NO_TERMIO): Defined.
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 | |||