changeset 109916:fef8d4c0b9d4

* src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New definitions. (HAVE_TERMIO): Remove.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 09 Aug 2010 08:51:28 -0700
parents bb90da2057ed
children 0266442adf6a
files src/ChangeLog src/s/hpux10-20.h
diffstat 2 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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 <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>
--- 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.