stl_dec.h

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

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