Home | History | Annotate | Download | only in dropbear

Lines Matching full:pam

123 # Check if pam is needed
124 AC_ARG_WITH(pam,
125 [ --with-pam=PATH Use pam in PATH],
142 AC_ARG_ENABLE(pam,
143 [ --enable-pam Try to include PAM support],
146 AC_CHECK_LIB(pam, pam_authenticate, , AC_MSG_ERROR([*** PAM missing - install first or check config.log ***]))
147 AC_MSG_NOTICE(Enabling PAM)
149 AC_DEFINE(DISABLE_PAM,, Use PAM)
150 AC_MSG_NOTICE(Disabling PAM)
155 AC_DEFINE(DISABLE_PAM,, Use PAM)
156 AC_MSG_NOTICE(Disabling PAM)
212 AC_CHECK_HEADERS([fcntl.h limits.h netinet/in.h netinet/tcp.h stdlib.h string.h sys/socket.h sys/time.h termios.h unistd.h crypt.h pty.h ioctl.h libutil.h libgen.h inttypes.h stropts.h utmp.h utmpx.h lastlog.h paths.h util.h netdb.h security/pam_appl.h pam/pam_appl.h netinet/in_systm.h])