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