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

Diff for /pegasus/mak/config.mak between version 1.100 and 1.101

version 1.100, 2005/07/22 18:34:04 version 1.101, 2005/08/12 17:52:31
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
  


Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2