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

Diff for /pegasus/mak/config.mak between version 1.113.2.4 and 1.122.2.1

version 1.113.2.4, 2006/03/29 18:25:36 version 1.122.2.1, 2006/03/14 21:06:36
Line 473 
Line 473 
     DEFINES += -DPEGASUS_ENABLE_OBJECT_NORMALIZATION     DEFINES += -DPEGASUS_ENABLE_OBJECT_NORMALIZATION
 endif endif
  
 # PEP 233  
 # Controls support for EmbeddedInstance properties  
 # and parameters  
 ifdef PEGASUS_EMBEDDED_INSTANCE_SUPPORT  
     ifeq ($(PEGASUS_EMBEDDED_INSTANCE_SUPPORT), true)  
         DEFINES += -DPEGASUS_EMBEDDED_INSTANCE_SUPPORT  
     else  
         ifneq ($(PEGASUS_EMBEDDED_INSTANCE_SUPPORT), false)  
             $(error PEGASUS_EMBEDDED_INSTANCE_SUPPORT ($(PEGASUS_EMBEDDED_INSTANCE_SUPPORT)) invalid, must be true or false)  
         endif  
     endif  
 endif  
   
 # Allow ExecQuery functionality to be enabled # Allow ExecQuery functionality to be enabled
 ifndef PEGASUS_ENABLE_EXECQUERY ifndef PEGASUS_ENABLE_EXECQUERY
     DEFINES += -DPEGASUS_DISABLE_EXECQUERY     DEFINES += -DPEGASUS_DISABLE_EXECQUERY
Line 525 
Line 512 
         OPENSSL_SET_SERIAL_SUPPORTED = true         OPENSSL_SET_SERIAL_SUPPORTED = true
     endif     endif
  endif  endif
   
   # Enable CRL verification
   ifndef PEGASUS_ENABLE_SSL_CRL_VERIFICATION
       PEGASUS_ENABLE_SSL_CRL_VERIFICATION = true
   endif
   
   # Check for Enable SSL CRL verification
   ifdef PEGASUS_ENABLE_SSL_CRL_VERIFICATION
       ifeq ($(PEGASUS_ENABLE_SSL_CRL_VERIFICATION), true)
           FLAGS += -DPEGASUS_ENABLE_SSL_CRL_VERIFICATION
       else
           ifneq ($(PEGASUS_ENABLE_SSL_CRL_VERIFICATION), false)
               $(error PEGASUS_ENABLE_SSL_CRL_VERIFICATION\
                    ($(PEGASUS_ENABLE_SSL_CRL_VERIFICATION)) invalid, \
                     must be true or false)
           endif
       endif
   endif
 endif endif
  
 # #


Legend:
Removed from v.1.113.2.4  
changed lines
  Added in v.1.122.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2