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

Diff for /pegasus/mak/config.mak between version 1.135.4.2 and 1.135.4.3

version 1.135.4.2, 2007/07/03 21:50:00 version 1.135.4.3, 2008/01/09 05:55:50
Line 590 
Line 590 
 # Enable IPv6 support # Enable IPv6 support
 # #
  
   ifndef PEGASUS_ENABLE_IPV6
       PEGASUS_ENABLE_IPV6 = false
   endif
   
 # Check for Enable IPv6 support # Check for Enable IPv6 support
 ifdef PEGASUS_ENABLE_IPV6 ifdef PEGASUS_ENABLE_IPV6
   ifeq ($(PEGASUS_ENABLE_IPV6),true)   ifeq ($(PEGASUS_ENABLE_IPV6),true)
Line 602 
Line 606 
   endif   endif
 endif endif
  
   # Verify Test IPv6 support
   # If PEGASUS_ENABLE_IPV6 is defined and PEGASUS_TEST_IPV6 is not defined, we set
   # PEGASUS_TEST_IPV6 to the same value as PEGASUS_ENABLE_IPV6.
   # You can explicitly set PEGASUS_TEST_IPV6 to false if you don't want to run the
   # IPv6 tests (for example, on an IPv4 system that is running an IPv6-enabled
   # version of Pegasus).
   #
   ifdef PEGASUS_TEST_IPV6
     ifneq ($(PEGASUS_TEST_IPV6),true)
       ifneq ($(PEGASUS_TEST_IPV6),false)
         $(error PEGASUS_TEST_IPV6 ($(PEGASUS_TEST_IPV6)) \
          invalid, must be true or false)
       endif
     endif
   else
     PEGASUS_TEST_IPV6 = $(PEGASUS_ENABLE_IPV6)
   endif
   
   
 # #
 # PEGASUS_ENABLE_SLP and PEGASUS_DISABLE_SLP # PEGASUS_ENABLE_SLP and PEGASUS_DISABLE_SLP
 # #


Legend:
Removed from v.1.135.4.2  
changed lines
  Added in v.1.135.4.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2