1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/stdcpp/include/config/stl_dec_vms.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,96 @@
1.4 +// OpenVMS version
1.5 +
1.6 +# define _STLP_NATIVE_HEADER(header) <sys$library:##header>
1.7 +# define _STLP_NATIVE_C_HEADER(x) <sys$library:##x>
1.8 +# define _STLP_NATIVE_CPP_C_HEADER(header) <sys$library:##header>
1.9 +# define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <sys$library:##header>
1.10 +
1.11 +#if (__DECCXX_VER < 60000000)
1.12 +
1.13 +// automatic template instantiation does not
1.14 +// work with namespaces ;(
1.15 +# define _STLP_HAS_NO_NAMESPACES 1
1.16 +
1.17 +# define _STLP_NO_WCHAR_T 1
1.18 +# define _STLP_NEED_EXPLICIT 1
1.19 +
1.20 +# define _STLP_NO_BOOL 1
1.21 +# define _STLP_NEED_TYPENAME 1
1.22 +# define _STLP_NO_NEW_STYLE_CASTS 1
1.23 +# define _STLP_NEED_MUTABLE 1
1.24 +# define _STLP_NO_BAD_ALLOC 1
1.25 +
1.26 +# define _STLP_NO_NEW_NEW_HEADER 1
1.27 +# define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX 1
1.28 +
1.29 +# define _STLP_NO_MEMBER_TEMPLATES 1
1.30 +# define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1
1.31 +# define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
1.32 +# define _STLP_NO_FRIEND_TEMPLATES 1
1.33 +# define _STLP_NO_QUALIFIED_FRIENDS 1
1.34 +# define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 1
1.35 +# define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER 1
1.36 +# define _STLP_NON_TYPE_TMPL_PARAM_BUG 1
1.37 +# define _STLP_BROKEN_USING_DIRECTIVE 1
1.38 +# define _STLP_NO_EXCEPTION_HEADER 1
1.39 +# define _STLP_DEFAULT_CONSTRUCTOR_BUG 1
1.40 +
1.41 +#endif
1.42 +
1.43 +
1.44 +#ifdef __NO_USE_STD_IOSTREAM
1.45 +# define _STLP_HAS_NO_NEW_IOSTREAMS 1
1.46 +# else
1.47 +// default is to use new iostreams, anyway
1.48 +# ifndef __USE_STD_IOSTREAM
1.49 +# define __USE_STD_IOSTREAM
1.50 +# endif
1.51 +#endif
1.52 +
1.53 +// # if !defined (_STLP_NEW_IOSTREAMS) && ! defined (_STLP_DONT_REDEFINE_STD) \
1.54 +// && ! defined (_STLP_REDEFINE_STD)
1.55 +// # undef __PRAGMA_ENVIRONMENT
1.56 +// # define _STLP_DONT_REDEFINE_STD
1.57 +// # endif
1.58 +
1.59 +//# ifndef __STD_STRICT_ANSI_ERRORS
1.60 +//# endif
1.61 +
1.62 +#ifndef __EXCEPTIONS
1.63 +# define _STLP_HAS_NO_EXCEPTIONS 1
1.64 +#endif
1.65 +
1.66 +# ifdef __IMPLICIT_INCLUDE_ENABLED
1.67 +
1.68 +#ifndef _STLP_IOSTREAMS
1.69 +// implicit include introduces conflicts
1.70 +// between stlport and native lib.
1.71 +# undef __IMPLICIT_INCLUDE_ENABLED
1.72 +#endif
1.73 +
1.74 +// but, works with ours ;).
1.75 +# define _STLP_LINK_TIME_INSTANTIATION 1
1.76 +
1.77 +# endif
1.78 +
1.79 +# if defined (__IMPLICIT_USING_STD) && !defined (__NO_USE_STD_IOSTREAM)
1.80 +// we should ban that !
1.81 +# 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"
1.82 +# endif
1.83 +
1.84 +# if !(defined (__STD_STRICT_ANSI) || defined (__STD_STRICT_ANSI_ERRORS))
1.85 +// we want to enforce it
1.86 +# define _STLP_LONG_LONG long long
1.87 +# endif
1.88 +
1.89 +// unsigned 32-bit integer type
1.90 +# define _STLP_UINT32_T unsigned int
1.91 +#if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
1.92 +# define _STLP_RAND48 1
1.93 +#endif
1.94 +// # define _STLP_RAND48 1
1.95 +
1.96 +# define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1
1.97 +
1.98 +#define _STLP_HAS_NO_NEW_C_HEADERS 1
1.99 +