(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.211

version 1.195.2.5, 2014/03/12 22:34:59 version 1.211, 2013/07/01 10:56:01
Line 1482 
Line 1482 
   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.211

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2