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