(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.9 and 1.14

version 1.9, 2002/10/30 19:02:56 version 1.14, 2003/03/13 23:18:18
Line 12 
Line 12 
  
 PLATFORM_VERSION_SUPPORTED = yes PLATFORM_VERSION_SUPPORTED = yes
  
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)  DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -DPEGASUS_REMOVE_DEPRECATED
   
   DEFINES += -DPEGASUS_DISABLE_KILLING_HUNG_THREADS
   
   DEFINES += -DPEGASUS_USE_SYSLOGS
  
 # #
 ## The following flags need to be set or unset ## The following flags need to be set or unset
Line 25 
Line 29 
 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 39 
Line 51 
 endif endif
  
 FLAGS += -DPEGASUS_PLATFORM_LINUX_GENERIC_GNU FLAGS += -DPEGASUS_PLATFORM_LINUX_GENERIC_GNU
   
   ifdef PEGASUS_NO_SLP
 FLAGS += -DPEGASUS_NO_SLP FLAGS += -DPEGASUS_NO_SLP
 NO_SLP = true NO_SLP = true
   endif
  
 #FLAGS += -DPEGASUS_HAS_SSL  
 #SYS_LIBS = -ldl -lpthread -lcrypt -lssl  
 SYS_LIBS = -ldl -lpthread -lcrypt SYS_LIBS = -ldl -lpthread -lcrypt
  
   ifdef PEGASUS_HAS_SSL
     FLAGS += -DPEGASUS_HAS_SSL
     SYS_LIBS += -lssl
   endif
   
 # Build using fixed release settings # Build using fixed release settings
 # #
 ifdef PEGASUS_USE_RELEASE_CONFIG_OPTIONS ifdef PEGASUS_USE_RELEASE_CONFIG_OPTIONS
Line 64 
Line 82 
    endif    endif
 endif endif
  
   ifdef PEGASUS_LOCAL_DOMAIN_SOCKET
    FLAGS += -DPEGASUS_LOCAL_DOMAIN_SOCKET
   endif
   
 CXX = g++ CXX = g++
  
 SH = sh SH = sh


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2