definitions.
(HAVE_TERMIO): Remove.
+2010-08-09 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
+
+ * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New
+ definitions.
+ (HAVE_TERMIO): Remove.
+
2010-08-06 Kenichi Handa <handa@m17n.org>
* charset.c: Include <stdlib.h>
#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.