sys/param.h should define BSD.
This commit is contained in:
@@ -5,8 +5,10 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef BSD
|
#ifdef HAVE_SYS_PARAM_H
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
#endif
|
||||||
|
#ifdef BSD
|
||||||
#undef ALIGN
|
#undef ALIGN
|
||||||
#undef MACHINE
|
#undef MACHINE
|
||||||
#if defined(__NetBSD_Version__) && __NetBSD_Version__ < 299000900
|
#if defined(__NetBSD_Version__) && __NetBSD_Version__ < 299000900
|
||||||
|
|||||||
Reference in New Issue
Block a user