* src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New
authorPeter O'Gorman <pogma@thewrittenword.com>
Mon, 9 Aug 2010 15:51:28 +0000 (08:51 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 9 Aug 2010 15:51:28 +0000 (08:51 -0700)
definitions.
(HAVE_TERMIO): Remove.

src/ChangeLog
src/s/hpux10-20.h

index 514c42c..d4130cc 100644 (file)
@@ -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>
index cf670cd..5d23198 100644 (file)
@@ -41,12 +41,10 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #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.