changeset 8984:5aa06240226f

(HAVE_TERMIOS, NO_TERMIO): Defined.
author Richard M. Stallman <rms@gnu.org>
date Thu, 22 Sep 1994 03:59:10 +0000
parents 522fbe95e651
children 2825665b8352
files src/s/bsd386.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
+