os/ossrv/stdcpp/include/config/stl_sgi.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
# define _STLP_HAS_SPECIFIC_PROLOG_EPILOG
sl@0
     5
sl@0
     6
// define native include path before trying to include anything
sl@0
     7
sl@0
     8
# define _STLP_NATIVE_HEADER(__x) </usr/include/CC/##__x>
sl@0
     9
# define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
sl@0
    10
# define _STLP_NATIVE_OLD_STREAMS_HEADER(__x) </usr/include/CC/##__x> 
sl@0
    11
# define _STLP_NATIVE_CPP_C_HEADER(__x) </usr/include/CC/##__x>
sl@0
    12
# define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </usr/include/CC/##__x>
sl@0
    13
sl@0
    14
# define _STLP_NO_NATIVE_MBSTATE_T
sl@0
    15
sl@0
    16
#define _STLP_NO_CSTD_FUNCTION_IMPORTS
sl@0
    17
#define _STLP_NO_NATIVE_WIDE_FUNCTIONS
sl@0
    18
#define _STLP_NO_MEMBER_TEMPLATE_CLASSES
sl@0
    19
sl@0
    20
// #define _STLP_NO_BAD_ALLOC
sl@0
    21
sl@0
    22
#define _STL_HAS_NAMESPACES
sl@0
    23
sl@0
    24
#if ! defined (__EXCEPTIONS) && ! defined (_STLP_NO_EXCEPTIONS)
sl@0
    25
# define _STLP_NO_EXCEPTIONS
sl@0
    26
#endif
sl@0
    27
sl@0
    28
// #define _STLP_NOTHROW throw()
sl@0
    29
     
sl@0
    30
#  define __EDG_SWITCHES
sl@0
    31
sl@0
    32
// any version ???
sl@0
    33
#  define _STLP_AUTOMATIC_TYPE_TRAITS 1
sl@0
    34
sl@0
    35
#  define _STLP_USE_SGI_STRING         1
sl@0
    36
sl@0
    37
#  define _STLP_HAS_NO_NEW_C_HEADERS 1
sl@0
    38
// #  define _STLP_VENDOR_GLOBAL_EXCEPT_STD
sl@0
    39
sl@0
    40
// # if ! defined (_STLP_NO_OWN_IOSTREAMS) && ! defined (_STLP_NO_NEW_IOSTREAMS)
sl@0
    41
#  define _STLP_NO_POST_COMPATIBLE_SECTION
sl@0
    42
// # endif
sl@0
    43
sl@0
    44
#  include <standards.h>
sl@0
    45
sl@0
    46
# if !(_COMPILER_VERSION >= 730)
sl@0
    47
#   define _STLP_NO_NEW_NEW_HEADER 1
sl@0
    48
# endif
sl@0
    49
sl@0
    50
# if (_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
sl@0
    51
#  define _STLP_EXTERN_RANGE_ERRORS
sl@0
    52
# endif
sl@0
    53
sl@0
    54
#   if !defined(_BOOL)
sl@0
    55
#     define _STLP_NO_BOOL
sl@0
    56
#   endif
sl@0
    57
#   if defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32
sl@0
    58
#     define _STLP_STATIC_CONST_INIT_BUG
sl@0
    59
#   endif
sl@0
    60
sl@0
    61
#   if (_COMPILER_VERSION < 720) || (defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32)
sl@0
    62
#     define _STLP_DEFAULT_CONSTRUCTOR_BUG
sl@0
    63
#   endif
sl@0
    64
#   if !((_COMPILER_VERSION >= 730) && defined(_MIPS_SIM) && _MIPS_SIM != _ABIO32)
sl@0
    65
#     define _STLP_NO_MEMBER_TEMPLATE_KEYWORD
sl@0
    66
#   endif
sl@0
    67
#   if !defined(_STANDARD_C_PLUS_PLUS)
sl@0
    68
#     define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS
sl@0
    69
#   endif
sl@0
    70
#   if !((_COMPILER_VERSION >= 721) && defined(_NAMESPACES))
sl@0
    71
#     define _STLP_HAS_NO_NAMESPACES
sl@0
    72
#   endif 
sl@0
    73
#   if (_COMPILER_VERSION < 721) || !defined(_STL_HAS_NAMESPACES) || defined(_STLP_NO_NAMESPACES)
sl@0
    74
#     define _STLP_NO_EXCEPTION_HEADER
sl@0
    75
#   endif
sl@0
    76
#   if _COMPILER_VERSION < 730 || !defined(_STANDARD_C_PLUS_PLUS) || !defined(_NAMESPACES)
sl@0
    77
#     define _STLP_NO_BAD_ALLOC
sl@0
    78
#   endif
sl@0
    79
#   if defined(_LONGLONG) && defined(_SGIAPI) && _SGIAPI
sl@0
    80
#     define _STLP_LONG_LONG long long
sl@0
    81
#   endif
sl@0
    82
#   if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
sl@0
    83
#     define _STLP_HAS_NO_NEW_IOSTREAMS
sl@0
    84
#   endif
sl@0
    85
#   if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
sl@0
    86
#     define _STLP_NO_AT_MEMBER_FUNCTION
sl@0
    87
#   endif
sl@0
    88
// #   if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
sl@0
    89
#   if !(_COMPILER_VERSION >= 721 && defined(_STANDARD_C_PLUS_PLUS))
sl@0
    90
#     define _STLP_NO_TEMPLATE_CONVERSIONS
sl@0
    91
#   endif
sl@0
    92
#   if !((_COMPILER_VERSION >= 730) && defined(_MIPS_SIM) && _MIPS_SIM != _ABIO32)
sl@0
    93
#     define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER
sl@0
    94
#   endif