os/ossrv/stdcpp/include/config/stl_sgi.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/stdcpp/include/config/stl_sgi.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,94 @@
     1.4 +// STLport configuration file
     1.5 +// It is internal STLport header - DO NOT include it directly
     1.6 +
     1.7 +# define _STLP_HAS_SPECIFIC_PROLOG_EPILOG
     1.8 +
     1.9 +// define native include path before trying to include anything
    1.10 +
    1.11 +# define _STLP_NATIVE_HEADER(__x) </usr/include/CC/##__x>
    1.12 +# define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
    1.13 +# define _STLP_NATIVE_OLD_STREAMS_HEADER(__x) </usr/include/CC/##__x> 
    1.14 +# define _STLP_NATIVE_CPP_C_HEADER(__x) </usr/include/CC/##__x>
    1.15 +# define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </usr/include/CC/##__x>
    1.16 +
    1.17 +# define _STLP_NO_NATIVE_MBSTATE_T
    1.18 +
    1.19 +#define _STLP_NO_CSTD_FUNCTION_IMPORTS
    1.20 +#define _STLP_NO_NATIVE_WIDE_FUNCTIONS
    1.21 +#define _STLP_NO_MEMBER_TEMPLATE_CLASSES
    1.22 +
    1.23 +// #define _STLP_NO_BAD_ALLOC
    1.24 +
    1.25 +#define _STL_HAS_NAMESPACES
    1.26 +
    1.27 +#if ! defined (__EXCEPTIONS) && ! defined (_STLP_NO_EXCEPTIONS)
    1.28 +# define _STLP_NO_EXCEPTIONS
    1.29 +#endif
    1.30 +
    1.31 +// #define _STLP_NOTHROW throw()
    1.32 +     
    1.33 +#  define __EDG_SWITCHES
    1.34 +
    1.35 +// any version ???
    1.36 +#  define _STLP_AUTOMATIC_TYPE_TRAITS 1
    1.37 +
    1.38 +#  define _STLP_USE_SGI_STRING         1
    1.39 +
    1.40 +#  define _STLP_HAS_NO_NEW_C_HEADERS 1
    1.41 +// #  define _STLP_VENDOR_GLOBAL_EXCEPT_STD
    1.42 +
    1.43 +// # if ! defined (_STLP_NO_OWN_IOSTREAMS) && ! defined (_STLP_NO_NEW_IOSTREAMS)
    1.44 +#  define _STLP_NO_POST_COMPATIBLE_SECTION
    1.45 +// # endif
    1.46 +
    1.47 +#  include <standards.h>
    1.48 +
    1.49 +# if !(_COMPILER_VERSION >= 730)
    1.50 +#   define _STLP_NO_NEW_NEW_HEADER 1
    1.51 +# endif
    1.52 +
    1.53 +# if (_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
    1.54 +#  define _STLP_EXTERN_RANGE_ERRORS
    1.55 +# endif
    1.56 +
    1.57 +#   if !defined(_BOOL)
    1.58 +#     define _STLP_NO_BOOL
    1.59 +#   endif
    1.60 +#   if defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32
    1.61 +#     define _STLP_STATIC_CONST_INIT_BUG
    1.62 +#   endif
    1.63 +
    1.64 +#   if (_COMPILER_VERSION < 720) || (defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32)
    1.65 +#     define _STLP_DEFAULT_CONSTRUCTOR_BUG
    1.66 +#   endif
    1.67 +#   if !((_COMPILER_VERSION >= 730) && defined(_MIPS_SIM) && _MIPS_SIM != _ABIO32)
    1.68 +#     define _STLP_NO_MEMBER_TEMPLATE_KEYWORD
    1.69 +#   endif
    1.70 +#   if !defined(_STANDARD_C_PLUS_PLUS)
    1.71 +#     define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS
    1.72 +#   endif
    1.73 +#   if !((_COMPILER_VERSION >= 721) && defined(_NAMESPACES))
    1.74 +#     define _STLP_HAS_NO_NAMESPACES
    1.75 +#   endif 
    1.76 +#   if (_COMPILER_VERSION < 721) || !defined(_STL_HAS_NAMESPACES) || defined(_STLP_NO_NAMESPACES)
    1.77 +#     define _STLP_NO_EXCEPTION_HEADER
    1.78 +#   endif
    1.79 +#   if _COMPILER_VERSION < 730 || !defined(_STANDARD_C_PLUS_PLUS) || !defined(_NAMESPACES)
    1.80 +#     define _STLP_NO_BAD_ALLOC
    1.81 +#   endif
    1.82 +#   if defined(_LONGLONG) && defined(_SGIAPI) && _SGIAPI
    1.83 +#     define _STLP_LONG_LONG long long
    1.84 +#   endif
    1.85 +#   if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
    1.86 +#     define _STLP_HAS_NO_NEW_IOSTREAMS
    1.87 +#   endif
    1.88 +#   if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
    1.89 +#     define _STLP_NO_AT_MEMBER_FUNCTION
    1.90 +#   endif
    1.91 +// #   if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
    1.92 +#   if !(_COMPILER_VERSION >= 721 && defined(_STANDARD_C_PLUS_PLUS))
    1.93 +#     define _STLP_NO_TEMPLATE_CONVERSIONS
    1.94 +#   endif
    1.95 +#   if !((_COMPILER_VERSION >= 730) && defined(_MIPS_SIM) && _MIPS_SIM != _ABIO32)
    1.96 +#     define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER
    1.97 +#   endif