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