epoc32/include/tools/stlport/stl/config/_as400.h
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/tools/stlport/stl/config/_as400.h	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -0,0 +1,56 @@
     1.4 +// STLport configuration file
     1.5 +// It is internal STLport header - DO NOT include it directly
     1.6 +
     1.7 +// AS/400 C++ config
     1.8 +
     1.9 +# ifdef _REENTRANT
    1.10 +#  define _PTHREADS
    1.11 +# endif
    1.12 +
    1.13 +#  define _STLP_NO_NEW_NEW_HEADER 1
    1.14 +
    1.15 +#  define _STLP_NO_BOOL
    1.16 +#  define _STLP_LIMITED_DEFAULT_TEMPLATES
    1.17 +
    1.18 +#  define _STLP_HAS_NO_NAMESPACES
    1.19 +#  define _STLP_NEED_TYPENAME
    1.20 +#  define _STLP_NEED_EXPLICIT
    1.21 +#  define _STLP_HAS_NO_EXCEPTIONS
    1.22 +#  define _STLP_NO_EXCEPTION_SPEC
    1.23 +#  define _STLP_NO_ARROW_OPERATOR
    1.24 +#  define _STLP_NO_NEW_STYLE_CASTS
    1.25 +
    1.26 +#  define _STLP_NEED_MUTABLE
    1.27 +#  define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX
    1.28 +#  define _STLP_NO_BAD_ALLOC
    1.29 +#  define _STLP_NO_MEMBER_TEMPLATES
    1.30 +#  define _STLP_NO_MEMBER_TEMPLATE_CLASSES
    1.31 +#  define _STLP_NO_MEMBER_TEMPLATE_KEYWORD
    1.32 +#  define _STLP_NO_FRIEND_TEMPLATES
    1.33 +#  define _STLP_NO_QUALIFIED_FRIENDS
    1.34 +#  define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION
    1.35 +#  define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER
    1.36 +
    1.37 +#  define _STLP_NO_METHOD_SPECIALIZATION
    1.38 +#  define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS
    1.39 +
    1.40 +// #  define _STLP_NO_EXCEPTION_HEADER
    1.41 +
    1.42 +#  define _STLP_HAS_NO_NEW_C_HEADERS
    1.43 +
    1.44 +#  define _STLP_STATIC_CONST_INIT_BUG
    1.45 +#  define _STLP_THROW_RETURN_BUG
    1.46 +#  define _STLP_LINK_TIME_INSTANTIATION
    1.47 +#  define _STLP_NO_TEMPLATE_CONVERSIONS
    1.48 +
    1.49 +#  define _STLP_NON_TYPE_TMPL_PARAM_BUG 1
    1.50 +#  define _STLP_TRIVIAL_DESTRUCTOR_BUG  1
    1.51 +
    1.52 +#  if defined(_LONG_LONG)
    1.53 +#    define _STLP_LONG_LONG long long
    1.54 +#  endif
    1.55 +#  if defined(_PTHREADS)
    1.56 +#    define _MULTI_THREADED
    1.57 +#  endif
    1.58 +// fbp : to fix __partition() problem
    1.59 +# define _STLP_NONTEMPL_BASE_MATCH_BUG 1