os/ossrv/stdcpp/include/config/stl_sco.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // SCO UDK 7 compiler (UnixWare 7x, OSR 5, UnixWare 2x)
     2 
     3 
     4 #  define _STLP_NO_BAD_ALLOC 1
     5 
     6 // allocator::rebind used not to work properly
     7 // #  define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1
     8 // #  define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
     9 
    10 #  define _STLP_NO_FRIEND_TEMPLATES 1
    11 #  define _STLP_NO_QUALIFIED_FRIENDS 1
    12 
    13 
    14 // #  define _STLP_NO_DEFAULT_NON_TYPE_PARAM 1
    15 
    16 //#  define _STLP_HAS_NO_NEW_IOSTREAMS 1
    17 //#  define _STLP_HAS_NO_NEW_C_HEADERS 1
    18 
    19 // ???
    20 //#  define _STLP_STATIC_CONST_INIT_BUG 1
    21 
    22 // ???
    23 //#  define _STLP_LINK_TIME_INSTANTIATION 1
    24 
    25 // ???
    26 #  define _STLP_NO_TEMPLATE_CONVERSIONS 1
    27 
    28 #     define _STLP_LONG_LONG long long
    29 
    30 #     if defined(_REENTRANT)
    31 #           define _UITHREADS     /* if      UnixWare < 7.0.1 */
    32 #           define _STLP_UITHREADS
    33 #     endif /* _REENTRANT */
    34 
    35 # define _STLP_SCO_OPENSERVER