os/ossrv/stdcpp/include/config/stl_ibm.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// STLport configuration file
sl@0
     2
// It is internal STLport header - DO NOT include it directly
sl@0
     3
sl@0
     4
#if !defined(__IBMCPP__) || (__IBMCPP__ < 500)
sl@0
     5
# define _STLP_HAS_NO_NEW_C_HEADERS 1
sl@0
     6
#endif
sl@0
     7
sl@0
     8
// string literal problem, same as with SUN and aCC
sl@0
     9
# define _STLP_INLINE_STRING_LITERAL_BUG 1
sl@0
    10
# define _STLP_HAS_NATIVE_FLOAT_ABS
sl@0
    11
sl@0
    12
#  define _STLP_DEFAULT_CONSTRUCTOR_BUG 1
sl@0
    13
sl@0
    14
sl@0
    15
# ifdef __IBMCPP__
sl@0
    16
#  define _STLP_HAS_SPECIFIC_PROLOG_EPILOG
sl@0
    17
# endif
sl@0
    18
sl@0
    19
// #  if ( defined (__MULTI__) && defined (__WINDOWS__))
sl@0
    20
// #   define  _STLP_WIN32THREADS 1          // Only Visual Age 3.5 for Windows
sl@0
    21
// #  endif
sl@0
    22
sl@0
    23
#  if ( defined (__MULTI__) && defined (__OS2__))
sl@0
    24
#   define _STLP_OS2THREADS 1
sl@0
    25
#  endif
sl@0
    26
sl@0
    27
// __TEMPINC__ is set when /Ft+ option is used
sl@0
    28
#  ifdef __TEMPINC__
sl@0
    29
#    define _STLP_LINK_TIME_INSTANTIATION 1
sl@0
    30
#  endif
sl@0
    31
sl@0
    32
# if defined (__MVS__)
sl@0
    33
// long long support is buggy - reported by Tinny Ng
sl@0
    34
// #  if __EXTENDED__ && __COMPILER_VER__ >= 0x22060000
sl@0
    35
// #   define _STLP_LONG_LONG long long
sl@0
    36
// #  endif
sl@0
    37
// boris : hstash reported it can be treated like UNIX
sl@0
    38
#  define _STLP_UNIX 1
sl@0
    39
#  define _STLP_NO_TYPEINFO 1
sl@0
    40
#  undef _STLP_NATIVE_INCLUDE_PATH
sl@0
    41
#  define _STLP_NATIVE_INCLUDE_PATH /usr/lpp/ioclib/include
sl@0
    42
// same for C headers like <string.h>
sl@0
    43
#  undef _STLP_NATIVE_C_INCLUDE_PATH
sl@0
    44
#  define _STLP_NATIVE_C_INCLUDE_PATH /usr/include
sl@0
    45
#  define _STLP_NATIVE_CPP_RUNTIME_INCLUDE_PATH /usr/include
sl@0
    46
sl@0
    47
# elif (defined (__WINDOWS__) || defined (_AIX) || defined (__OS2__) ) && (__IBMCPP__ >= 350)
sl@0
    48
sl@0
    49
#  define _STLP_LONG_LONG long long
sl@0
    50
sl@0
    51
#endif
sl@0
    52
sl@0
    53
#if !( defined( __xlC__ ) && __xlC__ >= 0x500 )
sl@0
    54
sl@0
    55
// AIX xlC 3.1 , 3.0.1 ==0x301
sl@0
    56
// Visual Age C++ 3.x
sl@0
    57
// OS-390 C++
sl@0
    58
// fbp : should be more version-specific!
sl@0
    59
sl@0
    60
#  define _STLP_NO_BOOL 1
sl@0
    61
#  define _STLP_DONT_USE_BOOL_TYPEDEF 1
sl@0
    62
#  define _STLP_LIMITED_DEFAULT_TEMPLATES 1
sl@0
    63
#  define _STLP_HAS_NO_NAMESPACES 1
sl@0
    64
#  define _STLP_NEED_TYPENAME 1
sl@0
    65
#  define _STLP_NEED_EXPLICIT 1
sl@0
    66
#  define _STLP_NO_ARROW_OPERATOR 1
sl@0
    67
