From 2294b255d8e8e4e4a8ea66698dbae23c296f19a8 Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Mon, 9 Aug 2010 08:51:28 -0700 Subject: [PATCH] * src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New definitions. (HAVE_TERMIO): Remove. --- src/ChangeLog | 6 ++++++ src/s/hpux10-20.h | 8 +++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 514c42cd922..d4130ccdcf8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2010-08-09 Peter O'Gorman (tiny change) + + * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New + definitions. + (HAVE_TERMIO): Remove. + 2010-08-06 Kenichi Handa * charset.c: Include diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h index cf670cd51a0..5d231986010 100644 --- a/src/s/hpux10-20.h +++ b/src/s/hpux10-20.h @@ -41,12 +41,10 @@ along with GNU Emacs. If not, see . */ #define FIRST_PTY_LETTER 'p' -/* - * Define HAVE_TERMIO if the system provides sysV-style ioctls - * for terminal control. - */ +#define HAVE_TERMIOS +#define NO_TERMIO -#define HAVE_TERMIO +#define ORDINARY_LINK /* * Define HAVE_PTYS if the system supports pty devices. -- 2.39.2