From 5568392f3905c2e895ef490749f18d4a0fb21507 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 28 Jul 1994 19:45:02 +0000 Subject: [PATCH] (HAVE_TERMIOS, NO_TERMIO): Defined. (HAVE_TERMIO): Add #undef. --- src/s/hpux9.h | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ /* Make room for enough symbols, so dispnew.c does not fail. */ #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD #endif + +/* neal@ctd.comsat.com */ +#undef HAVE_TERMIO +#define HAVE_TERMIOS +#define NO_TERMIO -- 2.39.5