(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.79 and 1.82.4.1

version 1.79, 2008/11/19 16:52:07 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 301 
Line 299 
 # define PEGASUS_FORMAT(A1, A2) /* not implemented */ # define PEGASUS_FORMAT(A1, A2) /* not implemented */
 #endif #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
   #  define PEGASUS_PG_OBJECTMANAGER_ELEMENTNAME "Pegasus"
   # endif
   #endif
   
  
 #endif  /* Pegasus_Config_h */ #endif  /* Pegasus_Config_h */


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2