1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/stdapis/stlportv5/stl/_config_compat_post.h Wed Mar 31 12:27:01 2010 +0100
1.3 @@ -0,0 +1,35 @@
1.4 +//==========================================
1.5 +
1.6 +# define __SGI_STL_PORT _STLPORT_VERSION
1.7 +
1.8 +# if defined (_STLP_DEBUG) && ! defined ( __STL_DEBUG )
1.9 +# define __STL_DEBUG _STLP_DEBUG
1.10 +# endif
1.11 +
1.12 +# if defined (_STLP_USE_NAMESPACES)
1.13 +# undef __STL_USE_NAMESPACES
1.14 +# define __STL_USE_NAMESPACES _STLP_USE_NAMESPACES
1.15 +# endif
1.16 +
1.17 +# if defined (_STLP_USE_EXCEPTIONS)
1.18 +# undef __STL_USE_EXCEPTIONS
1.19 +# define __STL_USE_EXCEPTIONS _STLP_USE_EXCEPTIONS
1.20 +# endif
1.21 +
1.22 +# if defined (_STLP_USE_NEW_IOSTREAMS) && ! defined ( __STL_USE_NEW_IOSTREAMS )
1.23 +# define __STL_USE_NEW_IOSTREAMS _STLP_USE_NEW_IOSTREAMS
1.24 +# endif
1.25 +
1.26 +# if defined (_STLP_BEGIN_NAMESPACE) && ! defined ( __STL_BEGIN_NAMESPACE )
1.27 +# define __STL_BEGIN_NAMESPACE _STLP_BEGIN_NAMESPACE
1.28 +# define __STL_END_NAMESPACE _STLP_END_NAMESPACE
1.29 +# define __STL_VENDOR_STD _STLP_VENDOR_STD
1.30 +# define __STL_VENDOR_CSTD _STLP_VENDOR_CSTD
1.31 +# endif
1.32 +
1.33 +/*
1.34 +# if defined (_STLP_XXX) && ! defined ( __STL_XXX )
1.35 +# define __STL_XXX _STLP_XXX
1.36 +# endif
1.37 +*/
1.38 +