]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libpam/libpam/security/_pam_aconf.h
This commit was generated by cvs2svn to compensate for changes in r85815,
[FreeBSD/FreeBSD.git] / lib / libpam / libpam / security / _pam_aconf.h
1 /* _pam_aconf.h.  Generated automatically by configure.  */
2 /*
3  * $Id: _pam_aconf.h.in,v 1.4 2000/12/04 20:56:10 baggins Exp $
4  * $FreeBSD$
5  *
6  * 
7  */
8
9 #ifndef PAM_ACONF_H
10 #define PAM_ACONF_H
11
12 /* lots of stuff gets written to /tmp/pam-debug.log */
13 /* #undef DEBUG */
14
15 /* build libraries with different names (suffixed with 'd') */
16 /* #undef WITH_LIBDEBUG */
17
18 /* provide a global locking facility within libpam */
19 /* #undef PAM_LOCKING */
20
21 /* GNU systems as a class, all have the feature.h file */
22 /* #undef HAVE_FEATURES_H */
23 #ifdef HAVE_FEATURES_H
24 # define _SVID_SOURCE
25 # define _BSD_SOURCE
26 # define __USE_BSD
27 # define __USE_SVID
28 # define __USE_MISC
29 # define _GNU_SOURCE
30 # include <features.h>
31 #endif /* HAVE_FEATURES_H */
32
33 /* we have libcrack available */
34 /* #undef HAVE_LIBCRACK */
35
36 /* we have libcrypt - its not part of libc (do we need both definitions?) */
37 /* #undef HAVE_LIBCRYPT */
38 /* #undef HAVE_CRYPT_H */
39
40 /* we have libndbm and/or libdb */
41 #define HAVE_DB_H 1
42 #define HAVE_NDBM_H 1
43
44 /* have libfl (Flex) */
45 #define HAVE_LIBFL 1
46
47 /* have libnsl - instead of libc support */
48 /* #undef HAVE_LIBNSL */
49
50 /* have libpwdb - don't expect this to be important for much longer */
51 /* #undef HAVE_LIBPWDB */
52
53 /* ugly hack to partially support old pam_strerror syntax */
54 /* #undef UGLY_HACK_FOR_PRIOR_BEHAVIOR_SUPPORT */
55
56 /* read both confs - read /etc/pam.d and /etc/pam.conf in serial */
57 /* #undef PAM_READ_BOTH_CONFS */
58
59 #define HAVE_PATHS_H 1
60 #ifdef HAVE_PATHS_H
61 #include <paths.h>
62 #endif
63 /* location of the mail spool directory */
64 #define PAM_PATH_MAILDIR _PATH_MAILDIR
65
66 #endif /* PAM_ACONF_H */