From: Peter O'Gorman Date: Mon, 9 Aug 2010 15:51:28 +0000 (-0700) Subject: * src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New X-Git-Tag: emacs-pretest-23.2.90~139^2~29^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2294b255d8e8e4e4a8ea66698dbae23c296f19a8;p=emacs.git * src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New definitions. (HAVE_TERMIO): Remove. --- 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.