aboutsummaryrefslogtreecommitdiff
blob: 7cfd7024d13913f2e56a4e4003937cf59055702d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#if HAVE_CRACKLIB
# error "pam_cracklib is only supported with Linux-PAM"
#endif

// OpenPAM only provides basic modules, it's FreeBSD that provides the
// extended modules, so check for FreeBSD building first.
#ifdef __FreeBSD__
# define HAVE_LOGIN_ACCESS 1

# if defined(DEBUG)
#  define DEBUG_NOLOGIN DEBUG
# endif

#endif