8 #ifndef MSGPACK_PREDEF_OS_BSD_H 9 #define MSGPACK_PREDEF_OS_BSD_H 58 #ifndef MSGPACK_OS_BSD 59 #define MSGPACK_OS_BSD MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 62 #if !defined(MSGPACK_PREDEF_DETAIL_OS_DETECTED) && ( \ 64 defined(_SYSTYPE_BSD) \ 66 # undef MSGPACK_OS_BSD 67 # include <sys/param.h> 68 # if !defined(MSGPACK_OS_BSD) && defined(BSD4_4) 69 # define MSGPACK_OS_BSD MSGPACK_VERSION_NUMBER(4,4,0) 71 # if !defined(MSGPACK_OS_BSD) && defined(BSD4_3) 72 # define MSGPACK_OS_BSD MSGPACK_VERSION_NUMBER(4,3,0) 74 # if !defined(MSGPACK_OS_BSD) && defined(BSD4_2) 75 # define MSGPACK_OS_BSD MSGPACK_VERSION_NUMBER(4,2,0) 77 # if !defined(MSGPACK_OS_BSD) && defined(BSD) 78 # define MSGPACK_OS_BSD MSGPACK_PREDEF_MAKE_10_VVRR(BSD) 80 # if !defined(MSGPACK_OS_BSD) 81 # define MSGPACK_OS_BSD MSGPACK_VERSION_NUMBER_AVAILABLE 86 # define MSGPACK_OS_BSD_AVAILABLE 90 #define MSGPACK_OS_BSD_NAME "BSD"
#define MSGPACK_OS_BSD
Definition: bsd.h:59
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13
#define MSGPACK_OS_BSD_NAME
Definition: bsd.h:90