diff options
| author | Richard M. Stallman | 1994-07-28 19:45:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-28 19:45:02 +0000 |
| commit | 5568392f3905c2e895ef490749f18d4a0fb21507 (patch) | |
| tree | 1cdb90cb53e0b7c4d2d16360e2afec37afb95086 /src | |
| parent | e7b20417255e89bdd71354aa7c2777f997ce6601 (diff) | |
| download | emacs-5568392f3905c2e895ef490749f18d4a0fb21507.tar.gz emacs-5568392f3905c2e895ef490749f18d4a0fb21507.zip | |
(HAVE_TERMIOS, NO_TERMIO): Defined.
(HAVE_TERMIO): Add #undef.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux9.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index 68b18129a4d..d801f5a2cc4 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h | |||
| @@ -17,3 +17,8 @@ | |||
| 17 | /* Make room for enough symbols, so dispnew.c does not fail. */ | 17 | /* Make room for enough symbols, so dispnew.c does not fail. */ |
| 18 | #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD | 18 | #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD |
| 19 | #endif | 19 | #endif |
| 20 | |||
| 21 | /* neal@ctd.comsat.com */ | ||
| 22 | #undef HAVE_TERMIO | ||
| 23 | #define HAVE_TERMIOS | ||
| 24 | #define NO_TERMIO | ||