home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stlpt453.zip / STLport-4.5.3 / stlport / config / stl_apcc.h < prev    next >
C/C++ Source or Header  |  2001-02-05  |  853b  |  33 lines

  1. // STLport config file for Apogee 4.x
  2.  
  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.  
  7. #if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
  8. # define _STLP_RAND48 1
  9. #endif
  10. // #  define _STLP_RAND48 1
  11. #  define _STLP_LONG_LONG long long
  12. #  define _STLP_NO_BAD_ALLOC 1
  13. #  define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
  14. #  define _STLP_NON_TYPE_TMPL_PARAM_BUG 1
  15. // #  define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1
  16. #  define _STLP_NO_EXCEPTION_HEADER 1
  17.  
  18. # undef  _STLP_LINK_TIME_INSTANTIATION
  19. # define _STLP_LINK_TIME_INSTANTIATION 1
  20.  
  21. # ifdef __STDLIB
  22. #  undef _STLP_HAS_NO_NEW_IOSTREAMS
  23. #  undef _STLP_NO_NEW_C_HEADERS
  24. #  undef _STLP_NO_NEW_NEW_HEADER
  25. #  undef _STLP_NO_BAD_ALLOC
  26. #  undef _STLP_LONG_LONG
  27. # else
  28. #  undef  _STLP_NO_EXCEPTION_SPEC
  29. #  define _STLP_NO_EXCEPTION_SPEC 1
  30. # endif
  31.  
  32.  
  33.