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

Diff for /pegasus/mak/config.mak between version 1.43 and 1.48

version 1.43, 2004/01/16 22:03:35 version 1.48, 2004/05/13 13:10:46
Line 53 
Line 53 
     SOLARIS_SPARC_GNU \     SOLARIS_SPARC_GNU \
     SOLARIS_SPARC_CC \     SOLARIS_SPARC_CC \
     ZOS_ZSERIES_IBM \     ZOS_ZSERIES_IBM \
     NSK_NONSTOP_NMCPLUS      NSK_NONSTOP_NMCPLUS \
       DARWIN_PPC_GNU
  
 ifndef PEGASUS_PLATFORM ifndef PEGASUS_PLATFORM
   ERROR = pegasus_platform_undefined   ERROR = pegasus_platform_undefined
Line 210 
Line 211 
    FOUND = true    FOUND = true
 endif endif
  
   ifeq ($(PEGASUS_PLATFORM),DARWIN_PPC_GNU)
      include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak
      FOUND = true
   endif
   
 ifneq ($(FOUND),true) ifneq ($(FOUND),true)
   ERROR = pegasus_unknown_platform   ERROR = pegasus_unknown_platform
 pegasus_unknown_platform: pegasus_unknown_platform:
Line 239 
Line 245 
 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
 else  DEFINES+= -DPEGASUS_USE_23HTTPMONITOR_SERVER
 DEFINES+= -DPEGASUS_MONITOR2  #endif
   
   #BUG 1170 Monitor2 Client Workaround
   #ifdef PEGASUS_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.43  
changed lines
  Added in v.1.48

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2