aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux9.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h
index d801f5a2cc4..aeea8555e79 100644
--- a/src/s/hpux9.h
+++ b/src/s/hpux9.h
@@ -18,7 +18,11 @@
18#define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD 18#define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD
19#endif 19#endif
20 20
21#if 0 /* These definitions run into a bug in hpux
22 whereby trying to disable the vdsusp character has no effect.
23 supposedly there is no particular need for this. */
21/* neal@ctd.comsat.com */ 24/* neal@ctd.comsat.com */
22#undef HAVE_TERMIO 25#undef HAVE_TERMIO
23#define HAVE_TERMIOS 26#define HAVE_TERMIOS
24#define NO_TERMIO 27#define NO_TERMIO
28#endif