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