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

Diff for /pegasus/mak/config.mak between version 1.133 and 1.133.2.2

version 1.133, 2006/10/03 18:18:43 version 1.133.2.2, 2006/10/23 09:15:48
Line 600 
Line 600 
  
 endif endif
  
   # PEP 267
   # SLP reregistration support.
   ifdef PEGASUS_SLP_REG_TIMEOUT
      ifeq ($(PEGASUS_ENABLE_SLP),true)
         DEFINES += -DPEGASUS_SLP_REG_TIMEOUT=$(PEGASUS_SLP_REG_TIMEOUT)
       else
         $(error PEGASUS_SLP_REG_TIMEOUT defined but PEGASUS_ENABLE_SLP is not true. Please correct this inconsistency)
       endif
   endif
   
   
   
 ifdef PEGASUS_ENABLE_SLP ifdef PEGASUS_ENABLE_SLP
   ifeq ($(PEGASUS_ENABLE_SLP),true)   ifeq ($(PEGASUS_ENABLE_SLP),true)
     DEFINES += -DPEGASUS_ENABLE_SLP     DEFINES += -DPEGASUS_ENABLE_SLP


Legend:
Removed from v.1.133  
changed lines
  Added in v.1.133.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2