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

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

version 1.45, 2004/02/03 13:32:09 version 1.47, 2004/05/01 15:40:54
Line 239 
Line 239 
 endif endif
  
 # PEP 123 use monitor2 (the default) or not # PEP 123 use monitor2 (the default) or not
 ifdef PEGASUS_USE_23HTTPMONITOR  #ifdef PEGASUS_USE_23HTTPMONITOR_SERVER
 DEFINES+= -DPEGASUS_USE_23HTTPMONITOR  DEFINES+= -DPEGASUS_USE_23HTTPMONITOR_SERVER
 endif  #endif
  
 #BUG 1170 Monitor2 Client Workaround #BUG 1170 Monitor2 Client Workaround
 ifdef PEGASUS_USE_23HTTPMONITOR_CLIENT  #ifdef PEGASUS_USE_23HTTPMONITOR_CLIENT
 DEFINES+= -DPEGASUS_USE_23HTTPMONITOR_CLIENT DEFINES+= -DPEGASUS_USE_23HTTPMONITOR_CLIENT
   #endif
   
   # PEP 161
   # Control whether utf-8 filenames are supported by the repository
   ifdef PEGASUS_SUPPORT_UTF8_FILENAME
           DEFINES+= -DPEGASUS_SUPPORT_UTF8_FILENAME
   
           # Control whether utf-8 filenames in the repository are escaped
           ifdef PEGASUS_REPOSITORY_ESCAPE_UTF8
           DEFINES+= -DPEGASUS_REPOSITORY_ESCAPE_UTF8
           endif
 endif endif
  
 # is the pegasus slp classes # is the pegasus slp classes


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2