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

Diff for /pegasus/mak/config.mak between version 1.99 and 1.101.2.2

version 1.99, 2005/07/19 19:05:35 version 1.101.2.2, 2005/10/04 22:25:15
Line 308 
Line 308 
 ## Controls if indications providers are stalled if the indications ## Controls if indications providers are stalled if the indications
 ## service queue is too large. ## service queue is too large.
 ## ##
 ##      defaults to 0 (zero)  ##      defaults to not set.
 ## ##
 ##      It can be set to any positive value. ##      It can be set to any positive value.
 ## ##
 ## If set to zero (0) providers are never stalled. This implies that the  ## If not set providers are never stalled. This implies that the
 ## indications service queue may become as large as neccesary to hold all ## indications service queue may become as large as neccesary to hold all
 ## the indicaitons generated. ## the indicaitons generated.
 ## ##
Line 442 
Line 442 
   DEFINES += -DPEGASUS_ENABLE_EMAIL_HANDLER   DEFINES += -DPEGASUS_ENABLE_EMAIL_HANDLER
 endif endif
  
 # setup function to enable SLP functions in the Pegasus standard compile  #
 # Set the environment varaible PEGASUS_ENABLE_SLP to enable SLP code.  # PEGASUS_ENABLE_SLP and PEGASUS_DISABLE_SLP
 # NOTE. Effective with Bug # 2633 some platforms now enable SLP.  #
   # Use PEGASUS_ENABLE_SLP to enable SLP functions in the Pegasus standard
   # compile on those platforms that do not enable it by default.
   #
   # Use PEGASUS_DISABLE_SLP to disable SLP on those platforms that enable
   # it by default.
   #
   # Currently (Aug. 12, 2005) Windows is the only platform that enables SLP
   # by default.
   #
   # NOTE. Effective with Bug # 2633 some platforms enable SLP.
 # To see which platforms look for platform make files that set # To see which platforms look for platform make files that set
 # the variable PEGASUS_ENABLE_SLP  # the variable PEGASUS_ENABLE_SLP.
   #
   #
 ifdef PEGASUS_ENABLE_SLP ifdef PEGASUS_ENABLE_SLP
     ifdef PEGASUS_DISABLE_SLP
       $(error Conflicting defines PEGASUS_ENABLE_SLP and PEGASUS_DISABLE_SLP both set)
     endif
     DEFINES += -DPEGASUS_ENABLE_SLP     DEFINES += -DPEGASUS_ENABLE_SLP
 endif endif
  
Line 557 
Line 572 
     EXTRA_LINK_FLAGS = $(PEGASUS_EXTRA_LINK_FLAGS)     EXTRA_LINK_FLAGS = $(PEGASUS_EXTRA_LINK_FLAGS)
 endif endif
  
   ifdef PEGASUS_USE_INTERNAL_INLINES
       DEFINES += -DPEGASUS_USE_INTERNAL_INLINES
   endif
   
   ifdef PEGASUS_USE_STRING_EXTENSIONS
       DEFINES += -DPEGASUS_USE_STRING_EXTENSIONS
   endif
   


Legend:
Removed from v.1.99  
changed lines
  Added in v.1.101.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2