aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorPeter O'Gorman <[email protected]>2010-08-09 08:51:28 -0700
committerDan Nicolaescu <[email protected]>2010-08-09 08:51:28 -0700
commit2294b255d8e8e4e4a8ea66698dbae23c296f19a8 (patch)
tree5937923a52b8e852731c6c77e0c94d64d19b3380 /src/s
parentfd71e94970ea84d3e4ed8fc5756373e57c1d9378 (diff)
* src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New
definitions. (HAVE_TERMIO): Remove.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/hpux10-20.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h
index cf670cd51a..5d23198601 100644
--- a/src/s/hpux10-20.h
+++ b/src/s/hpux10-20.h
@@ -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.