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

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

version 1.47, 2004/05/01 15:40:54 version 1.49, 2004/05/26 17:04:39
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 259 
Line 265 
         endif         endif
 endif endif
  
   #
   # PEP 142
   # The following flag need to be set to enable
   # user group authorization functionality.
   #
   ifdef PEGASUS_ENABLE_USERGROUP_AUTHORIZATION
    DEFINES += -DPEGASUS_ENABLE_USERGROUP_AUTHORIZATION
   endif
   
   
 # is the pegasus slp classes # is the pegasus slp classes
 ifdef PEGASUS_SLP_CLASSES ifdef PEGASUS_SLP_CLASSES
         DEFINES+= -DPEGASUS_SLP_CLASSES         DEFINES+= -DPEGASUS_SLP_CLASSES


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2