# HG changeset patch # User Richard M. Stallman # Date 779778651 0 # Node ID 7a28aad7658fe21a91a84d7126ed79f79c4e4589 # Parent 90773ae84a4f6d65828ef9d55017a5a88854a6bb (HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change. diff -r 90773ae84a4f -r 7a28aad7658f src/s/hpux9.h --- 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