author | William Roberts <williamr@symbian.org> |
Tue, 16 Mar 2010 16:12:26 +0000 | |
branch | Symbian2 |
changeset 2 | 2fe1408b6811 |
child 4 | 837f303aceeb |
permissions | -rw-r--r-- |
williamr@2 | 1 |
/* STLport configuration file |
williamr@2 | 2 |
* It is internal STLport header - DO NOT include it directly |
williamr@2 | 3 |
*/ |
williamr@2 | 4 |
|
williamr@2 | 5 |
#define _STLP_COMPILER "Symantec" |
williamr@2 | 6 |
|
williamr@2 | 7 |
/* if not using maximum ANSI compatibility ( -A -Ab -Aw), |
williamr@2 | 8 |
* uncomment the following two lines: |
williamr@2 | 9 |
*/ |
williamr@2 | 10 |
/*# define _STLP_NO_BOOL 1 */ |
williamr@2 | 11 |
/*# define _STLP_NO_WCHAR_T 1 */ |
williamr@2 | 12 |
|
williamr@2 | 13 |
/* TODO: Check that this config is necessary for all compiler versions. |
williamr@2 | 14 |
* It is here for historical reasons for the moment. |
williamr@2 | 15 |
*/ |
williamr@2 | 16 |
#define _STLP_NO_CONTAINERS_EXTENSION |
williamr@2 | 17 |
|
williamr@2 | 18 |
# define _STLP_HAS_NO_NAMESPACES 1 |
williamr@2 | 19 |
|
williamr@2 | 20 |
# define _STLP_NEED_TYPENAME 1 |
williamr@2 | 21 |
# define _STLP_NEED_EXPLICIT 1 |
williamr@2 | 22 |
# define _STLP_NO_NEW_STYLE_CASTS 1 |
williamr@2 | 23 |
# define _STLP_NEED_MUTABLE 1 |
williamr@2 | 24 |
# define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX 1 |
williamr@2 | 25 |
/* # define _STLP_NO_BAD_ALLOC 1 */ |
williamr@2 | 26 |
|
williamr@2 | 27 |
# define _STLP_NO_MEMBER_TEMPLATES 1 |
williamr@2 | 28 |
# define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1 |
williamr@2 | 29 |
# define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1 |
williamr@2 | 30 |
# define _STLP_NO_FRIEND_TEMPLATES 1 |
williamr@2 | 31 |
# define _STLP_NO_QUALIFIED_FRIENDS 1 |
williamr@2 | 32 |
# define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 1 |
williamr@2 | 33 |
# define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER 1 |
williamr@2 | 34 |
|
williamr@2 | 35 |
/* # define _STLP_NO_DEFAULT_NON_TYPE_PARAM 1 */ |
williamr@2 | 36 |
# define _STLP_NO_METHOD_SPECIALIZATION 1 |
williamr@2 | 37 |
# define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1 |
williamr@2 | 38 |
/* # define _STLP_NO_EXCEPTION_HEADER 1 */ |
williamr@2 | 39 |
|
williamr@2 | 40 |
# define _STLP_HAS_NO_NEW_C_HEADERS 1 |
williamr@2 | 41 |
|
williamr@2 | 42 |
# define _STLP_STATIC_CONST_INIT_BUG 1 |
williamr@2 | 43 |
# define _STLP_THROW_RETURN_BUG 1 |
williamr@2 | 44 |
/* # define _STLP_LINK_TIME_INSTANTIATION 1 */ |
williamr@2 | 45 |
# define _STLP_NO_TEMPLATE_CONVERSIONS 1 |
williamr@2 | 46 |
|
williamr@2 | 47 |
# define _STLP_NON_TYPE_TMPL_PARAM_BUG 1 |
williamr@2 | 48 |