]> git.buserror.net Git - polintos/scott/priv.git/blob - include/c++/stl/stl/config/_apcc.h
Add STLport 5.1.4
[polintos/scott/priv.git] / include / c++ / stl / stl / config / _apcc.h
1 // STLport config file for Apogee 4.x
2
3 #define _STLP_COMPILER "Apogee"
4
5 #define _STLP_NO_NEW_NEW_HEADER 1
6 #define _STLP_HAS_NO_NEW_IOSTREAMS 1
7 #define _STLP_HAS_NO_NEW_C_HEADERS 1
8
9 #if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
10 # define _STLP_RAND48 1
11 #endif
12 // #  define _STLP_RAND48 1
13 #define _STLP_LONG_LONG long long
14 #define _STLP_NO_BAD_ALLOC 1
15 #define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
16 #define _STLP_NON_TYPE_TMPL_PARAM_BUG 1
17 // #  define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1
18 #define _STLP_NO_EXCEPTION_HEADER 1
19
20 #undef  _STLP_LINK_TIME_INSTANTIATION
21 #define _STLP_LINK_TIME_INSTANTIATION 1
22
23 #ifdef __STDLIB
24 #  undef _STLP_NO_NEW_C_HEADERS
25 #  undef _STLP_NO_NEW_NEW_HEADER
26 #  undef _STLP_NO_BAD_ALLOC
27 #  undef _STLP_LONG_LONG
28 #else
29 #  undef  _STLP_NO_EXCEPTION_SPEC
30 #  define _STLP_NO_EXCEPTION_SPEC 1
31 #endif