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

Diff for /pegasus/mak/config.mak between version 1.40 and 1.45

version 1.40, 2003/10/08 14:05:27 version 1.45, 2004/02/03 13:32:09
Line 238 
Line 238 
         DEFINES+= -DPEGASUS_REMOVE_TRACE         DEFINES+= -DPEGASUS_REMOVE_TRACE
 endif endif
  
   # PEP 123 use monitor2 (the default) or not
   ifdef PEGASUS_USE_23HTTPMONITOR
   DEFINES+= -DPEGASUS_USE_23HTTPMONITOR
   endif
   
   #BUG 1170 Monitor2 Client Workaround
   ifdef PEGASUS_USE_23HTTPMONITOR_CLIENT
   DEFINES+= -DPEGASUS_USE_23HTTPMONITOR_CLIENT
   endif
  
 # use monitor_2  # is the pegasus slp classes
 ifdef PEGASUS_MONITOR2  ifdef PEGASUS_SLP_CLASSES
 DEFINES+= -DPEGASUS_MONITOR2          DEFINES+= -DPEGASUS_SLP_CLASSES
 endif endif
  
 # setup function to enable SLP functions in the Pegasus standard compile # setup function to enable SLP functions in the Pegasus standard compile
Line 250 
Line 259 
   DEFINES+= -DPEGASUS_ENABLE_SLP   DEFINES+= -DPEGASUS_ENABLE_SLP
 endif endif
  
   # compile in the experimental APIs
   DEFINES+= -DPEGASUS_USE_EXPERIMENTAL_INTERFACES
   
  
 ############################################################ ############################################################
 # #


Legend:
Removed from v.1.40  
changed lines
  Added in v.1.45

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2