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