]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_TERMIOS, NO_TERMIO): Defined.
authorRichard M. Stallman <rms@gnu.org>
Thu, 22 Sep 1994 03:59:10 +0000 (03:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 22 Sep 1994 03:59:10 +0000 (03:59 +0000)
src/s/bsd386.h

index e2e813369bbb7cc71525262461cfde7d52d3a422..9b56493dd823304fa83e7b783bb224a8c57bbc5f 100644 (file)
@@ -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
+