8 #ifndef MSGPACK_PREDEF_ARCHITECTURE_IA64_H 9 #define MSGPACK_PREDEF_ARCHITECTURE_IA64_H 31 #define MSGPACK_ARCH_IA64 MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 33 #if defined(__ia64__) || defined(_IA64) || \ 34 defined(__IA64__) || defined(__ia64) || \ 35 defined(_M_IA64) || defined(__itanium__) 36 # undef MSGPACK_ARCH_IA64 37 # define MSGPACK_ARCH_IA64 MSGPACK_VERSION_NUMBER_AVAILABLE 41 # define MSGPACK_ARCH_IA64_AVAILABLE 44 #define MSGPACK_ARCH_IA64_NAME "Intel Itanium 64"
#define MSGPACK_ARCH_IA64
Definition: ia64.h:31
#define MSGPACK_ARCH_IA64_NAME
Definition: ia64.h:44
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13