(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.21 and 1.22

version 1.21, 2002/05/27 16:07:28 version 1.22, 2002/05/29 00:08:01
Line 61 
Line 61 
 endif 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 =
  


Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2