You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2003/03/13 23:11:46 UTC

cvs commit: xml-xerces/c/src/xercesc/util AutoSense.hpp XercesDefs.hpp

tng         2003/03/13 14:11:46

  Modified:    c/src/xercesc/util AutoSense.hpp XercesDefs.hpp
  Log:
  [Bug 17858] Support for QNX/Neutrino.  Patch from Chris McKillop.
  
  Revision  Changes    Path
  1.9       +8 -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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- AutoSense.hpp	2 Dec 2002 20:40:49 -0000	1.8
  +++ AutoSense.hpp	13 Mar 2003 22:11:46 -0000	1.9
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.9  2003/03/13 22:11:46  tng
  + * [Bug 17858] Support for QNX/Neutrino.  Patch from Chris McKillop.
  + *
    * Revision 1.8  2002/12/02 20:40:49  tng
    * [Bug 12490] Patches required to build Xerces-C++ on BeOS R5.  Patch from Andrew Bachmann.
    *
  @@ -197,6 +200,9 @@
   #elif defined(__BEOS__)
       #define XML_BEOS
       #define XML_UNIX
  +#elif defined(__QNXNTO__)
  +    #define XML_QNX
  +    #define XML_UNIX
   #elif defined(__linux__)
       #define XML_LINUX
       #define XML_UNIX
  @@ -271,6 +277,8 @@
       #else
           #error Code requires port to current development environment
       #endif
  +#elif defined (__QNXNTO__)
  +    #define XML_QCC
   #elif defined (__GNUG__) || defined(__BEOS__) || defined(__linux__) || defined(__CYGWIN__)
       #define XML_GCC
   #elif defined(XML_HPUX)
  
  
  
  1.13      +9 -0      xml-xerces/c/src/xercesc/util/XercesDefs.hpp
  
  Index: XercesDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XercesDefs.hpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XercesDefs.hpp	23 Feb 2003 05:44:12 -0000	1.12
  +++ XercesDefs.hpp	13 Mar 2003 22:11:46 -0000	1.13
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.13  2003/03/13 22:11:46  tng
  + * [Bug 17858] Support for QNX/Neutrino.  Patch from Chris McKillop.
  + *
    * Revision 1.12  2003/02/23 05:44:12  jberry
    * Ripple through changes of BeOSDefs.h name change
    *
  @@ -298,6 +301,9 @@
   #include	<xercesc/util/Platforms/Tru64/Tru64Defs.hpp>
   #endif
   
  +#if defined(XML_QNX)
  +#include	<xercesc/util/Platforms/QNX/QNXDefs.hpp>
  +#endif
   
   // ---------------------------------------------------------------------------
   //  And now we subinclude a header according to the development environment
  @@ -372,6 +378,9 @@
   #include	<xercesc/util/Compilers/DECCXXDefs.hpp>
   #endif
   
  +#if defined(XML_QCC)
  +#include	<xercesc/util/Compilers/QCCDefs.hpp>
  +#endif
   
   // ---------------------------------------------------------------------------
   //  Some general typedefs that are defined for internal flexibility.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org