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

Diff for /pegasus/mak/config.mak between version 1.151.2.7 and 1.151.2.8

version 1.151.2.7, 2008/07/15 01:47:40 version 1.151.2.8, 2008/10/23 18:15:52
Line 432 
Line 432 
     DEFINES += -DPEGASUS_DISABLE_CQL     DEFINES += -DPEGASUS_DISABLE_CQL
 endif endif
  
   ###################################################
   # Allow EXPORT Server within cimserver to be disabled
   # default - enabled
   # true - enabled
   # false - disabled and not referenced within server
   
   ifdef PEGASUS_ENABLE_EXPORTSERVER
     ifeq ($(PEGASUS_ENABLE_EXPORTSERVER),true)
       DEFINES += -DPEGASUS_ENABLE_EXPORTSERVER
     else
       ifneq ($(PEGASUS_ENABLE_EXPORTSERVER),false)
         $(error PEGASUS_ENABLE_EXPORTSERVER ($(PEGASUS_ENABLE_EXPORTSERVER)) invalid, must be true or false)
       endif
     endif
   else
     DEFINES += -DPEGASUS_ENABLE_EXPORTSERVER
     PEGASUS_ENABLE_EXPORTSERVER=true
   endif
   
 # #
 # PEP 186 # PEP 186
 # Allow override of product name/version/status.  A file # Allow override of product name/version/status.  A file


Legend:
Removed from v.1.151.2.7  
changed lines
  Added in v.1.151.2.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2