From: Richard M. Stallman Date: Thu, 22 Sep 1994 03:59:10 +0000 (+0000) Subject: (HAVE_TERMIOS, NO_TERMIO): Defined. X-Git-Tag: emacs-19.34~6870 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6322c8ca18442a3c4f08896895c7cdb68c225ad;p=emacs.git (HAVE_TERMIOS, NO_TERMIO): Defined. --- 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 +