comparison src/s/bsd386.h @ 8984:5aa06240226f

(HAVE_TERMIOS, NO_TERMIO): Defined.
author Richard M. Stallman <rms@gnu.org>
date Thu, 22 Sep 1994 03:59:10 +0000
parents aa4159cad5ed
children 32167f40a60a
comparison
equal deleted inserted replaced
8983:522fbe95e651 8984:5aa06240226f
30 #define TABDLY OXTABS 30 #define TABDLY OXTABS
31 #define TAB3 OXTABS 31 #define TAB3 OXTABS
32 32
33 #define SYSV_SYSTEM_DIR 33 #define SYSV_SYSTEM_DIR
34 34
35 #define HAVE_TERMIOS
36 #define NO_TERMIO
37
35 /* this silences a few compilation warnings */ 38 /* this silences a few compilation warnings */
36 #undef BSD 39 #undef BSD
37 #define BSD 199103 40 #define BSD 199103
38 41
39 #define WAITTYPE int 42 #define WAITTYPE int
43 #endif 46 #endif
44 #define WRETCODE(w) WEXITSTATUS(w) 47 #define WRETCODE(w) WEXITSTATUS(w)
45 #ifndef WCOREDUMP 48 #ifndef WCOREDUMP
46 #define WCOREDUMP(w) ((w) & 0200) 49 #define WCOREDUMP(w) ((w) & 0200)
47 #endif 50 #endif
51