(file) Return to Config.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Config.h between version 1.71 and 1.82.4.1

version 1.71, 2007/06/04 02:30:04 version 1.82.4.1, 2011/05/27 11:36:18
Line 1 
Line 1 
 /*  //%LICENSE////////////////////////////////////////////////////////////////
 //%2006////////////////////////////////////////////////////////////////////////  //
   // Licensed to The Open Group (TOG) under one or more contributor license
   // agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
   // this work for additional information regarding copyright ownership.
   // Each contributor licenses this file to you under the OpenPegasus Open
   // Source License; you may not use this file except in compliance with the
   // License.
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development  // Permission is hereby granted, free of charge, to any person obtaining a
 // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.  // copy of this software and associated documentation files (the "Software"),
 // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;  // to deal in the Software without restriction, including without limitation
 // IBM Corp.; EMC Corporation, The Open Group.  // the rights to use, copy, modify, merge, publish, distribute, sublicense,
 // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;  // and/or sell copies of the Software, and to permit persons to whom the
 // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.  // Software is furnished to do so, subject to the following conditions:
 // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;  
 // EMC Corporation; VERITAS Software Corporation; The Open Group.  
 // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;  
 // EMC Corporation; Symantec Corporation; The Open Group.  
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy  // The above copyright notice and this permission notice shall be included
 // of this software and associated documentation files (the "Software"), to  // in all copies or substantial portions of the Software.
 // deal in the Software without restriction, including without limitation the  
 // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or  
 // sell copies of the Software, and to permit persons to whom the Software is  
 // furnished to do so, subject to the following conditions:  
 // //
 // THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN  // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 // ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED  // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 // "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT  // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 // LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR  // IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 // PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT  // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN  // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION  // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  
 // //
 //==============================================================================  //////////////////////////////////////////////////////////////////////////
   /*
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 */ */
Line 46 
Line 44 
 # include <Pegasus/Common/Platform_LINUX_IX86_GNU.h> # include <Pegasus/Common/Platform_LINUX_IX86_GNU.h>
 #elif defined (PEGASUS_PLATFORM_LINUX_XSCALE_GNU) #elif defined (PEGASUS_PLATFORM_LINUX_XSCALE_GNU)
 # include <Pegasus/Common/Platform_LINUX_XSCALE_GNU.h> # include <Pegasus/Common/Platform_LINUX_XSCALE_GNU.h>
   #elif defined (PEGASUS_PLATFORM_PASE_ISERIES_IBMCXX)
   #include <Pegasus/Common/Platform_PASE_ISERIES_IBMCXX.h>
 #elif defined (PEGASUS_PLATFORM_AIX_RS_IBMCXX) #elif defined (PEGASUS_PLATFORM_AIX_RS_IBMCXX)
 # include <Pegasus/Common/Platform_AIX_RS_IBMCXX.h> # include <Pegasus/Common/Platform_AIX_RS_IBMCXX.h>
 #elif defined (PEGASUS_PLATFORM_HPUX_PARISC_ACC) #elif defined (PEGASUS_PLATFORM_HPUX_PARISC_ACC)
Line 58 
Line 58 
 # include <Pegasus/Common/Platform_SOLARIS_SPARC_GNU.h> # include <Pegasus/Common/Platform_SOLARIS_SPARC_GNU.h>
 #elif defined (PEGASUS_PLATFORM_SOLARIS_SPARC_CC) #elif defined (PEGASUS_PLATFORM_SOLARIS_SPARC_CC)
 # include <Pegasus/Common/Platform_SOLARIS_SPARC_CC.h> # include <Pegasus/Common/Platform_SOLARIS_SPARC_CC.h>
   #elif defined (PEGASUS_PLATFORM_SOLARIS_SPARC_64_CC)
   # include <Pegasus/Common/Platform_SOLARIS_SPARC_CC_64.h>
   #elif defined (PEGASUS_PLATFORM_SOLARIS_IX86_CC)
   # include <Pegasus/Common/Platform_SOLARIS_IX86_CC.h>
   #elif defined (PEGASUS_PLATFORM_SOLARIS_X86_64_CC)
   # include <Pegasus/Common/Platform_SOLARIS_X86_64_CC.h>
 #elif defined (PEGASUS_PLATFORM_ZOS_ZSERIES_IBM) #elif defined (PEGASUS_PLATFORM_ZOS_ZSERIES_IBM)
 # include <Pegasus/Common/Platform_ZOS_ZSERIES_IBM.h> # include <Pegasus/Common/Platform_ZOS_ZSERIES_IBM.h>
   #elif defined (PEGASUS_PLATFORM_ZOS_ZSERIES64_IBM)
   # include <Pegasus/Common/Platform_ZOS_ZSERIES64_IBM.h>
 #elif defined (PEGASUS_PLATFORM_LINUX_IA64_GNU) #elif defined (PEGASUS_PLATFORM_LINUX_IA64_GNU)
 # include <Pegasus/Common/Platform_LINUX_IA64_GNU.h> # include <Pegasus/Common/Platform_LINUX_IA64_GNU.h>
 #elif defined (PEGASUS_PLATFORM_LINUX_X86_64_GNU) #elif defined (PEGASUS_PLATFORM_LINUX_X86_64_GNU)
