]> git.sur5r.net Git - openldap/blob - configure.in
Misc configure fixes from HEAD
[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 )
907
908 dnl Only check Winsock on MinGW
909 if test "$ac_cv_mingw32" = yes ; then
910         AC_CHECK_HEADERS( winsock.h winsock2.h )
911 fi
912
913 AC_CHECK_HEADERS( resolv.h, [], [],
914 [$ac_includes_default
915 #include <netinet/in.h>
916 ])
917
918 AC_CHECK_HEADERS( netinet/tcp.h, [], [],
919 [$ac_includes_default
920 #include <netinet/in.h>
921 ])
922
923 AC_CHECK_HEADERS( sys/ucred.h, [], [],
924 [$ac_includes_default
925 #ifdef HAVE_SYS_PARAM_H
926 #include <sys/param.h>
927 #endif
928 ])
929
930 dnl ----------------------------------------------------------------
931 dnl Checks for libraries
932
933 AC_CHECK_FUNCS( sigaction sigset )
934
935 dnl HP-UX requires -lV3
936 dnl this is not needed on newer versions of HP-UX
937 if test $ac_cv_func_sigaction = no && test $ac_cv_func_sigaction = no ; then
938         AC_CHECK_LIB(V3, sigset)
939 fi
940
941 dnl The following is INTENTIONALLY scripted out because shell does not
942 dnl support variable names with the '@' character, which is what
943 dnl autoconf would try to generate if one merely used AC_SEARCH_LIBS
944 if test "$ac_cv_header_winsock_h" = yes; then
945 AC_CACHE_CHECK([for winsock], [ol_cv_winsock],
946 save_LIBS="$LIBS"
947 for curlib in ws2_32 wsock32; do
948         LIBS="$LIBS -l$curlib"
949         AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <winsock.h>
950                         ]], [[
951                         socket(0,0,0);
952                         select(0,NULL,NULL,NULL,NULL);
953                         closesocket(0);
954                         gethostname(NULL,0);
955                         ]])],[ol_cv_winsock=yes],[ol_cv_winsock=no])
956
957         if test $ol_cv_winsock = yes; then
958                 AC_DEFINE(HAVE_WINSOCK, 1, [define if you have winsock])
959                 ac_cv_func_socket=yes
960                 ac_cv_func_select=yes
961                 ac_cv_func_closesocket=yes
962                 ac_cv_func_gethostname=yes
963                 if test $curlib = ws2_32; then
964                         ol_cv_winsock=winsock2
965                         AC_DEFINE(HAVE_WINSOCK2, 1,
966                                   [define if you have winsock2])
967                 fi
968                 break
969         fi
970         LIBS="$save_LIBS"
971 done)
972 fi
973
974 dnl Find socket()
975 dnl Likely combinations:
976 dnl             -lsocket [ -lnsl_s | -lnsl ]
977 dnl             -linet
978
979 AC_CHECK_FUNC(socket, :, [      
980 dnl hopefully we won't include too many libraries
981         AC_CHECK_LIB(socket, main)
982         AC_CHECK_LIB(net, main)
983         AC_CHECK_LIB(nsl_s, main)
984         AC_CHECK_LIB(nsl, main)
985         AC_CHECK_LIB(inet, socket)
986         AC_CHECK_LIB(gen, main)
987 ])
988
989 dnl require select
990 AC_CHECK_FUNC(select, :, AC_MSG_ERROR([select() required.]))
991
992 if test "${ac_cv_header_winsock_h}" != yes; then
993         dnl Select arg types
994         dnl (if this detection becomes permenent, it and the select() detection
995         dnl should be done before the yielding select test) 
996         AC_FUNC_SELECT_ARGTYPES
997 fi
998
999 dnl check to see if system call automatically restart
1000 dnl AC_SYS_RESTARTABLE_SYSCALLS
1001
1002 dnl ----------------------------------------------------------------
1003 AC_CHECK_FUNCS( poll )
1004 AC_CHECK_HEADERS( poll.h )
1005
1006 dnl ----------------------------------------------------------------
1007 AC_CHECK_HEADERS( sys/epoll.h )
1008 if test "${ac_cv_header_sys_epoll_h}" = yes; then
1009 AC_MSG_CHECKING(for epoll system call)
1010 AC_RUN_IFELSE([AC_LANG_SOURCE([[int main(int argc, char *argv)
1011 {
1012         int epfd = epoll_create(256);
1013         exit (epfd == -1 ? 1 : 0);
1014 }]])],[AC_MSG_RESULT(yes)
1015 AC_DEFINE(HAVE_EPOLL,1, [define if your system supports epoll])],[AC_MSG_RESULT(no)],[AC_MSG_RESULT(no)])
1016 fi
1017
1018 dnl ----------------------------------------------------------------
1019 # strerror checks
1020 OL_STRERROR
1021
1022 dnl ----------------------------------------------------------------
1023 dnl require POSIX regex
1024 AC_CHECK_HEADERS( regex.h )
1025 if test "$ac_cv_header_regex_h" != yes ; then
1026         AC_MSG_ERROR([POSIX regex.h required.])
1027 fi
1028 AC_SEARCH_LIBS(regfree, [regex gnuregex],
1029         :, AC_MSG_ERROR([POSIX regex required.]))
1030
1031 OL_POSIX_REGEX
1032 if test "$ol_cv_c_posix_regex" = no ; then
1033         AC_MSG_ERROR([broken POSIX regex!])
1034 fi
1035
1036 dnl ----------------------------------------------------------------
1037 dnl UUID Support
1038
1039 have_uuid=no
1040 AC_CHECK_HEADERS(sys/uuid.h)
1041 if test $ac_cv_header_sys_uuid_h = yes ; then
1042         save_LIBS="$LIBS"
1043         AC_SEARCH_LIBS(uuid_to_str, uuid, [have_uuid=yes], :)
1044         LIBS="$save_LIBS"
1045
1046         if test have_uuid = yes ; then
1047                 AC_DEFINE(HAVE_UUID_TO_STR,1,
1048                         [define if you have uuid_to_str()])
1049
1050                 test "$ac_cv_search_uuid_to_str" = "none required" || \
1051                         SLAPD_LIBS="$SLAPD_LIBS $ac_cv_search_uuid_to_str"
1052         fi
1053 fi
1054
1055 dnl For windows, check for the need of RPCRT for UUID function support
1056 if test $have_uuid = no ; then
1057         AC_MSG_CHECKING(to see if -lrpcrt4 is needed for win32 UUID support)
1058         save_LIBS="$LIBS"
1059         LIBS="$LIBS -lrpcrt4"
1060         AC_LINK_IFELSE([AC_LANG_PROGRAM([[
1061                 int __stdcall UuidCreate(void *);
1062                 int __stdcall UuidToStringA(void *,void **);
1063                 ]], [[
1064                 UuidCreate(0);
1065                 UuidToStringA(0,0);
1066                 ]])],[need_rpcrt=yes],[need_rpcrt=no])
1067         if test $need_rpcrt = yes; then
1068                 SLAPD_LIBS="$SLAPD_LIBS -lrpcrt4"
1069         fi
1070         LIBS="$save_LIBS"
1071         AC_MSG_RESULT($need_rpcrt)
1072 fi
1073
1074 dnl ----------------------------------------------------------------
1075 dnl Check for resolver routines
1076 OL_RESOLVER_LINK
1077
1078 ol_link_dnssrv=no
1079 if test "$ol_cv_lib_resolver" != no ; then
1080         AC_DEFINE(HAVE_RES_QUERY,1,
1081                 [define if you have res_query()])
1082
1083         if test "$ol_enable_dnssrv" != no ; then
1084                 ol_link_dnssrv=yes
1085         fi
1086
1087         if test "$ol_cv_lib_resolver" != yes ; then
1088                 LIBS="$ol_cv_lib_resolver $LIBS"
1089         fi
1090 fi
1091
1092 if test "$ol_enable_dnssrv" = yes || test "$ol_enable_dnssrv" = mod ; then
1093         if test "$ol_link_dnssrv" = no ; then
1094                 AC_MSG_ERROR([DNSSRV requires res_query()])
1095         fi
1096 else
1097         ol_enable_dnssrv=no
1098 fi
1099
1100 AC_CHECK_FUNCS( hstrerror )
1101
1102 dnl ----------------------------------------------------------------
1103 dnl PF_INET6 support requires getaddrinfo and INET6_ADDRSTRLEN
1104 dnl PF_LOCAL may use getaddrinfo in available
1105 AC_CHECK_FUNCS( getaddrinfo getnameinfo gai_strerror inet_ntop )
1106
1107 ol_link_ipv6=no
1108 if test $ac_cv_func_getaddrinfo = no || test $ac_cv_func_inet_ntop = no ; then
1109         if test $ol_enable_ipv6 = yes ; then
1110                 AC_MSG_ERROR([IPv6 support requires getaddrinfo() and inet_ntop()])
1111         fi
1112 elif test $ol_enable_ipv6 != no ; then
1113         AC_CACHE_CHECK([INET6_ADDRSTRLEN],[ol_cv_inet6_addrstrlen],[
1114                 AC_EGREP_CPP(__has_inet6_addrstrlen__,[
1115 #                       include <netinet/in.h>
1116 #                       ifdef INET6_ADDRSTRLEN
1117                                 __has_inet6_addrstrlen__;
1118 #                       endif
1119                 ], [ol_cv_inet6_addrstrlen=yes], [ol_cv_inet6_addrstrlen=no])])
1120
1121
1122         AC_CACHE_CHECK([struct sockaddr_storage],ol_cv_struct_sockaddr_storage,[
1123                 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
1124 #include <sys/types.h>
1125 #include <sys/socket.h>
1126 ]], [[
1127                         struct sockaddr_storage ss;
1128 ]])],[ol_cv_struct_sockaddr_storage=yes],[ol_cv_struct_sockaddr_storage=no])])
1129
1130         if test $ol_cv_inet6_addrstrlen = yes &&
1131            test $ol_cv_struct_sockaddr_storage = yes ; then
1132                 ol_link_ipv6=yes
1133         elif test $ol_enable_ipv6 = yes &&
1134              test $ol_cv_inet6_addrstrlen = no ; then
1135                 AC_MSG_ERROR([IPv6 support requires INET6_ADDRSTRLEN])
1136         elif test $ol_enable_ipv6 = yes &&
1137              test $ol_cv_struct_sockaddr_storage = no ; then
1138                 AC_MSG_ERROR([IPv6 support requires struct sockaddr_storage])
1139         fi
1140 fi
1141
1142 if test $ol_enable_local != no ; then
1143         AC_CHECK_HEADERS( sys/un.h )
1144
1145         if test $ol_enable_local = auto ; then
1146                 ol_enable_local=$ac_cv_header_sys_un_h
1147         elif test $ac_cv_header_sys_un_h = no ; then
1148                 AC_MSG_ERROR([AF_LOCAL domain support requires sys/un.h])
1149         fi
1150 fi
1151
1152 dnl ----------------------------------------------------------------
1153 dnl Kerberos
1154 ol_link_kbind=no
1155 ol_link_krb5=no
1156 ol_link_krb4=no
1157
1158 case $ol_with_kerberos in yes | auto | k5 | k5only | k425)
1159
1160         AC_CHECK_HEADERS(krb5.h)
1161
1162         if test $ac_cv_header_krb5_h = yes ; then
1163                 dnl lazy check for Heimdal Kerberos
1164                 AC_CHECK_HEADERS(heim_err.h)
1165                 if test $ac_cv_header_heim_err_h = yes ; then
1166                         krb5_impl=heimdal
1167                 else
1168                         krb5_impl=mit
1169                 fi
1170
1171                 if test $krb5_impl = mit; then
1172                         AC_CHECK_LIB(k5crypto, main,
1173                                 [krb5crypto=k5crypto],
1174                                 [krb5crypto=crypto])
1175
1176                         AC_CHECK_LIB(krb5, main,
1177                                 [have_krb5=yes
1178                                 KRB5_LIBS="-lkrb5 -l$krb5crypto -lcom_err"],
1179                                 [have_krb5=no],
1180                                 [-l$krb5crypto -lcom_err])
1181
1182                 elif test $krb5_impl = heimdal; then
1183                         AC_CHECK_LIB(des, main,
1184                                 [krb5crypto=des],
1185                                 [krb5crypto=crypto])
1186
1187                         AC_CHECK_LIB(krb5, main,
1188                                 [have_krb5=yes
1189                                 KRB5_LIBS="-lkrb5 -l$krb5crypto -lasn1 -lroken -lcom_err"],
1190                                 [have_krb5=no],
1191                                 [-l$krb5crypto -lasn1 -lroken -lcom_err])
1192
1193                         AC_DEFINE(HAVE_HEIMDAL_KERBEROS, 1,
1194                                 [define if you have HEIMDAL Kerberos])
1195
1196                 else
1197                         have_krb5=no
1198                         AC_MSG_WARN([Unrecognized Kerberos5 Implementation])
1199                 fi
1200
1201                 if test $have_krb5 = yes ; then
1202                         ol_link_krb5=yes
1203
1204                         AC_DEFINE(HAVE_KRB5, 1,
1205                                 [define if you have Kerberos V])
1206
1207                         if test $ol_with_kerberos = k5only ; then
1208                                 ol_with_kerberos=found
1209                         fi
1210
1211                 elif test $ol_with_kerberos != auto ; then
1212                         AC_MSG_ERROR([Required Kerberos 5 support not available])
1213                 fi
1214
1215         fi
1216         ;;
1217 esac
1218
1219 if test $ol_link_krb5 = yes &&
1220    { test $ol_with_kerberos = yes ||
1221      test $ol_with_kerberos = auto ||
1222      test $ol_with_kerberos = k425; }; then
1223
1224         AC_CHECK_HEADERS(kerberosIV/krb.h kerberosIV/des.h)
1225
1226         if test $ac_cv_header_kerberosIV_krb_h = yes ; then
1227                 if test $krb5_impl = mit; then
1228                         AC_CHECK_LIB(krb4, main, [have_k425=yes
1229                                 KRB4_LIBS="-lkrb4 -ldes425"], [have_k425=no],
1230                                 [-ldes425 -lkrb5 -l$krb5crypto -lcom_err])
1231
1232                 elif test $krb5_impl = heimdal; then
1233                         AC_CHECK_LIB(krb4, main, [have_k425=yes
1234                                 KRB4_LIBS="-lkrb4"], [have_k425=no],
1235                                 [-lkrb5 -l$krb5crypto -lasn1 -lroken -lcom_err])
1236
1237                 else
1238                         have_425=no
1239                         AC_MSG_WARN([Unrecongized Kerberos V Implementation])
1240                 fi
1241
1242                 if test $have_k425 = yes ; then
1243                         ol_with_kerberos=found
1244                         ol_link_krb4=yes
1245
1246                         AC_DEFINE(HAVE_KRB425, 1,
1247                                 [define if you have Kerberos V with IV support])
1248                         AC_DEFINE(HAVE_KRB4, 1,
1249                                 [define if you have Kerberos IV])
1250
1251                         AC_CACHE_CHECK([for des_debug in Kerberos libraries],
1252                                 [ol_cv_var_des_debug], [
1253                                 dnl save the flags
1254                                 save_LIBS="$LIBS"
1255                                 LIBS="$KRB4_LIBS $KRB5_LIBS $LIBS"
1256                                 AC_LINK_IFELSE([AC_LANG_PROGRAM([[
1257 #include <kerberosIV/krb.h>
1258 #include <kerberosIV/des.h>
1259 extern int des_debug;
1260 ]], [[
1261 des_debug = 1;
1262 ]])],[ol_cv_var_des_debug=yes],[ol_cv_var_des_debug=no])
1263                                 dnl restore the LIBS
1264                                 LIBS="$save_LIBS"
1265                         ])
1266
1267                         if test $ol_cv_var_des_debug = yes ; then
1268                                 AC_DEFINE(HAVE_DES_DEBUG,1,
1269                                         [define if you have Kerberos des_debug])
1270                         fi
1271
1272                         LIBS="$save_LIBS"
1273                 fi
1274         fi
1275 fi
1276
1277 if test $ol_link_krb5 = yes ; then
1278         ol_with_kerberos=found
1279 fi
1280
1281 case $ol_with_kerberos in yes | auto | k4 | kth)
1282
1283         AC_CHECK_HEADERS(krb.h des.h krb-archaeology.h )
1284
1285         if test $ac_cv_header_krb_h = yes ; then
1286                 AC_CHECK_LIB(krb, main, [have_k4=yes], [have_k4=no], [-ldes])
1287
1288                 if test $have_k4 = yes ; then
1289                         ol_with_kerberos=found
1290                         ol_link_krb4=yes
1291
1292                         AC_DEFINE(HAVE_KRB4, 1,
1293                                 [define if you have Kerberos IV])
1294
1295                         KRB4_LIBS="-lkrb -ldes"
1296
1297                         if test $ac_cv_header_krb_archaeology_h = yes ; then
1298                                 AC_DEFINE(HAVE_KTH_KERBEROS, 1,
1299                                         [define if you have Kth Kerberos])
1300                         fi
1301                 fi
1302         fi
1303         ;;
1304 esac
1305
1306 if test $ol_link_krb4 = yes && test $ol_enable_kbind != no ; then
1307         ol_link_kbind=yes
1308
1309 elif test $ol_enable_kbind = yes ; then
1310         AC_MSG_ERROR([Kerberos IV detection failed])
1311 fi
1312
1313 if test $ol_link_krb4 = yes || test $ol_link_krb5 = yes ; then
1314         AC_DEFINE(HAVE_KERBEROS, 1, [define if you have Kerberos])
1315
1316 elif test $ol_with_kerberos != auto && test $ol_with_kerberos != no ; then
1317         AC_MSG_ERROR([Kerberos detection failed])
1318 fi
1319
1320 dnl ----------------------------------------------------------------
1321 dnl TLS/SSL
1322         
1323 ol_link_tls=no
1324 if test $ol_with_tls != no ; then
1325         AC_CHECK_HEADERS(openssl/ssl.h)
1326
1327         if test $ac_cv_header_openssl_ssl_h = yes ; then
1328                 AC_CHECK_LIB(ssl, SSL_library_init,
1329                         [have_openssl=yes
1330                         need_rsaref=no], [have_openssl=no],
1331                         [-lcrypto])
1332
1333                 if test $have_openssl = no ; then
1334                         AC_CHECK_LIB(ssl, ssl3_accept, 
1335                                 [have_openssl=yes
1336                                 need_rsaref=yes], [have_openssl=no],
1337                                 [-lcrypto -lRSAglue -lrsaref])
1338                 fi
1339
1340                 if test $have_openssl = yes ; then
1341                         ol_with_tls=found
1342                         ol_link_tls=yes
1343
1344                         AC_DEFINE(HAVE_OPENSSL, 1, 
1345                                 [define if you have OpenSSL])
1346
1347                         if test $need_rsaref = yes; then
1348                                 AC_DEFINE(HAVE_RSAREF, 1, 
1349                                         [define if OpenSSL needs RSAref])
1350
1351                                 TLS_LIBS="-lssl -lcrypto -lRSAglue -lrsaref"
1352                         else
1353                                 TLS_LIBS="-lssl -lcrypto"
1354                         fi
1355                 fi
1356                 OL_SSL_COMPAT
1357                 if test $ol_cv_ssl_crl_compat = no ; then
1358                         ol_link_ssl=no
1359                 else 
1360                         AC_DEFINE(HAVE_OPENSSL_CRL, 1, 
1361                                 [define if you have OpenSSL with CRL checking capability])
1362                 fi
1363         fi
1364
1365 else
1366         AC_MSG_WARN([TLS data protection not supported!])
1367 fi
1368
1369 WITH_TLS=no
1370 if test $ol_link_tls = yes ; then
1371         AC_DEFINE(HAVE_TLS, 1, [define if you have TLS])
1372         WITH_TLS=yes
1373
1374 elif test $ol_with_tls = auto ; then
1375         AC_MSG_WARN([Could not locate TLS/SSL package])
1376         AC_MSG_WARN([TLS data protection not supported!])
1377
1378 elif test $ol_with_tls != no ; then
1379         AC_MSG_ERROR([Could not locate TLS/SSL package])
1380 fi
1381
1382 dnl ----------------------------------------------------------------
1383 dnl LAN Manger password checking requires DES from OpenSSL
1384 if test $ol_enable_lmpasswd != no; then
1385         if test $ol_link_tls != yes ; then
1386                 AC_MSG_ERROR([LAN Manager passwords require OpenSSL])
1387         fi
1388
1389         AC_DEFINE(SLAPD_LMHASH, 1, [define to support LAN Manager passwords])
1390 fi
1391
1392 dnl ----------------------------------------------------------------
1393 dnl Threads?
1394 ol_link_threads=no
1395
1396 case $ol_with_threads in auto | yes | nt)
1397
1398         OL_NT_THREADS
1399
1400         if test "$ol_cv_nt_threads" = yes ; then
1401                 ol_link_threads=nt
1402                 ol_with_threads=found
1403                 ol_with_yielding_select=yes
1404
1405                 AC_DEFINE(HAVE_NT_SERVICE_MANAGER,1,[if you have NT Service Manager])
1406                 AC_DEFINE(HAVE_NT_EVENT_LOG,1,[if you have NT Event Log])
1407         fi
1408
1409         if test $ol_with_threads = nt ; then
1410                 AC_MSG_ERROR([could not locate NT Threads])
1411         fi
1412         ;;
1413 esac
1414
1415 case $ol_with_threads in auto | yes | posix)
1416
1417         AC_CHECK_HEADERS(pthread.h)
1418
1419         if test $ac_cv_header_pthread_h = yes ; then
1420                 OL_POSIX_THREAD_VERSION
1421
1422                 if test $ol_cv_pthread_version != 0 ; then
1423                         AC_DEFINE_UNQUOTED(HAVE_PTHREADS,$ol_cv_pthread_version,
1424                                 [define to pthreads API spec revision])
1425                 else
1426                         AC_MSG_ERROR([unknown pthread version])
1427                 fi
1428
1429                 # consider threads found
1430                 ol_with_threads=found
1431
1432                 OL_HEADER_LINUX_THREADS
1433                 OL_HEADER_GNU_PTH_PTHREAD_H
1434
1435                 if test $ol_cv_header_gnu_pth_pthread_h = no ; then
1436                         AC_CHECK_HEADERS(sched.h)
1437                 fi
1438
1439                 dnl Now the hard part, how to link?
1440                 dnl
1441                 dnl currently supported checks:
1442                 dnl
1443                 dnl Check for no flags 
1444                 dnl     pthread_create() in $LIBS
1445                 dnl
1446                 dnl Check special pthread (final) flags
1447                 dnl     [skipped] pthread_create() with -mt (Solaris) [disabled]
1448                 dnl     pthread_create() with -kthread (FreeBSD)
1449                 dnl     pthread_create() with -pthread (FreeBSD/Digital Unix)
1450                 dnl     pthread_create() with -pthreads (?)
1451                 dnl     pthread_create() with -mthreads (AIX)
1452                 dnl     pthread_create() with -thread (?)
1453                 dnl
1454                 dnl Check pthread (final) libraries
1455                 dnl     pthread_mutex_unlock() in -lpthread -lmach -lexc -lc_r (OSF/1)
1456                 dnl     pthread_mutex_lock() in -lpthread -lmach -lexc (OSF/1)
1457                 dnl     [skipped] pthread_mutex_trylock() in -lpthread -lexc (OSF/1)
1458                 dnl     pthread_join() -Wl,-woff,85 -lpthread (IRIX)
1459                 dnl     pthread_create() in -lpthread (many)
1460                 dnl     pthread_create() in -lc_r (FreeBSD)
1461                 dnl
1462                 dnl Check pthread (draft4) flags (depreciated)
1463                 dnl     pthread_create() with -threads (OSF/1)
1464                 dnl
1465                 dnl Check pthread (draft4) libraries (depreciated)
1466                 dnl     pthread_mutex_unlock() in -lpthreads -lmach -lexc -lc_r (OSF/1)
1467                 dnl     pthread_mutex_lock() in -lpthreads -lmach -lexc (OSF/1)
1468                 dnl     pthread_mutex_trylock() in -lpthreads -lexc (OSF/1)
1469                 dnl     pthread_create() in -lpthreads (many)
1470                 dnl
1471
1472                 dnl pthread_create in $LIBS
1473                 AC_CACHE_CHECK([for pthread_create in default libraries],
1474                         ol_cv_pthread_create,[
1475                         AC_RUN_IFELSE([OL_PTHREAD_TEST_PROGRAM],
1476                                 [ol_cv_pthread_create=yes],
1477                                 [ol_cv_pthread_create=no],
1478                                 [AC_TRY_LINK(OL_PTHREAD_TEST_INCLUDES,OL_PTHREAD_TEST_FUNCTION,
1479                                         [ol_cv_pthread_create=yes],
1480                                         [ol_cv_pthread_create=no])])])
1481
1482                 if test $ol_cv_pthread_create != no ; then
1483                         ol_link_threads=posix
1484                         ol_link_pthreads=""
1485                 fi
1486                 
1487 dnl             OL_PTHREAD_TRY([-mt],           [ol_cv_pthread_mt])
1488                 OL_PTHREAD_TRY([-kthread],      [ol_cv_pthread_kthread])
1489                 OL_PTHREAD_TRY([-pthread],      [ol_cv_pthread_pthread])
1490                 OL_PTHREAD_TRY([-pthreads],     [ol_cv_pthread_pthreads])
1491                 OL_PTHREAD_TRY([-mthreads],     [ol_cv_pthread_mthreads])
1492                 OL_PTHREAD_TRY([-thread],       [ol_cv_pthread_thread])
1493
1494                 OL_PTHREAD_TRY([-lpthread -lmach -lexc -lc_r],
1495                         [ol_cv_pthread_lpthread_lmach_lexc_lc_r])
1496                 OL_PTHREAD_TRY([-lpthread -lmach -lexc],
1497                         [ol_cv_pthread_lpthread_lmach_lexc])
1498 dnl             OL_PTHREAD_TRY([-lpthread -lexc],
1499 dnl                     [ol_cv_pthread_lpthread_lexc])
1500
1501                 OL_PTHREAD_TRY([-lpthread -Wl,-woff,85],
1502                         [ol_cv_pthread_lib_lpthread_woff])
1503
1504                 OL_PTHREAD_TRY([-lpthread],     [ol_cv_pthread_lpthread])
1505                 OL_PTHREAD_TRY([-lc_r],         [ol_cv_pthread_lc_r])
1506
1507                 OL_PTHREAD_TRY([-threads],      [ol_cv_pthread_threads])
1508
1509                 OL_PTHREAD_TRY([-lpthreads -lmach -lexc -lc_r],
1510                         [ol_cv_pthread_lpthreads_lmach_lexc_lc_r])
1511                 OL_PTHREAD_TRY([-lpthreads -lmach -lexc],
1512                         [ol_cv_pthread_lpthreads_lmach_lexc])
1513                 OL_PTHREAD_TRY([-lpthreads -lexc],
1514                         [ol_cv_pthread_lpthreads_lexc])
1515
1516                 OL_PTHREAD_TRY([-lpthreads],[ol_cv_pthread_lib_lpthreads])
1517
1518                 if test $ol_link_threads != no ; then
1519                         LTHREAD_LIBS="$LTHREAD_LIBS $ol_link_pthreads"
1520
1521                         dnl save flags
1522                         save_CPPFLAGS="$CPPFLAGS"
1523                         save_LIBS="$LIBS"
1524                         LIBS="$LTHREAD_LIBS $LIBS"
1525
1526                         dnl All POSIX Thread (final) implementations should have
1527                         dnl sched_yield instead of pthread yield.
1528                         dnl check for both, and thr_yield for Solaris
1529                         AC_CHECK_FUNCS(sched_yield pthread_yield thr_yield)
1530
1531                         if test $ac_cv_func_sched_yield = no &&
1532                            test $ac_cv_func_pthread_yield = no &&
1533                            test $ac_cv_func_thr_yield = no ; then
1534                                 dnl Digital UNIX has sched_yield() in -lrt
1535                                 AC_CHECK_LIB(rt, sched_yield,
1536                                         [LTHREAD_LIBS="$LTHREAD_LIBS -lrt"
1537                                         AC_DEFINE(HAVE_SCHED_YIELD,1,
1538                                                 [Define if you have the sched_yield function.])
1539                                         ac_cv_func_sched_yield=yes],
1540                                         [ac_cv_func_sched_yield=no])
1541                         fi
1542                         if test $ac_cv_func_sched_yield = no &&
1543                            test $ac_cv_func_pthread_yield = no &&
1544                            test "$ac_cv_func_thr_yield" = no ; then
1545                                 AC_MSG_WARN([could not locate sched_yield() or pthread_yield()])
1546                         fi
1547
1548                         dnl Check functions for compatibility
1549                         AC_CHECK_FUNCS(pthread_kill pthread_rwlock_destroy)
1550
1551                         dnl Check for pthread_detach with <pthread.h> inclusion
1552                         dnl as it's symbol may have been mangled.
1553                         AC_CACHE_CHECK([for pthread_detach with <pthread.h>],
1554                                 [ol_cv_func_pthread_detach], [
1555                                 dnl save the flags
1556                                 AC_LINK_IFELSE([AC_LANG_PROGRAM([[
1557 #include <pthread.h>
1558 #ifndef NULL
1559 #define NULL (void*)0
1560 #endif
1561 ]], [[pthread_detach(NULL);]])],[ol_cv_func_pthread_detach=yes],[ol_cv_func_pthread_detach=no])
1562                         ])
1563
1564                         if test $ol_cv_func_pthread_detach = no ; then
1565                                 AC_MSG_ERROR([could not locate pthread_detach()])
1566                         fi
1567
1568                         AC_DEFINE(HAVE_PTHREAD_DETACH,1,
1569                                 [define if you have pthread_detach function])
1570
1571                         dnl Check for setconcurreny functions
1572                         AC_CHECK_FUNCS( \
1573                                 pthread_setconcurrency \
1574                                 pthread_getconcurrency \
1575                                 thr_setconcurrency \
1576                                 thr_getconcurrency \
1577                         )
1578
1579                         OL_SYS_LINUX_THREADS
1580                         OL_LINUX_THREADS
1581
1582                         if test $ol_cv_linux_threads = error; then
1583                                 AC_MSG_ERROR([LinuxThreads header/library mismatch]);
1584                         fi
1585
1586                         AC_CACHE_CHECK([if pthread_create() works],
1587                                 ol_cv_pthread_create_works,[
1588                         AC_RUN_IFELSE([OL_PTHREAD_TEST_PROGRAM],
1589                                 [ol_cv_pthread_create_works=yes],
1590                                 [ol_cv_pthread_create_works=no],
1591                                 [dnl assume yes
1592                                 ol_cv_pthread_create_works=yes])])
1593
1594                         if test $ol_cv_pthread_create_works = no ; then
1595                                 AC_MSG_ERROR([pthread_create is not usable, check environment settings])
1596                         fi
1597
1598                         ol_replace_broken_yield=no
1599 dnl                     case "$target" in
1600 dnl                     *-*-linux*) 
1601 dnl                             AC_CHECK_FUNCS(nanosleep)
1602 dnl                             ol_replace_broken_yield=yes
1603 dnl                     ;;
1604 dnl                     esac
1605
1606                         if test $ol_replace_broken_yield = yes ; then
1607                                 AC_DEFINE([REPLACE_BROKEN_YIELD],1,
1608                                         [define if sched_yield yields the entire process])
1609                         fi
1610
1611                         dnl Check if select causes an yield
1612                         if test $ol_with_yielding_select = auto ; then
1613                                 AC_CACHE_CHECK([if select yields when using pthreads],
1614                                         ol_cv_pthread_select_yields,[
1615                                 AC_RUN_IFELSE([AC_LANG_SOURCE([[
1616 #include <sys/types.h>
1617 #include <sys/time.h>
1618 #include <unistd.h>
1619 #include <pthread.h>
1620 #ifndef NULL
1621 #define NULL (void*) 0
1622 #endif
1623
1624 static int fildes[2];
1625
1626 static void *task(p)
1627         void *p;
1628 {
1629         int i;
1630         struct timeval tv;
1631
1632         fd_set rfds;
1633
1634         tv.tv_sec=10;
1635         tv.tv_usec=0;
1636
1637         FD_ZERO(&rfds);
1638         FD_SET(fildes[0], &rfds);
1639
1640         /* we're not interested in any fds */
1641         i = select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
1642
1643         if(i < 0) {
1644                 perror("select");
1645                 exit(10);
1646         }
1647
1648         exit(0); /* if we exit here, the select blocked the whole process */
1649 }
1650
1651 int main(argc, argv)
1652         int argc;
1653         char **argv;
1654 {
1655         pthread_t t;
1656
1657         /* create a pipe to select */
1658         if(pipe(&fildes[0])) {
1659                 perror("select");
1660                 exit(1);
1661         }
1662
1663 #ifdef HAVE_PTHREAD_SETCONCURRENCY
1664         (void) pthread_setconcurrency(2);
1665 #else
1666 #ifdef HAVE_THR_SETCONCURRENCY
1667         /* Set Solaris LWP concurrency to 2 */
1668         thr_setconcurrency(2);
1669 #endif
1670 #endif
1671
1672 #if HAVE_PTHREADS < 6
1673         pthread_create(&t, pthread_attr_default, task, NULL);
1674 #else
1675         pthread_create(&t, NULL, task, NULL);
1676 #endif
1677
1678         /* make sure task runs first */
1679 #if HAVE_THR_YIELD
1680         thr_yield();
1681 #elif defined( HAVE_SCHED_YIELD )
1682         sched_yield();
1683 #elif defined( HAVE_PTHREAD_YIELD )
1684         pthread_yield();
1685 #endif
1686
1687         exit(2);
1688 }]])],[ol_cv_pthread_select_yields=no],[ol_cv_pthread_select_yields=yes],[ol_cv_pthread_select_yields=cross])])
1689
1690                                 if test $ol_cv_pthread_select_yields = cross ; then
1691                                         AC_MSG_ERROR([crossing compiling: use --with-yielding_select=yes|no|manual])
1692                                 fi
1693
1694                                 if test $ol_cv_pthread_select_yields = yes ; then
1695                                         ol_with_yielding_select=yes
1696                                 fi
1697                         fi
1698
1699                         dnl restore flags
1700                         CPPFLAGS="$save_CPPFLAGS"
1701                         LIBS="$save_LIBS"
1702                 else
1703                         AC_MSG_ERROR([could not locate usable POSIX Threads])
1704                 fi
1705         fi
1706
1707         if test $ol_with_threads = posix ; then
1708                 AC_MSG_ERROR([could not locate POSIX Threads])
1709         fi
1710         ;;
1711 esac
1712
1713 case $ol_with_threads in auto | yes | mach)
1714
1715         dnl check for Mach CThreads
1716         AC_CHECK_HEADERS(mach/cthreads.h cthreads.h)
1717         if test $ac_cv_header_mach_cthreads_h = yes ; then
1718                 ol_with_threads=found
1719
1720                 dnl check for cthreads support in current $LIBS
1721                 AC_CHECK_FUNC(cthread_fork,[ol_link_threads=yes])
1722
1723                 if test $ol_link_threads = no ; then
1724                         dnl try -all_load
1725                         dnl this test needs work
1726                         AC_CACHE_CHECK([for cthread_fork with -all_load],
1727                                 [ol_cv_cthread_all_load], [
1728                                 dnl save the flags
1729                                 save_LIBS="$LIBS"
1730                                 LIBS="-all_load $LIBS"
1731                                 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <mach/cthreads.h>]], [[
1732                                         cthread_fork((void *)0, (void *)0);
1733                                         ]])],[ol_cv_cthread_all_load=yes],[ol_cv_cthread_all_load=no])
1734                                 dnl restore the LIBS
1735                                 LIBS="$save_LIBS"
1736                         ])
1737
1738                         if test $ol_cv_cthread_all_load = yes ; then
1739                                 LTHREAD_LIBS="$LTHREAD_LIBS -all_load"
1740                                 ol_link_threads=mach
1741                                 ol_with_threads=found
1742                         fi
1743                 fi
1744
1745         elif test $ac_cv_header_cthreads_h = yes ; then
1746                 dnl Hurd variant of Mach Cthreads
1747                 dnl uses <cthreads.h> and -lthreads
1748
1749                 ol_with_threads=found
1750  
1751                 dnl save the flags
1752                 save_LIBS="$LIBS"
1753                 LIBS="$LIBS -lthreads"
1754                 AC_CHECK_FUNC(cthread_fork,[ol_link_threads=yes])
1755                 LIBS="$save_LIBS"
1756
1757                 if test $ol_link_threads = yes ; then
1758                         LTHREAD_LIBS="-lthreads"
1759                         ol_link_threads=mach
1760                         ol_with_threads=found
1761                 else
1762                         AC_MSG_ERROR([could not link with Mach CThreads])
1763                 fi
1764
1765         elif test $ol_with_threads = mach ; then
1766                 AC_MSG_ERROR([could not locate Mach CThreads])
1767         fi
1768
1769         if test $ol_link_threads = mach ; then
1770                 AC_DEFINE(HAVE_MACH_CTHREADS,1,
1771                         [define if you have Mach Cthreads])
1772         elif test $ol_with_threads = found ; then
1773                 AC_MSG_ERROR([could not link with Mach CThreads])
1774         fi
1775         ;;
1776 esac
1777
1778 case $ol_with_threads in auto | yes | pth)
1779
1780         AC_CHECK_HEADERS(pth.h)
1781
1782         if test $ac_cv_header_pth_h = yes ; then
1783                 AC_CHECK_LIB(pth, pth_version, [have_pth=yes], [have_pth=no])
1784
1785                 if test $have_pth = yes ; then
1786                         AC_DEFINE(HAVE_GNU_PTH,1,[if you have GNU Pth])
1787                         LTHREAD_LIBS="$LTHREAD_LIBS -lpth"
1788                         ol_link_threads=pth
1789                         ol_with_threads=found
1790
1791                         if test $ol_with_yielding_select = auto ; then
1792                                 ol_with_yielding_select=yes
1793                         fi
1794                 fi
1795         fi
1796         ;;
1797 esac
1798
1799 case $ol_with_threads in auto | yes | lwp)
1800
1801         dnl check for SunOS5 LWP
1802         AC_CHECK_HEADERS(thread.h synch.h)
1803         if test $ac_cv_header_thread_h = yes &&
1804            test $ac_cv_header_synch_h = yes ; then
1805                 AC_CHECK_LIB(thread, thr_create, [have_thr=yes], [have_thr=no])
1806
1807                 if test $have_thr = yes ; then
1808                         AC_DEFINE(HAVE_THR,1,
1809                                 [if you have Solaris LWP (thr) package])
1810                         LTHREAD_LIBS="$LTHREAD_LIBS -lthread"
1811                         ol_link_threads=thr
1812
1813                         if test $ol_with_yielding_select = auto ; then
1814                                 ol_with_yielding_select=yes
1815                         fi
1816
1817                         dnl Check for setconcurreny functions
1818                         AC_CHECK_FUNCS( \
1819                                 thr_setconcurrency \
1820                                 thr_getconcurrency \
1821                         )
1822                 fi
1823         fi
1824
1825         dnl check for SunOS4 LWP
1826         AC_CHECK_HEADERS(lwp/lwp.h)
1827         if test $ac_cv_header_lwp_lwp_h = yes ; then
1828                 AC_CHECK_LIB(lwp, lwp_create, [have_lwp=yes], [have_lwp=no])
1829
1830                 if test $have_lwp = yes ; then
1831                         AC_DEFINE(HAVE_LWP,1,
1832                                 [if you have SunOS LWP package])
1833                         LTHREAD_LIBS="$LTHREAD_LIBS -llwp"
1834                         ol_link_threads=lwp
1835
1836                         if test $ol_with_yielding_select = auto ; then
1837                                 ol_with_yielding_select=no
1838                         fi
1839                 fi
1840         fi
1841         ;;
1842 esac
1843
1844 if test $ol_with_yielding_select = yes ; then
1845         AC_DEFINE(HAVE_YIELDING_SELECT,1,
1846                 [define if select implicitly yields])
1847 fi
1848
1849 if test $ol_with_threads = manual ; then
1850         dnl User thinks he can manually configure threads.
1851         ol_link_threads=yes
1852
1853         AC_MSG_WARN([thread defines and link options must be set manually])
1854
1855         AC_CHECK_HEADERS(pthread.h sched.h)
1856         AC_CHECK_FUNCS(sched_yield pthread_yield)
1857         OL_HEADER_LINUX_THREADS
1858
1859         AC_CHECK_HEADERS(mach/cthreads.h)
1860         AC_CHECK_HEADERS(lwp/lwp.h)
1861         AC_CHECK_HEADERS(thread.h synch.h)
1862 fi
1863
1864 if test $ol_link_threads != no && test $ol_link_threads != nt ; then
1865         dnl needed to get reentrant/threadsafe versions
1866         dnl
1867         AC_DEFINE(REENTRANT,1)
1868         AC_DEFINE(_REENTRANT,1)
1869         AC_DEFINE(THREAD_SAFE,1)
1870         AC_DEFINE(_THREAD_SAFE,1)
1871         AC_DEFINE(THREADSAFE,1)
1872         AC_DEFINE(_THREADSAFE,1)
1873         AC_DEFINE(_SGI_MP_SOURCE,1)
1874
1875         dnl The errno declaration may dependent upon _REENTRANT.
1876         dnl If it does, we must link with thread support.
1877         AC_CACHE_CHECK([for thread specific errno],
1878                 [ol_cv_errno_thread_specific], [
1879                 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <errno.h>]], [[errno = 0;]])],[ol_cv_errno_thread_specific=yes],[ol_cv_errno_thread_specific=no])
1880         ])
1881
1882         dnl The h_errno declaration may dependent upon _REENTRANT.
1883         dnl If it does, we must link with thread support.
1884         AC_CACHE_CHECK([for thread specific h_errno],
1885                 [ol_cv_h_errno_thread_specific], [
1886                 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])
1887         ])
1888
1889         if test $ol_cv_errno_thread_specific != yes ||
1890            test $ol_cv_h_errno_thread_specific != yes ; then
1891                 LIBS="$LTHREAD_LIBS $LIBS"
1892                 LTHREAD_LIBS=""
1893         fi
1894
1895 dnl When in thread environment, use 
1896 dnl             #if defined( HAVE_REENTRANT_FUNCTIONS ) || defined( HAVE_FUNC_R )
1897 dnl                     func_r(...);
1898 dnl             #else
1899 dnl             #       if defined( HAVE_THREADS ) 
1900 dnl                             /* lock */
1901 dnl             #       endif
1902 dnl                             func(...);
1903 dnl             #       if defined( HAVE_THREADS ) 
1904 dnl                             /* unlock */
1905 dnl             #       endif
1906 dnl             #endif
1907 dnl
1908 dnl HAVE_REENTRANT_FUNCTIONS is derived from:
1909 dnl             _POSIX_REENTRANT_FUNCTIONS
1910 dnl             _POSIX_THREAD_SAFE_FUNCTIONS
1911 dnl             _POSIX_THREADSAFE_FUNCTIONS
1912 dnl
1913 dnl             and is currently defined in <ldap_pvt_thread.h>
1914 dnl
1915 dnl HAVE_THREADS is defined by <ldap_pvt_thread.h> iff -UNO_THREADS
1916 dnl 
1917 dnl libldap/*.c should only include <ldap_pvt_thread.h> iff
1918 dnl LDAP_R_COMPILE is defined.  ie:
1919 dnl             #ifdef LDAP_R_COMPILE
1920 dnl             #       include <ldap_pvt_thread.h>
1921 dnl             #endif
1922 dnl
1923 dnl LDAP_R_COMPILE is defined by libldap_r/Makefile.in
1924 dnl specifically for compiling the threadsafe version of
1925 dnl     the ldap library (-lldap_r).
1926 dnl             
1927 dnl     dnl check for reentrant/threadsafe functions
1928 dnl     dnl
1929 dnl     dnl note: these should only be used when linking
1930 dnl     dnl             with $LTHREAD_LIBS
1931 dnl     dnl
1932 dnl     save_CPPFLAGS="$CPPFLAGS"
1933 dnl     save_LIBS="$LIBS"
1934 dnl     LIBS="$LTHREAD_LIBS $LIBS"
1935 dnl     AC_CHECK_FUNCS( \
1936 dnl             gmtime_r \
1937 dnl             gethostbyaddr_r gethostbyname_r \
1938 dnl             feof_unlocked unlocked_feof \
1939 dnl             putc_unlocked unlocked_putc \
1940 dnl             flockfile ftrylockfile \
1941 dnl     )
1942 dnl     CPPFLAGS="$save_CPPFLAGS"
1943 dnl     LIBS="$save_LIBS"
1944 fi  
1945
1946 if test $ol_link_threads = no ; then
1947         if test $ol_with_threads = yes ; then
1948                 AC_MSG_ERROR([no suitable thread support])
1949         fi
1950
1951         if test $ol_with_threads = auto ; then
1952                 AC_MSG_WARN([no suitable thread support, disabling threads])
1953                 ol_with_threads=no
1954         fi
1955
1956         AC_DEFINE(NO_THREADS,1,
1957                 [define if you have (or want) no threads])
1958         LTHREAD_LIBS=""
1959         BUILD_THREAD=no
1960 else
1961         BUILD_THREAD=yes
1962 fi
1963
1964 if test $ol_link_threads != no ; then
1965         AC_DEFINE(LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE,1,
1966                 [define to 1 if library is thread safe])
1967 fi
1968
1969 dnl ----------------------------------------------------------------
1970 dnl Tests for reentrant functions necessary to build -lldap_r
1971 AC_CHECK_FUNCS(         \
1972         ctime_r                 \
1973         gethostbyname_r gethostbyaddr_r \
1974 )
1975
1976 if test "$ac_cv_func_ctime_r" = no ; then
1977         ol_cv_func_ctime_r_nargs=0
1978 else
1979         OL_FUNC_CTIME_R_NARGS
1980 dnl     OL_FUNC_CTIME_R_TYPE
1981 fi
1982
1983 if test "$ac_cv_func_gethostbyname_r" = yes ; then
1984         OL_FUNC_GETHOSTBYNAME_R_NARGS
1985 else
1986         ol_cv_func_gethostbyname_r_nargs=0
1987 fi
1988  
1989 if test "$ac_cv_func_gethostbyaddr_r" = yes ; then
1990         OL_FUNC_GETHOSTBYADDR_R_NARGS
1991 else
1992         ol_cv_func_gethostbyaddr_r_nargs=0
1993 fi
1994
1995 dnl ----------------------------------------------------------------
1996 ol_link_ldbm=no 
1997
1998 case $ol_enable_ldbm_api in auto | berkeley | bcompat)
1999
2000         if test $ol_enable_ldbm_api = bcompat; then \
2001                 OL_BERKELEY_COMPAT_DB
2002         else
2003                 OL_BERKELEY_DB
2004         fi
2005
2006         if test $ol_cv_berkeley_db != no ; then
2007                 AC_DEFINE(HAVE_BERKELEY_DB,1,
2008                         [define this if Berkeley DB is available])
2009
2010                 ol_link_ldbm=berkeley
2011                 ol_enable_ldbm_api=berkeley
2012
2013                 if test $ol_enable_ldbm_type = hash ; then
2014                         AC_DEFINE(LDBM_USE_DBHASH,1,
2015                                 [define this to use DBHASH w/ LDBM backend])
2016                 else
2017                         AC_DEFINE(LDBM_USE_DBBTREE,1,
2018                                 [define this to use DBBTREE w/ LDBM backend])
2019                 fi
2020
2021                 dnl $ol_cv_lib_db should be yes or -ldb
2022                 dnl (it could be no, but that would be an error
2023                 if test $ol_cv_lib_db != yes ; then
2024                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_db"
2025                 fi
2026         fi
2027         ;;
2028 esac
2029
2030 if test $ol_enable_bdb/$ol_enable_hdb != no/no; then
2031         if test $ol_link_ldbm != berkeley ; then
2032                 AC_MSG_ERROR(BDB/HDB: BerkeleyDB not available)
2033         else
2034                 OL_BDB_COMPAT
2035
2036                 if test $ol_cv_bdb_compat != yes ; then
2037                         AC_MSG_ERROR([BDB/HDB: BerkeleyDB version incompatible])
2038                 fi
2039         fi
2040 fi
2041
2042 if test $ol_link_ldbm = no && test $ol_enable_ldbm_type = btree ; then
2043         AC_MSG_WARN([Could not find LDBM with BTREE support])
2044         ol_enable_ldbm_api=none
2045 fi
2046
2047 if test $ol_enable_ldbm_api = auto || test $ol_enable_ldbm_api = mdbm ; then
2048         OL_MDBM
2049
2050         if test $ol_cv_mdbm = yes ; then
2051                 ol_link_ldbm=mdbm
2052                 ol_enable_ldbm_api=mdbm
2053                 if test $ol_cv_lib_mdbm != yes ; then
2054                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_mdbm"
2055                 fi
2056         fi
2057 fi
2058
2059 if test $ol_enable_ldbm_api = auto || test $ol_enable_ldbm_api = gdbm ; then
2060         OL_GDBM
2061
2062         if test $ol_cv_gdbm = yes ; then
2063                 ol_link_ldbm=gdbm
2064                 ol_enable_ldbm_api=gdbm
2065
2066                 if test $ol_cv_lib_gdbm != yes ; then
2067                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_gdbm"
2068                 fi
2069         fi
2070 fi
2071
2072 if test $ol_enable_ldbm_api = ndbm ; then
2073         OL_NDBM
2074
2075         if test $ol_cv_ndbm = yes ; then
2076                 ol_link_ldbm=ndbm
2077                 ol_enable_ldbm_api=ndbm
2078
2079                 if test $ol_cv_lib_ndbm != yes ; then
2080                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_ndbm"
2081                 fi
2082         fi
2083 fi
2084
2085 if test $ol_link_ldbm = no && test $ol_enable_ldbm != no ; then
2086         AC_MSG_ERROR([could not find suitable LDBM backend])
2087 fi
2088
2089 if test $ol_enable_bdb = yes ||
2090    test $ol_enable_hdb = yes ||
2091    test $ol_enable_ldbm = yes ; then
2092         SLAPD_LIBS="$SLAPD_LIBS \$(LDBM_LIBS)"
2093 fi
2094
2095 dnl ----------------------------------------------------------------
2096
2097 if test $ol_enable_dynamic = yes && test $enable_shared = yes ; then
2098         BUILD_LIBS_DYNAMIC=shared
2099         AC_DEFINE(LDAP_LIBS_DYNAMIC, 1, [define if LDAP libs are dynamic])
2100         LTSTATIC=""
2101 else
2102         BUILD_LIBS_DYNAMIC=static
2103         LTSTATIC="-static"
2104 fi
2105 AC_SUBST(LTSTATIC)dnl
2106
2107 dnl ----------------------------------------------------------------
2108 if test $ol_enable_wrappers != no ; then
2109         AC_CHECK_HEADERS(tcpd.h,[
2110                 AC_MSG_CHECKING([for TCP wrappers library])
2111                 save_LIBS="$LIBS"
2112                 LIBS="$LIBS -lwrap"
2113                 AC_LINK_IFELSE([AC_LANG_PROGRAM([[
2114 #include <tcpd.h>
2115 int allow_severity = 0;
2116 int deny_severity  = 0;
2117
2118 struct request_info *req;
2119                 ]], [[
2120 hosts_access(req)
2121                 ]])],[AC_MSG_RESULT([-lwrap])
2122                 have_wrappers=yes
2123                 LIBS="$save_LIBS"],[
2124                 dnl try with -lnsl
2125                 LIBS="$LIBS -lnsl"
2126                 AC_TRY_LINK([
2127 #include <tcpd.h>
2128 int allow_severity = 0;
2129 int deny_severity  = 0;
2130
2131 struct request_info *req;
2132                 ],[
2133 hosts_access(req)
2134                 ],[AC_MSG_RESULT([-lwrap -lnsl])
2135                 have_wrappers=yes
2136                 LIBS="$save_LIBS -lnsl"],[
2137                 AC_MSG_RESULT(no)
2138                 have_wrappers=no
2139                 LIBS=$save_LIBS])])],[have_wrappers=no])
2140
2141         if test $have_wrappers = yes ; then
2142                 AC_DEFINE(HAVE_TCPD,1, [define if you have -lwrap])
2143                 WRAP_LIBS="-lwrap"
2144         elif test $ol_enable_wrappers = yes ; then
2145                 AC_MSG_ERROR([could not find TCP wrappers, select apppropriate options or disable])
2146         else
2147                 AC_MSG_WARN([could not find TCP wrappers, support disabled])
2148                 WRAP_LIBS=""
2149         fi
2150 fi
2151
2152 dnl ----------------------------------------------------------------
2153 if test $ol_enable_syslog != no ; then
2154         AC_CHECK_FUNC(openlog)
2155         if test $ac_cv_func_openlog = no && test $ol_enable_syslog = yes; then
2156                 AC_MSG_ERROR(could not find syslog, select appropriate options or disable)
2157         fi
2158         ol_enable_syslog=$ac_cv_func_openlog
2159 fi
2160
2161 dnl ----------------------------------------------------------------
2162 dnl SQL
2163 ol_link_sql=no
2164 if test $ol_enable_sql != no ; then
2165         AC_CHECK_HEADERS(sql.h sqlext.h,[],[
2166                 AC_MSG_ERROR([could not locate SQL headers])
2167         ])
2168
2169         sql_LIBS="$LIBS"
2170         LIBS="$LTHREAD_LIBS"
2171
2172         AC_CHECK_LIB(iodbc,SQLDriverConnect,[have_iodbc=yes],[have_iodbc=no])
2173         if test $have_iodbc = yes ; then
2174                 ol_link_sql="-liodbc"
2175         else
2176                 AC_CHECK_LIB(odbc,SQLDriverConnect,[have_odbc=yes],[have_odbc=no])
2177                 if test $have_odbc = yes ; then
2178                         ol_link_sql="-lodbc"
2179                 fi
2180         fi
2181
2182         LIBS="$sql_LIBS"
2183
2184         if test $ol_link_sql != no ; then
2185                 SLAPD_SQL_LIBS="$ol_link_sql"
2186
2187         elif test $ol_enable_sql != auto ; then
2188                 AC_MSG_ERROR([could not locate suitable ODBC library])
2189         fi
2190 fi
2191
2192 dnl ----------------------------------------------------------------
2193 dnl
2194 dnl Check for Cyrus SASL
2195 dnl
2196 WITH_SASL=no
2197 ol_link_sasl=no
2198 ol_link_spasswd=no
2199 if test $ol_with_cyrus_sasl != no ; then
2200         AC_CHECK_HEADERS(sasl/sasl.h sasl.h)
2201
2202         if test $ac_cv_header_sasl_sasl_h = yes ||
2203            test $ac_cv_header_sasl_h = yes; then
2204                 AC_CHECK_LIB(sasl2, sasl_client_init,
2205                         [ol_link_sasl="-lsasl2"],
2206                         [AC_CHECK_LIB(sasl, sasl_client_init,
2207                                 [ol_link_sasl="-lsasl"])])
2208         fi
2209
2210         if test $ol_link_sasl = no ; then
2211                 if test $ol_with_cyrus_sasl != auto ; then
2212                         AC_MSG_ERROR([Could not locate Cyrus SASL])
2213                 else
2214                         AC_MSG_WARN([Could not locate Cyrus SASL])
2215                         AC_MSG_WARN([SASL authentication not supported!])
2216                         if test $ol_link_tls = no ; then
2217                                 AC_MSG_WARN([Strong authentication not supported!])
2218                         fi
2219                 fi
2220         else
2221                 OL_SASL_COMPAT
2222                 if test $ol_cv_sasl_compat = no ; then
2223                         ol_link_sasl=no
2224                         AC_MSG_ERROR([Cyrus SASL library located but is incompatible])
2225                 fi
2226
2227                 AC_DEFINE(HAVE_CYRUS_SASL,1,[define if you have Cyrus SASL])
2228                 SASL_LIBS="$ol_link_sasl"
2229                 if test $ol_enable_spasswd != no ; then
2230                         ol_link_spasswd=yes
2231                 fi
2232
2233                 ac_save_LIBS="$LIBS"
2234                 LIBS="$LIBS $ol_link_sasl"
2235                 AC_CHECK_FUNC(sasl_version, [AC_DEFINE(HAVE_SASL_VERSION,1,
2236                         [define if your SASL library has sasl_version()])])
2237                 LIBS="$ac_save_LIBS"
2238
2239                 WITH_SASL=yes
2240         fi
2241
2242 else
2243         AC_MSG_WARN([SASL authentication not supported!])
2244         if test $ol_link_tls = no ; then
2245                 AC_MSG_WARN([Strong authentication not supported!])
2246         fi
2247 fi
2248
2249 dnl ----------------------------------------------------------------
2250 dnl Check for entropy sources
2251 if test $cross_compiling != yes && test "$ac_cv_mingw32" != yes ; then
2252         dev=no
2253         if test -r /dev/urandom ; then
2254                 dev="/dev/urandom";
2255         elif test -r /idev/urandom ; then
2256                 dev="/idev/urandom";
2257         elif test -r /dev/srandom ; then
2258                 dev="/dev/srandom";
2259         elif test -r /dev/random ; then
2260                 dev="/dev/random";
2261         elif test -r /idev/random ; then
2262                 dev="/idev/random";
2263         fi
2264
2265         if test $dev != no ; then
2266                 AC_DEFINE_UNQUOTED(URANDOM_DEVICE,"$dev",[set to urandom device])
2267         fi
2268 fi
2269
2270 dnl ----------------------------------------------------------------
2271 dnl
2272 dnl Check for fetch URL support
2273 dnl             should be extended to support other fetch URL APIs
2274 dnl
2275 ol_link_fetch=no
2276 if test $ol_with_fetch != no ; then
2277         OL_LIB_FETCH
2278
2279         if test $ol_cv_lib_fetch != no ; then
2280                 LUTIL_LIBS="$LUTIL_LIBS $ol_link_fetch"
2281                 ol_link_fetch=freebsd
2282
2283         elif test $ol_with_fetch != auto ; then
2284                 AC_MSG_ERROR(no suitable API for --with-fetch=$ol_with_fetch)
2285         fi 
2286 fi
2287
2288 dnl ----------------------------------------------------------------
2289 dnl FreeBSD (and others) have crypt(3) in -lcrypt
2290 if test $ol_enable_crypt != no ; then
2291         save_LIBS="$LIBS"
2292         LIBS="$TLS_LIBS $LIBS"
2293
2294         AC_CHECK_FUNC(crypt, [have_crypt=yes], [
2295                 LIBS="$save_LIBS"
2296                 AC_CHECK_LIB(crypt, crypt, [LUTIL_LIBS="$LUTIL_LIBS -lcrypt"
2297                         have_crypt=yes], [have_crypt=no])])
2298
2299         LIBS="$save_LIBS"
2300
2301         if test $have_crypt = yes ; then
2302                 AC_DEFINE(HAVE_CRYPT,1, [define if crypt(3) is available])
2303         else
2304                 AC_MSG_WARN([could not find crypt])
2305                 if test $ol_enable_crypt = yes ; then
2306                         AC_MSG_ERROR([could not find crypt, select appropriate options or disable])
2307                 fi
2308
2309                 AC_MSG_WARN([disabling crypt support])
2310                 ol_enable_crypt=no
2311         fi
2312 fi
2313
2314 dnl ----------------------------------------------------------------
2315 dnl FreeBSD (and others) have setproctitle(3) in -lutil
2316 if test $ol_enable_proctitle != no ; then
2317         AC_CHECK_FUNC(setproctitle,     [have_setproctitle=yes], [
2318                 AC_CHECK_LIB(util, setproctitle,
2319                         [have_setproctitle=yes
2320                         LUTIL_LIBS="$LUTIL_LIBS -lutil"],
2321                         [have_setproctitle=no
2322                         AC_LIBOBJ(setproctitle)
2323                         LIBSRCS="$LIBSRCS setproctitle.c"])])
2324
2325         if test $have_setproctitle = yes ; then
2326                 AC_DEFINE(HAVE_SETPROCTITLE,1,
2327                         [define if setproctitle(3) is available])
2328         fi
2329 fi
2330
2331 dnl ----------------------------------------------------------------
2332 if test $ol_enable_slp != no ; then
2333         AC_CHECK_HEADERS( slp.h )
2334
2335         if test $ac_cv_header_slp_h = yes ; then
2336                 AC_CHECK_LIB(slp, SLPOpen, [have_slp=yes], [have_slp=no])
2337                 if test $have_slp = yes ; then
2338                         AC_DEFINE(HAVE_SLP, 1, [define if you have -lslp])
2339                         SLAPD_SLP_LIBS=-lslp
2340                 fi
2341
2342         elif test $ol_enable_slp = yes ; then
2343                 AC_MSG_ERROR([SLP not found])
2344         fi
2345 fi
2346
2347 dnl ----------------------------------------------------------------
2348 dnl Checks for typedefs, structures, and compiler characteristics.
2349
2350 AC_CHECK_TYPE(mode_t, int)
2351 AC_CHECK_TYPE(off_t, long)
2352 AC_CHECK_TYPE(pid_t, int)
2353 AC_CHECK_TYPE(ssize_t, [signed int])
2354 AC_CHECK_TYPE(caddr_t,  [char *])
2355 AC_CHECK_TYPE(size_t, unsigned)
2356
2357 AC_CHECK_TYPES([long long])
2358 AC_CHECK_TYPES([ptrdiff_t])
2359
2360 AC_CHECK_TYPE([socklen_t],,
2361         [AC_DEFINE_UNQUOTED([socklen_t], [int],
2362                 [Define to `int' if <sys/socket.h> does not define.])],
2363         [$ac_includes_default
2364 #ifdef HAVE_SYS_SOCKET_H
2365 #include <sys/socket.h>
2366 #endif
2367         ])
2368
2369 AC_TYPE_SIGNAL
2370
2371 AC_CHECK_TYPE([sig_atomic_t],,
2372         [AC_DEFINE_UNQUOTED([sig_atomic_t], [int],
2373                 [Define to `int' if <signal.h> does not define.])],
2374         [$ac_includes_default
2375 #include <signal.h>
2376         ])
2377
2378 AC_TYPE_UID_T
2379
2380 AC_HEADER_TIME
2381 AC_STRUCT_TM
2382 AC_CHECK_MEMBERS([struct stat.st_blksize])
2383 AC_CHECK_MEMBERS([struct passwd.pw_gecos],,,[$ac_includes_default
2384 #include <pwd.h>])
2385 AC_CHECK_MEMBERS([struct passwd.pw_passwd],,,[$ac_includes_default
2386 #include <pwd.h>])
2387
2388 OL_C_UPPER_LOWER
2389 AC_C_CONST
2390 OL_C_VOLATILE
2391
2392 if test $cross_compiling = yes ; then
2393         AC_MSG_WARN([Crossing compiling... all bets are off!])
2394         AC_DEFINE(CROSS_COMPILING, 1, [define if cross compiling])
2395 else
2396         AC_C_BIGENDIAN
2397 fi
2398
2399 AC_CHECK_SIZEOF(short) 
2400 AC_CHECK_SIZEOF(int) 
2401 AC_CHECK_SIZEOF(long)
2402 AC_CHECK_SIZEOF(long long)
2403 AC_CHECK_SIZEOF(wchar_t)
2404
2405 if test "$ac_cv_sizeof_int" -lt 4 ; then
2406         AC_MSG_WARN([OpenLDAP requires 'int' to be 32 bits or greater.])
2407
2408         AC_DEFINE(LBER_INT_T,long,[define to 32-bit or greater integer type])
2409 else
2410         AC_DEFINE(LBER_INT_T,int,[define to 32-bit or greater integer type])
2411 fi
2412
2413 AC_DEFINE(LBER_LEN_T,long,[define to large integer type])
2414 AC_DEFINE(LBER_SOCKET_T,int,[define to socket descriptor type])
2415 AC_DEFINE(LBER_TAG_T,long,[define to large integer type])
2416
2417 dnl ----------------------------------------------------------------
2418 dnl Check for multiple precision support
2419 if test $ol_with_mp = longlong || test $ol_with_mp = auto ; then
2420         if test $ac_cv_sizeof_long_long -gt 4 ; then
2421                 ol_with_mp=longlong
2422                 AC_DEFINE(USE_MP_LONG_LONG,1,[define to use 'long long' for MP])
2423         elif test $ol_with_mp = longlong ; then
2424                 AC_MSG_ERROR([long long unusable for multiple precision])
2425         fi
2426 fi
2427 if test $ol_with_mp = long || test $ol_with_mp = auto ; then
2428         if test $ac_cv_sizeof_long -gt 4 ; then
2429                 ol_with_mp=long
2430                 AC_DEFINE(USE_MP_LONG,1,[define to use 'long' for MP])
2431         elif test $ol_with_mp = long ; then
2432                 AC_MSG_ERROR([long unusable for multiple precision])
2433         fi
2434 fi
2435 if test $ol_with_mp = bignum || test $ol_with_mp = auto ; then
2436         AC_CHECK_HEADERS(openssl/bn.h)
2437         AC_CHECK_HEADERS(openssl/crypto.h)
2438         if test "$ac_cv_header_openssl_bn_h" = "yes" &&
2439                 test "$ac_cv_header_openssl_crypto_h" = "yes" &&
2440                 test "$ol_with_tls" = "found" ; then
2441                 ol_with_mp=bignum
2442                 AC_DEFINE(USE_MP_BIGNUM,1,[define to use OpenSSL BIGNUM for MP])
2443         elif test $ol_with_mp = bignum ; then
2444                 AC_MSG_ERROR([bignum not available])
2445         fi
2446 fi
2447 if test $ol_with_mp = gmp || test $ol_with_mp = auto ; then
2448         AC_CHECK_HEADERS(gmp.h)
2449         AC_CHECK_LIB(gmp, __gmpz_add_ui)
2450         if test $ac_cv_header_gmp_h = yes && test $ac_cv_lib_gmp___gmpz_add_ui = yes ; then
2451                 AC_DEFINE(USE_MP_GMP,1,[define to use GMP for MP])
2452                 ol_with_mp=gmp
2453         elif test $ol_with_mp = gmp ; then
2454                 AC_MSG_ERROR([gmp not available])
2455         fi
2456 fi
2457 if test $ol_with_mp = auto ; then
2458         ol_with_mp=no
2459 fi
2460
2461 dnl ----------------------------------------------------------------
2462 dnl Checks for library functions.
2463 AC_FUNC_MEMCMP
2464
2465 if test $ac_cv_func_memcmp_working = no ; then
2466         AC_DEFINE(NEED_MEMCMP_REPLACEMENT,1,
2467                 [define if memcmp is not 8-bit clean or is otherwise broken])
2468 fi
2469
2470 AC_FUNC_STRFTIME
2471
2472 OL_FUNC_INET_ATON
2473
2474 dnl Check for NT specific routines
2475 AC_CHECK_FUNC(_spawnlp, AC_DEFINE(HAVE_SPAWNLP,1,[if you have spawnlp()]))
2476
2477 AC_CHECK_FUNC(_snprintf, [ac_cv_func_snprintf=yes
2478         AC_DEFINE(snprintf, _snprintf, [define to snprintf routine])
2479 ])
2480
2481 AC_CHECK_FUNC(_vsnprintf, [ac_cv_func_vsnprintf=yes
2482         AC_DEFINE(vsnprintf, _vsnprintf, [define to vsnprintf routine])
2483 ])
2484
2485 AC_FUNC_VPRINTF
2486
2487 if test $ac_cv_func_vprintf = yes ; then
2488         dnl check for vsnprintf
2489         AC_CHECK_FUNCS(snprintf vsnprintf)
2490 fi
2491
2492 AC_CHECK_FUNCS(         \
2493         bcopy                   \
2494         closesocket             \
2495         chroot                  \
2496         endgrent                \
2497         endpwent                \
2498         fcntl                   \
2499         flock                   \
2500         fstat                   \
2501         getdtablesize   \
2502         getgrgid                \
2503         gethostname             \
2504         getpass                 \
2505         getpassphrase   \
2506         getpwuid                \
2507         getpwnam                \
2508         getspnam                \
2509         gettimeofday    \
2510         initgroups              \
2511         inet_ntoa_b             \
2512         lockf                   \
2513         memcpy                  \
2514         memmove                 \
2515         memrchr                 \
2516         mkstemp                 \
2517         mktemp                  \
2518         pipe                    \
2519         read                    \
2520         recv                    \
2521         recvfrom                \
2522         setpwfile               \
2523         setgid                  \
2524         setegid                 \
2525         setsid                  \
2526         setuid                  \
2527         seteuid                 \
2528         signal                  \
2529         strdup                  \
2530         strpbrk                 \
2531         strrchr                 \
2532         strsep                  \
2533         strstr                  \
2534         strtol                  \
2535         strtoul                 \
2536         strtoq                  \
2537         strtouq                 \
2538         strtoll                 \
2539         strspn                  \
2540         sysconf                 \
2541         waitpid                 \
2542         wait4                   \
2543         write                   \
2544         send                    \
2545         sendmsg                 \
2546         sendto                  \
2547 )
2548
2549 dnl We actually may need to replace more than this.
2550 AC_REPLACE_FUNCS(getopt getpeereid)
2551
2552 if test "$ac_cv_func_getopt" != yes; then
2553         LIBSRCS="$LIBSRCS getopt.c"
2554 fi
2555 if test "$ac_cv_func_getpeereid" != yes; then
2556         AC_CHECK_MEMBERS([struct msghdr.msg_accrightslen],,,
2557                 [$ac_includes_default
2558 #ifdef HAVE_SYS_SOCKET_H
2559 #include <sys/socket.h>
2560 #endif])
2561         if test "$ac_cv_member_struct_msghdr_msg_accrightslen" != yes; then
2562                 AC_CHECK_MEMBERS([struct msghdr.msg_control],,,
2563                         [$ac_includes_default
2564 #ifdef HAVE_SYS_SOCKET_H
2565 #include <sys/socket.h>
2566 #endif])
2567         fi
2568         LIBSRCS="$LIBSRCS getpeereid.c"
2569 fi
2570 if test "$ac_cv_func_snprintf" != yes ||
2571    test "$ac_cv_func_vsnprintf" != yes; then
2572         if test "$ac_cv_func_snprintf" != yes; then
2573                 AC_DEFINE(snprintf, ber_pvt_snprintf, [define to snprintf routine])
2574         fi
2575         if test "$ac_cv_func_vsnprintf" != yes; then
2576                 AC_DEFINE(vsnprintf, ber_pvt_vsnprintf, [define to snprintf routine])
2577         fi
2578 fi
2579
2580 dnl ----------------------------------------------------------------
2581 dnl Sort out defines
2582
2583 if test "$ol_enable_slapi" != no ; then
2584         dnl This check is done also if --enable-modules is used;
2585         dnl it is duplicated here, 'cause it'd be cached anyway
2586         AC_CHECK_HEADERS(ltdl.h)
2587
2588         if test $ac_cv_header_ltdl_h != yes ; then
2589                 AC_MSG_ERROR([could not locate <ltdl.h>])
2590         fi
2591         AC_CHECK_LIB(ltdl, lt_dlinit, [
2592                 SLAPI_LIBS=-lltdl
2593                 LIBSLAPI=libslapi.a
2594                 LIBSLAPITOOLS=../libslapi.a
2595                 AC_DEFINE(HAVE_LIBLTDL,1,[define if you have libtool -ltdl])
2596         ],[AC_MSG_ERROR([could not locate libtool -lltdl])])
2597
2598         AC_DEFINE(LDAP_SLAPI,1, [define this to add SLAPI code])
2599 fi
2600
2601 if test "$ol_enable_debug" != no ; then
2602         AC_DEFINE(LDAP_DEBUG,1,
2603                 [define this to add debugging code])
2604 fi
2605 if test "$ol_enable_syslog" = yes ; then
2606         AC_DEFINE(LDAP_SYSLOG,1,
2607                 [define this to add syslog code])
2608 fi
2609 if test "$ol_link_kbind" != no ; then
2610         AC_DEFINE(LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND,LDAP_VENDOR_VERSION,
2611                 [define to LDAP VENDOR VERSION])
2612 fi
2613 if test "$ol_enable_proctitle" != no ; then
2614         AC_DEFINE(LDAP_PROCTITLE,1,
2615                 [define this for LDAP process title support])
2616 fi
2617 if test "$ol_enable_referrals" != no ; then
2618         AC_DEFINE(LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS,LDAP_VENDOR_VERSION,
2619                 [define to LDAP VENDOR VERSION])
2620 fi
2621 if test "$ol_enable_local" != no; then
2622         AC_DEFINE(LDAP_PF_LOCAL,1,[define to support PF_LOCAL])
2623 fi
2624 if test "$ol_link_ipv6" != no; then
2625         AC_DEFINE(LDAP_PF_INET6,1,[define to support PF_INET6])
2626 fi
2627 if test "$ol_enable_cleartext" != no ; then
2628         AC_DEFINE(SLAPD_CLEARTEXT,1,[define to support cleartext passwords])
2629 fi
2630 if test "$ol_enable_crypt" != no ; then
2631         AC_DEFINE(SLAPD_CRYPT,1,[define to support crypt(3) passwords])
2632 fi
2633 if test "$ol_link_spasswd" != no ; then
2634         AC_DEFINE(SLAPD_SPASSWD,1,[define to support SASL passwords])
2635 fi
2636 if test "$ol_enable_multimaster" != no ; then
2637         AC_DEFINE(SLAPD_MULTIMASTER,1,[define to support multimaster replication])
2638 fi
2639 if test "$ol_enable_rlookups" != no ; then
2640         AC_DEFINE(SLAPD_RLOOKUPS,1,[define to support reverse lookups])
2641 fi
2642 if test "$ol_enable_aci" != no ; then
2643         AC_DEFINE(SLAPD_ACI_ENABLED,1,[define to support per-object ACIs])
2644         WITH_ACI_ENABLED=yes
2645 else
2646         WITH_ACI_ENABLED=no
2647 fi
2648
2649 if test "$ol_link_modules" != no ; then
2650         AC_DEFINE(SLAPD_MODULES,1,[define to support modules])
2651         BUILD_SLAPD=yes
2652         SLAPD_MODULES_LDFLAGS="-dlopen self"
2653 fi
2654
2655 AC_DEFINE(SLAPD_MOD_STATIC,1,[statically linked module])
2656 AC_DEFINE(SLAPD_MOD_DYNAMIC,2,[dynamically linked module])
2657
2658 if test "$ol_enable_bdb" != no ; then
2659         BUILD_SLAPD=yes
2660         BUILD_BDB=$ol_enable_bdb
2661         if test "$ol_enable_bdb" = mod ; then
2662                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-bdb"
2663                 MFLAG=SLAPD_MOD_DYNAMIC
2664         else
2665                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-bdb"
2666                 MFLAG=SLAPD_MOD_STATIC
2667         fi
2668         AC_DEFINE_UNQUOTED(SLAPD_BDB,$MFLAG,[define to support BDB backend])
2669 fi
2670
2671 if test "$ol_enable_dnssrv" != no ; then
2672         BUILD_SLAPD=yes
2673         BUILD_DNSSRV=$ol_enable_dnssrv
2674         if test "$ol_enable_dnssrv" = mod ; then
2675                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-dnssrv"
2676                 MFLAG=SLAPD_MOD_DYNAMIC
2677         else
2678                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-dnssrv"
2679                 MFLAG=SLAPD_MOD_STATIC
2680         fi
2681         AC_DEFINE_UNQUOTED(SLAPD_DNSSRV,$MFLAG,[define to support DNS SRV backend])
2682 fi
2683
2684 if test "$ol_enable_hdb" != no ; then
2685         BUILD_SLAPD=yes
2686         BUILD_HDB=$ol_enable_hdb
2687         if test "$ol_enable_hdb" = mod ; then
2688                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-hdb"
2689                 MFLAG=SLAPD_MOD_DYNAMIC
2690         else
2691                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-hdb"
2692                 MFLAG=SLAPD_MOD_STATIC
2693         fi
2694         AC_DEFINE_UNQUOTED(SLAPD_HDB,$MFLAG,[define to support HDB backend])
2695 fi
2696
2697 if test "$ol_enable_ldap" != no ; then
2698         BUILD_SLAPD=yes
2699         BUILD_LDAP=$ol_enable_ldap
2700         if test "$ol_enable_ldap" = mod ; then
2701                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-ldap"
2702                 MFLAG=SLAPD_MOD_DYNAMIC
2703         else
2704                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-ldap"
2705                 MFLAG=SLAPD_MOD_STATIC
2706         fi
2707         AC_DEFINE_UNQUOTED(SLAPD_LDAP,$MFLAG,[define to support LDAP backend])
2708 fi
2709
2710 if test "$ol_link_ldbm" != no && test $ol_enable_ldbm != no; then
2711         BUILD_SLAPD=yes
2712         BUILD_LDBM=$ol_enable_ldbm
2713         if test "$ol_enable_ldbm" = mod ; then
2714                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-ldbm"
2715                 MFLAG=SLAPD_MOD_DYNAMIC
2716         else
2717                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-ldbm"
2718                 MFLAG=SLAPD_MOD_STATIC
2719         fi
2720         AC_DEFINE_UNQUOTED(SLAPD_LDBM,$MFLAG,[define to support LDBM backend])
2721 fi
2722
2723 if test "$ol_enable_meta" != no ; then
2724         BUILD_SLAPD=yes
2725         BUILD_META=$ol_enable_meta
2726         BUILD_REWRITE=yes
2727         if test "$ol_enable_meta" = mod ; then
2728                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-meta"
2729                 MFLAG=SLAPD_MOD_DYNAMIC
2730         else
2731                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-meta"
2732                 MFLAG=SLAPD_MOD_STATIC
2733         fi
2734         AC_DEFINE_UNQUOTED(SLAPD_META,$MFLAG,[define to support LDAP Metadirectory backend])
2735 fi
2736
2737 if test "$ol_enable_monitor" != no ; then
2738         BUILD_SLAPD=yes
2739         BUILD_MONITOR=$ol_enable_monitor
2740         if test "$ol_enable_monitor" = mod ; then
2741                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-monitor"
2742                 MFLAG=SLAPD_MOD_DYNAMIC
2743         else
2744                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-monitor"
2745                 MFLAG=SLAPD_MOD_STATIC
2746         fi
2747         AC_DEFINE_UNQUOTED(SLAPD_MONITOR,$MFLAG,[define to support cn=Monitor backend])
2748 fi
2749
2750 if test "$ol_enable_null" != no ; then
2751         BUILD_SLAPD=yes
2752         BUILD_NULL=$ol_enable_null
2753         if test "$ol_enable_null" = mod ; then
2754                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-null"
2755                 MFLAG=SLAPD_MOD_DYNAMIC
2756         else
2757                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-null"
2758                 MFLAG=SLAPD_MOD_STATIC
2759         fi
2760         AC_DEFINE_UNQUOTED(SLAPD_NULL,$MFLAG,[define to support NULL backend])
2761 fi
2762
2763 if test "$ol_enable_passwd" != no ; then
2764         BUILD_SLAPD=yes
2765         BUILD_PASSWD=$ol_enable_passwd
2766         if test "$ol_enable_passwd" = mod ; then
2767                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-passwd"
2768                 MFLAG=SLAPD_MOD_DYNAMIC
2769         else
2770                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-passwd"
2771                 MFLAG=SLAPD_MOD_STATIC
2772         fi
2773         AC_DEFINE_UNQUOTED(SLAPD_PASSWD,$MFLAG,[define to support PASSWD backend])
2774 fi
2775
2776 if test "$ol_link_perl" != no ; then
2777         BUILD_SLAPD=yes
2778         BUILD_PERL=$ol_enable_perl
2779         if test "$ol_enable_perl" = mod ; then
2780                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-perl"
2781                 MFLAG=SLAPD_MOD_DYNAMIC
2782         else
2783                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-perl"
2784                 MFLAG=SLAPD_MOD_STATIC
2785         fi
2786         AC_DEFINE_UNQUOTED(SLAPD_PERL,$MFLAG,[define to support PERL backend])
2787 fi
2788
2789 if test "$ol_enable_relay" != no ; then
2790         BUILD_SLAPD=yes
2791         BUILD_RELAY=$ol_enable_relay
2792         if test "$ol_enable_relay" = mod ; then
2793                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-relay"
2794                 MFLAG=SLAPD_MOD_DYNAMIC
2795         else
2796                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-relay"
2797                 MFLAG=SLAPD_MOD_STATIC
2798         fi
2799         AC_DEFINE_UNQUOTED(SLAPD_RELAY,$MFLAG,[define to support relay backend])
2800 fi
2801
2802 if test "$ol_enable_shell" != no ; then
2803         if test "$ol_link_threads" != no ; then
2804                 AC_MSG_WARN([Use of --without-threads is recommended with back-shell])
2805         fi
2806         BUILD_SLAPD=yes
2807         BUILD_SHELL=$ol_enable_shell
2808         if test "$ol_enable_shell" = mod ; then
2809                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-shell"
2810                 MFLAG=SLAPD_MOD_DYNAMIC
2811         else
2812                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-shell"
2813                 MFLAG=SLAPD_MOD_STATIC
2814         fi
2815         AC_DEFINE_UNQUOTED(SLAPD_SHELL,$MFLAG,[define to support SHELL backend])
2816 fi
2817
2818 if test "$ol_link_sql" != no ; then
2819         BUILD_SLAPD=yes
2820         BUILD_SQL=$ol_enable_sql
2821         if test "$ol_enable_sql" = mod; then
2822                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-sql"
2823                 MFLAG=SLAPD_MOD_DYNAMIC
2824         else
2825                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-sql"
2826                 MFLAG=SLAPD_MOD_STATIC
2827         fi
2828         AC_DEFINE_UNQUOTED(SLAPD_SQL,$MFLAG,[define to support SQL backend])
2829 fi
2830
2831 if test "$ol_enable_accesslog" != no ; then
2832         BUILD_ACCESSLOG=$ol_enable_accesslog
2833         if test "$ol_enable_accesslog" = mod ; then
2834                 MFLAG=SLAPD_MOD_DYNAMIC
2835                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS accesslog.la"
2836         else
2837                 MFLAG=SLAPD_MOD_STATIC
2838                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS accesslog.o"
2839         fi
2840         AC_DEFINE_UNQUOTED(SLAPD_OVER_ACCESSLOG,$MFLAG,[define for In-Directory Access Logging overlay])
2841 fi
2842
2843 if test "$ol_enable_auditlog" != no ; then
2844         BUILD_AUDITLOG=$ol_enable_auditlog
2845         if test "$ol_enable_auditlog" = mod ; then
2846                 MFLAG=SLAPD_MOD_DYNAMIC
2847                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS auditlog.la"
2848         else
2849                 MFLAG=SLAPD_MOD_STATIC
2850                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS auditlog.o"
2851         fi
2852         AC_DEFINE_UNQUOTED(SLAPD_OVER_AUDITLOG,$MFLAG,[define for Audit Logging overlay])
2853 fi
2854
2855 if test "$ol_enable_denyop" != no ; then
2856         BUILD_DENYOP=$ol_enable_denyop
2857         if test "$ol_enable_denyop" = mod ; then
2858                 MFLAG=SLAPD_MOD_DYNAMIC
2859                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS denyop.la"
2860         else
2861                 MFLAG=SLAPD_MOD_STATIC
2862                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS denyop.o"
2863         fi
2864         AC_DEFINE_UNQUOTED(SLAPD_OVER_DENYOP,$MFLAG,[define for Deny Operation overlay])
2865 fi
2866
2867 if test "$ol_enable_dyngroup" != no ; then
2868         BUILD_DYNGROUP=$ol_enable_dyngroup
2869         if test "$ol_enable_dyngroup" = mod ; then
2870                 MFLAG=SLAPD_MOD_DYNAMIC
2871                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS dyngroup.la"
2872         else
2873                 MFLAG=SLAPD_MOD_STATIC
2874                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS dyngroup.o"
2875         fi
2876         AC_DEFINE_UNQUOTED(SLAPD_OVER_DYNGROUP,$MFLAG,[define for Dynamic Group overlay])
2877 fi
2878
2879 if test "$ol_enable_dynlist" != no ; then
2880         BUILD_DYNLIST=$ol_enable_dynlist
2881         if test "$ol_enable_dynlist" = mod ; then
2882                 MFLAG=SLAPD_MOD_DYNAMIC
2883                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS dynlist.la"
2884         else
2885                 MFLAG=SLAPD_MOD_STATIC
2886                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS dynlist.o"
2887         fi
2888         AC_DEFINE_UNQUOTED(SLAPD_OVER_DYNLIST,$MFLAG,[define for Dynamic List overlay])
2889 fi
2890
2891 if test "$ol_enable_lastmod" != no ; then
2892         BUILD_LASTMOD=$ol_enable_lastmod
2893         if test "$ol_enable_lastmod" = mod ; then
2894                 MFLAG=SLAPD_MOD_DYNAMIC
2895                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS lastmod.la"
2896         else
2897                 MFLAG=SLAPD_MOD_STATIC
2898                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS lastmod.o"
2899         fi
2900         AC_DEFINE_UNQUOTED(SLAPD_OVER_LASTMOD,$MFLAG,[define for Last Modification overlay])
2901 fi
2902
2903 if test "$ol_enable_ppolicy" != no ; then
2904         BUILD_PPOLICY=$ol_enable_ppolicy
2905         if test "$ol_enable_ppolicy" = mod ; then
2906                 MFLAG=SLAPD_MOD_DYNAMIC
2907                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS ppolicy.la"
2908         else
2909                 MFLAG=SLAPD_MOD_STATIC
2910                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS ppolicy.o"
2911         fi
2912         AC_DEFINE_UNQUOTED(SLAPD_OVER_PPOLICY,$MFLAG,[define for Password Policy overlay])
2913 fi
2914
2915 if test "$ol_enable_proxycache" != no ; then
2916         BUILD_PROXYCACHE=$ol_enable_proxycache
2917         if test "$ol_enable_proxycache" = mod ; then
2918                 MFLAG=SLAPD_MOD_DYNAMIC
2919                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS pcache.la"
2920         else
2921                 MFLAG=SLAPD_MOD_STATIC
2922                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS pcache.o"
2923         fi
2924         AC_DEFINE_UNQUOTED(SLAPD_OVER_PROXYCACHE,$MFLAG,[define for Proxy Cache overlay])
2925 fi
2926
2927 if test "$ol_enable_refint" != no ; then
2928         BUILD_REFINT=$ol_enable_refint
2929         if test "$ol_enable_refint" = mod ; then
2930                 MFLAG=SLAPD_MOD_DYNAMIC
2931                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS refint.la"
2932         else
2933                 MFLAG=SLAPD_MOD_STATIC
2934                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS refint.o"
2935         fi
2936         AC_DEFINE_UNQUOTED(SLAPD_OVER_REFINT,$MFLAG,[define for Referential Integrity overlay])
2937 fi
2938
2939 if test "$ol_enable_retcode" != no ; then
2940         BUILD_RETCODE=$ol_enable_retcode
2941         if test "$ol_enable_retcode" = mod ; then
2942                 MFLAG=SLAPD_MOD_DYNAMIC
2943                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS retcode.la"
2944         else
2945                 MFLAG=SLAPD_MOD_STATIC
2946                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS retcode.o"
2947         fi
2948         AC_DEFINE_UNQUOTED(SLAPD_OVER_RETCODE,$MFLAG,[define for Referential Integrity overlay])
2949 fi
2950
2951 if test "$ol_enable_rwm" != no ; then
2952         BUILD_REWRITE=yes
2953         BUILD_RWM=$ol_enable_rwm
2954         if test "$ol_enable_rwm" = mod ; then
2955                 MFLAG=SLAPD_MOD_DYNAMIC
2956                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS rwm.la"
2957         else
2958                 MFLAG=SLAPD_MOD_STATIC
2959                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS rwm_x.o"
2960         fi
2961         AC_DEFINE_UNQUOTED(SLAPD_OVER_RWM,$MFLAG,[define for Rewrite/Remap overlay])
2962 fi
2963
2964 if test "$ol_enable_syncprov" != no ; then
2965         BUILD_SYNCPROV=$ol_enable_syncprov
2966         if test "$ol_enable_syncprov" = mod ; then
2967                 MFLAG=SLAPD_MOD_DYNAMIC
2968                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS syncprov.la"
2969         else
2970                 MFLAG=SLAPD_MOD_STATIC
2971                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS syncprov.o"
2972         fi
2973         AC_DEFINE_UNQUOTED(SLAPD_OVER_SYNCPROV,$MFLAG,[define for Syncrepl Provider overlay])
2974 fi
2975
2976 if test "$ol_enable_translucent" != no ; then
2977         BUILD_TRANSLUCENT=$ol_enable_translucent
2978         if test "$ol_enable_translucent" = mod ; then
2979                 MFLAG=SLAPD_MOD_DYNAMIC
2980                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS translucent.la"
2981         else
2982                 MFLAG=SLAPD_MOD_STATIC
2983                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS translucent.o"
2984         fi
2985         AC_DEFINE_UNQUOTED(SLAPD_OVER_TRANSLUCENT,$MFLAG,[define for Translucent Proxy overlay])
2986 fi
2987
2988 if test "$ol_enable_unique" != no ; then
2989         BUILD_UNIQUE=$ol_enable_unique
2990         if test "$ol_enable_unique" = mod ; then
2991                 MFLAG=SLAPD_MOD_DYNAMIC
2992                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS unique.la"
2993         else
2994                 MFLAG=SLAPD_MOD_STATIC
2995                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS unique.o"
2996         fi
2997         AC_DEFINE_UNQUOTED(SLAPD_OVER_UNIQUE,$MFLAG,[define for Attribute Uniqueness overlay])
2998 fi
2999
3000 if test "$ol_enable_valsort" != no ; then
3001         BUILD_VALSORT=$ol_enable_valsort
3002         if test "$ol_enable_valsort" = mod ; then
3003                 MFLAG=SLAPD_MOD_DYNAMIC
3004                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS valsort.la"
3005         else
3006                 MFLAG=SLAPD_MOD_STATIC
3007                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS valsort.o"
3008         fi
3009         AC_DEFINE_UNQUOTED(SLAPD_OVER_VALSORT,$MFLAG,[define for Value Sorting overlay])
3010 fi
3011
3012 if test "$ol_enable_slurpd" != no &&
3013    test "$ol_link_threads" != no &&
3014    test $BUILD_SLAPD = yes ; then
3015         BUILD_SLURPD=yes
3016 fi
3017
3018 if test "$ol_enable_rewrite" != no ; then
3019         AC_DEFINE(ENABLE_REWRITE,1,[define to enable rewriting in back-ldap and back-meta])
3020         BUILD_REWRITE=yes
3021 fi
3022
3023 if test "$ol_enable_slapi" != no ; then
3024         AC_DEFINE(ENABLE_SLAPI,1,[define to enable slapi library])
3025         BUILD_SLAPI=yes
3026         SLAPD_SLAPI_DEPEND=libslapi.a
3027 fi
3028
3029 dnl ----------------------------------------------------------------
3030
3031 dnl
3032 dnl For Windows build, we don't want to include -dlopen flags.
3033 dnl They hurt more than they help.
3034 dnl
3035
3036 if test "$ac_cv_mingw32" = yes ; then
3037         PLAT=NT
3038         SLAPD_MODULES_LDFLAGS=
3039 else
3040         PLAT=UNIX
3041 fi
3042
3043 AC_SUBST(LIBSRCS)
3044 AC_SUBST(PLAT)
3045 AC_SUBST(WITH_SASL)
3046 AC_SUBST(WITH_TLS)
3047 AC_SUBST(WITH_MODULES_ENABLED)
3048 AC_SUBST(WITH_ACI_ENABLED)
3049 AC_SUBST(BUILD_THREAD)
3050 AC_SUBST(BUILD_LIBS_DYNAMIC)
3051
3052 AC_SUBST(BUILD_SLAPD)
3053 dnl slapi
3054   AC_SUBST(BUILD_SLAPI)
3055   AC_SUBST(SLAPD_SLAPI_DEPEND)
3056 dnl backends
3057   AC_SUBST(BUILD_BDB)
3058   AC_SUBST(BUILD_DNSSRV)
3059   AC_SUBST(BUILD_HDB)
3060   AC_SUBST(BUILD_LDAP)
3061   AC_SUBST(BUILD_LDBM)
3062   AC_SUBST(BUILD_META)
3063   AC_SUBST(BUILD_MONITOR)
3064   AC_SUBST(BUILD_NULL)
3065   AC_SUBST(BUILD_PASSWD)
3066   AC_SUBST(BUILD_RELAY)
3067   AC_SUBST(BUILD_PERL)
3068   AC_SUBST(BUILD_SHELL)
3069   AC_SUBST(BUILD_SQL)
3070 dnl overlays
3071   AC_SUBST(BUILD_ACCESSLOG)
3072   AC_SUBST(BUILD_AUDITLOG)
3073   AC_SUBST(BUILD_DENYOP)
3074   AC_SUBST(BUILD_DYNGROUP)
3075   AC_SUBST(BUILD_DYNLIST)
3076   AC_SUBST(BUILD_LASTMOD)
3077   AC_SUBST(BUILD_PPOLICY)
3078   AC_SUBST(BUILD_PROXYCACHE)
3079   AC_SUBST(BUILD_REFINT)
3080   AC_SUBST(BUILD_RETCODE)
3081   AC_SUBST(BUILD_RWM)
3082   AC_SUBST(BUILD_SYNCPROV)
3083   AC_SUBST(BUILD_TRANSLUCENT)
3084   AC_SUBST(BUILD_UNIQUE)
3085   AC_SUBST(BUILD_VALSORT)
3086 AC_SUBST(BUILD_SLURPD)
3087
3088 AC_SUBST(LDAP_LIBS)
3089 AC_SUBST(SLAPD_LIBS)
3090 AC_SUBST(SLURPD_LIBS)
3091 AC_SUBST(LDBM_LIBS)
3092 AC_SUBST(LTHREAD_LIBS)
3093 AC_SUBST(LUTIL_LIBS)
3094 AC_SUBST(WRAP_LIBS)
3095
3096 AC_SUBST(SLAPD_MODULES_CPPFLAGS)
3097 AC_SUBST(SLAPD_MODULES_LDFLAGS)
3098
3099 AC_SUBST(SLAPD_NO_STATIC)
3100 AC_SUBST(SLAPD_STATIC_BACKENDS)
3101 AC_SUBST(SLAPD_DYNAMIC_BACKENDS)
3102 AC_SUBST(SLAPD_STATIC_OVERLAYS)
3103 AC_SUBST(SLAPD_DYNAMIC_OVERLAYS)
3104
3105 AC_SUBST(PERL_CPPFLAGS)
3106 AC_SUBST(SLAPD_PERL_LDFLAGS)
3107 AC_SUBST(MOD_PERL_LDFLAGS)
3108
3109 AC_SUBST(KRB4_LIBS)
3110 AC_SUBST(KRB5_LIBS)
3111 AC_SUBST(SASL_LIBS)
3112 AC_SUBST(TLS_LIBS)
3113 AC_SUBST(MODULES_LIBS)
3114 AC_SUBST(SLAPI_LIBS)
3115 AC_SUBST(LIBSLAPI)
3116 AC_SUBST(LIBSLAPITOOLS)
3117 AC_SUBST(AUTH_LIBS)
3118
3119 AC_SUBST(SLAPD_SLP_LIBS)
3120 AC_SUBST(SLAPD_GMP_LIBS)
3121
3122 AC_SUBST(SLAPD_SQL_LDFLAGS)
3123 AC_SUBST(SLAPD_SQL_LIBS)
3124 AC_SUBST(SLAPD_SQL_INCLUDES)
3125
3126 dnl ----------------------------------------------------------------
3127 dnl final help output
3128 AC_ARG_WITH(xxinstall,[
3129 See INSTALL file for further details.])
3130
3131 dnl ----------------------------------------------------------------
3132 dnl final output
3133 dnl
3134
3135 AC_CONFIG_FILES([Makefile:build/top.mk:Makefile.in:build/dir.mk]
3136 [doc/Makefile:build/top.mk:doc/Makefile.in:build/dir.mk]
3137 [doc/man/Makefile:build/top.mk:doc/man/Makefile.in:build/dir.mk]
3138 [doc/man/man1/Makefile:build/top.mk:doc/man/man1/Makefile.in:build/man.mk]
3139 [doc/man/man3/Makefile:build/top.mk:doc/man/man3/Makefile.in:build/man.mk]
3140 [doc/man/man5/Makefile:build/top.mk:doc/man/man5/Makefile.in:build/man.mk]
3141 [doc/man/man8/Makefile:build/top.mk:doc/man/man8/Makefile.in:build/man.mk]
3142 [clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk]
3143 [clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk]
3144 [include/Makefile:build/top.mk:include/Makefile.in]
3145 [libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk]
3146 [libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk]
3147 [libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk]
3148 [libraries/libldap_r/Makefile:build/top.mk:libraries/libldap_r/Makefile.in:build/lib.mk:build/lib-shared.mk]
3149 [libraries/liblunicode/Makefile:build/top.mk:libraries/liblunicode/Makefile.in:build/lib.mk:build/lib-static.mk]
3150 [libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk]
3151 [libraries/librewrite/Makefile:build/top.mk:libraries/librewrite/Makefile.in:build/lib.mk:build/lib-static.mk]
3152 [servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk]
3153 [servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk]
3154 [servers/slapd/back-bdb/Makefile:build/top.mk:servers/slapd/back-bdb/Makefile.in:build/mod.mk]
3155 [servers/slapd/back-dnssrv/Makefile:build/top.mk:servers/slapd/back-dnssrv/Makefile.in:build/mod.mk]
3156 [servers/slapd/back-hdb/Makefile:build/top.mk:servers/slapd/back-hdb/Makefile.in:build/mod.mk]
3157 [servers/slapd/back-ldap/Makefile:build/top.mk:servers/slapd/back-ldap/Makefile.in:build/mod.mk]
3158 [servers/slapd/back-ldbm/Makefile:build/top.mk:servers/slapd/back-ldbm/Makefile.in:build/mod.mk]
3159 [servers/slapd/back-ldif/Makefile:build/top.mk:servers/slapd/back-ldif/Makefile.in:build/mod.mk]
3160 [servers/slapd/back-meta/Makefile:build/top.mk:servers/slapd/back-meta/Makefile.in:build/mod.mk]
3161 [servers/slapd/back-monitor/Makefile:build/top.mk:servers/slapd/back-monitor/Makefile.in:build/mod.mk]
3162 [servers/slapd/back-null/Makefile:build/top.mk:servers/slapd/back-null/Makefile.in:build/mod.mk]
3163 [servers/slapd/back-passwd/Makefile:build/top.mk:servers/slapd/back-passwd/Makefile.in:build/mod.mk]
3164 [servers/slapd/back-perl/Makefile:build/top.mk:servers/slapd/back-perl/Makefile.in:build/mod.mk]
3165 [servers/slapd/back-relay/Makefile:build/top.mk:servers/slapd/back-relay/Makefile.in:build/mod.mk]
3166 [servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Makefile.in:build/mod.mk]
3167 [servers/slapd/back-sql/Makefile:build/top.mk:servers/slapd/back-sql/Makefile.in:build/mod.mk]
3168 [servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk]
3169 [servers/slapd/slapi/Makefile:build/top.mk:servers/slapd/slapi/Makefile.in:build/lib.mk:build/lib-shared.mk]
3170 [servers/slapd/overlays/Makefile:build/top.mk:servers/slapd/overlays/Makefile.in:build/lib.mk]
3171 [servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:build/srv.mk]
3172 [tests/Makefile:build/top.mk:tests/Makefile.in:build/dir.mk]
3173 [tests/run]
3174 [tests/progs/Makefile:build/top.mk:tests/progs/Makefile.in:build/rules.mk])
3175
3176 AC_CONFIG_COMMANDS([default],[[
3177 chmod +x tests/run
3178 date > stamp-h
3179 BACKENDSC="servers/slapd/backends.c"
3180 echo "Making $BACKENDSC"
3181 rm -f $BACKENDSC
3182 cat > $BACKENDSC << ENDX
3183 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3184  *
3185  * Copyright 1998-2006 The OpenLDAP Foundation.
3186  * All rights reserved.
3187  *
3188  * Redistribution and use in source and binary forms, with or without
3189  * modification, are permitted only as authorized by the OpenLDAP
3190  * Public License.
3191  *
3192  * A copy of this license is available in the file LICENSE in the
3193  * top-level directory of the distribution or, alternatively, at
3194  * <http://www.OpenLDAP.org/license.html>.
3195  */
3196 /* This file is automatically generated by configure; please do not edit. */
3197
3198 #include "portable.h"
3199 #include "slap.h"
3200
3201 ENDX
3202 if test "${STATIC_BACKENDS}"; then
3203         for b in config ${STATIC_BACKENDS}; do
3204                 bb=`echo "${b}" | sed -e 's/back-//'`
3205                 cat >> $BACKENDSC << ENDX
3206 extern BI_init ${bb}_back_initialize;
3207 ENDX
3208         done
3209
3210         cat >> $BACKENDSC << ENDX
3211
3212 BackendInfo slap_binfo[] = {
3213 ENDX
3214
3215         for b in config ${STATIC_BACKENDS}; do
3216                 bb=`echo "${b}" | sed -e 's/back-//'`
3217                 echo "    Add ${bb} ..."
3218                 cat >> $BACKENDSC << ENDX
3219         { "${bb}", ${bb}_back_initialize },
3220 ENDX
3221         done
3222
3223         cat >> $BACKENDSC << ENDX
3224         { NULL, NULL },
3225 };
3226
3227 /* end of generated file */
3228 ENDX
3229 fi
3230 OVERLAYSC="servers/slapd/overlays/statover.c"
3231 echo "Making $OVERLAYSC"
3232 rm -f $OVERLAYSC
3233 cat > $OVERLAYSC << ENDX
3234 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3235  *
3236  * Copyright 1998-2006 The OpenLDAP Foundation.
3237  * All rights reserved.
3238  *
3239  * Redistribution and use in source and binary forms, with or without
3240  * modification, are permitted only as authorized by the OpenLDAP
3241  * Public License.
3242  *
3243  * A copy of this license is available in the file LICENSE in the
3244  * top-level directory of the distribution or, alternatively, at
3245  * <http://www.OpenLDAP.org/license.html>.
3246  */
3247 /* This file is automatically generated by configure; please do not edit. */
3248
3249 #include "portable.h"
3250 #include "slap.h"
3251
3252 ENDX
3253 if test "${STATIC_OVERLAYS}"; then
3254         for o in ${STATIC_OVERLAYS}; do
3255                 oo=`echo "${o}" | sed -e 's/.o$//' -e 's/_x$//'`
3256                 cat >> $OVERLAYSC << ENDX
3257 extern OV_init ${oo}_initialize;
3258 ENDX
3259         done
3260 fi
3261
3262 cat >> $OVERLAYSC << ENDX
3263
3264 OverlayInit slap_oinfo[] = {
3265 ENDX
3266
3267 if test "${STATIC_OVERLAYS}"; then
3268         for o in ${STATIC_OVERLAYS}; do
3269                 oo=`echo "${o}" | sed -e 's/.o$//' -e 's/_x$//'`
3270                 echo "    Add ${oo} ..."
3271                 cat >> $OVERLAYSC << ENDX
3272         { "${oo}", ${oo}_initialize },
3273 ENDX
3274         done
3275 fi
3276
3277         cat >> $OVERLAYSC << ENDX
3278         { NULL, NULL },
3279 };
3280
3281 /* end of generated file */
3282 ENDX
3283
3284 echo Please run \"make depend\" to build dependencies
3285 ]],[[
3286 STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS"
3287 STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS"
3288 ]])
3289 AC_OUTPUT