]> git.sur5r.net Git - openldap/blob - acconfig.h
b34ceaf659294b03bb27d3c9bdbfcc1811a99aaa
[openldap] / acconfig.h
1 /* acconfig.h
2    Descriptive text for the C preprocessor macros that
3    the distributed Autoconf macros can define.
4
5    Leave the following blank line there!!  Autoheader needs it.  */
6 \f
7
8 /* define this if sys_errlist is not defined in stdio.h or errno.h */
9 #undef DECL_SYS_ERRLIST
10
11 /* define this you have crypt */
12 #undef HAVE_CRYPT
13
14 /* define this for connectionless LDAP support */
15 #undef LDAP_CONNECTIONLESS
16
17 /* define this to remove -lldap cache support */
18 #undef LDAP_NOCACHE
19
20 /* define this for LDAP referrals support */
21 #undef LDAP_REFERRALS
22
23 /* define this for ACL Group support */
24 #undef SLAPD_ACLGROUPS
25
26 /* define this for Reverse Lookup support */
27 #undef SLAPD_RLOOKUPS
28
29 /* define this for phonetic support */
30 #undef SLAPD_PHONETIC
31
32 /* define this to use SLAPD shell backend */
33 /* #undef SLAPD_SHELL */
34
35 /* define this to use SLAPD passwd backend */
36 /* #undef SLAPD_PASSWD */
37
38 /* define this to use SLAPD LDBM backend */
39 /* #undef SLAPD_LDBM */
40
41 /* define this to use DBBTREE w/ LDBM backend */
42 /* #undef LDBM_USE_DBBTREE */
43
44 /* define this to use DBHASH w/ LDBM backend */
45 /* #undef LDBM_USE_DBHASH */
46
47 /* define this to use GDBM w/ LDBM backend */
48 /* #undef LDBM_USE_GDBM */
49
50 /* define this to use NDBM w/ LDBM backend */
51 /* #undef LDBM_USE_NDBM */
52
53 \f
54 /* Leave that blank line there!!  Autoheader needs it. */