3 dnl Copyright 1998-2001 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-2001 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-2001 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 echo "Configuring $OL_STRING ..."
56 dnl Determine host platform
57 dnl we try not to use this for much
60 AM_INIT_AUTOMAKE([$OL_PACKAGE],[$OL_VERSION], [no defines])dnl
63 AC_DEFINE_UNQUOTED(OPENLDAP_PACKAGE,"$PACKAGE",Package)
64 AC_DEFINE_UNQUOTED(OPENLDAP_VERSION,"$VERSION",Version)
66 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION,$OL_API_INC,Version)
67 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_MAJOR,$OL_MAJOR,Major)
68 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_MINOR,$OL_MINOR,Minor)
69 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_PATCH,$OL_PATCH,Patch)
71 OPENLDAP_LIBVERSION=$OL_API_LIB
72 AC_SUBST(OPENLDAP_LIBVERSION)dnl
74 dnl We use autoconf features new to 2.13.
75 dnl aclocal.m4 should be built using aclocal from automake 1.4
76 dnl libtool 1.3.3 should be installed.
77 AC_PREREQ(2.13)dnl Required Autoconf version
79 AC_CONFIG_HEADER(include/portable.h include/ldap_features.h include/lber_types.h)dnl
81 dnl ================================================================
83 AC_MSG_CHECKING(configure arguments)
84 AC_PREFIX_DEFAULT(/usr/local)
87 AC_SUBST(top_builddir)dnl
89 dnl ----------------------------------------------------------------
91 ldap_subdir="/openldap"
94 [ --with-subdir=DIR change default subdirectory used for installs],
101 ldap_subdir="$withval"
104 ldap_subdir="/$withval"
109 AC_SUBST(ldap_subdir)dnl
111 dnl ----------------------------------------------------------------
112 dnl General "enable" options
113 OL_ARG_ENABLE(debug,[ --enable-debug enable debugging], yes)dnl
114 OL_ARG_ENABLE(syslog,[ --enable-syslog enable syslog support], auto)dnl
115 OL_ARG_ENABLE(proctitle,[ --enable-proctitle enable proctitle support], yes)dnl
116 OL_ARG_ENABLE(cache,[ --enable-cache enable caching (experimental)], no)dnl
117 OL_ARG_ENABLE(referrals,[ --enable-referrals enable LDAPv2+ Referrals (experimental)], no)dnl
118 OL_ARG_ENABLE(kbind,[ --enable-kbind enable LDAPv2+ Kerberos IV bind (deprecated)], no)dnl
119 OL_ARG_ENABLE(ipv6,[ --enable-ipv6 enable IPv6 support], auto)dnl
120 OL_ARG_ENABLE(local,[ --enable-local enable AF_LOCAL (AF_UNIX) socket support], auto)dnl
121 OL_ARG_ENABLE(rewrite,[ --enable-rewrite enable rewrite], no)dnl
122 OL_ARG_ENABLE(x_compile,[ --enable-x-compile enable cross compiling],
125 dnl ----------------------------------------------------------------
126 dnl General "with" options
127 dnl OL_ARG_ENABLE(dmalloc,[ --enable-dmalloc enable debug malloc support], no)dnl
129 OL_ARG_WITH(cyrus_sasl,[ --with-cyrus-sasl with Cyrus SASL support],
130 auto, [auto yes no] )
131 OL_ARG_WITH(fetch,[ --with-fetch with fetch URL support],
132 auto, [auto yes no] )
133 OL_ARG_WITH(kerberos,[ --with-kerberos with Kerberos support],
134 auto, [auto k5 k5only k425 kth k4 afs yes no])
135 OL_ARG_WITH(readline,[ --with-readline with readline support],
136 auto, [auto yes no] )
137 OL_ARG_WITH(threads,[ --with-threads with threads],
138 auto, [auto nt posix mach pth lwp yes no manual] )
139 OL_ARG_WITH(tls,[ --with-tls with TLS/SSL support],
140 auto, [auto ssleay openssl yes no] )
141 OL_ARG_WITH(yielding_select,[ --with-yielding-select with implicitly yielding select],
142 auto, [auto yes no manual] )
144 dnl ----------------------------------------------------------------
146 dnl ----------------------------------------------------------------
148 dnl ----------------------------------------------------------------
150 AC_ARG_WITH(xxslapdoptions,[SLAPD (Standalone LDAP Daemon) Options:])
151 OL_ARG_ENABLE(slapd,[ --enable-slapd enable building slapd], yes)dnl
152 OL_ARG_ENABLE(aci,[ --enable-aci enable per-object ACIs (experimental)], no)dnl
153 OL_ARG_ENABLE(cleartext,[ --enable-cleartext enable cleartext passwords], yes)dnl
154 OL_ARG_ENABLE(crypt,[ --enable-crypt enable crypt(3) passwords], no)dnl
155 OL_ARG_ENABLE(dynamic,[ --enable-dynamic enable linking built binaries with dynamic libs], no)dnl
156 OL_ARG_ENABLE(kpasswd,[ --enable-kpasswd enable Kerberos password verification], no)dnl
157 OL_ARG_ENABLE(lmpasswd,[ --enable-lmpasswd enable LAN Manager passwords], no)dnl
158 OL_ARG_ENABLE(spasswd,[ --enable-spasswd enable (Cyrus) SASL password verification], no)dnl
159 OL_ARG_ENABLE(modules,[ --enable-modules enable dynamic module support], no)dnl
160 dnl OL_ARG_ENABLE(multimaster,[ --enable-multimaster enable multimaster replication], no)dnl
161 OL_ARG_ENABLE(phonetic,[ --enable-phonetic enable phonetic/soundex], no)dnl
162 OL_ARG_ENABLE(rlookups,[ --enable-rlookups enable reverse lookups], no)dnl
163 OL_ARG_ENABLE(slp, [ --enable-slp enable SLPv2 support], no)dnl
164 OL_ARG_ENABLE(wrappers,[ --enable-wrappers enable tcp wrapper support], no)dnl
166 dnl SLAPD Backend options
167 OL_ARG_ENABLE(bdb,[ --enable-bdb enable Berkeley DB backend], no)dnl
168 OL_ARG_WITH(bdb_module,[ --with-bdb-module module type], static,
170 OL_ARG_ENABLE(dnssrv,[ --enable-dnssrv enable dnssrv backend], no)dnl
171 OL_ARG_WITH(dnssrv_module,[ --with-dnssrv-module module type], static,
173 OL_ARG_ENABLE(ldap,[ --enable-ldap enable ldap backend], no)dnl
174 OL_ARG_WITH(ldap_module,[ --with-ldap-module module type], static,
176 OL_ARG_ENABLE(ldbm,[ --enable-ldbm enable ldbm backend], yes)dnl
177 OL_ARG_WITH(ldbm_api,[ --with-ldbm-api with LDBM API], auto,
178 [auto berkeley bcompat mdbm gdbm])
179 OL_ARG_WITH(ldbm_module,[ --with-ldbm-module module type], static,
181 OL_ARG_WITH(ldbm_type,[ --with-ldbm-type use LDBM type], auto,
183 OL_ARG_ENABLE(meta,[ --enable-meta enable metadirectory backend], no)dnl
184 OL_ARG_WITH(meta_module,[ --with-meta-module module type], static,
186 OL_ARG_ENABLE(monitor,[ --enable-monitor enable monitor backend], no)dnl
187 OL_ARG_WITH(monitor_module,[ --with-monitor-module module type], static,
189 OL_ARG_ENABLE(passwd,[ --enable-passwd enable passwd backend], no)dnl
190 OL_ARG_WITH(passwd_module,[ --with-passwd-module module type], static,
192 OL_ARG_ENABLE(perl,[ --enable-perl enable perl backend], no)dnl
193 OL_ARG_WITH(perl_module,[ --with-perl-module module type], static,
195 OL_ARG_ENABLE(shell,[ --enable-shell enable shell backend], no)dnl
196 OL_ARG_WITH(shell_module,[ --with-shell-module module type], static,
198 OL_ARG_ENABLE(sql,[ --enable-sql enable sql backend], no)dnl
199 OL_ARG_WITH(sql_module,[ --with-sql-module module type], static,
201 OL_ARG_ENABLE(tcl,[ --enable-tcl enable tcl backend], no)dnl
202 OL_ARG_WITH(tcl_module,[ --with-tcl-module module type], static,
205 dnl ----------------------------------------------------------------
207 AC_ARG_WITH(xxslurpdoptions,[SLURPD (Replication Daemon) Options:])
208 OL_ARG_ENABLE(slurpd,[ --enable-slurpd enable building slurpd], auto)dnl
210 dnl ----------------------------------------------------------------
211 AC_ARG_WITH(xxliboptions,[Library Generation & Linking Options])
213 dnl AC_DISABLE_SHARED
216 dnl ----------------------------------------------------------------
218 dnl General "enable" options
220 if test $ol_enable_slapd = no ; then
221 dnl SLAPD was specificallly disabled
222 if test $ol_enable_bdb = yes ; then
223 AC_MSG_WARN([slapd disabled, ignoring --enable-bdb argument])
225 if test $ol_enable_dnssrv = yes ; then
226 AC_MSG_WARN([slapd disabled, ignoring --enable-dnssrv argument])
228 if test $ol_enable_ldap = yes ; then
229 AC_MSG_WARN([slapd disabled, ignoring --enable-ldap argument])
231 if test $ol_enable_ldbm = yes ; then
232 AC_MSG_WARN([slapd disabled, ignoring --enable-ldbm argument])
234 if test $ol_enable_meta = yes ; then
235 AC_MSG_WARN([slapd disabled, ignoring --enable-meta argument])
237 if test $ol_enable_monitor = yes ; then
238 AC_MSG_WARN([slapd disabled, ignoring --enable-monitor argument])
240 if test $ol_enable_passwd = yes ; then
241 AC_MSG_WARN([slapd disabled, ignoring --enable-passwd argument])
243 if test $ol_enable_perl = yes ; then
244 AC_MSG_WARN([slapd disabled, ignoring --enable-perl argument])
246 if test $ol_enable_shell = yes ; then
247 AC_MSG_WARN([slapd disabled, ignoring --enable-shell argument])
249 if test $ol_enable_tcl = yes ; then
250 AC_MSG_WARN([slapd disabled, ignoring --enable-tcl argument])
252 if test $ol_enable_sql = yes ; then
253 AC_MSG_WARN([slapd disabled, ignoring --enable-sql argument])
255 if test $ol_enable_modules = yes ; then
256 AC_MSG_WARN([slapd disabled, ignoring --enable-modules argument])
258 dnl if test $ol_enable_multimaster = yes ; then
259 dnl AC_MSG_WARN([slapd disabled, ignoring --enable-multimaster argument])
261 if test $ol_enable_wrappers = yes ; then
262 AC_MSG_WARN([slapd disabled, ignoring --enable-wrappers argument])
264 if test $ol_enable_phonetic = yes ; then
265 AC_MSG_WARN([slapd disabled, ignoring --enable-phonetic argument])
267 if test $ol_enable_rlookups = yes ; then
268 AC_MSG_WARN([slapd disabled, ignoring --enable-rlookups argument])
270 if test $ol_enable_aci = yes ; then
271 AC_MSG_WARN([slapd disabled, ignoring --enable-aci argument])
273 if test $ol_with_ldbm_api != auto ; then
274 AC_MSG_WARN([slapd disabled, ignoring --with-ldbm-api argument])
276 if test $ol_with_ldbm_type != auto ; then
277 AC_MSG_WARN([slapd disabled, ignoring --with-ldbm-type argument])
279 if test $ol_with_bdb_module != static ; then
280 AC_MSG_WARN([slapd disabled, ignoring --with-bdb-module argument])
282 if test $ol_with_dnssrv_module != static ; then
283 AC_MSG_WARN([slapd disabled, ignoring --with-dnssrv-module argument])
285 if test $ol_with_ldap_module != static ; then
286 AC_MSG_WARN([slapd disabled, ignoring --with-ldap-module argument])
288 if test $ol_with_ldbm_module != static ; then
289 AC_MSG_WARN([slapd disabled, ignoring --with-ldbm-module argument])
291 if test $ol_with_meta_module != static ; then
292 AC_MSG_WARN([slapd disabled, ignoring --with-meta-module argument])
294 if test $ol_with_monitor_module != static ; then
295 AC_MSG_WARN([slapd disabled, ignoring --with-monitor-module argument])
297 if test $ol_with_passwd_module != static ; then
298 AC_MSG_WARN([slapd disabled, ignoring --with-passwd-module argument])
300 if test $ol_with_perl_module != static ; then
301 AC_MSG_WARN([slapd disabled, ignoring --with-perl-module argument])
303 if test $ol_with_shell_module != static ; then
304 AC_MSG_WARN([slapd disabled, ignoring --with-shell-module argument])
306 if test $ol_with_tcl_module != static ; then
307 AC_MSG_WARN([slapd disabled, ignoring --with-tcl-module argument])
309 if test $ol_with_sql_module != static ; then
310 AC_MSG_WARN([slapd disabled, ignoring --with-sql-module argument])
312 if test $ol_enable_slurpd = yes ; then
313 AC_MSG_ERROR([slurpd requires slapd])
315 if test $ol_enable_rewrite = yes ; then
316 AC_MSG_WARN([slapd disabled, ignoring --enable-rewrite argument])
319 # force settings to no
333 dnl ol_enable_multimaster=no
334 ol_enable_phonetic=no
335 ol_enable_rlookups=no
337 ol_enable_wrappers=no
343 ol_with_bdb_module=static
344 ol_with_dnssrv_module=static
345 ol_with_ldap_module=static
346 ol_with_ldbm_module=static
347 ol_with_meta_module=static
348 ol_with_monitor_module=static
349 ol_with_passwd_module=static
350 ol_with_perl_module=static
351 ol_with_shell_module=static
352 ol_with_tcl_module=static
353 ol_with_sql_module=static
359 elif test $ol_enable_ldbm = no ; then
360 dnl SLAPD without LDBM
362 if test $ol_with_ldbm_api != auto ; then
363 AC_MSG_WARN([LDBM disabled, ignoring --with-ldbm-api argument])
366 if test $ol_with_ldbm_type != auto ; then
367 AC_MSG_WARN([LDBM disabled, ignoring --with-ldbm-type argument])
370 if test $ol_with_ldbm_module != static ; then
371 AC_MSG_WARN([LDBM disabled, ignoring --with-ldbm-module argument])
374 if test $ol_enable_modules != yes -a \
375 $ol_enable_bdb = no -a \
376 $ol_enable_dnssrv = no -a \
377 $ol_enable_ldap = no -a \
378 $ol_enable_meta = no -a \
379 $ol_enable_monitor = no -a \
380 $ol_enable_passwd = no -a \
381 $ol_enable_perl = no -a \
382 $ol_enable_shell = no -a \
383 $ol_enable_sql = no -a \
384 $ol_enable_tcl = no ; then
386 if test $ol_enable_slapd = yes ; then
387 AC_MSG_ERROR([slapd requires a backend])
389 AC_MSG_WARN([skipping slapd, no backend specified])
396 ol_with_ldbm_module=static
398 if test $ol_enable_bdb != no ; then
399 ol_with_ldbm_api=berkeley
404 if test $ol_with_ldbm_api = gdbm -a \
405 $ol_with_ldbm_type = btree ; then
406 AC_MSG_ERROR([GDBM only supports LDBM type hash])
408 if test $ol_with_ldbm_api = mdbm -a \
409 $ol_with_ldbm_type = btree ; then
410 AC_MSG_ERROR([MDBM only supports LDBM type hash])
412 if test $ol_with_ldbm_api = ndbm -a \
413 $ol_with_ldbm_type = btree ; then
414 AC_MSG_ERROR([NDBM only supports LDBM type hash])
417 if test $ol_enable_bdb = yes ; then
418 if test $ol_with_ldbm_api = auto ; then
419 ol_with_ldbm_api=berkeley
420 elif test $ol_with_ldbm_api != berkeley ; then
421 AC_MSG_ERROR([LDBM API not compatible with BDB])
424 elif test $ol_enable_bdb = auto ; then
425 if test $ol_with_ldbm_api != berkeley \
426 -o $ol_with_ldbm_api != auto ; then
427 AC_MSG_WARN([LDBM API not compatible with BDB, disabling BDB])
433 if test $ol_enable_slurpd = yes ; then
434 dnl SLURPD was specifically enabled
435 if test $ol_with_threads = no ; then
436 AC_MSG_ERROR([slurpd requires threads])
440 if test $ol_enable_lmpasswd = yes ; then
441 if test $ol_with_tls = no ; then
442 AC_MSG_ERROR([LAN Manager passwords require OpenSSL])
446 if test $ol_enable_kbind = yes -o $ol_enable_kpasswd = yes ; then
447 if test $ol_with_kerberos = no ; then
448 AC_MSG_ERROR([options require --with-kerberos])
449 elif test $ol_with_kerberos = auto ; then
453 elif test $ol_enable_kbind = no -o $ol_enable_kpasswd = no ; then
454 if test $ol_with_kerberos = auto ; then
456 elif test $ol_with_kerberos != no ; then
457 AC_MSG_WARN([Kerberos detection enabled unnecessarily]);
462 if test $ol_enable_spasswd = yes ; then
463 if test $ol_with_cyrus_sasl = no ; then
464 AC_MSG_ERROR([options require --with-cyrus-sasl])
466 ol_with_cyrus_sasl=yes
471 dnl ----------------------------------------------------------------
500 BUILD_BDB_DYNAMIC=static
501 BUILD_DNSSRV_DYNAMIC=static
502 BUILD_LDAP_DYNAMIC=static
503 BUILD_LDBM_DYNAMIC=static
504 BUILD_META_DYNAMIC=static
505 BUILD_MONITOR_DYNAMIC=static
506 BUILD_PASSWD_DYNAMIC=static
507 BUILD_PERL_DYNAMIC=static
508 BUILD_SHELL_DYNAMIC=static
509 BUILD_TCL_DYNAMIC=static
510 BUILD_SQL_DYNAMIC=static
512 SLAPD_MODULES_LDFLAGS=
513 SLAPD_MODULES_CPPFLAGS=
536 dnl ================================================================
537 dnl Checks for programs
541 AC_DEFINE(HAVE_MKVERSION, 1, [define this if you have mkversion])
543 dnl ----------------------------------------------------------------
545 dnl Determine which C translator to use
548 dnl AIX Thread requires we use cc_r or xlc_r.
549 dnl But only do this IF AIX and CC is not set
550 dnl and threads are auto|yes|posix.
552 dnl If we find cc_r|xlc_r, force pthreads and assume
553 dnl pthread_create is in $LIBS (ie: don't bring in
554 dnl any additional thread libraries)
555 dnl If we do not find cc_r|xlc_r, disable threads
559 *-*-aix*) dnl all AIX is not a good idea.
560 if test -z "$CC" ; then
561 case "$ol_with_threads" in
562 auto | yes | posix) ol_aix_threads=yes ;;
568 if test $ol_aix_threads = yes ; then
569 if test -z "${CC}" ; then
570 AC_CHECK_PROGS(CC,cc_r xlc_r cc)
572 if test "$CC" = cc ; then
573 dnl no CC! don't allow --with-threads
574 if test $ol_with_threads != auto ; then
575 AC_MSG_ERROR([--with-threads requires cc_r (or other suitable compiler) on AIX])
577 AC_MSG_WARN([disabling threads, no cc_r on AIX])
583 if test "${CC}" = "cc_r" -o "${CC}" = "xlc_r" ; then
584 ol_with_threads=posix
585 ol_cv_pthread_create=yes
589 if test -z "${CC}"; then
590 AC_CHECK_PROGS(CC,cc)
593 dnl The default CFLAGS is empty NOT whatever AC_PROG_CC sets.
594 dnl (for now, let autoconf sort this out)
595 dnl CFLAGS=${CFLAGS-""}
597 AC_CHECK_PROGS(AR,ar gar,ar)
607 if test "$LN_H" = "cp" -a "$LN_S" = "ln"; then
611 AC_PATH_PROG(SENDMAIL, sendmail, /usr/lib/sendmail,
612 $PATH:/usr/libexec:/usr/lib:/usr/sbin:/usr/etc:/etc)
613 AC_PATH_PROG(EDITOR, vi, /usr/ucb/vi, $PATH:/usr/ucb)
614 AC_PATH_PROG(FINGER, finger, /usr/ucb/finger, $PATH:/usr/ucb)
616 dnl ----------------------------------------------------------------
619 if test $ol_enable_perl != no ; then
620 AC_PATH_PROG(PERLBIN, perl, /usr/bin/perl)
622 if test "no$PERLBIN" = "no" ; then
623 if test $ol_enable_perl = yes ; then
624 AC_MSG_ERROR([could not locate perl])
628 PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`"
629 if test x"$ol_with_perl_module" = "xstatic" ; then
630 SLAPD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`"
632 MOD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`"
634 dnl should check perl version
641 dnl ----------------------------------------------------------------
642 dnl Cross compiling checks
643 if test $cross_compiling = yes -a $ol_enable_x_compile = yes; then
644 AC_MSG_WARN([cross compiling.... some functionality will be removed.])
646 elif test $cross_compiling = no -a $ol_enable_x_compile = yes; then
647 AC_MSG_WARN([programs compiled here do run here...])
648 AC_MSG_ERROR([ if not cross compiling, use --disable-x-compile.])
650 elif test $cross_compiling = yes -a $ol_enable_x_compile = no; then
651 AC_MSG_WARN([programs compiled here do not run here...])
652 AC_MSG_ERROR([ if cross compiling, add --enable-x-compile.])
655 dnl ----------------------------------------------------------------
656 dnl Checks for UNIX Variants
661 dnl ----------------------------------------------------------------
662 dnl Checks for system services
668 AC_DEFINE_UNQUOTED( EXEEXT, "${EXEEXT}", [defined to be the EXE extension])
670 dnl ----------------------------------------------------------------
671 dnl BeOS requires -lbe -lroot -lnet
672 AC_CHECK_LIB(be, be_app, [LIBS="$LIBS -lbe -lroot -lnet"], :, [-lroot -lnet])
674 dnl ----------------------------------------------------------------
675 dnl OpenLDAP requires STDC features
677 if test "X${am_cv_prog_cc_stdc}" = "Xno" ; then
678 AC_MSG_ERROR([OpenLDAP requires compiler to support STDC constructs.])
681 dnl ----------------------------------------------------------------
682 dnl Check cc depend flags
684 if test "${ol_cv_mkdep}" = no ; then
685 # this will soon become an error
686 AC_MSG_WARN([do not know how to generate dependencies])
689 dnl ----------------------------------------------------------------
690 dnl Check for AIX security library
691 AC_CHECK_LIB(s, afopen, [
693 AC_DEFINE(HAVE_AIX_SECURITY,1,[define if you have AIX security lib])
697 dnl ----------------------------------------------------------------
698 dnl Check for module support
700 if test $ol_enable_modules != no ; then
701 AC_CHECK_HEADERS(ltdl.h)
703 if test $ac_cv_header_ltdl_h = no ; then
704 AC_MSG_ERROR([could not locate libtool ltdl.h])
707 AC_CHECK_LIB(ltdl, lt_dlinit, [
709 AC_DEFINE(HAVE_LIBLTDL,1,[define if you have libtool -ltdl])
712 if test "$ac_cv_lib_ltdl_lt_dlinit" = no ; then
713 AC_MSG_ERROR([could not locate libtool -lltdl])
717 ol_with_bdb_module=static
718 ol_with_dnssrv_module=static
719 ol_with_ldap_module=static
720 ol_with_ldbm_module=static
721 ol_with_meta_module=static
722 ol_with_monitor_module=static
723 ol_with_passwd_module=static
724 ol_with_perl_module=static
725 ol_with_shell_module=static
726 ol_with_tcl_module=static
727 ol_with_sql_module=static
730 dnl ----------------------------------------------------------------
731 dnl Checks for header files.
734 if test $ol_cv_header_stdc != yes; then
735 AC_MSG_WARN([could not locate Standard C compliant headers])
740 AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL
741 if test $am_cv_sys_posix_termios = yes ; then
742 AC_DEFINE(HAVE_POSIX_TERMIOS,1,
743 [define if you have POSIX termios])
793 dnl ----------------------------------------------------------------
794 dnl Checks for libraries
796 AC_CHECK_FUNC(dlopen, :, [AC_CHECK_LIB(dl, dlopen)])
798 dnl HP-UX requires -lV3
799 AC_CHECK_LIB(V3, sigset)
801 dnl Gotta check for winsock manually
802 if test $ac_cv_header_winsock_h = yes; then
803 AC_CACHE_CHECK([for winsock], [ol_cv_winsock],
804 AC_TRY_LINK([#include <winsock.h>],[
806 select(0,NULL,NULL,NULL,NULL);
809 ],[ol_cv_winsock=yes],[ol_cv_winsock=no]))
811 if test $ol_cv_winsock = yes ; then
812 AC_DEFINE(HAVE_WINSOCK,1,[define if you have winsock])
813 ac_cv_func_socket=yes
814 ac_cv_func_select=yes
815 ac_cv_func_closesocket=yes
816 ac_cv_func_gethostname=yes
821 dnl Likely combinations:
822 dnl -lsocket [ -lnsl_s | -lnsl ]
825 AC_CHECK_FUNC(socket, :, [
826 dnl hopefully we won't include too many libraries
827 AC_CHECK_LIB(socket, main)
828 AC_CHECK_LIB(net, main)
829 AC_CHECK_LIB(nsl_s, main)
830 AC_CHECK_LIB(nsl, main)
831 AC_CHECK_LIB(inet, socket)
832 AC_CHECK_LIB(gen, main)
836 AC_CHECK_FUNC(select, :, AC_MSG_ERROR([select() required.]))
838 if test "${ac_cv_header_winsock_h}" != yes; then
840 dnl (if this detection becomes permenent, it and the select() detection
841 dnl should be done before the yielding select test)
842 AC_FUNC_SELECT_ARGTYPES
845 dnl check to see if system call automatically restart
846 dnl AC_SYS_RESTARTABLE_SYSCALLS
848 dnl ----------------------------------------------------------------
849 dnl require POSIX regex
850 AC_CHECK_HEADERS( regex.h )
851 if test "$ac_cv_header_regex_h" != yes ; then
852 AC_MSG_ERROR([POSIX regex.h required.])
854 AC_CHECK_FUNC(regfree, :, AC_MSG_ERROR([POSIX regex required.]))
857 if test "$ol_cv_c_posix_regex" = no ; then
858 AC_MSG_ERROR([broken POSIX regex!])
861 dnl ----------------------------------------------------------------
862 dnl Check for resolver routines
863 dnl need to check for both res_query and __res_query
864 dnl need to check -lc, -lbind, and -lresolv
866 AC_CHECK_FUNC(res_query,:)
867 if test $ac_cv_func_res_query = no ; then
868 AC_CHECK_FUNC(__res_query,:)
869 ac_cv_func_res_query=$ac_cv_func___res_query
872 if test $ac_cv_func_res_query = no ; then
873 AC_CHECK_LIB(bind, res_query)
874 ac_cv_func_res_query=$ac_cv_lib_bind_res_query
877 if test $ac_cv_func_res_query = no ; then
878 AC_CHECK_LIB(bind, __res_query)
879 ac_cv_func_res_query=$ac_cv_lib_bind___res_query
882 if test $ac_cv_func_res_query = no ; then
883 AC_CHECK_LIB(resolv, res_query)
884 ac_cv_func_res_query=$ac_cv_lib_resolv_res_query
887 if test $ac_cv_func_res_query = no ; then
888 AC_CHECK_LIB(resolv, __res_query)
889 ac_cv_func_res_query=$ac_cv_lib_resolv___res_query
892 if test "$ac_cv_func_res_query" = yes ; then
893 AC_DEFINE(HAVE_RES_QUERY,1,
894 [define if you have res_query()])
896 if test $ol_enable_dnssrv != no ; then
901 if test "$ol_enable_dnssrv" = yes -a "$ol_link_dnssrv" = no ; then
902 AC_MSG_ERROR([DNSSRV requires res_query()])
905 dnl ----------------------------------------------------------------
906 dnl PF_INET6 support requires getaddrinfo and INET6_ADDRSTRLEN
907 dnl PF_LOCAL may use getaddrinfo in available
908 AC_CHECK_FUNCS( getaddrinfo inet_ntop )
911 if test $ac_cv_func_getaddrinfo = no -o $ac_cv_func_inet_ntop = no ; then
912 if test $ol_enable_ipv6 = yes ; then
913 AC_MSG_ERROR([IPv6 support requires getaddrinfo() and inet_ntop()])
916 AC_CHECK_FUNCS( gai_strerror )
918 AC_CACHE_CHECK([INET6_ADDRSTRLEN],[ol_cv_inet6_addrstrlen],[
919 AC_EGREP_CPP(__has_inet6_addrstrlen__,[
920 # include <netinet/in.h>
921 # ifdef INET6_ADDRSTRLEN
922 __has_inet6_addrstrlen__;
924 ], [ol_cv_inet6_addrstrlen=yes], [ol_cv_inet6_addrstrlen=no])])
926 if test $ol_cv_inet6_addrstrlen = yes ; then
928 elif test $ol_enable_ipv6 = yes ; then
929 AC_MSG_ERROR([IPv6 support requires INET6_ADDRSTRLEN])
933 if test $ol_enable_local != no ; then
934 AC_CHECK_HEADERS( sys/un.h )
936 if test $ol_enable_local = auto ; then
937 ol_enable_local=$ac_cv_header_sys_un_h
938 elif test $ac_cv_header_sys_un_h = no ; then
939 AC_MSG_ERROR([AF_LOCAL domain support requires sys/un.h])
943 dnl ----------------------------------------------------------------
950 if test $ol_with_kerberos = yes -o $ol_with_kerberos = auto \
951 -o $ol_with_kerberos = k5 -o $ol_with_kerberos = k5only \
952 -o $ol_with_kerberos = k425 ; then
954 AC_CHECK_HEADERS(krb5.h)
956 if test $ac_cv_header_krb5_h = yes ; then
957 dnl lazy check for Heimdal Kerberos
958 AC_CHECK_HEADERS(heim_err.h)
959 if test $ac_cv_header_heim_err_h = yes ; then
965 if test $krb5_impl = mit; then
966 AC_CHECK_LIB(k5crypto, main,
967 [krb5crypto=k5crypto],
970 AC_CHECK_LIB(krb5, main,
972 KRB5_LIBS="-lkrb5 -l$krb5crypto -lcom_err"],
974 [-l$krb5crypto -lcom_err])
976 elif test $krb5_impl = heimdal; then
977 AC_CHECK_LIB(krb5, main,
979 KRB5_LIBS="-lkrb5 -ldes -lasn1 -lroken -lcom_err"],
981 [-ldes -lasn1 -lroken -lcom_err])
983 AC_DEFINE(HAVE_HEIMDAL_KERBEROS, 1,
984 [define if you have HEIMDAL Kerberos])
988 AC_MSG_WARN([Unrecongized Kerberos5 Implementation])
991 if test $have_krb5 = yes ; then
994 AC_DEFINE(HAVE_KRB5, 1,
995 [define if you have Kerberos V])
997 if test $ol_enable_kpasswd != no ; then
1001 if test $ol_with_kerberos = k5only ; then
1002 ol_with_kerberos=found
1005 elif test $ol_with_kerberos != auto ; then
1006 AC_MSG_ERROR([Required Kerberos 5 support not available])
1012 if test $ol_link_krb5 = yes -a \( $ol_with_kerberos = yes -o \
1013 $ol_with_kerberos = auto -o $ol_with_kerberos = k425 \) ; then
1015 AC_CHECK_HEADERS(kerberosIV/krb.h kerberosIV/des.h)
1017 if test $ac_cv_header_kerberosIV_krb_h = yes ; then
1018 if test $krb5_impl = mit; then
1019 AC_CHECK_LIB(krb4, main, [have_k425=yes
1020 KRB4_LIBS="-lkrb4 -ldes425"], [have_k425=no],
1021 [-ldes425 -lkrb5 -l$krb5crypto -lcom_err])
1023 elif test $krb5_impl = heimdal; then
1024 AC_CHECK_LIB(krb4, main, [have_k425=yes
1025 KRB4_LIBS="-lkrb4"], [have_k425=no],
1026 [-lkrb5 -ldes -lasn1 -lroken -lcom_err])
1030 AC_MSG_WARN([Unrecongized Kerberos V Implementation])
1033 if test $have_k425 = yes ; then
1034 ol_with_kerberos=found
1037 AC_DEFINE(HAVE_KRB425, 1,
1038 [define if you have Kerberos V with IV support])
1039 AC_DEFINE(HAVE_KRB4, 1,
1040 [define if you have Kerberos IV])
1042 AC_CACHE_CHECK([for des_debug in Kerberos libraries],
1043 [ol_cv_var_des_debug], [
1046 LIBS="$KRB4_LIBS $KRB5_LIBS $LIBS"
1048 #include <kerberosIV/krb.h>
1049 #include <kerberosIV/des.h>
1050 extern int des_debug;
1053 ], ol_cv_var_des_debug=yes, ol_cv_var_des_debug=no)
1054 dnl restore the LIBS
1058 if test $ol_cv_var_des_debug = yes ; then
1059 AC_DEFINE(HAVE_DES_DEBUG,1,
1060 [define if you have Kerberos des_debug])
1068 if test $ol_link_krb5 = yes ; then
1069 ol_with_kerberos=found
1072 if test $ol_with_kerberos = yes -o $ol_with_kerberos = auto \
1073 -o $ol_with_kerberos = k4 -o $ol_with_kerberos = kth ; then
1075 AC_CHECK_HEADERS(krb.h des.h krb-archaeology.h )
1077 if test $ac_cv_header_krb_h = yes ; then
1078 AC_CHECK_LIB(krb, main, [have_k4=yes], [have_k4=no], [-ldes])
1080 if test $have_k4 = yes ; then
1081 ol_with_kerberos=found
1084 AC_DEFINE(HAVE_KRB4, 1,
1085 [define if you have Kerberos IV])
1087 KRB4_LIBS="-lkrb -ldes"
1089 if test $ac_cv_header_krb_archaeology_h = yes ; then
1090 AC_DEFINE(HAVE_KTH_KERBEROS, 1,
1091 [define if you have Kth Kerberos])
1097 if test $ol_link_krb4 = yes -a $ol_enable_kpasswd != no ; then
1101 if test $ol_link_krb4 = yes -a $ol_enable_kbind != no ; then
1104 elif test $ol_enable_kbind = yes ; then
1105 AC_MSG_ERROR([Kerberos IV detection failed])
1108 if test $ol_link_krb4 = yes -o $ol_link_krb5 = yes ; then
1109 AC_DEFINE(HAVE_KERBEROS, 1, [define if you have Kerberos])
1111 elif test $ol_with_kerberos != auto -a $ol_with_kerberos != no ; then
1112 AC_MSG_ERROR([Kerberos detection failed])
1115 dnl ----------------------------------------------------------------
1118 if test $ol_with_tls != no ; then
1119 AC_CHECK_HEADERS(openssl/ssl.h ssl.h)
1121 if test $ac_cv_header_openssl_ssl_h = yes -o $ac_cv_header_ssl_h = yes ; then
1122 AC_CHECK_LIB(ssl, SSLeay_add_ssl_algorithms,
1128 if test $have_ssleay = no ; then
1129 AC_CHECK_LIB(ssl, SSL_library_init,
1131 need_rsaref=no], [have_ssleay=no],
1135 if test $have_ssleay = no ; then
1136 AC_CHECK_LIB(ssl, ssl3_accept,
1138 need_rsaref=yes], [have_ssleay=no],
1139 [-lcrypto -lRSAglue -lrsaref])
1142 if test $have_ssleay = yes ; then
1146 AC_DEFINE(HAVE_SSLEAY, 1,
1147 [define if you have SSLeay or OpenSSL])
1149 if test $need_rsaref = yes; then
1150 AC_DEFINE(HAVE_RSAREF, 1,
1151 [define if you have RSAref])
1153 TLS_LIBS="-lssl -lcrypto -lRSAglue -lrsaref"
1155 TLS_LIBS="-lssl -lcrypto"
1161 AC_WARN([TLS privacy protection not supported!])
1164 if test $ol_link_tls = yes ; then
1165 AC_DEFINE(HAVE_TLS, 1, [define if you have TLS])
1167 elif test $ol_with_tls = auto ; then
1168 AC_WARN([Could not locate TLS/SSL package])
1169 AC_WARN([TLS privacy protection not supported!])
1171 elif test $ol_with_tls != no ; then
1172 AC_ERROR([Could not locate TLS/SSL package])
1175 dnl ----------------------------------------------------------------
1176 dnl LAN Manger password checking requires DES from OpenSSL
1177 if test $ol_enable_lmpasswd != no; then
1178 if test $ol_link_tls != yes ; then
1179 AC_ERROR([LAN Manager passwords require OpenSSL])
1182 AC_DEFINE(SLAPD_LMHASH, 1, [define to support LAN Manager passwords])
1185 dnl ----------------------------------------------------------------
1186 dnl Tests for reentrant functions necessary to build a
1187 dnl thread_safe -lldap.
1190 gethostbyname_r gethostbyaddr_r \
1193 if test "$ac_cv_func_ctime_r" = no ; then
1194 ol_cv_func_ctime_r_nargs=0
1196 OL_FUNC_CTIME_R_NARGS
1197 dnl OL_FUNC_CTIME_R_TYPE
1200 if test "$ac_cv_func_gethostbyname_r" = yes ; then
1201 OL_FUNC_GETHOSTBYNAME_R_NARGS
1203 ol_cv_func_gethostbyname_r_nargs=0
1206 if test "$ac_cv_func_gethostbyaddr_r" = yes ; then
1207 OL_FUNC_GETHOSTBYADDR_R_NARGS
1209 ol_cv_func_gethostbyaddr_r_nargs=0
1212 if test "$ac_cv_func_ctime_r" = yes \
1213 -a "$ol_cv_func_ctime_r_nargs" -ge 2 \
1214 -a "$ol_cv_func_ctime_r_nargs" -le 3 \
1215 -a "$ac_cv_func_gethostbyname_r" = yes \
1216 -a "$ol_cv_func_gethostbyname_r_nargs" -ge 5 \
1217 -a "$ol_cv_func_gethostbyname_r_nargs" -le 6 \
1218 -a "$ac_cv_func_gethostbyaddr_r" = yes \
1219 -a "$ol_cv_func_gethostbyaddr_r_nargs" -ge 5 \
1220 -a "$ol_cv_func_gethostbyaddr_r_nargs" -le 6 \
1223 AC_DEFINE(LDAP_API_FEATURE_X_OPENLDAP_REENTRANT,1)
1226 dnl ----------------------------------------------------------------
1230 if test $ol_with_threads = auto -o $ol_with_threads = yes \
1231 -o $ol_with_threads = nt ; then
1235 if test "$ol_cv_nt_threads" = yes ; then
1237 ol_with_threads=found
1238 ol_with_yielding_select=yes
1240 AC_DEFINE(HAVE_NT_SERVICE_MANAGER,1,[if you have NT Service Manager])
1241 AC_DEFINE(HAVE_NT_EVENT_LOG,1,[if you have NT Event Log])
1244 if test $ol_with_threads = nt ; then
1245 AC_MSG_ERROR([could not locate NT Threads])
1249 if test $ol_with_threads = auto -o $ol_with_threads = yes \
1250 -o $ol_with_threads = posix ; then
1252 AC_CHECK_HEADERS(pthread.h)
1254 if test $ac_cv_header_pthread_h = yes ; then
1255 OL_POSIX_THREAD_VERSION
1257 if test $ol_cv_pthread_version = final ; then
1258 AC_DEFINE(HAVE_PTHREADS_FINAL,1,
1259 [define if pthreads API compatible with final spec])
1260 elif test $ol_cv_pthread_version = draft4 ; then
1261 AC_DEFINE(HAVE_PTHREADS_D4,1,
1262 [define if pthreads API compatible with draft4 spec])
1264 AC_MSG_ERROR([unknown pthread version])
1267 # consider threads found
1268 ol_with_threads=found
1270 OL_HEADER_LINUX_THREADS
1271 OL_HEADER_GNU_PTH_PTHREAD_H
1273 if test $ol_cv_header_gnu_pth_pthread_h = no ; then
1274 AC_CHECK_HEADERS(sched.h)
1277 dnl Now the hard part, how to link?
1279 dnl currently supported checks:
1281 dnl Check for no flags
1282 dnl pthread_create() in $LIBS
1284 dnl Check special pthread (final) flags
1285 dnl [skipped] pthread_create() with -mt (Solaris) [disabled]
1286 dnl pthread_create() with -kthread (FreeBSD)
1287 dnl pthread_create() with -pthread (FreeBSD/Digital Unix)
1288 dnl pthread_create() with -pthreads (?)
1289 dnl pthread_create() with -mthreads (AIX)
1290 dnl pthread_create() with -thread (?)
1292 dnl Check pthread (final) libraries
1293 dnl pthread_mutex_unlock() in -lpthread -lmach -lexc -lc_r (OSF/1)
1294 dnl pthread_mutex_lock() in -lpthread -lmach -lexc (OSF/1)
1295 dnl [skipped] pthread_mutex_trylock() in -lpthread -lexc (OSF/1)
1296 dnl pthread_join() -Wl,-woff,85 -lpthread (IRIX)
1297 dnl pthread_create() in -lpthread (many)
1298 dnl pthread_create() in -lc_r (FreeBSD)
1300 dnl Check pthread (draft4) flags (depreciated)
1301 dnl pthread_create() with -threads (OSF/1)
1303 dnl Check pthread (draft4) libraries (depreciated)
1304 dnl pthread_mutex_unlock() in -lpthreads -lmach -lexc -lc_r (OSF/1)
1305 dnl pthread_mutex_lock() in -lpthreads -lmach -lexc (OSF/1)
1306 dnl pthread_mutex_trylock() in -lpthreads -lexc (OSF/1)
1307 dnl pthread_create() in -lpthreads (many)
1310 dnl pthread_create in $LIBS
1311 AC_CACHE_CHECK([for pthread_create in default libraries],
1312 ol_cv_pthread_create,[
1313 AC_TRY_RUN(OL_PTHREAD_TEST_PROGRAM,
1314 [ol_cv_pthread_create=yes],
1315 [ol_cv_pthread_create=no],
1316 [AC_TRY_LINK(OL_PTHREAD_TEST_INCLUDES,OL_PTHREAD_TEST_FUNCTION,
1317 [ol_cv_pthread_create=yes],
1318 [ol_cv_pthread_create=no])])])
1320 if test $ol_cv_pthread_create != no ; then
1321 ol_link_threads=posix
1325 dnl OL_PTHREAD_TRY([-mt], [ol_cv_pthread_mt])
1326 OL_PTHREAD_TRY([-kthread], [ol_cv_pthread_kthread])
1327 OL_PTHREAD_TRY([-pthread], [ol_cv_pthread_pthread])
1328 OL_PTHREAD_TRY([-pthreads], [ol_cv_pthread_pthreads])
1329 OL_PTHREAD_TRY([-mthreads], [ol_cv_pthread_mthreads])
1330 OL_PTHREAD_TRY([-thread], [ol_cv_pthread_thread])
1332 OL_PTHREAD_TRY([-lpthread -lmach -lexc -lc_r],
1333 [ol_cv_pthread_lpthread_lmach_lexc_lc_r])
1334 OL_PTHREAD_TRY([-lpthread -lmach -lexc],
1335 [ol_cv_pthread_lpthread_lmach_lexc])
1336 dnl OL_PTHREAD_TRY([-lpthread -lexc],
1337 dnl [ol_cv_pthread_lpthread_lexc])
1339 OL_PTHREAD_TRY([-lpthread -Wl,-woff,85],
1340 [ol_cv_pthread_lib_lpthread_woff])
1342 OL_PTHREAD_TRY([-lpthread], [ol_cv_pthread_lpthread])
1343 OL_PTHREAD_TRY([-lc_r], [ol_cv_pthread_lc_r])
1345 OL_PTHREAD_TRY([-threads], [ol_cv_pthread_threads])
1347 OL_PTHREAD_TRY([-lpthreads -lmach -lexc -lc_r],
1348 [ol_cv_pthread_lpthreads_lmach_lexc_lc_r])
1349 OL_PTHREAD_TRY([-lpthreads -lmach -lexc],
1350 [ol_cv_pthread_lpthreads_lmach_lexc])
1351 OL_PTHREAD_TRY([-lpthreads -lexc],
1352 [ol_cv_pthread_lpthreads_lexc])
1354 OL_PTHREAD_TRY([-lpthreads],[ol_cv_pthread_lib_lpthreads])
1356 if test $ol_link_threads != no ; then
1357 AC_DEFINE(HAVE_PTHREADS,1,
1358 [define if you have POSIX Threads])
1360 LTHREAD_LIBS="$LTHREAD_LIBS $ol_link_pthreads"
1363 save_CPPFLAGS="$CPPFLAGS"
1365 LIBS="$LTHREAD_LIBS $LIBS"
1367 dnl All POSIX Thread (final) implementations should have
1368 dnl sched_yield instead of pthread yield.
1370 AC_CHECK_FUNCS(sched_yield pthread_yield)
1372 if test $ac_cv_func_sched_yield = no -a \
1373 $ac_cv_func_pthread_yield = no ; then
1374 dnl Digital UNIX has sched_yield() in -lrt
1375 AC_CHECK_LIB(rt, sched_yield,
1376 [LTHREAD_LIBS="$LTHREAD_LIBS -lrt"
1377 AC_DEFINE(HAVE_SCHED_YIELD,1,
1378 [Define if you have the sched_yield function.])
1379 ac_cv_func_sched_yield=yes],
1380 [ac_cv_func_sched_yield=no])
1382 if test $ac_cv_func_sched_yield = no -a \
1383 $ac_cv_func_pthread_yield = no ; then
1384 dnl Solaris has sched_yield() stub in -lposix4
1385 dnl but we'll use thr_yield instead.
1386 AC_CHECK_FUNCS(thr_yield)
1388 if test $ac_cv_func_sched_yield = no -a \
1389 $ac_cv_func_pthread_yield = no -a \
1390 "$ac_cv_func_thr_yield" = no ; then
1391 AC_MSG_WARN([could not locate sched_yield() or pthread_yield()])
1394 dnl Check functions for compatibility
1395 AC_CHECK_FUNCS(pthread_kill pthread_rwlock_destroy)
1397 dnl Check for pthread_detach with <pthread.h> inclusion
1398 dnl as it's symbol may have been mangled.
1399 AC_CACHE_CHECK([for pthread_detach with <pthread.h>],
1400 [ol_cv_func_pthread_detach], [
1403 #include <pthread.h>
1405 #define NULL (void*)0
1408 [pthread_detach(NULL);],
1409 [ol_cv_func_pthread_detach=yes],
1410 [ol_cv_func_pthread_detach=no])
1413 if test $ol_cv_func_pthread_detach = no ; then
1414 AC_MSG_ERROR([could not locate pthread_detach()])
1417 AC_DEFINE(HAVE_PTHREAD_DETACH,1,
1418 [define if you have pthread_detach function])
1420 dnl Check for setconcurreny functions
1422 pthread_setconcurrency \
1423 pthread_getconcurrency \
1424 thr_setconcurrency \
1425 thr_getconcurrency \
1428 OL_SYS_LINUX_THREADS
1431 if test $ol_cv_linux_threads = error; then
1432 AC_MSG_ERROR([LinuxThreads header/library mismatch]);
1435 AC_CACHE_CHECK([if pthread_create() works],
1436 ol_cv_pthread_create_works,[
1437 AC_TRY_RUN(OL_PTHREAD_TEST_PROGRAM,
1438 [ol_cv_pthread_create_works=yes],
1439 [ol_cv_pthread_create_works=no],
1441 ol_cv_pthread_create_works=yes])])
1443 if test $ol_cv_pthread_create_works = no ; then
1444 AC_MSG_ERROR([pthread_create is not usable, check environment settings])
1447 dnl Check if select causes an yield
1448 if test $ol_with_yielding_select = auto ; then
1449 AC_CACHE_CHECK([if select yields when using pthreads],
1450 ol_cv_pthread_select_yields,[
1452 #include <sys/types.h>
1453 #include <sys/time.h>
1455 #include <pthread.h>
1457 #define NULL (void*) 0
1460 static int fildes[2];
1462 static void *task(p)
1474 FD_SET(fildes[0], &rfds);
1476 /* we're not interested in any fds */
1477 i = select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
1484 exit(0); /* if we exit here, the select blocked the whole process */
1487 int main(argc, argv)
1493 /* create a pipe to select */
1494 if(pipe(&fildes[0])) {
1499 #ifdef HAVE_PTHREAD_SETCONCURRENCY
1500 (void) pthread_setconcurrency(2);
1502 #ifdef HAVE_THR_SETCONCURRENCY
1503 /* Set Solaris LWP concurrency to 2 */
1504 thr_setconcurrency(2);
1508 #if HAVE_PTHREADS_D4
1509 pthread_create(&t, pthread_attr_default, task, NULL);
1511 pthread_create(&t, NULL, task, NULL);
1514 #if HAVE_SCHED_YIELD
1515 sched_yield(); /* make sure task runs first */
1517 #ifdef HAVE_PTHREAD_YIELD
1518 pthread_yield(); /* make sure task runs first */
1524 [ol_cv_pthread_select_yields=no],
1525 [ol_cv_pthread_select_yields=yes],
1526 [ol_cv_pthread_select_yields=cross])])
1528 if test $ol_cv_pthread_select_yields = cross ; then
1529 AC_MSG_ERROR([crossing compiling: use --with-yielding_select=yes|no|manual])
1532 if test $ol_cv_pthread_select_yields = yes ; then
1533 ol_with_yielding_select=yes
1538 CPPFLAGS="$save_CPPFLAGS"
1541 AC_MSG_ERROR([could not locate usable POSIX Threads])
1545 if test $ol_with_threads = posix ; then
1546 AC_MSG_ERROR([could not locate POSIX Threads])
1550 if test $ol_with_threads = auto -o $ol_with_threads = yes \
1551 -o $ol_with_threads = mach ; then
1553 dnl check for Mach CThreads
1554 AC_CHECK_HEADERS(mach/cthreads.h cthread.h)
1555 if test $ac_cv_header_mach_cthreads_h = yes ; then
1556 ol_with_threads=found
1558 dnl check for cthread support in current $LIBS
1559 AC_CHECK_FUNC(cthread_fork,[ol_link_threads=yes])
1561 if test $ol_link_threads = no ; then
1563 dnl this test needs work
1564 AC_CACHE_CHECK([for cthread_fork with -all_load],
1565 [ol_cv_cthread_all_load], [
1568 LIBS="-all_load $LIBS"
1569 AC_TRY_LINK([#include <mach/cthreads.h>],[
1570 cthread_fork((void *)0, (void *)0);
1571 ], ol_cv_cthread_all_load=yes, ol_cv_cthread_all_load=no)
1572 dnl restore the LIBS
1576 if test $ol_cv_cthread_all_load = yes ; then
1577 LTHREAD_LIBS="$LTHREAD_LIBS -all_load"
1578 ol_link_threads=mach
1582 elif test $ac_cv_header_cthreads_h = yes ; then
1583 dnl Hurd variant of Mach Cthreads
1584 dnl uses <cthreads.h> and -lthreads
1586 ol_with_threads=found
1590 LIBS="$LIBS -lthreads"
1591 AC_CHECK_FUNC(cthread_fork,[ol_link_threads=yes])
1594 if test $ol_link_threads = yes ; then
1595 LTHREAD_LIBS="-lthreads"
1596 ol_link_threads=mach
1598 AC_MSG_ERROR([could not link with Mach CThreads])
1601 elif test $ol_with_threads = mach ; then
1602 AC_MSG_ERROR([could not locate Mach CThreads])
1605 if test $ol_link_threads = mach ; then
1606 AC_DEFINE(HAVE_MACH_CTHREADS,1,
1607 [define if you have Mach Cthreads])
1608 elif test $ol_with_threads = found ; then
1609 AC_MSG_ERROR([could not link with Mach CThreads])
1613 if test $ol_with_threads = auto -o $ol_with_threads = yes \
1614 -o $ol_with_threads = pth ; then
1616 AC_CHECK_HEADERS(pth.h)
1618 if test $ac_cv_header_pth_h = yes ; then
1619 AC_CHECK_LIB(pth, pth_version, [have_pth=yes], [have_pth=no])
1621 if test $have_pth = yes ; then
1622 AC_DEFINE(HAVE_GNU_PTH,1,[if you have GNU Pth])
1623 LTHREAD_LIBS="$LTHREAD_LIBS -lpth"
1626 if test $ol_with_yielding_select = auto ; then
1627 ol_with_yielding_select=yes
1633 if test $ol_with_threads = auto -o $ol_with_threads = yes \
1634 -o $ol_with_threads = lwp ; then
1636 dnl check for SunOS5 LWP
1637 AC_CHECK_HEADERS(thread.h synch.h)
1638 if test $ac_cv_header_thread_h = yes -a $ac_cv_header_synch_h = yes ; then
1639 AC_CHECK_LIB(thread, thr_create, [have_thr=yes], [have_thr=no])
1641 if test $have_thr = yes ; then
1642 AC_DEFINE(HAVE_THR,1,
1643 [if you have Solaris LWP (thr) package])
1644 LTHREAD_LIBS="$LTHREAD_LIBS -lthread"
1647 if test $ol_with_yielding_select = auto ; then
1648 ol_with_yielding_select=yes
1651 dnl Check for setconcurreny functions
1653 thr_setconcurrency \
1654 thr_getconcurrency \
1659 dnl check for SunOS4 LWP
1660 AC_CHECK_HEADERS(lwp/lwp.h)
1661 if test $ac_cv_header_lwp_lwp_h = yes ; then
1662 AC_CHECK_LIB(lwp, lwp_create, [have_lwp=yes], [have_lwp=no])
1664 if test $have_lwp = yes ; then
1665 AC_DEFINE(HAVE_LWP,1,
1666 [if you have SunOS LWP package])
1667 LTHREAD_LIBS="$LTHREAD_LIBS -llwp"
1670 if test $ol_with_yielding_select = auto ; then
1671 ol_with_yielding_select=no
1677 if test $ol_with_yielding_select = yes ; then
1678 AC_DEFINE(HAVE_YIELDING_SELECT,1,
1679 [define if select implicitly yields])
1682 if test $ol_with_threads = manual ; then
1683 dnl User thinks he can manually configure threads.
1686 AC_MSG_WARN([thread defines and link options must be set manually])
1688 AC_CHECK_HEADERS(pthread.h sched.h)
1689 AC_CHECK_FUNCS(sched_yield pthread_yield)
1690 OL_HEADER_LINUX_THREADS
1692 AC_CHECK_HEADERS(mach/cthreads.h)
1693 AC_CHECK_HEADERS(lwp/lwp.h)
1694 AC_CHECK_HEADERS(thread.h synch.h)
1697 if test $ol_link_threads != no -a $ol_link_threads != nt ; then
1698 dnl needed to get reentrant/threadsafe versions
1700 AC_DEFINE(REENTRANT,1)
1701 AC_DEFINE(_REENTRANT,1)
1702 AC_DEFINE(THREAD_SAFE,1)
1703 AC_DEFINE(_THREAD_SAFE,1)
1704 AC_DEFINE(THREADSAFE,1)
1705 AC_DEFINE(_THREADSAFE,1)
1706 AC_DEFINE(_SGI_MP_SOURCE,1)
1708 dnl The errno declaration may dependent upon _REENTRANT.
1709 dnl If it does, we must link with thread support.
1710 AC_CACHE_CHECK([for thread specific errno],
1711 [ol_cv_errno_thread_specific], [
1712 AC_TRY_LINK([#include <errno.h>], [errno = 0;],
1713 [ol_cv_errno_thread_specific=yes],
1714 [ol_cv_errno_thread_specific=no])
1717 dnl The h_errno declaration may dependent upon _REENTRANT.
1718 dnl If it does, we must link with thread support.
1719 AC_CACHE_CHECK([for thread specific h_errno],
1720 [ol_cv_h_errno_thread_specific], [
1721 AC_TRY_LINK([#include <netdb.h>], [h_errno = 0;],
1722 [ol_cv_h_errno_thread_specific=yes],
1723 [ol_cv_h_errno_thread_specific=no])
1726 if test $ol_cv_errno_thread_specific != yes \
1727 -o $ol_cv_h_errno_thread_specific != yes ; then
1728 LIBS="$LTHREAD_LIBS $LIBS"
1732 dnl When in thread environment, use
1733 dnl #if defined( HAVE_REENTRANT_FUNCTIONS ) \
1734 dnl || defined( HAVE_FUNC_R )
1737 dnl # if defined( HAVE_THREADS )
1741 dnl # if defined( HAVE_THREADS )
1746 dnl HAVE_REENTRANT_FUNCTIONS is derived from:
1747 dnl _POSIX_REENTRANT_FUNCTIONS
1748 dnl _POSIX_THREAD_SAFE_FUNCTIONS
1749 dnl _POSIX_THREADSAFE_FUNCTIONS
1751 dnl and is currently defined in lthread.h
1753 dnl HAVE_THREADS is defined by lthread.h iff -UNO_THREADS
1755 dnl libldap/*.c should only include <lthread.h> iff
1756 dnl LDAP_R_COMPILE is defined. ie:
1757 dnl #ifdef LDAP_R_COMPILE
1758 dnl # include LDAP_R_COMPILE
1761 dnl LDAP_R_COMPILE is defined by libldap_r/Makefile.in
1762 dnl specifically for compiling the threadsafe version of
1763 dnl the ldap library (-lldap_r).
1765 dnl dnl check for reentrant/threadsafe functions
1767 dnl dnl note: these should only be used when linking
1768 dnl dnl with $LTHREAD_LIBS
1770 dnl save_CPPFLAGS="$CPPFLAGS"
1771 dnl save_LIBS="$LIBS"
1772 dnl LIBS="$LTHREAD_LIBS $LIBS"
1773 dnl AC_CHECK_FUNCS( \
1775 dnl gethostbyaddr_r gethostbyname_r \
1776 dnl feof_unlocked unlocked_feof \
1777 dnl putc_unlocked unlocked_putc \
1778 dnl flockfile ftrylockfile \
1780 dnl CPPFLAGS="$save_CPPFLAGS"
1781 dnl LIBS="$save_LIBS"
1784 if test $ol_link_threads = no ; then
1785 if test $ol_with_threads = yes ; then
1786 AC_MSG_ERROR([no suitable thread support])
1789 if test $ol_with_threads = auto ; then
1790 AC_MSG_WARN([no suitable thread support, disabling threads])
1794 AC_DEFINE(NO_THREADS,1,
1795 [define if you have (or want) no threads])
1799 if test $ol_link_threads != no ; then
1800 AC_DEFINE(LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE,1)
1803 dnl ----------------------------------------------------------------
1806 if test $ol_with_ldbm_api = auto \
1807 -o $ol_with_ldbm_api = berkeley \
1808 -o $ol_with_ldbm_api = bcompat ; then
1810 if test $ol_with_ldbm_api = bcompat; then \
1811 OL_BERKELEY_COMPAT_DB
1816 if test $ol_cv_berkeley_db != no ; then
1817 AC_DEFINE(HAVE_BERKELEY_DB,1,
1818 [define this if Berkeley DB is available])
1820 ol_link_ldbm=berkeley
1821 ol_with_ldbm_api=berkeley
1823 if test $ol_with_ldbm_type = hash ; then
1824 AC_DEFINE(LDBM_USE_DBHASH,1,
1825 [define this to use DBHASH w/ LDBM backend])
1827 AC_DEFINE(LDBM_USE_DBBTREE,1,
1828 [define this to use DBBTREE w/ LDBM backend])
1831 dnl $ol_cv_lib_db should be yes or -ldb
1832 dnl (it could be no, but that would be an error
1833 if test $ol_cv_lib_db != yes ; then
1834 LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_db"
1839 if test $ol_enable_bdb = yes -a $ol_link_ldbm != berkeley ; then
1840 AC_MSG_ERROR(BerkeleyDB not availabl)
1841 elif test $ol_enable_bdb != no -a $ol_link_ldbm != no ; then
1845 if test $ol_link_ldbm = no -a $ol_with_ldbm_type = btree ; then
1846 AC_MSG_WARN(Could not find LDBM with BTREE support)
1847 ol_with_ldbm_api=none
1850 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = mdbm ; then
1853 if test $ol_cv_mdbm = yes ; then
1855 ol_with_ldbm_api=mdbm
1856 if test $ol_cv_lib_mdbm != yes ; then
1857 LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_mdbm"
1862 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = gdbm ; then
1865 if test $ol_cv_gdbm = yes ; then
1867 ol_with_ldbm_api=gdbm
1869 if test $ol_cv_lib_gdbm != yes ; then
1870 LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_gdbm"
1875 if test $ol_with_ldbm_api = ndbm ; then
1878 if test $ol_cv_ndbm = yes ; then
1880 ol_with_ldbm_api=ndbm
1882 if test $ol_cv_lib_ndbm != yes ; then
1883 LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_ndbm"
1888 if test $ol_link_ldbm = no -a $ol_enable_ldbm != no ; then
1889 AC_MSG_WARN(could not find suitable LDBM backend)
1890 if test $ol_enable_ldbm = yes ; then
1891 AC_MSG_ERROR(select appropriate LDBM options or disable)
1894 AC_MSG_WARN(disabling LDBM)
1898 dnl ----------------------------------------------------------------
1899 if test $ol_enable_dynamic = yes -a $enable_shared = yes ; then
1900 LINK_BINS_DYNAMIC="yes"
1902 LINK_BINS_DYNAMIC="no"
1905 dnl ----------------------------------------------------------------
1906 if test $ol_enable_wrappers != no ; then
1907 AC_CHECK_HEADERS(tcpd.h)
1909 if test $ac_cv_header_tcpd_h != yes ; then
1913 int allow_severity = 0;
1914 int deny_severity = 0;
1915 ],[hosts_access()],[have_wrappers=yes],[have_wrappers=no])
1918 if test $have_wrappers = yes ; then
1919 AC_DEFINE(HAVE_TCPD,1, [define if you have -lwrap])
1922 dnl We add another check for -lnsl since some libwrap's
1923 dnl need it, but it isn't always included from above
1924 AC_CHECK_LIB(nsl, main)
1926 AC_MSG_WARN(could not find -lwrap)
1927 if test $ol_enable_wrappers = yes ; then
1928 AC_MSG_ERROR(could not find wrappers, select appropriate options or disable)
1931 AC_MSG_WARN(disabling wrappers support)
1932 ol_enable_wrappers=no
1937 dnl ----------------------------------------------------------------
1938 if test $ol_enable_syslog != no ; then
1939 AC_CHECK_FUNC(openlog)
1940 if test $ac_cv_func_openlog = no -a $ol_enable_syslog = yes; then
1941 AC_MSG_ERROR(could not find syslog, select appropriate options or disable)
1943 ol_enable_syslog=$ac_cv_func_openlog
1946 dnl ----------------------------------------------------------------
1947 dnl dmalloc support (deprecated in favor of -DCSRIMALLOC support)
1948 dnl if test $ol_enable_dmalloc != no ; then
1949 dnl AC_CHECK_HEADERS(dmalloc.h)
1950 dnl AC_CHECK_LIB(dmalloc, dmalloc_shutdown)
1953 dnl ----------------------------------------------------------------
1956 if test $ol_enable_sql != no ; then
1957 AC_CHECK_LIB(iodbc,SQLDriverConnect,[have_iodbc=yes],[have_iodbc=no])
1958 if test $have_iodbc = yes ; then
1959 ol_link_sql="-liodbc"
1961 AC_CHECK_LIB(odbc,SQLDriverConnect,[have_odbc=yes],[have_odbc=no])
1962 if test $have_odbc = yes ; then
1963 ol_link_sql="-lodbc"
1967 if test $ol_link_sql != no ; then
1968 SLAPD_SQL_LIBS="$ol_link_sql"
1970 elif test $ol_enable_sql != auto ; then
1971 AC_MSG_ERROR([could not locate suitable ODBC library])
1975 dnl ----------------------------------------------------------------
1977 if test $ol_enable_tcl != no ; then
1978 AC_CHECK_HEADERS(tcl.h)
1980 if test $ac_cv_header_tcl_h != yes ; then
1983 for lib in tcl tcl7.6 tcl8.0 tcl8.2 ; do
1984 AC_CHECK_LIB($lib,main,
1986 if test x"$ol_with_tcl_module" = "xstatic" ; then
1987 SLAPD_LIBS="$SLAPD_LIBS -l${lib}"
1989 MOD_TCL_LIB="-l${lib}"
1990 fi;break],[have_tcl=no])
1994 if test $have_tcl != yes ; then
1995 AC_MSG_WARN([could not find -ltcl])
1996 if test $ol_enable_tcl = yes ; then
1997 AC_MSG_ERROR([could not find tcl, select appropriate options or disable])
2004 dnl ----------------------------------------------------------------
2005 dnl ud needs termcap (should insert check here)
2007 AC_CHECK_HEADERS(termcap.h ncurses.h)
2009 if test $ol_link_termcap = no ; then
2010 AC_CHECK_LIB(termcap, tputs, [have_termcap=yes], [have_termcap=no])
2011 if test $have_termcap = yes ; then
2012 AC_DEFINE(HAVE_TERMCAP, 1, [define if you have -ltermcap])
2014 TERMCAP_LIBS=-ltermcap
2018 if test $ol_link_termcap = no ; then
2019 AC_CHECK_LIB(ncurses, initscr, [have_ncurses=yes], [have_ncurses=no])
2020 if test $have_ncurses = yes ; then
2021 AC_DEFINE(HAVE_NCURSES, 1, [define if you have -lncurses])
2023 TERMCAP_LIBS=-lncurses
2027 if test $ol_link_termcap = no ; then
2028 AC_DEFINE(NO_TERMCAP,1, [define if you have no termcap support])
2032 dnl ----------------------------------------------------------------
2034 dnl Check for Cyrus SASL
2038 if test $ol_with_cyrus_sasl != no ; then
2039 AC_CHECK_HEADERS(sasl.h)
2041 if test $ac_cv_header_sasl_h = yes ; then
2042 AC_CHECK_LIB(sasl, sasl_client_init,
2043 [have_cyrus_sasl=yes], [have_cyrus_sasl=no])
2045 if test $have_cyrus_sasl != no ; then
2047 AC_DEFINE(HAVE_CYRUS_SASL,1,[define if you have Cyrus SASL])
2052 if test $ol_link_sasl = no ; then
2053 if test $ol_with_cyrus_sasl != auto ; then
2054 AC_MSG_ERROR([Could not locate Cyrus SASL])
2056 AC_MSG_WARN([Could not locate Cyrus SASL])
2057 AC_MSG_WARN([SASL authentication not supported!])
2058 if test $ol_link_tls = no ; then
2059 AC_MSG_WARN([Strong authentication not supported!])
2063 elif test $ol_enable_spasswd != no ; then
2068 AC_MSG_WARN([SASL authentication not supported!])
2069 if test $ol_link_tls = no ; then
2070 AC_MSG_WARN([Strong authentication not supported!])
2074 dnl ----------------------------------------------------------------
2075 dnl Check for entropy sources
2076 if test $cross_compiling != yes ; then
2078 if test -r /dev/urandom ; then
2080 elif test -r /idev/urandom ; then
2081 dev="/idev/urandom";
2082 elif test -r /dev/srandom ; then
2084 elif test -r /dev/random ; then
2086 elif test -r /idev/random ; then
2090 if test $dev != no ; then
2091 AC_DEFINE_UNQUOTED(URANDOM_DEVICE,"$dev",[set to urandom device])
2095 dnl ----------------------------------------------------------------
2097 dnl Check for fetch URL support
2098 dnl should be extended to support other fetch URL APIs
2101 if test $ol_with_fetch != no ; then
2104 if test $ol_cv_lib_fetch != no ; then
2105 LDIF_LIBS="$LDIF_LIBS $ol_link_fetch"
2106 ol_link_fetch=freebsd
2108 elif test $ol_with_fetch != auto ; then
2109 AC_MSG_ERROR(no suitable API for --with-fetch=$ol_with_fetch)
2113 dnl ----------------------------------------------------------------
2115 dnl Check for GNU readline
2118 if test $ol_with_readline != no ; then
2119 AC_CHECK_HEADERS(readline/readline.h readline/history.h)
2121 if test $ac_cv_header_readline_readline_h = yes ; then
2123 LIBS="$TERMCAP_LIBS $LIBS"
2124 AC_CHECK_LIB(readline, readline,
2125 [have_readline=yes], [have_readline=no])
2128 if test $have_readline = yes ; then
2129 ol_with_readline=found
2130 ol_link_readline=yes
2132 READLINE_LIBS="-lreadline"
2137 if test $ol_link_readline = yes ; then
2138 AC_DEFINE(HAVE_READLINE, 1, [define if you have -lreadline])
2142 dnl ----------------------------------------------------------------
2143 dnl FreeBSD (and others) have crypt(3) in -lcrypt
2144 if test $ol_enable_crypt != no ; then
2145 AC_CHECK_FUNC(crypt, [have_crypt=yes], [
2146 AC_CHECK_LIB(crypt, crypt, [LUTIL_LIBS="$LUTIL_LIBS -lcrypt"
2147 have_crypt=yes], [have_crypt=no])])
2149 if test $have_crypt = yes ; then
2150 AC_DEFINE(HAVE_CRYPT,1, [define if crypt(3) is available])
2152 AC_MSG_WARN(could not find crypt)
2153 if test $ol_enable_crypt = yes ; then
2154 AC_MSG_ERROR(could not find crypt, select appropriate options or disable)
2157 AC_MSG_WARN(disabling crypt support)
2162 dnl ----------------------------------------------------------------
2163 dnl FreeBSD (and others) have setproctitle(3) in -lutil
2164 if test $ol_enable_proctitle != no ; then
2165 AC_CHECK_FUNC(setproctitle, [have_setproctitle=yes], [
2166 AC_CHECK_LIB(util, setproctitle,
2167 [have_setproctitle=yes
2168 LUTIL_LIBS="$LUTIL_LIBS -lutil"],
2169 [have_setproctitle=no
2170 LIBOBJS="$LIBOBJS setproctitle.o"
2171 LIBSRCS="$LIBSRCS setproctitle.c"])])
2173 if test $have_setproctitle = yes ; then
2174 AC_DEFINE(HAVE_SETPROCTITLE,1,
2175 [define if setproctitle(3) is available])
2179 dnl ----------------------------------------------------------------
2180 dnl Check for SLPv2 Compliant API Library
2181 if test $ol_enable_slp != no ; then
2182 AC_CHECK_HEADERS( slp.h )
2184 if test $ac_cv_header_slp_h = yes ; then
2185 AC_CHECK_LIB(slp, SLPOpen, [have_slp=yes], [have_slp=no])
2186 if test $have_slp = yes ; then
2187 AC_DEFINE(HAVE_SLP, 1, [define if you have -lslp])
2188 SLAPD_SLP_LIBS=-lslp
2191 elif test $ol_enable_slp = yes ; then
2192 AC_MSG_ERROR([SLP not found])
2196 dnl ----------------------------------------------------------------
2197 dnl Checks for typedefs, structures, and compiler characteristics.
2205 AC_CHECK_TYPE(ssize_t, [signed int])
2206 AC_CHECK_TYPE(caddr_t, [char *])
2209 AC_STRUCT_ST_BLKSIZE
2213 OL_TYPE_SIG_ATOMIC_T
2215 dnl AC_TYPE_GETGROUPS
2217 OL_STRUCT_PASSWD_PW_GECOS
2218 OL_STRUCT_PASSWD_PW_PASSWD
2224 if test $cross_compiling = yes ; then
2225 AC_DEFINE(CROSS_COMPILING, 1, [define if cross compiling])
2230 AC_COMPILE_CHECK_SIZEOF(short)
2231 AC_COMPILE_CHECK_SIZEOF(int)
2232 AC_COMPILE_CHECK_SIZEOF(long)
2234 if test "$ac_cv_sizeof_int" -lt 4 ; then
2235 AC_MSG_WARN([OpenLDAP requires 'int' to be 32 bits or greater.])
2237 AC_DEFINE(LBER_INT_T,long)
2239 AC_DEFINE(LBER_INT_T,int)
2242 AC_DEFINE(LBER_LEN_T,long)
2243 AC_DEFINE(LBER_SOCKET_T,int)
2244 AC_DEFINE(LBER_TAG_T,long)
2246 dnl ----------------------------------------------------------------
2247 dnl Checks for library functions.
2249 dnl AM_FUNC_MKTIME dnl checks for sys/time.h and unistd.h
2255 dnl Check for NT specific routines
2256 AC_CHECK_FUNC(_spawnlp, AC_DEFINE(HAVE_SPAWNLP,1,[if you have spawnlp()]))
2258 AC_CHECK_FUNC(_snprintf, [ac_cv_func_snprintf=yes
2259 AC_DEFINE(snprintf, _snprintf, [define to snprintf routine])
2262 AC_CHECK_FUNC(_vsnprintf, [ac_cv_func_vsnprintf=yes
2263 AC_DEFINE(vsnprintf, _vsnprintf, [define to vsnprintf routine])
2268 if test $ac_cv_func_vprintf = yes ; then
2269 dnl check for vsnprintf
2270 AC_CHECK_FUNCS(vsnprintf vsprintf)
2325 dnl We actually may need to replace more than this.
2326 AC_REPLACE_FUNCS(getopt)
2328 if test "$ac_cv_func_getopt" != yes; then
2329 LIBSRCS="$LIBSRCS getopt.c"
2332 dnl ----------------------------------------------------------------
2333 # Check Configuration
2336 dnl ----------------------------------------------------------------
2337 dnl Sort out defines
2339 if test "$ol_enable_debug" != no ; then
2340 AC_DEFINE(LDAP_DEBUG,1,
2341 [define this to add debugging code])
2343 if test "$ol_enable_syslog" = yes ; then
2344 AC_DEFINE(LDAP_SYSLOG,1,
2345 [define this to add syslog code])
2347 if test "$ol_enable_cache" = no ; then
2348 AC_DEFINE(LDAP_NOCACHE,1,
2349 [define this to remove -lldap cache support])
2351 if test "$ol_link_kbind" != no ; then
2352 AC_DEFINE(LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND,LDAP_VENDOR_VERSION)
2354 if test "$ol_enable_proctitle" != no ; then
2355 AC_DEFINE(LDAP_PROCTITLE,1,
2356 [define this for LDAP process title support])
2358 if test "$ol_enable_referrals" != no ; then
2359 AC_DEFINE(LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS,LDAP_VENDOR_VERSION)
2361 if test "$ol_enable_local" != no; then
2362 AC_DEFINE(LDAP_PF_LOCAL,1,[define to support PF_LOCAL])
2364 if test "$ol_link_ipv6" != no; then
2365 AC_DEFINE(LDAP_PF_INET6,1,[define to support PF_INET6])
2367 if test "$ol_enable_cleartext" != no ; then
2368 AC_DEFINE(SLAPD_CLEARTEXT,1,[define to support cleartext passwords])
2370 if test "$ol_enable_crypt" != no ; then
2371 AC_DEFINE(SLAPD_CRYPT,1,[define to support crypt(3) passwords])
2373 if test "$ol_link_kpasswd" != no ; then
2374 AC_DEFINE(SLAPD_KPASSWD,1,[define to support Kerberos passwords])
2376 if test "$ol_link_spasswd" != no ; then
2377 AC_DEFINE(SLAPD_SPASSWD,1,[define to support SASL passwords])
2379 dnl if test "$ol_enable_multimaster" != no ; then
2380 dnl AC_DEFINE(SLAPD_MULTIMASTER,1,[define to support multimaster replication])
2382 if test "$ol_enable_phonetic" != no ; then
2383 AC_DEFINE(SLAPD_PHONETIC,1,[define to support phonetic])
2385 if test "$ol_enable_rlookups" != no ; then
2386 AC_DEFINE(SLAPD_RLOOKUPS,1,[define to support reverse lookups])
2388 if test "$ol_enable_aci" != no ; then
2389 AC_DEFINE(SLAPD_ACI_ENABLED,1,[define to support per-object ACIs])
2392 if test "$ol_link_modules" != no ; then
2393 AC_DEFINE(SLAPD_MODULES,1,[define to support modules])
2395 SLAPD_MODULES_LDFLAGS="-dlopen self"
2398 if test "$ol_enable_bdb" != no ; then
2399 AC_DEFINE(SLAPD_BDB,1,[define to support BDB backend])
2402 if test "$ol_with_bdb_module" != static ; then
2403 AC_DEFINE(SLAPD_BDB_DYNAMIC,1,
2404 [define to support dynamic BDB backend])
2406 BUILD_BDB_DYNAMIC=shared
2407 SLAPD_MODULES_LIST="$SLAPD_MODULES_LIST -dlopen \$(SLAP_DIR)back-bdb/back_bdb.la"
2411 if test "$ol_link_dnssrv" != no ; then
2412 AC_DEFINE(SLAPD_DNSSRV,1,[define to support DNS SRV backend])
2415 if test "$ol_with_dnssrv_module" != static ; then
2416 AC_DEFINE(SLAPD_DNSSRV_DYNAMIC,1,
2417 [define to support dynamic DNS SRV backend])
2419 BUILD_DNSSRV_DYNAMIC=shared
2420 SLAPD_MODULES_LIST="$SLAPD_MODULES_LIST -dlopen \$(SLAP_DIR)back-dnssrv/back_dnssrv.la"
2424 if test "$ol_enable_ldap" != no ; then
2425 AC_DEFINE(SLAPD_LDAP,1,[define to support LDAP backend])
2428 if test "$ol_with_ldap_module" != static ; then
2429 AC_DEFINE(SLAPD_LDAP_DYNAMIC,1,
2430 [define to support dynamic LDAP backend])
2432 BUILD_LDAP_DYNAMIC=shared
2433 SLAPD_MODULES_LIST="$SLAPD_MODULES_LIST -dlopen \$(SLAP_DIR)back-ldap/back_ldap.la"
2437 if test "$ol_link_ldbm" != no -a $ol_enable_ldbm != no; then
2438 AC_DEFINE(SLAPD_LDBM,1,[define to support LDBM backend])
2442 if test "$ol_with_ldbm_module" != static ; then
2443 AC_DEFINE(SLAPD_LDBM_DYNAMIC,1,
2444 [define to support dynamic LDBM backend])
2446 BUILD_LDBM_DYNAMIC=shared
2447 SLAPD_MODULES_LIST="$SLAPD_MODULES_LIST -dlopen \$(SLAP_DIR)back-ldbm/back_ldbm.la"
2451 if test "$ol_enable_meta" != no ; then
2452 if test "$ol_enable_ldap" = no ; then
2453 AC_MSG_ERROR([need --enable-ldap to use --enable-meta])
2455 if test "$ol_enable_rewrite" = no ; then
2456 AC_MSG_ERROR([need --enable-rewrite to use --enable-meta])
2458 AC_DEFINE(SLAPD_META,1,[define to support LDAP Metadirectory backend])
2461 if test "$ol_with_meta_module" != static ; then
2462 AC_DEFINE(SLAPD_META_DYNAMIC,1,
2463 [define to support dynamic LDAP Metadirectory backend])
2465 BUILD_META_DYNAMIC=shared
2466 SLAPD_MODULES_LIST="$SLAPD_MODULES_LIST -dlopen \$(SLAP_DIR)back-meta/back_meta.la"
2470 if test "$ol_enable_monitor" != no ; then
2471 AC_DEFINE(SLAPD_MONITOR,1,[define to support cn=Monitor backend])
2474 if test "$ol_with_monitor_module" != static ; then
2475 AC_DEFINE(SLAPD_MONITOR_DYNAMIC,1,
2476 [define to support dynamic cn=Monitor backend])
2478 BUILD_MONITOR_DYNAMIC=shared
2479 SLAPD_MODULES_LIST="$SLAPD_MODULES_LIST -dlopen \$(SLAP_DIR)back-monitor/back_monitor.la"
2483 if test "$ol_enable_passwd" != no ; then
2484 AC_DEFINE(SLAPD_PASSWD,1,[define to support PASSWD backend])
2487 if test "$ol_with_passwd_module" != static ; then
2488 AC_DEFINE(SLAPD_PASSWD_DYNAMIC,1,
2489 [define to support dynamic PASSWD backend])
2491 BUILD_PASSWD_DYNAMIC=shared
2492 SLAPD_MODULES_LIST="$SLAPD_MODULES_LIST -dlopen \$(SLAP_DIR)back-passwd/back_passwd.la"
2496 if test "$ol_link_perl" != no ; then
2497 AC_DEFINE(SLAPD_PERL,1,[define to support PERL backend])
2500 if test "$ol_with_perl_module" != static ; then
2501 AC_DEFINE(SLAPD_PERL_DYNAMIC,1,
2502 [define to support dynamic PERL backend])
2504 BUILD_PERL_DYNAMIC=shared
2505 SLAPD_MODULES_LIST="$SLAPD_MODULES_LIST -dlopen \$(SLAP_DIR)back-perl/back_perl.la"
2509 if test "$ol_enable_shell" != no ; then
2510 AC_DEFINE(SLAPD_SHELL,1,[define to support SHELL backend])
2513 if test "$ol_with_shell_module" != static ; then
2514 AC_DEFINE(SLAPD_SHELL_DYNAMIC,1,
2515 [define to support dynamic SHELL backend])
2517 BUILD_SHELL_DYNAMIC=shared
2518 SLAPD_MODULES_LIST="$SLAPD_MODULES_LIST -dlopen \$(SLAP_DIR)back-shell/back_shell.la"
2522 if test "$ol_enable_tcl" != no ; then
2523 AC_DEFINE(SLAPD_TCL,1,[define to support TCL backend])
2526 if test "$ol_with_tcl_module" != static; then
2527 AC_DEFINE(SLAPD_TCL_DYNAMIC,1,
2528 [define to support dynamic TCL backend])
2530 BUILD_TCL_DYNAMIC=shared
2531 SLAPD_MODULES_LIST="$SLAPD_MODULES_LIST -dlopen \$(SLAP_DIR)back-tcl/back_tcl.la"
2535 if test "$ol_link_sql" != no ; then
2536 AC_DEFINE(SLAPD_SQL,1,[define to support SQL backend])
2539 if test "$ol_with_sql_module" != static; then
2540 AC_DEFINE(SLAPD_SQL_DYNAMIC,1,
2541 [define to support dynamic SQL backend])
2543 BUILD_SQL_DYNAMIC=shared
2544 SLAPD_MODULES_LIST="$SLAPD_MODULES_LIST -dlopen \$(SLAP_DIR)back-sql/back_sql.la"
2548 if test "$ol_enable_slurpd" != no -a "$ol_link_threads" != no -a \
2549 $BUILD_SLAPD = yes ; then
2553 if test "$ol_enable_rewrite" != no ; then
2554 AC_DEFINE(ENABLE_REWRITE,1,[define to enable rewriting in back-ldap and back-meta])
2556 SLAPD_LIBS="$SLAPD_LIBS -lrewrite"
2559 dnl ----------------------------------------------------------------
2561 if test "$LINK_BINS_DYNAMIC" = yes; then
2563 LT_LIB_LINKAGE=shared
2566 LT_LIB_LINKAGE=static
2569 if test "$ac_cv_mingw32" = yes ; then
2580 AC_SUBST(LIB_LINKAGE)
2581 AC_SUBST(LT_LIB_LINKAGE)
2584 AC_SUBST(BUILD_SLAPD)
2586 AC_SUBST(BUILD_DNSSRV)
2587 AC_SUBST(BUILD_LDAP)
2588 AC_SUBST(BUILD_LDBM)
2589 AC_SUBST(BUILD_META)
2590 AC_SUBST(BUILD_MONITOR)
2591 AC_SUBST(BUILD_PASSWD)
2592 AC_SUBST(BUILD_PERL)
2593 AC_SUBST(BUILD_SHELL)
2596 AC_SUBST(BUILD_BDB_DYNAMIC)
2597 AC_SUBST(BUILD_DNSSRV_DYNAMIC)
2598 AC_SUBST(BUILD_LDAP_DYNAMIC)
2599 AC_SUBST(BUILD_LDBM_DYNAMIC)
2600 AC_SUBST(BUILD_META_DYNAMIC)
2601 AC_SUBST(BUILD_MONITOR_DYNAMIC)
2602 AC_SUBST(BUILD_PASSWD_DYNAMIC)
2603 AC_SUBST(BUILD_PERL_DYNAMIC)
2604 AC_SUBST(BUILD_SHELL_DYNAMIC)
2605 AC_SUBST(BUILD_SQL_DYNAMIC)
2606 AC_SUBST(BUILD_TCL_DYNAMIC)
2607 AC_SUBST(BUILD_SLURPD)
2613 AC_SUBST(SLAPD_LIBS)
2614 AC_SUBST(SLURPD_LIBS)
2616 AC_SUBST(LTHREAD_LIBS)
2617 AC_SUBST(LUTIL_LIBS)
2619 AC_SUBST(MOD_TCL_LIB)
2620 AC_SUBST(LINK_BINS_DYNAMIC)
2622 AC_SUBST(SLAPD_MODULES_CPPFLAGS)
2623 AC_SUBST(SLAPD_MODULES_LDFLAGS)
2624 AC_SUBST(SLAPD_MODULES_LIST)
2626 AC_SUBST(PERL_CPPFLAGS)
2627 AC_SUBST(SLAPD_PERL_LDFLAGS)
2628 AC_SUBST(MOD_PERL_LDFLAGS)
2632 AC_SUBST(READLINE_LIBS)
2634 AC_SUBST(TERMCAP_LIBS)
2636 AC_SUBST(MODULES_LIBS)
2639 AC_SUBST(SLAPD_SLP_LIBS)
2641 AC_SUBST(SLAPD_SQL_LDFLAGS)
2642 AC_SUBST(SLAPD_SQL_LIBS)
2643 AC_SUBST(SLAPD_SQL_INCLUDES)
2645 dnl ----------------------------------------------------------------
2650 Makefile:build/top.mk:Makefile.in:build/dir.mk \
2651 doc/Makefile:build/top.mk:doc/Makefile.in:build/dir.mk \
2652 doc/man/Makefile:build/top.mk:doc/man/Makefile.in:build/dir.mk \
2653 doc/man/man1/Makefile:build/top.mk:doc/man/man1/Makefile.in:build/man.mk \
2654 doc/man/man3/Makefile:build/top.mk:doc/man/man3/Makefile.in:build/man.mk \
2655 doc/man/man5/Makefile:build/top.mk:doc/man/man5/Makefile.in:build/man.mk \
2656 doc/man/man8/Makefile:build/top.mk:doc/man/man8/Makefile.in:build/man.mk \
2657 clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk \
2658 clients/finger/Makefile:build/top.mk:clients/finger/Makefile.in:build/rules.mk \
2659 clients/mail500/Makefile:build/top.mk:clients/mail500/Makefile.in:build/rules.mk \
2660 clients/ud/Makefile:build/top.mk:clients/ud/Makefile.in:build/rules.mk \
2661 clients/maildap/Makefile:build/top.mk:clients/maildap/Makefile.in:build/rules.mk \
2662 clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk \
2663 include/Makefile:build/top.mk:include/Makefile.in \
2664 libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk \
2665 libraries/libavl/Makefile:build/top.mk:libraries/libavl/Makefile.in:build/lib.mk:build/lib-static.mk \
2666 libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk \
2667 libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk \
2668 libraries/libldap_r/Makefile:build/top.mk:libraries/libldap_r/Makefile.in:build/lib.mk:build/lib-shared.mk \
2669 libraries/libldbm/Makefile:build/top.mk:libraries/libldbm/Makefile.in:build/lib.mk:build/lib-static.mk \
2670 libraries/libldif/Makefile:build/top.mk:libraries/libldif/Makefile.in:build/lib.mk:build/lib-static.mk \
2671 libraries/liblunicode/Makefile:build/top.mk:libraries/liblunicode/Makefile.in:build/lib.mk:build/lib-static.mk \
2672 libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk \
2673 libraries/librewrite/Makefile:build/top.mk:libraries/librewrite/Makefile.in:build/lib.mk:build/lib-static.mk \
2674 servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk \
2675 servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk \
2676 servers/slapd/back-bdb/Makefile:build/top.mk:servers/slapd/back-bdb/Makefile.in:build/mod.mk \
2677 servers/slapd/back-dnssrv/Makefile:build/top.mk:servers/slapd/back-dnssrv/Makefile.in:build/mod.mk \
2678 servers/slapd/back-ldap/Makefile:build/top.mk:servers/slapd/back-ldap/Makefile.in:build/mod.mk \
2679 servers/slapd/back-ldbm/Makefile:build/top.mk:servers/slapd/back-ldbm/Makefile.in:build/mod.mk \
2680 servers/slapd/back-meta/Makefile:build/top.mk:servers/slapd/back-meta/Makefile.in:build/mod.mk \
2681 servers/slapd/back-monitor/Makefile:build/top.mk:servers/slapd/back-monitor/Makefile.in:build/mod.mk \
2682 servers/slapd/back-passwd/Makefile:build/top.mk:servers/slapd/back-passwd/Makefile.in:build/mod.mk \
2683 servers/slapd/back-perl/Makefile:build/top.mk:servers/slapd/back-perl/Makefile.in:build/mod.mk \
2684 servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Makefile.in:build/mod.mk \
2685 servers/slapd/back-sql/Makefile:build/top.mk:servers/slapd/back-sql/Makefile.in:build/mod.mk \
2686 servers/slapd/back-tcl/Makefile:build/top.mk:servers/slapd/back-tcl/Makefile.in:build/mod.mk \
2687 servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk \
2688 servers/slapd/tools/Makefile:build/top.mk:servers/slapd/tools/Makefile.in \
2689 servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:build/srv.mk \
2690 tests/Makefile:build/top.mk:tests/Makefile.in:build/dir.mk \
2691 tests/progs/Makefile:build/top.mk:tests/progs/Makefile.in:build/rules.mk \
2694 echo Please \"make depend\" to build dependencies