# HG changeset patch # User Richard M. Stallman # Date 780206350 0 # Node ID 5aa06240226f61106a204dba11cfefae496ced5c # Parent 522fbe95e6519a9844d83e16ed5b8d728425744f (HAVE_TERMIOS, NO_TERMIO): Defined. diff -r 522fbe95e651 -r 5aa06240226f src/s/bsd386.h --- a/src/s/bsd386.h Thu Sep 22 03:34:43 1994 +0000 +++ b/src/s/bsd386.h Thu Sep 22 03:59:10 1994 +0000 @@ -32,6 +32,9 @@ #define SYSV_SYSTEM_DIR +#define HAVE_TERMIOS +#define NO_TERMIO + /* this silences a few compilation warnings */ #undef BSD #define BSD 199103 @@ -45,3 +48,4 @@ #ifndef WCOREDUMP #define WCOREDUMP(w) ((w) & 0200) #endif +