1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/stdcpp/include/config/stl_sco.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,35 @@
1.4 +// SCO UDK 7 compiler (UnixWare 7x, OSR 5, UnixWare 2x)
1.5 +
1.6 +
1.7 +# define _STLP_NO_BAD_ALLOC 1
1.8 +
1.9 +// allocator::rebind used not to work properly
1.10 +// # define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1
1.11 +// # define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
1.12 +
1.13 +# define _STLP_NO_FRIEND_TEMPLATES 1
1.14 +# define _STLP_NO_QUALIFIED_FRIENDS 1
1.15 +
1.16 +
1.17 +// # define _STLP_NO_DEFAULT_NON_TYPE_PARAM 1
1.18 +
1.19 +//# define _STLP_HAS_NO_NEW_IOSTREAMS 1
1.20 +//# define _STLP_HAS_NO_NEW_C_HEADERS 1
1.21 +
1.22 +// ???
1.23 +//# define _STLP_STATIC_CONST_INIT_BUG 1
1.24 +
1.25 +// ???
1.26 +//# define _STLP_LINK_TIME_INSTANTIATION 1
1.27 +
1.28 +// ???
1.29 +# define _STLP_NO_TEMPLATE_CONVERSIONS 1
1.30 +
1.31 +# define _STLP_LONG_LONG long long
1.32 +
1.33 +# if defined(_REENTRANT)
1.34 +# define _UITHREADS /* if UnixWare < 7.0.1 */
1.35 +# define _STLP_UITHREADS
1.36 +# endif /* _REENTRANT */
1.37 +
1.38 +# define _STLP_SCO_OPENSERVER