sl@0: // OpenVMS version sl@0: sl@0: # define _STLP_NATIVE_HEADER(header) sl@0: # define _STLP_NATIVE_C_HEADER(x) sl@0: # define _STLP_NATIVE_CPP_C_HEADER(header) sl@0: # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) sl@0: sl@0: #if (__DECCXX_VER < 60000000) sl@0: sl@0: // automatic template instantiation does not sl@0: // work with namespaces ;( sl@0: # define _STLP_HAS_NO_NAMESPACES 1 sl@0: sl@0: # define _STLP_NO_WCHAR_T 1 sl@0: # define _STLP_NEED_EXPLICIT 1 sl@0: sl@0: # define _STLP_NO_BOOL 1 sl@0: # define _STLP_NEED_TYPENAME 1 sl@0: # define _STLP_NO_NEW_STYLE_CASTS 1 sl@0: # define _STLP_NEED_MUTABLE 1 sl@0: # define _STLP_NO_BAD_ALLOC 1 sl@0: sl@0: # define _STLP_NO_NEW_NEW_HEADER 1 sl@0: # define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX 1 sl@0: sl@0: # define _STLP_NO_MEMBER_TEMPLATES 1 sl@0: # define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1 sl@0: # define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1 sl@0: # define _STLP_NO_FRIEND_TEMPLATES 1 sl@0: # define _STLP_NO_QUALIFIED_FRIENDS 1 sl@0: # define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 1 sl@0: # define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER 1 sl@0: # define _STLP_NON_TYPE_TMPL_PARAM_BUG 1 sl@0: # define _STLP_BROKEN_USING_DIRECTIVE 1 sl@0: # define _STLP_NO_EXCEPTION_HEADER 1 sl@0: # define _STLP_DEFAULT_CONSTRUCTOR_BUG 1 sl@0: sl@0: #endif sl@0: sl@0: sl@0: #ifdef __NO_USE_STD_IOSTREAM sl@0: # define _STLP_HAS_NO_NEW_IOSTREAMS 1 sl@0: # else sl@0: // default is to use new iostreams, anyway sl@0: # ifndef __USE_STD_IOSTREAM sl@0: # define __USE_STD_IOSTREAM sl@0: # endif sl@0: #endif sl@0: sl@0: // # if !defined (_STLP_NEW_IOSTREAMS) && ! defined (_STLP_DONT_REDEFINE_STD) \ sl@0: // && ! defined (_STLP_REDEFINE_STD) sl@0: // # undef __PRAGMA_ENVIRONMENT sl@0: // # define _STLP_DONT_REDEFINE_STD sl@0: // # endif sl@0: sl@0: //# ifndef __STD_STRICT_ANSI_ERRORS sl@0: //# endif sl@0: sl@0: #ifndef __EXCEPTIONS sl@0: # define _STLP_HAS_NO_EXCEPTIONS 1 sl@0: #endif sl@0: sl@0: # ifdef __IMPLICIT_INCLUDE_ENABLED sl@0: sl@0: #ifndef _STLP_IOSTREAMS sl@0: // implicit include introduces conflicts sl@0: // between stlport and native lib. sl@0: # undef __IMPLICIT_INCLUDE_ENABLED sl@0: #endif sl@0: sl@0: // but, works with ours ;). sl@0: # define _STLP_LINK_TIME_INSTANTIATION 1 sl@0: sl@0: # endif sl@0: sl@0: # if defined (__IMPLICIT_USING_STD) && !defined (__NO_USE_STD_IOSTREAM) sl@0: // we should ban that ! sl@0: # error "STLport won't work with new iostreams and std:: being implicitly included. Please use -std strict_ansi[_errors] or specify __NO_USE_STD_IOSTREAM" sl@0: # endif sl@0: sl@0: # if !(defined (__STD_STRICT_ANSI) || defined (__STD_STRICT_ANSI_ERRORS)) sl@0: // we want to enforce it sl@0: # define _STLP_LONG_LONG long long sl@0: # endif sl@0: sl@0: // unsigned 32-bit integer type sl@0: # define _STLP_UINT32_T unsigned int sl@0: #if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4) sl@0: # define _STLP_RAND48 1 sl@0: #endif sl@0: // # define _STLP_RAND48 1 sl@0: sl@0: # define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1 sl@0: sl@0: #define _STLP_HAS_NO_NEW_C_HEADERS 1 sl@0: