]> git.buserror.net Git - polintos/scott/priv.git/blob - include/c++/stl/stl/config/_as400.h
Add STLport 5.1.4
[polintos/scott/priv.git] / include / c++ / stl / stl / config / _as400.h
1 // STLport configuration file
2 // It is internal STLport header - DO NOT include it directly
3
4 // AS/400 C++ config
5
6 # ifdef _REENTRANT
7 #  define _PTHREADS
8 # endif
9
10 #  define _STLP_NO_NEW_NEW_HEADER 1
11
12 #  define _STLP_NO_BOOL
13 #  define _STLP_LIMITED_DEFAULT_TEMPLATES
14
15 #  define _STLP_HAS_NO_NAMESPACES
16 #  define _STLP_NEED_TYPENAME
17 #  define _STLP_NEED_EXPLICIT
18 #  define _STLP_HAS_NO_EXCEPTIONS
19 #  define _STLP_NO_EXCEPTION_SPEC
20 #  define _STLP_NO_ARROW_OPERATOR
21 #  define _STLP_NO_NEW_STYLE_CASTS
22
23 #  define _STLP_NEED_MUTABLE
24 #  define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX
25 #  define _STLP_NO_BAD_ALLOC
26 #  define _STLP_NO_MEMBER_TEMPLATES
27 #  define _STLP_NO_MEMBER_TEMPLATE_CLASSES
28 #  define _STLP_NO_MEMBER_TEMPLATE_KEYWORD
29 #  define _STLP_NO_FRIEND_TEMPLATES
30 #  define _STLP_NO_QUALIFIED_FRIENDS
31 #  define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION
32 #  define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER
33
34 #  define _STLP_NO_METHOD_SPECIALIZATION
35 #  define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS
36
37 // #  define _STLP_NO_EXCEPTION_HEADER
38
39 #  define _STLP_HAS_NO_NEW_C_HEADERS
40
41 #  define _STLP_STATIC_CONST_INIT_BUG
42 #  define _STLP_THROW_RETURN_BUG
43 #  define _STLP_LINK_TIME_INSTANTIATION
44 #  define _STLP_NO_TEMPLATE_CONVERSIONS
45
46 #  define _STLP_NON_TYPE_TMPL_PARAM_BUG 1
47 #  define _STLP_TRIVIAL_DESTRUCTOR_BUG  1
48
49 #  if defined(_LONG_LONG)
50 #    define _STLP_LONG_LONG long long
51 #  endif
52 #  if defined(_PTHREADS)
53 #    define _MULTI_THREADED
54 #  endif
55 // fbp : to fix __partition() problem
56 # define _STLP_NONTEMPL_BASE_MATCH_BUG 1