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