3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_default_prefix=/usr/local
16 --with-subdir=DIR change default subdirectory used for installs"
18 --enable-debug enable debugging (yes)"
20 --enable-proctitle enable proctitle support (yes)"
22 --enable-cache enable caching (yes)"
24 --enable-dns enable V2 DNS extension (no)"
26 --enable-referrals enable V2 Referrals extension (yes)"
28 --enable-cldap enable connectionless ldap (no)"
30 --enable-x-compile enable cross compiling (no)"
32 --enable-dmalloc enable debug malloc support (no)"
34 --with-kerberos with Kerberos support (auto)"
36 --with-readline with readline support (auto)"
38 --with-threads use threads (auto)"
40 --with-tls with TLS/SSL support (auto)"
42 --with-yielding-select with implicitly yielding select (auto)"
46 --enable-ldapd enable building ldapd (no)"
50 --enable-slapd enable building slapd (yes)"
52 --enable-aclgroups enable ACL group support (auto)"
54 --enable-cleartext enable cleartext passwords (yes)"
56 --enable-crypt enable crypt(3) passwords (auto)"
58 --enable-wrappers enable tcp wrapper support (no)"
60 --enable-phonetic enable phonetic/soundex (no)"
62 --enable-rlookups enable reverse lookups (auto)"
64 --enable-bdb2 enable bdb2 backend (no)"
66 --enable-ldbm enable ldbm backend (yes)"
68 --with-ldbm-api use LDBM API (auto)"
70 --with-ldbm-type use LDBM type (auto)"
72 --enable-passwd enable passwd backend (no)"
74 --enable-perl enable perl backend (no)"
76 --enable-shell enable shell backend (no)"
78 --enable-tcl enable tcl backend (no)"
82 --enable-slurpd enable building slurpd (auto)"
84 Library Generation & Linking Options"
86 --enable-static build static libraries [default=yes]
87 --enable-static=PKGS only build shared libraries if the current package
88 appears as an element in the PKGS list"
90 --enable-shared build shared libraries [default=yes]
91 --enable-shared=PKGS only build shared libraries if the current package
92 appears as an element in the PKGS list"
94 --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
96 # Initialize some variables set by options.
97 # The variables have the same names as the options, with
98 # dashes changed to underlines.
100 cache_file=./config.cache
109 program_transform_name=s,x,x,
117 bindir='${exec_prefix}/bin'
118 sbindir='${exec_prefix}/sbin'
119 libexecdir='${exec_prefix}/libexec'
120 datadir='${prefix}/share'
121 sysconfdir='${prefix}/etc'
122 sharedstatedir='${prefix}/com'
123 localstatedir='${prefix}/var'
124 libdir='${exec_prefix}/lib'
125 includedir='${prefix}/include'
126 oldincludedir='/usr/include'
127 infodir='${prefix}/info'
128 mandir='${prefix}/man'
130 # Initialize some other variables.
133 SHELL=${CONFIG_SHELL-/bin/sh}
134 # Maximum number of lines to put in a shell here document.
141 # If the previous option needs an argument, assign it.
142 if test -n "$ac_prev"; then
143 eval "$ac_prev=\$ac_option"
149 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
153 # Accept the important Cygnus configure options, so we can diagnose typos.
157 -bindir | --bindir | --bindi | --bind | --bin | --bi)
159 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
160 bindir="$ac_optarg" ;;
162 -build | --build | --buil | --bui | --bu)
164 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
165 build="$ac_optarg" ;;
167 -cache-file | --cache-file | --cache-fil | --cache-fi \
168 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
169 ac_prev=cache_file ;;
170 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
171 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
172 cache_file="$ac_optarg" ;;
174 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
176 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
178 datadir="$ac_optarg" ;;
180 -disable-* | --disable-*)
181 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
182 # Reject names that are not valid shell variable names.
183 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
184 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
186 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
187 eval "enable_${ac_feature}=no" ;;
189 -enable-* | --enable-*)
190 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
191 # Reject names that are not valid shell variable names.
192 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
193 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
195 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
200 eval "enable_${ac_feature}='$ac_optarg'" ;;
202 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
203 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
204 | --exec | --exe | --ex)
205 ac_prev=exec_prefix ;;
206 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
207 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
208 | --exec=* | --exe=* | --ex=*)
209 exec_prefix="$ac_optarg" ;;
211 -gas | --gas | --ga | --g)
212 # Obsolete; use --with-gas.
215 -help | --help | --hel | --he)
216 # Omit some internal or obsolete options to make the list less imposing.
217 # This message is too long to be a string in the A/UX 3.1 sh.
219 Usage: configure [options] [host]
220 Options: [defaults in brackets after descriptions]
222 --cache-file=FILE cache test results in FILE
223 --help print this message
224 --no-create do not create output files
225 --quiet, --silent do not print \`checking...' messages
226 --version print the version of autoconf that created configure
227 Directory and file names:
228 --prefix=PREFIX install architecture-independent files in PREFIX
230 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
232 --bindir=DIR user executables in DIR [EPREFIX/bin]
233 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
234 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
235 --datadir=DIR read-only architecture-independent data in DIR
237 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
238 --sharedstatedir=DIR modifiable architecture-independent data in DIR
240 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
241 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
242 --includedir=DIR C header files in DIR [PREFIX/include]
243 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
244 --infodir=DIR info documentation in DIR [PREFIX/info]
245 --mandir=DIR man documentation in DIR [PREFIX/man]
246 --srcdir=DIR find the sources in DIR [configure dir or ..]
247 --program-prefix=PREFIX prepend PREFIX to installed program names
248 --program-suffix=SUFFIX append SUFFIX to installed program names
249 --program-transform-name=PROGRAM
250 run sed PROGRAM on installed program names
254 --build=BUILD configure for building on BUILD [BUILD=HOST]
255 --host=HOST configure for HOST [guessed]
256 --target=TARGET configure for TARGET [TARGET=HOST]
257 Features and packages:
258 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
259 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
260 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
261 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
262 --x-includes=DIR X include files are in DIR
263 --x-libraries=DIR X library files are in DIR
265 if test -n "$ac_help"; then
266 echo "--enable and --with options recognized:$ac_help"
270 -host | --host | --hos | --ho)
272 -host=* | --host=* | --hos=* | --ho=*)
275 -includedir | --includedir | --includedi | --included | --include \
276 | --includ | --inclu | --incl | --inc)
277 ac_prev=includedir ;;
278 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
279 | --includ=* | --inclu=* | --incl=* | --inc=*)
280 includedir="$ac_optarg" ;;
282 -infodir | --infodir | --infodi | --infod | --info | --inf)
284 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
285 infodir="$ac_optarg" ;;
287 -libdir | --libdir | --libdi | --libd)
289 -libdir=* | --libdir=* | --libdi=* | --libd=*)
290 libdir="$ac_optarg" ;;
292 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
293 | --libexe | --libex | --libe)
294 ac_prev=libexecdir ;;
295 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
296 | --libexe=* | --libex=* | --libe=*)
297 libexecdir="$ac_optarg" ;;
299 -localstatedir | --localstatedir | --localstatedi | --localstated \
300 | --localstate | --localstat | --localsta | --localst \
301 | --locals | --local | --loca | --loc | --lo)
302 ac_prev=localstatedir ;;
303 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
304 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
305 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
306 localstatedir="$ac_optarg" ;;
308 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
310 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
311 mandir="$ac_optarg" ;;
314 # Obsolete; use --without-fp.
317 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
321 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
322 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
325 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
326 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
327 | --oldin | --oldi | --old | --ol | --o)
328 ac_prev=oldincludedir ;;
329 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
330 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
331 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
332 oldincludedir="$ac_optarg" ;;
334 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
336 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
337 prefix="$ac_optarg" ;;
339 -program-prefix | --program-prefix | --program-prefi | --program-pref \
340 | --program-pre | --program-pr | --program-p)
341 ac_prev=program_prefix ;;
342 -program-prefix=* | --program-prefix=* | --program-prefi=* \
343 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
344 program_prefix="$ac_optarg" ;;
346 -program-suffix | --program-suffix | --program-suffi | --program-suff \
347 | --program-suf | --program-su | --program-s)
348 ac_prev=program_suffix ;;
349 -program-suffix=* | --program-suffix=* | --program-suffi=* \
350 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
351 program_suffix="$ac_optarg" ;;
353 -program-transform-name | --program-transform-name \
354 | --program-transform-nam | --program-transform-na \
355 | --program-transform-n | --program-transform- \
356 | --program-transform | --program-transfor \
357 | --program-transfo | --program-transf \
358 | --program-trans | --program-tran \
359 | --progr-tra | --program-tr | --program-t)
360 ac_prev=program_transform_name ;;
361 -program-transform-name=* | --program-transform-name=* \
362 | --program-transform-nam=* | --program-transform-na=* \
363 | --program-transform-n=* | --program-transform-=* \
364 | --program-transform=* | --program-transfor=* \
365 | --program-transfo=* | --program-transf=* \
366 | --program-trans=* | --program-tran=* \
367 | --progr-tra=* | --program-tr=* | --program-t=*)
368 program_transform_name="$ac_optarg" ;;
370 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
371 | -silent | --silent | --silen | --sile | --sil)
374 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
376 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
378 sbindir="$ac_optarg" ;;
380 -sharedstatedir | --sharedstatedir | --sharedstatedi \
381 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
382 | --sharedst | --shareds | --shared | --share | --shar \
384 ac_prev=sharedstatedir ;;
385 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
386 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
387 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
389 sharedstatedir="$ac_optarg" ;;
391 -site | --site | --sit)
393 -site=* | --site=* | --sit=*)
396 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
398 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
399 srcdir="$ac_optarg" ;;
401 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
402 | --syscon | --sysco | --sysc | --sys | --sy)
403 ac_prev=sysconfdir ;;
404 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
405 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
406 sysconfdir="$ac_optarg" ;;
408 -target | --target | --targe | --targ | --tar | --ta | --t)
410 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
411 target="$ac_optarg" ;;
413 -v | -verbose | --verbose | --verbos | --verbo | --verb)
416 -version | --version | --versio | --versi | --vers)
417 echo "configure generated by autoconf version 2.13"
421 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
422 # Reject names that are not valid shell variable names.
423 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
424 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
426 ac_package=`echo $ac_package| sed 's/-/_/g'`
431 eval "with_${ac_package}='$ac_optarg'" ;;
433 -without-* | --without-*)
434 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
435 # Reject names that are not valid shell variable names.
436 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
437 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
439 ac_package=`echo $ac_package| sed 's/-/_/g'`
440 eval "with_${ac_package}=no" ;;
443 # Obsolete; use --with-x.
446 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
447 | --x-incl | --x-inc | --x-in | --x-i)
448 ac_prev=x_includes ;;
449 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
450 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
451 x_includes="$ac_optarg" ;;
453 -x-libraries | --x-libraries | --x-librarie | --x-librari \
454 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
455 ac_prev=x_libraries ;;
456 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
457 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
458 x_libraries="$ac_optarg" ;;
460 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
464 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
465 echo "configure: warning: $ac_option: invalid host type" 1>&2
467 if test "x$nonopt" != xNONE; then
468 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
476 if test -n "$ac_prev"; then
477 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
480 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
482 # File descriptor usage:
485 # 2 errors and warnings
486 # 3 some systems may open it to /dev/tty
487 # 4 used on the Kubota Titan
488 # 6 checking for... messages and results
489 # 5 compiler messages saved in config.log
490 if test "$silent" = yes; then
498 This file contains any messages produced by compilers while
499 running configure, to aid debugging if configure makes a mistake.
502 # Strip out --no-create and --no-recursion so they do not pile up.
503 # Also quote any args containing shell metacharacters.
508 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
509 | --no-cr | --no-c) ;;
510 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
511 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
512 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
513 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
514 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
519 # Only set these to C if already set. These must not be set unconditionally
520 # because not all systems understand e.g. LANG=C (notably SCO).
521 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
522 # Non-C LC_CTYPE values break the ctype check.
523 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
524 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
525 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
526 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
528 # confdefs.h avoids OS command line length limits that DEFS can exceed.
529 rm -rf conftest* confdefs.h
530 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
533 # A filename unique to this package, relative to the directory that
534 # configure is in, which we can look for to find out if srcdir is correct.
535 ac_unique_file=include/ldap.h
537 # Find the source files, if location was not specified.
538 if test -z "$srcdir"; then
539 ac_srcdir_defaulted=yes
540 # Try the directory containing this script, then its parent.
542 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
543 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
545 if test ! -r $srcdir/$ac_unique_file; then
549 ac_srcdir_defaulted=no
551 if test ! -r $srcdir/$ac_unique_file; then
552 if test "$ac_srcdir_defaulted" = yes; then
553 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
555 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
558 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
560 # Prefer explicitly selected file to automatically selected ones.
561 if test -z "$CONFIG_SITE"; then
562 if test "x$prefix" != xNONE; then
563 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
565 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
568 for ac_site_file in $CONFIG_SITE; do
569 if test -r "$ac_site_file"; then
570 echo "loading site script $ac_site_file"
575 if test -r "$cache_file"; then
576 echo "loading cache $cache_file"
579 echo "creating cache $cache_file"
584 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
585 ac_cpp='$CPP $CPPFLAGS'
586 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
587 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
588 cross_compiling=$ac_cv_prog_cc_cross
592 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
593 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
594 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
601 ac_n= ac_c='\c' ac_t=
605 for ac_dir in build $srcdir/build; do
606 if test -f $ac_dir/install-sh; then
608 ac_install_sh="$ac_aux_dir/install-sh -c"
610 elif test -f $ac_dir/install.sh; then
612 ac_install_sh="$ac_aux_dir/install.sh -c"
616 if test -z "$ac_aux_dir"; then
617 { echo "configure: error: can not find install-sh or install.sh in build $srcdir/build" 1>&2; exit 1; }
619 ac_config_guess=$ac_aux_dir/config.guess
620 ac_config_sub=$ac_aux_dir/config.sub
621 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
622 # Find a good install program. We prefer a C program (faster),
623 # so one script is as good as another. But avoid the broken or
624 # incompatible versions:
625 # SysV /etc/install, /usr/sbin/install
626 # SunOS /usr/etc/install
629 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
630 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
631 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
632 # ./install, which can be erroneously created by make from ./install.sh.
633 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
634 echo "configure:635: checking for a BSD compatible install" >&5
635 if test -z "$INSTALL"; then
636 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
637 echo $ac_n "(cached) $ac_c" 1>&6
639 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
640 for ac_dir in $PATH; do
641 # Account for people who put trailing slashes in PATH elements.
643 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
645 # OSF1 and SCO ODT 3.0 have their own names for install.
646 # Don't use installbsd from OSF since it installs stuff as root
648 for ac_prog in ginstall scoinst install; do
649 if test -f $ac_dir/$ac_prog; then
650 if test $ac_prog = install &&
651 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
652 # AIX install. It has an incompatible calling convention.
655 ac_cv_path_install="$ac_dir/$ac_prog -c"
666 if test "${ac_cv_path_install+set}" = set; then
667 INSTALL="$ac_cv_path_install"
669 # As a last resort, use the slow shell script. We don't cache a
670 # path for INSTALL within a source directory, because that will
671 # break other packages using the cache if that directory is
672 # removed, or if the path is relative.
673 INSTALL="$ac_install_sh"
676 echo "$ac_t""$INSTALL" 1>&6
678 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
679 # It thinks the first close brace ends the variable substitution.
680 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
682 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
684 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
686 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
687 echo "configure:688: checking whether build environment is sane" >&5
690 echo timestamp > conftestfile
691 # Do `set' in a subshell so we don't clobber the current shell's
692 # arguments. Must try -L first in case configure is actually a
693 # symlink; some systems play weird games with the mod time of symlinks
694 # (eg FreeBSD returns the mod time of the symlink's containing
697 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
698 if test "$*" = "X"; then
700 set X `ls -t $srcdir/configure conftestfile`
702 if test "$*" != "X $srcdir/configure conftestfile" \
703 && test "$*" != "X conftestfile $srcdir/configure"; then
705 # If neither matched, then we have a broken ls. This can happen
706 # if, for instance, CONFIG_SHELL is bash and it inherits a
707 # broken ls alias from the environment. This has actually
708 # happened. Such a system could not be considered "sane".
709 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken
710 alias in your environment" 1>&2; exit 1; }
713 test "$2" = conftestfile
719 { echo "configure: error: newly created file is older than distributed files!
720 Check your system clock" 1>&2; exit 1; }
723 echo "$ac_t""yes" 1>&6
724 if test "$program_transform_name" = s,x,x,; then
725 program_transform_name=
727 # Double any \ or $. echo might interpret backslashes.
728 cat <<\EOF_SED > conftestsed
729 s,\\,\\\\,g; s,\$,$$,g
731 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
734 test "$program_prefix" != NONE &&
735 program_transform_name="s,^,${program_prefix},; $program_transform_name"
736 # Use a double $ so make ignores it.
737 test "$program_suffix" != NONE &&
738 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
740 # sed with no file args requires a program.
741 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
743 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
744 echo "configure:745: checking whether ${MAKE-make} sets \${MAKE}" >&5
745 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
746 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
747 echo $ac_n "(cached) $ac_c" 1>&6
749 cat > conftestmake <<\EOF
751 @echo 'ac_maketemp="${MAKE}"'
753 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
754 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
755 if test -n "$ac_maketemp"; then
756 eval ac_cv_prog_make_${ac_make}_set=yes
758 eval ac_cv_prog_make_${ac_make}_set=no
762 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
763 echo "$ac_t""yes" 1>&6
766 echo "$ac_t""no" 1>&6
767 SET_MAKE="MAKE=${MAKE-make}"
775 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
776 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
781 missing_dir=`cd $ac_aux_dir && pwd`
782 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
783 echo "configure:784: checking for working aclocal" >&5
784 # Run test in a subshell; some versions of sh will print an error if
785 # an executable is not found, even if stderr is redirected.
786 # Redirect stdin to placate older versions of autoconf. Sigh.
787 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
789 echo "$ac_t""found" 1>&6
791 ACLOCAL="$missing_dir/missing aclocal"
792 echo "$ac_t""missing" 1>&6
795 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
796 echo "configure:797: checking for working autoconf" >&5
797 # Run test in a subshell; some versions of sh will print an error if
798 # an executable is not found, even if stderr is redirected.
799 # Redirect stdin to placate older versions of autoconf. Sigh.
800 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
802 echo "$ac_t""found" 1>&6
804 AUTOCONF="$missing_dir/missing autoconf"
805 echo "$ac_t""missing" 1>&6
808 echo $ac_n "checking for working automake""... $ac_c" 1>&6
809 echo "configure:810: checking for working automake" >&5
810 # Run test in a subshell; some versions of sh will print an error if
811 # an executable is not found, even if stderr is redirected.
812 # Redirect stdin to placate older versions of autoconf. Sigh.
813 if (automake --version) < /dev/null > /dev/null 2>&1; then
815 echo "$ac_t""found" 1>&6
817 AUTOMAKE="$missing_dir/missing automake"
818 echo "$ac_t""missing" 1>&6
821 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
822 echo "configure:823: checking for working autoheader" >&5
823 # Run test in a subshell; some versions of sh will print an error if
824 # an executable is not found, even if stderr is redirected.
825 # Redirect stdin to placate older versions of autoconf. Sigh.
826 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
827 AUTOHEADER=autoheader
828 echo "$ac_t""found" 1>&6
830 AUTOHEADER="$missing_dir/missing autoheader"
831 echo "$ac_t""missing" 1>&6
834 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
835 echo "configure:836: checking for working makeinfo" >&5
836 # Run test in a subshell; some versions of sh will print an error if
837 # an executable is not found, even if stderr is redirected.
838 # Redirect stdin to placate older versions of autoconf. Sigh.
839 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
841 echo "$ac_t""found" 1>&6
843 MAKEINFO="$missing_dir/missing makeinfo"
844 echo "$ac_t""missing" 1>&6
850 echo $ac_n "checking configure arguments""... $ac_c" 1>&6
851 echo "configure:852: checking configure arguments" >&5
856 ldap_subdir="openldap"
858 # Check whether --with-subdir or --without-subdir was given.
859 if test "${with_subdir+set}" = set; then
860 withval="$with_subdir"
862 if test "$withval" = "no"; then
864 elif test "$withval" != "yes"; then
865 ldap_subdir="$withval"
871 # OpenLDAP --enable-debug
872 # Check whether --enable-debug or --disable-debug was given.
873 if test "${enable_debug+set}" = set; then
874 enableval="$enable_debug"
877 for ol_val in auto yes no ; do
878 if test "$enableval" = "$ol_val" ; then
882 if test "$ol_arg" = "invalid" ; then
883 { echo "configure: error: bad value $enableval for --enable-debug" 1>&2; exit 1; }
885 ol_enable_debug="$ol_arg"
888 ol_enable_debug="yes"
892 # OpenLDAP --enable-proctitle
893 # Check whether --enable-proctitle or --disable-proctitle was given.
894 if test "${enable_proctitle+set}" = set; then
895 enableval="$enable_proctitle"
898 for ol_val in auto yes no ; do
899 if test "$enableval" = "$ol_val" ; then
903 if test "$ol_arg" = "invalid" ; then
904 { echo "configure: error: bad value $enableval for --enable-proctitle" 1>&2; exit 1; }
906 ol_enable_proctitle="$ol_arg"
909 ol_enable_proctitle="yes"
911 # end --enable-proctitle
912 # OpenLDAP --enable-cache
913 # Check whether --enable-cache or --disable-cache was given.
914 if test "${enable_cache+set}" = set; then
915 enableval="$enable_cache"
918 for ol_val in auto yes no ; do
919 if test "$enableval" = "$ol_val" ; then
923 if test "$ol_arg" = "invalid" ; then
924 { echo "configure: error: bad value $enableval for --enable-cache" 1>&2; exit 1; }
926 ol_enable_cache="$ol_arg"
929 ol_enable_cache="yes"
932 # OpenLDAP --enable-dns
933 # Check whether --enable-dns or --disable-dns was given.
934 if test "${enable_dns+set}" = set; then
935 enableval="$enable_dns"
938 for ol_val in auto yes no ; do
939 if test "$enableval" = "$ol_val" ; then
943 if test "$ol_arg" = "invalid" ; then
944 { echo "configure: error: bad value $enableval for --enable-dns" 1>&2; exit 1; }
946 ol_enable_dns="$ol_arg"
952 # OpenLDAP --enable-referrals
953 # Check whether --enable-referrals or --disable-referrals was given.
954 if test "${enable_referrals+set}" = set; then
955 enableval="$enable_referrals"
958 for ol_val in auto yes no ; do
959 if test "$enableval" = "$ol_val" ; then
963 if test "$ol_arg" = "invalid" ; then
964 { echo "configure: error: bad value $enableval for --enable-referrals" 1>&2; exit 1; }
966 ol_enable_referrals="$ol_arg"
969 ol_enable_referrals="yes"
971 # end --enable-referrals
972 # OpenLDAP --enable-cldap
973 # Check whether --enable-cldap or --disable-cldap was given.
974 if test "${enable_cldap+set}" = set; then
975 enableval="$enable_cldap"
978 for ol_val in auto yes no ; do
979 if test "$enableval" = "$ol_val" ; then
983 if test "$ol_arg" = "invalid" ; then
984 { echo "configure: error: bad value $enableval for --enable-cldap" 1>&2; exit 1; }
986 ol_enable_cldap="$ol_arg"
992 # OpenLDAP --enable-x_compile
993 # Check whether --enable-x_compile or --disable-x_compile was given.
994 if test "${enable_x_compile+set}" = set; then
995 enableval="$enable_x_compile"
998 for ol_val in yes no ; do
999 if test "$enableval" = "$ol_val" ; then
1003 if test "$ol_arg" = "invalid" ; then
1004 { echo "configure: error: bad value $enableval for --enable-x_compile" 1>&2; exit 1; }
1006 ol_enable_x_compile="$ol_arg"
1009 ol_enable_x_compile="no"
1011 # end --enable-x_compile
1013 # OpenLDAP --enable-dmalloc
1014 # Check whether --enable-dmalloc or --disable-dmalloc was given.
1015 if test "${enable_dmalloc+set}" = set; then
1016 enableval="$enable_dmalloc"
1019 for ol_val in auto yes no ; do
1020 if test "$enableval" = "$ol_val" ; then
1024 if test "$ol_arg" = "invalid" ; then
1025 { echo "configure: error: bad value $enableval for --enable-dmalloc" 1>&2; exit 1; }
1027 ol_enable_dmalloc="$ol_arg"
1030 ol_enable_dmalloc="no"
1032 # end --enable-dmalloc
1034 # OpenLDAP --with-kerberos
1035 # Check whether --with-kerberos or --without-kerberos was given.
1036 if test "${with_kerberos+set}" = set; then
1037 withval="$with_kerberos"
1040 for ol_val in auto k5 k4 afs yes no ; do
1041 if test "$withval" = "$ol_val" ; then
1045 if test "$ol_arg" = "invalid" ; then
1046 { echo "configure: error: bad value $withval for --with-kerberos" 1>&2; exit 1; }
1048 ol_with_kerberos="$ol_arg"
1051 ol_with_kerberos="auto"
1053 # end --with-kerberos
1055 # OpenLDAP --with-readline
1056 # Check whether --with-readline or --without-readline was given.
1057 if test "${with_readline+set}" = set; then
1058 withval="$with_readline"
1061 for ol_val in auto yes no ; do
1062 if test "$withval" = "$ol_val" ; then
1066 if test "$ol_arg" = "invalid" ; then
1067 { echo "configure: error: bad value $withval for --with-readline" 1>&2; exit 1; }
1069 ol_with_readline="$ol_arg"
1072 ol_with_readline="auto"
1074 # end --with-readline
1076 # OpenLDAP --with-threads
1077 # Check whether --with-threads or --without-threads was given.
1078 if test "${with_threads+set}" = set; then
1079 withval="$with_threads"
1082 for ol_val in auto posix mach lwp yes no manual ; do
1083 if test "$withval" = "$ol_val" ; then
1087 if test "$ol_arg" = "invalid" ; then
1088 { echo "configure: error: bad value $withval for --with-threads" 1>&2; exit 1; }
1090 ol_with_threads="$ol_arg"
1093 ol_with_threads="auto"
1095 # end --with-threads
1097 # OpenLDAP --with-tls
1098 # Check whether --with-tls or --without-tls was given.
1099 if test "${with_tls+set}" = set; then
1103 for ol_val in auto ssleay openssl yes no ; do
1104 if test "$withval" = "$ol_val" ; then
1108 if test "$ol_arg" = "invalid" ; then
1109 { echo "configure: error: bad value $withval for --with-tls" 1>&2; exit 1; }
1111 ol_with_tls="$ol_arg"
1118 # OpenLDAP --with-yielding_select
1119 # Check whether --with-yielding_select or --without-yielding_select was given.
1120 if test "${with_yielding_select+set}" = set; then
1121 withval="$with_yielding_select"
1124 for ol_val in auto yes no manual ; do
1125 if test "$withval" = "$ol_val" ; then
1129 if test "$ol_arg" = "invalid" ; then
1130 { echo "configure: error: bad value $withval for --with-yielding_select" 1>&2; exit 1; }
1132 ol_with_yielding_select="$ol_arg"
1135 ol_with_yielding_select="auto"
1137 # end --with-yielding_select
1141 # Check whether --with-xxldapdoptions or --without-xxldapdoptions was given.
1142 if test "${with_xxldapdoptions+set}" = set; then
1143 withval="$with_xxldapdoptions"
1147 # OpenLDAP --enable-ldapd
1148 # Check whether --enable-ldapd or --disable-ldapd was given.
1149 if test "${enable_ldapd+set}" = set; then
1150 enableval="$enable_ldapd"
1153 for ol_val in auto yes no ; do
1154 if test "$enableval" = "$ol_val" ; then
1158 if test "$ol_arg" = "invalid" ; then
1159 { echo "configure: error: bad value $enableval for --enable-ldapd" 1>&2; exit 1; }
1161 ol_enable_ldapd="$ol_arg"
1164 ol_enable_ldapd="no"
1166 # end --enable-ldapd
1168 # Check whether --with-xxslapdoptions or --without-xxslapdoptions was given.
1169 if test "${with_xxslapdoptions+set}" = set; then
1170 withval="$with_xxslapdoptions"
1174 # OpenLDAP --enable-slapd
1175 # Check whether --enable-slapd or --disable-slapd was given.
1176 if test "${enable_slapd+set}" = set; then
1177 enableval="$enable_slapd"
1180 for ol_val in auto yes no ; do
1181 if test "$enableval" = "$ol_val" ; then
1185 if test "$ol_arg" = "invalid" ; then
1186 { echo "configure: error: bad value $enableval for --enable-slapd" 1>&2; exit 1; }
1188 ol_enable_slapd="$ol_arg"
1191 ol_enable_slapd="yes"
1193 # end --enable-slapd
1194 # OpenLDAP --enable-aclgroups
1195 # Check whether --enable-aclgroups or --disable-aclgroups was given.
1196 if test "${enable_aclgroups+set}" = set; then
1197 enableval="$enable_aclgroups"
1200 for ol_val in auto yes no ; do
1201 if test "$enableval" = "$ol_val" ; then
1205 if test "$ol_arg" = "invalid" ; then
1206 { echo "configure: error: bad value $enableval for --enable-aclgroups" 1>&2; exit 1; }
1208 ol_enable_aclgroups="$ol_arg"
1211 ol_enable_aclgroups="auto"
1213 # end --enable-aclgroups
1214 # OpenLDAP --enable-cleartext
1215 # Check whether --enable-cleartext or --disable-cleartext was given.
1216 if test "${enable_cleartext+set}" = set; then
1217 enableval="$enable_cleartext"
1220 for ol_val in auto yes no ; do
1221 if test "$enableval" = "$ol_val" ; then
1225 if test "$ol_arg" = "invalid" ; then
1226 { echo "configure: error: bad value $enableval for --enable-cleartext" 1>&2; exit 1; }
1228 ol_enable_cleartext="$ol_arg"
1231 ol_enable_cleartext="yes"
1233 # end --enable-cleartext
1234 # OpenLDAP --enable-crypt
1235 # Check whether --enable-crypt or --disable-crypt was given.
1236 if test "${enable_crypt+set}" = set; then
1237 enableval="$enable_crypt"
1240 for ol_val in auto yes no ; do
1241 if test "$enableval" = "$ol_val" ; then
1245 if test "$ol_arg" = "invalid" ; then
1246 { echo "configure: error: bad value $enableval for --enable-crypt" 1>&2; exit 1; }
1248 ol_enable_crypt="$ol_arg"
1251 ol_enable_crypt="auto"
1253 # end --enable-crypt
1254 # OpenLDAP --enable-wrappers
1255 # Check whether --enable-wrappers or --disable-wrappers was given.
1256 if test "${enable_wrappers+set}" = set; then
1257 enableval="$enable_wrappers"
1260 for ol_val in auto yes no ; do
1261 if test "$enableval" = "$ol_val" ; then
1265 if test "$ol_arg" = "invalid" ; then
1266 { echo "configure: error: bad value $enableval for --enable-wrappers" 1>&2; exit 1; }
1268 ol_enable_wrappers="$ol_arg"
1271 ol_enable_wrappers="no"
1273 # end --enable-wrappers
1274 # OpenLDAP --enable-phonetic
1275 # Check whether --enable-phonetic or --disable-phonetic was given.
1276 if test "${enable_phonetic+set}" = set; then
1277 enableval="$enable_phonetic"
1280 for ol_val in auto yes no ; do
1281 if test "$enableval" = "$ol_val" ; then
1285 if test "$ol_arg" = "invalid" ; then
1286 { echo "configure: error: bad value $enableval for --enable-phonetic" 1>&2; exit 1; }
1288 ol_enable_phonetic="$ol_arg"
1291 ol_enable_phonetic="no"
1293 # end --enable-phonetic
1294 # OpenLDAP --enable-rlookups
1295 # Check whether --enable-rlookups or --disable-rlookups was given.
1296 if test "${enable_rlookups+set}" = set; then
1297 enableval="$enable_rlookups"
1300 for ol_val in auto yes no ; do
1301 if test "$enableval" = "$ol_val" ; then
1305 if test "$ol_arg" = "invalid" ; then
1306 { echo "configure: error: bad value $enableval for --enable-rlookups" 1>&2; exit 1; }
1308 ol_enable_rlookups="$ol_arg"
1311 ol_enable_rlookups="auto"
1313 # end --enable-rlookups
1315 # OpenLDAP --enable-bdb2
1316 # Check whether --enable-bdb2 or --disable-bdb2 was given.
1317 if test "${enable_bdb2+set}" = set; then
1318 enableval="$enable_bdb2"
1321 for ol_val in auto yes no ; do
1322 if test "$enableval" = "$ol_val" ; then
1326 if test "$ol_arg" = "invalid" ; then
1327 { echo "configure: error: bad value $enableval for --enable-bdb2" 1>&2; exit 1; }
1329 ol_enable_bdb2="$ol_arg"
1335 # OpenLDAP --enable-ldbm
1336 # Check whether --enable-ldbm or --disable-ldbm was given.
1337 if test "${enable_ldbm+set}" = set; then
1338 enableval="$enable_ldbm"
1341 for ol_val in auto yes no ; do
1342 if test "$enableval" = "$ol_val" ; then
1346 if test "$ol_arg" = "invalid" ; then
1347 { echo "configure: error: bad value $enableval for --enable-ldbm" 1>&2; exit 1; }
1349 ol_enable_ldbm="$ol_arg"
1352 ol_enable_ldbm="yes"
1355 # OpenLDAP --with-ldbm_api
1356 # Check whether --with-ldbm_api or --without-ldbm_api was given.
1357 if test "${with_ldbm_api+set}" = set; then
1358 withval="$with_ldbm_api"
1361 for ol_val in auto db2 db gdbm ndbm manual ; do
1362 if test "$withval" = "$ol_val" ; then
1366 if test "$ol_arg" = "invalid" ; then
1367 { echo "configure: error: bad value $withval for --with-ldbm_api" 1>&2; exit 1; }
1369 ol_with_ldbm_api="$ol_arg"
1372 ol_with_ldbm_api="auto"
1374 # end --with-ldbm_api
1376 # OpenLDAP --with-ldbm_type
1377 # Check whether --with-ldbm_type or --without-ldbm_type was given.
1378 if test "${with_ldbm_type+set}" = set; then
1379 withval="$with_ldbm_type"
1382 for ol_val in auto btree hash ; do
1383 if test "$withval" = "$ol_val" ; then
1387 if test "$ol_arg" = "invalid" ; then
1388 { echo "configure: error: bad value $withval for --with-ldbm_type" 1>&2; exit 1; }
1390 ol_with_ldbm_type="$ol_arg"
1393 ol_with_ldbm_type="auto"
1395 # end --with-ldbm_type
1398 # OpenLDAP --enable-passwd
1399 # Check whether --enable-passwd or --disable-passwd was given.
1400 if test "${enable_passwd+set}" = set; then
1401 enableval="$enable_passwd"
1404 for ol_val in auto yes no ; do
1405 if test "$enableval" = "$ol_val" ; then
1409 if test "$ol_arg" = "invalid" ; then
1410 { echo "configure: error: bad value $enableval for --enable-passwd" 1>&2; exit 1; }
1412 ol_enable_passwd="$ol_arg"
1415 ol_enable_passwd="no"
1417 # end --enable-passwd
1418 # OpenLDAP --enable-perl
1419 # Check whether --enable-perl or --disable-perl was given.
1420 if test "${enable_perl+set}" = set; then
1421 enableval="$enable_perl"
1424 for ol_val in auto yes no ; do
1425 if test "$enableval" = "$ol_val" ; then
1429 if test "$ol_arg" = "invalid" ; then
1430 { echo "configure: error: bad value $enableval for --enable-perl" 1>&2; exit 1; }
1432 ol_enable_perl="$ol_arg"
1438 # OpenLDAP --enable-shell
1439 # Check whether --enable-shell or --disable-shell was given.
1440 if test "${enable_shell+set}" = set; then
1441 enableval="$enable_shell"
1444 for ol_val in auto yes no ; do
1445 if test "$enableval" = "$ol_val" ; then
1449 if test "$ol_arg" = "invalid" ; then
1450 { echo "configure: error: bad value $enableval for --enable-shell" 1>&2; exit 1; }
1452 ol_enable_shell="$ol_arg"
1455 ol_enable_shell="no"
1457 # end --enable-shell
1458 # OpenLDAP --enable-tcl
1459 # Check whether --enable-tcl or --disable-tcl was given.
1460 if test "${enable_tcl+set}" = set; then
1461 enableval="$enable_tcl"
1464 for ol_val in auto yes no ; do
1465 if test "$enableval" = "$ol_val" ; then
1469 if test "$ol_arg" = "invalid" ; then
1470 { echo "configure: error: bad value $enableval for --enable-tcl" 1>&2; exit 1; }
1472 ol_enable_tcl="$ol_arg"
1479 # Check whether --with-xxslurpdoptions or --without-xxslurpdoptions was given.
1480 if test "${with_xxslurpdoptions+set}" = set; then
1481 withval="$with_xxslurpdoptions"
1485 # OpenLDAP --enable-slurpd
1486 # Check whether --enable-slurpd or --disable-slurpd was given.
1487 if test "${enable_slurpd+set}" = set; then
1488 enableval="$enable_slurpd"
1491 for ol_val in auto yes no ; do
1492 if test "$enableval" = "$ol_val" ; then
1496 if test "$ol_arg" = "invalid" ; then
1497 { echo "configure: error: bad value $enableval for --enable-slurpd" 1>&2; exit 1; }
1499 ol_enable_slurpd="$ol_arg"
1502 ol_enable_slurpd="auto"
1504 # end --enable-slurpd
1506 # Check whether --with-xxliboptions or --without-xxliboptions was given.
1507 if test "${with_xxliboptions+set}" = set; then
1508 withval="$with_xxliboptions"
1512 # Check whether --enable-static or --disable-static was given.
1513 if test "${enable_static+set}" = set; then
1514 enableval="$enable_static"
1515 p=${PACKAGE-default}
1516 case "$enableval" in
1517 yes) enable_static=yes ;;
1518 no) enable_static=no ;;
1521 # Look at the argument we got. We use all the common list separators.
1522 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1523 for pkg in $enableval; do
1524 if test "X$pkg" = "X$p"; then
1535 # Check whether --enable-shared or --disable-shared was given.
1536 if test "${enable_shared+set}" = set; then
1537 enableval="$enable_shared"
1538 p=${PACKAGE-default}
1539 case "$enableval" in
1540 yes) enable_shared=yes ;;
1541 no) enable_shared=no ;;
1544 # Look at the argument we got. We use all the common list separators.
1545 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1546 for pkg in $enableval; do
1547 if test "X$pkg" = "X$p"; then
1560 if test $ol_enable_dns = yes ; then
1561 if test $ol_enable_referrals = no ; then
1562 { echo "configure: error: DNS requires --enable-referrals" 1>&2; exit 1; }
1564 if test $ol_enable_referrals = auto ; then
1565 echo "configure: warning: DNS requires referrals, adding --enable-referrals" 1>&2
1566 ol_enable_referrals=yes
1570 if test $ol_enable_slapd = no ; then
1571 if test $ol_enable_bdb2 = yes ; then
1572 echo "configure: warning: slapd disabled, ignoring --enable_bdb2 argument" 1>&2
1574 if test $ol_enable_ldbm = yes ; then
1575 echo "configure: warning: slapd disabled, ignoring --enable_ldbm argument" 1>&2
1577 if test $ol_enable_passwd = yes ; then
1578 echo "configure: warning: slapd disabled, ignoring --enable_passwd argument" 1>&2
1580 if test $ol_enable_perl = yes ; then
1581 echo "configure: warning: slapd disabled, ignoring --enable_perl argument" 1>&2
1583 if test $ol_enable_shell = yes ; then
1584 echo "configure: warning: slapd disabled, ignoring --enable_shell argument" 1>&2
1586 if test $ol_enable_tcl = yes ; then
1587 echo "configure: warning: slapd disabled, ignoring --enable_tcl argument" 1>&2
1589 if test $ol_enable_aclgroups = yes ; then
1590 echo "configure: warning: slapd disabled, ignoring --enable_aclgroups argument" 1>&2
1592 if test $ol_enable_wrappers = yes ; then
1593 echo "configure: warning: slapd disabled, ignoring --enable_wrappers argument" 1>&2
1595 if test $ol_enable_phonetic = yes ; then
1596 echo "configure: warning: slapd disabled, ignoring --enable_phonetic argument" 1>&2
1598 if test $ol_enable_rlookups = yes ; then
1599 echo "configure: warning: slapd disabled, ignoring --enable_rlookups argument" 1>&2
1601 if test $ol_with_ldbm_api != auto ; then
1602 echo "configure: warning: slapd disabled, ignoring --with_ldbm_api argument" 1>&2
1604 if test $ol_with_ldbm_type != auto ; then
1605 echo "configure: warning: slapd disabled, ignoring --with_ldbm_type argument" 1>&2
1607 if test $ol_enable_slurpd = yes ; then
1608 { echo "configure: error: slurpd requires slapd" 1>&2; exit 1; }
1611 # force settings to no
1618 ol_enable_aclgroups=no
1619 ol_enable_wrappers=no
1620 ol_enable_phonetic=no
1621 ol_enable_rlookups=no
1623 ol_with_ldbm_type=no
1626 elif test $ol_enable_ldbm = no ; then
1628 if test $ol_with_ldbm_api != auto ; then
1629 echo "configure: warning: LDBM disabled, ignoring --with_ldbm_api argument" 1>&2
1632 if test $ol_with_ldbm_type != auto ; then
1633 echo "configure: warning: LDBM disabled, ignoring --with_ldbm_type argument" 1>&2
1636 if test $ol_enable_bdb2 = yes ; then
1637 { echo "configure: error: BDB2 requires --enable-ldbm" 1>&2; exit 1; }
1640 if test $ol_enable_passwd = no -a \
1641 $ol_enable_perl = no -a \
1642 $ol_enable_shell = no -a \
1643 $ol_enable_tcl = no ; then
1644 { echo "configure: error: slapd requires a backend" 1>&2; exit 1; }
1648 ol_with_ldbm_type=no
1650 elif test $ol_enable_bdb2 = yes ; then
1652 if test $ol_with_ldbm_api != auto -a \
1653 $ol_with_ldbm_api != db2 ; then
1654 { echo "configure: error: BDB2 requires LDBM API DB2" 1>&2; exit 1; }
1657 ol_with_ldbm_api=db2
1661 if test $ol_enable_bdb2 != no ; then
1662 if test $ol_with_ldbm_api != auto -a \
1663 $ol_with_ldbm_api != db2 ; then
1664 echo "configure: warning: BDB2 requires LDBM api db2 or auto" 1>&2
1669 if test $ol_with_ldbm_api = gdbm -a \
1670 $ol_with_ldbm_type = btree ; then
1671 { echo "configure: error: GDBM only supports LDBM type hash" 1>&2; exit 1; }
1673 if test $ol_with_ldbm_api = ndbm -a \
1674 $ol_with_ldbm_type = btree ; then
1675 { echo "configure: error: NDBM only supports LDBM type hash" 1>&2; exit 1; }
1679 if test $ol_enable_slurpd = yes ; then
1680 if test $ol_with_threads = no ; then
1681 { echo "configure: error: slurpd requires threads" 1>&2; exit 1; }
1685 echo "$ac_t""done" 1>&6
1710 SLAPD_PERL_CPPFLAGS=
1718 # Find a good install program. We prefer a C program (faster),
1719 # so one script is as good as another. But avoid the broken or
1720 # incompatible versions:
1721 # SysV /etc/install, /usr/sbin/install
1722 # SunOS /usr/etc/install
1723 # IRIX /sbin/install
1725 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1726 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1727 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1728 # ./install, which can be erroneously created by make from ./install.sh.
1729 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1730 echo "configure:1731: checking for a BSD compatible install" >&5
1731 if test -z "$INSTALL"; then
1732 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1733 echo $ac_n "(cached) $ac_c" 1>&6
1735 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
1736 for ac_dir in $PATH; do
1737 # Account for people who put trailing slashes in PATH elements.
1739 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1741 # OSF1 and SCO ODT 3.0 have their own names for install.
1742 # Don't use installbsd from OSF since it installs stuff as root
1744 for ac_prog in ginstall scoinst install; do
1745 if test -f $ac_dir/$ac_prog; then
1746 if test $ac_prog = install &&
1747 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1748 # AIX install. It has an incompatible calling convention.
1751 ac_cv_path_install="$ac_dir/$ac_prog -c"
1762 if test "${ac_cv_path_install+set}" = set; then
1763 INSTALL="$ac_cv_path_install"
1765 # As a last resort, use the slow shell script. We don't cache a
1766 # path for INSTALL within a source directory, because that will
1767 # break other packages using the cache if that directory is
1768 # removed, or if the path is relative.
1769 INSTALL="$ac_install_sh"
1772 echo "$ac_t""$INSTALL" 1>&6
1774 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1775 # It thinks the first close brace ends the variable substitution.
1776 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1778 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1780 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1786 # Make sure we can run config.sub.
1787 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
1788 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1791 echo $ac_n "checking host system type""... $ac_c" 1>&6
1792 echo "configure:1793: checking host system type" >&5
1795 case "$host_alias" in
1799 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1800 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1802 *) host_alias=$nonopt ;;
1806 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1807 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1808 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1809 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1810 echo "$ac_t""$host" 1>&6
1812 # Extract the first word of "ranlib", so it can be a program name with args.
1813 set dummy ranlib; ac_word=$2
1814 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1815 echo "configure:1816: checking for $ac_word" >&5
1816 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1817 echo $ac_n "(cached) $ac_c" 1>&6
1819 if test -n "$RANLIB"; then
1820 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1822 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1824 for ac_dir in $ac_dummy; do
1825 test -z "$ac_dir" && ac_dir=.
1826 if test -f $ac_dir/$ac_word; then
1827 ac_cv_prog_RANLIB="ranlib"
1832 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1835 RANLIB="$ac_cv_prog_RANLIB"
1836 if test -n "$RANLIB"; then
1837 echo "$ac_t""$RANLIB" 1>&6
1839 echo "$ac_t""no" 1>&6
1842 # Extract the first word of "gcc", so it can be a program name with args.
1843 set dummy gcc; ac_word=$2
1844 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1845 echo "configure:1846: checking for $ac_word" >&5
1846 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1847 echo $ac_n "(cached) $ac_c" 1>&6
1849 if test -n "$CC"; then
1850 ac_cv_prog_CC="$CC" # Let the user override the test.
1852 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1854 for ac_dir in $ac_dummy; do
1855 test -z "$ac_dir" && ac_dir=.
1856 if test -f $ac_dir/$ac_word; then
1865 if test -n "$CC"; then
1866 echo "$ac_t""$CC" 1>&6
1868 echo "$ac_t""no" 1>&6
1871 if test -z "$CC"; then
1872 # Extract the first word of "cc", so it can be a program name with args.
1873 set dummy cc; ac_word=$2
1874 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1875 echo "configure:1876: checking for $ac_word" >&5
1876 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1877 echo $ac_n "(cached) $ac_c" 1>&6
1879 if test -n "$CC"; then
1880 ac_cv_prog_CC="$CC" # Let the user override the test.
1882 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1885 for ac_dir in $ac_dummy; do
1886 test -z "$ac_dir" && ac_dir=.
1887 if test -f $ac_dir/$ac_word; then
1888 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1889 ac_prog_rejected=yes
1897 if test $ac_prog_rejected = yes; then
1898 # We found a bogon in the path, so make sure we never use it.
1899 set dummy $ac_cv_prog_CC
1901 if test $# -gt 0; then
1902 # We chose a different compiler from the bogus one.
1903 # However, it has the same basename, so the bogon will be chosen
1904 # first if we set CC to just the basename; use the full file name.
1906 set dummy "$ac_dir/$ac_word" "$@"
1914 if test -n "$CC"; then
1915 echo "$ac_t""$CC" 1>&6
1917 echo "$ac_t""no" 1>&6
1920 if test -z "$CC"; then
1921 case "`uname -s`" in
1923 # Extract the first word of "cl", so it can be a program name with args.
1924 set dummy cl; ac_word=$2
1925 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1926 echo "configure:1927: checking for $ac_word" >&5
1927 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1928 echo $ac_n "(cached) $ac_c" 1>&6
1930 if test -n "$CC"; then
1931 ac_cv_prog_CC="$CC" # Let the user override the test.
1933 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1935 for ac_dir in $ac_dummy; do
1936 test -z "$ac_dir" && ac_dir=.
1937 if test -f $ac_dir/$ac_word; then
1946 if test -n "$CC"; then
1947 echo "$ac_t""$CC" 1>&6
1949 echo "$ac_t""no" 1>&6
1954 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1957 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1958 echo "configure:1959: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1961 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1962 ac_cpp='$CPP $CPPFLAGS'
1963 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1964 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1965 cross_compiling=$ac_cv_prog_cc_cross
1967 cat > conftest.$ac_ext << EOF
1969 #line 1970 "configure"
1970 #include "confdefs.h"
1974 if { (eval echo configure:1975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1975 ac_cv_prog_cc_works=yes
1976 # If we can't run a trivial program, we are probably using a cross compiler.
1977 if (./conftest; exit) 2>/dev/null; then
1978 ac_cv_prog_cc_cross=no
1980 ac_cv_prog_cc_cross=yes
1983 echo "configure: failed program was:" >&5
1984 cat conftest.$ac_ext >&5
1985 ac_cv_prog_cc_works=no
1989 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1990 ac_cpp='$CPP $CPPFLAGS'
1991 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1992 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1993 cross_compiling=$ac_cv_prog_cc_cross
1995 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1996 if test $ac_cv_prog_cc_works = no; then
1997 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1999 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
2000 echo "configure:2001: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
2001 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
2002 cross_compiling=$ac_cv_prog_cc_cross
2004 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
2005 echo "configure:2006: checking whether we are using GNU C" >&5
2006 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
2007 echo $ac_n "(cached) $ac_c" 1>&6
2009 cat > conftest.c <<EOF
2014 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2015: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
2021 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
2023 if test $ac_cv_prog_gcc = yes; then
2029 ac_test_CFLAGS="${CFLAGS+set}"
2030 ac_save_CFLAGS="$CFLAGS"
2032 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
2033 echo "configure:2034: checking whether ${CC-cc} accepts -g" >&5
2034 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
2035 echo $ac_n "(cached) $ac_c" 1>&6
2037 echo 'void f(){}' > conftest.c
2038 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
2047 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
2048 if test "$ac_test_CFLAGS" = set; then
2049 CFLAGS="$ac_save_CFLAGS"
2050 elif test $ac_cv_prog_cc_g = yes; then
2051 if test "$GCC" = yes; then
2057 if test "$GCC" = yes; then
2064 # Check whether --with-gnu-ld or --without-gnu-ld was given.
2065 if test "${with_gnu_ld+set}" = set; then
2066 withval="$with_gnu_ld"
2067 test "$withval" = no || with_gnu_ld=yes
2074 if test "$ac_cv_prog_gcc" = yes; then
2075 # Check if gcc -print-prog-name=ld gives a path.
2076 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
2077 echo "configure:2078: checking for ld used by GCC" >&5
2078 ac_prog=`($CC -print-prog-name=ld) 2>&5`
2080 # Accept absolute paths.
2082 test -z "$LD" && LD="$ac_prog"
2085 # If it fails, then pretend we aren't using GCC.
2089 # If it is relative, then search for the first ld in PATH.
2093 elif test "$with_gnu_ld" = yes; then
2094 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
2095 echo "configure:2096: checking for GNU ld" >&5
2097 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
2098 echo "configure:2099: checking for non-GNU ld" >&5
2100 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
2101 echo $ac_n "(cached) $ac_c" 1>&6
2103 if test -z "$LD"; then
2104 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2105 for ac_dir in $PATH; do
2106 test -z "$ac_dir" && ac_dir=.
2107 if test -f "$ac_dir/$ac_prog"; then
2108 ac_cv_path_LD="$ac_dir/$ac_prog"
2109 # Check to see if the program is GNU ld. I'd rather use --version,
2110 # but apparently some GNU ld's only accept -v.
2111 # Break only if it was the GNU/non-GNU ld that we prefer.
2112 if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
2113 test "$with_gnu_ld" != no && break
2115 test "$with_gnu_ld" != yes && break
2121 ac_cv_path_LD="$LD" # Let the user override the test with a path.
2126 if test -n "$LD"; then
2127 echo "$ac_t""$LD" 1>&6
2129 echo "$ac_t""no" 1>&6
2131 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
2133 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
2134 echo "configure:2135: checking if the linker ($LD) is GNU ld" >&5
2135 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
2136 echo $ac_n "(cached) $ac_c" 1>&6
2138 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
2139 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
2140 ac_cv_prog_gnu_ld=yes
2142 ac_cv_prog_gnu_ld=no
2146 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
2149 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
2150 echo "configure:2151: checking for BSD-compatible nm" >&5
2151 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
2152 echo $ac_n "(cached) $ac_c" 1>&6
2156 ac_cv_path_NM="$NM" # Let the user override the test with a path.
2159 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2160 for ac_dir in /usr/ucb /usr/ccs/bin $PATH /bin; do
2161 test -z "$ac_dir" && ac_dir=.
2162 if test -f $ac_dir/nm; then
2163 # Check to see if the nm accepts a BSD-compat flag.
2164 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2165 # nm: unknown option "B" ignored
2166 if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
2167 ac_cv_path_NM="$ac_dir/nm -B"
2168 elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
2169 ac_cv_path_NM="$ac_dir/nm -p"
2171 ac_cv_path_NM="$ac_dir/nm"
2177 test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
2183 echo "$ac_t""$NM" 1>&6
2186 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
2187 echo "configure:2188: checking whether ln -s works" >&5
2188 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
2189 echo $ac_n "(cached) $ac_c" 1>&6
2192 if ln -s X conftestdata 2>/dev/null
2195 ac_cv_prog_LN_S="ln -s"
2200 LN_S="$ac_cv_prog_LN_S"
2201 if test "$ac_cv_prog_LN_S" = "ln -s"; then
2202 echo "$ac_t""yes" 1>&6
2204 echo "$ac_t""no" 1>&6
2207 # Always use our own libtool.
2208 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2210 # Check for any special flags to pass to ltconfig.
2212 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
2213 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
2214 test "$silent" = yes && libtool_flags="$libtool_flags --silent"
2215 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
2216 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
2218 # Some flags need to be propagated to the compiler or linker for good
2222 # Find out which ABI we are using.
2223 echo '#line 2224 "configure"' > conftest.$ac_ext
2224 if { (eval echo configure:2225: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2225 case "`/usr/bin/file conftest.o`" in
2241 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2242 CFLAGS="$CFLAGS -belf"
2246 # Actually configure libtool. ac_aux_dir is where install-sh is found.
2247 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
2248 LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \
2249 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
2250 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
2251 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
2254 for ac_prog in mawk gawk nawk awk
2256 # Extract the first word of "$ac_prog", so it can be a program name with args.
2257 set dummy $ac_prog; ac_word=$2
2258 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2259 echo "configure:2260: checking for $ac_word" >&5
2260 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
2261 echo $ac_n "(cached) $ac_c" 1>&6
2263 if test -n "$AWK"; then
2264 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2266 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2268 for ac_dir in $ac_dummy; do
2269 test -z "$ac_dir" && ac_dir=.
2270 if test -f $ac_dir/$ac_word; then
2271 ac_cv_prog_AWK="$ac_prog"
2278 AWK="$ac_cv_prog_AWK"
2279 if test -n "$AWK"; then
2280 echo "$ac_t""$AWK" 1>&6
2282 echo "$ac_t""no" 1>&6
2285 test -n "$AWK" && break
2288 # test for ln hardlink support
2289 echo $ac_n "checking whether ln works""... $ac_c" 1>&6
2290 echo "configure:2291: checking whether ln works" >&5
2291 if eval "test \"`echo '$''{'ol_cv_prog_LN_H'+set}'`\" = set"; then
2292 echo $ac_n "(cached) $ac_c" 1>&6
2294 rm -f conftest.src conftest.dst
2295 echo "conftest" > conftest.src
2296 if ln conftest.src conftest.dst 2>/dev/null
2298 ol_cv_prog_LN_H="ln"
2300 ol_cv_prog_LN_H="cp"
2302 rm -f conftest.src conftest.dst
2305 LN_H="$ol_cv_prog_LN_H"
2306 if test "$ol_cv_prog_LN_H" = "ln"; then
2307 echo "$ac_t""yes" 1>&6
2309 echo "$ac_t""no" 1>&6
2312 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
2313 echo "configure:2314: checking whether ln -s works" >&5
2314 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
2315 echo $ac_n "(cached) $ac_c" 1>&6
2318 if ln -s X conftestdata 2>/dev/null
2321 ac_cv_prog_LN_S="ln -s"
2326 LN_S="$ac_cv_prog_LN_S"
2327 if test "$ac_cv_prog_LN_S" = "ln -s"; then
2328 echo "$ac_t""yes" 1>&6
2330 echo "$ac_t""no" 1>&6
2334 if test "$LN_H" = "cp" -a "$LN_S" = "ln"; then
2338 # Extract the first word of "sendmail", so it can be a program name with args.
2339 set dummy sendmail; ac_word=$2
2340 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2341 echo "configure:2342: checking for $ac_word" >&5
2342 if eval "test \"`echo '$''{'ac_cv_path_SENDMAIL'+set}'`\" = set"; then
2343 echo $ac_n "(cached) $ac_c" 1>&6
2347 ac_cv_path_SENDMAIL="$SENDMAIL" # Let the user override the test with a path.
2350 ac_cv_path_SENDMAIL="$SENDMAIL" # Let the user override the test with a dos path.
2353 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2354 ac_dummy="$PATH:/usr/libexec:/usr/lib:/usr/sbin:/usr/etc:/etc"
2355 for ac_dir in $ac_dummy; do
2356 test -z "$ac_dir" && ac_dir=.
2357 if test -f $ac_dir/$ac_word; then
2358 ac_cv_path_SENDMAIL="$ac_dir/$ac_word"
2363 test -z "$ac_cv_path_SENDMAIL" && ac_cv_path_SENDMAIL="/usr/lib/sendmail"
2367 SENDMAIL="$ac_cv_path_SENDMAIL"
2368 if test -n "$SENDMAIL"; then
2369 echo "$ac_t""$SENDMAIL" 1>&6
2371 echo "$ac_t""no" 1>&6
2374 # Extract the first word of "vi", so it can be a program name with args.
2375 set dummy vi; ac_word=$2
2376 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2377 echo "configure:2378: checking for $ac_word" >&5
2378 if eval "test \"`echo '$''{'ac_cv_path_EDITOR'+set}'`\" = set"; then
2379 echo $ac_n "(cached) $ac_c" 1>&6
2383 ac_cv_path_EDITOR="$EDITOR" # Let the user override the test with a path.
2386 ac_cv_path_EDITOR="$EDITOR" # Let the user override the test with a dos path.
2389 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2390 ac_dummy="$PATH:/usr/ucb"
2391 for ac_dir in $ac_dummy; do
2392 test -z "$ac_dir" && ac_dir=.
2393 if test -f $ac_dir/$ac_word; then
2394 ac_cv_path_EDITOR="$ac_dir/$ac_word"
2399 test -z "$ac_cv_path_EDITOR" && ac_cv_path_EDITOR="/usr/ucb/vi"
2403 EDITOR="$ac_cv_path_EDITOR"
2404 if test -n "$EDITOR"; then
2405 echo "$ac_t""$EDITOR" 1>&6
2407 echo "$ac_t""no" 1>&6
2410 # Extract the first word of "finger", so it can be a program name with args.
2411 set dummy finger; ac_word=$2
2412 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2413 echo "configure:2414: checking for $ac_word" >&5
2414 if eval "test \"`echo '$''{'ac_cv_path_FINGER'+set}'`\" = set"; then
2415 echo $ac_n "(cached) $ac_c" 1>&6
2419 ac_cv_path_FINGER="$FINGER" # Let the user override the test with a path.
2422 ac_cv_path_FINGER="$FINGER" # Let the user override the test with a dos path.
2425 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2426 ac_dummy="$PATH:/usr/ucb"
2427 for ac_dir in $ac_dummy; do
2428 test -z "$ac_dir" && ac_dir=.
2429 if test -f $ac_dir/$ac_word; then
2430 ac_cv_path_FINGER="$ac_dir/$ac_word"
2435 test -z "$ac_cv_path_FINGER" && ac_cv_path_FINGER="/usr/ucb/finger"
2439 FINGER="$ac_cv_path_FINGER"
2440 if test -n "$FINGER"; then
2441 echo "$ac_t""$FINGER" 1>&6
2443 echo "$ac_t""no" 1>&6
2447 if test $ol_enable_perl = yes ; then
2448 # Extract the first word of "perl", so it can be a program name with args.
2449 set dummy perl; ac_word=$2
2450 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2451 echo "configure:2452: checking for $ac_word" >&5
2452 if eval "test \"`echo '$''{'ac_cv_path_PERLBIN'+set}'`\" = set"; then
2453 echo $ac_n "(cached) $ac_c" 1>&6
2457 ac_cv_path_PERLBIN="$PERLBIN" # Let the user override the test with a path.
2460 ac_cv_path_PERLBIN="$PERLBIN" # Let the user override the test with a dos path.
2463 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2465 for ac_dir in $ac_dummy; do
2466 test -z "$ac_dir" && ac_dir=.
2467 if test -f $ac_dir/$ac_word; then
2468 ac_cv_path_PERLBIN="$ac_dir/$ac_word"
2473 test -z "$ac_cv_path_PERLBIN" && ac_cv_path_PERLBIN="/usr/bin/perl"
2477 PERLBIN="$ac_cv_path_PERLBIN"
2478 if test -n "$PERLBIN"; then
2479 echo "$ac_t""$PERLBIN" 1>&6
2481 echo "$ac_t""no" 1>&6
2485 if test "no$PERLBIN" = "no" ; then
2489 SLAPD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`"
2490 SLAPD_PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e perl_inc`"
2493 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2494 echo "configure:2495: checking how to run the C preprocessor" >&5
2495 # On Suns, sometimes $CPP names a directory.
2496 if test -n "$CPP" && test -d "$CPP"; then
2499 if test -z "$CPP"; then
2500 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
2501 echo $ac_n "(cached) $ac_c" 1>&6
2503 # This must be in double quotes, not single quotes, because CPP may get
2504 # substituted into the Makefile and "${CC-cc}" will confuse make.
2506 # On the NeXT, cc -E runs the code through the compiler's parser,
2507 # not just through cpp.
2508 cat > conftest.$ac_ext <<EOF
2509 #line 2510 "configure"
2510 #include "confdefs.h"
2514 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2515 { (eval echo configure:2516: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2516 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2517 if test -z "$ac_err"; then
2521 echo "configure: failed program was:" >&5
2522 cat conftest.$ac_ext >&5
2524 CPP="${CC-cc} -E -traditional-cpp"
2525 cat > conftest.$ac_ext <<EOF
2526 #line 2527 "configure"
2527 #include "confdefs.h"
2531 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2532 { (eval echo configure:2533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2533 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2534 if test -z "$ac_err"; then
2538 echo "configure: failed program was:" >&5
2539 cat conftest.$ac_ext >&5
2541 CPP="${CC-cc} -nologo -E"
2542 cat > conftest.$ac_ext <<EOF
2543 #line 2544 "configure"
2544 #include "confdefs.h"
2548 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2549 { (eval echo configure:2550: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2550 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2551 if test -z "$ac_err"; then
2555 echo "configure: failed program was:" >&5
2556 cat conftest.$ac_ext >&5
2565 ac_cv_prog_CPP="$CPP"
2567 CPP="$ac_cv_prog_CPP"
2569 ac_cv_prog_CPP="$CPP"
2571 echo "$ac_t""$CPP" 1>&6
2574 if test $cross_compiling = yes -a $ol_enable_x_compile = yes; then
2575 echo "configure: warning: cross compiling.... some functionality will be removed." 1>&2
2577 elif test $cross_compiling = no -a $ol_enable_x_compile = yes; then
2578 echo "configure: warning: programs compiled here do run here..." 1>&2
2579 { echo "configure: error: if not cross compiling, use --disable-x-compile." 1>&2; exit 1; }
2581 elif test $cross_compiling = yes -a $ol_enable_x_compile = no; then
2582 echo "configure: warning: programs compiled here do not run here..." 1>&2
2583 { echo "configure: error: if cross compiling, add --enable-x-compile." 1>&2; exit 1; }
2586 echo $ac_n "checking for AIX""... $ac_c" 1>&6
2587 echo "configure:2588: checking for AIX" >&5
2588 cat > conftest.$ac_ext <<EOF
2589 #line 2590 "configure"
2590 #include "confdefs.h"
2596 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2597 egrep "yes" >/dev/null 2>&1; then
2599 echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
2600 #define _ALL_SOURCE 1
2605 echo "$ac_t""no" 1>&6
2610 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
2611 echo "configure:2612: checking for POSIXized ISC" >&5
2612 if test -d /etc/conf/kconfig.d &&
2613 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
2615 echo "$ac_t""yes" 1>&6
2616 ISC=yes # If later tests want to check for ISC.
2617 cat >> confdefs.h <<\EOF
2618 #define _POSIX_SOURCE 1
2621 if test "$GCC" = yes; then
2627 echo "$ac_t""no" 1>&6
2631 ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
2632 echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
2633 echo "configure:2634: checking for minix/config.h" >&5
2634 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2635 echo $ac_n "(cached) $ac_c" 1>&6
2637 cat > conftest.$ac_ext <<EOF
2638 #line 2639 "configure"
2639 #include "confdefs.h"
2640 #include <minix/config.h>
2642 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2643 { (eval echo configure:2644: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2644 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2645 if test -z "$ac_err"; then
2647 eval "ac_cv_header_$ac_safe=yes"
2650 echo "configure: failed program was:" >&5
2651 cat conftest.$ac_ext >&5
2653 eval "ac_cv_header_$ac_safe=no"
2657 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2658 echo "$ac_t""yes" 1>&6
2661 echo "$ac_t""no" 1>&6
2665 if test "$MINIX" = yes; then
2666 cat >> confdefs.h <<\EOF
2667 #define _POSIX_SOURCE 1
2670 cat >> confdefs.h <<\EOF
2671 #define _POSIX_1_SOURCE 2
2674 cat >> confdefs.h <<\EOF
2681 echo $ac_n "checking for be_app in -lbe""... $ac_c" 1>&6
2682 echo "configure:2683: checking for be_app in -lbe" >&5
2683 ac_lib_var=`echo be'_'be_app | sed 'y%./+-%__p_%'`
2684 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2685 echo $ac_n "(cached) $ac_c" 1>&6
2687 ac_save_LIBS="$LIBS"
2688 LIBS="-lbe -lroot $LIBS"
2689 cat > conftest.$ac_ext <<EOF
2690 #line 2691 "configure"
2691 #include "confdefs.h"
2692 /* Override any gcc2 internal prototype to avoid an error. */
2693 /* We use char because int might match the return type of a gcc2
2694 builtin and then its argument prototype would still apply. */
2701 if { (eval echo configure:2702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2703 eval "ac_cv_lib_$ac_lib_var=yes"
2705 echo "configure: failed program was:" >&5
2706 cat conftest.$ac_ext >&5
2708 eval "ac_cv_lib_$ac_lib_var=no"
2711 LIBS="$ac_save_LIBS"
2714 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2715 echo "$ac_t""yes" 1>&6
2716 LIBS="$LIBS -lbe -lroot"
2718 echo "$ac_t""no" 1>&6
2723 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
2724 echo "configure:2725: checking for Cygwin environment" >&5
2725 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
2726 echo $ac_n "(cached) $ac_c" 1>&6
2728 cat > conftest.$ac_ext <<EOF
2729 #line 2730 "configure"
2730 #include "confdefs.h"
2735 #define __CYGWIN__ __CYGWIN32__
2740 if { (eval echo configure:2741: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2744 echo "configure: failed program was:" >&5
2745 cat conftest.$ac_ext >&5
2753 echo "$ac_t""$ac_cv_cygwin" 1>&6
2755 test "$ac_cv_cygwin" = yes && CYGWIN=yes
2756 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
2757 echo "configure:2758: checking for mingw32 environment" >&5
2758 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
2759 echo $ac_n "(cached) $ac_c" 1>&6
2761 cat > conftest.$ac_ext <<EOF
2762 #line 2763 "configure"
2763 #include "confdefs.h"
2769 if { (eval echo configure:2770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2773 echo "configure: failed program was:" >&5
2774 cat conftest.$ac_ext >&5
2782 echo "$ac_t""$ac_cv_mingw32" 1>&6
2784 test "$ac_cv_mingw32" = yes && MINGW32=yes
2787 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
2788 echo "configure:2789: checking for executable suffix" >&5
2789 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
2790 echo $ac_n "(cached) $ac_c" 1>&6
2792 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
2796 echo 'int main () { return 0; }' > conftest.$ac_ext
2798 if { (eval echo configure:2799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
2799 for file in conftest.*; do
2801 *.c | *.o | *.obj) ;;
2802 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
2806 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
2809 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
2814 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
2815 echo "$ac_t""${ac_cv_exeext}" 1>&6
2818 echo $ac_n "checking for object suffix""... $ac_c" 1>&6
2819 echo "configure:2820: checking for object suffix" >&5
2820 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
2821 echo $ac_n "(cached) $ac_c" 1>&6
2824 echo 'int i = 1;' > conftest.$ac_ext
2825 if { (eval echo configure:2826: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2826 for ac_file in conftest.*; do
2829 *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
2833 { echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }
2838 echo "$ac_t""$ac_cv_objext" 1>&6
2839 OBJEXT=$ac_cv_objext
2840 ac_objext=$ac_cv_objext
2846 echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
2847 echo "configure:2848: checking for ${CC-cc} option to accept ANSI C" >&5
2848 if eval "test \"`echo '$''{'am_cv_prog_cc_stdc'+set}'`\" = set"; then
2849 echo $ac_n "(cached) $ac_c" 1>&6
2851 am_cv_prog_cc_stdc=no
2853 # Don't try gcc -ansi; that turns off useful extensions and
2854 # breaks some systems' header files.
2855 # AIX -qlanglvl=ansi
2856 # Ultrix and OSF/1 -std1
2857 # HP-UX -Aa -D_HPUX_SOURCE
2858 # SVR4 -Xc -D__EXTENSIONS__
2859 for ac_arg in "" -qlanglvl=ansi -std1 "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2861 CC="$ac_save_CC $ac_arg"
2862 cat > conftest.$ac_ext <<EOF
2863 #line 2864 "configure"
2864 #include "confdefs.h"
2867 #include <sys/types.h>
2868 #include <sys/stat.h>
2869 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2870 struct buf { int x; };
2871 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2872 static char *e (p, i)
2878 static char *f (char * (*g) (char **, int), char **p, ...)
2883 s = g (p, va_arg (v,int));
2887 int test (int i, double x);
2888 struct s1 {int (*f) (int a);};
2889 struct s2 {int (*f) (double a);};
2890 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2896 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2900 if { (eval echo configure:2901: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2902 am_cv_prog_cc_stdc="$ac_arg"; break
2904 echo "configure: failed program was:" >&5
2905 cat conftest.$ac_ext >&5
2913 if test -z "$am_cv_prog_cc_stdc"; then
2914 echo "$ac_t""none needed" 1>&6
2916 echo "$ac_t""$am_cv_prog_cc_stdc" 1>&6
2918 case "x$am_cv_prog_cc_stdc" in
2920 *) CC="$CC $am_cv_prog_cc_stdc" ;;
2923 if test "X${am_cv_prog_cc_stdc}" = "Xno" ; then
2924 { echo "configure: error: OpenLDAP requires compiler to support STDC prototypes." 1>&2; exit 1; }
2930 echo $ac_n "checking for socket""... $ac_c" 1>&6
2931 echo "configure:2932: checking for socket" >&5
2932 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
2933 echo $ac_n "(cached) $ac_c" 1>&6
2935 cat > conftest.$ac_ext <<EOF
2936 #line 2937 "configure"
2937 #include "confdefs.h"
2938 /* System header to define __stub macros and hopefully few prototypes,
2939 which can conflict with char socket(); below. */
2941 /* Override any gcc2 internal prototype to avoid an error. */
2942 /* We use char because int might match the return type of a gcc2
2943 builtin and then its argument prototype would still apply. */
2948 /* The GNU C library defines this for functions which it implements
2949 to always fail with ENOSYS. Some functions are actually named
2950 something starting with __ and the normal name is an alias. */
2951 #if defined (__stub_socket) || defined (__stub___socket)
2959 if { (eval echo configure:2960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2961 eval "ac_cv_func_socket=yes"
2963 echo "configure: failed program was:" >&5
2964 cat conftest.$ac_ext >&5
2966 eval "ac_cv_func_socket=no"
2971 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
2972 echo "$ac_t""yes" 1>&6
2975 echo "$ac_t""no" 1>&6
2977 echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
2978 echo "configure:2979: checking for main in -lsocket" >&5
2979 ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
2980 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2981 echo $ac_n "(cached) $ac_c" 1>&6
2983 ac_save_LIBS="$LIBS"
2984 LIBS="-lsocket $LIBS"
2985 cat > conftest.$ac_ext <<EOF
2986 #line 2987 "configure"
2987 #include "confdefs.h"
2993 if { (eval echo configure:2994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2995 eval "ac_cv_lib_$ac_lib_var=yes"
2997 echo "configure: failed program was:" >&5
2998 cat conftest.$ac_ext >&5
3000 eval "ac_cv_lib_$ac_lib_var=no"
3003 LIBS="$ac_save_LIBS"
3006 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3007 echo "$ac_t""yes" 1>&6
3008 ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3009 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3010 cat >> confdefs.h <<EOF
3011 #define $ac_tr_lib 1
3014 LIBS="-lsocket $LIBS"
3017 echo "$ac_t""no" 1>&6
3020 echo $ac_n "checking for main in -lnet""... $ac_c" 1>&6
3021 echo "configure:3022: checking for main in -lnet" >&5
3022 ac_lib_var=`echo net'_'main | sed 'y%./+-%__p_%'`
3023 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3024 echo $ac_n "(cached) $ac_c" 1>&6
3026 ac_save_LIBS="$LIBS"
3028 cat > conftest.$ac_ext <<EOF
3029 #line 3030 "configure"
3030 #include "confdefs.h"
3036 if { (eval echo configure:3037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3038 eval "ac_cv_lib_$ac_lib_var=yes"
3040 echo "configure: failed program was:" >&5
3041 cat conftest.$ac_ext >&5
3043 eval "ac_cv_lib_$ac_lib_var=no"
3046 LIBS="$ac_save_LIBS"
3049 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3050 echo "$ac_t""yes" 1>&6
3051 ac_tr_lib=HAVE_LIB`echo net | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3052 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3053 cat >> confdefs.h <<EOF
3054 #define $ac_tr_lib 1
3060 echo "$ac_t""no" 1>&6
3063 echo $ac_n "checking for main in -lnsl_s""... $ac_c" 1>&6
3064 echo "configure:3065: checking for main in -lnsl_s" >&5
3065 ac_lib_var=`echo nsl_s'_'main | sed 'y%./+-%__p_%'`
3066 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3067 echo $ac_n "(cached) $ac_c" 1>&6
3069 ac_save_LIBS="$LIBS"
3070 LIBS="-lnsl_s $LIBS"
3071 cat > conftest.$ac_ext <<EOF
3072 #line 3073 "configure"
3073 #include "confdefs.h"
3079 if { (eval echo configure:3080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3081 eval "ac_cv_lib_$ac_lib_var=yes"
3083 echo "configure: failed program was:" >&5
3084 cat conftest.$ac_ext >&5
3086 eval "ac_cv_lib_$ac_lib_var=no"
3089 LIBS="$ac_save_LIBS"
3092 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3093 echo "$ac_t""yes" 1>&6
3094 ac_tr_lib=HAVE_LIB`echo nsl_s | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3095 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3096 cat >> confdefs.h <<EOF
3097 #define $ac_tr_lib 1
3100 LIBS="-lnsl_s $LIBS"
3103 echo "$ac_t""no" 1>&6
3106 echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
3107 echo "configure:3108: checking for main in -lnsl" >&5
3108 ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
3109 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3110 echo $ac_n "(cached) $ac_c" 1>&6
3112 ac_save_LIBS="$LIBS"
3114 cat > conftest.$ac_ext <<EOF
3115 #line 3116 "configure"
3116 #include "confdefs.h"
3122 if { (eval echo configure:3123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3124 eval "ac_cv_lib_$ac_lib_var=yes"
3126 echo "configure: failed program was:" >&5
3127 cat conftest.$ac_ext >&5
3129 eval "ac_cv_lib_$ac_lib_var=no"
3132 LIBS="$ac_save_LIBS"
3135 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3136 echo "$ac_t""yes" 1>&6
3137 ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3138 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3139 cat >> confdefs.h <<EOF
3140 #define $ac_tr_lib 1
3146 echo "$ac_t""no" 1>&6
3149 echo $ac_n "checking for socket in -linet""... $ac_c" 1>&6
3150 echo "configure:3151: checking for socket in -linet" >&5
3151 ac_lib_var=`echo inet'_'socket | sed 'y%./+-%__p_%'`
3152 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3153 echo $ac_n "(cached) $ac_c" 1>&6
3155 ac_save_LIBS="$LIBS"
3157 cat > conftest.$ac_ext <<EOF
3158 #line 3159 "configure"
3159 #include "confdefs.h"
3160 /* Override any gcc2 internal prototype to avoid an error. */
3161 /* We use char because int might match the return type of a gcc2
3162 builtin and then its argument prototype would still apply. */
3169 if { (eval echo configure:3170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3171 eval "ac_cv_lib_$ac_lib_var=yes"
3173 echo "configure: failed program was:" >&5
3174 cat conftest.$ac_ext >&5
3176 eval "ac_cv_lib_$ac_lib_var=no"
3179 LIBS="$ac_save_LIBS"
3182 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3183 echo "$ac_t""yes" 1>&6
3184 ac_tr_lib=HAVE_LIB`echo inet | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3185 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3186 cat >> confdefs.h <<EOF
3187 #define $ac_tr_lib 1
3193 echo "$ac_t""no" 1>&6
3196 echo $ac_n "checking for main in -lgen""... $ac_c" 1>&6
3197 echo "configure:3198: checking for main in -lgen" >&5
3198 ac_lib_var=`echo gen'_'main | sed 'y%./+-%__p_%'`
3199 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3200 echo $ac_n "(cached) $ac_c" 1>&6
3202 ac_save_LIBS="$LIBS"
3204 cat > conftest.$ac_ext <<EOF
3205 #line 3206 "configure"
3206 #include "confdefs.h"
3212 if { (eval echo configure:3213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3214 eval "ac_cv_lib_$ac_lib_var=yes"
3216 echo "configure: failed program was:" >&5
3217 cat conftest.$ac_ext >&5
3219 eval "ac_cv_lib_$ac_lib_var=no"
3222 LIBS="$ac_save_LIBS"
3225 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3226 echo "$ac_t""yes" 1>&6
3227 ac_tr_lib=HAVE_LIB`echo gen | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3228 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3229 cat >> confdefs.h <<EOF
3230 #define $ac_tr_lib 1
3236 echo "$ac_t""no" 1>&6
3243 for ac_func in res_search
3245 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3246 echo "configure:3247: checking for $ac_func" >&5
3247 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3248 echo $ac_n "(cached) $ac_c" 1>&6
3250 cat > conftest.$ac_ext <<EOF
3251 #line 3252 "configure"
3252 #include "confdefs.h"
3253 /* System header to define __stub macros and hopefully few prototypes,
3254 which can conflict with char $ac_func(); below. */
3256 /* Override any gcc2 internal prototype to avoid an error. */
3257 /* We use char because int might match the return type of a gcc2
3258 builtin and then its argument prototype would still apply. */
3263 /* The GNU C library defines this for functions which it implements
3264 to always fail with ENOSYS. Some functions are actually named
3265 something starting with __ and the normal name is an alias. */
3266 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3274 if { (eval echo configure:3275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3276 eval "ac_cv_func_$ac_func=yes"
3278 echo "configure: failed program was:" >&5
3279 cat conftest.$ac_ext >&5
3281 eval "ac_cv_func_$ac_func=no"
3286 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3287 echo "$ac_t""yes" 1>&6
3288 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3289 cat >> confdefs.h <<EOF
3290 #define $ac_tr_func 1
3294 echo "$ac_t""no" 1>&6
3298 if test $ac_cv_func_res_search = "no" ; then
3299 echo $ac_n "checking for res_search in -lbind""... $ac_c" 1>&6
3300 echo "configure:3301: checking for res_search in -lbind" >&5
3301 ac_lib_var=`echo bind'_'res_search | sed 'y%./+-%__p_%'`
3302 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3303 echo $ac_n "(cached) $ac_c" 1>&6
3305 ac_save_LIBS="$LIBS"
3307 cat > conftest.$ac_ext <<EOF
3308 #line 3309 "configure"
3309 #include "confdefs.h"
3310 /* Override any gcc2 internal prototype to avoid an error. */
3311 /* We use char because int might match the return type of a gcc2
3312 builtin and then its argument prototype would still apply. */
3319 if { (eval echo configure:3320: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3321 eval "ac_cv_lib_$ac_lib_var=yes"
3323 echo "configure: failed program was:" >&5
3324 cat conftest.$ac_ext >&5
3326 eval "ac_cv_lib_$ac_lib_var=no"
3329 LIBS="$ac_save_LIBS"
3332 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3333 echo "$ac_t""yes" 1>&6
3334 ac_tr_lib=HAVE_LIB`echo bind | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3335 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3336 cat >> confdefs.h <<EOF
3337 #define $ac_tr_lib 1
3343 echo "$ac_t""no" 1>&6
3346 if test "$ac_cv_lib_bind_res_search" = "yes" ; then
3347 cat >> confdefs.h <<\EOF
3348 #define HAVE_RES_SEARCH 1
3352 echo $ac_n "checking for res_search in -lresolv""... $ac_c" 1>&6
3353 echo "configure:3354: checking for res_search in -lresolv" >&5
3354 ac_lib_var=`echo resolv'_'res_search | sed 'y%./+-%__p_%'`
3355 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3356 echo $ac_n "(cached) $ac_c" 1>&6
3358 ac_save_LIBS="$LIBS"
3359 LIBS="-lresolv $LIBS"
3360 cat > conftest.$ac_ext <<EOF
3361 #line 3362 "configure"
3362 #include "confdefs.h"
3363 /* Override any gcc2 internal prototype to avoid an error. */
3364 /* We use char because int might match the return type of a gcc2
3365 builtin and then its argument prototype would still apply. */
3372 if { (eval echo configure:3373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3374 eval "ac_cv_lib_$ac_lib_var=yes"
3376 echo "configure: failed program was:" >&5
3377 cat conftest.$ac_ext >&5
3379 eval "ac_cv_lib_$ac_lib_var=no"
3382 LIBS="$ac_save_LIBS"
3385 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3386 echo "$ac_t""yes" 1>&6
3387 ac_tr_lib=HAVE_LIB`echo resolv | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3388 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3389 cat >> confdefs.h <<EOF
3390 #define $ac_tr_lib 1
3393 LIBS="-lresolv $LIBS"
3396 echo "$ac_t""no" 1>&6
3399 if test "$ac_cv_lib_resolv_res_search" = "yes" ; then
3400 cat >> confdefs.h <<\EOF
3401 #define HAVE_RES_SEARCH 1
3408 echo $ac_n "checking for sigset in -lV3""... $ac_c" 1>&6
3409 echo "configure:3410: checking for sigset in -lV3" >&5
3410 ac_lib_var=`echo V3'_'sigset | sed 'y%./+-%__p_%'`
3411 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3412 echo $ac_n "(cached) $ac_c" 1>&6
3414 ac_save_LIBS="$LIBS"
3416 cat > conftest.$ac_ext <<EOF
3417 #line 3418 "configure"
3418 #include "confdefs.h"
3419 /* Override any gcc2 internal prototype to avoid an error. */
3420 /* We use char because int might match the return type of a gcc2
3421 builtin and then its argument prototype would still apply. */
3428 if { (eval echo configure:3429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3430 eval "ac_cv_lib_$ac_lib_var=yes"
3432 echo "configure: failed program was:" >&5
3433 cat conftest.$ac_ext >&5
3435 eval "ac_cv_lib_$ac_lib_var=no"
3438 LIBS="$ac_save_LIBS"
3441 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3442 echo "$ac_t""yes" 1>&6
3443 ac_tr_lib=HAVE_LIB`echo V3 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3444 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3445 cat >> confdefs.h <<EOF
3446 #define $ac_tr_lib 1
3452 echo "$ac_t""no" 1>&6
3458 if test $ol_enable_ldapd != no ; then
3459 echo $ac_n "checking for main in -lxtpp""... $ac_c" 1>&6
3460 echo "configure:3461: checking for main in -lxtpp" >&5
3461 ac_lib_var=`echo xtpp'_'main | sed 'y%./+-%__p_%'`
3462 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3463 echo $ac_n "(cached) $ac_c" 1>&6
3465 ac_save_LIBS="$LIBS"
3466 LIBS="-lxtpp -lxtdsap -lxtisode -losi $LIBS"
3467 cat > conftest.$ac_ext <<EOF
3468 #line 3469 "configure"
3469 #include "confdefs.h"
3475 if { (eval echo configure:3476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3477 eval "ac_cv_lib_$ac_lib_var=yes"
3479 echo "configure: failed program was:" >&5
3480 cat conftest.$ac_ext >&5
3482 eval "ac_cv_lib_$ac_lib_var=no"
3485 LIBS="$ac_save_LIBS"
3488 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3489 echo "$ac_t""yes" 1>&6
3492 cat >> confdefs.h <<\EOF
3496 LDAPD_LIBS="$LDAPD_LIBS -lxtpp -lxtdsap -lxtisode -losi"
3499 echo "$ac_t""no" 1>&6
3503 echo $ac_n "checking for main in -ldsap""... $ac_c" 1>&6
3504 echo "configure:3505: checking for main in -ldsap" >&5
3505 ac_lib_var=`echo dsap'_'main | sed 'y%./+-%__p_%'`
3506 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3507 echo $ac_n "(cached) $ac_c" 1>&6
3509 ac_save_LIBS="$LIBS"
3510 LIBS="-ldsap -lisode $LIBS"
3511 cat > conftest.$ac_ext <<EOF
3512 #line 3513 "configure"
3513 #include "confdefs.h"
3519 if { (eval echo configure:3520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3521 eval "ac_cv_lib_$ac_lib_var=yes"
3523 echo "configure: failed program was:" >&5
3524 cat conftest.$ac_ext >&5
3526 eval "ac_cv_lib_$ac_lib_var=no"
3529 LIBS="$ac_save_LIBS"
3532 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3533 echo "$ac_t""yes" 1>&6
3536 cat >> confdefs.h <<\EOF
3540 LDAPD_LIBS="$LDAPD_LIBS -ldsap"
3543 echo "$ac_t""no" 1>&6
3547 echo $ac_n "checking for main in -lisode""... $ac_c" 1>&6
3548 echo "configure:3549: checking for main in -lisode" >&5
3549 ac_lib_var=`echo isode'_'main | sed 'y%./+-%__p_%'`
3550 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3551 echo $ac_n "(cached) $ac_c" 1>&6
3553 ac_save_LIBS="$LIBS"
3554 LIBS="-lisode $LIBS"
3555 cat > conftest.$ac_ext <<EOF
3556 #line 3557 "configure"
3557 #include "confdefs.h"
3563 if { (eval echo configure:3564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3565 eval "ac_cv_lib_$ac_lib_var=yes"
3567 echo "configure: failed program was:" >&5
3568 cat conftest.$ac_ext >&5
3570 eval "ac_cv_lib_$ac_lib_var=no"
3573 LIBS="$ac_save_LIBS"
3576 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3577 echo "$ac_t""yes" 1>&6
3580 cat >> confdefs.h <<\EOF
3581 #define HAVE_ISODE 1
3584 LDAPD_LIBS="$LDAPD_LIBS -lisode"
3587 echo "$ac_t""no" 1>&6
3593 if test $ol_link_isode != no; then
3594 echo $ac_n "checking for main in -lpp""... $ac_c" 1>&6
3595 echo "configure:3596: checking for main in -lpp" >&5
3596 ac_lib_var=`echo pp'_'main | sed 'y%./+-%__p_%'`
3597 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3598 echo $ac_n "(cached) $ac_c" 1>&6
3600 ac_save_LIBS="$LIBS"
3602 cat > conftest.$ac_ext <<EOF
3603 #line 3604 "configure"
3604 #include "confdefs.h"
3610 if { (eval echo configure:3611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3612 eval "ac_cv_lib_$ac_lib_var=yes"
3614 echo "configure: failed program was:" >&5
3615 cat conftest.$ac_ext >&5
3617 eval "ac_cv_lib_$ac_lib_var=no"
3620 LIBS="$ac_save_LIBS"
3623 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3624 echo "$ac_t""yes" 1>&6
3626 cat >> confdefs.h <<\EOF
3630 LDAPD_LIBS="-lpp $LDAPD_LIBS"
3633 echo "$ac_t""no" 1>&6
3638 # Extract the first word of "pepsy", so it can be a program name with args.
3639 set dummy pepsy; ac_word=$2
3640 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3641 echo "configure:3642: checking for $ac_word" >&5
3642 if eval "test \"`echo '$''{'ac_cv_path_PEPSY'+set}'`\" = set"; then
3643 echo $ac_n "(cached) $ac_c" 1>&6
3647 ac_cv_path_PEPSY="$PEPSY" # Let the user override the test with a path.
3650 ac_cv_path_PEPSY="$PEPSY" # Let the user override the test with a dos path.
3653 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3655 for ac_dir in $ac_dummy; do
3656 test -z "$ac_dir" && ac_dir=.
3657 if test -f $ac_dir/$ac_word; then
3658 ac_cv_path_PEPSY="$ac_dir/$ac_word"
3666 PEPSY="$ac_cv_path_PEPSY"
3667 if test -n "$PEPSY"; then
3668 echo "$ac_t""$PEPSY" 1>&6
3670 echo "$ac_t""no" 1>&6
3677 if test $ol_with_kerberos = auto -o $ol_with_kerberos = k5 ; then
3678 for ac_hdr in kerberosIV/krb.h kerberosIV/des.h
3680 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3681 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3682 echo "configure:3683: checking for $ac_hdr" >&5
3683 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3684 echo $ac_n "(cached) $ac_c" 1>&6
3686 cat > conftest.$ac_ext <<EOF
3687 #line 3688 "configure"
3688 #include "confdefs.h"
3691 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3692 { (eval echo configure:3693: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3693 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3694 if test -z "$ac_err"; then
3696 eval "ac_cv_header_$ac_safe=yes"
3699 echo "configure: failed program was:" >&5
3700 cat conftest.$ac_ext >&5
3702 eval "ac_cv_header_$ac_safe=no"
3706 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3707 echo "$ac_t""yes" 1>&6
3708 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3709 cat >> confdefs.h <<EOF
3710 #define $ac_tr_hdr 1
3714 echo "$ac_t""no" 1>&6
3719 if test $ac_cv_header_kerberosIV_krb_h = yes ; then
3720 echo $ac_n "checking for main in -lkrb4""... $ac_c" 1>&6
3721 echo "configure:3722: checking for main in -lkrb4" >&5
3722 ac_lib_var=`echo krb4'_'main | sed 'y%./+-%__p_%'`
3723 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3724 echo $ac_n "(cached) $ac_c" 1>&6
3726 ac_save_LIBS="$LIBS"
3727 LIBS="-lkrb4 -lkrb5 -ldes425 $LIBS"
3728 cat > conftest.$ac_ext <<EOF
3729 #line 3730 "configure"
3730 #include "confdefs.h"
3736 if { (eval echo configure:3737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3738 eval "ac_cv_lib_$ac_lib_var=yes"
3740 echo "configure: failed program was:" >&5
3741 cat conftest.$ac_ext >&5
3743 eval "ac_cv_lib_$ac_lib_var=no"
3746 LIBS="$ac_save_LIBS"
3749 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3750 echo "$ac_t""yes" 1>&6
3753 echo "$ac_t""no" 1>&6
3758 if test $have_k5 = yes ; then
3759 ol_with_kerberos=found
3760 ol_link_kerberos=yes
3762 KRB_LIBS="-lkrb4 -lkrb5 -ldes425"
3764 LIBS="$KRB_LIBS $LIBS"
3766 echo $ac_n "checking for des_debug in Kerberos libraries""... $ac_c" 1>&6
3767 echo "configure:3768: checking for des_debug in Kerberos libraries" >&5
3768 if eval "test \"`echo '$''{'ol_cv_var_des_debug'+set}'`\" = set"; then
3769 echo $ac_n "(cached) $ac_c" 1>&6
3773 LIBS="$KRB_LIBS $LIBS"
3774 cat > conftest.$ac_ext <<EOF
3775 #line 3776 "configure"
3776 #include "confdefs.h"
3778 #include <kerberosIV/krb.h>
3779 #include <kerberosIV/des.h>
3780 extern int des_debug;
3788 if { (eval echo configure:3789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3790 ol_cv_var_des_debug=yes
3792 echo "configure: failed program was:" >&5
3793 cat conftest.$ac_ext >&5
3795 ol_cv_var_des_debug=no
3802 echo "$ac_t""$ol_cv_var_des_debug" 1>&6
3804 if test $ol_cv_var_des_debug = yes ; then
3805 cat >> confdefs.h <<\EOF
3806 #define HAVE_DES_DEBUG 1
3816 if test $ol_with_kerberos = auto -o $ol_with_kerberos = k4 ; then
3817 for ac_hdr in krb.h des.h
3819 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3820 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3821 echo "configure:3822: checking for $ac_hdr" >&5
3822 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3823 echo $ac_n "(cached) $ac_c" 1>&6
3825 cat > conftest.$ac_ext <<EOF
3826 #line 3827 "configure"
3827 #include "confdefs.h"
3830 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3831 { (eval echo configure:3832: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3832 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3833 if test -z "$ac_err"; then
3835 eval "ac_cv_header_$ac_safe=yes"
3838 echo "configure: failed program was:" >&5
3839 cat conftest.$ac_ext >&5
3841 eval "ac_cv_header_$ac_safe=no"
3845 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3846 echo "$ac_t""yes" 1>&6
3847 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3848 cat >> confdefs.h <<EOF
3849 #define $ac_tr_hdr 1
3853 echo "$ac_t""no" 1>&6
3858 if test $ac_cv_header_krb_h = yes ; then
3859 echo $ac_n "checking for main in -lkrb""... $ac_c" 1>&6
3860 echo "configure:3861: checking for main in -lkrb" >&5
3861 ac_lib_var=`echo krb'_'main | sed 'y%./+-%__p_%'`
3862 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3863 echo $ac_n "(cached) $ac_c" 1>&6
3865 ac_save_LIBS="$LIBS"
3866 LIBS="-lkrb -ldes $LIBS"
3867 cat > conftest.$ac_ext <<EOF
3868 #line 3869 "configure"
3869 #include "confdefs.h"
3875 if { (eval echo configure:3876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3877 eval "ac_cv_lib_$ac_lib_var=yes"
3879 echo "configure: failed program was:" >&5
3880 cat conftest.$ac_ext >&5
3882 eval "ac_cv_lib_$ac_lib_var=no"
3885 LIBS="$ac_save_LIBS"
3888 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3889 echo "$ac_t""yes" 1>&6
3892 echo "$ac_t""no" 1>&6
3897 if test $have_k4 = yes ; then
3898 ol_with_kerberos=found
3899 ol_link_kerberos=yes
3901 KRB_LIBS="-lkrb -ldes"
3906 if test $ol_link_kerberos = yes ; then
3907 cat >> confdefs.h <<\EOF
3908 #define HAVE_KERBEROS 1
3914 if test $ol_with_tls != no ; then
3918 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3919 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3920 echo "configure:3921: checking for $ac_hdr" >&5
3921 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3922 echo $ac_n "(cached) $ac_c" 1>&6
3924 cat > conftest.$ac_ext <<EOF
3925 #line 3926 "configure"
3926 #include "confdefs.h"
3929 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3930 { (eval echo configure:3931: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3931 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3932 if test -z "$ac_err"; then
3934 eval "ac_cv_header_$ac_safe=yes"
3937 echo "configure: failed program was:" >&5
3938 cat conftest.$ac_ext >&5
3940 eval "ac_cv_header_$ac_safe=no"
3944 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3945 echo "$ac_t""yes" 1>&6
3946 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3947 cat >> confdefs.h <<EOF
3948 #define $ac_tr_hdr 1
3952 echo "$ac_t""no" 1>&6
3957 if test $ac_cv_header_ssl_h = yes ; then
3958 echo $ac_n "checking for SSLeay_add_ssl_algorithms in -lssl""... $ac_c" 1>&6
3959 echo "configure:3960: checking for SSLeay_add_ssl_algorithms in -lssl" >&5
3960 ac_lib_var=`echo ssl'_'SSLeay_add_ssl_algorithms | sed 'y%./+-%__p_%'`
3961 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3962 echo $ac_n "(cached) $ac_c" 1>&6
3964 ac_save_LIBS="$LIBS"
3965 LIBS="-lssl -lcrypto $LIBS"
3966 cat > conftest.$ac_ext <<EOF
3967 #line 3968 "configure"
3968 #include "confdefs.h"
3969 /* Override any gcc2 internal prototype to avoid an error. */
3970 /* We use char because int might match the return type of a gcc2
3971 builtin and then its argument prototype would still apply. */
3972 char SSLeay_add_ssl_algorithms();
3975 SSLeay_add_ssl_algorithms()
3978 if { (eval echo configure:3979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3980 eval "ac_cv_lib_$ac_lib_var=yes"
3982 echo "configure: failed program was:" >&5
3983 cat conftest.$ac_ext >&5
3985 eval "ac_cv_lib_$ac_lib_var=no"
3988 LIBS="$ac_save_LIBS"
3991 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3992 echo "$ac_t""yes" 1>&6
3996 echo "$ac_t""no" 1>&6
4001 if test $have_ssleay = no ; then
4002 echo $ac_n "checking for ssl3_accept in -lssl""... $ac_c" 1>&6
4003 echo "configure:4004: checking for ssl3_accept in -lssl" >&5
4004 ac_lib_var=`echo ssl'_'ssl3_accept | sed 'y%./+-%__p_%'`
4005 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4006 echo $ac_n "(cached) $ac_c" 1>&6
4008 ac_save_LIBS="$LIBS"
4009 LIBS="-lssl -lcrypto -lRSAglue -lrsaref $LIBS"
4010 cat > conftest.$ac_ext <<EOF
4011 #line 4012 "configure"
4012 #include "confdefs.h"
4013 /* Override any gcc2 internal prototype to avoid an error. */
4014 /* We use char because int might match the return type of a gcc2
4015 builtin and then its argument prototype would still apply. */
4022 if { (eval echo configure:4023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4024 eval "ac_cv_lib_$ac_lib_var=yes"
4026 echo "configure: failed program was:" >&5
4027 cat conftest.$ac_ext >&5
4029 eval "ac_cv_lib_$ac_lib_var=no"
4032 LIBS="$ac_save_LIBS"
4035 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4036 echo "$ac_t""yes" 1>&6
4040 echo "$ac_t""no" 1>&6
4046 if test $have_ssleay = yes ; then
4050 cat >> confdefs.h <<\EOF
4051 #define HAVE_SSLEAY 1
4055 if test $need_rsaref = yes; then
4056 cat >> confdefs.h <<\EOF
4057 #define HAVE_RSAREF 1
4061 TLS_LIBS="-lssl -lcrypto -lRSAglue -lrsaref"
4063 TLS_LIBS="-lssl -lcrypto"
4069 if test $ol_link_tls = yes ; then
4070 cat >> confdefs.h <<\EOF
4078 gethostbyname_r gethostbyaddr_r \
4081 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4082 echo "configure:4083: checking for $ac_func" >&5
4083 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4084 echo $ac_n "(cached) $ac_c" 1>&6
4086 cat > conftest.$ac_ext <<EOF
4087 #line 4088 "configure"
4088 #include "confdefs.h"
4089 /* System header to define __stub macros and hopefully few prototypes,
4090 which can conflict with char $ac_func(); below. */
4092 /* Override any gcc2 internal prototype to avoid an error. */
4093 /* We use char because int might match the return type of a gcc2
4094 builtin and then its argument prototype would still apply. */
4099 /* The GNU C library defines this for functions which it implements
4100 to always fail with ENOSYS. Some functions are actually named
4101 something starting with __ and the normal name is an alias. */
4102 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4110 if { (eval echo configure:4111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4112 eval "ac_cv_func_$ac_func=yes"
4114 echo "configure: failed program was:" >&5
4115 cat conftest.$ac_ext >&5
4117 eval "ac_cv_func_$ac_func=no"
4122 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4123 echo "$ac_t""yes" 1>&6
4124 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4125 cat >> confdefs.h <<EOF
4126 #define $ac_tr_func 1
4130 echo "$ac_t""no" 1>&6
4135 if test "$ac_cv_func_ctime_r" = no ; then
4136 ol_cv_func_ctime_r_nargs=0
4138 echo $ac_n "checking number of arguments of ctime_r""... $ac_c" 1>&6
4139 echo "configure:4140: checking number of arguments of ctime_r" >&5
4140 if eval "test \"`echo '$''{'ol_cv_func_ctime_r_nargs'+set}'`\" = set"; then
4141 echo $ac_n "(cached) $ac_c" 1>&6
4143 cat > conftest.$ac_ext <<EOF
4144 #line 4145 "configure"
4145 #include "confdefs.h"
4148 time_t ti; char *buffer; ctime_r(&ti,buffer,32);
4151 if { (eval echo configure:4152: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4153 ol_cv_func_ctime_r_nargs=3
4155 echo "configure: failed program was:" >&5
4156 cat conftest.$ac_ext >&5
4158 cat > conftest.$ac_ext <<EOF
4159 #line 4160 "configure"
4160 #include "confdefs.h"
4163 time_t ti; char *buffer; ctime_r(&ti,buffer);
4166 if { (eval echo configure:4167: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4168 ol_cv_func_ctime_r_nargs=2
4170 echo "configure: failed program was:" >&5
4171 cat conftest.$ac_ext >&5
4173 ol_cv_func_ctime_r_nargs=0
4180 echo "$ac_t""$ol_cv_func_ctime_r_nargs" 1>&6
4181 if test $ol_cv_func_ctime_r_nargs -gt 1 ; then
4182 cat >> confdefs.h <<EOF
4183 #define CTIME_R_NARGS $ol_cv_func_ctime_r_nargs
4190 if test "$ac_cv_func_gethostbyname_r" = yes ; then
4191 echo $ac_n "checking number of arguments of gethostbyname_r""... $ac_c" 1>&6
4192 echo "configure:4193: checking number of arguments of gethostbyname_r" >&5
4193 if eval "test \"`echo '$''{'ol_cv_func_gethostbyname_r_nargs'+set}'`\" = set"; then
4194 echo $ac_n "(cached) $ac_c" 1>&6
4196 cat > conftest.$ac_ext <<EOF
4197 #line 4198 "configure"
4198 #include "confdefs.h"
4199 #include <sys/types.h>
4200 #include <sys/socket.h>
4201 #include <netinet/in.h>
4203 #define BUFSIZE (sizeof(struct hostent)+10)
4205 struct hostent hent; char buffer[BUFSIZE];
4206 int bufsize=BUFSIZE;int h_errno;
4207 (void)gethostbyname_r("segovia.cs.purdue.edu", &hent,
4208 buffer, bufsize, &h_errno);
4211 if { (eval echo configure:4212: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4213 ol_cv_func_gethostbyname_r_nargs=5
4215 echo "configure: failed program was:" >&5
4216 cat conftest.$ac_ext >&5
4218 cat > conftest.$ac_ext <<EOF
4219 #line 4220 "configure"
4220 #include "confdefs.h"
4221 #include <sys/types.h>
4222 #include <sys/socket.h>
4223 #include <netinet/in.h>
4225 #define BUFSIZE (sizeof(struct hostent)+10)
4227 struct hostent hent;struct hostent *rhent;
4228 char buffer[BUFSIZE];
4229 int bufsize=BUFSIZE;int h_errno;
4230 (void)gethostbyname_r("localhost", &hent, buffer, bufsize,
4234 if { (eval echo configure:4235: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4236 ol_cv_func_gethostbyname_r_nargs=6
4238 echo "configure: failed program was:" >&5
4239 cat conftest.$ac_ext >&5
4241 ol_cv_func_gethostbyname_r_nargs=0
4248 echo "$ac_t""$ol_cv_func_gethostbyname_r_nargs" 1>&6
4249 if test $ol_cv_func_gethostbyname_r_nargs -gt 1 ; then
4250 cat >> confdefs.h <<EOF
4251 #define GETHOSTBYNAME_R_NARGS $ol_cv_func_gethostbyname_r_nargs
4257 ol_cv_func_gethostbyname_r_nargs=0
4260 if test "$ac_cv_func_gethostbyaddr_r" = yes ; then
4261 echo $ac_n "checking number of arguments of gethostbyaddr_r""... $ac_c" 1>&6
4262 echo "configure:4263: checking number of arguments of gethostbyaddr_r" >&5
4263 if eval "test \"`echo '$''{'ol_cv_func_gethostbyaddr_r_nargs'+set}'`\" = set"; then
4264 echo $ac_n "(cached) $ac_c" 1>&6
4266 cat > conftest.$ac_ext <<EOF
4267 #line 4268 "configure"
4268 #include "confdefs.h"
4269 #include <sys/types.h>
4270 #include <sys/socket.h>
4271 #include <netinet/in.h>
4273 #define BUFSIZE (sizeof(struct hostent)+10)
4275 struct hostent hent; char buffer[BUFSIZE];
4277 size_t alen=sizeof(struct in_addr);
4278 int bufsize=BUFSIZE;int h_errno;
4279 (void)gethostbyaddr_r( (void *)&(add.s_addr),
4280 alen, AF_INET, &hent, buffer, bufsize, &h_errno);
4283 if { (eval echo configure:4284: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4285 ol_cv_func_gethostbyaddr_r_nargs=7
4287 echo "configure: failed program was:" >&5
4288 cat conftest.$ac_ext >&5
4290 cat > conftest.$ac_ext <<EOF
4291 #line 4292 "configure"
4292 #include "confdefs.h"
4293 #include <sys/types.h>
4294 #include <sys/socket.h>
4295 #include <netinet/in.h>
4297 #define BUFSIZE (sizeof(struct hostent)+10)
4299 struct hostent hent;
4300 struct hostent *rhent; char buffer[BUFSIZE];
4302 size_t alen=sizeof(struct in_addr);
4303 int bufsize=BUFSIZE;int h_errno;
4304 (void)gethostbyaddr_r( (void *)&(add.s_addr),
4305 alen, AF_INET, &hent, buffer, bufsize,
4309 if { (eval echo configure:4310: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4311 ol_cv_func_gethostbyaddr_r_nargs=8
4313 echo "configure: failed program was:" >&5
4314 cat conftest.$ac_ext >&5
4316 ol_cv_func_gethostbyaddr_r_nargs=0
4323 echo "$ac_t""$ol_cv_func_gethostbyaddr_r_nargs" 1>&6
4324 if test $ol_cv_func_gethostbyaddr_r_nargs -gt 1 ; then
4325 cat >> confdefs.h <<EOF
4326 #define GETHOSTBYADDR_R_NARGS $ol_cv_func_gethostbyaddr_r_nargs
4332 ol_cv_func_gethostbyaddr_r_nargs=0
4335 if test "$ac_cv_func_ctime_r" = yes \
4336 -a "$ol_cv_func_ctime_r_nargs" -ge 2 \
4337 -a "$ol_cv_func_ctime_r_nargs" -le 3 \
4338 -a "$ac_cv_func_gethostbyname_r" = yes \
4339 -a "$ol_cv_func_gethostbyname_r_nargs" -ge 5 \
4340 -a "$ol_cv_func_gethostbyname_r_nargs" -le 6 \
4341 -a "$ac_cv_func_gethostbyaddr_r" = yes \
4342 -a "$ol_cv_func_gethostbyaddr_r_nargs" -ge 5 \
4343 -a "$ol_cv_func_gethostbyaddr_r_nargs" -le 6 \
4346 cat >> confdefs.h <<\EOF
4347 #define LDAP_API_FEATURE_X_OPENLDAP_REENTRANT 1
4353 if test $ol_with_threads = auto -o $ol_with_threads = yes \
4354 -o $ol_with_threads = posix ; then
4356 for ac_hdr in pthread.h sched.h
4358 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4359 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4360 echo "configure:4361: checking for $ac_hdr" >&5
4361 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4362 echo $ac_n "(cached) $ac_c" 1>&6
4364 cat > conftest.$ac_ext <<EOF
4365 #line 4366 "configure"
4366 #include "confdefs.h"
4369 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4370 { (eval echo configure:4371: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4371 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4372 if test -z "$ac_err"; then
4374 eval "ac_cv_header_$ac_safe=yes"
4377 echo "configure: failed program was:" >&5
4378 cat conftest.$ac_ext >&5
4380 eval "ac_cv_header_$ac_safe=no"
4384 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4385 echo "$ac_t""yes" 1>&6
4386 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4387 cat >> confdefs.h <<EOF
4388 #define $ac_tr_hdr 1
4392 echo "$ac_t""no" 1>&6
4397 if test $ac_cv_header_pthread_h = yes ; then
4398 echo $ac_n "checking POSIX thread version""... $ac_c" 1>&6
4399 echo "configure:4400: checking POSIX thread version" >&5
4400 if eval "test \"`echo '$''{'ol_cv_pthread_version'+set}'`\" = set"; then
4401 echo $ac_n "(cached) $ac_c" 1>&6
4404 cat > conftest.$ac_ext <<EOF
4405 #line 4406 "configure"
4406 #include "confdefs.h"
4408 # include <pthread.h>
4409 /* this check could be improved */
4410 # ifdef PTHREAD_ONCE_INIT
4411 pthread_version_final
4415 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4416 egrep "pthread_version_final" >/dev/null 2>&1; then
4418 ol_pthread_final=yes
4426 cat > conftest.$ac_ext <<EOF
4427 #line 4428 "configure"
4428 #include "confdefs.h"
4430 # include <pthread.h>
4431 /* this check could be improved */
4432 # ifdef pthread_once_init
4433 pthread_version_draft4
4437 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4438 egrep "pthread_version_draft4" >/dev/null 2>&1; then
4440 ol_pthread_draft4=yes
4443 ol_pthread_draft4=no
4448 if test $ol_pthread_final = yes -a $ol_pthread_draft4 = no; then
4449 ol_cv_pthread_version=final
4450 elif test $ol_pthread_final = no -a $ol_pthread_draft4 = yes; then
4451 ol_cv_pthread_version=draft4
4453 ol_cv_pthread_version=unknown
4458 echo "$ac_t""$ol_cv_pthread_version" 1>&6
4461 if test $ol_cv_pthread_version = final ; then
4462 cat >> confdefs.h <<\EOF
4463 #define HAVE_PTHREADS_FINAL 1
4466 elif test $ol_cv_pthread_version = draft4 ; then
4467 cat >> confdefs.h <<\EOF
4468 #define HAVE_PTHREADS_D4 1
4472 { echo "configure: error: unknown pthread version" 1>&2; exit 1; }
4475 # consider threads found
4476 ol_with_threads=found
4479 echo $ac_n "checking for LinuxThreads""... $ac_c" 1>&6
4480 echo "configure:4481: checking for LinuxThreads" >&5
4481 if eval "test \"`echo '$''{'ol_cv_linux_threads'+set}'`\" = set"; then
4482 echo $ac_n "(cached) $ac_c" 1>&6
4485 res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l`
4486 if test "$res" -gt 0 ; then
4487 ol_cv_linux_threads=yes
4489 ol_cv_linux_threads=no
4494 echo "$ac_t""$ol_cv_linux_threads" 1>&6
4497 if test $ol_cv_linux_threads = yes ; then
4498 cat >> confdefs.h <<\EOF
4499 #define HAVE_LINUX_THREADS 1
4505 echo $ac_n "checking for pthread_create in default libraries""... $ac_c" 1>&6
4506 echo "configure:4507: checking for pthread_create in default libraries" >&5
4507 if eval "test \"`echo '$''{'ol_cv_pthread_create'+set}'`\" = set"; then
4508 echo $ac_n "(cached) $ac_c" 1>&6
4511 if test "$cross_compiling" = yes; then
4512 ol_cv_pthread_create=yes
4514 cat > conftest.$ac_ext <<EOF
4515 #line 4516 "configure"
4516 #include "confdefs.h"
4518 #include <pthread.h>
4520 #define NULL (void*)0
4523 static void *task(p)
4526 return (void *) (p == NULL);
4529 int main(argc, argv)
4534 #if HAVE_PTHREADS_D4
4535 exit(pthread_create(&t, pthread_attr_default, task, NULL));
4537 exit(pthread_create(&t, NULL, task, NULL));
4542 if { (eval echo configure:4543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4544 ol_cv_pthread_create=yes
4546 echo "configure: failed program was:" >&5
4547 cat conftest.$ac_ext >&5
4549 ol_cv_pthread_create=no
4556 echo "$ac_t""$ol_cv_pthread_create" 1>&6
4558 if test $ol_cv_pthread_create != no ; then
4559 ol_link_threads=posix
4562 if test $ol_link_threads = no ; then
4563 echo $ac_n "checking for pthread_create with -mt""... $ac_c" 1>&6
4564 echo "configure:4565: checking for pthread_create with -mt" >&5
4565 if eval "test \"`echo '$''{'ol_cv_thread_flag'+set}'`\" = set"; then
4566 echo $ac_n "(cached) $ac_c" 1>&6
4571 cat > conftest.$ac_ext <<EOF
4572 #line 4573 "configure"
4573 #include "confdefs.h"
4574 char pthread_create();
4579 if { (eval echo configure:4580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4581 ol_cv_thread_flag=yes
4583 echo "configure: failed program was:" >&5
4584 cat conftest.$ac_ext >&5
4586 ol_cv_thread_flag=no
4593 echo "$ac_t""$ol_cv_thread_flag" 1>&6
4595 if test $ol_cv_thread_flag = yes ; then
4596 LTHREAD_LIBS="$LTHREAD_LIBS -mt"
4597 ol_link_threads=posix
4601 if test $ol_link_threads = no ; then
4602 echo $ac_n "checking for pthread_create with -kthread""... $ac_c" 1>&6
4603 echo "configure:4604: checking for pthread_create with -kthread" >&5
4604 if eval "test \"`echo '$''{'ol_cv_kthread_flag'+set}'`\" = set"; then
4605 echo $ac_n "(cached) $ac_c" 1>&6
4609 LIBS="-kthread $LIBS"
4610 cat > conftest.$ac_ext <<EOF
4611 #line 4612 "configure"
4612 #include "confdefs.h"
4613 #include <pthread.h>
4616 #if HAVE_PTHREADS_D4
4617 pthread_create(NULL,pthread_attr_default,NULL,NULL);
4619 pthread_create(NULL,NULL,NULL,NULL);
4624 if { (eval echo configure:4625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4626 ol_cv_kthread_flag=yes
4628 echo "configure: failed program was:" >&5
4629 cat conftest.$ac_ext >&5
4631 ol_cv_kthread_flag=no
4638 echo "$ac_t""$ol_cv_kthread_flag" 1>&6
4640 if test $ol_cv_kthread_flag = yes ; then
4641 LTHREAD_LIBS="$LTHREAD_LIBS -kthread"
4642 ol_link_threads=posix
4646 if test $ol_link_threads = no ; then
4647 echo $ac_n "checking for pthread_create with -pthread""... $ac_c" 1>&6
4648 echo "configure:4649: checking for pthread_create with -pthread" >&5
4649 if eval "test \"`echo '$''{'ol_cv_pthread_flag'+set}'`\" = set"; then
4650 echo $ac_n "(cached) $ac_c" 1>&6
4654 LIBS="-pthread $LIBS"
4655 cat > conftest.$ac_ext <<EOF
4656 #line 4657 "configure"
4657 #include "confdefs.h"
4658 #include <pthread.h>
4661 #if HAVE_PTHREADS_D4
4662 pthread_create(NULL,pthread_attr_default,NULL,NULL);
4664 pthread_create(NULL,NULL,NULL,NULL);
4669 if { (eval echo configure:4670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4671 ol_cv_pthread_flag=yes
4673 echo "configure: failed program was:" >&5
4674 cat conftest.$ac_ext >&5
4676 ol_cv_pthread_flag=no
4683 echo "$ac_t""$ol_cv_pthread_flag" 1>&6
4685 if test $ol_cv_pthread_flag = yes ; then
4686 LTHREAD_LIBS="$LTHREAD_LIBS -pthread"
4687 ol_link_threads=posix
4691 if test $ol_link_threads = no ; then
4692 echo $ac_n "checking for pthread_create with -pthreads""... $ac_c" 1>&6
4693 echo "configure:4694: checking for pthread_create with -pthreads" >&5
4694 if eval "test \"`echo '$''{'ol_cv_pthreads_flag'+set}'`\" = set"; then
4695 echo $ac_n "(cached) $ac_c" 1>&6
4699 LIBS="-pthreads $LIBS"
4700 cat > conftest.$ac_ext <<EOF
4701 #line 4702 "configure"
4702 #include "confdefs.h"
4703 #include <pthread.h>
4706 #if HAVE_PTHREADS_D4
4707 pthread_create(NULL,pthread_attr_default,NULL,NULL);
4709 pthread_create(NULL,NULL,NULL,NULL);
4714 if { (eval echo configure:4715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4716 ol_cv_pthreads_flag=yes
4718 echo "configure: failed program was:" >&5
4719 cat conftest.$ac_ext >&5
4721 ol_cv_pthreads_flag=no
4728 echo "$ac_t""$ol_cv_pthreads_flag" 1>&6
4730 if test $ol_cv_pthreads_flag = yes ; then
4731 LTHREAD_LIBS="$LTHREAD_LIBS -pthreads"
4732 ol_link_threads=posix
4736 if test $ol_link_threads = no ; then
4737 echo $ac_n "checking for pthread_create with -thread""... $ac_c" 1>&6
4738 echo "configure:4739: checking for pthread_create with -thread" >&5
4739 if eval "test \"`echo '$''{'ol_cv_thread_flag'+set}'`\" = set"; then
4740 echo $ac_n "(cached) $ac_c" 1>&6
4744 LIBS="-thread $LIBS"
4745 cat > conftest.$ac_ext <<EOF
4746 #line 4747 "configure"
4747 #include "confdefs.h"
4748 char pthread_create();
4753 if { (eval echo configure:4754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4755 ol_cv_thread_flag=yes
4757 echo "configure: failed program was:" >&5
4758 cat conftest.$ac_ext >&5
4760 ol_cv_thread_flag=no
4767 echo "$ac_t""$ol_cv_thread_flag" 1>&6
4769 if test $ol_cv_thread_flag = yes ; then
4770 LTHREAD_LIBS="$LTHREAD_LIBS -thread"
4771 ol_link_threads=posix
4775 if test $ol_link_threads = no ; then
4777 echo $ac_n "checking for pthread_mutex_unlock in -lpthread""... $ac_c" 1>&6
4778 echo "configure:4779: checking for pthread_mutex_unlock in -lpthread" >&5
4779 ac_lib_var=`echo pthread'_'pthread_mutex_unlock | sed 'y%./+-%__p_%'`
4780 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4781 echo $ac_n "(cached) $ac_c" 1>&6
4783 ac_save_LIBS="$LIBS"
4784 LIBS="-lpthread -lmach -lexc -lc_r $LIBS"
4785 cat > conftest.$ac_ext <<EOF
4786 #line 4787 "configure"
4787 #include "confdefs.h"
4788 /* Override any gcc2 internal prototype to avoid an error. */
4789 /* We use char because int might match the return type of a gcc2
4790 builtin and then its argument prototype would still apply. */
4791 char pthread_mutex_unlock();
4794 pthread_mutex_unlock()
4797 if { (eval echo configure:4798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4799 eval "ac_cv_lib_$ac_lib_var=yes"
4801 echo "configure: failed program was:" >&5
4802 cat conftest.$ac_ext >&5
4804 eval "ac_cv_lib_$ac_lib_var=no"
4807 LIBS="$ac_save_LIBS"
4810 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4811 echo "$ac_t""yes" 1>&6
4813 ol_link_threads=posix
4814 LTHREAD_LIBS="$LTHREAD_LIBS -lpthread -lmach -lexc -lc_r"
4815 if test $ol_with_yielding_select = auto ; then
4816 ol_with_yielding_select=yes
4820 echo "$ac_t""no" 1>&6
4827 if test $ol_link_threads = no ; then
4829 echo $ac_n "checking for pthread_mutex_lock in -lpthread""... $ac_c" 1>&6
4830 echo "configure:4831: checking for pthread_mutex_lock in -lpthread" >&5
4831 ac_lib_var=`echo pthread'_'pthread_mutex_lock | sed 'y%./+-%__p_%'`
4832 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4833 echo $ac_n "(cached) $ac_c" 1>&6
4835 ac_save_LIBS="$LIBS"
4836 LIBS="-lpthread -lmach -lexc $LIBS"
4837 cat > conftest.$ac_ext <<EOF
4838 #line 4839 "configure"
4839 #include "confdefs.h"
4840 /* Override any gcc2 internal prototype to avoid an error. */
4841 /* We use char because int might match the return type of a gcc2
4842 builtin and then its argument prototype would still apply. */
4843 char pthread_mutex_lock();
4846 pthread_mutex_lock()
4849 if { (eval echo configure:4850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4851 eval "ac_cv_lib_$ac_lib_var=yes"
4853 echo "configure: failed program was:" >&5
4854 cat conftest.$ac_ext >&5
4856 eval "ac_cv_lib_$ac_lib_var=no"
4859 LIBS="$ac_save_LIBS"
4862 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4863 echo "$ac_t""yes" 1>&6
4865 ol_link_threads=posix
4866 LTHREAD_LIBS="$LTHREAD_LIBS -lpthread -lmach -lexc"
4867 if test $ol_with_yielding_select = auto ; then
4868 ol_with_yielding_select=yes
4872 echo "$ac_t""no" 1>&6
4879 if test $ol_link_threads = no ; then
4881 echo $ac_n "checking for pthread_mutex_trylock in -lpthread""... $ac_c" 1>&6
4882 echo "configure:4883: checking for pthread_mutex_trylock in -lpthread" >&5
4883 ac_lib_var=`echo pthread'_'pthread_mutex_trylock | sed 'y%./+-%__p_%'`
4884 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4885 echo $ac_n "(cached) $ac_c" 1>&6
4887 ac_save_LIBS="$LIBS"
4888 LIBS="-lpthread -lexc $LIBS"
4889 cat > conftest.$ac_ext <<EOF
4890 #line 4891 "configure"
4891 #include "confdefs.h"
4892 /* Override any gcc2 internal prototype to avoid an error. */
4893 /* We use char because int might match the return type of a gcc2
4894 builtin and then its argument prototype would still apply. */
4895 char pthread_mutex_trylock();
4898 pthread_mutex_trylock()
4901 if { (eval echo configure:4902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4903 eval "ac_cv_lib_$ac_lib_var=yes"
4905 echo "configure: failed program was:" >&5
4906 cat conftest.$ac_ext >&5
4908 eval "ac_cv_lib_$ac_lib_var=no"
4911 LIBS="$ac_save_LIBS"
4914 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4915 echo "$ac_t""yes" 1>&6
4917 ol_link_threads=posix
4918 LTHREAD_LIBS="$LTHREAD_LIBS -lpthread -lexc"
4919 if test $ol_with_yielding_select = auto ; then
4920 ol_with_yielding_select=yes
4924 echo "$ac_t""no" 1>&6
4931 if test $ol_link_threads = no ; then
4933 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
4934 echo "configure:4935: checking for pthread_create in -lpthread" >&5
4935 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
4936 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4937 echo $ac_n "(cached) $ac_c" 1>&6
4939 ac_save_LIBS="$LIBS"
4940 LIBS="-lpthread $LIBS"
4941 cat > conftest.$ac_ext <<EOF
4942 #line 4943 "configure"
4943 #include "confdefs.h"
4944 /* Override any gcc2 internal prototype to avoid an error. */
4945 /* We use char because int might match the return type of a gcc2
4946 builtin and then its argument prototype would still apply. */
4947 char pthread_create();
4953 if { (eval echo configure:4954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4955 eval "ac_cv_lib_$ac_lib_var=yes"
4957 echo "configure: failed program was:" >&5
4958 cat conftest.$ac_ext >&5
4960 eval "ac_cv_lib_$ac_lib_var=no"
4963 LIBS="$ac_save_LIBS"
4966 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4967 echo "$ac_t""yes" 1>&6
4969 ol_link_threads=posix
4970 LTHREAD_LIBS="$LTHREAD_LIBS -lpthread"
4972 echo "$ac_t""no" 1>&6
4979 if test $ol_link_threads = no ; then
4981 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
4982 echo "configure:4983: checking for pthread_create in -lc_r" >&5
4983 ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
4984 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4985 echo $ac_n "(cached) $ac_c" 1>&6
4987 ac_save_LIBS="$LIBS"
4989 cat > conftest.$ac_ext <<EOF
4990 #line 4991 "configure"
4991 #include "confdefs.h"
4992 /* Override any gcc2 internal prototype to avoid an error. */
4993 /* We use char because int might match the return type of a gcc2
4994 builtin and then its argument prototype would still apply. */
4995 char pthread_create();
5001 if { (eval echo configure:5002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5003 eval "ac_cv_lib_$ac_lib_var=yes"
5005 echo "configure: failed program was:" >&5
5006 cat conftest.$ac_ext >&5
5008 eval "ac_cv_lib_$ac_lib_var=no"
5011 LIBS="$ac_save_LIBS"
5014 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5015 echo "$ac_t""yes" 1>&6
5017 ol_link_threads=posix
5018 LTHREAD_LIBS="$LTHREAD_LIBS -lc_r"
5020 echo "$ac_t""no" 1>&6
5027 if test $ol_link_threads = no ; then
5029 echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6
5030 echo "configure:5031: checking for pthread_create in -lpthreads" >&5
5031 ac_lib_var=`echo pthreads'_'pthread_create | sed 'y%./+-%__p_%'`
5032 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5033 echo $ac_n "(cached) $ac_c" 1>&6
5035 ac_save_LIBS="$LIBS"
5036 LIBS="-lpthreads $LIBS"
5037 cat > conftest.$ac_ext <<EOF
5038 #line 5039 "configure"
5039 #include "confdefs.h"
5040 /* Override any gcc2 internal prototype to avoid an error. */
5041 /* We use char because int might match the return type of a gcc2
5042 builtin and then its argument prototype would still apply. */
5043 char pthread_create();
5049 if { (eval echo configure:5050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5051 eval "ac_cv_lib_$ac_lib_var=yes"
5053 echo "configure: failed program was:" >&5
5054 cat conftest.$ac_ext >&5
5056 eval "ac_cv_lib_$ac_lib_var=no"
5059 LIBS="$ac_save_LIBS"
5062 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5063 echo "$ac_t""yes" 1>&6
5065 ol_link_threads=posix
5066 LTHREAD_LIBS="$LTHREAD_LIBS -lpthreads"
5068 echo "$ac_t""no" 1>&6
5075 if test $ol_link_threads = no ; then
5077 echo $ac_n "checking for pthread_join in -lpthreads""... $ac_c" 1>&6
5078 echo "configure:5079: checking for pthread_join in -lpthreads" >&5
5079 ac_lib_var=`echo pthreads'_'pthread_join | sed 'y%./+-%__p_%'`
5080 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5081 echo $ac_n "(cached) $ac_c" 1>&6
5083 ac_save_LIBS="$LIBS"
5084 LIBS="-lpthreads -Wl,-woff,85 $LIBS"
5085 cat > conftest.$ac_ext <<EOF
5086 #line 5087 "configure"
5087 #include "confdefs.h"
5088 /* Override any gcc2 internal prototype to avoid an error. */
5089 /* We use char because int might match the return type of a gcc2
5090 builtin and then its argument prototype would still apply. */
5091 char pthread_join();
5097 if { (eval echo configure:5098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5099 eval "ac_cv_lib_$ac_lib_var=yes"
5101 echo "configure: failed program was:" >&5
5102 cat conftest.$ac_ext >&5
5104 eval "ac_cv_lib_$ac_lib_var=no"
5107 LIBS="$ac_save_LIBS"
5110 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5111 echo "$ac_t""yes" 1>&6
5113 ol_link_threads=posix
5114 LTHREAD_LIBS="$LTHREAD_LIBS -lpthreads"
5117 echo "$ac_t""no" 1>&6
5124 if test $ol_link_threads = no ; then
5125 echo $ac_n "checking for pthread_create with -threads""... $ac_c" 1>&6
5126 echo "configure:5127: checking for pthread_create with -threads" >&5
5127 if eval "test \"`echo '$''{'ol_cv_thread_flag'+set}'`\" = set"; then
5128 echo $ac_n "(cached) $ac_c" 1>&6
5132 LIBS="-threads $LIBS"
5133 cat > conftest.$ac_ext <<EOF
5134 #line 5135 "configure"
5135 #include "confdefs.h"
5136 char pthread_create();
5143 if { (eval echo configure:5144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5145 ol_cv_thread_flag=yes
5147 echo "configure: failed program was:" >&5
5148 cat conftest.$ac_ext >&5
5150 ol_cv_thread_flag=no
5157 echo "$ac_t""$ol_cv_thread_flag" 1>&6
5159 if test $ol_cv_thread_flag = yes ; then
5160 LTHREAD_LIBS="$LTHREAD_LIBS -threads"
5161 ol_link_threads=posix
5165 if test $ol_link_threads = no ; then
5167 echo $ac_n "checking for pthread_mutex_unlock in -lpthreads""... $ac_c" 1>&6
5168 echo "configure:5169: checking for pthread_mutex_unlock in -lpthreads" >&5
5169 ac_lib_var=`echo pthreads'_'pthread_mutex_unlock | sed 'y%./+-%__p_%'`
5170 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5171 echo $ac_n "(cached) $ac_c" 1>&6
5173 ac_save_LIBS="$LIBS"
5174 LIBS="-lpthreads -lmach -lexc -lc_r $LIBS"
5175 cat > conftest.$ac_ext <<EOF
5176 #line 5177 "configure"
5177 #include "confdefs.h"
5178 /* Override any gcc2 internal prototype to avoid an error. */
5179 /* We use char because int might match the return type of a gcc2
5180 builtin and then its argument prototype would still apply. */
5181 char pthread_mutex_unlock();
5184 pthread_mutex_unlock()
5187 if { (eval echo configure:5188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5189 eval "ac_cv_lib_$ac_lib_var=yes"
5191 echo "configure: failed program was:" >&5
5192 cat conftest.$ac_ext >&5
5194 eval "ac_cv_lib_$ac_lib_var=no"
5197 LIBS="$ac_save_LIBS"
5200 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5201 echo "$ac_t""yes" 1>&6
5203 ol_link_threads=posix
5204 LTHREAD_LIBS="$LTHREAD_LIBS -lpthreads -lmach -lexc -lc_r"
5205 if test $ol_with_yielding_select = auto ; then
5206 ol_with_yielding_select=yes
5210 echo "$ac_t""no" 1>&6
5217 if test $ol_link_threads = no ; then
5219 echo $ac_n "checking for pthread_mutex_lock in -lpthreads""... $ac_c" 1>&6
5220 echo "configure:5221: checking for pthread_mutex_lock in -lpthreads" >&5
5221 ac_lib_var=`echo pthreads'_'pthread_mutex_lock | sed 'y%./+-%__p_%'`
5222 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5223 echo $ac_n "(cached) $ac_c" 1>&6
5225 ac_save_LIBS="$LIBS"
5226 LIBS="-lpthreads -lmach -lexc $LIBS"
5227 cat > conftest.$ac_ext <<EOF
5228 #line 5229 "configure"
5229 #include "confdefs.h"
5230 /* Override any gcc2 internal prototype to avoid an error. */
5231 /* We use char because int might match the return type of a gcc2
5232 builtin and then its argument prototype would still apply. */
5233 char pthread_mutex_lock();
5236 pthread_mutex_lock()
5239 if { (eval echo configure:5240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5241 eval "ac_cv_lib_$ac_lib_var=yes"
5243 echo "configure: failed program was:" >&5
5244 cat conftest.$ac_ext >&5
5246 eval "ac_cv_lib_$ac_lib_var=no"
5249 LIBS="$ac_save_LIBS"
5252 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5253 echo "$ac_t""yes" 1>&6
5255 ol_link_threads=posix
5256 LTHREAD_LIBS="$LTHREAD_LIBS -lpthreads -lmach -lexc"
5257 if test $ol_with_yielding_select = auto ; then
5258 ol_with_yielding_select=yes
5262 echo "$ac_t""no" 1>&6
5269 if test $ol_link_threads = no ; then
5271 echo $ac_n "checking for pthread_mutex_trylock in -lpthreads""... $ac_c" 1>&6
5272 echo "configure:5273: checking for pthread_mutex_trylock in -lpthreads" >&5
5273 ac_lib_var=`echo pthreads'_'pthread_mutex_trylock | sed 'y%./+-%__p_%'`
5274 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5275 echo $ac_n "(cached) $ac_c" 1>&6
5277 ac_save_LIBS="$LIBS"
5278 LIBS="-lpthreads -lexc $LIBS"
5279 cat > conftest.$ac_ext <<EOF
5280 #line 5281 "configure"
5281 #include "confdefs.h"
5282 /* Override any gcc2 internal prototype to avoid an error. */
5283 /* We use char because int might match the return type of a gcc2
5284 builtin and then its argument prototype would still apply. */
5285 char pthread_mutex_trylock();
5288 pthread_mutex_trylock()
5291 if { (eval echo configure:5292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5293 eval "ac_cv_lib_$ac_lib_var=yes"
5295 echo "configure: failed program was:" >&5
5296 cat conftest.$ac_ext >&5
5298 eval "ac_cv_lib_$ac_lib_var=no"
5301 LIBS="$ac_save_LIBS"
5304 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5305 echo "$ac_t""yes" 1>&6
5307 ol_link_threads=posix
5308 LTHREAD_LIBS="$LTHREAD_LIBS -lpthreads -lexc"
5309 if test $ol_with_yielding_select = auto ; then
5310 ol_with_yielding_select=yes
5314 echo "$ac_t""no" 1>&6
5321 if test $ol_link_threads != no ; then
5322 cat >> confdefs.h <<\EOF
5323 #define HAVE_PTHREADS 1
5327 save_CPPFLAGS="$CPPFLAGS"
5329 LIBS="$LTHREAD_LIBS $LIBS"
5331 for ac_func in sched_yield pthread_yield
5333 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5334 echo "configure:5335: checking for $ac_func" >&5
5335 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5336 echo $ac_n "(cached) $ac_c" 1>&6
5338 cat > conftest.$ac_ext <<EOF
5339 #line 5340 "configure"
5340 #include "confdefs.h"
5341 /* System header to define __stub macros and hopefully few prototypes,
5342 which can conflict with char $ac_func(); below. */
5344 /* Override any gcc2 internal prototype to avoid an error. */
5345 /* We use char because int might match the return type of a gcc2
5346 builtin and then its argument prototype would still apply. */
5351 /* The GNU C library defines this for functions which it implements
5352 to always fail with ENOSYS. Some functions are actually named
5353 something starting with __ and the normal name is an alias. */
5354 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5362 if { (eval echo configure:5363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5364 eval "ac_cv_func_$ac_func=yes"
5366 echo "configure: failed program was:" >&5
5367 cat conftest.$ac_ext >&5
5369 eval "ac_cv_func_$ac_func=no"
5374 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5375 echo "$ac_t""yes" 1>&6
5376 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5377 cat >> confdefs.h <<EOF
5378 #define $ac_tr_func 1
5382 echo "$ac_t""no" 1>&6
5387 if test $ac_cv_func_sched_yield = no -a \
5388 $ac_cv_func_pthread_yield = no ; then
5389 echo $ac_n "checking for sched_yield in -lrt""... $ac_c" 1>&6
5390 echo "configure:5391: checking for sched_yield in -lrt" >&5
5391 ac_lib_var=`echo rt'_'sched_yield | sed 'y%./+-%__p_%'`
5392 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5393 echo $ac_n "(cached) $ac_c" 1>&6
5395 ac_save_LIBS="$LIBS"
5397 cat > conftest.$ac_ext <<EOF
5398 #line 5399 "configure"
5399 #include "confdefs.h"
5400 /* Override any gcc2 internal prototype to avoid an error. */
5401 /* We use char because int might match the return type of a gcc2
5402 builtin and then its argument prototype would still apply. */
5409 if { (eval echo configure:5410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5411 eval "ac_cv_lib_$ac_lib_var=yes"
5413 echo "configure: failed program was:" >&5
5414 cat conftest.$ac_ext >&5
5416 eval "ac_cv_lib_$ac_lib_var=no"
5419 LIBS="$ac_save_LIBS"
5422 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5423 echo "$ac_t""yes" 1>&6
5424 LTHREAD_LIBS="$LTHREAD_LIBS -lrt"
5425 cat >> confdefs.h <<\EOF
5426 #define HAVE_SCHED_YIELD 1
5429 ac_cv_func_sched_yield=yes
5431 echo "$ac_t""no" 1>&6
5432 ac_cv_func_sched_yield=no
5436 if test $ac_cv_func_sched_yield = no -a \
5437 $ac_cv_func_pthread_yield = no ; then
5438 for ac_func in thr_yield
5440 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5441 echo "configure:5442: checking for $ac_func" >&5
5442 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5443 echo $ac_n "(cached) $ac_c" 1>&6
5445 cat > conftest.$ac_ext <<EOF
5446 #line 5447 "configure"
5447 #include "confdefs.h"
5448 /* System header to define __stub macros and hopefully few prototypes,
5449 which can conflict with char $ac_func(); below. */
5451 /* Override any gcc2 internal prototype to avoid an error. */
5452 /* We use char because int might match the return type of a gcc2
5453 builtin and then its argument prototype would still apply. */
5458 /* The GNU C library defines this for functions which it implements
5459 to always fail with ENOSYS. Some functions are actually named
5460 something starting with __ and the normal name is an alias. */
5461 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5469 if { (eval echo configure:5470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5471 eval "ac_cv_func_$ac_func=yes"
5473 echo "configure: failed program was:" >&5
5474 cat conftest.$ac_ext >&5
5476 eval "ac_cv_func_$ac_func=no"
5481 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5482 echo "$ac_t""yes" 1>&6
5483 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5484 cat >> confdefs.h <<EOF
5485 #define $ac_tr_func 1
5489 echo "$ac_t""no" 1>&6
5494 if test $ac_cv_func_sched_yield = no -a \
5495 $ac_cv_func_pthread_yield = no -a \
5496 "$ac_cv_func_thr_yield" = no ; then
5497 echo "configure: warning: could not locate sched_yield() or pthread_yield()" 1>&2
5500 for ac_func in pthread_kill
5502 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5503 echo "configure:5504: checking for $ac_func" >&5
5504 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5505 echo $ac_n "(cached) $ac_c" 1>&6
5507 cat > conftest.$ac_ext <<EOF
5508 #line 5509 "configure"
5509 #include "confdefs.h"
5510 /* System header to define __stub macros and hopefully few prototypes,
5511 which can conflict with char $ac_func(); below. */
5513 /* Override any gcc2 internal prototype to avoid an error. */
5514 /* We use char because int might match the return type of a gcc2
5515 builtin and then its argument prototype would still apply. */
5520 /* The GNU C library defines this for functions which it implements
5521 to always fail with ENOSYS. Some functions are actually named
5522 something starting with __ and the normal name is an alias. */
5523 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5531 if { (eval echo configure:5532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5533 eval "ac_cv_func_$ac_func=yes"
5535 echo "configure: failed program was:" >&5
5536 cat conftest.$ac_ext >&5
5538 eval "ac_cv_func_$ac_func=no"
5543 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5544 echo "$ac_t""yes" 1>&6
5545 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5546 cat >> confdefs.h <<EOF
5547 #define $ac_tr_func 1
5551 echo "$ac_t""no" 1>&6
5556 echo $ac_n "checking for pthread_detach with <pthread.h>""... $ac_c" 1>&6
5557 echo "configure:5558: checking for pthread_detach with <pthread.h>" >&5
5558 if eval "test \"`echo '$''{'ol_cv_func_pthread_detach'+set}'`\" = set"; then
5559 echo $ac_n "(cached) $ac_c" 1>&6
5562 cat > conftest.$ac_ext <<EOF
5563 #line 5564 "configure"
5564 #include "confdefs.h"
5566 #include <pthread.h>
5568 #define NULL (void*)0
5572 pthread_detach(NULL);
5575 if { (eval echo configure:5576: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5577 ol_cv_func_pthread_detach=yes
5579 echo "configure: failed program was:" >&5
5580 cat conftest.$ac_ext >&5
5582 ol_cv_func_pthread_detach=no
5588 echo "$ac_t""$ol_cv_func_pthread_detach" 1>&6
5590 if test $ol_cv_func_pthread_detach = no ; then
5591 { echo "configure: error: could not locate pthread_detach()" 1>&2; exit 1; }
5594 cat >> confdefs.h <<\EOF
5595 #define HAVE_PTHREAD_DETACH 1
5600 pthread_setconcurrency \
5601 pthread_getconcurrency \
5602 thr_setconcurrency \
5603 thr_getconcurrency \
5606 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5607 echo "configure:5608: checking for $ac_func" >&5
5608 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5609 echo $ac_n "(cached) $ac_c" 1>&6
5611 cat > conftest.$ac_ext <<EOF
5612 #line 5613 "configure"
5613 #include "confdefs.h"
5614 /* System header to define __stub macros and hopefully few prototypes,
5615 which can conflict with char $ac_func(); below. */
5617 /* Override any gcc2 internal prototype to avoid an error. */
5618 /* We use char because int might match the return type of a gcc2
5619 builtin and then its argument prototype would still apply. */
5624 /* The GNU C library defines this for functions which it implements
5625 to always fail with ENOSYS. Some functions are actually named
5626 something starting with __ and the normal name is an alias. */
5627 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5635 if { (eval echo configure:5636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5637 eval "ac_cv_func_$ac_func=yes"
5639 echo "configure: failed program was:" >&5
5640 cat conftest.$ac_ext >&5
5642 eval "ac_cv_func_$ac_func=no"
5647 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5648 echo "$ac_t""yes" 1>&6
5649 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5650 cat >> confdefs.h <<EOF
5651 #define $ac_tr_func 1
5655 echo "$ac_t""no" 1>&6
5660 echo $ac_n "checking if pthread_create() works""... $ac_c" 1>&6
5661 echo "configure:5662: checking if pthread_create() works" >&5
5662 if eval "test \"`echo '$''{'ol_cv_pthread_create_works'+set}'`\" = set"; then
5663 echo $ac_n "(cached) $ac_c" 1>&6
5666 if test "$cross_compiling" = yes; then
5667 ol_cv_pthread_create_works=yes
5669 cat > conftest.$ac_ext <<EOF
5670 #line 5671 "configure"
5671 #include "confdefs.h"
5673 #include <pthread.h>
5675 #define NULL (void*)0
5678 static void *task(p)
5681 return (void *) (p == NULL);
5684 int main(argc, argv)
5689 #if HAVE_PTHREADS_D4
5690 exit(pthread_create(&t, pthread_attr_default, task, NULL));
5692 exit(pthread_create(&t, NULL, task, NULL));
5697 if { (eval echo configure:5698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5699 ol_cv_pthread_create_works=yes
5701 echo "configure: failed program was:" >&5
5702 cat conftest.$ac_ext >&5
5704 ol_cv_pthread_create_works=no
5711 echo "$ac_t""$ol_cv_pthread_create_works" 1>&6
5713 if test $ol_cv_pthread_create_works = no ; then
5714 { echo "configure: error: pthread_create is not usable, check environment settings" 1>&2; exit 1; }
5717 if test $ol_with_yielding_select = auto ; then
5718 echo $ac_n "checking if select yields when using pthreads""... $ac_c" 1>&6
5719 echo "configure:5720: checking if select yields when using pthreads" >&5
5720 if eval "test \"`echo '$''{'ol_cv_pthread_select_yields'+set}'`\" = set"; then
5721 echo $ac_n "(cached) $ac_c" 1>&6
5724 if test "$cross_compiling" = yes; then
5726 { echo "configure: error: crossing compiling: use --with-yielding_select=yes|no|manual" 1>&2; exit 1; }
5728 cat > conftest.$ac_ext <<EOF
5729 #line 5730 "configure"
5730 #include "confdefs.h"
5732 #include <sys/types.h>
5733 #include <sys/time.h>
5735 #include <pthread.h>
5737 #define NULL (void*) 0
5740 static int fildes[2];
5742 static void *task(p)
5754 FD_SET(fildes[0], &rfds);
5756 /* we're not interested in any fds */
5757 i = select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
5764 exit(0); /* if we exit here, the select blocked the whole process */
5767 int main(argc, argv)
5773 /* create a pipe to select */
5774 if(pipe(&fildes[0])) {
5779 #ifdef HAVE_PTHREAD_SETCONCURRENCY
5780 (void) pthread_setconcurrency(2);
5782 #ifdef HAVE_THR_SETCONCURRENCY
5783 /* Set Solaris LWP concurrency to 2 */
5784 thr_setconcurrency(2);
5788 #if HAVE_PTHREADS_D4
5789 pthread_create(&t, pthread_attr_default, task, NULL);
5791 pthread_create(&t, NULL, task, NULL);
5794 #if HAVE_SCHED_YIELD
5795 sched_yield(); /* make sure task runs first */
5797 #ifdef HAVE_PTHREAD_YIELD
5798 pthread_yield(); /* make sure task runs first */
5805 if { (eval echo configure:5806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5807 ol_cv_pthread_select_yields=no
5809 echo "configure: failed program was:" >&5
5810 cat conftest.$ac_ext >&5
5812 ol_cv_pthread_select_yields=yes
5819 echo "$ac_t""$ol_cv_pthread_select_yields" 1>&6
5821 if test $ol_cv_pthread_select_yields = yes ; then
5822 ol_with_yielding_select=yes
5826 CPPFLAGS="$save_CPPFLAGS"
5829 { echo "configure: error: could not link with POSIX Threads" 1>&2; exit 1; }
5833 if test $ol_with_threads = posix ; then
5834 { echo "configure: error: could not locate POSIX Threads" 1>&2; exit 1; }
5838 if test $ol_with_threads = auto -o $ol_with_threads = yes \
5839 -o $ol_with_threads = mach ; then
5841 for ac_hdr in mach/cthreads.h
5843 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5844 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5845 echo "configure:5846: checking for $ac_hdr" >&5
5846 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5847 echo $ac_n "(cached) $ac_c" 1>&6
5849 cat > conftest.$ac_ext <<EOF
5850 #line 5851 "configure"
5851 #include "confdefs.h"
5854 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5855 { (eval echo configure:5856: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5856 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5857 if test -z "$ac_err"; then
5859 eval "ac_cv_header_$ac_safe=yes"
5862 echo "configure: failed program was:" >&5
5863 cat conftest.$ac_ext >&5
5865 eval "ac_cv_header_$ac_safe=no"
5869 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5870 echo "$ac_t""yes" 1>&6
5871 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5872 cat >> confdefs.h <<EOF
5873 #define $ac_tr_hdr 1
5877 echo "$ac_t""no" 1>&6
5881 if test $ac_cv_header_mach_cthreads_h = yes ; then
5882 ol_with_threads=found
5884 echo $ac_n "checking for cthread_fork""... $ac_c" 1>&6
5885 echo "configure:5886: checking for cthread_fork" >&5
5886 if eval "test \"`echo '$''{'ac_cv_func_cthread_fork'+set}'`\" = set"; then
5887 echo $ac_n "(cached) $ac_c" 1>&6
5889 cat > conftest.$ac_ext <<EOF
5890 #line 5891 "configure"
5891 #include "confdefs.h"
5892 /* System header to define __stub macros and hopefully few prototypes,
5893 which can conflict with char cthread_fork(); below. */
5895 /* Override any gcc2 internal prototype to avoid an error. */
5896 /* We use char because int might match the return type of a gcc2
5897 builtin and then its argument prototype would still apply. */
5898 char cthread_fork();
5902 /* The GNU C library defines this for functions which it implements
5903 to always fail with ENOSYS. Some functions are actually named
5904 something starting with __ and the normal name is an alias. */
5905 #if defined (__stub_cthread_fork) || defined (__stub___cthread_fork)
5913 if { (eval echo configure:5914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5915 eval "ac_cv_func_cthread_fork=yes"
5917 echo "configure: failed program was:" >&5
5918 cat conftest.$ac_ext >&5
5920 eval "ac_cv_func_cthread_fork=no"
5925 if eval "test \"`echo '$ac_cv_func_'cthread_fork`\" = yes"; then
5926 echo "$ac_t""yes" 1>&6
5929 echo "$ac_t""no" 1>&6
5933 if test $ol_link_threads = no ; then
5934 echo $ac_n "checking for cthread_fork with -all_load""... $ac_c" 1>&6
5935 echo "configure:5936: checking for cthread_fork with -all_load" >&5
5936 if eval "test \"`echo '$''{'ol_cv_cthread_all_load'+set}'`\" = set"; then
5937 echo $ac_n "(cached) $ac_c" 1>&6
5941 LIBS="-all_load $LIBS"
5942 cat > conftest.$ac_ext <<EOF
5943 #line 5944 "configure"
5944 #include "confdefs.h"
5945 #include <mach/cthreads.h>
5948 cthread_fork((void *)0, (void *)0);
5952 if { (eval echo configure:5953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5954 ol_cv_cthread_all_load=yes
5956 echo "configure: failed program was:" >&5
5957 cat conftest.$ac_ext >&5
5959 ol_cv_cthread_all_load=no
5966 echo "$ac_t""$ol_cv_cthread_all_load" 1>&6
5968 if test $ol_cv_cthread_all_load = yes ; then
5969 LTHREAD_LIBS="$LTHREAD_LIBS -all_load"
5970 ol_link_threads=mach
5974 if test $ol_link_threads != no ; then
5975 : check for cthread specific functionality here
5976 cat >> confdefs.h <<\EOF
5977 #define HAVE_MACH_CTHREADS 1
5981 { echo "configure: error: could not link with Mach CThreads" 1>&2; exit 1; }
5985 if test $ol_with_threads = mach ; then
5986 { echo "configure: error: could not locate Mach CThreads" 1>&2; exit 1; }
5990 if test $ol_with_threads = auto -o $ol_with_threads = yes \
5991 -o $ol_with_threads = lwp ; then
5993 for ac_hdr in thread.h synch.h
5995 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5996 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5997 echo "configure:5998: checking for $ac_hdr" >&5
5998 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5999 echo $ac_n "(cached) $ac_c" 1>&6
6001 cat > conftest.$ac_ext <<EOF
6002 #line 6003 "configure"
6003 #include "confdefs.h"
6006 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6007 { (eval echo configure:6008: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6008 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6009 if test -z "$ac_err"; then
6011 eval "ac_cv_header_$ac_safe=yes"
6014 echo "configure: failed program was:" >&5
6015 cat conftest.$ac_ext >&5
6017 eval "ac_cv_header_$ac_safe=no"
6021 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6022 echo "$ac_t""yes" 1>&6
6023 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6024 cat >> confdefs.h <<EOF
6025 #define $ac_tr_hdr 1
6029 echo "$ac_t""no" 1>&6
6033 if test $ac_cv_header_thread_h = yes -a $ac_cv_header_synch_h = yes ; then
6034 echo $ac_n "checking for thr_create in -lthread""... $ac_c" 1>&6
6035 echo "configure:6036: checking for thr_create in -lthread" >&5
6036 ac_lib_var=`echo thread'_'thr_create | sed 'y%./+-%__p_%'`
6037 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6038 echo $ac_n "(cached) $ac_c" 1>&6
6040 ac_save_LIBS="$LIBS"
6041 LIBS="-lthread $LIBS"
6042 cat > conftest.$ac_ext <<EOF
6043 #line 6044 "configure"
6044 #include "confdefs.h"
6045 /* Override any gcc2 internal prototype to avoid an error. */
6046 /* We use char because int might match the return type of a gcc2
6047 builtin and then its argument prototype would still apply. */
6054 if { (eval echo configure:6055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6056 eval "ac_cv_lib_$ac_lib_var=yes"
6058 echo "configure: failed program was:" >&5
6059 cat conftest.$ac_ext >&5
6061 eval "ac_cv_lib_$ac_lib_var=no"
6064 LIBS="$ac_save_LIBS"
6067 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6068 echo "$ac_t""yes" 1>&6
6071 echo "$ac_t""no" 1>&6
6076 if test $have_thr = yes ; then
6077 cat >> confdefs.h <<\EOF
6081 LTHREAD_LIBS="$LTHREAD_LIBS -lthread"
6084 if test $ol_with_yielding_select = auto ; then
6085 ol_with_yielding_select=yes
6089 thr_setconcurrency \
6090 thr_getconcurrency \
6093 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6094 echo "configure:6095: checking for $ac_func" >&5
6095 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6096 echo $ac_n "(cached) $ac_c" 1>&6
6098 cat > conftest.$ac_ext <<EOF
6099 #line 6100 "configure"
6100 #include "confdefs.h"
6101 /* System header to define __stub macros and hopefully few prototypes,
6102 which can conflict with char $ac_func(); below. */
6104 /* Override any gcc2 internal prototype to avoid an error. */
6105 /* We use char because int might match the return type of a gcc2
6106 builtin and then its argument prototype would still apply. */
6111 /* The GNU C library defines this for functions which it implements
6112 to always fail with ENOSYS. Some functions are actually named
6113 something starting with __ and the normal name is an alias. */
6114 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6122 if { (eval echo configure:6123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6124 eval "ac_cv_func_$ac_func=yes"
6126 echo "configure: failed program was:" >&5
6127 cat conftest.$ac_ext >&5
6129 eval "ac_cv_func_$ac_func=no"
6134 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6135 echo "$ac_t""yes" 1>&6
6136 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6137 cat >> confdefs.h <<EOF
6138 #define $ac_tr_func 1
6142 echo "$ac_t""no" 1>&6
6149 for ac_hdr in lwp/lwp.h
6151 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6152 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6153 echo "configure:6154: checking for $ac_hdr" >&5
6154 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6155 echo $ac_n "(cached) $ac_c" 1>&6
6157 cat > conftest.$ac_ext <<EOF
6158 #line 6159 "configure"
6159 #include "confdefs.h"
6162 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6163 { (eval echo configure:6164: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6164 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6165 if test -z "$ac_err"; then
6167 eval "ac_cv_header_$ac_safe=yes"
6170 echo "configure: failed program was:" >&5
6171 cat conftest.$ac_ext >&5
6173 eval "ac_cv_header_$ac_safe=no"
6177 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6178 echo "$ac_t""yes" 1>&6
6179 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6180 cat >> confdefs.h <<EOF
6181 #define $ac_tr_hdr 1
6185 echo "$ac_t""no" 1>&6
6189 if test $ac_cv_header_lwp_lwp_h = yes ; then
6190 echo $ac_n "checking for lwp_create in -llwp""... $ac_c" 1>&6
6191 echo "configure:6192: checking for lwp_create in -llwp" >&5
6192 ac_lib_var=`echo lwp'_'lwp_create | sed 'y%./+-%__p_%'`
6193 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6194 echo $ac_n "(cached) $ac_c" 1>&6
6196 ac_save_LIBS="$LIBS"
6198 cat > conftest.$ac_ext <<EOF
6199 #line 6200 "configure"
6200 #include "confdefs.h"
6201 /* Override any gcc2 internal prototype to avoid an error. */
6202 /* We use char because int might match the return type of a gcc2
6203 builtin and then its argument prototype would still apply. */
6210 if { (eval echo configure:6211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6212 eval "ac_cv_lib_$ac_lib_var=yes"
6214 echo "configure: failed program was:" >&5
6215 cat conftest.$ac_ext >&5
6217 eval "ac_cv_lib_$ac_lib_var=no"
6220 LIBS="$ac_save_LIBS"
6223 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6224 echo "$ac_t""yes" 1>&6
6227 echo "$ac_t""no" 1>&6
6232 if test $have_lwp = yes ; then
6233 cat >> confdefs.h <<\EOF
6237 LTHREAD_LIBS="$LTHREAD_LIBS -llwp"
6240 if test $ol_with_yielding_select = auto ; then
6241 ol_with_yielding_select=no
6247 if test $ol_with_yielding_select = yes ; then
6248 cat >> confdefs.h <<\EOF
6249 #define HAVE_YIELDING_SELECT 1
6254 if test $ol_with_threads = manual ; then
6257 echo "configure: warning: thread defines and link options must be set manually" 1>&2
6259 for ac_hdr in pthread.h sched.h
6261 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6262 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6263 echo "configure:6264: checking for $ac_hdr" >&5
6264 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6265 echo $ac_n "(cached) $ac_c" 1>&6
6267 cat > conftest.$ac_ext <<EOF
6268 #line 6269 "configure"
6269 #include "confdefs.h"
6272 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6273 { (eval echo configure:6274: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6274 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6275 if test -z "$ac_err"; then
6277 eval "ac_cv_header_$ac_safe=yes"
6280 echo "configure: failed program was:" >&5
6281 cat conftest.$ac_ext >&5
6283 eval "ac_cv_header_$ac_safe=no"
6287 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6288 echo "$ac_t""yes" 1>&6
6289 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6290 cat >> confdefs.h <<EOF
6291 #define $ac_tr_hdr 1
6295 echo "$ac_t""no" 1>&6
6299 for ac_func in sched_yield pthread_yield
6301 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6302 echo "configure:6303: checking for $ac_func" >&5
6303 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6304 echo $ac_n "(cached) $ac_c" 1>&6
6306 cat > conftest.$ac_ext <<EOF
6307 #line 6308 "configure"
6308 #include "confdefs.h"
6309 /* System header to define __stub macros and hopefully few prototypes,
6310 which can conflict with char $ac_func(); below. */
6312 /* Override any gcc2 internal prototype to avoid an error. */
6313 /* We use char because int might match the return type of a gcc2
6314 builtin and then its argument prototype would still apply. */
6319 /* The GNU C library defines this for functions which it implements
6320 to always fail with ENOSYS. Some functions are actually named
6321 something starting with __ and the normal name is an alias. */
6322 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6330 if { (eval echo configure:6331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6332 eval "ac_cv_func_$ac_func=yes"
6334 echo "configure: failed program was:" >&5
6335 cat conftest.$ac_ext >&5
6337 eval "ac_cv_func_$ac_func=no"
6342 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6343 echo "$ac_t""yes" 1>&6
6344 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6345 cat >> confdefs.h <<EOF
6346 #define $ac_tr_func 1
6350 echo "$ac_t""no" 1>&6
6355 echo $ac_n "checking for LinuxThreads""... $ac_c" 1>&6
6356 echo "configure:6357: checking for LinuxThreads" >&5
6357 if eval "test \"`echo '$''{'ol_cv_linux_threads'+set}'`\" = set"; then
6358 echo $ac_n "(cached) $ac_c" 1>&6
6361 res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l`
6362 if test "$res" -gt 0 ; then
6363 ol_cv_linux_threads=yes
6365 ol_cv_linux_threads=no
6370 echo "$ac_t""$ol_cv_linux_threads" 1>&6
6373 for ac_hdr in mach/cthreads.h
6375 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6376 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6377 echo "configure:6378: checking for $ac_hdr" >&5
6378 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6379 echo $ac_n "(cached) $ac_c" 1>&6
6381 cat > conftest.$ac_ext <<EOF
6382 #line 6383 "configure"
6383 #include "confdefs.h"
6386 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6387 { (eval echo configure:6388: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6388 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6389 if test -z "$ac_err"; then
6391 eval "ac_cv_header_$ac_safe=yes"
6394 echo "configure: failed program was:" >&5
6395 cat conftest.$ac_ext >&5
6397 eval "ac_cv_header_$ac_safe=no"
6401 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6402 echo "$ac_t""yes" 1>&6
6403 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6404 cat >> confdefs.h <<EOF
6405 #define $ac_tr_hdr 1
6409 echo "$ac_t""no" 1>&6
6413 for ac_hdr in lwp/lwp.h
6415 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6416 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6417 echo "configure:6418: checking for $ac_hdr" >&5
6418 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6419 echo $ac_n "(cached) $ac_c" 1>&6
6421 cat > conftest.$ac_ext <<EOF
6422 #line 6423 "configure"
6423 #include "confdefs.h"
6426 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6427 { (eval echo configure:6428: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6428 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6429 if test -z "$ac_err"; then
6431 eval "ac_cv_header_$ac_safe=yes"
6434 echo "configure: failed program was:" >&5
6435 cat conftest.$ac_ext >&5
6437 eval "ac_cv_header_$ac_safe=no"
6441 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6442 echo "$ac_t""yes" 1>&6
6443 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6444 cat >> confdefs.h <<EOF
6445 #define $ac_tr_hdr 1
6449 echo "$ac_t""no" 1>&6
6453 for ac_hdr in thread.h synch.h
6455 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6456 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6457 echo "configure:6458: checking for $ac_hdr" >&5
6458 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6459 echo $ac_n "(cached) $ac_c" 1>&6
6461 cat > conftest.$ac_ext <<EOF
6462 #line 6463 "configure"
6463 #include "confdefs.h"
6466 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6467 { (eval echo configure:6468: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6468 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6469 if test -z "$ac_err"; then
6471 eval "ac_cv_header_$ac_safe=yes"
6474 echo "configure: failed program was:" >&5
6475 cat conftest.$ac_ext >&5
6477 eval "ac_cv_header_$ac_safe=no"
6481 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6482 echo "$ac_t""yes" 1>&6
6483 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6484 cat >> confdefs.h <<EOF
6485 #define $ac_tr_hdr 1
6489 echo "$ac_t""no" 1>&6
6495 if test $ol_link_threads != no ; then
6496 cat >> confdefs.h <<\EOF
6500 cat >> confdefs.h <<\EOF
6501 #define _REENTRANT 1
6504 cat >> confdefs.h <<\EOF
6505 #define THREAD_SAFE 1
6508 cat >> confdefs.h <<\EOF
6509 #define _THREAD_SAFE 1
6512 cat >> confdefs.h <<\EOF
6513 #define THREADSAFE 1
6516 cat >> confdefs.h <<\EOF
6517 #define _THREADSAFE 1
6521 echo $ac_n "checking for thread specific errno""... $ac_c" 1>&6
6522 echo "configure:6523: checking for thread specific errno" >&5
6523 if eval "test \"`echo '$''{'ol_cv_errno_thread_specific'+set}'`\" = set"; then
6524 echo $ac_n "(cached) $ac_c" 1>&6
6527 cat > conftest.$ac_ext <<EOF
6528 #line 6529 "configure"
6529 #include "confdefs.h"
6535 if { (eval echo configure:6536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6537 ol_cv_errno_thread_specific=yes
6539 echo "configure: failed program was:" >&5
6540 cat conftest.$ac_ext >&5
6542 ol_cv_errno_thread_specific=no
6548 echo "$ac_t""$ol_cv_errno_thread_specific" 1>&6
6550 if test $ol_cv_errno_thread_specific != yes ; then
6551 LIBS="$LTHREAD_LIBS $LIBS"
6557 if test $ol_link_threads = no ; then
6558 if test $ol_with_threads = yes ; then
6559 { echo "configure: error: no suitable thread support" 1>&2; exit 1; }
6562 if test $ol_with_threads = auto ; then
6563 echo "configure: warning: no suitable thread support, disabling threads" 1>&2
6567 cat >> confdefs.h <<\EOF
6568 #define NO_THREADS 1
6574 if test $ol_link_threads != no ; then
6575 cat >> confdefs.h <<\EOF
6576 #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
6583 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = db2 ; then
6584 echo $ac_n "checking for DB2 library""... $ac_c" 1>&6
6585 echo "configure:6586: checking for DB2 library" >&5
6586 if eval "test \"`echo '$''{'ol_cv_lib_db2'+set}'`\" = set"; then
6587 echo $ac_n "(cached) $ac_c" 1>&6
6590 echo $ac_n "checking for db_open in -ldb""... $ac_c" 1>&6
6591 echo "configure:6592: checking for db_open in -ldb" >&5
6592 ac_lib_var=`echo db'_'db_open | sed 'y%./+-%__p_%'`
6593 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6594 echo $ac_n "(cached) $ac_c" 1>&6
6596 ac_save_LIBS="$LIBS"
6598 cat > conftest.$ac_ext <<EOF
6599 #line 6600 "configure"
6600 #include "confdefs.h"
6601 /* Override any gcc2 internal prototype to avoid an error. */
6602 /* We use char because int might match the return type of a gcc2
6603 builtin and then its argument prototype would still apply. */
6610 if { (eval echo configure:6611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6612 eval "ac_cv_lib_$ac_lib_var=yes"
6614 echo "configure: failed program was:" >&5
6615 cat conftest.$ac_ext >&5
6617 eval "ac_cv_lib_$ac_lib_var=no"
6620 LIBS="$ac_save_LIBS"
6623 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6624 echo "$ac_t""yes" 1>&6
6627 echo "$ac_t""no" 1>&6
6635 echo "$ac_t""$ol_cv_lib_db2" 1>&6
6639 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6640 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6641 echo "configure:6642: checking for $ac_hdr" >&5
6642 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6643 echo $ac_n "(cached) $ac_c" 1>&6
6645 cat > conftest.$ac_ext <<EOF
6646 #line 6647 "configure"
6647 #include "confdefs.h"
6650 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6651 { (eval echo configure:6652: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6652 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6653 if test -z "$ac_err"; then
6655 eval "ac_cv_header_$ac_safe=yes"
6658 echo "configure: failed program was:" >&5
6659 cat conftest.$ac_ext >&5
6661 eval "ac_cv_header_$ac_safe=no"
6665 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6666 echo "$ac_t""yes" 1>&6
6667 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6668 cat >> confdefs.h <<EOF
6669 #define $ac_tr_hdr 1
6673 echo "$ac_t""no" 1>&6
6677 if test $ac_cv_header_db_h = yes ; then
6678 echo $ac_n "checking if db.h is DB2""... $ac_c" 1>&6
6679 echo "configure:6680: checking if db.h is DB2" >&5
6680 if eval "test \"`echo '$''{'ol_cv_header_db2'+set}'`\" = set"; then
6681 echo $ac_n "(cached) $ac_c" 1>&6
6684 cat > conftest.$ac_ext <<EOF
6685 #line 6686 "configure"
6686 #include "confdefs.h"
6689 /* this check could be improved */
6690 # ifdef DB_VERSION_MAJOR
6691 # if DB_VERSION_MAJOR == 2
6697 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6698 egrep "__db_version_2" >/dev/null 2>&1; then
6700 ol_cv_header_db2=yes
6709 echo "$ac_t""$ol_cv_header_db2" 1>&6
6716 echo $ac_n "checking for Berkeley DB2""... $ac_c" 1>&6
6717 echo "configure:6718: checking for Berkeley DB2" >&5
6718 if eval "test \"`echo '$''{'ol_cv_berkeley_db2'+set}'`\" = set"; then
6719 echo $ac_n "(cached) $ac_c" 1>&6
6722 if test "$ol_cv_lib_db2" = no -o "$ol_cv_header_db2" = no ; then
6723 ol_cv_berkeley_db2=no
6725 ol_cv_berkeley_db2=yes
6730 echo "$ac_t""$ol_cv_berkeley_db2" 1>&6
6731 if test $ol_cv_berkeley_db2 = yes ; then
6732 cat >> confdefs.h <<\EOF
6733 #define HAVE_BERKELEY_DB2 1
6739 if test $ol_cv_berkeley_db2 = yes ; then
6741 ol_with_ldbm_api=db2
6743 if test $ol_with_ldbm_type = hash ; then
6744 cat >> confdefs.h <<\EOF
6745 #define LDBM_USE_DBHASH 1
6749 cat >> confdefs.h <<\EOF
6750 #define LDBM_USE_DBBTREE 1
6755 if test $ol_cv_lib_db2 != yes ; then
6756 LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_db2"
6762 if test $ol_link_ldbm = db2 -a $ol_enable_bdb2 != no ; then
6766 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = db ; then
6767 echo $ac_n "checking for Berkeley DB library""... $ac_c" 1>&6
6768 echo "configure:6769: checking for Berkeley DB library" >&5
6769 if eval "test \"`echo '$''{'ol_cv_lib_db'+set}'`\" = set"; then
6770 echo $ac_n "(cached) $ac_c" 1>&6
6773 echo $ac_n "checking for dbopen""... $ac_c" 1>&6
6774 echo "configure:6775: checking for dbopen" >&5
6775 if eval "test \"`echo '$''{'ac_cv_func_dbopen'+set}'`\" = set"; then
6776 echo $ac_n "(cached) $ac_c" 1>&6
6778 cat > conftest.$ac_ext <<EOF
6779 #line 6780 "configure"
6780 #include "confdefs.h"
6781 /* System header to define __stub macros and hopefully few prototypes,
6782 which can conflict with char dbopen(); below. */
6784 /* Override any gcc2 internal prototype to avoid an error. */
6785 /* We use char because int might match the return type of a gcc2
6786 builtin and then its argument prototype would still apply. */
6791 /* The GNU C library defines this for functions which it implements
6792 to always fail with ENOSYS. Some functions are actually named
6793 something starting with __ and the normal name is an alias. */
6794 #if defined (__stub_dbopen) || defined (__stub___dbopen)
6802 if { (eval echo configure:6803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6804 eval "ac_cv_func_dbopen=yes"
6806 echo "configure: failed program was:" >&5
6807 cat conftest.$ac_ext >&5
6809 eval "ac_cv_func_dbopen=no"
6814 if eval "test \"`echo '$ac_cv_func_'dbopen`\" = yes"; then
6815 echo "$ac_t""yes" 1>&6
6818 echo "$ac_t""no" 1>&6
6820 echo $ac_n "checking for dbopen in -ldb""... $ac_c" 1>&6
6821 echo "configure:6822: checking for dbopen in -ldb" >&5
6822 ac_lib_var=`echo db'_'dbopen | sed 'y%./+-%__p_%'`
6823 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6824 echo $ac_n "(cached) $ac_c" 1>&6
6826 ac_save_LIBS="$LIBS"
6828 cat > conftest.$ac_ext <<EOF
6829 #line 6830 "configure"
6830 #include "confdefs.h"
6831 /* Override any gcc2 internal prototype to avoid an error. */
6832 /* We use char because int might match the return type of a gcc2
6833 builtin and then its argument prototype would still apply. */
6840 if { (eval echo configure:6841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6842 eval "ac_cv_lib_$ac_lib_var=yes"
6844 echo "configure: failed program was:" >&5
6845 cat conftest.$ac_ext >&5
6847 eval "ac_cv_lib_$ac_lib_var=no"
6850 LIBS="$ac_save_LIBS"
6853 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6854 echo "$ac_t""yes" 1>&6
6857 echo "$ac_t""no" 1>&6
6868 echo "$ac_t""$ol_cv_lib_db" 1>&6
6871 for ac_hdr in db_185.h
6873 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6874 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6875 echo "configure:6876: checking for $ac_hdr" >&5
6876 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6877 echo $ac_n "(cached) $ac_c" 1>&6
6879 cat > conftest.$ac_ext <<EOF
6880 #line 6881 "configure"
6881 #include "confdefs.h"
6884 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6885 { (eval echo configure:6886: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6886 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6887 if test -z "$ac_err"; then
6889 eval "ac_cv_header_$ac_safe=yes"
6892 echo "configure: failed program was:" >&5
6893 cat conftest.$ac_ext >&5
6895 eval "ac_cv_header_$ac_safe=no"
6899 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6900 echo "$ac_t""yes" 1>&6
6901 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6902 cat >> confdefs.h <<EOF
6903 #define $ac_tr_hdr 1
6907 echo "$ac_t""no" 1>&6
6911 if test "$ol_cv_header_db2" = yes ; then
6913 ol_cv_header_db=$ac_cv_header_db_185_h
6915 ol_cv_header_db=$ac_cv_header_db_h
6920 echo $ac_n "checking for Berkeley DB""... $ac_c" 1>&6
6921 echo "configure:6922: checking for Berkeley DB" >&5
6922 if eval "test \"`echo '$''{'ol_cv_berkeley_db'+set}'`\" = set"; then
6923 echo $ac_n "(cached) $ac_c" 1>&6
6926 if test "$ol_cv_lib_db" = no -o "$ol_cv_header_db" = no ; then
6927 ol_cv_berkeley_db=no
6929 ol_cv_berkeley_db=yes
6934 echo "$ac_t""$ol_cv_berkeley_db" 1>&6
6935 if test $ol_cv_berkeley_db = yes ; then
6936 cat >> confdefs.h <<\EOF
6937 #define HAVE_BERKELEY_DB 1
6943 if test $ol_cv_berkeley_db = yes ; then
6947 if test $ol_with_ldbm_type = hash ; then
6948 cat >> confdefs.h <<\EOF
6949 #define LDBM_USE_DBHASH 1
6953 cat >> confdefs.h <<\EOF
6954 #define LDBM_USE_DBBTREE 1
6959 if test $ol_cv_lib_db != yes ; then
6960 LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_db"
6965 if test $ol_with_ldbm_api = manual ; then
6968 echo "configure: warning: LDBM defines and link options must be set manually" 1>&2
6970 for ac_hdr in db.h db_185.h gdbm.h ndbm.h
6972 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6973 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6974 echo "configure:6975: checking for $ac_hdr" >&5
6975 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6976 echo $ac_n "(cached) $ac_c" 1>&6
6978 cat > conftest.$ac_ext <<EOF
6979 #line 6980 "configure"
6980 #include "confdefs.h"
6983 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6984 { (eval echo configure:6985: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6985 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6986 if test -z "$ac_err"; then
6988 eval "ac_cv_header_$ac_safe=yes"
6991 echo "configure: failed program was:" >&5
6992 cat conftest.$ac_ext >&5
6994 eval "ac_cv_header_$ac_safe=no"
6998 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6999 echo "$ac_t""yes" 1>&6
7000 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7001 cat >> confdefs.h <<EOF
7002 #define $ac_tr_hdr 1
7006 echo "$ac_t""no" 1>&6
7012 if test $ol_link_ldbm = no -a $ol_with_ldbm_type = btree ; then
7013 echo "configure: warning: Could not find LDBM with BTREE support" 1>&2
7014 ol_with_ldbm_api=none
7017 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = gdbm ; then
7018 echo $ac_n "checking for GDBM library""... $ac_c" 1>&6
7019 echo "configure:7020: checking for GDBM library" >&5
7020 if eval "test \"`echo '$''{'ol_cv_lib_gdbm'+set}'`\" = set"; then
7021 echo $ac_n "(cached) $ac_c" 1>&6
7024 echo $ac_n "checking for gdbm_open""... $ac_c" 1>&6
7025 echo "configure:7026: checking for gdbm_open" >&5
7026 if eval "test \"`echo '$''{'ac_cv_func_gdbm_open'+set}'`\" = set"; then
7027 echo $ac_n "(cached) $ac_c" 1>&6
7029 cat > conftest.$ac_ext <<EOF
7030 #line 7031 "configure"
7031 #include "confdefs.h"
7032 /* System header to define __stub macros and hopefully few prototypes,
7033 which can conflict with char gdbm_open(); below. */
7035 /* Override any gcc2 internal prototype to avoid an error. */
7036 /* We use char because int might match the return type of a gcc2
7037 builtin and then its argument prototype would still apply. */
7042 /* The GNU C library defines this for functions which it implements
7043 to always fail with ENOSYS. Some functions are actually named
7044 something starting with __ and the normal name is an alias. */
7045 #if defined (__stub_gdbm_open) || defined (__stub___gdbm_open)
7053 if { (eval echo configure:7054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7055 eval "ac_cv_func_gdbm_open=yes"
7057 echo "configure: failed program was:" >&5
7058 cat conftest.$ac_ext >&5
7060 eval "ac_cv_func_gdbm_open=no"
7065 if eval "test \"`echo '$ac_cv_func_'gdbm_open`\" = yes"; then
7066 echo "$ac_t""yes" 1>&6
7069 echo "$ac_t""no" 1>&6
7071 echo $ac_n "checking for gdbm_open in -lgdbm""... $ac_c" 1>&6
7072 echo "configure:7073: checking for gdbm_open in -lgdbm" >&5
7073 ac_lib_var=`echo gdbm'_'gdbm_open | sed 'y%./+-%__p_%'`
7074 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7075 echo $ac_n "(cached) $ac_c" 1>&6
7077 ac_save_LIBS="$LIBS"
7079 cat > conftest.$ac_ext <<EOF
7080 #line 7081 "configure"
7081 #include "confdefs.h"
7082 /* Override any gcc2 internal prototype to avoid an error. */
7083 /* We use char because int might match the return type of a gcc2
7084 builtin and then its argument prototype would still apply. */
7091 if { (eval echo configure:7092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7093 eval "ac_cv_lib_$ac_lib_var=yes"
7095 echo "configure: failed program was:" >&5
7096 cat conftest.$ac_ext >&5
7098 eval "ac_cv_lib_$ac_lib_var=no"
7101 LIBS="$ac_save_LIBS"
7104 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7105 echo "$ac_t""yes" 1>&6
7106 ol_cv_lib_gdbm=-lgdbm
7108 echo "$ac_t""no" 1>&6
7119 echo "$ac_t""$ol_cv_lib_gdbm" 1>&6
7122 for ac_hdr in gdbm.h
7124 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7125 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7126 echo "configure:7127: checking for $ac_hdr" >&5
7127 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7128 echo $ac_n "(cached) $ac_c" 1>&6
7130 cat > conftest.$ac_ext <<EOF
7131 #line 7132 "configure"
7132 #include "confdefs.h"
7135 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7136 { (eval echo configure:7137: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7137 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7138 if test -z "$ac_err"; then
7140 eval "ac_cv_header_$ac_safe=yes"
7143 echo "configure: failed program was:" >&5
7144 cat conftest.$ac_ext >&5
7146 eval "ac_cv_header_$ac_safe=no"
7150 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7151 echo "$ac_t""yes" 1>&6
7152 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7153 cat >> confdefs.h <<EOF
7154 #define $ac_tr_hdr 1
7158 echo "$ac_t""no" 1>&6
7162 echo $ac_n "checking for db""... $ac_c" 1>&6
7163 echo "configure:7164: checking for db" >&5
7164 if eval "test \"`echo '$''{'ol_cv_gdbm'+set}'`\" = set"; then
7165 echo $ac_n "(cached) $ac_c" 1>&6
7168 if test $ol_cv_lib_gdbm = no -o $ac_cv_header_gdbm_h = no ; then
7176 echo "$ac_t""$ol_cv_gdbm" 1>&6
7177 if test $ol_cv_gdbm = yes ; then
7178 cat >> confdefs.h <<\EOF
7185 if test $ol_cv_gdbm = yes ; then
7187 ol_with_ldbm_api=gdbm
7189 if test $ol_cv_lib_gdbm != yes ; then
7190 LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_gdbm"
7195 if test $ol_with_ldbm_api = auto ; then
7196 echo "configure: warning: skipping automatic checking for NDBM, must be manually enabled." 1>&2
7197 elif test $ol_with_ldbm_api = ndbm ; then
7198 echo $ac_n "checking for NDBM library""... $ac_c" 1>&6
7199 echo "configure:7200: checking for NDBM library" >&5
7200 if eval "test \"`echo '$''{'ol_cv_lib_ndbm'+set}'`\" = set"; then
7201 echo $ac_n "(cached) $ac_c" 1>&6
7204 echo $ac_n "checking for dbm_open""... $ac_c" 1>&6
7205 echo "configure:7206: checking for dbm_open" >&5
7206 if eval "test \"`echo '$''{'ac_cv_func_dbm_open'+set}'`\" = set"; then
7207 echo $ac_n "(cached) $ac_c" 1>&6
7209 cat > conftest.$ac_ext <<EOF
7210 #line 7211 "configure"
7211 #include "confdefs.h"
7212 /* System header to define __stub macros and hopefully few prototypes,
7213 which can conflict with char dbm_open(); below. */
7215 /* Override any gcc2 internal prototype to avoid an error. */
7216 /* We use char because int might match the return type of a gcc2
7217 builtin and then its argument prototype would still apply. */
7222 /* The GNU C library defines this for functions which it implements
7223 to always fail with ENOSYS. Some functions are actually named
7224 something starting with __ and the normal name is an alias. */
7225 #if defined (__stub_dbm_open) || defined (__stub___dbm_open)
7233 if { (eval echo configure:7234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7235 eval "ac_cv_func_dbm_open=yes"
7237 echo "configure: failed program was:" >&5
7238 cat conftest.$ac_ext >&5
7240 eval "ac_cv_func_dbm_open=no"
7245 if eval "test \"`echo '$ac_cv_func_'dbm_open`\" = yes"; then
7246 echo "$ac_t""yes" 1>&6
7249 echo "$ac_t""no" 1>&6
7251 echo $ac_n "checking for dbm_open in -lndbm""... $ac_c" 1>&6
7252 echo "configure:7253: checking for dbm_open in -lndbm" >&5
7253 ac_lib_var=`echo ndbm'_'dbm_open | sed 'y%./+-%__p_%'`
7254 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7255 echo $ac_n "(cached) $ac_c" 1>&6
7257 ac_save_LIBS="$LIBS"
7259 cat > conftest.$ac_ext <<EOF
7260 #line 7261 "configure"
7261 #include "confdefs.h"
7262 /* Override any gcc2 internal prototype to avoid an error. */
7263 /* We use char because int might match the return type of a gcc2
7264 builtin and then its argument prototype would still apply. */
7271 if { (eval echo configure:7272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7273 eval "ac_cv_lib_$ac_lib_var=yes"
7275 echo "configure: failed program was:" >&5
7276 cat conftest.$ac_ext >&5
7278 eval "ac_cv_lib_$ac_lib_var=no"
7281 LIBS="$ac_save_LIBS"
7284 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7285 echo "$ac_t""yes" 1>&6
7286 ol_cv_lib_ndbm=-lndbm
7288 echo "$ac_t""no" 1>&6
7290 echo $ac_n "checking for dbm_open in -ldbm""... $ac_c" 1>&6
7291 echo "configure:7292: checking for dbm_open in -ldbm" >&5
7292 ac_lib_var=`echo dbm'_'dbm_open | sed 'y%./+-%__p_%'`
7293 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7294 echo $ac_n "(cached) $ac_c" 1>&6
7296 ac_save_LIBS="$LIBS"
7298 cat > conftest.$ac_ext <<EOF
7299 #line 7300 "configure"
7300 #include "confdefs.h"
7301 /* Override any gcc2 internal prototype to avoid an error. */
7302 /* We use char because int might match the return type of a gcc2
7303 builtin and then its argument prototype would still apply. */
7310 if { (eval echo configure:7311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7312 eval "ac_cv_lib_$ac_lib_var=yes"
7314 echo "configure: failed program was:" >&5
7315 cat conftest.$ac_ext >&5
7317 eval "ac_cv_lib_$ac_lib_var=no"
7320 LIBS="$ac_save_LIBS"
7323 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7324 echo "$ac_t""yes" 1>&6
7325 ol_cv_lib_ndbm=-ldbm
7327 echo "$ac_t""no" 1>&6
7340 echo "$ac_t""$ol_cv_lib_ndbm" 1>&6
7343 for ac_hdr in ndbm.h
7345 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7346 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7347 echo "configure:7348: checking for $ac_hdr" >&5
7348 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7349 echo $ac_n "(cached) $ac_c" 1>&6
7351 cat > conftest.$ac_ext <<EOF
7352 #line 7353 "configure"
7353 #include "confdefs.h"
7356 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7357 { (eval echo configure:7358: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7358 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7359 if test -z "$ac_err"; then
7361 eval "ac_cv_header_$ac_safe=yes"
7364 echo "configure: failed program was:" >&5
7365 cat conftest.$ac_ext >&5
7367 eval "ac_cv_header_$ac_safe=no"
7371 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7372 echo "$ac_t""yes" 1>&6
7373 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7374 cat >> confdefs.h <<EOF
7375 #define $ac_tr_hdr 1
7379 echo "$ac_t""no" 1>&6
7383 echo $ac_n "checking for db""... $ac_c" 1>&6
7384 echo "configure:7385: checking for db" >&5
7385 if eval "test \"`echo '$''{'ol_cv_ndbm'+set}'`\" = set"; then
7386 echo $ac_n "(cached) $ac_c" 1>&6
7389 if test $ol_cv_lib_ndbm = no -o $ac_cv_header_ndbm_h = no ; then
7397 echo "$ac_t""$ol_cv_ndbm" 1>&6
7398 if test $ol_cv_ndbm = yes ; then
7399 cat >> confdefs.h <<\EOF
7406 if test $ol_cv_ndbm = yes ; then
7408 ol_with_ldbm_api=ndbm
7410 if test $ol_cv_lib_ndbm != yes ; then
7411 LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_ndbm"
7416 if test $ol_link_ldbm = no -a $ol_enable_ldbm != no ; then
7417 echo "configure: warning: could not find suitable LDBM backend" 1>&2
7418 if test $ol_enable_ldbm = yes ; then
7419 { echo "configure: error: select appropriate LDBM options or disable" 1>&2; exit 1; }
7422 echo "configure: warning: disabling LDBM" 1>&2
7426 if test $ol_enable_wrappers != no ; then
7427 for ac_hdr in tcpd.h
7429 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7430 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7431 echo "configure:7432: checking for $ac_hdr" >&5
7432 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7433 echo $ac_n "(cached) $ac_c" 1>&6
7435 cat > conftest.$ac_ext <<EOF
7436 #line 7437 "configure"
7437 #include "confdefs.h"
7440 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7441 { (eval echo configure:7442: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7442 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7443 if test -z "$ac_err"; then
7445 eval "ac_cv_header_$ac_safe=yes"
7448 echo "configure: failed program was:" >&5
7449 cat conftest.$ac_ext >&5
7451 eval "ac_cv_header_$ac_safe=no"
7455 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7456 echo "$ac_t""yes" 1>&6
7457 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7458 cat >> confdefs.h <<EOF
7459 #define $ac_tr_hdr 1
7463 echo "$ac_t""no" 1>&6
7468 if test $ac_cv_header_tcpd_h != yes ; then
7471 echo $ac_n "checking for main in -lwrap""... $ac_c" 1>&6
7472 echo "configure:7473: checking for main in -lwrap" >&5
7473 ac_lib_var=`echo wrap'_'main | sed 'y%./+-%__p_%'`
7474 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7475 echo $ac_n "(cached) $ac_c" 1>&6
7477 ac_save_LIBS="$LIBS"
7479 cat > conftest.$ac_ext <<EOF
7480 #line 7481 "configure"
7481 #include "confdefs.h"
7487 if { (eval echo configure:7488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7489 eval "ac_cv_lib_$ac_lib_var=yes"
7491 echo "configure: failed program was:" >&5
7492 cat conftest.$ac_ext >&5
7494 eval "ac_cv_lib_$ac_lib_var=no"
7497 LIBS="$ac_save_LIBS"
7500 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7501 echo "$ac_t""yes" 1>&6
7504 echo "$ac_t""no" 1>&6
7510 if test $have_wrappers = yes ; then
7511 cat >> confdefs.h <<\EOF
7515 SLAPD_LIBS="$SLAPD_LIBS -lwrap"
7517 echo "configure: warning: could not find -lwrap" 1>&2
7518 if test $ol_enable_wrappers = yes ; then
7519 { echo "configure: error: could not find wrappers" 1>&2; exit 1; }
7522 echo "configure: warning: disabling wrappers support" 1>&2
7523 ol_enable_wrappers=no
7527 if test $ol_enable_syslog != no ; then
7528 echo $ac_n "checking for openlog""... $ac_c" 1>&6
7529 echo "configure:7530: checking for openlog" >&5
7530 if eval "test \"`echo '$''{'ac_cv_func_openlog'+set}'`\" = set"; then
7531 echo $ac_n "(cached) $ac_c" 1>&6
7533 cat > conftest.$ac_ext <<EOF
7534 #line 7535 "configure"
7535 #include "confdefs.h"
7536 /* System header to define __stub macros and hopefully few prototypes,
7537 which can conflict with char openlog(); below. */
7539 /* Override any gcc2 internal prototype to avoid an error. */
7540 /* We use char because int might match the return type of a gcc2
7541 builtin and then its argument prototype would still apply. */
7546 /* The GNU C library defines this for functions which it implements
7547 to always fail with ENOSYS. Some functions are actually named
7548 something starting with __ and the normal name is an alias. */
7549 #if defined (__stub_openlog) || defined (__stub___openlog)
7557 if { (eval echo configure:7558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7559 eval "ac_cv_func_openlog=yes"
7561 echo "configure: failed program was:" >&5
7562 cat conftest.$ac_ext >&5
7564 eval "ac_cv_func_openlog=no"
7569 if eval "test \"`echo '$ac_cv_func_'openlog`\" = yes"; then
7570 echo "$ac_t""yes" 1>&6
7573 echo "$ac_t""no" 1>&6
7576 if test $ac_cv_func_openlog = no -a $ol_enable_syslog = yes; then
7577 { echo "configure: error: could not find syslog" 1>&2; exit 1; }
7579 ol_enable_syslog=$ac_cv_func_openlog
7582 if test $ol_enable_dmalloc != no ; then
7583 for ac_hdr in dmalloc.h
7585 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7586 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7587 echo "configure:7588: checking for $ac_hdr" >&5
7588 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7589 echo $ac_n "(cached) $ac_c" 1>&6
7591 cat > conftest.$ac_ext <<EOF
7592 #line 7593 "configure"
7593 #include "confdefs.h"
7596 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7597 { (eval echo configure:7598: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7598 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7599 if test -z "$ac_err"; then
7601 eval "ac_cv_header_$ac_safe=yes"
7604 echo "configure: failed program was:" >&5
7605 cat conftest.$ac_ext >&5
7607 eval "ac_cv_header_$ac_safe=no"
7611 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7612 echo "$ac_t""yes" 1>&6
7613 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7614 cat >> confdefs.h <<EOF
7615 #define $ac_tr_hdr 1
7619 echo "$ac_t""no" 1>&6
7623 echo $ac_n "checking for dmalloc_shutdown in -ldmalloc""... $ac_c" 1>&6
7624 echo "configure:7625: checking for dmalloc_shutdown in -ldmalloc" >&5
7625 ac_lib_var=`echo dmalloc'_'dmalloc_shutdown | sed 'y%./+-%__p_%'`
7626 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7627 echo $ac_n "(cached) $ac_c" 1>&6
7629 ac_save_LIBS="$LIBS"
7630 LIBS="-ldmalloc $LIBS"
7631 cat > conftest.$ac_ext <<EOF
7632 #line 7633 "configure"
7633 #include "confdefs.h"
7634 /* Override any gcc2 internal prototype to avoid an error. */
7635 /* We use char because int might match the return type of a gcc2
7636 builtin and then its argument prototype would still apply. */
7637 char dmalloc_shutdown();
7643 if { (eval echo configure:7644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7645 eval "ac_cv_lib_$ac_lib_var=yes"
7647 echo "configure: failed program was:" >&5
7648 cat conftest.$ac_ext >&5
7650 eval "ac_cv_lib_$ac_lib_var=no"
7653 LIBS="$ac_save_LIBS"
7656 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7657 echo "$ac_t""yes" 1>&6
7658 ac_tr_lib=HAVE_LIB`echo dmalloc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
7659 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
7660 cat >> confdefs.h <<EOF
7661 #define $ac_tr_lib 1
7664 LIBS="-ldmalloc $LIBS"
7667 echo "$ac_t""no" 1>&6
7672 if test $ol_enable_tcl != no ; then
7675 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7676 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7677 echo "configure:7678: checking for $ac_hdr" >&5
7678 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7679 echo $ac_n "(cached) $ac_c" 1>&6
7681 cat > conftest.$ac_ext <<EOF
7682 #line 7683 "configure"
7683 #include "confdefs.h"
7686 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7687 { (eval echo configure:7688: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7688 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7689 if test -z "$ac_err"; then
7691 eval "ac_cv_header_$ac_safe=yes"
7694 echo "configure: failed program was:" >&5
7695 cat conftest.$ac_ext >&5
7697 eval "ac_cv_header_$ac_safe=no"
7701 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7702 echo "$ac_t""yes" 1>&6
7703 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7704 cat >> confdefs.h <<EOF
7705 #define $ac_tr_hdr 1
7709 echo "$ac_t""no" 1>&6
7714 if test $ac_cv_header_tcl_h != yes ; then
7717 echo $ac_n "checking for main in -ltcl""... $ac_c" 1>&6
7718 echo "configure:7719: checking for main in -ltcl" >&5
7719 ac_lib_var=`echo tcl'_'main | sed 'y%./+-%__p_%'`
7720 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7721 echo $ac_n "(cached) $ac_c" 1>&6
7723 ac_save_LIBS="$LIBS"
7725 cat > conftest.$ac_ext <<EOF
7726 #line 7727 "configure"
7727 #include "confdefs.h"
7733 if { (eval echo configure:7734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7735 eval "ac_cv_lib_$ac_lib_var=yes"
7737 echo "configure: failed program was:" >&5
7738 cat conftest.$ac_ext >&5
7740 eval "ac_cv_lib_$ac_lib_var=no"
7743 LIBS="$ac_save_LIBS"
7746 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7747 echo "$ac_t""yes" 1>&6
7748 have_tcl=yes; SLAPD_LIBS="$SLAPD_LIBS -ltcl"
7750 echo "$ac_t""no" 1>&6
7755 if test $have_tcl != yes; then
7756 echo $ac_n "checking for main in -ltcl7.6""... $ac_c" 1>&6
7757 echo "configure:7758: checking for main in -ltcl7.6" >&5
7758 ac_lib_var=`echo tcl7.6'_'main | sed 'y%./+-%__p_%'`
7759 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7760 echo $ac_n "(cached) $ac_c" 1>&6
7762 ac_save_LIBS="$LIBS"
7763 LIBS="-ltcl7.6 $LIBS"
7764 cat > conftest.$ac_ext <<EOF
7765 #line 7766 "configure"
7766 #include "confdefs.h"
7772 if { (eval echo configure:7773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7774 eval "ac_cv_lib_$ac_lib_var=yes"
7776 echo "configure: failed program was:" >&5
7777 cat conftest.$ac_ext >&5
7779 eval "ac_cv_lib_$ac_lib_var=no"
7782 LIBS="$ac_save_LIBS"
7785 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7786 echo "$ac_t""yes" 1>&6
7787 have_tcl=yes; SLAPD_LIBS="$SLAPD_LIBS -ltcl7.6"
7789 echo "$ac_t""no" 1>&6
7795 if test $have_tcl != yes; then
7796 echo $ac_n "checking for main in -ltcl8.0""... $ac_c" 1>&6
7797 echo "configure:7798: checking for main in -ltcl8.0" >&5
7798 ac_lib_var=`echo tcl8.0'_'main | sed 'y%./+-%__p_%'`
7799 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7800 echo $ac_n "(cached) $ac_c" 1>&6
7802 ac_save_LIBS="$LIBS"
7803 LIBS="-ltcl8.0 $LIBS"
7804 cat > conftest.$ac_ext <<EOF
7805 #line 7806 "configure"
7806 #include "confdefs.h"
7812 if { (eval echo configure:7813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7814 eval "ac_cv_lib_$ac_lib_var=yes"
7816 echo "configure: failed program was:" >&5
7817 cat conftest.$ac_ext >&5
7819 eval "ac_cv_lib_$ac_lib_var=no"
7822 LIBS="$ac_save_LIBS"
7825 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7826 echo "$ac_t""yes" 1>&6
7827 have_tcl=yes; SLAPD_LIBS="$SLAPD_LIBS -ltcl8.0"
7829 echo "$ac_t""no" 1>&6
7836 if test $have_tcl != yes ; then
7837 echo "configure: warning: could not find -ltcl" 1>&2
7838 if test $ol_enable_tcl = yes ; then
7839 { echo "configure: error: could not find tcl, select appropriate options or disable" 1>&2; exit 1; }
7846 # ud needs termcap (should insert check here)
7848 for ac_hdr in termcap.h ncurses.h
7850 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7851 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7852 echo "configure:7853: checking for $ac_hdr" >&5
7853 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7854 echo $ac_n "(cached) $ac_c" 1>&6
7856 cat > conftest.$ac_ext <<EOF
7857 #line 7858 "configure"
7858 #include "confdefs.h"
7861 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7862 { (eval echo configure:7863: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7863 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7864 if test -z "$ac_err"; then
7866 eval "ac_cv_header_$ac_safe=yes"
7869 echo "configure: failed program was:" >&5
7870 cat conftest.$ac_ext >&5
7872 eval "ac_cv_header_$ac_safe=no"
7876 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7877 echo "$ac_t""yes" 1>&6
7878 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7879 cat >> confdefs.h <<EOF
7880 #define $ac_tr_hdr 1
7884 echo "$ac_t""no" 1>&6
7889 if test $ol_link_termcap = no ; then
7890 echo $ac_n "checking for tputs in -ltermcap""... $ac_c" 1>&6
7891 echo "configure:7892: checking for tputs in -ltermcap" >&5
7892 ac_lib_var=`echo termcap'_'tputs | sed 'y%./+-%__p_%'`
7893 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7894 echo $ac_n "(cached) $ac_c" 1>&6
7896 ac_save_LIBS="$LIBS"
7897 LIBS="-ltermcap $LIBS"
7898 cat > conftest.$ac_ext <<EOF
7899 #line 7900 "configure"
7900 #include "confdefs.h"
7901 /* Override any gcc2 internal prototype to avoid an error. */
7902 /* We use char because int might match the return type of a gcc2
7903 builtin and then its argument prototype would still apply. */
7910 if { (eval echo configure:7911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7912 eval "ac_cv_lib_$ac_lib_var=yes"
7914 echo "configure: failed program was:" >&5
7915 cat conftest.$ac_ext >&5
7917 eval "ac_cv_lib_$ac_lib_var=no"
7920 LIBS="$ac_save_LIBS"
7923 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7924 echo "$ac_t""yes" 1>&6
7927 echo "$ac_t""no" 1>&6
7931 if test $have_termcap = yes ; then
7932 cat >> confdefs.h <<\EOF
7933 #define HAVE_TERMCAP 1
7937 TERMCAP_LIBS=-ltermcap
7941 if test $ol_link_termcap = no ; then
7942 echo $ac_n "checking for initscr in -lncurses""... $ac_c" 1>&6
7943 echo "configure:7944: checking for initscr in -lncurses" >&5
7944 ac_lib_var=`echo ncurses'_'initscr | sed 'y%./+-%__p_%'`
7945 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7946 echo $ac_n "(cached) $ac_c" 1>&6
7948 ac_save_LIBS="$LIBS"
7949 LIBS="-lncurses $LIBS"
7950 cat > conftest.$ac_ext <<EOF
7951 #line 7952 "configure"
7952 #include "confdefs.h"
7953 /* Override any gcc2 internal prototype to avoid an error. */
7954 /* We use char because int might match the return type of a gcc2
7955 builtin and then its argument prototype would still apply. */
7962 if { (eval echo configure:7963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7964 eval "ac_cv_lib_$ac_lib_var=yes"
7966 echo "configure: failed program was:" >&5
7967 cat conftest.$ac_ext >&5
7969 eval "ac_cv_lib_$ac_lib_var=no"
7972 LIBS="$ac_save_LIBS"
7975 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7976 echo "$ac_t""yes" 1>&6
7979 echo "$ac_t""no" 1>&6
7983 if test $have_ncurses = yes ; then
7984 cat >> confdefs.h <<\EOF
7985 #define HAVE_NCURSES 1
7989 TERMCAP_LIBS=-lncurses
7993 if test $ol_link_termcap = no ; then
7994 cat >> confdefs.h <<\EOF
7995 #define NO_TERMCAP 1
8002 if test $ol_with_readline != no ; then
8003 for ac_hdr in readline/readline.h readline/history.h
8005 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8006 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
8007 echo "configure:8008: checking for $ac_hdr" >&5
8008 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8009 echo $ac_n "(cached) $ac_c" 1>&6
8011 cat > conftest.$ac_ext <<EOF
8012 #line 8013 "configure"
8013 #include "confdefs.h"
8016 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8017 { (eval echo configure:8018: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8018 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8019 if test -z "$ac_err"; then
8021 eval "ac_cv_header_$ac_safe=yes"
8024 echo "configure: failed program was:" >&5
8025 cat conftest.$ac_ext >&5
8027 eval "ac_cv_header_$ac_safe=no"
8031 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8032 echo "$ac_t""yes" 1>&6
8033 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8034 cat >> confdefs.h <<EOF
8035 #define $ac_tr_hdr 1
8039 echo "$ac_t""no" 1>&6
8044 if test $ac_cv_header_readline_readline_h = yes ; then
8046 LIBS="$TERMCAP_LIBS $LIBS"
8047 echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6
8048 echo "configure:8049: checking for readline in -lreadline" >&5
8049 ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'`
8050 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8051 echo $ac_n "(cached) $ac_c" 1>&6
8053 ac_save_LIBS="$LIBS"
8054 LIBS="-lreadline $LIBS"
8055 cat > conftest.$ac_ext <<EOF
8056 #line 8057 "configure"
8057 #include "confdefs.h"
8058 /* Override any gcc2 internal prototype to avoid an error. */
8059 /* We use char because int might match the return type of a gcc2
8060 builtin and then its argument prototype would still apply. */
8067 if { (eval echo configure:8068: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8069 eval "ac_cv_lib_$ac_lib_var=yes"
8071 echo "configure: failed program was:" >&5
8072 cat conftest.$ac_ext >&5
8074 eval "ac_cv_lib_$ac_lib_var=no"
8077 LIBS="$ac_save_LIBS"
8080 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8081 echo "$ac_t""yes" 1>&6
8084 echo "$ac_t""no" 1>&6
8090 if test $have_readline = yes ; then
8091 ol_with_readline=found
8092 ol_link_readline=yes
8094 READLINE_LIBS="-lreadline"
8099 if test $ol_link_readline = yes ; then
8100 cat >> confdefs.h <<\EOF
8101 #define HAVE_READLINE 1
8107 # FreeBSD (and others) have crypt(3) in -lcrypt
8108 if test $ol_enable_crypt != no ; then
8109 echo $ac_n "checking for crypt""... $ac_c" 1>&6
8110 echo "configure:8111: checking for crypt" >&5
8111 if eval "test \"`echo '$''{'ac_cv_func_crypt'+set}'`\" = set"; then
8112 echo $ac_n "(cached) $ac_c" 1>&6
8114 cat > conftest.$ac_ext <<EOF
8115 #line 8116 "configure"
8116 #include "confdefs.h"
8117 /* System header to define __stub macros and hopefully few prototypes,
8118 which can conflict with char crypt(); below. */
8120 /* Override any gcc2 internal prototype to avoid an error. */
8121 /* We use char because int might match the return type of a gcc2
8122 builtin and then its argument prototype would still apply. */
8127 /* The GNU C library defines this for functions which it implements
8128 to always fail with ENOSYS. Some functions are actually named
8129 something starting with __ and the normal name is an alias. */
8130 #if defined (__stub_crypt) || defined (__stub___crypt)
8138 if { (eval echo configure:8139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8140 eval "ac_cv_func_crypt=yes"
8142 echo "configure: failed program was:" >&5
8143 cat conftest.$ac_ext >&5
8145 eval "ac_cv_func_crypt=no"
8150 if eval "test \"`echo '$ac_cv_func_'crypt`\" = yes"; then
8151 echo "$ac_t""yes" 1>&6
8154 echo "$ac_t""no" 1>&6
8156 echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
8157 echo "configure:8158: checking for crypt in -lcrypt" >&5
8158 ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
8159 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8160 echo $ac_n "(cached) $ac_c" 1>&6
8162 ac_save_LIBS="$LIBS"
8163 LIBS="-lcrypt $LIBS"
8164 cat > conftest.$ac_ext <<EOF
8165 #line 8166 "configure"
8166 #include "confdefs.h"
8167 /* Override any gcc2 internal prototype to avoid an error. */
8168 /* We use char because int might match the return type of a gcc2
8169 builtin and then its argument prototype would still apply. */
8176 if { (eval echo configure:8177: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8178 eval "ac_cv_lib_$ac_lib_var=yes"
8180 echo "configure: failed program was:" >&5
8181 cat conftest.$ac_ext >&5
8183 eval "ac_cv_lib_$ac_lib_var=no"
8186 LIBS="$ac_save_LIBS"
8189 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8190 echo "$ac_t""yes" 1>&6
8191 LUTIL_LIBS="$LUTIL_LIBS -lcrypt"
8194 echo "$ac_t""no" 1>&6
8201 if test $have_crypt = yes ; then
8202 cat >> confdefs.h <<\EOF
8203 #define HAVE_CRYPT 1
8207 echo "configure: warning: could not find crypt" 1>&2
8208 if test $ol_enable_crypt = yes ; then
8209 { echo "configure: error: could not find crypt" 1>&2; exit 1; }
8212 echo "configure: warning: disabling crypt support" 1>&2
8217 # FreeBSD (and others) have setproctitle(3) in -lutil
8218 if test $ol_enable_proctitle != no ; then
8219 echo $ac_n "checking for setproctitle""... $ac_c" 1>&6
8220 echo "configure:8221: checking for setproctitle" >&5
8221 if eval "test \"`echo '$''{'ac_cv_func_setproctitle'+set}'`\" = set"; then
8222 echo $ac_n "(cached) $ac_c" 1>&6
8224 cat > conftest.$ac_ext <<EOF
8225 #line 8226 "configure"
8226 #include "confdefs.h"
8227 /* System header to define __stub macros and hopefully few prototypes,
8228 which can conflict with char setproctitle(); below. */
8230 /* Override any gcc2 internal prototype to avoid an error. */
8231 /* We use char because int might match the return type of a gcc2
8232 builtin and then its argument prototype would still apply. */
8233 char setproctitle();
8237 /* The GNU C library defines this for functions which it implements
8238 to always fail with ENOSYS. Some functions are actually named
8239 something starting with __ and the normal name is an alias. */
8240 #if defined (__stub_setproctitle) || defined (__stub___setproctitle)
8248 if { (eval echo configure:8249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8250 eval "ac_cv_func_setproctitle=yes"
8252 echo "configure: failed program was:" >&5
8253 cat conftest.$ac_ext >&5
8255 eval "ac_cv_func_setproctitle=no"
8260 if eval "test \"`echo '$ac_cv_func_'setproctitle`\" = yes"; then
8261 echo "$ac_t""yes" 1>&6
8262 have_setproctitle=yes
8264 echo "$ac_t""no" 1>&6
8266 echo $ac_n "checking for setproctitle in -lutil""... $ac_c" 1>&6
8267 echo "configure:8268: checking for setproctitle in -lutil" >&5
8268 ac_lib_var=`echo util'_'setproctitle | sed 'y%./+-%__p_%'`
8269 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8270 echo $ac_n "(cached) $ac_c" 1>&6
8272 ac_save_LIBS="$LIBS"
8274 cat > conftest.$ac_ext <<EOF
8275 #line 8276 "configure"
8276 #include "confdefs.h"
8277 /* Override any gcc2 internal prototype to avoid an error. */
8278 /* We use char because int might match the return type of a gcc2
8279 builtin and then its argument prototype would still apply. */
8280 char setproctitle();
8286 if { (eval echo configure:8287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8288 eval "ac_cv_lib_$ac_lib_var=yes"
8290 echo "configure: failed program was:" >&5
8291 cat conftest.$ac_ext >&5
8293 eval "ac_cv_lib_$ac_lib_var=no"
8296 LIBS="$ac_save_LIBS"
8299 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8300 echo "$ac_t""yes" 1>&6
8301 have_setproctitle=yes
8302 LUTIL_LIBS="$LUTIL_LIBS -lutil"
8304 echo "$ac_t""no" 1>&6
8305 have_setproctitle=no
8306 LIBOBJS="$LIBOBJS setproctitle.o"
8312 if test $have_setproctitle = yes ; then
8313 cat >> confdefs.h <<\EOF
8314 #define HAVE_SETPROCTITLE 1
8321 echo $ac_n "checking for EBCDIC""... $ac_c" 1>&6
8322 echo "configure:8323: checking for EBCDIC" >&5
8323 if eval "test \"`echo '$''{'ol_cv_cpp_ebcdic'+set}'`\" = set"; then
8324 echo $ac_n "(cached) $ac_c" 1>&6
8327 cat > conftest.$ac_ext <<EOF
8328 #line 8329 "configure"
8329 #include "confdefs.h"
8332 #include <__ASCII__/generate_error.h>
8336 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8337 { (eval echo configure:8338: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8338 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8339 if test -z "$ac_err"; then
8341 ol_cv_cpp_ebcdic=yes
8344 echo "configure: failed program was:" >&5
8345 cat conftest.$ac_ext >&5
8352 echo "$ac_t""$ol_cv_cpp_ebcdic" 1>&6
8353 if test $ol_cv_cpp_ebcdic = yes ; then
8354 cat >> confdefs.h <<\EOF
8355 #define HAVE_EBCDIC 1
8360 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
8361 echo "configure:8362: checking for ANSI C header files" >&5
8362 if eval "test \"`echo '$''{'ol_cv_header_stdc'+set}'`\" = set"; then
8363 echo $ac_n "(cached) $ac_c" 1>&6
8365 cat > conftest.$ac_ext <<EOF
8366 #line 8367 "configure"
8367 #include "confdefs.h"
8373 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8374 { (eval echo configure:8375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8375 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8376 if test -z "$ac_err"; then
8378 ol_cv_header_stdc=yes
8381 echo "configure: failed program was:" >&5
8382 cat conftest.$ac_ext >&5
8384 ol_cv_header_stdc=no
8388 if test $ol_cv_header_stdc = yes; then
8389 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8390 cat > conftest.$ac_ext <<EOF
8391 #line 8392 "configure"
8392 #include "confdefs.h"
8395 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8396 egrep "memchr" >/dev/null 2>&1; then
8400 ol_cv_header_stdc=no
8406 if test $ol_cv_header_stdc = yes; then
8407 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8408 cat > conftest.$ac_ext <<EOF
8409 #line 8410 "configure"
8410 #include "confdefs.h"
8413 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8414 egrep "free" >/dev/null 2>&1; then
8418 ol_cv_header_stdc=no
8424 if test $ol_cv_header_stdc = yes; then
8425 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8426 if test "$cross_compiling" = yes; then
8429 cat > conftest.$ac_ext <<EOF
8430 #line 8431 "configure"
8431 #include "confdefs.h"
8434 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8435 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8437 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
8438 || ('j' <= (c) && (c) <= 'r') \
8439 || ('s' <= (c) && (c) <= 'z'))
8440 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8442 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8443 int main () { int i; for (i = 0; i < 256; i++)
8444 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
8448 if { (eval echo configure:8449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8452 echo "configure: failed program was:" >&5
8453 cat conftest.$ac_ext >&5
8455 ol_cv_header_stdc=no
8463 echo "$ac_t""$ol_cv_header_stdc" 1>&6
8464 if test $ol_cv_header_stdc = yes; then
8465 cat >> confdefs.h <<\EOF
8466 #define STDC_HEADERS 1
8470 ac_cv_header_stdc=disable
8473 if test $ol_cv_header_stdc != yes; then
8474 echo "configure: warning: could not Standard C compliant headers" 1>&2
8478 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
8480 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8481 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
8482 echo "configure:8483: checking for $ac_hdr that defines DIR" >&5
8483 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
8484 echo $ac_n "(cached) $ac_c" 1>&6
8486 cat > conftest.$ac_ext <<EOF
8487 #line 8488 "configure"
8488 #include "confdefs.h"
8489 #include <sys/types.h>
8495 if { (eval echo configure:8496: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8497 eval "ac_cv_header_dirent_$ac_safe=yes"
8499 echo "configure: failed program was:" >&5
8500 cat conftest.$ac_ext >&5
8502 eval "ac_cv_header_dirent_$ac_safe=no"
8506 if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
8507 echo "$ac_t""yes" 1>&6
8508 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8509 cat >> confdefs.h <<EOF
8510 #define $ac_tr_hdr 1
8512 ac_header_dirent=$ac_hdr; break
8514 echo "$ac_t""no" 1>&6
8517 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
8518 if test $ac_header_dirent = dirent.h; then
8519 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
8520 echo "configure:8521: checking for opendir in -ldir" >&5
8521 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
8522 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8523 echo $ac_n "(cached) $ac_c" 1>&6
8525 ac_save_LIBS="$LIBS"
8527 cat > conftest.$ac_ext <<EOF
8528 #line 8529 "configure"
8529 #include "confdefs.h"
8530 /* Override any gcc2 internal prototype to avoid an error. */
8531 /* We use char because int might match the return type of a gcc2
8532 builtin and then its argument prototype would still apply. */
8539 if { (eval echo configure:8540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8541 eval "ac_cv_lib_$ac_lib_var=yes"
8543 echo "configure: failed program was:" >&5
8544 cat conftest.$ac_ext >&5
8546 eval "ac_cv_lib_$ac_lib_var=no"
8549 LIBS="$ac_save_LIBS"
8552 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8553 echo "$ac_t""yes" 1>&6
8556 echo "$ac_t""no" 1>&6
8560 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
8561 echo "configure:8562: checking for opendir in -lx" >&5
8562 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
8563 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8564 echo $ac_n "(cached) $ac_c" 1>&6
8566 ac_save_LIBS="$LIBS"
8568 cat > conftest.$ac_ext <<EOF
8569 #line 8570 "configure"
8570 #include "confdefs.h"
8571 /* Override any gcc2 internal prototype to avoid an error. */
8572 /* We use char because int might match the return type of a gcc2
8573 builtin and then its argument prototype would still apply. */
8580 if { (eval echo configure:8581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8582 eval "ac_cv_lib_$ac_lib_var=yes"
8584 echo "configure: failed program was:" >&5
8585 cat conftest.$ac_ext >&5
8587 eval "ac_cv_lib_$ac_lib_var=no"
8590 LIBS="$ac_save_LIBS"
8593 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8594 echo "$ac_t""yes" 1>&6
8597 echo "$ac_t""no" 1>&6
8602 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
8603 echo "configure:8604: checking for sys/wait.h that is POSIX.1 compatible" >&5
8604 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
8605 echo $ac_n "(cached) $ac_c" 1>&6
8607 cat > conftest.$ac_ext <<EOF
8608 #line 8609 "configure"
8609 #include "confdefs.h"
8610 #include <sys/types.h>
8611 #include <sys/wait.h>
8613 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
8616 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
8621 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
8624 if { (eval echo configure:8625: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8626 ac_cv_header_sys_wait_h=yes
8628 echo "configure: failed program was:" >&5
8629 cat conftest.$ac_ext >&5
8631 ac_cv_header_sys_wait_h=no
8636 echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
8637 if test $ac_cv_header_sys_wait_h = yes; then
8638 cat >> confdefs.h <<\EOF
8639 #define HAVE_SYS_WAIT_H 1
8644 echo $ac_n "checking POSIX termios""... $ac_c" 1>&6
8645 echo "configure:8646: checking POSIX termios" >&5
8646 if eval "test \"`echo '$''{'am_cv_sys_posix_termios'+set}'`\" = set"; then
8647 echo $ac_n "(cached) $ac_c" 1>&6
8649 cat > conftest.$ac_ext <<EOF
8650 #line 8651 "configure"
8651 #include "confdefs.h"
8652 #include <sys/types.h>
8654 #include <termios.h>
8656 /* SunOS 4.0.3 has termios.h but not the library calls. */
8660 if { (eval echo configure:8661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8662 am_cv_sys_posix_termios=yes
8664 echo "configure: failed program was:" >&5
8665 cat conftest.$ac_ext >&5
8667 am_cv_sys_posix_termios=no
8672 echo "$ac_t""$am_cv_sys_posix_termios" 1>&6
8675 echo $ac_n "checking whether use of TIOCGWINSZ requires sys/ioctl.h""... $ac_c" 1>&6
8676 echo "configure:8677: checking whether use of TIOCGWINSZ requires sys/ioctl.h" >&5
8677 if eval "test \"`echo '$''{'am_cv_sys_tiocgwinsz_needs_sys_ioctl_h'+set}'`\" = set"; then
8678 echo $ac_n "(cached) $ac_c" 1>&6
8680 am_cv_sys_tiocgwinsz_needs_sys_ioctl_h=no
8682 gwinsz_in_termios_h=no
8683 if test $am_cv_sys_posix_termios = yes; then
8684 cat > conftest.$ac_ext <<EOF
8685 #line 8686 "configure"
8686 #include "confdefs.h"
8687 #include <sys/types.h>
8688 # include <termios.h>
8694 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8695 egrep "yes" >/dev/null 2>&1; then
8697 gwinsz_in_termios_h=yes
8703 if test $gwinsz_in_termios_h = no; then
8704 cat > conftest.$ac_ext <<EOF
8705 #line 8706 "configure"
8706 #include "confdefs.h"
8707 #include <sys/types.h>
8708 # include <sys/ioctl.h>
8714 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8715 egrep "yes" >/dev/null 2>&1; then
8717 am_cv_sys_tiocgwinsz_needs_sys_ioctl_h=yes
8725 echo "$ac_t""$am_cv_sys_tiocgwinsz_needs_sys_ioctl_h" 1>&6
8726 if test $am_cv_sys_tiocgwinsz_needs_sys_ioctl_h = yes; then
8727 cat >> confdefs.h <<\EOF
8728 #define GWINSZ_IN_SYS_IOCTL 1
8733 if test $am_cv_sys_posix_termios = yes ; then
8734 cat >> confdefs.h <<\EOF
8735 #define HAVE_POSIX_TERMIOS 1
8779 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8780 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
8781 echo "configure:8782: checking for $ac_hdr" >&5
8782 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8783 echo $ac_n "(cached) $ac_c" 1>&6
8785 cat > conftest.$ac_ext <<EOF
8786 #line 8787 "configure"
8787 #include "confdefs.h"
8790 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8791 { (eval echo configure:8792: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8792 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8793 if test -z "$ac_err"; then
8795 eval "ac_cv_header_$ac_safe=yes"
8798 echo "configure: failed program was:" >&5
8799 cat conftest.$ac_ext >&5
8801 eval "ac_cv_header_$ac_safe=no"
8805 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8806 echo "$ac_t""yes" 1>&6
8807 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8808 cat >> confdefs.h <<EOF
8809 #define $ac_tr_hdr 1
8813 echo "$ac_t""no" 1>&6
8818 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
8819 echo "configure:8820: checking for uid_t in sys/types.h" >&5
8820 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
8821 echo $ac_n "(cached) $ac_c" 1>&6
8823 cat > conftest.$ac_ext <<EOF
8824 #line 8825 "configure"
8825 #include "confdefs.h"
8826 #include <sys/types.h>
8828 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8829 egrep "uid_t" >/dev/null 2>&1; then
8831 ac_cv_type_uid_t=yes
8840 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
8841 if test $ac_cv_type_uid_t = no; then
8842 cat >> confdefs.h <<\EOF
8846 cat >> confdefs.h <<\EOF
8852 echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6
8853 echo "configure:8854: checking type of array argument to getgroups" >&5
8854 if eval "test \"`echo '$''{'ac_cv_type_getgroups'+set}'`\" = set"; then
8855 echo $ac_n "(cached) $ac_c" 1>&6
8857 if test "$cross_compiling" = yes; then
8858 ac_cv_type_getgroups=cross
8860 cat > conftest.$ac_ext <<EOF
8861 #line 8862 "configure"
8862 #include "confdefs.h"
8864 /* Thanks to Mike Rendell for this test. */
8865 #include <sys/types.h>
8868 #define MAX(x, y) ((x) > (y) ? (x) : (y))
8873 union { gid_t gval; long lval; } val;
8876 for (i = 0; i < NGID; i++)
8877 gidset[i] = val.gval;
8878 n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
8880 /* Exit non-zero if getgroups seems to require an array of ints. This
8881 happens when gid_t is short but getgroups modifies an array of ints. */
8882 exit ((n > 0 && gidset[n] != val.gval) ? 1 : 0);
8886 if { (eval echo configure:8887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8888 ac_cv_type_getgroups=gid_t
8890 echo "configure: failed program was:" >&5
8891 cat conftest.$ac_ext >&5
8893 ac_cv_type_getgroups=int
8898 if test $ac_cv_type_getgroups = cross; then
8899 cat > conftest.$ac_ext <<EOF
8900 #line 8901 "configure"
8901 #include "confdefs.h"
8904 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8905 egrep "getgroups.*int.*gid_t" >/dev/null 2>&1; then
8907 ac_cv_type_getgroups=gid_t
8910 ac_cv_type_getgroups=int
8917 echo "$ac_t""$ac_cv_type_getgroups" 1>&6
8918 cat >> confdefs.h <<EOF
8919 #define GETGROUPS_T $ac_cv_type_getgroups
8922 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
8923 echo "configure:8924: checking for ANSI C header files" >&5
8924 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
8925 echo $ac_n "(cached) $ac_c" 1>&6
8927 cat > conftest.$ac_ext <<EOF
8928 #line 8929 "configure"
8929 #include "confdefs.h"
8935 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8936 { (eval echo configure:8937: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8937 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8938 if test -z "$ac_err"; then
8940 ac_cv_header_stdc=yes
8943 echo "configure: failed program was:" >&5
8944 cat conftest.$ac_ext >&5
8946 ac_cv_header_stdc=no
8950 if test $ac_cv_header_stdc = yes; then
8951 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8952 cat > conftest.$ac_ext <<EOF
8953 #line 8954 "configure"
8954 #include "confdefs.h"
8957 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8958 egrep "memchr" >/dev/null 2>&1; then
8962 ac_cv_header_stdc=no
8968 if test $ac_cv_header_stdc = yes; then
8969 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8970 cat > conftest.$ac_ext <<EOF
8971 #line 8972 "configure"
8972 #include "confdefs.h"
8975 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8976 egrep "free" >/dev/null 2>&1; then
8980 ac_cv_header_stdc=no
8986 if test $ac_cv_header_stdc = yes; then
8987 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8988 if test "$cross_compiling" = yes; then
8991 cat > conftest.$ac_ext <<EOF
8992 #line 8993 "configure"
8993 #include "confdefs.h"
8995 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8996 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8997 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8998 int main () { int i; for (i = 0; i < 256; i++)
8999 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
9003 if { (eval echo configure:9004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9007 echo "configure: failed program was:" >&5
9008 cat conftest.$ac_ext >&5
9010 ac_cv_header_stdc=no
9018 echo "$ac_t""$ac_cv_header_stdc" 1>&6
9019 if test $ac_cv_header_stdc = yes; then
9020 cat >> confdefs.h <<\EOF
9021 #define STDC_HEADERS 1
9026 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
9027 echo "configure:9028: checking for mode_t" >&5
9028 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
9029 echo $ac_n "(cached) $ac_c" 1>&6
9031 cat > conftest.$ac_ext <<EOF
9032 #line 9033 "configure"
9033 #include "confdefs.h"
9034 #include <sys/types.h>
9040 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9041 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9043 ac_cv_type_mode_t=yes
9046 ac_cv_type_mode_t=no
9051 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
9052 if test $ac_cv_type_mode_t = no; then
9053 cat >> confdefs.h <<\EOF
9059 echo $ac_n "checking for off_t""... $ac_c" 1>&6
9060 echo "configure:9061: checking for off_t" >&5
9061 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
9062 echo $ac_n "(cached) $ac_c" 1>&6
9064 cat > conftest.$ac_ext <<EOF
9065 #line 9066 "configure"
9066 #include "confdefs.h"
9067 #include <sys/types.h>
9073 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9074 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9076 ac_cv_type_off_t=yes
9084 echo "$ac_t""$ac_cv_type_off_t" 1>&6
9085 if test $ac_cv_type_off_t = no; then
9086 cat >> confdefs.h <<\EOF
9092 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
9093 echo "configure:9094: checking for pid_t" >&5
9094 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
9095 echo $ac_n "(cached) $ac_c" 1>&6
9097 cat > conftest.$ac_ext <<EOF
9098 #line 9099 "configure"
9099 #include "confdefs.h"
9100 #include <sys/types.h>
9106 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9107 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9109 ac_cv_type_pid_t=yes
9117 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
9118 if test $ac_cv_type_pid_t = no; then
9119 cat >> confdefs.h <<\EOF
9125 echo $ac_n "checking for ptrdiff_t""... $ac_c" 1>&6
9126 echo "configure:9127: checking for ptrdiff_t" >&5
9127 if eval "test \"`echo '$''{'am_cv_type_ptrdiff_t'+set}'`\" = set"; then
9128 echo $ac_n "(cached) $ac_c" 1>&6
9130 cat > conftest.$ac_ext <<EOF
9131 #line 9132 "configure"
9132 #include "confdefs.h"
9138 if { (eval echo configure:9139: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9140 am_cv_type_ptrdiff_t=yes
9142 echo "configure: failed program was:" >&5
9143 cat conftest.$ac_ext >&5
9145 am_cv_type_ptrdiff_t=no
9150 echo "$ac_t""$am_cv_type_ptrdiff_t" 1>&6
9151 if test $am_cv_type_ptrdiff_t = yes; then
9152 cat >> confdefs.h <<\EOF
9153 #define HAVE_PTRDIFF_T 1
9158 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
9159 echo "configure:9160: checking return type of signal handlers" >&5
9160 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
9161 echo $ac_n "(cached) $ac_c" 1>&6
9163 cat > conftest.$ac_ext <<EOF
9164 #line 9165 "configure"
9165 #include "confdefs.h"
9166 #include <sys/types.h>
9172 extern "C" void (*signal (int, void (*)(int)))(int);
9174 void (*signal ()) ();
9181 if { (eval echo configure:9182: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9183 ac_cv_type_signal=void
9185 echo "configure: failed program was:" >&5
9186 cat conftest.$ac_ext >&5
9188 ac_cv_type_signal=int
9193 echo "$ac_t""$ac_cv_type_signal" 1>&6
9194 cat >> confdefs.h <<EOF
9195 #define RETSIGTYPE $ac_cv_type_signal
9199 echo $ac_n "checking for sig_atomic_t""... $ac_c" 1>&6
9200 echo "configure:9201: checking for sig_atomic_t" >&5
9201 if eval "test \"`echo '$''{'ol_cv_type_sig_atomic_t'+set}'`\" = set"; then
9202 echo $ac_n "(cached) $ac_c" 1>&6
9204 cat > conftest.$ac_ext <<EOF
9205 #line 9206 "configure"
9206 #include "confdefs.h"
9209 sig_atomic_t atomic;
9212 if { (eval echo configure:9213: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9214 ol_cv_type_sig_atomic_t=yes
9216 echo "configure: failed program was:" >&5
9217 cat conftest.$ac_ext >&5
9219 ol_cv_type_sig_atomic_t=no
9224 echo "$ac_t""$ol_cv_type_sig_atomic_t" 1>&6
9225 if test $ol_cv_type_sig_atomic_t = no; then
9226 cat >> confdefs.h <<\EOF
9227 #define sig_atomic_t int
9232 echo $ac_n "checking for size_t""... $ac_c" 1>&6
9233 echo "configure:9234: checking for size_t" >&5
9234 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
9235 echo $ac_n "(cached) $ac_c" 1>&6
9237 cat > conftest.$ac_ext <<EOF
9238 #line 9239 "configure"
9239 #include "confdefs.h"
9240 #include <sys/types.h>
9246 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9247 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
9249 ac_cv_type_size_t=yes
9252 ac_cv_type_size_t=no
9257 echo "$ac_t""$ac_cv_type_size_t" 1>&6
9258 if test $ac_cv_type_size_t = no; then
9259 cat >> confdefs.h <<\EOF
9260 #define size_t unsigned
9265 echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
9266 echo "configure:9267: checking for st_blksize in struct stat" >&5
9267 if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then
9268 echo $ac_n "(cached) $ac_c" 1>&6
9270 cat > conftest.$ac_ext <<EOF
9271 #line 9272 "configure"
9272 #include "confdefs.h"
9273 #include <sys/types.h>
9274 #include <sys/stat.h>
9276 struct stat s; s.st_blksize;
9279 if { (eval echo configure:9280: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9281 ac_cv_struct_st_blksize=yes
9283 echo "configure: failed program was:" >&5
9284 cat conftest.$ac_ext >&5
9286 ac_cv_struct_st_blksize=no
9291 echo "$ac_t""$ac_cv_struct_st_blksize" 1>&6
9292 if test $ac_cv_struct_st_blksize = yes; then
9293 cat >> confdefs.h <<\EOF
9294 #define HAVE_ST_BLKSIZE 1
9299 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
9300 echo "configure:9301: checking whether time.h and sys/time.h may both be included" >&5
9301 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
9302 echo $ac_n "(cached) $ac_c" 1>&6
9304 cat > conftest.$ac_ext <<EOF
9305 #line 9306 "configure"
9306 #include "confdefs.h"
9307 #include <sys/types.h>
9308 #include <sys/time.h>
9314 if { (eval echo configure:9315: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9316 ac_cv_header_time=yes
9318 echo "configure: failed program was:" >&5
9319 cat conftest.$ac_ext >&5
9321 ac_cv_header_time=no
9326 echo "$ac_t""$ac_cv_header_time" 1>&6
9327 if test $ac_cv_header_time = yes; then
9328 cat >> confdefs.h <<\EOF
9329 #define TIME_WITH_SYS_TIME 1
9334 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
9335 echo "configure:9336: checking whether struct tm is in sys/time.h or time.h" >&5
9336 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
9337 echo $ac_n "(cached) $ac_c" 1>&6
9339 cat > conftest.$ac_ext <<EOF
9340 #line 9341 "configure"
9341 #include "confdefs.h"
9342 #include <sys/types.h>
9345 struct tm *tp; tp->tm_sec;
9348 if { (eval echo configure:9349: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9350 ac_cv_struct_tm=time.h
9352 echo "configure: failed program was:" >&5
9353 cat conftest.$ac_ext >&5
9355 ac_cv_struct_tm=sys/time.h
9360 echo "$ac_t""$ac_cv_struct_tm" 1>&6
9361 if test $ac_cv_struct_tm = sys/time.h; then
9362 cat >> confdefs.h <<\EOF
9363 #define TM_IN_SYS_TIME 1
9368 # test for pw_gecos in struct passwd
9369 echo $ac_n "checking struct passwd for pw_gecos""... $ac_c" 1>&6
9370 echo "configure:9371: checking struct passwd for pw_gecos" >&5
9371 if eval "test \"`echo '$''{'ol_cv_struct_passwd_pw_gecos'+set}'`\" = set"; then
9372 echo $ac_n "(cached) $ac_c" 1>&6
9375 cat > conftest.$ac_ext <<EOF
9376 #line 9377 "configure"
9377 #include "confdefs.h"
9382 pwd.pw_gecos = pwd.pw_name;
9386 if { (eval echo configure:9387: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9388 ol_cv_struct_passwd_pw_gecos=yes
9390 echo "configure: failed program was:" >&5
9391 cat conftest.$ac_ext >&5
9393 ol_cv_struct_passwd_pw_gecos=no
9398 echo "$ac_t""$ol_cv_struct_passwd_pw_gecos" 1>&6
9399 if test $ol_cv_struct_passwd_pw_gecos = yes ; then
9400 cat >> confdefs.h <<\EOF
9401 #define HAVE_PW_GECOS 1
9408 echo $ac_n "checking if toupper() requires islower()""... $ac_c" 1>&6
9409 echo "configure:9410: checking if toupper() requires islower()" >&5
9410 if eval "test \"`echo '$''{'ol_cv_c_upper_lower'+set}'`\" = set"; then
9411 echo $ac_n "(cached) $ac_c" 1>&6
9414 if test "$cross_compiling" = yes; then
9415 ol_cv_c_upper_lower=safe
9417 cat > conftest.$ac_ext <<EOF
9418 #line 9419 "configure"
9419 #include "confdefs.h"
9424 if ('C' == toupper('C'))
9430 if { (eval echo configure:9431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9432 ol_cv_c_upper_lower=no
9434 echo "configure: failed program was:" >&5
9435 cat conftest.$ac_ext >&5
9437 ol_cv_c_upper_lower=yes
9444 echo "$ac_t""$ol_cv_c_upper_lower" 1>&6
9445 if test $ol_cv_c_upper_lower != no ; then
9446 cat >> confdefs.h <<\EOF
9447 #define C_UPPER_LOWER 1
9452 echo $ac_n "checking for working const""... $ac_c" 1>&6
9453 echo "configure:9454: checking for working const" >&5
9454 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
9455 echo $ac_n "(cached) $ac_c" 1>&6
9457 cat > conftest.$ac_ext <<EOF
9458 #line 9459 "configure"
9459 #include "confdefs.h"
9463 /* Ultrix mips cc rejects this. */
9464 typedef int charset[2]; const charset x;
9465 /* SunOS 4.1.1 cc rejects this. */
9466 char const *const *ccp;
9468 /* NEC SVR4.0.2 mips cc rejects this. */
9469 struct point {int x, y;};
9470 static struct point const zero = {0,0};
9471 /* AIX XL C 1.02.0.0 rejects this.
9472 It does not let you subtract one const X* pointer from another in an arm
9473 of an if-expression whose if-part is not a constant expression */
9474 const char *g = "string";
9475 ccp = &g + (g ? g-g : 0);
9476 /* HPUX 7.0 cc rejects these. */
9479 ccp = (char const *const *) p;
9480 { /* SCO 3.2v4 cc rejects this. */
9482 char const *s = 0 ? (char *) 0 : (char const *) 0;
9486 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
9488 const int *foo = &x[0];
9491 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
9492 typedef const int *iptr;
9496 { /* AIX XL C 1.02.0.0 rejects this saying
9497 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
9498 struct s { int j; const int *ap[3]; };
9499 struct s *b; b->j = 5;
9501 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
9507 if { (eval echo configure:9508: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9511 echo "configure: failed program was:" >&5
9512 cat conftest.$ac_ext >&5
9519 echo "$ac_t""$ac_cv_c_const" 1>&6
9520 if test $ac_cv_c_const = no; then
9521 cat >> confdefs.h <<\EOF
9527 echo $ac_n "checking if compiler understands volatile""... $ac_c" 1>&6
9528 echo "configure:9529: checking if compiler understands volatile" >&5
9529 if eval "test \"`echo '$''{'ol_cv_c_volatile'+set}'`\" = set"; then
9530 echo $ac_n "(cached) $ac_c" 1>&6
9532 cat > conftest.$ac_ext <<EOF
9533 #line 9534 "configure"
9534 #include "confdefs.h"
9537 volatile int a; int * volatile b = x ? &y : &z;
9538 /* Older MIPS compilers (eg., in Ultrix 4.2) don't like *b = 0 */
9542 if { (eval echo configure:9543: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9544 ol_cv_c_volatile=yes
9546 echo "configure: failed program was:" >&5
9547 cat conftest.$ac_ext >&5
9554 echo "$ac_t""$ol_cv_c_volatile" 1>&6
9555 if test $ol_cv_c_volatile = yes; then
9558 cat >> confdefs.h <<\EOF
9565 if test $cross_compiling = yes ; then
9566 cat >> confdefs.h <<\EOF
9567 #define CROSS_COMPILING 1
9571 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
9572 echo "configure:9573: checking whether byte ordering is bigendian" >&5
9573 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
9574 echo $ac_n "(cached) $ac_c" 1>&6
9576 ac_cv_c_bigendian=unknown
9577 # See if sys/param.h defines the BYTE_ORDER macro.
9578 cat > conftest.$ac_ext <<EOF
9579 #line 9580 "configure"
9580 #include "confdefs.h"
9581 #include <sys/types.h>
9582 #include <sys/param.h>
9585 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
9590 if { (eval echo configure:9591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9592 # It does; now see whether it defined to BIG_ENDIAN or not.
9593 cat > conftest.$ac_ext <<EOF
9594 #line 9595 "configure"
9595 #include "confdefs.h"
9596 #include <sys/types.h>
9597 #include <sys/param.h>
9600 #if BYTE_ORDER != BIG_ENDIAN
9605 if { (eval echo configure:9606: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9607 ac_cv_c_bigendian=yes
9609 echo "configure: failed program was:" >&5
9610 cat conftest.$ac_ext >&5
9612 ac_cv_c_bigendian=no
9616 echo "configure: failed program was:" >&5
9617 cat conftest.$ac_ext >&5
9620 if test $ac_cv_c_bigendian = unknown; then
9621 if test "$cross_compiling" = yes; then
9622 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
9624 cat > conftest.$ac_ext <<EOF
9625 #line 9626 "configure"
9626 #include "confdefs.h"
9628 /* Are we little or big endian? From Harbison&Steele. */
9632 char c[sizeof (long)];
9635 exit (u.c[sizeof (long) - 1] == 1);
9638 if { (eval echo configure:9639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9640 ac_cv_c_bigendian=no
9642 echo "configure: failed program was:" >&5
9643 cat conftest.$ac_ext >&5
9645 ac_cv_c_bigendian=yes
9653 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
9654 if test $ac_cv_c_bigendian = yes; then
9655 cat >> confdefs.h <<\EOF
9656 #define WORDS_BIGENDIAN 1
9661 echo $ac_n "checking size of short""... $ac_c" 1>&6
9662 echo "configure:9663: checking size of short" >&5
9663 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
9664 echo $ac_n "(cached) $ac_c" 1>&6
9666 if test "$cross_compiling" = yes; then
9667 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
9669 cat > conftest.$ac_ext <<EOF
9670 #line 9671 "configure"
9671 #include "confdefs.h"
9675 FILE *f=fopen("conftestval", "w");
9677 fprintf(f, "%d\n", sizeof(short));
9681 if { (eval echo configure:9682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9683 ac_cv_sizeof_short=`cat conftestval`
9685 echo "configure: failed program was:" >&5
9686 cat conftest.$ac_ext >&5
9688 ac_cv_sizeof_short=0
9694 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
9695 cat >> confdefs.h <<EOF
9696 #define SIZEOF_SHORT $ac_cv_sizeof_short
9700 echo $ac_n "checking size of int""... $ac_c" 1>&6
9701 echo "configure:9702: checking size of int" >&5
9702 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
9703 echo $ac_n "(cached) $ac_c" 1>&6
9705 if test "$cross_compiling" = yes; then
9706 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
9708 cat > conftest.$ac_ext <<EOF
9709 #line 9710 "configure"
9710 #include "confdefs.h"
9714 FILE *f=fopen("conftestval", "w");
9716 fprintf(f, "%d\n", sizeof(int));
9720 if { (eval echo configure:9721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9722 ac_cv_sizeof_int=`cat conftestval`
9724 echo "configure: failed program was:" >&5
9725 cat conftest.$ac_ext >&5
9733 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
9734 cat >> confdefs.h <<EOF
9735 #define SIZEOF_INT $ac_cv_sizeof_int
9739 echo $ac_n "checking size of long""... $ac_c" 1>&6
9740 echo "configure:9741: checking size of long" >&5
9741 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
9742 echo $ac_n "(cached) $ac_c" 1>&6
9744 if test "$cross_compiling" = yes; then
9745 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
9747 cat > conftest.$ac_ext <<EOF
9748 #line 9749 "configure"
9749 #include "confdefs.h"
9753 FILE *f=fopen("conftestval", "w");
9755 fprintf(f, "%d\n", sizeof(long));
9759 if { (eval echo configure:9760: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9761 ac_cv_sizeof_long=`cat conftestval`
9763 echo "configure: failed program was:" >&5
9764 cat conftest.$ac_ext >&5
9772 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
9773 cat >> confdefs.h <<EOF
9774 #define SIZEOF_LONG $ac_cv_sizeof_long
9780 echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
9781 echo "configure:9782: checking for 8-bit clean memcmp" >&5
9782 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
9783 echo $ac_n "(cached) $ac_c" 1>&6
9785 if test "$cross_compiling" = yes; then
9786 ac_cv_func_memcmp_clean=no
9788 cat > conftest.$ac_ext <<EOF
9789 #line 9790 "configure"
9790 #include "confdefs.h"
9794 char c0 = 0x40, c1 = 0x80, c2 = 0x81;
9795 exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
9799 if { (eval echo configure:9800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9801 ac_cv_func_memcmp_clean=yes
9803 echo "configure: failed program was:" >&5
9804 cat conftest.$ac_ext >&5
9806 ac_cv_func_memcmp_clean=no
9813 echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
9814 test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
9816 echo $ac_n "checking for strftime""... $ac_c" 1>&6
9817 echo "configure:9818: checking for strftime" >&5
9818 if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then
9819 echo $ac_n "(cached) $ac_c" 1>&6
9821 cat > conftest.$ac_ext <<EOF
9822 #line 9823 "configure"
9823 #include "confdefs.h"
9824 /* System header to define __stub macros and hopefully few prototypes,
9825 which can conflict with char strftime(); below. */
9827 /* Override any gcc2 internal prototype to avoid an error. */
9828 /* We use char because int might match the return type of a gcc2
9829 builtin and then its argument prototype would still apply. */
9834 /* The GNU C library defines this for functions which it implements
9835 to always fail with ENOSYS. Some functions are actually named
9836 something starting with __ and the normal name is an alias. */
9837 #if defined (__stub_strftime) || defined (__stub___strftime)
9845 if { (eval echo configure:9846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9847 eval "ac_cv_func_strftime=yes"
9849 echo "configure: failed program was:" >&5
9850 cat conftest.$ac_ext >&5
9852 eval "ac_cv_func_strftime=no"
9857 if eval "test \"`echo '$ac_cv_func_'strftime`\" = yes"; then
9858 echo "$ac_t""yes" 1>&6
9859 cat >> confdefs.h <<\EOF
9860 #define HAVE_STRFTIME 1
9864 echo "$ac_t""no" 1>&6
9865 # strftime is in -lintl on SCO UNIX.
9866 echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
9867 echo "configure:9868: checking for strftime in -lintl" >&5
9868 ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'`
9869 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9870 echo $ac_n "(cached) $ac_c" 1>&6
9872 ac_save_LIBS="$LIBS"
9874 cat > conftest.$ac_ext <<EOF
9875 #line 9876 "configure"
9876 #include "confdefs.h"
9877 /* Override any gcc2 internal prototype to avoid an error. */
9878 /* We use char because int might match the return type of a gcc2
9879 builtin and then its argument prototype would still apply. */
9886 if { (eval echo configure:9887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9888 eval "ac_cv_lib_$ac_lib_var=yes"
9890 echo "configure: failed program was:" >&5
9891 cat conftest.$ac_ext >&5
9893 eval "ac_cv_lib_$ac_lib_var=no"
9896 LIBS="$ac_save_LIBS"
9899 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9900 echo "$ac_t""yes" 1>&6
9901 cat >> confdefs.h <<\EOF
9902 #define HAVE_STRFTIME 1
9907 echo "$ac_t""no" 1>&6
9912 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
9913 echo "configure:9914: checking for vprintf" >&5
9914 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
9915 echo $ac_n "(cached) $ac_c" 1>&6
9917 cat > conftest.$ac_ext <<EOF
9918 #line 9919 "configure"
9919 #include "confdefs.h"
9920 /* System header to define __stub macros and hopefully few prototypes,
9921 which can conflict with char vprintf(); below. */
9923 /* Override any gcc2 internal prototype to avoid an error. */
9924 /* We use char because int might match the return type of a gcc2
9925 builtin and then its argument prototype would still apply. */
9930 /* The GNU C library defines this for functions which it implements
9931 to always fail with ENOSYS. Some functions are actually named
9932 something starting with __ and the normal name is an alias. */
9933 #if defined (__stub_vprintf) || defined (__stub___vprintf)
9941 if { (eval echo configure:9942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9943 eval "ac_cv_func_vprintf=yes"
9945 echo "configure: failed program was:" >&5
9946 cat conftest.$ac_ext >&5
9948 eval "ac_cv_func_vprintf=no"
9953 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
9954 echo "$ac_t""yes" 1>&6
9955 cat >> confdefs.h <<\EOF
9956 #define HAVE_VPRINTF 1
9960 echo "$ac_t""no" 1>&6
9963 if test "$ac_cv_func_vprintf" != yes; then
9964 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
9965 echo "configure:9966: checking for _doprnt" >&5
9966 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
9967 echo $ac_n "(cached) $ac_c" 1>&6
9969 cat > conftest.$ac_ext <<EOF
9970 #line 9971 "configure"
9971 #include "confdefs.h"
9972 /* System header to define __stub macros and hopefully few prototypes,
9973 which can conflict with char _doprnt(); below. */
9975 /* Override any gcc2 internal prototype to avoid an error. */
9976 /* We use char because int might match the return type of a gcc2
9977 builtin and then its argument prototype would still apply. */
9982 /* The GNU C library defines this for functions which it implements
9983 to always fail with ENOSYS. Some functions are actually named
9984 something starting with __ and the normal name is an alias. */
9985 #if defined (__stub__doprnt) || defined (__stub____doprnt)
9993 if { (eval echo configure:9994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9995 eval "ac_cv_func__doprnt=yes"
9997 echo "configure: failed program was:" >&5
9998 cat conftest.$ac_ext >&5
10000 eval "ac_cv_func__doprnt=no"
10005 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
10006 echo "$ac_t""yes" 1>&6
10007 cat >> confdefs.h <<\EOF
10008 #define HAVE_DOPRNT 1
10012 echo "$ac_t""no" 1>&6
10018 if test $ac_cv_func_vprintf = yes ; then
10019 for ac_func in vsnprintf vsprintf
10021 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10022 echo "configure:10023: checking for $ac_func" >&5
10023 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10024 echo $ac_n "(cached) $ac_c" 1>&6
10026 cat > conftest.$ac_ext <<EOF
10027 #line 10028 "configure"
10028 #include "confdefs.h"
10029 /* System header to define __stub macros and hopefully few prototypes,
10030 which can conflict with char $ac_func(); below. */
10031 #include <assert.h>
10032 /* Override any gcc2 internal prototype to avoid an error. */
10033 /* We use char because int might match the return type of a gcc2
10034 builtin and then its argument prototype would still apply. */
10039 /* The GNU C library defines this for functions which it implements
10040 to always fail with ENOSYS. Some functions are actually named
10041 something starting with __ and the normal name is an alias. */
10042 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10050 if { (eval echo configure:10051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10052 eval "ac_cv_func_$ac_func=yes"
10054 echo "configure: failed program was:" >&5
10055 cat conftest.$ac_ext >&5
10057 eval "ac_cv_func_$ac_func=no"
10062 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10063 echo "$ac_t""yes" 1>&6
10064 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10065 cat >> confdefs.h <<EOF
10066 #define $ac_tr_func 1
10070 echo "$ac_t""no" 1>&6
10108 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10109 echo "configure:10110: checking for $ac_func" >&5
10110 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10111 echo $ac_n "(cached) $ac_c" 1>&6
10113 cat > conftest.$ac_ext <<EOF
10114 #line 10115 "configure"
10115 #include "confdefs.h"
10116 /* System header to define __stub macros and hopefully few prototypes,
10117 which can conflict with char $ac_func(); below. */
10118 #include <assert.h>
10119 /* Override any gcc2 internal prototype to avoid an error. */
10120 /* We use char because int might match the return type of a gcc2
10121 builtin and then its argument prototype would still apply. */
10126 /* The GNU C library defines this for functions which it implements
10127 to always fail with ENOSYS. Some functions are actually named
10128 something starting with __ and the normal name is an alias. */
10129 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10137 if { (eval echo configure:10138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10139 eval "ac_cv_func_$ac_func=yes"
10141 echo "configure: failed program was:" >&5
10142 cat conftest.$ac_ext >&5
10144 eval "ac_cv_func_$ac_func=no"
10149 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10150 echo "$ac_t""yes" 1>&6
10151 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10152 cat >> confdefs.h <<EOF
10153 #define $ac_tr_func 1
10157 echo "$ac_t""no" 1>&6
10162 for ac_func in getopt tempnam
10164 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10165 echo "configure:10166: checking for $ac_func" >&5
10166 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10167 echo $ac_n "(cached) $ac_c" 1>&6
10169 cat > conftest.$ac_ext <<EOF
10170 #line 10171 "configure"
10171 #include "confdefs.h"
10172 /* System header to define __stub macros and hopefully few prototypes,
10173 which can conflict with char $ac_func(); below. */
10174 #include <assert.h>
10175 /* Override any gcc2 internal prototype to avoid an error. */
10176 /* We use char because int might match the return type of a gcc2
10177 builtin and then its argument prototype would still apply. */
10182 /* The GNU C library defines this for functions which it implements
10183 to always fail with ENOSYS. Some functions are actually named
10184 something starting with __ and the normal name is an alias. */
10185 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10193 if { (eval echo configure:10194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10195 eval "ac_cv_func_$ac_func=yes"
10197 echo "configure: failed program was:" >&5
10198 cat conftest.$ac_ext >&5
10200 eval "ac_cv_func_$ac_func=no"
10205 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10206 echo "$ac_t""yes" 1>&6
10207 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10208 cat >> confdefs.h <<EOF
10209 #define $ac_tr_func 1
10213 echo "$ac_t""no" 1>&6
10214 LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}"
10220 # Check Configuration
10222 echo $ac_n "checking declaration of sys_errlist""... $ac_c" 1>&6
10223 echo "configure:10224: checking declaration of sys_errlist" >&5
10224 if eval "test \"`echo '$''{'ol_cv_dcl_sys_errlist'+set}'`\" = set"; then
10225 echo $ac_n "(cached) $ac_c" 1>&6
10228 cat > conftest.$ac_ext <<EOF
10229 #line 10230 "configure"
10230 #include "confdefs.h"
10233 #include <sys/types.h>
10236 char *c = (char *) *sys_errlist
10239 if { (eval echo configure:10240: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10241 ol_cv_dcl_sys_errlist=yes
10243 echo "configure: failed program was:" >&5
10244 cat conftest.$ac_ext >&5
10246 ol_cv_dcl_sys_errlist=no
10251 echo "$ac_t""$ol_cv_dcl_sys_errlist" 1>&6
10252 # It's possible (for near-UNIX clones) that sys_errlist doesn't exist
10253 if test $ol_cv_dcl_sys_errlist = no ; then
10254 cat >> confdefs.h <<\EOF
10255 #define DECL_SYS_ERRLIST 1
10258 echo $ac_n "checking existence of sys_errlist""... $ac_c" 1>&6
10259 echo "configure:10260: checking existence of sys_errlist" >&5
10260 if eval "test \"`echo '$''{'ol_cv_have_sys_errlist'+set}'`\" = set"; then
10261 echo $ac_n "(cached) $ac_c" 1>&6
10264 cat > conftest.$ac_ext <<EOF
10265 #line 10266 "configure"
10266 #include "confdefs.h"
10269 char *c = (char *) *sys_errlist
10272 if { (eval echo configure:10273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10274 ol_cv_have_sys_errlist=yes
10276 echo "configure: failed program was:" >&5
10277 cat conftest.$ac_ext >&5
10279 ol_cv_have_sys_errlist=no
10284 echo "$ac_t""$ol_cv_have_sys_errlist" 1>&6
10285 if test $ol_cv_have_sys_errlist = yes ; then
10286 cat >> confdefs.h <<\EOF
10287 #define HAVE_SYS_ERRLIST 1
10295 echo $ac_n "checking strdup declaration""... $ac_c" 1>&6
10296 echo "configure:10297: checking strdup declaration" >&5
10297 if eval "test \"`echo '$''{'ol_cv_dcl_strdup'+set}'`\" = set"; then
10298 echo $ac_n "(cached) $ac_c" 1>&6
10301 cat > conftest.$ac_ext <<EOF
10302 #line 10303 "configure"
10303 #include "confdefs.h"
10305 #include <string.h>
10307 extern char *strdup();
10310 if { (eval echo configure:10311: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10312 ol_cv_dcl_strdup=yes
10314 echo "configure: failed program was:" >&5
10315 cat conftest.$ac_ext >&5
10317 ol_cv_dcl_strdup=no
10322 echo "$ac_t""$ol_cv_dcl_strdup" 1>&6
10323 if test $ol_cv_dcl_strdup = yes ; then
10324 cat >> confdefs.h <<\EOF
10325 #define DECL_STRDUP 1
10332 if test "$ol_enable_debug" != no ; then
10333 cat >> confdefs.h <<\EOF
10334 #define LDAP_DEBUG 1
10338 if test "$ol_enable_syslog" = yes ; then
10339 cat >> confdefs.h <<\EOF
10340 #define LDAP_SYSLOG 1
10344 if test "$ol_enable_libui" = yes ; then
10345 cat >> confdefs.h <<\EOF
10346 #define LDAP_LIBUI 1
10350 if test "$ol_enable_cache" = no ; then
10351 cat >> confdefs.h <<\EOF
10352 #define LDAP_NOCACHE 1
10356 if test "$ol_enable_dns" != no ; then
10357 cat >> confdefs.h <<\EOF
10358 #define LDAP_API_FEATURE_X_OPENLDAP_V2_DNS LDAP_VENDOR_VERSION
10362 if test "$ol_enable_proctitle" != no ; then
10363 cat >> confdefs.h <<\EOF
10364 #define LDAP_PROCTITLE 1
10368 if test "$ol_enable_referrals" != no ; then
10369 cat >> confdefs.h <<\EOF
10370 #define LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS LDAP_VENDOR_VERSION
10374 if test "$ol_enable_cldap" != no ; then
10375 cat >> confdefs.h <<\EOF
10376 #define LDAP_CONNECTIONLESS 1
10381 if test "$ol_enable_aclgroups" != no ; then
10382 cat >> confdefs.h <<\EOF
10383 #define SLAPD_ACLGROUPS 1
10387 if test "$ol_enable_crypt" != no ; then
10388 cat >> confdefs.h <<\EOF
10389 #define SLAPD_CRYPT 1
10393 if test "$ol_enable_cleartext" != no ; then
10394 cat >> confdefs.h <<\EOF
10395 #define SLAPD_CLEARTEXT 1
10399 if test "$ol_enable_phonetic" != no ; then
10400 cat >> confdefs.h <<\EOF
10401 #define SLAPD_PHONETIC 1
10405 if test "$ol_enable_rlookups" != no ; then
10406 cat >> confdefs.h <<\EOF
10407 #define SLAPD_RLOOKUPS 1
10412 if test "$ol_link_bdb2" != no ; then
10413 cat >> confdefs.h <<\EOF
10414 #define SLAPD_BDB2 1
10421 if test "$ol_link_ldbm" != no ; then
10422 cat >> confdefs.h <<\EOF
10423 #define SLAPD_LDBM 1
10430 if test "$ol_enable_passwd" != no ; then
10431 cat >> confdefs.h <<\EOF
10432 #define SLAPD_PASSWD 1
10439 if test "$ol_enable_perl" != no ; then
10440 cat >> confdefs.h <<\EOF
10441 #define SLAPD_PERL 1
10448 if test "$ol_enable_shell" != no ; then
10449 cat >> confdefs.h <<\EOF
10450 #define SLAPD_SHELL 1
10457 if test "$ol_enable_tcl" != no ; then
10458 cat >> confdefs.h <<\EOF
10459 #define SLAPD_TCL 1
10466 if test "$ol_enable_slurpd" != no -a "$ol_link_threads" != no -a \
10467 $BUILD_SLAPD = yes ; then
10471 if test "$ol_link_isode" != no ; then
10504 cat > confcache <<\EOF
10505 # This file is a shell script that caches the results of configure
10506 # tests run on this system so they can be shared between configure
10507 # scripts and configure runs. It is not useful on other systems.
10508 # If it contains results you don't want to keep, you may remove or edit it.
10510 # By default, configure uses ./config.cache as the cache file,
10511 # creating it if it does not exist already. You can give configure
10512 # the --cache-file=FILE option to use a different cache file; that is
10513 # what configure does when it calls configure scripts in
10514 # subdirectories, so they share the cache.
10515 # Giving --cache-file=/dev/null disables caching, for debugging configure.
10516 # config.status only pays attention to the cache file if you give it the
10517 # --recheck option to rerun configure.
10520 # The following way of writing the cache mishandles newlines in values,
10521 # but we know of no workaround that is simple, portable, and efficient.
10522 # So, don't put newlines in cache variables' values.
10523 # Ultrix sh set writes to stderr and can't be redirected directly,
10524 # and sets the high bit in the cache file unless we assign to the vars.
10526 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10528 # `set' does not quote correctly, so add quotes (double-quote substitution
10529 # turns \\\\ into \\, and sed turns \\ into \).
10531 -e "s/'/'\\\\''/g" \
10532 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
10535 # `set' quotes correctly as required by POSIX, so do not add quotes.
10536 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
10539 if cmp -s $cache_file confcache; then
10542 if test -w $cache_file; then
10543 echo "updating cache $cache_file"
10544 cat confcache > $cache_file
10546 echo "not updating unwritable cache $cache_file"
10551 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
10553 test "x$prefix" = xNONE && prefix=$ac_default_prefix
10554 # Let make expand exec_prefix.
10555 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
10557 # Any assignment to VPATH causes Sun make to only execute
10558 # the first set of double-colon rules, so remove it if not needed.
10559 # If there is a colon in the path, we need to keep it.
10560 if test "x$srcdir" = x.; then
10561 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
10564 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
10566 DEFS=-DHAVE_CONFIG_H
10568 # Without the "./", some shells look in PATH for config.status.
10569 : ${CONFIG_STATUS=./config.status}
10571 echo creating $CONFIG_STATUS
10572 rm -f $CONFIG_STATUS
10573 cat > $CONFIG_STATUS <<EOF
10575 # Generated automatically by configure.
10576 # Run this file to recreate the current configuration.
10577 # This directory was configured as follows,
10578 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
10580 # $0 $ac_configure_args
10582 # Compiler output produced by configure, useful for debugging
10583 # configure, is in ./config.log if it exists.
10585 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
10588 case "\$ac_option" in
10589 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
10590 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
10591 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
10592 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
10593 echo "$CONFIG_STATUS generated by autoconf version 2.13"
10595 -help | --help | --hel | --he | --h)
10596 echo "\$ac_cs_usage"; exit 0 ;;
10597 *) echo "\$ac_cs_usage"; exit 1 ;;
10601 ac_given_srcdir=$srcdir
10602 ac_given_INSTALL="$INSTALL"
10604 trap 'rm -fr `echo "\
10605 Makefile:build/top.mk:Makefile.in:build/dir.mk \
10606 doc/Makefile:build/top.mk:doc/Makefile.in:build/dir.mk \
10607 doc/man/Makefile:build/top.mk:doc/man/Makefile.in:build/dir.mk \
10608 doc/man/man1/Makefile:build/top.mk:doc/man/man1/Makefile.in:build/man.mk \
10609 doc/man/man3/Makefile:build/top.mk:doc/man/man3/Makefile.in:build/man.mk \
10610 doc/man/man5/Makefile:build/top.mk:doc/man/man5/Makefile.in:build/man.mk \
10611 doc/man/man8/Makefile:build/top.mk:doc/man/man8/Makefile.in:build/man.mk \
10612 clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk \
10613 clients/finger/Makefile:build/top.mk:clients/finger/Makefile.in:build/rules.mk \
10614 clients/fax500/Makefile:build/top.mk:clients/fax500/Makefile.in:build/rules.mk \
10615 clients/gopher/Makefile:build/top.mk:clients/gopher/Makefile.in:build/rules.mk \
10616 clients/mail500/Makefile:build/top.mk:clients/mail500/Makefile.in:build/rules.mk \
10617 clients/rcpt500/Makefile:build/top.mk:clients/rcpt500/Makefile.in:build/rules.mk \
10618 clients/ud/Makefile:build/top.mk:clients/ud/Makefile.in:build/rules.mk \
10619 clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk \
10620 include/Makefile:build/top.mk:include/Makefile.in \
10621 libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk \
10622 libraries/libavl/Makefile:build/top.mk:libraries/libavl/Makefile.in:build/lib.mk:build/lib-static.mk \
10623 libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk \
10624 libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk \
10625 libraries/libldap_r/Makefile:build/top.mk:libraries/libldap_r/Makefile.in:build/lib.mk:build/lib-shared.mk \
10626 libraries/libldbm/Makefile:build/top.mk:libraries/libldbm/Makefile.in:build/lib.mk:build/lib-static.mk \
10627 libraries/libldif/Makefile:build/top.mk:libraries/libldif/Makefile.in:build/lib.mk:build/lib-static.mk \
10628 libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk \
10629 servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk \
10630 servers/ldapd/Makefile:build/top.mk:servers/ldapd/Makefile.in:build/srv.mk \
10631 servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk \
10632 servers/slapd/back-bdb2/Makefile:build/top.mk:servers/slapd/back-bdb2/Makefile.in:build/srv.mk \
10633 servers/slapd/back-ldbm/Makefile:build/top.mk:servers/slapd/back-ldbm/Makefile.in:build/srv.mk \
10634 servers/slapd/back-passwd/Makefile:build/top.mk:servers/slapd/back-passwd/Makefile.in:build/srv.mk \
10635 servers/slapd/back-perl/Makefile:build/top.mk:servers/slapd/back-perl/Makefile.in:build/srv.mk \
10636 servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Makefile.in:build/srv.mk \
10637 servers/slapd/back-tcl/Makefile:build/top.mk:servers/slapd/back-tcl/Makefile.in:build/srv.mk \
10638 servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk \
10639 servers/slapd/tools/Makefile:build/top.mk:servers/slapd/tools/Makefile.in \
10640 servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:build/srv.mk \
10641 tests/Makefile:build/top.mk:tests/Makefile.in:build/dir.mk \
10642 tests/progs/Makefile:build/top.mk:tests/progs/Makefile.in:build/rules.mk \
10643 contrib/Makefile:build/top.mk:contrib/Makefile.in:build/dir.mk \
10644 contrib/saucer/Makefile:build/top.mk:contrib/saucer/Makefile.in:build/rules.mk \
10645 include/portable.h include/ldap_features.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
10647 cat >> $CONFIG_STATUS <<EOF
10649 # Protect against being on the right side of a sed subst in config.status.
10650 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
10651 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
10655 s%@CFLAGS@%$CFLAGS%g
10656 s%@CPPFLAGS@%$CPPFLAGS%g
10657 s%@CXXFLAGS@%$CXXFLAGS%g
10658 s%@FFLAGS@%$FFLAGS%g
10660 s%@LDFLAGS@%$LDFLAGS%g
10662 s%@exec_prefix@%$exec_prefix%g
10663 s%@prefix@%$prefix%g
10664 s%@program_transform_name@%$program_transform_name%g
10665 s%@bindir@%$bindir%g
10666 s%@sbindir@%$sbindir%g
10667 s%@libexecdir@%$libexecdir%g
10668 s%@datadir@%$datadir%g
10669 s%@sysconfdir@%$sysconfdir%g
10670 s%@sharedstatedir@%$sharedstatedir%g
10671 s%@localstatedir@%$localstatedir%g
10672 s%@libdir@%$libdir%g
10673 s%@includedir@%$includedir%g
10674 s%@oldincludedir@%$oldincludedir%g
10675 s%@infodir@%$infodir%g
10676 s%@mandir@%$mandir%g
10677 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
10678 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
10679 s%@INSTALL_DATA@%$INSTALL_DATA%g
10680 s%@PACKAGE@%$PACKAGE%g
10681 s%@VERSION@%$VERSION%g
10682 s%@ACLOCAL@%$ACLOCAL%g
10683 s%@AUTOCONF@%$AUTOCONF%g
10684 s%@AUTOMAKE@%$AUTOMAKE%g
10685 s%@AUTOHEADER@%$AUTOHEADER%g
10686 s%@MAKEINFO@%$MAKEINFO%g
10687 s%@SET_MAKE@%$SET_MAKE%g
10688 s%@top_builddir@%$top_builddir%g
10689 s%@ldap_subdir@%$ldap_subdir%g
10691 s%@host_alias@%$host_alias%g
10692 s%@host_cpu@%$host_cpu%g
10693 s%@host_vendor@%$host_vendor%g
10694 s%@host_os@%$host_os%g
10695 s%@RANLIB@%$RANLIB%g
10700 s%@LIBTOOL@%$LIBTOOL%g
10703 s%@SENDMAIL@%$SENDMAIL%g
10704 s%@EDITOR@%$EDITOR%g
10705 s%@FINGER@%$FINGER%g
10706 s%@PERLBIN@%$PERLBIN%g
10708 s%@EXEEXT@%$EXEEXT%g
10709 s%@OBJEXT@%$OBJEXT%g
10711 s%@LIBOBJS@%$LIBOBJS%g
10712 s%@BUILD_LDAPD@%$BUILD_LDAPD%g
10713 s%@BUILD_SLAPD@%$BUILD_SLAPD%g
10714 s%@BUILD_BDB2@%$BUILD_BDB2%g
10715 s%@BUILD_LDBM@%$BUILD_LDBM%g
10716 s%@BUILD_PASSWD@%$BUILD_PASSWD%g
10717 s%@BUILD_PERL@%$BUILD_PERL%g
10718 s%@BUILD_SHELL@%$BUILD_SHELL%g
10719 s%@BUILD_TCL@%$BUILD_TCL%g
10720 s%@BUILD_SLURPD@%$BUILD_SLURPD%g
10721 s%@LDAP_LIBS@%$LDAP_LIBS%g
10722 s%@LDAPD_LIBS@%$LDAPD_LIBS%g
10723 s%@SLAPD_LIBS@%$SLAPD_LIBS%g
10724 s%@SLURPD_LIBS@%$SLURPD_LIBS%g
10725 s%@LDBM_LIBS@%$LDBM_LIBS%g
10726 s%@LTHREAD_LIBS@%$LTHREAD_LIBS%g
10727 s%@LUTIL_LIBS@%$LUTIL_LIBS%g
10728 s%@SLAPD_PERL_CPPFLAGS@%$SLAPD_PERL_CPPFLAGS%g
10729 s%@SLAPD_PERL_LDFLAGS@%$SLAPD_PERL_LDFLAGS%g
10730 s%@KRB_LIBS@%$KRB_LIBS%g
10731 s%@READLINE_LIBS@%$READLINE_LIBS%g
10732 s%@TERMCAP_LIBS@%$TERMCAP_LIBS%g
10733 s%@TLS_LIBS@%$TLS_LIBS%g
10738 cat >> $CONFIG_STATUS <<\EOF
10740 # Split the substitutions into bite-sized pieces for seds with
10741 # small command number limits, like on Digital OSF/1 and HP-UX.
10742 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
10743 ac_file=1 # Number of current file.
10744 ac_beg=1 # First line for current file.
10745 ac_end=$ac_max_sed_cmds # Line after last line for current file.
10748 while $ac_more_lines; do
10749 if test $ac_beg -gt 1; then
10750 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
10752 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
10754 if test ! -s conftest.s$ac_file; then
10755 ac_more_lines=false
10756 rm -f conftest.s$ac_file
10758 if test -z "$ac_sed_cmds"; then
10759 ac_sed_cmds="sed -f conftest.s$ac_file"
10761 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
10763 ac_file=`expr $ac_file + 1`
10765 ac_end=`expr $ac_end + $ac_max_sed_cmds`
10768 if test -z "$ac_sed_cmds"; then
10773 cat >> $CONFIG_STATUS <<EOF
10775 CONFIG_FILES=\${CONFIG_FILES-"\
10776 Makefile:build/top.mk:Makefile.in:build/dir.mk \
10777 doc/Makefile:build/top.mk:doc/Makefile.in:build/dir.mk \
10778 doc/man/Makefile:build/top.mk:doc/man/Makefile.in:build/dir.mk \
10779 doc/man/man1/Makefile:build/top.mk:doc/man/man1/Makefile.in:build/man.mk \
10780 doc/man/man3/Makefile:build/top.mk:doc/man/man3/Makefile.in:build/man.mk \
10781 doc/man/man5/Makefile:build/top.mk:doc/man/man5/Makefile.in:build/man.mk \
10782 doc/man/man8/Makefile:build/top.mk:doc/man/man8/Makefile.in:build/man.mk \
10783 clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk \
10784 clients/finger/Makefile:build/top.mk:clients/finger/Makefile.in:build/rules.mk \
10785 clients/fax500/Makefile:build/top.mk:clients/fax500/Makefile.in:build/rules.mk \
10786 clients/gopher/Makefile:build/top.mk:clients/gopher/Makefile.in:build/rules.mk \
10787 clients/mail500/Makefile:build/top.mk:clients/mail500/Makefile.in:build/rules.mk \
10788 clients/rcpt500/Makefile:build/top.mk:clients/rcpt500/Makefile.in:build/rules.mk \
10789 clients/ud/Makefile:build/top.mk:clients/ud/Makefile.in:build/rules.mk \
10790 clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk \
10791 include/Makefile:build/top.mk:include/Makefile.in \
10792 libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk \
10793 libraries/libavl/Makefile:build/top.mk:libraries/libavl/Makefile.in:build/lib.mk:build/lib-static.mk \
10794 libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk \
10795 libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk \
10796 libraries/libldap_r/Makefile:build/top.mk:libraries/libldap_r/Makefile.in:build/lib.mk:build/lib-shared.mk \
10797 libraries/libldbm/Makefile:build/top.mk:libraries/libldbm/Makefile.in:build/lib.mk:build/lib-static.mk \
10798 libraries/libldif/Makefile:build/top.mk:libraries/libldif/Makefile.in:build/lib.mk:build/lib-static.mk \
10799 libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk \
10800 servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk \
10801 servers/ldapd/Makefile:build/top.mk:servers/ldapd/Makefile.in:build/srv.mk \
10802 servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk \
10803 servers/slapd/back-bdb2/Makefile:build/top.mk:servers/slapd/back-bdb2/Makefile.in:build/srv.mk \
10804 servers/slapd/back-ldbm/Makefile:build/top.mk:servers/slapd/back-ldbm/Makefile.in:build/srv.mk \
10805 servers/slapd/back-passwd/Makefile:build/top.mk:servers/slapd/back-passwd/Makefile.in:build/srv.mk \
10806 servers/slapd/back-perl/Makefile:build/top.mk:servers/slapd/back-perl/Makefile.in:build/srv.mk \
10807 servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Makefile.in:build/srv.mk \
10808 servers/slapd/back-tcl/Makefile:build/top.mk:servers/slapd/back-tcl/Makefile.in:build/srv.mk \
10809 servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk \
10810 servers/slapd/tools/Makefile:build/top.mk:servers/slapd/tools/Makefile.in \
10811 servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:build/srv.mk \
10812 tests/Makefile:build/top.mk:tests/Makefile.in:build/dir.mk \
10813 tests/progs/Makefile:build/top.mk:tests/progs/Makefile.in:build/rules.mk \
10814 contrib/Makefile:build/top.mk:contrib/Makefile.in:build/dir.mk \
10815 contrib/saucer/Makefile:build/top.mk:contrib/saucer/Makefile.in:build/rules.mk \
10818 cat >> $CONFIG_STATUS <<\EOF
10819 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
10820 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10822 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
10823 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
10824 *) ac_file_in="${ac_file}.in" ;;
10827 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
10829 # Remove last slash and all that follows it. Not all systems have dirname.
10830 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
10831 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
10832 # The file is in a subdirectory.
10833 test ! -d "$ac_dir" && mkdir "$ac_dir"
10834 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
10835 # A "../" for each directory in $ac_dir_suffix.
10836 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
10838 ac_dir_suffix= ac_dots=
10841 case "$ac_given_srcdir" in
10843 if test -z "$ac_dots"; then top_srcdir=.
10844 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
10845 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
10846 *) # Relative path.
10847 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
10848 top_srcdir="$ac_dots$ac_given_srcdir" ;;
10851 case "$ac_given_INSTALL" in
10852 [/$]*) INSTALL="$ac_given_INSTALL" ;;
10853 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
10856 echo creating "$ac_file"
10858 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
10860 *Makefile*) ac_comsub="1i\\
10861 # $configure_input" ;;
10865 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
10867 s%@configure_input@%$configure_input%g
10868 s%@srcdir@%$srcdir%g
10869 s%@top_srcdir@%$top_srcdir%g
10870 s%@INSTALL@%$INSTALL%g
10871 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
10875 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
10876 # NAME is the cpp macro being defined and VALUE is the value it is being given.
10878 # ac_d sets the value in "#define NAME VALUE" lines.
10879 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10880 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
10883 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
10884 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10885 ac_uB='\([ ]\)%\1#\2define\3'
10888 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10889 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10890 ac_eB='$%\1#\2define\3'
10894 if test "${CONFIG_HEADERS+set}" != set; then
10896 cat >> $CONFIG_STATUS <<EOF
10897 CONFIG_HEADERS="include/portable.h include/ldap_features.h"
10899 cat >> $CONFIG_STATUS <<\EOF
10901 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
10902 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10904 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
10905 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
10906 *) ac_file_in="${ac_file}.in" ;;
10909 echo creating $ac_file
10911 rm -f conftest.frag conftest.in conftest.out
10912 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
10913 cat $ac_file_inputs > conftest.in
10917 # Transform confdefs.h into a sed script conftest.vals that substitutes
10918 # the proper values into config.h.in to produce config.h. And first:
10919 # Protect against being on the right side of a sed subst in config.status.
10920 # Protect against being in an unquoted here document in config.status.
10921 rm -f conftest.vals
10922 cat > conftest.hdr <<\EOF
10925 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
10929 sed -n -f conftest.hdr confdefs.h > conftest.vals
10932 # This sed command replaces #undef with comments. This is necessary, for
10933 # example, in the case of _POSIX_SOURCE, which is predefined and required
10934 # on some systems where configure will not decide to define it.
10935 cat >> conftest.vals <<\EOF
10936 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
10939 # Break up conftest.vals because some shells have a limit on
10940 # the size of here documents, and old seds have small limits too.
10942 rm -f conftest.tail
10945 ac_lines=`grep -c . conftest.vals`
10946 # grep -c gives empty output for an empty file on some AIX systems.
10947 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
10948 # Write a limited-size here document to conftest.frag.
10949 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
10950 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
10952 sed -f conftest.frag conftest.in > conftest.out
10954 mv conftest.out conftest.in
10955 ' >> $CONFIG_STATUS
10956 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
10957 rm -f conftest.vals
10958 mv conftest.tail conftest.vals
10960 rm -f conftest.vals
10962 cat >> $CONFIG_STATUS <<\EOF
10963 rm -f conftest.frag conftest.h
10964 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
10965 cat conftest.in >> conftest.h
10967 if cmp -s $ac_file conftest.h 2>/dev/null; then
10968 echo "$ac_file is unchanged"
10971 # Remove last slash and all that follows it. Not all systems have dirname.
10972 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
10973 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
10974 # The file is in a subdirectory.
10975 test ! -d "$ac_dir" && mkdir "$ac_dir"
10978 mv conftest.h $ac_file
10983 cat >> $CONFIG_STATUS <<EOF
10986 cat >> $CONFIG_STATUS <<\EOF
10989 echo Please \"make depend\" to build dependencies
10993 chmod +x $CONFIG_STATUS
10994 rm -fr confdefs* $ac_clean_files
10995 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1