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