From c4400403c69bcd29957bcdf94c28146e33c997ee Mon Sep 17 00:00:00 2001 From: James David Berry <jberry@apache.org> Date: Sun, 17 Feb 2002 21:12:06 +0000 Subject: [PATCH] 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 --- src/xercesc/util/XercesDefs.hpp | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/xercesc/util/XercesDefs.hpp b/src/xercesc/util/XercesDefs.hpp index f684b2237..ec6f5832f 100644 --- a/src/xercesc/util/XercesDefs.hpp +++ b/src/xercesc/util/XercesDefs.hpp @@ -56,8 +56,14 @@ /* * $Log$ - * Revision 1.1 2002/02/01 22:22:13 peiyongz - * Initial revision + * Revision 1.2 2002/02/17 21:12:06 jberry + * 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 * FreeBSD support by Michael Huedepohl. @@ -243,15 +249,15 @@ const unsigned int gXercesRevision = 0; #endif #if defined(XML_MACOS) || defined(XML_MACOSX) -#include <util/Platforms/MacOS/MacOSDefs.hpp> +#include <xercesc/util/Platforms/MacOS/MacOSDefs.hpp> #endif #if defined(XML_AS400) -#include <util/Platforms/OS400/OS400Defs.hpp> +#include <xercesc/util/Platforms/OS400/OS400Defs.hpp> #endif #if defined(XML_TRU64) -#include <util/Platforms/Tru64/Tru64Defs.hpp> +#include <xercesc/util/Platforms/Tru64/Tru64Defs.hpp> #endif @@ -313,19 +319,19 @@ const unsigned int gXercesRevision = 0; #endif #if defined(XML_METROWERKS) -#include <util/Compilers/CodeWarriorDefs.hpp> +#include <xercesc/util/Compilers/CodeWarriorDefs.hpp> #endif #if defined(XML_PTX_CC) -#include <util/Compilers/PTXCCDefs.hpp> +#include <xercesc/util/Compilers/PTXCCDefs.hpp> #endif #if defined(XML_AS400) -#include <util/Compilers/OS400SetDefs.hpp> +#include <xercesc/util/Compilers/OS400SetDefs.hpp> #endif #if defined(XML_DECCXX) -#include <util/Compilers/DECCXXDefs.hpp> +#include <xercesc/util/Compilers/DECCXXDefs.hpp> #endif -- GitLab