(file) Return to config.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/config.mak between version 1.102 and 1.106

version 1.102, 2005/10/11 11:51:44 version 1.106, 2005/11/08 21:38:03
Line 251 
Line 251 
 $(RM) -f $(1).tmp $(NL) \ $(RM) -f $(1).tmp $(NL) \
 $(RM) -f $(2).tmp $(NL) $(RM) -f $(2).tmp $(NL)
  
   #
   # The following is used to define the usage message for MakeFile
   #
   # See the pegasus/Makfile for an exampleof its usage.
   #
   USAGE = @$(ECHO) " $(1)"
   
 ################################################################################ ################################################################################
 ## ##
 ## Attempt to include a platform configuration file: ## Attempt to include a platform configuration file:
Line 281 
Line 288 
 ## ##
 ## Controls the maximum number of threads allowed per message service queue. ## Controls the maximum number of threads allowed per message service queue.
 ##     It is allowed to range between 1 and MAX_THREADS_PER_SVC_QUEUE_LIMIT ##     It is allowed to range between 1 and MAX_THREADS_PER_SVC_QUEUE_LIMIT
 ##     as set in pegasus/src/Pegasus/Common/MessageQueueService.cpp.  ##     as set in pegasus/src/Pegasus/Common/MessageQueueService.cpp.  If the
 ##  ##     specified value is out of range, MAX_THREADS_PER_SVC_QUEUE_LIMIT is
 ##      defaults to 0 (zero)  ##     used.  The default value is MAX_THREADS_PER_SVC_QUEUE_DEFAULT, as
 ##  ##     defined in pegasus/src/Pegasus/Common/MessageQueueService.cpp.
 ##      if set to 0 (zero)  
 ##       then the max threads per service queue is  
 ##            set to MAX_THREADS_PER_SVC_QUEUE_DEFAULT.  
 ##      if set larger than MAX_THREADS_PER_SVC_QUEUE_LIMIT  
 ##        then the max threads per service queue is  
 ##            set to MAX_THREADS_PER_SVC_QUEUE_LIMIT.  
 ## ##
 ##      Label                                   Current value ##      Label                                   Current value
 ##      --------------------------------------  ------------- ##      --------------------------------------  -------------
Line 301 
Line 302 
  
 ifdef PEGASUS_MAX_THREADS_PER_SVC_QUEUE ifdef PEGASUS_MAX_THREADS_PER_SVC_QUEUE
   DEFINES += -DMAX_THREADS_PER_SVC_QUEUE=$(PEGASUS_MAX_THREADS_PER_SVC_QUEUE)   DEFINES += -DMAX_THREADS_PER_SVC_QUEUE=$(PEGASUS_MAX_THREADS_PER_SVC_QUEUE)
 else  
   DEFINES += -DMAX_THREADS_PER_SVC_QUEUE=0  
 endif endif
  
 ############################################################################## ##############################################################################
Line 399 
Line 398 
 endif endif
  
 # #
   # PEP 72
   # Allow Out-of-Process Providers to be disabled by default
   #
   ifdef PEGASUS_DEFAULT_OOP_FALSE
       DEFINES += -DPEGASUS_DEFAULT_OOP_FALSE
   endif
   
   #
 # PEP 197 # PEP 197
 # Allow the Provider User Context feature to be disabled. # Allow the Provider User Context feature to be disabled.
 # #
Line 559 
Line 566 
  
 ################################################################################ ################################################################################
 ## ##
   ## PEGASUS_CLASS_CACHE_SIZE
   ##
   ##     This environment variable gives the size of the class cache used by
   ##     the CIM repository. When it is undefined, the size defaults to something
   ##     relatively small (see src/Pegasus/Repository/CIMRepository.cpp). If
   ##     defined, it gives the size of the class cache. If it is 0 , the class
   ##     cache is not defined compiled in at all.
   ##
   ################################################################################
   
   ifdef PEGASUS_CLASS_CACHE_SIZE
   DEFINES += -DPEGASUS_CLASS_CACHE_SIZE=$(PEGASUS_CLASS_CACHE_SIZE)
   endif
   
   ################################################################################
   ##
 ## Additional build flags passed in through environment variables. ## Additional build flags passed in through environment variables.
 ## These flags are added to the compile/link commands. ## These flags are added to the compile/link commands.
 ## ##


Legend:
Removed from v.1.102  
changed lines
  Added in v.1.106

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2