auriemma 01/02/23 13:52:53
Modified: c/src/Include SolarisDefinitions.hpp Log: Solaris has posix thread support. Revision Changes Path 1.2 +6 -2 xml-xalan/c/src/Include/SolarisDefinitions.hpp Index: SolarisDefinitions.hpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/Include/SolarisDefinitions.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SolarisDefinitions.hpp 2001/01/25 16:58:07 1.1 +++ SolarisDefinitions.hpp 2001/02/23 21:52:53 1.2 @@ -65,8 +65,6 @@ // These defines provide the platform specific keywords that they need // to do this. // --------------------------------------------------------------------------- - - #define XALAN_PLATFORM_EXPORT #define XALAN_PLATFORM_IMPORT #define XALAN_PLATFORM_EXPORT_FUNCTION(T) T XALAN_PLATFORM_EXPORT @@ -78,10 +76,14 @@ // broken with extra cv-qualifiers, so we'll use old-style casts. #define XALAN_OLD_STYLE_CASTS + + // Standard allocators don't seem to work correctly with STLport. // I don't know if this is their bug, or ours... #define XALAN_NO_STD_ALLOCATORS + + #define XALAN_NO_NAMESPACES #define XALAN_NO_MUTABLE #define XALAN_SGI_BASED_STL @@ -94,11 +96,13 @@ #define XALAN_BIG_ENDIAN #define XALAN_STLPORT_STL #define XALAN_NO_DEFAULT_BUILTIN_ARRAY_INITIALIZATION +#define XALAN_POSIX2_AVAILABLE // STL Port Definitions #define __STL_NO_SGI_IOSTREAMS #include <stl/_config.h> + #endif // SOLARISDEFINITIONS_HEADER_GUARD_1357924680
