(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.1 and 1.10

version 1.1, 2002/09/01 18:18:23 version 1.10, 2003/03/13 22:35:37
Line 1 
Line 1 
 MAJOR_VERSION_NUMBER = 0  MAJOR_VERSION_NUMBER = 1
  
 OS = HPUX OS = HPUX
  
Line 22 
Line 22 
  SYS_INCLUDES += -I$(PURIFY_HOME)  SYS_INCLUDES += -I$(PURIFY_HOME)
 endif endif
  
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -DPEGASUS_PLATFORM_HPUX_ACC  DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -DPEGASUS_PLATFORM_HPUX_ACC -DPEGASUS_REMOVE_DEPRECATED -DPEGASUS_LOCAL_DOMAIN_SOCKET
   
   DEFINES += -DPEGASUS_DISABLE_KILLING_HUNG_THREADS
   
   DEFINES += -DPEGASUS_USE_SYSLOGS
  
 ifdef PEGASUS_AGENT ifdef PEGASUS_AGENT
  DEFINES += -DHPUX_EMANATE  DEFINES += -DHPUX_EMANATE
Line 58 
Line 62 
  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.1  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2