2 dnl This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 dnl Copyright 1998-2009 The OpenLDAP Foundation.
5 dnl All rights reserved.
7 dnl Redistribution and use in source and binary forms, with or without
8 dnl modification, are permitted only as authorized by the OpenLDAP
11 dnl A copy of this license is available in the file LICENSE in the
12 dnl top-level directory of the distribution or, alternatively, at
13 dnl <http://www.OpenLDAP.org/license.html>.
15 dnl ----------------------------------------------------------------
16 dnl Disable config.cache!
17 define([AC_CACHE_LOAD], )dnl
18 define([AC_CACHE_SAVE], )dnl
19 dnl ----------------------------------------------------------------
20 dnl Disable libtool 1.5 support for languages we don't use
21 define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
22 define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
23 define([AC_LIBTOOL_LANG_GCJ_CONFIG], [:])dnl
24 dnl ================================================================
25 dnl Configure.in for OpenLDAP
26 AC_COPYRIGHT([[Copyright 1998-2009 The OpenLDAP Foundation. All rights reserved.
27 Restrictions apply, see COPYRIGHT and LICENSE files.]])
28 AC_REVISION([$OpenLDAP$])
29 AC_INIT([OpenLDAP],,[http://www.openldap.org/its/])
30 m4_define([AC_PACKAGE_BUGREPORT],[<http://www.openldap.org/its/>])
31 AC_CONFIG_SRCDIR(build/version.sh)dnl
32 dnl ----------------------------------------------------------------
33 dnl OpenLDAP Autoconf Macros
34 builtin(include, build/openldap.m4)dnl
35 dnl ================================================================
37 AC_CONFIG_AUX_DIR(build)dnl
39 eval `$ac_aux_dir/version.sh`
40 if test -z "$OL_STRING"; then
41 AC_MSG_ERROR([could not determine version])
44 if test -f "$ac_aux_dir/shtool" && test ! -d $ac_aux_dir/shtool; then
45 ac_cv_shtool="$ac_aux_dir/shtool"
47 AC_MSG_ERROR([no shtool found in $ac_aux_dir])
50 SHTOOL="$ac_cv_shtool"
51 dnl AC_SUBST(SHTOOL)dnl
55 TB="`$SHTOOL echo -e '%B' 2>/dev/null`"
56 TN="`$SHTOOL echo -e '%b' 2>/dev/null`"
60 if test -d $ac_aux_dir/CVS; then
61 OPENLDAP_CVS="(from CVS sources) "
64 echo "Configuring ${TB}${OL_STRING}${TN} ${OPENLDAP_CVS}..."
66 dnl Determine host platform
67 dnl we try not to use this for much
68 AC_CANONICAL_TARGET([])
70 AM_INIT_AUTOMAKE([$OL_PACKAGE],[$OL_VERSION], [no defines])dnl
73 AC_DEFINE_UNQUOTED(OPENLDAP_PACKAGE,"$PACKAGE",Package)
74 AC_DEFINE_UNQUOTED(OPENLDAP_VERSION,"$VERSION",Version)
76 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION,$OL_API_INC,Version)
77 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_MAJOR,$OL_MAJOR,Major)
78 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_MINOR,$OL_MINOR,Minor)
79 AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_PATCH,$OL_PATCH,Patch)
81 OPENLDAP_LIBRELEASE=$OL_API_LIB_RELEASE
82 AC_SUBST(OPENLDAP_LIBRELEASE)dnl
84 OPENLDAP_LIBVERSION=$OL_API_LIB_VERSION
85 AC_SUBST(OPENLDAP_LIBVERSION)dnl
87 OPENLDAP_RELEASE_DATE="$OL_RELEASE_DATE"
88 AC_SUBST(OPENLDAP_RELEASE_DATE)dnl
90 dnl We use autoconf features new to 2.59. Later versions like won't work.
91 dnl aclocal.m4 should be built using aclocal from automake 1.5
92 dnl libtool 1.5 should be installed.
93 AC_PREREQ(2.59)dnl Required Autoconf version
96 /* begin of portable.h.pre */
97 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
99 * Copyright 1998-2009 The OpenLDAP Foundation
100 * All rights reserved.
102 * Redistribution and use in source and binary forms, with or without
103 * modification, are permitted only as authorized by the OpenLDAP
106 * A copy of this license is available in the file LICENSE in the
107 * top-level directory of the distribution or, alternatively, at
108 * <http://www.OpenLDAP.org/license.html>.
111 #ifndef _LDAP_PORTABLE_H
112 #define _LDAP_PORTABLE_H
114 /* define this if needed to get reentrant functions */
122 /* define this if needed to get threadsafe functions */
136 #ifndef _SGI_MP_SOURCE
137 #undef _SGI_MP_SOURCE
140 /* end of portable.h.pre */
143 /* begin of portable.h.post */
146 /* don't suck in all of the win32 api */
147 # define WIN32_LEAN_AND_MEAN 1
150 #ifndef LDAP_NEEDS_PROTOTYPES
151 /* force LDAP_P to always include prototypes */
152 #define LDAP_NEEDS_PROTOTYPES 1
156 #if (LDAP_VENDOR_VERSION == 000000) && !defined(LDAP_DEVEL)
159 #if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
169 /* ASCII/EBCDIC converting replacements for stdio funcs
170 * vsnprintf and snprintf are used too, but they are already
171 * checked by the configure script
173 #define fputs ber_pvt_fputs
174 #define fgets ber_pvt_fgets
175 #define printf ber_pvt_printf
176 #define fprintf ber_pvt_fprintf
177 #define vfprintf ber_pvt_vfprintf
178 #define vsprintf ber_pvt_vsprintf
181 #include "ac/fdset.h"
183 #include "ldap_cdefs.h"
184 #include "ldap_features.h"
186 #include "ac/assert.h"
187 #include "ac/localize.h"
189 #endif /* _LDAP_PORTABLE_H */
190 /* end of portable.h.post */
193 AC_CONFIG_HEADERS([include/portable.h:include/portable.hin])
194 AC_CONFIG_HEADERS([include/ldap_features.h:include/ldap_features.hin])
195 AC_CONFIG_HEADERS([include/lber_types.h:include/lber_types.hin])
197 dnl ================================================================
199 AC_MSG_CHECKING(configure arguments)
200 AC_PREFIX_DEFAULT(/usr/local)
203 AC_SUBST(top_builddir)dnl
205 dnl ----------------------------------------------------------------
207 ldap_subdir="/openldap"
210 [ --with-subdir=DIR change default subdirectory used for installs],
217 ldap_subdir="$withval"
220 ldap_subdir="/$withval"
225 AC_SUBST(ldap_subdir)dnl
227 dnl ----------------------------------------------------------------
228 dnl General "enable" options
229 dnl set default to traditional to enable the original debug style
230 OL_ARG_ENABLE(debug,[ --enable-debug enable debugging], yes, [no yes traditional])dnl
231 OL_ARG_ENABLE(dynamic,[ --enable-dynamic enable linking built binaries with dynamic libs], no)dnl
232 OL_ARG_ENABLE(syslog,[ --enable-syslog enable syslog support], auto)dnl
233 OL_ARG_ENABLE(proctitle,[ --enable-proctitle enable proctitle support], yes)dnl
234 dnl OL_ARG_ENABLE(referrals,[ --enable-referrals enable LDAPv2+ Referrals (experimental)], no)dnl
235 ol_enable_referrals=${ol_enable_referrals-no}
236 OL_ARG_ENABLE(ipv6,[ --enable-ipv6 enable IPv6 support], auto)dnl
237 OL_ARG_ENABLE(local,[ --enable-local enable AF_LOCAL (AF_UNIX) socket support], auto)dnl
239 dnl ----------------------------------------------------------------
240 dnl General "with" options
241 OL_ARG_WITH(cyrus_sasl,[ --with-cyrus-sasl with Cyrus SASL support],
242 auto, [auto yes no] )
243 OL_ARG_WITH(fetch,[ --with-fetch with fetch(3) URL support],
244 auto, [auto yes no] )
245 OL_ARG_WITH(threads,[ --with-threads with threads],
246 auto, [auto nt posix mach pth lwp yes no manual] )
247 OL_ARG_WITH(tls,[ --with-tls with TLS/SSL support auto|openssl|gnutls],
248 auto, [auto openssl gnutls yes no] )
249 OL_ARG_WITH(yielding_select,
250 [ --with-yielding-select with implicitly yielding select],
251 auto, [auto yes no manual] )
253 [ --with-mp with multiple precision statistics auto|longlong|long|bignum|gmp],
254 auto, [auto longlong long bignum gmp yes no])
256 [ --with-odbc with specific ODBC support iodbc|unixodbc|odbc32|auto],
257 auto, [auto iodbc unixodbc odbc32] )
259 dnl ----------------------------------------------------------------
261 dnl ----------------------------------------------------------------
263 dnl ----------------------------------------------------------------
265 AC_ARG_ENABLE(xxslapdoptions,[
266 SLAPD (Standalone LDAP Daemon) Options:])
267 OL_ARG_ENABLE(slapd,[ --enable-slapd enable building slapd], yes)dnl
268 OL_ARG_ENABLE(dynacl,[ --enable-dynacl enable run-time loadable ACL support (experimental)], no)dnl
269 OL_ARG_ENABLE(aci,[ --enable-aci enable per-object ACIs (experimental)], no, [no yes mod])dnl
270 OL_ARG_ENABLE(cleartext,[ --enable-cleartext enable cleartext passwords], yes)dnl
271 OL_ARG_ENABLE(crypt,[ --enable-crypt enable crypt(3) passwords], no)dnl
272 OL_ARG_ENABLE(lmpasswd,[ --enable-lmpasswd enable LAN Manager passwords], no)dnl
273 OL_ARG_ENABLE(spasswd,[ --enable-spasswd enable (Cyrus) SASL password verification], no)dnl
274 OL_ARG_ENABLE(modules,[ --enable-modules enable dynamic module support], no)dnl
275 OL_ARG_ENABLE(rewrite,[ --enable-rewrite enable DN rewriting in back-ldap and rwm overlay], auto)dnl
276 OL_ARG_ENABLE(rlookups,[ --enable-rlookups enable reverse lookups of client hostnames], no)dnl
277 OL_ARG_ENABLE(slapi,[ --enable-slapi enable SLAPI support (experimental)], no)dnl
278 OL_ARG_ENABLE(slp,[ --enable-slp enable SLPv2 support], no)dnl
279 OL_ARG_ENABLE(wrappers,[ --enable-wrappers enable tcp wrapper support], no)dnl
281 dnl ----------------------------------------------------------------
282 dnl SLAPD Backend Options
298 AC_ARG_ENABLE(xxslapbackends,[
299 SLAPD Backend Options:])
301 OL_ARG_ENABLE(backends,[ --enable-backends enable all available backends],
303 OL_ARG_ENABLE(bdb,[ --enable-bdb enable Berkeley DB backend],
304 yes, [no yes mod], ol_enable_backends)dnl
305 OL_ARG_ENABLE(dnssrv,[ --enable-dnssrv enable dnssrv backend],
306 no, [no yes mod], ol_enable_backends)dnl
307 OL_ARG_ENABLE(hdb,[ --enable-hdb enable Hierarchical DB backend],
308 yes, [no yes mod], ol_enable_backends)dnl
309 OL_ARG_ENABLE(ldap,[ --enable-ldap enable ldap backend],
310 no, [no yes mod], ol_enable_backends)dnl
311 OL_ARG_ENABLE(meta,[ --enable-meta enable metadirectory backend],
312 no, [no yes mod], ol_enable_backends)dnl
313 OL_ARG_ENABLE(monitor,[ --enable-monitor enable monitor backend],
314 yes, [no yes mod], ol_enable_backends)dnl
315 OL_ARG_ENABLE(ndb,[ --enable-ndb enable MySQL NDB Cluster backend],
316 no, [no yes mod], ol_enable_backends)dnl
317 OL_ARG_ENABLE(null,[ --enable-null enable null backend],
318 no, [no yes mod], ol_enable_backends)dnl
319 OL_ARG_ENABLE(passwd,[ --enable-passwd enable passwd backend],
320 no, [no yes mod], ol_enable_backends)dnl
321 OL_ARG_ENABLE(perl,[ --enable-perl enable perl backend],
322 no, [no yes mod], ol_enable_backends)dnl
323 OL_ARG_ENABLE(relay,[ --enable-relay enable relay backend],
324 yes, [no yes mod], ol_enable_backends)dnl
325 OL_ARG_ENABLE(shell,[ --enable-shell enable shell backend],
326 no, [no yes mod], ol_enable_backends)dnl
327 OL_ARG_ENABLE(sock,[ --enable-sock enable sock backend],
328 no, [no yes mod], ol_enable_backends)dnl
329 OL_ARG_ENABLE(sql,[ --enable-sql enable sql backend],
330 no, [no yes mod], ol_enable_backends)dnl
332 dnl ----------------------------------------------------------------
333 dnl SLAPD Overlay Options
334 Overlays="accesslog \
355 AC_ARG_ENABLE(xxslapoverlays,[
356 SLAPD Overlay Options:])
358 OL_ARG_ENABLE(overlays,[ --enable-overlays enable all available overlays],
360 OL_ARG_ENABLE(accesslog,[ --enable-accesslog In-Directory Access Logging overlay],
361 no, [no yes mod], ol_enable_overlays)
362 OL_ARG_ENABLE(auditlog,[ --enable-auditlog Audit Logging overlay],
363 no, [no yes mod], ol_enable_overlays)
364 OL_ARG_ENABLE(collect,[ --enable-collect Collect overlay],
365 no, [no yes mod], ol_enable_overlays)
366 OL_ARG_ENABLE(constraint,[ --enable-constraint Attribute Constraint overlay],
367 no, [no yes mod], ol_enable_overlays)
368 OL_ARG_ENABLE(dds,[ --enable-dds Dynamic Directory Services overlay],
369 no, [no yes mod], ol_enable_overlays)
370 OL_ARG_ENABLE(deref,[ --enable-deref Dereference overlay],
371 no, [no yes mod], ol_enable_overlays)
372 OL_ARG_ENABLE(dyngroup,[ --enable-dyngroup Dynamic Group overlay],
373 no, [no yes mod], ol_enable_overlays)
374 OL_ARG_ENABLE(dynlist,[ --enable-dynlist Dynamic List overlay],
375 no, [no yes mod], ol_enable_overlays)
376 OL_ARG_ENABLE(memberof,[ --enable-memberof Reverse Group Membership overlay],
377 no, [no yes mod], ol_enable_overlays)
378 OL_ARG_ENABLE(ppolicy,[ --enable-ppolicy Password Policy overlay],
379 no, [no yes mod], ol_enable_overlays)
380 OL_ARG_ENABLE(proxycache,[ --enable-proxycache Proxy Cache overlay],
381 no, [no yes mod], ol_enable_overlays)
382 OL_ARG_ENABLE(refint,[ --enable-refint Referential Integrity overlay],
383 no, [no yes mod], ol_enable_overlays)
384 OL_ARG_ENABLE(retcode,[ --enable-retcode Return Code testing overlay],
385 no, [no yes mod], ol_enable_overlays)
386 OL_ARG_ENABLE(rwm,[ --enable-rwm Rewrite/Remap overlay],
387 no, [no yes mod], ol_enable_overlays)
388 OL_ARG_ENABLE(seqmod,[ --enable-seqmod Sequential Modify overlay],
389 no, [no yes mod], ol_enable_overlays)
390 OL_ARG_ENABLE(sssvlv,[ --enable-sssvlv ServerSideSort/VLV overlay],
391 no, [no yes mod], ol_enable_overlays)
392 OL_ARG_ENABLE(syncprov,[ --enable-syncprov Syncrepl Provider overlay],
393 yes, [no yes mod], ol_enable_overlays)
394 OL_ARG_ENABLE(translucent,[ --enable-translucent Translucent Proxy overlay],
395 no, [no yes mod], ol_enable_overlays)
396 OL_ARG_ENABLE(unique,[ --enable-unique Attribute Uniqueness overlay],
397 no, [no yes mod], ol_enable_overlays)
398 OL_ARG_ENABLE(valsort,[ --enable-valsort Value Sorting overlay],
399 no, [no yes mod], ol_enable_overlays)
401 dnl ----------------------------------------------------------------
402 AC_ARG_ENABLE(xxliboptions,[
403 Library Generation & Linking Options])
407 dnl ----------------------------------------------------------------
410 if test $ol_enable_slapd = no ; then
411 dnl SLAPD was specificallly disabled
412 if test $ol_enable_slapi = yes ; then
413 AC_MSG_WARN([slapd disabled, ignoring --enable-slapi argument])
415 case "$ol_enable_backends" in yes | mod)
416 AC_MSG_WARN([slapd disabled, ignoring --enable-backends argument])
418 for i in $Backends; do
419 eval "ol_tmp=\$ol_enable_$i"
420 if test $ol_tmp != no ; then
421 AC_MSG_WARN([slapd disabled, ignoring --enable-$i argument])
422 eval "ol_enable_$i=no"
425 if test $ol_enable_modules = yes ; then
426 AC_MSG_WARN([slapd disabled, ignoring --enable-modules argument])
428 if test $ol_enable_wrappers = yes ; then
429 AC_MSG_WARN([slapd disabled, ignoring --enable-wrappers argument])
431 if test $ol_enable_rlookups = yes ; then
432 AC_MSG_WARN([slapd disabled, ignoring --enable-rlookups argument])
434 if test $ol_enable_dynacl = yes ; then
435 AC_MSG_WARN([slapd disabled, ignoring --enable-dynacl argument])
437 if test $ol_enable_aci != no ; then
438 AC_MSG_WARN([slapd disabled, ignoring --enable-aci argument])
440 if test $ol_enable_rewrite = yes ; then
441 AC_MSG_WARN([slapd disabled, ignoring --enable-rewrite argument])
444 case "$ol_enable_overlays" in yes | mod)
445 AC_MSG_WARN([slapd disabled, ignoring --enable-overlays argument])
447 for i in $Overlays; do
448 eval "ol_tmp=\$ol_enable_$i"
449 if test $ol_tmp != no ; then
450 AC_MSG_WARN([slapd disabled, ignoring --enable-$i argument])
451 eval "ol_enable_$i=no"
455 # force settings to no
461 ol_enable_rlookups=no
464 ol_enable_wrappers=no
468 elif test $ol_enable_modules != yes &&
469 test $ol_enable_bdb = no &&
470 test $ol_enable_dnssrv = no &&
471 test $ol_enable_hdb = no &&
472 test $ol_enable_ldap = no &&
473 test $ol_enable_meta = no &&
474 test $ol_enable_monitor = no &&
475 test $ol_enable_ndb = no &&
476 test $ol_enable_null = no &&
477 test $ol_enable_passwd = no &&
478 test $ol_enable_perl = no &&
479 test $ol_enable_relay = no &&
480 test $ol_enable_shell = no &&
481 test $ol_enable_sock = no &&
482 test $ol_enable_sql = no ; then
485 if test $ol_enable_slapd = yes ; then
486 AC_MSG_ERROR([slapd requires a backend])
488 AC_MSG_WARN([skipping slapd, no backend specified])
493 if test $ol_enable_meta/$ol_enable_ldap = yes/no ; then
494 AC_MSG_ERROR([--enable-meta requires --enable-ldap])
497 if test $ol_enable_lmpasswd = yes ; then
498 if test $ol_with_tls = no ; then
499 AC_MSG_ERROR([LAN Manager passwords require OpenSSL])
503 if test $ol_enable_spasswd = yes ; then
504 if test $ol_with_cyrus_sasl = no ; then
505 AC_MSG_ERROR([options require --with-cyrus-sasl])
507 ol_with_cyrus_sasl=yes
512 dnl ----------------------------------------------------------------
567 SLAPD_STATIC_OVERLAYS=
568 SLAPD_DYNAMIC_OVERLAYS=
570 SLAPD_MODULES_LDFLAGS=
571 SLAPD_MODULES_CPPFLAGS=
573 SLAPD_STATIC_BACKENDS=back-ldif
574 SLAPD_DYNAMIC_BACKENDS=
598 dnl ================================================================
599 dnl Checks for programs
601 AC_DEFINE(HAVE_MKVERSION, 1, [define this if you have mkversion])
603 dnl ----------------------------------------------------------------
605 dnl Determine which C translator to use
608 dnl AIX Thread requires we use cc_r or xlc_r.
609 dnl But only do this IF AIX and CC is not set
610 dnl and threads are auto|yes|posix.
612 dnl If we find cc_r|xlc_r, force pthreads and assume
613 dnl pthread_create is in $LIBS (ie: don't bring in
614 dnl any additional thread libraries)
615 dnl If we do not find cc_r|xlc_r, disable threads
619 *-*-aix*) dnl all AIX is not a good idea.
620 if test -z "$CC" ; then
621 case "$ol_with_threads" in
622 auto | yes | posix) ol_aix_threads=yes ;;
628 if test $ol_aix_threads = yes ; then
629 if test -z "${CC}" ; then
630 AC_CHECK_PROGS(CC,cc_r xlc_r cc)
632 if test "$CC" = cc ; then
633 dnl no CC! don't allow --with-threads
634 if test $ol_with_threads != auto ; then
635 AC_MSG_ERROR([--with-threads requires cc_r (or other suitable compiler) on AIX])
637 AC_MSG_WARN([disabling threads, no cc_r on AIX])
643 case ${CC} in cc_r | xlc_r)
644 ol_with_threads=posix
645 ol_cv_pthread_create=yes
650 if test -z "${CC}"; then
651 AC_CHECK_PROGS(CC,cc gcc,missing)
653 if test "${CC}" = "missing" ; then
654 AC_MSG_ERROR([Unable to locate cc(1) or suitable replacement. Check PATH or set CC.])
658 if test -z "${AR}"; then
659 AC_CHECK_PROGS(AR,ar gar,missing)
661 if test "${AR}" = "missing" ; then
662 AC_MSG_ERROR([Unable to locate ar(1) or suitable replacement. Check PATH or set AR.])
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 PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e 's/ -lc / /' -e 's/ -lc$//'`"
685 if test x"$ol_enable_perl" = "xyes" ; then
686 SLAPD_PERL_LDFLAGS="$PERL_LDFLAGS"
688 MOD_PERL_LDFLAGS="$PERL_LDFLAGS"
690 dnl should check perl version
698 dnl ----------------------------------------------------------------
699 dnl Checks for Windows NT
701 *mingw32* ) ac_cv_mingw32=yes ;;
702 *cygwin* ) ac_cv_cygwin=yes ;;
703 *interix* ) ac_cv_interix=yes ;;
706 dnl ----------------------------------------------------------------
707 dnl Checks for file extensions
710 AC_DEFINE_UNQUOTED(EXEEXT, "${EXEEXT}", [defined to be the EXE extension])
712 dnl ----------------------------------------------------------------
713 dnl BeOS requires -lbe -lroot -lnet
714 AC_CHECK_LIB(be, be_app, [LIBS="$LIBS -lbe -lroot -lnet"], :, [-lroot -lnet])
716 dnl ----------------------------------------------------------------
717 dnl OpenLDAP requires STDC features
719 if test "X${ac_cv_prog_cc_stdc}" = "Xno" ; then
720 AC_MSG_ERROR([OpenLDAP requires compiler to support STDC constructs.])
723 dnl ----------------------------------------------------------------
724 dnl Check cc depend flags
726 if test "${ol_cv_mkdep}" = no ; then
727 # this will soon become an error
728 AC_MSG_WARN([do not know how to generate dependencies])
731 dnl ----------------------------------------------------------------
732 dnl Check for AIX security library
733 AC_CHECK_LIB(s, afopen, [
735 AC_DEFINE(HAVE_AIX_SECURITY,1,[define if you have AIX security lib])
738 dnl ----------------------------------------------------------------
739 dnl Check for IBM OS/390
743 AC_DEFINE(BOTH_STRINGS_H,1,[define to use both <string.h> and <strings.h>])
747 dnl ----------------------------------------------------------------
748 dnl Check for module support
750 WITH_MODULES_ENABLED=no
751 if test $ol_enable_modules != no ; then
752 AC_CHECK_HEADERS(ltdl.h)
754 if test $ac_cv_header_ltdl_h = no ; then
755 AC_MSG_ERROR([could not locate libtool ltdl.h])
758 AC_CHECK_LIB(ltdl, lt_dlinit, [
760 AC_DEFINE(HAVE_LIBLTDL,1,[define if you have libtool -ltdl])
763 if test "$ac_cv_lib_ltdl_lt_dlinit" = no ; then
764 AC_MSG_ERROR([could not locate libtool -lltdl])
767 WITH_MODULES_ENABLED=yes
770 for i in $Backends; do
771 eval "ol_tmp=\$ol_enable_$i"
772 if test $ol_tmp = mod ; then
773 AC_MSG_WARN([building static $i backend])
774 eval "ol_enable_$i=yes"
777 for i in $Overlays; do
778 eval "ol_tmp=\$ol_enable_$i"
779 if test $ol_tmp = mod ; then
780 AC_MSG_WARN([building static $i overlay])
781 eval "ol_enable_$i=yes"
786 dnl ----------------------------------------------------------------
787 dnl Checks for header files.
790 if test $ol_cv_header_stdc != yes; then
791 AC_MSG_WARN([could not locate Standard C compliant headers])
848 dnl Only check Winsock on MinGW
849 if test "$ac_cv_mingw32" = yes \
850 -o "$ac_cv_interix" = yes \
851 -o "$ol_cv_msvc" = yes
853 AC_CHECK_HEADERS( winsock.h winsock2.h )
856 AC_CHECK_HEADERS( resolv.h, [], [],
857 [$ac_includes_default
858 #include <netinet/in.h>
861 AC_CHECK_HEADERS( netinet/tcp.h, [], [],
862 [$ac_includes_default
863 #include <netinet/in.h>
866 AC_CHECK_HEADERS( sys/ucred.h, [], [],
867 [$ac_includes_default
868 #ifdef HAVE_SYS_PARAM_H
869 #include <sys/param.h>
873 dnl ----------------------------------------------------------------
874 dnl Checks for libraries
876 AC_CHECK_FUNCS( sigaction sigset )
878 dnl HP-UX requires -lV3
879 dnl this is not needed on newer versions of HP-UX
880 if test $ac_cv_func_sigaction = no && test $ac_cv_func_sigaction = no ; then
881 AC_CHECK_LIB(V3, sigset)
884 if test $ol_cv_msvc = yes ; then
888 dnl The following is INTENTIONALLY scripted out because shell does not
889 dnl support variable names with the '@' character, which is what
890 dnl autoconf would try to generate if one merely used AC_SEARCH_LIBS
891 if test "$ac_cv_header_winsock_h" = yes; then
892 AC_CACHE_CHECK([for winsock], [ol_cv_winsock],[
894 for curlib in none ws2_32 wsock32; do
895 if test $curlib != none ; then
896 LIBS="$save_LIBS -l$curlib"
898 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <winsock.h>
901 select(0,NULL,NULL,NULL,NULL);
904 ]])],[ol_cv_winsock=$curlib],[ol_cv_winsock=no])
906 test "$ol_cv_winsock" != no && break
911 if test $ol_cv_winsock != no ; then
912 AC_DEFINE(HAVE_WINSOCK, 1, [define if you have winsock])
913 ac_cv_func_socket=yes
914 ac_cv_func_select=yes
915 ac_cv_func_closesocket=yes
916 ac_cv_func_gethostname=yes
918 if test $ol_cv_winsock != none -a $ol_cv_winsock != yes ; then
919 LIBS="$LIBS -l$ol_cv_winsock"
922 if test $ol_cv_winsock = ws2_32 -o $ol_cv_winsock = yes ; then
923 AC_DEFINE(HAVE_WINSOCK2, 1, [define if you have winsock2])
929 dnl Likely combinations:
930 dnl -lsocket [ -lnsl_s | -lnsl ]
933 AC_CHECK_FUNC(socket, :, [
934 dnl hopefully we won't include too many libraries
935 AC_CHECK_LIB(socket, main)
936 AC_CHECK_LIB(net, main)
937 AC_CHECK_LIB(nsl_s, main)
938 AC_CHECK_LIB(nsl, main)
939 AC_CHECK_LIB(inet, socket)
940 AC_CHECK_LIB(gen, main)
944 AC_CHECK_FUNC(select, :, AC_MSG_ERROR([select() required.]))
946 if test "${ac_cv_header_winsock_h}" != yes; then
948 dnl (if this detection becomes permenent, it and the select() detection
949 dnl should be done before the yielding select test)
950 AC_FUNC_SELECT_ARGTYPES
953 dnl check to see if system call automatically restart
954 dnl AC_SYS_RESTARTABLE_SYSCALLS
956 dnl ----------------------------------------------------------------
957 AC_CHECK_FUNCS( poll )
958 if test $ac_cv_func_poll = yes; then
959 AC_CHECK_HEADERS( poll.h sys/poll.h )
962 dnl ----------------------------------------------------------------
963 AC_CHECK_HEADERS( sys/epoll.h )
964 if test "${ac_cv_header_sys_epoll_h}" = yes; then
965 AC_MSG_CHECKING(for epoll system call)
966 AC_RUN_IFELSE([AC_LANG_SOURCE([[int main(int argc, char **argv)
968 int epfd = epoll_create(256);
969 exit (epfd == -1 ? 1 : 0);
970 }]])],[AC_MSG_RESULT(yes)
971 AC_DEFINE(HAVE_EPOLL,1, [define if your system supports epoll])],[AC_MSG_RESULT(no)],[AC_MSG_RESULT(no)])
974 dnl ----------------------------------------------------------------
975 AC_CHECK_HEADERS( sys/devpoll.h )
976 dnl "/dev/poll" needs <sys/poll.h> as well...
977 if test "${ac_cv_header_sys_devpoll_h}" = yes \
978 -a "${ac_cv_header_poll_h}" = yes ; \
980 AC_MSG_CHECKING(for /dev/poll)
981 AC_RUN_IFELSE([AC_LANG_SOURCE([[int main(int argc, char **argv)
983 int devpollfd = open("/dev/poll", /* O_RDWR */ 2);
984 exit (devpollfd == -1 ? 1 : 0);
985 }]])],[AC_MSG_RESULT(yes)
986 AC_DEFINE(HAVE_DEVPOLL,1, [define if your system supports /dev/poll])],[AC_MSG_RESULT(no)],[AC_MSG_RESULT(no)])
989 dnl ----------------------------------------------------------------
992 dnl ----------------------------------------------------------------
993 dnl require POSIX regex
994 AC_CHECK_HEADERS( regex.h, [], [],
995 [$ac_includes_default
996 #ifdef HAVE_SYS_TYPES_H
997 #include <sys/types.h>
1001 if test "$ac_cv_header_regex_h" != yes ; then
1002 AC_MSG_ERROR([POSIX regex.h required.])
1004 AC_SEARCH_LIBS(regfree, [regex gnuregex],
1005 :, AC_MSG_ERROR([POSIX regex required.]))
1008 if test "$ol_cv_c_posix_regex" = no ; then
1009 AC_MSG_ERROR([broken POSIX regex!])
1012 dnl ----------------------------------------------------------------
1016 AC_CHECK_HEADERS(sys/uuid.h)
1017 dnl The HAVE_UUID_TO_STR code path also needs uuid_create
1018 if test $ac_cv_header_sys_uuid_h = yes ; then
1020 AC_SEARCH_LIBS([uuid_to_str], [uuid], [have_uuid=yes], :)
1021 AC_SEARCH_LIBS([uuid_create], [uuid], :, [have_uuid=no])
1024 if test $have_uuid = yes ; then
1025 AC_DEFINE(HAVE_UUID_TO_STR,1,
1026 [define if you have uuid_to_str()])
1028 test "$ac_cv_search_uuid_to_str" = "none required" || \
1029 SLAPD_LIBS="$SLAPD_LIBS $ac_cv_search_uuid_to_str"
1033 dnl Look for uuid_generate
1034 dnl The HAVE_UUID_GENERATE code path also needs uuid_unparse_lower
1035 if test $have_uuid = no ; then
1036 AC_CHECK_HEADERS(uuid/uuid.h)
1037 if test $ac_cv_header_uuid_uuid_h = yes ; then
1039 AC_SEARCH_LIBS([uuid_generate], [uuid], [have_uuid=yes], :)
1040 AC_SEARCH_LIBS([uuid_unparse_lower], [uuid], :, [have_uuid=no])
1043 if test $have_uuid = yes ; then
1044 AC_DEFINE(HAVE_UUID_GENERATE,1,
1045 [define if you have uuid_generate()])
1047 test "$ac_cv_search_uuid_generate" = "none required" || \
1048 SLAPD_LIBS="$SLAPD_LIBS $ac_cv_search_uuid_generate"
1053 dnl For windows, check for the need of RPCRT for UUID function support
1054 if test $have_uuid = no ; then
1055 AC_MSG_CHECKING(to see if -lrpcrt4 is needed for win32 UUID support)
1057 LIBS="$LIBS -lrpcrt4"
1058 AC_LINK_IFELSE([AC_LANG_PROGRAM([[
1059 int __stdcall UuidCreate(void *);
1060 int __stdcall UuidToStringA(void *,void **);
1064 ]])],[need_rpcrt=yes],[need_rpcrt=no])
1065 if test $need_rpcrt = yes; then
1066 SLAPD_LIBS="$SLAPD_LIBS -lrpcrt4"
1069 AC_MSG_RESULT($need_rpcrt)
1072 dnl ----------------------------------------------------------------
1073 dnl Check for resolver routines
1077 if test "$ol_cv_lib_resolver" != no ; then
1078 AC_DEFINE(HAVE_RES_QUERY,1,
1079 [define if you have res_query()])
1081 if test "$ol_enable_dnssrv" != no ; then
1085 if test "$ol_cv_lib_resolver" != yes ; then
1086 LIBS="$ol_cv_lib_resolver $LIBS"
1090 if test "$ol_enable_dnssrv" = yes || test "$ol_enable_dnssrv" = mod ; then
1091 if test "$ol_link_dnssrv" = no ; then
1092 AC_MSG_ERROR([DNSSRV requires res_query()])
1098 AC_CHECK_FUNCS( hstrerror )
1100 dnl ----------------------------------------------------------------
1101 dnl PF_INET6 support requires getaddrinfo and INET6_ADDRSTRLEN
1102 dnl PF_LOCAL may use getaddrinfo in available
1103 AC_CHECK_FUNCS( getaddrinfo getnameinfo gai_strerror inet_ntop )
1106 if test $ac_cv_func_getaddrinfo = no || test $ac_cv_func_inet_ntop = no ; then
1107 if test $ol_enable_ipv6 = yes ; then
1108 AC_MSG_ERROR([IPv6 support requires getaddrinfo() and inet_ntop()])
1110 elif test $ol_enable_ipv6 != no ; then
1111 AC_CACHE_CHECK([INET6_ADDRSTRLEN],[ol_cv_inet6_addrstrlen],[
1112 AC_EGREP_CPP(__has_inet6_addrstrlen__,[
1113 # include <netinet/in.h>
1114 # ifdef INET6_ADDRSTRLEN
1115 __has_inet6_addrstrlen__;
1117 ], [ol_cv_inet6_addrstrlen=yes], [ol_cv_inet6_addrstrlen=no])])
1120 AC_CACHE_CHECK([struct sockaddr_storage],ol_cv_struct_sockaddr_storage,[
1121 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
1122 #include <sys/types.h>
1123 #include <sys/socket.h>
1125 struct sockaddr_storage ss;
1126 ]])],[ol_cv_struct_sockaddr_storage=yes],[ol_cv_struct_sockaddr_storage=no])])
1128 if test $ol_cv_inet6_addrstrlen = yes &&
1129 test $ol_cv_struct_sockaddr_storage = yes ; then
1131 elif test $ol_enable_ipv6 = yes &&
1132 test $ol_cv_inet6_addrstrlen = no ; then
1133 AC_MSG_ERROR([IPv6 support requires INET6_ADDRSTRLEN])
1134 elif test $ol_enable_ipv6 = yes &&
1135 test $ol_cv_struct_sockaddr_storage = no ; then
1136 AC_MSG_ERROR([IPv6 support requires struct sockaddr_storage])
1140 if test $ol_enable_local != no ; then
1141 AC_CHECK_HEADERS( sys/un.h )
1143 if test $ol_enable_local = auto ; then
1144 ol_enable_local=$ac_cv_header_sys_un_h
1145 elif test $ac_cv_header_sys_un_h = no ; then
1146 AC_MSG_ERROR([AF_LOCAL domain support requires sys/un.h])
1150 dnl ----------------------------------------------------------------
1153 if test $ol_with_tls = yes ; then
1158 if test $ol_with_tls = openssl || test $ol_with_tls = auto ; then
1159 AC_CHECK_HEADERS(openssl/ssl.h)
1161 if test $ac_cv_header_openssl_ssl_h = yes ; then
1162 AC_CHECK_LIB(ssl, SSL_library_init,
1164 need_rsaref=no], [have_openssl=no],
1167 if test $have_openssl = no ; then
1168 AC_CHECK_LIB(ssl, ssl3_accept,
1170 need_rsaref=yes], [have_openssl=no],
1171 [-lcrypto -lRSAglue -lrsaref])
1174 if test $have_openssl = yes ; then
1178 AC_DEFINE(HAVE_OPENSSL, 1,
1179 [define if you have OpenSSL])
1181 if test $need_rsaref = yes; then
1182 AC_DEFINE(HAVE_RSAREF, 1,
1183 [define if OpenSSL needs RSAref])
1185 TLS_LIBS="-lssl -lcrypto -lRSAglue -lrsaref"
1187 TLS_LIBS="-lssl -lcrypto"
1191 if test $ol_cv_ssl_crl_compat = yes ; then
1192 AC_DEFINE(HAVE_OPENSSL_CRL, 1,
1193 [define if you have OpenSSL with CRL checking capability])
1199 if test $ol_link_tls = no ; then
1200 if test $ol_with_tls = gnutls || test $ol_with_tls = auto ; then
1201 AC_CHECK_HEADERS(gnutls/gnutls.h)
1203 if test $ac_cv_header_gnutls_gnutls_h = yes ; then
1204 AC_CHECK_LIB(gnutls, gnutls_init,
1205 [have_gnutls=yes], [have_gnutls=no])
1207 if test $have_gnutls = yes ; then
1213 AC_DEFINE(HAVE_GNUTLS, 1,
1214 [define if you have GNUtls])
1221 if test $ol_link_tls = yes ; then
1222 AC_DEFINE(HAVE_TLS, 1, [define if you have TLS])
1224 elif test $ol_with_tls = auto ; then
1225 AC_MSG_WARN([Could not locate TLS/SSL package])
1226 AC_MSG_WARN([TLS data protection not supported!])
1227 elif test $ol_with_tls != no ; then
1228 AC_MSG_ERROR([Could not locate TLS/SSL package])
1230 AC_MSG_WARN([TLS data protection not supported!])
1233 dnl ----------------------------------------------------------------
1234 dnl LAN Manger password checking requires DES from OpenSSL
1235 if test $ol_enable_lmpasswd != no; then
1236 if test $ol_link_tls != yes ; then
1237 AC_MSG_ERROR([LAN Manager passwords require OpenSSL])
1240 AC_DEFINE(SLAPD_LMHASH, 1, [define to support LAN Manager passwords])
1243 dnl ----------------------------------------------------------------
1247 case $ol_with_threads in auto | yes | nt)
1251 if test "$ol_cv_nt_threads" = yes ; then
1253 ol_with_threads=found
1254 ol_with_yielding_select=yes
1256 AC_DEFINE(HAVE_NT_SERVICE_MANAGER,1,[if you have NT Service Manager])
1257 AC_DEFINE(HAVE_NT_EVENT_LOG,1,[if you have NT Event Log])
1260 if test $ol_with_threads = nt ; then
1261 AC_MSG_ERROR([could not locate NT Threads])
1266 case $ol_with_threads in auto | yes | posix)
1268 AC_CHECK_HEADERS(pthread.h)
1270 if test $ac_cv_header_pthread_h = yes ; then
1271 OL_POSIX_THREAD_VERSION
1273 if test $ol_cv_pthread_version != 0 ; then
1274 AC_DEFINE_UNQUOTED(HAVE_PTHREADS,$ol_cv_pthread_version,
1275 [define to pthreads API spec revision])
1277 AC_MSG_ERROR([unknown pthread version])
1280 # consider threads found
1281 ol_with_threads=found
1283 OL_HEADER_LINUX_THREADS
1284 OL_HEADER_GNU_PTH_PTHREAD_H
1286 if test $ol_cv_header_gnu_pth_pthread_h = no ; then
1287 AC_CHECK_HEADERS(sched.h)
1290 dnl Now the hard part, how to link?
1292 dnl currently supported checks:
1294 dnl Check for no flags
1295 dnl pthread_create() in $LIBS
1297 dnl Check special pthread (final) flags
1298 dnl [skipped] pthread_create() with -mt (Solaris) [disabled]
1299 dnl pthread_create() with -kthread (FreeBSD)
1300 dnl pthread_create() with -pthread (FreeBSD/Digital Unix)
1301 dnl pthread_create() with -pthreads (?)
1302 dnl pthread_create() with -mthreads (AIX)
1303 dnl pthread_create() with -thread (?)
1305 dnl Check pthread (final) libraries
1306 dnl pthread_mutex_unlock() in -lpthread -lmach -lexc -lc_r (OSF/1)
1307 dnl pthread_mutex_lock() in -lpthread -lmach -lexc (OSF/1)
1308 dnl [skipped] pthread_mutex_trylock() in -lpthread -lexc (OSF/1)
1309 dnl pthread_join() -Wl,-woff,85 -lpthread (IRIX)
1310 dnl pthread_create() in -lpthread (many)
1311 dnl pthread_create() in -lc_r (FreeBSD)
1313 dnl Check pthread (draft4) flags (depreciated)
1314 dnl pthread_create() with -threads (OSF/1)
1316 dnl Check pthread (draft4) libraries (depreciated)
1317 dnl pthread_mutex_unlock() in -lpthreads -lmach -lexc -lc_r (OSF/1)
1318 dnl pthread_mutex_lock() in -lpthreads -lmach -lexc (OSF/1)
1319 dnl pthread_mutex_trylock() in -lpthreads -lexc (OSF/1)
1320 dnl pthread_create() in -lpthreads (many)
1323 dnl pthread_create in $LIBS
1324 AC_CACHE_CHECK([for pthread_create in default libraries],
1325 ol_cv_pthread_create,[
1326 AC_RUN_IFELSE([OL_PTHREAD_TEST_PROGRAM],
1327 [ol_cv_pthread_create=yes],
1328 [ol_cv_pthread_create=no],
1329 [AC_TRY_LINK(OL_PTHREAD_TEST_INCLUDES,OL_PTHREAD_TEST_FUNCTION,
1330 [ol_cv_pthread_create=yes],
1331 [ol_cv_pthread_create=no])])])
1333 if test $ol_cv_pthread_create != no ; then
1334 ol_link_threads=posix
1338 dnl OL_PTHREAD_TRY([-mt], [ol_cv_pthread_mt])
1339 OL_PTHREAD_TRY([-kthread], [ol_cv_pthread_kthread])
1340 OL_PTHREAD_TRY([-pthread], [ol_cv_pthread_pthread])
1341 OL_PTHREAD_TRY([-pthreads], [ol_cv_pthread_pthreads])
1342 OL_PTHREAD_TRY([-mthreads], [ol_cv_pthread_mthreads])
1343 OL_PTHREAD_TRY([-thread], [ol_cv_pthread_thread])
1345 OL_PTHREAD_TRY([-lpthread -lmach -lexc -lc_r],
1346 [ol_cv_pthread_lpthread_lmach_lexc_lc_r])
1347 OL_PTHREAD_TRY([-lpthread -lmach -lexc],
1348 [ol_cv_pthread_lpthread_lmach_lexc])
1349 dnl OL_PTHREAD_TRY([-lpthread -lexc],
1350 dnl [ol_cv_pthread_lpthread_lexc])
1352 OL_PTHREAD_TRY([-lpthread -Wl,-woff,85],
1353 [ol_cv_pthread_lib_lpthread_woff])
1355 OL_PTHREAD_TRY([-lpthread], [ol_cv_pthread_lpthread])
1356 OL_PTHREAD_TRY([-lc_r], [ol_cv_pthread_lc_r])
1358 OL_PTHREAD_TRY([-threads], [ol_cv_pthread_threads])
1360 OL_PTHREAD_TRY([-lpthreads -lmach -lexc -lc_r],
1361 [ol_cv_pthread_lpthreads_lmach_lexc_lc_r])
1362 OL_PTHREAD_TRY([-lpthreads -lmach -lexc],
1363 [ol_cv_pthread_lpthreads_lmach_lexc])
1364 OL_PTHREAD_TRY([-lpthreads -lexc],
1365 [ol_cv_pthread_lpthreads_lexc])
1367 OL_PTHREAD_TRY([-lpthreads],[ol_cv_pthread_lib_lpthreads])
1369 if test $ol_link_threads != no ; then
1370 LTHREAD_LIBS="$LTHREAD_LIBS $ol_link_pthreads"
1373 save_CPPFLAGS="$CPPFLAGS"
1375 LIBS="$LTHREAD_LIBS $LIBS"
1377 dnl All POSIX Thread (final) implementations should have
1378 dnl sched_yield instead of pthread yield.
1379 dnl check for both, and thr_yield for Solaris
1380 AC_CHECK_FUNCS(sched_yield pthread_yield thr_yield)
1382 if test $ac_cv_func_sched_yield = no &&
1383 test $ac_cv_func_pthread_yield = no &&
1384 test $ac_cv_func_thr_yield = no ; then
1385 dnl Digital UNIX has sched_yield() in -lrt
1386 AC_CHECK_LIB(rt, sched_yield,
1387 [LTHREAD_LIBS="$LTHREAD_LIBS -lrt"
1388 AC_DEFINE(HAVE_SCHED_YIELD,1,
1389 [Define if you have the sched_yield function.])
1390 ac_cv_func_sched_yield=yes],
1391 [ac_cv_func_sched_yield=no])
1393 if test $ac_cv_func_sched_yield = no &&
1394 test $ac_cv_func_pthread_yield = no &&
1395 test "$ac_cv_func_thr_yield" = no ; then
1396 AC_MSG_WARN([could not locate sched_yield() or pthread_yield()])
1399 dnl Check functions for compatibility
1400 AC_CHECK_FUNCS(pthread_kill)
1402 dnl Check for pthread_rwlock_destroy with <pthread.h>
1403 dnl as pthread_rwlock_t may not be defined.
1404 AC_CACHE_CHECK([for pthread_rwlock_destroy with <pthread.h>],
1405 [ol_cv_func_pthread_rwlock_destroy], [
1407 AC_LINK_IFELSE([AC_LANG_PROGRAM([[
1408 #include <pthread.h>
1409 pthread_rwlock_t rwlock;
1410 ]], [[pthread_rwlock_destroy(&rwlock);]])],[ol_cv_func_pthread_rwlock_destroy=yes],[ol_cv_func_pthread_rwlock_destroy=no])
1412 if test $ol_cv_func_pthread_rwlock_destroy = yes ; then
1413 AC_DEFINE(HAVE_PTHREAD_RWLOCK_DESTROY,1,
1414 [define if you have pthread_rwlock_destroy function])
1417 dnl Check for pthread_detach with <pthread.h> inclusion
1418 dnl as it's symbol may have been mangled.
1419 AC_CACHE_CHECK([for pthread_detach with <pthread.h>],
1420 [ol_cv_func_pthread_detach], [
1422 AC_LINK_IFELSE([AC_LANG_PROGRAM([[
1423 #include <pthread.h>
1425 #define NULL (void*)0
1427 ]], [[pthread_detach(NULL);]])],[ol_cv_func_pthread_detach=yes],[ol_cv_func_pthread_detach=no])
1430 if test $ol_cv_func_pthread_detach = no ; then
1431 AC_MSG_ERROR([could not locate pthread_detach()])
1434 AC_DEFINE(HAVE_PTHREAD_DETACH,1,
1435 [define if you have pthread_detach function])
1437 dnl Check for setconcurreny functions
1439 pthread_setconcurrency \
1440 pthread_getconcurrency \
1441 thr_setconcurrency \
1442 thr_getconcurrency \
1445 OL_SYS_LINUX_THREADS
1448 if test $ol_cv_linux_threads = error; then
1449 AC_MSG_ERROR([LinuxThreads header/library mismatch]);
1452 AC_CACHE_CHECK([if pthread_create() works],
1453 ol_cv_pthread_create_works,[
1454 AC_RUN_IFELSE([OL_PTHREAD_TEST_PROGRAM],
1455 [ol_cv_pthread_create_works=yes],
1456 [ol_cv_pthread_create_works=no],
1458 ol_cv_pthread_create_works=yes])])
1460 if test $ol_cv_pthread_create_works = no ; then
1461 AC_MSG_ERROR([pthread_create is not usable, check environment settings])
1464 ol_replace_broken_yield=no
1465 dnl case "$target" in
1467 dnl AC_CHECK_FUNCS(nanosleep)
1468 dnl ol_replace_broken_yield=yes
1472 if test $ol_replace_broken_yield = yes ; then
1473 AC_DEFINE([REPLACE_BROKEN_YIELD],1,
1474 [define if sched_yield yields the entire process])
1477 dnl Check if select causes an yield
1478 if test $ol_with_yielding_select = auto ; then
1479 AC_CACHE_CHECK([if select yields when using pthreads],
1480 ol_cv_pthread_select_yields,[
1481 AC_RUN_IFELSE([AC_LANG_SOURCE([[
1482 #include <sys/types.h>
1483 #include <sys/time.h>
1485 #include <pthread.h>
1487 #define NULL (void*) 0
1490 static int fildes[2];
1492 static void *task(p)
1504 FD_SET(fildes[0], &rfds);
1506 /* we're not interested in any fds */
1507 i = select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
1514 exit(0); /* if we exit here, the select blocked the whole process */
1517 int main(argc, argv)
1523 /* create a pipe to select */
1524 if(pipe(&fildes[0])) {
1529 #ifdef HAVE_PTHREAD_SETCONCURRENCY
1530 (void) pthread_setconcurrency(2);
1532 #ifdef HAVE_THR_SETCONCURRENCY
1533 /* Set Solaris LWP concurrency to 2 */
1534 thr_setconcurrency(2);
1538 #if HAVE_PTHREADS < 6
1539 pthread_create(&t, pthread_attr_default, task, NULL);
1541 pthread_create(&t, NULL, task, NULL);
1544 /* make sure task runs first */
1545 #ifdef HAVE_THR_YIELD
1547 #elif defined( HAVE_SCHED_YIELD )
1549 #elif defined( HAVE_PTHREAD_YIELD )
1554 }]])],[ol_cv_pthread_select_yields=no],[ol_cv_pthread_select_yields=yes],[ol_cv_pthread_select_yields=cross])])
1556 if test $ol_cv_pthread_select_yields = cross ; then
1557 AC_MSG_ERROR([crossing compiling: use --with-yielding_select=yes|no|manual])
1560 if test $ol_cv_pthread_select_yields = yes ; then
1561 ol_with_yielding_select=yes
1566 CPPFLAGS="$save_CPPFLAGS"
1569 AC_MSG_ERROR([could not locate usable POSIX Threads])
1573 if test $ol_with_threads = posix ; then
1574 AC_MSG_ERROR([could not locate POSIX Threads])
1579 case $ol_with_threads in auto | yes | mach)
1581 dnl check for Mach CThreads
1582 AC_CHECK_HEADERS(mach/cthreads.h cthreads.h)
1583 if test $ac_cv_header_mach_cthreads_h = yes ; then
1584 ol_with_threads=found
1586 dnl check for cthreads support in current $LIBS
1587 AC_CHECK_FUNC(cthread_fork,[ol_link_threads=yes])
1589 if test $ol_link_threads = no ; then
1591 dnl this test needs work
1592 AC_CACHE_CHECK([for cthread_fork with -all_load],
1593 [ol_cv_cthread_all_load], [
1596 LIBS="-all_load $LIBS"
1597 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <mach/cthreads.h>]], [[
1598 cthread_fork((void *)0, (void *)0);
1599 ]])],[ol_cv_cthread_all_load=yes],[ol_cv_cthread_all_load=no])
1600 dnl restore the LIBS
1604 if test $ol_cv_cthread_all_load = yes ; then
1605 LTHREAD_LIBS="$LTHREAD_LIBS -all_load"
1606 ol_link_threads=mach
1607 ol_with_threads=found
1611 elif test $ac_cv_header_cthreads_h = yes ; then
1612 dnl Hurd variant of Mach Cthreads
1613 dnl uses <cthreads.h> and -lthreads
1615 ol_with_threads=found
1619 LIBS="$LIBS -lthreads"
1620 AC_CHECK_FUNC(cthread_fork,[ol_link_threads=yes])
1623 if test $ol_link_threads = yes ; then
1624 LTHREAD_LIBS="-lthreads"
1625 ol_link_threads=mach
1626 ol_with_threads=found
1628 AC_MSG_ERROR([could not link with Mach CThreads])
1631 elif test $ol_with_threads = mach ; then
1632 AC_MSG_ERROR([could not locate Mach CThreads])
1635 if test $ol_link_threads = mach ; then
1636 AC_DEFINE(HAVE_MACH_CTHREADS,1,
1637 [define if you have Mach Cthreads])
1638 elif test $ol_with_threads = found ; then
1639 AC_MSG_ERROR([could not link with Mach CThreads])
1644 case $ol_with_threads in auto | yes | pth)
1646 AC_CHECK_HEADERS(pth.h)
1648 if test $ac_cv_header_pth_h = yes ; then
1649 AC_CHECK_LIB(pth, pth_version, [have_pth=yes], [have_pth=no])
1651 if test $have_pth = yes ; then
1652 AC_DEFINE(HAVE_GNU_PTH,1,[if you have GNU Pth])
1653 LTHREAD_LIBS="$LTHREAD_LIBS -lpth"
1655 ol_with_threads=found
1657 if test $ol_with_yielding_select = auto ; then
1658 ol_with_yielding_select=yes
1665 case $ol_with_threads in auto | yes | lwp)
1667 dnl check for SunOS5 LWP
1668 AC_CHECK_HEADERS(thread.h synch.h)
1669 if test $ac_cv_header_thread_h = yes &&
1670 test $ac_cv_header_synch_h = yes ; then
1671 AC_CHECK_LIB(thread, thr_create, [have_thr=yes], [have_thr=no])
1673 if test $have_thr = yes ; then
1674 AC_DEFINE(HAVE_THR,1,
1675 [if you have Solaris LWP (thr) package])
1676 LTHREAD_LIBS="$LTHREAD_LIBS -lthread"
1679 if test $ol_with_yielding_select = auto ; then
1680 ol_with_yielding_select=yes
1683 dnl Check for setconcurreny functions
1685 thr_setconcurrency \
1686 thr_getconcurrency \
1691 dnl check for SunOS4 LWP
1692 AC_CHECK_HEADERS(lwp/lwp.h)
1693 if test $ac_cv_header_lwp_lwp_h = yes ; then
1694 AC_CHECK_LIB(lwp, lwp_create, [have_lwp=yes], [have_lwp=no])
1696 if test $have_lwp = yes ; then
1697 AC_DEFINE(HAVE_LWP,1,
1698 [if you have SunOS LWP package])
1699 LTHREAD_LIBS="$LTHREAD_LIBS -llwp"
1702 if test $ol_with_yielding_select = auto ; then
1703 ol_with_yielding_select=no
1710 if test $ol_with_yielding_select = yes ; then
1711 AC_DEFINE(HAVE_YIELDING_SELECT,1,
1712 [define if select implicitly yields])
1715 if test $ol_with_threads = manual ; then
1716 dnl User thinks he can manually configure threads.
1719 AC_MSG_WARN([thread defines and link options must be set manually])
1721 AC_CHECK_HEADERS(pthread.h sched.h)
1722 AC_CHECK_FUNCS(sched_yield pthread_yield)
1723 OL_HEADER_LINUX_THREADS
1725 AC_CHECK_HEADERS(mach/cthreads.h)
1726 AC_CHECK_HEADERS(lwp/lwp.h)
1727 AC_CHECK_HEADERS(thread.h synch.h)
1730 if test $ol_link_threads != no && test $ol_link_threads != nt ; then
1731 dnl needed to get reentrant/threadsafe versions
1733 AC_DEFINE(REENTRANT,1)
1734 AC_DEFINE(_REENTRANT,1)
1735 AC_DEFINE(THREAD_SAFE,1)
1736 AC_DEFINE(_THREAD_SAFE,1)
1737 AC_DEFINE(THREADSAFE,1)
1738 AC_DEFINE(_THREADSAFE,1)
1739 AC_DEFINE(_SGI_MP_SOURCE,1)
1741 dnl The errno declaration may dependent upon _REENTRANT.
1742 dnl If it does, we must link with thread support.
1743 AC_CACHE_CHECK([for thread specific errno],
1744 [ol_cv_errno_thread_specific], [
1745 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <errno.h>]], [[errno = 0;]])],[ol_cv_errno_thread_specific=yes],[ol_cv_errno_thread_specific=no])
1748 dnl The h_errno declaration may dependent upon _REENTRANT.
1749 dnl If it does, we must link with thread support.
1750 AC_CACHE_CHECK([for thread specific h_errno],
1751 [ol_cv_h_errno_thread_specific], [
1752 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <netdb.h>]], [[h_errno = 0;]])],[ol_cv_h_errno_thread_specific=yes],[ol_cv_h_errno_thread_specific=no])
1755 if test $ol_cv_errno_thread_specific != yes ||
1756 test $ol_cv_h_errno_thread_specific != yes ; then
1757 LIBS="$LTHREAD_LIBS $LIBS"
1761 dnl When in thread environment, use
1762 dnl #if defined( HAVE_REENTRANT_FUNCTIONS ) || defined( HAVE_FUNC_R )
1765 dnl # if defined( HAVE_THREADS )
1769 dnl # if defined( HAVE_THREADS )
1774 dnl HAVE_REENTRANT_FUNCTIONS is derived from:
1775 dnl _POSIX_REENTRANT_FUNCTIONS
1776 dnl _POSIX_THREAD_SAFE_FUNCTIONS
1777 dnl _POSIX_THREADSAFE_FUNCTIONS
1779 dnl and is currently defined in <ldap_pvt_thread.h>
1781 dnl HAVE_THREADS is defined by <ldap_pvt_thread.h> iff -UNO_THREADS
1783 dnl libldap/*.c should only include <ldap_pvt_thread.h> iff
1784 dnl LDAP_R_COMPILE is defined. ie:
1785 dnl #ifdef LDAP_R_COMPILE
1786 dnl # include <ldap_pvt_thread.h>
1789 dnl LDAP_R_COMPILE is defined by libldap_r/Makefile.in
1790 dnl specifically for compiling the threadsafe version of
1791 dnl the ldap library (-lldap_r).
1793 dnl dnl check for reentrant/threadsafe functions
1795 dnl dnl note: these should only be used when linking
1796 dnl dnl with $LTHREAD_LIBS
1798 dnl save_CPPFLAGS="$CPPFLAGS"
1799 dnl save_LIBS="$LIBS"
1800 dnl LIBS="$LTHREAD_LIBS $LIBS"
1801 dnl AC_CHECK_FUNCS( \
1803 dnl gethostbyaddr_r gethostbyname_r \
1804 dnl feof_unlocked unlocked_feof \
1805 dnl putc_unlocked unlocked_putc \
1806 dnl flockfile ftrylockfile \
1808 dnl CPPFLAGS="$save_CPPFLAGS"
1809 dnl LIBS="$save_LIBS"
1812 if test $ol_link_threads = no ; then
1813 if test $ol_with_threads = yes ; then
1814 AC_MSG_ERROR([no suitable thread support])
1817 if test $ol_with_threads = auto ; then
1818 AC_MSG_WARN([no suitable thread support, disabling threads])
1822 AC_DEFINE(NO_THREADS,1,
1823 [define if you have (or want) no threads])
1830 if test $ol_link_threads != no ; then
1831 AC_DEFINE(LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE,1,
1832 [define to 1 if library is thread safe])
1835 dnl ----------------------------------------------------------------
1836 dnl Tests for reentrant functions necessary to build -lldap_r
1839 gethostbyname_r gethostbyaddr_r \
1842 if test "$ac_cv_func_ctime_r" = no ; then
1843 ol_cv_func_ctime_r_nargs=0
1845 OL_FUNC_CTIME_R_NARGS
1846 dnl OL_FUNC_CTIME_R_TYPE
1849 if test "$ac_cv_func_gethostbyname_r" = yes ; then
1850 OL_FUNC_GETHOSTBYNAME_R_NARGS
1852 ol_cv_func_gethostbyname_r_nargs=0
1855 if test "$ac_cv_func_gethostbyaddr_r" = yes ; then
1856 OL_FUNC_GETHOSTBYADDR_R_NARGS
1858 ol_cv_func_gethostbyaddr_r_nargs=0
1861 dnl ----------------------------------------------------------------
1864 if test $ol_enable_bdb/$ol_enable_hdb != no/no; then
1867 if test $ol_cv_berkeley_db = no ; then
1868 AC_MSG_ERROR(BDB/HDB: BerkeleyDB not available)
1871 AC_DEFINE(HAVE_BERKELEY_DB,1,
1872 [define this if Berkeley DB is available])
1874 dnl $ol_cv_lib_db should be yes or -ldb
1875 dnl (it could be no, but that would be an error
1876 if test $ol_cv_lib_db != yes ; then
1877 BDB_LIBS="$BDB_LIBS $ol_cv_lib_db"
1880 SLAPD_LIBS="$SLAPD_LIBS \$(BDB_LIBS)"
1885 dnl ----------------------------------------------------------------
1887 if test $ol_enable_dynamic = yes && test $enable_shared = yes ; then
1888 BUILD_LIBS_DYNAMIC=shared
1889 AC_DEFINE(LDAP_LIBS_DYNAMIC, 1, [define if LDAP libs are dynamic])
1892 BUILD_LIBS_DYNAMIC=static
1895 AC_SUBST(LTSTATIC)dnl
1897 dnl ----------------------------------------------------------------
1898 if test $ol_enable_wrappers != no ; then
1899 AC_CHECK_HEADERS(tcpd.h,[
1900 AC_MSG_CHECKING([for TCP wrappers library])
1903 AC_LINK_IFELSE([AC_LANG_PROGRAM([[
1905 int allow_severity = 0;
1906 int deny_severity = 0;
1908 struct request_info *req;
1911 ]])],[AC_MSG_RESULT([-lwrap])
1913 LIBS="$save_LIBS"],[
1918 int allow_severity = 0;
1919 int deny_severity = 0;
1921 struct request_info *req;
1924 ],[AC_MSG_RESULT([-lwrap -lnsl])
1926 LIBS="$save_LIBS -lnsl"],[
1929 LIBS=$save_LIBS])])],[have_wrappers=no])
1931 if test $have_wrappers = yes ; then
1932 AC_DEFINE(HAVE_TCPD,1, [define if you have -lwrap])
1934 elif test $ol_enable_wrappers = yes ; then
1935 AC_MSG_ERROR([could not find TCP wrappers, select apppropriate options or disable])
1937 AC_MSG_WARN([could not find TCP wrappers, support disabled])
1942 dnl ----------------------------------------------------------------
1943 if test $ol_enable_syslog != no ; then
1944 AC_CHECK_FUNC(openlog)
1945 if test $ac_cv_func_openlog = no && test $ol_enable_syslog = yes; then
1946 AC_MSG_ERROR(could not find syslog, select appropriate options or disable)
1948 ol_enable_syslog=$ac_cv_func_openlog
1951 dnl ----------------------------------------------------------------
1954 if test $ol_enable_sql != no ; then
1955 AC_CHECK_HEADERS(sql.h sqlext.h,[],[
1956 AC_MSG_ERROR([could not locate SQL headers])
1960 LIBS="$LTHREAD_LIBS"
1962 if test $ol_with_odbc = auto ; then
1963 ol_with_odbc="iodbc unixodbc odbc32"
1966 for odbc in $ol_with_odbc ; do
1967 if test $ol_link_sql = no ; then
1970 AC_CHECK_LIB(iodbc, SQLDriverConnect, [have_iodbc=yes], [have_iodbc=no])
1971 if test $have_iodbc = yes ; then
1972 ol_link_sql="-liodbc"
1977 AC_CHECK_LIB(odbc, SQLDriverConnect, [have_odbc=yes], [have_odbc=no])
1978 if test $have_odbc = yes ; then
1979 ol_link_sql="-lodbc"
1984 AC_CHECK_LIB(odbc32, SQLDriverConnect, [have_odbc32=yes], [have_odbc32=no])
1985 if test $have_odbc32 = yes ; then
1986 ol_link_sql="-lodbc32"
1991 AC_MSG_ERROR([unknown ODBC library])
1999 if test $ol_link_sql != no ; then
2000 SLAPD_SQL_LIBS="$ol_link_sql"
2002 elif test $ol_enable_sql != auto ; then
2003 AC_MSG_ERROR([could not locate suitable ODBC library])
2007 dnl ----------------------------------------------------------------
2009 dnl Note: uses C++, but we don't want to add C++ test overhead to
2010 dnl the rest of the libtool machinery.
2012 if test $ol_enable_ndb != no ; then
2013 AC_CHECK_PROG(MYSQL,mysql_config,yes)
2014 if test "$MYSQL" != yes ; then
2015 AC_MSG_ERROR([could not locate mysql_config])
2018 SQL_INC=`mysql_config --include`
2019 SLAPD_NDB_INCS="$SQL_INC $SQL_INC/storage/ndb $SQL_INC/storage/ndb/ndbapi"
2021 save_CPPFLAGS="$CPPFLAGS"
2022 CPPFLAGS="$SLAPD_NDB_INCS"
2023 AC_MSG_CHECKING(for NdbApi.hpp)
2025 [AC_LANG_SOURCE([[#include <NdbApi.hpp>]])],
2027 AC_MSG_ERROR([could not locate NdbApi headers])
2029 CPPFLAGS="$save_CPPFLAGS"
2031 SQL_LIB=`mysql_config --libs_r`
2032 SLAPD_NDB_LIBS="$SQL_LIB -lndbclient -lstdc++"
2034 save_LDFLAGS="$LDFLAGS"
2037 AC_CHECK_LIB(ndbclient,ndb_init,[: ok],[
2038 AC_MSG_ERROR([could not locate ndbclient library])
2041 LDFLAGS="$save_LDFLAGS"
2043 if test "$ol_enable_ndb" = yes ; then
2044 SLAPD_LIBS="$SLAPD_LIBS \$(SLAPD_NDB_LIBS)"
2048 dnl ----------------------------------------------------------------
2049 dnl International Components for Unicode
2051 if test "$ol_icu" = no ; then
2052 AC_MSG_WARN([ICU not available])
2056 dnl ----------------------------------------------------------------
2058 dnl Check for Cyrus SASL
2063 if test $ol_with_cyrus_sasl != no ; then
2064 AC_CHECK_HEADERS(sasl/sasl.h sasl.h)
2066 if test $ac_cv_header_sasl_sasl_h = yes ||
2067 test $ac_cv_header_sasl_h = yes; then
2068 AC_CHECK_LIB(sasl2, sasl_client_init,
2069 [ol_link_sasl="-lsasl2"],
2070 [AC_CHECK_LIB(sasl, sasl_client_init,
2071 [ol_link_sasl="-lsasl"])])
2074 if test $ol_link_sasl = no ; then
2075 if test $ol_with_cyrus_sasl != auto ; then
2076 AC_MSG_ERROR([Could not locate Cyrus SASL])
2078 AC_MSG_WARN([Could not locate Cyrus SASL])
2079 AC_MSG_WARN([SASL authentication not supported!])
2080 if test $ol_link_tls = no ; then
2081 AC_MSG_WARN([Strong authentication not supported!])
2086 if test $ol_cv_sasl_compat = no ; then
2088 AC_MSG_ERROR([Cyrus SASL library located but is incompatible])
2091 AC_DEFINE(HAVE_CYRUS_SASL,1,[define if you have Cyrus SASL])
2092 SASL_LIBS="$ol_link_sasl"
2093 if test $ol_enable_spasswd != no ; then
2097 ac_save_LIBS="$LIBS"
2098 LIBS="$LIBS $ol_link_sasl"
2099 AC_CHECK_FUNC(sasl_version, [AC_DEFINE(HAVE_SASL_VERSION,1,
2100 [define if your SASL library has sasl_version()])])
2101 LIBS="$ac_save_LIBS"
2107 AC_MSG_WARN([SASL authentication not supported!])
2108 if test $ol_link_tls = no ; then
2109 AC_MSG_WARN([Strong authentication not supported!])
2113 dnl ----------------------------------------------------------------
2114 dnl Check for entropy sources
2115 if test $cross_compiling != yes && test "$ac_cv_mingw32" != yes ; then
2117 if test -r /dev/urandom ; then
2119 elif test -r /idev/urandom ; then
2120 dev="/idev/urandom";
2121 elif test -r /dev/srandom ; then
2123 elif test -r /dev/random ; then
2125 elif test -r /idev/random ; then
2129 if test $dev != no ; then
2130 AC_DEFINE_UNQUOTED(URANDOM_DEVICE,"$dev",[set to urandom device])
2134 dnl ----------------------------------------------------------------
2136 dnl Check for fetch URL support
2137 dnl should be extended to support other fetch URL APIs
2140 if test $ol_with_fetch != no ; then
2143 if test $ol_cv_lib_fetch != no ; then
2144 LUTIL_LIBS="$LUTIL_LIBS $ol_link_fetch"
2145 ol_link_fetch=freebsd
2147 elif test $ol_with_fetch != auto ; then
2148 AC_MSG_ERROR(no suitable API for --with-fetch=$ol_with_fetch)
2152 dnl ----------------------------------------------------------------
2153 dnl FreeBSD (and others) have crypt(3) in -lcrypt
2154 if test $ol_enable_crypt != no ; then
2156 LIBS="$TLS_LIBS $LIBS"
2158 AC_CHECK_FUNC(crypt, [have_crypt=yes], [
2160 AC_CHECK_LIB(crypt, crypt, [LUTIL_LIBS="$LUTIL_LIBS -lcrypt"
2161 have_crypt=yes], [have_crypt=no])])
2165 if test $have_crypt = yes ; then
2166 AC_DEFINE(HAVE_CRYPT,1, [define if crypt(3) is available])
2168 AC_MSG_WARN([could not find crypt])
2169 if test $ol_enable_crypt = yes ; then
2170 AC_MSG_ERROR([could not find crypt, select appropriate options or disable])
2173 AC_MSG_WARN([disabling crypt support])
2178 dnl ----------------------------------------------------------------
2179 dnl FreeBSD (and others) have setproctitle(3) in -lutil
2180 if test $ol_enable_proctitle != no ; then
2181 AC_CHECK_FUNC(setproctitle, [have_setproctitle=yes], [
2182 AC_CHECK_LIB(util, setproctitle,
2183 [have_setproctitle=yes
2184 LUTIL_LIBS="$LUTIL_LIBS -lutil"],
2185 [have_setproctitle=no
2186 AC_LIBOBJ(setproctitle)
2187 LIBSRCS="$LIBSRCS setproctitle.c"])])
2189 if test $have_setproctitle = yes ; then
2190 AC_DEFINE(HAVE_SETPROCTITLE,1,
2191 [define if setproctitle(3) is available])
2195 dnl ----------------------------------------------------------------
2196 if test $ol_enable_slp != no ; then
2197 AC_CHECK_HEADERS( slp.h )
2199 if test $ac_cv_header_slp_h = yes ; then
2200 AC_CHECK_LIB(slp, SLPOpen, [have_slp=yes], [have_slp=no])
2201 if test $have_slp = yes ; then
2202 AC_DEFINE(HAVE_SLP, 1, [define if you have -lslp])
2203 SLAPD_SLP_LIBS=-lslp
2206 elif test $ol_enable_slp = yes ; then
2207 AC_MSG_ERROR([SLP not found])
2211 dnl ----------------------------------------------------------------
2212 dnl Checks for typedefs, structures, and compiler characteristics.
2214 AC_CHECK_TYPE(mode_t, int)
2215 AC_CHECK_TYPE(off_t, long)
2216 AC_CHECK_TYPE(pid_t, int)
2217 AC_CHECK_TYPE(ssize_t, [signed int])
2218 AC_CHECK_TYPE(caddr_t, [char *])
2219 AC_CHECK_TYPE(size_t, unsigned)
2221 AC_CHECK_TYPES([long long])
2222 AC_CHECK_TYPES([ptrdiff_t])
2225 AC_CHECK_TYPE([socklen_t],,, [$ac_includes_default
2226 #ifdef HAVE_SYS_SOCKET_H
2227 #include <sys/socket.h>
2230 dnl socklen_t-like type in accept(), default socklen_t or int:
2231 dnl - The OS might define socklen_t without using it. POSIX moved from
2232 dnl int to size_t to socklen_t, hoping to stay at a 32-bit type, and
2233 dnl HP-UX now has selectors for what to use.
2234 dnl - On Solaris 2.8 the prototype has void *len, but the default is OK.
2235 AC_MSG_CHECKING([the type of arg 3 to accept()])
2236 AC_CACHE_VAL(ol_cv_type_ber_socklen_t, [
2237 set socklen_t int unsigned "unsigned long" long size_t
2238 test "$ac_cv_type_socklen_t" = yes || shift
2239 ol_cv_type_ber_socklen_t=$1 guessing="guessing "
2240 for lentype in "$@" ; do for addrtype in "struct sockaddr" void ; do
2241 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([$ac_includes_default
2242 #ifdef HAVE_SYS_SOCKET_H
2243 #include <sys/socket.h>
2245 extern int accept(int s, $addrtype *ap, $lentype *lp);
2247 accept(0, (struct sockaddr *) 0, ($lentype *) 0);
2248 ])], [ol_cv_type_ber_socklen_t=$lentype guessing= ; break 2])
2250 AC_MSG_RESULT([$guessing$ol_cv_type_ber_socklen_t *])
2251 AC_DEFINE_UNQUOTED(ber_socklen_t, $ol_cv_type_ber_socklen_t,
2252 [Define to the type of arg 3 for `accept'.])
2254 dnl Modules should use ber_socklen_t, not socklen_t. Define socklen_t
2255 dnl for the time being anyway, for backwards compatibility.
2256 if test "$ac_cv_type_socklen_t" != yes; then
2257 AC_DEFINE_UNQUOTED([socklen_t], [$ol_cv_type_ber_socklen_t],
2258 [Define like ber_socklen_t if <sys/socket.h> does not define.])
2264 AC_CHECK_TYPE([sig_atomic_t],,
2265 [AC_DEFINE_UNQUOTED([sig_atomic_t], [int],
2266 [Define to `int' if <signal.h> does not define.])],
2267 [$ac_includes_default
2275 AC_CHECK_MEMBERS([struct stat.st_blksize])
2276 AC_CHECK_MEMBERS([struct passwd.pw_gecos],,,[$ac_includes_default
2278 AC_CHECK_MEMBERS([struct passwd.pw_passwd],,,[$ac_includes_default
2285 if test $cross_compiling = yes ; then
2286 AC_MSG_WARN([Crossing compiling... all bets are off!])
2287 AC_DEFINE(CROSS_COMPILING, 1, [define if cross compiling])
2292 AC_CHECK_SIZEOF(short)
2293 AC_CHECK_SIZEOF(int)
2294 AC_CHECK_SIZEOF(long)
2295 AC_CHECK_SIZEOF(long long)
2296 AC_CHECK_SIZEOF(wchar_t)
2298 if test "$ac_cv_sizeof_int" -lt 4 ; then
2299 AC_MSG_WARN([OpenLDAP requires 'int' to be 32 bits or greater.])
2301 AC_DEFINE(LBER_INT_T,long,[define to 32-bit or greater integer type])
2303 AC_DEFINE(LBER_INT_T,int,[define to 32-bit or greater integer type])
2306 AC_DEFINE(LBER_LEN_T,long,[define to large integer type])
2307 AC_DEFINE(LBER_SOCKET_T,int,[define to socket descriptor type])
2308 AC_DEFINE(LBER_TAG_T,long,[define to large integer type])
2310 dnl ----------------------------------------------------------------
2311 dnl Check for multiple precision support
2312 if test $ol_with_mp = longlong || test $ol_with_mp = auto ; then
2313 if test $ac_cv_sizeof_long_long -gt 4 ; then
2315 AC_DEFINE(USE_MP_LONG_LONG,1,[define to use 'long long' for MP])
2316 elif test $ol_with_mp = longlong ; then
2317 AC_MSG_ERROR([long long unusable for multiple precision])
2320 if test $ol_with_mp = long || test $ol_with_mp = auto ; then
2321 if test $ac_cv_sizeof_long -gt 4 ; then
2323 AC_DEFINE(USE_MP_LONG,1,[define to use 'long' for MP])
2324 elif test $ol_with_mp = long ; then
2325 AC_MSG_ERROR([long unusable for multiple precision])
2328 if test $ol_with_mp = bignum || test $ol_with_mp = auto ; then
2329 AC_CHECK_HEADERS(openssl/bn.h)
2330 AC_CHECK_HEADERS(openssl/crypto.h)
2331 if test "$ac_cv_header_openssl_bn_h" = "yes" &&
2332 test "$ac_cv_header_openssl_crypto_h" = "yes" &&
2333 test "$ol_with_tls" = "found" ; then
2335 AC_DEFINE(USE_MP_BIGNUM,1,[define to use OpenSSL BIGNUM for MP])
2336 elif test $ol_with_mp = bignum ; then
2337 AC_MSG_ERROR([bignum not available])
2340 if test $ol_with_mp = gmp || test $ol_with_mp = auto ; then
2341 AC_CHECK_HEADERS(gmp.h)
2342 AC_CHECK_LIB(gmp, __gmpz_add_ui)
2343 if test $ac_cv_header_gmp_h = yes && test $ac_cv_lib_gmp___gmpz_add_ui = yes ; then
2344 AC_DEFINE(USE_MP_GMP,1,[define to use GMP for MP])
2346 elif test $ol_with_mp = gmp ; then
2347 AC_MSG_ERROR([gmp not available])
2350 if test $ol_with_mp = auto ; then
2354 dnl ----------------------------------------------------------------
2355 dnl Checks for library functions.
2358 if test $ac_cv_func_memcmp_working = no ; then
2359 AC_DEFINE(NEED_MEMCMP_REPLACEMENT,1,
2360 [define if memcmp is not 8-bit clean or is otherwise broken])
2367 dnl Check for NT specific routines
2368 AC_CHECK_FUNC(_spawnlp, AC_DEFINE(HAVE_SPAWNLP,1,[if you have spawnlp()]))
2370 AC_CHECK_FUNC(_snprintf, [ac_cv_func_snprintf=yes
2371 AC_DEFINE(snprintf, _snprintf, [define to snprintf routine])
2374 AC_CHECK_FUNCS(vsnprintf _vsnprintf)
2376 if test $ac_cv_func_vsnprintf = no -a $ac_cv_func__vsnprintf = yes ; then
2377 ac_cv_func_vsnprintf=yes
2378 AC_DEFINE(vsnprintf, _vsnprintf, [define to vsnprintf routine])
2383 if test $ac_cv_func_vprintf = yes ; then
2384 dnl check for vsnprintf
2385 AC_CHECK_FUNCS(snprintf vsnprintf)
2446 dnl We actually may need to replace more than this.
2447 AC_REPLACE_FUNCS(getopt getpeereid)
2449 if test "$ac_cv_func_getopt" != yes; then
2450 LIBSRCS="$LIBSRCS getopt.c"
2453 if test "$ac_cv_func_getpeereid" != yes; then
2454 AC_CHECK_FUNCS( getpeerucred )
2455 if test "$ac_cv_func_getpeerucred" != yes ; then
2456 AC_CHECK_MEMBERS([struct msghdr.msg_accrightslen],,,
2457 [$ac_includes_default
2458 #ifdef HAVE_SYS_SOCKET_H
2459 #include <sys/socket.h>
2461 if test "$ac_cv_member_struct_msghdr_msg_accrightslen" != yes; then
2462 AC_CHECK_MEMBERS([struct msghdr.msg_control],,,
2463 [$ac_includes_default
2464 #ifdef HAVE_SYS_SOCKET_H
2465 #include <sys/socket.h>
2468 AC_CHECK_MEMBERS([struct stat.st_fstype, struct stat.st_vfstype])
2469 if test "$ac_cv_member_struct_stat_st_fstype" = yes; then
2470 AC_COMPILE_IFELSE([struct stat st; char *ptr=st.st_fstype;],
2471 AC_DEFINE([HAVE_STRUCT_STAT_ST_FSTYPE_CHAR],1,[define to 1 if st_fstype is char *]),
2472 AC_DEFINE([HAVE_STRUCT_STAT_ST_FSTYPE_INT],1,[define to 1 if st_fstype is int]))
2475 LIBSRCS="$LIBSRCS getpeereid.c"
2478 if test "$ac_cv_func_snprintf" != yes ||
2479 test "$ac_cv_func_vsnprintf" != yes; then
2480 if test "$ac_cv_func_snprintf" != yes; then
2481 AC_DEFINE(snprintf, ber_pvt_snprintf, [define to snprintf routine])
2483 if test "$ac_cv_func_vsnprintf" != yes; then
2484 AC_DEFINE(vsnprintf, ber_pvt_vsnprintf, [define to snprintf routine])
2488 dnl ----------------------------------------------------------------
2489 dnl Sort out defines
2491 if test "$ol_enable_slapi" != no ; then
2492 dnl This check is done also if --enable-modules is used;
2493 dnl it is duplicated here, 'cause it'd be cached anyway
2494 AC_CHECK_HEADERS(ltdl.h)
2496 if test $ac_cv_header_ltdl_h != yes ; then
2497 AC_MSG_ERROR([could not locate <ltdl.h>])
2499 AC_CHECK_LIB(ltdl, lt_dlinit, [
2502 LIBSLAPITOOLS=../libslapi.a
2503 AC_DEFINE(HAVE_LIBLTDL,1,[define if you have libtool -ltdl])
2504 ],[AC_MSG_ERROR([could not locate libtool -lltdl])])
2506 AC_DEFINE(LDAP_SLAPI,1, [define this to add SLAPI code])
2509 if test "$ol_enable_debug" != no ; then
2510 if test "$ol_enable_debug" = traditional; then
2511 AC_DEFINE(OLD_DEBUG,1,
2512 [define to use the original debug style])
2514 AC_DEFINE(LDAP_DEBUG,1,
2515 [define this to add debugging code])
2517 if test "$ol_enable_syslog" = yes ; then
2518 AC_DEFINE(LDAP_SYSLOG,1,
2519 [define this to add syslog code])
2521 if test "$ol_enable_proctitle" != no ; then
2522 AC_DEFINE(LDAP_PROCTITLE,1,
2523 [define this for LDAP process title support])
2525 if test "$ol_enable_referrals" != no ; then
2526 AC_DEFINE(LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS,LDAP_VENDOR_VERSION,
2527 [define to LDAP VENDOR VERSION])
2529 if test "$ol_enable_local" != no; then
2530 AC_DEFINE(LDAP_PF_LOCAL,1,[define to support PF_LOCAL])
2532 if test "$ol_link_ipv6" != no; then
2533 AC_DEFINE(LDAP_PF_INET6,1,[define to support PF_INET6])
2535 if test "$ol_enable_cleartext" != no ; then
2536 AC_DEFINE(SLAPD_CLEARTEXT,1,[define to support cleartext passwords])
2538 if test "$ol_enable_crypt" != no ; then
2539 AC_DEFINE(SLAPD_CRYPT,1,[define to support crypt(3) passwords])
2541 if test "$ol_link_spasswd" != no ; then
2542 AC_DEFINE(SLAPD_SPASSWD,1,[define to support SASL passwords])
2544 if test "$ol_enable_rlookups" != no ; then
2545 AC_DEFINE(SLAPD_RLOOKUPS,1,[define to support reverse lookups])
2547 if test "$ol_enable_aci" != no ; then
2548 if test $ol_enable_dynacl = no ; then
2549 ol_enable_dynacl=yes
2550 AC_MSG_WARN([ACIs need dynacl])
2552 if test "$ol_enable_aci" = mod ; then
2553 MFLAG=SLAPD_MOD_DYNAMIC
2554 dnl remove this after moving servers/slapd/aci.c in contrib/slapd-modules/acl
2555 AC_MSG_ERROR([ACI build as dynamic module not supported (yet)])
2557 MFLAG=SLAPD_MOD_STATIC
2559 WITH_ACI_ENABLED=$ol_enable_aci
2560 AC_DEFINE_UNQUOTED(SLAPD_ACI_ENABLED,$MFLAG,[define to support per-object ACIs])
2564 if test "$ol_enable_dynacl" != no ; then
2565 AC_DEFINE(SLAP_DYNACL,1,[define to support run-time loadable ACL])
2568 if test "$ol_link_modules" != no ; then
2569 AC_DEFINE(SLAPD_MODULES,1,[define to support modules])
2571 SLAPD_MODULES_LDFLAGS="-dlopen self"
2574 AC_DEFINE(SLAPD_MOD_STATIC,1,[statically linked module])
2575 AC_DEFINE(SLAPD_MOD_DYNAMIC,2,[dynamically linked module])
2577 dnl back-monitor goes first (well, after back-config)
2578 if test "$ol_enable_monitor" != no ; then
2580 BUILD_MONITOR=$ol_enable_monitor
2581 if test "$ol_enable_monitor" = mod ; then
2582 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-monitor"
2583 MFLAG=SLAPD_MOD_DYNAMIC
2585 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-monitor"
2586 MFLAG=SLAPD_MOD_STATIC
2588 AC_DEFINE_UNQUOTED(SLAPD_MONITOR,$MFLAG,[define to support cn=Monitor backend])
2591 if test "$ol_enable_bdb" != no ; then
2593 BUILD_BDB=$ol_enable_bdb
2594 if test "$ol_enable_bdb" = mod ; then
2595 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-bdb"
2596 MFLAG=SLAPD_MOD_DYNAMIC
2598 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-bdb"
2599 MFLAG=SLAPD_MOD_STATIC
2601 AC_DEFINE_UNQUOTED(SLAPD_BDB,$MFLAG,[define to support BDB backend])
2604 if test "$ol_enable_dnssrv" != no ; then
2606 BUILD_DNSSRV=$ol_enable_dnssrv
2607 if test "$ol_enable_dnssrv" = mod ; then
2608 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-dnssrv"
2609 MFLAG=SLAPD_MOD_DYNAMIC
2611 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-dnssrv"
2612 MFLAG=SLAPD_MOD_STATIC
2614 AC_DEFINE_UNQUOTED(SLAPD_DNSSRV,$MFLAG,[define to support DNS SRV backend])
2617 if test "$ol_enable_hdb" != no ; then
2619 BUILD_HDB=$ol_enable_hdb
2620 if test "$ol_enable_hdb" = mod ; then
2621 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-hdb"
2622 MFLAG=SLAPD_MOD_DYNAMIC
2624 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-hdb"
2625 MFLAG=SLAPD_MOD_STATIC
2627 AC_DEFINE_UNQUOTED(SLAPD_HDB,$MFLAG,[define to support HDB backend])
2630 if test "$ol_enable_ldap" != no ; then
2632 BUILD_LDAP=$ol_enable_ldap
2633 if test "$ol_enable_ldap" = mod ; then
2634 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-ldap"
2635 MFLAG=SLAPD_MOD_DYNAMIC
2637 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-ldap"
2638 MFLAG=SLAPD_MOD_STATIC
2640 AC_DEFINE_UNQUOTED(SLAPD_LDAP,$MFLAG,[define to support LDAP backend])
2643 if test "$ol_enable_meta" != no ; then
2645 BUILD_META=$ol_enable_meta
2647 if test "$ol_enable_meta" = mod ; then
2648 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-meta"
2649 MFLAG=SLAPD_MOD_DYNAMIC
2651 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-meta"
2652 MFLAG=SLAPD_MOD_STATIC
2654 AC_DEFINE_UNQUOTED(SLAPD_META,$MFLAG,[define to support LDAP Metadirectory backend])
2657 if test "$ol_enable_ndb" != no ; then
2659 BUILD_NDB=$ol_enable_ndb
2660 if test "$ol_enable_ndb" = mod ; then
2661 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-ndb"
2662 MFLAG=SLAPD_MOD_DYNAMIC
2664 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-ndb"
2665 MFLAG=SLAPD_MOD_STATIC
2667 AC_DEFINE_UNQUOTED(SLAPD_NDB,$MFLAG,[define to support NDB backend])
2670 if test "$ol_enable_null" != no ; then
2672 BUILD_NULL=$ol_enable_null
2673 if test "$ol_enable_null" = mod ; then
2674 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-null"
2675 MFLAG=SLAPD_MOD_DYNAMIC
2677 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-null"
2678 MFLAG=SLAPD_MOD_STATIC
2680 AC_DEFINE_UNQUOTED(SLAPD_NULL,$MFLAG,[define to support NULL backend])
2683 if test "$ol_enable_passwd" != no ; then
2685 BUILD_PASSWD=$ol_enable_passwd
2686 if test "$ol_enable_passwd" = mod ; then
2687 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-passwd"
2688 MFLAG=SLAPD_MOD_DYNAMIC
2690 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-passwd"
2691 MFLAG=SLAPD_MOD_STATIC
2693 AC_DEFINE_UNQUOTED(SLAPD_PASSWD,$MFLAG,[define to support PASSWD backend])
2696 if test "$ol_link_perl" != no ; then
2698 BUILD_PERL=$ol_enable_perl
2699 if test "$ol_enable_perl" = mod ; then
2700 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-perl"
2701 MFLAG=SLAPD_MOD_DYNAMIC
2703 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-perl"
2704 MFLAG=SLAPD_MOD_STATIC
2706 AC_DEFINE_UNQUOTED(SLAPD_PERL,$MFLAG,[define to support PERL backend])
2709 if test "$ol_enable_relay" != no ; then
2711 BUILD_RELAY=$ol_enable_relay
2712 if test "$ol_enable_relay" = mod ; then
2713 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-relay"
2714 MFLAG=SLAPD_MOD_DYNAMIC
2716 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-relay"
2717 MFLAG=SLAPD_MOD_STATIC
2719 AC_DEFINE_UNQUOTED(SLAPD_RELAY,$MFLAG,[define to support relay backend])
2722 if test "$ol_enable_shell" != no ; then
2723 if test "$ol_link_threads" != no ; then
2724 AC_MSG_WARN([Use of --without-threads is recommended with back-shell])
2727 BUILD_SHELL=$ol_enable_shell
2728 if test "$ol_enable_shell" = mod ; then
2729 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-shell"
2730 MFLAG=SLAPD_MOD_DYNAMIC
2732 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-shell"
2733 MFLAG=SLAPD_MOD_STATIC
2735 AC_DEFINE_UNQUOTED(SLAPD_SHELL,$MFLAG,[define to support SHELL backend])
2738 if test "$ol_enable_sock" != no ; then
2740 BUILD_SOCK=$ol_enable_sock
2741 if test "$ol_enable_sock" = mod ; then
2742 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-sock"
2743 MFLAG=SLAPD_MOD_DYNAMIC
2745 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-sock"
2746 MFLAG=SLAPD_MOD_STATIC
2748 AC_DEFINE_UNQUOTED(SLAPD_SOCK,$MFLAG,[define to support SOCK backend])
2751 if test "$ol_link_sql" != no ; then
2753 BUILD_SQL=$ol_enable_sql
2754 if test "$ol_enable_sql" = mod; then
2755 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-sql"
2756 MFLAG=SLAPD_MOD_DYNAMIC
2758 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-sql"
2759 MFLAG=SLAPD_MOD_STATIC
2761 AC_DEFINE_UNQUOTED(SLAPD_SQL,$MFLAG,[define to support SQL backend])
2764 if test "$ol_enable_accesslog" != no ; then
2765 BUILD_ACCESSLOG=$ol_enable_accesslog
2766 if test "$ol_enable_accesslog" = mod ; then
2767 MFLAG=SLAPD_MOD_DYNAMIC
2768 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS accesslog.la"
2770 MFLAG=SLAPD_MOD_STATIC
2771 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS accesslog.o"
2773 AC_DEFINE_UNQUOTED(SLAPD_OVER_ACCESSLOG,$MFLAG,[define for In-Directory Access Logging overlay])
2776 if test "$ol_enable_auditlog" != no ; then
2777 BUILD_AUDITLOG=$ol_enable_auditlog
2778 if test "$ol_enable_auditlog" = mod ; then
2779 MFLAG=SLAPD_MOD_DYNAMIC
2780 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS auditlog.la"
2782 MFLAG=SLAPD_MOD_STATIC
2783 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS auditlog.o"
2785 AC_DEFINE_UNQUOTED(SLAPD_OVER_AUDITLOG,$MFLAG,[define for Audit Logging overlay])
2788 if test "$ol_enable_collect" != no ; then
2789 BUILD_COLLECT=$ol_enable_collect
2790 if test "$ol_enable_collect" = mod ; then
2791 MFLAG=SLAPD_MOD_DYNAMIC
2792 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS collect.la"
2794 MFLAG=SLAPD_MOD_STATIC
2795 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS collect.o"
2797 AC_DEFINE_UNQUOTED(SLAPD_OVER_COLLECT,$MFLAG,[define for Collect overlay])
2800 if test "$ol_enable_constraint" != no ; then
2801 BUILD_CONSTRAINT=$ol_enable_constraint
2802 if test "$ol_enable_constraint" = mod ; then
2803 MFLAG=SLAPD_MOD_DYNAMIC
2804 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS constraint.la"
2806 MFLAG=SLAPD_MOD_STATIC
2807 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS constraint.o"
2809 AC_DEFINE_UNQUOTED(SLAPD_OVER_CONSTRAINT,$MFLAG,[define for Attribute Constraint overlay])
2812 if test "$ol_enable_dds" != no ; then
2813 BUILD_DDS=$ol_enable_dds
2814 if test "$ol_enable_dds" = mod ; then
2815 MFLAG=SLAPD_MOD_DYNAMIC
2816 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS dds.la"
2818 MFLAG=SLAPD_MOD_STATIC
2819 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS dds.o"
2821 AC_DEFINE_UNQUOTED(SLAPD_OVER_DDS,$MFLAG,[define for Dynamic Directory Services overlay])
2824 if test "$ol_enable_deref" != no ; then
2825 BUILD_DEREF=$ol_enable_deref
2826 if test "$ol_enable_deref" = mod ; then
2827 MFLAG=SLAPD_MOD_DYNAMIC
2828 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS deref.la"
2830 MFLAG=SLAPD_MOD_STATIC
2831 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS deref.o"
2833 AC_DEFINE_UNQUOTED(SLAPD_OVER_DEREF,$MFLAG,[define for Dynamic Directory Services overlay])
2836 if test "$ol_enable_dyngroup" != no ; then
2837 BUILD_DYNGROUP=$ol_enable_dyngroup
2838 if test "$ol_enable_dyngroup" = mod ; then
2839 MFLAG=SLAPD_MOD_DYNAMIC
2840 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS dyngroup.la"
2842 MFLAG=SLAPD_MOD_STATIC
2843 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS dyngroup.o"
2845 AC_DEFINE_UNQUOTED(SLAPD_OVER_DYNGROUP,$MFLAG,[define for Dynamic Group overlay])
2848 if test "$ol_enable_dynlist" != no ; then
2849 BUILD_DYNLIST=$ol_enable_dynlist
2850 if test "$ol_enable_dynlist" = mod ; then
2851 MFLAG=SLAPD_MOD_DYNAMIC
2852 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS dynlist.la"
2854 MFLAG=SLAPD_MOD_STATIC
2855 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS dynlist.o"
2857 AC_DEFINE_UNQUOTED(SLAPD_OVER_DYNLIST,$MFLAG,[define for Dynamic List overlay])
2860 if test "$ol_enable_memberof" != no ; then
2861 BUILD_MEMBEROF=$ol_enable_memberof
2862 if test "$ol_enable_memberof" = mod ; then
2863 MFLAG=SLAPD_MOD_DYNAMIC
2864 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS memberof.la"
2866 MFLAG=SLAPD_MOD_STATIC
2867 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS memberof.o"
2869 AC_DEFINE_UNQUOTED(SLAPD_OVER_MEMBEROF,$MFLAG,[define for Reverse Group Membership overlay])
2872 if test "$ol_enable_ppolicy" != no ; then
2873 BUILD_PPOLICY=$ol_enable_ppolicy
2874 if test "$ol_enable_ppolicy" = mod ; then
2875 MFLAG=SLAPD_MOD_DYNAMIC
2876 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS ppolicy.la"
2878 MFLAG=SLAPD_MOD_STATIC
2879 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS ppolicy.o"
2881 AC_DEFINE_UNQUOTED(SLAPD_OVER_PPOLICY,$MFLAG,[define for Password Policy overlay])
2884 if test "$ol_enable_proxycache" != no ; then
2885 BUILD_PROXYCACHE=$ol_enable_proxycache
2886 if test "$ol_enable_proxycache" = mod ; then
2887 MFLAG=SLAPD_MOD_DYNAMIC
2888 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS pcache.la"
2890 MFLAG=SLAPD_MOD_STATIC
2891 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS pcache.o"
2893 AC_DEFINE_UNQUOTED(SLAPD_OVER_PROXYCACHE,$MFLAG,[define for Proxy Cache overlay])
2896 if test "$ol_enable_refint" != no ; then
2897 BUILD_REFINT=$ol_enable_refint
2898 if test "$ol_enable_refint" = mod ; then
2899 MFLAG=SLAPD_MOD_DYNAMIC
2900 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS refint.la"
2902 MFLAG=SLAPD_MOD_STATIC
2903 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS refint.o"
2905 AC_DEFINE_UNQUOTED(SLAPD_OVER_REFINT,$MFLAG,[define for Referential Integrity overlay])
2908 if test "$ol_enable_retcode" != no ; then
2909 BUILD_RETCODE=$ol_enable_retcode
2910 if test "$ol_enable_retcode" = mod ; then
2911 MFLAG=SLAPD_MOD_DYNAMIC
2912 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS retcode.la"
2914 MFLAG=SLAPD_MOD_STATIC
2915 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS retcode.o"
2917 AC_DEFINE_UNQUOTED(SLAPD_OVER_RETCODE,$MFLAG,[define for Referential Integrity overlay])
2920 if test "$ol_enable_rwm" != no ; then
2922 BUILD_RWM=$ol_enable_rwm
2923 if test "$ol_enable_rwm" = mod ; then
2924 MFLAG=SLAPD_MOD_DYNAMIC
2925 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS rwm.la"
2927 MFLAG=SLAPD_MOD_STATIC
2928 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS rwm_x.o"
2930 AC_DEFINE_UNQUOTED(SLAPD_OVER_RWM,$MFLAG,[define for Rewrite/Remap overlay])
2933 if test "$ol_enable_seqmod" != no ; then
2934 BUILD_SEQMOD=$ol_enable_seqmod
2935 if test "$ol_enable_seqmod" = mod ; then
2936 MFLAG=SLAPD_MOD_DYNAMIC
2937 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS seqmod.la"
2939 MFLAG=SLAPD_MOD_STATIC
2940 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS seqmod.o"
2942 AC_DEFINE_UNQUOTED(SLAPD_OVER_SEQMOD,$MFLAG,[define for Sequential Modify overlay])
2945 if test "$ol_enable_sssvlv" != no ; then
2946 BUILD_SSSVLV=$ol_enable_sssvlv
2947 if test "$ol_enable_sssvlv" = mod ; then
2948 MFLAG=SLAPD_MOD_DYNAMIC
2949 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS sssvlv.la"
2951 MFLAG=SLAPD_MOD_STATIC
2952 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS sssvlv.o"
2954 AC_DEFINE_UNQUOTED(SLAPD_OVER_SSSVLV,$MFLAG,[define for ServerSideSort/VLV overlay])
2957 if test "$ol_enable_syncprov" != no ; then
2958 BUILD_SYNCPROV=$ol_enable_syncprov
2959 if test "$ol_enable_syncprov" = mod ; then
2960 MFLAG=SLAPD_MOD_DYNAMIC
2961 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS syncprov.la"
2963 MFLAG=SLAPD_MOD_STATIC
2964 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS syncprov.o"
2966 AC_DEFINE_UNQUOTED(SLAPD_OVER_SYNCPROV,$MFLAG,[define for Syncrepl Provider overlay])
2969 if test "$ol_enable_translucent" != no ; then
2970 BUILD_TRANSLUCENT=$ol_enable_translucent
2971 if test "$ol_enable_translucent" = mod ; then
2972 MFLAG=SLAPD_MOD_DYNAMIC
2973 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS translucent.la"
2975 MFLAG=SLAPD_MOD_STATIC
2976 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS translucent.o"
2978 AC_DEFINE_UNQUOTED(SLAPD_OVER_TRANSLUCENT,$MFLAG,[define for Translucent Proxy overlay])
2981 if test "$ol_enable_unique" != no ; then
2982 BUILD_UNIQUE=$ol_enable_unique
2983 if test "$ol_enable_unique" = mod ; then
2984 MFLAG=SLAPD_MOD_DYNAMIC
2985 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS unique.la"
2987 MFLAG=SLAPD_MOD_STATIC
2988 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS unique.o"
2990 AC_DEFINE_UNQUOTED(SLAPD_OVER_UNIQUE,$MFLAG,[define for Attribute Uniqueness overlay])
2993 if test "$ol_enable_valsort" != no ; then
2994 BUILD_VALSORT=$ol_enable_valsort
2995 if test "$ol_enable_valsort" = mod ; then
2996 MFLAG=SLAPD_MOD_DYNAMIC
2997 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS valsort.la"
2999 MFLAG=SLAPD_MOD_STATIC
3000 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS valsort.o"
3002 AC_DEFINE_UNQUOTED(SLAPD_OVER_VALSORT,$MFLAG,[define for Value Sorting overlay])
3005 if test "$ol_enable_rewrite" != no ; then
3006 AC_DEFINE(ENABLE_REWRITE,1,[define to enable rewriting in back-ldap and back-meta])
3010 if test "$ol_enable_slapi" != no ; then
3011 AC_DEFINE(ENABLE_SLAPI,1,[define to enable slapi library])
3013 SLAPD_SLAPI_DEPEND=libslapi.a
3016 dnl ----------------------------------------------------------------
3019 dnl For Windows build, we don't want to include -dlopen flags.
3020 dnl They hurt more than they help.
3023 if test "$ac_cv_mingw32" = yes -o $ol_cv_msvc = yes ; then
3025 SLAPD_MODULES_LDFLAGS=
3034 AC_SUBST(WITH_MODULES_ENABLED)
3035 AC_SUBST(WITH_ACI_ENABLED)
3036 AC_SUBST(BUILD_THREAD)
3037 AC_SUBST(BUILD_LIBS_DYNAMIC)
3039 AC_SUBST(BUILD_SLAPD)
3041 AC_SUBST(BUILD_SLAPI)
3042 AC_SUBST(SLAPD_SLAPI_DEPEND)
3045 AC_SUBST(BUILD_DNSSRV)
3047 AC_SUBST(BUILD_LDAP)
3048 AC_SUBST(BUILD_META)
3049 AC_SUBST(BUILD_MONITOR)
3051 AC_SUBST(BUILD_NULL)
3052 AC_SUBST(BUILD_PASSWD)
3053 AC_SUBST(BUILD_RELAY)
3054 AC_SUBST(BUILD_PERL)
3055 AC_SUBST(BUILD_SHELL)
3056 AC_SUBST(BUILD_SOCK)
3059 AC_SUBST(BUILD_ACCESSLOG)
3060 AC_SUBST(BUILD_AUDITLOG)
3061 AC_SUBST(BUILD_COLLECT)
3062 AC_SUBST(BUILD_CONSTRAINT)
3064 AC_SUBST(BUILD_DENYOP)
3065 AC_SUBST(BUILD_DEREF)
3066 AC_SUBST(BUILD_DYNGROUP)
3067 AC_SUBST(BUILD_DYNLIST)
3068 AC_SUBST(BUILD_LASTMOD)
3069 AC_SUBST(BUILD_MEMBEROF)
3070 AC_SUBST(BUILD_PPOLICY)
3071 AC_SUBST(BUILD_PROXYCACHE)
3072 AC_SUBST(BUILD_REFINT)
3073 AC_SUBST(BUILD_RETCODE)
3075 AC_SUBST(BUILD_SEQMOD)
3076 AC_SUBST(BUILD_SSSVLV)
3077 AC_SUBST(BUILD_SYNCPROV)
3078 AC_SUBST(BUILD_TRANSLUCENT)
3079 AC_SUBST(BUILD_UNIQUE)
3080 AC_SUBST(BUILD_VALSORT)
3083 AC_SUBST(SLAPD_LIBS)
3085 AC_SUBST(SLAPD_NDB_LIBS)
3086 AC_SUBST(SLAPD_NDB_INCS)
3087 AC_SUBST(LTHREAD_LIBS)
3088 AC_SUBST(LUTIL_LIBS)
3091 AC_SUBST(SLAPD_MODULES_CPPFLAGS)
3092 AC_SUBST(SLAPD_MODULES_LDFLAGS)
3094 AC_SUBST(SLAPD_NO_STATIC)
3095 AC_SUBST(SLAPD_STATIC_BACKENDS)
3096 AC_SUBST(SLAPD_DYNAMIC_BACKENDS)
3097 AC_SUBST(SLAPD_STATIC_OVERLAYS)
3098 AC_SUBST(SLAPD_DYNAMIC_OVERLAYS)
3100 AC_SUBST(PERL_CPPFLAGS)
3101 AC_SUBST(SLAPD_PERL_LDFLAGS)
3102 AC_SUBST(MOD_PERL_LDFLAGS)
3108 AC_SUBST(MODULES_LIBS)
3109 AC_SUBST(SLAPI_LIBS)
3111 AC_SUBST(LIBSLAPITOOLS)
3115 AC_SUBST(SLAPD_SLP_LIBS)
3116 AC_SUBST(SLAPD_GMP_LIBS)
3118 AC_SUBST(SLAPD_SQL_LDFLAGS)
3119 AC_SUBST(SLAPD_SQL_LIBS)
3120 AC_SUBST(SLAPD_SQL_INCLUDES)
3122 dnl ----------------------------------------------------------------
3123 dnl final help output
3124 AC_ARG_WITH(xxinstall,[
3125 See INSTALL file for further details.])
3127 dnl ----------------------------------------------------------------
3131 AC_CONFIG_FILES([Makefile:build/top.mk:Makefile.in:build/dir.mk]
3132 [doc/Makefile:build/top.mk:doc/Makefile.in:build/dir.mk]
3133 [doc/man/Makefile:build/top.mk:doc/man/Makefile.in:build/dir.mk]
3134 [doc/man/man1/Makefile:build/top.mk:doc/man/man1/Makefile.in:build/man.mk]
3135 [doc/man/man3/Makefile:build/top.mk:doc/man/man3/Makefile.in:build/man.mk]
3136 [doc/man/man5/Makefile:build/top.mk:doc/man/man5/Makefile.in:build/man.mk]
3137 [doc/man/man8/Makefile:build/top.mk:doc/man/man8/Makefile.in:build/man.mk]
3138 [clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk]
3139 [clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk]
3140 [include/Makefile:build/top.mk:include/Makefile.in]
3141 [libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk]
3142 [libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk]
3143 [libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk]
3144 [libraries/libldap_r/Makefile:build/top.mk:libraries/libldap_r/Makefile.in:build/lib.mk:build/lib-shared.mk]
3145 [libraries/liblunicode/Makefile:build/top.mk:libraries/liblunicode/Makefile.in:build/lib.mk:build/lib-static.mk]
3146 [libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk]
3147 [libraries/librewrite/Makefile:build/top.mk:libraries/librewrite/Makefile.in:build/lib.mk:build/lib-static.mk]
3148 [servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk]
3149 [servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk]
3150 [servers/slapd/back-bdb/Makefile:build/top.mk:servers/slapd/back-bdb/Makefile.in:build/mod.mk]
3151 [servers/slapd/back-dnssrv/Makefile:build/top.mk:servers/slapd/back-dnssrv/Makefile.in:build/mod.mk]
3152 [servers/slapd/back-hdb/Makefile:build/top.mk:servers/slapd/back-hdb/Makefile.in:build/mod.mk]
3153 [servers/slapd/back-ldap/Makefile:build/top.mk:servers/slapd/back-ldap/Makefile.in:build/mod.mk]
3154 [servers/slapd/back-ldif/Makefile:build/top.mk:servers/slapd/back-ldif/Makefile.in:build/mod.mk]
3155 [servers/slapd/back-meta/Makefile:build/top.mk:servers/slapd/back-meta/Makefile.in:build/mod.mk]
3156 [servers/slapd/back-monitor/Makefile:build/top.mk:servers/slapd/back-monitor/Makefile.in:build/mod.mk]
3157 [servers/slapd/back-ndb/Makefile:build/top.mk:servers/slapd/back-ndb/Makefile.in:build/mod.mk]
3158 [servers/slapd/back-null/Makefile:build/top.mk:servers/slapd/back-null/Makefile.in:build/mod.mk]
3159 [servers/slapd/back-passwd/Makefile:build/top.mk:servers/slapd/back-passwd/Makefile.in:build/mod.mk]
3160 [servers/slapd/back-perl/Makefile:build/top.mk:servers/slapd/back-perl/Makefile.in:build/mod.mk]
3161 [servers/slapd/back-relay/Makefile:build/top.mk:servers/slapd/back-relay/Makefile.in:build/mod.mk]
3162 [servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Makefile.in:build/mod.mk]
3163 [servers/slapd/back-sock/Makefile:build/top.mk:servers/slapd/back-sock/Makefile.in:build/mod.mk]
3164 [servers/slapd/back-sql/Makefile:build/top.mk:servers/slapd/back-sql/Makefile.in:build/mod.mk]
3165 [servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk]
3166 [servers/slapd/slapi/Makefile:build/top.mk:servers/slapd/slapi/Makefile.in:build/lib.mk:build/lib-shared.mk]
3167 [servers/slapd/overlays/Makefile:build/top.mk:servers/slapd/overlays/Makefile.in:build/lib.mk]
3168 [tests/Makefile:build/top.mk:tests/Makefile.in:build/dir.mk]
3170 [tests/progs/Makefile:build/top.mk:tests/progs/Makefile.in:build/rules.mk])
3172 AC_CONFIG_COMMANDS([default],[[
3175 BACKENDSC="servers/slapd/backends.c"
3176 echo "Making $BACKENDSC"
3178 cat > $BACKENDSC << ENDX
3179 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3181 * Copyright 1998-2009 The OpenLDAP Foundation.
3182 * All rights reserved.
3184 * Redistribution and use in source and binary forms, with or without
3185 * modification, are permitted only as authorized by the OpenLDAP
3188 * A copy of this license is available in the file LICENSE in the
3189 * top-level directory of the distribution or, alternatively, at
3190 * <http://www.OpenLDAP.org/license.html>.
3192 /* This file is automatically generated by configure; please do not edit. */
3194 #include "portable.h"
3198 if test "${STATIC_BACKENDS}"; then
3199 for b in config ${STATIC_BACKENDS}; do
3200 bb=`echo "${b}" | sed -e 's/back-//'`
3201 cat >> $BACKENDSC << ENDX
3202 extern BI_init ${bb}_back_initialize;
3206 cat >> $BACKENDSC << ENDX
3208 BackendInfo slap_binfo[] = {
3211 for b in config ${STATIC_BACKENDS}; do
3212 bb=`echo "${b}" | sed -e 's/back-//'`
3213 echo " Add ${bb} ..."
3214 cat >> $BACKENDSC << ENDX
3215 { "${bb}", ${bb}_back_initialize },
3219 cat >> $BACKENDSC << ENDX
3223 /* end of generated file */
3226 OVERLAYSC="servers/slapd/overlays/statover.c"
3227 echo "Making $OVERLAYSC"
3229 cat > $OVERLAYSC << ENDX
3230 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3232 * Copyright 1998-2009 The OpenLDAP Foundation.
3233 * All rights reserved.
3235 * Redistribution and use in source and binary forms, with or without
3236 * modification, are permitted only as authorized by the OpenLDAP
3239 * A copy of this license is available in the file LICENSE in the
3240 * top-level directory of the distribution or, alternatively, at
3241 * <http://www.OpenLDAP.org/license.html>.
3243 /* This file is automatically generated by configure; please do not edit. */
3245 #include "portable.h"
3249 if test "${STATIC_OVERLAYS}"; then
3250 for o in ${STATIC_OVERLAYS}; do
3251 oo=`echo "${o}" | sed -e 's/.o$//' -e 's/_x$//'`
3252 cat >> $OVERLAYSC << ENDX
3253 extern OV_init ${oo}_initialize;
3258 cat >> $OVERLAYSC << ENDX
3260 OverlayInit slap_oinfo[] = {
3263 if test "${STATIC_OVERLAYS}"; then
3264 for o in ${STATIC_OVERLAYS}; do
3265 oo=`echo "${o}" | sed -e 's/.o$//' -e 's/_x$//'`
3266 echo " Add ${oo} ..."
3267 cat >> $OVERLAYSC << ENDX
3268 { "${oo}", ${oo}_initialize },
3273 cat >> $OVERLAYSC << ENDX
3277 /* end of generated file */
3280 if test "${ol_cv_mkdep}" = no; then
3281 echo '(Do not "make depend"; we do not know how to build dependencies)'
3283 echo 'Please run "make depend" to build dependencies'
3286 STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS"
3287 STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS"