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