tng 2002/10/29 10:58:33 Modified: c/src/xercesc/util AutoSense.hpp Log: Support for Linux/390 Revision Changes Path 1.7 +6 -0 xml-xerces/c/src/xercesc/util/AutoSense.hpp Index: AutoSense.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/AutoSense.hpp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- AutoSense.hpp 23 Aug 2002 20:56:00 -0000 1.6 +++ AutoSense.hpp 29 Oct 2002 18:58:33 -0000 1.7 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.7 2002/10/29 18:58:33 tng + * Support for Linux/390 + * * Revision 1.6 2002/08/23 20:56:00 tng * [Bug 11981] inproper "AND" operator in AutoSense.hpp. * @@ -191,6 +194,9 @@ #elif defined(__linux__) #define XML_LINUX #define XML_UNIX + #if defined(__s390__) + #define XML_LINUX_390 + #endif #elif defined(__FreeBSD__) #define XML_FREEBSD #define XML_UNIX
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]