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

Diff for /pegasus/mak/platform_LINUX_IA64_GNU.mak between version 1.12 and 1.16

version 1.12, 2003/03/13 17:25:16 version 1.16, 2003/03/21 23:37:35
Line 16 
Line 16 
  
 DEFINES += -DPEGASUS_DISABLE_KILLING_HUNG_THREADS DEFINES += -DPEGASUS_DISABLE_KILLING_HUNG_THREADS
  
   DEFINES += -DPEGASUS_USE_SYSLOGS
   
   DEFINES += -DPEGASUS_HAS_SIGNALS
   
 # #
 ## 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 27 
Line 31 
 endif endif
  
 ## ##
   ## The following flag sets the Authentication to be PAM based authentication.
   ##
   
   ifdef PEGASUS_ALWAYS_USE_PAM
    DEFINES += -DPEGASUS_ALWAYS_USE_PAM
   endif
   
   ##
 ## The following flag needs to be set to compile in code for ## The following flag needs to be set to compile in code for
 ## not listing the trace configuration properties. This will cause ## not listing the trace configuration properties. This will cause
 ## the trace configuration properties, traceComponents and traceLevel ## the trace configuration properties, traceComponents and traceLevel
Line 86 
Line 98 
  
 MOVE = mv MOVE = mv
  
 LIB_SUFFIX = .so  
   
 PEGASUS_SUPPORTS_DYNLIB = yes PEGASUS_SUPPORTS_DYNLIB = yes
  
 LIB_SUFFIX = .$(MAJOR_VERSION_NUMBER)  LIB_SUFFIX = .so.$(MAJOR_VERSION_NUMBER)
  


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2