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

Diff for /pegasus/mak/config.mak between version 1.195 and 1.196

version 1.195, 2011/01/12 13:30:23 version 1.196, 2011/01/20 13:08:18
Line 1480 
Line 1480 
  
 ##============================================================================== ##==============================================================================
 ## ##
 ## PEGASUS_ENABLE_PROTOCOL_INTERNAL_BINARY  
 ##  
 ##     Enable binary protocol between cimserver and out-of-process providers.  
 ##     By default this feature is enabled.  
 ##  
 ##==============================================================================  
   
 ifndef PEGASUS_ENABLE_PROTOCOL_INTERNAL_BINARY  
   PEGASUS_ENABLE_PROTOCOL_INTERNAL_BINARY=true  
 endif  
   
 ifeq ($(PEGASUS_ENABLE_PROTOCOL_INTERNAL_BINARY),true)  
   DEFINES += -DPEGASUS_ENABLE_PROTOCOL_INTERNAL_BINARY  
 else  
   ifneq ($(PEGASUS_ENABLE_PROTOCOL_INTERNAL_BINARY),false)  
     $(error "PEGASUS_ENABLE_PROTOCOL_INTERNAL_BINARY must be true or false")  
   endif  
 endif  
   
 ##==============================================================================  
 ##  
 ## PEGASUS_ENABLE_PROTOCOL_BINARY ## PEGASUS_ENABLE_PROTOCOL_BINARY
 ## ##
 ##     Enables the binary protocol between clients and cimserver. With provider ##     Enables the binary protocol between clients and cimserver. With provider


Legend:
Removed from v.1.195  
changed lines
  Added in v.1.196

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2