8 #ifndef MSGPACK_PREDEF_OS_BSD_NET_H 9 #define MSGPACK_PREDEF_OS_BSD_NET_H 32 #define MSGPACK_OS_BSD_NET MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 34 #if !defined(MSGPACK_PREDEF_DETAIL_OS_DETECTED) && ( \ 35 defined(__NETBSD__) || defined(__NetBSD__) \ 37 # ifndef MSGPACK_OS_BSD_AVAILABLE 38 # define MSGPACK_OS_BSD MSGPACK_VERSION_NUMBER_AVAILABLE 39 # define MSGPACK_OS_BSD_AVAILABLE 41 # undef MSGPACK_OS_BSD_NET 42 # if defined(__NETBSD__) 43 # if defined(__NETBSD_version) 44 # if __NETBSD_version < 500000 45 # define MSGPACK_OS_BSD_NET \ 46 MSGPACK_PREDEF_MAKE_10_VRP000(__NETBSD_version) 48 # define MSGPACK_OS_BSD_NET \ 49 MSGPACK_PREDEF_MAKE_10_VRR000(__NETBSD_version) 52 # define MSGPACK_OS_BSD_NET MSGPACK_VERSION_NUMBER_AVAILABLE 54 # elif defined(__NetBSD__) 55 # if !defined(MSGPACK_OS_BSD_NET) && defined(NetBSD0_8) 56 # define MSGPACK_OS_BSD_NET MSGPACK_VERSION_NUMBER(0,8,0) 58 # if !defined(MSGPACK_OS_BSD_NET) && defined(NetBSD0_9) 59 # define MSGPACK_OS_BSD_NET MSGPACK_VERSION_NUMBER(0,9,0) 61 # if !defined(MSGPACK_OS_BSD_NET) && defined(NetBSD1_0) 62 # define MSGPACK_OS_BSD_NET MSGPACK_VERSION_NUMBER(1,0,0) 64 # if !defined(MSGPACK_OS_BSD_NET) && defined(__NetBSD_Version) 65 # define MSGPACK_OS_BSD_NET \ 66 MSGPACK_PREDEF_MAKE_10_VVRR00PP00(__NetBSD_Version) 68 # if !defined(MSGPACK_OS_BSD_NET) 69 # define MSGPACK_OS_BSD_NET MSGPACK_VERSION_NUMBER_AVAILABLE 74 #if MSGPACK_OS_BSD_NET 75 # define MSGPACK_OS_BSD_NET_AVAILABLE 79 #define MSGPACK_OS_BSD_NET_NAME "DragonFly BSD" #define MSGPACK_OS_BSD_NET
Definition: net.h:32
#define MSGPACK_OS_BSD_NET_NAME
Definition: net.h:79
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13