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

Diff for /pegasus/mak/config.mak between version 1.39 and 1.44

version 1.39, 2003/09/02 19:50:56 version 1.44, 2004/01/29 21:13:44
Line 233 
Line 233 
   DEFINES+= -DPEGASUS_CLIENT_TRACE_ENABLE   DEFINES+= -DPEGASUS_CLIENT_TRACE_ENABLE
 endif endif
  
   # do not compile trace code. sometimes it causes problems debugging
   ifdef PEGASUS_REMOVE_TRACE
           DEFINES+= -DPEGASUS_REMOVE_TRACE
   endif
   
   # PEP 123 use monitor2 (the default) or not
   ifdef PEGASUS_USE_23HTTPMONITOR
   DEFINES+= -DPEGASUS_USE_23HTTPMONITOR
   endif
   
   # is the pegasus slp classes
   ifdef PEGASUS_SLP_CLASSES
           DEFINES+= -DPEGASUS_SLP_CLASSES
   endif
   
 # setup function to enable SLP functions in the Pegasus standard compile # setup function to enable SLP functions in the Pegasus standard compile
 # Set the environment varaible PEGASUS_ENABLE_SLP to enable SLP code. # Set the environment varaible PEGASUS_ENABLE_SLP to enable SLP code.
 ifdef PEGASUS_ENABLE_SLP ifdef PEGASUS_ENABLE_SLP
   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.39  
changed lines
  Added in v.1.44

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2