aboutsummaryrefslogtreecommitdiff
blob: 902ff8d1dd470c9eaf2436e844e978386cd2011c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Only use_authtok (authentication token) when using cracklib or some other module
// that checks for passwords.
#if HAVE_CRACKLIB || HAVE_PASSWDQC
# define AUTHTOK use_authtok
#else
# define AUTHTOK
#endif

// Define DEBUG to an empty string unless it was required by the user
#ifndef DEBUG
#define DEBUG
#endif

#ifndef UNIX_EXTENDED_ENCRYPTION
#define UNIX_EXTENDED_ENCRYPTION
#endif

#ifndef LIKEAUTH
#define LIKEAUTH
#endif