From c6322c8ca18442a3c4f08896895c7cdb68c225ad Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 22 Sep 1994 03:59:10 +0000 Subject: [PATCH] (HAVE_TERMIOS, NO_TERMIO): Defined. --- src/s/bsd386.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/s/bsd386.h b/src/s/bsd386.h index e2e813369bb..9b56493dd82 100644 --- a/src/s/bsd386.h +++ b/src/s/bsd386.h @@ -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 + -- 2.39.5