8 #ifndef MSGPACK_PREDEF_LIBRARY_STD_STLPORT_H 9 #define MSGPACK_PREDEF_LIBRARY_STD_STLPORT_H 34 #define MSGPACK_LIB_STD_STLPORT MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 36 #if defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION) 37 # undef MSGPACK_LIB_STD_STLPORT 38 # if !defined(MSGPACK_LIB_STD_STLPORT) && defined(_STLPORT_MAJOR) 39 # define MSGPACK_LIB_STD_STLPORT \ 40 MSGPACK_VERSION_NUMBER(_STLPORT_MAJOR,_STLPORT_MINOR,_STLPORT_PATCHLEVEL) 42 # if !defined(MSGPACK_LIB_STD_STLPORT) && defined(_STLPORT_VERSION) 43 # define MSGPACK_LIB_STD_STLPORT MSGPACK_PREDEF_MAKE_0X_VRP(_STLPORT_VERSION) 45 # if !defined(MSGPACK_LIB_STD_STLPORT) 46 # define MSGPACK_LIB_STD_STLPORT MSGPACK_PREDEF_MAKE_0X_VRP(__SGI_STL_PORT) 50 #if MSGPACK_LIB_STD_STLPORT 51 # define MSGPACK_LIB_STD_STLPORT_AVAILABLE 54 #define MSGPACK_LIB_STD_STLPORT_NAME "STLport"
#define MSGPACK_LIB_STD_STLPORT
Definition: stlport.h:34
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13
#define MSGPACK_LIB_STD_STLPORT_NAME
Definition: stlport.h:54