Line 72 
Line 80 
 # include <Pegasus/Common/Platform_LINUX_ZSERIES_GNU.h> # include <Pegasus/Common/Platform_LINUX_ZSERIES_GNU.h>
 #elif defined (PEGASUS_PLATFORM_LINUX_ZSERIES64_GNU) #elif defined (PEGASUS_PLATFORM_LINUX_ZSERIES64_GNU)
 # include <Pegasus/Common/Platform_LINUX_ZSERIES64_GNU.h> # include <Pegasus/Common/Platform_LINUX_ZSERIES64_GNU.h>
 #elif defined (__OS400__)  
 # if !defined (PEGASUS_PLATFORM_OS400_ISERIES_IBM)  
 #   define PEGASUS_PLATFORM_OS400_ISERIES_IBM  
 # endif  
 # include <Pegasus/Common/Platform_OS400_ISERIES_IBM.h>  
 #elif defined (PEGASUS_PLATFORM_DARWIN_PPC_GNU) #elif defined (PEGASUS_PLATFORM_DARWIN_PPC_GNU)
 # include <Pegasus/Common/Platform_DARWIN_PPC_GNU.h> # include <Pegasus/Common/Platform_DARWIN_PPC_GNU.h>
 #elif defined (PEGASUS_PLATFORM_DARWIN_IX86_GNU) #elif defined (PEGASUS_PLATFORM_DARWIN_IX86_GNU)
Line 198 
Line 201 
 # define PEGASUS_EXPLICIT /* empty */ # define PEGASUS_EXPLICIT /* empty */
 #endif #endif
  
 #ifdef PEGASUS_HAVE_MUTABLE  
 #ifdef __cplusplus  
 # define PEGASUS_MUTABLE mutable  
 #else  
 # define PEGASUS_MUTABLE /* empty */  
 #endif  
 #else  
 # define PEGASUS_MUTABLE /* empty */  
 #endif  
   
 #ifndef PEGASUS_HAVE_FOR_SCOPE #ifndef PEGASUS_HAVE_FOR_SCOPE
 # define for if (0) ; else for # define for if (0) ; else for
 #endif #endif
Line 224 
Line 217 
  
 #ifdef PEGASUS_HAVE_IOS_BINARY #ifdef PEGASUS_HAVE_IOS_BINARY
 #ifdef __cplusplus #ifdef __cplusplus
 #if defined(PEGASUS_PLATFORM_OS400_ISERIES_IBM)  
 #define PEGASUS_IOS_BINARY ,std::ios::binary,PEGASUS_STD(_CCSID_T(1208))  
 #else  
 #define PEGASUS_IOS_BINARY ,std::ios::binary #define PEGASUS_IOS_BINARY ,std::ios::binary
 #endif  
 #define PEGASUS_OR_IOS_BINARY | std::ios::binary #define PEGASUS_OR_IOS_BINARY | std::ios::binary
 #else #else
 #define PEGASUS_IOS_BINARY /* empty */ #define PEGASUS_IOS_BINARY /* empty */
Line 262 
Line 251 
 #ifdef __cplusplus #ifdef __cplusplus
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 typedef bool Boolean;  // If platform w/o bool, add flag and include Boolean.h  typedef bool Boolean;
 typedef unsigned char Uint8; typedef unsigned char Uint8;
 typedef signed char Sint8; typedef signed char Sint8;
 typedef unsigned short Uint16; typedef unsigned short Uint16;
Line 285 
Line 274 
 # define PEGASUS_UNREACHABLE(CODE) CODE # define PEGASUS_UNREACHABLE(CODE) CODE
 #endif #endif
  
 #ifdef PEGASUS_HAVE_EBCDIC  /*
 # define PEGASUS_MAX_PRINTABLE_CHAR 255  **==============================================================================
   **
   ** PEGASUS_FORMAT
   **
   **     This macro allows the compiler to check the arguments to format
   **     specifiers in the printf family of functions. For example, the following
   **     enables format checking for the foo function.
   **
   **         PEGASUS_FORMAT(1, 2)
   **         void foo(const char* format, ...);
   **
   **     On GCC, the following error is detected  below (when using this macro).
   **
   **         foo("%s %d", 99, "hello"); // mismatch specifiers!
   **
   **==============================================================================
   */
   
   #if defined(__GNUC__) &&  (__GNUC__ >= 4)
   # define PEGASUS_FORMAT(A1, A2) __attribute__((format (printf, A1, A2)))
   #else
   # define PEGASUS_FORMAT(A1, A2) /* not implemented */
   #endif
   
   /*
   ** PEGASUS_INITIAL_THREADSTACK_SIZE
   **
   ** This macro is used to restrict the maximal stack size used per thread.
   ** Since OpenPegasus makes heavy use of multi-threading reducing the system
   ** default is espescially important on embedded systems.
   **
   ** This value can be overridden platform specific by defining the macro in
   ** the corresponding PEGASUS_PLATFORM_*.h file.
   */
   #ifndef PEGASUS_INITIAL_THREADSTACK_SIZE
   # define PEGASUS_INITIAL_THREADSTACK_SIZE 256*1024
   #endif
   
   /*
   ** PEGASUS_PG_OBJECTMANAGER_ELEMENTNAME
   **
   ** This macro is used to set ElementName property on the PG_ObjectManager
   ** instance. This value is also used in SLP announcment for service-hi-name.
   **
   ** This value can be overridden platform specific by defining the macro in
   ** the corresponding PEGASUS_PLATFORM_*.h file.
   */
   
   
   #ifndef PEGASUS_PG_OBJECTMANAGER_ELEMENTNAME
   # ifdef PEGASUS_FLAVOR
   #  define PEGASUS_PG_OBJECTMANAGER_ELEMENTNAME PEGASUS_FLAVOR"-pegasus"
 #else #else
 # define PEGASUS_MAX_PRINTABLE_CHAR 127  #  define PEGASUS_PG_OBJECTMANAGER_ELEMENTNAME "Pegasus"
 #endif #endif
   #endif
   
  
 #endif  /* Pegasus_Config_h */ #endif  /* Pegasus_Config_h */


Legend:
Removed from v.1.71  
changed lines
  Added in v.1.82.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2