3 dnl Copyright 1998-2002 The OpenLDAP Foundation. All Rights Reserved.
5 dnl Redistribution and use in source and binary forms, with or without
6 dnl modification, are permitted only as authorized by the OpenLDAP
7 dnl Public License. A copy of this license is available at
8 dnl http://www.OpenLDAP.org/license.html or in file LICENSE in the
9 dnl top-level directory of the distribution.
11 dnl ----------------------------------------------------------------
12 dnl Redefine AC_INIT_BINSH to provide RCS IDs and copyright notice
13 dnl at top of generated configure script. Prints simple copyright.
14 define([AC_INIT_BINSH],
17 # from] translit([$OpenLDAP$], $")] [
19 # Copyright 1998-2002 The OpenLDAP Foundation. All Rights Reserved.
21 # Redistribution and use in source and binary forms, with or without
22 # modification, are permitted only as authorized by the OpenLDAP
23 # Public License. A copy of this license is available at
24 # http://www.OpenLDAP.org/license.html or in file LICENSE in the
25 # top-level directory of the distribution.
27 echo "Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved."
28 echo " Restrictions apply, see COPYRIGHT and LICENSE files."
30 dnl ----------------------------------------------------------------
31 dnl Disable config.cache!
32 define([AC_CACHE_LOAD], )dnl
33 define([AC_CACHE_SAVE], )dnl
34 dnl ================================================================
35 dnl Configure.in for OpenLDAP
36 AC_INIT(build/version.sh)dnl
38 # set unset (borrowed from autoconf 2.49c)
39 if (OL_FOO=OL_FOO; unset OL_FOO) >/dev/null 2>&1; then
45 $ol_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
47 AC_CONFIG_AUX_DIR(build)dnl
49 eval `$ac_aux_dir/version.sh`
50 if test -z "$OL_STRING"; then
51 AC_MSG_ERROR([could not determine version])
54 if test -f "$ac_aux_dir/shtool" -a ! -d $ac_aux_dir/shtool; then
55 ac_cv_shtool="$ac_aux_dir/shtool"
57 AC_MSG_ERROR([no shtool found in $ac_aux_dir])
60 SHTOOL="$ac_cv_shtool"
61 dnl AC_SUBST(SHTOOL)dnl
63 TB="`$SHTOOL echo -e '%B' 2>/dev/null`"
64 TN="`$SHTOOL echo -e '%b' 2>/dev/null`"
67 if test -d $ac_aux_dir/CVS; then
68 OPENLDAP_CVS="(from CVS sources) "
71 echo "Configuring ${TB}${OL_STRING}${TN} ${OPENLDAP_CVS}..."
73 dnl Determine host platform
74 dnl we try not to use this for much
77 AM_INIT_AUTOMAKE([$OL_PACKAGE],[$OL_VERSION], [no defines])dnl
80 AC_DEFINE_UNQUOTED(OPENLDAP_PACKAGE,"$PACKAGE",Package)
81 AC_DEFINE_UNQUOTED(OPENLDAP_VERSION,"$VERSION",Version)
83 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION,$OL_API_INC,Version)
84 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_MAJOR,$OL_MAJOR,Major)
85 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_MINOR,$OL_MINOR,Minor)
86 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_PATCH,$OL_PATCH,Patch)
88 OPENLDAP_LIBVERSION=$OL_API_LIB
89 AC_SUBST(OPENLDAP_LIBVERSION)dnl
91 OPENLDAP_RELEASE_DATE="$OL_RELEASE_DATE"
92 AC_SUBST(OPENLDAP_RELEASE_DATE)dnl
94 dnl We use autoconf features new to 2.13.
95 dnl aclocal.m4 should be built using aclocal from automake 1.4
96 dnl libtool 1.4.2 should be installed.
97 AC_PREREQ(2.13)dnl Required Autoconf version
99 AC_CONFIG_HEADER(include/portable.h include/ldap_features.h include/lber_types.h)dnl
101 dnl ================================================================
103 AC_MSG_CHECKING(configure arguments)
104 AC_PREFIX_DEFAULT(/usr/local)
107 AC_SUBST(top_builddir)dnl
109 dnl ----------------------------------------------------------------
111 ldap_subdir="/openldap"
114 [ --with-subdir=DIR change default subdirectory used for installs],
121 ldap_subdir="$withval"
124 ldap_subdir="/$withval"
129 AC_SUBST(ldap_subdir)dnl
131 dnl ----------------------------------------------------------------
132 dnl General "enable" options
133 OL_ARG_ENABLE(debug,[ --enable-debug enable debugging], yes)dnl
134 OL_ARG_ENABLE(syslog,[ --enable-syslog enable syslog support], auto)dnl
135 OL_ARG_ENABLE(proctitle,[ --enable-proctitle enable proctitle support], yes)dnl
136 OL_ARG_ENABLE(cache,[ --enable-cache enable caching (experimental)], no)dnl
137 OL_ARG_ENABLE(referrals,[ --enable-referrals enable LDAPv2+ Referrals (experimental)], no)dnl
138 dnl OL_ARG_ENABLE(kbind,[ --enable-kbind enable LDAPv2+ Kerberos IV bind (deprecated)], no)dnl
139 ol_enable_kbind=${ol_enable_kbind-no}
140 OL_ARG_ENABLE(ipv6,[ --enable-ipv6 enable IPv6 support], auto)dnl
141 OL_ARG_ENABLE(local,[ --enable-local enable AF_LOCAL (AF_UNIX) socket support], auto)dnl
142 OL_ARG_ENABLE(x_compile,[ --enable-x-compile enable cross compiling],
145 dnl ----------------------------------------------------------------
146 dnl General "with" options
147 dnl OL_ARG_ENABLE(dmalloc,[ --enable-dmalloc enable debug malloc support], no)dnl
149 OL_ARG_WITH(cyrus_sasl,[ --with-cyrus-sasl with Cyrus SASL support],
150 auto, [auto yes no] )
151 OL_ARG_WITH(fetch,[ --with-fetch with freeBSD fetch URL support],
152 auto, [auto yes no] )
153 OL_ARG_WITH(kerberos,[ --with-kerberos with Kerberos support],
154 auto, [auto k5 k5only k425 kth k4 afs yes no])
155 OL_ARG_WITH(readline,[ --with-readline with readline support],
156 auto, [auto yes no] )
157 OL_ARG_WITH(threads,[ --with-threads with threads],
158 auto, [auto nt posix mach pth lwp yes no manual] )
159 OL_ARG_WITH(tls,[ --with-tls with TLS/SSL support],
160 auto, [auto ssleay openssl yes no] )
161 OL_ARG_WITH(yielding_select,[ --with-yielding-select with implicitly yielding select],
162 auto, [auto yes no manual] )
164 dnl ----------------------------------------------------------------
166 dnl ----------------------------------------------------------------
168 dnl ----------------------------------------------------------------
170 AC_ARG_WITH(xxslapdoptions,[
171 SLAPD (Standalone LDAP Daemon) Options:])
172 OL_ARG_ENABLE(slapd,[ --enable-slapd enable building slapd], yes)dnl
173 OL_ARG_ENABLE(aci,[ --enable-aci enable per-object ACIs (experimental)], no)dnl
174 OL_ARG_ENABLE(cleartext,[ --enable-cleartext enable cleartext passwords], yes)dnl
175 OL_ARG_ENABLE(crypt,[ --enable-crypt enable crypt(3) passwords], no)dnl
176 OL_ARG_ENABLE(dynamic,[ --enable-dynamic enable linking built binaries with dynamic libs], no)dnl
177 OL_ARG_ENABLE(kpasswd,[ --enable-kpasswd enable Kerberos password verification], no)dnl
178 OL_ARG_ENABLE(lmpasswd,[ --enable-lmpasswd enable LAN Manager passwords], no)dnl
179 OL_ARG_ENABLE(spasswd,[ --enable-spasswd enable (Cyrus) SASL password verification], no)dnl
180 OL_ARG_ENABLE(modules,[ --enable-modules enable dynamic module support], no)dnl
181 dnl OL_ARG_ENABLE(multimaster,[ --enable-multimaster enable multimaster replication], no)dnl
182 ol_enable_multimaster=${ol_enable_multimaster-no}
183 OL_ARG_ENABLE(phonetic,[ --enable-phonetic enable phonetic/soundex], no)dnl
184 OL_ARG_ENABLE(rewrite,[ --enable-rewrite enable DN rewriting in back-ldap and back-meta], no)dnl
185 OL_ARG_ENABLE(rlookups,[ --enable-rlookups enable reverse lookups of client hostnames], no)dnl
186 OL_ARG_ENABLE(slp, [ --enable-slp enable SLPv2 support], no)dnl
187 OL_ARG_ENABLE(wrappers,[ --enable-wrappers enable tcp wrapper support], no)dnl
189 OL_ARG_ENABLE(slapi,[ --enable-slapi enable installation of slapi library], no)dnl
191 dnl SLAPD Backend options
192 OL_ARG_ENABLE(bdb,[ --enable-bdb enable Berkeley DB backend], yes)dnl
193 OL_ARG_WITH(bdb_module,[ --with-bdb-module module type static|dynamic], static,
195 OL_ARG_ENABLE(dnssrv,[ --enable-dnssrv enable dnssrv backend], no)dnl
196 OL_ARG_WITH(dnssrv_module,[ --with-dnssrv-module module type static|dynamic], static,
198 OL_ARG_ENABLE(ldap,[ --enable-ldap enable ldap backend], no)dnl
199 OL_ARG_WITH(ldap_module,[ --with-ldap-module module type static|dynamic], static,
201 OL_ARG_ENABLE(ldbm,[ --enable-ldbm enable ldbm backend], no)dnl
202 OL_ARG_WITH(ldbm_api,[ --with-ldbm-api with LDBM API auto|berkeley|bcompat|mdbm|gdbm], auto,
203 [auto berkeley bcompat mdbm gdbm])
204 OL_ARG_WITH(ldbm_module,[ --with-ldbm-module module type static|dynamic], static,
206 OL_ARG_WITH(ldbm_type,[ --with-ldbm-type use LDBM type auto|btree|hash], auto,
208 OL_ARG_ENABLE(meta,[ --enable-meta enable metadirectory backend], no)dnl
209 OL_ARG_WITH(meta_module,[ --with-meta-module module type static|dynamic], static,
211 OL_ARG_ENABLE(monitor,[ --enable-monitor enable monitor backend], no)dnl
212 OL_ARG_WITH(monitor_module,[ --with-monitor-module module type static|dynamic], static,
214 OL_ARG_ENABLE(null,[ --enable-null enable null backend], no)dnl
215 OL_ARG_WITH(null_module,[ --with-null-module module type static|dynamic], static,
217 OL_ARG_ENABLE(passwd,[ --enable-passwd enable passwd backend], no)dnl
218 OL_ARG_WITH(passwd_module,[ --with-passwd-module module type static|dynamic], static,
220 OL_ARG_ENABLE(perl,[ --enable-perl enable perl backend], no)dnl
221 OL_ARG_WITH(perl_module,[ --with-perl-module module type static|dynamic], static,
223 OL_ARG_ENABLE(shell,[ --enable-shell enable shell backend], no)dnl
224 OL_ARG_WITH(shell_module,[ --with-shell-module module type static|dynamic], static,
226 OL_ARG_ENABLE(sql,[ --enable-sql enable sql backend], no)dnl
227 OL_ARG_WITH(sql_module,[ --with-sql-module module type static|dynamic], static,
229 OL_ARG_ENABLE(tcl,[ --enable-tcl enable tcl backend], no)dnl
230 OL_ARG_WITH(tcl_module,[ --with-tcl-module module type static|dynamic], static,
233 dnl ----------------------------------------------------------------
235 AC_ARG_WITH(xxslurpdoptions,[
236 SLURPD (Replication Daemon) Options:])
237 OL_ARG_ENABLE(slurpd,[ --enable-slurpd enable building slurpd], auto)dnl
239 dnl ----------------------------------------------------------------
240 AC_ARG_WITH(xxliboptions,[
241 Library Generation & Linking Options])
243 dnl AC_DISABLE_SHARED
246 dnl ----------------------------------------------------------------
248 dnl General "enable" options
250 if test $ol_enable_slapd = no ; then
251 dnl SLAPD was specificallly disabled
252 if test $ol_enable_slapi = yes ; then
253 AC_MSG_WARN([slapd disabled, ignoring --enable-slapi argument])
255 if test $ol_enable_bdb = yes ; then
256 AC_MSG_WARN([slapd disabled, ignoring --enable-bdb argument])
258 if test $ol_enable_dnssrv = yes ; then
259 AC_MSG_WARN([slapd disabled, ignoring --enable-dnssrv argument])
261 if test $ol_enable_ldap = yes ; then
262 AC_MSG_WARN([slapd disabled, ignoring --enable-ldap argument])
264 if test $ol_enable_ldbm = yes ; then
265 AC_MSG_WARN([slapd disabled, ignoring --enable-ldbm argument])
267 if test $ol_enable_meta = yes ; then
268 AC_MSG_WARN([slapd disabled, ignoring --enable-meta argument])
270 if test $ol_enable_monitor = yes ; then
271 AC_MSG_WARN([slapd disabled, ignoring --enable-monitor argument])
273 if test $ol_enable_null = yes ; then
274 AC_MSG_WARN([slapd disabled, ignoring --enable-null argument])
276 if test $ol_enable_passwd = yes ; then
277 AC_MSG_WARN([slapd disabled, ignoring --enable-passwd argument])
279 if test $ol_enable_perl = yes ; then
280 AC_MSG_WARN([slapd disabled, ignoring --enable-perl argument])
282 if test $ol_enable_shell = yes ; then
283 AC_MSG_WARN([slapd disabled, ignoring --enable-shell argument])
285 if test $ol_enable_tcl = yes ; then
286 AC_MSG_WARN([slapd disabled, ignoring --enable-tcl argument])
288 if test $ol_enable_sql = yes ; then
289 AC_MSG_WARN([slapd disabled, ignoring --enable-sql argument])
291 if test $ol_enable_modules = yes ; then
292 AC_MSG_WARN([slapd disabled, ignoring --enable-modules argument])
294 if test $ol_enable_multimaster = yes ; then
295 AC_MSG_WARN([slapd disabled, ignoring --enable-multimaster argument])
297 if test $ol_enable_wrappers = yes ; then
298 AC_MSG_WARN([slapd disabled, ignoring --enable-wrappers argument])
300 if test $ol_enable_phonetic = yes ; then
301 AC_MSG_WARN([slapd disabled, ignoring --enable-phonetic argument])
303 if test $ol_enable_rlookups = yes ; then
304 AC_MSG_WARN([slapd disabled, ignoring --enable-rlookups argument])
306 if test $ol_enable_aci = yes ; then
307 AC_MSG_WARN([slapd disabled, ignoring --enable-aci argument])
309 if test $ol_with_ldbm_api != auto ; then
310 AC_MSG_WARN([slapd disabled, ignoring --with-ldbm-api argument])
312 if test $ol_with_ldbm_type != auto ; then
313 AC_MSG_WARN([slapd disabled, ignoring --with-ldbm-type argument])
315 if test $ol_with_bdb_module != static ; then
316 AC_MSG_WARN([slapd disabled, ignoring --with-bdb-module argument])
318 if test $ol_with_dnssrv_module != static ; then
319 AC_MSG_WARN([slapd disabled, ignoring --with-dnssrv-module argument])
321 if test $ol_with_ldap_module != static ; then
322 AC_MSG_WARN([slapd disabled, ignoring --with-ldap-module argument])
324 if test $ol_with_ldbm_module != static ; then
325 AC_MSG_WARN([slapd disabled, ignoring --with-ldbm-module argument])
327 if test $ol_with_meta_module != static ; then
328 AC_MSG_WARN([slapd disabled, ignoring --with-meta-module argument])
330 if test $ol_with_monitor_module != static ; then
331 AC_MSG_WARN([slapd disabled, ignoring --with-monitor-module argument])
333 if test $ol_with_null_module != static ; then
334 AC_MSG_WARN([slapd disabled, ignoring --with-null-module argument])
336 if test $ol_with_passwd_module != static ; then
337 AC_MSG_WARN([slapd disabled, ignoring --with-passwd-module argument])
339 if test $ol_with_perl_module != static ; then
340 AC_MSG_WARN([slapd disabled, ignoring --with-perl-module argument])
342 if test $ol_with_shell_module != static ; then
343 AC_MSG_WARN([slapd disabled, ignoring --with-shell-module argument])
345 if test $ol_with_tcl_module != static ; then
346 AC_MSG_WARN([slapd disabled, ignoring --with-tcl-module argument])
348 if test $ol_with_sql_module != static ; then
349 AC_MSG_WARN([slapd disabled, ignoring --with-sql-module argument])
351 if test $ol_enable_slurpd = yes ; then
352 AC_MSG_ERROR([slurpd requires slapd])
354 if test $ol_enable_rewrite = yes ; then
355 AC_MSG_WARN([slapd disabled, ignoring --enable-rewrite argument])
358 # force settings to no
374 ol_enable_multimaster=no
375 ol_enable_phonetic=no
376 ol_enable_rlookups=no
378 ol_enable_wrappers=no
384 ol_with_bdb_module=static
385 ol_with_dnssrv_module=static
386 ol_with_ldap_module=static
387 ol_with_ldbm_module=static
388 ol_with_meta_module=static
389 ol_with_monitor_module=static
390 ol_with_null_module=static
391 ol_with_passwd_module=static
392 ol_with_perl_module=static
393 ol_with_shell_module=static
394 ol_with_tcl_module=static
395 ol_with_sql_module=static
401 elif test $ol_enable_ldbm = no ; then
402 dnl SLAPD without LDBM
404 if test $ol_with_ldbm_api != auto ; then
405 AC_MSG_WARN([LDBM disabled, ignoring --with-ldbm-api argument])
408 if test $ol_with_ldbm_type != auto ; then
409 AC_MSG_WARN([LDBM disabled, ignoring --with-ldbm-type argument])
412 if test $ol_with_ldbm_module != static ; then
413 AC_MSG_WARN([LDBM disabled, ignoring --with-ldbm-module argument])
416 if test $ol_enable_modules != yes -a \
417 $ol_enable_bdb = no -a \
418 $ol_enable_dnssrv = no -a \
419 $ol_enable_ldap = no -a \
420 $ol_enable_meta = no -a \
421 $ol_enable_monitor = no -a \
422 $ol_enable_null = no -a \
423 $ol_enable_passwd = no -a \
424 $ol_enable_perl = no -a \
425 $ol_enable_shell = no -a \
426 $ol_enable_sql = no -a \
427 $ol_enable_tcl = no ; then
429 if test $ol_enable_slapd = yes ; then
430 AC_MSG_ERROR([slapd requires a backend])
432 AC_MSG_WARN([skipping slapd, no backend specified])
439 ol_with_ldbm_module=static
441 if test $ol_enable_bdb != no ; then
442 ol_with_ldbm_api=berkeley
447 if test $ol_with_ldbm_api = gdbm -a \
448 $ol_with_ldbm_type = btree ; then
449 AC_MSG_ERROR([GDBM only supports LDBM type hash])
451 if test $ol_with_ldbm_api = mdbm -a \
452 $ol_with_ldbm_type = btree ; then
453 AC_MSG_ERROR([MDBM only supports LDBM type hash])
455 if test $ol_with_ldbm_api = ndbm -a \
456 $ol_with_ldbm_type = btree ; then
457 AC_MSG_ERROR([NDBM only supports LDBM type hash])
460 if test $ol_enable_bdb = yes ; then
461 if test $ol_with_ldbm_api = auto ; then
462 ol_with_ldbm_api=berkeley
463 elif test $ol_with_ldbm_api != berkeley ; then
464 AC_MSG_ERROR([LDBM API not compatible with BDB])
467 elif test $ol_enable_bdb = auto ; then
468 if test $ol_with_ldbm_api != berkeley \
469 -o $ol_with_ldbm_api != auto ; then
470 AC_MSG_WARN([LDBM API not compatible with BDB, disabling BDB])
476 if test $ol_enable_slurpd = yes ; then
477 dnl SLURPD was specifically enabled
478 if test $ol_with_threads = no ; then
479 AC_MSG_ERROR([slurpd requires threads])
483 if test $ol_enable_lmpasswd = yes ; then
484 if test $ol_with_tls = no ; then
485 AC_MSG_ERROR([LAN Manager passwords require OpenSSL])
489 if test $ol_enable_kbind = yes -o $ol_enable_kpasswd = yes ; then
490 if test $ol_with_kerberos = no ; then
491 AC_MSG_ERROR([options require --with-kerberos])
492 elif test $ol_with_kerberos = auto ; then
496 elif test $ol_enable_kbind = no -o $ol_enable_kpasswd = no ; then
497 if test $ol_with_kerberos = auto ; then
499 elif test $ol_with_kerberos != no ; then
500 AC_MSG_WARN([Kerberos detection enabled unnecessarily]);
505 if test $ol_enable_spasswd = yes ; then
506 if test $ol_with_cyrus_sasl = no ; then
507 AC_MSG_ERROR([options require --with-cyrus-sasl])
509 ol_with_cyrus_sasl=yes
514 dnl ----------------------------------------------------------------
546 BUILD_BDB_DYNAMIC=static
547 BUILD_DNSSRV_DYNAMIC=static
548 BUILD_LDAP_DYNAMIC=static
549 BUILD_LDBM_DYNAMIC=static
550 BUILD_META_DYNAMIC=static
551 BUILD_MONITOR_DYNAMIC=static
552 BUILD_NULL_DYNAMIC=static
553 BUILD_PASSWD_DYNAMIC=static
554 BUILD_PERL_DYNAMIC=static
555 BUILD_SHELL_DYNAMIC=static
556 BUILD_TCL_DYNAMIC=static
557 BUILD_SQL_DYNAMIC=static
559 SLAPD_MODULES_LDFLAGS=
560 SLAPD_MODULES_CPPFLAGS=
562 SLAPD_STATIC_BACKENDS=
563 SLAPD_DYNAMIC_BACKENDS=
588 dnl ================================================================
589 dnl Checks for programs
593 AC_DEFINE(HAVE_MKVERSION, 1, [define this if you have mkversion])
595 dnl ----------------------------------------------------------------
597 dnl Determine which C translator to use
600 dnl AIX Thread requires we use cc_r or xlc_r.
601 dnl But only do this IF AIX and CC is not set
602 dnl and threads are auto|yes|posix.
604 dnl If we find cc_r|xlc_r, force pthreads and assume
605 dnl pthread_create is in $LIBS (ie: don't bring in
606 dnl any additional thread libraries)
607 dnl If we do not find cc_r|xlc_r, disable threads
611 *-*-aix*) dnl all AIX is not a good idea.
612 if test -z "$CC" ; then
613 case "$ol_with_threads" in
614 auto | yes | posix) ol_aix_threads=yes ;;
620 if test $ol_aix_threads = yes ; then
621 if test -z "${CC}" ; then
622 AC_CHECK_PROGS(CC,cc_r xlc_r cc)
624 if test "$CC" = cc ; then
625 dnl no CC! don't allow --with-threads
626 if test $ol_with_threads != auto ; then
627 AC_MSG_ERROR([--with-threads requires cc_r (or other suitable compiler) on AIX])
629 AC_MSG_WARN([disabling threads, no cc_r on AIX])
635 if test "${CC}" = "cc_r" -o "${CC}" = "xlc_r" ; then
636 ol_with_threads=posix
637 ol_cv_pthread_create=yes
641 if test -z "${CC}"; then
642 AC_CHECK_PROGS(CC,cc gcc,missing)
644 if test "${CC}" = "missing" ; then
645 AC_MSG_ERROR([Unable to locate cc(1) or suitable replacement. Check PATH or set CC.])
649 if test -z "${AR}"; then
650 AC_CHECK_PROGS(AR,ar gar,missing)
652 if test "${AR}" = "missing" ; then
653 AC_MSG_ERROR([Unable to locate ar(1) or suitable replacement. Check PATH or set AR.])
662 if test "${OPENLDAP_CVS}"; then
665 AC_SUBST(LTSTATIC)dnl
670 dnl ----------------------------------------------------------------
673 if test $ol_enable_perl != no ; then
674 AC_PATH_PROG(PERLBIN, perl, /usr/bin/perl)
676 if test "no$PERLBIN" = "no" ; then
677 if test $ol_enable_perl = yes ; then
678 AC_MSG_ERROR([could not locate perl])
682 PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`"
683 if test x"$ol_with_perl_module" = "xstatic" ; then
684 SLAPD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`"
686 MOD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`"
688 dnl should check perl version
695 dnl ----------------------------------------------------------------
696 dnl Cross compiling checks
697 if test $cross_compiling = yes -a $ol_enable_x_compile = yes; then
698 AC_MSG_WARN([cross compiling.... some functionality will be removed.])
700 elif test $cross_compiling = no -a $ol_enable_x_compile = yes; then
701 AC_MSG_WARN([programs compiled here do run here...])
702 AC_MSG_ERROR([ if not cross compiling, use --disable-x-compile.])
704 elif test $cross_compiling = yes -a $ol_enable_x_compile = no; then
705 AC_MSG_WARN([programs compiled here do not run here...])
706 AC_MSG_ERROR([ if cross compiling, add --enable-x-compile.])
709 dnl ----------------------------------------------------------------
710 dnl Checks for UNIX Variants
715 dnl ----------------------------------------------------------------
716 dnl Checks for system services
722 AC_DEFINE_UNQUOTED(EXEEXT, "${EXEEXT}", [defined to be the EXE extension])
724 dnl ----------------------------------------------------------------
725 dnl BeOS requires -lbe -lroot -lnet
726 AC_CHECK_LIB(be, be_app, [LIBS="$LIBS -lbe -lroot -lnet"], :, [-lroot -lnet])
728 dnl ----------------------------------------------------------------
729 dnl OpenLDAP requires STDC features
731 if test "X${am_cv_prog_cc_stdc}" = "Xno" ; then
732 AC_MSG_ERROR([OpenLDAP requires compiler to support STDC constructs.])
735 dnl ----------------------------------------------------------------
736 dnl Check cc depend flags
738 if test "${ol_cv_mkdep}" = no ; then
739 # this will soon become an error
740 AC_MSG_WARN([do not know how to generate dependencies])
743 dnl ----------------------------------------------------------------
744 dnl Check for AIX security library
745 AC_CHECK_LIB(s, afopen, [
747 AC_DEFINE(HAVE_AIX_SECURITY,1,[define if you have AIX security lib])
750 dnl ----------------------------------------------------------------
751 dnl Check for IBM OS/390
755 AC_DEFINE(BOTH_STRINGS_H,1,[define to use both <string.h> and <strings.h>])
759 dnl ----------------------------------------------------------------
760 dnl Check for module support
762 if test $ol_enable_modules != no ; then
763 AC_CHECK_HEADERS(ltdl.h)
765 if test $ac_cv_header_ltdl_h = no ; then
766 AC_MSG_ERROR([could not locate libtool ltdl.h])
769 AC_CHECK_LIB(ltdl, lt_dlinit, [
771 AC_DEFINE(HAVE_LIBLTDL,1,[define if you have libtool -ltdl])
774 if test "$ac_cv_lib_ltdl_lt_dlinit" = no ; then
775 AC_MSG_ERROR([could not locate libtool -lltdl])
779 ol_with_bdb_module=static
780 ol_with_dnssrv_module=static
781 ol_with_ldap_module=static
782 ol_with_ldbm_module=static
783 ol_with_meta_module=static
784 ol_with_monitor_module=static
785 ol_with_null_module=static
786 ol_with_passwd_module=static
787 ol_with_perl_module=static
788 ol_with_shell_module=static
789 ol_with_tcl_module=static
790 ol_with_sql_module=static
793 dnl ----------------------------------------------------------------
794 dnl Checks for header files.
797 if test $ol_cv_header_stdc != yes; then
798 AC_MSG_WARN([could not locate Standard C compliant headers])
803 AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL
804 if test $am_cv_sys_posix_termios = yes ; then
805 AC_DEFINE(HAVE_POSIX_TERMIOS,1,
806 [define if you have POSIX termios])
858 dnl ----------------------------------------------------------------
859 dnl Checks for libraries
861 AC_CHECK_FUNC(dlopen, :, [AC_CHECK_LIB(dl, dlopen)])
863 dnl HP-UX requires -lV3
864 dnl this is not needed on newer versions of HP-UX
865 AC_CHECK_LIB(V3, sigset)
867 dnl The following is INTENTIONALLY scripted out because shell does not
868 dnl support variable names with the '@' character, which is what
869 dnl autoconf would try to generate if one merely used AC_SEARCH_LIBS
870 AC_MSG_CHECKING(for winsock)
872 for curlib in ws2_32 wsock32; do
873 LIBS="$LIBS -l$curlib"
877 char closesocket@4();
878 char gethostname@8();
886 have_winsock=yes, have_winsock=no)
888 if test $have_winsock = yes; then
889 AC_DEFINE(HAVE_WINSOCK, 1, [define if you have winsock])
890 ac_cv_func_socket=yes
891 ac_cv_func_select=yes
892 ac_cv_func_closesocket=yes
893 ac_cv_func_gethostname=yes
894 if test $curlib = ws2_32; then
895 have_winsock=winsock2
896 AC_DEFINE(HAVE_WINSOCK2, 1,
897 [define if you have winsock2])
903 AC_MSG_RESULT($have_winsock)
906 dnl Likely combinations:
907 dnl -lsocket [ -lnsl_s | -lnsl ]
910 AC_CHECK_FUNC(socket, :, [
911 dnl hopefully we won't include too many libraries
912 AC_CHECK_LIB(socket, main)
913 AC_CHECK_LIB(net, main)
914 AC_CHECK_LIB(nsl_s, main)
915 AC_CHECK_LIB(nsl, main)
916 AC_CHECK_LIB(inet, socket)
917 AC_CHECK_LIB(gen, main)
921 AC_CHECK_FUNC(select, :, AC_MSG_ERROR([select() required.]))
923 if test "${ac_cv_header_winsock_h}" != yes; then
925 dnl (if this detection becomes permenent, it and the select() detection
926 dnl should be done before the yielding select test)
927 AC_FUNC_SELECT_ARGTYPES
930 dnl check to see if system call automatically restart
931 dnl AC_SYS_RESTARTABLE_SYSCALLS
933 dnl ----------------------------------------------------------------
934 dnl require POSIX regex
935 AC_CHECK_HEADERS( regex.h )
936 if test "$ac_cv_header_regex_h" != yes ; then
937 AC_MSG_ERROR([POSIX regex.h required.])
939 AC_SEARCH_LIBS(regfree, [regex gnuregex],
940 :, AC_MSG_ERROR([POSIX regex required.]))
943 if test "$ol_cv_c_posix_regex" = no ; then
944 AC_MSG_ERROR([broken POSIX regex!])
947 dnl ----------------------------------------------------------------
951 AC_CHECK_HEADERS(sys/uuid.h)
952 if test $ac_cv_header_sys_uuid_h = yes ; then
954 AC_SEARCH_LIBS(uuid_to_str, uuid, [have_uuid=yes], :)
957 if test have_uuid = yes ; then
958 AC_DEFINE(HAVE_UUID_TO_STR,1,
959 [define if you have uuid_to_str()])
961 test "$ac_cv_search_uuid_to_str" = "none required" || \
962 SLAPD_LIBS="$SLAPD_LIBS $ac_cv_search_uuid_to_str"
966 dnl For windows, check for the need of RPCRT for UUID function support
967 if test $have_uuid = no ; then
968 AC_MSG_CHECKING(to see if -lrpcrt4 is needed for win32 UUID support)
970 LIBS="$LIBS -lrpcrt4"
973 char UuidToStringA@8();
979 need_rpcrt=yes, need_rpcrt=no)
980 if test $need_rpcrt = yes; then
981 SLAPD_LIBS="$SLAPD_LIBS -lrpcrt4"
984 AC_MSG_RESULT($need_rpcrt)
987 dnl ----------------------------------------------------------------
988 dnl Check for resolver routines
989 dnl need to check for both res_query and __res_query
990 dnl need to check -lc, -lbind, and -lresolv
992 AC_CHECK_FUNC(res_query,:)
993 if test $ac_cv_func_res_query = no ; then
994 AC_CHECK_FUNC(__res_query,:)
995 ac_cv_func_res_query=$ac_cv_func___res_query
998 if test $ac_cv_func_res_query = no ; then
999 AC_CHECK_LIB(bind, res_query)
1000 ac_cv_func_res_query=$ac_cv_lib_bind_res_query
1003 if test $ac_cv_func_res_query = no ; then
1004 AC_CHECK_LIB(bind, __res_query)
1005 ac_cv_func_res_query=$ac_cv_lib_bind___res_query
1008 if test $ac_cv_func_res_query = no ; then
1009 AC_CHECK_LIB(resolv, res_query)
1010 ac_cv_func_res_query=$ac_cv_lib_resolv_res_query
1013 if test $ac_cv_func_res_query = no ; then
1014 AC_CHECK_LIB(resolv, __res_query)
1015 ac_cv_func_res_query=$ac_cv_lib_resolv___res_query
1018 if test "$ac_cv_func_res_query" = yes ; then
1019 AC_DEFINE(HAVE_RES_QUERY,1,
1020 [define if you have res_query()])
1022 if test $ol_enable_dnssrv != no ; then
1027 if test "$ol_enable_dnssrv" = yes -a "$ol_link_dnssrv" = no ; then
1028 AC_MSG_ERROR([DNSSRV requires res_query()])
1031 dnl ----------------------------------------------------------------
1032 dnl PF_INET6 support requires getaddrinfo and INET6_ADDRSTRLEN
1033 dnl PF_LOCAL may use getaddrinfo in available
1034 AC_CHECK_FUNCS( getaddrinfo gai_strerror inet_ntop )
1037 if test $ac_cv_func_getaddrinfo = no -o $ac_cv_func_inet_ntop = no ; then
1038 if test $ol_enable_ipv6 = yes ; then
1039 AC_MSG_ERROR([IPv6 support requires getaddrinfo() and inet_ntop()])
1041 elif test $ol_enable_ipv6 != no ; then
1042 AC_CACHE_CHECK([INET6_ADDRSTRLEN],[ol_cv_inet6_addrstrlen],[
1043 AC_EGREP_CPP(__has_inet6_addrstrlen__,[
1044 # include <netinet/in.h>
1045 # ifdef INET6_ADDRSTRLEN
1046 __has_inet6_addrstrlen__;
1048 ], [ol_cv_inet6_addrstrlen=yes], [ol_cv_inet6_addrstrlen=no])])
1051 AC_CACHE_CHECK([struct sockaddr_storage],ol_cv_struct_sockaddr_storage,[
1053 #include <sys/types.h>
1054 #include <sys/socket.h>
1056 struct sockaddr_storage ss;
1057 ], [ol_cv_struct_sockaddr_storage=yes],
1058 [ol_cv_struct_sockaddr_storage=no])])
1060 if test $ol_cv_inet6_addrstrlen = yes \
1061 -a $ol_cv_struct_sockaddr_storage = yes ; then
1063 elif test $ol_enable_ipv6 = yes \
1064 -a $ol_cv_inet6_addrstrlen = no ; then
1065 AC_MSG_ERROR([IPv6 support requires INET6_ADDRSTRLEN])
1066 elif test $ol_enable_ipv6 = yes \
1067 -a $ol_cv_struct_sockaddr_storage = no ; then
1068 AC_MSG_ERROR([IPv6 support requires struct sockaddr_storage])
1072 if test $ol_enable_local != no ; then
1073 AC_CHECK_HEADERS( sys/un.h )
1075 if test $ol_enable_local = auto ; then
1076 ol_enable_local=$ac_cv_header_sys_un_h
1077 elif test $ac_cv_header_sys_un_h = no ; then
1078 AC_MSG_ERROR([AF_LOCAL domain support requires sys/un.h])
1082 dnl ----------------------------------------------------------------
1089 if test $ol_with_kerberos = yes -o $ol_with_kerberos = auto \
1090 -o $ol_with_kerberos = k5 -o $ol_with_kerberos = k5only \
1091 -o $ol_with_kerberos = k425 ; then
1093 AC_CHECK_HEADERS(krb5.h)
1095 if test $ac_cv_header_krb5_h = yes ; then
1096 dnl lazy check for Heimdal Kerberos
1097 AC_CHECK_HEADERS(heim_err.h)
1098 if test $ac_cv_header_heim_err_h = yes ; then
1104 if test $krb5_impl = mit; then
1105 AC_CHECK_LIB(k5crypto, main,
1106 [krb5crypto=k5crypto],
1107 [krb5crypto=crypto])
1109 AC_CHECK_LIB(krb5, main,
1111 KRB5_LIBS="-lkrb5 -l$krb5crypto -lcom_err"],
1113 [-l$krb5crypto -lcom_err])
1115 elif test $krb5_impl = heimdal; then
1116 AC_CHECK_LIB(des, main,
1118 [krb5crypto=crypto])
1120 AC_CHECK_LIB(krb5, main,
1122 KRB5_LIBS="-lkrb5 -l$krb5crypto -lasn1 -lroken -lcom_err"],
1124 [-l$krb5crypto -lasn1 -lroken -lcom_err])
1126 AC_DEFINE(HAVE_HEIMDAL_KERBEROS, 1,
1127 [define if you have HEIMDAL Kerberos])
1131 AC_MSG_WARN([Unrecongized Kerberos5 Implementation])
1134 if test $have_krb5 = yes ; then
1137 AC_DEFINE(HAVE_KRB5, 1,
1138 [define if you have Kerberos V])
1140 if test $ol_enable_kpasswd != no ; then
1141 ol_link_kpasswd=yes;
1144 if test $ol_with_kerberos = k5only ; then
1145 ol_with_kerberos=found
1148 elif test $ol_with_kerberos != auto ; then
1149 AC_MSG_ERROR([Required Kerberos 5 support not available])
1155 if test $ol_link_krb5 = yes -a \( $ol_with_kerberos = yes -o \
1156 $ol_with_kerberos = auto -o $ol_with_kerberos = k425 \) ; then
1158 AC_CHECK_HEADERS(kerberosIV/krb.h kerberosIV/des.h)
1160 if test $ac_cv_header_kerberosIV_krb_h = yes ; then
1161 if test $krb5_impl = mit; then
1162 AC_CHECK_LIB(krb4, main, [have_k425=yes
1163 KRB4_LIBS="-lkrb4 -ldes425"], [have_k425=no],
1164 [-ldes425 -lkrb5 -l$krb5crypto -lcom_err])
1166 elif test $krb5_impl = heimdal; then
1167 AC_CHECK_LIB(krb4, main, [have_k425=yes
1168 KRB4_LIBS="-lkrb4"], [have_k425=no],
1169 [-lkrb5 -l$krb5crypto -lasn1 -lroken -lcom_err])
1173 AC_MSG_WARN([Unrecongized Kerberos V Implementation])
1176 if test $have_k425 = yes ; then
1177 ol_with_kerberos=found
1180 AC_DEFINE(HAVE_KRB425, 1,
1181 [define if you have Kerberos V with IV support])
1182 AC_DEFINE(HAVE_KRB4, 1,
1183 [define if you have Kerberos IV])
1185 AC_CACHE_CHECK([for des_debug in Kerberos libraries],
1186 [ol_cv_var_des_debug], [
1189 LIBS="$KRB4_LIBS $KRB5_LIBS $LIBS"
1191 #include <kerberosIV/krb.h>
1192 #include <kerberosIV/des.h>
1193 extern int des_debug;
1196 ], ol_cv_var_des_debug=yes, ol_cv_var_des_debug=no)
1197 dnl restore the LIBS
1201 if test $ol_cv_var_des_debug = yes ; then
1202 AC_DEFINE(HAVE_DES_DEBUG,1,
1203 [define if you have Kerberos des_debug])
1211 if test $ol_link_krb5 = yes ; then
1212 ol_with_kerberos=found
1215 if test $ol_with_kerberos = yes -o $ol_with_kerberos = auto \
1216 -o $ol_with_kerberos = k4 -o $ol_with_kerberos = kth ; then
1218 AC_CHECK_HEADERS(krb.h des.h krb-archaeology.h )
1220 if test $ac_cv_header_krb_h = yes ; then
1221 AC_CHECK_LIB(krb, main, [have_k4=yes], [have_k4=no], [-ldes])
1223 if test $have_k4 = yes ; then
1224 ol_with_kerberos=found
1227 AC_DEFINE(HAVE_KRB4, 1,
1228 [define if you have Kerberos IV])
1230 KRB4_LIBS="-lkrb -ldes"
1232 if test $ac_cv_header_krb_archaeology_h = yes ; then
1233 AC_DEFINE(HAVE_KTH_KERBEROS, 1,
1234 [define if you have Kth Kerberos])
1240 if test $ol_link_krb4 = yes -a $ol_enable_kpasswd != no ; then
1244 if test $ol_link_krb4 = yes -a $ol_enable_kbind != no ; then
1247 elif test $ol_enable_kbind = yes ; then
1248 AC_MSG_ERROR([Kerberos IV detection failed])
1251 if test $ol_link_krb4 = yes -o $ol_link_krb5 = yes ; then
1252 AC_DEFINE(HAVE_KERBEROS, 1, [define if you have Kerberos])
1254 elif test $ol_with_kerberos != auto -a $ol_with_kerberos != no ; then
1255 AC_MSG_ERROR([Kerberos detection failed])
1258 dnl ----------------------------------------------------------------
1261 if test $ol_with_tls != no ; then
1262 AC_CHECK_HEADERS(openssl/ssl.h ssl.h)
1264 if test $ac_cv_header_openssl_ssl_h = yes \
1265 -o $ac_cv_header_ssl_h = yes ; then
1266 AC_CHECK_LIB(ssl, SSLeay_add_ssl_algorithms,
1272 if test $have_ssleay = no ; then
1273 AC_CHECK_LIB(ssl, SSL_library_init,
1275 need_rsaref=no], [have_ssleay=no],
1279 if test $have_ssleay = no ; then
1280 AC_CHECK_LIB(ssl, ssl3_accept,
1282 need_rsaref=yes], [have_ssleay=no],
1283 [-lcrypto -lRSAglue -lrsaref])
1286 if test $have_ssleay = yes ; then
1290 AC_DEFINE(HAVE_SSLEAY, 1,
1291 [define if you have SSLeay or OpenSSL])
1293 if test $need_rsaref = yes; then
1294 AC_DEFINE(HAVE_RSAREF, 1,
1295 [define if you have RSAref])
1297 TLS_LIBS="-lssl -lcrypto -lRSAglue -lrsaref"
1299 TLS_LIBS="-lssl -lcrypto"
1305 AC_WARN([TLS data protection not supported!])
1308 if test $ol_link_tls = yes ; then
1309 AC_DEFINE(HAVE_TLS, 1, [define if you have TLS])
1311 elif test $ol_with_tls = auto ; then
1312 AC_WARN([Could not locate TLS/SSL package])
1313 AC_WARN([TLS data protection not supported!])
1315 elif test $ol_with_tls != no ; then
1316 AC_ERROR([Could not locate TLS/SSL package])
1319 dnl ----------------------------------------------------------------
1320 dnl LAN Manger password checking requires DES from OpenSSL
1321 if test $ol_enable_lmpasswd != no; then
1322 if test $ol_link_tls != yes ; then
1323 AC_ERROR([LAN Manager passwords require OpenSSL])
1326 AC_DEFINE(SLAPD_LMHASH, 1, [define to support LAN Manager passwords])
1329 dnl ----------------------------------------------------------------
1333 if test $ol_with_threads = auto -o $ol_with_threads = yes \
1334 -o $ol_with_threads = nt ; then
1338 if test "$ol_cv_nt_threads" = yes ; then
1340 ol_with_threads=found
1341 ol_with_yielding_select=yes
1343 AC_DEFINE(HAVE_NT_SERVICE_MANAGER,1,[if you have NT Service Manager])
1344 AC_DEFINE(HAVE_NT_EVENT_LOG,1,[if you have NT Event Log])
1347 if test $ol_with_threads = nt ; then
1348 AC_MSG_ERROR([could not locate NT Threads])
1352 if test $ol_with_threads = auto -o $ol_with_threads = yes \
1353 -o $ol_with_threads = posix ; then
1355 AC_CHECK_HEADERS(pthread.h)
1357 if test $ac_cv_header_pthread_h = yes ; then
1358 OL_POSIX_THREAD_VERSION
1360 if test $ol_cv_pthread_version != 0 ; then
1361 AC_DEFINE_UNQUOTED(HAVE_PTHREADS,$ol_cv_pthread_version,
1362 [define to pthreads API spec revision])
1364 AC_MSG_ERROR([unknown pthread version])
1367 # consider threads found
1368 ol_with_threads=found
1370 OL_HEADER_LINUX_THREADS
1371 OL_HEADER_GNU_PTH_PTHREAD_H
1373 if test $ol_cv_header_gnu_pth_pthread_h = no ; then
1374 AC_CHECK_HEADERS(sched.h)
1377 dnl Now the hard part, how to link?
1379 dnl currently supported checks:
1381 dnl Check for no flags
1382 dnl pthread_create() in $LIBS
1384 dnl Check special pthread (final) flags
1385 dnl [skipped] pthread_create() with -mt (Solaris) [disabled]
1386 dnl pthread_create() with -kthread (FreeBSD)
1387 dnl pthread_create() with -pthread (FreeBSD/Digital Unix)
1388 dnl pthread_create() with -pthreads (?)
1389 dnl pthread_create() with -mthreads (AIX)
1390 dnl pthread_create() with -thread (?)
1392 dnl Check pthread (final) libraries
1393 dnl pthread_mutex_unlock() in -lpthread -lmach -lexc -lc_r (OSF/1)
1394 dnl pthread_mutex_lock() in -lpthread -lmach -lexc (OSF/1)
1395 dnl [skipped] pthread_mutex_trylock() in -lpthread -lexc (OSF/1)
1396 dnl pthread_join() -Wl,-woff,85 -lpthread (IRIX)
1397 dnl pthread_create() in -lpthread (many)
1398 dnl pthread_create() in -lc_r (FreeBSD)
1400 dnl Check pthread (draft4) flags (depreciated)
1401 dnl pthread_create() with -threads (OSF/1)
1403 dnl Check pthread (draft4) libraries (depreciated)
1404 dnl pthread_mutex_unlock() in -lpthreads -lmach -lexc -lc_r (OSF/1)
1405 dnl pthread_mutex_lock() in -lpthreads -lmach -lexc (OSF/1)
1406 dnl pthread_mutex_trylock() in -lpthreads -lexc (OSF/1)
1407 dnl pthread_create() in -lpthreads (many)
1410 dnl pthread_create in $LIBS
1411 AC_CACHE_CHECK([for pthread_create in default libraries],
1412 ol_cv_pthread_create,[
1413 AC_TRY_RUN(OL_PTHREAD_TEST_PROGRAM,
1414 [ol_cv_pthread_create=yes],
1415 [ol_cv_pthread_create=no],
1416 [AC_TRY_LINK(OL_PTHREAD_TEST_INCLUDES,OL_PTHREAD_TEST_FUNCTION,
1417 [ol_cv_pthread_create=yes],
1418 [ol_cv_pthread_create=no])])])
1420 if test $ol_cv_pthread_create != no ; then
1421 ol_link_threads=posix
1425 dnl OL_PTHREAD_TRY([-mt], [ol_cv_pthread_mt])
1426 OL_PTHREAD_TRY([-kthread], [ol_cv_pthread_kthread])
1427 OL_PTHREAD_TRY([-pthread], [ol_cv_pthread_pthread])
1428 OL_PTHREAD_TRY([-pthreads], [ol_cv_pthread_pthreads])
1429 OL_PTHREAD_TRY([-mthreads], [ol_cv_pthread_mthreads])
1430 OL_PTHREAD_TRY([-thread], [ol_cv_pthread_thread])
1432 OL_PTHREAD_TRY([-lpthread -lmach -lexc -lc_r],
1433 [ol_cv_pthread_lpthread_lmach_lexc_lc_r])
1434 OL_PTHREAD_TRY([-lpthread -lmach -lexc],
1435 [ol_cv_pthread_lpthread_lmach_lexc])
1436 dnl OL_PTHREAD_TRY([-lpthread -lexc],
1437 dnl [ol_cv_pthread_lpthread_lexc])
1439 OL_PTHREAD_TRY([-lpthread -Wl,-woff,85],
1440 [ol_cv_pthread_lib_lpthread_woff])
1442 OL_PTHREAD_TRY([-lpthread], [ol_cv_pthread_lpthread])
1443 OL_PTHREAD_TRY([-lc_r], [ol_cv_pthread_lc_r])
1445 OL_PTHREAD_TRY([-threads], [ol_cv_pthread_threads])
1447 OL_PTHREAD_TRY([-lpthreads -lmach -lexc -lc_r],
1448 [ol_cv_pthread_lpthreads_lmach_lexc_lc_r])
1449 OL_PTHREAD_TRY([-lpthreads -lmach -lexc],
1450 [ol_cv_pthread_lpthreads_lmach_lexc])
1451 OL_PTHREAD_TRY([-lpthreads -lexc],
1452 [ol_cv_pthread_lpthreads_lexc])
1454 OL_PTHREAD_TRY([-lpthreads],[ol_cv_pthread_lib_lpthreads])
1456 if test $ol_link_threads != no ; then
1457 LTHREAD_LIBS="$LTHREAD_LIBS $ol_link_pthreads"
1460 save_CPPFLAGS="$CPPFLAGS"
1462 LIBS="$LTHREAD_LIBS $LIBS"
1464 dnl All POSIX Thread (final) implementations should have
1465 dnl sched_yield instead of pthread yield.
1466 dnl check for both, and thr_yield for Solaris
1467 AC_CHECK_FUNCS(sched_yield pthread_yield thr_yield)
1469 if test $ac_cv_func_sched_yield = no -a \
1470 $ac_cv_func_pthread_yield = no -a \
1471 $ac_cv_func_thr_yield = no ; then
1472 dnl Digital UNIX has sched_yield() in -lrt
1473 AC_CHECK_LIB(rt, sched_yield,
1474 [LTHREAD_LIBS="$LTHREAD_LIBS -lrt"
1475 AC_DEFINE(HAVE_SCHED_YIELD,1,
1476 [Define if you have the sched_yield function.])
1477 ac_cv_func_sched_yield=yes],
1478 [ac_cv_func_sched_yield=no])
1480 if test $ac_cv_func_sched_yield = no -a \
1481 $ac_cv_func_pthread_yield = no -a \
1482 "$ac_cv_func_thr_yield" = no ; then
1483 AC_MSG_WARN([could not locate sched_yield() or pthread_yield()])
1486 dnl Check functions for compatibility
1487 AC_CHECK_FUNCS(pthread_kill pthread_rwlock_destroy)
1489 dnl Check for pthread_detach with <pthread.h> inclusion
1490 dnl as it's symbol may have been mangled.
1491 AC_CACHE_CHECK([for pthread_detach with <pthread.h>],
1492 [ol_cv_func_pthread_detach], [
1495 #include <pthread.h>
1497 #define NULL (void*)0
1500 [pthread_detach(NULL);],
1501 [ol_cv_func_pthread_detach=yes],
1502 [ol_cv_func_pthread_detach=no])
1505 if test $ol_cv_func_pthread_detach = no ; then
1506 AC_MSG_ERROR([could not locate pthread_detach()])
1509 AC_DEFINE(HAVE_PTHREAD_DETACH,1,
1510 [define if you have pthread_detach function])
1512 dnl Check for setconcurreny functions
1514 pthread_setconcurrency \
1515 pthread_getconcurrency \
1516 thr_setconcurrency \
1517 thr_getconcurrency \
1520 OL_SYS_LINUX_THREADS
1523 if test $ol_cv_linux_threads = error; then
1524 AC_MSG_ERROR([LinuxThreads header/library mismatch]);
1527 AC_CACHE_CHECK([if pthread_create() works],
1528 ol_cv_pthread_create_works,[
1529 AC_TRY_RUN(OL_PTHREAD_TEST_PROGRAM,
1530 [ol_cv_pthread_create_works=yes],
1531 [ol_cv_pthread_create_works=no],
1533 ol_cv_pthread_create_works=yes])])
1535 if test $ol_cv_pthread_create_works = no ; then
1536 AC_MSG_ERROR([pthread_create is not usable, check environment settings])
1539 dnl Check if select causes an yield
1540 if test $ol_with_yielding_select = auto ; then
1541 AC_CACHE_CHECK([if select yields when using pthreads],
1542 ol_cv_pthread_select_yields,[
1544 #include <sys/types.h>
1545 #include <sys/time.h>
1547 #include <pthread.h>
1549 #define NULL (void*) 0
1552 static int fildes[2];
1554 static void *task(p)
1566 FD_SET(fildes[0], &rfds);
1568 /* we're not interested in any fds */
1569 i = select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
1576 exit(0); /* if we exit here, the select blocked the whole process */
1579 int main(argc, argv)
1585 /* create a pipe to select */
1586 if(pipe(&fildes[0])) {
1591 #ifdef HAVE_PTHREAD_SETCONCURRENCY
1592 (void) pthread_setconcurrency(2);
1594 #ifdef HAVE_THR_SETCONCURRENCY
1595 /* Set Solaris LWP concurrency to 2 */
1596 thr_setconcurrency(2);
1600 #if HAVE_PTHREADS < 6
1601 pthread_create(&t, pthread_attr_default, task, NULL);
1603 pthread_create(&t, NULL, task, NULL);
1606 /* make sure task runs first */
1609 #elif defined( HAVE_SCHED_YIELD )
1611 #elif defined( HAVE_PTHREAD_YIELD )
1617 [ol_cv_pthread_select_yields=no],
1618 [ol_cv_pthread_select_yields=yes],
1619 [ol_cv_pthread_select_yields=cross])])
1621 if test $ol_cv_pthread_select_yields = cross ; then
1622 AC_MSG_ERROR([crossing compiling: use --with-yielding_select=yes|no|manual])
1625 if test $ol_cv_pthread_select_yields = yes ; then
1626 ol_with_yielding_select=yes
1631 CPPFLAGS="$save_CPPFLAGS"
1634 AC_MSG_ERROR([could not locate usable POSIX Threads])
1638 if test $ol_with_threads = posix ; then
1639 AC_MSG_ERROR([could not locate POSIX Threads])
1643 if test $ol_with_threads = auto -o $ol_with_threads = yes \
1644 -o $ol_with_threads = mach ; then
1646 dnl check for Mach CThreads
1647 AC_CHECK_HEADERS(mach/cthreads.h cthreads.h)
1648 if test $ac_cv_header_mach_cthreads_h = yes ; then
1649 ol_with_threads=found
1651 dnl check for cthreads support in current $LIBS
1652 AC_CHECK_FUNC(cthread_fork,[ol_link_threads=yes])
1654 if test $ol_link_threads = no ; then
1656 dnl this test needs work
1657 AC_CACHE_CHECK([for cthread_fork with -all_load],
1658 [ol_cv_cthread_all_load], [
1661 LIBS="-all_load $LIBS"
1662 AC_TRY_LINK([#include <mach/cthreads.h>],[
1663 cthread_fork((void *)0, (void *)0);
1664 ], ol_cv_cthread_all_load=yes, ol_cv_cthread_all_load=no)
1665 dnl restore the LIBS
1669 if test $ol_cv_cthread_all_load = yes ; then
1670 LTHREAD_LIBS="$LTHREAD_LIBS -all_load"
1671 ol_link_threads=mach
1672 ol_with_threads=found
1676 elif test $ac_cv_header_cthreads_h = yes ; then
1677 dnl Hurd variant of Mach Cthreads
1678 dnl uses <cthreads.h> and -lthreads
1680 ol_with_threads=found
1684 LIBS="$LIBS -lthreads"
1685 AC_CHECK_FUNC(cthread_fork,[ol_link_threads=yes])
1688 if test $ol_link_threads = yes ; then
1689 LTHREAD_LIBS="-lthreads"
1690 ol_link_threads=mach
1691 ol_with_threads=found
1693 AC_MSG_ERROR([could not link with Mach CThreads])
1696 elif test $ol_with_threads = mach ; then
1697 AC_MSG_ERROR([could not locate Mach CThreads])
1700 if test $ol_link_threads = mach ; then
1701 AC_DEFINE(HAVE_MACH_CTHREADS,1,
1702 [define if you have Mach Cthreads])
1703 elif test $ol_with_threads = found ; then
1704 AC_MSG_ERROR([could not link with Mach CThreads])
1708 if test $ol_with_threads = auto -o $ol_with_threads = yes \
1709 -o $ol_with_threads = pth ; then
1711 AC_CHECK_HEADERS(pth.h)
1713 if test $ac_cv_header_pth_h = yes ; then
1714 AC_CHECK_LIB(pth, pth_version, [have_pth=yes], [have_pth=no])
1716 if test $have_pth = yes ; then
1717 AC_DEFINE(HAVE_GNU_PTH,1,[if you have GNU Pth])
1718 LTHREAD_LIBS="$LTHREAD_LIBS -lpth"
1720 ol_with_threads=found
1722 if test $ol_with_yielding_select = auto ; then
1723 ol_with_yielding_select=yes
1729 if test $ol_with_threads = auto -o $ol_with_threads = yes \
1730 -o $ol_with_threads = lwp ; then
1732 dnl check for SunOS5 LWP
1733 AC_CHECK_HEADERS(thread.h synch.h)
1734 if test $ac_cv_header_thread_h = yes -a $ac_cv_header_synch_h = yes ; then
1735 AC_CHECK_LIB(thread, thr_create, [have_thr=yes], [have_thr=no])
1737 if test $have_thr = yes ; then
1738 AC_DEFINE(HAVE_THR,1,
1739 [if you have Solaris LWP (thr) package])
1740 LTHREAD_LIBS="$LTHREAD_LIBS -lthread"
1743 if test $ol_with_yielding_select = auto ; then
1744 ol_with_yielding_select=yes
1747 dnl Check for setconcurreny functions
1749 thr_setconcurrency \
1750 thr_getconcurrency \
1755 dnl check for SunOS4 LWP
1756 AC_CHECK_HEADERS(lwp/lwp.h)
1757 if test $ac_cv_header_lwp_lwp_h = yes ; then
1758 AC_CHECK_LIB(lwp, lwp_create, [have_lwp=yes], [have_lwp=no])
1760 if test $have_lwp = yes ; then
1761 AC_DEFINE(HAVE_LWP,1,
1762 [if you have SunOS LWP package])
1763 LTHREAD_LIBS="$LTHREAD_LIBS -llwp"
1766 if test $ol_with_yielding_select = auto ; then
1767 ol_with_yielding_select=no
1773 if test $ol_with_yielding_select = yes ; then
1774 AC_DEFINE(HAVE_YIELDING_SELECT,1,
1775 [define if select implicitly yields])
1778 if test $ol_with_threads = manual ; then
1779 dnl User thinks he can manually configure threads.
1782 AC_MSG_WARN([thread defines and link options must be set manually])
1784 AC_CHECK_HEADERS(pthread.h sched.h)
1785 AC_CHECK_FUNCS(sched_yield pthread_yield)
1786 OL_HEADER_LINUX_THREADS
1788 AC_CHECK_HEADERS(mach/cthreads.h)
1789 AC_CHECK_HEADERS(lwp/lwp.h)
1790 AC_CHECK_HEADERS(thread.h synch.h)
1793 if test $ol_link_threads != no -a $ol_link_threads != nt ; then
1794 dnl needed to get reentrant/threadsafe versions
1796 AC_DEFINE(REENTRANT,1)
1797 AC_DEFINE(_REENTRANT,1)
1798 AC_DEFINE(THREAD_SAFE,1)
1799 AC_DEFINE(_THREAD_SAFE,1)
1800 AC_DEFINE(THREADSAFE,1)
1801 AC_DEFINE(_THREADSAFE,1)
1802 AC_DEFINE(_SGI_MP_SOURCE,1)
1804 dnl The errno declaration may dependent upon _REENTRANT.
1805 dnl If it does, we must link with thread support.
1806 AC_CACHE_CHECK([for thread specific errno],
1807 [ol_cv_errno_thread_specific], [
1808 AC_TRY_LINK([#include <errno.h>], [errno = 0;],
1809 [ol_cv_errno_thread_specific=yes],
1810 [ol_cv_errno_thread_specific=no])
1813 dnl The h_errno declaration may dependent upon _REENTRANT.
1814 dnl If it does, we must link with thread support.
1815 AC_CACHE_CHECK([for thread specific h_errno],
1816 [ol_cv_h_errno_thread_specific], [
1817 AC_TRY_LINK([#include <netdb.h>], [h_errno = 0;],
1818 [ol_cv_h_errno_thread_specific=yes],
1819 [ol_cv_h_errno_thread_specific=no])
1822 if test $ol_cv_errno_thread_specific != yes \
1823 -o $ol_cv_h_errno_thread_specific != yes ; then
1824 LIBS="$LTHREAD_LIBS $LIBS"
1828 dnl When in thread environment, use
1829 dnl #if defined( HAVE_REENTRANT_FUNCTIONS ) || defined( HAVE_FUNC_R )
1832 dnl # if defined( HAVE_THREADS )
1836 dnl # if defined( HAVE_THREADS )
1841 dnl HAVE_REENTRANT_FUNCTIONS is derived from:
1842 dnl _POSIX_REENTRANT_FUNCTIONS
1843 dnl _POSIX_THREAD_SAFE_FUNCTIONS
1844 dnl _POSIX_THREADSAFE_FUNCTIONS
1846 dnl and is currently defined in <ldap_pvt_thread.h>
1848 dnl HAVE_THREADS is defined by <ldap_pvt_thread.h> iff -UNO_THREADS
1850 dnl libldap/*.c should only include <ldap_pvt_thread.h> iff
1851 dnl LDAP_R_COMPILE is defined. ie:
1852 dnl #ifdef LDAP_R_COMPILE
1853 dnl # include <ldap_pvt_thread.h>
1856 dnl LDAP_R_COMPILE is defined by libldap_r/Makefile.in
1857 dnl specifically for compiling the threadsafe version of
1858 dnl the ldap library (-lldap_r).
1860 dnl dnl check for reentrant/threadsafe functions
1862 dnl dnl note: these should only be used when linking
1863 dnl dnl with $LTHREAD_LIBS
1865 dnl save_CPPFLAGS="$CPPFLAGS"
1866 dnl save_LIBS="$LIBS"
1867 dnl LIBS="$LTHREAD_LIBS $LIBS"
1868 dnl AC_CHECK_FUNCS( \
1870 dnl gethostbyaddr_r gethostbyname_r \
1871 dnl feof_unlocked unlocked_feof \
1872 dnl putc_unlocked unlocked_putc \
1873 dnl flockfile ftrylockfile \
1875 dnl CPPFLAGS="$save_CPPFLAGS"
1876 dnl LIBS="$save_LIBS"
1879 if test $ol_link_threads = no ; then
1880 if test $ol_with_threads = yes ; then
1881 AC_MSG_ERROR([no suitable thread support])
1884 if test $ol_with_threads = auto ; then
1885 AC_MSG_WARN([no suitable thread support, disabling threads])
1889 AC_DEFINE(NO_THREADS,1,
1890 [define if you have (or want) no threads])
1894 if test $ol_link_threads != no ; then
1895 AC_DEFINE(LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE,1)
1898 dnl ----------------------------------------------------------------
1899 dnl Tests for reentrant functions necessary to build -lldap_r
1902 gethostbyname_r gethostbyaddr_r \
1905 if test "$ac_cv_func_ctime_r" = no ; then
1906 ol_cv_func_ctime_r_nargs=0
1908 OL_FUNC_CTIME_R_NARGS
1909 dnl OL_FUNC_CTIME_R_TYPE
1912 if test "$ac_cv_func_gethostbyname_r" = yes ; then
1913 OL_FUNC_GETHOSTBYNAME_R_NARGS
1915 ol_cv_func_gethostbyname_r_nargs=0
1918 if test "$ac_cv_func_gethostbyaddr_r" = yes ; then
1919 OL_FUNC_GETHOSTBYADDR_R_NARGS
1921 ol_cv_func_gethostbyaddr_r_nargs=0
1924 dnl ----------------------------------------------------------------
1927 if test $ol_with_ldbm_api = auto \
1928 -o $ol_with_ldbm_api = berkeley \
1929 -o $ol_with_ldbm_api = bcompat ; then
1931 if test $ol_with_ldbm_api = bcompat; then \
1932 OL_BERKELEY_COMPAT_DB
1937 if test $ol_cv_berkeley_db != no ; then
1938 AC_DEFINE(HAVE_BERKELEY_DB,1,
1939 [define this if Berkeley DB is available])
1941 ol_link_ldbm=berkeley
1942 ol_with_ldbm_api=berkeley
1944 if test $ol_with_ldbm_type = hash ; then
1945 AC_DEFINE(LDBM_USE_DBHASH,1,
1946 [define this to use DBHASH w/ LDBM backend])
1948 AC_DEFINE(LDBM_USE_DBBTREE,1,
1949 [define this to use DBBTREE w/ LDBM backend])
1952 dnl $ol_cv_lib_db should be yes or -ldb
1953 dnl (it could be no, but that would be an error
1954 if test $ol_cv_lib_db != yes ; then
1955 LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_db"
1960 if test $ol_enable_bdb = yes -a $ol_link_ldbm != berkeley ; then
1961 AC_MSG_ERROR(BDB: BerkeleyDB not available)
1962 elif test $ol_enable_bdb != no -a $ol_link_ldbm = berkeley ; then
1965 if test $ol_cv_bdb_compat = yes ; then
1967 elif test $ol_enable_bdb = yes ; then
1968 AC_MSG_ERROR(BDB: BerkeleyDB version incompatible)
1974 if test $ol_link_ldbm = no -a $ol_with_ldbm_type = btree ; then
1975 AC_MSG_WARN(Could not find LDBM with BTREE support)
1976 ol_with_ldbm_api=none
1979 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = mdbm ; then
1982 if test $ol_cv_mdbm = yes ; then
1984 ol_with_ldbm_api=mdbm
1985 if test $ol_cv_lib_mdbm != yes ; then
1986 LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_mdbm"
1991 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = gdbm ; then
1994 if test $ol_cv_gdbm = yes ; then
1996 ol_with_ldbm_api=gdbm
1998 if test $ol_cv_lib_gdbm != yes ; then
1999 LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_gdbm"
2004 if test $ol_with_ldbm_api = ndbm ; then
2007 if test $ol_cv_ndbm = yes ; then
2009 ol_with_ldbm_api=ndbm
2011 if test $ol_cv_lib_ndbm != yes ; then
2012 LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_ndbm"
2017 if test $ol_link_ldbm = no -a $ol_enable_ldbm != no ; then
2018 AC_MSG_WARN(could not find suitable LDBM backend)
2019 if test $ol_enable_ldbm = yes ; then
2020 AC_MSG_ERROR(select appropriate LDBM options or disable)
2023 AC_MSG_WARN(disabling LDBM)
2027 dnl ----------------------------------------------------------------
2028 if test $ol_enable_dynamic = yes -a $enable_shared = yes ; then
2029 BUILD_LIBS_DYNAMIC=shared
2030 AC_DEFINE(LDAP_LIBS_DYNAMIC, 1, [define if LDAP libs are dynamic])
2032 BUILD_LIBS_DYNAMIC=static
2035 dnl ----------------------------------------------------------------
2036 if test $ol_enable_wrappers != no ; then
2037 AC_CHECK_HEADERS(tcpd.h,[
2038 AC_MSG_CHECKING([for TCP wrappers library])
2043 int allow_severity = 0;
2044 int deny_severity = 0;
2046 struct request_info *req;
2049 ],[AC_MSG_RESULT([-lwrap])
2051 LIBS="$save_LIBS"],[
2056 int allow_severity = 0;
2057 int deny_severity = 0;
2059 struct request_info *req;
2062 ],[AC_MSG_RESULT([-lwrap -lnsl])
2064 LIBS="$save_LIBS -lnsl"],[
2067 LIBS=$save_LIBS])],[
2068 have_wrappers=no])],[have_wrappers=no])
2070 if test $have_wrappers = yes ; then
2071 AC_DEFINE(HAVE_TCPD,1, [define if you have -lwrap])
2073 elif test $ol_enable_wrappers = yes ; then
2074 AC_MSG_ERROR([could not find TCP wrappers, select apppropriate options ore disable])
2076 AC_MSG_WARN([could not find TCP wrappers, support disabled])
2081 dnl ----------------------------------------------------------------
2082 if test $ol_enable_syslog != no ; then
2083 AC_CHECK_FUNC(openlog)
2084 if test $ac_cv_func_openlog = no -a $ol_enable_syslog = yes; then
2085 AC_MSG_ERROR(could not find syslog, select appropriate options or disable)
2087 ol_enable_syslog=$ac_cv_func_openlog
2090 dnl ----------------------------------------------------------------
2091 dnl dmalloc support (deprecated in favor of -DCSRIMALLOC support)
2092 dnl if test $ol_enable_dmalloc != no ; then
2093 dnl AC_CHECK_HEADERS(dmalloc.h)
2094 dnl AC_CHECK_LIB(dmalloc, dmalloc_shutdown)
2097 dnl ----------------------------------------------------------------
2100 if test $ol_enable_sql != no ; then
2101 AC_CHECK_HEADERS(sql.h sqlext.h,[],[
2102 AC_MSG_ERROR([could not locate SQL headers])
2105 AC_CHECK_LIB(iodbc,SQLDriverConnect,[have_iodbc=yes],[have_iodbc=no])
2106 if test $have_iodbc = yes ; then
2107 ol_link_sql="-liodbc"
2109 AC_CHECK_LIB(odbc,SQLDriverConnect,[have_odbc=yes],[have_odbc=no])
2110 if test $have_odbc = yes ; then
2111 ol_link_sql="-lodbc"
2115 if test $ol_link_sql != no ; then
2116 SLAPD_SQL_LIBS="$ol_link_sql"
2118 elif test $ol_enable_sql != auto ; then
2119 AC_MSG_ERROR([could not locate suitable ODBC library])
2123 dnl ----------------------------------------------------------------
2125 if test $ol_enable_tcl != no ; then
2126 AC_CHECK_HEADERS(tcl.h)
2128 if test $ac_cv_header_tcl_h != yes ; then
2131 for lib in tcl tcl7.6 tcl8.0 tcl8.2 ; do
2132 AC_CHECK_LIB($lib,main,
2134 if test x"$ol_with_tcl_module" = "xstatic" ; then
2135 SLAPD_LIBS="$SLAPD_LIBS -l${lib}"
2137 MOD_TCL_LIB="-l${lib}"
2138 fi;break],[have_tcl=no])
2142 if test $have_tcl != yes ; then
2143 AC_MSG_WARN([could not find -ltcl])
2144 if test $ol_enable_tcl = yes ; then
2145 AC_MSG_ERROR([could not find tcl, select appropriate options or disable])
2152 dnl ----------------------------------------------------------------
2153 dnl ud needs termcap (should insert check here)
2155 AC_CHECK_HEADERS(termcap.h ncurses.h)
2157 if test $ol_link_termcap = no ; then
2158 AC_CHECK_LIB(termcap, tputs, [have_termcap=yes], [have_termcap=no])
2159 if test $have_termcap = yes ; then
2160 AC_DEFINE(HAVE_TERMCAP, 1, [define if you have -ltermcap])
2162 TERMCAP_LIBS=-ltermcap
2166 if test $ol_link_termcap = no ; then
2167 AC_CHECK_LIB(ncurses, initscr, [have_ncurses=yes], [have_ncurses=no])
2168 if test $have_ncurses = yes ; then
2169 AC_DEFINE(HAVE_NCURSES, 1, [define if you have -lncurses])
2171 TERMCAP_LIBS=-lncurses
2175 if test $ol_link_termcap = no ; then
2176 AC_DEFINE(NO_TERMCAP,1, [define if you have no termcap support])
2180 dnl ----------------------------------------------------------------
2182 dnl Check for Cyrus SASL
2186 if test $ol_with_cyrus_sasl != no ; then
2187 AC_CHECK_HEADERS(sasl/sasl.h sasl.h)
2189 if test $ac_cv_header_sasl_sasl_h = yes -o $ac_cv_header_sasl_h = yes; then
2190 AC_CHECK_LIB(sasl2, sasl_client_init,
2191 [ol_link_sasl="-lsasl2"],
2192 [AC_CHECK_LIB(sasl, sasl_client_init,
2193 [ol_link_sasl="-lsasl"])])
2196 if test $ol_link_sasl = no ; then
2197 if test $ol_with_cyrus_sasl != auto ; then
2198 AC_MSG_ERROR([Could not locate Cyrus SASL])
2200 AC_MSG_WARN([Could not locate Cyrus SASL])
2201 AC_MSG_WARN([SASL authentication not supported!])
2202 if test $ol_link_tls = no ; then
2203 AC_MSG_WARN([Strong authentication not supported!])
2208 if test $ol_cv_sasl_compat = no ; then
2210 AC_MSG_ERROR([Cyrus SASL library located but incompatible])
2213 AC_DEFINE(HAVE_CYRUS_SASL,1,[define if you have Cyrus SASL])
2214 SASL_LIBS="$ol_link_sasl"
2215 if test $ol_enable_spasswd != no ; then
2219 ac_save_LIBS="$LIBS"
2220 LIBS="$LIBS $ol_link_sasl"
2221 AC_CHECK_FUNC(sasl_version, [AC_DEFINE(HAVE_SASL_VERSION,1,
2222 [define if your SASL library has sasl_version()])])
2223 LIBS="$ac_save_LIBS"
2227 AC_MSG_WARN([SASL authentication not supported!])
2228 if test $ol_link_tls = no ; then
2229 AC_MSG_WARN([Strong authentication not supported!])
2233 dnl ----------------------------------------------------------------
2234 dnl Check for entropy sources
2235 if test $cross_compiling != yes -a "$ac_cv_mingw32" != yes ; then
2237 if test -r /dev/urandom ; then
2239 elif test -r /idev/urandom ; then
2240 dev="/idev/urandom";
2241 elif test -r /dev/srandom ; then
2243 elif test -r /dev/random ; then
2245 elif test -r /idev/random ; then
2249 if test $dev != no ; then
2250 AC_DEFINE_UNQUOTED(URANDOM_DEVICE,"$dev",[set to urandom device])
2254 dnl ----------------------------------------------------------------
2256 dnl Check for fetch URL support
2257 dnl should be extended to support other fetch URL APIs
2260 if test $ol_with_fetch != no ; then
2263 if test $ol_cv_lib_fetch != no ; then
2264 LDIF_LIBS="$LDIF_LIBS $ol_link_fetch"
2265 ol_link_fetch=freebsd
2267 elif test $ol_with_fetch != auto ; then
2268 AC_MSG_ERROR(no suitable API for --with-fetch=$ol_with_fetch)
2272 dnl ----------------------------------------------------------------
2274 dnl Check for GNU readline
2277 if test $ol_with_readline != no ; then
2278 AC_CHECK_HEADERS(readline/readline.h readline/history.h)
2280 if test $ac_cv_header_readline_readline_h = yes ; then
2282 LIBS="$TERMCAP_LIBS $LIBS"
2283 AC_CHECK_LIB(readline, readline,
2284 [have_readline=yes], [have_readline=no])
2287 if test $have_readline = yes ; then
2288 ol_with_readline=found
2289 ol_link_readline=yes
2291 READLINE_LIBS="-lreadline"
2296 if test $ol_link_readline = yes ; then
2297 AC_DEFINE(HAVE_READLINE, 1, [define if you have -lreadline])
2301 dnl ----------------------------------------------------------------
2302 dnl FreeBSD (and others) have crypt(3) in -lcrypt
2303 if test $ol_enable_crypt != no ; then
2305 LIBS="$TLS_LIBS $LIBS"
2307 AC_CHECK_FUNC(crypt, [have_crypt=yes], [
2309 AC_CHECK_LIB(crypt, crypt, [LUTIL_LIBS="$LUTIL_LIBS -lcrypt"
2310 have_crypt=yes], [have_crypt=no])])
2314 if test $have_crypt = yes ; then
2315 AC_DEFINE(HAVE_CRYPT,1, [define if crypt(3) is available])
2317 AC_MSG_WARN(could not find crypt)
2318 if test $ol_enable_crypt = yes ; then
2319 AC_MSG_ERROR(could not find crypt, select appropriate options or disable)
2322 AC_MSG_WARN(disabling crypt support)
2327 dnl ----------------------------------------------------------------
2328 dnl FreeBSD (and others) have setproctitle(3) in -lutil
2329 if test $ol_enable_proctitle != no ; then
2330 AC_CHECK_FUNC(setproctitle, [have_setproctitle=yes], [
2331 AC_CHECK_LIB(util, setproctitle,
2332 [have_setproctitle=yes
2333 LUTIL_LIBS="$LUTIL_LIBS -lutil"],
2334 [have_setproctitle=no
2335 LIBOBJS="$LIBOBJS setproctitle.o"
2336 LIBSRCS="$LIBSRCS setproctitle.c"])])
2338 if test $have_setproctitle = yes ; then
2339 AC_DEFINE(HAVE_SETPROCTITLE,1,
2340 [define if setproctitle(3) is available])
2344 dnl ----------------------------------------------------------------
2345 dnl Check for SLPv2 Compliant API Library
2346 if test $ol_enable_slp != no ; then
2347 AC_CHECK_HEADERS( slp.h )
2349 if test $ac_cv_header_slp_h = yes ; then
2350 AC_CHECK_LIB(slp, SLPOpen, [have_slp=yes], [have_slp=no])
2351 if test $have_slp = yes ; then
2352 AC_DEFINE(HAVE_SLP, 1, [define if you have -lslp])
2353 SLAPD_SLP_LIBS=-lslp
2356 elif test $ol_enable_slp = yes ; then
2357 AC_MSG_ERROR([SLP not found])
2361 dnl ----------------------------------------------------------------
2362 dnl Checks for typedefs, structures, and compiler characteristics.
2370 AC_CHECK_TYPE(ssize_t, [signed int])
2371 AC_CHECK_TYPE(caddr_t, [char *])
2374 AC_STRUCT_ST_BLKSIZE
2378 OL_TYPE_SIG_ATOMIC_T
2380 dnl AC_TYPE_GETGROUPS
2382 OL_STRUCT_PASSWD_PW_GECOS
2383 OL_STRUCT_PASSWD_PW_PASSWD
2389 if test $cross_compiling = yes ; then
2390 AC_DEFINE(CROSS_COMPILING, 1, [define if cross compiling])
2395 AC_COMPILE_CHECK_SIZEOF(short)
2396 AC_COMPILE_CHECK_SIZEOF(int)
2397 AC_COMPILE_CHECK_SIZEOF(long)
2399 if test "$ac_cv_sizeof_int" -lt 4 ; then
2400 AC_MSG_WARN([OpenLDAP requires 'int' to be 32 bits or greater.])
2402 AC_DEFINE(LBER_INT_T,long)
2404 AC_DEFINE(LBER_INT_T,int)
2407 AC_DEFINE(LBER_LEN_T,long)
2408 AC_DEFINE(LBER_SOCKET_T,int)
2409 AC_DEFINE(LBER_TAG_T,long)
2411 dnl ----------------------------------------------------------------
2412 dnl Checks for library functions.
2414 dnl AM_FUNC_MKTIME dnl checks for sys/time.h and unistd.h
2420 dnl Check for NT specific routines
2421 AC_CHECK_FUNC(_spawnlp, AC_DEFINE(HAVE_SPAWNLP,1,[if you have spawnlp()]))
2423 AC_CHECK_FUNC(_snprintf, [ac_cv_func_snprintf=yes
2424 AC_DEFINE(snprintf, _snprintf, [define to snprintf routine])
2427 AC_CHECK_FUNC(_vsnprintf, [ac_cv_func_vsnprintf=yes
2428 AC_DEFINE(vsnprintf, _vsnprintf, [define to vsnprintf routine])
2433 if test $ac_cv_func_vprintf = yes ; then
2434 dnl check for vsnprintf
2435 AC_CHECK_FUNCS(snprintf vsnprintf)
2494 dnl We actually may need to replace more than this.
2495 AC_REPLACE_FUNCS(getopt getpeereid)
2497 if test "$ac_cv_func_getopt" != yes; then
2498 LIBSRCS="$LIBSRCS getopt.c"
2500 if test "$ac_cv_func_getpeereid" != yes; then
2501 LIBSRCS="$LIBSRCS getpeereid.c"
2503 if test "$ac_cv_func_snprintf" != yes -o "$ac_cv_func_vsnprintf" != yes; then
2504 if test "$ac_cv_func_snprintf" != yes; then
2505 AC_DEFINE(snprintf, ber_pvt_snprintf, [define to snprintf routine])
2507 if test "$ac_cv_func_vsnprintf" != yes; then
2508 AC_DEFINE(vsnprintf, ber_pvt_vsnprintf, [define to snprintf routine])
2512 dnl ----------------------------------------------------------------
2513 # Check Configuration
2516 dnl ----------------------------------------------------------------
2517 dnl Sort out defines
2519 if test "$ol_enable_slapi" != no ; then
2520 dnl This check is donel also if --enable-modules is used;
2521 dnl it is duplicated here, 'cause it'd be cached anyway
2522 AC_CHECK_HEADERS(ltdl.h)
2524 if test $ac_cv_header_ltdl_h != yes ; then
2525 AC_MSG_ERROR([could not locate <ltdl.h>])
2527 AC_CHECK_LIB(ltdl, lt_dlinit, [
2529 LIBSLAPI=./libslapi.a
2530 LIBSLAPITOOLS=../libslapi.a
2531 AC_DEFINE(HAVE_LIBLTDL,1,[define if you have libtool -ltdl])
2532 ],[AC_MSG_ERROR([could not locate libtool -lltdl])])
2534 AC_DEFINE(LDAP_SLAPI,1, [define this to add SLAPI code])
2537 if test "$ol_enable_debug" != no ; then
2538 AC_DEFINE(LDAP_DEBUG,1,
2539 [define this to add debugging code])
2541 if test "$ol_enable_syslog" = yes ; then
2542 AC_DEFINE(LDAP_SYSLOG,1,
2543 [define this to add syslog code])
2545 if test "$ol_enable_cache" = no ; then
2546 AC_DEFINE(LDAP_NOCACHE,1,
2547 [define this to remove -lldap cache support])
2549 if test "$ol_link_kbind" != no ; then
2550 AC_DEFINE(LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND,LDAP_VENDOR_VERSION)
2552 if test "$ol_enable_proctitle" != no ; then
2553 AC_DEFINE(LDAP_PROCTITLE,1,
2554 [define this for LDAP process title support])
2556 if test "$ol_enable_referrals" != no ; then
2557 AC_DEFINE(LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS,LDAP_VENDOR_VERSION)
2559 if test "$ol_enable_local" != no; then
2560 AC_DEFINE(LDAP_PF_LOCAL,1,[define to support PF_LOCAL])
2562 if test "$ol_link_ipv6" != no; then
2563 AC_DEFINE(LDAP_PF_INET6,1,[define to support PF_INET6])
2565 if test "$ol_enable_cleartext" != no ; then
2566 AC_DEFINE(SLAPD_CLEARTEXT,1,[define to support cleartext passwords])
2568 if test "$ol_enable_crypt" != no ; then
2569 AC_DEFINE(SLAPD_CRYPT,1,[define to support crypt(3) passwords])
2571 if test "$ol_link_kpasswd" != no ; then
2572 AC_DEFINE(SLAPD_KPASSWD,1,[define to support Kerberos passwords])
2574 if test "$ol_link_spasswd" != no ; then
2575 AC_DEFINE(SLAPD_SPASSWD,1,[define to support SASL passwords])
2577 if test "$ol_enable_multimaster" != no ; then
2578 AC_DEFINE(SLAPD_MULTIMASTER,1,[define to support multimaster replication])
2580 if test "$ol_enable_phonetic" != no ; then
2581 AC_DEFINE(SLAPD_PHONETIC,1,[define to support phonetic])
2583 if test "$ol_enable_rlookups" != no ; then
2584 AC_DEFINE(SLAPD_RLOOKUPS,1,[define to support reverse lookups])
2586 if test "$ol_enable_aci" != no ; then
2587 AC_DEFINE(SLAPD_ACI_ENABLED,1,[define to support per-object ACIs])
2590 if test "$ol_link_modules" != no ; then
2591 AC_DEFINE(SLAPD_MODULES,1,[define to support modules])
2593 SLAPD_MODULES_LDFLAGS="-dlopen self"
2596 if test "$ol_enable_bdb" != no ; then
2597 AC_DEFINE(SLAPD_BDB,1,[define to support BDB backend])
2600 if test "$ol_with_bdb_module" != static ; then
2601 AC_DEFINE(SLAPD_BDB_DYNAMIC,1,
2602 [define to support dynamic BDB backend])
2604 BUILD_BDB_DYNAMIC=shared
2605 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-bdb"
2607 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-bdb"
2611 if test "$ol_link_dnssrv" != no ; then
2612 AC_DEFINE(SLAPD_DNSSRV,1,[define to support DNS SRV backend])
2615 if test "$ol_with_dnssrv_module" != static ; then
2616 AC_DEFINE(SLAPD_DNSSRV_DYNAMIC,1,
2617 [define to support dynamic DNS SRV backend])
2619 BUILD_DNSSRV_DYNAMIC=shared
2620 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-dnssrv"
2622 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-dnssrv"
2626 if test "$ol_enable_ldap" != no ; then
2627 AC_DEFINE(SLAPD_LDAP,1,[define to support LDAP backend])
2630 if test "$ol_with_ldap_module" != static ; then
2631 AC_DEFINE(SLAPD_LDAP_DYNAMIC,1,
2632 [define to support dynamic LDAP backend])
2634 BUILD_LDAP_DYNAMIC=shared
2635 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-ldap"
2637 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-ldap"
2641 if test "$ol_link_ldbm" != no -a $ol_enable_ldbm != no; then
2642 AC_DEFINE(SLAPD_LDBM,1,[define to support LDBM backend])
2645 if test "$ol_with_ldbm_module" != static ; then
2646 AC_DEFINE(SLAPD_LDBM_DYNAMIC,1,
2647 [define to support dynamic LDBM backend])
2649 BUILD_LDBM_DYNAMIC=shared
2650 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-ldbm"
2652 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-ldbm"
2656 if test "$ol_enable_meta" != no ; then
2657 if test "$ol_enable_ldap" = no ; then
2658 AC_MSG_ERROR([need --enable-ldap to use --enable-meta])
2660 if test "$ol_enable_rewrite" = no ; then
2661 AC_MSG_ERROR([need --enable-rewrite to use --enable-meta])
2663 AC_DEFINE(SLAPD_META,1,[define to support LDAP Metadirectory backend])
2668 if test "$ol_with_meta_module" != static ; then
2669 AC_DEFINE(SLAPD_META_DYNAMIC,1,
2670 [define to support dynamic LDAP Metadirectory backend])
2672 BUILD_META_DYNAMIC=shared
2673 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-meta"
2675 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-meta"
2679 if test "$ol_enable_monitor" != no ; then
2680 AC_DEFINE(SLAPD_MONITOR,1,[define to support cn=Monitor backend])
2683 if test "$ol_with_monitor_module" != static ; then
2684 AC_DEFINE(SLAPD_MONITOR_DYNAMIC,1,
2685 [define to support dynamic cn=Monitor backend])
2687 BUILD_MONITOR_DYNAMIC=shared
2688 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-monitor"
2690 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-monitor"
2694 if test "$ol_enable_null" != no ; then
2695 AC_DEFINE(SLAPD_NULL,1,[define to support NULL backend])
2698 if test "$ol_with_null_module" != static ; then
2699 AC_DEFINE(SLAPD_NULL_DYNAMIC,1,
2700 [define to support dynamic NULL backend])
2702 BUILD_NULL_DYNAMIC=shared
2703 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-null"
2705 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-null"
2709 if test "$ol_enable_passwd" != no ; then
2710 AC_DEFINE(SLAPD_PASSWD,1,[define to support PASSWD backend])
2713 if test "$ol_with_passwd_module" != static ; then
2714 AC_DEFINE(SLAPD_PASSWD_DYNAMIC,1,
2715 [define to support dynamic PASSWD backend])
2717 BUILD_PASSWD_DYNAMIC=shared
2718 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-passwd"
2720 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-passwd"
2724 if test "$ol_link_perl" != no ; then
2725 AC_DEFINE(SLAPD_PERL,1,[define to support PERL backend])
2728 if test "$ol_with_perl_module" != static ; then
2729 AC_DEFINE(SLAPD_PERL_DYNAMIC,1,
2730 [define to support dynamic PERL backend])
2732 BUILD_PERL_DYNAMIC=shared
2733 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-perl"
2735 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-perl"
2739 if test "$ol_enable_shell" != no ; then
2740 if test "$ol_link_thread" != no ; then
2741 AC_MSG_WARN([Use of --without-threads is recommended with back-shell])
2743 AC_DEFINE(SLAPD_SHELL,1,[define to support SHELL backend])
2746 if test "$ol_with_shell_module" != static ; then
2747 AC_DEFINE(SLAPD_SHELL_DYNAMIC,1,
2748 [define to support dynamic SHELL backend])
2750 BUILD_SHELL_DYNAMIC=shared
2751 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-shell"
2753 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-shell"
2757 if test "$ol_enable_tcl" != no ; then
2758 AC_DEFINE(SLAPD_TCL,1,[define to support TCL backend])
2761 if test "$ol_with_tcl_module" != static; then
2762 AC_DEFINE(SLAPD_TCL_DYNAMIC,1,
2763 [define to support dynamic TCL backend])
2765 BUILD_TCL_DYNAMIC=shared
2766 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-tcl"
2768 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-tcl"
2772 if test "$ol_link_sql" != no ; then
2773 AC_DEFINE(SLAPD_SQL,1,[define to support SQL backend])
2776 if test "$ol_with_sql_module" != static; then
2777 AC_DEFINE(SLAPD_SQL_DYNAMIC,1,
2778 [define to support dynamic SQL backend])
2780 BUILD_SQL_DYNAMIC=shared
2781 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-sql"
2783 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-sql"
2787 if test "$ol_enable_slurpd" != no -a "$ol_link_threads" != no -a \
2788 $BUILD_SLAPD = yes ; then
2792 if test "$ol_enable_rewrite" != no ; then
2793 AC_DEFINE(ENABLE_REWRITE,1,[define to enable rewriting in back-ldap and back-meta])
2797 if test "$ol_enable_slapi" != no ; then
2798 AC_DEFINE(ENABLE_SLAPI,1,[define to enable slapi library])
2800 SLAPD_SLAPI_DEPEND=libslapi.a
2803 dnl ----------------------------------------------------------------
2806 dnl For Windows build, we don't want to include -dlopen flags.
2807 dnl They hurt more than they help.
2810 if test "$ac_cv_mingw32" = yes ; then
2812 SLAPD_MODULES_LDFLAGS=
2817 if test -z "$SLAPD_STATIC_BACKENDS"; then
2825 AC_SUBST(BUILD_LIBS_DYNAMIC)
2827 AC_SUBST(BUILD_SLAPD)
2828 AC_SUBST(BUILD_SLAPI)
2829 AC_SUBST(SLAPD_SLAPI_DEPEND)
2831 AC_SUBST(BUILD_DNSSRV)
2832 AC_SUBST(BUILD_LDAP)
2833 AC_SUBST(BUILD_LDBM)
2834 AC_SUBST(BUILD_META)
2835 AC_SUBST(BUILD_MONITOR)
2836 AC_SUBST(BUILD_NULL)
2837 AC_SUBST(BUILD_PASSWD)
2838 AC_SUBST(BUILD_PERL)
2839 AC_SUBST(BUILD_SHELL)
2842 AC_SUBST(BUILD_BDB_DYNAMIC)
2843 AC_SUBST(BUILD_DNSSRV_DYNAMIC)
2844 AC_SUBST(BUILD_LDAP_DYNAMIC)
2845 AC_SUBST(BUILD_LDBM_DYNAMIC)
2846 AC_SUBST(BUILD_META_DYNAMIC)
2847 AC_SUBST(BUILD_MONITOR_DYNAMIC)
2848 AC_SUBST(BUILD_NULL_DYNAMIC)
2849 AC_SUBST(BUILD_PASSWD_DYNAMIC)
2850 AC_SUBST(BUILD_PERL_DYNAMIC)
2851 AC_SUBST(BUILD_SHELL_DYNAMIC)
2852 AC_SUBST(BUILD_SQL_DYNAMIC)
2853 AC_SUBST(BUILD_TCL_DYNAMIC)
2854 AC_SUBST(BUILD_SLURPD)
2858 AC_SUBST(SLAPD_LIBS)
2859 AC_SUBST(SLURPD_LIBS)
2861 AC_SUBST(LTHREAD_LIBS)
2862 AC_SUBST(LUTIL_LIBS)
2864 AC_SUBST(MOD_TCL_LIB)
2866 AC_SUBST(SLAPD_MODULES_CPPFLAGS)
2867 AC_SUBST(SLAPD_MODULES_LDFLAGS)
2869 AC_SUBST(SLAPD_NO_STATIC)
2870 AC_SUBST(SLAPD_STATIC_BACKENDS)
2871 AC_SUBST(SLAPD_DYNAMIC_BACKENDS)
2873 AC_SUBST(PERL_CPPFLAGS)
2874 AC_SUBST(SLAPD_PERL_LDFLAGS)
2875 AC_SUBST(MOD_PERL_LDFLAGS)
2879 AC_SUBST(READLINE_LIBS)
2881 AC_SUBST(TERMCAP_LIBS)
2883 AC_SUBST(MODULES_LIBS)
2884 AC_SUBST(SLAPI_LIBS)
2886 AC_SUBST(LIBSLAPITOOLS)
2889 AC_SUBST(SLAPD_SLP_LIBS)
2891 AC_SUBST(SLAPD_SQL_LDFLAGS)
2892 AC_SUBST(SLAPD_SQL_LIBS)
2893 AC_SUBST(SLAPD_SQL_INCLUDES)
2895 dnl ----------------------------------------------------------------
2896 dnl final help output
2897 AC_ARG_WITH(xxinstall,[
2898 See INSTALL file for further details.])
2900 dnl ----------------------------------------------------------------
2905 Makefile:build/top.mk:Makefile.in:build/dir.mk \
2906 doc/Makefile:build/top.mk:doc/Makefile.in:build/dir.mk \
2907 doc/man/Makefile:build/top.mk:doc/man/Makefile.in:build/dir.mk \
2908 doc/man/man1/Makefile:build/top.mk:doc/man/man1/Makefile.in:build/man.mk \
2909 doc/man/man3/Makefile:build/top.mk:doc/man/man3/Makefile.in:build/man.mk \
2910 doc/man/man5/Makefile:build/top.mk:doc/man/man5/Makefile.in:build/man.mk \
2911 doc/man/man8/Makefile:build/top.mk:doc/man/man8/Makefile.in:build/man.mk \
2912 clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk \
2913 clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk \
2914 include/Makefile:build/top.mk:include/Makefile.in \
2915 libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk \
2916 libraries/libavl/Makefile:build/top.mk:libraries/libavl/Makefile.in:build/lib.mk:build/lib-static.mk \
2917 libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk \
2918 libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk \
2919 libraries/libldap_r/Makefile:build/top.mk:libraries/libldap_r/Makefile.in:build/lib.mk:build/lib-shared.mk \
2920 libraries/libldbm/Makefile:build/top.mk:libraries/libldbm/Makefile.in:build/lib.mk:build/lib-static.mk \
2921 libraries/libldif/Makefile:build/top.mk:libraries/libldif/Makefile.in:build/lib.mk:build/lib-static.mk \
2922 libraries/liblunicode/Makefile:build/top.mk:libraries/liblunicode/Makefile.in:build/lib.mk:build/lib-static.mk \
2923 libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk \
2924 libraries/librewrite/Makefile:build/top.mk:libraries/librewrite/Makefile.in:build/lib.mk:build/lib-static.mk \
2925 servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk \
2926 servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk \
2927 servers/slapd/back-bdb/Makefile:build/top.mk:servers/slapd/back-bdb/Makefile.in:build/mod.mk \
2928 servers/slapd/back-dnssrv/Makefile:build/top.mk:servers/slapd/back-dnssrv/Makefile.in:build/mod.mk \
2929 servers/slapd/back-ldap/Makefile:build/top.mk:servers/slapd/back-ldap/Makefile.in:build/mod.mk \
2930 servers/slapd/back-ldbm/Makefile:build/top.mk:servers/slapd/back-ldbm/Makefile.in:build/mod.mk \
2931 servers/slapd/back-meta/Makefile:build/top.mk:servers/slapd/back-meta/Makefile.in:build/mod.mk \
2932 servers/slapd/back-monitor/Makefile:build/top.mk:servers/slapd/back-monitor/Makefile.in:build/mod.mk \
2933 servers/slapd/back-null/Makefile:build/top.mk:servers/slapd/back-null/Makefile.in:build/mod.mk \
2934 servers/slapd/back-passwd/Makefile:build/top.mk:servers/slapd/back-passwd/Makefile.in:build/mod.mk \
2935 servers/slapd/back-perl/Makefile:build/top.mk:servers/slapd/back-perl/Makefile.in:build/mod.mk \
2936 servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Makefile.in:build/mod.mk \
2937 servers/slapd/back-sql/Makefile:build/top.mk:servers/slapd/back-sql/Makefile.in:build/mod.mk \
2938 servers/slapd/back-tcl/Makefile:build/top.mk:servers/slapd/back-tcl/Makefile.in:build/mod.mk \
2939 servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk \
2940 servers/slapd/slapi/Makefile:build/top.mk:servers/slapd/slapi/Makefile.in:build/lib.mk:build/lib-shared.mk \
2941 servers/slapd/tools/Makefile:build/top.mk:servers/slapd/tools/Makefile.in \
2942 servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:build/srv.mk \
2943 tests/Makefile:build/top.mk:tests/Makefile.in:build/dir.mk \
2944 tests/progs/Makefile:build/top.mk:tests/progs/Makefile.in:build/rules.mk \
2947 echo Please run \"make depend\" to build dependencies