/project/jni/stlport/stlport/stl/config/_sgi.h

https://github.com/aichunyu/FFPlayer · C Header · 92 lines · 66 code · 19 blank · 7 comment · 23 complexity · 5d754404bd3b2cc3a474b3382977eae6 MD5 · raw file

  1. // STLport configuration file
  2. // It is internal STLport header - DO NOT include it directly
  3. #define _STLP_COMPILER "CC"
  4. #define _STLP_HAS_SPECIFIC_PROLOG_EPILOG
  5. // define native include path before trying to include anything
  6. #define _STLP_NATIVE_HEADER(__x) </usr/include/CC/##__x>
  7. #define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
  8. #define _STLP_NATIVE_OLD_STREAMS_HEADER(__x) </usr/include/CC/##__x>
  9. #define _STLP_NATIVE_CPP_C_HEADER(__x) </usr/include/CC/##__x>
  10. #define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </usr/include/CC/##__x>
  11. #define _STLP_NO_NATIVE_MBSTATE_T
  12. #define _STLP_NO_USING_FOR_GLOBAL_FUNCTIONS
  13. #define _STLP_NO_NATIVE_WIDE_FUNCTIONS
  14. #define _STLP_NO_MEMBER_TEMPLATE_CLASSES
  15. // #define _STLP_NO_BAD_ALLOC
  16. #define _STL_HAS_NAMESPACES
  17. #if ! defined (__EXCEPTIONS) && ! defined (_STLP_NO_EXCEPTIONS)
  18. # define _STLP_NO_EXCEPTIONS
  19. #endif
  20. // #define _STLP_NOTHROW throw()
  21. #define __EDG_SWITCHES
  22. #define _STLP_USE_SGI_STRING 1
  23. #define _STLP_HAS_NO_NEW_C_HEADERS 1
  24. // # define _STLP_VENDOR_GLOBAL_EXCEPT_STD
  25. #define _STLP_NO_POST_COMPATIBLE_SECTION
  26. #include <standards.h>
  27. #if !(_COMPILER_VERSION >= 730)
  28. # define _STLP_NO_NEW_NEW_HEADER 1
  29. #endif
  30. #if (_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
  31. # define _STLP_EXTERN_RANGE_ERRORS
  32. #endif
  33. #if !defined(_BOOL)
  34. # define _STLP_NO_BOOL
  35. #endif
  36. #if defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32
  37. # define _STLP_STATIC_CONST_INIT_BUG
  38. #endif
  39. #if (_COMPILER_VERSION < 720) || (defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32)
  40. # define _STLP_DEF_CONST_PLCT_NEW_BUG
  41. # define _STLP_DEF_CONST_DEF_PARAM_BUG
  42. #endif
  43. #if !((_COMPILER_VERSION >= 730) && defined(_MIPS_SIM) && _MIPS_SIM != _ABIO32)
  44. # define _STLP_NO_MEMBER_TEMPLATE_KEYWORD
  45. #endif
  46. #if !defined(_STANDARD_C_PLUS_PLUS)
  47. # define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS
  48. #endif
  49. #if !((_COMPILER_VERSION >= 721) && defined(_NAMESPACES))
  50. # define _STLP_HAS_NO_NAMESPACES
  51. #endif
  52. #if (_COMPILER_VERSION < 721) || !defined(_STL_HAS_NAMESPACES) || defined(_STLP_NO_NAMESPACES)
  53. # define _STLP_NO_EXCEPTION_HEADER
  54. #endif
  55. #if _COMPILER_VERSION < 730 || !defined(_STANDARD_C_PLUS_PLUS) || !defined(_NAMESPACES)
  56. # define _STLP_NO_BAD_ALLOC
  57. #endif
  58. #if defined(_LONGLONG) && defined(_SGIAPI) && _SGIAPI
  59. # define _STLP_LONG_LONG long long
  60. #endif
  61. #if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
  62. # define _STLP_USE_NO_IOSTREAMS
  63. #endif
  64. #if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
  65. # define _STLP_NO_AT_MEMBER_FUNCTION
  66. #endif
  67. // # if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
  68. #if !(_COMPILER_VERSION >= 721 && defined(_STANDARD_C_PLUS_PLUS))
  69. # define _STLP_NO_TEMPLATE_CONVERSIONS
  70. #endif
  71. #if !((_COMPILER_VERSION >= 730) && defined(_MIPS_SIM) && _MIPS_SIM != _ABIO32)
  72. # define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER
  73. #endif