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