comparison src/s/bsd386.h @ 11784:18d3fd9e72f0

(BSD): Include sys/param.h instead of redefining BSD. But do this only if emacs is defined.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 May 1995 17:44:05 +0000
parents 32167f40a60a
children 0cbb394cbd82
comparison
equal deleted inserted replaced
11783:299bc3465e3a 11784:18d3fd9e72f0
33 #define SYSV_SYSTEM_DIR 33 #define SYSV_SYSTEM_DIR
34 34
35 #define HAVE_TERMIOS 35 #define HAVE_TERMIOS
36 #define NO_TERMIO 36 #define NO_TERMIO
37 37
38 /* this silences a few compilation warnings */ 38 /* This silences a few compilation warnings. */
39 #ifdef emacs
39 #undef BSD 40 #undef BSD
40 #define BSD 199103 41 #include <sys/param.h> /* To get BSD defined consistently. */
42 #endif
41 43
42 #define WAITTYPE int 44 #define WAITTYPE int
43 /* get this since it won't be included if WAITTYPE is defined */ 45 /* get this since it won't be included if WAITTYPE is defined */
44 #ifdef emacs 46 #ifdef emacs
45 #include <sys/wait.h> 47 #include <sys/wait.h>