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