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

Diff for /pegasus/mak/config.mak between version 1.139.2.1 and 1.141.6.1

version 1.139.2.1, 2007/05/23 23:36:00 version 1.141.6.1, 2007/06/25 19:51:09
Line 560 
Line 560 
   endif   endif
 endif endif
  
   
   #
   # PEP 291
   # Enable IPv6 support
   #
   ifndef PEGASUS_ENABLE_IPV6
       PEGASUS_ENABLE_IPV6 = true
   endif
   
   # Check for Enable IPv6 support
   ifdef PEGASUS_ENABLE_IPV6
     ifeq ($(PEGASUS_ENABLE_IPV6),true)
       DEFINES += -DPEGASUS_ENABLE_IPV6
     else
       ifneq ($(PEGASUS_ENABLE_IPV6),false)
         $(error PEGASUS_ENABLE_IPV6 ($(PEGASUS_ENABLE_IPV6)) \
          invalid, must be true or false)
       endif
     endif
   endif
   
 # #
 # PEGASUS_ENABLE_SLP and PEGASUS_DISABLE_SLP # PEGASUS_ENABLE_SLP and PEGASUS_DISABLE_SLP
 # #
Line 862 
Line 883 
  
   ## Specifies the user context of the cimservermain process when privilege   ## Specifies the user context of the cimservermain process when privilege
   ## separation is enabled.   ## separation is enabled.
   ifdef PEGASUS_CIMSERVERMAIN_USER    ifndef PEGASUS_CIMSERVERMAIN_USER
     DEFINES += -DPEGASUS_CIMSERVERMAIN_USER=\"$(PEGASUS_CIMSERVERMAIN_USER)\"      PEGASUS_CIMSERVERMAIN_USER = pegasus
   endif   endif
     DEFINES += -DPEGASUS_CIMSERVERMAIN_USER=\"$(PEGASUS_CIMSERVERMAIN_USER)\"
 endif endif
  
 ##============================================================================== ##==============================================================================


Legend:
Removed from v.1.139.2.1  
changed lines
  Added in v.1.141.6.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2