1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/tools/stlport/stl/config/_sgi.h Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -0,0 +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