home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stl453up.zip / stl453fx / zOSv1r2_DIFFS / stlport-config-stl_ibm.h < prev    next >
Text File  |  2002-04-29  |  3KB  |  84 lines

  1. 34,38c34,36
  2. < //TORLAB DEBUG original  #  if __EXTENDED__ && __COMPILER_VER__ >= 0x22060000
  3. < #  if _LONG_LONG && __COMPILER_VER__ >= 0x22060000
  4. < //TORLAB DEBUG uncommented the next 2 lines
  5. < #   define _STLP_LONG_LONG long long
  6. < #  endif
  7. ---
  8. > // #  if __EXTENDED__ && __COMPILER_VER__ >= 0x22060000
  9. > // #   define _STLP_LONG_LONG long long
  10. > // #  endif
  11. 43,44c41
  12. < //TORLAB DEBUG original #  define _STLP_NATIVE_INCLUDE_PATH /usr/lpp/ioclib/include
  13. < #  define _STLP_NATIVE_INCLUDE_PATH /usr/include
  14. ---
  15. > #  define _STLP_NATIVE_INCLUDE_PATH /usr/lpp/ioclib/include
  16. 63c60
  17. < //TORLAB DEBUG commented out #  define _STLP_NO_BOOL 1
  18. ---
  19. > #  define _STLP_NO_BOOL 1
  20. 66,74c63,71
  21. < //TORLAB DEBUG commented out #  define _STLP_HAS_NO_NAMESPACES 1
  22. < //TORLAB DEBUG commented out #  define _STLP_NEED_TYPENAME 1
  23. < //TORLAB DEBUG commented out #  define _STLP_NEED_EXPLICIT 1
  24. < //TORLAB DEBUG commented out #  define _STLP_NO_ARROW_OPERATOR 1
  25. < //TORLAB DEBUG commented out #  define _STLP_NO_NEW_STYLE_CASTS 1
  26. < //TORLAB DEBUG commented out #  define _STLP_NO_WCHAR_T 1
  27. < //TORLAB DEBUG commented out #  define _STLP_NEED_MUTABLE 1
  28. < //TORLAB DEBUG commented out #  define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX 1
  29. < //TORLAB DEBUG commented out #  define _STLP_NO_BAD_ALLOC 1
  30. ---
  31. > #  define _STLP_HAS_NO_NAMESPACES 1
  32. > #  define _STLP_NEED_TYPENAME 1
  33. > #  define _STLP_NEED_EXPLICIT 1
  34. > #  define _STLP_NO_ARROW_OPERATOR 1
  35. > #  define _STLP_NO_NEW_STYLE_CASTS 1
  36. > #  define _STLP_NO_WCHAR_T 1
  37. > #  define _STLP_NEED_MUTABLE 1
  38. > #  define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX 1
  39. > #  define _STLP_NO_BAD_ALLOC 1
  40. 76,82c73,79
  41. < //TORLAB DEBUG commented out #  define _STLP_NO_MEMBER_TEMPLATES 1
  42. < //TORLAB DEBUG commented out #  define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1
  43. < //TORLAB DEBUG commented out #  define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
  44. < //TORLAB DEBUG commented out #  define _STLP_NO_FRIEND_TEMPLATES 1
  45. < //TORLAB DEBUG commented out #  define _STLP_NO_QUALIFIED_FRIENDS 1
  46. < //TORLAB DEBUG commented out #  define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 1
  47. < //TORLAB DEBUG commented out #  define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER 1
  48. ---
  49. > #  define _STLP_NO_MEMBER_TEMPLATES 1
  50. > #  define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1
  51. > #  define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
  52. > #  define _STLP_NO_FRIEND_TEMPLATES 1
  53. > #  define _STLP_NO_QUALIFIED_FRIENDS 1
  54. > #  define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 1
  55. > #  define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER 1
  56. 84,88d80
  57. < #define _STLP_NO_FORCE_INSTANTIATE 1
  58. < //TORLAB DEBUG added the following macro definition
  59. < #define _STLP_WCHAR_IBM_EXCLUDE 1
  60. 92c84
  61. < //TORLAB DEBUG commented out #  define _STLP_NO_EXCEPTION_HEADER 1
  62. ---
  63. > #  define _STLP_NO_EXCEPTION_HEADER 1
  64. 94,95c86,87
  65. < //TORLAB DEBUG commented out #  define _STLP_HAS_NO_NEW_IOSTREAMS 1
  66. < //TORLAB DEBUG commented out #  define _STLP_NO_NEW_NEW_HEADER 1
  67. ---
  68. > #  define _STLP_HAS_NO_NEW_IOSTREAMS 1
  69. > #  define _STLP_NO_NEW_NEW_HEADER 1
  70. 100c92
  71. < //TORLAB DEBUG commented out #  define _STLP_NO_NEW_NEW_HEADER 1
  72. ---
  73. > #  define _STLP_NO_NEW_NEW_HEADER 1
  74. 132,134d123
  75. < //TORLAB DEBUG moved the following line out from the #if guards below
  76. < #define _STLP_USE_EXCEPTIONS 1
  77. 146a136,138
  78.