1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/tools/stlport/stl/config/_apcc.h Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -0,0 +1,31 @@
1.4 +// STLport config file for Apogee 4.x
1.5 +
1.6 +#define _STLP_COMPILER "Apogee"
1.7 +
1.8 +#define _STLP_NO_NEW_NEW_HEADER 1
1.9 +#define _STLP_HAS_NO_NEW_IOSTREAMS 1
1.10 +#define _STLP_HAS_NO_NEW_C_HEADERS 1
1.11 +
1.12 +#if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
1.13 +# define _STLP_RAND48 1
1.14 +#endif
1.15 +// # define _STLP_RAND48 1
1.16 +#define _STLP_LONG_LONG long long
1.17 +#define _STLP_NO_BAD_ALLOC 1
1.18 +#define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
1.19 +#define _STLP_NON_TYPE_TMPL_PARAM_BUG 1
1.20 +// # define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1
1.21 +#define _STLP_NO_EXCEPTION_HEADER 1
1.22 +
1.23 +#undef _STLP_LINK_TIME_INSTANTIATION
1.24 +#define _STLP_LINK_TIME_INSTANTIATION 1
1.25 +
1.26 +#ifdef __STDLIB
1.27 +# undef _STLP_NO_NEW_C_HEADERS
1.28 +# undef _STLP_NO_NEW_NEW_HEADER
1.29 +# undef _STLP_NO_BAD_ALLOC
1.30 +# undef _STLP_LONG_LONG
1.31 +#else
1.32 +# undef _STLP_NO_EXCEPTION_SPEC
1.33 +# define _STLP_NO_EXCEPTION_SPEC 1
1.34 +#endif