sys/param.h should define BSD.

This commit is contained in:
Steve Checkoway
2007-02-25 15:23:44 +00:00
parent 2f80580882
commit e507e06144
+3 -1
View File
@@ -5,8 +5,10 @@
#include <stdint.h>
#endif
#ifdef BSD
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#ifdef BSD
#undef ALIGN
#undef MACHINE
#if defined(__NetBSD_Version__) && __NetBSD_Version__ < 299000900