stl_dec_vms.h

00001 // OpenVMS version
00002 
00003 # define _STLP_NATIVE_HEADER(header) <sys$library:##header>
00004 # define _STLP_NATIVE_C_HEADER(x) <sys$library:##x>
00005 # define _STLP_NATIVE_CPP_C_HEADER(header) <sys$library:##header>
00006 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <sys$library:##header>
00007 
00008 #if (__DECCXX_VER < 60000000)
00009 
00010 // automatic template instantiation does not
00011 // work with namespaces ;(
00012 # define _STLP_HAS_NO_NAMESPACES 1
00013 
00014 # define _STLP_NO_WCHAR_T  1
00015 # define _STLP_NEED_EXPLICIT  1
00016 
00017 # define _STLP_NO_BOOL  1
00018 # define _STLP_NEED_TYPENAME 1
00019 # define _STLP_NO_NEW_STYLE_CASTS 1
00020 # define _STLP_NEED_MUTABLE 1
00021 # define _STLP_NO_BAD_ALLOC 1
00022 
00023 # define _STLP_NO_NEW_NEW_HEADER 1 
00024 # define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX 1
00025 
00026 # define _STLP_NO_MEMBER_TEMPLATES 1
00027 # define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1
00028 # define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
00029 # define _STLP_NO_FRIEND_TEMPLATES 1
00030 # define _STLP_NO_QUALIFIED_FRIENDS 1
00031 # define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 1
00032 # define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER 1
00033 # define _STLP_NON_TYPE_TMPL_PARAM_BUG 1
00034 # define _STLP_BROKEN_USING_DIRECTIVE 1
00035 # define _STLP_NO_EXCEPTION_HEADER 1
00036 # define _STLP_DEFAULT_CONSTRUCTOR_BUG 1
00037 
00038 #endif
00039 
00040 
00041 #ifdef __NO_USE_STD_IOSTREAM
00042 #  define _STLP_HAS_NO_NEW_IOSTREAMS 1
00043 # else
00044 // default is to use new iostreams, anyway
00045 # ifndef __USE_STD_IOSTREAM
00046 #  define __USE_STD_IOSTREAM
00047 # endif
00048 #endif
00049 
00050 // # if !defined (_STLP_NEW_IOSTREAMS) && ! defined (_STLP_DONT_REDEFINE_STD) \
00051 //  && ! defined (_STLP_REDEFINE_STD)
00052 // # undef __PRAGMA_ENVIRONMENT
00053 //   #  define _STLP_DONT_REDEFINE_STD
00054 // # endif
00055 
00056 //# ifndef __STD_STRICT_ANSI_ERRORS
00057 //# endif
00058 
00059 #ifndef __EXCEPTIONS
00060 # define _STLP_HAS_NO_EXCEPTIONS 1
00061 #endif
00062 
00063 # ifdef __IMPLICIT_INCLUDE_ENABLED
00064 
00065 #ifndef _STLP_IOSTREAMS
00066 // implicit include introduces conflicts
00067 // between stlport and native lib.
00068 # undef __IMPLICIT_INCLUDE_ENABLED
00069 #endif
00070 
00071 // but, works with ours ;).
00072 #  define _STLP_LINK_TIME_INSTANTIATION 1
00073 
00074 # endif
00075 
00076 # if defined (__IMPLICIT_USING_STD) && !defined (__NO_USE_STD_IOSTREAM)
00077 // we should ban that !
00078 #  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"
00079 # endif
00080 
00081 # if !(defined (__STD_STRICT_ANSI) || defined (__STD_STRICT_ANSI_ERRORS))
00082 // we want to enforce it
00083 #  define _STLP_LONG_LONG long long
00084 # endif
00085 
00086 // unsigned 32-bit integer type
00087 #  define _STLP_UINT32_T unsigned int
00088 #if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
00089 # define _STLP_RAND48 1
00090 #endif
00091 // #  define _STLP_RAND48 1
00092 
00093 #  define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1
00094 
00095 #define _STLP_HAS_NO_NEW_C_HEADERS 1
00096 

Generated on Mon Jun 5 10:20:45 2006 for Intelligence.kdevelop by  doxygen 1.4.6