author | William Roberts <williamr@symbian.org> |
Wed, 31 Mar 2010 12:33:34 +0100 | |
branch | Symbian3 |
changeset 4 | 837f303aceeb |
parent 2 | 2fe1408b6811 |
permissions | -rw-r--r-- |
williamr@4 | 1 |
// STLport configuration file |
williamr@4 | 2 |
// It is internal STLport header - DO NOT include it directly |
williamr@4 | 3 |
|
williamr@4 | 4 |
#define _STLP_COMPILER "CC" |
williamr@4 | 5 |
|
williamr@4 | 6 |
#define _STLP_HAS_SPECIFIC_PROLOG_EPILOG |
williamr@4 | 7 |
|
williamr@4 | 8 |
// define native include path before trying to include anything |
williamr@4 | 9 |
|
williamr@4 | 10 |
#define _STLP_NATIVE_HEADER(__x) </usr/include/CC/##__x> |
williamr@4 | 11 |
#define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x> |
williamr@4 | 12 |
#define _STLP_NATIVE_OLD_STREAMS_HEADER(__x) </usr/include/CC/##__x> |
williamr@4 | 13 |
#define _STLP_NATIVE_CPP_C_HEADER(__x) </usr/include/CC/##__x> |
williamr@4 | 14 |
#define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </usr/include/CC/##__x> |
williamr@4 | 15 |
|
williamr@4 | 16 |
#define _STLP_NO_NATIVE_MBSTATE_T |
williamr@4 | 17 |
|
williamr@4 | 18 |
#define _STLP_NO_USING_FOR_GLOBAL_FUNCTIONS |
williamr@4 | 19 |
#define _STLP_NO_NATIVE_WIDE_FUNCTIONS |
williamr@4 | 20 |
#define _STLP_NO_MEMBER_TEMPLATE_CLASSES |
williamr@4 | 21 |
|
williamr@4 | 22 |
// #define _STLP_NO_BAD_ALLOC |
williamr@4 | 23 |
|
williamr@4 | 24 |
#define _STL_HAS_NAMESPACES |
williamr@4 | 25 |
|
williamr@4 | 26 |
#if ! defined (__EXCEPTIONS) && ! defined (_STLP_NO_EXCEPTIONS) |
williamr@4 | 27 |
# define _STLP_NO_EXCEPTIONS |
williamr@4 | 28 |
#endif |
williamr@4 | 29 |
|
williamr@4 | 30 |
// #define _STLP_NOTHROW throw() |
williamr@4 | 31 |
|
williamr@4 | 32 |
#define __EDG_SWITCHES |
williamr@4 | 33 |
|
williamr@4 | 34 |
#define _STLP_USE_SGI_STRING 1 |
williamr@4 | 35 |
|
williamr@4 | 36 |
#define _STLP_HAS_NO_NEW_C_HEADERS 1 |
williamr@4 | 37 |
// # define _STLP_VENDOR_GLOBAL_EXCEPT_STD |
williamr@4 | 38 |
|
williamr@4 | 39 |
#define _STLP_NO_POST_COMPATIBLE_SECTION |
williamr@4 | 40 |
|
williamr@4 | 41 |
#include <standards.h> |
williamr@4 | 42 |
|
williamr@4 | 43 |
#if !(_COMPILER_VERSION >= 730) |
williamr@4 | 44 |
# define _STLP_NO_NEW_NEW_HEADER 1 |
williamr@4 | 45 |
#endif |
williamr@4 | 46 |
|
williamr@4 | 47 |
#if (_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS)) |
williamr@4 | 48 |
# define _STLP_EXTERN_RANGE_ERRORS |
williamr@4 | 49 |
#endif |
williamr@4 | 50 |
|
williamr@4 | 51 |
#if !defined(_BOOL) |
williamr@4 | 52 |
# define _STLP_NO_BOOL |
williamr@4 | 53 |
#endif |
williamr@4 | 54 |
#if defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32 |
williamr@4 | 55 |
# define _STLP_STATIC_CONST_INIT_BUG |
williamr@4 | 56 |
#endif |
williamr@4 | 57 |
|
williamr@4 | 58 |
#if (_COMPILER_VERSION < 720) || (defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32) |
williamr@4 | 59 |
# define _STLP_DEF_CONST_PLCT_NEW_BUG |
williamr@4 | 60 |
# define _STLP_DEF_CONST_DEF_PARAM_BUG |
williamr@4 | 61 |
#endif |
williamr@4 | 62 |
#if !((_COMPILER_VERSION >= 730) && defined(_MIPS_SIM) && _MIPS_SIM != _ABIO32) |
williamr@4 | 63 |
# define _STLP_NO_MEMBER_TEMPLATE_KEYWORD |
williamr@4 | 64 |
#endif |
williamr@4 | 65 |
#if !defined(_STANDARD_C_PLUS_PLUS) |
williamr@4 | 66 |
# define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS |
williamr@4 | 67 |
#endif |
williamr@4 | 68 |
#if !((_COMPILER_VERSION >= 721) && defined(_NAMESPACES)) |
williamr@4 | 69 |
# define _STLP_HAS_NO_NAMESPACES |
williamr@4 | 70 |
#endif |
williamr@4 | 71 |
#if (_COMPILER_VERSION < 721) || !defined(_STL_HAS_NAMESPACES) || defined(_STLP_NO_NAMESPACES) |
williamr@4 | 72 |
# define _STLP_NO_EXCEPTION_HEADER |
williamr@4 | 73 |
#endif |
williamr@4 | 74 |
#if _COMPILER_VERSION < 730 || !defined(_STANDARD_C_PLUS_PLUS) || !defined(_NAMESPACES) |
williamr@4 | 75 |
# define _STLP_NO_BAD_ALLOC |
williamr@4 | 76 |
#endif |
williamr@4 | 77 |
#if defined(_LONGLONG) && defined(_SGIAPI) && _SGIAPI |
williamr@4 | 78 |
# define _STLP_LONG_LONG long long |
williamr@4 | 79 |
#endif |
williamr@4 | 80 |
#if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS)) |
williamr@4 | 81 |
# define _STLP_USE_NO_IOSTREAMS |
williamr@4 | 82 |
#endif |
williamr@4 | 83 |
#if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS)) |
williamr@4 | 84 |
# define _STLP_NO_AT_MEMBER_FUNCTION |
williamr@4 | 85 |
#endif |
williamr@4 | 86 |
// # if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS)) |
williamr@4 | 87 |
#if !(_COMPILER_VERSION >= 721 && defined(_STANDARD_C_PLUS_PLUS)) |
williamr@4 | 88 |
# define _STLP_NO_TEMPLATE_CONVERSIONS |
williamr@4 | 89 |
#endif |
williamr@4 | 90 |
#if !((_COMPILER_VERSION >= 730) && defined(_MIPS_SIM) && _MIPS_SIM != _ABIO32) |
williamr@4 | 91 |
# define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER |
williamr@4 | 92 |
#endif |