Skip to content
Snippets Groups Projects
Commit c4400403 authored by James David Berry's avatar James David Berry
Browse files

Adjust "sane includes" include path for Mac OS.

I've also changed this path for XML_AS400, XML_TRU64, XML_PTX_CC, and XML_DECCXX
'cause it looks like the right thing to do...hope that's not a mistake.


git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173504 13f79535-47bb-0310-9956-ffa450edef68
parent e6d933b5
No related branches found
No related tags found
No related merge requests found
...@@ -56,8 +56,14 @@ ...@@ -56,8 +56,14 @@
/* /*
* $Log$ * $Log$
* Revision 1.1 2002/02/01 22:22:13 peiyongz * Revision 1.2 2002/02/17 21:12:06 jberry
* Initial revision * Adjust "sane includes" include path for Mac OS.
*
* I've also changed this path for XML_AS400, XML_TRU64, XML_PTX_CC, and XML_DECCXX
* 'cause it looks like the right thing to do...hope that's not a mistake.
*
* Revision 1.1.1.1 2002/02/01 22:22:13 peiyongz
* sane_include
* *
* Revision 1.18 2001/11/29 18:25:18 tng * Revision 1.18 2001/11/29 18:25:18 tng
* FreeBSD support by Michael Huedepohl. * FreeBSD support by Michael Huedepohl.
...@@ -243,15 +249,15 @@ const unsigned int gXercesRevision = 0; ...@@ -243,15 +249,15 @@ const unsigned int gXercesRevision = 0;
#endif #endif
#if defined(XML_MACOS) || defined(XML_MACOSX) #if defined(XML_MACOS) || defined(XML_MACOSX)
#include <util/Platforms/MacOS/MacOSDefs.hpp> #include <xercesc/util/Platforms/MacOS/MacOSDefs.hpp>
#endif #endif
#if defined(XML_AS400) #if defined(XML_AS400)
#include <util/Platforms/OS400/OS400Defs.hpp> #include <xercesc/util/Platforms/OS400/OS400Defs.hpp>
#endif #endif
#if defined(XML_TRU64) #if defined(XML_TRU64)
#include <util/Platforms/Tru64/Tru64Defs.hpp> #include <xercesc/util/Platforms/Tru64/Tru64Defs.hpp>
#endif #endif
...@@ -313,19 +319,19 @@ const unsigned int gXercesRevision = 0; ...@@ -313,19 +319,19 @@ const unsigned int gXercesRevision = 0;
#endif #endif
#if defined(XML_METROWERKS) #if defined(XML_METROWERKS)
#include <util/Compilers/CodeWarriorDefs.hpp> #include <xercesc/util/Compilers/CodeWarriorDefs.hpp>
#endif #endif
#if defined(XML_PTX_CC) #if defined(XML_PTX_CC)
#include <util/Compilers/PTXCCDefs.hpp> #include <xercesc/util/Compilers/PTXCCDefs.hpp>
#endif #endif
#if defined(XML_AS400) #if defined(XML_AS400)
#include <util/Compilers/OS400SetDefs.hpp> #include <xercesc/util/Compilers/OS400SetDefs.hpp>
#endif #endif
#if defined(XML_DECCXX) #if defined(XML_DECCXX)
#include <util/Compilers/DECCXXDefs.hpp> #include <xercesc/util/Compilers/DECCXXDefs.hpp>
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment