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