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

version 1.195, 2011/01/12 13:30:23 version 1.195.2.1, 2011/10/11 18:17:56
Line 236 
Line 236 
 # ***** # *****
  
 ifndef PEGASUS_CIM_SCHEMA ifndef PEGASUS_CIM_SCHEMA
     PEGASUS_CIM_SCHEMA=CIM225      PEGASUS_CIM_SCHEMA=CIM228
 endif endif
  
 CIM_SCHEMA_DIR=$(PEGASUS_ROOT)/Schemas/$(PEGASUS_CIM_SCHEMA) CIM_SCHEMA_DIR=$(PEGASUS_ROOT)/Schemas/$(PEGASUS_CIM_SCHEMA)
Line 1151 
Line 1151 
                 $(error PEGASUS_ENABLE_INTEROP_PROVIDER ($(PEGASUS_ENABLE_INTEROP_PROVIDER)) invalid, must be true if DMTF Indications profile support is enabled)                 $(error PEGASUS_ENABLE_INTEROP_PROVIDER ($(PEGASUS_ENABLE_INTEROP_PROVIDER)) invalid, must be true if DMTF Indications profile support is enabled)
             endif             endif
         endif         endif
         DEFINES += -DPEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT          DEFINES += -DPEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT -DPEGASUS_ENABLE_INDICATION_ORDERING
     else     else
         ifneq ($(PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT),false)         ifneq ($(PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT),false)
             $(error PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT ($(PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT)) invalid, must be true or false)             $(error PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT ($(PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT)) invalid, must be true or false)
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.195.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2