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