1.1 --- a/epoc32/include/stdapis/stlport/stl/_config_compat_post.h Tue Nov 24 13:55:44 2009 +0000
1.2 +++ b/epoc32/include/stdapis/stlport/stl/_config_compat_post.h Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -1,1 +1,35 @@
1.4 -_config_compat_post.h
1.5 +//==========================================
1.6 +
1.7 +# define __SGI_STL_PORT _STLPORT_VERSION
1.8 +
1.9 +# if defined (_STLP_DEBUG) && ! defined ( __STL_DEBUG )
1.10 +# define __STL_DEBUG _STLP_DEBUG
1.11 +# endif
1.12 +
1.13 +# if defined (_STLP_USE_NAMESPACES)
1.14 +# undef __STL_USE_NAMESPACES
1.15 +# define __STL_USE_NAMESPACES _STLP_USE_NAMESPACES
1.16 +# endif
1.17 +
1.18 +# if defined (_STLP_USE_EXCEPTIONS)
1.19 +# undef __STL_USE_EXCEPTIONS
1.20 +# define __STL_USE_EXCEPTIONS _STLP_USE_EXCEPTIONS
1.21 +# endif
1.22 +
1.23 +# if defined (_STLP_USE_NEW_IOSTREAMS) && ! defined ( __STL_USE_NEW_IOSTREAMS )
1.24 +# define __STL_USE_NEW_IOSTREAMS _STLP_USE_NEW_IOSTREAMS
1.25 +# endif
1.26 +
1.27 +# if defined (_STLP_BEGIN_NAMESPACE) && ! defined ( __STL_BEGIN_NAMESPACE )
1.28 +# define __STL_BEGIN_NAMESPACE _STLP_BEGIN_NAMESPACE
1.29 +# define __STL_END_NAMESPACE _STLP_END_NAMESPACE
1.30 +# define __STL_VENDOR_STD _STLP_VENDOR_STD
1.31 +# define __STL_VENDOR_CSTD _STLP_VENDOR_CSTD
1.32 +# endif
1.33 +
1.34 +/*
1.35 +# if defined (_STLP_XXX) && ! defined ( __STL_XXX )
1.36 +# define __STL_XXX _STLP_XXX
1.37 +# endif
1.38 +*/
1.39 +