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

Diff for /pegasus/mak/config.mak between version 1.169 and 1.170

version 1.169, 2008/06/05 17:27:44 version 1.170, 2008/06/05 17:33:02
Line 1229 
Line 1229 
     endif     endif
 endif endif
  
   ##==============================================================================
   ##
   ## PEGASUS_PAM_AUTHENTICATION
   ##
   ##==============================================================================
   
   ifdef PEGASUS_PAM_AUTHENTICATION
       # Compile in the code required for PAM authentication
       # and compile out the code that uses the password file.
       DEFINES += -DPEGASUS_PAM_AUTHENTICATION -DPEGASUS_NO_PASSWORDFILE
   
       # Link with libpam only where it is needed.
       ifeq ($(HAS_PAM_DEPENDENCY),true)
           SYS_LIBS += -lpam
       endif
   endif
  
 ##============================================================================== ##==============================================================================
 ## ##


Legend:
Removed from v.1.169  
changed lines
  Added in v.1.170

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2