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