summaryrefslogtreecommitdiff
path: root/app/xterm/xterm_io.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-08-18 19:47:44 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-08-18 19:47:44 +0000
commit89a9d00d92ea1a41217d9872e55921ca810f2f17 (patch)
tree93bf2b1ec082b82a2e0283bc5a51a5d7832966fb /app/xterm/xterm_io.h
parent4fb2f769ab80d79b4e1730b1688ee21b130596ed (diff)
Update to xterm 271. Tested by shadchin@ and ajacoutot@
Diffstat (limited to 'app/xterm/xterm_io.h')
-rw-r--r--app/xterm/xterm_io.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/xterm/xterm_io.h b/app/xterm/xterm_io.h
index 76c71069d..7a6e10be4 100644
--- a/app/xterm/xterm_io.h
+++ b/app/xterm/xterm_io.h
@@ -1,4 +1,4 @@
-/* $XTermId: xterm_io.h,v 1.50 2010/05/23 16:04:32 tom Exp $ */
+/* $XTermId: xterm_io.h,v 1.51 2011/07/03 15:48:35 Paul.Lampert Exp $ */
/*
* Copyright 2000-2006,2010 by Thomas E. Dickey
@@ -56,7 +56,7 @@
#define USE_SYSV_TERMIO
#endif
-#if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__INTERIX) || defined(__APPLE__) || defined(__UNIXWARE__)
+#if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__INTERIX) || defined(__APPLE__) || defined(__UNIXWARE__) || defined(__hpux)
#ifndef USE_POSIX_TERMIOS
#define USE_POSIX_TERMIOS
#endif
@@ -133,7 +133,7 @@
/*
* Terminal I/O includes (termio, termios, sgtty headers).
*/
-#if defined(USE_POSIX_TERMIOS)
+#if defined(USE_POSIX_TERMIOS) && !defined(__hpux)
#include <termios.h>
#elif defined(USE_TERMIOS)
#include <termios.h>