10 /* lots of stuff gets written to /tmp/pam-debug.log */
13 /* build libraries with different names (suffixed with 'd') */
16 /* provide a global locking facility within libpam */
19 /* GNU systems as a class, all have the feature.h file */
20 #undef HAVE_FEATURES_H
21 #ifdef HAVE_FEATURES_H
28 # include <features.h>
29 #endif /* HAVE_FEATURES_H */
31 /* we have libcrack available */
34 /* we have libcrypt - its not part of libc (do we need both definitions?) */
38 /* we have libndbm and/or libdb */
42 /* have libfl (Flex) */
45 /* have libnsl - instead of libc support */
48 /* have libpwdb - don't expect this to be important for much longer */
51 /* have gethostname() declared */
52 #undef HAVE_GETHOSTNAME
54 #undef HAVE_GETTIMEOFDAY
65 /* ugly hack to partially support old pam_strerror syntax */
66 #undef UGLY_HACK_FOR_PRIOR_BEHAVIOR_SUPPORT
68 /* read both confs - read /etc/pam.d and /etc/pam.conf in serial */
69 #undef PAM_READ_BOTH_CONFS
75 /* location of the mail spool directory */
76 #undef PAM_PATH_MAILDIR
78 #endif /* PAM_ACONF_H */