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

Diff for /pegasus/mak/config.mak between version 1.195.2.5 and 1.210

version 1.195.2.5, 2014/03/12 22:34:59 version 1.210, 2013/05/28 12:34:23
Line 683 
Line 683 
  
 # Controls snmp indication handler to use NET-SNMP to deliver trap # Controls snmp indication handler to use NET-SNMP to deliver trap
 ifdef PEGASUS_USE_NET_SNMP ifdef PEGASUS_USE_NET_SNMP
    ifeq ($(PEGASUS_USE_NET_SNMP),true)  
       DEFINES += -DPEGASUS_USE_NET_SNMP       DEFINES += -DPEGASUS_USE_NET_SNMP
    else  
       ifneq ($(PEGASUS_USE_NET_SNMP),false)  
          $(error PEGASUS_USE_NET_SNMP ($(PEGASUS_USE_NET_SNMP)) invalid, must be true or false)  
       endif  
    endif  
 endif endif
   
 # Controls snmp indication handler to use NET-SNMP V3 features. # Controls snmp indication handler to use NET-SNMP V3 features.
 ifndef PEGASUS_ENABLE_NET_SNMPV3 ifndef PEGASUS_ENABLE_NET_SNMPV3
     ifeq ($(PEGASUS_USE_NET_SNMP),true)      ifdef PEGASUS_USE_NET_SNMP
        PEGASUS_ENABLE_NET_SNMPV3=true        PEGASUS_ENABLE_NET_SNMPV3=true
     else     else
         PEGASUS_ENABLE_NET_SNMPV3=false         PEGASUS_ENABLE_NET_SNMPV3=false
Line 701 
Line 696 
 endif endif
  
 ifeq ($(PEGASUS_ENABLE_NET_SNMPV3),true) ifeq ($(PEGASUS_ENABLE_NET_SNMPV3),true)
     ifneq ($(PEGASUS_USE_NET_SNMP),true)      ifndef PEGASUS_USE_NET_SNMP
         $(error PEGASUS_USE_NET_SNMP should be set to true when PEGASUS_ENABLE_NET_SNMPV3 is true)          $(error PEGASUS_USE_NET_SNMP should be set when PEGASUS_ENABLE_NET_SNMPV3 is true)
     endif     endif
     DEFINES += -DPEGASUS_ENABLE_NET_SNMPV3     DEFINES += -DPEGASUS_ENABLE_NET_SNMPV3
 else else
Line 1482 
Line 1477 
   endif   endif
 endif endif
  
   
 ##==============================================================================  
 ##  
 ## PEGASUS_ENABLE_PROTOCOL_WEB  
 ##  
 ##     Enables the GET-Method for files in order to act as a web-server  
 ##  
 ##  
 ##  
 ##  
 ##==============================================================================  
 ifndef PEGASUS_ENABLE_PROTOCOL_WEB  
   PEGASUS_ENABLE_PROTOCOL_WEB = true  
 endif  
   
 ifeq ($(PEGASUS_ENABLE_PROTOCOL_WEB),true)  
   DEFINES += -DPEGASUS_ENABLE_PROTOCOL_WEB  
 else  
   ifneq ($(PEGASUS_ENABLE_PROTOCOL_WEB),false)  
     $(error "PEGASUS_ENABLE_PROTOCOL_WEB must be true or false")  
   endif  
 endif  
   
 ## ====================================================================== ## ======================================================================
 ## ##
 ## PLATFORM_CORE_PATTERN ## PLATFORM_CORE_PATTERN


Legend:
Removed from v.1.195.2.5  
changed lines
  Added in v.1.210

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2