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

Diff for /pegasus/mak/config.mak between version 1.161.2.1 and 1.161.4.2

version 1.161.2.1, 2008/04/19 00:55:19 version 1.161.4.2, 2008/04/25 22:23:39
Line 723 
Line 723 
   PEGASUS_TEST_IPV6 = $(PEGASUS_ENABLE_IPV6)   PEGASUS_TEST_IPV6 = $(PEGASUS_ENABLE_IPV6)
 endif endif
  
   #
   # PEP 322
   # Allow tracking generated indications data to be disabled.  It is enabled
   # by default.
   #
   
   ifndef PEGASUS_ENABLE_INDICATION_COUNT
       PEGASUS_ENABLE_INDICATION_COUNT = true
   endif
   
   ifdef PEGASUS_ENABLE_INDICATION_COUNT
       ifeq ($(PEGASUS_ENABLE_INDICATION_COUNT),true)
           DEFINES += -DPEGASUS_ENABLE_INDICATION_COUNT
       else
           ifneq ($(PEGASUS_ENABLE_INDICATION_COUNT),false)
               $(error PEGASUS_ENABLE_INDICATION_COUNT \
                 ($(PEGASUS_ENABLE_INDICATION_COUNT)) invalid, must be true or false)
           endif
       endif
   endif
   
 ############################################################################ ############################################################################
 # #
 # PEGASUS_ENABLE_SLP and PEGASUS_DISABLE_SLP # PEGASUS_ENABLE_SLP and PEGASUS_DISABLE_SLP
Line 1078 
Line 1099 
   DEFINES += -DPEGASUS_CIMSERVERMAIN_USER=\"$(PEGASUS_CIMSERVERMAIN_USER)\"   DEFINES += -DPEGASUS_CIMSERVERMAIN_USER=\"$(PEGASUS_CIMSERVERMAIN_USER)\"
 endif endif
  
   
 ##==============================================================================  
 ##  
 ## PEGASUS_ENABLE_PROTOCOL_WSMAN  
 ##  
 ##     Enables the WS-Management protocol in the CIM Server.  
 ##  
 ##==============================================================================  
   
 ifndef PEGASUS_ENABLE_PROTOCOL_WSMAN  
     PEGASUS_ENABLE_PROTOCOL_WSMAN = false  
 endif  
   
 ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true)  
     DEFINES += -DPEGASUS_ENABLE_PROTOCOL_WSMAN  
 else  
     ifneq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),false)  
         $(error PEGASUS_ENABLE_PROTOCOL_WSMAN ($(PEGASUS_ENABLE_PROTOCOL_WSMAN)) invalid, must be true or false)  
     endif  
 endif  
   
   
 ##============================================================================== ##==============================================================================
 ## ##
 ## PEGASUS_USE_PAM_STANDALONE_PROC ## PEGASUS_USE_PAM_STANDALONE_PROC


Legend:
Removed from v.1.161.2.1  
changed lines
  Added in v.1.161.4.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2