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

https://github.com/aichunyu/FFPlayer · C Header · 31 lines · 23 code · 5 blank · 3 comment · 1 complexity · c0985c17c1d73b43c194579e1369e4a2 MD5 · raw file

  1. // STLport config file for Apogee 4.x
  2. #define _STLP_COMPILER "Apogee"
  3. #define _STLP_NO_NEW_NEW_HEADER 1
  4. #define _STLP_HAS_NO_NEW_IOSTREAMS 1
  5. #define _STLP_HAS_NO_NEW_C_HEADERS 1
  6. #if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
  7. # define _STLP_RAND48 1
  8. #endif
  9. // # define _STLP_RAND48 1
  10. #define _STLP_LONG_LONG long long
  11. #define _STLP_NO_BAD_ALLOC 1
  12. #define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
  13. #define _STLP_NON_TYPE_TMPL_PARAM_BUG 1
  14. // # define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1
  15. #define _STLP_NO_EXCEPTION_HEADER 1
  16. #undef _STLP_LINK_TIME_INSTANTIATION
  17. #define _STLP_LINK_TIME_INSTANTIATION 1
  18. #ifdef __STDLIB
  19. # undef _STLP_NO_NEW_C_HEADERS
  20. # undef _STLP_NO_NEW_NEW_HEADER
  21. # undef _STLP_NO_BAD_ALLOC
  22. # undef _STLP_LONG_LONG
  23. #else
  24. # undef _STLP_NO_EXCEPTION_SPEC
  25. # define _STLP_NO_EXCEPTION_SPEC 1
  26. #endif