]> git.sur5r.net Git - openldap/blob - configure
ITS#5846 check for Solaris -lgss
[openldap] / configure
1 #! /bin/sh
2 # From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.692 2009/01/21 23:40:07 kurt Exp .
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.61.
5 #
6 # Copyright 1998-2009 The OpenLDAP Foundation. All rights reserved.
7 # Restrictions apply, see COPYRIGHT and LICENSE files.
8 #
9 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
10 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## --------------------- ##
14 ## M4sh Initialization.  ##
15 ## --------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
20   emulate sh
21   NULLCMD=:
22   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
23   # is contrary to our usage.  Disable this feature.
24   alias -g '${1+"$@"}'='"$@"'
25   setopt NO_GLOB_SUBST
26 else
27   case `(set -o) 2>/dev/null` in
28   *posix*) set -o posix ;;
29 esac
30
31 fi
32
33
34
35
36 # PATH needs CR
37 # Avoid depending upon Character Ranges.
38 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
39 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
40 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
41 as_cr_digits='0123456789'
42 as_cr_alnum=$as_cr_Letters$as_cr_digits
43
44 # The user is always right.
45 if test "${PATH_SEPARATOR+set}" != set; then
46   echo "#! /bin/sh" >conf$$.sh
47   echo  "exit 0"   >>conf$$.sh
48   chmod +x conf$$.sh
49   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
50     PATH_SEPARATOR=';'
51   else
52     PATH_SEPARATOR=:
53   fi
54   rm -f conf$$.sh
55 fi
56
57 # Support unset when possible.
58 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
59   as_unset=unset
60 else
61   as_unset=false
62 fi
63
64
65 # IFS
66 # We need space, tab and new line, in precisely that order.  Quoting is
67 # there to prevent editors from complaining about space-tab.
68 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
69 # splitting by setting IFS to empty value.)
70 as_nl='
71 '
72 IFS=" ""        $as_nl"
73
74 # Find who we are.  Look in the path if we contain no directory separator.
75 case $0 in
76   *[\\/]* ) as_myself=$0 ;;
77   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
78 for as_dir in $PATH
79 do
80   IFS=$as_save_IFS
81   test -z "$as_dir" && as_dir=.
82   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
83 done
84 IFS=$as_save_IFS
85
86      ;;
87 esac
88 # We did not find ourselves, most probably we were run as `sh COMMAND'
89 # in which case we are not to be found in the path.
90 if test "x$as_myself" = x; then
91   as_myself=$0
92 fi
93 if test ! -f "$as_myself"; then
94   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
95   { (exit 1); exit 1; }
96 fi
97
98 # Work around bugs in pre-3.0 UWIN ksh.
99 for as_var in ENV MAIL MAILPATH
100 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
101 done
102 PS1='$ '
103 PS2='> '
104 PS4='+ '
105
106 # NLS nuisances.
107 for as_var in \
108   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
109   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
110   LC_TELEPHONE LC_TIME
111 do
112   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
113     eval $as_var=C; export $as_var
114   else
115     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
116   fi
117 done
118
119 # Required to use basename.
120 if expr a : '\(a\)' >/dev/null 2>&1 &&
121    test "X`expr 00001 : '.*\(...\)'`" = X001; then
122   as_expr=expr
123 else
124   as_expr=false
125 fi
126
127 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
128   as_basename=basename
129 else
130   as_basename=false
131 fi
132
133
134 # Name of the executable.
135 as_me=`$as_basename -- "$0" ||
136 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
137          X"$0" : 'X\(//\)$' \| \
138          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
139 echo X/"$0" |
140     sed '/^.*\/\([^/][^/]*\)\/*$/{
141             s//\1/
142             q
143           }
144           /^X\/\(\/\/\)$/{
145             s//\1/
146             q
147           }
148           /^X\/\(\/\).*/{
149             s//\1/
150             q
151           }
152           s/.*/./; q'`
153
154 # CDPATH.
155 $as_unset CDPATH
156
157
158 if test "x$CONFIG_SHELL" = x; then
159   if (eval ":") 2>/dev/null; then
160   as_have_required=yes
161 else
162   as_have_required=no
163 fi
164
165   if test $as_have_required = yes &&     (eval ":
166 (as_func_return () {
167   (exit \$1)
168 }
169 as_func_success () {
170   as_func_return 0
171 }
172 as_func_failure () {
173   as_func_return 1
174 }
175 as_func_ret_success () {
176   return 0
177 }
178 as_func_ret_failure () {
179   return 1
180 }
181
182 exitcode=0
183 if as_func_success; then
184   :
185 else
186   exitcode=1
187   echo as_func_success failed.
188 fi
189
190 if as_func_failure; then
191   exitcode=1
192   echo as_func_failure succeeded.
193 fi
194
195 if as_func_ret_success; then
196   :
197 else
198   exitcode=1
199   echo as_func_ret_success failed.
200 fi
201
202 if as_func_ret_failure; then
203   exitcode=1
204   echo as_func_ret_failure succeeded.
205 fi
206
207 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
208   :
209 else
210   exitcode=1
211   echo positional parameters were not saved.
212 fi
213
214 test \$exitcode = 0) || { (exit 1); exit 1; }
215
216 (
217   as_lineno_1=\$LINENO
218   as_lineno_2=\$LINENO
219   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
220   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
221 ") 2> /dev/null; then
222   :
223 else
224   as_candidate_shells=
225     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
226 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
227 do
228   IFS=$as_save_IFS
229   test -z "$as_dir" && as_dir=.
230   case $as_dir in
231          /*)
232            for as_base in sh bash ksh sh5; do
233              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
234            done;;
235        esac
236 done
237 IFS=$as_save_IFS
238
239
240       for as_shell in $as_candidate_shells $SHELL; do
241          # Try only shells that exist, to save several forks.
242          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
243                 { ("$as_shell") 2> /dev/null <<\_ASEOF
244 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
245   emulate sh
246   NULLCMD=:
247   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
248   # is contrary to our usage.  Disable this feature.
249   alias -g '${1+"$@"}'='"$@"'
250   setopt NO_GLOB_SUBST
251 else
252   case `(set -o) 2>/dev/null` in
253   *posix*) set -o posix ;;
254 esac
255
256 fi
257
258
259 :
260 _ASEOF
261 }; then
262   CONFIG_SHELL=$as_shell
263                as_have_required=yes
264                if { "$as_shell" 2> /dev/null <<\_ASEOF
265 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
266   emulate sh
267   NULLCMD=:
268   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
269   # is contrary to our usage.  Disable this feature.
270   alias -g '${1+"$@"}'='"$@"'
271   setopt NO_GLOB_SUBST
272 else
273   case `(set -o) 2>/dev/null` in
274   *posix*) set -o posix ;;
275 esac
276
277 fi
278
279
280 :
281 (as_func_return () {
282   (exit $1)
283 }
284 as_func_success () {
285   as_func_return 0
286 }
287 as_func_failure () {
288   as_func_return 1
289 }
290 as_func_ret_success () {
291   return 0
292 }
293 as_func_ret_failure () {
294   return 1
295 }
296
297 exitcode=0
298 if as_func_success; then
299   :
300 else
301   exitcode=1
302   echo as_func_success failed.
303 fi
304
305 if as_func_failure; then
306   exitcode=1
307   echo as_func_failure succeeded.
308 fi
309
310 if as_func_ret_success; then
311   :
312 else
313   exitcode=1
314   echo as_func_ret_success failed.
315 fi
316
317 if as_func_ret_failure; then
318   exitcode=1
319   echo as_func_ret_failure succeeded.
320 fi
321
322 if ( set x; as_func_ret_success y && test x = "$1" ); then
323   :
324 else
325   exitcode=1
326   echo positional parameters were not saved.
327 fi
328
329 test $exitcode = 0) || { (exit 1); exit 1; }
330
331 (
332   as_lineno_1=$LINENO
333   as_lineno_2=$LINENO
334   test "x$as_lineno_1" != "x$as_lineno_2" &&
335   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
336
337 _ASEOF
338 }; then
339   break
340 fi
341
342 fi
343
344       done
345
346       if test "x$CONFIG_SHELL" != x; then
347   for as_var in BASH_ENV ENV
348         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
349         done
350         export CONFIG_SHELL
351         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
352 fi
353
354
355     if test $as_have_required = no; then
356   echo This script requires a shell more modern than all the
357       echo shells that I found on your system.  Please install a
358       echo modern shell, or manually run the script under such a
359       echo shell if you do have one.
360       { (exit 1); exit 1; }
361 fi
362
363
364 fi
365
366 fi
367
368
369
370 (eval "as_func_return () {
371   (exit \$1)
372 }
373 as_func_success () {
374   as_func_return 0
375 }
376 as_func_failure () {
377   as_func_return 1
378 }
379 as_func_ret_success () {
380   return 0
381 }
382 as_func_ret_failure () {
383   return 1
384 }
385
386 exitcode=0
387 if as_func_success; then
388   :
389 else
390   exitcode=1
391   echo as_func_success failed.
392 fi
393
394 if as_func_failure; then
395   exitcode=1
396   echo as_func_failure succeeded.
397 fi
398
399 if as_func_ret_success; then
400   :
401 else
402   exitcode=1
403   echo as_func_ret_success failed.
404 fi
405
406 if as_func_ret_failure; then
407   exitcode=1
408   echo as_func_ret_failure succeeded.
409 fi
410
411 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
412   :
413 else
414   exitcode=1
415   echo positional parameters were not saved.
416 fi
417
418 test \$exitcode = 0") || {
419   echo No shell found that supports shell functions.
420   echo Please tell autoconf@gnu.org about your system,
421   echo including any error possibly output before this
422   echo message
423 }
424
425
426
427   as_lineno_1=$LINENO
428   as_lineno_2=$LINENO
429   test "x$as_lineno_1" != "x$as_lineno_2" &&
430   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
431
432   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
433   # uniformly replaced by the line number.  The first 'sed' inserts a
434   # line-number line after each line using $LINENO; the second 'sed'
435   # does the real work.  The second script uses 'N' to pair each
436   # line-number line with the line containing $LINENO, and appends
437   # trailing '-' during substitution so that $LINENO is not a special
438   # case at line end.
439   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
440   # scripts with optimization help from Paolo Bonzini.  Blame Lee
441   # E. McMahon (1931-1989) for sed's syntax.  :-)
442   sed -n '
443     p
444     /[$]LINENO/=
445   ' <$as_myself |
446     sed '
447       s/[$]LINENO.*/&-/
448       t lineno
449       b
450       :lineno
451       N
452       :loop
453       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
454       t loop
455       s/-\n.*//
456     ' >$as_me.lineno &&
457   chmod +x "$as_me.lineno" ||
458     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
459    { (exit 1); exit 1; }; }
460
461   # Don't try to exec as it changes $[0], causing all sort of problems
462   # (the dirname of $[0] is not the place where we might find the
463   # original and so on.  Autoconf is especially sensitive to this).
464   . "./$as_me.lineno"
465   # Exit status is that of the last command.
466   exit
467 }
468
469
470 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
471   as_dirname=dirname
472 else
473   as_dirname=false
474 fi
475
476 ECHO_C= ECHO_N= ECHO_T=
477 case `echo -n x` in
478 -n*)
479   case `echo 'x\c'` in
480   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
481   *)   ECHO_C='\c';;
482   esac;;
483 *)
484   ECHO_N='-n';;
485 esac
486
487 if expr a : '\(a\)' >/dev/null 2>&1 &&
488    test "X`expr 00001 : '.*\(...\)'`" = X001; then
489   as_expr=expr
490 else
491   as_expr=false
492 fi
493
494 rm -f conf$$ conf$$.exe conf$$.file
495 if test -d conf$$.dir; then
496   rm -f conf$$.dir/conf$$.file
497 else
498   rm -f conf$$.dir
499   mkdir conf$$.dir
500 fi
501 echo >conf$$.file
502 if ln -s conf$$.file conf$$ 2>/dev/null; then
503   as_ln_s='ln -s'
504   # ... but there are two gotchas:
505   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
506   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
507   # In both cases, we have to default to `cp -p'.
508   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
509     as_ln_s='cp -p'
510 elif ln conf$$.file conf$$ 2>/dev/null; then
511   as_ln_s=ln
512 else
513   as_ln_s='cp -p'
514 fi
515 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
516 rmdir conf$$.dir 2>/dev/null
517
518 if mkdir -p . 2>/dev/null; then
519   as_mkdir_p=:
520 else
521   test -d ./-p && rmdir ./-p
522   as_mkdir_p=false
523 fi
524
525 if test -x / >/dev/null 2>&1; then
526   as_test_x='test -x'
527 else
528   if ls -dL / >/dev/null 2>&1; then
529     as_ls_L_option=L
530   else
531     as_ls_L_option=
532   fi
533   as_test_x='
534     eval sh -c '\''
535       if test -d "$1"; then
536         test -d "$1/.";
537       else
538         case $1 in
539         -*)set "./$1";;
540         esac;
541         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
542         ???[sx]*):;;*)false;;esac;fi
543     '\'' sh
544   '
545 fi
546 as_executable_p=$as_test_x
547
548 # Sed expression to map a string onto a valid CPP name.
549 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
550
551 # Sed expression to map a string onto a valid variable name.
552 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
553
554
555
556
557 # Check that we are running under the correct shell.
558 SHELL=${CONFIG_SHELL-/bin/sh}
559
560 case X$ECHO in
561 X*--fallback-echo)
562   # Remove one level of quotation (which was required for Make).
563   ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
564   ;;
565 esac
566
567 echo=${ECHO-echo}
568 if test "X$1" = X--no-reexec; then
569   # Discard the --no-reexec flag, and continue.
570   shift
571 elif test "X$1" = X--fallback-echo; then
572   # Avoid inline document here, it may be left over
573   :
574 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
575   # Yippee, $echo works!
576   :
577 else
578   # Restart under the correct shell.
579   exec $SHELL "$0" --no-reexec ${1+"$@"}
580 fi
581
582 if test "X$1" = X--fallback-echo; then
583   # used as fallback echo
584   shift
585   cat <<EOF
586 $*
587 EOF
588   exit 0
589 fi
590
591 # The HP-UX ksh and POSIX shell print the target directory to stdout
592 # if CDPATH is set.
593 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
594
595 if test -z "$ECHO"; then
596 if test "X${echo_test_string+set}" != Xset; then
597 # find a string as large as possible, as long as the shell can cope with it
598   for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
599     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
600     if (echo_test_string=`eval $cmd`) 2>/dev/null &&
601        echo_test_string=`eval $cmd` &&
602        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
603     then
604       break
605     fi
606   done
607 fi
608
609 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
610    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
611    test "X$echo_testing_string" = "X$echo_test_string"; then
612   :
613 else
614   # The Solaris, AIX, and Digital Unix default echo programs unquote
615   # backslashes.  This makes it impossible to quote backslashes using
616   #   echo "$something" | sed 's/\\/\\\\/g'
617   #
618   # So, first we look for a working echo in the user's PATH.
619
620   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
621   for dir in $PATH /usr/ucb; do
622     IFS="$lt_save_ifs"
623     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
624        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
625        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
626        test "X$echo_testing_string" = "X$echo_test_string"; then
627       echo="$dir/echo"
628       break
629     fi
630   done
631   IFS="$lt_save_ifs"
632
633   if test "X$echo" = Xecho; then
634     # We didn't find a better echo, so look for alternatives.
635     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
636        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
637        test "X$echo_testing_string" = "X$echo_test_string"; then
638       # This shell has a builtin print -r that does the trick.
639       echo='print -r'
640     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
641          test "X$CONFIG_SHELL" != X/bin/ksh; then
642       # If we have ksh, try running configure again with it.
643       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
644       export ORIGINAL_CONFIG_SHELL
645       CONFIG_SHELL=/bin/ksh
646       export CONFIG_SHELL
647       exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
648     else
649       # Try using printf.
650       echo='printf %s\n'
651       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
652          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
653          test "X$echo_testing_string" = "X$echo_test_string"; then
654         # Cool, printf works
655         :
656       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
657            test "X$echo_testing_string" = 'X\t' &&
658            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
659            test "X$echo_testing_string" = "X$echo_test_string"; then
660         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
661         export CONFIG_SHELL
662         SHELL="$CONFIG_SHELL"
663         export SHELL
664         echo="$CONFIG_SHELL $0 --fallback-echo"
665       elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
666            test "X$echo_testing_string" = 'X\t' &&
667            echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
668            test "X$echo_testing_string" = "X$echo_test_string"; then
669         echo="$CONFIG_SHELL $0 --fallback-echo"
670       else
671         # maybe with a smaller string...
672         prev=:
673
674         for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
675           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
676           then
677             break
678           fi
679           prev="$cmd"
680         done
681
682         if test "$prev" != 'sed 50q "$0"'; then
683           echo_test_string=`eval $prev`
684           export echo_test_string
685           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
686         else
687           # Oops.  We lost completely, so just stick with echo.
688           echo=echo
689         fi
690       fi
691     fi
692   fi
693 fi
694 fi
695
696 # Copy echo and quote the copy suitably for passing to libtool from
697 # the Makefile, instead of quoting the original, which is used later.
698 ECHO=$echo
699 if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
700    ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
701 fi
702
703
704
705
706 exec 7<&0 </dev/null 6>&1
707
708 # Name of the host.
709 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
710 # so uname gets run too.
711 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
712
713 #
714 # Initializations.
715 #
716 ac_default_prefix=/usr/local
717 ac_clean_files=
718 ac_config_libobj_dir=.
719 LIBOBJS=
720 cross_compiling=no
721 subdirs=
722 MFLAGS=
723 MAKEFLAGS=
724 SHELL=${CONFIG_SHELL-/bin/sh}
725
726 # Identity of this package.
727 PACKAGE_NAME=
728 PACKAGE_TARNAME=
729 PACKAGE_VERSION=
730 PACKAGE_STRING=
731 PACKAGE_BUGREPORT=
732
733 ac_unique_file="OpenLDAP"
734 ac_unique_file="build/version.sh"
735 ac_default_prefix=/usr/local
736 # Factoring default headers for most tests.
737 ac_includes_default="\
738 #include <stdio.h>
739 #ifdef HAVE_SYS_TYPES_H
740 # include <sys/types.h>
741 #endif
742 #ifdef HAVE_SYS_STAT_H
743 # include <sys/stat.h>
744 #endif
745 #ifdef STDC_HEADERS
746 # include <stdlib.h>
747 # include <stddef.h>
748 #else
749 # ifdef HAVE_STDLIB_H
750 #  include <stdlib.h>
751 # endif
752 #endif
753 #ifdef HAVE_STRING_H
754 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
755 #  include <memory.h>
756 # endif
757 # include <string.h>
758 #endif
759 #ifdef HAVE_STRINGS_H
760 # include <strings.h>
761 #endif
762 #ifdef HAVE_INTTYPES_H
763 # include <inttypes.h>
764 #endif
765 #ifdef HAVE_STDINT_H
766 # include <stdint.h>
767 #endif
768 #ifdef HAVE_UNISTD_H
769 # include <unistd.h>
770 #endif"
771
772 ac_subst_vars='SHELL
773 PATH_SEPARATOR
774 PACKAGE_NAME
775 PACKAGE_TARNAME
776 PACKAGE_VERSION
777 PACKAGE_STRING
778 PACKAGE_BUGREPORT
779 exec_prefix
780 prefix
781 program_transform_name
782 bindir
783 sbindir
784 libexecdir
785 datarootdir
786 datadir
787 sysconfdir
788 sharedstatedir
789 localstatedir
790 includedir
791 oldincludedir
792 docdir
793 infodir
794 htmldir
795 dvidir
796 pdfdir
797 psdir
798 libdir
799 localedir
800 mandir
801 DEFS
802 ECHO_C
803 ECHO_N
804 ECHO_T
805 LIBS
806 build_alias
807 host_alias
808 target_alias
809 build
810 build_cpu
811 build_vendor
812 build_os
813 host
814 host_cpu
815 host_vendor
816 host_os
817 target
818 target_cpu
819 target_vendor
820 target_os
821 INSTALL_PROGRAM
822 INSTALL_SCRIPT
823 INSTALL_DATA
824 CYGPATH_W
825 PACKAGE
826 VERSION
827 ACLOCAL
828 AUTOCONF
829 AUTOMAKE
830 AUTOHEADER
831 MAKEINFO
832 install_sh
833 STRIP
834 INSTALL_STRIP_PROGRAM
835 mkdir_p
836 AWK
837 SET_MAKE
838 am__leading_dot
839 AMTAR
840 am__tar
841 am__untar
842 OPENLDAP_LIBRELEASE
843 OPENLDAP_LIBVERSION
844 OPENLDAP_RELEASE_DATE
845 top_builddir
846 ldap_subdir
847 CC
848 AR
849 CFLAGS
850 LDFLAGS
851 CPPFLAGS
852 ac_ct_CC
853 EXEEXT
854 OBJEXT
855 DEPDIR
856 am__include
857 am__quote
858 AMDEP_TRUE
859 AMDEP_FALSE
860 AMDEPBACKSLASH
861 CCDEPMODE
862 am__fastdepCC_TRUE
863 am__fastdepCC_FALSE
864 GREP
865 EGREP
866 LN_S
867 ECHO
868 RANLIB
869 DLLTOOL
870 AS
871 OBJDUMP
872 CPP
873 LIBTOOL
874 PERLBIN
875 OL_MKDEP
876 OL_MKDEP_FLAGS
877 LTSTATIC
878 MYSQL
879 LIBOBJS
880 LIBSRCS
881 PLAT
882 WITH_SASL
883 WITH_TLS
884 WITH_MODULES_ENABLED
885 WITH_ACI_ENABLED
886 BUILD_THREAD
887 BUILD_LIBS_DYNAMIC
888 BUILD_SLAPD
889 BUILD_SLAPI
890 SLAPD_SLAPI_DEPEND
891 BUILD_BDB
892 BUILD_DNSSRV
893 BUILD_HDB
894 BUILD_LDAP
895 BUILD_META
896 BUILD_MONITOR
897 BUILD_NDB
898 BUILD_NULL
899 BUILD_PASSWD
900 BUILD_RELAY
901 BUILD_PERL
902 BUILD_SHELL
903 BUILD_SOCK
904 BUILD_SQL
905 BUILD_ACCESSLOG
906 BUILD_AUDITLOG
907 BUILD_COLLECT
908 BUILD_CONSTRAINT
909 BUILD_DDS
910 BUILD_DENYOP
911 BUILD_DYNGROUP
912 BUILD_DYNLIST
913 BUILD_LASTMOD
914 BUILD_MEMBEROF
915 BUILD_PPOLICY
916 BUILD_PROXYCACHE
917 BUILD_REFINT
918 BUILD_RETCODE
919 BUILD_RWM
920 BUILD_SEQMOD
921 BUILD_SYNCPROV
922 BUILD_TRANSLUCENT
923 BUILD_UNIQUE
924 BUILD_VALSORT
925 LDAP_LIBS
926 SLAPD_LIBS
927 BDB_LIBS
928 SLAPD_NDB_LIBS
929 SLAPD_NDB_INCS
930 LTHREAD_LIBS
931 LUTIL_LIBS
932 WRAP_LIBS
933 SLAPD_MODULES_CPPFLAGS
934 SLAPD_MODULES_LDFLAGS
935 SLAPD_NO_STATIC
936 SLAPD_STATIC_BACKENDS
937 SLAPD_DYNAMIC_BACKENDS
938 SLAPD_STATIC_OVERLAYS
939 SLAPD_DYNAMIC_OVERLAYS
940 PERL_CPPFLAGS
941 SLAPD_PERL_LDFLAGS
942 MOD_PERL_LDFLAGS
943 KRB4_LIBS
944 KRB5_LIBS
945 SASL_LIBS
946 GSSAPI_LIBS
947 TLS_LIBS
948 MODULES_LIBS
949 SLAPI_LIBS
950 LIBSLAPI
951 LIBSLAPITOOLS
952 AUTH_LIBS
953 ICU_LIBS
954 SLAPD_SLP_LIBS
955 SLAPD_GMP_LIBS
956 SLAPD_SQL_LDFLAGS
957 SLAPD_SQL_LIBS
958 SLAPD_SQL_INCLUDES
959 LTLIBOBJS'
960 ac_subst_files=''
961       ac_precious_vars='build_alias
962 host_alias
963 target_alias
964 CC
965 CFLAGS
966 LDFLAGS
967 LIBS
968 CPPFLAGS
969 CPP'
970
971
972 # Initialize some variables set by options.
973 ac_init_help=
974 ac_init_version=false
975 # The variables have the same names as the options, with
976 # dashes changed to underlines.
977 cache_file=/dev/null
978 exec_prefix=NONE
979 no_create=
980 no_recursion=
981 prefix=NONE
982 program_prefix=NONE
983 program_suffix=NONE
984 program_transform_name=s,x,x,
985 silent=
986 site=
987 srcdir=
988 verbose=
989 x_includes=NONE
990 x_libraries=NONE
991
992 # Installation directory options.
993 # These are left unexpanded so users can "make install exec_prefix=/foo"
994 # and all the variables that are supposed to be based on exec_prefix
995 # by default will actually change.
996 # Use braces instead of parens because sh, perl, etc. also accept them.
997 # (The list follows the same order as the GNU Coding Standards.)
998 bindir='${exec_prefix}/bin'
999 sbindir='${exec_prefix}/sbin'
1000 libexecdir='${exec_prefix}/libexec'
1001 datarootdir='${prefix}/share'
1002 datadir='${datarootdir}'
1003 sysconfdir='${prefix}/etc'
1004 sharedstatedir='${prefix}/com'
1005 localstatedir='${prefix}/var'
1006 includedir='${prefix}/include'
1007 oldincludedir='/usr/include'
1008 docdir='${datarootdir}/doc/${PACKAGE}'
1009 infodir='${datarootdir}/info'
1010 htmldir='${docdir}'
1011 dvidir='${docdir}'
1012 pdfdir='${docdir}'
1013 psdir='${docdir}'
1014 libdir='${exec_prefix}/lib'
1015 localedir='${datarootdir}/locale'
1016 mandir='${datarootdir}/man'
1017
1018 ac_prev=
1019 ac_dashdash=
1020 for ac_option
1021 do
1022   # If the previous option needs an argument, assign it.
1023   if test -n "$ac_prev"; then
1024     eval $ac_prev=\$ac_option
1025     ac_prev=
1026     continue
1027   fi
1028
1029   case $ac_option in
1030   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1031   *)    ac_optarg=yes ;;
1032   esac
1033
1034   # Accept the important Cygnus configure options, so we can diagnose typos.
1035
1036   case $ac_dashdash$ac_option in
1037   --)
1038     ac_dashdash=yes ;;
1039
1040   -bindir | --bindir | --bindi | --bind | --bin | --bi)
1041     ac_prev=bindir ;;
1042   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1043     bindir=$ac_optarg ;;
1044
1045   -build | --build | --buil | --bui | --bu)
1046     ac_prev=build_alias ;;
1047   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1048     build_alias=$ac_optarg ;;
1049
1050   -cache-file | --cache-file | --cache-fil | --cache-fi \
1051   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1052     ac_prev=cache_file ;;
1053   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1054   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1055     cache_file=$ac_optarg ;;
1056
1057   --config-cache | -C)
1058     cache_file=config.cache ;;
1059
1060   -datadir | --datadir | --datadi | --datad)
1061     ac_prev=datadir ;;
1062   -datadir=* | --datadir=* | --datadi=* | --datad=*)
1063     datadir=$ac_optarg ;;
1064
1065   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1066   | --dataroo | --dataro | --datar)
1067     ac_prev=datarootdir ;;
1068   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1069   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1070     datarootdir=$ac_optarg ;;
1071
1072   -disable-* | --disable-*)
1073     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1074     # Reject names that are not valid shell variable names.
1075     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1076       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1077    { (exit 1); exit 1; }; }
1078     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1079     eval enable_$ac_feature=no ;;
1080
1081   -docdir | --docdir | --docdi | --doc | --do)
1082     ac_prev=docdir ;;
1083   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1084     docdir=$ac_optarg ;;
1085
1086   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1087     ac_prev=dvidir ;;
1088   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1089     dvidir=$ac_optarg ;;
1090
1091   -enable-* | --enable-*)
1092     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1093     # Reject names that are not valid shell variable names.
1094     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1095       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1096    { (exit 1); exit 1; }; }
1097     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1098     eval enable_$ac_feature=\$ac_optarg ;;
1099
1100   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1101   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1102   | --exec | --exe | --ex)
1103     ac_prev=exec_prefix ;;
1104   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1105   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1106   | --exec=* | --exe=* | --ex=*)
1107     exec_prefix=$ac_optarg ;;
1108
1109   -gas | --gas | --ga | --g)
1110     # Obsolete; use --with-gas.
1111     with_gas=yes ;;
1112
1113   -help | --help | --hel | --he | -h)
1114     ac_init_help=long ;;
1115   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1116     ac_init_help=recursive ;;
1117   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1118     ac_init_help=short ;;
1119
1120   -host | --host | --hos | --ho)
1121     ac_prev=host_alias ;;
1122   -host=* | --host=* | --hos=* | --ho=*)
1123     host_alias=$ac_optarg ;;
1124
1125   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1126     ac_prev=htmldir ;;
1127   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1128   | --ht=*)
1129     htmldir=$ac_optarg ;;
1130
1131   -includedir | --includedir | --includedi | --included | --include \
1132   | --includ | --inclu | --incl | --inc)
1133     ac_prev=includedir ;;
1134   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1135   | --includ=* | --inclu=* | --incl=* | --inc=*)
1136     includedir=$ac_optarg ;;
1137
1138   -infodir | --infodir | --infodi | --infod | --info | --inf)
1139     ac_prev=infodir ;;
1140   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1141     infodir=$ac_optarg ;;
1142
1143   -libdir | --libdir | --libdi | --libd)
1144     ac_prev=libdir ;;
1145   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1146     libdir=$ac_optarg ;;
1147
1148   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1149   | --libexe | --libex | --libe)
1150     ac_prev=libexecdir ;;
1151   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1152   | --libexe=* | --libex=* | --libe=*)
1153     libexecdir=$ac_optarg ;;
1154
1155   -localedir | --localedir | --localedi | --localed | --locale)
1156     ac_prev=localedir ;;
1157   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1158     localedir=$ac_optarg ;;
1159
1160   -localstatedir | --localstatedir | --localstatedi | --localstated \
1161   | --localstate | --localstat | --localsta | --localst | --locals)
1162     ac_prev=localstatedir ;;
1163   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1164   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1165     localstatedir=$ac_optarg ;;
1166
1167   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1168     ac_prev=mandir ;;
1169   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1170     mandir=$ac_optarg ;;
1171
1172   -nfp | --nfp | --nf)
1173     # Obsolete; use --without-fp.
1174     with_fp=no ;;
1175
1176   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1177   | --no-cr | --no-c | -n)
1178     no_create=yes ;;
1179
1180   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1181   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1182     no_recursion=yes ;;
1183
1184   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1185   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1186   | --oldin | --oldi | --old | --ol | --o)
1187     ac_prev=oldincludedir ;;
1188   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1189   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1190   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1191     oldincludedir=$ac_optarg ;;
1192
1193   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1194     ac_prev=prefix ;;
1195   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1196     prefix=$ac_optarg ;;
1197
1198   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1199   | --program-pre | --program-pr | --program-p)
1200     ac_prev=program_prefix ;;
1201   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1202   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1203     program_prefix=$ac_optarg ;;
1204
1205   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1206   | --program-suf | --program-su | --program-s)
1207     ac_prev=program_suffix ;;
1208   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1209   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1210     program_suffix=$ac_optarg ;;
1211
1212   -program-transform-name | --program-transform-name \
1213   | --program-transform-nam | --program-transform-na \
1214   | --program-transform-n | --program-transform- \
1215   | --program-transform | --program-transfor \
1216   | --program-transfo | --program-transf \
1217   | --program-trans | --program-tran \
1218   | --progr-tra | --program-tr | --program-t)
1219     ac_prev=program_transform_name ;;
1220   -program-transform-name=* | --program-transform-name=* \
1221   | --program-transform-nam=* | --program-transform-na=* \
1222   | --program-transform-n=* | --program-transform-=* \
1223   | --program-transform=* | --program-transfor=* \
1224   | --program-transfo=* | --program-transf=* \
1225   | --program-trans=* | --program-tran=* \
1226   | --progr-tra=* | --program-tr=* | --program-t=*)
1227     program_transform_name=$ac_optarg ;;
1228
1229   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1230     ac_prev=pdfdir ;;
1231   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1232     pdfdir=$ac_optarg ;;
1233
1234   -psdir | --psdir | --psdi | --psd | --ps)
1235     ac_prev=psdir ;;
1236   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1237     psdir=$ac_optarg ;;
1238
1239   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1240   | -silent | --silent | --silen | --sile | --sil)
1241     silent=yes ;;
1242
1243   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1244     ac_prev=sbindir ;;
1245   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1246   | --sbi=* | --sb=*)
1247     sbindir=$ac_optarg ;;
1248
1249   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1250   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1251   | --sharedst | --shareds | --shared | --share | --shar \
1252   | --sha | --sh)
1253     ac_prev=sharedstatedir ;;
1254   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1255   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1256   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1257   | --sha=* | --sh=*)
1258     sharedstatedir=$ac_optarg ;;
1259
1260   -site | --site | --sit)
1261     ac_prev=site ;;
1262   -site=* | --site=* | --sit=*)
1263     site=$ac_optarg ;;
1264
1265   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1266     ac_prev=srcdir ;;
1267   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1268     srcdir=$ac_optarg ;;
1269
1270   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1271   | --syscon | --sysco | --sysc | --sys | --sy)
1272     ac_prev=sysconfdir ;;
1273   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1274   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1275     sysconfdir=$ac_optarg ;;
1276
1277   -target | --target | --targe | --targ | --tar | --ta | --t)
1278     ac_prev=target_alias ;;
1279   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1280     target_alias=$ac_optarg ;;
1281
1282   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1283     verbose=yes ;;
1284
1285   -version | --version | --versio | --versi | --vers | -V)
1286     ac_init_version=: ;;
1287
1288   -with-* | --with-*)
1289     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1290     # Reject names that are not valid shell variable names.
1291     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1292       { echo "$as_me: error: invalid package name: $ac_package" >&2
1293    { (exit 1); exit 1; }; }
1294     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1295     eval with_$ac_package=\$ac_optarg ;;
1296
1297   -without-* | --without-*)
1298     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1299     # Reject names that are not valid shell variable names.
1300     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1301       { echo "$as_me: error: invalid package name: $ac_package" >&2
1302    { (exit 1); exit 1; }; }
1303     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1304     eval with_$ac_package=no ;;
1305
1306   --x)
1307     # Obsolete; use --with-x.
1308     with_x=yes ;;
1309
1310   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1311   | --x-incl | --x-inc | --x-in | --x-i)
1312     ac_prev=x_includes ;;
1313   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1314   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1315     x_includes=$ac_optarg ;;
1316
1317   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1318   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1319     ac_prev=x_libraries ;;
1320   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1321   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1322     x_libraries=$ac_optarg ;;
1323
1324   -*) { echo "$as_me: error: unrecognized option: $ac_option
1325 Try \`$0 --help' for more information." >&2
1326    { (exit 1); exit 1; }; }
1327     ;;
1328
1329   *=*)
1330     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1331     # Reject names that are not valid shell variable names.
1332     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1333       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1334    { (exit 1); exit 1; }; }
1335     eval $ac_envvar=\$ac_optarg
1336     export $ac_envvar ;;
1337
1338   *)
1339     # FIXME: should be removed in autoconf 3.0.
1340     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1341     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1342       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1343     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1344     ;;
1345
1346   esac
1347 done
1348
1349 if test -n "$ac_prev"; then
1350   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1351   { echo "$as_me: error: missing argument to $ac_option" >&2
1352    { (exit 1); exit 1; }; }
1353 fi
1354
1355 # Be sure to have absolute directory names.
1356 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1357                 datadir sysconfdir sharedstatedir localstatedir includedir \
1358                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1359                 libdir localedir mandir
1360 do
1361   eval ac_val=\$$ac_var
1362   case $ac_val in
1363     [\\/$]* | ?:[\\/]* )  continue;;
1364     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1365   esac
1366   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1367    { (exit 1); exit 1; }; }
1368 done
1369
1370 # There might be people who depend on the old broken behavior: `$host'
1371 # used to hold the argument of --host etc.
1372 # FIXME: To remove some day.
1373 build=$build_alias
1374 host=$host_alias
1375 target=$target_alias
1376
1377 # FIXME: To remove some day.
1378 if test "x$host_alias" != x; then
1379   if test "x$build_alias" = x; then
1380     cross_compiling=maybe
1381     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1382     If a cross compiler is detected then cross compile mode will be used." >&2
1383   elif test "x$build_alias" != "x$host_alias"; then
1384     cross_compiling=yes
1385   fi
1386 fi
1387
1388 ac_tool_prefix=
1389 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1390
1391 test "$silent" = yes && exec 6>/dev/null
1392
1393
1394 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1395 ac_ls_di=`ls -di .` &&
1396 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1397   { echo "$as_me: error: Working directory cannot be determined" >&2
1398    { (exit 1); exit 1; }; }
1399 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1400   { echo "$as_me: error: pwd does not report name of working directory" >&2
1401    { (exit 1); exit 1; }; }
1402
1403
1404 # Find the source files, if location was not specified.
1405 if test -z "$srcdir"; then
1406   ac_srcdir_defaulted=yes
1407   # Try the directory containing this script, then the parent directory.
1408   ac_confdir=`$as_dirname -- "$0" ||
1409 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1410          X"$0" : 'X\(//\)[^/]' \| \
1411          X"$0" : 'X\(//\)$' \| \
1412          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1413 echo X"$0" |
1414     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1415             s//\1/
1416             q
1417           }
1418           /^X\(\/\/\)[^/].*/{
1419             s//\1/
1420             q
1421           }
1422           /^X\(\/\/\)$/{
1423             s//\1/
1424             q
1425           }
1426           /^X\(\/\).*/{
1427             s//\1/
1428             q
1429           }
1430           s/.*/./; q'`
1431   srcdir=$ac_confdir
1432   if test ! -r "$srcdir/$ac_unique_file"; then
1433     srcdir=..
1434   fi
1435 else
1436   ac_srcdir_defaulted=no
1437 fi
1438 if test ! -r "$srcdir/$ac_unique_file"; then
1439   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1440   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1441    { (exit 1); exit 1; }; }
1442 fi
1443 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1444 ac_abs_confdir=`(
1445         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1446    { (exit 1); exit 1; }; }
1447         pwd)`
1448 # When building in place, set srcdir=.
1449 if test "$ac_abs_confdir" = "$ac_pwd"; then
1450   srcdir=.
1451 fi
1452 # Remove unnecessary trailing slashes from srcdir.
1453 # Double slashes in file names in object file debugging info
1454 # mess up M-x gdb in Emacs.
1455 case $srcdir in
1456 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1457 esac
1458 for ac_var in $ac_precious_vars; do
1459   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1460   eval ac_env_${ac_var}_value=\$${ac_var}
1461   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1462   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1463 done
1464
1465 #
1466 # Report the --help message.
1467 #
1468 if test "$ac_init_help" = "long"; then
1469   # Omit some internal or obsolete options to make the list less imposing.
1470   # This message is too long to be a string in the A/UX 3.1 sh.
1471   cat <<_ACEOF
1472 \`configure' configures this package to adapt to many kinds of systems.
1473
1474 Usage: $0 [OPTION]... [VAR=VALUE]...
1475
1476 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1477 VAR=VALUE.  See below for descriptions of some of the useful variables.
1478
1479 Defaults for the options are specified in brackets.
1480
1481 Configuration:
1482   -h, --help              display this help and exit
1483       --help=short        display options specific to this package
1484       --help=recursive    display the short help of all the included packages
1485   -V, --version           display version information and exit
1486   -q, --quiet, --silent   do not print \`checking...' messages
1487       --cache-file=FILE   cache test results in FILE [disabled]
1488   -C, --config-cache      alias for \`--cache-file=config.cache'
1489   -n, --no-create         do not create output files
1490       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1491
1492 Installation directories:
1493   --prefix=PREFIX         install architecture-independent files in PREFIX
1494                           [$ac_default_prefix]
1495   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1496                           [PREFIX]
1497
1498 By default, \`make install' will install all the files in
1499 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1500 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1501 for instance \`--prefix=\$HOME'.
1502
1503 For better control, use the options below.
1504
1505 Fine tuning of the installation directories:
1506   --bindir=DIR           user executables [EPREFIX/bin]
1507   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1508   --libexecdir=DIR       program executables [EPREFIX/libexec]
1509   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1510   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1511   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1512   --libdir=DIR           object code libraries [EPREFIX/lib]
1513   --includedir=DIR       C header files [PREFIX/include]
1514   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1515   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1516   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1517   --infodir=DIR          info documentation [DATAROOTDIR/info]
1518   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1519   --mandir=DIR           man documentation [DATAROOTDIR/man]
1520   --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
1521   --htmldir=DIR          html documentation [DOCDIR]
1522   --dvidir=DIR           dvi documentation [DOCDIR]
1523   --pdfdir=DIR           pdf documentation [DOCDIR]
1524   --psdir=DIR            ps documentation [DOCDIR]
1525 _ACEOF
1526
1527   cat <<\_ACEOF
1528
1529 Program names:
1530   --program-prefix=PREFIX            prepend PREFIX to installed program names
1531   --program-suffix=SUFFIX            append SUFFIX to installed program names
1532   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1533
1534 System types:
1535   --build=BUILD     configure for building on BUILD [guessed]
1536   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1537   --target=TARGET   configure for building compilers for TARGET [HOST]
1538 _ACEOF
1539 fi
1540
1541 if test -n "$ac_init_help"; then
1542
1543   cat <<\_ACEOF
1544
1545 Optional Features:
1546   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1547   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1548   --enable-debug          enable debugging no|yes|traditional [yes]
1549   --enable-dynamic        enable linking built binaries with dynamic libs [no]
1550   --enable-syslog         enable syslog support [auto]
1551   --enable-proctitle      enable proctitle support [yes]
1552   --enable-ipv6           enable IPv6 support [auto]
1553   --enable-local          enable AF_LOCAL (AF_UNIX) socket support [auto]
1554
1555 SLAPD (Standalone LDAP Daemon) Options:
1556   --enable-slapd          enable building slapd [yes]
1557     --enable-dynacl       enable run-time loadable ACL support (experimental) [no]
1558     --enable-aci          enable per-object ACIs (experimental) no|yes|mod [no]
1559     --enable-cleartext    enable cleartext passwords [yes]
1560     --enable-crypt        enable crypt(3) passwords [no]
1561     --enable-lmpasswd     enable LAN Manager passwords [no]
1562     --enable-spasswd      enable (Cyrus) SASL password verification [no]
1563     --enable-modules      enable dynamic module support [no]
1564     --enable-rewrite      enable DN rewriting in back-ldap and rwm overlay [auto]
1565     --enable-rlookups     enable reverse lookups of client hostnames [no]
1566     --enable-slapi        enable SLAPI support (experimental) [no]
1567     --enable-slp          enable SLPv2 support [no]
1568     --enable-wrappers     enable tcp wrapper support [no]
1569
1570 SLAPD Backend Options:
1571     --enable-backends     enable all available backends no|yes|mod
1572     --enable-bdb          enable Berkeley DB backend no|yes|mod [no]
1573     --enable-dnssrv       enable dnssrv backend no|yes|mod [no]
1574     --enable-hdb          enable Hierarchical DB backend no|yes|mod [yes]
1575     --enable-ldap         enable ldap backend no|yes|mod [no]
1576     --enable-meta         enable metadirectory backend no|yes|mod [no]
1577     --enable-monitor      enable monitor backend no|yes|mod [yes]
1578     --enable-ndb          enable MySQL NDB Cluster backend no|yes|mod [no]
1579     --enable-null         enable null backend no|yes|mod [no]
1580     --enable-passwd       enable passwd backend no|yes|mod [no]
1581     --enable-perl         enable perl backend no|yes|mod [no]
1582     --enable-relay        enable relay backend no|yes|mod [yes]
1583     --enable-shell        enable shell backend no|yes|mod [no]
1584     --enable-sock         enable sock backend no|yes|mod [no]
1585     --enable-sql          enable sql backend no|yes|mod [no]
1586
1587 SLAPD Overlay Options:
1588     --enable-overlays     enable all available overlays no|yes|mod
1589     --enable-accesslog    In-Directory Access Logging overlay no|yes|mod [no]
1590     --enable-auditlog     Audit Logging overlay no|yes|mod [no]
1591     --enable-collect      Collect overlay no|yes|mod [no]
1592     --enable-constraint   Attribute Constraint overlay no|yes|mod [no]
1593     --enable-dds          Dynamic Directory Services overlay no|yes|mod [no]
1594     --enable-deref        Dereference overlay no|yes|mod [no]
1595     --enable-dyngroup     Dynamic Group overlay no|yes|mod [no]
1596     --enable-dynlist      Dynamic List overlay no|yes|mod [no]
1597     --enable-memberof     Reverse Group Membership overlay no|yes|mod [no]
1598     --enable-ppolicy      Password Policy overlay no|yes|mod [no]
1599     --enable-proxycache   Proxy Cache overlay no|yes|mod [no]
1600     --enable-refint       Referential Integrity overlay no|yes|mod [no]
1601     --enable-retcode      Return Code testing overlay no|yes|mod [no]
1602     --enable-rwm          Rewrite/Remap overlay no|yes|mod [no]
1603     --enable-seqmod       Sequential Modify overlay no|yes|mod [yes]
1604     --enable-syncprov     Syncrepl Provider overlay no|yes|mod [yes]
1605     --enable-translucent  Translucent Proxy overlay no|yes|mod [no]
1606     --enable-unique       Attribute Uniqueness overlay no|yes|mod [no]
1607     --enable-valsort      Value Sorting overlay no|yes|mod [no]
1608
1609 Library Generation & Linking Options
1610   --enable-static[=PKGS]  build static libraries [default=yes]
1611   --enable-shared[=PKGS]  build shared libraries [default=yes]
1612   --enable-fast-install[=PKGS]
1613                           optimize for fast installation [default=yes]
1614   --disable-dependency-tracking  speeds up one-time build
1615   --enable-dependency-tracking   do not reject slow dependency extractors
1616   --disable-libtool-lock  avoid locking (might break parallel builds)
1617
1618 Optional Packages:
1619   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1620   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1621   --with-subdir=DIR       change default subdirectory used for installs
1622   --with-cyrus-sasl       with Cyrus SASL support [auto]
1623   --with-fetch            with fetch(3) URL support [auto]
1624   --with-gssapi           with GSSAPI support [auto]
1625   --with-threads          with threads [auto]
1626   --with-tls              with TLS/SSL support auto|openssl|gnutls [auto]
1627   --with-yielding-select  with implicitly yielding select [auto]
1628   --with-mp               with multiple precision statistics auto|longlong|long|bignum|gmp [auto]
1629   --with-odbc             with specific ODBC support iodbc|unixodbc|odbc32|auto [auto]
1630   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1631   --with-pic              try to use only PIC/non-PIC objects [default=use
1632                           both]
1633   --with-tags[=TAGS]      include additional configurations [automatic]
1634
1635 See INSTALL file for further details.
1636
1637 Some influential environment variables:
1638   CC          C compiler command
1639   CFLAGS      C compiler flags
1640   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1641               nonstandard directory <lib dir>
1642   LIBS        libraries to pass to the linker, e.g. -l<library>
1643   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1644               you have headers in a nonstandard directory <include dir>
1645   CPP         C preprocessor
1646
1647 Use these variables to override the choices made by `configure' or to help
1648 it to find libraries and programs with nonstandard names/locations.
1649
1650 _ACEOF
1651 ac_status=$?
1652 fi
1653
1654 if test "$ac_init_help" = "recursive"; then
1655   # If there are subdirs, report their specific --help.
1656   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1657     test -d "$ac_dir" || continue
1658     ac_builddir=.
1659
1660 case "$ac_dir" in
1661 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1662 *)
1663   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1664   # A ".." for each directory in $ac_dir_suffix.
1665   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1666   case $ac_top_builddir_sub in
1667   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1668   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1669   esac ;;
1670 esac
1671 ac_abs_top_builddir=$ac_pwd
1672 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1673 # for backward compatibility:
1674 ac_top_builddir=$ac_top_build_prefix
1675
1676 case $srcdir in
1677   .)  # We are building in place.
1678     ac_srcdir=.
1679     ac_top_srcdir=$ac_top_builddir_sub
1680     ac_abs_top_srcdir=$ac_pwd ;;
1681   [\\/]* | ?:[\\/]* )  # Absolute name.
1682     ac_srcdir=$srcdir$ac_dir_suffix;
1683     ac_top_srcdir=$srcdir
1684     ac_abs_top_srcdir=$srcdir ;;
1685   *) # Relative name.
1686     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1687     ac_top_srcdir=$ac_top_build_prefix$srcdir
1688     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1689 esac
1690 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1691
1692     cd "$ac_dir" || { ac_status=$?; continue; }
1693     # Check for guested configure.
1694     if test -f "$ac_srcdir/configure.gnu"; then
1695       echo &&
1696       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1697     elif test -f "$ac_srcdir/configure"; then
1698       echo &&
1699       $SHELL "$ac_srcdir/configure" --help=recursive
1700     else
1701       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1702     fi || ac_status=$?
1703     cd "$ac_pwd" || { ac_status=$?; break; }
1704   done
1705 fi
1706
1707 test -n "$ac_init_help" && exit $ac_status
1708 if $ac_init_version; then
1709   cat <<\_ACEOF
1710 configure
1711 generated by GNU Autoconf 2.61
1712
1713 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1714 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1715 This configure script is free software; the Free Software Foundation
1716 gives unlimited permission to copy, distribute and modify it.
1717
1718 Copyright 1998-2009 The OpenLDAP Foundation. All rights reserved.
1719 Restrictions apply, see COPYRIGHT and LICENSE files.
1720 _ACEOF
1721   exit
1722 fi
1723 cat >config.log <<_ACEOF
1724 This file contains any messages produced by compilers while
1725 running configure, to aid debugging if configure makes a mistake.
1726
1727 It was created by $as_me, which was
1728 generated by GNU Autoconf 2.61.  Invocation command line was
1729
1730   $ $0 $@
1731
1732 _ACEOF
1733 exec 5>>config.log
1734 {
1735 cat <<_ASUNAME
1736 ## --------- ##
1737 ## Platform. ##
1738 ## --------- ##
1739
1740 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1741 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1742 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1743 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1744 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1745
1746 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1747 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1748
1749 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1750 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1751 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1752 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1753 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1754 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1755 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1756
1757 _ASUNAME
1758
1759 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1760 for as_dir in $PATH
1761 do
1762   IFS=$as_save_IFS
1763   test -z "$as_dir" && as_dir=.
1764   echo "PATH: $as_dir"
1765 done
1766 IFS=$as_save_IFS
1767
1768 } >&5
1769
1770 cat >&5 <<_ACEOF
1771
1772
1773 ## ----------- ##
1774 ## Core tests. ##
1775 ## ----------- ##
1776
1777 _ACEOF
1778
1779
1780 # Keep a trace of the command line.
1781 # Strip out --no-create and --no-recursion so they do not pile up.
1782 # Strip out --silent because we don't want to record it for future runs.
1783 # Also quote any args containing shell meta-characters.
1784 # Make two passes to allow for proper duplicate-argument suppression.
1785 ac_configure_args=
1786 ac_configure_args0=
1787 ac_configure_args1=
1788 ac_must_keep_next=false
1789 for ac_pass in 1 2
1790 do
1791   for ac_arg
1792   do
1793     case $ac_arg in
1794     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1795     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1796     | -silent | --silent | --silen | --sile | --sil)
1797       continue ;;
1798     *\'*)
1799       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1800     esac
1801     case $ac_pass in
1802     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1803     2)
1804       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1805       if test $ac_must_keep_next = true; then
1806         ac_must_keep_next=false # Got value, back to normal.
1807       else
1808         case $ac_arg in
1809           *=* | --config-cache | -C | -disable-* | --disable-* \
1810           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1811           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1812           | -with-* | --with-* | -without-* | --without-* | --x)
1813             case "$ac_configure_args0 " in
1814               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1815             esac
1816             ;;
1817           -* ) ac_must_keep_next=true ;;
1818         esac
1819       fi
1820       ac_configure_args="$ac_configure_args '$ac_arg'"
1821       ;;
1822     esac
1823   done
1824 done
1825 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1826 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1827
1828 # When interrupted or exit'd, cleanup temporary files, and complete
1829 # config.log.  We remove comments because anyway the quotes in there
1830 # would cause problems or look ugly.
1831 # WARNING: Use '\'' to represent an apostrophe within the trap.
1832 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1833 trap 'exit_status=$?
1834   # Save into config.log some information that might help in debugging.
1835   {
1836     echo
1837
1838     cat <<\_ASBOX
1839 ## ---------------- ##
1840 ## Cache variables. ##
1841 ## ---------------- ##
1842 _ASBOX
1843     echo
1844     # The following way of writing the cache mishandles newlines in values,
1845 (
1846   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1847     eval ac_val=\$$ac_var
1848     case $ac_val in #(
1849     *${as_nl}*)
1850       case $ac_var in #(
1851       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1852 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1853       esac
1854       case $ac_var in #(
1855       _ | IFS | as_nl) ;; #(
1856       *) $as_unset $ac_var ;;
1857       esac ;;
1858     esac
1859   done
1860   (set) 2>&1 |
1861     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1862     *${as_nl}ac_space=\ *)
1863       sed -n \
1864         "s/'\''/'\''\\\\'\'''\''/g;
1865           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1866       ;; #(
1867     *)
1868       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1869       ;;
1870     esac |
1871     sort
1872 )
1873     echo
1874
1875     cat <<\_ASBOX
1876 ## ----------------- ##
1877 ## Output variables. ##
1878 ## ----------------- ##
1879 _ASBOX
1880     echo
1881     for ac_var in $ac_subst_vars
1882     do
1883       eval ac_val=\$$ac_var
1884       case $ac_val in
1885       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1886       esac
1887       echo "$ac_var='\''$ac_val'\''"
1888     done | sort
1889     echo
1890
1891     if test -n "$ac_subst_files"; then
1892       cat <<\_ASBOX
1893 ## ------------------- ##
1894 ## File substitutions. ##
1895 ## ------------------- ##
1896 _ASBOX
1897       echo
1898       for ac_var in $ac_subst_files
1899       do
1900         eval ac_val=\$$ac_var
1901         case $ac_val in
1902         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1903         esac
1904         echo "$ac_var='\''$ac_val'\''"
1905       done | sort
1906       echo
1907     fi
1908
1909     if test -s confdefs.h; then
1910       cat <<\_ASBOX
1911 ## ----------- ##
1912 ## confdefs.h. ##
1913 ## ----------- ##
1914 _ASBOX
1915       echo
1916       cat confdefs.h
1917       echo
1918     fi
1919     test "$ac_signal" != 0 &&
1920       echo "$as_me: caught signal $ac_signal"
1921     echo "$as_me: exit $exit_status"
1922   } >&5
1923   rm -f core *.core core.conftest.* &&
1924     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1925     exit $exit_status
1926 ' 0
1927 for ac_signal in 1 2 13 15; do
1928   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1929 done
1930 ac_signal=0
1931
1932 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1933 rm -f -r conftest* confdefs.h
1934
1935 # Predefined preprocessor variables.
1936
1937 cat >>confdefs.h <<_ACEOF
1938 #define PACKAGE_NAME "$PACKAGE_NAME"
1939 _ACEOF
1940
1941
1942 cat >>confdefs.h <<_ACEOF
1943 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1944 _ACEOF
1945
1946
1947 cat >>confdefs.h <<_ACEOF
1948 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1949 _ACEOF
1950
1951
1952 cat >>confdefs.h <<_ACEOF
1953 #define PACKAGE_STRING "$PACKAGE_STRING"
1954 _ACEOF
1955
1956
1957 cat >>confdefs.h <<_ACEOF
1958 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1959 _ACEOF
1960
1961
1962 # Let the site file select an alternate cache file if it wants to.
1963 # Prefer explicitly selected file to automatically selected ones.
1964 if test -n "$CONFIG_SITE"; then
1965   set x "$CONFIG_SITE"
1966 elif test "x$prefix" != xNONE; then
1967   set x "$prefix/share/config.site" "$prefix/etc/config.site"
1968 else
1969   set x "$ac_default_prefix/share/config.site" \
1970         "$ac_default_prefix/etc/config.site"
1971 fi
1972 shift
1973 for ac_site_file
1974 do
1975   if test -r "$ac_site_file"; then
1976     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1977 echo "$as_me: loading site script $ac_site_file" >&6;}
1978     sed 's/^/| /' "$ac_site_file" >&5
1979     . "$ac_site_file"
1980   fi
1981 done
1982
1983
1984 # Check that the precious variables saved in the cache have kept the same
1985 # value.
1986 ac_cache_corrupted=false
1987 for ac_var in $ac_precious_vars; do
1988   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1989   eval ac_new_set=\$ac_env_${ac_var}_set
1990   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1991   eval ac_new_val=\$ac_env_${ac_var}_value
1992   case $ac_old_set,$ac_new_set in
1993     set,)
1994       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1995 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1996       ac_cache_corrupted=: ;;
1997     ,set)
1998       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1999 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2000       ac_cache_corrupted=: ;;
2001     ,);;
2002     *)
2003       if test "x$ac_old_val" != "x$ac_new_val"; then
2004         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2005 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2006         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
2007 echo "$as_me:   former value:  $ac_old_val" >&2;}
2008         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
2009 echo "$as_me:   current value: $ac_new_val" >&2;}
2010         ac_cache_corrupted=:
2011       fi;;
2012   esac
2013   # Pass precious variables to config.status.
2014   if test "$ac_new_set" = set; then
2015     case $ac_new_val in
2016     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2017     *) ac_arg=$ac_var=$ac_new_val ;;
2018     esac
2019     case " $ac_configure_args " in
2020       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2021       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2022     esac
2023   fi
2024 done
2025 if $ac_cache_corrupted; then
2026   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2027 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2028   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2029 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2030    { (exit 1); exit 1; }; }
2031 fi
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049 ac_ext=c
2050 ac_cpp='$CPP $CPPFLAGS'
2051 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2052 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2053 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082 ac_aux_dir=
2083 for ac_dir in build "$srcdir"/build; do
2084   if test -f "$ac_dir/install-sh"; then
2085     ac_aux_dir=$ac_dir
2086     ac_install_sh="$ac_aux_dir/install-sh -c"
2087     break
2088   elif test -f "$ac_dir/install.sh"; then
2089     ac_aux_dir=$ac_dir
2090     ac_install_sh="$ac_aux_dir/install.sh -c"
2091     break
2092   elif test -f "$ac_dir/shtool"; then
2093     ac_aux_dir=$ac_dir
2094     ac_install_sh="$ac_aux_dir/shtool install -c"
2095     break
2096   fi
2097 done
2098 if test -z "$ac_aux_dir"; then
2099   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in build \"$srcdir\"/build" >&5
2100 echo "$as_me: error: cannot find install-sh or install.sh in build \"$srcdir\"/build" >&2;}
2101    { (exit 1); exit 1; }; }
2102 fi
2103
2104 # These three variables are undocumented and unsupported,
2105 # and are intended to be withdrawn in a future Autoconf release.
2106 # They can cause serious problems if a builder's source tree is in a directory
2107 # whose full name contains unusual characters.
2108 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2109 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2110 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2111
2112
2113 eval `$ac_aux_dir/version.sh`
2114 if test -z "$OL_STRING"; then
2115         { { echo "$as_me:$LINENO: error: could not determine version" >&5
2116 echo "$as_me: error: could not determine version" >&2;}
2117    { (exit 1); exit 1; }; }
2118 fi
2119
2120 if test -f "$ac_aux_dir/shtool" && test ! -d $ac_aux_dir/shtool; then
2121         ac_cv_shtool="$ac_aux_dir/shtool"
2122 else
2123         { { echo "$as_me:$LINENO: error: no shtool found in $ac_aux_dir" >&5
2124 echo "$as_me: error: no shtool found in $ac_aux_dir" >&2;}
2125    { (exit 1); exit 1; }; }
2126 fi
2127
2128 SHTOOL="$ac_cv_shtool"
2129
2130 TB="" TN=""
2131 if test -t 1; then
2132         TB="`$SHTOOL echo -e '%B' 2>/dev/null`"
2133         TN="`$SHTOOL echo -e '%b' 2>/dev/null`"
2134 fi
2135
2136 OPENLDAP_CVS=""
2137 if test -d $ac_aux_dir/CVS; then
2138         OPENLDAP_CVS="(from CVS sources) "
2139 fi
2140
2141 echo "Configuring ${TB}${OL_STRING}${TN} ${OPENLDAP_CVS}..."
2142
2143 # Make sure we can run config.sub.
2144 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2145   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2146 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2147    { (exit 1); exit 1; }; }
2148
2149 { echo "$as_me:$LINENO: checking build system type" >&5
2150 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2151 if test "${ac_cv_build+set}" = set; then
2152   echo $ECHO_N "(cached) $ECHO_C" >&6
2153 else
2154   ac_build_alias=$build_alias
2155 test "x$ac_build_alias" = x &&
2156   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2157 test "x$ac_build_alias" = x &&
2158   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2159 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2160    { (exit 1); exit 1; }; }
2161 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2162   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2163 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2164    { (exit 1); exit 1; }; }
2165
2166 fi
2167 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2168 echo "${ECHO_T}$ac_cv_build" >&6; }
2169 case $ac_cv_build in
2170 *-*-*) ;;
2171 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2172 echo "$as_me: error: invalid value of canonical build" >&2;}
2173    { (exit 1); exit 1; }; };;
2174 esac
2175 build=$ac_cv_build
2176 ac_save_IFS=$IFS; IFS='-'
2177 set x $ac_cv_build
2178 shift
2179 build_cpu=$1
2180 build_vendor=$2
2181 shift; shift
2182 # Remember, the first character of IFS is used to create $*,
2183 # except with old shells:
2184 build_os=$*
2185 IFS=$ac_save_IFS
2186 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2187
2188
2189 { echo "$as_me:$LINENO: checking host system type" >&5
2190 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2191 if test "${ac_cv_host+set}" = set; then
2192   echo $ECHO_N "(cached) $ECHO_C" >&6
2193 else
2194   if test "x$host_alias" = x; then
2195   ac_cv_host=$ac_cv_build
2196 else
2197   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2198     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2199 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2200    { (exit 1); exit 1; }; }
2201 fi
2202
2203 fi
2204 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2205 echo "${ECHO_T}$ac_cv_host" >&6; }
2206 case $ac_cv_host in
2207 *-*-*) ;;
2208 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2209 echo "$as_me: error: invalid value of canonical host" >&2;}
2210    { (exit 1); exit 1; }; };;
2211 esac
2212 host=$ac_cv_host
2213 ac_save_IFS=$IFS; IFS='-'
2214 set x $ac_cv_host
2215 shift
2216 host_cpu=$1
2217 host_vendor=$2
2218 shift; shift
2219 # Remember, the first character of IFS is used to create $*,
2220 # except with old shells:
2221 host_os=$*
2222 IFS=$ac_save_IFS
2223 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2224
2225
2226 { echo "$as_me:$LINENO: checking target system type" >&5
2227 echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
2228 if test "${ac_cv_target+set}" = set; then
2229   echo $ECHO_N "(cached) $ECHO_C" >&6
2230 else
2231   if test "x$target_alias" = x; then
2232   ac_cv_target=$ac_cv_host
2233 else
2234   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2235     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
2236 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
2237    { (exit 1); exit 1; }; }
2238 fi
2239
2240 fi
2241 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2242 echo "${ECHO_T}$ac_cv_target" >&6; }
2243 case $ac_cv_target in
2244 *-*-*) ;;
2245 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
2246 echo "$as_me: error: invalid value of canonical target" >&2;}
2247    { (exit 1); exit 1; }; };;
2248 esac
2249 target=$ac_cv_target
2250 ac_save_IFS=$IFS; IFS='-'
2251 set x $ac_cv_target
2252 shift
2253 target_cpu=$1
2254 target_vendor=$2
2255 shift; shift
2256 # Remember, the first character of IFS is used to create $*,
2257 # except with old shells:
2258 target_os=$*
2259 IFS=$ac_save_IFS
2260 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2261
2262
2263 # The aliases save the names the user supplied, while $host etc.
2264 # will get canonicalized.
2265 test -n "$target_alias" &&
2266   test "$program_prefix$program_suffix$program_transform_name" = \
2267     NONENONEs,x,x, &&
2268   program_prefix=${target_alias}-
2269
2270 am__api_version="1.9"
2271 # Find a good install program.  We prefer a C program (faster),
2272 # so one script is as good as another.  But avoid the broken or
2273 # incompatible versions:
2274 # SysV /etc/install, /usr/sbin/install
2275 # SunOS /usr/etc/install
2276 # IRIX /sbin/install
2277 # AIX /bin/install
2278 # AmigaOS /C/install, which installs bootblocks on floppy discs
2279 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2280 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2281 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2282 # OS/2's system install, which has a completely different semantic
2283 # ./install, which can be erroneously created by make from ./install.sh.
2284 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2285 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
2286 if test -z "$INSTALL"; then
2287 if test "${ac_cv_path_install+set}" = set; then
2288   echo $ECHO_N "(cached) $ECHO_C" >&6
2289 else
2290   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2291 for as_dir in $PATH
2292 do
2293   IFS=$as_save_IFS
2294   test -z "$as_dir" && as_dir=.
2295   # Account for people who put trailing slashes in PATH elements.
2296 case $as_dir/ in
2297   ./ | .// | /cC/* | \
2298   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2299   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2300   /usr/ucb/* ) ;;
2301   *)
2302     # OSF1 and SCO ODT 3.0 have their own names for install.
2303     # Don't use installbsd from OSF since it installs stuff as root
2304     # by default.
2305     for ac_prog in ginstall scoinst install; do
2306       for ac_exec_ext in '' $ac_executable_extensions; do
2307         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2308           if test $ac_prog = install &&
2309             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2310             # AIX install.  It has an incompatible calling convention.
2311             :
2312           elif test $ac_prog = install &&
2313             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2314             # program-specific install script used by HP pwplus--don't use.
2315             :
2316           else
2317             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2318             break 3
2319           fi
2320         fi
2321       done
2322     done
2323     ;;
2324 esac
2325 done
2326 IFS=$as_save_IFS
2327
2328
2329 fi
2330   if test "${ac_cv_path_install+set}" = set; then
2331     INSTALL=$ac_cv_path_install
2332   else
2333     # As a last resort, use the slow shell script.  Don't cache a
2334     # value for INSTALL within a source directory, because that will
2335     # break other packages using the cache if that directory is
2336     # removed, or if the value is a relative name.
2337     INSTALL=$ac_install_sh
2338   fi
2339 fi
2340 { echo "$as_me:$LINENO: result: $INSTALL" >&5
2341 echo "${ECHO_T}$INSTALL" >&6; }
2342
2343 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2344 # It thinks the first close brace ends the variable substitution.
2345 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2346
2347 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2348
2349 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2350
2351 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2352 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
2353 # Just in case
2354 sleep 1
2355 echo timestamp > conftest.file
2356 # Do `set' in a subshell so we don't clobber the current shell's
2357 # arguments.  Must try -L first in case configure is actually a
2358 # symlink; some systems play weird games with the mod time of symlinks
2359 # (eg FreeBSD returns the mod time of the symlink's containing
2360 # directory).
2361 if (
2362    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2363    if test "$*" = "X"; then
2364       # -L didn't work.
2365       set X `ls -t $srcdir/configure conftest.file`
2366    fi
2367    rm -f conftest.file
2368    if test "$*" != "X $srcdir/configure conftest.file" \
2369       && test "$*" != "X conftest.file $srcdir/configure"; then
2370
2371       # If neither matched, then we have a broken ls.  This can happen
2372       # if, for instance, CONFIG_SHELL is bash and it inherits a
2373       # broken ls alias from the environment.  This has actually
2374       # happened.  Such a system could not be considered "sane".
2375       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
2376 alias in your environment" >&5
2377 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
2378 alias in your environment" >&2;}
2379    { (exit 1); exit 1; }; }
2380    fi
2381
2382    test "$2" = conftest.file
2383    )
2384 then
2385    # Ok.
2386    :
2387 else
2388    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2389 Check your system clock" >&5
2390 echo "$as_me: error: newly created file is older than distributed files!
2391 Check your system clock" >&2;}
2392    { (exit 1); exit 1; }; }
2393 fi
2394 { echo "$as_me:$LINENO: result: yes" >&5
2395 echo "${ECHO_T}yes" >&6; }
2396 test "$program_prefix" != NONE &&
2397   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2398 # Use a double $ so make ignores it.
2399 test "$program_suffix" != NONE &&
2400   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2401 # Double any \ or $.  echo might interpret backslashes.
2402 # By default was `s,x,x', remove it if useless.
2403 cat <<\_ACEOF >conftest.sed
2404 s/[\\$]/&&/g;s/;s,x,x,$//
2405 _ACEOF
2406 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2407 rm -f conftest.sed
2408
2409 # expand $ac_aux_dir to an absolute path
2410 am_aux_dir=`cd $ac_aux_dir && pwd`
2411
2412 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2413 # Use eval to expand $SHELL
2414 if eval "$MISSING --run true"; then
2415   am_missing_run="$MISSING --run "
2416 else
2417   am_missing_run=
2418   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2419 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2420 fi
2421
2422 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2423   # We used to keeping the `.' as first argument, in order to
2424   # allow $(mkdir_p) to be used without argument.  As in
2425   #   $(mkdir_p) $(somedir)
2426   # where $(somedir) is conditionally defined.  However this is wrong
2427   # for two reasons:
2428   #  1. if the package is installed by a user who cannot write `.'
2429   #     make install will fail,
2430   #  2. the above comment should most certainly read
2431   #     $(mkdir_p) $(DESTDIR)$(somedir)
2432   #     so it does not work when $(somedir) is undefined and
2433   #     $(DESTDIR) is not.
2434   #  To support the latter case, we have to write
2435   #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2436   #  so the `.' trick is pointless.
2437   mkdir_p='mkdir -p --'
2438 else
2439   # On NextStep and OpenStep, the `mkdir' command does not
2440   # recognize any option.  It will interpret all options as
2441   # directories to create, and then abort because `.' already
2442   # exists.
2443   for d in ./-p ./--version;
2444   do
2445     test -d $d && rmdir $d
2446   done
2447   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2448   if test -f "$ac_aux_dir/mkinstalldirs"; then
2449     mkdir_p='$(mkinstalldirs)'
2450   else
2451     mkdir_p='$(install_sh) -d'
2452   fi
2453 fi
2454
2455 for ac_prog in gawk mawk nawk awk
2456 do
2457   # Extract the first word of "$ac_prog", so it can be a program name with args.
2458 set dummy $ac_prog; ac_word=$2
2459 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2460 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2461 if test "${ac_cv_prog_AWK+set}" = set; then
2462   echo $ECHO_N "(cached) $ECHO_C" >&6
2463 else
2464   if test -n "$AWK"; then
2465   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2466 else
2467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2468 for as_dir in $PATH
2469 do
2470   IFS=$as_save_IFS
2471   test -z "$as_dir" && as_dir=.
2472   for ac_exec_ext in '' $ac_executable_extensions; do
2473   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2474     ac_cv_prog_AWK="$ac_prog"
2475     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2476     break 2
2477   fi
2478 done
2479 done
2480 IFS=$as_save_IFS
2481
2482 fi
2483 fi
2484 AWK=$ac_cv_prog_AWK
2485 if test -n "$AWK"; then
2486   { echo "$as_me:$LINENO: result: $AWK" >&5
2487 echo "${ECHO_T}$AWK" >&6; }
2488 else
2489   { echo "$as_me:$LINENO: result: no" >&5
2490 echo "${ECHO_T}no" >&6; }
2491 fi
2492
2493
2494   test -n "$AWK" && break
2495 done
2496
2497 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2498 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2499 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2500 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2501   echo $ECHO_N "(cached) $ECHO_C" >&6
2502 else
2503   cat >conftest.make <<\_ACEOF
2504 SHELL = /bin/sh
2505 all:
2506         @echo '@@@%%%=$(MAKE)=@@@%%%'
2507 _ACEOF
2508 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2509 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2510   *@@@%%%=?*=@@@%%%*)
2511     eval ac_cv_prog_make_${ac_make}_set=yes;;
2512   *)
2513     eval ac_cv_prog_make_${ac_make}_set=no;;
2514 esac
2515 rm -f conftest.make
2516 fi
2517 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2518   { echo "$as_me:$LINENO: result: yes" >&5
2519 echo "${ECHO_T}yes" >&6; }
2520   SET_MAKE=
2521 else
2522   { echo "$as_me:$LINENO: result: no" >&5
2523 echo "${ECHO_T}no" >&6; }
2524   SET_MAKE="MAKE=${MAKE-make}"
2525 fi
2526
2527 rm -rf .tst 2>/dev/null
2528 mkdir .tst 2>/dev/null
2529 if test -d .tst; then
2530   am__leading_dot=.
2531 else
2532   am__leading_dot=_
2533 fi
2534 rmdir .tst 2>/dev/null
2535
2536 # test to see if srcdir already configured
2537 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2538    test -f $srcdir/config.status; then
2539   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2540 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2541    { (exit 1); exit 1; }; }
2542 fi
2543
2544 # test whether we have cygpath
2545 if test -z "$CYGPATH_W"; then
2546   if (cygpath --version) >/dev/null 2>/dev/null; then
2547     CYGPATH_W='cygpath -w'
2548   else
2549     CYGPATH_W=echo
2550   fi
2551 fi
2552
2553
2554 # Define the identity of the package.
2555  PACKAGE=$OL_PACKAGE
2556  VERSION=$OL_VERSION
2557
2558
2559 # Some tools Automake needs.
2560
2561 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2562
2563
2564 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2565
2566
2567 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2568
2569
2570 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2571
2572
2573 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2574
2575 install_sh=${install_sh-"$am_aux_dir/install-sh"}
2576
2577 # Installed binaries are usually stripped using `strip' when the user
2578 # run `make install-strip'.  However `strip' might not be the right
2579 # tool to use in cross-compilation environments, therefore Automake
2580 # will honor the `STRIP' environment variable to overrule this program.
2581 if test "$cross_compiling" != no; then
2582   if test -n "$ac_tool_prefix"; then
2583   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2584 set dummy ${ac_tool_prefix}strip; ac_word=$2
2585 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2586 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2587 if test "${ac_cv_prog_STRIP+set}" = set; then
2588   echo $ECHO_N "(cached) $ECHO_C" >&6
2589 else
2590   if test -n "$STRIP"; then
2591   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2592 else
2593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2594 for as_dir in $PATH
2595 do
2596   IFS=$as_save_IFS
2597   test -z "$as_dir" && as_dir=.
2598   for ac_exec_ext in '' $ac_executable_extensions; do
2599   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2600     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2601     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2602     break 2
2603   fi
2604 done
2605 done
2606 IFS=$as_save_IFS
2607
2608 fi
2609 fi
2610 STRIP=$ac_cv_prog_STRIP
2611 if test -n "$STRIP"; then
2612   { echo "$as_me:$LINENO: result: $STRIP" >&5
2613 echo "${ECHO_T}$STRIP" >&6; }
2614 else
2615   { echo "$as_me:$LINENO: result: no" >&5
2616 echo "${ECHO_T}no" >&6; }
2617 fi
2618
2619
2620 fi
2621 if test -z "$ac_cv_prog_STRIP"; then
2622   ac_ct_STRIP=$STRIP
2623   # Extract the first word of "strip", so it can be a program name with args.
2624 set dummy strip; ac_word=$2
2625 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2626 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2627 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2628   echo $ECHO_N "(cached) $ECHO_C" >&6
2629 else
2630   if test -n "$ac_ct_STRIP"; then
2631   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2632 else
2633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2634 for as_dir in $PATH
2635 do
2636   IFS=$as_save_IFS
2637   test -z "$as_dir" && as_dir=.
2638   for ac_exec_ext in '' $ac_executable_extensions; do
2639   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2640     ac_cv_prog_ac_ct_STRIP="strip"
2641     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2642     break 2
2643   fi
2644 done
2645 done
2646 IFS=$as_save_IFS
2647
2648 fi
2649 fi
2650 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2651 if test -n "$ac_ct_STRIP"; then
2652   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2653 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2654 else
2655   { echo "$as_me:$LINENO: result: no" >&5
2656 echo "${ECHO_T}no" >&6; }
2657 fi
2658
2659   if test "x$ac_ct_STRIP" = x; then
2660     STRIP=":"
2661   else
2662     case $cross_compiling:$ac_tool_warned in
2663 yes:)
2664 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2665 whose name does not start with the host triplet.  If you think this
2666 configuration is useful to you, please write to autoconf@gnu.org." >&5
2667 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2668 whose name does not start with the host triplet.  If you think this
2669 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2670 ac_tool_warned=yes ;;
2671 esac
2672     STRIP=$ac_ct_STRIP
2673   fi
2674 else
2675   STRIP="$ac_cv_prog_STRIP"
2676 fi
2677
2678 fi
2679 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2680
2681 # We need awk for the "check" target.  The system "awk" is bad on
2682 # some platforms.
2683 # Always define AMTAR for backward compatibility.
2684
2685 AMTAR=${AMTAR-"${am_missing_run}tar"}
2686
2687 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2688
2689
2690
2691
2692
2693 cat >>confdefs.h <<_ACEOF
2694 #define OPENLDAP_PACKAGE "$PACKAGE"
2695 _ACEOF
2696
2697
2698 cat >>confdefs.h <<_ACEOF
2699 #define OPENLDAP_VERSION "$VERSION"
2700 _ACEOF
2701
2702
2703
2704 cat >>confdefs.h <<_ACEOF
2705 #define LDAP_VENDOR_VERSION $OL_API_INC
2706 _ACEOF
2707
2708
2709 cat >>confdefs.h <<_ACEOF
2710 #define LDAP_VENDOR_VERSION_MAJOR $OL_MAJOR
2711 _ACEOF
2712
2713
2714 cat >>confdefs.h <<_ACEOF
2715 #define LDAP_VENDOR_VERSION_MINOR $OL_MINOR
2716 _ACEOF
2717
2718
2719 cat >>confdefs.h <<_ACEOF
2720 #define LDAP_VENDOR_VERSION_PATCH $OL_PATCH
2721 _ACEOF
2722
2723
2724 OPENLDAP_LIBRELEASE=$OL_API_LIB_RELEASE
2725
2726 OPENLDAP_LIBVERSION=$OL_API_LIB_VERSION
2727
2728 OPENLDAP_RELEASE_DATE="$OL_RELEASE_DATE"
2729
2730
2731
2732
2733
2734
2735
2736 ac_config_headers="$ac_config_headers include/portable.h:include/portable.hin"
2737
2738 ac_config_headers="$ac_config_headers include/ldap_features.h:include/ldap_features.hin"
2739
2740 ac_config_headers="$ac_config_headers include/lber_types.h:include/lber_types.hin"
2741
2742
2743 { echo "$as_me:$LINENO: checking configure arguments" >&5
2744 echo $ECHO_N "checking configure arguments... $ECHO_C" >&6; }
2745
2746
2747 top_builddir=`pwd`
2748
2749 ldap_subdir="/openldap"
2750
2751
2752 # Check whether --with-subdir was given.
2753 if test "${with_subdir+set}" = set; then
2754   withval=$with_subdir; case "$withval" in
2755         no) ldap_subdir=""
2756                 ;;
2757         yes)
2758                 ;;
2759         /*|\\*)
2760                 ldap_subdir="$withval"
2761                 ;;
2762         *)
2763                 ldap_subdir="/$withval"
2764                 ;;
2765 esac
2766
2767 fi
2768
2769
2770 # OpenLDAP --enable-debug
2771
2772         # Check whether --enable-debug was given.
2773 if test "${enable_debug+set}" = set; then
2774   enableval=$enable_debug;
2775         ol_arg=invalid
2776         for ol_val in no yes traditional ; do
2777                 if test "$enableval" = "$ol_val" ; then
2778                         ol_arg="$ol_val"
2779                 fi
2780         done
2781         if test "$ol_arg" = "invalid" ; then
2782                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-debug" >&5
2783 echo "$as_me: error: bad value $enableval for --enable-debug" >&2;}
2784    { (exit 1); exit 1; }; }
2785         fi
2786         ol_enable_debug="$ol_arg"
2787
2788 else
2789         ol_enable_debug=yes
2790 fi
2791
2792 # end --enable-debug
2793 # OpenLDAP --enable-dynamic
2794
2795         # Check whether --enable-dynamic was given.
2796 if test "${enable_dynamic+set}" = set; then
2797   enableval=$enable_dynamic;
2798         ol_arg=invalid
2799         for ol_val in auto yes no ; do
2800                 if test "$enableval" = "$ol_val" ; then
2801                         ol_arg="$ol_val"
2802                 fi
2803         done
2804         if test "$ol_arg" = "invalid" ; then
2805                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-dynamic" >&5
2806 echo "$as_me: error: bad value $enableval for --enable-dynamic" >&2;}
2807    { (exit 1); exit 1; }; }
2808         fi
2809         ol_enable_dynamic="$ol_arg"
2810
2811 else
2812         ol_enable_dynamic=no
2813 fi
2814
2815 # end --enable-dynamic
2816 # OpenLDAP --enable-syslog
2817
2818         # Check whether --enable-syslog was given.
2819 if test "${enable_syslog+set}" = set; then
2820   enableval=$enable_syslog;
2821         ol_arg=invalid
2822         for ol_val in auto yes no ; do
2823                 if test "$enableval" = "$ol_val" ; then
2824                         ol_arg="$ol_val"
2825                 fi
2826         done
2827         if test "$ol_arg" = "invalid" ; then
2828                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-syslog" >&5
2829 echo "$as_me: error: bad value $enableval for --enable-syslog" >&2;}
2830    { (exit 1); exit 1; }; }
2831         fi
2832         ol_enable_syslog="$ol_arg"
2833
2834 else
2835         ol_enable_syslog=auto
2836 fi
2837
2838 # end --enable-syslog
2839 # OpenLDAP --enable-proctitle
2840
2841         # Check whether --enable-proctitle was given.
2842 if test "${enable_proctitle+set}" = set; then
2843   enableval=$enable_proctitle;
2844         ol_arg=invalid
2845         for ol_val in auto yes no ; do
2846                 if test "$enableval" = "$ol_val" ; then
2847                         ol_arg="$ol_val"
2848                 fi
2849         done
2850         if test "$ol_arg" = "invalid" ; then
2851                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-proctitle" >&5
2852 echo "$as_me: error: bad value $enableval for --enable-proctitle" >&2;}
2853    { (exit 1); exit 1; }; }
2854         fi
2855         ol_enable_proctitle="$ol_arg"
2856
2857 else
2858         ol_enable_proctitle=yes
2859 fi
2860
2861 # end --enable-proctitle
2862 ol_enable_referrals=${ol_enable_referrals-no}
2863 # OpenLDAP --enable-ipv6
2864
2865         # Check whether --enable-ipv6 was given.
2866 if test "${enable_ipv6+set}" = set; then
2867   enableval=$enable_ipv6;
2868         ol_arg=invalid
2869         for ol_val in auto yes no ; do
2870                 if test "$enableval" = "$ol_val" ; then
2871                         ol_arg="$ol_val"
2872                 fi
2873         done
2874         if test "$ol_arg" = "invalid" ; then
2875                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-ipv6" >&5
2876 echo "$as_me: error: bad value $enableval for --enable-ipv6" >&2;}
2877    { (exit 1); exit 1; }; }
2878         fi
2879         ol_enable_ipv6="$ol_arg"
2880
2881 else
2882         ol_enable_ipv6=auto
2883 fi
2884
2885 # end --enable-ipv6
2886 # OpenLDAP --enable-local
2887
2888         # Check whether --enable-local was given.
2889 if test "${enable_local+set}" = set; then
2890   enableval=$enable_local;
2891         ol_arg=invalid
2892         for ol_val in auto yes no ; do
2893                 if test "$enableval" = "$ol_val" ; then
2894                         ol_arg="$ol_val"
2895                 fi
2896         done
2897         if test "$ol_arg" = "invalid" ; then
2898                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-local" >&5
2899 echo "$as_me: error: bad value $enableval for --enable-local" >&2;}
2900    { (exit 1); exit 1; }; }
2901         fi
2902         ol_enable_local="$ol_arg"
2903
2904 else
2905         ol_enable_local=auto
2906 fi
2907
2908 # end --enable-local
2909
2910 # OpenLDAP --with-cyrus_sasl
2911
2912 # Check whether --with-cyrus_sasl was given.
2913 if test "${with_cyrus_sasl+set}" = set; then
2914   withval=$with_cyrus_sasl;
2915         ol_arg=invalid
2916         for ol_val in auto yes no  ; do
2917                 if test "$withval" = "$ol_val" ; then
2918                         ol_arg="$ol_val"
2919                 fi
2920         done
2921         if test "$ol_arg" = "invalid" ; then
2922                 { { echo "$as_me:$LINENO: error: bad value $withval for --with-cyrus_sasl" >&5
2923 echo "$as_me: error: bad value $withval for --with-cyrus_sasl" >&2;}
2924    { (exit 1); exit 1; }; }
2925         fi
2926         ol_with_cyrus_sasl="$ol_arg"
2927
2928 else
2929         ol_with_cyrus_sasl="auto"
2930 fi
2931 # end --with-cyrus_sasl
2932
2933 # OpenLDAP --with-fetch
2934
2935 # Check whether --with-fetch was given.
2936 if test "${with_fetch+set}" = set; then
2937   withval=$with_fetch;
2938         ol_arg=invalid
2939         for ol_val in auto yes no  ; do
2940                 if test "$withval" = "$ol_val" ; then
2941                         ol_arg="$ol_val"
2942                 fi
2943         done
2944         if test "$ol_arg" = "invalid" ; then
2945                 { { echo "$as_me:$LINENO: error: bad value $withval for --with-fetch" >&5
2946 echo "$as_me: error: bad value $withval for --with-fetch" >&2;}
2947    { (exit 1); exit 1; }; }
2948         fi
2949         ol_with_fetch="$ol_arg"
2950
2951 else
2952         ol_with_fetch="auto"
2953 fi
2954 # end --with-fetch
2955
2956 # OpenLDAP --with-gssapi
2957
2958 # Check whether --with-gssapi was given.
2959 if test "${with_gssapi+set}" = set; then
2960   withval=$with_gssapi;
2961         ol_arg=invalid
2962         for ol_val in auto yes no  ; do
2963                 if test "$withval" = "$ol_val" ; then
2964                         ol_arg="$ol_val"
2965                 fi
2966         done
2967         if test "$ol_arg" = "invalid" ; then
2968                 { { echo "$as_me:$LINENO: error: bad value $withval for --with-gssapi" >&5
2969 echo "$as_me: error: bad value $withval for --with-gssapi" >&2;}
2970    { (exit 1); exit 1; }; }
2971         fi
2972         ol_with_gssapi="$ol_arg"
2973
2974 else
2975         ol_with_gssapi="auto"
2976 fi
2977 # end --with-gssapi
2978
2979 # OpenLDAP --with-threads
2980
2981 # Check whether --with-threads was given.
2982 if test "${with_threads+set}" = set; then
2983   withval=$with_threads;
2984         ol_arg=invalid
2985         for ol_val in auto nt posix mach pth lwp yes no manual  ; do
2986                 if test "$withval" = "$ol_val" ; then
2987                         ol_arg="$ol_val"
2988                 fi
2989         done
2990         if test "$ol_arg" = "invalid" ; then
2991                 { { echo "$as_me:$LINENO: error: bad value $withval for --with-threads" >&5
2992 echo "$as_me: error: bad value $withval for --with-threads" >&2;}
2993    { (exit 1); exit 1; }; }
2994         fi
2995         ol_with_threads="$ol_arg"
2996
2997 else
2998         ol_with_threads="auto"
2999 fi
3000 # end --with-threads
3001
3002 # OpenLDAP --with-tls
3003
3004 # Check whether --with-tls was given.
3005 if test "${with_tls+set}" = set; then
3006   withval=$with_tls;
3007         ol_arg=invalid
3008         for ol_val in auto openssl gnutls yes no  ; do
3009                 if test "$withval" = "$ol_val" ; then
3010                         ol_arg="$ol_val"
3011                 fi
3012         done
3013         if test "$ol_arg" = "invalid" ; then
3014                 { { echo "$as_me:$LINENO: error: bad value $withval for --with-tls" >&5
3015 echo "$as_me: error: bad value $withval for --with-tls" >&2;}
3016    { (exit 1); exit 1; }; }
3017         fi
3018         ol_with_tls="$ol_arg"
3019
3020 else
3021         ol_with_tls="auto"
3022 fi
3023 # end --with-tls
3024
3025 # OpenLDAP --with-yielding_select
3026
3027 # Check whether --with-yielding_select was given.
3028 if test "${with_yielding_select+set}" = set; then
3029   withval=$with_yielding_select;
3030         ol_arg=invalid
3031         for ol_val in auto yes no manual  ; do
3032                 if test "$withval" = "$ol_val" ; then
3033                         ol_arg="$ol_val"
3034                 fi
3035         done
3036         if test "$ol_arg" = "invalid" ; then
3037                 { { echo "$as_me:$LINENO: error: bad value $withval for --with-yielding_select" >&5
3038 echo "$as_me: error: bad value $withval for --with-yielding_select" >&2;}
3039    { (exit 1); exit 1; }; }
3040         fi
3041         ol_with_yielding_select="$ol_arg"
3042
3043 else
3044         ol_with_yielding_select="auto"
3045 fi
3046 # end --with-yielding_select
3047
3048 # OpenLDAP --with-mp
3049
3050 # Check whether --with-mp was given.
3051 if test "${with_mp+set}" = set; then
3052   withval=$with_mp;
3053         ol_arg=invalid
3054         for ol_val in auto longlong long bignum gmp yes no ; do
3055                 if test "$withval" = "$ol_val" ; then
3056                         ol_arg="$ol_val"
3057                 fi
3058         done
3059         if test "$ol_arg" = "invalid" ; then
3060                 { { echo "$as_me:$LINENO: error: bad value $withval for --with-mp" >&5
3061 echo "$as_me: error: bad value $withval for --with-mp" >&2;}
3062    { (exit 1); exit 1; }; }
3063         fi
3064         ol_with_mp="$ol_arg"
3065
3066 else
3067         ol_with_mp="auto"
3068 fi
3069 # end --with-mp
3070
3071 # OpenLDAP --with-odbc
3072
3073 # Check whether --with-odbc was given.
3074 if test "${with_odbc+set}" = set; then
3075   withval=$with_odbc;
3076         ol_arg=invalid
3077         for ol_val in auto iodbc unixodbc odbc32  ; do
3078                 if test "$withval" = "$ol_val" ; then
3079                         ol_arg="$ol_val"
3080                 fi
3081         done
3082         if test "$ol_arg" = "invalid" ; then
3083                 { { echo "$as_me:$LINENO: error: bad value $withval for --with-odbc" >&5
3084 echo "$as_me: error: bad value $withval for --with-odbc" >&2;}
3085    { (exit 1); exit 1; }; }
3086         fi
3087         ol_with_odbc="$ol_arg"
3088
3089 else
3090         ol_with_odbc="auto"
3091 fi
3092 # end --with-odbc
3093
3094
3095
3096 # Check whether --enable-xxslapdoptions was given.
3097 if test "${enable_xxslapdoptions+set}" = set; then
3098   enableval=$enable_xxslapdoptions;
3099 fi
3100
3101 # OpenLDAP --enable-slapd
3102
3103         # Check whether --enable-slapd was given.
3104 if test "${enable_slapd+set}" = set; then
3105   enableval=$enable_slapd;
3106         ol_arg=invalid
3107         for ol_val in auto yes no ; do
3108                 if test "$enableval" = "$ol_val" ; then
3109                         ol_arg="$ol_val"
3110                 fi
3111         done
3112         if test "$ol_arg" = "invalid" ; then
3113                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-slapd" >&5
3114 echo "$as_me: error: bad value $enableval for --enable-slapd" >&2;}
3115    { (exit 1); exit 1; }; }
3116         fi
3117         ol_enable_slapd="$ol_arg"
3118
3119 else
3120         ol_enable_slapd=yes
3121 fi
3122
3123 # end --enable-slapd
3124 # OpenLDAP --enable-dynacl
3125
3126         # Check whether --enable-dynacl was given.
3127 if test "${enable_dynacl+set}" = set; then
3128   enableval=$enable_dynacl;
3129         ol_arg=invalid
3130         for ol_val in auto yes no ; do
3131                 if test "$enableval" = "$ol_val" ; then
3132                         ol_arg="$ol_val"
3133                 fi
3134         done
3135         if test "$ol_arg" = "invalid" ; then
3136                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-dynacl" >&5
3137 echo "$as_me: error: bad value $enableval for --enable-dynacl" >&2;}
3138    { (exit 1); exit 1; }; }
3139         fi
3140         ol_enable_dynacl="$ol_arg"
3141
3142 else
3143         ol_enable_dynacl=no
3144 fi
3145
3146 # end --enable-dynacl
3147 # OpenLDAP --enable-aci
3148
3149         # Check whether --enable-aci was given.
3150 if test "${enable_aci+set}" = set; then
3151   enableval=$enable_aci;
3152         ol_arg=invalid
3153         for ol_val in no yes mod ; do
3154                 if test "$enableval" = "$ol_val" ; then
3155                         ol_arg="$ol_val"
3156                 fi
3157         done
3158         if test "$ol_arg" = "invalid" ; then
3159                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-aci" >&5
3160 echo "$as_me: error: bad value $enableval for --enable-aci" >&2;}
3161    { (exit 1); exit 1; }; }
3162         fi
3163         ol_enable_aci="$ol_arg"
3164
3165 else
3166         ol_enable_aci=no
3167 fi
3168
3169 # end --enable-aci
3170 # OpenLDAP --enable-cleartext
3171
3172         # Check whether --enable-cleartext was given.
3173 if test "${enable_cleartext+set}" = set; then
3174   enableval=$enable_cleartext;
3175         ol_arg=invalid
3176         for ol_val in auto yes no ; do
3177                 if test "$enableval" = "$ol_val" ; then
3178                         ol_arg="$ol_val"
3179                 fi
3180         done
3181         if test "$ol_arg" = "invalid" ; then
3182                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-cleartext" >&5
3183 echo "$as_me: error: bad value $enableval for --enable-cleartext" >&2;}
3184    { (exit 1); exit 1; }; }
3185         fi
3186         ol_enable_cleartext="$ol_arg"
3187
3188 else
3189         ol_enable_cleartext=yes
3190 fi
3191
3192 # end --enable-cleartext
3193 # OpenLDAP --enable-crypt
3194
3195         # Check whether --enable-crypt was given.
3196 if test "${enable_crypt+set}" = set; then
3197   enableval=$enable_crypt;
3198         ol_arg=invalid
3199         for ol_val in auto yes no ; do
3200                 if test "$enableval" = "$ol_val" ; then
3201                         ol_arg="$ol_val"
3202                 fi
3203         done
3204         if test "$ol_arg" = "invalid" ; then
3205                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-crypt" >&5
3206 echo "$as_me: error: bad value $enableval for --enable-crypt" >&2;}
3207    { (exit 1); exit 1; }; }
3208         fi
3209         ol_enable_crypt="$ol_arg"
3210
3211 else
3212         ol_enable_crypt=no
3213 fi
3214
3215 # end --enable-crypt
3216 # OpenLDAP --enable-lmpasswd
3217
3218         # Check whether --enable-lmpasswd was given.
3219 if test "${enable_lmpasswd+set}" = set; then
3220   enableval=$enable_lmpasswd;
3221         ol_arg=invalid
3222         for ol_val in auto yes no ; do
3223                 if test "$enableval" = "$ol_val" ; then
3224                         ol_arg="$ol_val"
3225                 fi
3226         done
3227         if test "$ol_arg" = "invalid" ; then
3228                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-lmpasswd" >&5
3229 echo "$as_me: error: bad value $enableval for --enable-lmpasswd" >&2;}
3230    { (exit 1); exit 1; }; }
3231         fi
3232         ol_enable_lmpasswd="$ol_arg"
3233
3234 else
3235         ol_enable_lmpasswd=no
3236 fi
3237
3238 # end --enable-lmpasswd
3239 # OpenLDAP --enable-spasswd
3240
3241         # Check whether --enable-spasswd was given.
3242 if test "${enable_spasswd+set}" = set; then
3243   enableval=$enable_spasswd;
3244         ol_arg=invalid
3245         for ol_val in auto yes no ; do
3246                 if test "$enableval" = "$ol_val" ; then
3247                         ol_arg="$ol_val"
3248                 fi
3249         done
3250         if test "$ol_arg" = "invalid" ; then
3251                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-spasswd" >&5
3252 echo "$as_me: error: bad value $enableval for --enable-spasswd" >&2;}
3253    { (exit 1); exit 1; }; }
3254         fi
3255         ol_enable_spasswd="$ol_arg"
3256
3257 else
3258         ol_enable_spasswd=no
3259 fi
3260
3261 # end --enable-spasswd
3262 # OpenLDAP --enable-modules
3263
3264         # Check whether --enable-modules was given.
3265 if test "${enable_modules+set}" = set; then
3266   enableval=$enable_modules;
3267         ol_arg=invalid
3268         for ol_val in auto yes no ; do
3269                 if test "$enableval" = "$ol_val" ; then
3270                         ol_arg="$ol_val"
3271                 fi
3272         done
3273         if test "$ol_arg" = "invalid" ; then
3274                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-modules" >&5
3275 echo "$as_me: error: bad value $enableval for --enable-modules" >&2;}
3276    { (exit 1); exit 1; }; }
3277         fi
3278         ol_enable_modules="$ol_arg"
3279
3280 else
3281         ol_enable_modules=no
3282 fi
3283
3284 # end --enable-modules
3285 # OpenLDAP --enable-rewrite
3286
3287         # Check whether --enable-rewrite was given.
3288 if test "${enable_rewrite+set}" = set; then
3289   enableval=$enable_rewrite;
3290         ol_arg=invalid
3291         for ol_val in auto yes no ; do
3292                 if test "$enableval" = "$ol_val" ; then
3293                         ol_arg="$ol_val"
3294                 fi
3295         done
3296         if test "$ol_arg" = "invalid" ; then
3297                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-rewrite" >&5
3298 echo "$as_me: error: bad value $enableval for --enable-rewrite" >&2;}
3299    { (exit 1); exit 1; }; }
3300         fi
3301         ol_enable_rewrite="$ol_arg"
3302
3303 else
3304         ol_enable_rewrite=auto
3305 fi
3306
3307 # end --enable-rewrite
3308 # OpenLDAP --enable-rlookups
3309
3310         # Check whether --enable-rlookups was given.
3311 if test "${enable_rlookups+set}" = set; then
3312   enableval=$enable_rlookups;
3313         ol_arg=invalid
3314         for ol_val in auto yes no ; do
3315                 if test "$enableval" = "$ol_val" ; then
3316                         ol_arg="$ol_val"
3317                 fi
3318         done
3319         if test "$ol_arg" = "invalid" ; then
3320                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-rlookups" >&5
3321 echo "$as_me: error: bad value $enableval for --enable-rlookups" >&2;}
3322    { (exit 1); exit 1; }; }
3323         fi
3324         ol_enable_rlookups="$ol_arg"
3325
3326 else
3327         ol_enable_rlookups=no
3328 fi
3329
3330 # end --enable-rlookups
3331 # OpenLDAP --enable-slapi
3332
3333         # Check whether --enable-slapi was given.
3334 if test "${enable_slapi+set}" = set; then
3335   enableval=$enable_slapi;
3336         ol_arg=invalid
3337         for ol_val in auto yes no ; do
3338                 if test "$enableval" = "$ol_val" ; then
3339                         ol_arg="$ol_val"
3340                 fi
3341         done
3342         if test "$ol_arg" = "invalid" ; then
3343                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-slapi" >&5
3344 echo "$as_me: error: bad value $enableval for --enable-slapi" >&2;}
3345    { (exit 1); exit 1; }; }
3346         fi
3347         ol_enable_slapi="$ol_arg"
3348
3349 else
3350         ol_enable_slapi=no
3351 fi
3352
3353 # end --enable-slapi
3354 # OpenLDAP --enable-slp
3355
3356         # Check whether --enable-slp was given.
3357 if test "${enable_slp+set}" = set; then
3358   enableval=$enable_slp;
3359         ol_arg=invalid
3360         for ol_val in auto yes no ; do
3361                 if test "$enableval" = "$ol_val" ; then
3362                         ol_arg="$ol_val"
3363                 fi
3364         done
3365         if test "$ol_arg" = "invalid" ; then
3366                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-slp" >&5
3367 echo "$as_me: error: bad value $enableval for --enable-slp" >&2;}
3368    { (exit 1); exit 1; }; }
3369         fi
3370         ol_enable_slp="$ol_arg"
3371
3372 else
3373         ol_enable_slp=no
3374 fi
3375
3376 # end --enable-slp
3377 # OpenLDAP --enable-wrappers
3378
3379         # Check whether --enable-wrappers was given.
3380 if test "${enable_wrappers+set}" = set; then
3381   enableval=$enable_wrappers;
3382         ol_arg=invalid
3383         for ol_val in auto yes no ; do
3384                 if test "$enableval" = "$ol_val" ; then
3385                         ol_arg="$ol_val"
3386                 fi
3387         done
3388         if test "$ol_arg" = "invalid" ; then
3389                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-wrappers" >&5
3390 echo "$as_me: error: bad value $enableval for --enable-wrappers" >&2;}
3391    { (exit 1); exit 1; }; }
3392         fi
3393         ol_enable_wrappers="$ol_arg"
3394
3395 else
3396         ol_enable_wrappers=no
3397 fi
3398
3399 # end --enable-wrappers
3400
3401 Backends="bdb \
3402         dnssrv \
3403         hdb \
3404         ldap \
3405         meta \
3406         monitor \
3407         ndb \
3408         null \
3409         passwd \
3410         perl \
3411         relay \
3412         shell \
3413         sock \
3414         sql"
3415
3416 # Check whether --enable-xxslapbackends was given.
3417 if test "${enable_xxslapbackends+set}" = set; then
3418   enableval=$enable_xxslapbackends;
3419 fi
3420
3421
3422 # OpenLDAP --enable-backends
3423
3424         # Check whether --enable-backends was given.
3425 if test "${enable_backends+set}" = set; then
3426   enableval=$enable_backends;
3427         ol_arg=invalid
3428         for ol_val in no yes mod ; do
3429                 if test "$enableval" = "$ol_val" ; then
3430                         ol_arg="$ol_val"
3431                 fi
3432         done
3433         if test "$ol_arg" = "invalid" ; then
3434                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-backends" >&5
3435 echo "$as_me: error: bad value $enableval for --enable-backends" >&2;}
3436    { (exit 1); exit 1; }; }
3437         fi
3438         ol_enable_backends="$ol_arg"
3439
3440 fi
3441
3442 # end --enable-backends
3443 # OpenLDAP --enable-bdb
3444
3445         # Check whether --enable-bdb was given.
3446 if test "${enable_bdb+set}" = set; then
3447   enableval=$enable_bdb;
3448         ol_arg=invalid
3449         for ol_val in no yes mod ; do
3450                 if test "$enableval" = "$ol_val" ; then
3451                         ol_arg="$ol_val"
3452                 fi
3453         done
3454         if test "$ol_arg" = "invalid" ; then
3455                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-bdb" >&5
3456 echo "$as_me: error: bad value $enableval for --enable-bdb" >&2;}
3457    { (exit 1); exit 1; }; }
3458         fi
3459         ol_enable_bdb="$ol_arg"
3460
3461 else
3462         ol_enable_bdb=${ol_enable_backends:-no}
3463 fi
3464
3465 # end --enable-bdb
3466 # OpenLDAP --enable-dnssrv
3467
3468         # Check whether --enable-dnssrv was given.
3469 if test "${enable_dnssrv+set}" = set; then
3470   enableval=$enable_dnssrv;
3471         ol_arg=invalid
3472         for ol_val in no yes mod ; do
3473                 if test "$enableval" = "$ol_val" ; then
3474                         ol_arg="$ol_val"
3475                 fi
3476         done
3477         if test "$ol_arg" = "invalid" ; then
3478                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-dnssrv" >&5
3479 echo "$as_me: error: bad value $enableval for --enable-dnssrv" >&2;}
3480    { (exit 1); exit 1; }; }
3481         fi
3482         ol_enable_dnssrv="$ol_arg"
3483
3484 else
3485         ol_enable_dnssrv=${ol_enable_backends:-no}
3486 fi
3487
3488 # end --enable-dnssrv
3489 # OpenLDAP --enable-hdb
3490
3491         # Check whether --enable-hdb was given.
3492 if test "${enable_hdb+set}" = set; then
3493   enableval=$enable_hdb;
3494         ol_arg=invalid
3495         for ol_val in no yes mod ; do
3496                 if test "$enableval" = "$ol_val" ; then
3497                         ol_arg="$ol_val"
3498                 fi
3499         done
3500         if test "$ol_arg" = "invalid" ; then
3501                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-hdb" >&5
3502 echo "$as_me: error: bad value $enableval for --enable-hdb" >&2;}
3503    { (exit 1); exit 1; }; }
3504         fi
3505         ol_enable_hdb="$ol_arg"
3506
3507 else
3508         ol_enable_hdb=${ol_enable_backends:-yes}
3509 fi
3510
3511 # end --enable-hdb
3512 # OpenLDAP --enable-ldap
3513
3514         # Check whether --enable-ldap was given.
3515 if test "${enable_ldap+set}" = set; then
3516   enableval=$enable_ldap;
3517         ol_arg=invalid
3518         for ol_val in no yes mod ; do
3519                 if test "$enableval" = "$ol_val" ; then
3520                         ol_arg="$ol_val"
3521                 fi
3522         done
3523         if test "$ol_arg" = "invalid" ; then
3524                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-ldap" >&5
3525 echo "$as_me: error: bad value $enableval for --enable-ldap" >&2;}
3526    { (exit 1); exit 1; }; }
3527         fi
3528         ol_enable_ldap="$ol_arg"
3529
3530 else
3531         ol_enable_ldap=${ol_enable_backends:-no}
3532 fi
3533
3534 # end --enable-ldap
3535 # OpenLDAP --enable-meta
3536
3537         # Check whether --enable-meta was given.
3538 if test "${enable_meta+set}" = set; then
3539   enableval=$enable_meta;
3540         ol_arg=invalid
3541         for ol_val in no yes mod ; do
3542                 if test "$enableval" = "$ol_val" ; then
3543                         ol_arg="$ol_val"
3544                 fi
3545         done
3546         if test "$ol_arg" = "invalid" ; then
3547                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-meta" >&5
3548 echo "$as_me: error: bad value $enableval for --enable-meta" >&2;}
3549    { (exit 1); exit 1; }; }
3550         fi
3551         ol_enable_meta="$ol_arg"
3552
3553 else
3554         ol_enable_meta=${ol_enable_backends:-no}
3555 fi
3556
3557 # end --enable-meta
3558 # OpenLDAP --enable-monitor
3559
3560         # Check whether --enable-monitor was given.
3561 if test "${enable_monitor+set}" = set; then
3562   enableval=$enable_monitor;
3563         ol_arg=invalid
3564         for ol_val in no yes mod ; do
3565                 if test "$enableval" = "$ol_val" ; then
3566                         ol_arg="$ol_val"
3567                 fi
3568         done
3569         if test "$ol_arg" = "invalid" ; then
3570                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-monitor" >&5
3571 echo "$as_me: error: bad value $enableval for --enable-monitor" >&2;}
3572    { (exit 1); exit 1; }; }
3573         fi
3574         ol_enable_monitor="$ol_arg"
3575
3576 else
3577         ol_enable_monitor=${ol_enable_backends:-yes}
3578 fi
3579
3580 # end --enable-monitor
3581 # OpenLDAP --enable-ndb
3582
3583         # Check whether --enable-ndb was given.
3584 if test "${enable_ndb+set}" = set; then
3585   enableval=$enable_ndb;
3586         ol_arg=invalid
3587         for ol_val in no yes mod ; do
3588                 if test "$enableval" = "$ol_val" ; then
3589                         ol_arg="$ol_val"
3590                 fi
3591         done
3592         if test "$ol_arg" = "invalid" ; then
3593                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-ndb" >&5
3594 echo "$as_me: error: bad value $enableval for --enable-ndb" >&2;}
3595    { (exit 1); exit 1; }; }
3596         fi
3597         ol_enable_ndb="$ol_arg"
3598
3599 else
3600         ol_enable_ndb=${ol_enable_backends:-no}
3601 fi
3602
3603 # end --enable-ndb
3604 # OpenLDAP --enable-null
3605
3606         # Check whether --enable-null was given.
3607 if test "${enable_null+set}" = set; then
3608   enableval=$enable_null;
3609         ol_arg=invalid
3610         for ol_val in no yes mod ; do
3611                 if test "$enableval" = "$ol_val" ; then
3612                         ol_arg="$ol_val"
3613                 fi
3614         done
3615         if test "$ol_arg" = "invalid" ; then
3616                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-null" >&5
3617 echo "$as_me: error: bad value $enableval for --enable-null" >&2;}
3618    { (exit 1); exit 1; }; }
3619         fi
3620         ol_enable_null="$ol_arg"
3621
3622 else
3623         ol_enable_null=${ol_enable_backends:-no}
3624 fi
3625
3626 # end --enable-null
3627 # OpenLDAP --enable-passwd
3628
3629         # Check whether --enable-passwd was given.
3630 if test "${enable_passwd+set}" = set; then
3631   enableval=$enable_passwd;
3632         ol_arg=invalid
3633         for ol_val in no yes mod ; do
3634                 if test "$enableval" = "$ol_val" ; then
3635                         ol_arg="$ol_val"
3636                 fi
3637         done
3638         if test "$ol_arg" = "invalid" ; then
3639                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-passwd" >&5
3640 echo "$as_me: error: bad value $enableval for --enable-passwd" >&2;}
3641    { (exit 1); exit 1; }; }
3642         fi
3643         ol_enable_passwd="$ol_arg"
3644
3645 else
3646         ol_enable_passwd=${ol_enable_backends:-no}
3647 fi
3648
3649 # end --enable-passwd
3650 # OpenLDAP --enable-perl
3651
3652         # Check whether --enable-perl was given.
3653 if test "${enable_perl+set}" = set; then
3654   enableval=$enable_perl;
3655         ol_arg=invalid
3656         for ol_val in no yes mod ; do
3657                 if test "$enableval" = "$ol_val" ; then
3658                         ol_arg="$ol_val"
3659                 fi
3660         done
3661         if test "$ol_arg" = "invalid" ; then
3662                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-perl" >&5
3663 echo "$as_me: error: bad value $enableval for --enable-perl" >&2;}
3664    { (exit 1); exit 1; }; }
3665         fi
3666         ol_enable_perl="$ol_arg"
3667
3668 else
3669         ol_enable_perl=${ol_enable_backends:-no}
3670 fi
3671
3672 # end --enable-perl
3673 # OpenLDAP --enable-relay
3674
3675         # Check whether --enable-relay was given.
3676 if test "${enable_relay+set}" = set; then
3677   enableval=$enable_relay;
3678         ol_arg=invalid
3679         for ol_val in no yes mod ; do
3680                 if test "$enableval" = "$ol_val" ; then
3681                         ol_arg="$ol_val"
3682                 fi
3683         done
3684         if test "$ol_arg" = "invalid" ; then
3685                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-relay" >&5
3686 echo "$as_me: error: bad value $enableval for --enable-relay" >&2;}
3687    { (exit 1); exit 1; }; }
3688         fi
3689         ol_enable_relay="$ol_arg"
3690
3691 else
3692         ol_enable_relay=${ol_enable_backends:-yes}
3693 fi
3694
3695 # end --enable-relay
3696 # OpenLDAP --enable-shell
3697
3698         # Check whether --enable-shell was given.
3699 if test "${enable_shell+set}" = set; then
3700   enableval=$enable_shell;
3701         ol_arg=invalid
3702         for ol_val in no yes mod ; do
3703                 if test "$enableval" = "$ol_val" ; then
3704                         ol_arg="$ol_val"
3705                 fi
3706         done
3707         if test "$ol_arg" = "invalid" ; then
3708                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-shell" >&5
3709 echo "$as_me: error: bad value $enableval for --enable-shell" >&2;}
3710    { (exit 1); exit 1; }; }
3711         fi
3712         ol_enable_shell="$ol_arg"
3713
3714 else
3715         ol_enable_shell=${ol_enable_backends:-no}
3716 fi
3717
3718 # end --enable-shell
3719 # OpenLDAP --enable-sock
3720
3721         # Check whether --enable-sock was given.
3722 if test "${enable_sock+set}" = set; then
3723   enableval=$enable_sock;
3724         ol_arg=invalid
3725         for ol_val in no yes mod ; do
3726                 if test "$enableval" = "$ol_val" ; then
3727                         ol_arg="$ol_val"
3728                 fi
3729         done
3730         if test "$ol_arg" = "invalid" ; then
3731                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-sock" >&5
3732 echo "$as_me: error: bad value $enableval for --enable-sock" >&2;}
3733    { (exit 1); exit 1; }; }
3734         fi
3735         ol_enable_sock="$ol_arg"
3736
3737 else
3738         ol_enable_sock=${ol_enable_backends:-no}
3739 fi
3740
3741 # end --enable-sock
3742 # OpenLDAP --enable-sql
3743
3744         # Check whether --enable-sql was given.
3745 if test "${enable_sql+set}" = set; then
3746   enableval=$enable_sql;
3747         ol_arg=invalid
3748         for ol_val in no yes mod ; do
3749                 if test "$enableval" = "$ol_val" ; then
3750                         ol_arg="$ol_val"
3751                 fi
3752         done
3753         if test "$ol_arg" = "invalid" ; then
3754                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-sql" >&5
3755 echo "$as_me: error: bad value $enableval for --enable-sql" >&2;}
3756    { (exit 1); exit 1; }; }
3757         fi
3758         ol_enable_sql="$ol_arg"
3759
3760 else
3761         ol_enable_sql=${ol_enable_backends:-no}
3762 fi
3763
3764 # end --enable-sql
3765
3766 Overlays="accesslog \
3767         auditlog \
3768         collect \
3769         constraint \
3770         dds \
3771         deref \
3772         dyngroup \
3773         dynlist \
3774         memberof \
3775         ppolicy \
3776         proxycache \
3777         refint \
3778         retcode \
3779         rwm \
3780         seqmod \
3781         syncprov \
3782         translucent \
3783         unique \
3784         valsort"
3785
3786 # Check whether --enable-xxslapoverlays was given.
3787 if test "${enable_xxslapoverlays+set}" = set; then
3788   enableval=$enable_xxslapoverlays;
3789 fi
3790
3791
3792 # OpenLDAP --enable-overlays
3793
3794         # Check whether --enable-overlays was given.
3795 if test "${enable_overlays+set}" = set; then
3796   enableval=$enable_overlays;
3797         ol_arg=invalid
3798         for ol_val in no yes mod ; do
3799                 if test "$enableval" = "$ol_val" ; then
3800                         ol_arg="$ol_val"
3801                 fi
3802         done
3803         if test "$ol_arg" = "invalid" ; then
3804                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-overlays" >&5
3805 echo "$as_me: error: bad value $enableval for --enable-overlays" >&2;}
3806    { (exit 1); exit 1; }; }
3807         fi
3808         ol_enable_overlays="$ol_arg"
3809
3810 fi
3811
3812 # end --enable-overlays
3813 # OpenLDAP --enable-accesslog
3814
3815         # Check whether --enable-accesslog was given.
3816 if test "${enable_accesslog+set}" = set; then
3817   enableval=$enable_accesslog;
3818         ol_arg=invalid
3819         for ol_val in no yes mod ; do
3820                 if test "$enableval" = "$ol_val" ; then
3821                         ol_arg="$ol_val"
3822                 fi
3823         done
3824         if test "$ol_arg" = "invalid" ; then
3825                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-accesslog" >&5
3826 echo "$as_me: error: bad value $enableval for --enable-accesslog" >&2;}
3827    { (exit 1); exit 1; }; }
3828         fi
3829         ol_enable_accesslog="$ol_arg"
3830
3831 else
3832         ol_enable_accesslog=${ol_enable_overlays:-no}
3833 fi
3834
3835 # end --enable-accesslog
3836
3837 # OpenLDAP --enable-auditlog
3838
3839         # Check whether --enable-auditlog was given.
3840 if test "${enable_auditlog+set}" = set; then
3841   enableval=$enable_auditlog;
3842         ol_arg=invalid
3843         for ol_val in no yes mod ; do
3844                 if test "$enableval" = "$ol_val" ; then
3845                         ol_arg="$ol_val"
3846                 fi
3847         done
3848         if test "$ol_arg" = "invalid" ; then
3849                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-auditlog" >&5
3850 echo "$as_me: error: bad value $enableval for --enable-auditlog" >&2;}
3851    { (exit 1); exit 1; }; }
3852         fi
3853         ol_enable_auditlog="$ol_arg"
3854
3855 else
3856         ol_enable_auditlog=${ol_enable_overlays:-no}
3857 fi
3858
3859 # end --enable-auditlog
3860
3861 # OpenLDAP --enable-collect
3862
3863         # Check whether --enable-collect was given.
3864 if test "${enable_collect+set}" = set; then
3865   enableval=$enable_collect;
3866         ol_arg=invalid
3867         for ol_val in no yes mod ; do
3868                 if test "$enableval" = "$ol_val" ; then
3869                         ol_arg="$ol_val"
3870                 fi
3871         done
3872         if test "$ol_arg" = "invalid" ; then
3873                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-collect" >&5
3874 echo "$as_me: error: bad value $enableval for --enable-collect" >&2;}
3875    { (exit 1); exit 1; }; }
3876         fi
3877         ol_enable_collect="$ol_arg"
3878
3879 else
3880         ol_enable_collect=${ol_enable_overlays:-no}
3881 fi
3882
3883 # end --enable-collect
3884
3885 # OpenLDAP --enable-constraint
3886
3887         # Check whether --enable-constraint was given.
3888 if test "${enable_constraint+set}" = set; then
3889   enableval=$enable_constraint;
3890         ol_arg=invalid
3891         for ol_val in no yes mod ; do
3892                 if test "$enableval" = "$ol_val" ; then
3893                         ol_arg="$ol_val"
3894                 fi
3895         done
3896         if test "$ol_arg" = "invalid" ; then
3897                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-constraint" >&5
3898 echo "$as_me: error: bad value $enableval for --enable-constraint" >&2;}
3899    { (exit 1); exit 1; }; }
3900         fi
3901         ol_enable_constraint="$ol_arg"
3902
3903 else
3904         ol_enable_constraint=${ol_enable_overlays:-no}
3905 fi
3906
3907 # end --enable-constraint
3908
3909 # OpenLDAP --enable-dds
3910
3911         # Check whether --enable-dds was given.
3912 if test "${enable_dds+set}" = set; then
3913   enableval=$enable_dds;
3914         ol_arg=invalid
3915         for ol_val in no yes mod ; do
3916                 if test "$enableval" = "$ol_val" ; then
3917                         ol_arg="$ol_val"
3918                 fi
3919         done
3920         if test "$ol_arg" = "invalid" ; then
3921                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-dds" >&5
3922 echo "$as_me: error: bad value $enableval for --enable-dds" >&2;}
3923    { (exit 1); exit 1; }; }
3924         fi
3925         ol_enable_dds="$ol_arg"
3926
3927 else
3928         ol_enable_dds=${ol_enable_overlays:-no}
3929 fi
3930
3931 # end --enable-dds
3932
3933 # OpenLDAP --enable-deref
3934
3935         # Check whether --enable-deref was given.
3936 if test "${enable_deref+set}" = set; then
3937   enableval=$enable_deref;
3938         ol_arg=invalid
3939         for ol_val in no yes mod ; do
3940                 if test "$enableval" = "$ol_val" ; then
3941                         ol_arg="$ol_val"
3942                 fi
3943         done
3944         if test "$ol_arg" = "invalid" ; then
3945                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-deref" >&5
3946 echo "$as_me: error: bad value $enableval for --enable-deref" >&2;}
3947    { (exit 1); exit 1; }; }
3948         fi
3949         ol_enable_deref="$ol_arg"
3950
3951 else
3952         ol_enable_deref=${ol_enable_overlays:-no}
3953 fi
3954
3955 # end --enable-deref
3956
3957 # OpenLDAP --enable-dyngroup
3958
3959         # Check whether --enable-dyngroup was given.
3960 if test "${enable_dyngroup+set}" = set; then
3961   enableval=$enable_dyngroup;
3962         ol_arg=invalid
3963         for ol_val in no yes mod ; do
3964                 if test "$enableval" = "$ol_val" ; then
3965                         ol_arg="$ol_val"
3966                 fi
3967         done
3968         if test "$ol_arg" = "invalid" ; then
3969                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-dyngroup" >&5
3970 echo "$as_me: error: bad value $enableval for --enable-dyngroup" >&2;}
3971    { (exit 1); exit 1; }; }
3972         fi
3973         ol_enable_dyngroup="$ol_arg"
3974
3975 else
3976         ol_enable_dyngroup=${ol_enable_overlays:-no}
3977 fi
3978
3979 # end --enable-dyngroup
3980
3981 # OpenLDAP --enable-dynlist
3982
3983         # Check whether --enable-dynlist was given.
3984 if test "${enable_dynlist+set}" = set; then
3985   enableval=$enable_dynlist;
3986         ol_arg=invalid
3987         for ol_val in no yes mod ; do
3988                 if test "$enableval" = "$ol_val" ; then
3989                         ol_arg="$ol_val"
3990                 fi
3991         done
3992         if test "$ol_arg" = "invalid" ; then
3993                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-dynlist" >&5
3994 echo "$as_me: error: bad value $enableval for --enable-dynlist" >&2;}
3995    { (exit 1); exit 1; }; }
3996         fi
3997         ol_enable_dynlist="$ol_arg"
3998
3999 else
4000         ol_enable_dynlist=${ol_enable_overlays:-no}
4001 fi
4002
4003 # end --enable-dynlist
4004
4005 # OpenLDAP --enable-memberof
4006
4007         # Check whether --enable-memberof was given.
4008 if test "${enable_memberof+set}" = set; then
4009   enableval=$enable_memberof;
4010         ol_arg=invalid
4011         for ol_val in no yes mod ; do
4012                 if test "$enableval" = "$ol_val" ; then
4013                         ol_arg="$ol_val"
4014                 fi
4015         done
4016         if test "$ol_arg" = "invalid" ; then
4017                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-memberof" >&5
4018 echo "$as_me: error: bad value $enableval for --enable-memberof" >&2;}
4019    { (exit 1); exit 1; }; }
4020         fi
4021         ol_enable_memberof="$ol_arg"
4022
4023 else
4024         ol_enable_memberof=${ol_enable_overlays:-no}
4025 fi
4026
4027 # end --enable-memberof
4028
4029 # OpenLDAP --enable-ppolicy
4030
4031         # Check whether --enable-ppolicy was given.
4032 if test "${enable_ppolicy+set}" = set; then
4033   enableval=$enable_ppolicy;
4034         ol_arg=invalid
4035         for ol_val in no yes mod ; do
4036                 if test "$enableval" = "$ol_val" ; then
4037                         ol_arg="$ol_val"
4038                 fi
4039         done
4040         if test "$ol_arg" = "invalid" ; then
4041                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-ppolicy" >&5
4042 echo "$as_me: error: bad value $enableval for --enable-ppolicy" >&2;}
4043    { (exit 1); exit 1; }; }
4044         fi
4045         ol_enable_ppolicy="$ol_arg"
4046
4047 else
4048         ol_enable_ppolicy=${ol_enable_overlays:-no}
4049 fi
4050
4051 # end --enable-ppolicy
4052
4053 # OpenLDAP --enable-proxycache
4054
4055         # Check whether --enable-proxycache was given.
4056 if test "${enable_proxycache+set}" = set; then
4057   enableval=$enable_proxycache;
4058         ol_arg=invalid
4059         for ol_val in no yes mod ; do
4060                 if test "$enableval" = "$ol_val" ; then
4061                         ol_arg="$ol_val"
4062                 fi
4063         done
4064         if test "$ol_arg" = "invalid" ; then
4065                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-proxycache" >&5
4066 echo "$as_me: error: bad value $enableval for --enable-proxycache" >&2;}
4067    { (exit 1); exit 1; }; }
4068         fi
4069         ol_enable_proxycache="$ol_arg"
4070
4071 else
4072         ol_enable_proxycache=${ol_enable_overlays:-no}
4073 fi
4074
4075 # end --enable-proxycache
4076
4077 # OpenLDAP --enable-refint
4078
4079         # Check whether --enable-refint was given.
4080 if test "${enable_refint+set}" = set; then
4081   enableval=$enable_refint;
4082         ol_arg=invalid
4083         for ol_val in no yes mod ; do
4084                 if test "$enableval" = "$ol_val" ; then
4085                         ol_arg="$ol_val"
4086                 fi
4087         done
4088         if test "$ol_arg" = "invalid" ; then
4089                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-refint" >&5
4090 echo "$as_me: error: bad value $enableval for --enable-refint" >&2;}
4091    { (exit 1); exit 1; }; }
4092         fi
4093         ol_enable_refint="$ol_arg"
4094
4095 else
4096         ol_enable_refint=${ol_enable_overlays:-no}
4097 fi
4098
4099 # end --enable-refint
4100
4101 # OpenLDAP --enable-retcode
4102
4103         # Check whether --enable-retcode was given.
4104 if test "${enable_retcode+set}" = set; then
4105   enableval=$enable_retcode;
4106         ol_arg=invalid
4107         for ol_val in no yes mod ; do
4108                 if test "$enableval" = "$ol_val" ; then
4109                         ol_arg="$ol_val"
4110                 fi
4111         done
4112         if test "$ol_arg" = "invalid" ; then
4113                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-retcode" >&5
4114 echo "$as_me: error: bad value $enableval for --enable-retcode" >&2;}
4115    { (exit 1); exit 1; }; }
4116         fi
4117         ol_enable_retcode="$ol_arg"
4118
4119 else
4120         ol_enable_retcode=${ol_enable_overlays:-no}
4121 fi
4122
4123 # end --enable-retcode
4124
4125 # OpenLDAP --enable-rwm
4126
4127         # Check whether --enable-rwm was given.
4128 if test "${enable_rwm+set}" = set; then
4129   enableval=$enable_rwm;
4130         ol_arg=invalid
4131         for ol_val in no yes mod ; do
4132                 if test "$enableval" = "$ol_val" ; then
4133                         ol_arg="$ol_val"
4134                 fi
4135         done
4136         if test "$ol_arg" = "invalid" ; then
4137                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-rwm" >&5
4138 echo "$as_me: error: bad value $enableval for --enable-rwm" >&2;}
4139    { (exit 1); exit 1; }; }
4140         fi
4141         ol_enable_rwm="$ol_arg"
4142
4143 else
4144         ol_enable_rwm=${ol_enable_overlays:-no}
4145 fi
4146
4147 # end --enable-rwm
4148
4149 # OpenLDAP --enable-seqmod
4150
4151         # Check whether --enable-seqmod was given.
4152 if test "${enable_seqmod+set}" = set; then
4153   enableval=$enable_seqmod;
4154         ol_arg=invalid
4155         for ol_val in no yes mod ; do
4156                 if test "$enableval" = "$ol_val" ; then
4157                         ol_arg="$ol_val"
4158                 fi
4159         done
4160         if test "$ol_arg" = "invalid" ; then
4161                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-seqmod" >&5
4162 echo "$as_me: error: bad value $enableval for --enable-seqmod" >&2;}
4163    { (exit 1); exit 1; }; }
4164         fi
4165         ol_enable_seqmod="$ol_arg"
4166
4167 else
4168         ol_enable_seqmod=${ol_enable_overlays:-yes}
4169 fi
4170
4171 # end --enable-seqmod
4172
4173 # OpenLDAP --enable-syncprov
4174
4175         # Check whether --enable-syncprov was given.
4176 if test "${enable_syncprov+set}" = set; then
4177   enableval=$enable_syncprov;
4178         ol_arg=invalid
4179         for ol_val in no yes mod ; do
4180                 if test "$enableval" = "$ol_val" ; then
4181                         ol_arg="$ol_val"
4182                 fi
4183         done
4184         if test "$ol_arg" = "invalid" ; then
4185                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-syncprov" >&5
4186 echo "$as_me: error: bad value $enableval for --enable-syncprov" >&2;}
4187    { (exit 1); exit 1; }; }
4188         fi
4189         ol_enable_syncprov="$ol_arg"
4190
4191 else
4192         ol_enable_syncprov=${ol_enable_overlays:-yes}
4193 fi
4194
4195 # end --enable-syncprov
4196
4197 # OpenLDAP --enable-translucent
4198
4199         # Check whether --enable-translucent was given.
4200 if test "${enable_translucent+set}" = set; then
4201   enableval=$enable_translucent;
4202         ol_arg=invalid
4203         for ol_val in no yes mod ; do
4204                 if test "$enableval" = "$ol_val" ; then
4205                         ol_arg="$ol_val"
4206                 fi
4207         done
4208         if test "$ol_arg" = "invalid" ; then
4209                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-translucent" >&5
4210 echo "$as_me: error: bad value $enableval for --enable-translucent" >&2;}
4211    { (exit 1); exit 1; }; }
4212         fi
4213         ol_enable_translucent="$ol_arg"
4214
4215 else
4216         ol_enable_translucent=${ol_enable_overlays:-no}
4217 fi
4218
4219 # end --enable-translucent
4220
4221 # OpenLDAP --enable-unique
4222
4223         # Check whether --enable-unique was given.
4224 if test "${enable_unique+set}" = set; then
4225   enableval=$enable_unique;
4226         ol_arg=invalid
4227         for ol_val in no yes mod ; do
4228                 if test "$enableval" = "$ol_val" ; then
4229                         ol_arg="$ol_val"
4230                 fi
4231         done
4232         if test "$ol_arg" = "invalid" ; then
4233                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-unique" >&5
4234 echo "$as_me: error: bad value $enableval for --enable-unique" >&2;}
4235    { (exit 1); exit 1; }; }
4236         fi
4237         ol_enable_unique="$ol_arg"
4238
4239 else
4240         ol_enable_unique=${ol_enable_overlays:-no}
4241 fi
4242
4243 # end --enable-unique
4244
4245 # OpenLDAP --enable-valsort
4246
4247         # Check whether --enable-valsort was given.
4248 if test "${enable_valsort+set}" = set; then
4249   enableval=$enable_valsort;
4250         ol_arg=invalid
4251         for ol_val in no yes mod ; do
4252                 if test "$enableval" = "$ol_val" ; then
4253                         ol_arg="$ol_val"
4254                 fi
4255         done
4256         if test "$ol_arg" = "invalid" ; then
4257                 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-valsort" >&5
4258 echo "$as_me: error: bad value $enableval for --enable-valsort" >&2;}
4259    { (exit 1); exit 1; }; }
4260         fi
4261         ol_enable_valsort="$ol_arg"
4262
4263 else
4264         ol_enable_valsort=${ol_enable_overlays:-no}
4265 fi
4266
4267 # end --enable-valsort
4268
4269
4270 # Check whether --enable-xxliboptions was given.
4271 if test "${enable_xxliboptions+set}" = set; then
4272   enableval=$enable_xxliboptions;
4273 fi
4274
4275 # Check whether --enable-static was given.
4276 if test "${enable_static+set}" = set; then
4277   enableval=$enable_static; p=${PACKAGE-default}
4278     case $enableval in
4279     yes) enable_static=yes ;;
4280     no) enable_static=no ;;
4281     *)
4282      enable_static=no
4283       # Look at the argument we got.  We use all the common list separators.
4284       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4285       for pkg in $enableval; do
4286         IFS="$lt_save_ifs"
4287         if test "X$pkg" = "X$p"; then
4288           enable_static=yes
4289         fi
4290       done
4291       IFS="$lt_save_ifs"
4292       ;;
4293     esac
4294 else
4295   enable_static=yes
4296 fi
4297
4298
4299 # Check whether --enable-shared was given.
4300 if test "${enable_shared+set}" = set; then
4301   enableval=$enable_shared; p=${PACKAGE-default}
4302     case $enableval in
4303     yes) enable_shared=yes ;;
4304     no) enable_shared=no ;;
4305     *)
4306       enable_shared=no
4307       # Look at the argument we got.  We use all the common list separators.
4308       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4309       for pkg in $enableval; do
4310         IFS="$lt_save_ifs"
4311         if test "X$pkg" = "X$p"; then
4312           enable_shared=yes
4313         fi
4314       done
4315       IFS="$lt_save_ifs"
4316       ;;
4317     esac
4318 else
4319   enable_shared=yes
4320 fi
4321
4322
4323
4324
4325 # validate options
4326 if test $ol_enable_slapd = no ; then
4327                 if test $ol_enable_slapi = yes ; then
4328                 { echo "$as_me:$LINENO: WARNING: slapd disabled, ignoring --enable-slapi argument" >&5
4329 echo "$as_me: WARNING: slapd disabled, ignoring --enable-slapi argument" >&2;}
4330         fi
4331         case "$ol_enable_backends" in yes | mod)
4332                 { echo "$as_me:$LINENO: WARNING: slapd disabled, ignoring --enable-backends argument" >&5
4333 echo "$as_me: WARNING: slapd disabled, ignoring --enable-backends argument" >&2;}
4334         esac
4335         for i in $Backends; do
4336                 eval "ol_tmp=\$ol_enable_$i"
4337                 if test $ol_tmp != no ; then
4338                         { echo "$as_me:$LINENO: WARNING: slapd disabled, ignoring --enable-$i argument" >&5
4339 echo "$as_me: WARNING: slapd disabled, ignoring --enable-$i argument" >&2;}
4340                         eval "ol_enable_$i=no"
4341                 fi
4342         done
4343         if test $ol_enable_modules = yes ; then
4344                 { echo "$as_me:$LINENO: WARNING: slapd disabled, ignoring --enable-modules argument" >&5
4345 echo "$as_me: WARNING: slapd disabled, ignoring --enable-modules argument" >&2;}
4346         fi
4347         if test $ol_enable_wrappers = yes ; then
4348                 { echo "$as_me:$LINENO: WARNING: slapd disabled, ignoring --enable-wrappers argument" >&5
4349 echo "$as_me: WARNING: slapd disabled, ignoring --enable-wrappers argument" >&2;}
4350         fi
4351         if test $ol_enable_rlookups = yes ; then
4352                 { echo "$as_me:$LINENO: WARNING: slapd disabled, ignoring --enable-rlookups argument" >&5
4353 echo "$as_me: WARNING: slapd disabled, ignoring --enable-rlookups argument" >&2;}
4354         fi
4355         if test $ol_enable_dynacl = yes ; then
4356                 { echo "$as_me:$LINENO: WARNING: slapd disabled, ignoring --enable-dynacl argument" >&5
4357 echo "$as_me: WARNING: slapd disabled, ignoring --enable-dynacl argument" >&2;}
4358         fi
4359         if test $ol_enable_aci != no ; then
4360                 { echo "$as_me:$LINENO: WARNING: slapd disabled, ignoring --enable-aci argument" >&5
4361 echo "$as_me: WARNING: slapd disabled, ignoring --enable-aci argument" >&2;}
4362         fi
4363         if test $ol_enable_rewrite = yes ; then
4364                 { echo "$as_me:$LINENO: WARNING: slapd disabled, ignoring --enable-rewrite argument" >&5
4365 echo "$as_me: WARNING: slapd disabled, ignoring --enable-rewrite argument" >&2;}
4366         fi
4367                 case "$ol_enable_overlays" in yes | mod)
4368                 { echo "$as_me:$LINENO: WARNING: slapd disabled, ignoring --enable-overlays argument" >&5
4369 echo "$as_me: WARNING: slapd disabled, ignoring --enable-overlays argument" >&2;}
4370         esac
4371         for i in $Overlays; do
4372                 eval "ol_tmp=\$ol_enable_$i"
4373                 if test $ol_tmp != no ; then
4374                         { echo "$as_me:$LINENO: WARNING: slapd disabled, ignoring --enable-$i argument" >&5
4375 echo "$as_me: WARNING: slapd disabled, ignoring --enable-$i argument" >&2;}
4376                         eval "ol_enable_$i=no"
4377                 fi
4378         done
4379
4380         # force settings to no
4381         ol_enable_slapi=no
4382
4383         ol_enable_backends=
4384         ol_enable_overlays=
4385         ol_enable_modules=no
4386         ol_enable_rlookups=no
4387         ol_enable_dynacl=no
4388         ol_enable_aci=no
4389         ol_enable_wrappers=no
4390
4391         ol_enable_rewrite=no
4392
4393 elif test $ol_enable_modules != yes &&
4394         test $ol_enable_bdb = no &&
4395         test $ol_enable_dnssrv = no &&
4396         test $ol_enable_hdb = no &&
4397         test $ol_enable_ldap = no &&
4398         test $ol_enable_meta = no &&
4399         test $ol_enable_monitor = no &&
4400         test $ol_enable_ndb = no &&
4401         test $ol_enable_null = no &&
4402         test $ol_enable_passwd = no &&
4403         test $ol_enable_perl = no &&
4404         test $ol_enable_relay = no &&
4405         test $ol_enable_shell = no &&
4406         test $ol_enable_sock = no &&
4407         test $ol_enable_sql = no ; then
4408
4409         if test $ol_enable_slapd = yes ; then
4410                 { { echo "$as_me:$LINENO: error: slapd requires a backend" >&5
4411 echo "$as_me: error: slapd requires a backend" >&2;}
4412    { (exit 1); exit 1; }; }
4413         else
4414                 { echo "$as_me:$LINENO: WARNING: skipping slapd, no backend specified" >&5
4415 echo "$as_me: WARNING: skipping slapd, no backend specified" >&2;}
4416                 ol_enable_slapd=no
4417         fi
4418 fi
4419
4420 if test $ol_enable_meta/$ol_enable_ldap = yes/no ; then
4421         { { echo "$as_me:$LINENO: error: --enable-meta requires --enable-ldap" >&5
4422 echo "$as_me: error: --enable-meta requires --enable-ldap" >&2;}
4423    { (exit 1); exit 1; }; }
4424 fi
4425
4426 if test $ol_enable_lmpasswd = yes ; then
4427         if test $ol_with_tls = no ; then
4428                 { { echo "$as_me:$LINENO: error: LAN Manager passwords require OpenSSL" >&5
4429 echo "$as_me: error: LAN Manager passwords require OpenSSL" >&2;}
4430    { (exit 1); exit 1; }; }
4431         fi
4432 fi
4433
4434 if test $ol_enable_spasswd = yes ; then
4435         if test $ol_with_cyrus_sasl = no ; then
4436                 { { echo "$as_me:$LINENO: error: options require --with-cyrus-sasl" >&5
4437 echo "$as_me: error: options require --with-cyrus-sasl" >&2;}
4438    { (exit 1); exit 1; }; }
4439         fi
4440         ol_with_cyrus_sasl=yes
4441 fi
4442
4443 { echo "$as_me:$LINENO: result: done" >&5
4444 echo "${ECHO_T}done" >&6; }
4445
4446 LDAP_LIBS=
4447 BDB_LIBS=
4448 SLAPD_NDB_LIBS=
4449 SLAPD_NDB_INCS=
4450 LTHREAD_LIBS=
4451 LUTIL_LIBS=
4452
4453 SLAPD_LIBS=
4454
4455 BUILD_SLAPD=no
4456
4457 BUILD_THREAD=no
4458
4459 BUILD_SLAPI=no
4460 SLAPD_SLAPI_DEPEND=
4461
4462 BUILD_BDB=no
4463 BUILD_DNSSRV=no
4464 BUILD_HDB=no
4465 BUILD_LDAP=no
4466 BUILD_META=no
4467 BUILD_MONITOR=no
4468 BUILD_NDB=no
4469 BUILD_NULL=no
4470 BUILD_PASSWD=no
4471 BUILD_PERL=no
4472 BUILD_RELAY=no
4473 BUILD_SHELL=no
4474 BUILD_SOCK=no
4475 BUILD_SQL=no
4476
4477 BUILD_ACCESSLOG=no
4478 BUILD_AUDITLOG=no
4479 BUILD_CONSTRAINT=no
4480 BUILD_DDS=no
4481 BUILD_DENYOP=no
4482 BUILD_DYNGROUP=no
4483 BUILD_DYNLIST=no
4484 BUILD_LASTMOD=no
4485 BUILD_MEMBEROF=no
4486 BUILD_PPOLICY=no
4487 BUILD_PROXYCACHE=no
4488 BUILD_REFINT=no
4489 BUILD_RETCODE=no
4490 BUILD_RWM=no
4491 BUILD_SEQMOD=no
4492 BUILD_SYNCPROV=no
4493 BUILD_TRANSLUCENT=no
4494 BUILD_UNIQUE=no
4495 BUILD_VALSORT=no
4496
4497 SLAPD_STATIC_OVERLAYS=
4498 SLAPD_DYNAMIC_OVERLAYS=
4499
4500 SLAPD_MODULES_LDFLAGS=
4501 SLAPD_MODULES_CPPFLAGS=
4502
4503 SLAPD_STATIC_BACKENDS=back-ldif
4504 SLAPD_DYNAMIC_BACKENDS=
4505
4506 SLAPD_PERL_LDFLAGS=
4507 MOD_PERL_LDFLAGS=
4508 PERL_CPPFLAGS=
4509
4510 SLAPD_SQL_LDFLAGS=
4511 SLAPD_SQL_LIBS=
4512 SLAPD_SQL_INCLUDES=
4513
4514 KRB4_LIBS=
4515 KRB5_LIBS=
4516 SASL_LIBS=
4517 GSSAPI_LIBS=
4518 TLS_LIBS=
4519 MODULES_LIBS=
4520 SLAPI_LIBS=
4521 LIBSLAPI=
4522 LIBSLAPITOOLS=
4523 AUTH_LIBS=
4524 ICU_LIBS=
4525
4526 SLAPD_SLP_LIBS=
4527 SLAPD_GMP_LIBS=
4528
4529
4530
4531 cat >>confdefs.h <<\_ACEOF
4532 #define HAVE_MKVERSION 1
4533 _ACEOF
4534
4535
4536
4537
4538 ol_aix_threads=no
4539 case "$target" in
4540 *-*-aix*)       if test -z "$CC" ; then
4541                 case "$ol_with_threads" in
4542                 auto | yes |  posix) ol_aix_threads=yes ;;
4543                 esac
4544         fi
4545 ;;
4546 esac
4547
4548 if test $ol_aix_threads = yes ; then
4549         if test -z "${CC}" ; then
4550                 for ac_prog in cc_r xlc_r cc
4551 do
4552   # Extract the first word of "$ac_prog", so it can be a program name with args.
4553 set dummy $ac_prog; ac_word=$2
4554 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4555 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4556 if test "${ac_cv_prog_CC+set}" = set; then
4557   echo $ECHO_N "(cached) $ECHO_C" >&6
4558 else
4559   if test -n "$CC"; then
4560   ac_cv_prog_CC="$CC" # Let the user override the test.
4561 else
4562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4563 for as_dir in $PATH
4564 do
4565   IFS=$as_save_IFS
4566   test -z "$as_dir" && as_dir=.
4567   for ac_exec_ext in '' $ac_executable_extensions; do
4568   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4569     ac_cv_prog_CC="$ac_prog"
4570     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4571     break 2
4572   fi
4573 done
4574 done
4575 IFS=$as_save_IFS
4576
4577 fi
4578 fi
4579 CC=$ac_cv_prog_CC
4580 if test -n "$CC"; then
4581   { echo "$as_me:$LINENO: result: $CC" >&5
4582 echo "${ECHO_T}$CC" >&6; }
4583 else
4584   { echo "$as_me:$LINENO: result: no" >&5
4585 echo "${ECHO_T}no" >&6; }
4586 fi
4587
4588
4589   test -n "$CC" && break
4590 done
4591
4592
4593                 if test "$CC" = cc ; then
4594                                                 if test $ol_with_threads != auto ; then
4595                                 { { echo "$as_me:$LINENO: error: --with-threads requires cc_r (or other suitable compiler) on AIX" >&5
4596 echo "$as_me: error: --with-threads requires cc_r (or other suitable compiler) on AIX" >&2;}
4597    { (exit 1); exit 1; }; }
4598                         else
4599                                 { echo "$as_me:$LINENO: WARNING: disabling threads, no cc_r on AIX" >&5
4600 echo "$as_me: WARNING: disabling threads, no cc_r on AIX" >&2;}
4601                         fi
4602                         ol_with_threads=no
4603                 fi
4604         fi
4605
4606         case ${CC} in cc_r | xlc_r)
4607                 ol_with_threads=posix
4608                 ol_cv_pthread_create=yes
4609                 ;;
4610         esac
4611 fi
4612
4613 if test -z "${CC}"; then
4614         for ac_prog in cc gcc
4615 do
4616   # Extract the first word of "$ac_prog", so it can be a program name with args.
4617 set dummy $ac_prog; ac_word=$2
4618 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4619 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4620 if test "${ac_cv_prog_CC+set}" = set; then
4621   echo $ECHO_N "(cached) $ECHO_C" >&6
4622 else
4623   if test -n "$CC"; then
4624   ac_cv_prog_CC="$CC" # Let the user override the test.
4625 else
4626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4627 for as_dir in $PATH
4628 do
4629   IFS=$as_save_IFS
4630   test -z "$as_dir" && as_dir=.
4631   for ac_exec_ext in '' $ac_executable_extensions; do
4632   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4633     ac_cv_prog_CC="$ac_prog"
4634     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4635     break 2
4636   fi
4637 done
4638 done
4639 IFS=$as_save_IFS
4640
4641 fi
4642 fi
4643 CC=$ac_cv_prog_CC
4644 if test -n "$CC"; then
4645   { echo "$as_me:$LINENO: result: $CC" >&5
4646 echo "${ECHO_T}$CC" >&6; }
4647 else
4648   { echo "$as_me:$LINENO: result: no" >&5
4649 echo "${ECHO_T}no" >&6; }
4650 fi
4651
4652
4653   test -n "$CC" && break
4654 done
4655 test -n "$CC" || CC="missing"
4656
4657
4658         if test "${CC}" = "missing" ; then
4659                 { { echo "$as_me:$LINENO: error: Unable to locate cc(1) or suitable replacement.  Check PATH or set CC." >&5
4660 echo "$as_me: error: Unable to locate cc(1) or suitable replacement.  Check PATH or set CC." >&2;}
4661    { (exit 1); exit 1; }; }
4662         fi
4663 fi
4664
4665 if test -z "${AR}"; then
4666         for ac_prog in ar gar
4667 do
4668   # Extract the first word of "$ac_prog", so it can be a program name with args.
4669 set dummy $ac_prog; ac_word=$2
4670 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4671 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4672 if test "${ac_cv_prog_AR+set}" = set; then
4673   echo $ECHO_N "(cached) $ECHO_C" >&6
4674 else
4675   if test -n "$AR"; then
4676   ac_cv_prog_AR="$AR" # Let the user override the test.
4677 else
4678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4679 for as_dir in $PATH
4680 do
4681   IFS=$as_save_IFS
4682   test -z "$as_dir" && as_dir=.
4683   for ac_exec_ext in '' $ac_executable_extensions; do
4684   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4685     ac_cv_prog_AR="$ac_prog"
4686     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4687     break 2
4688   fi
4689 done
4690 done
4691 IFS=$as_save_IFS
4692
4693 fi
4694 fi
4695 AR=$ac_cv_prog_AR
4696 if test -n "$AR"; then
4697   { echo "$as_me:$LINENO: result: $AR" >&5
4698 echo "${ECHO_T}$AR" >&6; }
4699 else
4700   { echo "$as_me:$LINENO: result: no" >&5
4701 echo "${ECHO_T}no" >&6; }
4702 fi
4703
4704
4705   test -n "$AR" && break
4706 done
4707 test -n "$AR" || AR="missing"
4708
4709
4710         if test "${AR}" = "missing" ; then
4711                 { { echo "$as_me:$LINENO: error: Unable to locate ar(1) or suitable replacement.  Check PATH or set AR." >&5
4712 echo "$as_me: error: Unable to locate ar(1) or suitable replacement.  Check PATH or set AR." >&2;}
4713    { (exit 1); exit 1; }; }
4714         fi
4715 fi
4716
4717
4718
4719
4720
4721 # Check whether --enable-fast-install was given.
4722 if test "${enable_fast_install+set}" = set; then
4723   enableval=$enable_fast_install; p=${PACKAGE-default}
4724     case $enableval in
4725     yes) enable_fast_install=yes ;;
4726     no) enable_fast_install=no ;;
4727     *)
4728       enable_fast_install=no
4729       # Look at the argument we got.  We use all the common list separators.
4730       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4731       for pkg in $enableval; do
4732         IFS="$lt_save_ifs"
4733         if test "X$pkg" = "X$p"; then
4734           enable_fast_install=yes
4735         fi
4736       done
4737       IFS="$lt_save_ifs"
4738       ;;
4739     esac
4740 else
4741   enable_fast_install=yes
4742 fi
4743
4744
4745 DEPDIR="${am__leading_dot}deps"
4746
4747 ac_config_commands="$ac_config_commands depfiles"
4748
4749
4750 am_make=${MAKE-make}
4751 cat > confinc << 'END'
4752 am__doit:
4753         @echo done
4754 .PHONY: am__doit
4755 END
4756 # If we don't find an include directive, just comment out the code.
4757 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
4758 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
4759 am__include="#"
4760 am__quote=
4761 _am_result=none
4762 # First try GNU make style include.
4763 echo "include confinc" > confmf
4764 # We grep out `Entering directory' and `Leaving directory'
4765 # messages which can occur if `w' ends up in MAKEFLAGS.
4766 # In particular we don't look at `^make:' because GNU make might
4767 # be invoked under some other name (usually "gmake"), in which
4768 # case it prints its new name instead of `make'.
4769 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
4770    am__include=include
4771    am__quote=
4772    _am_result=GNU
4773 fi
4774 # Now try BSD make style include.
4775 if test "$am__include" = "#"; then
4776    echo '.include "confinc"' > confmf
4777    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
4778       am__include=.include
4779       am__quote="\""
4780       _am_result=BSD
4781    fi
4782 fi
4783
4784
4785 { echo "$as_me:$LINENO: result: $_am_result" >&5
4786 echo "${ECHO_T}$_am_result" >&6; }
4787 rm -f confinc confmf
4788
4789 # Check whether --enable-dependency-tracking was given.
4790 if test "${enable_dependency_tracking+set}" = set; then
4791   enableval=$enable_dependency_tracking;
4792 fi
4793
4794 if test "x$enable_dependency_tracking" != xno; then
4795   am_depcomp="$ac_aux_dir/depcomp"
4796   AMDEPBACKSLASH='\'
4797 fi
4798
4799
4800 if test "x$enable_dependency_tracking" != xno; then
4801   AMDEP_TRUE=
4802   AMDEP_FALSE='#'
4803 else
4804   AMDEP_TRUE='#'
4805   AMDEP_FALSE=
4806 fi
4807
4808
4809
4810 ac_ext=c
4811 ac_cpp='$CPP $CPPFLAGS'
4812 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4813 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4814 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4815 if test -n "$ac_tool_prefix"; then
4816   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4817 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4818 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4819 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4820 if test "${ac_cv_prog_CC+set}" = set; then
4821   echo $ECHO_N "(cached) $ECHO_C" >&6
4822 else
4823   if test -n "$CC"; then
4824   ac_cv_prog_CC="$CC" # Let the user override the test.
4825 else
4826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4827 for as_dir in $PATH
4828 do
4829   IFS=$as_save_IFS
4830   test -z "$as_dir" && as_dir=.
4831   for ac_exec_ext in '' $ac_executable_extensions; do
4832   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4833     ac_cv_prog_CC="${ac_tool_prefix}gcc"
4834     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4835     break 2
4836   fi
4837 done
4838 done
4839 IFS=$as_save_IFS
4840
4841 fi
4842 fi
4843 CC=$ac_cv_prog_CC
4844 if test -n "$CC"; then
4845   { echo "$as_me:$LINENO: result: $CC" >&5
4846 echo "${ECHO_T}$CC" >&6; }
4847 else
4848   { echo "$as_me:$LINENO: result: no" >&5
4849 echo "${ECHO_T}no" >&6; }
4850 fi
4851
4852
4853 fi
4854 if test -z "$ac_cv_prog_CC"; then
4855   ac_ct_CC=$CC
4856   # Extract the first word of "gcc", so it can be a program name with args.
4857 set dummy gcc; ac_word=$2
4858 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4859 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4860 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4861   echo $ECHO_N "(cached) $ECHO_C" >&6
4862 else
4863   if test -n "$ac_ct_CC"; then
4864   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4865 else
4866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4867 for as_dir in $PATH
4868 do
4869   IFS=$as_save_IFS
4870   test -z "$as_dir" && as_dir=.
4871   for ac_exec_ext in '' $ac_executable_extensions; do
4872   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4873     ac_cv_prog_ac_ct_CC="gcc"
4874     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4875     break 2
4876   fi
4877 done
4878 done
4879 IFS=$as_save_IFS
4880
4881 fi
4882 fi
4883 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4884 if test -n "$ac_ct_CC"; then
4885   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4886 echo "${ECHO_T}$ac_ct_CC" >&6; }
4887 else
4888   { echo "$as_me:$LINENO: result: no" >&5
4889 echo "${ECHO_T}no" >&6; }
4890 fi
4891
4892   if test "x$ac_ct_CC" = x; then
4893     CC=""
4894   else
4895     case $cross_compiling:$ac_tool_warned in
4896 yes:)
4897 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4898 whose name does not start with the host triplet.  If you think this
4899 configuration is useful to you, please write to autoconf@gnu.org." >&5
4900 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4901 whose name does not start with the host triplet.  If you think this
4902 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4903 ac_tool_warned=yes ;;
4904 esac
4905     CC=$ac_ct_CC
4906   fi
4907 else
4908   CC="$ac_cv_prog_CC"
4909 fi
4910
4911 if test -z "$CC"; then
4912           if test -n "$ac_tool_prefix"; then
4913     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4914 set dummy ${ac_tool_prefix}cc; ac_word=$2
4915 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4916 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4917 if test "${ac_cv_prog_CC+set}" = set; then
4918   echo $ECHO_N "(cached) $ECHO_C" >&6
4919 else
4920   if test -n "$CC"; then
4921   ac_cv_prog_CC="$CC" # Let the user override the test.
4922 else
4923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4924 for as_dir in $PATH
4925 do
4926   IFS=$as_save_IFS
4927   test -z "$as_dir" && as_dir=.
4928   for ac_exec_ext in '' $ac_executable_extensions; do
4929   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4930     ac_cv_prog_CC="${ac_tool_prefix}cc"
4931     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4932     break 2
4933   fi
4934 done
4935 done
4936 IFS=$as_save_IFS
4937
4938 fi
4939 fi
4940 CC=$ac_cv_prog_CC
4941 if test -n "$CC"; then
4942   { echo "$as_me:$LINENO: result: $CC" >&5
4943 echo "${ECHO_T}$CC" >&6; }
4944 else
4945   { echo "$as_me:$LINENO: result: no" >&5
4946 echo "${ECHO_T}no" >&6; }
4947 fi
4948
4949
4950   fi
4951 fi
4952 if test -z "$CC"; then
4953   # Extract the first word of "cc", so it can be a program name with args.
4954 set dummy cc; ac_word=$2
4955 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4956 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4957 if test "${ac_cv_prog_CC+set}" = set; then
4958   echo $ECHO_N "(cached) $ECHO_C" >&6
4959 else
4960   if test -n "$CC"; then
4961   ac_cv_prog_CC="$CC" # Let the user override the test.
4962 else
4963   ac_prog_rejected=no
4964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4965 for as_dir in $PATH
4966 do
4967   IFS=$as_save_IFS
4968   test -z "$as_dir" && as_dir=.
4969   for ac_exec_ext in '' $ac_executable_extensions; do
4970   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4971     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4972        ac_prog_rejected=yes
4973        continue
4974      fi
4975     ac_cv_prog_CC="cc"
4976     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4977     break 2
4978   fi
4979 done
4980 done
4981 IFS=$as_save_IFS
4982
4983 if test $ac_prog_rejected = yes; then
4984   # We found a bogon in the path, so make sure we never use it.
4985   set dummy $ac_cv_prog_CC
4986   shift
4987   if test $# != 0; then
4988     # We chose a different compiler from the bogus one.
4989     # However, it has the same basename, so the bogon will be chosen
4990     # first if we set CC to just the basename; use the full file name.
4991     shift
4992     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4993   fi
4994 fi
4995 fi
4996 fi
4997 CC=$ac_cv_prog_CC
4998 if test -n "$CC"; then
4999   { echo "$as_me:$LINENO: result: $CC" >&5
5000 echo "${ECHO_T}$CC" >&6; }
5001 else
5002   { echo "$as_me:$LINENO: result: no" >&5
5003 echo "${ECHO_T}no" >&6; }
5004 fi
5005
5006
5007 fi
5008 if test -z "$CC"; then
5009   if test -n "$ac_tool_prefix"; then
5010   for ac_prog in cl.exe
5011   do
5012     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5013 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5014 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5016 if test "${ac_cv_prog_CC+set}" = set; then
5017   echo $ECHO_N "(cached) $ECHO_C" >&6
5018 else
5019   if test -n "$CC"; then
5020   ac_cv_prog_CC="$CC" # Let the user override the test.
5021 else
5022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5023 for as_dir in $PATH
5024 do
5025   IFS=$as_save_IFS
5026   test -z "$as_dir" && as_dir=.
5027   for ac_exec_ext in '' $ac_executable_extensions; do
5028   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5029     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5030     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5031     break 2
5032   fi
5033 done
5034 done
5035 IFS=$as_save_IFS
5036
5037 fi
5038 fi
5039 CC=$ac_cv_prog_CC
5040 if test -n "$CC"; then
5041   { echo "$as_me:$LINENO: result: $CC" >&5
5042 echo "${ECHO_T}$CC" >&6; }
5043 else
5044   { echo "$as_me:$LINENO: result: no" >&5
5045 echo "${ECHO_T}no" >&6; }
5046 fi
5047
5048
5049     test -n "$CC" && break
5050   done
5051 fi
5052 if test -z "$CC"; then
5053   ac_ct_CC=$CC
5054   for ac_prog in cl.exe
5055 do
5056   # Extract the first word of "$ac_prog", so it can be a program name with args.
5057 set dummy $ac_prog; ac_word=$2
5058 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5059 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5060 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5061   echo $ECHO_N "(cached) $ECHO_C" >&6
5062 else
5063   if test -n "$ac_ct_CC"; then
5064   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5065 else
5066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5067 for as_dir in $PATH
5068 do
5069   IFS=$as_save_IFS
5070   test -z "$as_dir" && as_dir=.
5071   for ac_exec_ext in '' $ac_executable_extensions; do
5072   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5073     ac_cv_prog_ac_ct_CC="$ac_prog"
5074     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5075     break 2
5076   fi
5077 done
5078 done
5079 IFS=$as_save_IFS
5080
5081 fi
5082 fi
5083 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5084 if test -n "$ac_ct_CC"; then
5085   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5086 echo "${ECHO_T}$ac_ct_CC" >&6; }
5087 else
5088   { echo "$as_me:$LINENO: result: no" >&5
5089 echo "${ECHO_T}no" >&6; }
5090 fi
5091
5092
5093   test -n "$ac_ct_CC" && break
5094 done
5095
5096   if test "x$ac_ct_CC" = x; then
5097     CC=""
5098   else
5099     case $cross_compiling:$ac_tool_warned in
5100 yes:)
5101 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5102 whose name does not start with the host triplet.  If you think this
5103 configuration is useful to you, please write to autoconf@gnu.org." >&5
5104 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5105 whose name does not start with the host triplet.  If you think this
5106 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5107 ac_tool_warned=yes ;;
5108 esac
5109     CC=$ac_ct_CC
5110   fi
5111 fi
5112
5113 fi
5114
5115
5116 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
5117 See \`config.log' for more details." >&5
5118 echo "$as_me: error: no acceptable C compiler found in \$PATH
5119 See \`config.log' for more details." >&2;}
5120    { (exit 1); exit 1; }; }
5121
5122 # Provide some information about the compiler.
5123 echo "$as_me:$LINENO: checking for C compiler version" >&5
5124 ac_compiler=`set X $ac_compile; echo $2`
5125 { (ac_try="$ac_compiler --version >&5"
5126 case "(($ac_try" in
5127   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5128   *) ac_try_echo=$ac_try;;
5129 esac
5130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5131   (eval "$ac_compiler --version >&5") 2>&5
5132   ac_status=$?
5133   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5134   (exit $ac_status); }
5135 { (ac_try="$ac_compiler -v >&5"
5136 case "(($ac_try" in
5137   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5138   *) ac_try_echo=$ac_try;;
5139 esac
5140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5141   (eval "$ac_compiler -v >&5") 2>&5
5142   ac_status=$?
5143   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5144   (exit $ac_status); }
5145 { (ac_try="$ac_compiler -V >&5"
5146 case "(($ac_try" in
5147   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5148   *) ac_try_echo=$ac_try;;
5149 esac
5150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5151   (eval "$ac_compiler -V >&5") 2>&5
5152   ac_status=$?
5153   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5154   (exit $ac_status); }
5155
5156 cat >conftest.$ac_ext <<_ACEOF
5157 /* confdefs.h.  */
5158 _ACEOF
5159 cat confdefs.h >>conftest.$ac_ext
5160 cat >>conftest.$ac_ext <<_ACEOF
5161 /* end confdefs.h.  */
5162
5163 int
5164 main ()
5165 {
5166
5167   ;
5168   return 0;
5169 }
5170 _ACEOF
5171 ac_clean_files_save=$ac_clean_files
5172 ac_clean_files="$ac_clean_files a.out a.exe b.out"
5173 # Try to create an executable without -o first, disregard a.out.
5174 # It will help us diagnose broken compilers, and finding out an intuition
5175 # of exeext.
5176 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
5177 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
5178 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
5179 #
5180 # List of possible output files, starting from the most likely.
5181 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
5182 # only as a last resort.  b.out is created by i960 compilers.
5183 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
5184 #
5185 # The IRIX 6 linker writes into existing files which may not be
5186 # executable, retaining their permissions.  Remove them first so a
5187 # subsequent execution test works.
5188 ac_rmfiles=
5189 for ac_file in $ac_files
5190 do
5191   case $ac_file in
5192     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
5193     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
5194   esac
5195 done
5196 rm -f $ac_rmfiles
5197
5198 if { (ac_try="$ac_link_default"
5199 case "(($ac_try" in
5200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5201   *) ac_try_echo=$ac_try;;
5202 esac
5203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5204   (eval "$ac_link_default") 2>&5
5205   ac_status=$?
5206   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5207   (exit $ac_status); }; then
5208   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
5209 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
5210 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
5211 # so that the user can short-circuit this test for compilers unknown to
5212 # Autoconf.
5213 for ac_file in $ac_files ''
5214 do
5215   test -f "$ac_file" || continue
5216   case $ac_file in
5217     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
5218         ;;
5219     [ab].out )
5220         # We found the default executable, but exeext='' is most
5221         # certainly right.
5222         break;;
5223     *.* )
5224         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
5225         then :; else
5226            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5227         fi
5228         # We set ac_cv_exeext here because the later test for it is not
5229         # safe: cross compilers may not add the suffix if given an `-o'
5230         # argument, so we may need to know it at that point already.
5231         # Even if this section looks crufty: it has the advantage of
5232         # actually working.
5233         break;;
5234     * )
5235         break;;
5236   esac
5237 done
5238 test "$ac_cv_exeext" = no && ac_cv_exeext=
5239
5240 else
5241   ac_file=''
5242 fi
5243
5244 { echo "$as_me:$LINENO: result: $ac_file" >&5
5245 echo "${ECHO_T}$ac_file" >&6; }
5246 if test -z "$ac_file"; then
5247   echo "$as_me: failed program was:" >&5
5248 sed 's/^/| /' conftest.$ac_ext >&5
5249
5250 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
5251 See \`config.log' for more details." >&5
5252 echo "$as_me: error: C compiler cannot create executables
5253 See \`config.log' for more details." >&2;}
5254    { (exit 77); exit 77; }; }
5255 fi
5256
5257 ac_exeext=$ac_cv_exeext
5258
5259 # Check that the compiler produces executables we can run.  If not, either
5260 # the compiler is broken, or we cross compile.
5261 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
5262 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
5263 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
5264 # If not cross compiling, check that we can run a simple program.
5265 if test "$cross_compiling" != yes; then
5266   if { ac_try='./$ac_file'
5267   { (case "(($ac_try" in
5268   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5269   *) ac_try_echo=$ac_try;;
5270 esac
5271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5272   (eval "$ac_try") 2>&5
5273   ac_status=$?
5274   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5275   (exit $ac_status); }; }; then
5276     cross_compiling=no
5277   else
5278     if test "$cross_compiling" = maybe; then
5279         cross_compiling=yes
5280     else
5281         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
5282 If you meant to cross compile, use \`--host'.
5283 See \`config.log' for more details." >&5
5284 echo "$as_me: error: cannot run C compiled programs.
5285 If you meant to cross compile, use \`--host'.
5286 See \`config.log' for more details." >&2;}
5287    { (exit 1); exit 1; }; }
5288     fi
5289   fi
5290 fi
5291 { echo "$as_me:$LINENO: result: yes" >&5
5292 echo "${ECHO_T}yes" >&6; }
5293
5294 rm -f a.out a.exe conftest$ac_cv_exeext b.out
5295 ac_clean_files=$ac_clean_files_save
5296 # Check that the compiler produces executables we can run.  If not, either
5297 # the compiler is broken, or we cross compile.
5298 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
5299 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
5300 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
5301 echo "${ECHO_T}$cross_compiling" >&6; }
5302
5303 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
5304 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
5305 if { (ac_try="$ac_link"
5306 case "(($ac_try" in
5307   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5308   *) ac_try_echo=$ac_try;;
5309 esac
5310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5311   (eval "$ac_link") 2>&5
5312   ac_status=$?
5313   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5314   (exit $ac_status); }; then
5315   # If both `conftest.exe' and `conftest' are `present' (well, observable)
5316 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
5317 # work properly (i.e., refer to `conftest.exe'), while it won't with
5318 # `rm'.
5319 for ac_file in conftest.exe conftest conftest.*; do
5320   test -f "$ac_file" || continue
5321   case $ac_file in
5322     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
5323     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5324           break;;
5325     * ) break;;
5326   esac
5327 done
5328 else
5329   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
5330 See \`config.log' for more details." >&5
5331 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
5332 See \`config.log' for more details." >&2;}
5333    { (exit 1); exit 1; }; }
5334 fi
5335
5336 rm -f conftest$ac_cv_exeext
5337 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
5338 echo "${ECHO_T}$ac_cv_exeext" >&6; }
5339
5340 rm -f conftest.$ac_ext
5341 EXEEXT=$ac_cv_exeext
5342 ac_exeext=$EXEEXT
5343 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
5344 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
5345 if test "${ac_cv_objext+set}" = set; then
5346   echo $ECHO_N "(cached) $ECHO_C" >&6
5347 else
5348   cat >conftest.$ac_ext <<_ACEOF
5349 /* confdefs.h.  */
5350 _ACEOF
5351 cat confdefs.h >>conftest.$ac_ext
5352 cat >>conftest.$ac_ext <<_ACEOF
5353 /* end confdefs.h.  */
5354
5355 int
5356 main ()
5357 {
5358
5359   ;
5360   return 0;
5361 }
5362 _ACEOF
5363 rm -f conftest.o conftest.obj
5364 if { (ac_try="$ac_compile"
5365 case "(($ac_try" in
5366   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5367   *) ac_try_echo=$ac_try;;
5368 esac
5369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5370   (eval "$ac_compile") 2>&5
5371   ac_status=$?
5372   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5373   (exit $ac_status); }; then
5374   for ac_file in conftest.o conftest.obj conftest.*; do
5375   test -f "$ac_file" || continue;
5376   case $ac_file in
5377     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
5378     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
5379        break;;
5380   esac
5381 done
5382 else
5383   echo "$as_me: failed program was:" >&5
5384 sed 's/^/| /' conftest.$ac_ext >&5
5385
5386 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
5387 See \`config.log' for more details." >&5
5388 echo "$as_me: error: cannot compute suffix of object files: cannot compile
5389 See \`config.log' for more details." >&2;}
5390    { (exit 1); exit 1; }; }
5391 fi
5392
5393 rm -f conftest.$ac_cv_objext conftest.$ac_ext
5394 fi
5395 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
5396 echo "${ECHO_T}$ac_cv_objext" >&6; }
5397 OBJEXT=$ac_cv_objext
5398 ac_objext=$OBJEXT
5399 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
5400 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
5401 if test "${ac_cv_c_compiler_gnu+set}" = set; then
5402   echo $ECHO_N "(cached) $ECHO_C" >&6
5403 else
5404   cat >conftest.$ac_ext <<_ACEOF
5405 /* confdefs.h.  */
5406 _ACEOF
5407 cat confdefs.h >>conftest.$ac_ext
5408 cat >>conftest.$ac_ext <<_ACEOF
5409 /* end confdefs.h.  */
5410
5411 int
5412 main ()
5413 {
5414 #ifndef __GNUC__
5415        choke me
5416 #endif
5417
5418   ;
5419   return 0;
5420 }
5421 _ACEOF
5422 rm -f conftest.$ac_objext
5423 if { (ac_try="$ac_compile"
5424 case "(($ac_try" in
5425   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5426   *) ac_try_echo=$ac_try;;
5427 esac
5428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5429   (eval "$ac_compile") 2>conftest.er1
5430   ac_status=$?
5431   grep -v '^ *+' conftest.er1 >conftest.err
5432   rm -f conftest.er1
5433   cat conftest.err >&5
5434   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5435   (exit $ac_status); } && {
5436          test -z "$ac_c_werror_flag" ||
5437          test ! -s conftest.err
5438        } && test -s conftest.$ac_objext; then
5439   ac_compiler_gnu=yes
5440 else
5441   echo "$as_me: failed program was:" >&5
5442 sed 's/^/| /' conftest.$ac_ext >&5
5443
5444         ac_compiler_gnu=no
5445 fi
5446
5447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5448 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5449
5450 fi
5451 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
5452 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
5453 GCC=`test $ac_compiler_gnu = yes && echo yes`
5454 ac_test_CFLAGS=${CFLAGS+set}
5455 ac_save_CFLAGS=$CFLAGS
5456 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
5457 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
5458 if test "${ac_cv_prog_cc_g+set}" = set; then
5459   echo $ECHO_N "(cached) $ECHO_C" >&6
5460 else
5461   ac_save_c_werror_flag=$ac_c_werror_flag
5462    ac_c_werror_flag=yes
5463    ac_cv_prog_cc_g=no
5464    CFLAGS="-g"
5465    cat >conftest.$ac_ext <<_ACEOF
5466 /* confdefs.h.  */
5467 _ACEOF
5468 cat confdefs.h >>conftest.$ac_ext
5469 cat >>conftest.$ac_ext <<_ACEOF
5470 /* end confdefs.h.  */
5471
5472 int
5473 main ()
5474 {
5475
5476   ;
5477   return 0;
5478 }
5479 _ACEOF
5480 rm -f conftest.$ac_objext
5481 if { (ac_try="$ac_compile"
5482 case "(($ac_try" in
5483   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5484   *) ac_try_echo=$ac_try;;
5485 esac
5486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5487   (eval "$ac_compile") 2>conftest.er1
5488   ac_status=$?
5489   grep -v '^ *+' conftest.er1 >conftest.err
5490   rm -f conftest.er1
5491   cat conftest.err >&5
5492   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5493   (exit $ac_status); } && {
5494          test -z "$ac_c_werror_flag" ||
5495          test ! -s conftest.err
5496        } && test -s conftest.$ac_objext; then
5497   ac_cv_prog_cc_g=yes
5498 else
5499   echo "$as_me: failed program was:" >&5
5500 sed 's/^/| /' conftest.$ac_ext >&5
5501
5502         CFLAGS=""
5503       cat >conftest.$ac_ext <<_ACEOF
5504 /* confdefs.h.  */
5505 _ACEOF
5506 cat confdefs.h >>conftest.$ac_ext
5507 cat >>conftest.$ac_ext <<_ACEOF
5508 /* end confdefs.h.  */
5509
5510 int
5511 main ()
5512 {
5513
5514   ;
5515   return 0;
5516 }
5517 _ACEOF
5518 rm -f conftest.$ac_objext
5519 if { (ac_try="$ac_compile"
5520 case "(($ac_try" in
5521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5522   *) ac_try_echo=$ac_try;;
5523 esac
5524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5525   (eval "$ac_compile") 2>conftest.er1
5526   ac_status=$?
5527   grep -v '^ *+' conftest.er1 >conftest.err
5528   rm -f conftest.er1
5529   cat conftest.err >&5
5530   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5531   (exit $ac_status); } && {
5532          test -z "$ac_c_werror_flag" ||
5533          test ! -s conftest.err
5534        } && test -s conftest.$ac_objext; then
5535   :
5536 else
5537   echo "$as_me: failed program was:" >&5
5538 sed 's/^/| /' conftest.$ac_ext >&5
5539
5540         ac_c_werror_flag=$ac_save_c_werror_flag
5541          CFLAGS="-g"
5542          cat >conftest.$ac_ext <<_ACEOF
5543 /* confdefs.h.  */
5544 _ACEOF
5545 cat confdefs.h >>conftest.$ac_ext
5546 cat >>conftest.$ac_ext <<_ACEOF
5547 /* end confdefs.h.  */
5548
5549 int
5550 main ()
5551 {
5552
5553   ;
5554   return 0;
5555 }
5556 _ACEOF
5557 rm -f conftest.$ac_objext
5558 if { (ac_try="$ac_compile"
5559 case "(($ac_try" in
5560   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5561   *) ac_try_echo=$ac_try;;
5562 esac
5563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5564   (eval "$ac_compile") 2>conftest.er1
5565   ac_status=$?
5566   grep -v '^ *+' conftest.er1 >conftest.err
5567   rm -f conftest.er1
5568   cat conftest.err >&5
5569   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5570   (exit $ac_status); } && {
5571          test -z "$ac_c_werror_flag" ||
5572          test ! -s conftest.err
5573        } && test -s conftest.$ac_objext; then
5574   ac_cv_prog_cc_g=yes
5575 else
5576   echo "$as_me: failed program was:" >&5
5577 sed 's/^/| /' conftest.$ac_ext >&5
5578
5579
5580 fi
5581
5582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5583 fi
5584
5585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5586 fi
5587
5588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5589    ac_c_werror_flag=$ac_save_c_werror_flag
5590 fi
5591 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5592 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
5593 if test "$ac_test_CFLAGS" = set; then
5594   CFLAGS=$ac_save_CFLAGS
5595 elif test $ac_cv_prog_cc_g = yes; then
5596   if test "$GCC" = yes; then
5597     CFLAGS="-g -O2"
5598   else
5599     CFLAGS="-g"
5600   fi
5601 else
5602   if test "$GCC" = yes; then
5603     CFLAGS="-O2"
5604   else
5605     CFLAGS=
5606   fi
5607 fi
5608 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
5609 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
5610 if test "${ac_cv_prog_cc_c89+set}" = set; then
5611   echo $ECHO_N "(cached) $ECHO_C" >&6
5612 else
5613   ac_cv_prog_cc_c89=no
5614 ac_save_CC=$CC
5615 cat >conftest.$ac_ext <<_ACEOF
5616 /* confdefs.h.  */
5617 _ACEOF
5618 cat confdefs.h >>conftest.$ac_ext
5619 cat >>conftest.$ac_ext <<_ACEOF
5620 /* end confdefs.h.  */
5621 #include <stdarg.h>
5622 #include <stdio.h>
5623 #include <sys/types.h>
5624 #include <sys/stat.h>
5625 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
5626 struct buf { int x; };
5627 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5628 static char *e (p, i)
5629      char **p;
5630      int i;
5631 {
5632   return p[i];
5633 }
5634 static char *f (char * (*g) (char **, int), char **p, ...)
5635 {
5636   char *s;
5637   va_list v;
5638   va_start (v,p);
5639   s = g (p, va_arg (v,int));
5640   va_end (v);
5641   return s;
5642 }
5643
5644 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
5645    function prototypes and stuff, but not '\xHH' hex character constants.
5646    These don't provoke an error unfortunately, instead are silently treated
5647    as 'x'.  The following induces an error, until -std is added to get
5648    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
5649    array size at least.  It's necessary to write '\x00'==0 to get something
5650    that's true only with -std.  */
5651 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5652
5653 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5654    inside strings and character constants.  */
5655 #define FOO(x) 'x'
5656 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5657
5658 int test (int i, double x);
5659 struct s1 {int (*f) (int a);};
5660 struct s2 {int (*f) (double a);};
5661 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5662 int argc;
5663 char **argv;
5664 int
5665 main ()
5666 {
5667 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
5668   ;
5669   return 0;
5670 }
5671 _ACEOF
5672 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5673         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5674 do
5675   CC="$ac_save_CC $ac_arg"
5676   rm -f conftest.$ac_objext
5677 if { (ac_try="$ac_compile"
5678 case "(($ac_try" in
5679   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5680   *) ac_try_echo=$ac_try;;
5681 esac
5682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5683   (eval "$ac_compile") 2>conftest.er1
5684   ac_status=$?
5685   grep -v '^ *+' conftest.er1 >conftest.err
5686   rm -f conftest.er1
5687   cat conftest.err >&5
5688   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5689   (exit $ac_status); } && {
5690          test -z "$ac_c_werror_flag" ||
5691          test ! -s conftest.err
5692        } && test -s conftest.$ac_objext; then
5693   ac_cv_prog_cc_c89=$ac_arg
5694 else
5695   echo "$as_me: failed program was:" >&5
5696 sed 's/^/| /' conftest.$ac_ext >&5
5697
5698
5699 fi
5700
5701 rm -f core conftest.err conftest.$ac_objext
5702   test "x$ac_cv_prog_cc_c89" != "xno" && break
5703 done
5704 rm -f conftest.$ac_ext
5705 CC=$ac_save_CC
5706
5707 fi
5708 # AC_CACHE_VAL
5709 case "x$ac_cv_prog_cc_c89" in
5710   x)
5711     { echo "$as_me:$LINENO: result: none needed" >&5
5712 echo "${ECHO_T}none needed" >&6; } ;;
5713   xno)
5714     { echo "$as_me:$LINENO: result: unsupported" >&5
5715 echo "${ECHO_T}unsupported" >&6; } ;;
5716   *)
5717     CC="$CC $ac_cv_prog_cc_c89"
5718     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
5719 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
5720 esac
5721
5722
5723 ac_ext=c
5724 ac_cpp='$CPP $CPPFLAGS'
5725 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5726 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5727 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5728
5729 depcc="$CC"   am_compiler_list=
5730
5731 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5732 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
5733 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
5734   echo $ECHO_N "(cached) $ECHO_C" >&6
5735 else
5736   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5737   # We make a subdir and do the tests there.  Otherwise we can end up
5738   # making bogus files that we don't know about and never remove.  For
5739   # instance it was reported that on HP-UX the gcc test will end up
5740   # making a dummy file named `D' -- because `-MD' means `put the output
5741   # in D'.
5742   mkdir conftest.dir
5743   # Copy depcomp to subdir because otherwise we won't find it if we're
5744   # using a relative directory.
5745   cp "$am_depcomp" conftest.dir
5746   cd conftest.dir
5747   # We will build objects and dependencies in a subdirectory because
5748   # it helps to detect inapplicable dependency modes.  For instance
5749   # both Tru64's cc and ICC support -MD to output dependencies as a
5750   # side effect of compilation, but ICC will put the dependencies in
5751   # the current directory while Tru64 will put them in the object
5752   # directory.
5753   mkdir sub
5754
5755   am_cv_CC_dependencies_compiler_type=none
5756   if test "$am_compiler_list" = ""; then
5757      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5758   fi
5759   for depmode in $am_compiler_list; do
5760     # Setup a source with many dependencies, because some compilers
5761     # like to wrap large dependency lists on column 80 (with \), and
5762     # we should not choose a depcomp mode which is confused by this.
5763     #
5764     # We need to recreate these files for each test, as the compiler may
5765     # overwrite some of them when testing with obscure command lines.
5766     # This happens at least with the AIX C compiler.
5767     : > sub/conftest.c
5768     for i in 1 2 3 4 5 6; do
5769       echo '#include "conftst'$i'.h"' >> sub/conftest.c
5770       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5771       # Solaris 8's {/usr,}/bin/sh.
5772       touch sub/conftst$i.h
5773     done
5774     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5775
5776     case $depmode in
5777     nosideeffect)
5778       # after this tag, mechanisms are not by side-effect, so they'll
5779       # only be used when explicitly requested
5780       if test "x$enable_dependency_tracking" = xyes; then
5781         continue
5782       else
5783         break
5784       fi
5785       ;;
5786     none) break ;;
5787     esac
5788     # We check with `-c' and `-o' for the sake of the "dashmstdout"
5789     # mode.  It turns out that the SunPro C++ compiler does not properly
5790     # handle `-M -o', and we need to detect this.
5791     if depmode=$depmode \
5792        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5793        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5794        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5795          >/dev/null 2>conftest.err &&
5796        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5797        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5798        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5799       # icc doesn't choke on unknown options, it will just issue warnings
5800       # or remarks (even with -Werror).  So we grep stderr for any message
5801       # that says an option was ignored or not supported.
5802       # When given -MP, icc 7.0 and 7.1 complain thusly:
5803       #   icc: Command line warning: ignoring option '-M'; no argument required
5804       # The diagnosis changed in icc 8.0:
5805       #   icc: Command line remark: option '-MP' not supported
5806       if (grep 'ignoring option' conftest.err ||
5807           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5808         am_cv_CC_dependencies_compiler_type=$depmode
5809         break
5810       fi
5811     fi
5812   done
5813
5814   cd ..
5815   rm -rf conftest.dir
5816 else
5817   am_cv_CC_dependencies_compiler_type=none
5818 fi
5819
5820 fi
5821 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
5822 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
5823 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5824
5825
5826
5827 if
5828   test "x$enable_dependency_tracking" != xno \
5829   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5830   am__fastdepCC_TRUE=
5831   am__fastdepCC_FALSE='#'
5832 else
5833   am__fastdepCC_TRUE='#'
5834   am__fastdepCC_FALSE=
5835 fi
5836
5837
5838 { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
5839 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
5840 if test "${lt_cv_path_SED+set}" = set; then
5841   echo $ECHO_N "(cached) $ECHO_C" >&6
5842 else
5843   # Loop through the user's path and test for sed and gsed.
5844 # Then use that list of sed's as ones to test for truncation.
5845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5846 for as_dir in $PATH
5847 do
5848   IFS=$as_save_IFS
5849   test -z "$as_dir" && as_dir=.
5850   for lt_ac_prog in sed gsed; do
5851     for ac_exec_ext in '' $ac_executable_extensions; do
5852       if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5853         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5854       fi
5855     done
5856   done
5857 done
5858 lt_ac_max=0
5859 lt_ac_count=0
5860 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
5861 # along with /bin/sed that truncates output.
5862 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
5863   test ! -f $lt_ac_sed && continue
5864   cat /dev/null > conftest.in
5865   lt_ac_count=0
5866   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
5867   # Check for GNU sed and select it if it is found.
5868   if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
5869     lt_cv_path_SED=$lt_ac_sed
5870     break
5871   fi
5872   while true; do
5873     cat conftest.in conftest.in >conftest.tmp
5874     mv conftest.tmp conftest.in
5875     cp conftest.in conftest.nl
5876     echo >>conftest.nl
5877     $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
5878     cmp -s conftest.out conftest.nl || break
5879     # 10000 chars as input seems more than enough
5880     test $lt_ac_count -gt 10 && break
5881     lt_ac_count=`expr $lt_ac_count + 1`
5882     if test $lt_ac_count -gt $lt_ac_max; then
5883       lt_ac_max=$lt_ac_count
5884       lt_cv_path_SED=$lt_ac_sed
5885     fi
5886   done
5887 done
5888
5889 fi
5890
5891 SED=$lt_cv_path_SED
5892 { echo "$as_me:$LINENO: result: $SED" >&5
5893 echo "${ECHO_T}$SED" >&6; }
5894
5895 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
5896 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
5897 if test "${ac_cv_path_GREP+set}" = set; then
5898   echo $ECHO_N "(cached) $ECHO_C" >&6
5899 else
5900   # Extract the first word of "grep ggrep" to use in msg output
5901 if test -z "$GREP"; then
5902 set dummy grep ggrep; ac_prog_name=$2
5903 if test "${ac_cv_path_GREP+set}" = set; then
5904   echo $ECHO_N "(cached) $ECHO_C" >&6
5905 else
5906   ac_path_GREP_found=false
5907 # Loop through the user's path and test for each of PROGNAME-LIST
5908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5909 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5910 do
5911   IFS=$as_save_IFS
5912   test -z "$as_dir" && as_dir=.
5913   for ac_prog in grep ggrep; do
5914   for ac_exec_ext in '' $ac_executable_extensions; do
5915     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5916     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5917     # Check for GNU ac_path_GREP and select it if it is found.
5918   # Check for GNU $ac_path_GREP
5919 case `"$ac_path_GREP" --version 2>&1` in
5920 *GNU*)
5921   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5922 *)
5923   ac_count=0
5924   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5925   while :
5926   do
5927     cat "conftest.in" "conftest.in" >"conftest.tmp"
5928     mv "conftest.tmp" "conftest.in"
5929     cp "conftest.in" "conftest.nl"
5930     echo 'GREP' >> "conftest.nl"
5931     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5932     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5933     ac_count=`expr $ac_count + 1`
5934     if test $ac_count -gt ${ac_path_GREP_max-0}; then
5935       # Best one so far, save it but keep looking for a better one
5936       ac_cv_path_GREP="$ac_path_GREP"
5937       ac_path_GREP_max=$ac_count
5938     fi
5939     # 10*(2^10) chars as input seems more than enough
5940     test $ac_count -gt 10 && break
5941   done
5942   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5943 esac
5944
5945
5946     $ac_path_GREP_found && break 3
5947   done
5948 done
5949
5950 done
5951 IFS=$as_save_IFS
5952
5953
5954 fi
5955
5956 GREP="$ac_cv_path_GREP"
5957 if test -z "$GREP"; then
5958   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5959 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5960    { (exit 1); exit 1; }; }
5961 fi
5962
5963 else
5964   ac_cv_path_GREP=$GREP
5965 fi
5966
5967
5968 fi
5969 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
5970 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
5971  GREP="$ac_cv_path_GREP"
5972
5973
5974 { echo "$as_me:$LINENO: checking for egrep" >&5
5975 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
5976 if test "${ac_cv_path_EGREP+set}" = set; then
5977   echo $ECHO_N "(cached) $ECHO_C" >&6
5978 else
5979   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5980    then ac_cv_path_EGREP="$GREP -E"
5981    else
5982      # Extract the first word of "egrep" to use in msg output
5983 if test -z "$EGREP"; then
5984 set dummy egrep; ac_prog_name=$2
5985 if test "${ac_cv_path_EGREP+set}" = set; then
5986   echo $ECHO_N "(cached) $ECHO_C" >&6
5987 else
5988   ac_path_EGREP_found=false
5989 # Loop through the user's path and test for each of PROGNAME-LIST
5990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5991 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5992 do
5993   IFS=$as_save_IFS
5994   test -z "$as_dir" && as_dir=.
5995   for ac_prog in egrep; do
5996   for ac_exec_ext in '' $ac_executable_extensions; do
5997     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5998     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5999     # Check for GNU ac_path_EGREP and select it if it is found.
6000   # Check for GNU $ac_path_EGREP
6001 case `"$ac_path_EGREP" --version 2>&1` in
6002 *GNU*)
6003   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6004 *)
6005   ac_count=0
6006   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6007   while :
6008   do
6009     cat "conftest.in" "conftest.in" >"conftest.tmp"
6010     mv "conftest.tmp" "conftest.in"
6011     cp "conftest.in" "conftest.nl"
6012     echo 'EGREP' >> "conftest.nl"
6013     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6014     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6015     ac_count=`expr $ac_count + 1`
6016     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6017       # Best one so far, save it but keep looking for a better one
6018       ac_cv_path_EGREP="$ac_path_EGREP"
6019       ac_path_EGREP_max=$ac_count
6020     fi
6021     # 10*(2^10) chars as input seems more than enough
6022     test $ac_count -gt 10 && break
6023   done
6024   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6025 esac
6026
6027
6028     $ac_path_EGREP_found && break 3
6029   done
6030 done
6031
6032 done
6033 IFS=$as_save_IFS
6034
6035
6036 fi
6037
6038 EGREP="$ac_cv_path_EGREP"
6039 if test -z "$EGREP"; then
6040   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6041 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6042    { (exit 1); exit 1; }; }
6043 fi
6044
6045 else
6046   ac_cv_path_EGREP=$EGREP
6047 fi
6048
6049
6050    fi
6051 fi
6052 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6053 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6054  EGREP="$ac_cv_path_EGREP"
6055
6056
6057
6058 # Check whether --with-gnu-ld was given.
6059 if test "${with_gnu_ld+set}" = set; then
6060   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
6061 else
6062   with_gnu_ld=no
6063 fi
6064
6065 ac_prog=ld
6066 if test "$GCC" = yes; then
6067   # Check if gcc -print-prog-name=ld gives a path.
6068   { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
6069 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
6070   case $host in
6071   *-*-mingw*)
6072     # gcc leaves a trailing carriage return which upsets mingw
6073     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
6074   *)
6075     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
6076   esac
6077   case $ac_prog in
6078     # Accept absolute paths.
6079     [\\/]* | ?:[\\/]*)
6080       re_direlt='/[^/][^/]*/\.\./'
6081       # Canonicalize the pathname of ld
6082       ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
6083       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
6084         ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
6085       done
6086       test -z "$LD" && LD="$ac_prog"
6087       ;;
6088   "")
6089     # If it fails, then pretend we aren't using GCC.
6090     ac_prog=ld
6091     ;;
6092   *)
6093     # If it is relative, then search for the first ld in PATH.
6094     with_gnu_ld=unknown
6095     ;;
6096   esac
6097 elif test "$with_gnu_ld" = yes; then
6098   { echo "$as_me:$LINENO: checking for GNU ld" >&5
6099 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
6100 else
6101   { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
6102 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
6103 fi
6104 if test "${lt_cv_path_LD+set}" = set; then
6105   echo $ECHO_N "(cached) $ECHO_C" >&6
6106 else
6107   if test -z "$LD"; then
6108   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6109   for ac_dir in $PATH; do
6110     IFS="$lt_save_ifs"
6111     test -z "$ac_dir" && ac_dir=.
6112     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
6113       lt_cv_path_LD="$ac_dir/$ac_prog"
6114       # Check to see if the program is GNU ld.  I'd rather use --version,
6115       # but apparently some variants of GNU ld only accept -v.
6116       # Break only if it was the GNU/non-GNU ld that we prefer.
6117       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6118       *GNU* | *'with BFD'*)
6119         test "$with_gnu_ld" != no && break
6120         ;;
6121       *)
6122         test "$with_gnu_ld" != yes && break
6123         ;;
6124       esac
6125     fi
6126   done
6127   IFS="$lt_save_ifs"
6128 else
6129   lt_cv_path_LD="$LD" # Let the user override the test with a path.
6130 fi
6131 fi
6132
6133 LD="$lt_cv_path_LD"
6134 if test -n "$LD"; then
6135   { echo "$as_me:$LINENO: result: $LD" >&5
6136 echo "${ECHO_T}$LD" >&6; }
6137 else
6138   { echo "$as_me:$LINENO: result: no" >&5
6139 echo "${ECHO_T}no" >&6; }
6140 fi
6141 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
6142 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
6143    { (exit 1); exit 1; }; }
6144 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
6145 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
6146 if test "${lt_cv_prog_gnu_ld+set}" = set; then
6147   echo $ECHO_N "(cached) $ECHO_C" >&6
6148 else
6149   # I'd rather use --version here, but apparently some GNU lds only accept -v.
6150 case `$LD -v 2>&1 </dev/null` in
6151 *GNU* | *'with BFD'*)
6152   lt_cv_prog_gnu_ld=yes
6153   ;;
6154 *)
6155   lt_cv_prog_gnu_ld=no
6156   ;;
6157 esac
6158 fi
6159 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
6160 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
6161 with_gnu_ld=$lt_cv_prog_gnu_ld
6162
6163
6164 { echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
6165 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
6166 if test "${lt_cv_ld_reload_flag+set}" = set; then
6167   echo $ECHO_N "(cached) $ECHO_C" >&6
6168 else
6169   lt_cv_ld_reload_flag='-r'
6170 fi
6171 { echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
6172 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
6173 reload_flag=$lt_cv_ld_reload_flag
6174 case $reload_flag in
6175 "" | " "*) ;;
6176 *) reload_flag=" $reload_flag" ;;
6177 esac
6178 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6179 case $host_os in
6180   darwin*)
6181     if test "$GCC" = yes; then
6182       reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
6183     else
6184       reload_cmds='$LD$reload_flag -o $output$reload_objs'
6185     fi
6186     ;;
6187 esac
6188
6189 { echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
6190 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
6191 if test "${lt_cv_path_NM+set}" = set; then
6192   echo $ECHO_N "(cached) $ECHO_C" >&6
6193 else
6194   if test -n "$NM"; then
6195   # Let the user override the test.
6196   lt_cv_path_NM="$NM"
6197 else
6198   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6199   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
6200     IFS="$lt_save_ifs"
6201     test -z "$ac_dir" && ac_dir=.
6202     tmp_nm="$ac_dir/${ac_tool_prefix}nm"
6203     if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6204       # Check to see if the nm accepts a BSD-compat flag.
6205       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6206       #   nm: unknown option "B" ignored
6207       # Tru64's nm complains that /dev/null is an invalid object file
6208       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6209       */dev/null* | *'Invalid file or object type'*)
6210         lt_cv_path_NM="$tmp_nm -B"
6211         break
6212         ;;
6213       *)
6214         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6215         */dev/null*)
6216           lt_cv_path_NM="$tmp_nm -p"
6217           break
6218           ;;
6219         *)
6220           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6221           continue # so that we can try to find one that supports BSD flags
6222           ;;
6223         esac
6224       esac
6225     fi
6226   done
6227   IFS="$lt_save_ifs"
6228   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
6229 fi
6230 fi
6231 { echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
6232 echo "${ECHO_T}$lt_cv_path_NM" >&6; }
6233 NM="$lt_cv_path_NM"
6234
6235 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6236 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6237 LN_S=$as_ln_s
6238 if test "$LN_S" = "ln -s"; then
6239   { echo "$as_me:$LINENO: result: yes" >&5
6240 echo "${ECHO_T}yes" >&6; }
6241 else
6242   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6243 echo "${ECHO_T}no, using $LN_S" >&6; }
6244 fi
6245
6246 { echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
6247 echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6; }
6248 if test "${lt_cv_deplibs_check_method+set}" = set; then
6249   echo $ECHO_N "(cached) $ECHO_C" >&6
6250 else
6251   lt_cv_file_magic_cmd='$MAGIC_CMD'
6252 lt_cv_file_magic_test_file=
6253 lt_cv_deplibs_check_method='unknown'
6254 # Need to set the preceding variable on all platforms that support
6255 # interlibrary dependencies.
6256 # 'none' -- dependencies not supported.
6257 # `unknown' -- same as none, but documents that we really don't know.
6258 # 'pass_all' -- all dependencies passed with no checks.
6259 # 'test_compile' -- check by making test program.
6260 # 'file_magic [[regex]]' -- check by looking for files in library path
6261 # which responds to the $file_magic_cmd with a given extended regex.
6262 # If you have `file' or equivalent on your system and you're not sure
6263 # whether `pass_all' will *always* work, you probably want this one.
6264
6265 case $host_os in
6266 aix4* | aix5*)
6267   lt_cv_deplibs_check_method=pass_all
6268   ;;
6269
6270 beos*)
6271   lt_cv_deplibs_check_method=pass_all
6272   ;;
6273
6274 bsdi[45]*)
6275   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6276   lt_cv_file_magic_cmd='/usr/bin/file -L'
6277   lt_cv_file_magic_test_file=/shlib/libc.so
6278   ;;
6279
6280 cygwin*)
6281   # func_win32_libid is a shell function defined in ltmain.sh
6282   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6283   lt_cv_file_magic_cmd='func_win32_libid'
6284   ;;
6285
6286 mingw* | pw32*)
6287   # Base MSYS/MinGW do not provide the 'file' command needed by
6288   # func_win32_libid shell function, so use a weaker test based on 'objdump'.
6289   lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6290   lt_cv_file_magic_cmd='$OBJDUMP -f'
6291   ;;
6292
6293 darwin* | rhapsody*)
6294   lt_cv_deplibs_check_method=pass_all
6295   ;;
6296
6297 freebsd* | kfreebsd*-gnu | dragonfly*)
6298   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
6299     case $host_cpu in
6300     i*86 )
6301       # Not sure whether the presence of OpenBSD here was a mistake.
6302       # Let's accept both of them until this is cleared up.
6303       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6304       lt_cv_file_magic_cmd=/usr/bin/file
6305       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6306       ;;
6307     esac
6308   else
6309     lt_cv_deplibs_check_method=pass_all
6310   fi
6311   ;;
6312
6313 gnu*)
6314   lt_cv_deplibs_check_method=pass_all
6315   ;;
6316
6317 hpux10.20* | hpux11*)
6318   lt_cv_file_magic_cmd=/usr/bin/file
6319   case $host_cpu in
6320   ia64*)
6321     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6322     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6323     ;;
6324   hppa*64*)
6325     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
6326     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6327     ;;
6328   *)
6329     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
6330     lt_cv_file_magic_test_file=/usr/lib/libc.sl
6331     ;;
6332   esac
6333   ;;
6334
6335 irix5* | irix6* | nonstopux*)
6336   case $LD in
6337   *-32|*"-32 ") libmagic=32-bit;;
6338   *-n32|*"-n32 ") libmagic=N32;;
6339   *-64|*"-64 ") libmagic=64-bit;;
6340   *) libmagic=never-match;;
6341   esac
6342   lt_cv_deplibs_check_method=pass_all
6343   ;;
6344
6345 # This must be Linux ELF.
6346 linux*)
6347   lt_cv_deplibs_check_method=pass_all
6348   ;;
6349
6350 netbsd*)
6351   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
6352     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6353   else
6354     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6355   fi
6356   ;;
6357
6358 newos6*)
6359   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6360   lt_cv_file_magic_cmd=/usr/bin/file
6361   lt_cv_file_magic_test_file=/usr/lib/libnls.so
6362   ;;
6363
6364 nto-qnx*)
6365   lt_cv_deplibs_check_method=unknown
6366   ;;
6367
6368 openbsd*)
6369   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6370     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6371   else
6372     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6373   fi
6374   ;;
6375
6376 osf3* | osf4* | osf5*)
6377   lt_cv_deplibs_check_method=pass_all
6378   ;;
6379
6380 sco3.2v5*)
6381   lt_cv_deplibs_check_method=pass_all
6382   ;;
6383
6384 solaris*)
6385   lt_cv_deplibs_check_method=pass_all
6386   ;;
6387
6388 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
6389   case $host_vendor in
6390   motorola)
6391     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
6392     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6393     ;;
6394   ncr)
6395     lt_cv_deplibs_check_method=pass_all
6396     ;;
6397   sequent)
6398     lt_cv_file_magic_cmd='/bin/file'
6399     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6400     ;;
6401   sni)
6402     lt_cv_file_magic_cmd='/bin/file'
6403     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6404     lt_cv_file_magic_test_file=/lib/libc.so
6405     ;;
6406   siemens)
6407     lt_cv_deplibs_check_method=pass_all
6408     ;;
6409   esac
6410   ;;
6411
6412 sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*)
6413   lt_cv_deplibs_check_method=pass_all
6414   ;;
6415 esac
6416
6417 fi
6418 { echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
6419 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
6420 file_magic_cmd=$lt_cv_file_magic_cmd
6421 deplibs_check_method=$lt_cv_deplibs_check_method
6422 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6423
6424
6425
6426
6427 # If no C compiler was specified, use CC.
6428 LTCC=${LTCC-"$CC"}
6429
6430 # Allow CC to be a program name with arguments.
6431 compiler=$CC
6432
6433
6434 # Check whether --enable-libtool-lock was given.
6435 if test "${enable_libtool_lock+set}" = set; then
6436   enableval=$enable_libtool_lock;
6437 fi
6438
6439 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6440
6441 # Some flags need to be propagated to the compiler or linker for good
6442 # libtool support.
6443 case $host in
6444 ia64-*-hpux*)
6445   # Find out which ABI we are using.
6446   echo 'int i;' > conftest.$ac_ext
6447   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6448   (eval $ac_compile) 2>&5
6449   ac_status=$?
6450   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6451   (exit $ac_status); }; then
6452     case `/usr/bin/file conftest.$ac_objext` in
6453     *ELF-32*)
6454       HPUX_IA64_MODE="32"
6455       ;;
6456     *ELF-64*)
6457       HPUX_IA64_MODE="64"
6458       ;;
6459     esac
6460   fi
6461   rm -rf conftest*
6462   ;;
6463 *-*-irix6*)
6464   # Find out which ABI we are using.
6465   echo '#line 6465 "configure"' > conftest.$ac_ext
6466   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6467   (eval $ac_compile) 2>&5
6468   ac_status=$?
6469   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6470   (exit $ac_status); }; then
6471    if test "$lt_cv_prog_gnu_ld" = yes; then
6472     case `/usr/bin/file conftest.$ac_objext` in
6473     *32-bit*)
6474       LD="${LD-ld} -melf32bsmip"
6475       ;;
6476     *N32*)
6477       LD="${LD-ld} -melf32bmipn32"
6478       ;;
6479     *64-bit*)
6480       LD="${LD-ld} -melf64bmip"
6481       ;;
6482     esac
6483    else
6484     case `/usr/bin/file conftest.$ac_objext` in
6485     *32-bit*)
6486       LD="${LD-ld} -32"
6487       ;;
6488     *N32*)
6489       LD="${LD-ld} -n32"
6490       ;;
6491     *64-bit*)
6492       LD="${LD-ld} -64"
6493       ;;
6494     esac
6495    fi
6496   fi
6497   rm -rf conftest*
6498   ;;
6499
6500 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
6501   # Find out which ABI we are using.
6502   echo 'int i;' > conftest.$ac_ext
6503   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6504   (eval $ac_compile) 2>&5
6505   ac_status=$?
6506   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6507   (exit $ac_status); }; then
6508     case `/usr/bin/file conftest.o` in
6509     *32-bit*)
6510       case $host in
6511         x86_64-*linux*)
6512           LD="${LD-ld} -m elf_i386"
6513           ;;
6514         ppc64-*linux*|powerpc64-*linux*)
6515           LD="${LD-ld} -m elf32ppclinux"
6516           ;;
6517         s390x-*linux*)
6518           LD="${LD-ld} -m elf_s390"
6519           ;;
6520         sparc64-*linux*)
6521           LD="${LD-ld} -m elf32_sparc"
6522           ;;
6523       esac
6524       ;;
6525     *64-bit*)
6526       case $host in
6527         x86_64-*linux*)
6528           LD="${LD-ld} -m elf_x86_64"
6529           ;;
6530         ppc*-*linux*|powerpc*-*linux*)
6531           LD="${LD-ld} -m elf64ppc"
6532           ;;
6533         s390*-*linux*)
6534           LD="${LD-ld} -m elf64_s390"
6535           ;;
6536         sparc*-*linux*)
6537           LD="${LD-ld} -m elf64_sparc"
6538           ;;
6539       esac
6540       ;;
6541     esac
6542   fi
6543   rm -rf conftest*
6544   ;;
6545
6546 *-*-sco3.2v5*)
6547   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6548   SAVE_CFLAGS="$CFLAGS"
6549   CFLAGS="$CFLAGS -belf"
6550   { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
6551 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
6552 if test "${lt_cv_cc_needs_belf+set}" = set; then
6553   echo $ECHO_N "(cached) $ECHO_C" >&6
6554 else
6555   ac_ext=c
6556 ac_cpp='$CPP $CPPFLAGS'
6557 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6558 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6559 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6560
6561      cat >conftest.$ac_ext <<_ACEOF
6562 /* confdefs.h.  */
6563 _ACEOF
6564 cat confdefs.h >>conftest.$ac_ext
6565 cat >>conftest.$ac_ext <<_ACEOF
6566 /* end confdefs.h.  */
6567
6568 int
6569 main ()
6570 {
6571
6572   ;
6573   return 0;
6574 }
6575 _ACEOF
6576 rm -f conftest.$ac_objext conftest$ac_exeext
6577 if { (ac_try="$ac_link"
6578 case "(($ac_try" in
6579   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6580   *) ac_try_echo=$ac_try;;
6581 esac
6582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6583   (eval "$ac_link") 2>conftest.er1
6584   ac_status=$?
6585   grep -v '^ *+' conftest.er1 >conftest.err
6586   rm -f conftest.er1
6587   cat conftest.err >&5
6588   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6589   (exit $ac_status); } && {
6590          test -z "$ac_c_werror_flag" ||
6591          test ! -s conftest.err
6592        } && test -s conftest$ac_exeext &&
6593        $as_test_x conftest$ac_exeext; then
6594   lt_cv_cc_needs_belf=yes
6595 else
6596   echo "$as_me: failed program was:" >&5
6597 sed 's/^/| /' conftest.$ac_ext >&5
6598
6599         lt_cv_cc_needs_belf=no
6600 fi
6601
6602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6603       conftest$ac_exeext conftest.$ac_ext
6604      ac_ext=c
6605 ac_cpp='$CPP $CPPFLAGS'
6606 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6607 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6608 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6609
6610 fi
6611 { echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
6612 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
6613   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6614     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6615     CFLAGS="$SAVE_CFLAGS"
6616   fi
6617   ;;
6618 *-*-cygwin* | *-*-mingw* | *-*-pw32*)
6619   if test -n "$ac_tool_prefix"; then
6620   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6621 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6622 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6623 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6624 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6625   echo $ECHO_N "(cached) $ECHO_C" >&6
6626 else
6627   if test -n "$DLLTOOL"; then
6628   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6629 else
6630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6631 for as_dir in $PATH
6632 do
6633   IFS=$as_save_IFS
6634   test -z "$as_dir" && as_dir=.
6635   for ac_exec_ext in '' $ac_executable_extensions; do
6636   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6637     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6638     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6639     break 2
6640   fi
6641 done
6642 done
6643 IFS=$as_save_IFS
6644
6645 fi
6646 fi
6647 DLLTOOL=$ac_cv_prog_DLLTOOL
6648 if test -n "$DLLTOOL"; then
6649   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
6650 echo "${ECHO_T}$DLLTOOL" >&6; }
6651 else
6652   { echo "$as_me:$LINENO: result: no" >&5
6653 echo "${ECHO_T}no" >&6; }
6654 fi
6655
6656
6657 fi
6658 if test -z "$ac_cv_prog_DLLTOOL"; then
6659   ac_ct_DLLTOOL=$DLLTOOL
6660   # Extract the first word of "dlltool", so it can be a program name with args.
6661 set dummy dlltool; ac_word=$2
6662 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6663 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6664 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
6665   echo $ECHO_N "(cached) $ECHO_C" >&6
6666 else
6667   if test -n "$ac_ct_DLLTOOL"; then
6668   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6669 else
6670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6671 for as_dir in $PATH
6672 do
6673   IFS=$as_save_IFS
6674   test -z "$as_dir" && as_dir=.
6675   for ac_exec_ext in '' $ac_executable_extensions; do
6676   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6677     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6678     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6679     break 2
6680   fi
6681 done
6682 done
6683 IFS=$as_save_IFS
6684
6685 fi
6686 fi
6687 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6688 if test -n "$ac_ct_DLLTOOL"; then
6689   { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
6690 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
6691 else
6692   { echo "$as_me:$LINENO: result: no" >&5
6693 echo "${ECHO_T}no" >&6; }
6694 fi
6695
6696   if test "x$ac_ct_DLLTOOL" = x; then
6697     DLLTOOL="false"
6698   else
6699     case $cross_compiling:$ac_tool_warned in
6700 yes:)
6701 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6702 whose name does not start with the host triplet.  If you think this
6703 configuration is useful to you, please write to autoconf@gnu.org." >&5
6704 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6705 whose name does not start with the host triplet.  If you think this
6706 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6707 ac_tool_warned=yes ;;
6708 esac
6709     DLLTOOL=$ac_ct_DLLTOOL
6710   fi
6711 else
6712   DLLTOOL="$ac_cv_prog_DLLTOOL"
6713 fi
6714
6715   if test -n "$ac_tool_prefix"; then
6716   # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
6717 set dummy ${ac_tool_prefix}as; ac_word=$2
6718 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6719 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6720 if test "${ac_cv_prog_AS+set}" = set; then
6721   echo $ECHO_N "(cached) $ECHO_C" >&6
6722 else
6723   if test -n "$AS"; then
6724   ac_cv_prog_AS="$AS" # Let the user override the test.
6725 else
6726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6727 for as_dir in $PATH
6728 do
6729   IFS=$as_save_IFS
6730   test -z "$as_dir" && as_dir=.
6731   for ac_exec_ext in '' $ac_executable_extensions; do
6732   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6733     ac_cv_prog_AS="${ac_tool_prefix}as"
6734     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6735     break 2
6736   fi
6737 done
6738 done
6739 IFS=$as_save_IFS
6740
6741 fi
6742 fi
6743 AS=$ac_cv_prog_AS
6744 if test -n "$AS"; then
6745   { echo "$as_me:$LINENO: result: $AS" >&5
6746 echo "${ECHO_T}$AS" >&6; }
6747 else
6748   { echo "$as_me:$LINENO: result: no" >&5
6749 echo "${ECHO_T}no" >&6; }
6750 fi
6751
6752
6753 fi
6754 if test -z "$ac_cv_prog_AS"; then
6755   ac_ct_AS=$AS
6756   # Extract the first word of "as", so it can be a program name with args.
6757 set dummy as; ac_word=$2
6758 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6759 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6760 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
6761   echo $ECHO_N "(cached) $ECHO_C" >&6
6762 else
6763   if test -n "$ac_ct_AS"; then
6764   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
6765 else
6766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6767 for as_dir in $PATH
6768 do
6769   IFS=$as_save_IFS
6770   test -z "$as_dir" && as_dir=.
6771   for ac_exec_ext in '' $ac_executable_extensions; do
6772   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6773     ac_cv_prog_ac_ct_AS="as"
6774     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6775     break 2
6776   fi
6777 done
6778 done
6779 IFS=$as_save_IFS
6780
6781 fi
6782 fi
6783 ac_ct_AS=$ac_cv_prog_ac_ct_AS
6784 if test -n "$ac_ct_AS"; then
6785   { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
6786 echo "${ECHO_T}$ac_ct_AS" >&6; }
6787 else
6788   { echo "$as_me:$LINENO: result: no" >&5
6789 echo "${ECHO_T}no" >&6; }
6790 fi
6791
6792   if test "x$ac_ct_AS" = x; then
6793     AS="false"
6794   else
6795     case $cross_compiling:$ac_tool_warned in
6796 yes:)
6797 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6798 whose name does not start with the host triplet.  If you think this
6799 configuration is useful to you, please write to autoconf@gnu.org." >&5
6800 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6801 whose name does not start with the host triplet.  If you think this
6802 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6803 ac_tool_warned=yes ;;
6804 esac
6805     AS=$ac_ct_AS
6806   fi
6807 else
6808   AS="$ac_cv_prog_AS"
6809 fi
6810
6811   if test -n "$ac_tool_prefix"; then
6812   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6813 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6814 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6815 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6816 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
6817   echo $ECHO_N "(cached) $ECHO_C" >&6
6818 else
6819   if test -n "$OBJDUMP"; then
6820   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6821 else
6822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6823 for as_dir in $PATH
6824 do
6825   IFS=$as_save_IFS
6826   test -z "$as_dir" && as_dir=.
6827   for ac_exec_ext in '' $ac_executable_extensions; do
6828   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6829     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6830     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6831     break 2
6832   fi
6833 done
6834 done
6835 IFS=$as_save_IFS
6836
6837 fi
6838 fi
6839 OBJDUMP=$ac_cv_prog_OBJDUMP
6840 if test -n "$OBJDUMP"; then
6841   { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
6842 echo "${ECHO_T}$OBJDUMP" >&6; }
6843 else
6844   { echo "$as_me:$LINENO: result: no" >&5
6845 echo "${ECHO_T}no" >&6; }
6846 fi
6847
6848
6849 fi
6850 if test -z "$ac_cv_prog_OBJDUMP"; then
6851   ac_ct_OBJDUMP=$OBJDUMP
6852   # Extract the first word of "objdump", so it can be a program name with args.
6853 set dummy objdump; ac_word=$2
6854 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6855 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6856 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
6857   echo $ECHO_N "(cached) $ECHO_C" >&6
6858 else
6859   if test -n "$ac_ct_OBJDUMP"; then
6860   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6861 else
6862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6863 for as_dir in $PATH
6864 do
6865   IFS=$as_save_IFS
6866   test -z "$as_dir" && as_dir=.
6867   for ac_exec_ext in '' $ac_executable_extensions; do
6868   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6869     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6870     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6871     break 2
6872   fi
6873 done
6874 done
6875 IFS=$as_save_IFS
6876
6877 fi
6878 fi
6879 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6880 if test -n "$ac_ct_OBJDUMP"; then
6881   { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
6882 echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
6883 else
6884   { echo "$as_me:$LINENO: result: no" >&5
6885 echo "${ECHO_T}no" >&6; }
6886 fi
6887
6888   if test "x$ac_ct_OBJDUMP" = x; then
6889     OBJDUMP="false"
6890   else
6891     case $cross_compiling:$ac_tool_warned in
6892 yes:)
6893 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6894 whose name does not start with the host triplet.  If you think this
6895 configuration is useful to you, please write to autoconf@gnu.org." >&5
6896 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6897 whose name does not start with the host triplet.  If you think this
6898 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6899 ac_tool_warned=yes ;;
6900 esac
6901     OBJDUMP=$ac_ct_OBJDUMP
6902   fi
6903 else
6904   OBJDUMP="$ac_cv_prog_OBJDUMP"
6905 fi
6906
6907   ;;
6908
6909 esac
6910
6911 need_locks="$enable_libtool_lock"
6912
6913
6914 ac_ext=c
6915 ac_cpp='$CPP $CPPFLAGS'
6916 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6917 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6918 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6919 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6920 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
6921 # On Suns, sometimes $CPP names a directory.
6922 if test -n "$CPP" && test -d "$CPP"; then
6923   CPP=
6924 fi
6925 if test -z "$CPP"; then
6926   if test "${ac_cv_prog_CPP+set}" = set; then
6927   echo $ECHO_N "(cached) $ECHO_C" >&6
6928 else
6929       # Double quotes because CPP needs to be expanded
6930     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6931     do
6932       ac_preproc_ok=false
6933 for ac_c_preproc_warn_flag in '' yes
6934 do
6935   # Use a header file that comes with gcc, so configuring glibc
6936   # with a fresh cross-compiler works.
6937   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6938   # <limits.h> exists even on freestanding compilers.
6939   # On the NeXT, cc -E runs the code through the compiler's parser,
6940   # not just through cpp. "Syntax error" is here to catch this case.
6941   cat >conftest.$ac_ext <<_ACEOF
6942 /* confdefs.h.  */
6943 _ACEOF
6944 cat confdefs.h >>conftest.$ac_ext
6945 cat >>conftest.$ac_ext <<_ACEOF
6946 /* end confdefs.h.  */
6947 #ifdef __STDC__
6948 # include <limits.h>
6949 #else
6950 # include <assert.h>
6951 #endif
6952                      Syntax error
6953 _ACEOF
6954 if { (ac_try="$ac_cpp conftest.$ac_ext"
6955 case "(($ac_try" in
6956   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6957   *) ac_try_echo=$ac_try;;
6958 esac
6959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6960   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6961   ac_status=$?
6962   grep -v '^ *+' conftest.er1 >conftest.err
6963   rm -f conftest.er1
6964   cat conftest.err >&5
6965   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6966   (exit $ac_status); } >/dev/null && {
6967          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6968          test ! -s conftest.err
6969        }; then
6970   :
6971 else
6972   echo "$as_me: failed program was:" >&5
6973 sed 's/^/| /' conftest.$ac_ext >&5
6974
6975   # Broken: fails on valid input.
6976 continue
6977 fi
6978
6979 rm -f conftest.err conftest.$ac_ext
6980
6981   # OK, works on sane cases.  Now check whether nonexistent headers
6982   # can be detected and how.
6983   cat >conftest.$ac_ext <<_ACEOF
6984 /* confdefs.h.  */
6985 _ACEOF
6986 cat confdefs.h >>conftest.$ac_ext
6987 cat >>conftest.$ac_ext <<_ACEOF
6988 /* end confdefs.h.  */
6989 #include <ac_nonexistent.h>
6990 _ACEOF
6991 if { (ac_try="$ac_cpp conftest.$ac_ext"
6992 case "(($ac_try" in
6993   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6994   *) ac_try_echo=$ac_try;;
6995 esac
6996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6997   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6998   ac_status=$?
6999   grep -v '^ *+' conftest.er1 >conftest.err
7000   rm -f conftest.er1
7001   cat conftest.err >&5
7002   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7003   (exit $ac_status); } >/dev/null && {
7004          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7005          test ! -s conftest.err
7006        }; then
7007   # Broken: success on invalid input.
7008 continue
7009 else
7010   echo "$as_me: failed program was:" >&5
7011 sed 's/^/| /' conftest.$ac_ext >&5
7012
7013   # Passes both tests.
7014 ac_preproc_ok=:
7015 break
7016 fi
7017
7018 rm -f conftest.err conftest.$ac_ext
7019
7020 done
7021 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7022 rm -f conftest.err conftest.$ac_ext
7023 if $ac_preproc_ok; then
7024   break
7025 fi
7026
7027     done
7028     ac_cv_prog_CPP=$CPP
7029
7030 fi
7031   CPP=$ac_cv_prog_CPP
7032 else
7033   ac_cv_prog_CPP=$CPP
7034 fi
7035 { echo "$as_me:$LINENO: result: $CPP" >&5
7036 echo "${ECHO_T}$CPP" >&6; }
7037 ac_preproc_ok=false
7038 for ac_c_preproc_warn_flag in '' yes
7039 do
7040   # Use a header file that comes with gcc, so configuring glibc
7041   # with a fresh cross-compiler works.
7042   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7043   # <limits.h> exists even on freestanding compilers.
7044   # On the NeXT, cc -E runs the code through the compiler's parser,
7045   # not just through cpp. "Syntax error" is here to catch this case.
7046   cat >conftest.$ac_ext <<_ACEOF
7047 /* confdefs.h.  */
7048 _ACEOF
7049 cat confdefs.h >>conftest.$ac_ext
7050 cat >>conftest.$ac_ext <<_ACEOF
7051 /* end confdefs.h.  */
7052 #ifdef __STDC__
7053 # include <limits.h>
7054 #else
7055 # include <assert.h>
7056 #endif
7057                      Syntax error
7058 _ACEOF
7059 if { (ac_try="$ac_cpp conftest.$ac_ext"
7060 case "(($ac_try" in
7061   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7062   *) ac_try_echo=$ac_try;;
7063 esac
7064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7065   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7066   ac_status=$?
7067   grep -v '^ *+' conftest.er1 >conftest.err
7068   rm -f conftest.er1
7069   cat conftest.err >&5
7070   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7071   (exit $ac_status); } >/dev/null && {
7072          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7073          test ! -s conftest.err
7074        }; then
7075   :
7076 else
7077   echo "$as_me: failed program was:" >&5
7078 sed 's/^/| /' conftest.$ac_ext >&5
7079
7080   # Broken: fails on valid input.
7081 continue
7082 fi
7083
7084 rm -f conftest.err conftest.$ac_ext
7085
7086   # OK, works on sane cases.  Now check whether nonexistent headers
7087   # can be detected and how.
7088   cat >conftest.$ac_ext <<_ACEOF
7089 /* confdefs.h.  */
7090 _ACEOF
7091 cat confdefs.h >>conftest.$ac_ext
7092 cat >>conftest.$ac_ext <<_ACEOF
7093 /* end confdefs.h.  */
7094 #include <ac_nonexistent.h>
7095 _ACEOF
7096 if { (ac_try="$ac_cpp conftest.$ac_ext"
7097 case "(($ac_try" in
7098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7099   *) ac_try_echo=$ac_try;;
7100 esac
7101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7102   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7103   ac_status=$?
7104   grep -v '^ *+' conftest.er1 >conftest.err
7105   rm -f conftest.er1
7106   cat conftest.err >&5
7107   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7108   (exit $ac_status); } >/dev/null && {
7109          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7110          test ! -s conftest.err
7111        }; then
7112   # Broken: success on invalid input.
7113 continue
7114 else
7115   echo "$as_me: failed program was:" >&5
7116 sed 's/^/| /' conftest.$ac_ext >&5
7117
7118   # Passes both tests.
7119 ac_preproc_ok=:
7120 break
7121 fi
7122
7123 rm -f conftest.err conftest.$ac_ext
7124
7125 done
7126 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7127 rm -f conftest.err conftest.$ac_ext
7128 if $ac_preproc_ok; then
7129   :
7130 else
7131   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
7132 See \`config.log' for more details." >&5
7133 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
7134 See \`config.log' for more details." >&2;}
7135    { (exit 1); exit 1; }; }
7136 fi
7137
7138 ac_ext=c
7139 ac_cpp='$CPP $CPPFLAGS'
7140 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7141 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7142 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7143
7144
7145 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7146 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
7147 if test "${ac_cv_header_stdc+set}" = set; then
7148   echo $ECHO_N "(cached) $ECHO_C" >&6
7149 else
7150   cat >conftest.$ac_ext <<_ACEOF
7151 /* confdefs.h.  */
7152 _ACEOF
7153 cat confdefs.h >>conftest.$ac_ext
7154 cat >>conftest.$ac_ext <<_ACEOF
7155 /* end confdefs.h.  */
7156 #include <stdlib.h>
7157 #include <stdarg.h>
7158 #include <string.h>
7159 #include <float.h>
7160
7161 int
7162 main ()
7163 {
7164
7165   ;
7166   return 0;
7167 }
7168 _ACEOF
7169 rm -f conftest.$ac_objext
7170 if { (ac_try="$ac_compile"
7171 case "(($ac_try" in
7172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7173   *) ac_try_echo=$ac_try;;
7174 esac
7175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7176   (eval "$ac_compile") 2>conftest.er1
7177   ac_status=$?
7178   grep -v '^ *+' conftest.er1 >conftest.err
7179   rm -f conftest.er1
7180   cat conftest.err >&5
7181   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7182   (exit $ac_status); } && {
7183          test -z "$ac_c_werror_flag" ||
7184          test ! -s conftest.err
7185        } && test -s conftest.$ac_objext; then
7186   ac_cv_header_stdc=yes
7187 else
7188   echo "$as_me: failed program was:" >&5
7189 sed 's/^/| /' conftest.$ac_ext >&5
7190
7191         ac_cv_header_stdc=no
7192 fi
7193
7194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7195
7196 if test $ac_cv_header_stdc = yes; then
7197   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7198   cat >conftest.$ac_ext <<_ACEOF
7199 /* confdefs.h.  */
7200 _ACEOF
7201 cat confdefs.h >>conftest.$ac_ext
7202 cat >>conftest.$ac_ext <<_ACEOF
7203 /* end confdefs.h.  */
7204 #include <string.h>
7205
7206 _ACEOF
7207 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7208   $EGREP "memchr" >/dev/null 2>&1; then
7209   :
7210 else
7211   ac_cv_header_stdc=no
7212 fi
7213 rm -f conftest*
7214
7215 fi
7216
7217 if test $ac_cv_header_stdc = yes; then
7218   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7219   cat >conftest.$ac_ext <<_ACEOF
7220 /* confdefs.h.  */
7221 _ACEOF
7222 cat confdefs.h >>conftest.$ac_ext
7223 cat >>conftest.$ac_ext <<_ACEOF
7224 /* end confdefs.h.  */
7225 #include <stdlib.h>
7226
7227 _ACEOF
7228 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7229   $EGREP "free" >/dev/null 2>&1; then
7230   :
7231 else
7232   ac_cv_header_stdc=no
7233 fi
7234 rm -f conftest*
7235
7236 fi
7237
7238 if test $ac_cv_header_stdc = yes; then
7239   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7240   if test "$cross_compiling" = yes; then
7241   :
7242 else
7243   cat >conftest.$ac_ext <<_ACEOF
7244 /* confdefs.h.  */
7245 _ACEOF
7246 cat confdefs.h >>conftest.$ac_ext
7247 cat >>conftest.$ac_ext <<_ACEOF
7248 /* end confdefs.h.  */
7249 #include <ctype.h>
7250 #include <stdlib.h>
7251 #if ((' ' & 0x0FF) == 0x020)
7252 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7253 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7254 #else
7255 # define ISLOWER(c) \
7256                    (('a' <= (c) && (c) <= 'i') \
7257                      || ('j' <= (c) && (c) <= 'r') \
7258                      || ('s' <= (c) && (c) <= 'z'))
7259 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7260 #endif
7261
7262 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7263 int
7264 main ()
7265 {
7266   int i;
7267   for (i = 0; i < 256; i++)
7268     if (XOR (islower (i), ISLOWER (i))
7269         || toupper (i) != TOUPPER (i))
7270       return 2;
7271   return 0;
7272 }
7273 _ACEOF
7274 rm -f conftest$ac_exeext
7275 if { (ac_try="$ac_link"
7276 case "(($ac_try" in
7277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7278   *) ac_try_echo=$ac_try;;
7279 esac
7280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7281   (eval "$ac_link") 2>&5
7282   ac_status=$?
7283   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7284   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7285   { (case "(($ac_try" in
7286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7287   *) ac_try_echo=$ac_try;;
7288 esac
7289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7290   (eval "$ac_try") 2>&5
7291   ac_status=$?
7292   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7293   (exit $ac_status); }; }; then
7294   :
7295 else
7296   echo "$as_me: program exited with status $ac_status" >&5
7297 echo "$as_me: failed program was:" >&5
7298 sed 's/^/| /' conftest.$ac_ext >&5
7299
7300 ( exit $ac_status )
7301 ac_cv_header_stdc=no
7302 fi
7303 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7304 fi
7305
7306
7307 fi
7308 fi
7309 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7310 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7311 if test $ac_cv_header_stdc = yes; then
7312
7313 cat >>confdefs.h <<\_ACEOF
7314 #define STDC_HEADERS 1
7315 _ACEOF
7316
7317 fi
7318
7319 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7330                   inttypes.h stdint.h unistd.h
7331 do
7332 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7333 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7334 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7335 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7336   echo $ECHO_N "(cached) $ECHO_C" >&6
7337 else
7338   cat >conftest.$ac_ext <<_ACEOF
7339 /* confdefs.h.  */
7340 _ACEOF
7341 cat confdefs.h >>conftest.$ac_ext
7342 cat >>conftest.$ac_ext <<_ACEOF
7343 /* end confdefs.h.  */
7344 $ac_includes_default
7345
7346 #include <$ac_header>
7347 _ACEOF
7348 rm -f conftest.$ac_objext
7349 if { (ac_try="$ac_compile"
7350 case "(($ac_try" in
7351   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7352   *) ac_try_echo=$ac_try;;
7353 esac
7354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7355   (eval "$ac_compile") 2>conftest.er1
7356   ac_status=$?
7357   grep -v '^ *+' conftest.er1 >conftest.err
7358   rm -f conftest.er1
7359   cat conftest.err >&5
7360   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7361   (exit $ac_status); } && {
7362          test -z "$ac_c_werror_flag" ||
7363          test ! -s conftest.err
7364        } && test -s conftest.$ac_objext; then
7365   eval "$as_ac_Header=yes"
7366 else
7367   echo "$as_me: failed program was:" >&5
7368 sed 's/^/| /' conftest.$ac_ext >&5
7369
7370         eval "$as_ac_Header=no"
7371 fi
7372
7373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7374 fi
7375 ac_res=`eval echo '${'$as_ac_Header'}'`
7376                { echo "$as_me:$LINENO: result: $ac_res" >&5
7377 echo "${ECHO_T}$ac_res" >&6; }
7378 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7379   cat >>confdefs.h <<_ACEOF
7380 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7381 _ACEOF
7382
7383 fi
7384
7385 done
7386
7387
7388
7389 for ac_header in dlfcn.h
7390 do
7391 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7392 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7393   { echo "$as_me:$LINENO: checking for $ac_header" >&5
7394 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7395 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7396   echo $ECHO_N "(cached) $ECHO_C" >&6
7397 fi
7398 ac_res=`eval echo '${'$as_ac_Header'}'`
7399                { echo "$as_me:$LINENO: result: $ac_res" >&5
7400 echo "${ECHO_T}$ac_res" >&6; }
7401 else
7402   # Is the header compilable?
7403 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7404 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7405 cat >conftest.$ac_ext <<_ACEOF
7406 /* confdefs.h.  */
7407 _ACEOF
7408 cat confdefs.h >>conftest.$ac_ext
7409 cat >>conftest.$ac_ext <<_ACEOF
7410 /* end confdefs.h.  */
7411 $ac_includes_default
7412 #include <$ac_header>
7413 _ACEOF
7414 rm -f conftest.$ac_objext
7415 if { (ac_try="$ac_compile"
7416 case "(($ac_try" in
7417   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7418   *) ac_try_echo=$ac_try;;
7419 esac
7420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7421   (eval "$ac_compile") 2>conftest.er1
7422   ac_status=$?
7423   grep -v '^ *+' conftest.er1 >conftest.err
7424   rm -f conftest.er1
7425   cat conftest.err >&5
7426   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7427   (exit $ac_status); } && {
7428          test -z "$ac_c_werror_flag" ||
7429          test ! -s conftest.err
7430        } && test -s conftest.$ac_objext; then
7431   ac_header_compiler=yes
7432 else
7433   echo "$as_me: failed program was:" >&5
7434 sed 's/^/| /' conftest.$ac_ext >&5
7435
7436         ac_header_compiler=no
7437 fi
7438
7439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7440 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7441 echo "${ECHO_T}$ac_header_compiler" >&6; }
7442
7443 # Is the header present?
7444 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7445 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7446 cat >conftest.$ac_ext <<_ACEOF
7447 /* confdefs.h.  */
7448 _ACEOF
7449 cat confdefs.h >>conftest.$ac_ext
7450 cat >>conftest.$ac_ext <<_ACEOF
7451 /* end confdefs.h.  */
7452 #include <$ac_header>
7453 _ACEOF
7454 if { (ac_try="$ac_cpp conftest.$ac_ext"
7455 case "(($ac_try" in
7456   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7457   *) ac_try_echo=$ac_try;;
7458 esac
7459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7460   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7461   ac_status=$?
7462   grep -v '^ *+' conftest.er1 >conftest.err
7463   rm -f conftest.er1
7464   cat conftest.err >&5
7465   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7466   (exit $ac_status); } >/dev/null && {
7467          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7468          test ! -s conftest.err
7469        }; then
7470   ac_header_preproc=yes
7471 else
7472   echo "$as_me: failed program was:" >&5
7473 sed 's/^/| /' conftest.$ac_ext >&5
7474
7475   ac_header_preproc=no
7476 fi
7477
7478 rm -f conftest.err conftest.$ac_ext
7479 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7480 echo "${ECHO_T}$ac_header_preproc" >&6; }
7481
7482 # So?  What about this header?
7483 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7484   yes:no: )
7485     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7486 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7487     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7488 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7489     ac_header_preproc=yes
7490     ;;
7491   no:yes:* )
7492     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7493 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7494     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7495 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7496     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7497 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7498     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7499 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7500     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7501 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7502     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7503 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7504     ( cat <<\_ASBOX
7505 ## --------------------------------------------- ##
7506 ## Report this to <http://www.openldap.org/its/> ##
7507 ## --------------------------------------------- ##
7508 _ASBOX
7509      ) | sed "s/^/$as_me: WARNING:     /" >&2
7510     ;;
7511 esac
7512 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7513 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7514 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7515   echo $ECHO_N "(cached) $ECHO_C" >&6
7516 else
7517   eval "$as_ac_Header=\$ac_header_preproc"
7518 fi
7519 ac_res=`eval echo '${'$as_ac_Header'}'`
7520                { echo "$as_me:$LINENO: result: $ac_res" >&5
7521 echo "${ECHO_T}$ac_res" >&6; }
7522
7523 fi
7524 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7525   cat >>confdefs.h <<_ACEOF
7526 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7527 _ACEOF
7528
7529 fi
7530
7531 done
7532
7533
7534 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
7535
7536 # find the maximum length of command line arguments
7537 { echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
7538 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
7539 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
7540   echo $ECHO_N "(cached) $ECHO_C" >&6
7541 else
7542     i=0
7543   teststring="ABCD"
7544
7545   case $build_os in
7546   msdosdjgpp*)
7547     # On DJGPP, this test can blow up pretty badly due to problems in libc
7548     # (any single argument exceeding 2000 bytes causes a buffer overrun
7549     # during glob expansion).  Even if it were fixed, the result of this
7550     # check would be larger than it should be.
7551     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
7552     ;;
7553
7554   gnu*)
7555     # Under GNU Hurd, this test is not required because there is
7556     # no limit to the length of command line arguments.
7557     # Libtool will interpret -1 as no limit whatsoever
7558     lt_cv_sys_max_cmd_len=-1;
7559     ;;
7560
7561   cygwin* | mingw*)
7562     # On Win9x/ME, this test blows up -- it succeeds, but takes
7563     # about 5 minutes as the teststring grows exponentially.
7564     # Worse, since 9x/ME are not pre-emptively multitasking,
7565     # you end up with a "frozen" computer, even though with patience
7566     # the test eventually succeeds (with a max line length of 256k).
7567     # Instead, let's just punt: use the minimum linelength reported by
7568     # all of the supported platforms: 8192 (on NT/2K/XP).
7569     lt_cv_sys_max_cmd_len=8192;
7570     ;;
7571
7572   amigaos*)
7573     # On AmigaOS with pdksh, this test takes hours, literally.
7574     # So we just punt and use a minimum line length of 8192.
7575     lt_cv_sys_max_cmd_len=8192;
7576     ;;
7577
7578   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
7579     # This has been around since 386BSD, at least.  Likely further.
7580     if test -x /sbin/sysctl; then
7581       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
7582     elif test -x /usr/sbin/sysctl; then
7583       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
7584     else
7585       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
7586     fi
7587     # And add a safety zone
7588     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
7589     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
7590     ;;
7591   osf*)
7592     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
7593     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
7594     # nice to cause kernel panics so lets avoid the loop below.
7595     # First set a reasonable default.
7596     lt_cv_sys_max_cmd_len=16384
7597     #
7598     if test -x /sbin/sysconfig; then
7599       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
7600         *1*) lt_cv_sys_max_cmd_len=-1 ;;
7601       esac
7602     fi
7603     ;;
7604   *)
7605     # If test is not a shell built-in, we'll probably end up computing a
7606     # maximum length that is only half of the actual maximum length, but
7607     # we can't tell.
7608     SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
7609     while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
7610                = "XX$teststring") >/dev/null 2>&1 &&
7611             new_result=`expr "X$teststring" : ".*" 2>&1` &&
7612             lt_cv_sys_max_cmd_len=$new_result &&
7613             test $i != 17 # 1/2 MB should be enough
7614     do
7615       i=`expr $i + 1`
7616       teststring=$teststring$teststring
7617     done
7618     teststring=
7619     # Add a significant safety factor because C++ compilers can tack on massive
7620     # amounts of additional arguments before passing them to the linker.
7621     # It appears as though 1/2 is a usable value.
7622     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
7623     ;;
7624   esac
7625
7626 fi
7627
7628 if test -n $lt_cv_sys_max_cmd_len ; then
7629   { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
7630 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
7631 else
7632   { echo "$as_me:$LINENO: result: none" >&5
7633 echo "${ECHO_T}none" >&6; }
7634 fi
7635
7636
7637
7638
7639 # Check for command to grab the raw symbol name followed by C symbol from nm.
7640 { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
7641 echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
7642 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
7643   echo $ECHO_N "(cached) $ECHO_C" >&6
7644 else
7645
7646 # These are sane defaults that work on at least a few old systems.
7647 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
7648
7649 # Character class describing NM global symbol codes.
7650 symcode='[BCDEGRST]'
7651
7652 # Regexp to match symbols that can be accessed directly from C.
7653 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7654
7655 # Transform an extracted symbol line into a proper C declaration
7656 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
7657
7658 # Transform an extracted symbol line into symbol name and symbol address
7659 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
7660
7661 # Define system-specific variables.
7662 case $host_os in
7663 aix*)
7664   symcode='[BCDT]'
7665   ;;
7666 cygwin* | mingw* | pw32*)
7667   symcode='[ABCDGISTW]'
7668   ;;
7669 hpux*) # Its linker distinguishes data from code symbols
7670   if test "$host_cpu" = ia64; then
7671     symcode='[ABCDEGRST]'
7672   fi
7673   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7674   lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
7675   ;;
7676 linux*)
7677   if test "$host_cpu" = ia64; then
7678     symcode='[ABCDGIRSTW]'
7679     lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7680     lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
7681   fi
7682   ;;
7683 irix* | nonstopux*)
7684   symcode='[BCDEGRST]'
7685   ;;
7686 osf*)
7687   symcode='[BCDEGQRST]'
7688   ;;
7689 solaris* | sysv5*)
7690   symcode='[BDRT]'
7691   ;;
7692 sysv4)
7693   symcode='[DFNSTU]'
7694   ;;
7695 esac
7696
7697 # Handle CRLF in mingw tool chain
7698 opt_cr=
7699 case $build_os in
7700 mingw*)
7701   opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7702   ;;
7703 esac
7704
7705 # If we're using GNU nm, then use its standard symbol codes.
7706 case `$NM -V 2>&1` in
7707 *GNU* | *'with BFD'*)
7708   symcode='[ABCDGIRSTW]' ;;
7709 esac
7710
7711 # Try without a prefix undercore, then with it.
7712 for ac_symprfx in "" "_"; do
7713
7714   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7715   symxfrm="\\1 $ac_symprfx\\2 \\2"
7716
7717   # Write the raw and C identifiers.
7718   lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[       ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7719
7720   # Check to see that the pipe works correctly.
7721   pipe_works=no
7722
7723   rm -f conftest*
7724   cat > conftest.$ac_ext <<EOF
7725 #ifdef __cplusplus
7726 extern "C" {
7727 #endif
7728 char nm_test_var;
7729 void nm_test_func(){}
7730 #ifdef __cplusplus
7731 }
7732 #endif
7733 int main(){nm_test_var='a';nm_test_func();return(0);}
7734 EOF
7735
7736   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7737   (eval $ac_compile) 2>&5
7738   ac_status=$?
7739   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7740   (exit $ac_status); }; then
7741     # Now try to grab the symbols.
7742     nlist=conftest.nm
7743     if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
7744   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
7745   ac_status=$?
7746   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7747   (exit $ac_status); } && test -s "$nlist"; then
7748       # Try sorting and uniquifying the output.
7749       if sort "$nlist" | uniq > "$nlist"T; then
7750         mv -f "$nlist"T "$nlist"
7751       else
7752         rm -f "$nlist"T
7753       fi
7754
7755       # Make sure that we snagged all the symbols we need.
7756       if grep ' nm_test_var$' "$nlist" >/dev/null; then
7757         if grep ' nm_test_func$' "$nlist" >/dev/null; then
7758           cat <<EOF > conftest.$ac_ext
7759 #ifdef __cplusplus
7760 extern "C" {
7761 #endif
7762
7763 EOF
7764           # Now generate the symbol file.
7765           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
7766
7767           cat <<EOF >> conftest.$ac_ext
7768 #if defined (__STDC__) && __STDC__
7769 # define lt_ptr_t void *
7770 #else
7771 # define lt_ptr_t char *
7772 # define const
7773 #endif
7774
7775 /* The mapping between symbol names and symbols. */
7776 const struct {
7777   const char *name;
7778   lt_ptr_t address;
7779 }
7780 lt_preloaded_symbols[] =
7781 {
7782 EOF
7783           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
7784           cat <<\EOF >> conftest.$ac_ext
7785   {0, (lt_ptr_t) 0}
7786 };
7787
7788 #ifdef __cplusplus
7789 }
7790 #endif
7791 EOF
7792           # Now try linking the two files.
7793           mv conftest.$ac_objext conftstm.$ac_objext
7794           lt_save_LIBS="$LIBS"
7795           lt_save_CFLAGS="$CFLAGS"
7796           LIBS="conftstm.$ac_objext"
7797           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7798           if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7799   (eval $ac_link) 2>&5
7800   ac_status=$?
7801   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7802   (exit $ac_status); } && test -s conftest${ac_exeext}; then
7803             pipe_works=yes
7804           fi
7805           LIBS="$lt_save_LIBS"
7806           CFLAGS="$lt_save_CFLAGS"
7807         else
7808           echo "cannot find nm_test_func in $nlist" >&5
7809         fi
7810       else
7811         echo "cannot find nm_test_var in $nlist" >&5
7812       fi
7813     else
7814       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7815     fi
7816   else
7817     echo "$progname: failed program was:" >&5
7818     cat conftest.$ac_ext >&5
7819   fi
7820   rm -f conftest* conftst*
7821
7822   # Do not use the global_symbol_pipe unless it works.
7823   if test "$pipe_works" = yes; then
7824     break
7825   else
7826     lt_cv_sys_global_symbol_pipe=
7827   fi
7828 done
7829
7830 fi
7831
7832 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7833   lt_cv_sys_global_symbol_to_cdecl=
7834 fi
7835 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7836   { echo "$as_me:$LINENO: result: failed" >&5
7837 echo "${ECHO_T}failed" >&6; }
7838 else
7839   { echo "$as_me:$LINENO: result: ok" >&5
7840 echo "${ECHO_T}ok" >&6; }
7841 fi
7842
7843 { echo "$as_me:$LINENO: checking for objdir" >&5
7844 echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
7845 if test "${lt_cv_objdir+set}" = set; then
7846   echo $ECHO_N "(cached) $ECHO_C" >&6
7847 else
7848   rm -f .libs 2>/dev/null
7849 mkdir .libs 2>/dev/null
7850 if test -d .libs; then
7851   lt_cv_objdir=.libs
7852 else
7853   # MS-DOS does not allow filenames that begin with a dot.
7854   lt_cv_objdir=_libs
7855 fi
7856 rmdir .libs 2>/dev/null
7857 fi
7858 { echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
7859 echo "${ECHO_T}$lt_cv_objdir" >&6; }
7860 objdir=$lt_cv_objdir
7861
7862
7863
7864
7865
7866 case $host_os in
7867 aix3*)
7868   # AIX sometimes has problems with the GCC collect2 program.  For some
7869   # reason, if we set the COLLECT_NAMES environment variable, the problems
7870   # vanish in a puff of smoke.
7871   if test "X${COLLECT_NAMES+set}" != Xset; then
7872     COLLECT_NAMES=
7873     export COLLECT_NAMES
7874   fi
7875   ;;
7876 esac
7877
7878 # Sed substitution that helps us do robust quoting.  It backslashifies
7879 # metacharacters that are still active within double-quoted strings.
7880 Xsed='sed -e 1s/^X//'
7881 sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
7882
7883 # Same as above, but do not quote variable references.
7884 double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'
7885
7886 # Sed substitution to delay expansion of an escaped shell variable in a
7887 # double_quote_subst'ed string.
7888 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7889
7890 # Sed substitution to avoid accidental globbing in evaled expressions
7891 no_glob_subst='s/\*/\\\*/g'
7892
7893 # Constants:
7894 rm="rm -f"
7895
7896 # Global variables:
7897 default_ofile=libtool
7898 can_build_shared=yes
7899
7900 # All known linkers require a `.a' archive for static linking (except MSVC,
7901 # which needs '.lib').
7902 libext=a
7903 ltmain="$ac_aux_dir/ltmain.sh"
7904 ofile="$default_ofile"
7905 with_gnu_ld="$lt_cv_prog_gnu_ld"
7906
7907 if test -n "$ac_tool_prefix"; then
7908   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7909 set dummy ${ac_tool_prefix}ar; ac_word=$2
7910 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7911 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7912 if test "${ac_cv_prog_AR+set}" = set; then
7913   echo $ECHO_N "(cached) $ECHO_C" >&6
7914 else
7915   if test -n "$AR"; then
7916   ac_cv_prog_AR="$AR" # Let the user override the test.
7917 else
7918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7919 for as_dir in $PATH
7920 do
7921   IFS=$as_save_IFS
7922   test -z "$as_dir" && as_dir=.
7923   for ac_exec_ext in '' $ac_executable_extensions; do
7924   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7925     ac_cv_prog_AR="${ac_tool_prefix}ar"
7926     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7927     break 2
7928   fi
7929 done
7930 done
7931 IFS=$as_save_IFS
7932
7933 fi
7934 fi
7935 AR=$ac_cv_prog_AR
7936 if test -n "$AR"; then
7937   { echo "$as_me:$LINENO: result: $AR" >&5
7938 echo "${ECHO_T}$AR" >&6; }
7939 else
7940   { echo "$as_me:$LINENO: result: no" >&5
7941 echo "${ECHO_T}no" >&6; }
7942 fi
7943
7944
7945 fi
7946 if test -z "$ac_cv_prog_AR"; then
7947   ac_ct_AR=$AR
7948   # Extract the first word of "ar", so it can be a program name with args.
7949 set dummy ar; ac_word=$2
7950 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7951 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7952 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
7953   echo $ECHO_N "(cached) $ECHO_C" >&6
7954 else
7955   if test -n "$ac_ct_AR"; then
7956   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
7957 else
7958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7959 for as_dir in $PATH
7960 do
7961   IFS=$as_save_IFS
7962   test -z "$as_dir" && as_dir=.
7963   for ac_exec_ext in '' $ac_executable_extensions; do
7964   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7965     ac_cv_prog_ac_ct_AR="ar"
7966     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7967     break 2
7968   fi
7969 done
7970 done
7971 IFS=$as_save_IFS
7972
7973 fi
7974 fi
7975 ac_ct_AR=$ac_cv_prog_ac_ct_AR
7976 if test -n "$ac_ct_AR"; then
7977   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
7978 echo "${ECHO_T}$ac_ct_AR" >&6; }
7979 else
7980   { echo "$as_me:$LINENO: result: no" >&5
7981 echo "${ECHO_T}no" >&6; }
7982 fi
7983
7984   if test "x$ac_ct_AR" = x; then
7985     AR="false"
7986   else
7987     case $cross_compiling:$ac_tool_warned in
7988 yes:)
7989 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7990 whose name does not start with the host triplet.  If you think this
7991 configuration is useful to you, please write to autoconf@gnu.org." >&5
7992 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7993 whose name does not start with the host triplet.  If you think this
7994 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7995 ac_tool_warned=yes ;;
7996 esac
7997     AR=$ac_ct_AR
7998   fi
7999 else
8000   AR="$ac_cv_prog_AR"
8001 fi
8002
8003 if test -n "$ac_tool_prefix"; then
8004   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8005 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8006 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8007 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8008 if test "${ac_cv_prog_RANLIB+set}" = set; then
8009   echo $ECHO_N "(cached) $ECHO_C" >&6
8010 else
8011   if test -n "$RANLIB"; then
8012   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8013 else
8014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8015 for as_dir in $PATH
8016 do
8017   IFS=$as_save_IFS
8018   test -z "$as_dir" && as_dir=.
8019   for ac_exec_ext in '' $ac_executable_extensions; do
8020   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8021     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8022     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8023     break 2
8024   fi
8025 done
8026 done
8027 IFS=$as_save_IFS
8028
8029 fi
8030 fi
8031 RANLIB=$ac_cv_prog_RANLIB
8032 if test -n "$RANLIB"; then
8033   { echo "$as_me:$LINENO: result: $RANLIB" >&5
8034 echo "${ECHO_T}$RANLIB" >&6; }
8035 else
8036   { echo "$as_me:$LINENO: result: no" >&5
8037 echo "${ECHO_T}no" >&6; }
8038 fi
8039
8040
8041 fi
8042 if test -z "$ac_cv_prog_RANLIB"; then
8043   ac_ct_RANLIB=$RANLIB
8044   # Extract the first word of "ranlib", so it can be a program name with args.
8045 set dummy ranlib; ac_word=$2
8046 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8047 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8048 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
8049   echo $ECHO_N "(cached) $ECHO_C" >&6
8050 else
8051   if test -n "$ac_ct_RANLIB"; then
8052   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8053 else
8054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8055 for as_dir in $PATH
8056 do
8057   IFS=$as_save_IFS
8058   test -z "$as_dir" && as_dir=.
8059   for ac_exec_ext in '' $ac_executable_extensions; do
8060   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8061     ac_cv_prog_ac_ct_RANLIB="ranlib"
8062     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8063     break 2
8064   fi
8065 done
8066 done
8067 IFS=$as_save_IFS
8068
8069 fi
8070 fi
8071 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8072 if test -n "$ac_ct_RANLIB"; then
8073   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
8074 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
8075 else
8076   { echo "$as_me:$LINENO: result: no" >&5
8077 echo "${ECHO_T}no" >&6; }
8078 fi
8079
8080   if test "x$ac_ct_RANLIB" = x; then
8081     RANLIB=":"
8082   else
8083     case $cross_compiling:$ac_tool_warned in
8084 yes:)
8085 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8086 whose name does not start with the host triplet.  If you think this
8087 configuration is useful to you, please write to autoconf@gnu.org." >&5
8088 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8089 whose name does not start with the host triplet.  If you think this
8090 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8091 ac_tool_warned=yes ;;
8092 esac
8093     RANLIB=$ac_ct_RANLIB
8094   fi
8095 else
8096   RANLIB="$ac_cv_prog_RANLIB"
8097 fi
8098
8099 if test -n "$ac_tool_prefix"; then
8100   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
8101 set dummy ${ac_tool_prefix}strip; ac_word=$2
8102 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8103 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8104 if test "${ac_cv_prog_STRIP+set}" = set; then
8105   echo $ECHO_N "(cached) $ECHO_C" >&6
8106 else
8107   if test -n "$STRIP"; then
8108   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8109 else
8110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8111 for as_dir in $PATH
8112 do
8113   IFS=$as_save_IFS
8114   test -z "$as_dir" && as_dir=.
8115   for ac_exec_ext in '' $ac_executable_extensions; do
8116   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8117     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
8118     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8119     break 2
8120   fi
8121 done
8122 done
8123 IFS=$as_save_IFS
8124
8125 fi
8126 fi
8127 STRIP=$ac_cv_prog_STRIP
8128 if test -n "$STRIP"; then
8129   { echo "$as_me:$LINENO: result: $STRIP" >&5
8130 echo "${ECHO_T}$STRIP" >&6; }
8131 else
8132   { echo "$as_me:$LINENO: result: no" >&5
8133 echo "${ECHO_T}no" >&6; }
8134 fi
8135
8136
8137 fi
8138 if test -z "$ac_cv_prog_STRIP"; then
8139   ac_ct_STRIP=$STRIP
8140   # Extract the first word of "strip", so it can be a program name with args.
8141 set dummy strip; ac_word=$2
8142 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8143 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8144 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
8145   echo $ECHO_N "(cached) $ECHO_C" >&6
8146 else
8147   if test -n "$ac_ct_STRIP"; then
8148   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
8149 else
8150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8151 for as_dir in $PATH
8152 do
8153   IFS=$as_save_IFS
8154   test -z "$as_dir" && as_dir=.
8155   for ac_exec_ext in '' $ac_executable_extensions; do
8156   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8157     ac_cv_prog_ac_ct_STRIP="strip"
8158     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8159     break 2
8160   fi
8161 done
8162 done
8163 IFS=$as_save_IFS
8164
8165 fi
8166 fi
8167 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
8168 if test -n "$ac_ct_STRIP"; then
8169   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
8170 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
8171 else
8172   { echo "$as_me:$LINENO: result: no" >&5
8173 echo "${ECHO_T}no" >&6; }
8174 fi
8175
8176   if test "x$ac_ct_STRIP" = x; then
8177     STRIP=":"
8178   else
8179     case $cross_compiling:$ac_tool_warned in
8180 yes:)
8181 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8182 whose name does not start with the host triplet.  If you think this
8183 configuration is useful to you, please write to autoconf@gnu.org." >&5
8184 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8185 whose name does not start with the host triplet.  If you think this
8186 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8187 ac_tool_warned=yes ;;
8188 esac
8189     STRIP=$ac_ct_STRIP
8190   fi
8191 else
8192   STRIP="$ac_cv_prog_STRIP"
8193 fi
8194
8195
8196 old_CC="$CC"
8197 old_CFLAGS="$CFLAGS"
8198
8199 # Set sane defaults for various variables
8200 test -z "$AR" && AR=ar
8201 test -z "$AR_FLAGS" && AR_FLAGS=cru
8202 test -z "$AS" && AS=as
8203 test -z "$CC" && CC=cc
8204 test -z "$LTCC" && LTCC=$CC
8205 test -z "$DLLTOOL" && DLLTOOL=dlltool
8206 test -z "$LD" && LD=ld
8207 test -z "$LN_S" && LN_S="ln -s"
8208 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8209 test -z "$NM" && NM=nm
8210 test -z "$SED" && SED=sed
8211 test -z "$OBJDUMP" && OBJDUMP=objdump
8212 test -z "$RANLIB" && RANLIB=:
8213 test -z "$STRIP" && STRIP=:
8214 test -z "$ac_objext" && ac_objext=o
8215
8216 # Determine commands to create old-style static archives.
8217 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
8218 old_postinstall_cmds='chmod 644 $oldlib'
8219 old_postuninstall_cmds=
8220
8221 if test -n "$RANLIB"; then
8222   case $host_os in
8223   openbsd*)
8224     old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
8225     ;;
8226   *)
8227     old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
8228     ;;
8229   esac
8230   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
8231 fi
8232
8233 for cc_temp in $compiler""; do
8234   case $cc_temp in
8235     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8236     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8237     \-*) ;;
8238     *) break;;
8239   esac
8240 done
8241 cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
8242
8243
8244 # Only perform the check for file, if the check method requires it
8245 case $deplibs_check_method in
8246 file_magic*)
8247   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8248     { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
8249 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
8250 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
8251   echo $ECHO_N "(cached) $ECHO_C" >&6
8252 else
8253   case $MAGIC_CMD in
8254 [\\/*] |  ?:[\\/]*)
8255   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8256   ;;
8257 *)
8258   lt_save_MAGIC_CMD="$MAGIC_CMD"
8259   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8260   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8261   for ac_dir in $ac_dummy; do
8262     IFS="$lt_save_ifs"
8263     test -z "$ac_dir" && ac_dir=.
8264     if test -f $ac_dir/${ac_tool_prefix}file; then
8265       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8266       if test -n "$file_magic_test_file"; then
8267         case $deplibs_check_method in
8268         "file_magic "*)
8269           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8270           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8271           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8272             $EGREP "$file_magic_regex" > /dev/null; then
8273             :
8274           else
8275             cat <<EOF 1>&2
8276
8277 *** Warning: the command libtool uses to detect shared libraries,
8278 *** $file_magic_cmd, produces output that libtool cannot recognize.
8279 *** The result is that libtool may fail to recognize shared libraries
8280 *** as such.  This will affect the creation of libtool libraries that
8281 *** depend on shared libraries, but programs linked with such libtool
8282 *** libraries will work regardless of this problem.  Nevertheless, you
8283 *** may want to report the problem to your system manager and/or to
8284 *** bug-libtool@gnu.org
8285
8286 EOF
8287           fi ;;
8288         esac
8289       fi
8290       break
8291     fi
8292   done
8293   IFS="$lt_save_ifs"
8294   MAGIC_CMD="$lt_save_MAGIC_CMD"
8295   ;;
8296 esac
8297 fi
8298
8299 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8300 if test -n "$MAGIC_CMD"; then
8301   { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
8302 echo "${ECHO_T}$MAGIC_CMD" >&6; }
8303 else
8304   { echo "$as_me:$LINENO: result: no" >&5
8305 echo "${ECHO_T}no" >&6; }
8306 fi
8307
8308 if test -z "$lt_cv_path_MAGIC_CMD"; then
8309   if test -n "$ac_tool_prefix"; then
8310     { echo "$as_me:$LINENO: checking for file" >&5
8311 echo $ECHO_N "checking for file... $ECHO_C" >&6; }
8312 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
8313   echo $ECHO_N "(cached) $ECHO_C" >&6
8314 else
8315   case $MAGIC_CMD in
8316 [\\/*] |  ?:[\\/]*)
8317   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8318   ;;
8319 *)
8320   lt_save_MAGIC_CMD="$MAGIC_CMD"
8321   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8322   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8323   for ac_dir in $ac_dummy; do
8324     IFS="$lt_save_ifs"
8325     test -z "$ac_dir" && ac_dir=.
8326     if test -f $ac_dir/file; then
8327       lt_cv_path_MAGIC_CMD="$ac_dir/file"
8328       if test -n "$file_magic_test_file"; then
8329         case $deplibs_check_method in
8330         "file_magic "*)
8331           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8332           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8333           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8334             $EGREP "$file_magic_regex" > /dev/null; then
8335             :
8336           else
8337             cat <<EOF 1>&2
8338
8339 *** Warning: the command libtool uses to detect shared libraries,
8340 *** $file_magic_cmd, produces output that libtool cannot recognize.
8341 *** The result is that libtool may fail to recognize shared libraries
8342 *** as such.  This will affect the creation of libtool libraries that
8343 *** depend on shared libraries, but programs linked with such libtool
8344 *** libraries will work regardless of this problem.  Nevertheless, you
8345 *** may want to report the problem to your system manager and/or to
8346 *** bug-libtool@gnu.org
8347
8348 EOF
8349           fi ;;
8350         esac
8351       fi
8352       break
8353     fi
8354   done
8355   IFS="$lt_save_ifs"
8356   MAGIC_CMD="$lt_save_MAGIC_CMD"
8357   ;;
8358 esac
8359 fi
8360
8361 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8362 if test -n "$MAGIC_CMD"; then
8363   { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
8364 echo "${ECHO_T}$MAGIC_CMD" >&6; }
8365 else
8366   { echo "$as_me:$LINENO: result: no" >&5
8367 echo "${ECHO_T}no" >&6; }
8368 fi
8369
8370   else
8371     MAGIC_CMD=:
8372   fi
8373 fi
8374
8375   fi
8376   ;;
8377 esac
8378
8379 enable_dlopen=yes
8380 enable_win32_dll=yes
8381
8382 # Check whether --enable-libtool-lock was given.
8383 if test "${enable_libtool_lock+set}" = set; then
8384   enableval=$enable_libtool_lock;
8385 fi
8386
8387 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
8388
8389
8390 # Check whether --with-pic was given.
8391 if test "${with_pic+set}" = set; then
8392   withval=$with_pic; pic_mode="$withval"
8393 else
8394   pic_mode=default
8395 fi
8396
8397 test -z "$pic_mode" && pic_mode=default
8398
8399 # Use C for the default configuration in the libtool script
8400 tagname=
8401 lt_save_CC="$CC"
8402 ac_ext=c
8403 ac_cpp='$CPP $CPPFLAGS'
8404 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8405 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8406 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8407
8408
8409 # Source file extension for C test sources.
8410 ac_ext=c
8411
8412 # Object file extension for compiled C test sources.
8413 objext=o
8414 objext=$objext
8415
8416 # Code to be used in simple compile tests
8417 lt_simple_compile_test_code="int some_variable = 0;\n"
8418
8419 # Code to be used in simple link tests
8420 lt_simple_link_test_code='int main(){return(0);}\n'
8421
8422
8423 # If no C compiler was specified, use CC.
8424 LTCC=${LTCC-"$CC"}
8425
8426 # Allow CC to be a program name with arguments.
8427 compiler=$CC
8428
8429
8430 # save warnings/boilerplate of simple test code
8431 ac_outfile=conftest.$ac_objext
8432 printf "$lt_simple_compile_test_code" >conftest.$ac_ext
8433 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
8434 _lt_compiler_boilerplate=`cat conftest.err`
8435 $rm conftest*
8436
8437 ac_outfile=conftest.$ac_objext
8438 printf "$lt_simple_link_test_code" >conftest.$ac_ext
8439 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
8440 _lt_linker_boilerplate=`cat conftest.err`
8441 $rm conftest*
8442
8443
8444 #
8445 # Check for any special shared library compilation flags.
8446 #
8447 lt_prog_cc_shlib=
8448 if test "$GCC" = no; then
8449   case $host_os in
8450   sco3.2v5*)
8451     lt_prog_cc_shlib='-belf'
8452     ;;
8453   esac
8454 fi
8455 if test -n "$lt_prog_cc_shlib"; then
8456   { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
8457 echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
8458   if echo "$old_CC $old_CFLAGS " | grep "[      ]$lt_prog_cc_shlib[     ]" >/dev/null; then :
8459   else
8460     { echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
8461 echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
8462     lt_cv_prog_cc_can_build_shared=no
8463   fi
8464 fi
8465
8466
8467 #
8468 # Check to make sure the static flag actually works.
8469 #
8470 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5
8471 echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6; }
8472 if test "${lt_prog_compiler_static_works+set}" = set; then
8473   echo $ECHO_N "(cached) $ECHO_C" >&6
8474 else
8475   lt_prog_compiler_static_works=no
8476    save_LDFLAGS="$LDFLAGS"
8477    LDFLAGS="$LDFLAGS $lt_prog_compiler_static"
8478    printf "$lt_simple_link_test_code" > conftest.$ac_ext
8479    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8480      # The linker can only warn and ignore the option if not recognized
8481      # So say no if there are warnings
8482      if test -s conftest.err; then
8483        # Append any errors to the config.log.
8484        cat conftest.err 1>&5
8485        $echo "X$_lt_linker_boilerplate" | $Xsed > conftest.exp
8486        $SED '/^$/d' conftest.err >conftest.er2
8487        if diff conftest.exp conftest.er2 >/dev/null; then
8488          lt_prog_compiler_static_works=yes
8489        fi
8490      else
8491        lt_prog_compiler_static_works=yes
8492      fi
8493    fi
8494    $rm conftest*
8495    LDFLAGS="$save_LDFLAGS"
8496
8497 fi
8498 { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
8499 echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; }
8500
8501 if test x"$lt_prog_compiler_static_works" = xyes; then
8502     :
8503 else
8504     lt_prog_compiler_static=
8505 fi
8506
8507
8508
8509
8510 lt_prog_compiler_no_builtin_flag=
8511
8512 if test "$GCC" = yes; then
8513   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
8514
8515
8516 { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8517 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
8518 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
8519   echo $ECHO_N "(cached) $ECHO_C" >&6
8520 else
8521   lt_cv_prog_compiler_rtti_exceptions=no
8522   ac_outfile=conftest.$ac_objext
8523    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
8524    lt_compiler_flag="-fno-rtti -fno-exceptions"
8525    # Insert the option either (1) after the last *FLAGS variable, or
8526    # (2) before a word containing "conftest.", or (3) at the end.
8527    # Note that $ac_compile itself does not contain backslashes and begins
8528    # with a dollar sign (not a hyphen), so the echo should work correctly.
8529    # The option is referenced via a variable to avoid confusing sed.
8530    lt_compile=`echo "$ac_compile" | $SED \
8531    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8532    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8533    -e 's:$: $lt_compiler_flag:'`
8534    (eval echo "\"\$as_me:8534: $lt_compile\"" >&5)
8535    (eval "$lt_compile" 2>conftest.err)
8536    ac_status=$?
8537    cat conftest.err >&5
8538    echo "$as_me:8538: \$? = $ac_status" >&5
8539    if (exit $ac_status) && test -s "$ac_outfile"; then
8540      # The compiler can only warn and ignore the option if not recognized
8541      # So say no if there are warnings other than the usual output.
8542      $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
8543      $SED '/^$/d' conftest.err >conftest.er2
8544      if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
8545        lt_cv_prog_compiler_rtti_exceptions=yes
8546      fi
8547    fi
8548    $rm conftest*
8549
8550 fi
8551 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8552 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8553
8554 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8555     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8556 else
8557     :
8558 fi
8559
8560 fi
8561
8562 lt_prog_compiler_wl=
8563 lt_prog_compiler_pic=
8564 lt_prog_compiler_static=
8565
8566 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
8567 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
8568
8569   if test "$GCC" = yes; then
8570     lt_prog_compiler_wl='-Wl,'
8571     lt_prog_compiler_static='-static'
8572
8573     case $host_os in
8574       aix*)
8575       # All AIX code is PIC.
8576       if test "$host_cpu" = ia64; then
8577         # AIX 5 now supports IA64 processor
8578         lt_prog_compiler_static='-Bstatic'
8579       fi
8580       ;;
8581
8582     amigaos*)
8583       # FIXME: we need at least 68020 code to build shared libraries, but
8584       # adding the `-m68020' flag to GCC prevents building anything better,
8585       # like `-m68040'.
8586       lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8587       ;;
8588
8589     beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8590       # PIC is the default for these OSes.
8591       ;;
8592
8593     mingw* | pw32* | os2*)
8594       # This hack is so that the source file can tell whether it is being
8595       # built for inclusion in a dll (and should export symbols for example).
8596       lt_prog_compiler_pic='-DDLL_EXPORT'
8597       ;;
8598
8599     darwin* | rhapsody*)
8600       # PIC is the default on this platform
8601       # Common symbols not allowed in MH_DYLIB files
8602       lt_prog_compiler_pic='-fno-common'
8603       ;;
8604
8605     msdosdjgpp*)
8606       # Just because we use GCC doesn't mean we suddenly get shared libraries
8607       # on systems that don't support them.
8608       lt_prog_compiler_can_build_shared=no
8609       enable_shared=no
8610       ;;
8611
8612     sysv4*MP*)
8613       if test -d /usr/nec; then
8614         lt_prog_compiler_pic=-Kconform_pic
8615       fi
8616       ;;
8617
8618     hpux*)
8619       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8620       # not for PA HP-UX.
8621       case $host_cpu in
8622       hppa*64*|ia64*)
8623         # +Z the default
8624         ;;
8625       *)
8626         lt_prog_compiler_pic='-fPIC'
8627         ;;
8628       esac
8629       ;;
8630
8631     *)
8632       lt_prog_compiler_pic='-fPIC'
8633       ;;
8634     esac
8635   else
8636     # PORTME Check for flag to pass linker flags through the system compiler.
8637     case $host_os in
8638     aix*)
8639       lt_prog_compiler_wl='-Wl,'
8640       if test "$host_cpu" = ia64; then
8641         # AIX 5 now supports IA64 processor
8642         lt_prog_compiler_static='-Bstatic'
8643       else
8644         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8645       fi
8646       ;;
8647       darwin*)
8648         # PIC is the default on this platform
8649         # Common symbols not allowed in MH_DYLIB files
8650        case $cc_basename in
8651          xlc*)
8652          lt_prog_compiler_pic='-qnocommon'
8653          lt_prog_compiler_wl='-Wl,'
8654          ;;
8655        esac
8656        ;;
8657
8658     mingw* | pw32* | os2*)
8659       # This hack is so that the source file can tell whether it is being
8660       # built for inclusion in a dll (and should export symbols for example).
8661       lt_prog_compiler_pic='-DDLL_EXPORT'
8662       ;;
8663
8664     hpux9* | hpux10* | hpux11*)
8665       lt_prog_compiler_wl='-Wl,'
8666       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8667       # not for PA HP-UX.
8668       case $host_cpu in
8669       hppa*64*|ia64*)
8670         # +Z the default
8671         ;;
8672       *)
8673         lt_prog_compiler_pic='+Z'
8674         ;;
8675       esac
8676       # Is there a better lt_prog_compiler_static that works with the bundled CC?
8677       lt_prog_compiler_static='${wl}-a ${wl}archive'
8678       ;;
8679
8680     irix5* | irix6* | nonstopux*)
8681       lt_prog_compiler_wl='-Wl,'
8682       # PIC (with -KPIC) is the default.
8683       lt_prog_compiler_static='-non_shared'
8684       ;;
8685
8686     newsos6)
8687       lt_prog_compiler_pic='-KPIC'
8688       lt_prog_compiler_static='-Bstatic'
8689       ;;
8690
8691     linux*)
8692       case $cc_basename in
8693       icc* | ecc*)
8694         lt_prog_compiler_wl='-Wl,'
8695         lt_prog_compiler_pic='-KPIC'
8696         lt_prog_compiler_static='-static'
8697         ;;
8698       pgcc* | pgf77* | pgf90* | pgf95*)
8699         # Portland Group compilers (*not* the Pentium gcc compiler,
8700         # which looks to be a dead project)
8701         lt_prog_compiler_wl='-Wl,'
8702         lt_prog_compiler_pic='-fpic'
8703         lt_prog_compiler_static='-Bstatic'
8704         ;;
8705       ccc*)
8706         lt_prog_compiler_wl='-Wl,'
8707         # All Alpha code is PIC.
8708         lt_prog_compiler_static='-non_shared'
8709         ;;
8710       esac
8711       ;;
8712
8713     osf3* | osf4* | osf5*)
8714       lt_prog_compiler_wl='-Wl,'
8715       # All OSF/1 code is PIC.
8716       lt_prog_compiler_static='-non_shared'
8717       ;;
8718
8719     sco3.2v5*)
8720       lt_prog_compiler_pic='-Kpic'
8721       lt_prog_compiler_static='-dn'
8722       ;;
8723
8724     solaris*)
8725       lt_prog_compiler_pic='-KPIC'
8726       lt_prog_compiler_static='-Bstatic'
8727       case $cc_basename in
8728       f77* | f90* | f95*)
8729         lt_prog_compiler_wl='-Qoption ld ';;
8730       *)
8731         lt_prog_compiler_wl='-Wl,';;
8732       esac
8733       ;;
8734
8735     sunos4*)
8736       lt_prog_compiler_wl='-Qoption ld '
8737       lt_prog_compiler_pic='-PIC'
8738       lt_prog_compiler_static='-Bstatic'
8739       ;;
8740
8741     sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8742       lt_prog_compiler_wl='-Wl,'
8743       lt_prog_compiler_pic='-KPIC'
8744       lt_prog_compiler_static='-Bstatic'
8745       ;;
8746
8747     sysv4*MP*)
8748       if test -d /usr/nec ;then
8749         lt_prog_compiler_pic='-Kconform_pic'
8750         lt_prog_compiler_static='-Bstatic'
8751       fi
8752       ;;
8753
8754     unicos*)
8755       lt_prog_compiler_wl='-Wl,'
8756       lt_prog_compiler_can_build_shared=no
8757       ;;
8758
8759     uts4*)
8760       lt_prog_compiler_pic='-pic'
8761       lt_prog_compiler_static='-Bstatic'
8762       ;;
8763
8764     *)
8765       lt_prog_compiler_can_build_shared=no
8766       ;;
8767     esac
8768   fi
8769
8770 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
8771 echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
8772
8773 #
8774 # Check to make sure the PIC flag actually works.
8775 #
8776 if test -n "$lt_prog_compiler_pic"; then
8777
8778 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8779 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
8780 if test "${lt_prog_compiler_pic_works+set}" = set; then
8781   echo $ECHO_N "(cached) $ECHO_C" >&6
8782 else
8783   lt_prog_compiler_pic_works=no
8784   ac_outfile=conftest.$ac_objext
8785    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
8786    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8787    # Insert the option either (1) after the last *FLAGS variable, or
8788    # (2) before a word containing "conftest.", or (3) at the end.
8789    # Note that $ac_compile itself does not contain backslashes and begins
8790    # with a dollar sign (not a hyphen), so the echo should work correctly.
8791    # The option is referenced via a variable to avoid confusing sed.
8792    lt_compile=`echo "$ac_compile" | $SED \
8793    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8794    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8795    -e 's:$: $lt_compiler_flag:'`
8796    (eval echo "\"\$as_me:8796: $lt_compile\"" >&5)
8797    (eval "$lt_compile" 2>conftest.err)
8798    ac_status=$?
8799    cat conftest.err >&5
8800    echo "$as_me:8800: \$? = $ac_status" >&5
8801    if (exit $ac_status) && test -s "$ac_outfile"; then
8802      # The compiler can only warn and ignore the option if not recognized
8803      # So say no if there are warnings other than the usual output.
8804      $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
8805      $SED '/^$/d' conftest.err >conftest.er2
8806      if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
8807        lt_prog_compiler_pic_works=yes
8808      fi
8809    fi
8810    $rm conftest*
8811
8812 fi
8813 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
8814 echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; }
8815
8816 if test x"$lt_prog_compiler_pic_works" = xyes; then
8817     case $lt_prog_compiler_pic in
8818      "" | " "*) ;;
8819      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8820      esac
8821 else
8822     lt_prog_compiler_pic=
8823      lt_prog_compiler_can_build_shared=no
8824 fi
8825
8826 fi
8827 case $host_os in
8828   # For platforms which do not support PIC, -DPIC is meaningless:
8829   *djgpp*)
8830     lt_prog_compiler_pic=
8831     ;;
8832   *)
8833     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8834     ;;
8835 esac
8836
8837 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8838 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
8839 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8840   echo $ECHO_N "(cached) $ECHO_C" >&6
8841 else
8842   lt_cv_prog_compiler_c_o=no
8843    $rm -r conftest 2>/dev/null
8844    mkdir conftest
8845    cd conftest
8846    mkdir out
8847    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
8848
8849    lt_compiler_flag="-o out/conftest2.$ac_objext"
8850    # Insert the option either (1) after the last *FLAGS variable, or
8851    # (2) before a word containing "conftest.", or (3) at the end.
8852    # Note that $ac_compile itself does not contain backslashes and begins
8853    # with a dollar sign (not a hyphen), so the echo should work correctly.
8854    lt_compile=`echo "$ac_compile" | $SED \
8855    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8856    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8857    -e 's:$: $lt_compiler_flag:'`
8858    (eval echo "\"\$as_me:8858: $lt_compile\"" >&5)
8859    (eval "$lt_compile" 2>out/conftest.err)
8860    ac_status=$?
8861    cat out/conftest.err >&5
8862    echo "$as_me:8862: \$? = $ac_status" >&5
8863    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8864    then
8865      # The compiler can only warn and ignore the option if not recognized
8866      # So say no if there are warnings
8867      $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
8868      $SED '/^$/d' out/conftest.err >out/conftest.er2
8869      if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8870        lt_cv_prog_compiler_c_o=yes
8871      fi
8872    fi
8873    chmod u+w . 2>&5
8874    $rm conftest*
8875    # SGI C++ compiler will create directory out/ii_files/ for
8876    # template instantiation
8877    test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
8878    $rm out/* && rmdir out
8879    cd ..
8880    rmdir conftest
8881    $rm conftest*
8882
8883 fi
8884 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8885 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
8886
8887
8888 hard_links="nottested"
8889 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8890   # do not overwrite the value of need_locks provided by the user
8891   { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
8892 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
8893   hard_links=yes
8894   $rm conftest*
8895   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8896   touch conftest.a
8897   ln conftest.a conftest.b 2>&5 || hard_links=no
8898   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8899   { echo "$as_me:$LINENO: result: $hard_links" >&5
8900 echo "${ECHO_T}$hard_links" >&6; }
8901   if test "$hard_links" = no; then
8902     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8903 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8904     need_locks=warn
8905   fi
8906 else
8907   need_locks=no
8908 fi
8909
8910 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8911 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
8912
8913   runpath_var=
8914   allow_undefined_flag=
8915   enable_shared_with_static_runtimes=no
8916   archive_cmds=
8917   archive_expsym_cmds=
8918   old_archive_From_new_cmds=
8919   old_archive_from_expsyms_cmds=
8920   export_dynamic_flag_spec=
8921   whole_archive_flag_spec=
8922   thread_safe_flag_spec=
8923   hardcode_libdir_flag_spec=
8924   hardcode_libdir_flag_spec_ld=
8925   hardcode_libdir_separator=
8926   hardcode_direct=no
8927   hardcode_minus_L=no
8928   hardcode_shlibpath_var=unsupported
8929   link_all_deplibs=unknown
8930   hardcode_automatic=no
8931   module_cmds=
8932   module_expsym_cmds=
8933   always_export_symbols=no
8934   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8935   # include_expsyms should be a list of space-separated symbols to be *always*
8936   # included in the symbol list
8937   include_expsyms=
8938   # exclude_expsyms can be an extended regexp of symbols to exclude
8939   # it will be wrapped by ` (' and `)$', so one must not match beginning or
8940   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8941   # as well as any symbol that contains `d'.
8942   exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
8943   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8944   # platforms (ab)use it in PIC code, but their linkers get confused if
8945   # the symbol is explicitly referenced.  Since portable code cannot
8946   # rely on this symbol name, it's probably fine to never include it in
8947   # preloaded symbol tables.
8948   extract_expsyms_cmds=
8949   # Just being paranoid about ensuring that cc_basename is set.
8950   for cc_temp in $compiler""; do
8951   case $cc_temp in
8952     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8953     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8954     \-*) ;;
8955     *) break;;
8956   esac
8957 done
8958 cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
8959
8960   case $host_os in
8961   cygwin* | mingw* | pw32*)
8962     # FIXME: the MSVC++ port hasn't been tested in a loooong time
8963     # When not using gcc, we currently assume that we are using
8964     # Microsoft Visual C++.
8965     if test "$GCC" != yes; then
8966       with_gnu_ld=no
8967     fi
8968     ;;
8969   openbsd*)
8970     with_gnu_ld=no
8971     ;;
8972   esac
8973
8974   ld_shlibs=yes
8975   if test "$with_gnu_ld" = yes; then
8976     # If archive_cmds runs LD, not CC, wlarc should be empty
8977     wlarc='${wl}'
8978
8979     # Set some defaults for GNU ld with shared library support. These
8980     # are reset later if shared libraries are not supported. Putting them
8981     # here allows them to be overridden if necessary.
8982     runpath_var=LD_RUN_PATH
8983     hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
8984     export_dynamic_flag_spec='${wl}--export-dynamic'
8985     # ancient GNU ld didn't support --whole-archive et. al.
8986     if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
8987         whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8988       else
8989         whole_archive_flag_spec=
8990     fi
8991     supports_anon_versioning=no
8992     case `$LD -v 2>/dev/null` in
8993       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8994       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8995       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8996       *\ 2.11.*) ;; # other 2.11 versions
8997       *) supports_anon_versioning=yes ;;
8998     esac
8999
9000     # See if GNU ld supports shared libraries.
9001     case $host_os in
9002     aix3* | aix4* | aix5*)
9003       # On AIX/PPC, the GNU linker is very broken
9004       if test "$host_cpu" != ia64; then
9005         ld_shlibs=no
9006         cat <<EOF 1>&2
9007
9008 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
9009 *** to be unable to reliably create shared libraries on AIX.
9010 *** Therefore, libtool is disabling shared libraries support.  If you
9011 *** really care for shared libraries, you may want to modify your PATH
9012 *** so that a non-GNU linker is found, and then restart.
9013
9014 EOF
9015       fi
9016       ;;
9017
9018     amigaos*)
9019       archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9020       hardcode_libdir_flag_spec='-L$libdir'
9021       hardcode_minus_L=yes
9022
9023       # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
9024       # that the semantics of dynamic libraries on AmigaOS, at least up
9025       # to version 4, is to share data among multiple programs linked
9026       # with the same dynamic library.  Since this doesn't match the
9027       # behavior of shared libraries on other platforms, we can't use
9028       # them.
9029       ld_shlibs=no
9030       ;;
9031
9032     beos*)
9033       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
9034         allow_undefined_flag=unsupported
9035         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9036         # support --undefined.  This deserves some investigation.  FIXME
9037         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9038       else
9039         ld_shlibs=no
9040       fi
9041       ;;
9042
9043     cygwin* | mingw* | pw32*)
9044       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9045       # as there is no search path for DLLs.
9046       hardcode_libdir_flag_spec='-L$libdir'
9047       allow_undefined_flag=unsupported
9048       always_export_symbols=no
9049       enable_shared_with_static_runtimes=yes
9050       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
9051
9052       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
9053         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
9054         # If the export-symbols file already is a .def file (1st line
9055         # is EXPORTS), use it as is; otherwise, prepend...
9056         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9057           cp $export_symbols $output_objdir/$soname.def;
9058         else
9059           echo EXPORTS > $output_objdir/$soname.def;
9060           cat $export_symbols >> $output_objdir/$soname.def;
9061         fi~
9062         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
9063       else
9064         ld_shlibs=no
9065       fi
9066       ;;
9067
9068     linux*)
9069       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
9070         tmp_addflag=
9071         case $cc_basename,$host_cpu in
9072         pgcc*)                          # Portland Group C compiler
9073           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
9074           tmp_addflag=' $pic_flag'
9075           ;;
9076         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
9077           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
9078           tmp_addflag=' $pic_flag -Mnomain' ;;
9079         ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
9080           tmp_addflag=' -i_dynamic' ;;
9081         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
9082           tmp_addflag=' -i_dynamic -nofor_main' ;;
9083         ifc* | ifort*)                  # Intel Fortran compiler
9084           tmp_addflag=' -nofor_main' ;;
9085         esac
9086         archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9087
9088         if test $supports_anon_versioning = yes; then
9089           archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
9090   cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9091   $echo "local: *; };" >> $output_objdir/$libname.ver~
9092           $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9093         fi
9094       else
9095         ld_shlibs=no
9096       fi
9097       ;;
9098
9099     netbsd*)
9100       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
9101         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9102         wlarc=
9103       else
9104         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9105         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9106       fi
9107       ;;
9108
9109     solaris* | sysv5*)
9110       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
9111         ld_shlibs=no
9112         cat <<EOF 1>&2
9113
9114 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9115 *** create shared libraries on Solaris systems.  Therefore, libtool
9116 *** is disabling shared libraries support.  We urge you to upgrade GNU
9117 *** binutils to release 2.9.1 or newer.  Another option is to modify
9118 *** your PATH or compiler configuration so that the native linker is
9119 *** used, and then restart.
9120
9121 EOF
9122       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
9123         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9124         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9125       else
9126         ld_shlibs=no
9127       fi
9128       ;;
9129
9130     sunos4*)
9131       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9132       wlarc=
9133       hardcode_direct=yes
9134       hardcode_shlibpath_var=no
9135       ;;
9136
9137     *)
9138       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
9139         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9140         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9141       else
9142         ld_shlibs=no
9143       fi
9144       ;;
9145     esac
9146
9147     if test "$ld_shlibs" = no; then
9148       runpath_var=
9149       hardcode_libdir_flag_spec=
9150       export_dynamic_flag_spec=
9151       whole_archive_flag_spec=
9152     fi
9153   else
9154     # PORTME fill in a description of your system's linker (not GNU ld)
9155     case $host_os in
9156     aix3*)
9157       allow_undefined_flag=unsupported
9158       always_export_symbols=yes
9159       archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
9160       # Note: this linker hardcodes the directories in LIBPATH if there
9161       # are no directories specified by -L.
9162       hardcode_minus_L=yes
9163       if test "$GCC" = yes && test -z "$link_static_flag"; then
9164         # Neither direct hardcoding nor static linking is supported with a
9165         # broken collect2.
9166         hardcode_direct=unsupported
9167       fi
9168       ;;
9169
9170     aix4* | aix5*)
9171       if test "$host_cpu" = ia64; then
9172         # On IA64, the linker does run time linking by default, so we don't
9173         # have to do anything special.
9174         aix_use_runtimelinking=no
9175         exp_sym_flag='-Bexport'
9176         no_entry_flag=""
9177       else
9178         # If we're using GNU nm, then we don't want the "-C" option.
9179         # -C means demangle to AIX nm, but means don't demangle with GNU nm
9180         if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
9181           export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
9182         else
9183           export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
9184         fi
9185         aix_use_runtimelinking=no
9186
9187         # Test if we are trying to use run time linking or normal
9188         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9189         # need to do runtime linking.
9190         case $host_os in aix4.[23]|aix4.[23].*|aix5*)
9191           for ld_flag in $LDFLAGS; do
9192           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9193             aix_use_runtimelinking=yes
9194             break
9195           fi
9196           done
9197         esac
9198
9199         exp_sym_flag='-bexport'
9200         no_entry_flag='-bnoentry'
9201       fi
9202
9203       # When large executables or shared objects are built, AIX ld can
9204       # have problems creating the table of contents.  If linking a library
9205       # or program results in "error TOC overflow" add -mminimal-toc to
9206       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
9207       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9208
9209       archive_cmds=''
9210       hardcode_direct=yes
9211       hardcode_libdir_separator=':'
9212       link_all_deplibs=yes
9213
9214       if test "$GCC" = yes; then
9215         case $host_os in aix4.[012]|aix4.[012].*)
9216         # We only want to do this on AIX 4.2 and lower, the check
9217         # below for broken collect2 doesn't work under 4.3+
9218           collect2name=`${CC} -print-prog-name=collect2`
9219           if test -f "$collect2name" && \
9220            strings "$collect2name" | grep resolve_lib_name >/dev/null
9221           then
9222           # We have reworked collect2
9223           hardcode_direct=yes
9224           else
9225           # We have old collect2
9226           hardcode_direct=unsupported
9227           # It fails to find uninstalled libraries when the uninstalled
9228           # path is not listed in the libpath.  Setting hardcode_minus_L
9229           # to unsupported forces relinking
9230           hardcode_minus_L=yes
9231           hardcode_libdir_flag_spec='-L$libdir'
9232           hardcode_libdir_separator=
9233           fi
9234         esac
9235         shared_flag='-shared'
9236         if test "$aix_use_runtimelinking" = yes; then
9237           shared_flag="$shared_flag "'${wl}-G'
9238         fi
9239       else
9240         # not using gcc
9241         if test "$host_cpu" = ia64; then
9242         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9243         # chokes on -Wl,-G. The following line is correct:
9244           shared_flag='-G'
9245         else
9246         if test "$aix_use_runtimelinking" = yes; then
9247             shared_flag='${wl}-G'
9248           else
9249             shared_flag='${wl}-bM:SRE'
9250         fi
9251         fi
9252       fi
9253
9254       # It seems that -bexpall does not export symbols beginning with
9255       # underscore (_), so it is better to generate a list of symbols to export.
9256       always_export_symbols=yes
9257       if test "$aix_use_runtimelinking" = yes; then
9258         # Warning - without using the other runtime loading flags (-brtl),
9259         # -berok will link without error, but may produce a broken library.
9260         allow_undefined_flag='-berok'
9261        # Determine the default libpath from the value encoded in an empty executable.
9262        cat >conftest.$ac_ext <<_ACEOF
9263 /* confdefs.h.  */
9264 _ACEOF
9265 cat confdefs.h >>conftest.$ac_ext
9266 cat >>conftest.$ac_ext <<_ACEOF
9267 /* end confdefs.h.  */
9268
9269 int
9270 main ()
9271 {
9272
9273   ;
9274   return 0;
9275 }
9276 _ACEOF
9277 rm -f conftest.$ac_objext conftest$ac_exeext
9278 if { (ac_try="$ac_link"
9279 case "(($ac_try" in
9280   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9281   *) ac_try_echo=$ac_try;;
9282 esac
9283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9284   (eval "$ac_link") 2>conftest.er1
9285   ac_status=$?
9286   grep -v '^ *+' conftest.er1 >conftest.err
9287   rm -f conftest.er1
9288   cat conftest.err >&5
9289   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9290   (exit $ac_status); } && {
9291          test -z "$ac_c_werror_flag" ||
9292          test ! -s conftest.err
9293        } && test -s conftest$ac_exeext &&
9294        $as_test_x conftest$ac_exeext; then
9295
9296 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
9297 }'`
9298 # Check for a 64-bit object if we didn't find anything.
9299 if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
9300 }'`; fi
9301 else
9302   echo "$as_me: failed program was:" >&5
9303 sed 's/^/| /' conftest.$ac_ext >&5
9304
9305
9306 fi
9307
9308 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9309       conftest$ac_exeext conftest.$ac_ext
9310 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9311
9312        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9313         archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9314        else
9315         if test "$host_cpu" = ia64; then
9316           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9317           allow_undefined_flag="-z nodefs"
9318           archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
9319         else
9320          # Determine the default libpath from the value encoded in an empty executable.
9321          cat >conftest.$ac_ext <<_ACEOF
9322 /* confdefs.h.  */
9323 _ACEOF
9324 cat confdefs.h >>conftest.$ac_ext
9325 cat >>conftest.$ac_ext <<_ACEOF
9326 /* end confdefs.h.  */
9327
9328 int
9329 main ()
9330 {
9331
9332   ;
9333   return 0;
9334 }
9335 _ACEOF
9336 rm -f conftest.$ac_objext conftest$ac_exeext
9337 if { (ac_try="$ac_link"
9338 case "(($ac_try" in
9339   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9340   *) ac_try_echo=$ac_try;;
9341 esac
9342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9343   (eval "$ac_link") 2>conftest.er1
9344   ac_status=$?
9345   grep -v '^ *+' conftest.er1 >conftest.err
9346   rm -f conftest.er1
9347   cat conftest.err >&5
9348   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9349   (exit $ac_status); } && {
9350          test -z "$ac_c_werror_flag" ||
9351          test ! -s conftest.err
9352        } && test -s conftest$ac_exeext &&
9353        $as_test_x conftest$ac_exeext; then
9354
9355 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
9356 }'`
9357 # Check for a 64-bit object if we didn't find anything.
9358 if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
9359 }'`; fi
9360 else
9361   echo "$as_me: failed program was:" >&5
9362 sed 's/^/| /' conftest.$ac_ext >&5
9363
9364
9365 fi
9366
9367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9368       conftest$ac_exeext conftest.$ac_ext
9369 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9370
9371          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9372           # Warning - without using the other run time loading flags,
9373           # -berok will link without error, but may produce a broken library.
9374           no_undefined_flag=' ${wl}-bernotok'
9375           allow_undefined_flag=' ${wl}-berok'
9376           # -bexpall does not export symbols beginning with underscore (_)
9377           always_export_symbols=yes
9378           # Exported symbols can be pulled into shared objects from archives
9379           whole_archive_flag_spec=' '
9380           archive_cmds_need_lc=yes
9381           # This is similar to how AIX traditionally builds its shared libraries.
9382           archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
9383         fi
9384       fi
9385       ;;
9386
9387     amigaos*)
9388       archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9389       hardcode_libdir_flag_spec='-L$libdir'
9390       hardcode_minus_L=yes
9391       # see comment about different semantics on the GNU ld section
9392       ld_shlibs=no
9393       ;;
9394
9395     bsdi[45]*)
9396       export_dynamic_flag_spec=-rdynamic
9397       ;;
9398
9399     cygwin* | mingw* | pw32*)
9400       # When not using gcc, we currently assume that we are using
9401       # Microsoft Visual C++.
9402       # hardcode_libdir_flag_spec is actually meaningless, as there is
9403       # no search path for DLLs.
9404       hardcode_libdir_flag_spec=' '
9405       allow_undefined_flag=unsupported
9406       # Tell ltmain to make .lib files, not .a files.
9407       libext=lib
9408       # Tell ltmain to make .dll files, not .so files.
9409       shrext_cmds=".dll"
9410       # FIXME: Setting linknames here is a bad hack.
9411       archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
9412       # The linker will automatically build a .lib file if we build a DLL.
9413       old_archive_From_new_cmds='true'
9414       # FIXME: Should let the user specify the lib program.
9415       old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
9416       fix_srcfile_path='`cygpath -w "$srcfile"`'
9417       enable_shared_with_static_runtimes=yes
9418       ;;
9419
9420     darwin* | rhapsody*)
9421       case $host_os in
9422         rhapsody* | darwin1.[012])
9423          allow_undefined_flag='${wl}-undefined ${wl}suppress'
9424          ;;
9425        *) # Darwin 1.3 on
9426          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
9427            allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
9428          else
9429            case ${MACOSX_DEPLOYMENT_TARGET} in
9430              10.[012])
9431                allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
9432                ;;
9433              10.*)
9434                allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
9435                ;;
9436            esac
9437          fi
9438          ;;
9439       esac
9440       archive_cmds_need_lc=no
9441       hardcode_direct=no
9442       hardcode_automatic=yes
9443       hardcode_shlibpath_var=unsupported
9444       whole_archive_flag_spec=''
9445       link_all_deplibs=yes
9446     if test "$GCC" = yes ; then
9447         output_verbose_link_cmd='echo'
9448         archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
9449       module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
9450       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
9451       archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
9452       module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
9453     else
9454       case $cc_basename in
9455         xlc*)
9456          output_verbose_link_cmd='echo'
9457          archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
9458          module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
9459           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
9460          archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
9461           module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
9462           ;;
9463        *)
9464          ld_shlibs=no
9465           ;;
9466       esac
9467     fi
9468       ;;
9469
9470     dgux*)
9471       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9472       hardcode_libdir_flag_spec='-L$libdir'
9473       hardcode_shlibpath_var=no
9474       ;;
9475
9476     freebsd1*)
9477       ld_shlibs=no
9478       ;;
9479
9480     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9481     # support.  Future versions do this automatically, but an explicit c++rt0.o
9482     # does not break anything, and helps significantly (at the cost of a little
9483     # extra space).
9484     freebsd2.2*)
9485       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9486       hardcode_libdir_flag_spec='-R$libdir'
9487       hardcode_direct=yes
9488       hardcode_shlibpath_var=no
9489       ;;
9490
9491     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9492     freebsd2*)
9493       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9494       hardcode_direct=yes
9495       hardcode_minus_L=yes
9496       hardcode_shlibpath_var=no
9497       ;;
9498
9499     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9500     freebsd* | kfreebsd*-gnu | dragonfly*)
9501       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9502       hardcode_libdir_flag_spec='-R$libdir'
9503       hardcode_direct=yes
9504       hardcode_shlibpath_var=no
9505       ;;
9506
9507     hpux9*)
9508       if test "$GCC" = yes; then
9509         archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9510       else
9511         archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9512       fi
9513       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9514       hardcode_libdir_separator=:
9515       hardcode_direct=yes
9516
9517       # hardcode_minus_L: Not really in the search PATH,
9518       # but as the default location of the library.
9519       hardcode_minus_L=yes
9520       export_dynamic_flag_spec='${wl}-E'
9521       ;;
9522
9523     hpux10* | hpux11*)
9524       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9525         case $host_cpu in
9526         hppa*64*|ia64*)
9527           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9528           ;;
9529         *)
9530           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9531           ;;
9532         esac
9533       else
9534         case $host_cpu in
9535         hppa*64*|ia64*)
9536           archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
9537           ;;
9538         *)
9539           archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9540           ;;
9541         esac
9542       fi
9543       if test "$with_gnu_ld" = no; then
9544         case $host_cpu in
9545         hppa*64*)
9546           hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9547           hardcode_libdir_flag_spec_ld='+b $libdir'
9548           hardcode_libdir_separator=:
9549           hardcode_direct=no
9550           hardcode_shlibpath_var=no
9551           ;;
9552         ia64*)
9553           hardcode_libdir_flag_spec='-L$libdir'
9554           hardcode_direct=no
9555           hardcode_shlibpath_var=no
9556
9557           # hardcode_minus_L: Not really in the search PATH,
9558           # but as the default location of the library.
9559           hardcode_minus_L=yes
9560           ;;
9561         *)
9562           hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9563           hardcode_libdir_separator=:
9564           hardcode_direct=yes
9565           export_dynamic_flag_spec='${wl}-E'
9566
9567           # hardcode_minus_L: Not really in the search PATH,
9568           # but as the default location of the library.
9569           hardcode_minus_L=yes
9570           ;;
9571         esac
9572       fi
9573       ;;
9574
9575     irix5* | irix6* | nonstopux*)
9576       if test "$GCC" = yes; then
9577         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9578       else
9579         archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
9580         hardcode_libdir_flag_spec_ld='-rpath $libdir'
9581       fi
9582       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9583       hardcode_libdir_separator=:
9584       link_all_deplibs=yes
9585       ;;
9586
9587     netbsd*)
9588       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
9589         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9590       else
9591         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
9592       fi
9593       hardcode_libdir_flag_spec='-R$libdir'
9594       hardcode_direct=yes
9595       hardcode_shlibpath_var=no
9596       ;;
9597
9598     newsos6)
9599       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9600       hardcode_direct=yes
9601       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9602       hardcode_libdir_separator=:
9603       hardcode_shlibpath_var=no
9604       ;;
9605
9606     openbsd*)
9607       hardcode_direct=yes
9608       hardcode_shlibpath_var=no
9609       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9610         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9611         archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9612         hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9613         export_dynamic_flag_spec='${wl}-E'
9614       else
9615        case $host_os in
9616          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9617            archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9618            hardcode_libdir_flag_spec='-R$libdir'
9619            ;;
9620          *)
9621            archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9622            hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9623            ;;
9624        esac
9625       fi
9626       ;;
9627
9628     os2*)
9629       hardcode_libdir_flag_spec='-L$libdir'
9630       hardcode_minus_L=yes
9631       allow_undefined_flag=unsupported
9632       archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
9633       old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9634       ;;
9635
9636     osf3*)
9637       if test "$GCC" = yes; then
9638         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9639         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9640       else
9641         allow_undefined_flag=' -expect_unresolved \*'
9642         archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
9643       fi
9644       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9645       hardcode_libdir_separator=:
9646       ;;
9647
9648     osf4* | osf5*)      # as osf3* with the addition of -msym flag
9649       if test "$GCC" = yes; then
9650         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9651         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9652         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9653       else
9654         allow_undefined_flag=' -expect_unresolved \*'
9655         archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
9656         archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
9657         $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
9658
9659         # Both c and cxx compiler support -rpath directly
9660         hardcode_libdir_flag_spec='-rpath $libdir'
9661       fi
9662       hardcode_libdir_separator=:
9663       ;;
9664
9665     sco3.2v5*)
9666       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9667       hardcode_shlibpath_var=no
9668       export_dynamic_flag_spec='${wl}-Bexport'
9669       runpath_var=LD_RUN_PATH
9670       hardcode_runpath_var=yes
9671       ;;
9672
9673     solaris*)
9674       no_undefined_flag=' -z text'
9675       if test "$GCC" = yes; then
9676         wlarc='${wl}'
9677         archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9678         archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
9679           $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
9680       else
9681         wlarc=''
9682         archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9683         archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
9684         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
9685       fi
9686       hardcode_libdir_flag_spec='-R$libdir'
9687       hardcode_shlibpath_var=no
9688       case $host_os in
9689       solaris2.[0-5] | solaris2.[0-5].*) ;;
9690       *)
9691         # The compiler driver will combine linker options so we
9692         # cannot just pass the convience library names through
9693         # without $wl, iff we do not link with $LD.
9694         # Luckily, gcc supports the same syntax we need for Sun Studio.
9695         # Supported since Solaris 2.6 (maybe 2.5.1?)
9696         case $wlarc in
9697         '')
9698           whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
9699         *)
9700           whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
9701         esac ;;
9702       esac
9703       link_all_deplibs=yes
9704       ;;
9705
9706     sunos4*)
9707       if test "x$host_vendor" = xsequent; then
9708         # Use $CC to link under sequent, because it throws in some extra .o
9709         # files that make .init and .fini sections work.
9710         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9711       else
9712         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9713       fi
9714       hardcode_libdir_flag_spec='-L$libdir'
9715       hardcode_direct=yes
9716       hardcode_minus_L=yes
9717       hardcode_shlibpath_var=no
9718       ;;
9719
9720     sysv4)
9721       case $host_vendor in
9722         sni)
9723           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9724           hardcode_direct=yes # is this really true???
9725         ;;
9726         siemens)
9727           ## LD is ld it makes a PLAMLIB
9728           ## CC just makes a GrossModule.
9729           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9730           reload_cmds='$CC -r -o $output$reload_objs'
9731           hardcode_direct=no
9732         ;;
9733         motorola)
9734           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9735           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9736         ;;
9737       esac
9738       runpath_var='LD_RUN_PATH'
9739       hardcode_shlibpath_var=no
9740       ;;
9741
9742     sysv4.3*)
9743       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9744       hardcode_shlibpath_var=no
9745       export_dynamic_flag_spec='-Bexport'
9746       ;;
9747
9748     sysv4*MP*)
9749       if test -d /usr/nec; then
9750         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9751         hardcode_shlibpath_var=no
9752         runpath_var=LD_RUN_PATH
9753         hardcode_runpath_var=yes
9754         ld_shlibs=yes
9755       fi
9756       ;;
9757
9758     sysv4.2uw2*)
9759       archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9760       hardcode_direct=yes
9761       hardcode_minus_L=no
9762       hardcode_shlibpath_var=no
9763       hardcode_runpath_var=yes
9764       runpath_var=LD_RUN_PATH
9765       ;;
9766
9767    sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
9768       no_undefined_flag='${wl}-z ${wl}text'
9769       if test "$GCC" = yes; then
9770         archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9771       else
9772         archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9773       fi
9774       runpath_var='LD_RUN_PATH'
9775       hardcode_shlibpath_var=no
9776       ;;
9777
9778     sysv5*)
9779       no_undefined_flag=' -z text'
9780       # $CC -shared without GNU ld will not create a library from C++
9781       # object files and a static libstdc++, better avoid it by now
9782       archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9783       archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
9784                 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
9785       hardcode_libdir_flag_spec=
9786       hardcode_shlibpath_var=no
9787       runpath_var='LD_RUN_PATH'
9788       ;;
9789
9790     uts4*)
9791       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9792       hardcode_libdir_flag_spec='-L$libdir'
9793       hardcode_shlibpath_var=no
9794       ;;
9795
9796     *)
9797       ld_shlibs=no
9798       ;;
9799     esac
9800   fi
9801
9802 { echo "$as_me:$LINENO: result: $ld_shlibs" >&5
9803 echo "${ECHO_T}$ld_shlibs" >&6; }
9804 test "$ld_shlibs" = no && can_build_shared=no
9805
9806 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9807 if test "$GCC" = yes; then
9808   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9809 fi
9810
9811 #
9812 # Do we need to explicitly link libc?
9813 #
9814 case "x$archive_cmds_need_lc" in
9815 x|xyes)
9816   # Assume -lc should be added
9817   archive_cmds_need_lc=yes
9818
9819   if test "$enable_shared" = yes && test "$GCC" = yes; then
9820     case $archive_cmds in
9821     *'~'*)
9822       # FIXME: we may have to deal with multi-command sequences.
9823       ;;
9824     '$CC '*)
9825       # Test whether the compiler implicitly links with -lc since on some
9826       # systems, -lgcc has to come before -lc. If gcc already passes -lc
9827       # to ld, don't add -lc before -lgcc.
9828       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9829 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
9830       $rm conftest*
9831       printf "$lt_simple_compile_test_code" > conftest.$ac_ext
9832
9833       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9834   (eval $ac_compile) 2>&5
9835   ac_status=$?
9836   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9837   (exit $ac_status); } 2>conftest.err; then
9838         soname=conftest
9839         lib=conftest
9840         libobjs=conftest.$ac_objext
9841         deplibs=
9842         wl=$lt_prog_compiler_wl
9843         compiler_flags=-v
9844         linker_flags=-v
9845         verstring=
9846         output_objdir=.
9847         libname=conftest
9848         lt_save_allow_undefined_flag=$allow_undefined_flag
9849         allow_undefined_flag=
9850         if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
9851   (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
9852   ac_status=$?
9853   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9854   (exit $ac_status); }
9855         then
9856           archive_cmds_need_lc=no
9857         else
9858           archive_cmds_need_lc=yes
9859         fi
9860         allow_undefined_flag=$lt_save_allow_undefined_flag
9861       else
9862         cat conftest.err 1>&5
9863       fi
9864       $rm conftest*
9865       { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
9866 echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
9867       ;;
9868     esac
9869   fi
9870   ;;
9871 esac
9872
9873 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9874 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
9875 library_names_spec=
9876 libname_spec='lib$name'
9877 soname_spec=
9878 shrext_cmds=".so"
9879 postinstall_cmds=
9880 postuninstall_cmds=
9881 finish_cmds=
9882 finish_eval=
9883 shlibpath_var=
9884 shlibpath_overrides_runpath=unknown
9885 version_type=none
9886 dynamic_linker="$host_os ld.so"
9887 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9888 if test "$GCC" = yes; then
9889   sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9890   if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
9891     # if the path contains ";" then we assume it to be the separator
9892     # otherwise default to the standard path separator (i.e. ":") - it is
9893     # assumed that no part of a normal pathname contains ";" but that should
9894     # okay in the real world where ";" in dirpaths is itself problematic.
9895     sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9896   else
9897     sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9898   fi
9899 else
9900   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9901 fi
9902 need_lib_prefix=unknown
9903 hardcode_into_libs=no
9904
9905 # when you set need_version to no, make sure it does not cause -set_version
9906 # flags to be left without arguments
9907 need_version=unknown
9908
9909 case $host_os in
9910 aix3*)
9911   version_type=linux
9912   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9913   shlibpath_var=LIBPATH
9914
9915   # AIX 3 has no versioning support, so we append a major version to the name.
9916   soname_spec='${libname}${release}${shared_ext}$major'
9917   ;;
9918
9919 aix4* | aix5*)
9920   version_type=linux
9921   need_lib_prefix=no
9922   need_version=no
9923   hardcode_into_libs=yes
9924   if test "$host_cpu" = ia64; then
9925     # AIX 5 supports IA64
9926     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9927     shlibpath_var=LD_LIBRARY_PATH
9928   else
9929     # With GCC up to 2.95.x, collect2 would create an import file
9930     # for dependence libraries.  The import file would start with
9931     # the line `#! .'.  This would cause the generated library to
9932     # depend on `.', always an invalid library.  This was fixed in
9933     # development snapshots of GCC prior to 3.0.
9934     case $host_os in
9935       aix4 | aix4.[01] | aix4.[01].*)
9936       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9937            echo ' yes '
9938            echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
9939         :
9940       else
9941         can_build_shared=no
9942       fi
9943       ;;
9944     esac
9945     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9946     # soname into executable. Probably we can add versioning support to
9947     # collect2, so additional links can be useful in future.
9948     if test "$aix_use_runtimelinking" = yes; then
9949       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9950       # instead of lib<name>.a to let people know that these are not
9951       # typical AIX shared libraries.
9952       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9953     else
9954       # We preserve .a as extension for shared libraries through AIX4.2
9955       # and later when we are not doing run time linking.
9956       library_names_spec='${libname}${release}.a $libname.a'
9957       soname_spec='${libname}${release}${shared_ext}$major'
9958     fi
9959     shlibpath_var=LIBPATH
9960   fi
9961   ;;
9962
9963 amigaos*)
9964   library_names_spec='$libname.ixlibrary $libname.a'
9965   # Create ${libname}_ixlibrary.a entries in /sys/libs.
9966   finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
9967   ;;
9968
9969 beos*)
9970   library_names_spec='${libname}${shared_ext}'
9971   dynamic_linker="$host_os ld.so"
9972   shlibpath_var=LIBRARY_PATH
9973   ;;
9974
9975 bsdi[45]*)
9976   version_type=linux
9977   need_version=no
9978   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9979   soname_spec='${libname}${release}${shared_ext}$major'
9980   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9981   shlibpath_var=LD_LIBRARY_PATH
9982   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9983   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9984   # the default ld.so.conf also contains /usr/contrib/lib and
9985   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9986   # libtool to hard-code these into programs
9987   ;;
9988
9989 cygwin* | mingw* | pw32*)
9990   version_type=windows
9991   shrext_cmds=".dll"
9992   need_version=no
9993   need_lib_prefix=no
9994
9995   case $GCC,$host_os in
9996   yes,cygwin* | yes,mingw* | yes,pw32*)
9997     library_names_spec='$libname.dll.a'
9998     # DLL is installed to $(libdir)/../bin by postinstall_cmds
9999     postinstall_cmds='base_file=`basename \${file}`~
10000       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
10001       dldir=$destdir/`dirname \$dlpath`~
10002       test -d \$dldir || mkdir -p \$dldir~
10003       $install_prog $dir/$dlname \$dldir/$dlname~
10004       chmod a+x \$dldir/$dlname'
10005     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10006       dlpath=$dir/\$dldll~
10007        $rm \$dlpath'
10008     shlibpath_overrides_runpath=yes
10009
10010     case $host_os in
10011     cygwin*)
10012       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10013       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10014       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
10015       ;;
10016     mingw*)
10017       # MinGW DLLs use traditional 'lib' prefix
10018       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10019       sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
10020       if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
10021         # It is most probably a Windows format PATH printed by
10022         # mingw gcc, but we are running on Cygwin. Gcc prints its search
10023         # path with ; separators, and with drive letters. We can handle the
10024         # drive letters (cygwin fileutils understands them), so leave them,
10025         # especially as we might pass files found there to a mingw objdump,
10026         # which wouldn't understand a cygwinified path. Ahh.
10027         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10028       else
10029         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
10030       fi
10031       ;;
10032     pw32*)
10033       # pw32 DLLs use 'pw' prefix rather than 'lib'
10034       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10035       ;;
10036     esac
10037     ;;
10038
10039   *)
10040     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10041     ;;
10042   esac
10043   dynamic_linker='Win32 ld.exe'
10044   # FIXME: first we should search . and the directory the executable is in
10045   shlibpath_var=PATH
10046   ;;
10047
10048 darwin* | rhapsody*)
10049   dynamic_linker="$host_os dyld"
10050   version_type=darwin
10051   need_lib_prefix=no
10052   need_version=no
10053   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10054   soname_spec='${libname}${release}${major}$shared_ext'
10055   shlibpath_overrides_runpath=yes
10056   shlibpath_var=DYLD_LIBRARY_PATH
10057   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10058   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
10059   if test "$GCC" = yes; then
10060     sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
10061   else
10062     sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
10063   fi
10064   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10065   ;;
10066
10067 dgux*)
10068   version_type=linux
10069   need_lib_prefix=no
10070   need_version=no
10071   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10072   soname_spec='${libname}${release}${shared_ext}$major'
10073   shlibpath_var=LD_LIBRARY_PATH
10074   ;;
10075
10076 freebsd1*)
10077   dynamic_linker=no
10078   ;;
10079
10080 kfreebsd*-gnu)
10081   version_type=linux
10082   need_lib_prefix=no
10083   need_version=no
10084   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10085   soname_spec='${libname}${release}${shared_ext}$major'
10086   shlibpath_var=LD_LIBRARY_PATH
10087   shlibpath_overrides_runpath=no
10088   hardcode_into_libs=yes
10089   dynamic_linker='GNU ld.so'
10090   ;;
10091
10092 freebsd* | dragonfly*)
10093   # DragonFly does not have aout.  When/if they implement a new
10094   # versioning mechanism, adjust this.
10095   if test -x /usr/bin/objformat; then
10096     objformat=`/usr/bin/objformat`
10097   else
10098     case $host_os in
10099     freebsd[123]*) objformat=aout ;;
10100     *) objformat=elf ;;
10101     esac
10102   fi
10103   version_type=freebsd-$objformat
10104   case $version_type in
10105     freebsd-elf*)
10106       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10107       need_version=no
10108       need_lib_prefix=no
10109       ;;
10110     freebsd-*)
10111       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10112       need_version=yes
10113       ;;
10114   esac
10115   shlibpath_var=LD_LIBRARY_PATH
10116   case $host_os in
10117   freebsd2*)
10118     shlibpath_overrides_runpath=yes
10119     ;;
10120   freebsd3.[01]* | freebsdelf3.[01]*)
10121     shlibpath_overrides_runpath=yes
10122     hardcode_into_libs=yes
10123     ;;
10124   *) # from 3.2 on
10125     shlibpath_overrides_runpath=no
10126     hardcode_into_libs=yes
10127     ;;
10128   esac
10129   ;;
10130
10131 gnu*)
10132   version_type=linux
10133   need_lib_prefix=no
10134   need_version=no
10135   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10136   soname_spec='${libname}${release}${shared_ext}$major'
10137   shlibpath_var=LD_LIBRARY_PATH
10138   hardcode_into_libs=yes
10139   ;;
10140
10141 hpux9* | hpux10* | hpux11*)
10142   # Give a soname corresponding to the major version so that dld.sl refuses to
10143   # link against other versions.
10144   version_type=sunos
10145   need_lib_prefix=no
10146   need_version=no
10147   case $host_cpu in
10148   ia64*)
10149     shrext_cmds='.so'
10150     hardcode_into_libs=yes
10151     dynamic_linker="$host_os dld.so"
10152     shlibpath_var=LD_LIBRARY_PATH
10153     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10154     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10155     soname_spec='${libname}${release}${shared_ext}$major'
10156     if test "X$HPUX_IA64_MODE" = X32; then
10157       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10158     else
10159       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10160     fi
10161     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10162     ;;
10163    hppa*64*)
10164      shrext_cmds='.sl'
10165      hardcode_into_libs=yes
10166      dynamic_linker="$host_os dld.sl"
10167      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10168      shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10169      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10170      soname_spec='${libname}${release}${shared_ext}$major'
10171      sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10172      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10173      ;;
10174    *)
10175     shrext_cmds='.sl'
10176     dynamic_linker="$host_os dld.sl"
10177     shlibpath_var=SHLIB_PATH
10178     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10179     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10180     soname_spec='${libname}${release}${shared_ext}$major'
10181     ;;
10182   esac
10183   # HP-UX runs *really* slowly unless shared libraries are mode 555.
10184   postinstall_cmds='chmod 555 $lib'
10185   ;;
10186
10187 irix5* | irix6* | nonstopux*)
10188   case $host_os in
10189     nonstopux*) version_type=nonstopux ;;
10190     *)
10191         if test "$lt_cv_prog_gnu_ld" = yes; then
10192                 version_type=linux
10193         else
10194                 version_type=irix
10195         fi ;;
10196   esac
10197   need_lib_prefix=no
10198   need_version=no
10199   soname_spec='${libname}${release}${shared_ext}$major'
10200   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10201   case $host_os in
10202   irix5* | nonstopux*)
10203     libsuff= shlibsuff=
10204     ;;
10205   *)
10206     case $LD in # libtool.m4 will add one of these switches to LD
10207     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10208       libsuff= shlibsuff= libmagic=32-bit;;
10209     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10210       libsuff=32 shlibsuff=N32 libmagic=N32;;
10211     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10212       libsuff=64 shlibsuff=64 libmagic=64-bit;;
10213     *) libsuff= shlibsuff= libmagic=never-match;;
10214     esac
10215     ;;
10216   esac
10217   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10218   shlibpath_overrides_runpath=no
10219   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10220   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10221   hardcode_into_libs=yes
10222   ;;
10223
10224 # No shared lib support for Linux oldld, aout, or coff.
10225 linux*oldld* | linux*aout* | linux*coff*)
10226   dynamic_linker=no
10227   ;;
10228
10229 # This must be Linux ELF.
10230 linux*)
10231   version_type=linux
10232   need_lib_prefix=no
10233   need_version=no
10234   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10235   soname_spec='${libname}${release}${shared_ext}$major'
10236   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10237   shlibpath_var=LD_LIBRARY_PATH
10238   shlibpath_overrides_runpath=no
10239   # This implies no fast_install, which is unacceptable.
10240   # Some rework will be needed to allow for fast_install
10241   # before this can be enabled.
10242   hardcode_into_libs=yes
10243
10244   # Append ld.so.conf contents to the search path
10245   if test -f /etc/ld.so.conf; then
10246     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,        ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
10247     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10248   fi
10249
10250   # We used to test for /lib/ld.so.1 and disable shared libraries on
10251   # powerpc, because MkLinux only supported shared libraries with the
10252   # GNU dynamic linker.  Since this was broken with cross compilers,
10253   # most powerpc-linux boxes support dynamic linking these days and
10254   # people can always --disable-shared, the test was removed, and we
10255   # assume the GNU/Linux dynamic linker is in use.
10256   dynamic_linker='GNU/Linux ld.so'
10257   ;;
10258
10259 knetbsd*-gnu)
10260   version_type=linux
10261   need_lib_prefix=no
10262   need_version=no
10263   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10264   soname_spec='${libname}${release}${shared_ext}$major'
10265   shlibpath_var=LD_LIBRARY_PATH
10266   shlibpath_overrides_runpath=no
10267   hardcode_into_libs=yes
10268   dynamic_linker='GNU ld.so'
10269   ;;
10270
10271 netbsd*)
10272   version_type=sunos
10273   need_lib_prefix=no
10274   need_version=no
10275   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
10276     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10277     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10278     dynamic_linker='NetBSD (a.out) ld.so'
10279   else
10280     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10281     soname_spec='${libname}${release}${shared_ext}$major'
10282     dynamic_linker='NetBSD ld.elf_so'
10283   fi
10284   shlibpath_var=LD_LIBRARY_PATH
10285   shlibpath_overrides_runpath=yes
10286   hardcode_into_libs=yes
10287   ;;
10288
10289 newsos6)
10290   version_type=linux
10291   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10292   shlibpath_var=LD_LIBRARY_PATH
10293   shlibpath_overrides_runpath=yes
10294   ;;
10295
10296 nto-qnx*)
10297   version_type=linux
10298   need_lib_prefix=no
10299   need_version=no
10300   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10301   soname_spec='${libname}${release}${shared_ext}$major'
10302   shlibpath_var=LD_LIBRARY_PATH
10303   shlibpath_overrides_runpath=yes
10304   ;;
10305
10306 openbsd*)
10307   version_type=sunos
10308   need_lib_prefix=no
10309   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10310   case $host_os in
10311     openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10312     *)                         need_version=no  ;;
10313   esac
10314   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10315   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10316   shlibpath_var=LD_LIBRARY_PATH
10317   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10318     case $host_os in
10319       openbsd2.[89] | openbsd2.[89].*)
10320         shlibpath_overrides_runpath=no
10321         ;;
10322       *)
10323         shlibpath_overrides_runpath=yes
10324         ;;
10325       esac
10326   else
10327     shlibpath_overrides_runpath=yes
10328   fi
10329   ;;
10330
10331 os2*)
10332   libname_spec='$name'
10333   shrext_cmds=".dll"
10334   need_lib_prefix=no
10335   library_names_spec='$libname${shared_ext} $libname.a'
10336   dynamic_linker='OS/2 ld.exe'
10337   shlibpath_var=LIBPATH
10338   ;;
10339
10340 osf3* | osf4* | osf5*)
10341   version_type=osf
10342   need_lib_prefix=no
10343   need_version=no
10344   soname_spec='${libname}${release}${shared_ext}$major'
10345   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10346   shlibpath_var=LD_LIBRARY_PATH
10347   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10348   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10349   ;;
10350
10351 sco3.2v5*)
10352   version_type=osf
10353   soname_spec='${libname}${release}${shared_ext}$major'
10354   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10355   shlibpath_var=LD_LIBRARY_PATH
10356   ;;
10357
10358 solaris*)
10359   version_type=linux
10360   need_lib_prefix=no
10361   need_version=no
10362   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10363   soname_spec='${libname}${release}${shared_ext}$major'
10364   shlibpath_var=LD_LIBRARY_PATH
10365   shlibpath_overrides_runpath=yes
10366   hardcode_into_libs=yes
10367   # ldd complains unless libraries are executable
10368   postinstall_cmds='chmod +x $lib'
10369   ;;
10370
10371 sunos4*)
10372   version_type=sunos
10373   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10374   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10375   shlibpath_var=LD_LIBRARY_PATH
10376   shlibpath_overrides_runpath=yes
10377   if test "$with_gnu_ld" = yes; then
10378     need_lib_prefix=no
10379   fi
10380   need_version=yes
10381   ;;
10382
10383 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10384   version_type=linux
10385   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10386   soname_spec='${libname}${release}${shared_ext}$major'
10387   shlibpath_var=LD_LIBRARY_PATH
10388   case $host_vendor in
10389     sni)
10390       shlibpath_overrides_runpath=no
10391       need_lib_prefix=no
10392       export_dynamic_flag_spec='${wl}-Blargedynsym'
10393       runpath_var=LD_RUN_PATH
10394       ;;
10395     siemens)
10396       need_lib_prefix=no
10397       ;;
10398     motorola)
10399       need_lib_prefix=no
10400       need_version=no
10401       shlibpath_overrides_runpath=no
10402       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10403       ;;
10404   esac
10405   ;;
10406
10407 sysv4*MP*)
10408   if test -d /usr/nec ;then
10409     version_type=linux
10410     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10411     soname_spec='$libname${shared_ext}.$major'
10412     shlibpath_var=LD_LIBRARY_PATH
10413   fi
10414   ;;
10415
10416 uts4*)
10417   version_type=linux
10418   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10419   soname_spec='${libname}${release}${shared_ext}$major'
10420   shlibpath_var=LD_LIBRARY_PATH
10421   ;;
10422
10423 *)
10424   dynamic_linker=no
10425   ;;
10426 esac
10427 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
10428 echo "${ECHO_T}$dynamic_linker" >&6; }
10429 test "$dynamic_linker" = no && can_build_shared=no
10430
10431 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
10432 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
10433 hardcode_action=
10434 if test -n "$hardcode_libdir_flag_spec" || \
10435    test -n "$runpath_var" || \
10436    test "X$hardcode_automatic" = "Xyes" ; then
10437
10438   # We can hardcode non-existant directories.
10439   if test "$hardcode_direct" != no &&
10440      # If the only mechanism to avoid hardcoding is shlibpath_var, we
10441      # have to relink, otherwise we might link with an installed library
10442      # when we should be linking with a yet-to-be-installed one
10443      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no &&
10444      test "$hardcode_minus_L" != no; then
10445     # Linking always hardcodes the temporary library directory.
10446     hardcode_action=relink
10447   else
10448     # We can link without hardcoding, and we can hardcode nonexisting dirs.
10449     hardcode_action=immediate
10450   fi
10451 else
10452   # We cannot hardcode anything, or else we can only hardcode existing
10453   # directories.
10454   hardcode_action=unsupported
10455 fi
10456 { echo "$as_me:$LINENO: result: $hardcode_action" >&5
10457 echo "${ECHO_T}$hardcode_action" >&6; }
10458
10459 if test "$hardcode_action" = relink; then
10460   # Fast installation is not supported
10461   enable_fast_install=no
10462 elif test "$shlibpath_overrides_runpath" = yes ||
10463      test "$enable_shared" = no; then
10464   # Fast installation is not necessary
10465   enable_fast_install=needless
10466 fi
10467
10468 striplib=
10469 old_striplib=
10470 { echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
10471 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
10472 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
10473   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10474   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10475   { echo "$as_me:$LINENO: result: yes" >&5
10476 echo "${ECHO_T}yes" >&6; }
10477 else
10478 # FIXME - insert some real tests, host_os isn't really good enough
10479   case $host_os in
10480    darwin*)
10481        if test -n "$STRIP" ; then
10482          striplib="$STRIP -x"
10483          { echo "$as_me:$LINENO: result: yes" >&5
10484 echo "${ECHO_T}yes" >&6; }
10485        else
10486   { echo "$as_me:$LINENO: result: no" >&5
10487 echo "${ECHO_T}no" >&6; }
10488 fi
10489        ;;
10490    *)
10491   { echo "$as_me:$LINENO: result: no" >&5
10492 echo "${ECHO_T}no" >&6; }
10493     ;;
10494   esac
10495 fi
10496
10497 if test "x$enable_dlopen" != xyes; then
10498   enable_dlopen=unknown
10499   enable_dlopen_self=unknown
10500   enable_dlopen_self_static=unknown
10501 else
10502   lt_cv_dlopen=no
10503   lt_cv_dlopen_libs=
10504
10505   case $host_os in
10506   beos*)
10507     lt_cv_dlopen="load_add_on"
10508     lt_cv_dlopen_libs=
10509     lt_cv_dlopen_self=yes
10510     ;;
10511
10512   mingw* | pw32*)
10513     lt_cv_dlopen="LoadLibrary"
10514     lt_cv_dlopen_libs=
10515    ;;
10516
10517   cygwin*)
10518     lt_cv_dlopen="dlopen"
10519     lt_cv_dlopen_libs=
10520    ;;
10521
10522   darwin*)
10523   # if libdl is installed we need to link against it
10524     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10525 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
10526 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10527   echo $ECHO_N "(cached) $ECHO_C" >&6
10528 else
10529   ac_check_lib_save_LIBS=$LIBS
10530 LIBS="-ldl  $LIBS"
10531 cat >conftest.$ac_ext <<_ACEOF
10532 /* confdefs.h.  */
10533 _ACEOF
10534 cat confdefs.h >>conftest.$ac_ext
10535 cat >>conftest.$ac_ext <<_ACEOF
10536 /* end confdefs.h.  */
10537
10538 /* Override any GCC internal prototype to avoid an error.
10539    Use char because int might match the return type of a GCC
10540    builtin and then its argument prototype would still apply.  */
10541 #ifdef __cplusplus
10542 extern "C"
10543 #endif
10544 char dlopen ();
10545 int
10546 main ()
10547 {
10548 return dlopen ();
10549   ;
10550   return 0;
10551 }
10552 _ACEOF
10553 rm -f conftest.$ac_objext conftest$ac_exeext
10554 if { (ac_try="$ac_link"
10555 case "(($ac_try" in
10556   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10557   *) ac_try_echo=$ac_try;;
10558 esac
10559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10560   (eval "$ac_link") 2>conftest.er1
10561   ac_status=$?
10562   grep -v '^ *+' conftest.er1 >conftest.err
10563   rm -f conftest.er1
10564   cat conftest.err >&5
10565   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10566   (exit $ac_status); } && {
10567          test -z "$ac_c_werror_flag" ||
10568          test ! -s conftest.err
10569        } && test -s conftest$ac_exeext &&
10570        $as_test_x conftest$ac_exeext; then
10571   ac_cv_lib_dl_dlopen=yes
10572 else
10573   echo "$as_me: failed program was:" >&5
10574 sed 's/^/| /' conftest.$ac_ext >&5
10575
10576         ac_cv_lib_dl_dlopen=no
10577 fi
10578
10579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10580       conftest$ac_exeext conftest.$ac_ext
10581 LIBS=$ac_check_lib_save_LIBS
10582 fi
10583 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10584 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
10585 if test $ac_cv_lib_dl_dlopen = yes; then
10586   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10587 else
10588
10589     lt_cv_dlopen="dyld"
10590     lt_cv_dlopen_libs=
10591     lt_cv_dlopen_self=yes
10592
10593 fi
10594
10595    ;;
10596
10597   *)
10598     { echo "$as_me:$LINENO: checking for shl_load" >&5
10599 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
10600 if test "${ac_cv_func_shl_load+set}" = set; then
10601   echo $ECHO_N "(cached) $ECHO_C" >&6
10602 else
10603   cat >conftest.$ac_ext <<_ACEOF
10604 /* confdefs.h.  */
10605 _ACEOF
10606 cat confdefs.h >>conftest.$ac_ext
10607 cat >>conftest.$ac_ext <<_ACEOF
10608 /* end confdefs.h.  */
10609 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
10610    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10611 #define shl_load innocuous_shl_load
10612
10613 /* System header to define __stub macros and hopefully few prototypes,
10614     which can conflict with char shl_load (); below.
10615     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10616     <limits.h> exists even on freestanding compilers.  */
10617
10618 #ifdef __STDC__
10619 # include <limits.h>
10620 #else
10621 # include <assert.h>
10622 #endif
10623
10624 #undef shl_load
10625
10626 /* Override any GCC internal prototype to avoid an error.
10627    Use char because int might match the return type of a GCC
10628    builtin and then its argument prototype would still apply.  */
10629 #ifdef __cplusplus
10630 extern "C"
10631 #endif
10632 char shl_load ();
10633 /* The GNU C library defines this for functions which it implements
10634     to always fail with ENOSYS.  Some functions are actually named
10635     something starting with __ and the normal name is an alias.  */
10636 #if defined __stub_shl_load || defined __stub___shl_load
10637 choke me
10638 #endif
10639
10640 int
10641 main ()
10642 {
10643 return shl_load ();
10644   ;
10645   return 0;
10646 }
10647 _ACEOF
10648 rm -f conftest.$ac_objext conftest$ac_exeext
10649 if { (ac_try="$ac_link"
10650 case "(($ac_try" in
10651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10652   *) ac_try_echo=$ac_try;;
10653 esac
10654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10655   (eval "$ac_link") 2>conftest.er1
10656   ac_status=$?
10657   grep -v '^ *+' conftest.er1 >conftest.err
10658   rm -f conftest.er1
10659   cat conftest.err >&5
10660   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10661   (exit $ac_status); } && {
10662          test -z "$ac_c_werror_flag" ||
10663          test ! -s conftest.err
10664        } && test -s conftest$ac_exeext &&
10665        $as_test_x conftest$ac_exeext; then
10666   ac_cv_func_shl_load=yes
10667 else
10668   echo "$as_me: failed program was:" >&5
10669 sed 's/^/| /' conftest.$ac_ext >&5
10670
10671         ac_cv_func_shl_load=no
10672 fi
10673
10674 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10675       conftest$ac_exeext conftest.$ac_ext
10676 fi
10677 { echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10678 echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
10679 if test $ac_cv_func_shl_load = yes; then
10680   lt_cv_dlopen="shl_load"
10681 else
10682   { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10683 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
10684 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
10685   echo $ECHO_N "(cached) $ECHO_C" >&6
10686 else
10687   ac_check_lib_save_LIBS=$LIBS
10688 LIBS="-ldld  $LIBS"
10689 cat >conftest.$ac_ext <<_ACEOF
10690 /* confdefs.h.  */
10691 _ACEOF
10692 cat confdefs.h >>conftest.$ac_ext
10693 cat >>conftest.$ac_ext <<_ACEOF
10694 /* end confdefs.h.  */
10695
10696 /* Override any GCC internal prototype to avoid an error.
10697    Use char because int might match the return type of a GCC
10698    builtin and then its argument prototype would still apply.  */
10699 #ifdef __cplusplus
10700 extern "C"
10701 #endif
10702 char shl_load ();
10703 int
10704 main ()
10705 {
10706 return shl_load ();
10707   ;
10708   return 0;
10709 }
10710 _ACEOF
10711 rm -f conftest.$ac_objext conftest$ac_exeext
10712 if { (ac_try="$ac_link"
10713 case "(($ac_try" in
10714   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10715   *) ac_try_echo=$ac_try;;
10716 esac
10717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10718   (eval "$ac_link") 2>conftest.er1
10719   ac_status=$?
10720   grep -v '^ *+' conftest.er1 >conftest.err
10721   rm -f conftest.er1
10722   cat conftest.err >&5
10723   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10724   (exit $ac_status); } && {
10725          test -z "$ac_c_werror_flag" ||
10726          test ! -s conftest.err
10727        } && test -s conftest$ac_exeext &&
10728        $as_test_x conftest$ac_exeext; then
10729   ac_cv_lib_dld_shl_load=yes
10730 else
10731   echo "$as_me: failed program was:" >&5
10732 sed 's/^/| /' conftest.$ac_ext >&5
10733
10734         ac_cv_lib_dld_shl_load=no
10735 fi
10736
10737 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10738       conftest$ac_exeext conftest.$ac_ext
10739 LIBS=$ac_check_lib_save_LIBS
10740 fi
10741 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10742 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
10743 if test $ac_cv_lib_dld_shl_load = yes; then
10744   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
10745 else
10746   { echo "$as_me:$LINENO: checking for dlopen" >&5
10747 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
10748 if test "${ac_cv_func_dlopen+set}" = set; then
10749   echo $ECHO_N "(cached) $ECHO_C" >&6
10750 else
10751   cat >conftest.$ac_ext <<_ACEOF
10752 /* confdefs.h.  */
10753 _ACEOF
10754 cat confdefs.h >>conftest.$ac_ext
10755 cat >>conftest.$ac_ext <<_ACEOF
10756 /* end confdefs.h.  */
10757 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10758    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10759 #define dlopen innocuous_dlopen
10760
10761 /* System header to define __stub macros and hopefully few prototypes,
10762     which can conflict with char dlopen (); below.
10763     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10764     <limits.h> exists even on freestanding compilers.  */
10765
10766 #ifdef __STDC__
10767 # include <limits.h>
10768 #else
10769 # include <assert.h>
10770 #endif
10771
10772 #undef dlopen
10773
10774 /* Override any GCC internal prototype to avoid an error.
10775    Use char because int might match the return type of a GCC
10776    builtin and then its argument prototype would still apply.  */
10777 #ifdef __cplusplus
10778 extern "C"
10779 #endif
10780 char dlopen ();
10781 /* The GNU C library defines this for functions which it implements
10782     to always fail with ENOSYS.  Some functions are actually named
10783     something starting with __ and the normal name is an alias.  */
10784 #if defined __stub_dlopen || defined __stub___dlopen
10785 choke me
10786 #endif
10787
10788 int
10789 main ()
10790 {
10791 return dlopen ();
10792   ;
10793   return 0;
10794 }
10795 _ACEOF
10796 rm -f conftest.$ac_objext conftest$ac_exeext
10797 if { (ac_try="$ac_link"
10798 case "(($ac_try" in
10799   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10800   *) ac_try_echo=$ac_try;;
10801 esac
10802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10803   (eval "$ac_link") 2>conftest.er1
10804   ac_status=$?
10805   grep -v '^ *+' conftest.er1 >conftest.err
10806   rm -f conftest.er1
10807   cat conftest.err >&5
10808   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10809   (exit $ac_status); } && {
10810          test -z "$ac_c_werror_flag" ||
10811          test ! -s conftest.err
10812        } && test -s conftest$ac_exeext &&
10813        $as_test_x conftest$ac_exeext; then
10814   ac_cv_func_dlopen=yes
10815 else
10816   echo "$as_me: failed program was:" >&5
10817 sed 's/^/| /' conftest.$ac_ext >&5
10818
10819         ac_cv_func_dlopen=no
10820 fi
10821
10822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10823       conftest$ac_exeext conftest.$ac_ext
10824 fi
10825 { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10826 echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
10827 if test $ac_cv_func_dlopen = yes; then
10828   lt_cv_dlopen="dlopen"
10829 else
10830   { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10831 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
10832 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10833   echo $ECHO_N "(cached) $ECHO_C" >&6
10834 else
10835   ac_check_lib_save_LIBS=$LIBS
10836 LIBS="-ldl  $LIBS"
10837 cat >conftest.$ac_ext <<_ACEOF
10838 /* confdefs.h.  */
10839 _ACEOF
10840 cat confdefs.h >>conftest.$ac_ext
10841 cat >>conftest.$ac_ext <<_ACEOF
10842 /* end confdefs.h.  */
10843
10844 /* Override any GCC internal prototype to avoid an error.
10845    Use char because int might match the return type of a GCC
10846    builtin and then its argument prototype would still apply.  */
10847 #ifdef __cplusplus
10848 extern "C"
10849 #endif
10850 char dlopen ();
10851 int
10852 main ()
10853 {
10854 return dlopen ();
10855   ;
10856   return 0;
10857 }
10858 _ACEOF
10859 rm -f conftest.$ac_objext conftest$ac_exeext
10860 if { (ac_try="$ac_link"
10861 case "(($ac_try" in
10862   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10863   *) ac_try_echo=$ac_try;;
10864 esac
10865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10866   (eval "$ac_link") 2>conftest.er1
10867   ac_status=$?
10868   grep -v '^ *+' conftest.er1 >conftest.err
10869   rm -f conftest.er1
10870   cat conftest.err >&5
10871   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10872   (exit $ac_status); } && {
10873          test -z "$ac_c_werror_flag" ||
10874          test ! -s conftest.err
10875        } && test -s conftest$ac_exeext &&
10876        $as_test_x conftest$ac_exeext; then
10877   ac_cv_lib_dl_dlopen=yes
10878 else
10879   echo "$as_me: failed program was:" >&5
10880 sed 's/^/| /' conftest.$ac_ext >&5
10881
10882         ac_cv_lib_dl_dlopen=no
10883 fi
10884
10885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10886       conftest$ac_exeext conftest.$ac_ext
10887 LIBS=$ac_check_lib_save_LIBS
10888 fi
10889 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10890 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
10891 if test $ac_cv_lib_dl_dlopen = yes; then
10892   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10893 else
10894   { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10895 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
10896 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
10897   echo $ECHO_N "(cached) $ECHO_C" >&6
10898 else
10899   ac_check_lib_save_LIBS=$LIBS
10900 LIBS="-lsvld  $LIBS"
10901 cat >conftest.$ac_ext <<_ACEOF
10902 /* confdefs.h.  */
10903 _ACEOF
10904 cat confdefs.h >>conftest.$ac_ext
10905 cat >>conftest.$ac_ext <<_ACEOF
10906 /* end confdefs.h.  */
10907
10908 /* Override any GCC internal prototype to avoid an error.
10909    Use char because int might match the return type of a GCC
10910    builtin and then its argument prototype would still apply.  */
10911 #ifdef __cplusplus
10912 extern "C"
10913 #endif
10914 char dlopen ();
10915 int
10916 main ()
10917 {
10918 return dlopen ();
10919   ;
10920   return 0;
10921 }
10922 _ACEOF
10923 rm -f conftest.$ac_objext conftest$ac_exeext
10924 if { (ac_try="$ac_link"
10925 case "(($ac_try" in
10926   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10927   *) ac_try_echo=$ac_try;;
10928 esac
10929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10930   (eval "$ac_link") 2>conftest.er1
10931   ac_status=$?
10932   grep -v '^ *+' conftest.er1 >conftest.err
10933   rm -f conftest.er1
10934   cat conftest.err >&5
10935   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10936   (exit $ac_status); } && {
10937          test -z "$ac_c_werror_flag" ||
10938          test ! -s conftest.err
10939        } && test -s conftest$ac_exeext &&
10940        $as_test_x conftest$ac_exeext; then
10941   ac_cv_lib_svld_dlopen=yes
10942 else
10943   echo "$as_me: failed program was:" >&5
10944 sed 's/^/| /' conftest.$ac_ext >&5
10945
10946         ac_cv_lib_svld_dlopen=no
10947 fi
10948
10949 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10950       conftest$ac_exeext conftest.$ac_ext
10951 LIBS=$ac_check_lib_save_LIBS
10952 fi
10953 { echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10954 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
10955 if test $ac_cv_lib_svld_dlopen = yes; then
10956   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10957 else
10958   { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10959 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
10960 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
10961   echo $ECHO_N "(cached) $ECHO_C" >&6
10962 else
10963   ac_check_lib_save_LIBS=$LIBS
10964 LIBS="-ldld  $LIBS"
10965 cat >conftest.$ac_ext <<_ACEOF
10966 /* confdefs.h.  */
10967 _ACEOF
10968 cat confdefs.h >>conftest.$ac_ext
10969 cat >>conftest.$ac_ext <<_ACEOF
10970 /* end confdefs.h.  */
10971
10972 /* Override any GCC internal prototype to avoid an error.
10973    Use char because int might match the return type of a GCC
10974    builtin and then its argument prototype would still apply.  */
10975 #ifdef __cplusplus
10976 extern "C"
10977 #endif
10978 char dld_link ();
10979 int
10980 main ()
10981 {
10982 return dld_link ();
10983   ;
10984   return 0;
10985 }
10986 _ACEOF
10987 rm -f conftest.$ac_objext conftest$ac_exeext
10988 if { (ac_try="$ac_link"
10989 case "(($ac_try" in
10990   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10991   *) ac_try_echo=$ac_try;;
10992 esac
10993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10994   (eval "$ac_link") 2>conftest.er1
10995   ac_status=$?
10996   grep -v '^ *+' conftest.er1 >conftest.err
10997   rm -f conftest.er1
10998   cat conftest.err >&5
10999   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11000   (exit $ac_status); } && {
11001          test -z "$ac_c_werror_flag" ||
11002          test ! -s conftest.err
11003        } && test -s conftest$ac_exeext &&
11004        $as_test_x conftest$ac_exeext; then
11005   ac_cv_lib_dld_dld_link=yes
11006 else
11007   echo "$as_me: failed program was:" >&5
11008 sed 's/^/| /' conftest.$ac_ext >&5
11009
11010         ac_cv_lib_dld_dld_link=no
11011 fi
11012
11013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11014       conftest$ac_exeext conftest.$ac_ext
11015 LIBS=$ac_check_lib_save_LIBS
11016 fi
11017 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
11018 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
11019 if test $ac_cv_lib_dld_dld_link = yes; then
11020   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
11021 fi
11022
11023
11024 fi
11025
11026
11027 fi
11028
11029
11030 fi
11031
11032
11033 fi
11034
11035
11036 fi
11037
11038     ;;
11039   esac
11040
11041   if test "x$lt_cv_dlopen" != xno; then
11042     enable_dlopen=yes
11043   else
11044     enable_dlopen=no
11045   fi
11046
11047   case $lt_cv_dlopen in
11048   dlopen)
11049     save_CPPFLAGS="$CPPFLAGS"
11050     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11051
11052     save_LDFLAGS="$LDFLAGS"
11053     eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11054
11055     save_LIBS="$LIBS"
11056     LIBS="$lt_cv_dlopen_libs $LIBS"
11057
11058     { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
11059 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
11060 if test "${lt_cv_dlopen_self+set}" = set; then
11061   echo $ECHO_N "(cached) $ECHO_C" >&6
11062 else
11063           if test "$cross_compiling" = yes; then :
11064   lt_cv_dlopen_self=cross
11065 else
11066   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11067   lt_status=$lt_dlunknown
11068   cat > conftest.$ac_ext <<EOF
11069 #line 11069 "configure"
11070 #include "confdefs.h"
11071
11072 #if HAVE_DLFCN_H
11073 #include <dlfcn.h>
11074 #endif
11075
11076 #include <stdio.h>
11077
11078 #ifdef RTLD_GLOBAL
11079 #  define LT_DLGLOBAL           RTLD_GLOBAL
11080 #else
11081 #  ifdef DL_GLOBAL
11082 #    define LT_DLGLOBAL         DL_GLOBAL
11083 #  else
11084 #    define LT_DLGLOBAL         0
11085 #  endif
11086 #endif
11087
11088 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11089    find out it does not work in some platform. */
11090 #ifndef LT_DLLAZY_OR_NOW
11091 #  ifdef RTLD_LAZY
11092 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11093 #  else
11094 #    ifdef DL_LAZY
11095 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11096 #    else
11097 #      ifdef RTLD_NOW
11098 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11099 #      else
11100 #        ifdef DL_NOW
11101 #          define LT_DLLAZY_OR_NOW      DL_NOW
11102 #        else
11103 #          define LT_DLLAZY_OR_NOW      0
11104 #        endif
11105 #      endif
11106 #    endif
11107 #  endif
11108 #endif
11109
11110 #ifdef __cplusplus
11111 extern "C" void exit (int);
11112 #endif
11113
11114 void fnord() { int i=42;}
11115 int main ()
11116 {
11117   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11118   int status = $lt_dlunknown;
11119
11120   if (self)
11121     {
11122       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11123       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11124       /* dlclose (self); */
11125     }
11126
11127     exit (status);
11128 }
11129 EOF
11130   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11131   (eval $ac_link) 2>&5
11132   ac_status=$?
11133   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11134   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11135     (./conftest; exit; ) >&5 2>/dev/null
11136     lt_status=$?
11137     case x$lt_status in
11138       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11139       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11140       x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
11141     esac
11142   else :
11143     # compilation failed
11144     lt_cv_dlopen_self=no
11145   fi
11146 fi
11147 rm -fr conftest*
11148
11149
11150 fi
11151 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
11152 echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
11153
11154     if test "x$lt_cv_dlopen_self" = xyes; then
11155       LDFLAGS="$LDFLAGS $link_static_flag"
11156       { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
11157 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
11158 if test "${lt_cv_dlopen_self_static+set}" = set; then
11159   echo $ECHO_N "(cached) $ECHO_C" >&6
11160 else
11161           if test "$cross_compiling" = yes; then :
11162   lt_cv_dlopen_self_static=cross
11163 else
11164   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11165   lt_status=$lt_dlunknown
11166   cat > conftest.$ac_ext <<EOF
11167 #line 11167 "configure"
11168 #include "confdefs.h"
11169
11170 #if HAVE_DLFCN_H
11171 #include <dlfcn.h>
11172 #endif
11173
11174 #include <stdio.h>
11175
11176 #ifdef RTLD_GLOBAL
11177 #  define LT_DLGLOBAL           RTLD_GLOBAL
11178 #else
11179 #  ifdef DL_GLOBAL
11180 #    define LT_DLGLOBAL         DL_GLOBAL
11181 #  else
11182 #    define LT_DLGLOBAL         0
11183 #  endif
11184 #endif
11185
11186 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11187    find out it does not work in some platform. */
11188 #ifndef LT_DLLAZY_OR_NOW
11189 #  ifdef RTLD_LAZY
11190 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11191 #  else
11192 #    ifdef DL_LAZY
11193 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11194 #    else
11195 #      ifdef RTLD_NOW
11196 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11197 #      else
11198 #        ifdef DL_NOW
11199 #          define LT_DLLAZY_OR_NOW      DL_NOW
11200 #        else
11201 #          define LT_DLLAZY_OR_NOW      0
11202 #        endif
11203 #      endif
11204 #    endif
11205 #  endif
11206 #endif
11207
11208 #ifdef __cplusplus
11209 extern "C" void exit (int);
11210 #endif
11211
11212 void fnord() { int i=42;}
11213 int main ()
11214 {
11215   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11216   int status = $lt_dlunknown;
11217
11218   if (self)
11219     {
11220       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11221       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11222       /* dlclose (self); */
11223     }
11224
11225     exit (status);
11226 }
11227 EOF
11228   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11229   (eval $ac_link) 2>&5
11230   ac_status=$?
11231   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11232   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11233     (./conftest; exit; ) >&5 2>/dev/null
11234     lt_status=$?
11235     case x$lt_status in
11236       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11237       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11238       x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
11239     esac
11240   else :
11241     # compilation failed
11242     lt_cv_dlopen_self_static=no
11243   fi
11244 fi
11245 rm -fr conftest*
11246
11247
11248 fi
11249 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
11250 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
11251     fi
11252
11253     CPPFLAGS="$save_CPPFLAGS"
11254     LDFLAGS="$save_LDFLAGS"
11255     LIBS="$save_LIBS"
11256     ;;
11257   esac
11258
11259   case $lt_cv_dlopen_self in
11260   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11261   *) enable_dlopen_self=unknown ;;
11262   esac
11263
11264   case $lt_cv_dlopen_self_static in
11265   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11266   *) enable_dlopen_self_static=unknown ;;
11267   esac
11268 fi
11269
11270
11271 # Report which librarie types wil actually be built
11272 { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
11273 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
11274 { echo "$as_me:$LINENO: result: $can_build_shared" >&5
11275 echo "${ECHO_T}$can_build_shared" >&6; }
11276
11277 { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
11278 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
11279 test "$can_build_shared" = "no" && enable_shared=no
11280
11281 # On AIX, shared libraries and static libraries use the same namespace, and
11282 # are all built from PIC.
11283 case $host_os in
11284 aix3*)
11285   test "$enable_shared" = yes && enable_static=no
11286   if test -n "$RANLIB"; then
11287     archive_cmds="$archive_cmds~\$RANLIB \$lib"
11288     postinstall_cmds='$RANLIB $lib'
11289   fi
11290   ;;
11291
11292 aix4* | aix5*)
11293   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11294     test "$enable_shared" = yes && enable_static=no
11295   fi
11296     ;;
11297 esac
11298 { echo "$as_me:$LINENO: result: $enable_shared" >&5
11299 echo "${ECHO_T}$enable_shared" >&6; }
11300
11301 { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
11302 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
11303 # Make sure either enable_shared or enable_static is yes.
11304 test "$enable_shared" = yes || enable_static=yes
11305 { echo "$as_me:$LINENO: result: $enable_static" >&5
11306 echo "${ECHO_T}$enable_static" >&6; }
11307
11308 # The else clause should only fire when bootstrapping the
11309 # libtool distribution, otherwise you forgot to ship ltmain.sh
11310 # with your package, and you will get complaints that there are
11311 # no rules to generate ltmain.sh.
11312 if test -f "$ltmain"; then
11313   # See if we are running on zsh, and set the options which allow our commands through
11314   # without removal of \ escapes.
11315   if test -n "${ZSH_VERSION+set}" ; then
11316     setopt NO_GLOB_SUBST
11317   fi
11318   # Now quote all the things that may contain metacharacters while being
11319   # careful not to overquote the AC_SUBSTed values.  We take copies of the
11320   # variables and quote the copies for generation of the libtool script.
11321   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
11322     SED SHELL STRIP \
11323     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
11324     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
11325     deplibs_check_method reload_flag reload_cmds need_locks \
11326     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
11327     lt_cv_sys_global_symbol_to_c_name_address \
11328     sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
11329     old_postinstall_cmds old_postuninstall_cmds \
11330     compiler \
11331     CC \
11332     LD \
11333     lt_prog_compiler_wl \
11334     lt_prog_compiler_pic \
11335     lt_prog_compiler_static \
11336     lt_prog_compiler_no_builtin_flag \
11337     export_dynamic_flag_spec \
11338     thread_safe_flag_spec \
11339     whole_archive_flag_spec \
11340     enable_shared_with_static_runtimes \
11341     old_archive_cmds \
11342     old_archive_from_new_cmds \
11343     predep_objects \
11344     postdep_objects \
11345     predeps \
11346     postdeps \
11347     compiler_lib_search_path \
11348     archive_cmds \
11349     archive_expsym_cmds \
11350     postinstall_cmds \
11351     postuninstall_cmds \
11352     old_archive_from_expsyms_cmds \
11353     allow_undefined_flag \
11354     no_undefined_flag \
11355     export_symbols_cmds \
11356     hardcode_libdir_flag_spec \
11357     hardcode_libdir_flag_spec_ld \
11358     hardcode_libdir_separator \
11359     hardcode_automatic \
11360     module_cmds \
11361     module_expsym_cmds \
11362     lt_cv_prog_compiler_c_o \
11363     exclude_expsyms \
11364     include_expsyms; do
11365
11366     case $var in
11367     old_archive_cmds | \
11368     old_archive_from_new_cmds | \
11369     archive_cmds | \
11370     archive_expsym_cmds | \
11371     module_cmds | \
11372     module_expsym_cmds | \
11373     old_archive_from_expsyms_cmds | \
11374     export_symbols_cmds | \
11375     extract_expsyms_cmds | reload_cmds | finish_cmds | \
11376     postinstall_cmds | postuninstall_cmds | \
11377     old_postinstall_cmds | old_postuninstall_cmds | \
11378     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
11379       # Double-quote double-evaled strings.
11380       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
11381       ;;
11382     *)
11383       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
11384       ;;
11385     esac
11386   done
11387
11388   case $lt_echo in
11389   *'\$0 --fallback-echo"')
11390     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
11391     ;;
11392   esac
11393
11394 cfgfile="${ofile}T"
11395   trap "$rm \"$cfgfile\"; exit 1" 1 2 15
11396   $rm -f "$cfgfile"
11397   { echo "$as_me:$LINENO: creating $ofile" >&5
11398 echo "$as_me: creating $ofile" >&6;}
11399
11400   cat <<__EOF__ >> "$cfgfile"
11401 #! $SHELL
11402
11403 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
11404 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
11405 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
11406 #
11407 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
11408 # Free Software Foundation, Inc.
11409 #
11410 # This file is part of GNU Libtool:
11411 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
11412 #
11413 # This program is free software; you can redistribute it and/or modify
11414 # it under the terms of the GNU General Public License as published by
11415 # the Free Software Foundation; either version 2 of the License, or
11416 # (at your option) any later version.
11417 #
11418 # This program is distributed in the hope that it will be useful, but
11419 # WITHOUT ANY WARRANTY; without even the implied warranty of
11420 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11421 # General Public License for more details.
11422 #
11423 # You should have received a copy of the GNU General Public License
11424 # along with this program; if not, write to the Free Software
11425 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
11426 #
11427 # As a special exception to the GNU General Public License, if you
11428 # distribute this file as part of a program that contains a
11429 # configuration script generated by Autoconf, you may include it under
11430 # the same distribution terms that you use for the rest of that program.
11431
11432 # A sed program that does not truncate output.
11433 SED=$lt_SED
11434
11435 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
11436 Xsed="$SED -e 1s/^X//"
11437
11438 # The HP-UX ksh and POSIX shell print the target directory to stdout
11439 # if CDPATH is set.
11440 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11441
11442 # The names of the tagged configurations supported by this script.
11443 available_tags=
11444
11445 # ### BEGIN LIBTOOL CONFIG
11446
11447 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
11448
11449 # Shell to use when invoking shell scripts.
11450 SHELL=$lt_SHELL
11451
11452 # Whether or not to build shared libraries.
11453 build_libtool_libs=$enable_shared
11454
11455 # Whether or not to build static libraries.
11456 build_old_libs=$enable_static
11457
11458 # Whether or not to add -lc for building shared libraries.
11459 build_libtool_need_lc=$archive_cmds_need_lc
11460
11461 # Whether or not to disallow shared libs when runtime libs are static
11462 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
11463
11464 # Whether or not to optimize for fast installation.
11465 fast_install=$enable_fast_install
11466
11467 # The host system.
11468 host_alias=$host_alias
11469 host=$host
11470 host_os=$host_os
11471
11472 # The build system.
11473 build_alias=$build_alias
11474 build=$build
11475 build_os=$build_os
11476
11477 # An echo program that does not interpret backslashes.
11478 echo=$lt_echo
11479
11480 # The archiver.
11481 AR=$lt_AR
11482 AR_FLAGS=$lt_AR_FLAGS
11483
11484 # A C compiler.
11485 LTCC=$lt_LTCC
11486
11487 # A language-specific compiler.
11488 CC=$lt_compiler
11489
11490 # Is the compiler the GNU C compiler?
11491 with_gcc=$GCC
11492
11493 # An ERE matcher.
11494 EGREP=$lt_EGREP
11495
11496 # The linker used to build libraries.
11497 LD=$lt_LD
11498
11499 # Whether we need hard or soft links.
11500 LN_S=$lt_LN_S
11501
11502 # A BSD-compatible nm program.
11503 NM=$lt_NM
11504
11505 # A symbol stripping program
11506 STRIP=$lt_STRIP
11507
11508 # Used to examine libraries when file_magic_cmd begins "file"
11509 MAGIC_CMD=$MAGIC_CMD
11510
11511 # Used on cygwin: DLL creation program.
11512 DLLTOOL="$DLLTOOL"
11513
11514 # Used on cygwin: object dumper.
11515 OBJDUMP="$OBJDUMP"
11516
11517 # Used on cygwin: assembler.
11518 AS="$AS"
11519
11520 # The name of the directory that contains temporary libtool files.
11521 objdir=$objdir
11522
11523 # How to create reloadable object files.
11524 reload_flag=$lt_reload_flag
11525 reload_cmds=$lt_reload_cmds
11526
11527 # How to pass a linker flag through the compiler.
11528 wl=$lt_lt_prog_compiler_wl
11529
11530 # Object file suffix (normally "o").
11531 objext="$ac_objext"
11532
11533 # Old archive suffix (normally "a").
11534 libext="$libext"
11535
11536 # Shared library suffix (normally ".so").
11537 shrext_cmds='$shrext_cmds'
11538
11539 # Executable file suffix (normally "").
11540 exeext="$exeext"
11541
11542 # Additional compiler flags for building library objects.
11543 pic_flag=$lt_lt_prog_compiler_pic
11544 pic_mode=$pic_mode
11545
11546 # What is the maximum length of a command?
11547 max_cmd_len=$lt_cv_sys_max_cmd_len
11548
11549 # Does compiler simultaneously support -c and -o options?
11550 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
11551
11552 # Must we lock files when doing compilation?
11553 need_locks=$lt_need_locks
11554
11555 # Do we need the lib prefix for modules?
11556 need_lib_prefix=$need_lib_prefix
11557
11558 # Do we need a version for libraries?
11559 need_version=$need_version
11560
11561 # Whether dlopen is supported.
11562 dlopen_support=$enable_dlopen
11563
11564 # Whether dlopen of programs is supported.
11565 dlopen_self=$enable_dlopen_self
11566
11567 # Whether dlopen of statically linked programs is supported.
11568 dlopen_self_static=$enable_dlopen_self_static
11569
11570 # Compiler flag to prevent dynamic linking.
11571 link_static_flag=$lt_lt_prog_compiler_static
11572
11573 # Compiler flag to turn off builtin functions.
11574 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
11575
11576 # Compiler flag to allow reflexive dlopens.
11577 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
11578
11579 # Compiler flag to generate shared objects directly from archives.
11580 whole_archive_flag_spec=$lt_whole_archive_flag_spec
11581
11582 # Compiler flag to generate thread-safe objects.
11583 thread_safe_flag_spec=$lt_thread_safe_flag_spec
11584
11585 # Library versioning type.
11586 version_type=$version_type
11587
11588 # Format of library name prefix.
11589 libname_spec=$lt_libname_spec
11590
11591 # List of archive names.  First name is the real one, the rest are links.
11592 # The last name is the one that the linker finds with -lNAME.
11593 library_names_spec=$lt_library_names_spec
11594
11595 # The coded name of the library, if different from the real name.
11596 soname_spec=$lt_soname_spec
11597
11598 # Commands used to build and install an old-style archive.
11599 RANLIB=$lt_RANLIB
11600 old_archive_cmds=$lt_old_archive_cmds
11601 old_postinstall_cmds=$lt_old_postinstall_cmds
11602 old_postuninstall_cmds=$lt_old_postuninstall_cmds
11603
11604 # Create an old-style archive from a shared archive.
11605 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
11606
11607 # Create a temporary old-style archive to link instead of a shared archive.
11608 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
11609
11610 # Commands used to build and install a shared archive.
11611 archive_cmds=$lt_archive_cmds
11612 archive_expsym_cmds=$lt_archive_expsym_cmds
11613 postinstall_cmds=$lt_postinstall_cmds
11614 postuninstall_cmds=$lt_postuninstall_cmds
11615
11616 # Commands used to build a loadable module (assumed same as above if empty)
11617 module_cmds=$lt_module_cmds
11618 module_expsym_cmds=$lt_module_expsym_cmds
11619
11620 # Commands to strip libraries.
11621 old_striplib=$lt_old_striplib
11622 striplib=$lt_striplib
11623
11624 # Dependencies to place before the objects being linked to create a
11625 # shared library.
11626 predep_objects=$lt_predep_objects
11627
11628 # Dependencies to place after the objects being linked to create a
11629 # shared library.
11630 postdep_objects=$lt_postdep_objects
11631
11632 # Dependencies to place before the objects being linked to create a
11633 # shared library.
11634 predeps=$lt_predeps
11635
11636 # Dependencies to place after the objects being linked to create a
11637 # shared library.
11638 postdeps=$lt_postdeps
11639
11640 # The library search path used internally by the compiler when linking
11641 # a shared library.
11642 compiler_lib_search_path=$lt_compiler_lib_search_path
11643
11644 # Method to check whether dependent libraries are shared objects.
11645 deplibs_check_method=$lt_deplibs_check_method
11646
11647 # Command to use when deplibs_check_method == file_magic.
11648 file_magic_cmd=$lt_file_magic_cmd
11649
11650 # Flag that allows shared libraries with undefined symbols to be built.
11651 allow_undefined_flag=$lt_allow_undefined_flag
11652
11653 # Flag that forces no undefined symbols.
11654 no_undefined_flag=$lt_no_undefined_flag
11655
11656 # Commands used to finish a libtool library installation in a directory.
11657 finish_cmds=$lt_finish_cmds
11658
11659 # Same as above, but a single script fragment to be evaled but not shown.
11660 finish_eval=$lt_finish_eval
11661
11662 # Take the output of nm and produce a listing of raw symbols and C names.
11663 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
11664
11665 # Transform the output of nm in a proper C declaration
11666 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
11667
11668 # Transform the output of nm in a C name address pair
11669 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
11670
11671 # This is the shared library runtime path variable.
11672 runpath_var=$runpath_var
11673
11674 # This is the shared library path variable.
11675 shlibpath_var=$shlibpath_var
11676
11677 # Is shlibpath searched before the hard-coded library search path?
11678 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
11679
11680 # How to hardcode a shared library path into an executable.
11681 hardcode_action=$hardcode_action
11682
11683 # Whether we should hardcode library paths into libraries.
11684 hardcode_into_libs=$hardcode_into_libs
11685
11686 # Flag to hardcode \$libdir into a binary during linking.
11687 # This must work even if \$libdir does not exist.
11688 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
11689
11690 # If ld is used when linking, flag to hardcode \$libdir into
11691 # a binary during linking. This must work even if \$libdir does
11692 # not exist.
11693 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
11694
11695 # Whether we need a single -rpath flag with a separated argument.
11696 hardcode_libdir_separator=$lt_hardcode_libdir_separator
11697
11698 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
11699 # resulting binary.
11700 hardcode_direct=$hardcode_direct
11701
11702 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
11703 # resulting binary.
11704 hardcode_minus_L=$hardcode_minus_L
11705
11706 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
11707 # the resulting binary.
11708 hardcode_shlibpath_var=$hardcode_shlibpath_var
11709
11710 # Set to yes if building a shared library automatically hardcodes DIR into the library
11711 # and all subsequent libraries and executables linked against it.
11712 hardcode_automatic=$hardcode_automatic
11713
11714 # Variables whose values should be saved in libtool wrapper scripts and
11715 # restored at relink time.
11716 variables_saved_for_relink="$variables_saved_for_relink"
11717
11718 # Whether libtool must link a program against all its dependency libraries.
11719 link_all_deplibs=$link_all_deplibs
11720
11721 # Compile-time system search path for libraries
11722 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
11723
11724 # Run-time system search path for libraries
11725 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
11726
11727 # Fix the shell variable \$srcfile for the compiler.
11728 fix_srcfile_path="$fix_srcfile_path"
11729
11730 # Set to yes if exported symbols are required.
11731 always_export_symbols=$always_export_symbols
11732
11733 # The commands to list exported symbols.
11734 export_symbols_cmds=$lt_export_symbols_cmds
11735
11736 # The commands to extract the exported symbol list from a shared archive.
11737 extract_expsyms_cmds=$lt_extract_expsyms_cmds
11738
11739 # Symbols that should not be listed in the preloaded symbols.
11740 exclude_expsyms=$lt_exclude_expsyms
11741
11742 # Symbols that must always be exported.
11743 include_expsyms=$lt_include_expsyms
11744
11745 # ### END LIBTOOL CONFIG
11746
11747 __EOF__
11748
11749
11750   case $host_os in
11751   aix3*)
11752     cat <<\EOF >> "$cfgfile"
11753
11754 # AIX sometimes has problems with the GCC collect2 program.  For some
11755 # reason, if we set the COLLECT_NAMES environment variable, the problems
11756 # vanish in a puff of smoke.
11757 if test "X${COLLECT_NAMES+set}" != Xset; then
11758   COLLECT_NAMES=
11759   export COLLECT_NAMES
11760 fi
11761 EOF
11762     ;;
11763   esac
11764
11765   # We use sed instead of cat because bash on DJGPP gets confused if
11766   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
11767   # text mode, it properly converts lines to CR/LF.  This bash problem
11768   # is reportedly fixed, but why not run on old versions too?
11769   sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
11770
11771   mv -f "$cfgfile" "$ofile" || \
11772     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
11773   chmod +x "$ofile"
11774
11775 else
11776   # If there is no Makefile yet, we rely on a make rule to execute
11777   # `config.status --recheck' to rerun these tests and create the
11778   # libtool script then.
11779   ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
11780   if test -f "$ltmain_in"; then
11781     test -f Makefile && make "$ltmain"
11782   fi
11783 fi
11784
11785
11786 ac_ext=c
11787 ac_cpp='$CPP $CPPFLAGS'
11788 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11789 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11790 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11791
11792 CC="$lt_save_CC"
11793
11794
11795 # Check whether --with-tags was given.
11796 if test "${with_tags+set}" = set; then
11797   withval=$with_tags; tagnames="$withval"
11798 fi
11799
11800
11801 if test -f "$ltmain" && test -n "$tagnames"; then
11802   if test ! -f "${ofile}"; then
11803     { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
11804 echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
11805   fi
11806
11807   if test -z "$LTCC"; then
11808     eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
11809     if test -z "$LTCC"; then
11810       { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
11811 echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
11812     else
11813       { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
11814 echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
11815     fi
11816   fi
11817
11818   # Extract list of available tagged configurations in $ofile.
11819   # Note that this assumes the entire list is on one line.
11820   available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
11821
11822   lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
11823   for tagname in $tagnames; do
11824     IFS="$lt_save_ifs"
11825     # Check whether tagname contains only valid characters
11826     case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
11827     "") ;;
11828     *)  { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
11829 echo "$as_me: error: invalid tag name: $tagname" >&2;}
11830    { (exit 1); exit 1; }; }
11831         ;;
11832     esac
11833
11834     if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
11835     then
11836       { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
11837 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
11838    { (exit 1); exit 1; }; }
11839     fi
11840
11841     # Update the list of available tags.
11842     if test -n "$tagname"; then
11843       echo appending configuration tag \"$tagname\" to $ofile
11844
11845       case $tagname in
11846       CXX)
11847         if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11848             ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
11849             (test "X$CXX" != "Xg++"))) ; then
11850           :
11851         else
11852           tagname=""
11853         fi
11854         ;;
11855
11856       F77)
11857         if test -n "$F77" && test "X$F77" != "Xno"; then
11858           :
11859         else
11860           tagname=""
11861         fi
11862         ;;
11863
11864       GCJ)
11865         if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
11866           :
11867         else
11868           tagname=""
11869         fi
11870         ;;
11871
11872       RC)
11873
11874
11875 # Source file extension for RC test sources.
11876 ac_ext=rc
11877
11878 # Object file extension for compiled RC test sources.
11879 objext=o
11880 objext_RC=$objext
11881
11882 # Code to be used in simple compile tests
11883 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
11884
11885 # Code to be used in simple link tests
11886 lt_simple_link_test_code="$lt_simple_compile_test_code"
11887
11888 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
11889
11890 # If no C compiler was specified, use CC.
11891 LTCC=${LTCC-"$CC"}
11892
11893 # Allow CC to be a program name with arguments.
11894 compiler=$CC
11895
11896
11897 # save warnings/boilerplate of simple test code
11898 ac_outfile=conftest.$ac_objext
11899 printf "$lt_simple_compile_test_code" >conftest.$ac_ext
11900 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
11901 _lt_compiler_boilerplate=`cat conftest.err`
11902 $rm conftest*
11903
11904 ac_outfile=conftest.$ac_objext
11905 printf "$lt_simple_link_test_code" >conftest.$ac_ext
11906 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
11907 _lt_linker_boilerplate=`cat conftest.err`
11908 $rm conftest*
11909
11910
11911 # Allow CC to be a program name with arguments.
11912 lt_save_CC="$CC"
11913 CC=${RC-"windres"}
11914 compiler=$CC
11915 compiler_RC=$CC
11916 for cc_temp in $compiler""; do
11917   case $cc_temp in
11918     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
11919     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
11920     \-*) ;;
11921     *) break;;
11922   esac
11923 done
11924 cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
11925
11926 lt_cv_prog_compiler_c_o_RC=yes
11927
11928 # The else clause should only fire when bootstrapping the
11929 # libtool distribution, otherwise you forgot to ship ltmain.sh
11930 # with your package, and you will get complaints that there are
11931 # no rules to generate ltmain.sh.
11932 if test -f "$ltmain"; then
11933   # See if we are running on zsh, and set the options which allow our commands through
11934   # without removal of \ escapes.
11935   if test -n "${ZSH_VERSION+set}" ; then
11936     setopt NO_GLOB_SUBST
11937   fi
11938   # Now quote all the things that may contain metacharacters while being
11939   # careful not to overquote the AC_SUBSTed values.  We take copies of the
11940   # variables and quote the copies for generation of the libtool script.
11941   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
11942     SED SHELL STRIP \
11943     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
11944     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
11945     deplibs_check_method reload_flag reload_cmds need_locks \
11946     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
11947     lt_cv_sys_global_symbol_to_c_name_address \
11948     sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
11949     old_postinstall_cmds old_postuninstall_cmds \
11950     compiler_RC \
11951     CC_RC \
11952     LD_RC \
11953     lt_prog_compiler_wl_RC \
11954     lt_prog_compiler_pic_RC \
11955     lt_prog_compiler_static_RC \
11956     lt_prog_compiler_no_builtin_flag_RC \
11957     export_dynamic_flag_spec_RC \
11958     thread_safe_flag_spec_RC \
11959     whole_archive_flag_spec_RC \
11960     enable_shared_with_static_runtimes_RC \
11961     old_archive_cmds_RC \
11962     old_archive_from_new_cmds_RC \
11963     predep_objects_RC \
11964     postdep_objects_RC \
11965     predeps_RC \
11966     postdeps_RC \
11967     compiler_lib_search_path_RC \
11968     archive_cmds_RC \
11969     archive_expsym_cmds_RC \
11970     postinstall_cmds_RC \
11971     postuninstall_cmds_RC \
11972     old_archive_from_expsyms_cmds_RC \
11973     allow_undefined_flag_RC \
11974     no_undefined_flag_RC \
11975     export_symbols_cmds_RC \
11976     hardcode_libdir_flag_spec_RC \
11977     hardcode_libdir_flag_spec_ld_RC \
11978     hardcode_libdir_separator_RC \
11979     hardcode_automatic_RC \
11980     module_cmds_RC \
11981     module_expsym_cmds_RC \
11982     lt_cv_prog_compiler_c_o_RC \
11983     exclude_expsyms_RC \
11984     include_expsyms_RC; do
11985
11986     case $var in
11987     old_archive_cmds_RC | \
11988     old_archive_from_new_cmds_RC | \
11989     archive_cmds_RC | \
11990     archive_expsym_cmds_RC | \
11991     module_cmds_RC | \
11992     module_expsym_cmds_RC | \
11993     old_archive_from_expsyms_cmds_RC | \
11994     export_symbols_cmds_RC | \
11995     extract_expsyms_cmds | reload_cmds | finish_cmds | \
11996     postinstall_cmds | postuninstall_cmds | \
11997     old_postinstall_cmds | old_postuninstall_cmds | \
11998     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
11999       # Double-quote double-evaled strings.
12000       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
12001       ;;
12002     *)
12003       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
12004       ;;
12005     esac
12006   done
12007
12008   case $lt_echo in
12009   *'\$0 --fallback-echo"')
12010     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
12011     ;;
12012   esac
12013
12014 cfgfile="$ofile"
12015
12016   cat <<__EOF__ >> "$cfgfile"
12017 # ### BEGIN LIBTOOL TAG CONFIG: $tagname
12018
12019 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12020
12021 # Shell to use when invoking shell scripts.
12022 SHELL=$lt_SHELL
12023
12024 # Whether or not to build shared libraries.
12025 build_libtool_libs=$enable_shared
12026
12027 # Whether or not to build static libraries.
12028 build_old_libs=$enable_static
12029
12030 # Whether or not to add -lc for building shared libraries.
12031 build_libtool_need_lc=$archive_cmds_need_lc_RC
12032
12033 # Whether or not to disallow shared libs when runtime libs are static
12034 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
12035
12036 # Whether or not to optimize for fast installation.
12037 fast_install=$enable_fast_install
12038
12039 # The host system.
12040 host_alias=$host_alias
12041 host=$host
12042 host_os=$host_os
12043
12044 # The build system.
12045 build_alias=$build_alias
12046 build=$build
12047 build_os=$build_os
12048
12049 # An echo program that does not interpret backslashes.
12050 echo=$lt_echo
12051
12052 # The archiver.
12053 AR=$lt_AR
12054 AR_FLAGS=$lt_AR_FLAGS
12055
12056 # A C compiler.
12057 LTCC=$lt_LTCC
12058
12059 # A language-specific compiler.
12060 CC=$lt_compiler_RC
12061
12062 # Is the compiler the GNU C compiler?
12063 with_gcc=$GCC_RC
12064
12065 # An ERE matcher.
12066 EGREP=$lt_EGREP
12067
12068 # The linker used to build libraries.
12069 LD=$lt_LD_RC
12070
12071 # Whether we need hard or soft links.
12072 LN_S=$lt_LN_S
12073
12074 # A BSD-compatible nm program.
12075 NM=$lt_NM
12076
12077 # A symbol stripping program
12078 STRIP=$lt_STRIP
12079
12080 # Used to examine libraries when file_magic_cmd begins "file"
12081 MAGIC_CMD=$MAGIC_CMD
12082
12083 # Used on cygwin: DLL creation program.
12084 DLLTOOL="$DLLTOOL"
12085
12086 # Used on cygwin: object dumper.
12087 OBJDUMP="$OBJDUMP"
12088
12089 # Used on cygwin: assembler.
12090 AS="$AS"
12091
12092 # The name of the directory that contains temporary libtool files.
12093 objdir=$objdir
12094
12095 # How to create reloadable object files.
12096 reload_flag=$lt_reload_flag
12097 reload_cmds=$lt_reload_cmds
12098
12099 # How to pass a linker flag through the compiler.
12100 wl=$lt_lt_prog_compiler_wl_RC
12101
12102 # Object file suffix (normally "o").
12103 objext="$ac_objext"
12104
12105 # Old archive suffix (normally "a").
12106 libext="$libext"
12107
12108 # Shared library suffix (normally ".so").
12109 shrext_cmds='$shrext_cmds'
12110
12111 # Executable file suffix (normally "").
12112 exeext="$exeext"
12113
12114 # Additional compiler flags for building library objects.
12115 pic_flag=$lt_lt_prog_compiler_pic_RC
12116 pic_mode=$pic_mode
12117
12118 # What is the maximum length of a command?
12119 max_cmd_len=$lt_cv_sys_max_cmd_len
12120
12121 # Does compiler simultaneously support -c and -o options?
12122 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
12123
12124 # Must we lock files when doing compilation?
12125 need_locks=$lt_need_locks
12126
12127 # Do we need the lib prefix for modules?
12128 need_lib_prefix=$need_lib_prefix
12129
12130 # Do we need a version for libraries?
12131 need_version=$need_version
12132
12133 # Whether dlopen is supported.
12134 dlopen_support=$enable_dlopen
12135
12136 # Whether dlopen of programs is supported.
12137 dlopen_self=$enable_dlopen_self
12138
12139 # Whether dlopen of statically linked programs is supported.
12140 dlopen_self_static=$enable_dlopen_self_static
12141
12142 # Compiler flag to prevent dynamic linking.
12143 link_static_flag=$lt_lt_prog_compiler_static_RC
12144
12145 # Compiler flag to turn off builtin functions.
12146 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
12147
12148 # Compiler flag to allow reflexive dlopens.
12149 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
12150
12151 # Compiler flag to generate shared objects directly from archives.
12152 whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
12153
12154 # Compiler flag to generate thread-safe objects.
12155 thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC
12156
12157 # Library versioning type.
12158 version_type=$version_type
12159
12160 # Format of library name prefix.
12161 libname_spec=$lt_libname_spec
12162
12163 # List of archive names.  First name is the real one, the rest are links.
12164 # The last name is the one that the linker finds with -lNAME.
12165 library_names_spec=$lt_library_names_spec
12166
12167 # The coded name of the library, if different from the real name.
12168 soname_spec=$lt_soname_spec
12169
12170 # Commands used to build and install an old-style archive.
12171 RANLIB=$lt_RANLIB
12172 old_archive_cmds=$lt_old_archive_cmds_RC
12173 old_postinstall_cmds=$lt_old_postinstall_cmds
12174 old_postuninstall_cmds=$lt_old_postuninstall_cmds
12175
12176 # Create an old-style archive from a shared archive.
12177 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
12178
12179 # Create a temporary old-style archive to link instead of a shared archive.
12180 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
12181
12182 # Commands used to build and install a shared archive.
12183 archive_cmds=$lt_archive_cmds_RC
12184 archive_expsym_cmds=$lt_archive_expsym_cmds_RC
12185 postinstall_cmds=$lt_postinstall_cmds
12186 postuninstall_cmds=$lt_postuninstall_cmds
12187
12188 # Commands used to build a loadable module (assumed same as above if empty)
12189 module_cmds=$lt_module_cmds_RC
12190 module_expsym_cmds=$lt_module_expsym_cmds_RC
12191
12192 # Commands to strip libraries.
12193 old_striplib=$lt_old_striplib
12194 striplib=$lt_striplib
12195
12196 # Dependencies to place before the objects being linked to create a
12197 # shared library.
12198 predep_objects=$lt_predep_objects_RC
12199
12200 # Dependencies to place after the objects being linked to create a
12201 # shared library.
12202 postdep_objects=$lt_postdep_objects_RC
12203
12204 # Dependencies to place before the objects being linked to create a
12205 # shared library.
12206 predeps=$lt_predeps_RC
12207
12208 # Dependencies to place after the objects being linked to create a
12209 # shared library.
12210 postdeps=$lt_postdeps_RC
12211
12212 # The library search path used internally by the compiler when linking
12213 # a shared library.
12214 compiler_lib_search_path=$lt_compiler_lib_search_path_RC
12215
12216 # Method to check whether dependent libraries are shared objects.
12217 deplibs_check_method=$lt_deplibs_check_method
12218
12219 # Command to use when deplibs_check_method == file_magic.
12220 file_magic_cmd=$lt_file_magic_cmd
12221
12222 # Flag that allows shared libraries with undefined symbols to be built.
12223 allow_undefined_flag=$lt_allow_undefined_flag_RC
12224
12225 # Flag that forces no undefined symbols.
12226 no_undefined_flag=$lt_no_undefined_flag_RC
12227
12228 # Commands used to finish a libtool library installation in a directory.
12229 finish_cmds=$lt_finish_cmds
12230
12231 # Same as above, but a single script fragment to be evaled but not shown.
12232 finish_eval=$lt_finish_eval
12233
12234 # Take the output of nm and produce a listing of raw symbols and C names.
12235 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12236
12237 # Transform the output of nm in a proper C declaration
12238 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12239
12240 # Transform the output of nm in a C name address pair
12241 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12242
12243 # This is the shared library runtime path variable.
12244 runpath_var=$runpath_var
12245
12246 # This is the shared library path variable.
12247 shlibpath_var=$shlibpath_var
12248
12249 # Is shlibpath searched before the hard-coded library search path?
12250 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12251
12252 # How to hardcode a shared library path into an executable.
12253 hardcode_action=$hardcode_action_RC
12254
12255 # Whether we should hardcode library paths into libraries.
12256 hardcode_into_libs=$hardcode_into_libs
12257
12258 # Flag to hardcode \$libdir into a binary during linking.
12259 # This must work even if \$libdir does not exist.
12260 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
12261
12262 # If ld is used when linking, flag to hardcode \$libdir into
12263 # a binary during linking. This must work even if \$libdir does
12264 # not exist.
12265 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC
12266
12267 # Whether we need a single -rpath flag with a separated argument.
12268 hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
12269
12270 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
12271 # resulting binary.
12272 hardcode_direct=$hardcode_direct_RC
12273
12274 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
12275 # resulting binary.
12276 hardcode_minus_L=$hardcode_minus_L_RC
12277
12278 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
12279 # the resulting binary.
12280 hardcode_shlibpath_var=$hardcode_shlibpath_var_RC
12281
12282 # Set to yes if building a shared library automatically hardcodes DIR into the library
12283 # and all subsequent libraries and executables linked against it.
12284 hardcode_automatic=$hardcode_automatic_RC
12285
12286 # Variables whose values should be saved in libtool wrapper scripts and
12287 # restored at relink time.
12288 variables_saved_for_relink="$variables_saved_for_relink"
12289
12290 # Whether libtool must link a program against all its dependency libraries.
12291 link_all_deplibs=$link_all_deplibs_RC
12292
12293 # Compile-time system search path for libraries
12294 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
12295
12296 # Run-time system search path for libraries
12297 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
12298
12299 # Fix the shell variable \$srcfile for the compiler.
12300 fix_srcfile_path="$fix_srcfile_path_RC"
12301
12302 # Set to yes if exported symbols are required.
12303 always_export_symbols=$always_export_symbols_RC
12304
12305 # The commands to list exported symbols.
12306 export_symbols_cmds=$lt_export_symbols_cmds_RC
12307
12308 # The commands to extract the exported symbol list from a shared archive.
12309 extract_expsyms_cmds=$lt_extract_expsyms_cmds
12310
12311 # Symbols that should not be listed in the preloaded symbols.
12312 exclude_expsyms=$lt_exclude_expsyms_RC
12313
12314 # Symbols that must always be exported.
12315 include_expsyms=$lt_include_expsyms_RC
12316
12317 # ### END LIBTOOL TAG CONFIG: $tagname
12318
12319 __EOF__
12320
12321
12322 else
12323   # If there is no Makefile yet, we rely on a make rule to execute
12324   # `config.status --recheck' to rerun these tests and create the
12325   # libtool script then.
12326   ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
12327   if test -f "$ltmain_in"; then
12328     test -f Makefile && make "$ltmain"
12329   fi
12330 fi
12331
12332
12333 ac_ext=c
12334 ac_cpp='$CPP $CPPFLAGS'
12335 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12336 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12337 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12338
12339 CC="$lt_save_CC"
12340
12341         ;;
12342
12343       *)
12344         { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
12345 echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
12346    { (exit 1); exit 1; }; }
12347         ;;
12348       esac
12349
12350       # Append the new tag name to the list of available tags.
12351       if test -n "$tagname" ; then
12352       available_tags="$available_tags $tagname"
12353     fi
12354     fi
12355   done
12356   IFS="$lt_save_ifs"
12357
12358   # Now substitute the updated list of available tags.
12359   if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
12360     mv "${ofile}T" "$ofile"
12361     chmod +x "$ofile"
12362   else
12363     rm -f "${ofile}T"
12364     { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
12365 echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
12366    { (exit 1); exit 1; }; }
12367   fi
12368 fi
12369
12370
12371
12372 # This can be used to rebuild libtool when needed
12373 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
12374
12375 # Always use our own libtool.
12376 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
12377
12378 # Prevent multiple expansion
12379
12380
12381
12382
12383
12384
12385
12386
12387
12388
12389 ol_link_perl=no
12390 if test $ol_enable_perl != no ; then
12391         # Extract the first word of "perl", so it can be a program name with args.
12392 set dummy perl; ac_word=$2
12393 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12394 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12395 if test "${ac_cv_path_PERLBIN+set}" = set; then
12396   echo $ECHO_N "(cached) $ECHO_C" >&6
12397 else
12398   case $PERLBIN in
12399   [\\/]* | ?:[\\/]*)
12400   ac_cv_path_PERLBIN="$PERLBIN" # Let the user override the test with a path.
12401   ;;
12402   *)
12403   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12404 for as_dir in $PATH
12405 do
12406   IFS=$as_save_IFS
12407   test -z "$as_dir" && as_dir=.
12408   for ac_exec_ext in '' $ac_executable_extensions; do
12409   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12410     ac_cv_path_PERLBIN="$as_dir/$ac_word$ac_exec_ext"
12411     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12412     break 2
12413   fi
12414 done
12415 done
12416 IFS=$as_save_IFS
12417
12418   test -z "$ac_cv_path_PERLBIN" && ac_cv_path_PERLBIN="/usr/bin/perl"
12419   ;;
12420 esac
12421 fi
12422 PERLBIN=$ac_cv_path_PERLBIN
12423 if test -n "$PERLBIN"; then
12424   { echo "$as_me:$LINENO: result: $PERLBIN" >&5
12425 echo "${ECHO_T}$PERLBIN" >&6; }
12426 else
12427   { echo "$as_me:$LINENO: result: no" >&5
12428 echo "${ECHO_T}no" >&6; }
12429 fi
12430
12431
12432
12433         if test "no$PERLBIN" = "no" ; then
12434                 if test $ol_enable_perl = yes ; then
12435                         { { echo "$as_me:$LINENO: error: could not locate perl" >&5
12436 echo "$as_me: error: could not locate perl" >&2;}
12437    { (exit 1); exit 1; }; }
12438                 fi
12439
12440         else
12441                 PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`"
12442                 PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e 's/ -lc / /' -e 's/ -lc$//'`"
12443
12444                 if test x"$ol_enable_perl" = "xyes" ; then
12445                         SLAPD_PERL_LDFLAGS="$PERL_LDFLAGS"
12446                 else
12447                         MOD_PERL_LDFLAGS="$PERL_LDFLAGS"
12448                 fi
12449                                 ol_link_perl=yes
12450         fi
12451 fi
12452
12453 ac_ext=c
12454 ac_cpp='$CPP $CPPFLAGS'
12455 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12456 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12457 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12458 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
12459 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
12460 # On Suns, sometimes $CPP names a directory.
12461 if test -n "$CPP" && test -d "$CPP"; then
12462   CPP=
12463 fi
12464 if test -z "$CPP"; then
12465   if test "${ac_cv_prog_CPP+set}" = set; then
12466   echo $ECHO_N "(cached) $ECHO_C" >&6
12467 else
12468       # Double quotes because CPP needs to be expanded
12469     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
12470     do
12471       ac_preproc_ok=false
12472 for ac_c_preproc_warn_flag in '' yes
12473 do
12474   # Use a header file that comes with gcc, so configuring glibc
12475   # with a fresh cross-compiler works.
12476   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12477   # <limits.h> exists even on freestanding compilers.
12478   # On the NeXT, cc -E runs the code through the compiler's parser,
12479   # not just through cpp. "Syntax error" is here to catch this case.
12480   cat >conftest.$ac_ext <<_ACEOF
12481 /* confdefs.h.  */
12482 _ACEOF
12483 cat confdefs.h >>conftest.$ac_ext
12484 cat >>conftest.$ac_ext <<_ACEOF
12485 /* end confdefs.h.  */
12486 #ifdef __STDC__
12487 # include <limits.h>
12488 #else
12489 # include <assert.h>
12490 #endif
12491                      Syntax error
12492 _ACEOF
12493 if { (ac_try="$ac_cpp conftest.$ac_ext"
12494 case "(($ac_try" in
12495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12496   *) ac_try_echo=$ac_try;;
12497 esac
12498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12499   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12500   ac_status=$?
12501   grep -v '^ *+' conftest.er1 >conftest.err
12502   rm -f conftest.er1
12503   cat conftest.err >&5
12504   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12505   (exit $ac_status); } >/dev/null && {
12506          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12507          test ! -s conftest.err
12508        }; then
12509   :
12510 else
12511   echo "$as_me: failed program was:" >&5
12512 sed 's/^/| /' conftest.$ac_ext >&5
12513
12514   # Broken: fails on valid input.
12515 continue
12516 fi
12517
12518 rm -f conftest.err conftest.$ac_ext
12519
12520   # OK, works on sane cases.  Now check whether nonexistent headers
12521   # can be detected and how.
12522   cat >conftest.$ac_ext <<_ACEOF
12523 /* confdefs.h.  */
12524 _ACEOF
12525 cat confdefs.h >>conftest.$ac_ext
12526 cat >>conftest.$ac_ext <<_ACEOF
12527 /* end confdefs.h.  */
12528 #include <ac_nonexistent.h>
12529 _ACEOF
12530 if { (ac_try="$ac_cpp conftest.$ac_ext"
12531 case "(($ac_try" in
12532   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12533   *) ac_try_echo=$ac_try;;
12534 esac
12535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12536   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12537   ac_status=$?
12538   grep -v '^ *+' conftest.er1 >conftest.err
12539   rm -f conftest.er1
12540   cat conftest.err >&5
12541   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12542   (exit $ac_status); } >/dev/null && {
12543          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12544          test ! -s conftest.err
12545        }; then
12546   # Broken: success on invalid input.
12547 continue
12548 else
12549   echo "$as_me: failed program was:" >&5
12550 sed 's/^/| /' conftest.$ac_ext >&5
12551
12552   # Passes both tests.
12553 ac_preproc_ok=:
12554 break
12555 fi
12556
12557 rm -f conftest.err conftest.$ac_ext
12558
12559 done
12560 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12561 rm -f conftest.err conftest.$ac_ext
12562 if $ac_preproc_ok; then
12563   break
12564 fi
12565
12566     done
12567     ac_cv_prog_CPP=$CPP
12568
12569 fi
12570   CPP=$ac_cv_prog_CPP
12571 else
12572   ac_cv_prog_CPP=$CPP
12573 fi
12574 { echo "$as_me:$LINENO: result: $CPP" >&5
12575 echo "${ECHO_T}$CPP" >&6; }
12576 ac_preproc_ok=false
12577 for ac_c_preproc_warn_flag in '' yes
12578 do
12579   # Use a header file that comes with gcc, so configuring glibc
12580   # with a fresh cross-compiler works.
12581   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12582   # <limits.h> exists even on freestanding compilers.
12583   # On the NeXT, cc -E runs the code through the compiler's parser,
12584   # not just through cpp. "Syntax error" is here to catch this case.
12585   cat >conftest.$ac_ext <<_ACEOF
12586 /* confdefs.h.  */
12587 _ACEOF
12588 cat confdefs.h >>conftest.$ac_ext
12589 cat >>conftest.$ac_ext <<_ACEOF
12590 /* end confdefs.h.  */
12591 #ifdef __STDC__
12592 # include <limits.h>
12593 #else
12594 # include <assert.h>
12595 #endif
12596                      Syntax error
12597 _ACEOF
12598 if { (ac_try="$ac_cpp conftest.$ac_ext"
12599 case "(($ac_try" in
12600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12601   *) ac_try_echo=$ac_try;;
12602 esac
12603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12604   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12605   ac_status=$?
12606   grep -v '^ *+' conftest.er1 >conftest.err
12607   rm -f conftest.er1
12608   cat conftest.err >&5
12609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12610   (exit $ac_status); } >/dev/null && {
12611          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12612          test ! -s conftest.err
12613        }; then
12614   :
12615 else
12616   echo "$as_me: failed program was:" >&5
12617 sed 's/^/| /' conftest.$ac_ext >&5
12618
12619   # Broken: fails on valid input.
12620 continue
12621 fi
12622
12623 rm -f conftest.err conftest.$ac_ext
12624
12625   # OK, works on sane cases.  Now check whether nonexistent headers
12626   # can be detected and how.
12627   cat >conftest.$ac_ext <<_ACEOF
12628 /* confdefs.h.  */
12629 _ACEOF
12630 cat confdefs.h >>conftest.$ac_ext
12631 cat >>conftest.$ac_ext <<_ACEOF
12632 /* end confdefs.h.  */
12633 #include <ac_nonexistent.h>
12634 _ACEOF
12635 if { (ac_try="$ac_cpp conftest.$ac_ext"
12636 case "(($ac_try" in
12637   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12638   *) ac_try_echo=$ac_try;;
12639 esac
12640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12641   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12642   ac_status=$?
12643   grep -v '^ *+' conftest.er1 >conftest.err
12644   rm -f conftest.er1
12645   cat conftest.err >&5
12646   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12647   (exit $ac_status); } >/dev/null && {
12648          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12649          test ! -s conftest.err
12650        }; then
12651   # Broken: success on invalid input.
12652 continue
12653 else
12654   echo "$as_me: failed program was:" >&5
12655 sed 's/^/| /' conftest.$ac_ext >&5
12656
12657   # Passes both tests.
12658 ac_preproc_ok=:
12659 break
12660 fi
12661
12662 rm -f conftest.err conftest.$ac_ext
12663
12664 done
12665 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12666 rm -f conftest.err conftest.$ac_ext
12667 if $ac_preproc_ok; then
12668   :
12669 else
12670   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12671 See \`config.log' for more details." >&5
12672 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12673 See \`config.log' for more details." >&2;}
12674    { (exit 1); exit 1; }; }
12675 fi
12676
12677 ac_ext=c
12678 ac_cpp='$CPP $CPPFLAGS'
12679 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12680 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12681 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12682
12683 { echo "$as_me:$LINENO: checking whether we are using MS Visual C++" >&5
12684 echo $ECHO_N "checking whether we are using MS Visual C++... $ECHO_C" >&6; }
12685 if test "${ol_cv_msvc+set}" = set; then
12686   echo $ECHO_N "(cached) $ECHO_C" >&6
12687 else
12688   cat >conftest.$ac_ext <<_ACEOF
12689 /* confdefs.h.  */
12690 _ACEOF
12691 cat confdefs.h >>conftest.$ac_ext
12692 cat >>conftest.$ac_ext <<_ACEOF
12693 /* end confdefs.h.  */
12694
12695 #ifndef _MSC_VER
12696 #include <__FOO__/generate_error.h>
12697 #endif
12698
12699 _ACEOF
12700 if { (ac_try="$ac_cpp conftest.$ac_ext"
12701 case "(($ac_try" in
12702   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12703   *) ac_try_echo=$ac_try;;
12704 esac
12705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12706   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12707   ac_status=$?
12708   grep -v '^ *+' conftest.er1 >conftest.err
12709   rm -f conftest.er1
12710   cat conftest.err >&5
12711   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12712   (exit $ac_status); } >/dev/null && {
12713          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12714          test ! -s conftest.err
12715        }; then
12716   ol_cv_msvc=yes
12717 else
12718   echo "$as_me: failed program was:" >&5
12719 sed 's/^/| /' conftest.$ac_ext >&5
12720
12721   ol_cv_msvc=no
12722 fi
12723
12724 rm -f conftest.err conftest.$ac_ext
12725 fi
12726 { echo "$as_me:$LINENO: result: $ol_cv_msvc" >&5
12727 echo "${ECHO_T}$ol_cv_msvc" >&6; }
12728
12729 case $host_os in
12730   *mingw32* ) ac_cv_mingw32=yes ;;
12731   *cygwin* ) ac_cv_cygwin=yes ;;
12732   *interix* ) ac_cv_interix=yes ;;
12733 esac
12734
12735
12736
12737
12738 cat >>confdefs.h <<_ACEOF
12739 #define EXEEXT "${EXEEXT}"
12740 _ACEOF
12741
12742
12743 { echo "$as_me:$LINENO: checking for be_app in -lbe" >&5
12744 echo $ECHO_N "checking for be_app in -lbe... $ECHO_C" >&6; }
12745 if test "${ac_cv_lib_be_be_app+set}" = set; then
12746   echo $ECHO_N "(cached) $ECHO_C" >&6
12747 else
12748   ac_check_lib_save_LIBS=$LIBS
12749 LIBS="-lbe -lroot -lnet $LIBS"
12750 cat >conftest.$ac_ext <<_ACEOF
12751 /* confdefs.h.  */
12752 _ACEOF
12753 cat confdefs.h >>conftest.$ac_ext
12754 cat >>conftest.$ac_ext <<_ACEOF
12755 /* end confdefs.h.  */
12756
12757 /* Override any GCC internal prototype to avoid an error.
12758    Use char because int might match the return type of a GCC
12759    builtin and then its argument prototype would still apply.  */
12760 #ifdef __cplusplus
12761 extern "C"
12762 #endif
12763 char be_app ();
12764 int
12765 main ()
12766 {
12767 return be_app ();
12768   ;
12769   return 0;
12770 }
12771 _ACEOF
12772 rm -f conftest.$ac_objext conftest$ac_exeext
12773 if { (ac_try="$ac_link"
12774 case "(($ac_try" in
12775   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12776   *) ac_try_echo=$ac_try;;
12777 esac
12778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12779   (eval "$ac_link") 2>conftest.er1
12780   ac_status=$?
12781   grep -v '^ *+' conftest.er1 >conftest.err
12782   rm -f conftest.er1
12783   cat conftest.err >&5
12784   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12785   (exit $ac_status); } && {
12786          test -z "$ac_c_werror_flag" ||
12787          test ! -s conftest.err
12788        } && test -s conftest$ac_exeext &&
12789        $as_test_x conftest$ac_exeext; then
12790   ac_cv_lib_be_be_app=yes
12791 else
12792   echo "$as_me: failed program was:" >&5
12793 sed 's/^/| /' conftest.$ac_ext >&5
12794
12795         ac_cv_lib_be_be_app=no
12796 fi
12797
12798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12799       conftest$ac_exeext conftest.$ac_ext
12800 LIBS=$ac_check_lib_save_LIBS
12801 fi
12802 { echo "$as_me:$LINENO: result: $ac_cv_lib_be_be_app" >&5
12803 echo "${ECHO_T}$ac_cv_lib_be_be_app" >&6; }
12804 if test $ac_cv_lib_be_be_app = yes; then
12805   LIBS="$LIBS -lbe -lroot -lnet"
12806 else
12807   :
12808 fi
12809
12810
12811 ac_ext=c
12812 ac_cpp='$CPP $CPPFLAGS'
12813 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12814 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12815 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12816 if test -n "$ac_tool_prefix"; then
12817   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
12818 set dummy ${ac_tool_prefix}gcc; ac_word=$2
12819 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12820 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12821 if test "${ac_cv_prog_CC+set}" = set; then
12822   echo $ECHO_N "(cached) $ECHO_C" >&6
12823 else
12824   if test -n "$CC"; then
12825   ac_cv_prog_CC="$CC" # Let the user override the test.
12826 else
12827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12828 for as_dir in $PATH
12829 do
12830   IFS=$as_save_IFS
12831   test -z "$as_dir" && as_dir=.
12832   for ac_exec_ext in '' $ac_executable_extensions; do
12833   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12834     ac_cv_prog_CC="${ac_tool_prefix}gcc"
12835     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12836     break 2
12837   fi
12838 done
12839 done
12840 IFS=$as_save_IFS
12841
12842 fi
12843 fi
12844 CC=$ac_cv_prog_CC
12845 if test -n "$CC"; then
12846   { echo "$as_me:$LINENO: result: $CC" >&5
12847 echo "${ECHO_T}$CC" >&6; }
12848 else
12849   { echo "$as_me:$LINENO: result: no" >&5
12850 echo "${ECHO_T}no" >&6; }
12851 fi
12852
12853
12854 fi
12855 if test -z "$ac_cv_prog_CC"; then
12856   ac_ct_CC=$CC
12857   # Extract the first word of "gcc", so it can be a program name with args.
12858 set dummy gcc; ac_word=$2
12859 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12860 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12861 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
12862   echo $ECHO_N "(cached) $ECHO_C" >&6
12863 else
12864   if test -n "$ac_ct_CC"; then
12865   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
12866 else
12867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12868 for as_dir in $PATH
12869 do
12870   IFS=$as_save_IFS
12871   test -z "$as_dir" && as_dir=.
12872   for ac_exec_ext in '' $ac_executable_extensions; do
12873   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12874     ac_cv_prog_ac_ct_CC="gcc"
12875     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12876     break 2
12877   fi
12878 done
12879 done
12880 IFS=$as_save_IFS
12881
12882 fi
12883 fi
12884 ac_ct_CC=$ac_cv_prog_ac_ct_CC
12885 if test -n "$ac_ct_CC"; then
12886   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
12887 echo "${ECHO_T}$ac_ct_CC" >&6; }
12888 else
12889   { echo "$as_me:$LINENO: result: no" >&5
12890 echo "${ECHO_T}no" >&6; }
12891 fi
12892
12893   if test "x$ac_ct_CC" = x; then
12894     CC=""
12895   else
12896     case $cross_compiling:$ac_tool_warned in
12897 yes:)
12898 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
12899 whose name does not start with the host triplet.  If you think this
12900 configuration is useful to you, please write to autoconf@gnu.org." >&5
12901 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
12902 whose name does not start with the host triplet.  If you think this
12903 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
12904 ac_tool_warned=yes ;;
12905 esac
12906     CC=$ac_ct_CC
12907   fi
12908 else
12909   CC="$ac_cv_prog_CC"
12910 fi
12911
12912 if test -z "$CC"; then
12913           if test -n "$ac_tool_prefix"; then
12914     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
12915 set dummy ${ac_tool_prefix}cc; ac_word=$2
12916 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12917 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12918 if test "${ac_cv_prog_CC+set}" = set; then
12919   echo $ECHO_N "(cached) $ECHO_C" >&6
12920 else
12921   if test -n "$CC"; then
12922   ac_cv_prog_CC="$CC" # Let the user override the test.
12923 else
12924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12925 for as_dir in $PATH
12926 do
12927   IFS=$as_save_IFS
12928   test -z "$as_dir" && as_dir=.
12929   for ac_exec_ext in '' $ac_executable_extensions; do
12930   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12931     ac_cv_prog_CC="${ac_tool_prefix}cc"
12932     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12933     break 2
12934   fi
12935 done
12936 done
12937 IFS=$as_save_IFS
12938
12939 fi
12940 fi
12941 CC=$ac_cv_prog_CC
12942 if test -n "$CC"; then
12943   { echo "$as_me:$LINENO: result: $CC" >&5
12944 echo "${ECHO_T}$CC" >&6; }
12945 else
12946   { echo "$as_me:$LINENO: result: no" >&5
12947 echo "${ECHO_T}no" >&6; }
12948 fi
12949
12950
12951   fi
12952 fi
12953 if test -z "$CC"; then
12954   # Extract the first word of "cc", so it can be a program name with args.
12955 set dummy cc; ac_word=$2
12956 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12957 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12958 if test "${ac_cv_prog_CC+set}" = set; then
12959   echo $ECHO_N "(cached) $ECHO_C" >&6
12960 else
12961   if test -n "$CC"; then
12962   ac_cv_prog_CC="$CC" # Let the user override the test.
12963 else
12964   ac_prog_rejected=no
12965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12966 for as_dir in $PATH
12967 do
12968   IFS=$as_save_IFS
12969   test -z "$as_dir" && as_dir=.
12970   for ac_exec_ext in '' $ac_executable_extensions; do
12971   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12972     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
12973        ac_prog_rejected=yes
12974        continue
12975      fi
12976     ac_cv_prog_CC="cc"
12977     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12978     break 2
12979   fi
12980 done
12981 done
12982 IFS=$as_save_IFS
12983
12984 if test $ac_prog_rejected = yes; then
12985   # We found a bogon in the path, so make sure we never use it.
12986   set dummy $ac_cv_prog_CC
12987   shift
12988   if test $# != 0; then
12989     # We chose a different compiler from the bogus one.
12990     # However, it has the same basename, so the bogon will be chosen
12991     # first if we set CC to just the basename; use the full file name.
12992     shift
12993     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
12994   fi
12995 fi
12996 fi
12997 fi
12998 CC=$ac_cv_prog_CC
12999 if test -n "$CC"; then
13000   { echo "$as_me:$LINENO: result: $CC" >&5
13001 echo "${ECHO_T}$CC" >&6; }
13002 else
13003   { echo "$as_me:$LINENO: result: no" >&5
13004 echo "${ECHO_T}no" >&6; }
13005 fi
13006
13007
13008 fi
13009 if test -z "$CC"; then
13010   if test -n "$ac_tool_prefix"; then
13011   for ac_prog in cl.exe
13012   do
13013     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
13014 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
13015 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13016 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13017 if test "${ac_cv_prog_CC+set}" = set; then
13018   echo $ECHO_N "(cached) $ECHO_C" >&6
13019 else
13020   if test -n "$CC"; then
13021   ac_cv_prog_CC="$CC" # Let the user override the test.
13022 else
13023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13024 for as_dir in $PATH
13025 do
13026   IFS=$as_save_IFS
13027   test -z "$as_dir" && as_dir=.
13028   for ac_exec_ext in '' $ac_executable_extensions; do
13029   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13030     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
13031     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13032     break 2
13033   fi
13034 done
13035 done
13036 IFS=$as_save_IFS
13037
13038 fi
13039 fi
13040 CC=$ac_cv_prog_CC
13041 if test -n "$CC"; then
13042   { echo "$as_me:$LINENO: result: $CC" >&5
13043 echo "${ECHO_T}$CC" >&6; }
13044 else
13045   { echo "$as_me:$LINENO: result: no" >&5
13046 echo "${ECHO_T}no" >&6; }
13047 fi
13048
13049
13050     test -n "$CC" && break
13051   done
13052 fi
13053 if test -z "$CC"; then
13054   ac_ct_CC=$CC
13055   for ac_prog in cl.exe
13056 do
13057   # Extract the first word of "$ac_prog", so it can be a program name with args.
13058 set dummy $ac_prog; ac_word=$2
13059 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13060 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13061 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
13062   echo $ECHO_N "(cached) $ECHO_C" >&6
13063 else
13064   if test -n "$ac_ct_CC"; then
13065   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
13066 else
13067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13068 for as_dir in $PATH
13069 do
13070   IFS=$as_save_IFS
13071   test -z "$as_dir" && as_dir=.
13072   for ac_exec_ext in '' $ac_executable_extensions; do
13073   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13074     ac_cv_prog_ac_ct_CC="$ac_prog"
13075     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13076     break 2
13077   fi
13078 done
13079 done
13080 IFS=$as_save_IFS
13081
13082 fi
13083 fi
13084 ac_ct_CC=$ac_cv_prog_ac_ct_CC
13085 if test -n "$ac_ct_CC"; then
13086   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
13087 echo "${ECHO_T}$ac_ct_CC" >&6; }
13088 else
13089   { echo "$as_me:$LINENO: result: no" >&5
13090 echo "${ECHO_T}no" >&6; }
13091 fi
13092
13093
13094   test -n "$ac_ct_CC" && break
13095 done
13096
13097   if test "x$ac_ct_CC" = x; then
13098     CC=""
13099   else
13100     case $cross_compiling:$ac_tool_warned in
13101 yes:)
13102 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
13103 whose name does not start with the host triplet.  If you think this
13104 configuration is useful to you, please write to autoconf@gnu.org." >&5
13105 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
13106 whose name does not start with the host triplet.  If you think this
13107 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
13108 ac_tool_warned=yes ;;
13109 esac
13110     CC=$ac_ct_CC
13111   fi
13112 fi
13113
13114 fi
13115
13116
13117 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
13118 See \`config.log' for more details." >&5
13119 echo "$as_me: error: no acceptable C compiler found in \$PATH
13120 See \`config.log' for more details." >&2;}
13121    { (exit 1); exit 1; }; }
13122
13123 # Provide some information about the compiler.
13124 echo "$as_me:$LINENO: checking for C compiler version" >&5
13125 ac_compiler=`set X $ac_compile; echo $2`
13126 { (ac_try="$ac_compiler --version >&5"
13127 case "(($ac_try" in
13128   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13129   *) ac_try_echo=$ac_try;;
13130 esac
13131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13132   (eval "$ac_compiler --version >&5") 2>&5
13133   ac_status=$?
13134   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13135   (exit $ac_status); }
13136 { (ac_try="$ac_compiler -v >&5"
13137 case "(($ac_try" in
13138   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13139   *) ac_try_echo=$ac_try;;
13140 esac
13141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13142   (eval "$ac_compiler -v >&5") 2>&5
13143   ac_status=$?
13144   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13145   (exit $ac_status); }
13146 { (ac_try="$ac_compiler -V >&5"
13147 case "(($ac_try" in
13148   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13149   *) ac_try_echo=$ac_try;;
13150 esac
13151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13152   (eval "$ac_compiler -V >&5") 2>&5
13153   ac_status=$?
13154   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13155   (exit $ac_status); }
13156
13157 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
13158 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
13159 if test "${ac_cv_c_compiler_gnu+set}" = set; then
13160   echo $ECHO_N "(cached) $ECHO_C" >&6
13161 else
13162   cat >conftest.$ac_ext <<_ACEOF
13163 /* confdefs.h.  */
13164 _ACEOF
13165 cat confdefs.h >>conftest.$ac_ext
13166 cat >>conftest.$ac_ext <<_ACEOF
13167 /* end confdefs.h.  */
13168
13169 int
13170 main ()
13171 {
13172 #ifndef __GNUC__
13173        choke me
13174 #endif
13175
13176   ;
13177   return 0;
13178 }
13179 _ACEOF
13180 rm -f conftest.$ac_objext
13181 if { (ac_try="$ac_compile"
13182 case "(($ac_try" in
13183   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13184   *) ac_try_echo=$ac_try;;
13185 esac
13186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13187   (eval "$ac_compile") 2>conftest.er1
13188   ac_status=$?
13189   grep -v '^ *+' conftest.er1 >conftest.err
13190   rm -f conftest.er1
13191   cat conftest.err >&5
13192   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13193   (exit $ac_status); } && {
13194          test -z "$ac_c_werror_flag" ||
13195          test ! -s conftest.err
13196        } && test -s conftest.$ac_objext; then
13197   ac_compiler_gnu=yes
13198 else
13199   echo "$as_me: failed program was:" >&5
13200 sed 's/^/| /' conftest.$ac_ext >&5
13201
13202         ac_compiler_gnu=no
13203 fi
13204
13205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13206 ac_cv_c_compiler_gnu=$ac_compiler_gnu
13207
13208 fi
13209 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
13210 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
13211 GCC=`test $ac_compiler_gnu = yes && echo yes`
13212 ac_test_CFLAGS=${CFLAGS+set}
13213 ac_save_CFLAGS=$CFLAGS
13214 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
13215 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
13216 if test "${ac_cv_prog_cc_g+set}" = set; then
13217   echo $ECHO_N "(cached) $ECHO_C" >&6
13218 else
13219   ac_save_c_werror_flag=$ac_c_werror_flag
13220    ac_c_werror_flag=yes
13221    ac_cv_prog_cc_g=no
13222    CFLAGS="-g"
13223    cat >conftest.$ac_ext <<_ACEOF
13224 /* confdefs.h.  */
13225 _ACEOF
13226 cat confdefs.h >>conftest.$ac_ext
13227 cat >>conftest.$ac_ext <<_ACEOF
13228 /* end confdefs.h.  */
13229
13230 int
13231 main ()
13232 {
13233
13234   ;
13235   return 0;
13236 }
13237 _ACEOF
13238 rm -f conftest.$ac_objext
13239 if { (ac_try="$ac_compile"
13240 case "(($ac_try" in
13241   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13242   *) ac_try_echo=$ac_try;;
13243 esac
13244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13245   (eval "$ac_compile") 2>conftest.er1
13246   ac_status=$?
13247   grep -v '^ *+' conftest.er1 >conftest.err
13248   rm -f conftest.er1
13249   cat conftest.err >&5
13250   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13251   (exit $ac_status); } && {
13252          test -z "$ac_c_werror_flag" ||
13253          test ! -s conftest.err
13254        } && test -s conftest.$ac_objext; then
13255   ac_cv_prog_cc_g=yes
13256 else
13257   echo "$as_me: failed program was:" >&5
13258 sed 's/^/| /' conftest.$ac_ext >&5
13259
13260         CFLAGS=""
13261       cat >conftest.$ac_ext <<_ACEOF
13262 /* confdefs.h.  */
13263 _ACEOF
13264 cat confdefs.h >>conftest.$ac_ext
13265 cat >>conftest.$ac_ext <<_ACEOF
13266 /* end confdefs.h.  */
13267
13268 int
13269 main ()
13270 {
13271
13272   ;
13273   return 0;
13274 }
13275 _ACEOF
13276 rm -f conftest.$ac_objext
13277 if { (ac_try="$ac_compile"
13278 case "(($ac_try" in
13279   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13280   *) ac_try_echo=$ac_try;;
13281 esac
13282 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13283   (eval "$ac_compile") 2>conftest.er1
13284   ac_status=$?
13285   grep -v '^ *+' conftest.er1 >conftest.err
13286   rm -f conftest.er1
13287   cat conftest.err >&5
13288   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13289   (exit $ac_status); } && {
13290          test -z "$ac_c_werror_flag" ||
13291          test ! -s conftest.err
13292        } && test -s conftest.$ac_objext; then
13293   :
13294 else
13295   echo "$as_me: failed program was:" >&5
13296 sed 's/^/| /' conftest.$ac_ext >&5
13297
13298         ac_c_werror_flag=$ac_save_c_werror_flag
13299          CFLAGS="-g"
13300          cat >conftest.$ac_ext <<_ACEOF
13301 /* confdefs.h.  */
13302 _ACEOF
13303 cat confdefs.h >>conftest.$ac_ext
13304 cat >>conftest.$ac_ext <<_ACEOF
13305 /* end confdefs.h.  */
13306
13307 int
13308 main ()
13309 {
13310
13311   ;
13312   return 0;
13313 }
13314 _ACEOF
13315 rm -f conftest.$ac_objext
13316 if { (ac_try="$ac_compile"
13317 case "(($ac_try" in
13318   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13319   *) ac_try_echo=$ac_try;;
13320 esac
13321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13322   (eval "$ac_compile") 2>conftest.er1
13323   ac_status=$?
13324   grep -v '^ *+' conftest.er1 >conftest.err
13325   rm -f conftest.er1
13326   cat conftest.err >&5
13327   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13328   (exit $ac_status); } && {
13329          test -z "$ac_c_werror_flag" ||
13330          test ! -s conftest.err
13331        } && test -s conftest.$ac_objext; then
13332   ac_cv_prog_cc_g=yes
13333 else
13334   echo "$as_me: failed program was:" >&5
13335 sed 's/^/| /' conftest.$ac_ext >&5
13336
13337
13338 fi
13339
13340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13341 fi
13342
13343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13344 fi
13345
13346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13347    ac_c_werror_flag=$ac_save_c_werror_flag
13348 fi
13349 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
13350 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
13351 if test "$ac_test_CFLAGS" = set; then
13352   CFLAGS=$ac_save_CFLAGS
13353 elif test $ac_cv_prog_cc_g = yes; then
13354   if test "$GCC" = yes; then
13355     CFLAGS="-g -O2"
13356   else
13357     CFLAGS="-g"
13358   fi
13359 else
13360   if test "$GCC" = yes; then
13361     CFLAGS="-O2"
13362   else
13363     CFLAGS=
13364   fi
13365 fi
13366 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
13367 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
13368 if test "${ac_cv_prog_cc_c89+set}" = set; then
13369   echo $ECHO_N "(cached) $ECHO_C" >&6
13370 else
13371   ac_cv_prog_cc_c89=no
13372 ac_save_CC=$CC
13373 cat >conftest.$ac_ext <<_ACEOF
13374 /* confdefs.h.  */
13375 _ACEOF
13376 cat confdefs.h >>conftest.$ac_ext
13377 cat >>conftest.$ac_ext <<_ACEOF
13378 /* end confdefs.h.  */
13379 #include <stdarg.h>
13380 #include <stdio.h>
13381 #include <sys/types.h>
13382 #include <sys/stat.h>
13383 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
13384 struct buf { int x; };
13385 FILE * (*rcsopen) (struct buf *, struct stat *, int);
13386 static char *e (p, i)
13387      char **p;
13388      int i;
13389 {
13390   return p[i];
13391 }
13392 static char *f (char * (*g) (char **, int), char **p, ...)
13393 {
13394   char *s;
13395   va_list v;
13396   va_start (v,p);
13397   s = g (p, va_arg (v,int));
13398   va_end (v);
13399   return s;
13400 }
13401
13402 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
13403    function prototypes and stuff, but not '\xHH' hex character constants.
13404    These don't provoke an error unfortunately, instead are silently treated
13405    as 'x'.  The following induces an error, until -std is added to get
13406    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
13407    array size at least.  It's necessary to write '\x00'==0 to get something
13408    that's true only with -std.  */
13409 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
13410
13411 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
13412    inside strings and character constants.  */
13413 #define FOO(x) 'x'
13414 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
13415
13416 int test (int i, double x);
13417 struct s1 {int (*f) (int a);};
13418 struct s2 {int (*f) (double a);};
13419 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
13420 int argc;
13421 char **argv;
13422 int
13423 main ()
13424 {
13425 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
13426   ;
13427   return 0;
13428 }
13429 _ACEOF
13430 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
13431         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
13432 do
13433   CC="$ac_save_CC $ac_arg"
13434   rm -f conftest.$ac_objext
13435 if { (ac_try="$ac_compile"
13436 case "(($ac_try" in
13437   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13438   *) ac_try_echo=$ac_try;;
13439 esac
13440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13441   (eval "$ac_compile") 2>conftest.er1
13442   ac_status=$?
13443   grep -v '^ *+' conftest.er1 >conftest.err
13444   rm -f conftest.er1
13445   cat conftest.err >&5
13446   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13447   (exit $ac_status); } && {
13448          test -z "$ac_c_werror_flag" ||
13449          test ! -s conftest.err
13450        } && test -s conftest.$ac_objext; then
13451   ac_cv_prog_cc_c89=$ac_arg
13452 else
13453   echo "$as_me: failed program was:" >&5
13454 sed 's/^/| /' conftest.$ac_ext >&5
13455
13456
13457 fi
13458
13459 rm -f core conftest.err conftest.$ac_objext
13460   test "x$ac_cv_prog_cc_c89" != "xno" && break
13461 done
13462 rm -f conftest.$ac_ext
13463 CC=$ac_save_CC
13464
13465 fi
13466 # AC_CACHE_VAL
13467 case "x$ac_cv_prog_cc_c89" in
13468   x)
13469     { echo "$as_me:$LINENO: result: none needed" >&5
13470 echo "${ECHO_T}none needed" >&6; } ;;
13471   xno)
13472     { echo "$as_me:$LINENO: result: unsupported" >&5
13473 echo "${ECHO_T}unsupported" >&6; } ;;
13474   *)
13475     CC="$CC $ac_cv_prog_cc_c89"
13476     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
13477 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
13478 esac
13479
13480
13481 ac_ext=c
13482 ac_cpp='$CPP $CPPFLAGS'
13483 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13484 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13485 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13486
13487 depcc="$CC"   am_compiler_list=
13488
13489 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
13490 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
13491 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
13492   echo $ECHO_N "(cached) $ECHO_C" >&6
13493 else
13494   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
13495   # We make a subdir and do the tests there.  Otherwise we can end up
13496   # making bogus files that we don't know about and never remove.  For
13497   # instance it was reported that on HP-UX the gcc test will end up
13498   # making a dummy file named `D' -- because `-MD' means `put the output
13499   # in D'.
13500   mkdir conftest.dir
13501   # Copy depcomp to subdir because otherwise we won't find it if we're
13502   # using a relative directory.
13503   cp "$am_depcomp" conftest.dir
13504   cd conftest.dir
13505   # We will build objects and dependencies in a subdirectory because
13506   # it helps to detect inapplicable dependency modes.  For instance
13507   # both Tru64's cc and ICC support -MD to output dependencies as a
13508   # side effect of compilation, but ICC will put the dependencies in
13509   # the current directory while Tru64 will put them in the object
13510   # directory.
13511   mkdir sub
13512
13513   am_cv_CC_dependencies_compiler_type=none
13514   if test "$am_compiler_list" = ""; then
13515      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
13516   fi
13517   for depmode in $am_compiler_list; do
13518     # Setup a source with many dependencies, because some compilers
13519     # like to wrap large dependency lists on column 80 (with \), and
13520     # we should not choose a depcomp mode which is confused by this.
13521     #
13522     # We need to recreate these files for each test, as the compiler may
13523     # overwrite some of them when testing with obscure command lines.
13524     # This happens at least with the AIX C compiler.
13525     : > sub/conftest.c
13526     for i in 1 2 3 4 5 6; do
13527       echo '#include "conftst'$i'.h"' >> sub/conftest.c
13528       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
13529       # Solaris 8's {/usr,}/bin/sh.
13530       touch sub/conftst$i.h
13531     done
13532     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
13533
13534     case $depmode in
13535     nosideeffect)
13536       # after this tag, mechanisms are not by side-effect, so they'll
13537       # only be used when explicitly requested
13538       if test "x$enable_dependency_tracking" = xyes; then
13539         continue
13540       else
13541         break
13542       fi
13543       ;;
13544     none) break ;;
13545     esac
13546     # We check with `-c' and `-o' for the sake of the "dashmstdout"
13547     # mode.  It turns out that the SunPro C++ compiler does not properly
13548     # handle `-M -o', and we need to detect this.
13549     if depmode=$depmode \
13550        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
13551        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
13552        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
13553          >/dev/null 2>conftest.err &&
13554        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
13555        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
13556        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
13557       # icc doesn't choke on unknown options, it will just issue warnings
13558       # or remarks (even with -Werror).  So we grep stderr for any message
13559       # that says an option was ignored or not supported.
13560       # When given -MP, icc 7.0 and 7.1 complain thusly:
13561       #   icc: Command line warning: ignoring option '-M'; no argument required
13562       # The diagnosis changed in icc 8.0:
13563       #   icc: Command line remark: option '-MP' not supported
13564       if (grep 'ignoring option' conftest.err ||
13565           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
13566         am_cv_CC_dependencies_compiler_type=$depmode
13567         break
13568       fi
13569     fi
13570   done
13571
13572   cd ..
13573   rm -rf conftest.dir
13574 else
13575   am_cv_CC_dependencies_compiler_type=none
13576 fi
13577
13578 fi
13579 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
13580 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
13581 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
13582
13583
13584
13585 if
13586   test "x$enable_dependency_tracking" != xno \
13587   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
13588   am__fastdepCC_TRUE=
13589   am__fastdepCC_FALSE='#'
13590 else
13591   am__fastdepCC_TRUE='#'
13592   am__fastdepCC_FALSE=
13593 fi
13594
13595
13596 if test "X${ac_cv_prog_cc_stdc}" = "Xno" ; then
13597         { { echo "$as_me:$LINENO: error: OpenLDAP requires compiler to support STDC constructs." >&5
13598 echo "$as_me: error: OpenLDAP requires compiler to support STDC constructs." >&2;}
13599    { (exit 1); exit 1; }; }
13600 fi
13601
13602 # test for make depend flag
13603 OL_MKDEP=
13604 OL_MKDEP_FLAGS=
13605 if test -z "${MKDEP}"; then
13606         OL_MKDEP="${CC-cc}"
13607         if test -z "${MKDEP_FLAGS}"; then
13608                 { echo "$as_me:$LINENO: checking for ${OL_MKDEP} depend flag" >&5
13609 echo $ECHO_N "checking for ${OL_MKDEP} depend flag... $ECHO_C" >&6; }
13610 if test "${ol_cv_mkdep+set}" = set; then
13611   echo $ECHO_N "(cached) $ECHO_C" >&6
13612 else
13613
13614                         ol_cv_mkdep=no
13615                         for flag in "-M" "-xM"; do
13616                                 cat > conftest.c <<EOF
13617  noCode;
13618 EOF
13619                                 if { ac_try='$OL_MKDEP $flag conftest.c'
13620   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13621   (eval $ac_try) 2>&5
13622   ac_status=$?
13623   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13624   (exit $ac_status); }; } \
13625                                         | grep '^conftest\.'"${ac_objext}" >/dev/null 2>&1
13626                                 then
13627                                         if test ! -f conftest."${ac_object}" ; then
13628                                                 ol_cv_mkdep=$flag
13629                                                 OL_MKDEP_FLAGS="$flag"
13630                                                 break
13631                                         fi
13632                                 fi
13633                         done
13634                         rm -f conftest*
13635
13636 fi
13637 { echo "$as_me:$LINENO: result: $ol_cv_mkdep" >&5
13638 echo "${ECHO_T}$ol_cv_mkdep" >&6; }
13639                 test "$ol_cv_mkdep" = no && OL_MKDEP=":"
13640         else
13641                 cc_cv_mkdep=yes
13642                 OL_MKDEP_FLAGS="${MKDEP_FLAGS}"
13643         fi
13644 else
13645         cc_cv_mkdep=yes
13646         OL_MKDEP="${MKDEP}"
13647         OL_MKDEP_FLAGS="${MKDEP_FLAGS}"
13648 fi
13649
13650
13651
13652 if test "${ol_cv_mkdep}" = no ; then
13653         # this will soon become an error
13654         { echo "$as_me:$LINENO: WARNING: do not know how to generate dependencies" >&5
13655 echo "$as_me: WARNING: do not know how to generate dependencies" >&2;}
13656 fi
13657
13658 { echo "$as_me:$LINENO: checking for afopen in -ls" >&5
13659 echo $ECHO_N "checking for afopen in -ls... $ECHO_C" >&6; }
13660 if test "${ac_cv_lib_s_afopen+set}" = set; then
13661   echo $ECHO_N "(cached) $ECHO_C" >&6
13662 else
13663   ac_check_lib_save_LIBS=$LIBS
13664 LIBS="-ls  $LIBS"
13665 cat >conftest.$ac_ext <<_ACEOF
13666 /* confdefs.h.  */
13667 _ACEOF
13668 cat confdefs.h >>conftest.$ac_ext
13669 cat >>conftest.$ac_ext <<_ACEOF
13670 /* end confdefs.h.  */
13671
13672 /* Override any GCC internal prototype to avoid an error.
13673    Use char because int might match the return type of a GCC
13674    builtin and then its argument prototype would still apply.  */
13675 #ifdef __cplusplus
13676 extern "C"
13677 #endif
13678 char afopen ();
13679 int
13680 main ()
13681 {
13682 return afopen ();
13683   ;
13684   return 0;
13685 }
13686 _ACEOF
13687 rm -f conftest.$ac_objext conftest$ac_exeext
13688 if { (ac_try="$ac_link"
13689 case "(($ac_try" in
13690   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13691   *) ac_try_echo=$ac_try;;
13692 esac
13693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13694   (eval "$ac_link") 2>conftest.er1
13695   ac_status=$?
13696   grep -v '^ *+' conftest.er1 >conftest.err
13697   rm -f conftest.er1
13698   cat conftest.err >&5
13699   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13700   (exit $ac_status); } && {
13701          test -z "$ac_c_werror_flag" ||
13702          test ! -s conftest.err
13703        } && test -s conftest$ac_exeext &&
13704        $as_test_x conftest$ac_exeext; then
13705   ac_cv_lib_s_afopen=yes
13706 else
13707   echo "$as_me: failed program was:" >&5
13708 sed 's/^/| /' conftest.$ac_ext >&5
13709
13710         ac_cv_lib_s_afopen=no
13711 fi
13712
13713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13714       conftest$ac_exeext conftest.$ac_ext
13715 LIBS=$ac_check_lib_save_LIBS
13716 fi
13717 { echo "$as_me:$LINENO: result: $ac_cv_lib_s_afopen" >&5
13718 echo "${ECHO_T}$ac_cv_lib_s_afopen" >&6; }
13719 if test $ac_cv_lib_s_afopen = yes; then
13720
13721         AUTH_LIBS=-ls
13722
13723 cat >>confdefs.h <<\_ACEOF
13724 #define HAVE_AIX_SECURITY 1
13725 _ACEOF
13726
13727
13728 fi
13729
13730
13731 case "$target" in
13732 *-ibm-openedition)
13733         ac_cv_func_getopt=no
13734
13735 cat >>confdefs.h <<\_ACEOF
13736 #define BOTH_STRINGS_H 1
13737 _ACEOF
13738
13739         ;;
13740 esac
13741
13742 ol_link_modules=no
13743 WITH_MODULES_ENABLED=no
13744 if test $ol_enable_modules != no ; then
13745
13746 for ac_header in ltdl.h
13747 do
13748 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13749 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13750   { echo "$as_me:$LINENO: checking for $ac_header" >&5
13751 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13752 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13753   echo $ECHO_N "(cached) $ECHO_C" >&6
13754 fi
13755 ac_res=`eval echo '${'$as_ac_Header'}'`
13756                { echo "$as_me:$LINENO: result: $ac_res" >&5
13757 echo "${ECHO_T}$ac_res" >&6; }
13758 else
13759   # Is the header compilable?
13760 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
13761 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
13762 cat >conftest.$ac_ext <<_ACEOF
13763 /* confdefs.h.  */
13764 _ACEOF
13765 cat confdefs.h >>conftest.$ac_ext
13766 cat >>conftest.$ac_ext <<_ACEOF
13767 /* end confdefs.h.  */
13768 $ac_includes_default
13769 #include <$ac_header>
13770 _ACEOF
13771 rm -f conftest.$ac_objext
13772 if { (ac_try="$ac_compile"
13773 case "(($ac_try" in
13774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13775   *) ac_try_echo=$ac_try;;
13776 esac
13777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13778   (eval "$ac_compile") 2>conftest.er1
13779   ac_status=$?
13780   grep -v '^ *+' conftest.er1 >conftest.err
13781   rm -f conftest.er1
13782   cat conftest.err >&5
13783   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13784   (exit $ac_status); } && {
13785          test -z "$ac_c_werror_flag" ||
13786          test ! -s conftest.err
13787        } && test -s conftest.$ac_objext; then
13788   ac_header_compiler=yes
13789 else
13790   echo "$as_me: failed program was:" >&5
13791 sed 's/^/| /' conftest.$ac_ext >&5
13792
13793         ac_header_compiler=no
13794 fi
13795
13796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13797 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13798 echo "${ECHO_T}$ac_header_compiler" >&6; }
13799
13800 # Is the header present?
13801 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
13802 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
13803 cat >conftest.$ac_ext <<_ACEOF
13804 /* confdefs.h.  */
13805 _ACEOF
13806 cat confdefs.h >>conftest.$ac_ext
13807 cat >>conftest.$ac_ext <<_ACEOF
13808 /* end confdefs.h.  */
13809 #include <$ac_header>
13810 _ACEOF
13811 if { (ac_try="$ac_cpp conftest.$ac_ext"
13812 case "(($ac_try" in
13813   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13814   *) ac_try_echo=$ac_try;;
13815 esac
13816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13817   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13818   ac_status=$?
13819   grep -v '^ *+' conftest.er1 >conftest.err
13820   rm -f conftest.er1
13821   cat conftest.err >&5
13822   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13823   (exit $ac_status); } >/dev/null && {
13824          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13825          test ! -s conftest.err
13826        }; then
13827   ac_header_preproc=yes
13828 else
13829   echo "$as_me: failed program was:" >&5
13830 sed 's/^/| /' conftest.$ac_ext >&5
13831
13832   ac_header_preproc=no
13833 fi
13834
13835 rm -f conftest.err conftest.$ac_ext
13836 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13837 echo "${ECHO_T}$ac_header_preproc" >&6; }
13838
13839 # So?  What about this header?
13840 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13841   yes:no: )
13842     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13843 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13844     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13845 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13846     ac_header_preproc=yes
13847     ;;
13848   no:yes:* )
13849     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13850 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13851     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13852 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13853     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13854 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13855     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13856 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13857     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13858 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13859     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13860 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13861     ( cat <<\_ASBOX
13862 ## --------------------------------------------- ##
13863 ## Report this to <http://www.openldap.org/its/> ##
13864 ## --------------------------------------------- ##
13865 _ASBOX
13866      ) | sed "s/^/$as_me: WARNING:     /" >&2
13867     ;;
13868 esac
13869 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13870 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13871 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13872   echo $ECHO_N "(cached) $ECHO_C" >&6
13873 else
13874   eval "$as_ac_Header=\$ac_header_preproc"
13875 fi
13876 ac_res=`eval echo '${'$as_ac_Header'}'`
13877                { echo "$as_me:$LINENO: result: $ac_res" >&5
13878 echo "${ECHO_T}$ac_res" >&6; }
13879
13880 fi
13881 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13882   cat >>confdefs.h <<_ACEOF
13883 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13884 _ACEOF
13885
13886 fi
13887
13888 done
13889
13890
13891         if test $ac_cv_header_ltdl_h = no ; then
13892                 { { echo "$as_me:$LINENO: error: could not locate libtool ltdl.h" >&5
13893 echo "$as_me: error: could not locate libtool ltdl.h" >&2;}
13894    { (exit 1); exit 1; }; }
13895         fi
13896
13897         { echo "$as_me:$LINENO: checking for lt_dlinit in -lltdl" >&5
13898 echo $ECHO_N "checking for lt_dlinit in -lltdl... $ECHO_C" >&6; }
13899 if test "${ac_cv_lib_ltdl_lt_dlinit+set}" = set; then
13900   echo $ECHO_N "(cached) $ECHO_C" >&6
13901 else
13902   ac_check_lib_save_LIBS=$LIBS
13903 LIBS="-lltdl  $LIBS"
13904 cat >conftest.$ac_ext <<_ACEOF
13905 /* confdefs.h.  */
13906 _ACEOF
13907 cat confdefs.h >>conftest.$ac_ext
13908 cat >>conftest.$ac_ext <<_ACEOF
13909 /* end confdefs.h.  */
13910
13911 /* Override any GCC internal prototype to avoid an error.
13912    Use char because int might match the return type of a GCC
13913    builtin and then its argument prototype would still apply.  */
13914 #ifdef __cplusplus
13915 extern "C"
13916 #endif
13917 char lt_dlinit ();
13918 int
13919 main ()
13920 {
13921 return lt_dlinit ();
13922   ;
13923   return 0;
13924 }
13925 _ACEOF
13926 rm -f conftest.$ac_objext conftest$ac_exeext
13927 if { (ac_try="$ac_link"
13928 case "(($ac_try" in
13929   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13930   *) ac_try_echo=$ac_try;;
13931 esac
13932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13933   (eval "$ac_link") 2>conftest.er1
13934   ac_status=$?
13935   grep -v '^ *+' conftest.er1 >conftest.err
13936   rm -f conftest.er1
13937   cat conftest.err >&5
13938   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13939   (exit $ac_status); } && {
13940          test -z "$ac_c_werror_flag" ||
13941          test ! -s conftest.err
13942        } && test -s conftest$ac_exeext &&
13943        $as_test_x conftest$ac_exeext; then
13944   ac_cv_lib_ltdl_lt_dlinit=yes
13945 else
13946   echo "$as_me: failed program was:" >&5
13947 sed 's/^/| /' conftest.$ac_ext >&5
13948
13949         ac_cv_lib_ltdl_lt_dlinit=no
13950 fi
13951
13952 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13953       conftest$ac_exeext conftest.$ac_ext
13954 LIBS=$ac_check_lib_save_LIBS
13955 fi
13956 { echo "$as_me:$LINENO: result: $ac_cv_lib_ltdl_lt_dlinit" >&5
13957 echo "${ECHO_T}$ac_cv_lib_ltdl_lt_dlinit" >&6; }
13958 if test $ac_cv_lib_ltdl_lt_dlinit = yes; then
13959
13960                 MODULES_LIBS=-lltdl
13961
13962 cat >>confdefs.h <<\_ACEOF
13963 #define HAVE_LIBLTDL 1
13964 _ACEOF
13965
13966
13967 fi
13968
13969
13970         if test "$ac_cv_lib_ltdl_lt_dlinit" = no ; then
13971                 { { echo "$as_me:$LINENO: error: could not locate libtool -lltdl" >&5
13972 echo "$as_me: error: could not locate libtool -lltdl" >&2;}
13973    { (exit 1); exit 1; }; }
13974         fi
13975         ol_link_modules=yes
13976         WITH_MODULES_ENABLED=yes
13977
13978 else
13979         for i in $Backends; do
13980                 eval "ol_tmp=\$ol_enable_$i"
13981                 if test $ol_tmp = mod ; then
13982                         { echo "$as_me:$LINENO: WARNING: building static $i backend" >&5
13983 echo "$as_me: WARNING: building static $i backend" >&2;}
13984                         eval "ol_enable_$i=yes"
13985                 fi
13986         done
13987         for i in $Overlays; do
13988                 eval "ol_tmp=\$ol_enable_$i"
13989                 if test $ol_tmp = mod ; then
13990                         { echo "$as_me:$LINENO: WARNING: building static $i overlay" >&5
13991 echo "$as_me: WARNING: building static $i overlay" >&2;}
13992                         eval "ol_enable_$i=yes"
13993                 fi
13994         done
13995 fi
13996
13997 # test for EBCDIC
13998 { echo "$as_me:$LINENO: checking for EBCDIC" >&5
13999 echo $ECHO_N "checking for EBCDIC... $ECHO_C" >&6; }
14000 if test "${ol_cv_cpp_ebcdic+set}" = set; then
14001   echo $ECHO_N "(cached) $ECHO_C" >&6
14002 else
14003
14004         cat >conftest.$ac_ext <<_ACEOF
14005 /* confdefs.h.  */
14006 _ACEOF
14007 cat confdefs.h >>conftest.$ac_ext
14008 cat >>conftest.$ac_ext <<_ACEOF
14009 /* end confdefs.h.  */
14010
14011 #if !('M' == 0xd4)
14012 #include <__ASCII__/generate_error.h>
14013 #endif
14014
14015 _ACEOF
14016 if { (ac_try="$ac_cpp conftest.$ac_ext"
14017 case "(($ac_try" in
14018   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14019   *) ac_try_echo=$ac_try;;
14020 esac
14021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14022   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14023   ac_status=$?
14024   grep -v '^ *+' conftest.er1 >conftest.err
14025   rm -f conftest.er1
14026   cat conftest.err >&5
14027   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14028   (exit $ac_status); } >/dev/null && {
14029          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14030          test ! -s conftest.err
14031        }; then
14032   ol_cv_cpp_ebcdic=yes
14033 else
14034   echo "$as_me: failed program was:" >&5
14035 sed 's/^/| /' conftest.$ac_ext >&5
14036
14037   ol_cv_cpp_ebcdic=no
14038 fi
14039
14040 rm -f conftest.err conftest.$ac_ext
14041 fi
14042 { echo "$as_me:$LINENO: result: $ol_cv_cpp_ebcdic" >&5
14043 echo "${ECHO_T}$ol_cv_cpp_ebcdic" >&6; }
14044 if test $ol_cv_cpp_ebcdic = yes ; then
14045
14046 cat >>confdefs.h <<\_ACEOF
14047 #define HAVE_EBCDIC 1
14048 _ACEOF
14049
14050 fi
14051
14052 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
14053 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
14054 if test "${ol_cv_header_stdc+set}" = set; then
14055   echo $ECHO_N "(cached) $ECHO_C" >&6
14056 else
14057   cat >conftest.$ac_ext <<_ACEOF
14058 /* confdefs.h.  */
14059 _ACEOF
14060 cat confdefs.h >>conftest.$ac_ext
14061 cat >>conftest.$ac_ext <<_ACEOF
14062 /* end confdefs.h.  */
14063 #include <stdlib.h>
14064 #include <stdarg.h>
14065 #include <string.h>
14066 #include <float.h>
14067 _ACEOF
14068 if { (ac_try="$ac_cpp conftest.$ac_ext"
14069 case "(($ac_try" in
14070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14071   *) ac_try_echo=$ac_try;;
14072 esac
14073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14074   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14075   ac_status=$?
14076   grep -v '^ *+' conftest.er1 >conftest.err
14077   rm -f conftest.er1
14078   cat conftest.err >&5
14079   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14080   (exit $ac_status); } >/dev/null && {
14081          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14082          test ! -s conftest.err
14083        }; then
14084   ol_cv_header_stdc=yes
14085 else
14086   echo "$as_me: failed program was:" >&5
14087 sed 's/^/| /' conftest.$ac_ext >&5
14088
14089   ol_cv_header_stdc=no
14090 fi
14091
14092 rm -f conftest.err conftest.$ac_ext
14093
14094 if test $ol_cv_header_stdc = yes; then
14095   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
14096 cat >conftest.$ac_ext <<_ACEOF
14097 /* confdefs.h.  */
14098 _ACEOF
14099 cat confdefs.h >>conftest.$ac_ext
14100 cat >>conftest.$ac_ext <<_ACEOF
14101 /* end confdefs.h.  */
14102 #include <string.h>
14103
14104 _ACEOF
14105 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14106   $EGREP "memchr" >/dev/null 2>&1; then
14107   :
14108 else
14109   ol_cv_header_stdc=no
14110 fi
14111 rm -f conftest*
14112
14113 fi
14114
14115 if test $ol_cv_header_stdc = yes; then
14116   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
14117 cat >conftest.$ac_ext <<_ACEOF
14118 /* confdefs.h.  */
14119 _ACEOF
14120 cat confdefs.h >>conftest.$ac_ext
14121 cat >>conftest.$ac_ext <<_ACEOF
14122 /* end confdefs.h.  */
14123 #include <stdlib.h>
14124
14125 _ACEOF
14126 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14127   $EGREP "free" >/dev/null 2>&1; then
14128   :
14129 else
14130   ol_cv_header_stdc=no
14131 fi
14132 rm -f conftest*
14133
14134 fi
14135
14136 if test $ol_cv_header_stdc = yes; then
14137   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
14138 if test "$cross_compiling" = yes; then
14139   :
14140 else
14141   cat >conftest.$ac_ext <<_ACEOF
14142 /* confdefs.h.  */
14143 _ACEOF
14144 cat confdefs.h >>conftest.$ac_ext
14145 cat >>conftest.$ac_ext <<_ACEOF
14146 /* end confdefs.h.  */
14147 #include <ctype.h>
14148 #ifndef HAVE_EBCDIC
14149 #       define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
14150 #       define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
14151 #else
14152 #       define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
14153                 || ('j' <= (c) && (c) <= 'r') \
14154                 || ('s' <= (c) && (c) <= 'z'))
14155 #       define TOUPPER(c)       (ISLOWER(c) ? ((c) | 0x40) : (c))
14156 #endif
14157 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
14158 int main () { int i; for (i = 0; i < 256; i++)
14159 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
14160 exit (0); }
14161
14162 _ACEOF
14163 rm -f conftest$ac_exeext
14164 if { (ac_try="$ac_link"
14165 case "(($ac_try" in
14166   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14167   *) ac_try_echo=$ac_try;;
14168 esac
14169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14170   (eval "$ac_link") 2>&5
14171   ac_status=$?
14172   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14173   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14174   { (case "(($ac_try" in
14175   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14176   *) ac_try_echo=$ac_try;;
14177 esac
14178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14179   (eval "$ac_try") 2>&5
14180   ac_status=$?
14181   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14182   (exit $ac_status); }; }; then
14183   :
14184 else
14185   echo "$as_me: program exited with status $ac_status" >&5
14186 echo "$as_me: failed program was:" >&5
14187 sed 's/^/| /' conftest.$ac_ext >&5
14188
14189 ( exit $ac_status )
14190 ol_cv_header_stdc=no
14191 fi
14192 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14193 fi
14194
14195
14196 fi
14197 fi
14198 { echo "$as_me:$LINENO: result: $ol_cv_header_stdc" >&5
14199 echo "${ECHO_T}$ol_cv_header_stdc" >&6; }
14200 if test $ol_cv_header_stdc = yes; then
14201   cat >>confdefs.h <<\_ACEOF
14202 #define STDC_HEADERS 1
14203 _ACEOF
14204
14205 fi
14206 ac_cv_header_stdc=disable
14207
14208
14209 if test $ol_cv_header_stdc != yes; then
14210         { echo "$as_me:$LINENO: WARNING: could not locate Standard C compliant headers" >&5
14211 echo "$as_me: WARNING: could not locate Standard C compliant headers" >&2;}
14212 fi
14213
14214
14215
14216
14217
14218
14219 ac_header_dirent=no
14220 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
14221   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
14222 { echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
14223 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; }
14224 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14225   echo $ECHO_N "(cached) $ECHO_C" >&6
14226 else
14227   cat >conftest.$ac_ext <<_ACEOF
14228 /* confdefs.h.  */
14229 _ACEOF
14230 cat confdefs.h >>conftest.$ac_ext
14231 cat >>conftest.$ac_ext <<_ACEOF
14232 /* end confdefs.h.  */
14233 #include <sys/types.h>
14234 #include <$ac_hdr>
14235
14236 int
14237 main ()
14238 {
14239 if ((DIR *) 0)
14240 return 0;
14241   ;
14242   return 0;
14243 }
14244 _ACEOF
14245 rm -f conftest.$ac_objext
14246 if { (ac_try="$ac_compile"
14247 case "(($ac_try" in
14248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14249   *) ac_try_echo=$ac_try;;
14250 esac
14251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14252   (eval "$ac_compile") 2>conftest.er1
14253   ac_status=$?
14254   grep -v '^ *+' conftest.er1 >conftest.err
14255   rm -f conftest.er1
14256   cat conftest.err >&5
14257   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14258   (exit $ac_status); } && {
14259          test -z "$ac_c_werror_flag" ||
14260          test ! -s conftest.err
14261        } && test -s conftest.$ac_objext; then
14262   eval "$as_ac_Header=yes"
14263 else
14264   echo "$as_me: failed program was:" >&5
14265 sed 's/^/| /' conftest.$ac_ext >&5
14266
14267         eval "$as_ac_Header=no"
14268 fi
14269
14270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14271 fi
14272 ac_res=`eval echo '${'$as_ac_Header'}'`
14273                { echo "$as_me:$LINENO: result: $ac_res" >&5
14274 echo "${ECHO_T}$ac_res" >&6; }
14275 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14276   cat >>confdefs.h <<_ACEOF
14277 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
14278 _ACEOF
14279
14280 ac_header_dirent=$ac_hdr; break
14281 fi
14282
14283 done
14284 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
14285 if test $ac_header_dirent = dirent.h; then
14286   { echo "$as_me:$LINENO: checking for library containing opendir" >&5
14287 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
14288 if test "${ac_cv_search_opendir+set}" = set; then
14289   echo $ECHO_N "(cached) $ECHO_C" >&6
14290 else
14291   ac_func_search_save_LIBS=$LIBS
14292 cat >conftest.$ac_ext <<_ACEOF
14293 /* confdefs.h.  */
14294 _ACEOF
14295 cat confdefs.h >>conftest.$ac_ext
14296 cat >>conftest.$ac_ext <<_ACEOF
14297 /* end confdefs.h.  */
14298
14299 /* Override any GCC internal prototype to avoid an error.
14300    Use char because int might match the return type of a GCC
14301    builtin and then its argument prototype would still apply.  */
14302 #ifdef __cplusplus
14303 extern "C"
14304 #endif
14305 char opendir ();
14306 int
14307 main ()
14308 {
14309 return opendir ();
14310   ;
14311   return 0;
14312 }
14313 _ACEOF
14314 for ac_lib in '' dir; do
14315   if test -z "$ac_lib"; then
14316     ac_res="none required"
14317   else
14318     ac_res=-l$ac_lib
14319     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
14320   fi
14321   rm -f conftest.$ac_objext conftest$ac_exeext
14322 if { (ac_try="$ac_link"
14323 case "(($ac_try" in
14324   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14325   *) ac_try_echo=$ac_try;;
14326 esac
14327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14328   (eval "$ac_link") 2>conftest.er1
14329   ac_status=$?
14330   grep -v '^ *+' conftest.er1 >conftest.err
14331   rm -f conftest.er1
14332   cat conftest.err >&5
14333   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14334   (exit $ac_status); } && {
14335          test -z "$ac_c_werror_flag" ||
14336          test ! -s conftest.err
14337        } && test -s conftest$ac_exeext &&
14338        $as_test_x conftest$ac_exeext; then
14339   ac_cv_search_opendir=$ac_res
14340 else
14341   echo "$as_me: failed program was:" >&5
14342 sed 's/^/| /' conftest.$ac_ext >&5
14343
14344
14345 fi
14346
14347 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14348       conftest$ac_exeext
14349   if test "${ac_cv_search_opendir+set}" = set; then
14350   break
14351 fi
14352 done
14353 if test "${ac_cv_search_opendir+set}" = set; then
14354   :
14355 else
14356   ac_cv_search_opendir=no
14357 fi
14358 rm conftest.$ac_ext
14359 LIBS=$ac_func_search_save_LIBS
14360 fi
14361 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
14362 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
14363 ac_res=$ac_cv_search_opendir
14364 if test "$ac_res" != no; then
14365   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14366
14367 fi
14368
14369 else
14370   { echo "$as_me:$LINENO: checking for library containing opendir" >&5
14371 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
14372 if test "${ac_cv_search_opendir+set}" = set; then
14373   echo $ECHO_N "(cached) $ECHO_C" >&6
14374 else
14375   ac_func_search_save_LIBS=$LIBS
14376 cat >conftest.$ac_ext <<_ACEOF
14377 /* confdefs.h.  */
14378 _ACEOF
14379 cat confdefs.h >>conftest.$ac_ext
14380 cat >>conftest.$ac_ext <<_ACEOF
14381 /* end confdefs.h.  */
14382
14383 /* Override any GCC internal prototype to avoid an error.
14384    Use char because int might match the return type of a GCC
14385    builtin and then its argument prototype would still apply.  */
14386 #ifdef __cplusplus
14387 extern "C"
14388 #endif
14389 char opendir ();
14390 int
14391 main ()
14392 {
14393 return opendir ();
14394   ;
14395   return 0;
14396 }
14397 _ACEOF
14398 for ac_lib in '' x; do
14399   if test -z "$ac_lib"; then
14400     ac_res="none required"
14401   else
14402     ac_res=-l$ac_lib
14403     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
14404   fi
14405   rm -f conftest.$ac_objext conftest$ac_exeext
14406 if { (ac_try="$ac_link"
14407 case "(($ac_try" in
14408   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14409   *) ac_try_echo=$ac_try;;
14410 esac
14411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14412   (eval "$ac_link") 2>conftest.er1
14413   ac_status=$?
14414   grep -v '^ *+' conftest.er1 >conftest.err
14415   rm -f conftest.er1
14416   cat conftest.err >&5
14417   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14418   (exit $ac_status); } && {
14419          test -z "$ac_c_werror_flag" ||
14420          test ! -s conftest.err
14421        } && test -s conftest$ac_exeext &&
14422        $as_test_x conftest$ac_exeext; then
14423   ac_cv_search_opendir=$ac_res
14424 else
14425   echo "$as_me: failed program was:" >&5
14426 sed 's/^/| /' conftest.$ac_ext >&5
14427
14428
14429 fi
14430
14431 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14432       conftest$ac_exeext
14433   if test "${ac_cv_search_opendir+set}" = set; then
14434   break
14435 fi
14436 done
14437 if test "${ac_cv_search_opendir+set}" = set; then
14438   :
14439 else
14440   ac_cv_search_opendir=no
14441 fi
14442 rm conftest.$ac_ext
14443 LIBS=$ac_func_search_save_LIBS
14444 fi
14445 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
14446 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
14447 ac_res=$ac_cv_search_opendir
14448 if test "$ac_res" != no; then
14449   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14450
14451 fi
14452
14453 fi
14454
14455 { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
14456 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
14457 if test "${ac_cv_header_sys_wait_h+set}" = set; then
14458   echo $ECHO_N "(cached) $ECHO_C" >&6
14459 else
14460   cat >conftest.$ac_ext <<_ACEOF
14461 /* confdefs.h.  */
14462 _ACEOF
14463 cat confdefs.h >>conftest.$ac_ext
14464 cat >>conftest.$ac_ext <<_ACEOF
14465 /* end confdefs.h.  */
14466 #include <sys/types.h>
14467 #include <sys/wait.h>
14468 #ifndef WEXITSTATUS
14469 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
14470 #endif
14471 #ifndef WIFEXITED
14472 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
14473 #endif
14474
14475 int
14476 main ()
14477 {
14478   int s;
14479   wait (&s);
14480   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
14481   ;
14482   return 0;
14483 }
14484 _ACEOF
14485 rm -f conftest.$ac_objext
14486 if { (ac_try="$ac_compile"
14487 case "(($ac_try" in
14488   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14489   *) ac_try_echo=$ac_try;;
14490 esac
14491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14492   (eval "$ac_compile") 2>conftest.er1
14493   ac_status=$?
14494   grep -v '^ *+' conftest.er1 >conftest.err
14495   rm -f conftest.er1
14496   cat conftest.err >&5
14497   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14498   (exit $ac_status); } && {
14499          test -z "$ac_c_werror_flag" ||
14500          test ! -s conftest.err
14501        } && test -s conftest.$ac_objext; then
14502   ac_cv_header_sys_wait_h=yes
14503 else
14504   echo "$as_me: failed program was:" >&5
14505 sed 's/^/| /' conftest.$ac_ext >&5
14506
14507         ac_cv_header_sys_wait_h=no
14508 fi
14509
14510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14511 fi
14512 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
14513 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
14514 if test $ac_cv_header_sys_wait_h = yes; then
14515
14516 cat >>confdefs.h <<\_ACEOF
14517 #define HAVE_SYS_WAIT_H 1
14518 _ACEOF
14519
14520 fi
14521
14522 { echo "$as_me:$LINENO: checking whether termios.h defines TIOCGWINSZ" >&5
14523 echo $ECHO_N "checking whether termios.h defines TIOCGWINSZ... $ECHO_C" >&6; }
14524 if test "${ac_cv_sys_tiocgwinsz_in_termios_h+set}" = set; then
14525   echo $ECHO_N "(cached) $ECHO_C" >&6
14526 else
14527   cat >conftest.$ac_ext <<_ACEOF
14528 /* confdefs.h.  */
14529 _ACEOF
14530 cat confdefs.h >>conftest.$ac_ext
14531 cat >>conftest.$ac_ext <<_ACEOF
14532 /* end confdefs.h.  */
14533 #include <sys/types.h>
14534 #include <termios.h>
14535 #ifdef TIOCGWINSZ
14536   yes
14537 #endif
14538
14539 _ACEOF
14540 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14541   $EGREP "yes" >/dev/null 2>&1; then
14542   ac_cv_sys_tiocgwinsz_in_termios_h=yes
14543 else
14544   ac_cv_sys_tiocgwinsz_in_termios_h=no
14545 fi
14546 rm -f conftest*
14547
14548 fi
14549 { echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_termios_h" >&5
14550 echo "${ECHO_T}$ac_cv_sys_tiocgwinsz_in_termios_h" >&6; }
14551
14552 if test $ac_cv_sys_tiocgwinsz_in_termios_h != yes; then
14553   { echo "$as_me:$LINENO: checking whether sys/ioctl.h defines TIOCGWINSZ" >&5
14554 echo $ECHO_N "checking whether sys/ioctl.h defines TIOCGWINSZ... $ECHO_C" >&6; }
14555 if test "${ac_cv_sys_tiocgwinsz_in_sys_ioctl_h+set}" = set; then
14556   echo $ECHO_N "(cached) $ECHO_C" >&6
14557 else
14558   cat >conftest.$ac_ext <<_ACEOF
14559 /* confdefs.h.  */
14560 _ACEOF
14561 cat confdefs.h >>conftest.$ac_ext
14562 cat >>conftest.$ac_ext <<_ACEOF
14563 /* end confdefs.h.  */
14564 #include <sys/types.h>
14565 #include <sys/ioctl.h>
14566 #ifdef TIOCGWINSZ
14567   yes
14568 #endif
14569
14570 _ACEOF
14571 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14572   $EGREP "yes" >/dev/null 2>&1; then
14573   ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes
14574 else
14575   ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=no
14576 fi
14577 rm -f conftest*
14578
14579 fi
14580 { echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&5
14581 echo "${ECHO_T}$ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&6; }
14582
14583   if test $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h = yes; then
14584
14585 cat >>confdefs.h <<\_ACEOF
14586 #define GWINSZ_IN_SYS_IOCTL 1
14587 _ACEOF
14588
14589   fi
14590 fi
14591
14592
14593
14594
14595
14596
14597
14598
14599
14600
14601
14602
14603
14604
14605
14606
14607
14608
14609
14610
14611
14612
14613
14614
14615
14616
14617
14618
14619
14620
14621
14622
14623
14624
14625
14626
14627
14628
14629
14630
14631
14632
14633
14634
14635
14636
14637
14638
14639
14640 for ac_header in \
14641         arpa/inet.h             \
14642         arpa/nameser.h  \
14643         assert.h                \
14644         bits/types.h    \
14645         conio.h                 \
14646         crypt.h                 \
14647         direct.h                \
14648         errno.h                 \
14649         fcntl.h                 \
14650         filio.h                 \
14651         getopt.h                \
14652         grp.h                   \
14653         io.h                    \
14654         libutil.h               \
14655         limits.h                \
14656         locale.h                \
14657         malloc.h                \
14658         memory.h                \
14659         psap.h                  \
14660         pwd.h                   \
14661         process.h               \
14662         sgtty.h                 \
14663         shadow.h                \
14664         stddef.h                \
14665         string.h                \
14666         strings.h               \
14667         sysexits.h              \
14668         sys/file.h              \
14669         sys/filio.h             \
14670         sys/fstyp.h             \
14671         sys/errno.h             \
14672         sys/ioctl.h             \
14673         sys/param.h             \
14674         sys/privgrp.h   \
14675         sys/resource.h  \
14676         sys/select.h    \
14677         sys/socket.h    \
14678         sys/stat.h              \
14679         sys/syslog.h    \
14680         sys/time.h              \
14681         sys/types.h             \
14682         sys/uio.h               \
14683         sys/vmount.h    \
14684         syslog.h                \
14685         termios.h               \
14686         unistd.h                \
14687         utime.h                 \
14688
14689 do
14690 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14691 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14692   { echo "$as_me:$LINENO: checking for $ac_header" >&5
14693 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14694 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14695   echo $ECHO_N "(cached) $ECHO_C" >&6
14696 fi
14697 ac_res=`eval echo '${'$as_ac_Header'}'`
14698                { echo "$as_me:$LINENO: result: $ac_res" >&5
14699 echo "${ECHO_T}$ac_res" >&6; }
14700 else
14701   # Is the header compilable?
14702 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
14703 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
14704 cat >conftest.$ac_ext <<_ACEOF
14705 /* confdefs.h.  */
14706 _ACEOF
14707 cat confdefs.h >>conftest.$ac_ext
14708 cat >>conftest.$ac_ext <<_ACEOF
14709 /* end confdefs.h.  */
14710 $ac_includes_default
14711 #include <$ac_header>
14712 _ACEOF
14713 rm -f conftest.$ac_objext
14714 if { (ac_try="$ac_compile"
14715 case "(($ac_try" in
14716   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14717   *) ac_try_echo=$ac_try;;
14718 esac
14719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14720   (eval "$ac_compile") 2>conftest.er1
14721   ac_status=$?
14722   grep -v '^ *+' conftest.er1 >conftest.err
14723   rm -f conftest.er1
14724   cat conftest.err >&5
14725   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14726   (exit $ac_status); } && {
14727          test -z "$ac_c_werror_flag" ||
14728          test ! -s conftest.err
14729        } && test -s conftest.$ac_objext; then
14730   ac_header_compiler=yes
14731 else
14732   echo "$as_me: failed program was:" >&5
14733 sed 's/^/| /' conftest.$ac_ext >&5
14734
14735         ac_header_compiler=no
14736 fi
14737
14738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14739 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14740 echo "${ECHO_T}$ac_header_compiler" >&6; }
14741
14742 # Is the header present?
14743 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
14744 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
14745 cat >conftest.$ac_ext <<_ACEOF
14746 /* confdefs.h.  */
14747 _ACEOF
14748 cat confdefs.h >>conftest.$ac_ext
14749 cat >>conftest.$ac_ext <<_ACEOF
14750 /* end confdefs.h.  */
14751 #include <$ac_header>
14752 _ACEOF
14753 if { (ac_try="$ac_cpp conftest.$ac_ext"
14754 case "(($ac_try" in
14755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14756   *) ac_try_echo=$ac_try;;
14757 esac
14758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14759   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14760   ac_status=$?
14761   grep -v '^ *+' conftest.er1 >conftest.err
14762   rm -f conftest.er1
14763   cat conftest.err >&5
14764   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14765   (exit $ac_status); } >/dev/null && {
14766          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14767          test ! -s conftest.err
14768        }; then
14769   ac_header_preproc=yes
14770 else
14771   echo "$as_me: failed program was:" >&5
14772 sed 's/^/| /' conftest.$ac_ext >&5
14773
14774   ac_header_preproc=no
14775 fi
14776
14777 rm -f conftest.err conftest.$ac_ext
14778 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14779 echo "${ECHO_T}$ac_header_preproc" >&6; }
14780
14781 # So?  What about this header?
14782 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14783   yes:no: )
14784     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14785 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14786     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14787 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14788     ac_header_preproc=yes
14789     ;;
14790   no:yes:* )
14791     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14792 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14793     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
14794 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
14795     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14796 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14797     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
14798 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
14799     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14800 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14801     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14802 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14803     ( cat <<\_ASBOX
14804 ## --------------------------------------------- ##
14805 ## Report this to <http://www.openldap.org/its/> ##
14806 ## --------------------------------------------- ##
14807 _ASBOX
14808      ) | sed "s/^/$as_me: WARNING:     /" >&2
14809     ;;
14810 esac
14811 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14812 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14813 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14814   echo $ECHO_N "(cached) $ECHO_C" >&6
14815 else
14816   eval "$as_ac_Header=\$ac_header_preproc"
14817 fi
14818 ac_res=`eval echo '${'$as_ac_Header'}'`
14819                { echo "$as_me:$LINENO: result: $ac_res" >&5
14820 echo "${ECHO_T}$ac_res" >&6; }
14821
14822 fi
14823 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14824   cat >>confdefs.h <<_ACEOF
14825 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14826 _ACEOF
14827
14828 fi
14829
14830 done
14831
14832
14833 if test "$ac_cv_mingw32" = yes \
14834         -o "$ac_cv_interix" = yes \
14835         -o "$ol_cv_msvc" = yes
14836 then
14837
14838
14839 for ac_header in winsock.h winsock2.h
14840 do
14841 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14842 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14843   { echo "$as_me:$LINENO: checking for $ac_header" >&5
14844 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14845 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14846   echo $ECHO_N "(cached) $ECHO_C" >&6
14847 fi
14848 ac_res=`eval echo '${'$as_ac_Header'}'`
14849                { echo "$as_me:$LINENO: result: $ac_res" >&5
14850 echo "${ECHO_T}$ac_res" >&6; }
14851 else
14852   # Is the header compilable?
14853 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
14854 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
14855 cat >conftest.$ac_ext <<_ACEOF
14856 /* confdefs.h.  */
14857 _ACEOF
14858 cat confdefs.h >>conftest.$ac_ext
14859 cat >>conftest.$ac_ext <<_ACEOF
14860 /* end confdefs.h.  */
14861 $ac_includes_default
14862 #include <$ac_header>
14863 _ACEOF
14864 rm -f conftest.$ac_objext
14865 if { (ac_try="$ac_compile"
14866 case "(($ac_try" in
14867   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14868   *) ac_try_echo=$ac_try;;
14869 esac
14870 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14871   (eval "$ac_compile") 2>conftest.er1
14872   ac_status=$?
14873   grep -v '^ *+' conftest.er1 >conftest.err
14874   rm -f conftest.er1
14875   cat conftest.err >&5
14876   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14877   (exit $ac_status); } && {
14878          test -z "$ac_c_werror_flag" ||
14879          test ! -s conftest.err
14880        } && test -s conftest.$ac_objext; then
14881   ac_header_compiler=yes
14882 else
14883   echo "$as_me: failed program was:" >&5
14884 sed 's/^/| /' conftest.$ac_ext >&5
14885
14886         ac_header_compiler=no
14887 fi
14888
14889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14890 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14891 echo "${ECHO_T}$ac_header_compiler" >&6; }
14892
14893 # Is the header present?
14894 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
14895 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
14896 cat >conftest.$ac_ext <<_ACEOF
14897 /* confdefs.h.  */
14898 _ACEOF
14899 cat confdefs.h >>conftest.$ac_ext
14900 cat >>conftest.$ac_ext <<_ACEOF
14901 /* end confdefs.h.  */
14902 #include <$ac_header>
14903 _ACEOF
14904 if { (ac_try="$ac_cpp conftest.$ac_ext"
14905 case "(($ac_try" in
14906   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14907   *) ac_try_echo=$ac_try;;
14908 esac
14909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14910   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14911   ac_status=$?
14912   grep -v '^ *+' conftest.er1 >conftest.err
14913   rm -f conftest.er1
14914   cat conftest.err >&5
14915   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14916   (exit $ac_status); } >/dev/null && {
14917          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14918          test ! -s conftest.err
14919        }; then
14920   ac_header_preproc=yes
14921 else
14922   echo "$as_me: failed program was:" >&5
14923 sed 's/^/| /' conftest.$ac_ext >&5
14924
14925   ac_header_preproc=no
14926 fi
14927
14928 rm -f conftest.err conftest.$ac_ext
14929 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14930 echo "${ECHO_T}$ac_header_preproc" >&6; }
14931
14932 # So?  What about this header?
14933 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14934   yes:no: )
14935     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14936 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14937     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14938 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14939     ac_header_preproc=yes
14940     ;;
14941   no:yes:* )
14942     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14943 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14944     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
14945 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
14946     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14947 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14948     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
14949 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
14950     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14951 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14952     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14953 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14954     ( cat <<\_ASBOX
14955 ## --------------------------------------------- ##
14956 ## Report this to <http://www.openldap.org/its/> ##
14957 ## --------------------------------------------- ##
14958 _ASBOX
14959      ) | sed "s/^/$as_me: WARNING:     /" >&2
14960     ;;
14961 esac
14962 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14963 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14964 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14965   echo $ECHO_N "(cached) $ECHO_C" >&6
14966 else
14967   eval "$as_ac_Header=\$ac_header_preproc"
14968 fi
14969 ac_res=`eval echo '${'$as_ac_Header'}'`
14970                { echo "$as_me:$LINENO: result: $ac_res" >&5
14971 echo "${ECHO_T}$ac_res" >&6; }
14972
14973 fi
14974 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14975   cat >>confdefs.h <<_ACEOF
14976 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14977 _ACEOF
14978
14979 fi
14980
14981 done
14982
14983 fi
14984
14985
14986 for ac_header in resolv.h
14987 do
14988 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14989 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14990 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14991 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14992   echo $ECHO_N "(cached) $ECHO_C" >&6
14993 else
14994   cat >conftest.$ac_ext <<_ACEOF
14995 /* confdefs.h.  */
14996 _ACEOF
14997 cat confdefs.h >>conftest.$ac_ext
14998 cat >>conftest.$ac_ext <<_ACEOF
14999 /* end confdefs.h.  */
15000 $ac_includes_default
15001 #include <netinet/in.h>
15002
15003
15004 #include <$ac_header>
15005 _ACEOF
15006 rm -f conftest.$ac_objext
15007 if { (ac_try="$ac_compile"
15008 case "(($ac_try" in
15009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15010   *) ac_try_echo=$ac_try;;
15011 esac
15012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15013   (eval "$ac_compile") 2>conftest.er1
15014   ac_status=$?
15015   grep -v '^ *+' conftest.er1 >conftest.err
15016   rm -f conftest.er1
15017   cat conftest.err >&5
15018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15019   (exit $ac_status); } && {
15020          test -z "$ac_c_werror_flag" ||
15021          test ! -s conftest.err
15022        } && test -s conftest.$ac_objext; then
15023   eval "$as_ac_Header=yes"
15024 else
15025   echo "$as_me: failed program was:" >&5
15026 sed 's/^/| /' conftest.$ac_ext >&5
15027
15028         eval "$as_ac_Header=no"
15029 fi
15030
15031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15032 fi
15033 ac_res=`eval echo '${'$as_ac_Header'}'`
15034                { echo "$as_me:$LINENO: result: $ac_res" >&5
15035 echo "${ECHO_T}$ac_res" >&6; }
15036 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15037   cat >>confdefs.h <<_ACEOF
15038 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15039 _ACEOF
15040
15041 fi
15042
15043 done
15044
15045
15046
15047 for ac_header in netinet/tcp.h
15048 do
15049 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15050 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15051 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15052 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15053   echo $ECHO_N "(cached) $ECHO_C" >&6
15054 else
15055   cat >conftest.$ac_ext <<_ACEOF
15056 /* confdefs.h.  */
15057 _ACEOF
15058 cat confdefs.h >>conftest.$ac_ext
15059 cat >>conftest.$ac_ext <<_ACEOF
15060 /* end confdefs.h.  */
15061 $ac_includes_default
15062 #include <netinet/in.h>
15063
15064
15065 #include <$ac_header>
15066 _ACEOF
15067 rm -f conftest.$ac_objext
15068 if { (ac_try="$ac_compile"
15069 case "(($ac_try" in
15070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15071   *) ac_try_echo=$ac_try;;
15072 esac
15073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15074   (eval "$ac_compile") 2>conftest.er1
15075   ac_status=$?
15076   grep -v '^ *+' conftest.er1 >conftest.err
15077   rm -f conftest.er1
15078   cat conftest.err >&5
15079   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15080   (exit $ac_status); } && {
15081          test -z "$ac_c_werror_flag" ||
15082          test ! -s conftest.err
15083        } && test -s conftest.$ac_objext; then
15084   eval "$as_ac_Header=yes"
15085 else
15086   echo "$as_me: failed program was:" >&5
15087 sed 's/^/| /' conftest.$ac_ext >&5
15088
15089         eval "$as_ac_Header=no"
15090 fi
15091
15092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15093 fi
15094 ac_res=`eval echo '${'$as_ac_Header'}'`
15095                { echo "$as_me:$LINENO: result: $ac_res" >&5
15096 echo "${ECHO_T}$ac_res" >&6; }
15097 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15098   cat >>confdefs.h <<_ACEOF
15099 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15100 _ACEOF
15101
15102 fi
15103
15104 done
15105
15106
15107
15108 for ac_header in sys/ucred.h
15109 do
15110 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15111 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15112 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15113 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15114   echo $ECHO_N "(cached) $ECHO_C" >&6
15115 else
15116   cat >conftest.$ac_ext <<_ACEOF
15117 /* confdefs.h.  */
15118 _ACEOF
15119 cat confdefs.h >>conftest.$ac_ext
15120 cat >>conftest.$ac_ext <<_ACEOF
15121 /* end confdefs.h.  */
15122 $ac_includes_default
15123 #ifdef HAVE_SYS_PARAM_H
15124 #include <sys/param.h>
15125 #endif
15126
15127
15128 #include <$ac_header>
15129 _ACEOF
15130 rm -f conftest.$ac_objext
15131 if { (ac_try="$ac_compile"
15132 case "(($ac_try" in
15133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15134   *) ac_try_echo=$ac_try;;
15135 esac
15136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15137   (eval "$ac_compile") 2>conftest.er1
15138   ac_status=$?
15139   grep -v '^ *+' conftest.er1 >conftest.err
15140   rm -f conftest.er1
15141   cat conftest.err >&5
15142   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15143   (exit $ac_status); } && {
15144          test -z "$ac_c_werror_flag" ||
15145          test ! -s conftest.err
15146        } && test -s conftest.$ac_objext; then
15147   eval "$as_ac_Header=yes"
15148 else
15149   echo "$as_me: failed program was:" >&5
15150 sed 's/^/| /' conftest.$ac_ext >&5
15151
15152         eval "$as_ac_Header=no"
15153 fi
15154
15155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15156 fi
15157 ac_res=`eval echo '${'$as_ac_Header'}'`
15158                { echo "$as_me:$LINENO: result: $ac_res" >&5
15159 echo "${ECHO_T}$ac_res" >&6; }
15160 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15161   cat >>confdefs.h <<_ACEOF
15162 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15163 _ACEOF
15164
15165 fi
15166
15167 done
15168
15169
15170
15171
15172
15173 for ac_func in sigaction sigset
15174 do
15175 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15176 { echo "$as_me:$LINENO: checking for $ac_func" >&5
15177 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15178 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15179   echo $ECHO_N "(cached) $ECHO_C" >&6
15180 else
15181   cat >conftest.$ac_ext <<_ACEOF
15182 /* confdefs.h.  */
15183 _ACEOF
15184 cat confdefs.h >>conftest.$ac_ext
15185 cat >>conftest.$ac_ext <<_ACEOF
15186 /* end confdefs.h.  */
15187 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15188    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15189 #define $ac_func innocuous_$ac_func
15190
15191 /* System header to define __stub macros and hopefully few prototypes,
15192     which can conflict with char $ac_func (); below.
15193     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15194     <limits.h> exists even on freestanding compilers.  */
15195
15196 #ifdef __STDC__
15197 # include <limits.h>
15198 #else
15199 # include <assert.h>
15200 #endif
15201
15202 #undef $ac_func
15203
15204 /* Override any GCC internal prototype to avoid an error.
15205    Use char because int might match the return type of a GCC
15206    builtin and then its argument prototype would still apply.  */
15207 #ifdef __cplusplus
15208 extern "C"
15209 #endif
15210 char $ac_func ();
15211 /* The GNU C library defines this for functions which it implements
15212     to always fail with ENOSYS.  Some functions are actually named
15213     something starting with __ and the normal name is an alias.  */
15214 #if defined __stub_$ac_func || defined __stub___$ac_func
15215 choke me
15216 #endif
15217
15218 int
15219 main ()
15220 {
15221 return $ac_func ();
15222   ;
15223   return 0;
15224 }
15225 _ACEOF
15226 rm -f conftest.$ac_objext conftest$ac_exeext
15227 if { (ac_try="$ac_link"
15228 case "(($ac_try" in
15229   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15230   *) ac_try_echo=$ac_try;;
15231 esac
15232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15233   (eval "$ac_link") 2>conftest.er1
15234   ac_status=$?
15235   grep -v '^ *+' conftest.er1 >conftest.err
15236   rm -f conftest.er1
15237   cat conftest.err >&5
15238   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15239   (exit $ac_status); } && {
15240          test -z "$ac_c_werror_flag" ||
15241          test ! -s conftest.err
15242        } && test -s conftest$ac_exeext &&
15243        $as_test_x conftest$ac_exeext; then
15244   eval "$as_ac_var=yes"
15245 else
15246   echo "$as_me: failed program was:" >&5
15247 sed 's/^/| /' conftest.$ac_ext >&5
15248
15249         eval "$as_ac_var=no"
15250 fi
15251
15252 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15253       conftest$ac_exeext conftest.$ac_ext
15254 fi
15255 ac_res=`eval echo '${'$as_ac_var'}'`
15256                { echo "$as_me:$LINENO: result: $ac_res" >&5
15257 echo "${ECHO_T}$ac_res" >&6; }
15258 if test `eval echo '${'$as_ac_var'}'` = yes; then
15259   cat >>confdefs.h <<_ACEOF
15260 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15261 _ACEOF
15262
15263 fi
15264 done
15265
15266
15267 if test $ac_cv_func_sigaction = no && test $ac_cv_func_sigaction = no ; then
15268
15269 { echo "$as_me:$LINENO: checking for sigset in -lV3" >&5
15270 echo $ECHO_N "checking for sigset in -lV3... $ECHO_C" >&6; }
15271 if test "${ac_cv_lib_V3_sigset+set}" = set; then
15272   echo $ECHO_N "(cached) $ECHO_C" >&6
15273 else
15274   ac_check_lib_save_LIBS=$LIBS
15275 LIBS="-lV3  $LIBS"
15276 cat >conftest.$ac_ext <<_ACEOF
15277 /* confdefs.h.  */
15278 _ACEOF
15279 cat confdefs.h >>conftest.$ac_ext
15280 cat >>conftest.$ac_ext <<_ACEOF
15281 /* end confdefs.h.  */
15282
15283 /* Override any GCC internal prototype to avoid an error.
15284    Use char because int might match the return type of a GCC
15285    builtin and then its argument prototype would still apply.  */
15286 #ifdef __cplusplus
15287 extern "C"
15288 #endif
15289 char sigset ();
15290 int
15291 main ()
15292 {
15293 return sigset ();
15294   ;
15295   return 0;
15296 }
15297 _ACEOF
15298 rm -f conftest.$ac_objext conftest$ac_exeext
15299 if { (ac_try="$ac_link"
15300 case "(($ac_try" in
15301   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15302   *) ac_try_echo=$ac_try;;
15303 esac
15304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15305   (eval "$ac_link") 2>conftest.er1
15306   ac_status=$?
15307   grep -v '^ *+' conftest.er1 >conftest.err
15308   rm -f conftest.er1
15309   cat conftest.err >&5
15310   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15311   (exit $ac_status); } && {
15312          test -z "$ac_c_werror_flag" ||
15313          test ! -s conftest.err
15314        } && test -s conftest$ac_exeext &&
15315        $as_test_x conftest$ac_exeext; then
15316   ac_cv_lib_V3_sigset=yes
15317 else
15318   echo "$as_me: failed program was:" >&5
15319 sed 's/^/| /' conftest.$ac_ext >&5
15320
15321         ac_cv_lib_V3_sigset=no
15322 fi
15323
15324 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15325       conftest$ac_exeext conftest.$ac_ext
15326 LIBS=$ac_check_lib_save_LIBS
15327 fi
15328 { echo "$as_me:$LINENO: result: $ac_cv_lib_V3_sigset" >&5
15329 echo "${ECHO_T}$ac_cv_lib_V3_sigset" >&6; }
15330 if test $ac_cv_lib_V3_sigset = yes; then
15331   cat >>confdefs.h <<_ACEOF
15332 #define HAVE_LIBV3 1
15333 _ACEOF
15334
15335   LIBS="-lV3 $LIBS"
15336
15337 fi
15338
15339 fi
15340
15341 if test $ol_cv_msvc ; then
15342    ol_cv_winsock=yes
15343 fi
15344
15345 if test "$ac_cv_header_winsock_h" = yes; then
15346         { echo "$as_me:$LINENO: checking for winsock" >&5
15347 echo $ECHO_N "checking for winsock... $ECHO_C" >&6; }
15348 if test "${ol_cv_winsock+set}" = set; then
15349   echo $ECHO_N "(cached) $ECHO_C" >&6
15350 else
15351
15352         save_LIBS="$LIBS"
15353         for curlib in none ws2_32 wsock32; do
15354                 if test curlib != none ; then
15355                 LIBS="$save_LIBS -l$curlib"
15356                 fi
15357                 cat >conftest.$ac_ext <<_ACEOF
15358 /* confdefs.h.  */
15359 _ACEOF
15360 cat confdefs.h >>conftest.$ac_ext
15361 cat >>conftest.$ac_ext <<_ACEOF
15362 /* end confdefs.h.  */
15363 #include <winsock.h>
15364
15365 int
15366 main ()
15367 {
15368
15369                         socket(0,0,0);
15370                         select(0,NULL,NULL,NULL,NULL);
15371                         closesocket(0);
15372                         gethostname(NULL,0);
15373
15374   ;
15375   return 0;
15376 }
15377 _ACEOF
15378 rm -f conftest.$ac_objext conftest$ac_exeext
15379 if { (ac_try="$ac_link"
15380 case "(($ac_try" in
15381   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15382   *) ac_try_echo=$ac_try;;
15383 esac
15384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15385   (eval "$ac_link") 2>conftest.er1
15386   ac_status=$?
15387   grep -v '^ *+' conftest.er1 >conftest.err
15388   rm -f conftest.er1
15389   cat conftest.err >&5
15390   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15391   (exit $ac_status); } && {
15392          test -z "$ac_c_werror_flag" ||
15393          test ! -s conftest.err
15394        } && test -s conftest$ac_exeext &&
15395        $as_test_x conftest$ac_exeext; then
15396   ol_cv_winsock=$curlib
15397 else
15398   echo "$as_me: failed program was:" >&5
15399 sed 's/^/| /' conftest.$ac_ext >&5
15400
15401         ol_cv_winsock=no
15402 fi
15403
15404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15405       conftest$ac_exeext conftest.$ac_ext
15406
15407                 test "$ol_cv_winsock" != no && break
15408         done
15409         LIBS="$save_LIBS"
15410
15411 fi
15412 { echo "$as_me:$LINENO: result: $ol_cv_winsock" >&5
15413 echo "${ECHO_T}$ol_cv_winsock" >&6; }
15414
15415         if test $ol_cv_winsock != no ; then
15416
15417 cat >>confdefs.h <<\_ACEOF
15418 #define HAVE_WINSOCK 1
15419 _ACEOF
15420
15421         ac_cv_func_socket=yes
15422         ac_cv_func_select=yes
15423         ac_cv_func_closesocket=yes
15424         ac_cv_func_gethostname=yes
15425
15426                 if test $ol_cv_winsock != none -a $ol_cv_winsock != yes ; then
15427                 LIBS="$LIBS -l$ol_cv_winsock"
15428                 fi
15429
15430         if test $ol_cv_winsock = ws2_32 -o $ol_cv_winsock = yes ; then
15431
15432 cat >>confdefs.h <<\_ACEOF
15433 #define HAVE_WINSOCK2 1
15434 _ACEOF
15435
15436         fi
15437         fi
15438 fi
15439
15440
15441 { echo "$as_me:$LINENO: checking for socket" >&5
15442 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
15443 if test "${ac_cv_func_socket+set}" = set; then
15444   echo $ECHO_N "(cached) $ECHO_C" >&6
15445 else
15446   cat >conftest.$ac_ext <<_ACEOF
15447 /* confdefs.h.  */
15448 _ACEOF
15449 cat confdefs.h >>conftest.$ac_ext
15450 cat >>conftest.$ac_ext <<_ACEOF
15451 /* end confdefs.h.  */
15452 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
15453    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15454 #define socket innocuous_socket
15455
15456 /* System header to define __stub macros and hopefully few prototypes,
15457     which can conflict with char socket (); below.
15458     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15459     <limits.h> exists even on freestanding compilers.  */
15460
15461 #ifdef __STDC__
15462 # include <limits.h>
15463 #else
15464 # include <assert.h>
15465 #endif
15466
15467 #undef socket
15468
15469 /* Override any GCC internal prototype to avoid an error.
15470    Use char because int might match the return type of a GCC
15471    builtin and then its argument prototype would still apply.  */
15472 #ifdef __cplusplus
15473 extern "C"
15474 #endif
15475 char socket ();
15476 /* The GNU C library defines this for functions which it implements
15477     to always fail with ENOSYS.  Some functions are actually named
15478     something starting with __ and the normal name is an alias.  */
15479 #if defined __stub_socket || defined __stub___socket
15480 choke me
15481 #endif
15482
15483 int
15484 main ()
15485 {
15486 return socket ();
15487   ;
15488   return 0;
15489 }
15490 _ACEOF
15491 rm -f conftest.$ac_objext conftest$ac_exeext
15492 if { (ac_try="$ac_link"
15493 case "(($ac_try" in
15494   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15495   *) ac_try_echo=$ac_try;;
15496 esac
15497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15498   (eval "$ac_link") 2>conftest.er1
15499   ac_status=$?
15500   grep -v '^ *+' conftest.er1 >conftest.err
15501   rm -f conftest.er1
15502   cat conftest.err >&5
15503   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15504   (exit $ac_status); } && {
15505          test -z "$ac_c_werror_flag" ||
15506          test ! -s conftest.err
15507        } && test -s conftest$ac_exeext &&
15508        $as_test_x conftest$ac_exeext; then
15509   ac_cv_func_socket=yes
15510 else
15511   echo "$as_me: failed program was:" >&5
15512 sed 's/^/| /' conftest.$ac_ext >&5
15513
15514         ac_cv_func_socket=no
15515 fi
15516
15517 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15518       conftest$ac_exeext conftest.$ac_ext
15519 fi
15520 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
15521 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
15522 if test $ac_cv_func_socket = yes; then
15523   :
15524 else
15525
15526
15527 { echo "$as_me:$LINENO: checking for main in -lsocket" >&5
15528 echo $ECHO_N "checking for main in -lsocket... $ECHO_C" >&6; }
15529 if test "${ac_cv_lib_socket_main+set}" = set; then
15530   echo $ECHO_N "(cached) $ECHO_C" >&6
15531 else
15532   ac_check_lib_save_LIBS=$LIBS
15533 LIBS="-lsocket  $LIBS"
15534 cat >conftest.$ac_ext <<_ACEOF
15535 /* confdefs.h.  */
15536 _ACEOF
15537 cat confdefs.h >>conftest.$ac_ext
15538 cat >>conftest.$ac_ext <<_ACEOF
15539 /* end confdefs.h.  */
15540
15541
15542 int
15543 main ()
15544 {
15545 return main ();
15546   ;
15547   return 0;
15548 }
15549 _ACEOF
15550 rm -f conftest.$ac_objext conftest$ac_exeext
15551 if { (ac_try="$ac_link"
15552 case "(($ac_try" in
15553   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15554   *) ac_try_echo=$ac_try;;
15555 esac
15556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15557   (eval "$ac_link") 2>conftest.er1
15558   ac_status=$?
15559   grep -v '^ *+' conftest.er1 >conftest.err
15560   rm -f conftest.er1
15561   cat conftest.err >&5
15562   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15563   (exit $ac_status); } && {
15564          test -z "$ac_c_werror_flag" ||
15565          test ! -s conftest.err
15566        } && test -s conftest$ac_exeext &&
15567        $as_test_x conftest$ac_exeext; then
15568   ac_cv_lib_socket_main=yes
15569 else
15570   echo "$as_me: failed program was:" >&5
15571 sed 's/^/| /' conftest.$ac_ext >&5
15572
15573         ac_cv_lib_socket_main=no
15574 fi
15575
15576 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15577       conftest$ac_exeext conftest.$ac_ext
15578 LIBS=$ac_check_lib_save_LIBS
15579 fi
15580 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_main" >&5
15581 echo "${ECHO_T}$ac_cv_lib_socket_main" >&6; }
15582 if test $ac_cv_lib_socket_main = yes; then
15583   cat >>confdefs.h <<_ACEOF
15584 #define HAVE_LIBSOCKET 1
15585 _ACEOF
15586
15587   LIBS="-lsocket $LIBS"
15588
15589 fi
15590
15591
15592 { echo "$as_me:$LINENO: checking for main in -lnet" >&5
15593 echo $ECHO_N "checking for main in -lnet... $ECHO_C" >&6; }
15594 if test "${ac_cv_lib_net_main+set}" = set; then
15595   echo $ECHO_N "(cached) $ECHO_C" >&6
15596 else
15597   ac_check_lib_save_LIBS=$LIBS
15598 LIBS="-lnet  $LIBS"
15599 cat >conftest.$ac_ext <<_ACEOF
15600 /* confdefs.h.  */
15601 _ACEOF
15602 cat confdefs.h >>conftest.$ac_ext
15603 cat >>conftest.$ac_ext <<_ACEOF
15604 /* end confdefs.h.  */
15605
15606
15607 int
15608 main ()
15609 {
15610 return main ();
15611   ;
15612   return 0;
15613 }
15614 _ACEOF
15615 rm -f conftest.$ac_objext conftest$ac_exeext
15616 if { (ac_try="$ac_link"
15617 case "(($ac_try" in
15618   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15619   *) ac_try_echo=$ac_try;;
15620 esac
15621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15622   (eval "$ac_link") 2>conftest.er1
15623   ac_status=$?
15624   grep -v '^ *+' conftest.er1 >conftest.err
15625   rm -f conftest.er1
15626   cat conftest.err >&5
15627   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15628   (exit $ac_status); } && {
15629          test -z "$ac_c_werror_flag" ||
15630          test ! -s conftest.err
15631        } && test -s conftest$ac_exeext &&
15632        $as_test_x conftest$ac_exeext; then
15633   ac_cv_lib_net_main=yes
15634 else
15635   echo "$as_me: failed program was:" >&5
15636 sed 's/^/| /' conftest.$ac_ext >&5
15637
15638         ac_cv_lib_net_main=no
15639 fi
15640
15641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15642       conftest$ac_exeext conftest.$ac_ext
15643 LIBS=$ac_check_lib_save_LIBS
15644 fi
15645 { echo "$as_me:$LINENO: result: $ac_cv_lib_net_main" >&5
15646 echo "${ECHO_T}$ac_cv_lib_net_main" >&6; }
15647 if test $ac_cv_lib_net_main = yes; then
15648   cat >>confdefs.h <<_ACEOF
15649 #define HAVE_LIBNET 1
15650 _ACEOF
15651
15652   LIBS="-lnet $LIBS"
15653
15654 fi
15655
15656
15657 { echo "$as_me:$LINENO: checking for main in -lnsl_s" >&5
15658 echo $ECHO_N "checking for main in -lnsl_s... $ECHO_C" >&6; }
15659 if test "${ac_cv_lib_nsl_s_main+set}" = set; then
15660   echo $ECHO_N "(cached) $ECHO_C" >&6
15661 else
15662   ac_check_lib_save_LIBS=$LIBS
15663 LIBS="-lnsl_s  $LIBS"
15664 cat >conftest.$ac_ext <<_ACEOF
15665 /* confdefs.h.  */
15666 _ACEOF
15667 cat confdefs.h >>conftest.$ac_ext
15668 cat >>conftest.$ac_ext <<_ACEOF
15669 /* end confdefs.h.  */
15670
15671
15672 int
15673 main ()
15674 {
15675 return main ();
15676   ;
15677   return 0;
15678 }
15679 _ACEOF
15680 rm -f conftest.$ac_objext conftest$ac_exeext
15681 if { (ac_try="$ac_link"
15682 case "(($ac_try" in
15683   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15684   *) ac_try_echo=$ac_try;;
15685 esac
15686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15687   (eval "$ac_link") 2>conftest.er1
15688   ac_status=$?
15689   grep -v '^ *+' conftest.er1 >conftest.err
15690   rm -f conftest.er1
15691   cat conftest.err >&5
15692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15693   (exit $ac_status); } && {
15694          test -z "$ac_c_werror_flag" ||
15695          test ! -s conftest.err
15696        } && test -s conftest$ac_exeext &&
15697        $as_test_x conftest$ac_exeext; then
15698   ac_cv_lib_nsl_s_main=yes
15699 else
15700   echo "$as_me: failed program was:" >&5
15701 sed 's/^/| /' conftest.$ac_ext >&5
15702
15703         ac_cv_lib_nsl_s_main=no
15704 fi
15705
15706 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15707       conftest$ac_exeext conftest.$ac_ext
15708 LIBS=$ac_check_lib_save_LIBS
15709 fi
15710 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_s_main" >&5
15711 echo "${ECHO_T}$ac_cv_lib_nsl_s_main" >&6; }
15712 if test $ac_cv_lib_nsl_s_main = yes; then
15713   cat >>confdefs.h <<_ACEOF
15714 #define HAVE_LIBNSL_S 1
15715 _ACEOF
15716
15717   LIBS="-lnsl_s $LIBS"
15718
15719 fi
15720
15721
15722 { echo "$as_me:$LINENO: checking for main in -lnsl" >&5
15723 echo $ECHO_N "checking for main in -lnsl... $ECHO_C" >&6; }
15724 if test "${ac_cv_lib_nsl_main+set}" = set; then
15725   echo $ECHO_N "(cached) $ECHO_C" >&6
15726 else
15727   ac_check_lib_save_LIBS=$LIBS
15728 LIBS="-lnsl  $LIBS"
15729 cat >conftest.$ac_ext <<_ACEOF
15730 /* confdefs.h.  */
15731 _ACEOF
15732 cat confdefs.h >>conftest.$ac_ext
15733 cat >>conftest.$ac_ext <<_ACEOF
15734 /* end confdefs.h.  */
15735
15736
15737 int
15738 main ()
15739 {
15740 return main ();
15741   ;
15742   return 0;
15743 }
15744 _ACEOF
15745 rm -f conftest.$ac_objext conftest$ac_exeext
15746 if { (ac_try="$ac_link"
15747 case "(($ac_try" in
15748   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15749   *) ac_try_echo=$ac_try;;
15750 esac
15751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15752   (eval "$ac_link") 2>conftest.er1
15753   ac_status=$?
15754   grep -v '^ *+' conftest.er1 >conftest.err
15755   rm -f conftest.er1
15756   cat conftest.err >&5
15757   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15758   (exit $ac_status); } && {
15759          test -z "$ac_c_werror_flag" ||
15760          test ! -s conftest.err
15761        } && test -s conftest$ac_exeext &&
15762        $as_test_x conftest$ac_exeext; then
15763   ac_cv_lib_nsl_main=yes
15764 else
15765   echo "$as_me: failed program was:" >&5
15766 sed 's/^/| /' conftest.$ac_ext >&5
15767
15768         ac_cv_lib_nsl_main=no
15769 fi
15770
15771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15772       conftest$ac_exeext conftest.$ac_ext
15773 LIBS=$ac_check_lib_save_LIBS
15774 fi
15775 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_main" >&5
15776 echo "${ECHO_T}$ac_cv_lib_nsl_main" >&6; }
15777 if test $ac_cv_lib_nsl_main = yes; then
15778   cat >>confdefs.h <<_ACEOF
15779 #define HAVE_LIBNSL 1
15780 _ACEOF
15781
15782   LIBS="-lnsl $LIBS"
15783
15784 fi
15785
15786
15787 { echo "$as_me:$LINENO: checking for socket in -linet" >&5
15788 echo $ECHO_N "checking for socket in -linet... $ECHO_C" >&6; }
15789 if test "${ac_cv_lib_inet_socket+set}" = set; then
15790   echo $ECHO_N "(cached) $ECHO_C" >&6
15791 else
15792   ac_check_lib_save_LIBS=$LIBS
15793 LIBS="-linet  $LIBS"
15794 cat >conftest.$ac_ext <<_ACEOF
15795 /* confdefs.h.  */
15796 _ACEOF
15797 cat confdefs.h >>conftest.$ac_ext
15798 cat >>conftest.$ac_ext <<_ACEOF
15799 /* end confdefs.h.  */
15800
15801 /* Override any GCC internal prototype to avoid an error.
15802    Use char because int might match the return type of a GCC
15803    builtin and then its argument prototype would still apply.  */
15804 #ifdef __cplusplus
15805 extern "C"
15806 #endif
15807 char socket ();
15808 int
15809 main ()
15810 {
15811 return socket ();
15812   ;
15813   return 0;
15814 }
15815 _ACEOF
15816 rm -f conftest.$ac_objext conftest$ac_exeext
15817 if { (ac_try="$ac_link"
15818 case "(($ac_try" in
15819   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15820   *) ac_try_echo=$ac_try;;
15821 esac
15822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15823   (eval "$ac_link") 2>conftest.er1
15824   ac_status=$?
15825   grep -v '^ *+' conftest.er1 >conftest.err
15826   rm -f conftest.er1
15827   cat conftest.err >&5
15828   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15829   (exit $ac_status); } && {
15830          test -z "$ac_c_werror_flag" ||
15831          test ! -s conftest.err
15832        } && test -s conftest$ac_exeext &&
15833        $as_test_x conftest$ac_exeext; then
15834   ac_cv_lib_inet_socket=yes
15835 else
15836   echo "$as_me: failed program was:" >&5
15837 sed 's/^/| /' conftest.$ac_ext >&5
15838
15839         ac_cv_lib_inet_socket=no
15840 fi
15841
15842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15843       conftest$ac_exeext conftest.$ac_ext
15844 LIBS=$ac_check_lib_save_LIBS
15845 fi
15846 { echo "$as_me:$LINENO: result: $ac_cv_lib_inet_socket" >&5
15847 echo "${ECHO_T}$ac_cv_lib_inet_socket" >&6; }
15848 if test $ac_cv_lib_inet_socket = yes; then
15849   cat >>confdefs.h <<_ACEOF
15850 #define HAVE_LIBINET 1
15851 _ACEOF
15852
15853   LIBS="-linet $LIBS"
15854
15855 fi
15856
15857
15858 { echo "$as_me:$LINENO: checking for main in -lgen" >&5
15859 echo $ECHO_N "checking for main in -lgen... $ECHO_C" >&6; }
15860 if test "${ac_cv_lib_gen_main+set}" = set; then
15861   echo $ECHO_N "(cached) $ECHO_C" >&6
15862 else
15863   ac_check_lib_save_LIBS=$LIBS
15864 LIBS="-lgen  $LIBS"
15865 cat >conftest.$ac_ext <<_ACEOF
15866 /* confdefs.h.  */
15867 _ACEOF
15868 cat confdefs.h >>conftest.$ac_ext
15869 cat >>conftest.$ac_ext <<_ACEOF
15870 /* end confdefs.h.  */
15871
15872
15873 int
15874 main ()
15875 {
15876 return main ();
15877   ;
15878   return 0;
15879 }
15880 _ACEOF
15881 rm -f conftest.$ac_objext conftest$ac_exeext
15882 if { (ac_try="$ac_link"
15883 case "(($ac_try" in
15884   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15885   *) ac_try_echo=$ac_try;;
15886 esac
15887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15888   (eval "$ac_link") 2>conftest.er1
15889   ac_status=$?
15890   grep -v '^ *+' conftest.er1 >conftest.err
15891   rm -f conftest.er1
15892   cat conftest.err >&5
15893   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15894   (exit $ac_status); } && {
15895          test -z "$ac_c_werror_flag" ||
15896          test ! -s conftest.err
15897        } && test -s conftest$ac_exeext &&
15898        $as_test_x conftest$ac_exeext; then
15899   ac_cv_lib_gen_main=yes
15900 else
15901   echo "$as_me: failed program was:" >&5
15902 sed 's/^/| /' conftest.$ac_ext >&5
15903
15904         ac_cv_lib_gen_main=no
15905 fi
15906
15907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15908       conftest$ac_exeext conftest.$ac_ext
15909 LIBS=$ac_check_lib_save_LIBS
15910 fi
15911 { echo "$as_me:$LINENO: result: $ac_cv_lib_gen_main" >&5
15912 echo "${ECHO_T}$ac_cv_lib_gen_main" >&6; }
15913 if test $ac_cv_lib_gen_main = yes; then
15914   cat >>confdefs.h <<_ACEOF
15915 #define HAVE_LIBGEN 1
15916 _ACEOF
15917
15918   LIBS="-lgen $LIBS"
15919
15920 fi
15921
15922
15923 fi
15924
15925
15926 { echo "$as_me:$LINENO: checking for select" >&5
15927 echo $ECHO_N "checking for select... $ECHO_C" >&6; }
15928 if test "${ac_cv_func_select+set}" = set; then
15929   echo $ECHO_N "(cached) $ECHO_C" >&6
15930 else
15931   cat >conftest.$ac_ext <<_ACEOF
15932 /* confdefs.h.  */
15933 _ACEOF
15934 cat confdefs.h >>conftest.$ac_ext
15935 cat >>conftest.$ac_ext <<_ACEOF
15936 /* end confdefs.h.  */
15937 /* Define select to an innocuous variant, in case <limits.h> declares select.
15938    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15939 #define select innocuous_select
15940
15941 /* System header to define __stub macros and hopefully few prototypes,
15942     which can conflict with char select (); below.
15943     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15944     <limits.h> exists even on freestanding compilers.  */
15945
15946 #ifdef __STDC__
15947 # include <limits.h>
15948 #else
15949 # include <assert.h>
15950 #endif
15951
15952 #undef select
15953
15954 /* Override any GCC internal prototype to avoid an error.
15955    Use char because int might match the return type of a GCC
15956    builtin and then its argument prototype would still apply.  */
15957 #ifdef __cplusplus
15958 extern "C"
15959 #endif
15960 char select ();
15961 /* The GNU C library defines this for functions which it implements
15962     to always fail with ENOSYS.  Some functions are actually named
15963     something starting with __ and the normal name is an alias.  */
15964 #if defined __stub_select || defined __stub___select
15965 choke me
15966 #endif
15967
15968 int
15969 main ()
15970 {
15971 return select ();
15972   ;
15973   return 0;
15974 }
15975 _ACEOF
15976 rm -f conftest.$ac_objext conftest$ac_exeext
15977 if { (ac_try="$ac_link"
15978 case "(($ac_try" in
15979   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15980   *) ac_try_echo=$ac_try;;
15981 esac
15982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15983   (eval "$ac_link") 2>conftest.er1
15984   ac_status=$?
15985   grep -v '^ *+' conftest.er1 >conftest.err
15986   rm -f conftest.er1
15987   cat conftest.err >&5
15988   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15989   (exit $ac_status); } && {
15990          test -z "$ac_c_werror_flag" ||
15991          test ! -s conftest.err
15992        } && test -s conftest$ac_exeext &&
15993        $as_test_x conftest$ac_exeext; then
15994   ac_cv_func_select=yes
15995 else
15996   echo "$as_me: failed program was:" >&5
15997 sed 's/^/| /' conftest.$ac_ext >&5
15998
15999         ac_cv_func_select=no
16000 fi
16001
16002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16003       conftest$ac_exeext conftest.$ac_ext
16004 fi
16005 { echo "$as_me:$LINENO: result: $ac_cv_func_select" >&5
16006 echo "${ECHO_T}$ac_cv_func_select" >&6; }
16007 if test $ac_cv_func_select = yes; then
16008   :
16009 else
16010   { { echo "$as_me:$LINENO: error: select() required." >&5
16011 echo "$as_me: error: select() required." >&2;}
16012    { (exit 1); exit 1; }; }
16013 fi
16014
16015
16016 if test "${ac_cv_header_winsock_h}" != yes; then
16017
16018
16019 for ac_header in sys/select.h sys/socket.h
16020 do
16021 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16022 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16023   { echo "$as_me:$LINENO: checking for $ac_header" >&5
16024 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16025 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16026   echo $ECHO_N "(cached) $ECHO_C" >&6
16027 fi
16028 ac_res=`eval echo '${'$as_ac_Header'}'`
16029                { echo "$as_me:$LINENO: result: $ac_res" >&5
16030 echo "${ECHO_T}$ac_res" >&6; }
16031 else
16032   # Is the header compilable?
16033 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16034 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16035 cat >conftest.$ac_ext <<_ACEOF
16036 /* confdefs.h.  */
16037 _ACEOF
16038 cat confdefs.h >>conftest.$ac_ext
16039 cat >>conftest.$ac_ext <<_ACEOF
16040 /* end confdefs.h.  */
16041 $ac_includes_default
16042 #include <$ac_header>
16043 _ACEOF
16044 rm -f conftest.$ac_objext
16045 if { (ac_try="$ac_compile"
16046 case "(($ac_try" in
16047   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16048   *) ac_try_echo=$ac_try;;
16049 esac
16050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16051   (eval "$ac_compile") 2>conftest.er1
16052   ac_status=$?
16053   grep -v '^ *+' conftest.er1 >conftest.err
16054   rm -f conftest.er1
16055   cat conftest.err >&5
16056   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16057   (exit $ac_status); } && {
16058          test -z "$ac_c_werror_flag" ||
16059          test ! -s conftest.err
16060        } && test -s conftest.$ac_objext; then
16061   ac_header_compiler=yes
16062 else
16063   echo "$as_me: failed program was:" >&5
16064 sed 's/^/| /' conftest.$ac_ext >&5
16065
16066         ac_header_compiler=no
16067 fi
16068
16069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16070 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16071 echo "${ECHO_T}$ac_header_compiler" >&6; }
16072
16073 # Is the header present?
16074 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16075 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16076 cat >conftest.$ac_ext <<_ACEOF
16077 /* confdefs.h.  */
16078 _ACEOF
16079 cat confdefs.h >>conftest.$ac_ext
16080 cat >>conftest.$ac_ext <<_ACEOF
16081 /* end confdefs.h.  */
16082 #include <$ac_header>
16083 _ACEOF
16084 if { (ac_try="$ac_cpp conftest.$ac_ext"
16085 case "(($ac_try" in
16086   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16087   *) ac_try_echo=$ac_try;;
16088 esac
16089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16090   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16091   ac_status=$?
16092   grep -v '^ *+' conftest.er1 >conftest.err
16093   rm -f conftest.er1
16094   cat conftest.err >&5
16095   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16096   (exit $ac_status); } >/dev/null && {
16097          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16098          test ! -s conftest.err
16099        }; then
16100   ac_header_preproc=yes
16101 else
16102   echo "$as_me: failed program was:" >&5
16103 sed 's/^/| /' conftest.$ac_ext >&5
16104
16105   ac_header_preproc=no
16106 fi
16107
16108 rm -f conftest.err conftest.$ac_ext
16109 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16110 echo "${ECHO_T}$ac_header_preproc" >&6; }
16111
16112 # So?  What about this header?
16113 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16114   yes:no: )
16115     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16116 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16117     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16118 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16119     ac_header_preproc=yes
16120     ;;
16121   no:yes:* )
16122     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16123 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16124     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16125 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16126     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16127 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16128     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16129 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16130     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16131 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16132     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16133 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16134     ( cat <<\_ASBOX
16135 ## --------------------------------------------- ##
16136 ## Report this to <http://www.openldap.org/its/> ##
16137 ## --------------------------------------------- ##
16138 _ASBOX
16139      ) | sed "s/^/$as_me: WARNING:     /" >&2
16140     ;;
16141 esac
16142 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16143 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16144 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16145   echo $ECHO_N "(cached) $ECHO_C" >&6
16146 else
16147   eval "$as_ac_Header=\$ac_header_preproc"
16148 fi
16149 ac_res=`eval echo '${'$as_ac_Header'}'`
16150                { echo "$as_me:$LINENO: result: $ac_res" >&5
16151 echo "${ECHO_T}$ac_res" >&6; }
16152
16153 fi
16154 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16155   cat >>confdefs.h <<_ACEOF
16156 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16157 _ACEOF
16158
16159 fi
16160
16161 done
16162
16163 { echo "$as_me:$LINENO: checking types of arguments for select" >&5
16164 echo $ECHO_N "checking types of arguments for select... $ECHO_C" >&6; }
16165 if test "${ac_cv_func_select_args+set}" = set; then
16166   echo $ECHO_N "(cached) $ECHO_C" >&6
16167 else
16168   for ac_arg234 in 'fd_set *' 'int *' 'void *'; do
16169  for ac_arg1 in 'int' 'size_t' 'unsigned long int' 'unsigned int'; do
16170   for ac_arg5 in 'struct timeval *' 'const struct timeval *'; do
16171    cat >conftest.$ac_ext <<_ACEOF
16172 /* confdefs.h.  */
16173 _ACEOF
16174 cat confdefs.h >>conftest.$ac_ext
16175 cat >>conftest.$ac_ext <<_ACEOF
16176 /* end confdefs.h.  */
16177 $ac_includes_default
16178 #ifdef HAVE_SYS_SELECT_H
16179 # include <sys/select.h>
16180 #endif
16181 #ifdef HAVE_SYS_SOCKET_H
16182 # include <sys/socket.h>
16183 #endif
16184
16185 int
16186 main ()
16187 {
16188 extern int select ($ac_arg1,
16189                                             $ac_arg234, $ac_arg234, $ac_arg234,
16190                                             $ac_arg5);
16191   ;
16192   return 0;
16193 }
16194 _ACEOF
16195 rm -f conftest.$ac_objext
16196 if { (ac_try="$ac_compile"
16197 case "(($ac_try" in
16198   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16199   *) ac_try_echo=$ac_try;;
16200 esac
16201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16202   (eval "$ac_compile") 2>conftest.er1
16203   ac_status=$?
16204   grep -v '^ *+' conftest.er1 >conftest.err
16205   rm -f conftest.er1
16206   cat conftest.err >&5
16207   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16208   (exit $ac_status); } && {
16209          test -z "$ac_c_werror_flag" ||
16210          test ! -s conftest.err
16211        } && test -s conftest.$ac_objext; then
16212   ac_cv_func_select_args="$ac_arg1,$ac_arg234,$ac_arg5"; break 3
16213 else
16214   echo "$as_me: failed program was:" >&5
16215 sed 's/^/| /' conftest.$ac_ext >&5
16216
16217
16218 fi
16219
16220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16221   done
16222  done
16223 done
16224 # Provide a safe default value.
16225 : ${ac_cv_func_select_args='int,int *,struct timeval *'}
16226
16227 fi
16228 { echo "$as_me:$LINENO: result: $ac_cv_func_select_args" >&5
16229 echo "${ECHO_T}$ac_cv_func_select_args" >&6; }
16230 ac_save_IFS=$IFS; IFS=','
16231 set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
16232 IFS=$ac_save_IFS
16233 shift
16234
16235 cat >>confdefs.h <<_ACEOF
16236 #define SELECT_TYPE_ARG1 $1
16237 _ACEOF
16238
16239
16240 cat >>confdefs.h <<_ACEOF
16241 #define SELECT_TYPE_ARG234 ($2)
16242 _ACEOF
16243
16244
16245 cat >>confdefs.h <<_ACEOF
16246 #define SELECT_TYPE_ARG5 ($3)
16247 _ACEOF
16248
16249 rm -f conftest*
16250
16251 fi
16252
16253
16254
16255 for ac_func in poll
16256 do
16257 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16258 { echo "$as_me:$LINENO: checking for $ac_func" >&5
16259 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16260 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16261   echo $ECHO_N "(cached) $ECHO_C" >&6
16262 else
16263   cat >conftest.$ac_ext <<_ACEOF
16264 /* confdefs.h.  */
16265 _ACEOF
16266 cat confdefs.h >>conftest.$ac_ext
16267 cat >>conftest.$ac_ext <<_ACEOF
16268 /* end confdefs.h.  */
16269 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16270    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16271 #define $ac_func innocuous_$ac_func
16272
16273 /* System header to define __stub macros and hopefully few prototypes,
16274     which can conflict with char $ac_func (); below.
16275     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16276     <limits.h> exists even on freestanding compilers.  */
16277
16278 #ifdef __STDC__
16279 # include <limits.h>
16280 #else
16281 # include <assert.h>
16282 #endif
16283
16284 #undef $ac_func
16285
16286 /* Override any GCC internal prototype to avoid an error.
16287    Use char because int might match the return type of a GCC
16288    builtin and then its argument prototype would still apply.  */
16289 #ifdef __cplusplus
16290 extern "C"
16291 #endif
16292 char $ac_func ();
16293 /* The GNU C library defines this for functions which it implements
16294     to always fail with ENOSYS.  Some functions are actually named
16295     something starting with __ and the normal name is an alias.  */
16296 #if defined __stub_$ac_func || defined __stub___$ac_func
16297 choke me
16298 #endif
16299
16300 int
16301 main ()
16302 {
16303 return $ac_func ();
16304   ;
16305   return 0;
16306 }
16307 _ACEOF
16308 rm -f conftest.$ac_objext conftest$ac_exeext
16309 if { (ac_try="$ac_link"
16310 case "(($ac_try" in
16311   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16312   *) ac_try_echo=$ac_try;;
16313 esac
16314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16315   (eval "$ac_link") 2>conftest.er1
16316   ac_status=$?
16317   grep -v '^ *+' conftest.er1 >conftest.err
16318   rm -f conftest.er1
16319   cat conftest.err >&5
16320   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16321   (exit $ac_status); } && {
16322          test -z "$ac_c_werror_flag" ||
16323          test ! -s conftest.err
16324        } && test -s conftest$ac_exeext &&
16325        $as_test_x conftest$ac_exeext; then
16326   eval "$as_ac_var=yes"
16327 else
16328   echo "$as_me: failed program was:" >&5
16329 sed 's/^/| /' conftest.$ac_ext >&5
16330
16331         eval "$as_ac_var=no"
16332 fi
16333
16334 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16335       conftest$ac_exeext conftest.$ac_ext
16336 fi
16337 ac_res=`eval echo '${'$as_ac_var'}'`
16338                { echo "$as_me:$LINENO: result: $ac_res" >&5
16339 echo "${ECHO_T}$ac_res" >&6; }
16340 if test `eval echo '${'$as_ac_var'}'` = yes; then
16341   cat >>confdefs.h <<_ACEOF
16342 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16343 _ACEOF
16344
16345 fi
16346 done
16347
16348 if test $ac_cv_func_poll = yes; then
16349
16350
16351 for ac_header in poll.h sys/poll.h
16352 do
16353 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16354 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16355   { echo "$as_me:$LINENO: checking for $ac_header" >&5
16356 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16357 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16358   echo $ECHO_N "(cached) $ECHO_C" >&6
16359 fi
16360 ac_res=`eval echo '${'$as_ac_Header'}'`
16361                { echo "$as_me:$LINENO: result: $ac_res" >&5
16362 echo "${ECHO_T}$ac_res" >&6; }
16363 else
16364   # Is the header compilable?
16365 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16366 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16367 cat >conftest.$ac_ext <<_ACEOF
16368 /* confdefs.h.  */
16369 _ACEOF
16370 cat confdefs.h >>conftest.$ac_ext
16371 cat >>conftest.$ac_ext <<_ACEOF
16372 /* end confdefs.h.  */
16373 $ac_includes_default
16374 #include <$ac_header>
16375 _ACEOF
16376 rm -f conftest.$ac_objext
16377 if { (ac_try="$ac_compile"
16378 case "(($ac_try" in
16379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16380   *) ac_try_echo=$ac_try;;
16381 esac
16382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16383   (eval "$ac_compile") 2>conftest.er1
16384   ac_status=$?
16385   grep -v '^ *+' conftest.er1 >conftest.err
16386   rm -f conftest.er1
16387   cat conftest.err >&5
16388   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16389   (exit $ac_status); } && {
16390          test -z "$ac_c_werror_flag" ||
16391          test ! -s conftest.err
16392        } && test -s conftest.$ac_objext; then
16393   ac_header_compiler=yes
16394 else
16395   echo "$as_me: failed program was:" >&5
16396 sed 's/^/| /' conftest.$ac_ext >&5
16397
16398         ac_header_compiler=no
16399 fi
16400
16401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16402 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16403 echo "${ECHO_T}$ac_header_compiler" >&6; }
16404
16405 # Is the header present?
16406 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16407 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16408 cat >conftest.$ac_ext <<_ACEOF
16409 /* confdefs.h.  */
16410 _ACEOF
16411 cat confdefs.h >>conftest.$ac_ext
16412 cat >>conftest.$ac_ext <<_ACEOF
16413 /* end confdefs.h.  */
16414 #include <$ac_header>
16415 _ACEOF
16416 if { (ac_try="$ac_cpp conftest.$ac_ext"
16417 case "(($ac_try" in
16418   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16419   *) ac_try_echo=$ac_try;;
16420 esac
16421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16422   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16423   ac_status=$?
16424   grep -v '^ *+' conftest.er1 >conftest.err
16425   rm -f conftest.er1
16426   cat conftest.err >&5
16427   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16428   (exit $ac_status); } >/dev/null && {
16429          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16430          test ! -s conftest.err
16431        }; then
16432   ac_header_preproc=yes
16433 else
16434   echo "$as_me: failed program was:" >&5
16435 sed 's/^/| /' conftest.$ac_ext >&5
16436
16437   ac_header_preproc=no
16438 fi
16439
16440 rm -f conftest.err conftest.$ac_ext
16441 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16442 echo "${ECHO_T}$ac_header_preproc" >&6; }
16443
16444 # So?  What about this header?
16445 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16446   yes:no: )
16447     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16448 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16449     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16450 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16451     ac_header_preproc=yes
16452     ;;
16453   no:yes:* )
16454     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16455 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16456     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16457 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16458     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16459 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16460     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16461 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16462     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16463 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16464     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16465 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16466     ( cat <<\_ASBOX
16467 ## --------------------------------------------- ##
16468 ## Report this to <http://www.openldap.org/its/> ##
16469 ## --------------------------------------------- ##
16470 _ASBOX
16471      ) | sed "s/^/$as_me: WARNING:     /" >&2
16472     ;;
16473 esac
16474 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16475 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16476 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16477   echo $ECHO_N "(cached) $ECHO_C" >&6
16478 else
16479   eval "$as_ac_Header=\$ac_header_preproc"
16480 fi
16481 ac_res=`eval echo '${'$as_ac_Header'}'`
16482                { echo "$as_me:$LINENO: result: $ac_res" >&5
16483 echo "${ECHO_T}$ac_res" >&6; }
16484
16485 fi
16486 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16487   cat >>confdefs.h <<_ACEOF
16488 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16489 _ACEOF
16490
16491 fi
16492
16493 done
16494
16495 fi
16496
16497
16498 for ac_header in sys/epoll.h
16499 do
16500 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16501 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16502   { echo "$as_me:$LINENO: checking for $ac_header" >&5
16503 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16504 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16505   echo $ECHO_N "(cached) $ECHO_C" >&6
16506 fi
16507 ac_res=`eval echo '${'$as_ac_Header'}'`
16508                { echo "$as_me:$LINENO: result: $ac_res" >&5
16509 echo "${ECHO_T}$ac_res" >&6; }
16510 else
16511   # Is the header compilable?
16512 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16513 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16514 cat >conftest.$ac_ext <<_ACEOF
16515 /* confdefs.h.  */
16516 _ACEOF
16517 cat confdefs.h >>conftest.$ac_ext
16518 cat >>conftest.$ac_ext <<_ACEOF
16519 /* end confdefs.h.  */
16520 $ac_includes_default
16521 #include <$ac_header>
16522 _ACEOF
16523 rm -f conftest.$ac_objext
16524 if { (ac_try="$ac_compile"
16525 case "(($ac_try" in
16526   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16527   *) ac_try_echo=$ac_try;;
16528 esac
16529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16530   (eval "$ac_compile") 2>conftest.er1
16531   ac_status=$?
16532   grep -v '^ *+' conftest.er1 >conftest.err
16533   rm -f conftest.er1
16534   cat conftest.err >&5
16535   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16536   (exit $ac_status); } && {
16537          test -z "$ac_c_werror_flag" ||
16538          test ! -s conftest.err
16539        } && test -s conftest.$ac_objext; then
16540   ac_header_compiler=yes
16541 else
16542   echo "$as_me: failed program was:" >&5
16543 sed 's/^/| /' conftest.$ac_ext >&5
16544
16545         ac_header_compiler=no
16546 fi
16547
16548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16549 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16550 echo "${ECHO_T}$ac_header_compiler" >&6; }
16551
16552 # Is the header present?
16553 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16554 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16555 cat >conftest.$ac_ext <<_ACEOF
16556 /* confdefs.h.  */
16557 _ACEOF
16558 cat confdefs.h >>conftest.$ac_ext
16559 cat >>conftest.$ac_ext <<_ACEOF
16560 /* end confdefs.h.  */
16561 #include <$ac_header>
16562 _ACEOF
16563 if { (ac_try="$ac_cpp conftest.$ac_ext"
16564 case "(($ac_try" in
16565   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16566   *) ac_try_echo=$ac_try;;
16567 esac
16568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16569   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16570   ac_status=$?
16571   grep -v '^ *+' conftest.er1 >conftest.err
16572   rm -f conftest.er1
16573   cat conftest.err >&5
16574   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16575   (exit $ac_status); } >/dev/null && {
16576          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16577          test ! -s conftest.err
16578        }; then
16579   ac_header_preproc=yes
16580 else
16581   echo "$as_me: failed program was:" >&5
16582 sed 's/^/| /' conftest.$ac_ext >&5
16583
16584   ac_header_preproc=no
16585 fi
16586
16587 rm -f conftest.err conftest.$ac_ext
16588 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16589 echo "${ECHO_T}$ac_header_preproc" >&6; }
16590
16591 # So?  What about this header?
16592 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16593   yes:no: )
16594     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16595 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16596     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16597 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16598     ac_header_preproc=yes
16599     ;;
16600   no:yes:* )
16601     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16602 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16603     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16604 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16605     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16606 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16607     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16608 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16609     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16610 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16611     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16612 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16613     ( cat <<\_ASBOX
16614 ## --------------------------------------------- ##
16615 ## Report this to <http://www.openldap.org/its/> ##
16616 ## --------------------------------------------- ##
16617 _ASBOX
16618      ) | sed "s/^/$as_me: WARNING:     /" >&2
16619     ;;
16620 esac
16621 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16622 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16623 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16624   echo $ECHO_N "(cached) $ECHO_C" >&6
16625 else
16626   eval "$as_ac_Header=\$ac_header_preproc"
16627 fi
16628 ac_res=`eval echo '${'$as_ac_Header'}'`
16629                { echo "$as_me:$LINENO: result: $ac_res" >&5
16630 echo "${ECHO_T}$ac_res" >&6; }
16631
16632 fi
16633 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16634   cat >>confdefs.h <<_ACEOF
16635 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16636 _ACEOF
16637
16638 fi
16639
16640 done
16641
16642 if test "${ac_cv_header_sys_epoll_h}" = yes; then
16643         { echo "$as_me:$LINENO: checking for epoll system call" >&5
16644 echo $ECHO_N "checking for epoll system call... $ECHO_C" >&6; }
16645         if test "$cross_compiling" = yes; then
16646   { echo "$as_me:$LINENO: result: no" >&5
16647 echo "${ECHO_T}no" >&6; }
16648 else
16649   cat >conftest.$ac_ext <<_ACEOF
16650 /* confdefs.h.  */
16651 _ACEOF
16652 cat confdefs.h >>conftest.$ac_ext
16653 cat >>conftest.$ac_ext <<_ACEOF
16654 /* end confdefs.h.  */
16655 int main(int argc, char **argv)
16656 {
16657         int epfd = epoll_create(256);
16658         exit (epfd == -1 ? 1 : 0);
16659 }
16660 _ACEOF
16661 rm -f conftest$ac_exeext
16662 if { (ac_try="$ac_link"
16663 case "(($ac_try" in
16664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16665   *) ac_try_echo=$ac_try;;
16666 esac
16667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16668   (eval "$ac_link") 2>&5
16669   ac_status=$?
16670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16671   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16672   { (case "(($ac_try" in
16673   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16674   *) ac_try_echo=$ac_try;;
16675 esac
16676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16677   (eval "$ac_try") 2>&5
16678   ac_status=$?
16679   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16680   (exit $ac_status); }; }; then
16681   { echo "$as_me:$LINENO: result: yes" >&5
16682 echo "${ECHO_T}yes" >&6; }
16683
16684 cat >>confdefs.h <<\_ACEOF
16685 #define HAVE_EPOLL 1
16686 _ACEOF
16687
16688 else
16689   echo "$as_me: program exited with status $ac_status" >&5
16690 echo "$as_me: failed program was:" >&5
16691 sed 's/^/| /' conftest.$ac_ext >&5
16692
16693 ( exit $ac_status )
16694 { echo "$as_me:$LINENO: result: no" >&5
16695 echo "${ECHO_T}no" >&6; }
16696 fi
16697 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16698 fi
16699
16700
16701 fi
16702
16703
16704 for ac_header in sys/devpoll.h
16705 do
16706 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16707 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16708   { echo "$as_me:$LINENO: checking for $ac_header" >&5
16709 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16710 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16711   echo $ECHO_N "(cached) $ECHO_C" >&6
16712 fi
16713 ac_res=`eval echo '${'$as_ac_Header'}'`
16714                { echo "$as_me:$LINENO: result: $ac_res" >&5
16715 echo "${ECHO_T}$ac_res" >&6; }
16716 else
16717   # Is the header compilable?
16718 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16719 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16720 cat >conftest.$ac_ext <<_ACEOF
16721 /* confdefs.h.  */
16722 _ACEOF
16723 cat confdefs.h >>conftest.$ac_ext
16724 cat >>conftest.$ac_ext <<_ACEOF
16725 /* end confdefs.h.  */
16726 $ac_includes_default
16727 #include <$ac_header>
16728 _ACEOF
16729 rm -f conftest.$ac_objext
16730 if { (ac_try="$ac_compile"
16731 case "(($ac_try" in
16732   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16733   *) ac_try_echo=$ac_try;;
16734 esac
16735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16736   (eval "$ac_compile") 2>conftest.er1
16737   ac_status=$?
16738   grep -v '^ *+' conftest.er1 >conftest.err
16739   rm -f conftest.er1
16740   cat conftest.err >&5
16741   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16742   (exit $ac_status); } && {
16743          test -z "$ac_c_werror_flag" ||
16744          test ! -s conftest.err
16745        } && test -s conftest.$ac_objext; then
16746   ac_header_compiler=yes
16747 else
16748   echo "$as_me: failed program was:" >&5
16749 sed 's/^/| /' conftest.$ac_ext >&5
16750
16751         ac_header_compiler=no
16752 fi
16753
16754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16755 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16756 echo "${ECHO_T}$ac_header_compiler" >&6; }
16757
16758 # Is the header present?
16759 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16760 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16761 cat >conftest.$ac_ext <<_ACEOF
16762 /* confdefs.h.  */
16763 _ACEOF
16764 cat confdefs.h >>conftest.$ac_ext
16765 cat >>conftest.$ac_ext <<_ACEOF
16766 /* end confdefs.h.  */
16767 #include <$ac_header>
16768 _ACEOF
16769 if { (ac_try="$ac_cpp conftest.$ac_ext"
16770 case "(($ac_try" in
16771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16772   *) ac_try_echo=$ac_try;;
16773 esac
16774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16775   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16776   ac_status=$?
16777   grep -v '^ *+' conftest.er1 >conftest.err
16778   rm -f conftest.er1
16779   cat conftest.err >&5
16780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16781   (exit $ac_status); } >/dev/null && {
16782          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16783          test ! -s conftest.err
16784        }; then
16785   ac_header_preproc=yes
16786 else
16787   echo "$as_me: failed program was:" >&5
16788 sed 's/^/| /' conftest.$ac_ext >&5
16789
16790   ac_header_preproc=no
16791 fi
16792
16793 rm -f conftest.err conftest.$ac_ext
16794 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16795 echo "${ECHO_T}$ac_header_preproc" >&6; }
16796
16797 # So?  What about this header?
16798 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16799   yes:no: )
16800     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16801 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16802     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16803 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16804     ac_header_preproc=yes
16805     ;;
16806   no:yes:* )
16807     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16808 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16809     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16810 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16811     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16812 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16813     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16814 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16815     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16816 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16817     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16818 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16819     ( cat <<\_ASBOX
16820 ## --------------------------------------------- ##
16821 ## Report this to <http://www.openldap.org/its/> ##
16822 ## --------------------------------------------- ##
16823 _ASBOX
16824      ) | sed "s/^/$as_me: WARNING:     /" >&2
16825     ;;
16826 esac
16827 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16828 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16829 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16830   echo $ECHO_N "(cached) $ECHO_C" >&6
16831 else
16832   eval "$as_ac_Header=\$ac_header_preproc"
16833 fi
16834 ac_res=`eval echo '${'$as_ac_Header'}'`
16835                { echo "$as_me:$LINENO: result: $ac_res" >&5
16836 echo "${ECHO_T}$ac_res" >&6; }
16837
16838 fi
16839 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16840   cat >>confdefs.h <<_ACEOF
16841 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16842 _ACEOF
16843
16844 fi
16845
16846 done
16847
16848 if test "${ac_cv_header_sys_devpoll_h}" = yes \
16849                 -a "${ac_cv_header_poll_h}" = yes ; \
16850 then
16851         { echo "$as_me:$LINENO: checking for /dev/poll" >&5
16852 echo $ECHO_N "checking for /dev/poll... $ECHO_C" >&6; }
16853         if test "$cross_compiling" = yes; then
16854   { echo "$as_me:$LINENO: result: no" >&5
16855 echo "${ECHO_T}no" >&6; }
16856 else
16857   cat >conftest.$ac_ext <<_ACEOF
16858 /* confdefs.h.  */
16859 _ACEOF
16860 cat confdefs.h >>conftest.$ac_ext
16861 cat >>conftest.$ac_ext <<_ACEOF
16862 /* end confdefs.h.  */
16863 int main(int argc, char **argv)
16864 {
16865         int devpollfd = open("/dev/poll", /* O_RDWR */ 2);
16866         exit (devpollfd == -1 ? 1 : 0);
16867 }
16868 _ACEOF
16869 rm -f conftest$ac_exeext
16870 if { (ac_try="$ac_link"
16871 case "(($ac_try" in
16872   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16873   *) ac_try_echo=$ac_try;;
16874 esac
16875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16876   (eval "$ac_link") 2>&5
16877   ac_status=$?
16878   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16879   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16880   { (case "(($ac_try" in
16881   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16882   *) ac_try_echo=$ac_try;;
16883 esac
16884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16885   (eval "$ac_try") 2>&5
16886   ac_status=$?
16887   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16888   (exit $ac_status); }; }; then
16889   { echo "$as_me:$LINENO: result: yes" >&5
16890 echo "${ECHO_T}yes" >&6; }
16891
16892 cat >>confdefs.h <<\_ACEOF
16893 #define HAVE_DEVPOLL 1
16894 _ACEOF
16895
16896 else
16897   echo "$as_me: program exited with status $ac_status" >&5
16898 echo "$as_me: failed program was:" >&5
16899 sed 's/^/| /' conftest.$ac_ext >&5
16900
16901 ( exit $ac_status )
16902 { echo "$as_me:$LINENO: result: no" >&5
16903 echo "${ECHO_T}no" >&6; }
16904 fi
16905 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16906 fi
16907
16908
16909 fi
16910
16911 { echo "$as_me:$LINENO: checking declaration of sys_errlist" >&5
16912 echo $ECHO_N "checking declaration of sys_errlist... $ECHO_C" >&6; }
16913 if test "${ol_cv_dcl_sys_errlist+set}" = set; then
16914   echo $ECHO_N "(cached) $ECHO_C" >&6
16915 else
16916
16917         cat >conftest.$ac_ext <<_ACEOF
16918 /* confdefs.h.  */
16919 _ACEOF
16920 cat confdefs.h >>conftest.$ac_ext
16921 cat >>conftest.$ac_ext <<_ACEOF
16922 /* end confdefs.h.  */
16923
16924 #include <stdio.h>
16925 #include <sys/types.h>
16926 #include <errno.h>
16927 #ifdef _WIN32
16928 #include <stdlib.h>
16929 #endif
16930 int
16931 main ()
16932 {
16933 char *c = (char *) *sys_errlist
16934   ;
16935   return 0;
16936 }
16937 _ACEOF
16938 rm -f conftest.$ac_objext
16939 if { (ac_try="$ac_compile"
16940 case "(($ac_try" in
16941   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16942   *) ac_try_echo=$ac_try;;
16943 esac
16944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16945   (eval "$ac_compile") 2>conftest.er1
16946   ac_status=$?
16947   grep -v '^ *+' conftest.er1 >conftest.err
16948   rm -f conftest.er1
16949   cat conftest.err >&5
16950   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16951   (exit $ac_status); } && {
16952          test -z "$ac_c_werror_flag" ||
16953          test ! -s conftest.err
16954        } && test -s conftest.$ac_objext; then
16955   ol_cv_dcl_sys_errlist=yes
16956         ol_cv_have_sys_errlist=yes
16957 else
16958   echo "$as_me: failed program was:" >&5
16959 sed 's/^/| /' conftest.$ac_ext >&5
16960
16961         ol_cv_dcl_sys_errlist=no
16962 fi
16963
16964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16965 fi
16966 { echo "$as_me:$LINENO: result: $ol_cv_dcl_sys_errlist" >&5
16967 echo "${ECHO_T}$ol_cv_dcl_sys_errlist" >&6; }
16968 #
16969 # It's possible (for near-UNIX clones) that sys_errlist doesn't exist
16970 if test $ol_cv_dcl_sys_errlist = no ; then
16971
16972 cat >>confdefs.h <<\_ACEOF
16973 #define DECL_SYS_ERRLIST 1
16974 _ACEOF
16975
16976
16977         { echo "$as_me:$LINENO: checking existence of sys_errlist" >&5
16978 echo $ECHO_N "checking existence of sys_errlist... $ECHO_C" >&6; }
16979 if test "${ol_cv_have_sys_errlist+set}" = set; then
16980   echo $ECHO_N "(cached) $ECHO_C" >&6
16981 else
16982
16983                 cat >conftest.$ac_ext <<_ACEOF
16984 /* confdefs.h.  */
16985 _ACEOF
16986 cat confdefs.h >>conftest.$ac_ext
16987 cat >>conftest.$ac_ext <<_ACEOF
16988 /* end confdefs.h.  */
16989 #include <errno.h>
16990 int
16991 main ()
16992 {
16993 char *c = (char *) *sys_errlist
16994   ;
16995   return 0;
16996 }
16997 _ACEOF
16998 rm -f conftest.$ac_objext conftest$ac_exeext
16999 if { (ac_try="$ac_link"
17000 case "(($ac_try" in
17001   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17002   *) ac_try_echo=$ac_try;;
17003 esac
17004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17005   (eval "$ac_link") 2>conftest.er1
17006   ac_status=$?
17007   grep -v '^ *+' conftest.er1 >conftest.err
17008   rm -f conftest.er1
17009   cat conftest.err >&5
17010   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17011   (exit $ac_status); } && {
17012          test -z "$ac_c_werror_flag" ||
17013          test ! -s conftest.err
17014        } && test -s conftest$ac_exeext &&
17015        $as_test_x conftest$ac_exeext; then
17016   ol_cv_have_sys_errlist=yes
17017 else
17018   echo "$as_me: failed program was:" >&5
17019 sed 's/^/| /' conftest.$ac_ext >&5
17020
17021         ol_cv_have_sys_errlist=no
17022 fi
17023
17024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17025       conftest$ac_exeext conftest.$ac_ext
17026 fi
17027 { echo "$as_me:$LINENO: result: $ol_cv_have_sys_errlist" >&5
17028 echo "${ECHO_T}$ol_cv_have_sys_errlist" >&6; }
17029 fi
17030 if test $ol_cv_have_sys_errlist = yes ; then
17031
17032 cat >>confdefs.h <<\_ACEOF
17033 #define HAVE_SYS_ERRLIST 1
17034 _ACEOF
17035
17036 fi
17037
17038
17039 for ac_func in strerror strerror_r
17040 do
17041 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17042 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17043 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17044 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17045   echo $ECHO_N "(cached) $ECHO_C" >&6
17046 else
17047   cat >conftest.$ac_ext <<_ACEOF
17048 /* confdefs.h.  */
17049 _ACEOF
17050 cat confdefs.h >>conftest.$ac_ext
17051 cat >>conftest.$ac_ext <<_ACEOF
17052 /* end confdefs.h.  */
17053 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17054    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17055 #define $ac_func innocuous_$ac_func
17056
17057 /* System header to define __stub macros and hopefully few prototypes,
17058     which can conflict with char $ac_func (); below.
17059     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17060     <limits.h> exists even on freestanding compilers.  */
17061
17062 #ifdef __STDC__
17063 # include <limits.h>
17064 #else
17065 # include <assert.h>
17066 #endif
17067
17068 #undef $ac_func
17069
17070 /* Override any GCC internal prototype to avoid an error.
17071    Use char because int might match the return type of a GCC
17072    builtin and then its argument prototype would still apply.  */
17073 #ifdef __cplusplus
17074 extern "C"
17075 #endif
17076 char $ac_func ();
17077 /* The GNU C library defines this for functions which it implements
17078     to always fail with ENOSYS.  Some functions are actually named
17079     something starting with __ and the normal name is an alias.  */
17080 #if defined __stub_$ac_func || defined __stub___$ac_func
17081 choke me
17082 #endif
17083
17084 int
17085 main ()
17086 {
17087 return $ac_func ();
17088   ;
17089   return 0;
17090 }
17091 _ACEOF
17092 rm -f conftest.$ac_objext conftest$ac_exeext
17093 if { (ac_try="$ac_link"
17094 case "(($ac_try" in
17095   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17096   *) ac_try_echo=$ac_try;;
17097 esac
17098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17099   (eval "$ac_link") 2>conftest.er1
17100   ac_status=$?
17101   grep -v '^ *+' conftest.er1 >conftest.err
17102   rm -f conftest.er1
17103   cat conftest.err >&5
17104   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17105   (exit $ac_status); } && {
17106          test -z "$ac_c_werror_flag" ||
17107          test ! -s conftest.err
17108        } && test -s conftest$ac_exeext &&
17109        $as_test_x conftest$ac_exeext; then
17110   eval "$as_ac_var=yes"
17111 else
17112   echo "$as_me: failed program was:" >&5
17113 sed 's/^/| /' conftest.$ac_ext >&5
17114
17115         eval "$as_ac_var=no"
17116 fi
17117
17118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17119       conftest$ac_exeext conftest.$ac_ext
17120 fi
17121 ac_res=`eval echo '${'$as_ac_var'}'`
17122                { echo "$as_me:$LINENO: result: $ac_res" >&5
17123 echo "${ECHO_T}$ac_res" >&6; }
17124 if test `eval echo '${'$as_ac_var'}'` = yes; then
17125   cat >>confdefs.h <<_ACEOF
17126 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17127 _ACEOF
17128
17129 fi
17130 done
17131
17132 ol_cv_func_strerror_r=no
17133 if test "${ac_cv_func_strerror_r}" = yes ; then
17134         { echo "$as_me:$LINENO: checking non-posix strerror_r" >&5
17135 echo $ECHO_N "checking non-posix strerror_r... $ECHO_C" >&6; }
17136 if test "${ol_cv_nonposix_strerror_r+set}" = set; then
17137   echo $ECHO_N "(cached) $ECHO_C" >&6
17138 else
17139
17140         cat >conftest.$ac_ext <<_ACEOF
17141 /* confdefs.h.  */
17142 _ACEOF
17143 cat confdefs.h >>conftest.$ac_ext
17144 cat >>conftest.$ac_ext <<_ACEOF
17145 /* end confdefs.h.  */
17146 #include <string.h>
17147 _ACEOF
17148 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17149   $EGREP "strerror_r" >/dev/null 2>&1; then
17150   ol_decl_strerror_r=yes
17151 else
17152   ol_decl_strerror_r=no
17153 fi
17154 rm -f conftest*
17155
17156         if test $ol_decl_strerror_r = yes ; then
17157                 cat >conftest.$ac_ext <<_ACEOF
17158 /* confdefs.h.  */
17159 _ACEOF
17160 cat confdefs.h >>conftest.$ac_ext
17161 cat >>conftest.$ac_ext <<_ACEOF
17162 /* end confdefs.h.  */
17163 #include <string.h>
17164 int
17165 main ()
17166 {
17167    /* from autoconf 2.59 */
17168                                 char buf[100];
17169                                 char x = *strerror_r (0, buf, sizeof buf);
17170                                 char *p = strerror_r (0, buf, sizeof buf);
17171
17172   ;
17173   return 0;
17174 }
17175 _ACEOF
17176 rm -f conftest.$ac_objext
17177 if { (ac_try="$ac_compile"
17178 case "(($ac_try" in
17179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17180   *) ac_try_echo=$ac_try;;
17181 esac
17182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17183   (eval "$ac_compile") 2>conftest.er1
17184   ac_status=$?
17185   grep -v '^ *+' conftest.er1 >conftest.err
17186   rm -f conftest.er1
17187   cat conftest.err >&5
17188   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17189   (exit $ac_status); } && {
17190          test -z "$ac_c_werror_flag" ||
17191          test ! -s conftest.err
17192        } && test -s conftest.$ac_objext; then
17193   ol_cv_nonposix_strerror_r=yes
17194 else
17195   echo "$as_me: failed program was:" >&5
17196 sed 's/^/| /' conftest.$ac_ext >&5
17197
17198         ol_cv_nonposix_strerror_r=no
17199 fi
17200
17201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17202         else
17203                 if test "$cross_compiling" = yes; then
17204   ol_cv_nonposix_strerror=no
17205 else
17206   cat >conftest.$ac_ext <<_ACEOF
17207 /* confdefs.h.  */
17208 _ACEOF
17209 cat confdefs.h >>conftest.$ac_ext
17210 cat >>conftest.$ac_ext <<_ACEOF
17211 /* end confdefs.h.  */
17212
17213                         main() {
17214                                 char buf[100];
17215                                 buf[0] = 0;
17216                                 strerror_r( 1, buf, sizeof buf );
17217                                 exit( buf[0] == 0 );
17218                         }
17219
17220 _ACEOF
17221 rm -f conftest$ac_exeext
17222 if { (ac_try="$ac_link"
17223 case "(($ac_try" in
17224   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17225   *) ac_try_echo=$ac_try;;
17226 esac
17227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17228   (eval "$ac_link") 2>&5
17229   ac_status=$?
17230   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17231   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17232   { (case "(($ac_try" in
17233   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17234   *) ac_try_echo=$ac_try;;
17235 esac
17236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17237   (eval "$ac_try") 2>&5
17238   ac_status=$?
17239   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17240   (exit $ac_status); }; }; then
17241   ol_cv_nonposix_strerror_r=yes
17242 else
17243   echo "$as_me: program exited with status $ac_status" >&5
17244 echo "$as_me: failed program was:" >&5
17245 sed 's/^/| /' conftest.$ac_ext >&5
17246
17247 ( exit $ac_status )
17248 ol_cv_nonposix_strerror=no
17249 fi
17250 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17251 fi
17252
17253
17254         fi
17255
17256 fi
17257 { echo "$as_me:$LINENO: result: $ol_cv_nonposix_strerror_r" >&5
17258 echo "${ECHO_T}$ol_cv_nonposix_strerror_r" >&6; }
17259 if test $ol_cv_nonposix_strerror_r = yes ; then
17260
17261 cat >>confdefs.h <<\_ACEOF
17262 #define HAVE_NONPOSIX_STRERROR_R 1
17263 _ACEOF
17264
17265 fi
17266
17267 elif test "${ac_cv_func_strerror}" = no ; then
17268         { echo "$as_me:$LINENO: checking declaration of sys_errlist" >&5
17269 echo $ECHO_N "checking declaration of sys_errlist... $ECHO_C" >&6; }
17270 if test "${ol_cv_dcl_sys_errlist+set}" = set; then
17271   echo $ECHO_N "(cached) $ECHO_C" >&6
17272 else
17273
17274         cat >conftest.$ac_ext <<_ACEOF
17275 /* confdefs.h.  */
17276 _ACEOF
17277 cat confdefs.h >>conftest.$ac_ext
17278 cat >>conftest.$ac_ext <<_ACEOF
17279 /* end confdefs.h.  */
17280
17281 #include <stdio.h>
17282 #include <sys/types.h>
17283 #include <errno.h>
17284 #ifdef _WIN32
17285 #include <stdlib.h>
17286 #endif
17287 int
17288 main ()
17289 {
17290 char *c = (char *) *sys_errlist
17291   ;
17292   return 0;
17293 }
17294 _ACEOF
17295 rm -f conftest.$ac_objext
17296 if { (ac_try="$ac_compile"
17297 case "(($ac_try" in
17298   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17299   *) ac_try_echo=$ac_try;;
17300 esac
17301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17302   (eval "$ac_compile") 2>conftest.er1
17303   ac_status=$?
17304   grep -v '^ *+' conftest.er1 >conftest.err
17305   rm -f conftest.er1
17306   cat conftest.err >&5
17307   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17308   (exit $ac_status); } && {
17309          test -z "$ac_c_werror_flag" ||
17310          test ! -s conftest.err
17311        } && test -s conftest.$ac_objext; then
17312   ol_cv_dcl_sys_errlist=yes
17313         ol_cv_have_sys_errlist=yes
17314 else
17315   echo "$as_me: failed program was:" >&5
17316 sed 's/^/| /' conftest.$ac_ext >&5
17317
17318         ol_cv_dcl_sys_errlist=no
17319 fi
17320
17321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17322 fi
17323 { echo "$as_me:$LINENO: result: $ol_cv_dcl_sys_errlist" >&5
17324 echo "${ECHO_T}$ol_cv_dcl_sys_errlist" >&6; }
17325 #
17326 # It's possible (for near-UNIX clones) that sys_errlist doesn't exist
17327 if test $ol_cv_dcl_sys_errlist = no ; then
17328
17329 cat >>confdefs.h <<\_ACEOF
17330 #define DECL_SYS_ERRLIST 1
17331 _ACEOF
17332
17333
17334         { echo "$as_me:$LINENO: checking existence of sys_errlist" >&5
17335 echo $ECHO_N "checking existence of sys_errlist... $ECHO_C" >&6; }
17336 if test "${ol_cv_have_sys_errlist+set}" = set; then
17337   echo $ECHO_N "(cached) $ECHO_C" >&6
17338 else
17339
17340                 cat >conftest.$ac_ext <<_ACEOF
17341 /* confdefs.h.  */
17342 _ACEOF
17343 cat confdefs.h >>conftest.$ac_ext
17344 cat >>conftest.$ac_ext <<_ACEOF
17345 /* end confdefs.h.  */
17346 #include <errno.h>
17347 int
17348 main ()
17349 {
17350 char *c = (char *) *sys_errlist
17351   ;
17352   return 0;
17353 }
17354 _ACEOF
17355 rm -f conftest.$ac_objext conftest$ac_exeext
17356 if { (ac_try="$ac_link"
17357 case "(($ac_try" in
17358   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17359   *) ac_try_echo=$ac_try;;
17360 esac
17361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17362   (eval "$ac_link") 2>conftest.er1
17363   ac_status=$?
17364   grep -v '^ *+' conftest.er1 >conftest.err
17365   rm -f conftest.er1
17366   cat conftest.err >&5
17367   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17368   (exit $ac_status); } && {
17369          test -z "$ac_c_werror_flag" ||
17370          test ! -s conftest.err
17371        } && test -s conftest$ac_exeext &&
17372        $as_test_x conftest$ac_exeext; then
17373   ol_cv_have_sys_errlist=yes
17374 else
17375   echo "$as_me: failed program was:" >&5
17376 sed 's/^/| /' conftest.$ac_ext >&5
17377
17378         ol_cv_have_sys_errlist=no
17379 fi
17380
17381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17382       conftest$ac_exeext conftest.$ac_ext
17383 fi
17384 { echo "$as_me:$LINENO: result: $ol_cv_have_sys_errlist" >&5
17385 echo "${ECHO_T}$ol_cv_have_sys_errlist" >&6; }
17386 fi
17387 if test $ol_cv_have_sys_errlist = yes ; then
17388
17389 cat >>confdefs.h <<\_ACEOF
17390 #define HAVE_SYS_ERRLIST 1
17391 _ACEOF
17392
17393 fi
17394
17395 fi
17396
17397
17398
17399 for ac_header in regex.h
17400 do
17401 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17402 { echo "$as_me:$LINENO: checking for $ac_header" >&5
17403 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
17404 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17405   echo $ECHO_N "(cached) $ECHO_C" >&6
17406 else
17407   cat >conftest.$ac_ext <<_ACEOF
17408 /* confdefs.h.  */
17409 _ACEOF
17410 cat confdefs.h >>conftest.$ac_ext
17411 cat >>conftest.$ac_ext <<_ACEOF
17412 /* end confdefs.h.  */
17413 $ac_includes_default
17414 #ifdef HAVE_SYS_TYPES_H
17415 #include <sys/types.h>
17416 #endif
17417
17418
17419 #include <$ac_header>
17420 _ACEOF
17421 rm -f conftest.$ac_objext
17422 if { (ac_try="$ac_compile"
17423 case "(($ac_try" in
17424   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17425   *) ac_try_echo=$ac_try;;
17426 esac
17427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17428   (eval "$ac_compile") 2>conftest.er1
17429   ac_status=$?
17430   grep -v '^ *+' conftest.er1 >conftest.err
17431   rm -f conftest.er1
17432   cat conftest.err >&5
17433   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17434   (exit $ac_status); } && {
17435          test -z "$ac_c_werror_flag" ||
17436          test ! -s conftest.err
17437        } && test -s conftest.$ac_objext; then
17438   eval "$as_ac_Header=yes"
17439 else
17440   echo "$as_me: failed program was:" >&5
17441 sed 's/^/| /' conftest.$ac_ext >&5
17442
17443         eval "$as_ac_Header=no"
17444 fi
17445
17446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17447 fi
17448 ac_res=`eval echo '${'$as_ac_Header'}'`
17449                { echo "$as_me:$LINENO: result: $ac_res" >&5
17450 echo "${ECHO_T}$ac_res" >&6; }
17451 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17452   cat >>confdefs.h <<_ACEOF
17453 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17454 _ACEOF
17455
17456 fi
17457
17458 done
17459
17460
17461 if test "$ac_cv_header_regex_h" != yes ; then
17462         { { echo "$as_me:$LINENO: error: POSIX regex.h required." >&5
17463 echo "$as_me: error: POSIX regex.h required." >&2;}
17464    { (exit 1); exit 1; }; }
17465 fi
17466 { echo "$as_me:$LINENO: checking for library containing regfree" >&5
17467 echo $ECHO_N "checking for library containing regfree... $ECHO_C" >&6; }
17468 if test "${ac_cv_search_regfree+set}" = set; then
17469   echo $ECHO_N "(cached) $ECHO_C" >&6
17470 else
17471   ac_func_search_save_LIBS=$LIBS
17472 cat >conftest.$ac_ext <<_ACEOF
17473 /* confdefs.h.  */
17474 _ACEOF
17475 cat confdefs.h >>conftest.$ac_ext
17476 cat >>conftest.$ac_ext <<_ACEOF
17477 /* end confdefs.h.  */
17478
17479 /* Override any GCC internal prototype to avoid an error.
17480    Use char because int might match the return type of a GCC
17481    builtin and then its argument prototype would still apply.  */
17482 #ifdef __cplusplus
17483 extern "C"
17484 #endif
17485 char regfree ();
17486 int
17487 main ()
17488 {
17489 return regfree ();
17490   ;
17491   return 0;
17492 }
17493 _ACEOF
17494 for ac_lib in '' regex gnuregex; do
17495   if test -z "$ac_lib"; then
17496     ac_res="none required"
17497   else
17498     ac_res=-l$ac_lib
17499     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17500   fi
17501   rm -f conftest.$ac_objext conftest$ac_exeext
17502 if { (ac_try="$ac_link"
17503 case "(($ac_try" in
17504   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17505   *) ac_try_echo=$ac_try;;
17506 esac
17507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17508   (eval "$ac_link") 2>conftest.er1
17509   ac_status=$?
17510   grep -v '^ *+' conftest.er1 >conftest.err
17511   rm -f conftest.er1
17512   cat conftest.err >&5
17513   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17514   (exit $ac_status); } && {
17515          test -z "$ac_c_werror_flag" ||
17516          test ! -s conftest.err
17517        } && test -s conftest$ac_exeext &&
17518        $as_test_x conftest$ac_exeext; then
17519   ac_cv_search_regfree=$ac_res
17520 else
17521   echo "$as_me: failed program was:" >&5
17522 sed 's/^/| /' conftest.$ac_ext >&5
17523
17524
17525 fi
17526
17527 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17528       conftest$ac_exeext
17529   if test "${ac_cv_search_regfree+set}" = set; then
17530   break
17531 fi
17532 done
17533 if test "${ac_cv_search_regfree+set}" = set; then
17534   :
17535 else
17536   ac_cv_search_regfree=no
17537 fi
17538 rm conftest.$ac_ext
17539 LIBS=$ac_func_search_save_LIBS
17540 fi
17541 { echo "$as_me:$LINENO: result: $ac_cv_search_regfree" >&5
17542 echo "${ECHO_T}$ac_cv_search_regfree" >&6; }
17543 ac_res=$ac_cv_search_regfree
17544 if test "$ac_res" != no; then
17545   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17546   :
17547 else
17548   { { echo "$as_me:$LINENO: error: POSIX regex required." >&5
17549 echo "$as_me: error: POSIX regex required." >&2;}
17550    { (exit 1); exit 1; }; }
17551 fi
17552
17553
17554
17555 { echo "$as_me:$LINENO: checking for compatible POSIX regex" >&5
17556 echo $ECHO_N "checking for compatible POSIX regex... $ECHO_C" >&6; }
17557 if test "${ol_cv_c_posix_regex+set}" = set; then
17558   echo $ECHO_N "(cached) $ECHO_C" >&6
17559 else
17560
17561         if test "$cross_compiling" = yes; then
17562   ol_cv_c_posix_regex=cross
17563 else
17564   cat >conftest.$ac_ext <<_ACEOF
17565 /* confdefs.h.  */
17566 _ACEOF
17567 cat confdefs.h >>conftest.$ac_ext
17568 cat >>conftest.$ac_ext <<_ACEOF
17569 /* end confdefs.h.  */
17570
17571 #include <sys/types.h>
17572 #include <regex.h>
17573 static char *pattern, *string;
17574 main()
17575 {
17576         int rc;
17577         regex_t re;
17578
17579         pattern = "^A";
17580
17581         if(regcomp(&re, pattern, 0)) {
17582                 return -1;
17583         }
17584
17585         string = "ALL MATCH";
17586
17587         rc = regexec(&re, string, 0, (void*)0, 0);
17588
17589         regfree(&re);
17590
17591         return rc;
17592 }
17593 _ACEOF
17594 rm -f conftest$ac_exeext
17595 if { (ac_try="$ac_link"
17596 case "(($ac_try" in
17597   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17598   *) ac_try_echo=$ac_try;;
17599 esac
17600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17601   (eval "$ac_link") 2>&5
17602   ac_status=$?
17603   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17604   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17605   { (case "(($ac_try" in
17606   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17607   *) ac_try_echo=$ac_try;;
17608 esac
17609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17610   (eval "$ac_try") 2>&5
17611   ac_status=$?
17612   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17613   (exit $ac_status); }; }; then
17614   ol_cv_c_posix_regex=yes
17615 else
17616   echo "$as_me: program exited with status $ac_status" >&5
17617 echo "$as_me: failed program was:" >&5
17618 sed 's/^/| /' conftest.$ac_ext >&5
17619
17620 ( exit $ac_status )
17621 ol_cv_c_posix_regex=no
17622 fi
17623 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17624 fi
17625
17626
17627 fi
17628 { echo "$as_me:$LINENO: result: $ol_cv_c_posix_regex" >&5
17629 echo "${ECHO_T}$ol_cv_c_posix_regex" >&6; }
17630
17631 if test "$ol_cv_c_posix_regex" = no ; then
17632         { { echo "$as_me:$LINENO: error: broken POSIX regex!" >&5
17633 echo "$as_me: error: broken POSIX regex!" >&2;}
17634    { (exit 1); exit 1; }; }
17635 fi
17636
17637
17638 have_uuid=no
17639
17640 for ac_header in sys/uuid.h
17641 do
17642 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17643 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17644   { echo "$as_me:$LINENO: checking for $ac_header" >&5
17645 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
17646 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17647   echo $ECHO_N "(cached) $ECHO_C" >&6
17648 fi
17649 ac_res=`eval echo '${'$as_ac_Header'}'`
17650                { echo "$as_me:$LINENO: result: $ac_res" >&5
17651 echo "${ECHO_T}$ac_res" >&6; }
17652 else
17653   # Is the header compilable?
17654 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
17655 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
17656 cat >conftest.$ac_ext <<_ACEOF
17657 /* confdefs.h.  */
17658 _ACEOF
17659 cat confdefs.h >>conftest.$ac_ext
17660 cat >>conftest.$ac_ext <<_ACEOF
17661 /* end confdefs.h.  */
17662 $ac_includes_default
17663 #include <$ac_header>
17664 _ACEOF
17665 rm -f conftest.$ac_objext
17666 if { (ac_try="$ac_compile"
17667 case "(($ac_try" in
17668   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17669   *) ac_try_echo=$ac_try;;
17670 esac
17671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17672   (eval "$ac_compile") 2>conftest.er1
17673   ac_status=$?
17674   grep -v '^ *+' conftest.er1 >conftest.err
17675   rm -f conftest.er1
17676   cat conftest.err >&5
17677   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17678   (exit $ac_status); } && {
17679          test -z "$ac_c_werror_flag" ||
17680          test ! -s conftest.err
17681        } && test -s conftest.$ac_objext; then
17682   ac_header_compiler=yes
17683 else
17684   echo "$as_me: failed program was:" >&5
17685 sed 's/^/| /' conftest.$ac_ext >&5
17686
17687         ac_header_compiler=no
17688 fi
17689
17690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17691 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17692 echo "${ECHO_T}$ac_header_compiler" >&6; }
17693
17694 # Is the header present?
17695 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
17696 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
17697 cat >conftest.$ac_ext <<_ACEOF
17698 /* confdefs.h.  */
17699 _ACEOF
17700 cat confdefs.h >>conftest.$ac_ext
17701 cat >>conftest.$ac_ext <<_ACEOF
17702 /* end confdefs.h.  */
17703 #include <$ac_header>
17704 _ACEOF
17705 if { (ac_try="$ac_cpp conftest.$ac_ext"
17706 case "(($ac_try" in
17707   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17708   *) ac_try_echo=$ac_try;;
17709 esac
17710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17711   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17712   ac_status=$?
17713   grep -v '^ *+' conftest.er1 >conftest.err
17714   rm -f conftest.er1
17715   cat conftest.err >&5
17716   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17717   (exit $ac_status); } >/dev/null && {
17718          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17719          test ! -s conftest.err
17720        }; then
17721   ac_header_preproc=yes
17722 else
17723   echo "$as_me: failed program was:" >&5
17724 sed 's/^/| /' conftest.$ac_ext >&5
17725
17726   ac_header_preproc=no
17727 fi
17728
17729 rm -f conftest.err conftest.$ac_ext
17730 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17731 echo "${ECHO_T}$ac_header_preproc" >&6; }
17732
17733 # So?  What about this header?
17734 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17735   yes:no: )
17736     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17737 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17738     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17739 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17740     ac_header_preproc=yes
17741     ;;
17742   no:yes:* )
17743     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17744 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17745     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
17746 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
17747     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17748 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17749     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
17750 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
17751     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17752 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17753     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17754 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17755     ( cat <<\_ASBOX
17756 ## --------------------------------------------- ##
17757 ## Report this to <http://www.openldap.org/its/> ##
17758 ## --------------------------------------------- ##
17759 _ASBOX
17760      ) | sed "s/^/$as_me: WARNING:     /" >&2
17761     ;;
17762 esac
17763 { echo "$as_me:$LINENO: checking for $ac_header" >&5
17764 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
17765 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17766   echo $ECHO_N "(cached) $ECHO_C" >&6
17767 else
17768   eval "$as_ac_Header=\$ac_header_preproc"
17769 fi
17770 ac_res=`eval echo '${'$as_ac_Header'}'`
17771                { echo "$as_me:$LINENO: result: $ac_res" >&5
17772 echo "${ECHO_T}$ac_res" >&6; }
17773
17774 fi
17775 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17776   cat >>confdefs.h <<_ACEOF
17777 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17778 _ACEOF
17779
17780 fi
17781
17782 done
17783
17784 if test $ac_cv_header_sys_uuid_h = yes ; then
17785         save_LIBS="$LIBS"
17786         { echo "$as_me:$LINENO: checking for library containing uuid_to_str" >&5
17787 echo $ECHO_N "checking for library containing uuid_to_str... $ECHO_C" >&6; }
17788 if test "${ac_cv_search_uuid_to_str+set}" = set; then
17789   echo $ECHO_N "(cached) $ECHO_C" >&6
17790 else
17791   ac_func_search_save_LIBS=$LIBS
17792 cat >conftest.$ac_ext <<_ACEOF
17793 /* confdefs.h.  */
17794 _ACEOF
17795 cat confdefs.h >>conftest.$ac_ext
17796 cat >>conftest.$ac_ext <<_ACEOF
17797 /* end confdefs.h.  */
17798
17799 /* Override any GCC internal prototype to avoid an error.
17800    Use char because int might match the return type of a GCC
17801    builtin and then its argument prototype would still apply.  */
17802 #ifdef __cplusplus
17803 extern "C"
17804 #endif
17805 char uuid_to_str ();
17806 int
17807 main ()
17808 {
17809 return uuid_to_str ();
17810   ;
17811   return 0;
17812 }
17813 _ACEOF
17814 for ac_lib in '' uuid; do
17815   if test -z "$ac_lib"; then
17816     ac_res="none required"
17817   else
17818     ac_res=-l$ac_lib
17819     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17820   fi
17821   rm -f conftest.$ac_objext conftest$ac_exeext
17822 if { (ac_try="$ac_link"
17823 case "(($ac_try" in
17824   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17825   *) ac_try_echo=$ac_try;;
17826 esac
17827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17828   (eval "$ac_link") 2>conftest.er1
17829   ac_status=$?
17830   grep -v '^ *+' conftest.er1 >conftest.err
17831   rm -f conftest.er1
17832   cat conftest.err >&5
17833   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17834   (exit $ac_status); } && {
17835          test -z "$ac_c_werror_flag" ||
17836          test ! -s conftest.err
17837        } && test -s conftest$ac_exeext &&
17838        $as_test_x conftest$ac_exeext; then
17839   ac_cv_search_uuid_to_str=$ac_res
17840 else
17841   echo "$as_me: failed program was:" >&5
17842 sed 's/^/| /' conftest.$ac_ext >&5
17843
17844
17845 fi
17846
17847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17848       conftest$ac_exeext
17849   if test "${ac_cv_search_uuid_to_str+set}" = set; then
17850   break
17851 fi
17852 done
17853 if test "${ac_cv_search_uuid_to_str+set}" = set; then
17854   :
17855 else
17856   ac_cv_search_uuid_to_str=no
17857 fi
17858 rm conftest.$ac_ext
17859 LIBS=$ac_func_search_save_LIBS
17860 fi
17861 { echo "$as_me:$LINENO: result: $ac_cv_search_uuid_to_str" >&5
17862 echo "${ECHO_T}$ac_cv_search_uuid_to_str" >&6; }
17863 ac_res=$ac_cv_search_uuid_to_str
17864 if test "$ac_res" != no; then
17865   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17866   have_uuid=yes
17867 else
17868   :
17869 fi
17870
17871         LIBS="$save_LIBS"
17872
17873         if test $have_uuid = yes ; then
17874
17875 cat >>confdefs.h <<\_ACEOF
17876 #define HAVE_UUID_TO_STR 1
17877 _ACEOF
17878
17879
17880                 test "$ac_cv_search_uuid_to_str" = "none required" || \
17881                         SLAPD_LIBS="$SLAPD_LIBS $ac_cv_search_uuid_to_str"
17882         fi
17883 fi
17884
17885 if test $have_uuid = no ; then
17886
17887 for ac_header in uuid/uuid.h
17888 do
17889 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17890 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17891   { echo "$as_me:$LINENO: checking for $ac_header" >&5
17892 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
17893 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17894   echo $ECHO_N "(cached) $ECHO_C" >&6
17895 fi
17896 ac_res=`eval echo '${'$as_ac_Header'}'`
17897                { echo "$as_me:$LINENO: result: $ac_res" >&5
17898 echo "${ECHO_T}$ac_res" >&6; }
17899 else
17900   # Is the header compilable?
17901 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
17902 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
17903 cat >conftest.$ac_ext <<_ACEOF
17904 /* confdefs.h.  */
17905 _ACEOF
17906 cat confdefs.h >>conftest.$ac_ext
17907 cat >>conftest.$ac_ext <<_ACEOF
17908 /* end confdefs.h.  */
17909 $ac_includes_default
17910 #include <$ac_header>
17911 _ACEOF
17912 rm -f conftest.$ac_objext
17913 if { (ac_try="$ac_compile"
17914 case "(($ac_try" in
17915   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17916   *) ac_try_echo=$ac_try;;
17917 esac
17918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17919   (eval "$ac_compile") 2>conftest.er1
17920   ac_status=$?
17921   grep -v '^ *+' conftest.er1 >conftest.err
17922   rm -f conftest.er1
17923   cat conftest.err >&5
17924   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17925   (exit $ac_status); } && {
17926          test -z "$ac_c_werror_flag" ||
17927          test ! -s conftest.err
17928        } && test -s conftest.$ac_objext; then
17929   ac_header_compiler=yes
17930 else
17931   echo "$as_me: failed program was:" >&5
17932 sed 's/^/| /' conftest.$ac_ext >&5
17933
17934         ac_header_compiler=no
17935 fi
17936
17937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17938 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17939 echo "${ECHO_T}$ac_header_compiler" >&6; }
17940
17941 # Is the header present?
17942 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
17943 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
17944 cat >conftest.$ac_ext <<_ACEOF
17945 /* confdefs.h.  */
17946 _ACEOF
17947 cat confdefs.h >>conftest.$ac_ext
17948 cat >>conftest.$ac_ext <<_ACEOF
17949 /* end confdefs.h.  */
17950 #include <$ac_header>
17951 _ACEOF
17952 if { (ac_try="$ac_cpp conftest.$ac_ext"
17953 case "(($ac_try" in
17954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17955   *) ac_try_echo=$ac_try;;
17956 esac
17957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17958   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17959   ac_status=$?
17960   grep -v '^ *+' conftest.er1 >conftest.err
17961   rm -f conftest.er1
17962   cat conftest.err >&5
17963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17964   (exit $ac_status); } >/dev/null && {
17965          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17966          test ! -s conftest.err
17967        }; then
17968   ac_header_preproc=yes
17969 else
17970   echo "$as_me: failed program was:" >&5
17971 sed 's/^/| /' conftest.$ac_ext >&5
17972
17973   ac_header_preproc=no
17974 fi
17975
17976 rm -f conftest.err conftest.$ac_ext
17977 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17978 echo "${ECHO_T}$ac_header_preproc" >&6; }
17979
17980 # So?  What about this header?
17981 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17982   yes:no: )
17983     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17984 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17985     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17986 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17987     ac_header_preproc=yes
17988     ;;
17989   no:yes:* )
17990     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17991 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17992     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
17993 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
17994     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17995 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17996     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
17997 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
17998     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17999 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18000     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18001 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18002     ( cat <<\_ASBOX
18003 ## --------------------------------------------- ##
18004 ## Report this to <http://www.openldap.org/its/> ##
18005 ## --------------------------------------------- ##
18006 _ASBOX
18007      ) | sed "s/^/$as_me: WARNING:     /" >&2
18008     ;;
18009 esac
18010 { echo "$as_me:$LINENO: checking for $ac_header" >&5
18011 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
18012 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18013   echo $ECHO_N "(cached) $ECHO_C" >&6
18014 else
18015   eval "$as_ac_Header=\$ac_header_preproc"
18016 fi
18017 ac_res=`eval echo '${'$as_ac_Header'}'`
18018                { echo "$as_me:$LINENO: result: $ac_res" >&5
18019 echo "${ECHO_T}$ac_res" >&6; }
18020
18021 fi
18022 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18023   cat >>confdefs.h <<_ACEOF
18024 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18025 _ACEOF
18026
18027 fi
18028
18029 done
18030
18031         if test $ac_cv_header_uuid_uuid_h = yes ; then
18032                 save_LIBS="$LIBS"
18033                 { echo "$as_me:$LINENO: checking for library containing uuid_generate" >&5
18034 echo $ECHO_N "checking for library containing uuid_generate... $ECHO_C" >&6; }
18035 if test "${ac_cv_search_uuid_generate+set}" = set; then
18036   echo $ECHO_N "(cached) $ECHO_C" >&6
18037 else
18038   ac_func_search_save_LIBS=$LIBS
18039 cat >conftest.$ac_ext <<_ACEOF
18040 /* confdefs.h.  */
18041 _ACEOF
18042 cat confdefs.h >>conftest.$ac_ext
18043 cat >>conftest.$ac_ext <<_ACEOF
18044 /* end confdefs.h.  */
18045
18046 /* Override any GCC internal prototype to avoid an error.
18047    Use char because int might match the return type of a GCC
18048    builtin and then its argument prototype would still apply.  */
18049 #ifdef __cplusplus
18050 extern "C"
18051 #endif
18052 char uuid_generate ();
18053 int
18054 main ()
18055 {
18056 return uuid_generate ();
18057   ;
18058   return 0;
18059 }
18060 _ACEOF
18061 for ac_lib in '' uuid; do
18062   if test -z "$ac_lib"; then
18063     ac_res="none required"
18064   else
18065     ac_res=-l$ac_lib
18066     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18067   fi
18068   rm -f conftest.$ac_objext conftest$ac_exeext
18069 if { (ac_try="$ac_link"
18070 case "(($ac_try" in
18071   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18072   *) ac_try_echo=$ac_try;;
18073 esac
18074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18075   (eval "$ac_link") 2>conftest.er1
18076   ac_status=$?
18077   grep -v '^ *+' conftest.er1 >conftest.err
18078   rm -f conftest.er1
18079   cat conftest.err >&5
18080   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18081   (exit $ac_status); } && {
18082          test -z "$ac_c_werror_flag" ||
18083          test ! -s conftest.err
18084        } && test -s conftest$ac_exeext &&
18085        $as_test_x conftest$ac_exeext; then
18086   ac_cv_search_uuid_generate=$ac_res
18087 else
18088   echo "$as_me: failed program was:" >&5
18089 sed 's/^/| /' conftest.$ac_ext >&5
18090
18091
18092 fi
18093
18094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18095       conftest$ac_exeext
18096   if test "${ac_cv_search_uuid_generate+set}" = set; then
18097   break
18098 fi
18099 done
18100 if test "${ac_cv_search_uuid_generate+set}" = set; then
18101   :
18102 else
18103   ac_cv_search_uuid_generate=no
18104 fi
18105 rm conftest.$ac_ext
18106 LIBS=$ac_func_search_save_LIBS
18107 fi
18108 { echo "$as_me:$LINENO: result: $ac_cv_search_uuid_generate" >&5
18109 echo "${ECHO_T}$ac_cv_search_uuid_generate" >&6; }
18110 ac_res=$ac_cv_search_uuid_generate
18111 if test "$ac_res" != no; then
18112   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18113   have_uuid=yes
18114 else
18115   :
18116 fi
18117
18118                 LIBS="$save_LIBS"
18119
18120                 if test $have_uuid = yes ; then
18121
18122 cat >>confdefs.h <<\_ACEOF
18123 #define HAVE_UUID_GENERATE 1
18124 _ACEOF
18125
18126
18127                         test "$ac_cv_search_uuid_generate" = "none required" || \
18128                                 SLAPD_LIBS="$SLAPD_LIBS $ac_cv_search_uuid_generate"
18129                 fi
18130         fi
18131 fi
18132
18133 if test $have_uuid = no ; then
18134         { echo "$as_me:$LINENO: checking to see if -lrpcrt4 is needed for win32 UUID support" >&5
18135 echo $ECHO_N "checking to see if -lrpcrt4 is needed for win32 UUID support... $ECHO_C" >&6; }
18136         save_LIBS="$LIBS"
18137         LIBS="$LIBS -lrpcrt4"
18138         cat >conftest.$ac_ext <<_ACEOF
18139 /* confdefs.h.  */
18140 _ACEOF
18141 cat confdefs.h >>conftest.$ac_ext
18142 cat >>conftest.$ac_ext <<_ACEOF
18143 /* end confdefs.h.  */
18144
18145                 int __stdcall UuidCreate(void *);
18146                 int __stdcall UuidToStringA(void *,void **);
18147
18148 int
18149 main ()
18150 {
18151
18152                 UuidCreate(0);
18153                 UuidToStringA(0,0);
18154
18155   ;
18156   return 0;
18157 }
18158 _ACEOF
18159 rm -f conftest.$ac_objext conftest$ac_exeext
18160 if { (ac_try="$ac_link"
18161 case "(($ac_try" in
18162   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18163   *) ac_try_echo=$ac_try;;
18164 esac
18165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18166   (eval "$ac_link") 2>conftest.er1
18167   ac_status=$?
18168   grep -v '^ *+' conftest.er1 >conftest.err
18169   rm -f conftest.er1
18170   cat conftest.err >&5
18171   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18172   (exit $ac_status); } && {
18173          test -z "$ac_c_werror_flag" ||
18174          test ! -s conftest.err
18175        } && test -s conftest$ac_exeext &&
18176        $as_test_x conftest$ac_exeext; then
18177   need_rpcrt=yes
18178 else
18179   echo "$as_me: failed program was:" >&5
18180 sed 's/^/| /' conftest.$ac_ext >&5
18181
18182         need_rpcrt=no
18183 fi
18184
18185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18186       conftest$ac_exeext conftest.$ac_ext
18187         if test $need_rpcrt = yes; then
18188                 SLAPD_LIBS="$SLAPD_LIBS -lrpcrt4"
18189         fi
18190         LIBS="$save_LIBS"
18191         { echo "$as_me:$LINENO: result: $need_rpcrt" >&5
18192 echo "${ECHO_T}$need_rpcrt" >&6; }
18193 fi
18194
18195 ol_cv_lib_resolver=no
18196 if test $ol_cv_lib_resolver = no ; then
18197         { echo "$as_me:$LINENO: checking for resolver link (default)" >&5
18198 echo $ECHO_N "checking for resolver link (default)... $ECHO_C" >&6; }
18199 if test "${ol_cv_resolver_none+set}" = set; then
18200   echo $ECHO_N "(cached) $ECHO_C" >&6
18201 else
18202
18203         ol_RESOLVER_LIB=
18204         ol_LIBS=$LIBS
18205         LIBS="$ol_RESOLVER_LIB $LIBS"
18206
18207         cat >conftest.$ac_ext <<_ACEOF
18208 /* confdefs.h.  */
18209 _ACEOF
18210 cat confdefs.h >>conftest.$ac_ext
18211 cat >>conftest.$ac_ext <<_ACEOF
18212 /* end confdefs.h.  */
18213
18214 #ifdef HAVE_SYS_TYPES_H
18215 #       include <sys/types.h>
18216 #endif
18217 #include <netinet/in.h>
18218 #ifdef HAVE_ARPA_NAMESER_H
18219 #       include <arpa/nameser.h>
18220 #endif
18221 #ifdef HAVE_RESOLV_H
18222 #       include <resolv.h>
18223 #endif
18224
18225 int
18226 main ()
18227 {
18228 {
18229         int len, status;
18230         char *request = NULL;
18231         unsigned char reply[64*1024];
18232         unsigned char host[64*1024];
18233         unsigned char *p;
18234
18235 #ifdef NS_HFIXEDSZ
18236         /* Bind 8/9 interface */
18237         len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
18238 #else
18239         /* Bind 4 interface */
18240 # ifndef T_SRV
18241 #  define T_SRV 33
18242 # endif
18243         len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
18244 #endif
18245         p = reply;
18246 #ifdef NS_HFIXEDSZ
18247         /* Bind 8/9 interface */
18248         p += NS_HFIXEDSZ;
18249 #elif defined(HFIXEDSZ)
18250         /* Bind 4 interface w/ HFIXEDSZ */
18251         p += HFIXEDSZ;
18252 #else
18253         /* Bind 4 interface w/o HFIXEDSZ */
18254         p += sizeof(HEADER);
18255 #endif
18256         status = dn_expand( reply, reply+len, p, host, sizeof(host));
18257 }
18258   ;
18259   return 0;
18260 }
18261 _ACEOF
18262 rm -f conftest.$ac_objext conftest$ac_exeext
18263 if { (ac_try="$ac_link"
18264 case "(($ac_try" in
18265   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18266   *) ac_try_echo=$ac_try;;
18267 esac
18268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18269   (eval "$ac_link") 2>conftest.er1
18270   ac_status=$?
18271   grep -v '^ *+' conftest.er1 >conftest.err
18272   rm -f conftest.er1
18273   cat conftest.err >&5
18274   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18275   (exit $ac_status); } && {
18276          test -z "$ac_c_werror_flag" ||
18277          test ! -s conftest.err
18278        } && test -s conftest$ac_exeext &&
18279        $as_test_x conftest$ac_exeext; then
18280   ol_cv_resolver_none=yes
18281 else
18282   echo "$as_me: failed program was:" >&5
18283 sed 's/^/| /' conftest.$ac_ext >&5
18284
18285         ol_cv_resolver_none=no
18286 fi
18287
18288 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18289       conftest$ac_exeext conftest.$ac_ext
18290
18291         LIBS="$ol_LIBS"
18292
18293 fi
18294 { echo "$as_me:$LINENO: result: $ol_cv_resolver_none" >&5
18295 echo "${ECHO_T}$ol_cv_resolver_none" >&6; }
18296
18297         if test $ol_cv_resolver_none = yes ; then
18298                 ol_cv_lib_resolver=yes
18299         fi
18300 fi
18301
18302 if test $ol_cv_lib_resolver = no ; then
18303         { echo "$as_me:$LINENO: checking for resolver link (-lresolv)" >&5
18304 echo $ECHO_N "checking for resolver link (-lresolv)... $ECHO_C" >&6; }
18305 if test "${ol_cv_resolver_resolv+set}" = set; then
18306   echo $ECHO_N "(cached) $ECHO_C" >&6
18307 else
18308
18309         ol_RESOLVER_LIB=-lresolv
18310         ol_LIBS=$LIBS
18311         LIBS="$ol_RESOLVER_LIB $LIBS"
18312
18313         cat >conftest.$ac_ext <<_ACEOF
18314 /* confdefs.h.  */
18315 _ACEOF
18316 cat confdefs.h >>conftest.$ac_ext
18317 cat >>conftest.$ac_ext <<_ACEOF
18318 /* end confdefs.h.  */
18319
18320 #ifdef HAVE_SYS_TYPES_H
18321 #       include <sys/types.h>
18322 #endif
18323 #include <netinet/in.h>
18324 #ifdef HAVE_ARPA_NAMESER_H
18325 #       include <arpa/nameser.h>
18326 #endif
18327 #ifdef HAVE_RESOLV_H
18328 #       include <resolv.h>
18329 #endif
18330
18331 int
18332 main ()
18333 {
18334 {
18335         int len, status;
18336         char *request = NULL;
18337         unsigned char reply[64*1024];
18338         unsigned char host[64*1024];
18339         unsigned char *p;
18340
18341 #ifdef NS_HFIXEDSZ
18342         /* Bind 8/9 interface */
18343         len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
18344 #else
18345         /* Bind 4 interface */
18346 # ifndef T_SRV
18347 #  define T_SRV 33
18348 # endif
18349         len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
18350 #endif
18351         p = reply;
18352 #ifdef NS_HFIXEDSZ
18353         /* Bind 8/9 interface */
18354         p += NS_HFIXEDSZ;
18355 #elif defined(HFIXEDSZ)
18356         /* Bind 4 interface w/ HFIXEDSZ */
18357         p += HFIXEDSZ;
18358 #else
18359         /* Bind 4 interface w/o HFIXEDSZ */
18360         p += sizeof(HEADER);
18361 #endif
18362         status = dn_expand( reply, reply+len, p, host, sizeof(host));
18363 }
18364   ;
18365   return 0;
18366 }
18367 _ACEOF
18368 rm -f conftest.$ac_objext conftest$ac_exeext
18369 if { (ac_try="$ac_link"
18370 case "(($ac_try" in
18371   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18372   *) ac_try_echo=$ac_try;;
18373 esac
18374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18375   (eval "$ac_link") 2>conftest.er1
18376   ac_status=$?
18377   grep -v '^ *+' conftest.er1 >conftest.err
18378   rm -f conftest.er1
18379   cat conftest.err >&5
18380   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18381   (exit $ac_status); } && {
18382          test -z "$ac_c_werror_flag" ||
18383          test ! -s conftest.err
18384        } && test -s conftest$ac_exeext &&
18385        $as_test_x conftest$ac_exeext; then
18386   ol_cv_resolver_resolv=yes
18387 else
18388   echo "$as_me: failed program was:" >&5
18389 sed 's/^/| /' conftest.$ac_ext >&5
18390
18391         ol_cv_resolver_resolv=no
18392 fi
18393
18394 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18395       conftest$ac_exeext conftest.$ac_ext
18396
18397         LIBS="$ol_LIBS"
18398
18399 fi
18400 { echo "$as_me:$LINENO: result: $ol_cv_resolver_resolv" >&5
18401 echo "${ECHO_T}$ol_cv_resolver_resolv" >&6; }
18402
18403         if test $ol_cv_resolver_resolv = yes ; then
18404                 ol_cv_lib_resolver=-lresolv
18405         fi
18406 fi
18407
18408 if test $ol_cv_lib_resolver = no ; then
18409         { echo "$as_me:$LINENO: checking for resolver link (-lbind)" >&5
18410 echo $ECHO_N "checking for resolver link (-lbind)... $ECHO_C" >&6; }
18411 if test "${ol_cv_resolver_bind+set}" = set; then
18412   echo $ECHO_N "(cached) $ECHO_C" >&6
18413 else
18414
18415         ol_RESOLVER_LIB=-lbind
18416         ol_LIBS=$LIBS
18417         LIBS="$ol_RESOLVER_LIB $LIBS"
18418
18419         cat >conftest.$ac_ext <<_ACEOF
18420 /* confdefs.h.  */
18421 _ACEOF
18422 cat confdefs.h >>conftest.$ac_ext
18423 cat >>conftest.$ac_ext <<_ACEOF
18424 /* end confdefs.h.  */
18425
18426 #ifdef HAVE_SYS_TYPES_H
18427 #       include <sys/types.h>
18428 #endif
18429 #include <netinet/in.h>
18430 #ifdef HAVE_ARPA_NAMESER_H
18431 #       include <arpa/nameser.h>
18432 #endif
18433 #ifdef HAVE_RESOLV_H
18434 #       include <resolv.h>
18435 #endif
18436
18437 int
18438 main ()
18439 {
18440 {
18441         int len, status;
18442         char *request = NULL;
18443         unsigned char reply[64*1024];
18444         unsigned char host[64*1024];
18445         unsigned char *p;
18446
18447 #ifdef NS_HFIXEDSZ
18448         /* Bind 8/9 interface */
18449         len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
18450 #else
18451         /* Bind 4 interface */
18452 # ifndef T_SRV
18453 #  define T_SRV 33
18454 # endif
18455         len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
18456 #endif
18457         p = reply;
18458 #ifdef NS_HFIXEDSZ
18459         /* Bind 8/9 interface */
18460         p += NS_HFIXEDSZ;
18461 #elif defined(HFIXEDSZ)
18462         /* Bind 4 interface w/ HFIXEDSZ */
18463         p += HFIXEDSZ;
18464 #else
18465         /* Bind 4 interface w/o HFIXEDSZ */
18466         p += sizeof(HEADER);
18467 #endif
18468         status = dn_expand( reply, reply+len, p, host, sizeof(host));
18469 }
18470   ;
18471   return 0;
18472 }
18473 _ACEOF
18474 rm -f conftest.$ac_objext conftest$ac_exeext
18475 if { (ac_try="$ac_link"
18476 case "(($ac_try" in
18477   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18478   *) ac_try_echo=$ac_try;;
18479 esac
18480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18481   (eval "$ac_link") 2>conftest.er1
18482   ac_status=$?
18483   grep -v '^ *+' conftest.er1 >conftest.err
18484   rm -f conftest.er1
18485   cat conftest.err >&5
18486   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18487   (exit $ac_status); } && {
18488          test -z "$ac_c_werror_flag" ||
18489          test ! -s conftest.err
18490        } && test -s conftest$ac_exeext &&
18491        $as_test_x conftest$ac_exeext; then
18492   ol_cv_resolver_bind=yes
18493 else
18494   echo "$as_me: failed program was:" >&5
18495 sed 's/^/| /' conftest.$ac_ext >&5
18496
18497         ol_cv_resolver_bind=no
18498 fi
18499
18500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18501       conftest$ac_exeext conftest.$ac_ext
18502
18503         LIBS="$ol_LIBS"
18504
18505 fi
18506 { echo "$as_me:$LINENO: result: $ol_cv_resolver_bind" >&5
18507 echo "${ECHO_T}$ol_cv_resolver_bind" >&6; }
18508
18509         if test $ol_cv_resolver_bind = yes ; then
18510                 ol_cv_lib_resolver=-lbind
18511         fi
18512 fi
18513
18514
18515
18516 ol_link_dnssrv=no
18517 if test "$ol_cv_lib_resolver" != no ; then
18518
18519 cat >>confdefs.h <<\_ACEOF
18520 #define HAVE_RES_QUERY 1
18521 _ACEOF
18522
18523
18524         if test "$ol_enable_dnssrv" != no ; then
18525                 ol_link_dnssrv=yes
18526         fi
18527
18528         if test "$ol_cv_lib_resolver" != yes ; then
18529                 LIBS="$ol_cv_lib_resolver $LIBS"
18530         fi
18531 fi
18532
18533 if test "$ol_enable_dnssrv" = yes || test "$ol_enable_dnssrv" = mod ; then
18534         if test "$ol_link_dnssrv" = no ; then
18535                 { { echo "$as_me:$LINENO: error: DNSSRV requires res_query()" >&5
18536 echo "$as_me: error: DNSSRV requires res_query()" >&2;}
18537    { (exit 1); exit 1; }; }
18538         fi
18539 else
18540         ol_enable_dnssrv=no
18541 fi
18542
18543
18544 for ac_func in hstrerror
18545 do
18546 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18547 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18548 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18549 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18550   echo $ECHO_N "(cached) $ECHO_C" >&6
18551 else
18552   cat >conftest.$ac_ext <<_ACEOF
18553 /* confdefs.h.  */
18554 _ACEOF
18555 cat confdefs.h >>conftest.$ac_ext
18556 cat >>conftest.$ac_ext <<_ACEOF
18557 /* end confdefs.h.  */
18558 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18559    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18560 #define $ac_func innocuous_$ac_func
18561
18562 /* System header to define __stub macros and hopefully few prototypes,
18563     which can conflict with char $ac_func (); below.
18564     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18565     <limits.h> exists even on freestanding compilers.  */
18566
18567 #ifdef __STDC__
18568 # include <limits.h>
18569 #else
18570 # include <assert.h>
18571 #endif
18572
18573 #undef $ac_func
18574
18575 /* Override any GCC internal prototype to avoid an error.
18576    Use char because int might match the return type of a GCC
18577    builtin and then its argument prototype would still apply.  */
18578 #ifdef __cplusplus
18579 extern "C"
18580 #endif
18581 char $ac_func ();
18582 /* The GNU C library defines this for functions which it implements
18583     to always fail with ENOSYS.  Some functions are actually named
18584     something starting with __ and the normal name is an alias.  */
18585 #if defined __stub_$ac_func || defined __stub___$ac_func
18586 choke me
18587 #endif
18588
18589 int
18590 main ()
18591 {
18592 return $ac_func ();
18593   ;
18594   return 0;
18595 }
18596 _ACEOF
18597 rm -f conftest.$ac_objext conftest$ac_exeext
18598 if { (ac_try="$ac_link"
18599 case "(($ac_try" in
18600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18601   *) ac_try_echo=$ac_try;;
18602 esac
18603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18604   (eval "$ac_link") 2>conftest.er1
18605   ac_status=$?
18606   grep -v '^ *+' conftest.er1 >conftest.err
18607   rm -f conftest.er1
18608   cat conftest.err >&5
18609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18610   (exit $ac_status); } && {
18611          test -z "$ac_c_werror_flag" ||
18612          test ! -s conftest.err
18613        } && test -s conftest$ac_exeext &&
18614        $as_test_x conftest$ac_exeext; then
18615   eval "$as_ac_var=yes"
18616 else
18617   echo "$as_me: failed program was:" >&5
18618 sed 's/^/| /' conftest.$ac_ext >&5
18619
18620         eval "$as_ac_var=no"
18621 fi
18622
18623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18624       conftest$ac_exeext conftest.$ac_ext
18625 fi
18626 ac_res=`eval echo '${'$as_ac_var'}'`
18627                { echo "$as_me:$LINENO: result: $ac_res" >&5
18628 echo "${ECHO_T}$ac_res" >&6; }
18629 if test `eval echo '${'$as_ac_var'}'` = yes; then
18630   cat >>confdefs.h <<_ACEOF
18631 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18632 _ACEOF
18633
18634 fi
18635 done
18636
18637
18638
18639
18640
18641
18642 for ac_func in getaddrinfo getnameinfo gai_strerror inet_ntop
18643 do
18644 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18645 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18646 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18647 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18648   echo $ECHO_N "(cached) $ECHO_C" >&6
18649 else
18650   cat >conftest.$ac_ext <<_ACEOF
18651 /* confdefs.h.  */
18652 _ACEOF
18653 cat confdefs.h >>conftest.$ac_ext
18654 cat >>conftest.$ac_ext <<_ACEOF
18655 /* end confdefs.h.  */
18656 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18657    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18658 #define $ac_func innocuous_$ac_func
18659
18660 /* System header to define __stub macros and hopefully few prototypes,
18661     which can conflict with char $ac_func (); below.
18662     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18663     <limits.h> exists even on freestanding compilers.  */
18664
18665 #ifdef __STDC__
18666 # include <limits.h>
18667 #else
18668 # include <assert.h>
18669 #endif
18670
18671 #undef $ac_func
18672
18673 /* Override any GCC internal prototype to avoid an error.
18674    Use char because int might match the return type of a GCC
18675    builtin and then its argument prototype would still apply.  */
18676 #ifdef __cplusplus
18677 extern "C"
18678 #endif
18679 char $ac_func ();
18680 /* The GNU C library defines this for functions which it implements
18681     to always fail with ENOSYS.  Some functions are actually named
18682     something starting with __ and the normal name is an alias.  */
18683 #if defined __stub_$ac_func || defined __stub___$ac_func
18684 choke me
18685 #endif
18686
18687 int
18688 main ()
18689 {
18690 return $ac_func ();
18691   ;
18692   return 0;
18693 }
18694 _ACEOF
18695 rm -f conftest.$ac_objext conftest$ac_exeext
18696 if { (ac_try="$ac_link"
18697 case "(($ac_try" in
18698   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18699   *) ac_try_echo=$ac_try;;
18700 esac
18701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18702   (eval "$ac_link") 2>conftest.er1
18703   ac_status=$?
18704   grep -v '^ *+' conftest.er1 >conftest.err
18705   rm -f conftest.er1
18706   cat conftest.err >&5
18707   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18708   (exit $ac_status); } && {
18709          test -z "$ac_c_werror_flag" ||
18710          test ! -s conftest.err
18711        } && test -s conftest$ac_exeext &&
18712        $as_test_x conftest$ac_exeext; then
18713   eval "$as_ac_var=yes"
18714 else
18715   echo "$as_me: failed program was:" >&5
18716 sed 's/^/| /' conftest.$ac_ext >&5
18717
18718         eval "$as_ac_var=no"
18719 fi
18720
18721 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18722       conftest$ac_exeext conftest.$ac_ext
18723 fi
18724 ac_res=`eval echo '${'$as_ac_var'}'`
18725                { echo "$as_me:$LINENO: result: $ac_res" >&5
18726 echo "${ECHO_T}$ac_res" >&6; }
18727 if test `eval echo '${'$as_ac_var'}'` = yes; then
18728   cat >>confdefs.h <<_ACEOF
18729 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18730 _ACEOF
18731
18732 fi
18733 done
18734
18735
18736 ol_link_ipv6=no
18737 if test $ac_cv_func_getaddrinfo = no || test $ac_cv_func_inet_ntop = no ; then
18738         if test $ol_enable_ipv6 = yes ; then
18739                 { { echo "$as_me:$LINENO: error: IPv6 support requires getaddrinfo() and inet_ntop()" >&5
18740 echo "$as_me: error: IPv6 support requires getaddrinfo() and inet_ntop()" >&2;}
18741    { (exit 1); exit 1; }; }
18742         fi
18743 elif test $ol_enable_ipv6 != no ; then
18744         { echo "$as_me:$LINENO: checking INET6_ADDRSTRLEN" >&5
18745 echo $ECHO_N "checking INET6_ADDRSTRLEN... $ECHO_C" >&6; }
18746 if test "${ol_cv_inet6_addrstrlen+set}" = set; then
18747   echo $ECHO_N "(cached) $ECHO_C" >&6
18748 else
18749
18750                 cat >conftest.$ac_ext <<_ACEOF
18751 /* confdefs.h.  */
18752 _ACEOF
18753 cat confdefs.h >>conftest.$ac_ext
18754 cat >>conftest.$ac_ext <<_ACEOF
18755 /* end confdefs.h.  */
18756
18757 #                       include <netinet/in.h>
18758 #                       ifdef INET6_ADDRSTRLEN
18759                                 __has_inet6_addrstrlen__;
18760 #                       endif
18761
18762 _ACEOF
18763 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18764   $EGREP "__has_inet6_addrstrlen__" >/dev/null 2>&1; then
18765   ol_cv_inet6_addrstrlen=yes
18766 else
18767   ol_cv_inet6_addrstrlen=no
18768 fi
18769 rm -f conftest*
18770
18771 fi
18772 { echo "$as_me:$LINENO: result: $ol_cv_inet6_addrstrlen" >&5
18773 echo "${ECHO_T}$ol_cv_inet6_addrstrlen" >&6; }
18774
18775
18776         { echo "$as_me:$LINENO: checking struct sockaddr_storage" >&5
18777 echo $ECHO_N "checking struct sockaddr_storage... $ECHO_C" >&6; }
18778 if test "${ol_cv_struct_sockaddr_storage+set}" = set; then
18779   echo $ECHO_N "(cached) $ECHO_C" >&6
18780 else
18781
18782                 cat >conftest.$ac_ext <<_ACEOF
18783 /* confdefs.h.  */
18784 _ACEOF
18785 cat confdefs.h >>conftest.$ac_ext
18786 cat >>conftest.$ac_ext <<_ACEOF
18787 /* end confdefs.h.  */
18788
18789 #include <sys/types.h>
18790 #include <sys/socket.h>
18791
18792 int
18793 main ()
18794 {
18795
18796                         struct sockaddr_storage ss;
18797
18798   ;
18799   return 0;
18800 }
18801 _ACEOF
18802 rm -f conftest.$ac_objext
18803 if { (ac_try="$ac_compile"
18804 case "(($ac_try" in
18805   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18806   *) ac_try_echo=$ac_try;;
18807 esac
18808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18809   (eval "$ac_compile") 2>conftest.er1
18810   ac_status=$?
18811   grep -v '^ *+' conftest.er1 >conftest.err
18812   rm -f conftest.er1
18813   cat conftest.err >&5
18814   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18815   (exit $ac_status); } && {
18816          test -z "$ac_c_werror_flag" ||
18817          test ! -s conftest.err
18818        } && test -s conftest.$ac_objext; then
18819   ol_cv_struct_sockaddr_storage=yes
18820 else
18821   echo "$as_me: failed program was:" >&5
18822 sed 's/^/| /' conftest.$ac_ext >&5
18823
18824         ol_cv_struct_sockaddr_storage=no
18825 fi
18826
18827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18828 fi
18829 { echo "$as_me:$LINENO: result: $ol_cv_struct_sockaddr_storage" >&5
18830 echo "${ECHO_T}$ol_cv_struct_sockaddr_storage" >&6; }
18831
18832         if test $ol_cv_inet6_addrstrlen = yes &&
18833            test $ol_cv_struct_sockaddr_storage = yes ; then
18834                 ol_link_ipv6=yes
18835         elif test $ol_enable_ipv6 = yes &&
18836              test $ol_cv_inet6_addrstrlen = no ; then
18837                 { { echo "$as_me:$LINENO: error: IPv6 support requires INET6_ADDRSTRLEN" >&5
18838 echo "$as_me: error: IPv6 support requires INET6_ADDRSTRLEN" >&2;}
18839    { (exit 1); exit 1; }; }
18840         elif test $ol_enable_ipv6 = yes &&
18841              test $ol_cv_struct_sockaddr_storage = no ; then
18842                 { { echo "$as_me:$LINENO: error: IPv6 support requires struct sockaddr_storage" >&5
18843 echo "$as_me: error: IPv6 support requires struct sockaddr_storage" >&2;}
18844    { (exit 1); exit 1; }; }
18845         fi
18846 fi
18847
18848 if test $ol_enable_local != no ; then
18849
18850 for ac_header in sys/un.h
18851 do
18852 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18853 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18854   { echo "$as_me:$LINENO: checking for $ac_header" >&5
18855 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
18856 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18857   echo $ECHO_N "(cached) $ECHO_C" >&6
18858 fi
18859 ac_res=`eval echo '${'$as_ac_Header'}'`
18860                { echo "$as_me:$LINENO: result: $ac_res" >&5
18861 echo "${ECHO_T}$ac_res" >&6; }
18862 else
18863   # Is the header compilable?
18864 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
18865 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
18866 cat >conftest.$ac_ext <<_ACEOF
18867 /* confdefs.h.  */
18868 _ACEOF
18869 cat confdefs.h >>conftest.$ac_ext
18870 cat >>conftest.$ac_ext <<_ACEOF
18871 /* end confdefs.h.  */
18872 $ac_includes_default
18873 #include <$ac_header>
18874 _ACEOF
18875 rm -f conftest.$ac_objext
18876 if { (ac_try="$ac_compile"
18877 case "(($ac_try" in
18878   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18879   *) ac_try_echo=$ac_try;;
18880 esac
18881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18882   (eval "$ac_compile") 2>conftest.er1
18883   ac_status=$?
18884   grep -v '^ *+' conftest.er1 >conftest.err
18885   rm -f conftest.er1
18886   cat conftest.err >&5
18887   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18888   (exit $ac_status); } && {
18889          test -z "$ac_c_werror_flag" ||
18890          test ! -s conftest.err
18891        } && test -s conftest.$ac_objext; then
18892   ac_header_compiler=yes
18893 else
18894   echo "$as_me: failed program was:" >&5
18895 sed 's/^/| /' conftest.$ac_ext >&5
18896
18897         ac_header_compiler=no
18898 fi
18899
18900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18901 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18902 echo "${ECHO_T}$ac_header_compiler" >&6; }
18903
18904 # Is the header present?
18905 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
18906 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
18907 cat >conftest.$ac_ext <<_ACEOF
18908 /* confdefs.h.  */
18909 _ACEOF
18910 cat confdefs.h >>conftest.$ac_ext
18911 cat >>conftest.$ac_ext <<_ACEOF
18912 /* end confdefs.h.  */
18913 #include <$ac_header>
18914 _ACEOF
18915 if { (ac_try="$ac_cpp conftest.$ac_ext"
18916 case "(($ac_try" in
18917   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18918   *) ac_try_echo=$ac_try;;
18919 esac
18920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18921   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18922   ac_status=$?
18923   grep -v '^ *+' conftest.er1 >conftest.err
18924   rm -f conftest.er1
18925   cat conftest.err >&5
18926   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18927   (exit $ac_status); } >/dev/null && {
18928          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18929          test ! -s conftest.err
18930        }; then
18931   ac_header_preproc=yes
18932 else
18933   echo "$as_me: failed program was:" >&5
18934 sed 's/^/| /' conftest.$ac_ext >&5
18935
18936   ac_header_preproc=no
18937 fi
18938
18939 rm -f conftest.err conftest.$ac_ext
18940 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18941 echo "${ECHO_T}$ac_header_preproc" >&6; }
18942
18943 # So?  What about this header?
18944 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18945   yes:no: )
18946     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18947 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18948     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18949 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18950     ac_header_preproc=yes
18951     ;;
18952   no:yes:* )
18953     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18954 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18955     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
18956 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
18957     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18958 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18959     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
18960 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
18961     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18962 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18963     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18964 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18965     ( cat <<\_ASBOX
18966 ## --------------------------------------------- ##
18967 ## Report this to <http://www.openldap.org/its/> ##
18968 ## --------------------------------------------- ##
18969 _ASBOX
18970      ) | sed "s/^/$as_me: WARNING:     /" >&2
18971     ;;
18972 esac
18973 { echo "$as_me:$LINENO: checking for $ac_header" >&5
18974 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
18975 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18976   echo $ECHO_N "(cached) $ECHO_C" >&6
18977 else
18978   eval "$as_ac_Header=\$ac_header_preproc"
18979 fi
18980 ac_res=`eval echo '${'$as_ac_Header'}'`
18981                { echo "$as_me:$LINENO: result: $ac_res" >&5
18982 echo "${ECHO_T}$ac_res" >&6; }
18983
18984 fi
18985 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18986   cat >>confdefs.h <<_ACEOF
18987 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18988 _ACEOF
18989
18990 fi
18991
18992 done
18993
18994
18995         if test $ol_enable_local = auto ; then
18996                 ol_enable_local=$ac_cv_header_sys_un_h
18997         elif test $ac_cv_header_sys_un_h = no ; then
18998                 { { echo "$as_me:$LINENO: error: AF_LOCAL domain support requires sys/un.h" >&5
18999 echo "$as_me: error: AF_LOCAL domain support requires sys/un.h" >&2;}
19000    { (exit 1); exit 1; }; }
19001         fi
19002 fi
19003
19004 ol_link_gssapi=no
19005
19006 case $ol_with_gssapi in yes | auto)
19007
19008         ol_header_gssapi=no
19009
19010 for ac_header in gssapi/gssapi.h
19011 do
19012 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19013 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19014   { echo "$as_me:$LINENO: checking for $ac_header" >&5
19015 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19016 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19017   echo $ECHO_N "(cached) $ECHO_C" >&6
19018 fi
19019 ac_res=`eval echo '${'$as_ac_Header'}'`
19020                { echo "$as_me:$LINENO: result: $ac_res" >&5
19021 echo "${ECHO_T}$ac_res" >&6; }
19022 else
19023   # Is the header compilable?
19024 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
19025 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
19026 cat >conftest.$ac_ext <<_ACEOF
19027 /* confdefs.h.  */
19028 _ACEOF
19029 cat confdefs.h >>conftest.$ac_ext
19030 cat >>conftest.$ac_ext <<_ACEOF
19031 /* end confdefs.h.  */
19032 $ac_includes_default
19033 #include <$ac_header>
19034 _ACEOF
19035 rm -f conftest.$ac_objext
19036 if { (ac_try="$ac_compile"
19037 case "(($ac_try" in
19038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19039   *) ac_try_echo=$ac_try;;
19040 esac
19041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19042   (eval "$ac_compile") 2>conftest.er1
19043   ac_status=$?
19044   grep -v '^ *+' conftest.er1 >conftest.err
19045   rm -f conftest.er1
19046   cat conftest.err >&5
19047   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19048   (exit $ac_status); } && {
19049          test -z "$ac_c_werror_flag" ||
19050          test ! -s conftest.err
19051        } && test -s conftest.$ac_objext; then
19052   ac_header_compiler=yes
19053 else
19054   echo "$as_me: failed program was:" >&5
19055 sed 's/^/| /' conftest.$ac_ext >&5
19056
19057         ac_header_compiler=no
19058 fi
19059
19060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19061 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19062 echo "${ECHO_T}$ac_header_compiler" >&6; }
19063
19064 # Is the header present?
19065 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
19066 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
19067 cat >conftest.$ac_ext <<_ACEOF
19068 /* confdefs.h.  */
19069 _ACEOF
19070 cat confdefs.h >>conftest.$ac_ext
19071 cat >>conftest.$ac_ext <<_ACEOF
19072 /* end confdefs.h.  */
19073 #include <$ac_header>
19074 _ACEOF
19075 if { (ac_try="$ac_cpp conftest.$ac_ext"
19076 case "(($ac_try" in
19077   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19078   *) ac_try_echo=$ac_try;;
19079 esac
19080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19081   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19082   ac_status=$?
19083   grep -v '^ *+' conftest.er1 >conftest.err
19084   rm -f conftest.er1
19085   cat conftest.err >&5
19086   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19087   (exit $ac_status); } >/dev/null && {
19088          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
19089          test ! -s conftest.err
19090        }; then
19091   ac_header_preproc=yes
19092 else
19093   echo "$as_me: failed program was:" >&5
19094 sed 's/^/| /' conftest.$ac_ext >&5
19095
19096   ac_header_preproc=no
19097 fi
19098
19099 rm -f conftest.err conftest.$ac_ext
19100 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19101 echo "${ECHO_T}$ac_header_preproc" >&6; }
19102
19103 # So?  What about this header?
19104 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19105   yes:no: )
19106     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19107 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19108     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
19109 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
19110     ac_header_preproc=yes
19111     ;;
19112   no:yes:* )
19113     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19114 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19115     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
19116 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
19117     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19118 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19119     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
19120 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
19121     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19122 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19123     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19124 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19125     ( cat <<\_ASBOX
19126 ## --------------------------------------------- ##
19127 ## Report this to <http://www.openldap.org/its/> ##
19128 ## --------------------------------------------- ##
19129 _ASBOX
19130      ) | sed "s/^/$as_me: WARNING:     /" >&2
19131     ;;
19132 esac
19133 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19134 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19135 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19136   echo $ECHO_N "(cached) $ECHO_C" >&6
19137 else
19138   eval "$as_ac_Header=\$ac_header_preproc"
19139 fi
19140 ac_res=`eval echo '${'$as_ac_Header'}'`
19141                { echo "$as_me:$LINENO: result: $ac_res" >&5
19142 echo "${ECHO_T}$ac_res" >&6; }
19143
19144 fi
19145 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19146   cat >>confdefs.h <<_ACEOF
19147 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19148 _ACEOF
19149
19150 fi
19151
19152 done
19153
19154         if test $ac_cv_header_gssapi_gssapi_h = yes ; then
19155                 ol_header_gssapi=yes
19156         else
19157
19158 for ac_header in gssapi.h
19159 do
19160 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19161 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19162   { echo "$as_me:$LINENO: checking for $ac_header" >&5
19163 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19164 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19165   echo $ECHO_N "(cached) $ECHO_C" >&6
19166 fi
19167 ac_res=`eval echo '${'$as_ac_Header'}'`
19168                { echo "$as_me:$LINENO: result: $ac_res" >&5
19169 echo "${ECHO_T}$ac_res" >&6; }
19170 else
19171   # Is the header compilable?
19172 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
19173 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
19174 cat >conftest.$ac_ext <<_ACEOF
19175 /* confdefs.h.  */
19176 _ACEOF
19177 cat confdefs.h >>conftest.$ac_ext
19178 cat >>conftest.$ac_ext <<_ACEOF
19179 /* end confdefs.h.  */
19180 $ac_includes_default
19181 #include <$ac_header>
19182 _ACEOF
19183 rm -f conftest.$ac_objext
19184 if { (ac_try="$ac_compile"
19185 case "(($ac_try" in
19186   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19187   *) ac_try_echo=$ac_try;;
19188 esac
19189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19190   (eval "$ac_compile") 2>conftest.er1
19191   ac_status=$?
19192   grep -v '^ *+' conftest.er1 >conftest.err
19193   rm -f conftest.er1
19194   cat conftest.err >&5
19195   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19196   (exit $ac_status); } && {
19197          test -z "$ac_c_werror_flag" ||
19198          test ! -s conftest.err
19199        } && test -s conftest.$ac_objext; then
19200   ac_header_compiler=yes
19201 else
19202   echo "$as_me: failed program was:" >&5
19203 sed 's/^/| /' conftest.$ac_ext >&5
19204
19205         ac_header_compiler=no
19206 fi
19207
19208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19209 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19210 echo "${ECHO_T}$ac_header_compiler" >&6; }
19211
19212 # Is the header present?
19213 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
19214 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
19215 cat >conftest.$ac_ext <<_ACEOF
19216 /* confdefs.h.  */
19217 _ACEOF
19218 cat confdefs.h >>conftest.$ac_ext
19219 cat >>conftest.$ac_ext <<_ACEOF
19220 /* end confdefs.h.  */
19221 #include <$ac_header>
19222 _ACEOF
19223 if { (ac_try="$ac_cpp conftest.$ac_ext"
19224 case "(($ac_try" in
19225   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19226   *) ac_try_echo=$ac_try;;
19227 esac
19228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19229   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19230   ac_status=$?
19231   grep -v '^ *+' conftest.er1 >conftest.err
19232   rm -f conftest.er1
19233   cat conftest.err >&5
19234   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19235   (exit $ac_status); } >/dev/null && {
19236          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
19237          test ! -s conftest.err
19238        }; then
19239   ac_header_preproc=yes
19240 else
19241   echo "$as_me: failed program was:" >&5
19242 sed 's/^/| /' conftest.$ac_ext >&5
19243
19244   ac_header_preproc=no
19245 fi
19246
19247 rm -f conftest.err conftest.$ac_ext
19248 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19249 echo "${ECHO_T}$ac_header_preproc" >&6; }
19250
19251 # So?  What about this header?
19252 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19253   yes:no: )
19254     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19255 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19256     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
19257 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
19258     ac_header_preproc=yes
19259     ;;
19260   no:yes:* )
19261     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19262 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19263     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
19264 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
19265     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19266 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19267     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
19268 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
19269     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19270 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19271     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19272 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19273     ( cat <<\_ASBOX
19274 ## --------------------------------------------- ##
19275 ## Report this to <http://www.openldap.org/its/> ##
19276 ## --------------------------------------------- ##
19277 _ASBOX
19278      ) | sed "s/^/$as_me: WARNING:     /" >&2
19279     ;;
19280 esac
19281 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19282 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19283 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19284   echo $ECHO_N "(cached) $ECHO_C" >&6
19285 else
19286   eval "$as_ac_Header=\$ac_header_preproc"
19287 fi
19288 ac_res=`eval echo '${'$as_ac_Header'}'`
19289                { echo "$as_me:$LINENO: result: $ac_res" >&5
19290 echo "${ECHO_T}$ac_res" >&6; }
19291
19292 fi
19293 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19294   cat >>confdefs.h <<_ACEOF
19295 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19296 _ACEOF
19297
19298 fi
19299
19300 done
19301
19302                 if test $ac_cv_header_gssapi_h = yes ; then
19303                         ol_header_gssapi=yes
19304                 fi
19305
19306                                                                 saveLIBS="$LIBS"
19307                 LIBS="$LIBS $GSSAPI_LIBS"
19308
19309 for ac_func in gss_oid_to_str
19310 do
19311 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19312 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19313 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19314 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19315   echo $ECHO_N "(cached) $ECHO_C" >&6
19316 else
19317   cat >conftest.$ac_ext <<_ACEOF
19318 /* confdefs.h.  */
19319 _ACEOF
19320 cat confdefs.h >>conftest.$ac_ext
19321 cat >>conftest.$ac_ext <<_ACEOF
19322 /* end confdefs.h.  */
19323 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19324    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19325 #define $ac_func innocuous_$ac_func
19326
19327 /* System header to define __stub macros and hopefully few prototypes,
19328     which can conflict with char $ac_func (); below.
19329     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19330     <limits.h> exists even on freestanding compilers.  */
19331
19332 #ifdef __STDC__
19333 # include <limits.h>
19334 #else
19335 # include <assert.h>
19336 #endif
19337
19338 #undef $ac_func
19339
19340 /* Override any GCC internal prototype to avoid an error.
19341    Use char because int might match the return type of a GCC
19342    builtin and then its argument prototype would still apply.  */
19343 #ifdef __cplusplus
19344 extern "C"
19345 #endif
19346 char $ac_func ();
19347 /* The GNU C library defines this for functions which it implements
19348     to always fail with ENOSYS.  Some functions are actually named
19349     something starting with __ and the normal name is an alias.  */
19350 #if defined __stub_$ac_func || defined __stub___$ac_func
19351 choke me
19352 #endif
19353
19354 int
19355 main ()
19356 {
19357 return $ac_func ();
19358   ;
19359   return 0;
19360 }
19361 _ACEOF
19362 rm -f conftest.$ac_objext conftest$ac_exeext
19363 if { (ac_try="$ac_link"
19364 case "(($ac_try" in
19365   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19366   *) ac_try_echo=$ac_try;;
19367 esac
19368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19369   (eval "$ac_link") 2>conftest.er1
19370   ac_status=$?
19371   grep -v '^ *+' conftest.er1 >conftest.err
19372   rm -f conftest.er1
19373   cat conftest.err >&5
19374   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19375   (exit $ac_status); } && {
19376          test -z "$ac_c_werror_flag" ||
19377          test ! -s conftest.err
19378        } && test -s conftest$ac_exeext &&
19379        $as_test_x conftest$ac_exeext; then
19380   eval "$as_ac_var=yes"
19381 else
19382   echo "$as_me: failed program was:" >&5
19383 sed 's/^/| /' conftest.$ac_ext >&5
19384
19385         eval "$as_ac_var=no"
19386 fi
19387
19388 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19389       conftest$ac_exeext conftest.$ac_ext
19390 fi
19391 ac_res=`eval echo '${'$as_ac_var'}'`
19392                { echo "$as_me:$LINENO: result: $ac_res" >&5
19393 echo "${ECHO_T}$ac_res" >&6; }
19394 if test `eval echo '${'$as_ac_var'}'` = yes; then
19395   cat >>confdefs.h <<_ACEOF
19396 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19397 _ACEOF
19398
19399 fi
19400 done
19401
19402                 LIBS="$saveLIBS"
19403         fi
19404
19405         if test $ol_header_gssapi = yes ; then
19406                                                 { echo "$as_me:$LINENO: checking for gss_wrap in -lgssapi" >&5
19407 echo $ECHO_N "checking for gss_wrap in -lgssapi... $ECHO_C" >&6; }
19408 if test "${ac_cv_lib_gssapi_gss_wrap+set}" = set; then
19409   echo $ECHO_N "(cached) $ECHO_C" >&6
19410 else
19411   ac_check_lib_save_LIBS=$LIBS
19412 LIBS="-lgssapi  $LIBS"
19413 cat >conftest.$ac_ext <<_ACEOF
19414 /* confdefs.h.  */
19415 _ACEOF
19416 cat confdefs.h >>conftest.$ac_ext
19417 cat >>conftest.$ac_ext <<_ACEOF
19418 /* end confdefs.h.  */
19419
19420 /* Override any GCC internal prototype to avoid an error.
19421    Use char because int might match the return type of a GCC
19422    builtin and then its argument prototype would still apply.  */
19423 #ifdef __cplusplus
19424 extern "C"
19425 #endif
19426 char gss_wrap ();
19427 int
19428 main ()
19429 {
19430 return gss_wrap ();
19431   ;
19432   return 0;
19433 }
19434 _ACEOF
19435 rm -f conftest.$ac_objext conftest$ac_exeext
19436 if { (ac_try="$ac_link"
19437 case "(($ac_try" in
19438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19439   *) ac_try_echo=$ac_try;;
19440 esac
19441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19442   (eval "$ac_link") 2>conftest.er1
19443   ac_status=$?
19444   grep -v '^ *+' conftest.er1 >conftest.err
19445   rm -f conftest.er1
19446   cat conftest.err >&5
19447   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19448   (exit $ac_status); } && {
19449          test -z "$ac_c_werror_flag" ||
19450          test ! -s conftest.err
19451        } && test -s conftest$ac_exeext &&
19452        $as_test_x conftest$ac_exeext; then
19453   ac_cv_lib_gssapi_gss_wrap=yes
19454 else
19455   echo "$as_me: failed program was:" >&5
19456 sed 's/^/| /' conftest.$ac_ext >&5
19457
19458         ac_cv_lib_gssapi_gss_wrap=no
19459 fi
19460
19461 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19462       conftest$ac_exeext conftest.$ac_ext
19463 LIBS=$ac_check_lib_save_LIBS
19464 fi
19465 { echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_gss_wrap" >&5
19466 echo "${ECHO_T}$ac_cv_lib_gssapi_gss_wrap" >&6; }
19467 if test $ac_cv_lib_gssapi_gss_wrap = yes; then
19468   ol_link_gssapi=yes;GSSAPI_LIBS="-lgssapi"
19469 else
19470   ol_link_gssapi=no
19471 fi
19472
19473                 if test $ol_link_gssapi != yes ; then
19474                         { echo "$as_me:$LINENO: checking for gss_wrap in -lgssapi_krb5" >&5
19475 echo $ECHO_N "checking for gss_wrap in -lgssapi_krb5... $ECHO_C" >&6; }
19476 if test "${ac_cv_lib_gssapi_krb5_gss_wrap+set}" = set; then
19477   echo $ECHO_N "(cached) $ECHO_C" >&6
19478 else
19479   ac_check_lib_save_LIBS=$LIBS
19480 LIBS="-lgssapi_krb5  $LIBS"
19481 cat >conftest.$ac_ext <<_ACEOF
19482 /* confdefs.h.  */
19483 _ACEOF
19484 cat confdefs.h >>conftest.$ac_ext
19485 cat >>conftest.$ac_ext <<_ACEOF
19486 /* end confdefs.h.  */
19487
19488 /* Override any GCC internal prototype to avoid an error.
19489    Use char because int might match the return type of a GCC
19490    builtin and then its argument prototype would still apply.  */
19491 #ifdef __cplusplus
19492 extern "C"
19493 #endif
19494 char gss_wrap ();
19495 int
19496 main ()
19497 {
19498 return gss_wrap ();
19499   ;
19500   return 0;
19501 }
19502 _ACEOF
19503 rm -f conftest.$ac_objext conftest$ac_exeext
19504 if { (ac_try="$ac_link"
19505 case "(($ac_try" in
19506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19507   *) ac_try_echo=$ac_try;;
19508 esac
19509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19510   (eval "$ac_link") 2>conftest.er1
19511   ac_status=$?
19512   grep -v '^ *+' conftest.er1 >conftest.err
19513   rm -f conftest.er1
19514   cat conftest.err >&5
19515   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19516   (exit $ac_status); } && {
19517          test -z "$ac_c_werror_flag" ||
19518          test ! -s conftest.err
19519        } && test -s conftest$ac_exeext &&
19520        $as_test_x conftest$ac_exeext; then
19521   ac_cv_lib_gssapi_krb5_gss_wrap=yes
19522 else
19523   echo "$as_me: failed program was:" >&5
19524 sed 's/^/| /' conftest.$ac_ext >&5
19525
19526         ac_cv_lib_gssapi_krb5_gss_wrap=no
19527 fi
19528
19529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19530       conftest$ac_exeext conftest.$ac_ext
19531 LIBS=$ac_check_lib_save_LIBS
19532 fi
19533 { echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_krb5_gss_wrap" >&5
19534 echo "${ECHO_T}$ac_cv_lib_gssapi_krb5_gss_wrap" >&6; }
19535 if test $ac_cv_lib_gssapi_krb5_gss_wrap = yes; then
19536   ol_link_gssapi=yes;GSSAPI_LIBS="-lgssapi_krb5"
19537 else
19538   ol_link_gssapi=no
19539 fi
19540
19541                 fi
19542         fi
19543
19544         ;;
19545 esac
19546
19547 WITH_GSSAPI=no
19548 if test $ol_link_gssapi = yes; then
19549
19550 cat >>confdefs.h <<\_ACEOF
19551 #define HAVE_GSSAPI 1
19552 _ACEOF
19553
19554         WITH_GSSAPI=yes
19555 elif test $ol_with_gssapi = auto ; then
19556         { echo "$as_me:$LINENO: WARNING: Could not locate GSSAPI package" >&5
19557 echo "$as_me: WARNING: Could not locate GSSAPI package" >&2;}
19558         { echo "$as_me:$LINENO: WARNING: GSSAPI authentication not supported!" >&5
19559 echo "$as_me: WARNING: GSSAPI authentication not supported!" >&2;}
19560 elif test $ol_with_gssapi = yes ; then
19561         { { echo "$as_me:$LINENO: error: GSSAPI detection failed" >&5
19562 echo "$as_me: error: GSSAPI detection failed" >&2;}
19563    { (exit 1); exit 1; }; }
19564 fi
19565
19566
19567 if test $ol_with_tls = yes ; then
19568         ol_with_tls=auto
19569 fi
19570
19571 ol_link_tls=no
19572 if test $ol_with_tls = openssl || test $ol_with_tls = auto ; then
19573
19574 for ac_header in openssl/ssl.h
19575 do
19576 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19577 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19578   { echo "$as_me:$LINENO: checking for $ac_header" >&5
19579 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19580 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19581   echo $ECHO_N "(cached) $ECHO_C" >&6
19582 fi
19583 ac_res=`eval echo '${'$as_ac_Header'}'`
19584                { echo "$as_me:$LINENO: result: $ac_res" >&5
19585 echo "${ECHO_T}$ac_res" >&6; }
19586 else
19587   # Is the header compilable?
19588 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
19589 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
19590 cat >conftest.$ac_ext <<_ACEOF
19591 /* confdefs.h.  */
19592 _ACEOF
19593 cat confdefs.h >>conftest.$ac_ext
19594 cat >>conftest.$ac_ext <<_ACEOF
19595 /* end confdefs.h.  */
19596 $ac_includes_default
19597 #include <$ac_header>
19598 _ACEOF
19599 rm -f conftest.$ac_objext
19600 if { (ac_try="$ac_compile"
19601 case "(($ac_try" in
19602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19603   *) ac_try_echo=$ac_try;;
19604 esac
19605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19606   (eval "$ac_compile") 2>conftest.er1
19607   ac_status=$?
19608   grep -v '^ *+' conftest.er1 >conftest.err
19609   rm -f conftest.er1
19610   cat conftest.err >&5
19611   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19612   (exit $ac_status); } && {
19613          test -z "$ac_c_werror_flag" ||
19614          test ! -s conftest.err
19615        } && test -s conftest.$ac_objext; then
19616   ac_header_compiler=yes
19617 else
19618   echo "$as_me: failed program was:" >&5
19619 sed 's/^/| /' conftest.$ac_ext >&5
19620
19621         ac_header_compiler=no
19622 fi
19623
19624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19625 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19626 echo "${ECHO_T}$ac_header_compiler" >&6; }
19627
19628 # Is the header present?
19629 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
19630 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
19631 cat >conftest.$ac_ext <<_ACEOF
19632 /* confdefs.h.  */
19633 _ACEOF
19634 cat confdefs.h >>conftest.$ac_ext
19635 cat >>conftest.$ac_ext <<_ACEOF
19636 /* end confdefs.h.  */
19637 #include <$ac_header>
19638 _ACEOF
19639 if { (ac_try="$ac_cpp conftest.$ac_ext"
19640 case "(($ac_try" in
19641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19642   *) ac_try_echo=$ac_try;;
19643 esac
19644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19645   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19646   ac_status=$?
19647   grep -v '^ *+' conftest.er1 >conftest.err
19648   rm -f conftest.er1
19649   cat conftest.err >&5
19650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19651   (exit $ac_status); } >/dev/null && {
19652          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
19653          test ! -s conftest.err
19654        }; then
19655   ac_header_preproc=yes
19656 else
19657   echo "$as_me: failed program was:" >&5
19658 sed 's/^/| /' conftest.$ac_ext >&5
19659
19660   ac_header_preproc=no
19661 fi
19662
19663 rm -f conftest.err conftest.$ac_ext
19664 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19665 echo "${ECHO_T}$ac_header_preproc" >&6; }
19666
19667 # So?  What about this header?
19668 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19669   yes:no: )
19670     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19671 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19672     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
19673 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
19674     ac_header_preproc=yes
19675     ;;
19676   no:yes:* )
19677     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19678 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19679     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
19680 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
19681     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19682 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19683     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
19684 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
19685     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19686 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19687     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19688 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19689     ( cat <<\_ASBOX
19690 ## --------------------------------------------- ##
19691 ## Report this to <http://www.openldap.org/its/> ##
19692 ## --------------------------------------------- ##
19693 _ASBOX
19694      ) | sed "s/^/$as_me: WARNING:     /" >&2
19695     ;;
19696 esac
19697 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19698 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19699 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19700   echo $ECHO_N "(cached) $ECHO_C" >&6
19701 else
19702   eval "$as_ac_Header=\$ac_header_preproc"
19703 fi
19704 ac_res=`eval echo '${'$as_ac_Header'}'`
19705                { echo "$as_me:$LINENO: result: $ac_res" >&5
19706 echo "${ECHO_T}$ac_res" >&6; }
19707
19708 fi
19709 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19710   cat >>confdefs.h <<_ACEOF
19711 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19712 _ACEOF
19713
19714 fi
19715
19716 done
19717
19718
19719         if test $ac_cv_header_openssl_ssl_h = yes ; then
19720                 { echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&5
19721 echo $ECHO_N "checking for SSL_library_init in -lssl... $ECHO_C" >&6; }
19722 if test "${ac_cv_lib_ssl_SSL_library_init+set}" = set; then
19723   echo $ECHO_N "(cached) $ECHO_C" >&6
19724 else
19725   ac_check_lib_save_LIBS=$LIBS
19726 LIBS="-lssl -lcrypto $LIBS"
19727 cat >conftest.$ac_ext <<_ACEOF
19728 /* confdefs.h.  */
19729 _ACEOF
19730 cat confdefs.h >>conftest.$ac_ext
19731 cat >>conftest.$ac_ext <<_ACEOF
19732 /* end confdefs.h.  */
19733
19734 /* Override any GCC internal prototype to avoid an error.
19735    Use char because int might match the return type of a GCC
19736    builtin and then its argument prototype would still apply.  */
19737 #ifdef __cplusplus
19738 extern "C"
19739 #endif
19740 char SSL_library_init ();
19741 int
19742 main ()
19743 {
19744 return SSL_library_init ();
19745   ;
19746   return 0;
19747 }
19748 _ACEOF
19749 rm -f conftest.$ac_objext conftest$ac_exeext
19750 if { (ac_try="$ac_link"
19751 case "(($ac_try" in
19752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19753   *) ac_try_echo=$ac_try;;
19754 esac
19755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19756   (eval "$ac_link") 2>conftest.er1
19757   ac_status=$?
19758   grep -v '^ *+' conftest.er1 >conftest.err
19759   rm -f conftest.er1
19760   cat conftest.err >&5
19761   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19762   (exit $ac_status); } && {
19763          test -z "$ac_c_werror_flag" ||
19764          test ! -s conftest.err
19765        } && test -s conftest$ac_exeext &&
19766        $as_test_x conftest$ac_exeext; then
19767   ac_cv_lib_ssl_SSL_library_init=yes
19768 else
19769   echo "$as_me: failed program was:" >&5
19770 sed 's/^/| /' conftest.$ac_ext >&5
19771
19772         ac_cv_lib_ssl_SSL_library_init=no
19773 fi
19774
19775 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19776       conftest$ac_exeext conftest.$ac_ext
19777 LIBS=$ac_check_lib_save_LIBS
19778 fi
19779 { echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_library_init" >&5
19780 echo "${ECHO_T}$ac_cv_lib_ssl_SSL_library_init" >&6; }
19781 if test $ac_cv_lib_ssl_SSL_library_init = yes; then
19782   have_openssl=yes
19783                         need_rsaref=no
19784 else
19785   have_openssl=no
19786 fi
19787
19788
19789                 if test $have_openssl = no ; then
19790                         { echo "$as_me:$LINENO: checking for ssl3_accept in -lssl" >&5
19791 echo $ECHO_N "checking for ssl3_accept in -lssl... $ECHO_C" >&6; }
19792 if test "${ac_cv_lib_ssl_ssl3_accept+set}" = set; then
19793   echo $ECHO_N "(cached) $ECHO_C" >&6
19794 else
19795   ac_check_lib_save_LIBS=$LIBS
19796 LIBS="-lssl -lcrypto -lRSAglue -lrsaref $LIBS"
19797 cat >conftest.$ac_ext <<_ACEOF
19798 /* confdefs.h.  */
19799 _ACEOF
19800 cat confdefs.h >>conftest.$ac_ext
19801 cat >>conftest.$ac_ext <<_ACEOF
19802 /* end confdefs.h.  */
19803
19804 /* Override any GCC internal prototype to avoid an error.
19805    Use char because int might match the return type of a GCC
19806    builtin and then its argument prototype would still apply.  */
19807 #ifdef __cplusplus
19808 extern "C"
19809 #endif
19810 char ssl3_accept ();
19811 int
19812 main ()
19813 {
19814 return ssl3_accept ();
19815   ;
19816   return 0;
19817 }
19818 _ACEOF
19819 rm -f conftest.$ac_objext conftest$ac_exeext
19820 if { (ac_try="$ac_link"
19821 case "(($ac_try" in
19822   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19823   *) ac_try_echo=$ac_try;;
19824 esac
19825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19826   (eval "$ac_link") 2>conftest.er1
19827   ac_status=$?
19828   grep -v '^ *+' conftest.er1 >conftest.err
19829   rm -f conftest.er1
19830   cat conftest.err >&5
19831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19832   (exit $ac_status); } && {
19833          test -z "$ac_c_werror_flag" ||
19834          test ! -s conftest.err
19835        } && test -s conftest$ac_exeext &&
19836        $as_test_x conftest$ac_exeext; then
19837   ac_cv_lib_ssl_ssl3_accept=yes
19838 else
19839   echo "$as_me: failed program was:" >&5
19840 sed 's/^/| /' conftest.$ac_ext >&5
19841
19842         ac_cv_lib_ssl_ssl3_accept=no
19843 fi
19844
19845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19846       conftest$ac_exeext conftest.$ac_ext
19847 LIBS=$ac_check_lib_save_LIBS
19848 fi
19849 { echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_ssl3_accept" >&5
19850 echo "${ECHO_T}$ac_cv_lib_ssl_ssl3_accept" >&6; }
19851 if test $ac_cv_lib_ssl_ssl3_accept = yes; then
19852   have_openssl=yes
19853                                 need_rsaref=yes
19854 else
19855   have_openssl=no
19856 fi
19857
19858                 fi
19859
19860                 if test $have_openssl = yes ; then
19861                         ol_with_tls=openssl
19862                         ol_link_tls=yes
19863
19864
19865 cat >>confdefs.h <<\_ACEOF
19866 #define HAVE_OPENSSL 1
19867 _ACEOF
19868
19869
19870                         if test $need_rsaref = yes; then
19871
19872 cat >>confdefs.h <<\_ACEOF
19873 #define HAVE_RSAREF 1
19874 _ACEOF
19875
19876
19877                                 TLS_LIBS="-lssl -lcrypto -lRSAglue -lrsaref"
19878                         else
19879                                 TLS_LIBS="-lssl -lcrypto"
19880                         fi
19881
19882                         { echo "$as_me:$LINENO: checking OpenSSL library version (CRL checking capability)" >&5
19883 echo $ECHO_N "checking OpenSSL library version (CRL checking capability)... $ECHO_C" >&6; }
19884 if test "${ol_cv_ssl_crl_compat+set}" = set; then
19885   echo $ECHO_N "(cached) $ECHO_C" >&6
19886 else
19887
19888                 cat >conftest.$ac_ext <<_ACEOF
19889 /* confdefs.h.  */
19890 _ACEOF
19891 cat confdefs.h >>conftest.$ac_ext
19892 cat >>conftest.$ac_ext <<_ACEOF
19893 /* end confdefs.h.  */
19894
19895 #ifdef HAVE_OPENSSL_SSL_H
19896 #include <openssl/ssl.h>
19897 #endif
19898
19899 /* Require 0.9.7d+ */
19900 #if OPENSSL_VERSION_NUMBER >= 0x0090704fL
19901         char *__ssl_compat = "0.9.7d";
19902 #endif
19903
19904 _ACEOF
19905 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19906   $EGREP "__ssl_compat" >/dev/null 2>&1; then
19907   ol_cv_ssl_crl_compat=yes
19908 else
19909   ol_cv_ssl_crl_compat=no
19910 fi
19911 rm -f conftest*
19912
19913 fi
19914 { echo "$as_me:$LINENO: result: $ol_cv_ssl_crl_compat" >&5
19915 echo "${ECHO_T}$ol_cv_ssl_crl_compat" >&6; }
19916
19917                         if test $ol_cv_ssl_crl_compat = yes ; then
19918
19919 cat >>confdefs.h <<\_ACEOF
19920 #define HAVE_OPENSSL_CRL 1
19921 _ACEOF
19922
19923                         fi
19924                 fi
19925         fi
19926 fi
19927
19928 if test $ol_link_tls = no ; then
19929         if test $ol_with_tls = gnutls || test $ol_with_tls = auto ; then
19930
19931 for ac_header in gnutls/gnutls.h
19932 do
19933 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19934 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19935   { echo "$as_me:$LINENO: checking for $ac_header" >&5
19936 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19938   echo $ECHO_N "(cached) $ECHO_C" >&6
19939 fi
19940 ac_res=`eval echo '${'$as_ac_Header'}'`
19941                { echo "$as_me:$LINENO: result: $ac_res" >&5
19942 echo "${ECHO_T}$ac_res" >&6; }
19943 else
19944   # Is the header compilable?
19945 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
19946 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
19947 cat >conftest.$ac_ext <<_ACEOF
19948 /* confdefs.h.  */
19949 _ACEOF
19950 cat confdefs.h >>conftest.$ac_ext
19951 cat >>conftest.$ac_ext <<_ACEOF
19952 /* end confdefs.h.  */
19953 $ac_includes_default
19954 #include <$ac_header>
19955 _ACEOF
19956 rm -f conftest.$ac_objext
19957 if { (ac_try="$ac_compile"
19958 case "(($ac_try" in
19959   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19960   *) ac_try_echo=$ac_try;;
19961 esac
19962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19963   (eval "$ac_compile") 2>conftest.er1
19964   ac_status=$?
19965   grep -v '^ *+' conftest.er1 >conftest.err
19966   rm -f conftest.er1
19967   cat conftest.err >&5
19968   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19969   (exit $ac_status); } && {
19970          test -z "$ac_c_werror_flag" ||
19971          test ! -s conftest.err
19972        } && test -s conftest.$ac_objext; then
19973   ac_header_compiler=yes
19974 else
19975   echo "$as_me: failed program was:" >&5
19976 sed 's/^/| /' conftest.$ac_ext >&5
19977
19978         ac_header_compiler=no
19979 fi
19980
19981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19982 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19983 echo "${ECHO_T}$ac_header_compiler" >&6; }
19984
19985 # Is the header present?
19986 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
19987 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
19988 cat >conftest.$ac_ext <<_ACEOF
19989 /* confdefs.h.  */
19990 _ACEOF
19991 cat confdefs.h >>conftest.$ac_ext
19992 cat >>conftest.$ac_ext <<_ACEOF
19993 /* end confdefs.h.  */
19994 #include <$ac_header>
19995 _ACEOF
19996 if { (ac_try="$ac_cpp conftest.$ac_ext"
19997 case "(($ac_try" in
19998   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19999   *) ac_try_echo=$ac_try;;
20000 esac
20001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20002   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20003   ac_status=$?
20004   grep -v '^ *+' conftest.er1 >conftest.err
20005   rm -f conftest.er1
20006   cat conftest.err >&5
20007   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20008   (exit $ac_status); } >/dev/null && {
20009          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20010          test ! -s conftest.err
20011        }; then
20012   ac_header_preproc=yes
20013 else
20014   echo "$as_me: failed program was:" >&5
20015 sed 's/^/| /' conftest.$ac_ext >&5
20016
20017   ac_header_preproc=no
20018 fi
20019
20020 rm -f conftest.err conftest.$ac_ext
20021 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20022 echo "${ECHO_T}$ac_header_preproc" >&6; }
20023
20024 # So?  What about this header?
20025 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20026   yes:no: )
20027     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20028 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20029     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20030 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20031     ac_header_preproc=yes
20032     ;;
20033   no:yes:* )
20034     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20035 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20036     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
20037 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
20038     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20039 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20040     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
20041 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
20042     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20043 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20044     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20045 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20046     ( cat <<\_ASBOX
20047 ## --------------------------------------------- ##
20048 ## Report this to <http://www.openldap.org/its/> ##
20049 ## --------------------------------------------- ##
20050 _ASBOX
20051      ) | sed "s/^/$as_me: WARNING:     /" >&2
20052     ;;
20053 esac
20054 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20055 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20057   echo $ECHO_N "(cached) $ECHO_C" >&6
20058 else
20059   eval "$as_ac_Header=\$ac_header_preproc"
20060 fi
20061 ac_res=`eval echo '${'$as_ac_Header'}'`
20062                { echo "$as_me:$LINENO: result: $ac_res" >&5
20063 echo "${ECHO_T}$ac_res" >&6; }
20064
20065 fi
20066 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20067   cat >>confdefs.h <<_ACEOF
20068 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20069 _ACEOF
20070
20071 fi
20072
20073 done
20074
20075
20076                 if test $ac_cv_header_gnutls_gnutls_h = yes ; then
20077                         { echo "$as_me:$LINENO: checking for gnutls_init in -lgnutls" >&5
20078 echo $ECHO_N "checking for gnutls_init in -lgnutls... $ECHO_C" >&6; }
20079 if test "${ac_cv_lib_gnutls_gnutls_init+set}" = set; then
20080   echo $ECHO_N "(cached) $ECHO_C" >&6
20081 else
20082   ac_check_lib_save_LIBS=$LIBS
20083 LIBS="-lgnutls  $LIBS"
20084 cat >conftest.$ac_ext <<_ACEOF
20085 /* confdefs.h.  */
20086 _ACEOF
20087 cat confdefs.h >>conftest.$ac_ext
20088 cat >>conftest.$ac_ext <<_ACEOF
20089 /* end confdefs.h.  */
20090
20091 /* Override any GCC internal prototype to avoid an error.
20092    Use char because int might match the return type of a GCC
20093    builtin and then its argument prototype would still apply.  */
20094 #ifdef __cplusplus
20095 extern "C"
20096 #endif
20097 char gnutls_init ();
20098 int
20099 main ()
20100 {
20101 return gnutls_init ();
20102   ;
20103   return 0;
20104 }
20105 _ACEOF
20106 rm -f conftest.$ac_objext conftest$ac_exeext
20107 if { (ac_try="$ac_link"
20108 case "(($ac_try" in
20109   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20110   *) ac_try_echo=$ac_try;;
20111 esac
20112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20113   (eval "$ac_link") 2>conftest.er1
20114   ac_status=$?
20115   grep -v '^ *+' conftest.er1 >conftest.err
20116   rm -f conftest.er1
20117   cat conftest.err >&5
20118   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20119   (exit $ac_status); } && {
20120          test -z "$ac_c_werror_flag" ||
20121          test ! -s conftest.err
20122        } && test -s conftest$ac_exeext &&
20123        $as_test_x conftest$ac_exeext; then
20124   ac_cv_lib_gnutls_gnutls_init=yes
20125 else
20126   echo "$as_me: failed program was:" >&5
20127 sed 's/^/| /' conftest.$ac_ext >&5
20128
20129         ac_cv_lib_gnutls_gnutls_init=no
20130 fi
20131
20132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20133       conftest$ac_exeext conftest.$ac_ext
20134 LIBS=$ac_check_lib_save_LIBS
20135 fi
20136 { echo "$as_me:$LINENO: result: $ac_cv_lib_gnutls_gnutls_init" >&5
20137 echo "${ECHO_T}$ac_cv_lib_gnutls_gnutls_init" >&6; }
20138 if test $ac_cv_lib_gnutls_gnutls_init = yes; then
20139   have_gnutls=yes
20140 else
20141   have_gnutls=no
20142 fi
20143
20144
20145                         if test $have_gnutls = yes ; then
20146                                 ol_with_tls=gnutls
20147                                 ol_link_tls=yes
20148
20149                                 TLS_LIBS="-lgnutls"
20150
20151
20152 cat >>confdefs.h <<\_ACEOF
20153 #define HAVE_GNUTLS 1
20154 _ACEOF
20155
20156                         fi
20157                 fi
20158         fi
20159 fi
20160
20161 WITH_TLS=no
20162 if test $ol_link_tls = yes ; then
20163
20164 cat >>confdefs.h <<\_ACEOF
20165 #define HAVE_TLS 1
20166 _ACEOF
20167
20168         WITH_TLS=yes
20169 elif test $ol_with_tls = auto ; then
20170         { echo "$as_me:$LINENO: WARNING: Could not locate TLS/SSL package" >&5
20171 echo "$as_me: WARNING: Could not locate TLS/SSL package" >&2;}
20172         { echo "$as_me:$LINENO: WARNING: TLS data protection not supported!" >&5
20173 echo "$as_me: WARNING: TLS data protection not supported!" >&2;}
20174 elif test $ol_with_tls != no ; then
20175         { { echo "$as_me:$LINENO: error: Could not locate TLS/SSL package" >&5
20176 echo "$as_me: error: Could not locate TLS/SSL package" >&2;}
20177    { (exit 1); exit 1; }; }
20178 else
20179         { echo "$as_me:$LINENO: WARNING: TLS data protection not supported!" >&5
20180 echo "$as_me: WARNING: TLS data protection not supported!" >&2;}
20181 fi
20182
20183 if test $ol_enable_lmpasswd != no; then
20184         if test $ol_link_tls != yes ; then
20185                 { { echo "$as_me:$LINENO: error: LAN Manager passwords require OpenSSL" >&5
20186 echo "$as_me: error: LAN Manager passwords require OpenSSL" >&2;}
20187    { (exit 1); exit 1; }; }
20188         fi
20189
20190
20191 cat >>confdefs.h <<\_ACEOF
20192 #define SLAPD_LMHASH 1
20193 _ACEOF
20194
20195 fi
20196
20197 ol_link_threads=no
20198
20199 case $ol_with_threads in auto | yes | nt)
20200
20201
20202         { echo "$as_me:$LINENO: checking for _beginthread" >&5
20203 echo $ECHO_N "checking for _beginthread... $ECHO_C" >&6; }
20204 if test "${ac_cv_func__beginthread+set}" = set; then
20205   echo $ECHO_N "(cached) $ECHO_C" >&6
20206 else
20207   cat >conftest.$ac_ext <<_ACEOF
20208 /* confdefs.h.  */
20209 _ACEOF
20210 cat confdefs.h >>conftest.$ac_ext
20211 cat >>conftest.$ac_ext <<_ACEOF
20212 /* end confdefs.h.  */
20213 /* Define _beginthread to an innocuous variant, in case <limits.h> declares _beginthread.
20214    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
20215 #define _beginthread innocuous__beginthread
20216
20217 /* System header to define __stub macros and hopefully few prototypes,
20218     which can conflict with char _beginthread (); below.
20219     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20220     <limits.h> exists even on freestanding compilers.  */
20221
20222 #ifdef __STDC__
20223 # include <limits.h>
20224 #else
20225 # include <assert.h>
20226 #endif
20227
20228 #undef _beginthread
20229
20230 /* Override any GCC internal prototype to avoid an error.
20231    Use char because int might match the return type of a GCC
20232    builtin and then its argument prototype would still apply.  */
20233 #ifdef __cplusplus
20234 extern "C"
20235 #endif
20236 char _beginthread ();
20237 /* The GNU C library defines this for functions which it implements
20238     to always fail with ENOSYS.  Some functions are actually named
20239     something starting with __ and the normal name is an alias.  */
20240 #if defined __stub__beginthread || defined __stub____beginthread
20241 choke me
20242 #endif
20243
20244 int
20245 main ()
20246 {
20247 return _beginthread ();
20248   ;
20249   return 0;
20250 }
20251 _ACEOF
20252 rm -f conftest.$ac_objext conftest$ac_exeext
20253 if { (ac_try="$ac_link"
20254 case "(($ac_try" in
20255   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20256   *) ac_try_echo=$ac_try;;
20257 esac
20258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20259   (eval "$ac_link") 2>conftest.er1
20260   ac_status=$?
20261   grep -v '^ *+' conftest.er1 >conftest.err
20262   rm -f conftest.er1
20263   cat conftest.err >&5
20264   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20265   (exit $ac_status); } && {
20266          test -z "$ac_c_werror_flag" ||
20267          test ! -s conftest.err
20268        } && test -s conftest$ac_exeext &&
20269        $as_test_x conftest$ac_exeext; then
20270   ac_cv_func__beginthread=yes
20271 else
20272   echo "$as_me: failed program was:" >&5
20273 sed 's/^/| /' conftest.$ac_ext >&5
20274
20275         ac_cv_func__beginthread=no
20276 fi
20277
20278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20279       conftest$ac_exeext conftest.$ac_ext
20280 fi
20281 { echo "$as_me:$LINENO: result: $ac_cv_func__beginthread" >&5
20282 echo "${ECHO_T}$ac_cv_func__beginthread" >&6; }
20283
20284
20285         if test $ac_cv_func__beginthread = yes ; then
20286
20287 cat >>confdefs.h <<\_ACEOF
20288 #define HAVE_NT_THREADS 1
20289 _ACEOF
20290
20291                 ol_cv_nt_threads=yes
20292         fi
20293
20294
20295         if test "$ol_cv_nt_threads" = yes ; then
20296                 ol_link_threads=nt
20297                 ol_with_threads=found
20298                 ol_with_yielding_select=yes
20299
20300
20301 cat >>confdefs.h <<\_ACEOF
20302 #define HAVE_NT_SERVICE_MANAGER 1
20303 _ACEOF
20304
20305
20306 cat >>confdefs.h <<\_ACEOF
20307 #define HAVE_NT_EVENT_LOG 1
20308 _ACEOF
20309
20310         fi
20311
20312         if test $ol_with_threads = nt ; then
20313                 { { echo "$as_me:$LINENO: error: could not locate NT Threads" >&5
20314 echo "$as_me: error: could not locate NT Threads" >&2;}
20315    { (exit 1); exit 1; }; }
20316         fi
20317         ;;
20318 esac
20319
20320 case $ol_with_threads in auto | yes | posix)
20321
20322
20323 for ac_header in pthread.h
20324 do
20325 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20326 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20327   { echo "$as_me:$LINENO: checking for $ac_header" >&5
20328 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20329 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20330   echo $ECHO_N "(cached) $ECHO_C" >&6
20331 fi
20332 ac_res=`eval echo '${'$as_ac_Header'}'`
20333                { echo "$as_me:$LINENO: result: $ac_res" >&5
20334 echo "${ECHO_T}$ac_res" >&6; }
20335 else
20336   # Is the header compilable?
20337 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
20338 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
20339 cat >conftest.$ac_ext <<_ACEOF
20340 /* confdefs.h.  */
20341 _ACEOF
20342 cat confdefs.h >>conftest.$ac_ext
20343 cat >>conftest.$ac_ext <<_ACEOF
20344 /* end confdefs.h.  */
20345 $ac_includes_default
20346 #include <$ac_header>
20347 _ACEOF
20348 rm -f conftest.$ac_objext
20349 if { (ac_try="$ac_compile"
20350 case "(($ac_try" in
20351   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20352   *) ac_try_echo=$ac_try;;
20353 esac
20354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20355   (eval "$ac_compile") 2>conftest.er1
20356   ac_status=$?
20357   grep -v '^ *+' conftest.er1 >conftest.err
20358   rm -f conftest.er1
20359   cat conftest.err >&5
20360   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20361   (exit $ac_status); } && {
20362          test -z "$ac_c_werror_flag" ||
20363          test ! -s conftest.err
20364        } && test -s conftest.$ac_objext; then
20365   ac_header_compiler=yes
20366 else
20367   echo "$as_me: failed program was:" >&5
20368 sed 's/^/| /' conftest.$ac_ext >&5
20369
20370         ac_header_compiler=no
20371 fi
20372
20373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20374 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20375 echo "${ECHO_T}$ac_header_compiler" >&6; }
20376
20377 # Is the header present?
20378 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
20379 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
20380 cat >conftest.$ac_ext <<_ACEOF
20381 /* confdefs.h.  */
20382 _ACEOF
20383 cat confdefs.h >>conftest.$ac_ext
20384 cat >>conftest.$ac_ext <<_ACEOF
20385 /* end confdefs.h.  */
20386 #include <$ac_header>
20387 _ACEOF
20388 if { (ac_try="$ac_cpp conftest.$ac_ext"
20389 case "(($ac_try" in
20390   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20391   *) ac_try_echo=$ac_try;;
20392 esac
20393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20394   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20395   ac_status=$?
20396   grep -v '^ *+' conftest.er1 >conftest.err
20397   rm -f conftest.er1
20398   cat conftest.err >&5
20399   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20400   (exit $ac_status); } >/dev/null && {
20401          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20402          test ! -s conftest.err
20403        }; then
20404   ac_header_preproc=yes
20405 else
20406   echo "$as_me: failed program was:" >&5
20407 sed 's/^/| /' conftest.$ac_ext >&5
20408
20409   ac_header_preproc=no
20410 fi
20411
20412 rm -f conftest.err conftest.$ac_ext
20413 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20414 echo "${ECHO_T}$ac_header_preproc" >&6; }
20415
20416 # So?  What about this header?
20417 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20418   yes:no: )
20419     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20420 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20421     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20422 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20423     ac_header_preproc=yes
20424     ;;
20425   no:yes:* )
20426     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20427 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20428     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
20429 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
20430     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20431 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20432     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
20433 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
20434     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20435 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20436     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20437 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20438     ( cat <<\_ASBOX
20439 ## --------------------------------------------- ##
20440 ## Report this to <http://www.openldap.org/its/> ##
20441 ## --------------------------------------------- ##
20442 _ASBOX
20443      ) | sed "s/^/$as_me: WARNING:     /" >&2
20444     ;;
20445 esac
20446 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20447 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20449   echo $ECHO_N "(cached) $ECHO_C" >&6
20450 else
20451   eval "$as_ac_Header=\$ac_header_preproc"
20452 fi
20453 ac_res=`eval echo '${'$as_ac_Header'}'`
20454                { echo "$as_me:$LINENO: result: $ac_res" >&5
20455 echo "${ECHO_T}$ac_res" >&6; }
20456
20457 fi
20458 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20459   cat >>confdefs.h <<_ACEOF
20460 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20461 _ACEOF
20462
20463 fi
20464
20465 done
20466
20467
20468         if test $ac_cv_header_pthread_h = yes ; then
20469                 { echo "$as_me:$LINENO: checking POSIX thread version" >&5
20470 echo $ECHO_N "checking POSIX thread version... $ECHO_C" >&6; }
20471 if test "${ol_cv_pthread_version+set}" = set; then
20472   echo $ECHO_N "(cached) $ECHO_C" >&6
20473 else
20474
20475         cat >conftest.$ac_ext <<_ACEOF
20476 /* confdefs.h.  */
20477 _ACEOF
20478 cat confdefs.h >>conftest.$ac_ext
20479 cat >>conftest.$ac_ext <<_ACEOF
20480 /* end confdefs.h.  */
20481
20482 #               include <pthread.h>
20483
20484 int
20485 main ()
20486 {
20487
20488                 int i = PTHREAD_CREATE_JOINABLE;
20489
20490   ;
20491   return 0;
20492 }
20493 _ACEOF
20494 rm -f conftest.$ac_objext
20495 if { (ac_try="$ac_compile"
20496 case "(($ac_try" in
20497   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20498   *) ac_try_echo=$ac_try;;
20499 esac
20500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20501   (eval "$ac_compile") 2>conftest.er1
20502   ac_status=$?
20503   grep -v '^ *+' conftest.er1 >conftest.err
20504   rm -f conftest.er1
20505   cat conftest.err >&5
20506   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20507   (exit $ac_status); } && {
20508          test -z "$ac_c_werror_flag" ||
20509          test ! -s conftest.err
20510        } && test -s conftest.$ac_objext; then
20511
20512         cat >conftest.$ac_ext <<_ACEOF
20513 /* confdefs.h.  */
20514 _ACEOF
20515 cat confdefs.h >>conftest.$ac_ext
20516 cat >>conftest.$ac_ext <<_ACEOF
20517 /* end confdefs.h.  */
20518 #include <pthread.h>
20519
20520 _ACEOF
20521 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20522   $EGREP "pthread_detach" >/dev/null 2>&1; then
20523   ol_cv_pthread_version=10
20524 else
20525   ol_cv_pthread_version=8
20526 fi
20527 rm -f conftest*
20528
20529 else
20530   echo "$as_me: failed program was:" >&5
20531 sed 's/^/| /' conftest.$ac_ext >&5
20532
20533
20534         cat >conftest.$ac_ext <<_ACEOF
20535 /* confdefs.h.  */
20536 _ACEOF
20537 cat confdefs.h >>conftest.$ac_ext
20538 cat >>conftest.$ac_ext <<_ACEOF
20539 /* end confdefs.h.  */
20540
20541 #               include <pthread.h>
20542 #               ifdef PTHREAD_CREATE_UNDETACHED
20543                 draft7
20544 #               endif
20545
20546 _ACEOF
20547 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20548   $EGREP "draft7" >/dev/null 2>&1; then
20549   ol_cv_pthread_version=7
20550 else
20551
20552         cat >conftest.$ac_ext <<_ACEOF
20553 /* confdefs.h.  */
20554 _ACEOF
20555 cat confdefs.h >>conftest.$ac_ext
20556 cat >>conftest.$ac_ext <<_ACEOF
20557 /* end confdefs.h.  */
20558 #include <pthread.h>
20559
20560 _ACEOF
20561 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20562   $EGREP "pthread_attr_init" >/dev/null 2>&1; then
20563   ol_cv_pthread_version=6
20564 else
20565
20566         cat >conftest.$ac_ext <<_ACEOF
20567 /* confdefs.h.  */
20568 _ACEOF
20569 cat confdefs.h >>conftest.$ac_ext
20570 cat >>conftest.$ac_ext <<_ACEOF
20571 /* end confdefs.h.  */
20572
20573 #               include <pthread.h>
20574 #ifdef          PTHREAD_MUTEX_INITIALIZER
20575                 draft5
20576 #endif
20577
20578 _ACEOF
20579 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20580   $EGREP "draft5" >/dev/null 2>&1; then
20581   ol_cv_pthread_version=5
20582 else
20583   ol_cv_pthread_version=4
20584 fi
20585 rm -f conftest*
20586
20587 fi
20588 rm -f conftest*
20589
20590 fi
20591 rm -f conftest*
20592
20593 fi
20594
20595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20596
20597 fi
20598 { echo "$as_me:$LINENO: result: $ol_cv_pthread_version" >&5
20599 echo "${ECHO_T}$ol_cv_pthread_version" >&6; }
20600
20601
20602                 if test $ol_cv_pthread_version != 0 ; then
20603
20604 cat >>confdefs.h <<_ACEOF
20605 #define HAVE_PTHREADS $ol_cv_pthread_version
20606 _ACEOF
20607
20608                 else
20609                         { { echo "$as_me:$LINENO: error: unknown pthread version" >&5
20610 echo "$as_me: error: unknown pthread version" >&2;}
20611    { (exit 1); exit 1; }; }
20612                 fi
20613
20614                 # consider threads found
20615                 ol_with_threads=found
20616
20617
20618         { echo "$as_me:$LINENO: checking for LinuxThreads pthread.h" >&5
20619 echo $ECHO_N "checking for LinuxThreads pthread.h... $ECHO_C" >&6; }
20620 if test "${ol_cv_header_linux_threads+set}" = set; then
20621   echo $ECHO_N "(cached) $ECHO_C" >&6
20622 else
20623   cat >conftest.$ac_ext <<_ACEOF
20624 /* confdefs.h.  */
20625 _ACEOF
20626 cat confdefs.h >>conftest.$ac_ext
20627 cat >>conftest.$ac_ext <<_ACEOF
20628 /* end confdefs.h.  */
20629 #include <pthread.h>
20630 _ACEOF
20631 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20632   $EGREP "pthread_kill_other_threads_np" >/dev/null 2>&1; then
20633   ol_cv_header_linux_threads=yes
20634 else
20635   ol_cv_header_linux_threads=no
20636 fi
20637 rm -f conftest*
20638
20639
20640 fi
20641 { echo "$as_me:$LINENO: result: $ol_cv_header_linux_threads" >&5
20642 echo "${ECHO_T}$ol_cv_header_linux_threads" >&6; }
20643         if test $ol_cv_header_linux_threads = yes; then
20644
20645 cat >>confdefs.h <<\_ACEOF
20646 #define HAVE_LINUX_THREADS 1
20647 _ACEOF
20648
20649         fi
20650
20651
20652         { echo "$as_me:$LINENO: checking for GNU Pth pthread.h" >&5
20653 echo $ECHO_N "checking for GNU Pth pthread.h... $ECHO_C" >&6; }
20654 if test "${ol_cv_header_gnu_pth_pthread_h+set}" = set; then
20655   echo $ECHO_N "(cached) $ECHO_C" >&6
20656 else
20657   cat >conftest.$ac_ext <<_ACEOF
20658 /* confdefs.h.  */
20659 _ACEOF
20660 cat confdefs.h >>conftest.$ac_ext
20661 cat >>conftest.$ac_ext <<_ACEOF
20662 /* end confdefs.h.  */
20663 #include <pthread.h>
20664 #ifdef _POSIX_THREAD_IS_GNU_PTH
20665         __gnu_pth__;
20666 #endif
20667
20668 _ACEOF
20669 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20670   $EGREP "__gnu_pth__" >/dev/null 2>&1; then
20671   ol_cv_header_gnu_pth_pthread_h=yes
20672 else
20673   ol_cv_header_gnu_pth_pthread_h=no
20674 fi
20675 rm -f conftest*
20676
20677
20678 fi
20679 { echo "$as_me:$LINENO: result: $ol_cv_header_gnu_pth_pthread_h" >&5
20680 echo "${ECHO_T}$ol_cv_header_gnu_pth_pthread_h" >&6; }
20681
20682
20683                 if test $ol_cv_header_gnu_pth_pthread_h = no ; then
20684
20685 for ac_header in sched.h
20686 do
20687 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20688 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20689   { echo "$as_me:$LINENO: checking for $ac_header" >&5
20690 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20691 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20692   echo $ECHO_N "(cached) $ECHO_C" >&6
20693 fi
20694 ac_res=`eval echo '${'$as_ac_Header'}'`
20695                { echo "$as_me:$LINENO: result: $ac_res" >&5
20696 echo "${ECHO_T}$ac_res" >&6; }
20697 else
20698   # Is the header compilable?
20699 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
20700 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
20701 cat >conftest.$ac_ext <<_ACEOF
20702 /* confdefs.h.  */
20703 _ACEOF
20704 cat confdefs.h >>conftest.$ac_ext
20705 cat >>conftest.$ac_ext <<_ACEOF
20706 /* end confdefs.h.  */
20707 $ac_includes_default
20708 #include <$ac_header>
20709 _ACEOF
20710 rm -f conftest.$ac_objext
20711 if { (ac_try="$ac_compile"
20712 case "(($ac_try" in
20713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20714   *) ac_try_echo=$ac_try;;
20715 esac
20716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20717   (eval "$ac_compile") 2>conftest.er1
20718   ac_status=$?
20719   grep -v '^ *+' conftest.er1 >conftest.err
20720   rm -f conftest.er1
20721   cat conftest.err >&5
20722   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20723   (exit $ac_status); } && {
20724          test -z "$ac_c_werror_flag" ||
20725          test ! -s conftest.err
20726        } && test -s conftest.$ac_objext; then
20727   ac_header_compiler=yes
20728 else
20729   echo "$as_me: failed program was:" >&5
20730 sed 's/^/| /' conftest.$ac_ext >&5
20731
20732         ac_header_compiler=no
20733 fi
20734
20735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20736 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20737 echo "${ECHO_T}$ac_header_compiler" >&6; }
20738
20739 # Is the header present?
20740 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
20741 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
20742 cat >conftest.$ac_ext <<_ACEOF
20743 /* confdefs.h.  */
20744 _ACEOF
20745 cat confdefs.h >>conftest.$ac_ext
20746 cat >>conftest.$ac_ext <<_ACEOF
20747 /* end confdefs.h.  */
20748 #include <$ac_header>
20749 _ACEOF
20750 if { (ac_try="$ac_cpp conftest.$ac_ext"
20751 case "(($ac_try" in
20752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20753   *) ac_try_echo=$ac_try;;
20754 esac
20755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20756   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20757   ac_status=$?
20758   grep -v '^ *+' conftest.er1 >conftest.err
20759   rm -f conftest.er1
20760   cat conftest.err >&5
20761   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20762   (exit $ac_status); } >/dev/null && {
20763          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20764          test ! -s conftest.err
20765        }; then
20766   ac_header_preproc=yes
20767 else
20768   echo "$as_me: failed program was:" >&5
20769 sed 's/^/| /' conftest.$ac_ext >&5
20770
20771   ac_header_preproc=no
20772 fi
20773
20774 rm -f conftest.err conftest.$ac_ext
20775 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20776 echo "${ECHO_T}$ac_header_preproc" >&6; }
20777
20778 # So?  What about this header?
20779 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20780   yes:no: )
20781     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20782 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20783     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20784 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20785     ac_header_preproc=yes
20786     ;;
20787   no:yes:* )
20788     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20789 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20790     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
20791 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
20792     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20793 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20794     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
20795 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
20796     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20797 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20798     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20799 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20800     ( cat <<\_ASBOX
20801 ## --------------------------------------------- ##
20802 ## Report this to <http://www.openldap.org/its/> ##
20803 ## --------------------------------------------- ##
20804 _ASBOX
20805      ) | sed "s/^/$as_me: WARNING:     /" >&2
20806     ;;
20807 esac
20808 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20809 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20810 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20811   echo $ECHO_N "(cached) $ECHO_C" >&6
20812 else
20813   eval "$as_ac_Header=\$ac_header_preproc"
20814 fi
20815 ac_res=`eval echo '${'$as_ac_Header'}'`
20816                { echo "$as_me:$LINENO: result: $ac_res" >&5
20817 echo "${ECHO_T}$ac_res" >&6; }
20818
20819 fi
20820 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20821   cat >>confdefs.h <<_ACEOF
20822 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20823 _ACEOF
20824
20825 fi
20826
20827 done
20828
20829                 fi
20830
20831
20832                                 { echo "$as_me:$LINENO: checking for pthread_create in default libraries" >&5
20833 echo $ECHO_N "checking for pthread_create in default libraries... $ECHO_C" >&6; }
20834 if test "${ol_cv_pthread_create+set}" = set; then
20835   echo $ECHO_N "(cached) $ECHO_C" >&6
20836 else
20837
20838                         if test "$cross_compiling" = yes; then
20839   cat >conftest.$ac_ext <<_ACEOF
20840 /* confdefs.h.  */
20841 _ACEOF
20842 cat confdefs.h >>conftest.$ac_ext
20843 cat >>conftest.$ac_ext <<_ACEOF
20844 /* end confdefs.h.  */
20845
20846 /* pthread test headers */
20847 #include <pthread.h>
20848 #if HAVE_PTHREADS < 7
20849 #include <errno.h>
20850 #endif
20851 #ifndef NULL
20852 #define NULL (void*)0
20853 #endif
20854
20855 static void *task(p)
20856         void *p;
20857 {
20858         return (void *) (p == NULL);
20859 }
20860
20861 int
20862 main ()
20863 {
20864
20865         /* pthread test function */
20866 #ifndef PTHREAD_CREATE_DETACHED
20867 #define PTHREAD_CREATE_DETACHED 1
20868 #endif
20869         pthread_t t;
20870         int status;
20871         int detach = PTHREAD_CREATE_DETACHED;
20872
20873 #if HAVE_PTHREADS > 4
20874         /* Final pthreads */
20875         pthread_attr_t attr;
20876
20877         status = pthread_attr_init(&attr);
20878         if( status ) return status;
20879
20880 #if HAVE_PTHREADS < 7
20881         status = pthread_attr_setdetachstate(&attr, &detach);
20882         if( status < 0 ) status = errno;
20883 #else
20884         status = pthread_attr_setdetachstate(&attr, detach);
20885 #endif
20886         if( status ) return status;
20887         status = pthread_create( &t, &attr, task, NULL );
20888 #if HAVE_PTHREADS < 7
20889         if( status < 0 ) status = errno;
20890 #endif
20891         if( status ) return status;
20892 #else
20893         /* Draft 4 pthreads */
20894         status = pthread_create( &t, pthread_attr_default, task, NULL );
20895         if( status ) return errno;
20896
20897         /* give thread a chance to complete */
20898         /* it should remain joinable and hence detachable */
20899         sleep( 1 );
20900
20901         status = pthread_detach( &t );
20902         if( status ) return errno;
20903 #endif
20904
20905 #ifdef HAVE_LINUX_THREADS
20906         pthread_kill_other_threads_np();
20907 #endif
20908
20909         return 0;
20910
20911   ;
20912   return 0;
20913 }
20914 _ACEOF
20915 rm -f conftest.$ac_objext conftest$ac_exeext
20916 if { (ac_try="$ac_link"
20917 case "(($ac_try" in
20918   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20919   *) ac_try_echo=$ac_try;;
20920 esac
20921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20922   (eval "$ac_link") 2>conftest.er1
20923   ac_status=$?
20924   grep -v '^ *+' conftest.er1 >conftest.err
20925   rm -f conftest.er1
20926   cat conftest.err >&5
20927   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20928   (exit $ac_status); } && {
20929          test -z "$ac_c_werror_flag" ||
20930          test ! -s conftest.err
20931        } && test -s conftest$ac_exeext &&
20932        $as_test_x conftest$ac_exeext; then
20933   ol_cv_pthread_create=yes
20934 else
20935   echo "$as_me: failed program was:" >&5
20936 sed 's/^/| /' conftest.$ac_ext >&5
20937
20938         ol_cv_pthread_create=no
20939 fi
20940
20941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20942       conftest$ac_exeext conftest.$ac_ext
20943 else
20944   cat >conftest.$ac_ext <<_ACEOF
20945 /* confdefs.h.  */
20946 _ACEOF
20947 cat confdefs.h >>conftest.$ac_ext
20948 cat >>conftest.$ac_ext <<_ACEOF
20949 /* end confdefs.h.  */
20950
20951 /* pthread test headers */
20952 #include <pthread.h>
20953 #if HAVE_PTHREADS < 7
20954 #include <errno.h>
20955 #endif
20956 #ifndef NULL
20957 #define NULL (void*)0
20958 #endif
20959
20960 static void *task(p)
20961         void *p;
20962 {
20963         return (void *) (p == NULL);
20964 }
20965
20966
20967 int main(argc, argv)
20968         int argc;
20969         char **argv;
20970 {
20971
20972         /* pthread test function */
20973 #ifndef PTHREAD_CREATE_DETACHED
20974 #define PTHREAD_CREATE_DETACHED 1
20975 #endif
20976         pthread_t t;
20977         int status;
20978         int detach = PTHREAD_CREATE_DETACHED;
20979
20980 #if HAVE_PTHREADS > 4
20981         /* Final pthreads */
20982         pthread_attr_t attr;
20983
20984         status = pthread_attr_init(&attr);
20985         if( status ) return status;
20986
20987 #if HAVE_PTHREADS < 7
20988         status = pthread_attr_setdetachstate(&attr, &detach);
20989         if( status < 0 ) status = errno;
20990 #else
20991         status = pthread_attr_setdetachstate(&attr, detach);
20992 #endif
20993         if( status ) return status;
20994         status = pthread_create( &t, &attr, task, NULL );
20995 #if HAVE_PTHREADS < 7
20996         if( status < 0 ) status = errno;
20997 #endif
20998         if( status ) return status;
20999 #else
21000         /* Draft 4 pthreads */
21001         status = pthread_create( &t, pthread_attr_default, task, NULL );
21002         if( status ) return errno;
21003
21004         /* give thread a chance to complete */
21005         /* it should remain joinable and hence detachable */
21006         sleep( 1 );
21007
21008         status = pthread_detach( &t );
21009         if( status ) return errno;
21010 #endif
21011
21012 #ifdef HAVE_LINUX_THREADS
21013         pthread_kill_other_threads_np();
21014 #endif
21015
21016         return 0;
21017
21018 }
21019
21020 _ACEOF
21021 rm -f conftest$ac_exeext
21022 if { (ac_try="$ac_link"
21023 case "(($ac_try" in
21024   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21025   *) ac_try_echo=$ac_try;;
21026 esac
21027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21028   (eval "$ac_link") 2>&5
21029   ac_status=$?
21030   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21031   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21032   { (case "(($ac_try" in
21033   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21034   *) ac_try_echo=$ac_try;;
21035 esac
21036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21037   (eval "$ac_try") 2>&5
21038   ac_status=$?
21039   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21040   (exit $ac_status); }; }; then
21041   ol_cv_pthread_create=yes
21042 else
21043   echo "$as_me: program exited with status $ac_status" >&5
21044 echo "$as_me: failed program was:" >&5
21045 sed 's/^/| /' conftest.$ac_ext >&5
21046
21047 ( exit $ac_status )
21048 ol_cv_pthread_create=no
21049 fi
21050 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21051 fi
21052
21053
21054 fi
21055 { echo "$as_me:$LINENO: result: $ol_cv_pthread_create" >&5
21056 echo "${ECHO_T}$ol_cv_pthread_create" >&6; }
21057
21058                 if test $ol_cv_pthread_create != no ; then
21059                         ol_link_threads=posix
21060                         ol_link_pthreads=""
21061                 fi
21062
21063                 # Pthread try link: -kthread (ol_cv_pthread_kthread)
21064 if test "$ol_link_threads" = no ; then
21065         # try -kthread
21066         { echo "$as_me:$LINENO: checking for pthread link with -kthread" >&5
21067 echo $ECHO_N "checking for pthread link with -kthread... $ECHO_C" >&6; }
21068 if test "${ol_cv_pthread_kthread+set}" = set; then
21069   echo $ECHO_N "(cached) $ECHO_C" >&6
21070 else
21071
21072                 # save the flags
21073                 ol_LIBS="$LIBS"
21074                 LIBS="-kthread $LIBS"
21075
21076                 if test "$cross_compiling" = yes; then
21077   cat >conftest.$ac_ext <<_ACEOF
21078 /* confdefs.h.  */
21079 _ACEOF
21080 cat confdefs.h >>conftest.$ac_ext
21081 cat >>conftest.$ac_ext <<_ACEOF
21082 /* end confdefs.h.  */
21083
21084 /* pthread test headers */
21085 #include <pthread.h>
21086 #if HAVE_PTHREADS < 7
21087 #include <errno.h>
21088 #endif
21089 #ifndef NULL
21090 #define NULL (void*)0
21091 #endif
21092
21093 static void *task(p)
21094         void *p;
21095 {
21096         return (void *) (p == NULL);
21097 }
21098
21099 int
21100 main ()
21101 {
21102
21103         /* pthread test function */
21104 #ifndef PTHREAD_CREATE_DETACHED
21105 #define PTHREAD_CREATE_DETACHED 1
21106 #endif
21107         pthread_t t;
21108         int status;
21109         int detach = PTHREAD_CREATE_DETACHED;
21110
21111 #if HAVE_PTHREADS > 4
21112         /* Final pthreads */
21113         pthread_attr_t attr;
21114
21115         status = pthread_attr_init(&attr);
21116         if( status ) return status;
21117
21118 #if HAVE_PTHREADS < 7
21119         status = pthread_attr_setdetachstate(&attr, &detach);
21120         if( status < 0 ) status = errno;
21121 #else
21122         status = pthread_attr_setdetachstate(&attr, detach);
21123 #endif
21124         if( status ) return status;
21125         status = pthread_create( &t, &attr, task, NULL );
21126 #if HAVE_PTHREADS < 7
21127         if( status < 0 ) status = errno;
21128 #endif
21129         if( status ) return status;
21130 #else
21131         /* Draft 4 pthreads */
21132         status = pthread_create( &t, pthread_attr_default, task, NULL );
21133         if( status ) return errno;
21134
21135         /* give thread a chance to complete */
21136         /* it should remain joinable and hence detachable */
21137         sleep( 1 );
21138
21139         status = pthread_detach( &t );
21140         if( status ) return errno;
21141 #endif
21142
21143 #ifdef HAVE_LINUX_THREADS
21144         pthread_kill_other_threads_np();
21145 #endif
21146
21147         return 0;
21148
21149   ;
21150   return 0;
21151 }
21152 _ACEOF
21153 rm -f conftest.$ac_objext conftest$ac_exeext
21154 if { (ac_try="$ac_link"
21155 case "(($ac_try" in
21156   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21157   *) ac_try_echo=$ac_try;;
21158 esac
21159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21160   (eval "$ac_link") 2>conftest.er1
21161   ac_status=$?
21162   grep -v '^ *+' conftest.er1 >conftest.err
21163   rm -f conftest.er1
21164   cat conftest.err >&5
21165   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21166   (exit $ac_status); } && {
21167          test -z "$ac_c_werror_flag" ||
21168          test ! -s conftest.err
21169        } && test -s conftest$ac_exeext &&
21170        $as_test_x conftest$ac_exeext; then
21171   ol_cv_pthread_kthread=yes
21172 else
21173   echo "$as_me: failed program was:" >&5
21174 sed 's/^/| /' conftest.$ac_ext >&5
21175
21176         ol_cv_pthread_kthread=no
21177 fi
21178
21179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21180       conftest$ac_exeext conftest.$ac_ext
21181 else
21182   cat >conftest.$ac_ext <<_ACEOF
21183 /* confdefs.h.  */
21184 _ACEOF
21185 cat confdefs.h >>conftest.$ac_ext
21186 cat >>conftest.$ac_ext <<_ACEOF
21187 /* end confdefs.h.  */
21188
21189 /* pthread test headers */
21190 #include <pthread.h>
21191 #if HAVE_PTHREADS < 7
21192 #include <errno.h>
21193 #endif
21194 #ifndef NULL
21195 #define NULL (void*)0
21196 #endif
21197
21198 static void *task(p)
21199         void *p;
21200 {
21201         return (void *) (p == NULL);
21202 }
21203
21204
21205 int main(argc, argv)
21206         int argc;
21207         char **argv;
21208 {
21209
21210         /* pthread test function */
21211 #ifndef PTHREAD_CREATE_DETACHED
21212 #define PTHREAD_CREATE_DETACHED 1
21213 #endif
21214         pthread_t t;
21215         int status;
21216         int detach = PTHREAD_CREATE_DETACHED;
21217
21218 #if HAVE_PTHREADS > 4
21219         /* Final pthreads */
21220         pthread_attr_t attr;
21221
21222         status = pthread_attr_init(&attr);
21223         if( status ) return status;
21224
21225 #if HAVE_PTHREADS < 7
21226         status = pthread_attr_setdetachstate(&attr, &detach);
21227         if( status < 0 ) status = errno;
21228 #else
21229         status = pthread_attr_setdetachstate(&attr, detach);
21230 #endif
21231         if( status ) return status;
21232         status = pthread_create( &t, &attr, task, NULL );
21233 #if HAVE_PTHREADS < 7
21234         if( status < 0 ) status = errno;
21235 #endif
21236         if( status ) return status;
21237 #else
21238         /* Draft 4 pthreads */
21239         status = pthread_create( &t, pthread_attr_default, task, NULL );
21240         if( status ) return errno;
21241
21242         /* give thread a chance to complete */
21243         /* it should remain joinable and hence detachable */
21244         sleep( 1 );
21245
21246         status = pthread_detach( &t );
21247         if( status ) return errno;
21248 #endif
21249
21250 #ifdef HAVE_LINUX_THREADS
21251         pthread_kill_other_threads_np();
21252 #endif
21253
21254         return 0;
21255
21256 }
21257
21258 _ACEOF
21259 rm -f conftest$ac_exeext
21260 if { (ac_try="$ac_link"
21261 case "(($ac_try" in
21262   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21263   *) ac_try_echo=$ac_try;;
21264 esac
21265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21266   (eval "$ac_link") 2>&5
21267   ac_status=$?
21268   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21269   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21270   { (case "(($ac_try" in
21271   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21272   *) ac_try_echo=$ac_try;;
21273 esac
21274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21275   (eval "$ac_try") 2>&5
21276   ac_status=$?
21277   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21278   (exit $ac_status); }; }; then
21279   ol_cv_pthread_kthread=yes
21280 else
21281   echo "$as_me: program exited with status $ac_status" >&5
21282 echo "$as_me: failed program was:" >&5
21283 sed 's/^/| /' conftest.$ac_ext >&5
21284
21285 ( exit $ac_status )
21286 ol_cv_pthread_kthread=no
21287 fi
21288 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21289 fi
21290
21291
21292
21293                 # restore the LIBS
21294                 LIBS="$ol_LIBS"
21295
21296 fi
21297 { echo "$as_me:$LINENO: result: $ol_cv_pthread_kthread" >&5
21298 echo "${ECHO_T}$ol_cv_pthread_kthread" >&6; }
21299
21300         if test $ol_cv_pthread_kthread = yes ; then
21301                 ol_link_pthreads="-kthread"
21302                 ol_link_threads=posix
21303         fi
21304 fi
21305
21306                 # Pthread try link: -pthread (ol_cv_pthread_pthread)
21307 if test "$ol_link_threads" = no ; then
21308         # try -pthread
21309         { echo "$as_me:$LINENO: checking for pthread link with -pthread" >&5
21310 echo $ECHO_N "checking for pthread link with -pthread... $ECHO_C" >&6; }
21311 if test "${ol_cv_pthread_pthread+set}" = set; then
21312   echo $ECHO_N "(cached) $ECHO_C" >&6
21313 else
21314
21315                 # save the flags
21316                 ol_LIBS="$LIBS"
21317                 LIBS="-pthread $LIBS"
21318
21319                 if test "$cross_compiling" = yes; then
21320   cat >conftest.$ac_ext <<_ACEOF
21321 /* confdefs.h.  */
21322 _ACEOF
21323 cat confdefs.h >>conftest.$ac_ext
21324 cat >>conftest.$ac_ext <<_ACEOF
21325 /* end confdefs.h.  */
21326
21327 /* pthread test headers */
21328 #include <pthread.h>
21329 #if HAVE_PTHREADS < 7
21330 #include <errno.h>
21331 #endif
21332 #ifndef NULL
21333 #define NULL (void*)0
21334 #endif
21335
21336 static void *task(p)
21337         void *p;
21338 {
21339         return (void *) (p == NULL);
21340 }
21341
21342 int
21343 main ()
21344 {
21345
21346         /* pthread test function */
21347 #ifndef PTHREAD_CREATE_DETACHED
21348 #define PTHREAD_CREATE_DETACHED 1
21349 #endif
21350         pthread_t t;
21351         int status;
21352         int detach = PTHREAD_CREATE_DETACHED;
21353
21354 #if HAVE_PTHREADS > 4
21355         /* Final pthreads */
21356         pthread_attr_t attr;
21357
21358         status = pthread_attr_init(&attr);
21359         if( status ) return status;
21360
21361 #if HAVE_PTHREADS < 7
21362         status = pthread_attr_setdetachstate(&attr, &detach);
21363         if( status < 0 ) status = errno;
21364 #else
21365         status = pthread_attr_setdetachstate(&attr, detach);
21366 #endif
21367         if( status ) return status;
21368         status = pthread_create( &t, &attr, task, NULL );
21369 #if HAVE_PTHREADS < 7
21370         if( status < 0 ) status = errno;
21371 #endif
21372         if( status ) return status;
21373 #else
21374         /* Draft 4 pthreads */
21375         status = pthread_create( &t, pthread_attr_default, task, NULL );
21376         if( status ) return errno;
21377
21378         /* give thread a chance to complete */
21379         /* it should remain joinable and hence detachable */
21380         sleep( 1 );
21381
21382         status = pthread_detach( &t );
21383         if( status ) return errno;
21384 #endif
21385
21386 #ifdef HAVE_LINUX_THREADS
21387         pthread_kill_other_threads_np();
21388 #endif
21389
21390         return 0;
21391
21392   ;
21393   return 0;
21394 }
21395 _ACEOF
21396 rm -f conftest.$ac_objext conftest$ac_exeext
21397 if { (ac_try="$ac_link"
21398 case "(($ac_try" in
21399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21400   *) ac_try_echo=$ac_try;;
21401 esac
21402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21403   (eval "$ac_link") 2>conftest.er1
21404   ac_status=$?
21405   grep -v '^ *+' conftest.er1 >conftest.err
21406   rm -f conftest.er1
21407   cat conftest.err >&5
21408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21409   (exit $ac_status); } && {
21410          test -z "$ac_c_werror_flag" ||
21411          test ! -s conftest.err
21412        } && test -s conftest$ac_exeext &&
21413        $as_test_x conftest$ac_exeext; then
21414   ol_cv_pthread_pthread=yes
21415 else
21416   echo "$as_me: failed program was:" >&5
21417 sed 's/^/| /' conftest.$ac_ext >&5
21418
21419         ol_cv_pthread_pthread=no
21420 fi
21421
21422 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21423       conftest$ac_exeext conftest.$ac_ext
21424 else
21425   cat >conftest.$ac_ext <<_ACEOF
21426 /* confdefs.h.  */
21427 _ACEOF
21428 cat confdefs.h >>conftest.$ac_ext
21429 cat >>conftest.$ac_ext <<_ACEOF
21430 /* end confdefs.h.  */
21431
21432 /* pthread test headers */
21433 #include <pthread.h>
21434 #if HAVE_PTHREADS < 7
21435 #include <errno.h>
21436 #endif
21437 #ifndef NULL
21438 #define NULL (void*)0
21439 #endif
21440
21441 static void *task(p)
21442         void *p;
21443 {
21444         return (void *) (p == NULL);
21445 }
21446
21447
21448 int main(argc, argv)
21449         int argc;
21450         char **argv;
21451 {
21452
21453         /* pthread test function */
21454 #ifndef PTHREAD_CREATE_DETACHED
21455 #define PTHREAD_CREATE_DETACHED 1
21456 #endif
21457         pthread_t t;
21458         int status;
21459         int detach = PTHREAD_CREATE_DETACHED;
21460
21461 #if HAVE_PTHREADS > 4
21462         /* Final pthreads */
21463         pthread_attr_t attr;
21464
21465         status = pthread_attr_init(&attr);
21466         if( status ) return status;
21467
21468 #if HAVE_PTHREADS < 7
21469         status = pthread_attr_setdetachstate(&attr, &detach);
21470         if( status < 0 ) status = errno;
21471 #else
21472         status = pthread_attr_setdetachstate(&attr, detach);
21473 #endif
21474         if( status ) return status;
21475         status = pthread_create( &t, &attr, task, NULL );
21476 #if HAVE_PTHREADS < 7
21477         if( status < 0 ) status = errno;
21478 #endif
21479         if( status ) return status;
21480 #else
21481         /* Draft 4 pthreads */
21482         status = pthread_create( &t, pthread_attr_default, task, NULL );
21483         if( status ) return errno;
21484
21485         /* give thread a chance to complete */
21486         /* it should remain joinable and hence detachable */
21487         sleep( 1 );
21488
21489         status = pthread_detach( &t );
21490         if( status ) return errno;
21491 #endif
21492
21493 #ifdef HAVE_LINUX_THREADS
21494         pthread_kill_other_threads_np();
21495 #endif
21496
21497         return 0;
21498
21499 }
21500
21501 _ACEOF
21502 rm -f conftest$ac_exeext
21503 if { (ac_try="$ac_link"
21504 case "(($ac_try" in
21505   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21506   *) ac_try_echo=$ac_try;;
21507 esac
21508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21509   (eval "$ac_link") 2>&5
21510   ac_status=$?
21511   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21512   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21513   { (case "(($ac_try" in
21514   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21515   *) ac_try_echo=$ac_try;;
21516 esac
21517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21518   (eval "$ac_try") 2>&5
21519   ac_status=$?
21520   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21521   (exit $ac_status); }; }; then
21522   ol_cv_pthread_pthread=yes
21523 else
21524   echo "$as_me: program exited with status $ac_status" >&5
21525 echo "$as_me: failed program was:" >&5
21526 sed 's/^/| /' conftest.$ac_ext >&5
21527
21528 ( exit $ac_status )
21529 ol_cv_pthread_pthread=no
21530 fi
21531 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21532 fi
21533
21534
21535
21536                 # restore the LIBS
21537                 LIBS="$ol_LIBS"
21538
21539 fi
21540 { echo "$as_me:$LINENO: result: $ol_cv_pthread_pthread" >&5
21541 echo "${ECHO_T}$ol_cv_pthread_pthread" >&6; }
21542
21543         if test $ol_cv_pthread_pthread = yes ; then
21544                 ol_link_pthreads="-pthread"
21545                 ol_link_threads=posix
21546         fi
21547 fi
21548
21549                 # Pthread try link: -pthreads (ol_cv_pthread_pthreads)
21550 if test "$ol_link_threads" = no ; then
21551         # try -pthreads
21552         { echo "$as_me:$LINENO: checking for pthread link with -pthreads" >&5
21553 echo $ECHO_N "checking for pthread link with -pthreads... $ECHO_C" >&6; }
21554 if test "${ol_cv_pthread_pthreads+set}" = set; then
21555   echo $ECHO_N "(cached) $ECHO_C" >&6
21556 else
21557
21558                 # save the flags
21559                 ol_LIBS="$LIBS"
21560                 LIBS="-pthreads $LIBS"
21561
21562                 if test "$cross_compiling" = yes; then
21563   cat >conftest.$ac_ext <<_ACEOF
21564 /* confdefs.h.  */
21565 _ACEOF
21566 cat confdefs.h >>conftest.$ac_ext
21567 cat >>conftest.$ac_ext <<_ACEOF
21568 /* end confdefs.h.  */
21569
21570 /* pthread test headers */
21571 #include <pthread.h>
21572 #if HAVE_PTHREADS < 7
21573 #include <errno.h>
21574 #endif
21575 #ifndef NULL
21576 #define NULL (void*)0
21577 #endif
21578
21579 static void *task(p)
21580         void *p;
21581 {
21582         return (void *) (p == NULL);
21583 }
21584
21585 int
21586 main ()
21587 {
21588
21589         /* pthread test function */
21590 #ifndef PTHREAD_CREATE_DETACHED
21591 #define PTHREAD_CREATE_DETACHED 1
21592 #endif
21593         pthread_t t;
21594         int status;
21595         int detach = PTHREAD_CREATE_DETACHED;
21596
21597 #if HAVE_PTHREADS > 4
21598         /* Final pthreads */
21599         pthread_attr_t attr;
21600
21601         status = pthread_attr_init(&attr);
21602         if( status ) return status;
21603
21604 #if HAVE_PTHREADS < 7
21605         status = pthread_attr_setdetachstate(&attr, &detach);
21606         if( status < 0 ) status = errno;
21607 #else
21608         status = pthread_attr_setdetachstate(&attr, detach);
21609 #endif
21610         if( status ) return status;
21611         status = pthread_create( &t, &attr, task, NULL );
21612 #if HAVE_PTHREADS < 7
21613         if( status < 0 ) status = errno;
21614 #endif
21615         if( status ) return status;
21616 #else
21617         /* Draft 4 pthreads */
21618         status = pthread_create( &t, pthread_attr_default, task, NULL );
21619         if( status ) return errno;
21620
21621         /* give thread a chance to complete */
21622         /* it should remain joinable and hence detachable */
21623         sleep( 1 );
21624
21625         status = pthread_detach( &t );
21626         if( status ) return errno;
21627 #endif
21628
21629 #ifdef HAVE_LINUX_THREADS
21630         pthread_kill_other_threads_np();
21631 #endif
21632
21633         return 0;
21634
21635   ;
21636   return 0;
21637 }
21638 _ACEOF
21639 rm -f conftest.$ac_objext conftest$ac_exeext
21640 if { (ac_try="$ac_link"
21641 case "(($ac_try" in
21642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21643   *) ac_try_echo=$ac_try;;
21644 esac
21645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21646   (eval "$ac_link") 2>conftest.er1
21647   ac_status=$?
21648   grep -v '^ *+' conftest.er1 >conftest.err
21649   rm -f conftest.er1
21650   cat conftest.err >&5
21651   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21652   (exit $ac_status); } && {
21653          test -z "$ac_c_werror_flag" ||
21654          test ! -s conftest.err
21655        } && test -s conftest$ac_exeext &&
21656        $as_test_x conftest$ac_exeext; then
21657   ol_cv_pthread_pthreads=yes
21658 else
21659   echo "$as_me: failed program was:" >&5
21660 sed 's/^/| /' conftest.$ac_ext >&5
21661
21662         ol_cv_pthread_pthreads=no
21663 fi
21664
21665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21666       conftest$ac_exeext conftest.$ac_ext
21667 else
21668   cat >conftest.$ac_ext <<_ACEOF
21669 /* confdefs.h.  */
21670 _ACEOF
21671 cat confdefs.h >>conftest.$ac_ext
21672 cat >>conftest.$ac_ext <<_ACEOF
21673 /* end confdefs.h.  */
21674
21675 /* pthread test headers */
21676 #include <pthread.h>
21677 #if HAVE_PTHREADS < 7
21678 #include <errno.h>
21679 #endif
21680 #ifndef NULL
21681 #define NULL (void*)0
21682 #endif
21683
21684 static void *task(p)
21685         void *p;
21686 {
21687         return (void *) (p == NULL);
21688 }
21689
21690
21691 int main(argc, argv)
21692         int argc;
21693         char **argv;
21694 {
21695
21696         /* pthread test function */
21697 #ifndef PTHREAD_CREATE_DETACHED
21698 #define PTHREAD_CREATE_DETACHED 1
21699 #endif
21700         pthread_t t;
21701         int status;
21702         int detach = PTHREAD_CREATE_DETACHED;
21703
21704 #if HAVE_PTHREADS > 4
21705         /* Final pthreads */
21706         pthread_attr_t attr;
21707
21708         status = pthread_attr_init(&attr);
21709         if( status ) return status;
21710
21711 #if HAVE_PTHREADS < 7
21712         status = pthread_attr_setdetachstate(&attr, &detach);
21713         if( status < 0 ) status = errno;
21714 #else
21715         status = pthread_attr_setdetachstate(&attr, detach);
21716 #endif
21717         if( status ) return status;
21718         status = pthread_create( &t, &attr, task, NULL );
21719 #if HAVE_PTHREADS < 7
21720         if( status < 0 ) status = errno;
21721 #endif
21722         if( status ) return status;
21723 #else
21724         /* Draft 4 pthreads */
21725         status = pthread_create( &t, pthread_attr_default, task, NULL );
21726         if( status ) return errno;
21727
21728         /* give thread a chance to complete */
21729         /* it should remain joinable and hence detachable */
21730         sleep( 1 );
21731
21732         status = pthread_detach( &t );
21733         if( status ) return errno;
21734 #endif
21735
21736 #ifdef HAVE_LINUX_THREADS
21737         pthread_kill_other_threads_np();
21738 #endif
21739
21740         return 0;
21741
21742 }
21743
21744 _ACEOF
21745 rm -f conftest$ac_exeext
21746 if { (ac_try="$ac_link"
21747 case "(($ac_try" in
21748   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21749   *) ac_try_echo=$ac_try;;
21750 esac
21751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21752   (eval "$ac_link") 2>&5
21753   ac_status=$?
21754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21755   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21756   { (case "(($ac_try" in
21757   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21758   *) ac_try_echo=$ac_try;;
21759 esac
21760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21761   (eval "$ac_try") 2>&5
21762   ac_status=$?
21763   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21764   (exit $ac_status); }; }; then
21765   ol_cv_pthread_pthreads=yes
21766 else
21767   echo "$as_me: program exited with status $ac_status" >&5
21768 echo "$as_me: failed program was:" >&5
21769 sed 's/^/| /' conftest.$ac_ext >&5
21770
21771 ( exit $ac_status )
21772 ol_cv_pthread_pthreads=no
21773 fi
21774 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21775 fi
21776
21777
21778
21779                 # restore the LIBS
21780                 LIBS="$ol_LIBS"
21781
21782 fi
21783 { echo "$as_me:$LINENO: result: $ol_cv_pthread_pthreads" >&5
21784 echo "${ECHO_T}$ol_cv_pthread_pthreads" >&6; }
21785
21786         if test $ol_cv_pthread_pthreads = yes ; then
21787                 ol_link_pthreads="-pthreads"
21788                 ol_link_threads=posix
21789         fi
21790 fi
21791
21792                 # Pthread try link: -mthreads (ol_cv_pthread_mthreads)
21793 if test "$ol_link_threads" = no ; then
21794         # try -mthreads
21795         { echo "$as_me:$LINENO: checking for pthread link with -mthreads" >&5
21796 echo $ECHO_N "checking for pthread link with -mthreads... $ECHO_C" >&6; }
21797 if test "${ol_cv_pthread_mthreads+set}" = set; then
21798   echo $ECHO_N "(cached) $ECHO_C" >&6
21799 else
21800
21801                 # save the flags
21802                 ol_LIBS="$LIBS"
21803                 LIBS="-mthreads $LIBS"
21804
21805                 if test "$cross_compiling" = yes; then
21806   cat >conftest.$ac_ext <<_ACEOF
21807 /* confdefs.h.  */
21808 _ACEOF
21809 cat confdefs.h >>conftest.$ac_ext
21810 cat >>conftest.$ac_ext <<_ACEOF
21811 /* end confdefs.h.  */
21812
21813 /* pthread test headers */
21814 #include <pthread.h>
21815 #if HAVE_PTHREADS < 7
21816 #include <errno.h>
21817 #endif
21818 #ifndef NULL
21819 #define NULL (void*)0
21820 #endif
21821
21822 static void *task(p)
21823         void *p;
21824 {
21825         return (void *) (p == NULL);
21826 }
21827
21828 int
21829 main ()
21830 {
21831
21832         /* pthread test function */
21833 #ifndef PTHREAD_CREATE_DETACHED
21834 #define PTHREAD_CREATE_DETACHED 1
21835 #endif
21836         pthread_t t;
21837         int status;
21838         int detach = PTHREAD_CREATE_DETACHED;
21839
21840 #if HAVE_PTHREADS > 4
21841         /* Final pthreads */
21842         pthread_attr_t attr;
21843
21844         status = pthread_attr_init(&attr);
21845         if( status ) return status;
21846
21847 #if HAVE_PTHREADS < 7
21848         status = pthread_attr_setdetachstate(&attr, &detach);
21849         if( status < 0 ) status = errno;
21850 #else
21851         status = pthread_attr_setdetachstate(&attr, detach);
21852 #endif
21853         if( status ) return status;
21854         status = pthread_create( &t, &attr, task, NULL );
21855 #if HAVE_PTHREADS < 7
21856         if( status < 0 ) status = errno;
21857 #endif
21858         if( status ) return status;
21859 #else
21860         /* Draft 4 pthreads */
21861         status = pthread_create( &t, pthread_attr_default, task, NULL );
21862         if( status ) return errno;
21863
21864         /* give thread a chance to complete */
21865         /* it should remain joinable and hence detachable */
21866         sleep( 1 );
21867
21868         status = pthread_detach( &t );
21869         if( status ) return errno;
21870 #endif
21871
21872 #ifdef HAVE_LINUX_THREADS
21873         pthread_kill_other_threads_np();
21874 #endif
21875
21876         return 0;
21877
21878   ;
21879   return 0;
21880 }
21881 _ACEOF
21882 rm -f conftest.$ac_objext conftest$ac_exeext
21883 if { (ac_try="$ac_link"
21884 case "(($ac_try" in
21885   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21886   *) ac_try_echo=$ac_try;;
21887 esac
21888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21889   (eval "$ac_link") 2>conftest.er1
21890   ac_status=$?
21891   grep -v '^ *+' conftest.er1 >conftest.err
21892   rm -f conftest.er1
21893   cat conftest.err >&5
21894   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21895   (exit $ac_status); } && {
21896          test -z "$ac_c_werror_flag" ||
21897          test ! -s conftest.err
21898        } && test -s conftest$ac_exeext &&
21899        $as_test_x conftest$ac_exeext; then
21900   ol_cv_pthread_mthreads=yes
21901 else
21902   echo "$as_me: failed program was:" >&5
21903 sed 's/^/| /' conftest.$ac_ext >&5
21904
21905         ol_cv_pthread_mthreads=no
21906 fi
21907
21908 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21909       conftest$ac_exeext conftest.$ac_ext
21910 else
21911   cat >conftest.$ac_ext <<_ACEOF
21912 /* confdefs.h.  */
21913 _ACEOF
21914 cat confdefs.h >>conftest.$ac_ext
21915 cat >>conftest.$ac_ext <<_ACEOF
21916 /* end confdefs.h.  */
21917
21918 /* pthread test headers */
21919 #include <pthread.h>
21920 #if HAVE_PTHREADS < 7
21921 #include <errno.h>
21922 #endif
21923 #ifndef NULL
21924 #define NULL (void*)0
21925 #endif
21926
21927 static void *task(p)
21928         void *p;
21929 {
21930         return (void *) (p == NULL);
21931 }
21932
21933
21934 int main(argc, argv)
21935         int argc;
21936         char **argv;
21937 {
21938
21939         /* pthread test function */
21940 #ifndef PTHREAD_CREATE_DETACHED
21941 #define PTHREAD_CREATE_DETACHED 1
21942 #endif
21943         pthread_t t;
21944         int status;
21945         int detach = PTHREAD_CREATE_DETACHED;
21946
21947 #if HAVE_PTHREADS > 4
21948         /* Final pthreads */
21949         pthread_attr_t attr;
21950
21951         status = pthread_attr_init(&attr);
21952         if( status ) return status;
21953
21954 #if HAVE_PTHREADS < 7
21955         status = pthread_attr_setdetachstate(&attr, &detach);
21956         if( status < 0 ) status = errno;
21957 #else
21958         status = pthread_attr_setdetachstate(&attr, detach);
21959 #endif
21960         if( status ) return status;
21961         status = pthread_create( &t, &attr, task, NULL );
21962 #if HAVE_PTHREADS < 7
21963         if( status < 0 ) status = errno;
21964 #endif
21965         if( status ) return status;
21966 #else
21967         /* Draft 4 pthreads */
21968         status = pthread_create( &t, pthread_attr_default, task, NULL );
21969         if( status ) return errno;
21970
21971         /* give thread a chance to complete */
21972         /* it should remain joinable and hence detachable */
21973         sleep( 1 );
21974
21975         status = pthread_detach( &t );
21976         if( status ) return errno;
21977 #endif
21978
21979 #ifdef HAVE_LINUX_THREADS
21980         pthread_kill_other_threads_np();
21981 #endif
21982
21983         return 0;
21984
21985 }
21986
21987 _ACEOF
21988 rm -f conftest$ac_exeext
21989 if { (ac_try="$ac_link"
21990 case "(($ac_try" in
21991   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21992   *) ac_try_echo=$ac_try;;
21993 esac
21994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21995   (eval "$ac_link") 2>&5
21996   ac_status=$?
21997   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21998   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21999   { (case "(($ac_try" in
22000   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22001   *) ac_try_echo=$ac_try;;
22002 esac
22003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22004   (eval "$ac_try") 2>&5
22005   ac_status=$?
22006   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22007   (exit $ac_status); }; }; then
22008   ol_cv_pthread_mthreads=yes
22009 else
22010   echo "$as_me: program exited with status $ac_status" >&5
22011 echo "$as_me: failed program was:" >&5
22012 sed 's/^/| /' conftest.$ac_ext >&5
22013
22014 ( exit $ac_status )
22015 ol_cv_pthread_mthreads=no
22016 fi
22017 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22018 fi
22019
22020
22021
22022                 # restore the LIBS
22023                 LIBS="$ol_LIBS"
22024
22025 fi
22026 { echo "$as_me:$LINENO: result: $ol_cv_pthread_mthreads" >&5
22027 echo "${ECHO_T}$ol_cv_pthread_mthreads" >&6; }
22028
22029         if test $ol_cv_pthread_mthreads = yes ; then
22030                 ol_link_pthreads="-mthreads"
22031                 ol_link_threads=posix
22032         fi
22033 fi
22034
22035                 # Pthread try link: -thread (ol_cv_pthread_thread)
22036 if test "$ol_link_threads" = no ; then
22037         # try -thread
22038         { echo "$as_me:$LINENO: checking for pthread link with -thread" >&5
22039 echo $ECHO_N "checking for pthread link with -thread... $ECHO_C" >&6; }
22040 if test "${ol_cv_pthread_thread+set}" = set; then
22041   echo $ECHO_N "(cached) $ECHO_C" >&6
22042 else
22043
22044                 # save the flags
22045                 ol_LIBS="$LIBS"
22046                 LIBS="-thread $LIBS"
22047
22048                 if test "$cross_compiling" = yes; then
22049   cat >conftest.$ac_ext <<_ACEOF
22050 /* confdefs.h.  */
22051 _ACEOF
22052 cat confdefs.h >>conftest.$ac_ext
22053 cat >>conftest.$ac_ext <<_ACEOF
22054 /* end confdefs.h.  */
22055
22056 /* pthread test headers */
22057 #include <pthread.h>
22058 #if HAVE_PTHREADS < 7
22059 #include <errno.h>
22060 #endif
22061 #ifndef NULL
22062 #define NULL (void*)0
22063 #endif
22064
22065 static void *task(p)
22066         void *p;
22067 {
22068         return (void *) (p == NULL);
22069 }
22070
22071 int
22072 main ()
22073 {
22074
22075         /* pthread test function */
22076 #ifndef PTHREAD_CREATE_DETACHED
22077 #define PTHREAD_CREATE_DETACHED 1
22078 #endif
22079         pthread_t t;
22080         int status;
22081         int detach = PTHREAD_CREATE_DETACHED;
22082
22083 #if HAVE_PTHREADS > 4
22084         /* Final pthreads */
22085         pthread_attr_t attr;
22086
22087         status = pthread_attr_init(&attr);
22088         if( status ) return status;
22089
22090 #if HAVE_PTHREADS < 7
22091         status = pthread_attr_setdetachstate(&attr, &detach);
22092         if( status < 0 ) status = errno;
22093 #else
22094         status = pthread_attr_setdetachstate(&attr, detach);
22095 #endif
22096         if( status ) return status;
22097         status = pthread_create( &t, &attr, task, NULL );
22098 #if HAVE_PTHREADS < 7
22099         if( status < 0 ) status = errno;
22100 #endif
22101         if( status ) return status;
22102 #else
22103         /* Draft 4 pthreads */
22104         status = pthread_create( &t, pthread_attr_default, task, NULL );
22105         if( status ) return errno;
22106
22107         /* give thread a chance to complete */
22108         /* it should remain joinable and hence detachable */
22109         sleep( 1 );
22110
22111         status = pthread_detach( &t );
22112         if( status ) return errno;
22113 #endif
22114
22115 #ifdef HAVE_LINUX_THREADS
22116         pthread_kill_other_threads_np();
22117 #endif
22118
22119         return 0;
22120
22121   ;
22122   return 0;
22123 }
22124 _ACEOF
22125 rm -f conftest.$ac_objext conftest$ac_exeext
22126 if { (ac_try="$ac_link"
22127 case "(($ac_try" in
22128   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22129   *) ac_try_echo=$ac_try;;
22130 esac
22131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22132   (eval "$ac_link") 2>conftest.er1
22133   ac_status=$?
22134   grep -v '^ *+' conftest.er1 >conftest.err
22135   rm -f conftest.er1
22136   cat conftest.err >&5
22137   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22138   (exit $ac_status); } && {
22139          test -z "$ac_c_werror_flag" ||
22140          test ! -s conftest.err
22141        } && test -s conftest$ac_exeext &&
22142        $as_test_x conftest$ac_exeext; then
22143   ol_cv_pthread_thread=yes
22144 else
22145   echo "$as_me: failed program was:" >&5
22146 sed 's/^/| /' conftest.$ac_ext >&5
22147
22148         ol_cv_pthread_thread=no
22149 fi
22150
22151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22152       conftest$ac_exeext conftest.$ac_ext
22153 else
22154   cat >conftest.$ac_ext <<_ACEOF
22155 /* confdefs.h.  */
22156 _ACEOF
22157 cat confdefs.h >>conftest.$ac_ext
22158 cat >>conftest.$ac_ext <<_ACEOF
22159 /* end confdefs.h.  */
22160
22161 /* pthread test headers */
22162 #include <pthread.h>
22163 #if HAVE_PTHREADS < 7
22164 #include <errno.h>
22165 #endif
22166 #ifndef NULL
22167 #define NULL (void*)0
22168 #endif
22169
22170 static void *task(p)
22171         void *p;
22172 {
22173         return (void *) (p == NULL);
22174 }
22175
22176
22177 int main(argc, argv)
22178         int argc;
22179         char **argv;
22180 {
22181
22182         /* pthread test function */
22183 #ifndef PTHREAD_CREATE_DETACHED
22184 #define PTHREAD_CREATE_DETACHED 1
22185 #endif
22186         pthread_t t;
22187         int status;
22188         int detach = PTHREAD_CREATE_DETACHED;
22189
22190 #if HAVE_PTHREADS > 4
22191         /* Final pthreads */
22192         pthread_attr_t attr;
22193
22194         status = pthread_attr_init(&attr);
22195         if( status ) return status;
22196
22197 #if HAVE_PTHREADS < 7
22198         status = pthread_attr_setdetachstate(&attr, &detach);
22199         if( status < 0 ) status = errno;
22200 #else
22201         status = pthread_attr_setdetachstate(&attr, detach);
22202 #endif
22203         if( status ) return status;
22204         status = pthread_create( &t, &attr, task, NULL );
22205 #if HAVE_PTHREADS < 7
22206         if( status < 0 ) status = errno;
22207 #endif
22208         if( status ) return status;
22209 #else
22210         /* Draft 4 pthreads */
22211         status = pthread_create( &t, pthread_attr_default, task, NULL );
22212         if( status ) return errno;
22213
22214         /* give thread a chance to complete */
22215         /* it should remain joinable and hence detachable */
22216         sleep( 1 );
22217
22218         status = pthread_detach( &t );
22219         if( status ) return errno;
22220 #endif
22221
22222 #ifdef HAVE_LINUX_THREADS
22223         pthread_kill_other_threads_np();
22224 #endif
22225
22226         return 0;
22227
22228 }
22229
22230 _ACEOF
22231 rm -f conftest$ac_exeext
22232 if { (ac_try="$ac_link"
22233 case "(($ac_try" in
22234   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22235   *) ac_try_echo=$ac_try;;
22236 esac
22237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22238   (eval "$ac_link") 2>&5
22239   ac_status=$?
22240   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22241   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22242   { (case "(($ac_try" in
22243   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22244   *) ac_try_echo=$ac_try;;
22245 esac
22246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22247   (eval "$ac_try") 2>&5
22248   ac_status=$?
22249   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22250   (exit $ac_status); }; }; then
22251   ol_cv_pthread_thread=yes
22252 else
22253   echo "$as_me: program exited with status $ac_status" >&5
22254 echo "$as_me: failed program was:" >&5
22255 sed 's/^/| /' conftest.$ac_ext >&5
22256
22257 ( exit $ac_status )
22258 ol_cv_pthread_thread=no
22259 fi
22260 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22261 fi
22262
22263
22264
22265                 # restore the LIBS
22266                 LIBS="$ol_LIBS"
22267
22268 fi
22269 { echo "$as_me:$LINENO: result: $ol_cv_pthread_thread" >&5
22270 echo "${ECHO_T}$ol_cv_pthread_thread" >&6; }
22271
22272         if test $ol_cv_pthread_thread = yes ; then
22273                 ol_link_pthreads="-thread"
22274                 ol_link_threads=posix
22275         fi
22276 fi
22277
22278
22279                 # Pthread try link: -lpthread -lmach -lexc -lc_r (ol_cv_pthread_lpthread_lmach_lexc_lc_r)
22280 if test "$ol_link_threads" = no ; then
22281         # try -lpthread -lmach -lexc -lc_r
22282         { echo "$as_me:$LINENO: checking for pthread link with -lpthread -lmach -lexc -lc_r" >&5
22283 echo $ECHO_N "checking for pthread link with -lpthread -lmach -lexc -lc_r... $ECHO_C" >&6; }
22284 if test "${ol_cv_pthread_lpthread_lmach_lexc_lc_r+set}" = set; then
22285   echo $ECHO_N "(cached) $ECHO_C" >&6
22286 else
22287
22288                 # save the flags
22289                 ol_LIBS="$LIBS"
22290                 LIBS="-lpthread -lmach -lexc -lc_r $LIBS"
22291
22292                 if test "$cross_compiling" = yes; then
22293   cat >conftest.$ac_ext <<_ACEOF
22294 /* confdefs.h.  */
22295 _ACEOF
22296 cat confdefs.h >>conftest.$ac_ext
22297 cat >>conftest.$ac_ext <<_ACEOF
22298 /* end confdefs.h.  */
22299
22300 /* pthread test headers */
22301 #include <pthread.h>
22302 #if HAVE_PTHREADS < 7
22303 #include <errno.h>
22304 #endif
22305 #ifndef NULL
22306 #define NULL (void*)0
22307 #endif
22308
22309 static void *task(p)
22310         void *p;
22311 {
22312         return (void *) (p == NULL);
22313 }
22314
22315 int
22316 main ()
22317 {
22318
22319         /* pthread test function */
22320 #ifndef PTHREAD_CREATE_DETACHED
22321 #define PTHREAD_CREATE_DETACHED 1
22322 #endif
22323         pthread_t t;
22324         int status;
22325         int detach = PTHREAD_CREATE_DETACHED;
22326
22327 #if HAVE_PTHREADS > 4
22328         /* Final pthreads */
22329         pthread_attr_t attr;
22330
22331         status = pthread_attr_init(&attr);
22332         if( status ) return status;
22333
22334 #if HAVE_PTHREADS < 7
22335         status = pthread_attr_setdetachstate(&attr, &detach);
22336         if( status < 0 ) status = errno;
22337 #else
22338         status = pthread_attr_setdetachstate(&attr, detach);
22339 #endif
22340         if( status ) return status;
22341         status = pthread_create( &t, &attr, task, NULL );
22342 #if HAVE_PTHREADS < 7
22343         if( status < 0 ) status = errno;
22344 #endif
22345         if( status ) return status;
22346 #else
22347         /* Draft 4 pthreads */
22348         status = pthread_create( &t, pthread_attr_default, task, NULL );
22349         if( status ) return errno;
22350
22351         /* give thread a chance to complete */
22352         /* it should remain joinable and hence detachable */
22353         sleep( 1 );
22354
22355         status = pthread_detach( &t );
22356         if( status ) return errno;
22357 #endif
22358
22359 #ifdef HAVE_LINUX_THREADS
22360         pthread_kill_other_threads_np();
22361 #endif
22362
22363         return 0;
22364
22365   ;
22366   return 0;
22367 }
22368 _ACEOF
22369 rm -f conftest.$ac_objext conftest$ac_exeext
22370 if { (ac_try="$ac_link"
22371 case "(($ac_try" in
22372   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22373   *) ac_try_echo=$ac_try;;
22374 esac
22375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22376   (eval "$ac_link") 2>conftest.er1
22377   ac_status=$?
22378   grep -v '^ *+' conftest.er1 >conftest.err
22379   rm -f conftest.er1
22380   cat conftest.err >&5
22381   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22382   (exit $ac_status); } && {
22383          test -z "$ac_c_werror_flag" ||
22384          test ! -s conftest.err
22385        } && test -s conftest$ac_exeext &&
22386        $as_test_x conftest$ac_exeext; then
22387   ol_cv_pthread_lpthread_lmach_lexc_lc_r=yes
22388 else
22389   echo "$as_me: failed program was:" >&5
22390 sed 's/^/| /' conftest.$ac_ext >&5
22391
22392         ol_cv_pthread_lpthread_lmach_lexc_lc_r=no
22393 fi
22394
22395 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22396       conftest$ac_exeext conftest.$ac_ext
22397 else
22398   cat >conftest.$ac_ext <<_ACEOF
22399 /* confdefs.h.  */
22400 _ACEOF
22401 cat confdefs.h >>conftest.$ac_ext
22402 cat >>conftest.$ac_ext <<_ACEOF
22403 /* end confdefs.h.  */
22404
22405 /* pthread test headers */
22406 #include <pthread.h>
22407 #if HAVE_PTHREADS < 7
22408 #include <errno.h>
22409 #endif
22410 #ifndef NULL
22411 #define NULL (void*)0
22412 #endif
22413
22414 static void *task(p)
22415         void *p;
22416 {
22417         return (void *) (p == NULL);
22418 }
22419
22420
22421 int main(argc, argv)
22422         int argc;
22423         char **argv;
22424 {
22425
22426         /* pthread test function */
22427 #ifndef PTHREAD_CREATE_DETACHED
22428 #define PTHREAD_CREATE_DETACHED 1
22429 #endif
22430         pthread_t t;
22431         int status;
22432         int detach = PTHREAD_CREATE_DETACHED;
22433
22434 #if HAVE_PTHREADS > 4
22435         /* Final pthreads */
22436         pthread_attr_t attr;
22437
22438         status = pthread_attr_init(&attr);
22439         if( status ) return status;
22440
22441 #if HAVE_PTHREADS < 7
22442         status = pthread_attr_setdetachstate(&attr, &detach);
22443         if( status < 0 ) status = errno;
22444 #else
22445         status = pthread_attr_setdetachstate(&attr, detach);
22446 #endif
22447         if( status ) return status;
22448         status = pthread_create( &t, &attr, task, NULL );
22449 #if HAVE_PTHREADS < 7
22450         if( status < 0 ) status = errno;
22451 #endif
22452         if( status ) return status;
22453 #else
22454         /* Draft 4 pthreads */
22455         status = pthread_create( &t, pthread_attr_default, task, NULL );
22456         if( status ) return errno;
22457
22458         /* give thread a chance to complete */
22459         /* it should remain joinable and hence detachable */
22460         sleep( 1 );
22461
22462         status = pthread_detach( &t );
22463         if( status ) return errno;
22464 #endif
22465
22466 #ifdef HAVE_LINUX_THREADS
22467         pthread_kill_other_threads_np();
22468 #endif
22469
22470         return 0;
22471
22472 }
22473
22474 _ACEOF
22475 rm -f conftest$ac_exeext
22476 if { (ac_try="$ac_link"
22477 case "(($ac_try" in
22478   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22479   *) ac_try_echo=$ac_try;;
22480 esac
22481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22482   (eval "$ac_link") 2>&5
22483   ac_status=$?
22484   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22485   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22486   { (case "(($ac_try" in
22487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22488   *) ac_try_echo=$ac_try;;
22489 esac
22490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22491   (eval "$ac_try") 2>&5
22492   ac_status=$?
22493   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22494   (exit $ac_status); }; }; then
22495   ol_cv_pthread_lpthread_lmach_lexc_lc_r=yes
22496 else
22497   echo "$as_me: program exited with status $ac_status" >&5
22498 echo "$as_me: failed program was:" >&5
22499 sed 's/^/| /' conftest.$ac_ext >&5
22500
22501 ( exit $ac_status )
22502 ol_cv_pthread_lpthread_lmach_lexc_lc_r=no
22503 fi
22504 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22505 fi
22506
22507
22508
22509                 # restore the LIBS
22510                 LIBS="$ol_LIBS"
22511
22512 fi
22513 { echo "$as_me:$LINENO: result: $ol_cv_pthread_lpthread_lmach_lexc_lc_r" >&5
22514 echo "${ECHO_T}$ol_cv_pthread_lpthread_lmach_lexc_lc_r" >&6; }
22515
22516         if test $ol_cv_pthread_lpthread_lmach_lexc_lc_r = yes ; then
22517                 ol_link_pthreads="-lpthread -lmach -lexc -lc_r"
22518                 ol_link_threads=posix
22519         fi
22520 fi
22521
22522                 # Pthread try link: -lpthread -lmach -lexc (ol_cv_pthread_lpthread_lmach_lexc)
22523 if test "$ol_link_threads" = no ; then
22524         # try -lpthread -lmach -lexc
22525         { echo "$as_me:$LINENO: checking for pthread link with -lpthread -lmach -lexc" >&5
22526 echo $ECHO_N "checking for pthread link with -lpthread -lmach -lexc... $ECHO_C" >&6; }
22527 if test "${ol_cv_pthread_lpthread_lmach_lexc+set}" = set; then
22528   echo $ECHO_N "(cached) $ECHO_C" >&6
22529 else
22530
22531                 # save the flags
22532                 ol_LIBS="$LIBS"
22533                 LIBS="-lpthread -lmach -lexc $LIBS"
22534
22535                 if test "$cross_compiling" = yes; then
22536   cat >conftest.$ac_ext <<_ACEOF
22537 /* confdefs.h.  */
22538 _ACEOF
22539 cat confdefs.h >>conftest.$ac_ext
22540 cat >>conftest.$ac_ext <<_ACEOF
22541 /* end confdefs.h.  */
22542
22543 /* pthread test headers */
22544 #include <pthread.h>
22545 #if HAVE_PTHREADS < 7
22546 #include <errno.h>
22547 #endif
22548 #ifndef NULL
22549 #define NULL (void*)0
22550 #endif
22551
22552 static void *task(p)
22553         void *p;
22554 {
22555         return (void *) (p == NULL);
22556 }
22557
22558 int
22559 main ()
22560 {
22561
22562         /* pthread test function */
22563 #ifndef PTHREAD_CREATE_DETACHED
22564 #define PTHREAD_CREATE_DETACHED 1
22565 #endif
22566         pthread_t t;
22567         int status;
22568         int detach = PTHREAD_CREATE_DETACHED;
22569
22570 #if HAVE_PTHREADS > 4
22571         /* Final pthreads */
22572         pthread_attr_t attr;
22573
22574         status = pthread_attr_init(&attr);
22575         if( status ) return status;
22576
22577 #if HAVE_PTHREADS < 7
22578         status = pthread_attr_setdetachstate(&attr, &detach);
22579         if( status < 0 ) status = errno;
22580 #else
22581         status = pthread_attr_setdetachstate(&attr, detach);
22582 #endif
22583         if( status ) return status;
22584         status = pthread_create( &t, &attr, task, NULL );
22585 #if HAVE_PTHREADS < 7
22586         if( status < 0 ) status = errno;
22587 #endif
22588         if( status ) return status;
22589 #else
22590         /* Draft 4 pthreads */
22591         status = pthread_create( &t, pthread_attr_default, task, NULL );
22592         if( status ) return errno;
22593
22594         /* give thread a chance to complete */
22595         /* it should remain joinable and hence detachable */
22596         sleep( 1 );
22597
22598         status = pthread_detach( &t );
22599         if( status ) return errno;
22600 #endif
22601
22602 #ifdef HAVE_LINUX_THREADS
22603         pthread_kill_other_threads_np();
22604 #endif
22605
22606         return 0;
22607
22608   ;
22609   return 0;
22610 }
22611 _ACEOF
22612 rm -f conftest.$ac_objext conftest$ac_exeext
22613 if { (ac_try="$ac_link"
22614 case "(($ac_try" in
22615   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22616   *) ac_try_echo=$ac_try;;
22617 esac
22618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22619   (eval "$ac_link") 2>conftest.er1
22620   ac_status=$?
22621   grep -v '^ *+' conftest.er1 >conftest.err
22622   rm -f conftest.er1
22623   cat conftest.err >&5
22624   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22625   (exit $ac_status); } && {
22626          test -z "$ac_c_werror_flag" ||
22627          test ! -s conftest.err
22628        } && test -s conftest$ac_exeext &&
22629        $as_test_x conftest$ac_exeext; then
22630   ol_cv_pthread_lpthread_lmach_lexc=yes
22631 else
22632   echo "$as_me: failed program was:" >&5
22633 sed 's/^/| /' conftest.$ac_ext >&5
22634
22635         ol_cv_pthread_lpthread_lmach_lexc=no
22636 fi
22637
22638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22639       conftest$ac_exeext conftest.$ac_ext
22640 else
22641   cat >conftest.$ac_ext <<_ACEOF
22642 /* confdefs.h.  */
22643 _ACEOF
22644 cat confdefs.h >>conftest.$ac_ext
22645 cat >>conftest.$ac_ext <<_ACEOF
22646 /* end confdefs.h.  */
22647
22648 /* pthread test headers */
22649 #include <pthread.h>
22650 #if HAVE_PTHREADS < 7
22651 #include <errno.h>
22652 #endif
22653 #ifndef NULL
22654 #define NULL (void*)0
22655 #endif
22656
22657 static void *task(p)
22658         void *p;
22659 {
22660         return (void *) (p == NULL);
22661 }
22662
22663
22664 int main(argc, argv)
22665         int argc;
22666         char **argv;
22667 {
22668
22669         /* pthread test function */
22670 #ifndef PTHREAD_CREATE_DETACHED
22671 #define PTHREAD_CREATE_DETACHED 1
22672 #endif
22673         pthread_t t;
22674         int status;
22675         int detach = PTHREAD_CREATE_DETACHED;
22676
22677 #if HAVE_PTHREADS > 4
22678         /* Final pthreads */
22679         pthread_attr_t attr;
22680
22681         status = pthread_attr_init(&attr);
22682         if( status ) return status;
22683
22684 #if HAVE_PTHREADS < 7
22685         status = pthread_attr_setdetachstate(&attr, &detach);
22686         if( status < 0 ) status = errno;
22687 #else
22688         status = pthread_attr_setdetachstate(&attr, detach);
22689 #endif
22690         if( status ) return status;
22691         status = pthread_create( &t, &attr, task, NULL );
22692 #if HAVE_PTHREADS < 7
22693         if( status < 0 ) status = errno;
22694 #endif
22695         if( status ) return status;
22696 #else
22697         /* Draft 4 pthreads */
22698         status = pthread_create( &t, pthread_attr_default, task, NULL );
22699         if( status ) return errno;
22700
22701         /* give thread a chance to complete */
22702         /* it should remain joinable and hence detachable */
22703         sleep( 1 );
22704
22705         status = pthread_detach( &t );
22706         if( status ) return errno;
22707 #endif
22708
22709 #ifdef HAVE_LINUX_THREADS
22710         pthread_kill_other_threads_np();
22711 #endif
22712
22713         return 0;
22714
22715 }
22716
22717 _ACEOF
22718 rm -f conftest$ac_exeext
22719 if { (ac_try="$ac_link"
22720 case "(($ac_try" in
22721   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22722   *) ac_try_echo=$ac_try;;
22723 esac
22724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22725   (eval "$ac_link") 2>&5
22726   ac_status=$?
22727   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22728   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22729   { (case "(($ac_try" in
22730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22731   *) ac_try_echo=$ac_try;;
22732 esac
22733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22734   (eval "$ac_try") 2>&5
22735   ac_status=$?
22736   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22737   (exit $ac_status); }; }; then
22738   ol_cv_pthread_lpthread_lmach_lexc=yes
22739 else
22740   echo "$as_me: program exited with status $ac_status" >&5
22741 echo "$as_me: failed program was:" >&5
22742 sed 's/^/| /' conftest.$ac_ext >&5
22743
22744 ( exit $ac_status )
22745 ol_cv_pthread_lpthread_lmach_lexc=no
22746 fi
22747 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22748 fi
22749
22750
22751
22752                 # restore the LIBS
22753                 LIBS="$ol_LIBS"
22754
22755 fi
22756 { echo "$as_me:$LINENO: result: $ol_cv_pthread_lpthread_lmach_lexc" >&5
22757 echo "${ECHO_T}$ol_cv_pthread_lpthread_lmach_lexc" >&6; }
22758
22759         if test $ol_cv_pthread_lpthread_lmach_lexc = yes ; then
22760                 ol_link_pthreads="-lpthread -lmach -lexc"
22761                 ol_link_threads=posix
22762         fi
22763 fi
22764
22765
22766                 # Pthread try link: -lpthread -Wl,-woff,85 (ol_cv_pthread_lib_lpthread_woff)
22767 if test "$ol_link_threads" = no ; then
22768         # try -lpthread -Wl,-woff,85
22769         { echo "$as_me:$LINENO: checking for pthread link with -lpthread -Wl,-woff,85" >&5
22770 echo $ECHO_N "checking for pthread link with -lpthread -Wl,-woff,85... $ECHO_C" >&6; }
22771 if test "${ol_cv_pthread_lib_lpthread_woff+set}" = set; then
22772   echo $ECHO_N "(cached) $ECHO_C" >&6
22773 else
22774
22775                 # save the flags
22776                 ol_LIBS="$LIBS"
22777                 LIBS="-lpthread -Wl,-woff,85 $LIBS"
22778
22779                 if test "$cross_compiling" = yes; then
22780   cat >conftest.$ac_ext <<_ACEOF
22781 /* confdefs.h.  */
22782 _ACEOF
22783 cat confdefs.h >>conftest.$ac_ext
22784 cat >>conftest.$ac_ext <<_ACEOF
22785 /* end confdefs.h.  */
22786
22787 /* pthread test headers */
22788 #include <pthread.h>
22789 #if HAVE_PTHREADS < 7
22790 #include <errno.h>
22791 #endif
22792 #ifndef NULL
22793 #define NULL (void*)0
22794 #endif
22795
22796 static void *task(p)
22797         void *p;
22798 {
22799         return (void *) (p == NULL);
22800 }
22801
22802 int
22803 main ()
22804 {
22805
22806         /* pthread test function */
22807 #ifndef PTHREAD_CREATE_DETACHED
22808 #define PTHREAD_CREATE_DETACHED 1
22809 #endif
22810         pthread_t t;
22811         int status;
22812         int detach = PTHREAD_CREATE_DETACHED;
22813
22814 #if HAVE_PTHREADS > 4
22815         /* Final pthreads */
22816         pthread_attr_t attr;
22817
22818         status = pthread_attr_init(&attr);
22819         if( status ) return status;
22820
22821 #if HAVE_PTHREADS < 7
22822         status = pthread_attr_setdetachstate(&attr, &detach);
22823         if( status < 0 ) status = errno;
22824 #else
22825         status = pthread_attr_setdetachstate(&attr, detach);
22826 #endif
22827         if( status ) return status;
22828         status = pthread_create( &t, &attr, task, NULL );
22829 #if HAVE_PTHREADS < 7
22830         if( status < 0 ) status = errno;
22831 #endif
22832         if( status ) return status;
22833 #else
22834         /* Draft 4 pthreads */
22835         status = pthread_create( &t, pthread_attr_default, task, NULL );
22836         if( status ) return errno;
22837
22838         /* give thread a chance to complete */
22839         /* it should remain joinable and hence detachable */
22840         sleep( 1 );
22841
22842         status = pthread_detach( &t );
22843         if( status ) return errno;
22844 #endif
22845
22846 #ifdef HAVE_LINUX_THREADS
22847         pthread_kill_other_threads_np();
22848 #endif
22849
22850         return 0;
22851
22852   ;
22853   return 0;
22854 }
22855 _ACEOF
22856 rm -f conftest.$ac_objext conftest$ac_exeext
22857 if { (ac_try="$ac_link"
22858 case "(($ac_try" in
22859   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22860   *) ac_try_echo=$ac_try;;
22861 esac
22862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22863   (eval "$ac_link") 2>conftest.er1
22864   ac_status=$?
22865   grep -v '^ *+' conftest.er1 >conftest.err
22866   rm -f conftest.er1
22867   cat conftest.err >&5
22868   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22869   (exit $ac_status); } && {
22870          test -z "$ac_c_werror_flag" ||
22871          test ! -s conftest.err
22872        } && test -s conftest$ac_exeext &&
22873        $as_test_x conftest$ac_exeext; then
22874   ol_cv_pthread_lib_lpthread_woff=yes
22875 else
22876   echo "$as_me: failed program was:" >&5
22877 sed 's/^/| /' conftest.$ac_ext >&5
22878
22879         ol_cv_pthread_lib_lpthread_woff=no
22880 fi
22881
22882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22883       conftest$ac_exeext conftest.$ac_ext
22884 else
22885   cat >conftest.$ac_ext <<_ACEOF
22886 /* confdefs.h.  */
22887 _ACEOF
22888 cat confdefs.h >>conftest.$ac_ext
22889 cat >>conftest.$ac_ext <<_ACEOF
22890 /* end confdefs.h.  */
22891
22892 /* pthread test headers */
22893 #include <pthread.h>
22894 #if HAVE_PTHREADS < 7
22895 #include <errno.h>
22896 #endif
22897 #ifndef NULL
22898 #define NULL (void*)0
22899 #endif
22900
22901 static void *task(p)
22902         void *p;
22903 {
22904         return (void *) (p == NULL);
22905 }
22906
22907
22908 int main(argc, argv)
22909         int argc;
22910         char **argv;
22911 {
22912
22913         /* pthread test function */
22914 #ifndef PTHREAD_CREATE_DETACHED
22915 #define PTHREAD_CREATE_DETACHED 1
22916 #endif
22917         pthread_t t;
22918         int status;
22919         int detach = PTHREAD_CREATE_DETACHED;
22920
22921 #if HAVE_PTHREADS > 4
22922         /* Final pthreads */
22923         pthread_attr_t attr;
22924
22925         status = pthread_attr_init(&attr);
22926         if( status ) return status;
22927
22928 #if HAVE_PTHREADS < 7
22929         status = pthread_attr_setdetachstate(&attr, &detach);
22930         if( status < 0 ) status = errno;
22931 #else
22932         status = pthread_attr_setdetachstate(&attr, detach);
22933 #endif
22934         if( status ) return status;
22935         status = pthread_create( &t, &attr, task, NULL );
22936 #if HAVE_PTHREADS < 7
22937         if( status < 0 ) status = errno;
22938 #endif
22939         if( status ) return status;
22940 #else
22941         /* Draft 4 pthreads */
22942         status = pthread_create( &t, pthread_attr_default, task, NULL );
22943         if( status ) return errno;
22944
22945         /* give thread a chance to complete */
22946         /* it should remain joinable and hence detachable */
22947         sleep( 1 );
22948
22949         status = pthread_detach( &t );
22950         if( status ) return errno;
22951 #endif
22952
22953 #ifdef HAVE_LINUX_THREADS
22954         pthread_kill_other_threads_np();
22955 #endif
22956
22957         return 0;
22958
22959 }
22960
22961 _ACEOF
22962 rm -f conftest$ac_exeext
22963 if { (ac_try="$ac_link"
22964 case "(($ac_try" in
22965   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22966   *) ac_try_echo=$ac_try;;
22967 esac
22968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22969   (eval "$ac_link") 2>&5
22970   ac_status=$?
22971   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22972   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22973   { (case "(($ac_try" in
22974   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22975   *) ac_try_echo=$ac_try;;
22976 esac
22977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22978   (eval "$ac_try") 2>&5
22979   ac_status=$?
22980   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22981   (exit $ac_status); }; }; then
22982   ol_cv_pthread_lib_lpthread_woff=yes
22983 else
22984   echo "$as_me: program exited with status $ac_status" >&5
22985 echo "$as_me: failed program was:" >&5
22986 sed 's/^/| /' conftest.$ac_ext >&5
22987
22988 ( exit $ac_status )
22989 ol_cv_pthread_lib_lpthread_woff=no
22990 fi
22991 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22992 fi
22993
22994
22995
22996                 # restore the LIBS
22997                 LIBS="$ol_LIBS"
22998
22999 fi
23000 { echo "$as_me:$LINENO: result: $ol_cv_pthread_lib_lpthread_woff" >&5
23001 echo "${ECHO_T}$ol_cv_pthread_lib_lpthread_woff" >&6; }
23002
23003         if test $ol_cv_pthread_lib_lpthread_woff = yes ; then
23004                 ol_link_pthreads="-lpthread -Wl,-woff,85"
23005                 ol_link_threads=posix
23006         fi
23007 fi
23008
23009
23010                 # Pthread try link: -lpthread (ol_cv_pthread_lpthread)
23011 if test "$ol_link_threads" = no ; then
23012         # try -lpthread
23013         { echo "$as_me:$LINENO: checking for pthread link with -lpthread" >&5
23014 echo $ECHO_N "checking for pthread link with -lpthread... $ECHO_C" >&6; }
23015 if test "${ol_cv_pthread_lpthread+set}" = set; then
23016   echo $ECHO_N "(cached) $ECHO_C" >&6
23017 else
23018
23019                 # save the flags
23020                 ol_LIBS="$LIBS"
23021                 LIBS="-lpthread $LIBS"
23022
23023                 if test "$cross_compiling" = yes; then
23024   cat >conftest.$ac_ext <<_ACEOF
23025 /* confdefs.h.  */
23026 _ACEOF
23027 cat confdefs.h >>conftest.$ac_ext
23028 cat >>conftest.$ac_ext <<_ACEOF
23029 /* end confdefs.h.  */
23030
23031 /* pthread test headers */
23032 #include <pthread.h>
23033 #if HAVE_PTHREADS < 7
23034 #include <errno.h>
23035 #endif
23036 #ifndef NULL
23037 #define NULL (void*)0
23038 #endif
23039
23040 static void *task(p)
23041         void *p;
23042 {
23043         return (void *) (p == NULL);
23044 }
23045
23046 int
23047 main ()
23048 {
23049
23050         /* pthread test function */
23051 #ifndef PTHREAD_CREATE_DETACHED
23052 #define PTHREAD_CREATE_DETACHED 1
23053 #endif
23054         pthread_t t;
23055         int status;
23056         int detach = PTHREAD_CREATE_DETACHED;
23057
23058 #if HAVE_PTHREADS > 4
23059         /* Final pthreads */
23060         pthread_attr_t attr;
23061
23062         status = pthread_attr_init(&attr);
23063         if( status ) return status;
23064
23065 #if HAVE_PTHREADS < 7
23066         status = pthread_attr_setdetachstate(&attr, &detach);
23067         if( status < 0 ) status = errno;
23068 #else
23069         status = pthread_attr_setdetachstate(&attr, detach);
23070 #endif
23071         if( status ) return status;
23072         status = pthread_create( &t, &attr, task, NULL );
23073 #if HAVE_PTHREADS < 7
23074         if( status < 0 ) status = errno;
23075 #endif
23076         if( status ) return status;
23077 #else
23078         /* Draft 4 pthreads */
23079         status = pthread_create( &t, pthread_attr_default, task, NULL );
23080         if( status ) return errno;
23081
23082         /* give thread a chance to complete */
23083         /* it should remain joinable and hence detachable */
23084         sleep( 1 );
23085
23086         status = pthread_detach( &t );
23087         if( status ) return errno;
23088 #endif
23089
23090 #ifdef HAVE_LINUX_THREADS
23091         pthread_kill_other_threads_np();
23092 #endif
23093
23094         return 0;
23095
23096   ;
23097   return 0;
23098 }
23099 _ACEOF
23100 rm -f conftest.$ac_objext conftest$ac_exeext
23101 if { (ac_try="$ac_link"
23102 case "(($ac_try" in
23103   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23104   *) ac_try_echo=$ac_try;;
23105 esac
23106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23107   (eval "$ac_link") 2>conftest.er1
23108   ac_status=$?
23109   grep -v '^ *+' conftest.er1 >conftest.err
23110   rm -f conftest.er1
23111   cat conftest.err >&5
23112   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23113   (exit $ac_status); } && {
23114          test -z "$ac_c_werror_flag" ||
23115          test ! -s conftest.err
23116        } && test -s conftest$ac_exeext &&
23117        $as_test_x conftest$ac_exeext; then
23118   ol_cv_pthread_lpthread=yes
23119 else
23120   echo "$as_me: failed program was:" >&5
23121 sed 's/^/| /' conftest.$ac_ext >&5
23122
23123         ol_cv_pthread_lpthread=no
23124 fi
23125
23126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23127       conftest$ac_exeext conftest.$ac_ext
23128 else
23129   cat >conftest.$ac_ext <<_ACEOF
23130 /* confdefs.h.  */
23131 _ACEOF
23132 cat confdefs.h >>conftest.$ac_ext
23133 cat >>conftest.$ac_ext <<_ACEOF
23134 /* end confdefs.h.  */
23135
23136 /* pthread test headers */
23137 #include <pthread.h>
23138 #if HAVE_PTHREADS < 7
23139 #include <errno.h>
23140 #endif
23141 #ifndef NULL
23142 #define NULL (void*)0
23143 #endif
23144
23145 static void *task(p)
23146         void *p;
23147 {
23148         return (void *) (p == NULL);
23149 }
23150
23151
23152 int main(argc, argv)
23153         int argc;
23154         char **argv;
23155 {
23156
23157         /* pthread test function */
23158 #ifndef PTHREAD_CREATE_DETACHED
23159 #define PTHREAD_CREATE_DETACHED 1
23160 #endif
23161         pthread_t t;
23162         int status;
23163         int detach = PTHREAD_CREATE_DETACHED;
23164
23165 #if HAVE_PTHREADS > 4
23166         /* Final pthreads */
23167         pthread_attr_t attr;
23168
23169         status = pthread_attr_init(&attr);
23170         if( status ) return status;
23171
23172 #if HAVE_PTHREADS < 7
23173         status = pthread_attr_setdetachstate(&attr, &detach);
23174         if( status < 0 ) status = errno;
23175 #else
23176         status = pthread_attr_setdetachstate(&attr, detach);
23177 #endif
23178         if( status ) return status;
23179         status = pthread_create( &t, &attr, task, NULL );
23180 #if HAVE_PTHREADS < 7
23181         if( status < 0 ) status = errno;
23182 #endif
23183         if( status ) return status;
23184 #else
23185         /* Draft 4 pthreads */
23186         status = pthread_create( &t, pthread_attr_default, task, NULL );
23187         if( status ) return errno;
23188
23189         /* give thread a chance to complete */
23190         /* it should remain joinable and hence detachable */
23191         sleep( 1 );
23192
23193         status = pthread_detach( &t );
23194         if( status ) return errno;
23195 #endif
23196
23197 #ifdef HAVE_LINUX_THREADS
23198         pthread_kill_other_threads_np();
23199 #endif
23200
23201         return 0;
23202
23203 }
23204
23205 _ACEOF
23206 rm -f conftest$ac_exeext
23207 if { (ac_try="$ac_link"
23208 case "(($ac_try" in
23209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23210   *) ac_try_echo=$ac_try;;
23211 esac
23212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23213   (eval "$ac_link") 2>&5
23214   ac_status=$?
23215   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23216   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23217   { (case "(($ac_try" in
23218   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23219   *) ac_try_echo=$ac_try;;
23220 esac
23221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23222   (eval "$ac_try") 2>&5
23223   ac_status=$?
23224   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23225   (exit $ac_status); }; }; then
23226   ol_cv_pthread_lpthread=yes
23227 else
23228   echo "$as_me: program exited with status $ac_status" >&5
23229 echo "$as_me: failed program was:" >&5
23230 sed 's/^/| /' conftest.$ac_ext >&5
23231
23232 ( exit $ac_status )
23233 ol_cv_pthread_lpthread=no
23234 fi
23235 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23236 fi
23237
23238
23239
23240                 # restore the LIBS
23241                 LIBS="$ol_LIBS"
23242
23243 fi
23244 { echo "$as_me:$LINENO: result: $ol_cv_pthread_lpthread" >&5
23245 echo "${ECHO_T}$ol_cv_pthread_lpthread" >&6; }
23246
23247         if test $ol_cv_pthread_lpthread = yes ; then
23248                 ol_link_pthreads="-lpthread"
23249                 ol_link_threads=posix
23250         fi
23251 fi
23252
23253                 # Pthread try link: -lc_r (ol_cv_pthread_lc_r)
23254 if test "$ol_link_threads" = no ; then
23255         # try -lc_r
23256         { echo "$as_me:$LINENO: checking for pthread link with -lc_r" >&5
23257 echo $ECHO_N "checking for pthread link with -lc_r... $ECHO_C" >&6; }
23258 if test "${ol_cv_pthread_lc_r+set}" = set; then
23259   echo $ECHO_N "(cached) $ECHO_C" >&6
23260 else
23261
23262                 # save the flags
23263                 ol_LIBS="$LIBS"
23264                 LIBS="-lc_r $LIBS"
23265
23266                 if test "$cross_compiling" = yes; then
23267   cat >conftest.$ac_ext <<_ACEOF
23268 /* confdefs.h.  */
23269 _ACEOF
23270 cat confdefs.h >>conftest.$ac_ext
23271 cat >>conftest.$ac_ext <<_ACEOF
23272 /* end confdefs.h.  */
23273
23274 /* pthread test headers */
23275 #include <pthread.h>
23276 #if HAVE_PTHREADS < 7
23277 #include <errno.h>
23278 #endif
23279 #ifndef NULL
23280 #define NULL (void*)0
23281 #endif
23282
23283 static void *task(p)
23284         void *p;
23285 {
23286         return (void *) (p == NULL);
23287 }
23288
23289 int
23290 main ()
23291 {
23292
23293         /* pthread test function */
23294 #ifndef PTHREAD_CREATE_DETACHED
23295 #define PTHREAD_CREATE_DETACHED 1
23296 #endif
23297         pthread_t t;
23298         int status;
23299         int detach = PTHREAD_CREATE_DETACHED;
23300
23301 #if HAVE_PTHREADS > 4
23302         /* Final pthreads */
23303         pthread_attr_t attr;
23304
23305         status = pthread_attr_init(&attr);
23306         if( status ) return status;
23307
23308 #if HAVE_PTHREADS < 7
23309         status = pthread_attr_setdetachstate(&attr, &detach);
23310         if( status < 0 ) status = errno;
23311 #else
23312         status = pthread_attr_setdetachstate(&attr, detach);
23313 #endif
23314         if( status ) return status;
23315         status = pthread_create( &t, &attr, task, NULL );
23316 #if HAVE_PTHREADS < 7
23317         if( status < 0 ) status = errno;
23318 #endif
23319         if( status ) return status;
23320 #else
23321         /* Draft 4 pthreads */
23322         status = pthread_create( &t, pthread_attr_default, task, NULL );
23323         if( status ) return errno;
23324
23325         /* give thread a chance to complete */
23326         /* it should remain joinable and hence detachable */
23327         sleep( 1 );
23328
23329         status = pthread_detach( &t );
23330         if( status ) return errno;
23331 #endif
23332
23333 #ifdef HAVE_LINUX_THREADS
23334         pthread_kill_other_threads_np();
23335 #endif
23336
23337         return 0;
23338
23339   ;
23340   return 0;
23341 }
23342 _ACEOF
23343 rm -f conftest.$ac_objext conftest$ac_exeext
23344 if { (ac_try="$ac_link"
23345 case "(($ac_try" in
23346   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23347   *) ac_try_echo=$ac_try;;
23348 esac
23349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23350   (eval "$ac_link") 2>conftest.er1
23351   ac_status=$?
23352   grep -v '^ *+' conftest.er1 >conftest.err
23353   rm -f conftest.er1
23354   cat conftest.err >&5
23355   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23356   (exit $ac_status); } && {
23357          test -z "$ac_c_werror_flag" ||
23358          test ! -s conftest.err
23359        } && test -s conftest$ac_exeext &&
23360        $as_test_x conftest$ac_exeext; then
23361   ol_cv_pthread_lc_r=yes
23362 else
23363   echo "$as_me: failed program was:" >&5
23364 sed 's/^/| /' conftest.$ac_ext >&5
23365
23366         ol_cv_pthread_lc_r=no
23367 fi
23368
23369 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23370       conftest$ac_exeext conftest.$ac_ext
23371 else
23372   cat >conftest.$ac_ext <<_ACEOF
23373 /* confdefs.h.  */
23374 _ACEOF
23375 cat confdefs.h >>conftest.$ac_ext
23376 cat >>conftest.$ac_ext <<_ACEOF
23377 /* end confdefs.h.  */
23378
23379 /* pthread test headers */
23380 #include <pthread.h>
23381 #if HAVE_PTHREADS < 7
23382 #include <errno.h>
23383 #endif
23384 #ifndef NULL
23385 #define NULL (void*)0
23386 #endif
23387
23388 static void *task(p)
23389         void *p;
23390 {
23391         return (void *) (p == NULL);
23392 }
23393
23394
23395 int main(argc, argv)
23396         int argc;
23397         char **argv;
23398 {
23399
23400         /* pthread test function */
23401 #ifndef PTHREAD_CREATE_DETACHED
23402 #define PTHREAD_CREATE_DETACHED 1
23403 #endif
23404         pthread_t t;
23405         int status;
23406         int detach = PTHREAD_CREATE_DETACHED;
23407
23408 #if HAVE_PTHREADS > 4
23409         /* Final pthreads */
23410         pthread_attr_t attr;
23411
23412         status = pthread_attr_init(&attr);
23413         if( status ) return status;
23414
23415 #if HAVE_PTHREADS < 7
23416         status = pthread_attr_setdetachstate(&attr, &detach);
23417         if( status < 0 ) status = errno;
23418 #else
23419         status = pthread_attr_setdetachstate(&attr, detach);
23420 #endif
23421         if( status ) return status;
23422         status = pthread_create( &t, &attr, task, NULL );
23423 #if HAVE_PTHREADS < 7
23424         if( status < 0 ) status = errno;
23425 #endif
23426         if( status ) return status;
23427 #else
23428         /* Draft 4 pthreads */
23429         status = pthread_create( &t, pthread_attr_default, task, NULL );
23430         if( status ) return errno;
23431
23432         /* give thread a chance to complete */
23433         /* it should remain joinable and hence detachable */
23434         sleep( 1 );
23435
23436         status = pthread_detach( &t );
23437         if( status ) return errno;
23438 #endif
23439
23440 #ifdef HAVE_LINUX_THREADS
23441         pthread_kill_other_threads_np();
23442 #endif
23443
23444         return 0;
23445
23446 }
23447
23448 _ACEOF
23449 rm -f conftest$ac_exeext
23450 if { (ac_try="$ac_link"
23451 case "(($ac_try" in
23452   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23453   *) ac_try_echo=$ac_try;;
23454 esac
23455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23456   (eval "$ac_link") 2>&5
23457   ac_status=$?
23458   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23459   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23460   { (case "(($ac_try" in
23461   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23462   *) ac_try_echo=$ac_try;;
23463 esac
23464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23465   (eval "$ac_try") 2>&5
23466   ac_status=$?
23467   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23468   (exit $ac_status); }; }; then
23469   ol_cv_pthread_lc_r=yes
23470 else
23471   echo "$as_me: program exited with status $ac_status" >&5
23472 echo "$as_me: failed program was:" >&5
23473 sed 's/^/| /' conftest.$ac_ext >&5
23474
23475 ( exit $ac_status )
23476 ol_cv_pthread_lc_r=no
23477 fi
23478 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23479 fi
23480
23481
23482
23483                 # restore the LIBS
23484                 LIBS="$ol_LIBS"
23485
23486 fi
23487 { echo "$as_me:$LINENO: result: $ol_cv_pthread_lc_r" >&5
23488 echo "${ECHO_T}$ol_cv_pthread_lc_r" >&6; }
23489
23490         if test $ol_cv_pthread_lc_r = yes ; then
23491                 ol_link_pthreads="-lc_r"
23492                 ol_link_threads=posix
23493         fi
23494 fi
23495
23496
23497                 # Pthread try link: -threads (ol_cv_pthread_threads)
23498 if test "$ol_link_threads" = no ; then
23499         # try -threads
23500         { echo "$as_me:$LINENO: checking for pthread link with -threads" >&5
23501 echo $ECHO_N "checking for pthread link with -threads... $ECHO_C" >&6; }
23502 if test "${ol_cv_pthread_threads+set}" = set; then
23503   echo $ECHO_N "(cached) $ECHO_C" >&6
23504 else
23505
23506                 # save the flags
23507                 ol_LIBS="$LIBS"
23508                 LIBS="-threads $LIBS"
23509
23510                 if test "$cross_compiling" = yes; then
23511   cat >conftest.$ac_ext <<_ACEOF
23512 /* confdefs.h.  */
23513 _ACEOF
23514 cat confdefs.h >>conftest.$ac_ext
23515 cat >>conftest.$ac_ext <<_ACEOF
23516 /* end confdefs.h.  */
23517
23518 /* pthread test headers */
23519 #include <pthread.h>
23520 #if HAVE_PTHREADS < 7
23521 #include <errno.h>
23522 #endif
23523 #ifndef NULL
23524 #define NULL (void*)0
23525 #endif
23526
23527 static void *task(p)
23528         void *p;
23529 {
23530         return (void *) (p == NULL);
23531 }
23532
23533 int
23534 main ()
23535 {
23536
23537         /* pthread test function */
23538 #ifndef PTHREAD_CREATE_DETACHED
23539 #define PTHREAD_CREATE_DETACHED 1
23540 #endif
23541         pthread_t t;
23542         int status;
23543         int detach = PTHREAD_CREATE_DETACHED;
23544
23545 #if HAVE_PTHREADS > 4
23546         /* Final pthreads */
23547         pthread_attr_t attr;
23548
23549         status = pthread_attr_init(&attr);
23550         if( status ) return status;
23551
23552 #if HAVE_PTHREADS < 7
23553         status = pthread_attr_setdetachstate(&attr, &detach);
23554         if( status < 0 ) status = errno;
23555 #else
23556         status = pthread_attr_setdetachstate(&attr, detach);
23557 #endif
23558         if( status ) return status;
23559         status = pthread_create( &t, &attr, task, NULL );
23560 #if HAVE_PTHREADS < 7
23561         if( status < 0 ) status = errno;
23562 #endif
23563         if( status ) return status;
23564 #else
23565         /* Draft 4 pthreads */
23566         status = pthread_create( &t, pthread_attr_default, task, NULL );
23567         if( status ) return errno;
23568
23569         /* give thread a chance to complete */
23570         /* it should remain joinable and hence detachable */
23571         sleep( 1 );
23572
23573         status = pthread_detach( &t );
23574         if( status ) return errno;
23575 #endif
23576
23577 #ifdef HAVE_LINUX_THREADS
23578         pthread_kill_other_threads_np();
23579 #endif
23580
23581         return 0;
23582
23583   ;
23584   return 0;
23585 }
23586 _ACEOF
23587 rm -f conftest.$ac_objext conftest$ac_exeext
23588 if { (ac_try="$ac_link"
23589 case "(($ac_try" in
23590   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23591   *) ac_try_echo=$ac_try;;
23592 esac
23593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23594   (eval "$ac_link") 2>conftest.er1
23595   ac_status=$?
23596   grep -v '^ *+' conftest.er1 >conftest.err
23597   rm -f conftest.er1
23598   cat conftest.err >&5
23599   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23600   (exit $ac_status); } && {
23601          test -z "$ac_c_werror_flag" ||
23602          test ! -s conftest.err
23603        } && test -s conftest$ac_exeext &&
23604        $as_test_x conftest$ac_exeext; then
23605   ol_cv_pthread_threads=yes
23606 else
23607   echo "$as_me: failed program was:" >&5
23608 sed 's/^/| /' conftest.$ac_ext >&5
23609
23610         ol_cv_pthread_threads=no
23611 fi
23612
23613 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23614       conftest$ac_exeext conftest.$ac_ext
23615 else
23616   cat >conftest.$ac_ext <<_ACEOF
23617 /* confdefs.h.  */
23618 _ACEOF
23619 cat confdefs.h >>conftest.$ac_ext
23620 cat >>conftest.$ac_ext <<_ACEOF
23621 /* end confdefs.h.  */
23622
23623 /* pthread test headers */
23624 #include <pthread.h>
23625 #if HAVE_PTHREADS < 7
23626 #include <errno.h>
23627 #endif
23628 #ifndef NULL
23629 #define NULL (void*)0
23630 #endif
23631
23632 static void *task(p)
23633         void *p;
23634 {
23635         return (void *) (p == NULL);
23636 }
23637
23638
23639 int main(argc, argv)
23640         int argc;
23641         char **argv;
23642 {
23643
23644         /* pthread test function */
23645 #ifndef PTHREAD_CREATE_DETACHED
23646 #define PTHREAD_CREATE_DETACHED 1
23647 #endif
23648         pthread_t t;
23649         int status;
23650         int detach = PTHREAD_CREATE_DETACHED;
23651
23652 #if HAVE_PTHREADS > 4
23653         /* Final pthreads */
23654         pthread_attr_t attr;
23655
23656         status = pthread_attr_init(&attr);
23657         if( status ) return status;
23658
23659 #if HAVE_PTHREADS < 7
23660         status = pthread_attr_setdetachstate(&attr, &detach);
23661         if( status < 0 ) status = errno;
23662 #else
23663         status = pthread_attr_setdetachstate(&attr, detach);
23664 #endif
23665         if( status ) return status;
23666         status = pthread_create( &t, &attr, task, NULL );
23667 #if HAVE_PTHREADS < 7
23668         if( status < 0 ) status = errno;
23669 #endif
23670         if( status ) return status;
23671 #else
23672         /* Draft 4 pthreads */
23673         status = pthread_create( &t, pthread_attr_default, task, NULL );
23674         if( status ) return errno;
23675
23676         /* give thread a chance to complete */
23677         /* it should remain joinable and hence detachable */
23678         sleep( 1 );
23679
23680         status = pthread_detach( &t );
23681         if( status ) return errno;
23682 #endif
23683
23684 #ifdef HAVE_LINUX_THREADS
23685         pthread_kill_other_threads_np();
23686 #endif
23687
23688         return 0;
23689
23690 }
23691
23692 _ACEOF
23693 rm -f conftest$ac_exeext
23694 if { (ac_try="$ac_link"
23695 case "(($ac_try" in
23696   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23697   *) ac_try_echo=$ac_try;;
23698 esac
23699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23700   (eval "$ac_link") 2>&5
23701   ac_status=$?
23702   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23703   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23704   { (case "(($ac_try" in
23705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23706   *) ac_try_echo=$ac_try;;
23707 esac
23708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23709   (eval "$ac_try") 2>&5
23710   ac_status=$?
23711   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23712   (exit $ac_status); }; }; then
23713   ol_cv_pthread_threads=yes
23714 else
23715   echo "$as_me: program exited with status $ac_status" >&5
23716 echo "$as_me: failed program was:" >&5
23717 sed 's/^/| /' conftest.$ac_ext >&5
23718
23719 ( exit $ac_status )
23720 ol_cv_pthread_threads=no
23721 fi
23722 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23723 fi
23724
23725
23726
23727                 # restore the LIBS
23728                 LIBS="$ol_LIBS"
23729
23730 fi
23731 { echo "$as_me:$LINENO: result: $ol_cv_pthread_threads" >&5
23732 echo "${ECHO_T}$ol_cv_pthread_threads" >&6; }
23733
23734         if test $ol_cv_pthread_threads = yes ; then
23735                 ol_link_pthreads="-threads"
23736                 ol_link_threads=posix
23737         fi
23738 fi
23739
23740
23741                 # Pthread try link: -lpthreads -lmach -lexc -lc_r (ol_cv_pthread_lpthreads_lmach_lexc_lc_r)
23742 if test "$ol_link_threads" = no ; then
23743         # try -lpthreads -lmach -lexc -lc_r
23744         { echo "$as_me:$LINENO: checking for pthread link with -lpthreads -lmach -lexc -lc_r" >&5
23745 echo $ECHO_N "checking for pthread link with -lpthreads -lmach -lexc -lc_r... $ECHO_C" >&6; }
23746 if test "${ol_cv_pthread_lpthreads_lmach_lexc_lc_r+set}" = set; then
23747   echo $ECHO_N "(cached) $ECHO_C" >&6
23748 else
23749
23750                 # save the flags
23751                 ol_LIBS="$LIBS"
23752                 LIBS="-lpthreads -lmach -lexc -lc_r $LIBS"
23753
23754                 if test "$cross_compiling" = yes; then
23755   cat >conftest.$ac_ext <<_ACEOF
23756 /* confdefs.h.  */
23757 _ACEOF
23758 cat confdefs.h >>conftest.$ac_ext
23759 cat >>conftest.$ac_ext <<_ACEOF
23760 /* end confdefs.h.  */
23761
23762 /* pthread test headers */
23763 #include <pthread.h>
23764 #if HAVE_PTHREADS < 7
23765 #include <errno.h>
23766 #endif
23767 #ifndef NULL
23768 #define NULL (void*)0
23769 #endif
23770
23771 static void *task(p)
23772         void *p;
23773 {
23774         return (void *) (p == NULL);
23775 }
23776
23777 int
23778 main ()
23779 {
23780
23781         /* pthread test function */
23782 #ifndef PTHREAD_CREATE_DETACHED
23783 #define PTHREAD_CREATE_DETACHED 1
23784 #endif
23785         pthread_t t;
23786         int status;
23787         int detach = PTHREAD_CREATE_DETACHED;
23788
23789 #if HAVE_PTHREADS > 4
23790         /* Final pthreads */
23791         pthread_attr_t attr;
23792
23793         status = pthread_attr_init(&attr);
23794         if( status ) return status;
23795
23796 #if HAVE_PTHREADS < 7
23797         status = pthread_attr_setdetachstate(&attr, &detach);
23798         if( status < 0 ) status = errno;
23799 #else
23800         status = pthread_attr_setdetachstate(&attr, detach);
23801 #endif
23802         if( status ) return status;
23803         status = pthread_create( &t, &attr, task, NULL );
23804 #if HAVE_PTHREADS < 7
23805         if( status < 0 ) status = errno;
23806 #endif
23807         if( status ) return status;
23808 #else
23809         /* Draft 4 pthreads */
23810         status = pthread_create( &t, pthread_attr_default, task, NULL );
23811         if( status ) return errno;
23812
23813         /* give thread a chance to complete */
23814         /* it should remain joinable and hence detachable */
23815         sleep( 1 );
23816
23817         status = pthread_detach( &t );
23818         if( status ) return errno;
23819 #endif
23820
23821 #ifdef HAVE_LINUX_THREADS
23822         pthread_kill_other_threads_np();
23823 #endif
23824
23825         return 0;
23826
23827   ;
23828   return 0;
23829 }
23830 _ACEOF
23831 rm -f conftest.$ac_objext conftest$ac_exeext
23832 if { (ac_try="$ac_link"
23833 case "(($ac_try" in
23834   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23835   *) ac_try_echo=$ac_try;;
23836 esac
23837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23838   (eval "$ac_link") 2>conftest.er1
23839   ac_status=$?
23840   grep -v '^ *+' conftest.er1 >conftest.err
23841   rm -f conftest.er1
23842   cat conftest.err >&5
23843   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23844   (exit $ac_status); } && {
23845          test -z "$ac_c_werror_flag" ||
23846          test ! -s conftest.err
23847        } && test -s conftest$ac_exeext &&
23848        $as_test_x conftest$ac_exeext; then
23849   ol_cv_pthread_lpthreads_lmach_lexc_lc_r=yes
23850 else
23851   echo "$as_me: failed program was:" >&5
23852 sed 's/^/| /' conftest.$ac_ext >&5
23853
23854         ol_cv_pthread_lpthreads_lmach_lexc_lc_r=no
23855 fi
23856
23857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23858       conftest$ac_exeext conftest.$ac_ext
23859 else
23860   cat >conftest.$ac_ext <<_ACEOF
23861 /* confdefs.h.  */
23862 _ACEOF
23863 cat confdefs.h >>conftest.$ac_ext
23864 cat >>conftest.$ac_ext <<_ACEOF
23865 /* end confdefs.h.  */
23866
23867 /* pthread test headers */
23868 #include <pthread.h>
23869 #if HAVE_PTHREADS < 7
23870 #include <errno.h>
23871 #endif
23872 #ifndef NULL
23873 #define NULL (void*)0
23874 #endif
23875
23876 static void *task(p)
23877         void *p;
23878 {
23879         return (void *) (p == NULL);
23880 }
23881
23882
23883 int main(argc, argv)
23884         int argc;
23885         char **argv;
23886 {
23887
23888         /* pthread test function */
23889 #ifndef PTHREAD_CREATE_DETACHED
23890 #define PTHREAD_CREATE_DETACHED 1
23891 #endif
23892         pthread_t t;
23893         int status;
23894         int detach = PTHREAD_CREATE_DETACHED;
23895
23896 #if HAVE_PTHREADS > 4
23897         /* Final pthreads */
23898         pthread_attr_t attr;
23899
23900         status = pthread_attr_init(&attr);
23901         if( status ) return status;
23902
23903 #if HAVE_PTHREADS < 7
23904         status = pthread_attr_setdetachstate(&attr, &detach);
23905         if( status < 0 ) status = errno;
23906 #else
23907         status = pthread_attr_setdetachstate(&attr, detach);
23908 #endif
23909         if( status ) return status;
23910         status = pthread_create( &t, &attr, task, NULL );
23911 #if HAVE_PTHREADS < 7
23912         if( status < 0 ) status = errno;
23913 #endif
23914         if( status ) return status;
23915 #else
23916         /* Draft 4 pthreads */
23917         status = pthread_create( &t, pthread_attr_default, task, NULL );
23918         if( status ) return errno;
23919
23920         /* give thread a chance to complete */
23921         /* it should remain joinable and hence detachable */
23922         sleep( 1 );
23923
23924         status = pthread_detach( &t );
23925         if( status ) return errno;
23926 #endif
23927
23928 #ifdef HAVE_LINUX_THREADS
23929         pthread_kill_other_threads_np();
23930 #endif
23931
23932         return 0;
23933
23934 }
23935
23936 _ACEOF
23937 rm -f conftest$ac_exeext
23938 if { (ac_try="$ac_link"
23939 case "(($ac_try" in
23940   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23941   *) ac_try_echo=$ac_try;;
23942 esac
23943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23944   (eval "$ac_link") 2>&5
23945   ac_status=$?
23946   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23947   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23948   { (case "(($ac_try" in
23949   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23950   *) ac_try_echo=$ac_try;;
23951 esac
23952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23953   (eval "$ac_try") 2>&5
23954   ac_status=$?
23955   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23956   (exit $ac_status); }; }; then
23957   ol_cv_pthread_lpthreads_lmach_lexc_lc_r=yes
23958 else
23959   echo "$as_me: program exited with status $ac_status" >&5
23960 echo "$as_me: failed program was:" >&5
23961 sed 's/^/| /' conftest.$ac_ext >&5
23962
23963 ( exit $ac_status )
23964 ol_cv_pthread_lpthreads_lmach_lexc_lc_r=no
23965 fi
23966 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23967 fi
23968
23969
23970
23971                 # restore the LIBS
23972                 LIBS="$ol_LIBS"
23973
23974 fi
23975 { echo "$as_me:$LINENO: result: $ol_cv_pthread_lpthreads_lmach_lexc_lc_r" >&5
23976 echo "${ECHO_T}$ol_cv_pthread_lpthreads_lmach_lexc_lc_r" >&6; }
23977
23978         if test $ol_cv_pthread_lpthreads_lmach_lexc_lc_r = yes ; then
23979                 ol_link_pthreads="-lpthreads -lmach -lexc -lc_r"
23980                 ol_link_threads=posix
23981         fi
23982 fi
23983
23984                 # Pthread try link: -lpthreads -lmach -lexc (ol_cv_pthread_lpthreads_lmach_lexc)
23985 if test "$ol_link_threads" = no ; then
23986         # try -lpthreads -lmach -lexc
23987         { echo "$as_me:$LINENO: checking for pthread link with -lpthreads -lmach -lexc" >&5
23988 echo $ECHO_N "checking for pthread link with -lpthreads -lmach -lexc... $ECHO_C" >&6; }
23989 if test "${ol_cv_pthread_lpthreads_lmach_lexc+set}" = set; then
23990   echo $ECHO_N "(cached) $ECHO_C" >&6
23991 else
23992
23993                 # save the flags
23994                 ol_LIBS="$LIBS"
23995                 LIBS="-lpthreads -lmach -lexc $LIBS"
23996
23997                 if test "$cross_compiling" = yes; then
23998   cat >conftest.$ac_ext <<_ACEOF
23999 /* confdefs.h.  */
24000 _ACEOF
24001 cat confdefs.h >>conftest.$ac_ext
24002 cat >>conftest.$ac_ext <<_ACEOF
24003 /* end confdefs.h.  */
24004
24005 /* pthread test headers */
24006 #include <pthread.h>
24007 #if HAVE_PTHREADS < 7
24008 #include <errno.h>
24009 #endif
24010 #ifndef NULL
24011 #define NULL (void*)0
24012 #endif
24013
24014 static void *task(p)
24015         void *p;
24016 {
24017         return (void *) (p == NULL);
24018 }
24019
24020 int
24021 main ()
24022 {
24023
24024         /* pthread test function */
24025 #ifndef PTHREAD_CREATE_DETACHED
24026 #define PTHREAD_CREATE_DETACHED 1
24027 #endif
24028         pthread_t t;
24029         int status;
24030         int detach = PTHREAD_CREATE_DETACHED;
24031
24032 #if HAVE_PTHREADS > 4
24033         /* Final pthreads */
24034         pthread_attr_t attr;
24035
24036         status = pthread_attr_init(&attr);
24037         if( status ) return status;
24038
24039 #if HAVE_PTHREADS < 7
24040         status = pthread_attr_setdetachstate(&attr, &detach);
24041         if( status < 0 ) status = errno;
24042 #else
24043         status = pthread_attr_setdetachstate(&attr, detach);
24044 #endif
24045         if( status ) return status;
24046         status = pthread_create( &t, &attr, task, NULL );
24047 #if HAVE_PTHREADS < 7
24048         if( status < 0 ) status = errno;
24049 #endif
24050         if( status ) return status;
24051 #else
24052         /* Draft 4 pthreads */
24053         status = pthread_create( &t, pthread_attr_default, task, NULL );
24054         if( status ) return errno;
24055
24056         /* give thread a chance to complete */
24057         /* it should remain joinable and hence detachable */
24058         sleep( 1 );
24059
24060         status = pthread_detach( &t );
24061         if( status ) return errno;
24062 #endif
24063
24064 #ifdef HAVE_LINUX_THREADS
24065         pthread_kill_other_threads_np();
24066 #endif
24067
24068         return 0;
24069
24070   ;
24071   return 0;
24072 }
24073 _ACEOF
24074 rm -f conftest.$ac_objext conftest$ac_exeext
24075 if { (ac_try="$ac_link"
24076 case "(($ac_try" in
24077   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24078   *) ac_try_echo=$ac_try;;
24079 esac
24080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24081   (eval "$ac_link") 2>conftest.er1
24082   ac_status=$?
24083   grep -v '^ *+' conftest.er1 >conftest.err
24084   rm -f conftest.er1
24085   cat conftest.err >&5
24086   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24087   (exit $ac_status); } && {
24088          test -z "$ac_c_werror_flag" ||
24089          test ! -s conftest.err
24090        } && test -s conftest$ac_exeext &&
24091        $as_test_x conftest$ac_exeext; then
24092   ol_cv_pthread_lpthreads_lmach_lexc=yes
24093 else
24094   echo "$as_me: failed program was:" >&5
24095 sed 's/^/| /' conftest.$ac_ext >&5
24096
24097         ol_cv_pthread_lpthreads_lmach_lexc=no
24098 fi
24099
24100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24101       conftest$ac_exeext conftest.$ac_ext
24102 else
24103   cat >conftest.$ac_ext <<_ACEOF
24104 /* confdefs.h.  */
24105 _ACEOF
24106 cat confdefs.h >>conftest.$ac_ext
24107 cat >>conftest.$ac_ext <<_ACEOF
24108 /* end confdefs.h.  */
24109
24110 /* pthread test headers */
24111 #include <pthread.h>
24112 #if HAVE_PTHREADS < 7
24113 #include <errno.h>
24114 #endif
24115 #ifndef NULL
24116 #define NULL (void*)0
24117 #endif
24118
24119 static void *task(p)
24120         void *p;
24121 {
24122         return (void *) (p == NULL);
24123 }
24124
24125
24126 int main(argc, argv)
24127         int argc;
24128         char **argv;
24129 {
24130
24131         /* pthread test function */
24132 #ifndef PTHREAD_CREATE_DETACHED
24133 #define PTHREAD_CREATE_DETACHED 1
24134 #endif
24135         pthread_t t;
24136         int status;
24137         int detach = PTHREAD_CREATE_DETACHED;
24138
24139 #if HAVE_PTHREADS > 4
24140         /* Final pthreads */
24141         pthread_attr_t attr;
24142
24143         status = pthread_attr_init(&attr);
24144         if( status ) return status;
24145
24146 #if HAVE_PTHREADS < 7
24147         status = pthread_attr_setdetachstate(&attr, &detach);
24148         if( status < 0 ) status = errno;
24149 #else
24150         status = pthread_attr_setdetachstate(&attr, detach);
24151 #endif
24152         if( status ) return status;
24153         status = pthread_create( &t, &attr, task, NULL );
24154 #if HAVE_PTHREADS < 7
24155         if( status < 0 ) status = errno;
24156 #endif
24157         if( status ) return status;
24158 #else
24159         /* Draft 4 pthreads */
24160         status = pthread_create( &t, pthread_attr_default, task, NULL );
24161         if( status ) return errno;
24162
24163         /* give thread a chance to complete */
24164         /* it should remain joinable and hence detachable */
24165         sleep( 1 );
24166
24167         status = pthread_detach( &t );
24168         if( status ) return errno;
24169 #endif
24170
24171 #ifdef HAVE_LINUX_THREADS
24172         pthread_kill_other_threads_np();
24173 #endif
24174
24175         return 0;
24176
24177 }
24178
24179 _ACEOF
24180 rm -f conftest$ac_exeext
24181 if { (ac_try="$ac_link"
24182 case "(($ac_try" in
24183   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24184   *) ac_try_echo=$ac_try;;
24185 esac
24186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24187   (eval "$ac_link") 2>&5
24188   ac_status=$?
24189   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24190   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24191   { (case "(($ac_try" in
24192   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24193   *) ac_try_echo=$ac_try;;
24194 esac
24195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24196   (eval "$ac_try") 2>&5
24197   ac_status=$?
24198   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24199   (exit $ac_status); }; }; then
24200   ol_cv_pthread_lpthreads_lmach_lexc=yes
24201 else
24202   echo "$as_me: program exited with status $ac_status" >&5
24203 echo "$as_me: failed program was:" >&5
24204 sed 's/^/| /' conftest.$ac_ext >&5
24205
24206 ( exit $ac_status )
24207 ol_cv_pthread_lpthreads_lmach_lexc=no
24208 fi
24209 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24210 fi
24211
24212
24213
24214                 # restore the LIBS
24215                 LIBS="$ol_LIBS"
24216
24217 fi
24218 { echo "$as_me:$LINENO: result: $ol_cv_pthread_lpthreads_lmach_lexc" >&5
24219 echo "${ECHO_T}$ol_cv_pthread_lpthreads_lmach_lexc" >&6; }
24220
24221         if test $ol_cv_pthread_lpthreads_lmach_lexc = yes ; then
24222                 ol_link_pthreads="-lpthreads -lmach -lexc"
24223                 ol_link_threads=posix
24224         fi
24225 fi
24226
24227                 # Pthread try link: -lpthreads -lexc (ol_cv_pthread_lpthreads_lexc)
24228 if test "$ol_link_threads" = no ; then
24229         # try -lpthreads -lexc
24230         { echo "$as_me:$LINENO: checking for pthread link with -lpthreads -lexc" >&5
24231 echo $ECHO_N "checking for pthread link with -lpthreads -lexc... $ECHO_C" >&6; }
24232 if test "${ol_cv_pthread_lpthreads_lexc+set}" = set; then
24233   echo $ECHO_N "(cached) $ECHO_C" >&6
24234 else
24235
24236                 # save the flags
24237                 ol_LIBS="$LIBS"
24238                 LIBS="-lpthreads -lexc $LIBS"
24239
24240                 if test "$cross_compiling" = yes; then
24241   cat >conftest.$ac_ext <<_ACEOF
24242 /* confdefs.h.  */
24243 _ACEOF
24244 cat confdefs.h >>conftest.$ac_ext
24245 cat >>conftest.$ac_ext <<_ACEOF
24246 /* end confdefs.h.  */
24247
24248 /* pthread test headers */
24249 #include <pthread.h>
24250 #if HAVE_PTHREADS < 7
24251 #include <errno.h>
24252 #endif
24253 #ifndef NULL
24254 #define NULL (void*)0
24255 #endif
24256
24257 static void *task(p)
24258         void *p;
24259 {
24260         return (void *) (p == NULL);
24261 }
24262
24263 int
24264 main ()
24265 {
24266
24267         /* pthread test function */
24268 #ifndef PTHREAD_CREATE_DETACHED
24269 #define PTHREAD_CREATE_DETACHED 1
24270 #endif
24271         pthread_t t;
24272         int status;
24273         int detach = PTHREAD_CREATE_DETACHED;
24274
24275 #if HAVE_PTHREADS > 4
24276         /* Final pthreads */
24277         pthread_attr_t attr;
24278
24279         status = pthread_attr_init(&attr);
24280         if( status ) return status;
24281
24282 #if HAVE_PTHREADS < 7
24283         status = pthread_attr_setdetachstate(&attr, &detach);
24284         if( status < 0 ) status = errno;
24285 #else
24286         status = pthread_attr_setdetachstate(&attr, detach);
24287 #endif
24288         if( status ) return status;
24289         status = pthread_create( &t, &attr, task, NULL );
24290 #if HAVE_PTHREADS < 7
24291         if( status < 0 ) status = errno;
24292 #endif
24293         if( status ) return status;
24294 #else
24295         /* Draft 4 pthreads */
24296         status = pthread_create( &t, pthread_attr_default, task, NULL );
24297         if( status ) return errno;
24298
24299         /* give thread a chance to complete */
24300         /* it should remain joinable and hence detachable */
24301         sleep( 1 );
24302
24303         status = pthread_detach( &t );
24304         if( status ) return errno;
24305 #endif
24306
24307 #ifdef HAVE_LINUX_THREADS
24308         pthread_kill_other_threads_np();
24309 #endif
24310
24311         return 0;
24312
24313   ;
24314   return 0;
24315 }
24316 _ACEOF
24317 rm -f conftest.$ac_objext conftest$ac_exeext
24318 if { (ac_try="$ac_link"
24319 case "(($ac_try" in
24320   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24321   *) ac_try_echo=$ac_try;;
24322 esac
24323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24324   (eval "$ac_link") 2>conftest.er1
24325   ac_status=$?
24326   grep -v '^ *+' conftest.er1 >conftest.err
24327   rm -f conftest.er1
24328   cat conftest.err >&5
24329   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24330   (exit $ac_status); } && {
24331          test -z "$ac_c_werror_flag" ||
24332          test ! -s conftest.err
24333        } && test -s conftest$ac_exeext &&
24334        $as_test_x conftest$ac_exeext; then
24335   ol_cv_pthread_lpthreads_lexc=yes
24336 else
24337   echo "$as_me: failed program was:" >&5
24338 sed 's/^/| /' conftest.$ac_ext >&5
24339
24340         ol_cv_pthread_lpthreads_lexc=no
24341 fi
24342
24343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24344       conftest$ac_exeext conftest.$ac_ext
24345 else
24346   cat >conftest.$ac_ext <<_ACEOF
24347 /* confdefs.h.  */
24348 _ACEOF
24349 cat confdefs.h >>conftest.$ac_ext
24350 cat >>conftest.$ac_ext <<_ACEOF
24351 /* end confdefs.h.  */
24352
24353 /* pthread test headers */
24354 #include <pthread.h>
24355 #if HAVE_PTHREADS < 7
24356 #include <errno.h>
24357 #endif
24358 #ifndef NULL
24359 #define NULL (void*)0
24360 #endif
24361
24362 static void *task(p)
24363         void *p;
24364 {
24365         return (void *) (p == NULL);
24366 }
24367
24368
24369 int main(argc, argv)
24370         int argc;
24371         char **argv;
24372 {
24373
24374         /* pthread test function */
24375 #ifndef PTHREAD_CREATE_DETACHED
24376 #define PTHREAD_CREATE_DETACHED 1
24377 #endif
24378         pthread_t t;
24379         int status;
24380         int detach = PTHREAD_CREATE_DETACHED;
24381
24382 #if HAVE_PTHREADS > 4
24383         /* Final pthreads */
24384         pthread_attr_t attr;
24385
24386         status = pthread_attr_init(&attr);
24387         if( status ) return status;
24388
24389 #if HAVE_PTHREADS < 7
24390         status = pthread_attr_setdetachstate(&attr, &detach);
24391         if( status < 0 ) status = errno;
24392 #else
24393         status = pthread_attr_setdetachstate(&attr, detach);
24394 #endif
24395         if( status ) return status;
24396         status = pthread_create( &t, &attr, task, NULL );
24397 #if HAVE_PTHREADS < 7
24398         if( status < 0 ) status = errno;
24399 #endif
24400         if( status ) return status;
24401 #else
24402         /* Draft 4 pthreads */
24403         status = pthread_create( &t, pthread_attr_default, task, NULL );
24404         if( status ) return errno;
24405
24406         /* give thread a chance to complete */
24407         /* it should remain joinable and hence detachable */
24408         sleep( 1 );
24409
24410         status = pthread_detach( &t );
24411         if( status ) return errno;
24412 #endif
24413
24414 #ifdef HAVE_LINUX_THREADS
24415         pthread_kill_other_threads_np();
24416 #endif
24417
24418         return 0;
24419
24420 }
24421
24422 _ACEOF
24423 rm -f conftest$ac_exeext
24424 if { (ac_try="$ac_link"
24425 case "(($ac_try" in
24426   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24427   *) ac_try_echo=$ac_try;;
24428 esac
24429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24430   (eval "$ac_link") 2>&5
24431   ac_status=$?
24432   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24433   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24434   { (case "(($ac_try" in
24435   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24436   *) ac_try_echo=$ac_try;;
24437 esac
24438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24439   (eval "$ac_try") 2>&5
24440   ac_status=$?
24441   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24442   (exit $ac_status); }; }; then
24443   ol_cv_pthread_lpthreads_lexc=yes
24444 else
24445   echo "$as_me: program exited with status $ac_status" >&5
24446 echo "$as_me: failed program was:" >&5
24447 sed 's/^/| /' conftest.$ac_ext >&5
24448
24449 ( exit $ac_status )
24450 ol_cv_pthread_lpthreads_lexc=no
24451 fi
24452 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24453 fi
24454
24455
24456
24457                 # restore the LIBS
24458                 LIBS="$ol_LIBS"
24459
24460 fi
24461 { echo "$as_me:$LINENO: result: $ol_cv_pthread_lpthreads_lexc" >&5
24462 echo "${ECHO_T}$ol_cv_pthread_lpthreads_lexc" >&6; }
24463
24464         if test $ol_cv_pthread_lpthreads_lexc = yes ; then
24465                 ol_link_pthreads="-lpthreads -lexc"
24466                 ol_link_threads=posix
24467         fi
24468 fi
24469
24470
24471                 # Pthread try link: -lpthreads (ol_cv_pthread_lib_lpthreads)
24472 if test "$ol_link_threads" = no ; then
24473         # try -lpthreads
24474         { echo "$as_me:$LINENO: checking for pthread link with -lpthreads" >&5
24475 echo $ECHO_N "checking for pthread link with -lpthreads... $ECHO_C" >&6; }
24476 if test "${ol_cv_pthread_lib_lpthreads+set}" = set; then
24477   echo $ECHO_N "(cached) $ECHO_C" >&6
24478 else
24479
24480                 # save the flags
24481                 ol_LIBS="$LIBS"
24482                 LIBS="-lpthreads $LIBS"
24483
24484                 if test "$cross_compiling" = yes; then
24485   cat >conftest.$ac_ext <<_ACEOF
24486 /* confdefs.h.  */
24487 _ACEOF
24488 cat confdefs.h >>conftest.$ac_ext
24489 cat >>conftest.$ac_ext <<_ACEOF
24490 /* end confdefs.h.  */
24491
24492 /* pthread test headers */
24493 #include <pthread.h>
24494 #if HAVE_PTHREADS < 7
24495 #include <errno.h>
24496 #endif
24497 #ifndef NULL
24498 #define NULL (void*)0
24499 #endif
24500
24501 static void *task(p)
24502         void *p;
24503 {
24504         return (void *) (p == NULL);
24505 }
24506
24507 int
24508 main ()
24509 {
24510
24511         /* pthread test function */
24512 #ifndef PTHREAD_CREATE_DETACHED
24513 #define PTHREAD_CREATE_DETACHED 1
24514 #endif
24515         pthread_t t;
24516         int status;
24517         int detach = PTHREAD_CREATE_DETACHED;
24518
24519 #if HAVE_PTHREADS > 4
24520         /* Final pthreads */
24521         pthread_attr_t attr;
24522
24523         status = pthread_attr_init(&attr);
24524         if( status ) return status;
24525
24526 #if HAVE_PTHREADS < 7
24527         status = pthread_attr_setdetachstate(&attr, &detach);
24528         if( status < 0 ) status = errno;
24529 #else
24530         status = pthread_attr_setdetachstate(&attr, detach);
24531 #endif
24532         if( status ) return status;
24533         status = pthread_create( &t, &attr, task, NULL );
24534 #if HAVE_PTHREADS < 7
24535         if( status < 0 ) status = errno;
24536 #endif
24537         if( status ) return status;
24538 #else
24539         /* Draft 4 pthreads */
24540         status = pthread_create( &t, pthread_attr_default, task, NULL );
24541         if( status ) return errno;
24542
24543         /* give thread a chance to complete */
24544         /* it should remain joinable and hence detachable */
24545         sleep( 1 );
24546
24547         status = pthread_detach( &t );
24548         if( status ) return errno;
24549 #endif
24550
24551 #ifdef HAVE_LINUX_THREADS
24552         pthread_kill_other_threads_np();
24553 #endif
24554
24555         return 0;
24556
24557   ;
24558   return 0;
24559 }
24560 _ACEOF
24561 rm -f conftest.$ac_objext conftest$ac_exeext
24562 if { (ac_try="$ac_link"
24563 case "(($ac_try" in
24564   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24565   *) ac_try_echo=$ac_try;;
24566 esac
24567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24568   (eval "$ac_link") 2>conftest.er1
24569   ac_status=$?
24570   grep -v '^ *+' conftest.er1 >conftest.err
24571   rm -f conftest.er1
24572   cat conftest.err >&5
24573   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24574   (exit $ac_status); } && {
24575          test -z "$ac_c_werror_flag" ||
24576          test ! -s conftest.err
24577        } && test -s conftest$ac_exeext &&
24578        $as_test_x conftest$ac_exeext; then
24579   ol_cv_pthread_lib_lpthreads=yes
24580 else
24581   echo "$as_me: failed program was:" >&5
24582 sed 's/^/| /' conftest.$ac_ext >&5
24583
24584         ol_cv_pthread_lib_lpthreads=no
24585 fi
24586
24587 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24588       conftest$ac_exeext conftest.$ac_ext
24589 else
24590   cat >conftest.$ac_ext <<_ACEOF
24591 /* confdefs.h.  */
24592 _ACEOF
24593 cat confdefs.h >>conftest.$ac_ext
24594 cat >>conftest.$ac_ext <<_ACEOF
24595 /* end confdefs.h.  */
24596
24597 /* pthread test headers */
24598 #include <pthread.h>
24599 #if HAVE_PTHREADS < 7
24600 #include <errno.h>
24601 #endif
24602 #ifndef NULL
24603 #define NULL (void*)0
24604 #endif
24605
24606 static void *task(p)
24607         void *p;
24608 {
24609         return (void *) (p == NULL);
24610 }
24611
24612
24613 int main(argc, argv)
24614         int argc;
24615         char **argv;
24616 {
24617
24618         /* pthread test function */
24619 #ifndef PTHREAD_CREATE_DETACHED
24620 #define PTHREAD_CREATE_DETACHED 1
24621 #endif
24622         pthread_t t;
24623         int status;
24624         int detach = PTHREAD_CREATE_DETACHED;
24625
24626 #if HAVE_PTHREADS > 4
24627         /* Final pthreads */
24628         pthread_attr_t attr;
24629
24630         status = pthread_attr_init(&attr);
24631         if( status ) return status;
24632
24633 #if HAVE_PTHREADS < 7
24634         status = pthread_attr_setdetachstate(&attr, &detach);
24635         if( status < 0 ) status = errno;
24636 #else
24637         status = pthread_attr_setdetachstate(&attr, detach);
24638 #endif
24639         if( status ) return status;
24640         status = pthread_create( &t, &attr, task, NULL );
24641 #if HAVE_PTHREADS < 7
24642         if( status < 0 ) status = errno;
24643 #endif
24644         if( status ) return status;
24645 #else
24646         /* Draft 4 pthreads */
24647         status = pthread_create( &t, pthread_attr_default, task, NULL );
24648         if( status ) return errno;
24649
24650         /* give thread a chance to complete */
24651         /* it should remain joinable and hence detachable */
24652         sleep( 1 );
24653
24654         status = pthread_detach( &t );
24655         if( status ) return errno;
24656 #endif
24657
24658 #ifdef HAVE_LINUX_THREADS
24659         pthread_kill_other_threads_np();
24660 #endif
24661
24662         return 0;
24663
24664 }
24665
24666 _ACEOF
24667 rm -f conftest$ac_exeext
24668 if { (ac_try="$ac_link"
24669 case "(($ac_try" in
24670   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24671   *) ac_try_echo=$ac_try;;
24672 esac
24673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24674   (eval "$ac_link") 2>&5
24675   ac_status=$?
24676   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24677   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24678   { (case "(($ac_try" in
24679   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24680   *) ac_try_echo=$ac_try;;
24681 esac
24682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24683   (eval "$ac_try") 2>&5
24684   ac_status=$?
24685   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24686   (exit $ac_status); }; }; then
24687   ol_cv_pthread_lib_lpthreads=yes
24688 else
24689   echo "$as_me: program exited with status $ac_status" >&5
24690 echo "$as_me: failed program was:" >&5
24691 sed 's/^/| /' conftest.$ac_ext >&5
24692
24693 ( exit $ac_status )
24694 ol_cv_pthread_lib_lpthreads=no
24695 fi
24696 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24697 fi
24698
24699
24700
24701                 # restore the LIBS
24702                 LIBS="$ol_LIBS"
24703
24704 fi
24705 { echo "$as_me:$LINENO: result: $ol_cv_pthread_lib_lpthreads" >&5
24706 echo "${ECHO_T}$ol_cv_pthread_lib_lpthreads" >&6; }
24707
24708         if test $ol_cv_pthread_lib_lpthreads = yes ; then
24709                 ol_link_pthreads="-lpthreads"
24710                 ol_link_threads=posix
24711         fi
24712 fi
24713
24714
24715                 if test $ol_link_threads != no ; then
24716                         LTHREAD_LIBS="$LTHREAD_LIBS $ol_link_pthreads"
24717
24718                                                 save_CPPFLAGS="$CPPFLAGS"
24719                         save_LIBS="$LIBS"
24720                         LIBS="$LTHREAD_LIBS $LIBS"
24721
24722
24723
24724
24725 for ac_func in sched_yield pthread_yield thr_yield
24726 do
24727 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
24728 { echo "$as_me:$LINENO: checking for $ac_func" >&5
24729 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
24730 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
24731   echo $ECHO_N "(cached) $ECHO_C" >&6
24732 else
24733   cat >conftest.$ac_ext <<_ACEOF
24734 /* confdefs.h.  */
24735 _ACEOF
24736 cat confdefs.h >>conftest.$ac_ext
24737 cat >>conftest.$ac_ext <<_ACEOF
24738 /* end confdefs.h.  */
24739 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
24740    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
24741 #define $ac_func innocuous_$ac_func
24742
24743 /* System header to define __stub macros and hopefully few prototypes,
24744     which can conflict with char $ac_func (); below.
24745     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24746     <limits.h> exists even on freestanding compilers.  */
24747
24748 #ifdef __STDC__
24749 # include <limits.h>
24750 #else
24751 # include <assert.h>
24752 #endif
24753
24754 #undef $ac_func
24755
24756 /* Override any GCC internal prototype to avoid an error.
24757    Use char because int might match the return type of a GCC
24758    builtin and then its argument prototype would still apply.  */
24759 #ifdef __cplusplus
24760 extern "C"
24761 #endif
24762 char $ac_func ();
24763 /* The GNU C library defines this for functions which it implements
24764     to always fail with ENOSYS.  Some functions are actually named
24765     something starting with __ and the normal name is an alias.  */
24766 #if defined __stub_$ac_func || defined __stub___$ac_func
24767 choke me
24768 #endif
24769
24770 int
24771 main ()
24772 {
24773 return $ac_func ();
24774   ;
24775   return 0;
24776 }
24777 _ACEOF
24778 rm -f conftest.$ac_objext conftest$ac_exeext
24779 if { (ac_try="$ac_link"
24780 case "(($ac_try" in
24781   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24782   *) ac_try_echo=$ac_try;;
24783 esac
24784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24785   (eval "$ac_link") 2>conftest.er1
24786   ac_status=$?
24787   grep -v '^ *+' conftest.er1 >conftest.err
24788   rm -f conftest.er1
24789   cat conftest.err >&5
24790   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24791   (exit $ac_status); } && {
24792          test -z "$ac_c_werror_flag" ||
24793          test ! -s conftest.err
24794        } && test -s conftest$ac_exeext &&
24795        $as_test_x conftest$ac_exeext; then
24796   eval "$as_ac_var=yes"
24797 else
24798   echo "$as_me: failed program was:" >&5
24799 sed 's/^/| /' conftest.$ac_ext >&5
24800
24801         eval "$as_ac_var=no"
24802 fi
24803
24804 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24805       conftest$ac_exeext conftest.$ac_ext
24806 fi
24807 ac_res=`eval echo '${'$as_ac_var'}'`
24808                { echo "$as_me:$LINENO: result: $ac_res" >&5
24809 echo "${ECHO_T}$ac_res" >&6; }
24810 if test `eval echo '${'$as_ac_var'}'` = yes; then
24811   cat >>confdefs.h <<_ACEOF
24812 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
24813 _ACEOF
24814
24815 fi
24816 done
24817
24818
24819                         if test $ac_cv_func_sched_yield = no &&
24820                            test $ac_cv_func_pthread_yield = no &&
24821                            test $ac_cv_func_thr_yield = no ; then
24822                                                                 { echo "$as_me:$LINENO: checking for sched_yield in -lrt" >&5
24823 echo $ECHO_N "checking for sched_yield in -lrt... $ECHO_C" >&6; }
24824 if test "${ac_cv_lib_rt_sched_yield+set}" = set; then
24825   echo $ECHO_N "(cached) $ECHO_C" >&6
24826 else
24827   ac_check_lib_save_LIBS=$LIBS
24828 LIBS="-lrt  $LIBS"
24829 cat >conftest.$ac_ext <<_ACEOF
24830 /* confdefs.h.  */
24831 _ACEOF
24832 cat confdefs.h >>conftest.$ac_ext
24833 cat >>conftest.$ac_ext <<_ACEOF
24834 /* end confdefs.h.  */
24835
24836 /* Override any GCC internal prototype to avoid an error.
24837    Use char because int might match the return type of a GCC
24838    builtin and then its argument prototype would still apply.  */
24839 #ifdef __cplusplus
24840 extern "C"
24841 #endif
24842 char sched_yield ();
24843 int
24844 main ()
24845 {
24846 return sched_yield ();
24847   ;
24848   return 0;
24849 }
24850 _ACEOF
24851 rm -f conftest.$ac_objext conftest$ac_exeext
24852 if { (ac_try="$ac_link"
24853 case "(($ac_try" in
24854   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24855   *) ac_try_echo=$ac_try;;
24856 esac
24857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24858   (eval "$ac_link") 2>conftest.er1
24859   ac_status=$?
24860   grep -v '^ *+' conftest.er1 >conftest.err
24861   rm -f conftest.er1
24862   cat conftest.err >&5
24863   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24864   (exit $ac_status); } && {
24865          test -z "$ac_c_werror_flag" ||
24866          test ! -s conftest.err
24867        } && test -s conftest$ac_exeext &&
24868        $as_test_x conftest$ac_exeext; then
24869   ac_cv_lib_rt_sched_yield=yes
24870 else
24871   echo "$as_me: failed program was:" >&5
24872 sed 's/^/| /' conftest.$ac_ext >&5
24873
24874         ac_cv_lib_rt_sched_yield=no
24875 fi
24876
24877 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24878       conftest$ac_exeext conftest.$ac_ext
24879 LIBS=$ac_check_lib_save_LIBS
24880 fi
24881 { echo "$as_me:$LINENO: result: $ac_cv_lib_rt_sched_yield" >&5
24882 echo "${ECHO_T}$ac_cv_lib_rt_sched_yield" >&6; }
24883 if test $ac_cv_lib_rt_sched_yield = yes; then
24884   LTHREAD_LIBS="$LTHREAD_LIBS -lrt"
24885
24886 cat >>confdefs.h <<\_ACEOF
24887 #define HAVE_SCHED_YIELD 1
24888 _ACEOF
24889
24890                                         ac_cv_func_sched_yield=yes
24891 else
24892   ac_cv_func_sched_yield=no
24893 fi
24894
24895                         fi
24896                         if test $ac_cv_func_sched_yield = no &&
24897                            test $ac_cv_func_pthread_yield = no &&
24898                            test "$ac_cv_func_thr_yield" = no ; then
24899                                 { echo "$as_me:$LINENO: WARNING: could not locate sched_yield() or pthread_yield()" >&5
24900 echo "$as_me: WARNING: could not locate sched_yield() or pthread_yield()" >&2;}
24901                         fi
24902
24903
24904 for ac_func in pthread_kill
24905 do
24906 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
24907 { echo "$as_me:$LINENO: checking for $ac_func" >&5
24908 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
24909 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
24910   echo $ECHO_N "(cached) $ECHO_C" >&6
24911 else
24912   cat >conftest.$ac_ext <<_ACEOF
24913 /* confdefs.h.  */
24914 _ACEOF
24915 cat confdefs.h >>conftest.$ac_ext
24916 cat >>conftest.$ac_ext <<_ACEOF
24917 /* end confdefs.h.  */
24918 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
24919    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
24920 #define $ac_func innocuous_$ac_func
24921
24922 /* System header to define __stub macros and hopefully few prototypes,
24923     which can conflict with char $ac_func (); below.
24924     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24925     <limits.h> exists even on freestanding compilers.  */
24926
24927 #ifdef __STDC__
24928 # include <limits.h>
24929 #else
24930 # include <assert.h>
24931 #endif
24932
24933 #undef $ac_func
24934
24935 /* Override any GCC internal prototype to avoid an error.
24936    Use char because int might match the return type of a GCC
24937    builtin and then its argument prototype would still apply.  */
24938 #ifdef __cplusplus
24939 extern "C"
24940 #endif
24941 char $ac_func ();
24942 /* The GNU C library defines this for functions which it implements
24943     to always fail with ENOSYS.  Some functions are actually named
24944     something starting with __ and the normal name is an alias.  */
24945 #if defined __stub_$ac_func || defined __stub___$ac_func
24946 choke me
24947 #endif
24948
24949 int
24950 main ()
24951 {
24952 return $ac_func ();
24953   ;
24954   return 0;
24955 }
24956 _ACEOF
24957 rm -f conftest.$ac_objext conftest$ac_exeext
24958 if { (ac_try="$ac_link"
24959 case "(($ac_try" in
24960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24961   *) ac_try_echo=$ac_try;;
24962 esac
24963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24964   (eval "$ac_link") 2>conftest.er1
24965   ac_status=$?
24966   grep -v '^ *+' conftest.er1 >conftest.err
24967   rm -f conftest.er1
24968   cat conftest.err >&5
24969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24970   (exit $ac_status); } && {
24971          test -z "$ac_c_werror_flag" ||
24972          test ! -s conftest.err
24973        } && test -s conftest$ac_exeext &&
24974        $as_test_x conftest$ac_exeext; then
24975   eval "$as_ac_var=yes"
24976 else
24977   echo "$as_me: failed program was:" >&5
24978 sed 's/^/| /' conftest.$ac_ext >&5
24979
24980         eval "$as_ac_var=no"
24981 fi
24982
24983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24984       conftest$ac_exeext conftest.$ac_ext
24985 fi
24986 ac_res=`eval echo '${'$as_ac_var'}'`
24987                { echo "$as_me:$LINENO: result: $ac_res" >&5
24988 echo "${ECHO_T}$ac_res" >&6; }
24989 if test `eval echo '${'$as_ac_var'}'` = yes; then
24990   cat >>confdefs.h <<_ACEOF
24991 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
24992 _ACEOF
24993
24994 fi
24995 done
24996
24997
24998                                                                         { echo "$as_me:$LINENO: checking for pthread_rwlock_destroy with <pthread.h>" >&5
24999 echo $ECHO_N "checking for pthread_rwlock_destroy with <pthread.h>... $ECHO_C" >&6; }
25000 if test "${ol_cv_func_pthread_rwlock_destroy+set}" = set; then
25001   echo $ECHO_N "(cached) $ECHO_C" >&6
25002 else
25003
25004                                                                 cat >conftest.$ac_ext <<_ACEOF
25005 /* confdefs.h.  */
25006 _ACEOF
25007 cat confdefs.h >>conftest.$ac_ext
25008 cat >>conftest.$ac_ext <<_ACEOF
25009 /* end confdefs.h.  */
25010
25011 #include <pthread.h>
25012 pthread_rwlock_t rwlock;
25013
25014 int
25015 main ()
25016 {
25017 pthread_rwlock_destroy(&rwlock);
25018   ;
25019   return 0;
25020 }
25021 _ACEOF
25022 rm -f conftest.$ac_objext conftest$ac_exeext
25023 if { (ac_try="$ac_link"
25024 case "(($ac_try" in
25025   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25026   *) ac_try_echo=$ac_try;;
25027 esac
25028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25029   (eval "$ac_link") 2>conftest.er1
25030   ac_status=$?
25031   grep -v '^ *+' conftest.er1 >conftest.err
25032   rm -f conftest.er1
25033   cat conftest.err >&5
25034   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25035   (exit $ac_status); } && {
25036          test -z "$ac_c_werror_flag" ||
25037          test ! -s conftest.err
25038        } && test -s conftest$ac_exeext &&
25039        $as_test_x conftest$ac_exeext; then
25040   ol_cv_func_pthread_rwlock_destroy=yes
25041 else
25042   echo "$as_me: failed program was:" >&5
25043 sed 's/^/| /' conftest.$ac_ext >&5
25044
25045         ol_cv_func_pthread_rwlock_destroy=no
25046 fi
25047
25048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25049       conftest$ac_exeext conftest.$ac_ext
25050
25051 fi
25052 { echo "$as_me:$LINENO: result: $ol_cv_func_pthread_rwlock_destroy" >&5
25053 echo "${ECHO_T}$ol_cv_func_pthread_rwlock_destroy" >&6; }
25054                         if test $ol_cv_func_pthread_rwlock_destroy = yes ; then
25055
25056 cat >>confdefs.h <<\_ACEOF
25057 #define HAVE_PTHREAD_RWLOCK_DESTROY 1
25058 _ACEOF
25059
25060                         fi
25061
25062                                                                         { echo "$as_me:$LINENO: checking for pthread_detach with <pthread.h>" >&5
25063 echo $ECHO_N "checking for pthread_detach with <pthread.h>... $ECHO_C" >&6; }
25064 if test "${ol_cv_func_pthread_detach+set}" = set; then
25065   echo $ECHO_N "(cached) $ECHO_C" >&6
25066 else
25067
25068                                                                 cat >conftest.$ac_ext <<_ACEOF
25069 /* confdefs.h.  */
25070 _ACEOF
25071 cat confdefs.h >>conftest.$ac_ext
25072 cat >>conftest.$ac_ext <<_ACEOF
25073 /* end confdefs.h.  */
25074
25075 #include <pthread.h>
25076 #ifndef NULL
25077 #define NULL (void*)0
25078 #endif
25079
25080 int
25081 main ()
25082 {
25083 pthread_detach(NULL);
25084   ;
25085   return 0;
25086 }
25087 _ACEOF
25088 rm -f conftest.$ac_objext conftest$ac_exeext
25089 if { (ac_try="$ac_link"
25090 case "(($ac_try" in
25091   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25092   *) ac_try_echo=$ac_try;;
25093 esac
25094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25095   (eval "$ac_link") 2>conftest.er1
25096   ac_status=$?
25097   grep -v '^ *+' conftest.er1 >conftest.err
25098   rm -f conftest.er1
25099   cat conftest.err >&5
25100   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25101   (exit $ac_status); } && {
25102          test -z "$ac_c_werror_flag" ||
25103          test ! -s conftest.err
25104        } && test -s conftest$ac_exeext &&
25105        $as_test_x conftest$ac_exeext; then
25106   ol_cv_func_pthread_detach=yes
25107 else
25108   echo "$as_me: failed program was:" >&5
25109 sed 's/^/| /' conftest.$ac_ext >&5
25110
25111         ol_cv_func_pthread_detach=no
25112 fi
25113
25114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25115       conftest$ac_exeext conftest.$ac_ext
25116
25117 fi
25118 { echo "$as_me:$LINENO: result: $ol_cv_func_pthread_detach" >&5
25119 echo "${ECHO_T}$ol_cv_func_pthread_detach" >&6; }
25120
25121                         if test $ol_cv_func_pthread_detach = no ; then
25122                                 { { echo "$as_me:$LINENO: error: could not locate pthread_detach()" >&5
25123 echo "$as_me: error: could not locate pthread_detach()" >&2;}
25124    { (exit 1); exit 1; }; }
25125                         fi
25126
25127
25128 cat >>confdefs.h <<\_ACEOF
25129 #define HAVE_PTHREAD_DETACH 1
25130 _ACEOF
25131
25132
25133
25134
25135
25136
25137 for ac_func in \
25138                                 pthread_setconcurrency \
25139                                 pthread_getconcurrency \
25140                                 thr_setconcurrency \
25141                                 thr_getconcurrency \
25142
25143 do
25144 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25145 { echo "$as_me:$LINENO: checking for $ac_func" >&5
25146 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
25147 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
25148   echo $ECHO_N "(cached) $ECHO_C" >&6
25149 else
25150   cat >conftest.$ac_ext <<_ACEOF
25151 /* confdefs.h.  */
25152 _ACEOF
25153 cat confdefs.h >>conftest.$ac_ext
25154 cat >>conftest.$ac_ext <<_ACEOF
25155 /* end confdefs.h.  */
25156 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25157    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
25158 #define $ac_func innocuous_$ac_func
25159
25160 /* System header to define __stub macros and hopefully few prototypes,
25161     which can conflict with char $ac_func (); below.
25162     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25163     <limits.h> exists even on freestanding compilers.  */
25164
25165 #ifdef __STDC__
25166 # include <limits.h>
25167 #else
25168 # include <assert.h>
25169 #endif
25170
25171 #undef $ac_func
25172
25173 /* Override any GCC internal prototype to avoid an error.
25174    Use char because int might match the return type of a GCC
25175    builtin and then its argument prototype would still apply.  */
25176 #ifdef __cplusplus
25177 extern "C"
25178 #endif
25179 char $ac_func ();
25180 /* The GNU C library defines this for functions which it implements
25181     to always fail with ENOSYS.  Some functions are actually named
25182     something starting with __ and the normal name is an alias.  */
25183 #if defined __stub_$ac_func || defined __stub___$ac_func
25184 choke me
25185 #endif
25186
25187 int
25188 main ()
25189 {
25190 return $ac_func ();
25191   ;
25192   return 0;
25193 }
25194 _ACEOF
25195 rm -f conftest.$ac_objext conftest$ac_exeext
25196 if { (ac_try="$ac_link"
25197 case "(($ac_try" in
25198   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25199   *) ac_try_echo=$ac_try;;
25200 esac
25201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25202   (eval "$ac_link") 2>conftest.er1
25203   ac_status=$?
25204   grep -v '^ *+' conftest.er1 >conftest.err
25205   rm -f conftest.er1
25206   cat conftest.err >&5
25207   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25208   (exit $ac_status); } && {
25209          test -z "$ac_c_werror_flag" ||
25210          test ! -s conftest.err
25211        } && test -s conftest$ac_exeext &&
25212        $as_test_x conftest$ac_exeext; then
25213   eval "$as_ac_var=yes"
25214 else
25215   echo "$as_me: failed program was:" >&5
25216 sed 's/^/| /' conftest.$ac_ext >&5
25217
25218         eval "$as_ac_var=no"
25219 fi
25220
25221 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25222       conftest$ac_exeext conftest.$ac_ext
25223 fi
25224 ac_res=`eval echo '${'$as_ac_var'}'`
25225                { echo "$as_me:$LINENO: result: $ac_res" >&5
25226 echo "${ECHO_T}$ac_res" >&6; }
25227 if test `eval echo '${'$as_ac_var'}'` = yes; then
25228   cat >>confdefs.h <<_ACEOF
25229 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25230 _ACEOF
25231
25232 fi
25233 done
25234
25235
25236
25237
25238 for ac_func in pthread_kill_other_threads_np
25239 do
25240 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25241 { echo "$as_me:$LINENO: checking for $ac_func" >&5
25242 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
25243 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
25244   echo $ECHO_N "(cached) $ECHO_C" >&6
25245 else
25246   cat >conftest.$ac_ext <<_ACEOF
25247 /* confdefs.h.  */
25248 _ACEOF
25249 cat confdefs.h >>conftest.$ac_ext
25250 cat >>conftest.$ac_ext <<_ACEOF
25251 /* end confdefs.h.  */
25252 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25253    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
25254 #define $ac_func innocuous_$ac_func
25255
25256 /* System header to define __stub macros and hopefully few prototypes,
25257     which can conflict with char $ac_func (); below.
25258     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25259     <limits.h> exists even on freestanding compilers.  */
25260
25261 #ifdef __STDC__
25262 # include <limits.h>
25263 #else
25264 # include <assert.h>
25265 #endif
25266
25267 #undef $ac_func
25268
25269 /* Override any GCC internal prototype to avoid an error.
25270    Use char because int might match the return type of a GCC
25271    builtin and then its argument prototype would still apply.  */
25272 #ifdef __cplusplus
25273 extern "C"
25274 #endif
25275 char $ac_func ();
25276 /* The GNU C library defines this for functions which it implements
25277     to always fail with ENOSYS.  Some functions are actually named
25278     something starting with __ and the normal name is an alias.  */
25279 #if defined __stub_$ac_func || defined __stub___$ac_func
25280 choke me
25281 #endif
25282
25283 int
25284 main ()
25285 {
25286 return $ac_func ();
25287   ;
25288   return 0;
25289 }
25290 _ACEOF
25291 rm -f conftest.$ac_objext conftest$ac_exeext
25292 if { (ac_try="$ac_link"
25293 case "(($ac_try" in
25294   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25295   *) ac_try_echo=$ac_try;;
25296 esac
25297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25298   (eval "$ac_link") 2>conftest.er1
25299   ac_status=$?
25300   grep -v '^ *+' conftest.er1 >conftest.err
25301   rm -f conftest.er1
25302   cat conftest.err >&5
25303   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25304   (exit $ac_status); } && {
25305          test -z "$ac_c_werror_flag" ||
25306          test ! -s conftest.err
25307        } && test -s conftest$ac_exeext &&
25308        $as_test_x conftest$ac_exeext; then
25309   eval "$as_ac_var=yes"
25310 else
25311   echo "$as_me: failed program was:" >&5
25312 sed 's/^/| /' conftest.$ac_ext >&5
25313
25314         eval "$as_ac_var=no"
25315 fi
25316
25317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25318       conftest$ac_exeext conftest.$ac_ext
25319 fi
25320 ac_res=`eval echo '${'$as_ac_var'}'`
25321                { echo "$as_me:$LINENO: result: $ac_res" >&5
25322 echo "${ECHO_T}$ac_res" >&6; }
25323 if test `eval echo '${'$as_ac_var'}'` = yes; then
25324   cat >>confdefs.h <<_ACEOF
25325 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25326 _ACEOF
25327
25328 fi
25329 done
25330
25331         { echo "$as_me:$LINENO: checking for LinuxThreads implementation" >&5
25332 echo $ECHO_N "checking for LinuxThreads implementation... $ECHO_C" >&6; }
25333 if test "${ol_cv_sys_linux_threads+set}" = set; then
25334   echo $ECHO_N "(cached) $ECHO_C" >&6
25335 else
25336   ol_cv_sys_linux_threads=$ac_cv_func_pthread_kill_other_threads_np
25337 fi
25338 { echo "$as_me:$LINENO: result: $ol_cv_sys_linux_threads" >&5
25339 echo "${ECHO_T}$ol_cv_sys_linux_threads" >&6; }
25340
25341
25342
25343
25344         { echo "$as_me:$LINENO: checking for LinuxThreads consistency" >&5
25345 echo $ECHO_N "checking for LinuxThreads consistency... $ECHO_C" >&6; }
25346 if test "${ol_cv_linux_threads+set}" = set; then
25347   echo $ECHO_N "(cached) $ECHO_C" >&6
25348 else
25349
25350                 if test $ol_cv_header_linux_threads = yes &&
25351                    test $ol_cv_sys_linux_threads = yes; then
25352                         ol_cv_linux_threads=yes
25353                 elif test $ol_cv_header_linux_threads = no &&
25354                      test $ol_cv_sys_linux_threads = no; then
25355                         ol_cv_linux_threads=no
25356                 else
25357                         ol_cv_linux_threads=error
25358                 fi
25359
25360 fi
25361 { echo "$as_me:$LINENO: result: $ol_cv_linux_threads" >&5
25362 echo "${ECHO_T}$ol_cv_linux_threads" >&6; }
25363
25364
25365                         if test $ol_cv_linux_threads = error; then
25366                                 { { echo "$as_me:$LINENO: error: LinuxThreads header/library mismatch" >&5
25367 echo "$as_me: error: LinuxThreads header/library mismatch" >&2;}
25368    { (exit 1); exit 1; }; };
25369                         fi
25370
25371                         { echo "$as_me:$LINENO: checking if pthread_create() works" >&5
25372 echo $ECHO_N "checking if pthread_create() works... $ECHO_C" >&6; }
25373 if test "${ol_cv_pthread_create_works+set}" = set; then
25374   echo $ECHO_N "(cached) $ECHO_C" >&6
25375 else
25376
25377                         if test "$cross_compiling" = yes; then
25378                                 ol_cv_pthread_create_works=yes
25379 else
25380   cat >conftest.$ac_ext <<_ACEOF
25381 /* confdefs.h.  */
25382 _ACEOF
25383 cat confdefs.h >>conftest.$ac_ext
25384 cat >>conftest.$ac_ext <<_ACEOF
25385 /* end confdefs.h.  */
25386
25387 /* pthread test headers */
25388 #include <pthread.h>
25389 #if HAVE_PTHREADS < 7
25390 #include <errno.h>
25391 #endif
25392 #ifndef NULL
25393 #define NULL (void*)0
25394 #endif
25395
25396 static void *task(p)
25397         void *p;
25398 {
25399         return (void *) (p == NULL);
25400 }
25401
25402
25403 int main(argc, argv)
25404         int argc;
25405         char **argv;
25406 {
25407
25408         /* pthread test function */
25409 #ifndef PTHREAD_CREATE_DETACHED
25410 #define PTHREAD_CREATE_DETACHED 1
25411 #endif
25412         pthread_t t;
25413         int status;
25414         int detach = PTHREAD_CREATE_DETACHED;
25415
25416 #if HAVE_PTHREADS > 4
25417         /* Final pthreads */
25418         pthread_attr_t attr;
25419
25420         status = pthread_attr_init(&attr);
25421         if( status ) return status;
25422
25423 #if HAVE_PTHREADS < 7
25424         status = pthread_attr_setdetachstate(&attr, &detach);
25425         if( status < 0 ) status = errno;
25426 #else
25427         status = pthread_attr_setdetachstate(&attr, detach);
25428 #endif
25429         if( status ) return status;
25430         status = pthread_create( &t, &attr, task, NULL );
25431 #if HAVE_PTHREADS < 7
25432         if( status < 0 ) status = errno;
25433 #endif
25434         if( status ) return status;
25435 #else
25436         /* Draft 4 pthreads */
25437         status = pthread_create( &t, pthread_attr_default, task, NULL );
25438         if( status ) return errno;
25439
25440         /* give thread a chance to complete */
25441         /* it should remain joinable and hence detachable */
25442         sleep( 1 );
25443
25444         status = pthread_detach( &t );
25445         if( status ) return errno;
25446 #endif
25447
25448 #ifdef HAVE_LINUX_THREADS
25449         pthread_kill_other_threads_np();
25450 #endif
25451
25452         return 0;
25453
25454 }
25455
25456 _ACEOF
25457 rm -f conftest$ac_exeext
25458 if { (ac_try="$ac_link"
25459 case "(($ac_try" in
25460   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25461   *) ac_try_echo=$ac_try;;
25462 esac
25463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25464   (eval "$ac_link") 2>&5
25465   ac_status=$?
25466   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25467   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25468   { (case "(($ac_try" in
25469   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25470   *) ac_try_echo=$ac_try;;
25471 esac
25472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25473   (eval "$ac_try") 2>&5
25474   ac_status=$?
25475   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25476   (exit $ac_status); }; }; then
25477   ol_cv_pthread_create_works=yes
25478 else
25479   echo "$as_me: program exited with status $ac_status" >&5
25480 echo "$as_me: failed program was:" >&5
25481 sed 's/^/| /' conftest.$ac_ext >&5
25482
25483 ( exit $ac_status )
25484 ol_cv_pthread_create_works=no
25485 fi
25486 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25487 fi
25488
25489
25490 fi
25491 { echo "$as_me:$LINENO: result: $ol_cv_pthread_create_works" >&5
25492 echo "${ECHO_T}$ol_cv_pthread_create_works" >&6; }
25493
25494                         if test $ol_cv_pthread_create_works = no ; then
25495                                 { { echo "$as_me:$LINENO: error: pthread_create is not usable, check environment settings" >&5
25496 echo "$as_me: error: pthread_create is not usable, check environment settings" >&2;}
25497    { (exit 1); exit 1; }; }
25498                         fi
25499
25500                         ol_replace_broken_yield=no
25501
25502                         if test $ol_replace_broken_yield = yes ; then
25503
25504 cat >>confdefs.h <<\_ACEOF
25505 #define REPLACE_BROKEN_YIELD 1
25506 _ACEOF
25507
25508                         fi
25509
25510                                                 if test $ol_with_yielding_select = auto ; then
25511                                 { echo "$as_me:$LINENO: checking if select yields when using pthreads" >&5
25512 echo $ECHO_N "checking if select yields when using pthreads... $ECHO_C" >&6; }
25513 if test "${ol_cv_pthread_select_yields+set}" = set; then
25514   echo $ECHO_N "(cached) $ECHO_C" >&6
25515 else
25516
25517                                 if test "$cross_compiling" = yes; then
25518   ol_cv_pthread_select_yields=cross
25519 else
25520   cat >conftest.$ac_ext <<_ACEOF
25521 /* confdefs.h.  */
25522 _ACEOF
25523 cat confdefs.h >>conftest.$ac_ext
25524 cat >>conftest.$ac_ext <<_ACEOF
25525 /* end confdefs.h.  */
25526
25527 #include <sys/types.h>
25528 #include <sys/time.h>
25529 #include <unistd.h>
25530 #include <pthread.h>
25531 #ifndef NULL
25532 #define NULL (void*) 0
25533 #endif
25534
25535 static int fildes[2];
25536
25537 static void *task(p)
25538         void *p;
25539 {
25540         int i;
25541         struct timeval tv;
25542
25543         fd_set rfds;
25544
25545         tv.tv_sec=10;
25546         tv.tv_usec=0;
25547
25548         FD_ZERO(&rfds);
25549         FD_SET(fildes[0], &rfds);
25550
25551         /* we're not interested in any fds */
25552         i = select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
25553
25554         if(i < 0) {
25555                 perror("select");
25556                 exit(10);
25557         }
25558
25559         exit(0); /* if we exit here, the select blocked the whole process */
25560 }
25561
25562 int main(argc, argv)
25563         int argc;
25564         char **argv;
25565 {
25566         pthread_t t;
25567
25568         /* create a pipe to select */
25569         if(pipe(&fildes[0])) {
25570                 perror("select");
25571                 exit(1);
25572         }
25573
25574 #ifdef HAVE_PTHREAD_SETCONCURRENCY
25575         (void) pthread_setconcurrency(2);
25576 #else
25577 #ifdef HAVE_THR_SETCONCURRENCY
25578         /* Set Solaris LWP concurrency to 2 */
25579         thr_setconcurrency(2);
25580 #endif
25581 #endif
25582
25583 #if HAVE_PTHREADS < 6
25584         pthread_create(&t, pthread_attr_default, task, NULL);
25585 #else
25586         pthread_create(&t, NULL, task, NULL);
25587 #endif
25588
25589         /* make sure task runs first */
25590 #ifdef HAVE_THR_YIELD
25591         thr_yield();
25592 #elif defined( HAVE_SCHED_YIELD )
25593         sched_yield();
25594 #elif defined( HAVE_PTHREAD_YIELD )
25595         pthread_yield();
25596 #endif
25597
25598         exit(2);
25599 }
25600 _ACEOF
25601 rm -f conftest$ac_exeext
25602 if { (ac_try="$ac_link"
25603 case "(($ac_try" in
25604   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25605   *) ac_try_echo=$ac_try;;
25606 esac
25607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25608   (eval "$ac_link") 2>&5
25609   ac_status=$?
25610   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25611   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25612   { (case "(($ac_try" in
25613   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25614   *) ac_try_echo=$ac_try;;
25615 esac
25616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25617   (eval "$ac_try") 2>&5
25618   ac_status=$?
25619   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25620   (exit $ac_status); }; }; then
25621   ol_cv_pthread_select_yields=no
25622 else
25623   echo "$as_me: program exited with status $ac_status" >&5
25624 echo "$as_me: failed program was:" >&5
25625 sed 's/^/| /' conftest.$ac_ext >&5
25626
25627 ( exit $ac_status )
25628 ol_cv_pthread_select_yields=yes
25629 fi
25630 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25631 fi
25632
25633
25634 fi
25635 { echo "$as_me:$LINENO: result: $ol_cv_pthread_select_yields" >&5
25636 echo "${ECHO_T}$ol_cv_pthread_select_yields" >&6; }
25637
25638                                 if test $ol_cv_pthread_select_yields = cross ; then
25639                                         { { echo "$as_me:$LINENO: error: crossing compiling: use --with-yielding_select=yes|no|manual" >&5
25640 echo "$as_me: error: crossing compiling: use --with-yielding_select=yes|no|manual" >&2;}
25641    { (exit 1); exit 1; }; }
25642                                 fi
25643
25644                                 if test $ol_cv_pthread_select_yields = yes ; then
25645                                         ol_with_yielding_select=yes
25646                                 fi
25647                         fi
25648
25649                                                 CPPFLAGS="$save_CPPFLAGS"
25650                         LIBS="$save_LIBS"
25651                 else
25652                         { { echo "$as_me:$LINENO: error: could not locate usable POSIX Threads" >&5
25653 echo "$as_me: error: could not locate usable POSIX Threads" >&2;}
25654    { (exit 1); exit 1; }; }
25655                 fi
25656         fi
25657
25658         if test $ol_with_threads = posix ; then
25659                 { { echo "$as_me:$LINENO: error: could not locate POSIX Threads" >&5
25660 echo "$as_me: error: could not locate POSIX Threads" >&2;}
25661    { (exit 1); exit 1; }; }
25662         fi
25663         ;;
25664 esac
25665
25666 case $ol_with_threads in auto | yes | mach)
25667
25668
25669
25670 for ac_header in mach/cthreads.h cthreads.h
25671 do
25672 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
25673 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25674   { echo "$as_me:$LINENO: checking for $ac_header" >&5
25675 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
25676 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25677   echo $ECHO_N "(cached) $ECHO_C" >&6
25678 fi
25679 ac_res=`eval echo '${'$as_ac_Header'}'`
25680                { echo "$as_me:$LINENO: result: $ac_res" >&5
25681 echo "${ECHO_T}$ac_res" >&6; }
25682 else
25683   # Is the header compilable?
25684 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
25685 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
25686 cat >conftest.$ac_ext <<_ACEOF
25687 /* confdefs.h.  */
25688 _ACEOF
25689 cat confdefs.h >>conftest.$ac_ext
25690 cat >>conftest.$ac_ext <<_ACEOF
25691 /* end confdefs.h.  */
25692 $ac_includes_default
25693 #include <$ac_header>
25694 _ACEOF
25695 rm -f conftest.$ac_objext
25696 if { (ac_try="$ac_compile"
25697 case "(($ac_try" in
25698   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25699   *) ac_try_echo=$ac_try;;
25700 esac
25701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25702   (eval "$ac_compile") 2>conftest.er1
25703   ac_status=$?
25704   grep -v '^ *+' conftest.er1 >conftest.err
25705   rm -f conftest.er1
25706   cat conftest.err >&5
25707   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25708   (exit $ac_status); } && {
25709          test -z "$ac_c_werror_flag" ||
25710          test ! -s conftest.err
25711        } && test -s conftest.$ac_objext; then
25712   ac_header_compiler=yes
25713 else
25714   echo "$as_me: failed program was:" >&5
25715 sed 's/^/| /' conftest.$ac_ext >&5
25716
25717         ac_header_compiler=no
25718 fi
25719
25720 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25721 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25722 echo "${ECHO_T}$ac_header_compiler" >&6; }
25723
25724 # Is the header present?
25725 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
25726 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
25727 cat >conftest.$ac_ext <<_ACEOF
25728 /* confdefs.h.  */
25729 _ACEOF
25730 cat confdefs.h >>conftest.$ac_ext
25731 cat >>conftest.$ac_ext <<_ACEOF
25732 /* end confdefs.h.  */
25733 #include <$ac_header>
25734 _ACEOF
25735 if { (ac_try="$ac_cpp conftest.$ac_ext"
25736 case "(($ac_try" in
25737   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25738   *) ac_try_echo=$ac_try;;
25739 esac
25740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25741   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25742   ac_status=$?
25743   grep -v '^ *+' conftest.er1 >conftest.err
25744   rm -f conftest.er1
25745   cat conftest.err >&5
25746   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25747   (exit $ac_status); } >/dev/null && {
25748          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25749          test ! -s conftest.err
25750        }; then
25751   ac_header_preproc=yes
25752 else
25753   echo "$as_me: failed program was:" >&5
25754 sed 's/^/| /' conftest.$ac_ext >&5
25755
25756   ac_header_preproc=no
25757 fi
25758
25759 rm -f conftest.err conftest.$ac_ext
25760 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25761 echo "${ECHO_T}$ac_header_preproc" >&6; }
25762
25763 # So?  What about this header?
25764 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25765   yes:no: )
25766     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
25767 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
25768     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
25769 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
25770     ac_header_preproc=yes
25771     ;;
25772   no:yes:* )
25773     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
25774 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
25775     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
25776 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
25777     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
25778 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
25779     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
25780 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
25781     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
25782 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
25783     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
25784 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
25785     ( cat <<\_ASBOX
25786 ## --------------------------------------------- ##
25787 ## Report this to <http://www.openldap.org/its/> ##
25788 ## --------------------------------------------- ##
25789 _ASBOX
25790      ) | sed "s/^/$as_me: WARNING:     /" >&2
25791     ;;
25792 esac
25793 { echo "$as_me:$LINENO: checking for $ac_header" >&5
25794 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
25795 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25796   echo $ECHO_N "(cached) $ECHO_C" >&6
25797 else
25798   eval "$as_ac_Header=\$ac_header_preproc"
25799 fi
25800 ac_res=`eval echo '${'$as_ac_Header'}'`
25801                { echo "$as_me:$LINENO: result: $ac_res" >&5
25802 echo "${ECHO_T}$ac_res" >&6; }
25803
25804 fi
25805 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25806   cat >>confdefs.h <<_ACEOF
25807 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
25808 _ACEOF
25809
25810 fi
25811
25812 done
25813
25814         if test $ac_cv_header_mach_cthreads_h = yes ; then
25815                 ol_with_threads=found
25816
25817                                 { echo "$as_me:$LINENO: checking for cthread_fork" >&5
25818 echo $ECHO_N "checking for cthread_fork... $ECHO_C" >&6; }
25819 if test "${ac_cv_func_cthread_fork+set}" = set; then
25820   echo $ECHO_N "(cached) $ECHO_C" >&6
25821 else
25822   cat >conftest.$ac_ext <<_ACEOF
25823 /* confdefs.h.  */
25824 _ACEOF
25825 cat confdefs.h >>conftest.$ac_ext
25826 cat >>conftest.$ac_ext <<_ACEOF
25827 /* end confdefs.h.  */
25828 /* Define cthread_fork to an innocuous variant, in case <limits.h> declares cthread_fork.
25829    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
25830 #define cthread_fork innocuous_cthread_fork
25831
25832 /* System header to define __stub macros and hopefully few prototypes,
25833     which can conflict with char cthread_fork (); below.
25834     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25835     <limits.h> exists even on freestanding compilers.  */
25836
25837 #ifdef __STDC__
25838 # include <limits.h>
25839 #else
25840 # include <assert.h>
25841 #endif
25842
25843 #undef cthread_fork
25844
25845 /* Override any GCC internal prototype to avoid an error.
25846    Use char because int might match the return type of a GCC
25847    builtin and then its argument prototype would still apply.  */
25848 #ifdef __cplusplus
25849 extern "C"
25850 #endif
25851 char cthread_fork ();
25852 /* The GNU C library defines this for functions which it implements
25853     to always fail with ENOSYS.  Some functions are actually named
25854     something starting with __ and the normal name is an alias.  */
25855 #if defined __stub_cthread_fork || defined __stub___cthread_fork
25856 choke me
25857 #endif
25858
25859 int
25860 main ()
25861 {
25862 return cthread_fork ();
25863   ;
25864   return 0;
25865 }
25866 _ACEOF
25867 rm -f conftest.$ac_objext conftest$ac_exeext
25868 if { (ac_try="$ac_link"
25869 case "(($ac_try" in
25870   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25871   *) ac_try_echo=$ac_try;;
25872 esac
25873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25874   (eval "$ac_link") 2>conftest.er1
25875   ac_status=$?
25876   grep -v '^ *+' conftest.er1 >conftest.err
25877   rm -f conftest.er1
25878   cat conftest.err >&5
25879   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25880   (exit $ac_status); } && {
25881          test -z "$ac_c_werror_flag" ||
25882          test ! -s conftest.err
25883        } && test -s conftest$ac_exeext &&
25884        $as_test_x conftest$ac_exeext; then
25885   ac_cv_func_cthread_fork=yes
25886 else
25887   echo "$as_me: failed program was:" >&5
25888 sed 's/^/| /' conftest.$ac_ext >&5
25889
25890         ac_cv_func_cthread_fork=no
25891 fi
25892
25893 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25894       conftest$ac_exeext conftest.$ac_ext
25895 fi
25896 { echo "$as_me:$LINENO: result: $ac_cv_func_cthread_fork" >&5
25897 echo "${ECHO_T}$ac_cv_func_cthread_fork" >&6; }
25898 if test $ac_cv_func_cthread_fork = yes; then
25899   ol_link_threads=yes
25900 fi
25901
25902
25903                 if test $ol_link_threads = no ; then
25904                                                                         { echo "$as_me:$LINENO: checking for cthread_fork with -all_load" >&5
25905 echo $ECHO_N "checking for cthread_fork with -all_load... $ECHO_C" >&6; }
25906 if test "${ol_cv_cthread_all_load+set}" = set; then
25907   echo $ECHO_N "(cached) $ECHO_C" >&6
25908 else
25909
25910                                                                 save_LIBS="$LIBS"
25911                                 LIBS="-all_load $LIBS"
25912                                 cat >conftest.$ac_ext <<_ACEOF
25913 /* confdefs.h.  */
25914 _ACEOF
25915 cat confdefs.h >>conftest.$ac_ext
25916 cat >>conftest.$ac_ext <<_ACEOF
25917 /* end confdefs.h.  */
25918 #include <mach/cthreads.h>
25919 int
25920 main ()
25921 {
25922
25923                                         cthread_fork((void *)0, (void *)0);
25924
25925   ;
25926   return 0;
25927 }
25928 _ACEOF
25929 rm -f conftest.$ac_objext conftest$ac_exeext
25930 if { (ac_try="$ac_link"
25931 case "(($ac_try" in
25932   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25933   *) ac_try_echo=$ac_try;;
25934 esac
25935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25936   (eval "$ac_link") 2>conftest.er1
25937   ac_status=$?
25938   grep -v '^ *+' conftest.er1 >conftest.err
25939   rm -f conftest.er1
25940   cat conftest.err >&5
25941   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25942   (exit $ac_status); } && {
25943          test -z "$ac_c_werror_flag" ||
25944          test ! -s conftest.err
25945        } && test -s conftest$ac_exeext &&
25946        $as_test_x conftest$ac_exeext; then
25947   ol_cv_cthread_all_load=yes
25948 else
25949   echo "$as_me: failed program was:" >&5
25950 sed 's/^/| /' conftest.$ac_ext >&5
25951
25952         ol_cv_cthread_all_load=no
25953 fi
25954
25955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25956       conftest$ac_exeext conftest.$ac_ext
25957                                                                 LIBS="$save_LIBS"
25958
25959 fi
25960 { echo "$as_me:$LINENO: result: $ol_cv_cthread_all_load" >&5
25961 echo "${ECHO_T}$ol_cv_cthread_all_load" >&6; }
25962
25963                         if test $ol_cv_cthread_all_load = yes ; then
25964                                 LTHREAD_LIBS="$LTHREAD_LIBS -all_load"
25965                                 ol_link_threads=mach
25966                                 ol_with_threads=found
25967                         fi
25968                 fi
25969
25970         elif test $ac_cv_header_cthreads_h = yes ; then
25971
25972                 ol_with_threads=found
25973
25974                                 save_LIBS="$LIBS"
25975                 LIBS="$LIBS -lthreads"
25976                 { echo "$as_me:$LINENO: checking for cthread_fork" >&5
25977 echo $ECHO_N "checking for cthread_fork... $ECHO_C" >&6; }
25978 if test "${ac_cv_func_cthread_fork+set}" = set; then
25979   echo $ECHO_N "(cached) $ECHO_C" >&6
25980 else
25981   cat >conftest.$ac_ext <<_ACEOF
25982 /* confdefs.h.  */
25983 _ACEOF
25984 cat confdefs.h >>conftest.$ac_ext
25985 cat >>conftest.$ac_ext <<_ACEOF
25986 /* end confdefs.h.  */
25987 /* Define cthread_fork to an innocuous variant, in case <limits.h> declares cthread_fork.
25988    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
25989 #define cthread_fork innocuous_cthread_fork
25990
25991 /* System header to define __stub macros and hopefully few prototypes,
25992     which can conflict with char cthread_fork (); below.
25993     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25994     <limits.h> exists even on freestanding compilers.  */
25995
25996 #ifdef __STDC__
25997 # include <limits.h>
25998 #else
25999 # include <assert.h>
26000 #endif
26001
26002 #undef cthread_fork
26003
26004 /* Override any GCC internal prototype to avoid an error.
26005    Use char because int might match the return type of a GCC
26006    builtin and then its argument prototype would still apply.  */
26007 #ifdef __cplusplus
26008 extern "C"
26009 #endif
26010 char cthread_fork ();
26011 /* The GNU C library defines this for functions which it implements
26012     to always fail with ENOSYS.  Some functions are actually named
26013     something starting with __ and the normal name is an alias.  */
26014 #if defined __stub_cthread_fork || defined __stub___cthread_fork
26015 choke me
26016 #endif
26017
26018 int
26019 main ()
26020 {
26021 return cthread_fork ();
26022   ;
26023   return 0;
26024 }
26025 _ACEOF
26026 rm -f conftest.$ac_objext conftest$ac_exeext
26027 if { (ac_try="$ac_link"
26028 case "(($ac_try" in
26029   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26030   *) ac_try_echo=$ac_try;;
26031 esac
26032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26033   (eval "$ac_link") 2>conftest.er1
26034   ac_status=$?
26035   grep -v '^ *+' conftest.er1 >conftest.err
26036   rm -f conftest.er1
26037   cat conftest.err >&5
26038   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26039   (exit $ac_status); } && {
26040          test -z "$ac_c_werror_flag" ||
26041          test ! -s conftest.err
26042        } && test -s conftest$ac_exeext &&
26043        $as_test_x conftest$ac_exeext; then
26044   ac_cv_func_cthread_fork=yes
26045 else
26046   echo "$as_me: failed program was:" >&5
26047 sed 's/^/| /' conftest.$ac_ext >&5
26048
26049         ac_cv_func_cthread_fork=no
26050 fi
26051
26052 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26053       conftest$ac_exeext conftest.$ac_ext
26054 fi
26055 { echo "$as_me:$LINENO: result: $ac_cv_func_cthread_fork" >&5
26056 echo "${ECHO_T}$ac_cv_func_cthread_fork" >&6; }
26057 if test $ac_cv_func_cthread_fork = yes; then
26058   ol_link_threads=yes
26059 fi
26060
26061                 LIBS="$save_LIBS"
26062
26063                 if test $ol_link_threads = yes ; then
26064                         LTHREAD_LIBS="-lthreads"
26065                         ol_link_threads=mach
26066                         ol_with_threads=found
26067                 else
26068                         { { echo "$as_me:$LINENO: error: could not link with Mach CThreads" >&5
26069 echo "$as_me: error: could not link with Mach CThreads" >&2;}
26070    { (exit 1); exit 1; }; }
26071                 fi
26072
26073         elif test $ol_with_threads = mach ; then
26074                 { { echo "$as_me:$LINENO: error: could not locate Mach CThreads" >&5
26075 echo "$as_me: error: could not locate Mach CThreads" >&2;}
26076    { (exit 1); exit 1; }; }
26077         fi
26078
26079         if test $ol_link_threads = mach ; then
26080
26081 cat >>confdefs.h <<\_ACEOF
26082 #define HAVE_MACH_CTHREADS 1
26083 _ACEOF
26084
26085         elif test $ol_with_threads = found ; then
26086                 { { echo "$as_me:$LINENO: error: could not link with Mach CThreads" >&5
26087 echo "$as_me: error: could not link with Mach CThreads" >&2;}
26088    { (exit 1); exit 1; }; }
26089         fi
26090         ;;
26091 esac
26092
26093 case $ol_with_threads in auto | yes | pth)
26094
26095
26096 for ac_header in pth.h
26097 do
26098 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26099 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26100   { echo "$as_me:$LINENO: checking for $ac_header" >&5
26101 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26102 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26103   echo $ECHO_N "(cached) $ECHO_C" >&6
26104 fi
26105 ac_res=`eval echo '${'$as_ac_Header'}'`
26106                { echo "$as_me:$LINENO: result: $ac_res" >&5
26107 echo "${ECHO_T}$ac_res" >&6; }
26108 else
26109   # Is the header compilable?
26110 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
26111 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
26112 cat >conftest.$ac_ext <<_ACEOF
26113 /* confdefs.h.  */
26114 _ACEOF
26115 cat confdefs.h >>conftest.$ac_ext
26116 cat >>conftest.$ac_ext <<_ACEOF
26117 /* end confdefs.h.  */
26118 $ac_includes_default
26119 #include <$ac_header>
26120 _ACEOF
26121 rm -f conftest.$ac_objext
26122 if { (ac_try="$ac_compile"
26123 case "(($ac_try" in
26124   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26125   *) ac_try_echo=$ac_try;;
26126 esac
26127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26128   (eval "$ac_compile") 2>conftest.er1
26129   ac_status=$?
26130   grep -v '^ *+' conftest.er1 >conftest.err
26131   rm -f conftest.er1
26132   cat conftest.err >&5
26133   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26134   (exit $ac_status); } && {
26135          test -z "$ac_c_werror_flag" ||
26136          test ! -s conftest.err
26137        } && test -s conftest.$ac_objext; then
26138   ac_header_compiler=yes
26139 else
26140   echo "$as_me: failed program was:" >&5
26141 sed 's/^/| /' conftest.$ac_ext >&5
26142
26143         ac_header_compiler=no
26144 fi
26145
26146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26147 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26148 echo "${ECHO_T}$ac_header_compiler" >&6; }
26149
26150 # Is the header present?
26151 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
26152 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
26153 cat >conftest.$ac_ext <<_ACEOF
26154 /* confdefs.h.  */
26155 _ACEOF
26156 cat confdefs.h >>conftest.$ac_ext
26157 cat >>conftest.$ac_ext <<_ACEOF
26158 /* end confdefs.h.  */
26159 #include <$ac_header>
26160 _ACEOF
26161 if { (ac_try="$ac_cpp conftest.$ac_ext"
26162 case "(($ac_try" in
26163   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26164   *) ac_try_echo=$ac_try;;
26165 esac
26166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26167   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26168   ac_status=$?
26169   grep -v '^ *+' conftest.er1 >conftest.err
26170   rm -f conftest.er1
26171   cat conftest.err >&5
26172   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26173   (exit $ac_status); } >/dev/null && {
26174          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
26175          test ! -s conftest.err
26176        }; then
26177   ac_header_preproc=yes
26178 else
26179   echo "$as_me: failed program was:" >&5
26180 sed 's/^/| /' conftest.$ac_ext >&5
26181
26182   ac_header_preproc=no
26183 fi
26184
26185 rm -f conftest.err conftest.$ac_ext
26186 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26187 echo "${ECHO_T}$ac_header_preproc" >&6; }
26188
26189 # So?  What about this header?
26190 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26191   yes:no: )
26192     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
26193 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
26194     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
26195 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
26196     ac_header_preproc=yes
26197     ;;
26198   no:yes:* )
26199     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
26200 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
26201     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
26202 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
26203     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
26204 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
26205     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
26206 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
26207     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
26208 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
26209     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
26210 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
26211     ( cat <<\_ASBOX
26212 ## --------------------------------------------- ##
26213 ## Report this to <http://www.openldap.org/its/> ##
26214 ## --------------------------------------------- ##
26215 _ASBOX
26216      ) | sed "s/^/$as_me: WARNING:     /" >&2
26217     ;;
26218 esac
26219 { echo "$as_me:$LINENO: checking for $ac_header" >&5
26220 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26221 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26222   echo $ECHO_N "(cached) $ECHO_C" >&6
26223 else
26224   eval "$as_ac_Header=\$ac_header_preproc"
26225 fi
26226 ac_res=`eval echo '${'$as_ac_Header'}'`
26227                { echo "$as_me:$LINENO: result: $ac_res" >&5
26228 echo "${ECHO_T}$ac_res" >&6; }
26229
26230 fi
26231 if test `eval echo '${'$as_ac_Header'}'` = yes; then
26232   cat >>confdefs.h <<_ACEOF
26233 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
26234 _ACEOF
26235
26236 fi
26237
26238 done
26239
26240
26241         if test $ac_cv_header_pth_h = yes ; then
26242                 { echo "$as_me:$LINENO: checking for pth_version in -lpth" >&5
26243 echo $ECHO_N "checking for pth_version in -lpth... $ECHO_C" >&6; }
26244 if test "${ac_cv_lib_pth_pth_version+set}" = set; then
26245   echo $ECHO_N "(cached) $ECHO_C" >&6
26246 else
26247   ac_check_lib_save_LIBS=$LIBS
26248 LIBS="-lpth  $LIBS"
26249 cat >conftest.$ac_ext <<_ACEOF
26250 /* confdefs.h.  */
26251 _ACEOF
26252 cat confdefs.h >>conftest.$ac_ext
26253 cat >>conftest.$ac_ext <<_ACEOF
26254 /* end confdefs.h.  */
26255
26256 /* Override any GCC internal prototype to avoid an error.
26257    Use char because int might match the return type of a GCC
26258    builtin and then its argument prototype would still apply.  */
26259 #ifdef __cplusplus
26260 extern "C"
26261 #endif
26262 char pth_version ();
26263 int
26264 main ()
26265 {
26266 return pth_version ();
26267   ;
26268   return 0;
26269 }
26270 _ACEOF
26271 rm -f conftest.$ac_objext conftest$ac_exeext
26272 if { (ac_try="$ac_link"
26273 case "(($ac_try" in
26274   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26275   *) ac_try_echo=$ac_try;;
26276 esac
26277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26278   (eval "$ac_link") 2>conftest.er1
26279   ac_status=$?
26280   grep -v '^ *+' conftest.er1 >conftest.err
26281   rm -f conftest.er1
26282   cat conftest.err >&5
26283   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26284   (exit $ac_status); } && {
26285          test -z "$ac_c_werror_flag" ||
26286          test ! -s conftest.err
26287        } && test -s conftest$ac_exeext &&
26288        $as_test_x conftest$ac_exeext; then
26289   ac_cv_lib_pth_pth_version=yes
26290 else
26291   echo "$as_me: failed program was:" >&5
26292 sed 's/^/| /' conftest.$ac_ext >&5
26293
26294         ac_cv_lib_pth_pth_version=no
26295 fi
26296
26297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26298       conftest$ac_exeext conftest.$ac_ext
26299 LIBS=$ac_check_lib_save_LIBS
26300 fi
26301 { echo "$as_me:$LINENO: result: $ac_cv_lib_pth_pth_version" >&5
26302 echo "${ECHO_T}$ac_cv_lib_pth_pth_version" >&6; }
26303 if test $ac_cv_lib_pth_pth_version = yes; then
26304   have_pth=yes
26305 else
26306   have_pth=no
26307 fi
26308
26309
26310                 if test $have_pth = yes ; then
26311
26312 cat >>confdefs.h <<\_ACEOF
26313 #define HAVE_GNU_PTH 1
26314 _ACEOF
26315
26316                         LTHREAD_LIBS="$LTHREAD_LIBS -lpth"
26317                         ol_link_threads=pth
26318                         ol_with_threads=found
26319
26320                         if test $ol_with_yielding_select = auto ; then
26321                                 ol_with_yielding_select=yes
26322                         fi
26323                 fi
26324         fi
26325         ;;
26326 esac
26327
26328 case $ol_with_threads in auto | yes | lwp)
26329
26330
26331
26332 for ac_header in thread.h synch.h
26333 do
26334 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26335 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26336   { echo "$as_me:$LINENO: checking for $ac_header" >&5
26337 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26338 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26339   echo $ECHO_N "(cached) $ECHO_C" >&6
26340 fi
26341 ac_res=`eval echo '${'$as_ac_Header'}'`
26342                { echo "$as_me:$LINENO: result: $ac_res" >&5
26343 echo "${ECHO_T}$ac_res" >&6; }
26344 else
26345   # Is the header compilable?
26346 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
26347 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
26348 cat >conftest.$ac_ext <<_ACEOF
26349 /* confdefs.h.  */
26350 _ACEOF
26351 cat confdefs.h >>conftest.$ac_ext
26352 cat >>conftest.$ac_ext <<_ACEOF
26353 /* end confdefs.h.  */
26354 $ac_includes_default
26355 #include <$ac_header>
26356 _ACEOF
26357 rm -f conftest.$ac_objext
26358 if { (ac_try="$ac_compile"
26359 case "(($ac_try" in
26360   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26361   *) ac_try_echo=$ac_try;;
26362 esac
26363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26364   (eval "$ac_compile") 2>conftest.er1
26365   ac_status=$?
26366   grep -v '^ *+' conftest.er1 >conftest.err
26367   rm -f conftest.er1
26368   cat conftest.err >&5
26369   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26370   (exit $ac_status); } && {
26371          test -z "$ac_c_werror_flag" ||
26372          test ! -s conftest.err
26373        } && test -s conftest.$ac_objext; then
26374   ac_header_compiler=yes
26375 else
26376   echo "$as_me: failed program was:" >&5
26377 sed 's/^/| /' conftest.$ac_ext >&5
26378
26379         ac_header_compiler=no
26380 fi
26381
26382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26383 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26384 echo "${ECHO_T}$ac_header_compiler" >&6; }
26385
26386 # Is the header present?
26387 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
26388 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
26389 cat >conftest.$ac_ext <<_ACEOF
26390 /* confdefs.h.  */
26391 _ACEOF
26392 cat confdefs.h >>conftest.$ac_ext
26393 cat >>conftest.$ac_ext <<_ACEOF
26394 /* end confdefs.h.  */
26395 #include <$ac_header>
26396 _ACEOF
26397 if { (ac_try="$ac_cpp conftest.$ac_ext"
26398 case "(($ac_try" in
26399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26400   *) ac_try_echo=$ac_try;;
26401 esac
26402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26403   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26404   ac_status=$?
26405   grep -v '^ *+' conftest.er1 >conftest.err
26406   rm -f conftest.er1
26407   cat conftest.err >&5
26408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26409   (exit $ac_status); } >/dev/null && {
26410          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
26411          test ! -s conftest.err
26412        }; then
26413   ac_header_preproc=yes
26414 else
26415   echo "$as_me: failed program was:" >&5
26416 sed 's/^/| /' conftest.$ac_ext >&5
26417
26418   ac_header_preproc=no
26419 fi
26420
26421 rm -f conftest.err conftest.$ac_ext
26422 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26423 echo "${ECHO_T}$ac_header_preproc" >&6; }
26424
26425 # So?  What about this header?
26426 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26427   yes:no: )
26428     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
26429 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
26430     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
26431 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
26432     ac_header_preproc=yes
26433     ;;
26434   no:yes:* )
26435     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
26436 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
26437     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
26438 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
26439     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
26440 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
26441     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
26442 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
26443     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
26444 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
26445     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
26446 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
26447     ( cat <<\_ASBOX
26448 ## --------------------------------------------- ##
26449 ## Report this to <http://www.openldap.org/its/> ##
26450 ## --------------------------------------------- ##
26451 _ASBOX
26452      ) | sed "s/^/$as_me: WARNING:     /" >&2
26453     ;;
26454 esac
26455 { echo "$as_me:$LINENO: checking for $ac_header" >&5
26456 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26457 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26458   echo $ECHO_N "(cached) $ECHO_C" >&6
26459 else
26460   eval "$as_ac_Header=\$ac_header_preproc"
26461 fi
26462 ac_res=`eval echo '${'$as_ac_Header'}'`
26463                { echo "$as_me:$LINENO: result: $ac_res" >&5
26464 echo "${ECHO_T}$ac_res" >&6; }
26465
26466 fi
26467 if test `eval echo '${'$as_ac_Header'}'` = yes; then
26468   cat >>confdefs.h <<_ACEOF
26469 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
26470 _ACEOF
26471
26472 fi
26473
26474 done
26475
26476         if test $ac_cv_header_thread_h = yes &&
26477            test $ac_cv_header_synch_h = yes ; then
26478                 { echo "$as_me:$LINENO: checking for thr_create in -lthread" >&5
26479 echo $ECHO_N "checking for thr_create in -lthread... $ECHO_C" >&6; }
26480 if test "${ac_cv_lib_thread_thr_create+set}" = set; then
26481   echo $ECHO_N "(cached) $ECHO_C" >&6
26482 else
26483   ac_check_lib_save_LIBS=$LIBS
26484 LIBS="-lthread  $LIBS"
26485 cat >conftest.$ac_ext <<_ACEOF
26486 /* confdefs.h.  */
26487 _ACEOF
26488 cat confdefs.h >>conftest.$ac_ext
26489 cat >>conftest.$ac_ext <<_ACEOF
26490 /* end confdefs.h.  */
26491
26492 /* Override any GCC internal prototype to avoid an error.
26493    Use char because int might match the return type of a GCC
26494    builtin and then its argument prototype would still apply.  */
26495 #ifdef __cplusplus
26496 extern "C"
26497 #endif
26498 char thr_create ();
26499 int
26500 main ()
26501 {
26502 return thr_create ();
26503   ;
26504   return 0;
26505 }
26506 _ACEOF
26507 rm -f conftest.$ac_objext conftest$ac_exeext
26508 if { (ac_try="$ac_link"
26509 case "(($ac_try" in
26510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26511   *) ac_try_echo=$ac_try;;
26512 esac
26513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26514   (eval "$ac_link") 2>conftest.er1
26515   ac_status=$?
26516   grep -v '^ *+' conftest.er1 >conftest.err
26517   rm -f conftest.er1
26518   cat conftest.err >&5
26519   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26520   (exit $ac_status); } && {
26521          test -z "$ac_c_werror_flag" ||
26522          test ! -s conftest.err
26523        } && test -s conftest$ac_exeext &&
26524        $as_test_x conftest$ac_exeext; then
26525   ac_cv_lib_thread_thr_create=yes
26526 else
26527   echo "$as_me: failed program was:" >&5
26528 sed 's/^/| /' conftest.$ac_ext >&5
26529
26530         ac_cv_lib_thread_thr_create=no
26531 fi
26532
26533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26534       conftest$ac_exeext conftest.$ac_ext
26535 LIBS=$ac_check_lib_save_LIBS
26536 fi
26537 { echo "$as_me:$LINENO: result: $ac_cv_lib_thread_thr_create" >&5
26538 echo "${ECHO_T}$ac_cv_lib_thread_thr_create" >&6; }
26539 if test $ac_cv_lib_thread_thr_create = yes; then
26540   have_thr=yes
26541 else
26542   have_thr=no
26543 fi
26544
26545
26546                 if test $have_thr = yes ; then
26547
26548 cat >>confdefs.h <<\_ACEOF
26549 #define HAVE_THR 1
26550 _ACEOF
26551
26552                         LTHREAD_LIBS="$LTHREAD_LIBS -lthread"
26553                         ol_link_threads=thr
26554
26555                         if test $ol_with_yielding_select = auto ; then
26556                                 ol_with_yielding_select=yes
26557                         fi
26558
26559
26560
26561 for ac_func in \
26562                                 thr_setconcurrency \
26563                                 thr_getconcurrency \
26564
26565 do
26566 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26567 { echo "$as_me:$LINENO: checking for $ac_func" >&5
26568 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
26569 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
26570   echo $ECHO_N "(cached) $ECHO_C" >&6
26571 else
26572   cat >conftest.$ac_ext <<_ACEOF
26573 /* confdefs.h.  */
26574 _ACEOF
26575 cat confdefs.h >>conftest.$ac_ext
26576 cat >>conftest.$ac_ext <<_ACEOF
26577 /* end confdefs.h.  */
26578 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26579    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
26580 #define $ac_func innocuous_$ac_func
26581
26582 /* System header to define __stub macros and hopefully few prototypes,
26583     which can conflict with char $ac_func (); below.
26584     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26585     <limits.h> exists even on freestanding compilers.  */
26586
26587 #ifdef __STDC__
26588 # include <limits.h>
26589 #else
26590 # include <assert.h>
26591 #endif
26592
26593 #undef $ac_func
26594
26595 /* Override any GCC internal prototype to avoid an error.
26596    Use char because int might match the return type of a GCC
26597    builtin and then its argument prototype would still apply.  */
26598 #ifdef __cplusplus
26599 extern "C"
26600 #endif
26601 char $ac_func ();
26602 /* The GNU C library defines this for functions which it implements
26603     to always fail with ENOSYS.  Some functions are actually named
26604     something starting with __ and the normal name is an alias.  */
26605 #if defined __stub_$ac_func || defined __stub___$ac_func
26606 choke me
26607 #endif
26608
26609 int
26610 main ()
26611 {
26612 return $ac_func ();
26613   ;
26614   return 0;
26615 }
26616 _ACEOF
26617 rm -f conftest.$ac_objext conftest$ac_exeext
26618 if { (ac_try="$ac_link"
26619 case "(($ac_try" in
26620   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26621   *) ac_try_echo=$ac_try;;
26622 esac
26623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26624   (eval "$ac_link") 2>conftest.er1
26625   ac_status=$?
26626   grep -v '^ *+' conftest.er1 >conftest.err
26627   rm -f conftest.er1
26628   cat conftest.err >&5
26629   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26630   (exit $ac_status); } && {
26631          test -z "$ac_c_werror_flag" ||
26632          test ! -s conftest.err
26633        } && test -s conftest$ac_exeext &&
26634        $as_test_x conftest$ac_exeext; then
26635   eval "$as_ac_var=yes"
26636 else
26637   echo "$as_me: failed program was:" >&5
26638 sed 's/^/| /' conftest.$ac_ext >&5
26639
26640         eval "$as_ac_var=no"
26641 fi
26642
26643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26644       conftest$ac_exeext conftest.$ac_ext
26645 fi
26646 ac_res=`eval echo '${'$as_ac_var'}'`
26647                { echo "$as_me:$LINENO: result: $ac_res" >&5
26648 echo "${ECHO_T}$ac_res" >&6; }
26649 if test `eval echo '${'$as_ac_var'}'` = yes; then
26650   cat >>confdefs.h <<_ACEOF
26651 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26652 _ACEOF
26653
26654 fi
26655 done
26656
26657                 fi
26658         fi
26659
26660
26661 for ac_header in lwp/lwp.h
26662 do
26663 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26664 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26665   { echo "$as_me:$LINENO: checking for $ac_header" >&5
26666 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26667 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26668   echo $ECHO_N "(cached) $ECHO_C" >&6
26669 fi
26670 ac_res=`eval echo '${'$as_ac_Header'}'`
26671                { echo "$as_me:$LINENO: result: $ac_res" >&5
26672 echo "${ECHO_T}$ac_res" >&6; }
26673 else
26674   # Is the header compilable?
26675 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
26676 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
26677 cat >conftest.$ac_ext <<_ACEOF
26678 /* confdefs.h.  */
26679 _ACEOF
26680 cat confdefs.h >>conftest.$ac_ext
26681 cat >>conftest.$ac_ext <<_ACEOF
26682 /* end confdefs.h.  */
26683 $ac_includes_default
26684 #include <$ac_header>
26685 _ACEOF
26686 rm -f conftest.$ac_objext
26687 if { (ac_try="$ac_compile"
26688 case "(($ac_try" in
26689   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26690   *) ac_try_echo=$ac_try;;
26691 esac
26692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26693   (eval "$ac_compile") 2>conftest.er1
26694   ac_status=$?
26695   grep -v '^ *+' conftest.er1 >conftest.err
26696   rm -f conftest.er1
26697   cat conftest.err >&5
26698   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26699   (exit $ac_status); } && {
26700          test -z "$ac_c_werror_flag" ||
26701          test ! -s conftest.err
26702        } && test -s conftest.$ac_objext; then
26703   ac_header_compiler=yes
26704 else
26705   echo "$as_me: failed program was:" >&5
26706 sed 's/^/| /' conftest.$ac_ext >&5
26707
26708         ac_header_compiler=no
26709 fi
26710
26711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26712 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26713 echo "${ECHO_T}$ac_header_compiler" >&6; }
26714
26715 # Is the header present?
26716 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
26717 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
26718 cat >conftest.$ac_ext <<_ACEOF
26719 /* confdefs.h.  */
26720 _ACEOF
26721 cat confdefs.h >>conftest.$ac_ext
26722 cat >>conftest.$ac_ext <<_ACEOF
26723 /* end confdefs.h.  */
26724 #include <$ac_header>
26725 _ACEOF
26726 if { (ac_try="$ac_cpp conftest.$ac_ext"
26727 case "(($ac_try" in
26728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26729   *) ac_try_echo=$ac_try;;
26730 esac
26731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26732   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26733   ac_status=$?
26734   grep -v '^ *+' conftest.er1 >conftest.err
26735   rm -f conftest.er1
26736   cat conftest.err >&5
26737   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26738   (exit $ac_status); } >/dev/null && {
26739          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
26740          test ! -s conftest.err
26741        }; then
26742   ac_header_preproc=yes
26743 else
26744   echo "$as_me: failed program was:" >&5
26745 sed 's/^/| /' conftest.$ac_ext >&5
26746
26747   ac_header_preproc=no
26748 fi
26749
26750 rm -f conftest.err conftest.$ac_ext
26751 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26752 echo "${ECHO_T}$ac_header_preproc" >&6; }
26753
26754 # So?  What about this header?
26755 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26756   yes:no: )
26757     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
26758 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
26759     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
26760 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
26761     ac_header_preproc=yes
26762     ;;
26763   no:yes:* )
26764     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
26765 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
26766     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
26767 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
26768     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
26769 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
26770     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
26771 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
26772     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
26773 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
26774     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
26775 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
26776     ( cat <<\_ASBOX
26777 ## --------------------------------------------- ##
26778 ## Report this to <http://www.openldap.org/its/> ##
26779 ## --------------------------------------------- ##
26780 _ASBOX
26781      ) | sed "s/^/$as_me: WARNING:     /" >&2
26782     ;;
26783 esac
26784 { echo "$as_me:$LINENO: checking for $ac_header" >&5
26785 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26786 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26787   echo $ECHO_N "(cached) $ECHO_C" >&6
26788 else
26789   eval "$as_ac_Header=\$ac_header_preproc"
26790 fi
26791 ac_res=`eval echo '${'$as_ac_Header'}'`
26792                { echo "$as_me:$LINENO: result: $ac_res" >&5
26793 echo "${ECHO_T}$ac_res" >&6; }
26794
26795 fi
26796 if test `eval echo '${'$as_ac_Header'}'` = yes; then
26797   cat >>confdefs.h <<_ACEOF
26798 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
26799 _ACEOF
26800
26801 fi
26802
26803 done
26804
26805         if test $ac_cv_header_lwp_lwp_h = yes ; then
26806                 { echo "$as_me:$LINENO: checking for lwp_create in -llwp" >&5
26807 echo $ECHO_N "checking for lwp_create in -llwp... $ECHO_C" >&6; }
26808 if test "${ac_cv_lib_lwp_lwp_create+set}" = set; then
26809   echo $ECHO_N "(cached) $ECHO_C" >&6
26810 else
26811   ac_check_lib_save_LIBS=$LIBS
26812 LIBS="-llwp  $LIBS"
26813 cat >conftest.$ac_ext <<_ACEOF
26814 /* confdefs.h.  */
26815 _ACEOF
26816 cat confdefs.h >>conftest.$ac_ext
26817 cat >>conftest.$ac_ext <<_ACEOF
26818 /* end confdefs.h.  */
26819
26820 /* Override any GCC internal prototype to avoid an error.
26821    Use char because int might match the return type of a GCC
26822    builtin and then its argument prototype would still apply.  */
26823 #ifdef __cplusplus
26824 extern "C"
26825 #endif
26826 char lwp_create ();
26827 int
26828 main ()
26829 {
26830 return lwp_create ();
26831   ;
26832   return 0;
26833 }
26834 _ACEOF
26835 rm -f conftest.$ac_objext conftest$ac_exeext
26836 if { (ac_try="$ac_link"
26837 case "(($ac_try" in
26838   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26839   *) ac_try_echo=$ac_try;;
26840 esac
26841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26842   (eval "$ac_link") 2>conftest.er1
26843   ac_status=$?
26844   grep -v '^ *+' conftest.er1 >conftest.err
26845   rm -f conftest.er1
26846   cat conftest.err >&5
26847   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26848   (exit $ac_status); } && {
26849          test -z "$ac_c_werror_flag" ||
26850          test ! -s conftest.err
26851        } && test -s conftest$ac_exeext &&
26852        $as_test_x conftest$ac_exeext; then
26853   ac_cv_lib_lwp_lwp_create=yes
26854 else
26855   echo "$as_me: failed program was:" >&5
26856 sed 's/^/| /' conftest.$ac_ext >&5
26857
26858         ac_cv_lib_lwp_lwp_create=no
26859 fi
26860
26861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26862       conftest$ac_exeext conftest.$ac_ext
26863 LIBS=$ac_check_lib_save_LIBS
26864 fi
26865 { echo "$as_me:$LINENO: result: $ac_cv_lib_lwp_lwp_create" >&5
26866 echo "${ECHO_T}$ac_cv_lib_lwp_lwp_create" >&6; }
26867 if test $ac_cv_lib_lwp_lwp_create = yes; then
26868   have_lwp=yes
26869 else
26870   have_lwp=no
26871 fi
26872
26873
26874                 if test $have_lwp = yes ; then
26875
26876 cat >>confdefs.h <<\_ACEOF
26877 #define HAVE_LWP 1
26878 _ACEOF
26879
26880                         LTHREAD_LIBS="$LTHREAD_LIBS -llwp"
26881                         ol_link_threads=lwp
26882
26883                         if test $ol_with_yielding_select = auto ; then
26884                                 ol_with_yielding_select=no
26885                         fi
26886                 fi
26887         fi
26888         ;;
26889 esac
26890
26891 if test $ol_with_yielding_select = yes ; then
26892
26893 cat >>confdefs.h <<\_ACEOF
26894 #define HAVE_YIELDING_SELECT 1
26895 _ACEOF
26896
26897 fi
26898
26899 if test $ol_with_threads = manual ; then
26900                 ol_link_threads=yes
26901
26902         { echo "$as_me:$LINENO: WARNING: thread defines and link options must be set manually" >&5
26903 echo "$as_me: WARNING: thread defines and link options must be set manually" >&2;}
26904
26905
26906
26907 for ac_header in pthread.h sched.h
26908 do
26909 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26910 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26911   { echo "$as_me:$LINENO: checking for $ac_header" >&5
26912 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26913 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26914   echo $ECHO_N "(cached) $ECHO_C" >&6
26915 fi
26916 ac_res=`eval echo '${'$as_ac_Header'}'`
26917                { echo "$as_me:$LINENO: result: $ac_res" >&5
26918 echo "${ECHO_T}$ac_res" >&6; }
26919 else
26920   # Is the header compilable?
26921 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
26922 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
26923 cat >conftest.$ac_ext <<_ACEOF
26924 /* confdefs.h.  */
26925 _ACEOF
26926 cat confdefs.h >>conftest.$ac_ext
26927 cat >>conftest.$ac_ext <<_ACEOF
26928 /* end confdefs.h.  */
26929 $ac_includes_default
26930 #include <$ac_header>
26931 _ACEOF
26932 rm -f conftest.$ac_objext
26933 if { (ac_try="$ac_compile"
26934 case "(($ac_try" in
26935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26936   *) ac_try_echo=$ac_try;;
26937 esac
26938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26939   (eval "$ac_compile") 2>conftest.er1
26940   ac_status=$?
26941   grep -v '^ *+' conftest.er1 >conftest.err
26942   rm -f conftest.er1
26943   cat conftest.err >&5
26944   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26945   (exit $ac_status); } && {
26946          test -z "$ac_c_werror_flag" ||
26947          test ! -s conftest.err
26948        } && test -s conftest.$ac_objext; then
26949   ac_header_compiler=yes
26950 else
26951   echo "$as_me: failed program was:" >&5
26952 sed 's/^/| /' conftest.$ac_ext >&5
26953
26954         ac_header_compiler=no
26955 fi
26956
26957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26958 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26959 echo "${ECHO_T}$ac_header_compiler" >&6; }
26960
26961 # Is the header present?
26962 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
26963 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
26964 cat >conftest.$ac_ext <<_ACEOF
26965 /* confdefs.h.  */
26966 _ACEOF
26967 cat confdefs.h >>conftest.$ac_ext
26968 cat >>conftest.$ac_ext <<_ACEOF
26969 /* end confdefs.h.  */
26970 #include <$ac_header>
26971 _ACEOF
26972 if { (ac_try="$ac_cpp conftest.$ac_ext"
26973 case "(($ac_try" in
26974   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26975   *) ac_try_echo=$ac_try;;
26976 esac
26977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26978   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26979   ac_status=$?
26980   grep -v '^ *+' conftest.er1 >conftest.err
26981   rm -f conftest.er1
26982   cat conftest.err >&5
26983   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26984   (exit $ac_status); } >/dev/null && {
26985          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
26986          test ! -s conftest.err
26987        }; then
26988   ac_header_preproc=yes
26989 else
26990   echo "$as_me: failed program was:" >&5
26991 sed 's/^/| /' conftest.$ac_ext >&5
26992
26993   ac_header_preproc=no
26994 fi
26995
26996 rm -f conftest.err conftest.$ac_ext
26997 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26998 echo "${ECHO_T}$ac_header_preproc" >&6; }
26999
27000 # So?  What about this header?
27001 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27002   yes:no: )
27003     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
27004 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
27005     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
27006 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
27007     ac_header_preproc=yes
27008     ;;
27009   no:yes:* )
27010     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
27011 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
27012     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
27013 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
27014     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
27015 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
27016     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
27017 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
27018     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
27019 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
27020     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
27021 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
27022     ( cat <<\_ASBOX
27023 ## --------------------------------------------- ##
27024 ## Report this to <http://www.openldap.org/its/> ##
27025 ## --------------------------------------------- ##
27026 _ASBOX
27027      ) | sed "s/^/$as_me: WARNING:     /" >&2
27028     ;;
27029 esac
27030 { echo "$as_me:$LINENO: checking for $ac_header" >&5
27031 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
27032 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27033   echo $ECHO_N "(cached) $ECHO_C" >&6
27034 else
27035   eval "$as_ac_Header=\$ac_header_preproc"
27036 fi
27037 ac_res=`eval echo '${'$as_ac_Header'}'`
27038                { echo "$as_me:$LINENO: result: $ac_res" >&5
27039 echo "${ECHO_T}$ac_res" >&6; }
27040
27041 fi
27042 if test `eval echo '${'$as_ac_Header'}'` = yes; then
27043   cat >>confdefs.h <<_ACEOF
27044 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27045 _ACEOF
27046
27047 fi
27048
27049 done
27050
27051
27052
27053 for ac_func in sched_yield pthread_yield
27054 do
27055 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27056 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27057 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27058 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27059   echo $ECHO_N "(cached) $ECHO_C" >&6
27060 else
27061   cat >conftest.$ac_ext <<_ACEOF
27062 /* confdefs.h.  */
27063 _ACEOF
27064 cat confdefs.h >>conftest.$ac_ext
27065 cat >>conftest.$ac_ext <<_ACEOF
27066 /* end confdefs.h.  */
27067 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27068    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
27069 #define $ac_func innocuous_$ac_func
27070
27071 /* System header to define __stub macros and hopefully few prototypes,
27072     which can conflict with char $ac_func (); below.
27073     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27074     <limits.h> exists even on freestanding compilers.  */
27075
27076 #ifdef __STDC__
27077 # include <limits.h>
27078 #else
27079 # include <assert.h>
27080 #endif
27081
27082 #undef $ac_func
27083
27084 /* Override any GCC internal prototype to avoid an error.
27085    Use char because int might match the return type of a GCC
27086    builtin and then its argument prototype would still apply.  */
27087 #ifdef __cplusplus
27088 extern "C"
27089 #endif
27090 char $ac_func ();
27091 /* The GNU C library defines this for functions which it implements
27092     to always fail with ENOSYS.  Some functions are actually named
27093     something starting with __ and the normal name is an alias.  */
27094 #if defined __stub_$ac_func || defined __stub___$ac_func
27095 choke me
27096 #endif
27097
27098 int
27099 main ()
27100 {
27101 return $ac_func ();
27102   ;
27103   return 0;
27104 }
27105 _ACEOF
27106 rm -f conftest.$ac_objext conftest$ac_exeext
27107 if { (ac_try="$ac_link"
27108 case "(($ac_try" in
27109   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27110   *) ac_try_echo=$ac_try;;
27111 esac
27112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27113   (eval "$ac_link") 2>conftest.er1
27114   ac_status=$?
27115   grep -v '^ *+' conftest.er1 >conftest.err
27116   rm -f conftest.er1
27117   cat conftest.err >&5
27118   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27119   (exit $ac_status); } && {
27120          test -z "$ac_c_werror_flag" ||
27121          test ! -s conftest.err
27122        } && test -s conftest$ac_exeext &&
27123        $as_test_x conftest$ac_exeext; then
27124   eval "$as_ac_var=yes"
27125 else
27126   echo "$as_me: failed program was:" >&5
27127 sed 's/^/| /' conftest.$ac_ext >&5
27128
27129         eval "$as_ac_var=no"
27130 fi
27131
27132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27133       conftest$ac_exeext conftest.$ac_ext
27134 fi
27135 ac_res=`eval echo '${'$as_ac_var'}'`
27136                { echo "$as_me:$LINENO: result: $ac_res" >&5
27137 echo "${ECHO_T}$ac_res" >&6; }
27138 if test `eval echo '${'$as_ac_var'}'` = yes; then
27139   cat >>confdefs.h <<_ACEOF
27140 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27141 _ACEOF
27142
27143 fi
27144 done
27145
27146
27147         { echo "$as_me:$LINENO: checking for LinuxThreads pthread.h" >&5
27148 echo $ECHO_N "checking for LinuxThreads pthread.h... $ECHO_C" >&6; }
27149 if test "${ol_cv_header_linux_threads+set}" = set; then
27150   echo $ECHO_N "(cached) $ECHO_C" >&6
27151 else
27152   cat >conftest.$ac_ext <<_ACEOF
27153 /* confdefs.h.  */
27154 _ACEOF
27155 cat confdefs.h >>conftest.$ac_ext
27156 cat >>conftest.$ac_ext <<_ACEOF
27157 /* end confdefs.h.  */
27158 #include <pthread.h>
27159 _ACEOF
27160 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
27161   $EGREP "pthread_kill_other_threads_np" >/dev/null 2>&1; then
27162   ol_cv_header_linux_threads=yes
27163 else
27164   ol_cv_header_linux_threads=no
27165 fi
27166 rm -f conftest*
27167
27168
27169 fi
27170 { echo "$as_me:$LINENO: result: $ol_cv_header_linux_threads" >&5
27171 echo "${ECHO_T}$ol_cv_header_linux_threads" >&6; }
27172         if test $ol_cv_header_linux_threads = yes; then
27173
27174 cat >>confdefs.h <<\_ACEOF
27175 #define HAVE_LINUX_THREADS 1
27176 _ACEOF
27177
27178         fi
27179
27180
27181
27182 for ac_header in mach/cthreads.h
27183 do
27184 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
27185 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27186   { echo "$as_me:$LINENO: checking for $ac_header" >&5
27187 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
27188 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27189   echo $ECHO_N "(cached) $ECHO_C" >&6
27190 fi
27191 ac_res=`eval echo '${'$as_ac_Header'}'`
27192                { echo "$as_me:$LINENO: result: $ac_res" >&5
27193 echo "${ECHO_T}$ac_res" >&6; }
27194 else
27195   # Is the header compilable?
27196 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
27197 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
27198 cat >conftest.$ac_ext <<_ACEOF
27199 /* confdefs.h.  */
27200 _ACEOF
27201 cat confdefs.h >>conftest.$ac_ext
27202 cat >>conftest.$ac_ext <<_ACEOF
27203 /* end confdefs.h.  */
27204 $ac_includes_default
27205 #include <$ac_header>
27206 _ACEOF
27207 rm -f conftest.$ac_objext
27208 if { (ac_try="$ac_compile"
27209 case "(($ac_try" in
27210   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27211   *) ac_try_echo=$ac_try;;
27212 esac
27213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27214   (eval "$ac_compile") 2>conftest.er1
27215   ac_status=$?
27216   grep -v '^ *+' conftest.er1 >conftest.err
27217   rm -f conftest.er1
27218   cat conftest.err >&5
27219   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27220   (exit $ac_status); } && {
27221          test -z "$ac_c_werror_flag" ||
27222          test ! -s conftest.err
27223        } && test -s conftest.$ac_objext; then
27224   ac_header_compiler=yes
27225 else
27226   echo "$as_me: failed program was:" >&5
27227 sed 's/^/| /' conftest.$ac_ext >&5
27228
27229         ac_header_compiler=no
27230 fi
27231
27232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27233 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27234 echo "${ECHO_T}$ac_header_compiler" >&6; }
27235
27236 # Is the header present?
27237 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
27238 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
27239 cat >conftest.$ac_ext <<_ACEOF
27240 /* confdefs.h.  */
27241 _ACEOF
27242 cat confdefs.h >>conftest.$ac_ext
27243 cat >>conftest.$ac_ext <<_ACEOF
27244 /* end confdefs.h.  */
27245 #include <$ac_header>
27246 _ACEOF
27247 if { (ac_try="$ac_cpp conftest.$ac_ext"
27248 case "(($ac_try" in
27249   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27250   *) ac_try_echo=$ac_try;;
27251 esac
27252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27253   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
27254   ac_status=$?
27255   grep -v '^ *+' conftest.er1 >conftest.err
27256   rm -f conftest.er1
27257   cat conftest.err >&5
27258   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27259   (exit $ac_status); } >/dev/null && {
27260          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
27261          test ! -s conftest.err
27262        }; then
27263   ac_header_preproc=yes
27264 else
27265   echo "$as_me: failed program was:" >&5
27266 sed 's/^/| /' conftest.$ac_ext >&5
27267
27268   ac_header_preproc=no
27269 fi
27270
27271 rm -f conftest.err conftest.$ac_ext
27272 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27273 echo "${ECHO_T}$ac_header_preproc" >&6; }
27274
27275 # So?  What about this header?
27276 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27277   yes:no: )
27278     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
27279 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
27280     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
27281 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
27282     ac_header_preproc=yes
27283     ;;
27284   no:yes:* )
27285     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
27286 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
27287     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
27288 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
27289     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
27290 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
27291     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
27292 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
27293     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
27294 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
27295     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
27296 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
27297     ( cat <<\_ASBOX
27298 ## --------------------------------------------- ##
27299 ## Report this to <http://www.openldap.org/its/> ##
27300 ## --------------------------------------------- ##
27301 _ASBOX
27302      ) | sed "s/^/$as_me: WARNING:     /" >&2
27303     ;;
27304 esac
27305 { echo "$as_me:$LINENO: checking for $ac_header" >&5
27306 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
27307 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27308   echo $ECHO_N "(cached) $ECHO_C" >&6
27309 else
27310   eval "$as_ac_Header=\$ac_header_preproc"
27311 fi
27312 ac_res=`eval echo '${'$as_ac_Header'}'`
27313                { echo "$as_me:$LINENO: result: $ac_res" >&5
27314 echo "${ECHO_T}$ac_res" >&6; }
27315
27316 fi
27317 if test `eval echo '${'$as_ac_Header'}'` = yes; then
27318   cat >>confdefs.h <<_ACEOF
27319 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27320 _ACEOF
27321
27322 fi
27323
27324 done
27325
27326
27327 for ac_header in lwp/lwp.h
27328 do
27329 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
27330 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27331   { echo "$as_me:$LINENO: checking for $ac_header" >&5
27332 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
27333 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27334   echo $ECHO_N "(cached) $ECHO_C" >&6
27335 fi
27336 ac_res=`eval echo '${'$as_ac_Header'}'`
27337                { echo "$as_me:$LINENO: result: $ac_res" >&5
27338 echo "${ECHO_T}$ac_res" >&6; }
27339 else
27340   # Is the header compilable?
27341 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
27342 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
27343 cat >conftest.$ac_ext <<_ACEOF
27344 /* confdefs.h.  */
27345 _ACEOF
27346 cat confdefs.h >>conftest.$ac_ext
27347 cat >>conftest.$ac_ext <<_ACEOF
27348 /* end confdefs.h.  */
27349 $ac_includes_default
27350 #include <$ac_header>
27351 _ACEOF
27352 rm -f conftest.$ac_objext
27353 if { (ac_try="$ac_compile"
27354 case "(($ac_try" in
27355   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27356   *) ac_try_echo=$ac_try;;
27357 esac
27358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27359   (eval "$ac_compile") 2>conftest.er1
27360   ac_status=$?
27361   grep -v '^ *+' conftest.er1 >conftest.err
27362   rm -f conftest.er1
27363   cat conftest.err >&5
27364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27365   (exit $ac_status); } && {
27366          test -z "$ac_c_werror_flag" ||
27367          test ! -s conftest.err
27368        } && test -s conftest.$ac_objext; then
27369   ac_header_compiler=yes
27370 else
27371   echo "$as_me: failed program was:" >&5
27372 sed 's/^/| /' conftest.$ac_ext >&5
27373
27374         ac_header_compiler=no
27375 fi
27376
27377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27378 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27379 echo "${ECHO_T}$ac_header_compiler" >&6; }
27380
27381 # Is the header present?
27382 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
27383 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
27384 cat >conftest.$ac_ext <<_ACEOF
27385 /* confdefs.h.  */
27386 _ACEOF
27387 cat confdefs.h >>conftest.$ac_ext
27388 cat >>conftest.$ac_ext <<_ACEOF
27389 /* end confdefs.h.  */
27390 #include <$ac_header>
27391 _ACEOF
27392 if { (ac_try="$ac_cpp conftest.$ac_ext"
27393 case "(($ac_try" in
27394   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27395   *) ac_try_echo=$ac_try;;
27396 esac
27397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27398   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
27399   ac_status=$?
27400   grep -v '^ *+' conftest.er1 >conftest.err
27401   rm -f conftest.er1
27402   cat conftest.err >&5
27403   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27404   (exit $ac_status); } >/dev/null && {
27405          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
27406          test ! -s conftest.err
27407        }; then
27408   ac_header_preproc=yes
27409 else
27410   echo "$as_me: failed program was:" >&5
27411 sed 's/^/| /' conftest.$ac_ext >&5
27412
27413   ac_header_preproc=no
27414 fi
27415
27416 rm -f conftest.err conftest.$ac_ext
27417 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27418 echo "${ECHO_T}$ac_header_preproc" >&6; }
27419
27420 # So?  What about this header?
27421 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27422   yes:no: )
27423     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
27424 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
27425     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
27426 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
27427     ac_header_preproc=yes
27428     ;;
27429   no:yes:* )
27430     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
27431 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
27432     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
27433 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
27434     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
27435 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
27436     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
27437 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
27438     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
27439 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
27440     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
27441 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
27442     ( cat <<\_ASBOX
27443 ## --------------------------------------------- ##
27444 ## Report this to <http://www.openldap.org/its/> ##
27445 ## --------------------------------------------- ##
27446 _ASBOX
27447      ) | sed "s/^/$as_me: WARNING:     /" >&2
27448     ;;
27449 esac
27450 { echo "$as_me:$LINENO: checking for $ac_header" >&5
27451 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
27452 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27453   echo $ECHO_N "(cached) $ECHO_C" >&6
27454 else
27455   eval "$as_ac_Header=\$ac_header_preproc"
27456 fi
27457 ac_res=`eval echo '${'$as_ac_Header'}'`
27458                { echo "$as_me:$LINENO: result: $ac_res" >&5
27459 echo "${ECHO_T}$ac_res" >&6; }
27460
27461 fi
27462 if test `eval echo '${'$as_ac_Header'}'` = yes; then
27463   cat >>confdefs.h <<_ACEOF
27464 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27465 _ACEOF
27466
27467 fi
27468
27469 done
27470
27471
27472
27473 for ac_header in thread.h synch.h
27474 do
27475 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
27476 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27477   { echo "$as_me:$LINENO: checking for $ac_header" >&5
27478 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
27479 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27480   echo $ECHO_N "(cached) $ECHO_C" >&6
27481 fi
27482 ac_res=`eval echo '${'$as_ac_Header'}'`
27483                { echo "$as_me:$LINENO: result: $ac_res" >&5
27484 echo "${ECHO_T}$ac_res" >&6; }
27485 else
27486   # Is the header compilable?
27487 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
27488 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
27489 cat >conftest.$ac_ext <<_ACEOF
27490 /* confdefs.h.  */
27491 _ACEOF
27492 cat confdefs.h >>conftest.$ac_ext
27493 cat >>conftest.$ac_ext <<_ACEOF
27494 /* end confdefs.h.  */
27495 $ac_includes_default
27496 #include <$ac_header>
27497 _ACEOF
27498 rm -f conftest.$ac_objext
27499 if { (ac_try="$ac_compile"
27500 case "(($ac_try" in
27501   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27502   *) ac_try_echo=$ac_try;;
27503 esac
27504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27505   (eval "$ac_compile") 2>conftest.er1
27506   ac_status=$?
27507   grep -v '^ *+' conftest.er1 >conftest.err
27508   rm -f conftest.er1
27509   cat conftest.err >&5
27510   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27511   (exit $ac_status); } && {
27512          test -z "$ac_c_werror_flag" ||
27513          test ! -s conftest.err
27514        } && test -s conftest.$ac_objext; then
27515   ac_header_compiler=yes
27516 else
27517   echo "$as_me: failed program was:" >&5
27518 sed 's/^/| /' conftest.$ac_ext >&5
27519
27520         ac_header_compiler=no
27521 fi
27522
27523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27524 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27525 echo "${ECHO_T}$ac_header_compiler" >&6; }
27526
27527 # Is the header present?
27528 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
27529 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
27530 cat >conftest.$ac_ext <<_ACEOF
27531 /* confdefs.h.  */
27532 _ACEOF
27533 cat confdefs.h >>conftest.$ac_ext
27534 cat >>conftest.$ac_ext <<_ACEOF
27535 /* end confdefs.h.  */
27536 #include <$ac_header>
27537 _ACEOF
27538 if { (ac_try="$ac_cpp conftest.$ac_ext"
27539 case "(($ac_try" in
27540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27541   *) ac_try_echo=$ac_try;;
27542 esac
27543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27544   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
27545   ac_status=$?
27546   grep -v '^ *+' conftest.er1 >conftest.err
27547   rm -f conftest.er1
27548   cat conftest.err >&5
27549   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27550   (exit $ac_status); } >/dev/null && {
27551          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
27552          test ! -s conftest.err
27553        }; then
27554   ac_header_preproc=yes
27555 else
27556   echo "$as_me: failed program was:" >&5
27557 sed 's/^/| /' conftest.$ac_ext >&5
27558
27559   ac_header_preproc=no
27560 fi
27561
27562 rm -f conftest.err conftest.$ac_ext
27563 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27564 echo "${ECHO_T}$ac_header_preproc" >&6; }
27565
27566 # So?  What about this header?
27567 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27568   yes:no: )
27569     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
27570 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
27571     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
27572 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
27573     ac_header_preproc=yes
27574     ;;
27575   no:yes:* )
27576     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
27577 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
27578     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
27579 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
27580     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
27581 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
27582     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
27583 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
27584     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
27585 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
27586     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
27587 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
27588     ( cat <<\_ASBOX
27589 ## --------------------------------------------- ##
27590 ## Report this to <http://www.openldap.org/its/> ##
27591 ## --------------------------------------------- ##
27592 _ASBOX
27593      ) | sed "s/^/$as_me: WARNING:     /" >&2
27594     ;;
27595 esac
27596 { echo "$as_me:$LINENO: checking for $ac_header" >&5
27597 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
27598 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27599   echo $ECHO_N "(cached) $ECHO_C" >&6
27600 else
27601   eval "$as_ac_Header=\$ac_header_preproc"
27602 fi
27603 ac_res=`eval echo '${'$as_ac_Header'}'`
27604                { echo "$as_me:$LINENO: result: $ac_res" >&5
27605 echo "${ECHO_T}$ac_res" >&6; }
27606
27607 fi
27608 if test `eval echo '${'$as_ac_Header'}'` = yes; then
27609   cat >>confdefs.h <<_ACEOF
27610 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27611 _ACEOF
27612
27613 fi
27614
27615 done
27616
27617 fi
27618
27619 if test $ol_link_threads != no && test $ol_link_threads != nt ; then
27620                         cat >>confdefs.h <<\_ACEOF
27621 #define REENTRANT 1
27622 _ACEOF
27623
27624         cat >>confdefs.h <<\_ACEOF
27625 #define _REENTRANT 1
27626 _ACEOF
27627
27628         cat >>confdefs.h <<\_ACEOF
27629 #define THREAD_SAFE 1
27630 _ACEOF
27631
27632         cat >>confdefs.h <<\_ACEOF
27633 #define _THREAD_SAFE 1
27634 _ACEOF
27635
27636         cat >>confdefs.h <<\_ACEOF
27637 #define THREADSAFE 1
27638 _ACEOF
27639
27640         cat >>confdefs.h <<\_ACEOF
27641 #define _THREADSAFE 1
27642 _ACEOF
27643
27644         cat >>confdefs.h <<\_ACEOF
27645 #define _SGI_MP_SOURCE 1
27646 _ACEOF
27647
27648
27649                         { echo "$as_me:$LINENO: checking for thread specific errno" >&5
27650 echo $ECHO_N "checking for thread specific errno... $ECHO_C" >&6; }
27651 if test "${ol_cv_errno_thread_specific+set}" = set; then
27652   echo $ECHO_N "(cached) $ECHO_C" >&6
27653 else
27654
27655                 cat >conftest.$ac_ext <<_ACEOF
27656 /* confdefs.h.  */
27657 _ACEOF
27658 cat confdefs.h >>conftest.$ac_ext
27659 cat >>conftest.$ac_ext <<_ACEOF
27660 /* end confdefs.h.  */
27661 #include <errno.h>
27662 int
27663 main ()
27664 {
27665 errno = 0;
27666   ;
27667   return 0;
27668 }
27669 _ACEOF
27670 rm -f conftest.$ac_objext conftest$ac_exeext
27671 if { (ac_try="$ac_link"
27672 case "(($ac_try" in
27673   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27674   *) ac_try_echo=$ac_try;;
27675 esac
27676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27677   (eval "$ac_link") 2>conftest.er1
27678   ac_status=$?
27679   grep -v '^ *+' conftest.er1 >conftest.err
27680   rm -f conftest.er1
27681   cat conftest.err >&5
27682   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27683   (exit $ac_status); } && {
27684          test -z "$ac_c_werror_flag" ||
27685          test ! -s conftest.err
27686        } && test -s conftest$ac_exeext &&
27687        $as_test_x conftest$ac_exeext; then
27688   ol_cv_errno_thread_specific=yes
27689 else
27690   echo "$as_me: failed program was:" >&5
27691 sed 's/^/| /' conftest.$ac_ext >&5
27692
27693         ol_cv_errno_thread_specific=no
27694 fi
27695
27696 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27697       conftest$ac_exeext conftest.$ac_ext
27698
27699 fi
27700 { echo "$as_me:$LINENO: result: $ol_cv_errno_thread_specific" >&5
27701 echo "${ECHO_T}$ol_cv_errno_thread_specific" >&6; }
27702
27703                         { echo "$as_me:$LINENO: checking for thread specific h_errno" >&5
27704 echo $ECHO_N "checking for thread specific h_errno... $ECHO_C" >&6; }
27705 if test "${ol_cv_h_errno_thread_specific+set}" = set; then
27706   echo $ECHO_N "(cached) $ECHO_C" >&6
27707 else
27708
27709                 cat >conftest.$ac_ext <<_ACEOF
27710 /* confdefs.h.  */
27711 _ACEOF
27712 cat confdefs.h >>conftest.$ac_ext
27713 cat >>conftest.$ac_ext <<_ACEOF
27714 /* end confdefs.h.  */
27715 #include <netdb.h>
27716 int
27717 main ()
27718 {
27719 h_errno = 0;
27720   ;
27721   return 0;
27722 }
27723 _ACEOF
27724 rm -f conftest.$ac_objext conftest$ac_exeext
27725 if { (ac_try="$ac_link"
27726 case "(($ac_try" in
27727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27728   *) ac_try_echo=$ac_try;;
27729 esac
27730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27731   (eval "$ac_link") 2>conftest.er1
27732   ac_status=$?
27733   grep -v '^ *+' conftest.er1 >conftest.err
27734   rm -f conftest.er1
27735   cat conftest.err >&5
27736   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27737   (exit $ac_status); } && {
27738          test -z "$ac_c_werror_flag" ||
27739          test ! -s conftest.err
27740        } && test -s conftest$ac_exeext &&
27741        $as_test_x conftest$ac_exeext; then
27742   ol_cv_h_errno_thread_specific=yes
27743 else
27744   echo "$as_me: failed program was:" >&5
27745 sed 's/^/| /' conftest.$ac_ext >&5
27746
27747         ol_cv_h_errno_thread_specific=no
27748 fi
27749
27750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27751       conftest$ac_exeext conftest.$ac_ext
27752
27753 fi
27754 { echo "$as_me:$LINENO: result: $ol_cv_h_errno_thread_specific" >&5
27755 echo "${ECHO_T}$ol_cv_h_errno_thread_specific" >&6; }
27756
27757         if test $ol_cv_errno_thread_specific != yes ||
27758            test $ol_cv_h_errno_thread_specific != yes ; then
27759                 LIBS="$LTHREAD_LIBS $LIBS"
27760                 LTHREAD_LIBS=""
27761         fi
27762
27763 fi
27764
27765 if test $ol_link_threads = no ; then
27766         if test $ol_with_threads = yes ; then
27767                 { { echo "$as_me:$LINENO: error: no suitable thread support" >&5
27768 echo "$as_me: error: no suitable thread support" >&2;}
27769    { (exit 1); exit 1; }; }
27770         fi
27771
27772         if test $ol_with_threads = auto ; then
27773                 { echo "$as_me:$LINENO: WARNING: no suitable thread support, disabling threads" >&5
27774 echo "$as_me: WARNING: no suitable thread support, disabling threads" >&2;}
27775                 ol_with_threads=no
27776         fi
27777
27778
27779 cat >>confdefs.h <<\_ACEOF
27780 #define NO_THREADS 1
27781 _ACEOF
27782
27783         LTHREAD_LIBS=""
27784         BUILD_THREAD=no
27785 else
27786         BUILD_THREAD=yes
27787 fi
27788
27789 if test $ol_link_threads != no ; then
27790
27791 cat >>confdefs.h <<\_ACEOF
27792 #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
27793 _ACEOF
27794
27795 fi
27796
27797
27798
27799
27800 for ac_func in \
27801         ctime_r                 \
27802         gethostbyname_r gethostbyaddr_r \
27803
27804 do
27805 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27806 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27807 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27808 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27809   echo $ECHO_N "(cached) $ECHO_C" >&6
27810 else
27811   cat >conftest.$ac_ext <<_ACEOF
27812 /* confdefs.h.  */
27813 _ACEOF
27814 cat confdefs.h >>conftest.$ac_ext
27815 cat >>conftest.$ac_ext <<_ACEOF
27816 /* end confdefs.h.  */
27817 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27818    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
27819 #define $ac_func innocuous_$ac_func
27820
27821 /* System header to define __stub macros and hopefully few prototypes,
27822     which can conflict with char $ac_func (); below.
27823     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27824     <limits.h> exists even on freestanding compilers.  */
27825
27826 #ifdef __STDC__
27827 # include <limits.h>
27828 #else
27829 # include <assert.h>
27830 #endif
27831
27832 #undef $ac_func
27833
27834 /* Override any GCC internal prototype to avoid an error.
27835    Use char because int might match the return type of a GCC
27836    builtin and then its argument prototype would still apply.  */
27837 #ifdef __cplusplus
27838 extern "C"
27839 #endif
27840 char $ac_func ();
27841 /* The GNU C library defines this for functions which it implements
27842     to always fail with ENOSYS.  Some functions are actually named
27843     something starting with __ and the normal name is an alias.  */
27844 #if defined __stub_$ac_func || defined __stub___$ac_func
27845 choke me
27846 #endif
27847
27848 int
27849 main ()
27850 {
27851 return $ac_func ();
27852   ;
27853   return 0;
27854 }
27855 _ACEOF
27856 rm -f conftest.$ac_objext conftest$ac_exeext
27857 if { (ac_try="$ac_link"
27858 case "(($ac_try" in
27859   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27860   *) ac_try_echo=$ac_try;;
27861 esac
27862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27863   (eval "$ac_link") 2>conftest.er1
27864   ac_status=$?
27865   grep -v '^ *+' conftest.er1 >conftest.err
27866   rm -f conftest.er1
27867   cat conftest.err >&5
27868   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27869   (exit $ac_status); } && {
27870          test -z "$ac_c_werror_flag" ||
27871          test ! -s conftest.err
27872        } && test -s conftest$ac_exeext &&
27873        $as_test_x conftest$ac_exeext; then
27874   eval "$as_ac_var=yes"
27875 else
27876   echo "$as_me: failed program was:" >&5
27877 sed 's/^/| /' conftest.$ac_ext >&5
27878
27879         eval "$as_ac_var=no"
27880 fi
27881
27882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27883       conftest$ac_exeext conftest.$ac_ext
27884 fi
27885 ac_res=`eval echo '${'$as_ac_var'}'`
27886                { echo "$as_me:$LINENO: result: $ac_res" >&5
27887 echo "${ECHO_T}$ac_res" >&6; }
27888 if test `eval echo '${'$as_ac_var'}'` = yes; then
27889   cat >>confdefs.h <<_ACEOF
27890 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27891 _ACEOF
27892
27893 fi
27894 done
27895
27896
27897 if test "$ac_cv_func_ctime_r" = no ; then
27898         ol_cv_func_ctime_r_nargs=0
27899 else
27900         { echo "$as_me:$LINENO: checking number of arguments of ctime_r" >&5
27901 echo $ECHO_N "checking number of arguments of ctime_r... $ECHO_C" >&6; }
27902 if test "${ol_cv_func_ctime_r_nargs+set}" = set; then
27903   echo $ECHO_N "(cached) $ECHO_C" >&6
27904 else
27905   cat >conftest.$ac_ext <<_ACEOF
27906 /* confdefs.h.  */
27907 _ACEOF
27908 cat confdefs.h >>conftest.$ac_ext
27909 cat >>conftest.$ac_ext <<_ACEOF
27910 /* end confdefs.h.  */
27911 #include <time.h>
27912 int
27913 main ()
27914 {
27915 time_t ti; char *buffer; ctime_r(&ti,buffer,32);
27916   ;
27917   return 0;
27918 }
27919 _ACEOF
27920 rm -f conftest.$ac_objext
27921 if { (ac_try="$ac_compile"
27922 case "(($ac_try" in
27923   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27924   *) ac_try_echo=$ac_try;;
27925 esac
27926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27927   (eval "$ac_compile") 2>conftest.er1
27928   ac_status=$?
27929   grep -v '^ *+' conftest.er1 >conftest.err
27930   rm -f conftest.er1
27931   cat conftest.err >&5
27932   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27933   (exit $ac_status); } && {
27934          test -z "$ac_c_werror_flag" ||
27935          test ! -s conftest.err
27936        } && test -s conftest.$ac_objext; then
27937   ol_cv_func_ctime_r_nargs3=yes
27938 else
27939   echo "$as_me: failed program was:" >&5
27940 sed 's/^/| /' conftest.$ac_ext >&5
27941
27942         ol_cv_func_ctime_r_nargs3=no
27943 fi
27944
27945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27946
27947         cat >conftest.$ac_ext <<_ACEOF
27948 /* confdefs.h.  */
27949 _ACEOF
27950 cat confdefs.h >>conftest.$ac_ext
27951 cat >>conftest.$ac_ext <<_ACEOF
27952 /* end confdefs.h.  */
27953 #include <time.h>
27954 int
27955 main ()
27956 {
27957 time_t ti; char *buffer; ctime_r(&ti,buffer);
27958   ;
27959   return 0;
27960 }
27961 _ACEOF
27962 rm -f conftest.$ac_objext
27963 if { (ac_try="$ac_compile"
27964 case "(($ac_try" in
27965   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27966   *) ac_try_echo=$ac_try;;
27967 esac
27968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27969   (eval "$ac_compile") 2>conftest.er1
27970   ac_status=$?
27971   grep -v '^ *+' conftest.er1 >conftest.err
27972   rm -f conftest.er1
27973   cat conftest.err >&5
27974   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27975   (exit $ac_status); } && {
27976          test -z "$ac_c_werror_flag" ||
27977          test ! -s conftest.err
27978        } && test -s conftest.$ac_objext; then
27979   ol_cv_func_ctime_r_nargs2=yes
27980 else
27981   echo "$as_me: failed program was:" >&5
27982 sed 's/^/| /' conftest.$ac_ext >&5
27983
27984         ol_cv_func_ctime_r_nargs2=no
27985 fi
27986
27987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27988
27989         if test $ol_cv_func_ctime_r_nargs3 = yes &&
27990            test $ol_cv_func_ctime_r_nargs2 = no ; then
27991
27992                 ol_cv_func_ctime_r_nargs=3
27993
27994         elif test $ol_cv_func_ctime_r_nargs3 = no &&
27995              test $ol_cv_func_ctime_r_nargs2 = yes ; then
27996
27997                 ol_cv_func_ctime_r_nargs=2
27998
27999         else
28000                 ol_cv_func_ctime_r_nargs=0
28001         fi
28002
28003 fi
28004 { echo "$as_me:$LINENO: result: $ol_cv_func_ctime_r_nargs" >&5
28005 echo "${ECHO_T}$ol_cv_func_ctime_r_nargs" >&6; }
28006
28007   if test $ol_cv_func_ctime_r_nargs -gt 1 ; then
28008
28009 cat >>confdefs.h <<_ACEOF
28010 #define CTIME_R_NARGS $ol_cv_func_ctime_r_nargs
28011 _ACEOF
28012
28013   fi
28014
28015 fi
28016
28017 if test "$ac_cv_func_gethostbyname_r" = yes ; then
28018         { echo "$as_me:$LINENO: checking number of arguments of gethostbyname_r" >&5
28019 echo $ECHO_N "checking number of arguments of gethostbyname_r... $ECHO_C" >&6; }
28020 if test "${ol_cv_func_gethostbyname_r_nargs+set}" = set; then
28021   echo $ECHO_N "(cached) $ECHO_C" >&6
28022 else
28023   cat >conftest.$ac_ext <<_ACEOF
28024 /* confdefs.h.  */
28025 _ACEOF
28026 cat confdefs.h >>conftest.$ac_ext
28027 cat >>conftest.$ac_ext <<_ACEOF
28028 /* end confdefs.h.  */
28029 #include <sys/types.h>
28030 #include <sys/socket.h>
28031 #include <netinet/in.h>
28032 #include <netdb.h>
28033 #define BUFSIZE (sizeof(struct hostent)+10)
28034 int
28035 main ()
28036 {
28037 struct hostent hent; char buffer[BUFSIZE];
28038                 int bufsize=BUFSIZE;int h_errno;
28039                 (void)gethostbyname_r("segovia.cs.purdue.edu", &hent,
28040                         buffer, bufsize, &h_errno);
28041   ;
28042   return 0;
28043 }
28044 _ACEOF
28045 rm -f conftest.$ac_objext
28046 if { (ac_try="$ac_compile"
28047 case "(($ac_try" in
28048   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28049   *) ac_try_echo=$ac_try;;
28050 esac
28051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28052   (eval "$ac_compile") 2>conftest.er1
28053   ac_status=$?
28054   grep -v '^ *+' conftest.er1 >conftest.err
28055   rm -f conftest.er1
28056   cat conftest.err >&5
28057   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28058   (exit $ac_status); } && {
28059          test -z "$ac_c_werror_flag" ||
28060          test ! -s conftest.err
28061        } && test -s conftest.$ac_objext; then
28062   ol_cv_func_gethostbyname_r_nargs5=yes
28063 else
28064   echo "$as_me: failed program was:" >&5
28065 sed 's/^/| /' conftest.$ac_ext >&5
28066
28067         ol_cv_func_gethostbyname_r_nargs5=no
28068 fi
28069
28070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28071
28072         cat >conftest.$ac_ext <<_ACEOF
28073 /* confdefs.h.  */
28074 _ACEOF
28075 cat confdefs.h >>conftest.$ac_ext
28076 cat >>conftest.$ac_ext <<_ACEOF
28077 /* end confdefs.h.  */
28078 #include <sys/types.h>
28079 #include <sys/socket.h>
28080 #include <netinet/in.h>
28081 #include <netdb.h>
28082 #define BUFSIZE (sizeof(struct hostent)+10)
28083 int
28084 main ()
28085 {
28086 struct hostent hent;struct hostent *rhent;
28087                 char buffer[BUFSIZE];
28088                 int bufsize=BUFSIZE;int h_errno;
28089                 (void)gethostbyname_r("localhost", &hent, buffer, bufsize,
28090                         &rhent, &h_errno);
28091   ;
28092   return 0;
28093 }
28094 _ACEOF
28095 rm -f conftest.$ac_objext
28096 if { (ac_try="$ac_compile"
28097 case "(($ac_try" in
28098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28099   *) ac_try_echo=$ac_try;;
28100 esac
28101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28102   (eval "$ac_compile") 2>conftest.er1
28103   ac_status=$?
28104   grep -v '^ *+' conftest.er1 >conftest.err
28105   rm -f conftest.er1
28106   cat conftest.err >&5
28107   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28108   (exit $ac_status); } && {
28109          test -z "$ac_c_werror_flag" ||
28110          test ! -s conftest.err
28111        } && test -s conftest.$ac_objext; then
28112   ol_cv_func_gethostbyname_r_nargs6=yes
28113 else
28114   echo "$as_me: failed program was:" >&5
28115 sed 's/^/| /' conftest.$ac_ext >&5
28116
28117         ol_cv_func_gethostbyname_r_nargs6=no
28118 fi
28119
28120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28121
28122         if test $ol_cv_func_gethostbyname_r_nargs5 = yes &&
28123            test $ol_cv_func_gethostbyname_r_nargs6 = no ; then
28124
28125                 ol_cv_func_gethostbyname_r_nargs=5
28126
28127         elif test $ol_cv_func_gethostbyname_r_nargs5 = no &&
28128              test $ol_cv_func_gethostbyname_r_nargs6 = yes ; then
28129
28130                 ol_cv_func_gethostbyname_r_nargs=6
28131
28132         else
28133                 ol_cv_func_gethostbyname_r_nargs=0
28134         fi
28135
28136 fi
28137 { echo "$as_me:$LINENO: result: $ol_cv_func_gethostbyname_r_nargs" >&5
28138 echo "${ECHO_T}$ol_cv_func_gethostbyname_r_nargs" >&6; }
28139   if test $ol_cv_func_gethostbyname_r_nargs -gt 1 ; then
28140
28141 cat >>confdefs.h <<_ACEOF
28142 #define GETHOSTBYNAME_R_NARGS $ol_cv_func_gethostbyname_r_nargs
28143 _ACEOF
28144
28145   fi
28146
28147 else
28148         ol_cv_func_gethostbyname_r_nargs=0
28149 fi
28150
28151 if test "$ac_cv_func_gethostbyaddr_r" = yes ; then
28152         { echo "$as_me:$LINENO: checking number of arguments of gethostbyaddr_r" >&5
28153 echo $ECHO_N "checking number of arguments of gethostbyaddr_r... $ECHO_C" >&6; }
28154 if test "${ol_cv_func_gethostbyaddr_r_nargs+set}" = set; then
28155   echo $ECHO_N "(cached) $ECHO_C" >&6
28156 else
28157   cat >conftest.$ac_ext <<_ACEOF
28158 /* confdefs.h.  */
28159 _ACEOF
28160 cat confdefs.h >>conftest.$ac_ext
28161 cat >>conftest.$ac_ext <<_ACEOF
28162 /* end confdefs.h.  */
28163 #include <sys/types.h>
28164 #include <sys/socket.h>
28165 #include <netinet/in.h>
28166 #include <netdb.h>
28167 #define BUFSIZE (sizeof(struct hostent)+10)
28168 int
28169 main ()
28170 {
28171 struct hostent hent; char buffer[BUFSIZE];
28172             struct in_addr add;
28173             size_t alen=sizeof(struct in_addr);
28174             int bufsize=BUFSIZE;int h_errno;
28175                 (void)gethostbyaddr_r( (void *)&(add.s_addr),
28176                         alen, AF_INET, &hent, buffer, bufsize, &h_errno);
28177   ;
28178   return 0;
28179 }
28180 _ACEOF
28181 rm -f conftest.$ac_objext
28182 if { (ac_try="$ac_compile"
28183 case "(($ac_try" in
28184   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28185   *) ac_try_echo=$ac_try;;
28186 esac
28187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28188   (eval "$ac_compile") 2>conftest.er1
28189   ac_status=$?
28190   grep -v '^ *+' conftest.er1 >conftest.err
28191   rm -f conftest.er1
28192   cat conftest.err >&5
28193   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28194   (exit $ac_status); } && {
28195          test -z "$ac_c_werror_flag" ||
28196          test ! -s conftest.err
28197        } && test -s conftest.$ac_objext; then
28198   ol_cv_func_gethostbyaddr_r_nargs7=yes
28199 else
28200   echo "$as_me: failed program was:" >&5
28201 sed 's/^/| /' conftest.$ac_ext >&5
28202
28203         ol_cv_func_gethostbyaddr_r_nargs7=no
28204 fi
28205
28206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28207
28208         cat >conftest.$ac_ext <<_ACEOF
28209 /* confdefs.h.  */
28210 _ACEOF
28211 cat confdefs.h >>conftest.$ac_ext
28212 cat >>conftest.$ac_ext <<_ACEOF
28213 /* end confdefs.h.  */
28214 #include <sys/types.h>
28215 #include <sys/socket.h>
28216 #include <netinet/in.h>
28217 #include <netdb.h>
28218 #define BUFSIZE (sizeof(struct hostent)+10)
28219 int
28220 main ()
28221 {
28222 struct hostent hent;
28223                 struct hostent *rhent; char buffer[BUFSIZE];
28224                 struct in_addr add;
28225                 size_t alen=sizeof(struct in_addr);
28226                 int bufsize=BUFSIZE;int h_errno;
28227                 (void)gethostbyaddr_r( (void *)&(add.s_addr),
28228                         alen, AF_INET, &hent, buffer, bufsize,
28229                         &rhent, &h_errno);
28230   ;
28231   return 0;
28232 }
28233 _ACEOF
28234 rm -f conftest.$ac_objext
28235 if { (ac_try="$ac_compile"
28236 case "(($ac_try" in
28237   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28238   *) ac_try_echo=$ac_try;;
28239 esac
28240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28241   (eval "$ac_compile") 2>conftest.er1
28242   ac_status=$?
28243   grep -v '^ *+' conftest.er1 >conftest.err
28244   rm -f conftest.er1
28245   cat conftest.err >&5
28246   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28247   (exit $ac_status); } && {
28248          test -z "$ac_c_werror_flag" ||
28249          test ! -s conftest.err
28250        } && test -s conftest.$ac_objext; then
28251   ol_cv_func_gethostbyaddr_r_nargs8=yes
28252 else
28253   echo "$as_me: failed program was:" >&5
28254 sed 's/^/| /' conftest.$ac_ext >&5
28255
28256         ol_cv_func_gethostbyaddr_r_nargs8=no
28257 fi
28258
28259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28260
28261         if test $ol_cv_func_gethostbyaddr_r_nargs7 = yes &&
28262            test $ol_cv_func_gethostbyaddr_r_nargs8 = no ; then
28263
28264                 ol_cv_func_gethostbyaddr_r_nargs=7
28265
28266         elif test $ol_cv_func_gethostbyaddr_r_nargs7 = no &&
28267              test $ol_cv_func_gethostbyaddr_r_nargs8 = yes ; then
28268
28269                 ol_cv_func_gethostbyaddr_r_nargs=8
28270
28271         else
28272                 ol_cv_func_gethostbyaddr_r_nargs=0
28273         fi
28274
28275 fi
28276 { echo "$as_me:$LINENO: result: $ol_cv_func_gethostbyaddr_r_nargs" >&5
28277 echo "${ECHO_T}$ol_cv_func_gethostbyaddr_r_nargs" >&6; }
28278   if test $ol_cv_func_gethostbyaddr_r_nargs -gt 1 ; then
28279
28280 cat >>confdefs.h <<_ACEOF
28281 #define GETHOSTBYADDR_R_NARGS $ol_cv_func_gethostbyaddr_r_nargs
28282 _ACEOF
28283
28284   fi
28285
28286 else
28287         ol_cv_func_gethostbyaddr_r_nargs=0
28288 fi
28289
28290 ol_link_bdb=no
28291
28292 if test $ol_enable_bdb/$ol_enable_hdb != no/no; then
28293         ol_cv_berkeley_db=no
28294
28295 for ac_header in db.h
28296 do
28297 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28298 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
28299   { echo "$as_me:$LINENO: checking for $ac_header" >&5
28300 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
28301 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
28302   echo $ECHO_N "(cached) $ECHO_C" >&6
28303 fi
28304 ac_res=`eval echo '${'$as_ac_Header'}'`
28305                { echo "$as_me:$LINENO: result: $ac_res" >&5
28306 echo "${ECHO_T}$ac_res" >&6; }
28307 else
28308   # Is the header compilable?
28309 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
28310 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
28311 cat >conftest.$ac_ext <<_ACEOF
28312 /* confdefs.h.  */
28313 _ACEOF
28314 cat confdefs.h >>conftest.$ac_ext
28315 cat >>conftest.$ac_ext <<_ACEOF
28316 /* end confdefs.h.  */
28317 $ac_includes_default
28318 #include <$ac_header>
28319 _ACEOF
28320 rm -f conftest.$ac_objext
28321 if { (ac_try="$ac_compile"
28322 case "(($ac_try" in
28323   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28324   *) ac_try_echo=$ac_try;;
28325 esac
28326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28327   (eval "$ac_compile") 2>conftest.er1
28328   ac_status=$?
28329   grep -v '^ *+' conftest.er1 >conftest.err
28330   rm -f conftest.er1
28331   cat conftest.err >&5
28332   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28333   (exit $ac_status); } && {
28334          test -z "$ac_c_werror_flag" ||
28335          test ! -s conftest.err
28336        } && test -s conftest.$ac_objext; then
28337   ac_header_compiler=yes
28338 else
28339   echo "$as_me: failed program was:" >&5
28340 sed 's/^/| /' conftest.$ac_ext >&5
28341
28342         ac_header_compiler=no
28343 fi
28344
28345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28346 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28347 echo "${ECHO_T}$ac_header_compiler" >&6; }
28348
28349 # Is the header present?
28350 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
28351 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
28352 cat >conftest.$ac_ext <<_ACEOF
28353 /* confdefs.h.  */
28354 _ACEOF
28355 cat confdefs.h >>conftest.$ac_ext
28356 cat >>conftest.$ac_ext <<_ACEOF
28357 /* end confdefs.h.  */
28358 #include <$ac_header>
28359 _ACEOF
28360 if { (ac_try="$ac_cpp conftest.$ac_ext"
28361 case "(($ac_try" in
28362   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28363   *) ac_try_echo=$ac_try;;
28364 esac
28365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28366   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
28367   ac_status=$?
28368   grep -v '^ *+' conftest.er1 >conftest.err
28369   rm -f conftest.er1
28370   cat conftest.err >&5
28371   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28372   (exit $ac_status); } >/dev/null && {
28373          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
28374          test ! -s conftest.err
28375        }; then
28376   ac_header_preproc=yes
28377 else
28378   echo "$as_me: failed program was:" >&5
28379 sed 's/^/| /' conftest.$ac_ext >&5
28380
28381   ac_header_preproc=no
28382 fi
28383
28384 rm -f conftest.err conftest.$ac_ext
28385 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28386 echo "${ECHO_T}$ac_header_preproc" >&6; }
28387
28388 # So?  What about this header?
28389 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28390   yes:no: )
28391     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
28392 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
28393     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
28394 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
28395     ac_header_preproc=yes
28396     ;;
28397   no:yes:* )
28398     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
28399 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
28400     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
28401 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
28402     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
28403 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
28404     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
28405 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
28406     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28407 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
28408     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
28409 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
28410     ( cat <<\_ASBOX
28411 ## --------------------------------------------- ##
28412 ## Report this to <http://www.openldap.org/its/> ##
28413 ## --------------------------------------------- ##
28414 _ASBOX
28415      ) | sed "s/^/$as_me: WARNING:     /" >&2
28416     ;;
28417 esac
28418 { echo "$as_me:$LINENO: checking for $ac_header" >&5
28419 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
28420 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
28421   echo $ECHO_N "(cached) $ECHO_C" >&6
28422 else
28423   eval "$as_ac_Header=\$ac_header_preproc"
28424 fi
28425 ac_res=`eval echo '${'$as_ac_Header'}'`
28426                { echo "$as_me:$LINENO: result: $ac_res" >&5
28427 echo "${ECHO_T}$ac_res" >&6; }
28428
28429 fi
28430 if test `eval echo '${'$as_ac_Header'}'` = yes; then
28431   cat >>confdefs.h <<_ACEOF
28432 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28433 _ACEOF
28434
28435 fi
28436
28437 done
28438
28439 if test $ac_cv_header_db_h = yes; then
28440         { echo "$as_me:$LINENO: checking for Berkeley DB major version in db.h" >&5
28441 echo $ECHO_N "checking for Berkeley DB major version in db.h... $ECHO_C" >&6; }
28442 if test "${ol_cv_bdb_major+set}" = set; then
28443   echo $ECHO_N "(cached) $ECHO_C" >&6
28444 else
28445
28446         cat >conftest.$ac_ext <<_ACEOF
28447
28448 #include <db.h>
28449 #ifndef DB_VERSION_MAJOR
28450 #       define DB_VERSION_MAJOR 1
28451 #endif
28452 __db_version DB_VERSION_MAJOR
28453
28454 _ACEOF
28455         set X `eval "$ac_cpp conftest.$ac_ext" | $EGREP __db_version` none none
28456         ol_cv_bdb_major=${3}
28457
28458 fi
28459 { echo "$as_me:$LINENO: result: $ol_cv_bdb_major" >&5
28460 echo "${ECHO_T}$ol_cv_bdb_major" >&6; }
28461 case $ol_cv_bdb_major in [1-9]*) : ;; *)
28462         { { echo "$as_me:$LINENO: error: Unknown Berkeley DB major version in db.h" >&5
28463 echo "$as_me: error: Unknown Berkeley DB major version in db.h" >&2;}
28464    { (exit 1); exit 1; }; } ;;
28465 esac
28466
28467 { echo "$as_me:$LINENO: checking for Berkeley DB minor version in db.h" >&5
28468 echo $ECHO_N "checking for Berkeley DB minor version in db.h... $ECHO_C" >&6; }
28469 if test "${ol_cv_bdb_minor+set}" = set; then
28470   echo $ECHO_N "(cached) $ECHO_C" >&6
28471 else
28472
28473         cat >conftest.$ac_ext <<_ACEOF
28474
28475 #include <db.h>
28476 #ifndef DB_VERSION_MINOR
28477 #       define DB_VERSION_MINOR 0
28478 #endif
28479 __db_version DB_VERSION_MINOR
28480
28481 _ACEOF
28482         set X `eval "$ac_cpp conftest.$ac_ext" | $EGREP __db_version` none none
28483         ol_cv_bdb_minor=${3}
28484
28485 fi
28486 { echo "$as_me:$LINENO: result: $ol_cv_bdb_minor" >&5
28487 echo "${ECHO_T}$ol_cv_bdb_minor" >&6; }
28488 case $ol_cv_bdb_minor in [0-9]*) : ;; *)
28489         { { echo "$as_me:$LINENO: error: Unknown Berkeley DB minor version in db.h" >&5
28490 echo "$as_me: error: Unknown Berkeley DB minor version in db.h" >&2;}
28491    { (exit 1); exit 1; }; } ;;
28492 esac
28493
28494         { echo "$as_me:$LINENO: checking if Berkeley DB version supported by BDB/HDB backends" >&5
28495 echo $ECHO_N "checking if Berkeley DB version supported by BDB/HDB backends... $ECHO_C" >&6; }
28496 if test "${ol_cv_bdb_compat+set}" = set; then
28497   echo $ECHO_N "(cached) $ECHO_C" >&6
28498 else
28499
28500         cat >conftest.$ac_ext <<_ACEOF
28501 /* confdefs.h.  */
28502 _ACEOF
28503 cat confdefs.h >>conftest.$ac_ext
28504 cat >>conftest.$ac_ext <<_ACEOF
28505 /* end confdefs.h.  */
28506
28507 #include <db.h>
28508
28509  /* this check could be improved */
28510 #ifndef DB_VERSION_MAJOR
28511 #       define DB_VERSION_MAJOR 1
28512 #endif
28513 #ifndef DB_VERSION_MINOR
28514 #       define DB_VERSION_MINOR 0
28515 #endif
28516
28517 #define DB_VERSION_MM   ((DB_VERSION_MAJOR<<8)|DB_VERSION_MINOR)
28518
28519 /* require 4.4 or later */
28520 #if DB_VERSION_MM >= 0x0404
28521         __db_version_compat
28522 #endif
28523
28524 _ACEOF
28525 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
28526   $EGREP "__db_version_compat" >/dev/null 2>&1; then
28527   ol_cv_bdb_compat=yes
28528 else
28529   ol_cv_bdb_compat=no
28530 fi
28531 rm -f conftest*
28532
28533 fi
28534 { echo "$as_me:$LINENO: result: $ol_cv_bdb_compat" >&5
28535 echo "${ECHO_T}$ol_cv_bdb_compat" >&6; }
28536
28537
28538         if test $ol_cv_bdb_compat != yes ; then
28539                 { { echo "$as_me:$LINENO: error: BerkeleyDB version incompatible with BDB/HDB backends" >&5
28540 echo "$as_me: error: BerkeleyDB version incompatible with BDB/HDB backends" >&2;}
28541    { (exit 1); exit 1; }; }
28542         fi
28543
28544         ol_cv_lib_db=no
28545
28546 if test $ol_cv_bdb_major = 4 ; then
28547         if test $ol_cv_lib_db = no ; then
28548         { echo "$as_me:$LINENO: checking for Berkeley DB link (-ldb-4.$ol_cv_bdb_minor)" >&5
28549 echo $ECHO_N "checking for Berkeley DB link (-ldb-4.$ol_cv_bdb_minor)... $ECHO_C" >&6; }
28550 if test "${ol_cv_db_db_4_dot_m+set}" = set; then
28551   echo $ECHO_N "(cached) $ECHO_C" >&6
28552 else
28553
28554         ol_DB_LIB=-ldb-4.$ol_cv_bdb_minor
28555         ol_LIBS=$LIBS
28556         LIBS="$ol_DB_LIB $LTHREAD_LIBS $LIBS"
28557
28558         cat >conftest.$ac_ext <<_ACEOF
28559 /* confdefs.h.  */
28560 _ACEOF
28561 cat confdefs.h >>conftest.$ac_ext
28562 cat >>conftest.$ac_ext <<_ACEOF
28563 /* end confdefs.h.  */
28564
28565 #ifdef HAVE_DB_185_H
28566 # include <db_185.h>
28567 #else
28568 # include <db.h>
28569 #endif
28570
28571 #ifndef DB_VERSION_MAJOR
28572 # define DB_VERSION_MAJOR 1
28573 #endif
28574
28575 #ifndef NULL
28576 #define NULL ((void*)0)
28577 #endif
28578
28579 int
28580 main ()
28581 {
28582
28583 #if DB_VERSION_MAJOR > 2
28584         db_env_create( NULL, 0 );
28585 #elif DB_VERSION_MAJOR > 1
28586         db_appexit( NULL );
28587 #else
28588         (void) dbopen( NULL, 0, 0, 0, NULL);
28589 #endif
28590
28591   ;
28592   return 0;
28593 }
28594 _ACEOF
28595 rm -f conftest.$ac_objext conftest$ac_exeext
28596 if { (ac_try="$ac_link"
28597 case "(($ac_try" in
28598   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28599   *) ac_try_echo=$ac_try;;
28600 esac
28601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28602   (eval "$ac_link") 2>conftest.er1
28603   ac_status=$?
28604   grep -v '^ *+' conftest.er1 >conftest.err
28605   rm -f conftest.er1
28606   cat conftest.err >&5
28607   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28608   (exit $ac_status); } && {
28609          test -z "$ac_c_werror_flag" ||
28610          test ! -s conftest.err
28611        } && test -s conftest$ac_exeext &&
28612        $as_test_x conftest$ac_exeext; then
28613   ol_cv_db_db_4_dot_m=yes
28614 else
28615   echo "$as_me: failed program was:" >&5
28616 sed 's/^/| /' conftest.$ac_ext >&5
28617
28618         ol_cv_db_db_4_dot_m=no
28619 fi
28620
28621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28622       conftest$ac_exeext conftest.$ac_ext
28623
28624         LIBS="$ol_LIBS"
28625
28626 fi
28627 { echo "$as_me:$LINENO: result: $ol_cv_db_db_4_dot_m" >&5
28628 echo "${ECHO_T}$ol_cv_db_db_4_dot_m" >&6; }
28629
28630         if test $ol_cv_db_db_4_dot_m = yes ; then
28631                 ol_cv_lib_db=-ldb-4.$ol_cv_bdb_minor
28632         fi
28633 fi
28634
28635         if test $ol_cv_lib_db = no ; then
28636         { echo "$as_me:$LINENO: checking for Berkeley DB link (-ldb4$ol_cv_bdb_minor)" >&5
28637 echo $ECHO_N "checking for Berkeley DB link (-ldb4$ol_cv_bdb_minor)... $ECHO_C" >&6; }
28638 if test "${ol_cv_db_db4m+set}" = set; then
28639   echo $ECHO_N "(cached) $ECHO_C" >&6
28640 else
28641
28642         ol_DB_LIB=-ldb4$ol_cv_bdb_minor
28643         ol_LIBS=$LIBS
28644         LIBS="$ol_DB_LIB $LTHREAD_LIBS $LIBS"
28645
28646         cat >conftest.$ac_ext <<_ACEOF
28647 /* confdefs.h.  */
28648 _ACEOF
28649 cat confdefs.h >>conftest.$ac_ext
28650 cat >>conftest.$ac_ext <<_ACEOF
28651 /* end confdefs.h.  */
28652
28653 #ifdef HAVE_DB_185_H
28654 # include <db_185.h>
28655 #else
28656 # include <db.h>
28657 #endif
28658
28659 #ifndef DB_VERSION_MAJOR
28660 # define DB_VERSION_MAJOR 1
28661 #endif
28662
28663 #ifndef NULL
28664 #define NULL ((void*)0)
28665 #endif
28666
28667 int
28668 main ()
28669 {
28670
28671 #if DB_VERSION_MAJOR > 2
28672         db_env_create( NULL, 0 );
28673 #elif DB_VERSION_MAJOR > 1
28674         db_appexit( NULL );
28675 #else
28676         (void) dbopen( NULL, 0, 0, 0, NULL);
28677 #endif
28678
28679   ;
28680   return 0;
28681 }
28682 _ACEOF
28683 rm -f conftest.$ac_objext conftest$ac_exeext
28684 if { (ac_try="$ac_link"
28685 case "(($ac_try" in
28686   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28687   *) ac_try_echo=$ac_try;;
28688 esac
28689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28690   (eval "$ac_link") 2>conftest.er1
28691   ac_status=$?
28692   grep -v '^ *+' conftest.er1 >conftest.err
28693   rm -f conftest.er1
28694   cat conftest.err >&5
28695   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28696   (exit $ac_status); } && {
28697          test -z "$ac_c_werror_flag" ||
28698          test ! -s conftest.err
28699        } && test -s conftest$ac_exeext &&
28700        $as_test_x conftest$ac_exeext; then
28701   ol_cv_db_db4m=yes
28702 else
28703   echo "$as_me: failed program was:" >&5
28704 sed 's/^/| /' conftest.$ac_ext >&5
28705
28706         ol_cv_db_db4m=no
28707 fi
28708
28709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28710       conftest$ac_exeext conftest.$ac_ext
28711
28712         LIBS="$ol_LIBS"
28713
28714 fi
28715 { echo "$as_me:$LINENO: result: $ol_cv_db_db4m" >&5
28716 echo "${ECHO_T}$ol_cv_db_db4m" >&6; }
28717
28718         if test $ol_cv_db_db4m = yes ; then
28719                 ol_cv_lib_db=-ldb4$ol_cv_bdb_minor
28720         fi
28721 fi
28722
28723         if test $ol_cv_lib_db = no ; then
28724         { echo "$as_me:$LINENO: checking for Berkeley DB link (-ldb-4$ol_cv_bdb_minor)" >&5
28725 echo $ECHO_N "checking for Berkeley DB link (-ldb-4$ol_cv_bdb_minor)... $ECHO_C" >&6; }
28726 if test "${ol_cv_db_db_4m+set}" = set; then
28727   echo $ECHO_N "(cached) $ECHO_C" >&6
28728 else
28729
28730         ol_DB_LIB=-ldb-4$ol_cv_bdb_minor
28731         ol_LIBS=$LIBS
28732         LIBS="$ol_DB_LIB $LTHREAD_LIBS $LIBS"
28733
28734         cat >conftest.$ac_ext <<_ACEOF
28735 /* confdefs.h.  */
28736 _ACEOF
28737 cat confdefs.h >>conftest.$ac_ext
28738 cat >>conftest.$ac_ext <<_ACEOF
28739 /* end confdefs.h.  */
28740
28741 #ifdef HAVE_DB_185_H
28742 # include <db_185.h>
28743 #else
28744 # include <db.h>
28745 #endif
28746
28747 #ifndef DB_VERSION_MAJOR
28748 # define DB_VERSION_MAJOR 1
28749 #endif
28750
28751 #ifndef NULL
28752 #define NULL ((void*)0)
28753 #endif
28754
28755 int
28756 main ()
28757 {
28758
28759 #if DB_VERSION_MAJOR > 2
28760         db_env_create( NULL, 0 );
28761 #elif DB_VERSION_MAJOR > 1
28762         db_appexit( NULL );
28763 #else
28764         (void) dbopen( NULL, 0, 0, 0, NULL);
28765 #endif
28766
28767   ;
28768   return 0;
28769 }
28770 _ACEOF
28771 rm -f conftest.$ac_objext conftest$ac_exeext
28772 if { (ac_try="$ac_link"
28773 case "(($ac_try" in
28774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28775   *) ac_try_echo=$ac_try;;
28776 esac
28777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28778   (eval "$ac_link") 2>conftest.er1
28779   ac_status=$?
28780   grep -v '^ *+' conftest.er1 >conftest.err
28781   rm -f conftest.er1
28782   cat conftest.err >&5
28783   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28784   (exit $ac_status); } && {
28785          test -z "$ac_c_werror_flag" ||
28786          test ! -s conftest.err
28787        } && test -s conftest$ac_exeext &&
28788        $as_test_x conftest$ac_exeext; then
28789   ol_cv_db_db_4m=yes
28790 else
28791   echo "$as_me: failed program was:" >&5
28792 sed 's/^/| /' conftest.$ac_ext >&5
28793
28794         ol_cv_db_db_4m=no
28795 fi
28796
28797 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28798       conftest$ac_exeext conftest.$ac_ext
28799
28800         LIBS="$ol_LIBS"
28801
28802 fi
28803 { echo "$as_me:$LINENO: result: $ol_cv_db_db_4m" >&5
28804 echo "${ECHO_T}$ol_cv_db_db_4m" >&6; }
28805
28806         if test $ol_cv_db_db_4m = yes ; then
28807                 ol_cv_lib_db=-ldb-4$ol_cv_bdb_minor
28808         fi
28809 fi
28810
28811         if test $ol_cv_lib_db = no ; then
28812         { echo "$as_me:$LINENO: checking for Berkeley DB link (-ldb-4-$ol_cv_bdb_minor)" >&5
28813 echo $ECHO_N "checking for Berkeley DB link (-ldb-4-$ol_cv_bdb_minor)... $ECHO_C" >&6; }
28814 if test "${ol_cv_db_db_4_m+set}" = set; then
28815   echo $ECHO_N "(cached) $ECHO_C" >&6
28816 else
28817
28818         ol_DB_LIB=-ldb-4-$ol_cv_bdb_minor
28819         ol_LIBS=$LIBS
28820         LIBS="$ol_DB_LIB $LTHREAD_LIBS $LIBS"
28821
28822         cat >conftest.$ac_ext <<_ACEOF
28823 /* confdefs.h.  */
28824 _ACEOF
28825 cat confdefs.h >>conftest.$ac_ext
28826 cat >>conftest.$ac_ext <<_ACEOF
28827 /* end confdefs.h.  */
28828
28829 #ifdef HAVE_DB_185_H
28830 # include <db_185.h>
28831 #else
28832 # include <db.h>
28833 #endif
28834
28835 #ifndef DB_VERSION_MAJOR
28836 # define DB_VERSION_MAJOR 1
28837 #endif
28838
28839 #ifndef NULL
28840 #define NULL ((void*)0)
28841 #endif
28842
28843 int
28844 main ()
28845 {
28846
28847 #if DB_VERSION_MAJOR > 2
28848         db_env_create( NULL, 0 );
28849 #elif DB_VERSION_MAJOR > 1
28850         db_appexit( NULL );
28851 #else
28852         (void) dbopen( NULL, 0, 0, 0, NULL);
28853 #endif
28854
28855   ;
28856   return 0;
28857 }
28858 _ACEOF
28859 rm -f conftest.$ac_objext conftest$ac_exeext
28860 if { (ac_try="$ac_link"
28861 case "(($ac_try" in
28862   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28863   *) ac_try_echo=$ac_try;;
28864 esac
28865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28866   (eval "$ac_link") 2>conftest.er1
28867   ac_status=$?
28868   grep -v '^ *+' conftest.er1 >conftest.err
28869   rm -f conftest.er1
28870   cat conftest.err >&5
28871   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28872   (exit $ac_status); } && {
28873          test -z "$ac_c_werror_flag" ||
28874          test ! -s conftest.err
28875        } && test -s conftest$ac_exeext &&
28876        $as_test_x conftest$ac_exeext; then
28877   ol_cv_db_db_4_m=yes
28878 else
28879   echo "$as_me: failed program was:" >&5
28880 sed 's/^/| /' conftest.$ac_ext >&5
28881
28882         ol_cv_db_db_4_m=no
28883 fi
28884
28885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28886       conftest$ac_exeext conftest.$ac_ext
28887
28888         LIBS="$ol_LIBS"
28889
28890 fi
28891 { echo "$as_me:$LINENO: result: $ol_cv_db_db_4_m" >&5
28892 echo "${ECHO_T}$ol_cv_db_db_4_m" >&6; }
28893
28894         if test $ol_cv_db_db_4_m = yes ; then
28895                 ol_cv_lib_db=-ldb-4-$ol_cv_bdb_minor
28896         fi
28897 fi
28898
28899         if test $ol_cv_lib_db = no ; then
28900         { echo "$as_me:$LINENO: checking for Berkeley DB link (-ldb-4)" >&5
28901 echo $ECHO_N "checking for Berkeley DB link (-ldb-4)... $ECHO_C" >&6; }
28902 if test "${ol_cv_db_db_4+set}" = set; then
28903   echo $ECHO_N "(cached) $ECHO_C" >&6
28904 else
28905
28906         ol_DB_LIB=-ldb-4
28907         ol_LIBS=$LIBS
28908         LIBS="$ol_DB_LIB $LTHREAD_LIBS $LIBS"
28909
28910         cat >conftest.$ac_ext <<_ACEOF
28911 /* confdefs.h.  */
28912 _ACEOF
28913 cat confdefs.h >>conftest.$ac_ext
28914 cat >>conftest.$ac_ext <<_ACEOF
28915 /* end confdefs.h.  */
28916
28917 #ifdef HAVE_DB_185_H
28918 # include <db_185.h>
28919 #else
28920 # include <db.h>
28921 #endif
28922
28923 #ifndef DB_VERSION_MAJOR
28924 # define DB_VERSION_MAJOR 1
28925 #endif
28926
28927 #ifndef NULL
28928 #define NULL ((void*)0)
28929 #endif
28930
28931 int
28932 main ()
28933 {
28934
28935 #if DB_VERSION_MAJOR > 2
28936         db_env_create( NULL, 0 );
28937 #elif DB_VERSION_MAJOR > 1
28938         db_appexit( NULL );
28939 #else
28940         (void) dbopen( NULL, 0, 0, 0, NULL);
28941 #endif
28942
28943   ;
28944   return 0;
28945 }
28946 _ACEOF
28947 rm -f conftest.$ac_objext conftest$ac_exeext
28948 if { (ac_try="$ac_link"
28949 case "(($ac_try" in
28950   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28951   *) ac_try_echo=$ac_try;;
28952 esac
28953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28954   (eval "$ac_link") 2>conftest.er1
28955   ac_status=$?
28956   grep -v '^ *+' conftest.er1 >conftest.err
28957   rm -f conftest.er1
28958   cat conftest.err >&5
28959   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28960   (exit $ac_status); } && {
28961          test -z "$ac_c_werror_flag" ||
28962          test ! -s conftest.err
28963        } && test -s conftest$ac_exeext &&
28964        $as_test_x conftest$ac_exeext; then
28965   ol_cv_db_db_4=yes
28966 else
28967   echo "$as_me: failed program was:" >&5
28968 sed 's/^/| /' conftest.$ac_ext >&5
28969
28970         ol_cv_db_db_4=no
28971 fi
28972
28973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28974       conftest$ac_exeext conftest.$ac_ext
28975
28976         LIBS="$ol_LIBS"
28977
28978 fi
28979 { echo "$as_me:$LINENO: result: $ol_cv_db_db_4" >&5
28980 echo "${ECHO_T}$ol_cv_db_db_4" >&6; }
28981
28982         if test $ol_cv_db_db_4 = yes ; then
28983                 ol_cv_lib_db=-ldb-4
28984         fi
28985 fi
28986
28987         if test $ol_cv_lib_db = no ; then
28988         { echo "$as_me:$LINENO: checking for Berkeley DB link (-ldb4)" >&5
28989 echo $ECHO_N "checking for Berkeley DB link (-ldb4)... $ECHO_C" >&6; }
28990 if test "${ol_cv_db_db4+set}" = set; then
28991   echo $ECHO_N "(cached) $ECHO_C" >&6
28992 else
28993
28994         ol_DB_LIB=-ldb4
28995         ol_LIBS=$LIBS
28996         LIBS="$ol_DB_LIB $LTHREAD_LIBS $LIBS"
28997
28998         cat >conftest.$ac_ext <<_ACEOF
28999 /* confdefs.h.  */
29000 _ACEOF
29001 cat confdefs.h >>conftest.$ac_ext
29002 cat >>conftest.$ac_ext <<_ACEOF
29003 /* end confdefs.h.  */
29004
29005 #ifdef HAVE_DB_185_H
29006 # include <db_185.h>
29007 #else
29008 # include <db.h>
29009 #endif
29010
29011 #ifndef DB_VERSION_MAJOR
29012 # define DB_VERSION_MAJOR 1
29013 #endif
29014
29015 #ifndef NULL
29016 #define NULL ((void*)0)
29017 #endif
29018
29019 int
29020 main ()
29021 {
29022
29023 #if DB_VERSION_MAJOR > 2
29024         db_env_create( NULL, 0 );
29025 #elif DB_VERSION_MAJOR > 1
29026         db_appexit( NULL );
29027 #else
29028         (void) dbopen( NULL, 0, 0, 0, NULL);
29029 #endif
29030
29031   ;
29032   return 0;
29033 }
29034 _ACEOF
29035 rm -f conftest.$ac_objext conftest$ac_exeext
29036 if { (ac_try="$ac_link"
29037 case "(($ac_try" in
29038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29039   *) ac_try_echo=$ac_try;;
29040 esac
29041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29042   (eval "$ac_link") 2>conftest.er1
29043   ac_status=$?
29044   grep -v '^ *+' conftest.er1 >conftest.err
29045   rm -f conftest.er1
29046   cat conftest.err >&5
29047   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29048   (exit $ac_status); } && {
29049          test -z "$ac_c_werror_flag" ||
29050          test ! -s conftest.err
29051        } && test -s conftest$ac_exeext &&
29052        $as_test_x conftest$ac_exeext; then
29053   ol_cv_db_db4=yes
29054 else
29055   echo "$as_me: failed program was:" >&5
29056 sed 's/^/| /' conftest.$ac_ext >&5
29057
29058         ol_cv_db_db4=no
29059 fi
29060
29061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29062       conftest$ac_exeext conftest.$ac_ext
29063
29064         LIBS="$ol_LIBS"
29065
29066 fi
29067 { echo "$as_me:$LINENO: result: $ol_cv_db_db4" >&5
29068 echo "${ECHO_T}$ol_cv_db_db4" >&6; }
29069
29070         if test $ol_cv_db_db4 = yes ; then
29071                 ol_cv_lib_db=-ldb4
29072         fi
29073 fi
29074
29075         if test $ol_cv_lib_db = no ; then
29076         { echo "$as_me:$LINENO: checking for Berkeley DB link (-ldb)" >&5
29077 echo $ECHO_N "checking for Berkeley DB link (-ldb)... $ECHO_C" >&6; }
29078 if test "${ol_cv_db_db+set}" = set; then
29079   echo $ECHO_N "(cached) $ECHO_C" >&6
29080 else
29081
29082         ol_DB_LIB=-ldb
29083         ol_LIBS=$LIBS
29084         LIBS="$ol_DB_LIB $LTHREAD_LIBS $LIBS"
29085
29086         cat >conftest.$ac_ext <<_ACEOF
29087 /* confdefs.h.  */
29088 _ACEOF
29089 cat confdefs.h >>conftest.$ac_ext
29090 cat >>conftest.$ac_ext <<_ACEOF
29091 /* end confdefs.h.  */
29092
29093 #ifdef HAVE_DB_185_H
29094 # include <db_185.h>
29095 #else
29096 # include <db.h>
29097 #endif
29098
29099 #ifndef DB_VERSION_MAJOR
29100 # define DB_VERSION_MAJOR 1
29101 #endif
29102
29103 #ifndef NULL
29104 #define NULL ((void*)0)
29105 #endif
29106
29107 int
29108 main ()
29109 {
29110
29111 #if DB_VERSION_MAJOR > 2
29112         db_env_create( NULL, 0 );
29113 #elif DB_VERSION_MAJOR > 1
29114         db_appexit( NULL );
29115 #else
29116         (void) dbopen( NULL, 0, 0, 0, NULL);
29117 #endif
29118
29119   ;
29120   return 0;
29121 }
29122 _ACEOF
29123 rm -f conftest.$ac_objext conftest$ac_exeext
29124 if { (ac_try="$ac_link"
29125 case "(($ac_try" in
29126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29127   *) ac_try_echo=$ac_try;;
29128 esac
29129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29130   (eval "$ac_link") 2>conftest.er1
29131   ac_status=$?
29132   grep -v '^ *+' conftest.er1 >conftest.err
29133   rm -f conftest.er1
29134   cat conftest.err >&5
29135   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29136   (exit $ac_status); } && {
29137          test -z "$ac_c_werror_flag" ||
29138          test ! -s conftest.err
29139        } && test -s conftest$ac_exeext &&
29140        $as_test_x conftest$ac_exeext; then
29141   ol_cv_db_db=yes
29142 else
29143   echo "$as_me: failed program was:" >&5
29144 sed 's/^/| /' conftest.$ac_ext >&5
29145
29146         ol_cv_db_db=no
29147 fi
29148
29149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29150       conftest$ac_exeext conftest.$ac_ext
29151
29152         LIBS="$ol_LIBS"
29153
29154 fi
29155 { echo "$as_me:$LINENO: result: $ol_cv_db_db" >&5
29156 echo "${ECHO_T}$ol_cv_db_db" >&6; }
29157
29158         if test $ol_cv_db_db = yes ; then
29159                 ol_cv_lib_db=-ldb
29160         fi
29161 fi
29162
29163 fi
29164 if test $ol_cv_lib_db = no ; then
29165         { echo "$as_me:$LINENO: checking for Berkeley DB link (default)" >&5
29166 echo $ECHO_N "checking for Berkeley DB link (default)... $ECHO_C" >&6; }
29167 if test "${ol_cv_db_none+set}" = set; then
29168   echo $ECHO_N "(cached) $ECHO_C" >&6
29169 else
29170
29171         ol_DB_LIB=
29172         ol_LIBS=$LIBS
29173         LIBS="$ol_DB_LIB $LTHREAD_LIBS $LIBS"
29174
29175         cat >conftest.$ac_ext <<_ACEOF
29176 /* confdefs.h.  */
29177 _ACEOF
29178 cat confdefs.h >>conftest.$ac_ext
29179 cat >>conftest.$ac_ext <<_ACEOF
29180 /* end confdefs.h.  */
29181
29182 #ifdef HAVE_DB_185_H
29183 # include <db_185.h>
29184 #else
29185 # include <db.h>
29186 #endif
29187
29188 #ifndef DB_VERSION_MAJOR
29189 # define DB_VERSION_MAJOR 1
29190 #endif
29191
29192 #ifndef NULL
29193 #define NULL ((void*)0)
29194 #endif
29195
29196 int
29197 main ()
29198 {
29199
29200 #if DB_VERSION_MAJOR > 2
29201         db_env_create( NULL, 0 );
29202 #elif DB_VERSION_MAJOR > 1
29203         db_appexit( NULL );
29204 #else
29205         (void) dbopen( NULL, 0, 0, 0, NULL);
29206 #endif
29207
29208   ;
29209   return 0;
29210 }
29211 _ACEOF
29212 rm -f conftest.$ac_objext conftest$ac_exeext
29213 if { (ac_try="$ac_link"
29214 case "(($ac_try" in
29215   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29216   *) ac_try_echo=$ac_try;;
29217 esac
29218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29219   (eval "$ac_link") 2>conftest.er1
29220   ac_status=$?
29221   grep -v '^ *+' conftest.er1 >conftest.err
29222   rm -f conftest.er1
29223   cat conftest.err >&5
29224   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29225   (exit $ac_status); } && {
29226          test -z "$ac_c_werror_flag" ||
29227          test ! -s conftest.err
29228        } && test -s conftest$ac_exeext &&
29229        $as_test_x conftest$ac_exeext; then
29230   ol_cv_db_none=yes
29231 else
29232   echo "$as_me: failed program was:" >&5
29233 sed 's/^/| /' conftest.$ac_ext >&5
29234
29235         ol_cv_db_none=no
29236 fi
29237
29238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29239       conftest$ac_exeext conftest.$ac_ext
29240
29241         LIBS="$ol_LIBS"
29242
29243 fi
29244 { echo "$as_me:$LINENO: result: $ol_cv_db_none" >&5
29245 echo "${ECHO_T}$ol_cv_db_none" >&6; }
29246
29247         if test $ol_cv_db_none = yes ; then
29248                 ol_cv_lib_db=yes
29249         fi
29250 fi
29251
29252
29253         if test "$ol_cv_lib_db" != no ; then
29254                 ol_cv_berkeley_db=yes
29255                 { echo "$as_me:$LINENO: checking for Berkeley DB library and header version match" >&5
29256 echo $ECHO_N "checking for Berkeley DB library and header version match... $ECHO_C" >&6; }
29257 if test "${ol_cv_berkeley_db_version+set}" = set; then
29258   echo $ECHO_N "(cached) $ECHO_C" >&6
29259 else
29260
29261         ol_LIBS="$LIBS"
29262         LIBS="$LTHREAD_LIBS $LIBS"
29263         if test $ol_cv_lib_db != yes ; then
29264                 LIBS="$ol_cv_lib_db $LIBS"
29265         fi
29266
29267         if test "$cross_compiling" = yes; then
29268   ol_cv_berkeley_db_version=cross
29269 else
29270   cat >conftest.$ac_ext <<_ACEOF
29271 /* confdefs.h.  */
29272 _ACEOF
29273 cat confdefs.h >>conftest.$ac_ext
29274 cat >>conftest.$ac_ext <<_ACEOF
29275 /* end confdefs.h.  */
29276
29277 #ifdef HAVE_DB_185_H
29278         choke me;
29279 #else
29280 #include <db.h>
29281 #endif
29282 #ifndef DB_VERSION_MAJOR
29283 # define DB_VERSION_MAJOR 1
29284 #endif
29285 #ifndef NULL
29286 #define NULL ((void *)0)
29287 #endif
29288 main()
29289 {
29290 #if DB_VERSION_MAJOR > 1
29291         char *version;
29292         int major, minor, patch;
29293
29294         version = db_version( &major, &minor, &patch );
29295
29296         if( major != DB_VERSION_MAJOR ||
29297                 minor != DB_VERSION_MINOR ||
29298                 patch != DB_VERSION_PATCH )
29299         {
29300                 printf("Berkeley DB version mismatch\n"
29301                         "\theader: %s\n\tlibrary: %s\n",
29302                         DB_VERSION_STRING, version);
29303                 return 1;
29304         }
29305 #endif
29306
29307         return 0;
29308 }
29309 _ACEOF
29310 rm -f conftest$ac_exeext
29311 if { (ac_try="$ac_link"
29312 case "(($ac_try" in
29313   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29314   *) ac_try_echo=$ac_try;;
29315 esac
29316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29317   (eval "$ac_link") 2>&5
29318   ac_status=$?
29319   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29320   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29321   { (case "(($ac_try" in
29322   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29323   *) ac_try_echo=$ac_try;;
29324 esac
29325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29326   (eval "$ac_try") 2>&5
29327   ac_status=$?
29328   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29329   (exit $ac_status); }; }; then
29330   ol_cv_berkeley_db_version=yes
29331 else
29332   echo "$as_me: program exited with status $ac_status" >&5
29333 echo "$as_me: failed program was:" >&5
29334 sed 's/^/| /' conftest.$ac_ext >&5
29335
29336 ( exit $ac_status )
29337 ol_cv_berkeley_db_version=no
29338 fi
29339 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29340 fi
29341
29342
29343
29344         LIBS="$ol_LIBS"
29345
29346 fi
29347 { echo "$as_me:$LINENO: result: $ol_cv_berkeley_db_version" >&5
29348 echo "${ECHO_T}$ol_cv_berkeley_db_version" >&6; }
29349
29350         if test $ol_cv_berkeley_db_version = no ; then
29351                 { { echo "$as_me:$LINENO: error: Berkeley DB version mismatch" >&5
29352 echo "$as_me: error: Berkeley DB version mismatch" >&2;}
29353    { (exit 1); exit 1; }; }
29354         fi
29355
29356                 { echo "$as_me:$LINENO: checking for Berkeley DB thread support" >&5
29357 echo $ECHO_N "checking for Berkeley DB thread support... $ECHO_C" >&6; }
29358 if test "${ol_cv_berkeley_db_thread+set}" = set; then
29359   echo $ECHO_N "(cached) $ECHO_C" >&6
29360 else
29361
29362         ol_LIBS="$LIBS"
29363         LIBS="$LTHREAD_LIBS $LIBS"
29364         if test $ol_cv_lib_db != yes ; then
29365                 LIBS="$ol_cv_lib_db $LIBS"
29366         fi
29367
29368         if test "$cross_compiling" = yes; then
29369   ol_cv_berkeley_db_thread=cross
29370 else
29371   cat >conftest.$ac_ext <<_ACEOF
29372 /* confdefs.h.  */
29373 _ACEOF
29374 cat confdefs.h >>conftest.$ac_ext
29375 cat >>conftest.$ac_ext <<_ACEOF
29376 /* end confdefs.h.  */
29377
29378 #ifdef HAVE_DB_185_H
29379         choke me;
29380 #else
29381 #include <db.h>
29382 #endif
29383 #ifndef NULL
29384 #define NULL ((void *)0)
29385 #endif
29386 main()
29387 {
29388         int rc;
29389         u_int32_t flags = DB_CREATE |
29390 #ifdef DB_PRIVATE
29391                 DB_PRIVATE |
29392 #endif
29393                 DB_THREAD;
29394
29395 #if DB_VERSION_MAJOR > 2
29396         DB_ENV *env = NULL;
29397
29398         rc = db_env_create( &env, 0 );
29399
29400         flags |= DB_INIT_MPOOL;
29401 #ifdef DB_MPOOL_PRIVATE
29402         flags |= DB_MPOOL_PRIVATE;
29403 #endif
29404
29405         if( rc ) {
29406                 printf("BerkeleyDB: %s\n", db_strerror(rc) );
29407                 return rc;
29408         }
29409
29410 #if (DB_VERSION_MAJOR > 3) || (DB_VERSION_MINOR >= 1)
29411         rc = (env->open)( env, NULL, flags, 0 );
29412 #else
29413         rc = (env->open)( env, NULL, NULL, flags, 0 );
29414 #endif
29415
29416         if ( rc == 0 ) {
29417                 rc = env->close( env, 0 );
29418         }
29419
29420         if( rc ) {
29421                 printf("BerkeleyDB: %s\n", db_strerror(rc) );
29422                 return rc;
29423         }
29424
29425 #else
29426         DB_ENV env;
29427         memset( &env, '\0', sizeof(env) );
29428
29429         rc = db_appinit( NULL, NULL, &env, flags );
29430
29431         if( rc == 0 ) {
29432                 db_appexit( &env );
29433         }
29434
29435         unlink("__db_mpool.share");
29436         unlink("__db_lock.share");
29437 #endif
29438
29439         return rc;
29440 }
29441 _ACEOF
29442 rm -f conftest$ac_exeext
29443 if { (ac_try="$ac_link"
29444 case "(($ac_try" in
29445   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29446   *) ac_try_echo=$ac_try;;
29447 esac
29448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29449   (eval "$ac_link") 2>&5
29450   ac_status=$?
29451   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29452   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29453   { (case "(($ac_try" in
29454   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29455   *) ac_try_echo=$ac_try;;
29456 esac
29457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29458   (eval "$ac_try") 2>&5
29459   ac_status=$?
29460   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29461   (exit $ac_status); }; }; then
29462   ol_cv_berkeley_db_thread=yes
29463 else
29464   echo "$as_me: program exited with status $ac_status" >&5
29465 echo "$as_me: failed program was:" >&5
29466 sed 's/^/| /' conftest.$ac_ext >&5
29467
29468 ( exit $ac_status )
29469 ol_cv_berkeley_db_thread=no
29470 fi
29471 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29472 fi
29473
29474
29475
29476         LIBS="$ol_LIBS"
29477
29478 fi
29479 { echo "$as_me:$LINENO: result: $ol_cv_berkeley_db_thread" >&5
29480 echo "${ECHO_T}$ol_cv_berkeley_db_thread" >&6; }
29481
29482         if test $ol_cv_berkeley_db_thread != no ; then
29483
29484 cat >>confdefs.h <<\_ACEOF
29485 #define HAVE_BERKELEY_DB_THREAD 1
29486 _ACEOF
29487
29488         fi
29489
29490         fi
29491 fi
29492
29493
29494         if test $ol_cv_berkeley_db = no ; then
29495                 { { echo "$as_me:$LINENO: error: BDB/HDB: BerkeleyDB not available" >&5
29496 echo "$as_me: error: BDB/HDB: BerkeleyDB not available" >&2;}
29497    { (exit 1); exit 1; }; }
29498         fi
29499
29500
29501 cat >>confdefs.h <<\_ACEOF
29502 #define HAVE_BERKELEY_DB 1
29503 _ACEOF
29504
29505
29506                         if test $ol_cv_lib_db != yes ; then
29507                 BDB_LIBS="$BDB_LIBS $ol_cv_lib_db"
29508         fi
29509
29510         SLAPD_LIBS="$SLAPD_LIBS \$(BDB_LIBS)"
29511
29512         ol_link_bdb=yes
29513 fi
29514
29515
29516 if test $ol_enable_dynamic = yes && test $enable_shared = yes ; then
29517         BUILD_LIBS_DYNAMIC=shared
29518
29519 cat >>confdefs.h <<\_ACEOF
29520 #define LDAP_LIBS_DYNAMIC 1
29521 _ACEOF
29522
29523         LTSTATIC=""
29524 else
29525         BUILD_LIBS_DYNAMIC=static
29526         LTSTATIC="-static"
29527 fi
29528
29529 if test $ol_enable_wrappers != no ; then
29530
29531 for ac_header in tcpd.h
29532 do
29533 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29534 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29535   { echo "$as_me:$LINENO: checking for $ac_header" >&5
29536 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
29537 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29538   echo $ECHO_N "(cached) $ECHO_C" >&6
29539 fi
29540 ac_res=`eval echo '${'$as_ac_Header'}'`
29541                { echo "$as_me:$LINENO: result: $ac_res" >&5
29542 echo "${ECHO_T}$ac_res" >&6; }
29543 else
29544   # Is the header compilable?
29545 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
29546 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
29547 cat >conftest.$ac_ext <<_ACEOF
29548 /* confdefs.h.  */
29549 _ACEOF
29550 cat confdefs.h >>conftest.$ac_ext
29551 cat >>conftest.$ac_ext <<_ACEOF
29552 /* end confdefs.h.  */
29553 $ac_includes_default
29554 #include <$ac_header>
29555 _ACEOF
29556 rm -f conftest.$ac_objext
29557 if { (ac_try="$ac_compile"
29558 case "(($ac_try" in
29559   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29560   *) ac_try_echo=$ac_try;;
29561 esac
29562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29563   (eval "$ac_compile") 2>conftest.er1
29564   ac_status=$?
29565   grep -v '^ *+' conftest.er1 >conftest.err
29566   rm -f conftest.er1
29567   cat conftest.err >&5
29568   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29569   (exit $ac_status); } && {
29570          test -z "$ac_c_werror_flag" ||
29571          test ! -s conftest.err
29572        } && test -s conftest.$ac_objext; then
29573   ac_header_compiler=yes
29574 else
29575   echo "$as_me: failed program was:" >&5
29576 sed 's/^/| /' conftest.$ac_ext >&5
29577
29578         ac_header_compiler=no
29579 fi
29580
29581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29582 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29583 echo "${ECHO_T}$ac_header_compiler" >&6; }
29584
29585 # Is the header present?
29586 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
29587 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
29588 cat >conftest.$ac_ext <<_ACEOF
29589 /* confdefs.h.  */
29590 _ACEOF
29591 cat confdefs.h >>conftest.$ac_ext
29592 cat >>conftest.$ac_ext <<_ACEOF
29593 /* end confdefs.h.  */
29594 #include <$ac_header>
29595 _ACEOF
29596 if { (ac_try="$ac_cpp conftest.$ac_ext"
29597 case "(($ac_try" in
29598   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29599   *) ac_try_echo=$ac_try;;
29600 esac
29601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29602   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29603   ac_status=$?
29604   grep -v '^ *+' conftest.er1 >conftest.err
29605   rm -f conftest.er1
29606   cat conftest.err >&5
29607   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29608   (exit $ac_status); } >/dev/null && {
29609          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29610          test ! -s conftest.err
29611        }; then
29612   ac_header_preproc=yes
29613 else
29614   echo "$as_me: failed program was:" >&5
29615 sed 's/^/| /' conftest.$ac_ext >&5
29616
29617   ac_header_preproc=no
29618 fi
29619
29620 rm -f conftest.err conftest.$ac_ext
29621 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29622 echo "${ECHO_T}$ac_header_preproc" >&6; }
29623
29624 # So?  What about this header?
29625 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29626   yes:no: )
29627     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
29628 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
29629     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
29630 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
29631     ac_header_preproc=yes
29632     ;;
29633   no:yes:* )
29634     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
29635 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
29636     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
29637 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
29638     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
29639 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
29640     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
29641 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
29642     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
29643 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
29644     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
29645 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
29646     ( cat <<\_ASBOX
29647 ## --------------------------------------------- ##
29648 ## Report this to <http://www.openldap.org/its/> ##
29649 ## --------------------------------------------- ##
29650 _ASBOX
29651      ) | sed "s/^/$as_me: WARNING:     /" >&2
29652     ;;
29653 esac
29654 { echo "$as_me:$LINENO: checking for $ac_header" >&5
29655 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
29656 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29657   echo $ECHO_N "(cached) $ECHO_C" >&6
29658 else
29659   eval "$as_ac_Header=\$ac_header_preproc"
29660 fi
29661 ac_res=`eval echo '${'$as_ac_Header'}'`
29662                { echo "$as_me:$LINENO: result: $ac_res" >&5
29663 echo "${ECHO_T}$ac_res" >&6; }
29664
29665 fi
29666 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29667   cat >>confdefs.h <<_ACEOF
29668 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29669 _ACEOF
29670
29671                 { echo "$as_me:$LINENO: checking for TCP wrappers library" >&5
29672 echo $ECHO_N "checking for TCP wrappers library... $ECHO_C" >&6; }
29673                 save_LIBS="$LIBS"
29674                 LIBS="$LIBS -lwrap"
29675                 cat >conftest.$ac_ext <<_ACEOF
29676 /* confdefs.h.  */
29677 _ACEOF
29678 cat confdefs.h >>conftest.$ac_ext
29679 cat >>conftest.$ac_ext <<_ACEOF
29680 /* end confdefs.h.  */
29681
29682 #include <tcpd.h>
29683 int allow_severity = 0;
29684 int deny_severity  = 0;
29685
29686 struct request_info *req;
29687
29688 int
29689 main ()
29690 {
29691
29692 hosts_access(req)
29693
29694   ;
29695   return 0;
29696 }
29697 _ACEOF
29698 rm -f conftest.$ac_objext conftest$ac_exeext
29699 if { (ac_try="$ac_link"
29700 case "(($ac_try" in
29701   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29702   *) ac_try_echo=$ac_try;;
29703 esac
29704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29705   (eval "$ac_link") 2>conftest.er1
29706   ac_status=$?
29707   grep -v '^ *+' conftest.er1 >conftest.err
29708   rm -f conftest.er1
29709   cat conftest.err >&5
29710   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29711   (exit $ac_status); } && {
29712          test -z "$ac_c_werror_flag" ||
29713          test ! -s conftest.err
29714        } && test -s conftest$ac_exeext &&
29715        $as_test_x conftest$ac_exeext; then
29716   { echo "$as_me:$LINENO: result: -lwrap" >&5
29717 echo "${ECHO_T}-lwrap" >&6; }
29718                 have_wrappers=yes
29719                 LIBS="$save_LIBS"
29720 else
29721   echo "$as_me: failed program was:" >&5
29722 sed 's/^/| /' conftest.$ac_ext >&5
29723
29724
29725                                 LIBS="$LIBS -lnsl"
29726                 cat >conftest.$ac_ext <<_ACEOF
29727 /* confdefs.h.  */
29728 _ACEOF
29729 cat confdefs.h >>conftest.$ac_ext
29730 cat >>conftest.$ac_ext <<_ACEOF
29731 /* end confdefs.h.  */
29732
29733 #include <tcpd.h>
29734 int allow_severity = 0;
29735 int deny_severity  = 0;
29736
29737 struct request_info *req;
29738
29739 int
29740 main ()
29741 {
29742
29743 hosts_access(req)
29744
29745   ;
29746   return 0;
29747 }
29748 _ACEOF
29749 rm -f conftest.$ac_objext conftest$ac_exeext
29750 if { (ac_try="$ac_link"
29751 case "(($ac_try" in
29752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29753   *) ac_try_echo=$ac_try;;
29754 esac
29755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29756   (eval "$ac_link") 2>conftest.er1
29757   ac_status=$?
29758   grep -v '^ *+' conftest.er1 >conftest.err
29759   rm -f conftest.er1
29760   cat conftest.err >&5
29761   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29762   (exit $ac_status); } && {
29763          test -z "$ac_c_werror_flag" ||
29764          test ! -s conftest.err
29765        } && test -s conftest$ac_exeext &&
29766        $as_test_x conftest$ac_exeext; then
29767   { echo "$as_me:$LINENO: result: -lwrap -lnsl" >&5
29768 echo "${ECHO_T}-lwrap -lnsl" >&6; }
29769                 have_wrappers=yes
29770                 LIBS="$save_LIBS -lnsl"
29771 else
29772   echo "$as_me: failed program was:" >&5
29773 sed 's/^/| /' conftest.$ac_ext >&5
29774
29775
29776                 { echo "$as_me:$LINENO: result: no" >&5
29777 echo "${ECHO_T}no" >&6; }
29778                 have_wrappers=no
29779                 LIBS=$save_LIBS
29780 fi
29781
29782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29783       conftest$ac_exeext conftest.$ac_ext
29784 fi
29785
29786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29787       conftest$ac_exeext conftest.$ac_ext
29788 else
29789   have_wrappers=no
29790 fi
29791
29792 done
29793
29794
29795         if test $have_wrappers = yes ; then
29796
29797 cat >>confdefs.h <<\_ACEOF
29798 #define HAVE_TCPD 1
29799 _ACEOF
29800
29801                 WRAP_LIBS="-lwrap"
29802         elif test $ol_enable_wrappers = yes ; then
29803                 { { echo "$as_me:$LINENO: error: could not find TCP wrappers, select apppropriate options or disable" >&5
29804 echo "$as_me: error: could not find TCP wrappers, select apppropriate options or disable" >&2;}
29805    { (exit 1); exit 1; }; }
29806         else
29807                 { echo "$as_me:$LINENO: WARNING: could not find TCP wrappers, support disabled" >&5
29808 echo "$as_me: WARNING: could not find TCP wrappers, support disabled" >&2;}
29809                 WRAP_LIBS=""
29810         fi
29811 fi
29812
29813 if test $ol_enable_syslog != no ; then
29814         { echo "$as_me:$LINENO: checking for openlog" >&5
29815 echo $ECHO_N "checking for openlog... $ECHO_C" >&6; }
29816 if test "${ac_cv_func_openlog+set}" = set; then
29817   echo $ECHO_N "(cached) $ECHO_C" >&6
29818 else
29819   cat >conftest.$ac_ext <<_ACEOF
29820 /* confdefs.h.  */
29821 _ACEOF
29822 cat confdefs.h >>conftest.$ac_ext
29823 cat >>conftest.$ac_ext <<_ACEOF
29824 /* end confdefs.h.  */
29825 /* Define openlog to an innocuous variant, in case <limits.h> declares openlog.
29826    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
29827 #define openlog innocuous_openlog
29828
29829 /* System header to define __stub macros and hopefully few prototypes,
29830     which can conflict with char openlog (); below.
29831     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29832     <limits.h> exists even on freestanding compilers.  */
29833
29834 #ifdef __STDC__
29835 # include <limits.h>
29836 #else
29837 # include <assert.h>
29838 #endif
29839
29840 #undef openlog
29841
29842 /* Override any GCC internal prototype to avoid an error.
29843    Use char because int might match the return type of a GCC
29844    builtin and then its argument prototype would still apply.  */
29845 #ifdef __cplusplus
29846 extern "C"
29847 #endif
29848 char openlog ();
29849 /* The GNU C library defines this for functions which it implements
29850     to always fail with ENOSYS.  Some functions are actually named
29851     something starting with __ and the normal name is an alias.  */
29852 #if defined __stub_openlog || defined __stub___openlog
29853 choke me
29854 #endif
29855
29856 int
29857 main ()
29858 {
29859 return openlog ();
29860   ;
29861   return 0;
29862 }
29863 _ACEOF
29864 rm -f conftest.$ac_objext conftest$ac_exeext
29865 if { (ac_try="$ac_link"
29866 case "(($ac_try" in
29867   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29868   *) ac_try_echo=$ac_try;;
29869 esac
29870 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29871   (eval "$ac_link") 2>conftest.er1
29872   ac_status=$?
29873   grep -v '^ *+' conftest.er1 >conftest.err
29874   rm -f conftest.er1
29875   cat conftest.err >&5
29876   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29877   (exit $ac_status); } && {
29878          test -z "$ac_c_werror_flag" ||
29879          test ! -s conftest.err
29880        } && test -s conftest$ac_exeext &&
29881        $as_test_x conftest$ac_exeext; then
29882   ac_cv_func_openlog=yes
29883 else
29884   echo "$as_me: failed program was:" >&5
29885 sed 's/^/| /' conftest.$ac_ext >&5
29886
29887         ac_cv_func_openlog=no
29888 fi
29889
29890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29891       conftest$ac_exeext conftest.$ac_ext
29892 fi
29893 { echo "$as_me:$LINENO: result: $ac_cv_func_openlog" >&5
29894 echo "${ECHO_T}$ac_cv_func_openlog" >&6; }
29895
29896         if test $ac_cv_func_openlog = no && test $ol_enable_syslog = yes; then
29897                 { { echo "$as_me:$LINENO: error: could not find syslog" >&5
29898 echo "$as_me: error: could not find syslog" >&2;}
29899    { (exit select appropriate options or disable); exit select appropriate options or disable; }; }
29900         fi
29901         ol_enable_syslog=$ac_cv_func_openlog
29902 fi
29903
29904 ol_link_sql=no
29905 if test $ol_enable_sql != no ; then
29906
29907
29908 for ac_header in sql.h sqlext.h
29909 do
29910 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29911 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29912   { echo "$as_me:$LINENO: checking for $ac_header" >&5
29913 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
29914 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29915   echo $ECHO_N "(cached) $ECHO_C" >&6
29916 fi
29917 ac_res=`eval echo '${'$as_ac_Header'}'`
29918                { echo "$as_me:$LINENO: result: $ac_res" >&5
29919 echo "${ECHO_T}$ac_res" >&6; }
29920 else
29921   # Is the header compilable?
29922 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
29923 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
29924 cat >conftest.$ac_ext <<_ACEOF
29925 /* confdefs.h.  */
29926 _ACEOF
29927 cat confdefs.h >>conftest.$ac_ext
29928 cat >>conftest.$ac_ext <<_ACEOF
29929 /* end confdefs.h.  */
29930 $ac_includes_default
29931 #include <$ac_header>
29932 _ACEOF
29933 rm -f conftest.$ac_objext
29934 if { (ac_try="$ac_compile"
29935 case "(($ac_try" in
29936   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29937   *) ac_try_echo=$ac_try;;
29938 esac
29939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29940   (eval "$ac_compile") 2>conftest.er1
29941   ac_status=$?
29942   grep -v '^ *+' conftest.er1 >conftest.err
29943   rm -f conftest.er1
29944   cat conftest.err >&5
29945   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29946   (exit $ac_status); } && {
29947          test -z "$ac_c_werror_flag" ||
29948          test ! -s conftest.err
29949        } && test -s conftest.$ac_objext; then
29950   ac_header_compiler=yes
29951 else
29952   echo "$as_me: failed program was:" >&5
29953 sed 's/^/| /' conftest.$ac_ext >&5
29954
29955         ac_header_compiler=no
29956 fi
29957
29958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29959 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29960 echo "${ECHO_T}$ac_header_compiler" >&6; }
29961
29962 # Is the header present?
29963 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
29964 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
29965 cat >conftest.$ac_ext <<_ACEOF
29966 /* confdefs.h.  */
29967 _ACEOF
29968 cat confdefs.h >>conftest.$ac_ext
29969 cat >>conftest.$ac_ext <<_ACEOF
29970 /* end confdefs.h.  */
29971 #include <$ac_header>
29972 _ACEOF
29973 if { (ac_try="$ac_cpp conftest.$ac_ext"
29974 case "(($ac_try" in
29975   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29976   *) ac_try_echo=$ac_try;;
29977 esac
29978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29979   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29980   ac_status=$?
29981   grep -v '^ *+' conftest.er1 >conftest.err
29982   rm -f conftest.er1
29983   cat conftest.err >&5
29984   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29985   (exit $ac_status); } >/dev/null && {
29986          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29987          test ! -s conftest.err
29988        }; then
29989   ac_header_preproc=yes
29990 else
29991   echo "$as_me: failed program was:" >&5
29992 sed 's/^/| /' conftest.$ac_ext >&5
29993
29994   ac_header_preproc=no
29995 fi
29996
29997 rm -f conftest.err conftest.$ac_ext
29998 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29999 echo "${ECHO_T}$ac_header_preproc" >&6; }
30000
30001 # So?  What about this header?
30002 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30003   yes:no: )
30004     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
30005 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
30006     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
30007 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
30008     ac_header_preproc=yes
30009     ;;
30010   no:yes:* )
30011     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
30012 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
30013     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
30014 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
30015     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
30016 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
30017     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
30018 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
30019     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
30020 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
30021     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
30022 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
30023     ( cat <<\_ASBOX
30024 ## --------------------------------------------- ##
30025 ## Report this to <http://www.openldap.org/its/> ##
30026 ## --------------------------------------------- ##
30027 _ASBOX
30028      ) | sed "s/^/$as_me: WARNING:     /" >&2
30029     ;;
30030 esac
30031 { echo "$as_me:$LINENO: checking for $ac_header" >&5
30032 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
30033 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30034   echo $ECHO_N "(cached) $ECHO_C" >&6
30035 else
30036   eval "$as_ac_Header=\$ac_header_preproc"
30037 fi
30038 ac_res=`eval echo '${'$as_ac_Header'}'`
30039                { echo "$as_me:$LINENO: result: $ac_res" >&5
30040 echo "${ECHO_T}$ac_res" >&6; }
30041
30042 fi
30043 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30044   cat >>confdefs.h <<_ACEOF
30045 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30046 _ACEOF
30047
30048 else
30049
30050                 { { echo "$as_me:$LINENO: error: could not locate SQL headers" >&5
30051 echo "$as_me: error: could not locate SQL headers" >&2;}
30052    { (exit 1); exit 1; }; }
30053
30054 fi
30055
30056 done
30057
30058
30059         sql_LIBS="$LIBS"
30060         LIBS="$LTHREAD_LIBS"
30061
30062         if test $ol_with_odbc = auto ; then
30063                 ol_with_odbc="iodbc unixodbc odbc32"
30064         fi
30065
30066         for odbc in $ol_with_odbc ; do
30067                 if test $ol_link_sql = no ; then
30068                         case $odbc in
30069                         iodbc)
30070                                 { echo "$as_me:$LINENO: checking for SQLDriverConnect in -liodbc" >&5
30071 echo $ECHO_N "checking for SQLDriverConnect in -liodbc... $ECHO_C" >&6; }
30072 if test "${ac_cv_lib_iodbc_SQLDriverConnect+set}" = set; then
30073   echo $ECHO_N "(cached) $ECHO_C" >&6
30074 else
30075   ac_check_lib_save_LIBS=$LIBS
30076 LIBS="-liodbc  $LIBS"
30077 cat >conftest.$ac_ext <<_ACEOF
30078 /* confdefs.h.  */
30079 _ACEOF
30080 cat confdefs.h >>conftest.$ac_ext
30081 cat >>conftest.$ac_ext <<_ACEOF
30082 /* end confdefs.h.  */
30083
30084 /* Override any GCC internal prototype to avoid an error.
30085    Use char because int might match the return type of a GCC
30086    builtin and then its argument prototype would still apply.  */
30087 #ifdef __cplusplus
30088 extern "C"
30089 #endif
30090 char SQLDriverConnect ();
30091 int
30092 main ()
30093 {
30094 return SQLDriverConnect ();
30095   ;
30096   return 0;
30097 }
30098 _ACEOF
30099 rm -f conftest.$ac_objext conftest$ac_exeext
30100 if { (ac_try="$ac_link"
30101 case "(($ac_try" in
30102   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30103   *) ac_try_echo=$ac_try;;
30104 esac
30105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30106   (eval "$ac_link") 2>conftest.er1
30107   ac_status=$?
30108   grep -v '^ *+' conftest.er1 >conftest.err
30109   rm -f conftest.er1
30110   cat conftest.err >&5
30111   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30112   (exit $ac_status); } && {
30113          test -z "$ac_c_werror_flag" ||
30114          test ! -s conftest.err
30115        } && test -s conftest$ac_exeext &&
30116        $as_test_x conftest$ac_exeext; then
30117   ac_cv_lib_iodbc_SQLDriverConnect=yes
30118 else
30119   echo "$as_me: failed program was:" >&5
30120 sed 's/^/| /' conftest.$ac_ext >&5
30121
30122         ac_cv_lib_iodbc_SQLDriverConnect=no
30123 fi
30124
30125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30126       conftest$ac_exeext conftest.$ac_ext
30127 LIBS=$ac_check_lib_save_LIBS
30128 fi
30129 { echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLDriverConnect" >&5
30130 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLDriverConnect" >&6; }
30131 if test $ac_cv_lib_iodbc_SQLDriverConnect = yes; then
30132   have_iodbc=yes
30133 else
30134   have_iodbc=no
30135 fi
30136
30137                                 if test $have_iodbc = yes ; then
30138                                         ol_link_sql="-liodbc"
30139                                 fi
30140                                 ;;
30141
30142                         unixodbc)
30143                                 { echo "$as_me:$LINENO: checking for SQLDriverConnect in -lodbc" >&5
30144 echo $ECHO_N "checking for SQLDriverConnect in -lodbc... $ECHO_C" >&6; }
30145 if test "${ac_cv_lib_odbc_SQLDriverConnect+set}" = set; then
30146   echo $ECHO_N "(cached) $ECHO_C" >&6
30147 else
30148   ac_check_lib_save_LIBS=$LIBS
30149 LIBS="-lodbc  $LIBS"
30150 cat >conftest.$ac_ext <<_ACEOF
30151 /* confdefs.h.  */
30152 _ACEOF
30153 cat confdefs.h >>conftest.$ac_ext
30154 cat >>conftest.$ac_ext <<_ACEOF
30155 /* end confdefs.h.  */
30156
30157 /* Override any GCC internal prototype to avoid an error.
30158    Use char because int might match the return type of a GCC
30159    builtin and then its argument prototype would still apply.  */
30160 #ifdef __cplusplus
30161 extern "C"
30162 #endif
30163 char SQLDriverConnect ();
30164 int
30165 main ()
30166 {
30167 return SQLDriverConnect ();
30168   ;
30169   return 0;
30170 }
30171 _ACEOF
30172 rm -f conftest.$ac_objext conftest$ac_exeext
30173 if { (ac_try="$ac_link"
30174 case "(($ac_try" in
30175   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30176   *) ac_try_echo=$ac_try;;
30177 esac
30178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30179   (eval "$ac_link") 2>conftest.er1
30180   ac_status=$?
30181   grep -v '^ *+' conftest.er1 >conftest.err
30182   rm -f conftest.er1
30183   cat conftest.err >&5
30184   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30185   (exit $ac_status); } && {
30186          test -z "$ac_c_werror_flag" ||
30187          test ! -s conftest.err
30188        } && test -s conftest$ac_exeext &&
30189        $as_test_x conftest$ac_exeext; then
30190   ac_cv_lib_odbc_SQLDriverConnect=yes
30191 else
30192   echo "$as_me: failed program was:" >&5
30193 sed 's/^/| /' conftest.$ac_ext >&5
30194
30195         ac_cv_lib_odbc_SQLDriverConnect=no
30196 fi
30197
30198 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30199       conftest$ac_exeext conftest.$ac_ext
30200 LIBS=$ac_check_lib_save_LIBS
30201 fi
30202 { echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLDriverConnect" >&5
30203 echo "${ECHO_T}$ac_cv_lib_odbc_SQLDriverConnect" >&6; }
30204 if test $ac_cv_lib_odbc_SQLDriverConnect = yes; then
30205   have_odbc=yes
30206 else
30207   have_odbc=no
30208 fi
30209
30210                                 if test $have_odbc = yes ; then
30211                                         ol_link_sql="-lodbc"
30212                                 fi
30213                                 ;;
30214
30215                         odbc32)
30216                                 { echo "$as_me:$LINENO: checking for SQLDriverConnect in -lodbc32" >&5
30217 echo $ECHO_N "checking for SQLDriverConnect in -lodbc32... $ECHO_C" >&6; }
30218 if test "${ac_cv_lib_odbc32_SQLDriverConnect+set}" = set; then
30219   echo $ECHO_N "(cached) $ECHO_C" >&6
30220 else
30221   ac_check_lib_save_LIBS=$LIBS
30222 LIBS="-lodbc32  $LIBS"
30223 cat >conftest.$ac_ext <<_ACEOF
30224 /* confdefs.h.  */
30225 _ACEOF
30226 cat confdefs.h >>conftest.$ac_ext
30227 cat >>conftest.$ac_ext <<_ACEOF
30228 /* end confdefs.h.  */
30229
30230 /* Override any GCC internal prototype to avoid an error.
30231    Use char because int might match the return type of a GCC
30232    builtin and then its argument prototype would still apply.  */
30233 #ifdef __cplusplus
30234 extern "C"
30235 #endif
30236 char SQLDriverConnect ();
30237 int
30238 main ()
30239 {
30240 return SQLDriverConnect ();
30241   ;
30242   return 0;
30243 }
30244 _ACEOF
30245 rm -f conftest.$ac_objext conftest$ac_exeext
30246 if { (ac_try="$ac_link"
30247 case "(($ac_try" in
30248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30249   *) ac_try_echo=$ac_try;;
30250 esac
30251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30252   (eval "$ac_link") 2>conftest.er1
30253   ac_status=$?
30254   grep -v '^ *+' conftest.er1 >conftest.err
30255   rm -f conftest.er1
30256   cat conftest.err >&5
30257   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30258   (exit $ac_status); } && {
30259          test -z "$ac_c_werror_flag" ||
30260          test ! -s conftest.err
30261        } && test -s conftest$ac_exeext &&
30262        $as_test_x conftest$ac_exeext; then
30263   ac_cv_lib_odbc32_SQLDriverConnect=yes
30264 else
30265   echo "$as_me: failed program was:" >&5
30266 sed 's/^/| /' conftest.$ac_ext >&5
30267
30268         ac_cv_lib_odbc32_SQLDriverConnect=no
30269 fi
30270
30271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30272       conftest$ac_exeext conftest.$ac_ext
30273 LIBS=$ac_check_lib_save_LIBS
30274 fi
30275 { echo "$as_me:$LINENO: result: $ac_cv_lib_odbc32_SQLDriverConnect" >&5
30276 echo "${ECHO_T}$ac_cv_lib_odbc32_SQLDriverConnect" >&6; }
30277 if test $ac_cv_lib_odbc32_SQLDriverConnect = yes; then
30278   have_odbc32=yes
30279 else
30280   have_odbc32=no
30281 fi
30282
30283                                 if test $have_odbc32 = yes ; then
30284                                         ol_link_sql="-lodbc32"
30285                                 fi
30286                                 ;;
30287
30288                         *)
30289                                 { { echo "$as_me:$LINENO: error: unknown ODBC library" >&5
30290 echo "$as_me: error: unknown ODBC library" >&2;}
30291    { (exit 1); exit 1; }; }
30292                                 ;;
30293                         esac
30294                 fi
30295         done
30296
30297         LIBS="$sql_LIBS"
30298
30299         if test $ol_link_sql != no ; then
30300                 SLAPD_SQL_LIBS="$ol_link_sql"
30301
30302         elif test $ol_enable_sql != auto ; then
30303                 { { echo "$as_me:$LINENO: error: could not locate suitable ODBC library" >&5
30304 echo "$as_me: error: could not locate suitable ODBC library" >&2;}
30305    { (exit 1); exit 1; }; }
30306         fi
30307 fi
30308
30309 ol_link_ndb=no
30310 if test $ol_enable_ndb != no ; then
30311         # Extract the first word of "mysql_config", so it can be a program name with args.
30312 set dummy mysql_config; ac_word=$2
30313 { echo "$as_me:$LINENO: checking for $ac_word" >&5
30314 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30315 if test "${ac_cv_prog_MYSQL+set}" = set; then
30316   echo $ECHO_N "(cached) $ECHO_C" >&6
30317 else
30318   if test -n "$MYSQL"; then
30319   ac_cv_prog_MYSQL="$MYSQL" # Let the user override the test.
30320 else
30321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30322 for as_dir in $PATH
30323 do
30324   IFS=$as_save_IFS
30325   test -z "$as_dir" && as_dir=.
30326   for ac_exec_ext in '' $ac_executable_extensions; do
30327   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30328     ac_cv_prog_MYSQL="yes"
30329     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30330     break 2
30331   fi
30332 done
30333 done
30334 IFS=$as_save_IFS
30335
30336 fi
30337 fi
30338 MYSQL=$ac_cv_prog_MYSQL
30339 if test -n "$MYSQL"; then
30340   { echo "$as_me:$LINENO: result: $MYSQL" >&5
30341 echo "${ECHO_T}$MYSQL" >&6; }
30342 else
30343   { echo "$as_me:$LINENO: result: no" >&5
30344 echo "${ECHO_T}no" >&6; }
30345 fi
30346
30347
30348         if test "$MYSQL" != yes ; then
30349                 { { echo "$as_me:$LINENO: error: could not locate mysql_config" >&5
30350 echo "$as_me: error: could not locate mysql_config" >&2;}
30351    { (exit 1); exit 1; }; }
30352         fi
30353
30354         SQL_INC=`mysql_config --include`
30355         SLAPD_NDB_INCS="$SQL_INC $SQL_INC/storage/ndb $SQL_INC/storage/ndb/ndbapi"
30356
30357         save_CPPFLAGS="$CPPFLAGS"
30358         CPPFLAGS="$SLAPD_NDB_INCS"
30359         { echo "$as_me:$LINENO: checking for NdbApi.hpp" >&5
30360 echo $ECHO_N "checking for NdbApi.hpp... $ECHO_C" >&6; }
30361         cat >conftest.$ac_ext <<_ACEOF
30362 /* confdefs.h.  */
30363 _ACEOF
30364 cat confdefs.h >>conftest.$ac_ext
30365 cat >>conftest.$ac_ext <<_ACEOF
30366 /* end confdefs.h.  */
30367 #include <NdbApi.hpp>
30368 _ACEOF
30369 if { (ac_try="$ac_cpp conftest.$ac_ext"
30370 case "(($ac_try" in
30371   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30372   *) ac_try_echo=$ac_try;;
30373 esac
30374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30375   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30376   ac_status=$?
30377   grep -v '^ *+' conftest.er1 >conftest.err
30378   rm -f conftest.er1
30379   cat conftest.err >&5
30380   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30381   (exit $ac_status); } >/dev/null && {
30382          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30383          test ! -s conftest.err
30384        }; then
30385   { echo "$as_me:$LINENO: result: yes" >&5
30386 echo "${ECHO_T}yes" >&6; }
30387 else
30388   echo "$as_me: failed program was:" >&5
30389 sed 's/^/| /' conftest.$ac_ext >&5
30390
30391   { { echo "$as_me:$LINENO: error: could not locate NdbApi headers" >&5
30392 echo "$as_me: error: could not locate NdbApi headers" >&2;}
30393    { (exit 1); exit 1; }; }
30394
30395 fi
30396
30397 rm -f conftest.err conftest.$ac_ext
30398         CPPFLAGS="$save_CPPFLAGS"
30399
30400         SQL_LIB=`mysql_config --libs_r`
30401         SLAPD_NDB_LIBS="$SQL_LIB -lndbclient -lstdc++"
30402
30403         save_LDFLAGS="$LDFLAGS"
30404         save_LIBS="$LIBS"
30405         LDFLAGS="$SQL_LIB"
30406         { echo "$as_me:$LINENO: checking for ndb_init in -lndbclient" >&5
30407 echo $ECHO_N "checking for ndb_init in -lndbclient... $ECHO_C" >&6; }
30408 if test "${ac_cv_lib_ndbclient_ndb_init+set}" = set; then
30409   echo $ECHO_N "(cached) $ECHO_C" >&6
30410 else
30411   ac_check_lib_save_LIBS=$LIBS
30412 LIBS="-lndbclient -lstdc++ $LIBS"
30413 cat >conftest.$ac_ext <<_ACEOF
30414 /* confdefs.h.  */
30415 _ACEOF
30416 cat confdefs.h >>conftest.$ac_ext
30417 cat >>conftest.$ac_ext <<_ACEOF
30418 /* end confdefs.h.  */
30419
30420 /* Override any GCC internal prototype to avoid an error.
30421    Use char because int might match the return type of a GCC
30422    builtin and then its argument prototype would still apply.  */
30423 #ifdef __cplusplus
30424 extern "C"
30425 #endif
30426 char ndb_init ();
30427 int
30428 main ()
30429 {
30430 return ndb_init ();
30431   ;
30432   return 0;
30433 }
30434 _ACEOF
30435 rm -f conftest.$ac_objext conftest$ac_exeext
30436 if { (ac_try="$ac_link"
30437 case "(($ac_try" in
30438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30439   *) ac_try_echo=$ac_try;;
30440 esac
30441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30442   (eval "$ac_link") 2>conftest.er1
30443   ac_status=$?
30444   grep -v '^ *+' conftest.er1 >conftest.err
30445   rm -f conftest.er1
30446   cat conftest.err >&5
30447   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30448   (exit $ac_status); } && {
30449          test -z "$ac_c_werror_flag" ||
30450          test ! -s conftest.err
30451        } && test -s conftest$ac_exeext &&
30452        $as_test_x conftest$ac_exeext; then
30453   ac_cv_lib_ndbclient_ndb_init=yes
30454 else
30455   echo "$as_me: failed program was:" >&5
30456 sed 's/^/| /' conftest.$ac_ext >&5
30457
30458         ac_cv_lib_ndbclient_ndb_init=no
30459 fi
30460
30461 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30462       conftest$ac_exeext conftest.$ac_ext
30463 LIBS=$ac_check_lib_save_LIBS
30464 fi
30465 { echo "$as_me:$LINENO: result: $ac_cv_lib_ndbclient_ndb_init" >&5
30466 echo "${ECHO_T}$ac_cv_lib_ndbclient_ndb_init" >&6; }
30467 if test $ac_cv_lib_ndbclient_ndb_init = yes; then
30468   : ok
30469 else
30470
30471                 { { echo "$as_me:$LINENO: error: could not locate ndbclient library" >&5
30472 echo "$as_me: error: could not locate ndbclient library" >&2;}
30473    { (exit 1); exit 1; }; }
30474
30475 fi
30476
30477         LIBS="$save_LIBS"
30478         LDFLAGS="$save_LDFLAGS"
30479
30480         if test "$ol_enable_ndb" = yes ; then
30481                 SLAPD_LIBS="$SLAPD_LIBS \$(SLAPD_NDB_LIBS)"
30482         fi
30483 fi
30484
30485 ol_icu=no
30486
30487 for ac_header in unicode/utypes.h
30488 do
30489 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30490 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30491   { echo "$as_me:$LINENO: checking for $ac_header" >&5
30492 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
30493 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30494   echo $ECHO_N "(cached) $ECHO_C" >&6
30495 fi
30496 ac_res=`eval echo '${'$as_ac_Header'}'`
30497                { echo "$as_me:$LINENO: result: $ac_res" >&5
30498 echo "${ECHO_T}$ac_res" >&6; }
30499 else
30500   # Is the header compilable?
30501 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
30502 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
30503 cat >conftest.$ac_ext <<_ACEOF
30504 /* confdefs.h.  */
30505 _ACEOF
30506 cat confdefs.h >>conftest.$ac_ext
30507 cat >>conftest.$ac_ext <<_ACEOF
30508 /* end confdefs.h.  */
30509 $ac_includes_default
30510 #include <$ac_header>
30511 _ACEOF
30512 rm -f conftest.$ac_objext
30513 if { (ac_try="$ac_compile"
30514 case "(($ac_try" in
30515   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30516   *) ac_try_echo=$ac_try;;
30517 esac
30518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30519   (eval "$ac_compile") 2>conftest.er1
30520   ac_status=$?
30521   grep -v '^ *+' conftest.er1 >conftest.err
30522   rm -f conftest.er1
30523   cat conftest.err >&5
30524   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30525   (exit $ac_status); } && {
30526          test -z "$ac_c_werror_flag" ||
30527          test ! -s conftest.err
30528        } && test -s conftest.$ac_objext; then
30529   ac_header_compiler=yes
30530 else
30531   echo "$as_me: failed program was:" >&5
30532 sed 's/^/| /' conftest.$ac_ext >&5
30533
30534         ac_header_compiler=no
30535 fi
30536
30537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30538 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30539 echo "${ECHO_T}$ac_header_compiler" >&6; }
30540
30541 # Is the header present?
30542 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
30543 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
30544 cat >conftest.$ac_ext <<_ACEOF
30545 /* confdefs.h.  */
30546 _ACEOF
30547 cat confdefs.h >>conftest.$ac_ext
30548 cat >>conftest.$ac_ext <<_ACEOF
30549 /* end confdefs.h.  */
30550 #include <$ac_header>
30551 _ACEOF
30552 if { (ac_try="$ac_cpp conftest.$ac_ext"
30553 case "(($ac_try" in
30554   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30555   *) ac_try_echo=$ac_try;;
30556 esac
30557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30558   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30559   ac_status=$?
30560   grep -v '^ *+' conftest.er1 >conftest.err
30561   rm -f conftest.er1
30562   cat conftest.err >&5
30563   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30564   (exit $ac_status); } >/dev/null && {
30565          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30566          test ! -s conftest.err
30567        }; then
30568   ac_header_preproc=yes
30569 else
30570   echo "$as_me: failed program was:" >&5
30571 sed 's/^/| /' conftest.$ac_ext >&5
30572
30573   ac_header_preproc=no
30574 fi
30575
30576 rm -f conftest.err conftest.$ac_ext
30577 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30578 echo "${ECHO_T}$ac_header_preproc" >&6; }
30579
30580 # So?  What about this header?
30581 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30582   yes:no: )
30583     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
30584 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
30585     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
30586 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
30587     ac_header_preproc=yes
30588     ;;
30589   no:yes:* )
30590     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
30591 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
30592     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
30593 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
30594     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
30595 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
30596     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
30597 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
30598     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
30599 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
30600     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
30601 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
30602     ( cat <<\_ASBOX
30603 ## --------------------------------------------- ##
30604 ## Report this to <http://www.openldap.org/its/> ##
30605 ## --------------------------------------------- ##
30606 _ASBOX
30607      ) | sed "s/^/$as_me: WARNING:     /" >&2
30608     ;;
30609 esac
30610 { echo "$as_me:$LINENO: checking for $ac_header" >&5
30611 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
30612 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30613   echo $ECHO_N "(cached) $ECHO_C" >&6
30614 else
30615   eval "$as_ac_Header=\$ac_header_preproc"
30616 fi
30617 ac_res=`eval echo '${'$as_ac_Header'}'`
30618                { echo "$as_me:$LINENO: result: $ac_res" >&5
30619 echo "${ECHO_T}$ac_res" >&6; }
30620
30621 fi
30622 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30623   cat >>confdefs.h <<_ACEOF
30624 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30625 _ACEOF
30626
30627 fi
30628
30629 done
30630
30631 if test $ac_cv_header_unicode_utypes_h = yes ; then
30632                 OL_ICULIBS="-licuuc -licudata"
30633
30634         { echo "$as_me:$LINENO: checking for ICU libraries" >&5
30635 echo $ECHO_N "checking for ICU libraries... $ECHO_C" >&6; }
30636 if test "${ol_cv_lib_icu+set}" = set; then
30637   echo $ECHO_N "(cached) $ECHO_C" >&6
30638 else
30639
30640                 ol_LIBS="$LIBS"
30641                 LIBS="$OL_ICULIBS $LIBS"
30642                 cat >conftest.$ac_ext <<_ACEOF
30643 /* confdefs.h.  */
30644 _ACEOF
30645 cat confdefs.h >>conftest.$ac_ext
30646 cat >>conftest.$ac_ext <<_ACEOF
30647 /* end confdefs.h.  */
30648
30649 #include <unicode/utypes.h>
30650
30651 int
30652 main ()
30653 {
30654
30655 (void) u_errorName(0);
30656
30657   ;
30658   return 0;
30659 }
30660 _ACEOF
30661 rm -f conftest.$ac_objext conftest$ac_exeext
30662 if { (ac_try="$ac_link"
30663 case "(($ac_try" in
30664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30665   *) ac_try_echo=$ac_try;;
30666 esac
30667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30668   (eval "$ac_link") 2>conftest.er1
30669   ac_status=$?
30670   grep -v '^ *+' conftest.er1 >conftest.err
30671   rm -f conftest.er1
30672   cat conftest.err >&5
30673   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30674   (exit $ac_status); } && {
30675          test -z "$ac_c_werror_flag" ||
30676          test ! -s conftest.err
30677        } && test -s conftest$ac_exeext &&
30678        $as_test_x conftest$ac_exeext; then
30679   ol_cv_lib_icu=yes
30680 else
30681   echo "$as_me: failed program was:" >&5
30682 sed 's/^/| /' conftest.$ac_ext >&5
30683
30684         ol_cv_lib_icu=no
30685 fi
30686
30687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30688       conftest$ac_exeext conftest.$ac_ext
30689                 LIBS="$ol_LIBS"
30690
30691 fi
30692 { echo "$as_me:$LINENO: result: $ol_cv_lib_icu" >&5
30693 echo "${ECHO_T}$ol_cv_lib_icu" >&6; }
30694
30695         if test $ol_cv_lib_icu != no ; then
30696                 ol_icu="$OL_ICULIBS"
30697
30698 cat >>confdefs.h <<\_ACEOF
30699 #define HAVE_ICU 1
30700 _ACEOF
30701
30702         fi
30703 fi
30704
30705 if test "$ol_icu" = no ; then
30706         { echo "$as_me:$LINENO: WARNING: ICU not available" >&5
30707 echo "$as_me: WARNING: ICU not available" >&2;}
30708 else
30709         ICU_LIBS="$ol_icu"
30710 fi
30711 WITH_SASL=no
30712 ol_link_sasl=no
30713 ol_link_spasswd=no
30714 if test $ol_with_cyrus_sasl != no ; then
30715
30716
30717 for ac_header in sasl/sasl.h sasl.h
30718 do
30719 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30720 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30721   { echo "$as_me:$LINENO: checking for $ac_header" >&5
30722 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
30723 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30724   echo $ECHO_N "(cached) $ECHO_C" >&6
30725 fi
30726 ac_res=`eval echo '${'$as_ac_Header'}'`
30727                { echo "$as_me:$LINENO: result: $ac_res" >&5
30728 echo "${ECHO_T}$ac_res" >&6; }
30729 else
30730   # Is the header compilable?
30731 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
30732 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
30733 cat >conftest.$ac_ext <<_ACEOF
30734 /* confdefs.h.  */
30735 _ACEOF
30736 cat confdefs.h >>conftest.$ac_ext
30737 cat >>conftest.$ac_ext <<_ACEOF
30738 /* end confdefs.h.  */
30739 $ac_includes_default
30740 #include <$ac_header>
30741 _ACEOF
30742 rm -f conftest.$ac_objext
30743 if { (ac_try="$ac_compile"
30744 case "(($ac_try" in
30745   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30746   *) ac_try_echo=$ac_try;;
30747 esac
30748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30749   (eval "$ac_compile") 2>conftest.er1
30750   ac_status=$?
30751   grep -v '^ *+' conftest.er1 >conftest.err
30752   rm -f conftest.er1
30753   cat conftest.err >&5
30754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30755   (exit $ac_status); } && {
30756          test -z "$ac_c_werror_flag" ||
30757          test ! -s conftest.err
30758        } && test -s conftest.$ac_objext; then
30759   ac_header_compiler=yes
30760 else
30761   echo "$as_me: failed program was:" >&5
30762 sed 's/^/| /' conftest.$ac_ext >&5
30763
30764         ac_header_compiler=no
30765 fi
30766
30767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30768 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30769 echo "${ECHO_T}$ac_header_compiler" >&6; }
30770
30771 # Is the header present?
30772 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
30773 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
30774 cat >conftest.$ac_ext <<_ACEOF
30775 /* confdefs.h.  */
30776 _ACEOF
30777 cat confdefs.h >>conftest.$ac_ext
30778 cat >>conftest.$ac_ext <<_ACEOF
30779 /* end confdefs.h.  */
30780 #include <$ac_header>
30781 _ACEOF
30782 if { (ac_try="$ac_cpp conftest.$ac_ext"
30783 case "(($ac_try" in
30784   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30785   *) ac_try_echo=$ac_try;;
30786 esac
30787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30788   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30789   ac_status=$?
30790   grep -v '^ *+' conftest.er1 >conftest.err
30791   rm -f conftest.er1
30792   cat conftest.err >&5
30793   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30794   (exit $ac_status); } >/dev/null && {
30795          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30796          test ! -s conftest.err
30797        }; then
30798   ac_header_preproc=yes
30799 else
30800   echo "$as_me: failed program was:" >&5
30801 sed 's/^/| /' conftest.$ac_ext >&5
30802
30803   ac_header_preproc=no
30804 fi
30805
30806 rm -f conftest.err conftest.$ac_ext
30807 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30808 echo "${ECHO_T}$ac_header_preproc" >&6; }
30809
30810 # So?  What about this header?
30811 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30812   yes:no: )
30813     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
30814 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
30815     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
30816 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
30817     ac_header_preproc=yes
30818     ;;
30819   no:yes:* )
30820     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
30821 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
30822     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
30823 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
30824     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
30825 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
30826     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
30827 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
30828     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
30829 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
30830     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
30831 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
30832     ( cat <<\_ASBOX
30833 ## --------------------------------------------- ##
30834 ## Report this to <http://www.openldap.org/its/> ##
30835 ## --------------------------------------------- ##
30836 _ASBOX
30837      ) | sed "s/^/$as_me: WARNING:     /" >&2
30838     ;;
30839 esac
30840 { echo "$as_me:$LINENO: checking for $ac_header" >&5
30841 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
30842 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30843   echo $ECHO_N "(cached) $ECHO_C" >&6
30844 else
30845   eval "$as_ac_Header=\$ac_header_preproc"
30846 fi
30847 ac_res=`eval echo '${'$as_ac_Header'}'`
30848                { echo "$as_me:$LINENO: result: $ac_res" >&5
30849 echo "${ECHO_T}$ac_res" >&6; }
30850
30851 fi
30852 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30853   cat >>confdefs.h <<_ACEOF
30854 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30855 _ACEOF
30856
30857 fi
30858
30859 done
30860
30861
30862         if test $ac_cv_header_sasl_sasl_h = yes ||
30863            test $ac_cv_header_sasl_h = yes; then
30864                 { echo "$as_me:$LINENO: checking for sasl_client_init in -lsasl2" >&5
30865 echo $ECHO_N "checking for sasl_client_init in -lsasl2... $ECHO_C" >&6; }
30866 if test "${ac_cv_lib_sasl2_sasl_client_init+set}" = set; then
30867   echo $ECHO_N "(cached) $ECHO_C" >&6
30868 else
30869   ac_check_lib_save_LIBS=$LIBS
30870 LIBS="-lsasl2  $LIBS"
30871 cat >conftest.$ac_ext <<_ACEOF
30872 /* confdefs.h.  */
30873 _ACEOF
30874 cat confdefs.h >>conftest.$ac_ext
30875 cat >>conftest.$ac_ext <<_ACEOF
30876 /* end confdefs.h.  */
30877
30878 /* Override any GCC internal prototype to avoid an error.
30879    Use char because int might match the return type of a GCC
30880    builtin and then its argument prototype would still apply.  */
30881 #ifdef __cplusplus
30882 extern "C"
30883 #endif
30884 char sasl_client_init ();
30885 int
30886 main ()
30887 {
30888 return sasl_client_init ();
30889   ;
30890   return 0;
30891 }
30892 _ACEOF
30893 rm -f conftest.$ac_objext conftest$ac_exeext
30894 if { (ac_try="$ac_link"
30895 case "(($ac_try" in
30896   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30897   *) ac_try_echo=$ac_try;;
30898 esac
30899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30900   (eval "$ac_link") 2>conftest.er1
30901   ac_status=$?
30902   grep -v '^ *+' conftest.er1 >conftest.err
30903   rm -f conftest.er1
30904   cat conftest.err >&5
30905   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30906   (exit $ac_status); } && {
30907          test -z "$ac_c_werror_flag" ||
30908          test ! -s conftest.err
30909        } && test -s conftest$ac_exeext &&
30910        $as_test_x conftest$ac_exeext; then
30911   ac_cv_lib_sasl2_sasl_client_init=yes
30912 else
30913   echo "$as_me: failed program was:" >&5
30914 sed 's/^/| /' conftest.$ac_ext >&5
30915
30916         ac_cv_lib_sasl2_sasl_client_init=no
30917 fi
30918
30919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30920       conftest$ac_exeext conftest.$ac_ext
30921 LIBS=$ac_check_lib_save_LIBS
30922 fi
30923 { echo "$as_me:$LINENO: result: $ac_cv_lib_sasl2_sasl_client_init" >&5
30924 echo "${ECHO_T}$ac_cv_lib_sasl2_sasl_client_init" >&6; }
30925 if test $ac_cv_lib_sasl2_sasl_client_init = yes; then
30926   ol_link_sasl="-lsasl2"
30927 else
30928   { echo "$as_me:$LINENO: checking for sasl_client_init in -lsasl" >&5
30929 echo $ECHO_N "checking for sasl_client_init in -lsasl... $ECHO_C" >&6; }
30930 if test "${ac_cv_lib_sasl_sasl_client_init+set}" = set; then
30931   echo $ECHO_N "(cached) $ECHO_C" >&6
30932 else
30933   ac_check_lib_save_LIBS=$LIBS
30934 LIBS="-lsasl  $LIBS"
30935 cat >conftest.$ac_ext <<_ACEOF
30936 /* confdefs.h.  */
30937 _ACEOF
30938 cat confdefs.h >>conftest.$ac_ext
30939 cat >>conftest.$ac_ext <<_ACEOF
30940 /* end confdefs.h.  */
30941
30942 /* Override any GCC internal prototype to avoid an error.
30943    Use char because int might match the return type of a GCC
30944    builtin and then its argument prototype would still apply.  */
30945 #ifdef __cplusplus
30946 extern "C"
30947 #endif
30948 char sasl_client_init ();
30949 int
30950 main ()
30951 {
30952 return sasl_client_init ();
30953   ;
30954   return 0;
30955 }
30956 _ACEOF
30957 rm -f conftest.$ac_objext conftest$ac_exeext
30958 if { (ac_try="$ac_link"
30959 case "(($ac_try" in
30960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30961   *) ac_try_echo=$ac_try;;
30962 esac
30963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30964   (eval "$ac_link") 2>conftest.er1
30965   ac_status=$?
30966   grep -v '^ *+' conftest.er1 >conftest.err
30967   rm -f conftest.er1
30968   cat conftest.err >&5
30969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30970   (exit $ac_status); } && {
30971          test -z "$ac_c_werror_flag" ||
30972          test ! -s conftest.err
30973        } && test -s conftest$ac_exeext &&
30974        $as_test_x conftest$ac_exeext; then
30975   ac_cv_lib_sasl_sasl_client_init=yes
30976 else
30977   echo "$as_me: failed program was:" >&5
30978 sed 's/^/| /' conftest.$ac_ext >&5
30979
30980         ac_cv_lib_sasl_sasl_client_init=no
30981 fi
30982
30983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30984       conftest$ac_exeext conftest.$ac_ext
30985 LIBS=$ac_check_lib_save_LIBS
30986 fi
30987 { echo "$as_me:$LINENO: result: $ac_cv_lib_sasl_sasl_client_init" >&5
30988 echo "${ECHO_T}$ac_cv_lib_sasl_sasl_client_init" >&6; }
30989 if test $ac_cv_lib_sasl_sasl_client_init = yes; then
30990   ol_link_sasl="-lsasl"
30991 fi
30992
30993 fi
30994
30995         fi
30996
30997         if test $ol_link_sasl = no ; then
30998                 if test $ol_with_cyrus_sasl != auto ; then
30999                         { { echo "$as_me:$LINENO: error: Could not locate Cyrus SASL" >&5
31000 echo "$as_me: error: Could not locate Cyrus SASL" >&2;}
31001    { (exit 1); exit 1; }; }
31002                 else
31003                         { echo "$as_me:$LINENO: WARNING: Could not locate Cyrus SASL" >&5
31004 echo "$as_me: WARNING: Could not locate Cyrus SASL" >&2;}
31005                         { echo "$as_me:$LINENO: WARNING: SASL authentication not supported!" >&5
31006 echo "$as_me: WARNING: SASL authentication not supported!" >&2;}
31007                         if test $ol_link_tls = no ; then
31008                                 { echo "$as_me:$LINENO: WARNING: Strong authentication not supported!" >&5
31009 echo "$as_me: WARNING: Strong authentication not supported!" >&2;}
31010                         fi
31011                 fi
31012         else
31013                 { echo "$as_me:$LINENO: checking Cyrus SASL library version" >&5
31014 echo $ECHO_N "checking Cyrus SASL library version... $ECHO_C" >&6; }
31015 if test "${ol_cv_sasl_compat+set}" = set; then
31016   echo $ECHO_N "(cached) $ECHO_C" >&6
31017 else
31018
31019         cat >conftest.$ac_ext <<_ACEOF
31020 /* confdefs.h.  */
31021 _ACEOF
31022 cat confdefs.h >>conftest.$ac_ext
31023 cat >>conftest.$ac_ext <<_ACEOF
31024 /* end confdefs.h.  */
31025
31026 #ifdef HAVE_SASL_SASL_H
31027 #include <sasl/sasl.h>
31028 #else
31029 #include <sasl.h>
31030 #endif
31031
31032 /* Require 2.1.15+ */
31033 #if SASL_VERSION_MAJOR == 2  && SASL_VERSION_MINOR > 1
31034         char *__sasl_compat = "2.2+ or better okay (we guess)";
31035 #elif SASL_VERSION_MAJOR == 2  && SASL_VERSION_MINOR == 1 \
31036         && SASL_VERSION_STEP >=15
31037         char *__sasl_compat = "2.1.15+ or better okay";
31038 #endif
31039
31040 _ACEOF
31041 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
31042   $EGREP "__sasl_compat" >/dev/null 2>&1; then
31043   ol_cv_sasl_compat=yes
31044 else
31045   ol_cv_sasl_compat=no
31046 fi
31047 rm -f conftest*
31048
31049 fi
31050 { echo "$as_me:$LINENO: result: $ol_cv_sasl_compat" >&5
31051 echo "${ECHO_T}$ol_cv_sasl_compat" >&6; }
31052
31053                 if test $ol_cv_sasl_compat = no ; then
31054                         ol_link_sasl=no
31055                         { { echo "$as_me:$LINENO: error: Cyrus SASL library located but is incompatible" >&5
31056 echo "$as_me: error: Cyrus SASL library located but is incompatible" >&2;}
31057    { (exit 1); exit 1; }; }
31058                 fi
31059
31060
31061 cat >>confdefs.h <<\_ACEOF
31062 #define HAVE_CYRUS_SASL 1
31063 _ACEOF
31064
31065                 SASL_LIBS="$ol_link_sasl"
31066                 if test $ol_enable_spasswd != no ; then
31067                         ol_link_spasswd=yes
31068                 fi
31069
31070                 ac_save_LIBS="$LIBS"
31071                 LIBS="$LIBS $ol_link_sasl"
31072                 { echo "$as_me:$LINENO: checking for sasl_version" >&5
31073 echo $ECHO_N "checking for sasl_version... $ECHO_C" >&6; }
31074 if test "${ac_cv_func_sasl_version+set}" = set; then
31075   echo $ECHO_N "(cached) $ECHO_C" >&6
31076 else
31077   cat >conftest.$ac_ext <<_ACEOF
31078 /* confdefs.h.  */
31079 _ACEOF
31080 cat confdefs.h >>conftest.$ac_ext
31081 cat >>conftest.$ac_ext <<_ACEOF
31082 /* end confdefs.h.  */
31083 /* Define sasl_version to an innocuous variant, in case <limits.h> declares sasl_version.
31084    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
31085 #define sasl_version innocuous_sasl_version
31086
31087 /* System header to define __stub macros and hopefully few prototypes,
31088     which can conflict with char sasl_version (); below.
31089     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31090     <limits.h> exists even on freestanding compilers.  */
31091
31092 #ifdef __STDC__
31093 # include <limits.h>
31094 #else
31095 # include <assert.h>
31096 #endif
31097
31098 #undef sasl_version
31099
31100 /* Override any GCC internal prototype to avoid an error.
31101    Use char because int might match the return type of a GCC
31102    builtin and then its argument prototype would still apply.  */
31103 #ifdef __cplusplus
31104 extern "C"
31105 #endif
31106 char sasl_version ();
31107 /* The GNU C library defines this for functions which it implements
31108     to always fail with ENOSYS.  Some functions are actually named
31109     something starting with __ and the normal name is an alias.  */
31110 #if defined __stub_sasl_version || defined __stub___sasl_version
31111 choke me
31112 #endif
31113
31114 int
31115 main ()
31116 {
31117 return sasl_version ();
31118   ;
31119   return 0;
31120 }
31121 _ACEOF
31122 rm -f conftest.$ac_objext conftest$ac_exeext
31123 if { (ac_try="$ac_link"
31124 case "(($ac_try" in
31125   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31126   *) ac_try_echo=$ac_try;;
31127 esac
31128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31129   (eval "$ac_link") 2>conftest.er1
31130   ac_status=$?
31131   grep -v '^ *+' conftest.er1 >conftest.err
31132   rm -f conftest.er1
31133   cat conftest.err >&5
31134   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31135   (exit $ac_status); } && {
31136          test -z "$ac_c_werror_flag" ||
31137          test ! -s conftest.err
31138        } && test -s conftest$ac_exeext &&
31139        $as_test_x conftest$ac_exeext; then
31140   ac_cv_func_sasl_version=yes
31141 else
31142   echo "$as_me: failed program was:" >&5
31143 sed 's/^/| /' conftest.$ac_ext >&5
31144
31145         ac_cv_func_sasl_version=no
31146 fi
31147
31148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31149       conftest$ac_exeext conftest.$ac_ext
31150 fi
31151 { echo "$as_me:$LINENO: result: $ac_cv_func_sasl_version" >&5
31152 echo "${ECHO_T}$ac_cv_func_sasl_version" >&6; }
31153 if test $ac_cv_func_sasl_version = yes; then
31154
31155 cat >>confdefs.h <<\_ACEOF
31156 #define HAVE_SASL_VERSION 1
31157 _ACEOF
31158
31159 fi
31160
31161                 LIBS="$ac_save_LIBS"
31162
31163                 WITH_SASL=yes
31164         fi
31165
31166 else
31167         { echo "$as_me:$LINENO: WARNING: SASL authentication not supported!" >&5
31168 echo "$as_me: WARNING: SASL authentication not supported!" >&2;}
31169         if test $ol_link_tls = no ; then
31170                 { echo "$as_me:$LINENO: WARNING: Strong authentication not supported!" >&5
31171 echo "$as_me: WARNING: Strong authentication not supported!" >&2;}
31172         fi
31173 fi
31174
31175 if test $cross_compiling != yes && test "$ac_cv_mingw32" != yes ; then
31176         dev=no
31177         if test -r /dev/urandom ; then
31178                 dev="/dev/urandom";
31179         elif test -r /idev/urandom ; then
31180                 dev="/idev/urandom";
31181         elif test -r /dev/srandom ; then
31182                 dev="/dev/srandom";
31183         elif test -r /dev/random ; then
31184                 dev="/dev/random";
31185         elif test -r /idev/random ; then
31186                 dev="/idev/random";
31187         fi
31188
31189         if test $dev != no ; then
31190
31191 cat >>confdefs.h <<_ACEOF
31192 #define URANDOM_DEVICE "$dev"
31193 _ACEOF
31194
31195         fi
31196 fi
31197
31198 ol_link_fetch=no
31199 if test $ol_with_fetch != no ; then
31200         ol_LIBS=$LIBS
31201 LIBS="-lfetch -lcom_err $LIBS"
31202 { echo "$as_me:$LINENO: checking fetch(3) library" >&5
31203 echo $ECHO_N "checking fetch(3) library... $ECHO_C" >&6; }
31204 if test "${ol_cv_lib_fetch+set}" = set; then
31205   echo $ECHO_N "(cached) $ECHO_C" >&6
31206 else
31207
31208         cat >conftest.$ac_ext <<_ACEOF
31209 /* confdefs.h.  */
31210 _ACEOF
31211 cat confdefs.h >>conftest.$ac_ext
31212 cat >>conftest.$ac_ext <<_ACEOF
31213 /* end confdefs.h.  */
31214
31215 #ifdef HAVE_SYS_PARAM_H
31216 #include <sys/param.h>
31217 #endif
31218 #include <stdio.h>
31219 #include <fetch.h>
31220 int
31221 main ()
31222 {
31223 struct url *u = fetchParseURL("file:///");
31224   ;
31225   return 0;
31226 }
31227 _ACEOF
31228 rm -f conftest.$ac_objext conftest$ac_exeext
31229 if { (ac_try="$ac_link"
31230 case "(($ac_try" in
31231   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31232   *) ac_try_echo=$ac_try;;
31233 esac
31234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31235   (eval "$ac_link") 2>conftest.er1
31236   ac_status=$?
31237   grep -v '^ *+' conftest.er1 >conftest.err
31238   rm -f conftest.er1
31239   cat conftest.err >&5
31240   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31241   (exit $ac_status); } && {
31242          test -z "$ac_c_werror_flag" ||
31243          test ! -s conftest.err
31244        } && test -s conftest$ac_exeext &&
31245        $as_test_x conftest$ac_exeext; then
31246   ol_cv_lib_fetch=yes
31247 else
31248   echo "$as_me: failed program was:" >&5
31249 sed 's/^/| /' conftest.$ac_ext >&5
31250
31251         ol_cv_lib_fetch=no
31252 fi
31253
31254 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31255       conftest$ac_exeext conftest.$ac_ext
31256 fi
31257 { echo "$as_me:$LINENO: result: $ol_cv_lib_fetch" >&5
31258 echo "${ECHO_T}$ol_cv_lib_fetch" >&6; }
31259 LIBS=$ol_LIBS
31260 if test $ol_cv_lib_fetch != no ; then
31261         ol_link_fetch="-lfetch -lcom_err"
31262
31263 cat >>confdefs.h <<\_ACEOF
31264 #define HAVE_FETCH 1
31265 _ACEOF
31266
31267 fi
31268
31269
31270         if test $ol_cv_lib_fetch != no ; then
31271                 LUTIL_LIBS="$LUTIL_LIBS $ol_link_fetch"
31272                 ol_link_fetch=freebsd
31273
31274         elif test $ol_with_fetch != auto ; then
31275                 { { echo "$as_me:$LINENO: error: no suitable API for --with-fetch=$ol_with_fetch" >&5
31276 echo "$as_me: error: no suitable API for --with-fetch=$ol_with_fetch" >&2;}
31277    { (exit 1); exit 1; }; }
31278         fi
31279 fi
31280
31281 if test $ol_enable_crypt != no ; then
31282         save_LIBS="$LIBS"
31283         LIBS="$TLS_LIBS $LIBS"
31284
31285         { echo "$as_me:$LINENO: checking for crypt" >&5
31286 echo $ECHO_N "checking for crypt... $ECHO_C" >&6; }
31287 if test "${ac_cv_func_crypt+set}" = set; then
31288   echo $ECHO_N "(cached) $ECHO_C" >&6
31289 else
31290   cat >conftest.$ac_ext <<_ACEOF
31291 /* confdefs.h.  */
31292 _ACEOF
31293 cat confdefs.h >>conftest.$ac_ext
31294 cat >>conftest.$ac_ext <<_ACEOF
31295 /* end confdefs.h.  */
31296 /* Define crypt to an innocuous variant, in case <limits.h> declares crypt.
31297    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
31298 #define crypt innocuous_crypt
31299
31300 /* System header to define __stub macros and hopefully few prototypes,
31301     which can conflict with char crypt (); below.
31302     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31303     <limits.h> exists even on freestanding compilers.  */
31304
31305 #ifdef __STDC__
31306 # include <limits.h>
31307 #else
31308 # include <assert.h>
31309 #endif
31310
31311 #undef crypt
31312
31313 /* Override any GCC internal prototype to avoid an error.
31314    Use char because int might match the return type of a GCC
31315    builtin and then its argument prototype would still apply.  */
31316 #ifdef __cplusplus
31317 extern "C"
31318 #endif
31319 char crypt ();
31320 /* The GNU C library defines this for functions which it implements
31321     to always fail with ENOSYS.  Some functions are actually named
31322     something starting with __ and the normal name is an alias.  */
31323 #if defined __stub_crypt || defined __stub___crypt
31324 choke me
31325 #endif
31326
31327 int
31328 main ()
31329 {
31330 return crypt ();
31331   ;
31332   return 0;
31333 }
31334 _ACEOF
31335 rm -f conftest.$ac_objext conftest$ac_exeext
31336 if { (ac_try="$ac_link"
31337 case "(($ac_try" in
31338   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31339   *) ac_try_echo=$ac_try;;
31340 esac
31341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31342   (eval "$ac_link") 2>conftest.er1
31343   ac_status=$?
31344   grep -v '^ *+' conftest.er1 >conftest.err
31345   rm -f conftest.er1
31346   cat conftest.err >&5
31347   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31348   (exit $ac_status); } && {
31349          test -z "$ac_c_werror_flag" ||
31350          test ! -s conftest.err
31351        } && test -s conftest$ac_exeext &&
31352        $as_test_x conftest$ac_exeext; then
31353   ac_cv_func_crypt=yes
31354 else
31355   echo "$as_me: failed program was:" >&5
31356 sed 's/^/| /' conftest.$ac_ext >&5
31357
31358         ac_cv_func_crypt=no
31359 fi
31360
31361 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31362       conftest$ac_exeext conftest.$ac_ext
31363 fi
31364 { echo "$as_me:$LINENO: result: $ac_cv_func_crypt" >&5
31365 echo "${ECHO_T}$ac_cv_func_crypt" >&6; }
31366 if test $ac_cv_func_crypt = yes; then
31367   have_crypt=yes
31368 else
31369
31370                 LIBS="$save_LIBS"
31371                 { echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
31372 echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; }
31373 if test "${ac_cv_lib_crypt_crypt+set}" = set; then
31374   echo $ECHO_N "(cached) $ECHO_C" >&6
31375 else
31376   ac_check_lib_save_LIBS=$LIBS
31377 LIBS="-lcrypt  $LIBS"
31378 cat >conftest.$ac_ext <<_ACEOF
31379 /* confdefs.h.  */
31380 _ACEOF
31381 cat confdefs.h >>conftest.$ac_ext
31382 cat >>conftest.$ac_ext <<_ACEOF
31383 /* end confdefs.h.  */
31384
31385 /* Override any GCC internal prototype to avoid an error.
31386    Use char because int might match the return type of a GCC
31387    builtin and then its argument prototype would still apply.  */
31388 #ifdef __cplusplus
31389 extern "C"
31390 #endif
31391 char crypt ();
31392 int
31393 main ()
31394 {
31395 return crypt ();
31396   ;
31397   return 0;
31398 }
31399 _ACEOF
31400 rm -f conftest.$ac_objext conftest$ac_exeext
31401 if { (ac_try="$ac_link"
31402 case "(($ac_try" in
31403   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31404   *) ac_try_echo=$ac_try;;
31405 esac
31406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31407   (eval "$ac_link") 2>conftest.er1
31408   ac_status=$?
31409   grep -v '^ *+' conftest.er1 >conftest.err
31410   rm -f conftest.er1
31411   cat conftest.err >&5
31412   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31413   (exit $ac_status); } && {
31414          test -z "$ac_c_werror_flag" ||
31415          test ! -s conftest.err
31416        } && test -s conftest$ac_exeext &&
31417        $as_test_x conftest$ac_exeext; then
31418   ac_cv_lib_crypt_crypt=yes
31419 else
31420   echo "$as_me: failed program was:" >&5
31421 sed 's/^/| /' conftest.$ac_ext >&5
31422
31423         ac_cv_lib_crypt_crypt=no
31424 fi
31425
31426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31427       conftest$ac_exeext conftest.$ac_ext
31428 LIBS=$ac_check_lib_save_LIBS
31429 fi
31430 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
31431 echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; }
31432 if test $ac_cv_lib_crypt_crypt = yes; then
31433   LUTIL_LIBS="$LUTIL_LIBS -lcrypt"
31434                         have_crypt=yes
31435 else
31436   have_crypt=no
31437 fi
31438
31439 fi
31440
31441
31442         LIBS="$save_LIBS"
31443
31444         if test $have_crypt = yes ; then
31445
31446 cat >>confdefs.h <<\_ACEOF
31447 #define HAVE_CRYPT 1
31448 _ACEOF
31449
31450         else
31451                 { echo "$as_me:$LINENO: WARNING: could not find crypt" >&5
31452 echo "$as_me: WARNING: could not find crypt" >&2;}
31453                 if test $ol_enable_crypt = yes ; then
31454                         { { echo "$as_me:$LINENO: error: could not find crypt, select appropriate options or disable" >&5
31455 echo "$as_me: error: could not find crypt, select appropriate options or disable" >&2;}
31456    { (exit 1); exit 1; }; }
31457                 fi
31458
31459                 { echo "$as_me:$LINENO: WARNING: disabling crypt support" >&5
31460 echo "$as_me: WARNING: disabling crypt support" >&2;}
31461                 ol_enable_crypt=no
31462         fi
31463 fi
31464
31465 if test $ol_enable_proctitle != no ; then
31466         { echo "$as_me:$LINENO: checking for setproctitle" >&5
31467 echo $ECHO_N "checking for setproctitle... $ECHO_C" >&6; }
31468 if test "${ac_cv_func_setproctitle+set}" = set; then
31469   echo $ECHO_N "(cached) $ECHO_C" >&6
31470 else
31471   cat >conftest.$ac_ext <<_ACEOF
31472 /* confdefs.h.  */
31473 _ACEOF
31474 cat confdefs.h >>conftest.$ac_ext
31475 cat >>conftest.$ac_ext <<_ACEOF
31476 /* end confdefs.h.  */
31477 /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
31478    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
31479 #define setproctitle innocuous_setproctitle
31480
31481 /* System header to define __stub macros and hopefully few prototypes,
31482     which can conflict with char setproctitle (); below.
31483     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31484     <limits.h> exists even on freestanding compilers.  */
31485
31486 #ifdef __STDC__
31487 # include <limits.h>
31488 #else
31489 # include <assert.h>
31490 #endif
31491
31492 #undef setproctitle
31493
31494 /* Override any GCC internal prototype to avoid an error.
31495    Use char because int might match the return type of a GCC
31496    builtin and then its argument prototype would still apply.  */
31497 #ifdef __cplusplus
31498 extern "C"
31499 #endif
31500 char setproctitle ();
31501 /* The GNU C library defines this for functions which it implements
31502     to always fail with ENOSYS.  Some functions are actually named
31503     something starting with __ and the normal name is an alias.  */
31504 #if defined __stub_setproctitle || defined __stub___setproctitle
31505 choke me
31506 #endif
31507
31508 int
31509 main ()
31510 {
31511 return setproctitle ();
31512   ;
31513   return 0;
31514 }
31515 _ACEOF
31516 rm -f conftest.$ac_objext conftest$ac_exeext
31517 if { (ac_try="$ac_link"
31518 case "(($ac_try" in
31519   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31520   *) ac_try_echo=$ac_try;;
31521 esac
31522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31523   (eval "$ac_link") 2>conftest.er1
31524   ac_status=$?
31525   grep -v '^ *+' conftest.er1 >conftest.err
31526   rm -f conftest.er1
31527   cat conftest.err >&5
31528   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31529   (exit $ac_status); } && {
31530          test -z "$ac_c_werror_flag" ||
31531          test ! -s conftest.err
31532        } && test -s conftest$ac_exeext &&
31533        $as_test_x conftest$ac_exeext; then
31534   ac_cv_func_setproctitle=yes
31535 else
31536   echo "$as_me: failed program was:" >&5
31537 sed 's/^/| /' conftest.$ac_ext >&5
31538
31539         ac_cv_func_setproctitle=no
31540 fi
31541
31542 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31543       conftest$ac_exeext conftest.$ac_ext
31544 fi
31545 { echo "$as_me:$LINENO: result: $ac_cv_func_setproctitle" >&5
31546 echo "${ECHO_T}$ac_cv_func_setproctitle" >&6; }
31547 if test $ac_cv_func_setproctitle = yes; then
31548   have_setproctitle=yes
31549 else
31550
31551                 { echo "$as_me:$LINENO: checking for setproctitle in -lutil" >&5
31552 echo $ECHO_N "checking for setproctitle in -lutil... $ECHO_C" >&6; }
31553 if test "${ac_cv_lib_util_setproctitle+set}" = set; then
31554   echo $ECHO_N "(cached) $ECHO_C" >&6
31555 else
31556   ac_check_lib_save_LIBS=$LIBS
31557 LIBS="-lutil  $LIBS"
31558 cat >conftest.$ac_ext <<_ACEOF
31559 /* confdefs.h.  */
31560 _ACEOF
31561 cat confdefs.h >>conftest.$ac_ext
31562 cat >>conftest.$ac_ext <<_ACEOF
31563 /* end confdefs.h.  */
31564
31565 /* Override any GCC internal prototype to avoid an error.
31566    Use char because int might match the return type of a GCC
31567    builtin and then its argument prototype would still apply.  */
31568 #ifdef __cplusplus
31569 extern "C"
31570 #endif
31571 char setproctitle ();
31572 int
31573 main ()
31574 {
31575 return setproctitle ();
31576   ;
31577   return 0;
31578 }
31579 _ACEOF
31580 rm -f conftest.$ac_objext conftest$ac_exeext
31581 if { (ac_try="$ac_link"
31582 case "(($ac_try" in
31583   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31584   *) ac_try_echo=$ac_try;;
31585 esac
31586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31587   (eval "$ac_link") 2>conftest.er1
31588   ac_status=$?
31589   grep -v '^ *+' conftest.er1 >conftest.err
31590   rm -f conftest.er1
31591   cat conftest.err >&5
31592   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31593   (exit $ac_status); } && {
31594          test -z "$ac_c_werror_flag" ||
31595          test ! -s conftest.err
31596        } && test -s conftest$ac_exeext &&
31597        $as_test_x conftest$ac_exeext; then
31598   ac_cv_lib_util_setproctitle=yes
31599 else
31600   echo "$as_me: failed program was:" >&5
31601 sed 's/^/| /' conftest.$ac_ext >&5
31602
31603         ac_cv_lib_util_setproctitle=no
31604 fi
31605
31606 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31607       conftest$ac_exeext conftest.$ac_ext
31608 LIBS=$ac_check_lib_save_LIBS
31609 fi
31610 { echo "$as_me:$LINENO: result: $ac_cv_lib_util_setproctitle" >&5
31611 echo "${ECHO_T}$ac_cv_lib_util_setproctitle" >&6; }
31612 if test $ac_cv_lib_util_setproctitle = yes; then
31613   have_setproctitle=yes
31614                         LUTIL_LIBS="$LUTIL_LIBS -lutil"
31615 else
31616   have_setproctitle=no
31617                         case " $LIBOBJS " in
31618   *" setproctitle.$ac_objext "* ) ;;
31619   *) LIBOBJS="$LIBOBJS setproctitle.$ac_objext"
31620  ;;
31621 esac
31622
31623                         LIBSRCS="$LIBSRCS setproctitle.c"
31624 fi
31625
31626 fi
31627
31628
31629         if test $have_setproctitle = yes ; then
31630
31631 cat >>confdefs.h <<\_ACEOF
31632 #define HAVE_SETPROCTITLE 1
31633 _ACEOF
31634
31635         fi
31636 fi
31637
31638 if test $ol_enable_slp != no ; then
31639
31640 for ac_header in slp.h
31641 do
31642 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31643 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31644   { echo "$as_me:$LINENO: checking for $ac_header" >&5
31645 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
31646 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31647   echo $ECHO_N "(cached) $ECHO_C" >&6
31648 fi
31649 ac_res=`eval echo '${'$as_ac_Header'}'`
31650                { echo "$as_me:$LINENO: result: $ac_res" >&5
31651 echo "${ECHO_T}$ac_res" >&6; }
31652 else
31653   # Is the header compilable?
31654 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
31655 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
31656 cat >conftest.$ac_ext <<_ACEOF
31657 /* confdefs.h.  */
31658 _ACEOF
31659 cat confdefs.h >>conftest.$ac_ext
31660 cat >>conftest.$ac_ext <<_ACEOF
31661 /* end confdefs.h.  */
31662 $ac_includes_default
31663 #include <$ac_header>
31664 _ACEOF
31665 rm -f conftest.$ac_objext
31666 if { (ac_try="$ac_compile"
31667 case "(($ac_try" in
31668   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31669   *) ac_try_echo=$ac_try;;
31670 esac
31671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31672   (eval "$ac_compile") 2>conftest.er1
31673   ac_status=$?
31674   grep -v '^ *+' conftest.er1 >conftest.err
31675   rm -f conftest.er1
31676   cat conftest.err >&5
31677   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31678   (exit $ac_status); } && {
31679          test -z "$ac_c_werror_flag" ||
31680          test ! -s conftest.err
31681        } && test -s conftest.$ac_objext; then
31682   ac_header_compiler=yes
31683 else
31684   echo "$as_me: failed program was:" >&5
31685 sed 's/^/| /' conftest.$ac_ext >&5
31686
31687         ac_header_compiler=no
31688 fi
31689
31690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31691 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31692 echo "${ECHO_T}$ac_header_compiler" >&6; }
31693
31694 # Is the header present?
31695 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
31696 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
31697 cat >conftest.$ac_ext <<_ACEOF
31698 /* confdefs.h.  */
31699 _ACEOF
31700 cat confdefs.h >>conftest.$ac_ext
31701 cat >>conftest.$ac_ext <<_ACEOF
31702 /* end confdefs.h.  */
31703 #include <$ac_header>
31704 _ACEOF
31705 if { (ac_try="$ac_cpp conftest.$ac_ext"
31706 case "(($ac_try" in
31707   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31708   *) ac_try_echo=$ac_try;;
31709 esac
31710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31711   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31712   ac_status=$?
31713   grep -v '^ *+' conftest.er1 >conftest.err
31714   rm -f conftest.er1
31715   cat conftest.err >&5
31716   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31717   (exit $ac_status); } >/dev/null && {
31718          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31719          test ! -s conftest.err
31720        }; then
31721   ac_header_preproc=yes
31722 else
31723   echo "$as_me: failed program was:" >&5
31724 sed 's/^/| /' conftest.$ac_ext >&5
31725
31726   ac_header_preproc=no
31727 fi
31728
31729 rm -f conftest.err conftest.$ac_ext
31730 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31731 echo "${ECHO_T}$ac_header_preproc" >&6; }
31732
31733 # So?  What about this header?
31734 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31735   yes:no: )
31736     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31737 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31738     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31739 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31740     ac_header_preproc=yes
31741     ;;
31742   no:yes:* )
31743     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31744 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31745     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
31746 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
31747     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31748 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31749     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
31750 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
31751     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31752 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31753     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31754 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31755     ( cat <<\_ASBOX
31756 ## --------------------------------------------- ##
31757 ## Report this to <http://www.openldap.org/its/> ##
31758 ## --------------------------------------------- ##
31759 _ASBOX
31760      ) | sed "s/^/$as_me: WARNING:     /" >&2
31761     ;;
31762 esac
31763 { echo "$as_me:$LINENO: checking for $ac_header" >&5
31764 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
31765 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31766   echo $ECHO_N "(cached) $ECHO_C" >&6
31767 else
31768   eval "$as_ac_Header=\$ac_header_preproc"
31769 fi
31770 ac_res=`eval echo '${'$as_ac_Header'}'`
31771                { echo "$as_me:$LINENO: result: $ac_res" >&5
31772 echo "${ECHO_T}$ac_res" >&6; }
31773
31774 fi
31775 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31776   cat >>confdefs.h <<_ACEOF
31777 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31778 _ACEOF
31779
31780 fi
31781
31782 done
31783
31784
31785         if test $ac_cv_header_slp_h = yes ; then
31786                 { echo "$as_me:$LINENO: checking for SLPOpen in -lslp" >&5
31787 echo $ECHO_N "checking for SLPOpen in -lslp... $ECHO_C" >&6; }
31788 if test "${ac_cv_lib_slp_SLPOpen+set}" = set; then
31789   echo $ECHO_N "(cached) $ECHO_C" >&6
31790 else
31791   ac_check_lib_save_LIBS=$LIBS
31792 LIBS="-lslp  $LIBS"
31793 cat >conftest.$ac_ext <<_ACEOF
31794 /* confdefs.h.  */
31795 _ACEOF
31796 cat confdefs.h >>conftest.$ac_ext
31797 cat >>conftest.$ac_ext <<_ACEOF
31798 /* end confdefs.h.  */
31799
31800 /* Override any GCC internal prototype to avoid an error.
31801    Use char because int might match the return type of a GCC
31802    builtin and then its argument prototype would still apply.  */
31803 #ifdef __cplusplus
31804 extern "C"
31805 #endif
31806 char SLPOpen ();
31807 int
31808 main ()
31809 {
31810 return SLPOpen ();
31811   ;
31812   return 0;
31813 }
31814 _ACEOF
31815 rm -f conftest.$ac_objext conftest$ac_exeext
31816 if { (ac_try="$ac_link"
31817 case "(($ac_try" in
31818   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31819   *) ac_try_echo=$ac_try;;
31820 esac
31821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31822   (eval "$ac_link") 2>conftest.er1
31823   ac_status=$?
31824   grep -v '^ *+' conftest.er1 >conftest.err
31825   rm -f conftest.er1
31826   cat conftest.err >&5
31827   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31828   (exit $ac_status); } && {
31829          test -z "$ac_c_werror_flag" ||
31830          test ! -s conftest.err
31831        } && test -s conftest$ac_exeext &&
31832        $as_test_x conftest$ac_exeext; then
31833   ac_cv_lib_slp_SLPOpen=yes
31834 else
31835   echo "$as_me: failed program was:" >&5
31836 sed 's/^/| /' conftest.$ac_ext >&5
31837
31838         ac_cv_lib_slp_SLPOpen=no
31839 fi
31840
31841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31842       conftest$ac_exeext conftest.$ac_ext
31843 LIBS=$ac_check_lib_save_LIBS
31844 fi
31845 { echo "$as_me:$LINENO: result: $ac_cv_lib_slp_SLPOpen" >&5
31846 echo "${ECHO_T}$ac_cv_lib_slp_SLPOpen" >&6; }
31847 if test $ac_cv_lib_slp_SLPOpen = yes; then
31848   have_slp=yes
31849 else
31850   have_slp=no
31851 fi
31852
31853                 if test $have_slp = yes ; then
31854
31855 cat >>confdefs.h <<\_ACEOF
31856 #define HAVE_SLP 1
31857 _ACEOF
31858
31859                         SLAPD_SLP_LIBS=-lslp
31860                 fi
31861
31862         elif test $ol_enable_slp = yes ; then
31863                 { { echo "$as_me:$LINENO: error: SLP not found" >&5
31864 echo "$as_me: error: SLP not found" >&2;}
31865    { (exit 1); exit 1; }; }
31866         fi
31867 fi
31868
31869
31870 { echo "$as_me:$LINENO: checking for mode_t" >&5
31871 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
31872 if test "${ac_cv_type_mode_t+set}" = set; then
31873   echo $ECHO_N "(cached) $ECHO_C" >&6
31874 else
31875   cat >conftest.$ac_ext <<_ACEOF
31876 /* confdefs.h.  */
31877 _ACEOF
31878 cat confdefs.h >>conftest.$ac_ext
31879 cat >>conftest.$ac_ext <<_ACEOF
31880 /* end confdefs.h.  */
31881 $ac_includes_default
31882 typedef mode_t ac__type_new_;
31883 int
31884 main ()
31885 {
31886 if ((ac__type_new_ *) 0)
31887   return 0;
31888 if (sizeof (ac__type_new_))
31889   return 0;
31890   ;
31891   return 0;
31892 }
31893 _ACEOF
31894 rm -f conftest.$ac_objext
31895 if { (ac_try="$ac_compile"
31896 case "(($ac_try" in
31897   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31898   *) ac_try_echo=$ac_try;;
31899 esac
31900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31901   (eval "$ac_compile") 2>conftest.er1
31902   ac_status=$?
31903   grep -v '^ *+' conftest.er1 >conftest.err
31904   rm -f conftest.er1
31905   cat conftest.err >&5
31906   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31907   (exit $ac_status); } && {
31908          test -z "$ac_c_werror_flag" ||
31909          test ! -s conftest.err
31910        } && test -s conftest.$ac_objext; then
31911   ac_cv_type_mode_t=yes
31912 else
31913   echo "$as_me: failed program was:" >&5
31914 sed 's/^/| /' conftest.$ac_ext >&5
31915
31916         ac_cv_type_mode_t=no
31917 fi
31918
31919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31920 fi
31921 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
31922 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
31923 if test $ac_cv_type_mode_t = yes; then
31924   :
31925 else
31926
31927 cat >>confdefs.h <<_ACEOF
31928 #define mode_t int
31929 _ACEOF
31930
31931 fi
31932
31933 { echo "$as_me:$LINENO: checking for off_t" >&5
31934 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
31935 if test "${ac_cv_type_off_t+set}" = set; then
31936   echo $ECHO_N "(cached) $ECHO_C" >&6
31937 else
31938   cat >conftest.$ac_ext <<_ACEOF
31939 /* confdefs.h.  */
31940 _ACEOF
31941 cat confdefs.h >>conftest.$ac_ext
31942 cat >>conftest.$ac_ext <<_ACEOF
31943 /* end confdefs.h.  */
31944 $ac_includes_default
31945 typedef off_t ac__type_new_;
31946 int
31947 main ()
31948 {
31949 if ((ac__type_new_ *) 0)
31950   return 0;
31951 if (sizeof (ac__type_new_))
31952   return 0;
31953   ;
31954   return 0;
31955 }
31956 _ACEOF
31957 rm -f conftest.$ac_objext
31958 if { (ac_try="$ac_compile"
31959 case "(($ac_try" in
31960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31961   *) ac_try_echo=$ac_try;;
31962 esac
31963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31964   (eval "$ac_compile") 2>conftest.er1
31965   ac_status=$?
31966   grep -v '^ *+' conftest.er1 >conftest.err
31967   rm -f conftest.er1
31968   cat conftest.err >&5
31969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31970   (exit $ac_status); } && {
31971          test -z "$ac_c_werror_flag" ||
31972          test ! -s conftest.err
31973        } && test -s conftest.$ac_objext; then
31974   ac_cv_type_off_t=yes
31975 else
31976   echo "$as_me: failed program was:" >&5
31977 sed 's/^/| /' conftest.$ac_ext >&5
31978
31979         ac_cv_type_off_t=no
31980 fi
31981
31982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31983 fi
31984 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
31985 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
31986 if test $ac_cv_type_off_t = yes; then
31987   :
31988 else
31989
31990 cat >>confdefs.h <<_ACEOF
31991 #define off_t long
31992 _ACEOF
31993
31994 fi
31995
31996 { echo "$as_me:$LINENO: checking for pid_t" >&5
31997 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
31998 if test "${ac_cv_type_pid_t+set}" = set; then
31999   echo $ECHO_N "(cached) $ECHO_C" >&6
32000 else
32001   cat >conftest.$ac_ext <<_ACEOF
32002 /* confdefs.h.  */
32003 _ACEOF
32004 cat confdefs.h >>conftest.$ac_ext
32005 cat >>conftest.$ac_ext <<_ACEOF
32006 /* end confdefs.h.  */
32007 $ac_includes_default
32008 typedef pid_t ac__type_new_;
32009 int
32010 main ()
32011 {
32012 if ((ac__type_new_ *) 0)
32013   return 0;
32014 if (sizeof (ac__type_new_))
32015   return 0;
32016   ;
32017   return 0;
32018 }
32019 _ACEOF
32020 rm -f conftest.$ac_objext
32021 if { (ac_try="$ac_compile"
32022 case "(($ac_try" in
32023   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32024   *) ac_try_echo=$ac_try;;
32025 esac
32026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32027   (eval "$ac_compile") 2>conftest.er1
32028   ac_status=$?
32029   grep -v '^ *+' conftest.er1 >conftest.err
32030   rm -f conftest.er1
32031   cat conftest.err >&5
32032   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32033   (exit $ac_status); } && {
32034          test -z "$ac_c_werror_flag" ||
32035          test ! -s conftest.err
32036        } && test -s conftest.$ac_objext; then
32037   ac_cv_type_pid_t=yes
32038 else
32039   echo "$as_me: failed program was:" >&5
32040 sed 's/^/| /' conftest.$ac_ext >&5
32041
32042         ac_cv_type_pid_t=no
32043 fi
32044
32045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32046 fi
32047 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
32048 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
32049 if test $ac_cv_type_pid_t = yes; then
32050   :
32051 else
32052
32053 cat >>confdefs.h <<_ACEOF
32054 #define pid_t int
32055 _ACEOF
32056
32057 fi
32058
32059 { echo "$as_me:$LINENO: checking for ssize_t" >&5
32060 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
32061 if test "${ac_cv_type_ssize_t+set}" = set; then
32062   echo $ECHO_N "(cached) $ECHO_C" >&6
32063 else
32064   cat >conftest.$ac_ext <<_ACEOF
32065 /* confdefs.h.  */
32066 _ACEOF
32067 cat confdefs.h >>conftest.$ac_ext
32068 cat >>conftest.$ac_ext <<_ACEOF
32069 /* end confdefs.h.  */
32070 $ac_includes_default
32071 typedef ssize_t ac__type_new_;
32072 int
32073 main ()
32074 {
32075 if ((ac__type_new_ *) 0)
32076   return 0;
32077 if (sizeof (ac__type_new_))
32078   return 0;
32079   ;
32080   return 0;
32081 }
32082 _ACEOF
32083 rm -f conftest.$ac_objext
32084 if { (ac_try="$ac_compile"
32085 case "(($ac_try" in
32086   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32087   *) ac_try_echo=$ac_try;;
32088 esac
32089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32090   (eval "$ac_compile") 2>conftest.er1
32091   ac_status=$?
32092   grep -v '^ *+' conftest.er1 >conftest.err
32093   rm -f conftest.er1
32094   cat conftest.err >&5
32095   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32096   (exit $ac_status); } && {
32097          test -z "$ac_c_werror_flag" ||
32098          test ! -s conftest.err
32099        } && test -s conftest.$ac_objext; then
32100   ac_cv_type_ssize_t=yes
32101 else
32102   echo "$as_me: failed program was:" >&5
32103 sed 's/^/| /' conftest.$ac_ext >&5
32104
32105         ac_cv_type_ssize_t=no
32106 fi
32107
32108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32109 fi
32110 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
32111 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
32112 if test $ac_cv_type_ssize_t = yes; then
32113   :
32114 else
32115
32116 cat >>confdefs.h <<_ACEOF
32117 #define ssize_t signed int
32118 _ACEOF
32119
32120 fi
32121
32122 { echo "$as_me:$LINENO: checking for caddr_t" >&5
32123 echo $ECHO_N "checking for caddr_t... $ECHO_C" >&6; }
32124 if test "${ac_cv_type_caddr_t+set}" = set; then
32125   echo $ECHO_N "(cached) $ECHO_C" >&6
32126 else
32127   cat >conftest.$ac_ext <<_ACEOF
32128 /* confdefs.h.  */
32129 _ACEOF
32130 cat confdefs.h >>conftest.$ac_ext
32131 cat >>conftest.$ac_ext <<_ACEOF
32132 /* end confdefs.h.  */
32133 $ac_includes_default
32134 typedef caddr_t ac__type_new_;
32135 int
32136 main ()
32137 {
32138 if ((ac__type_new_ *) 0)
32139   return 0;
32140 if (sizeof (ac__type_new_))
32141   return 0;
32142   ;
32143   return 0;
32144 }
32145 _ACEOF
32146 rm -f conftest.$ac_objext
32147 if { (ac_try="$ac_compile"
32148 case "(($ac_try" in
32149   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32150   *) ac_try_echo=$ac_try;;
32151 esac
32152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32153   (eval "$ac_compile") 2>conftest.er1
32154   ac_status=$?
32155   grep -v '^ *+' conftest.er1 >conftest.err
32156   rm -f conftest.er1
32157   cat conftest.err >&5
32158   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32159   (exit $ac_status); } && {
32160          test -z "$ac_c_werror_flag" ||
32161          test ! -s conftest.err
32162        } && test -s conftest.$ac_objext; then
32163   ac_cv_type_caddr_t=yes
32164 else
32165   echo "$as_me: failed program was:" >&5
32166 sed 's/^/| /' conftest.$ac_ext >&5
32167
32168         ac_cv_type_caddr_t=no
32169 fi
32170
32171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32172 fi
32173 { echo "$as_me:$LINENO: result: $ac_cv_type_caddr_t" >&5
32174 echo "${ECHO_T}$ac_cv_type_caddr_t" >&6; }
32175 if test $ac_cv_type_caddr_t = yes; then
32176   :
32177 else
32178
32179 cat >>confdefs.h <<_ACEOF
32180 #define caddr_t char *
32181 _ACEOF
32182
32183 fi
32184
32185 { echo "$as_me:$LINENO: checking for size_t" >&5
32186 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
32187 if test "${ac_cv_type_size_t+set}" = set; then
32188   echo $ECHO_N "(cached) $ECHO_C" >&6
32189 else
32190   cat >conftest.$ac_ext <<_ACEOF
32191 /* confdefs.h.  */
32192 _ACEOF
32193 cat confdefs.h >>conftest.$ac_ext
32194 cat >>conftest.$ac_ext <<_ACEOF
32195 /* end confdefs.h.  */
32196 $ac_includes_default
32197 typedef size_t ac__type_new_;
32198 int
32199 main ()
32200 {
32201 if ((ac__type_new_ *) 0)
32202   return 0;
32203 if (sizeof (ac__type_new_))
32204   return 0;
32205   ;
32206   return 0;
32207 }
32208 _ACEOF
32209 rm -f conftest.$ac_objext
32210 if { (ac_try="$ac_compile"
32211 case "(($ac_try" in
32212   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32213   *) ac_try_echo=$ac_try;;
32214 esac
32215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32216   (eval "$ac_compile") 2>conftest.er1
32217   ac_status=$?
32218   grep -v '^ *+' conftest.er1 >conftest.err
32219   rm -f conftest.er1
32220   cat conftest.err >&5
32221   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32222   (exit $ac_status); } && {
32223          test -z "$ac_c_werror_flag" ||
32224          test ! -s conftest.err
32225        } && test -s conftest.$ac_objext; then
32226   ac_cv_type_size_t=yes
32227 else
32228   echo "$as_me: failed program was:" >&5
32229 sed 's/^/| /' conftest.$ac_ext >&5
32230
32231         ac_cv_type_size_t=no
32232 fi
32233
32234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32235 fi
32236 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
32237 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
32238 if test $ac_cv_type_size_t = yes; then
32239   :
32240 else
32241
32242 cat >>confdefs.h <<_ACEOF
32243 #define size_t unsigned
32244 _ACEOF
32245
32246 fi
32247
32248
32249 { echo "$as_me:$LINENO: checking for long long" >&5
32250 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
32251 if test "${ac_cv_type_long_long+set}" = set; then
32252   echo $ECHO_N "(cached) $ECHO_C" >&6
32253 else
32254   cat >conftest.$ac_ext <<_ACEOF
32255 /* confdefs.h.  */
32256 _ACEOF
32257 cat confdefs.h >>conftest.$ac_ext
32258 cat >>conftest.$ac_ext <<_ACEOF
32259 /* end confdefs.h.  */
32260 $ac_includes_default
32261 typedef long long ac__type_new_;
32262 int
32263 main ()
32264 {
32265 if ((ac__type_new_ *) 0)
32266   return 0;
32267 if (sizeof (ac__type_new_))
32268   return 0;
32269   ;
32270   return 0;
32271 }
32272 _ACEOF
32273 rm -f conftest.$ac_objext
32274 if { (ac_try="$ac_compile"
32275 case "(($ac_try" in
32276   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32277   *) ac_try_echo=$ac_try;;
32278 esac
32279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32280   (eval "$ac_compile") 2>conftest.er1
32281   ac_status=$?
32282   grep -v '^ *+' conftest.er1 >conftest.err
32283   rm -f conftest.er1
32284   cat conftest.err >&5
32285   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32286   (exit $ac_status); } && {
32287          test -z "$ac_c_werror_flag" ||
32288          test ! -s conftest.err
32289        } && test -s conftest.$ac_objext; then
32290   ac_cv_type_long_long=yes
32291 else
32292   echo "$as_me: failed program was:" >&5
32293 sed 's/^/| /' conftest.$ac_ext >&5
32294
32295         ac_cv_type_long_long=no
32296 fi
32297
32298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32299 fi
32300 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
32301 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
32302 if test $ac_cv_type_long_long = yes; then
32303
32304 cat >>confdefs.h <<_ACEOF
32305 #define HAVE_LONG_LONG 1
32306 _ACEOF
32307
32308
32309 fi
32310
32311 { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5
32312 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; }
32313 if test "${ac_cv_type_ptrdiff_t+set}" = set; then
32314   echo $ECHO_N "(cached) $ECHO_C" >&6
32315 else
32316   cat >conftest.$ac_ext <<_ACEOF
32317 /* confdefs.h.  */
32318 _ACEOF
32319 cat confdefs.h >>conftest.$ac_ext
32320 cat >>conftest.$ac_ext <<_ACEOF
32321 /* end confdefs.h.  */
32322 $ac_includes_default
32323 typedef ptrdiff_t ac__type_new_;
32324 int
32325 main ()
32326 {
32327 if ((ac__type_new_ *) 0)
32328   return 0;
32329 if (sizeof (ac__type_new_))
32330   return 0;
32331   ;
32332   return 0;
32333 }
32334 _ACEOF
32335 rm -f conftest.$ac_objext
32336 if { (ac_try="$ac_compile"
32337 case "(($ac_try" in
32338   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32339   *) ac_try_echo=$ac_try;;
32340 esac
32341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32342   (eval "$ac_compile") 2>conftest.er1
32343   ac_status=$?
32344   grep -v '^ *+' conftest.er1 >conftest.err
32345   rm -f conftest.er1
32346   cat conftest.err >&5
32347   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32348   (exit $ac_status); } && {
32349          test -z "$ac_c_werror_flag" ||
32350          test ! -s conftest.err
32351        } && test -s conftest.$ac_objext; then
32352   ac_cv_type_ptrdiff_t=yes
32353 else
32354   echo "$as_me: failed program was:" >&5
32355 sed 's/^/| /' conftest.$ac_ext >&5
32356
32357         ac_cv_type_ptrdiff_t=no
32358 fi
32359
32360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32361 fi
32362 { echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5
32363 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; }
32364 if test $ac_cv_type_ptrdiff_t = yes; then
32365
32366 cat >>confdefs.h <<_ACEOF
32367 #define HAVE_PTRDIFF_T 1
32368 _ACEOF
32369
32370
32371 fi
32372
32373
32374
32375 { echo "$as_me:$LINENO: checking for socklen_t" >&5
32376 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
32377 if test "${ac_cv_type_socklen_t+set}" = set; then
32378   echo $ECHO_N "(cached) $ECHO_C" >&6
32379 else
32380   cat >conftest.$ac_ext <<_ACEOF
32381 /* confdefs.h.  */
32382 _ACEOF
32383 cat confdefs.h >>conftest.$ac_ext
32384 cat >>conftest.$ac_ext <<_ACEOF
32385 /* end confdefs.h.  */
32386 $ac_includes_default
32387 #ifdef HAVE_SYS_SOCKET_H
32388 #include <sys/socket.h>
32389 #endif
32390
32391 typedef socklen_t ac__type_new_;
32392 int
32393 main ()
32394 {
32395 if ((ac__type_new_ *) 0)
32396   return 0;
32397 if (sizeof (ac__type_new_))
32398   return 0;
32399   ;
32400   return 0;
32401 }
32402 _ACEOF
32403 rm -f conftest.$ac_objext
32404 if { (ac_try="$ac_compile"
32405 case "(($ac_try" in
32406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32407   *) ac_try_echo=$ac_try;;
32408 esac
32409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32410   (eval "$ac_compile") 2>conftest.er1
32411   ac_status=$?
32412   grep -v '^ *+' conftest.er1 >conftest.err
32413   rm -f conftest.er1
32414   cat conftest.err >&5
32415   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32416   (exit $ac_status); } && {
32417          test -z "$ac_c_werror_flag" ||
32418          test ! -s conftest.err
32419        } && test -s conftest.$ac_objext; then
32420   ac_cv_type_socklen_t=yes
32421 else
32422   echo "$as_me: failed program was:" >&5
32423 sed 's/^/| /' conftest.$ac_ext >&5
32424
32425         ac_cv_type_socklen_t=no
32426 fi
32427
32428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32429 fi
32430 { echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
32431 echo "${ECHO_T}$ac_cv_type_socklen_t" >&6; }
32432
32433
32434 { echo "$as_me:$LINENO: checking the type of arg 3 to accept()" >&5
32435 echo $ECHO_N "checking the type of arg 3 to accept()... $ECHO_C" >&6; }
32436 if test "${ol_cv_type_ber_socklen_t+set}" = set; then
32437   echo $ECHO_N "(cached) $ECHO_C" >&6
32438 else
32439
32440         set socklen_t int unsigned "unsigned long" long size_t
32441         test "$ac_cv_type_socklen_t" = yes || shift
32442         ol_cv_type_ber_socklen_t=$1 guessing="guessing "
32443         for lentype in "$@" ; do for addrtype in "struct sockaddr" void ; do
32444                 cat >conftest.$ac_ext <<_ACEOF
32445 /* confdefs.h.  */
32446 _ACEOF
32447 cat confdefs.h >>conftest.$ac_ext
32448 cat >>conftest.$ac_ext <<_ACEOF
32449 /* end confdefs.h.  */
32450 $ac_includes_default
32451 #ifdef HAVE_SYS_SOCKET_H
32452 #include <sys/socket.h>
32453 #endif
32454 extern int accept(int s, $addrtype *ap, $lentype *lp);
32455
32456 int
32457 main ()
32458 {
32459
32460 accept(0, (struct sockaddr *) 0, ($lentype *) 0);
32461
32462   ;
32463   return 0;
32464 }
32465 _ACEOF
32466 rm -f conftest.$ac_objext
32467 if { (ac_try="$ac_compile"
32468 case "(($ac_try" in
32469   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32470   *) ac_try_echo=$ac_try;;
32471 esac
32472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32473   (eval "$ac_compile") 2>conftest.er1
32474   ac_status=$?
32475   grep -v '^ *+' conftest.er1 >conftest.err
32476   rm -f conftest.er1
32477   cat conftest.err >&5
32478   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32479   (exit $ac_status); } && {
32480          test -z "$ac_c_werror_flag" ||
32481          test ! -s conftest.err
32482        } && test -s conftest.$ac_objext; then
32483   ol_cv_type_ber_socklen_t=$lentype guessing= ; break 2
32484 else
32485   echo "$as_me: failed program was:" >&5
32486 sed 's/^/| /' conftest.$ac_ext >&5
32487
32488
32489 fi
32490
32491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32492         done ; done
32493 fi
32494
32495 { echo "$as_me:$LINENO: result: $guessing$ol_cv_type_ber_socklen_t *" >&5
32496 echo "${ECHO_T}$guessing$ol_cv_type_ber_socklen_t *" >&6; }
32497
32498 cat >>confdefs.h <<_ACEOF
32499 #define ber_socklen_t $ol_cv_type_ber_socklen_t
32500 _ACEOF
32501
32502
32503 if test "$ac_cv_type_socklen_t" != yes; then
32504
32505 cat >>confdefs.h <<_ACEOF
32506 #define socklen_t $ol_cv_type_ber_socklen_t
32507 _ACEOF
32508
32509 fi
32510
32511
32512 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5
32513 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
32514 if test "${ac_cv_type_signal+set}" = set; then
32515   echo $ECHO_N "(cached) $ECHO_C" >&6
32516 else
32517   cat >conftest.$ac_ext <<_ACEOF
32518 /* confdefs.h.  */
32519 _ACEOF
32520 cat confdefs.h >>conftest.$ac_ext
32521 cat >>conftest.$ac_ext <<_ACEOF
32522 /* end confdefs.h.  */
32523 #include <sys/types.h>
32524 #include <signal.h>
32525
32526 int
32527 main ()
32528 {
32529 return *(signal (0, 0)) (0) == 1;
32530   ;
32531   return 0;
32532 }
32533 _ACEOF
32534 rm -f conftest.$ac_objext
32535 if { (ac_try="$ac_compile"
32536 case "(($ac_try" in
32537   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32538   *) ac_try_echo=$ac_try;;
32539 esac
32540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32541   (eval "$ac_compile") 2>conftest.er1
32542   ac_status=$?
32543   grep -v '^ *+' conftest.er1 >conftest.err
32544   rm -f conftest.er1
32545   cat conftest.err >&5
32546   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32547   (exit $ac_status); } && {
32548          test -z "$ac_c_werror_flag" ||
32549          test ! -s conftest.err
32550        } && test -s conftest.$ac_objext; then
32551   ac_cv_type_signal=int
32552 else
32553   echo "$as_me: failed program was:" >&5
32554 sed 's/^/| /' conftest.$ac_ext >&5
32555
32556         ac_cv_type_signal=void
32557 fi
32558
32559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32560 fi
32561 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
32562 echo "${ECHO_T}$ac_cv_type_signal" >&6; }
32563
32564 cat >>confdefs.h <<_ACEOF
32565 #define RETSIGTYPE $ac_cv_type_signal
32566 _ACEOF
32567
32568
32569
32570 { echo "$as_me:$LINENO: checking for sig_atomic_t" >&5
32571 echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6; }
32572 if test "${ac_cv_type_sig_atomic_t+set}" = set; then
32573   echo $ECHO_N "(cached) $ECHO_C" >&6
32574 else
32575   cat >conftest.$ac_ext <<_ACEOF
32576 /* confdefs.h.  */
32577 _ACEOF
32578 cat confdefs.h >>conftest.$ac_ext
32579 cat >>conftest.$ac_ext <<_ACEOF
32580 /* end confdefs.h.  */
32581 $ac_includes_default
32582 #include <signal.h>
32583
32584
32585 typedef sig_atomic_t ac__type_new_;
32586 int
32587 main ()
32588 {
32589 if ((ac__type_new_ *) 0)
32590   return 0;
32591 if (sizeof (ac__type_new_))
32592   return 0;
32593   ;
32594   return 0;
32595 }
32596 _ACEOF
32597 rm -f conftest.$ac_objext
32598 if { (ac_try="$ac_compile"
32599 case "(($ac_try" in
32600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32601   *) ac_try_echo=$ac_try;;
32602 esac
32603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32604   (eval "$ac_compile") 2>conftest.er1
32605   ac_status=$?
32606   grep -v '^ *+' conftest.er1 >conftest.err
32607   rm -f conftest.er1
32608   cat conftest.err >&5
32609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32610   (exit $ac_status); } && {
32611          test -z "$ac_c_werror_flag" ||
32612          test ! -s conftest.err
32613        } && test -s conftest.$ac_objext; then
32614   ac_cv_type_sig_atomic_t=yes
32615 else
32616   echo "$as_me: failed program was:" >&5
32617 sed 's/^/| /' conftest.$ac_ext >&5
32618
32619         ac_cv_type_sig_atomic_t=no
32620 fi
32621
32622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32623 fi
32624 { echo "$as_me:$LINENO: result: $ac_cv_type_sig_atomic_t" >&5
32625 echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6; }
32626 if test $ac_cv_type_sig_atomic_t = yes; then
32627   :
32628 else
32629
32630 cat >>confdefs.h <<_ACEOF
32631 #define sig_atomic_t int
32632 _ACEOF
32633
32634 fi
32635
32636
32637 { echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
32638 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; }
32639 if test "${ac_cv_type_uid_t+set}" = set; then
32640   echo $ECHO_N "(cached) $ECHO_C" >&6
32641 else
32642   cat >conftest.$ac_ext <<_ACEOF
32643 /* confdefs.h.  */
32644 _ACEOF
32645 cat confdefs.h >>conftest.$ac_ext
32646 cat >>conftest.$ac_ext <<_ACEOF
32647 /* end confdefs.h.  */
32648 #include <sys/types.h>
32649
32650 _ACEOF
32651 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
32652   $EGREP "uid_t" >/dev/null 2>&1; then
32653   ac_cv_type_uid_t=yes
32654 else
32655   ac_cv_type_uid_t=no
32656 fi
32657 rm -f conftest*
32658
32659 fi
32660 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
32661 echo "${ECHO_T}$ac_cv_type_uid_t" >&6; }
32662 if test $ac_cv_type_uid_t = no; then
32663
32664 cat >>confdefs.h <<\_ACEOF
32665 #define uid_t int
32666 _ACEOF
32667
32668
32669 cat >>confdefs.h <<\_ACEOF
32670 #define gid_t int
32671 _ACEOF
32672
32673 fi
32674
32675
32676 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
32677 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
32678 if test "${ac_cv_header_time+set}" = set; then
32679   echo $ECHO_N "(cached) $ECHO_C" >&6
32680 else
32681   cat >conftest.$ac_ext <<_ACEOF
32682 /* confdefs.h.  */
32683 _ACEOF
32684 cat confdefs.h >>conftest.$ac_ext
32685 cat >>conftest.$ac_ext <<_ACEOF
32686 /* end confdefs.h.  */
32687 #include <sys/types.h>
32688 #include <sys/time.h>
32689 #include <time.h>
32690
32691 int
32692 main ()
32693 {
32694 if ((struct tm *) 0)
32695 return 0;
32696   ;
32697   return 0;
32698 }
32699 _ACEOF
32700 rm -f conftest.$ac_objext
32701 if { (ac_try="$ac_compile"
32702 case "(($ac_try" in
32703   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32704   *) ac_try_echo=$ac_try;;
32705 esac
32706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32707   (eval "$ac_compile") 2>conftest.er1
32708   ac_status=$?
32709   grep -v '^ *+' conftest.er1 >conftest.err
32710   rm -f conftest.er1
32711   cat conftest.err >&5
32712   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32713   (exit $ac_status); } && {
32714          test -z "$ac_c_werror_flag" ||
32715          test ! -s conftest.err
32716        } && test -s conftest.$ac_objext; then
32717   ac_cv_header_time=yes
32718 else
32719   echo "$as_me: failed program was:" >&5
32720 sed 's/^/| /' conftest.$ac_ext >&5
32721
32722         ac_cv_header_time=no
32723 fi
32724
32725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32726 fi
32727 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
32728 echo "${ECHO_T}$ac_cv_header_time" >&6; }
32729 if test $ac_cv_header_time = yes; then
32730
32731 cat >>confdefs.h <<\_ACEOF
32732 #define TIME_WITH_SYS_TIME 1
32733 _ACEOF
32734
32735 fi
32736
32737 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
32738 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
32739 if test "${ac_cv_struct_tm+set}" = set; then
32740   echo $ECHO_N "(cached) $ECHO_C" >&6
32741 else
32742   cat >conftest.$ac_ext <<_ACEOF
32743 /* confdefs.h.  */
32744 _ACEOF
32745 cat confdefs.h >>conftest.$ac_ext
32746 cat >>conftest.$ac_ext <<_ACEOF
32747 /* end confdefs.h.  */
32748 #include <sys/types.h>
32749 #include <time.h>
32750
32751 int
32752 main ()
32753 {
32754 struct tm tm;
32755                                      int *p = &tm.tm_sec;
32756                                      return !p;
32757   ;
32758   return 0;
32759 }
32760 _ACEOF
32761 rm -f conftest.$ac_objext
32762 if { (ac_try="$ac_compile"
32763 case "(($ac_try" in
32764   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32765   *) ac_try_echo=$ac_try;;
32766 esac
32767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32768   (eval "$ac_compile") 2>conftest.er1
32769   ac_status=$?
32770   grep -v '^ *+' conftest.er1 >conftest.err
32771   rm -f conftest.er1
32772   cat conftest.err >&5
32773   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32774   (exit $ac_status); } && {
32775          test -z "$ac_c_werror_flag" ||
32776          test ! -s conftest.err
32777        } && test -s conftest.$ac_objext; then
32778   ac_cv_struct_tm=time.h
32779 else
32780   echo "$as_me: failed program was:" >&5
32781 sed 's/^/| /' conftest.$ac_ext >&5
32782
32783         ac_cv_struct_tm=sys/time.h
32784 fi
32785
32786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32787 fi
32788 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
32789 echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
32790 if test $ac_cv_struct_tm = sys/time.h; then
32791
32792 cat >>confdefs.h <<\_ACEOF
32793 #define TM_IN_SYS_TIME 1
32794 _ACEOF
32795
32796 fi
32797
32798 { echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
32799 echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6; }
32800 if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
32801   echo $ECHO_N "(cached) $ECHO_C" >&6
32802 else
32803   cat >conftest.$ac_ext <<_ACEOF
32804 /* confdefs.h.  */
32805 _ACEOF
32806 cat confdefs.h >>conftest.$ac_ext
32807 cat >>conftest.$ac_ext <<_ACEOF
32808 /* end confdefs.h.  */
32809 $ac_includes_default
32810 int
32811 main ()
32812 {
32813 static struct stat ac_aggr;
32814 if (ac_aggr.st_blksize)
32815 return 0;
32816   ;
32817   return 0;
32818 }
32819 _ACEOF
32820 rm -f conftest.$ac_objext
32821 if { (ac_try="$ac_compile"
32822 case "(($ac_try" in
32823   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32824   *) ac_try_echo=$ac_try;;
32825 esac
32826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32827   (eval "$ac_compile") 2>conftest.er1
32828   ac_status=$?
32829   grep -v '^ *+' conftest.er1 >conftest.err
32830   rm -f conftest.er1
32831   cat conftest.err >&5
32832   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32833   (exit $ac_status); } && {
32834          test -z "$ac_c_werror_flag" ||
32835          test ! -s conftest.err
32836        } && test -s conftest.$ac_objext; then
32837   ac_cv_member_struct_stat_st_blksize=yes
32838 else
32839   echo "$as_me: failed program was:" >&5
32840 sed 's/^/| /' conftest.$ac_ext >&5
32841
32842         cat >conftest.$ac_ext <<_ACEOF
32843 /* confdefs.h.  */
32844 _ACEOF
32845 cat confdefs.h >>conftest.$ac_ext
32846 cat >>conftest.$ac_ext <<_ACEOF
32847 /* end confdefs.h.  */
32848 $ac_includes_default
32849 int
32850 main ()
32851 {
32852 static struct stat ac_aggr;
32853 if (sizeof ac_aggr.st_blksize)
32854 return 0;
32855   ;
32856   return 0;
32857 }
32858 _ACEOF
32859 rm -f conftest.$ac_objext
32860 if { (ac_try="$ac_compile"
32861 case "(($ac_try" in
32862   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32863   *) ac_try_echo=$ac_try;;
32864 esac
32865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32866   (eval "$ac_compile") 2>conftest.er1
32867   ac_status=$?
32868   grep -v '^ *+' conftest.er1 >conftest.err
32869   rm -f conftest.er1
32870   cat conftest.err >&5
32871   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32872   (exit $ac_status); } && {
32873          test -z "$ac_c_werror_flag" ||
32874          test ! -s conftest.err
32875        } && test -s conftest.$ac_objext; then
32876   ac_cv_member_struct_stat_st_blksize=yes
32877 else
32878   echo "$as_me: failed program was:" >&5
32879 sed 's/^/| /' conftest.$ac_ext >&5
32880
32881         ac_cv_member_struct_stat_st_blksize=no
32882 fi
32883
32884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32885 fi
32886
32887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32888 fi
32889 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
32890 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6; }
32891 if test $ac_cv_member_struct_stat_st_blksize = yes; then
32892
32893 cat >>confdefs.h <<_ACEOF
32894 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
32895 _ACEOF
32896
32897
32898 fi
32899
32900 { echo "$as_me:$LINENO: checking for struct passwd.pw_gecos" >&5
32901 echo $ECHO_N "checking for struct passwd.pw_gecos... $ECHO_C" >&6; }
32902 if test "${ac_cv_member_struct_passwd_pw_gecos+set}" = set; then
32903   echo $ECHO_N "(cached) $ECHO_C" >&6
32904 else
32905   cat >conftest.$ac_ext <<_ACEOF
32906 /* confdefs.h.  */
32907 _ACEOF
32908 cat confdefs.h >>conftest.$ac_ext
32909 cat >>conftest.$ac_ext <<_ACEOF
32910 /* end confdefs.h.  */
32911 $ac_includes_default
32912 #include <pwd.h>
32913
32914 int
32915 main ()
32916 {
32917 static struct passwd ac_aggr;
32918 if (ac_aggr.pw_gecos)
32919 return 0;
32920   ;
32921   return 0;
32922 }
32923 _ACEOF
32924 rm -f conftest.$ac_objext
32925 if { (ac_try="$ac_compile"
32926 case "(($ac_try" in
32927   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32928   *) ac_try_echo=$ac_try;;
32929 esac
32930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32931   (eval "$ac_compile") 2>conftest.er1
32932   ac_status=$?
32933   grep -v '^ *+' conftest.er1 >conftest.err
32934   rm -f conftest.er1
32935   cat conftest.err >&5
32936   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32937   (exit $ac_status); } && {
32938          test -z "$ac_c_werror_flag" ||
32939          test ! -s conftest.err
32940        } && test -s conftest.$ac_objext; then
32941   ac_cv_member_struct_passwd_pw_gecos=yes
32942 else
32943   echo "$as_me: failed program was:" >&5
32944 sed 's/^/| /' conftest.$ac_ext >&5
32945
32946         cat >conftest.$ac_ext <<_ACEOF
32947 /* confdefs.h.  */
32948 _ACEOF
32949 cat confdefs.h >>conftest.$ac_ext
32950 cat >>conftest.$ac_ext <<_ACEOF
32951 /* end confdefs.h.  */
32952 $ac_includes_default
32953 #include <pwd.h>
32954
32955 int
32956 main ()
32957 {
32958 static struct passwd ac_aggr;
32959 if (sizeof ac_aggr.pw_gecos)
32960 return 0;
32961   ;
32962   return 0;
32963 }
32964 _ACEOF
32965 rm -f conftest.$ac_objext
32966 if { (ac_try="$ac_compile"
32967 case "(($ac_try" in
32968   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32969   *) ac_try_echo=$ac_try;;
32970 esac
32971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32972   (eval "$ac_compile") 2>conftest.er1
32973   ac_status=$?
32974   grep -v '^ *+' conftest.er1 >conftest.err
32975   rm -f conftest.er1
32976   cat conftest.err >&5
32977   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32978   (exit $ac_status); } && {
32979          test -z "$ac_c_werror_flag" ||
32980          test ! -s conftest.err
32981        } && test -s conftest.$ac_objext; then
32982   ac_cv_member_struct_passwd_pw_gecos=yes
32983 else
32984   echo "$as_me: failed program was:" >&5
32985 sed 's/^/| /' conftest.$ac_ext >&5
32986
32987         ac_cv_member_struct_passwd_pw_gecos=no
32988 fi
32989
32990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32991 fi
32992
32993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32994 fi
32995 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_passwd_pw_gecos" >&5
32996 echo "${ECHO_T}$ac_cv_member_struct_passwd_pw_gecos" >&6; }
32997 if test $ac_cv_member_struct_passwd_pw_gecos = yes; then
32998
32999 cat >>confdefs.h <<_ACEOF
33000 #define HAVE_STRUCT_PASSWD_PW_GECOS 1
33001 _ACEOF
33002
33003
33004 fi
33005
33006 { echo "$as_me:$LINENO: checking for struct passwd.pw_passwd" >&5
33007 echo $ECHO_N "checking for struct passwd.pw_passwd... $ECHO_C" >&6; }
33008 if test "${ac_cv_member_struct_passwd_pw_passwd+set}" = set; then
33009   echo $ECHO_N "(cached) $ECHO_C" >&6
33010 else
33011   cat >conftest.$ac_ext <<_ACEOF
33012 /* confdefs.h.  */
33013 _ACEOF
33014 cat confdefs.h >>conftest.$ac_ext
33015 cat >>conftest.$ac_ext <<_ACEOF
33016 /* end confdefs.h.  */
33017 $ac_includes_default
33018 #include <pwd.h>
33019
33020 int
33021 main ()
33022 {
33023 static struct passwd ac_aggr;
33024 if (ac_aggr.pw_passwd)
33025 return 0;
33026   ;
33027   return 0;
33028 }
33029 _ACEOF
33030 rm -f conftest.$ac_objext
33031 if { (ac_try="$ac_compile"
33032 case "(($ac_try" in
33033   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33034   *) ac_try_echo=$ac_try;;
33035 esac
33036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33037   (eval "$ac_compile") 2>conftest.er1
33038   ac_status=$?
33039   grep -v '^ *+' conftest.er1 >conftest.err
33040   rm -f conftest.er1
33041   cat conftest.err >&5
33042   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33043   (exit $ac_status); } && {
33044          test -z "$ac_c_werror_flag" ||
33045          test ! -s conftest.err
33046        } && test -s conftest.$ac_objext; then
33047   ac_cv_member_struct_passwd_pw_passwd=yes
33048 else
33049   echo "$as_me: failed program was:" >&5
33050 sed 's/^/| /' conftest.$ac_ext >&5
33051
33052         cat >conftest.$ac_ext <<_ACEOF
33053 /* confdefs.h.  */
33054 _ACEOF
33055 cat confdefs.h >>conftest.$ac_ext
33056 cat >>conftest.$ac_ext <<_ACEOF
33057 /* end confdefs.h.  */
33058 $ac_includes_default
33059 #include <pwd.h>
33060
33061 int
33062 main ()
33063 {
33064 static struct passwd ac_aggr;
33065 if (sizeof ac_aggr.pw_passwd)
33066 return 0;
33067   ;
33068   return 0;
33069 }
33070 _ACEOF
33071 rm -f conftest.$ac_objext
33072 if { (ac_try="$ac_compile"
33073 case "(($ac_try" in
33074   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33075   *) ac_try_echo=$ac_try;;
33076 esac
33077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33078   (eval "$ac_compile") 2>conftest.er1
33079   ac_status=$?
33080   grep -v '^ *+' conftest.er1 >conftest.err
33081   rm -f conftest.er1
33082   cat conftest.err >&5
33083   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33084   (exit $ac_status); } && {
33085          test -z "$ac_c_werror_flag" ||
33086          test ! -s conftest.err
33087        } && test -s conftest.$ac_objext; then
33088   ac_cv_member_struct_passwd_pw_passwd=yes
33089 else
33090   echo "$as_me: failed program was:" >&5
33091 sed 's/^/| /' conftest.$ac_ext >&5
33092
33093         ac_cv_member_struct_passwd_pw_passwd=no
33094 fi
33095
33096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33097 fi
33098
33099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33100 fi
33101 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_passwd_pw_passwd" >&5
33102 echo "${ECHO_T}$ac_cv_member_struct_passwd_pw_passwd" >&6; }
33103 if test $ac_cv_member_struct_passwd_pw_passwd = yes; then
33104
33105 cat >>confdefs.h <<_ACEOF
33106 #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
33107 _ACEOF
33108
33109
33110 fi
33111
33112
33113 { echo "$as_me:$LINENO: checking if toupper() requires islower()" >&5
33114 echo $ECHO_N "checking if toupper() requires islower()... $ECHO_C" >&6; }
33115 if test "${ol_cv_c_upper_lower+set}" = set; then
33116   echo $ECHO_N "(cached) $ECHO_C" >&6
33117 else
33118
33119         if test "$cross_compiling" = yes; then
33120   ol_cv_c_upper_lower=safe
33121 else
33122   cat >conftest.$ac_ext <<_ACEOF
33123 /* confdefs.h.  */
33124 _ACEOF
33125 cat confdefs.h >>conftest.$ac_ext
33126 cat >>conftest.$ac_ext <<_ACEOF
33127 /* end confdefs.h.  */
33128
33129 #include <ctype.h>
33130 main()
33131 {
33132         if ('C' == toupper('C'))
33133                 exit(0);
33134         else
33135                 exit(1);
33136 }
33137 _ACEOF
33138 rm -f conftest$ac_exeext
33139 if { (ac_try="$ac_link"
33140 case "(($ac_try" in
33141   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33142   *) ac_try_echo=$ac_try;;
33143 esac
33144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33145   (eval "$ac_link") 2>&5
33146   ac_status=$?
33147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33148   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
33149   { (case "(($ac_try" in
33150   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33151   *) ac_try_echo=$ac_try;;
33152 esac
33153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33154   (eval "$ac_try") 2>&5
33155   ac_status=$?
33156   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33157   (exit $ac_status); }; }; then
33158   ol_cv_c_upper_lower=no
33159 else
33160   echo "$as_me: program exited with status $ac_status" >&5
33161 echo "$as_me: failed program was:" >&5
33162 sed 's/^/| /' conftest.$ac_ext >&5
33163
33164 ( exit $ac_status )
33165 ol_cv_c_upper_lower=yes
33166 fi
33167 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
33168 fi
33169
33170
33171 fi
33172 { echo "$as_me:$LINENO: result: $ol_cv_c_upper_lower" >&5
33173 echo "${ECHO_T}$ol_cv_c_upper_lower" >&6; }
33174 if test $ol_cv_c_upper_lower != no ; then
33175
33176 cat >>confdefs.h <<\_ACEOF
33177 #define C_UPPER_LOWER 1
33178 _ACEOF
33179
33180 fi
33181
33182 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
33183 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
33184 if test "${ac_cv_c_const+set}" = set; then
33185   echo $ECHO_N "(cached) $ECHO_C" >&6
33186 else
33187   cat >conftest.$ac_ext <<_ACEOF
33188 /* confdefs.h.  */
33189 _ACEOF
33190 cat confdefs.h >>conftest.$ac_ext
33191 cat >>conftest.$ac_ext <<_ACEOF
33192 /* end confdefs.h.  */
33193
33194 int
33195 main ()
33196 {
33197 /* FIXME: Include the comments suggested by Paul. */
33198 #ifndef __cplusplus
33199   /* Ultrix mips cc rejects this.  */
33200   typedef int charset[2];
33201   const charset cs;
33202   /* SunOS 4.1.1 cc rejects this.  */
33203   char const *const *pcpcc;
33204   char **ppc;
33205   /* NEC SVR4.0.2 mips cc rejects this.  */
33206   struct point {int x, y;};
33207   static struct point const zero = {0,0};
33208   /* AIX XL C 1.02.0.0 rejects this.
33209      It does not let you subtract one const X* pointer from another in
33210      an arm of an if-expression whose if-part is not a constant
33211      expression */
33212   const char *g = "string";
33213   pcpcc = &g + (g ? g-g : 0);
33214   /* HPUX 7.0 cc rejects these. */
33215   ++pcpcc;
33216   ppc = (char**) pcpcc;
33217   pcpcc = (char const *const *) ppc;
33218   { /* SCO 3.2v4 cc rejects this.  */
33219     char *t;
33220     char const *s = 0 ? (char *) 0 : (char const *) 0;
33221
33222     *t++ = 0;
33223     if (s) return 0;
33224   }
33225   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
33226     int x[] = {25, 17};
33227     const int *foo = &x[0];
33228     ++foo;
33229   }
33230   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
33231     typedef const int *iptr;
33232     iptr p = 0;
33233     ++p;
33234   }
33235   { /* AIX XL C 1.02.0.0 rejects this saying
33236        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
33237     struct s { int j; const int *ap[3]; };
33238     struct s *b; b->j = 5;
33239   }
33240   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
33241     const int foo = 10;
33242     if (!foo) return 0;
33243   }
33244   return !cs[0] && !zero.x;
33245 #endif
33246
33247   ;
33248   return 0;
33249 }
33250 _ACEOF
33251 rm -f conftest.$ac_objext
33252 if { (ac_try="$ac_compile"
33253 case "(($ac_try" in
33254   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33255   *) ac_try_echo=$ac_try;;
33256 esac
33257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33258   (eval "$ac_compile") 2>conftest.er1
33259   ac_status=$?
33260   grep -v '^ *+' conftest.er1 >conftest.err
33261   rm -f conftest.er1
33262   cat conftest.err >&5
33263   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33264   (exit $ac_status); } && {
33265          test -z "$ac_c_werror_flag" ||
33266          test ! -s conftest.err
33267        } && test -s conftest.$ac_objext; then
33268   ac_cv_c_const=yes
33269 else
33270   echo "$as_me: failed program was:" >&5
33271 sed 's/^/| /' conftest.$ac_ext >&5
33272
33273         ac_cv_c_const=no
33274 fi
33275
33276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33277 fi
33278 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
33279 echo "${ECHO_T}$ac_cv_c_const" >&6; }
33280 if test $ac_cv_c_const = no; then
33281
33282 cat >>confdefs.h <<\_ACEOF
33283 #define const
33284 _ACEOF
33285
33286 fi
33287
33288 { echo "$as_me:$LINENO: checking if compiler understands volatile" >&5
33289 echo $ECHO_N "checking if compiler understands volatile... $ECHO_C" >&6; }
33290 if test "${ol_cv_c_volatile+set}" = set; then
33291   echo $ECHO_N "(cached) $ECHO_C" >&6
33292 else
33293   cat >conftest.$ac_ext <<_ACEOF
33294 /* confdefs.h.  */
33295 _ACEOF
33296 cat confdefs.h >>conftest.$ac_ext
33297 cat >>conftest.$ac_ext <<_ACEOF
33298 /* end confdefs.h.  */
33299 int x, y, z;
33300 int
33301 main ()
33302 {
33303 volatile int a; int * volatile b = x ? &y : &z;
33304       /* Older MIPS compilers (eg., in Ultrix 4.2) don't like *b = 0 */
33305       *b = 0;
33306   ;
33307   return 0;
33308 }
33309 _ACEOF
33310 rm -f conftest.$ac_objext
33311 if { (ac_try="$ac_compile"
33312 case "(($ac_try" in
33313   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33314   *) ac_try_echo=$ac_try;;
33315 esac
33316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33317   (eval "$ac_compile") 2>conftest.er1
33318   ac_status=$?
33319   grep -v '^ *+' conftest.er1 >conftest.err
33320   rm -f conftest.er1
33321   cat conftest.err >&5
33322   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33323   (exit $ac_status); } && {
33324          test -z "$ac_c_werror_flag" ||
33325          test ! -s conftest.err
33326        } && test -s conftest.$ac_objext; then
33327   ol_cv_c_volatile=yes
33328 else
33329   echo "$as_me: failed program was:" >&5
33330 sed 's/^/| /' conftest.$ac_ext >&5
33331
33332         ol_cv_c_volatile=no
33333 fi
33334
33335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33336 fi
33337 { echo "$as_me:$LINENO: result: $ol_cv_c_volatile" >&5
33338 echo "${ECHO_T}$ol_cv_c_volatile" >&6; }
33339   if test $ol_cv_c_volatile = yes; then
33340     :
33341   else
33342
33343 cat >>confdefs.h <<\_ACEOF
33344 #define volatile
33345 _ACEOF
33346
33347   fi
33348
33349
33350 if test $cross_compiling = yes ; then
33351         { echo "$as_me:$LINENO: WARNING: Crossing compiling... all bets are off!" >&5
33352 echo "$as_me: WARNING: Crossing compiling... all bets are off!" >&2;}
33353
33354 cat >>confdefs.h <<\_ACEOF
33355 #define CROSS_COMPILING 1
33356 _ACEOF
33357
33358 else
33359         { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
33360 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
33361 if test "${ac_cv_c_bigendian+set}" = set; then
33362   echo $ECHO_N "(cached) $ECHO_C" >&6
33363 else
33364   # See if sys/param.h defines the BYTE_ORDER macro.
33365 cat >conftest.$ac_ext <<_ACEOF
33366 /* confdefs.h.  */
33367 _ACEOF
33368 cat confdefs.h >>conftest.$ac_ext
33369 cat >>conftest.$ac_ext <<_ACEOF
33370 /* end confdefs.h.  */
33371 #include <sys/types.h>
33372 #include <sys/param.h>
33373
33374 int
33375 main ()
33376 {
33377 #if  ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \
33378         && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
33379  bogus endian macros
33380 #endif
33381
33382   ;
33383   return 0;
33384 }
33385 _ACEOF
33386 rm -f conftest.$ac_objext
33387 if { (ac_try="$ac_compile"
33388 case "(($ac_try" in
33389   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33390   *) ac_try_echo=$ac_try;;
33391 esac
33392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33393   (eval "$ac_compile") 2>conftest.er1
33394   ac_status=$?
33395   grep -v '^ *+' conftest.er1 >conftest.err
33396   rm -f conftest.er1
33397   cat conftest.err >&5
33398   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33399   (exit $ac_status); } && {
33400          test -z "$ac_c_werror_flag" ||
33401          test ! -s conftest.err
33402        } && test -s conftest.$ac_objext; then
33403   # It does; now see whether it defined to BIG_ENDIAN or not.
33404 cat >conftest.$ac_ext <<_ACEOF
33405 /* confdefs.h.  */
33406 _ACEOF
33407 cat confdefs.h >>conftest.$ac_ext
33408 cat >>conftest.$ac_ext <<_ACEOF
33409 /* end confdefs.h.  */
33410 #include <sys/types.h>
33411 #include <sys/param.h>
33412
33413 int
33414 main ()
33415 {
33416 #if BYTE_ORDER != BIG_ENDIAN
33417  not big endian
33418 #endif
33419
33420   ;
33421   return 0;
33422 }
33423 _ACEOF
33424 rm -f conftest.$ac_objext
33425 if { (ac_try="$ac_compile"
33426 case "(($ac_try" in
33427   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33428   *) ac_try_echo=$ac_try;;
33429 esac
33430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33431   (eval "$ac_compile") 2>conftest.er1
33432   ac_status=$?
33433   grep -v '^ *+' conftest.er1 >conftest.err
33434   rm -f conftest.er1
33435   cat conftest.err >&5
33436   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33437   (exit $ac_status); } && {
33438          test -z "$ac_c_werror_flag" ||
33439          test ! -s conftest.err
33440        } && test -s conftest.$ac_objext; then
33441   ac_cv_c_bigendian=yes
33442 else
33443   echo "$as_me: failed program was:" >&5
33444 sed 's/^/| /' conftest.$ac_ext >&5
33445
33446         ac_cv_c_bigendian=no
33447 fi
33448
33449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33450 else
33451   echo "$as_me: failed program was:" >&5
33452 sed 's/^/| /' conftest.$ac_ext >&5
33453
33454         # It does not; compile a test program.
33455 if test "$cross_compiling" = yes; then
33456   # try to guess the endianness by grepping values into an object file
33457   ac_cv_c_bigendian=unknown
33458   cat >conftest.$ac_ext <<_ACEOF
33459 /* confdefs.h.  */
33460 _ACEOF
33461 cat confdefs.h >>conftest.$ac_ext
33462 cat >>conftest.$ac_ext <<_ACEOF
33463 /* end confdefs.h.  */
33464 short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
33465 short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
33466 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
33467 short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
33468 short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
33469 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
33470 int
33471 main ()
33472 {
33473  _ascii (); _ebcdic ();
33474   ;
33475   return 0;
33476 }
33477 _ACEOF
33478 rm -f conftest.$ac_objext
33479 if { (ac_try="$ac_compile"
33480 case "(($ac_try" in
33481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33482   *) ac_try_echo=$ac_try;;
33483 esac
33484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33485   (eval "$ac_compile") 2>conftest.er1
33486   ac_status=$?
33487   grep -v '^ *+' conftest.er1 >conftest.err
33488   rm -f conftest.er1
33489   cat conftest.err >&5
33490   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33491   (exit $ac_status); } && {
33492          test -z "$ac_c_werror_flag" ||
33493          test ! -s conftest.err
33494        } && test -s conftest.$ac_objext; then
33495   if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
33496   ac_cv_c_bigendian=yes
33497 fi
33498 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
33499   if test "$ac_cv_c_bigendian" = unknown; then
33500     ac_cv_c_bigendian=no
33501   else
33502     # finding both strings is unlikely to happen, but who knows?
33503     ac_cv_c_bigendian=unknown
33504   fi
33505 fi
33506 else
33507   echo "$as_me: failed program was:" >&5
33508 sed 's/^/| /' conftest.$ac_ext >&5
33509
33510
33511 fi
33512
33513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33514 else
33515   cat >conftest.$ac_ext <<_ACEOF
33516 /* confdefs.h.  */
33517 _ACEOF
33518 cat confdefs.h >>conftest.$ac_ext
33519 cat >>conftest.$ac_ext <<_ACEOF
33520 /* end confdefs.h.  */
33521 $ac_includes_default
33522 int
33523 main ()
33524 {
33525
33526   /* Are we little or big endian?  From Harbison&Steele.  */
33527   union
33528   {
33529     long int l;
33530     char c[sizeof (long int)];
33531   } u;
33532   u.l = 1;
33533   return u.c[sizeof (long int) - 1] == 1;
33534
33535   ;
33536   return 0;
33537 }
33538 _ACEOF
33539 rm -f conftest$ac_exeext
33540 if { (ac_try="$ac_link"
33541 case "(($ac_try" in
33542   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33543   *) ac_try_echo=$ac_try;;
33544 esac
33545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33546   (eval "$ac_link") 2>&5
33547   ac_status=$?
33548   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33549   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
33550   { (case "(($ac_try" in
33551   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33552   *) ac_try_echo=$ac_try;;
33553 esac
33554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33555   (eval "$ac_try") 2>&5
33556   ac_status=$?
33557   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33558   (exit $ac_status); }; }; then
33559   ac_cv_c_bigendian=no
33560 else
33561   echo "$as_me: program exited with status $ac_status" >&5
33562 echo "$as_me: failed program was:" >&5
33563 sed 's/^/| /' conftest.$ac_ext >&5
33564
33565 ( exit $ac_status )
33566 ac_cv_c_bigendian=yes
33567 fi
33568 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
33569 fi
33570
33571
33572 fi
33573
33574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33575 fi
33576 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
33577 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
33578 case $ac_cv_c_bigendian in
33579   yes)
33580
33581 cat >>confdefs.h <<\_ACEOF
33582 #define WORDS_BIGENDIAN 1
33583 _ACEOF
33584  ;;
33585   no)
33586      ;;
33587   *)
33588     { { echo "$as_me:$LINENO: error: unknown endianness
33589 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
33590 echo "$as_me: error: unknown endianness
33591 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
33592    { (exit 1); exit 1; }; } ;;
33593 esac
33594
33595 fi
33596
33597 { echo "$as_me:$LINENO: checking for short" >&5
33598 echo $ECHO_N "checking for short... $ECHO_C" >&6; }
33599 if test "${ac_cv_type_short+set}" = set; then
33600   echo $ECHO_N "(cached) $ECHO_C" >&6
33601 else
33602   cat >conftest.$ac_ext <<_ACEOF
33603 /* confdefs.h.  */
33604 _ACEOF
33605 cat confdefs.h >>conftest.$ac_ext
33606 cat >>conftest.$ac_ext <<_ACEOF
33607 /* end confdefs.h.  */
33608 $ac_includes_default
33609 typedef short ac__type_new_;
33610 int
33611 main ()
33612 {
33613 if ((ac__type_new_ *) 0)
33614   return 0;
33615 if (sizeof (ac__type_new_))
33616   return 0;
33617   ;
33618   return 0;
33619 }
33620 _ACEOF
33621 rm -f conftest.$ac_objext
33622 if { (ac_try="$ac_compile"
33623 case "(($ac_try" in
33624   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33625   *) ac_try_echo=$ac_try;;
33626 esac
33627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33628   (eval "$ac_compile") 2>conftest.er1
33629   ac_status=$?
33630   grep -v '^ *+' conftest.er1 >conftest.err
33631   rm -f conftest.er1
33632   cat conftest.err >&5
33633   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33634   (exit $ac_status); } && {
33635          test -z "$ac_c_werror_flag" ||
33636          test ! -s conftest.err
33637        } && test -s conftest.$ac_objext; then
33638   ac_cv_type_short=yes
33639 else
33640   echo "$as_me: failed program was:" >&5
33641 sed 's/^/| /' conftest.$ac_ext >&5
33642
33643         ac_cv_type_short=no
33644 fi
33645
33646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33647 fi
33648 { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
33649 echo "${ECHO_T}$ac_cv_type_short" >&6; }
33650
33651 # The cast to long int works around a bug in the HP C Compiler
33652 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
33653 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
33654 # This bug is HP SR number 8606223364.
33655 { echo "$as_me:$LINENO: checking size of short" >&5
33656 echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
33657 if test "${ac_cv_sizeof_short+set}" = set; then
33658   echo $ECHO_N "(cached) $ECHO_C" >&6
33659 else
33660   if test "$cross_compiling" = yes; then
33661   # Depending upon the size, compute the lo and hi bounds.
33662 cat >conftest.$ac_ext <<_ACEOF
33663 /* confdefs.h.  */
33664 _ACEOF
33665 cat confdefs.h >>conftest.$ac_ext
33666 cat >>conftest.$ac_ext <<_ACEOF
33667 /* end confdefs.h.  */
33668 $ac_includes_default
33669    typedef short ac__type_sizeof_;
33670 int
33671 main ()
33672 {
33673 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
33674 test_array [0] = 0
33675
33676   ;
33677   return 0;
33678 }
33679 _ACEOF
33680 rm -f conftest.$ac_objext
33681 if { (ac_try="$ac_compile"
33682 case "(($ac_try" in
33683   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33684   *) ac_try_echo=$ac_try;;
33685 esac
33686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33687   (eval "$ac_compile") 2>conftest.er1
33688   ac_status=$?
33689   grep -v '^ *+' conftest.er1 >conftest.err
33690   rm -f conftest.er1
33691   cat conftest.err >&5
33692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33693   (exit $ac_status); } && {
33694          test -z "$ac_c_werror_flag" ||
33695          test ! -s conftest.err
33696        } && test -s conftest.$ac_objext; then
33697   ac_lo=0 ac_mid=0
33698   while :; do
33699     cat >conftest.$ac_ext <<_ACEOF
33700 /* confdefs.h.  */
33701 _ACEOF
33702 cat confdefs.h >>conftest.$ac_ext
33703 cat >>conftest.$ac_ext <<_ACEOF
33704 /* end confdefs.h.  */
33705 $ac_includes_default
33706    typedef short ac__type_sizeof_;
33707 int
33708 main ()
33709 {
33710 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
33711 test_array [0] = 0
33712
33713   ;
33714   return 0;
33715 }
33716 _ACEOF
33717 rm -f conftest.$ac_objext
33718 if { (ac_try="$ac_compile"
33719 case "(($ac_try" in
33720   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33721   *) ac_try_echo=$ac_try;;
33722 esac
33723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33724   (eval "$ac_compile") 2>conftest.er1
33725   ac_status=$?
33726   grep -v '^ *+' conftest.er1 >conftest.err
33727   rm -f conftest.er1
33728   cat conftest.err >&5
33729   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33730   (exit $ac_status); } && {
33731          test -z "$ac_c_werror_flag" ||
33732          test ! -s conftest.err
33733        } && test -s conftest.$ac_objext; then
33734   ac_hi=$ac_mid; break
33735 else
33736   echo "$as_me: failed program was:" >&5
33737 sed 's/^/| /' conftest.$ac_ext >&5
33738
33739         ac_lo=`expr $ac_mid + 1`
33740                         if test $ac_lo -le $ac_mid; then
33741                           ac_lo= ac_hi=
33742                           break
33743                         fi
33744                         ac_mid=`expr 2 '*' $ac_mid + 1`
33745 fi
33746
33747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33748   done
33749 else
33750   echo "$as_me: failed program was:" >&5
33751 sed 's/^/| /' conftest.$ac_ext >&5
33752
33753         cat >conftest.$ac_ext <<_ACEOF
33754 /* confdefs.h.  */
33755 _ACEOF
33756 cat confdefs.h >>conftest.$ac_ext
33757 cat >>conftest.$ac_ext <<_ACEOF
33758 /* end confdefs.h.  */
33759 $ac_includes_default
33760    typedef short ac__type_sizeof_;
33761 int
33762 main ()
33763 {
33764 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
33765 test_array [0] = 0
33766
33767   ;
33768   return 0;
33769 }
33770 _ACEOF
33771 rm -f conftest.$ac_objext
33772 if { (ac_try="$ac_compile"
33773 case "(($ac_try" in
33774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33775   *) ac_try_echo=$ac_try;;
33776 esac
33777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33778   (eval "$ac_compile") 2>conftest.er1
33779   ac_status=$?
33780   grep -v '^ *+' conftest.er1 >conftest.err
33781   rm -f conftest.er1
33782   cat conftest.err >&5
33783   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33784   (exit $ac_status); } && {
33785          test -z "$ac_c_werror_flag" ||
33786          test ! -s conftest.err
33787        } && test -s conftest.$ac_objext; then
33788   ac_hi=-1 ac_mid=-1
33789   while :; do
33790     cat >conftest.$ac_ext <<_ACEOF
33791 /* confdefs.h.  */
33792 _ACEOF
33793 cat confdefs.h >>conftest.$ac_ext
33794 cat >>conftest.$ac_ext <<_ACEOF
33795 /* end confdefs.h.  */
33796 $ac_includes_default
33797    typedef short ac__type_sizeof_;
33798 int
33799 main ()
33800 {
33801 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
33802 test_array [0] = 0
33803
33804   ;
33805   return 0;
33806 }
33807 _ACEOF
33808 rm -f conftest.$ac_objext
33809 if { (ac_try="$ac_compile"
33810 case "(($ac_try" in
33811   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33812   *) ac_try_echo=$ac_try;;
33813 esac
33814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33815   (eval "$ac_compile") 2>conftest.er1
33816   ac_status=$?
33817   grep -v '^ *+' conftest.er1 >conftest.err
33818   rm -f conftest.er1
33819   cat conftest.err >&5
33820   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33821   (exit $ac_status); } && {
33822          test -z "$ac_c_werror_flag" ||
33823          test ! -s conftest.err
33824        } && test -s conftest.$ac_objext; then
33825   ac_lo=$ac_mid; break
33826 else
33827   echo "$as_me: failed program was:" >&5
33828 sed 's/^/| /' conftest.$ac_ext >&5
33829
33830         ac_hi=`expr '(' $ac_mid ')' - 1`
33831                         if test $ac_mid -le $ac_hi; then
33832                           ac_lo= ac_hi=
33833                           break
33834                         fi
33835                         ac_mid=`expr 2 '*' $ac_mid`
33836 fi
33837
33838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33839   done
33840 else
33841   echo "$as_me: failed program was:" >&5
33842 sed 's/^/| /' conftest.$ac_ext >&5
33843
33844         ac_lo= ac_hi=
33845 fi
33846
33847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33848 fi
33849
33850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33851 # Binary search between lo and hi bounds.
33852 while test "x$ac_lo" != "x$ac_hi"; do
33853   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
33854   cat >conftest.$ac_ext <<_ACEOF
33855 /* confdefs.h.  */
33856 _ACEOF
33857 cat confdefs.h >>conftest.$ac_ext
33858 cat >>conftest.$ac_ext <<_ACEOF
33859 /* end confdefs.h.  */
33860 $ac_includes_default
33861    typedef short ac__type_sizeof_;
33862 int
33863 main ()
33864 {
33865 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
33866 test_array [0] = 0
33867
33868   ;
33869   return 0;
33870 }
33871 _ACEOF
33872 rm -f conftest.$ac_objext
33873 if { (ac_try="$ac_compile"
33874 case "(($ac_try" in
33875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33876   *) ac_try_echo=$ac_try;;
33877 esac
33878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33879   (eval "$ac_compile") 2>conftest.er1
33880   ac_status=$?
33881   grep -v '^ *+' conftest.er1 >conftest.err
33882   rm -f conftest.er1
33883   cat conftest.err >&5
33884   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33885   (exit $ac_status); } && {
33886          test -z "$ac_c_werror_flag" ||
33887          test ! -s conftest.err
33888        } && test -s conftest.$ac_objext; then
33889   ac_hi=$ac_mid
33890 else
33891   echo "$as_me: failed program was:" >&5
33892 sed 's/^/| /' conftest.$ac_ext >&5
33893
33894         ac_lo=`expr '(' $ac_mid ')' + 1`
33895 fi
33896
33897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33898 done
33899 case $ac_lo in
33900 ?*) ac_cv_sizeof_short=$ac_lo;;
33901 '') if test "$ac_cv_type_short" = yes; then
33902      { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
33903 See \`config.log' for more details." >&5
33904 echo "$as_me: error: cannot compute sizeof (short)
33905 See \`config.log' for more details." >&2;}
33906    { (exit 77); exit 77; }; }
33907    else
33908      ac_cv_sizeof_short=0
33909    fi ;;
33910 esac
33911 else
33912   cat >conftest.$ac_ext <<_ACEOF
33913 /* confdefs.h.  */
33914 _ACEOF
33915 cat confdefs.h >>conftest.$ac_ext
33916 cat >>conftest.$ac_ext <<_ACEOF
33917 /* end confdefs.h.  */
33918 $ac_includes_default
33919    typedef short ac__type_sizeof_;
33920 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
33921 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
33922 #include <stdio.h>
33923 #include <stdlib.h>
33924 int
33925 main ()
33926 {
33927
33928   FILE *f = fopen ("conftest.val", "w");
33929   if (! f)
33930     return 1;
33931   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
33932     {
33933       long int i = longval ();
33934       if (i != ((long int) (sizeof (ac__type_sizeof_))))
33935         return 1;
33936       fprintf (f, "%ld\n", i);
33937     }
33938   else
33939     {
33940       unsigned long int i = ulongval ();
33941       if (i != ((long int) (sizeof (ac__type_sizeof_))))
33942         return 1;
33943       fprintf (f, "%lu\n", i);
33944     }
33945   return ferror (f) || fclose (f) != 0;
33946
33947   ;
33948   return 0;
33949 }
33950 _ACEOF
33951 rm -f conftest$ac_exeext
33952 if { (ac_try="$ac_link"
33953 case "(($ac_try" in
33954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33955   *) ac_try_echo=$ac_try;;
33956 esac
33957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33958   (eval "$ac_link") 2>&5
33959   ac_status=$?
33960   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33961   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
33962   { (case "(($ac_try" in
33963   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33964   *) ac_try_echo=$ac_try;;
33965 esac
33966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33967   (eval "$ac_try") 2>&5
33968   ac_status=$?
33969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33970   (exit $ac_status); }; }; then
33971   ac_cv_sizeof_short=`cat conftest.val`
33972 else
33973   echo "$as_me: program exited with status $ac_status" >&5
33974 echo "$as_me: failed program was:" >&5
33975 sed 's/^/| /' conftest.$ac_ext >&5
33976
33977 ( exit $ac_status )
33978 if test "$ac_cv_type_short" = yes; then
33979      { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
33980 See \`config.log' for more details." >&5
33981 echo "$as_me: error: cannot compute sizeof (short)
33982 See \`config.log' for more details." >&2;}
33983    { (exit 77); exit 77; }; }
33984    else
33985      ac_cv_sizeof_short=0
33986    fi
33987 fi
33988 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
33989 fi
33990 rm -f conftest.val
33991 fi
33992 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
33993 echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
33994
33995
33996
33997 cat >>confdefs.h <<_ACEOF
33998 #define SIZEOF_SHORT $ac_cv_sizeof_short
33999 _ACEOF
34000
34001
34002 { echo "$as_me:$LINENO: checking for int" >&5
34003 echo $ECHO_N "checking for int... $ECHO_C" >&6; }
34004 if test "${ac_cv_type_int+set}" = set; then
34005   echo $ECHO_N "(cached) $ECHO_C" >&6
34006 else
34007   cat >conftest.$ac_ext <<_ACEOF
34008 /* confdefs.h.  */
34009 _ACEOF
34010 cat confdefs.h >>conftest.$ac_ext
34011 cat >>conftest.$ac_ext <<_ACEOF
34012 /* end confdefs.h.  */
34013 $ac_includes_default
34014 typedef int ac__type_new_;
34015 int
34016 main ()
34017 {
34018 if ((ac__type_new_ *) 0)
34019   return 0;
34020 if (sizeof (ac__type_new_))
34021   return 0;
34022   ;
34023   return 0;
34024 }
34025 _ACEOF
34026 rm -f conftest.$ac_objext
34027 if { (ac_try="$ac_compile"
34028 case "(($ac_try" in
34029   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34030   *) ac_try_echo=$ac_try;;
34031 esac
34032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34033   (eval "$ac_compile") 2>conftest.er1
34034   ac_status=$?
34035   grep -v '^ *+' conftest.er1 >conftest.err
34036   rm -f conftest.er1
34037   cat conftest.err >&5
34038   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34039   (exit $ac_status); } && {
34040          test -z "$ac_c_werror_flag" ||
34041          test ! -s conftest.err
34042        } && test -s conftest.$ac_objext; then
34043   ac_cv_type_int=yes
34044 else
34045   echo "$as_me: failed program was:" >&5
34046 sed 's/^/| /' conftest.$ac_ext >&5
34047
34048         ac_cv_type_int=no
34049 fi
34050
34051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34052 fi
34053 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
34054 echo "${ECHO_T}$ac_cv_type_int" >&6; }
34055
34056 # The cast to long int works around a bug in the HP C Compiler
34057 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
34058 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
34059 # This bug is HP SR number 8606223364.
34060 { echo "$as_me:$LINENO: checking size of int" >&5
34061 echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
34062 if test "${ac_cv_sizeof_int+set}" = set; then
34063   echo $ECHO_N "(cached) $ECHO_C" >&6
34064 else
34065   if test "$cross_compiling" = yes; then
34066   # Depending upon the size, compute the lo and hi bounds.
34067 cat >conftest.$ac_ext <<_ACEOF
34068 /* confdefs.h.  */
34069 _ACEOF
34070 cat confdefs.h >>conftest.$ac_ext
34071 cat >>conftest.$ac_ext <<_ACEOF
34072 /* end confdefs.h.  */
34073 $ac_includes_default
34074    typedef int ac__type_sizeof_;
34075 int
34076 main ()
34077 {
34078 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
34079 test_array [0] = 0
34080
34081   ;
34082   return 0;
34083 }
34084 _ACEOF
34085 rm -f conftest.$ac_objext
34086 if { (ac_try="$ac_compile"
34087 case "(($ac_try" in
34088   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34089   *) ac_try_echo=$ac_try;;
34090 esac
34091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34092   (eval "$ac_compile") 2>conftest.er1
34093   ac_status=$?
34094   grep -v '^ *+' conftest.er1 >conftest.err
34095   rm -f conftest.er1
34096   cat conftest.err >&5
34097   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34098   (exit $ac_status); } && {
34099          test -z "$ac_c_werror_flag" ||
34100          test ! -s conftest.err
34101        } && test -s conftest.$ac_objext; then
34102   ac_lo=0 ac_mid=0
34103   while :; do
34104     cat >conftest.$ac_ext <<_ACEOF
34105 /* confdefs.h.  */
34106 _ACEOF
34107 cat confdefs.h >>conftest.$ac_ext
34108 cat >>conftest.$ac_ext <<_ACEOF
34109 /* end confdefs.h.  */
34110 $ac_includes_default
34111    typedef int ac__type_sizeof_;
34112 int
34113 main ()
34114 {
34115 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
34116 test_array [0] = 0
34117
34118   ;
34119   return 0;
34120 }
34121 _ACEOF
34122 rm -f conftest.$ac_objext
34123 if { (ac_try="$ac_compile"
34124 case "(($ac_try" in
34125   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34126   *) ac_try_echo=$ac_try;;
34127 esac
34128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34129   (eval "$ac_compile") 2>conftest.er1
34130   ac_status=$?
34131   grep -v '^ *+' conftest.er1 >conftest.err
34132   rm -f conftest.er1
34133   cat conftest.err >&5
34134   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34135   (exit $ac_status); } && {
34136          test -z "$ac_c_werror_flag" ||
34137          test ! -s conftest.err
34138        } && test -s conftest.$ac_objext; then
34139   ac_hi=$ac_mid; break
34140 else
34141   echo "$as_me: failed program was:" >&5
34142 sed 's/^/| /' conftest.$ac_ext >&5
34143
34144         ac_lo=`expr $ac_mid + 1`
34145                         if test $ac_lo -le $ac_mid; then
34146                           ac_lo= ac_hi=
34147                           break
34148                         fi
34149                         ac_mid=`expr 2 '*' $ac_mid + 1`
34150 fi
34151
34152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34153   done
34154 else
34155   echo "$as_me: failed program was:" >&5
34156 sed 's/^/| /' conftest.$ac_ext >&5
34157
34158         cat >conftest.$ac_ext <<_ACEOF
34159 /* confdefs.h.  */
34160 _ACEOF
34161 cat confdefs.h >>conftest.$ac_ext
34162 cat >>conftest.$ac_ext <<_ACEOF
34163 /* end confdefs.h.  */
34164 $ac_includes_default
34165    typedef int ac__type_sizeof_;
34166 int
34167 main ()
34168 {
34169 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
34170 test_array [0] = 0
34171
34172   ;
34173   return 0;
34174 }
34175 _ACEOF
34176 rm -f conftest.$ac_objext
34177 if { (ac_try="$ac_compile"
34178 case "(($ac_try" in
34179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34180   *) ac_try_echo=$ac_try;;
34181 esac
34182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34183   (eval "$ac_compile") 2>conftest.er1
34184   ac_status=$?
34185   grep -v '^ *+' conftest.er1 >conftest.err
34186   rm -f conftest.er1
34187   cat conftest.err >&5
34188   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34189   (exit $ac_status); } && {
34190          test -z "$ac_c_werror_flag" ||
34191          test ! -s conftest.err
34192        } && test -s conftest.$ac_objext; then
34193   ac_hi=-1 ac_mid=-1
34194   while :; do
34195     cat >conftest.$ac_ext <<_ACEOF
34196 /* confdefs.h.  */
34197 _ACEOF
34198 cat confdefs.h >>conftest.$ac_ext
34199 cat >>conftest.$ac_ext <<_ACEOF
34200 /* end confdefs.h.  */
34201 $ac_includes_default
34202    typedef int ac__type_sizeof_;
34203 int
34204 main ()
34205 {
34206 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
34207 test_array [0] = 0
34208
34209   ;
34210   return 0;
34211 }
34212 _ACEOF
34213 rm -f conftest.$ac_objext
34214 if { (ac_try="$ac_compile"
34215 case "(($ac_try" in
34216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34217   *) ac_try_echo=$ac_try;;
34218 esac
34219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34220   (eval "$ac_compile") 2>conftest.er1
34221   ac_status=$?
34222   grep -v '^ *+' conftest.er1 >conftest.err
34223   rm -f conftest.er1
34224   cat conftest.err >&5
34225   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34226   (exit $ac_status); } && {
34227          test -z "$ac_c_werror_flag" ||
34228          test ! -s conftest.err
34229        } && test -s conftest.$ac_objext; then
34230   ac_lo=$ac_mid; break
34231 else
34232   echo "$as_me: failed program was:" >&5
34233 sed 's/^/| /' conftest.$ac_ext >&5
34234
34235         ac_hi=`expr '(' $ac_mid ')' - 1`
34236                         if test $ac_mid -le $ac_hi; then
34237                           ac_lo= ac_hi=
34238                           break
34239                         fi
34240                         ac_mid=`expr 2 '*' $ac_mid`
34241 fi
34242
34243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34244   done
34245 else
34246   echo "$as_me: failed program was:" >&5
34247 sed 's/^/| /' conftest.$ac_ext >&5
34248
34249         ac_lo= ac_hi=
34250 fi
34251
34252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34253 fi
34254
34255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34256 # Binary search between lo and hi bounds.
34257 while test "x$ac_lo" != "x$ac_hi"; do
34258   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
34259   cat >conftest.$ac_ext <<_ACEOF
34260 /* confdefs.h.  */
34261 _ACEOF
34262 cat confdefs.h >>conftest.$ac_ext
34263 cat >>conftest.$ac_ext <<_ACEOF
34264 /* end confdefs.h.  */
34265 $ac_includes_default
34266    typedef int ac__type_sizeof_;
34267 int
34268 main ()
34269 {
34270 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
34271 test_array [0] = 0
34272
34273   ;
34274   return 0;
34275 }
34276 _ACEOF
34277 rm -f conftest.$ac_objext
34278 if { (ac_try="$ac_compile"
34279 case "(($ac_try" in
34280   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34281   *) ac_try_echo=$ac_try;;
34282 esac
34283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34284   (eval "$ac_compile") 2>conftest.er1
34285   ac_status=$?
34286   grep -v '^ *+' conftest.er1 >conftest.err
34287   rm -f conftest.er1
34288   cat conftest.err >&5
34289   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34290   (exit $ac_status); } && {
34291          test -z "$ac_c_werror_flag" ||
34292          test ! -s conftest.err
34293        } && test -s conftest.$ac_objext; then
34294   ac_hi=$ac_mid
34295 else
34296   echo "$as_me: failed program was:" >&5
34297 sed 's/^/| /' conftest.$ac_ext >&5
34298
34299         ac_lo=`expr '(' $ac_mid ')' + 1`
34300 fi
34301
34302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34303 done
34304 case $ac_lo in
34305 ?*) ac_cv_sizeof_int=$ac_lo;;
34306 '') if test "$ac_cv_type_int" = yes; then
34307      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
34308 See \`config.log' for more details." >&5
34309 echo "$as_me: error: cannot compute sizeof (int)
34310 See \`config.log' for more details." >&2;}
34311    { (exit 77); exit 77; }; }
34312    else
34313      ac_cv_sizeof_int=0
34314    fi ;;
34315 esac
34316 else
34317   cat >conftest.$ac_ext <<_ACEOF
34318 /* confdefs.h.  */
34319 _ACEOF
34320 cat confdefs.h >>conftest.$ac_ext
34321 cat >>conftest.$ac_ext <<_ACEOF
34322 /* end confdefs.h.  */
34323 $ac_includes_default
34324    typedef int ac__type_sizeof_;
34325 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
34326 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
34327 #include <stdio.h>
34328 #include <stdlib.h>
34329 int
34330 main ()
34331 {
34332
34333   FILE *f = fopen ("conftest.val", "w");
34334   if (! f)
34335     return 1;
34336   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
34337     {
34338       long int i = longval ();
34339       if (i != ((long int) (sizeof (ac__type_sizeof_))))
34340         return 1;
34341       fprintf (f, "%ld\n", i);
34342     }
34343   else
34344     {
34345       unsigned long int i = ulongval ();
34346       if (i != ((long int) (sizeof (ac__type_sizeof_))))
34347         return 1;
34348       fprintf (f, "%lu\n", i);
34349     }
34350   return ferror (f) || fclose (f) != 0;
34351
34352   ;
34353   return 0;
34354 }
34355 _ACEOF
34356 rm -f conftest$ac_exeext
34357 if { (ac_try="$ac_link"
34358 case "(($ac_try" in
34359   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34360   *) ac_try_echo=$ac_try;;
34361 esac
34362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34363   (eval "$ac_link") 2>&5
34364   ac_status=$?
34365   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34366   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
34367   { (case "(($ac_try" in
34368   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34369   *) ac_try_echo=$ac_try;;
34370 esac
34371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34372   (eval "$ac_try") 2>&5
34373   ac_status=$?
34374   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34375   (exit $ac_status); }; }; then
34376   ac_cv_sizeof_int=`cat conftest.val`
34377 else
34378   echo "$as_me: program exited with status $ac_status" >&5
34379 echo "$as_me: failed program was:" >&5
34380 sed 's/^/| /' conftest.$ac_ext >&5
34381
34382 ( exit $ac_status )
34383 if test "$ac_cv_type_int" = yes; then
34384      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
34385 See \`config.log' for more details." >&5
34386 echo "$as_me: error: cannot compute sizeof (int)
34387 See \`config.log' for more details." >&2;}
34388    { (exit 77); exit 77; }; }
34389    else
34390      ac_cv_sizeof_int=0
34391    fi
34392 fi
34393 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
34394 fi
34395 rm -f conftest.val
34396 fi
34397 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
34398 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
34399
34400
34401
34402 cat >>confdefs.h <<_ACEOF
34403 #define SIZEOF_INT $ac_cv_sizeof_int
34404 _ACEOF
34405
34406
34407 { echo "$as_me:$LINENO: checking for long" >&5
34408 echo $ECHO_N "checking for long... $ECHO_C" >&6; }
34409 if test "${ac_cv_type_long+set}" = set; then
34410   echo $ECHO_N "(cached) $ECHO_C" >&6
34411 else
34412   cat >conftest.$ac_ext <<_ACEOF
34413 /* confdefs.h.  */
34414 _ACEOF
34415 cat confdefs.h >>conftest.$ac_ext
34416 cat >>conftest.$ac_ext <<_ACEOF
34417 /* end confdefs.h.  */
34418 $ac_includes_default
34419 typedef long ac__type_new_;
34420 int
34421 main ()
34422 {
34423 if ((ac__type_new_ *) 0)
34424   return 0;
34425 if (sizeof (ac__type_new_))
34426   return 0;
34427   ;
34428   return 0;
34429 }
34430 _ACEOF
34431 rm -f conftest.$ac_objext
34432 if { (ac_try="$ac_compile"
34433 case "(($ac_try" in
34434   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34435   *) ac_try_echo=$ac_try;;
34436 esac
34437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34438   (eval "$ac_compile") 2>conftest.er1
34439   ac_status=$?
34440   grep -v '^ *+' conftest.er1 >conftest.err
34441   rm -f conftest.er1
34442   cat conftest.err >&5
34443   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34444   (exit $ac_status); } && {
34445          test -z "$ac_c_werror_flag" ||
34446          test ! -s conftest.err
34447        } && test -s conftest.$ac_objext; then
34448   ac_cv_type_long=yes
34449 else
34450   echo "$as_me: failed program was:" >&5
34451 sed 's/^/| /' conftest.$ac_ext >&5
34452
34453         ac_cv_type_long=no
34454 fi
34455
34456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34457 fi
34458 { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
34459 echo "${ECHO_T}$ac_cv_type_long" >&6; }
34460
34461 # The cast to long int works around a bug in the HP C Compiler
34462 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
34463 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
34464 # This bug is HP SR number 8606223364.
34465 { echo "$as_me:$LINENO: checking size of long" >&5
34466 echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
34467 if test "${ac_cv_sizeof_long+set}" = set; then
34468   echo $ECHO_N "(cached) $ECHO_C" >&6
34469 else
34470   if test "$cross_compiling" = yes; then
34471   # Depending upon the size, compute the lo and hi bounds.
34472 cat >conftest.$ac_ext <<_ACEOF
34473 /* confdefs.h.  */
34474 _ACEOF
34475 cat confdefs.h >>conftest.$ac_ext
34476 cat >>conftest.$ac_ext <<_ACEOF
34477 /* end confdefs.h.  */
34478 $ac_includes_default
34479    typedef long ac__type_sizeof_;
34480 int
34481 main ()
34482 {
34483 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
34484 test_array [0] = 0
34485
34486   ;
34487   return 0;
34488 }
34489 _ACEOF
34490 rm -f conftest.$ac_objext
34491 if { (ac_try="$ac_compile"
34492 case "(($ac_try" in
34493   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34494   *) ac_try_echo=$ac_try;;
34495 esac
34496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34497   (eval "$ac_compile") 2>conftest.er1
34498   ac_status=$?
34499   grep -v '^ *+' conftest.er1 >conftest.err
34500   rm -f conftest.er1
34501   cat conftest.err >&5
34502   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34503   (exit $ac_status); } && {
34504          test -z "$ac_c_werror_flag" ||
34505          test ! -s conftest.err
34506        } && test -s conftest.$ac_objext; then
34507   ac_lo=0 ac_mid=0
34508   while :; do
34509     cat >conftest.$ac_ext <<_ACEOF
34510 /* confdefs.h.  */
34511 _ACEOF
34512 cat confdefs.h >>conftest.$ac_ext
34513 cat >>conftest.$ac_ext <<_ACEOF
34514 /* end confdefs.h.  */
34515 $ac_includes_default
34516    typedef long ac__type_sizeof_;
34517 int
34518 main ()
34519 {
34520 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
34521 test_array [0] = 0
34522
34523   ;
34524   return 0;
34525 }
34526 _ACEOF
34527 rm -f conftest.$ac_objext
34528 if { (ac_try="$ac_compile"
34529 case "(($ac_try" in
34530   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34531   *) ac_try_echo=$ac_try;;
34532 esac
34533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34534   (eval "$ac_compile") 2>conftest.er1
34535   ac_status=$?
34536   grep -v '^ *+' conftest.er1 >conftest.err
34537   rm -f conftest.er1
34538   cat conftest.err >&5
34539   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34540   (exit $ac_status); } && {
34541          test -z "$ac_c_werror_flag" ||
34542          test ! -s conftest.err
34543        } && test -s conftest.$ac_objext; then
34544   ac_hi=$ac_mid; break
34545 else
34546   echo "$as_me: failed program was:" >&5
34547 sed 's/^/| /' conftest.$ac_ext >&5
34548
34549         ac_lo=`expr $ac_mid + 1`
34550                         if test $ac_lo -le $ac_mid; then
34551                           ac_lo= ac_hi=
34552                           break
34553                         fi
34554                         ac_mid=`expr 2 '*' $ac_mid + 1`
34555 fi
34556
34557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34558   done
34559 else
34560   echo "$as_me: failed program was:" >&5
34561 sed 's/^/| /' conftest.$ac_ext >&5
34562
34563         cat >conftest.$ac_ext <<_ACEOF
34564 /* confdefs.h.  */
34565 _ACEOF
34566 cat confdefs.h >>conftest.$ac_ext
34567 cat >>conftest.$ac_ext <<_ACEOF
34568 /* end confdefs.h.  */
34569 $ac_includes_default
34570    typedef long ac__type_sizeof_;
34571 int
34572 main ()
34573 {
34574 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
34575 test_array [0] = 0
34576
34577   ;
34578   return 0;
34579 }
34580 _ACEOF
34581 rm -f conftest.$ac_objext
34582 if { (ac_try="$ac_compile"
34583 case "(($ac_try" in
34584   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34585   *) ac_try_echo=$ac_try;;
34586 esac
34587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34588   (eval "$ac_compile") 2>conftest.er1
34589   ac_status=$?
34590   grep -v '^ *+' conftest.er1 >conftest.err
34591   rm -f conftest.er1
34592   cat conftest.err >&5
34593   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34594   (exit $ac_status); } && {
34595          test -z "$ac_c_werror_flag" ||
34596          test ! -s conftest.err
34597        } && test -s conftest.$ac_objext; then
34598   ac_hi=-1 ac_mid=-1
34599   while :; do
34600     cat >conftest.$ac_ext <<_ACEOF
34601 /* confdefs.h.  */
34602 _ACEOF
34603 cat confdefs.h >>conftest.$ac_ext
34604 cat >>conftest.$ac_ext <<_ACEOF
34605 /* end confdefs.h.  */
34606 $ac_includes_default
34607    typedef long ac__type_sizeof_;
34608 int
34609 main ()
34610 {
34611 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
34612 test_array [0] = 0
34613
34614   ;
34615   return 0;
34616 }
34617 _ACEOF
34618 rm -f conftest.$ac_objext
34619 if { (ac_try="$ac_compile"
34620 case "(($ac_try" in
34621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34622   *) ac_try_echo=$ac_try;;
34623 esac
34624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34625   (eval "$ac_compile") 2>conftest.er1
34626   ac_status=$?
34627   grep -v '^ *+' conftest.er1 >conftest.err
34628   rm -f conftest.er1
34629   cat conftest.err >&5
34630   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34631   (exit $ac_status); } && {
34632          test -z "$ac_c_werror_flag" ||
34633          test ! -s conftest.err
34634        } && test -s conftest.$ac_objext; then
34635   ac_lo=$ac_mid; break
34636 else
34637   echo "$as_me: failed program was:" >&5
34638 sed 's/^/| /' conftest.$ac_ext >&5
34639
34640         ac_hi=`expr '(' $ac_mid ')' - 1`
34641                         if test $ac_mid -le $ac_hi; then
34642                           ac_lo= ac_hi=
34643                           break
34644                         fi
34645                         ac_mid=`expr 2 '*' $ac_mid`
34646 fi
34647
34648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34649   done
34650 else
34651   echo "$as_me: failed program was:" >&5
34652 sed 's/^/| /' conftest.$ac_ext >&5
34653
34654         ac_lo= ac_hi=
34655 fi
34656
34657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34658 fi
34659
34660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34661 # Binary search between lo and hi bounds.
34662 while test "x$ac_lo" != "x$ac_hi"; do
34663   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
34664   cat >conftest.$ac_ext <<_ACEOF
34665 /* confdefs.h.  */
34666 _ACEOF
34667 cat confdefs.h >>conftest.$ac_ext
34668 cat >>conftest.$ac_ext <<_ACEOF
34669 /* end confdefs.h.  */
34670 $ac_includes_default
34671    typedef long ac__type_sizeof_;
34672 int
34673 main ()
34674 {
34675 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
34676 test_array [0] = 0
34677
34678   ;
34679   return 0;
34680 }
34681 _ACEOF
34682 rm -f conftest.$ac_objext
34683 if { (ac_try="$ac_compile"
34684 case "(($ac_try" in
34685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34686   *) ac_try_echo=$ac_try;;
34687 esac
34688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34689   (eval "$ac_compile") 2>conftest.er1
34690   ac_status=$?
34691   grep -v '^ *+' conftest.er1 >conftest.err
34692   rm -f conftest.er1
34693   cat conftest.err >&5
34694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34695   (exit $ac_status); } && {
34696          test -z "$ac_c_werror_flag" ||
34697          test ! -s conftest.err
34698        } && test -s conftest.$ac_objext; then
34699   ac_hi=$ac_mid
34700 else
34701   echo "$as_me: failed program was:" >&5
34702 sed 's/^/| /' conftest.$ac_ext >&5
34703
34704         ac_lo=`expr '(' $ac_mid ')' + 1`
34705 fi
34706
34707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34708 done
34709 case $ac_lo in
34710 ?*) ac_cv_sizeof_long=$ac_lo;;
34711 '') if test "$ac_cv_type_long" = yes; then
34712      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
34713 See \`config.log' for more details." >&5
34714 echo "$as_me: error: cannot compute sizeof (long)
34715 See \`config.log' for more details." >&2;}
34716    { (exit 77); exit 77; }; }
34717    else
34718      ac_cv_sizeof_long=0
34719    fi ;;
34720 esac
34721 else
34722   cat >conftest.$ac_ext <<_ACEOF
34723 /* confdefs.h.  */
34724 _ACEOF
34725 cat confdefs.h >>conftest.$ac_ext
34726 cat >>conftest.$ac_ext <<_ACEOF
34727 /* end confdefs.h.  */
34728 $ac_includes_default
34729    typedef long ac__type_sizeof_;
34730 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
34731 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
34732 #include <stdio.h>
34733 #include <stdlib.h>
34734 int
34735 main ()
34736 {
34737
34738   FILE *f = fopen ("conftest.val", "w");
34739   if (! f)
34740     return 1;
34741   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
34742     {
34743       long int i = longval ();
34744       if (i != ((long int) (sizeof (ac__type_sizeof_))))
34745         return 1;
34746       fprintf (f, "%ld\n", i);
34747     }
34748   else
34749     {
34750       unsigned long int i = ulongval ();
34751       if (i != ((long int) (sizeof (ac__type_sizeof_))))
34752         return 1;
34753       fprintf (f, "%lu\n", i);
34754     }
34755   return ferror (f) || fclose (f) != 0;
34756
34757   ;
34758   return 0;
34759 }
34760 _ACEOF
34761 rm -f conftest$ac_exeext
34762 if { (ac_try="$ac_link"
34763 case "(($ac_try" in
34764   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34765   *) ac_try_echo=$ac_try;;
34766 esac
34767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34768   (eval "$ac_link") 2>&5
34769   ac_status=$?
34770   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34771   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
34772   { (case "(($ac_try" in
34773   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34774   *) ac_try_echo=$ac_try;;
34775 esac
34776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34777   (eval "$ac_try") 2>&5
34778   ac_status=$?
34779   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34780   (exit $ac_status); }; }; then
34781   ac_cv_sizeof_long=`cat conftest.val`
34782 else
34783   echo "$as_me: program exited with status $ac_status" >&5
34784 echo "$as_me: failed program was:" >&5
34785 sed 's/^/| /' conftest.$ac_ext >&5
34786
34787 ( exit $ac_status )
34788 if test "$ac_cv_type_long" = yes; then
34789      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
34790 See \`config.log' for more details." >&5
34791 echo "$as_me: error: cannot compute sizeof (long)
34792 See \`config.log' for more details." >&2;}
34793    { (exit 77); exit 77; }; }
34794    else
34795      ac_cv_sizeof_long=0
34796    fi
34797 fi
34798 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
34799 fi
34800 rm -f conftest.val
34801 fi
34802 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
34803 echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
34804
34805
34806
34807 cat >>confdefs.h <<_ACEOF
34808 #define SIZEOF_LONG $ac_cv_sizeof_long
34809 _ACEOF
34810
34811
34812 { echo "$as_me:$LINENO: checking for long long" >&5
34813 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
34814 if test "${ac_cv_type_long_long+set}" = set; then
34815   echo $ECHO_N "(cached) $ECHO_C" >&6
34816 else
34817   cat >conftest.$ac_ext <<_ACEOF
34818 /* confdefs.h.  */
34819 _ACEOF
34820 cat confdefs.h >>conftest.$ac_ext
34821 cat >>conftest.$ac_ext <<_ACEOF
34822 /* end confdefs.h.  */
34823 $ac_includes_default
34824 typedef long long ac__type_new_;
34825 int
34826 main ()
34827 {
34828 if ((ac__type_new_ *) 0)
34829   return 0;
34830 if (sizeof (ac__type_new_))
34831   return 0;
34832   ;
34833   return 0;
34834 }
34835 _ACEOF
34836 rm -f conftest.$ac_objext
34837 if { (ac_try="$ac_compile"
34838 case "(($ac_try" in
34839   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34840   *) ac_try_echo=$ac_try;;
34841 esac
34842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34843   (eval "$ac_compile") 2>conftest.er1
34844   ac_status=$?
34845   grep -v '^ *+' conftest.er1 >conftest.err
34846   rm -f conftest.er1
34847   cat conftest.err >&5
34848   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34849   (exit $ac_status); } && {
34850          test -z "$ac_c_werror_flag" ||
34851          test ! -s conftest.err
34852        } && test -s conftest.$ac_objext; then
34853   ac_cv_type_long_long=yes
34854 else
34855   echo "$as_me: failed program was:" >&5
34856 sed 's/^/| /' conftest.$ac_ext >&5
34857
34858         ac_cv_type_long_long=no
34859 fi
34860
34861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34862 fi
34863 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
34864 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
34865
34866 # The cast to long int works around a bug in the HP C Compiler
34867 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
34868 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
34869 # This bug is HP SR number 8606223364.
34870 { echo "$as_me:$LINENO: checking size of long long" >&5
34871 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
34872 if test "${ac_cv_sizeof_long_long+set}" = set; then
34873   echo $ECHO_N "(cached) $ECHO_C" >&6
34874 else
34875   if test "$cross_compiling" = yes; then
34876   # Depending upon the size, compute the lo and hi bounds.
34877 cat >conftest.$ac_ext <<_ACEOF
34878 /* confdefs.h.  */
34879 _ACEOF
34880 cat confdefs.h >>conftest.$ac_ext
34881 cat >>conftest.$ac_ext <<_ACEOF
34882 /* end confdefs.h.  */
34883 $ac_includes_default
34884    typedef long long ac__type_sizeof_;
34885 int
34886 main ()
34887 {
34888 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
34889 test_array [0] = 0
34890
34891   ;
34892   return 0;
34893 }
34894 _ACEOF
34895 rm -f conftest.$ac_objext
34896 if { (ac_try="$ac_compile"
34897 case "(($ac_try" in
34898   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34899   *) ac_try_echo=$ac_try;;
34900 esac
34901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34902   (eval "$ac_compile") 2>conftest.er1
34903   ac_status=$?
34904   grep -v '^ *+' conftest.er1 >conftest.err
34905   rm -f conftest.er1
34906   cat conftest.err >&5
34907   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34908   (exit $ac_status); } && {
34909          test -z "$ac_c_werror_flag" ||
34910          test ! -s conftest.err
34911        } && test -s conftest.$ac_objext; then
34912   ac_lo=0 ac_mid=0
34913   while :; do
34914     cat >conftest.$ac_ext <<_ACEOF
34915 /* confdefs.h.  */
34916 _ACEOF
34917 cat confdefs.h >>conftest.$ac_ext
34918 cat >>conftest.$ac_ext <<_ACEOF
34919 /* end confdefs.h.  */
34920 $ac_includes_default
34921    typedef long long ac__type_sizeof_;
34922 int
34923 main ()
34924 {
34925 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
34926 test_array [0] = 0
34927
34928   ;
34929   return 0;
34930 }
34931 _ACEOF
34932 rm -f conftest.$ac_objext
34933 if { (ac_try="$ac_compile"
34934 case "(($ac_try" in
34935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34936   *) ac_try_echo=$ac_try;;
34937 esac
34938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34939   (eval "$ac_compile") 2>conftest.er1
34940   ac_status=$?
34941   grep -v '^ *+' conftest.er1 >conftest.err
34942   rm -f conftest.er1
34943   cat conftest.err >&5
34944   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34945   (exit $ac_status); } && {
34946          test -z "$ac_c_werror_flag" ||
34947          test ! -s conftest.err
34948        } && test -s conftest.$ac_objext; then
34949   ac_hi=$ac_mid; break
34950 else
34951   echo "$as_me: failed program was:" >&5
34952 sed 's/^/| /' conftest.$ac_ext >&5
34953
34954         ac_lo=`expr $ac_mid + 1`
34955                         if test $ac_lo -le $ac_mid; then
34956                           ac_lo= ac_hi=
34957                           break
34958                         fi
34959                         ac_mid=`expr 2 '*' $ac_mid + 1`
34960 fi
34961
34962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34963   done
34964 else
34965   echo "$as_me: failed program was:" >&5
34966 sed 's/^/| /' conftest.$ac_ext >&5
34967
34968         cat >conftest.$ac_ext <<_ACEOF
34969 /* confdefs.h.  */
34970 _ACEOF
34971 cat confdefs.h >>conftest.$ac_ext
34972 cat >>conftest.$ac_ext <<_ACEOF
34973 /* end confdefs.h.  */
34974 $ac_includes_default
34975    typedef long long ac__type_sizeof_;
34976 int
34977 main ()
34978 {
34979 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
34980 test_array [0] = 0
34981
34982   ;
34983   return 0;
34984 }
34985 _ACEOF
34986 rm -f conftest.$ac_objext
34987 if { (ac_try="$ac_compile"
34988 case "(($ac_try" in
34989   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34990   *) ac_try_echo=$ac_try;;
34991 esac
34992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34993   (eval "$ac_compile") 2>conftest.er1
34994   ac_status=$?
34995   grep -v '^ *+' conftest.er1 >conftest.err
34996   rm -f conftest.er1
34997   cat conftest.err >&5
34998   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34999   (exit $ac_status); } && {
35000          test -z "$ac_c_werror_flag" ||
35001          test ! -s conftest.err
35002        } && test -s conftest.$ac_objext; then
35003   ac_hi=-1 ac_mid=-1
35004   while :; do
35005     cat >conftest.$ac_ext <<_ACEOF
35006 /* confdefs.h.  */
35007 _ACEOF
35008 cat confdefs.h >>conftest.$ac_ext
35009 cat >>conftest.$ac_ext <<_ACEOF
35010 /* end confdefs.h.  */
35011 $ac_includes_default
35012    typedef long long ac__type_sizeof_;
35013 int
35014 main ()
35015 {
35016 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
35017 test_array [0] = 0
35018
35019   ;
35020   return 0;
35021 }
35022 _ACEOF
35023 rm -f conftest.$ac_objext
35024 if { (ac_try="$ac_compile"
35025 case "(($ac_try" in
35026   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35027   *) ac_try_echo=$ac_try;;
35028 esac
35029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35030   (eval "$ac_compile") 2>conftest.er1
35031   ac_status=$?
35032   grep -v '^ *+' conftest.er1 >conftest.err
35033   rm -f conftest.er1
35034   cat conftest.err >&5
35035   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35036   (exit $ac_status); } && {
35037          test -z "$ac_c_werror_flag" ||
35038          test ! -s conftest.err
35039        } && test -s conftest.$ac_objext; then
35040   ac_lo=$ac_mid; break
35041 else
35042   echo "$as_me: failed program was:" >&5
35043 sed 's/^/| /' conftest.$ac_ext >&5
35044
35045         ac_hi=`expr '(' $ac_mid ')' - 1`
35046                         if test $ac_mid -le $ac_hi; then
35047                           ac_lo= ac_hi=
35048                           break
35049                         fi
35050                         ac_mid=`expr 2 '*' $ac_mid`
35051 fi
35052
35053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35054   done
35055 else
35056   echo "$as_me: failed program was:" >&5
35057 sed 's/^/| /' conftest.$ac_ext >&5
35058
35059         ac_lo= ac_hi=
35060 fi
35061
35062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35063 fi
35064
35065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35066 # Binary search between lo and hi bounds.
35067 while test "x$ac_lo" != "x$ac_hi"; do
35068   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
35069   cat >conftest.$ac_ext <<_ACEOF
35070 /* confdefs.h.  */
35071 _ACEOF
35072 cat confdefs.h >>conftest.$ac_ext
35073 cat >>conftest.$ac_ext <<_ACEOF
35074 /* end confdefs.h.  */
35075 $ac_includes_default
35076    typedef long long ac__type_sizeof_;
35077 int
35078 main ()
35079 {
35080 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35081 test_array [0] = 0
35082
35083   ;
35084   return 0;
35085 }
35086 _ACEOF
35087 rm -f conftest.$ac_objext
35088 if { (ac_try="$ac_compile"
35089 case "(($ac_try" in
35090   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35091   *) ac_try_echo=$ac_try;;
35092 esac
35093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35094   (eval "$ac_compile") 2>conftest.er1
35095   ac_status=$?
35096   grep -v '^ *+' conftest.er1 >conftest.err
35097   rm -f conftest.er1
35098   cat conftest.err >&5
35099   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35100   (exit $ac_status); } && {
35101          test -z "$ac_c_werror_flag" ||
35102          test ! -s conftest.err
35103        } && test -s conftest.$ac_objext; then
35104   ac_hi=$ac_mid
35105 else
35106   echo "$as_me: failed program was:" >&5
35107 sed 's/^/| /' conftest.$ac_ext >&5
35108
35109         ac_lo=`expr '(' $ac_mid ')' + 1`
35110 fi
35111
35112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35113 done
35114 case $ac_lo in
35115 ?*) ac_cv_sizeof_long_long=$ac_lo;;
35116 '') if test "$ac_cv_type_long_long" = yes; then
35117      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
35118 See \`config.log' for more details." >&5
35119 echo "$as_me: error: cannot compute sizeof (long long)
35120 See \`config.log' for more details." >&2;}
35121    { (exit 77); exit 77; }; }
35122    else
35123      ac_cv_sizeof_long_long=0
35124    fi ;;
35125 esac
35126 else
35127   cat >conftest.$ac_ext <<_ACEOF
35128 /* confdefs.h.  */
35129 _ACEOF
35130 cat confdefs.h >>conftest.$ac_ext
35131 cat >>conftest.$ac_ext <<_ACEOF
35132 /* end confdefs.h.  */
35133 $ac_includes_default
35134    typedef long long ac__type_sizeof_;
35135 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
35136 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
35137 #include <stdio.h>
35138 #include <stdlib.h>
35139 int
35140 main ()
35141 {
35142
35143   FILE *f = fopen ("conftest.val", "w");
35144   if (! f)
35145     return 1;
35146   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
35147     {
35148       long int i = longval ();
35149       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35150         return 1;
35151       fprintf (f, "%ld\n", i);
35152     }
35153   else
35154     {
35155       unsigned long int i = ulongval ();
35156       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35157         return 1;
35158       fprintf (f, "%lu\n", i);
35159     }
35160   return ferror (f) || fclose (f) != 0;
35161
35162   ;
35163   return 0;
35164 }
35165 _ACEOF
35166 rm -f conftest$ac_exeext
35167 if { (ac_try="$ac_link"
35168 case "(($ac_try" in
35169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35170   *) ac_try_echo=$ac_try;;
35171 esac
35172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35173   (eval "$ac_link") 2>&5
35174   ac_status=$?
35175   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35176   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
35177   { (case "(($ac_try" in
35178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35179   *) ac_try_echo=$ac_try;;
35180 esac
35181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35182   (eval "$ac_try") 2>&5
35183   ac_status=$?
35184   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35185   (exit $ac_status); }; }; then
35186   ac_cv_sizeof_long_long=`cat conftest.val`
35187 else
35188   echo "$as_me: program exited with status $ac_status" >&5
35189 echo "$as_me: failed program was:" >&5
35190 sed 's/^/| /' conftest.$ac_ext >&5
35191
35192 ( exit $ac_status )
35193 if test "$ac_cv_type_long_long" = yes; then
35194      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
35195 See \`config.log' for more details." >&5
35196 echo "$as_me: error: cannot compute sizeof (long long)
35197 See \`config.log' for more details." >&2;}
35198    { (exit 77); exit 77; }; }
35199    else
35200      ac_cv_sizeof_long_long=0
35201    fi
35202 fi
35203 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
35204 fi
35205 rm -f conftest.val
35206 fi
35207 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
35208 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
35209
35210
35211
35212 cat >>confdefs.h <<_ACEOF
35213 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
35214 _ACEOF
35215
35216
35217 { echo "$as_me:$LINENO: checking for wchar_t" >&5
35218 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6; }
35219 if test "${ac_cv_type_wchar_t+set}" = set; then
35220   echo $ECHO_N "(cached) $ECHO_C" >&6
35221 else
35222   cat >conftest.$ac_ext <<_ACEOF
35223 /* confdefs.h.  */
35224 _ACEOF
35225 cat confdefs.h >>conftest.$ac_ext
35226 cat >>conftest.$ac_ext <<_ACEOF
35227 /* end confdefs.h.  */
35228 $ac_includes_default
35229 typedef wchar_t ac__type_new_;
35230 int
35231 main ()
35232 {
35233 if ((ac__type_new_ *) 0)
35234   return 0;
35235 if (sizeof (ac__type_new_))
35236   return 0;
35237   ;
35238   return 0;
35239 }
35240 _ACEOF
35241 rm -f conftest.$ac_objext
35242 if { (ac_try="$ac_compile"
35243 case "(($ac_try" in
35244   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35245   *) ac_try_echo=$ac_try;;
35246 esac
35247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35248   (eval "$ac_compile") 2>conftest.er1
35249   ac_status=$?
35250   grep -v '^ *+' conftest.er1 >conftest.err
35251   rm -f conftest.er1
35252   cat conftest.err >&5
35253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35254   (exit $ac_status); } && {
35255          test -z "$ac_c_werror_flag" ||
35256          test ! -s conftest.err
35257        } && test -s conftest.$ac_objext; then
35258   ac_cv_type_wchar_t=yes
35259 else
35260   echo "$as_me: failed program was:" >&5
35261 sed 's/^/| /' conftest.$ac_ext >&5
35262
35263         ac_cv_type_wchar_t=no
35264 fi
35265
35266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35267 fi
35268 { echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
35269 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6; }
35270
35271 # The cast to long int works around a bug in the HP C Compiler
35272 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
35273 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
35274 # This bug is HP SR number 8606223364.
35275 { echo "$as_me:$LINENO: checking size of wchar_t" >&5
35276 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6; }
35277 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
35278   echo $ECHO_N "(cached) $ECHO_C" >&6
35279 else
35280   if test "$cross_compiling" = yes; then
35281   # Depending upon the size, compute the lo and hi bounds.
35282 cat >conftest.$ac_ext <<_ACEOF
35283 /* confdefs.h.  */
35284 _ACEOF
35285 cat confdefs.h >>conftest.$ac_ext
35286 cat >>conftest.$ac_ext <<_ACEOF
35287 /* end confdefs.h.  */
35288 $ac_includes_default
35289    typedef wchar_t ac__type_sizeof_;
35290 int
35291 main ()
35292 {
35293 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
35294 test_array [0] = 0
35295
35296   ;
35297   return 0;
35298 }
35299 _ACEOF
35300 rm -f conftest.$ac_objext
35301 if { (ac_try="$ac_compile"
35302 case "(($ac_try" in
35303   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35304   *) ac_try_echo=$ac_try;;
35305 esac
35306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35307   (eval "$ac_compile") 2>conftest.er1
35308   ac_status=$?
35309   grep -v '^ *+' conftest.er1 >conftest.err
35310   rm -f conftest.er1
35311   cat conftest.err >&5
35312   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35313   (exit $ac_status); } && {
35314          test -z "$ac_c_werror_flag" ||
35315          test ! -s conftest.err
35316        } && test -s conftest.$ac_objext; then
35317   ac_lo=0 ac_mid=0
35318   while :; do
35319     cat >conftest.$ac_ext <<_ACEOF
35320 /* confdefs.h.  */
35321 _ACEOF
35322 cat confdefs.h >>conftest.$ac_ext
35323 cat >>conftest.$ac_ext <<_ACEOF
35324 /* end confdefs.h.  */
35325 $ac_includes_default
35326    typedef wchar_t ac__type_sizeof_;
35327 int
35328 main ()
35329 {
35330 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35331 test_array [0] = 0
35332
35333   ;
35334   return 0;
35335 }
35336 _ACEOF
35337 rm -f conftest.$ac_objext
35338 if { (ac_try="$ac_compile"
35339 case "(($ac_try" in
35340   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35341   *) ac_try_echo=$ac_try;;
35342 esac
35343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35344   (eval "$ac_compile") 2>conftest.er1
35345   ac_status=$?
35346   grep -v '^ *+' conftest.er1 >conftest.err
35347   rm -f conftest.er1
35348   cat conftest.err >&5
35349   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35350   (exit $ac_status); } && {
35351          test -z "$ac_c_werror_flag" ||
35352          test ! -s conftest.err
35353        } && test -s conftest.$ac_objext; then
35354   ac_hi=$ac_mid; break
35355 else
35356   echo "$as_me: failed program was:" >&5
35357 sed 's/^/| /' conftest.$ac_ext >&5
35358
35359         ac_lo=`expr $ac_mid + 1`
35360                         if test $ac_lo -le $ac_mid; then
35361                           ac_lo= ac_hi=
35362                           break
35363                         fi
35364                         ac_mid=`expr 2 '*' $ac_mid + 1`
35365 fi
35366
35367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35368   done
35369 else
35370   echo "$as_me: failed program was:" >&5
35371 sed 's/^/| /' conftest.$ac_ext >&5
35372
35373         cat >conftest.$ac_ext <<_ACEOF
35374 /* confdefs.h.  */
35375 _ACEOF
35376 cat confdefs.h >>conftest.$ac_ext
35377 cat >>conftest.$ac_ext <<_ACEOF
35378 /* end confdefs.h.  */
35379 $ac_includes_default
35380    typedef wchar_t ac__type_sizeof_;
35381 int
35382 main ()
35383 {
35384 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
35385 test_array [0] = 0
35386
35387   ;
35388   return 0;
35389 }
35390 _ACEOF
35391 rm -f conftest.$ac_objext
35392 if { (ac_try="$ac_compile"
35393 case "(($ac_try" in
35394   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35395   *) ac_try_echo=$ac_try;;
35396 esac
35397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35398   (eval "$ac_compile") 2>conftest.er1
35399   ac_status=$?
35400   grep -v '^ *+' conftest.er1 >conftest.err
35401   rm -f conftest.er1
35402   cat conftest.err >&5
35403   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35404   (exit $ac_status); } && {
35405          test -z "$ac_c_werror_flag" ||
35406          test ! -s conftest.err
35407        } && test -s conftest.$ac_objext; then
35408   ac_hi=-1 ac_mid=-1
35409   while :; do
35410     cat >conftest.$ac_ext <<_ACEOF
35411 /* confdefs.h.  */
35412 _ACEOF
35413 cat confdefs.h >>conftest.$ac_ext
35414 cat >>conftest.$ac_ext <<_ACEOF
35415 /* end confdefs.h.  */
35416 $ac_includes_default
35417    typedef wchar_t ac__type_sizeof_;
35418 int
35419 main ()
35420 {
35421 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
35422 test_array [0] = 0
35423
35424   ;
35425   return 0;
35426 }
35427 _ACEOF
35428 rm -f conftest.$ac_objext
35429 if { (ac_try="$ac_compile"
35430 case "(($ac_try" in
35431   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35432   *) ac_try_echo=$ac_try;;
35433 esac
35434 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35435   (eval "$ac_compile") 2>conftest.er1
35436   ac_status=$?
35437   grep -v '^ *+' conftest.er1 >conftest.err
35438   rm -f conftest.er1
35439   cat conftest.err >&5
35440   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35441   (exit $ac_status); } && {
35442          test -z "$ac_c_werror_flag" ||
35443          test ! -s conftest.err
35444        } && test -s conftest.$ac_objext; then
35445   ac_lo=$ac_mid; break
35446 else
35447   echo "$as_me: failed program was:" >&5
35448 sed 's/^/| /' conftest.$ac_ext >&5
35449
35450         ac_hi=`expr '(' $ac_mid ')' - 1`
35451                         if test $ac_mid -le $ac_hi; then
35452                           ac_lo= ac_hi=
35453                           break
35454                         fi
35455                         ac_mid=`expr 2 '*' $ac_mid`
35456 fi
35457
35458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35459   done
35460 else
35461   echo "$as_me: failed program was:" >&5
35462 sed 's/^/| /' conftest.$ac_ext >&5
35463
35464         ac_lo= ac_hi=
35465 fi
35466
35467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35468 fi
35469
35470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35471 # Binary search between lo and hi bounds.
35472 while test "x$ac_lo" != "x$ac_hi"; do
35473   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
35474   cat >conftest.$ac_ext <<_ACEOF
35475 /* confdefs.h.  */
35476 _ACEOF
35477 cat confdefs.h >>conftest.$ac_ext
35478 cat >>conftest.$ac_ext <<_ACEOF
35479 /* end confdefs.h.  */
35480 $ac_includes_default
35481    typedef wchar_t ac__type_sizeof_;
35482 int
35483 main ()
35484 {
35485 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35486 test_array [0] = 0
35487
35488   ;
35489   return 0;
35490 }
35491 _ACEOF
35492 rm -f conftest.$ac_objext
35493 if { (ac_try="$ac_compile"
35494 case "(($ac_try" in
35495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35496   *) ac_try_echo=$ac_try;;
35497 esac
35498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35499   (eval "$ac_compile") 2>conftest.er1
35500   ac_status=$?
35501   grep -v '^ *+' conftest.er1 >conftest.err
35502   rm -f conftest.er1
35503   cat conftest.err >&5
35504   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35505   (exit $ac_status); } && {
35506          test -z "$ac_c_werror_flag" ||
35507          test ! -s conftest.err
35508        } && test -s conftest.$ac_objext; then
35509   ac_hi=$ac_mid
35510 else
35511   echo "$as_me: failed program was:" >&5
35512 sed 's/^/| /' conftest.$ac_ext >&5
35513
35514         ac_lo=`expr '(' $ac_mid ')' + 1`
35515 fi
35516
35517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35518 done
35519 case $ac_lo in
35520 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
35521 '') if test "$ac_cv_type_wchar_t" = yes; then
35522      { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
35523 See \`config.log' for more details." >&5
35524 echo "$as_me: error: cannot compute sizeof (wchar_t)
35525 See \`config.log' for more details." >&2;}
35526    { (exit 77); exit 77; }; }
35527    else
35528      ac_cv_sizeof_wchar_t=0
35529    fi ;;
35530 esac
35531 else
35532   cat >conftest.$ac_ext <<_ACEOF
35533 /* confdefs.h.  */
35534 _ACEOF
35535 cat confdefs.h >>conftest.$ac_ext
35536 cat >>conftest.$ac_ext <<_ACEOF
35537 /* end confdefs.h.  */
35538 $ac_includes_default
35539    typedef wchar_t ac__type_sizeof_;
35540 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
35541 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
35542 #include <stdio.h>
35543 #include <stdlib.h>
35544 int
35545 main ()
35546 {
35547
35548   FILE *f = fopen ("conftest.val", "w");
35549   if (! f)
35550     return 1;
35551   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
35552     {
35553       long int i = longval ();
35554       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35555         return 1;
35556       fprintf (f, "%ld\n", i);
35557     }
35558   else
35559     {
35560       unsigned long int i = ulongval ();
35561       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35562         return 1;
35563       fprintf (f, "%lu\n", i);
35564     }
35565   return ferror (f) || fclose (f) != 0;
35566
35567   ;
35568   return 0;
35569 }
35570 _ACEOF
35571 rm -f conftest$ac_exeext
35572 if { (ac_try="$ac_link"
35573 case "(($ac_try" in
35574   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35575   *) ac_try_echo=$ac_try;;
35576 esac
35577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35578   (eval "$ac_link") 2>&5
35579   ac_status=$?
35580   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35581   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
35582   { (case "(($ac_try" in
35583   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35584   *) ac_try_echo=$ac_try;;
35585 esac
35586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35587   (eval "$ac_try") 2>&5
35588   ac_status=$?
35589   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35590   (exit $ac_status); }; }; then
35591   ac_cv_sizeof_wchar_t=`cat conftest.val`
35592 else
35593   echo "$as_me: program exited with status $ac_status" >&5
35594 echo "$as_me: failed program was:" >&5
35595 sed 's/^/| /' conftest.$ac_ext >&5
35596
35597 ( exit $ac_status )
35598 if test "$ac_cv_type_wchar_t" = yes; then
35599      { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
35600 See \`config.log' for more details." >&5
35601 echo "$as_me: error: cannot compute sizeof (wchar_t)
35602 See \`config.log' for more details." >&2;}
35603    { (exit 77); exit 77; }; }
35604    else
35605      ac_cv_sizeof_wchar_t=0
35606    fi
35607 fi
35608 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
35609 fi
35610 rm -f conftest.val
35611 fi
35612 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
35613 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6; }
35614
35615
35616
35617 cat >>confdefs.h <<_ACEOF
35618 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
35619 _ACEOF
35620
35621
35622
35623 if test "$ac_cv_sizeof_int" -lt 4 ; then
35624         { echo "$as_me:$LINENO: WARNING: OpenLDAP requires 'int' to be 32 bits or greater." >&5
35625 echo "$as_me: WARNING: OpenLDAP requires 'int' to be 32 bits or greater." >&2;}
35626
35627
35628 cat >>confdefs.h <<\_ACEOF
35629 #define LBER_INT_T long
35630 _ACEOF
35631
35632 else
35633
35634 cat >>confdefs.h <<\_ACEOF
35635 #define LBER_INT_T int
35636 _ACEOF
35637
35638 fi
35639
35640
35641 cat >>confdefs.h <<\_ACEOF
35642 #define LBER_LEN_T long
35643 _ACEOF
35644
35645
35646 cat >>confdefs.h <<\_ACEOF
35647 #define LBER_SOCKET_T int
35648 _ACEOF
35649
35650
35651 cat >>confdefs.h <<\_ACEOF
35652 #define LBER_TAG_T long
35653 _ACEOF
35654
35655
35656 if test $ol_with_mp = longlong || test $ol_with_mp = auto ; then
35657         if test $ac_cv_sizeof_long_long -gt 4 ; then
35658                 ol_with_mp=longlong
35659
35660 cat >>confdefs.h <<\_ACEOF
35661 #define USE_MP_LONG_LONG 1
35662 _ACEOF
35663
35664         elif test $ol_with_mp = longlong ; then
35665                 { { echo "$as_me:$LINENO: error: long long unusable for multiple precision" >&5
35666 echo "$as_me: error: long long unusable for multiple precision" >&2;}
35667    { (exit 1); exit 1; }; }
35668         fi
35669 fi
35670 if test $ol_with_mp = long || test $ol_with_mp = auto ; then
35671         if test $ac_cv_sizeof_long -gt 4 ; then
35672                 ol_with_mp=long
35673
35674 cat >>confdefs.h <<\_ACEOF
35675 #define USE_MP_LONG 1
35676 _ACEOF
35677
35678         elif test $ol_with_mp = long ; then
35679                 { { echo "$as_me:$LINENO: error: long unusable for multiple precision" >&5
35680 echo "$as_me: error: long unusable for multiple precision" >&2;}
35681    { (exit 1); exit 1; }; }
35682         fi
35683 fi
35684 if test $ol_with_mp = bignum || test $ol_with_mp = auto ; then
35685
35686 for ac_header in openssl/bn.h
35687 do
35688 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35689 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35690   { echo "$as_me:$LINENO: checking for $ac_header" >&5
35691 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
35692 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35693   echo $ECHO_N "(cached) $ECHO_C" >&6
35694 fi
35695 ac_res=`eval echo '${'$as_ac_Header'}'`
35696                { echo "$as_me:$LINENO: result: $ac_res" >&5
35697 echo "${ECHO_T}$ac_res" >&6; }
35698 else
35699   # Is the header compilable?
35700 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
35701 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
35702 cat >conftest.$ac_ext <<_ACEOF
35703 /* confdefs.h.  */
35704 _ACEOF
35705 cat confdefs.h >>conftest.$ac_ext
35706 cat >>conftest.$ac_ext <<_ACEOF
35707 /* end confdefs.h.  */
35708 $ac_includes_default
35709 #include <$ac_header>
35710 _ACEOF
35711 rm -f conftest.$ac_objext
35712 if { (ac_try="$ac_compile"
35713 case "(($ac_try" in
35714   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35715   *) ac_try_echo=$ac_try;;
35716 esac
35717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35718   (eval "$ac_compile") 2>conftest.er1
35719   ac_status=$?
35720   grep -v '^ *+' conftest.er1 >conftest.err
35721   rm -f conftest.er1
35722   cat conftest.err >&5
35723   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35724   (exit $ac_status); } && {
35725          test -z "$ac_c_werror_flag" ||
35726          test ! -s conftest.err
35727        } && test -s conftest.$ac_objext; then
35728   ac_header_compiler=yes
35729 else
35730   echo "$as_me: failed program was:" >&5
35731 sed 's/^/| /' conftest.$ac_ext >&5
35732
35733         ac_header_compiler=no
35734 fi
35735
35736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35737 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35738 echo "${ECHO_T}$ac_header_compiler" >&6; }
35739
35740 # Is the header present?
35741 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
35742 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
35743 cat >conftest.$ac_ext <<_ACEOF
35744 /* confdefs.h.  */
35745 _ACEOF
35746 cat confdefs.h >>conftest.$ac_ext
35747 cat >>conftest.$ac_ext <<_ACEOF
35748 /* end confdefs.h.  */
35749 #include <$ac_header>
35750 _ACEOF
35751 if { (ac_try="$ac_cpp conftest.$ac_ext"
35752 case "(($ac_try" in
35753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35754   *) ac_try_echo=$ac_try;;
35755 esac
35756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35757   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
35758   ac_status=$?
35759   grep -v '^ *+' conftest.er1 >conftest.err
35760   rm -f conftest.er1
35761   cat conftest.err >&5
35762   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35763   (exit $ac_status); } >/dev/null && {
35764          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
35765          test ! -s conftest.err
35766        }; then
35767   ac_header_preproc=yes
35768 else
35769   echo "$as_me: failed program was:" >&5
35770 sed 's/^/| /' conftest.$ac_ext >&5
35771
35772   ac_header_preproc=no
35773 fi
35774
35775 rm -f conftest.err conftest.$ac_ext
35776 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35777 echo "${ECHO_T}$ac_header_preproc" >&6; }
35778
35779 # So?  What about this header?
35780 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35781   yes:no: )
35782     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
35783 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
35784     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
35785 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
35786     ac_header_preproc=yes
35787     ;;
35788   no:yes:* )
35789     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
35790 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
35791     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
35792 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
35793     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
35794 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
35795     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
35796 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
35797     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35798 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
35799     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35800 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
35801     ( cat <<\_ASBOX
35802 ## --------------------------------------------- ##
35803 ## Report this to <http://www.openldap.org/its/> ##
35804 ## --------------------------------------------- ##
35805 _ASBOX
35806      ) | sed "s/^/$as_me: WARNING:     /" >&2
35807     ;;
35808 esac
35809 { echo "$as_me:$LINENO: checking for $ac_header" >&5
35810 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
35811 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35812   echo $ECHO_N "(cached) $ECHO_C" >&6
35813 else
35814   eval "$as_ac_Header=\$ac_header_preproc"
35815 fi
35816 ac_res=`eval echo '${'$as_ac_Header'}'`
35817                { echo "$as_me:$LINENO: result: $ac_res" >&5
35818 echo "${ECHO_T}$ac_res" >&6; }
35819
35820 fi
35821 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35822   cat >>confdefs.h <<_ACEOF
35823 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35824 _ACEOF
35825
35826 fi
35827
35828 done
35829
35830
35831 for ac_header in openssl/crypto.h
35832 do
35833 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35834 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35835   { echo "$as_me:$LINENO: checking for $ac_header" >&5
35836 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
35837 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35838   echo $ECHO_N "(cached) $ECHO_C" >&6
35839 fi
35840 ac_res=`eval echo '${'$as_ac_Header'}'`
35841                { echo "$as_me:$LINENO: result: $ac_res" >&5
35842 echo "${ECHO_T}$ac_res" >&6; }
35843 else
35844   # Is the header compilable?
35845 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
35846 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
35847 cat >conftest.$ac_ext <<_ACEOF
35848 /* confdefs.h.  */
35849 _ACEOF
35850 cat confdefs.h >>conftest.$ac_ext
35851 cat >>conftest.$ac_ext <<_ACEOF
35852 /* end confdefs.h.  */
35853 $ac_includes_default
35854 #include <$ac_header>
35855 _ACEOF
35856 rm -f conftest.$ac_objext
35857 if { (ac_try="$ac_compile"
35858 case "(($ac_try" in
35859   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35860   *) ac_try_echo=$ac_try;;
35861 esac
35862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35863   (eval "$ac_compile") 2>conftest.er1
35864   ac_status=$?
35865   grep -v '^ *+' conftest.er1 >conftest.err
35866   rm -f conftest.er1
35867   cat conftest.err >&5
35868   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35869   (exit $ac_status); } && {
35870          test -z "$ac_c_werror_flag" ||
35871          test ! -s conftest.err
35872        } && test -s conftest.$ac_objext; then
35873   ac_header_compiler=yes
35874 else
35875   echo "$as_me: failed program was:" >&5
35876 sed 's/^/| /' conftest.$ac_ext >&5
35877
35878         ac_header_compiler=no
35879 fi
35880
35881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35882 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35883 echo "${ECHO_T}$ac_header_compiler" >&6; }
35884
35885 # Is the header present?
35886 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
35887 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
35888 cat >conftest.$ac_ext <<_ACEOF
35889 /* confdefs.h.  */
35890 _ACEOF
35891 cat confdefs.h >>conftest.$ac_ext
35892 cat >>conftest.$ac_ext <<_ACEOF
35893 /* end confdefs.h.  */
35894 #include <$ac_header>
35895 _ACEOF
35896 if { (ac_try="$ac_cpp conftest.$ac_ext"
35897 case "(($ac_try" in
35898   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35899   *) ac_try_echo=$ac_try;;
35900 esac
35901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35902   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
35903   ac_status=$?
35904   grep -v '^ *+' conftest.er1 >conftest.err
35905   rm -f conftest.er1
35906   cat conftest.err >&5
35907   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35908   (exit $ac_status); } >/dev/null && {
35909          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
35910          test ! -s conftest.err
35911        }; then
35912   ac_header_preproc=yes
35913 else
35914   echo "$as_me: failed program was:" >&5
35915 sed 's/^/| /' conftest.$ac_ext >&5
35916
35917   ac_header_preproc=no
35918 fi
35919
35920 rm -f conftest.err conftest.$ac_ext
35921 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35922 echo "${ECHO_T}$ac_header_preproc" >&6; }
35923
35924 # So?  What about this header?
35925 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35926   yes:no: )
35927     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
35928 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
35929     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
35930 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
35931     ac_header_preproc=yes
35932     ;;
35933   no:yes:* )
35934     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
35935 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
35936     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
35937 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
35938     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
35939 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
35940     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
35941 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
35942     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35943 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
35944     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35945 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
35946     ( cat <<\_ASBOX
35947 ## --------------------------------------------- ##
35948 ## Report this to <http://www.openldap.org/its/> ##
35949 ## --------------------------------------------- ##
35950 _ASBOX
35951      ) | sed "s/^/$as_me: WARNING:     /" >&2
35952     ;;
35953 esac
35954 { echo "$as_me:$LINENO: checking for $ac_header" >&5
35955 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
35956 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35957   echo $ECHO_N "(cached) $ECHO_C" >&6
35958 else
35959   eval "$as_ac_Header=\$ac_header_preproc"
35960 fi
35961 ac_res=`eval echo '${'$as_ac_Header'}'`
35962                { echo "$as_me:$LINENO: result: $ac_res" >&5
35963 echo "${ECHO_T}$ac_res" >&6; }
35964
35965 fi
35966 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35967   cat >>confdefs.h <<_ACEOF
35968 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35969 _ACEOF
35970
35971 fi
35972
35973 done
35974
35975         if test "$ac_cv_header_openssl_bn_h" = "yes" &&
35976                 test "$ac_cv_header_openssl_crypto_h" = "yes" &&
35977                 test "$ol_with_tls" = "found" ; then
35978                 ol_with_mp=bignum
35979
35980 cat >>confdefs.h <<\_ACEOF
35981 #define USE_MP_BIGNUM 1
35982 _ACEOF
35983
35984         elif test $ol_with_mp = bignum ; then
35985                 { { echo "$as_me:$LINENO: error: bignum not available" >&5
35986 echo "$as_me: error: bignum not available" >&2;}
35987    { (exit 1); exit 1; }; }
35988         fi
35989 fi
35990 if test $ol_with_mp = gmp || test $ol_with_mp = auto ; then
35991
35992 for ac_header in gmp.h
35993 do
35994 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35995 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35996   { echo "$as_me:$LINENO: checking for $ac_header" >&5
35997 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
35998 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35999   echo $ECHO_N "(cached) $ECHO_C" >&6
36000 fi
36001 ac_res=`eval echo '${'$as_ac_Header'}'`
36002                { echo "$as_me:$LINENO: result: $ac_res" >&5
36003 echo "${ECHO_T}$ac_res" >&6; }
36004 else
36005   # Is the header compilable?
36006 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
36007 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
36008 cat >conftest.$ac_ext <<_ACEOF
36009 /* confdefs.h.  */
36010 _ACEOF
36011 cat confdefs.h >>conftest.$ac_ext
36012 cat >>conftest.$ac_ext <<_ACEOF
36013 /* end confdefs.h.  */
36014 $ac_includes_default
36015 #include <$ac_header>
36016 _ACEOF
36017 rm -f conftest.$ac_objext
36018 if { (ac_try="$ac_compile"
36019 case "(($ac_try" in
36020   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36021   *) ac_try_echo=$ac_try;;
36022 esac
36023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36024   (eval "$ac_compile") 2>conftest.er1
36025   ac_status=$?
36026   grep -v '^ *+' conftest.er1 >conftest.err
36027   rm -f conftest.er1
36028   cat conftest.err >&5
36029   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36030   (exit $ac_status); } && {
36031          test -z "$ac_c_werror_flag" ||
36032          test ! -s conftest.err
36033        } && test -s conftest.$ac_objext; then
36034   ac_header_compiler=yes
36035 else
36036   echo "$as_me: failed program was:" >&5
36037 sed 's/^/| /' conftest.$ac_ext >&5
36038
36039         ac_header_compiler=no
36040 fi
36041
36042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36043 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36044 echo "${ECHO_T}$ac_header_compiler" >&6; }
36045
36046 # Is the header present?
36047 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
36048 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
36049 cat >conftest.$ac_ext <<_ACEOF
36050 /* confdefs.h.  */
36051 _ACEOF
36052 cat confdefs.h >>conftest.$ac_ext
36053 cat >>conftest.$ac_ext <<_ACEOF
36054 /* end confdefs.h.  */
36055 #include <$ac_header>
36056 _ACEOF
36057 if { (ac_try="$ac_cpp conftest.$ac_ext"
36058 case "(($ac_try" in
36059   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36060   *) ac_try_echo=$ac_try;;
36061 esac
36062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36063   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
36064   ac_status=$?
36065   grep -v '^ *+' conftest.er1 >conftest.err
36066   rm -f conftest.er1
36067   cat conftest.err >&5
36068   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36069   (exit $ac_status); } >/dev/null && {
36070          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
36071          test ! -s conftest.err
36072        }; then
36073   ac_header_preproc=yes
36074 else
36075   echo "$as_me: failed program was:" >&5
36076 sed 's/^/| /' conftest.$ac_ext >&5
36077
36078   ac_header_preproc=no
36079 fi
36080
36081 rm -f conftest.err conftest.$ac_ext
36082 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36083 echo "${ECHO_T}$ac_header_preproc" >&6; }
36084
36085 # So?  What about this header?
36086 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36087   yes:no: )
36088     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36089 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36090     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36091 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36092     ac_header_preproc=yes
36093     ;;
36094   no:yes:* )
36095     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36096 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36097     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
36098 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
36099     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36100 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36101     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
36102 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
36103     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36104 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36105     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36106 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36107     ( cat <<\_ASBOX
36108 ## --------------------------------------------- ##
36109 ## Report this to <http://www.openldap.org/its/> ##
36110 ## --------------------------------------------- ##
36111 _ASBOX
36112      ) | sed "s/^/$as_me: WARNING:     /" >&2
36113     ;;
36114 esac
36115 { echo "$as_me:$LINENO: checking for $ac_header" >&5
36116 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
36117 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
36118   echo $ECHO_N "(cached) $ECHO_C" >&6
36119 else
36120   eval "$as_ac_Header=\$ac_header_preproc"
36121 fi
36122 ac_res=`eval echo '${'$as_ac_Header'}'`
36123                { echo "$as_me:$LINENO: result: $ac_res" >&5
36124 echo "${ECHO_T}$ac_res" >&6; }
36125
36126 fi
36127 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36128   cat >>confdefs.h <<_ACEOF
36129 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36130 _ACEOF
36131
36132 fi
36133
36134 done
36135
36136
36137 { echo "$as_me:$LINENO: checking for __gmpz_add_ui in -lgmp" >&5
36138 echo $ECHO_N "checking for __gmpz_add_ui in -lgmp... $ECHO_C" >&6; }
36139 if test "${ac_cv_lib_gmp___gmpz_add_ui+set}" = set; then
36140   echo $ECHO_N "(cached) $ECHO_C" >&6
36141 else
36142   ac_check_lib_save_LIBS=$LIBS
36143 LIBS="-lgmp  $LIBS"
36144 cat >conftest.$ac_ext <<_ACEOF
36145 /* confdefs.h.  */
36146 _ACEOF
36147 cat confdefs.h >>conftest.$ac_ext
36148 cat >>conftest.$ac_ext <<_ACEOF
36149 /* end confdefs.h.  */
36150
36151 /* Override any GCC internal prototype to avoid an error.
36152    Use char because int might match the return type of a GCC
36153    builtin and then its argument prototype would still apply.  */
36154 #ifdef __cplusplus
36155 extern "C"
36156 #endif
36157 char __gmpz_add_ui ();
36158 int
36159 main ()
36160 {
36161 return __gmpz_add_ui ();
36162   ;
36163   return 0;
36164 }
36165 _ACEOF
36166 rm -f conftest.$ac_objext conftest$ac_exeext
36167 if { (ac_try="$ac_link"
36168 case "(($ac_try" in
36169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36170   *) ac_try_echo=$ac_try;;
36171 esac
36172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36173   (eval "$ac_link") 2>conftest.er1
36174   ac_status=$?
36175   grep -v '^ *+' conftest.er1 >conftest.err
36176   rm -f conftest.er1
36177   cat conftest.err >&5
36178   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36179   (exit $ac_status); } && {
36180          test -z "$ac_c_werror_flag" ||
36181          test ! -s conftest.err
36182        } && test -s conftest$ac_exeext &&
36183        $as_test_x conftest$ac_exeext; then
36184   ac_cv_lib_gmp___gmpz_add_ui=yes
36185 else
36186   echo "$as_me: failed program was:" >&5
36187 sed 's/^/| /' conftest.$ac_ext >&5
36188
36189         ac_cv_lib_gmp___gmpz_add_ui=no
36190 fi
36191
36192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36193       conftest$ac_exeext conftest.$ac_ext
36194 LIBS=$ac_check_lib_save_LIBS
36195 fi
36196 { echo "$as_me:$LINENO: result: $ac_cv_lib_gmp___gmpz_add_ui" >&5
36197 echo "${ECHO_T}$ac_cv_lib_gmp___gmpz_add_ui" >&6; }
36198 if test $ac_cv_lib_gmp___gmpz_add_ui = yes; then
36199   cat >>confdefs.h <<_ACEOF
36200 #define HAVE_LIBGMP 1
36201 _ACEOF
36202
36203   LIBS="-lgmp $LIBS"
36204
36205 fi
36206
36207         if test $ac_cv_header_gmp_h = yes && test $ac_cv_lib_gmp___gmpz_add_ui = yes ; then
36208
36209 cat >>confdefs.h <<\_ACEOF
36210 #define USE_MP_GMP 1
36211 _ACEOF
36212
36213                 ol_with_mp=gmp
36214         elif test $ol_with_mp = gmp ; then
36215                 { { echo "$as_me:$LINENO: error: gmp not available" >&5
36216 echo "$as_me: error: gmp not available" >&2;}
36217    { (exit 1); exit 1; }; }
36218         fi
36219 fi
36220 if test $ol_with_mp = auto ; then
36221         ol_with_mp=no
36222 fi
36223
36224 { echo "$as_me:$LINENO: checking for working memcmp" >&5
36225 echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6; }
36226 if test "${ac_cv_func_memcmp_working+set}" = set; then
36227   echo $ECHO_N "(cached) $ECHO_C" >&6
36228 else
36229   if test "$cross_compiling" = yes; then
36230   ac_cv_func_memcmp_working=no
36231 else
36232   cat >conftest.$ac_ext <<_ACEOF
36233 /* confdefs.h.  */
36234 _ACEOF
36235 cat confdefs.h >>conftest.$ac_ext
36236 cat >>conftest.$ac_ext <<_ACEOF
36237 /* end confdefs.h.  */
36238 $ac_includes_default
36239 int
36240 main ()
36241 {
36242
36243   /* Some versions of memcmp are not 8-bit clean.  */
36244   char c0 = '\100', c1 = '\200', c2 = '\201';
36245   if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
36246     return 1;
36247
36248   /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
36249      or more and with at least one buffer not starting on a 4-byte boundary.
36250      William Lewis provided this test program.   */
36251   {
36252     char foo[21];
36253     char bar[21];
36254     int i;
36255     for (i = 0; i < 4; i++)
36256       {
36257         char *a = foo + i;
36258         char *b = bar + i;
36259         strcpy (a, "--------01111111");
36260         strcpy (b, "--------10000000");
36261         if (memcmp (a, b, 16) >= 0)
36262           return 1;
36263       }
36264     return 0;
36265   }
36266
36267   ;
36268   return 0;
36269 }
36270 _ACEOF
36271 rm -f conftest$ac_exeext
36272 if { (ac_try="$ac_link"
36273 case "(($ac_try" in
36274   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36275   *) ac_try_echo=$ac_try;;
36276 esac
36277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36278   (eval "$ac_link") 2>&5
36279   ac_status=$?
36280   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36281   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
36282   { (case "(($ac_try" in
36283   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36284   *) ac_try_echo=$ac_try;;
36285 esac
36286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36287   (eval "$ac_try") 2>&5
36288   ac_status=$?
36289   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36290   (exit $ac_status); }; }; then
36291   ac_cv_func_memcmp_working=yes
36292 else
36293   echo "$as_me: program exited with status $ac_status" >&5
36294 echo "$as_me: failed program was:" >&5
36295 sed 's/^/| /' conftest.$ac_ext >&5
36296
36297 ( exit $ac_status )
36298 ac_cv_func_memcmp_working=no
36299 fi
36300 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
36301 fi
36302
36303
36304 fi
36305 { echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5
36306 echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6; }
36307 test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in
36308   *" memcmp.$ac_objext "* ) ;;
36309   *) LIBOBJS="$LIBOBJS memcmp.$ac_objext"
36310  ;;
36311 esac
36312
36313
36314
36315 if test $ac_cv_func_memcmp_working = no ; then
36316
36317 cat >>confdefs.h <<\_ACEOF
36318 #define NEED_MEMCMP_REPLACEMENT 1
36319 _ACEOF
36320
36321 fi
36322
36323
36324 for ac_func in strftime
36325 do
36326 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36327 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36328 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36329 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36330   echo $ECHO_N "(cached) $ECHO_C" >&6
36331 else
36332   cat >conftest.$ac_ext <<_ACEOF
36333 /* confdefs.h.  */
36334 _ACEOF
36335 cat confdefs.h >>conftest.$ac_ext
36336 cat >>conftest.$ac_ext <<_ACEOF
36337 /* end confdefs.h.  */
36338 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36339    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
36340 #define $ac_func innocuous_$ac_func
36341
36342 /* System header to define __stub macros and hopefully few prototypes,
36343     which can conflict with char $ac_func (); below.
36344     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36345     <limits.h> exists even on freestanding compilers.  */
36346
36347 #ifdef __STDC__
36348 # include <limits.h>
36349 #else
36350 # include <assert.h>
36351 #endif
36352
36353 #undef $ac_func
36354
36355 /* Override any GCC internal prototype to avoid an error.
36356    Use char because int might match the return type of a GCC
36357    builtin and then its argument prototype would still apply.  */
36358 #ifdef __cplusplus
36359 extern "C"
36360 #endif
36361 char $ac_func ();
36362 /* The GNU C library defines this for functions which it implements
36363     to always fail with ENOSYS.  Some functions are actually named
36364     something starting with __ and the normal name is an alias.  */
36365 #if defined __stub_$ac_func || defined __stub___$ac_func
36366 choke me
36367 #endif
36368
36369 int
36370 main ()
36371 {
36372 return $ac_func ();
36373   ;
36374   return 0;
36375 }
36376 _ACEOF
36377 rm -f conftest.$ac_objext conftest$ac_exeext
36378 if { (ac_try="$ac_link"
36379 case "(($ac_try" in
36380   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36381   *) ac_try_echo=$ac_try;;
36382 esac
36383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36384   (eval "$ac_link") 2>conftest.er1
36385   ac_status=$?
36386   grep -v '^ *+' conftest.er1 >conftest.err
36387   rm -f conftest.er1
36388   cat conftest.err >&5
36389   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36390   (exit $ac_status); } && {
36391          test -z "$ac_c_werror_flag" ||
36392          test ! -s conftest.err
36393        } && test -s conftest$ac_exeext &&
36394        $as_test_x conftest$ac_exeext; then
36395   eval "$as_ac_var=yes"
36396 else
36397   echo "$as_me: failed program was:" >&5
36398 sed 's/^/| /' conftest.$ac_ext >&5
36399
36400         eval "$as_ac_var=no"
36401 fi
36402
36403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36404       conftest$ac_exeext conftest.$ac_ext
36405 fi
36406 ac_res=`eval echo '${'$as_ac_var'}'`
36407                { echo "$as_me:$LINENO: result: $ac_res" >&5
36408 echo "${ECHO_T}$ac_res" >&6; }
36409 if test `eval echo '${'$as_ac_var'}'` = yes; then
36410   cat >>confdefs.h <<_ACEOF
36411 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36412 _ACEOF
36413
36414 else
36415   # strftime is in -lintl on SCO UNIX.
36416 { echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
36417 echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; }
36418 if test "${ac_cv_lib_intl_strftime+set}" = set; then
36419   echo $ECHO_N "(cached) $ECHO_C" >&6
36420 else
36421   ac_check_lib_save_LIBS=$LIBS
36422 LIBS="-lintl  $LIBS"
36423 cat >conftest.$ac_ext <<_ACEOF
36424 /* confdefs.h.  */
36425 _ACEOF
36426 cat confdefs.h >>conftest.$ac_ext
36427 cat >>conftest.$ac_ext <<_ACEOF
36428 /* end confdefs.h.  */
36429
36430 /* Override any GCC internal prototype to avoid an error.
36431    Use char because int might match the return type of a GCC
36432    builtin and then its argument prototype would still apply.  */
36433 #ifdef __cplusplus
36434 extern "C"
36435 #endif
36436 char strftime ();
36437 int
36438 main ()
36439 {
36440 return strftime ();
36441   ;
36442   return 0;
36443 }
36444 _ACEOF
36445 rm -f conftest.$ac_objext conftest$ac_exeext
36446 if { (ac_try="$ac_link"
36447 case "(($ac_try" in
36448   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36449   *) ac_try_echo=$ac_try;;
36450 esac
36451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36452   (eval "$ac_link") 2>conftest.er1
36453   ac_status=$?
36454   grep -v '^ *+' conftest.er1 >conftest.err
36455   rm -f conftest.er1
36456   cat conftest.err >&5
36457   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36458   (exit $ac_status); } && {
36459          test -z "$ac_c_werror_flag" ||
36460          test ! -s conftest.err
36461        } && test -s conftest$ac_exeext &&
36462        $as_test_x conftest$ac_exeext; then
36463   ac_cv_lib_intl_strftime=yes
36464 else
36465   echo "$as_me: failed program was:" >&5
36466 sed 's/^/| /' conftest.$ac_ext >&5
36467
36468         ac_cv_lib_intl_strftime=no
36469 fi
36470
36471 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36472       conftest$ac_exeext conftest.$ac_ext
36473 LIBS=$ac_check_lib_save_LIBS
36474 fi
36475 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
36476 echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; }
36477 if test $ac_cv_lib_intl_strftime = yes; then
36478   cat >>confdefs.h <<\_ACEOF
36479 #define HAVE_STRFTIME 1
36480 _ACEOF
36481
36482 LIBS="-lintl $LIBS"
36483 fi
36484
36485 fi
36486 done
36487
36488
36489 { echo "$as_me:$LINENO: checking for inet_aton()" >&5
36490 echo $ECHO_N "checking for inet_aton()... $ECHO_C" >&6; }
36491 if test "${ol_cv_func_inet_aton+set}" = set; then
36492   echo $ECHO_N "(cached) $ECHO_C" >&6
36493 else
36494   cat >conftest.$ac_ext <<_ACEOF
36495 /* confdefs.h.  */
36496 _ACEOF
36497 cat confdefs.h >>conftest.$ac_ext
36498 cat >>conftest.$ac_ext <<_ACEOF
36499 /* end confdefs.h.  */
36500
36501 #ifdef HAVE_SYS_TYPES_H
36502 #       include <sys/types.h>
36503 #endif
36504 #ifdef HAVE_SYS_SOCKET_H
36505 #       include <sys/socket.h>
36506 #       ifdef HAVE_SYS_SELECT_H
36507 #               include <sys/select.h>
36508 #       endif
36509 #       include <netinet/in.h>
36510 #       ifdef HAVE_ARPA_INET_H
36511 #               include <arpa/inet.h>
36512 #       endif
36513 #endif
36514
36515 int
36516 main ()
36517 {
36518 struct in_addr in;
36519 int rc = inet_aton( "255.255.255.255", &in );
36520   ;
36521   return 0;
36522 }
36523 _ACEOF
36524 rm -f conftest.$ac_objext conftest$ac_exeext
36525 if { (ac_try="$ac_link"
36526 case "(($ac_try" in
36527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36528   *) ac_try_echo=$ac_try;;
36529 esac
36530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36531   (eval "$ac_link") 2>conftest.er1
36532   ac_status=$?
36533   grep -v '^ *+' conftest.er1 >conftest.err
36534   rm -f conftest.er1
36535   cat conftest.err >&5
36536   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36537   (exit $ac_status); } && {
36538          test -z "$ac_c_werror_flag" ||
36539          test ! -s conftest.err
36540        } && test -s conftest$ac_exeext &&
36541        $as_test_x conftest$ac_exeext; then
36542   ol_cv_func_inet_aton=yes
36543 else
36544   echo "$as_me: failed program was:" >&5
36545 sed 's/^/| /' conftest.$ac_ext >&5
36546
36547         ol_cv_func_inet_aton=no
36548 fi
36549
36550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36551       conftest$ac_exeext conftest.$ac_ext
36552 fi
36553 { echo "$as_me:$LINENO: result: $ol_cv_func_inet_aton" >&5
36554 echo "${ECHO_T}$ol_cv_func_inet_aton" >&6; }
36555   if test $ol_cv_func_inet_aton != no; then
36556
36557 cat >>confdefs.h <<\_ACEOF
36558 #define HAVE_INET_ATON 1
36559 _ACEOF
36560
36561   fi
36562
36563
36564 { echo "$as_me:$LINENO: checking for _spawnlp" >&5
36565 echo $ECHO_N "checking for _spawnlp... $ECHO_C" >&6; }
36566 if test "${ac_cv_func__spawnlp+set}" = set; then
36567   echo $ECHO_N "(cached) $ECHO_C" >&6
36568 else
36569   cat >conftest.$ac_ext <<_ACEOF
36570 /* confdefs.h.  */
36571 _ACEOF
36572 cat confdefs.h >>conftest.$ac_ext
36573 cat >>conftest.$ac_ext <<_ACEOF
36574 /* end confdefs.h.  */
36575 /* Define _spawnlp to an innocuous variant, in case <limits.h> declares _spawnlp.
36576    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
36577 #define _spawnlp innocuous__spawnlp
36578
36579 /* System header to define __stub macros and hopefully few prototypes,
36580     which can conflict with char _spawnlp (); below.
36581     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36582     <limits.h> exists even on freestanding compilers.  */
36583
36584 #ifdef __STDC__
36585 # include <limits.h>
36586 #else
36587 # include <assert.h>
36588 #endif
36589
36590 #undef _spawnlp
36591
36592 /* Override any GCC internal prototype to avoid an error.
36593    Use char because int might match the return type of a GCC
36594    builtin and then its argument prototype would still apply.  */
36595 #ifdef __cplusplus
36596 extern "C"
36597 #endif
36598 char _spawnlp ();
36599 /* The GNU C library defines this for functions which it implements
36600     to always fail with ENOSYS.  Some functions are actually named
36601     something starting with __ and the normal name is an alias.  */
36602 #if defined __stub__spawnlp || defined __stub____spawnlp
36603 choke me
36604 #endif
36605
36606 int
36607 main ()
36608 {
36609 return _spawnlp ();
36610   ;
36611   return 0;
36612 }
36613 _ACEOF
36614 rm -f conftest.$ac_objext conftest$ac_exeext
36615 if { (ac_try="$ac_link"
36616 case "(($ac_try" in
36617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36618   *) ac_try_echo=$ac_try;;
36619 esac
36620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36621   (eval "$ac_link") 2>conftest.er1
36622   ac_status=$?
36623   grep -v '^ *+' conftest.er1 >conftest.err
36624   rm -f conftest.er1
36625   cat conftest.err >&5
36626   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36627   (exit $ac_status); } && {
36628          test -z "$ac_c_werror_flag" ||
36629          test ! -s conftest.err
36630        } && test -s conftest$ac_exeext &&
36631        $as_test_x conftest$ac_exeext; then
36632   ac_cv_func__spawnlp=yes
36633 else
36634   echo "$as_me: failed program was:" >&5
36635 sed 's/^/| /' conftest.$ac_ext >&5
36636
36637         ac_cv_func__spawnlp=no
36638 fi
36639
36640 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36641       conftest$ac_exeext conftest.$ac_ext
36642 fi
36643 { echo "$as_me:$LINENO: result: $ac_cv_func__spawnlp" >&5
36644 echo "${ECHO_T}$ac_cv_func__spawnlp" >&6; }
36645 if test $ac_cv_func__spawnlp = yes; then
36646
36647 cat >>confdefs.h <<\_ACEOF
36648 #define HAVE_SPAWNLP 1
36649 _ACEOF
36650
36651 fi
36652
36653
36654 { echo "$as_me:$LINENO: checking for _snprintf" >&5
36655 echo $ECHO_N "checking for _snprintf... $ECHO_C" >&6; }
36656 if test "${ac_cv_func__snprintf+set}" = set; then
36657   echo $ECHO_N "(cached) $ECHO_C" >&6
36658 else
36659   cat >conftest.$ac_ext <<_ACEOF
36660 /* confdefs.h.  */
36661 _ACEOF
36662 cat confdefs.h >>conftest.$ac_ext
36663 cat >>conftest.$ac_ext <<_ACEOF
36664 /* end confdefs.h.  */
36665 /* Define _snprintf to an innocuous variant, in case <limits.h> declares _snprintf.
36666    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
36667 #define _snprintf innocuous__snprintf
36668
36669 /* System header to define __stub macros and hopefully few prototypes,
36670     which can conflict with char _snprintf (); below.
36671     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36672     <limits.h> exists even on freestanding compilers.  */
36673
36674 #ifdef __STDC__
36675 # include <limits.h>
36676 #else
36677 # include <assert.h>
36678 #endif
36679
36680 #undef _snprintf
36681
36682 /* Override any GCC internal prototype to avoid an error.
36683    Use char because int might match the return type of a GCC
36684    builtin and then its argument prototype would still apply.  */
36685 #ifdef __cplusplus
36686 extern "C"
36687 #endif
36688 char _snprintf ();
36689 /* The GNU C library defines this for functions which it implements
36690     to always fail with ENOSYS.  Some functions are actually named
36691     something starting with __ and the normal name is an alias.  */
36692 #if defined __stub__snprintf || defined __stub____snprintf
36693 choke me
36694 #endif
36695
36696 int
36697 main ()
36698 {
36699 return _snprintf ();
36700   ;
36701   return 0;
36702 }
36703 _ACEOF
36704 rm -f conftest.$ac_objext conftest$ac_exeext
36705 if { (ac_try="$ac_link"
36706 case "(($ac_try" in
36707   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36708   *) ac_try_echo=$ac_try;;
36709 esac
36710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36711   (eval "$ac_link") 2>conftest.er1
36712   ac_status=$?
36713   grep -v '^ *+' conftest.er1 >conftest.err
36714   rm -f conftest.er1
36715   cat conftest.err >&5
36716   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36717   (exit $ac_status); } && {
36718          test -z "$ac_c_werror_flag" ||
36719          test ! -s conftest.err
36720        } && test -s conftest$ac_exeext &&
36721        $as_test_x conftest$ac_exeext; then
36722   ac_cv_func__snprintf=yes
36723 else
36724   echo "$as_me: failed program was:" >&5
36725 sed 's/^/| /' conftest.$ac_ext >&5
36726
36727         ac_cv_func__snprintf=no
36728 fi
36729
36730 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36731       conftest$ac_exeext conftest.$ac_ext
36732 fi
36733 { echo "$as_me:$LINENO: result: $ac_cv_func__snprintf" >&5
36734 echo "${ECHO_T}$ac_cv_func__snprintf" >&6; }
36735 if test $ac_cv_func__snprintf = yes; then
36736   ac_cv_func_snprintf=yes
36737
36738 cat >>confdefs.h <<\_ACEOF
36739 #define snprintf _snprintf
36740 _ACEOF
36741
36742
36743 fi
36744
36745
36746
36747
36748 for ac_func in vsnprintf _vsnprintf
36749 do
36750 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36751 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36752 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36753 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36754   echo $ECHO_N "(cached) $ECHO_C" >&6
36755 else
36756   cat >conftest.$ac_ext <<_ACEOF
36757 /* confdefs.h.  */
36758 _ACEOF
36759 cat confdefs.h >>conftest.$ac_ext
36760 cat >>conftest.$ac_ext <<_ACEOF
36761 /* end confdefs.h.  */
36762 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36763    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
36764 #define $ac_func innocuous_$ac_func
36765
36766 /* System header to define __stub macros and hopefully few prototypes,
36767     which can conflict with char $ac_func (); below.
36768     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36769     <limits.h> exists even on freestanding compilers.  */
36770
36771 #ifdef __STDC__
36772 # include <limits.h>
36773 #else
36774 # include <assert.h>
36775 #endif
36776
36777 #undef $ac_func
36778
36779 /* Override any GCC internal prototype to avoid an error.
36780    Use char because int might match the return type of a GCC
36781    builtin and then its argument prototype would still apply.  */
36782 #ifdef __cplusplus
36783 extern "C"
36784 #endif
36785 char $ac_func ();
36786 /* The GNU C library defines this for functions which it implements
36787     to always fail with ENOSYS.  Some functions are actually named
36788     something starting with __ and the normal name is an alias.  */
36789 #if defined __stub_$ac_func || defined __stub___$ac_func
36790 choke me
36791 #endif
36792
36793 int
36794 main ()
36795 {
36796 return $ac_func ();
36797   ;
36798   return 0;
36799 }
36800 _ACEOF
36801 rm -f conftest.$ac_objext conftest$ac_exeext
36802 if { (ac_try="$ac_link"
36803 case "(($ac_try" in
36804   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36805   *) ac_try_echo=$ac_try;;
36806 esac
36807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36808   (eval "$ac_link") 2>conftest.er1
36809   ac_status=$?
36810   grep -v '^ *+' conftest.er1 >conftest.err
36811   rm -f conftest.er1
36812   cat conftest.err >&5
36813   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36814   (exit $ac_status); } && {
36815          test -z "$ac_c_werror_flag" ||
36816          test ! -s conftest.err
36817        } && test -s conftest$ac_exeext &&
36818        $as_test_x conftest$ac_exeext; then
36819   eval "$as_ac_var=yes"
36820 else
36821   echo "$as_me: failed program was:" >&5
36822 sed 's/^/| /' conftest.$ac_ext >&5
36823
36824         eval "$as_ac_var=no"
36825 fi
36826
36827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36828       conftest$ac_exeext conftest.$ac_ext
36829 fi
36830 ac_res=`eval echo '${'$as_ac_var'}'`
36831                { echo "$as_me:$LINENO: result: $ac_res" >&5
36832 echo "${ECHO_T}$ac_res" >&6; }
36833 if test `eval echo '${'$as_ac_var'}'` = yes; then
36834   cat >>confdefs.h <<_ACEOF
36835 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36836 _ACEOF
36837
36838 fi
36839 done
36840
36841
36842 if test $ac_cv_func_vsnprintf = no -a $ac_cv_func__vsnprintf = yes ; then
36843         ac_cv_func_vsnprintf=yes
36844
36845 cat >>confdefs.h <<\_ACEOF
36846 #define vsnprintf _vsnprintf
36847 _ACEOF
36848
36849 fi
36850
36851
36852 for ac_func in vprintf
36853 do
36854 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36855 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36856 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36857 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36858   echo $ECHO_N "(cached) $ECHO_C" >&6
36859 else
36860   cat >conftest.$ac_ext <<_ACEOF
36861 /* confdefs.h.  */
36862 _ACEOF
36863 cat confdefs.h >>conftest.$ac_ext
36864 cat >>conftest.$ac_ext <<_ACEOF
36865 /* end confdefs.h.  */
36866 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36867    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
36868 #define $ac_func innocuous_$ac_func
36869
36870 /* System header to define __stub macros and hopefully few prototypes,
36871     which can conflict with char $ac_func (); below.
36872     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36873     <limits.h> exists even on freestanding compilers.  */
36874
36875 #ifdef __STDC__
36876 # include <limits.h>
36877 #else
36878 # include <assert.h>
36879 #endif
36880
36881 #undef $ac_func
36882
36883 /* Override any GCC internal prototype to avoid an error.
36884    Use char because int might match the return type of a GCC
36885    builtin and then its argument prototype would still apply.  */
36886 #ifdef __cplusplus
36887 extern "C"
36888 #endif
36889 char $ac_func ();
36890 /* The GNU C library defines this for functions which it implements
36891     to always fail with ENOSYS.  Some functions are actually named
36892     something starting with __ and the normal name is an alias.  */
36893 #if defined __stub_$ac_func || defined __stub___$ac_func
36894 choke me
36895 #endif
36896
36897 int
36898 main ()
36899 {
36900 return $ac_func ();
36901   ;
36902   return 0;
36903 }
36904 _ACEOF
36905 rm -f conftest.$ac_objext conftest$ac_exeext
36906 if { (ac_try="$ac_link"
36907 case "(($ac_try" in
36908   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36909   *) ac_try_echo=$ac_try;;
36910 esac
36911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36912   (eval "$ac_link") 2>conftest.er1
36913   ac_status=$?
36914   grep -v '^ *+' conftest.er1 >conftest.err
36915   rm -f conftest.er1
36916   cat conftest.err >&5
36917   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36918   (exit $ac_status); } && {
36919          test -z "$ac_c_werror_flag" ||
36920          test ! -s conftest.err
36921        } && test -s conftest$ac_exeext &&
36922        $as_test_x conftest$ac_exeext; then
36923   eval "$as_ac_var=yes"
36924 else
36925   echo "$as_me: failed program was:" >&5
36926 sed 's/^/| /' conftest.$ac_ext >&5
36927
36928         eval "$as_ac_var=no"
36929 fi
36930
36931 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36932       conftest$ac_exeext conftest.$ac_ext
36933 fi
36934 ac_res=`eval echo '${'$as_ac_var'}'`
36935                { echo "$as_me:$LINENO: result: $ac_res" >&5
36936 echo "${ECHO_T}$ac_res" >&6; }
36937 if test `eval echo '${'$as_ac_var'}'` = yes; then
36938   cat >>confdefs.h <<_ACEOF
36939 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36940 _ACEOF
36941
36942 { echo "$as_me:$LINENO: checking for _doprnt" >&5
36943 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; }
36944 if test "${ac_cv_func__doprnt+set}" = set; then
36945   echo $ECHO_N "(cached) $ECHO_C" >&6
36946 else
36947   cat >conftest.$ac_ext <<_ACEOF
36948 /* confdefs.h.  */
36949 _ACEOF
36950 cat confdefs.h >>conftest.$ac_ext
36951 cat >>conftest.$ac_ext <<_ACEOF
36952 /* end confdefs.h.  */
36953 /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
36954    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
36955 #define _doprnt innocuous__doprnt
36956
36957 /* System header to define __stub macros and hopefully few prototypes,
36958     which can conflict with char _doprnt (); below.
36959     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36960     <limits.h> exists even on freestanding compilers.  */
36961
36962 #ifdef __STDC__
36963 # include <limits.h>
36964 #else
36965 # include <assert.h>
36966 #endif
36967
36968 #undef _doprnt
36969
36970 /* Override any GCC internal prototype to avoid an error.
36971    Use char because int might match the return type of a GCC
36972    builtin and then its argument prototype would still apply.  */
36973 #ifdef __cplusplus
36974 extern "C"
36975 #endif
36976 char _doprnt ();
36977 /* The GNU C library defines this for functions which it implements
36978     to always fail with ENOSYS.  Some functions are actually named
36979     something starting with __ and the normal name is an alias.  */
36980 #if defined __stub__doprnt || defined __stub____doprnt
36981 choke me
36982 #endif
36983
36984 int
36985 main ()
36986 {
36987 return _doprnt ();
36988   ;
36989   return 0;
36990 }
36991 _ACEOF
36992 rm -f conftest.$ac_objext conftest$ac_exeext
36993 if { (ac_try="$ac_link"
36994 case "(($ac_try" in
36995   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36996   *) ac_try_echo=$ac_try;;
36997 esac
36998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36999   (eval "$ac_link") 2>conftest.er1
37000   ac_status=$?
37001   grep -v '^ *+' conftest.er1 >conftest.err
37002   rm -f conftest.er1
37003   cat conftest.err >&5
37004   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37005   (exit $ac_status); } && {
37006          test -z "$ac_c_werror_flag" ||
37007          test ! -s conftest.err
37008        } && test -s conftest$ac_exeext &&
37009        $as_test_x conftest$ac_exeext; then
37010   ac_cv_func__doprnt=yes
37011 else
37012   echo "$as_me: failed program was:" >&5
37013 sed 's/^/| /' conftest.$ac_ext >&5
37014
37015         ac_cv_func__doprnt=no
37016 fi
37017
37018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37019       conftest$ac_exeext conftest.$ac_ext
37020 fi
37021 { echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
37022 echo "${ECHO_T}$ac_cv_func__doprnt" >&6; }
37023 if test $ac_cv_func__doprnt = yes; then
37024
37025 cat >>confdefs.h <<\_ACEOF
37026 #define HAVE_DOPRNT 1
37027 _ACEOF
37028
37029 fi
37030
37031 fi
37032 done
37033
37034
37035
37036 if test $ac_cv_func_vprintf = yes ; then
37037
37038
37039 for ac_func in snprintf vsnprintf
37040 do
37041 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37042 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37043 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37044 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37045   echo $ECHO_N "(cached) $ECHO_C" >&6
37046 else
37047   cat >conftest.$ac_ext <<_ACEOF
37048 /* confdefs.h.  */
37049 _ACEOF
37050 cat confdefs.h >>conftest.$ac_ext
37051 cat >>conftest.$ac_ext <<_ACEOF
37052 /* end confdefs.h.  */
37053 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37054    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
37055 #define $ac_func innocuous_$ac_func
37056
37057 /* System header to define __stub macros and hopefully few prototypes,
37058     which can conflict with char $ac_func (); below.
37059     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37060     <limits.h> exists even on freestanding compilers.  */
37061
37062 #ifdef __STDC__
37063 # include <limits.h>
37064 #else
37065 # include <assert.h>
37066 #endif
37067
37068 #undef $ac_func
37069
37070 /* Override any GCC internal prototype to avoid an error.
37071    Use char because int might match the return type of a GCC
37072    builtin and then its argument prototype would still apply.  */
37073 #ifdef __cplusplus
37074 extern "C"
37075 #endif
37076 char $ac_func ();
37077 /* The GNU C library defines this for functions which it implements
37078     to always fail with ENOSYS.  Some functions are actually named
37079     something starting with __ and the normal name is an alias.  */
37080 #if defined __stub_$ac_func || defined __stub___$ac_func
37081 choke me
37082 #endif
37083
37084 int
37085 main ()
37086 {
37087 return $ac_func ();
37088   ;
37089   return 0;
37090 }
37091 _ACEOF
37092 rm -f conftest.$ac_objext conftest$ac_exeext
37093 if { (ac_try="$ac_link"
37094 case "(($ac_try" in
37095   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37096   *) ac_try_echo=$ac_try;;
37097 esac
37098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37099   (eval "$ac_link") 2>conftest.er1
37100   ac_status=$?
37101   grep -v '^ *+' conftest.er1 >conftest.err
37102   rm -f conftest.er1
37103   cat conftest.err >&5
37104   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37105   (exit $ac_status); } && {
37106          test -z "$ac_c_werror_flag" ||
37107          test ! -s conftest.err
37108        } && test -s conftest$ac_exeext &&
37109        $as_test_x conftest$ac_exeext; then
37110   eval "$as_ac_var=yes"
37111 else
37112   echo "$as_me: failed program was:" >&5
37113 sed 's/^/| /' conftest.$ac_ext >&5
37114
37115         eval "$as_ac_var=no"
37116 fi
37117
37118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37119       conftest$ac_exeext conftest.$ac_ext
37120 fi
37121 ac_res=`eval echo '${'$as_ac_var'}'`
37122                { echo "$as_me:$LINENO: result: $ac_res" >&5
37123 echo "${ECHO_T}$ac_res" >&6; }
37124 if test `eval echo '${'$as_ac_var'}'` = yes; then
37125   cat >>confdefs.h <<_ACEOF
37126 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37127 _ACEOF
37128
37129 fi
37130 done
37131
37132 fi
37133
37134
37135
37136
37137
37138
37139
37140
37141
37142
37143
37144
37145
37146
37147
37148
37149
37150
37151
37152
37153
37154
37155
37156
37157
37158
37159
37160
37161
37162
37163
37164
37165
37166
37167
37168
37169
37170
37171
37172
37173
37174
37175
37176
37177
37178
37179
37180
37181
37182
37183
37184
37185
37186
37187
37188
37189
37190 for ac_func in \
37191         bcopy                   \
37192         closesocket             \
37193         chroot                  \
37194         endgrent                \
37195         endpwent                \
37196         fcntl                   \
37197         flock                   \
37198         fstat                   \
37199         getdtablesize           \
37200         geteuid                 \
37201         getgrgid                \
37202         gethostname             \
37203         getpass                 \
37204         getpassphrase           \
37205         getpwuid                \
37206         getpwnam                \
37207         getspnam                \
37208         gettimeofday            \
37209         initgroups              \
37210         inet_ntoa_b             \
37211         ioctl                   \
37212         lockf                   \
37213         memcpy                  \
37214         memmove                 \
37215         memrchr                 \
37216         mkstemp                 \
37217         mktemp                  \
37218         pipe                    \
37219         read                    \
37220         recv                    \
37221         recvfrom                \
37222         setpwfile               \
37223         setgid                  \
37224         setegid                 \
37225         setsid                  \
37226         setuid                  \
37227         seteuid                 \
37228         signal                  \
37229         strdup                  \
37230         strpbrk                 \
37231         strrchr                 \
37232         strsep                  \
37233         strstr                  \
37234         strtol                  \
37235         strtoul                 \
37236         strtoq                  \
37237         strtouq                 \
37238         strtoll                 \
37239         strspn                  \
37240         sysconf                 \
37241         waitpid                 \
37242         wait4                   \
37243         write                   \
37244         send                    \
37245         sendmsg                 \
37246         sendto                  \
37247
37248 do
37249 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37250 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37251 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37252 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37253   echo $ECHO_N "(cached) $ECHO_C" >&6
37254 else
37255   cat >conftest.$ac_ext <<_ACEOF
37256 /* confdefs.h.  */
37257 _ACEOF
37258 cat confdefs.h >>conftest.$ac_ext
37259 cat >>conftest.$ac_ext <<_ACEOF
37260 /* end confdefs.h.  */
37261 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37262    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
37263 #define $ac_func innocuous_$ac_func
37264
37265 /* System header to define __stub macros and hopefully few prototypes,
37266     which can conflict with char $ac_func (); below.
37267     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37268     <limits.h> exists even on freestanding compilers.  */
37269
37270 #ifdef __STDC__
37271 # include <limits.h>
37272 #else
37273 # include <assert.h>
37274 #endif
37275
37276 #undef $ac_func
37277
37278 /* Override any GCC internal prototype to avoid an error.
37279    Use char because int might match the return type of a GCC
37280    builtin and then its argument prototype would still apply.  */
37281 #ifdef __cplusplus
37282 extern "C"
37283 #endif
37284 char $ac_func ();
37285 /* The GNU C library defines this for functions which it implements
37286     to always fail with ENOSYS.  Some functions are actually named
37287     something starting with __ and the normal name is an alias.  */
37288 #if defined __stub_$ac_func || defined __stub___$ac_func
37289 choke me
37290 #endif
37291
37292 int
37293 main ()
37294 {
37295 return $ac_func ();
37296   ;
37297   return 0;
37298 }
37299 _ACEOF
37300 rm -f conftest.$ac_objext conftest$ac_exeext
37301 if { (ac_try="$ac_link"
37302 case "(($ac_try" in
37303   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37304   *) ac_try_echo=$ac_try;;
37305 esac
37306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37307   (eval "$ac_link") 2>conftest.er1
37308   ac_status=$?
37309   grep -v '^ *+' conftest.er1 >conftest.err
37310   rm -f conftest.er1
37311   cat conftest.err >&5
37312   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37313   (exit $ac_status); } && {
37314          test -z "$ac_c_werror_flag" ||
37315          test ! -s conftest.err
37316        } && test -s conftest$ac_exeext &&
37317        $as_test_x conftest$ac_exeext; then
37318   eval "$as_ac_var=yes"
37319 else
37320   echo "$as_me: failed program was:" >&5
37321 sed 's/^/| /' conftest.$ac_ext >&5
37322
37323         eval "$as_ac_var=no"
37324 fi
37325
37326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37327       conftest$ac_exeext conftest.$ac_ext
37328 fi
37329 ac_res=`eval echo '${'$as_ac_var'}'`
37330                { echo "$as_me:$LINENO: result: $ac_res" >&5
37331 echo "${ECHO_T}$ac_res" >&6; }
37332 if test `eval echo '${'$as_ac_var'}'` = yes; then
37333   cat >>confdefs.h <<_ACEOF
37334 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37335 _ACEOF
37336
37337 fi
37338 done
37339
37340
37341
37342
37343 for ac_func in getopt getpeereid
37344 do
37345 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37346 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37347 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37348 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37349   echo $ECHO_N "(cached) $ECHO_C" >&6
37350 else
37351   cat >conftest.$ac_ext <<_ACEOF
37352 /* confdefs.h.  */
37353 _ACEOF
37354 cat confdefs.h >>conftest.$ac_ext
37355 cat >>conftest.$ac_ext <<_ACEOF
37356 /* end confdefs.h.  */
37357 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37358    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
37359 #define $ac_func innocuous_$ac_func
37360
37361 /* System header to define __stub macros and hopefully few prototypes,
37362     which can conflict with char $ac_func (); below.
37363     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37364     <limits.h> exists even on freestanding compilers.  */
37365
37366 #ifdef __STDC__
37367 # include <limits.h>
37368 #else
37369 # include <assert.h>
37370 #endif
37371
37372 #undef $ac_func
37373
37374 /* Override any GCC internal prototype to avoid an error.
37375    Use char because int might match the return type of a GCC
37376    builtin and then its argument prototype would still apply.  */
37377 #ifdef __cplusplus
37378 extern "C"
37379 #endif
37380 char $ac_func ();
37381 /* The GNU C library defines this for functions which it implements
37382     to always fail with ENOSYS.  Some functions are actually named
37383     something starting with __ and the normal name is an alias.  */
37384 #if defined __stub_$ac_func || defined __stub___$ac_func
37385 choke me
37386 #endif
37387
37388 int
37389 main ()
37390 {
37391 return $ac_func ();
37392   ;
37393   return 0;
37394 }
37395 _ACEOF
37396 rm -f conftest.$ac_objext conftest$ac_exeext
37397 if { (ac_try="$ac_link"
37398 case "(($ac_try" in
37399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37400   *) ac_try_echo=$ac_try;;
37401 esac
37402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37403   (eval "$ac_link") 2>conftest.er1
37404   ac_status=$?
37405   grep -v '^ *+' conftest.er1 >conftest.err
37406   rm -f conftest.er1
37407   cat conftest.err >&5
37408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37409   (exit $ac_status); } && {
37410          test -z "$ac_c_werror_flag" ||
37411          test ! -s conftest.err
37412        } && test -s conftest$ac_exeext &&
37413        $as_test_x conftest$ac_exeext; then
37414   eval "$as_ac_var=yes"
37415 else
37416   echo "$as_me: failed program was:" >&5
37417 sed 's/^/| /' conftest.$ac_ext >&5
37418
37419         eval "$as_ac_var=no"
37420 fi
37421
37422 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37423       conftest$ac_exeext conftest.$ac_ext
37424 fi
37425 ac_res=`eval echo '${'$as_ac_var'}'`
37426                { echo "$as_me:$LINENO: result: $ac_res" >&5
37427 echo "${ECHO_T}$ac_res" >&6; }
37428 if test `eval echo '${'$as_ac_var'}'` = yes; then
37429   cat >>confdefs.h <<_ACEOF
37430 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37431 _ACEOF
37432
37433 else
37434   case " $LIBOBJS " in
37435   *" $ac_func.$ac_objext "* ) ;;
37436   *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
37437  ;;
37438 esac
37439
37440 fi
37441 done
37442
37443
37444
37445 if test "$ac_cv_func_getopt" != yes; then
37446         LIBSRCS="$LIBSRCS getopt.c"
37447 fi
37448
37449 if test "$ac_cv_func_getpeereid" != yes; then
37450
37451 for ac_func in getpeerucred
37452 do
37453 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37454 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37455 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37456 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37457   echo $ECHO_N "(cached) $ECHO_C" >&6
37458 else
37459   cat >conftest.$ac_ext <<_ACEOF
37460 /* confdefs.h.  */
37461 _ACEOF
37462 cat confdefs.h >>conftest.$ac_ext
37463 cat >>conftest.$ac_ext <<_ACEOF
37464 /* end confdefs.h.  */
37465 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37466    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
37467 #define $ac_func innocuous_$ac_func
37468
37469 /* System header to define __stub macros and hopefully few prototypes,
37470     which can conflict with char $ac_func (); below.
37471     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37472     <limits.h> exists even on freestanding compilers.  */
37473
37474 #ifdef __STDC__
37475 # include <limits.h>
37476 #else
37477 # include <assert.h>
37478 #endif
37479
37480 #undef $ac_func
37481
37482 /* Override any GCC internal prototype to avoid an error.
37483    Use char because int might match the return type of a GCC
37484    builtin and then its argument prototype would still apply.  */
37485 #ifdef __cplusplus
37486 extern "C"
37487 #endif
37488 char $ac_func ();
37489 /* The GNU C library defines this for functions which it implements
37490     to always fail with ENOSYS.  Some functions are actually named
37491     something starting with __ and the normal name is an alias.  */
37492 #if defined __stub_$ac_func || defined __stub___$ac_func
37493 choke me
37494 #endif
37495
37496 int
37497 main ()
37498 {
37499 return $ac_func ();
37500   ;
37501   return 0;
37502 }
37503 _ACEOF
37504 rm -f conftest.$ac_objext conftest$ac_exeext
37505 if { (ac_try="$ac_link"
37506 case "(($ac_try" in
37507   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37508   *) ac_try_echo=$ac_try;;
37509 esac
37510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37511   (eval "$ac_link") 2>conftest.er1
37512   ac_status=$?
37513   grep -v '^ *+' conftest.er1 >conftest.err
37514   rm -f conftest.er1
37515   cat conftest.err >&5
37516   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37517   (exit $ac_status); } && {
37518          test -z "$ac_c_werror_flag" ||
37519          test ! -s conftest.err
37520        } && test -s conftest$ac_exeext &&
37521        $as_test_x conftest$ac_exeext; then
37522   eval "$as_ac_var=yes"
37523 else
37524   echo "$as_me: failed program was:" >&5
37525 sed 's/^/| /' conftest.$ac_ext >&5
37526
37527         eval "$as_ac_var=no"
37528 fi
37529
37530 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37531       conftest$ac_exeext conftest.$ac_ext
37532 fi
37533 ac_res=`eval echo '${'$as_ac_var'}'`
37534                { echo "$as_me:$LINENO: result: $ac_res" >&5
37535 echo "${ECHO_T}$ac_res" >&6; }
37536 if test `eval echo '${'$as_ac_var'}'` = yes; then
37537   cat >>confdefs.h <<_ACEOF
37538 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37539 _ACEOF
37540
37541 fi
37542 done
37543
37544         if test "$ac_cv_func_getpeerucred" != yes ; then
37545                 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrightslen" >&5
37546 echo $ECHO_N "checking for struct msghdr.msg_accrightslen... $ECHO_C" >&6; }
37547 if test "${ac_cv_member_struct_msghdr_msg_accrightslen+set}" = set; then
37548   echo $ECHO_N "(cached) $ECHO_C" >&6
37549 else
37550   cat >conftest.$ac_ext <<_ACEOF
37551 /* confdefs.h.  */
37552 _ACEOF
37553 cat confdefs.h >>conftest.$ac_ext
37554 cat >>conftest.$ac_ext <<_ACEOF
37555 /* end confdefs.h.  */
37556 $ac_includes_default
37557 #ifdef HAVE_SYS_SOCKET_H
37558 #include <sys/socket.h>
37559 #endif
37560
37561 int
37562 main ()
37563 {
37564 static struct msghdr ac_aggr;
37565 if (ac_aggr.msg_accrightslen)
37566 return 0;
37567   ;
37568   return 0;
37569 }
37570 _ACEOF
37571 rm -f conftest.$ac_objext
37572 if { (ac_try="$ac_compile"
37573 case "(($ac_try" in
37574   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37575   *) ac_try_echo=$ac_try;;
37576 esac
37577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37578   (eval "$ac_compile") 2>conftest.er1
37579   ac_status=$?
37580   grep -v '^ *+' conftest.er1 >conftest.err
37581   rm -f conftest.er1
37582   cat conftest.err >&5
37583   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37584   (exit $ac_status); } && {
37585          test -z "$ac_c_werror_flag" ||
37586          test ! -s conftest.err
37587        } && test -s conftest.$ac_objext; then
37588   ac_cv_member_struct_msghdr_msg_accrightslen=yes
37589 else
37590   echo "$as_me: failed program was:" >&5
37591 sed 's/^/| /' conftest.$ac_ext >&5
37592
37593         cat >conftest.$ac_ext <<_ACEOF
37594 /* confdefs.h.  */
37595 _ACEOF
37596 cat confdefs.h >>conftest.$ac_ext
37597 cat >>conftest.$ac_ext <<_ACEOF
37598 /* end confdefs.h.  */
37599 $ac_includes_default
37600 #ifdef HAVE_SYS_SOCKET_H
37601 #include <sys/socket.h>
37602 #endif
37603
37604 int
37605 main ()
37606 {
37607 static struct msghdr ac_aggr;
37608 if (sizeof ac_aggr.msg_accrightslen)
37609 return 0;
37610   ;
37611   return 0;
37612 }
37613 _ACEOF
37614 rm -f conftest.$ac_objext
37615 if { (ac_try="$ac_compile"
37616 case "(($ac_try" in
37617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37618   *) ac_try_echo=$ac_try;;
37619 esac
37620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37621   (eval "$ac_compile") 2>conftest.er1
37622   ac_status=$?
37623   grep -v '^ *+' conftest.er1 >conftest.err
37624   rm -f conftest.er1
37625   cat conftest.err >&5
37626   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37627   (exit $ac_status); } && {
37628          test -z "$ac_c_werror_flag" ||
37629          test ! -s conftest.err
37630        } && test -s conftest.$ac_objext; then
37631   ac_cv_member_struct_msghdr_msg_accrightslen=yes
37632 else
37633   echo "$as_me: failed program was:" >&5
37634 sed 's/^/| /' conftest.$ac_ext >&5
37635
37636         ac_cv_member_struct_msghdr_msg_accrightslen=no
37637 fi
37638
37639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37640 fi
37641
37642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37643 fi
37644 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrightslen" >&5
37645 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrightslen" >&6; }
37646 if test $ac_cv_member_struct_msghdr_msg_accrightslen = yes; then
37647
37648 cat >>confdefs.h <<_ACEOF
37649 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTSLEN 1
37650 _ACEOF
37651
37652
37653 fi
37654
37655                 if test "$ac_cv_member_struct_msghdr_msg_accrightslen" != yes; then
37656                         { echo "$as_me:$LINENO: checking for struct msghdr.msg_control" >&5
37657 echo $ECHO_N "checking for struct msghdr.msg_control... $ECHO_C" >&6; }
37658 if test "${ac_cv_member_struct_msghdr_msg_control+set}" = set; then
37659   echo $ECHO_N "(cached) $ECHO_C" >&6
37660 else
37661   cat >conftest.$ac_ext <<_ACEOF
37662 /* confdefs.h.  */
37663 _ACEOF
37664 cat confdefs.h >>conftest.$ac_ext
37665 cat >>conftest.$ac_ext <<_ACEOF
37666 /* end confdefs.h.  */
37667 $ac_includes_default
37668 #ifdef HAVE_SYS_SOCKET_H
37669 #include <sys/socket.h>
37670 #endif
37671
37672 int
37673 main ()
37674 {
37675 static struct msghdr ac_aggr;
37676 if (ac_aggr.msg_control)
37677 return 0;
37678   ;
37679   return 0;
37680 }
37681 _ACEOF
37682 rm -f conftest.$ac_objext
37683 if { (ac_try="$ac_compile"
37684 case "(($ac_try" in
37685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37686   *) ac_try_echo=$ac_try;;
37687 esac
37688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37689   (eval "$ac_compile") 2>conftest.er1
37690   ac_status=$?
37691   grep -v '^ *+' conftest.er1 >conftest.err
37692   rm -f conftest.er1
37693   cat conftest.err >&5
37694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37695   (exit $ac_status); } && {
37696          test -z "$ac_c_werror_flag" ||
37697          test ! -s conftest.err
37698        } && test -s conftest.$ac_objext; then
37699   ac_cv_member_struct_msghdr_msg_control=yes
37700 else
37701   echo "$as_me: failed program was:" >&5
37702 sed 's/^/| /' conftest.$ac_ext >&5
37703
37704         cat >conftest.$ac_ext <<_ACEOF
37705 /* confdefs.h.  */
37706 _ACEOF
37707 cat confdefs.h >>conftest.$ac_ext
37708 cat >>conftest.$ac_ext <<_ACEOF
37709 /* end confdefs.h.  */
37710 $ac_includes_default
37711 #ifdef HAVE_SYS_SOCKET_H
37712 #include <sys/socket.h>
37713 #endif
37714
37715 int
37716 main ()
37717 {
37718 static struct msghdr ac_aggr;
37719 if (sizeof ac_aggr.msg_control)
37720 return 0;
37721   ;
37722   return 0;
37723 }
37724 _ACEOF
37725 rm -f conftest.$ac_objext
37726 if { (ac_try="$ac_compile"
37727 case "(($ac_try" in
37728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37729   *) ac_try_echo=$ac_try;;
37730 esac
37731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37732   (eval "$ac_compile") 2>conftest.er1
37733   ac_status=$?
37734   grep -v '^ *+' conftest.er1 >conftest.err
37735   rm -f conftest.er1
37736   cat conftest.err >&5
37737   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37738   (exit $ac_status); } && {
37739          test -z "$ac_c_werror_flag" ||
37740          test ! -s conftest.err
37741        } && test -s conftest.$ac_objext; then
37742   ac_cv_member_struct_msghdr_msg_control=yes
37743 else
37744   echo "$as_me: failed program was:" >&5
37745 sed 's/^/| /' conftest.$ac_ext >&5
37746
37747         ac_cv_member_struct_msghdr_msg_control=no
37748 fi
37749
37750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37751 fi
37752
37753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37754 fi
37755 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_control" >&5
37756 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_control" >&6; }
37757 if test $ac_cv_member_struct_msghdr_msg_control = yes; then
37758
37759 cat >>confdefs.h <<_ACEOF
37760 #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
37761 _ACEOF
37762
37763
37764 fi
37765
37766                 fi
37767                 { echo "$as_me:$LINENO: checking for struct stat.st_fstype" >&5
37768 echo $ECHO_N "checking for struct stat.st_fstype... $ECHO_C" >&6; }
37769 if test "${ac_cv_member_struct_stat_st_fstype+set}" = set; then
37770   echo $ECHO_N "(cached) $ECHO_C" >&6
37771 else
37772   cat >conftest.$ac_ext <<_ACEOF
37773 /* confdefs.h.  */
37774 _ACEOF
37775 cat confdefs.h >>conftest.$ac_ext
37776 cat >>conftest.$ac_ext <<_ACEOF
37777 /* end confdefs.h.  */
37778 $ac_includes_default
37779 int
37780 main ()
37781 {
37782 static struct stat ac_aggr;
37783 if (ac_aggr.st_fstype)
37784 return 0;
37785   ;
37786   return 0;
37787 }
37788 _ACEOF
37789 rm -f conftest.$ac_objext
37790 if { (ac_try="$ac_compile"
37791 case "(($ac_try" in
37792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37793   *) ac_try_echo=$ac_try;;
37794 esac
37795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37796   (eval "$ac_compile") 2>conftest.er1
37797   ac_status=$?
37798   grep -v '^ *+' conftest.er1 >conftest.err
37799   rm -f conftest.er1
37800   cat conftest.err >&5
37801   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37802   (exit $ac_status); } && {
37803          test -z "$ac_c_werror_flag" ||
37804          test ! -s conftest.err
37805        } && test -s conftest.$ac_objext; then
37806   ac_cv_member_struct_stat_st_fstype=yes
37807 else
37808   echo "$as_me: failed program was:" >&5
37809 sed 's/^/| /' conftest.$ac_ext >&5
37810
37811         cat >conftest.$ac_ext <<_ACEOF
37812 /* confdefs.h.  */
37813 _ACEOF
37814 cat confdefs.h >>conftest.$ac_ext
37815 cat >>conftest.$ac_ext <<_ACEOF
37816 /* end confdefs.h.  */
37817 $ac_includes_default
37818 int
37819 main ()
37820 {
37821 static struct stat ac_aggr;
37822 if (sizeof ac_aggr.st_fstype)
37823 return 0;
37824   ;
37825   return 0;
37826 }
37827 _ACEOF
37828 rm -f conftest.$ac_objext
37829 if { (ac_try="$ac_compile"
37830 case "(($ac_try" in
37831   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37832   *) ac_try_echo=$ac_try;;
37833 esac
37834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37835   (eval "$ac_compile") 2>conftest.er1
37836   ac_status=$?
37837   grep -v '^ *+' conftest.er1 >conftest.err
37838   rm -f conftest.er1
37839   cat conftest.err >&5
37840   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37841   (exit $ac_status); } && {
37842          test -z "$ac_c_werror_flag" ||
37843          test ! -s conftest.err
37844        } && test -s conftest.$ac_objext; then
37845   ac_cv_member_struct_stat_st_fstype=yes
37846 else
37847   echo "$as_me: failed program was:" >&5
37848 sed 's/^/| /' conftest.$ac_ext >&5
37849
37850         ac_cv_member_struct_stat_st_fstype=no
37851 fi
37852
37853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37854 fi
37855
37856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37857 fi
37858 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_fstype" >&5
37859 echo "${ECHO_T}$ac_cv_member_struct_stat_st_fstype" >&6; }
37860 if test $ac_cv_member_struct_stat_st_fstype = yes; then
37861
37862 cat >>confdefs.h <<_ACEOF
37863 #define HAVE_STRUCT_STAT_ST_FSTYPE 1
37864 _ACEOF
37865
37866
37867 fi
37868 { echo "$as_me:$LINENO: checking for struct stat.st_vfstype" >&5
37869 echo $ECHO_N "checking for struct stat.st_vfstype... $ECHO_C" >&6; }
37870 if test "${ac_cv_member_struct_stat_st_vfstype+set}" = set; then
37871   echo $ECHO_N "(cached) $ECHO_C" >&6
37872 else
37873   cat >conftest.$ac_ext <<_ACEOF
37874 /* confdefs.h.  */
37875 _ACEOF
37876 cat confdefs.h >>conftest.$ac_ext
37877 cat >>conftest.$ac_ext <<_ACEOF
37878 /* end confdefs.h.  */
37879 $ac_includes_default
37880 int
37881 main ()
37882 {
37883 static struct stat ac_aggr;
37884 if (ac_aggr.st_vfstype)
37885 return 0;
37886   ;
37887   return 0;
37888 }
37889 _ACEOF
37890 rm -f conftest.$ac_objext
37891 if { (ac_try="$ac_compile"
37892 case "(($ac_try" in
37893   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37894   *) ac_try_echo=$ac_try;;
37895 esac
37896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37897   (eval "$ac_compile") 2>conftest.er1
37898   ac_status=$?
37899   grep -v '^ *+' conftest.er1 >conftest.err
37900   rm -f conftest.er1
37901   cat conftest.err >&5
37902   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37903   (exit $ac_status); } && {
37904          test -z "$ac_c_werror_flag" ||
37905          test ! -s conftest.err
37906        } && test -s conftest.$ac_objext; then
37907   ac_cv_member_struct_stat_st_vfstype=yes
37908 else
37909   echo "$as_me: failed program was:" >&5
37910 sed 's/^/| /' conftest.$ac_ext >&5
37911
37912         cat >conftest.$ac_ext <<_ACEOF
37913 /* confdefs.h.  */
37914 _ACEOF
37915 cat confdefs.h >>conftest.$ac_ext
37916 cat >>conftest.$ac_ext <<_ACEOF
37917 /* end confdefs.h.  */
37918 $ac_includes_default
37919 int
37920 main ()
37921 {
37922 static struct stat ac_aggr;
37923 if (sizeof ac_aggr.st_vfstype)
37924 return 0;
37925   ;
37926   return 0;
37927 }
37928 _ACEOF
37929 rm -f conftest.$ac_objext
37930 if { (ac_try="$ac_compile"
37931 case "(($ac_try" in
37932   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37933   *) ac_try_echo=$ac_try;;
37934 esac
37935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37936   (eval "$ac_compile") 2>conftest.er1
37937   ac_status=$?
37938   grep -v '^ *+' conftest.er1 >conftest.err
37939   rm -f conftest.er1
37940   cat conftest.err >&5
37941   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37942   (exit $ac_status); } && {
37943          test -z "$ac_c_werror_flag" ||
37944          test ! -s conftest.err
37945        } && test -s conftest.$ac_objext; then
37946   ac_cv_member_struct_stat_st_vfstype=yes
37947 else
37948   echo "$as_me: failed program was:" >&5
37949 sed 's/^/| /' conftest.$ac_ext >&5
37950
37951         ac_cv_member_struct_stat_st_vfstype=no
37952 fi
37953
37954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37955 fi
37956
37957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37958 fi
37959 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_vfstype" >&5
37960 echo "${ECHO_T}$ac_cv_member_struct_stat_st_vfstype" >&6; }
37961 if test $ac_cv_member_struct_stat_st_vfstype = yes; then
37962
37963 cat >>confdefs.h <<_ACEOF
37964 #define HAVE_STRUCT_STAT_ST_VFSTYPE 1
37965 _ACEOF
37966
37967
37968 fi
37969
37970                 if test "$ac_cv_member_struct_stat_st_fstype" = yes; then
37971                         cat >conftest.$ac_ext <<_ACEOF
37972 struct stat st; char *ptr=st.st_fstype;
37973 _ACEOF
37974 rm -f conftest.$ac_objext
37975 if { (ac_try="$ac_compile"
37976 case "(($ac_try" in
37977   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37978   *) ac_try_echo=$ac_try;;
37979 esac
37980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37981   (eval "$ac_compile") 2>conftest.er1
37982   ac_status=$?
37983   grep -v '^ *+' conftest.er1 >conftest.err
37984   rm -f conftest.er1
37985   cat conftest.err >&5
37986   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37987   (exit $ac_status); } && {
37988          test -z "$ac_c_werror_flag" ||
37989          test ! -s conftest.err
37990        } && test -s conftest.$ac_objext; then
37991
37992 cat >>confdefs.h <<\_ACEOF
37993 #define HAVE_STRUCT_STAT_ST_FSTYPE_CHAR 1
37994 _ACEOF
37995
37996 else
37997   echo "$as_me: failed program was:" >&5
37998 sed 's/^/| /' conftest.$ac_ext >&5
37999
38000
38001 cat >>confdefs.h <<\_ACEOF
38002 #define HAVE_STRUCT_STAT_ST_FSTYPE_INT 1
38003 _ACEOF
38004
38005 fi
38006
38007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38008                 fi
38009         fi
38010         LIBSRCS="$LIBSRCS getpeereid.c"
38011 fi
38012
38013 if test "$ac_cv_func_snprintf" != yes ||
38014    test "$ac_cv_func_vsnprintf" != yes; then
38015         if test "$ac_cv_func_snprintf" != yes; then
38016
38017 cat >>confdefs.h <<\_ACEOF
38018 #define snprintf ber_pvt_snprintf
38019 _ACEOF
38020
38021         fi
38022         if test "$ac_cv_func_vsnprintf" != yes; then
38023
38024 cat >>confdefs.h <<\_ACEOF
38025 #define vsnprintf ber_pvt_vsnprintf
38026 _ACEOF
38027
38028         fi
38029 fi
38030
38031
38032 if test "$ol_enable_slapi" != no ; then
38033
38034 for ac_header in ltdl.h
38035 do
38036 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
38037 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
38038   { echo "$as_me:$LINENO: checking for $ac_header" >&5
38039 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
38040 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
38041   echo $ECHO_N "(cached) $ECHO_C" >&6
38042 fi
38043 ac_res=`eval echo '${'$as_ac_Header'}'`
38044                { echo "$as_me:$LINENO: result: $ac_res" >&5
38045 echo "${ECHO_T}$ac_res" >&6; }
38046 else
38047   # Is the header compilable?
38048 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
38049 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
38050 cat >conftest.$ac_ext <<_ACEOF
38051 /* confdefs.h.  */
38052 _ACEOF
38053 cat confdefs.h >>conftest.$ac_ext
38054 cat >>conftest.$ac_ext <<_ACEOF
38055 /* end confdefs.h.  */
38056 $ac_includes_default
38057 #include <$ac_header>
38058 _ACEOF
38059 rm -f conftest.$ac_objext
38060 if { (ac_try="$ac_compile"
38061 case "(($ac_try" in
38062   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38063   *) ac_try_echo=$ac_try;;
38064 esac
38065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38066   (eval "$ac_compile") 2>conftest.er1
38067   ac_status=$?
38068   grep -v '^ *+' conftest.er1 >conftest.err
38069   rm -f conftest.er1
38070   cat conftest.err >&5
38071   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38072   (exit $ac_status); } && {
38073          test -z "$ac_c_werror_flag" ||
38074          test ! -s conftest.err
38075        } && test -s conftest.$ac_objext; then
38076   ac_header_compiler=yes
38077 else
38078   echo "$as_me: failed program was:" >&5
38079 sed 's/^/| /' conftest.$ac_ext >&5
38080
38081         ac_header_compiler=no
38082 fi
38083
38084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38085 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
38086 echo "${ECHO_T}$ac_header_compiler" >&6; }
38087
38088 # Is the header present?
38089 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
38090 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
38091 cat >conftest.$ac_ext <<_ACEOF
38092 /* confdefs.h.  */
38093 _ACEOF
38094 cat confdefs.h >>conftest.$ac_ext
38095 cat >>conftest.$ac_ext <<_ACEOF
38096 /* end confdefs.h.  */
38097 #include <$ac_header>
38098 _ACEOF
38099 if { (ac_try="$ac_cpp conftest.$ac_ext"
38100 case "(($ac_try" in
38101   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38102   *) ac_try_echo=$ac_try;;
38103 esac
38104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38105   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
38106   ac_status=$?
38107   grep -v '^ *+' conftest.er1 >conftest.err
38108   rm -f conftest.er1
38109   cat conftest.err >&5
38110   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38111   (exit $ac_status); } >/dev/null && {
38112          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
38113          test ! -s conftest.err
38114        }; then
38115   ac_header_preproc=yes
38116 else
38117   echo "$as_me: failed program was:" >&5
38118 sed 's/^/| /' conftest.$ac_ext >&5
38119
38120   ac_header_preproc=no
38121 fi
38122
38123 rm -f conftest.err conftest.$ac_ext
38124 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
38125 echo "${ECHO_T}$ac_header_preproc" >&6; }
38126
38127 # So?  What about this header?
38128 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
38129   yes:no: )
38130     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
38131 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
38132     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
38133 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
38134     ac_header_preproc=yes
38135     ;;
38136   no:yes:* )
38137     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
38138 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
38139     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
38140 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
38141     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
38142 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
38143     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
38144 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
38145     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
38146 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
38147     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
38148 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
38149     ( cat <<\_ASBOX
38150 ## --------------------------------------------- ##
38151 ## Report this to <http://www.openldap.org/its/> ##
38152 ## --------------------------------------------- ##
38153 _ASBOX
38154      ) | sed "s/^/$as_me: WARNING:     /" >&2
38155     ;;
38156 esac
38157 { echo "$as_me:$LINENO: checking for $ac_header" >&5
38158 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
38159 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
38160   echo $ECHO_N "(cached) $ECHO_C" >&6
38161 else
38162   eval "$as_ac_Header=\$ac_header_preproc"
38163 fi
38164 ac_res=`eval echo '${'$as_ac_Header'}'`
38165                { echo "$as_me:$LINENO: result: $ac_res" >&5
38166 echo "${ECHO_T}$ac_res" >&6; }
38167
38168 fi
38169 if test `eval echo '${'$as_ac_Header'}'` = yes; then
38170   cat >>confdefs.h <<_ACEOF
38171 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
38172 _ACEOF
38173
38174 fi
38175
38176 done
38177
38178
38179         if test $ac_cv_header_ltdl_h != yes ; then
38180                 { { echo "$as_me:$LINENO: error: could not locate <ltdl.h>" >&5
38181 echo "$as_me: error: could not locate <ltdl.h>" >&2;}
38182    { (exit 1); exit 1; }; }
38183         fi
38184         { echo "$as_me:$LINENO: checking for lt_dlinit in -lltdl" >&5
38185 echo $ECHO_N "checking for lt_dlinit in -lltdl... $ECHO_C" >&6; }
38186 if test "${ac_cv_lib_ltdl_lt_dlinit+set}" = set; then
38187   echo $ECHO_N "(cached) $ECHO_C" >&6
38188 else
38189   ac_check_lib_save_LIBS=$LIBS
38190 LIBS="-lltdl  $LIBS"
38191 cat >conftest.$ac_ext <<_ACEOF
38192 /* confdefs.h.  */
38193 _ACEOF
38194 cat confdefs.h >>conftest.$ac_ext
38195 cat >>conftest.$ac_ext <<_ACEOF
38196 /* end confdefs.h.  */
38197
38198 /* Override any GCC internal prototype to avoid an error.
38199    Use char because int might match the return type of a GCC
38200    builtin and then its argument prototype would still apply.  */
38201 #ifdef __cplusplus
38202 extern "C"
38203 #endif
38204 char lt_dlinit ();
38205 int
38206 main ()
38207 {
38208 return lt_dlinit ();
38209   ;
38210   return 0;
38211 }
38212 _ACEOF
38213 rm -f conftest.$ac_objext conftest$ac_exeext
38214 if { (ac_try="$ac_link"
38215 case "(($ac_try" in
38216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38217   *) ac_try_echo=$ac_try;;
38218 esac
38219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38220   (eval "$ac_link") 2>conftest.er1
38221   ac_status=$?
38222   grep -v '^ *+' conftest.er1 >conftest.err
38223   rm -f conftest.er1
38224   cat conftest.err >&5
38225   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38226   (exit $ac_status); } && {
38227          test -z "$ac_c_werror_flag" ||
38228          test ! -s conftest.err
38229        } && test -s conftest$ac_exeext &&
38230        $as_test_x conftest$ac_exeext; then
38231   ac_cv_lib_ltdl_lt_dlinit=yes
38232 else
38233   echo "$as_me: failed program was:" >&5
38234 sed 's/^/| /' conftest.$ac_ext >&5
38235
38236         ac_cv_lib_ltdl_lt_dlinit=no
38237 fi
38238
38239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38240       conftest$ac_exeext conftest.$ac_ext
38241 LIBS=$ac_check_lib_save_LIBS
38242 fi
38243 { echo "$as_me:$LINENO: result: $ac_cv_lib_ltdl_lt_dlinit" >&5
38244 echo "${ECHO_T}$ac_cv_lib_ltdl_lt_dlinit" >&6; }
38245 if test $ac_cv_lib_ltdl_lt_dlinit = yes; then
38246
38247                 SLAPI_LIBS=-lltdl
38248                 LIBSLAPI=libslapi.a
38249                 LIBSLAPITOOLS=../libslapi.a
38250
38251 cat >>confdefs.h <<\_ACEOF
38252 #define HAVE_LIBLTDL 1
38253 _ACEOF
38254
38255
38256 else
38257   { { echo "$as_me:$LINENO: error: could not locate libtool -lltdl" >&5
38258 echo "$as_me: error: could not locate libtool -lltdl" >&2;}
38259    { (exit 1); exit 1; }; }
38260 fi
38261
38262
38263
38264 cat >>confdefs.h <<\_ACEOF
38265 #define LDAP_SLAPI 1
38266 _ACEOF
38267
38268 fi
38269
38270 if test "$ol_enable_debug" != no ; then
38271         if test "$ol_enable_debug" = traditional; then
38272
38273 cat >>confdefs.h <<\_ACEOF
38274 #define OLD_DEBUG 1
38275 _ACEOF
38276
38277         fi
38278
38279 cat >>confdefs.h <<\_ACEOF
38280 #define LDAP_DEBUG 1
38281 _ACEOF
38282
38283 fi
38284 if test "$ol_enable_syslog" = yes ; then
38285
38286 cat >>confdefs.h <<\_ACEOF
38287 #define LDAP_SYSLOG 1
38288 _ACEOF
38289
38290 fi
38291 if test "$ol_enable_proctitle" != no ; then
38292
38293 cat >>confdefs.h <<\_ACEOF
38294 #define LDAP_PROCTITLE 1
38295 _ACEOF
38296
38297 fi
38298 if test "$ol_enable_referrals" != no ; then
38299
38300 cat >>confdefs.h <<\_ACEOF
38301 #define LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS LDAP_VENDOR_VERSION
38302 _ACEOF
38303
38304 fi
38305 if test "$ol_enable_local" != no; then
38306
38307 cat >>confdefs.h <<\_ACEOF
38308 #define LDAP_PF_LOCAL 1
38309 _ACEOF
38310
38311 fi
38312 if test "$ol_link_ipv6" != no; then
38313
38314 cat >>confdefs.h <<\_ACEOF
38315 #define LDAP_PF_INET6 1
38316 _ACEOF
38317
38318 fi
38319 if test "$ol_enable_cleartext" != no ; then
38320
38321 cat >>confdefs.h <<\_ACEOF
38322 #define SLAPD_CLEARTEXT 1
38323 _ACEOF
38324
38325 fi
38326 if test "$ol_enable_crypt" != no ; then
38327
38328 cat >>confdefs.h <<\_ACEOF
38329 #define SLAPD_CRYPT 1
38330 _ACEOF
38331
38332 fi
38333 if test "$ol_link_spasswd" != no ; then
38334
38335 cat >>confdefs.h <<\_ACEOF
38336 #define SLAPD_SPASSWD 1
38337 _ACEOF
38338
38339 fi
38340 if test "$ol_enable_rlookups" != no ; then
38341
38342 cat >>confdefs.h <<\_ACEOF
38343 #define SLAPD_RLOOKUPS 1
38344 _ACEOF
38345
38346 fi
38347 if test "$ol_enable_aci" != no ; then
38348         if test $ol_enable_dynacl = no ; then
38349                 ol_enable_dynacl=yes
38350                 { echo "$as_me:$LINENO: WARNING: ACIs need dynacl" >&5
38351 echo "$as_me: WARNING: ACIs need dynacl" >&2;}
38352         fi
38353         if test "$ol_enable_aci" = mod ; then
38354                 MFLAG=SLAPD_MOD_DYNAMIC
38355                                 { { echo "$as_me:$LINENO: error: ACI build as dynamic module not supported (yet)" >&5
38356 echo "$as_me: error: ACI build as dynamic module not supported (yet)" >&2;}
38357    { (exit 1); exit 1; }; }
38358         else
38359                 MFLAG=SLAPD_MOD_STATIC
38360         fi
38361         WITH_ACI_ENABLED=$ol_enable_aci
38362
38363 cat >>confdefs.h <<_ACEOF
38364 #define SLAPD_ACI_ENABLED $MFLAG
38365 _ACEOF
38366
38367 else
38368         WITH_ACI_ENABLED=no
38369 fi
38370 if test "$ol_enable_dynacl" != no ; then
38371
38372 cat >>confdefs.h <<\_ACEOF
38373 #define SLAP_DYNACL 1
38374 _ACEOF
38375
38376 fi
38377
38378 if test "$ol_link_modules" != no ; then
38379
38380 cat >>confdefs.h <<\_ACEOF
38381 #define SLAPD_MODULES 1
38382 _ACEOF
38383
38384         BUILD_SLAPD=yes
38385         SLAPD_MODULES_LDFLAGS="-dlopen self"
38386 fi
38387
38388
38389 cat >>confdefs.h <<\_ACEOF
38390 #define SLAPD_MOD_STATIC 1
38391 _ACEOF
38392
38393
38394 cat >>confdefs.h <<\_ACEOF
38395 #define SLAPD_MOD_DYNAMIC 2
38396 _ACEOF
38397
38398
38399 if test "$ol_enable_monitor" != no ; then
38400         BUILD_SLAPD=yes
38401         BUILD_MONITOR=$ol_enable_monitor
38402         if test "$ol_enable_monitor" = mod ; then
38403                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-monitor"
38404                 MFLAG=SLAPD_MOD_DYNAMIC
38405         else
38406                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-monitor"
38407                 MFLAG=SLAPD_MOD_STATIC
38408         fi
38409
38410 cat >>confdefs.h <<_ACEOF
38411 #define SLAPD_MONITOR $MFLAG
38412 _ACEOF
38413
38414 fi
38415
38416 if test "$ol_enable_bdb" != no ; then
38417         BUILD_SLAPD=yes
38418         BUILD_BDB=$ol_enable_bdb
38419         if test "$ol_enable_bdb" = mod ; then
38420                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-bdb"
38421                 MFLAG=SLAPD_MOD_DYNAMIC
38422         else
38423                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-bdb"
38424                 MFLAG=SLAPD_MOD_STATIC
38425         fi
38426
38427 cat >>confdefs.h <<_ACEOF
38428 #define SLAPD_BDB $MFLAG
38429 _ACEOF
38430
38431 fi
38432
38433 if test "$ol_enable_dnssrv" != no ; then
38434         BUILD_SLAPD=yes
38435         BUILD_DNSSRV=$ol_enable_dnssrv
38436         if test "$ol_enable_dnssrv" = mod ; then
38437                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-dnssrv"
38438                 MFLAG=SLAPD_MOD_DYNAMIC
38439         else
38440                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-dnssrv"
38441                 MFLAG=SLAPD_MOD_STATIC
38442         fi
38443
38444 cat >>confdefs.h <<_ACEOF
38445 #define SLAPD_DNSSRV $MFLAG
38446 _ACEOF
38447
38448 fi
38449
38450 if test "$ol_enable_hdb" != no ; then
38451         BUILD_SLAPD=yes
38452         BUILD_HDB=$ol_enable_hdb
38453         if test "$ol_enable_hdb" = mod ; then
38454                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-hdb"
38455                 MFLAG=SLAPD_MOD_DYNAMIC
38456         else
38457                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-hdb"
38458                 MFLAG=SLAPD_MOD_STATIC
38459         fi
38460
38461 cat >>confdefs.h <<_ACEOF
38462 #define SLAPD_HDB $MFLAG
38463 _ACEOF
38464
38465 fi
38466
38467 if test "$ol_enable_ldap" != no ; then
38468         BUILD_SLAPD=yes
38469         BUILD_LDAP=$ol_enable_ldap
38470         if test "$ol_enable_ldap" = mod ; then
38471                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-ldap"
38472                 MFLAG=SLAPD_MOD_DYNAMIC
38473         else
38474                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-ldap"
38475                 MFLAG=SLAPD_MOD_STATIC
38476         fi
38477
38478 cat >>confdefs.h <<_ACEOF
38479 #define SLAPD_LDAP $MFLAG
38480 _ACEOF
38481
38482 fi
38483
38484 if test "$ol_enable_meta" != no ; then
38485         BUILD_SLAPD=yes
38486         BUILD_META=$ol_enable_meta
38487         BUILD_REWRITE=yes
38488         if test "$ol_enable_meta" = mod ; then
38489                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-meta"
38490                 MFLAG=SLAPD_MOD_DYNAMIC
38491         else
38492                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-meta"
38493                 MFLAG=SLAPD_MOD_STATIC
38494         fi
38495
38496 cat >>confdefs.h <<_ACEOF
38497 #define SLAPD_META $MFLAG
38498 _ACEOF
38499
38500 fi
38501
38502 if test "$ol_enable_ndb" != no ; then
38503         BUILD_SLAPD=yes
38504         BUILD_NDB=$ol_enable_ndb
38505         if test "$ol_enable_ndb" = mod ; then
38506                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-ndb"
38507                 MFLAG=SLAPD_MOD_DYNAMIC
38508         else
38509                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-ndb"
38510                 MFLAG=SLAPD_MOD_STATIC
38511         fi
38512
38513 cat >>confdefs.h <<_ACEOF
38514 #define SLAPD_NDB $MFLAG
38515 _ACEOF
38516
38517 fi
38518
38519 if test "$ol_enable_null" != no ; then
38520         BUILD_SLAPD=yes
38521         BUILD_NULL=$ol_enable_null
38522         if test "$ol_enable_null" = mod ; then
38523                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-null"
38524                 MFLAG=SLAPD_MOD_DYNAMIC
38525         else
38526                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-null"
38527                 MFLAG=SLAPD_MOD_STATIC
38528         fi
38529
38530 cat >>confdefs.h <<_ACEOF
38531 #define SLAPD_NULL $MFLAG
38532 _ACEOF
38533
38534 fi
38535
38536 if test "$ol_enable_passwd" != no ; then
38537         BUILD_SLAPD=yes
38538         BUILD_PASSWD=$ol_enable_passwd
38539         if test "$ol_enable_passwd" = mod ; then
38540                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-passwd"
38541                 MFLAG=SLAPD_MOD_DYNAMIC
38542         else
38543                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-passwd"
38544                 MFLAG=SLAPD_MOD_STATIC
38545         fi
38546
38547 cat >>confdefs.h <<_ACEOF
38548 #define SLAPD_PASSWD $MFLAG
38549 _ACEOF
38550
38551 fi
38552
38553 if test "$ol_link_perl" != no ; then
38554         BUILD_SLAPD=yes
38555         BUILD_PERL=$ol_enable_perl
38556         if test "$ol_enable_perl" = mod ; then
38557                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-perl"
38558                 MFLAG=SLAPD_MOD_DYNAMIC
38559         else
38560                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-perl"
38561                 MFLAG=SLAPD_MOD_STATIC
38562         fi
38563
38564 cat >>confdefs.h <<_ACEOF
38565 #define SLAPD_PERL $MFLAG
38566 _ACEOF
38567
38568 fi
38569
38570 if test "$ol_enable_relay" != no ; then
38571         BUILD_SLAPD=yes
38572         BUILD_RELAY=$ol_enable_relay
38573         if test "$ol_enable_relay" = mod ; then
38574                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-relay"
38575                 MFLAG=SLAPD_MOD_DYNAMIC
38576         else
38577                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-relay"
38578                 MFLAG=SLAPD_MOD_STATIC
38579         fi
38580
38581 cat >>confdefs.h <<_ACEOF
38582 #define SLAPD_RELAY $MFLAG
38583 _ACEOF
38584
38585 fi
38586
38587 if test "$ol_enable_shell" != no ; then
38588         if test "$ol_link_threads" != no ; then
38589                 { echo "$as_me:$LINENO: WARNING: Use of --without-threads is recommended with back-shell" >&5
38590 echo "$as_me: WARNING: Use of --without-threads is recommended with back-shell" >&2;}
38591         fi
38592         BUILD_SLAPD=yes
38593         BUILD_SHELL=$ol_enable_shell
38594         if test "$ol_enable_shell" = mod ; then
38595                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-shell"
38596                 MFLAG=SLAPD_MOD_DYNAMIC
38597         else
38598                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-shell"
38599                 MFLAG=SLAPD_MOD_STATIC
38600         fi
38601
38602 cat >>confdefs.h <<_ACEOF
38603 #define SLAPD_SHELL $MFLAG
38604 _ACEOF
38605
38606 fi
38607
38608 if test "$ol_enable_sock" != no ; then
38609         BUILD_SLAPD=yes
38610         BUILD_SOCK=$ol_enable_sock
38611         if test "$ol_enable_sock" = mod ; then
38612                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-sock"
38613                 MFLAG=SLAPD_MOD_DYNAMIC
38614         else
38615                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-sock"
38616                 MFLAG=SLAPD_MOD_STATIC
38617         fi
38618
38619 cat >>confdefs.h <<_ACEOF
38620 #define SLAPD_SOCK $MFLAG
38621 _ACEOF
38622
38623 fi
38624
38625 if test "$ol_link_sql" != no ; then
38626         BUILD_SLAPD=yes
38627         BUILD_SQL=$ol_enable_sql
38628         if test "$ol_enable_sql" = mod; then
38629                 SLAPD_DYNAMIC_BACKENDS="$SLAPD_DYNAMIC_BACKENDS back-sql"
38630                 MFLAG=SLAPD_MOD_DYNAMIC
38631         else
38632                 SLAPD_STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS back-sql"
38633                 MFLAG=SLAPD_MOD_STATIC
38634         fi
38635
38636 cat >>confdefs.h <<_ACEOF
38637 #define SLAPD_SQL $MFLAG
38638 _ACEOF
38639
38640 fi
38641
38642 if test "$ol_enable_accesslog" != no ; then
38643         BUILD_ACCESSLOG=$ol_enable_accesslog
38644         if test "$ol_enable_accesslog" = mod ; then
38645                 MFLAG=SLAPD_MOD_DYNAMIC
38646                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS accesslog.la"
38647         else
38648                 MFLAG=SLAPD_MOD_STATIC
38649                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS accesslog.o"
38650         fi
38651
38652 cat >>confdefs.h <<_ACEOF
38653 #define SLAPD_OVER_ACCESSLOG $MFLAG
38654 _ACEOF
38655
38656 fi
38657
38658 if test "$ol_enable_auditlog" != no ; then
38659         BUILD_AUDITLOG=$ol_enable_auditlog
38660         if test "$ol_enable_auditlog" = mod ; then
38661                 MFLAG=SLAPD_MOD_DYNAMIC
38662                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS auditlog.la"
38663         else
38664                 MFLAG=SLAPD_MOD_STATIC
38665                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS auditlog.o"
38666         fi
38667
38668 cat >>confdefs.h <<_ACEOF
38669 #define SLAPD_OVER_AUDITLOG $MFLAG
38670 _ACEOF
38671
38672 fi
38673
38674 if test "$ol_enable_collect" != no ; then
38675         BUILD_COLLECT=$ol_enable_collect
38676         if test "$ol_enable_collect" = mod ; then
38677                 MFLAG=SLAPD_MOD_DYNAMIC
38678                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS collect.la"
38679         else
38680                 MFLAG=SLAPD_MOD_STATIC
38681                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS collect.o"
38682         fi
38683
38684 cat >>confdefs.h <<_ACEOF
38685 #define SLAPD_OVER_COLLECT $MFLAG
38686 _ACEOF
38687
38688 fi
38689
38690 if test "$ol_enable_constraint" != no ; then
38691         BUILD_CONSTRAINT=$ol_enable_constraint
38692         if test "$ol_enable_constraint" = mod ; then
38693                 MFLAG=SLAPD_MOD_DYNAMIC
38694                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS constraint.la"
38695         else
38696                 MFLAG=SLAPD_MOD_STATIC
38697                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS constraint.o"
38698         fi
38699
38700 cat >>confdefs.h <<_ACEOF
38701 #define SLAPD_OVER_CONSTRAINT $MFLAG
38702 _ACEOF
38703
38704 fi
38705
38706 if test "$ol_enable_dds" != no ; then
38707         BUILD_DDS=$ol_enable_dds
38708         if test "$ol_enable_dds" = mod ; then
38709                 MFLAG=SLAPD_MOD_DYNAMIC
38710                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS dds.la"
38711         else
38712                 MFLAG=SLAPD_MOD_STATIC
38713                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS dds.o"
38714         fi
38715
38716 cat >>confdefs.h <<_ACEOF
38717 #define SLAPD_OVER_DDS $MFLAG
38718 _ACEOF
38719
38720 fi
38721
38722 if test "$ol_enable_deref" != no ; then
38723         BUILD_DDS=$ol_enable_deref
38724         if test "$ol_enable_deref" = mod ; then
38725                 MFLAG=SLAPD_MOD_DYNAMIC
38726                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS deref.la"
38727         else
38728                 MFLAG=SLAPD_MOD_STATIC
38729                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS deref.o"
38730         fi
38731
38732 cat >>confdefs.h <<_ACEOF
38733 #define SLAPD_OVER_DEREF $MFLAG
38734 _ACEOF
38735
38736 fi
38737
38738 if test "$ol_enable_dyngroup" != no ; then
38739         BUILD_DYNGROUP=$ol_enable_dyngroup
38740         if test "$ol_enable_dyngroup" = mod ; then
38741                 MFLAG=SLAPD_MOD_DYNAMIC
38742                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS dyngroup.la"
38743         else
38744                 MFLAG=SLAPD_MOD_STATIC
38745                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS dyngroup.o"
38746         fi
38747
38748 cat >>confdefs.h <<_ACEOF
38749 #define SLAPD_OVER_DYNGROUP $MFLAG
38750 _ACEOF
38751
38752 fi
38753
38754 if test "$ol_enable_dynlist" != no ; then
38755         BUILD_DYNLIST=$ol_enable_dynlist
38756         if test "$ol_enable_dynlist" = mod ; then
38757                 MFLAG=SLAPD_MOD_DYNAMIC
38758                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS dynlist.la"
38759         else
38760                 MFLAG=SLAPD_MOD_STATIC
38761                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS dynlist.o"
38762         fi
38763
38764 cat >>confdefs.h <<_ACEOF
38765 #define SLAPD_OVER_DYNLIST $MFLAG
38766 _ACEOF
38767
38768 fi
38769
38770 if test "$ol_enable_memberof" != no ; then
38771         BUILD_MEMBEROF=$ol_enable_memberof
38772         if test "$ol_enable_memberof" = mod ; then
38773                 MFLAG=SLAPD_MOD_DYNAMIC
38774                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS memberof.la"
38775         else
38776                 MFLAG=SLAPD_MOD_STATIC
38777                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS memberof.o"
38778         fi
38779
38780 cat >>confdefs.h <<_ACEOF
38781 #define SLAPD_OVER_MEMBEROF $MFLAG
38782 _ACEOF
38783
38784 fi
38785
38786 if test "$ol_enable_ppolicy" != no ; then
38787         BUILD_PPOLICY=$ol_enable_ppolicy
38788         if test "$ol_enable_ppolicy" = mod ; then
38789                 MFLAG=SLAPD_MOD_DYNAMIC
38790                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS ppolicy.la"
38791         else
38792                 MFLAG=SLAPD_MOD_STATIC
38793                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS ppolicy.o"
38794         fi
38795
38796 cat >>confdefs.h <<_ACEOF
38797 #define SLAPD_OVER_PPOLICY $MFLAG
38798 _ACEOF
38799
38800 fi
38801
38802 if test "$ol_enable_proxycache" != no ; then
38803         BUILD_PROXYCACHE=$ol_enable_proxycache
38804         if test "$ol_enable_proxycache" = mod ; then
38805                 MFLAG=SLAPD_MOD_DYNAMIC
38806                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS pcache.la"
38807         else
38808                 MFLAG=SLAPD_MOD_STATIC
38809                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS pcache.o"
38810         fi
38811
38812 cat >>confdefs.h <<_ACEOF
38813 #define SLAPD_OVER_PROXYCACHE $MFLAG
38814 _ACEOF
38815
38816 fi
38817
38818 if test "$ol_enable_refint" != no ; then
38819         BUILD_REFINT=$ol_enable_refint
38820         if test "$ol_enable_refint" = mod ; then
38821                 MFLAG=SLAPD_MOD_DYNAMIC
38822                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS refint.la"
38823         else
38824                 MFLAG=SLAPD_MOD_STATIC
38825                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS refint.o"
38826         fi
38827
38828 cat >>confdefs.h <<_ACEOF
38829 #define SLAPD_OVER_REFINT $MFLAG
38830 _ACEOF
38831
38832 fi
38833
38834 if test "$ol_enable_retcode" != no ; then
38835         BUILD_RETCODE=$ol_enable_retcode
38836         if test "$ol_enable_retcode" = mod ; then
38837                 MFLAG=SLAPD_MOD_DYNAMIC
38838                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS retcode.la"
38839         else
38840                 MFLAG=SLAPD_MOD_STATIC
38841                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS retcode.o"
38842         fi
38843
38844 cat >>confdefs.h <<_ACEOF
38845 #define SLAPD_OVER_RETCODE $MFLAG
38846 _ACEOF
38847
38848 fi
38849
38850 if test "$ol_enable_rwm" != no ; then
38851         BUILD_REWRITE=yes
38852         BUILD_RWM=$ol_enable_rwm
38853         if test "$ol_enable_rwm" = mod ; then
38854                 MFLAG=SLAPD_MOD_DYNAMIC
38855                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS rwm.la"
38856         else
38857                 MFLAG=SLAPD_MOD_STATIC
38858                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS rwm_x.o"
38859         fi
38860
38861 cat >>confdefs.h <<_ACEOF
38862 #define SLAPD_OVER_RWM $MFLAG
38863 _ACEOF
38864
38865 fi
38866
38867 if test "$ol_enable_seqmod" != no ; then
38868         BUILD_SEQMOD=$ol_enable_seqmod
38869         if test "$ol_enable_seqmod" = mod ; then
38870                 MFLAG=SLAPD_MOD_DYNAMIC
38871                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS seqmod.la"
38872         else
38873                 MFLAG=SLAPD_MOD_STATIC
38874                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS seqmod.o"
38875         fi
38876
38877 cat >>confdefs.h <<_ACEOF
38878 #define SLAPD_OVER_SEQMOD $MFLAG
38879 _ACEOF
38880
38881 fi
38882
38883 if test "$ol_enable_syncprov" != no ; then
38884         BUILD_SYNCPROV=$ol_enable_syncprov
38885         if test "$ol_enable_syncprov" = mod ; then
38886                 MFLAG=SLAPD_MOD_DYNAMIC
38887                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS syncprov.la"
38888         else
38889                 MFLAG=SLAPD_MOD_STATIC
38890                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS syncprov.o"
38891         fi
38892
38893 cat >>confdefs.h <<_ACEOF
38894 #define SLAPD_OVER_SYNCPROV $MFLAG
38895 _ACEOF
38896
38897 fi
38898
38899 if test "$ol_enable_translucent" != no ; then
38900         BUILD_TRANSLUCENT=$ol_enable_translucent
38901         if test "$ol_enable_translucent" = mod ; then
38902                 MFLAG=SLAPD_MOD_DYNAMIC
38903                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS translucent.la"
38904         else
38905                 MFLAG=SLAPD_MOD_STATIC
38906                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS translucent.o"
38907         fi
38908
38909 cat >>confdefs.h <<_ACEOF
38910 #define SLAPD_OVER_TRANSLUCENT $MFLAG
38911 _ACEOF
38912
38913 fi
38914
38915 if test "$ol_enable_unique" != no ; then
38916         BUILD_UNIQUE=$ol_enable_unique
38917         if test "$ol_enable_unique" = mod ; then
38918                 MFLAG=SLAPD_MOD_DYNAMIC
38919                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS unique.la"
38920         else
38921                 MFLAG=SLAPD_MOD_STATIC
38922                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS unique.o"
38923         fi
38924
38925 cat >>confdefs.h <<_ACEOF
38926 #define SLAPD_OVER_UNIQUE $MFLAG
38927 _ACEOF
38928
38929 fi
38930
38931 if test "$ol_enable_valsort" != no ; then
38932         BUILD_VALSORT=$ol_enable_valsort
38933         if test "$ol_enable_valsort" = mod ; then
38934                 MFLAG=SLAPD_MOD_DYNAMIC
38935                 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS valsort.la"
38936         else
38937                 MFLAG=SLAPD_MOD_STATIC
38938                 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS valsort.o"
38939         fi
38940
38941 cat >>confdefs.h <<_ACEOF
38942 #define SLAPD_OVER_VALSORT $MFLAG
38943 _ACEOF
38944
38945 fi
38946
38947 if test "$ol_enable_rewrite" != no ; then
38948
38949 cat >>confdefs.h <<\_ACEOF
38950 #define ENABLE_REWRITE 1
38951 _ACEOF
38952
38953         BUILD_REWRITE=yes
38954 fi
38955
38956 if test "$ol_enable_slapi" != no ; then
38957
38958 cat >>confdefs.h <<\_ACEOF
38959 #define ENABLE_SLAPI 1
38960 _ACEOF
38961
38962         BUILD_SLAPI=yes
38963         SLAPD_SLAPI_DEPEND=libslapi.a
38964 fi
38965
38966
38967
38968 if test "$ac_cv_mingw32" = yes -o $ol_cv_msvc = yes ; then
38969         PLAT=NT
38970         SLAPD_MODULES_LDFLAGS=
38971 else
38972         PLAT=UNIX
38973 fi
38974
38975
38976
38977
38978
38979
38980
38981
38982
38983
38984
38985
38986
38987
38988
38989
38990
38991
38992
38993
38994
38995
38996
38997
38998
38999
39000
39001
39002
39003
39004
39005
39006
39007
39008
39009
39010
39011
39012
39013
39014
39015
39016
39017
39018
39019
39020
39021
39022
39023
39024
39025
39026
39027
39028
39029
39030
39031
39032
39033
39034
39035
39036
39037
39038
39039
39040
39041
39042
39043
39044
39045
39046
39047
39048
39049
39050
39051
39052
39053
39054
39055
39056
39057
39058
39059
39060
39061
39062
39063
39064 # Check whether --with-xxinstall was given.
39065 if test "${with_xxinstall+set}" = set; then
39066   withval=$with_xxinstall;
39067 fi
39068
39069
39070
39071 ac_config_files="$ac_config_files Makefile:build/top.mk:Makefile.in:build/dir.mk doc/Makefile:build/top.mk:doc/Makefile.in:build/dir.mk doc/man/Makefile:build/top.mk:doc/man/Makefile.in:build/dir.mk doc/man/man1/Makefile:build/top.mk:doc/man/man1/Makefile.in:build/man.mk doc/man/man3/Makefile:build/top.mk:doc/man/man3/Makefile.in:build/man.mk doc/man/man5/Makefile:build/top.mk:doc/man/man5/Makefile.in:build/man.mk doc/man/man8/Makefile:build/top.mk:doc/man/man8/Makefile.in:build/man.mk clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk include/Makefile:build/top.mk:include/Makefile.in libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk libraries/libldap_r/Makefile:build/top.mk:libraries/libldap_r/Makefile.in:build/lib.mk:build/lib-shared.mk libraries/liblunicode/Makefile:build/top.mk:libraries/liblunicode/Makefile.in:build/lib.mk:build/lib-static.mk libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk libraries/librewrite/Makefile:build/top.mk:libraries/librewrite/Makefile.in:build/lib.mk:build/lib-static.mk servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk servers/slapd/back-bdb/Makefile:build/top.mk:servers/slapd/back-bdb/Makefile.in:build/mod.mk servers/slapd/back-dnssrv/Makefile:build/top.mk:servers/slapd/back-dnssrv/Makefile.in:build/mod.mk servers/slapd/back-hdb/Makefile:build/top.mk:servers/slapd/back-hdb/Makefile.in:build/mod.mk servers/slapd/back-ldap/Makefile:build/top.mk:servers/slapd/back-ldap/Makefile.in:build/mod.mk servers/slapd/back-ldif/Makefile:build/top.mk:servers/slapd/back-ldif/Makefile.in:build/mod.mk servers/slapd/back-meta/Makefile:build/top.mk:servers/slapd/back-meta/Makefile.in:build/mod.mk servers/slapd/back-monitor/Makefile:build/top.mk:servers/slapd/back-monitor/Makefile.in:build/mod.mk servers/slapd/back-ndb/Makefile:build/top.mk:servers/slapd/back-ndb/Makefile.in:build/mod.mk servers/slapd/back-null/Makefile:build/top.mk:servers/slapd/back-null/Makefile.in:build/mod.mk servers/slapd/back-passwd/Makefile:build/top.mk:servers/slapd/back-passwd/Makefile.in:build/mod.mk servers/slapd/back-perl/Makefile:build/top.mk:servers/slapd/back-perl/Makefile.in:build/mod.mk servers/slapd/back-relay/Makefile:build/top.mk:servers/slapd/back-relay/Makefile.in:build/mod.mk servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Makefile.in:build/mod.mk servers/slapd/back-sock/Makefile:build/top.mk:servers/slapd/back-sock/Makefile.in:build/mod.mk servers/slapd/back-sql/Makefile:build/top.mk:servers/slapd/back-sql/Makefile.in:build/mod.mk servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk servers/slapd/slapi/Makefile:build/top.mk:servers/slapd/slapi/Makefile.in:build/lib.mk:build/lib-shared.mk servers/slapd/overlays/Makefile:build/top.mk:servers/slapd/overlays/Makefile.in:build/lib.mk tests/Makefile:build/top.mk:tests/Makefile.in:build/dir.mk tests/run tests/progs/Makefile:build/top.mk:tests/progs/Makefile.in:build/rules.mk"
39072
39073
39074 ac_config_commands="$ac_config_commands default"
39075
39076
39077
39078 test "x$prefix" = xNONE && prefix=$ac_default_prefix
39079 # Let make expand exec_prefix.
39080 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
39081
39082 DEFS=-DHAVE_CONFIG_H
39083
39084 ac_libobjs=
39085 ac_ltlibobjs=
39086 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
39087   # 1. Remove the extension, and $U if already installed.
39088   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
39089   ac_i=`echo "$ac_i" | sed "$ac_script"`
39090   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
39091   #    will be set to the directory where LIBOBJS objects are built.
39092   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
39093   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
39094 done
39095 LIBOBJS=$ac_libobjs
39096
39097 LTLIBOBJS=$ac_ltlibobjs
39098
39099
39100 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
39101   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
39102 Usually this means the macro was only invoked conditionally." >&5
39103 echo "$as_me: error: conditional \"AMDEP\" was never defined.
39104 Usually this means the macro was only invoked conditionally." >&2;}
39105    { (exit 1); exit 1; }; }
39106 fi
39107 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
39108   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
39109 Usually this means the macro was only invoked conditionally." >&5
39110 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
39111 Usually this means the macro was only invoked conditionally." >&2;}
39112    { (exit 1); exit 1; }; }
39113 fi
39114 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
39115   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
39116 Usually this means the macro was only invoked conditionally." >&5
39117 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
39118 Usually this means the macro was only invoked conditionally." >&2;}
39119    { (exit 1); exit 1; }; }
39120 fi
39121
39122 : ${CONFIG_STATUS=./config.status}
39123 ac_clean_files_save=$ac_clean_files
39124 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
39125 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
39126 echo "$as_me: creating $CONFIG_STATUS" >&6;}
39127 cat >$CONFIG_STATUS <<_ACEOF
39128 #! $SHELL
39129 # Generated by $as_me.
39130 # Run this file to recreate the current configuration.
39131 # Compiler output produced by configure, useful for debugging
39132 # configure, is in config.log if it exists.
39133
39134 debug=false
39135 ac_cs_recheck=false
39136 ac_cs_silent=false
39137 SHELL=\${CONFIG_SHELL-$SHELL}
39138 _ACEOF
39139
39140 cat >>$CONFIG_STATUS <<\_ACEOF
39141 ## --------------------- ##
39142 ## M4sh Initialization.  ##
39143 ## --------------------- ##
39144
39145 # Be more Bourne compatible
39146 DUALCASE=1; export DUALCASE # for MKS sh
39147 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
39148   emulate sh
39149   NULLCMD=:
39150   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
39151   # is contrary to our usage.  Disable this feature.
39152   alias -g '${1+"$@"}'='"$@"'
39153   setopt NO_GLOB_SUBST
39154 else
39155   case `(set -o) 2>/dev/null` in
39156   *posix*) set -o posix ;;
39157 esac
39158
39159 fi
39160
39161
39162
39163
39164 # PATH needs CR
39165 # Avoid depending upon Character Ranges.
39166 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
39167 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
39168 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39169 as_cr_digits='0123456789'
39170 as_cr_alnum=$as_cr_Letters$as_cr_digits
39171
39172 # The user is always right.
39173 if test "${PATH_SEPARATOR+set}" != set; then
39174   echo "#! /bin/sh" >conf$$.sh
39175   echo  "exit 0"   >>conf$$.sh
39176   chmod +x conf$$.sh
39177   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
39178     PATH_SEPARATOR=';'
39179   else
39180     PATH_SEPARATOR=:
39181   fi
39182   rm -f conf$$.sh
39183 fi
39184
39185 # Support unset when possible.
39186 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
39187   as_unset=unset
39188 else
39189   as_unset=false
39190 fi
39191
39192
39193 # IFS
39194 # We need space, tab and new line, in precisely that order.  Quoting is
39195 # there to prevent editors from complaining about space-tab.
39196 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
39197 # splitting by setting IFS to empty value.)
39198 as_nl='
39199 '
39200 IFS=" ""        $as_nl"
39201
39202 # Find who we are.  Look in the path if we contain no directory separator.
39203 case $0 in
39204   *[\\/]* ) as_myself=$0 ;;
39205   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39206 for as_dir in $PATH
39207 do
39208   IFS=$as_save_IFS
39209   test -z "$as_dir" && as_dir=.
39210   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
39211 done
39212 IFS=$as_save_IFS
39213
39214      ;;
39215 esac
39216 # We did not find ourselves, most probably we were run as `sh COMMAND'
39217 # in which case we are not to be found in the path.
39218 if test "x$as_myself" = x; then
39219   as_myself=$0
39220 fi
39221 if test ! -f "$as_myself"; then
39222   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
39223   { (exit 1); exit 1; }
39224 fi
39225
39226 # Work around bugs in pre-3.0 UWIN ksh.
39227 for as_var in ENV MAIL MAILPATH
39228 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
39229 done
39230 PS1='$ '
39231 PS2='> '
39232 PS4='+ '
39233
39234 # NLS nuisances.
39235 for as_var in \
39236   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
39237   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
39238   LC_TELEPHONE LC_TIME
39239 do
39240   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
39241     eval $as_var=C; export $as_var
39242   else
39243     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
39244   fi
39245 done
39246
39247 # Required to use basename.
39248 if expr a : '\(a\)' >/dev/null 2>&1 &&
39249    test "X`expr 00001 : '.*\(...\)'`" = X001; then
39250   as_expr=expr
39251 else
39252   as_expr=false
39253 fi
39254
39255 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
39256   as_basename=basename
39257 else
39258   as_basename=false
39259 fi
39260
39261
39262 # Name of the executable.
39263 as_me=`$as_basename -- "$0" ||
39264 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
39265          X"$0" : 'X\(//\)$' \| \
39266          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
39267 echo X/"$0" |
39268     sed '/^.*\/\([^/][^/]*\)\/*$/{
39269             s//\1/
39270             q
39271           }
39272           /^X\/\(\/\/\)$/{
39273             s//\1/
39274             q
39275           }
39276           /^X\/\(\/\).*/{
39277             s//\1/
39278             q
39279           }
39280           s/.*/./; q'`
39281
39282 # CDPATH.
39283 $as_unset CDPATH
39284
39285
39286
39287   as_lineno_1=$LINENO
39288   as_lineno_2=$LINENO
39289   test "x$as_lineno_1" != "x$as_lineno_2" &&
39290   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
39291
39292   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
39293   # uniformly replaced by the line number.  The first 'sed' inserts a
39294   # line-number line after each line using $LINENO; the second 'sed'
39295   # does the real work.  The second script uses 'N' to pair each
39296   # line-number line with the line containing $LINENO, and appends
39297   # trailing '-' during substitution so that $LINENO is not a special
39298   # case at line end.
39299   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
39300   # scripts with optimization help from Paolo Bonzini.  Blame Lee
39301   # E. McMahon (1931-1989) for sed's syntax.  :-)
39302   sed -n '
39303     p
39304     /[$]LINENO/=
39305   ' <$as_myself |
39306     sed '
39307       s/[$]LINENO.*/&-/
39308       t lineno
39309       b
39310       :lineno
39311       N
39312       :loop
39313       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
39314       t loop
39315       s/-\n.*//
39316     ' >$as_me.lineno &&
39317   chmod +x "$as_me.lineno" ||
39318     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
39319    { (exit 1); exit 1; }; }
39320
39321   # Don't try to exec as it changes $[0], causing all sort of problems
39322   # (the dirname of $[0] is not the place where we might find the
39323   # original and so on.  Autoconf is especially sensitive to this).
39324   . "./$as_me.lineno"
39325   # Exit status is that of the last command.
39326   exit
39327 }
39328
39329
39330 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
39331   as_dirname=dirname
39332 else
39333   as_dirname=false
39334 fi
39335
39336 ECHO_C= ECHO_N= ECHO_T=
39337 case `echo -n x` in
39338 -n*)
39339   case `echo 'x\c'` in
39340   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
39341   *)   ECHO_C='\c';;
39342   esac;;
39343 *)
39344   ECHO_N='-n';;
39345 esac
39346
39347 if expr a : '\(a\)' >/dev/null 2>&1 &&
39348    test "X`expr 00001 : '.*\(...\)'`" = X001; then
39349   as_expr=expr
39350 else
39351   as_expr=false
39352 fi
39353
39354 rm -f conf$$ conf$$.exe conf$$.file
39355 if test -d conf$$.dir; then
39356   rm -f conf$$.dir/conf$$.file
39357 else
39358   rm -f conf$$.dir
39359   mkdir conf$$.dir
39360 fi
39361 echo >conf$$.file
39362 if ln -s conf$$.file conf$$ 2>/dev/null; then
39363   as_ln_s='ln -s'
39364   # ... but there are two gotchas:
39365   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
39366   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
39367   # In both cases, we have to default to `cp -p'.
39368   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
39369     as_ln_s='cp -p'
39370 elif ln conf$$.file conf$$ 2>/dev/null; then
39371   as_ln_s=ln
39372 else
39373   as_ln_s='cp -p'
39374 fi
39375 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
39376 rmdir conf$$.dir 2>/dev/null
39377
39378 if mkdir -p . 2>/dev/null; then
39379   as_mkdir_p=:
39380 else
39381   test -d ./-p && rmdir ./-p
39382   as_mkdir_p=false
39383 fi
39384
39385 if test -x / >/dev/null 2>&1; then
39386   as_test_x='test -x'
39387 else
39388   if ls -dL / >/dev/null 2>&1; then
39389     as_ls_L_option=L
39390   else
39391     as_ls_L_option=
39392   fi
39393   as_test_x='
39394     eval sh -c '\''
39395       if test -d "$1"; then
39396         test -d "$1/.";
39397       else
39398         case $1 in
39399         -*)set "./$1";;
39400         esac;
39401         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
39402         ???[sx]*):;;*)false;;esac;fi
39403     '\'' sh
39404   '
39405 fi
39406 as_executable_p=$as_test_x
39407
39408 # Sed expression to map a string onto a valid CPP name.
39409 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
39410
39411 # Sed expression to map a string onto a valid variable name.
39412 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
39413
39414
39415 exec 6>&1
39416
39417 # Save the log message, to keep $[0] and so on meaningful, and to
39418 # report actual input values of CONFIG_FILES etc. instead of their
39419 # values after options handling.
39420 ac_log="
39421 This file was extended by $as_me, which was
39422 generated by GNU Autoconf 2.61.  Invocation command line was
39423
39424   CONFIG_FILES    = $CONFIG_FILES
39425   CONFIG_HEADERS  = $CONFIG_HEADERS
39426   CONFIG_LINKS    = $CONFIG_LINKS
39427   CONFIG_COMMANDS = $CONFIG_COMMANDS
39428   $ $0 $@
39429
39430 on `(hostname || uname -n) 2>/dev/null | sed 1q`
39431 "
39432
39433 _ACEOF
39434
39435 cat >>$CONFIG_STATUS <<_ACEOF
39436 # Files that config.status was made for.
39437 config_files="$ac_config_files"
39438 config_headers="$ac_config_headers"
39439 config_commands="$ac_config_commands"
39440
39441 _ACEOF
39442
39443 cat >>$CONFIG_STATUS <<\_ACEOF
39444 ac_cs_usage="\
39445 \`$as_me' instantiates files from templates according to the
39446 current configuration.
39447
39448 Usage: $0 [OPTIONS] [FILE]...
39449
39450   -h, --help       print this help, then exit
39451   -V, --version    print version number and configuration settings, then exit
39452   -q, --quiet      do not print progress messages
39453   -d, --debug      don't remove temporary files
39454       --recheck    update $as_me by reconfiguring in the same conditions
39455   --file=FILE[:TEMPLATE]
39456                    instantiate the configuration file FILE
39457   --header=FILE[:TEMPLATE]
39458                    instantiate the configuration header FILE
39459
39460 Configuration files:
39461 $config_files
39462
39463 Configuration headers:
39464 $config_headers
39465
39466 Configuration commands:
39467 $config_commands
39468
39469 Report bugs to <bug-autoconf@gnu.org>."
39470
39471 _ACEOF
39472 cat >>$CONFIG_STATUS <<_ACEOF
39473 ac_cs_version="\\
39474 config.status
39475 configured by $0, generated by GNU Autoconf 2.61,
39476   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
39477
39478 Copyright (C) 2006 Free Software Foundation, Inc.
39479 This config.status script is free software; the Free Software Foundation
39480 gives unlimited permission to copy, distribute and modify it."
39481
39482 ac_pwd='$ac_pwd'
39483 srcdir='$srcdir'
39484 INSTALL='$INSTALL'
39485 _ACEOF
39486
39487 cat >>$CONFIG_STATUS <<\_ACEOF
39488 # If no file are specified by the user, then we need to provide default
39489 # value.  By we need to know if files were specified by the user.
39490 ac_need_defaults=:
39491 while test $# != 0
39492 do
39493   case $1 in
39494   --*=*)
39495     ac_option=`expr "X$1" : 'X\([^=]*\)='`
39496     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
39497     ac_shift=:
39498     ;;
39499   *)
39500     ac_option=$1
39501     ac_optarg=$2
39502     ac_shift=shift
39503     ;;
39504   esac
39505
39506   case $ac_option in
39507   # Handling of the options.
39508   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
39509     ac_cs_recheck=: ;;
39510   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
39511     echo "$ac_cs_version"; exit ;;
39512   --debug | --debu | --deb | --de | --d | -d )
39513     debug=: ;;
39514   --file | --fil | --fi | --f )
39515     $ac_shift
39516     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
39517     ac_need_defaults=false;;
39518   --header | --heade | --head | --hea )
39519     $ac_shift
39520     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
39521     ac_need_defaults=false;;
39522   --he | --h)
39523     # Conflict between --help and --header
39524     { echo "$as_me: error: ambiguous option: $1
39525 Try \`$0 --help' for more information." >&2
39526    { (exit 1); exit 1; }; };;
39527   --help | --hel | -h )
39528     echo "$ac_cs_usage"; exit ;;
39529   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
39530   | -silent | --silent | --silen | --sile | --sil | --si | --s)
39531     ac_cs_silent=: ;;
39532
39533   # This is an error.
39534   -*) { echo "$as_me: error: unrecognized option: $1
39535 Try \`$0 --help' for more information." >&2
39536    { (exit 1); exit 1; }; } ;;
39537
39538   *) ac_config_targets="$ac_config_targets $1"
39539      ac_need_defaults=false ;;
39540
39541   esac
39542   shift
39543 done
39544
39545 ac_configure_extra_args=
39546
39547 if $ac_cs_silent; then
39548   exec 6>/dev/null
39549   ac_configure_extra_args="$ac_configure_extra_args --silent"
39550 fi
39551
39552 _ACEOF
39553 cat >>$CONFIG_STATUS <<_ACEOF
39554 if \$ac_cs_recheck; then
39555   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
39556   CONFIG_SHELL=$SHELL
39557   export CONFIG_SHELL
39558   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
39559 fi
39560
39561 _ACEOF
39562 cat >>$CONFIG_STATUS <<\_ACEOF
39563 exec 5>>config.log
39564 {
39565   echo
39566   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
39567 ## Running $as_me. ##
39568 _ASBOX
39569   echo "$ac_log"
39570 } >&5
39571
39572 _ACEOF
39573 cat >>$CONFIG_STATUS <<_ACEOF
39574 #
39575 # INIT-COMMANDS
39576 #
39577 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
39578
39579 STATIC_BACKENDS="$SLAPD_STATIC_BACKENDS"
39580 STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS"
39581
39582
39583 _ACEOF
39584
39585 cat >>$CONFIG_STATUS <<\_ACEOF
39586
39587 # Handling of arguments.
39588 for ac_config_target in $ac_config_targets
39589 do
39590   case $ac_config_target in
39591     "include/portable.h") CONFIG_HEADERS="$CONFIG_HEADERS include/portable.h:include/portable.hin" ;;
39592     "include/ldap_features.h") CONFIG_HEADERS="$CONFIG_HEADERS include/ldap_features.h:include/ldap_features.hin" ;;
39593     "include/lber_types.h") CONFIG_HEADERS="$CONFIG_HEADERS include/lber_types.h:include/lber_types.hin" ;;
39594     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
39595     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile:build/top.mk:Makefile.in:build/dir.mk" ;;
39596     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile:build/top.mk:doc/Makefile.in:build/dir.mk" ;;
39597     "doc/man/Makefile") CONFIG_FILES="$CONFIG_FILES doc/man/Makefile:build/top.mk:doc/man/Makefile.in:build/dir.mk" ;;
39598     "doc/man/man1/Makefile") CONFIG_FILES="$CONFIG_FILES doc/man/man1/Makefile:build/top.mk:doc/man/man1/Makefile.in:build/man.mk" ;;
39599     "doc/man/man3/Makefile") CONFIG_FILES="$CONFIG_FILES doc/man/man3/Makefile:build/top.mk:doc/man/man3/Makefile.in:build/man.mk" ;;
39600     "doc/man/man5/Makefile") CONFIG_FILES="$CONFIG_FILES doc/man/man5/Makefile:build/top.mk:doc/man/man5/Makefile.in:build/man.mk" ;;
39601     "doc/man/man8/Makefile") CONFIG_FILES="$CONFIG_FILES doc/man/man8/Makefile:build/top.mk:doc/man/man8/Makefile.in:build/man.mk" ;;
39602     "clients/Makefile") CONFIG_FILES="$CONFIG_FILES clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk" ;;
39603     "clients/tools/Makefile") CONFIG_FILES="$CONFIG_FILES clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk" ;;
39604     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile:build/top.mk:include/Makefile.in" ;;
39605     "libraries/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk" ;;
39606     "libraries/liblber/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk" ;;
39607     "libraries/libldap/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk" ;;
39608     "libraries/libldap_r/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/libldap_r/Makefile:build/top.mk:libraries/libldap_r/Makefile.in:build/lib.mk:build/lib-shared.mk" ;;
39609     "libraries/liblunicode/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/liblunicode/Makefile:build/top.mk:libraries/liblunicode/Makefile.in:build/lib.mk:build/lib-static.mk" ;;
39610     "libraries/liblutil/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk" ;;
39611     "libraries/librewrite/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/librewrite/Makefile:build/top.mk:libraries/librewrite/Makefile.in:build/lib.mk:build/lib-static.mk" ;;
39612     "servers/Makefile") CONFIG_FILES="$CONFIG_FILES servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk" ;;
39613     "servers/slapd/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk" ;;
39614     "servers/slapd/back-bdb/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/back-bdb/Makefile:build/top.mk:servers/slapd/back-bdb/Makefile.in:build/mod.mk" ;;
39615     "servers/slapd/back-dnssrv/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/back-dnssrv/Makefile:build/top.mk:servers/slapd/back-dnssrv/Makefile.in:build/mod.mk" ;;
39616     "servers/slapd/back-hdb/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/back-hdb/Makefile:build/top.mk:servers/slapd/back-hdb/Makefile.in:build/mod.mk" ;;
39617     "servers/slapd/back-ldap/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/back-ldap/Makefile:build/top.mk:servers/slapd/back-ldap/Makefile.in:build/mod.mk" ;;
39618     "servers/slapd/back-ldif/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/back-ldif/Makefile:build/top.mk:servers/slapd/back-ldif/Makefile.in:build/mod.mk" ;;
39619     "servers/slapd/back-meta/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/back-meta/Makefile:build/top.mk:servers/slapd/back-meta/Makefile.in:build/mod.mk" ;;
39620     "servers/slapd/back-monitor/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/back-monitor/Makefile:build/top.mk:servers/slapd/back-monitor/Makefile.in:build/mod.mk" ;;
39621     "servers/slapd/back-ndb/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/back-ndb/Makefile:build/top.mk:servers/slapd/back-ndb/Makefile.in:build/mod.mk" ;;
39622     "servers/slapd/back-null/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/back-null/Makefile:build/top.mk:servers/slapd/back-null/Makefile.in:build/mod.mk" ;;
39623     "servers/slapd/back-passwd/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/back-passwd/Makefile:build/top.mk:servers/slapd/back-passwd/Makefile.in:build/mod.mk" ;;
39624     "servers/slapd/back-perl/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/back-perl/Makefile:build/top.mk:servers/slapd/back-perl/Makefile.in:build/mod.mk" ;;
39625     "servers/slapd/back-relay/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/back-relay/Makefile:build/top.mk:servers/slapd/back-relay/Makefile.in:build/mod.mk" ;;
39626     "servers/slapd/back-shell/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/back-shell/Makefile:build/top.mk:servers/slapd/back-shell/Makefile.in:build/mod.mk" ;;
39627     "servers/slapd/back-sock/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/back-sock/Makefile:build/top.mk:servers/slapd/back-sock/Makefile.in:build/mod.mk" ;;
39628     "servers/slapd/back-sql/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/back-sql/Makefile:build/top.mk:servers/slapd/back-sql/Makefile.in:build/mod.mk" ;;
39629     "servers/slapd/shell-backends/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/shell-backends/Makefile:build/top.mk:servers/slapd/shell-backends/Makefile.in:build/srv.mk" ;;
39630     "servers/slapd/slapi/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/slapi/Makefile:build/top.mk:servers/slapd/slapi/Makefile.in:build/lib.mk:build/lib-shared.mk" ;;
39631     "servers/slapd/overlays/Makefile") CONFIG_FILES="$CONFIG_FILES servers/slapd/overlays/Makefile:build/top.mk:servers/slapd/overlays/Makefile.in:build/lib.mk" ;;
39632     "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile:build/top.mk:tests/Makefile.in:build/dir.mk" ;;
39633     "tests/run") CONFIG_FILES="$CONFIG_FILES tests/run" ;;
39634     "tests/progs/Makefile") CONFIG_FILES="$CONFIG_FILES tests/progs/Makefile:build/top.mk:tests/progs/Makefile.in:build/rules.mk" ;;
39635     "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
39636
39637   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
39638 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
39639    { (exit 1); exit 1; }; };;
39640   esac
39641 done
39642
39643
39644 # If the user did not use the arguments to specify the items to instantiate,
39645 # then the envvar interface is used.  Set only those that are not.
39646 # We use the long form for the default assignment because of an extremely
39647 # bizarre bug on SunOS 4.1.3.
39648 if $ac_need_defaults; then
39649   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
39650   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
39651   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
39652 fi
39653
39654 # Have a temporary directory for convenience.  Make it in the build tree
39655 # simply because there is no reason against having it here, and in addition,
39656 # creating and moving files from /tmp can sometimes cause problems.
39657 # Hook for its removal unless debugging.
39658 # Note that there is a small window in which the directory will not be cleaned:
39659 # after its creation but before its name has been assigned to `$tmp'.
39660 $debug ||
39661 {
39662   tmp=
39663   trap 'exit_status=$?
39664   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
39665 ' 0
39666   trap '{ (exit 1); exit 1; }' 1 2 13 15
39667 }
39668 # Create a (secure) tmp directory for tmp files.
39669
39670 {
39671   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
39672   test -n "$tmp" && test -d "$tmp"
39673 }  ||
39674 {
39675   tmp=./conf$$-$RANDOM
39676   (umask 077 && mkdir "$tmp")
39677 } ||
39678 {
39679    echo "$me: cannot create a temporary directory in ." >&2
39680    { (exit 1); exit 1; }
39681 }
39682
39683 #
39684 # Set up the sed scripts for CONFIG_FILES section.
39685 #
39686
39687 # No need to generate the scripts if there are no CONFIG_FILES.
39688 # This happens for instance when ./config.status config.h
39689 if test -n "$CONFIG_FILES"; then
39690
39691 _ACEOF
39692
39693
39694
39695 ac_delim='%!_!# '
39696 for ac_last_try in false false false false false :; do
39697   cat >conf$$subs.sed <<_ACEOF
39698 SHELL!$SHELL$ac_delim
39699 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
39700 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
39701 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
39702 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
39703 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
39704 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
39705 exec_prefix!$exec_prefix$ac_delim
39706 prefix!$prefix$ac_delim
39707 program_transform_name!$program_transform_name$ac_delim
39708 bindir!$bindir$ac_delim
39709 sbindir!$sbindir$ac_delim
39710 libexecdir!$libexecdir$ac_delim
39711 datarootdir!$datarootdir$ac_delim
39712 datadir!$datadir$ac_delim
39713 sysconfdir!$sysconfdir$ac_delim
39714 sharedstatedir!$sharedstatedir$ac_delim
39715 localstatedir!$localstatedir$ac_delim
39716 includedir!$includedir$ac_delim
39717 oldincludedir!$oldincludedir$ac_delim
39718 docdir!$docdir$ac_delim
39719 infodir!$infodir$ac_delim
39720 htmldir!$htmldir$ac_delim
39721 dvidir!$dvidir$ac_delim
39722 pdfdir!$pdfdir$ac_delim
39723 psdir!$psdir$ac_delim
39724 libdir!$libdir$ac_delim
39725 localedir!$localedir$ac_delim
39726 mandir!$mandir$ac_delim
39727 DEFS!$DEFS$ac_delim
39728 ECHO_C!$ECHO_C$ac_delim
39729 ECHO_N!$ECHO_N$ac_delim
39730 ECHO_T!$ECHO_T$ac_delim
39731 LIBS!$LIBS$ac_delim
39732 build_alias!$build_alias$ac_delim
39733 host_alias!$host_alias$ac_delim
39734 target_alias!$target_alias$ac_delim
39735 build!$build$ac_delim
39736 build_cpu!$build_cpu$ac_delim
39737 build_vendor!$build_vendor$ac_delim
39738 build_os!$build_os$ac_delim
39739 host!$host$ac_delim
39740 host_cpu!$host_cpu$ac_delim
39741 host_vendor!$host_vendor$ac_delim
39742 host_os!$host_os$ac_delim
39743 target!$target$ac_delim
39744 target_cpu!$target_cpu$ac_delim
39745 target_vendor!$target_vendor$ac_delim
39746 target_os!$target_os$ac_delim
39747 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
39748 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
39749 INSTALL_DATA!$INSTALL_DATA$ac_delim
39750 CYGPATH_W!$CYGPATH_W$ac_delim
39751 PACKAGE!$PACKAGE$ac_delim
39752 VERSION!$VERSION$ac_delim
39753 ACLOCAL!$ACLOCAL$ac_delim
39754 AUTOCONF!$AUTOCONF$ac_delim
39755 AUTOMAKE!$AUTOMAKE$ac_delim
39756 AUTOHEADER!$AUTOHEADER$ac_delim
39757 MAKEINFO!$MAKEINFO$ac_delim
39758 install_sh!$install_sh$ac_delim
39759 STRIP!$STRIP$ac_delim
39760 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
39761 mkdir_p!$mkdir_p$ac_delim
39762 AWK!$AWK$ac_delim
39763 SET_MAKE!$SET_MAKE$ac_delim
39764 am__leading_dot!$am__leading_dot$ac_delim
39765 AMTAR!$AMTAR$ac_delim
39766 am__tar!$am__tar$ac_delim
39767 am__untar!$am__untar$ac_delim
39768 OPENLDAP_LIBRELEASE!$OPENLDAP_LIBRELEASE$ac_delim
39769 OPENLDAP_LIBVERSION!$OPENLDAP_LIBVERSION$ac_delim
39770 OPENLDAP_RELEASE_DATE!$OPENLDAP_RELEASE_DATE$ac_delim
39771 top_builddir!$top_builddir$ac_delim
39772 ldap_subdir!$ldap_subdir$ac_delim
39773 CC!$CC$ac_delim
39774 AR!$AR$ac_delim
39775 CFLAGS!$CFLAGS$ac_delim
39776 LDFLAGS!$LDFLAGS$ac_delim
39777 CPPFLAGS!$CPPFLAGS$ac_delim
39778 ac_ct_CC!$ac_ct_CC$ac_delim
39779 EXEEXT!$EXEEXT$ac_delim
39780 OBJEXT!$OBJEXT$ac_delim
39781 DEPDIR!$DEPDIR$ac_delim
39782 am__include!$am__include$ac_delim
39783 am__quote!$am__quote$ac_delim
39784 AMDEP_TRUE!$AMDEP_TRUE$ac_delim
39785 AMDEP_FALSE!$AMDEP_FALSE$ac_delim
39786 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
39787 CCDEPMODE!$CCDEPMODE$ac_delim
39788 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
39789 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
39790 GREP!$GREP$ac_delim
39791 EGREP!$EGREP$ac_delim
39792 LN_S!$LN_S$ac_delim
39793 ECHO!$ECHO$ac_delim
39794 RANLIB!$RANLIB$ac_delim
39795 _ACEOF
39796
39797   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
39798     break
39799   elif $ac_last_try; then
39800     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
39801 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
39802    { (exit 1); exit 1; }; }
39803   else
39804     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
39805   fi
39806 done
39807
39808 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
39809 if test -n "$ac_eof"; then
39810   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
39811   ac_eof=`expr $ac_eof + 1`
39812 fi
39813
39814 cat >>$CONFIG_STATUS <<_ACEOF
39815 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
39816 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
39817 _ACEOF
39818 sed '
39819 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
39820 s/^/s,@/; s/!/@,|#_!!_#|/
39821 :n
39822 t n
39823 s/'"$ac_delim"'$/,g/; t
39824 s/$/\\/; p
39825 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
39826 ' >>$CONFIG_STATUS <conf$$subs.sed
39827 rm -f conf$$subs.sed
39828 cat >>$CONFIG_STATUS <<_ACEOF
39829 CEOF$ac_eof
39830 _ACEOF
39831
39832
39833 ac_delim='%!_!# '
39834 for ac_last_try in false false false false false :; do
39835   cat >conf$$subs.sed <<_ACEOF
39836 DLLTOOL!$DLLTOOL$ac_delim
39837 AS!$AS$ac_delim
39838 OBJDUMP!$OBJDUMP$ac_delim
39839 CPP!$CPP$ac_delim
39840 LIBTOOL!$LIBTOOL$ac_delim
39841 PERLBIN!$PERLBIN$ac_delim
39842 OL_MKDEP!$OL_MKDEP$ac_delim
39843 OL_MKDEP_FLAGS!$OL_MKDEP_FLAGS$ac_delim
39844 LTSTATIC!$LTSTATIC$ac_delim
39845 MYSQL!$MYSQL$ac_delim
39846 LIBOBJS!$LIBOBJS$ac_delim
39847 LIBSRCS!$LIBSRCS$ac_delim
39848 PLAT!$PLAT$ac_delim
39849 WITH_SASL!$WITH_SASL$ac_delim
39850 WITH_TLS!$WITH_TLS$ac_delim
39851 WITH_MODULES_ENABLED!$WITH_MODULES_ENABLED$ac_delim
39852 WITH_ACI_ENABLED!$WITH_ACI_ENABLED$ac_delim
39853 BUILD_THREAD!$BUILD_THREAD$ac_delim
39854 BUILD_LIBS_DYNAMIC!$BUILD_LIBS_DYNAMIC$ac_delim
39855 BUILD_SLAPD!$BUILD_SLAPD$ac_delim
39856 BUILD_SLAPI!$BUILD_SLAPI$ac_delim
39857 SLAPD_SLAPI_DEPEND!$SLAPD_SLAPI_DEPEND$ac_delim
39858 BUILD_BDB!$BUILD_BDB$ac_delim
39859 BUILD_DNSSRV!$BUILD_DNSSRV$ac_delim
39860 BUILD_HDB!$BUILD_HDB$ac_delim
39861 BUILD_LDAP!$BUILD_LDAP$ac_delim
39862 BUILD_META!$BUILD_META$ac_delim
39863 BUILD_MONITOR!$BUILD_MONITOR$ac_delim
39864 BUILD_NDB!$BUILD_NDB$ac_delim
39865 BUILD_NULL!$BUILD_NULL$ac_delim
39866 BUILD_PASSWD!$BUILD_PASSWD$ac_delim
39867 BUILD_RELAY!$BUILD_RELAY$ac_delim
39868 BUILD_PERL!$BUILD_PERL$ac_delim
39869 BUILD_SHELL!$BUILD_SHELL$ac_delim
39870 BUILD_SOCK!$BUILD_SOCK$ac_delim
39871 BUILD_SQL!$BUILD_SQL$ac_delim
39872 BUILD_ACCESSLOG!$BUILD_ACCESSLOG$ac_delim
39873 BUILD_AUDITLOG!$BUILD_AUDITLOG$ac_delim
39874 BUILD_COLLECT!$BUILD_COLLECT$ac_delim
39875 BUILD_CONSTRAINT!$BUILD_CONSTRAINT$ac_delim
39876 BUILD_DDS!$BUILD_DDS$ac_delim
39877 BUILD_DENYOP!$BUILD_DENYOP$ac_delim
39878 BUILD_DYNGROUP!$BUILD_DYNGROUP$ac_delim
39879 BUILD_DYNLIST!$BUILD_DYNLIST$ac_delim
39880 BUILD_LASTMOD!$BUILD_LASTMOD$ac_delim
39881 BUILD_MEMBEROF!$BUILD_MEMBEROF$ac_delim
39882 BUILD_PPOLICY!$BUILD_PPOLICY$ac_delim
39883 BUILD_PROXYCACHE!$BUILD_PROXYCACHE$ac_delim
39884 BUILD_REFINT!$BUILD_REFINT$ac_delim
39885 BUILD_RETCODE!$BUILD_RETCODE$ac_delim
39886 BUILD_RWM!$BUILD_RWM$ac_delim
39887 BUILD_SEQMOD!$BUILD_SEQMOD$ac_delim
39888 BUILD_SYNCPROV!$BUILD_SYNCPROV$ac_delim
39889 BUILD_TRANSLUCENT!$BUILD_TRANSLUCENT$ac_delim
39890 BUILD_UNIQUE!$BUILD_UNIQUE$ac_delim
39891 BUILD_VALSORT!$BUILD_VALSORT$ac_delim
39892 LDAP_LIBS!$LDAP_LIBS$ac_delim
39893 SLAPD_LIBS!$SLAPD_LIBS$ac_delim
39894 BDB_LIBS!$BDB_LIBS$ac_delim
39895 SLAPD_NDB_LIBS!$SLAPD_NDB_LIBS$ac_delim
39896 SLAPD_NDB_INCS!$SLAPD_NDB_INCS$ac_delim
39897 LTHREAD_LIBS!$LTHREAD_LIBS$ac_delim
39898 LUTIL_LIBS!$LUTIL_LIBS$ac_delim
39899 WRAP_LIBS!$WRAP_LIBS$ac_delim
39900 SLAPD_MODULES_CPPFLAGS!$SLAPD_MODULES_CPPFLAGS$ac_delim
39901 SLAPD_MODULES_LDFLAGS!$SLAPD_MODULES_LDFLAGS$ac_delim
39902 SLAPD_NO_STATIC!$SLAPD_NO_STATIC$ac_delim
39903 SLAPD_STATIC_BACKENDS!$SLAPD_STATIC_BACKENDS$ac_delim
39904 SLAPD_DYNAMIC_BACKENDS!$SLAPD_DYNAMIC_BACKENDS$ac_delim
39905 SLAPD_STATIC_OVERLAYS!$SLAPD_STATIC_OVERLAYS$ac_delim
39906 SLAPD_DYNAMIC_OVERLAYS!$SLAPD_DYNAMIC_OVERLAYS$ac_delim
39907 PERL_CPPFLAGS!$PERL_CPPFLAGS$ac_delim
39908 SLAPD_PERL_LDFLAGS!$SLAPD_PERL_LDFLAGS$ac_delim
39909 MOD_PERL_LDFLAGS!$MOD_PERL_LDFLAGS$ac_delim
39910 KRB4_LIBS!$KRB4_LIBS$ac_delim
39911 KRB5_LIBS!$KRB5_LIBS$ac_delim
39912 SASL_LIBS!$SASL_LIBS$ac_delim
39913 GSSAPI_LIBS!$GSSAPI_LIBS$ac_delim
39914 TLS_LIBS!$TLS_LIBS$ac_delim
39915 MODULES_LIBS!$MODULES_LIBS$ac_delim
39916 SLAPI_LIBS!$SLAPI_LIBS$ac_delim
39917 LIBSLAPI!$LIBSLAPI$ac_delim
39918 LIBSLAPITOOLS!$LIBSLAPITOOLS$ac_delim
39919 AUTH_LIBS!$AUTH_LIBS$ac_delim
39920 ICU_LIBS!$ICU_LIBS$ac_delim
39921 SLAPD_SLP_LIBS!$SLAPD_SLP_LIBS$ac_delim
39922 SLAPD_GMP_LIBS!$SLAPD_GMP_LIBS$ac_delim
39923 SLAPD_SQL_LDFLAGS!$SLAPD_SQL_LDFLAGS$ac_delim
39924 SLAPD_SQL_LIBS!$SLAPD_SQL_LIBS$ac_delim
39925 SLAPD_SQL_INCLUDES!$SLAPD_SQL_INCLUDES$ac_delim
39926 LTLIBOBJS!$LTLIBOBJS$ac_delim
39927 _ACEOF
39928
39929   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 91; then
39930     break
39931   elif $ac_last_try; then
39932     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
39933 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
39934    { (exit 1); exit 1; }; }
39935   else
39936     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
39937   fi
39938 done
39939
39940 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
39941 if test -n "$ac_eof"; then
39942   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
39943   ac_eof=`expr $ac_eof + 1`
39944 fi
39945
39946 cat >>$CONFIG_STATUS <<_ACEOF
39947 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
39948 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
39949 _ACEOF
39950 sed '
39951 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
39952 s/^/s,@/; s/!/@,|#_!!_#|/
39953 :n
39954 t n
39955 s/'"$ac_delim"'$/,g/; t
39956 s/$/\\/; p
39957 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
39958 ' >>$CONFIG_STATUS <conf$$subs.sed
39959 rm -f conf$$subs.sed
39960 cat >>$CONFIG_STATUS <<_ACEOF
39961 :end
39962 s/|#_!!_#|//g
39963 CEOF$ac_eof
39964 _ACEOF
39965
39966
39967 # VPATH may cause trouble with some makes, so we remove $(srcdir),
39968 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
39969 # trailing colons and then remove the whole line if VPATH becomes empty
39970 # (actually we leave an empty line to preserve line numbers).
39971 if test "x$srcdir" = x.; then
39972   ac_vpsub='/^[  ]*VPATH[        ]*=/{
39973 s/:*\$(srcdir):*/:/
39974 s/:*\${srcdir}:*/:/
39975 s/:*@srcdir@:*/:/
39976 s/^\([^=]*=[     ]*\):*/\1/
39977 s/:*$//
39978 s/^[^=]*=[       ]*$//
39979 }'
39980 fi
39981
39982 cat >>$CONFIG_STATUS <<\_ACEOF
39983 fi # test -n "$CONFIG_FILES"
39984
39985
39986 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
39987 do
39988   case $ac_tag in
39989   :[FHLC]) ac_mode=$ac_tag; continue;;
39990   esac
39991   case $ac_mode$ac_tag in
39992   :[FHL]*:*);;
39993   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
39994 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
39995    { (exit 1); exit 1; }; };;
39996   :[FH]-) ac_tag=-:-;;
39997   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
39998   esac
39999   ac_save_IFS=$IFS
40000   IFS=:
40001   set x $ac_tag
40002   IFS=$ac_save_IFS
40003   shift
40004   ac_file=$1
40005   shift
40006
40007   case $ac_mode in
40008   :L) ac_source=$1;;
40009   :[FH])
40010     ac_file_inputs=
40011     for ac_f
40012     do
40013       case $ac_f in
40014       -) ac_f="$tmp/stdin";;
40015       *) # Look for the file first in the build tree, then in the source tree
40016          # (if the path is not absolute).  The absolute path cannot be DOS-style,
40017          # because $ac_f cannot contain `:'.
40018          test -f "$ac_f" ||
40019            case $ac_f in
40020            [\\/$]*) false;;
40021            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
40022            esac ||
40023            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
40024 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
40025    { (exit 1); exit 1; }; };;
40026       esac
40027       ac_file_inputs="$ac_file_inputs $ac_f"
40028     done
40029
40030     # Let's still pretend it is `configure' which instantiates (i.e., don't
40031     # use $as_me), people would be surprised to read:
40032     #    /* config.h.  Generated by config.status.  */
40033     configure_input="Generated from "`IFS=:
40034           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
40035     if test x"$ac_file" != x-; then
40036       configure_input="$ac_file.  $configure_input"
40037       { echo "$as_me:$LINENO: creating $ac_file" >&5
40038 echo "$as_me: creating $ac_file" >&6;}
40039     fi
40040
40041     case $ac_tag in
40042     *:-:* | *:-) cat >"$tmp/stdin";;
40043     esac
40044     ;;
40045   esac
40046
40047   ac_dir=`$as_dirname -- "$ac_file" ||
40048 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
40049          X"$ac_file" : 'X\(//\)[^/]' \| \
40050          X"$ac_file" : 'X\(//\)$' \| \
40051          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
40052 echo X"$ac_file" |
40053     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
40054             s//\1/
40055             q
40056           }
40057           /^X\(\/\/\)[^/].*/{
40058             s//\1/
40059             q
40060           }
40061           /^X\(\/\/\)$/{
40062             s//\1/
40063             q
40064           }
40065           /^X\(\/\).*/{
40066             s//\1/
40067             q
40068           }
40069           s/.*/./; q'`
40070   { as_dir="$ac_dir"
40071   case $as_dir in #(
40072   -*) as_dir=./$as_dir;;
40073   esac
40074   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
40075     as_dirs=
40076     while :; do
40077       case $as_dir in #(
40078       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
40079       *) as_qdir=$as_dir;;
40080       esac
40081       as_dirs="'$as_qdir' $as_dirs"
40082       as_dir=`$as_dirname -- "$as_dir" ||
40083 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
40084          X"$as_dir" : 'X\(//\)[^/]' \| \
40085          X"$as_dir" : 'X\(//\)$' \| \
40086          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
40087 echo X"$as_dir" |
40088     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
40089             s//\1/
40090             q
40091           }
40092           /^X\(\/\/\)[^/].*/{
40093             s//\1/
40094             q
40095           }
40096           /^X\(\/\/\)$/{
40097             s//\1/
40098             q
40099           }
40100           /^X\(\/\).*/{
40101             s//\1/
40102             q
40103           }
40104           s/.*/./; q'`
40105       test -d "$as_dir" && break
40106     done
40107     test -z "$as_dirs" || eval "mkdir $as_dirs"
40108   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
40109 echo "$as_me: error: cannot create directory $as_dir" >&2;}
40110    { (exit 1); exit 1; }; }; }
40111   ac_builddir=.
40112
40113 case "$ac_dir" in
40114 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
40115 *)
40116   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
40117   # A ".." for each directory in $ac_dir_suffix.
40118   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
40119   case $ac_top_builddir_sub in
40120   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
40121   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
40122   esac ;;
40123 esac
40124 ac_abs_top_builddir=$ac_pwd
40125 ac_abs_builddir=$ac_pwd$ac_dir_suffix
40126 # for backward compatibility:
40127 ac_top_builddir=$ac_top_build_prefix
40128
40129 case $srcdir in
40130   .)  # We are building in place.
40131     ac_srcdir=.
40132     ac_top_srcdir=$ac_top_builddir_sub
40133     ac_abs_top_srcdir=$ac_pwd ;;
40134   [\\/]* | ?:[\\/]* )  # Absolute name.
40135     ac_srcdir=$srcdir$ac_dir_suffix;
40136     ac_top_srcdir=$srcdir
40137     ac_abs_top_srcdir=$srcdir ;;
40138   *) # Relative name.
40139     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
40140     ac_top_srcdir=$ac_top_build_prefix$srcdir
40141     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
40142 esac
40143 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
40144
40145
40146   case $ac_mode in
40147   :F)
40148   #
40149   # CONFIG_FILE
40150   #
40151
40152   case $INSTALL in
40153   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
40154   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
40155   esac
40156 _ACEOF
40157
40158 cat >>$CONFIG_STATUS <<\_ACEOF
40159 # If the template does not know about datarootdir, expand it.
40160 # FIXME: This hack should be removed a few years after 2.60.
40161 ac_datarootdir_hack=; ac_datarootdir_seen=
40162
40163 case `sed -n '/datarootdir/ {
40164   p
40165   q
40166 }
40167 /@datadir@/p
40168 /@docdir@/p
40169 /@infodir@/p
40170 /@localedir@/p
40171 /@mandir@/p
40172 ' $ac_file_inputs` in
40173 *datarootdir*) ac_datarootdir_seen=yes;;
40174 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
40175   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
40176 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
40177 _ACEOF
40178 cat >>$CONFIG_STATUS <<_ACEOF
40179   ac_datarootdir_hack='
40180   s&@datadir@&$datadir&g
40181   s&@docdir@&$docdir&g
40182   s&@infodir@&$infodir&g
40183   s&@localedir@&$localedir&g
40184   s&@mandir@&$mandir&g
40185     s&\\\${datarootdir}&$datarootdir&g' ;;
40186 esac
40187 _ACEOF
40188
40189 # Neutralize VPATH when `$srcdir' = `.'.
40190 # Shell code in configure.ac might set extrasub.
40191 # FIXME: do we really want to maintain this feature?
40192 cat >>$CONFIG_STATUS <<_ACEOF
40193   sed "$ac_vpsub
40194 $extrasub
40195 _ACEOF
40196 cat >>$CONFIG_STATUS <<\_ACEOF
40197 :t
40198 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
40199 s&@configure_input@&$configure_input&;t t
40200 s&@top_builddir@&$ac_top_builddir_sub&;t t
40201 s&@srcdir@&$ac_srcdir&;t t
40202 s&@abs_srcdir@&$ac_abs_srcdir&;t t
40203 s&@top_srcdir@&$ac_top_srcdir&;t t
40204 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
40205 s&@builddir@&$ac_builddir&;t t
40206 s&@abs_builddir@&$ac_abs_builddir&;t t
40207 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
40208 s&@INSTALL@&$ac_INSTALL&;t t
40209 $ac_datarootdir_hack
40210 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
40211
40212 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
40213   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
40214   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
40215   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
40216 which seems to be undefined.  Please make sure it is defined." >&5
40217 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
40218 which seems to be undefined.  Please make sure it is defined." >&2;}
40219
40220   rm -f "$tmp/stdin"
40221   case $ac_file in
40222   -) cat "$tmp/out"; rm -f "$tmp/out";;
40223   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
40224   esac
40225  ;;
40226   :H)
40227   #
40228   # CONFIG_HEADER
40229   #
40230 _ACEOF
40231
40232 # Transform confdefs.h into a sed script `conftest.defines', that
40233 # substitutes the proper values into config.h.in to produce config.h.
40234 rm -f conftest.defines conftest.tail
40235 # First, append a space to every undef/define line, to ease matching.
40236 echo 's/$/ /' >conftest.defines
40237 # Then, protect against being on the right side of a sed subst, or in
40238 # an unquoted here document, in config.status.  If some macros were
40239 # called several times there might be several #defines for the same
40240 # symbol, which is useless.  But do not sort them, since the last
40241 # AC_DEFINE must be honored.
40242 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
40243 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
40244 # NAME is the cpp macro being defined, VALUE is the value it is being given.
40245 # PARAMS is the parameter list in the macro definition--in most cases, it's
40246 # just an empty string.
40247 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
40248 ac_dB='\\)[      (].*,\\1define\\2'
40249 ac_dC=' '
40250 ac_dD=' ,'
40251
40252 uniq confdefs.h |
40253   sed -n '
40254         t rset
40255         :rset
40256         s/^[     ]*#[    ]*define[       ][      ]*//
40257         t ok
40258         d
40259         :ok
40260         s/[\\&,]/\\&/g
40261         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
40262         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
40263   ' >>conftest.defines
40264
40265 # Remove the space that was appended to ease matching.
40266 # Then replace #undef with comments.  This is necessary, for
40267 # example, in the case of _POSIX_SOURCE, which is predefined and required
40268 # on some systems where configure will not decide to define it.
40269 # (The regexp can be short, since the line contains either #define or #undef.)
40270 echo 's/ $//
40271 s,^[     #]*u.*,/* & */,' >>conftest.defines
40272
40273 # Break up conftest.defines:
40274 ac_max_sed_lines=50
40275
40276 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
40277 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
40278 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
40279 # et cetera.
40280 ac_in='$ac_file_inputs'
40281 ac_out='"$tmp/out1"'
40282 ac_nxt='"$tmp/out2"'
40283
40284 while :
40285 do
40286   # Write a here document:
40287     cat >>$CONFIG_STATUS <<_ACEOF
40288     # First, check the format of the line:
40289     cat >"\$tmp/defines.sed" <<\\CEOF
40290 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
40291 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
40292 b
40293 :def
40294 _ACEOF
40295   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
40296   echo 'CEOF
40297     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
40298   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
40299   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
40300   grep . conftest.tail >/dev/null || break
40301   rm -f conftest.defines
40302   mv conftest.tail conftest.defines
40303 done
40304 rm -f conftest.defines conftest.tail
40305
40306 echo "ac_result=$ac_in" >>$CONFIG_STATUS
40307 cat >>$CONFIG_STATUS <<\_ACEOF
40308   if test x"$ac_file" != x-; then
40309     echo "/* $configure_input  */" >"$tmp/config.h"
40310     cat "$ac_result" >>"$tmp/config.h"
40311     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
40312       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
40313 echo "$as_me: $ac_file is unchanged" >&6;}
40314     else
40315       rm -f $ac_file
40316       mv "$tmp/config.h" $ac_file
40317     fi
40318   else
40319     echo "/* $configure_input  */"
40320     cat "$ac_result"
40321   fi
40322   rm -f "$tmp/out12"
40323 # Compute $ac_file's index in $config_headers.
40324 _am_stamp_count=1
40325 for _am_header in $config_headers :; do
40326   case $_am_header in
40327     $ac_file | $ac_file:* )
40328       break ;;
40329     * )
40330       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
40331   esac
40332 done
40333 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
40334 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
40335          X$ac_file : 'X\(//\)[^/]' \| \
40336          X$ac_file : 'X\(//\)$' \| \
40337          X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
40338 echo X$ac_file |
40339     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
40340             s//\1/
40341             q
40342           }
40343           /^X\(\/\/\)[^/].*/{
40344             s//\1/
40345             q
40346           }
40347           /^X\(\/\/\)$/{
40348             s//\1/
40349             q
40350           }
40351           /^X\(\/\).*/{
40352             s//\1/
40353             q
40354           }
40355           s/.*/./; q'`/stamp-h$_am_stamp_count
40356  ;;
40357
40358   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
40359 echo "$as_me: executing $ac_file commands" >&6;}
40360  ;;
40361   esac
40362
40363
40364   case $ac_file$ac_mode in
40365     "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
40366   # Strip MF so we end up with the name of the file.
40367   mf=`echo "$mf" | sed -e 's/:.*$//'`
40368   # Check whether this is an Automake generated Makefile or not.
40369   # We used to match only the files named `Makefile.in', but
40370   # some people rename them; so instead we look at the file content.
40371   # Grep'ing the first line is not enough: some people post-process
40372   # each Makefile.in and add a new line on top of each file to say so.
40373   # So let's grep whole file.
40374   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
40375     dirpart=`$as_dirname -- "$mf" ||
40376 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
40377          X"$mf" : 'X\(//\)[^/]' \| \
40378          X"$mf" : 'X\(//\)$' \| \
40379          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
40380 echo X"$mf" |
40381     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
40382             s//\1/
40383             q
40384           }
40385           /^X\(\/\/\)[^/].*/{
40386             s//\1/
40387             q
40388           }
40389           /^X\(\/\/\)$/{
40390             s//\1/
40391             q
40392           }
40393           /^X\(\/\).*/{
40394             s//\1/
40395             q
40396           }
40397           s/.*/./; q'`
40398   else
40399     continue
40400   fi
40401   # Extract the definition of DEPDIR, am__include, and am__quote
40402   # from the Makefile without running `make'.
40403   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
40404   test -z "$DEPDIR" && continue
40405   am__include=`sed -n 's/^am__include = //p' < "$mf"`
40406   test -z "am__include" && continue
40407   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
40408   # When using ansi2knr, U may be empty or an underscore; expand it
40409   U=`sed -n 's/^U = //p' < "$mf"`
40410   # Find all dependency output files, they are included files with
40411   # $(DEPDIR) in their names.  We invoke sed twice because it is the
40412   # simplest approach to changing $(DEPDIR) to its actual value in the
40413   # expansion.
40414   for file in `sed -n "
40415     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
40416        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
40417     # Make sure the directory exists.
40418     test -f "$dirpart/$file" && continue
40419     fdir=`$as_dirname -- "$file" ||
40420 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
40421          X"$file" : 'X\(//\)[^/]' \| \
40422          X"$file" : 'X\(//\)$' \| \
40423          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
40424 echo X"$file" |
40425     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
40426             s//\1/
40427             q
40428           }
40429           /^X\(\/\/\)[^/].*/{
40430             s//\1/
40431             q
40432           }
40433           /^X\(\/\/\)$/{
40434             s//\1/
40435             q
40436           }
40437           /^X\(\/\).*/{
40438             s//\1/
40439             q
40440           }
40441           s/.*/./; q'`
40442     { as_dir=$dirpart/$fdir
40443   case $as_dir in #(
40444   -*) as_dir=./$as_dir;;
40445   esac
40446   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
40447     as_dirs=
40448     while :; do
40449       case $as_dir in #(
40450       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
40451       *) as_qdir=$as_dir;;
40452       esac
40453       as_dirs="'$as_qdir' $as_dirs"
40454       as_dir=`$as_dirname -- "$as_dir" ||
40455 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
40456          X"$as_dir" : 'X\(//\)[^/]' \| \
40457          X"$as_dir" : 'X\(//\)$' \| \
40458          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
40459 echo X"$as_dir" |
40460     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
40461             s//\1/
40462             q
40463           }
40464           /^X\(\/\/\)[^/].*/{
40465             s//\1/
40466             q
40467           }
40468           /^X\(\/\/\)$/{
40469             s//\1/
40470             q
40471           }
40472           /^X\(\/\).*/{
40473             s//\1/
40474             q
40475           }
40476           s/.*/./; q'`
40477       test -d "$as_dir" && break
40478     done
40479     test -z "$as_dirs" || eval "mkdir $as_dirs"
40480   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
40481 echo "$as_me: error: cannot create directory $as_dir" >&2;}
40482    { (exit 1); exit 1; }; }; }
40483     # echo "creating $dirpart/$file"
40484     echo '# dummy' > "$dirpart/$file"
40485   done
40486 done
40487  ;;
40488     "default":C)
40489 chmod +x tests/run
40490 date > stamp-h
40491 BACKENDSC="servers/slapd/backends.c"
40492 echo "Making $BACKENDSC"
40493 rm -f $BACKENDSC
40494 cat > $BACKENDSC << ENDX
40495 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
40496  *
40497  * Copyright 1998-2009 The OpenLDAP Foundation.
40498  * All rights reserved.
40499  *
40500  * Redistribution and use in source and binary forms, with or without
40501  * modification, are permitted only as authorized by the OpenLDAP
40502  * Public License.
40503  *
40504  * A copy of this license is available in the file LICENSE in the
40505  * top-level directory of the distribution or, alternatively, at
40506  * <http://www.OpenLDAP.org/license.html>.
40507  */
40508 /* This file is automatically generated by configure; please do not edit. */
40509
40510 #include "portable.h"
40511 #include "slap.h"
40512
40513 ENDX
40514 if test "${STATIC_BACKENDS}"; then
40515         for b in config ${STATIC_BACKENDS}; do
40516                 bb=`echo "${b}" | sed -e 's/back-//'`
40517                 cat >> $BACKENDSC << ENDX
40518 extern BI_init ${bb}_back_initialize;
40519 ENDX
40520         done
40521
40522         cat >> $BACKENDSC << ENDX
40523
40524 BackendInfo slap_binfo[] = {
40525 ENDX
40526
40527         for b in config ${STATIC_BACKENDS}; do
40528                 bb=`echo "${b}" | sed -e 's/back-//'`
40529                 echo "    Add ${bb} ..."
40530                 cat >> $BACKENDSC << ENDX
40531         { "${bb}", ${bb}_back_initialize },
40532 ENDX
40533         done
40534
40535         cat >> $BACKENDSC << ENDX
40536         { NULL, NULL },
40537 };
40538
40539 /* end of generated file */
40540 ENDX
40541 fi
40542 OVERLAYSC="servers/slapd/overlays/statover.c"
40543 echo "Making $OVERLAYSC"
40544 rm -f $OVERLAYSC
40545 cat > $OVERLAYSC << ENDX
40546 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
40547  *
40548  * Copyright 1998-2009 The OpenLDAP Foundation.
40549  * All rights reserved.
40550  *
40551  * Redistribution and use in source and binary forms, with or without
40552  * modification, are permitted only as authorized by the OpenLDAP
40553  * Public License.
40554  *
40555  * A copy of this license is available in the file LICENSE in the
40556  * top-level directory of the distribution or, alternatively, at
40557  * <http://www.OpenLDAP.org/license.html>.
40558  */
40559 /* This file is automatically generated by configure; please do not edit. */
40560
40561 #include "portable.h"
40562 #include "slap.h"
40563
40564 ENDX
40565 if test "${STATIC_OVERLAYS}"; then
40566         for o in ${STATIC_OVERLAYS}; do
40567                 oo=`echo "${o}" | sed -e 's/.o$//' -e 's/_x$//'`
40568                 cat >> $OVERLAYSC << ENDX
40569 extern OV_init ${oo}_initialize;
40570 ENDX
40571         done
40572 fi
40573
40574 cat >> $OVERLAYSC << ENDX
40575
40576 OverlayInit slap_oinfo[] = {
40577 ENDX
40578
40579 if test "${STATIC_OVERLAYS}"; then
40580         for o in ${STATIC_OVERLAYS}; do
40581                 oo=`echo "${o}" | sed -e 's/.o$//' -e 's/_x$//'`
40582                 echo "    Add ${oo} ..."
40583                 cat >> $OVERLAYSC << ENDX
40584         { "${oo}", ${oo}_initialize },
40585 ENDX
40586         done
40587 fi
40588
40589         cat >> $OVERLAYSC << ENDX
40590         { NULL, NULL },
40591 };
40592
40593 /* end of generated file */
40594 ENDX
40595
40596 if test "${ol_cv_mkdep}" = no; then
40597         echo '(Do not "make depend"; we do not know how to build dependencies)'
40598 else
40599         echo 'Please run "make depend" to build dependencies'
40600 fi
40601  ;;
40602
40603   esac
40604 done # for ac_tag
40605
40606
40607 { (exit 0); exit 0; }
40608 _ACEOF
40609 chmod +x $CONFIG_STATUS
40610 ac_clean_files=$ac_clean_files_save
40611
40612
40613 # configure is writing to config.log, and then calls config.status.
40614 # config.status does its own redirection, appending to config.log.
40615 # Unfortunately, on DOS this fails, as config.log is still kept open
40616 # by configure, so config.status won't be able to write to it; its
40617 # output is simply discarded.  So we exec the FD to /dev/null,
40618 # effectively closing config.log, so it can be properly (re)opened and
40619 # appended to by config.status.  When coming back to configure, we
40620 # need to make the FD available again.
40621 if test "$no_create" != yes; then
40622   ac_cs_success=:
40623   ac_config_status_args=
40624   test "$silent" = yes &&
40625     ac_config_status_args="$ac_config_status_args --quiet"
40626   exec 5>/dev/null
40627   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
40628   exec 5>>config.log
40629   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
40630   # would make configure fail if this is the last instruction.
40631   $ac_cs_success || { (exit 1); exit 1; }
40632 fi
40633