#  define _STLP_NO_NEW_STYLE_CASTS 1
sl@0
    68
#  define _STLP_NO_WCHAR_T 1
sl@0
    69
#  define _STLP_NEED_MUTABLE 1
sl@0
    70
#  define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX 1
sl@0
    71
#  define _STLP_NO_BAD_ALLOC 1
sl@0
    72
sl@0
    73
#  define _STLP_NO_MEMBER_TEMPLATES 1
sl@0
    74
#  define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1
sl@0
    75
#  define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
sl@0
    76
#  define _STLP_NO_FRIEND_TEMPLATES 1
sl@0
    77
#  define _STLP_NO_QUALIFIED_FRIENDS 1
sl@0
    78
#  define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 1
sl@0
    79
#  define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER 1
sl@0
    80
sl@0
    81
#  define _STLP_NO_DEFAULT_NON_TYPE_PARAM 1
sl@0
    82
#  define _STLP_NO_METHOD_SPECIALIZATION 1
sl@0
    83
#  define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1
sl@0
    84
#  define _STLP_NO_EXCEPTION_HEADER 1
sl@0
    85
sl@0
    86
#  define _STLP_HAS_NO_NEW_IOSTREAMS 1
sl@0
    87
#  define _STLP_NO_NEW_NEW_HEADER 1
sl@0
    88
sl@0
    89
#  if defined (__OS2__) && (__IBMCPP__ <= 350)
sl@0
    90
#   define _STLP_NO_TYPEINFO 1
sl@0
    91
#  endif
sl@0
    92
#  define _STLP_NO_NEW_NEW_HEADER 1
sl@0
    93
sl@0
    94
#  define _STLP_STATIC_CONST_INIT_BUG 1
sl@0
    95
// #  define _STLP_THROW_RETURN_BUG 1
sl@0
    96
sl@0
    97
sl@0
    98
#  define _STLP_NO_TEMPLATE_CONVERSIONS 1
sl@0
    99
#  define _STLP_UNINITIALIZABLE_PRIVATE 1
sl@0
   100
#  define _STLP_BASE_TYPEDEF_OUTSIDE_BUG 1
sl@0
   101
#  define _STLP_STATIC_ARRAY_BUG 1
sl@0
   102
sl@0
   103
// AIX xlC, Visual Age 3.0 for OS/2 and MS 
sl@0
   104
#  define _STLP_TRIVIAL_DESTRUCTOR_BUG
sl@0
   105
sl@0
   106
#  define _STLP_NON_TYPE_TMPL_PARAM_BUG 1
sl@0
   107
#  define _STLP_NONTEMPL_BASE_MATCH_BUG 1
sl@0
   108
sl@0
   109
#if __IBMCPP__ <= 350
sl@0
   110
#  define _STLP_NEED_UNREACHABLE_RETURN 1
sl@0
   111
#endif
sl@0
   112
sl@0
   113
#if __IBMCPP__ < 350
sl@0
   114
#  define _STLP_NO_LONG_DOUBLE 1
sl@0
   115
#endif
sl@0
   116
sl@0
   117
#if __IBMCPP__ >= 365
sl@0
   118
// does not have new C headers, but has div()
sl@0
   119
#  define _STLP_LDIV
sl@0
   120
#endif
sl@0
   121
sl@0
   122
#endif /* xlC 5 */
sl@0
   123
sl@0
   124
/* detect xlC5 by: */
sl@0
   125
#if defined(__IBMCPP__) && (500 <= __IBMCPP__) && (__IBMCPP__ < 700)
sl@0
   126
// #define _STLP_USE_EXCEPTIONS 1
sl@0
   127
# define _STLP_STATIC_CONST_INIT_BUG 1 
sl@0
   128
//#pragma report(disable,CPPC1500029)
sl@0
   129
// unsigned 32-bit integer type
sl@0
   130
#  define _STLP_UINT32_T unsigned int
sl@0
   131
#if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
sl@0
   132
# define _STLP_RAND48 1
sl@0
   133
#endif
sl@0
   134
// #  define _STLP_RAND48 1
sl@0
   135
# endif /* __IBMCPP__ == 500 */
sl@0
   136
sl@0
   137
sl@0
   138
sl@0
   139