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

Diff for /pegasus/mak/config.mak between version 1.171.4.3 and 1.172

version 1.171.4.3, 2008/11/20 01:16:12 version 1.172, 2008/09/02 14:11:17
Line 877 
Line 877 
 ############################################################################ ############################################################################
 # #
 # PEGASUS_USE_OPENSLP # PEGASUS_USE_OPENSLP
   
 ## NOTE: This variable has been deprecated and superceeded by the use of ## NOTE: This variable has been deprecated and superceeded by the use of
 ## PEGASUS_USE_EXTERNAL_SLP. The use of this variable may be ## PEGASUS_USE_EXTERNAL_SLP. The use of this variable may be
 ## removed from Pegasus in future releases. It is converted to the ## removed from Pegasus in future releases. It is converted to the
Line 1076 
Line 1077 
     endif     endif
 endif endif
  
   ifdef PEGASUS_ENABLE_INTEROP_PROVIDER
       ifeq ($(PEGASUS_ENABLE_INTEROP_PROVIDER),true)
           DEFINES += -DPEGASUS_ENABLE_INTEROP_PROVIDER
       else
           ifneq ($(PEGASUS_ENABLE_INTEROP_PROVIDER),false)
               $(error PEGASUS_ENABLE_INTEROP_PROVIDER ($(PEGASUS_ENABLE_INTEROP_PROVIDER)) invalid, must be true or false)
           endif
       endif
   endif
   
 # #
 ## PEP 323, DMTF Indications Profile support, stage 1 ## PEP 323, DMTF Indications Profile support, stage 1
 # #
Line 1096 
Line 1107 
     endif     endif
 endif endif
  
 ifdef PEGASUS_ENABLE_INTEROP_PROVIDER  
     ifeq ($(PEGASUS_ENABLE_INTEROP_PROVIDER),true)  
         DEFINES += -DPEGASUS_ENABLE_INTEROP_PROVIDER  
     else  
         ifneq ($(PEGASUS_ENABLE_INTEROP_PROVIDER),false)  
             $(error PEGASUS_ENABLE_INTEROP_PROVIDER ($(PEGASUS_ENABLE_INTEROP_PROVIDER)) invalid, must be true or false)  
         endif  
     endif  
 endif  
   
   
 ############################################################################ ############################################################################
 # set PEGASUS_DEBUG into the DEFINES if it exists. # set PEGASUS_DEBUG into the DEFINES if it exists.
 # Note that this flag is the general separator between # Note that this flag is the general separator between
Line 1404 
Line 1404 
   endif   endif
 endif endif
  
 ## ======================================================================  
 ##  
 ## PLATFORM_CORE_PATTERN  
 ## This variable describes the pattern used to search for core files.  
 ## If not defined, this variable will be set to core*.  
 ## Only wildcard characters supported by the make wildcard function  
 ## may be used.  
   
 ifndef PLATFORM_CORE_PATTERN  
     PLATFORM_CORE_PATTERN = core*  
 endif  


Legend:
Removed from v.1.171.4.3  
changed lines
  Added in v.1.172

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2