From: Richard M. Stallman Date: Thu, 28 Jul 1994 19:45:02 +0000 (+0000) Subject: (HAVE_TERMIOS, NO_TERMIO): Defined. X-Git-Tag: emacs-19.34~7482 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5568392f3905c2e895ef490749f18d4a0fb21507;p=emacs.git (HAVE_TERMIOS, NO_TERMIO): Defined. (HAVE_TERMIO): Add #undef. --- 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