1.1 --- a/epoc32/include/tools/stlport/stl/config/_sgi.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/tools/stlport/stl/config/_sgi.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -1,92 +1,92 @@
1.4 -// STLport configuration file
1.5 -// It is internal STLport header - DO NOT include it directly
1.6 -
1.7 -#define _STLP_COMPILER "CC"
1.8 -
1.9 -#define _STLP_HAS_SPECIFIC_PROLOG_EPILOG
1.10 -
1.11 -// define native include path before trying to include anything
1.12 -
1.13 -#define _STLP_NATIVE_HEADER(__x) </usr/include/CC/##__x>
1.14 -#define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
1.15 -#define _STLP_NATIVE_OLD_STREAMS_HEADER(__x) </usr/include/CC/##__x>
1.16 -#define _STLP_NATIVE_CPP_C_HEADER(__x) </usr/include/CC/##__x>
1.17 -#define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </usr/include/CC/##__x>
1.18 -
1.19 -#define _STLP_NO_NATIVE_MBSTATE_T
1.20 -
1.21 -#define _STLP_NO_USING_FOR_GLOBAL_FUNCTIONS
1.22 -#define _STLP_NO_NATIVE_WIDE_FUNCTIONS
1.23 -#define _STLP_NO_MEMBER_TEMPLATE_CLASSES
1.24 -
1.25 -// #define _STLP_NO_BAD_ALLOC
1.26 -
1.27 -#define _STL_HAS_NAMESPACES
1.28 -
1.29 -#if ! defined (__EXCEPTIONS) && ! defined (_STLP_NO_EXCEPTIONS)
1.30 -# define _STLP_NO_EXCEPTIONS
1.31 -#endif
1.32 -
1.33 -// #define _STLP_NOTHROW throw()
1.34 -
1.35 -#define __EDG_SWITCHES
1.36 -
1.37 -#define _STLP_USE_SGI_STRING 1
1.38 -
1.39 -#define _STLP_HAS_NO_NEW_C_HEADERS 1
1.40 -// # define _STLP_VENDOR_GLOBAL_EXCEPT_STD
1.41 -
1.42 -#define _STLP_NO_POST_COMPATIBLE_SECTION
1.43 -
1.44 -#include <standards.h>
1.45 -
1.46 -#if !(_COMPILER_VERSION >= 730)
1.47 -# define _STLP_NO_NEW_NEW_HEADER 1
1.48 -#endif
1.49 -
1.50 -#if (_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
1.51 -# define _STLP_EXTERN_RANGE_ERRORS
1.52 -#endif
1.53 -
1.54 -#if !defined(_BOOL)
1.55 -# define _STLP_NO_BOOL
1.56 -#endif
1.57 -#if defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32
1.58 -# define _STLP_STATIC_CONST_INIT_BUG
1.59 -#endif
1.60 -
1.61 -#if (_COMPILER_VERSION < 720) || (defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32)
1.62 -# define _STLP_DEF_CONST_PLCT_NEW_BUG
1.63 -# define _STLP_DEF_CONST_DEF_PARAM_BUG
1.64 -#endif
1.65 -#if !((_COMPILER_VERSION >= 730) && defined(_MIPS_SIM) && _MIPS_SIM != _ABIO32)
1.66 -# define _STLP_NO_MEMBER_TEMPLATE_KEYWORD
1.67 -#endif
1.68 -#if !defined(_STANDARD_C_PLUS_PLUS)
1.69 -# define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS
1.70 -#endif
1.71 -#if !((_COMPILER_VERSION >= 721) && defined(_NAMESPACES))
1.72 -# define _STLP_HAS_NO_NAMESPACES
1.73 -#endif
1.74 -#if (_COMPILER_VERSION < 721) || !defined(_STL_HAS_NAMESPACES) || defined(_STLP_NO_NAMESPACES)
1.75 -# define _STLP_NO_EXCEPTION_HEADER
1.76 -#endif
1.77 -#if _COMPILER_VERSION < 730 || !defined(_STANDARD_C_PLUS_PLUS) || !defined(_NAMESPACES)
1.78 -# define _STLP_NO_BAD_ALLOC
1.79 -#endif
1.80 -#if defined(_LONGLONG) && defined(_SGIAPI) && _SGIAPI
1.81 -# define _STLP_LONG_LONG long long
1.82 -#endif
1.83 -#if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
1.84 -# define _STLP_USE_NO_IOSTREAMS
1.85 -#endif
1.86 -#if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
1.87 -# define _STLP_NO_AT_MEMBER_FUNCTION
1.88 -#endif
1.89 -// # if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
1.90 -#if !(_COMPILER_VERSION >= 721 && defined(_STANDARD_C_PLUS_PLUS))
1.91 -# define _STLP_NO_TEMPLATE_CONVERSIONS
1.92 -#endif
1.93 -#if !((_COMPILER_VERSION >= 730) && defined(_MIPS_SIM) && _MIPS_SIM != _ABIO32)
1.94 -# define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER
1.95 -#endif
1.96 +// STLport configuration file
1.97 +// It is internal STLport header - DO NOT include it directly
1.98 +
1.99 +#define _STLP_COMPILER "CC"
1.100 +
1.101 +#define _STLP_HAS_SPECIFIC_PROLOG_EPILOG
1.102 +
1.103 +// define native include path before trying to include anything
1.104 +
1.105 +#define _STLP_NATIVE_HEADER(__x) </usr/include/CC/##__x>
1.106 +#define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
1.107 +#define _STLP_NATIVE_OLD_STREAMS_HEADER(__x) </usr/include/CC/##__x>
1.108 +#define _STLP_NATIVE_CPP_C_HEADER(__x) </usr/include/CC/##__x>
1.109 +#define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </usr/include/CC/##__x>
1.110 +
1.111 +#define _STLP_NO_NATIVE_MBSTATE_T
1.112 +
1.113 +#define _STLP_NO_USING_FOR_GLOBAL_FUNCTIONS
1.114 +#define _STLP_NO_NATIVE_WIDE_FUNCTIONS
1.115 +#define _STLP_NO_MEMBER_TEMPLATE_CLASSES
1.116 +
1.117 +// #define _STLP_NO_BAD_ALLOC
1.118 +
1.119 +#define _STL_HAS_NAMESPACES
1.120 +
1.121 +#if ! defined (__EXCEPTIONS) && ! defined (_STLP_NO_EXCEPTIONS)
1.122 +# define _STLP_NO_EXCEPTIONS
1.123 +#endif
1.124 +
1.125 +// #define _STLP_NOTHROW throw()
1.126 +
1.127 +#define __EDG_SWITCHES
1.128 +
1.129 +#define _STLP_USE_SGI_STRING 1
1.130 +
1.131 +#define _STLP_HAS_NO_NEW_C_HEADERS 1
1.132 +// # define _STLP_VENDOR_GLOBAL_EXCEPT_STD
1.133 +
1.134 +#define _STLP_NO_POST_COMPATIBLE_SECTION
1.135 +
1.136 +#include <standards.h>
1.137 +
1.138 +#if !(_COMPILER_VERSION >= 730)
1.139 +# define _STLP_NO_NEW_NEW_HEADER 1
1.140 +#endif
1.141 +
1.142 +#if (_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
1.143 +# define _STLP_EXTERN_RANGE_ERRORS
1.144 +#endif
1.145 +
1.146 +#if !defined(_BOOL)
1.147 +# define _STLP_NO_BOOL
1.148 +#endif
1.149 +#if defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32
1.150 +# define _STLP_STATIC_CONST_INIT_BUG
1.151 +#endif
1.152 +
1.153 +#if (_COMPILER_VERSION < 720) || (defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32)
1.154 +# define _STLP_DEF_CONST_PLCT_NEW_BUG
1.155 +# define _STLP_DEF_CONST_DEF_PARAM_BUG
1.156 +#endif
1.157 +#if !((_COMPILER_VERSION >= 730) && defined(_MIPS_SIM) && _MIPS_SIM != _ABIO32)
1.158 +# define _STLP_NO_MEMBER_TEMPLATE_KEYWORD
1.159 +#endif
1.160 +#if !defined(_STANDARD_C_PLUS_PLUS)
1.161 +# define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS
1.162 +#endif
1.163 +#if !((_COMPILER_VERSION >= 721) && defined(_NAMESPACES))
1.164 +# define _STLP_HAS_NO_NAMESPACES
1.165 +#endif
1.166 +#if (_COMPILER_VERSION < 721) || !defined(_STL_HAS_NAMESPACES) || defined(_STLP_NO_NAMESPACES)
1.167 +# define _STLP_NO_EXCEPTION_HEADER
1.168 +#endif
1.169 +#if _COMPILER_VERSION < 730 || !defined(_STANDARD_C_PLUS_PLUS) || !defined(_NAMESPACES)
1.170 +# define _STLP_NO_BAD_ALLOC
1.171 +#endif
1.172 +#if defined(_LONGLONG) && defined(_SGIAPI) && _SGIAPI
1.173 +# define _STLP_LONG_LONG long long
1.174 +#endif
1.175 +#if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
1.176 +# define _STLP_USE_NO_IOSTREAMS
1.177 +#endif
1.178 +#if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
1.179 +# define _STLP_NO_AT_MEMBER_FUNCTION
1.180 +#endif
1.181 +// # if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
1.182 +#if !(_COMPILER_VERSION >= 721 && defined(_STANDARD_C_PLUS_PLUS))
1.183 +# define _STLP_NO_TEMPLATE_CONVERSIONS
1.184 +#endif
1.185 +#if !((_COMPILER_VERSION >= 730) && defined(_MIPS_SIM) && _MIPS_SIM != _ABIO32)
1.186 +# define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER
1.187 +#endif