]> git.sur5r.net Git - openldap/blob - acconfig.h
Add Makefile templates for clients
[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 phonetic support */
24 #undef SLAPD_PHONETIC
25
26 /* define this to use SLAPD shell backend */
27 /* #undef SLAPD_SHELL */
28
29 /* define this to use SLAPD passwd backend */
30 /* #undef SLAPD_PASSWD */
31
32 /* define this to use SLAPD LDBM backend */
33 /* #undef SLAPD_LDBM */
34
35 /* define this to use DBBTREE w/ LDBM backend */
36 /* #undef LDBM_USE_DBBTREE */
37
38 /* define this to use DBHASH w/ LDBM backend */
39 /* #undef LDBM_USE_DBHASH */
40
41 /* define this to use GDBM w/ LDBM backend */
42 /* #undef LDBM_USE_GDBM */
43
44 /* define this to use NDBM w/ LDBM backend */
45 /* #undef LDBM_USE_NDBM */
46
47 \f
48 /* Leave that blank line there!!  Autoheader needs it. */