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

Diff for /pegasus/mak/config.mak between version 1.122.2.4 and 1.124

version 1.122.2.4, 2006/08/02 21:31:08 version 1.124, 2006/04/20 15:46:22
Line 440 
Line 440 
   endif   endif
 endif endif
  
 # Allow to define the default value for the Provider User Context  
 # property as REQUESTOR.  
 # If is set and true use REQUESTOR  
 # If is not set or false use PRIVILEGED  
 #  
 ifdef PEGASUS_DEFAULT_USERCTXT_REQUESTOR  
   ifeq ($(PEGASUS_DEFAULT_USERCTXT_REQUESTOR),true)  
     DEFINES += -DPEGASUS_DEFAULT_USERCTXT_REQUESTOR  
   else  
     ifneq ($(PEGASUS_DEFAULT_USERCTXT_REQUESTOR),false)  
       $(error PEGASUS_DEFAULT_USERCTXT_REQUESTOR ($(PEGASUS_DEFAULT_USERCTXT_REQUESTOR)) invalid, must be true or false)  
     endif  
   endif  
 endif  
   
 # #
 # PEP 197 # PEP 197
 # Allow the Provider User Context feature to be disabled. # Allow the Provider User Context feature to be disabled.
Line 795 
Line 780 
     EXTRA_LINK_FLAGS = $(PEGASUS_EXTRA_LINK_FLAGS)     EXTRA_LINK_FLAGS = $(PEGASUS_EXTRA_LINK_FLAGS)
 endif endif
  
 ifndef PEGASUS_JAVA_CLASSPATH_DELIMITER  
     PEGASUS_JAVA_CLASSPATH_DELIMITER = :  
 endif  


Legend:
Removed from v.1.122.2.4  
changed lines
  Added in v.1.124

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2