8 #ifndef MSGPACK_PREDEF_COMPILER_BORLAND_H 9 #define MSGPACK_PREDEF_COMPILER_BORLAND_H 31 #define MSGPACK_COMP_BORLAND MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 33 #if defined(__BORLANDC__) || defined(__CODEGEARC__) 34 # if !defined(MSGPACK_COMP_BORLAND_DETECTION) && (defined(__CODEGEARC__)) 35 # define MSGPACK_COMP_BORLAND_DETECTION MSGPACK_PREDEF_MAKE_0X_VVRP(__CODEGEARC__) 37 # if !defined(MSGPACK_COMP_BORLAND_DETECTION) 38 # define MSGPACK_COMP_BORLAND_DETECTION MSGPACK_PREDEF_MAKE_0X_VVRP(__BORLANDC__) 42 #ifdef MSGPACK_COMP_BORLAND_DETECTION 43 # define MSGPACK_COMP_BORLAND_AVAILABLE 44 # if defined(MSGPACK_PREDEF_DETAIL_COMP_DETECTED) 45 # define MSGPACK_COMP_BORLAND_EMULATED MSGPACK_COMP_BORLAND_DETECTION 47 # undef MSGPACK_COMP_BORLAND 48 # define MSGPACK_COMP_BORLAND MSGPACK_COMP_BORLAND_DETECTION 53 #define MSGPACK_COMP_BORLAND_NAME "Borland C++" 60 #ifdef MSGPACK_COMP_BORLAND_EMULATED
#define MSGPACK_COMP_BORLAND
Definition: borland.h:31
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13
#define MSGPACK_COMP_BORLAND_NAME
Definition: borland.h:53