You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2002/02/17 22:12:06 UTC

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

jberry      02/02/17 13:12:06

  Modified:    c/src/xercesc/util XercesDefs.hpp
  Log:
  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  Changes    Path
  1.2       +10 -7     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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XercesDefs.hpp	1 Feb 2002 22:22:13 -0000	1.1
  +++ XercesDefs.hpp	17 Feb 2002 21:12:06 -0000	1.2
  @@ -56,8 +56,14 @@
   
   /*
    * $Log: XercesDefs.hpp,v $
  - * 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 @@
   #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 @@
   #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
   
   
  
  
  

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