]> git.sur5r.net Git - openldap/blob - acconfig.h
9e495f99d7d9e7e6fac1d870c65e29fd20005fd4
[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 toupper() requires tolower() check */
9 #undef C_UPPER_LOWER
10
11 /* define this if sys_errlist is not defined in stdio.h or errno.h */
12 #undef DECL_SYS_ERRLIST
13
14 /* define if you have berkeley db */
15 #undef HAVE_BERKELEY_DB
16
17 /* define if you have berkeley db2 */
18 #undef HAVE_BERKELEY_DB2
19
20 /* define if you have crypt */
21 #undef HAVE_CRYPT
22
23 /* define if you have DCE */
24 #undef HAVE_DCE
25
26 /* define if you have GDBM */
27 #undef HAVE_GDBM
28
29 /* define if you have Kerberos */
30 #undef HAVE_KERBEROS
31
32 /* define if you have LinuxThreads */
33 #undef HAVE_LINUX_THREADS
34
35 /* define if you have Sun LWP (SunOS style) */
36 #undef HAVE_LWP
37
38 /* define if you have -lncurses */
39 #undef HAVE_NCURSES
40
41 /* define if you have NDBM */
42 #undef HAVE_NDBM
43
44 /* define if you have Mach CThreads */
45 #undef HAVE_MACH_CTHREADS
46
47 /* define if you have a preemptive POSIX Threads implementation */
48 #undef HAVE_PREEMPTIVE_PTHREADS
49
50 /* define if you have POSIX Threads */
51 #undef HAVE_PTHREADS
52
53 /* define if your POSIX Threads implementatin is circa Draft 4 */
54 #undef HAVE_PTHREADS_D4
55
56 /* define if you have -lwrap */
57 #undef HAVE_TCPD
58
59 /* define if you have -ltermcap */
60 #undef HAVE_TERMCAP
61
62 /* define if you have Sun LWP (Solaris style) */
63 #undef HAVE_THR
64
65 /* define this for connectionless LDAP support */
66 #undef LDAP_CONNECTIONLESS
67
68 /* define this to add debugging code */
69 #undef LDAP_DEBUG
70
71 /* define this for LDAP DNS support */
72 #undef LDAP_DNS
73
74 /* define this to remove -lldap cache support */
75 #undef LDAP_NOCACHE
76
77 /* define this for LDAP referrals support */
78 #undef LDAP_REFERRALS
79
80 /* define this for LDAP User Interface support */
81 #undef LDAP_LIBUI
82
83 /* define this to use DB2 in native mode */
84 #undef LDBM_USE_DB2
85
86 /* define this to use DB2 in compat185 mode */
87 #undef LDBM_USE_DB2_COMPAT185
88
89 /* define this to use DBBTREE w/ LDBM backend */
90 #undef LDBM_USE_DBBTREE
91
92 /* define this to use DBHASH w/ LDBM backend */
93 #undef LDBM_USE_DBHASH
94
95 /* define this to use GDBM w/ LDBM backend */
96 #undef LDBM_USE_GDBM
97
98 /* define this to use NDBM w/ LDBM backend */
99 #undef LDBM_USE_NDBM
100
101 /* define this if you want no termcap support */
102 #undef NO_TERMCAP
103
104 /* define this if you want no thread support */
105 #undef NO_THREADS
106
107 /* define this for ACL Group support */
108 #undef SLAPD_ACLGROUPS
109
110 /* define this for crypt(3) password support */
111 #undef SLAPD_CRYPT
112
113 /* define this to use SLAPD LDBM backend */
114 #undef SLAPD_LDBM
115
116 /* define this for MD5 password support */
117 #undef SLAPD_MD5
118
119 /* define this to use SLAPD passwd backend */
120 #undef SLAPD_PASSWD
121
122 /* define this for phonetic support */
123 #undef SLAPD_PHONETIC
124
125 /* define this for Reverse Lookup support */
126 #undef SLAPD_RLOOKUPS
127
128 /* define this for SHA1 password support */
129 #undef SLAPD_SHA1
130
131 /* define this to use SLAPD shell backend */
132 #undef SLAPD_SHELL
133
134 /* define this if the thread package is preemptive */
135 #undef THREAD_PREEMPTIVE
136
137 \f
138 /* Leave that blank line there!!  Autoheader needs it. */