(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.23

version 1.20, 2002/05/27 08:56:24 version 1.23, 2002/06/11 00:32:26
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
   endif
  
 # SSL support # SSL support
 ifdef PEGASUS_HAS_SSL ifdef PEGASUS_HAS_SSL


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2