]> git.sur5r.net Git - openldap/blob - configure.in
ITS#4310 seems to affect also back-ldbm
[openldap] / configure.in
1 dnl $OpenLDAP$
2 dnl This work is part of OpenLDAP Software <http://www.openldap.org/>.
3 dnl
4 dnl Copyright 1998-2006 The OpenLDAP Foundation.
5 dnl All rights reserved.
6 dnl
7 dnl Redistribution and use in source and binary forms, with or without
8 dnl modification, are permitted only as authorized by the OpenLDAP
9 dnl Public License.
10 dnl
11 dnl A copy of this license is available in the file LICENSE in the
12 dnl top-level directory of the distribution or, alternatively, at
13 dnl <http://www.OpenLDAP.org/license.html>.
14 dnl
15 dnl ----------------------------------------------------------------
16 dnl Disable config.cache!
17 define([AC_CACHE_LOAD], )dnl
18 define([AC_CACHE_SAVE], )dnl
19 dnl ----------------------------------------------------------------
20 dnl Disable libtool 1.5 support for languages we don't use
21 define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
22 define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
23 define([AC_LIBTOOL_LANG_GCJ_CONFIG], [:])dnl
24 dnl ================================================================
25 dnl Configure.in for OpenLDAP
26 AC_COPYRIGHT([[Copyright 1998-2006 The OpenLDAP Foundation. All rights reserved.
27 Restrictions apply, see COPYRIGHT and LICENSE files.]])
28 AC_REVISION([$OpenLDAP$])
29 AC_INIT([OpenLDAP],,[http://www.openldap.org/its/])
30 AC_CONFIG_SRCDIR(build/version.sh)dnl
31 dnl ----------------------------------------------------------------
32 dnl OpenLDAP Autoconf Macros
33 builtin(include, build/openldap.m4)dnl
34 dnl ================================================================
35
36 AC_CONFIG_AUX_DIR(build)dnl
37
38 eval `$ac_aux_dir/version.sh`
39 if test -z "$OL_STRING"; then
40         AC_MSG_ERROR([could not determine version])
41 fi
42
43 if test -f "$ac_aux_dir/shtool" && test ! -d $ac_aux_dir/shtool; then
44         ac_cv_shtool="$ac_aux_dir/shtool"
45 else
46         AC_MSG_ERROR([no shtool found in $ac_aux_dir])
47 fi
48
49 SHTOOL="$ac_cv_shtool"
50 dnl AC_SUBST(SHTOOL)dnl
51
52 TB="`$SHTOOL echo -e '%B' 2>/dev/null`"
53 TN="`$SHTOOL echo -e '%b' 2>/dev/null`"
54
55 OPENLDAP_CVS=""
56 if test -d $ac_aux_dir/CVS; then
57         OPENLDAP_CVS="(from CVS sources) "
58 fi
59
60 echo "Configuring ${TB}${OL_STRING}${TN} ${OPENLDAP_CVS}..."
61
62 dnl Determine host platform
63 dnl             we try not to use this for much
64 AC_CANONICAL_TARGET([])
65
66 AM_INIT_AUTOMAKE([$OL_PACKAGE],[$OL_VERSION], [no defines])dnl
67 AC_SUBST(PACKAGE)dnl
68 AC_SUBST(VERSION)dnl
69 AC_DEFINE_UNQUOTED(OPENLDAP_PACKAGE,"$PACKAGE",Package)
70 AC_DEFINE_UNQUOTED(OPENLDAP_VERSION,"$VERSION",Version)
71
72 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION,$OL_API_INC,Version)
73 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_MAJOR,$OL_MAJOR,Major)
74 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_MINOR,$OL_MINOR,Minor)
75 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_PATCH,$OL_PATCH,Patch)
76
77 OPENLDAP_LIBRELEASE=$OL_API_LIB_RELEASE
78 AC_SUBST(OPENLDAP_LIBRELEASE)dnl
79
80 OPENLDAP_LIBVERSION=$OL_API_LIB_VERSION
81 AC_SUBST(OPENLDAP_LIBVERSION)dnl
82
83 OPENLDAP_RELEASE_DATE="$OL_RELEASE_DATE"
84 AC_SUBST(OPENLDAP_RELEASE_DATE)dnl
85
86 dnl We use autoconf features new to 2.59.  Later versions like won't work.
87 dnl aclocal.m4 should be built using aclocal from automake 1.5
88 dnl libtool 1.5 should be installed.
89 AC_PREREQ(2.59)dnl Required Autoconf version
90
91 AH_TOP([
92 /* begin of portable.h.pre */
93 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
94  *
95  * Copyright 1998-2006 The OpenLDAP Foundation
96  * All rights reserved.
97  *
98  * Redistribution and use in source and binary forms, with or without
99  * modification, are permitted only as authorized by the OpenLDAP
100  * Public License.
101  *
102  * A copy of this license is available in the file LICENSE in the
103  * top-level directory of the distribution or, alternatively, at
104  * <http://www.OpenLDAP.org/license.html>.
105  */
106
107 #ifndef _LDAP_PORTABLE_H
108 #define _LDAP_PORTABLE_H
109
110 /* define this if needed to get reentrant functions */
111 #ifndef REENTRANT
112 #undef REENTRANT
113 #endif
114 #ifndef _REENTRANT
115 #undef _REENTRANT
116 #endif
117
118 /* define this if needed to get threadsafe functions */
119 #ifndef THREADSAFE
120 #undef THREADSAFE
121 #endif
122 #ifndef _THREADSAFE
123 #undef _THREADSAFE
124 #endif
125 #ifndef THREAD_SAFE
126 #undef THREAD_SAFE
127 #endif
128 #ifndef _THREAD_SAFE
129 #undef _THREAD_SAFE
130 #endif
131
132 #ifndef _SGI_MP_SOURCE
133 #undef _SGI_MP_SOURCE
134 #endif
135
136 /* end of portable.h.pre */
137 ])
138 AH_BOTTOM([
139 /* begin of portable.h.post */
140
141 #ifdef _WIN32
142         /* don't suck in all of the win32 api */
143 #       define WIN32_LEAN_AND_MEAN 1
144 #endif
145
146 #ifndef LDAP_NEEDS_PROTOTYPES
147 /* force LDAP_P to always include prototypes */
148 #define LDAP_NEEDS_PROTOTYPES 1
149 #endif
150
151 #ifndef LDAP_REL_ENG
152 #if (LDAP_VENDOR_VERSION == 000000) && !defined(LDAP_DEVEL)
153 #define LDAP_DEVEL
154 #endif
155 #if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
156 #define LDAP_TEST
157 #endif
158 #endif
159
160 #ifdef HAVE_STDDEF_H
161 #       include <stddef.h>
162 #endif
163
164 #ifdef HAVE_EBCDIC 
165 /* ASCII/EBCDIC converting replacements for stdio funcs
166  * vsnprintf and snprintf are used too, but they are already
167  * checked by the configure script
168  */
169 #define fputs ber_pvt_fputs
170 #define fgets ber_pvt_fgets
171 #define printf ber_pvt_printf
172 #define fprintf ber_pvt_fprintf
173 #define vfprintf ber_pvt_vfprintf
174 #define vsprintf ber_pvt_vsprintf
175 #endif
176
177 #include "ac/fdset.h"
178
179 #include "ldap_cdefs.h"
180 #include "ldap_features.h"
181
182 #include "ac/assert.h"
183 #include "ac/localize.h"
184
185 #endif /* _LDAP_PORTABLE_H */
186 /* end of portable.h.post */
187 ])
188
189 AC_CONFIG_HEADERS([include/portable.h:include/portable.hin])
190 AC_CONFIG_HEADERS([include/ldap_features.h:include/ldap_features.hin])
191 AC_CONFIG_HEADERS([include/lber_types.h:include/lber_types.hin])
192
193 dnl ================================================================
194 dnl Start Args
195 AC_MSG_CHECKING(configure arguments)
196 AC_PREFIX_DEFAULT(/usr/local)
197
198 top_builddir=`pwd`
199 AC_SUBST(top_builddir)dnl
200
201 dnl ----------------------------------------------------------------
202 dnl --with-subdir
203 ldap_subdir="/openldap"
204
205 AC_ARG_WITH(subdir,
206 [  --with-subdir=DIR       change default subdirectory used for installs],
207 [case "$withval" in
208         no) ldap_subdir=""
209                 ;;
210         yes)
211                 ;;
212         /*|\\*)
213                 ldap_subdir="$withval"
214                 ;;
215         *)
216                 ldap_subdir="/$withval"
217                 ;;
218 esac
219 ])dnl
220
221 AC_SUBST(ldap_subdir)dnl
222
223 dnl ----------------------------------------------------------------
224 dnl General "enable" options
225 dnl set default to traditional to enable the original debug style
226 OL_ARG_ENABLE(debug,[  --enable-debug     enable debugging], yes, [no yes traditional])dnl
227 OL_ARG_ENABLE(dynamic,[  --enable-dynamic         enable linking built binaries with dynamic libs], no)dnl
228 OL_ARG_ENABLE(syslog,[  --enable-syslog   enable syslog support], auto)dnl
229 OL_ARG_ENABLE(proctitle,[  --enable-proctitle     enable proctitle support], yes)dnl
230 dnl OL_ARG_ENABLE(referrals,[  --enable-referrals         enable LDAPv2+ Referrals (experimental)], no)dnl
231 ol_enable_referrals=${ol_enable_referrals-no}
232 dnl OL_ARG_ENABLE(kbind,[  --enable-kbind         enable LDAPv2+ Kerberos IV bind (deprecated)], no)dnl
233 ol_enable_kbind=${ol_enable_kbind-no}
234 OL_ARG_ENABLE(ipv6,[  --enable-ipv6       enable IPv6 support], auto)dnl
235 OL_ARG_ENABLE(local,[  --enable-local     enable AF_LOCAL (AF_UNIX) socket support], auto)dnl
236
237 dnl ----------------------------------------------------------------
238 dnl General "with" options
239 OL_ARG_WITH(cyrus_sasl,[  --with-cyrus-sasl       with Cyrus SASL support],
240         auto, [auto yes no] )
241 OL_ARG_WITH(fetch,[  --with-fetch                 with fetch(3) URL support],
242         auto, [auto yes no] )
243 dnl     OL_ARG_WITH(kerberos,[  --with-kerberos   with Kerberos support],
244 dnl             auto, [auto k5 k5only k425 kth k4 afs yes no])
245 ol_with_kerberos=${ol_with_kerberos-auto}
246 OL_ARG_WITH(threads,[  --with-threads     with threads],
247         auto, [auto nt posix mach pth lwp yes no manual] )
248 OL_ARG_WITH(tls,[  --with-tls             with TLS/SSL support],
249         auto, [auto openssl yes no] )
250 OL_ARG_WITH(yielding_select,[  --with-yielding-select  with implicitly yielding select],
251         auto, [auto yes no manual] )
252 OL_ARG_WITH(multiple_precision,[  --with-multiple-precision
253                           multiple precision support for statistics
254                           auto|bignum|gmp],
255         auto, [auto bignum gmp yes no] )
256
257 dnl ----------------------------------------------------------------
258 dnl Server options
259 dnl ----------------------------------------------------------------
260
261 dnl ----------------------------------------------------------------
262 dnl SLAPD OPTIONS
263 AC_ARG_ENABLE(xxslapdoptions,[
264 SLAPD (Standalone LDAP Daemon) Options:])
265 OL_ARG_ENABLE(slapd,[  --enable-slapd     enable building slapd], yes)dnl
266 OL_ARG_ENABLE(dynacl,[    --enable-dynacl         enable run-time loadable ACL support (experimental)], no)dnl
267 OL_ARG_ENABLE(aci,[    --enable-aci       enable per-object ACIs (experimental)], no, [no yes mod])dnl
268 OL_ARG_ENABLE(cleartext,[    --enable-cleartext   enable cleartext passwords], yes)dnl
269 OL_ARG_ENABLE(crypt,[    --enable-crypt   enable crypt(3) passwords], no)dnl
270 OL_ARG_ENABLE(lmpasswd,[    --enable-lmpasswd     enable LAN Manager passwords], no)dnl
271 OL_ARG_ENABLE(spasswd,[    --enable-spasswd       enable (Cyrus) SASL password verification], no)dnl
272 OL_ARG_ENABLE(modules,[    --enable-modules       enable dynamic module support], no)dnl
273 dnl OL_ARG_ENABLE(multimaster,[    --enable-multimaster  enable multimaster replication], no)dnl
274 ol_enable_multimaster=${ol_enable_multimaster-no}
275 OL_ARG_ENABLE(rewrite,[    --enable-rewrite       enable DN rewriting in back-ldap and rwm overlay], auto)dnl
276 OL_ARG_ENABLE(rlookups,[    --enable-rlookups     enable reverse lookups of client hostnames], no)dnl
277 OL_ARG_ENABLE(slapi,[    --enable-slapi        enable SLAPI support (experimental)], no)dnl
278 OL_ARG_ENABLE(slp,[    --enable-slp          enable SLPv2 support], no)dnl     
279 OL_ARG_ENABLE(wrappers,[    --enable-wrappers     enable tcp wrapper support], no)dnl
280
281 dnl ----------------------------------------------------------------
282 dnl SLAPD Backend Options
283 Backends="bdb \
284         dnssrv \
285         hdb \
286         ldap \
287         ldbm \
288         meta \
289         monitor \
290         null \
291         passwd \
292         perl \
293         relay \
294         shell \
295         sql"
296
297 AC_ARG_ENABLE(xxslapbackends,[
298 SLAPD Backend Options:])
299
300 OL_ARG_ENABLE(backends,[    --enable-backends     enable all available backends],
301         --, [no yes mod])dnl
302 OL_ARG_ENABLE(bdb,[    --enable-bdb       enable Berkeley DB backend],
303         yes, [no yes mod], ol_enable_backends)dnl
304 OL_ARG_ENABLE(dnssrv,[    --enable-dnssrv         enable dnssrv backend],
305         no, [no yes mod], ol_enable_backends)dnl
306 OL_ARG_ENABLE(hdb,[    --enable-hdb       enable Hierarchical DB backend],
307         yes, [no yes mod], ol_enable_backends)dnl
308 OL_ARG_ENABLE(ldap,[    --enable-ldap     enable ldap backend],
309         no, [no yes mod], ol_enable_backends)dnl
310 OL_ARG_ENABLE(ldbm,[    --enable-ldbm     enable ldbm backend],
311         no, [no yes mod], ol_enable_backends)dnl
312 AC_ARG_WITH(ldbm_api,,[
313         AC_MSG_WARN([Please use --enable-ldbm-api instead of --with-ldbm-api])
314         enable_ldbm_api="$with_ldbm_api"])
315 OL_ARG_ENABLE(ldbm_api,[      --enable-ldbm-api   use LDBM API],
316         auto, [auto berkeley bcompat mdbm gdbm])
317 AC_ARG_WITH(ldbm_type,,[
318         AC_MSG_WARN([Please use --enable-ldbm-type instead of --with-ldbm-type])
319         enable_ldbm_type="$with_ldbm_type"])
320 OL_ARG_ENABLE(ldbm_type,[      --enable-ldbm-type  use LDBM type],
321         auto, [auto btree hash])
322 OL_ARG_ENABLE(meta,[    --enable-meta     enable metadirectory backend],
323         no, [no yes mod], ol_enable_backends)dnl
324 OL_ARG_ENABLE(monitor,[    --enable-monitor       enable monitor backend],
325         yes, [no yes mod], ol_enable_backends)dnl
326 OL_ARG_ENABLE(null,[    --enable-null     enable null backend],
327         no, [no yes mod], ol_enable_backends)dnl
328 OL_ARG_ENABLE(passwd,[    --enable-passwd         enable passwd backend],
329         no, [no yes mod], ol_enable_backends)dnl
330 OL_ARG_ENABLE(perl,[    --enable-perl     enable perl backend],
331         no, [no yes mod], ol_enable_backends)dnl
332 OL_ARG_ENABLE(relay,[    --enable-relay           enable relay backend],
333         yes, [no yes mod], ol_enable_backends)dnl
334 OL_ARG_ENABLE(shell,[    --enable-shell   enable shell backend],
335         no, [no yes mod], ol_enable_backends)dnl
336 OL_ARG_ENABLE(sql,[    --enable-sql       enable sql backend],
337         no, [no yes mod], ol_enable_backends)dnl
338
339 dnl ----------------------------------------------------------------
340 dnl SLAPD Overlay Options
341 Overlays="accesslog \
342         denyop \
343         dyngroup \
344         dynlist \
345         lastmod \
346         ppolicy \
347         proxycache \
348         refint \
349         retcode \
350         rwm \
351         syncprov \
352         translucent \
353         unique \
354         valsort"
355
356 AC_ARG_ENABLE(xxslapoverlays,[
357 SLAPD Overlay Options:])
358
359 OL_ARG_ENABLE(overlays,[    --enable-overlays     enable all available overlays],
360         --, [no yes mod])dnl
361 OL_ARG_ENABLE(accesslog,[    --enable-accesslog   In-Directory Access Logging overlay],
362         no, [no yes mod], ol_enable_overlays)
363 OL_ARG_ENABLE(denyop,[    --enable-denyop         Deny Operation overlay],
364         no, [no yes mod], ol_enable_overlays)
365 OL_ARG_ENABLE(dyngroup,[    --enable-dyngroup     Dynamic Group overlay],
366         no, [no yes mod], ol_enable_overlays)
367 OL_ARG_ENABLE(dynlist,[    --enable-dynlist       Dynamic List overlay],
368         no, [no yes mod], ol_enable_overlays)
369 OL_ARG_ENABLE(lastmod,[    --enable-lastmod       Last Modification overlay],
370         no, [no yes mod], ol_enable_overlays)
371 OL_ARG_ENABLE(ppolicy,[    --enable-ppolicy       Password Policy overlay],
372         no, [no yes mod], ol_enable_overlays)
373 OL_ARG_ENABLE(proxycache,[    --enable-proxycache         Proxy Cache overlay],
374         no, [no yes mod], ol_enable_overlays)
375 OL_ARG_ENABLE(refint,[    --enable-refint         Referential Integrity overlay],
376         no, [no yes mod], ol_enable_overlays)
377 OL_ARG_ENABLE(retcode,[    --enable-retcode       Return Code testing overlay],
378         no, [no yes mod], ol_enable_overlays)
379 OL_ARG_ENABLE(rwm,[    --enable-rwm               Rewrite/Remap overlay],
380         no, [no yes mod], ol_enable_overlays)
381 OL_ARG_ENABLE(syncprov,[    --enable-syncprov     Syncrepl Provider overlay],
382         yes, [no yes mod], ol_enable_overlays)
383 OL_ARG_ENABLE(translucent,[    --enable-translucent  Translucent Proxy overlay],
384         no, [no yes mod], ol_enable_overlays)
385 OL_ARG_ENABLE(unique,[    --enable-unique       Attribute Uniqueness overlay],
386         no, [no yes mod], ol_enable_overlays)
387 OL_ARG_ENABLE(valsort,[    --enable-valsort      Value Sorting overlay],
388         no, [no yes mod], ol_enable_overlays)
389
390 dnl ----------------------------------------------------------------
391 dnl SLURPD OPTIONS
392 AC_ARG_ENABLE(xxslurpdoptions,[
393 SLURPD (Replication Daemon) Options:])
394 OL_ARG_ENABLE(slurpd,[  --enable-slurpd   enable building slurpd], auto)dnl
395
396 dnl ----------------------------------------------------------------
397 AC_ARG_ENABLE(xxliboptions,[
398 Library Generation & Linking Options])
399 AC_ENABLE_STATIC
400 AC_ENABLE_SHARED
401
402 dnl ----------------------------------------------------------------
403
404 # validate options
405 if test $ol_enable_slapd = no ; then
406         dnl SLAPD was specificallly disabled
407         if test $ol_enable_slapi = yes ; then
408                 AC_MSG_WARN([slapd disabled, ignoring --enable-slapi argument])
409         fi
410         case "$ol_enable_backends" in yes | mod)
411                 AC_MSG_WARN([slapd disabled, ignoring --enable-backends argument])
412         esac
413         for i in $Backends; do
414                 eval "ol_tmp=\$ol_enable_$i"
415                 if test $ol_tmp != no ; then
416                         AC_MSG_WARN([slapd disabled, ignoring --enable-$i argument])
417                         eval "ol_enable_$i=no"
418                 fi
419         done
420         if test $ol_enable_modules = yes ; then
421                 AC_MSG_WARN([slapd disabled, ignoring --enable-modules argument])
422         fi
423         if test $ol_enable_multimaster = yes ; then
424                 AC_MSG_WARN([slapd disabled, ignoring --enable-multimaster argument])
425         fi
426         if test $ol_enable_wrappers = yes ; then
427                 AC_MSG_WARN([slapd disabled, ignoring --enable-wrappers argument])
428         fi
429         if test $ol_enable_rlookups = yes ; then
430                 AC_MSG_WARN([slapd disabled, ignoring --enable-rlookups argument])
431         fi
432         if test $ol_enable_aci = yes ; then
433                 AC_MSG_WARN([slapd disabled, ignoring --enable-aci argument])
434         fi
435         if test $ol_enable_ldbm_api != auto ; then
436                 AC_MSG_WARN([slapd disabled, ignoring --enable-ldbm-api argument])
437         fi
438         if test $ol_enable_ldbm_type != auto ; then
439                 AC_MSG_WARN([slapd disabled, ignoring --enable-ldbm-type argument])
440         fi
441         if test $ol_enable_slurpd = yes ; then
442                 AC_MSG_ERROR([slurpd requires slapd])
443         fi
444         if test $ol_enable_rewrite = yes ; then
445                 AC_MSG_WARN([slapd disabled, ignoring --enable-rewrite argument])
446         fi
447         dnl overlays
448         case "$ol_enable_overlays" in yes | mod)
449                 AC_MSG_WARN([slapd disabled, ignoring --enable-overlays argument])
450         esac
451         for i in $Overlays; do
452                 eval "ol_tmp=\$ol_enable_$i"
453                 if test $ol_tmp != no ; then
454                         AC_MSG_WARN([slapd disabled, ignoring --enable-$i argument])
455                         eval "ol_enable_$i=no"
456                 fi
457         done
458
459         # force settings to no
460         ol_enable_slapi=no
461
462         ol_enable_backends=
463         ol_enable_overlays=
464         ol_enable_modules=no
465         ol_enable_multimaster=no
466         ol_enable_rlookups=no
467         ol_enable_dynacl=no
468         ol_enable_aci=no
469         ol_enable_wrappers=no
470
471         ol_enable_ldbm_api=no
472         ol_enable_ldbm_type=no
473
474         ol_enable_slurpd=no
475
476         ol_enable_rewrite=no
477
478 elif test $ol_enable_ldbm = no ; then
479         dnl SLAPD without LDBM
480
481         if test $ol_enable_ldbm_api != auto ; then
482                 AC_MSG_WARN([LDBM disabled, ignoring --enable-ldbm-api argument])
483         fi
484
485         if test $ol_enable_ldbm_type != auto ; then
486                 AC_MSG_WARN([LDBM disabled, ignoring --enable-ldbm-type argument])
487         fi
488
489         if test $ol_enable_modules != yes &&
490            test $ol_enable_bdb = no &&
491            test $ol_enable_dnssrv = no &&
492            test $ol_enable_hdb = no &&
493            test $ol_enable_ldap = no &&
494            test $ol_enable_meta = no &&
495            test $ol_enable_monitor = no &&
496            test $ol_enable_null = no &&
497            test $ol_enable_passwd = no &&
498            test $ol_enable_perl = no &&
499            test $ol_enable_relay = no &&
500            test $ol_enable_shell = no &&
501            test $ol_enable_sql = no ; then
502
503                 if test $ol_enable_slapd = yes ; then
504                         AC_MSG_ERROR([slapd requires a backend])
505                 else
506                         AC_MSG_WARN([skipping slapd, no backend specified])
507                         ol_enable_slapd=no
508                 fi
509         fi
510
511         ol_enable_ldbm_api=no
512         ol_enable_ldbm_type=no
513
514         if test $ol_enable_bdb/$ol_enable_hdb != no/no; then
515                 ol_enable_ldbm_api=berkeley
516         fi
517
518 else
519         dnl SLAPD with LDBM
520         if test $ol_enable_ldbm_api = gdbm &&
521            test $ol_enable_ldbm_type = btree ; then
522                 AC_MSG_ERROR([GDBM only supports LDBM type hash])
523         fi
524         if test $ol_enable_ldbm_api = mdbm &&
525            test $ol_enable_ldbm_type = btree ; then
526                 AC_MSG_ERROR([MDBM only supports LDBM type hash])
527         fi
528         if test $ol_enable_ldbm_api = ndbm &&
529            test $ol_enable_ldbm_type = btree ; then
530                 AC_MSG_ERROR([NDBM only supports LDBM type hash])
531         fi
532
533         if test $ol_enable_bdb/$ol_enable_hdb != no/no ; then
534                 if test $ol_enable_ldbm_api = auto ; then
535                         ol_enable_ldbm_api=berkeley
536                 elif test $ol_enable_ldbm_api != berkeley ; then
537                         AC_MSG_ERROR([LDBM API not compatible with BDB/HDB])
538                 fi
539         fi
540 fi
541
542 if test $ol_enable_meta/$ol_enable_ldap = yes/no ; then
543         AC_MSG_ERROR([--enable-meta requires --enable-ldap])
544 fi
545
546 if test $ol_enable_slurpd = yes ; then
547         dnl SLURPD was specifically enabled
548         if test $ol_with_threads = no ; then
549                 AC_MSG_ERROR([slurpd requires threads])
550         fi
551 fi
552
553 if test $ol_enable_lmpasswd = yes ; then
554         if test $ol_with_tls = no ; then
555                 AC_MSG_ERROR([LAN Manager passwords require OpenSSL])
556         fi
557 fi
558
559 if test $ol_enable_kbind = yes ; then
560         if test $ol_with_kerberos = no ; then
561                 AC_MSG_ERROR([options require --with-kerberos])
562         elif test $ol_with_kerberos = auto ; then
563                 ol_with_kerberos=yes
564         fi
565
566 elif test $ol_enable_kbind = no ; then
567         if test $ol_with_kerberos = auto ; then
568                 ol_with_kerberos=no
569         elif test $ol_with_kerberos != no ; then
570                 AC_MSG_WARN([Kerberos detection enabled unnecessarily]);
571                 ol_with_kerberos=no
572         fi
573 fi
574
575 if test $ol_enable_spasswd = yes ; then
576         if test $ol_with_cyrus_sasl = no ; then
577                 AC_MSG_ERROR([options require --with-cyrus-sasl])
578         fi
579         ol_with_cyrus_sasl=yes
580 fi
581
582 AC_MSG_RESULT(done)
583
584 dnl ----------------------------------------------------------------
585 dnl Initialize vars
586 LDAP_LIBS=
587 LDBM_LIBS=
588 LTHREAD_LIBS=
589 LUTIL_LIBS=
590
591 SLAPD_LIBS=
592 SLURPD_LIBS=
593
594 BUILD_SLAPD=no
595 BUILD_SLURPD=no
596
597 BUILD_THREAD=no
598
599 BUILD_SLAPI=no
600 SLAPD_SLAPI_DEPEND=
601
602 BUILD_BDB=no
603 BUILD_DNSSRV=no
604 BUILD_HDB=no
605 BUILD_LDAP=no
606 BUILD_LDBM=no
607 BUILD_META=no
608 BUILD_MONITOR=no
609 BUILD_NULL=no
610 BUILD_PASSWD=no
611 BUILD_PERL=no
612 BUILD_RELAY=no
613 BUILD_SHELL=no
614 BUILD_SQL=no
615
616 BUILD_ACCESSLOG=no
617 BUILD_DENYOP=no
618 BUILD_DYNGROUP=no
619 BUILD_DYNLIST=no
620 BUILD_LASTMOD=no
621 BUILD_PPOLICY=no
622 BUILD_PROXYCACHE=no
623 BUILD_REFINT=no
624 BUILD_RETCODE=no
625 BUILD_RWM=no
626 BUILD_SYNCPROV=no
627 BUILD_TRANSLUCENT=no
628 BUILD_UNIQUE=no
629 BUILD_VALSORT=no
630
631 SLAPD_STATIC_OVERLAYS=
632 SLAPD_DYNAMIC_OVERLAYS=
633
634 SLAPD_MODULES_LDFLAGS=
635 SLAPD_MODULES_CPPFLAGS=
636
637 SLAPD_STATIC_BACKENDS=back-ldif
638 SLAPD_DYNAMIC_BACKENDS=
639
640 SLAPD_PERL_LDFLAGS=
641 MOD_PERL_LDFLAGS=
642 PERL_CPPFLAGS=
643
644 SLAPD_SQL_LDFLAGS=
645 SLAPD_SQL_LIBS=
646 SLAPD_SQL_INCLUDES=
647
648 KRB4_LIBS=
649 KRB5_LIBS=
650 SASL_LIBS=
651 TLS_LIBS=
652 MODULES_LIBS=
653 SLAPI_LIBS=
654 LIBSLAPI=
655 LIBSLAPITOOLS=
656 AUTH_LIBS=
657 ICU_LIBS=
658
659 SLAPD_SLP_LIBS=
660 SLAPD_GMP_LIBS=
661
662 dnl ================================================================
663 dnl Checks for programs
664
665 AC_DEFINE(HAVE_MKVERSION, 1, [define this if you have mkversion])
666
667 dnl ----------------------------------------------------------------
668 dnl
669 dnl Determine which C translator to use
670 dnl
671
672 dnl AIX Thread requires we use cc_r or xlc_r.
673 dnl But only do this IF AIX and CC is not set
674 dnl and threads are auto|yes|posix.
675 dnl
676 dnl If we find cc_r|xlc_r, force pthreads and assume
677 dnl             pthread_create is in $LIBS (ie: don't bring in
678 dnl             any additional thread libraries)
679 dnl If we do not find cc_r|xlc_r, disable threads
680
681 ol_aix_threads=no
682 case "$target" in
683 *-*-aix*) dnl all AIX is not a good idea.
684         if test -z "$CC" ; then
685                 case "$ol_with_threads" in
686                 auto | yes |  posix) ol_aix_threads=yes ;;
687                 esac
688         fi
689 ;;
690 esac
691
692 if test $ol_aix_threads = yes ; then
693         if test -z "${CC}" ; then
694                 AC_CHECK_PROGS(CC,cc_r xlc_r cc)
695
696                 if test "$CC" = cc ; then
697                         dnl no CC! don't allow --with-threads
698                         if test $ol_with_threads != auto ; then
699                                 AC_MSG_ERROR([--with-threads requires cc_r (or other suitable compiler) on AIX])
700                         else
701                                 AC_MSG_WARN([disabling threads, no cc_r on AIX])
702                         fi
703                         ol_with_threads=no
704                 fi
705         fi
706
707         case ${CC} in cc_r | xlc_r)
708                 ol_with_threads=posix
709                 ol_cv_pthread_create=yes
710                 ;;
711         esac
712 fi
713
714 if test -z "${CC}"; then
715         AC_CHECK_PROGS(CC,cc gcc,missing)
716
717         if test "${CC}" = "missing" ; then
718                 AC_MSG_ERROR([Unable to locate cc(1) or suitable replacement.  Check PATH or set CC.])
719         fi
720 fi
721
722 if test -z "${AR}"; then
723         AC_CHECK_PROGS(AR,ar gar,missing)
724
725         if test "${AR}" = "missing" ; then
726                 AC_MSG_ERROR([Unable to locate ar(1) or suitable replacement.  Check PATH or set AR.])
727         fi
728 fi
729
730 AC_LIBTOOL_WIN32_DLL
731 AC_LIBTOOL_DLOPEN
732 AC_PROG_LIBTOOL
733
734 dnl ----------------------------------------------------------------
735 dnl Perl
736 ol_link_perl=no
737 if test $ol_enable_perl != no ; then
738         AC_PATH_PROG(PERLBIN, perl, /usr/bin/perl)
739
740         if test "no$PERLBIN" = "no" ; then
741                 if test $ol_enable_perl = yes ; then
742                         AC_MSG_ERROR([could not locate perl])
743                 fi
744
745         else
746                 PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`"
747                 PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e 's/ -lc / /' -e 's/ -lc$//'`"
748
749                 if test x"$ol_enable_perl" = "xyes" ; then
750                         SLAPD_PERL_LDFLAGS="$PERL_LDFLAGS"
751                 else
752                         MOD_PERL_LDFLAGS="$PERL_LDFLAGS"
753                 fi
754                 dnl should check perl version
755                 ol_link_perl=yes
756         fi
757 fi
758
759 AC_PROG_CPP
760
761 dnl ----------------------------------------------------------------
762 dnl Checks for Windows NT
763 case $host_os in
764   *mingw32* ) ac_cv_mingw32=yes ;;
765   *cygwin* ) ac_cv_cygwin=yes ;;
766 esac
767
768 dnl ----------------------------------------------------------------
769 dnl Checks for file extensions
770 AC_EXEEXT
771 AC_OBJEXT
772 AC_DEFINE_UNQUOTED(EXEEXT, "${EXEEXT}", [defined to be the EXE extension])
773
774 dnl ----------------------------------------------------------------
775 dnl BeOS requires -lbe -lroot -lnet
776 AC_CHECK_LIB(be, be_app, [LIBS="$LIBS -lbe -lroot -lnet"], :, [-lroot -lnet])
777
778 dnl ----------------------------------------------------------------
779 dnl OpenLDAP requires STDC features
780 AC_PROG_CC
781 if test "X${ac_cv_prog_cc_stdc}" = "Xno" ; then
782         AC_MSG_ERROR([OpenLDAP requires compiler to support STDC constructs.])
783 fi
784
785 dnl ----------------------------------------------------------------
786 dnl Check cc depend flags
787 OL_MKDEPEND
788 if test "${ol_cv_mkdep}" = no ; then
789         # this will soon become an error
790         AC_MSG_WARN([do not know how to generate dependencies])
791 fi
792
793 dnl ----------------------------------------------------------------
794 dnl Check for AIX security library
795 AC_CHECK_LIB(s, afopen, [
796         AUTH_LIBS=-ls
797         AC_DEFINE(HAVE_AIX_SECURITY,1,[define if you have AIX security lib])
798 ])
799
800 dnl ----------------------------------------------------------------
801 dnl Check for IBM OS/390
802 case "$target" in
803 *-ibm-openedition)
804         ac_cv_func_getopt=no
805         AC_DEFINE(BOTH_STRINGS_H,1,[define to use both <string.h> and <strings.h>])
806         ;;
807 esac
808
809 dnl ----------------------------------------------------------------
810 dnl Check for module support
811 ol_link_modules=no
812 WITH_MODULES_ENABLED=no
813 if test $ol_enable_modules != no ; then
814         AC_CHECK_HEADERS(ltdl.h)
815
816         if test $ac_cv_header_ltdl_h = no ; then
817                 AC_MSG_ERROR([could not locate libtool ltdl.h])
818         fi
819
820         AC_CHECK_LIB(ltdl, lt_dlinit, [
821                 MODULES_LIBS=-lltdl
822                 AC_DEFINE(HAVE_LIBLTDL,1,[define if you have libtool -ltdl])
823         ])
824
825         if test "$ac_cv_lib_ltdl_lt_dlinit" = no ; then
826                 AC_MSG_ERROR([could not locate libtool -lltdl])
827         fi
828         ol_link_modules=yes
829         WITH_MODULES_ENABLED=yes
830
831 else
832         for i in $Backends; do
833                 eval "ol_tmp=\$ol_enable_$i"
834                 if test $ol_tmp = mod ; then
835                         AC_MSG_WARN([building static $i backend])
836                         eval "ol_enable_$i=yes"
837                 fi
838         done
839         for i in $Overlays; do
840                 eval "ol_tmp=\$ol_enable_$i"
841                 if test $ol_tmp = mod ; then
842                         AC_MSG_WARN([building static $i overlay])
843                         eval "ol_enable_$i=yes"
844                 fi
845         done
846 fi
847
848 dnl ----------------------------------------------------------------
849 dnl Checks for header files.
850 OL_HEADER_STDC
851
852 if test $ol_cv_header_stdc != yes; then
853         AC_MSG_WARN([could not locate Standard C compliant headers])
854 fi
855
856 AC_HEADER_DIRENT
857 AC_HEADER_SYS_WAIT
858 AC_HEADER_TIOCGWINSZ
859
860 AC_CHECK_HEADERS(               \
861         arpa/inet.h             \
862         arpa/nameser.h          \
863         assert.h                \
864         bits/types.h            \
865         conio.h                 \
866         crypt.h                 \
867         direct.h                \
868         errno.h                 \
869         fcntl.h                 \
870         filio.h                 \
871         getopt.h                \
872         grp.h                   \
873         io.h                    \
874         libutil.h               \
875         limits.h                \
876         locale.h                \
877         netinet/tcp.h           \
878         malloc.h                \
879         memory.h                \
880         psap.h                  \
881         pwd.h                   \
882         process.h               \
883         sgtty.h                 \
884         shadow.h                \
885         stddef.h                \
886         string.h                \
887         strings.h               \
888         sysexits.h              \
889         sys/file.h              \
890         sys/filio.h             \
891         sys/errno.h             \
892         sys/ioctl.h             \
893         sys/param.h             \
894         sys/resource.h          \
895         sys/select.h            \
896         sys/socket.h            \
897         sys/stat.h              \
898         sys/syslog.h            \
899         sys/time.h              \
900         sys/types.h             \
901         sys/uio.h               \
902         syslog.h                \
903         termios.h               \
904         unistd.h                \
905         utime.h                 \
906         winsock.h               \
907         winsock2.h              \
908 )
909
910 AC_CHECK_HEADERS( resolv.h, [], [],
911 [$ac_includes_default]
912 #include <netinet/in.h>
913 )
914
915 AC_CHECK_HEADERS(sys/ucred.h, [], [],
916 [$ac_includes_default
917 #ifdef HAVE_SYS_PARAM_H
918 #include <sys/param.h>
919 #endif
920 ])
921
922 dnl ----------------------------------------------------------------
923 dnl Checks for libraries
924
925 AC_CHECK_FUNCS( sigaction sigset )
926
927 dnl HP-UX requires -lV3
928 dnl this is not needed on newer versions of HP-UX
929 if test $ac_cv_func_sigaction = no && test $ac_cv_func_sigaction = no ; then
930         AC_CHECK_LIB(V3, sigset)
931 fi
932
933 dnl The following is INTENTIONALLY scripted out because shell does not
934 dnl support variable names with the '@' character, which is what
935 dnl autoconf would try to generate if one merely used AC_SEARCH_LIBS
936 dnl
937 dnl Skip Winsock tests on Cygwin
938 if test "$ac_cv_cygwin" != yes && test "$ac_cv_header_winsock_h" = yes; then
939 AC_CACHE_CHECK([for winsock], [ol_cv_winsock],
940 save_LIBS="$LIBS"
941 for curlib in ws2_32 wsock32; do
942         LIBS="$LIBS -l$curlib"
943         AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <winsock.h>
944                         ]], [[
945                         socket(0,0,0);
946                         select(0,NULL,NULL,NULL,NULL);
947                         closesocket(0);
948                         gethostname(NULL,0);
949                         ]])],[ol_cv_winsock=yes],[ol_cv_winsock=no])
950
951         if test $ol_cv_winsock = yes; then
952                 AC_DEFINE(HAVE_WINSOCK, 1, [define if you have winsock])
953                 ac_cv_func_socket=yes
954                 ac_cv_func_select=yes
955                 ac_cv_func_closesocket=yes
956                 ac_cv_func_gethostname=yes
957                 if test $curlib = ws2_32; then
958                         ol_cv_winsock=winsock2
959                         AC_DEFINE(HAVE_WINSOCK2, 1,
960                                   [define if you have winsock2])
961                 fi
962                 break
963         fi
964         LIBS="$save_LIBS"
965 done)
966 fi
967
968 dnl Find socket()
969 dnl Likely combinations:
970 dnl             -lsocket [ -lnsl_s | -lnsl ]
971 dnl             -linet
972
973 AC_CHECK_FUNC(socket, :, [      
974 dnl hopefully we won't include too many libraries
975         AC_CHECK_LIB(socket, main)
976         AC_CHECK_LIB(net, main)
977         AC_CHECK_LIB(nsl_s, main)
978         AC_CHECK_LIB(nsl, main)
979         AC_CHECK_LIB(inet, socket)
980         AC_CHECK_LIB(gen, main)
981 ])
982
983 dnl require select
984 AC_CHECK_FUNC(select, :, AC_MSG_ERROR([select() required.]))
985
986 if test "${ac_cv_header_winsock_h}" != yes; then
987         dnl Select arg types
988         dnl (if this detection becomes permenent, it and the select() detection
989         dnl should be done before the yielding select test) 
990         AC_FUNC_SELECT_ARGTYPES
991 fi
992
993 dnl check to see if system call automatically restart
994 dnl AC_SYS_RESTARTABLE_SYSCALLS
995
996 dnl ----------------------------------------------------------------
997 AC_CHECK_FUNCS( poll )
998 AC_CHECK_HEADERS( poll.h )
999
1000 dnl ----------------------------------------------------------------
1001 AC_CHECK_HEADERS( sys/epoll.h )
1002 if test "${ac_cv_header_sys_epoll_h}" = yes; then
1003 AC_MSG_CHECKING(for epoll system call)
1004 AC_RUN_IFELSE([AC_LANG_SOURCE([[int main(int argc, char *argv)
1005 {
1006         int epfd = epoll_create(256);
1007         exit (epfd == -1 ? 1 : 0);
1008 }]])],[AC_MSG_RESULT(yes)
1009 AC_DEFINE(HAVE_EPOLL,1, [define if your system supports epoll])],[AC_MSG_RESULT(no)],[AC_MSG_RESULT(no)])
1010 fi
1011
1012 dnl ----------------------------------------------------------------
1013 # strerror checks
1014 OL_STRERROR
1015
1016 dnl ----------------------------------------------------------------
1017 dnl require POSIX regex
1018 AC_CHECK_HEADERS( regex.h )
1019 if test "$ac_cv_header_regex_h" != yes ; then
1020         AC_MSG_ERROR([POSIX regex.h required.])
1021 fi
1022 AC_SEARCH_LIBS(regfree, [regex gnuregex],
1023         :, AC_MSG_ERROR([POSIX regex required.]))
1024
1025 OL_POSIX_REGEX
1026 if test "$ol_cv_c_posix_regex" = no ; then
1027         AC_MSG_ERROR([broken POSIX regex!])
1028 fi
1029
1030 dnl ----------------------------------------------------------------
1031 dnl UUID Support
1032
1033 have_uuid=no
1034 AC_CHECK_HEADERS(sys/uuid.h)
1035 if test $ac_cv_header_sys_uuid_h = yes ; then
1036         save_LIBS="$LIBS"
1037         AC_SEARCH_LIBS(uuid_to_str, uuid, [have_uuid=yes], :)
1038         LIBS="$save_LIBS"
1039
1040         if test have_uuid = yes ; then
1041                 AC_DEFINE(HAVE_UUID_TO_STR,1,
1042                         [define if you have uuid_to_str()])
1043
1044                 test "$ac_cv_search_uuid_to_str" = "none required" || \
1045                         SLAPD_LIBS="$SLAPD_LIBS $ac_cv_search_uuid_to_str"
1046         fi
1047 fi
1048
1049 dnl For windows, check for the need of RPCRT for UUID function support
1050 if test $have_uuid = no ; then
1051         AC_MSG_CHECKING(to see if -lrpcrt4 is needed for win32 UUID support)
1052         save_LIBS="$LIBS"
1053         LIBS="$LIBS -lrpcrt4"
1054         AC_LINK_IFELSE([AC_LANG_PROGRAM([[
1055                 int __stdcall UuidCreate(void *);
1056                 int __stdcall UuidToStringA(void *,void **);
1057                 ]], [[
1058                 UuidCreate(0);
1059                 UuidToStringA(0,0);
1060                 ]])],[need_rpcrt=yes],[need_rpcrt=no])
1061         if test $need_rpcrt = yes; then
1062                 SLAPD_LIBS="$SLAPD_LIBS -lrpcrt4"
1063         fi
1064         LIBS="$save_LIBS"
1065         AC_MSG_RESULT($need_rpcrt)
1066 fi
1067
1068 dnl ----------------------------------------------------------------
1069 dnl Check for resolver routines
1070 OL_RESOLVER_LINK
1071
1072 ol_link_dnssrv=no
1073 if test "$ol_cv_lib_resolver" != no ; then
1074         AC_DEFINE(HAVE_RES_QUERY,1,
1075                 [define if you have res_query()])
1076
1077         if test "$ol_enable_dnssrv" != no ; then
1078                 ol_link_dnssrv=yes
1079         fi
1080
1081         if test "$ol_cv_lib_resolver" != yes ; then
1082                 LIBS="$ol_cv_lib_resolver $LIBS"
1083         fi
1084 fi
1085
1086 if test "$ol_enable_dnssrv" = yes || test "$ol_enable_dnssrv" = mod ; then
1087         if test "$ol_link_dnssrv" = no ; then
1088                 AC_MSG_ERROR([DNSSRV requires res_query()])
1089         fi
1090 else
1091         ol_enable_dnssrv=no
1092 fi
1093
1094 AC_CHECK_FUNCS( hstrerror )
1095
1096 dnl ----------------------------------------------------------------
1097 dnl PF_INET6 support requires getaddrinfo and INET6_ADDRSTRLEN
1098 dnl PF_LOCAL may use getaddrinfo in available
1099 AC_CHECK_FUNCS( getaddrinfo getnameinfo gai_strerror inet_ntop )
1100
1101 ol_link_ipv6=no
1102 if test $ac_cv_func_getaddrinfo = no || test $ac_cv_func_inet_ntop = no ; then
1103         if test $ol_enable_ipv6 = yes ; then
1104                 AC_MSG_ERROR([IPv6 support requires getaddrinfo() and inet_ntop()])
1105         fi
1106 elif test $ol_enable_ipv6 != no ; then
1107         AC_CACHE_CHECK([INET6_ADDRSTRLEN],[ol_cv_inet6_addrstrlen],[
1108                 AC_EGREP_CPP(__has_inet6_addrstrlen__,[
1109 #                       include <netinet/in.h>
1110 #                       ifdef INET6_ADDRSTRLEN
1111                                 __has_inet6_addrstrlen__;
1112 #                       endif
1113                 ], [ol_cv_inet6_addrstrlen=yes], [ol_cv_inet6_addrstrlen=no])])
1114
1115
1116         AC_CACHE_CHECK([struct sockaddr_storage],ol_cv_struct_sockaddr_storage,[
1117                 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
1118 #include <sys/types.h>
1119 #include <sys/socket.h>
1120 ]], [[
1121                         struct sockaddr_storage ss;
1122 ]])],[ol_cv_struct_sockaddr_storage=yes],[ol_cv_struct_sockaddr_storage=no])])
1123
1124         if test $ol_cv_inet6_addrstrlen = yes &&
1125            test $ol_cv_struct_sockaddr_storage = yes ; then
1126                 ol_link_ipv6=yes
1127         elif test $ol_enable_ipv6 = yes &&
1128              test $ol_cv_inet6_addrstrlen = no ; then
1129                 AC_MSG_ERROR([IPv6 support requires INET6_ADDRSTRLEN])
1130         elif test $ol_enable_ipv6 = yes &&
1131              test $ol_cv_struct_sockaddr_storage = no ; then
1132                 AC_MSG_ERROR([IPv6 support requires struct sockaddr_storage])
1133         fi
1134 fi
1135
1136 if test $ol_enable_local != no ; then
1137         AC_CHECK_HEADERS( sys/un.h )
1138
1139         if test $ol_enable_local = auto ; then
1140                 ol_enable_local=$ac_cv_header_sys_un_h
1141         elif test $ac_cv_header_sys_un_h = no ; then
1142                 AC_MSG_ERROR([AF_LOCAL domain support requires sys/un.h])
1143         fi
1144 fi
1145
1146 dnl ----------------------------------------------------------------
1147 dnl Kerberos
1148 ol_link_kbind=no
1149 ol_link_krb5=no
1150 ol_link_krb4=no
1151
1152 case $ol_with_kerberos in yes | auto | k5 | k5only | k425)
1153
1154         AC_CHECK_HEADERS(krb5.h)
1155
1156         if test $ac_cv_header_krb5_h = yes ; then
1157                 dnl lazy check for Heimdal Kerberos
1158                 AC_CHECK_HEADERS(heim_err.h)
1159                 if test $ac_cv_header_heim_err_h = yes ; then
1160                         krb5_impl=heimdal
1161                 else
1162                         krb5_impl=mit
1163                 fi
1164
1165                 if test $krb5_impl = mit; then
1166                         AC_CHECK_LIB(k5crypto, main,
1167                                 [krb5crypto=k5crypto],
1168                                 [krb5crypto=crypto])
1169
1170                         AC_CHECK_LIB(krb5, main,
1171                                 [have_krb5=yes
1172                                 KRB5_LIBS="-lkrb5 -l$krb5crypto -lcom_err"],
1173                                 [have_krb5=no],
1174                                 [-l$krb5crypto -lcom_err])
1175
1176                 elif test $krb5_impl = heimdal; then
1177                         AC_CHECK_LIB(des, main,
1178                                 [krb5crypto=des],
1179                                 [krb5crypto=crypto])
1180
1181                         AC_CHECK_LIB(krb5, main,
1182                                 [have_krb5=yes
1183                                 KRB5_LIBS="-lkrb5 -l$krb5crypto -lasn1 -lroken -lcom_err"],
1184                                 [have_krb5=no],
1185                                 [-l$krb5crypto -lasn1 -lroken -lcom_err])
1186
1187                         AC_DEFINE(HAVE_HEIMDAL_KERBEROS, 1,
1188                                 [define if you have HEIMDAL Kerberos])
1189
1190                 else
1191                         have_krb5=no
1192                         AC_MSG_WARN([Unrecognized Kerberos5 Implementation])
1193                 fi
1194
1195                 if test $have_krb5 = yes ; then
1196                         ol_link_krb5=yes
1197
1198                         AC_DEFINE(HAVE_KRB5, 1,
1199                                 [define if you have Kerberos V])
1200
1201                         if test $ol_with_kerberos = k5only ; then
1202                                 ol_with_kerberos=found
1203                         fi
1204
1205                 elif test $ol_with_kerberos != auto ; then
1206                         AC_MSG_ERROR([Required Kerberos 5 support not available])
1207                 fi
1208
1209         fi
1210         ;;
1211 esac
1212
1213 if test $ol_link_krb5 = yes &&
1214    { test $ol_with_kerberos = yes ||
1215      test $ol_with_kerberos = auto ||
1216      test $ol_with_kerberos = k425; }; then
1217
1218         AC_CHECK_HEADERS(kerberosIV/krb.h kerberosIV/des.h)
1219
1220         if test $ac_cv_header_kerberosIV_krb_h = yes ; then
1221                 if test $krb5_impl = mit; then
1222                         AC_CHECK_LIB(krb4, main, [have_k425=yes
1223                                 KRB4_LIBS="-lkrb4 -ldes425"], [have_k425=no],
1224                                 [-ldes425 -lkrb5 -l$krb5crypto -lcom_err])
1225
1226                 elif test $krb5_impl = heimdal; then
1227                         AC_CHECK_LIB(krb4, main, [have_k425=yes
1228                                 KRB4_LIBS="-lkrb4"], [have_k425=no],
1229                                 [-lkrb5 -l$krb5crypto -lasn1 -lroken -lcom_err])
1230
1231                 else
1232                         have_425=no
1233                         AC_MSG_WARN([Unrecongized Kerberos V Implementation])
1234                 fi
1235
1236                 if test $have_k425 = yes ; then
1237                         ol_with_kerberos=found
1238                         ol_link_krb4=yes
1239
1240                         AC_DEFINE(HAVE_KRB425, 1,
1241                                 [define if you have Kerberos V with IV support])
1242                         AC_DEFINE(HAVE_KRB4, 1,
1243                                 [define if you have Kerberos IV])
1244
1245                         AC_CACHE_CHECK([for des_debug in Kerberos libraries],
1246                                 [ol_cv_var_des_debug], [
1247                                 dnl save the flags
1248                                 save_LIBS="$LIBS"
1249                                 LIBS="$KRB4_LIBS $KRB5_LIBS $LIBS"
1250                                 AC_LINK_IFELSE([AC_LANG_PROGRAM([[
1251 #include <kerberosIV/krb.h>
1252 #include <kerberosIV/des.h>
1253 extern int des_debug;
1254 ]], [[
1255 des_debug = 1;
1256 ]])],[ol_cv_var_des_debug=yes],[ol_cv_var_des_debug=no])
1257                                 dnl restore the LIBS
1258                                 LIBS="$save_LIBS"
1259                         ])
1260
1261                         if test $ol_cv_var_des_debug = yes ; then
1262                                 AC_DEFINE(HAVE_DES_DEBUG,1,
1263                                         [define if you have Kerberos des_debug])
1264                         fi
1265
1266                         LIBS="$save_LIBS"
1267                 fi
1268         fi
1269 fi
1270
1271 if test $ol_link_krb5 = yes ; then
1272         ol_with_kerberos=found
1273 fi
1274
1275 case $ol_with_kerberos in yes | auto | k4 | kth)
1276
1277         AC_CHECK_HEADERS(krb.h des.h krb-archaeology.h )
1278
1279         if test $ac_cv_header_krb_h = yes ; then
1280                 AC_CHECK_LIB(krb, main, [have_k4=yes], [have_k4=no], [-ldes])
1281
1282                 if test $have_k4 = yes ; then
1283                         ol_with_kerberos=found
1284                         ol_link_krb4=yes
1285
1286                         AC_DEFINE(HAVE_KRB4, 1,
1287                                 [define if you have Kerberos IV])
1288
1289                         KRB4_LIBS="-lkrb -ldes"
1290
1291                         if test $ac_cv_header_krb_archaeology_h = yes ; then
1292                                 AC_DEFINE(HAVE_KTH_KERBEROS, 1,
1293                                         [define if you have Kth Kerberos])
1294                         fi
1295                 fi
1296         fi
1297         ;;
1298 esac
1299
1300 if test $ol_link_krb4 = yes && test $ol_enable_kbind != no ; then
1301         ol_link_kbind=yes
1302
1303 elif test $ol_enable_kbind = yes ; then
1304         AC_MSG_ERROR([Kerberos IV detection failed])
1305 fi
1306
1307 if test $ol_link_krb4 = yes || test $ol_link_krb5 = yes ; then
1308         AC_DEFINE(HAVE_KERBEROS, 1, [define if you have Kerberos])
1309
1310 elif test $ol_with_kerberos != auto && test $ol_with_kerberos != no ; then
1311         AC_MSG_ERROR([Kerberos detection failed])
1312 fi
1313
1314 dnl ----------------------------------------------------------------
1315 dnl TLS/SSL
1316         
1317 ol_link_tls=no
1318 if test $ol_with_tls != no ; then
1319         AC_CHECK_HEADERS(openssl/ssl.h)
1320
1321         if test $ac_cv_header_openssl_ssl_h = yes ; then
1322                 AC_CHECK_LIB(ssl, SSL_library_init,
1323                         [have_openssl=yes
1324                         need_rsaref=no], [have_openssl=no],
1325                         [-lcrypto])
1326
1327                 if test $have_openssl = no ; then
1328                         AC_CHECK_LIB(ssl, ssl3_accept, 
1329                                 [have_openssl=yes
1330                                 need_rsaref=yes], [have_openssl=no],
1331                                 [-lcrypto -lRSAglue -lrsaref])
1332                 fi
1333
1334                 if test $have_openssl = yes ; then
1335                         ol_with_tls=found
1336                         ol_link_tls=yes
1337
1338                         AC_DEFINE(HAVE_OPENSSL, 1, 
1339                                 [define if you have OpenSSL])
1340
1341                         if test $need_rsaref = yes; then
1342                                 AC_DEFINE(HAVE_RSAREF, 1, 
1343                                         [define if OpenSSL needs RSAref])
1344
1345                                 TLS_LIBS="-lssl -lcrypto -lRSAglue -lrsaref"
1346                         else
1347                                 TLS_LIBS="-lssl -lcrypto"
1348                         fi
1349                 fi
1350                 OL_SSL_COMPAT
1351                 if test $ol_cv_ssl_crl_compat = no ; then
1352                         ol_link_ssl=no
1353                 else 
1354                         AC_DEFINE(HAVE_OPENSSL_CRL, 1, 
1355                                 [define if you have OpenSSL with CRL checking capability])
1356                 fi
1357         fi
1358
1359 else
1360         AC_MSG_WARN([TLS data protection not supported!])
1361 fi
1362
1363 WITH_TLS=no
1364 if test $ol_link_tls = yes ; then
1365         AC_DEFINE(HAVE_TLS, 1, [define if you have TLS])
1366         WITH_TLS=yes
1367
1368 elif test $ol_with_tls = auto ; then
1369         AC_MSG_WARN([Could not locate TLS/SSL package])
1370         AC_MSG_WARN([TLS data protection not supported!])
1371
1372 elif test $ol_with_tls != no ; then
1373         AC_MSG_ERROR([Could not locate TLS/SSL package])
1374 fi
1375
1376 dnl ----------------------------------------------------------------
1377 dnl LAN Manger password checking requires DES from OpenSSL
1378 if test $ol_enable_lmpasswd != no; then
1379         if test $ol_link_tls != yes ; then
1380                 AC_MSG_ERROR([LAN Manager passwords require OpenSSL])
1381         fi
1382
1383         AC_DEFINE(SLAPD_LMHASH, 1, [define to support LAN Manager passwords])
1384 fi
1385
1386 dnl ----------------------------------------------------------------
1387 dnl Threads?
1388 ol_link_threads=no
1389
1390 case $ol_with_threads in auto | yes | nt)
1391
1392         OL_NT_THREADS
1393
1394         if test "$ol_cv_nt_threads" = yes ; then
1395                 ol_link_threads=nt
1396                 ol_with_threads=found
1397                 ol_with_yielding_select=yes
1398
1399                 AC_DEFINE(HAVE_NT_SERVICE_MANAGER,1,[if you have NT Service Manager])
1400                 AC_DEFINE(HAVE_NT_EVENT_LOG,1,[if you have NT Event Log])
1401         fi
1402
1403         if test $ol_with_threads = nt ; then
1404                 AC_MSG_ERROR([could not locate NT Threads])
1405         fi
1406         ;;
1407 esac
1408
1409 case $ol_with_threads in auto | yes | posix)
1410
1411         AC_CHECK_HEADERS(pthread.h)
1412
1413         if test $ac_cv_header_pthread_h = yes ; then
1414                 OL_POSIX_THREAD_VERSION
1415
1416                 if test $ol_cv_pthread_version != 0 ; then
1417                         AC_DEFINE_UNQUOTED(HAVE_PTHREADS,$ol_cv_pthread_version,
1418                                 [define to pthreads API spec revision])
1419                 else
1420                         AC_MSG_ERROR([unknown pthread version])
1421                 fi
1422
1423                 # consider threads found
1424                 ol_with_threads=found
1425
1426                 OL_HEADER_LINUX_THREADS
1427                 OL_HEADER_GNU_PTH_PTHREAD_H
1428
1429                 if test $ol_cv_header_gnu_pth_pthread_h = no ; then
1430                         AC_CHECK_HEADERS(sched.h)
1431                 fi
1432
1433                 dnl Now the hard part, how to link?
1434                 dnl
1435                 dnl currently supported checks:
1436                 dnl
1437                 dnl Check for no flags 
1438                 dnl     pthread_create() in $LIBS
1439                 dnl
1440                 dnl Check special pthread (final) flags
1441                 dnl     [skipped] pthread_create() with -mt (Solaris) [disabled]
1442                 dnl     pthread_create() with -kthread (FreeBSD)
1443                 dnl     pthread_create() with -pthread (FreeBSD/Digital Unix)
1444                 dnl     pthread_create() with -pthreads (?)
1445                 dnl     pthread_create() with -mthreads (AIX)
1446                 dnl     pthread_create() with -thread (?)
1447                 dnl
1448                 dnl Check pthread (final) libraries
1449                 dnl     pthread_mutex_unlock() in -lpthread -lmach -lexc -lc_r (OSF/1)
1450                 dnl     pthread_mutex_lock() in -lpthread -lmach -lexc (OSF/1)
1451                 dnl     [skipped] pthread_mutex_trylock() in -lpthread -lexc (OSF/1)
1452                 dnl     pthread_join() -Wl,-woff,85 -lpthread (IRIX)
1453                 dnl     pthread_create() in -lpthread (many)
1454                 dnl     pthread_create() in -lc_r (FreeBSD)
1455                 dnl
1456                 dnl Check pthread (draft4) flags (depreciated)
1457                 dnl     pthread_create() with -threads (OSF/1)
1458                 dnl
1459                 dnl Check pthread (draft4) libraries (depreciated)
1460                 dnl     pthread_mutex_unlock() in -lpthreads -lmach -lexc -lc_r (OSF/1)
1461                 dnl     pthread_mutex_lock() in -lpthreads -lmach -lexc (OSF/1)
1462                 dnl     pthread_mutex_trylock() in -lpthreads -lexc (OSF/1)
1463                 dnl     pthread_create() in -lpthreads (many)
1464                 dnl
1465
1466                 dnl pthread_create in $LIBS
1467                 AC_CACHE_CHECK([for pthread_create in default libraries],
1468                         ol_cv_pthread_create,[
1469                         AC_RUN_IFELSE([OL_PTHREAD_TEST_PROGRAM],
1470                                 [ol_cv_pthread_create=yes],
1471                                 [ol_cv_pthread_create=no],
1472                                 [AC_TRY_LINK(OL_PTHREAD_TEST_INCLUDES,OL_PTHREAD_TEST_FUNCTION,
1473                                         [ol_cv_pthread_create=yes],
1474                                         [ol_cv_pthread_create=no])])])
1475
1476                 if test $ol_cv_pthread_create != no ; then
1477                         ol_link_threads=posix
1478                         ol_link_pthreads=""
1479                 fi
1480                 
1481 dnl             OL_PTHREAD_TRY([-mt],           [ol_cv_pthread_mt])
1482                 OL_PTHREAD_TRY([-kthread],      [ol_cv_pthread_kthread])
1483                 OL_PTHREAD_TRY([-pthread],      [ol_cv_pthread_pthread])
1484                 OL_PTHREAD_TRY([-pthreads],     [ol_cv_pthread_pthreads])
1485                 OL_PTHREAD_TRY([-mthreads],     [ol_cv_pthread_mthreads])
1486                 OL_PTHREAD_TRY([-thread],       [ol_cv_pthread_thread])
1487
1488                 OL_PTHREAD_TRY([-lpthread -lmach -lexc -lc_r],
1489                         [ol_cv_pthread_lpthread_lmach_lexc_lc_r])
1490                 OL_PTHREAD_TRY([-lpthread -lmach -lexc],
1491                         [ol_cv_pthread_lpthread_lmach_lexc])
1492 dnl             OL_PTHREAD_TRY([-lpthread -lexc],
1493 dnl                     [ol_cv_pthread_lpthread_lexc])
1494
1495                 OL_PTHREAD_TRY([-lpthread -Wl,-woff,85],
1496                         [ol_cv_pthread_lib_lpthread_woff])
1497
1498                 OL_PTHREAD_TRY([-lpthread],     [ol_cv_pthread_lpthread])
1499                 OL_PTHREAD_TRY([-lc_r],         [ol_cv_pthread_lc_r])
1500
1501                 OL_PTHREAD_TRY([-threads],      [ol_cv_pthread_threads])
1502
1503                 OL_PTHREAD_TRY([-lpthreads -lmach -lexc -lc_r],
1504                         [ol_cv_pthread_lpthreads_lmach_lexc_lc_r])
1505                 OL_PTHREAD_TRY([-lpthreads -lmach -lexc],
1506                         [ol_cv_pthread_lpthreads_lmach_lexc])
1507                 OL_PTHREAD_TRY([-lpthreads -lexc],
1508                         [ol_cv_pthread_lpthreads_lexc])
1509
1510                 OL_PTHREAD_TRY([-lpthreads],[ol_cv_pthread_lib_lpthreads])
1511
1512                 if test $ol_link_threads != no ; then
1513                         LTHREAD_LIBS="$LTHREAD_LIBS $ol_link_pthreads"
1514
1515                         dnl save flags
1516                         save_CPPFLAGS="$CPPFLAGS"
1517                         save_LIBS="$LIBS"
1518                         LIBS="$LTHREAD_LIBS $LIBS"
1519
1520                         dnl All POSIX Thread (final) implementations should have
1521                         dnl sched_yield instead of pthread yield.
1522                         dnl check for both, and thr_yield for Solaris
1523                         AC_CHECK_FUNCS(sched_yield pthread_yield thr_yield)
1524
1525                         if test $ac_cv_func_sched_yield = no &&
1526                            test $ac_cv_func_pthread_yield = no &&
1527                            test $ac_cv_func_thr_yield = no ; then
1528                                 dnl Digital UNIX has sched_yield() in -lrt
1529                                 AC_CHECK_LIB(rt, sched_yield,
1530                                         [LTHREAD_LIBS="$LTHREAD_LIBS -lrt"
1531                                         AC_DEFINE(HAVE_SCHED_YIELD,1,
1532                                                 [Define if you have the sched_yield function.])
1533                                         ac_cv_func_sched_yield=yes],
1534                                         [ac_cv_func_sched_yield=no])
1535                         fi
1536                         if test $ac_cv_func_sched_yield = no &&
1537                            test $ac_cv_func_pthread_yield = no &&
1538                            test "$ac_cv_func_thr_yield" = no ; then
1539                                 AC_MSG_WARN([could not locate sched_yield() or pthread_yield()])
1540                         fi
1541
1542                         dnl Check functions for compatibility
1543                         AC_CHECK_FUNCS(pthread_kill pthread_rwlock_destroy)
1544
1545                         dnl Check for pthread_detach with <pthread.h> inclusion
1546                         dnl as it's symbol may have been mangled.
1547                         AC_CACHE_CHECK([for pthread_detach with <pthread.h>],
1548                                 [ol_cv_func_pthread_detach], [
1549                                 dnl save the flags
1550                                 AC_LINK_IFELSE([AC_LANG_PROGRAM([[
1551 #include <pthread.h>
1552 #ifndef NULL
1553 #define NULL (void*)0
1554 #endif
1555 ]], [[pthread_detach(NULL);]])],[ol_cv_func_pthread_detach=yes],[ol_cv_func_pthread_detach=no])
1556                         ])
1557
1558                         if test $ol_cv_func_pthread_detach = no ; then
1559                                 AC_MSG_ERROR([could not locate pthread_detach()])
1560                         fi
1561
1562                         AC_DEFINE(HAVE_PTHREAD_DETACH,1,
1563                                 [define if you have pthread_detach function])
1564
1565                         dnl Check for setconcurreny functions
1566                         AC_CHECK_FUNCS( \
1567                                 pthread_setconcurrency \
1568                                 pthread_getconcurrency \
1569                                 thr_setconcurrency \
1570                                 thr_getconcurrency \
1571                         )
1572
1573                         OL_SYS_LINUX_THREADS
1574                         OL_LINUX_THREADS
1575
1576                         if test $ol_cv_linux_threads = error; then
1577                                 AC_MSG_ERROR([LinuxThreads header/library mismatch]);
1578                         fi
1579
1580                         AC_CACHE_CHECK([if pthread_create() works],
1581                                 ol_cv_pthread_create_works,[
1582                         AC_RUN_IFELSE([OL_PTHREAD_TEST_PROGRAM],
1583                                 [ol_cv_pthread_create_works=yes],
1584                                 [ol_cv_pthread_create_works=no],
1585                                 [dnl assume yes
1586                                 ol_cv_pthread_create_works=yes])])
1587
1588                         if test $ol_cv_pthread_create_works = no ; then
1589                                 AC_MSG_ERROR([pthread_create is not usable, check environment settings])
1590                         fi
1591
1592                         ol_replace_broken_yield=no
1593                         case "$target" in
1594                         *-*-linux*) 
1595                                 ol_replace_broken_yield=yes
1596                         ;;
1597                         esac
1598
1599                         if test $ol_replace_broken_yield = yes ; then
1600                                 AC_DEFINE([REPLACE_BROKEN_YIELD],1,
1601                                         [define if sched_yield yields the entire process])
1602                         fi
1603
1604                         dnl Check if select causes an yield
1605                         if test $ol_with_yielding_select = auto ; then
1606                                 AC_CACHE_CHECK([if select yields when using pthreads],
1607                                         ol_cv_pthread_select_yields,[
1608                                 AC_RUN_IFELSE([AC_LANG_SOURCE([[
1609 #include <sys/types.h>
1610 #include <sys/time.h>
1611 #include <unistd.h>
1612 #include <pthread.h>
1613 #ifndef NULL
1614 #define NULL (void*) 0
1615 #endif
1616
1617 static int fildes[2];
1618
1619 static void *task(p)
1620         void *p;
1621 {
1622         int i;
1623         struct timeval tv;
1624
1625         fd_set rfds;
1626
1627         tv.tv_sec=10;
1628         tv.tv_usec=0;
1629
1630         FD_ZERO(&rfds);
1631         FD_SET(fildes[0], &rfds);
1632
1633         /* we're not interested in any fds */
1634         i = select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
1635
1636         if(i < 0) {
1637                 perror("select");
1638                 exit(10);
1639         }
1640
1641         exit(0); /* if we exit here, the select blocked the whole process */
1642 }
1643
1644 int main(argc, argv)
1645         int argc;
1646         char **argv;
1647 {
1648         pthread_t t;
1649
1650         /* create a pipe to select */
1651         if(pipe(&fildes[0])) {
1652                 perror("select");
1653                 exit(1);
1654         }
1655
1656 #ifdef HAVE_PTHREAD_SETCONCURRENCY
1657         (void) pthread_setconcurrency(2);
1658 #else
1659 #ifdef HAVE_THR_SETCONCURRENCY
1660         /* Set Solaris LWP concurrency to 2 */
1661         thr_setconcurrency(2);
1662 #endif
1663 #endif
1664
1665 #if HAVE_PTHREADS < 6
1666         pthread_create(&t, pthread_attr_default, task, NULL);
1667 #else
1668         pthread_create(&t, NULL, task, NULL);
1669 #endif
1670
1671         /* make sure task runs first */
1672 #if HAVE_THR_YIELD
1673         thr_yield();
1674 #elif defined( HAVE_SCHED_YIELD )
1675         sched_yield();
1676 #elif defined( HAVE_PTHREAD_YIELD )
1677         pthread_yield();
1678 #endif
1679
1680         exit(2);
1681 }]])],[ol_cv_pthread_select_yields=no],[ol_cv_pthread_select_yields=yes],[ol_cv_pthread_select_yields=cross])])
1682
1683                                 if test $ol_cv_pthread_select_yields = cross ; then
1684                                         AC_MSG_ERROR([crossing compiling: use --with-yielding_select=yes|no|manual])
1685                                 fi
1686
1687                                 if test $ol_cv_pthread_select_yields = yes ; then
1688                                         ol_with_yielding_select=yes
1689                                 fi
1690                         fi
1691
1692                         dnl restore flags
1693                         CPPFLAGS="$save_CPPFLAGS"
1694                         LIBS="$save_LIBS"
1695                 else
1696                         AC_MSG_ERROR([could not locate usable POSIX Threads])
1697                 fi
1698         fi
1699
1700         if test $ol_with_threads = posix ; then
1701                 AC_MSG_ERROR([could not locate POSIX Threads])
1702         fi
1703         ;;
1704 esac
1705
1706 case $ol_with_threads in auto | yes | mach)
1707
1708         dnl check for Mach CThreads
1709         AC_CHECK_HEADERS(mach/cthreads.h cthreads.h)
1710         if test $ac_cv_header_mach_cthreads_h = yes ; then
1711                 ol_with_threads=found
1712
1713                 dnl check for cthreads support in current $LIBS
1714                 AC_CHECK_FUNC(cthread_fork,[ol_link_threads=yes])
1715
1716                 if test $ol_link_threads = no ; then
1717                         dnl try -all_load
1718                         dnl this test needs work
1719                         AC_CACHE_CHECK([for cthread_fork with -all_load],
1720                                 [ol_cv_cthread_all_load], [
1721                                 dnl save the flags
1722                                 save_LIBS="$LIBS"
1723                                 LIBS="-all_load $LIBS"
1724                                 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <mach/cthreads.h>]], [[
1725                                         cthread_fork((void *)0, (void *)0);
1726                                         ]])],[ol_cv_cthread_all_load=yes],[ol_cv_cthread_all_load=no])
1727                                 dnl restore the LIBS
1728                                 LIBS="$save_LIBS"
1729                         ])
1730
1731                         if test $ol_cv_cthread_all_load = yes ; then
1732                                 LTHREAD_LIBS="$LTHREAD_LIBS -all_load"
1733                                 ol_link_threads=mach
1734                                 ol_with_threads=found
1735                         fi
1736                 fi
1737
1738         elif test $ac_cv_header_cthreads_h = yes ; then
1739                 dnl Hurd variant of Mach Cthreads
1740                 dnl uses <cthreads.h> and -lthreads
1741
1742                 ol_with_threads=found
1743  
1744                 dnl save the flags
1745                 save_LIBS="$LIBS"
1746                 LIBS="$LIBS -lthreads"
1747                 AC_CHECK_FUNC(cthread_fork,[ol_link_threads=yes])
1748                 LIBS="$save_LIBS"
1749
1750                 if test $ol_link_threads = yes ; then
1751                         LTHREAD_LIBS="-lthreads"
1752                         ol_link_threads=mach
1753                         ol_with_threads=found
1754                 else
1755                         AC_MSG_ERROR([could not link with Mach CThreads])
1756                 fi
1757
1758         elif test $ol_with_threads = mach ; then
1759                 AC_MSG_ERROR([could not locate Mach CThreads])
1760         fi
1761
1762         if test $ol_link_threads = mach ; then
1763                 AC_DEFINE(HAVE_MACH_CTHREADS,1,
1764                         [define if you have Mach Cthreads])
1765         elif test $ol_with_threads = found ; then
1766                 AC_MSG_ERROR([could not link with Mach CThreads])
1767         fi
1768         ;;
1769 esac
1770
1771 case $ol_with_threads in auto | yes | pth)
1772
1773         AC_CHECK_HEADERS(pth.h)
1774
1775         if test $ac_cv_header_pth_h = yes ; then
1776                 AC_CHECK_LIB(pth, pth_version, [have_pth=yes], [have_pth=no])
1777
1778                 if test $have_pth = yes ; then
1779                         AC_DEFINE(HAVE_GNU_PTH,1,[if you have GNU Pth])
1780                         LTHREAD_LIBS="$LTHREAD_LIBS -lpth"
1781                         ol_link_threads=pth
1782                         ol_with_threads=found
1783
1784                         if test $ol_with_yielding_select = auto ; then
1785                                 ol_with_yielding_select=yes
1786                         fi
1787                 fi
1788         fi
1789         ;;
1790 esac
1791
1792 case $ol_with_threads in auto | yes | lwp)
1793
1794         dnl check for SunOS5 LWP
1795         AC_CHECK_HEADERS(thread.h synch.h)
1796         if test $ac_cv_header_thread_h = yes &&
1797            test $ac_cv_header_synch_h = yes ; then
1798                 AC_CHECK_LIB(thread, thr_create, [have_thr=yes], [have_thr=no])
1799
1800                 if test $have_thr = yes ; then
1801                         AC_DEFINE(HAVE_THR,1,
1802                                 [if you have Solaris LWP (thr) package])
1803                         LTHREAD_LIBS="$LTHREAD_LIBS -lthread"
1804                         ol_link_threads=thr
1805
1806                         if test $ol_with_yielding_select = auto ; then
1807                                 ol_with_yielding_select=yes
1808                         fi
1809
1810                         dnl Check for setconcurreny functions
1811                         AC_CHECK_FUNCS( \
1812                                 thr_setconcurrency \
1813                                 thr_getconcurrency \
1814                         )
1815                 fi
1816         fi
1817
1818         dnl check for SunOS4 LWP
1819         AC_CHECK_HEADERS(lwp/lwp.h)
1820         if test $ac_cv_header_lwp_lwp_h = yes ; then
1821                 AC_CHECK_LIB(lwp, lwp_create, [have_lwp=yes], [have_lwp=no])
1822
1823                 if test $have_lwp = yes ; then
1824                         AC_DEFINE(HAVE_LWP,1,
1825                                 [if you have SunOS LWP package])
1826                         LTHREAD_LIBS="$LTHREAD_LIBS -llwp"
1827                         ol_link_threads=lwp
1828
1829                         if test $ol_with_yielding_select = auto ; then
1830                                 ol_with_yielding_select=no
1831                         fi
1832                 fi
1833         fi
1834         ;;
1835 esac
1836
1837 if test $ol_with_yielding_select = yes ; then
1838         AC_DEFINE(HAVE_YIELDING_SELECT,1,
1839                 [define if select implicitly yields])
1840 fi
1841
1842 if test $ol_with_threads = manual ; then
1843         dnl User thinks he can manually configure threads.
1844         ol_link_threads=yes
1845
1846         AC_MSG_WARN([thread defines and link options must be set manually])
1847
1848         AC_CHECK_HEADERS(pthread.h sched.h)
1849         AC_CHECK_FUNCS(sched_yield pthread_yield)
1850         OL_HEADER_LINUX_THREADS
1851
1852         AC_CHECK_HEADERS(mach/cthreads.h)
1853         AC_CHECK_HEADERS(lwp/lwp.h)
1854         AC_CHECK_HEADERS(thread.h synch.h)
1855 fi
1856
1857 if test $ol_link_threads != no && test $ol_link_threads != nt ; then
1858         dnl needed to get reentrant/threadsafe versions
1859         dnl
1860         AC_DEFINE(REENTRANT,1)
1861         AC_DEFINE(_REENTRANT,1)
1862         AC_DEFINE(THREAD_SAFE,1)
1863         AC_DEFINE(_THREAD_SAFE,1)
1864         AC_DEFINE(THREADSAFE,1)
1865         AC_DEFINE(_THREADSAFE,1)
1866         AC_DEFINE(_SGI_MP_SOURCE,1)
1867
1868         dnl The errno declaration may dependent upon _REENTRANT.
1869         dnl If it does, we must link with thread support.
1870         AC_CACHE_CHECK([for thread specific errno],
1871                 [ol_cv_errno_thread_specific], [
1872                 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <errno.h>]], [[errno = 0;]])],[ol_cv_errno_thread_specific=yes],[ol_cv_errno_thread_specific=no])
1873         ])
1874
1875         dnl The h_errno declaration may dependent upon _REENTRANT.
1876         dnl If it does, we must link with thread support.
1877         AC_CACHE_CHECK([for thread specific h_errno],
1878                 [ol_cv_h_errno_thread_specific], [
1879                 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <netdb.h>]], [[h_errno = 0;]])],[ol_cv_h_errno_thread_specific=yes],[ol_cv_h_errno_thread_specific=no])
1880         ])
1881
1882         if test $ol_cv_errno_thread_specific != yes ||
1883            test $ol_cv_h_errno_thread_specific != yes ; then
1884                 LIBS="$LTHREAD_LIBS $LIBS"
1885                 LTHREAD_LIBS=""
1886         fi
1887
1888 dnl When in thread environment, use 
1889 dnl             #if defined( HAVE_REENTRANT_FUNCTIONS ) || defined( HAVE_FUNC_R )
1890 dnl                     func_r(...);
1891 dnl             #else
1892 dnl             #       if defined( HAVE_THREADS ) 
1893 dnl                             /* lock */
1894 dnl             #       endif
1895 dnl                             func(...);
1896 dnl             #       if defined( HAVE_THREADS ) 
1897 dnl                             /* unlock */
1898 dnl             #       endif
1899 dnl             #endif
1900 dnl
1901 dnl HAVE_REENTRANT_FUNCTIONS is derived from:
1902 dnl             _POSIX_REENTRANT_FUNCTIONS
1903 dnl             _POSIX_THREAD_SAFE_FUNCTIONS
1904 dnl             _POSIX_THREADSAFE_FUNCTIONS
1905 dnl
1906 dnl             and is currently defined in <ldap_pvt_thread.h>
1907 dnl
1908 dnl HAVE_THREADS is defined by <ldap_pvt_thread.h> iff -UNO_THREADS
1909 dnl 
1910 dnl libldap/*.c should only include <ldap_pvt_thread.h> iff
1911 dnl LDAP_R_COMPILE is defined.  ie:
1912 dnl             #ifdef LDAP_R_COMPILE
1913 dnl             #       include <ldap_pvt_thread.h>
1914 dnl             #endif
1915 dnl
1916 dnl LDAP_R_COMPILE is defined by libldap_r/Makefile.in
1917 dnl specifically for compiling the threadsafe version of
1918 dnl     the ldap library (-lldap_r).
1919 dnl             
1920 dnl     dnl check for reentrant/threadsafe functions
1921 dnl     dnl
1922 dnl     dnl note: these should only be used when linking
1923 dnl     dnl             with $LTHREAD_LIBS
1924 dnl     dnl
1925 dnl     save_CPPFLAGS="$CPPFLAGS"
1926 dnl     save_LIBS="$LIBS"
1927 dnl     LIBS="$LTHREAD_LIBS $LIBS"
1928 dnl     AC_CHECK_FUNCS( \
1929 dnl             gmtime_r \
1930 dnl             gethostbyaddr_r gethostbyname_r \
1931 dnl             feof_unlocked unlocked_feof \
1932 dnl             putc_unlocked unlocked_putc \
1933 dnl             flockfile ftrylockfile \
1934 dnl     )
1935 dnl     CPPFLAGS="$save_CPPFLAGS"
1936 dnl     LIBS="$save_LIBS"
1937 fi  
1938
1939 if test $ol_link_threads = no ; then
1940         if test $ol_with_threads = yes ; then
1941                 AC_MSG_ERROR([no suitable thread support])
1942         fi
1943
1944         if test $ol_with_threads = auto ; then
1945                 AC_MSG_WARN([no suitable thread support, disabling threads])
1946                 ol_with_threads=no
1947         fi
1948
1949         AC_DEFINE(NO_THREADS,1,
1950                 [define if you have (or want) no threads])
1951         LTHREAD_LIBS=""
1952         BUILD_THREAD=no
1953 else
1954         BUILD_THREAD=yes
1955 fi
1956
1957 if test $ol_link_threads != no ; then
1958         AC_DEFINE(LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE,1,
1959                 [define to 1 if library is thread safe])
1960 fi
1961
1962 dnl ----------------------------------------------------------------
1963 dnl Tests for reentrant functions necessary to build -lldap_r
1964 AC_CHECK_FUNCS(         \
1965         ctime_r                 \
1966         gethostbyname_r gethostbyaddr_r \
1967 )
1968
1969 if test "$ac_cv_func_ctime_r" = no ; then
1970         ol_cv_func_ctime_r_nargs=0
1971 else
1972         OL_FUNC_CTIME_R_NARGS
1973 dnl     OL_FUNC_CTIME_R_TYPE
1974 fi
1975
1976 if test "$ac_cv_func_gethostbyname_r" = yes ; then
1977         OL_FUNC_GETHOSTBYNAME_R_NARGS
1978 else
1979         ol_cv_func_gethostbyname_r_nargs=0
1980 fi
1981  
1982 if test "$ac_cv_func_gethostbyaddr_r" = yes ; then
1983         OL_FUNC_GETHOSTBYADDR_R_NARGS
1984 else
1985         ol_cv_func_gethostbyaddr_r_nargs=0
1986 fi
1987
1988 dnl ----------------------------------------------------------------
1989 ol_link_ldbm=no 
1990
1991 case $ol_enable_ldbm_api in auto | berkeley | bcompat)
1992
1993         if test $ol_enable_ldbm_api = bcompat; then \
1994                 OL_BERKELEY_COMPAT_DB
1995         else
1996                 OL_BERKELEY_DB
1997         fi
1998
1999         if test $ol_cv_berkeley_db != no ; then
2000                 AC_DEFINE(HAVE_BERKELEY_DB,1,
2001                         [define this if Berkeley DB is available])
2002
2003                 ol_link_ldbm=berkeley
2004                 ol_enable_ldbm_api=berkeley
2005
2006                 if test $ol_enable_ldbm_type = hash ; then
2007                         AC_DEFINE(LDBM_USE_DBHASH,1,
2008                                 [define this to use DBHASH w/ LDBM backend])
2009                 else
2010                         AC_DEFINE(LDBM_USE_DBBTREE,1,
2011                                 [define this to use DBBTREE w/ LDBM backend])
2012                 fi
2013
2014                 dnl $ol_cv_lib_db should be yes or -ldb
2015                 dnl (it could be no, but that would be an error
2016                 if test $ol_cv_lib_db != yes ; then
2017                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_db"
2018                 fi
2019         fi
2020         ;;
2021 esac
2022
2023 if test $ol_enable_bdb/$ol_enable_hdb != no/no; then
2024         if test $ol_link_ldbm != berkeley ; then
2025                 AC_MSG_ERROR(BDB/HDB: BerkeleyDB not available)
2026         else
2027                 OL_BDB_COMPAT
2028
2029                 if test $ol_cv_bdb_compat != yes ; then
2030                         AC_MSG_ERROR([BDB/HDB: BerkeleyDB version incompatible])
2031                 fi
2032         fi
2033 fi
2034
2035 if test $ol_link_ldbm = no && test $ol_enable_ldbm_type = btree ; then
2036         AC_MSG_WARN([Could not find LDBM with BTREE support])
2037         ol_enable_ldbm_api=none
2038 fi
2039
2040 if test $ol_enable_ldbm_api = auto || test $ol_enable_ldbm_api = mdbm ; then
2041         OL_MDBM
2042
2043         if test $ol_cv_mdbm = yes ; then
2044                 ol_link_ldbm=mdbm
2045                 ol_enable_ldbm_api=mdbm
2046                 if test $ol_cv_lib_mdbm != yes ; then
2047                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_mdbm"
2048                 fi
2049         fi
2050 fi
2051
2052 if test $ol_enable_ldbm_api = auto || test $ol_enable_ldbm_api = gdbm ; then
2053         OL_GDBM
2054
2055         if test $ol_cv_gdbm = yes ; then
2056                 ol_link_ldbm=gdbm
2057                 ol_enable_ldbm_api=gdbm
2058
2059                 if test $ol_cv_lib_gdbm != yes ; then
2060                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_gdbm"
2061                 fi
2062         fi
2063 fi
2064
2065 if test $ol_enable_ldbm_api = ndbm ; then
2066         OL_NDBM
2067
2068         if test $ol_cv_ndbm = yes ; then
2069                 ol_link_ldbm=ndbm
2070                 ol_enable_ldbm_api=ndbm
2071
2072                 if test $ol_cv_lib_ndbm != yes ; then
2073                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_ndbm"
2074                 fi
2075         fi
2076 fi
2077
2078 if test $ol_link_ldbm = no && test $ol_enable_ldbm != no ; then
2079         AC_MSG_ERROR([could not find suitable LDBM backend])
2080 fi
2081
2082 if test $ol_enable_bdb = yes ||
2083    test $ol_enable_hdb = yes ||
2084    test $ol_enable_ldbm = yes ; then
2085         SLAPD_LIBS="$SLAPD_LIBS \$(LDBM_LIBS)"
2086 fi
2087
2088 dnl ----------------------------------------------------------------
2089
2090 if test $ol_enable_dynamic = yes && test $enable_shared = yes ; then
2091         BUILD_LIBS_DYNAMIC=shared
2092         AC_DEFINE(LDAP_LIBS_DYNAMIC, 1, [define if LDAP libs are dynamic])
2093         LTSTATIC=""
2094 else
2095         BUILD_LIBS_DYNAMIC=static
2096         LTSTATIC="-static"
2097 fi
2098 AC_SUBST(LTSTATIC)dnl
2099
2100 dnl ----------------------------------------------------------------
2101 if test $ol_enable_wrappers != no ; then
2102         AC_CHECK_HEADERS(tcpd.h,[
2103                 AC_MSG_CHECKING([for TCP wrappers library])
2104                 save_LIBS="$LIBS"
2105                 LIBS="$LIBS -lwrap"
2106                 AC_LINK_IFELSE([AC_LANG_PROGRAM([[
2107 #include <tcpd.h>
2108 int allow_severity = 0;
2109 int deny_severity  = 0;
2110
2111 struct request_info *req;
2112                 ]], [[
2113 hosts_access(req)
2114                 ]])],[AC_MSG_RESULT([-lwrap])
2115                 have_wrappers=yes
2116                 LIBS="$save_LIBS"],[
2117                 dnl try with -lnsl
2118                 LIBS="$LIBS -lnsl"
2119                 AC_TRY_LINK([
2120 #include <tcpd.h>
2121 int allow_severity = 0;
2122 int deny_severity  = 0;
2123
2124 struct request_info *req;
2125                 ],[
2126 hosts_access(req)
2127                 ],[AC_MSG_RESULT([-lwrap -lnsl])
2128                 have_wrappers=yes
2129                 LIBS="$save_LIBS -lnsl"],[
2130                 AC_MSG_RESULT(no)
2131                 have_wrappers=no
2132                 LIBS=$save_LIBS])])],[have_wrappers=no])
2133
2134         if test $have_wrappers = yes ; then
2135                 AC_DEFINE(HAVE_TCPD,1, [define if you have -lwrap])
2136                 WRAP_LIBS="-lwrap"
2137         elif test $ol_enable_wrappers = yes ; then
2138                 AC_MSG_ERROR([could not find TCP wrappers, select apppropriate options or disable])
2139         else
2140                 AC_MSG_WARN([could not find TCP wrappers, support disabled])
2141                 WRAP_LIBS=""
2142         fi
2143 fi
2144
2145 dnl ----------------------------------------------------------------
2146 if test $ol_enable_syslog != no ; then
2147         AC_CHECK_FUNC(openlog)
2148         if test $ac_cv_func_openlog = no && test $ol_enable_syslog = yes; then
2149                 AC_MSG_ERROR(could not find syslog, select appropriate options or disable)
2150         fi
2151         ol_enable_syslog=$ac_cv_func_openlog
2152 fi
2153
2154 dnl ----------------------------------------------------------------
2155 dnl SQL
2156 ol_link_sql=no
2157 if test $ol_enable_sql != no ; then
2158         AC_CHECK_HEADERS(sql.h sqlext.h,[],[
2159                 AC_MSG_ERROR([could not locate SQL headers])
2160         ])
2161
2162         sql_LIBS="$LIBS"
2163         LIBS="$LTHREAD_LIBS"
2164
2165         AC_CHECK_LIB(iodbc,SQLDriverConnect,[have_iodbc=yes],[have_iodbc=no])
2166         if test $have_iodbc = yes ; then
2167                 ol_link_sql="-liodbc"
2168         else
2169                 AC_CHECK_LIB(odbc,SQLDriverConnect,[have_odbc=yes],[have_odbc=no])
2170                 if test $have_odbc = yes ; then
2171                         ol_link_sql="-lodbc"
2172                 fi
2173         fi
2174
2175         LIBS="$sql_LIBS"
2176
2177         if test $ol_link_sql != no ; then
2178                 SLAPD_SQL_LIBS="$ol_link_sql"
2179
2180         elif test $ol_enable_sql != auto ; then
2181                 AC_MSG_ERROR([could not locate suitable ODBC library])
2182         fi
2183 fi
2184
2185 dnl ----------------------------------------------------------------
2186 dnl International Components for Unicode
2187 OL_ICU
2188 if test "$ol_icu" = no ; then
2189         AC_MSG_WARN([ICU not available])
2190 else
2191         ICU_LIBS="$ol_icu"
2192 fi
2193 dnl ----------------------------------------------------------------
2194 dnl
2195 dnl Check for Cyrus SASL
2196 dnl
2197 WITH_SASL=no
2198 ol_link_sasl=no
2199 ol_link_spasswd=no
2200 if test $ol_with_cyrus_sasl != no ; then
2201         AC_CHECK_HEADERS(sasl/sasl.h sasl.h)
2202
2203         if test $ac_cv_header_sasl_sasl_h = yes ||
2204            test $ac_cv_header_sasl_h = yes; then
2205                 AC_CHECK_LIB(sasl2, sasl_client_init,
2206                         [ol_link_sasl="-lsasl2"],
2207                         [AC_CHECK_LIB(sasl, sasl_client_init,
2208                                 [ol_link_sasl="-lsasl"])])
2209         fi
2210
2211         if test $ol_link_sasl = no ; then
2212                 if test $ol_with_cyrus_sasl != auto ; then
2213                         AC_MSG_ERROR([Could not locate Cyrus SASL])
2214                 else
2215                         AC_MSG_WARN([Could not locate Cyrus SASL])
2216                         AC_MSG_WARN([SASL authentication not supported!])
2217                         if test $ol_link_tls = no ; then
2218                                 AC_MSG_WARN([Strong authentication not supported!])
2219                         fi
2220                 fi
2221         else
2222                 OL_SASL_COMPAT
2223                 if test $ol_cv_sasl_compat = no ; then
2224                         ol_link_sasl=no
2225                         AC_MSG_ERROR([Cyrus SASL library located but is incompatible])
2226                 fi
2227
2228                 AC_DEFINE(HAVE_CYRUS_SASL,1,[define if you have Cyrus SASL])
2229                 SASL_LIBS="$ol_link_sasl"
2230                 if test $ol_enable_spasswd != no ; then
2231                         ol_link_spasswd=yes
2232                 fi
2233
2234                 ac_save_LIBS="$LIBS"
2235                 LIBS="$LIBS $ol_link_sasl"
2236                 AC_CHECK_FUNC(sasl_version, [AC_DEFINE(HAVE_SASL_VERSION,1,
2237                         [define if your SASL library has sasl_version()])])
2238                 LIBS="$ac_save_LIBS"
2239
2240                 WITH_SASL=yes
2241         fi
2242
2243 else
2244         AC_MSG_WARN([SASL authentication not supported!])
2245         if test $ol_link_tls = no ; then
2246                 AC_MSG_WARN([Strong authentication not supported!])
2247         fi
2248 fi
2249
2250 dnl ----------------------------------------------------------------
2251 dnl Check for entropy sources
2252 if test $cross_compiling != yes && test "$ac_cv_mingw32" != yes ; then
2253         dev=no
2254         if test -r /dev/urandom ; then
2255                 dev="/dev/urandom";
2256         elif test -r /idev/urandom ; then
2257                 dev="/idev/urandom";
2258         elif test -r /dev/srandom ; then
2259                 dev="/dev/srandom";
2260         elif test -r /dev/random ; then
2261                 dev="/dev/random";
2262         elif test -r /idev/random ; then
2263                 dev="/idev/random";
2264         fi
2265
2266         if test $dev != no ; then
2267                 AC_DEFINE_UNQUOTED(URANDOM_DEVICE,"$dev",[set to urandom device])
2268         fi
2269 fi
2270
2271 dnl ----------------------------------------------------------------
2272 dnl
2273 dnl Check for fetch URL support
2274 dnl             should be extended to support other fetch URL APIs
2275 dnl
2276 ol_link_fetch=no
2277 if test $ol_with_fetch != no ; then
2278         OL_LIB_FETCH
2279
2280         if test $ol_cv_lib_fetch != no ; then
2281                 LUTIL_LIBS="$LUTIL_LIBS $ol_link_fetch"
2282                 ol_link_fetch=freebsd
2283
2284         elif test $ol_with_fetch != auto ; then
2285                 AC_MSG_ERROR(no suitable API for --with-fetch=$ol_with_fetch)
2286         fi 
2287 fi
2288
2289 dnl ----------------------------------------------------------------
2290 dnl FreeBSD (and others) have crypt(3) in -lcrypt
2291 if test $ol_enable_crypt != no ; then
2292         save_LIBS="$LIBS"
2293         LIBS="$TLS_LIBS $LIBS"
2294
2295         AC_CHECK_FUNC(crypt, [have_crypt=yes], [
2296                 LIBS="$save_LIBS"
2297                 AC_CHECK_LIB(crypt, crypt, [LUTIL_LIBS="$LUTIL_LIBS -lcrypt"
2298                         have_crypt=yes], [have_crypt=no])])
2299
2300         LIBS="$save_LIBS"
2301
2302         if test $have_crypt = yes ; then
2303                 AC_DEFINE(HAVE_CRYPT,1, [define if crypt(3) is available])
2304         else
2305                 AC_MSG_WARN([could not find crypt])
2306                 if test $ol_enable_crypt = yes ; then
2307                         AC_MSG_ERROR([could not find crypt, select appropriate options or disable])
2308                 fi
2309
2310                 AC_MSG_WARN([disabling crypt support])
2311                 ol_enable_crypt=no
2312         fi
2313 fi
2314
2315 dnl ----------------------------------------------------------------
2316 dnl FreeBSD (and others) have setproctitle(3) in -lutil
2317 if test $ol_enable_proctitle != no ; then
2318         AC_CHECK_FUNC(setproctitle,     [have_setproctitle=yes], [
2319                 AC_CHECK_LIB(util, setproctitle,
2320                         [have_setproctitle=yes
2321                         LUTIL_LIBS="$LUTIL_LIBS -lutil"],
2322                         [have_setproctitle=no
2323                         AC_LIBOBJ(setproctitle)
2324                         LIBSRCS="$LIBSRCS setproctitle.c"])])
2325
2326         if test $have_setproctitle = yes ; then
2327                 AC_DEFINE(HAVE_SETPROCTITLE,1,
2328                         [define if setproctitle(3) is available])
2329         fi
2330 fi
2331
2332 dnl ----------------------------------------------------------------
2333 dnl Check for SLPv2 Compliant API Library
2334 if test $ol_enable_slp != no ; then
2335         AC_CHECK_HEADERS( slp.h )
2336
2337         if test $ac_cv_header_slp_h = yes ; then
2338                 AC_CHECK_LIB(slp, SLPOpen, [have_slp=yes], [have_slp=no])
2339                 if test $have_slp = yes ; then
2340                         AC_DEFINE(HAVE_SLP, 1, [define if you have -lslp])
2341                         SLAPD_SLP_LIBS=-lslp
2342                 fi
2343
2344         elif test $ol_enable_slp = yes ; then
2345                 AC_MSG_ERROR([SLP not found])
2346         fi
2347 fi
2348
2349 dnl ----------------------------------------------------------------
2350 dnl Check for multiple precision support
2351 if test "$ol_with_multiple_precision" != "no" ; then
2352         ol_have_bignum=no
2353         ol_have_gmp=no
2354
2355         AC_CHECK_HEADERS(openssl/bn.h bn.h)
2356         AC_CHECK_HEADERS(openssl/crypto.h crypto.h)
2357         AC_CHECK_HEADERS( gmp.h )
2358
2359         if test "$ol_with_tls" = "found" ; then
2360                 ol_have_bn_h=no
2361                 ol_have_crypto_h=no
2362
2363                 if test "$ac_cv_header_openssl_bn_h" = "yes" ||
2364                    test "$ac_cv_header_bn_h" = "yes" ; then
2365                         ol_have_bn_h=yes
2366                 fi
2367
2368                 if test "$ac_cv_header_openssl_crypto_h" = "yes" ||
2369                    test "$ac_cv_header_crypto_h" = "yes" ; then
2370                         ol_have_crypto_h=yes
2371                 fi
2372
2373                 if test "$ol_have_bn_h" = "yes" &&
2374                    test "$ol_have_crypto_h" = "yes" ; then
2375                         ol_have_bignum=yes
2376                 fi
2377         fi
2378
2379         if test $ac_cv_header_gmp_h = yes ; then
2380                 AC_CHECK_LIB(gmp, __gmpz_add_ui, [have_gmp=yes], [have_gmp=no])
2381                 if test $have_gmp = yes ; then
2382                         ol_have_gmp=yes
2383                 fi
2384         fi
2385
2386         AC_MSG_CHECKING([for multiple precision support])
2387
2388         ol_mp_support="none"
2389         case "$ol_with_multiple_precision" in
2390         auto)
2391                 dnl preferred sequence:
2392                 dnl - OpenSSL's BIGNUM (if libssl is already linked)
2393                 dnl - GNU's MP
2394                 dnl - unsigned long
2395                 if test "$ol_have_bignum" = "yes" ; then
2396                         ol_mp_support="bignum"
2397                 else
2398                         if test "$ol_have_gmp" = "yes" ; then
2399                                 ol_mp_support="gmp"
2400                         fi
2401                 fi
2402                 ;;
2403         bignum)
2404                 if test "$ol_have_bignum" != "yes" ; then
2405                         AC_MSG_ERROR([OpenSSL's BIGNUM not available])
2406                 fi
2407                 ol_mp_support="bignum"
2408                 ;;
2409         gmp)
2410                 if test "$ol_have_gmp" != "yes" ; then
2411                         AC_MSG_ERROR([GMP not available])
2412                 fi
2413                 ol_mp_support="gmp"
2414                 ;;
2415         yes)
2416                 if test "$ol_have_bignum" = "yes" ; then
2417                         ol_mp_support="bignum"
2418                 elif test "$ol_have_gmp" = "yes" ; then
2419                         ol_mp_support="gmp"
2420                 else
2421                         AC_MSG_ERROR([not available])
2422                 fi
2423                 ;;
2424         esac
2425
2426         case "$ol_mp_support" in
2427         bignum)
2428                 AC_DEFINE(HAVE_BIGNUM, 1,
2429                         [define if you have OpenSSL's BIGNUM])
2430                 ;;
2431         gmp)
2432                 AC_DEFINE(HAVE_GMP, 1, [define if you have -lgmp])
2433                 SLAPD_GMP_LIBS=-lgmp
2434                 ;;
2435         none)
2436                 ;;
2437         esac
2438
2439         AC_MSG_RESULT($ol_mp_support)
2440 fi
2441
2442 dnl ----------------------------------------------------------------
2443 dnl Checks for typedefs, structures, and compiler characteristics.
2444
2445 AC_CHECK_TYPE(mode_t, int)
2446 AC_CHECK_TYPE(off_t, long)
2447 AC_CHECK_TYPE(pid_t, int)
2448 AC_CHECK_TYPE(ssize_t, [signed int])
2449 AC_CHECK_TYPE(caddr_t,  [char *])
2450 AC_CHECK_TYPE(size_t, unsigned)
2451
2452 AC_CHECK_TYPES([long long])
2453 AC_CHECK_TYPES([ptrdiff_t])
2454
2455 AC_CHECK_TYPE([socklen_t],,
2456         [AC_DEFINE_UNQUOTED([socklen_t], [int],
2457                 [Define to `int' if <sys/socket.h> does not define.])],
2458         [$ac_includes_default
2459 #ifdef HAVE_SYS_SOCKET_H
2460 #include <sys/socket.h>
2461 #endif
2462         ])
2463
2464 AC_TYPE_SIGNAL
2465
2466 AC_CHECK_TYPE([sig_atomic_t],,
2467         [AC_DEFINE_UNQUOTED([sig_atomic_t], [int],
2468                 [Define to `int' if <signal.h> does not define.])],
2469         [$ac_includes_default
2470 #include <signal.h>
2471         ])
2472
2473 AC_TYPE_UID_T
2474
2475 AC_HEADER_TIME
2476 AC_STRUCT_TM
2477 AC_CHECK_MEMBERS([struct stat.st_blksize])
2478 AC_CHECK_MEMBERS([struct passwd.pw_gecos],,,[$ac_includes_default
2479 #include <pwd.h>])
2480 AC_CHECK_MEMBERS([struct passwd.pw_passwd],,,[$ac_includes_default
2481 #include <pwd.h>])
2482
2483 OL_C_UPPER_LOWER
2484 AC_C_CONST
2485 OL_C_VOLATILE
2486
2487 if test $cross_compiling = yes ; then
2488         AC_MSG_WARN([Crossing compiling... all bets are off!])
2489         AC_DEFINE(CROSS_COMPILING, 1, [define if cross compiling])
2490 else
2491         AC_C_BIGENDIAN
2492 fi
2493
2494 AC_CHECK_SIZEOF(short) 
2495 AC_CHECK_SIZEOF(int) 
2496 AC_CHECK_SIZEOF(long)
2497 AC_CHECK_SIZEOF(wchar_t)
2498
2499 if test "$ac_cv_sizeof_int" -lt 4 ; then
2500         AC_MSG_WARN([OpenLDAP requires 'int' to be 32 bits or greater.])
2501
2502         AC_DEFINE(LBER_INT_T,long,[define to 32-bit or greater integer type])
2503 else
2504         AC_DEFINE(LBER_INT_T,int,[define to 32-bit or greater integer type])
2505 fi
2506
2507 AC_DEFINE(LBER_LEN_T,long,[define to large integer type])
2508 AC_DEFINE(LBER_SOCKET_T,int,[define to socket descriptor type])
2509 AC_DEFINE(LBER_TAG_T,long,[define to large integer type])
2510
2511 dnl ----------------------------------------------------------------
2512 dnl Checks for library functions.
2513 AC_FUNC_MEMCMP
2514
2515 if test $ac_cv_func_memcmp_working = no ; then
2516         AC_DEFINE(NEED_MEMCMP_REPLACEMENT,1,
2517                 [define if memcmp is not 8-bit clean or is otherwise broken])
2518 fi
2519
2520 AC_FUNC_STRFTIME
2521
2522 OL_FUNC_INET_ATON
2523
2524 dnl Check for NT specific routines
2525 AC_CHECK_FUNC(_spawnlp, AC_DEFINE(HAVE_SPAWNLP,1,[if you have spawnlp()]))
2526
2527 AC_CHECK_FUNC(_snprintf, [ac_cv_func_snprintf=yes
2528         AC_DEFINE(snprintf, _snprintf, [define to snprintf routine])
2529 ])
2530
2531 AC_CHECK_FUNC(_vsnprintf, [ac_cv_func_vsnprintf=yes
2532         AC_DEFINE(vsnprintf, _vsnprintf, [define to vsnprintf routine])
2533 ])
2534
2535 AC_FUNC_VPRINTF
2536
2537 if test $ac_cv_func_vprintf = yes ; then
2538         dnl check for vsnprintf
2539         AC_CHECK_FUNCS(snprintf vsnprintf)
2540 fi
2541
2542 AC_CHECK_FUNCS(         \
2543         bcopy                   \
2544         closesocket             \
2545         chroot                  \
2546         endgrent                \
2547         endpwent                \
2548         fcntl                   \
2549         flock                   \
2550         fstat                   \
2551         getdtablesize   \
2552         getgrgid                \
2553         gethostname             \
2554         getpass                 \
2555         getpassphrase   \
2556         getpwuid                \
2557         getpwnam                \
2558         getspnam                \
2559         gettimeofday    \
2560         initgroups              \
2561         inet_ntoa_b             \
2562         lockf                   \
2563         memcpy                  \
2564         memmove                 \
2565         memrchr                 \
2566         mkstemp                 \
2567         mktemp                  \
2568         pipe                    \
2569         read                    \
2570         recv                    \
2571         recvfrom                \
2572         setpwfile               \
2573         setgid                  \
2574         setegid                 \
2575         setsid                  \
2576         setuid                  \
2577         seteuid                 \
2578         signal                  \
2579         strdup                  \
2580         strpbrk                 \
2581         strrchr                 \
2582         strsep                  \
2583         strstr                  \
2584         strtol                  \
2585         strtoul                 \
2586         strtoq                  \
2587         strtouq                 \
2588         strtoll                 \
2589         strspn                  \
2590         sysconf                 \
2591         waitpid                 \
2592         wait4                   \
2593         write                   \
2594         send                    \
2595         sendmsg                 \
2596         sendto                  \
2597 )
2598
2599 dnl We actually may need to replace more than this.
2600 AC_REPLACE_FUNCS(getopt getpeereid)
2601
2602 if test "$ac_cv_func_getopt" != yes; then
2603         LIBSRCS="$LIBSRCS getopt.c"
2604 fi
2605
2606 if test "$ac_cv_func_getpeereid" != yes; then
2607         AC_CHECK_FUNCS( getpeerucred )
2608         if test "$ac_cv_func_getpeerucred" != yes ; then
2609                 AC_CHECK_MEMBERS([struct msghdr.msg_accrightslen],,,
2610                         [$ac_includes_default
2611 #ifdef HAVE_SYS_SOCKET_H
2612 #include <sys/socket.h>
2613 #endif])
2614                 if test "$ac_cv_member_struct_msghdr_msg_accrightslen" != yes; then
2615                         AC_CHECK_MEMBERS([struct msghdr.msg_control],,,
2616                                 [$ac_includes_default
2617 #ifdef HAVE_SYS_SOCKET_H
2618 #include <sys/socket.h>
2619 #endif])
2620                 fi
2621         fi
2622         LIBSRCS="$LIBSRCS getpeereid.c"
2623 fi
2624
2625 if test "$ac_cv_func_snprintf" != yes ||
2626    test "$ac_cv_func_vsnprintf" != yes; then
2627         if test "$ac_cv_func_snprintf" != yes; then
2628                 AC_DEFINE(snprintf, ber_pvt_snprintf, [define to snprintf routine])
2629         fi
2630         if test "$ac_cv_func_vsnprintf" != yes; then
2631                 AC_DEFINE(vsnprintf, ber_pvt_vsnprintf, [define to snprintf routine])
2632         fi
2633 fi
2634
2635 dnl ----------------------------------------------------------------
2636 dnl Sort out defines
2637
2638 if test "$ol_enable_slapi" != no ; then
2639         dnl This check is done also if --enable-modules is used;
2640         dnl it is duplicated here, 'cause it'd be cached anyway
2641         AC_CHECK_HEADERS(ltdl.h)
2642
2643         if test $ac_cv_header_ltdl_h != yes ; then
2644                 AC_MSG_ERROR([could not locate <ltdl.h>])
2645         fi
2646         AC_CHECK_LIB(ltdl, lt_dlinit, [
2647                 SLAPI_LIBS=-lltdl
2648                 LIBSLAPI=libslapi.a
2649                 LIBSLAPITOOLS=../libslapi.a
2650                 AC_DEFINE(HAVE_LIBLTDL,1,[define if you have libtool -ltdl])
2651         ],[AC_MSG_ERROR([could not locate libtool -lltdl])])
2652
2653         AC_DEFINE(LDAP_SLAPI,1, [define this to add SLAPI code])
2654 fi
2655
2656 if test "$ol_enable_debug" != no ; then
2657         if test "$ol_enable_debug" = traditional; then
2658                 AC_DEFINE(OLD_DEBUG,1,
2659                         [define to use the original debug style])
2660         fi
2661         AC_DEFINE(LDAP_DEBUG,1,
2662                 [define this to add debugging code])
2663 fi
2664 if test "$ol_enable_syslog" = yes ; then
2665         AC_DEFINE(LDAP_SYSLOG,1,
2666                 [define this to add syslog code])
2667 fi
2668 if test "$ol_link_kbind" != no ; then
2669         AC_DEFINE(LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND,LDAP_VENDOR_VERSION,
2670                 [define to LDAP VENDOR VERSION])
2671 fi
2672 if test "$ol_enable_proctitle" != no ; then
2673         AC_DEFINE(LDAP_PROCTITLE,1,
2674                 [define this for LDAP process title support])
2675 fi
2676 if test "$ol_enable_referrals" != no ; then
2677         AC_DEFINE(LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS,LDAP_VENDOR_VERSION,
2678                 [define to LDAP VENDOR VERSION])
2679 fi
2680 if test "$ol_enable_local" != no; then
2681         AC_DEFINE(LDAP_PF_LOCAL,1,[define to support PF_LOCAL])
2682 fi
2683 if test "$ol_link_ipv6" != no; then
2684         AC_DEFINE(LDAP_PF_INET6,1,[define to support PF_INET6])
2685 fi
2686 if test "$ol_enable_cleartext" != no ; then
2687         AC_DEFINE(SLAPD_CLEARTEXT,1,[define to support cleartext passwords])
2688 fi
2689 if test "$ol_enable_crypt" != no ; then
2690         AC_DEFINE(SLAPD_CRYPT,1,[define to support crypt(3) passwords])
2691 fi
2692 if test "$ol_link_spasswd" != no ; then
2693         AC_DEFINE(SLAPD_SPASSWD,1,[define to support SASL passwords])
2694 fi
2695 if test "$ol_enable_multimaster" != no ; then
2696         AC_DEFINE(SLAPD_MULTIMASTER,1,[define to support multimaster replication])
2697 fi
2698 if test "$ol_enable_rlookups" != no ; then
2699         AC_DEFINE(SLAPD_RLOOKUPS,1,[define to support reverse lookups])
2700 fi
2701 if test "$ol_enable_aci" != no ; then
2702         if test $ol_enable_dynacl = no ; then
2703                 ol_enable_dynacl=yes
2704                 AC_MSG_WARN([ACIs need dynacl])
2705         fi
2706         if test "$ol_enable_aci" = mod ; then
2707                 MFLAG=SLAPD_MOD_DYNAMIC
2708                 dnl remove this after moving servers/slapd/aci.c in contrib/slapd-modules/acl
2709                 AC_MSG_ERROR([ACI build as dynamic module not supported (yet)])
2710         else 
2711                 MFLAG=SLAPD_MOD_STATIC
2712         fi
2713         WITH_ACI_ENABLED=$ol_enable_aci
2714         AC_DEFINE_UNQUOTED(SLAPD_ACI_ENABLED,$MFLAG,[define to support per-object ACIs])
2715 else
2716         WITH_ACI_ENABLED=no
2717 fi
2718 if test "$ol_enable_dynacl" != no ; then
2719         AC_DEFINE(SLAP_DYNACL,1,[define to support run-time loadable ACL])
2720 fi
2721
2722 if test "$ol_link_modules" != no ; then
2723         AC_DEFINE(SLAPD_MODULES,1,[define to support modules])
2724         BUILD_SLAPD=yes
2725         SLAPD_MODULES_LDFLAGS="-dlopen self"
2726 fi
2727
2728 AC_DEFINE(SLAPD_MOD_STATIC,1,[statically linked module])
2729 AC_DEFINE(SLAPD_MOD_DYNAMIC,2,[dynamically linked module])
2730
2731 if test "$ol_enable_bdb" != no ; then
2732         BUILD_SLAPD=yes
2733         BUILD_BDB=$ol_enable_bdb
2734         if test "$ol_enable_bdb" = mod ; then
2735                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-bdb"
2736                 MFLAG=SLAPD_MOD_DYNAMIC
2737         else
2738                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-bdb"
2739                 MFLAG=SLAPD_MOD_STATIC
2740         fi
2741         AC_DEFINE_UNQUOTED(SLAPD_BDB,$MFLAG,[define to support BDB backend])
2742 fi
2743
2744 if test "$ol_enable_dnssrv" != no ; then
2745         BUILD_SLAPD=yes
2746         BUILD_DNSSRV=$ol_enable_dnssrv
2747         if test "$ol_enable_dnssrv" = mod ; then
2748                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-dnssrv"
2749                 MFLAG=SLAPD_MOD_DYNAMIC
2750         else
2751                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-dnssrv"
2752                 MFLAG=SLAPD_MOD_STATIC
2753         fi
2754         AC_DEFINE_UNQUOTED(SLAPD_DNSSRV,$MFLAG,[define to support DNS SRV backend])
2755 fi
2756
2757 if test "$ol_enable_hdb" != no ; then
2758         BUILD_SLAPD=yes
2759         BUILD_HDB=$ol_enable_hdb
2760         if test "$ol_enable_hdb" = mod ; then
2761                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-hdb"
2762                 MFLAG=SLAPD_MOD_DYNAMIC
2763         else
2764                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-hdb"
2765                 MFLAG=SLAPD_MOD_STATIC
2766         fi
2767         AC_DEFINE_UNQUOTED(SLAPD_HDB,$MFLAG,[define to support HDB backend])
2768 fi
2769
2770 if test "$ol_enable_ldap" != no ; then
2771         BUILD_SLAPD=yes
2772         BUILD_LDAP=$ol_enable_ldap
2773         if test "$ol_enable_ldap" = mod ; then
2774                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-ldap"
2775                 MFLAG=SLAPD_MOD_DYNAMIC
2776         else
2777                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-ldap"
2778                 MFLAG=SLAPD_MOD_STATIC
2779         fi
2780         AC_DEFINE_UNQUOTED(SLAPD_LDAP,$MFLAG,[define to support LDAP backend])
2781 fi
2782
2783 if test "$ol_link_ldbm" != no && test $ol_enable_ldbm != no; then
2784         BUILD_SLAPD=yes
2785         BUILD_LDBM=$ol_enable_ldbm
2786         if test "$ol_enable_ldbm" = mod ; then
2787                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-ldbm"
2788                 MFLAG=SLAPD_MOD_DYNAMIC
2789         else
2790                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-ldbm"
2791                 MFLAG=SLAPD_MOD_STATIC
2792         fi
2793         AC_DEFINE_UNQUOTED(SLAPD_LDBM,$MFLAG,[define to support LDBM backend])
2794 fi
2795
2796 if test "$ol_enable_meta" != no ; then
2797         BUILD_SLAPD=yes
2798         BUILD_META=$ol_enable_meta
2799         BUILD_REWRITE=yes
2800         if test "$ol_enable_meta" = mod ; then
2801                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-meta"
2802                 MFLAG=SLAPD_MOD_DYNAMIC
2803         else
2804                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-meta"
2805                 MFLAG=SLAPD_MOD_STATIC
2806         fi
2807         AC_DEFINE_UNQUOTED(SLAPD_META,$MFLAG,[define to support LDAP Metadirectory backend])
2808 fi
2809
2810 if test "$ol_enable_monitor" != no ; then
2811         BUILD_SLAPD=yes
2812         BUILD_MONITOR=$ol_enable_monitor
2813         if test "$ol_enable_monitor" = mod ; then
2814                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-monitor"
2815                 MFLAG=SLAPD_MOD_DYNAMIC
2816         else
2817                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-monitor"
2818                 MFLAG=SLAPD_MOD_STATIC
2819         fi
2820         AC_DEFINE_UNQUOTED(SLAPD_MONITOR,$MFLAG,[define to support cn=Monitor backend])
2821 fi
2822
2823 if test "$ol_enable_null" != no ; then
2824         BUILD_SLAPD=yes
2825         BUILD_NULL=$ol_enable_null
2826         if test "$ol_enable_null" = mod ; then
2827                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-null"
2828                 MFLAG=SLAPD_MOD_DYNAMIC
2829         else
2830                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-null"
2831                 MFLAG=SLAPD_MOD_STATIC
2832         fi
2833         AC_DEFINE_UNQUOTED(SLAPD_NULL,$MFLAG,[define to support NULL backend])
2834 fi
2835
2836 if test "$ol_enable_passwd" != no ; then
2837         BUILD_SLAPD=yes
2838         BUILD_PASSWD=$ol_enable_passwd
2839         if test "$ol_enable_passwd" = mod ; then
2840                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-passwd"
2841                 MFLAG=SLAPD_MOD_DYNAMIC
2842         else
2843                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-passwd"
2844                 MFLAG=SLAPD_MOD_STATIC
2845         fi
2846         AC_DEFINE_UNQUOTED(SLAPD_PASSWD,$MFLAG,[define to support PASSWD backend])
2847 fi
2848
2849 if test "$ol_link_perl" != no ; then
2850         BUILD_SLAPD=yes
2851         BUILD_PERL=$ol_enable_perl
2852         if test "$ol_enable_perl" = mod ; then
2853                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-perl"
2854                 MFLAG=SLAPD_MOD_DYNAMIC
2855         else
2856                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-perl"
2857                 MFLAG=SLAPD_MOD_STATIC
2858         fi
2859         AC_DEFINE_UNQUOTED(SLAPD_PERL,$MFLAG,[define to support PERL backend])
2860 fi
2861
2862 if test "$ol_enable_relay" != no ; then
2863         BUILD_SLAPD=yes
2864         BUILD_RELAY=$ol_enable_relay
2865         if test "$ol_enable_relay" = mod ; then
2866                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-relay"
2867                 MFLAG=SLAPD_MOD_DYNAMIC
2868         else
2869                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-relay"
2870                 MFLAG=SLAPD_MOD_STATIC
2871         fi
2872         AC_DEFINE_UNQUOTED(SLAPD_RELAY,$MFLAG,[define to support relay backend])
2873 fi
2874
2875 if test "$ol_enable_shell" != no ; then
2876         if test "$ol_link_threads" != no ; then
2877                 AC_MSG_WARN([Use of --without-threads is recommended with back-shell])
2878         fi
2879         BUILD_SLAPD=yes
2880         BUILD_SHELL=$ol_enable_shell
2881         if test "$ol_enable_shell" = mod ; then
2882                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-shell"
2883                 MFLAG=SLAPD_MOD_DYNAMIC
2884         else
2885                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-shell"
2886                 MFLAG=SLAPD_MOD_STATIC
2887         fi
2888         AC_DEFINE_UNQUOTED(SLAPD_SHELL,$MFLAG,[define to support SHELL backend])
2889 fi
2890
2891 if test "$ol_link_sql" != no ; then
2892         BUILD_SLAPD=yes
2893         BUILD_SQL=$ol_enable_sql
2894         if test "$ol_enable_sql" = mod; then
2895                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-sql"
2896                 MFLAG=SLAPD_MOD_DYNAMIC
2897         else
2898                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-sql"
2899                 MFLAG=SLAPD_MOD_STATIC
2900         fi
2901         AC_DEFINE_UNQUOTED(SLAPD_SQL,$MFLAG,[define to support SQL backend])
2902 fi
2903
2904 if test "$ol_enable_accesslog" != no ; then
2905         BUILD_ACCESSLOG=$ol_enable_accesslog
2906         if test "$ol_enable_accesslog" = mod ; then
2907                 MFLAG=SLAPD_MOD_DYNAMIC
2908                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS accesslog.la"
2909         else
2910                 MFLAG=SLAPD_MOD_STATIC
2911                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS accesslog.o"
2912         fi
2913         AC_DEFINE_UNQUOTED(SLAPD_OVER_ACCESSLOG,$MFLAG,[define for In-Directory Access Logging overlay])
2914 fi
2915
2916 if test "$ol_enable_denyop" != no ; then
2917         BUILD_DENYOP=$ol_enable_denyop
2918         if test "$ol_enable_denyop" = mod ; then
2919                 MFLAG=SLAPD_MOD_DYNAMIC
2920                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS denyop.la"
2921         else
2922                 MFLAG=SLAPD_MOD_STATIC
2923                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS denyop.o"
2924         fi
2925         AC_DEFINE_UNQUOTED(SLAPD_OVER_DENYOP,$MFLAG,[define for Deny Operation overlay])
2926 fi
2927
2928 if test "$ol_enable_dyngroup" != no ; then
2929         BUILD_DYNGROUP=$ol_enable_dyngroup
2930         if test "$ol_enable_dyngroup" = mod ; then
2931                 MFLAG=SLAPD_MOD_DYNAMIC
2932                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS dyngroup.la"
2933         else
2934                 MFLAG=SLAPD_MOD_STATIC
2935                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS dyngroup.o"
2936         fi
2937         AC_DEFINE_UNQUOTED(SLAPD_OVER_DYNGROUP,$MFLAG,[define for Dynamic Group overlay])
2938 fi
2939
2940 if test "$ol_enable_dynlist" != no ; then
2941         BUILD_DYNLIST=$ol_enable_dynlist
2942         if test "$ol_enable_dynlist" = mod ; then
2943                 MFLAG=SLAPD_MOD_DYNAMIC
2944                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS dynlist.la"
2945         else
2946                 MFLAG=SLAPD_MOD_STATIC
2947                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS dynlist.o"
2948         fi
2949         AC_DEFINE_UNQUOTED(SLAPD_OVER_DYNLIST,$MFLAG,[define for Dynamic List overlay])
2950 fi
2951
2952 if test "$ol_enable_lastmod" != no ; then
2953         BUILD_LASTMOD=$ol_enable_lastmod
2954         if test "$ol_enable_lastmod" = mod ; then
2955                 MFLAG=SLAPD_MOD_DYNAMIC
2956                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS lastmod.la"
2957         else
2958                 MFLAG=SLAPD_MOD_STATIC
2959                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS lastmod.o"
2960         fi
2961         AC_DEFINE_UNQUOTED(SLAPD_OVER_LASTMOD,$MFLAG,[define for Last Modification overlay])
2962 fi
2963
2964 if test "$ol_enable_ppolicy" != no ; then
2965         BUILD_PPOLICY=$ol_enable_ppolicy
2966         if test "$ol_enable_ppolicy" = mod ; then
2967                 MFLAG=SLAPD_MOD_DYNAMIC
2968                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS ppolicy.la"
2969         else
2970                 MFLAG=SLAPD_MOD_STATIC
2971                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS ppolicy.o"
2972         fi
2973         AC_DEFINE_UNQUOTED(SLAPD_OVER_PPOLICY,$MFLAG,[define for Password Policy overlay])
2974 fi
2975
2976 if test "$ol_enable_proxycache" != no ; then
2977         BUILD_PROXYCACHE=$ol_enable_proxycache
2978         if test "$ol_enable_proxycache" = mod ; then
2979                 MFLAG=SLAPD_MOD_DYNAMIC
2980                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS pcache.la"
2981         else
2982                 MFLAG=SLAPD_MOD_STATIC
2983                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS pcache.o"
2984         fi
2985         AC_DEFINE_UNQUOTED(SLAPD_OVER_PROXYCACHE,$MFLAG,[define for Proxy Cache overlay])
2986 fi
2987
2988 if test "$ol_enable_refint" != no ; then
2989         BUILD_REFINT=$ol_enable_refint
2990         if test "$ol_enable_refint" = mod ; then
2991                 MFLAG=SLAPD_MOD_DYNAMIC
2992                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS refint.la"
2993         else
2994                 MFLAG=SLAPD_MOD_STATIC
2995                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS refint.o"
2996         fi
2997         AC_DEFINE_UNQUOTED(SLAPD_OVER_REFINT,$MFLAG,[define for Referential Integrity overlay])
2998 fi
2999
3000 if test "$ol_enable_retcode" != no ; then
3001         BUILD_RETCODE=$ol_enable_retcode
3002         if test "$ol_enable_retcode" = mod ; then
3003                 MFLAG=SLAPD_MOD_DYNAMIC
3004                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS retcode.la"
3005         else
3006                 MFLAG=SLAPD_MOD_STATIC
3007                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS retcode.o"
3008         fi
3009         AC_DEFINE_UNQUOTED(SLAPD_OVER_RETCODE,$MFLAG,[define for Referential Integrity overlay])
3010 fi
3011
3012 if test "$ol_enable_rwm" != no ; then
3013         BUILD_REWRITE=yes
3014         BUILD_RWM=$ol_enable_rwm
3015         if test "$ol_enable_rwm" = mod ; then
3016                 MFLAG=SLAPD_MOD_DYNAMIC
3017                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS rwm.la"
3018         else
3019                 MFLAG=SLAPD_MOD_STATIC
3020                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS rwm_x.o"
3021         fi
3022         AC_DEFINE_UNQUOTED(SLAPD_OVER_RWM,$MFLAG,[define for Rewrite/Remap overlay])
3023 fi
3024
3025 if test "$ol_enable_syncprov" != no ; then
3026         BUILD_SYNCPROV=$ol_enable_syncprov
3027         if test "$ol_enable_syncprov" = mod ; then
3028                 MFLAG=SLAPD_MOD_DYNAMIC
3029                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS syncprov.la"
3030         else
3031                 MFLAG=SLAPD_MOD_STATIC
3032                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS syncprov.o"
3033         fi
3034         AC_DEFINE_UNQUOTED(SLAPD_OVER_SYNCPROV,$MFLAG,[define for Syncrepl Provider overlay])
3035 fi
3036
3037 if test "$ol_enable_translucent" != no ; then
3038         BUILD_TRANSLUCENT=$ol_enable_translucent
3039         if test "$ol_enable_translucent" = mod ; then
3040                 MFLAG=SLAPD_MOD_DYNAMIC
3041                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS translucent.la"
3042         else
3043                 MFLAG=SLAPD_MOD_STATIC
3044                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS translucent.o"
3045         fi
3046         AC_DEFINE_UNQUOTED(SLAPD_OVER_TRANSLUCENT,$MFLAG,[define for Translucent Proxy overlay])
3047 fi
3048
3049 if test "$ol_enable_unique" != no ; then
3050         BUILD_UNIQUE=$ol_enable_unique
3051         if test "$ol_enable_unique" = mod ; then
3052                 MFLAG=SLAPD_MOD_DYNAMIC
3053                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS unique.la"
3054         else
3055                 MFLAG=SLAPD_MOD_STATIC
3056                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS unique.o"
3057         fi
3058         AC_DEFINE_UNQUOTED(SLAPD_OVER_UNIQUE,$MFLAG,[define for Attribute Uniqueness overlay])
3059 fi
3060
3061 if test "$ol_enable_valsort" != no ; then
3062         BUILD_VALSORT=$ol_enable_valsort
3063         if test "$ol_enable_valsort" = mod ; then
3064                 MFLAG=SLAPD_MOD_DYNAMIC
3065                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS valsort.la"
3066         else
3067                 MFLAG=SLAPD_MOD_STATIC
3068                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS valsort.o"
3069         fi
3070         AC_DEFINE_UNQUOTED(SLAPD_OVER_VALSORT,$MFLAG,[define for Value Sorting overlay])
3071 fi
3072
3073 if test "$ol_enable_slurpd" != no &&
3074    test "$ol_link_threads" != no &&
3075    test $BUILD_SLAPD = yes ; then
3076         BUILD_SLURPD=yes
3077 fi
3078
3079 if test "$ol_enable_rewrite" != no ; then
3080         AC_DEFINE(ENABLE_REWRITE,1,[define to enable rewriting in back-ldap and back-meta])
3081         BUILD_REWRITE=yes
3082 fi
3083
3084 if test "$ol_enable_slapi" != no ; then
3085         AC_DEFINE(ENABLE_SLAPI,1,[define to enable slapi library])
3086         BUILD_SLAPI=yes
3087         SLAPD_SLAPI_DEPEND=libslapi.a
3088 fi
3089
3090 dnl ----------------------------------------------------------------
3091
3092 dnl
3093 dnl For Windows build, we don't want to include -dlopen flags.
3094 dnl They hurt more than they help.
3095 dnl
3096
3097 if test "$ac_cv_mingw32" = yes ; then
3098         PLAT=NT
3099         SLAPD_MODULES_LDFLAGS=
3100 else
3101         PLAT=UNIX
3102 fi
3103
3104 AC_SUBST(LIBSRCS)
3105 AC_SUBST(PLAT)
3106 AC_SUBST(WITH_SASL)
3107 AC_SUBST(WITH_TLS)
3108 AC_SUBST(WITH_MODULES_ENABLED)
3109 AC_SUBST(WITH_ACI_ENABLED)
3110 AC_SUBST(BUILD_THREAD)
3111 AC_SUBST(BUILD_LIBS_DYNAMIC)
3112
3113 AC_SUBST(BUILD_SLAPD)
3114 dnl slapi
3115   AC_SUBST(BUILD_SLAPI)
3116   AC_SUBST(SLAPD_SLAPI_DEPEND)
3117 dnl backends
3118   AC_SUBST(BUILD_BDB)
3119   AC_SUBST(BUILD_DNSSRV)
3120   AC_SUBST(BUILD_HDB)
3121   AC_SUBST(BUILD_LDAP)
3122   AC_SUBST(BUILD_LDBM)
3123   AC_SUBST(BUILD_META)
3124   AC_SUBST(BUILD_MONITOR)
3125   AC_SUBST(BUILD_NULL)
3126   AC_SUBST(BUILD_PASSWD)
3127   AC_SUBST(BUILD_RELAY)
3128   AC_SUBST(BUILD_PERL)
3129   AC_SUBST(BUILD_SHELL)
3130   AC_SUBST(BUILD_SQL)
3131 dnl overlays
3132   AC_SUBST(BUILD_ACCESSLOG)
3133   AC_SUBST(BUILD_DENYOP)
3134   AC_SUBST(BUILD_DYNGROUP)
3135   AC_SUBST(BUILD_DYNLIST)
3136   AC_SUBST(BUILD_LASTMOD)
3137   AC_SUBST(BUILD_PPOLICY)
3138   AC_SUBST(BUILD_PROXYCACHE)
3139   AC_SUBST(BUILD_REFINT)
3140   AC_SUBST(BUILD_RETCODE)
3141   AC_SUBST(BUILD_RWM)
3142   AC_SUBST(BUILD_SYNCPROV)
3143   AC_SUBST(BUILD_TRANSLUCENT)
3144   AC_SUBST(BUILD_UNIQUE)
3145   AC_SUBST(BUILD_VALSORT)
3146 AC_SUBST(BUILD_SLURPD)
3147
3148 AC_SUBST(LDAP_LIBS)
3149 AC_SUBST(SLAPD_LIBS)
3150 AC_SUBST(SLURPD_LIBS)
3151 AC_SUBST(LDBM_LIBS)
3152 AC_SUBST(LTHREAD_LIBS)
3153 AC_SUBST(LUTIL_LIBS)
3154 AC_SUBST(WRAP_LIBS)
3155
3156 AC_SUBST(SLAPD_MODULES_CPPFLAGS)
3157 AC_SUBST(SLAPD_MODULES_LDFLAGS)
3158
3159 AC_SUBST(SLAPD_NO_STATIC)
3160 AC_SUBST(SLAPD_STATIC_BACKENDS)
3161 AC_SUBST(SLAPD_DYNAMIC_BACKENDS)
3162 AC_SUBST(SLAPD_STATIC_OVERLAYS)
3163 AC_SUBST(SLAPD_DYNAMIC_OVERLAYS)
3164
3165 AC_SUBST(PERL_CPPFLAGS)
3166 AC_SUBST(SLAPD_PERL_LDFLAGS)
3167 AC_SUBST(MOD_PERL_LDFLAGS)
3168
3169 AC_SUBST(KRB4_LIBS)
3170 AC_SUBST(KRB5_LIBS)
3171 AC_SUBST(SASL_LIBS)
3172 AC_SUBST(TLS_LIBS)
3173 AC_SUBST(MODULES_LIBS)
3174 AC_SUBST(SLAPI_LIBS)
3175 AC_SUBST(LIBSLAPI)
3176 AC_SUBST(LIBSLAPITOOLS)
3177 AC_SUBST(AUTH_LIBS)
3178 AC_SUBST(ICU_LIBS)
3179
3180 AC_SUBST(SLAPD_SLP_LIBS)
3181 AC_SUBST(SLAPD_GMP_LIBS)
3182
3183 AC_SUBST(SLAPD_SQL_LDFLAGS)
3184 AC_SUBST(SLAPD_SQL_LIBS)
3185 AC_SUBST(SLAPD_SQL_INCLUDES)
3186
3187 dnl ----------------------------------------------------------------
3188 dnl final help output
3189 AC_ARG_WITH(xxinstall,[
3190 See INSTALL file for further details.])
3191
3192 dnl ----------------------------------------------------------------
3193 dnl final output
3194 dnl
3195
3196 AC_CONFIG_FILES([Makefile:build/top.mk:Makefile.in:build/dir.mk]
3197 [doc/Makefile:build/top.mk:doc/Makefile.in:build/dir.mk]
3198 [doc/man/Makefile:build/top.mk:doc/man/Makefile.in:build/dir.mk]
3199 [doc/man/man1/Makefile:build/top.mk:doc/man/man1/Makefile.in:build/man.mk]
3200 [doc/man/man3/Makefile:build/top.mk:doc/man/man3/Makefile.in:build/man.mk]
3201 [doc/man/man5/Makefile:build/top.mk:doc/man/man5/Makefile.in:build/man.mk]
3202 [doc/man/man8/Makefile:build/top.mk:doc/man/man8/Makefile.in:build/man.mk]
3203 [clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk]
3204 [clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk]
3205 [include/Makefile:build/top.mk:include/Makefile.in]
3206 [libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk]
3207 [libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk]
3208 [libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk]
3209 [libraries/libldap_r/Makefile:build/top.mk:libraries/libldap_r/Makefile.in:build/lib.mk:build/lib-shared.mk]
3210 [libraries/liblunicode/Makefile:build/top.mk:libraries/liblunicode/Makefile.in:build/lib.mk:build/lib-static.mk]
3211 [libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk]
3212 [libraries/librewrite/Makefile:build/top.mk:libraries/librewrite/Makefile.in:build/lib.mk:build/lib-static.mk]
3213 [servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk]
3214 [servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk]
3215 [servers/slapd/back-bdb/Makefile:build/top.mk:servers/slapd/back-bdb/Makefile.in:build/mod.mk]
3216 [servers/slapd/back-dnssrv/Makefile:build/top.mk:servers/slapd/back-dnssrv/Makefile.in:build/mod.mk]
3217 [servers/slapd/back-hdb/Makefile:build/top.mk:servers/slapd/back-hdb/Makefile.in:build/mod.mk]
3218 [servers/slapd/back-ldap/Makefile:build/top.mk:servers/slapd/back-ldap/Makefile.in:build/mod.mk]
3219 [servers/slapd/back-ldbm/Makefile:build/top.mk:servers/slapd/back-ldbm/Makefile.in:build/mod.mk]
3220 [servers/slapd/back-ldif/Makefile:build/top.mk:servers/slapd/back-ldif/Makefile.in:build/mod.mk]
3221 [servers/slapd/back-meta/Makefile:build/top.mk:servers/slapd/back-meta/Makefile.in:build/mod.mk]
3222 [servers/slapd/back-monitor/Makefile:build/top.mk:servers/slapd/back-monitor/Makefile.in:build/mod.mk]
3223 [servers/slapd/back-null/Makefile:build/top.mk:servers/slapd/back-null/Makefile.in:build/mod.mk]
3224 [servers/slapd/back-passwd/Makefile:build/top.mk:servers/slapd/back-passwd/Makefile.in:build/mod.mk]
3225 [servers/slapd/back-perl/Makefile:build/top.mk:servers/slapd/back-perl/Makefile.in:build/mod.mk]
3226 [servers/slapd/back-relay/Makefile:build/top.mk:servers/slapd/back-relay/Makefile.in:build/mod.mk]
3227 [servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Makefile.in:build/mod.mk]
3228 [servers/slapd/back-sql/Makefile:build/top.mk:servers/slapd/back-sql/Makefile.in:build/mod.mk]
3229 [servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk]
3230 [servers/slapd/slapi/Makefile:build/top.mk:servers/slapd/slapi/Makefile.in:build/lib.mk:build/lib-shared.mk]
3231 [servers/slapd/overlays/Makefile:build/top.mk:servers/slapd/overlays/Makefile.in:build/lib.mk]
3232 [servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:build/srv.mk]
3233 [tests/Makefile:build/top.mk:tests/Makefile.in:build/dir.mk]
3234 [tests/run]
3235 [tests/progs/Makefile:build/top.mk:tests/progs/Makefile.in:build/rules.mk])
3236
3237 AC_CONFIG_COMMANDS([default],[[
3238 chmod +x tests/run
3239 date > stamp-h
3240 BACKENDSC="servers/slapd/backends.c"
3241 echo "Making $BACKENDSC"
3242 rm -f $BACKENDSC
3243 cat > $BACKENDSC << ENDX
3244 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3245  *
3246  * Copyright 1998-2006 The OpenLDAP Foundation.
3247  * All rights reserved.
3248  *
3249  * Redistribution and use in source and binary forms, with or without
3250  * modification, are permitted only as authorized by the OpenLDAP
3251  * Public License.
3252  *
3253  * A copy of this license is available in the file LICENSE in the
3254  * top-level directory of the distribution or, alternatively, at
3255  * <http://www.OpenLDAP.org/license.html>.
3256  */
3257 /* This file is automatically generated by configure; please do not edit. */
3258
3259 #include "portable.h"
3260 #include "slap.h"
3261
3262 ENDX
3263 if test "${STATIC_BACKENDS}"; then
3264         for b in config ${STATIC_BACKENDS}; do
3265                 bb=`echo "${b}" | sed -e 's/back-//'`
3266                 cat >> $BACKENDSC << ENDX
3267 extern BI_init ${bb}_back_initialize;
3268 ENDX
3269         done
3270
3271         cat >> $BACKENDSC << ENDX
3272
3273 BackendInfo slap_binfo[] = {
3274 ENDX
3275
3276         for b in config ${STATIC_BACKENDS}; do
3277                 bb=`echo "${b}" | sed -e 's/back-//'`
3278                 echo "    Add ${bb} ..."
3279                 cat >> $BACKENDSC << ENDX
3280         { "${bb}", ${bb}_back_initialize },
3281 ENDX
3282         done
3283
3284         cat >> $BACKENDSC << ENDX
3285         { NULL, NULL },
3286 };
3287
3288 /* end of generated file */
3289 ENDX
3290 fi
3291 OVERLAYSC="servers/slapd/overlays/statover.c"
3292 echo "Making $OVERLAYSC"
3293 rm -f $OVERLAYSC
3294 cat > $OVERLAYSC << ENDX
3295 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3296  *
3297  * Copyright 1998-2006 The OpenLDAP Foundation.
3298  * All rights reserved.
3299  *
3300  * Redistribution and use in source and binary forms, with or without
3301  * modification, are permitted only as authorized by the OpenLDAP
3302  * Public License.
3303  *
3304  * A copy of this license is available in the file LICENSE in the
3305  * top-level directory of the distribution or, alternatively, at
3306  * <http://www.OpenLDAP.org/license.html>.
3307  */
3308 /* This file is automatically generated by configure; please do not edit. */
3309
3310 #include "portable.h"
3311 #include "slap.h"
3312
3313 ENDX
3314 if test "${STATIC_OVERLAYS}"; then
3315         for o in ${STATIC_OVERLAYS}; do
3316                 oo=`echo "${o}" | sed -e 's/.o$//' -e 's/_x$//'`
3317                 cat >> $OVERLAYSC << ENDX
3318 extern OV_init ${oo}_initialize;
3319 ENDX
3320         done
3321 fi
3322
3323 cat >> $OVERLAYSC << ENDX
3324
3325 OverlayInit slap_oinfo[] = {
3326 ENDX
3327
3328 if test "${STATIC_OVERLAYS}"; then
3329         for o in ${STATIC_OVERLAYS}; do
3330                 oo=`echo "${o}" | sed -e 's/.o$//' -e 's/_x$//'`
3331                 echo "    Add ${oo} ..."
3332                 cat >> $OVERLAYSC << ENDX
3333         { "${oo}", ${oo}_initialize },
3334 ENDX
3335         done
3336 fi
3337
3338         cat >> $OVERLAYSC << ENDX
3339         { NULL, NULL },
3340 };
3341
3342 /* end of generated file */
3343 ENDX
3344
3345 echo Please run \"make depend\" to build dependencies
3346 ]],[[
3347 STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS"
3348 STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS"
3349 ]])
3350 AC_OUTPUT