1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

(BSD): Include sys/param.h instead of redefining BSD.

But do this only if emacs is defined.
This commit is contained in:
Richard M. Stallman 1995-05-09 17:44:05 +00:00
parent b004e86006
commit 1872c299ce

View File

@ -35,9 +35,11 @@
#define HAVE_TERMIOS
#define NO_TERMIO
/* this silences a few compilation warnings */
/* This silences a few compilation warnings. */
#ifdef emacs
#undef BSD
#define BSD 199103
#include <sys/param.h> /* To get BSD defined consistently. */
#endif
#define WAITTYPE int
/* get this since it won't be included if WAITTYPE is defined */