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 config file for Apogee 4.x |
williamr@2 | 2 |
|
williamr@2 | 3 |
#define _STLP_COMPILER "Apogee" |
williamr@2 | 4 |
|
williamr@2 | 5 |
#define _STLP_NO_NEW_NEW_HEADER 1 |
williamr@2 | 6 |
#define _STLP_HAS_NO_NEW_IOSTREAMS 1 |
williamr@2 | 7 |
#define _STLP_HAS_NO_NEW_C_HEADERS 1 |
williamr@2 | 8 |
|
williamr@2 | 9 |
#if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4) |
williamr@2 | 10 |
# define _STLP_RAND48 1 |
williamr@2 | 11 |
#endif |
williamr@2 | 12 |
// # define _STLP_RAND48 1 |
williamr@2 | 13 |
#define _STLP_LONG_LONG long long |
williamr@2 | 14 |
#define _STLP_NO_BAD_ALLOC 1 |
williamr@2 | 15 |
#define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1 |
williamr@2 | 16 |
#define _STLP_NON_TYPE_TMPL_PARAM_BUG 1 |
williamr@2 | 17 |
// # define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1 |
williamr@2 | 18 |
#define _STLP_NO_EXCEPTION_HEADER 1 |
williamr@2 | 19 |
|
williamr@2 | 20 |
#undef _STLP_LINK_TIME_INSTANTIATION |
williamr@2 | 21 |
#define _STLP_LINK_TIME_INSTANTIATION 1 |
williamr@2 | 22 |
|
williamr@2 | 23 |
#ifdef __STDLIB |
williamr@2 | 24 |
# undef _STLP_NO_NEW_C_HEADERS |
williamr@2 | 25 |
# undef _STLP_NO_NEW_NEW_HEADER |
williamr@2 | 26 |
# undef _STLP_NO_BAD_ALLOC |
williamr@2 | 27 |
# undef _STLP_LONG_LONG |
williamr@2 | 28 |
#else |
williamr@2 | 29 |
# undef _STLP_NO_EXCEPTION_SPEC |
williamr@2 | 30 |
# define _STLP_NO_EXCEPTION_SPEC 1 |
williamr@2 | 31 |
#endif |