]> git.sur5r.net Git - openldap/blob - configure
Add crypt(3) sanity checks
[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 -ldb""... $ac_c" 1>&6
6241 echo "configure:6242: checking for dbopen in -ldb" >&5
6242 ac_lib_var=`echo db'_'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="-ldb  $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=-ldb
6276 else
6277   echo "$ac_t""no" 1>&6
6278 ol_cv_lib_db=no
6279 fi
6280
6281         
6282 fi
6283
6284         LIBS="$ol_LIBS"
6285
6286 fi
6287
6288 echo "$ac_t""$ol_cv_lib_db" 1>&6
6289
6290
6291 for ac_hdr in db_185.h
6292 do
6293 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6294 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6295 echo "configure:6296: checking for $ac_hdr" >&5
6296 if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then
6297   echo $ac_n "(cached) $ac_c" 1>&6
6298 else
6299   cat > conftest.$ac_ext <<EOF
6300 #line 6301 "configure"
6301 #include "confdefs.h"
6302 #include <$ac_hdr>
6303 EOF
6304 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6305 { (eval echo configure:6306: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6306 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6307 if test -z "$ac_err"; then
6308   rm -rf conftest*
6309   eval "ac_cv_header_$ac_safe=yes"
6310 else
6311   echo "$ac_err" >&5
6312   echo "configure: failed program was:" >&5
6313   cat conftest.$ac_ext >&5
6314   rm -rf conftest*
6315   eval "ac_cv_header_$ac_safe=no"
6316 fi
6317 rm -f conftest*
6318 fi
6319 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6320   echo "$ac_t""yes" 1>&6
6321     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6322   cat >> confdefs.h <<EOF
6323 #define $ac_tr_hdr 1
6324 EOF
6325  
6326 else
6327   echo "$ac_t""no" 1>&6
6328 fi
6329 done
6330
6331 if test "$ol_cv_header_db2" = yes ; then
6332         
6333         ol_cv_header_db=$ac_cv_header_db_185_h
6334 else
6335         ol_cv_header_db=$ac_cv_header_db_h
6336 fi
6337
6338
6339  
6340  echo $ac_n "checking for Berkeley DB""... $ac_c" 1>&6
6341 echo "configure:6342: checking for Berkeley DB" >&5
6342 if eval "test \"\${ol_cv_berkeley_db+set}\" = set"; then
6343   echo $ac_n "(cached) $ac_c" 1>&6
6344 else
6345   
6346         if test "$ol_cv_lib_db" = no -o "$ol_cv_header_db" = no ; then
6347                 ol_cv_berkeley_db=no
6348         else
6349                 ol_cv_berkeley_db=yes
6350         fi
6351
6352 fi
6353
6354 echo "$ac_t""$ol_cv_berkeley_db" 1>&6
6355  if test $ol_cv_berkeley_db = yes ; then
6356         cat >> confdefs.h <<\EOF
6357 #define HAVE_BERKELEY_DB 1
6358 EOF
6359
6360  fi
6361
6362
6363         if test $ol_cv_berkeley_db = yes ; then
6364                 ol_link_ldbm=db
6365                 ol_with_ldbm_api=db
6366
6367                 if test $ol_with_ldbm_type = hash ; then
6368                         cat >> confdefs.h <<\EOF
6369 #define LDBM_USE_DBHASH 1
6370 EOF
6371
6372                 else
6373                         cat >> confdefs.h <<\EOF
6374 #define LDBM_USE_DBBTREE 1
6375 EOF
6376
6377                 fi
6378
6379                                                 if test $ol_cv_lib_db != yes ; then
6380                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_db"
6381                 fi
6382         fi
6383 fi
6384
6385 if test $ol_with_ldbm_api = manual ; then
6386                 ol_link_ldbm=yes
6387
6388         echo "configure: warning: LDBM defines and link options must be set manually" 1>&2
6389
6390         for ac_hdr in db.h db_185.h gdbm.h ndbm.h
6391 do
6392 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6393 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6394 echo "configure:6395: checking for $ac_hdr" >&5
6395 if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then
6396   echo $ac_n "(cached) $ac_c" 1>&6
6397 else
6398   cat > conftest.$ac_ext <<EOF
6399 #line 6400 "configure"
6400 #include "confdefs.h"
6401 #include <$ac_hdr>
6402 EOF
6403 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6404 { (eval echo configure:6405: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6405 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6406 if test -z "$ac_err"; then
6407   rm -rf conftest*
6408   eval "ac_cv_header_$ac_safe=yes"
6409 else
6410   echo "$ac_err" >&5
6411   echo "configure: failed program was:" >&5
6412   cat conftest.$ac_ext >&5
6413   rm -rf conftest*
6414   eval "ac_cv_header_$ac_safe=no"
6415 fi
6416 rm -f conftest*
6417 fi
6418 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6419   echo "$ac_t""yes" 1>&6
6420     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6421   cat >> confdefs.h <<EOF
6422 #define $ac_tr_hdr 1
6423 EOF
6424  
6425 else
6426   echo "$ac_t""no" 1>&6
6427 fi
6428 done
6429
6430 fi
6431
6432 if test $ol_link_ldbm = no -a $ol_with_ldbm_type = btree ; then
6433         echo "configure: warning: Could not find LDBM with BTREE support" 1>&2
6434         ol_with_ldbm_api=none
6435 fi
6436
6437 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = gdbm ; then
6438         echo $ac_n "checking for GDBM library""... $ac_c" 1>&6
6439 echo "configure:6440: checking for GDBM library" >&5
6440 if eval "test \"\${ol_cv_lib_gdbm+set}\" = set"; then
6441   echo $ac_n "(cached) $ac_c" 1>&6
6442 else
6443         ol_LIBS="$LIBS"
6444         echo $ac_n "checking for gdbm_open""... $ac_c" 1>&6
6445 echo "configure:6446: checking for gdbm_open" >&5
6446 if eval "test \"\${ac_cv_func_gdbm_open+set}\" = set"; then
6447   echo $ac_n "(cached) $ac_c" 1>&6
6448 else
6449   cat > conftest.$ac_ext <<EOF
6450 #line 6451 "configure"
6451 #include "confdefs.h"
6452 /* System header to define __stub macros and hopefully few prototypes,
6453     which can conflict with char gdbm_open(); below.  */
6454 #include <assert.h>
6455 /* Override any gcc2 internal prototype to avoid an error.  */
6456 /* We use char because int might match the return type of a gcc2
6457     builtin and then its argument prototype would still apply.  */
6458 char gdbm_open();
6459 char (*f)();
6460
6461 int main() {
6462
6463 /* The GNU C library defines this for functions which it implements
6464     to always fail with ENOSYS.  Some functions are actually named
6465     something starting with __ and the normal name is an alias.  */
6466 #if defined (__stub_gdbm_open) || defined (__stub___gdbm_open)
6467 choke me
6468 #else
6469 f = gdbm_open;
6470 #endif
6471
6472 ; return 0; }
6473 EOF
6474 if { (eval echo configure:6475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6475   rm -rf conftest*
6476   eval "ac_cv_func_gdbm_open=yes"
6477 else
6478   echo "configure: failed program was:" >&5
6479   cat conftest.$ac_ext >&5
6480   rm -rf conftest*
6481   eval "ac_cv_func_gdbm_open=no"
6482 fi
6483 rm -f conftest*
6484 fi
6485
6486 if eval "test \"`echo '$ac_cv_func_'gdbm_open`\" = yes"; then
6487   echo "$ac_t""yes" 1>&6
6488   ol_cv_lib_gdbm=yes
6489 else
6490   echo "$ac_t""no" 1>&6
6491
6492                 echo $ac_n "checking for gdbm_open in -lgdbm""... $ac_c" 1>&6
6493 echo "configure:6494: checking for gdbm_open in -lgdbm" >&5
6494 ac_lib_var=`echo gdbm'_'gdbm_open | sed 'y%./+-:%__p__%'`
6495 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
6496   echo $ac_n "(cached) $ac_c" 1>&6
6497 else
6498   ac_save_LIBS="$LIBS"
6499 LIBS="-lgdbm  $LIBS"
6500 cat > conftest.$ac_ext <<EOF
6501 #line 6502 "configure"
6502 #include "confdefs.h"
6503 /* Override any gcc2 internal prototype to avoid an error.  */
6504 /* We use char because int might match the return type of a gcc2
6505     builtin and then its argument prototype would still apply.  */
6506 char gdbm_open();
6507
6508 int main() {
6509 gdbm_open()
6510 ; return 0; }
6511 EOF
6512 if { (eval echo configure:6513: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6513   rm -rf conftest*
6514   eval "ac_cv_lib_$ac_lib_var=yes"
6515 else
6516   echo "configure: failed program was:" >&5
6517   cat conftest.$ac_ext >&5
6518   rm -rf conftest*
6519   eval "ac_cv_lib_$ac_lib_var=no"
6520 fi
6521 rm -f conftest*
6522 LIBS="$ac_save_LIBS"
6523
6524 fi
6525 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6526   echo "$ac_t""yes" 1>&6
6527   ol_cv_lib_gdbm=-lgdbm
6528 else
6529   echo "$ac_t""no" 1>&6
6530 ol_cv_lib_gdbm=no
6531 fi
6532
6533         
6534 fi
6535
6536         LIBS="$ol_LIBS"
6537
6538 fi
6539
6540 echo "$ac_t""$ol_cv_lib_gdbm" 1>&6
6541
6542
6543  for ac_hdr in gdbm.h
6544 do
6545 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6546 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6547 echo "configure:6548: checking for $ac_hdr" >&5
6548 if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then
6549   echo $ac_n "(cached) $ac_c" 1>&6
6550 else
6551   cat > conftest.$ac_ext <<EOF
6552 #line 6553 "configure"
6553 #include "confdefs.h"
6554 #include <$ac_hdr>
6555 EOF
6556 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6557 { (eval echo configure:6558: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6558 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6559 if test -z "$ac_err"; then
6560   rm -rf conftest*
6561   eval "ac_cv_header_$ac_safe=yes"
6562 else
6563   echo "$ac_err" >&5
6564   echo "configure: failed program was:" >&5
6565   cat conftest.$ac_ext >&5
6566   rm -rf conftest*
6567   eval "ac_cv_header_$ac_safe=no"
6568 fi
6569 rm -f conftest*
6570 fi
6571 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6572   echo "$ac_t""yes" 1>&6
6573     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6574   cat >> confdefs.h <<EOF
6575 #define $ac_tr_hdr 1
6576 EOF
6577  
6578 else
6579   echo "$ac_t""no" 1>&6
6580 fi
6581 done
6582
6583  echo $ac_n "checking for db""... $ac_c" 1>&6
6584 echo "configure:6585: checking for db" >&5
6585 if eval "test \"\${ol_cv_gdbm+set}\" = set"; then
6586   echo $ac_n "(cached) $ac_c" 1>&6
6587 else
6588   
6589         if test $ol_cv_lib_gdbm = no -o $ac_cv_header_gdbm_h = no ; then
6590                 ol_cv_gdbm=no
6591         else
6592                 ol_cv_gdbm=yes
6593         fi
6594
6595 fi
6596
6597 echo "$ac_t""$ol_cv_gdbm" 1>&6
6598  if test $ol_cv_gdbm = yes ; then
6599         cat >> confdefs.h <<\EOF
6600 #define HAVE_GDBM 1
6601 EOF
6602
6603  fi
6604
6605
6606         if test $ol_cv_gdbm = yes ; then
6607                 ol_link_ldbm=gdbm
6608                 ol_with_ldbm_api=gdbm
6609
6610                 if test $ol_cv_lib_gdbm != yes ; then
6611                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_gdbm"
6612                 fi
6613         fi
6614 fi
6615
6616 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = mdbm ; then
6617         echo $ac_n "checking for MDBM library""... $ac_c" 1>&6
6618 echo "configure:6619: checking for MDBM library" >&5
6619 if eval "test \"\${ol_cv_lib_mdbm+set}\" = set"; then
6620   echo $ac_n "(cached) $ac_c" 1>&6
6621 else
6622         ol_LIBS="$LIBS"
6623         echo $ac_n "checking for mdbm_set_chain""... $ac_c" 1>&6
6624 echo "configure:6625: checking for mdbm_set_chain" >&5
6625 if eval "test \"\${ac_cv_func_mdbm_set_chain+set}\" = set"; then
6626   echo $ac_n "(cached) $ac_c" 1>&6
6627 else
6628   cat > conftest.$ac_ext <<EOF
6629 #line 6630 "configure"
6630 #include "confdefs.h"
6631 /* System header to define __stub macros and hopefully few prototypes,
6632     which can conflict with char mdbm_set_chain(); below.  */
6633 #include <assert.h>
6634 /* Override any gcc2 internal prototype to avoid an error.  */
6635 /* We use char because int might match the return type of a gcc2
6636     builtin and then its argument prototype would still apply.  */
6637 char mdbm_set_chain();
6638 char (*f)();
6639
6640 int main() {
6641
6642 /* The GNU C library defines this for functions which it implements
6643     to always fail with ENOSYS.  Some functions are actually named
6644     something starting with __ and the normal name is an alias.  */
6645 #if defined (__stub_mdbm_set_chain) || defined (__stub___mdbm_set_chain)
6646 choke me
6647 #else
6648 f = mdbm_set_chain;
6649 #endif
6650
6651 ; return 0; }
6652 EOF
6653 if { (eval echo configure:6654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6654   rm -rf conftest*
6655   eval "ac_cv_func_mdbm_set_chain=yes"
6656 else
6657   echo "configure: failed program was:" >&5
6658   cat conftest.$ac_ext >&5
6659   rm -rf conftest*
6660   eval "ac_cv_func_mdbm_set_chain=no"
6661 fi
6662 rm -f conftest*
6663 fi
6664
6665 if eval "test \"`echo '$ac_cv_func_'mdbm_set_chain`\" = yes"; then
6666   echo "$ac_t""yes" 1>&6
6667   ol_cv_lib_mdbm=yes
6668 else
6669   echo "$ac_t""no" 1>&6
6670
6671                 echo $ac_n "checking for mdbm_set_chain in -lmdbm""... $ac_c" 1>&6
6672 echo "configure:6673: checking for mdbm_set_chain in -lmdbm" >&5
6673 ac_lib_var=`echo mdbm'_'mdbm_set_chain | sed 'y%./+-:%__p__%'`
6674 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
6675   echo $ac_n "(cached) $ac_c" 1>&6
6676 else
6677   ac_save_LIBS="$LIBS"
6678 LIBS="-lmdbm  $LIBS"
6679 cat > conftest.$ac_ext <<EOF
6680 #line 6681 "configure"
6681 #include "confdefs.h"
6682 /* Override any gcc2 internal prototype to avoid an error.  */
6683 /* We use char because int might match the return type of a gcc2
6684     builtin and then its argument prototype would still apply.  */
6685 char mdbm_set_chain();
6686
6687 int main() {
6688 mdbm_set_chain()
6689 ; return 0; }
6690 EOF
6691 if { (eval echo configure:6692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6692   rm -rf conftest*
6693   eval "ac_cv_lib_$ac_lib_var=yes"
6694 else
6695   echo "configure: failed program was:" >&5
6696   cat conftest.$ac_ext >&5
6697   rm -rf conftest*
6698   eval "ac_cv_lib_$ac_lib_var=no"
6699 fi
6700 rm -f conftest*
6701 LIBS="$ac_save_LIBS"
6702
6703 fi
6704 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6705   echo "$ac_t""yes" 1>&6
6706   ol_cv_lib_mdbm=-lmdbm
6707 else
6708   echo "$ac_t""no" 1>&6
6709 ol_cv_lib_mdbm=no
6710 fi
6711
6712         
6713 fi
6714
6715         LIBS="$ol_LIBS"
6716
6717 fi
6718
6719 echo "$ac_t""$ol_cv_lib_mdbm" 1>&6
6720
6721
6722  for ac_hdr in mdbm.h
6723 do
6724 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6725 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6726 echo "configure:6727: checking for $ac_hdr" >&5
6727 if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then
6728   echo $ac_n "(cached) $ac_c" 1>&6
6729 else
6730   cat > conftest.$ac_ext <<EOF
6731 #line 6732 "configure"
6732 #include "confdefs.h"
6733 #include <$ac_hdr>
6734 EOF
6735 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6736 { (eval echo configure:6737: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6737 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6738 if test -z "$ac_err"; then
6739   rm -rf conftest*
6740   eval "ac_cv_header_$ac_safe=yes"
6741 else
6742   echo "$ac_err" >&5
6743   echo "configure: failed program was:" >&5
6744   cat conftest.$ac_ext >&5
6745   rm -rf conftest*
6746   eval "ac_cv_header_$ac_safe=no"
6747 fi
6748 rm -f conftest*
6749 fi
6750 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6751   echo "$ac_t""yes" 1>&6
6752     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6753   cat >> confdefs.h <<EOF
6754 #define $ac_tr_hdr 1
6755 EOF
6756  
6757 else
6758   echo "$ac_t""no" 1>&6
6759 fi
6760 done
6761
6762  echo $ac_n "checking for db""... $ac_c" 1>&6
6763 echo "configure:6764: checking for db" >&5
6764 if eval "test \"\${ol_cv_mdbm+set}\" = set"; then
6765   echo $ac_n "(cached) $ac_c" 1>&6
6766 else
6767   
6768         if test $ol_cv_lib_mdbm = no -o $ac_cv_header_mdbm_h = no ; then
6769                 ol_cv_mdbm=no
6770         else
6771                 ol_cv_mdbm=yes
6772         fi
6773
6774 fi
6775
6776 echo "$ac_t""$ol_cv_mdbm" 1>&6
6777  if test $ol_cv_mdbm = yes ; then
6778         cat >> confdefs.h <<\EOF
6779 #define HAVE_MDBM 1
6780 EOF
6781
6782  fi
6783
6784
6785         if test $ol_cv_mdbm = yes ; then
6786                 ol_link_ldbm=mdbm
6787                 ol_with_ldbm_api=mdbm
6788                 if test $ol_cv_lib_mdbm != yes ; then
6789                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_mdbm"
6790                 fi
6791         fi
6792 fi
6793
6794 if test $ol_with_ldbm_api = auto ; then
6795         echo "configure: warning: skipping automatic checking for NDBM, must be manually enabled." 1>&2
6796 elif test $ol_with_ldbm_api = ndbm ; then
6797         echo $ac_n "checking for NDBM library""... $ac_c" 1>&6
6798 echo "configure:6799: checking for NDBM library" >&5
6799 if eval "test \"\${ol_cv_lib_ndbm+set}\" = set"; then
6800   echo $ac_n "(cached) $ac_c" 1>&6
6801 else
6802         ol_LIBS="$LIBS"
6803         echo $ac_n "checking for dbm_open""... $ac_c" 1>&6
6804 echo "configure:6805: checking for dbm_open" >&5
6805 if eval "test \"\${ac_cv_func_dbm_open+set}\" = set"; then
6806   echo $ac_n "(cached) $ac_c" 1>&6
6807 else
6808   cat > conftest.$ac_ext <<EOF
6809 #line 6810 "configure"
6810 #include "confdefs.h"
6811 /* System header to define __stub macros and hopefully few prototypes,
6812     which can conflict with char dbm_open(); below.  */
6813 #include <assert.h>
6814 /* Override any gcc2 internal prototype to avoid an error.  */
6815 /* We use char because int might match the return type of a gcc2
6816     builtin and then its argument prototype would still apply.  */
6817 char dbm_open();
6818 char (*f)();
6819
6820 int main() {
6821
6822 /* The GNU C library defines this for functions which it implements
6823     to always fail with ENOSYS.  Some functions are actually named
6824     something starting with __ and the normal name is an alias.  */
6825 #if defined (__stub_dbm_open) || defined (__stub___dbm_open)
6826 choke me
6827 #else
6828 f = dbm_open;
6829 #endif
6830
6831 ; return 0; }
6832 EOF
6833 if { (eval echo configure:6834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6834   rm -rf conftest*
6835   eval "ac_cv_func_dbm_open=yes"
6836 else
6837   echo "configure: failed program was:" >&5
6838   cat conftest.$ac_ext >&5
6839   rm -rf conftest*
6840   eval "ac_cv_func_dbm_open=no"
6841 fi
6842 rm -f conftest*
6843 fi
6844
6845 if eval "test \"`echo '$ac_cv_func_'dbm_open`\" = yes"; then
6846   echo "$ac_t""yes" 1>&6
6847   ol_cv_lib_ndbm=yes
6848 else
6849   echo "$ac_t""no" 1>&6
6850
6851                 echo $ac_n "checking for dbm_open in -lndbm""... $ac_c" 1>&6
6852 echo "configure:6853: checking for dbm_open in -lndbm" >&5
6853 ac_lib_var=`echo ndbm'_'dbm_open | sed 'y%./+-:%__p__%'`
6854 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
6855   echo $ac_n "(cached) $ac_c" 1>&6
6856 else
6857   ac_save_LIBS="$LIBS"
6858 LIBS="-lndbm  $LIBS"
6859 cat > conftest.$ac_ext <<EOF
6860 #line 6861 "configure"
6861 #include "confdefs.h"
6862 /* Override any gcc2 internal prototype to avoid an error.  */
6863 /* We use char because int might match the return type of a gcc2
6864     builtin and then its argument prototype would still apply.  */
6865 char dbm_open();
6866
6867 int main() {
6868 dbm_open()
6869 ; return 0; }
6870 EOF
6871 if { (eval echo configure:6872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6872   rm -rf conftest*
6873   eval "ac_cv_lib_$ac_lib_var=yes"
6874 else
6875   echo "configure: failed program was:" >&5
6876   cat conftest.$ac_ext >&5
6877   rm -rf conftest*
6878   eval "ac_cv_lib_$ac_lib_var=no"
6879 fi
6880 rm -f conftest*
6881 LIBS="$ac_save_LIBS"
6882
6883 fi
6884 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6885   echo "$ac_t""yes" 1>&6
6886   ol_cv_lib_ndbm=-lndbm
6887 else
6888   echo "$ac_t""no" 1>&6
6889
6890                         echo $ac_n "checking for dbm_open in -ldbm""... $ac_c" 1>&6
6891 echo "configure:6892: checking for dbm_open in -ldbm" >&5
6892 ac_lib_var=`echo dbm'_'dbm_open | sed 'y%./+-:%__p__%'`
6893 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
6894   echo $ac_n "(cached) $ac_c" 1>&6
6895 else
6896   ac_save_LIBS="$LIBS"
6897 LIBS="-ldbm  $LIBS"
6898 cat > conftest.$ac_ext <<EOF
6899 #line 6900 "configure"
6900 #include "confdefs.h"
6901 /* Override any gcc2 internal prototype to avoid an error.  */
6902 /* We use char because int might match the return type of a gcc2
6903     builtin and then its argument prototype would still apply.  */
6904 char dbm_open();
6905
6906 int main() {
6907 dbm_open()
6908 ; return 0; }
6909 EOF
6910 if { (eval echo configure:6911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6911   rm -rf conftest*
6912   eval "ac_cv_lib_$ac_lib_var=yes"
6913 else
6914   echo "configure: failed program was:" >&5
6915   cat conftest.$ac_ext >&5
6916   rm -rf conftest*
6917   eval "ac_cv_lib_$ac_lib_var=no"
6918 fi
6919 rm -f conftest*
6920 LIBS="$ac_save_LIBS"
6921
6922 fi
6923 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6924   echo "$ac_t""yes" 1>&6
6925   ol_cv_lib_ndbm=-ldbm
6926 else
6927   echo "$ac_t""no" 1>&6
6928 ol_cv_lib_ndbm=no
6929 fi
6930                 
6931 fi
6932
6933         
6934 fi
6935
6936         LIBS="$ol_LIBS"
6937
6938 fi
6939
6940 echo "$ac_t""$ol_cv_lib_ndbm" 1>&6
6941
6942
6943  for ac_hdr in ndbm.h
6944 do
6945 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6946 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6947 echo "configure:6948: checking for $ac_hdr" >&5
6948 if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then
6949   echo $ac_n "(cached) $ac_c" 1>&6
6950 else
6951   cat > conftest.$ac_ext <<EOF
6952 #line 6953 "configure"
6953 #include "confdefs.h"
6954 #include <$ac_hdr>
6955 EOF
6956 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6957 { (eval echo configure:6958: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6958 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6959 if test -z "$ac_err"; then
6960   rm -rf conftest*
6961   eval "ac_cv_header_$ac_safe=yes"
6962 else
6963   echo "$ac_err" >&5
6964   echo "configure: failed program was:" >&5
6965   cat conftest.$ac_ext >&5
6966   rm -rf conftest*
6967   eval "ac_cv_header_$ac_safe=no"
6968 fi
6969 rm -f conftest*
6970 fi
6971 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6972   echo "$ac_t""yes" 1>&6
6973     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
6974   cat >> confdefs.h <<EOF
6975 #define $ac_tr_hdr 1
6976 EOF
6977  
6978 else
6979   echo "$ac_t""no" 1>&6
6980 fi
6981 done
6982
6983  echo $ac_n "checking for db""... $ac_c" 1>&6
6984 echo "configure:6985: checking for db" >&5
6985 if eval "test \"\${ol_cv_ndbm+set}\" = set"; then
6986   echo $ac_n "(cached) $ac_c" 1>&6
6987 else
6988   
6989         if test $ol_cv_lib_ndbm = no -o $ac_cv_header_ndbm_h = no ; then
6990                 ol_cv_ndbm=no
6991         else
6992                 ol_cv_ndbm=yes
6993         fi
6994
6995 fi
6996
6997 echo "$ac_t""$ol_cv_ndbm" 1>&6
6998  if test $ol_cv_ndbm = yes ; then
6999         cat >> confdefs.h <<\EOF
7000 #define HAVE_NDBM 1
7001 EOF
7002
7003  fi
7004
7005
7006         if test $ol_cv_ndbm = yes ; then
7007                 ol_link_ldbm=ndbm
7008                 ol_with_ldbm_api=ndbm
7009
7010                 if test $ol_cv_lib_ndbm != yes ; then
7011                         LDBM_LIBS="$LDBM_LIBS $ol_cv_lib_ndbm"
7012                 fi
7013         fi
7014 fi
7015
7016 if test $ol_link_ldbm = no -a $ol_enable_ldbm != no ; then
7017         echo "configure: warning: could not find suitable LDBM backend" 1>&2
7018         if test $ol_enable_ldbm = yes ; then
7019                 { echo "configure: error: select appropriate LDBM options or disable" 1>&2; exit 1; }
7020         fi
7021
7022         echo "configure: warning: disabling LDBM" 1>&2
7023         ol_enable_ldbm=no
7024 fi
7025
7026 if test $ol_enable_wrappers != no ; then
7027         for ac_hdr in tcpd.h
7028 do
7029 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7030 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7031 echo "configure:7032: checking for $ac_hdr" >&5
7032 if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then
7033   echo $ac_n "(cached) $ac_c" 1>&6
7034 else
7035   cat > conftest.$ac_ext <<EOF
7036 #line 7037 "configure"
7037 #include "confdefs.h"
7038 #include <$ac_hdr>
7039 EOF
7040 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7041 { (eval echo configure:7042: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7042 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7043 if test -z "$ac_err"; then
7044   rm -rf conftest*
7045   eval "ac_cv_header_$ac_safe=yes"
7046 else
7047   echo "$ac_err" >&5
7048   echo "configure: failed program was:" >&5
7049   cat conftest.$ac_ext >&5
7050   rm -rf conftest*
7051   eval "ac_cv_header_$ac_safe=no"
7052 fi
7053 rm -f conftest*
7054 fi
7055 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7056   echo "$ac_t""yes" 1>&6
7057     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7058   cat >> confdefs.h <<EOF
7059 #define $ac_tr_hdr 1
7060 EOF
7061  
7062 else
7063   echo "$ac_t""no" 1>&6
7064 fi
7065 done
7066
7067
7068         if test $ac_cv_header_tcpd_h != yes ; then
7069                 have_wrappers=no
7070         else
7071                 cat > conftest.$ac_ext <<EOF
7072 #line 7073 "configure"
7073 #include "confdefs.h"
7074
7075 int allow_severity = 0;
7076 int deny_severity  = 0;
7077                 
7078 int main() {
7079 hosts_access()
7080 ; return 0; }
7081 EOF
7082 if { (eval echo configure:7083: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7083   rm -rf conftest*
7084   have_wrappers=yes
7085 else
7086   echo "configure: failed program was:" >&5
7087   cat conftest.$ac_ext >&5
7088   rm -rf conftest*
7089   have_wrappers=no
7090 fi
7091 rm -f conftest*
7092         fi
7093
7094         if test $have_wrappers = yes ; then
7095                 cat >> confdefs.h <<\EOF
7096 #define HAVE_TCPD 1
7097 EOF
7098
7099                 WRAP_LIBS="-lwrap"
7100
7101                                                 echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
7102 echo "configure:7103: checking for main in -lnsl" >&5
7103 ac_lib_var=`echo nsl'_'main | sed 'y%./+-:%__p__%'`
7104 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
7105   echo $ac_n "(cached) $ac_c" 1>&6
7106 else
7107   ac_save_LIBS="$LIBS"
7108 LIBS="-lnsl  $LIBS"
7109 cat > conftest.$ac_ext <<EOF
7110 #line 7111 "configure"
7111 #include "confdefs.h"
7112
7113 int main() {
7114 main()
7115 ; return 0; }
7116 EOF
7117 if { (eval echo configure:7118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7118   rm -rf conftest*
7119   eval "ac_cv_lib_$ac_lib_var=yes"
7120 else
7121   echo "configure: failed program was:" >&5
7122   cat conftest.$ac_ext >&5
7123   rm -rf conftest*
7124   eval "ac_cv_lib_$ac_lib_var=no"
7125 fi
7126 rm -f conftest*
7127 LIBS="$ac_save_LIBS"
7128
7129 fi
7130 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7131   echo "$ac_t""yes" 1>&6
7132     ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
7133     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
7134   cat >> confdefs.h <<EOF
7135 #define $ac_tr_lib 1
7136 EOF
7137
7138   LIBS="-lnsl $LIBS"
7139
7140 else
7141   echo "$ac_t""no" 1>&6
7142 fi
7143
7144         else
7145                 echo "configure: warning: could not find -lwrap" 1>&2
7146                 if test $ol_enable_wrappers = yes ; then
7147                         { echo "configure: error: could not find wrappers" 1>&2; exit 1; }
7148                 fi
7149
7150                 echo "configure: warning: disabling wrappers support" 1>&2
7151                 ol_enable_wrappers=no
7152                 WRAP_LIBS=""
7153         fi
7154 fi
7155
7156 if test $ol_enable_dmalloc != no ; then
7157         for ac_hdr in dmalloc.h
7158 do
7159 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7160 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7161 echo "configure:7162: checking for $ac_hdr" >&5
7162 if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then
7163   echo $ac_n "(cached) $ac_c" 1>&6
7164 else
7165   cat > conftest.$ac_ext <<EOF
7166 #line 7167 "configure"
7167 #include "confdefs.h"
7168 #include <$ac_hdr>
7169 EOF
7170 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7171 { (eval echo configure:7172: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7172 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7173 if test -z "$ac_err"; then
7174   rm -rf conftest*
7175   eval "ac_cv_header_$ac_safe=yes"
7176 else
7177   echo "$ac_err" >&5
7178   echo "configure: failed program was:" >&5
7179   cat conftest.$ac_ext >&5
7180   rm -rf conftest*
7181   eval "ac_cv_header_$ac_safe=no"
7182 fi
7183 rm -f conftest*
7184 fi
7185 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7186   echo "$ac_t""yes" 1>&6
7187     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7188   cat >> confdefs.h <<EOF
7189 #define $ac_tr_hdr 1
7190 EOF
7191  
7192 else
7193   echo "$ac_t""no" 1>&6
7194 fi
7195 done
7196
7197         echo $ac_n "checking for dmalloc_shutdown in -ldmalloc""... $ac_c" 1>&6
7198 echo "configure:7199: checking for dmalloc_shutdown in -ldmalloc" >&5
7199 ac_lib_var=`echo dmalloc'_'dmalloc_shutdown | sed 'y%./+-:%__p__%'`
7200 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
7201   echo $ac_n "(cached) $ac_c" 1>&6
7202 else
7203   ac_save_LIBS="$LIBS"
7204 LIBS="-ldmalloc  $LIBS"
7205 cat > conftest.$ac_ext <<EOF
7206 #line 7207 "configure"
7207 #include "confdefs.h"
7208 /* Override any gcc2 internal prototype to avoid an error.  */
7209 /* We use char because int might match the return type of a gcc2
7210     builtin and then its argument prototype would still apply.  */
7211 char dmalloc_shutdown();
7212
7213 int main() {
7214 dmalloc_shutdown()
7215 ; return 0; }
7216 EOF
7217 if { (eval echo configure:7218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7218   rm -rf conftest*
7219   eval "ac_cv_lib_$ac_lib_var=yes"
7220 else
7221   echo "configure: failed program was:" >&5
7222   cat conftest.$ac_ext >&5
7223   rm -rf conftest*
7224   eval "ac_cv_lib_$ac_lib_var=no"
7225 fi
7226 rm -f conftest*
7227 LIBS="$ac_save_LIBS"
7228
7229 fi
7230 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7231   echo "$ac_t""yes" 1>&6
7232     ac_tr_lib=HAVE_LIB`echo dmalloc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
7233     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
7234   cat >> confdefs.h <<EOF
7235 #define $ac_tr_lib 1
7236 EOF
7237
7238   LIBS="-ldmalloc $LIBS"
7239
7240 else
7241   echo "$ac_t""no" 1>&6
7242 fi
7243
7244 fi
7245
7246 # ud needs termcap (should insert check here)
7247 ol_link_termcap=no
7248 for ac_hdr in termcap.h ncurses.h
7249 do
7250 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7251 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7252 echo "configure:7253: checking for $ac_hdr" >&5
7253 if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then
7254   echo $ac_n "(cached) $ac_c" 1>&6
7255 else
7256   cat > conftest.$ac_ext <<EOF
7257 #line 7258 "configure"
7258 #include "confdefs.h"
7259 #include <$ac_hdr>
7260 EOF
7261 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7262 { (eval echo configure:7263: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7263 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7264 if test -z "$ac_err"; then
7265   rm -rf conftest*
7266   eval "ac_cv_header_$ac_safe=yes"
7267 else
7268   echo "$ac_err" >&5
7269   echo "configure: failed program was:" >&5
7270   cat conftest.$ac_ext >&5
7271   rm -rf conftest*
7272   eval "ac_cv_header_$ac_safe=no"
7273 fi
7274 rm -f conftest*
7275 fi
7276 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7277   echo "$ac_t""yes" 1>&6
7278     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7279   cat >> confdefs.h <<EOF
7280 #define $ac_tr_hdr 1
7281 EOF
7282  
7283 else
7284   echo "$ac_t""no" 1>&6
7285 fi
7286 done
7287
7288
7289 if test $ol_link_termcap = no ; then
7290         echo $ac_n "checking for tputs in -ltermcap""... $ac_c" 1>&6
7291 echo "configure:7292: checking for tputs in -ltermcap" >&5
7292 ac_lib_var=`echo termcap'_'tputs | sed 'y%./+-:%__p__%'`
7293 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
7294   echo $ac_n "(cached) $ac_c" 1>&6
7295 else
7296   ac_save_LIBS="$LIBS"
7297 LIBS="-ltermcap  $LIBS"
7298 cat > conftest.$ac_ext <<EOF
7299 #line 7300 "configure"
7300 #include "confdefs.h"
7301 /* Override any gcc2 internal prototype to avoid an error.  */
7302 /* We use char because int might match the return type of a gcc2
7303     builtin and then its argument prototype would still apply.  */
7304 char tputs();
7305
7306 int main() {
7307 tputs()
7308 ; return 0; }
7309 EOF
7310 if { (eval echo configure:7311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7311   rm -rf conftest*
7312   eval "ac_cv_lib_$ac_lib_var=yes"
7313 else
7314   echo "configure: failed program was:" >&5
7315   cat conftest.$ac_ext >&5
7316   rm -rf conftest*
7317   eval "ac_cv_lib_$ac_lib_var=no"
7318 fi
7319 rm -f conftest*
7320 LIBS="$ac_save_LIBS"
7321
7322 fi
7323 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7324   echo "$ac_t""yes" 1>&6
7325   have_termcap=yes
7326 else
7327   echo "$ac_t""no" 1>&6
7328 have_termcap=no
7329 fi
7330
7331         if test $have_termcap = yes ; then
7332                 cat >> confdefs.h <<\EOF
7333 #define HAVE_TERMCAP 1
7334 EOF
7335
7336                 ol_link_termcap=yes
7337                 TERMCAP_LIBS=-ltermcap
7338         fi
7339 fi
7340
7341 if test $ol_link_termcap = no ; then
7342         echo $ac_n "checking for initscr in -lncurses""... $ac_c" 1>&6
7343 echo "configure:7344: checking for initscr in -lncurses" >&5
7344 ac_lib_var=`echo ncurses'_'initscr | sed 'y%./+-:%__p__%'`
7345 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
7346   echo $ac_n "(cached) $ac_c" 1>&6
7347 else
7348   ac_save_LIBS="$LIBS"
7349 LIBS="-lncurses  $LIBS"
7350 cat > conftest.$ac_ext <<EOF
7351 #line 7352 "configure"
7352 #include "confdefs.h"
7353 /* Override any gcc2 internal prototype to avoid an error.  */
7354 /* We use char because int might match the return type of a gcc2
7355     builtin and then its argument prototype would still apply.  */
7356 char initscr();
7357
7358 int main() {
7359 initscr()
7360 ; return 0; }
7361 EOF
7362 if { (eval echo configure:7363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7363   rm -rf conftest*
7364   eval "ac_cv_lib_$ac_lib_var=yes"
7365 else
7366   echo "configure: failed program was:" >&5
7367   cat conftest.$ac_ext >&5
7368   rm -rf conftest*
7369   eval "ac_cv_lib_$ac_lib_var=no"
7370 fi
7371 rm -f conftest*
7372 LIBS="$ac_save_LIBS"
7373
7374 fi
7375 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7376   echo "$ac_t""yes" 1>&6
7377   have_ncurses=yes
7378 else
7379   echo "$ac_t""no" 1>&6
7380 have_ncurses=no
7381 fi
7382
7383         if test $have_ncurses = yes ; then
7384                 cat >> confdefs.h <<\EOF
7385 #define HAVE_NCURSES 1
7386 EOF
7387
7388                 ol_link_termcap=yes
7389                 TERMCAP_LIBS=-lncurses
7390         fi
7391 fi
7392
7393 if test $ol_link_termcap = no ; then
7394         cat >> confdefs.h <<\EOF
7395 #define NO_TERMCAP 1
7396 EOF
7397
7398         TERMCAP_LIBS=
7399 fi
7400
7401 # FreeBSD (and others) have crypt(3) in -lcrypt
7402 if test $ol_enable_crypt != no ; then
7403         echo $ac_n "checking for crypt""... $ac_c" 1>&6
7404 echo "configure:7405: checking for crypt" >&5
7405 if eval "test \"\${ac_cv_func_crypt+set}\" = set"; then
7406   echo $ac_n "(cached) $ac_c" 1>&6
7407 else
7408   cat > conftest.$ac_ext <<EOF
7409 #line 7410 "configure"
7410 #include "confdefs.h"
7411 /* System header to define __stub macros and hopefully few prototypes,
7412     which can conflict with char crypt(); below.  */
7413 #include <assert.h>
7414 /* Override any gcc2 internal prototype to avoid an error.  */
7415 /* We use char because int might match the return type of a gcc2
7416     builtin and then its argument prototype would still apply.  */
7417 char crypt();
7418 char (*f)();
7419
7420 int main() {
7421
7422 /* The GNU C library defines this for functions which it implements
7423     to always fail with ENOSYS.  Some functions are actually named
7424     something starting with __ and the normal name is an alias.  */
7425 #if defined (__stub_crypt) || defined (__stub___crypt)
7426 choke me
7427 #else
7428 f = crypt;
7429 #endif
7430
7431 ; return 0; }
7432 EOF
7433 if { (eval echo configure:7434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7434   rm -rf conftest*
7435   eval "ac_cv_func_crypt=yes"
7436 else
7437   echo "configure: failed program was:" >&5
7438   cat conftest.$ac_ext >&5
7439   rm -rf conftest*
7440   eval "ac_cv_func_crypt=no"
7441 fi
7442 rm -f conftest*
7443 fi
7444
7445 if eval "test \"`echo '$ac_cv_func_'crypt`\" = yes"; then
7446   echo "$ac_t""yes" 1>&6
7447   have_crypt=yes
7448 else
7449   echo "$ac_t""no" 1>&6
7450
7451                 echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
7452 echo "configure:7453: checking for crypt in -lcrypt" >&5
7453 ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-:%__p__%'`
7454 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
7455   echo $ac_n "(cached) $ac_c" 1>&6
7456 else
7457   ac_save_LIBS="$LIBS"
7458 LIBS="-lcrypt  $LIBS"
7459 cat > conftest.$ac_ext <<EOF
7460 #line 7461 "configure"
7461 #include "confdefs.h"
7462 /* Override any gcc2 internal prototype to avoid an error.  */
7463 /* We use char because int might match the return type of a gcc2
7464     builtin and then its argument prototype would still apply.  */
7465 char crypt();
7466
7467 int main() {
7468 crypt()
7469 ; return 0; }
7470 EOF
7471 if { (eval echo configure:7472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7472   rm -rf conftest*
7473   eval "ac_cv_lib_$ac_lib_var=yes"
7474 else
7475   echo "configure: failed program was:" >&5
7476   cat conftest.$ac_ext >&5
7477   rm -rf conftest*
7478   eval "ac_cv_lib_$ac_lib_var=no"
7479 fi
7480 rm -f conftest*
7481 LIBS="$ac_save_LIBS"
7482
7483 fi
7484 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7485   echo "$ac_t""yes" 1>&6
7486   LUTIL_LIBS="$LUTIL_LIBS -lcrypt"
7487                         have_crypt=yes
7488 else
7489   echo "$ac_t""no" 1>&6
7490 have_crypt=no
7491 fi
7492
7493 fi
7494
7495
7496         if test $have_crypt = yes ; then
7497                 cat >> confdefs.h <<\EOF
7498 #define HAVE_CRYPT 1
7499 EOF
7500
7501         else
7502                 echo "configure: warning: could not find crypt" 1>&2
7503                 if test $ol_enable_crypt = yes ; then
7504                         { echo "configure: error: could not find crypt" 1>&2; exit 1; }
7505                 fi
7506
7507                 echo "configure: warning: disabling crypt support" 1>&2
7508                 ol_enable_crypt=no
7509         fi
7510 fi
7511
7512 # FreeBSD (and others) have setproctitle(3) in -lutil
7513 if test $ol_enable_proctitle != no ; then
7514         echo $ac_n "checking for setproctitle""... $ac_c" 1>&6
7515 echo "configure:7516: checking for setproctitle" >&5
7516 if eval "test \"\${ac_cv_func_setproctitle+set}\" = set"; then
7517   echo $ac_n "(cached) $ac_c" 1>&6
7518 else
7519   cat > conftest.$ac_ext <<EOF
7520 #line 7521 "configure"
7521 #include "confdefs.h"
7522 /* System header to define __stub macros and hopefully few prototypes,
7523     which can conflict with char setproctitle(); below.  */
7524 #include <assert.h>
7525 /* Override any gcc2 internal prototype to avoid an error.  */
7526 /* We use char because int might match the return type of a gcc2
7527     builtin and then its argument prototype would still apply.  */
7528 char setproctitle();
7529 char (*f)();
7530
7531 int main() {
7532
7533 /* The GNU C library defines this for functions which it implements
7534     to always fail with ENOSYS.  Some functions are actually named
7535     something starting with __ and the normal name is an alias.  */
7536 #if defined (__stub_setproctitle) || defined (__stub___setproctitle)
7537 choke me
7538 #else
7539 f = setproctitle;
7540 #endif
7541
7542 ; return 0; }
7543 EOF
7544 if { (eval echo configure:7545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7545   rm -rf conftest*
7546   eval "ac_cv_func_setproctitle=yes"
7547 else
7548   echo "configure: failed program was:" >&5
7549   cat conftest.$ac_ext >&5
7550   rm -rf conftest*
7551   eval "ac_cv_func_setproctitle=no"
7552 fi
7553 rm -f conftest*
7554 fi
7555
7556 if eval "test \"`echo '$ac_cv_func_'setproctitle`\" = yes"; then
7557   echo "$ac_t""yes" 1>&6
7558   have_setproctitle=yes
7559 else
7560   echo "$ac_t""no" 1>&6
7561
7562                 echo $ac_n "checking for setproctitle in -lutil""... $ac_c" 1>&6
7563 echo "configure:7564: checking for setproctitle in -lutil" >&5
7564 ac_lib_var=`echo util'_'setproctitle | sed 'y%./+-:%__p__%'`
7565 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
7566   echo $ac_n "(cached) $ac_c" 1>&6
7567 else
7568   ac_save_LIBS="$LIBS"
7569 LIBS="-lutil  $LIBS"
7570 cat > conftest.$ac_ext <<EOF
7571 #line 7572 "configure"
7572 #include "confdefs.h"
7573 /* Override any gcc2 internal prototype to avoid an error.  */
7574 /* We use char because int might match the return type of a gcc2
7575     builtin and then its argument prototype would still apply.  */
7576 char setproctitle();
7577
7578 int main() {
7579 setproctitle()
7580 ; return 0; }
7581 EOF
7582 if { (eval echo configure:7583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7583   rm -rf conftest*
7584   eval "ac_cv_lib_$ac_lib_var=yes"
7585 else
7586   echo "configure: failed program was:" >&5
7587   cat conftest.$ac_ext >&5
7588   rm -rf conftest*
7589   eval "ac_cv_lib_$ac_lib_var=no"
7590 fi
7591 rm -f conftest*
7592 LIBS="$ac_save_LIBS"
7593
7594 fi
7595 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7596   echo "$ac_t""yes" 1>&6
7597   have_setproctitle=yes
7598                         LUTIL_LIBS="$LUTIL_LIBS -lutil"
7599 else
7600   echo "$ac_t""no" 1>&6
7601 have_setproctitle=no
7602                         LIBOBJS="$LIBOBJS setproctitle.o"
7603 fi
7604
7605 fi
7606
7607
7608         if test $have_setproctitle = yes ; then
7609                 cat >> confdefs.h <<\EOF
7610 #define HAVE_SETPROCTITLE 1
7611 EOF
7612
7613         fi
7614 fi
7615
7616 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
7617 echo "configure:7618: checking for ANSI C header files" >&5
7618 if eval "test \"\${ac_cv_header_stdc+set}\" = set"; then
7619   echo $ac_n "(cached) $ac_c" 1>&6
7620 else
7621   cat > conftest.$ac_ext <<EOF
7622 #line 7623 "configure"
7623 #include "confdefs.h"
7624 #include <stdlib.h>
7625 #include <stdarg.h>
7626 #include <string.h>
7627 #include <float.h>
7628 EOF
7629 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7630 { (eval echo configure:7631: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7631 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7632 if test -z "$ac_err"; then
7633   rm -rf conftest*
7634   ac_cv_header_stdc=yes
7635 else
7636   echo "$ac_err" >&5
7637   echo "configure: failed program was:" >&5
7638   cat conftest.$ac_ext >&5
7639   rm -rf conftest*
7640   ac_cv_header_stdc=no
7641 fi
7642 rm -f conftest*
7643
7644 if test $ac_cv_header_stdc = yes; then
7645   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7646 cat > conftest.$ac_ext <<EOF
7647 #line 7648 "configure"
7648 #include "confdefs.h"
7649 #include <string.h>
7650 EOF
7651 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7652   egrep "memchr" >/dev/null 2>&1; then
7653   :
7654 else
7655   rm -rf conftest*
7656   ac_cv_header_stdc=no
7657 fi
7658 rm -f conftest*
7659
7660 fi
7661
7662 if test $ac_cv_header_stdc = yes; then
7663   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7664 cat > conftest.$ac_ext <<EOF
7665 #line 7666 "configure"
7666 #include "confdefs.h"
7667 #include <stdlib.h>
7668 EOF
7669 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7670   egrep "free" >/dev/null 2>&1; then
7671   :
7672 else
7673   rm -rf conftest*
7674   ac_cv_header_stdc=no
7675 fi
7676 rm -f conftest*
7677
7678 fi
7679
7680 if test $ac_cv_header_stdc = yes; then
7681   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7682 if test "$cross_compiling" = yes; then
7683   :
7684 else
7685   cat > conftest.$ac_ext <<EOF
7686 #line 7687 "configure"
7687 #include "confdefs.h"
7688 #include <ctype.h>
7689 #if ((' ' & 0x0FF) == 0x020)
7690 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7691 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7692 #else
7693 #define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
7694  || ('j' <= (c) && (c) <= 'r') \
7695  || ('s' <= (c) && (c) <= 'z'))
7696 #define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7697 #endif
7698 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7699 int main () { int i; for (i = 0; i < 256; i++)
7700 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
7701 exit (0); }
7702
7703 EOF
7704 if { (eval echo configure:7705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7705 then
7706   :
7707 else
7708   echo "configure: failed program was:" >&5
7709   cat conftest.$ac_ext >&5
7710   rm -fr conftest*
7711   ac_cv_header_stdc=no
7712 fi
7713 rm -fr conftest*
7714 fi
7715
7716 fi
7717 fi
7718
7719 echo "$ac_t""$ac_cv_header_stdc" 1>&6
7720 if test $ac_cv_header_stdc = yes; then
7721   cat >> confdefs.h <<\EOF
7722 #define STDC_HEADERS 1
7723 EOF
7724
7725 fi
7726
7727
7728 if test $ac_cv_header_stdc != yes; then
7729         echo "configure: warning: could not Standard C compliant headers" 1>&2
7730 fi
7731
7732 ac_header_dirent=no
7733 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
7734 do
7735 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7736 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
7737 echo "configure:7738: checking for $ac_hdr that defines DIR" >&5
7738 if eval "test \"\${ac_cv_header_dirent_$ac_safe+set}\" = set"; then
7739   echo $ac_n "(cached) $ac_c" 1>&6
7740 else
7741   cat > conftest.$ac_ext <<EOF
7742 #line 7743 "configure"
7743 #include "confdefs.h"
7744 #include <sys/types.h>
7745 #include <$ac_hdr>
7746 int main() {
7747 DIR *dirp = 0;
7748 ; return 0; }
7749 EOF
7750 if { (eval echo configure:7751: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7751   rm -rf conftest*
7752   eval "ac_cv_header_dirent_$ac_safe=yes"
7753 else
7754   echo "configure: failed program was:" >&5
7755   cat conftest.$ac_ext >&5
7756   rm -rf conftest*
7757   eval "ac_cv_header_dirent_$ac_safe=no"
7758 fi
7759 rm -f conftest*
7760 fi
7761 if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
7762   echo "$ac_t""yes" 1>&6
7763     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7764   cat >> confdefs.h <<EOF
7765 #define $ac_tr_hdr 1
7766 EOF
7767  ac_header_dirent=$ac_hdr; break
7768 else
7769   echo "$ac_t""no" 1>&6
7770 fi
7771 done
7772 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
7773 if test $ac_header_dirent = dirent.h; then
7774 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
7775 echo "configure:7776: checking for opendir in -ldir" >&5
7776 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-:%__p__%'`
7777 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
7778   echo $ac_n "(cached) $ac_c" 1>&6
7779 else
7780   ac_save_LIBS="$LIBS"
7781 LIBS="-ldir  $LIBS"
7782 cat > conftest.$ac_ext <<EOF
7783 #line 7784 "configure"
7784 #include "confdefs.h"
7785 /* Override any gcc2 internal prototype to avoid an error.  */
7786 /* We use char because int might match the return type of a gcc2
7787     builtin and then its argument prototype would still apply.  */
7788 char opendir();
7789
7790 int main() {
7791 opendir()
7792 ; return 0; }
7793 EOF
7794 if { (eval echo configure:7795: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7795   rm -rf conftest*
7796   eval "ac_cv_lib_$ac_lib_var=yes"
7797 else
7798   echo "configure: failed program was:" >&5
7799   cat conftest.$ac_ext >&5
7800   rm -rf conftest*
7801   eval "ac_cv_lib_$ac_lib_var=no"
7802 fi
7803 rm -f conftest*
7804 LIBS="$ac_save_LIBS"
7805
7806 fi
7807 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7808   echo "$ac_t""yes" 1>&6
7809   LIBS="$LIBS -ldir"
7810 else
7811   echo "$ac_t""no" 1>&6
7812 fi
7813
7814 else
7815 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
7816 echo "configure:7817: checking for opendir in -lx" >&5
7817 ac_lib_var=`echo x'_'opendir | sed 'y%./+-:%__p__%'`
7818 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
7819   echo $ac_n "(cached) $ac_c" 1>&6
7820 else
7821   ac_save_LIBS="$LIBS"
7822 LIBS="-lx  $LIBS"
7823 cat > conftest.$ac_ext <<EOF
7824 #line 7825 "configure"
7825 #include "confdefs.h"
7826 /* Override any gcc2 internal prototype to avoid an error.  */
7827 /* We use char because int might match the return type of a gcc2
7828     builtin and then its argument prototype would still apply.  */
7829 char opendir();
7830
7831 int main() {
7832 opendir()
7833 ; return 0; }
7834 EOF
7835 if { (eval echo configure:7836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7836   rm -rf conftest*
7837   eval "ac_cv_lib_$ac_lib_var=yes"
7838 else
7839   echo "configure: failed program was:" >&5
7840   cat conftest.$ac_ext >&5
7841   rm -rf conftest*
7842   eval "ac_cv_lib_$ac_lib_var=no"
7843 fi
7844 rm -f conftest*
7845 LIBS="$ac_save_LIBS"
7846
7847 fi
7848 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7849   echo "$ac_t""yes" 1>&6
7850   LIBS="$LIBS -lx"
7851 else
7852   echo "$ac_t""no" 1>&6
7853 fi
7854
7855 fi
7856
7857 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
7858 echo "configure:7859: checking for sys/wait.h that is POSIX.1 compatible" >&5
7859 if eval "test \"\${ac_cv_header_sys_wait_h+set}\" = set"; then
7860   echo $ac_n "(cached) $ac_c" 1>&6
7861 else
7862   cat > conftest.$ac_ext <<EOF
7863 #line 7864 "configure"
7864 #include "confdefs.h"
7865 #include <sys/types.h>
7866 #include <sys/wait.h>
7867 #ifndef WEXITSTATUS
7868 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
7869 #endif
7870 #ifndef WIFEXITED
7871 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7872 #endif
7873 int main() {
7874 int s;
7875 wait (&s);
7876 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
7877 ; return 0; }
7878 EOF
7879 if { (eval echo configure:7880: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7880   rm -rf conftest*
7881   ac_cv_header_sys_wait_h=yes
7882 else
7883   echo "configure: failed program was:" >&5
7884   cat conftest.$ac_ext >&5
7885   rm -rf conftest*
7886   ac_cv_header_sys_wait_h=no
7887 fi
7888 rm -f conftest*
7889 fi
7890
7891 echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
7892 if test $ac_cv_header_sys_wait_h = yes; then
7893   cat >> confdefs.h <<\EOF
7894 #define HAVE_SYS_WAIT_H 1
7895 EOF
7896
7897 fi
7898
7899 echo $ac_n "checking POSIX termios""... $ac_c" 1>&6
7900 echo "configure:7901: checking POSIX termios" >&5
7901 if eval "test \"\${am_cv_sys_posix_termios+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 <unistd.h>
7909 #include <termios.h>
7910 int main() {
7911 /* SunOS 4.0.3 has termios.h but not the library calls.  */
7912    tcgetattr(0, 0);
7913 ; return 0; }
7914 EOF
7915 if { (eval echo configure:7916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7916   rm -rf conftest*
7917   am_cv_sys_posix_termios=yes
7918 else
7919   echo "configure: failed program was:" >&5
7920   cat conftest.$ac_ext >&5
7921   rm -rf conftest*
7922   am_cv_sys_posix_termios=no
7923 fi
7924 rm -f conftest*
7925 fi
7926
7927 echo "$ac_t""$am_cv_sys_posix_termios" 1>&6
7928
7929
7930  echo $ac_n "checking whether use of TIOCGWINSZ requires sys/ioctl.h""... $ac_c" 1>&6
7931 echo "configure:7932: checking whether use of TIOCGWINSZ requires sys/ioctl.h" >&5
7932 if eval "test \"\${am_cv_sys_tiocgwinsz_needs_sys_ioctl_h+set}\" = set"; then
7933   echo $ac_n "(cached) $ac_c" 1>&6
7934 else
7935   am_cv_sys_tiocgwinsz_needs_sys_ioctl_h=no
7936
7937   gwinsz_in_termios_h=no
7938   if test $am_cv_sys_posix_termios = yes; then
7939     cat > conftest.$ac_ext <<EOF
7940 #line 7941 "configure"
7941 #include "confdefs.h"
7942 #include <sys/types.h>
7943 #     include <termios.h>
7944 #     ifdef TIOCGWINSZ
7945         yes
7946 #     endif
7947     
7948 EOF
7949 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7950   egrep "yes" >/dev/null 2>&1; then
7951   rm -rf conftest*
7952   gwinsz_in_termios_h=yes
7953 fi
7954 rm -f conftest*
7955
7956   fi
7957
7958   if test $gwinsz_in_termios_h = no; then
7959     cat > conftest.$ac_ext <<EOF
7960 #line 7961 "configure"
7961 #include "confdefs.h"
7962 #include <sys/types.h>
7963 #     include <sys/ioctl.h>
7964 #     ifdef TIOCGWINSZ
7965         yes
7966 #     endif
7967     
7968 EOF
7969 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7970   egrep "yes" >/dev/null 2>&1; then
7971   rm -rf conftest*
7972   am_cv_sys_tiocgwinsz_needs_sys_ioctl_h=yes
7973 fi
7974 rm -f conftest*
7975
7976   fi
7977   
7978 fi
7979
7980 echo "$ac_t""$am_cv_sys_tiocgwinsz_needs_sys_ioctl_h" 1>&6
7981   if test $am_cv_sys_tiocgwinsz_needs_sys_ioctl_h = yes; then
7982     cat >> confdefs.h <<\EOF
7983 #define GWINSZ_IN_SYS_IOCTL 1
7984 EOF
7985
7986   fi
7987
7988 if test $am_cv_sys_posix_termios = yes ; then
7989         cat >> confdefs.h <<\EOF
7990 #define HAVE_POSIX_TERMIOS 1
7991 EOF
7992
7993 fi
7994
7995 for ac_hdr in \
7996         arpa/nameser.h  \
7997         crypt.h                 \
7998         errno.h                 \
7999         fcntl.h                 \
8000         filio.h                 \
8001         getopt.h                \
8002         libutil.h               \
8003         limits.h                \
8004         malloc.h                \
8005         memory.h                \
8006         netinet/tcp.h   \
8007         regex.h                 \
8008         psap.h                  \
8009         pwd.h                   \
8010         resolv.h                \
8011         sgtty.h                 \
8012         stdarg.h                \
8013         stddef.h                \
8014         string.h                \
8015         strings.h               \
8016         sys/file.h              \
8017         sys/filio.h             \
8018         sys/errno.h             \
8019         sys/ioctl.h             \
8020         sys/param.h             \
8021         sys/resource.h  \
8022         sys/select.h    \
8023         sys/socket.h    \
8024         sys/syslog.h    \
8025         sys/time.h              \
8026         sys/types.h             \
8027         syslog.h                \
8028         termios.h               \
8029         unistd.h                \
8030
8031 do
8032 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8033 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
8034 echo "configure:8035: checking for $ac_hdr" >&5
8035 if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then
8036   echo $ac_n "(cached) $ac_c" 1>&6
8037 else
8038   cat > conftest.$ac_ext <<EOF
8039 #line 8040 "configure"
8040 #include "confdefs.h"
8041 #include <$ac_hdr>
8042 EOF
8043 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8044 { (eval echo configure:8045: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8045 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8046 if test -z "$ac_err"; then
8047   rm -rf conftest*
8048   eval "ac_cv_header_$ac_safe=yes"
8049 else
8050   echo "$ac_err" >&5
8051   echo "configure: failed program was:" >&5
8052   cat conftest.$ac_ext >&5
8053   rm -rf conftest*
8054   eval "ac_cv_header_$ac_safe=no"
8055 fi
8056 rm -f conftest*
8057 fi
8058 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8059   echo "$ac_t""yes" 1>&6
8060     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8061   cat >> confdefs.h <<EOF
8062 #define $ac_tr_hdr 1
8063 EOF
8064  
8065 else
8066   echo "$ac_t""no" 1>&6
8067 fi
8068 done
8069
8070
8071 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
8072 echo "configure:8073: checking for uid_t in sys/types.h" >&5
8073 if eval "test \"\${ac_cv_type_uid_t+set}\" = set"; then
8074   echo $ac_n "(cached) $ac_c" 1>&6
8075 else
8076   cat > conftest.$ac_ext <<EOF
8077 #line 8078 "configure"
8078 #include "confdefs.h"
8079 #include <sys/types.h>
8080 EOF
8081 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8082   egrep "uid_t" >/dev/null 2>&1; then
8083   rm -rf conftest*
8084   ac_cv_type_uid_t=yes
8085 else
8086   rm -rf conftest*
8087   ac_cv_type_uid_t=no
8088 fi
8089 rm -f conftest*
8090
8091 fi
8092
8093 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
8094 if test $ac_cv_type_uid_t = no; then
8095   cat >> confdefs.h <<\EOF
8096 #define uid_t int
8097 EOF
8098
8099   cat >> confdefs.h <<\EOF
8100 #define gid_t int
8101 EOF
8102
8103 fi
8104
8105 echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6
8106 echo "configure:8107: checking type of array argument to getgroups" >&5
8107 if eval "test \"\${ac_cv_type_getgroups+set}\" = set"; then
8108   echo $ac_n "(cached) $ac_c" 1>&6
8109 else
8110   if test "$cross_compiling" = yes; then
8111   ac_cv_type_getgroups=cross
8112 else
8113   cat > conftest.$ac_ext <<EOF
8114 #line 8115 "configure"
8115 #include "confdefs.h"
8116
8117 /* Thanks to Mike Rendell for this test.  */
8118 #include <sys/types.h>
8119 #define NGID 256
8120 #undef MAX
8121 #define MAX(x, y) ((x) > (y) ? (x) : (y))
8122 main()
8123 {
8124   gid_t gidset[NGID];
8125   int i, n;
8126   union { gid_t gval; long lval; }  val;
8127
8128   val.lval = -1;
8129   for (i = 0; i < NGID; i++)
8130     gidset[i] = val.gval;
8131   n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
8132                  gidset);
8133   /* Exit non-zero if getgroups seems to require an array of ints.  This
8134      happens when gid_t is short but getgroups modifies an array of ints.  */
8135   exit ((n > 0 && gidset[n] != val.gval) ? 1 : 0);
8136 }
8137
8138 EOF
8139 if { (eval echo configure:8140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8140 then
8141     ac_cv_type_getgroups=gid_t
8142 else
8143   echo "configure: failed program was:" >&5
8144   cat conftest.$ac_ext >&5
8145   rm -fr conftest*
8146   ac_cv_type_getgroups=int
8147 fi
8148 rm -fr conftest*
8149 fi
8150
8151 if test $ac_cv_type_getgroups = cross; then
8152         cat > conftest.$ac_ext <<EOF
8153 #line 8154 "configure"
8154 #include "confdefs.h"
8155 #include <unistd.h>
8156 EOF
8157 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8158   egrep "getgroups.*int.*gid_t" >/dev/null 2>&1; then
8159   rm -rf conftest*
8160   ac_cv_type_getgroups=gid_t
8161 else
8162   rm -rf conftest*
8163   ac_cv_type_getgroups=int
8164 fi
8165 rm -f conftest*
8166
8167 fi
8168 fi
8169
8170 echo "$ac_t""$ac_cv_type_getgroups" 1>&6
8171 cat >> confdefs.h <<EOF
8172 #define GETGROUPS_T $ac_cv_type_getgroups
8173 EOF
8174
8175  echo $ac_n "checking for mode_t""... $ac_c" 1>&6
8176 echo "configure:8177: checking for mode_t" >&5
8177 if eval "test \"\${ac_cv_type_mode_t+set}\" = set"; then
8178   echo $ac_n "(cached) $ac_c" 1>&6
8179 else
8180   cat > conftest.$ac_ext <<EOF
8181 #line 8182 "configure"
8182 #include "confdefs.h"
8183 #include <sys/types.h>
8184 #if STDC_HEADERS
8185 #include <stdlib.h>
8186 #include <stddef.h>
8187 #endif
8188
8189 EOF
8190 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8191   egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
8192   rm -rf conftest*
8193   eval "ac_cv_type_mode_t=yes"
8194 else
8195   rm -rf conftest*
8196   eval "ac_cv_type_mode_t=no"
8197 fi
8198 rm -f conftest*
8199
8200 fi
8201 if eval "test \"`echo '$ac_cv_type_'mode_t`\" = yes"; then
8202   echo "$ac_t""yes" 1>&6
8203 else
8204   echo "$ac_t""no" 1>&6
8205   cat >> confdefs.h <<EOF
8206 #define mode_t int
8207 EOF
8208
8209 fi
8210
8211 echo $ac_n "checking for off_t""... $ac_c" 1>&6
8212 echo "configure:8213: checking for off_t" >&5
8213 if eval "test \"\${ac_cv_type_off_t+set}\" = set"; then
8214   echo $ac_n "(cached) $ac_c" 1>&6
8215 else
8216   cat > conftest.$ac_ext <<EOF
8217 #line 8218 "configure"
8218 #include "confdefs.h"
8219 #include <sys/types.h>
8220 #if STDC_HEADERS
8221 #include <stdlib.h>
8222 #include <stddef.h>
8223 #endif
8224
8225 EOF
8226 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8227   egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
8228   rm -rf conftest*
8229   eval "ac_cv_type_off_t=yes"
8230 else
8231   rm -rf conftest*
8232   eval "ac_cv_type_off_t=no"
8233 fi
8234 rm -f conftest*
8235
8236 fi
8237 if eval "test \"`echo '$ac_cv_type_'off_t`\" = yes"; then
8238   echo "$ac_t""yes" 1>&6
8239 else
8240   echo "$ac_t""no" 1>&6
8241   cat >> confdefs.h <<EOF
8242 #define off_t long
8243 EOF
8244
8245 fi
8246
8247 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
8248 echo "configure:8249: checking for pid_t" >&5
8249 if eval "test \"\${ac_cv_type_pid_t+set}\" = set"; then
8250   echo $ac_n "(cached) $ac_c" 1>&6
8251 else
8252   cat > conftest.$ac_ext <<EOF
8253 #line 8254 "configure"
8254 #include "confdefs.h"
8255 #include <sys/types.h>
8256 #if STDC_HEADERS
8257 #include <stdlib.h>
8258 #include <stddef.h>
8259 #endif
8260
8261 EOF
8262 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8263   egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
8264   rm -rf conftest*
8265   eval "ac_cv_type_pid_t=yes"
8266 else
8267   rm -rf conftest*
8268   eval "ac_cv_type_pid_t=no"
8269 fi
8270 rm -f conftest*
8271
8272 fi
8273 if eval "test \"`echo '$ac_cv_type_'pid_t`\" = yes"; then
8274   echo "$ac_t""yes" 1>&6
8275 else
8276   echo "$ac_t""no" 1>&6
8277   cat >> confdefs.h <<EOF
8278 #define pid_t int
8279 EOF
8280
8281 fi
8282
8283 echo $ac_n "checking for ptrdiff_t""... $ac_c" 1>&6
8284 echo "configure:8285: checking for ptrdiff_t" >&5
8285 if eval "test \"\${am_cv_type_ptrdiff_t+set}\" = set"; then
8286   echo $ac_n "(cached) $ac_c" 1>&6
8287 else
8288   cat > conftest.$ac_ext <<EOF
8289 #line 8290 "configure"
8290 #include "confdefs.h"
8291 #include <stddef.h>
8292 int main() {
8293 ptrdiff_t p
8294 ; return 0; }
8295 EOF
8296 if { (eval echo configure:8297: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8297   rm -rf conftest*
8298   am_cv_type_ptrdiff_t=yes
8299 else
8300   echo "configure: failed program was:" >&5
8301   cat conftest.$ac_ext >&5
8302   rm -rf conftest*
8303   am_cv_type_ptrdiff_t=no
8304 fi
8305 rm -f conftest*
8306 fi
8307
8308 echo "$ac_t""$am_cv_type_ptrdiff_t" 1>&6
8309    if test $am_cv_type_ptrdiff_t = yes; then
8310      cat >> confdefs.h <<\EOF
8311 #define HAVE_PTRDIFF_T 1
8312 EOF
8313
8314    fi
8315
8316 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
8317 echo "configure:8318: checking return type of signal handlers" >&5
8318 if eval "test \"\${ac_cv_type_signal+set}\" = set"; then
8319   echo $ac_n "(cached) $ac_c" 1>&6
8320 else
8321   cat > conftest.$ac_ext <<EOF
8322 #line 8323 "configure"
8323 #include "confdefs.h"
8324 #include <sys/types.h>
8325 #include <signal.h>
8326 #ifdef signal
8327 #undef signal
8328 #endif
8329 #ifdef __cplusplus
8330 extern "C" void (*signal (int, void (*)(int)))(int);
8331 #else
8332 void (*signal ()) ();
8333 #endif
8334
8335 int main() {
8336 int i;
8337 ; return 0; }
8338 EOF
8339 if { (eval echo configure:8340: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8340   rm -rf conftest*
8341   ac_cv_type_signal=void
8342 else
8343   echo "configure: failed program was:" >&5
8344   cat conftest.$ac_ext >&5
8345   rm -rf conftest*
8346   ac_cv_type_signal=int
8347 fi
8348 rm -f conftest*
8349 fi
8350
8351 echo "$ac_t""$ac_cv_type_signal" 1>&6
8352 cat >> confdefs.h <<EOF
8353 #define RETSIGTYPE $ac_cv_type_signal
8354 EOF
8355
8356
8357 echo $ac_n "checking for size_t""... $ac_c" 1>&6
8358 echo "configure:8359: checking for size_t" >&5
8359 if eval "test \"\${ac_cv_type_size_t+set}\" = set"; then
8360   echo $ac_n "(cached) $ac_c" 1>&6
8361 else
8362   cat > conftest.$ac_ext <<EOF
8363 #line 8364 "configure"
8364 #include "confdefs.h"
8365 #include <sys/types.h>
8366 #if STDC_HEADERS
8367 #include <stdlib.h>
8368 #include <stddef.h>
8369 #endif
8370
8371 EOF
8372 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8373   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
8374   rm -rf conftest*
8375   eval "ac_cv_type_size_t=yes"
8376 else
8377   rm -rf conftest*
8378   eval "ac_cv_type_size_t=no"
8379 fi
8380 rm -f conftest*
8381
8382 fi
8383 if eval "test \"`echo '$ac_cv_type_'size_t`\" = yes"; then
8384   echo "$ac_t""yes" 1>&6
8385 else
8386   echo "$ac_t""no" 1>&6
8387   cat >> confdefs.h <<EOF
8388 #define size_t unsigned
8389 EOF
8390
8391 fi
8392
8393 echo $ac_n "checking for member st_blksize in aggregate type struct stat""... $ac_c" 1>&6
8394 echo "configure:8395: checking for member st_blksize in aggregate type struct stat" >&5
8395 if eval "test \"\${ac_cv_c_struct_member_st_blksize+set}\" = set"; then
8396   echo $ac_n "(cached) $ac_c" 1>&6
8397 else
8398   cat > conftest.$ac_ext <<EOF
8399 #line 8400 "configure"
8400 #include "confdefs.h"
8401 #include <sys/types.h>
8402 #include <sys/stat.h>
8403 int main() {
8404 struct stat foo; foo.st_blksize;
8405 ; return 0; }
8406 EOF
8407 if { (eval echo configure:8408: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8408   rm -rf conftest*
8409   ac_cv_c_struct_member_st_blksize=yes
8410 else
8411   echo "configure: failed program was:" >&5
8412   cat conftest.$ac_ext >&5
8413   rm -rf conftest*
8414   ac_cv_c_struct_member_st_blksize=no
8415 fi
8416 rm -f conftest*
8417 fi
8418
8419 echo "$ac_t""$ac_cv_c_struct_member_st_blksize" 1>&6
8420 st_blksize="$ac_cv_c_struct_member_st_blksize"
8421 if test $ac_cv_c_struct_member_st_blksize = yes; then
8422   cat >> confdefs.h <<\EOF
8423 #define HAVE_ST_BLKSIZE 1
8424 EOF
8425
8426 fi
8427
8428 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
8429 echo "configure:8430: checking whether time.h and sys/time.h may both be included" >&5
8430 if eval "test \"\${ac_cv_header_time+set}\" = set"; then
8431   echo $ac_n "(cached) $ac_c" 1>&6
8432 else
8433   cat > conftest.$ac_ext <<EOF
8434 #line 8435 "configure"
8435 #include "confdefs.h"
8436 #include <sys/types.h>
8437 #include <sys/time.h>
8438 #include <time.h>
8439 int main() {
8440 struct tm *tp;
8441 ; return 0; }
8442 EOF
8443 if { (eval echo configure:8444: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8444   rm -rf conftest*
8445   ac_cv_header_time=yes
8446 else
8447   echo "configure: failed program was:" >&5
8448   cat conftest.$ac_ext >&5
8449   rm -rf conftest*
8450   ac_cv_header_time=no
8451 fi
8452 rm -f conftest*
8453 fi
8454
8455 echo "$ac_t""$ac_cv_header_time" 1>&6
8456 if test $ac_cv_header_time = yes; then
8457   cat >> confdefs.h <<\EOF
8458 #define TIME_WITH_SYS_TIME 1
8459 EOF
8460
8461 fi
8462
8463 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
8464 echo "configure:8465: checking whether struct tm is in sys/time.h or time.h" >&5
8465 if eval "test \"\${ac_cv_struct_tm+set}\" = set"; then
8466   echo $ac_n "(cached) $ac_c" 1>&6
8467 else
8468   cat > conftest.$ac_ext <<EOF
8469 #line 8470 "configure"
8470 #include "confdefs.h"
8471 #include <sys/types.h>
8472 #include <time.h>
8473 int main() {
8474 struct tm *tp; tp->tm_sec;
8475 ; return 0; }
8476 EOF
8477 if { (eval echo configure:8478: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8478   rm -rf conftest*
8479   ac_cv_struct_tm=time.h
8480 else
8481   echo "configure: failed program was:" >&5
8482   cat conftest.$ac_ext >&5
8483   rm -rf conftest*
8484   ac_cv_struct_tm=sys/time.h
8485 fi
8486 rm -f conftest*
8487 fi
8488
8489 echo "$ac_t""$ac_cv_struct_tm" 1>&6
8490 if test $ac_cv_struct_tm = sys/time.h; then
8491   cat >> confdefs.h <<\EOF
8492 #define TM_IN_SYS_TIME 1
8493 EOF
8494
8495 fi
8496
8497
8498
8499 echo $ac_n "checking if toupper() requires islower()""... $ac_c" 1>&6
8500 echo "configure:8501: checking if toupper() requires islower()" >&5
8501 if eval "test \"\${ol_cv_c_upper_lower+set}\" = set"; then
8502   echo $ac_n "(cached) $ac_c" 1>&6
8503 else
8504   
8505         if test "$cross_compiling" = yes; then
8506   ol_cv_c_upper_lower=safe
8507 else
8508   cat > conftest.$ac_ext <<EOF
8509 #line 8510 "configure"
8510 #include "confdefs.h"
8511
8512 #include <ctype.h>
8513 main()
8514 {
8515         if ('C' == toupper('C'))
8516                 exit(0);
8517         else
8518                 exit(1);
8519 }
8520 EOF
8521 if { (eval echo configure:8522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8522 then
8523   ol_cv_c_upper_lower=no
8524 else
8525   echo "configure: failed program was:" >&5
8526   cat conftest.$ac_ext >&5
8527   rm -fr conftest*
8528   ol_cv_c_upper_lower=yes
8529 fi
8530 rm -fr conftest*
8531 fi
8532
8533 fi
8534
8535 echo "$ac_t""$ol_cv_c_upper_lower" 1>&6
8536 if test $ol_cv_c_upper_lower != no ; then
8537         cat >> confdefs.h <<\EOF
8538 #define C_UPPER_LOWER 1
8539 EOF
8540
8541 fi
8542
8543 echo $ac_n "checking for working const""... $ac_c" 1>&6
8544 echo "configure:8545: checking for working const" >&5
8545 if eval "test \"\${ac_cv_c_const+set}\" = set"; then
8546   echo $ac_n "(cached) $ac_c" 1>&6
8547 else
8548   cat > conftest.$ac_ext <<EOF
8549 #line 8550 "configure"
8550 #include "confdefs.h"
8551
8552 int main() {
8553
8554 /* Ultrix mips cc rejects this.  */
8555 typedef int charset[2]; const charset x;
8556 /* SunOS 4.1.1 cc rejects this.  */
8557 char const *const *ccp;
8558 char **p;
8559 /* NEC SVR4.0.2 mips cc rejects this.  */
8560 struct point {int x, y;};
8561 static struct point const zero = {0,0};
8562 /* AIX XL C 1.02.0.0 rejects this.
8563    It does not let you subtract one const X* pointer from another in an arm
8564    of an if-expression whose if-part is not a constant expression */
8565 const char *g = "string";
8566 ccp = &g + (g ? g-g : 0);
8567 /* HPUX 7.0 cc rejects these. */
8568 ++ccp;
8569 p = (char**) ccp;
8570 ccp = (char const *const *) p;
8571 { /* SCO 3.2v4 cc rejects this.  */
8572   char *t;
8573   char const *s = 0 ? (char *) 0 : (char const *) 0;
8574
8575   *t++ = 0;
8576 }
8577 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
8578   int x[] = {25, 17};
8579   const int *foo = &x[0];
8580   ++foo;
8581 }
8582 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
8583   typedef const int *iptr;
8584   iptr p = 0;
8585   ++p;
8586 }
8587 { /* AIX XL C 1.02.0.0 rejects this saying
8588      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
8589   struct s { int j; const int *ap[3]; };
8590   struct s *b; b->j = 5;
8591 }
8592 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
8593   const int foo = 10;
8594 }
8595
8596 ; return 0; }
8597 EOF
8598 if { (eval echo configure:8599: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8599   rm -rf conftest*
8600   ac_cv_c_const=yes
8601 else
8602   echo "configure: failed program was:" >&5
8603   cat conftest.$ac_ext >&5
8604   rm -rf conftest*
8605   ac_cv_c_const=no
8606 fi
8607 rm -f conftest*
8608 fi
8609
8610 echo "$ac_t""$ac_cv_c_const" 1>&6
8611 if test $ac_cv_c_const = no; then
8612   cat >> confdefs.h <<\EOF
8613 #define const 
8614 EOF
8615
8616 fi
8617
8618
8619 if test $cross_compiling = yes ; then
8620         cat >> confdefs.h <<\EOF
8621 #define CROSS_COMPILING 1
8622 EOF
8623
8624 else
8625         echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
8626 echo "configure:8627: checking whether byte ordering is bigendian" >&5
8627 if eval "test \"\${ac_cv_c_bigendian+set}\" = set"; then
8628   echo $ac_n "(cached) $ac_c" 1>&6
8629 else
8630   ac_cv_c_bigendian=unknown
8631 # See if sys/param.h defines the BYTE_ORDER macro.
8632 cat > conftest.$ac_ext <<EOF
8633 #line 8634 "configure"
8634 #include "confdefs.h"
8635 #include <sys/types.h>
8636 #include <sys/param.h>
8637 int main() {
8638
8639 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
8640  bogus endian macros
8641 #endif
8642 ; return 0; }
8643 EOF
8644 if { (eval echo configure:8645: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8645   rm -rf conftest*
8646   # It does; now see whether it defined to BIG_ENDIAN or not.
8647 cat > conftest.$ac_ext <<EOF
8648 #line 8649 "configure"
8649 #include "confdefs.h"
8650 #include <sys/types.h>
8651 #include <sys/param.h>
8652 int main() {
8653
8654 #if BYTE_ORDER != BIG_ENDIAN
8655  not big endian
8656 #endif
8657 ; return 0; }
8658 EOF
8659 if { (eval echo configure:8660: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8660   rm -rf conftest*
8661   ac_cv_c_bigendian=yes
8662 else
8663   echo "configure: failed program was:" >&5
8664   cat conftest.$ac_ext >&5
8665   rm -rf conftest*
8666   ac_cv_c_bigendian=no
8667 fi
8668 rm -f conftest*
8669 else
8670   echo "configure: failed program was:" >&5
8671   cat conftest.$ac_ext >&5
8672 fi
8673 rm -f conftest*
8674 if test $ac_cv_c_bigendian = unknown; then
8675 if test "$cross_compiling" = yes; then
8676     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
8677 else
8678   cat > conftest.$ac_ext <<EOF
8679 #line 8680 "configure"
8680 #include "confdefs.h"
8681 main () {
8682   /* Are we little or big endian?  From Harbison&Steele.  */
8683   union
8684   {
8685     long l;
8686     char c[sizeof (long)];
8687   } u;
8688   u.l = 1;
8689   exit (u.c[sizeof (long) - 1] == 1);
8690 }
8691 EOF
8692 if { (eval echo configure:8693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8693 then
8694   ac_cv_c_bigendian=no
8695 else
8696   echo "configure: failed program was:" >&5
8697   cat conftest.$ac_ext >&5
8698   rm -fr conftest*
8699   ac_cv_c_bigendian=yes
8700 fi
8701 rm -fr conftest*
8702 fi
8703
8704 fi
8705 fi
8706
8707 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
8708 if test $ac_cv_c_bigendian = yes; then
8709   cat >> confdefs.h <<\EOF
8710 #define WORDS_BIGENDIAN 1
8711 EOF
8712
8713 fi
8714
8715         echo $ac_n "checking size of short""... $ac_c" 1>&6
8716 echo "configure:8717: checking size of short" >&5
8717 if eval "test \"\${ac_cv_sizeof_short+set}\" = set"; then
8718   echo $ac_n "(cached) $ac_c" 1>&6
8719 else
8720   if test "$cross_compiling" = yes; then
8721     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
8722 else
8723   cat > conftest.$ac_ext <<EOF
8724 #line 8725 "configure"
8725 #include "confdefs.h"
8726 #include <stdio.h>
8727 main()
8728 {
8729   FILE *f=fopen("conftestval", "w");
8730   if (!f) exit(1);
8731   fprintf(f, "%d\n", sizeof(short));
8732   exit(0);
8733 }
8734 EOF
8735 if { (eval echo configure:8736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8736 then
8737   ac_cv_sizeof_short=`cat conftestval`
8738 else
8739   echo "configure: failed program was:" >&5
8740   cat conftest.$ac_ext >&5
8741   rm -fr conftest*
8742   ac_cv_sizeof_short=0
8743 fi
8744 rm -fr conftest*
8745 fi
8746
8747 fi
8748 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
8749 cat >> confdefs.h <<EOF
8750 #define SIZEOF_SHORT $ac_cv_sizeof_short
8751 EOF
8752
8753  
8754         echo $ac_n "checking size of int""... $ac_c" 1>&6
8755 echo "configure:8756: checking size of int" >&5
8756 if eval "test \"\${ac_cv_sizeof_int+set}\" = set"; then
8757   echo $ac_n "(cached) $ac_c" 1>&6
8758 else
8759   if test "$cross_compiling" = yes; then
8760     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
8761 else
8762   cat > conftest.$ac_ext <<EOF
8763 #line 8764 "configure"
8764 #include "confdefs.h"
8765 #include <stdio.h>
8766 main()
8767 {
8768   FILE *f=fopen("conftestval", "w");
8769   if (!f) exit(1);
8770   fprintf(f, "%d\n", sizeof(int));
8771   exit(0);
8772 }
8773 EOF
8774 if { (eval echo configure:8775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8775 then
8776   ac_cv_sizeof_int=`cat conftestval`
8777 else
8778   echo "configure: failed program was:" >&5
8779   cat conftest.$ac_ext >&5
8780   rm -fr conftest*
8781   ac_cv_sizeof_int=0
8782 fi
8783 rm -fr conftest*
8784 fi
8785
8786 fi
8787 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
8788 cat >> confdefs.h <<EOF
8789 #define SIZEOF_INT $ac_cv_sizeof_int
8790 EOF
8791
8792  
8793         echo $ac_n "checking size of long""... $ac_c" 1>&6
8794 echo "configure:8795: checking size of long" >&5
8795 if eval "test \"\${ac_cv_sizeof_long+set}\" = set"; then
8796   echo $ac_n "(cached) $ac_c" 1>&6
8797 else
8798   if test "$cross_compiling" = yes; then
8799     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
8800 else
8801   cat > conftest.$ac_ext <<EOF
8802 #line 8803 "configure"
8803 #include "confdefs.h"
8804 #include <stdio.h>
8805 main()
8806 {
8807   FILE *f=fopen("conftestval", "w");
8808   if (!f) exit(1);
8809   fprintf(f, "%d\n", sizeof(long));
8810   exit(0);
8811 }
8812 EOF
8813 if { (eval echo configure:8814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8814 then
8815   ac_cv_sizeof_long=`cat conftestval`
8816 else
8817   echo "configure: failed program was:" >&5
8818   cat conftest.$ac_ext >&5
8819   rm -fr conftest*
8820   ac_cv_sizeof_long=0
8821 fi
8822 rm -fr conftest*
8823 fi
8824
8825 fi
8826 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
8827 cat >> confdefs.h <<EOF
8828 #define SIZEOF_LONG $ac_cv_sizeof_long
8829 EOF
8830
8831
8832 fi
8833
8834 echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
8835 echo "configure:8836: checking for 8-bit clean memcmp" >&5
8836 if eval "test \"\${ac_cv_func_memcmp_clean+set}\" = set"; then
8837   echo $ac_n "(cached) $ac_c" 1>&6
8838 else
8839   if test "$cross_compiling" = yes; then
8840   ac_cv_func_memcmp_clean=no
8841 else
8842   cat > conftest.$ac_ext <<EOF
8843 #line 8844 "configure"
8844 #include "confdefs.h"
8845
8846 main()
8847 {
8848   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
8849   exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
8850 }
8851
8852 EOF
8853 if { (eval echo configure:8854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8854 then
8855   ac_cv_func_memcmp_clean=yes
8856 else
8857   echo "configure: failed program was:" >&5
8858   cat conftest.$ac_ext >&5
8859   rm -fr conftest*
8860   ac_cv_func_memcmp_clean=no
8861 fi
8862 rm -fr conftest*
8863 fi
8864
8865 fi
8866
8867 echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
8868 test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
8869
8870 echo $ac_n "checking for strftime""... $ac_c" 1>&6
8871 echo "configure:8872: checking for strftime" >&5
8872 if eval "test \"\${ac_cv_func_strftime+set}\" = set"; then
8873   echo $ac_n "(cached) $ac_c" 1>&6
8874 else
8875   cat > conftest.$ac_ext <<EOF
8876 #line 8877 "configure"
8877 #include "confdefs.h"
8878 /* System header to define __stub macros and hopefully few prototypes,
8879     which can conflict with char strftime(); below.  */
8880 #include <assert.h>
8881 /* Override any gcc2 internal prototype to avoid an error.  */
8882 /* We use char because int might match the return type of a gcc2
8883     builtin and then its argument prototype would still apply.  */
8884 char strftime();
8885 char (*f)();
8886
8887 int main() {
8888
8889 /* The GNU C library defines this for functions which it implements
8890     to always fail with ENOSYS.  Some functions are actually named
8891     something starting with __ and the normal name is an alias.  */
8892 #if defined (__stub_strftime) || defined (__stub___strftime)
8893 choke me
8894 #else
8895 f = strftime;
8896 #endif
8897
8898 ; return 0; }
8899 EOF
8900 if { (eval echo configure:8901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8901   rm -rf conftest*
8902   eval "ac_cv_func_strftime=yes"
8903 else
8904   echo "configure: failed program was:" >&5
8905   cat conftest.$ac_ext >&5
8906   rm -rf conftest*
8907   eval "ac_cv_func_strftime=no"
8908 fi
8909 rm -f conftest*
8910 fi
8911
8912 if eval "test \"`echo '$ac_cv_func_'strftime`\" = yes"; then
8913   echo "$ac_t""yes" 1>&6
8914   cat >> confdefs.h <<\EOF
8915 #define HAVE_STRFTIME 1
8916 EOF
8917
8918 else
8919   echo "$ac_t""no" 1>&6
8920 # strftime is in -lintl on SCO UNIX.
8921 echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
8922 echo "configure:8923: checking for strftime in -lintl" >&5
8923 ac_lib_var=`echo intl'_'strftime | sed 'y%./+-:%__p__%'`
8924 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
8925   echo $ac_n "(cached) $ac_c" 1>&6
8926 else
8927   ac_save_LIBS="$LIBS"
8928 LIBS="-lintl  $LIBS"
8929 cat > conftest.$ac_ext <<EOF
8930 #line 8931 "configure"
8931 #include "confdefs.h"
8932 /* Override any gcc2 internal prototype to avoid an error.  */
8933 /* We use char because int might match the return type of a gcc2
8934     builtin and then its argument prototype would still apply.  */
8935 char strftime();
8936
8937 int main() {
8938 strftime()
8939 ; return 0; }
8940 EOF
8941 if { (eval echo configure:8942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8942   rm -rf conftest*
8943   eval "ac_cv_lib_$ac_lib_var=yes"
8944 else
8945   echo "configure: failed program was:" >&5
8946   cat conftest.$ac_ext >&5
8947   rm -rf conftest*
8948   eval "ac_cv_lib_$ac_lib_var=no"
8949 fi
8950 rm -f conftest*
8951 LIBS="$ac_save_LIBS"
8952
8953 fi
8954 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8955   echo "$ac_t""yes" 1>&6
8956   cat >> confdefs.h <<\EOF
8957 #define HAVE_STRFTIME 1
8958 EOF
8959
8960 LIBS="-lintl $LIBS"
8961 else
8962   echo "$ac_t""no" 1>&6
8963 fi
8964
8965 fi
8966
8967 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
8968 echo "configure:8969: checking for vprintf" >&5
8969 if eval "test \"\${ac_cv_func_vprintf+set}\" = set"; then
8970   echo $ac_n "(cached) $ac_c" 1>&6
8971 else
8972   cat > conftest.$ac_ext <<EOF
8973 #line 8974 "configure"
8974 #include "confdefs.h"
8975 /* System header to define __stub macros and hopefully few prototypes,
8976     which can conflict with char vprintf(); below.  */
8977 #include <assert.h>
8978 /* Override any gcc2 internal prototype to avoid an error.  */
8979 /* We use char because int might match the return type of a gcc2
8980     builtin and then its argument prototype would still apply.  */
8981 char vprintf();
8982 char (*f)();
8983
8984 int main() {
8985
8986 /* The GNU C library defines this for functions which it implements
8987     to always fail with ENOSYS.  Some functions are actually named
8988     something starting with __ and the normal name is an alias.  */
8989 #if defined (__stub_vprintf) || defined (__stub___vprintf)
8990 choke me
8991 #else
8992 f = vprintf;
8993 #endif
8994
8995 ; return 0; }
8996 EOF
8997 if { (eval echo configure:8998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8998   rm -rf conftest*
8999   eval "ac_cv_func_vprintf=yes"
9000 else
9001   echo "configure: failed program was:" >&5
9002   cat conftest.$ac_ext >&5
9003   rm -rf conftest*
9004   eval "ac_cv_func_vprintf=no"
9005 fi
9006 rm -f conftest*
9007 fi
9008
9009 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
9010   echo "$ac_t""yes" 1>&6
9011   cat >> confdefs.h <<\EOF
9012 #define HAVE_VPRINTF 1
9013 EOF
9014
9015 else
9016   echo "$ac_t""no" 1>&6
9017 fi
9018
9019 if test "$ac_cv_func_vprintf" != yes; then
9020 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
9021 echo "configure:9022: checking for _doprnt" >&5
9022 if eval "test \"\${ac_cv_func__doprnt+set}\" = set"; then
9023   echo $ac_n "(cached) $ac_c" 1>&6
9024 else
9025   cat > conftest.$ac_ext <<EOF
9026 #line 9027 "configure"
9027 #include "confdefs.h"
9028 /* System header to define __stub macros and hopefully few prototypes,
9029     which can conflict with char _doprnt(); below.  */
9030 #include <assert.h>
9031 /* Override any gcc2 internal prototype to avoid an error.  */
9032 /* We use char because int might match the return type of a gcc2
9033     builtin and then its argument prototype would still apply.  */
9034 char _doprnt();
9035 char (*f)();
9036
9037 int main() {
9038
9039 /* The GNU C library defines this for functions which it implements
9040     to always fail with ENOSYS.  Some functions are actually named
9041     something starting with __ and the normal name is an alias.  */
9042 #if defined (__stub__doprnt) || defined (__stub____doprnt)
9043 choke me
9044 #else
9045 f = _doprnt;
9046 #endif
9047
9048 ; return 0; }
9049 EOF
9050 if { (eval echo configure:9051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9051   rm -rf conftest*
9052   eval "ac_cv_func__doprnt=yes"
9053 else
9054   echo "configure: failed program was:" >&5
9055   cat conftest.$ac_ext >&5
9056   rm -rf conftest*
9057   eval "ac_cv_func__doprnt=no"
9058 fi
9059 rm -f conftest*
9060 fi
9061
9062 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
9063   echo "$ac_t""yes" 1>&6
9064   cat >> confdefs.h <<\EOF
9065 #define HAVE_DOPRNT 1
9066 EOF
9067
9068 else
9069   echo "$ac_t""no" 1>&6
9070 fi
9071
9072 fi
9073
9074
9075 if test $ac_cv_func_vprintf = yes ; then
9076                 for ac_func in vsnprintf vsprintf
9077 do
9078 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9079 echo "configure:9080: checking for $ac_func" >&5
9080 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
9081   echo $ac_n "(cached) $ac_c" 1>&6
9082 else
9083   cat > conftest.$ac_ext <<EOF
9084 #line 9085 "configure"
9085 #include "confdefs.h"
9086 /* System header to define __stub macros and hopefully few prototypes,
9087     which can conflict with char $ac_func(); below.  */
9088 #include <assert.h>
9089 /* Override any gcc2 internal prototype to avoid an error.  */
9090 /* We use char because int might match the return type of a gcc2
9091     builtin and then its argument prototype would still apply.  */
9092 char $ac_func();
9093 char (*f)();
9094
9095 int main() {
9096
9097 /* The GNU C library defines this for functions which it implements
9098     to always fail with ENOSYS.  Some functions are actually named
9099     something starting with __ and the normal name is an alias.  */
9100 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9101 choke me
9102 #else
9103 f = $ac_func;
9104 #endif
9105
9106 ; return 0; }
9107 EOF
9108 if { (eval echo configure:9109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9109   rm -rf conftest*
9110   eval "ac_cv_func_$ac_func=yes"
9111 else
9112   echo "configure: failed program was:" >&5
9113   cat conftest.$ac_ext >&5
9114   rm -rf conftest*
9115   eval "ac_cv_func_$ac_func=no"
9116 fi
9117 rm -f conftest*
9118 fi
9119
9120 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9121   echo "$ac_t""yes" 1>&6
9122     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9123   cat >> confdefs.h <<EOF
9124 #define $ac_tr_func 1
9125 EOF
9126  
9127 else
9128   echo "$ac_t""no" 1>&6
9129 fi
9130 done
9131
9132 fi
9133
9134 for ac_func in \
9135         bcopy                   \
9136         closesocket             \
9137         flock                   \
9138         getdtablesize   \
9139         gethostname             \
9140         getpwuid                \
9141         gettimeofday    \
9142         lockf                   \
9143         memcpy                  \
9144         memmove                 \
9145         mkstemp                 \
9146         select                  \
9147         setpwfile               \
9148         setsid                  \
9149         signal                  \
9150         sigset                  \
9151         snprintf                \
9152         socket                  \
9153         strerror                \
9154         strpbrk                 \
9155         strrchr                 \
9156         strsep                  \
9157         strstr                  \
9158         strtok                  \
9159         strtol                  \
9160         strtoul                 \
9161         sysconf                 \
9162         waitpid                 \
9163
9164 do
9165 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9166 echo "configure:9167: checking for $ac_func" >&5
9167 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
9168   echo $ac_n "(cached) $ac_c" 1>&6
9169 else
9170   cat > conftest.$ac_ext <<EOF
9171 #line 9172 "configure"
9172 #include "confdefs.h"
9173 /* System header to define __stub macros and hopefully few prototypes,
9174     which can conflict with char $ac_func(); below.  */
9175 #include <assert.h>
9176 /* Override any gcc2 internal prototype to avoid an error.  */
9177 /* We use char because int might match the return type of a gcc2
9178     builtin and then its argument prototype would still apply.  */
9179 char $ac_func();
9180 char (*f)();
9181
9182 int main() {
9183
9184 /* The GNU C library defines this for functions which it implements
9185     to always fail with ENOSYS.  Some functions are actually named
9186     something starting with __ and the normal name is an alias.  */
9187 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9188 choke me
9189 #else
9190 f = $ac_func;
9191 #endif
9192
9193 ; return 0; }
9194 EOF
9195 if { (eval echo configure:9196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9196   rm -rf conftest*
9197   eval "ac_cv_func_$ac_func=yes"
9198 else
9199   echo "configure: failed program was:" >&5
9200   cat conftest.$ac_ext >&5
9201   rm -rf conftest*
9202   eval "ac_cv_func_$ac_func=no"
9203 fi
9204 rm -f conftest*
9205 fi
9206
9207 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9208   echo "$ac_t""yes" 1>&6
9209     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9210   cat >> confdefs.h <<EOF
9211 #define $ac_tr_func 1
9212 EOF
9213  
9214 else
9215   echo "$ac_t""no" 1>&6
9216 fi
9217 done
9218
9219
9220 for ac_func in getopt strdup tempnam
9221 do
9222 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9223 echo "configure:9224: checking for $ac_func" >&5
9224 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
9225   echo $ac_n "(cached) $ac_c" 1>&6
9226 else
9227   cat > conftest.$ac_ext <<EOF
9228 #line 9229 "configure"
9229 #include "confdefs.h"
9230 /* System header to define __stub macros and hopefully few prototypes,
9231     which can conflict with char $ac_func(); below.  */
9232 #include <assert.h>
9233 /* Override any gcc2 internal prototype to avoid an error.  */
9234 /* We use char because int might match the return type of a gcc2
9235     builtin and then its argument prototype would still apply.  */
9236 char $ac_func();
9237 char (*f)();
9238
9239 int main() {
9240
9241 /* The GNU C library defines this for functions which it implements
9242     to always fail with ENOSYS.  Some functions are actually named
9243     something starting with __ and the normal name is an alias.  */
9244 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9245 choke me
9246 #else
9247 f = $ac_func;
9248 #endif
9249
9250 ; return 0; }
9251 EOF
9252 if { (eval echo configure:9253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9253   rm -rf conftest*
9254   eval "ac_cv_func_$ac_func=yes"
9255 else
9256   echo "configure: failed program was:" >&5
9257   cat conftest.$ac_ext >&5
9258   rm -rf conftest*
9259   eval "ac_cv_func_$ac_func=no"
9260 fi
9261 rm -f conftest*
9262 fi
9263
9264 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9265   echo "$ac_t""yes" 1>&6
9266     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9267   cat >> confdefs.h <<EOF
9268 #define $ac_tr_func 1
9269 EOF
9270  
9271 else
9272   echo "$ac_t""no" 1>&6
9273 LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}"
9274 fi
9275 done
9276
9277
9278
9279 # Check Configuration
9280
9281 echo $ac_n "checking declaration of sys_errlist""... $ac_c" 1>&6
9282 echo "configure:9283: checking declaration of sys_errlist" >&5
9283 if eval "test \"\${ol_cv_dcl_sys_errlist+set}\" = set"; then
9284   echo $ac_n "(cached) $ac_c" 1>&6
9285 else
9286   
9287         cat > conftest.$ac_ext <<EOF
9288 #line 9289 "configure"
9289 #include "confdefs.h"
9290
9291 #include <stdio.h>
9292 #include <sys/types.h>
9293 #include <errno.h> 
9294 int main() {
9295 char *c = (char *) *sys_errlist
9296 ; return 0; }
9297 EOF
9298 if { (eval echo configure:9299: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9299   rm -rf conftest*
9300   ol_cv_dcl_sys_errlist=yes
9301 else
9302   echo "configure: failed program was:" >&5
9303   cat conftest.$ac_ext >&5
9304   rm -rf conftest*
9305   ol_cv_dcl_sys_errlist=no
9306 fi
9307 rm -f conftest*
9308 fi
9309
9310 echo "$ac_t""$ol_cv_dcl_sys_errlist" 1>&6
9311
9312 # It's possible (for near-UNIX clones) that sys_errlist doesn't exist
9313 if test $ol_cv_dcl_sys_errlist = no ; then
9314         cat >> confdefs.h <<\EOF
9315 #define DECL_SYS_ERRLIST 1
9316 EOF
9317
9318         echo $ac_n "checking existence of sys_errlist""... $ac_c" 1>&6
9319 echo "configure:9320: checking existence of sys_errlist" >&5
9320         if eval "test \"\${ol_cv_have_sys_errlist+set}\" = set"; then
9321   echo $ac_n "(cached) $ac_c" 1>&6
9322 else
9323   
9324                 cat > conftest.$ac_ext <<EOF
9325 #line 9326 "configure"
9326 #include "confdefs.h"
9327 #include <errno.h>
9328 int main() {
9329 char *c = (char *) *sys_errlist
9330 ; return 0; }
9331 EOF
9332 if { (eval echo configure:9333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9333   rm -rf conftest*
9334   ol_cv_have_sys_errlist=yes
9335 else
9336   echo "configure: failed program was:" >&5
9337   cat conftest.$ac_ext >&5
9338   rm -rf conftest*
9339   ol_cv_have_sys_errlist=no
9340 fi
9341 rm -f conftest*
9342 fi
9343
9344         echo "$ac_t""$ol_cv_have_sys_errlist" 1>&6
9345 fi
9346
9347
9348
9349 if test "$ol_enable_debug" != no ; then
9350         cat >> confdefs.h <<\EOF
9351 #define LDAP_DEBUG 1
9352 EOF
9353
9354 fi
9355 if test "$ol_enable_libui" = yes ; then
9356         cat >> confdefs.h <<\EOF
9357 #define LDAP_LIBUI 1
9358 EOF
9359
9360 fi
9361 if test "$ol_enable_cache" = no ; then
9362         cat >> confdefs.h <<\EOF
9363 #define LDAP_NOCACHE 1
9364 EOF
9365
9366 fi
9367 if test "$ol_enable_dns" != no ; then
9368         cat >> confdefs.h <<\EOF
9369 #define LDAP_DNS 1
9370 EOF
9371
9372 fi
9373 if test "$ol_enable_proctitle" != no ; then
9374         cat >> confdefs.h <<\EOF
9375 #define LDAP_PROCTITLE 1
9376 EOF
9377
9378 fi
9379 if test "$ol_enable_referrals" != no ; then
9380         cat >> confdefs.h <<\EOF
9381 #define LDAP_REFERRALS 1
9382 EOF
9383
9384 fi
9385 if test "$ol_enable_cldap" != no ; then
9386         cat >> confdefs.h <<\EOF
9387 #define LDAP_CONNECTIONLESS 1
9388 EOF
9389
9390 fi
9391
9392 if test "$ol_enable_aclgroups" != no ; then
9393         cat >> confdefs.h <<\EOF
9394 #define SLAPD_ACLGROUPS 1
9395 EOF
9396
9397 fi
9398 if test "$ol_enable_crypt" != no ; then
9399         cat >> confdefs.h <<\EOF
9400 #define SLAPD_CRYPT 1
9401 EOF
9402
9403 fi
9404 if test "$ol_enable_cleartext" != no ; then
9405         cat >> confdefs.h <<\EOF
9406 #define SLAPD_CLEARTEXT 1
9407 EOF
9408
9409 fi
9410 if test "$ol_enable_phonetic" != no ; then
9411         cat >> confdefs.h <<\EOF
9412 #define SLAPD_PHONETIC 1
9413 EOF
9414
9415 fi
9416 if test "$ol_enable_rlookups" != no ; then
9417         cat >> confdefs.h <<\EOF
9418 #define SLAPD_RLOOKUPS 1
9419 EOF
9420
9421 fi
9422
9423 if test "$ol_link_ldbm" != no ; then
9424         cat >> confdefs.h <<\EOF
9425 #define SLAPD_LDBM 1
9426 EOF
9427
9428         BUILD_SLAPD=yes
9429         BUILD_LDBM=yes
9430 fi
9431
9432 if test "$ol_enable_passwd" != no ; then
9433         cat >> confdefs.h <<\EOF
9434 #define SLAPD_PASSWD 1
9435 EOF
9436
9437         BUILD_SLAPD=yes
9438         BUILD_PASSWD=yes
9439 fi
9440
9441 if test "$ol_enable_shell" != no ; then
9442         cat >> confdefs.h <<\EOF
9443 #define SLAPD_SHELL 1
9444 EOF
9445
9446         BUILD_SLAPD=yes
9447         BUILD_SHELL=yes
9448 fi
9449
9450 if test "$ol_enable_slurpd" != no -a "$ol_link_threads" != no -a \
9451         $BUILD_SLAPD = yes ; then
9452         BUILD_SLURPD=yes
9453 fi
9454
9455 if test "$ol_link_isode" != no ; then
9456         BUILD_LDAPD=yes
9457 fi
9458
9459
9460
9461
9462   
9463   
9464   
9465
9466
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479 trap '' 1 2 15
9480
9481 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
9482
9483 test "x$prefix" = xNONE && prefix=$ac_default_prefix
9484 # Let make expand exec_prefix.
9485 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9486
9487 # Any assignment to VPATH causes Sun make to only execute
9488 # the first set of double-colon rules, so remove it if not needed.
9489 # If there is a colon in the path, we need to keep it.
9490 if test "x$srcdir" = x.; then
9491   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
9492 fi
9493
9494 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
9495
9496 DEFS=-DHAVE_CONFIG_H
9497
9498 # Without the "./", some shells look in PATH for config.status.
9499 : ${CONFIG_STATUS=./config.status}
9500
9501 echo creating $CONFIG_STATUS
9502 rm -f $CONFIG_STATUS
9503 cat > $CONFIG_STATUS <<EOF
9504 #! /bin/sh
9505 # Generated automatically by configure.
9506 # Run this file to recreate the current configuration.
9507 # This directory was configured as follows,
9508 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
9509 #
9510 # $0 $ac_configure_args
9511 #
9512 # Compiler output produced by configure, useful for debugging
9513 # configure, is in ./config.log if it exists.
9514
9515 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
9516 for ac_option
9517 do
9518   case "\$ac_option" in
9519   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9520     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
9521     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
9522   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
9523     echo "$CONFIG_STATUS generated by autoconf version 2.13.1"
9524     exit 0 ;;
9525   -help | --help | --hel | --he | --h)
9526     echo "\$ac_cs_usage"; exit 0 ;;
9527   *) echo "\$ac_cs_usage"; exit 1 ;;
9528   esac
9529 done
9530
9531 ac_given_srcdir=$srcdir
9532 ac_given_INSTALL="$INSTALL"
9533
9534 trap 'rm -fr `echo "\
9535 Makefile:build/top.mk:Makefile.in:build/dir.mk \
9536 doc/Makefile:build/top.mk:doc/Makefile.in:build/dir.mk \
9537 doc/man/Makefile:build/top.mk:doc/man/Makefile.in:build/dir.mk \
9538 doc/man/man1/Makefile:build/top.mk:doc/man/man1/Makefile.in:build/man.mk \
9539 doc/man/man3/Makefile:build/top.mk:doc/man/man3/Makefile.in:build/man.mk \
9540 doc/man/man5/Makefile:build/top.mk:doc/man/man5/Makefile.in:build/man.mk \
9541 doc/man/man8/Makefile:build/top.mk:doc/man/man8/Makefile.in:build/man.mk \
9542 clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk \
9543 clients/finger/Makefile:build/top.mk:clients/finger/Makefile.in:build/rules.mk \
9544 clients/fax500/Makefile:build/top.mk:clients/fax500/Makefile.in:build/rules.mk \
9545 clients/gopher/Makefile:build/top.mk:clients/gopher/Makefile.in:build/rules.mk \
9546 clients/mail500/Makefile:build/top.mk:clients/mail500/Makefile.in:build/rules.mk \
9547 clients/rcpt500/Makefile:build/top.mk:clients/rcpt500/Makefile.in:build/rules.mk \
9548 clients/ud/Makefile:build/top.mk:clients/ud/Makefile.in:build/rules.mk \
9549 clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk \
9550 include/Makefile:build/top.mk:include/Makefile.in \
9551 libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk      \
9552 libraries/libavl/Makefile:build/top.mk:libraries/libavl/Makefile.in:build/lib.mk:build/lib-static.mk    \
9553 libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk  \
9554 libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk  \
9555 libraries/libldbm/Makefile:build/top.mk:libraries/libldbm/Makefile.in:build/lib.mk:build/lib-static.mk  \
9556 libraries/libldif/Makefile:build/top.mk:libraries/libldif/Makefile.in:build/lib.mk:build/lib-static.mk  \
9557 libraries/liblthread/Makefile:build/top.mk:libraries/liblthread/Makefile.in:build/lib.mk:build/lib-static.mk    \
9558 libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk        \
9559 servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk \
9560 servers/ldapd/Makefile:build/top.mk:servers/ldapd/Makefile.in:build/srv.mk \
9561 servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk \
9562 servers/slapd/back-ldbm/Makefile:build/top.mk:servers/slapd/back-ldbm/Makefile.in:build/srv.mk \
9563 servers/slapd/back-passwd/Makefile:build/top.mk:servers/slapd/back-passwd/Makefile.in:build/srv.mk \
9564 servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Makefile.in:build/srv.mk \
9565 servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk \
9566 servers/slapd/tools/Makefile:build/top.mk:servers/slapd/tools/Makefile.in \
9567 servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:build/srv.mk \
9568 tests/Makefile:build/top.mk:tests/Makefile.in \
9569  include/portable.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
9570 EOF
9571 cat >> $CONFIG_STATUS <<EOF
9572
9573 # Protect against being on the right side of a sed subst in config.status.
9574 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
9575  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
9576 $ac_vpsub
9577 $extrasub
9578 s%@SHELL@%$SHELL%g
9579 s%@CFLAGS@%$CFLAGS%g
9580 s%@CPPFLAGS@%$CPPFLAGS%g
9581 s%@CXXFLAGS@%$CXXFLAGS%g
9582 s%@FFLAGS@%$FFLAGS%g
9583 s%@DEFS@%$DEFS%g
9584 s%@LDFLAGS@%$LDFLAGS%g
9585 s%@LIBS@%$LIBS%g
9586 s%@exec_prefix@%$exec_prefix%g
9587 s%@prefix@%$prefix%g
9588 s%@program_transform_name@%$program_transform_name%g
9589 s%@bindir@%$bindir%g
9590 s%@sbindir@%$sbindir%g
9591 s%@libexecdir@%$libexecdir%g
9592 s%@datadir@%$datadir%g
9593 s%@sysconfdir@%$sysconfdir%g
9594 s%@sharedstatedir@%$sharedstatedir%g
9595 s%@localstatedir@%$localstatedir%g
9596 s%@libdir@%$libdir%g
9597 s%@includedir@%$includedir%g
9598 s%@oldincludedir@%$oldincludedir%g
9599 s%@infodir@%$infodir%g
9600 s%@mandir@%$mandir%g
9601 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
9602 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
9603 s%@INSTALL_DATA@%$INSTALL_DATA%g
9604 s%@PACKAGE@%$PACKAGE%g
9605 s%@VERSION@%$VERSION%g
9606 s%@ACLOCAL@%$ACLOCAL%g
9607 s%@AUTOCONF@%$AUTOCONF%g
9608 s%@AUTOMAKE@%$AUTOMAKE%g
9609 s%@AUTOHEADER@%$AUTOHEADER%g
9610 s%@MAKEINFO@%$MAKEINFO%g
9611 s%@install_sh@%$install_sh%g
9612 s%@AMTAR@%$AMTAR%g
9613 s%@AWK@%$AWK%g
9614 s%@AMTARFLAGS@%$AMTARFLAGS%g
9615 s%@SET_MAKE@%$SET_MAKE%g
9616 s%@top_builddir@%$top_builddir%g
9617 s%@ldap_subdir@%$ldap_subdir%g
9618 s%@host@%$host%g
9619 s%@host_alias@%$host_alias%g
9620 s%@host_cpu@%$host_cpu%g
9621 s%@host_vendor@%$host_vendor%g
9622 s%@host_os@%$host_os%g
9623 s%@build@%$build%g
9624 s%@build_alias@%$build_alias%g
9625 s%@build_cpu@%$build_cpu%g
9626 s%@build_vendor@%$build_vendor%g
9627 s%@build_os@%$build_os%g
9628 s%@RANLIB@%$RANLIB%g
9629 s%@CC@%$CC%g
9630 s%@LD@%$LD%g
9631 s%@NM@%$NM%g
9632 s%@LN_S@%$LN_S%g
9633 s%@LIBTOOL@%$LIBTOOL%g
9634 s%@SENDMAIL@%$SENDMAIL%g
9635 s%@EDITOR@%$EDITOR%g
9636 s%@FINGER@%$FINGER%g
9637 s%@CPP@%$CPP%g
9638 s%@PEPSY@%$PEPSY%g
9639 s%@LIBOBJS@%$LIBOBJS%g
9640 s%@BUILD_LDAPD@%$BUILD_LDAPD%g
9641 s%@BUILD_SLAPD@%$BUILD_SLAPD%g
9642 s%@BUILD_LDBM@%$BUILD_LDBM%g
9643 s%@BUILD_PASSWD@%$BUILD_PASSWD%g
9644 s%@BUILD_SHELL@%$BUILD_SHELL%g
9645 s%@BUILD_SLURPD@%$BUILD_SLURPD%g
9646 s%@LDAP_LIBS@%$LDAP_LIBS%g
9647 s%@LDAPD_LIBS@%$LDAPD_LIBS%g
9648 s%@SLAPD_LIBS@%$SLAPD_LIBS%g
9649 s%@SLURPD_LIBS@%$SLURPD_LIBS%g
9650 s%@LDBM_LIBS@%$LDBM_LIBS%g
9651 s%@LTHREAD_LIBS@%$LTHREAD_LIBS%g
9652 s%@LUTIL_LIBS@%$LUTIL_LIBS%g
9653 s%@WRAP_LIBS@%$WRAP_LIBS%g
9654 s%@KRB_LIBS@%$KRB_LIBS%g
9655 s%@TERMCAP_LIBS@%$TERMCAP_LIBS%g
9656
9657 CEOF
9658 EOF
9659
9660 cat >> $CONFIG_STATUS <<\EOF
9661
9662 # Split the substitutions into bite-sized pieces for seds with
9663 # small command number limits, like on Digital OSF/1 and HP-UX.
9664 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
9665 ac_file=1 # Number of current file.
9666 ac_beg=1 # First line for current file.
9667 ac_end=$ac_max_sed_cmds # Line after last line for current file.
9668 ac_more_lines=:
9669 ac_sed_cmds=""
9670 while $ac_more_lines; do
9671   if test $ac_beg -gt 1; then
9672     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
9673   else
9674     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
9675   fi
9676   if test ! -s conftest.s$ac_file; then
9677     ac_more_lines=false
9678     rm -f conftest.s$ac_file
9679   else
9680     if test -z "$ac_sed_cmds"; then
9681       ac_sed_cmds="sed -f conftest.s$ac_file"
9682     else
9683       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
9684     fi
9685     ac_file=`expr $ac_file + 1`
9686     ac_beg=$ac_end
9687     ac_end=`expr $ac_end + $ac_max_sed_cmds`
9688   fi
9689 done
9690 if test -z "$ac_sed_cmds"; then
9691   ac_sed_cmds=cat
9692 fi
9693 EOF
9694
9695 cat >> $CONFIG_STATUS <<EOF
9696
9697 CONFIG_FILES=\${CONFIG_FILES-"\
9698 Makefile:build/top.mk:Makefile.in:build/dir.mk \
9699 doc/Makefile:build/top.mk:doc/Makefile.in:build/dir.mk \
9700 doc/man/Makefile:build/top.mk:doc/man/Makefile.in:build/dir.mk \
9701 doc/man/man1/Makefile:build/top.mk:doc/man/man1/Makefile.in:build/man.mk \
9702 doc/man/man3/Makefile:build/top.mk:doc/man/man3/Makefile.in:build/man.mk \
9703 doc/man/man5/Makefile:build/top.mk:doc/man/man5/Makefile.in:build/man.mk \
9704 doc/man/man8/Makefile:build/top.mk:doc/man/man8/Makefile.in:build/man.mk \
9705 clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk \
9706 clients/finger/Makefile:build/top.mk:clients/finger/Makefile.in:build/rules.mk \
9707 clients/fax500/Makefile:build/top.mk:clients/fax500/Makefile.in:build/rules.mk \
9708 clients/gopher/Makefile:build/top.mk:clients/gopher/Makefile.in:build/rules.mk \
9709 clients/mail500/Makefile:build/top.mk:clients/mail500/Makefile.in:build/rules.mk \
9710 clients/rcpt500/Makefile:build/top.mk:clients/rcpt500/Makefile.in:build/rules.mk \
9711 clients/ud/Makefile:build/top.mk:clients/ud/Makefile.in:build/rules.mk \
9712 clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk \
9713 include/Makefile:build/top.mk:include/Makefile.in \
9714 libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk      \
9715 libraries/libavl/Makefile:build/top.mk:libraries/libavl/Makefile.in:build/lib.mk:build/lib-static.mk    \
9716 libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk  \
9717 libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk  \
9718 libraries/libldbm/Makefile:build/top.mk:libraries/libldbm/Makefile.in:build/lib.mk:build/lib-static.mk  \
9719 libraries/libldif/Makefile:build/top.mk:libraries/libldif/Makefile.in:build/lib.mk:build/lib-static.mk  \
9720 libraries/liblthread/Makefile:build/top.mk:libraries/liblthread/Makefile.in:build/lib.mk:build/lib-static.mk    \
9721 libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk        \
9722 servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk \
9723 servers/ldapd/Makefile:build/top.mk:servers/ldapd/Makefile.in:build/srv.mk \
9724 servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk \
9725 servers/slapd/back-ldbm/Makefile:build/top.mk:servers/slapd/back-ldbm/Makefile.in:build/srv.mk \
9726 servers/slapd/back-passwd/Makefile:build/top.mk:servers/slapd/back-passwd/Makefile.in:build/srv.mk \
9727 servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Makefile.in:build/srv.mk \
9728 servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk \
9729 servers/slapd/tools/Makefile:build/top.mk:servers/slapd/tools/Makefile.in \
9730 servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:build/srv.mk \
9731 tests/Makefile:build/top.mk:tests/Makefile.in \
9732 "}
9733 EOF
9734 cat >> $CONFIG_STATUS <<\EOF
9735 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
9736   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
9737   case "$ac_file" in
9738   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
9739        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
9740   *) ac_file_in="${ac_file}.in" ;;
9741   esac
9742
9743   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
9744
9745   # Remove last slash and all that follows it.  Not all systems have dirname.
9746   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
9747   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
9748     # The file is in a subdirectory.
9749     test ! -d "$ac_dir" && mkdir "$ac_dir"
9750     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
9751     # A "../" for each directory in $ac_dir_suffix.
9752     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
9753   else
9754     ac_dir_suffix= ac_dots=
9755   fi
9756
9757   case "$ac_given_srcdir" in
9758   .)  srcdir=.
9759       if test -z "$ac_dots"; then top_srcdir=.
9760       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
9761   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
9762   *) # Relative path.
9763     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
9764     top_srcdir="$ac_dots$ac_given_srcdir" ;;
9765   esac
9766
9767   case "$ac_given_INSTALL" in
9768   [/$]*) INSTALL="$ac_given_INSTALL" ;;
9769   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
9770   esac
9771
9772   echo creating "$ac_file"
9773   rm -f "$ac_file"
9774   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
9775   case "$ac_file" in
9776   *[Mm]akefile*) ac_comsub="1i\\
9777 # $configure_input" ;;
9778   *) ac_comsub= ;;
9779   esac
9780
9781   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
9782   sed -e "$ac_comsub
9783 s%@configure_input@%$configure_input%g
9784 s%@srcdir@%$srcdir%g
9785 s%@top_srcdir@%$top_srcdir%g
9786 s%@INSTALL@%$INSTALL%g
9787 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
9788 fi; done
9789 rm -f conftest.s*
9790
9791 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
9792 # NAME is the cpp macro being defined and VALUE is the value it is being given.
9793 #
9794 # ac_d sets the value in "#define NAME VALUE" lines.
9795 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
9796 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
9797 ac_dC='\3'
9798 ac_dD='%g'
9799 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
9800 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
9801 ac_uB='\([      ]\)%\1#\2define\3'
9802 ac_uC=' '
9803 ac_uD='\4%g'
9804 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
9805 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
9806 ac_eB='$%\1#\2define\3'
9807 ac_eC=' '
9808 ac_eD='%g'
9809
9810 if test "${CONFIG_HEADERS+set}" != set; then
9811 EOF
9812 cat >> $CONFIG_STATUS <<EOF
9813   CONFIG_HEADERS="include/portable.h"
9814 EOF
9815 cat >> $CONFIG_STATUS <<\EOF
9816 fi
9817 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
9818   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
9819   case "$ac_file" in
9820   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
9821        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
9822   *) ac_file_in="${ac_file}.in" ;;
9823   esac
9824
9825   echo creating $ac_file
9826
9827   rm -f conftest.frag conftest.in conftest.out
9828   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
9829   cat $ac_file_inputs > conftest.in
9830
9831 EOF
9832
9833 # Transform confdefs.h into a sed script conftest.vals that substitutes
9834 # the proper values into config.h.in to produce config.h.  And first:
9835 # Protect against being on the right side of a sed subst in config.status.
9836 # Protect against being in an unquoted here document in config.status.
9837 rm -f conftest.vals
9838 cat > conftest.hdr <<\EOF
9839 s/[\\&%]/\\&/g
9840 s%[\\$`]%\\&%g
9841 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
9842 s%ac_d%ac_u%gp
9843 s%ac_u%ac_e%gp
9844 EOF
9845 sed -n -f conftest.hdr confdefs.h > conftest.vals
9846 rm -f conftest.hdr
9847
9848 # This sed command replaces #undef with comments.  This is necessary, for
9849 # example, in the case of _POSIX_SOURCE, which is predefined and required
9850 # on some systems where configure will not decide to define it.
9851 cat >> conftest.vals <<\EOF
9852 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
9853 EOF
9854
9855 # Break up conftest.vals because some shells have a limit on
9856 # the size of here documents, and old seds have small limits too.
9857
9858 rm -f conftest.tail
9859 while :
9860 do
9861   ac_lines=`grep -c . conftest.vals`
9862   # grep -c gives empty output for an empty file on some AIX systems.
9863   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
9864   # Write a limited-size here document to conftest.frag.
9865   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
9866   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
9867   echo 'CEOF
9868   sed -f conftest.frag conftest.in > conftest.out
9869   rm -f conftest.in
9870   mv conftest.out conftest.in
9871 ' >> $CONFIG_STATUS
9872   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
9873   rm -f conftest.vals
9874   mv conftest.tail conftest.vals
9875 done
9876 rm -f conftest.vals
9877
9878 cat >> $CONFIG_STATUS <<\EOF
9879   rm -f conftest.frag conftest.h
9880   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
9881   cat conftest.in >> conftest.h
9882   rm -f conftest.in
9883   if cmp -s $ac_file conftest.h 2>/dev/null; then
9884     echo "$ac_file is unchanged"
9885     rm -f conftest.h
9886   else
9887     # Remove last slash and all that follows it.  Not all systems have dirname.
9888       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
9889       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
9890       # The file is in a subdirectory.
9891       test ! -d "$ac_dir" && mkdir "$ac_dir"
9892     fi
9893     rm -f $ac_file
9894     mv conftest.h $ac_file
9895   fi
9896 fi; done
9897
9898 EOF
9899 cat >> $CONFIG_STATUS <<EOF
9900
9901 EOF
9902 cat >> $CONFIG_STATUS <<\EOF
9903
9904 date > stamp-h
9905 echo Please \"make depend\" to build dependencies
9906
9907 exit 0
9908 EOF
9909 chmod +x $CONFIG_STATUS
9910 rm -fr confdefs* $ac_clean_files
9911 test "$no_create" = yes || $SHELL $CONFIG_STATUS || exit 1
9912