# HG changeset patch # User Dan Nicolaescu # Date 1281369088 25200 # Node ID fef8d4c0b9d414f89deb58b0dea84ab46766f777 # Parent bb90da2057ed2cdbe0ffc7bad289548da1a2b85a * src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New definitions. (HAVE_TERMIO): Remove. diff -r bb90da2057ed -r fef8d4c0b9d4 src/ChangeLog --- a/src/ChangeLog Mon Aug 09 11:32:46 2010 +0900 +++ b/src/ChangeLog Mon Aug 09 08:51:28 2010 -0700 @@ -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 -r bb90da2057ed -r fef8d4c0b9d4 src/s/hpux10-20.h --- a/src/s/hpux10-20.h Mon Aug 09 11:32:46 2010 +0900 +++ b/src/s/hpux10-20.h Mon Aug 09 08:51:28 2010 -0700 @@ -41,12 +41,10 @@ #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.