changeset 8851:7a28aad7658f

(HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Sep 1994 05:10:51 +0000
parents 90773ae84a4f
children 90a35a24cde1
files src/s/hpux9.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/hpux9.h	Sat Sep 17 03:32:48 1994 +0000
+++ b/src/s/hpux9.h	Sat Sep 17 05:10:51 1994 +0000
@@ -18,7 +18,11 @@
 #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD
 #endif
 
+#if 0 /* These definitions run into a bug in hpux
+	 whereby trying to disable the vdsusp character has no effect.
+	 supposedly there is no particular need for this.  */
 /* neal@ctd.comsat.com */
 #undef HAVE_TERMIO
 #define HAVE_TERMIOS
 #define NO_TERMIO
+#endif