sl@0: // STLport configuration file sl@0: // It is internal STLport header - DO NOT include it directly sl@0: sl@0: # define _STLP_LONG_LONG long long sl@0: # define _STLP_LINK_TIME_INSTANTIATION 1 sl@0: sl@0: # if ! defined(_BOOL) sl@0: # define _STLP_NO_BOOL 1 sl@0: # endif sl@0: sl@0: # if (__SUNPRO_CC >= 0x500 ) && (!defined (__SUNPRO_CC_COMPAT) || (__SUNPRO_CC_COMPAT == 5 )) \ sl@0: && defined (_STLP_NO_OWN_IOSTREAMS) && ! defined (_STLP_HAS_NO_NEW_IOSTREAMS) sl@0: # error "The wrapper (_STLP_NO_OWN_IOSTREAMS) mode does not work well without _STLP_HAS_NO_NEW_IOSTREAMS. Please set this flag. You will also have to use -liostream option on link phase." sl@0: // # define _STLP_HAS_NO_NEW_IOSTREAMS sl@0: # endif sl@0: sl@0: // compatibility mode stuff sl@0: # if (__SUNPRO_CC >= 0x510) && (!defined (__SUNPRO_CC_COMPAT) || (__SUNPRO_CC_COMPAT == 5 )) sl@0: # define _STLP_NATIVE_INCLUDE_PATH ../CC/Cstd sl@0: # define _STLP_NATIVE_CPP_RUNTIME_INCLUDE_PATH ../CC sl@0: # elif (__SUNPRO_CC >= 0x500) && (!defined (__SUNPRO_CC_COMPAT) || (__SUNPRO_CC_COMPAT == 5 )) sl@0: # define _STLP_NATIVE_INCLUDE_PATH ../CC sl@0: # elif (defined (__SUNPRO_CC_COMPAT) && __SUNPRO_CC_COMPAT == 4) sl@0: # define _STLP_NATIVE_INCLUDE_PATH ../CC4 sl@0: # else sl@0: # define _STLP_NATIVE_INCLUDE_PATH ../CC sl@0: # endif sl@0: sl@0: # if (__SUNPRO_CC >= 0x500 ) && ( defined (_STLP_NO_NEW_IOSTREAMS) || defined (_STLP_HAS_NO_NEW_IOSTREAMS) ) sl@0: // if the project is set up to use libiostream (_STLP_NO_NEW_IOSTREAMS should be defined then), sl@0: // use classic iostreams sl@0: # define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../CCios sl@0: # endif sl@0: sl@0: # define _STLP_STATIC_CONST_INIT_BUG 1 sl@0: sl@0: # if (__SUNPRO_CC < 0x530) sl@0: // those are tested and proved not to work... sl@0: # define _STLP_STATIC_ARRAY_BUG 1 sl@0: # define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 1 sl@0: # define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1 sl@0: # define _STLP_USE_OLD_HP_ITERATOR_QUERIES sl@0: # endif sl@0: sl@0: sl@0: # if defined (_STLP_OWN_IOSTREAMS) sl@0: //# if ! defined (_STLP_NO_OWN_NAMESPACE) sl@0: //# define _STLP_NO_OWN_NAMESPACE sl@0: //# endif sl@0: # else sl@0: # define _STLP_HAS_NO_NEW_C_HEADERS 1 sl@0: # endif sl@0: sl@0: // those do not depend on compatibility sl@0: # if (__SUNPRO_CC < 0x510) sl@0: # define _STLP_NO_TYPENAME_ON_RETURN_TYPE 1 sl@0: # define _STLP_NONTEMPL_BASE_MATCH_BUG 1 sl@0: # endif sl@0: sl@0: # if (__SUNPRO_CC < 0x510) || (defined (__SUNPRO_CC_COMPAT) && (__SUNPRO_CC_COMPAT < 5)) sl@0: sl@0: # define _STLP_NO_QUALIFIED_FRIENDS 1 sl@0: sl@0: // no partial , just for explicit one sl@0: # define _STLP_PARTIAL_SPEC_NEEDS_TEMPLATE_ARGS sl@0: # define _STLP_NON_TYPE_TMPL_PARAM_BUG 1 sl@0: sl@0: # define _STLP_NO_MEMBER_TEMPLATES 1 sl@0: # define _STLP_NO_FRIEND_TEMPLATES 1 sl@0: sl@0: # define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER 1 sl@0: # define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS sl@0: # define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1 sl@0: # endif sl@0: sl@0: // Features that depend on compatibility switch sl@0: # if ( __SUNPRO_CC < 0x500 ) || (defined (__SUNPRO_CC_COMPAT) && (__SUNPRO_CC_COMPAT < 5)) sl@0: sl@0: # ifndef _STLP_HAS_NO_NEW_IOSTREAMS sl@0: # define _STLP_HAS_NO_NEW_IOSTREAMS 1 sl@0: # endif sl@0: # define _STLP_NO_NEW_NEW_HEADER 1 sl@0: // # define _STLP_NO_RELOPS_NAMESPACE sl@0: # define _STLP_HAS_NO_NAMESPACES 1 sl@0: # define _STLP_NEED_MUTABLE 1 sl@0: # define _STLP_NO_BAD_ALLOC 1 sl@0: # define _STLP_NO_EXCEPTION_HEADER 1 sl@0: # define _STLP_NATIVE_C_INCLUDE_PATH ../include sl@0: # elif (__SUNPRO_CC < 0x510) sl@0: // # define _STLP_NATIVE_C_HEADER(header) <../CC/##header##.SUNWCCh> sl@0: # define _STLP_NATIVE_CPP_C_HEADER(header) <../CC/##header##.SUNWCCh> sl@0: # define _STLP_NATIVE_C_INCLUDE_PATH /usr/include sl@0: # elif defined( __SunOS_5_5_1 ) || defined( __SunOS_5_6 ) || defined( __SunOS_5_7 ) sl@0: # define _STLP_NATIVE_C_INCLUDE_PATH ../CC/std sl@0: # define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../CC/std sl@0: # else sl@0: # define _STLP_NATIVE_C_INCLUDE_PATH /usr/include sl@0: # define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../CC/std sl@0: # endif sl@0: sl@0: sl@0: sl@0: # if ( __SUNPRO_CC < 0x500 ) sl@0: sl@0: # undef _STLP_NATIVE_C_HEADER sl@0: # undef _STLP_NATIVE_CPP_C_HEADER sl@0: sl@0: # define wint_t __wint_t sl@0: // famous CC 4.2 bug sl@0: # define _STLP_INLINE_STRING_LITERAL_BUG 1 sl@0: // /usr/include sl@0: # define _STLP_NATIVE_C_INCLUDE_PATH ../include sl@0: sl@0: // 4.2 cannot handle iterator_traits<_Tp>::iterator_category as a return type ;( sl@0: # define _STLP_USE_OLD_HP_ITERATOR_QUERIES sl@0: sl@0: // 4.2 does not like it sl@0: # undef _STLP_PARTIAL_SPEC_NEEDS_TEMPLATE_ARGS sl@0: sl@0: # define _STLP_LIMITED_DEFAULT_TEMPLATES 1 sl@0: sl@0: # define _STLP_NEED_TYPENAME 1 sl@0: # define _STLP_NEED_EXPLICIT 1 sl@0: # define _STLP_UNINITIALIZABLE_PRIVATE 1 sl@0: # define _STLP_NO_BAD_ALLOC 1 sl@0: # define _STLP_NO_ARROW_OPERATOR 1 sl@0: sl@0: # define _STLP_DEFAULT_CONSTRUCTOR_BUG 1 sl@0: # define _STLP_GLOBAL_NESTED_RETURN_TYPE_PARAM_BUG 1 sl@0: # undef _STLP_HAS_NO_NEW_C_HEADERS sl@0: # define _STLP_HAS_NO_NEW_C_HEADERS 1 sl@0: // # define _STLP_DONT_SIMULATE_PARTIAL_SPEC_FOR_TYPE_TRAITS sl@0: sl@0: # if ( __SUNPRO_CC < 0x420 ) sl@0: # define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX 1 sl@0: # define _STLP_NO_NEW_STYLE_CASTS 1 sl@0: # define _STLP_NO_METHOD_SPECIALIZATION 1 sl@0: # if ( __SUNPRO_CC > 0x401 ) sl@0: # if (__SUNPRO_CC==0x410) sl@0: # define _STLP_BASE_TYPEDEF_OUTSIDE_BUG 1 sl@0: # endif sl@0: # else sl@0: // SUNPro C++ 4.0.1 sl@0: # define _STLP_BASE_MATCH_BUG 1 sl@0: # define _STLP_BASE_TYPEDEF_BUG 1 sl@0: # if ( __SUNPRO_CC < 0x401 ) sl@0: __GIVE_UP_WITH_STL(SUNPRO_401) sl@0: # endif sl@0: # endif /* 4.0.1 */ sl@0: # endif /* 4.2 */ sl@0: sl@0: # endif /* < 5.0 */ sl@0: sl@0: # include sl@0: sl@0: #ifndef _MBSTATET_H sl@0: # define _MBSTATET_H sl@0: # undef _MBSTATE_T sl@0: # define _MBSTATE_T sl@0: typedef struct __mbstate_t { sl@0: #if defined(_LP64) sl@0: long __filler[4]; sl@0: #else sl@0: int __filler[6]; sl@0: #endif sl@0: } __mbstate_t; sl@0: # ifndef _STLP_HAS_NO_NAMESPACES sl@0: namespace std { sl@0: typedef __mbstate_t mbstate_t; sl@0: } sl@0: using std::mbstate_t; sl@0: #else sl@0: typedef __mbstate_t mbstate_t; sl@0: # endif sl@0: #endif /* __MBSTATET_H */