8 #ifndef MSGPACK_PREDEF_LIBRARY_C_GNU_H 9 #define MSGPACK_PREDEF_LIBRARY_C_GNU_H 18 #elif defined(__cplusplus) 39 #define MSGPACK_LIB_C_GNU MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 41 #if defined(__GLIBC__) || defined(__GNU_LIBRARY__) 42 # undef MSGPACK_LIB_C_GNU 43 # if defined(__GLIBC__) 44 # define MSGPACK_LIB_C_GNU \ 45 MSGPACK_VERSION_NUMBER(__GLIBC__,__GLIBC_MINOR__,0) 47 # define MSGPACK_LIB_C_GNU \ 48 MSGPACK_VERSION_NUMBER(__GNU_LIBRARY__,__GNU_LIBRARY_MINOR__,0) 53 # define MSGPACK_LIB_C_GNU_AVAILABLE 56 #define MSGPACK_LIB_C_GNU_NAME "GNU"
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13
#define MSGPACK_LIB_C_GNU
Definition: gnu.h:39
#define MSGPACK_LIB_C_GNU_NAME
Definition: gnu.h:56