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