Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygen_dec.h
Go 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 /* 00026 automatic template instantiation does not 00027 work with namespaces ;( 00028 */ 00029 # define _STLP_HAS_NO_NAMESPACES 1 00030 00031 # define _STLP_NO_NEW_NEW_HEADER 1 00032 00033 # define _STLP_NO_WCHAR_T 1 00034 # define _STLP_NEED_EXPLICIT 1 00035 00036 # define _STLP_NO_BOOL 1 00037 # define _STLP_NEED_TYPENAME 1 00038 # define _STLP_NO_NEW_STYLE_CASTS 1 00039 # define _STLP_NEED_MUTABLE 1 00040 # define _STLP_NO_BAD_ALLOC 1 00041 00042 00043 # define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX 1 00044 00045 # define _STLP_NO_MEMBER_TEMPLATES 1 00046 # define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1 00047 # define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1 00048 # define _STLP_NO_QUALIFIED_FRIENDS 1 00049 # define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 1 00050 # define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER 1 00051 # define _STLP_NON_TYPE_TMPL_PARAM_BUG 1 00052 # define _STLP_BROKEN_USING_DIRECTIVE 1 00053 # define _STLP_NO_EXCEPTION_HEADER 1 00054 # define _STLP_DEF_CONST_PLCT_NEW_BUG 1 00055 # define _STLP_DEF_CONST_DEF_PARAM_BUG 1 00056 00057 #endif 00058 00059 00060 #ifndef __NO_USE_STD_IOSTREAM 00061 /* default is to use new iostreams, anyway */ 00062 # ifndef __USE_STD_IOSTREAM 00063 # define __USE_STD_IOSTREAM 00064 # endif 00065 #endif 00066 00067 /* 00068 # ifndef __STD_STRICT_ANSI_ERRORS 00069 # endif 00070 */ 00071 00072 #ifndef __EXCEPTIONS 00073 # define _STLP_HAS_NO_EXCEPTIONS 1 00074 #endif 00075 00076 # ifdef __IMPLICIT_INCLUDE_ENABLED 00077 00078 /* but, works with ours ;). */ 00079 # define _STLP_LINK_TIME_INSTANTIATION 1 00080 # else 00081 # undef _STLP_LINK_TIME_INSTANTIATION 00082 # endif 00083 00084 # if defined (__IMPLICIT_USING_STD) && !defined (__NO_USE_STD_IOSTREAM) 00085 /* 00086 we should ban that ! 00087 # 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" 00088 */ 00089 # endif 00090 00091 # if (defined (__STD_STRICT_ANSI) || defined (__STD_STRICT_ANSI_ERRORS)) 00092 # define _STLP_STRICT_ANSI 1 00093 # else 00094 /* we want to enforce it */ 00095 # define _STLP_LONG_LONG long long 00096 # endif 00097 00098 /* unsigned 32-bit integer type */ 00099 # define _STLP_UINT32_T unsigned int 00100 #if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4) 00101 # define _STLP_RAND48 1 00102 #endif 00103 /* # define _STLP_RAND48 1 */ 00104 00105 # define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1 00106 00107 # if (__DECCXX_VER <= 60600000) 00108 # define _STLP_HAS_NO_NEW_C_HEADERS 1 00109 # endif 00110 00111 #if !defined (_NOTHREADS) && !defined (_STLP_THREADS_DEFINED) 00112 # define _STLP_DEC_THREADS 00113 #endif Generated on Sat May 26 2012 04:28:24 for ReactOS by
1.7.6.1
|