]> git.sur5r.net Git - openldap/blob - configure
Cleanup thread handling to resolve non-exiting daemons on FreeBSD.
[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 -lresolv""... $ac_c" 1>&6
2701 echo "configure:2702: checking for res_search in -lresolv" >&5
2702 ac_lib_var=`echo resolv'_'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="-lresolv  $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 resolv | 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="-lresolv $LIBS"
2742
2743 else
2744   echo "$ac_t""no" 1>&6
2745 fi
2746
2747
2748 echo $ac_n "checking for sigset in -lV3""... $ac_c" 1>&6
2749 echo "configure:2750: checking for sigset in -lV3" >&5
2750 ac_lib_var=`echo V3'_'sigset | sed 'y%./+-%__p_%'`
2751 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2752   echo $ac_n "(cached) $ac_c" 1>&6
2753 else
2754   ac_save_LIBS="$LIBS"
2755 LIBS="-lV3  $LIBS"
2756 cat > conftest.$ac_ext <<EOF
2757 #line 2758 "configure"
2758 #include "confdefs.h"
2759 /* Override any gcc2 internal prototype to avoid an error.  */
2760 /* We use char because int might match the return type of a gcc2
2761     builtin and then its argument prototype would still apply.  */
2762 char sigset();
2763
2764 int main() {
2765 sigset()
2766 ; return 0; }
2767 EOF
2768 if { (eval echo configure:2769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2769   rm -rf conftest*
2770   eval "ac_cv_lib_$ac_lib_var=yes"
2771 else
2772   echo "configure: failed program was:" >&5
2773   cat conftest.$ac_ext >&5
2774   rm -rf conftest*
2775   eval "ac_cv_lib_$ac_lib_var=no"
2776 fi
2777 rm -f conftest*
2778 LIBS="$ac_save_LIBS"
2779
2780 fi
2781 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2782   echo "$ac_t""yes" 1>&6
2783     ac_tr_lib=HAVE_LIB`echo V3 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2784     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2785   cat >> confdefs.h <<EOF
2786 #define $ac_tr_lib 1
2787 EOF
2788
2789   LIBS="-lV3 $LIBS"
2790
2791 else
2792   echo "$ac_t""no" 1>&6
2793 fi
2794
2795
2796 # ISODE tests
2797 ol_link_isode=no
2798 if test $ol_enable_ldapd != no ; then
2799                 echo $ac_n "checking for main in -lxtpp""... $ac_c" 1>&6
2800 echo "configure:2801: checking for main in -lxtpp" >&5
2801 ac_lib_var=`echo xtpp'_'main | sed 'y%./+-%__p_%'`
2802 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2803   echo $ac_n "(cached) $ac_c" 1>&6
2804 else
2805   ac_save_LIBS="$LIBS"
2806 LIBS="-lxtpp -lxtdsap -lxtisode -losi $LIBS"
2807 cat > conftest.$ac_ext <<EOF
2808 #line 2809 "configure"
2809 #include "confdefs.h"
2810
2811 int main() {
2812 main()
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   
2831                 ol_link_isode=yes
2832                 cat >> confdefs.h <<\EOF
2833 #define HAVE_XTPP 1
2834 EOF
2835
2836                 LDAPD_LIBS="$LDAPD_LIBS -lxtpp -lxtdsap -lxtisode -losi"
2837                 
2838 else
2839   echo "$ac_t""no" 1>&6
2840 :
2841 fi
2842
2843         echo $ac_n "checking for main in -ldsap""... $ac_c" 1>&6
2844 echo "configure:2845: checking for main in -ldsap" >&5
2845 ac_lib_var=`echo dsap'_'main | sed 'y%./+-%__p_%'`
2846 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2847   echo $ac_n "(cached) $ac_c" 1>&6
2848 else
2849   ac_save_LIBS="$LIBS"
2850 LIBS="-ldsap -lisode $LIBS"
2851 cat > conftest.$ac_ext <<EOF
2852 #line 2853 "configure"
2853 #include "confdefs.h"
2854
2855 int main() {
2856 main()
2857 ; return 0; }
2858 EOF
2859 if { (eval echo configure:2860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2860   rm -rf conftest*
2861   eval "ac_cv_lib_$ac_lib_var=yes"
2862 else
2863   echo "configure: failed program was:" >&5
2864   cat conftest.$ac_ext >&5
2865   rm -rf conftest*
2866   eval "ac_cv_lib_$ac_lib_var=no"
2867 fi
2868 rm -f conftest*
2869 LIBS="$ac_save_LIBS"
2870
2871 fi
2872 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2873   echo "$ac_t""yes" 1>&6
2874   
2875                 ol_link_isode=yes
2876                 cat >> confdefs.h <<\EOF
2877 #define HAVE_DSAP 1
2878 EOF
2879
2880                 LDAPD_LIBS="$LDAPD_LIBS -ldsap"
2881                 
2882 else
2883   echo "$ac_t""no" 1>&6
2884 :
2885 fi
2886
2887         echo $ac_n "checking for main in -lisode""... $ac_c" 1>&6
2888 echo "configure:2889: checking for main in -lisode" >&5
2889 ac_lib_var=`echo isode'_'main | sed 'y%./+-%__p_%'`
2890 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2891   echo $ac_n "(cached) $ac_c" 1>&6
2892 else
2893   ac_save_LIBS="$LIBS"
2894 LIBS="-lisode  $LIBS"
2895 cat > conftest.$ac_ext <<EOF
2896 #line 2897 "configure"
2897 #include "confdefs.h"
2898
2899 int main() {
2900 main()
2901 ; return 0; }
2902 EOF
2903 if { (eval echo configure:2904: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2904   rm -rf conftest*
2905   eval "ac_cv_lib_$ac_lib_var=yes"
2906 else
2907   echo "configure: failed program was:" >&5
2908   cat conftest.$ac_ext >&5
2909   rm -rf conftest*
2910   eval "ac_cv_lib_$ac_lib_var=no"
2911 fi
2912 rm -f conftest*
2913 LIBS="$ac_save_LIBS"
2914
2915 fi
2916 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2917   echo "$ac_t""yes" 1>&6
2918   
2919                 ol_link_isode=yes
2920                 cat >> confdefs.h <<\EOF
2921 #define HAVE_ISODE 1
2922 EOF
2923
2924                 LDAPD_LIBS="$LDAPD_LIBS -lisode"
2925                 
2926 else
2927   echo "$ac_t""no" 1>&6
2928 :
2929 fi
2930
2931 fi
2932
2933 if test $ol_link_isode != no; then
2934         echo $ac_n "checking for main in -lpp""... $ac_c" 1>&6
2935 echo "configure:2936: checking for main in -lpp" >&5
2936 ac_lib_var=`echo pp'_'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="-lpp  $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                 cat >> confdefs.h <<\EOF
2967 #define HAVE_PP 1
2968 EOF
2969
2970                 LDAPD_LIBS="-lpp $LDAPD_LIBS"
2971                 
2972 else
2973   echo "$ac_t""no" 1>&6
2974 :
2975 fi
2976
2977
2978         # Extract the first word of "pepsy", so it can be a program name with args.
2979 set dummy pepsy; ac_word=$2
2980 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2981 echo "configure:2982: checking for $ac_word" >&5
2982 if eval "test \"`echo '$''{'ac_cv_path_PEPSY'+set}'`\" = set"; then
2983   echo $ac_n "(cached) $ac_c" 1>&6
2984 else
2985   case "$PEPSY" in
2986   /*)
2987   ac_cv_path_PEPSY="$PEPSY" # Let the user override the test with a path.
2988   ;;
2989   *)
2990   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2991   for ac_dir in $PATH; do
2992     test -z "$ac_dir" && ac_dir=.
2993     if test -f $ac_dir/$ac_word; then
2994       ac_cv_path_PEPSY="$ac_dir/$ac_word"
2995       break
2996     fi
2997   done
2998   IFS="$ac_save_ifs"
2999   ;;
3000 esac
3001 fi
3002 PEPSY="$ac_cv_path_PEPSY"
3003 if test -n "$PEPSY"; then
3004   echo "$ac_t""$PEPSY" 1>&6
3005 else
3006   echo "$ac_t""no" 1>&6
3007 fi
3008
3009 fi
3010
3011 ol_link_kerberos=no
3012
3013 if test $ol_with_kerberos = auto -o $ol_with_kerberos = k5 ; then
3014         for ac_hdr in kerberosIV/krb.h kerberosIV/des.h
3015 do
3016 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3017 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3018 echo "configure:3019: checking for $ac_hdr" >&5
3019 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3020   echo $ac_n "(cached) $ac_c" 1>&6
3021 else
3022   cat > conftest.$ac_ext <<EOF
3023 #line 3024 "configure"
3024 #include "confdefs.h"
3025 #include <$ac_hdr>
3026 EOF
3027 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3028 { (eval echo configure:3029: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3029 ac_err=`grep -v '^ *+' conftest.out`
3030 if test -z "$ac_err"; then
3031   rm -rf conftest*
3032   eval "ac_cv_header_$ac_safe=yes"
3033 else
3034   echo "$ac_err" >&5
3035   echo "configure: failed program was:" >&5
3036   cat conftest.$ac_ext >&5
3037   rm -rf conftest*
3038   eval "ac_cv_header_$ac_safe=no"
3039 fi
3040 rm -f conftest*
3041 fi
3042 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3043   echo "$ac_t""yes" 1>&6
3044     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3045   cat >> confdefs.h <<EOF
3046 #define $ac_tr_hdr 1
3047 EOF
3048  
3049 else
3050   echo "$ac_t""no" 1>&6
3051 fi
3052 done
3053
3054
3055         if test $ac_cv_header_kerberosIV_krb_h = yes ; then
3056                 echo $ac_n "checking for main in -lkrb4""... $ac_c" 1>&6
3057 echo "configure:3058: checking for main in -lkrb4" >&5
3058 ac_lib_var=`echo krb4'_'main | sed 'y%./+-%__p_%'`
3059 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3060   echo $ac_n "(cached) $ac_c" 1>&6
3061 else
3062   ac_save_LIBS="$LIBS"
3063 LIBS="-lkrb4 -lkrb5 -ldes425 $LIBS"
3064 cat > conftest.$ac_ext <<EOF
3065 #line 3066 "configure"
3066 #include "confdefs.h"
3067
3068 int main() {
3069 main()
3070 ; return 0; }
3071 EOF
3072 if { (eval echo configure:3073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3073   rm -rf conftest*
3074   eval "ac_cv_lib_$ac_lib_var=yes"
3075 else
3076   echo "configure: failed program was:" >&5
3077   cat conftest.$ac_ext >&5
3078   rm -rf conftest*
3079   eval "ac_cv_lib_$ac_lib_var=no"
3080 fi
3081 rm -f conftest*
3082 LIBS="$ac_save_LIBS"
3083
3084 fi
3085 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3086   echo "$ac_t""yes" 1>&6
3087   have_k5=yes
3088 else
3089   echo "$ac_t""no" 1>&6
3090 have_k5=no
3091 fi
3092
3093
3094                 if test $have_k5 = yes ; then
3095                         ol_with_kerberos=found
3096                         ol_link_kerberos=yes
3097
3098                         cat >> confdefs.h <<\EOF
3099 #define HAVE_KERBEROS 1
3100 EOF
3101
3102                         KRB_LIBS="-lkrb4 -lkrb5 -ldes425"
3103                 fi
3104         fi
3105 fi
3106
3107 if test $ol_with_kerberos = auto -o $ol_with_kerberos = k4 ; then
3108         for ac_hdr in krb.h des.h
3109 do
3110 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3111 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3112 echo "configure:3113: checking for $ac_hdr" >&5
3113 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3114   echo $ac_n "(cached) $ac_c" 1>&6
3115 else
3116   cat > conftest.$ac_ext <<EOF
3117 #line 3118 "configure"
3118 #include "confdefs.h"
3119 #include <$ac_hdr>
3120 EOF
3121 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3122 { (eval echo configure:3123: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3123 ac_err=`grep -v '^ *+' conftest.out`
3124 if test -z "$ac_err"; then
3125   rm -rf conftest*
3126   eval "ac_cv_header_$ac_safe=yes"
3127 else
3128   echo "$ac_err" >&5
3129   echo "configure: failed program was:" >&5
3130   cat conftest.$ac_ext >&5
3131   rm -rf conftest*
3132   eval "ac_cv_header_$ac_safe=no"
3133 fi
3134 rm -f conftest*
3135 fi
3136 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3137   echo "$ac_t""yes" 1>&6
3138     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3139   cat >> confdefs.h <<EOF
3140 #define $ac_tr_hdr 1
3141 EOF
3142  
3143 else
3144   echo "$ac_t""no" 1>&6
3145 fi
3146 done
3147
3148
3149         if test $ac_cv_header_krb_h = yes ; then
3150                 echo $ac_n "checking for main in -lkrb""... $ac_c" 1>&6
3151 echo "configure:3152: checking for main in -lkrb" >&5
3152 ac_lib_var=`echo krb'_'main | sed 'y%./+-%__p_%'`
3153 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3154   echo $ac_n "(cached) $ac_c" 1>&6
3155 else
3156   ac_save_LIBS="$LIBS"
3157 LIBS="-lkrb -ldes $LIBS"
3158 cat > conftest.$ac_ext <<EOF
3159 #line 3160 "configure"
3160 #include "confdefs.h"
3161
3162 int main() {
3163 main()
3164 ; return 0; }
3165 EOF
3166 if { (eval echo configure:3167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3167   rm -rf conftest*
3168   eval "ac_cv_lib_$ac_lib_var=yes"
3169 else
3170   echo "configure: failed program was:" >&5
3171   cat conftest.$ac_ext >&5
3172   rm -rf conftest*
3173   eval "ac_cv_lib_$ac_lib_var=no"
3174 fi
3175 rm -f conftest*
3176 LIBS="$ac_save_LIBS"
3177
3178 fi
3179 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3180   echo "$ac_t""yes" 1>&6
3181   have_k4=yes
3182 else
3183   echo "$ac_t""no" 1>&6
3184 have_k4=no
3185 fi
3186
3187
3188                 if test $have_k4 = yes ; then
3189                         ol_with_kerberos=found
3190                         ol_link_kerberos=yes
3191
3192                         cat >> confdefs.h <<\EOF
3193 #define HAVE_KERBEROS 1
3194 EOF
3195
3196                         KRB_LIBS="-lkrb -ldes"
3197                 fi
3198         fi
3199 fi
3200
3201
3202 ol_link_threads=no
3203 if test $ol_with_threads = auto -o $ol_with_threads = yes \
3204         -o $ol_with_threads = posix ; then
3205
3206         for ac_hdr in pthread.h sched.h
3207 do
3208 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3209 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3210 echo "configure:3211: checking for $ac_hdr" >&5
3211 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3212   echo $ac_n "(cached) $ac_c" 1>&6
3213 else
3214   cat > conftest.$ac_ext <<EOF
3215 #line 3216 "configure"
3216 #include "confdefs.h"
3217 #include <$ac_hdr>
3218 EOF
3219 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3220 { (eval echo configure:3221: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3221 ac_err=`grep -v '^ *+' conftest.out`
3222 if test -z "$ac_err"; then
3223   rm -rf conftest*
3224   eval "ac_cv_header_$ac_safe=yes"
3225 else
3226   echo "$ac_err" >&5
3227   echo "configure: failed program was:" >&5
3228   cat conftest.$ac_ext >&5
3229   rm -rf conftest*
3230   eval "ac_cv_header_$ac_safe=no"
3231 fi
3232 rm -f conftest*
3233 fi
3234 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3235   echo "$ac_t""yes" 1>&6
3236     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3237   cat >> confdefs.h <<EOF
3238 #define $ac_tr_hdr 1
3239 EOF
3240  
3241 else
3242   echo "$ac_t""no" 1>&6
3243 fi
3244 done
3245
3246
3247         if test $ac_cv_header_pthread_h = yes ; then
3248                 echo $ac_n "checking POSIX thread version""... $ac_c" 1>&6
3249 echo "configure:3250: checking POSIX thread version" >&5
3250 if eval "test \"`echo '$''{'ol_cv_pthread_version'+set}'`\" = set"; then
3251   echo $ac_n "(cached) $ac_c" 1>&6
3252 else
3253   
3254         cat > conftest.$ac_ext <<EOF
3255 #line 3256 "configure"
3256 #include "confdefs.h"
3257
3258 #               include <pthread.h>
3259                 /* this check could be improved */
3260 #               ifdef PTHREAD_ONCE_INIT
3261                         pthread_version_final
3262 #               endif
3263         
3264 EOF
3265 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3266   egrep "pthread_version_final" >/dev/null 2>&1; then
3267   rm -rf conftest*
3268   ol_pthread_final=yes
3269 else
3270   rm -rf conftest*
3271   ol_pthread_final=no
3272 fi
3273 rm -f conftest*
3274
3275
3276         cat > conftest.$ac_ext <<EOF
3277 #line 3278 "configure"
3278 #include "confdefs.h"
3279
3280 #               include <pthread.h>
3281                 /* this check could be improved */
3282 #               ifdef pthread_once_init
3283                         pthread_version_draft4
3284 #               endif
3285         
3286 EOF
3287 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3288   egrep "pthread_version_draft4" >/dev/null 2>&1; then
3289   rm -rf conftest*
3290   ol_pthread_draft4=yes
3291 else
3292   rm -rf conftest*
3293   ol_pthread_draft4=no
3294 fi
3295 rm -f conftest*
3296
3297
3298         if test $ol_pthread_final = yes -a $ol_pthread_draft4 = no; then
3299                 ol_cv_pthread_version=final
3300         elif test $ol_pthread_final = no -a $ol_pthread_draft4 = yes; then
3301                 ol_cv_pthread_version=draft4
3302         else
3303                 ol_cv_pthread_version=unknown
3304         fi
3305
3306 fi
3307
3308 echo "$ac_t""$ol_cv_pthread_version" 1>&6
3309
3310
3311                 if test $ol_cv_pthread_version = final ; then
3312                         cat >> confdefs.h <<\EOF
3313 #define HAVE_PTHREADS_FINAL 1
3314 EOF
3315
3316                 elif test $ol_cv_pthread_version = draft4 ; then
3317                         cat >> confdefs.h <<\EOF
3318 #define HAVE_PTHREADS_D4 1
3319 EOF
3320
3321                 else
3322                         { echo "configure: error: unknown pthread version" 1>&2; exit 1; }
3323                 fi
3324
3325                 # consider threads found
3326                 ol_with_threads=found
3327
3328                 
3329 echo $ac_n "checking for LinuxThreads""... $ac_c" 1>&6
3330 echo "configure:3331: checking for LinuxThreads" >&5
3331 if eval "test \"`echo '$''{'ol_cv_linux_threads'+set}'`\" = set"; then
3332   echo $ac_n "(cached) $ac_c" 1>&6
3333 else
3334   
3335         res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l`
3336         if test "$res" -gt 0 ; then
3337                 ol_cv_linux_threads=yes
3338         else
3339                 ol_cv_linux_threads=no
3340         fi
3341
3342 fi
3343
3344 echo "$ac_t""$ol_cv_linux_threads" 1>&6
3345
3346
3347                 if test $ol_cv_linux_threads = yes ; then
3348                         cat >> confdefs.h <<\EOF
3349 #define HAVE_LINUX_THREADS 1
3350 EOF
3351
3352                 fi
3353
3354                 
3355                                 echo $ac_n "checking for pthread_create""... $ac_c" 1>&6
3356 echo "configure:3357: checking for pthread_create" >&5
3357 if eval "test \"`echo '$''{'ac_cv_func_pthread_create'+set}'`\" = set"; then
3358   echo $ac_n "(cached) $ac_c" 1>&6
3359 else
3360   cat > conftest.$ac_ext <<EOF
3361 #line 3362 "configure"
3362 #include "confdefs.h"
3363 /* System header to define __stub macros and hopefully few prototypes,
3364     which can conflict with char pthread_create(); below.  */
3365 #include <assert.h>
3366 /* Override any gcc2 internal prototype to avoid an error.  */
3367 /* We use char because int might match the return type of a gcc2
3368     builtin and then its argument prototype would still apply.  */
3369 char pthread_create();
3370
3371 int main() {
3372
3373 /* The GNU C library defines this for functions which it implements
3374     to always fail with ENOSYS.  Some functions are actually named
3375     something starting with __ and the normal name is an alias.  */
3376 #if defined (__stub_pthread_create) || defined (__stub___pthread_create)
3377 choke me
3378 #else
3379 pthread_create();
3380 #endif
3381
3382 ; return 0; }
3383 EOF
3384 if { (eval echo configure:3385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3385   rm -rf conftest*
3386   eval "ac_cv_func_pthread_create=yes"
3387 else
3388   echo "configure: failed program was:" >&5
3389   cat conftest.$ac_ext >&5
3390   rm -rf conftest*
3391   eval "ac_cv_func_pthread_create=no"
3392 fi
3393 rm -f conftest*
3394 fi
3395
3396 if eval "test \"`echo '$ac_cv_func_'pthread_create`\" = yes"; then
3397   echo "$ac_t""yes" 1>&6
3398   ol_link_threads=yes
3399 else
3400   echo "$ac_t""no" 1>&6
3401 fi
3402
3403
3404                 if test $ol_link_threads = no ; then
3405                                                 echo $ac_n "checking for pthread_create with -pthread""... $ac_c" 1>&6
3406 echo "configure:3407: checking for pthread_create with -pthread" >&5
3407 if eval "test \"`echo '$''{'ol_cv_pthread_flag'+set}'`\" = set"; then
3408   echo $ac_n "(cached) $ac_c" 1>&6
3409 else
3410   
3411                                                                 save_LIBS="$LIBS"
3412                                 LIBS="-pthread $LIBS"
3413                                 cat > conftest.$ac_ext <<EOF
3414 #line 3415 "configure"
3415 #include "confdefs.h"
3416 char pthread();
3417 int main() {
3418
3419                                         pthread_create();
3420                                         
3421 ; return 0; }
3422 EOF
3423 if { (eval echo configure:3424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3424   rm -rf conftest*
3425   ol_cv_pthread_flag=yes
3426 else
3427   echo "configure: failed program was:" >&5
3428   cat conftest.$ac_ext >&5
3429   rm -rf conftest*
3430   ol_cv_pthread_flag=no
3431 fi
3432 rm -f conftest*
3433                                                                 LIBS="$save_LIBS"
3434                         
3435 fi
3436
3437 echo "$ac_t""$ol_cv_pthread_flag" 1>&6
3438
3439                         if test $ol_cv_pthread_flag = yes ; then
3440                                 LTHREAD_LIBS="$LTHREAD_LIBS -pthread"
3441                                 ol_link_threads=posix
3442                         fi
3443                 fi
3444
3445                 if test $ol_link_threads = no ; then
3446                                                 echo $ac_n "checking for pthread_create with -pthreads""... $ac_c" 1>&6
3447 echo "configure:3448: checking for pthread_create with -pthreads" >&5
3448 if eval "test \"`echo '$''{'ol_cv_pthreads_flag'+set}'`\" = set"; then
3449   echo $ac_n "(cached) $ac_c" 1>&6
3450 else
3451   
3452                                                                 save_LIBS="$LIBS"
3453                                 LIBS="-pthreads $LIBS"
3454                                 cat > conftest.$ac_ext <<EOF
3455 #line 3456 "configure"
3456 #include "confdefs.h"
3457 char pthread();
3458 int main() {
3459
3460                                         pthread_create();
3461                                         
3462 ; return 0; }
3463 EOF
3464 if { (eval echo configure:3465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3465   rm -rf conftest*
3466   ol_cv_pthreads_flag=yes
3467 else
3468   echo "configure: failed program was:" >&5
3469   cat conftest.$ac_ext >&5
3470   rm -rf conftest*
3471   ol_cv_pthreads_flag=no
3472 fi
3473 rm -f conftest*
3474                                                                 LIBS="$save_LIBS"
3475                         
3476 fi
3477
3478 echo "$ac_t""$ol_cv_pthreads_flag" 1>&6
3479
3480                         if test $ol_cv_pthreads_flag = yes ; then
3481                                 LTHREAD_LIBS="$LTHREAD_LIBS -pthreads"
3482                                 ol_link_threads=posix
3483                         fi
3484                 fi
3485
3486                 if test $ol_link_threads = no ; then
3487                                                 echo $ac_n "checking for pthread_create with -thread""... $ac_c" 1>&6
3488 echo "configure:3489: checking for pthread_create with -thread" >&5
3489 if eval "test \"`echo '$''{'ol_cv_thread_flag'+set}'`\" = set"; then
3490   echo $ac_n "(cached) $ac_c" 1>&6
3491 else
3492   
3493                                                                 save_LIBS="$LIBS"
3494                                 LIBS="-thread $LIBS"
3495                                 cat > conftest.$ac_ext <<EOF
3496 #line 3497 "configure"
3497 #include "confdefs.h"
3498 char pthread();
3499 int main() {
3500
3501                                         pthread_create();
3502                                         
3503 ; return 0; }
3504 EOF
3505 if { (eval echo configure:3506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3506   rm -rf conftest*
3507   ol_cv_thread_flag=yes
3508 else
3509   echo "configure: failed program was:" >&5
3510   cat conftest.$ac_ext >&5
3511   rm -rf conftest*
3512   ol_cv_thread_flag=no
3513 fi
3514 rm -f conftest*
3515                                                                 LIBS="$save_LIBS"
3516                         
3517 fi
3518
3519 echo "$ac_t""$ol_cv_thread_flag" 1>&6
3520
3521                         if test $ol_cv_thread_flag = yes ; then
3522                                 LTHREAD_LIBS="$LTHREAD_LIBS -thread"
3523                                 ol_link_threads=posix
3524                         fi
3525                 fi
3526
3527                 if test $ol_link_threads = no ; then
3528                                                 save_LIBS="$LIBS"
3529                         echo $ac_n "checking for pthread_join in -lpthread""... $ac_c" 1>&6
3530 echo "configure:3531: checking for pthread_join in -lpthread" >&5
3531 ac_lib_var=`echo pthread'_'pthread_join | sed 'y%./+-%__p_%'`
3532 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3533   echo $ac_n "(cached) $ac_c" 1>&6
3534 else
3535   ac_save_LIBS="$LIBS"
3536 LIBS="-lpthread -lexc $LIBS"
3537 cat > conftest.$ac_ext <<EOF
3538 #line 3539 "configure"
3539 #include "confdefs.h"
3540 /* Override any gcc2 internal prototype to avoid an error.  */
3541 /* We use char because int might match the return type of a gcc2
3542     builtin and then its argument prototype would still apply.  */
3543 char pthread_join();
3544
3545 int main() {
3546 pthread_join()
3547 ; return 0; }
3548 EOF
3549 if { (eval echo configure:3550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3550   rm -rf conftest*
3551   eval "ac_cv_lib_$ac_lib_var=yes"
3552 else
3553   echo "configure: failed program was:" >&5
3554   cat conftest.$ac_ext >&5
3555   rm -rf conftest*
3556   eval "ac_cv_lib_$ac_lib_var=no"
3557 fi
3558 rm -f conftest*
3559 LIBS="$ac_save_LIBS"
3560
3561 fi
3562 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3563   echo "$ac_t""yes" 1>&6
3564   
3565                                 ol_link_threads=posix
3566                                 LTHREAD_LIBS="$LTHREAD_LIBS -lpthread -lexc"
3567                                 if test $ol_with_yielding_select = auto ; then
3568                                         ol_with_yielding_select=yes
3569                                 fi
3570                                 
3571 else
3572   echo "$ac_t""no" 1>&6
3573 fi
3574
3575                         LIBS="$save_LIBS"
3576                 fi
3577
3578                 if test $ol_link_threads = no ; then
3579                                                 save_LIBS="$LIBS"
3580                         echo $ac_n "checking for pthread_join in -lpthreads""... $ac_c" 1>&6
3581 echo "configure:3582: checking for pthread_join in -lpthreads" >&5
3582 ac_lib_var=`echo pthreads'_'pthread_join | sed 'y%./+-%__p_%'`
3583 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3584   echo $ac_n "(cached) $ac_c" 1>&6
3585 else
3586   ac_save_LIBS="$LIBS"
3587 LIBS="-lpthreads -lmach -lexc -lc_r $LIBS"
3588 cat > conftest.$ac_ext <<EOF
3589 #line 3590 "configure"
3590 #include "confdefs.h"
3591 /* Override any gcc2 internal prototype to avoid an error.  */
3592 /* We use char because int might match the return type of a gcc2
3593     builtin and then its argument prototype would still apply.  */
3594 char pthread_join();
3595
3596 int main() {
3597 pthread_join()
3598 ; return 0; }
3599 EOF
3600 if { (eval echo configure:3601: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3601   rm -rf conftest*
3602   eval "ac_cv_lib_$ac_lib_var=yes"
3603 else
3604   echo "configure: failed program was:" >&5
3605   cat conftest.$ac_ext >&5
3606   rm -rf conftest*
3607   eval "ac_cv_lib_$ac_lib_var=no"
3608 fi
3609 rm -f conftest*
3610 LIBS="$ac_save_LIBS"
3611
3612 fi
3613 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3614   echo "$ac_t""yes" 1>&6
3615   
3616                                 ol_link_threads=posix
3617                                 LTHREAD_LIBS="$LTHREAD_LIBS -lpthreads -lmach -lexc -lc_r"
3618                                 if test $ol_with_yielding_select = auto ; then
3619                                         ol_with_yielding_select=yes
3620                                 fi
3621                                 
3622 else
3623   echo "$ac_t""no" 1>&6
3624 fi
3625
3626                         LIBS="$save_LIBS"
3627                 fi
3628
3629                 if test $ol_link_threads = no ; then
3630                                                 save_LIBS="$LIBS"
3631                         echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
3632 echo "configure:3633: checking for pthread_create in -lpthread" >&5
3633 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
3634 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3635   echo $ac_n "(cached) $ac_c" 1>&6
3636 else
3637   ac_save_LIBS="$LIBS"
3638 LIBS="-lpthread  $LIBS"
3639 cat > conftest.$ac_ext <<EOF
3640 #line 3641 "configure"
3641 #include "confdefs.h"
3642 /* Override any gcc2 internal prototype to avoid an error.  */
3643 /* We use char because int might match the return type of a gcc2
3644     builtin and then its argument prototype would still apply.  */
3645 char pthread_create();
3646
3647 int main() {
3648 pthread_create()
3649 ; return 0; }
3650 EOF
3651 if { (eval echo configure:3652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3652   rm -rf conftest*
3653   eval "ac_cv_lib_$ac_lib_var=yes"
3654 else
3655   echo "configure: failed program was:" >&5
3656   cat conftest.$ac_ext >&5
3657   rm -rf conftest*
3658   eval "ac_cv_lib_$ac_lib_var=no"
3659 fi
3660 rm -f conftest*
3661 LIBS="$ac_save_LIBS"
3662
3663 fi
3664 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3665   echo "$ac_t""yes" 1>&6
3666   
3667                                 ol_link_threads=posix
3668                                 LTHREAD_LIBS="$LTHREAD_LIBS -lpthread"
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 -lc_r""... $ac_c" 1>&6
3679 echo "configure:3680: checking for pthread_create in -lc_r" >&5
3680 ac_lib_var=`echo c_r'_'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="-lc_r  $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 -lc_r"
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 -lpthreads""... $ac_c" 1>&6
3726 echo "configure:3727: checking for pthread_create in -lpthreads" >&5
3727 ac_lib_var=`echo pthreads'_'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="-lpthreads  $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 -lpthreads"
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                         cat >> confdefs.h <<\EOF
3772 #define HAVE_PTHREADS 1
3773 EOF
3774
3775
3776                                                 save_CPPFLAGS="$CPPFLAGS"
3777                         save_LIBS="$LIBS"
3778                         LIBS="$LTHREAD_LIBS $LIBS"
3779
3780                                                                                                 for ac_func in sched_yield pthread_yield
3781 do
3782 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3783 echo "configure:3784: checking for $ac_func" >&5
3784 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3785   echo $ac_n "(cached) $ac_c" 1>&6
3786 else
3787   cat > conftest.$ac_ext <<EOF
3788 #line 3789 "configure"
3789 #include "confdefs.h"
3790 /* System header to define __stub macros and hopefully few prototypes,
3791     which can conflict with char $ac_func(); below.  */
3792 #include <assert.h>
3793 /* Override any gcc2 internal prototype to avoid an error.  */
3794 /* We use char because int might match the return type of a gcc2
3795     builtin and then its argument prototype would still apply.  */
3796 char $ac_func();
3797
3798 int main() {
3799
3800 /* The GNU C library defines this for functions which it implements
3801     to always fail with ENOSYS.  Some functions are actually named
3802     something starting with __ and the normal name is an alias.  */
3803 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3804 choke me
3805 #else
3806 $ac_func();
3807 #endif
3808
3809 ; return 0; }
3810 EOF
3811 if { (eval echo configure:3812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3812   rm -rf conftest*
3813   eval "ac_cv_func_$ac_func=yes"
3814 else
3815   echo "configure: failed program was:" >&5
3816   cat conftest.$ac_ext >&5
3817   rm -rf conftest*
3818   eval "ac_cv_func_$ac_func=no"
3819 fi
3820 rm -f conftest*
3821 fi
3822
3823 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3824   echo "$ac_t""yes" 1>&6
3825     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3826   cat >> confdefs.h <<EOF
3827 #define $ac_tr_func 1
3828 EOF
3829  
3830 else
3831   echo "$ac_t""no" 1>&6
3832 fi
3833 done
3834
3835
3836                         if test $ac_cv_func_sched_yield = no -a \
3837                                 $ac_cv_func_pthread_yield = no ; then
3838                                                                 echo $ac_n "checking for sched_yield in -lrt""... $ac_c" 1>&6
3839 echo "configure:3840: checking for sched_yield in -lrt" >&5
3840 ac_lib_var=`echo rt'_'sched_yield | sed 'y%./+-%__p_%'`
3841 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3842   echo $ac_n "(cached) $ac_c" 1>&6
3843 else
3844   ac_save_LIBS="$LIBS"
3845 LIBS="-lrt  $LIBS"
3846 cat > conftest.$ac_ext <<EOF
3847 #line 3848 "configure"
3848 #include "confdefs.h"
3849 /* Override any gcc2 internal prototype to avoid an error.  */
3850 /* We use char because int might match the return type of a gcc2
3851     builtin and then its argument prototype would still apply.  */
3852 char sched_yield();
3853
3854 int main() {
3855 sched_yield()
3856 ; return 0; }
3857 EOF
3858 if { (eval echo configure:3859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3859   rm -rf conftest*
3860   eval "ac_cv_lib_$ac_lib_var=yes"
3861 else
3862   echo "configure: failed program was:" >&5
3863   cat conftest.$ac_ext >&5
3864   rm -rf conftest*
3865   eval "ac_cv_lib_$ac_lib_var=no"
3866 fi
3867 rm -f conftest*
3868 LIBS="$ac_save_LIBS"
3869
3870 fi
3871 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3872   echo "$ac_t""yes" 1>&6
3873   LTHREAD_LIBS="$LTHREAD_LIBS -lrt"
3874                                         cat >> confdefs.h <<\EOF
3875 #define HAVE_SCHED_YIELD 1
3876 EOF
3877
3878                                         ac_cv_func_sched_yield=yes
3879 else
3880   echo "$ac_t""no" 1>&6
3881 ac_cv_func_sched_yield=no
3882 fi
3883
3884                         fi
3885                         if test $ac_cv_func_sched_yield = no -a \
3886                                 $ac_cv_func_pthread_yield = no ; then
3887                                                                 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
3888 echo "configure:3889: checking for sched_yield in -lposix4" >&5
3889 ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
3890 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3891   echo $ac_n "(cached) $ac_c" 1>&6
3892 else
3893   ac_save_LIBS="$LIBS"
3894 LIBS="-lposix4  $LIBS"
3895 cat > conftest.$ac_ext <<EOF
3896 #line 3897 "configure"
3897 #include "confdefs.h"
3898 /* Override any gcc2 internal prototype to avoid an error.  */
3899 /* We use char because int might match the return type of a gcc2
3900     builtin and then its argument prototype would still apply.  */
3901 char sched_yield();
3902
3903 int main() {
3904 sched_yield()
3905 ; return 0; }
3906 EOF
3907 if { (eval echo configure:3908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3908   rm -rf conftest*
3909   eval "ac_cv_lib_$ac_lib_var=yes"
3910 else
3911   echo "configure: failed program was:" >&5
3912   cat conftest.$ac_ext >&5
3913   rm -rf conftest*
3914   eval "ac_cv_lib_$ac_lib_var=no"
3915 fi
3916 rm -f conftest*
3917 LIBS="$ac_save_LIBS"
3918
3919 fi
3920 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3921   echo "$ac_t""yes" 1>&6
3922   LTHREAD_LIBS="$LTHREAD_LIBS -lposix4"
3923                                         cat >> confdefs.h <<\EOF
3924 #define HAVE_SCHED_YIELD 1
3925 EOF
3926
3927                                         ac_cv_func_sched_yield=yes
3928 else
3929   echo "$ac_t""no" 1>&6
3930 ac_cv_func_sched_yield=no
3931 fi
3932
3933                         fi
3934                         if test $ac_cv_func_sched_yield = no -a \
3935                                 $ac_cv_func_pthread_yield = no ; then
3936                                 echo "configure: warning: could not locate sched_yield() or pthread_yield()" 1>&2
3937                                 { echo "configure: error: POSIX Threads are not usable" 1>&2; exit 1; }
3938                         fi
3939
3940                                                 for ac_func in pthread_kill
3941 do
3942 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3943 echo "configure:3944: checking for $ac_func" >&5
3944 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3945   echo $ac_n "(cached) $ac_c" 1>&6
3946 else
3947   cat > conftest.$ac_ext <<EOF
3948 #line 3949 "configure"
3949 #include "confdefs.h"
3950 /* System header to define __stub macros and hopefully few prototypes,
3951     which can conflict with char $ac_func(); below.  */
3952 #include <assert.h>
3953 /* Override any gcc2 internal prototype to avoid an error.  */
3954 /* We use char because int might match the return type of a gcc2
3955     builtin and then its argument prototype would still apply.  */
3956 char $ac_func();
3957
3958 int main() {
3959
3960 /* The GNU C library defines this for functions which it implements
3961     to always fail with ENOSYS.  Some functions are actually named
3962     something starting with __ and the normal name is an alias.  */
3963 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3964 choke me
3965 #else
3966 $ac_func();
3967 #endif
3968
3969 ; return 0; }
3970 EOF
3971 if { (eval echo configure:3972: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3972   rm -rf conftest*
3973   eval "ac_cv_func_$ac_func=yes"
3974 else
3975   echo "configure: failed program was:" >&5
3976   cat conftest.$ac_ext >&5
3977   rm -rf conftest*
3978   eval "ac_cv_func_$ac_func=no"
3979 fi
3980 rm -f conftest*
3981 fi
3982
3983 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3984   echo "$ac_t""yes" 1>&6
3985     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3986   cat >> confdefs.h <<EOF
3987 #define $ac_tr_func 1
3988 EOF
3989  
3990 else
3991   echo "$ac_t""no" 1>&6
3992 fi
3993 done
3994
3995                         for ac_func in \
3996                                 pthread_attr_create pthread_attr_init \
3997                                 pthread_attr_destroy pthread_attr_delete \
3998                                 pthread_attr_setdetachstate pthread_attr_setdetach_np \
3999                         
4000 do
4001 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4002 echo "configure:4003: checking for $ac_func" >&5
4003 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4004   echo $ac_n "(cached) $ac_c" 1>&6
4005 else
4006   cat > conftest.$ac_ext <<EOF
4007 #line 4008 "configure"
4008 #include "confdefs.h"
4009 /* System header to define __stub macros and hopefully few prototypes,
4010     which can conflict with char $ac_func(); below.  */
4011 #include <assert.h>
4012 /* Override any gcc2 internal prototype to avoid an error.  */
4013 /* We use char because int might match the return type of a gcc2
4014     builtin and then its argument prototype would still apply.  */
4015 char $ac_func();
4016
4017 int main() {
4018
4019 /* The GNU C library defines this for functions which it implements
4020     to always fail with ENOSYS.  Some functions are actually named
4021     something starting with __ and the normal name is an alias.  */
4022 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4023 choke me
4024 #else
4025 $ac_func();
4026 #endif
4027
4028 ; return 0; }
4029 EOF
4030 if { (eval echo configure:4031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4031   rm -rf conftest*
4032   eval "ac_cv_func_$ac_func=yes"
4033 else
4034   echo "configure: failed program was:" >&5
4035   cat conftest.$ac_ext >&5
4036   rm -rf conftest*
4037   eval "ac_cv_func_$ac_func=no"
4038 fi
4039 rm -f conftest*
4040 fi
4041
4042 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4043   echo "$ac_t""yes" 1>&6
4044     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4045   cat >> confdefs.h <<EOF
4046 #define $ac_tr_func 1
4047 EOF
4048  
4049 else
4050   echo "$ac_t""no" 1>&6
4051 fi
4052 done
4053
4054
4055                                                 for ac_func in \
4056                                 pthread_setconcurrency \
4057                                 thr_setconcurrency \
4058                         
4059 do
4060 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4061 echo "configure:4062: checking for $ac_func" >&5
4062 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4063   echo $ac_n "(cached) $ac_c" 1>&6
4064 else
4065   cat > conftest.$ac_ext <<EOF
4066 #line 4067 "configure"
4067 #include "confdefs.h"
4068 /* System header to define __stub macros and hopefully few prototypes,
4069     which can conflict with char $ac_func(); below.  */
4070 #include <assert.h>
4071 /* Override any gcc2 internal prototype to avoid an error.  */
4072 /* We use char because int might match the return type of a gcc2
4073     builtin and then its argument prototype would still apply.  */
4074 char $ac_func();
4075
4076 int main() {
4077
4078 /* The GNU C library defines this for functions which it implements
4079     to always fail with ENOSYS.  Some functions are actually named
4080     something starting with __ and the normal name is an alias.  */
4081 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4082 choke me
4083 #else
4084 $ac_func();
4085 #endif
4086
4087 ; return 0; }
4088 EOF
4089 if { (eval echo configure:4090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4090   rm -rf conftest*
4091   eval "ac_cv_func_$ac_func=yes"
4092 else
4093   echo "configure: failed program was:" >&5
4094   cat conftest.$ac_ext >&5
4095   rm -rf conftest*
4096   eval "ac_cv_func_$ac_func=no"
4097 fi
4098 rm -f conftest*
4099 fi
4100
4101 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4102   echo "$ac_t""yes" 1>&6
4103     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4104   cat >> confdefs.h <<EOF
4105 #define $ac_tr_func 1
4106 EOF
4107  
4108 else
4109   echo "$ac_t""no" 1>&6
4110 fi
4111 done
4112
4113
4114                         echo $ac_n "checking if pthread_create() works""... $ac_c" 1>&6
4115 echo "configure:4116: checking if pthread_create() works" >&5
4116                         if eval "test \"`echo '$''{'ol_cv_pthread_create_works'+set}'`\" = set"; then
4117   echo $ac_n "(cached) $ac_c" 1>&6
4118 else
4119   
4120                         if test "$cross_compiling" = yes; then
4121                                 ol_cv_pthread_create_works=yes
4122 else
4123   cat > conftest.$ac_ext <<EOF
4124 #line 4125 "configure"
4125 #include "confdefs.h"
4126
4127 #include <pthread.h>
4128 #ifndef NULL
4129 #define NULL (void*)0
4130 #endif
4131
4132 static void *task(p)
4133         void *p;
4134 {
4135         return (void *) (p == NULL);
4136 }
4137
4138 int main(argc, argv)
4139         int argc;
4140         char **argv;
4141 {
4142         pthread_t t;
4143         exit(pthread_create(&t, NULL, task, NULL));
4144 }
4145
4146 EOF
4147 if { (eval echo configure:4148: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
4148 then
4149   ol_cv_pthread_create_works=yes
4150 else
4151   echo "configure: failed program was:" >&5
4152   cat conftest.$ac_ext >&5
4153   rm -fr conftest*
4154   ol_cv_pthread_create_works=no
4155 fi
4156 rm -fr conftest*
4157 fi
4158
4159 fi
4160
4161                         echo "$ac_t""$ol_cv_pthread_create_works" 1>&6
4162
4163                         if test $ol_cv_pthread_create_works = no ; then
4164                                 { echo "configure: error: pthread.h and pthread_create are not compatible" 1>&2; exit 1; }
4165                         fi
4166
4167                                                 if test $ol_with_yielding_select = auto ; then
4168                                 echo $ac_n "checking if select yields when using pthreads""... $ac_c" 1>&6
4169 echo "configure:4170: checking if select yields when using pthreads" >&5
4170                                 if eval "test \"`echo '$''{'ol_cv_pthread_select_yields'+set}'`\" = set"; then
4171   echo $ac_n "(cached) $ac_c" 1>&6
4172 else
4173   
4174                                 if test "$cross_compiling" = yes; then
4175   
4176                                 { echo "configure: error: crossing compiling: use --with-yielding_select=yes|no|manual" 1>&2; exit 1; }
4177 else
4178   cat > conftest.$ac_ext <<EOF
4179 #line 4180 "configure"
4180 #include "confdefs.h"
4181
4182 #include <sys/types.h>
4183 #include <sys/time.h>
4184 #include <unistd.h>
4185 #include <pthread.h>
4186 #ifndef NULL
4187 #define NULL (void*) 0
4188 #endif
4189
4190 static int fildes[2];
4191
4192 static void *task(p)
4193         void *p;
4194 {
4195         int i;
4196         struct timeval tv;
4197
4198         fd_set rfds;
4199
4200         tv.tv_sec=10;
4201         tv.tv_usec=0;
4202
4203         FD_ZERO(&rfds);
4204         FD_SET(fildes[0], &rfds);
4205
4206         /* we're not interested in any fds */
4207         i = select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
4208
4209         if(i < 0) {
4210                 perror("select");
4211                 exit(10);
4212         }
4213
4214         exit(0); /* if we exit here, the select blocked the whole process */
4215 }
4216
4217 int main(argc, argv)
4218         int argc;
4219         char **argv;
4220 {
4221         pthread_t t;
4222
4223         /* create a pipe to select */
4224         if(pipe(&fildes[0])) {
4225                 perror("select");
4226                 exit(1);
4227         }
4228
4229 #ifdef HAVE_PTHREAD_SETCONCURRENCY
4230         (void) pthread_setconcurrency(2);
4231 #else
4232 #ifdef HAVE_THR_SETCONCURRENCY
4233         /* Set Solaris LWP concurrency to 2 */
4234         thr_setconcurrency(2);
4235 #endif
4236 #endif
4237
4238         pthread_create(&t, NULL, task, NULL);
4239
4240 #if HAVE_SCHED_YIELD
4241         sched_yield();  /* make sure task runs first */
4242 #else
4243 #ifdef HAVE_PTHREAD_YIELD
4244         pthread_yield();        /* make sure task runs first */
4245 #endif
4246 #endif
4247
4248         exit(2);
4249 }
4250 EOF
4251 if { (eval echo configure:4252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
4252 then
4253   ol_cv_pthread_select_yields=no
4254 else
4255   echo "configure: failed program was:" >&5
4256   cat conftest.$ac_ext >&5
4257   rm -fr conftest*
4258   ol_cv_pthread_select_yields=yes
4259 fi
4260 rm -fr conftest*
4261 fi
4262
4263 fi
4264
4265                                 echo "$ac_t""$ol_cv_pthread_select_yields" 1>&6
4266
4267                                 if test $ol_cv_pthread_select_yields = yes ; then
4268                                         ol_with_yielding_select=yes
4269                                 fi
4270                         fi
4271
4272                                                 CPPFLAGS="$save_CPPFLAGS"
4273                         LIBS="$save_LIBS"
4274                 else
4275                         { echo "configure: error: could not link with POSIX Threads" 1>&2; exit 1; }
4276                 fi
4277         fi
4278
4279         if test $ol_with_threads = posix ; then
4280                 { echo "configure: error: could not locate POSIX Threads" 1>&2; exit 1; }
4281         fi
4282 fi
4283
4284 if test $ol_with_threads = auto -o $ol_with_threads = yes \
4285         -o $ol_with_threads = mach ; then
4286
4287                 for ac_hdr in mach/cthreads.h
4288 do
4289 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4290 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4291 echo "configure:4292: checking for $ac_hdr" >&5
4292 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4293   echo $ac_n "(cached) $ac_c" 1>&6
4294 else
4295   cat > conftest.$ac_ext <<EOF
4296 #line 4297 "configure"
4297 #include "confdefs.h"
4298 #include <$ac_hdr>
4299 EOF
4300 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4301 { (eval echo configure:4302: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4302 ac_err=`grep -v '^ *+' conftest.out`
4303 if test -z "$ac_err"; then
4304   rm -rf conftest*
4305   eval "ac_cv_header_$ac_safe=yes"
4306 else
4307   echo "$ac_err" >&5
4308   echo "configure: failed program was:" >&5
4309   cat conftest.$ac_ext >&5
4310   rm -rf conftest*
4311   eval "ac_cv_header_$ac_safe=no"
4312 fi
4313 rm -f conftest*
4314 fi
4315 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4316   echo "$ac_t""yes" 1>&6
4317     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4318   cat >> confdefs.h <<EOF
4319 #define $ac_tr_hdr 1
4320 EOF
4321  
4322 else
4323   echo "$ac_t""no" 1>&6
4324 fi
4325 done
4326
4327         if test $ac_cv_header_mach_cthreads_h = yes ; then
4328                 ol_with_threads=found
4329
4330                                 echo $ac_n "checking for cthread_fork""... $ac_c" 1>&6
4331 echo "configure:4332: checking for cthread_fork" >&5
4332 if eval "test \"`echo '$''{'ac_cv_func_cthread_fork'+set}'`\" = set"; then
4333   echo $ac_n "(cached) $ac_c" 1>&6
4334 else
4335   cat > conftest.$ac_ext <<EOF
4336 #line 4337 "configure"
4337 #include "confdefs.h"
4338 /* System header to define __stub macros and hopefully few prototypes,
4339     which can conflict with char cthread_fork(); below.  */
4340 #include <assert.h>
4341 /* Override any gcc2 internal prototype to avoid an error.  */
4342 /* We use char because int might match the return type of a gcc2
4343     builtin and then its argument prototype would still apply.  */
4344 char cthread_fork();
4345
4346 int main() {
4347
4348 /* The GNU C library defines this for functions which it implements
4349     to always fail with ENOSYS.  Some functions are actually named
4350     something starting with __ and the normal name is an alias.  */
4351 #if defined (__stub_cthread_fork) || defined (__stub___cthread_fork)
4352 choke me
4353 #else
4354 cthread_fork();
4355 #endif
4356
4357 ; return 0; }
4358 EOF
4359 if { (eval echo configure:4360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4360   rm -rf conftest*
4361   eval "ac_cv_func_cthread_fork=yes"
4362 else
4363   echo "configure: failed program was:" >&5
4364   cat conftest.$ac_ext >&5
4365   rm -rf conftest*
4366   eval "ac_cv_func_cthread_fork=no"
4367 fi
4368 rm -f conftest*
4369 fi
4370
4371 if eval "test \"`echo '$ac_cv_func_'cthread_fork`\" = yes"; then
4372   echo "$ac_t""yes" 1>&6
4373   ol_link_threads=yes
4374 else
4375   echo "$ac_t""no" 1>&6
4376 fi
4377
4378
4379                 if test $ol_link_threads = no ; then
4380                                                                         echo $ac_n "checking for cthread_fork with -all_load""... $ac_c" 1>&6
4381 echo "configure:4382: checking for cthread_fork with -all_load" >&5
4382 if eval "test \"`echo '$''{'ol_cv_cthread_all_load'+set}'`\" = set"; then
4383   echo $ac_n "(cached) $ac_c" 1>&6
4384 else
4385   
4386                                                                 save_LIBS="$LIBS"
4387                                 LIBS="-all_load $LIBS"
4388                                 cat > conftest.$ac_ext <<EOF
4389 #line 4390 "configure"
4390 #include "confdefs.h"
4391 #include <mach/cthreads.h>
4392 int main() {
4393
4394                                         cthread_fork((void *)0, (void *)0);
4395                                         
4396 ; return 0; }
4397 EOF
4398 if { (eval echo configure:4399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4399   rm -rf conftest*
4400   ol_cv_cthread_all_load=yes
4401 else
4402   echo "configure: failed program was:" >&5
4403   cat conftest.$ac_ext >&5
4404   rm -rf conftest*
4405   ol_cv_cthread_all_load=no
4406 fi
4407 rm -f conftest*
4408                                                                 LIBS="$save_LIBS"
4409                         
4410 fi
4411
4412 echo "$ac_t""$ol_cv_cthread_all_load" 1>&6
4413
4414                         if test $ol_cv_cthread_all_load = yes ; then
4415                                 LTHREAD_LIBS="$LTHREAD_LIBS -all_load"
4416                                 ol_link_threads=mach
4417                         fi
4418                 fi
4419
4420                 if test $ol_link_threads != no ; then
4421                         : check for cthread specific functionality here
4422                         cat >> confdefs.h <<\EOF
4423 #define HAVE_MACH_CTHREADS 1
4424 EOF
4425
4426                 else
4427                         { echo "configure: error: could not link with Mach CThreads" 1>&2; exit 1; }
4428                 fi
4429         fi
4430
4431         if test $ol_with_threads = mach ; then
4432                 { echo "configure: error: could not locate Mach CThreads" 1>&2; exit 1; }
4433         fi
4434 fi
4435
4436 if test $ol_with_threads = auto -o $ol_with_threads = yes \
4437         -o $ol_with_threads = lwp ; then
4438
4439                 for ac_hdr in thread.h synch.h
4440 do
4441 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4442 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4443 echo "configure:4444: checking for $ac_hdr" >&5
4444 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4445   echo $ac_n "(cached) $ac_c" 1>&6
4446 else
4447   cat > conftest.$ac_ext <<EOF
4448 #line 4449 "configure"
4449 #include "confdefs.h"
4450 #include <$ac_hdr>
4451 EOF
4452 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4453 { (eval echo configure:4454: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4454 ac_err=`grep -v '^ *+' conftest.out`
4455 if test -z "$ac_err"; then
4456   rm -rf conftest*
4457   eval "ac_cv_header_$ac_safe=yes"
4458 else
4459   echo "$ac_err" >&5
4460   echo "configure: failed program was:" >&5
4461   cat conftest.$ac_ext >&5
4462   rm -rf conftest*
4463   eval "ac_cv_header_$ac_safe=no"
4464 fi
4465 rm -f conftest*
4466 fi
4467 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4468   echo "$ac_t""yes" 1>&6
4469     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4470   cat >> confdefs.h <<EOF
4471 #define $ac_tr_hdr 1
4472 EOF
4473  
4474 else
4475   echo "$ac_t""no" 1>&6
4476 fi
4477 done
4478
4479         if test $ac_cv_header_thread_h = yes -a $ac_cv_header_synch_h = yes ; then
4480                 echo $ac_n "checking for thr_create in -lthread""... $ac_c" 1>&6
4481 echo "configure:4482: checking for thr_create in -lthread" >&5
4482 ac_lib_var=`echo thread'_'thr_create | sed 'y%./+-%__p_%'`
4483 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4484   echo $ac_n "(cached) $ac_c" 1>&6
4485 else
4486   ac_save_LIBS="$LIBS"
4487 LIBS="-lthread  $LIBS"
4488 cat > conftest.$ac_ext <<EOF
4489 #line 4490 "configure"
4490 #include "confdefs.h"
4491 /* Override any gcc2 internal prototype to avoid an error.  */
4492 /* We use char because int might match the return type of a gcc2
4493     builtin and then its argument prototype would still apply.  */
4494 char thr_create();
4495
4496 int main() {
4497 thr_create()
4498 ; return 0; }
4499 EOF
4500 if { (eval echo configure:4501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4501   rm -rf conftest*
4502   eval "ac_cv_lib_$ac_lib_var=yes"
4503 else
4504   echo "configure: failed program was:" >&5
4505   cat conftest.$ac_ext >&5
4506   rm -rf conftest*
4507   eval "ac_cv_lib_$ac_lib_var=no"
4508 fi
4509 rm -f conftest*
4510 LIBS="$ac_save_LIBS"
4511
4512 fi
4513 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4514   echo "$ac_t""yes" 1>&6
4515   have_thr=yes
4516 else
4517   echo "$ac_t""no" 1>&6
4518 have_thr=no
4519 fi
4520
4521
4522                 if test $have_thr = yes ; then
4523                         cat >> confdefs.h <<\EOF
4524 #define HAVE_THR 1
4525 EOF
4526
4527                         LTHREAD_LIBS="$LTHREAD_LIBS -lthread"
4528                         ol_link_threads=thr
4529
4530                         if test $ol_with_yielding_select = auto ; then
4531                                 ol_with_yielding_select=yes
4532                         fi
4533                 fi
4534         fi
4535
4536                 for ac_hdr in lwp/lwp.h
4537 do
4538 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4539 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4540 echo "configure:4541: checking for $ac_hdr" >&5
4541 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4542   echo $ac_n "(cached) $ac_c" 1>&6
4543 else
4544   cat > conftest.$ac_ext <<EOF
4545 #line 4546 "configure"
4546 #include "confdefs.h"
4547 #include <$ac_hdr>
4548 EOF
4549 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4550 { (eval echo configure:4551: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4551 ac_err=`grep -v '^ *+' conftest.out`
4552 if test -z "$ac_err"; then
4553   rm -rf conftest*
4554   eval "ac_cv_header_$ac_safe=yes"
4555 else
4556   echo "$ac_err" >&5
4557   echo "configure: failed program was:" >&5
4558   cat conftest.$ac_ext >&5
4559   rm -rf conftest*
4560   eval "ac_cv_header_$ac_safe=no"
4561 fi
4562 rm -f conftest*
4563 fi
4564 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4565   echo "$ac_t""yes" 1>&6
4566     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4567   cat >> confdefs.h <<EOF
4568 #define $ac_tr_hdr 1
4569 EOF
4570  
4571 else
4572   echo "$ac_t""no" 1>&6
4573 fi
4574 done
4575
4576         if test $ac_cv_header_lwp_lwp_h = yes ; then
4577                 echo $ac_n "checking for lwp_create in -llwp""... $ac_c" 1>&6
4578 echo "configure:4579: checking for lwp_create in -llwp" >&5
4579 ac_lib_var=`echo lwp'_'lwp_create | sed 'y%./+-%__p_%'`
4580 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4581   echo $ac_n "(cached) $ac_c" 1>&6
4582 else
4583   ac_save_LIBS="$LIBS"
4584 LIBS="-llwp  $LIBS"
4585 cat > conftest.$ac_ext <<EOF
4586 #line 4587 "configure"
4587 #include "confdefs.h"
4588 /* Override any gcc2 internal prototype to avoid an error.  */
4589 /* We use char because int might match the return type of a gcc2
4590     builtin and then its argument prototype would still apply.  */
4591 char lwp_create();
4592
4593 int main() {
4594 lwp_create()
4595 ; return 0; }
4596 EOF
4597 if { (eval echo configure:4598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4598   rm -rf conftest*
4599   eval "ac_cv_lib_$ac_lib_var=yes"
4600 else
4601   echo "configure: failed program was:" >&5
4602   cat conftest.$ac_ext >&5
4603   rm -rf conftest*
4604   eval "ac_cv_lib_$ac_lib_var=no"
4605 fi
4606 rm -f conftest*
4607 LIBS="$ac_save_LIBS"
4608
4609 fi
4610 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4611   echo "$ac_t""yes" 1>&6
4612   have_lwp=yes
4613 else
4614   echo "$ac_t""no" 1>&6
4615 have_lwp=no
4616 fi
4617
4618
4619                 if test $have_lwp = yes ; then
4620                         cat >> confdefs.h <<\EOF
4621 #define HAVE_LWP 1
4622 EOF
4623
4624                         LTHREAD_LIBS="$LTHREAD_LIBS -llwp"
4625                         ol_link_threads=lwp
4626
4627                         if test $ol_with_yielding_select = auto ; then
4628                                 ol_with_yielding_select=no
4629                         fi
4630                 fi
4631         fi
4632 fi
4633
4634 if test $ol_with_yielding_select = yes ; then
4635         cat >> confdefs.h <<\EOF
4636 #define HAVE_YIELDING_SELECT 1
4637 EOF
4638
4639 fi
4640
4641 if test $ol_with_threads = manual ; then
4642                 ol_link_threads=yes
4643
4644         echo "configure: warning: thread defines and link options must be set manually" 1>&2
4645
4646         for ac_hdr in pthread.h sched.h
4647 do
4648 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4649 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4650 echo "configure:4651: checking for $ac_hdr" >&5
4651 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4652   echo $ac_n "(cached) $ac_c" 1>&6
4653 else
4654   cat > conftest.$ac_ext <<EOF
4655 #line 4656 "configure"
4656 #include "confdefs.h"
4657 #include <$ac_hdr>
4658 EOF
4659 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4660 { (eval echo configure:4661: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4661 ac_err=`grep -v '^ *+' conftest.out`
4662 if test -z "$ac_err"; then
4663   rm -rf conftest*
4664   eval "ac_cv_header_$ac_safe=yes"
4665 else
4666   echo "$ac_err" >&5
4667   echo "configure: failed program was:" >&5
4668   cat conftest.$ac_ext >&5
4669   rm -rf conftest*
4670   eval "ac_cv_header_$ac_safe=no"
4671 fi
4672 rm -f conftest*
4673 fi
4674 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4675   echo "$ac_t""yes" 1>&6
4676     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4677   cat >> confdefs.h <<EOF
4678 #define $ac_tr_hdr 1
4679 EOF
4680  
4681 else
4682   echo "$ac_t""no" 1>&6
4683 fi
4684 done
4685
4686         for ac_func in sched_yield pthread_yield
4687 do
4688 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4689 echo "configure:4690: checking for $ac_func" >&5
4690 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4691   echo $ac_n "(cached) $ac_c" 1>&6
4692 else
4693   cat > conftest.$ac_ext <<EOF
4694 #line 4695 "configure"
4695 #include "confdefs.h"
4696 /* System header to define __stub macros and hopefully few prototypes,
4697     which can conflict with char $ac_func(); below.  */
4698 #include <assert.h>
4699 /* Override any gcc2 internal prototype to avoid an error.  */
4700 /* We use char because int might match the return type of a gcc2
4701     builtin and then its argument prototype would still apply.  */
4702 char $ac_func();
4703
4704 int main() {
4705
4706 /* The GNU C library defines this for functions which it implements
4707     to always fail with ENOSYS.  Some functions are actually named
4708     something starting with __ and the normal name is an alias.  */
4709 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4710 choke me
4711 #else
4712 $ac_func();
4713 #endif
4714
4715 ; return 0; }
4716 EOF
4717 if { (eval echo configure:4718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4718   rm -rf conftest*
4719   eval "ac_cv_func_$ac_func=yes"
4720 else
4721   echo "configure: failed program was:" >&5
4722   cat conftest.$ac_ext >&5
4723   rm -rf conftest*
4724   eval "ac_cv_func_$ac_func=no"
4725 fi
4726 rm -f conftest*
4727 fi
4728
4729 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4730   echo "$ac_t""yes" 1>&6
4731     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4732   cat >> confdefs.h <<EOF
4733 #define $ac_tr_func 1
4734 EOF
4735  
4736 else
4737   echo "$ac_t""no" 1>&6
4738 fi
4739 done
4740
4741         
4742 echo $ac_n "checking for LinuxThreads""... $ac_c" 1>&6
4743 echo "configure:4744: checking for LinuxThreads" >&5
4744 if eval "test \"`echo '$''{'ol_cv_linux_threads'+set}'`\" = set"; then
4745   echo $ac_n "(cached) $ac_c" 1>&6
4746 else
4747   
4748         res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l`
4749         if test "$res" -gt 0 ; then
4750                 ol_cv_linux_threads=yes
4751         else
4752                 ol_cv_linux_threads=no
4753         fi
4754
4755 fi
4756
4757 echo "$ac_t""$ol_cv_linux_threads" 1>&6
4758
4759
4760         for ac_hdr in mach/cthreads.h
4761 do
4762 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4763 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4764 echo "configure:4765: checking for $ac_hdr" >&5
4765 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4766   echo $ac_n "(cached) $ac_c" 1>&6
4767 else
4768   cat > conftest.$ac_ext <<EOF
4769 #line 4770 "configure"
4770 #include "confdefs.h"
4771 #include <$ac_hdr>
4772 EOF
4773 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4774 { (eval echo configure:4775: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4775 ac_err=`grep -v '^ *+' conftest.out`
4776 if test -z "$ac_err"; then
4777   rm -rf conftest*
4778   eval "ac_cv_header_$ac_safe=yes"
4779 else
4780   echo "$ac_err" >&5
4781   echo "configure: failed program was:" >&5
4782   cat conftest.$ac_ext >&5
4783   rm -rf conftest*
4784   eval "ac_cv_header_$ac_safe=no"
4785 fi
4786 rm -f conftest*
4787 fi
4788 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4789   echo "$ac_t""yes" 1>&6
4790     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4791   cat >> confdefs.h <<EOF
4792 #define $ac_tr_hdr 1
4793 EOF
4794  
4795 else
4796   echo "$ac_t""no" 1>&6
4797 fi
4798 done
4799
4800         for ac_hdr in lwp/lwp.h
4801 do
4802 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4803 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4804 echo "configure:4805: checking for $ac_hdr" >&5
4805 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4806   echo $ac_n "(cached) $ac_c" 1>&6
4807 else
4808   cat > conftest.$ac_ext <<EOF
4809 #line 4810 "configure"
4810 #include "confdefs.h"
4811 #include <$ac_hdr>
4812 EOF
4813 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4814 { (eval echo configure:4815: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4815 ac_err=`grep -v '^ *+' conftest.out`
4816 if test -z "$ac_err"; then
4817   rm -rf conftest*
4818   eval "ac_cv_header_$ac_safe=yes"
4819 else
4820   echo "$ac_err" >&5
4821   echo "configure: failed program was:" >&5
4822   cat conftest.$ac_ext >&5
4823   rm -rf conftest*
4824   eval "ac_cv_header_$ac_safe=no"
4825 fi
4826 rm -f conftest*
4827 fi
4828 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4829   echo "$ac_t""yes" 1>&6
4830     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4831   cat >> confdefs.h <<EOF
4832 #define $ac_tr_hdr 1
4833 EOF
4834  
4835 else
4836   echo "$ac_t""no" 1>&6
4837 fi
4838 done
4839
4840         for ac_hdr in thread.h synch.h
4841 do
4842 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4843 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4844 echo "configure:4845: checking for $ac_hdr" >&5
4845 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4846   echo $ac_n "(cached) $ac_c" 1>&6
4847 else
4848   cat > conftest.$ac_ext <<EOF
4849 #line 4850 "configure"
4850 #include "confdefs.h"
4851 #include <$ac_hdr>
4852 EOF
4853 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4854 { (eval echo configure:4855: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4855 ac_err=`grep -v '^ *+' conftest.out`
4856 if test -z "$ac_err"; then
4857   rm -rf conftest*
4858   eval "ac_cv_header_$ac_safe=yes"
4859 else
4860   echo "$ac_err" >&5
4861   echo "configure: failed program was:" >&5
4862   cat conftest.$ac_ext >&5
4863   rm -rf conftest*
4864   eval "ac_cv_header_$ac_safe=no"
4865 fi
4866 rm -f conftest*
4867 fi
4868 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4869   echo "$ac_t""yes" 1>&6
4870     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4871   cat >> confdefs.h <<EOF
4872 #define $ac_tr_hdr 1
4873 EOF
4874  
4875 else
4876   echo "$ac_t""no" 1>&6
4877 fi
4878 done
4879
4880 fi
4881
4882 if test $ol_link_threads != no ; then  
4883                         cat >> confdefs.h <<\EOF
4884 #define REENTRANT 1
4885 EOF
4886
4887         cat >> confdefs.h <<\EOF
4888 #define _REENTRANT 1
4889 EOF
4890
4891         cat >> confdefs.h <<\EOF
4892 #define THREAD_SAFE 1
4893 EOF
4894
4895         cat >> confdefs.h <<\EOF
4896 #define _THREAD_SAFE 1
4897 EOF
4898
4899         cat >> confdefs.h <<\EOF
4900 #define THREADSAFE 1
4901 EOF
4902
4903         cat >> confdefs.h <<\EOF
4904 #define _THREADSAFE 1
4905 EOF
4906
4907
4908                                         echo $ac_n "checking for thread specific errno""... $ac_c" 1>&6
4909 echo "configure:4910: checking for thread specific errno" >&5
4910 if eval "test \"`echo '$''{'ol_cv_errno_thread_specific'+set}'`\" = set"; then
4911   echo $ac_n "(cached) $ac_c" 1>&6
4912 else
4913   
4914                 cat > conftest.$ac_ext <<EOF
4915 #line 4916 "configure"
4916 #include "confdefs.h"
4917
4918 #include <errno.h>
4919                         
4920 int main() {
4921
4922 int x = errno;
4923                         
4924 ; return 0; }
4925 EOF
4926 if { (eval echo configure:4927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4927   rm -rf conftest*
4928   ol_cv_errno_thread_specific=yes
4929 else
4930   echo "configure: failed program was:" >&5
4931   cat conftest.$ac_ext >&5
4932   rm -rf conftest*
4933   ol_cv_errno_thread_specific=no
4934 fi
4935 rm -f conftest*
4936         
4937 fi
4938
4939 echo "$ac_t""$ol_cv_errno_thread_specific" 1>&6
4940
4941         if test $ol_cv_errno_thread_specific != yes ; then
4942                 LIBS="$LTHREAD_LIBS $LIBS"
4943                 LTHREAD_LIBS=""
4944         fi
4945
4946 fi  
4947
4948
4949 if test $ol_link_threads = no ; then
4950         if test $ol_with_threads = yes ; then
4951                 { echo "configure: error: no suitable thread support" 1>&2; exit 1; }
4952         fi
4953
4954         if test $ol_with_threads = auto ; then
4955                 echo "configure: warning: no suitable thread support, disabling threads" 1>&2
4956                 ol_with_threads=no
4957         fi
4958
4959         cat >> confdefs.h <<\EOF
4960 #define NO_THREADS 1
4961 EOF
4962
4963         LTHREAD_LIBS=""
4964 fi
4965
4966 ol_link_ldbm=no 
4967 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = db2 ; then
4968         echo $ac_n "checking for DB2 library""... $ac_c" 1>&6
4969 echo "configure:4970: checking for DB2 library" >&5
4970 if eval "test \"`echo '$''{'ol_cv_lib_db2'+set}'`\" = set"; then
4971   echo $ac_n "(cached) $ac_c" 1>&6
4972 else
4973         ol_LIBS="$LIBS"
4974         echo $ac_n "checking for db_open in -ldb""... $ac_c" 1>&6
4975 echo "configure:4976: checking for db_open in -ldb" >&5
4976 ac_lib_var=`echo db'_'db_open | sed 'y%./+-%__p_%'`
4977 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4978   echo $ac_n "(cached) $ac_c" 1>&6
4979 else
4980   ac_save_LIBS="$LIBS"
4981 LIBS="-ldb  $LIBS"
4982 cat > conftest.$ac_ext <<EOF
4983 #line 4984 "configure"
4984 #include "confdefs.h"
4985 /* Override any gcc2 internal prototype to avoid an error.  */
4986 /* We use char because int might match the return type of a gcc2
4987     builtin and then its argument prototype would still apply.  */
4988 char db_open();
4989
4990 int main() {
4991 db_open()
4992 ; return 0; }
4993 EOF
4994 if { (eval echo configure:4995: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4995   rm -rf conftest*
4996   eval "ac_cv_lib_$ac_lib_var=yes"
4997 else
4998   echo "configure: failed program was:" >&5
4999   cat conftest.$ac_ext >&5
5000   rm -rf conftest*
5001   eval "ac_cv_lib_$ac_lib_var=no"
5002 fi
5003 rm -f conftest*
5004 LIBS="$ac_save_LIBS"
5005
5006 fi
5007 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5008   echo "$ac_t""yes" 1>&6
5009   ol_cv_lib_db2=-ldb
5010 else
5011   echo "$ac_t""no" 1>&6
5012 ol_cv_lib_db2=no
5013 fi
5014
5015         LIBS="$ol_LIBS"
5016
5017 fi
5018
5019 echo "$ac_t""$ol_cv_lib_db2" 1>&6
5020
5021 for ac_hdr in db.h
5022 do
5023 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5024 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5025 echo "configure:5026: checking for $ac_hdr" >&5
5026 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5027   echo $ac_n "(cached) $ac_c" 1>&6
5028 else
5029   cat > conftest.$ac_ext <<EOF
5030 #line 5031 "configure"
5031 #include "confdefs.h"
5032 #include <$ac_hdr>
5033 EOF
5034 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5035 { (eval echo configure:5036: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5036 ac_err=`grep -v '^ *+' conftest.out`
5037 if test -z "$ac_err"; then
5038   rm -rf conftest*
5039   eval "ac_cv_header_$ac_safe=yes"
5040 else
5041   echo "$ac_err" >&5
5042   echo "configure: failed program was:" >&5
5043   cat conftest.$ac_ext >&5
5044   rm -rf conftest*
5045   eval "ac_cv_header_$ac_safe=no"
5046 fi
5047 rm -f conftest*
5048 fi
5049 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5050   echo "$ac_t""yes" 1>&6
5051     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5052   cat >> confdefs.h <<EOF
5053 #define $ac_tr_hdr 1
5054 EOF
5055  
5056 else
5057   echo "$ac_t""no" 1>&6
5058 fi
5059 done
5060
5061 if test $ac_cv_header_db_h = yes ; then
5062         echo $ac_n "checking if db.h is DB2""... $ac_c" 1>&6
5063 echo "configure:5064: checking if db.h is DB2" >&5
5064 if eval "test \"`echo '$''{'ol_cv_header_db2'+set}'`\" = set"; then
5065   echo $ac_n "(cached) $ac_c" 1>&6
5066 else
5067   
5068                 cat > conftest.$ac_ext <<EOF
5069 #line 5070 "configure"
5070 #include "confdefs.h"
5071
5072 #                       include <db.h>
5073                         /* this check could be improved */
5074 #                       ifdef DB_VERSION_MAJOR
5075 #                               if DB_VERSION_MAJOR == 2
5076                                         __db_version_2
5077 #                               endif
5078 #                       endif
5079                 
5080 EOF
5081 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5082   egrep "__db_version_2" >/dev/null 2>&1; then
5083   rm -rf conftest*
5084   ol_cv_header_db2=yes
5085 else
5086   rm -rf conftest*
5087   ol_cv_header_db2=no
5088 fi
5089 rm -f conftest*
5090
5091 fi
5092
5093 echo "$ac_t""$ol_cv_header_db2" 1>&6
5094 else
5095         ol_cv_header_db2=no
5096 fi
5097
5098
5099  
5100  echo $ac_n "checking for Berkeley DB2""... $ac_c" 1>&6
5101 echo "configure:5102: checking for Berkeley DB2" >&5
5102 if eval "test \"`echo '$''{'ol_cv_berkeley_db2'+set}'`\" = set"; then
5103   echo $ac_n "(cached) $ac_c" 1>&6
5104 else
5105   
5106         if test $ol_cv_lib_db2 = no -o $ol_cv_header_db2 = no ; then
5107                 ol_cv_berkeley_db2=no
5108         else
5109                 ol_cv_berkeley_db2=yes
5110         fi
5111
5112 fi
5113
5114 echo "$ac_t""$ol_cv_berkeley_db2" 1>&6
5115  if test $ol_cv_berkeley_db2 = yes ; then
5116         cat >> confdefs.h <<\EOF
5117 #define HAVE_BERKELEY_DB2 1
5118 EOF
5119
5120  fi
5121
5122
5123         if test $ol_cv_berkeley_db2 = yes ; then
5124                 ol_link_ldbm=db2
5125                 ol_with_ldbm_api=db2
5126
5127                 if test $ol_with_ldbm_type = hash ; then
5128                         cat >> confdefs.h <<\EOF
5129 #define LDBM_USE_DBHASH 1
5130 EOF
5131
5132                 else
5133                         cat >> confdefs.h <<\EOF
5134 #define LDBM_USE_DBBTREE 1
5135 EOF
5136
5137                 fi
5138
5139                                                 if test $ol_cv_lib_db2 != yes ; then
5140                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_db2"
5141                 fi
5142         fi
5143 fi
5144
5145 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = db ; then
5146         echo $ac_n "checking for Berkeley DB library""... $ac_c" 1>&6
5147 echo "configure:5148: checking for Berkeley DB library" >&5
5148 if eval "test \"`echo '$''{'ol_cv_lib_db'+set}'`\" = set"; then
5149   echo $ac_n "(cached) $ac_c" 1>&6
5150 else
5151         ol_LIBS="$LIBS"
5152         echo $ac_n "checking for dbopen""... $ac_c" 1>&6
5153 echo "configure:5154: checking for dbopen" >&5
5154 if eval "test \"`echo '$''{'ac_cv_func_dbopen'+set}'`\" = set"; then
5155   echo $ac_n "(cached) $ac_c" 1>&6
5156 else
5157   cat > conftest.$ac_ext <<EOF
5158 #line 5159 "configure"
5159 #include "confdefs.h"
5160 /* System header to define __stub macros and hopefully few prototypes,
5161     which can conflict with char dbopen(); below.  */
5162 #include <assert.h>
5163 /* Override any gcc2 internal prototype to avoid an error.  */
5164 /* We use char because int might match the return type of a gcc2
5165     builtin and then its argument prototype would still apply.  */
5166 char dbopen();
5167
5168 int main() {
5169
5170 /* The GNU C library defines this for functions which it implements
5171     to always fail with ENOSYS.  Some functions are actually named
5172     something starting with __ and the normal name is an alias.  */
5173 #if defined (__stub_dbopen) || defined (__stub___dbopen)
5174 choke me
5175 #else
5176 dbopen();
5177 #endif
5178
5179 ; return 0; }
5180 EOF
5181 if { (eval echo configure:5182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5182   rm -rf conftest*
5183   eval "ac_cv_func_dbopen=yes"
5184 else
5185   echo "configure: failed program was:" >&5
5186   cat conftest.$ac_ext >&5
5187   rm -rf conftest*
5188   eval "ac_cv_func_dbopen=no"
5189 fi
5190 rm -f conftest*
5191 fi
5192
5193 if eval "test \"`echo '$ac_cv_func_'dbopen`\" = yes"; then
5194   echo "$ac_t""yes" 1>&6
5195   ol_cv_lib_db=yes
5196 else
5197   echo "$ac_t""no" 1>&6
5198
5199                 echo $ac_n "checking for dbopen in -ldb""... $ac_c" 1>&6
5200 echo "configure:5201: checking for dbopen in -ldb" >&5
5201 ac_lib_var=`echo db'_'dbopen | sed 'y%./+-%__p_%'`
5202 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5203   echo $ac_n "(cached) $ac_c" 1>&6
5204 else
5205   ac_save_LIBS="$LIBS"
5206 LIBS="-ldb  $LIBS"
5207 cat > conftest.$ac_ext <<EOF
5208 #line 5209 "configure"
5209 #include "confdefs.h"
5210 /* Override any gcc2 internal prototype to avoid an error.  */
5211 /* We use char because int might match the return type of a gcc2
5212     builtin and then its argument prototype would still apply.  */
5213 char dbopen();
5214
5215 int main() {
5216 dbopen()
5217 ; return 0; }
5218 EOF
5219 if { (eval echo configure:5220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5220   rm -rf conftest*
5221   eval "ac_cv_lib_$ac_lib_var=yes"
5222 else
5223   echo "configure: failed program was:" >&5
5224   cat conftest.$ac_ext >&5
5225   rm -rf conftest*
5226   eval "ac_cv_lib_$ac_lib_var=no"
5227 fi
5228 rm -f conftest*
5229 LIBS="$ac_save_LIBS"
5230
5231 fi
5232 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5233   echo "$ac_t""yes" 1>&6
5234   ol_cv_lib_db=-ldb
5235 else
5236   echo "$ac_t""no" 1>&6
5237 ol_cv_lib_db=no
5238 fi
5239
5240         
5241 fi
5242
5243         LIBS="$ol_LIBS"
5244
5245 fi
5246
5247 echo "$ac_t""$ol_cv_lib_db" 1>&6
5248
5249
5250 for ac_hdr in db_185.h
5251 do
5252 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5253 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5254 echo "configure:5255: checking for $ac_hdr" >&5
5255 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5256   echo $ac_n "(cached) $ac_c" 1>&6
5257 else
5258   cat > conftest.$ac_ext <<EOF
5259 #line 5260 "configure"
5260 #include "confdefs.h"
5261 #include <$ac_hdr>
5262 EOF
5263 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5264 { (eval echo configure:5265: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5265 ac_err=`grep -v '^ *+' conftest.out`
5266 if test -z "$ac_err"; then
5267   rm -rf conftest*
5268   eval "ac_cv_header_$ac_safe=yes"
5269 else
5270   echo "$ac_err" >&5
5271   echo "configure: failed program was:" >&5
5272   cat conftest.$ac_ext >&5
5273   rm -rf conftest*
5274   eval "ac_cv_header_$ac_safe=no"
5275 fi
5276 rm -f conftest*
5277 fi
5278 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5279   echo "$ac_t""yes" 1>&6
5280     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5281   cat >> confdefs.h <<EOF
5282 #define $ac_tr_hdr 1
5283 EOF
5284  
5285 else
5286   echo "$ac_t""no" 1>&6
5287 fi
5288 done
5289
5290 if test $ol_cv_header_db2 = yes ; then
5291         
5292         ol_cv_header_db=$ac_cv_header_db_185_h
5293 else
5294         ol_cv_header_db=$ac_cv_header_db_h
5295 fi
5296
5297
5298  
5299  echo $ac_n "checking for Berkeley DB""... $ac_c" 1>&6
5300 echo "configure:5301: checking for Berkeley DB" >&5
5301 if eval "test \"`echo '$''{'ol_cv_berkeley_db'+set}'`\" = set"; then
5302   echo $ac_n "(cached) $ac_c" 1>&6
5303 else
5304   
5305         if test $ol_cv_lib_db = no -o $ol_cv_header_db = no ; then
5306                 ol_cv_berkeley_db=no
5307         else
5308                 ol_cv_berkeley_db=yes
5309         fi
5310
5311 fi
5312
5313 echo "$ac_t""$ol_cv_berkeley_db" 1>&6
5314  if test $ol_cv_berkeley_db = yes ; then
5315         cat >> confdefs.h <<\EOF
5316 #define HAVE_BERKELEY_DB 1
5317 EOF
5318
5319  fi
5320
5321
5322         if test $ol_cv_berkeley_db = yes ; then
5323                 ol_link_ldbm=db
5324                 ol_with_ldbm_api=db
5325
5326                 if test $ol_with_ldbm_type = hash ; then
5327                         cat >> confdefs.h <<\EOF
5328 #define LDBM_USE_DBHASH 1
5329 EOF
5330
5331                 else
5332                         cat >> confdefs.h <<\EOF
5333 #define LDBM_USE_DBBTREE 1
5334 EOF
5335
5336                 fi
5337
5338                                                 if test $ol_cv_lib_db != yes ; then
5339                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_db"
5340                 fi
5341         fi
5342 fi
5343
5344 if test $ol_with_ldbm_api = manual ; then
5345                 ol_link_ldbm=yes
5346
5347         echo "configure: warning: LDBM defines and link options must be set manually" 1>&2
5348
5349         for ac_hdr in db.h db_185.h gdbm.h ndbm.h
5350 do
5351 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5352 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5353 echo "configure:5354: checking for $ac_hdr" >&5
5354 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5355   echo $ac_n "(cached) $ac_c" 1>&6
5356 else
5357   cat > conftest.$ac_ext <<EOF
5358 #line 5359 "configure"
5359 #include "confdefs.h"
5360 #include <$ac_hdr>
5361 EOF
5362 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5363 { (eval echo configure:5364: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5364 ac_err=`grep -v '^ *+' conftest.out`
5365 if test -z "$ac_err"; then
5366   rm -rf conftest*
5367   eval "ac_cv_header_$ac_safe=yes"
5368 else
5369   echo "$ac_err" >&5
5370   echo "configure: failed program was:" >&5
5371   cat conftest.$ac_ext >&5
5372   rm -rf conftest*
5373   eval "ac_cv_header_$ac_safe=no"
5374 fi
5375 rm -f conftest*
5376 fi
5377 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5378   echo "$ac_t""yes" 1>&6
5379     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5380   cat >> confdefs.h <<EOF
5381 #define $ac_tr_hdr 1
5382 EOF
5383  
5384 else
5385   echo "$ac_t""no" 1>&6
5386 fi
5387 done
5388
5389 fi
5390
5391 if test $ol_link_ldbm = no -a $ol_with_ldbm_type = btree ; then
5392         echo "configure: warning: Could not find LDBM with BTREE support" 1>&2
5393         ol_with_ldbm_api=none
5394 fi
5395
5396 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = gdbm ; then
5397         echo $ac_n "checking for GDBM library""... $ac_c" 1>&6
5398 echo "configure:5399: checking for GDBM library" >&5
5399 if eval "test \"`echo '$''{'ol_cv_lib_gdbm'+set}'`\" = set"; then
5400   echo $ac_n "(cached) $ac_c" 1>&6
5401 else
5402         ol_LIBS="$LIBS"
5403         echo $ac_n "checking for gdbm_open""... $ac_c" 1>&6
5404 echo "configure:5405: checking for gdbm_open" >&5
5405 if eval "test \"`echo '$''{'ac_cv_func_gdbm_open'+set}'`\" = set"; then
5406   echo $ac_n "(cached) $ac_c" 1>&6
5407 else
5408   cat > conftest.$ac_ext <<EOF
5409 #line 5410 "configure"
5410 #include "confdefs.h"
5411 /* System header to define __stub macros and hopefully few prototypes,
5412     which can conflict with char gdbm_open(); below.  */
5413 #include <assert.h>
5414 /* Override any gcc2 internal prototype to avoid an error.  */
5415 /* We use char because int might match the return type of a gcc2
5416     builtin and then its argument prototype would still apply.  */
5417 char gdbm_open();
5418
5419 int main() {
5420
5421 /* The GNU C library defines this for functions which it implements
5422     to always fail with ENOSYS.  Some functions are actually named
5423     something starting with __ and the normal name is an alias.  */
5424 #if defined (__stub_gdbm_open) || defined (__stub___gdbm_open)
5425 choke me
5426 #else
5427 gdbm_open();
5428 #endif
5429
5430 ; return 0; }
5431 EOF
5432 if { (eval echo configure:5433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5433   rm -rf conftest*
5434   eval "ac_cv_func_gdbm_open=yes"
5435 else
5436   echo "configure: failed program was:" >&5
5437   cat conftest.$ac_ext >&5
5438   rm -rf conftest*
5439   eval "ac_cv_func_gdbm_open=no"
5440 fi
5441 rm -f conftest*
5442 fi
5443
5444 if eval "test \"`echo '$ac_cv_func_'gdbm_open`\" = yes"; then
5445   echo "$ac_t""yes" 1>&6
5446   ol_cv_lib_gdbm=yes
5447 else
5448   echo "$ac_t""no" 1>&6
5449
5450                 echo $ac_n "checking for gdbm_open in -lgdbm""... $ac_c" 1>&6
5451 echo "configure:5452: checking for gdbm_open in -lgdbm" >&5
5452 ac_lib_var=`echo gdbm'_'gdbm_open | sed 'y%./+-%__p_%'`
5453 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5454   echo $ac_n "(cached) $ac_c" 1>&6
5455 else
5456   ac_save_LIBS="$LIBS"
5457 LIBS="-lgdbm  $LIBS"
5458 cat > conftest.$ac_ext <<EOF
5459 #line 5460 "configure"
5460 #include "confdefs.h"
5461 /* Override any gcc2 internal prototype to avoid an error.  */
5462 /* We use char because int might match the return type of a gcc2
5463     builtin and then its argument prototype would still apply.  */
5464 char gdbm_open();
5465
5466 int main() {
5467 gdbm_open()
5468 ; return 0; }
5469 EOF
5470 if { (eval echo configure:5471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5471   rm -rf conftest*
5472   eval "ac_cv_lib_$ac_lib_var=yes"
5473 else
5474   echo "configure: failed program was:" >&5
5475   cat conftest.$ac_ext >&5
5476   rm -rf conftest*
5477   eval "ac_cv_lib_$ac_lib_var=no"
5478 fi
5479 rm -f conftest*
5480 LIBS="$ac_save_LIBS"
5481
5482 fi
5483 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5484   echo "$ac_t""yes" 1>&6
5485   ol_cv_lib_gdbm=-lgdbm
5486 else
5487   echo "$ac_t""no" 1>&6
5488 ol_cv_lib_gdbm=no
5489 fi
5490
5491         
5492 fi
5493
5494         LIBS="$ol_LIBS"
5495
5496 fi
5497
5498 echo "$ac_t""$ol_cv_lib_gdbm" 1>&6
5499
5500
5501  for ac_hdr in gdbm.h
5502 do
5503 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5504 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5505 echo "configure:5506: checking for $ac_hdr" >&5
5506 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5507   echo $ac_n "(cached) $ac_c" 1>&6
5508 else
5509   cat > conftest.$ac_ext <<EOF
5510 #line 5511 "configure"
5511 #include "confdefs.h"
5512 #include <$ac_hdr>
5513 EOF
5514 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5515 { (eval echo configure:5516: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5516 ac_err=`grep -v '^ *+' conftest.out`
5517 if test -z "$ac_err"; then
5518   rm -rf conftest*
5519   eval "ac_cv_header_$ac_safe=yes"
5520 else
5521   echo "$ac_err" >&5
5522   echo "configure: failed program was:" >&5
5523   cat conftest.$ac_ext >&5
5524   rm -rf conftest*
5525   eval "ac_cv_header_$ac_safe=no"
5526 fi
5527 rm -f conftest*
5528 fi
5529 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5530   echo "$ac_t""yes" 1>&6
5531     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5532   cat >> confdefs.h <<EOF
5533 #define $ac_tr_hdr 1
5534 EOF
5535  
5536 else
5537   echo "$ac_t""no" 1>&6
5538 fi
5539 done
5540
5541  echo $ac_n "checking for db""... $ac_c" 1>&6
5542 echo "configure:5543: checking for db" >&5
5543 if eval "test \"`echo '$''{'ol_cv_gdbm'+set}'`\" = set"; then
5544   echo $ac_n "(cached) $ac_c" 1>&6
5545 else
5546   
5547         if test $ol_cv_lib_gdbm = no -o $ac_cv_header_gdbm_h = no ; then
5548                 ol_cv_gdbm=no
5549         else
5550                 ol_cv_gdbm=yes
5551         fi
5552
5553 fi
5554
5555 echo "$ac_t""$ol_cv_gdbm" 1>&6
5556  if test $ol_cv_gdbm = yes ; then
5557         cat >> confdefs.h <<\EOF
5558 #define HAVE_GDBM 1
5559 EOF
5560
5561  fi
5562
5563
5564         if test $ol_cv_gdbm = yes ; then
5565                 ol_link_ldbm=gdbm
5566                 ol_with_ldbm_api=gdbm
5567
5568                 if test $ol_cv_lib_gdbm != yes ; then
5569                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_gdbm"
5570                 fi
5571         fi
5572 fi
5573
5574 if test $ol_with_ldbm_api = auto ; then
5575         echo "configure: warning: skipping automatic checking for NDBM, must be manually enabled." 1>&2
5576 elif test $ol_with_ldbm_api = ndbm ; then
5577         echo $ac_n "checking for NDBM library""... $ac_c" 1>&6
5578 echo "configure:5579: checking for NDBM library" >&5
5579 if eval "test \"`echo '$''{'ol_cv_lib_ndbm'+set}'`\" = set"; then
5580   echo $ac_n "(cached) $ac_c" 1>&6
5581 else
5582         ol_LIBS="$LIBS"
5583         echo $ac_n "checking for dbm_open""... $ac_c" 1>&6
5584 echo "configure:5585: checking for dbm_open" >&5
5585 if eval "test \"`echo '$''{'ac_cv_func_dbm_open'+set}'`\" = set"; then
5586   echo $ac_n "(cached) $ac_c" 1>&6
5587 else
5588   cat > conftest.$ac_ext <<EOF
5589 #line 5590 "configure"
5590 #include "confdefs.h"
5591 /* System header to define __stub macros and hopefully few prototypes,
5592     which can conflict with char dbm_open(); below.  */
5593 #include <assert.h>
5594 /* Override any gcc2 internal prototype to avoid an error.  */
5595 /* We use char because int might match the return type of a gcc2
5596     builtin and then its argument prototype would still apply.  */
5597 char dbm_open();
5598
5599 int main() {
5600
5601 /* The GNU C library defines this for functions which it implements
5602     to always fail with ENOSYS.  Some functions are actually named
5603     something starting with __ and the normal name is an alias.  */
5604 #if defined (__stub_dbm_open) || defined (__stub___dbm_open)
5605 choke me
5606 #else
5607 dbm_open();
5608 #endif
5609
5610 ; return 0; }
5611 EOF
5612 if { (eval echo configure:5613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5613   rm -rf conftest*
5614   eval "ac_cv_func_dbm_open=yes"
5615 else
5616   echo "configure: failed program was:" >&5
5617   cat conftest.$ac_ext >&5
5618   rm -rf conftest*
5619   eval "ac_cv_func_dbm_open=no"
5620 fi
5621 rm -f conftest*
5622 fi
5623
5624 if eval "test \"`echo '$ac_cv_func_'dbm_open`\" = yes"; then
5625   echo "$ac_t""yes" 1>&6
5626   ol_cv_lib_ndbm=yes
5627 else
5628   echo "$ac_t""no" 1>&6
5629
5630                 echo $ac_n "checking for dbm_open in -lndbm""... $ac_c" 1>&6
5631 echo "configure:5632: checking for dbm_open in -lndbm" >&5
5632 ac_lib_var=`echo ndbm'_'dbm_open | sed 'y%./+-%__p_%'`
5633 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5634   echo $ac_n "(cached) $ac_c" 1>&6
5635 else
5636   ac_save_LIBS="$LIBS"
5637 LIBS="-lndbm  $LIBS"
5638 cat > conftest.$ac_ext <<EOF
5639 #line 5640 "configure"
5640 #include "confdefs.h"
5641 /* Override any gcc2 internal prototype to avoid an error.  */
5642 /* We use char because int might match the return type of a gcc2
5643     builtin and then its argument prototype would still apply.  */
5644 char dbm_open();
5645
5646 int main() {
5647 dbm_open()
5648 ; return 0; }
5649 EOF
5650 if { (eval echo configure:5651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5651   rm -rf conftest*
5652   eval "ac_cv_lib_$ac_lib_var=yes"
5653 else
5654   echo "configure: failed program was:" >&5
5655   cat conftest.$ac_ext >&5
5656   rm -rf conftest*
5657   eval "ac_cv_lib_$ac_lib_var=no"
5658 fi
5659 rm -f conftest*
5660 LIBS="$ac_save_LIBS"
5661
5662 fi
5663 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5664   echo "$ac_t""yes" 1>&6
5665   ol_cv_lib_ndbm=-lndbm
5666 else
5667   echo "$ac_t""no" 1>&6
5668
5669                         echo $ac_n "checking for dbm_open in -ldbm""... $ac_c" 1>&6
5670 echo "configure:5671: checking for dbm_open in -ldbm" >&5
5671 ac_lib_var=`echo dbm'_'dbm_open | sed 'y%./+-%__p_%'`
5672 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5673   echo $ac_n "(cached) $ac_c" 1>&6
5674 else
5675   ac_save_LIBS="$LIBS"
5676 LIBS="-ldbm  $LIBS"
5677 cat > conftest.$ac_ext <<EOF
5678 #line 5679 "configure"
5679 #include "confdefs.h"
5680 /* Override any gcc2 internal prototype to avoid an error.  */
5681 /* We use char because int might match the return type of a gcc2
5682     builtin and then its argument prototype would still apply.  */
5683 char dbm_open();
5684
5685 int main() {
5686 dbm_open()
5687 ; return 0; }
5688 EOF
5689 if { (eval echo configure:5690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5690   rm -rf conftest*
5691   eval "ac_cv_lib_$ac_lib_var=yes"
5692 else
5693   echo "configure: failed program was:" >&5
5694   cat conftest.$ac_ext >&5
5695   rm -rf conftest*
5696   eval "ac_cv_lib_$ac_lib_var=no"
5697 fi
5698 rm -f conftest*
5699 LIBS="$ac_save_LIBS"
5700
5701 fi
5702 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5703   echo "$ac_t""yes" 1>&6
5704   ol_cv_lib_ndbm=-ldbm
5705 else
5706   echo "$ac_t""no" 1>&6
5707 ol_cv_lib_ndbm=no
5708 fi
5709                 
5710 fi
5711
5712         
5713 fi
5714
5715         LIBS="$ol_LIBS"
5716
5717 fi
5718
5719 echo "$ac_t""$ol_cv_lib_ndbm" 1>&6
5720
5721
5722  for ac_hdr in ndbm.h
5723 do
5724 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5725 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5726 echo "configure:5727: checking for $ac_hdr" >&5
5727 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5728   echo $ac_n "(cached) $ac_c" 1>&6
5729 else
5730   cat > conftest.$ac_ext <<EOF
5731 #line 5732 "configure"
5732 #include "confdefs.h"
5733 #include <$ac_hdr>
5734 EOF
5735 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5736 { (eval echo configure:5737: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5737 ac_err=`grep -v '^ *+' conftest.out`
5738 if test -z "$ac_err"; then
5739   rm -rf conftest*
5740   eval "ac_cv_header_$ac_safe=yes"
5741 else
5742   echo "$ac_err" >&5
5743   echo "configure: failed program was:" >&5
5744   cat conftest.$ac_ext >&5
5745   rm -rf conftest*
5746   eval "ac_cv_header_$ac_safe=no"
5747 fi
5748 rm -f conftest*
5749 fi
5750 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5751   echo "$ac_t""yes" 1>&6
5752     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5753   cat >> confdefs.h <<EOF
5754 #define $ac_tr_hdr 1
5755 EOF
5756  
5757 else
5758   echo "$ac_t""no" 1>&6
5759 fi
5760 done
5761
5762  echo $ac_n "checking for db""... $ac_c" 1>&6
5763 echo "configure:5764: checking for db" >&5
5764 if eval "test \"`echo '$''{'ol_cv_ndbm'+set}'`\" = set"; then
5765   echo $ac_n "(cached) $ac_c" 1>&6
5766 else
5767   
5768         if test $ol_cv_lib_ndbm = no -o $ac_cv_header_ndbm_h = no ; then
5769                 ol_cv_ndbm=no
5770         else
5771                 ol_cv_ndbm=yes
5772         fi
5773
5774 fi
5775
5776 echo "$ac_t""$ol_cv_ndbm" 1>&6
5777  if test $ol_cv_ndbm = yes ; then
5778         cat >> confdefs.h <<\EOF
5779 #define HAVE_NDBM 1
5780 EOF
5781
5782  fi
5783
5784
5785         if test $ol_cv_ndbm = yes ; then
5786                 ol_link_ldbm=ndbm
5787                 ol_with_ldbm_api=ndbm
5788
5789                 if test $ol_cv_lib_ndbm != yes ; then
5790                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_ndbm"
5791                 fi
5792         fi
5793 fi
5794
5795 if test $ol_link_ldbm = no -a $ol_enable_ldbm != no ; then
5796         echo "configure: warning: could not find suitable LDBM backend" 1>&2
5797         if test $ol_enable_ldbm = yes ; then
5798                 { echo "configure: error: select appropriate LDBM options or disable" 1>&2; exit 1; }
5799         fi
5800
5801         echo "configure: warning: disabling LDBM" 1>&2
5802         ol_enable_ldbm=no
5803 fi
5804
5805 if test $ol_enable_wrappers != no ; then
5806         echo $ac_n "checking for main in -lwrap""... $ac_c" 1>&6
5807 echo "configure:5808: checking for main in -lwrap" >&5
5808 ac_lib_var=`echo wrap'_'main | sed 'y%./+-%__p_%'`
5809 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5810   echo $ac_n "(cached) $ac_c" 1>&6
5811 else
5812   ac_save_LIBS="$LIBS"
5813 LIBS="-lwrap  $LIBS"
5814 cat > conftest.$ac_ext <<EOF
5815 #line 5816 "configure"
5816 #include "confdefs.h"
5817
5818 int main() {
5819 main()
5820 ; return 0; }
5821 EOF
5822 if { (eval echo configure:5823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5823   rm -rf conftest*
5824   eval "ac_cv_lib_$ac_lib_var=yes"
5825 else
5826   echo "configure: failed program was:" >&5
5827   cat conftest.$ac_ext >&5
5828   rm -rf conftest*
5829   eval "ac_cv_lib_$ac_lib_var=no"
5830 fi
5831 rm -f conftest*
5832 LIBS="$ac_save_LIBS"
5833
5834 fi
5835 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5836   echo "$ac_t""yes" 1>&6
5837   have_wrappers=yes
5838 else
5839   echo "$ac_t""no" 1>&6
5840 have_wrappers=no
5841 fi
5842
5843
5844         if test $have_wrappers = yes ; then
5845                 cat >> confdefs.h <<\EOF
5846 #define HAVE_TCPD 1
5847 EOF
5848
5849                 SLAPD_LIBS="$SLAPD_LIBS -lwrap"
5850         else
5851                 echo "configure: warning: could not find -lwrap" 1>&2
5852                 if test $ol_enable_wrappers = yes ; then
5853                         { echo "configure: error: could not find wrappers" 1>&2; exit 1; }
5854                 fi
5855
5856                 echo "configure: warning: disabling wrappers support" 1>&2
5857                 ol_enable_wrappers=no
5858         fi
5859
5860 fi
5861
5862 if test $ol_enable_syslog != no ; then
5863         echo $ac_n "checking for openlog""... $ac_c" 1>&6
5864 echo "configure:5865: checking for openlog" >&5
5865 if eval "test \"`echo '$''{'ac_cv_func_openlog'+set}'`\" = set"; then
5866   echo $ac_n "(cached) $ac_c" 1>&6
5867 else
5868   cat > conftest.$ac_ext <<EOF
5869 #line 5870 "configure"
5870 #include "confdefs.h"
5871 /* System header to define __stub macros and hopefully few prototypes,
5872     which can conflict with char openlog(); below.  */
5873 #include <assert.h>
5874 /* Override any gcc2 internal prototype to avoid an error.  */
5875 /* We use char because int might match the return type of a gcc2
5876     builtin and then its argument prototype would still apply.  */
5877 char openlog();
5878
5879 int main() {
5880
5881 /* The GNU C library defines this for functions which it implements
5882     to always fail with ENOSYS.  Some functions are actually named
5883     something starting with __ and the normal name is an alias.  */
5884 #if defined (__stub_openlog) || defined (__stub___openlog)
5885 choke me
5886 #else
5887 openlog();
5888 #endif
5889
5890 ; return 0; }
5891 EOF
5892 if { (eval echo configure:5893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5893   rm -rf conftest*
5894   eval "ac_cv_func_openlog=yes"
5895 else
5896   echo "configure: failed program was:" >&5
5897   cat conftest.$ac_ext >&5
5898   rm -rf conftest*
5899   eval "ac_cv_func_openlog=no"
5900 fi
5901 rm -f conftest*
5902 fi
5903
5904 if eval "test \"`echo '$ac_cv_func_'openlog`\" = yes"; then
5905   echo "$ac_t""yes" 1>&6
5906   :
5907 else
5908   echo "$ac_t""no" 1>&6
5909 fi
5910
5911         if test $ac_cv_func_openlog = no -a $ol_enable_syslog = yes; then
5912                 { echo "configure: error: could not find syslog" 1>&2; exit 1; }
5913         fi
5914         ol_enable_syslog=$ac_cv_func_openlog
5915 fi
5916
5917 if test $ol_enable_dmalloc != no ; then
5918         for ac_hdr in dmalloc.h
5919 do
5920 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5921 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5922 echo "configure:5923: checking for $ac_hdr" >&5
5923 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5924   echo $ac_n "(cached) $ac_c" 1>&6
5925 else
5926   cat > conftest.$ac_ext <<EOF
5927 #line 5928 "configure"
5928 #include "confdefs.h"
5929 #include <$ac_hdr>
5930 EOF
5931 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5932 { (eval echo configure:5933: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5933 ac_err=`grep -v '^ *+' conftest.out`
5934 if test -z "$ac_err"; then
5935   rm -rf conftest*
5936   eval "ac_cv_header_$ac_safe=yes"
5937 else
5938   echo "$ac_err" >&5
5939   echo "configure: failed program was:" >&5
5940   cat conftest.$ac_ext >&5
5941   rm -rf conftest*
5942   eval "ac_cv_header_$ac_safe=no"
5943 fi
5944 rm -f conftest*
5945 fi
5946 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5947   echo "$ac_t""yes" 1>&6
5948     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5949   cat >> confdefs.h <<EOF
5950 #define $ac_tr_hdr 1
5951 EOF
5952  
5953 else
5954   echo "$ac_t""no" 1>&6
5955 fi
5956 done
5957
5958         echo $ac_n "checking for dmalloc_shutdown in -ldmalloc""... $ac_c" 1>&6
5959 echo "configure:5960: checking for dmalloc_shutdown in -ldmalloc" >&5
5960 ac_lib_var=`echo dmalloc'_'dmalloc_shutdown | sed 'y%./+-%__p_%'`
5961 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5962   echo $ac_n "(cached) $ac_c" 1>&6
5963 else
5964   ac_save_LIBS="$LIBS"
5965 LIBS="-ldmalloc  $LIBS"
5966 cat > conftest.$ac_ext <<EOF
5967 #line 5968 "configure"
5968 #include "confdefs.h"
5969 /* Override any gcc2 internal prototype to avoid an error.  */
5970 /* We use char because int might match the return type of a gcc2
5971     builtin and then its argument prototype would still apply.  */
5972 char dmalloc_shutdown();
5973
5974 int main() {
5975 dmalloc_shutdown()
5976 ; return 0; }
5977 EOF
5978 if { (eval echo configure:5979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5979   rm -rf conftest*
5980   eval "ac_cv_lib_$ac_lib_var=yes"
5981 else
5982   echo "configure: failed program was:" >&5
5983   cat conftest.$ac_ext >&5
5984   rm -rf conftest*
5985   eval "ac_cv_lib_$ac_lib_var=no"
5986 fi
5987 rm -f conftest*
5988 LIBS="$ac_save_LIBS"
5989
5990 fi
5991 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5992   echo "$ac_t""yes" 1>&6
5993     ac_tr_lib=HAVE_LIB`echo dmalloc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
5994     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
5995   cat >> confdefs.h <<EOF
5996 #define $ac_tr_lib 1
5997 EOF
5998
5999   LIBS="-ldmalloc $LIBS"
6000
6001 else
6002   echo "$ac_t""no" 1>&6
6003 fi
6004
6005 fi
6006
6007 # ud needs termcap (should insert check here)
6008 ol_link_termcap=no
6009 for ac_hdr in termcap.h ncurses.h
6010 do
6011 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6012 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6013 echo "configure:6014: checking for $ac_hdr" >&5
6014 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6015   echo $ac_n "(cached) $ac_c" 1>&6
6016 else
6017   cat > conftest.$ac_ext <<EOF
6018 #line 6019 "configure"
6019 #include "confdefs.h"
6020 #include <$ac_hdr>
6021 EOF
6022 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6023 { (eval echo configure:6024: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6024 ac_err=`grep -v '^ *+' conftest.out`
6025 if test -z "$ac_err"; then
6026   rm -rf conftest*
6027   eval "ac_cv_header_$ac_safe=yes"
6028 else
6029   echo "$ac_err" >&5
6030   echo "configure: failed program was:" >&5
6031   cat conftest.$ac_ext >&5
6032   rm -rf conftest*
6033   eval "ac_cv_header_$ac_safe=no"
6034 fi
6035 rm -f conftest*
6036 fi
6037 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6038   echo "$ac_t""yes" 1>&6
6039     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6040   cat >> confdefs.h <<EOF
6041 #define $ac_tr_hdr 1
6042 EOF
6043  
6044 else
6045   echo "$ac_t""no" 1>&6
6046 fi
6047 done
6048
6049
6050 if test $ol_link_termcap = no ; then
6051         echo $ac_n "checking for tputs in -ltermcap""... $ac_c" 1>&6
6052 echo "configure:6053: checking for tputs in -ltermcap" >&5
6053 ac_lib_var=`echo termcap'_'tputs | sed 'y%./+-%__p_%'`
6054 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6055   echo $ac_n "(cached) $ac_c" 1>&6
6056 else
6057   ac_save_LIBS="$LIBS"
6058 LIBS="-ltermcap  $LIBS"
6059 cat > conftest.$ac_ext <<EOF
6060 #line 6061 "configure"
6061 #include "confdefs.h"
6062 /* Override any gcc2 internal prototype to avoid an error.  */
6063 /* We use char because int might match the return type of a gcc2
6064     builtin and then its argument prototype would still apply.  */
6065 char tputs();
6066
6067 int main() {
6068 tputs()
6069 ; return 0; }
6070 EOF
6071 if { (eval echo configure:6072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6072   rm -rf conftest*
6073   eval "ac_cv_lib_$ac_lib_var=yes"
6074 else
6075   echo "configure: failed program was:" >&5
6076   cat conftest.$ac_ext >&5
6077   rm -rf conftest*
6078   eval "ac_cv_lib_$ac_lib_var=no"
6079 fi
6080 rm -f conftest*
6081 LIBS="$ac_save_LIBS"
6082
6083 fi
6084 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6085   echo "$ac_t""yes" 1>&6
6086   have_termcap=yes
6087 else
6088   echo "$ac_t""no" 1>&6
6089 have_termcap=no
6090 fi
6091
6092         if test $have_termcap = yes ; then
6093                 cat >> confdefs.h <<\EOF
6094 #define HAVE_TERMCAP 1
6095 EOF
6096
6097                 ol_link_termcap=yes
6098                 TERMCAP_LIBS=-ltermcap
6099         fi
6100 fi
6101
6102 if test $ol_link_termcap = no ; then
6103         echo $ac_n "checking for initscr in -lncurses""... $ac_c" 1>&6
6104 echo "configure:6105: checking for initscr in -lncurses" >&5
6105 ac_lib_var=`echo ncurses'_'initscr | sed 'y%./+-%__p_%'`
6106 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6107   echo $ac_n "(cached) $ac_c" 1>&6
6108 else
6109   ac_save_LIBS="$LIBS"
6110 LIBS="-lncurses  $LIBS"
6111 cat > conftest.$ac_ext <<EOF
6112 #line 6113 "configure"
6113 #include "confdefs.h"
6114 /* Override any gcc2 internal prototype to avoid an error.  */
6115 /* We use char because int might match the return type of a gcc2
6116     builtin and then its argument prototype would still apply.  */
6117 char initscr();
6118
6119 int main() {
6120 initscr()
6121 ; return 0; }
6122 EOF
6123 if { (eval echo configure:6124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6124   rm -rf conftest*
6125   eval "ac_cv_lib_$ac_lib_var=yes"
6126 else
6127   echo "configure: failed program was:" >&5
6128   cat conftest.$ac_ext >&5
6129   rm -rf conftest*
6130   eval "ac_cv_lib_$ac_lib_var=no"
6131 fi
6132 rm -f conftest*
6133 LIBS="$ac_save_LIBS"
6134
6135 fi
6136 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6137   echo "$ac_t""yes" 1>&6
6138   have_ncurses=yes
6139 else
6140   echo "$ac_t""no" 1>&6
6141 have_ncurses=no
6142 fi
6143
6144         if test $have_ncurses = yes ; then
6145                 cat >> confdefs.h <<\EOF
6146 #define HAVE_NCURSES 1
6147 EOF
6148
6149                 ol_link_termcap=yes
6150                 TERMCAP_LIBS=-lncurses
6151         fi
6152 fi
6153
6154 if test $ol_link_termcap = no ; then
6155         cat >> confdefs.h <<\EOF
6156 #define NO_TERMCAP 1
6157 EOF
6158
6159         TERMCAP_LIBS=
6160 fi
6161
6162 # FreeBSD (and others) have crypt(3) in -lcrypt
6163 if test $ol_enable_crypt != no ; then
6164         echo $ac_n "checking for crypt""... $ac_c" 1>&6
6165 echo "configure:6166: checking for crypt" >&5
6166 if eval "test \"`echo '$''{'ac_cv_func_crypt'+set}'`\" = set"; then
6167   echo $ac_n "(cached) $ac_c" 1>&6
6168 else
6169   cat > conftest.$ac_ext <<EOF
6170 #line 6171 "configure"
6171 #include "confdefs.h"
6172 /* System header to define __stub macros and hopefully few prototypes,
6173     which can conflict with char crypt(); below.  */
6174 #include <assert.h>
6175 /* Override any gcc2 internal prototype to avoid an error.  */
6176 /* We use char because int might match the return type of a gcc2
6177     builtin and then its argument prototype would still apply.  */
6178 char crypt();
6179
6180 int main() {
6181
6182 /* The GNU C library defines this for functions which it implements
6183     to always fail with ENOSYS.  Some functions are actually named
6184     something starting with __ and the normal name is an alias.  */
6185 #if defined (__stub_crypt) || defined (__stub___crypt)
6186 choke me
6187 #else
6188 crypt();
6189 #endif
6190
6191 ; return 0; }
6192 EOF
6193 if { (eval echo configure:6194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6194   rm -rf conftest*
6195   eval "ac_cv_func_crypt=yes"
6196 else
6197   echo "configure: failed program was:" >&5
6198   cat conftest.$ac_ext >&5
6199   rm -rf conftest*
6200   eval "ac_cv_func_crypt=no"
6201 fi
6202 rm -f conftest*
6203 fi
6204
6205 if eval "test \"`echo '$ac_cv_func_'crypt`\" = yes"; then
6206   echo "$ac_t""yes" 1>&6
6207   have_crypt=yes
6208 else
6209   echo "$ac_t""no" 1>&6
6210
6211                 echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
6212 echo "configure:6213: checking for crypt in -lcrypt" >&5
6213 ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
6214 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6215   echo $ac_n "(cached) $ac_c" 1>&6
6216 else
6217   ac_save_LIBS="$LIBS"
6218 LIBS="-lcrypt  $LIBS"
6219 cat > conftest.$ac_ext <<EOF
6220 #line 6221 "configure"
6221 #include "confdefs.h"
6222 /* Override any gcc2 internal prototype to avoid an error.  */
6223 /* We use char because int might match the return type of a gcc2
6224     builtin and then its argument prototype would still apply.  */
6225 char crypt();
6226
6227 int main() {
6228 crypt()
6229 ; return 0; }
6230 EOF
6231 if { (eval echo configure:6232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6232   rm -rf conftest*
6233   eval "ac_cv_lib_$ac_lib_var=yes"
6234 else
6235   echo "configure: failed program was:" >&5
6236   cat conftest.$ac_ext >&5
6237   rm -rf conftest*
6238   eval "ac_cv_lib_$ac_lib_var=no"
6239 fi
6240 rm -f conftest*
6241 LIBS="$ac_save_LIBS"
6242
6243 fi
6244 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6245   echo "$ac_t""yes" 1>&6
6246   LUTIL_LIBS="$LUTIL_LIBS -lcrypt"
6247                         have_crypt=yes
6248 else
6249   echo "$ac_t""no" 1>&6
6250 have_crypt=no
6251 fi
6252
6253 fi
6254
6255
6256         if test $have_crypt = yes ; then
6257                 cat >> confdefs.h <<\EOF
6258 #define HAVE_CRYPT 1
6259 EOF
6260
6261         else
6262                 echo "configure: warning: could not find crypt" 1>&2
6263                 if test $ol_enable_crypt = yes ; then
6264                         { echo "configure: error: could not find crypt" 1>&2; exit 1; }
6265                 fi
6266
6267                 echo "configure: warning: disabling crypt support" 1>&2
6268                 ol_enable_crypt=no
6269         fi
6270 fi
6271
6272 # FreeBSD (and others) have setproctitle(3) in -lutil
6273 if test $ol_enable_proctitle != no ; then
6274         echo $ac_n "checking for setproctitle""... $ac_c" 1>&6
6275 echo "configure:6276: checking for setproctitle" >&5
6276 if eval "test \"`echo '$''{'ac_cv_func_setproctitle'+set}'`\" = set"; then
6277   echo $ac_n "(cached) $ac_c" 1>&6
6278 else
6279   cat > conftest.$ac_ext <<EOF
6280 #line 6281 "configure"
6281 #include "confdefs.h"
6282 /* System header to define __stub macros and hopefully few prototypes,
6283     which can conflict with char setproctitle(); below.  */
6284 #include <assert.h>
6285 /* Override any gcc2 internal prototype to avoid an error.  */
6286 /* We use char because int might match the return type of a gcc2
6287     builtin and then its argument prototype would still apply.  */
6288 char setproctitle();
6289
6290 int main() {
6291
6292 /* The GNU C library defines this for functions which it implements
6293     to always fail with ENOSYS.  Some functions are actually named
6294     something starting with __ and the normal name is an alias.  */
6295 #if defined (__stub_setproctitle) || defined (__stub___setproctitle)
6296 choke me
6297 #else
6298 setproctitle();
6299 #endif
6300
6301 ; return 0; }
6302 EOF
6303 if { (eval echo configure:6304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6304   rm -rf conftest*
6305   eval "ac_cv_func_setproctitle=yes"
6306 else
6307   echo "configure: failed program was:" >&5
6308   cat conftest.$ac_ext >&5
6309   rm -rf conftest*
6310   eval "ac_cv_func_setproctitle=no"
6311 fi
6312 rm -f conftest*
6313 fi
6314
6315 if eval "test \"`echo '$ac_cv_func_'setproctitle`\" = yes"; then
6316   echo "$ac_t""yes" 1>&6
6317   have_setproctitle=yes
6318 else
6319   echo "$ac_t""no" 1>&6
6320
6321                 echo $ac_n "checking for setproctitle in -lutil""... $ac_c" 1>&6
6322 echo "configure:6323: checking for setproctitle in -lutil" >&5
6323 ac_lib_var=`echo util'_'setproctitle | sed 'y%./+-%__p_%'`
6324 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6325   echo $ac_n "(cached) $ac_c" 1>&6
6326 else
6327   ac_save_LIBS="$LIBS"
6328 LIBS="-lutil  $LIBS"
6329 cat > conftest.$ac_ext <<EOF
6330 #line 6331 "configure"
6331 #include "confdefs.h"
6332 /* Override any gcc2 internal prototype to avoid an error.  */
6333 /* We use char because int might match the return type of a gcc2
6334     builtin and then its argument prototype would still apply.  */
6335 char setproctitle();
6336
6337 int main() {
6338 setproctitle()
6339 ; return 0; }
6340 EOF
6341 if { (eval echo configure:6342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6342   rm -rf conftest*
6343   eval "ac_cv_lib_$ac_lib_var=yes"
6344 else
6345   echo "configure: failed program was:" >&5
6346   cat conftest.$ac_ext >&5
6347   rm -rf conftest*
6348   eval "ac_cv_lib_$ac_lib_var=no"
6349 fi
6350 rm -f conftest*
6351 LIBS="$ac_save_LIBS"
6352
6353 fi
6354 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6355   echo "$ac_t""yes" 1>&6
6356   have_setproctitle=yes
6357                         LUTIL_LIBS="$LUTIL_LIBS -lutil"
6358 else
6359   echo "$ac_t""no" 1>&6
6360 have_setproctitle=no
6361                         LIBOBJS="$LIBOBJS setproctitle.o"
6362 fi
6363
6364 fi
6365
6366
6367         if test $have_setproctitle = yes ; then
6368                 cat >> confdefs.h <<\EOF
6369 #define HAVE_SETPROCTITLE 1
6370 EOF
6371
6372         fi
6373 fi
6374
6375 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
6376 echo "configure:6377: checking for ANSI C header files" >&5
6377 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
6378   echo $ac_n "(cached) $ac_c" 1>&6
6379 else
6380   cat > conftest.$ac_ext <<EOF
6381 #line 6382 "configure"
6382 #include "confdefs.h"
6383 #include <stdlib.h>
6384 #include <stdarg.h>
6385 #include <string.h>
6386 #include <float.h>
6387 EOF
6388 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6389 { (eval echo configure:6390: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6390 ac_err=`grep -v '^ *+' conftest.out`
6391 if test -z "$ac_err"; then
6392   rm -rf conftest*
6393   ac_cv_header_stdc=yes
6394 else
6395   echo "$ac_err" >&5
6396   echo "configure: failed program was:" >&5
6397   cat conftest.$ac_ext >&5
6398   rm -rf conftest*
6399   ac_cv_header_stdc=no
6400 fi
6401 rm -f conftest*
6402
6403 if test $ac_cv_header_stdc = yes; then
6404   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6405 cat > conftest.$ac_ext <<EOF
6406 #line 6407 "configure"
6407 #include "confdefs.h"
6408 #include <string.h>
6409 EOF
6410 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6411   egrep "memchr" >/dev/null 2>&1; then
6412   :
6413 else
6414   rm -rf conftest*
6415   ac_cv_header_stdc=no
6416 fi
6417 rm -f conftest*
6418
6419 fi
6420
6421 if test $ac_cv_header_stdc = yes; then
6422   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6423 cat > conftest.$ac_ext <<EOF
6424 #line 6425 "configure"
6425 #include "confdefs.h"
6426 #include <stdlib.h>
6427 EOF
6428 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6429   egrep "free" >/dev/null 2>&1; then
6430   :
6431 else
6432   rm -rf conftest*
6433   ac_cv_header_stdc=no
6434 fi
6435 rm -f conftest*
6436
6437 fi
6438
6439 if test $ac_cv_header_stdc = yes; then
6440   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6441 if test "$cross_compiling" = yes; then
6442   :
6443 else
6444   cat > conftest.$ac_ext <<EOF
6445 #line 6446 "configure"
6446 #include "confdefs.h"
6447 #include <ctype.h>
6448 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6449 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6450 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6451 int main () { int i; for (i = 0; i < 256; i++)
6452 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
6453 exit (0); }
6454
6455 EOF
6456 if { (eval echo configure:6457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
6457 then
6458   :
6459 else
6460   echo "configure: failed program was:" >&5
6461   cat conftest.$ac_ext >&5
6462   rm -fr conftest*
6463   ac_cv_header_stdc=no
6464 fi
6465 rm -fr conftest*
6466 fi
6467
6468 fi
6469 fi
6470
6471 echo "$ac_t""$ac_cv_header_stdc" 1>&6
6472 if test $ac_cv_header_stdc = yes; then
6473   cat >> confdefs.h <<\EOF
6474 #define STDC_HEADERS 1
6475 EOF
6476
6477 fi
6478
6479
6480 if test $ac_cv_header_stdc != yes; then
6481         echo "configure: warning: could not Standard C compliant headers" 1>&2
6482 fi
6483
6484 ac_header_dirent=no
6485 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
6486 do
6487 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6488 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
6489 echo "configure:6490: checking for $ac_hdr that defines DIR" >&5
6490 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
6491   echo $ac_n "(cached) $ac_c" 1>&6
6492 else
6493   cat > conftest.$ac_ext <<EOF
6494 #line 6495 "configure"
6495 #include "confdefs.h"
6496 #include <sys/types.h>
6497 #include <$ac_hdr>
6498 int main() {
6499 DIR *dirp = 0;
6500 ; return 0; }
6501 EOF
6502 if { (eval echo configure:6503: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6503   rm -rf conftest*
6504   eval "ac_cv_header_dirent_$ac_safe=yes"
6505 else
6506   echo "configure: failed program was:" >&5
6507   cat conftest.$ac_ext >&5
6508   rm -rf conftest*
6509   eval "ac_cv_header_dirent_$ac_safe=no"
6510 fi
6511 rm -f conftest*
6512 fi
6513 if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
6514   echo "$ac_t""yes" 1>&6
6515     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6516   cat >> confdefs.h <<EOF
6517 #define $ac_tr_hdr 1
6518 EOF
6519  ac_header_dirent=$ac_hdr; break
6520 else
6521   echo "$ac_t""no" 1>&6
6522 fi
6523 done
6524 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
6525 if test $ac_header_dirent = dirent.h; then
6526 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
6527 echo "configure:6528: checking for opendir in -ldir" >&5
6528 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
6529 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6530   echo $ac_n "(cached) $ac_c" 1>&6
6531 else
6532   ac_save_LIBS="$LIBS"
6533 LIBS="-ldir  $LIBS"
6534 cat > conftest.$ac_ext <<EOF
6535 #line 6536 "configure"
6536 #include "confdefs.h"
6537 /* Override any gcc2 internal prototype to avoid an error.  */
6538 /* We use char because int might match the return type of a gcc2
6539     builtin and then its argument prototype would still apply.  */
6540 char opendir();
6541
6542 int main() {
6543 opendir()
6544 ; return 0; }
6545 EOF
6546 if { (eval echo configure:6547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6547   rm -rf conftest*
6548   eval "ac_cv_lib_$ac_lib_var=yes"
6549 else
6550   echo "configure: failed program was:" >&5
6551   cat conftest.$ac_ext >&5
6552   rm -rf conftest*
6553   eval "ac_cv_lib_$ac_lib_var=no"
6554 fi
6555 rm -f conftest*
6556 LIBS="$ac_save_LIBS"
6557
6558 fi
6559 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6560   echo "$ac_t""yes" 1>&6
6561   LIBS="$LIBS -ldir"
6562 else
6563   echo "$ac_t""no" 1>&6
6564 fi
6565
6566 else
6567 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
6568 echo "configure:6569: checking for opendir in -lx" >&5
6569 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
6570 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6571   echo $ac_n "(cached) $ac_c" 1>&6
6572 else
6573   ac_save_LIBS="$LIBS"
6574 LIBS="-lx  $LIBS"
6575 cat > conftest.$ac_ext <<EOF
6576 #line 6577 "configure"
6577 #include "confdefs.h"
6578 /* Override any gcc2 internal prototype to avoid an error.  */
6579 /* We use char because int might match the return type of a gcc2
6580     builtin and then its argument prototype would still apply.  */
6581 char opendir();
6582
6583 int main() {
6584 opendir()
6585 ; return 0; }
6586 EOF
6587 if { (eval echo configure:6588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6588   rm -rf conftest*
6589   eval "ac_cv_lib_$ac_lib_var=yes"
6590 else
6591   echo "configure: failed program was:" >&5
6592   cat conftest.$ac_ext >&5
6593   rm -rf conftest*
6594   eval "ac_cv_lib_$ac_lib_var=no"
6595 fi
6596 rm -f conftest*
6597 LIBS="$ac_save_LIBS"
6598
6599 fi
6600 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6601   echo "$ac_t""yes" 1>&6
6602   LIBS="$LIBS -lx"
6603 else
6604   echo "$ac_t""no" 1>&6
6605 fi
6606
6607 fi
6608
6609 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
6610 echo "configure:6611: checking for sys/wait.h that is POSIX.1 compatible" >&5
6611 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
6612   echo $ac_n "(cached) $ac_c" 1>&6
6613 else
6614   cat > conftest.$ac_ext <<EOF
6615 #line 6616 "configure"
6616 #include "confdefs.h"
6617 #include <sys/types.h>
6618 #include <sys/wait.h>
6619 #ifndef WEXITSTATUS
6620 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
6621 #endif
6622 #ifndef WIFEXITED
6623 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
6624 #endif
6625 int main() {
6626 int s;
6627 wait (&s);
6628 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
6629 ; return 0; }
6630 EOF
6631 if { (eval echo configure:6632: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6632   rm -rf conftest*
6633   ac_cv_header_sys_wait_h=yes
6634 else
6635   echo "configure: failed program was:" >&5
6636   cat conftest.$ac_ext >&5
6637   rm -rf conftest*
6638   ac_cv_header_sys_wait_h=no
6639 fi
6640 rm -f conftest*
6641 fi
6642
6643 echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
6644 if test $ac_cv_header_sys_wait_h = yes; then
6645   cat >> confdefs.h <<\EOF
6646 #define HAVE_SYS_WAIT_H 1
6647 EOF
6648
6649 fi
6650
6651 echo $ac_n "checking POSIX termios""... $ac_c" 1>&6
6652 echo "configure:6653: checking POSIX termios" >&5
6653 if eval "test \"`echo '$''{'am_cv_sys_posix_termios'+set}'`\" = set"; then
6654   echo $ac_n "(cached) $ac_c" 1>&6
6655 else
6656   cat > conftest.$ac_ext <<EOF
6657 #line 6658 "configure"
6658 #include "confdefs.h"
6659 #include <sys/types.h>
6660 #include <unistd.h>
6661 #include <termios.h>
6662 int main() {
6663 /* SunOS 4.0.3 has termios.h but not the library calls.  */
6664    tcgetattr(0, 0);
6665 ; return 0; }
6666 EOF
6667 if { (eval echo configure:6668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6668   rm -rf conftest*
6669   am_cv_sys_posix_termios=yes
6670 else
6671   echo "configure: failed program was:" >&5
6672   cat conftest.$ac_ext >&5
6673   rm -rf conftest*
6674   am_cv_sys_posix_termios=no
6675 fi
6676 rm -f conftest*
6677 fi
6678
6679 echo "$ac_t""$am_cv_sys_posix_termios" 1>&6
6680
6681
6682  echo $ac_n "checking whether use of TIOCGWINSZ requires sys/ioctl.h""... $ac_c" 1>&6
6683 echo "configure:6684: checking whether use of TIOCGWINSZ requires sys/ioctl.h" >&5
6684 if eval "test \"`echo '$''{'am_cv_sys_tiocgwinsz_needs_sys_ioctl_h'+set}'`\" = set"; then
6685   echo $ac_n "(cached) $ac_c" 1>&6
6686 else
6687   am_cv_sys_tiocgwinsz_needs_sys_ioctl_h=no
6688
6689   gwinsz_in_termios_h=no
6690   if test $am_cv_sys_posix_termios = yes; then
6691     cat > conftest.$ac_ext <<EOF
6692 #line 6693 "configure"
6693 #include "confdefs.h"
6694 #include <sys/types.h>
6695 #     include <termios.h>
6696 #     ifdef TIOCGWINSZ
6697         yes
6698 #     endif
6699     
6700 EOF
6701 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6702   egrep "yes" >/dev/null 2>&1; then
6703   rm -rf conftest*
6704   gwinsz_in_termios_h=yes
6705 fi
6706 rm -f conftest*
6707
6708   fi
6709
6710   if test $gwinsz_in_termios_h = no; then
6711     cat > conftest.$ac_ext <<EOF
6712 #line 6713 "configure"
6713 #include "confdefs.h"
6714 #include <sys/types.h>
6715 #     include <sys/ioctl.h>
6716 #     ifdef TIOCGWINSZ
6717         yes
6718 #     endif
6719     
6720 EOF
6721 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6722   egrep "yes" >/dev/null 2>&1; then
6723   rm -rf conftest*
6724   am_cv_sys_tiocgwinsz_needs_sys_ioctl_h=yes
6725 fi
6726 rm -f conftest*
6727
6728   fi
6729   
6730 fi
6731
6732 echo "$ac_t""$am_cv_sys_tiocgwinsz_needs_sys_ioctl_h" 1>&6
6733   if test $am_cv_sys_tiocgwinsz_needs_sys_ioctl_h = yes; then
6734     cat >> confdefs.h <<\EOF
6735 #define GWINSZ_IN_SYS_IOCTL 1
6736 EOF
6737
6738   fi
6739
6740 if test $am_cv_sys_posix_termios = yes ; then
6741         cat >> confdefs.h <<\EOF
6742 #define HAVE_POSIX_TERMIOS 1
6743 EOF
6744
6745 fi
6746
6747 for ac_hdr in \
6748         crypt.h                 \
6749         errno.h                 \
6750         fcntl.h                 \
6751         filio.h                 \
6752         getopt.h                \
6753         libutil.h               \
6754         limits.h                \
6755         malloc.h                \
6756         memory.h                \
6757         regex.h                 \
6758         psap.h                  \
6759         pwd.h                   \
6760         sgtty.h                 \
6761         stdarg.h                \
6762         stddef.h                \
6763         string.h                \
6764         strings.h               \
6765         sys/file.h              \
6766         sys/filio.h             \
6767         sys/errno.h             \
6768         sys/ioctl.h             \
6769         sys/param.h             \
6770         sys/resource.h  \
6771         sys/socket.h    \
6772         sys/syslog.h    \
6773         sys/time.h              \
6774         sys/types.h             \
6775         syslog.h                \
6776         termios.h               \
6777         unistd.h                \
6778
6779 do
6780 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6781 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6782 echo "configure:6783: checking for $ac_hdr" >&5
6783 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6784   echo $ac_n "(cached) $ac_c" 1>&6
6785 else
6786   cat > conftest.$ac_ext <<EOF
6787 #line 6788 "configure"
6788 #include "confdefs.h"
6789 #include <$ac_hdr>
6790 EOF
6791 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6792 { (eval echo configure:6793: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6793 ac_err=`grep -v '^ *+' conftest.out`
6794 if test -z "$ac_err"; then
6795   rm -rf conftest*
6796   eval "ac_cv_header_$ac_safe=yes"
6797 else
6798   echo "$ac_err" >&5
6799   echo "configure: failed program was:" >&5
6800   cat conftest.$ac_ext >&5
6801   rm -rf conftest*
6802   eval "ac_cv_header_$ac_safe=no"
6803 fi
6804 rm -f conftest*
6805 fi
6806 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6807   echo "$ac_t""yes" 1>&6
6808     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6809   cat >> confdefs.h <<EOF
6810 #define $ac_tr_hdr 1
6811 EOF
6812  
6813 else
6814   echo "$ac_t""no" 1>&6
6815 fi
6816 done
6817
6818
6819 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
6820 echo "configure:6821: checking for uid_t in sys/types.h" >&5
6821 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
6822   echo $ac_n "(cached) $ac_c" 1>&6
6823 else
6824   cat > conftest.$ac_ext <<EOF
6825 #line 6826 "configure"
6826 #include "confdefs.h"
6827 #include <sys/types.h>
6828 EOF
6829 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6830   egrep "uid_t" >/dev/null 2>&1; then
6831   rm -rf conftest*
6832   ac_cv_type_uid_t=yes
6833 else
6834   rm -rf conftest*
6835   ac_cv_type_uid_t=no
6836 fi
6837 rm -f conftest*
6838
6839 fi
6840
6841 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
6842 if test $ac_cv_type_uid_t = no; then
6843   cat >> confdefs.h <<\EOF
6844 #define uid_t int
6845 EOF
6846
6847   cat >> confdefs.h <<\EOF
6848 #define gid_t int
6849 EOF
6850
6851 fi
6852
6853 echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6
6854 echo "configure:6855: checking type of array argument to getgroups" >&5
6855 if eval "test \"`echo '$''{'ac_cv_type_getgroups'+set}'`\" = set"; then
6856   echo $ac_n "(cached) $ac_c" 1>&6
6857 else
6858   if test "$cross_compiling" = yes; then
6859   ac_cv_type_getgroups=cross
6860 else
6861   cat > conftest.$ac_ext <<EOF
6862 #line 6863 "configure"
6863 #include "confdefs.h"
6864
6865 /* Thanks to Mike Rendell for this test.  */
6866 #include <sys/types.h>
6867 #define NGID 256
6868 #undef MAX
6869 #define MAX(x, y) ((x) > (y) ? (x) : (y))
6870 main()
6871 {
6872   gid_t gidset[NGID];
6873   int i, n;
6874   union { gid_t gval; long lval; }  val;
6875
6876   val.lval = -1;
6877   for (i = 0; i < NGID; i++)
6878     gidset[i] = val.gval;
6879   n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
6880                  gidset);
6881   /* Exit non-zero if getgroups seems to require an array of ints.  This
6882      happens when gid_t is short but getgroups modifies an array of ints.  */
6883   exit ((n > 0 && gidset[n] != val.gval) ? 1 : 0);
6884 }
6885
6886 EOF
6887 if { (eval echo configure:6888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
6888 then
6889     ac_cv_type_getgroups=gid_t
6890 else
6891   echo "configure: failed program was:" >&5
6892   cat conftest.$ac_ext >&5
6893   rm -fr conftest*
6894   ac_cv_type_getgroups=int
6895 fi
6896 rm -fr conftest*
6897 fi
6898
6899 if test $ac_cv_type_getgroups = cross; then
6900         cat > conftest.$ac_ext <<EOF
6901 #line 6902 "configure"
6902 #include "confdefs.h"
6903 #include <unistd.h>
6904 EOF
6905 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6906   egrep "getgroups.*int.*gid_t" >/dev/null 2>&1; then
6907   rm -rf conftest*
6908   ac_cv_type_getgroups=gid_t
6909 else
6910   rm -rf conftest*
6911   ac_cv_type_getgroups=int
6912 fi
6913 rm -f conftest*
6914
6915 fi
6916 fi
6917
6918 echo "$ac_t""$ac_cv_type_getgroups" 1>&6
6919 cat >> confdefs.h <<EOF
6920 #define GETGROUPS_T $ac_cv_type_getgroups
6921 EOF
6922
6923  echo $ac_n "checking for mode_t""... $ac_c" 1>&6
6924 echo "configure:6925: checking for mode_t" >&5
6925 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
6926   echo $ac_n "(cached) $ac_c" 1>&6
6927 else
6928   cat > conftest.$ac_ext <<EOF
6929 #line 6930 "configure"
6930 #include "confdefs.h"
6931 #include <sys/types.h>
6932 #if STDC_HEADERS
6933 #include <stdlib.h>
6934 #include <stddef.h>
6935 #endif
6936 EOF
6937 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6938   egrep "mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
6939   rm -rf conftest*
6940   ac_cv_type_mode_t=yes
6941 else
6942   rm -rf conftest*
6943   ac_cv_type_mode_t=no
6944 fi
6945 rm -f conftest*
6946
6947 fi
6948 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
6949 if test $ac_cv_type_mode_t = no; then
6950   cat >> confdefs.h <<\EOF
6951 #define mode_t int
6952 EOF
6953
6954 fi
6955
6956 echo $ac_n "checking for off_t""... $ac_c" 1>&6
6957 echo "configure:6958: checking for off_t" >&5
6958 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
6959   echo $ac_n "(cached) $ac_c" 1>&6
6960 else
6961   cat > conftest.$ac_ext <<EOF
6962 #line 6963 "configure"
6963 #include "confdefs.h"
6964 #include <sys/types.h>
6965 #if STDC_HEADERS
6966 #include <stdlib.h>
6967 #include <stddef.h>
6968 #endif
6969 EOF
6970 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6971   egrep "off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
6972   rm -rf conftest*
6973   ac_cv_type_off_t=yes
6974 else
6975   rm -rf conftest*
6976   ac_cv_type_off_t=no
6977 fi
6978 rm -f conftest*
6979
6980 fi
6981 echo "$ac_t""$ac_cv_type_off_t" 1>&6
6982 if test $ac_cv_type_off_t = no; then
6983   cat >> confdefs.h <<\EOF
6984 #define off_t long
6985 EOF
6986
6987 fi
6988
6989 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
6990 echo "configure:6991: checking for pid_t" >&5
6991 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
6992   echo $ac_n "(cached) $ac_c" 1>&6
6993 else
6994   cat > conftest.$ac_ext <<EOF
6995 #line 6996 "configure"
6996 #include "confdefs.h"
6997 #include <sys/types.h>
6998 #if STDC_HEADERS
6999 #include <stdlib.h>
7000 #include <stddef.h>
7001 #endif
7002 EOF
7003 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7004   egrep "pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
7005   rm -rf conftest*
7006   ac_cv_type_pid_t=yes
7007 else
7008   rm -rf conftest*
7009   ac_cv_type_pid_t=no
7010 fi
7011 rm -f conftest*
7012
7013 fi
7014 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
7015 if test $ac_cv_type_pid_t = no; then
7016   cat >> confdefs.h <<\EOF
7017 #define pid_t int
7018 EOF
7019
7020 fi
7021
7022 echo $ac_n "checking for ptrdiff_t""... $ac_c" 1>&6
7023 echo "configure:7024: checking for ptrdiff_t" >&5
7024 if eval "test \"`echo '$''{'am_cv_type_ptrdiff_t'+set}'`\" = set"; then
7025   echo $ac_n "(cached) $ac_c" 1>&6
7026 else
7027   cat > conftest.$ac_ext <<EOF
7028 #line 7029 "configure"
7029 #include "confdefs.h"
7030 #include <stddef.h>
7031 int main() {
7032 ptrdiff_t p
7033 ; return 0; }
7034 EOF
7035 if { (eval echo configure:7036: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7036   rm -rf conftest*
7037   am_cv_type_ptrdiff_t=yes
7038 else
7039   echo "configure: failed program was:" >&5
7040   cat conftest.$ac_ext >&5
7041   rm -rf conftest*
7042   am_cv_type_ptrdiff_t=no
7043 fi
7044 rm -f conftest*
7045 fi
7046
7047 echo "$ac_t""$am_cv_type_ptrdiff_t" 1>&6
7048    if test $am_cv_type_ptrdiff_t = yes; then
7049      cat >> confdefs.h <<\EOF
7050 #define HAVE_PTRDIFF_T 1
7051 EOF
7052
7053    fi
7054
7055 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
7056 echo "configure:7057: checking return type of signal handlers" >&5
7057 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
7058   echo $ac_n "(cached) $ac_c" 1>&6
7059 else
7060   cat > conftest.$ac_ext <<EOF
7061 #line 7062 "configure"
7062 #include "confdefs.h"
7063 #include <sys/types.h>
7064 #include <signal.h>
7065 #ifdef signal
7066 #undef signal
7067 #endif
7068 #ifdef __cplusplus
7069 extern "C" void (*signal (int, void (*)(int)))(int);
7070 #else
7071 void (*signal ()) ();
7072 #endif
7073
7074 int main() {
7075 int i;
7076 ; return 0; }
7077 EOF
7078 if { (eval echo configure:7079: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7079   rm -rf conftest*
7080   ac_cv_type_signal=void
7081 else
7082   echo "configure: failed program was:" >&5
7083   cat conftest.$ac_ext >&5
7084   rm -rf conftest*
7085   ac_cv_type_signal=int
7086 fi
7087 rm -f conftest*
7088 fi
7089
7090 echo "$ac_t""$ac_cv_type_signal" 1>&6
7091 cat >> confdefs.h <<EOF
7092 #define RETSIGTYPE $ac_cv_type_signal
7093 EOF
7094
7095
7096 echo $ac_n "checking for sig_atomic_t""... $ac_c" 1>&6
7097 echo "configure:7098: checking for sig_atomic_t" >&5
7098 if eval "test \"`echo '$''{'ol_cv_type_sig_atomic_t'+set}'`\" = set"; then
7099   echo $ac_n "(cached) $ac_c" 1>&6
7100 else
7101   cat > conftest.$ac_ext <<EOF
7102 #line 7103 "configure"
7103 #include "confdefs.h"
7104 #include <signal.h>
7105 int main() {
7106 sig_atomic_t atomic;
7107 ; return 0; }
7108 EOF
7109 if { (eval echo configure:7110: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7110   rm -rf conftest*
7111   ol_cv_type_sig_atomic_t=yes
7112 else
7113   echo "configure: failed program was:" >&5
7114   cat conftest.$ac_ext >&5
7115   rm -rf conftest*
7116   ol_cv_type_sig_atomic_t=no
7117 fi
7118 rm -f conftest*
7119 fi
7120
7121 echo "$ac_t""$ol_cv_type_sig_atomic_t" 1>&6
7122   if test $ol_cv_type_sig_atomic_t = no; then
7123     cat >> confdefs.h <<\EOF
7124 #define sig_atomic_t int
7125 EOF
7126
7127   fi
7128  
7129 echo $ac_n "checking for size_t""... $ac_c" 1>&6
7130 echo "configure:7131: checking for size_t" >&5
7131 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
7132   echo $ac_n "(cached) $ac_c" 1>&6
7133 else
7134   cat > conftest.$ac_ext <<EOF
7135 #line 7136 "configure"
7136 #include "confdefs.h"
7137 #include <sys/types.h>
7138 #if STDC_HEADERS
7139 #include <stdlib.h>
7140 #include <stddef.h>
7141 #endif
7142 EOF
7143 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7144   egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
7145   rm -rf conftest*
7146   ac_cv_type_size_t=yes
7147 else
7148   rm -rf conftest*
7149   ac_cv_type_size_t=no
7150 fi
7151 rm -f conftest*
7152
7153 fi
7154 echo "$ac_t""$ac_cv_type_size_t" 1>&6
7155 if test $ac_cv_type_size_t = no; then
7156   cat >> confdefs.h <<\EOF
7157 #define size_t unsigned
7158 EOF
7159
7160 fi
7161
7162 echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
7163 echo "configure:7164: checking for st_blksize in struct stat" >&5
7164 if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then
7165   echo $ac_n "(cached) $ac_c" 1>&6
7166 else
7167   cat > conftest.$ac_ext <<EOF
7168 #line 7169 "configure"
7169 #include "confdefs.h"
7170 #include <sys/types.h>
7171 #include <sys/stat.h>
7172 int main() {
7173 struct stat s; s.st_blksize;
7174 ; return 0; }
7175 EOF
7176 if { (eval echo configure:7177: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7177   rm -rf conftest*
7178   ac_cv_struct_st_blksize=yes
7179 else
7180   echo "configure: failed program was:" >&5
7181   cat conftest.$ac_ext >&5
7182   rm -rf conftest*
7183   ac_cv_struct_st_blksize=no
7184 fi
7185 rm -f conftest*
7186 fi
7187
7188 echo "$ac_t""$ac_cv_struct_st_blksize" 1>&6
7189 if test $ac_cv_struct_st_blksize = yes; then
7190   cat >> confdefs.h <<\EOF
7191 #define HAVE_ST_BLKSIZE 1
7192 EOF
7193
7194 fi
7195
7196 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
7197 echo "configure:7198: checking whether time.h and sys/time.h may both be included" >&5
7198 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
7199   echo $ac_n "(cached) $ac_c" 1>&6
7200 else
7201   cat > conftest.$ac_ext <<EOF
7202 #line 7203 "configure"
7203 #include "confdefs.h"
7204 #include <sys/types.h>
7205 #include <sys/time.h>
7206 #include <time.h>
7207 int main() {
7208 struct tm *tp;
7209 ; return 0; }
7210 EOF
7211 if { (eval echo configure:7212: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7212   rm -rf conftest*
7213   ac_cv_header_time=yes
7214 else
7215   echo "configure: failed program was:" >&5
7216   cat conftest.$ac_ext >&5
7217   rm -rf conftest*
7218   ac_cv_header_time=no
7219 fi
7220 rm -f conftest*
7221 fi
7222
7223 echo "$ac_t""$ac_cv_header_time" 1>&6
7224 if test $ac_cv_header_time = yes; then
7225   cat >> confdefs.h <<\EOF
7226 #define TIME_WITH_SYS_TIME 1
7227 EOF
7228
7229 fi
7230
7231 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
7232 echo "configure:7233: checking whether struct tm is in sys/time.h or time.h" >&5
7233 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
7234   echo $ac_n "(cached) $ac_c" 1>&6
7235 else
7236   cat > conftest.$ac_ext <<EOF
7237 #line 7238 "configure"
7238 #include "confdefs.h"
7239 #include <sys/types.h>
7240 #include <time.h>
7241 int main() {
7242 struct tm *tp; tp->tm_sec;
7243 ; return 0; }
7244 EOF
7245 if { (eval echo configure:7246: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7246   rm -rf conftest*
7247   ac_cv_struct_tm=time.h
7248 else
7249   echo "configure: failed program was:" >&5
7250   cat conftest.$ac_ext >&5
7251   rm -rf conftest*
7252   ac_cv_struct_tm=sys/time.h
7253 fi
7254 rm -f conftest*
7255 fi
7256
7257 echo "$ac_t""$ac_cv_struct_tm" 1>&6
7258 if test $ac_cv_struct_tm = sys/time.h; then
7259   cat >> confdefs.h <<\EOF
7260 #define TM_IN_SYS_TIME 1
7261 EOF
7262
7263 fi
7264
7265
7266
7267 echo $ac_n "checking if toupper() requires islower()""... $ac_c" 1>&6
7268 echo "configure:7269: checking if toupper() requires islower()" >&5
7269 if eval "test \"`echo '$''{'ol_cv_c_upper_lower'+set}'`\" = set"; then
7270   echo $ac_n "(cached) $ac_c" 1>&6
7271 else
7272   
7273         if test "$cross_compiling" = yes; then
7274   ol_cv_c_upper_lower=safe
7275 else
7276   cat > conftest.$ac_ext <<EOF
7277 #line 7278 "configure"
7278 #include "confdefs.h"
7279
7280 #include <ctype.h>
7281 main()
7282 {
7283         if ('C' == toupper('C'))
7284                 exit(0);
7285         else
7286                 exit(1);
7287 }
7288 EOF
7289 if { (eval echo configure:7290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
7290 then
7291   ol_cv_c_upper_lower=no
7292 else
7293   echo "configure: failed program was:" >&5
7294   cat conftest.$ac_ext >&5
7295   rm -fr conftest*
7296   ol_cv_c_upper_lower=yes
7297 fi
7298 rm -fr conftest*
7299 fi
7300
7301 fi
7302
7303 echo "$ac_t""$ol_cv_c_upper_lower" 1>&6
7304 if test $ol_cv_c_upper_lower != no ; then
7305         cat >> confdefs.h <<\EOF
7306 #define C_UPPER_LOWER 1
7307 EOF
7308
7309 fi
7310
7311 echo $ac_n "checking for working const""... $ac_c" 1>&6
7312 echo "configure:7313: checking for working const" >&5
7313 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
7314   echo $ac_n "(cached) $ac_c" 1>&6
7315 else
7316   cat > conftest.$ac_ext <<EOF
7317 #line 7318 "configure"
7318 #include "confdefs.h"
7319
7320 int main() {
7321
7322 /* Ultrix mips cc rejects this.  */
7323 typedef int charset[2]; const charset x;
7324 /* SunOS 4.1.1 cc rejects this.  */
7325 char const *const *ccp;
7326 char **p;
7327 /* NEC SVR4.0.2 mips cc rejects this.  */
7328 struct point {int x, y;};
7329 static struct point const zero = {0,0};
7330 /* AIX XL C 1.02.0.0 rejects this.
7331    It does not let you subtract one const X* pointer from another in an arm
7332    of an if-expression whose if-part is not a constant expression */
7333 const char *g = "string";
7334 ccp = &g + (g ? g-g : 0);
7335 /* HPUX 7.0 cc rejects these. */
7336 ++ccp;
7337 p = (char**) ccp;
7338 ccp = (char const *const *) p;
7339 { /* SCO 3.2v4 cc rejects this.  */
7340   char *t;
7341   char const *s = 0 ? (char *) 0 : (char const *) 0;
7342
7343   *t++ = 0;
7344 }
7345 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
7346   int x[] = {25, 17};
7347   const int *foo = &x[0];
7348   ++foo;
7349 }
7350 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7351   typedef const int *iptr;
7352   iptr p = 0;
7353   ++p;
7354 }
7355 { /* AIX XL C 1.02.0.0 rejects this saying
7356      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7357   struct s { int j; const int *ap[3]; };
7358   struct s *b; b->j = 5;
7359 }
7360 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7361   const int foo = 10;
7362 }
7363
7364 ; return 0; }
7365 EOF
7366 if { (eval echo configure:7367: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7367   rm -rf conftest*
7368   ac_cv_c_const=yes
7369 else
7370   echo "configure: failed program was:" >&5
7371   cat conftest.$ac_ext >&5
7372   rm -rf conftest*
7373   ac_cv_c_const=no
7374 fi
7375 rm -f conftest*
7376 fi
7377
7378 echo "$ac_t""$ac_cv_c_const" 1>&6
7379 if test $ac_cv_c_const = no; then
7380   cat >> confdefs.h <<\EOF
7381 #define const 
7382 EOF
7383
7384 fi
7385
7386 echo $ac_n "checking if compiler understands volatile""... $ac_c" 1>&6
7387 echo "configure:7388: checking if compiler understands volatile" >&5
7388 if eval "test \"`echo '$''{'ol_cv_c_volatile'+set}'`\" = set"; then
7389   echo $ac_n "(cached) $ac_c" 1>&6
7390 else
7391   cat > conftest.$ac_ext <<EOF
7392 #line 7393 "configure"
7393 #include "confdefs.h"
7394 int x, y, z;
7395 int main() {
7396 volatile int a; int * volatile b = x ? &y : &z;
7397       /* Older MIPS compilers (eg., in Ultrix 4.2) don't like *b = 0 */
7398       *b = 0;
7399 ; return 0; }
7400 EOF
7401 if { (eval echo configure:7402: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7402   rm -rf conftest*
7403   ol_cv_c_volatile=yes
7404 else
7405   echo "configure: failed program was:" >&5
7406   cat conftest.$ac_ext >&5
7407   rm -rf conftest*
7408   ol_cv_c_volatile=no
7409 fi
7410 rm -f conftest*
7411 fi
7412
7413 echo "$ac_t""$ol_cv_c_volatile" 1>&6
7414   if test $ol_cv_c_volatile = yes; then
7415     : 
7416   else
7417     cat >> confdefs.h <<\EOF
7418 #define volatile 
7419 EOF
7420
7421   fi
7422  
7423
7424 if test $cross_compiling = yes ; then
7425         cat >> confdefs.h <<\EOF
7426 #define CROSS_COMPILING 1
7427 EOF
7428
7429 else
7430         echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
7431 echo "configure:7432: checking whether byte ordering is bigendian" >&5
7432 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
7433   echo $ac_n "(cached) $ac_c" 1>&6
7434 else
7435   ac_cv_c_bigendian=unknown
7436 # See if sys/param.h defines the BYTE_ORDER macro.
7437 cat > conftest.$ac_ext <<EOF
7438 #line 7439 "configure"
7439 #include "confdefs.h"
7440 #include <sys/types.h>
7441 #include <sys/param.h>
7442 int main() {
7443
7444 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
7445  bogus endian macros
7446 #endif
7447 ; return 0; }
7448 EOF
7449 if { (eval echo configure:7450: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7450   rm -rf conftest*
7451   # It does; now see whether it defined to BIG_ENDIAN or not.
7452 cat > conftest.$ac_ext <<EOF
7453 #line 7454 "configure"
7454 #include "confdefs.h"
7455 #include <sys/types.h>
7456 #include <sys/param.h>
7457 int main() {
7458
7459 #if BYTE_ORDER != BIG_ENDIAN
7460  not big endian
7461 #endif
7462 ; return 0; }
7463 EOF
7464 if { (eval echo configure:7465: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7465   rm -rf conftest*
7466   ac_cv_c_bigendian=yes
7467 else
7468   echo "configure: failed program was:" >&5
7469   cat conftest.$ac_ext >&5
7470   rm -rf conftest*
7471   ac_cv_c_bigendian=no
7472 fi
7473 rm -f conftest*
7474 else
7475   echo "configure: failed program was:" >&5
7476   cat conftest.$ac_ext >&5
7477 fi
7478 rm -f conftest*
7479 if test $ac_cv_c_bigendian = unknown; then
7480 if test "$cross_compiling" = yes; then
7481     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
7482 else
7483   cat > conftest.$ac_ext <<EOF
7484 #line 7485 "configure"
7485 #include "confdefs.h"
7486 main () {
7487   /* Are we little or big endian?  From Harbison&Steele.  */
7488   union
7489   {
7490     long l;
7491     char c[sizeof (long)];
7492   } u;
7493   u.l = 1;
7494   exit (u.c[sizeof (long) - 1] == 1);
7495 }
7496 EOF
7497 if { (eval echo configure:7498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
7498 then
7499   ac_cv_c_bigendian=no
7500 else
7501   echo "configure: failed program was:" >&5
7502   cat conftest.$ac_ext >&5
7503   rm -fr conftest*
7504   ac_cv_c_bigendian=yes
7505 fi
7506 rm -fr conftest*
7507 fi
7508
7509 fi
7510 fi
7511
7512 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
7513 if test $ac_cv_c_bigendian = yes; then
7514   cat >> confdefs.h <<\EOF
7515 #define WORDS_BIGENDIAN 1
7516 EOF
7517
7518 fi
7519
7520         echo $ac_n "checking size of short""... $ac_c" 1>&6
7521 echo "configure:7522: checking size of short" >&5
7522 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
7523   echo $ac_n "(cached) $ac_c" 1>&6
7524 else
7525   if test "$cross_compiling" = yes; then
7526     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
7527 else
7528   cat > conftest.$ac_ext <<EOF
7529 #line 7530 "configure"
7530 #include "confdefs.h"
7531 #include <stdio.h>
7532 main()
7533 {
7534   FILE *f=fopen("conftestval", "w");
7535   if (!f) exit(1);
7536   fprintf(f, "%d\n", sizeof(short));
7537   exit(0);
7538 }
7539 EOF
7540 if { (eval echo configure:7541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
7541 then
7542   ac_cv_sizeof_short=`cat conftestval`
7543 else
7544   echo "configure: failed program was:" >&5
7545   cat conftest.$ac_ext >&5
7546   rm -fr conftest*
7547   ac_cv_sizeof_short=0
7548 fi
7549 rm -fr conftest*
7550 fi
7551
7552 fi
7553 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
7554 cat >> confdefs.h <<EOF
7555 #define SIZEOF_SHORT $ac_cv_sizeof_short
7556 EOF
7557
7558  
7559         echo $ac_n "checking size of int""... $ac_c" 1>&6
7560 echo "configure:7561: checking size of int" >&5
7561 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
7562   echo $ac_n "(cached) $ac_c" 1>&6
7563 else
7564   if test "$cross_compiling" = yes; then
7565     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
7566 else
7567   cat > conftest.$ac_ext <<EOF
7568 #line 7569 "configure"
7569 #include "confdefs.h"
7570 #include <stdio.h>
7571 main()
7572 {
7573   FILE *f=fopen("conftestval", "w");
7574   if (!f) exit(1);
7575   fprintf(f, "%d\n", sizeof(int));
7576   exit(0);
7577 }
7578 EOF
7579 if { (eval echo configure:7580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
7580 then
7581   ac_cv_sizeof_int=`cat conftestval`
7582 else
7583   echo "configure: failed program was:" >&5
7584   cat conftest.$ac_ext >&5
7585   rm -fr conftest*
7586   ac_cv_sizeof_int=0
7587 fi
7588 rm -fr conftest*
7589 fi
7590
7591 fi
7592 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
7593 cat >> confdefs.h <<EOF
7594 #define SIZEOF_INT $ac_cv_sizeof_int
7595 EOF
7596
7597  
7598         echo $ac_n "checking size of long""... $ac_c" 1>&6
7599 echo "configure:7600: checking size of long" >&5
7600 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
7601   echo $ac_n "(cached) $ac_c" 1>&6
7602 else
7603   if test "$cross_compiling" = yes; then
7604     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
7605 else
7606   cat > conftest.$ac_ext <<EOF
7607 #line 7608 "configure"
7608 #include "confdefs.h"
7609 #include <stdio.h>
7610 main()
7611 {
7612   FILE *f=fopen("conftestval", "w");
7613   if (!f) exit(1);
7614   fprintf(f, "%d\n", sizeof(long));
7615   exit(0);
7616 }
7617 EOF
7618 if { (eval echo configure:7619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
7619 then
7620   ac_cv_sizeof_long=`cat conftestval`
7621 else
7622   echo "configure: failed program was:" >&5
7623   cat conftest.$ac_ext >&5
7624   rm -fr conftest*
7625   ac_cv_sizeof_long=0
7626 fi
7627 rm -fr conftest*
7628 fi
7629
7630 fi
7631 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
7632 cat >> confdefs.h <<EOF
7633 #define SIZEOF_LONG $ac_cv_sizeof_long
7634 EOF
7635
7636
7637 fi
7638
7639 echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
7640 echo "configure:7641: checking for 8-bit clean memcmp" >&5
7641 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
7642   echo $ac_n "(cached) $ac_c" 1>&6
7643 else
7644   if test "$cross_compiling" = yes; then
7645   ac_cv_func_memcmp_clean=no
7646 else
7647   cat > conftest.$ac_ext <<EOF
7648 #line 7649 "configure"
7649 #include "confdefs.h"
7650
7651 main()
7652 {
7653   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
7654   exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
7655 }
7656
7657 EOF
7658 if { (eval echo configure:7659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
7659 then
7660   ac_cv_func_memcmp_clean=yes
7661 else
7662   echo "configure: failed program was:" >&5
7663   cat conftest.$ac_ext >&5
7664   rm -fr conftest*
7665   ac_cv_func_memcmp_clean=no
7666 fi
7667 rm -fr conftest*
7668 fi
7669
7670 fi
7671
7672 echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
7673 test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.o"
7674
7675 echo $ac_n "checking for strftime""... $ac_c" 1>&6
7676 echo "configure:7677: checking for strftime" >&5
7677 if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then
7678   echo $ac_n "(cached) $ac_c" 1>&6
7679 else
7680   cat > conftest.$ac_ext <<EOF
7681 #line 7682 "configure"
7682 #include "confdefs.h"
7683 /* System header to define __stub macros and hopefully few prototypes,
7684     which can conflict with char strftime(); below.  */
7685 #include <assert.h>
7686 /* Override any gcc2 internal prototype to avoid an error.  */
7687 /* We use char because int might match the return type of a gcc2
7688     builtin and then its argument prototype would still apply.  */
7689 char strftime();
7690
7691 int main() {
7692
7693 /* The GNU C library defines this for functions which it implements
7694     to always fail with ENOSYS.  Some functions are actually named
7695     something starting with __ and the normal name is an alias.  */
7696 #if defined (__stub_strftime) || defined (__stub___strftime)
7697 choke me
7698 #else
7699 strftime();
7700 #endif
7701
7702 ; return 0; }
7703 EOF
7704 if { (eval echo configure:7705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
7705   rm -rf conftest*
7706   eval "ac_cv_func_strftime=yes"
7707 else
7708   echo "configure: failed program was:" >&5
7709   cat conftest.$ac_ext >&5
7710   rm -rf conftest*
7711   eval "ac_cv_func_strftime=no"
7712 fi
7713 rm -f conftest*
7714 fi
7715
7716 if eval "test \"`echo '$ac_cv_func_'strftime`\" = yes"; then
7717   echo "$ac_t""yes" 1>&6
7718   cat >> confdefs.h <<\EOF
7719 #define HAVE_STRFTIME 1
7720 EOF
7721
7722 else
7723   echo "$ac_t""no" 1>&6
7724 # strftime is in -lintl on SCO UNIX.
7725 echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
7726 echo "configure:7727: checking for strftime in -lintl" >&5
7727 ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'`
7728 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7729   echo $ac_n "(cached) $ac_c" 1>&6
7730 else
7731   ac_save_LIBS="$LIBS"
7732 LIBS="-lintl  $LIBS"
7733 cat > conftest.$ac_ext <<EOF
7734 #line 7735 "configure"
7735 #include "confdefs.h"
7736 /* Override any gcc2 internal prototype to avoid an error.  */
7737 /* We use char because int might match the return type of a gcc2
7738     builtin and then its argument prototype would still apply.  */
7739 char strftime();
7740
7741 int main() {
7742 strftime()
7743 ; return 0; }
7744 EOF
7745 if { (eval echo configure:7746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
7746   rm -rf conftest*
7747   eval "ac_cv_lib_$ac_lib_var=yes"
7748 else
7749   echo "configure: failed program was:" >&5
7750   cat conftest.$ac_ext >&5
7751   rm -rf conftest*
7752   eval "ac_cv_lib_$ac_lib_var=no"
7753 fi
7754 rm -f conftest*
7755 LIBS="$ac_save_LIBS"
7756
7757 fi
7758 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7759   echo "$ac_t""yes" 1>&6
7760   cat >> confdefs.h <<\EOF
7761 #define HAVE_STRFTIME 1
7762 EOF
7763
7764 LIBS="-lintl $LIBS"
7765 else
7766   echo "$ac_t""no" 1>&6
7767 fi
7768
7769 fi
7770
7771 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
7772 echo "configure:7773: checking for vprintf" >&5
7773 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
7774   echo $ac_n "(cached) $ac_c" 1>&6
7775 else
7776   cat > conftest.$ac_ext <<EOF
7777 #line 7778 "configure"
7778 #include "confdefs.h"
7779 /* System header to define __stub macros and hopefully few prototypes,
7780     which can conflict with char vprintf(); below.  */
7781 #include <assert.h>
7782 /* Override any gcc2 internal prototype to avoid an error.  */
7783 /* We use char because int might match the return type of a gcc2
7784     builtin and then its argument prototype would still apply.  */
7785 char vprintf();
7786
7787 int main() {
7788
7789 /* The GNU C library defines this for functions which it implements
7790     to always fail with ENOSYS.  Some functions are actually named
7791     something starting with __ and the normal name is an alias.  */
7792 #if defined (__stub_vprintf) || defined (__stub___vprintf)
7793 choke me
7794 #else
7795 vprintf();
7796 #endif
7797
7798 ; return 0; }
7799 EOF
7800 if { (eval echo configure:7801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
7801   rm -rf conftest*
7802   eval "ac_cv_func_vprintf=yes"
7803 else
7804   echo "configure: failed program was:" >&5
7805   cat conftest.$ac_ext >&5
7806   rm -rf conftest*
7807   eval "ac_cv_func_vprintf=no"
7808 fi
7809 rm -f conftest*
7810 fi
7811
7812 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
7813   echo "$ac_t""yes" 1>&6
7814   cat >> confdefs.h <<\EOF
7815 #define HAVE_VPRINTF 1
7816 EOF
7817
7818 else
7819   echo "$ac_t""no" 1>&6
7820 fi
7821
7822 if test "$ac_cv_func_vprintf" != yes; then
7823 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
7824 echo "configure:7825: checking for _doprnt" >&5
7825 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
7826   echo $ac_n "(cached) $ac_c" 1>&6
7827 else
7828   cat > conftest.$ac_ext <<EOF
7829 #line 7830 "configure"
7830 #include "confdefs.h"
7831 /* System header to define __stub macros and hopefully few prototypes,
7832     which can conflict with char _doprnt(); below.  */
7833 #include <assert.h>
7834 /* Override any gcc2 internal prototype to avoid an error.  */
7835 /* We use char because int might match the return type of a gcc2
7836     builtin and then its argument prototype would still apply.  */
7837 char _doprnt();
7838
7839 int main() {
7840
7841 /* The GNU C library defines this for functions which it implements
7842     to always fail with ENOSYS.  Some functions are actually named
7843     something starting with __ and the normal name is an alias.  */
7844 #if defined (__stub__doprnt) || defined (__stub____doprnt)
7845 choke me
7846 #else
7847 _doprnt();
7848 #endif
7849
7850 ; return 0; }
7851 EOF
7852 if { (eval echo configure:7853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
7853   rm -rf conftest*
7854   eval "ac_cv_func__doprnt=yes"
7855 else
7856   echo "configure: failed program was:" >&5
7857   cat conftest.$ac_ext >&5
7858   rm -rf conftest*
7859   eval "ac_cv_func__doprnt=no"
7860 fi
7861 rm -f conftest*
7862 fi
7863
7864 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
7865   echo "$ac_t""yes" 1>&6
7866   cat >> confdefs.h <<\EOF
7867 #define HAVE_DOPRNT 1
7868 EOF
7869
7870 else
7871   echo "$ac_t""no" 1>&6
7872 fi
7873
7874 fi
7875
7876
7877 if test $ac_cv_func_vprintf = yes ; then
7878                 for ac_func in vsnprintf vsprintf
7879 do
7880 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7881 echo "configure:7882: checking for $ac_func" >&5
7882 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7883   echo $ac_n "(cached) $ac_c" 1>&6
7884 else
7885   cat > conftest.$ac_ext <<EOF
7886 #line 7887 "configure"
7887 #include "confdefs.h"
7888 /* System header to define __stub macros and hopefully few prototypes,
7889     which can conflict with char $ac_func(); below.  */
7890 #include <assert.h>
7891 /* Override any gcc2 internal prototype to avoid an error.  */
7892 /* We use char because int might match the return type of a gcc2
7893     builtin and then its argument prototype would still apply.  */
7894 char $ac_func();
7895
7896 int main() {
7897
7898 /* The GNU C library defines this for functions which it implements
7899     to always fail with ENOSYS.  Some functions are actually named
7900     something starting with __ and the normal name is an alias.  */
7901 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7902 choke me
7903 #else
7904 $ac_func();
7905 #endif
7906
7907 ; return 0; }
7908 EOF
7909 if { (eval echo configure:7910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
7910   rm -rf conftest*
7911   eval "ac_cv_func_$ac_func=yes"
7912 else
7913   echo "configure: failed program was:" >&5
7914   cat conftest.$ac_ext >&5
7915   rm -rf conftest*
7916   eval "ac_cv_func_$ac_func=no"
7917 fi
7918 rm -f conftest*
7919 fi
7920
7921 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7922   echo "$ac_t""yes" 1>&6
7923     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7924   cat >> confdefs.h <<EOF
7925 #define $ac_tr_func 1
7926 EOF
7927  
7928 else
7929   echo "$ac_t""no" 1>&6
7930 fi
7931 done
7932
7933 fi
7934
7935 echo $ac_n "checking for wait3 that fills in rusage""... $ac_c" 1>&6
7936 echo "configure:7937: checking for wait3 that fills in rusage" >&5
7937 if eval "test \"`echo '$''{'ac_cv_func_wait3_rusage'+set}'`\" = set"; then
7938   echo $ac_n "(cached) $ac_c" 1>&6
7939 else
7940   if test "$cross_compiling" = yes; then
7941   ac_cv_func_wait3_rusage=no
7942 else
7943   cat > conftest.$ac_ext <<EOF
7944 #line 7945 "configure"
7945 #include "confdefs.h"
7946 #include <sys/types.h>
7947 #include <sys/time.h>
7948 #include <sys/resource.h>
7949 #include <stdio.h>
7950 /* HP-UX has wait3 but does not fill in rusage at all.  */
7951 main() {
7952   struct rusage r;
7953   int i;
7954   /* Use a field that we can force nonzero --
7955      voluntary context switches.
7956      For systems like NeXT and OSF/1 that don't set it,
7957      also use the system CPU time.  And page faults (I/O) for Linux.  */
7958   r.ru_nvcsw = 0;
7959   r.ru_stime.tv_sec = 0;
7960   r.ru_stime.tv_usec = 0;
7961   r.ru_majflt = r.ru_minflt = 0;
7962   switch (fork()) {
7963   case 0: /* Child.  */
7964     sleep(1); /* Give up the CPU.  */
7965     _exit(0);
7966   case -1: _exit(0); /* What can we do?  */
7967   default: /* Parent.  */
7968     wait3(&i, 0, &r);
7969     sleep(2); /* Avoid "text file busy" from rm on fast HP-UX machines.  */
7970     exit(r.ru_nvcsw == 0 && r.ru_majflt == 0 && r.ru_minflt == 0
7971          && r.ru_stime.tv_sec == 0 && r.ru_stime.tv_usec == 0);
7972   }
7973 }
7974 EOF
7975 if { (eval echo configure:7976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
7976 then
7977   ac_cv_func_wait3_rusage=yes
7978 else
7979   echo "configure: failed program was:" >&5
7980   cat conftest.$ac_ext >&5
7981   rm -fr conftest*
7982   ac_cv_func_wait3_rusage=no
7983 fi
7984 rm -fr conftest*
7985 fi
7986
7987 fi
7988
7989 echo "$ac_t""$ac_cv_func_wait3_rusage" 1>&6
7990 if test $ac_cv_func_wait3_rusage = yes; then
7991   cat >> confdefs.h <<\EOF
7992 #define HAVE_WAIT3 1
7993 EOF
7994
7995 fi
7996
7997
7998 for ac_func in \
7999         bcopy                   \
8000         flock                   \
8001         getdtablesize   \
8002         gethostname             \
8003         getpwuid                \
8004         gettimeofday    \
8005         lockf                   \
8006         memcpy                  \
8007         memmove                 \
8008         mkstemp                 \
8009         res_search              \
8010         select                  \
8011         setpwfile               \
8012         setsid                  \
8013         signal                  \
8014         sigset                  \
8015         snprintf                \
8016         socket                  \
8017         strerror                \
8018         strpbrk                 \
8019         strrchr                 \
8020         strsep                  \
8021         strstr                  \
8022         strtok                  \
8023         strtol                  \
8024         strtoul                 \
8025         sysconf                 \
8026         waitpid                 \
8027
8028 do
8029 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8030 echo "configure:8031: checking for $ac_func" >&5
8031 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8032   echo $ac_n "(cached) $ac_c" 1>&6
8033 else
8034   cat > conftest.$ac_ext <<EOF
8035 #line 8036 "configure"
8036 #include "confdefs.h"
8037 /* System header to define __stub macros and hopefully few prototypes,
8038     which can conflict with char $ac_func(); below.  */
8039 #include <assert.h>
8040 /* Override any gcc2 internal prototype to avoid an error.  */
8041 /* We use char because int might match the return type of a gcc2
8042     builtin and then its argument prototype would still apply.  */
8043 char $ac_func();
8044
8045 int main() {
8046
8047 /* The GNU C library defines this for functions which it implements
8048     to always fail with ENOSYS.  Some functions are actually named
8049     something starting with __ and the normal name is an alias.  */
8050 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8051 choke me
8052 #else
8053 $ac_func();
8054 #endif
8055
8056 ; return 0; }
8057 EOF
8058 if { (eval echo configure:8059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
8059   rm -rf conftest*
8060   eval "ac_cv_func_$ac_func=yes"
8061 else
8062   echo "configure: failed program was:" >&5
8063   cat conftest.$ac_ext >&5
8064   rm -rf conftest*
8065   eval "ac_cv_func_$ac_func=no"
8066 fi
8067 rm -f conftest*
8068 fi
8069
8070 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8071   echo "$ac_t""yes" 1>&6
8072     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8073   cat >> confdefs.h <<EOF
8074 #define $ac_tr_func 1
8075 EOF
8076  
8077 else
8078   echo "$ac_t""no" 1>&6
8079 fi
8080 done
8081
8082
8083 # these functions are required to build a thread_safe -lldap
8084 for ac_func in \
8085         strtok_r                \
8086         ctime_r                 \
8087         gethostbyaddr_r \
8088         gethostbyname_r \
8089
8090 do
8091 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8092 echo "configure:8093: checking for $ac_func" >&5
8093 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8094   echo $ac_n "(cached) $ac_c" 1>&6
8095 else
8096   cat > conftest.$ac_ext <<EOF
8097 #line 8098 "configure"
8098 #include "confdefs.h"
8099 /* System header to define __stub macros and hopefully few prototypes,
8100     which can conflict with char $ac_func(); below.  */
8101 #include <assert.h>
8102 /* Override any gcc2 internal prototype to avoid an error.  */
8103 /* We use char because int might match the return type of a gcc2
8104     builtin and then its argument prototype would still apply.  */
8105 char $ac_func();
8106
8107 int main() {
8108
8109 /* The GNU C library defines this for functions which it implements
8110     to always fail with ENOSYS.  Some functions are actually named
8111     something starting with __ and the normal name is an alias.  */
8112 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8113 choke me
8114 #else
8115 $ac_func();
8116 #endif
8117
8118 ; return 0; }
8119 EOF
8120 if { (eval echo configure:8121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
8121   rm -rf conftest*
8122   eval "ac_cv_func_$ac_func=yes"
8123 else
8124   echo "configure: failed program was:" >&5
8125   cat conftest.$ac_ext >&5
8126   rm -rf conftest*
8127   eval "ac_cv_func_$ac_func=no"
8128 fi
8129 rm -f conftest*
8130 fi
8131
8132 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8133   echo "$ac_t""yes" 1>&6
8134     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8135   cat >> confdefs.h <<EOF
8136 #define $ac_tr_func 1
8137 EOF
8138  
8139 else
8140   echo "$ac_t""no" 1>&6
8141 fi
8142 done
8143
8144
8145 if test $ac_cv_func_strtok_r = yes \
8146         -a $ac_cv_func_ctime_r = yes \
8147         -a $ac_cv_func_gethostbyaddr_r = yes \
8148         -a $ac_cv_func_gethostbyname_r = yes \
8149         ; then
8150
8151         cat >> confdefs.h <<\EOF
8152 #define LDAP_API_FEATURE_X_OPENLDAP_REENTRANT 1
8153 EOF
8154
8155 fi
8156
8157 if test $ol_link_threads != no ; then
8158         cat >> confdefs.h <<\EOF
8159 #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
8160 EOF
8161
8162 fi
8163
8164 for ac_func in getopt strdup tempnam
8165 do
8166 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8167 echo "configure:8168: checking for $ac_func" >&5
8168 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8169   echo $ac_n "(cached) $ac_c" 1>&6
8170 else
8171   cat > conftest.$ac_ext <<EOF
8172 #line 8173 "configure"
8173 #include "confdefs.h"
8174 /* System header to define __stub macros and hopefully few prototypes,
8175     which can conflict with char $ac_func(); below.  */
8176 #include <assert.h>
8177 /* Override any gcc2 internal prototype to avoid an error.  */
8178 /* We use char because int might match the return type of a gcc2
8179     builtin and then its argument prototype would still apply.  */
8180 char $ac_func();
8181
8182 int main() {
8183
8184 /* The GNU C library defines this for functions which it implements
8185     to always fail with ENOSYS.  Some functions are actually named
8186     something starting with __ and the normal name is an alias.  */
8187 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8188 choke me
8189 #else
8190 $ac_func();
8191 #endif
8192
8193 ; return 0; }
8194 EOF
8195 if { (eval echo configure:8196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
8196   rm -rf conftest*
8197   eval "ac_cv_func_$ac_func=yes"
8198 else
8199   echo "configure: failed program was:" >&5
8200   cat conftest.$ac_ext >&5
8201   rm -rf conftest*
8202   eval "ac_cv_func_$ac_func=no"
8203 fi
8204 rm -f conftest*
8205 fi
8206
8207 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8208   echo "$ac_t""yes" 1>&6
8209     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8210   cat >> confdefs.h <<EOF
8211 #define $ac_tr_func 1
8212 EOF
8213  
8214 else
8215   echo "$ac_t""no" 1>&6
8216 LIBOBJS="$LIBOBJS ${ac_func}.o"
8217 fi
8218 done
8219
8220
8221
8222 # Check Configuration
8223
8224 echo $ac_n "checking declaration of sys_errlist""... $ac_c" 1>&6
8225 echo "configure:8226: checking declaration of sys_errlist" >&5
8226 if eval "test \"`echo '$''{'ol_cv_dcl_sys_errlist'+set}'`\" = set"; then
8227   echo $ac_n "(cached) $ac_c" 1>&6
8228 else
8229   
8230         cat > conftest.$ac_ext <<EOF
8231 #line 8232 "configure"
8232 #include "confdefs.h"
8233
8234 #include <stdio.h>
8235 #include <sys/types.h>
8236 #include <errno.h> 
8237 int main() {
8238 char *c = (char *) *sys_errlist
8239 ; return 0; }
8240 EOF
8241 if { (eval echo configure:8242: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8242   rm -rf conftest*
8243   ol_cv_dcl_sys_errlist=yes
8244 else
8245   echo "configure: failed program was:" >&5
8246   cat conftest.$ac_ext >&5
8247   rm -rf conftest*
8248   ol_cv_dcl_sys_errlist=no
8249 fi
8250 rm -f conftest*
8251 fi
8252
8253 echo "$ac_t""$ol_cv_dcl_sys_errlist" 1>&6
8254
8255 # It's possible (for near-UNIX clones) that sys_errlist doesn't exist
8256 if test $ol_cv_dcl_sys_errlist = no ; then
8257         cat >> confdefs.h <<\EOF
8258 #define DECL_SYS_ERRLIST 1
8259 EOF
8260
8261         echo $ac_n "checking existence of sys_errlist""... $ac_c" 1>&6
8262 echo "configure:8263: checking existence of sys_errlist" >&5
8263         if eval "test \"`echo '$''{'ol_cv_have_sys_errlist'+set}'`\" = set"; then
8264   echo $ac_n "(cached) $ac_c" 1>&6
8265 else
8266   
8267                 cat > conftest.$ac_ext <<EOF
8268 #line 8269 "configure"
8269 #include "confdefs.h"
8270 #include <errno.h>
8271 int main() {
8272 char *c = (char *) *sys_errlist
8273 ; return 0; }
8274 EOF
8275 if { (eval echo configure:8276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
8276   rm -rf conftest*
8277   ol_cv_have_sys_errlist=yes
8278 else
8279   echo "configure: failed program was:" >&5
8280   cat conftest.$ac_ext >&5
8281   rm -rf conftest*
8282   ol_cv_have_sys_errlist=no
8283 fi
8284 rm -f conftest*
8285 fi
8286
8287         echo "$ac_t""$ol_cv_have_sys_errlist" 1>&6
8288 fi
8289
8290
8291
8292 if test "$ol_enable_debug" != no ; then
8293         cat >> confdefs.h <<\EOF
8294 #define LDAP_DEBUG 1
8295 EOF
8296
8297 fi
8298 if test "$ol_enable_syslog" = yes ; then
8299         cat >> confdefs.h <<\EOF
8300 #define LDAP_SYSLOG 1
8301 EOF
8302
8303 fi
8304 if test "$ol_enable_libui" = yes ; then
8305         cat >> confdefs.h <<\EOF
8306 #define LDAP_LIBUI 1
8307 EOF
8308
8309 fi
8310 if test "$ol_enable_cache" = no ; then
8311         cat >> confdefs.h <<\EOF
8312 #define LDAP_NOCACHE 1
8313 EOF
8314
8315 fi
8316 if test "$ol_enable_dns" != no ; then
8317         cat >> confdefs.h <<\EOF
8318 #define LDAP_API_FEATURE_X_OPENLDAP_V2_DNS 1
8319 EOF
8320
8321 fi
8322 if test "$ol_enable_proctitle" != no ; then
8323         cat >> confdefs.h <<\EOF
8324 #define LDAP_PROCTITLE 1
8325 EOF
8326
8327 fi
8328 if test "$ol_enable_referrals" != no ; then
8329         cat >> confdefs.h <<\EOF
8330 #define LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS 1
8331 EOF
8332
8333 fi
8334 if test "$ol_enable_cldap" != no ; then
8335         cat >> confdefs.h <<\EOF
8336 #define LDAP_CONNECTIONLESS 1
8337 EOF
8338
8339 fi
8340
8341 if test "$ol_enable_aclgroups" != no ; then
8342         cat >> confdefs.h <<\EOF
8343 #define SLAPD_ACLGROUPS 1
8344 EOF
8345
8346 fi
8347 if test "$ol_enable_crypt" != no ; then
8348         cat >> confdefs.h <<\EOF
8349 #define SLAPD_CRYPT 1
8350 EOF
8351
8352 fi
8353 if test "$ol_enable_cleartext" != no ; then
8354         cat >> confdefs.h <<\EOF
8355 #define SLAPD_CLEARTEXT 1
8356 EOF
8357
8358 fi
8359 if test "$ol_enable_phonetic" != no ; then
8360         cat >> confdefs.h <<\EOF
8361 #define SLAPD_PHONETIC 1
8362 EOF
8363
8364 fi
8365 if test "$ol_enable_rlookups" != no ; then
8366         cat >> confdefs.h <<\EOF
8367 #define SLAPD_RLOOKUPS 1
8368 EOF
8369
8370 fi
8371
8372 if test "$ol_link_ldbm" != no ; then
8373         cat >> confdefs.h <<\EOF
8374 #define SLAPD_LDBM 1
8375 EOF
8376
8377         BUILD_SLAPD=yes
8378         BUILD_LDBM=yes
8379 fi
8380
8381 if test "$ol_enable_passwd" != no ; then
8382         cat >> confdefs.h <<\EOF
8383 #define SLAPD_PASSWD 1
8384 EOF
8385
8386         BUILD_SLAPD=yes
8387         BUILD_PASSWD=yes
8388 fi
8389
8390 if test "$ol_enable_shell" != no ; then
8391         cat >> confdefs.h <<\EOF
8392 #define SLAPD_SHELL 1
8393 EOF
8394
8395         BUILD_SLAPD=yes
8396         BUILD_SHELL=yes
8397 fi
8398
8399 if test "$ol_enable_slurpd" != no -a "$ol_link_threads" != no -a \
8400         $BUILD_SLAPD = yes ; then
8401         BUILD_SLURPD=yes
8402 fi
8403
8404 if test "$ol_link_isode" != no ; then
8405         BUILD_LDAPD=yes
8406 fi
8407
8408
8409
8410
8411   
8412   
8413   
8414
8415
8416
8417
8418
8419
8420
8421
8422
8423
8424
8425
8426
8427
8428
8429 trap '' 1 2 15
8430 cat > confcache <<\EOF
8431 # This file is a shell script that caches the results of configure
8432 # tests run on this system so they can be shared between configure
8433 # scripts and configure runs.  It is not useful on other systems.
8434 # If it contains results you don't want to keep, you may remove or edit it.
8435 #
8436 # By default, configure uses ./config.cache as the cache file,
8437 # creating it if it does not exist already.  You can give configure
8438 # the --cache-file=FILE option to use a different cache file; that is
8439 # what configure does when it calls configure scripts in
8440 # subdirectories, so they share the cache.
8441 # Giving --cache-file=/dev/null disables caching, for debugging configure.
8442 # config.status only pays attention to the cache file if you give it the
8443 # --recheck option to rerun configure.
8444 #
8445 EOF
8446 # The following way of writing the cache mishandles newlines in values,
8447 # but we know of no workaround that is simple, portable, and efficient.
8448 # So, don't put newlines in cache variables' values.
8449 # Ultrix sh set writes to stderr and can't be redirected directly,
8450 # and sets the high bit in the cache file unless we assign to the vars.
8451 (set) 2>&1 |
8452   case `(ac_space=' '; set) 2>&1` in
8453   *ac_space=\ *)
8454     # `set' does not quote correctly, so add quotes (double-quote substitution
8455     # turns \\\\ into \\, and sed turns \\ into \).
8456     sed -n \
8457       -e "s/'/'\\\\''/g" \
8458       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8459     ;;
8460   *)
8461     # `set' quotes correctly as required by POSIX, so do not add quotes.
8462     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8463     ;;
8464   esac >> confcache
8465 if cmp -s $cache_file confcache; then
8466   :
8467 else
8468   if test -w $cache_file; then
8469     echo "updating cache $cache_file"
8470     cat confcache > $cache_file
8471   else
8472     echo "not updating unwritable cache $cache_file"
8473   fi
8474 fi
8475 rm -f confcache
8476
8477 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
8478
8479 test "x$prefix" = xNONE && prefix=$ac_default_prefix
8480 # Let make expand exec_prefix.
8481 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
8482
8483 # Any assignment to VPATH causes Sun make to only execute
8484 # the first set of double-colon rules, so remove it if not needed.
8485 # If there is a colon in the path, we need to keep it.
8486 if test "x$srcdir" = x.; then
8487   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
8488 fi
8489
8490 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
8491
8492 DEFS=-DHAVE_CONFIG_H
8493
8494 # Without the "./", some shells look in PATH for config.status.
8495 : ${CONFIG_STATUS=./config.status}
8496
8497 echo creating $CONFIG_STATUS
8498 rm -f $CONFIG_STATUS
8499 cat > $CONFIG_STATUS <<EOF
8500 #! /bin/sh
8501 # Generated automatically by configure.
8502 # Run this file to recreate the current configuration.
8503 # This directory was configured as follows,
8504 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
8505 #
8506 # $0 $ac_configure_args
8507 #
8508 # Compiler output produced by configure, useful for debugging
8509 # configure, is in ./config.log if it exists.
8510
8511 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
8512 for ac_option
8513 do
8514   case "\$ac_option" in
8515   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8516     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
8517     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
8518   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
8519     echo "$CONFIG_STATUS generated by autoconf version 2.12"
8520     exit 0 ;;
8521   -help | --help | --hel | --he | --h)
8522     echo "\$ac_cs_usage"; exit 0 ;;
8523   *) echo "\$ac_cs_usage"; exit 1 ;;
8524   esac
8525 done
8526
8527 ac_given_srcdir=$srcdir
8528 ac_given_INSTALL="$INSTALL"
8529
8530 trap 'rm -fr `echo "\
8531 Makefile:build/top.mk:Makefile.in:build/dir.mk \
8532 doc/Makefile:build/top.mk:doc/Makefile.in:build/dir.mk \
8533 doc/man/Makefile:build/top.mk:doc/man/Makefile.in:build/dir.mk \
8534 doc/man/man1/Makefile:build/top.mk:doc/man/man1/Makefile.in:build/man.mk \
8535 doc/man/man3/Makefile:build/top.mk:doc/man/man3/Makefile.in:build/man.mk \
8536 doc/man/man5/Makefile:build/top.mk:doc/man/man5/Makefile.in:build/man.mk \
8537 doc/man/man8/Makefile:build/top.mk:doc/man/man8/Makefile.in:build/man.mk \
8538 clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk \
8539 clients/finger/Makefile:build/top.mk:clients/finger/Makefile.in:build/rules.mk \
8540 clients/fax500/Makefile:build/top.mk:clients/fax500/Makefile.in:build/rules.mk \
8541 clients/gopher/Makefile:build/top.mk:clients/gopher/Makefile.in:build/rules.mk \
8542 clients/mail500/Makefile:build/top.mk:clients/mail500/Makefile.in:build/rules.mk \
8543 clients/rcpt500/Makefile:build/top.mk:clients/rcpt500/Makefile.in:build/rules.mk \
8544 clients/ud/Makefile:build/top.mk:clients/ud/Makefile.in:build/rules.mk \
8545 clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk \
8546 include/Makefile:build/top.mk:include/Makefile.in \
8547 libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk      \
8548 libraries/libavl/Makefile:build/top.mk:libraries/libavl/Makefile.in:build/lib.mk:build/lib-static.mk    \
8549 libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk  \
8550 libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk  \
8551 libraries/libldap_r/Makefile:build/top.mk:libraries/libldap_r/Makefile.in:build/lib.mk:build/lib-shared.mk      \
8552 libraries/libldbm/Makefile:build/top.mk:libraries/libldbm/Makefile.in:build/lib.mk:build/lib-static.mk  \
8553 libraries/libldif/Makefile:build/top.mk:libraries/libldif/Makefile.in:build/lib.mk:build/lib-static.mk  \
8554 libraries/liblthread/Makefile:build/top.mk:libraries/liblthread/Makefile.in:build/lib.mk:build/lib-static.mk    \
8555 libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk        \
8556 servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk \
8557 servers/ldapd/Makefile:build/top.mk:servers/ldapd/Makefile.in:build/srv.mk \
8558 servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk \
8559 servers/slapd/back-ldbm/Makefile:build/top.mk:servers/slapd/back-ldbm/Makefile.in:build/srv.mk \
8560 servers/slapd/back-passwd/Makefile:build/top.mk:servers/slapd/back-passwd/Makefile.in:build/srv.mk \
8561 servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Makefile.in:build/srv.mk \
8562 servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk \
8563 servers/slapd/tools/Makefile:build/top.mk:servers/slapd/tools/Makefile.in \
8564 servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:build/srv.mk \
8565 tests/Makefile:build/top.mk:tests/Makefile.in \
8566  include/portable.h include/ldap_features.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
8567 EOF
8568 cat >> $CONFIG_STATUS <<EOF
8569
8570 # Protect against being on the right side of a sed subst in config.status.
8571 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
8572  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
8573 $ac_vpsub
8574 $extrasub
8575 s%@CFLAGS@%$CFLAGS%g
8576 s%@CPPFLAGS@%$CPPFLAGS%g
8577 s%@CXXFLAGS@%$CXXFLAGS%g
8578 s%@DEFS@%$DEFS%g
8579 s%@LDFLAGS@%$LDFLAGS%g
8580 s%@LIBS@%$LIBS%g
8581 s%@exec_prefix@%$exec_prefix%g
8582 s%@prefix@%$prefix%g
8583 s%@program_transform_name@%$program_transform_name%g
8584 s%@bindir@%$bindir%g
8585 s%@sbindir@%$sbindir%g
8586 s%@libexecdir@%$libexecdir%g
8587 s%@datadir@%$datadir%g
8588 s%@sysconfdir@%$sysconfdir%g
8589 s%@sharedstatedir@%$sharedstatedir%g
8590 s%@localstatedir@%$localstatedir%g
8591 s%@libdir@%$libdir%g
8592 s%@includedir@%$includedir%g
8593 s%@oldincludedir@%$oldincludedir%g
8594 s%@infodir@%$infodir%g
8595 s%@mandir@%$mandir%g
8596 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
8597 s%@INSTALL_DATA@%$INSTALL_DATA%g
8598 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
8599 s%@PACKAGE@%$PACKAGE%g
8600 s%@VERSION@%$VERSION%g
8601 s%@ACLOCAL@%$ACLOCAL%g
8602 s%@AUTOCONF@%$AUTOCONF%g
8603 s%@AUTOMAKE@%$AUTOMAKE%g
8604 s%@AUTOHEADER@%$AUTOHEADER%g
8605 s%@MAKEINFO@%$MAKEINFO%g
8606 s%@SET_MAKE@%$SET_MAKE%g
8607 s%@top_builddir@%$top_builddir%g
8608 s%@ldap_subdir@%$ldap_subdir%g
8609 s%@host@%$host%g
8610 s%@host_alias@%$host_alias%g
8611 s%@host_cpu@%$host_cpu%g
8612 s%@host_vendor@%$host_vendor%g
8613 s%@host_os@%$host_os%g
8614 s%@RANLIB@%$RANLIB%g
8615 s%@CC@%$CC%g
8616 s%@LD@%$LD%g
8617 s%@NM@%$NM%g
8618 s%@LN_S@%$LN_S%g
8619 s%@LIBTOOL@%$LIBTOOL%g
8620 s%@SENDMAIL@%$SENDMAIL%g
8621 s%@EDITOR@%$EDITOR%g
8622 s%@FINGER@%$FINGER%g
8623 s%@CPP@%$CPP%g
8624 s%@PEPSY@%$PEPSY%g
8625 s%@LIBOBJS@%$LIBOBJS%g
8626 s%@BUILD_LDAPD@%$BUILD_LDAPD%g
8627 s%@BUILD_SLAPD@%$BUILD_SLAPD%g
8628 s%@BUILD_LDBM@%$BUILD_LDBM%g
8629 s%@BUILD_PASSWD@%$BUILD_PASSWD%g
8630 s%@BUILD_SHELL@%$BUILD_SHELL%g
8631 s%@BUILD_SLURPD@%$BUILD_SLURPD%g
8632 s%@LDAP_LIBS@%$LDAP_LIBS%g
8633 s%@LDAPD_LIBS@%$LDAPD_LIBS%g
8634 s%@SLAPD_LIBS@%$SLAPD_LIBS%g
8635 s%@SLURPD_LIBS@%$SLURPD_LIBS%g
8636 s%@LDBM_LIBS@%$LDBM_LIBS%g
8637 s%@LTHREAD_LIBS@%$LTHREAD_LIBS%g
8638 s%@LUTIL_LIBS@%$LUTIL_LIBS%g
8639 s%@KRB_LIBS@%$KRB_LIBS%g
8640 s%@TERMCAP_LIBS@%$TERMCAP_LIBS%g
8641
8642 CEOF
8643 EOF
8644
8645 cat >> $CONFIG_STATUS <<\EOF
8646
8647 # Split the substitutions into bite-sized pieces for seds with
8648 # small command number limits, like on Digital OSF/1 and HP-UX.
8649 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
8650 ac_file=1 # Number of current file.
8651 ac_beg=1 # First line for current file.
8652 ac_end=$ac_max_sed_cmds # Line after last line for current file.
8653 ac_more_lines=:
8654 ac_sed_cmds=""
8655 while $ac_more_lines; do
8656   if test $ac_beg -gt 1; then
8657     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
8658   else
8659     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
8660   fi
8661   if test ! -s conftest.s$ac_file; then
8662     ac_more_lines=false
8663     rm -f conftest.s$ac_file
8664   else
8665     if test -z "$ac_sed_cmds"; then
8666       ac_sed_cmds="sed -f conftest.s$ac_file"
8667     else
8668       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
8669     fi
8670     ac_file=`expr $ac_file + 1`
8671     ac_beg=$ac_end
8672     ac_end=`expr $ac_end + $ac_max_sed_cmds`
8673   fi
8674 done
8675 if test -z "$ac_sed_cmds"; then
8676   ac_sed_cmds=cat
8677 fi
8678 EOF
8679
8680 cat >> $CONFIG_STATUS <<EOF
8681
8682 CONFIG_FILES=\${CONFIG_FILES-"\
8683 Makefile:build/top.mk:Makefile.in:build/dir.mk \
8684 doc/Makefile:build/top.mk:doc/Makefile.in:build/dir.mk \
8685 doc/man/Makefile:build/top.mk:doc/man/Makefile.in:build/dir.mk \
8686 doc/man/man1/Makefile:build/top.mk:doc/man/man1/Makefile.in:build/man.mk \
8687 doc/man/man3/Makefile:build/top.mk:doc/man/man3/Makefile.in:build/man.mk \
8688 doc/man/man5/Makefile:build/top.mk:doc/man/man5/Makefile.in:build/man.mk \
8689 doc/man/man8/Makefile:build/top.mk:doc/man/man8/Makefile.in:build/man.mk \
8690 clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk \
8691 clients/finger/Makefile:build/top.mk:clients/finger/Makefile.in:build/rules.mk \
8692 clients/fax500/Makefile:build/top.mk:clients/fax500/Makefile.in:build/rules.mk \
8693 clients/gopher/Makefile:build/top.mk:clients/gopher/Makefile.in:build/rules.mk \
8694 clients/mail500/Makefile:build/top.mk:clients/mail500/Makefile.in:build/rules.mk \
8695 clients/rcpt500/Makefile:build/top.mk:clients/rcpt500/Makefile.in:build/rules.mk \
8696 clients/ud/Makefile:build/top.mk:clients/ud/Makefile.in:build/rules.mk \
8697 clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk \
8698 include/Makefile:build/top.mk:include/Makefile.in \
8699 libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk      \
8700 libraries/libavl/Makefile:build/top.mk:libraries/libavl/Makefile.in:build/lib.mk:build/lib-static.mk    \
8701 libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk  \
8702 libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk  \
8703 libraries/libldap_r/Makefile:build/top.mk:libraries/libldap_r/Makefile.in:build/lib.mk:build/lib-shared.mk      \
8704 libraries/libldbm/Makefile:build/top.mk:libraries/libldbm/Makefile.in:build/lib.mk:build/lib-static.mk  \
8705 libraries/libldif/Makefile:build/top.mk:libraries/libldif/Makefile.in:build/lib.mk:build/lib-static.mk  \
8706 libraries/liblthread/Makefile:build/top.mk:libraries/liblthread/Makefile.in:build/lib.mk:build/lib-static.mk    \
8707 libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk        \
8708 servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk \
8709 servers/ldapd/Makefile:build/top.mk:servers/ldapd/Makefile.in:build/srv.mk \
8710 servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk \
8711 servers/slapd/back-ldbm/Makefile:build/top.mk:servers/slapd/back-ldbm/Makefile.in:build/srv.mk \
8712 servers/slapd/back-passwd/Makefile:build/top.mk:servers/slapd/back-passwd/Makefile.in:build/srv.mk \
8713 servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Makefile.in:build/srv.mk \
8714 servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk \
8715 servers/slapd/tools/Makefile:build/top.mk:servers/slapd/tools/Makefile.in \
8716 servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:build/srv.mk \
8717 tests/Makefile:build/top.mk:tests/Makefile.in \
8718 "}
8719 EOF
8720 cat >> $CONFIG_STATUS <<\EOF
8721 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
8722   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8723   case "$ac_file" in
8724   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
8725        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
8726   *) ac_file_in="${ac_file}.in" ;;
8727   esac
8728
8729   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
8730
8731   # Remove last slash and all that follows it.  Not all systems have dirname.
8732   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
8733   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
8734     # The file is in a subdirectory.
8735     test ! -d "$ac_dir" && mkdir "$ac_dir"
8736     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
8737     # A "../" for each directory in $ac_dir_suffix.
8738     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
8739   else
8740     ac_dir_suffix= ac_dots=
8741   fi
8742
8743   case "$ac_given_srcdir" in
8744   .)  srcdir=.
8745       if test -z "$ac_dots"; then top_srcdir=.
8746       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
8747   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
8748   *) # Relative path.
8749     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
8750     top_srcdir="$ac_dots$ac_given_srcdir" ;;
8751   esac
8752
8753   case "$ac_given_INSTALL" in
8754   [/$]*) INSTALL="$ac_given_INSTALL" ;;
8755   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
8756   esac
8757
8758   echo creating "$ac_file"
8759   rm -f "$ac_file"
8760   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
8761   case "$ac_file" in
8762   *Makefile*) ac_comsub="1i\\
8763 # $configure_input" ;;
8764   *) ac_comsub= ;;
8765   esac
8766
8767   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
8768   sed -e "$ac_comsub
8769 s%@configure_input@%$configure_input%g
8770 s%@srcdir@%$srcdir%g
8771 s%@top_srcdir@%$top_srcdir%g
8772 s%@INSTALL@%$INSTALL%g
8773 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
8774 fi; done
8775 rm -f conftest.s*
8776
8777 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
8778 # NAME is the cpp macro being defined and VALUE is the value it is being given.
8779 #
8780 # ac_d sets the value in "#define NAME VALUE" lines.
8781 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
8782 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
8783 ac_dC='\3'
8784 ac_dD='%g'
8785 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
8786 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
8787 ac_uB='\([      ]\)%\1#\2define\3'
8788 ac_uC=' '
8789 ac_uD='\4%g'
8790 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
8791 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
8792 ac_eB='$%\1#\2define\3'
8793 ac_eC=' '
8794 ac_eD='%g'
8795
8796 if test "${CONFIG_HEADERS+set}" != set; then
8797 EOF
8798 cat >> $CONFIG_STATUS <<EOF
8799   CONFIG_HEADERS="include/portable.h include/ldap_features.h"
8800 EOF
8801 cat >> $CONFIG_STATUS <<\EOF
8802 fi
8803 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
8804   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8805   case "$ac_file" in
8806   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
8807        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
8808   *) ac_file_in="${ac_file}.in" ;;
8809   esac
8810
8811   echo creating $ac_file
8812
8813   rm -f conftest.frag conftest.in conftest.out
8814   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
8815   cat $ac_file_inputs > conftest.in
8816
8817 EOF
8818
8819 # Transform confdefs.h into a sed script conftest.vals that substitutes
8820 # the proper values into config.h.in to produce config.h.  And first:
8821 # Protect against being on the right side of a sed subst in config.status.
8822 # Protect against being in an unquoted here document in config.status.
8823 rm -f conftest.vals
8824 cat > conftest.hdr <<\EOF
8825 s/[\\&%]/\\&/g
8826 s%[\\$`]%\\&%g
8827 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
8828 s%ac_d%ac_u%gp
8829 s%ac_u%ac_e%gp
8830 EOF
8831 sed -n -f conftest.hdr confdefs.h > conftest.vals
8832 rm -f conftest.hdr
8833
8834 # This sed command replaces #undef with comments.  This is necessary, for
8835 # example, in the case of _POSIX_SOURCE, which is predefined and required
8836 # on some systems where configure will not decide to define it.
8837 cat >> conftest.vals <<\EOF
8838 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
8839 EOF
8840
8841 # Break up conftest.vals because some shells have a limit on
8842 # the size of here documents, and old seds have small limits too.
8843
8844 rm -f conftest.tail
8845 while :
8846 do
8847   ac_lines=`grep -c . conftest.vals`
8848   # grep -c gives empty output for an empty file on some AIX systems.
8849   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
8850   # Write a limited-size here document to conftest.frag.
8851   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
8852   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
8853   echo 'CEOF
8854   sed -f conftest.frag conftest.in > conftest.out
8855   rm -f conftest.in
8856   mv conftest.out conftest.in
8857 ' >> $CONFIG_STATUS
8858   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
8859   rm -f conftest.vals
8860   mv conftest.tail conftest.vals
8861 done
8862 rm -f conftest.vals
8863
8864 cat >> $CONFIG_STATUS <<\EOF
8865   rm -f conftest.frag conftest.h
8866   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
8867   cat conftest.in >> conftest.h
8868   rm -f conftest.in
8869   if cmp -s $ac_file conftest.h 2>/dev/null; then
8870     echo "$ac_file is unchanged"
8871     rm -f conftest.h
8872   else
8873     # Remove last slash and all that follows it.  Not all systems have dirname.
8874       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
8875       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
8876       # The file is in a subdirectory.
8877       test ! -d "$ac_dir" && mkdir "$ac_dir"
8878     fi
8879     rm -f $ac_file
8880     mv conftest.h $ac_file
8881   fi
8882 fi; done
8883
8884 EOF
8885 cat >> $CONFIG_STATUS <<EOF
8886
8887 EOF
8888 cat >> $CONFIG_STATUS <<\EOF
8889
8890 date > stamp-h
8891 echo Please \"make depend\" to build dependencies
8892
8893 exit 0
8894 EOF
8895 chmod +x $CONFIG_STATUS
8896 rm -fr confdefs* $ac_clean_files
8897 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
8898