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

Diff for /pegasus/mak/platform_HPUX_ACC.mak between version 1.3 and 1.7

version 1.3, 2002/09/18 22:43:20 version 1.7, 2003/02/12 22:04:36
Line 1 
Line 1 
 MAJOR_VERSION_NUMBER = 0  MAJOR_VERSION_NUMBER = 1
  
 OS = HPUX OS = HPUX
  
Line 48 
Line 48 
  DEFINES += -DNDEBUG  DEFINES += -DNDEBUG
 endif endif
  
 ifdef PEGASUS_RETURN_WHEN_READY  
  DEFINES += -DPEGASUS_RETURN_WHEN_READY  
 endif  
   
 ## ##
 ## The following flags need to be set or unset ## The following flags need to be set or unset
 ## to compile-in the code required for PAM authentication ## to compile-in the code required for PAM authentication
Line 62 
Line 58 
  DEFINES += -DPEGASUS_PAM_AUTHENTICATION -DPEGASUS_NO_PASSWORDFILE  DEFINES += -DPEGASUS_PAM_AUTHENTICATION -DPEGASUS_NO_PASSWORDFILE
 endif endif
  
   ##
   ## The following flag needs to be set to compile in code for
   ## not listing the trace configuration properties. This will cause
   ## the trace configuration properties, traceComponents and traceLevel
   ## not to be listed when using the cimconfig -l command.
   ##
   DEFINES += -DPEGASUS_DONOT_LIST_TRACE_PROPERTIES
   
   ##
   ## The following flag needs to be set to compile in the configuration
   ## properties set with fixed release settings.
   ##
   ifdef PEGASUS_USE_RELEASE_CONFIG_OPTIONS
    DEFINES += -DPEGASUS_USE_RELEASE_CONFIG_OPTIONS
   endif
   
   ##
   ## The following flag needs to be set to compile in the configuration
   ## properties involving directories set with fixed release settings.
   ##
   ifdef PEGASUS_USE_RELEASE_DIRS
    DEFINES += -DPEGASUS_USE_RELEASE_DIRS
   endif
  
 DEPEND_INCLUDES = DEPEND_INCLUDES =
  


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2