diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-09-17 05:10:51 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-09-17 05:10:51 +0000 |
commit | 7a6dde277c62d228bc45275706e70083ec594323 (patch) | |
tree | bae1bf676b4635ac3e99307feec7879d5655f050 /src/s/hpux9.h | |
parent | b22e89dc98cb0837863769de12026c61c894cddb (diff) | |
download | emacs-7a6dde277c62d228bc45275706e70083ec594323.tar.gz |
(HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change.
Diffstat (limited to 'src/s/hpux9.h')
-rw-r--r-- | src/s/hpux9.h | 4 |
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 @@ #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 |