emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99970: * src/s/hpux10-20.h (HAVE_


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99970: * src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New
Date: Mon, 09 Aug 2010 08:51:28 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99970
author: Peter O'Gorman <address@hidden>
committer: Dan Nicolaescu <address@hidden>
branch nick: emacs-23
timestamp: Mon 2010-08-09 08:51:28 -0700
message:
  * src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New
  definitions.
  (HAVE_TERMIO): Remove.
modified:
  src/ChangeLog
  src/s/hpux10-20.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-08-06 08:11:19 +0000
+++ b/src/ChangeLog     2010-08-09 15:51:28 +0000
@@ -1,3 +1,9 @@
+2010-08-09  Peter O'Gorman <address@hidden>  (tiny change)
+
+       * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New
+       definitions.
+       (HAVE_TERMIO): Remove.
+
 2010-08-06  Kenichi Handa  <address@hidden>
 
        * charset.c: Include <stdlib.h>

=== modified file 'src/s/hpux10-20.h'
--- a/src/s/hpux10-20.h 2010-01-13 08:35:10 +0000
+++ b/src/s/hpux10-20.h 2010-08-09 15:51:28 +0000
@@ -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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]