]> git.sur5r.net Git - openldap/blob - configure
b64c4df8626005d4507507281f3fe6e4a0310c26
[openldap] / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.12 
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6 #
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_default_prefix=/usr/local
15 ac_help="$ac_help
16   --with-subdir=DIR change default subdirectory used for installs"
17 ac_help="$ac_help
18   --enable-debug        enable debugging (yes)"
19 ac_help="$ac_help
20   --enable-proctitle    enable proctitle support (yes)"
21 ac_help="$ac_help
22   --enable-cache        enable caching (yes)"
23 ac_help="$ac_help
24   --enable-dns          enable V2 DNS  extension (no)"
25 ac_help="$ac_help
26   --enable-referrals    enable V2 Referrals extension (yes)"
27 ac_help="$ac_help
28   --enable-cldap        enable connectionless ldap (no)"
29 ac_help="$ac_help
30   --enable-x-compile    enable cross compiling (no)"
31 ac_help="$ac_help
32   --enable-dmalloc      enable debug malloc support (no)"
33 ac_help="$ac_help
34   --with-kerberos       use Kerberos (auto)"
35 ac_help="$ac_help
36   --with-threads        use threads (auto)"
37 ac_help="$ac_help
38   --with-yielding-select        with implicitly yielding select (auto)"
39 ac_help="$ac_help
40 LDAPD Options:"
41 ac_help="$ac_help
42   --enable-ldapd        enable building ldapd (no)"
43 ac_help="$ac_help
44 SLAPD Options:"
45 ac_help="$ac_help
46   --enable-slapd        enable building slapd (yes)"
47 ac_help="$ac_help
48     --enable-aclgroups  enable ACL group support (auto)"
49 ac_help="$ac_help
50     --enable-cleartext  enable cleartext passwords (yes)"
51 ac_help="$ac_help
52     --enable-crypt      enable crypt(3) passwords (auto)"
53 ac_help="$ac_help
54     --enable-wrappers   enable tcp wrapper support (no)"
55 ac_help="$ac_help
56     --enable-phonetic   enable phonetic/soundex (no)"
57 ac_help="$ac_help
58     --enable-rlookups   enable reverse lookups (auto)"
59 ac_help="$ac_help
60     --enable-ldbm       enable ldbm backend (yes)"
61 ac_help="$ac_help
62       --with-ldbm-api   use LDBM API (auto)"
63 ac_help="$ac_help
64       --with-ldbm-type  use LDBM type (auto)"
65 ac_help="$ac_help
66     --enable-passwd     enable passwd backend (no)"
67 ac_help="$ac_help
68     --enable-shell      enable shell backend (no)"
69 ac_help="$ac_help
70 SLURPD Options:"
71 ac_help="$ac_help
72   --enable-slurpd       enable building slurpd (auto)"
73 ac_help="$ac_help
74 Library Generation & Linking Options"
75 ac_help="$ac_help
76   --enable-static         build static libraries [default=yes]
77   --enable-static=PKGS    only build shared libraries if the current package
78                           appears as an element in the PKGS list"
79 ac_help="$ac_help
80   --enable-shared         build shared libraries [default=yes]
81   --enable-shared=PKGS    only build shared libraries if the current package
82                           appears as an element in the PKGS list"
83 ac_help="$ac_help
84   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"
85
86 # Initialize some variables set by options.
87 # The variables have the same names as the options, with
88 # dashes changed to underlines.
89 build=NONE
90 cache_file=./config.cache
91 exec_prefix=NONE
92 host=NONE
93 no_create=
94 nonopt=NONE
95 no_recursion=
96 prefix=NONE
97 program_prefix=NONE
98 program_suffix=NONE
99 program_transform_name=s,x,x,
100 silent=
101 site=
102 srcdir=
103 target=NONE
104 verbose=
105 x_includes=NONE
106 x_libraries=NONE
107 bindir='${exec_prefix}/bin'
108 sbindir='${exec_prefix}/sbin'
109 libexecdir='${exec_prefix}/libexec'
110 datadir='${prefix}/share'
111 sysconfdir='${prefix}/etc'
112 sharedstatedir='${prefix}/com'
113 localstatedir='${prefix}/var'
114 libdir='${exec_prefix}/lib'
115 includedir='${prefix}/include'
116 oldincludedir='/usr/include'
117 infodir='${prefix}/info'
118 mandir='${prefix}/man'
119
120 # Initialize some other variables.
121 subdirs=
122 MFLAGS= MAKEFLAGS=
123 # Maximum number of lines to put in a shell here document.
124 ac_max_here_lines=12
125
126 ac_prev=
127 for ac_option
128 do
129
130   # If the previous option needs an argument, assign it.
131   if test -n "$ac_prev"; then
132     eval "$ac_prev=\$ac_option"
133     ac_prev=
134     continue
135   fi
136
137   case "$ac_option" in
138   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
139   *) ac_optarg= ;;
140   esac
141
142   # Accept the important Cygnus configure options, so we can diagnose typos.
143
144   case "$ac_option" in
145
146   -bindir | --bindir | --bindi | --bind | --bin | --bi)
147     ac_prev=bindir ;;
148   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
149     bindir="$ac_optarg" ;;
150
151   -build | --build | --buil | --bui | --bu)
152     ac_prev=build ;;
153   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
154     build="$ac_optarg" ;;
155
156   -cache-file | --cache-file | --cache-fil | --cache-fi \
157   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
158     ac_prev=cache_file ;;
159   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
160   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
161     cache_file="$ac_optarg" ;;
162
163   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
164     ac_prev=datadir ;;
165   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
166   | --da=*)
167     datadir="$ac_optarg" ;;
168
169   -disable-* | --disable-*)
170     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
171     # Reject names that are not valid shell variable names.
172     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
173       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
174     fi
175     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
176     eval "enable_${ac_feature}=no" ;;
177
178   -enable-* | --enable-*)
179     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
180     # Reject names that are not valid shell variable names.
181     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
182       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
183     fi
184     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
185     case "$ac_option" in
186       *=*) ;;
187       *) ac_optarg=yes ;;
188     esac
189     eval "enable_${ac_feature}='$ac_optarg'" ;;
190
191   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
192   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
193   | --exec | --exe | --ex)
194     ac_prev=exec_prefix ;;
195   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
196   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
197   | --exec=* | --exe=* | --ex=*)
198     exec_prefix="$ac_optarg" ;;
199
200   -gas | --gas | --ga | --g)
201     # Obsolete; use --with-gas.
202     with_gas=yes ;;
203
204   -help | --help | --hel | --he)
205     # Omit some internal or obsolete options to make the list less imposing.
206     # This message is too long to be a string in the A/UX 3.1 sh.
207     cat << EOF
208 Usage: configure [options] [host]
209 Options: [defaults in brackets after descriptions]
210 Configuration:
211   --cache-file=FILE       cache test results in FILE
212   --help                  print this message
213   --no-create             do not create output files
214   --quiet, --silent       do not print \`checking...' messages
215   --version               print the version of autoconf that created configure
216 Directory and file names:
217   --prefix=PREFIX         install architecture-independent files in PREFIX
218                           [$ac_default_prefix]
219   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
220                           [same as prefix]
221   --bindir=DIR            user executables in DIR [EPREFIX/bin]
222   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
223   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
224   --datadir=DIR           read-only architecture-independent data in DIR
225                           [PREFIX/share]
226   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
227   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
228                           [PREFIX/com]
229   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
230   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
231   --includedir=DIR        C header files in DIR [PREFIX/include]
232   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
233   --infodir=DIR           info documentation in DIR [PREFIX/info]
234   --mandir=DIR            man documentation in DIR [PREFIX/man]
235   --srcdir=DIR            find the sources in DIR [configure dir or ..]
236   --program-prefix=PREFIX prepend PREFIX to installed program names
237   --program-suffix=SUFFIX append SUFFIX to installed program names
238   --program-transform-name=PROGRAM
239                           run sed PROGRAM on installed program names
240 EOF
241     cat << EOF
242 Host type:
243   --build=BUILD           configure for building on BUILD [BUILD=HOST]
244   --host=HOST             configure for HOST [guessed]
245   --target=TARGET         configure for TARGET [TARGET=HOST]
246 Features and packages:
247   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
248   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
249   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
250   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
251   --x-includes=DIR        X include files are in DIR
252   --x-libraries=DIR       X library files are in DIR
253 EOF
254     if test -n "$ac_help"; then
255       echo "--enable and --with options recognized:$ac_help"
256     fi
257     exit 0 ;;
258
259   -host | --host | --hos | --ho)
260     ac_prev=host ;;
261   -host=* | --host=* | --hos=* | --ho=*)
262     host="$ac_optarg" ;;
263
264   -includedir | --includedir | --includedi | --included | --include \
265   | --includ | --inclu | --incl | --inc)
266     ac_prev=includedir ;;
267   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
268   | --includ=* | --inclu=* | --incl=* | --inc=*)
269     includedir="$ac_optarg" ;;
270
271   -infodir | --infodir | --infodi | --infod | --info | --inf)
272     ac_prev=infodir ;;
273   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
274     infodir="$ac_optarg" ;;
275
276   -libdir | --libdir | --libdi | --libd)
277     ac_prev=libdir ;;
278   -libdir=* | --libdir=* | --libdi=* | --libd=*)
279     libdir="$ac_optarg" ;;
280
281   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
282   | --libexe | --libex | --libe)
283     ac_prev=libexecdir ;;
284   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
285   | --libexe=* | --libex=* | --libe=*)
286     libexecdir="$ac_optarg" ;;
287
288   -localstatedir | --localstatedir | --localstatedi | --localstated \
289   | --localstate | --localstat | --localsta | --localst \
290   | --locals | --local | --loca | --loc | --lo)
291     ac_prev=localstatedir ;;
292   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
293   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
294   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
295     localstatedir="$ac_optarg" ;;
296
297   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
298     ac_prev=mandir ;;
299   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
300     mandir="$ac_optarg" ;;
301
302   -nfp | --nfp | --nf)
303     # Obsolete; use --without-fp.
304     with_fp=no ;;
305
306   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
307   | --no-cr | --no-c)
308     no_create=yes ;;
309
310   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
311   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
312     no_recursion=yes ;;
313
314   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
315   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
316   | --oldin | --oldi | --old | --ol | --o)
317     ac_prev=oldincludedir ;;
318   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
319   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
320   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
321     oldincludedir="$ac_optarg" ;;
322
323   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
324     ac_prev=prefix ;;
325   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
326     prefix="$ac_optarg" ;;
327
328   -program-prefix | --program-prefix | --program-prefi | --program-pref \
329   | --program-pre | --program-pr | --program-p)
330     ac_prev=program_prefix ;;
331   -program-prefix=* | --program-prefix=* | --program-prefi=* \
332   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
333     program_prefix="$ac_optarg" ;;
334
335   -program-suffix | --program-suffix | --program-suffi | --program-suff \
336   | --program-suf | --program-su | --program-s)
337     ac_prev=program_suffix ;;
338   -program-suffix=* | --program-suffix=* | --program-suffi=* \
339   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
340     program_suffix="$ac_optarg" ;;
341
342   -program-transform-name | --program-transform-name \
343   | --program-transform-nam | --program-transform-na \
344   | --program-transform-n | --program-transform- \
345   | --program-transform | --program-transfor \
346   | --program-transfo | --program-transf \
347   | --program-trans | --program-tran \
348   | --progr-tra | --program-tr | --program-t)
349     ac_prev=program_transform_name ;;
350   -program-transform-name=* | --program-transform-name=* \
351   | --program-transform-nam=* | --program-transform-na=* \
352   | --program-transform-n=* | --program-transform-=* \
353   | --program-transform=* | --program-transfor=* \
354   | --program-transfo=* | --program-transf=* \
355   | --program-trans=* | --program-tran=* \
356   | --progr-tra=* | --program-tr=* | --program-t=*)
357     program_transform_name="$ac_optarg" ;;
358
359   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
360   | -silent | --silent | --silen | --sile | --sil)
361     silent=yes ;;
362
363   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
364     ac_prev=sbindir ;;
365   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
366   | --sbi=* | --sb=*)
367     sbindir="$ac_optarg" ;;
368
369   -sharedstatedir | --sharedstatedir | --sharedstatedi \
370   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
371   | --sharedst | --shareds | --shared | --share | --shar \
372   | --sha | --sh)
373     ac_prev=sharedstatedir ;;
374   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
375   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
376   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
377   | --sha=* | --sh=*)
378     sharedstatedir="$ac_optarg" ;;
379
380   -site | --site | --sit)
381     ac_prev=site ;;
382   -site=* | --site=* | --sit=*)
383     site="$ac_optarg" ;;
384
385   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
386     ac_prev=srcdir ;;
387   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
388     srcdir="$ac_optarg" ;;
389
390   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
391   | --syscon | --sysco | --sysc | --sys | --sy)
392     ac_prev=sysconfdir ;;
393   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
394   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
395     sysconfdir="$ac_optarg" ;;
396
397   -target | --target | --targe | --targ | --tar | --ta | --t)
398     ac_prev=target ;;
399   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
400     target="$ac_optarg" ;;
401
402   -v | -verbose | --verbose | --verbos | --verbo | --verb)
403     verbose=yes ;;
404
405   -version | --version | --versio | --versi | --vers)
406     echo "configure generated by autoconf version 2.12"
407     exit 0 ;;
408
409   -with-* | --with-*)
410     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
411     # Reject names that are not valid shell variable names.
412     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
413       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
414     fi
415     ac_package=`echo $ac_package| sed 's/-/_/g'`
416     case "$ac_option" in
417       *=*) ;;
418       *) ac_optarg=yes ;;
419     esac
420     eval "with_${ac_package}='$ac_optarg'" ;;
421
422   -without-* | --without-*)
423     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
424     # Reject names that are not valid shell variable names.
425     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
426       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
427     fi
428     ac_package=`echo $ac_package| sed 's/-/_/g'`
429     eval "with_${ac_package}=no" ;;
430
431   --x)
432     # Obsolete; use --with-x.
433     with_x=yes ;;
434
435   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
436   | --x-incl | --x-inc | --x-in | --x-i)
437     ac_prev=x_includes ;;
438   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
439   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
440     x_includes="$ac_optarg" ;;
441
442   -x-libraries | --x-libraries | --x-librarie | --x-librari \
443   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
444     ac_prev=x_libraries ;;
445   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
446   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
447     x_libraries="$ac_optarg" ;;
448
449   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
450     ;;
451
452   *)
453     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
454       echo "configure: warning: $ac_option: invalid host type" 1>&2
455     fi
456     if test "x$nonopt" != xNONE; then
457       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
458     fi
459     nonopt="$ac_option"
460     ;;
461
462   esac
463 done
464
465 if test -n "$ac_prev"; then
466   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
467 fi
468
469 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
470
471 # File descriptor usage:
472 # 0 standard input
473 # 1 file creation
474 # 2 errors and warnings
475 # 3 some systems may open it to /dev/tty
476 # 4 used on the Kubota Titan
477 # 6 checking for... messages and results
478 # 5 compiler messages saved in config.log
479 if test "$silent" = yes; then
480   exec 6>/dev/null
481 else
482   exec 6>&1
483 fi
484 exec 5>./config.log
485
486 echo "\
487 This file contains any messages produced by compilers while
488 running configure, to aid debugging if configure makes a mistake.
489 " 1>&5
490
491 # Strip out --no-create and --no-recursion so they do not pile up.
492 # Also quote any args containing shell metacharacters.
493 ac_configure_args=
494 for ac_arg
495 do
496   case "$ac_arg" in
497   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
498   | --no-cr | --no-c) ;;
499   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
500   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
501   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
502   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
503   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
504   esac
505 done
506
507 # NLS nuisances.
508 # Only set these to C if already set.  These must not be set unconditionally
509 # because not all systems understand e.g. LANG=C (notably SCO).
510 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
511 # Non-C LC_CTYPE values break the ctype check.
512 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
513 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
514 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
515 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
516
517 # confdefs.h avoids OS command line length limits that DEFS can exceed.
518 rm -rf conftest* confdefs.h
519 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
520 echo > confdefs.h
521
522 # A filename unique to this package, relative to the directory that
523 # configure is in, which we can look for to find out if srcdir is correct.
524 ac_unique_file=include/ldap.h
525
526 # Find the source files, if location was not specified.
527 if test -z "$srcdir"; then
528   ac_srcdir_defaulted=yes
529   # Try the directory containing this script, then its parent.
530   ac_prog=$0
531   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
532   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
533   srcdir=$ac_confdir
534   if test ! -r $srcdir/$ac_unique_file; then
535     srcdir=..
536   fi
537 else
538   ac_srcdir_defaulted=no
539 fi
540 if test ! -r $srcdir/$ac_unique_file; then
541   if test "$ac_srcdir_defaulted" = yes; then
542     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
543   else
544     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
545   fi
546 fi
547 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
548
549 # Prefer explicitly selected file to automatically selected ones.
550 if test -z "$CONFIG_SITE"; then
551   if test "x$prefix" != xNONE; then
552     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
553   else
554     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
555   fi
556 fi
557 for ac_site_file in $CONFIG_SITE; do
558   if test -r "$ac_site_file"; then
559     echo "loading site script $ac_site_file"
560     . "$ac_site_file"
561   fi
562 done
563
564 if test -r "$cache_file"; then
565   echo "loading cache $cache_file"
566   . $cache_file
567 else
568   echo "creating cache $cache_file"
569   > $cache_file
570 fi
571
572 ac_ext=c
573 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
574 ac_cpp='$CPP $CPPFLAGS'
575 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
576 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
577 cross_compiling=$ac_cv_prog_cc_cross
578
579 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
580   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
581   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
582     ac_n= ac_c='
583 ' ac_t='        '
584   else
585     ac_n=-n ac_c= ac_t=
586   fi
587 else
588   ac_n= ac_c='\c' ac_t=
589 fi
590
591 ac_aux_dir=
592 for ac_dir in build $srcdir/build; do
593   if test -f $ac_dir/install-sh; then
594     ac_aux_dir=$ac_dir
595     ac_install_sh="$ac_aux_dir/install-sh -c"
596     break
597   elif test -f $ac_dir/install.sh; then
598     ac_aux_dir=$ac_dir
599     ac_install_sh="$ac_aux_dir/install.sh -c"
600     break
601   fi
602 done
603 if test -z "$ac_aux_dir"; then
604   { echo "configure: error: can not find install-sh or install.sh in build $srcdir/build" 1>&2; exit 1; }
605 fi
606 ac_config_guess=$ac_aux_dir/config.guess
607 ac_config_sub=$ac_aux_dir/config.sub
608 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
609 # Find a good install program.  We prefer a C program (faster),
610 # so one script is as good as another.  But avoid the broken or
611 # incompatible versions:
612 # SysV /etc/install, /usr/sbin/install
613 # SunOS /usr/etc/install
614 # IRIX /sbin/install
615 # AIX /bin/install
616 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
617 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
618 # ./install, which can be erroneously created by make from ./install.sh.
619 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
620 echo "configure:621: checking for a BSD compatible install" >&5
621 if test -z "$INSTALL"; then
622 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
623   echo $ac_n "(cached) $ac_c" 1>&6
624 else
625     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
626   for ac_dir in $PATH; do
627     # Account for people who put trailing slashes in PATH elements.
628     case "$ac_dir/" in
629     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
630     *)
631       # OSF1 and SCO ODT 3.0 have their own names for install.
632       for ac_prog in ginstall installbsd scoinst install; do
633         if test -f $ac_dir/$ac_prog; then
634           if test $ac_prog = install &&
635             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
636             # AIX install.  It has an incompatible calling convention.
637             # OSF/1 installbsd also uses dspmsg, but is usable.
638             :
639           else
640             ac_cv_path_install="$ac_dir/$ac_prog -c"
641             break 2
642           fi
643         fi
644       done
645       ;;
646     esac
647   done
648   IFS="$ac_save_IFS"
649
650 fi
651   if test "${ac_cv_path_install+set}" = set; then
652     INSTALL="$ac_cv_path_install"
653   else
654     # As a last resort, use the slow shell script.  We don't cache a
655     # path for INSTALL within a source directory, because that will
656     # break other packages using the cache if that directory is
657     # removed, or if the path is relative.
658     INSTALL="$ac_install_sh"
659   fi
660 fi
661 echo "$ac_t""$INSTALL" 1>&6
662
663 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
664 # It thinks the first close brace ends the variable substitution.
665 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
666
667 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
668
669
670 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
671
672 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
673 echo "configure:674: checking whether build environment is sane" >&5
674 # Just in case
675 sleep 1
676 echo timestamp > conftestfile
677 # Do `set' in a subshell so we don't clobber the current shell's
678 # arguments.  Must try -L first in case configure is actually a
679 # symlink; some systems play weird games with the mod time of symlinks
680 # (eg FreeBSD returns the mod time of the symlink's containing
681 # directory).
682 if (
683    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
684    if test "$*" = "X"; then
685       # -L didn't work.
686       set X `ls -t $srcdir/configure conftestfile`
687    fi
688    if test "$*" != "X $srcdir/configure conftestfile" \
689       && test "$*" != "X conftestfile $srcdir/configure"; then
690
691       # If neither matched, then we have a broken ls.  This can happen
692       # if, for instance, CONFIG_SHELL is bash and it inherits a
693       # broken ls alias from the environment.  This has actually
694       # happened.  Such a system could not be considered "sane".
695       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
696 alias in your environment" 1>&2; exit 1; }
697    fi
698
699    test "$2" = conftestfile
700    )
701 then
702    # Ok.
703    :
704 else
705    { echo "configure: error: newly created file is older than distributed files!
706 Check your system clock" 1>&2; exit 1; }
707 fi
708 rm -f conftest*
709 echo "$ac_t""yes" 1>&6
710 if test "$program_transform_name" = s,x,x,; then
711   program_transform_name=
712 else
713   # Double any \ or $.  echo might interpret backslashes.
714   cat <<\EOF_SED > conftestsed
715 s,\\,\\\\,g; s,\$,$$,g
716 EOF_SED
717   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
718   rm -f conftestsed
719 fi
720 test "$program_prefix" != NONE &&
721   program_transform_name="s,^,${program_prefix},; $program_transform_name"
722 # Use a double $ so make ignores it.
723 test "$program_suffix" != NONE &&
724   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
725
726 # sed with no file args requires a program.
727 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
728
729 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
730 echo "configure:731: checking whether ${MAKE-make} sets \${MAKE}" >&5
731 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
732 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
733   echo $ac_n "(cached) $ac_c" 1>&6
734 else
735   cat > conftestmake <<\EOF
736 all:
737         @echo 'ac_maketemp="${MAKE}"'
738 EOF
739 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
740 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
741 if test -n "$ac_maketemp"; then
742   eval ac_cv_prog_make_${ac_make}_set=yes
743 else
744   eval ac_cv_prog_make_${ac_make}_set=no
745 fi
746 rm -f conftestmake
747 fi
748 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
749   echo "$ac_t""yes" 1>&6
750   SET_MAKE=
751 else
752   echo "$ac_t""no" 1>&6
753   SET_MAKE="MAKE=${MAKE-make}"
754 fi
755
756
757 PACKAGE=OpenLDAP
758
759 VERSION=2.0-devel
760
761 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
762   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
763 fi
764
765
766
767 missing_dir=`cd $ac_aux_dir && pwd`
768 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
769 echo "configure:770: checking for working aclocal" >&5
770 # Run test in a subshell; some versions of sh will print an error if
771 # an executable is not found, even if stderr is redirected.
772 # Redirect stdin to placate older versions of autoconf.  Sigh.
773 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
774    ACLOCAL=aclocal
775    echo "$ac_t""found" 1>&6
776 else
777    ACLOCAL="$missing_dir/missing aclocal"
778    echo "$ac_t""missing" 1>&6
779 fi
780
781 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
782 echo "configure:783: checking for working autoconf" >&5
783 # Run test in a subshell; some versions of sh will print an error if
784 # an executable is not found, even if stderr is redirected.
785 # Redirect stdin to placate older versions of autoconf.  Sigh.
786 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
787    AUTOCONF=autoconf
788    echo "$ac_t""found" 1>&6
789 else
790    AUTOCONF="$missing_dir/missing autoconf"
791    echo "$ac_t""missing" 1>&6
792 fi
793
794 echo $ac_n "checking for working automake""... $ac_c" 1>&6
795 echo "configure:796: checking for working automake" >&5
796 # Run test in a subshell; some versions of sh will print an error if
797 # an executable is not found, even if stderr is redirected.
798 # Redirect stdin to placate older versions of autoconf.  Sigh.
799 if (automake --version) < /dev/null > /dev/null 2>&1; then
800    AUTOMAKE=automake
801    echo "$ac_t""found" 1>&6
802 else
803    AUTOMAKE="$missing_dir/missing automake"
804    echo "$ac_t""missing" 1>&6
805 fi
806
807 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
808 echo "configure:809: checking for working autoheader" >&5
809 # Run test in a subshell; some versions of sh will print an error if
810 # an executable is not found, even if stderr is redirected.
811 # Redirect stdin to placate older versions of autoconf.  Sigh.
812 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
813    AUTOHEADER=autoheader
814    echo "$ac_t""found" 1>&6
815 else
816    AUTOHEADER="$missing_dir/missing autoheader"
817    echo "$ac_t""missing" 1>&6
818 fi
819
820 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
821 echo "configure:822: checking for working makeinfo" >&5
822 # Run test in a subshell; some versions of sh will print an error if
823 # an executable is not found, even if stderr is redirected.
824 # Redirect stdin to placate older versions of autoconf.  Sigh.
825 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
826    MAKEINFO=makeinfo
827    echo "$ac_t""found" 1>&6
828 else
829    MAKEINFO="$missing_dir/missing makeinfo"
830    echo "$ac_t""missing" 1>&6
831 fi
832
833
834
835
836 echo $ac_n "checking configure arguments""... $ac_c" 1>&6
837 echo "configure:838: checking configure arguments" >&5
838
839
840 top_builddir=`pwd`
841
842 ldap_subdir="openldap"
843
844 # Check whether --with-subdir or --without-subdir was given.
845 if test "${with_subdir+set}" = set; then
846   withval="$with_subdir"
847   
848         if test "$withval" = "no"; then
849                 ldap_subdir=""
850         elif test "$withval" != "yes"; then
851                 ldap_subdir="$withval"
852         fi
853
854 fi
855
856
857 # OpenLDAP --enable-debug
858         # Check whether --enable-debug or --disable-debug was given.
859 if test "${enable_debug+set}" = set; then
860   enableval="$enable_debug"
861   
862         ol_arg=invalid
863         for ol_val in auto yes no ; do
864                 if test "$enableval" = "$ol_val" ; then
865                         ol_arg="$ol_val"
866                 fi
867         done
868         if test "$ol_arg" = "invalid" ; then
869                 { echo "configure: error: bad value $enableval for --enable-debug" 1>&2; exit 1; }
870         fi
871         ol_enable_debug="$ol_arg"
872
873 else
874         ol_enable_debug="yes"
875 fi
876 # end --enable-debug
877 ol_enable_syslog=no
878 # OpenLDAP --enable-proctitle
879         # Check whether --enable-proctitle or --disable-proctitle was given.
880 if test "${enable_proctitle+set}" = set; then
881   enableval="$enable_proctitle"
882   
883         ol_arg=invalid
884         for ol_val in auto yes no ; do
885                 if test "$enableval" = "$ol_val" ; then
886                         ol_arg="$ol_val"
887                 fi
888         done
889         if test "$ol_arg" = "invalid" ; then
890                 { echo "configure: error: bad value $enableval for --enable-proctitle" 1>&2; exit 1; }
891         fi
892         ol_enable_proctitle="$ol_arg"
893
894 else
895         ol_enable_proctitle="yes"
896 fi
897 # end --enable-proctitle
898 # OpenLDAP --enable-cache
899         # Check whether --enable-cache or --disable-cache was given.
900 if test "${enable_cache+set}" = set; then
901   enableval="$enable_cache"
902   
903         ol_arg=invalid
904         for ol_val in auto yes no ; do
905                 if test "$enableval" = "$ol_val" ; then
906                         ol_arg="$ol_val"
907                 fi
908         done
909         if test "$ol_arg" = "invalid" ; then
910                 { echo "configure: error: bad value $enableval for --enable-cache" 1>&2; exit 1; }
911         fi
912         ol_enable_cache="$ol_arg"
913
914 else
915         ol_enable_cache="yes"
916 fi
917 # end --enable-cache
918 # OpenLDAP --enable-dns
919         # Check whether --enable-dns or --disable-dns was given.
920 if test "${enable_dns+set}" = set; then
921   enableval="$enable_dns"
922   
923         ol_arg=invalid
924         for ol_val in auto yes no ; do
925                 if test "$enableval" = "$ol_val" ; then
926                         ol_arg="$ol_val"
927                 fi
928         done
929         if test "$ol_arg" = "invalid" ; then
930                 { echo "configure: error: bad value $enableval for --enable-dns" 1>&2; exit 1; }
931         fi
932         ol_enable_dns="$ol_arg"
933
934 else
935         ol_enable_dns="no"
936 fi
937 # end --enable-dns
938 # OpenLDAP --enable-referrals
939         # Check whether --enable-referrals or --disable-referrals was given.
940 if test "${enable_referrals+set}" = set; then
941   enableval="$enable_referrals"
942   
943         ol_arg=invalid
944         for ol_val in auto yes no ; do
945                 if test "$enableval" = "$ol_val" ; then
946                         ol_arg="$ol_val"
947                 fi
948         done
949         if test "$ol_arg" = "invalid" ; then
950                 { echo "configure: error: bad value $enableval for --enable-referrals" 1>&2; exit 1; }
951         fi
952         ol_enable_referrals="$ol_arg"
953
954 else
955         ol_enable_referrals="yes"
956 fi
957 # end --enable-referrals
958 # OpenLDAP --enable-cldap
959         # Check whether --enable-cldap or --disable-cldap was given.
960 if test "${enable_cldap+set}" = set; then
961   enableval="$enable_cldap"
962   
963         ol_arg=invalid
964         for ol_val in auto yes no ; do
965                 if test "$enableval" = "$ol_val" ; then
966                         ol_arg="$ol_val"
967                 fi
968         done
969         if test "$ol_arg" = "invalid" ; then
970                 { echo "configure: error: bad value $enableval for --enable-cldap" 1>&2; exit 1; }
971         fi
972         ol_enable_cldap="$ol_arg"
973
974 else
975         ol_enable_cldap="no"
976 fi
977 # end --enable-cldap
978 # OpenLDAP --enable-x_compile
979         # Check whether --enable-x_compile or --disable-x_compile was given.
980 if test "${enable_x_compile+set}" = set; then
981   enableval="$enable_x_compile"
982   
983         ol_arg=invalid
984         for ol_val in yes no ; do
985                 if test "$enableval" = "$ol_val" ; then
986                         ol_arg="$ol_val"
987                 fi
988         done
989         if test "$ol_arg" = "invalid" ; then
990                 { echo "configure: error: bad value $enableval for --enable-x_compile" 1>&2; exit 1; }
991         fi
992         ol_enable_x_compile="$ol_arg"
993
994 else
995         ol_enable_x_compile="no"
996 fi
997 # end --enable-x_compile
998
999
1000 # OpenLDAP --enable-dmalloc
1001         # Check whether --enable-dmalloc or --disable-dmalloc was given.
1002 if test "${enable_dmalloc+set}" = set; then
1003   enableval="$enable_dmalloc"
1004   
1005         ol_arg=invalid
1006         for ol_val in auto yes no ; do
1007                 if test "$enableval" = "$ol_val" ; then
1008                         ol_arg="$ol_val"
1009                 fi
1010         done
1011         if test "$ol_arg" = "invalid" ; then
1012                 { echo "configure: error: bad value $enableval for --enable-dmalloc" 1>&2; exit 1; }
1013         fi
1014         ol_enable_dmalloc="$ol_arg"
1015
1016 else
1017         ol_enable_dmalloc="no"
1018 fi
1019 # end --enable-dmalloc
1020
1021 # OpenLDAP --with-kerberos
1022         # Check whether --with-kerberos or --without-kerberos was given.
1023 if test "${with_kerberos+set}" = set; then
1024   withval="$with_kerberos"
1025   
1026         ol_arg=invalid
1027         for ol_val in auto k5 k4 afs yes no ; do
1028                 if test "$withval" = "$ol_val" ; then
1029                         ol_arg="$ol_val"
1030                 fi
1031         done
1032         if test "$ol_arg" = "invalid" ; then
1033                 { echo "configure: error: bad value $withval for --with-kerberos" 1>&2; exit 1; }
1034         fi
1035         ol_with_kerberos="$ol_arg"
1036
1037 else
1038         ol_with_kerberos="auto"
1039 fi
1040 # end --with-kerberos
1041
1042 # OpenLDAP --with-threads
1043         # Check whether --with-threads or --without-threads was given.
1044 if test "${with_threads+set}" = set; then
1045   withval="$with_threads"
1046   
1047         ol_arg=invalid
1048         for ol_val in auto posix mach lwp yes no manual  ; do
1049                 if test "$withval" = "$ol_val" ; then
1050                         ol_arg="$ol_val"
1051                 fi
1052         done
1053         if test "$ol_arg" = "invalid" ; then
1054                 { echo "configure: error: bad value $withval for --with-threads" 1>&2; exit 1; }
1055         fi
1056         ol_with_threads="$ol_arg"
1057
1058 else
1059         ol_with_threads="auto"
1060 fi
1061 # end --with-threads
1062
1063 # OpenLDAP --with-yielding_select
1064         # Check whether --with-yielding_select or --without-yielding_select was given.
1065 if test "${with_yielding_select+set}" = set; then
1066   withval="$with_yielding_select"
1067   
1068         ol_arg=invalid
1069         for ol_val in auto yes no manual  ; do
1070                 if test "$withval" = "$ol_val" ; then
1071                         ol_arg="$ol_val"
1072                 fi
1073         done
1074         if test "$ol_arg" = "invalid" ; then
1075                 { echo "configure: error: bad value $withval for --with-yielding_select" 1>&2; exit 1; }
1076         fi
1077         ol_with_yielding_select="$ol_arg"
1078
1079 else
1080         ol_with_yielding_select="auto"
1081 fi
1082 # end --with-yielding_select
1083
1084
1085
1086 # Check whether --with-xxldapdoptions or --without-xxldapdoptions was given.
1087 if test "${with_xxldapdoptions+set}" = set; then
1088   withval="$with_xxldapdoptions"
1089   :
1090 fi
1091
1092 # OpenLDAP --enable-ldapd
1093         # Check whether --enable-ldapd or --disable-ldapd was given.
1094 if test "${enable_ldapd+set}" = set; then
1095   enableval="$enable_ldapd"
1096   
1097         ol_arg=invalid
1098         for ol_val in auto yes no ; do
1099                 if test "$enableval" = "$ol_val" ; then
1100                         ol_arg="$ol_val"
1101                 fi
1102         done
1103         if test "$ol_arg" = "invalid" ; then
1104                 { echo "configure: error: bad value $enableval for --enable-ldapd" 1>&2; exit 1; }
1105         fi
1106         ol_enable_ldapd="$ol_arg"
1107
1108 else
1109         ol_enable_ldapd="no"
1110 fi
1111 # end --enable-ldapd
1112
1113 # Check whether --with-xxslapdoptions or --without-xxslapdoptions was given.
1114 if test "${with_xxslapdoptions+set}" = set; then
1115   withval="$with_xxslapdoptions"
1116   :
1117 fi
1118
1119 # OpenLDAP --enable-slapd
1120         # Check whether --enable-slapd or --disable-slapd was given.
1121 if test "${enable_slapd+set}" = set; then
1122   enableval="$enable_slapd"
1123   
1124         ol_arg=invalid
1125         for ol_val in auto yes no ; do
1126                 if test "$enableval" = "$ol_val" ; then
1127                         ol_arg="$ol_val"
1128                 fi
1129         done
1130         if test "$ol_arg" = "invalid" ; then
1131                 { echo "configure: error: bad value $enableval for --enable-slapd" 1>&2; exit 1; }
1132         fi
1133         ol_enable_slapd="$ol_arg"
1134
1135 else
1136         ol_enable_slapd="yes"
1137 fi
1138 # end --enable-slapd
1139 # OpenLDAP --enable-aclgroups
1140         # Check whether --enable-aclgroups or --disable-aclgroups was given.
1141 if test "${enable_aclgroups+set}" = set; then
1142   enableval="$enable_aclgroups"
1143   
1144         ol_arg=invalid
1145         for ol_val in auto yes no ; do
1146                 if test "$enableval" = "$ol_val" ; then
1147                         ol_arg="$ol_val"
1148                 fi
1149         done
1150         if test "$ol_arg" = "invalid" ; then
1151                 { echo "configure: error: bad value $enableval for --enable-aclgroups" 1>&2; exit 1; }
1152         fi
1153         ol_enable_aclgroups="$ol_arg"
1154
1155 else
1156         ol_enable_aclgroups="auto"
1157 fi
1158 # end --enable-aclgroups
1159 # OpenLDAP --enable-cleartext
1160         # Check whether --enable-cleartext or --disable-cleartext was given.
1161 if test "${enable_cleartext+set}" = set; then
1162   enableval="$enable_cleartext"
1163   
1164         ol_arg=invalid
1165         for ol_val in auto yes no ; do
1166                 if test "$enableval" = "$ol_val" ; then
1167                         ol_arg="$ol_val"
1168                 fi
1169         done
1170         if test "$ol_arg" = "invalid" ; then
1171                 { echo "configure: error: bad value $enableval for --enable-cleartext" 1>&2; exit 1; }
1172         fi
1173         ol_enable_cleartext="$ol_arg"
1174
1175 else
1176         ol_enable_cleartext="yes"
1177 fi
1178 # end --enable-cleartext
1179 # OpenLDAP --enable-crypt
1180         # Check whether --enable-crypt or --disable-crypt was given.
1181 if test "${enable_crypt+set}" = set; then
1182   enableval="$enable_crypt"
1183   
1184         ol_arg=invalid
1185         for ol_val in auto yes no ; do
1186                 if test "$enableval" = "$ol_val" ; then
1187                         ol_arg="$ol_val"
1188                 fi
1189         done
1190         if test "$ol_arg" = "invalid" ; then
1191                 { echo "configure: error: bad value $enableval for --enable-crypt" 1>&2; exit 1; }
1192         fi
1193         ol_enable_crypt="$ol_arg"
1194
1195 else
1196         ol_enable_crypt="auto"
1197 fi
1198 # end --enable-crypt
1199 # OpenLDAP --enable-wrappers
1200         # Check whether --enable-wrappers or --disable-wrappers was given.
1201 if test "${enable_wrappers+set}" = set; then
1202   enableval="$enable_wrappers"
1203   
1204         ol_arg=invalid
1205         for ol_val in auto yes no ; do
1206                 if test "$enableval" = "$ol_val" ; then
1207                         ol_arg="$ol_val"
1208                 fi
1209         done
1210         if test "$ol_arg" = "invalid" ; then
1211                 { echo "configure: error: bad value $enableval for --enable-wrappers" 1>&2; exit 1; }
1212         fi
1213         ol_enable_wrappers="$ol_arg"
1214
1215 else
1216         ol_enable_wrappers="no"
1217 fi
1218 # end --enable-wrappers
1219 # OpenLDAP --enable-phonetic
1220         # Check whether --enable-phonetic or --disable-phonetic was given.
1221 if test "${enable_phonetic+set}" = set; then
1222   enableval="$enable_phonetic"
1223   
1224         ol_arg=invalid
1225         for ol_val in auto yes no ; do
1226                 if test "$enableval" = "$ol_val" ; then
1227                         ol_arg="$ol_val"
1228                 fi
1229         done
1230         if test "$ol_arg" = "invalid" ; then
1231                 { echo "configure: error: bad value $enableval for --enable-phonetic" 1>&2; exit 1; }
1232         fi
1233         ol_enable_phonetic="$ol_arg"
1234
1235 else
1236         ol_enable_phonetic="no"
1237 fi
1238 # end --enable-phonetic
1239 # OpenLDAP --enable-rlookups
1240         # Check whether --enable-rlookups or --disable-rlookups was given.
1241 if test "${enable_rlookups+set}" = set; then
1242   enableval="$enable_rlookups"
1243   
1244         ol_arg=invalid
1245         for ol_val in auto yes no ; do
1246                 if test "$enableval" = "$ol_val" ; then
1247                         ol_arg="$ol_val"
1248                 fi
1249         done
1250         if test "$ol_arg" = "invalid" ; then
1251                 { echo "configure: error: bad value $enableval for --enable-rlookups" 1>&2; exit 1; }
1252         fi
1253         ol_enable_rlookups="$ol_arg"
1254
1255 else
1256         ol_enable_rlookups="auto"
1257 fi
1258 # end --enable-rlookups
1259
1260 # OpenLDAP --enable-ldbm
1261         # Check whether --enable-ldbm or --disable-ldbm was given.
1262 if test "${enable_ldbm+set}" = set; then
1263   enableval="$enable_ldbm"
1264   
1265         ol_arg=invalid
1266         for ol_val in auto yes no ; do
1267                 if test "$enableval" = "$ol_val" ; then
1268                         ol_arg="$ol_val"
1269                 fi
1270         done
1271         if test "$ol_arg" = "invalid" ; then
1272                 { echo "configure: error: bad value $enableval for --enable-ldbm" 1>&2; exit 1; }
1273         fi
1274         ol_enable_ldbm="$ol_arg"
1275
1276 else
1277         ol_enable_ldbm="yes"
1278 fi
1279 # end --enable-ldbm
1280 # OpenLDAP --with-ldbm_api
1281         # Check whether --with-ldbm_api or --without-ldbm_api was given.
1282 if test "${with_ldbm_api+set}" = set; then
1283   withval="$with_ldbm_api"
1284   
1285         ol_arg=invalid
1286         for ol_val in auto db2 db gdbm ndbm manual ; do
1287                 if test "$withval" = "$ol_val" ; then
1288                         ol_arg="$ol_val"
1289                 fi
1290         done
1291         if test "$ol_arg" = "invalid" ; then
1292                 { echo "configure: error: bad value $withval for --with-ldbm_api" 1>&2; exit 1; }
1293         fi
1294         ol_with_ldbm_api="$ol_arg"
1295
1296 else
1297         ol_with_ldbm_api="auto"
1298 fi
1299 # end --with-ldbm_api
1300
1301 # OpenLDAP --with-ldbm_type
1302         # Check whether --with-ldbm_type or --without-ldbm_type was given.
1303 if test "${with_ldbm_type+set}" = set; then
1304   withval="$with_ldbm_type"
1305   
1306         ol_arg=invalid
1307         for ol_val in auto btree hash ; do
1308                 if test "$withval" = "$ol_val" ; then
1309                         ol_arg="$ol_val"
1310                 fi
1311         done
1312         if test "$ol_arg" = "invalid" ; then
1313                 { echo "configure: error: bad value $withval for --with-ldbm_type" 1>&2; exit 1; }
1314         fi
1315         ol_with_ldbm_type="$ol_arg"
1316
1317 else
1318         ol_with_ldbm_type="auto"
1319 fi
1320 # end --with-ldbm_type
1321
1322
1323 # OpenLDAP --enable-passwd
1324         # Check whether --enable-passwd or --disable-passwd was given.
1325 if test "${enable_passwd+set}" = set; then
1326   enableval="$enable_passwd"
1327   
1328         ol_arg=invalid
1329         for ol_val in auto yes no ; do
1330                 if test "$enableval" = "$ol_val" ; then
1331                         ol_arg="$ol_val"
1332                 fi
1333         done
1334         if test "$ol_arg" = "invalid" ; then
1335                 { echo "configure: error: bad value $enableval for --enable-passwd" 1>&2; exit 1; }
1336         fi
1337         ol_enable_passwd="$ol_arg"
1338
1339 else
1340         ol_enable_passwd="no"
1341 fi
1342 # end --enable-passwd
1343 # OpenLDAP --enable-shell
1344         # Check whether --enable-shell or --disable-shell was given.
1345 if test "${enable_shell+set}" = set; then
1346   enableval="$enable_shell"
1347   
1348         ol_arg=invalid
1349         for ol_val in auto yes no ; do
1350                 if test "$enableval" = "$ol_val" ; then
1351                         ol_arg="$ol_val"
1352                 fi
1353         done
1354         if test "$ol_arg" = "invalid" ; then
1355                 { echo "configure: error: bad value $enableval for --enable-shell" 1>&2; exit 1; }
1356         fi
1357         ol_enable_shell="$ol_arg"
1358
1359 else
1360         ol_enable_shell="no"
1361 fi
1362 # end --enable-shell
1363
1364 # Check whether --with-xxslurpdoptions or --without-xxslurpdoptions was given.
1365 if test "${with_xxslurpdoptions+set}" = set; then
1366   withval="$with_xxslurpdoptions"
1367   :
1368 fi
1369
1370 # OpenLDAP --enable-slurpd
1371         # Check whether --enable-slurpd or --disable-slurpd was given.
1372 if test "${enable_slurpd+set}" = set; then
1373   enableval="$enable_slurpd"
1374   
1375         ol_arg=invalid
1376         for ol_val in auto yes no ; do
1377                 if test "$enableval" = "$ol_val" ; then
1378                         ol_arg="$ol_val"
1379                 fi
1380         done
1381         if test "$ol_arg" = "invalid" ; then
1382                 { echo "configure: error: bad value $enableval for --enable-slurpd" 1>&2; exit 1; }
1383         fi
1384         ol_enable_slurpd="$ol_arg"
1385
1386 else
1387         ol_enable_slurpd="auto"
1388 fi
1389 # end --enable-slurpd
1390
1391 # Check whether --with-xxliboptions or --without-xxliboptions was given.
1392 if test "${with_xxliboptions+set}" = set; then
1393   withval="$with_xxliboptions"
1394   :
1395 fi
1396
1397 # Check whether --enable-static or --disable-static was given.
1398 if test "${enable_static+set}" = set; then
1399   enableval="$enable_static"
1400   p=${PACKAGE-default}
1401 case "$enableval" in
1402 yes) enable_static=yes ;;
1403 no) enable_static=no ;;
1404 *)
1405   enable_static=no
1406   # Look at the argument we got.  We use all the common list separators.
1407   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1408   for pkg in $enableval; do
1409     if test "X$pkg" = "X$p"; then
1410       enable_static=yes
1411     fi
1412   done
1413   IFS="$ac_save_ifs"
1414   ;;
1415 esac
1416 else
1417   enable_static=yes
1418 fi
1419
1420 # Check whether --enable-shared or --disable-shared was given.
1421 if test "${enable_shared+set}" = set; then
1422   enableval="$enable_shared"
1423   p=${PACKAGE-default}
1424 case "$enableval" in
1425 yes) enable_shared=yes ;;
1426 no) enable_shared=no ;;
1427 *)
1428   enable_shared=no
1429   # Look at the argument we got.  We use all the common list separators.
1430   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1431   for pkg in $enableval; do
1432     if test "X$pkg" = "X$p"; then
1433       enable_shared=yes
1434     fi
1435   done
1436   IFS="$ac_save_ifs"
1437   ;;
1438 esac
1439 else
1440   enable_shared=yes
1441 fi
1442
1443
1444 # validate options
1445 if test $ol_enable_referrals = no ; then
1446         if test $ol_enable_dns = yes ; then
1447                 echo "configure: warning: dns disabled, ignoring --enable-dns argument" 1>&2
1448         fi
1449         ol_enable_dns=no
1450 fi
1451
1452 if test $ol_enable_slapd = no ; then
1453                 if test $ol_enable_ldbm = yes ; then
1454                 echo "configure: warning: slapd disabled, ignoring --enable_ldbm argument" 1>&2
1455         fi
1456         if test $ol_enable_passwd = yes ; then
1457                 echo "configure: warning: slapd disabled, ignoring --enable_passwd argument" 1>&2
1458         fi
1459         if test $ol_enable_shell = yes ; then
1460                 echo "configure: warning: slapd disabled, ignoring --enable_shell argument" 1>&2
1461         fi
1462         if test $ol_enable_aclgroups = yes ; then
1463                 echo "configure: warning: slapd disabled, ignoring --enable_aclgroups argument" 1>&2
1464         fi
1465         if test $ol_enable_wrappers = yes ; then
1466                 echo "configure: warning: slapd disabled, ignoring --enable_wrappers argument" 1>&2
1467         fi
1468         if test $ol_enable_phonetic = yes ; then
1469                 echo "configure: warning: slapd disabled, ignoring --enable_phonetic argument" 1>&2
1470         fi
1471         if test $ol_enable_rlookups = yes ; then
1472                 echo "configure: warning: slapd disabled, ignoring --enable_rlookups argument" 1>&2
1473         fi
1474         if test $ol_with_ldbm_api != auto ; then
1475                 echo "configure: warning: slapd disabled, ignoring --with_ldbm_api argument" 1>&2
1476         fi
1477         if test $ol_with_ldbm_type != auto ; then
1478                 echo "configure: warning: slapd disabled, ignoring --with_ldbm_type argument" 1>&2
1479         fi
1480         if test $ol_enable_slurpd = yes ; then
1481                 { echo "configure: error: slurpd requires slapd" 1>&2; exit 1; }
1482         fi
1483
1484         # force settings to no
1485         ol_enable_ldbm=no
1486         ol_enable_shell=no
1487         ol_enable_passwd=no
1488         ol_enable_aclgroups=no
1489         ol_enable_wrappers=no
1490         ol_enable_phonetic=no
1491         ol_enable_rlookups=no
1492         ol_with_ldbm_api=no
1493         ol_with_ldbm_type=no
1494         ol_enable_slurpd=no
1495
1496 elif test $ol_enable_ldbm = no ; then
1497         
1498         if test $ol_with_ldbm_api != auto ; then
1499                 echo "configure: warning: LDBM disabled, ignoring --with_ldbm_api argument" 1>&2
1500         fi
1501
1502         if test $ol_with_ldbm_type != auto ; then
1503                 echo "configure: warning: LDBM disabled, ignoring --with_ldbm_type argument" 1>&2
1504         fi
1505
1506         if test $ol_enable_passwd = no -a $ol_enable_shell = no ; then
1507                 { echo "configure: error: slapd requires a backend" 1>&2; exit 1; }
1508         fi
1509
1510         ol_with_ldbm_api=no
1511         ol_with_ldbm_type=no
1512
1513 else
1514         
1515         if test $ol_with_ldbm_api = gdbm -a \
1516                 $ol_with_ldbm_type = btree ; then
1517                 { echo "configure: error: GDBM only supports LDBM type hash" 1>&2; exit 1; }
1518         fi
1519         if test $ol_with_ldbm_api = ndbm -a \
1520                 $ol_with_ldbm_type = btree ; then
1521                 { echo "configure: error: NDBM only supports LDBM type hash" 1>&2; exit 1; }
1522         fi
1523 fi
1524
1525 if test $ol_enable_slurpd = yes ; then
1526                 if test $ol_with_threads = no ; then
1527                 { echo "configure: error: slurpd requires threads" 1>&2; exit 1; }
1528         fi
1529 fi
1530
1531 echo "$ac_t""done" 1>&6
1532
1533
1534 # Make sure we can run config.sub.
1535 if $ac_config_sub sun4 >/dev/null 2>&1; then :
1536 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1537 fi
1538
1539 echo $ac_n "checking host system type""... $ac_c" 1>&6
1540 echo "configure:1541: checking host system type" >&5
1541
1542 host_alias=$host
1543 case "$host_alias" in
1544 NONE)
1545   case $nonopt in
1546   NONE)
1547     if host_alias=`$ac_config_guess`; then :
1548     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1549     fi ;;
1550   *) host_alias=$nonopt ;;
1551   esac ;;
1552 esac
1553
1554 host=`$ac_config_sub $host_alias`
1555 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1556 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1557 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1558 echo "$ac_t""$host" 1>&6
1559
1560
1561 ## Initialize vars
1562 LDAP_LIBS=
1563 LDBM_LIBS=
1564 LTHREAD_LIBS=
1565 LUTIL_LIBS=
1566
1567 LDAPD_LIBS=
1568 SLAPD_LIBS=
1569 SLURPD_LIBS=
1570
1571 BUILD_LDAPD=no
1572 BUILD_SLAPD=no
1573 BUILD_SLURPD=no
1574
1575 BUILD_LDBM=no
1576 BUILD_PASSWD=no
1577 BUILD_SHELL=no
1578 BUILD_THREAD=no
1579
1580 KRB_LIBS=
1581 TERMCAP_LIBS=
1582
1583
1584 # Find a good install program.  We prefer a C program (faster),
1585 # so one script is as good as another.  But avoid the broken or
1586 # incompatible versions:
1587 # SysV /etc/install, /usr/sbin/install
1588 # SunOS /usr/etc/install
1589 # IRIX /sbin/install
1590 # AIX /bin/install
1591 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1592 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1593 # ./install, which can be erroneously created by make from ./install.sh.
1594 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1595 echo "configure:1596: checking for a BSD compatible install" >&5
1596 if test -z "$INSTALL"; then
1597 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1598   echo $ac_n "(cached) $ac_c" 1>&6
1599 else
1600     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
1601   for ac_dir in $PATH; do
1602     # Account for people who put trailing slashes in PATH elements.
1603     case "$ac_dir/" in
1604     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1605     *)
1606       # OSF1 and SCO ODT 3.0 have their own names for install.
1607       for ac_prog in ginstall installbsd scoinst install; do
1608         if test -f $ac_dir/$ac_prog; then
1609           if test $ac_prog = install &&
1610             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1611             # AIX install.  It has an incompatible calling convention.
1612             # OSF/1 installbsd also uses dspmsg, but is usable.
1613             :
1614           else
1615             ac_cv_path_install="$ac_dir/$ac_prog -c"
1616             break 2
1617           fi
1618         fi
1619       done
1620       ;;
1621     esac
1622   done
1623   IFS="$ac_save_IFS"
1624
1625 fi
1626   if test "${ac_cv_path_install+set}" = set; then
1627     INSTALL="$ac_cv_path_install"
1628   else
1629     # As a last resort, use the slow shell script.  We don't cache a
1630     # path for INSTALL within a source directory, because that will
1631     # break other packages using the cache if that directory is
1632     # removed, or if the path is relative.
1633     INSTALL="$ac_install_sh"
1634   fi
1635 fi
1636 echo "$ac_t""$INSTALL" 1>&6
1637
1638 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1639 # It thinks the first close brace ends the variable substitution.
1640 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1641
1642 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1643
1644 # Extract the first word of "ranlib", so it can be a program name with args.
1645 set dummy ranlib; ac_word=$2
1646 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1647 echo "configure:1648: checking for $ac_word" >&5
1648 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1649   echo $ac_n "(cached) $ac_c" 1>&6
1650 else
1651   if test -n "$RANLIB"; then
1652   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1653 else
1654   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1655   for ac_dir in $PATH; do
1656     test -z "$ac_dir" && ac_dir=.
1657     if test -f $ac_dir/$ac_word; then
1658       ac_cv_prog_RANLIB="ranlib"
1659       break
1660     fi
1661   done
1662   IFS="$ac_save_ifs"
1663   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1664 fi
1665 fi
1666 RANLIB="$ac_cv_prog_RANLIB"
1667 if test -n "$RANLIB"; then
1668   echo "$ac_t""$RANLIB" 1>&6
1669 else
1670   echo "$ac_t""no" 1>&6
1671 fi
1672
1673 # Extract the first word of "gcc", so it can be a program name with args.
1674 set dummy gcc; ac_word=$2
1675 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1676 echo "configure:1677: checking for $ac_word" >&5
1677 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1678   echo $ac_n "(cached) $ac_c" 1>&6
1679 else
1680   if test -n "$CC"; then
1681   ac_cv_prog_CC="$CC" # Let the user override the test.
1682 else
1683   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1684   for ac_dir in $PATH; do
1685     test -z "$ac_dir" && ac_dir=.
1686     if test -f $ac_dir/$ac_word; then
1687       ac_cv_prog_CC="gcc"
1688       break
1689     fi
1690   done
1691   IFS="$ac_save_ifs"
1692 fi
1693 fi
1694 CC="$ac_cv_prog_CC"
1695 if test -n "$CC"; then
1696   echo "$ac_t""$CC" 1>&6
1697 else
1698   echo "$ac_t""no" 1>&6
1699 fi
1700
1701 if test -z "$CC"; then
1702   # Extract the first word of "cc", so it can be a program name with args.
1703 set dummy cc; ac_word=$2
1704 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1705 echo "configure:1706: checking for $ac_word" >&5
1706 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1707   echo $ac_n "(cached) $ac_c" 1>&6
1708 else
1709   if test -n "$CC"; then
1710   ac_cv_prog_CC="$CC" # Let the user override the test.
1711 else
1712   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1713   ac_prog_rejected=no
1714   for ac_dir in $PATH; do
1715     test -z "$ac_dir" && ac_dir=.
1716     if test -f $ac_dir/$ac_word; then
1717       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1718         ac_prog_rejected=yes
1719         continue
1720       fi
1721       ac_cv_prog_CC="cc"
1722       break
1723     fi
1724   done
1725   IFS="$ac_save_ifs"
1726 if test $ac_prog_rejected = yes; then
1727   # We found a bogon in the path, so make sure we never use it.
1728   set dummy $ac_cv_prog_CC
1729   shift
1730   if test $# -gt 0; then
1731     # We chose a different compiler from the bogus one.
1732     # However, it has the same basename, so the bogon will be chosen
1733     # first if we set CC to just the basename; use the full file name.
1734     shift
1735     set dummy "$ac_dir/$ac_word" "$@"
1736     shift
1737     ac_cv_prog_CC="$@"
1738   fi
1739 fi
1740 fi
1741 fi
1742 CC="$ac_cv_prog_CC"
1743 if test -n "$CC"; then
1744   echo "$ac_t""$CC" 1>&6
1745 else
1746   echo "$ac_t""no" 1>&6
1747 fi
1748
1749   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1750 fi
1751
1752 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1753 echo "configure:1754: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1754
1755 ac_ext=c
1756 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1757 ac_cpp='$CPP $CPPFLAGS'
1758 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1759 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1760 cross_compiling=$ac_cv_prog_cc_cross
1761
1762 cat > conftest.$ac_ext <<EOF
1763 #line 1764 "configure"
1764 #include "confdefs.h"
1765 main(){return(0);}
1766 EOF
1767 if { (eval echo configure:1768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1768   ac_cv_prog_cc_works=yes
1769   # If we can't run a trivial program, we are probably using a cross compiler.
1770   if (./conftest; exit) 2>/dev/null; then
1771     ac_cv_prog_cc_cross=no
1772   else
1773     ac_cv_prog_cc_cross=yes
1774   fi
1775 else
1776   echo "configure: failed program was:" >&5
1777   cat conftest.$ac_ext >&5
1778   ac_cv_prog_cc_works=no
1779 fi
1780 rm -fr conftest*
1781
1782 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1783 if test $ac_cv_prog_cc_works = no; then
1784   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1785 fi
1786 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1787 echo "configure:1788: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1788 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1789 cross_compiling=$ac_cv_prog_cc_cross
1790
1791 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1792 echo "configure:1793: checking whether we are using GNU C" >&5
1793 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1794   echo $ac_n "(cached) $ac_c" 1>&6
1795 else
1796   cat > conftest.c <<EOF
1797 #ifdef __GNUC__
1798   yes;
1799 #endif
1800 EOF
1801 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1802: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1802   ac_cv_prog_gcc=yes
1803 else
1804   ac_cv_prog_gcc=no
1805 fi
1806 fi
1807
1808 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1809
1810 if test $ac_cv_prog_gcc = yes; then
1811   GCC=yes
1812   ac_test_CFLAGS="${CFLAGS+set}"
1813   ac_save_CFLAGS="$CFLAGS"
1814   CFLAGS=
1815   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1816 echo "configure:1817: checking whether ${CC-cc} accepts -g" >&5
1817 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1818   echo $ac_n "(cached) $ac_c" 1>&6
1819 else
1820   echo 'void f(){}' > conftest.c
1821 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1822   ac_cv_prog_cc_g=yes
1823 else
1824   ac_cv_prog_cc_g=no
1825 fi
1826 rm -f conftest*
1827
1828 fi
1829
1830 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1831   if test "$ac_test_CFLAGS" = set; then
1832     CFLAGS="$ac_save_CFLAGS"
1833   elif test $ac_cv_prog_cc_g = yes; then
1834     CFLAGS="-g -O2"
1835   else
1836     CFLAGS="-O2"
1837   fi
1838 else
1839   GCC=
1840   test "${CFLAGS+set}" = set || CFLAGS="-g"
1841 fi
1842
1843 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1844 if test "${with_gnu_ld+set}" = set; then
1845   withval="$with_gnu_ld"
1846   test "$withval" = no || with_gnu_ld=yes
1847 else
1848   with_gnu_ld=no
1849 fi
1850
1851
1852 ac_prog=ld
1853 if test "$ac_cv_prog_gcc" = yes; then
1854   # Check if gcc -print-prog-name=ld gives a path.
1855   echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1856 echo "configure:1857: checking for ld used by GCC" >&5
1857   ac_prog=`($CC -print-prog-name=ld) 2>&5`
1858   case "$ac_prog" in
1859   # Accept absolute paths.
1860   /* | A-Za-z:\\*)
1861     test -z "$LD" && LD="$ac_prog"
1862     ;;
1863   "")
1864     # If it fails, then pretend we aren't using GCC.
1865     ac_prog=ld
1866     ;;
1867   *)
1868     # If it is relative, then search for the first ld in PATH.
1869     with_gnu_ld=unknown
1870     ;;
1871   esac
1872 elif test "$with_gnu_ld" = yes; then
1873   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1874 echo "configure:1875: checking for GNU ld" >&5
1875 else
1876   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1877 echo "configure:1878: checking for non-GNU ld" >&5
1878 fi
1879 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
1880   echo $ac_n "(cached) $ac_c" 1>&6
1881 else
1882   if test -z "$LD"; then
1883   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1884   for ac_dir in $PATH; do
1885     test -z "$ac_dir" && ac_dir=.
1886     if test -f "$ac_dir/$ac_prog"; then
1887       ac_cv_path_LD="$ac_dir/$ac_prog"
1888       # Check to see if the program is GNU ld.  I'd rather use --version,
1889       # but apparently some GNU ld's only accept -v.
1890       # Break only if it was the GNU/non-GNU ld that we prefer.
1891       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1892         test "$with_gnu_ld" != no && break
1893       else
1894         test "$with_gnu_ld" != yes && break
1895       fi
1896     fi
1897   done
1898   IFS="$ac_save_ifs"
1899 else
1900   ac_cv_path_LD="$LD" # Let the user override the test with a path.
1901 fi
1902 fi
1903
1904 LD="$ac_cv_path_LD"
1905 if test -n "$LD"; then
1906   echo "$ac_t""$LD" 1>&6
1907 else
1908   echo "$ac_t""no" 1>&6
1909 fi
1910 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1911
1912 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1913 echo "configure:1914: checking if the linker ($LD) is GNU ld" >&5
1914 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
1915   echo $ac_n "(cached) $ac_c" 1>&6
1916 else
1917   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1918 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1919   ac_cv_prog_gnu_ld=yes
1920 else
1921   ac_cv_prog_gnu_ld=no
1922 fi
1923 fi
1924
1925 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
1926
1927
1928 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1929 echo "configure:1930: checking for BSD-compatible nm" >&5
1930 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
1931   echo $ac_n "(cached) $ac_c" 1>&6
1932 else
1933   case "$NM" in
1934 /* | A-Za-z:\\*)
1935   ac_cv_path_NM="$NM" # Let the user override the test with a path.
1936   ;;
1937 *)
1938   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1939   for ac_dir in /usr/ucb /usr/ccs/bin $PATH /bin; do
1940     test -z "$ac_dir" && ac_dir=.
1941     if test -f $ac_dir/nm; then
1942       # Check to see if the nm accepts a BSD-compat flag.
1943       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1944       #   nm: unknown option "B" ignored
1945       if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1946         ac_cv_path_NM="$ac_dir/nm -B"
1947       elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1948         ac_cv_path_NM="$ac_dir/nm -p"
1949       else
1950         ac_cv_path_NM="$ac_dir/nm"
1951       fi
1952       break
1953     fi
1954   done
1955   IFS="$ac_save_ifs"
1956   test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
1957   ;;
1958 esac
1959 fi
1960
1961 NM="$ac_cv_path_NM"
1962 echo "$ac_t""$NM" 1>&6
1963
1964
1965 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1966 echo "configure:1967: checking whether ln -s works" >&5
1967 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1968   echo $ac_n "(cached) $ac_c" 1>&6
1969 else
1970   rm -f conftestdata
1971 if ln -s X conftestdata 2>/dev/null
1972 then
1973   rm -f conftestdata
1974   ac_cv_prog_LN_S="ln -s"
1975 else
1976   ac_cv_prog_LN_S=ln
1977 fi
1978 fi
1979 LN_S="$ac_cv_prog_LN_S"
1980 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1981   echo "$ac_t""yes" 1>&6
1982 else
1983   echo "$ac_t""no" 1>&6
1984 fi
1985
1986 # Always use our own libtool.
1987 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1988
1989 # Check for any special flags to pass to ltconfig.
1990 libtool_flags=
1991 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
1992 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
1993 test "$silent" = yes && libtool_flags="$libtool_flags --silent"
1994 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
1995 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
1996
1997 # Some flags need to be propagated to the compiler or linker for good
1998 # libtool support.
1999 case "$host" in
2000 *-*-irix6*)
2001   # Find out which ABI we are using.
2002   echo '#line 2003 "configure"' > conftest.$ac_ext
2003   if { (eval echo configure:2004: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2004     case "`/usr/bin/file conftest.o`" in
2005     *32-bit*)
2006       LD="${LD-ld} -32"
2007       ;;
2008     *N32*)
2009       LD="${LD-ld} -n32"
2010       ;;
2011     *64-bit*)
2012       LD="${LD-ld} -64"
2013       ;;
2014     esac
2015   fi
2016   rm -rf conftest*
2017   ;;
2018
2019 *-*-sco3.2v5*)
2020   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2021   CFLAGS="$CFLAGS -belf"
2022   ;;
2023 esac
2024
2025 # Actually configure libtool.  ac_aux_dir is where install-sh is found.
2026 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
2027 LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \
2028 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
2029 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
2030 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
2031
2032
2033 # Extract the first word of "sendmail", so it can be a program name with args.
2034 set dummy sendmail; ac_word=$2
2035 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2036 echo "configure:2037: checking for $ac_word" >&5
2037 if eval "test \"`echo '$''{'ac_cv_path_SENDMAIL'+set}'`\" = set"; then
2038   echo $ac_n "(cached) $ac_c" 1>&6
2039 else
2040   case "$SENDMAIL" in
2041   /*)
2042   ac_cv_path_SENDMAIL="$SENDMAIL" # Let the user override the test with a path.
2043   ;;
2044   *)
2045   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2046   for ac_dir in $PATH:/usr/libexec:/usr/lib:/usr/sbin:/usr/etc:/etc$ac_dummy; do
2047     test -z "$ac_dir" && ac_dir=.
2048     if test -f $ac_dir/$ac_word; then
2049       ac_cv_path_SENDMAIL="$ac_dir/$ac_word"
2050       break
2051     fi
2052   done
2053   IFS="$ac_save_ifs"
2054   test -z "$ac_cv_path_SENDMAIL" && ac_cv_path_SENDMAIL="/usr/lib/sendmail"
2055   ;;
2056 esac
2057 fi
2058 SENDMAIL="$ac_cv_path_SENDMAIL"
2059 if test -n "$SENDMAIL"; then
2060   echo "$ac_t""$SENDMAIL" 1>&6
2061 else
2062   echo "$ac_t""no" 1>&6
2063 fi
2064
2065 # Extract the first word of "vi", so it can be a program name with args.
2066 set dummy vi; ac_word=$2
2067 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2068 echo "configure:2069: checking for $ac_word" >&5
2069 if eval "test \"`echo '$''{'ac_cv_path_EDITOR'+set}'`\" = set"; then
2070   echo $ac_n "(cached) $ac_c" 1>&6
2071 else
2072   case "$EDITOR" in
2073   /*)
2074   ac_cv_path_EDITOR="$EDITOR" # Let the user override the test with a path.
2075   ;;
2076   *)
2077   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2078   for ac_dir in $PATH:/usr/ucb$ac_dummy; do
2079     test -z "$ac_dir" && ac_dir=.
2080     if test -f $ac_dir/$ac_word; then
2081       ac_cv_path_EDITOR="$ac_dir/$ac_word"
2082       break
2083     fi
2084   done
2085   IFS="$ac_save_ifs"
2086   test -z "$ac_cv_path_EDITOR" && ac_cv_path_EDITOR="/usr/ucb/vi"
2087   ;;
2088 esac
2089 fi
2090 EDITOR="$ac_cv_path_EDITOR"
2091 if test -n "$EDITOR"; then
2092   echo "$ac_t""$EDITOR" 1>&6
2093 else
2094   echo "$ac_t""no" 1>&6
2095 fi
2096
2097 # Extract the first word of "finger", so it can be a program name with args.
2098 set dummy finger; ac_word=$2
2099 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2100 echo "configure:2101: checking for $ac_word" >&5
2101 if eval "test \"`echo '$''{'ac_cv_path_FINGER'+set}'`\" = set"; then
2102   echo $ac_n "(cached) $ac_c" 1>&6
2103 else
2104   case "$FINGER" in
2105   /*)
2106   ac_cv_path_FINGER="$FINGER" # Let the user override the test with a path.
2107   ;;
2108   *)
2109   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2110   for ac_dir in $PATH:/usr/ucb$ac_dummy; do
2111     test -z "$ac_dir" && ac_dir=.
2112     if test -f $ac_dir/$ac_word; then
2113       ac_cv_path_FINGER="$ac_dir/$ac_word"
2114       break
2115     fi
2116   done
2117   IFS="$ac_save_ifs"
2118   test -z "$ac_cv_path_FINGER" && ac_cv_path_FINGER="/usr/ucb/finger"
2119   ;;
2120 esac
2121 fi
2122 FINGER="$ac_cv_path_FINGER"
2123 if test -n "$FINGER"; then
2124   echo "$ac_t""$FINGER" 1>&6
2125 else
2126   echo "$ac_t""no" 1>&6
2127 fi
2128
2129
2130
2131 if test $cross_compiling = yes -a $ol_enable_x_compile = yes; then
2132         echo "configure: warning: cross compiling....  some functionality will be removed." 1>&2
2133
2134 elif test $cross_compiling = no -a $ol_enable_x_compile = yes; then
2135         echo "configure: warning: programs compiled here do run here..." 1>&2
2136         { echo "configure: error:   if not cross compiling, use --disable-x-compile." 1>&2; exit 1; }
2137
2138 elif test $cross_compiling = yes -a $ol_enable_x_compile = no; then
2139         echo "configure: warning: programs compiled here do not run here..." 1>&2
2140         { echo "configure: error:   if cross compiling,  add --enable-x-compile." 1>&2; exit 1; }
2141 fi
2142
2143 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2144 echo "configure:2145: checking how to run the C preprocessor" >&5
2145 # On Suns, sometimes $CPP names a directory.
2146 if test -n "$CPP" && test -d "$CPP"; then
2147   CPP=
2148 fi
2149 if test -z "$CPP"; then
2150 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
2151   echo $ac_n "(cached) $ac_c" 1>&6
2152 else
2153     # This must be in double quotes, not single quotes, because CPP may get
2154   # substituted into the Makefile and "${CC-cc}" will confuse make.
2155   CPP="${CC-cc} -E"
2156   # On the NeXT, cc -E runs the code through the compiler's parser,
2157   # not just through cpp.
2158   cat > conftest.$ac_ext <<EOF
2159 #line 2160 "configure"
2160 #include "confdefs.h"
2161 #include <assert.h>
2162 Syntax Error
2163 EOF
2164 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2165 { (eval echo configure:2166: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2166 ac_err=`grep -v '^ *+' conftest.out`
2167 if test -z "$ac_err"; then
2168   :
2169 else
2170   echo "$ac_err" >&5
2171   echo "configure: failed program was:" >&5
2172   cat conftest.$ac_ext >&5
2173   rm -rf conftest*
2174   CPP="${CC-cc} -E -traditional-cpp"
2175   cat > conftest.$ac_ext <<EOF
2176 #line 2177 "configure"
2177 #include "confdefs.h"
2178 #include <assert.h>
2179 Syntax Error
2180 EOF
2181 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2182 { (eval echo configure:2183: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2183 ac_err=`grep -v '^ *+' conftest.out`
2184 if test -z "$ac_err"; then
2185   :
2186 else
2187   echo "$ac_err" >&5
2188   echo "configure: failed program was:" >&5
2189   cat conftest.$ac_ext >&5
2190   rm -rf conftest*
2191   CPP=/lib/cpp
2192 fi
2193 rm -f conftest*
2194 fi
2195 rm -f conftest*
2196   ac_cv_prog_CPP="$CPP"
2197 fi
2198   CPP="$ac_cv_prog_CPP"
2199 else
2200   ac_cv_prog_CPP="$CPP"
2201 fi
2202 echo "$ac_t""$CPP" 1>&6
2203
2204
2205 echo $ac_n "checking for AIX""... $ac_c" 1>&6
2206 echo "configure:2207: checking for AIX" >&5
2207 cat > conftest.$ac_ext <<EOF
2208 #line 2209 "configure"
2209 #include "confdefs.h"
2210 #ifdef _AIX
2211   yes
2212 #endif
2213
2214 EOF
2215 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2216   egrep "yes" >/dev/null 2>&1; then
2217   rm -rf conftest*
2218   echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
2219 #define _ALL_SOURCE 1
2220 EOF
2221
2222 else
2223   rm -rf conftest*
2224   echo "$ac_t""no" 1>&6
2225 fi
2226 rm -f conftest*
2227
2228
2229 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
2230 echo "configure:2231: checking for POSIXized ISC" >&5
2231 if test -d /etc/conf/kconfig.d &&
2232   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
2233 then
2234   echo "$ac_t""yes" 1>&6
2235   ISC=yes # If later tests want to check for ISC.
2236   cat >> confdefs.h <<\EOF
2237 #define _POSIX_SOURCE 1
2238 EOF
2239
2240   if test "$GCC" = yes; then
2241     CC="$CC -posix"
2242   else
2243     CC="$CC -Xp"
2244   fi
2245 else
2246   echo "$ac_t""no" 1>&6
2247   ISC=
2248 fi
2249
2250 ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
2251 echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
2252 echo "configure:2253: checking for minix/config.h" >&5
2253 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2254   echo $ac_n "(cached) $ac_c" 1>&6
2255 else
2256   cat > conftest.$ac_ext <<EOF
2257 #line 2258 "configure"
2258 #include "confdefs.h"
2259 #include <minix/config.h>
2260 EOF
2261 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2262 { (eval echo configure:2263: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2263 ac_err=`grep -v '^ *+' conftest.out`
2264 if test -z "$ac_err"; then
2265   rm -rf conftest*
2266   eval "ac_cv_header_$ac_safe=yes"
2267 else
2268   echo "$ac_err" >&5
2269   echo "configure: failed program was:" >&5
2270   cat conftest.$ac_ext >&5
2271   rm -rf conftest*
2272   eval "ac_cv_header_$ac_safe=no"
2273 fi
2274 rm -f conftest*
2275 fi
2276 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2277   echo "$ac_t""yes" 1>&6
2278   MINIX=yes
2279 else
2280   echo "$ac_t""no" 1>&6
2281 MINIX=
2282 fi
2283
2284 if test "$MINIX" = yes; then
2285   cat >> confdefs.h <<\EOF
2286 #define _POSIX_SOURCE 1
2287 EOF
2288
2289   cat >> confdefs.h <<\EOF
2290 #define _POSIX_1_SOURCE 2
2291 EOF
2292
2293   cat >> confdefs.h <<\EOF
2294 #define _MINIX 1
2295 EOF
2296
2297 fi
2298
2299
2300
2301
2302
2303 echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
2304 echo "configure:2305: checking for ${CC-cc} option to accept ANSI C" >&5
2305 if eval "test \"`echo '$''{'am_cv_prog_cc_stdc'+set}'`\" = set"; then
2306   echo $ac_n "(cached) $ac_c" 1>&6
2307 else
2308   am_cv_prog_cc_stdc=no
2309 ac_save_CC="$CC"
2310 # Don't try gcc -ansi; that turns off useful extensions and
2311 # breaks some systems' header files.
2312 # AIX                   -qlanglvl=ansi
2313 # Ultrix and OSF/1      -std1
2314 # HP-UX                 -Aa -D_HPUX_SOURCE
2315 # SVR4                  -Xc -D__EXTENSIONS__
2316 for ac_arg in "" -qlanglvl=ansi -std1 "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2317 do
2318   CC="$ac_save_CC $ac_arg"
2319   cat > conftest.$ac_ext <<EOF
2320 #line 2321 "configure"
2321 #include "confdefs.h"
2322 #include <stdarg.h>
2323 #include <stdio.h>
2324 #include <sys/types.h>
2325 #include <sys/stat.h>
2326 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2327 struct buf { int x; };
2328 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2329 static char *e (p, i)
2330      char **p;
2331      int i;
2332 {
2333   return p[i];
2334 }
2335 static char *f (char * (*g) (char **, int), char **p, ...)
2336 {
2337   char *s;
2338   va_list v;
2339   va_start (v,p);
2340   s = g (p, va_arg (v,int));
2341   va_end (v);
2342   return s;
2343 }
2344 int test (int i, double x);
2345 struct s1 {int (*f) (int a);};
2346 struct s2 {int (*f) (double a);};
2347 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2348 int argc;
2349 char **argv;
2350
2351 int main() {
2352
2353 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2354
2355 ; return 0; }
2356 EOF
2357 if { (eval echo configure:2358: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2358   rm -rf conftest*
2359   am_cv_prog_cc_stdc="$ac_arg"; break
2360 else
2361   echo "configure: failed program was:" >&5
2362   cat conftest.$ac_ext >&5
2363 fi
2364 rm -f conftest*
2365 done
2366 CC="$ac_save_CC"
2367
2368 fi
2369
2370 if test -z "$am_cv_prog_cc_stdc"; then
2371   echo "$ac_t""none needed" 1>&6
2372 else
2373   echo "$ac_t""$am_cv_prog_cc_stdc" 1>&6
2374 fi
2375 case "x$am_cv_prog_cc_stdc" in
2376   x|xno) ;;
2377   *) CC="$CC $am_cv_prog_cc_stdc" ;;
2378 esac
2379
2380 if test "X${am_cv_prog_cc_stdc}" = "Xno" ; then
2381         { echo "configure: error: OpenLDAP requires compiler to support STDC prototypes." 1>&2; exit 1; }
2382 fi
2383
2384
2385
2386
2387 echo $ac_n "checking for socket""... $ac_c" 1>&6
2388 echo "configure:2389: checking for socket" >&5
2389 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
2390   echo $ac_n "(cached) $ac_c" 1>&6
2391 else
2392   cat > conftest.$ac_ext <<EOF
2393 #line 2394 "configure"
2394 #include "confdefs.h"
2395 /* System header to define __stub macros and hopefully few prototypes,
2396     which can conflict with char socket(); below.  */
2397 #include <assert.h>
2398 /* Override any gcc2 internal prototype to avoid an error.  */
2399 /* We use char because int might match the return type of a gcc2
2400     builtin and then its argument prototype would still apply.  */
2401 char socket();
2402
2403 int main() {
2404
2405 /* The GNU C library defines this for functions which it implements
2406     to always fail with ENOSYS.  Some functions are actually named
2407     something starting with __ and the normal name is an alias.  */
2408 #if defined (__stub_socket) || defined (__stub___socket)
2409 choke me
2410 #else
2411 socket();
2412 #endif
2413
2414 ; return 0; }
2415 EOF
2416 if { (eval echo configure:2417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2417   rm -rf conftest*
2418   eval "ac_cv_func_socket=yes"
2419 else
2420   echo "configure: failed program was:" >&5
2421   cat conftest.$ac_ext >&5
2422   rm -rf conftest*
2423   eval "ac_cv_func_socket=no"
2424 fi
2425 rm -f conftest*
2426 fi
2427
2428 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
2429   echo "$ac_t""yes" 1>&6
2430   have_socket=yes
2431 else
2432   echo "$ac_t""no" 1>&6
2433         
2434         echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
2435 echo "configure:2436: checking for main in -lsocket" >&5
2436 ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
2437 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2438   echo $ac_n "(cached) $ac_c" 1>&6
2439 else
2440   ac_save_LIBS="$LIBS"
2441 LIBS="-lsocket  $LIBS"
2442 cat > conftest.$ac_ext <<EOF
2443 #line 2444 "configure"
2444 #include "confdefs.h"
2445
2446 int main() {
2447 main()
2448 ; return 0; }
2449 EOF
2450 if { (eval echo configure:2451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2451   rm -rf conftest*
2452   eval "ac_cv_lib_$ac_lib_var=yes"
2453 else
2454   echo "configure: failed program was:" >&5
2455   cat conftest.$ac_ext >&5
2456   rm -rf conftest*
2457   eval "ac_cv_lib_$ac_lib_var=no"
2458 fi
2459 rm -f conftest*
2460 LIBS="$ac_save_LIBS"
2461
2462 fi
2463 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2464   echo "$ac_t""yes" 1>&6
2465     ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2466     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2467   cat >> confdefs.h <<EOF
2468 #define $ac_tr_lib 1
2469 EOF
2470
2471   LIBS="-lsocket $LIBS"
2472
2473 else
2474   echo "$ac_t""no" 1>&6
2475 fi
2476
2477         echo $ac_n "checking for main in -lnet""... $ac_c" 1>&6
2478 echo "configure:2479: checking for main in -lnet" >&5
2479 ac_lib_var=`echo net'_'main | sed 'y%./+-%__p_%'`
2480 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2481   echo $ac_n "(cached) $ac_c" 1>&6
2482 else
2483   ac_save_LIBS="$LIBS"
2484 LIBS="-lnet  $LIBS"
2485 cat > conftest.$ac_ext <<EOF
2486 #line 2487 "configure"
2487 #include "confdefs.h"
2488
2489 int main() {
2490 main()
2491 ; return 0; }
2492 EOF
2493 if { (eval echo configure:2494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2494   rm -rf conftest*
2495   eval "ac_cv_lib_$ac_lib_var=yes"
2496 else
2497   echo "configure: failed program was:" >&5
2498   cat conftest.$ac_ext >&5
2499   rm -rf conftest*
2500   eval "ac_cv_lib_$ac_lib_var=no"
2501 fi
2502 rm -f conftest*
2503 LIBS="$ac_save_LIBS"
2504
2505 fi
2506 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2507   echo "$ac_t""yes" 1>&6
2508     ac_tr_lib=HAVE_LIB`echo net | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2509     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2510   cat >> confdefs.h <<EOF
2511 #define $ac_tr_lib 1
2512 EOF
2513
2514   LIBS="-lnet $LIBS"
2515
2516 else
2517   echo "$ac_t""no" 1>&6
2518 fi
2519
2520         echo $ac_n "checking for main in -lnsl_s""... $ac_c" 1>&6
2521 echo "configure:2522: checking for main in -lnsl_s" >&5
2522 ac_lib_var=`echo nsl_s'_'main | sed 'y%./+-%__p_%'`
2523 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2524   echo $ac_n "(cached) $ac_c" 1>&6
2525 else
2526   ac_save_LIBS="$LIBS"
2527 LIBS="-lnsl_s  $LIBS"
2528 cat > conftest.$ac_ext <<EOF
2529 #line 2530 "configure"
2530 #include "confdefs.h"
2531
2532 int main() {
2533 main()
2534 ; return 0; }
2535 EOF
2536 if { (eval echo configure:2537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2537   rm -rf conftest*
2538   eval "ac_cv_lib_$ac_lib_var=yes"
2539 else
2540   echo "configure: failed program was:" >&5
2541   cat conftest.$ac_ext >&5
2542   rm -rf conftest*
2543   eval "ac_cv_lib_$ac_lib_var=no"
2544 fi
2545 rm -f conftest*
2546 LIBS="$ac_save_LIBS"
2547
2548 fi
2549 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2550   echo "$ac_t""yes" 1>&6
2551     ac_tr_lib=HAVE_LIB`echo nsl_s | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2552     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2553   cat >> confdefs.h <<EOF
2554 #define $ac_tr_lib 1
2555 EOF
2556
2557   LIBS="-lnsl_s $LIBS"
2558
2559 else
2560   echo "$ac_t""no" 1>&6
2561 fi
2562
2563         echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
2564 echo "configure:2565: checking for main in -lnsl" >&5
2565 ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
2566 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2567   echo $ac_n "(cached) $ac_c" 1>&6
2568 else
2569   ac_save_LIBS="$LIBS"
2570 LIBS="-lnsl  $LIBS"
2571 cat > conftest.$ac_ext <<EOF
2572 #line 2573 "configure"
2573 #include "confdefs.h"
2574
2575 int main() {
2576 main()
2577 ; return 0; }
2578 EOF
2579 if { (eval echo configure:2580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2580   rm -rf conftest*
2581   eval "ac_cv_lib_$ac_lib_var=yes"
2582 else
2583   echo "configure: failed program was:" >&5
2584   cat conftest.$ac_ext >&5
2585   rm -rf conftest*
2586   eval "ac_cv_lib_$ac_lib_var=no"
2587 fi
2588 rm -f conftest*
2589 LIBS="$ac_save_LIBS"
2590
2591 fi
2592 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2593   echo "$ac_t""yes" 1>&6
2594     ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2595     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2596   cat >> confdefs.h <<EOF
2597 #define $ac_tr_lib 1
2598 EOF
2599
2600   LIBS="-lnsl $LIBS"
2601
2602 else
2603   echo "$ac_t""no" 1>&6
2604 fi
2605
2606         echo $ac_n "checking for socket in -linet""... $ac_c" 1>&6
2607 echo "configure:2608: checking for socket in -linet" >&5
2608 ac_lib_var=`echo inet'_'socket | sed 'y%./+-%__p_%'`
2609 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2610   echo $ac_n "(cached) $ac_c" 1>&6
2611 else
2612   ac_save_LIBS="$LIBS"
2613 LIBS="-linet  $LIBS"
2614 cat > conftest.$ac_ext <<EOF
2615 #line 2616 "configure"
2616 #include "confdefs.h"
2617 /* Override any gcc2 internal prototype to avoid an error.  */
2618 /* We use char because int might match the return type of a gcc2
2619     builtin and then its argument prototype would still apply.  */
2620 char socket();
2621
2622 int main() {
2623 socket()
2624 ; return 0; }
2625 EOF
2626 if { (eval echo configure:2627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2627   rm -rf conftest*
2628   eval "ac_cv_lib_$ac_lib_var=yes"
2629 else
2630   echo "configure: failed program was:" >&5
2631   cat conftest.$ac_ext >&5
2632   rm -rf conftest*
2633   eval "ac_cv_lib_$ac_lib_var=no"
2634 fi
2635 rm -f conftest*
2636 LIBS="$ac_save_LIBS"
2637
2638 fi
2639 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2640   echo "$ac_t""yes" 1>&6
2641     ac_tr_lib=HAVE_LIB`echo inet | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2642     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2643   cat >> confdefs.h <<EOF
2644 #define $ac_tr_lib 1
2645 EOF
2646
2647   LIBS="-linet $LIBS"
2648
2649 else
2650   echo "$ac_t""no" 1>&6
2651 fi
2652
2653         echo $ac_n "checking for main in -lgen""... $ac_c" 1>&6
2654 echo "configure:2655: checking for main in -lgen" >&5
2655 ac_lib_var=`echo gen'_'main | sed 'y%./+-%__p_%'`
2656 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2657   echo $ac_n "(cached) $ac_c" 1>&6
2658 else
2659   ac_save_LIBS="$LIBS"
2660 LIBS="-lgen  $LIBS"
2661 cat > conftest.$ac_ext <<EOF
2662 #line 2663 "configure"
2663 #include "confdefs.h"
2664
2665 int main() {
2666 main()
2667 ; return 0; }
2668 EOF
2669 if { (eval echo configure:2670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2670   rm -rf conftest*
2671   eval "ac_cv_lib_$ac_lib_var=yes"
2672 else
2673   echo "configure: failed program was:" >&5
2674   cat conftest.$ac_ext >&5
2675   rm -rf conftest*
2676   eval "ac_cv_lib_$ac_lib_var=no"
2677 fi
2678 rm -f conftest*
2679 LIBS="$ac_save_LIBS"
2680
2681 fi
2682 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2683   echo "$ac_t""yes" 1>&6
2684     ac_tr_lib=HAVE_LIB`echo gen | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2685     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2686   cat >> confdefs.h <<EOF
2687 #define $ac_tr_lib 1
2688 EOF
2689
2690   LIBS="-lgen $LIBS"
2691
2692 else
2693   echo "$ac_t""no" 1>&6
2694 fi
2695
2696
2697 fi
2698
2699
2700 echo $ac_n "checking for res_search in -lbind""... $ac_c" 1>&6
2701 echo "configure:2702: checking for res_search in -lbind" >&5
2702 ac_lib_var=`echo bind'_'res_search | sed 'y%./+-%__p_%'`
2703 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2704   echo $ac_n "(cached) $ac_c" 1>&6
2705 else
2706   ac_save_LIBS="$LIBS"
2707 LIBS="-lbind  $LIBS"
2708 cat > conftest.$ac_ext <<EOF
2709 #line 2710 "configure"
2710 #include "confdefs.h"
2711 /* Override any gcc2 internal prototype to avoid an error.  */
2712 /* We use char because int might match the return type of a gcc2
2713     builtin and then its argument prototype would still apply.  */
2714 char res_search();
2715
2716 int main() {
2717 res_search()
2718 ; return 0; }
2719 EOF
2720 if { (eval echo configure:2721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2721   rm -rf conftest*
2722   eval "ac_cv_lib_$ac_lib_var=yes"
2723 else
2724   echo "configure: failed program was:" >&5
2725   cat conftest.$ac_ext >&5
2726   rm -rf conftest*
2727   eval "ac_cv_lib_$ac_lib_var=no"
2728 fi
2729 rm -f conftest*
2730 LIBS="$ac_save_LIBS"
2731
2732 fi
2733 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2734   echo "$ac_t""yes" 1>&6
2735     ac_tr_lib=HAVE_LIB`echo bind | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2736     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2737   cat >> confdefs.h <<EOF
2738 #define $ac_tr_lib 1
2739 EOF
2740
2741   LIBS="-lbind $LIBS"
2742
2743 else
2744   echo "$ac_t""no" 1>&6
2745 fi
2746
2747 echo $ac_n "checking for res_search in -lresolv""... $ac_c" 1>&6
2748 echo "configure:2749: checking for res_search in -lresolv" >&5
2749 ac_lib_var=`echo resolv'_'res_search | sed 'y%./+-%__p_%'`
2750 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2751   echo $ac_n "(cached) $ac_c" 1>&6
2752 else
2753   ac_save_LIBS="$LIBS"
2754 LIBS="-lresolv  $LIBS"
2755 cat > conftest.$ac_ext <<EOF
2756 #line 2757 "configure"
2757 #include "confdefs.h"
2758 /* Override any gcc2 internal prototype to avoid an error.  */
2759 /* We use char because int might match the return type of a gcc2
2760     builtin and then its argument prototype would still apply.  */
2761 char res_search();
2762
2763 int main() {
2764 res_search()
2765 ; return 0; }
2766 EOF
2767 if { (eval echo configure:2768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2768   rm -rf conftest*
2769   eval "ac_cv_lib_$ac_lib_var=yes"
2770 else
2771   echo "configure: failed program was:" >&5
2772   cat conftest.$ac_ext >&5
2773   rm -rf conftest*
2774   eval "ac_cv_lib_$ac_lib_var=no"
2775 fi
2776 rm -f conftest*
2777 LIBS="$ac_save_LIBS"
2778
2779 fi
2780 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2781   echo "$ac_t""yes" 1>&6
2782     ac_tr_lib=HAVE_LIB`echo resolv | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2783     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2784   cat >> confdefs.h <<EOF
2785 #define $ac_tr_lib 1
2786 EOF
2787
2788   LIBS="-lresolv $LIBS"
2789
2790 else
2791   echo "$ac_t""no" 1>&6
2792 fi
2793
2794
2795 echo $ac_n "checking for sigset in -lV3""... $ac_c" 1>&6
2796 echo "configure:2797: checking for sigset in -lV3" >&5
2797 ac_lib_var=`echo V3'_'sigset | sed 'y%./+-%__p_%'`
2798 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2799   echo $ac_n "(cached) $ac_c" 1>&6
2800 else
2801   ac_save_LIBS="$LIBS"
2802 LIBS="-lV3  $LIBS"
2803 cat > conftest.$ac_ext <<EOF
2804 #line 2805 "configure"
2805 #include "confdefs.h"
2806 /* Override any gcc2 internal prototype to avoid an error.  */
2807 /* We use char because int might match the return type of a gcc2
2808     builtin and then its argument prototype would still apply.  */
2809 char sigset();
2810
2811 int main() {
2812 sigset()
2813 ; return 0; }
2814 EOF
2815 if { (eval echo configure:2816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2816   rm -rf conftest*
2817   eval "ac_cv_lib_$ac_lib_var=yes"
2818 else
2819   echo "configure: failed program was:" >&5
2820   cat conftest.$ac_ext >&5
2821   rm -rf conftest*
2822   eval "ac_cv_lib_$ac_lib_var=no"
2823 fi
2824 rm -f conftest*
2825 LIBS="$ac_save_LIBS"
2826
2827 fi
2828 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2829   echo "$ac_t""yes" 1>&6
2830     ac_tr_lib=HAVE_LIB`echo V3 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2831     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2832   cat >> confdefs.h <<EOF
2833 #define $ac_tr_lib 1
2834 EOF
2835
2836   LIBS="-lV3 $LIBS"
2837
2838 else
2839   echo "$ac_t""no" 1>&6
2840 fi
2841
2842
2843 # ISODE tests
2844 ol_link_isode=no
2845 if test $ol_enable_ldapd != no ; then
2846                 echo $ac_n "checking for main in -lxtpp""... $ac_c" 1>&6
2847 echo "configure:2848: checking for main in -lxtpp" >&5
2848 ac_lib_var=`echo xtpp'_'main | sed 'y%./+-%__p_%'`
2849 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2850   echo $ac_n "(cached) $ac_c" 1>&6
2851 else
2852   ac_save_LIBS="$LIBS"
2853 LIBS="-lxtpp -lxtdsap -lxtisode -losi $LIBS"
2854 cat > conftest.$ac_ext <<EOF
2855 #line 2856 "configure"
2856 #include "confdefs.h"
2857
2858 int main() {
2859 main()
2860 ; return 0; }
2861 EOF
2862 if { (eval echo configure:2863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2863   rm -rf conftest*
2864   eval "ac_cv_lib_$ac_lib_var=yes"
2865 else
2866   echo "configure: failed program was:" >&5
2867   cat conftest.$ac_ext >&5
2868   rm -rf conftest*
2869   eval "ac_cv_lib_$ac_lib_var=no"
2870 fi
2871 rm -f conftest*
2872 LIBS="$ac_save_LIBS"
2873
2874 fi
2875 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2876   echo "$ac_t""yes" 1>&6
2877   
2878                 ol_link_isode=yes
2879                 cat >> confdefs.h <<\EOF
2880 #define HAVE_XTPP 1
2881 EOF
2882
2883                 LDAPD_LIBS="$LDAPD_LIBS -lxtpp -lxtdsap -lxtisode -losi"
2884                 
2885 else
2886   echo "$ac_t""no" 1>&6
2887 :
2888 fi
2889
2890         echo $ac_n "checking for main in -ldsap""... $ac_c" 1>&6
2891 echo "configure:2892: checking for main in -ldsap" >&5
2892 ac_lib_var=`echo dsap'_'main | sed 'y%./+-%__p_%'`
2893 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2894   echo $ac_n "(cached) $ac_c" 1>&6
2895 else
2896   ac_save_LIBS="$LIBS"
2897 LIBS="-ldsap -lisode $LIBS"
2898 cat > conftest.$ac_ext <<EOF
2899 #line 2900 "configure"
2900 #include "confdefs.h"
2901
2902 int main() {
2903 main()
2904 ; return 0; }
2905 EOF
2906 if { (eval echo configure:2907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2907   rm -rf conftest*
2908   eval "ac_cv_lib_$ac_lib_var=yes"
2909 else
2910   echo "configure: failed program was:" >&5
2911   cat conftest.$ac_ext >&5
2912   rm -rf conftest*
2913   eval "ac_cv_lib_$ac_lib_var=no"
2914 fi
2915 rm -f conftest*
2916 LIBS="$ac_save_LIBS"
2917
2918 fi
2919 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2920   echo "$ac_t""yes" 1>&6
2921   
2922                 ol_link_isode=yes
2923                 cat >> confdefs.h <<\EOF
2924 #define HAVE_DSAP 1
2925 EOF
2926
2927                 LDAPD_LIBS="$LDAPD_LIBS -ldsap"
2928                 
2929 else
2930   echo "$ac_t""no" 1>&6
2931 :
2932 fi
2933
2934         echo $ac_n "checking for main in -lisode""... $ac_c" 1>&6
2935 echo "configure:2936: checking for main in -lisode" >&5
2936 ac_lib_var=`echo isode'_'main | sed 'y%./+-%__p_%'`
2937 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2938   echo $ac_n "(cached) $ac_c" 1>&6
2939 else
2940   ac_save_LIBS="$LIBS"
2941 LIBS="-lisode  $LIBS"
2942 cat > conftest.$ac_ext <<EOF
2943 #line 2944 "configure"
2944 #include "confdefs.h"
2945
2946 int main() {
2947 main()
2948 ; return 0; }
2949 EOF
2950 if { (eval echo configure:2951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2951   rm -rf conftest*
2952   eval "ac_cv_lib_$ac_lib_var=yes"
2953 else
2954   echo "configure: failed program was:" >&5
2955   cat conftest.$ac_ext >&5
2956   rm -rf conftest*
2957   eval "ac_cv_lib_$ac_lib_var=no"
2958 fi
2959 rm -f conftest*
2960 LIBS="$ac_save_LIBS"
2961
2962 fi
2963 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2964   echo "$ac_t""yes" 1>&6
2965   
2966                 ol_link_isode=yes
2967                 cat >> confdefs.h <<\EOF
2968 #define HAVE_ISODE 1
2969 EOF
2970
2971                 LDAPD_LIBS="$LDAPD_LIBS -lisode"
2972                 
2973 else
2974   echo "$ac_t""no" 1>&6
2975 :
2976 fi
2977
2978 fi
2979
2980 if test $ol_link_isode != no; then
2981         echo $ac_n "checking for main in -lpp""... $ac_c" 1>&6
2982 echo "configure:2983: checking for main in -lpp" >&5
2983 ac_lib_var=`echo pp'_'main | sed 'y%./+-%__p_%'`
2984 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2985   echo $ac_n "(cached) $ac_c" 1>&6
2986 else
2987   ac_save_LIBS="$LIBS"
2988 LIBS="-lpp  $LIBS"
2989 cat > conftest.$ac_ext <<EOF
2990 #line 2991 "configure"
2991 #include "confdefs.h"
2992
2993 int main() {
2994 main()
2995 ; return 0; }
2996 EOF
2997 if { (eval echo configure:2998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2998   rm -rf conftest*
2999   eval "ac_cv_lib_$ac_lib_var=yes"
3000 else
3001   echo "configure: failed program was:" >&5
3002   cat conftest.$ac_ext >&5
3003   rm -rf conftest*
3004   eval "ac_cv_lib_$ac_lib_var=no"
3005 fi
3006 rm -f conftest*
3007 LIBS="$ac_save_LIBS"
3008
3009 fi
3010 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3011   echo "$ac_t""yes" 1>&6
3012   
3013                 cat >> confdefs.h <<\EOF
3014 #define HAVE_PP 1
3015 EOF
3016
3017                 LDAPD_LIBS="-lpp $LDAPD_LIBS"
3018                 
3019 else
3020   echo "$ac_t""no" 1>&6
3021 :
3022 fi
3023
3024
3025         # Extract the first word of "pepsy", so it can be a program name with args.
3026 set dummy pepsy; ac_word=$2
3027 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3028 echo "configure:3029: checking for $ac_word" >&5
3029 if eval "test \"`echo '$''{'ac_cv_path_PEPSY'+set}'`\" = set"; then
3030   echo $ac_n "(cached) $ac_c" 1>&6
3031 else
3032   case "$PEPSY" in
3033   /*)
3034   ac_cv_path_PEPSY="$PEPSY" # Let the user override the test with a path.
3035   ;;
3036   *)
3037   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
3038   for ac_dir in $PATH; do
3039     test -z "$ac_dir" && ac_dir=.
3040     if test -f $ac_dir/$ac_word; then
3041       ac_cv_path_PEPSY="$ac_dir/$ac_word"
3042       break
3043     fi
3044   done
3045   IFS="$ac_save_ifs"
3046   ;;
3047 esac
3048 fi
3049 PEPSY="$ac_cv_path_PEPSY"
3050 if test -n "$PEPSY"; then
3051   echo "$ac_t""$PEPSY" 1>&6
3052 else
3053   echo "$ac_t""no" 1>&6
3054 fi
3055
3056 fi
3057
3058 ol_link_kerberos=no
3059
3060 if test $ol_with_kerberos = auto -o $ol_with_kerberos = k5 ; then
3061         for ac_hdr in kerberosIV/krb.h kerberosIV/des.h
3062 do
3063 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3064 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3065 echo "configure:3066: checking for $ac_hdr" >&5
3066 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3067   echo $ac_n "(cached) $ac_c" 1>&6
3068 else
3069   cat > conftest.$ac_ext <<EOF
3070 #line 3071 "configure"
3071 #include "confdefs.h"
3072 #include <$ac_hdr>
3073 EOF
3074 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3075 { (eval echo configure:3076: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3076 ac_err=`grep -v '^ *+' conftest.out`
3077 if test -z "$ac_err"; then
3078   rm -rf conftest*
3079   eval "ac_cv_header_$ac_safe=yes"
3080 else
3081   echo "$ac_err" >&5
3082   echo "configure: failed program was:" >&5
3083   cat conftest.$ac_ext >&5
3084   rm -rf conftest*
3085   eval "ac_cv_header_$ac_safe=no"
3086 fi
3087 rm -f conftest*
3088 fi
3089 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3090   echo "$ac_t""yes" 1>&6
3091     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3092   cat >> confdefs.h <<EOF
3093 #define $ac_tr_hdr 1
3094 EOF
3095  
3096 else
3097   echo "$ac_t""no" 1>&6
3098 fi
3099 done
3100
3101
3102         if test $ac_cv_header_kerberosIV_krb_h = yes ; then
3103                 echo $ac_n "checking for main in -lkrb4""... $ac_c" 1>&6
3104 echo "configure:3105: checking for main in -lkrb4" >&5
3105 ac_lib_var=`echo krb4'_'main | sed 'y%./+-%__p_%'`
3106 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3107   echo $ac_n "(cached) $ac_c" 1>&6
3108 else
3109   ac_save_LIBS="$LIBS"
3110 LIBS="-lkrb4 -lkrb5 -ldes425 $LIBS"
3111 cat > conftest.$ac_ext <<EOF
3112 #line 3113 "configure"
3113 #include "confdefs.h"
3114
3115 int main() {
3116 main()
3117 ; return 0; }
3118 EOF
3119 if { (eval echo configure:3120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3120   rm -rf conftest*
3121   eval "ac_cv_lib_$ac_lib_var=yes"
3122 else
3123   echo "configure: failed program was:" >&5
3124   cat conftest.$ac_ext >&5
3125   rm -rf conftest*
3126   eval "ac_cv_lib_$ac_lib_var=no"
3127 fi
3128 rm -f conftest*
3129 LIBS="$ac_save_LIBS"
3130
3131 fi
3132 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3133   echo "$ac_t""yes" 1>&6
3134   have_k5=yes
3135 else
3136   echo "$ac_t""no" 1>&6
3137 have_k5=no
3138 fi
3139
3140
3141                 if test $have_k5 = yes ; then
3142                         ol_with_kerberos=found
3143                         ol_link_kerberos=yes
3144
3145                         cat >> confdefs.h <<\EOF
3146 #define HAVE_KERBEROS 1
3147 EOF
3148
3149                         KRB_LIBS="-lkrb4 -lkrb5 -ldes425"
3150                 fi
3151         fi
3152 fi
3153
3154 if test $ol_with_kerberos = auto -o $ol_with_kerberos = k4 ; then
3155         for ac_hdr in krb.h des.h
3156 do
3157 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3158 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3159 echo "configure:3160: checking for $ac_hdr" >&5
3160 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3161   echo $ac_n "(cached) $ac_c" 1>&6
3162 else
3163   cat > conftest.$ac_ext <<EOF
3164 #line 3165 "configure"
3165 #include "confdefs.h"
3166 #include <$ac_hdr>
3167 EOF
3168 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3169 { (eval echo configure:3170: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3170 ac_err=`grep -v '^ *+' conftest.out`
3171 if test -z "$ac_err"; then
3172   rm -rf conftest*
3173   eval "ac_cv_header_$ac_safe=yes"
3174 else
3175   echo "$ac_err" >&5
3176   echo "configure: failed program was:" >&5
3177   cat conftest.$ac_ext >&5
3178   rm -rf conftest*
3179   eval "ac_cv_header_$ac_safe=no"
3180 fi
3181 rm -f conftest*
3182 fi
3183 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3184   echo "$ac_t""yes" 1>&6
3185     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3186   cat >> confdefs.h <<EOF
3187 #define $ac_tr_hdr 1
3188 EOF
3189  
3190 else
3191   echo "$ac_t""no" 1>&6
3192 fi
3193 done
3194
3195
3196         if test $ac_cv_header_krb_h = yes ; then
3197                 echo $ac_n "checking for main in -lkrb""... $ac_c" 1>&6
3198 echo "configure:3199: checking for main in -lkrb" >&5
3199 ac_lib_var=`echo krb'_'main | sed 'y%./+-%__p_%'`
3200 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3201   echo $ac_n "(cached) $ac_c" 1>&6
3202 else
3203   ac_save_LIBS="$LIBS"
3204 LIBS="-lkrb -ldes $LIBS"
3205 cat > conftest.$ac_ext <<EOF
3206 #line 3207 "configure"
3207 #include "confdefs.h"
3208
3209 int main() {
3210 main()
3211 ; return 0; }
3212 EOF
3213 if { (eval echo configure:3214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3214   rm -rf conftest*
3215   eval "ac_cv_lib_$ac_lib_var=yes"
3216 else
3217   echo "configure: failed program was:" >&5
3218   cat conftest.$ac_ext >&5
3219   rm -rf conftest*
3220   eval "ac_cv_lib_$ac_lib_var=no"
3221 fi
3222 rm -f conftest*
3223 LIBS="$ac_save_LIBS"
3224
3225 fi
3226 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3227   echo "$ac_t""yes" 1>&6
3228   have_k4=yes
3229 else
3230   echo "$ac_t""no" 1>&6
3231 have_k4=no
3232 fi
3233
3234
3235                 if test $have_k4 = yes ; then
3236                         ol_with_kerberos=found
3237                         ol_link_kerberos=yes
3238
3239                         cat >> confdefs.h <<\EOF
3240 #define HAVE_KERBEROS 1
3241 EOF
3242
3243                         KRB_LIBS="-lkrb -ldes"
3244                 fi
3245         fi
3246 fi
3247
3248
3249 ol_link_threads=no
3250 if test $ol_with_threads = auto -o $ol_with_threads = yes \
3251         -o $ol_with_threads = posix ; then
3252
3253         for ac_hdr in pthread.h sched.h
3254 do
3255 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3256 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3257 echo "configure:3258: checking for $ac_hdr" >&5
3258 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3259   echo $ac_n "(cached) $ac_c" 1>&6
3260 else
3261   cat > conftest.$ac_ext <<EOF
3262 #line 3263 "configure"
3263 #include "confdefs.h"
3264 #include <$ac_hdr>
3265 EOF
3266 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3267 { (eval echo configure:3268: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3268 ac_err=`grep -v '^ *+' conftest.out`
3269 if test -z "$ac_err"; then
3270   rm -rf conftest*
3271   eval "ac_cv_header_$ac_safe=yes"
3272 else
3273   echo "$ac_err" >&5
3274   echo "configure: failed program was:" >&5
3275   cat conftest.$ac_ext >&5
3276   rm -rf conftest*
3277   eval "ac_cv_header_$ac_safe=no"
3278 fi
3279 rm -f conftest*
3280 fi
3281 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3282   echo "$ac_t""yes" 1>&6
3283     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3284   cat >> confdefs.h <<EOF
3285 #define $ac_tr_hdr 1
3286 EOF
3287  
3288 else
3289   echo "$ac_t""no" 1>&6
3290 fi
3291 done
3292
3293
3294         if test $ac_cv_header_pthread_h = yes ; then
3295                 echo $ac_n "checking POSIX thread version""... $ac_c" 1>&6
3296 echo "configure:3297: checking POSIX thread version" >&5
3297 if eval "test \"`echo '$''{'ol_cv_pthread_version'+set}'`\" = set"; then
3298   echo $ac_n "(cached) $ac_c" 1>&6
3299 else
3300   
3301         cat > conftest.$ac_ext <<EOF
3302 #line 3303 "configure"
3303 #include "confdefs.h"
3304
3305 #               include <pthread.h>
3306                 /* this check could be improved */
3307 #               ifdef PTHREAD_ONCE_INIT
3308                         pthread_version_final
3309 #               endif
3310         
3311 EOF
3312 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3313   egrep "pthread_version_final" >/dev/null 2>&1; then
3314   rm -rf conftest*
3315   ol_pthread_final=yes
3316 else
3317   rm -rf conftest*
3318   ol_pthread_final=no
3319 fi
3320 rm -f conftest*
3321
3322
3323         cat > conftest.$ac_ext <<EOF
3324 #line 3325 "configure"
3325 #include "confdefs.h"
3326
3327 #               include <pthread.h>
3328                 /* this check could be improved */
3329 #               ifdef pthread_once_init
3330                         pthread_version_draft4
3331 #               endif
3332         
3333 EOF
3334 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3335   egrep "pthread_version_draft4" >/dev/null 2>&1; then
3336   rm -rf conftest*
3337   ol_pthread_draft4=yes
3338 else
3339   rm -rf conftest*
3340   ol_pthread_draft4=no
3341 fi
3342 rm -f conftest*
3343
3344
3345         if test $ol_pthread_final = yes -a $ol_pthread_draft4 = no; then
3346                 ol_cv_pthread_version=final
3347         elif test $ol_pthread_final = no -a $ol_pthread_draft4 = yes; then
3348                 ol_cv_pthread_version=draft4
3349         else
3350                 ol_cv_pthread_version=unknown
3351         fi
3352
3353 fi
3354
3355 echo "$ac_t""$ol_cv_pthread_version" 1>&6
3356
3357
3358                 if test $ol_cv_pthread_version = final ; then
3359                         cat >> confdefs.h <<\EOF
3360 #define HAVE_PTHREADS_FINAL 1
3361 EOF
3362
3363                 elif test $ol_cv_pthread_version = draft4 ; then
3364                         cat >> confdefs.h <<\EOF
3365 #define HAVE_PTHREADS_D4 1
3366 EOF
3367
3368                 else
3369                         { echo "configure: error: unknown pthread version" 1>&2; exit 1; }
3370                 fi
3371
3372                 # consider threads found
3373                 ol_with_threads=found
3374
3375                 
3376 echo $ac_n "checking for LinuxThreads""... $ac_c" 1>&6
3377 echo "configure:3378: checking for LinuxThreads" >&5
3378 if eval "test \"`echo '$''{'ol_cv_linux_threads'+set}'`\" = set"; then
3379   echo $ac_n "(cached) $ac_c" 1>&6
3380 else
3381   
3382         res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l`
3383         if test "$res" -gt 0 ; then
3384                 ol_cv_linux_threads=yes
3385         else
3386                 ol_cv_linux_threads=no
3387         fi
3388
3389 fi
3390
3391 echo "$ac_t""$ol_cv_linux_threads" 1>&6
3392
3393
3394                 if test $ol_cv_linux_threads = yes ; then
3395                         cat >> confdefs.h <<\EOF
3396 #define HAVE_LINUX_THREADS 1
3397 EOF
3398
3399                 fi
3400
3401                 
3402                                 echo $ac_n "checking for pthread_create""... $ac_c" 1>&6
3403 echo "configure:3404: checking for pthread_create" >&5
3404 if eval "test \"`echo '$''{'ac_cv_func_pthread_create'+set}'`\" = set"; then
3405   echo $ac_n "(cached) $ac_c" 1>&6
3406 else
3407   cat > conftest.$ac_ext <<EOF
3408 #line 3409 "configure"
3409 #include "confdefs.h"
3410 /* System header to define __stub macros and hopefully few prototypes,
3411     which can conflict with char pthread_create(); below.  */
3412 #include <assert.h>
3413 /* Override any gcc2 internal prototype to avoid an error.  */
3414 /* We use char because int might match the return type of a gcc2
3415     builtin and then its argument prototype would still apply.  */
3416 char pthread_create();
3417
3418 int main() {
3419
3420 /* The GNU C library defines this for functions which it implements
3421     to always fail with ENOSYS.  Some functions are actually named
3422     something starting with __ and the normal name is an alias.  */
3423 #if defined (__stub_pthread_create) || defined (__stub___pthread_create)
3424 choke me
3425 #else
3426 pthread_create();
3427 #endif
3428
3429 ; return 0; }
3430 EOF
3431 if { (eval echo configure:3432: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3432   rm -rf conftest*
3433   eval "ac_cv_func_pthread_create=yes"
3434 else
3435   echo "configure: failed program was:" >&5
3436   cat conftest.$ac_ext >&5
3437   rm -rf conftest*
3438   eval "ac_cv_func_pthread_create=no"
3439 fi
3440 rm -f conftest*
3441 fi
3442
3443 if eval "test \"`echo '$ac_cv_func_'pthread_create`\" = yes"; then
3444   echo "$ac_t""yes" 1>&6
3445   ol_link_threads=yes
3446 else
3447   echo "$ac_t""no" 1>&6
3448 fi
3449
3450
3451                 if test $ol_link_threads = no ; then
3452                                                 echo $ac_n "checking for pthread_create with -pthread""... $ac_c" 1>&6
3453 echo "configure:3454: checking for pthread_create with -pthread" >&5
3454 if eval "test \"`echo '$''{'ol_cv_pthread_flag'+set}'`\" = set"; then
3455   echo $ac_n "(cached) $ac_c" 1>&6
3456 else
3457   
3458                                                                 save_LIBS="$LIBS"
3459                                 LIBS="-pthread $LIBS"
3460                                 cat > conftest.$ac_ext <<EOF
3461 #line 3462 "configure"
3462 #include "confdefs.h"
3463 char pthread();
3464 int main() {
3465
3466                                         pthread_create();
3467                                         
3468 ; return 0; }
3469 EOF
3470 if { (eval echo configure:3471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3471   rm -rf conftest*
3472   ol_cv_pthread_flag=yes
3473 else
3474   echo "configure: failed program was:" >&5
3475   cat conftest.$ac_ext >&5
3476   rm -rf conftest*
3477   ol_cv_pthread_flag=no
3478 fi
3479 rm -f conftest*
3480                                                                 LIBS="$save_LIBS"
3481                         
3482 fi
3483
3484 echo "$ac_t""$ol_cv_pthread_flag" 1>&6
3485
3486                         if test $ol_cv_pthread_flag = yes ; then
3487                                 LTHREAD_LIBS="$LTHREAD_LIBS -pthread"
3488                                 ol_link_threads=posix
3489                         fi
3490                 fi
3491
3492                 if test $ol_link_threads = no ; then
3493                                                 echo $ac_n "checking for pthread_create with -pthreads""... $ac_c" 1>&6
3494 echo "configure:3495: checking for pthread_create with -pthreads" >&5
3495 if eval "test \"`echo '$''{'ol_cv_pthreads_flag'+set}'`\" = set"; then
3496   echo $ac_n "(cached) $ac_c" 1>&6
3497 else
3498   
3499                                                                 save_LIBS="$LIBS"
3500                                 LIBS="-pthreads $LIBS"
3501                                 cat > conftest.$ac_ext <<EOF
3502 #line 3503 "configure"
3503 #include "confdefs.h"
3504 char pthread();
3505 int main() {
3506
3507                                         pthread_create();
3508                                         
3509 ; return 0; }
3510 EOF
3511 if { (eval echo configure:3512: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3512   rm -rf conftest*
3513   ol_cv_pthreads_flag=yes
3514 else
3515   echo "configure: failed program was:" >&5
3516   cat conftest.$ac_ext >&5
3517   rm -rf conftest*
3518   ol_cv_pthreads_flag=no
3519 fi
3520 rm -f conftest*
3521                                                                 LIBS="$save_LIBS"
3522                         
3523 fi
3524
3525 echo "$ac_t""$ol_cv_pthreads_flag" 1>&6
3526
3527                         if test $ol_cv_pthreads_flag = yes ; then
3528                                 LTHREAD_LIBS="$LTHREAD_LIBS -pthreads"
3529                                 ol_link_threads=posix
3530                         fi
3531                 fi
3532
3533                 if test $ol_link_threads = no ; then
3534                                                 echo $ac_n "checking for pthread_create with -thread""... $ac_c" 1>&6
3535 echo "configure:3536: checking for pthread_create with -thread" >&5
3536 if eval "test \"`echo '$''{'ol_cv_thread_flag'+set}'`\" = set"; then
3537   echo $ac_n "(cached) $ac_c" 1>&6
3538 else
3539   
3540                                                                 save_LIBS="$LIBS"
3541                                 LIBS="-thread $LIBS"
3542                                 cat > conftest.$ac_ext <<EOF
3543 #line 3544 "configure"
3544 #include "confdefs.h"
3545 char pthread();
3546 int main() {
3547
3548                                         pthread_create();
3549                                         
3550 ; return 0; }
3551 EOF
3552 if { (eval echo configure:3553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3553   rm -rf conftest*
3554   ol_cv_thread_flag=yes
3555 else
3556   echo "configure: failed program was:" >&5
3557   cat conftest.$ac_ext >&5
3558   rm -rf conftest*
3559   ol_cv_thread_flag=no
3560 fi
3561 rm -f conftest*
3562                                                                 LIBS="$save_LIBS"
3563                         
3564 fi
3565
3566 echo "$ac_t""$ol_cv_thread_flag" 1>&6
3567
3568                         if test $ol_cv_thread_flag = yes ; then
3569                                 LTHREAD_LIBS="$LTHREAD_LIBS -thread"
3570                                 ol_link_threads=posix
3571                         fi
3572                 fi
3573
3574                 if test $ol_link_threads = no ; then
3575                                                 save_LIBS="$LIBS"
3576                         echo $ac_n "checking for pthread_mutex_lock in -lpthread""... $ac_c" 1>&6
3577 echo "configure:3578: checking for pthread_mutex_lock in -lpthread" >&5
3578 ac_lib_var=`echo pthread'_'pthread_mutex_lock | sed 'y%./+-%__p_%'`
3579 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3580   echo $ac_n "(cached) $ac_c" 1>&6
3581 else
3582   ac_save_LIBS="$LIBS"
3583 LIBS="-lpthread -lexc $LIBS"
3584 cat > conftest.$ac_ext <<EOF
3585 #line 3586 "configure"
3586 #include "confdefs.h"
3587 /* Override any gcc2 internal prototype to avoid an error.  */
3588 /* We use char because int might match the return type of a gcc2
3589     builtin and then its argument prototype would still apply.  */
3590 char pthread_mutex_lock();
3591
3592 int main() {
3593 pthread_mutex_lock()
3594 ; return 0; }
3595 EOF
3596 if { (eval echo configure:3597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3597   rm -rf conftest*
3598   eval "ac_cv_lib_$ac_lib_var=yes"
3599 else
3600   echo "configure: failed program was:" >&5
3601   cat conftest.$ac_ext >&5
3602   rm -rf conftest*
3603   eval "ac_cv_lib_$ac_lib_var=no"
3604 fi
3605 rm -f conftest*
3606 LIBS="$ac_save_LIBS"
3607
3608 fi
3609 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3610   echo "$ac_t""yes" 1>&6
3611   
3612                                 ol_link_threads=posix
3613                                 LTHREAD_LIBS="$LTHREAD_LIBS -lpthread -lexc"
3614                                 if test $ol_with_yielding_select = auto ; then
3615                                         ol_with_yielding_select=yes
3616                                 fi
3617                                 
3618 else
3619   echo "$ac_t""no" 1>&6
3620 fi
3621
3622                         LIBS="$save_LIBS"
3623                 fi
3624
3625                 if test $ol_link_threads = no ; then
3626                                                 save_LIBS="$LIBS"
3627                         echo $ac_n "checking for pthread_mutex_unlock in -lpthreads""... $ac_c" 1>&6
3628 echo "configure:3629: checking for pthread_mutex_unlock in -lpthreads" >&5
3629 ac_lib_var=`echo pthreads'_'pthread_mutex_unlock | sed 'y%./+-%__p_%'`
3630 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3631   echo $ac_n "(cached) $ac_c" 1>&6
3632 else
3633   ac_save_LIBS="$LIBS"
3634 LIBS="-lpthreads -lmach -lexc -lc_r $LIBS"
3635 cat > conftest.$ac_ext <<EOF
3636 #line 3637 "configure"
3637 #include "confdefs.h"
3638 /* Override any gcc2 internal prototype to avoid an error.  */
3639 /* We use char because int might match the return type of a gcc2
3640     builtin and then its argument prototype would still apply.  */
3641 char pthread_mutex_unlock();
3642
3643 int main() {
3644 pthread_mutex_unlock()
3645 ; return 0; }
3646 EOF
3647 if { (eval echo configure:3648: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3648   rm -rf conftest*
3649   eval "ac_cv_lib_$ac_lib_var=yes"
3650 else
3651   echo "configure: failed program was:" >&5
3652   cat conftest.$ac_ext >&5
3653   rm -rf conftest*
3654   eval "ac_cv_lib_$ac_lib_var=no"
3655 fi
3656 rm -f conftest*
3657 LIBS="$ac_save_LIBS"
3658
3659 fi
3660 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3661   echo "$ac_t""yes" 1>&6
3662   
3663                                 ol_link_threads=posix
3664                                 LTHREAD_LIBS="$LTHREAD_LIBS -lpthreads -lmach -lexc -lc_r"
3665                                 if test $ol_with_yielding_select = auto ; then
3666                                         ol_with_yielding_select=yes
3667                                 fi
3668                                 
3669 else
3670   echo "$ac_t""no" 1>&6
3671 fi
3672
3673                         LIBS="$save_LIBS"
3674                 fi
3675
3676                 if test $ol_link_threads = no ; then
3677                                                 save_LIBS="$LIBS"
3678                         echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
3679 echo "configure:3680: checking for pthread_create in -lpthread" >&5
3680 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
3681 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3682   echo $ac_n "(cached) $ac_c" 1>&6
3683 else
3684   ac_save_LIBS="$LIBS"
3685 LIBS="-lpthread  $LIBS"
3686 cat > conftest.$ac_ext <<EOF
3687 #line 3688 "configure"
3688 #include "confdefs.h"
3689 /* Override any gcc2 internal prototype to avoid an error.  */
3690 /* We use char because int might match the return type of a gcc2
3691     builtin and then its argument prototype would still apply.  */
3692 char pthread_create();
3693
3694 int main() {
3695 pthread_create()
3696 ; return 0; }
3697 EOF
3698 if { (eval echo configure:3699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3699   rm -rf conftest*
3700   eval "ac_cv_lib_$ac_lib_var=yes"
3701 else
3702   echo "configure: failed program was:" >&5
3703   cat conftest.$ac_ext >&5
3704   rm -rf conftest*
3705   eval "ac_cv_lib_$ac_lib_var=no"
3706 fi
3707 rm -f conftest*
3708 LIBS="$ac_save_LIBS"
3709
3710 fi
3711 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3712   echo "$ac_t""yes" 1>&6
3713   
3714                                 ol_link_threads=posix
3715                                 LTHREAD_LIBS="$LTHREAD_LIBS -lpthread"
3716 else
3717   echo "$ac_t""no" 1>&6
3718 fi
3719
3720                         LIBS="$save_LIBS"
3721                 fi
3722
3723                 if test $ol_link_threads = no ; then
3724                                                 save_LIBS="$LIBS"
3725                         echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
3726 echo "configure:3727: checking for pthread_create in -lc_r" >&5
3727 ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
3728 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3729   echo $ac_n "(cached) $ac_c" 1>&6
3730 else
3731   ac_save_LIBS="$LIBS"
3732 LIBS="-lc_r  $LIBS"
3733 cat > conftest.$ac_ext <<EOF
3734 #line 3735 "configure"
3735 #include "confdefs.h"
3736 /* Override any gcc2 internal prototype to avoid an error.  */
3737 /* We use char because int might match the return type of a gcc2
3738     builtin and then its argument prototype would still apply.  */
3739 char pthread_create();
3740
3741 int main() {
3742 pthread_create()
3743 ; return 0; }
3744 EOF
3745 if { (eval echo configure:3746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3746   rm -rf conftest*
3747   eval "ac_cv_lib_$ac_lib_var=yes"
3748 else
3749   echo "configure: failed program was:" >&5
3750   cat conftest.$ac_ext >&5
3751   rm -rf conftest*
3752   eval "ac_cv_lib_$ac_lib_var=no"
3753 fi
3754 rm -f conftest*
3755 LIBS="$ac_save_LIBS"
3756
3757 fi
3758 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3759   echo "$ac_t""yes" 1>&6
3760   
3761                                 ol_link_threads=posix
3762                                 LTHREAD_LIBS="$LTHREAD_LIBS -lc_r"
3763 else
3764   echo "$ac_t""no" 1>&6
3765 fi
3766
3767                         LIBS="$save_LIBS"
3768                 fi
3769
3770                 if test $ol_link_threads = no ; then
3771                                                 save_LIBS="$LIBS"
3772                         echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6
3773 echo "configure:3774: checking for pthread_create in -lpthreads" >&5
3774 ac_lib_var=`echo pthreads'_'pthread_create | sed 'y%./+-%__p_%'`
3775 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3776   echo $ac_n "(cached) $ac_c" 1>&6
3777 else
3778   ac_save_LIBS="$LIBS"
3779 LIBS="-lpthreads  $LIBS"
3780 cat > conftest.$ac_ext <<EOF
3781 #line 3782 "configure"
3782 #include "confdefs.h"
3783 /* Override any gcc2 internal prototype to avoid an error.  */
3784 /* We use char because int might match the return type of a gcc2
3785     builtin and then its argument prototype would still apply.  */
3786 char pthread_create();
3787
3788 int main() {
3789 pthread_create()
3790 ; return 0; }
3791 EOF
3792 if { (eval echo configure:3793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3793   rm -rf conftest*
3794   eval "ac_cv_lib_$ac_lib_var=yes"
3795 else
3796   echo "configure: failed program was:" >&5
3797   cat conftest.$ac_ext >&5
3798   rm -rf conftest*
3799   eval "ac_cv_lib_$ac_lib_var=no"
3800 fi
3801 rm -f conftest*
3802 LIBS="$ac_save_LIBS"
3803
3804 fi
3805 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3806   echo "$ac_t""yes" 1>&6
3807   
3808                                 ol_link_threads=posix
3809                                 LTHREAD_LIBS="$LTHREAD_LIBS -lpthreads"
3810 else
3811   echo "$ac_t""no" 1>&6
3812 fi
3813
3814                         LIBS="$save_LIBS"
3815                 fi
3816
3817                                 if test $ol_link_threads = no ; then
3818                                                 save_LIBS="$LIBS"
3819                         echo $ac_n "checking for pthread_join in -lpthreads""... $ac_c" 1>&6
3820 echo "configure:3821: checking for pthread_join in -lpthreads" >&5
3821 ac_lib_var=`echo pthreads'_'pthread_join | sed 'y%./+-%__p_%'`
3822 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3823   echo $ac_n "(cached) $ac_c" 1>&6
3824 else
3825   ac_save_LIBS="$LIBS"
3826 LIBS="-lpthreads  $LIBS"
3827 cat > conftest.$ac_ext <<EOF
3828 #line 3829 "configure"
3829 #include "confdefs.h"
3830 /* Override any gcc2 internal prototype to avoid an error.  */
3831 /* We use char because int might match the return type of a gcc2
3832     builtin and then its argument prototype would still apply.  */
3833 char pthread_join();
3834
3835 int main() {
3836 pthread_join()
3837 ; return 0; }
3838 EOF
3839 if { (eval echo configure:3840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3840   rm -rf conftest*
3841   eval "ac_cv_lib_$ac_lib_var=yes"
3842 else
3843   echo "configure: failed program was:" >&5
3844   cat conftest.$ac_ext >&5
3845   rm -rf conftest*
3846   eval "ac_cv_lib_$ac_lib_var=no"
3847 fi
3848 rm -f conftest*
3849 LIBS="$ac_save_LIBS"
3850
3851 fi
3852 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3853   echo "$ac_t""yes" 1>&6
3854   
3855                                 ol_link_threads=posix
3856                                 LTHREAD_LIBS="$LTHREAD_LIBS -lpthreads"
3857                                 
3858 else
3859   echo "$ac_t""no" 1>&6
3860 -Wl,-woff,85
3861 fi
3862
3863                         LIBS="$save_LIBS"
3864                 fi
3865
3866                                 if test $ol_link_threads = no; then
3867                         save_LIBS="$LIBS"
3868                         LIBS="$LIBS -lpthread"
3869                         echo $ac_n "checking for pthread_create() in HP-UX -lpthread""... $ac_c" 1>&6
3870 echo "configure:3871: checking for pthread_create() in HP-UX -lpthread" >&5
3871                         ol_try_pthread_hpux_11=no
3872                         if eval "test \"`echo '$''{'ol_cv_pthread_hpux_11'+set}'`\" = set"; then
3873   echo $ac_n "(cached) $ac_c" 1>&6
3874 else
3875   
3876                                 cat > conftest.$ac_ext <<EOF
3877 #line 3878 "configure"
3878 #include "confdefs.h"
3879
3880 #include <pthread.h>
3881 #include <elf.h>
3882 #ifndef ELFABI_HPUX_REL11
3883         die horribly
3884 #endif
3885                                 
3886 int main() {
3887 pthread_create(NULL, NULL, NULL, NULL);
3888 ; return 0; }
3889 EOF
3890 if { (eval echo configure:3891: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3891   rm -rf conftest*
3892   ol_try_pthread_hpux_11=yes
3893                                         ol_cv_pthread_hpux_11=yes
3894 else
3895   echo "configure: failed program was:" >&5
3896   cat conftest.$ac_ext >&5
3897   rm -rf conftest*
3898   ol_cv_pthread_hpux_11=no
3899 fi
3900 rm -f conftest*
3901 fi
3902
3903                         echo "$ac_t""yes" 1>&6
3904                         LIBS="$save_LIBS"
3905
3906                         if test $ol_cv_pthread_hpux_11=yes ; then
3907                                 ol_link_threads=posix
3908                                 LTHREAD_LIBS="$LTHREAD_LIBS -lpthread"
3909                                 if test $ol_try_pthread_hpux_11=yes ; then
3910                                                                                                                         ac_cv_func_pthread_attr_init=yes
3911                                 fi
3912                         fi
3913                 fi
3914
3915                 if test $ol_link_threads != no ; then
3916                         cat >> confdefs.h <<\EOF
3917 #define HAVE_PTHREADS 1
3918 EOF
3919
3920
3921                                                 save_CPPFLAGS="$CPPFLAGS"
3922                         save_LIBS="$LIBS"
3923                         LIBS="$LTHREAD_LIBS $LIBS"
3924
3925                                                                                                 for ac_func in sched_yield pthread_yield
3926 do
3927 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3928 echo "configure:3929: checking for $ac_func" >&5
3929 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3930   echo $ac_n "(cached) $ac_c" 1>&6
3931 else
3932   cat > conftest.$ac_ext <<EOF
3933 #line 3934 "configure"
3934 #include "confdefs.h"
3935 /* System header to define __stub macros and hopefully few prototypes,
3936     which can conflict with char $ac_func(); below.  */
3937 #include <assert.h>
3938 /* Override any gcc2 internal prototype to avoid an error.  */
3939 /* We use char because int might match the return type of a gcc2
3940     builtin and then its argument prototype would still apply.  */
3941 char $ac_func();
3942
3943 int main() {
3944
3945 /* The GNU C library defines this for functions which it implements
3946     to always fail with ENOSYS.  Some functions are actually named
3947     something starting with __ and the normal name is an alias.  */
3948 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3949 choke me
3950 #else
3951 $ac_func();
3952 #endif
3953
3954 ; return 0; }
3955 EOF
3956 if { (eval echo configure:3957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3957   rm -rf conftest*
3958   eval "ac_cv_func_$ac_func=yes"
3959 else
3960   echo "configure: failed program was:" >&5
3961   cat conftest.$ac_ext >&5
3962   rm -rf conftest*
3963   eval "ac_cv_func_$ac_func=no"
3964 fi
3965 rm -f conftest*
3966 fi
3967
3968 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3969   echo "$ac_t""yes" 1>&6
3970     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3971   cat >> confdefs.h <<EOF
3972 #define $ac_tr_func 1
3973 EOF
3974  
3975 else
3976   echo "$ac_t""no" 1>&6
3977 fi
3978 done
3979
3980
3981                         if test $ac_cv_func_sched_yield = no -a \
3982                                 $ac_cv_func_pthread_yield = no ; then
3983                                                                 echo $ac_n "checking for sched_yield in -lrt""... $ac_c" 1>&6
3984 echo "configure:3985: checking for sched_yield in -lrt" >&5
3985 ac_lib_var=`echo rt'_'sched_yield | sed 'y%./+-%__p_%'`
3986 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3987   echo $ac_n "(cached) $ac_c" 1>&6
3988 else
3989   ac_save_LIBS="$LIBS"
3990 LIBS="-lrt  $LIBS"
3991 cat > conftest.$ac_ext <<EOF
3992 #line 3993 "configure"
3993 #include "confdefs.h"
3994 /* Override any gcc2 internal prototype to avoid an error.  */
3995 /* We use char because int might match the return type of a gcc2
3996     builtin and then its argument prototype would still apply.  */
3997 char sched_yield();
3998
3999 int main() {
4000 sched_yield()
4001 ; return 0; }
4002 EOF
4003 if { (eval echo configure:4004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4004   rm -rf conftest*
4005   eval "ac_cv_lib_$ac_lib_var=yes"
4006 else
4007   echo "configure: failed program was:" >&5
4008   cat conftest.$ac_ext >&5
4009   rm -rf conftest*
4010   eval "ac_cv_lib_$ac_lib_var=no"
4011 fi
4012 rm -f conftest*
4013 LIBS="$ac_save_LIBS"
4014
4015 fi
4016 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4017   echo "$ac_t""yes" 1>&6
4018   LTHREAD_LIBS="$LTHREAD_LIBS -lrt"
4019                                         cat >> confdefs.h <<\EOF
4020 #define HAVE_SCHED_YIELD 1
4021 EOF
4022
4023                                         ac_cv_func_sched_yield=yes
4024 else
4025   echo "$ac_t""no" 1>&6
4026 ac_cv_func_sched_yield=no
4027 fi
4028
4029                         fi
4030                         if test $ac_cv_func_sched_yield = no -a \
4031                                 $ac_cv_func_pthread_yield = no ; then
4032                                                                 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
4033 echo "configure:4034: checking for sched_yield in -lposix4" >&5
4034 ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
4035 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4036   echo $ac_n "(cached) $ac_c" 1>&6
4037 else
4038   ac_save_LIBS="$LIBS"
4039 LIBS="-lposix4  $LIBS"
4040 cat > conftest.$ac_ext <<EOF
4041 #line 4042 "configure"
4042 #include "confdefs.h"
4043 /* Override any gcc2 internal prototype to avoid an error.  */
4044 /* We use char because int might match the return type of a gcc2
4045     builtin and then its argument prototype would still apply.  */
4046 char sched_yield();
4047
4048 int main() {
4049 sched_yield()
4050 ; return 0; }
4051 EOF
4052 if { (eval echo configure:4053: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4053   rm -rf conftest*
4054   eval "ac_cv_lib_$ac_lib_var=yes"
4055 else
4056   echo "configure: failed program was:" >&5
4057   cat conftest.$ac_ext >&5
4058   rm -rf conftest*
4059   eval "ac_cv_lib_$ac_lib_var=no"
4060 fi
4061 rm -f conftest*
4062 LIBS="$ac_save_LIBS"
4063
4064 fi
4065 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4066   echo "$ac_t""yes" 1>&6
4067   LTHREAD_LIBS="$LTHREAD_LIBS -lposix4"
4068                                         cat >> confdefs.h <<\EOF
4069 #define HAVE_SCHED_YIELD 1
4070 EOF
4071
4072                                         ac_cv_func_sched_yield=yes
4073 else
4074   echo "$ac_t""no" 1>&6
4075 ac_cv_func_sched_yield=no
4076 fi
4077
4078                         fi
4079                         if test $ac_cv_func_sched_yield = no -a \
4080                                 $ac_cv_func_pthread_yield = no ; then
4081                                 echo "configure: warning: could not locate sched_yield() or pthread_yield()" 1>&2
4082                         fi
4083
4084                                                 for ac_func in pthread_kill
4085 do
4086 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4087 echo "configure:4088: checking for $ac_func" >&5
4088 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4089   echo $ac_n "(cached) $ac_c" 1>&6
4090 else
4091   cat > conftest.$ac_ext <<EOF
4092 #line 4093 "configure"
4093 #include "confdefs.h"
4094 /* System header to define __stub macros and hopefully few prototypes,
4095     which can conflict with char $ac_func(); below.  */
4096 #include <assert.h>
4097 /* Override any gcc2 internal prototype to avoid an error.  */
4098 /* We use char because int might match the return type of a gcc2
4099     builtin and then its argument prototype would still apply.  */
4100 char $ac_func();
4101
4102 int main() {
4103
4104 /* The GNU C library defines this for functions which it implements
4105     to always fail with ENOSYS.  Some functions are actually named
4106     something starting with __ and the normal name is an alias.  */
4107 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4108 choke me
4109 #else
4110 $ac_func();
4111 #endif
4112
4113 ; return 0; }
4114 EOF
4115 if { (eval echo configure:4116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4116   rm -rf conftest*
4117   eval "ac_cv_func_$ac_func=yes"
4118 else
4119   echo "configure: failed program was:" >&5
4120   cat conftest.$ac_ext >&5
4121   rm -rf conftest*
4122   eval "ac_cv_func_$ac_func=no"
4123 fi
4124 rm -f conftest*
4125 fi
4126
4127 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4128   echo "$ac_t""yes" 1>&6
4129     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4130   cat >> confdefs.h <<EOF
4131 #define $ac_tr_func 1
4132 EOF
4133  
4134 else
4135   echo "$ac_t""no" 1>&6
4136 fi
4137 done
4138
4139                         for ac_func in \
4140                                 pthread_attr_create pthread_attr_init \
4141                                 pthread_attr_destroy pthread_attr_delete \
4142                                 pthread_attr_setdetachstate pthread_attr_setdetach_np \
4143                         
4144 do
4145 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4146 echo "configure:4147: checking for $ac_func" >&5
4147 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4148   echo $ac_n "(cached) $ac_c" 1>&6
4149 else
4150   cat > conftest.$ac_ext <<EOF
4151 #line 4152 "configure"
4152 #include "confdefs.h"
4153 /* System header to define __stub macros and hopefully few prototypes,
4154     which can conflict with char $ac_func(); below.  */
4155 #include <assert.h>
4156 /* Override any gcc2 internal prototype to avoid an error.  */
4157 /* We use char because int might match the return type of a gcc2
4158     builtin and then its argument prototype would still apply.  */
4159 char $ac_func();
4160
4161 int main() {
4162
4163 /* The GNU C library defines this for functions which it implements
4164     to always fail with ENOSYS.  Some functions are actually named
4165     something starting with __ and the normal name is an alias.  */
4166 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4167 choke me
4168 #else
4169 $ac_func();
4170 #endif
4171
4172 ; return 0; }
4173 EOF
4174 if { (eval echo configure:4175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4175   rm -rf conftest*
4176   eval "ac_cv_func_$ac_func=yes"
4177 else
4178   echo "configure: failed program was:" >&5
4179   cat conftest.$ac_ext >&5
4180   rm -rf conftest*
4181   eval "ac_cv_func_$ac_func=no"
4182 fi
4183 rm -f conftest*
4184 fi
4185
4186 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4187   echo "$ac_t""yes" 1>&6
4188     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4189   cat >> confdefs.h <<EOF
4190 #define $ac_tr_func 1
4191 EOF
4192  
4193 else
4194   echo "$ac_t""no" 1>&6
4195 fi
4196 done
4197
4198
4199                                                 for ac_func in \
4200                                 pthread_setconcurrency \
4201                                 thr_setconcurrency \
4202                         
4203 do
4204 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4205 echo "configure:4206: checking for $ac_func" >&5
4206 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4207   echo $ac_n "(cached) $ac_c" 1>&6
4208 else
4209   cat > conftest.$ac_ext <<EOF
4210 #line 4211 "configure"
4211 #include "confdefs.h"
4212 /* System header to define __stub macros and hopefully few prototypes,
4213     which can conflict with char $ac_func(); below.  */
4214 #include <assert.h>
4215 /* Override any gcc2 internal prototype to avoid an error.  */
4216 /* We use char because int might match the return type of a gcc2
4217     builtin and then its argument prototype would still apply.  */
4218 char $ac_func();
4219
4220 int main() {
4221
4222 /* The GNU C library defines this for functions which it implements
4223     to always fail with ENOSYS.  Some functions are actually named
4224     something starting with __ and the normal name is an alias.  */
4225 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4226 choke me
4227 #else
4228 $ac_func();
4229 #endif
4230
4231 ; return 0; }
4232 EOF
4233 if { (eval echo configure:4234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4234   rm -rf conftest*
4235   eval "ac_cv_func_$ac_func=yes"
4236 else
4237   echo "configure: failed program was:" >&5
4238   cat conftest.$ac_ext >&5
4239   rm -rf conftest*
4240   eval "ac_cv_func_$ac_func=no"
4241 fi
4242 rm -f conftest*
4243 fi
4244
4245 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4246   echo "$ac_t""yes" 1>&6
4247     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4248   cat >> confdefs.h <<EOF
4249 #define $ac_tr_func 1
4250 EOF
4251  
4252 else
4253   echo "$ac_t""no" 1>&6
4254 fi
4255 done
4256
4257
4258                         echo $ac_n "checking if pthread_create() works""... $ac_c" 1>&6
4259 echo "configure:4260: checking if pthread_create() works" >&5
4260                         if eval "test \"`echo '$''{'ol_cv_pthread_create_works'+set}'`\" = set"; then
4261   echo $ac_n "(cached) $ac_c" 1>&6
4262 else
4263   
4264                         if test "$cross_compiling" = yes; then
4265                                 ol_cv_pthread_create_works=yes
4266 else
4267   cat > conftest.$ac_ext <<EOF
4268 #line 4269 "configure"
4269 #include "confdefs.h"
4270
4271 #include <pthread.h>
4272 #ifndef NULL
4273 #define NULL (void*)0
4274 #endif
4275
4276 static void *task(p)
4277         void *p;
4278 {
4279         return (void *) (p == NULL);
4280 }
4281
4282 int main(argc, argv)
4283         int argc;
4284         char **argv;
4285 {
4286         pthread_t t;
4287         exit(pthread_create(&t, NULL, task, NULL));
4288 }
4289
4290 EOF
4291 if { (eval echo configure:4292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
4292 then
4293   ol_cv_pthread_create_works=yes
4294 else
4295   echo "configure: failed program was:" >&5
4296   cat conftest.$ac_ext >&5
4297   rm -fr conftest*
4298   ol_cv_pthread_create_works=no
4299 fi
4300 rm -fr conftest*
4301 fi
4302
4303 fi
4304
4305                         echo "$ac_t""$ol_cv_pthread_create_works" 1>&6
4306
4307                         if test $ol_cv_pthread_create_works = no ; then
4308                                 { echo "configure: error: pthread.h and pthread_create are not compatible" 1>&2; exit 1; }
4309                         fi
4310
4311                                                 if test $ol_with_yielding_select = auto ; then
4312                                 echo $ac_n "checking if select yields when using pthreads""... $ac_c" 1>&6
4313 echo "configure:4314: checking if select yields when using pthreads" >&5
4314                                 if eval "test \"`echo '$''{'ol_cv_pthread_select_yields'+set}'`\" = set"; then
4315   echo $ac_n "(cached) $ac_c" 1>&6
4316 else
4317   
4318                                 if test "$cross_compiling" = yes; then
4319   
4320                                 { echo "configure: error: crossing compiling: use --with-yielding_select=yes|no|manual" 1>&2; exit 1; }
4321 else
4322   cat > conftest.$ac_ext <<EOF
4323 #line 4324 "configure"
4324 #include "confdefs.h"
4325
4326 #include <sys/types.h>
4327 #include <sys/time.h>
4328 #include <unistd.h>
4329 #include <pthread.h>
4330 #ifndef NULL
4331 #define NULL (void*) 0
4332 #endif
4333
4334 static int fildes[2];
4335
4336 static void *task(p)
4337         void *p;
4338 {
4339         int i;
4340         struct timeval tv;
4341
4342         fd_set rfds;
4343
4344         tv.tv_sec=10;
4345         tv.tv_usec=0;
4346
4347         FD_ZERO(&rfds);
4348         FD_SET(fildes[0], &rfds);
4349
4350         /* we're not interested in any fds */
4351         i = select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
4352
4353         if(i < 0) {
4354                 perror("select");
4355                 exit(10);
4356         }
4357
4358         exit(0); /* if we exit here, the select blocked the whole process */
4359 }
4360
4361 int main(argc, argv)
4362         int argc;
4363         char **argv;
4364 {
4365         pthread_t t;
4366
4367         /* create a pipe to select */
4368         if(pipe(&fildes[0])) {
4369                 perror("select");
4370                 exit(1);
4371         }
4372
4373 #ifdef HAVE_PTHREAD_SETCONCURRENCY
4374         (void) pthread_setconcurrency(2);
4375 #else
4376 #ifdef HAVE_THR_SETCONCURRENCY
4377         /* Set Solaris LWP concurrency to 2 */
4378         thr_setconcurrency(2);
4379 #endif
4380 #endif
4381
4382         pthread_create(&t, NULL, task, NULL);
4383
4384 #if HAVE_SCHED_YIELD
4385         sched_yield();  /* make sure task runs first */
4386 #else
4387 #ifdef HAVE_PTHREAD_YIELD
4388         pthread_yield();        /* make sure task runs first */
4389 #endif
4390 #endif
4391
4392         exit(2);
4393 }
4394 EOF
4395 if { (eval echo configure:4396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
4396 then
4397   ol_cv_pthread_select_yields=no
4398 else
4399   echo "configure: failed program was:" >&5
4400   cat conftest.$ac_ext >&5
4401   rm -fr conftest*
4402   ol_cv_pthread_select_yields=yes
4403 fi
4404 rm -fr conftest*
4405 fi
4406
4407 fi
4408
4409                                 echo "$ac_t""$ol_cv_pthread_select_yields" 1>&6
4410
4411                                 if test $ol_cv_pthread_select_yields = yes ; then
4412                                         ol_with_yielding_select=yes
4413                                 fi
4414                         fi
4415
4416                                                 CPPFLAGS="$save_CPPFLAGS"
4417                         LIBS="$save_LIBS"
4418                 else
4419                         { echo "configure: error: could not link with POSIX Threads" 1>&2; exit 1; }
4420                 fi
4421         fi
4422
4423         if test $ol_with_threads = posix ; then
4424                 { echo "configure: error: could not locate POSIX Threads" 1>&2; exit 1; }
4425         fi
4426 fi
4427
4428 if test $ol_with_threads = auto -o $ol_with_threads = yes \
4429         -o $ol_with_threads = mach ; then
4430
4431                 for ac_hdr in mach/cthreads.h
4432 do
4433 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4434 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4435 echo "configure:4436: checking for $ac_hdr" >&5
4436 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4437   echo $ac_n "(cached) $ac_c" 1>&6
4438 else
4439   cat > conftest.$ac_ext <<EOF
4440 #line 4441 "configure"
4441 #include "confdefs.h"
4442 #include <$ac_hdr>
4443 EOF
4444 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4445 { (eval echo configure:4446: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4446 ac_err=`grep -v '^ *+' conftest.out`
4447 if test -z "$ac_err"; then
4448   rm -rf conftest*
4449   eval "ac_cv_header_$ac_safe=yes"
4450 else
4451   echo "$ac_err" >&5
4452   echo "configure: failed program was:" >&5
4453   cat conftest.$ac_ext >&5
4454   rm -rf conftest*
4455   eval "ac_cv_header_$ac_safe=no"
4456 fi
4457 rm -f conftest*
4458 fi
4459 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4460   echo "$ac_t""yes" 1>&6
4461     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4462   cat >> confdefs.h <<EOF
4463 #define $ac_tr_hdr 1
4464 EOF
4465  
4466 else
4467   echo "$ac_t""no" 1>&6
4468 fi
4469 done
4470
4471         if test $ac_cv_header_mach_cthreads_h = yes ; then
4472                 ol_with_threads=found
4473
4474                                 echo $ac_n "checking for cthread_fork""... $ac_c" 1>&6
4475 echo "configure:4476: checking for cthread_fork" >&5
4476 if eval "test \"`echo '$''{'ac_cv_func_cthread_fork'+set}'`\" = set"; then
4477   echo $ac_n "(cached) $ac_c" 1>&6
4478 else
4479   cat > conftest.$ac_ext <<EOF
4480 #line 4481 "configure"
4481 #include "confdefs.h"
4482 /* System header to define __stub macros and hopefully few prototypes,
4483     which can conflict with char cthread_fork(); below.  */
4484 #include <assert.h>
4485 /* Override any gcc2 internal prototype to avoid an error.  */
4486 /* We use char because int might match the return type of a gcc2
4487     builtin and then its argument prototype would still apply.  */
4488 char cthread_fork();
4489
4490 int main() {
4491
4492 /* The GNU C library defines this for functions which it implements
4493     to always fail with ENOSYS.  Some functions are actually named
4494     something starting with __ and the normal name is an alias.  */
4495 #if defined (__stub_cthread_fork) || defined (__stub___cthread_fork)
4496 choke me
4497 #else
4498 cthread_fork();
4499 #endif
4500
4501 ; return 0; }
4502 EOF
4503 if { (eval echo configure:4504: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4504   rm -rf conftest*
4505   eval "ac_cv_func_cthread_fork=yes"
4506 else
4507   echo "configure: failed program was:" >&5
4508   cat conftest.$ac_ext >&5
4509   rm -rf conftest*
4510   eval "ac_cv_func_cthread_fork=no"
4511 fi
4512 rm -f conftest*
4513 fi
4514
4515 if eval "test \"`echo '$ac_cv_func_'cthread_fork`\" = yes"; then
4516   echo "$ac_t""yes" 1>&6
4517   ol_link_threads=yes
4518 else
4519   echo "$ac_t""no" 1>&6
4520 fi
4521
4522
4523                 if test $ol_link_threads = no ; then
4524                                                                         echo $ac_n "checking for cthread_fork with -all_load""... $ac_c" 1>&6
4525 echo "configure:4526: checking for cthread_fork with -all_load" >&5
4526 if eval "test \"`echo '$''{'ol_cv_cthread_all_load'+set}'`\" = set"; then
4527   echo $ac_n "(cached) $ac_c" 1>&6
4528 else
4529   
4530                                                                 save_LIBS="$LIBS"
4531                                 LIBS="-all_load $LIBS"
4532                                 cat > conftest.$ac_ext <<EOF
4533 #line 4534 "configure"
4534 #include "confdefs.h"
4535 #include <mach/cthreads.h>
4536 int main() {
4537
4538                                         cthread_fork((void *)0, (void *)0);
4539                                         
4540 ; return 0; }
4541 EOF
4542 if { (eval echo configure:4543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4543   rm -rf conftest*
4544   ol_cv_cthread_all_load=yes
4545 else
4546   echo "configure: failed program was:" >&5
4547   cat conftest.$ac_ext >&5
4548   rm -rf conftest*
4549   ol_cv_cthread_all_load=no
4550 fi
4551 rm -f conftest*
4552                                                                 LIBS="$save_LIBS"
4553                         
4554 fi
4555
4556 echo "$ac_t""$ol_cv_cthread_all_load" 1>&6
4557
4558                         if test $ol_cv_cthread_all_load = yes ; then
4559                                 LTHREAD_LIBS="$LTHREAD_LIBS -all_load"
4560                                 ol_link_threads=mach
4561                         fi
4562                 fi
4563
4564                 if test $ol_link_threads != no ; then
4565                         : check for cthread specific functionality here
4566                         cat >> confdefs.h <<\EOF
4567 #define HAVE_MACH_CTHREADS 1
4568 EOF
4569
4570                 else
4571                         { echo "configure: error: could not link with Mach CThreads" 1>&2; exit 1; }
4572                 fi
4573         fi
4574
4575         if test $ol_with_threads = mach ; then
4576                 { echo "configure: error: could not locate Mach CThreads" 1>&2; exit 1; }
4577         fi
4578 fi
4579
4580 if test $ol_with_threads = auto -o $ol_with_threads = yes \
4581         -o $ol_with_threads = lwp ; then
4582
4583                 for ac_hdr in thread.h synch.h
4584 do
4585 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4586 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4587 echo "configure:4588: checking for $ac_hdr" >&5
4588 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4589   echo $ac_n "(cached) $ac_c" 1>&6
4590 else
4591   cat > conftest.$ac_ext <<EOF
4592 #line 4593 "configure"
4593 #include "confdefs.h"
4594 #include <$ac_hdr>
4595 EOF
4596 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4597 { (eval echo configure:4598: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4598 ac_err=`grep -v '^ *+' conftest.out`
4599 if test -z "$ac_err"; then
4600   rm -rf conftest*
4601   eval "ac_cv_header_$ac_safe=yes"
4602 else
4603   echo "$ac_err" >&5
4604   echo "configure: failed program was:" >&5
4605   cat conftest.$ac_ext >&5
4606   rm -rf conftest*
4607   eval "ac_cv_header_$ac_safe=no"
4608 fi
4609 rm -f conftest*
4610 fi
4611 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4612   echo "$ac_t""yes" 1>&6
4613     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4614   cat >> confdefs.h <<EOF
4615 #define $ac_tr_hdr 1
4616 EOF
4617  
4618 else
4619   echo "$ac_t""no" 1>&6
4620 fi
4621 done
4622
4623         if test $ac_cv_header_thread_h = yes -a $ac_cv_header_synch_h = yes ; then
4624                 echo $ac_n "checking for thr_create in -lthread""... $ac_c" 1>&6
4625 echo "configure:4626: checking for thr_create in -lthread" >&5
4626 ac_lib_var=`echo thread'_'thr_create | sed 'y%./+-%__p_%'`
4627 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4628   echo $ac_n "(cached) $ac_c" 1>&6
4629 else
4630   ac_save_LIBS="$LIBS"
4631 LIBS="-lthread  $LIBS"
4632 cat > conftest.$ac_ext <<EOF
4633 #line 4634 "configure"
4634 #include "confdefs.h"
4635 /* Override any gcc2 internal prototype to avoid an error.  */
4636 /* We use char because int might match the return type of a gcc2
4637     builtin and then its argument prototype would still apply.  */
4638 char thr_create();
4639
4640 int main() {
4641 thr_create()
4642 ; return 0; }
4643 EOF
4644 if { (eval echo configure:4645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4645   rm -rf conftest*
4646   eval "ac_cv_lib_$ac_lib_var=yes"
4647 else
4648   echo "configure: failed program was:" >&5
4649   cat conftest.$ac_ext >&5
4650   rm -rf conftest*
4651   eval "ac_cv_lib_$ac_lib_var=no"
4652 fi
4653 rm -f conftest*
4654 LIBS="$ac_save_LIBS"
4655
4656 fi
4657 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4658   echo "$ac_t""yes" 1>&6
4659   have_thr=yes
4660 else
4661   echo "$ac_t""no" 1>&6
4662 have_thr=no
4663 fi
4664
4665
4666                 if test $have_thr = yes ; then
4667                         cat >> confdefs.h <<\EOF
4668 #define HAVE_THR 1
4669 EOF
4670
4671                         LTHREAD_LIBS="$LTHREAD_LIBS -lthread"
4672                         ol_link_threads=thr
4673
4674                         if test $ol_with_yielding_select = auto ; then
4675                                 ol_with_yielding_select=yes
4676                         fi
4677                 fi
4678         fi
4679
4680                 for ac_hdr in lwp/lwp.h
4681 do
4682 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4683 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4684 echo "configure:4685: checking for $ac_hdr" >&5
4685 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4686   echo $ac_n "(cached) $ac_c" 1>&6
4687 else
4688   cat > conftest.$ac_ext <<EOF
4689 #line 4690 "configure"
4690 #include "confdefs.h"
4691 #include <$ac_hdr>
4692 EOF
4693 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4694 { (eval echo configure:4695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4695 ac_err=`grep -v '^ *+' conftest.out`
4696 if test -z "$ac_err"; then
4697   rm -rf conftest*
4698   eval "ac_cv_header_$ac_safe=yes"
4699 else
4700   echo "$ac_err" >&5
4701   echo "configure: failed program was:" >&5
4702   cat conftest.$ac_ext >&5
4703   rm -rf conftest*
4704   eval "ac_cv_header_$ac_safe=no"
4705 fi
4706 rm -f conftest*
4707 fi
4708 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4709   echo "$ac_t""yes" 1>&6
4710     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4711   cat >> confdefs.h <<EOF
4712 #define $ac_tr_hdr 1
4713 EOF
4714  
4715 else
4716   echo "$ac_t""no" 1>&6
4717 fi
4718 done
4719
4720         if test $ac_cv_header_lwp_lwp_h = yes ; then
4721                 echo $ac_n "checking for lwp_create in -llwp""... $ac_c" 1>&6
4722 echo "configure:4723: checking for lwp_create in -llwp" >&5
4723 ac_lib_var=`echo lwp'_'lwp_create | sed 'y%./+-%__p_%'`
4724 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4725   echo $ac_n "(cached) $ac_c" 1>&6
4726 else
4727   ac_save_LIBS="$LIBS"
4728 LIBS="-llwp  $LIBS"
4729 cat > conftest.$ac_ext <<EOF
4730 #line 4731 "configure"
4731 #include "confdefs.h"
4732 /* Override any gcc2 internal prototype to avoid an error.  */
4733 /* We use char because int might match the return type of a gcc2
4734     builtin and then its argument prototype would still apply.  */
4735 char lwp_create();
4736
4737 int main() {
4738 lwp_create()
4739 ; return 0; }
4740 EOF
4741 if { (eval echo configure:4742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4742   rm -rf conftest*
4743   eval "ac_cv_lib_$ac_lib_var=yes"
4744 else
4745   echo "configure: failed program was:" >&5
4746   cat conftest.$ac_ext >&5
4747   rm -rf conftest*
4748   eval "ac_cv_lib_$ac_lib_var=no"
4749 fi
4750 rm -f conftest*
4751 LIBS="$ac_save_LIBS"
4752
4753 fi
4754 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4755   echo "$ac_t""yes" 1>&6
4756   have_lwp=yes
4757 else
4758   echo "$ac_t""no" 1>&6
4759 have_lwp=no
4760 fi
4761
4762
4763                 if test $have_lwp = yes ; then
4764                         cat >> confdefs.h <<\EOF
4765 #define HAVE_LWP 1
4766 EOF
4767
4768                         LTHREAD_LIBS="$LTHREAD_LIBS -llwp"
4769                         ol_link_threads=lwp
4770
4771                         if test $ol_with_yielding_select = auto ; then
4772                                 ol_with_yielding_select=no
4773                         fi
4774                 fi
4775         fi
4776 fi
4777
4778 if test $ol_with_yielding_select = yes ; then
4779         cat >> confdefs.h <<\EOF
4780 #define HAVE_YIELDING_SELECT 1
4781 EOF
4782
4783 fi
4784
4785 if test $ol_with_threads = manual ; then
4786                 ol_link_threads=yes
4787
4788         echo "configure: warning: thread defines and link options must be set manually" 1>&2
4789
4790         for ac_hdr in pthread.h sched.h
4791 do
4792 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4793 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4794 echo "configure:4795: checking for $ac_hdr" >&5
4795 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4796   echo $ac_n "(cached) $ac_c" 1>&6
4797 else
4798   cat > conftest.$ac_ext <<EOF
4799 #line 4800 "configure"
4800 #include "confdefs.h"
4801 #include <$ac_hdr>
4802 EOF
4803 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4804 { (eval echo configure:4805: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4805 ac_err=`grep -v '^ *+' conftest.out`
4806 if test -z "$ac_err"; then
4807   rm -rf conftest*
4808   eval "ac_cv_header_$ac_safe=yes"
4809 else
4810   echo "$ac_err" >&5
4811   echo "configure: failed program was:" >&5
4812   cat conftest.$ac_ext >&5
4813   rm -rf conftest*
4814   eval "ac_cv_header_$ac_safe=no"
4815 fi
4816 rm -f conftest*
4817 fi
4818 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4819   echo "$ac_t""yes" 1>&6
4820     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4821   cat >> confdefs.h <<EOF
4822 #define $ac_tr_hdr 1
4823 EOF
4824  
4825 else
4826   echo "$ac_t""no" 1>&6
4827 fi
4828 done
4829
4830         for ac_func in sched_yield pthread_yield
4831 do
4832 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4833 echo "configure:4834: checking for $ac_func" >&5
4834 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4835   echo $ac_n "(cached) $ac_c" 1>&6
4836 else
4837   cat > conftest.$ac_ext <<EOF
4838 #line 4839 "configure"
4839 #include "confdefs.h"
4840 /* System header to define __stub macros and hopefully few prototypes,
4841     which can conflict with char $ac_func(); below.  */
4842 #include <assert.h>
4843 /* Override any gcc2 internal prototype to avoid an error.  */
4844 /* We use char because int might match the return type of a gcc2
4845     builtin and then its argument prototype would still apply.  */
4846 char $ac_func();
4847
4848 int main() {
4849
4850 /* The GNU C library defines this for functions which it implements
4851     to always fail with ENOSYS.  Some functions are actually named
4852     something starting with __ and the normal name is an alias.  */
4853 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4854 choke me
4855 #else
4856 $ac_func();
4857 #endif
4858
4859 ; return 0; }
4860 EOF
4861 if { (eval echo configure:4862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4862   rm -rf conftest*
4863   eval "ac_cv_func_$ac_func=yes"
4864 else
4865   echo "configure: failed program was:" >&5
4866   cat conftest.$ac_ext >&5
4867   rm -rf conftest*
4868   eval "ac_cv_func_$ac_func=no"
4869 fi
4870 rm -f conftest*
4871 fi
4872
4873 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4874   echo "$ac_t""yes" 1>&6
4875     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4876   cat >> confdefs.h <<EOF
4877 #define $ac_tr_func 1
4878 EOF
4879  
4880 else
4881   echo "$ac_t""no" 1>&6
4882 fi
4883 done
4884
4885         
4886 echo $ac_n "checking for LinuxThreads""... $ac_c" 1>&6
4887 echo "configure:4888: checking for LinuxThreads" >&5
4888 if eval "test \"`echo '$''{'ol_cv_linux_threads'+set}'`\" = set"; then
4889   echo $ac_n "(cached) $ac_c" 1>&6
4890 else
4891   
4892         res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l`
4893         if test "$res" -gt 0 ; then
4894                 ol_cv_linux_threads=yes
4895         else
4896                 ol_cv_linux_threads=no
4897         fi
4898
4899 fi
4900
4901 echo "$ac_t""$ol_cv_linux_threads" 1>&6
4902
4903
4904         for ac_hdr in mach/cthreads.h
4905 do
4906 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4907 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4908 echo "configure:4909: checking for $ac_hdr" >&5
4909 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4910   echo $ac_n "(cached) $ac_c" 1>&6
4911 else
4912   cat > conftest.$ac_ext <<EOF
4913 #line 4914 "configure"
4914 #include "confdefs.h"
4915 #include <$ac_hdr>
4916 EOF
4917 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4918 { (eval echo configure:4919: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4919 ac_err=`grep -v '^ *+' conftest.out`
4920 if test -z "$ac_err"; then
4921   rm -rf conftest*
4922   eval "ac_cv_header_$ac_safe=yes"
4923 else
4924   echo "$ac_err" >&5
4925   echo "configure: failed program was:" >&5
4926   cat conftest.$ac_ext >&5
4927   rm -rf conftest*
4928   eval "ac_cv_header_$ac_safe=no"
4929 fi
4930 rm -f conftest*
4931 fi
4932 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4933   echo "$ac_t""yes" 1>&6
4934     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4935   cat >> confdefs.h <<EOF
4936 #define $ac_tr_hdr 1
4937 EOF
4938  
4939 else
4940   echo "$ac_t""no" 1>&6
4941 fi
4942 done
4943
4944         for ac_hdr in lwp/lwp.h
4945 do
4946 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4947 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4948 echo "configure:4949: checking for $ac_hdr" >&5
4949 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4950   echo $ac_n "(cached) $ac_c" 1>&6
4951 else
4952   cat > conftest.$ac_ext <<EOF
4953 #line 4954 "configure"
4954 #include "confdefs.h"
4955 #include <$ac_hdr>
4956 EOF
4957 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4958 { (eval echo configure:4959: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4959 ac_err=`grep -v '^ *+' conftest.out`
4960 if test -z "$ac_err"; then
4961   rm -rf conftest*
4962   eval "ac_cv_header_$ac_safe=yes"
4963 else
4964   echo "$ac_err" >&5
4965   echo "configure: failed program was:" >&5
4966   cat conftest.$ac_ext >&5
4967   rm -rf conftest*
4968   eval "ac_cv_header_$ac_safe=no"
4969 fi
4970 rm -f conftest*
4971 fi
4972 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4973   echo "$ac_t""yes" 1>&6
4974     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4975   cat >> confdefs.h <<EOF
4976 #define $ac_tr_hdr 1
4977 EOF
4978  
4979 else
4980   echo "$ac_t""no" 1>&6
4981 fi
4982 done
4983
4984         for ac_hdr in thread.h synch.h
4985 do
4986 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4987 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4988 echo "configure:4989: checking for $ac_hdr" >&5
4989 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4990   echo $ac_n "(cached) $ac_c" 1>&6
4991 else
4992   cat > conftest.$ac_ext <<EOF
4993 #line 4994 "configure"
4994 #include "confdefs.h"
4995 #include <$ac_hdr>
4996 EOF
4997 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4998 { (eval echo configure:4999: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4999 ac_err=`grep -v '^ *+' conftest.out`
5000 if test -z "$ac_err"; then
5001   rm -rf conftest*
5002   eval "ac_cv_header_$ac_safe=yes"
5003 else
5004   echo "$ac_err" >&5
5005   echo "configure: failed program was:" >&5
5006   cat conftest.$ac_ext >&5
5007   rm -rf conftest*
5008   eval "ac_cv_header_$ac_safe=no"
5009 fi
5010 rm -f conftest*
5011 fi
5012 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5013   echo "$ac_t""yes" 1>&6
5014     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5015   cat >> confdefs.h <<EOF
5016 #define $ac_tr_hdr 1
5017 EOF
5018  
5019 else
5020   echo "$ac_t""no" 1>&6
5021 fi
5022 done
5023
5024 fi
5025
5026 if test $ol_link_threads != no ; then  
5027                         cat >> confdefs.h <<\EOF
5028 #define REENTRANT 1
5029 EOF
5030
5031         cat >> confdefs.h <<\EOF
5032 #define _REENTRANT 1
5033 EOF
5034
5035         cat >> confdefs.h <<\EOF
5036 #define THREAD_SAFE 1
5037 EOF
5038
5039         cat >> confdefs.h <<\EOF
5040 #define _THREAD_SAFE 1
5041 EOF
5042
5043         cat >> confdefs.h <<\EOF
5044 #define THREADSAFE 1
5045 EOF
5046
5047         cat >> confdefs.h <<\EOF
5048 #define _THREADSAFE 1
5049 EOF
5050
5051
5052                                         echo $ac_n "checking for thread specific errno""... $ac_c" 1>&6
5053 echo "configure:5054: checking for thread specific errno" >&5
5054 if eval "test \"`echo '$''{'ol_cv_errno_thread_specific'+set}'`\" = set"; then
5055   echo $ac_n "(cached) $ac_c" 1>&6
5056 else
5057   
5058                 cat > conftest.$ac_ext <<EOF
5059 #line 5060 "configure"
5060 #include "confdefs.h"
5061
5062 #include <errno.h>
5063                         
5064 int main() {
5065
5066 int x = errno;
5067                         
5068 ; return 0; }
5069 EOF
5070 if { (eval echo configure:5071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5071   rm -rf conftest*
5072   ol_cv_errno_thread_specific=yes
5073 else
5074   echo "configure: failed program was:" >&5
5075   cat conftest.$ac_ext >&5
5076   rm -rf conftest*
5077   ol_cv_errno_thread_specific=no
5078 fi
5079 rm -f conftest*
5080         
5081 fi
5082
5083 echo "$ac_t""$ol_cv_errno_thread_specific" 1>&6
5084
5085         if test $ol_cv_errno_thread_specific != yes ; then
5086                 LIBS="$LTHREAD_LIBS $LIBS"
5087                 LTHREAD_LIBS=""
5088         fi
5089
5090 fi  
5091
5092
5093 if test $ol_link_threads = no ; then
5094         if test $ol_with_threads = yes ; then
5095                 { echo "configure: error: no suitable thread support" 1>&2; exit 1; }
5096         fi
5097
5098         if test $ol_with_threads = auto ; then
5099                 echo "configure: warning: no suitable thread support, disabling threads" 1>&2
5100                 ol_with_threads=no
5101         fi
5102
5103         cat >> confdefs.h <<\EOF
5104 #define NO_THREADS 1
5105 EOF
5106
5107         LTHREAD_LIBS=""
5108 fi
5109
5110 ol_link_ldbm=no 
5111 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = db2 ; then
5112         echo $ac_n "checking for DB2 library""... $ac_c" 1>&6
5113 echo "configure:5114: checking for DB2 library" >&5
5114 if eval "test \"`echo '$''{'ol_cv_lib_db2'+set}'`\" = set"; then
5115   echo $ac_n "(cached) $ac_c" 1>&6
5116 else
5117         ol_LIBS="$LIBS"
5118         echo $ac_n "checking for db_open in -ldb""... $ac_c" 1>&6
5119 echo "configure:5120: checking for db_open in -ldb" >&5
5120 ac_lib_var=`echo db'_'db_open | sed 'y%./+-%__p_%'`
5121 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5122   echo $ac_n "(cached) $ac_c" 1>&6
5123 else
5124   ac_save_LIBS="$LIBS"
5125 LIBS="-ldb  $LIBS"
5126 cat > conftest.$ac_ext <<EOF
5127 #line 5128 "configure"
5128 #include "confdefs.h"
5129 /* Override any gcc2 internal prototype to avoid an error.  */
5130 /* We use char because int might match the return type of a gcc2
5131     builtin and then its argument prototype would still apply.  */
5132 char db_open();
5133
5134 int main() {
5135 db_open()
5136 ; return 0; }
5137 EOF
5138 if { (eval echo configure:5139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5139   rm -rf conftest*
5140   eval "ac_cv_lib_$ac_lib_var=yes"
5141 else
5142   echo "configure: failed program was:" >&5
5143   cat conftest.$ac_ext >&5
5144   rm -rf conftest*
5145   eval "ac_cv_lib_$ac_lib_var=no"
5146 fi
5147 rm -f conftest*
5148 LIBS="$ac_save_LIBS"
5149
5150 fi
5151 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5152   echo "$ac_t""yes" 1>&6
5153   ol_cv_lib_db2=-ldb
5154 else
5155   echo "$ac_t""no" 1>&6
5156 ol_cv_lib_db2=no
5157 fi
5158
5159         LIBS="$ol_LIBS"
5160
5161 fi
5162
5163 echo "$ac_t""$ol_cv_lib_db2" 1>&6
5164
5165 for ac_hdr in db.h
5166 do
5167 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5168 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5169 echo "configure:5170: checking for $ac_hdr" >&5
5170 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5171   echo $ac_n "(cached) $ac_c" 1>&6
5172 else
5173   cat > conftest.$ac_ext <<EOF
5174 #line 5175 "configure"
5175 #include "confdefs.h"
5176 #include <$ac_hdr>
5177 EOF
5178 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5179 { (eval echo configure:5180: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5180 ac_err=`grep -v '^ *+' conftest.out`
5181 if test -z "$ac_err"; then
5182   rm -rf conftest*
5183   eval "ac_cv_header_$ac_safe=yes"
5184 else
5185   echo "$ac_err" >&5
5186   echo "configure: failed program was:" >&5
5187   cat conftest.$ac_ext >&5
5188   rm -rf conftest*
5189   eval "ac_cv_header_$ac_safe=no"
5190 fi
5191 rm -f conftest*
5192 fi
5193 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5194   echo "$ac_t""yes" 1>&6
5195     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5196   cat >> confdefs.h <<EOF
5197 #define $ac_tr_hdr 1
5198 EOF
5199  
5200 else
5201   echo "$ac_t""no" 1>&6
5202 fi
5203 done
5204
5205 if test $ac_cv_header_db_h = yes ; then
5206         echo $ac_n "checking if db.h is DB2""... $ac_c" 1>&6
5207 echo "configure:5208: checking if db.h is DB2" >&5
5208 if eval "test \"`echo '$''{'ol_cv_header_db2'+set}'`\" = set"; then
5209   echo $ac_n "(cached) $ac_c" 1>&6
5210 else
5211   
5212                 cat > conftest.$ac_ext <<EOF
5213 #line 5214 "configure"
5214 #include "confdefs.h"
5215
5216 #                       include <db.h>
5217                         /* this check could be improved */
5218 #                       ifdef DB_VERSION_MAJOR
5219 #                               if DB_VERSION_MAJOR == 2
5220                                         __db_version_2
5221 #                               endif
5222 #                       endif
5223                 
5224 EOF
5225 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5226   egrep "__db_version_2" >/dev/null 2>&1; then
5227   rm -rf conftest*
5228   ol_cv_header_db2=yes
5229 else
5230   rm -rf conftest*
5231   ol_cv_header_db2=no
5232 fi
5233 rm -f conftest*
5234
5235 fi
5236
5237 echo "$ac_t""$ol_cv_header_db2" 1>&6
5238 else
5239         ol_cv_header_db2=no
5240 fi
5241
5242
5243  
5244  echo $ac_n "checking for Berkeley DB2""... $ac_c" 1>&6
5245 echo "configure:5246: checking for Berkeley DB2" >&5
5246 if eval "test \"`echo '$''{'ol_cv_berkeley_db2'+set}'`\" = set"; then
5247   echo $ac_n "(cached) $ac_c" 1>&6
5248 else
5249   
5250         if test $ol_cv_lib_db2 = no -o $ol_cv_header_db2 = no ; then
5251                 ol_cv_berkeley_db2=no
5252         else
5253                 ol_cv_berkeley_db2=yes
5254         fi
5255
5256 fi
5257
5258 echo "$ac_t""$ol_cv_berkeley_db2" 1>&6
5259  if test $ol_cv_berkeley_db2 = yes ; then
5260         cat >> confdefs.h <<\EOF
5261 #define HAVE_BERKELEY_DB2 1
5262 EOF
5263
5264  fi
5265
5266
5267         if test $ol_cv_berkeley_db2 = yes ; then
5268                 ol_link_ldbm=db2
5269                 ol_with_ldbm_api=db2
5270
5271                 if test $ol_with_ldbm_type = hash ; then
5272                         cat >> confdefs.h <<\EOF
5273 #define LDBM_USE_DBHASH 1
5274 EOF
5275
5276                 else
5277                         cat >> confdefs.h <<\EOF
5278 #define LDBM_USE_DBBTREE 1
5279 EOF
5280
5281                 fi
5282
5283                                                 if test $ol_cv_lib_db2 != yes ; then
5284                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_db2"
5285                 fi
5286         fi
5287 fi
5288
5289 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = db ; then
5290         echo $ac_n "checking for Berkeley DB library""... $ac_c" 1>&6
5291 echo "configure:5292: checking for Berkeley DB library" >&5
5292 if eval "test \"`echo '$''{'ol_cv_lib_db'+set}'`\" = set"; then
5293   echo $ac_n "(cached) $ac_c" 1>&6
5294 else
5295         ol_LIBS="$LIBS"
5296         echo $ac_n "checking for dbopen""... $ac_c" 1>&6
5297 echo "configure:5298: checking for dbopen" >&5
5298 if eval "test \"`echo '$''{'ac_cv_func_dbopen'+set}'`\" = set"; then
5299   echo $ac_n "(cached) $ac_c" 1>&6
5300 else
5301   cat > conftest.$ac_ext <<EOF
5302 #line 5303 "configure"
5303 #include "confdefs.h"
5304 /* System header to define __stub macros and hopefully few prototypes,
5305     which can conflict with char dbopen(); below.  */
5306 #include <assert.h>
5307 /* Override any gcc2 internal prototype to avoid an error.  */
5308 /* We use char because int might match the return type of a gcc2
5309     builtin and then its argument prototype would still apply.  */
5310 char dbopen();
5311
5312 int main() {
5313
5314 /* The GNU C library defines this for functions which it implements
5315     to always fail with ENOSYS.  Some functions are actually named
5316     something starting with __ and the normal name is an alias.  */
5317 #if defined (__stub_dbopen) || defined (__stub___dbopen)
5318 choke me
5319 #else
5320 dbopen();
5321 #endif
5322
5323 ; return 0; }
5324 EOF
5325 if { (eval echo configure:5326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5326   rm -rf conftest*
5327   eval "ac_cv_func_dbopen=yes"
5328 else
5329   echo "configure: failed program was:" >&5
5330   cat conftest.$ac_ext >&5
5331   rm -rf conftest*
5332   eval "ac_cv_func_dbopen=no"
5333 fi
5334 rm -f conftest*
5335 fi
5336
5337 if eval "test \"`echo '$ac_cv_func_'dbopen`\" = yes"; then
5338   echo "$ac_t""yes" 1>&6
5339   ol_cv_lib_db=yes
5340 else
5341   echo "$ac_t""no" 1>&6
5342
5343                 echo $ac_n "checking for dbopen in -ldb""... $ac_c" 1>&6
5344 echo "configure:5345: checking for dbopen in -ldb" >&5
5345 ac_lib_var=`echo db'_'dbopen | sed 'y%./+-%__p_%'`
5346 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5347   echo $ac_n "(cached) $ac_c" 1>&6
5348 else
5349   ac_save_LIBS="$LIBS"
5350 LIBS="-ldb  $LIBS"
5351 cat > conftest.$ac_ext <<EOF
5352 #line 5353 "configure"
5353 #include "confdefs.h"
5354 /* Override any gcc2 internal prototype to avoid an error.  */
5355 /* We use char because int might match the return type of a gcc2
5356     builtin and then its argument prototype would still apply.  */
5357 char dbopen();
5358
5359 int main() {
5360 dbopen()
5361 ; return 0; }
5362 EOF
5363 if { (eval echo configure:5364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5364   rm -rf conftest*
5365   eval "ac_cv_lib_$ac_lib_var=yes"
5366 else
5367   echo "configure: failed program was:" >&5
5368   cat conftest.$ac_ext >&5
5369   rm -rf conftest*
5370   eval "ac_cv_lib_$ac_lib_var=no"
5371 fi
5372 rm -f conftest*
5373 LIBS="$ac_save_LIBS"
5374
5375 fi
5376 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5377   echo "$ac_t""yes" 1>&6
5378   ol_cv_lib_db=-ldb
5379 else
5380   echo "$ac_t""no" 1>&6
5381 ol_cv_lib_db=no
5382 fi
5383
5384         
5385 fi
5386
5387         LIBS="$ol_LIBS"
5388
5389 fi
5390
5391 echo "$ac_t""$ol_cv_lib_db" 1>&6
5392
5393
5394 for ac_hdr in db_185.h
5395 do
5396 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5397 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5398 echo "configure:5399: checking for $ac_hdr" >&5
5399 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5400   echo $ac_n "(cached) $ac_c" 1>&6
5401 else
5402   cat > conftest.$ac_ext <<EOF
5403 #line 5404 "configure"
5404 #include "confdefs.h"
5405 #include <$ac_hdr>
5406 EOF
5407 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5408 { (eval echo configure:5409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5409 ac_err=`grep -v '^ *+' conftest.out`
5410 if test -z "$ac_err"; then
5411   rm -rf conftest*
5412   eval "ac_cv_header_$ac_safe=yes"
5413 else
5414   echo "$ac_err" >&5
5415   echo "configure: failed program was:" >&5
5416   cat conftest.$ac_ext >&5
5417   rm -rf conftest*
5418   eval "ac_cv_header_$ac_safe=no"
5419 fi
5420 rm -f conftest*
5421 fi
5422 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5423   echo "$ac_t""yes" 1>&6
5424     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5425   cat >> confdefs.h <<EOF
5426 #define $ac_tr_hdr 1
5427 EOF
5428  
5429 else
5430   echo "$ac_t""no" 1>&6
5431 fi
5432 done
5433
5434 if test $ol_cv_header_db2 = yes ; then
5435         
5436         ol_cv_header_db=$ac_cv_header_db_185_h
5437 else
5438         ol_cv_header_db=$ac_cv_header_db_h
5439 fi
5440
5441
5442  
5443  echo $ac_n "checking for Berkeley DB""... $ac_c" 1>&6
5444 echo "configure:5445: checking for Berkeley DB" >&5
5445 if eval "test \"`echo '$''{'ol_cv_berkeley_db'+set}'`\" = set"; then
5446   echo $ac_n "(cached) $ac_c" 1>&6
5447 else
5448   
5449         if test $ol_cv_lib_db = no -o $ol_cv_header_db = no ; then
5450                 ol_cv_berkeley_db=no
5451         else
5452                 ol_cv_berkeley_db=yes
5453         fi
5454
5455 fi
5456
5457 echo "$ac_t""$ol_cv_berkeley_db" 1>&6
5458  if test $ol_cv_berkeley_db = yes ; then
5459         cat >> confdefs.h <<\EOF
5460 #define HAVE_BERKELEY_DB 1
5461 EOF
5462
5463  fi
5464
5465
5466         if test $ol_cv_berkeley_db = yes ; then
5467                 ol_link_ldbm=db
5468                 ol_with_ldbm_api=db
5469
5470                 if test $ol_with_ldbm_type = hash ; then
5471                         cat >> confdefs.h <<\EOF
5472 #define LDBM_USE_DBHASH 1
5473 EOF
5474
5475                 else
5476                         cat >> confdefs.h <<\EOF
5477 #define LDBM_USE_DBBTREE 1
5478 EOF
5479
5480                 fi
5481
5482                                                 if test $ol_cv_lib_db != yes ; then
5483                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_db"
5484                 fi
5485         fi
5486 fi
5487
5488 if test $ol_with_ldbm_api = manual ; then
5489                 ol_link_ldbm=yes
5490
5491         echo "configure: warning: LDBM defines and link options must be set manually" 1>&2
5492
5493         for ac_hdr in db.h db_185.h gdbm.h ndbm.h
5494 do
5495 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5496 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5497 echo "configure:5498: checking for $ac_hdr" >&5
5498 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5499   echo $ac_n "(cached) $ac_c" 1>&6
5500 else
5501   cat > conftest.$ac_ext <<EOF
5502 #line 5503 "configure"
5503 #include "confdefs.h"
5504 #include <$ac_hdr>
5505 EOF
5506 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5507 { (eval echo configure:5508: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5508 ac_err=`grep -v '^ *+' conftest.out`
5509 if test -z "$ac_err"; then
5510   rm -rf conftest*
5511   eval "ac_cv_header_$ac_safe=yes"
5512 else
5513   echo "$ac_err" >&5
5514   echo "configure: failed program was:" >&5
5515   cat conftest.$ac_ext >&5
5516   rm -rf conftest*
5517   eval "ac_cv_header_$ac_safe=no"
5518 fi
5519 rm -f conftest*
5520 fi
5521 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5522   echo "$ac_t""yes" 1>&6
5523     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5524   cat >> confdefs.h <<EOF
5525 #define $ac_tr_hdr 1
5526 EOF
5527  
5528 else
5529   echo "$ac_t""no" 1>&6
5530 fi
5531 done
5532
5533 fi
5534
5535 if test $ol_link_ldbm = no -a $ol_with_ldbm_type = btree ; then
5536         echo "configure: warning: Could not find LDBM with BTREE support" 1>&2
5537         ol_with_ldbm_api=none
5538 fi
5539
5540 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = gdbm ; then
5541         echo $ac_n "checking for GDBM library""... $ac_c" 1>&6
5542 echo "configure:5543: checking for GDBM library" >&5
5543 if eval "test \"`echo '$''{'ol_cv_lib_gdbm'+set}'`\" = set"; then
5544   echo $ac_n "(cached) $ac_c" 1>&6
5545 else
5546         ol_LIBS="$LIBS"
5547         echo $ac_n "checking for gdbm_open""... $ac_c" 1>&6
5548 echo "configure:5549: checking for gdbm_open" >&5
5549 if eval "test \"`echo '$''{'ac_cv_func_gdbm_open'+set}'`\" = set"; then
5550   echo $ac_n "(cached) $ac_c" 1>&6
5551 else
5552   cat > conftest.$ac_ext <<EOF
5553 #line 5554 "configure"
5554 #include "confdefs.h"
5555 /* System header to define __stub macros and hopefully few prototypes,
5556     which can conflict with char gdbm_open(); below.  */
5557 #include <assert.h>
5558 /* Override any gcc2 internal prototype to avoid an error.  */
5559 /* We use char because int might match the return type of a gcc2
5560     builtin and then its argument prototype would still apply.  */
5561 char gdbm_open();
5562
5563 int main() {
5564
5565 /* The GNU C library defines this for functions which it implements
5566     to always fail with ENOSYS.  Some functions are actually named
5567     something starting with __ and the normal name is an alias.  */
5568 #if defined (__stub_gdbm_open) || defined (__stub___gdbm_open)
5569 choke me
5570 #else
5571 gdbm_open();
5572 #endif
5573
5574 ; return 0; }
5575 EOF
5576 if { (eval echo configure:5577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5577   rm -rf conftest*
5578   eval "ac_cv_func_gdbm_open=yes"
5579 else
5580   echo "configure: failed program was:" >&5
5581   cat conftest.$ac_ext >&5
5582   rm -rf conftest*
5583   eval "ac_cv_func_gdbm_open=no"
5584 fi
5585 rm -f conftest*
5586 fi
5587
5588 if eval "test \"`echo '$ac_cv_func_'gdbm_open`\" = yes"; then
5589   echo "$ac_t""yes" 1>&6
5590   ol_cv_lib_gdbm=yes
5591 else
5592   echo "$ac_t""no" 1>&6
5593
5594                 echo $ac_n "checking for gdbm_open in -lgdbm""... $ac_c" 1>&6
5595 echo "configure:5596: checking for gdbm_open in -lgdbm" >&5
5596 ac_lib_var=`echo gdbm'_'gdbm_open | sed 'y%./+-%__p_%'`
5597 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5598   echo $ac_n "(cached) $ac_c" 1>&6
5599 else
5600   ac_save_LIBS="$LIBS"
5601 LIBS="-lgdbm  $LIBS"
5602 cat > conftest.$ac_ext <<EOF
5603 #line 5604 "configure"
5604 #include "confdefs.h"
5605 /* Override any gcc2 internal prototype to avoid an error.  */
5606 /* We use char because int might match the return type of a gcc2
5607     builtin and then its argument prototype would still apply.  */
5608 char gdbm_open();
5609
5610 int main() {
5611 gdbm_open()
5612 ; return 0; }
5613 EOF
5614 if { (eval echo configure:5615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5615   rm -rf conftest*
5616   eval "ac_cv_lib_$ac_lib_var=yes"
5617 else
5618   echo "configure: failed program was:" >&5
5619   cat conftest.$ac_ext >&5
5620   rm -rf conftest*
5621   eval "ac_cv_lib_$ac_lib_var=no"
5622 fi
5623 rm -f conftest*
5624 LIBS="$ac_save_LIBS"
5625
5626 fi
5627 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5628   echo "$ac_t""yes" 1>&6
5629   ol_cv_lib_gdbm=-lgdbm
5630 else
5631   echo "$ac_t""no" 1>&6
5632 ol_cv_lib_gdbm=no
5633 fi
5634
5635         
5636 fi
5637
5638         LIBS="$ol_LIBS"
5639
5640 fi
5641
5642 echo "$ac_t""$ol_cv_lib_gdbm" 1>&6
5643
5644
5645  for ac_hdr in gdbm.h
5646 do
5647 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5648 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5649 echo "configure:5650: checking for $ac_hdr" >&5
5650 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5651   echo $ac_n "(cached) $ac_c" 1>&6
5652 else
5653   cat > conftest.$ac_ext <<EOF
5654 #line 5655 "configure"
5655 #include "confdefs.h"
5656 #include <$ac_hdr>
5657 EOF
5658 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5659 { (eval echo configure:5660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5660 ac_err=`grep -v '^ *+' conftest.out`
5661 if test -z "$ac_err"; then
5662   rm -rf conftest*
5663   eval "ac_cv_header_$ac_safe=yes"
5664 else
5665   echo "$ac_err" >&5
5666   echo "configure: failed program was:" >&5
5667   cat conftest.$ac_ext >&5
5668   rm -rf conftest*
5669   eval "ac_cv_header_$ac_safe=no"
5670 fi
5671 rm -f conftest*
5672 fi
5673 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5674   echo "$ac_t""yes" 1>&6
5675     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5676   cat >> confdefs.h <<EOF
5677 #define $ac_tr_hdr 1
5678 EOF
5679  
5680 else
5681   echo "$ac_t""no" 1>&6
5682 fi
5683 done
5684
5685  echo $ac_n "checking for db""... $ac_c" 1>&6
5686 echo "configure:5687: checking for db" >&5
5687 if eval "test \"`echo '$''{'ol_cv_gdbm'+set}'`\" = set"; then
5688   echo $ac_n "(cached) $ac_c" 1>&6
5689 else
5690   
5691         if test $ol_cv_lib_gdbm = no -o $ac_cv_header_gdbm_h = no ; then
5692                 ol_cv_gdbm=no
5693         else
5694                 ol_cv_gdbm=yes
5695         fi
5696
5697 fi
5698
5699 echo "$ac_t""$ol_cv_gdbm" 1>&6
5700  if test $ol_cv_gdbm = yes ; then
5701         cat >> confdefs.h <<\EOF
5702 #define HAVE_GDBM 1
5703 EOF
5704
5705  fi
5706
5707
5708         if test $ol_cv_gdbm = yes ; then
5709                 ol_link_ldbm=gdbm
5710                 ol_with_ldbm_api=gdbm
5711
5712                 if test $ol_cv_lib_gdbm != yes ; then
5713                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_gdbm"
5714                 fi
5715         fi
5716 fi
5717
5718 if test $ol_with_ldbm_api = auto ; then
5719         echo "configure: warning: skipping automatic checking for NDBM, must be manually enabled." 1>&2
5720 elif test $ol_with_ldbm_api = ndbm ; then
5721         echo $ac_n "checking for NDBM library""... $ac_c" 1>&6
5722 echo "configure:5723: checking for NDBM library" >&5
5723 if eval "test \"`echo '$''{'ol_cv_lib_ndbm'+set}'`\" = set"; then
5724   echo $ac_n "(cached) $ac_c" 1>&6
5725 else
5726         ol_LIBS="$LIBS"
5727         echo $ac_n "checking for dbm_open""... $ac_c" 1>&6
5728 echo "configure:5729: checking for dbm_open" >&5
5729 if eval "test \"`echo '$''{'ac_cv_func_dbm_open'+set}'`\" = set"; then
5730   echo $ac_n "(cached) $ac_c" 1>&6
5731 else
5732   cat > conftest.$ac_ext <<EOF
5733 #line 5734 "configure"
5734 #include "confdefs.h"
5735 /* System header to define __stub macros and hopefully few prototypes,
5736     which can conflict with char dbm_open(); below.  */
5737 #include <assert.h>
5738 /* Override any gcc2 internal prototype to avoid an error.  */
5739 /* We use char because int might match the return type of a gcc2
5740     builtin and then its argument prototype would still apply.  */
5741 char dbm_open();
5742
5743 int main() {
5744
5745 /* The GNU C library defines this for functions which it implements
5746     to always fail with ENOSYS.  Some functions are actually named
5747     something starting with __ and the normal name is an alias.  */
5748 #if defined (__stub_dbm_open) || defined (__stub___dbm_open)
5749 choke me
5750 #else
5751 dbm_open();
5752 #endif
5753
5754 ; return 0; }
5755 EOF
5756 if { (eval echo configure:5757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5757   rm -rf conftest*
5758   eval "ac_cv_func_dbm_open=yes"
5759 else
5760   echo "configure: failed program was:" >&5
5761   cat conftest.$ac_ext >&5
5762   rm -rf conftest*
5763   eval "ac_cv_func_dbm_open=no"
5764 fi
5765 rm -f conftest*
5766 fi
5767
5768 if eval "test \"`echo '$ac_cv_func_'dbm_open`\" = yes"; then
5769   echo "$ac_t""yes" 1>&6
5770   ol_cv_lib_ndbm=yes
5771 else
5772   echo "$ac_t""no" 1>&6
5773
5774                 echo $ac_n "checking for dbm_open in -lndbm""... $ac_c" 1>&6
5775 echo "configure:5776: checking for dbm_open in -lndbm" >&5
5776 ac_lib_var=`echo ndbm'_'dbm_open | sed 'y%./+-%__p_%'`
5777 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5778   echo $ac_n "(cached) $ac_c" 1>&6
5779 else
5780   ac_save_LIBS="$LIBS"
5781 LIBS="-lndbm  $LIBS"
5782 cat > conftest.$ac_ext <<EOF
5783 #line 5784 "configure"
5784 #include "confdefs.h"
5785 /* Override any gcc2 internal prototype to avoid an error.  */
5786 /* We use char because int might match the return type of a gcc2
5787     builtin and then its argument prototype would still apply.  */
5788 char dbm_open();
5789
5790 int main() {
5791 dbm_open()
5792 ; return 0; }
5793 EOF
5794 if { (eval echo configure:5795: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5795   rm -rf conftest*
5796   eval "ac_cv_lib_$ac_lib_var=yes"
5797 else
5798   echo "configure: failed program was:" >&5
5799   cat conftest.$ac_ext >&5
5800   rm -rf conftest*
5801   eval "ac_cv_lib_$ac_lib_var=no"
5802 fi
5803 rm -f conftest*
5804 LIBS="$ac_save_LIBS"
5805
5806 fi
5807 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5808   echo "$ac_t""yes" 1>&6
5809   ol_cv_lib_ndbm=-lndbm
5810 else
5811   echo "$ac_t""no" 1>&6
5812
5813                         echo $ac_n "checking for dbm_open in -ldbm""... $ac_c" 1>&6
5814 echo "configure:5815: checking for dbm_open in -ldbm" >&5
5815 ac_lib_var=`echo dbm'_'dbm_open | sed 'y%./+-%__p_%'`
5816 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5817   echo $ac_n "(cached) $ac_c" 1>&6
5818 else
5819   ac_save_LIBS="$LIBS"
5820 LIBS="-ldbm  $LIBS"
5821 cat > conftest.$ac_ext <<EOF
5822 #line 5823 "configure"
5823 #include "confdefs.h"
5824 /* Override any gcc2 internal prototype to avoid an error.  */
5825 /* We use char because int might match the return type of a gcc2
5826     builtin and then its argument prototype would still apply.  */
5827 char dbm_open();
5828
5829 int main() {
5830 dbm_open()
5831 ; return 0; }
5832 EOF
5833 if { (eval echo configure:5834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5834   rm -rf conftest*
5835   eval "ac_cv_lib_$ac_lib_var=yes"
5836 else
5837   echo "configure: failed program was:" >&5
5838   cat conftest.$ac_ext >&5
5839   rm -rf conftest*
5840   eval "ac_cv_lib_$ac_lib_var=no"
5841 fi
5842 rm -f conftest*
5843 LIBS="$ac_save_LIBS"
5844
5845 fi
5846 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5847   echo "$ac_t""yes" 1>&6
5848   ol_cv_lib_ndbm=-ldbm
5849 else
5850   echo "$ac_t""no" 1>&6
5851 ol_cv_lib_ndbm=no
5852 fi
5853                 
5854 fi
5855
5856         
5857 fi
5858
5859         LIBS="$ol_LIBS"
5860
5861 fi
5862
5863 echo "$ac_t""$ol_cv_lib_ndbm" 1>&6
5864
5865
5866  for ac_hdr in ndbm.h
5867 do
5868 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5869 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5870 echo "configure:5871: checking for $ac_hdr" >&5
5871 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5872   echo $ac_n "(cached) $ac_c" 1>&6
5873 else
5874   cat > conftest.$ac_ext <<EOF
5875 #line 5876 "configure"
5876 #include "confdefs.h"
5877 #include <$ac_hdr>
5878 EOF
5879 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5880 { (eval echo configure:5881: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5881 ac_err=`grep -v '^ *+' conftest.out`
5882 if test -z "$ac_err"; then
5883   rm -rf conftest*
5884   eval "ac_cv_header_$ac_safe=yes"
5885 else
5886   echo "$ac_err" >&5
5887   echo "configure: failed program was:" >&5
5888   cat conftest.$ac_ext >&5
5889   rm -rf conftest*
5890   eval "ac_cv_header_$ac_safe=no"
5891 fi
5892 rm -f conftest*
5893 fi
5894 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5895   echo "$ac_t""yes" 1>&6
5896     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5897   cat >> confdefs.h <<EOF
5898 #define $ac_tr_hdr 1
5899 EOF
5900  
5901 else
5902   echo "$ac_t""no" 1>&6
5903 fi
5904 done
5905
5906  echo $ac_n "checking for db""... $ac_c" 1>&6
5907 echo "configure:5908: checking for db" >&5
5908 if eval "test \"`echo '$''{'ol_cv_ndbm'+set}'`\" = set"; then
5909   echo $ac_n "(cached) $ac_c" 1>&6
5910 else
5911   
5912         if test $ol_cv_lib_ndbm = no -o $ac_cv_header_ndbm_h = no ; then
5913                 ol_cv_ndbm=no
5914         else
5915                 ol_cv_ndbm=yes
5916         fi
5917
5918 fi
5919
5920 echo "$ac_t""$ol_cv_ndbm" 1>&6
5921  if test $ol_cv_ndbm = yes ; then
5922         cat >> confdefs.h <<\EOF
5923 #define HAVE_NDBM 1
5924 EOF
5925
5926  fi
5927
5928
5929         if test $ol_cv_ndbm = yes ; then
5930                 ol_link_ldbm=ndbm
5931                 ol_with_ldbm_api=ndbm
5932
5933                 if test $ol_cv_lib_ndbm != yes ; then
5934                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_ndbm"
5935                 fi
5936         fi
5937 fi
5938
5939 if test $ol_link_ldbm = no -a $ol_enable_ldbm != no ; then
5940         echo "configure: warning: could not find suitable LDBM backend" 1>&2
5941         if test $ol_enable_ldbm = yes ; then
5942                 { echo "configure: error: select appropriate LDBM options or disable" 1>&2; exit 1; }
5943         fi
5944
5945         echo "configure: warning: disabling LDBM" 1>&2
5946         ol_enable_ldbm=no
5947 fi
5948
5949 if test $ol_enable_wrappers != no ; then
5950         echo $ac_n "checking for main in -lwrap""... $ac_c" 1>&6
5951 echo "configure:5952: checking for main in -lwrap" >&5
5952 ac_lib_var=`echo wrap'_'main | sed 'y%./+-%__p_%'`
5953 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5954   echo $ac_n "(cached) $ac_c" 1>&6
5955 else
5956   ac_save_LIBS="$LIBS"
5957 LIBS="-lwrap  $LIBS"
5958 cat > conftest.$ac_ext <<EOF
5959 #line 5960 "configure"
5960 #include "confdefs.h"
5961
5962 int main() {
5963 main()
5964 ; return 0; }
5965 EOF
5966 if { (eval echo configure:5967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5967   rm -rf conftest*
5968   eval "ac_cv_lib_$ac_lib_var=yes"
5969 else
5970   echo "configure: failed program was:" >&5
5971   cat conftest.$ac_ext >&5
5972   rm -rf conftest*
5973   eval "ac_cv_lib_$ac_lib_var=no"
5974 fi
5975 rm -f conftest*
5976 LIBS="$ac_save_LIBS"
5977
5978 fi
5979 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5980   echo "$ac_t""yes" 1>&6
5981   have_wrappers=yes
5982 else
5983   echo "$ac_t""no" 1>&6
5984 have_wrappers=no
5985 fi
5986
5987
5988         if test $have_wrappers = yes ; then
5989                 cat >> confdefs.h <<\EOF
5990 #define HAVE_TCPD 1
5991 EOF
5992
5993                 SLAPD_LIBS="$SLAPD_LIBS -lwrap"
5994         else
5995                 echo "configure: warning: could not find -lwrap" 1>&2
5996                 if test $ol_enable_wrappers = yes ; then
5997                         { echo "configure: error: could not find wrappers" 1>&2; exit 1; }
5998                 fi
5999
6000                 echo "configure: warning: disabling wrappers support" 1>&2
6001                 ol_enable_wrappers=no
6002         fi
6003
6004 fi
6005
6006 if test $ol_enable_syslog != no ; then
6007         echo $ac_n "checking for openlog""... $ac_c" 1>&6
6008 echo "configure:6009: checking for openlog" >&5
6009 if eval "test \"`echo '$''{'ac_cv_func_openlog'+set}'`\" = set"; then
6010   echo $ac_n "(cached) $ac_c" 1>&6
6011 else
6012   cat > conftest.$ac_ext <<EOF
6013 #line 6014 "configure"
6014 #include "confdefs.h"
6015 /* System header to define __stub macros and hopefully few prototypes,
6016     which can conflict with char openlog(); below.  */
6017 #include <assert.h>
6018 /* Override any gcc2 internal prototype to avoid an error.  */
6019 /* We use char because int might match the return type of a gcc2
6020     builtin and then its argument prototype would still apply.  */
6021 char openlog();
6022
6023 int main() {
6024
6025 /* The GNU C library defines this for functions which it implements
6026     to always fail with ENOSYS.  Some functions are actually named
6027     something starting with __ and the normal name is an alias.  */
6028 #if defined (__stub_openlog) || defined (__stub___openlog)
6029 choke me
6030 #else
6031 openlog();
6032 #endif
6033
6034 ; return 0; }
6035 EOF
6036 if { (eval echo configure:6037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6037   rm -rf conftest*
6038   eval "ac_cv_func_openlog=yes"
6039 else
6040   echo "configure: failed program was:" >&5
6041   cat conftest.$ac_ext >&5
6042   rm -rf conftest*
6043   eval "ac_cv_func_openlog=no"
6044 fi
6045 rm -f conftest*
6046 fi
6047
6048 if eval "test \"`echo '$ac_cv_func_'openlog`\" = yes"; then
6049   echo "$ac_t""yes" 1>&6
6050   :
6051 else
6052   echo "$ac_t""no" 1>&6
6053 fi
6054
6055         if test $ac_cv_func_openlog = no -a $ol_enable_syslog = yes; then
6056                 { echo "configure: error: could not find syslog" 1>&2; exit 1; }
6057         fi
6058         ol_enable_syslog=$ac_cv_func_openlog
6059 fi
6060
6061 if test $ol_enable_dmalloc != no ; then
6062         for ac_hdr in dmalloc.h
6063 do
6064 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6065 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6066 echo "configure:6067: checking for $ac_hdr" >&5
6067 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6068   echo $ac_n "(cached) $ac_c" 1>&6
6069 else
6070   cat > conftest.$ac_ext <<EOF
6071 #line 6072 "configure"
6072 #include "confdefs.h"
6073 #include <$ac_hdr>
6074 EOF
6075 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6076 { (eval echo configure:6077: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6077 ac_err=`grep -v '^ *+' conftest.out`
6078 if test -z "$ac_err"; then
6079   rm -rf conftest*
6080   eval "ac_cv_header_$ac_safe=yes"
6081 else
6082   echo "$ac_err" >&5
6083   echo "configure: failed program was:" >&5
6084   cat conftest.$ac_ext >&5
6085   rm -rf conftest*
6086   eval "ac_cv_header_$ac_safe=no"
6087 fi
6088 rm -f conftest*
6089 fi
6090 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6091   echo "$ac_t""yes" 1>&6
6092     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6093   cat >> confdefs.h <<EOF
6094 #define $ac_tr_hdr 1
6095 EOF
6096  
6097 else
6098   echo "$ac_t""no" 1>&6
6099 fi
6100 done
6101
6102         echo $ac_n "checking for dmalloc_shutdown in -ldmalloc""... $ac_c" 1>&6
6103 echo "configure:6104: checking for dmalloc_shutdown in -ldmalloc" >&5
6104 ac_lib_var=`echo dmalloc'_'dmalloc_shutdown | sed 'y%./+-%__p_%'`
6105 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6106   echo $ac_n "(cached) $ac_c" 1>&6
6107 else
6108   ac_save_LIBS="$LIBS"
6109 LIBS="-ldmalloc  $LIBS"
6110 cat > conftest.$ac_ext <<EOF
6111 #line 6112 "configure"
6112 #include "confdefs.h"
6113 /* Override any gcc2 internal prototype to avoid an error.  */
6114 /* We use char because int might match the return type of a gcc2
6115     builtin and then its argument prototype would still apply.  */
6116 char dmalloc_shutdown();
6117
6118 int main() {
6119 dmalloc_shutdown()
6120 ; return 0; }
6121 EOF
6122 if { (eval echo configure:6123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6123   rm -rf conftest*
6124   eval "ac_cv_lib_$ac_lib_var=yes"
6125 else
6126   echo "configure: failed program was:" >&5
6127   cat conftest.$ac_ext >&5
6128   rm -rf conftest*
6129   eval "ac_cv_lib_$ac_lib_var=no"
6130 fi
6131 rm -f conftest*
6132 LIBS="$ac_save_LIBS"
6133
6134 fi
6135 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6136   echo "$ac_t""yes" 1>&6
6137     ac_tr_lib=HAVE_LIB`echo dmalloc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
6138     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
6139   cat >> confdefs.h <<EOF
6140 #define $ac_tr_lib 1
6141 EOF
6142
6143   LIBS="-ldmalloc $LIBS"
6144
6145 else
6146   echo "$ac_t""no" 1>&6
6147 fi
6148
6149 fi
6150
6151 # ud needs termcap (should insert check here)
6152 ol_link_termcap=no
6153 for ac_hdr in termcap.h ncurses.h
6154 do
6155 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6156 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6157 echo "configure:6158: checking for $ac_hdr" >&5
6158 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6159   echo $ac_n "(cached) $ac_c" 1>&6
6160 else
6161   cat > conftest.$ac_ext <<EOF
6162 #line 6163 "configure"
6163 #include "confdefs.h"
6164 #include <$ac_hdr>
6165 EOF
6166 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6167 { (eval echo configure:6168: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6168 ac_err=`grep -v '^ *+' conftest.out`
6169 if test -z "$ac_err"; then
6170   rm -rf conftest*
6171   eval "ac_cv_header_$ac_safe=yes"
6172 else
6173   echo "$ac_err" >&5
6174   echo "configure: failed program was:" >&5
6175   cat conftest.$ac_ext >&5
6176   rm -rf conftest*
6177   eval "ac_cv_header_$ac_safe=no"
6178 fi
6179 rm -f conftest*
6180 fi
6181 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6182   echo "$ac_t""yes" 1>&6
6183     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6184   cat >> confdefs.h <<EOF
6185 #define $ac_tr_hdr 1
6186 EOF
6187  
6188 else
6189   echo "$ac_t""no" 1>&6
6190 fi
6191 done
6192
6193
6194 if test $ol_link_termcap = no ; then
6195         echo $ac_n "checking for tputs in -ltermcap""... $ac_c" 1>&6
6196 echo "configure:6197: checking for tputs in -ltermcap" >&5
6197 ac_lib_var=`echo termcap'_'tputs | sed 'y%./+-%__p_%'`
6198 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6199   echo $ac_n "(cached) $ac_c" 1>&6
6200 else
6201   ac_save_LIBS="$LIBS"
6202 LIBS="-ltermcap  $LIBS"
6203 cat > conftest.$ac_ext <<EOF
6204 #line 6205 "configure"
6205 #include "confdefs.h"
6206 /* Override any gcc2 internal prototype to avoid an error.  */
6207 /* We use char because int might match the return type of a gcc2
6208     builtin and then its argument prototype would still apply.  */
6209 char tputs();
6210
6211 int main() {
6212 tputs()
6213 ; return 0; }
6214 EOF
6215 if { (eval echo configure:6216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6216   rm -rf conftest*
6217   eval "ac_cv_lib_$ac_lib_var=yes"
6218 else
6219   echo "configure: failed program was:" >&5
6220   cat conftest.$ac_ext >&5
6221   rm -rf conftest*
6222   eval "ac_cv_lib_$ac_lib_var=no"
6223 fi
6224 rm -f conftest*
6225 LIBS="$ac_save_LIBS"
6226
6227 fi
6228 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6229   echo "$ac_t""yes" 1>&6
6230   have_termcap=yes
6231 else
6232   echo "$ac_t""no" 1>&6
6233 have_termcap=no
6234 fi
6235
6236         if test $have_termcap = yes ; then
6237                 cat >> confdefs.h <<\EOF
6238 #define HAVE_TERMCAP 1
6239 EOF
6240
6241                 ol_link_termcap=yes
6242                 TERMCAP_LIBS=-ltermcap
6243         fi
6244 fi
6245
6246 if test $ol_link_termcap = no ; then
6247         echo $ac_n "checking for initscr in -lncurses""... $ac_c" 1>&6
6248 echo "configure:6249: checking for initscr in -lncurses" >&5
6249 ac_lib_var=`echo ncurses'_'initscr | sed 'y%./+-%__p_%'`
6250 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6251   echo $ac_n "(cached) $ac_c" 1>&6
6252 else
6253   ac_save_LIBS="$LIBS"
6254 LIBS="-lncurses  $LIBS"
6255 cat > conftest.$ac_ext <<EOF
6256 #line 6257 "configure"
6257 #include "confdefs.h"
6258 /* Override any gcc2 internal prototype to avoid an error.  */
6259 /* We use char because int might match the return type of a gcc2
6260     builtin and then its argument prototype would still apply.  */
6261 char initscr();
6262
6263 int main() {
6264 initscr()
6265 ; return 0; }
6266 EOF
6267 if { (eval echo configure:6268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6268   rm -rf conftest*
6269   eval "ac_cv_lib_$ac_lib_var=yes"
6270 else
6271   echo "configure: failed program was:" >&5
6272   cat conftest.$ac_ext >&5
6273   rm -rf conftest*
6274   eval "ac_cv_lib_$ac_lib_var=no"
6275 fi
6276 rm -f conftest*
6277 LIBS="$ac_save_LIBS"
6278
6279 fi
6280 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6281   echo "$ac_t""yes" 1>&6
6282   have_ncurses=yes
6283 else
6284   echo "$ac_t""no" 1>&6
6285 have_ncurses=no
6286 fi
6287
6288         if test $have_ncurses = yes ; then
6289                 cat >> confdefs.h <<\EOF
6290 #define HAVE_NCURSES 1
6291 EOF
6292
6293                 ol_link_termcap=yes
6294                 TERMCAP_LIBS=-lncurses
6295         fi
6296 fi
6297
6298 if test $ol_link_termcap = no ; then
6299         cat >> confdefs.h <<\EOF
6300 #define NO_TERMCAP 1
6301 EOF
6302
6303         TERMCAP_LIBS=
6304 fi
6305
6306 # FreeBSD (and others) have crypt(3) in -lcrypt
6307 if test $ol_enable_crypt != no ; then
6308         echo $ac_n "checking for crypt""... $ac_c" 1>&6
6309 echo "configure:6310: checking for crypt" >&5
6310 if eval "test \"`echo '$''{'ac_cv_func_crypt'+set}'`\" = set"; then
6311   echo $ac_n "(cached) $ac_c" 1>&6
6312 else
6313   cat > conftest.$ac_ext <<EOF
6314 #line 6315 "configure"
6315 #include "confdefs.h"
6316 /* System header to define __stub macros and hopefully few prototypes,
6317     which can conflict with char crypt(); below.  */
6318 #include <assert.h>
6319 /* Override any gcc2 internal prototype to avoid an error.  */
6320 /* We use char because int might match the return type of a gcc2
6321     builtin and then its argument prototype would still apply.  */
6322 char crypt();
6323
6324 int main() {
6325
6326 /* The GNU C library defines this for functions which it implements
6327     to always fail with ENOSYS.  Some functions are actually named
6328     something starting with __ and the normal name is an alias.  */
6329 #if defined (__stub_crypt) || defined (__stub___crypt)
6330 choke me
6331 #else
6332 crypt();
6333 #endif
6334
6335 ; return 0; }
6336 EOF
6337 if { (eval echo configure:6338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6338   rm -rf conftest*
6339   eval "ac_cv_func_crypt=yes"
6340 else
6341   echo "configure: failed program was:" >&5
6342   cat conftest.$ac_ext >&5
6343   rm -rf conftest*
6344   eval "ac_cv_func_crypt=no"
6345 fi
6346 rm -f conftest*
6347 fi
6348
6349 if eval "test \"`echo '$ac_cv_func_'crypt`\" = yes"; then
6350   echo "$ac_t""yes" 1>&6
6351   have_crypt=yes
6352 else
6353   echo "$ac_t""no" 1>&6
6354
6355                 echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
6356 echo "configure:6357: checking for crypt in -lcrypt" >&5
6357 ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
6358 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6359   echo $ac_n "(cached) $ac_c" 1>&6
6360 else
6361   ac_save_LIBS="$LIBS"
6362 LIBS="-lcrypt  $LIBS"
6363 cat > conftest.$ac_ext <<EOF
6364 #line 6365 "configure"
6365 #include "confdefs.h"
6366 /* Override any gcc2 internal prototype to avoid an error.  */
6367 /* We use char because int might match the return type of a gcc2
6368     builtin and then its argument prototype would still apply.  */
6369 char crypt();
6370
6371 int main() {
6372 crypt()
6373 ; return 0; }
6374 EOF
6375 if { (eval echo configure:6376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6376   rm -rf conftest*
6377   eval "ac_cv_lib_$ac_lib_var=yes"
6378 else
6379   echo "configure: failed program was:" >&5
6380   cat conftest.$ac_ext >&5
6381   rm -rf conftest*
6382   eval "ac_cv_lib_$ac_lib_var=no"
6383 fi
6384 rm -f conftest*
6385 LIBS="$ac_save_LIBS"
6386
6387 fi
6388 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6389   echo "$ac_t""yes" 1>&6
6390   LUTIL_LIBS="$LUTIL_LIBS -lcrypt"
6391                         have_crypt=yes
6392 else
6393   echo "$ac_t""no" 1>&6
6394 have_crypt=no
6395 fi
6396
6397 fi
6398
6399
6400         if test $have_crypt = yes ; then
6401                 cat >> confdefs.h <<\EOF
6402 #define HAVE_CRYPT 1
6403 EOF
6404
6405         else
6406                 echo "configure: warning: could not find crypt" 1>&2
6407                 if test $ol_enable_crypt = yes ; then
6408                         { echo "configure: error: could not find crypt" 1>&2; exit 1; }
6409                 fi
6410
6411                 echo "configure: warning: disabling crypt support" 1>&2
6412                 ol_enable_crypt=no
6413         fi
6414 fi
6415
6416 # FreeBSD (and others) have setproctitle(3) in -lutil
6417 if test $ol_enable_proctitle != no ; then
6418         echo $ac_n "checking for setproctitle""... $ac_c" 1>&6
6419 echo "configure:6420: checking for setproctitle" >&5
6420 if eval "test \"`echo '$''{'ac_cv_func_setproctitle'+set}'`\" = set"; then
6421   echo $ac_n "(cached) $ac_c" 1>&6
6422 else
6423   cat > conftest.$ac_ext <<EOF
6424 #line 6425 "configure"
6425 #include "confdefs.h"
6426 /* System header to define __stub macros and hopefully few prototypes,
6427     which can conflict with char setproctitle(); below.  */
6428 #include <assert.h>
6429 /* Override any gcc2 internal prototype to avoid an error.  */
6430 /* We use char because int might match the return type of a gcc2
6431     builtin and then its argument prototype would still apply.  */
6432 char setproctitle();
6433
6434 int main() {
6435
6436 /* The GNU C library defines this for functions which it implements
6437     to always fail with ENOSYS.  Some functions are actually named
6438     something starting with __ and the normal name is an alias.  */
6439 #if defined (__stub_setproctitle) || defined (__stub___setproctitle)
6440 choke me
6441 #else
6442 setproctitle();
6443 #endif
6444
6445 ; return 0; }
6446 EOF
6447 if { (eval echo configure:6448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6448   rm -rf conftest*
6449   eval "ac_cv_func_setproctitle=yes"
6450 else
6451   echo "configure: failed program was:" >&5
6452   cat conftest.$ac_ext >&5
6453   rm -rf conftest*
6454   eval "ac_cv_func_setproctitle=no"
6455 fi
6456 rm -f conftest*
6457 fi
6458
6459 if eval "test \"`echo '$ac_cv_func_'setproctitle`\" = yes"; then
6460   echo "$ac_t""yes" 1>&6
6461   have_setproctitle=yes
6462 else
6463   echo "$ac_t""no" 1>&6
6464
6465                 echo $ac_n "checking for setproctitle in -lutil""... $ac_c" 1>&6
6466 echo "configure:6467: checking for setproctitle in -lutil" >&5
6467 ac_lib_var=`echo util'_'setproctitle | sed 'y%./+-%__p_%'`
6468 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6469   echo $ac_n "(cached) $ac_c" 1>&6
6470 else
6471   ac_save_LIBS="$LIBS"
6472 LIBS="-lutil  $LIBS"
6473 cat > conftest.$ac_ext <<EOF
6474 #line 6475 "configure"
6475 #include "confdefs.h"
6476 /* Override any gcc2 internal prototype to avoid an error.  */
6477 /* We use char because int might match the return type of a gcc2
6478     builtin and then its argument prototype would still apply.  */
6479 char setproctitle();
6480
6481 int main() {
6482 setproctitle()
6483 ; return 0; }
6484 EOF
6485 if { (eval echo configure:6486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6486   rm -rf conftest*
6487   eval "ac_cv_lib_$ac_lib_var=yes"
6488 else
6489   echo "configure: failed program was:" >&5
6490   cat conftest.$ac_ext >&5
6491   rm -rf conftest*
6492   eval "ac_cv_lib_$ac_lib_var=no"
6493 fi
6494 rm -f conftest*
6495 LIBS="$ac_save_LIBS"
6496
6497 fi
6498 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6499   echo "$ac_t""yes" 1>&6
6500   have_setproctitle=yes
6501                         LUTIL_LIBS="$LUTIL_LIBS -lutil"
6502 else
6503   echo "$ac_t""no" 1>&6
6504 have_setproctitle=no
6505                         LIBOBJS="$LIBOBJS setproctitle.o"
6506 fi
6507
6508 fi
6509
6510
6511         if test $have_setproctitle = yes ; then
6512                 cat >> confdefs.h <<\EOF
6513 #define HAVE_SETPROCTITLE 1
6514 EOF
6515
6516         fi
6517 fi
6518
6519 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
6520 echo "configure:6521: checking for ANSI C header files" >&5
6521 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
6522   echo $ac_n "(cached) $ac_c" 1>&6
6523 else
6524   cat > conftest.$ac_ext <<EOF
6525 #line 6526 "configure"
6526 #include "confdefs.h"
6527 #include <stdlib.h>
6528 #include <stdarg.h>
6529 #include <string.h>
6530 #include <float.h>
6531 EOF
6532 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6533 { (eval echo configure:6534: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6534 ac_err=`grep -v '^ *+' conftest.out`
6535 if test -z "$ac_err"; then
6536   rm -rf conftest*
6537   ac_cv_header_stdc=yes
6538 else
6539   echo "$ac_err" >&5
6540   echo "configure: failed program was:" >&5
6541   cat conftest.$ac_ext >&5
6542   rm -rf conftest*
6543   ac_cv_header_stdc=no
6544 fi
6545 rm -f conftest*
6546
6547 if test $ac_cv_header_stdc = yes; then
6548   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6549 cat > conftest.$ac_ext <<EOF
6550 #line 6551 "configure"
6551 #include "confdefs.h"
6552 #include <string.h>
6553 EOF
6554 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6555   egrep "memchr" >/dev/null 2>&1; then
6556   :
6557 else
6558   rm -rf conftest*
6559   ac_cv_header_stdc=no
6560 fi
6561 rm -f conftest*
6562
6563 fi
6564
6565 if test $ac_cv_header_stdc = yes; then
6566   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6567 cat > conftest.$ac_ext <<EOF
6568 #line 6569 "configure"
6569 #include "confdefs.h"
6570 #include <stdlib.h>
6571 EOF
6572 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6573   egrep "free" >/dev/null 2>&1; then
6574   :
6575 else
6576   rm -rf conftest*
6577   ac_cv_header_stdc=no
6578 fi
6579 rm -f conftest*
6580
6581 fi
6582
6583 if test $ac_cv_header_stdc = yes; then
6584   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6585 if test "$cross_compiling" = yes; then
6586   :
6587 else
6588   cat > conftest.$ac_ext <<EOF
6589 #line 6590 "configure"
6590 #include "confdefs.h"
6591 #include <ctype.h>
6592 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6593 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6594 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6595 int main () { int i; for (i = 0; i < 256; i++)
6596 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
6597 exit (0); }
6598
6599 EOF
6600 if { (eval echo configure:6601: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
6601 then
6602   :
6603 else
6604   echo "configure: failed program was:" >&5
6605   cat conftest.$ac_ext >&5
6606   rm -fr conftest*
6607   ac_cv_header_stdc=no
6608 fi
6609 rm -fr conftest*
6610 fi
6611
6612 fi
6613 fi
6614
6615 echo "$ac_t""$ac_cv_header_stdc" 1>&6
6616 if test $ac_cv_header_stdc = yes; then
6617   cat >> confdefs.h <<\EOF
6618 #define STDC_HEADERS 1
6619 EOF
6620
6621 fi
6622
6623
6624 if test $ac_cv_header_stdc != yes; then
6625         echo "configure: warning: could not Standard C compliant headers" 1>&2
6626 fi
6627
6628 ac_header_dirent=no
6629 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
6630 do
6631 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6632 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
6633 echo "configure:6634: checking for $ac_hdr that defines DIR" >&5
6634 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
6635   echo $ac_n "(cached) $ac_c" 1>&6
6636 else
6637   cat > conftest.$ac_ext <<EOF
6638 #line 6639 "configure"
6639 #include "confdefs.h"
6640 #include <sys/types.h>
6641 #include <$ac_hdr>
6642 int main() {
6643 DIR *dirp = 0;
6644 ; return 0; }
6645 EOF
6646 if { (eval echo configure:6647: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6647   rm -rf conftest*
6648   eval "ac_cv_header_dirent_$ac_safe=yes"
6649 else
6650   echo "configure: failed program was:" >&5
6651   cat conftest.$ac_ext >&5
6652   rm -rf conftest*
6653   eval "ac_cv_header_dirent_$ac_safe=no"
6654 fi
6655 rm -f conftest*
6656 fi
6657 if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
6658   echo "$ac_t""yes" 1>&6
6659     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6660   cat >> confdefs.h <<EOF
6661 #define $ac_tr_hdr 1
6662 EOF
6663  ac_header_dirent=$ac_hdr; break
6664 else
6665   echo "$ac_t""no" 1>&6
6666 fi
6667 done
6668 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
6669 if test $ac_header_dirent = dirent.h; then
6670 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
6671 echo "configure:6672: checking for opendir in -ldir" >&5
6672 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
6673 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6674   echo $ac_n "(cached) $ac_c" 1>&6
6675 else
6676   ac_save_LIBS="$LIBS"
6677 LIBS="-ldir  $LIBS"
6678 cat > conftest.$ac_ext <<EOF
6679 #line 6680 "configure"
6680 #include "confdefs.h"
6681 /* Override any gcc2 internal prototype to avoid an error.  */
6682 /* We use char because int might match the return type of a gcc2
6683     builtin and then its argument prototype would still apply.  */
6684 char opendir();
6685
6686 int main() {
6687 opendir()
6688 ; return 0; }
6689 EOF
6690 if { (eval echo configure:6691: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6691   rm -rf conftest*
6692   eval "ac_cv_lib_$ac_lib_var=yes"
6693 else
6694   echo "configure: failed program was:" >&5
6695   cat conftest.$ac_ext >&5
6696   rm -rf conftest*
6697   eval "ac_cv_lib_$ac_lib_var=no"
6698 fi
6699 rm -f conftest*
6700 LIBS="$ac_save_LIBS"
6701
6702 fi
6703 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6704   echo "$ac_t""yes" 1>&6
6705   LIBS="$LIBS -ldir"
6706 else
6707   echo "$ac_t""no" 1>&6
6708 fi
6709
6710 else
6711 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
6712 echo "configure:6713: checking for opendir in -lx" >&5
6713 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
6714 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6715   echo $ac_n "(cached) $ac_c" 1>&6
6716 else
6717   ac_save_LIBS="$LIBS"
6718 LIBS="-lx  $LIBS"
6719 cat > conftest.$ac_ext <<EOF
6720 #line 6721 "configure"
6721 #include "confdefs.h"
6722 /* Override any gcc2 internal prototype to avoid an error.  */
6723 /* We use char because int might match the return type of a gcc2
6724     builtin and then its argument prototype would still apply.  */
6725 char opendir();
6726
6727 int main() {
6728 opendir()
6729 ; return 0; }
6730 EOF
6731 if { (eval echo configure:6732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6732   rm -rf conftest*
6733   eval "ac_cv_lib_$ac_lib_var=yes"
6734 else
6735   echo "configure: failed program was:" >&5
6736   cat conftest.$ac_ext >&5
6737   rm -rf conftest*
6738   eval "ac_cv_lib_$ac_lib_var=no"
6739 fi
6740 rm -f conftest*
6741 LIBS="$ac_save_LIBS"
6742
6743 fi
6744 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6745   echo "$ac_t""yes" 1>&6
6746   LIBS="$LIBS -lx"
6747 else
6748   echo "$ac_t""no" 1>&6
6749 fi
6750
6751 fi
6752
6753 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
6754 echo "configure:6755: checking for sys/wait.h that is POSIX.1 compatible" >&5
6755 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
6756   echo $ac_n "(cached) $ac_c" 1>&6
6757 else
6758   cat > conftest.$ac_ext <<EOF
6759 #line 6760 "configure"
6760 #include "confdefs.h"
6761 #include <sys/types.h>
6762 #include <sys/wait.h>
6763 #ifndef WEXITSTATUS
6764 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
6765 #endif
6766 #ifndef WIFEXITED
6767 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
6768 #endif
6769 int main() {
6770 int s;
6771 wait (&s);
6772 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
6773 ; return 0; }
6774 EOF
6775 if { (eval echo configure:6776: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6776   rm -rf conftest*
6777   ac_cv_header_sys_wait_h=yes
6778 else
6779   echo "configure: failed program was:" >&5
6780   cat conftest.$ac_ext >&5
6781   rm -rf conftest*
6782   ac_cv_header_sys_wait_h=no
6783 fi
6784 rm -f conftest*
6785 fi
6786
6787 echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
6788 if test $ac_cv_header_sys_wait_h = yes; then
6789   cat >> confdefs.h <<\EOF
6790 #define HAVE_SYS_WAIT_H 1
6791 EOF
6792
6793 fi
6794
6795 echo $ac_n "checking POSIX termios""... $ac_c" 1>&6
6796 echo "configure:6797: checking POSIX termios" >&5
6797 if eval "test \"`echo '$''{'am_cv_sys_posix_termios'+set}'`\" = set"; then
6798   echo $ac_n "(cached) $ac_c" 1>&6
6799 else
6800   cat > conftest.$ac_ext <<EOF
6801 #line 6802 "configure"
6802 #include "confdefs.h"
6803 #include <sys/types.h>
6804 #include <unistd.h>
6805 #include <termios.h>
6806 int main() {
6807 /* SunOS 4.0.3 has termios.h but not the library calls.  */
6808    tcgetattr(0, 0);
6809 ; return 0; }
6810 EOF
6811 if { (eval echo configure:6812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6812   rm -rf conftest*
6813   am_cv_sys_posix_termios=yes
6814 else
6815   echo "configure: failed program was:" >&5
6816   cat conftest.$ac_ext >&5
6817   rm -rf conftest*
6818   am_cv_sys_posix_termios=no
6819 fi
6820 rm -f conftest*
6821 fi
6822
6823 echo "$ac_t""$am_cv_sys_posix_termios" 1>&6
6824
6825
6826  echo $ac_n "checking whether use of TIOCGWINSZ requires sys/ioctl.h""... $ac_c" 1>&6
6827 echo "configure:6828: checking whether use of TIOCGWINSZ requires sys/ioctl.h" >&5
6828 if eval "test \"`echo '$''{'am_cv_sys_tiocgwinsz_needs_sys_ioctl_h'+set}'`\" = set"; then
6829   echo $ac_n "(cached) $ac_c" 1>&6
6830 else
6831   am_cv_sys_tiocgwinsz_needs_sys_ioctl_h=no
6832
6833   gwinsz_in_termios_h=no
6834   if test $am_cv_sys_posix_termios = yes; then
6835     cat > conftest.$ac_ext <<EOF
6836 #line 6837 "configure"
6837 #include "confdefs.h"
6838 #include <sys/types.h>
6839 #     include <termios.h>
6840 #     ifdef TIOCGWINSZ
6841         yes
6842 #     endif
6843     
6844 EOF
6845 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6846   egrep "yes" >/dev/null 2>&1; then
6847   rm -rf conftest*
6848   gwinsz_in_termios_h=yes
6849 fi
6850 rm -f conftest*
6851
6852   fi
6853
6854   if test $gwinsz_in_termios_h = no; then
6855     cat > conftest.$ac_ext <<EOF
6856 #line 6857 "configure"
6857 #include "confdefs.h"
6858 #include <sys/types.h>
6859 #     include <sys/ioctl.h>
6860 #     ifdef TIOCGWINSZ
6861         yes
6862 #     endif
6863     
6864 EOF
6865 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6866   egrep "yes" >/dev/null 2>&1; then
6867   rm -rf conftest*
6868   am_cv_sys_tiocgwinsz_needs_sys_ioctl_h=yes
6869 fi
6870 rm -f conftest*
6871
6872   fi
6873   
6874 fi
6875
6876 echo "$ac_t""$am_cv_sys_tiocgwinsz_needs_sys_ioctl_h" 1>&6
6877   if test $am_cv_sys_tiocgwinsz_needs_sys_ioctl_h = yes; then
6878     cat >> confdefs.h <<\EOF
6879 #define GWINSZ_IN_SYS_IOCTL 1
6880 EOF
6881
6882   fi
6883
6884 if test $am_cv_sys_posix_termios = yes ; then
6885         cat >> confdefs.h <<\EOF
6886 #define HAVE_POSIX_TERMIOS 1
6887 EOF
6888
6889 fi
6890
6891 for ac_hdr in \
6892         crypt.h                 \
6893         errno.h                 \
6894         fcntl.h                 \
6895         filio.h                 \
6896         getopt.h                \
6897         libutil.h               \
6898         limits.h                \
6899         malloc.h                \
6900         memory.h                \
6901         regex.h                 \
6902         psap.h                  \
6903         pwd.h                   \
6904         sgtty.h                 \
6905         stdarg.h                \
6906         stddef.h                \
6907         string.h                \
6908         strings.h               \
6909         sys/file.h              \
6910         sys/filio.h             \
6911         sys/errno.h             \
6912         sys/ioctl.h             \
6913         sys/param.h             \
6914         sys/resource.h  \
6915         sys/socket.h    \
6916         sys/syslog.h    \
6917         sys/time.h              \
6918         sys/types.h             \
6919         syslog.h                \
6920         termios.h               \
6921         unistd.h                \
6922
6923 do
6924 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6925 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6926 echo "configure:6927: checking for $ac_hdr" >&5
6927 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6928   echo $ac_n "(cached) $ac_c" 1>&6
6929 else
6930   cat > conftest.$ac_ext <<EOF
6931 #line 6932 "configure"
6932 #include "confdefs.h"
6933 #include <$ac_hdr>
6934 EOF
6935 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6936 { (eval echo configure:6937: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6937 ac_err=`grep -v '^ *+' conftest.out`
6938 if test -z "$ac_err"; then
6939   rm -rf conftest*
6940   eval "ac_cv_header_$ac_safe=yes"
6941 else
6942   echo "$ac_err" >&5
6943   echo "configure: failed program was:" >&5
6944   cat conftest.$ac_ext >&5
6945   rm -rf conftest*
6946   eval "ac_cv_header_$ac_safe=no"
6947 fi
6948 rm -f conftest*
6949 fi
6950 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6951   echo "$ac_t""yes" 1>&6
6952     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6953   cat >> confdefs.h <<EOF
6954 #define $ac_tr_hdr 1
6955 EOF
6956  
6957 else
6958   echo "$ac_t""no" 1>&6
6959 fi
6960 done
6961
6962
6963 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
6964 echo "configure:6965: checking for uid_t in sys/types.h" >&5
6965 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
6966   echo $ac_n "(cached) $ac_c" 1>&6
6967 else
6968   cat > conftest.$ac_ext <<EOF
6969 #line 6970 "configure"
6970 #include "confdefs.h"
6971 #include <sys/types.h>
6972 EOF
6973 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6974   egrep "uid_t" >/dev/null 2>&1; then
6975   rm -rf conftest*
6976   ac_cv_type_uid_t=yes
6977 else
6978   rm -rf conftest*
6979   ac_cv_type_uid_t=no
6980 fi
6981 rm -f conftest*
6982
6983 fi
6984
6985 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
6986 if test $ac_cv_type_uid_t = no; then
6987   cat >> confdefs.h <<\EOF
6988 #define uid_t int
6989 EOF
6990
6991   cat >> confdefs.h <<\EOF
6992 #define gid_t int
6993 EOF
6994
6995 fi
6996
6997 echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6
6998 echo "configure:6999: checking type of array argument to getgroups" >&5
6999 if eval "test \"`echo '$''{'ac_cv_type_getgroups'+set}'`\" = set"; then
7000   echo $ac_n "(cached) $ac_c" 1>&6
7001 else
7002   if test "$cross_compiling" = yes; then
7003   ac_cv_type_getgroups=cross
7004 else
7005   cat > conftest.$ac_ext <<EOF
7006 #line 7007 "configure"
7007 #include "confdefs.h"
7008
7009 /* Thanks to Mike Rendell for this test.  */
7010 #include <sys/types.h>
7011 #define NGID 256
7012 #undef MAX
7013 #define MAX(x, y) ((x) > (y) ? (x) : (y))
7014 main()
7015 {
7016   gid_t gidset[NGID];
7017   int i, n;
7018   union { gid_t gval; long lval; }  val;
7019
7020   val.lval = -1;
7021   for (i = 0; i < NGID; i++)
7022     gidset[i] = val.gval;
7023   n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
7024                  gidset);
7025   /* Exit non-zero if getgroups seems to require an array of ints.  This
7026      happens when gid_t is short but getgroups modifies an array of ints.  */
7027   exit ((n > 0 && gidset[n] != val.gval) ? 1 : 0);
7028 }
7029
7030 EOF
7031 if { (eval echo configure:7032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
7032 then
7033     ac_cv_type_getgroups=gid_t
7034 else
7035   echo "configure: failed program was:" >&5
7036   cat conftest.$ac_ext >&5
7037   rm -fr conftest*
7038   ac_cv_type_getgroups=int
7039 fi
7040 rm -fr conftest*
7041 fi
7042
7043 if test $ac_cv_type_getgroups = cross; then
7044         cat > conftest.$ac_ext <<EOF
7045 #line 7046 "configure"
7046 #include "confdefs.h"
7047 #include <unistd.h>
7048 EOF
7049 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7050   egrep "getgroups.*int.*gid_t" >/dev/null 2>&1; then
7051   rm -rf conftest*
7052   ac_cv_type_getgroups=gid_t
7053 else
7054   rm -rf conftest*
7055   ac_cv_type_getgroups=int
7056 fi
7057 rm -f conftest*
7058
7059 fi
7060 fi
7061
7062 echo "$ac_t""$ac_cv_type_getgroups" 1>&6
7063 cat >> confdefs.h <<EOF
7064 #define GETGROUPS_T $ac_cv_type_getgroups
7065 EOF
7066
7067  echo $ac_n "checking for mode_t""... $ac_c" 1>&6
7068 echo "configure:7069: checking for mode_t" >&5
7069 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
7070   echo $ac_n "(cached) $ac_c" 1>&6
7071 else
7072   cat > conftest.$ac_ext <<EOF
7073 #line 7074 "configure"
7074 #include "confdefs.h"
7075 #include <sys/types.h>
7076 #if STDC_HEADERS
7077 #include <stdlib.h>
7078 #include <stddef.h>
7079 #endif
7080 EOF
7081 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7082   egrep "mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
7083   rm -rf conftest*
7084   ac_cv_type_mode_t=yes
7085 else
7086   rm -rf conftest*
7087   ac_cv_type_mode_t=no
7088 fi
7089 rm -f conftest*
7090
7091 fi
7092 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
7093 if test $ac_cv_type_mode_t = no; then
7094   cat >> confdefs.h <<\EOF
7095 #define mode_t int
7096 EOF
7097
7098 fi
7099
7100 echo $ac_n "checking for off_t""... $ac_c" 1>&6
7101 echo "configure:7102: checking for off_t" >&5
7102 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
7103   echo $ac_n "(cached) $ac_c" 1>&6
7104 else
7105   cat > conftest.$ac_ext <<EOF
7106 #line 7107 "configure"
7107 #include "confdefs.h"
7108 #include <sys/types.h>
7109 #if STDC_HEADERS
7110 #include <stdlib.h>
7111 #include <stddef.h>
7112 #endif
7113 EOF
7114 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7115   egrep "off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
7116   rm -rf conftest*
7117   ac_cv_type_off_t=yes
7118 else
7119   rm -rf conftest*
7120   ac_cv_type_off_t=no
7121 fi
7122 rm -f conftest*
7123
7124 fi
7125 echo "$ac_t""$ac_cv_type_off_t" 1>&6
7126 if test $ac_cv_type_off_t = no; then
7127   cat >> confdefs.h <<\EOF
7128 #define off_t long
7129 EOF
7130
7131 fi
7132
7133 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
7134 echo "configure:7135: checking for pid_t" >&5
7135 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
7136   echo $ac_n "(cached) $ac_c" 1>&6
7137 else
7138   cat > conftest.$ac_ext <<EOF
7139 #line 7140 "configure"
7140 #include "confdefs.h"
7141 #include <sys/types.h>
7142 #if STDC_HEADERS
7143 #include <stdlib.h>
7144 #include <stddef.h>
7145 #endif
7146 EOF
7147 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7148   egrep "pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
7149   rm -rf conftest*
7150   ac_cv_type_pid_t=yes
7151 else
7152   rm -rf conftest*
7153   ac_cv_type_pid_t=no
7154 fi
7155 rm -f conftest*
7156
7157 fi
7158 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
7159 if test $ac_cv_type_pid_t = no; then
7160   cat >> confdefs.h <<\EOF
7161 #define pid_t int
7162 EOF
7163
7164 fi
7165
7166 echo $ac_n "checking for ptrdiff_t""... $ac_c" 1>&6
7167 echo "configure:7168: checking for ptrdiff_t" >&5
7168 if eval "test \"`echo '$''{'am_cv_type_ptrdiff_t'+set}'`\" = set"; then
7169   echo $ac_n "(cached) $ac_c" 1>&6
7170 else
7171   cat > conftest.$ac_ext <<EOF
7172 #line 7173 "configure"
7173 #include "confdefs.h"
7174 #include <stddef.h>
7175 int main() {
7176 ptrdiff_t p
7177 ; return 0; }
7178 EOF
7179 if { (eval echo configure:7180: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7180   rm -rf conftest*
7181   am_cv_type_ptrdiff_t=yes
7182 else
7183   echo "configure: failed program was:" >&5
7184   cat conftest.$ac_ext >&5
7185   rm -rf conftest*
7186   am_cv_type_ptrdiff_t=no
7187 fi
7188 rm -f conftest*
7189 fi
7190
7191 echo "$ac_t""$am_cv_type_ptrdiff_t" 1>&6
7192    if test $am_cv_type_ptrdiff_t = yes; then
7193      cat >> confdefs.h <<\EOF
7194 #define HAVE_PTRDIFF_T 1
7195 EOF
7196
7197    fi
7198
7199 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
7200 echo "configure:7201: checking return type of signal handlers" >&5
7201 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
7202   echo $ac_n "(cached) $ac_c" 1>&6
7203 else
7204   cat > conftest.$ac_ext <<EOF
7205 #line 7206 "configure"
7206 #include "confdefs.h"
7207 #include <sys/types.h>
7208 #include <signal.h>
7209 #ifdef signal
7210 #undef signal
7211 #endif
7212 #ifdef __cplusplus
7213 extern "C" void (*signal (int, void (*)(int)))(int);
7214 #else
7215 void (*signal ()) ();
7216 #endif
7217
7218 int main() {
7219 int i;
7220 ; return 0; }
7221 EOF
7222 if { (eval echo configure:7223: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7223   rm -rf conftest*
7224   ac_cv_type_signal=void
7225 else
7226   echo "configure: failed program was:" >&5
7227   cat conftest.$ac_ext >&5
7228   rm -rf conftest*
7229   ac_cv_type_signal=int
7230 fi
7231 rm -f conftest*
7232 fi
7233
7234 echo "$ac_t""$ac_cv_type_signal" 1>&6
7235 cat >> confdefs.h <<EOF
7236 #define RETSIGTYPE $ac_cv_type_signal
7237 EOF
7238
7239
7240 echo $ac_n "checking for sig_atomic_t""... $ac_c" 1>&6
7241 echo "configure:7242: checking for sig_atomic_t" >&5
7242 if eval "test \"`echo '$''{'ol_cv_type_sig_atomic_t'+set}'`\" = set"; then
7243   echo $ac_n "(cached) $ac_c" 1>&6
7244 else
7245   cat > conftest.$ac_ext <<EOF
7246 #line 7247 "configure"
7247 #include "confdefs.h"
7248 #include <signal.h>
7249 int main() {
7250 sig_atomic_t atomic;
7251 ; return 0; }
7252 EOF
7253 if { (eval echo configure:7254: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7254   rm -rf conftest*
7255   ol_cv_type_sig_atomic_t=yes
7256 else
7257   echo "configure: failed program was:" >&5
7258   cat conftest.$ac_ext >&5
7259   rm -rf conftest*
7260   ol_cv_type_sig_atomic_t=no
7261 fi
7262 rm -f conftest*
7263 fi
7264
7265 echo "$ac_t""$ol_cv_type_sig_atomic_t" 1>&6
7266   if test $ol_cv_type_sig_atomic_t = no; then
7267     cat >> confdefs.h <<\EOF
7268 #define sig_atomic_t int
7269 EOF
7270
7271   fi
7272  
7273 echo $ac_n "checking for size_t""... $ac_c" 1>&6
7274 echo "configure:7275: checking for size_t" >&5
7275 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
7276   echo $ac_n "(cached) $ac_c" 1>&6
7277 else
7278   cat > conftest.$ac_ext <<EOF
7279 #line 7280 "configure"
7280 #include "confdefs.h"
7281 #include <sys/types.h>
7282 #if STDC_HEADERS
7283 #include <stdlib.h>
7284 #include <stddef.h>
7285 #endif
7286 EOF
7287 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7288   egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
7289   rm -rf conftest*
7290   ac_cv_type_size_t=yes
7291 else
7292   rm -rf conftest*
7293   ac_cv_type_size_t=no
7294 fi
7295 rm -f conftest*
7296
7297 fi
7298 echo "$ac_t""$ac_cv_type_size_t" 1>&6
7299 if test $ac_cv_type_size_t = no; then
7300   cat >> confdefs.h <<\EOF
7301 #define size_t unsigned
7302 EOF
7303
7304 fi
7305
7306 echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
7307 echo "configure:7308: checking for st_blksize in struct stat" >&5
7308 if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then
7309   echo $ac_n "(cached) $ac_c" 1>&6
7310 else
7311   cat > conftest.$ac_ext <<EOF
7312 #line 7313 "configure"
7313 #include "confdefs.h"
7314 #include <sys/types.h>
7315 #include <sys/stat.h>
7316 int main() {
7317 struct stat s; s.st_blksize;
7318 ; return 0; }
7319 EOF
7320 if { (eval echo configure:7321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7321   rm -rf conftest*
7322   ac_cv_struct_st_blksize=yes
7323 else
7324   echo "configure: failed program was:" >&5
7325   cat conftest.$ac_ext >&5
7326   rm -rf conftest*
7327   ac_cv_struct_st_blksize=no
7328 fi
7329 rm -f conftest*
7330 fi
7331
7332 echo "$ac_t""$ac_cv_struct_st_blksize" 1>&6
7333 if test $ac_cv_struct_st_blksize = yes; then
7334   cat >> confdefs.h <<\EOF
7335 #define HAVE_ST_BLKSIZE 1
7336 EOF
7337
7338 fi
7339
7340 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
7341 echo "configure:7342: checking whether time.h and sys/time.h may both be included" >&5
7342 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
7343   echo $ac_n "(cached) $ac_c" 1>&6
7344 else
7345   cat > conftest.$ac_ext <<EOF
7346 #line 7347 "configure"
7347 #include "confdefs.h"
7348 #include <sys/types.h>
7349 #include <sys/time.h>
7350 #include <time.h>
7351 int main() {
7352 struct tm *tp;
7353 ; return 0; }
7354 EOF
7355 if { (eval echo configure:7356: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7356   rm -rf conftest*
7357   ac_cv_header_time=yes
7358 else
7359   echo "configure: failed program was:" >&5
7360   cat conftest.$ac_ext >&5
7361   rm -rf conftest*
7362   ac_cv_header_time=no
7363 fi
7364 rm -f conftest*
7365 fi
7366
7367 echo "$ac_t""$ac_cv_header_time" 1>&6
7368 if test $ac_cv_header_time = yes; then
7369   cat >> confdefs.h <<\EOF
7370 #define TIME_WITH_SYS_TIME 1
7371 EOF
7372
7373 fi
7374
7375 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
7376 echo "configure:7377: checking whether struct tm is in sys/time.h or time.h" >&5
7377 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
7378   echo $ac_n "(cached) $ac_c" 1>&6
7379 else
7380   cat > conftest.$ac_ext <<EOF
7381 #line 7382 "configure"
7382 #include "confdefs.h"
7383 #include <sys/types.h>
7384 #include <time.h>
7385 int main() {
7386 struct tm *tp; tp->tm_sec;
7387 ; return 0; }
7388 EOF
7389 if { (eval echo configure:7390: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7390   rm -rf conftest*
7391   ac_cv_struct_tm=time.h
7392 else
7393   echo "configure: failed program was:" >&5
7394   cat conftest.$ac_ext >&5
7395   rm -rf conftest*
7396   ac_cv_struct_tm=sys/time.h
7397 fi
7398 rm -f conftest*
7399 fi
7400
7401 echo "$ac_t""$ac_cv_struct_tm" 1>&6
7402 if test $ac_cv_struct_tm = sys/time.h; then
7403   cat >> confdefs.h <<\EOF
7404 #define TM_IN_SYS_TIME 1
7405 EOF
7406
7407 fi
7408
7409
7410
7411 echo $ac_n "checking if toupper() requires islower()""... $ac_c" 1>&6
7412 echo "configure:7413: checking if toupper() requires islower()" >&5
7413 if eval "test \"`echo '$''{'ol_cv_c_upper_lower'+set}'`\" = set"; then
7414   echo $ac_n "(cached) $ac_c" 1>&6
7415 else
7416   
7417         if test "$cross_compiling" = yes; then
7418   ol_cv_c_upper_lower=safe
7419 else
7420   cat > conftest.$ac_ext <<EOF
7421 #line 7422 "configure"
7422 #include "confdefs.h"
7423
7424 #include <ctype.h>
7425 main()
7426 {
7427         if ('C' == toupper('C'))
7428                 exit(0);
7429         else
7430                 exit(1);
7431 }
7432 EOF
7433 if { (eval echo configure:7434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
7434 then
7435   ol_cv_c_upper_lower=no
7436 else
7437   echo "configure: failed program was:" >&5
7438   cat conftest.$ac_ext >&5
7439   rm -fr conftest*
7440   ol_cv_c_upper_lower=yes
7441 fi
7442 rm -fr conftest*
7443 fi
7444
7445 fi
7446
7447 echo "$ac_t""$ol_cv_c_upper_lower" 1>&6
7448 if test $ol_cv_c_upper_lower != no ; then
7449         cat >> confdefs.h <<\EOF
7450 #define C_UPPER_LOWER 1
7451 EOF
7452
7453 fi
7454
7455 echo $ac_n "checking for working const""... $ac_c" 1>&6
7456 echo "configure:7457: checking for working const" >&5
7457 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
7458   echo $ac_n "(cached) $ac_c" 1>&6
7459 else
7460   cat > conftest.$ac_ext <<EOF
7461 #line 7462 "configure"
7462 #include "confdefs.h"
7463
7464 int main() {
7465
7466 /* Ultrix mips cc rejects this.  */
7467 typedef int charset[2]; const charset x;
7468 /* SunOS 4.1.1 cc rejects this.  */
7469 char const *const *ccp;
7470 char **p;
7471 /* NEC SVR4.0.2 mips cc rejects this.  */
7472 struct point {int x, y;};
7473 static struct point const zero = {0,0};
7474 /* AIX XL C 1.02.0.0 rejects this.
7475    It does not let you subtract one const X* pointer from another in an arm
7476    of an if-expression whose if-part is not a constant expression */
7477 const char *g = "string";
7478 ccp = &g + (g ? g-g : 0);
7479 /* HPUX 7.0 cc rejects these. */
7480 ++ccp;
7481 p = (char**) ccp;
7482 ccp = (char const *const *) p;
7483 { /* SCO 3.2v4 cc rejects this.  */
7484   char *t;
7485   char const *s = 0 ? (char *) 0 : (char const *) 0;
7486
7487   *t++ = 0;
7488 }
7489 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
7490   int x[] = {25, 17};
7491   const int *foo = &x[0];
7492   ++foo;
7493 }
7494 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7495   typedef const int *iptr;
7496   iptr p = 0;
7497   ++p;
7498 }
7499 { /* AIX XL C 1.02.0.0 rejects this saying
7500      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7501   struct s { int j; const int *ap[3]; };
7502   struct s *b; b->j = 5;
7503 }
7504 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7505   const int foo = 10;
7506 }
7507
7508 ; return 0; }
7509 EOF
7510 if { (eval echo configure:7511: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7511   rm -rf conftest*
7512   ac_cv_c_const=yes
7513 else
7514   echo "configure: failed program was:" >&5
7515   cat conftest.$ac_ext >&5
7516   rm -rf conftest*
7517   ac_cv_c_const=no
7518 fi
7519 rm -f conftest*
7520 fi
7521
7522 echo "$ac_t""$ac_cv_c_const" 1>&6
7523 if test $ac_cv_c_const = no; then
7524   cat >> confdefs.h <<\EOF
7525 #define const 
7526 EOF
7527
7528 fi
7529
7530 echo $ac_n "checking if compiler understands volatile""... $ac_c" 1>&6
7531 echo "configure:7532: checking if compiler understands volatile" >&5
7532 if eval "test \"`echo '$''{'ol_cv_c_volatile'+set}'`\" = set"; then
7533   echo $ac_n "(cached) $ac_c" 1>&6
7534 else
7535   cat > conftest.$ac_ext <<EOF
7536 #line 7537 "configure"
7537 #include "confdefs.h"
7538 int x, y, z;
7539 int main() {
7540 volatile int a; int * volatile b = x ? &y : &z;
7541       /* Older MIPS compilers (eg., in Ultrix 4.2) don't like *b = 0 */
7542       *b = 0;
7543 ; return 0; }
7544 EOF
7545 if { (eval echo configure:7546: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7546   rm -rf conftest*
7547   ol_cv_c_volatile=yes
7548 else
7549   echo "configure: failed program was:" >&5
7550   cat conftest.$ac_ext >&5
7551   rm -rf conftest*
7552   ol_cv_c_volatile=no
7553 fi
7554 rm -f conftest*
7555 fi
7556
7557 echo "$ac_t""$ol_cv_c_volatile" 1>&6
7558   if test $ol_cv_c_volatile = yes; then
7559     : 
7560   else
7561     cat >> confdefs.h <<\EOF
7562 #define volatile 
7563 EOF
7564
7565   fi
7566  
7567
7568 if test $cross_compiling = yes ; then
7569         cat >> confdefs.h <<\EOF
7570 #define CROSS_COMPILING 1
7571 EOF
7572
7573 else
7574         echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
7575 echo "configure:7576: checking whether byte ordering is bigendian" >&5
7576 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
7577   echo $ac_n "(cached) $ac_c" 1>&6
7578 else
7579   ac_cv_c_bigendian=unknown
7580 # See if sys/param.h defines the BYTE_ORDER macro.
7581 cat > conftest.$ac_ext <<EOF
7582 #line 7583 "configure"
7583 #include "confdefs.h"
7584 #include <sys/types.h>
7585 #include <sys/param.h>
7586 int main() {
7587
7588 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
7589  bogus endian macros
7590 #endif
7591 ; return 0; }
7592 EOF
7593 if { (eval echo configure:7594: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7594   rm -rf conftest*
7595   # It does; now see whether it defined to BIG_ENDIAN or not.
7596 cat > conftest.$ac_ext <<EOF
7597 #line 7598 "configure"
7598 #include "confdefs.h"
7599 #include <sys/types.h>
7600 #include <sys/param.h>
7601 int main() {
7602
7603 #if BYTE_ORDER != BIG_ENDIAN
7604  not big endian
7605 #endif
7606 ; return 0; }
7607 EOF
7608 if { (eval echo configure:7609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7609   rm -rf conftest*
7610   ac_cv_c_bigendian=yes
7611 else
7612   echo "configure: failed program was:" >&5
7613   cat conftest.$ac_ext >&5
7614   rm -rf conftest*
7615   ac_cv_c_bigendian=no
7616 fi
7617 rm -f conftest*
7618 else
7619   echo "configure: failed program was:" >&5
7620   cat conftest.$ac_ext >&5
7621 fi
7622 rm -f conftest*
7623 if test $ac_cv_c_bigendian = unknown; then
7624 if test "$cross_compiling" = yes; then
7625     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
7626 else
7627   cat > conftest.$ac_ext <<EOF
7628 #line 7629 "configure"
7629 #include "confdefs.h"
7630 main () {
7631   /* Are we little or big endian?  From Harbison&Steele.  */
7632   union
7633   {
7634     long l;
7635     char c[sizeof (long)];
7636   } u;
7637   u.l = 1;
7638   exit (u.c[sizeof (long) - 1] == 1);
7639 }
7640 EOF
7641 if { (eval echo configure:7642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
7642 then
7643   ac_cv_c_bigendian=no
7644 else
7645   echo "configure: failed program was:" >&5
7646   cat conftest.$ac_ext >&5
7647   rm -fr conftest*
7648   ac_cv_c_bigendian=yes
7649 fi
7650 rm -fr conftest*
7651 fi
7652
7653 fi
7654 fi
7655
7656 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
7657 if test $ac_cv_c_bigendian = yes; then
7658   cat >> confdefs.h <<\EOF
7659 #define WORDS_BIGENDIAN 1
7660 EOF
7661
7662 fi
7663
7664         echo $ac_n "checking size of short""... $ac_c" 1>&6
7665 echo "configure:7666: checking size of short" >&5
7666 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
7667   echo $ac_n "(cached) $ac_c" 1>&6
7668 else
7669   if test "$cross_compiling" = yes; then
7670     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
7671 else
7672   cat > conftest.$ac_ext <<EOF
7673 #line 7674 "configure"
7674 #include "confdefs.h"
7675 #include <stdio.h>
7676 main()
7677 {
7678   FILE *f=fopen("conftestval", "w");
7679   if (!f) exit(1);
7680   fprintf(f, "%d\n", sizeof(short));
7681   exit(0);
7682 }
7683 EOF
7684 if { (eval echo configure:7685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
7685 then
7686   ac_cv_sizeof_short=`cat conftestval`
7687 else
7688   echo "configure: failed program was:" >&5
7689   cat conftest.$ac_ext >&5
7690   rm -fr conftest*
7691   ac_cv_sizeof_short=0
7692 fi
7693 rm -fr conftest*
7694 fi
7695
7696 fi
7697 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
7698 cat >> confdefs.h <<EOF
7699 #define SIZEOF_SHORT $ac_cv_sizeof_short
7700 EOF
7701
7702  
7703         echo $ac_n "checking size of int""... $ac_c" 1>&6
7704 echo "configure:7705: checking size of int" >&5
7705 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
7706   echo $ac_n "(cached) $ac_c" 1>&6
7707 else
7708   if test "$cross_compiling" = yes; then
7709     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
7710 else
7711   cat > conftest.$ac_ext <<EOF
7712 #line 7713 "configure"
7713 #include "confdefs.h"
7714 #include <stdio.h>
7715 main()
7716 {
7717   FILE *f=fopen("conftestval", "w");
7718   if (!f) exit(1);
7719   fprintf(f, "%d\n", sizeof(int));
7720   exit(0);
7721 }
7722 EOF
7723 if { (eval echo configure:7724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
7724 then
7725   ac_cv_sizeof_int=`cat conftestval`
7726 else
7727   echo "configure: failed program was:" >&5
7728   cat conftest.$ac_ext >&5
7729   rm -fr conftest*
7730   ac_cv_sizeof_int=0
7731 fi
7732 rm -fr conftest*
7733 fi
7734
7735 fi
7736 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
7737 cat >> confdefs.h <<EOF
7738 #define SIZEOF_INT $ac_cv_sizeof_int
7739 EOF
7740
7741  
7742         echo $ac_n "checking size of long""... $ac_c" 1>&6
7743 echo "configure:7744: checking size of long" >&5
7744 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
7745   echo $ac_n "(cached) $ac_c" 1>&6
7746 else
7747   if test "$cross_compiling" = yes; then
7748     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
7749 else
7750   cat > conftest.$ac_ext <<EOF
7751 #line 7752 "configure"
7752 #include "confdefs.h"
7753 #include <stdio.h>
7754 main()
7755 {
7756   FILE *f=fopen("conftestval", "w");
7757   if (!f) exit(1);
7758   fprintf(f, "%d\n", sizeof(long));
7759   exit(0);
7760 }
7761 EOF
7762 if { (eval echo configure:7763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
7763 then
7764   ac_cv_sizeof_long=`cat conftestval`
7765 else
7766   echo "configure: failed program was:" >&5
7767   cat conftest.$ac_ext >&5
7768   rm -fr conftest*
7769   ac_cv_sizeof_long=0
7770 fi
7771 rm -fr conftest*
7772 fi
7773
7774 fi
7775 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
7776 cat >> confdefs.h <<EOF
7777 #define SIZEOF_LONG $ac_cv_sizeof_long
7778 EOF
7779
7780
7781 fi
7782
7783 echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
7784 echo "configure:7785: checking for 8-bit clean memcmp" >&5
7785 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
7786   echo $ac_n "(cached) $ac_c" 1>&6
7787 else
7788   if test "$cross_compiling" = yes; then
7789   ac_cv_func_memcmp_clean=no
7790 else
7791   cat > conftest.$ac_ext <<EOF
7792 #line 7793 "configure"
7793 #include "confdefs.h"
7794
7795 main()
7796 {
7797   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
7798   exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
7799 }
7800
7801 EOF
7802 if { (eval echo configure:7803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
7803 then
7804   ac_cv_func_memcmp_clean=yes
7805 else
7806   echo "configure: failed program was:" >&5
7807   cat conftest.$ac_ext >&5
7808   rm -fr conftest*
7809   ac_cv_func_memcmp_clean=no
7810 fi
7811 rm -fr conftest*
7812 fi
7813
7814 fi
7815
7816 echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
7817 test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.o"
7818
7819 echo $ac_n "checking for strftime""... $ac_c" 1>&6
7820 echo "configure:7821: checking for strftime" >&5
7821 if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then
7822   echo $ac_n "(cached) $ac_c" 1>&6
7823 else
7824   cat > conftest.$ac_ext <<EOF
7825 #line 7826 "configure"
7826 #include "confdefs.h"
7827 /* System header to define __stub macros and hopefully few prototypes,
7828     which can conflict with char strftime(); below.  */
7829 #include <assert.h>
7830 /* Override any gcc2 internal prototype to avoid an error.  */
7831 /* We use char because int might match the return type of a gcc2
7832     builtin and then its argument prototype would still apply.  */
7833 char strftime();
7834
7835 int main() {
7836
7837 /* The GNU C library defines this for functions which it implements
7838     to always fail with ENOSYS.  Some functions are actually named
7839     something starting with __ and the normal name is an alias.  */
7840 #if defined (__stub_strftime) || defined (__stub___strftime)
7841 choke me
7842 #else
7843 strftime();
7844 #endif
7845
7846 ; return 0; }
7847 EOF
7848 if { (eval echo configure:7849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
7849   rm -rf conftest*
7850   eval "ac_cv_func_strftime=yes"
7851 else
7852   echo "configure: failed program was:" >&5
7853   cat conftest.$ac_ext >&5
7854   rm -rf conftest*
7855   eval "ac_cv_func_strftime=no"
7856 fi
7857 rm -f conftest*
7858 fi
7859
7860 if eval "test \"`echo '$ac_cv_func_'strftime`\" = yes"; then
7861   echo "$ac_t""yes" 1>&6
7862   cat >> confdefs.h <<\EOF
7863 #define HAVE_STRFTIME 1
7864 EOF
7865
7866 else
7867   echo "$ac_t""no" 1>&6
7868 # strftime is in -lintl on SCO UNIX.
7869 echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
7870 echo "configure:7871: checking for strftime in -lintl" >&5
7871 ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'`
7872 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7873   echo $ac_n "(cached) $ac_c" 1>&6
7874 else
7875   ac_save_LIBS="$LIBS"
7876 LIBS="-lintl  $LIBS"
7877 cat > conftest.$ac_ext <<EOF
7878 #line 7879 "configure"
7879 #include "confdefs.h"
7880 /* Override any gcc2 internal prototype to avoid an error.  */
7881 /* We use char because int might match the return type of a gcc2
7882     builtin and then its argument prototype would still apply.  */
7883 char strftime();
7884
7885 int main() {
7886 strftime()
7887 ; return 0; }
7888 EOF
7889 if { (eval echo configure:7890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
7890   rm -rf conftest*
7891   eval "ac_cv_lib_$ac_lib_var=yes"
7892 else
7893   echo "configure: failed program was:" >&5
7894   cat conftest.$ac_ext >&5
7895   rm -rf conftest*
7896   eval "ac_cv_lib_$ac_lib_var=no"
7897 fi
7898 rm -f conftest*
7899 LIBS="$ac_save_LIBS"
7900
7901 fi
7902 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7903   echo "$ac_t""yes" 1>&6
7904   cat >> confdefs.h <<\EOF
7905 #define HAVE_STRFTIME 1
7906 EOF
7907
7908 LIBS="-lintl $LIBS"
7909 else
7910   echo "$ac_t""no" 1>&6
7911 fi
7912
7913 fi
7914
7915 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
7916 echo "configure:7917: checking for vprintf" >&5
7917 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
7918   echo $ac_n "(cached) $ac_c" 1>&6
7919 else
7920   cat > conftest.$ac_ext <<EOF
7921 #line 7922 "configure"
7922 #include "confdefs.h"
7923 /* System header to define __stub macros and hopefully few prototypes,
7924     which can conflict with char vprintf(); below.  */
7925 #include <assert.h>
7926 /* Override any gcc2 internal prototype to avoid an error.  */
7927 /* We use char because int might match the return type of a gcc2
7928     builtin and then its argument prototype would still apply.  */
7929 char vprintf();
7930
7931 int main() {
7932
7933 /* The GNU C library defines this for functions which it implements
7934     to always fail with ENOSYS.  Some functions are actually named
7935     something starting with __ and the normal name is an alias.  */
7936 #if defined (__stub_vprintf) || defined (__stub___vprintf)
7937 choke me
7938 #else
7939 vprintf();
7940 #endif
7941
7942 ; return 0; }
7943 EOF
7944 if { (eval echo configure:7945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
7945   rm -rf conftest*
7946   eval "ac_cv_func_vprintf=yes"
7947 else
7948   echo "configure: failed program was:" >&5
7949   cat conftest.$ac_ext >&5
7950   rm -rf conftest*
7951   eval "ac_cv_func_vprintf=no"
7952 fi
7953 rm -f conftest*
7954 fi
7955
7956 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
7957   echo "$ac_t""yes" 1>&6
7958   cat >> confdefs.h <<\EOF
7959 #define HAVE_VPRINTF 1
7960 EOF
7961
7962 else
7963   echo "$ac_t""no" 1>&6
7964 fi
7965
7966 if test "$ac_cv_func_vprintf" != yes; then
7967 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
7968 echo "configure:7969: checking for _doprnt" >&5
7969 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
7970   echo $ac_n "(cached) $ac_c" 1>&6
7971 else
7972   cat > conftest.$ac_ext <<EOF
7973 #line 7974 "configure"
7974 #include "confdefs.h"
7975 /* System header to define __stub macros and hopefully few prototypes,
7976     which can conflict with char _doprnt(); below.  */
7977 #include <assert.h>
7978 /* Override any gcc2 internal prototype to avoid an error.  */
7979 /* We use char because int might match the return type of a gcc2
7980     builtin and then its argument prototype would still apply.  */
7981 char _doprnt();
7982
7983 int main() {
7984
7985 /* The GNU C library defines this for functions which it implements
7986     to always fail with ENOSYS.  Some functions are actually named
7987     something starting with __ and the normal name is an alias.  */
7988 #if defined (__stub__doprnt) || defined (__stub____doprnt)
7989 choke me
7990 #else
7991 _doprnt();
7992 #endif
7993
7994 ; return 0; }
7995 EOF
7996 if { (eval echo configure:7997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
7997   rm -rf conftest*
7998   eval "ac_cv_func__doprnt=yes"
7999 else
8000   echo "configure: failed program was:" >&5
8001   cat conftest.$ac_ext >&5
8002   rm -rf conftest*
8003   eval "ac_cv_func__doprnt=no"
8004 fi
8005 rm -f conftest*
8006 fi
8007
8008 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
8009   echo "$ac_t""yes" 1>&6
8010   cat >> confdefs.h <<\EOF
8011 #define HAVE_DOPRNT 1
8012 EOF
8013
8014 else
8015   echo "$ac_t""no" 1>&6
8016 fi
8017
8018 fi
8019
8020
8021 if test $ac_cv_func_vprintf = yes ; then
8022                 for ac_func in vsnprintf vsprintf
8023 do
8024 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8025 echo "configure:8026: checking for $ac_func" >&5
8026 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8027   echo $ac_n "(cached) $ac_c" 1>&6
8028 else
8029   cat > conftest.$ac_ext <<EOF
8030 #line 8031 "configure"
8031 #include "confdefs.h"
8032 /* System header to define __stub macros and hopefully few prototypes,
8033     which can conflict with char $ac_func(); below.  */
8034 #include <assert.h>
8035 /* Override any gcc2 internal prototype to avoid an error.  */
8036 /* We use char because int might match the return type of a gcc2
8037     builtin and then its argument prototype would still apply.  */
8038 char $ac_func();
8039
8040 int main() {
8041
8042 /* The GNU C library defines this for functions which it implements
8043     to always fail with ENOSYS.  Some functions are actually named
8044     something starting with __ and the normal name is an alias.  */
8045 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8046 choke me
8047 #else
8048 $ac_func();
8049 #endif
8050
8051 ; return 0; }
8052 EOF
8053 if { (eval echo configure:8054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
8054   rm -rf conftest*
8055   eval "ac_cv_func_$ac_func=yes"
8056 else
8057   echo "configure: failed program was:" >&5
8058   cat conftest.$ac_ext >&5
8059   rm -rf conftest*
8060   eval "ac_cv_func_$ac_func=no"
8061 fi
8062 rm -f conftest*
8063 fi
8064
8065 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8066   echo "$ac_t""yes" 1>&6
8067     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8068   cat >> confdefs.h <<EOF
8069 #define $ac_tr_func 1
8070 EOF
8071  
8072 else
8073   echo "$ac_t""no" 1>&6
8074 fi
8075 done
8076
8077 fi
8078
8079 echo $ac_n "checking for wait3 that fills in rusage""... $ac_c" 1>&6
8080 echo "configure:8081: checking for wait3 that fills in rusage" >&5
8081 if eval "test \"`echo '$''{'ac_cv_func_wait3_rusage'+set}'`\" = set"; then
8082   echo $ac_n "(cached) $ac_c" 1>&6
8083 else
8084   if test "$cross_compiling" = yes; then
8085   ac_cv_func_wait3_rusage=no
8086 else
8087   cat > conftest.$ac_ext <<EOF
8088 #line 8089 "configure"
8089 #include "confdefs.h"
8090 #include <sys/types.h>
8091 #include <sys/time.h>
8092 #include <sys/resource.h>
8093 #include <stdio.h>
8094 /* HP-UX has wait3 but does not fill in rusage at all.  */
8095 main() {
8096   struct rusage r;
8097   int i;
8098   /* Use a field that we can force nonzero --
8099      voluntary context switches.
8100      For systems like NeXT and OSF/1 that don't set it,
8101      also use the system CPU time.  And page faults (I/O) for Linux.  */
8102   r.ru_nvcsw = 0;
8103   r.ru_stime.tv_sec = 0;
8104   r.ru_stime.tv_usec = 0;
8105   r.ru_majflt = r.ru_minflt = 0;
8106   switch (fork()) {
8107   case 0: /* Child.  */
8108     sleep(1); /* Give up the CPU.  */
8109     _exit(0);
8110   case -1: _exit(0); /* What can we do?  */
8111   default: /* Parent.  */
8112     wait3(&i, 0, &r);
8113     sleep(2); /* Avoid "text file busy" from rm on fast HP-UX machines.  */
8114     exit(r.ru_nvcsw == 0 && r.ru_majflt == 0 && r.ru_minflt == 0
8115          && r.ru_stime.tv_sec == 0 && r.ru_stime.tv_usec == 0);
8116   }
8117 }
8118 EOF
8119 if { (eval echo configure:8120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
8120 then
8121   ac_cv_func_wait3_rusage=yes
8122 else
8123   echo "configure: failed program was:" >&5
8124   cat conftest.$ac_ext >&5
8125   rm -fr conftest*
8126   ac_cv_func_wait3_rusage=no
8127 fi
8128 rm -fr conftest*
8129 fi
8130
8131 fi
8132
8133 echo "$ac_t""$ac_cv_func_wait3_rusage" 1>&6
8134 if test $ac_cv_func_wait3_rusage = yes; then
8135   cat >> confdefs.h <<\EOF
8136 #define HAVE_WAIT3 1
8137 EOF
8138
8139 fi
8140
8141
8142 for ac_func in \
8143         bcopy                   \
8144         flock                   \
8145         getdtablesize   \
8146         gethostname             \
8147         getpwuid                \
8148         gettimeofday    \
8149         lockf                   \
8150         memcpy                  \
8151         memmove                 \
8152         mkstemp                 \
8153         res_search              \
8154         select                  \
8155         setpwfile               \
8156         setsid                  \
8157         signal                  \
8158         sigset                  \
8159         snprintf                \
8160         socket                  \
8161         strerror                \
8162         strpbrk                 \
8163         strrchr                 \
8164         strsep                  \
8165         strstr                  \
8166         strtok                  \
8167         strtol                  \
8168         strtoul                 \
8169         sysconf                 \
8170         waitpid                 \
8171
8172 do
8173 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8174 echo "configure:8175: checking for $ac_func" >&5
8175 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8176   echo $ac_n "(cached) $ac_c" 1>&6
8177 else
8178   cat > conftest.$ac_ext <<EOF
8179 #line 8180 "configure"
8180 #include "confdefs.h"
8181 /* System header to define __stub macros and hopefully few prototypes,
8182     which can conflict with char $ac_func(); below.  */
8183 #include <assert.h>
8184 /* Override any gcc2 internal prototype to avoid an error.  */
8185 /* We use char because int might match the return type of a gcc2
8186     builtin and then its argument prototype would still apply.  */
8187 char $ac_func();
8188
8189 int main() {
8190
8191 /* The GNU C library defines this for functions which it implements
8192     to always fail with ENOSYS.  Some functions are actually named
8193     something starting with __ and the normal name is an alias.  */
8194 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8195 choke me
8196 #else
8197 $ac_func();
8198 #endif
8199
8200 ; return 0; }
8201 EOF
8202 if { (eval echo configure:8203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
8203   rm -rf conftest*
8204   eval "ac_cv_func_$ac_func=yes"
8205 else
8206   echo "configure: failed program was:" >&5
8207   cat conftest.$ac_ext >&5
8208   rm -rf conftest*
8209   eval "ac_cv_func_$ac_func=no"
8210 fi
8211 rm -f conftest*
8212 fi
8213
8214 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8215   echo "$ac_t""yes" 1>&6
8216     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8217   cat >> confdefs.h <<EOF
8218 #define $ac_tr_func 1
8219 EOF
8220  
8221 else
8222   echo "$ac_t""no" 1>&6
8223 fi
8224 done
8225
8226
8227 # these functions are required to build a thread_safe -lldap
8228 for ac_func in \
8229         strtok_r                \
8230         ctime_r                 \
8231         gethostbyaddr_r \
8232         gethostbyname_r \
8233
8234 do
8235 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8236 echo "configure:8237: checking for $ac_func" >&5
8237 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8238   echo $ac_n "(cached) $ac_c" 1>&6
8239 else
8240   cat > conftest.$ac_ext <<EOF
8241 #line 8242 "configure"
8242 #include "confdefs.h"
8243 /* System header to define __stub macros and hopefully few prototypes,
8244     which can conflict with char $ac_func(); below.  */
8245 #include <assert.h>
8246 /* Override any gcc2 internal prototype to avoid an error.  */
8247 /* We use char because int might match the return type of a gcc2
8248     builtin and then its argument prototype would still apply.  */
8249 char $ac_func();
8250
8251 int main() {
8252
8253 /* The GNU C library defines this for functions which it implements
8254     to always fail with ENOSYS.  Some functions are actually named
8255     something starting with __ and the normal name is an alias.  */
8256 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8257 choke me
8258 #else
8259 $ac_func();
8260 #endif
8261
8262 ; return 0; }
8263 EOF
8264 if { (eval echo configure:8265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
8265   rm -rf conftest*
8266   eval "ac_cv_func_$ac_func=yes"
8267 else
8268   echo "configure: failed program was:" >&5
8269   cat conftest.$ac_ext >&5
8270   rm -rf conftest*
8271   eval "ac_cv_func_$ac_func=no"
8272 fi
8273 rm -f conftest*
8274 fi
8275
8276 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8277   echo "$ac_t""yes" 1>&6
8278     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8279   cat >> confdefs.h <<EOF
8280 #define $ac_tr_func 1
8281 EOF
8282  
8283 else
8284   echo "$ac_t""no" 1>&6
8285 fi
8286 done
8287
8288
8289 echo $ac_n "checking number of arguments of ctime_r""... $ac_c" 1>&6
8290 echo "configure:8291: checking number of arguments of ctime_r" >&5
8291 if eval "test \"`echo '$''{'ol_cv_func_ctime_r_nargs'+set}'`\" = set"; then
8292   echo $ac_n "(cached) $ac_c" 1>&6
8293 else
8294   cat > conftest.$ac_ext <<EOF
8295 #line 8296 "configure"
8296 #include "confdefs.h"
8297 #include <time.h>
8298 int main() {
8299 time_t ti; char *buffer; ctime_r(&ti,buffer,32);
8300 ; return 0; }
8301 EOF
8302 if { (eval echo configure:8303: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8303   rm -rf conftest*
8304   ol_cv_func_ctime_r_nargs=3
8305 else
8306   echo "configure: failed program was:" >&5
8307   cat conftest.$ac_ext >&5
8308   rm -rf conftest*
8309   ol_cv_func_ctime_r_nargs=0
8310 fi
8311 rm -f conftest*
8312                 if test $ol_cv_func_ctime_r_nargs = 0 ; then
8313                         cat > conftest.$ac_ext <<EOF
8314 #line 8315 "configure"
8315 #include "confdefs.h"
8316 #include <time.h>
8317 int main() {
8318 time_t ti; char *buffer;
8319                                         ctime_r(&ti,buffer);
8320 ; return 0; }
8321 EOF
8322 if { (eval echo configure:8323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8323   rm -rf conftest*
8324   ol_cv_func_ctime_r_nargs=2
8325 else
8326   echo "configure: failed program was:" >&5
8327   cat conftest.$ac_ext >&5
8328   rm -rf conftest*
8329   ol_cv_func_ctime_r_nargs=0
8330 fi
8331 rm -f conftest*
8332                 fi
8333         
8334 fi
8335
8336 echo "$ac_t""$ol_cv_func_ctime_r_nargs" 1>&6
8337   if test $ol_cv_func_ctime_r_nargs -gt 1 ; then
8338     cat >> confdefs.h <<EOF
8339 #define CTIME_R_NARGS $ol_cv_func_ctime_r_nargs
8340 EOF
8341
8342   fi
8343
8344
8345 if test $ac_cv_func_strtok_r = yes \
8346         -a $ac_cv_func_ctime_r = yes \
8347         -a $ol_cv_func_ctime_r_nargs -ge 2 -a $ol_cv_func_ctime_r_nargs -le 3 \
8348         -a $ac_cv_func_gethostbyaddr_r = yes \
8349         -a $ac_cv_func_gethostbyname_r = yes \
8350         ; then
8351
8352         cat >> confdefs.h <<\EOF
8353 #define LDAP_API_FEATURE_X_OPENLDAP_REENTRANT 1
8354 EOF
8355
8356 fi
8357
8358 if test $ol_link_threads != no ; then
8359         cat >> confdefs.h <<\EOF
8360 #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
8361 EOF
8362
8363 fi
8364
8365 for ac_func in getopt strdup tempnam
8366 do
8367 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8368 echo "configure:8369: checking for $ac_func" >&5
8369 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8370   echo $ac_n "(cached) $ac_c" 1>&6
8371 else
8372   cat > conftest.$ac_ext <<EOF
8373 #line 8374 "configure"
8374 #include "confdefs.h"
8375 /* System header to define __stub macros and hopefully few prototypes,
8376     which can conflict with char $ac_func(); below.  */
8377 #include <assert.h>
8378 /* Override any gcc2 internal prototype to avoid an error.  */
8379 /* We use char because int might match the return type of a gcc2
8380     builtin and then its argument prototype would still apply.  */
8381 char $ac_func();
8382
8383 int main() {
8384
8385 /* The GNU C library defines this for functions which it implements
8386     to always fail with ENOSYS.  Some functions are actually named
8387     something starting with __ and the normal name is an alias.  */
8388 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8389 choke me
8390 #else
8391 $ac_func();
8392 #endif
8393
8394 ; return 0; }
8395 EOF
8396 if { (eval echo configure:8397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
8397   rm -rf conftest*
8398   eval "ac_cv_func_$ac_func=yes"
8399 else
8400   echo "configure: failed program was:" >&5
8401   cat conftest.$ac_ext >&5
8402   rm -rf conftest*
8403   eval "ac_cv_func_$ac_func=no"
8404 fi
8405 rm -f conftest*
8406 fi
8407
8408 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8409   echo "$ac_t""yes" 1>&6
8410     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8411   cat >> confdefs.h <<EOF
8412 #define $ac_tr_func 1
8413 EOF
8414  
8415 else
8416   echo "$ac_t""no" 1>&6
8417 LIBOBJS="$LIBOBJS ${ac_func}.o"
8418 fi
8419 done
8420
8421
8422
8423 # Check Configuration
8424
8425 echo $ac_n "checking declaration of sys_errlist""... $ac_c" 1>&6
8426 echo "configure:8427: checking declaration of sys_errlist" >&5
8427 if eval "test \"`echo '$''{'ol_cv_dcl_sys_errlist'+set}'`\" = set"; then
8428   echo $ac_n "(cached) $ac_c" 1>&6
8429 else
8430   
8431         cat > conftest.$ac_ext <<EOF
8432 #line 8433 "configure"
8433 #include "confdefs.h"
8434
8435 #include <stdio.h>
8436 #include <sys/types.h>
8437 #include <errno.h> 
8438 int main() {
8439 char *c = (char *) *sys_errlist
8440 ; return 0; }
8441 EOF
8442 if { (eval echo configure:8443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8443   rm -rf conftest*
8444   ol_cv_dcl_sys_errlist=yes
8445 else
8446   echo "configure: failed program was:" >&5
8447   cat conftest.$ac_ext >&5
8448   rm -rf conftest*
8449   ol_cv_dcl_sys_errlist=no
8450 fi
8451 rm -f conftest*
8452 fi
8453
8454 echo "$ac_t""$ol_cv_dcl_sys_errlist" 1>&6
8455
8456 # It's possible (for near-UNIX clones) that sys_errlist doesn't exist
8457 if test $ol_cv_dcl_sys_errlist = no ; then
8458         cat >> confdefs.h <<\EOF
8459 #define DECL_SYS_ERRLIST 1
8460 EOF
8461
8462         echo $ac_n "checking existence of sys_errlist""... $ac_c" 1>&6
8463 echo "configure:8464: checking existence of sys_errlist" >&5
8464         if eval "test \"`echo '$''{'ol_cv_have_sys_errlist'+set}'`\" = set"; then
8465   echo $ac_n "(cached) $ac_c" 1>&6
8466 else
8467   
8468                 cat > conftest.$ac_ext <<EOF
8469 #line 8470 "configure"
8470 #include "confdefs.h"
8471 #include <errno.h>
8472 int main() {
8473 char *c = (char *) *sys_errlist
8474 ; return 0; }
8475 EOF
8476 if { (eval echo configure:8477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
8477   rm -rf conftest*
8478   ol_cv_have_sys_errlist=yes
8479 else
8480   echo "configure: failed program was:" >&5
8481   cat conftest.$ac_ext >&5
8482   rm -rf conftest*
8483   ol_cv_have_sys_errlist=no
8484 fi
8485 rm -f conftest*
8486 fi
8487
8488         echo "$ac_t""$ol_cv_have_sys_errlist" 1>&6
8489 fi
8490
8491
8492
8493 if test "$ol_enable_debug" != no ; then
8494         cat >> confdefs.h <<\EOF
8495 #define LDAP_DEBUG 1
8496 EOF
8497
8498 fi
8499 if test "$ol_enable_syslog" = yes ; then
8500         cat >> confdefs.h <<\EOF
8501 #define LDAP_SYSLOG 1
8502 EOF
8503
8504 fi
8505 if test "$ol_enable_libui" = yes ; then
8506         cat >> confdefs.h <<\EOF
8507 #define LDAP_LIBUI 1
8508 EOF
8509
8510 fi
8511 if test "$ol_enable_cache" = no ; then
8512         cat >> confdefs.h <<\EOF
8513 #define LDAP_NOCACHE 1
8514 EOF
8515
8516 fi
8517 if test "$ol_enable_dns" != no ; then
8518         cat >> confdefs.h <<\EOF
8519 #define LDAP_API_FEATURE_X_OPENLDAP_V2_DNS 1
8520 EOF
8521
8522 fi
8523 if test "$ol_enable_proctitle" != no ; then
8524         cat >> confdefs.h <<\EOF
8525 #define LDAP_PROCTITLE 1
8526 EOF
8527
8528 fi
8529 if test "$ol_enable_referrals" != no ; then
8530         cat >> confdefs.h <<\EOF
8531 #define LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS 1
8532 EOF
8533
8534 fi
8535 if test "$ol_enable_cldap" != no ; then
8536         cat >> confdefs.h <<\EOF
8537 #define LDAP_CONNECTIONLESS 1
8538 EOF
8539
8540 fi
8541
8542 if test "$ol_enable_aclgroups" != no ; then
8543         cat >> confdefs.h <<\EOF
8544 #define SLAPD_ACLGROUPS 1
8545 EOF
8546
8547 fi
8548 if test "$ol_enable_crypt" != no ; then
8549         cat >> confdefs.h <<\EOF
8550 #define SLAPD_CRYPT 1
8551 EOF
8552
8553 fi
8554 if test "$ol_enable_cleartext" != no ; then
8555         cat >> confdefs.h <<\EOF
8556 #define SLAPD_CLEARTEXT 1
8557 EOF
8558
8559 fi
8560 if test "$ol_enable_phonetic" != no ; then
8561         cat >> confdefs.h <<\EOF
8562 #define SLAPD_PHONETIC 1
8563 EOF
8564
8565 fi
8566 if test "$ol_enable_rlookups" != no ; then
8567         cat >> confdefs.h <<\EOF
8568 #define SLAPD_RLOOKUPS 1
8569 EOF
8570
8571 fi
8572
8573 if test "$ol_link_ldbm" != no ; then
8574         cat >> confdefs.h <<\EOF
8575 #define SLAPD_LDBM 1
8576 EOF
8577
8578         BUILD_SLAPD=yes
8579         BUILD_LDBM=yes
8580 fi
8581
8582 if test "$ol_enable_passwd" != no ; then
8583         cat >> confdefs.h <<\EOF
8584 #define SLAPD_PASSWD 1
8585 EOF
8586
8587         BUILD_SLAPD=yes
8588         BUILD_PASSWD=yes
8589 fi
8590
8591 if test "$ol_enable_shell" != no ; then
8592         cat >> confdefs.h <<\EOF
8593 #define SLAPD_SHELL 1
8594 EOF
8595
8596         BUILD_SLAPD=yes
8597         BUILD_SHELL=yes
8598 fi
8599
8600 if test "$ol_enable_slurpd" != no -a "$ol_link_threads" != no -a \
8601         $BUILD_SLAPD = yes ; then
8602         BUILD_SLURPD=yes
8603 fi
8604
8605 if test "$ol_link_isode" != no ; then
8606         BUILD_LDAPD=yes
8607 fi
8608
8609
8610
8611
8612   
8613   
8614   
8615
8616
8617
8618
8619
8620
8621
8622
8623
8624
8625
8626
8627
8628
8629 trap '' 1 2 15
8630 cat > confcache <<\EOF
8631 # This file is a shell script that caches the results of configure
8632 # tests run on this system so they can be shared between configure
8633 # scripts and configure runs.  It is not useful on other systems.
8634 # If it contains results you don't want to keep, you may remove or edit it.
8635 #
8636 # By default, configure uses ./config.cache as the cache file,
8637 # creating it if it does not exist already.  You can give configure
8638 # the --cache-file=FILE option to use a different cache file; that is
8639 # what configure does when it calls configure scripts in
8640 # subdirectories, so they share the cache.
8641 # Giving --cache-file=/dev/null disables caching, for debugging configure.
8642 # config.status only pays attention to the cache file if you give it the
8643 # --recheck option to rerun configure.
8644 #
8645 EOF
8646 # The following way of writing the cache mishandles newlines in values,
8647 # but we know of no workaround that is simple, portable, and efficient.
8648 # So, don't put newlines in cache variables' values.
8649 # Ultrix sh set writes to stderr and can't be redirected directly,
8650 # and sets the high bit in the cache file unless we assign to the vars.
8651 (set) 2>&1 |
8652   case `(ac_space=' '; set) 2>&1` in
8653   *ac_space=\ *)
8654     # `set' does not quote correctly, so add quotes (double-quote substitution
8655     # turns \\\\ into \\, and sed turns \\ into \).
8656     sed -n \
8657       -e "s/'/'\\\\''/g" \
8658       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8659     ;;
8660   *)
8661     # `set' quotes correctly as required by POSIX, so do not add quotes.
8662     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8663     ;;
8664   esac >> confcache
8665 if cmp -s $cache_file confcache; then
8666   :
8667 else
8668   if test -w $cache_file; then
8669     echo "updating cache $cache_file"
8670     cat confcache > $cache_file
8671   else
8672     echo "not updating unwritable cache $cache_file"
8673   fi
8674 fi
8675 rm -f confcache
8676
8677 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
8678
8679 test "x$prefix" = xNONE && prefix=$ac_default_prefix
8680 # Let make expand exec_prefix.
8681 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
8682
8683 # Any assignment to VPATH causes Sun make to only execute
8684 # the first set of double-colon rules, so remove it if not needed.
8685 # If there is a colon in the path, we need to keep it.
8686 if test "x$srcdir" = x.; then
8687   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
8688 fi
8689
8690 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
8691
8692 DEFS=-DHAVE_CONFIG_H
8693
8694 # Without the "./", some shells look in PATH for config.status.
8695 : ${CONFIG_STATUS=./config.status}
8696
8697 echo creating $CONFIG_STATUS
8698 rm -f $CONFIG_STATUS
8699 cat > $CONFIG_STATUS <<EOF
8700 #! /bin/sh
8701 # Generated automatically by configure.
8702 # Run this file to recreate the current configuration.
8703 # This directory was configured as follows,
8704 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
8705 #
8706 # $0 $ac_configure_args
8707 #
8708 # Compiler output produced by configure, useful for debugging
8709 # configure, is in ./config.log if it exists.
8710
8711 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
8712 for ac_option
8713 do
8714   case "\$ac_option" in
8715   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8716     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
8717     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
8718   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
8719     echo "$CONFIG_STATUS generated by autoconf version 2.12"
8720     exit 0 ;;
8721   -help | --help | --hel | --he | --h)
8722     echo "\$ac_cs_usage"; exit 0 ;;
8723   *) echo "\$ac_cs_usage"; exit 1 ;;
8724   esac
8725 done
8726
8727 ac_given_srcdir=$srcdir
8728 ac_given_INSTALL="$INSTALL"
8729
8730 trap 'rm -fr `echo "\
8731 Makefile:build/top.mk:Makefile.in:build/dir.mk \
8732 doc/Makefile:build/top.mk:doc/Makefile.in:build/dir.mk \
8733 doc/man/Makefile:build/top.mk:doc/man/Makefile.in:build/dir.mk \
8734 doc/man/man1/Makefile:build/top.mk:doc/man/man1/Makefile.in:build/man.mk \
8735 doc/man/man3/Makefile:build/top.mk:doc/man/man3/Makefile.in:build/man.mk \
8736 doc/man/man5/Makefile:build/top.mk:doc/man/man5/Makefile.in:build/man.mk \
8737 doc/man/man8/Makefile:build/top.mk:doc/man/man8/Makefile.in:build/man.mk \
8738 clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk \
8739 clients/finger/Makefile:build/top.mk:clients/finger/Makefile.in:build/rules.mk \
8740 clients/fax500/Makefile:build/top.mk:clients/fax500/Makefile.in:build/rules.mk \
8741 clients/gopher/Makefile:build/top.mk:clients/gopher/Makefile.in:build/rules.mk \
8742 clients/mail500/Makefile:build/top.mk:clients/mail500/Makefile.in:build/rules.mk \
8743 clients/rcpt500/Makefile:build/top.mk:clients/rcpt500/Makefile.in:build/rules.mk \
8744 clients/ud/Makefile:build/top.mk:clients/ud/Makefile.in:build/rules.mk \
8745 clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk \
8746 include/Makefile:build/top.mk:include/Makefile.in \
8747 libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk      \
8748 libraries/libavl/Makefile:build/top.mk:libraries/libavl/Makefile.in:build/lib.mk:build/lib-static.mk    \
8749 libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk  \
8750 libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk  \
8751 libraries/libldap_r/Makefile:build/top.mk:libraries/libldap_r/Makefile.in:build/lib.mk:build/lib-shared.mk      \
8752 libraries/libldbm/Makefile:build/top.mk:libraries/libldbm/Makefile.in:build/lib.mk:build/lib-static.mk  \
8753 libraries/libldif/Makefile:build/top.mk:libraries/libldif/Makefile.in:build/lib.mk:build/lib-static.mk  \
8754 libraries/liblthread/Makefile:build/top.mk:libraries/liblthread/Makefile.in:build/lib.mk:build/lib-static.mk    \
8755 libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk        \
8756 servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk \
8757 servers/ldapd/Makefile:build/top.mk:servers/ldapd/Makefile.in:build/srv.mk \
8758 servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk \
8759 servers/slapd/back-ldbm/Makefile:build/top.mk:servers/slapd/back-ldbm/Makefile.in:build/srv.mk \
8760 servers/slapd/back-passwd/Makefile:build/top.mk:servers/slapd/back-passwd/Makefile.in:build/srv.mk \
8761 servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Makefile.in:build/srv.mk \
8762 servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk \
8763 servers/slapd/tools/Makefile:build/top.mk:servers/slapd/tools/Makefile.in \
8764 servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:build/srv.mk \
8765 tests/Makefile:build/top.mk:tests/Makefile.in \
8766  include/portable.h include/ldap_features.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
8767 EOF
8768 cat >> $CONFIG_STATUS <<EOF
8769
8770 # Protect against being on the right side of a sed subst in config.status.
8771 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
8772  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
8773 $ac_vpsub
8774 $extrasub
8775 s%@CFLAGS@%$CFLAGS%g
8776 s%@CPPFLAGS@%$CPPFLAGS%g
8777 s%@CXXFLAGS@%$CXXFLAGS%g
8778 s%@DEFS@%$DEFS%g
8779 s%@LDFLAGS@%$LDFLAGS%g
8780 s%@LIBS@%$LIBS%g
8781 s%@exec_prefix@%$exec_prefix%g
8782 s%@prefix@%$prefix%g
8783 s%@program_transform_name@%$program_transform_name%g
8784 s%@bindir@%$bindir%g
8785 s%@sbindir@%$sbindir%g
8786 s%@libexecdir@%$libexecdir%g
8787 s%@datadir@%$datadir%g
8788 s%@sysconfdir@%$sysconfdir%g
8789 s%@sharedstatedir@%$sharedstatedir%g
8790 s%@localstatedir@%$localstatedir%g
8791 s%@libdir@%$libdir%g
8792 s%@includedir@%$includedir%g
8793 s%@oldincludedir@%$oldincludedir%g
8794 s%@infodir@%$infodir%g
8795 s%@mandir@%$mandir%g
8796 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
8797 s%@INSTALL_DATA@%$INSTALL_DATA%g
8798 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
8799 s%@PACKAGE@%$PACKAGE%g
8800 s%@VERSION@%$VERSION%g
8801 s%@ACLOCAL@%$ACLOCAL%g
8802 s%@AUTOCONF@%$AUTOCONF%g
8803 s%@AUTOMAKE@%$AUTOMAKE%g
8804 s%@AUTOHEADER@%$AUTOHEADER%g
8805 s%@MAKEINFO@%$MAKEINFO%g
8806 s%@SET_MAKE@%$SET_MAKE%g
8807 s%@top_builddir@%$top_builddir%g
8808 s%@ldap_subdir@%$ldap_subdir%g
8809 s%@host@%$host%g
8810 s%@host_alias@%$host_alias%g
8811 s%@host_cpu@%$host_cpu%g
8812 s%@host_vendor@%$host_vendor%g
8813 s%@host_os@%$host_os%g
8814 s%@RANLIB@%$RANLIB%g
8815 s%@CC@%$CC%g
8816 s%@LD@%$LD%g
8817 s%@NM@%$NM%g
8818 s%@LN_S@%$LN_S%g
8819 s%@LIBTOOL@%$LIBTOOL%g
8820 s%@SENDMAIL@%$SENDMAIL%g
8821 s%@EDITOR@%$EDITOR%g
8822 s%@FINGER@%$FINGER%g
8823 s%@CPP@%$CPP%g
8824 s%@PEPSY@%$PEPSY%g
8825 s%@LIBOBJS@%$LIBOBJS%g
8826 s%@BUILD_LDAPD@%$BUILD_LDAPD%g
8827 s%@BUILD_SLAPD@%$BUILD_SLAPD%g
8828 s%@BUILD_LDBM@%$BUILD_LDBM%g
8829 s%@BUILD_PASSWD@%$BUILD_PASSWD%g
8830 s%@BUILD_SHELL@%$BUILD_SHELL%g
8831 s%@BUILD_SLURPD@%$BUILD_SLURPD%g
8832 s%@LDAP_LIBS@%$LDAP_LIBS%g
8833 s%@LDAPD_LIBS@%$LDAPD_LIBS%g
8834 s%@SLAPD_LIBS@%$SLAPD_LIBS%g
8835 s%@SLURPD_LIBS@%$SLURPD_LIBS%g
8836 s%@LDBM_LIBS@%$LDBM_LIBS%g
8837 s%@LTHREAD_LIBS@%$LTHREAD_LIBS%g
8838 s%@LUTIL_LIBS@%$LUTIL_LIBS%g
8839 s%@KRB_LIBS@%$KRB_LIBS%g
8840 s%@TERMCAP_LIBS@%$TERMCAP_LIBS%g
8841
8842 CEOF
8843 EOF
8844
8845 cat >> $CONFIG_STATUS <<\EOF
8846
8847 # Split the substitutions into bite-sized pieces for seds with
8848 # small command number limits, like on Digital OSF/1 and HP-UX.
8849 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
8850 ac_file=1 # Number of current file.
8851 ac_beg=1 # First line for current file.
8852 ac_end=$ac_max_sed_cmds # Line after last line for current file.
8853 ac_more_lines=:
8854 ac_sed_cmds=""
8855 while $ac_more_lines; do
8856   if test $ac_beg -gt 1; then
8857     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
8858   else
8859     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
8860   fi
8861   if test ! -s conftest.s$ac_file; then
8862     ac_more_lines=false
8863     rm -f conftest.s$ac_file
8864   else
8865     if test -z "$ac_sed_cmds"; then
8866       ac_sed_cmds="sed -f conftest.s$ac_file"
8867     else
8868       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
8869     fi
8870     ac_file=`expr $ac_file + 1`
8871     ac_beg=$ac_end
8872     ac_end=`expr $ac_end + $ac_max_sed_cmds`
8873   fi
8874 done
8875 if test -z "$ac_sed_cmds"; then
8876   ac_sed_cmds=cat
8877 fi
8878 EOF
8879
8880 cat >> $CONFIG_STATUS <<EOF
8881
8882 CONFIG_FILES=\${CONFIG_FILES-"\
8883 Makefile:build/top.mk:Makefile.in:build/dir.mk \
8884 doc/Makefile:build/top.mk:doc/Makefile.in:build/dir.mk \
8885 doc/man/Makefile:build/top.mk:doc/man/Makefile.in:build/dir.mk \
8886 doc/man/man1/Makefile:build/top.mk:doc/man/man1/Makefile.in:build/man.mk \
8887 doc/man/man3/Makefile:build/top.mk:doc/man/man3/Makefile.in:build/man.mk \
8888 doc/man/man5/Makefile:build/top.mk:doc/man/man5/Makefile.in:build/man.mk \
8889 doc/man/man8/Makefile:build/top.mk:doc/man/man8/Makefile.in:build/man.mk \
8890 clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk \
8891 clients/finger/Makefile:build/top.mk:clients/finger/Makefile.in:build/rules.mk \
8892 clients/fax500/Makefile:build/top.mk:clients/fax500/Makefile.in:build/rules.mk \
8893 clients/gopher/Makefile:build/top.mk:clients/gopher/Makefile.in:build/rules.mk \
8894 clients/mail500/Makefile:build/top.mk:clients/mail500/Makefile.in:build/rules.mk \
8895 clients/rcpt500/Makefile:build/top.mk:clients/rcpt500/Makefile.in:build/rules.mk \
8896 clients/ud/Makefile:build/top.mk:clients/ud/Makefile.in:build/rules.mk \
8897 clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk \
8898 include/Makefile:build/top.mk:include/Makefile.in \
8899 libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk      \
8900 libraries/libavl/Makefile:build/top.mk:libraries/libavl/Makefile.in:build/lib.mk:build/lib-static.mk    \
8901 libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk  \
8902 libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk  \
8903 libraries/libldap_r/Makefile:build/top.mk:libraries/libldap_r/Makefile.in:build/lib.mk:build/lib-shared.mk      \
8904 libraries/libldbm/Makefile:build/top.mk:libraries/libldbm/Makefile.in:build/lib.mk:build/lib-static.mk  \
8905 libraries/libldif/Makefile:build/top.mk:libraries/libldif/Makefile.in:build/lib.mk:build/lib-static.mk  \
8906 libraries/liblthread/Makefile:build/top.mk:libraries/liblthread/Makefile.in:build/lib.mk:build/lib-static.mk    \
8907 libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk        \
8908 servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk \
8909 servers/ldapd/Makefile:build/top.mk:servers/ldapd/Makefile.in:build/srv.mk \
8910 servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk \
8911 servers/slapd/back-ldbm/Makefile:build/top.mk:servers/slapd/back-ldbm/Makefile.in:build/srv.mk \
8912 servers/slapd/back-passwd/Makefile:build/top.mk:servers/slapd/back-passwd/Makefile.in:build/srv.mk \
8913 servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Makefile.in:build/srv.mk \
8914 servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk \
8915 servers/slapd/tools/Makefile:build/top.mk:servers/slapd/tools/Makefile.in \
8916 servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:build/srv.mk \
8917 tests/Makefile:build/top.mk:tests/Makefile.in \
8918 "}
8919 EOF
8920 cat >> $CONFIG_STATUS <<\EOF
8921 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
8922   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8923   case "$ac_file" in
8924   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
8925        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
8926   *) ac_file_in="${ac_file}.in" ;;
8927   esac
8928
8929   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
8930
8931   # Remove last slash and all that follows it.  Not all systems have dirname.
8932   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
8933   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
8934     # The file is in a subdirectory.
8935     test ! -d "$ac_dir" && mkdir "$ac_dir"
8936     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
8937     # A "../" for each directory in $ac_dir_suffix.
8938     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
8939   else
8940     ac_dir_suffix= ac_dots=
8941   fi
8942
8943   case "$ac_given_srcdir" in
8944   .)  srcdir=.
8945       if test -z "$ac_dots"; then top_srcdir=.
8946       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
8947   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
8948   *) # Relative path.
8949     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
8950     top_srcdir="$ac_dots$ac_given_srcdir" ;;
8951   esac
8952
8953   case "$ac_given_INSTALL" in
8954   [/$]*) INSTALL="$ac_given_INSTALL" ;;
8955   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
8956   esac
8957
8958   echo creating "$ac_file"
8959   rm -f "$ac_file"
8960   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
8961   case "$ac_file" in
8962   *Makefile*) ac_comsub="1i\\
8963 # $configure_input" ;;
8964   *) ac_comsub= ;;
8965   esac
8966
8967   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
8968   sed -e "$ac_comsub
8969 s%@configure_input@%$configure_input%g
8970 s%@srcdir@%$srcdir%g
8971 s%@top_srcdir@%$top_srcdir%g
8972 s%@INSTALL@%$INSTALL%g
8973 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
8974 fi; done
8975 rm -f conftest.s*
8976
8977 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
8978 # NAME is the cpp macro being defined and VALUE is the value it is being given.
8979 #
8980 # ac_d sets the value in "#define NAME VALUE" lines.
8981 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
8982 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
8983 ac_dC='\3'
8984 ac_dD='%g'
8985 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
8986 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
8987 ac_uB='\([      ]\)%\1#\2define\3'
8988 ac_uC=' '
8989 ac_uD='\4%g'
8990 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
8991 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
8992 ac_eB='$%\1#\2define\3'
8993 ac_eC=' '
8994 ac_eD='%g'
8995
8996 if test "${CONFIG_HEADERS+set}" != set; then
8997 EOF
8998 cat >> $CONFIG_STATUS <<EOF
8999   CONFIG_HEADERS="include/portable.h include/ldap_features.h"
9000 EOF
9001 cat >> $CONFIG_STATUS <<\EOF
9002 fi
9003 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
9004   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
9005   case "$ac_file" in
9006   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
9007        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
9008   *) ac_file_in="${ac_file}.in" ;;
9009   esac
9010
9011   echo creating $ac_file
9012
9013   rm -f conftest.frag conftest.in conftest.out
9014   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
9015   cat $ac_file_inputs > conftest.in
9016
9017 EOF
9018
9019 # Transform confdefs.h into a sed script conftest.vals that substitutes
9020 # the proper values into config.h.in to produce config.h.  And first:
9021 # Protect against being on the right side of a sed subst in config.status.
9022 # Protect against being in an unquoted here document in config.status.
9023 rm -f conftest.vals
9024 cat > conftest.hdr <<\EOF
9025 s/[\\&%]/\\&/g
9026 s%[\\$`]%\\&%g
9027 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
9028 s%ac_d%ac_u%gp
9029 s%ac_u%ac_e%gp
9030 EOF
9031 sed -n -f conftest.hdr confdefs.h > conftest.vals
9032 rm -f conftest.hdr
9033
9034 # This sed command replaces #undef with comments.  This is necessary, for
9035 # example, in the case of _POSIX_SOURCE, which is predefined and required
9036 # on some systems where configure will not decide to define it.
9037 cat >> conftest.vals <<\EOF
9038 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
9039 EOF
9040
9041 # Break up conftest.vals because some shells have a limit on
9042 # the size of here documents, and old seds have small limits too.
9043
9044 rm -f conftest.tail
9045 while :
9046 do
9047   ac_lines=`grep -c . conftest.vals`
9048   # grep -c gives empty output for an empty file on some AIX systems.
9049   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
9050   # Write a limited-size here document to conftest.frag.
9051   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
9052   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
9053   echo 'CEOF
9054   sed -f conftest.frag conftest.in > conftest.out
9055   rm -f conftest.in
9056   mv conftest.out conftest.in
9057 ' >> $CONFIG_STATUS
9058   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
9059   rm -f conftest.vals
9060   mv conftest.tail conftest.vals
9061 done
9062 rm -f conftest.vals
9063
9064 cat >> $CONFIG_STATUS <<\EOF
9065   rm -f conftest.frag conftest.h
9066   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
9067   cat conftest.in >> conftest.h
9068   rm -f conftest.in
9069   if cmp -s $ac_file conftest.h 2>/dev/null; then
9070     echo "$ac_file is unchanged"
9071     rm -f conftest.h
9072   else
9073     # Remove last slash and all that follows it.  Not all systems have dirname.
9074       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
9075       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
9076       # The file is in a subdirectory.
9077       test ! -d "$ac_dir" && mkdir "$ac_dir"
9078     fi
9079     rm -f $ac_file
9080     mv conftest.h $ac_file
9081   fi
9082 fi; done
9083
9084 EOF
9085 cat >> $CONFIG_STATUS <<EOF
9086
9087 EOF
9088 cat >> $CONFIG_STATUS <<\EOF
9089
9090 date > stamp-h
9091 echo Please \"make depend\" to build dependencies
9092
9093 exit 0
9094 EOF
9095 chmod +x $CONFIG_STATUS
9096 rm -fr confdefs* $ac_clean_files
9097 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
9098