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

Diff for /pegasus/mak/platform_HPUX_PARISC_ACC.mak between version 1.20 and 1.24

version 1.20, 2002/05/27 08:56:24 version 1.24, 2002/07/15 06:22:11
Line 56 
Line 56 
  DEFINES += -DHPUX_IA64_NATIVE_COMPILER  DEFINES += -DHPUX_IA64_NATIVE_COMPILER
 endif endif
  
   ifdef USE_CONNECTLOCAL
    DEFINES += -DUSE_CONNECTLOCAL
   endif
   
   ifdef PEGASUS_NOASSERTS
    DEFINES += -DNDEBUG
   endif
   
 ## ##
 ## The following two flags need to be set or unset together  ## 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
 ## and compile-out the code that uses the password file. ## and compile-out the code that uses the password file.
 ## ##
  
 ifdef PEGASUS_PAM_AUTHENTICATION ifdef PEGASUS_PAM_AUTHENTICATION
  DEFINES += -DPEGASUS_PAM_AUTHENTICATION   DEFINES += -DPEGASUS_PAM_AUTHENTICATION -DPEGASUS_NO_PASSWORDFILE
 endif endif
  
 ##  
 ## Flag to compile-out the code that uses the password file.  
 ##  
   
 ifdef PEGASUS_NO_PASSWORDFILE  
  DEFINES += -DPEGASUS_NO_PASSWORDFILE  
 endif  
  
 DEPEND_INCLUDES = DEPEND_INCLUDES =
  
Line 105 
Line 106 
  
 # PAM support # PAM support
 ifdef PEGASUS_PAM_AUTHENTICATION ifdef PEGASUS_PAM_AUTHENTICATION
      ifeq ($(HPUX_IA64_VERSION), yes)
         SYS_LIBS += -L$(PAMLIB_HOME) -lpam
      else
 SYS_LIBS += -lpam SYS_LIBS += -lpam
 endif endif
   
 # SSL support  
 ifdef PEGASUS_HAS_SSL  
  FLAGS += -DPEGASUS_HAS_SSL -DPEGASUS_SSL_RANDOMFILE  
  SYS_INCLUDES += -I$(OPENSSL_HOME)/include  
  SYS_LIBS += -L$(OPENSSL_HOME)/lib -lssl -lcrypto  
 endif endif
  
 SH = sh SH = sh


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2