AutoSense.hpp
上传用户:huihehuasu
上传日期:2007-01-10
资源大小:6948k
文件大小:9k
源码类别:

xml/soap/webservice

开发平台:

C/C++

  1. /*
  2.  * The Apache Software License, Version 1.1
  3.  *
  4.  * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  5.  * reserved.
  6.  *
  7.  * Redistribution and use in source and binary forms, with or without
  8.  * modification, are permitted provided that the following conditions
  9.  * are met:
  10.  *
  11.  * 1. Redistributions of source code must retain the above copyright
  12.  *    notice, this list of conditions and the following disclaimer.
  13.  *
  14.  * 2. Redistributions in binary form must reproduce the above copyright
  15.  *    notice, this list of conditions and the following disclaimer in
  16.  *    the documentation and/or other materials provided with the
  17.  *    distribution.
  18.  *
  19.  * 3. The end-user documentation included with the redistribution,
  20.  *    if any, must include the following acknowledgment:
  21.  *       "This product includes software developed by the
  22.  *        Apache Software Foundation (http://www.apache.org/)."
  23.  *    Alternately, this acknowledgment may appear in the software itself,
  24.  *    if and wherever such third-party acknowledgments normally appear.
  25.  *
  26.  * 4. The names "Xerces" and "Apache Software Foundation" must
  27.  *    not be used to endorse or promote products derived from this
  28.  *    software without prior written permission. For written
  29.  *    permission, please contact apache@apache.org.
  30.  *
  31.  * 5. Products derived from this software may not be called "Apache",
  32.  *    nor may "Apache" appear in their name, without prior written
  33.  *    permission of the Apache Software Foundation.
  34.  *
  35.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  36.  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  37.  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  38.  * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  39.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  40.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  41.  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  42.  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  43.  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  44.  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  45.  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  46.  * SUCH DAMAGE.
  47.  * ====================================================================
  48.  *
  49.  * This software consists of voluntary contributions made by many
  50.  * individuals on behalf of the Apache Software Foundation, and was
  51.  * originally based on software copyright (c) 1999, International
  52.  * Business Machines, Inc., http://www.ibm.com .  For more information
  53.  * on the Apache Software Foundation, please see
  54.  * <http://www.apache.org/>.
  55.  */
  56. /*
  57.  * $Log: AutoSense.hpp,v $
  58.  * Revision 1.21  2001/11/29 18:25:18  tng
  59.  * FreeBSD support by Michael Huedepohl.
  60.  *
  61.  * Revision 1.20  2001/05/11 13:26:26  tng
  62.  * Copyright update.
  63.  *
  64.  * Revision 1.19  2001/03/23 19:01:25  tng
  65.  * [Bug 1018]  AutoSense looks for "IRIX" when it should look for "sgi" or "__sgi".  By Jeff Harrell.
  66.  *
  67.  * Revision 1.18  2001/02/09 14:40:01  tng
  68.  * Update support for SCO UnixWare 7 (gcc).  Tested under UnixWare 7.1.1 with gcc version 2.95.2 19991024 (release) with gmake 3.79.1.  Updated by Martin Kalen.
  69.  *
  70.  * Revision 1.17  2001/01/26 21:59:25  tng
  71.  * Change bug-todo list to xml format.  Other documentation fixes.
  72.  *
  73.  * Revision 1.16  2000/10/09 18:15:43  jberry
  74.  * Modify sensing of Mac OS X.
  75.  * PR:
  76.  * Obtained from:
  77.  * Submitted by:
  78.  * Reviewed by:
  79.  * PR:
  80.  * Obtained from:
  81.  * Submitted by:
  82.  * Reviewed by:
  83.  *
  84.  * Revision 1.15  2000/09/21 00:54:18  aruna1
  85.  * OS2 related changes given by Bill Schindler
  86.  *
  87.  * Revision 1.14  2000/08/01 18:26:02  aruna1
  88.  * Tru64 support added
  89.  *
  90.  * Revision 1.13  2000/07/18 18:25:58  andyh
  91.  * Mac OS update.
  92.  * Contributed by James Berry <jberry@criticalpath.com>
  93.  *
  94.  * Revision 1.12  2000/04/04 20:11:29  abagchi
  95.  * Added PTX support
  96.  *
  97.  * Revision 1.11  2000/03/02 19:54:37  roddey
  98.  * This checkin includes many changes done while waiting for the
  99.  * 1.1.0 code to be finished. I can't list them all here, but a list is
  100.  * available elsewhere.
  101.  *
  102.  * Revision 1.10  2000/03/02 01:51:00  aruna1
  103.  * Sun CC 5.0 related changes
  104.  *
  105.  * Revision 1.9  2000/02/24 20:05:23  abagchi
  106.  * Swat for removing Log from API docs
  107.  *
  108.  * Revision 1.8  2000/02/22 01:00:10  aruna1
  109.  * GNUGDefs references removed. Now only GCCDefs is used instead
  110.  *
  111.  * Revision 1.7  2000/02/06 07:48:00  rahulj
  112.  * Year 2K copyright swat.
  113.  *
  114.  * Revision 1.6  2000/02/01 23:43:22  abagchi
  115.  * AS/400 related change
  116.  *
  117.  * Revision 1.5  2000/01/21 22:12:29  abagchi
  118.  * OS390 Change: changed OE390 to OS390
  119.  *
  120.  * Revision 1.4  1999/12/18 00:47:01  rahulj
  121.  * Merged in some changes for OS390.
  122.  *
  123.  * Revision 1.3  1999/12/17 01:28:53  rahulj
  124.  * Merged in changes submitted for UnixWare 7 port. Platform
  125.  * specific files are still missing.
  126.  *
  127.  * Revision 1.2  1999/12/01 17:16:16  rahulj
  128.  * Added support for IRIX 6.5.5 using SGI MIPSpro C++ 7.3 and 7.21 generating 32 bit objects. Changes submitted by Marc Stuessel
  129.  *
  130.  * Revision 1.1.1.1  1999/11/09 01:03:55  twl
  131.  * Initial checkin
  132.  *
  133.  * Revision 1.2  1999/11/08 20:45:03  rahul
  134.  * Swat for adding in Product name and CVS comment log variable.
  135.  *
  136.  */
  137. #ifndef AUTOSENSE_HPP
  138. #define AUTOSENSE_HPP
  139. // ---------------------------------------------------------------------------
  140. //  This section attempts to auto detect the operating system. It will set
  141. //  up XercesC specific defines that are used by the rest of the code.
  142. // ---------------------------------------------------------------------------
  143. #if defined(_AIX)
  144.     #define XML_AIX
  145.     #define XML_UNIX
  146. #elif defined(_SEQUENT_)
  147.     #define XML_PTX
  148.     #define XML_UNIX
  149. #elif defined(_HP_UX) || defined(__hpux) || defined(_HPUX_SOURCE)
  150.     #define XML_HPUX
  151.     #define XML_UNIX
  152. #elif defined(SOLARIS) || defined(__SVR4)
  153.         #define XML_SOLARIS
  154.         #define XML_UNIX
  155. #elif defined(UNIXWARE)
  156.     #define XML_UNIXWARE
  157.     #define XML_UNIX
  158. #elif defined(__linux__)
  159.     #define XML_LINUX
  160.     #define XML_UNIX
  161. #elif defined(__FreeBSD__)
  162.     #define XML_FREEBSD
  163.     #define XML_UNIX
  164. #elif defined(IRIX) || defined(__sgi)
  165.     #define XML_IRIX
  166.     #define XML_UNIX
  167. #elif defined(__MVS__)
  168.     #define XML_OS390
  169.     #define XML_UNIX
  170. #elif defined(EXM_OS390)
  171.     #define XML_OS390
  172.     #define XML_UNIX
  173. #elif defined(__OS400__)
  174.     #define XML_AS400
  175.     #define XML_UNIX
  176. #elif defined(__OS2__)
  177.     #define XML_OS2
  178. #elif defined(__TANDEM)
  179.     #define XML_TANDEM
  180.     #define XML_UNIX
  181.     #define XML_CSET
  182. #elif defined(_WIN32) || defined(WIN32)
  183.     #define XML_WIN32
  184.     #ifndef WIN32
  185.       #define WIN32
  186.     #endif
  187. #elif defined(__WINDOWS__)
  188.     // IBM VisualAge special handling
  189.     #if defined(__32BIT__)
  190.         #define XML_WIN32
  191.     #else
  192.         #define XML_WIN16
  193.     #endif
  194. #elif defined(__MSDXML__)
  195.     #define XML_DOS
  196. #elif defined(macintosh)
  197.     #define XML_MACOS
  198. #elif defined(__APPLE__) && defined(__MACH__)
  199.     #define XML_MACOSX
  200. #elif defined(__alpha) && defined(__osf__)
  201.     #define XML_TRU64
  202. #else
  203.     #error Code requires port to host OS!
  204. #endif
  205. // ---------------------------------------------------------------------------
  206. //  This section attempts to autodetect the compiler being used. It will set
  207. //  up Xerces specific defines that can be used by the rest of the code.
  208. // ---------------------------------------------------------------------------
  209. #if defined(__BORLANDC__)
  210.     #define XML_BORLAND
  211. #elif defined(_MSC_VER)
  212.     #define XML_VISUALCPP
  213. #elif defined(__xlC__)
  214.     #define XML_CSET
  215. #elif defined(XML_SOLARIS) || defined(XML_UNIXWARE)
  216.     #if defined(__SUNPRO_CC) & __SUNPRO_CC >=0x500
  217.         #define XML_SUNCC5
  218. #elif defined(__SUNPRO_CC) & __SUNPRO_CC <0x500
  219.         #define XML_SUNCC
  220.     #elif defined(_EDG_RUNTIME_USES_NAMESPACES)
  221.         #define XML_SOLARIS_KAICC
  222.     #elif defined(__GNUG__)
  223. #define XML_GCC
  224.     #endif
  225. #elif defined (__GNUG__) || defined(__linux__)
  226.     #define XML_GCC
  227. #elif defined(XML_HPUX)
  228.     #if defined(EXM_HPUX)
  229.         #define XML_HPUX_KAICC
  230.     #elif (__cplusplus == 1)
  231.         #define XML_HPUX_CC
  232.     #elif (__cplusplus == 199707 || __cplusplus == 199711)
  233.         #define XML_HPUX_aCC
  234.     #endif
  235. #elif defined(XML_IRIX)
  236.     #define XML_MIPSPRO_CC
  237. #elif defined(XML_PTX)
  238.     #define XML_PTX_CC
  239. #elif defined(XML_TANDEM)
  240.     #define XML_TANDEMCC
  241. #elif defined(__MVS__) && defined(__cplusplus)
  242.     #define XML_MVSCPP
  243. #elif defined(EXM_OS390) && defined(__cplusplus)
  244.     #define XML_MVSCPP
  245. #elif defined(__IBMC__) || defined(__IBMCPP__)
  246.     #if defined(XML_WIN32)
  247.         #define XML_IBMVAW32
  248.     #elif defined(XML_OS2)
  249.         #define XML_IBMVAOS2
  250.         #if (__IBMC__ >= 400 || __IBMCPP__ >= 400)
  251.             #define XML_IBMVA4_OS2
  252.         #endif
  253.     #endif
  254. #elif defined(XML_TRU64) && defined(__DECCXX)
  255.     #define XML_DECCXX
  256. #elif defined(__MWERKS__)
  257.     #define XML_METROWERKS
  258. #elif defined(__OS400__)
  259. #else
  260.     #error Code requires port to current development environment
  261. #endif
  262. #endif