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

Diff for /pegasus/mak/config.mak between version 1.112 and 1.114

version 1.112, 2005/12/16 19:44:35 version 1.114, 2006/01/20 19:59:01
Line 419 
Line 419 
 # PEP 72 # PEP 72
 # Allow Out-of-Process Providers to be disabled by default # Allow Out-of-Process Providers to be disabled by default
 # #
 ifdef PEGASUS_DEFAULT_OOP_ON  ifdef PEGASUS_DEFAULT_ENABLE_OOP
   ifeq ($(PEGASUS_DEFAULT_OOP_ON),true)    ifeq ($(PEGASUS_DEFAULT_ENABLE_OOP),true)
     DEFINES += -DPEGASUS_DEFAULT_OOP_ON      DEFINES += -DPEGASUS_DEFAULT_ENABLE_OOP
   else   else
     ifneq ($(PEGASUS_DEFAULT_OOP_ON),false)      ifneq ($(PEGASUS_DEFAULT_ENABLE_OOP),false)
       $(error PEGASUS_DEFAULT_OOP_ON ($(PEGASUS_DEFAULT_OOP_ON)) invalid, must be true or false)        $(error PEGASUS_DEFAULT_ENABLE_OOP ($(PEGASUS_DEFAULT_ENABLE_OOP)) invalid, must be true or false)
     endif     endif
   endif   endif
 endif endif
Line 528 
Line 528 
   endif   endif
 endif endif
  
   #
   # Enable this flag to allow the handshake to continue regardless of verification result
   #
   ifdef PEGASUS_OVERRIDE_SSL_CERT_VERIFICATION_RESULT
     DEFINES += -DPEGASUS_OVERRIDE_SSL_CERT_VERIFICATION_RESULT
   endif
   
 # set PEGASUS_DEBUG into the DEFINES if it exists. # set PEGASUS_DEBUG into the DEFINES if it exists.
 # Note that this flag is the general separator between # Note that this flag is the general separator between
 # debug compiles and non-debug compiles and controls both # debug compiles and non-debug compiles and controls both


Legend:
Removed from v.1.112  
changed lines
  Added in v.1.114

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2