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

Diff for /pegasus/mak/config.mak between version 1.141.2.1 and 1.141.2.2

version 1.141.2.1, 2007/06/08 10:28:29 version 1.141.2.2, 2007/06/12 09:33:13
Line 565 
Line 565 
 # PEP 291 # PEP 291
 # IPV6 Support for pegaus, Phase 1 # IPV6 Support for pegaus, Phase 1
 # #
 ifdef PEGASUS_DISABLE_IPV6  ifndef PEGASUS_ENABLE_IPV6
   ifeq ($(PEGASUS_DISABLE_IPV6),true)      PEGASUS_ENABLE_IPV6 = true
     DEFINES += -DPEGASUS_DISABLE_IPV6  endif
   ifeq ($(PEGASUS_ENABLE_IPV6),true)
       DEFINES += -DPEGASUS_ENABLE_IPV6
   else   else
     ifneq ($(PEGASUS_DISABLE_IPV6),false)      ifneq ($(PEGASUS_ENABLE_IPV6),false)
       $(error PEGASUS_DISABLE_IPV6 ($(PEGASUS_DISABLE_IPV6)) \        $(error PEGASUS_ENABLE_IPV6 ($(PEGASUS_ENABLE_IPV6)) \
        invalid, must be true or false)        invalid, must be true or false)
     endif     endif
   endif   endif
 endif  
  
 # #
 # PEGASUS_ENABLE_SLP and PEGASUS_DISABLE_SLP # PEGASUS_ENABLE_SLP and PEGASUS_DISABLE_SLP


Legend:
Removed from v.1.141.2.1  
changed lines
  Added in v.1.141.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2