1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/stdcpp/include/config/stl_apcc.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,32 @@
1.4 +// STLport config file for Apogee 4.x
1.5 +
1.6 +# define _STLP_NO_NEW_NEW_HEADER 1
1.7 +# define _STLP_HAS_NO_NEW_IOSTREAMS 1
1.8 +# define _STLP_HAS_NO_NEW_C_HEADERS 1
1.9 +
1.10 +#if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
1.11 +# define _STLP_RAND48 1
1.12 +#endif
1.13 +// # define _STLP_RAND48 1
1.14 +# define _STLP_LONG_LONG long long
1.15 +# define _STLP_NO_BAD_ALLOC 1
1.16 +# define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
1.17 +# define _STLP_NON_TYPE_TMPL_PARAM_BUG 1
1.18 +// # define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1
1.19 +# define _STLP_NO_EXCEPTION_HEADER 1
1.20 +
1.21 +# undef _STLP_LINK_TIME_INSTANTIATION
1.22 +# define _STLP_LINK_TIME_INSTANTIATION 1
1.23 +
1.24 +# ifdef __STDLIB
1.25 +# undef _STLP_HAS_NO_NEW_IOSTREAMS
1.26 +# undef _STLP_NO_NEW_C_HEADERS
1.27 +# undef _STLP_NO_NEW_NEW_HEADER
1.28 +# undef _STLP_NO_BAD_ALLOC
1.29 +# undef _STLP_LONG_LONG
1.30 +# else
1.31 +# undef _STLP_NO_EXCEPTION_SPEC
1.32 +# define _STLP_NO_EXCEPTION_SPEC 1
1.33 +# endif
1.34 +
1.35 +