summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-03-31 10:46:28 +0100
committerColin Watson <cjwatson@debian.org>2010-03-31 10:46:28 +0100
commitefd3d4522636ae029488c2e9730b60c88e257d2e (patch)
tree31e02ac3f16090ce8c53448677356b2b7f423683 /configure
parentbbec4db36d464ea1d464a707625125f9fd5c7b5e (diff)
parentd1a87e462e1db89f19cd960588d0c6b287cb5ccc (diff)
* New upstream release (LP: #535029).
- After a transition period of about 10 years, this release disables SSH protocol 1 by default. Clients and servers that need to use the legacy protocol must explicitly enable it in ssh_config / sshd_config or on the command-line. - Remove the libsectok/OpenSC-based smartcard code and add support for PKCS#11 tokens. This support is enabled by default in the Debian packaging, since it now doesn't involve additional library dependencies (closes: #231472, LP: #16918). - Add support for certificate authentication of users and hosts using a new, minimal OpenSSH certificate format (closes: #482806). - Added a 'netcat mode' to ssh(1): "ssh -W host:port ...". - Add the ability to revoke keys in sshd(8) and ssh(1). (For the Debian package, this overlaps with the key blacklisting facility added in openssh 1:4.7p1-9, but with different file formats and slightly different scopes; for the moment, I've roughly merged the two.) - Various multiplexing improvements, including support for requesting port-forwardings via the multiplex protocol (closes: #360151). - Allow setting an explicit umask on the sftp-server(8) commandline to override whatever default the user has (closes: #496843). - Many sftp client improvements, including tab-completion, more options, and recursive transfer support for get/put (LP: #33378). The old mget/mput commands never worked properly and have been removed (closes: #270399, #428082). - Do not prompt for a passphrase if we fail to open a keyfile, and log the reason why the open failed to debug (closes: #431538). - Prevent sftp from crashing when given a "-" without a command. Also, allow whitespace to follow a "-" (closes: #531561).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11726
1 files changed, 5140 insertions, 6586 deletions
diff --git a/configure b/configure
index 2d999ad47..7c19fc204 100755
--- a/configure
+++ b/configure
@@ -1,12 +1,12 @@
1#! /bin/sh 1#! /bin/sh
2# From configure.ac Revision: 1.427 . 2# From configure.ac Revision: 1.444 .
3# Guess values for system-dependent variables and create Makefiles. 3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.62 for OpenSSH Portable. 4# Generated by GNU Autoconf 2.61 for OpenSSH Portable.
5# 5#
6# Report bugs to <openssh-unix-dev@mindrot.org>. 6# Report bugs to <openssh-unix-dev@mindrot.org>.
7# 7#
8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 9# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
10# This configure script is free software; the Free Software Foundation 10# This configure script is free software; the Free Software Foundation
11# gives unlimited permission to copy, distribute and modify it. 11# gives unlimited permission to copy, distribute and modify it.
12## --------------------- ## 12## --------------------- ##
@@ -18,7 +18,7 @@ DUALCASE=1; export DUALCASE # for MKS sh
18if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 18if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19 emulate sh 19 emulate sh
20 NULLCMD=: 20 NULLCMD=:
21 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 21 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
22 # is contrary to our usage. Disable this feature. 22 # is contrary to our usage. Disable this feature.
23 alias -g '${1+"$@"}'='"$@"' 23 alias -g '${1+"$@"}'='"$@"'
24 setopt NO_GLOB_SUBST 24 setopt NO_GLOB_SUBST
@@ -40,45 +40,17 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS
40as_cr_digits='0123456789' 40as_cr_digits='0123456789'
41as_cr_alnum=$as_cr_Letters$as_cr_digits 41as_cr_alnum=$as_cr_Letters$as_cr_digits
42 42
43as_nl='
44'
45export as_nl
46# Printing a long string crashes Solaris 7 /usr/bin/printf.
47as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
48as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
49as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
50if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 as_echo='printf %s\n'
52 as_echo_n='printf %s'
53else
54 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
55 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
56 as_echo_n='/usr/ucb/echo -n'
57 else
58 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
59 as_echo_n_body='eval
60 arg=$1;
61 case $arg in
62 *"$as_nl"*)
63 expr "X$arg" : "X\\(.*\\)$as_nl";
64 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 esac;
66 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 '
68 export as_echo_n_body
69 as_echo_n='sh -c $as_echo_n_body as_echo'
70 fi
71 export as_echo_body
72 as_echo='sh -c $as_echo_body as_echo'
73fi
74
75# The user is always right. 43# The user is always right.
76if test "${PATH_SEPARATOR+set}" != set; then 44if test "${PATH_SEPARATOR+set}" != set; then
77 PATH_SEPARATOR=: 45 echo "#! /bin/sh" >conf$$.sh
78 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 46 echo "exit 0" >>conf$$.sh
79 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 47 chmod +x conf$$.sh
80 PATH_SEPARATOR=';' 48 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
81 } 49 PATH_SEPARATOR=';'
50 else
51 PATH_SEPARATOR=:
52 fi
53 rm -f conf$$.sh
82fi 54fi
83 55
84# Support unset when possible. 56# Support unset when possible.
@@ -94,6 +66,8 @@ fi
94# there to prevent editors from complaining about space-tab. 66# there to prevent editors from complaining about space-tab.
95# (If _AS_PATH_WALK were called with IFS unset, it would disable word 67# (If _AS_PATH_WALK were called with IFS unset, it would disable word
96# splitting by setting IFS to empty value.) 68# splitting by setting IFS to empty value.)
69as_nl='
70'
97IFS=" "" $as_nl" 71IFS=" "" $as_nl"
98 72
99# Find who we are. Look in the path if we contain no directory separator. 73# Find who we are. Look in the path if we contain no directory separator.
@@ -116,7 +90,7 @@ if test "x$as_myself" = x; then
116 as_myself=$0 90 as_myself=$0
117fi 91fi
118if test ! -f "$as_myself"; then 92if test ! -f "$as_myself"; then
119 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 93 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
120 { (exit 1); exit 1; } 94 { (exit 1); exit 1; }
121fi 95fi
122 96
@@ -129,10 +103,17 @@ PS2='> '
129PS4='+ ' 103PS4='+ '
130 104
131# NLS nuisances. 105# NLS nuisances.
132LC_ALL=C 106for as_var in \
133export LC_ALL 107 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
134LANGUAGE=C 108 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
135export LANGUAGE 109 LC_TELEPHONE LC_TIME
110do
111 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
112 eval $as_var=C; export $as_var
113 else
114 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
115 fi
116done
136 117
137# Required to use basename. 118# Required to use basename.
138if expr a : '\(a\)' >/dev/null 2>&1 && 119if expr a : '\(a\)' >/dev/null 2>&1 &&
@@ -154,7 +135,7 @@ as_me=`$as_basename -- "$0" ||
154$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 135$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
155 X"$0" : 'X\(//\)$' \| \ 136 X"$0" : 'X\(//\)$' \| \
156 X"$0" : 'X\(/\)' \| . 2>/dev/null || 137 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
157$as_echo X/"$0" | 138echo X/"$0" |
158 sed '/^.*\/\([^/][^/]*\)\/*$/{ 139 sed '/^.*\/\([^/][^/]*\)\/*$/{
159 s//\1/ 140 s//\1/
160 q 141 q
@@ -180,7 +161,7 @@ else
180 as_have_required=no 161 as_have_required=no
181fi 162fi
182 163
183 if test $as_have_required = yes && (eval ": 164 if test $as_have_required = yes && (eval ":
184(as_func_return () { 165(as_func_return () {
185 (exit \$1) 166 (exit \$1)
186} 167}
@@ -262,7 +243,7 @@ IFS=$as_save_IFS
262if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 243if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
263 emulate sh 244 emulate sh
264 NULLCMD=: 245 NULLCMD=:
265 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 246 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
266 # is contrary to our usage. Disable this feature. 247 # is contrary to our usage. Disable this feature.
267 alias -g '${1+"$@"}'='"$@"' 248 alias -g '${1+"$@"}'='"$@"'
268 setopt NO_GLOB_SUBST 249 setopt NO_GLOB_SUBST
@@ -283,7 +264,7 @@ _ASEOF
283if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 264if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
284 emulate sh 265 emulate sh
285 NULLCMD=: 266 NULLCMD=:
286 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 267 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
287 # is contrary to our usage. Disable this feature. 268 # is contrary to our usage. Disable this feature.
288 alias -g '${1+"$@"}'='"$@"' 269 alias -g '${1+"$@"}'='"$@"'
289 setopt NO_GLOB_SUBST 270 setopt NO_GLOB_SUBST
@@ -363,10 +344,10 @@ fi
363 344
364 if test "x$CONFIG_SHELL" != x; then 345 if test "x$CONFIG_SHELL" != x; then
365 for as_var in BASH_ENV ENV 346 for as_var in BASH_ENV ENV
366 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 347 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
367 done 348 done
368 export CONFIG_SHELL 349 export CONFIG_SHELL
369 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 350 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
370fi 351fi
371 352
372 353
@@ -435,10 +416,9 @@ fi
435 416
436test \$exitcode = 0") || { 417test \$exitcode = 0") || {
437 echo No shell found that supports shell functions. 418 echo No shell found that supports shell functions.
438 echo Please tell bug-autoconf@gnu.org about your system, 419 echo Please tell autoconf@gnu.org about your system,
439 echo including any error possibly output before this message. 420 echo including any error possibly output before this
440 echo This can help us improve future autoconf versions. 421 echo message
441 echo Configuration will now proceed without shell functions.
442} 422}
443 423
444 424
@@ -474,7 +454,7 @@ test \$exitcode = 0") || {
474 s/-\n.*// 454 s/-\n.*//
475 ' >$as_me.lineno && 455 ' >$as_me.lineno &&
476 chmod +x "$as_me.lineno" || 456 chmod +x "$as_me.lineno" ||
477 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 457 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
478 { (exit 1); exit 1; }; } 458 { (exit 1); exit 1; }; }
479 459
480 # Don't try to exec as it changes $[0], causing all sort of problems 460 # Don't try to exec as it changes $[0], causing all sort of problems
@@ -502,6 +482,7 @@ case `echo -n x` in
502*) 482*)
503 ECHO_N='-n';; 483 ECHO_N='-n';;
504esac 484esac
485
505if expr a : '\(a\)' >/dev/null 2>&1 && 486if expr a : '\(a\)' >/dev/null 2>&1 &&
506 test "X`expr 00001 : '.*\(...\)'`" = X001; then 487 test "X`expr 00001 : '.*\(...\)'`" = X001; then
507 as_expr=expr 488 as_expr=expr
@@ -514,22 +495,19 @@ if test -d conf$$.dir; then
514 rm -f conf$$.dir/conf$$.file 495 rm -f conf$$.dir/conf$$.file
515else 496else
516 rm -f conf$$.dir 497 rm -f conf$$.dir
517 mkdir conf$$.dir 2>/dev/null 498 mkdir conf$$.dir
518fi 499fi
519if (echo >conf$$.file) 2>/dev/null; then 500echo >conf$$.file
520 if ln -s conf$$.file conf$$ 2>/dev/null; then 501if ln -s conf$$.file conf$$ 2>/dev/null; then
521 as_ln_s='ln -s' 502 as_ln_s='ln -s'
522 # ... but there are two gotchas: 503 # ... but there are two gotchas:
523 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 504 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
524 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 505 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
525 # In both cases, we have to default to `cp -p'. 506 # In both cases, we have to default to `cp -p'.
526 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 507 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
527 as_ln_s='cp -p'
528 elif ln conf$$.file conf$$ 2>/dev/null; then
529 as_ln_s=ln
530 else
531 as_ln_s='cp -p' 508 as_ln_s='cp -p'
532 fi 509elif ln conf$$.file conf$$ 2>/dev/null; then
510 as_ln_s=ln
533else 511else
534 as_ln_s='cp -p' 512 as_ln_s='cp -p'
535fi 513fi
@@ -554,10 +532,10 @@ else
554 as_test_x=' 532 as_test_x='
555 eval sh -c '\'' 533 eval sh -c '\''
556 if test -d "$1"; then 534 if test -d "$1"; then
557 test -d "$1/."; 535 test -d "$1/.";
558 else 536 else
559 case $1 in 537 case $1 in
560 -*)set "./$1";; 538 -*)set "./$1";;
561 esac; 539 esac;
562 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 540 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
563 ???[sx]*):;;*)false;;esac;fi 541 ???[sx]*):;;*)false;;esac;fi
@@ -735,7 +713,6 @@ PROG_UPTIME
735PROG_IPCS 713PROG_IPCS
736PROG_TAIL 714PROG_TAIL
737INSTALL_SSH_PRNG_CMDS 715INSTALL_SSH_PRNG_CMDS
738OPENSC_CONFIG
739KRB5CONF 716KRB5CONF
740PRIVSEP_PATH 717PRIVSEP_PATH
741xauth_path 718xauth_path
@@ -750,60 +727,6 @@ TEST_SSH_IPV6
750LIBOBJS 727LIBOBJS
751LTLIBOBJS' 728LTLIBOBJS'
752ac_subst_files='' 729ac_subst_files=''
753ac_user_opts='
754enable_option_checking
755enable_largefile
756with_stackprotect
757with_rpath
758with_cflags
759with_cppflags
760with_ldflags
761with_libs
762with_Werror
763with_solaris_contracts
764with_osfsia
765with_zlib
766with_zlib_version_check
767with_skey
768with_tcp_wrappers
769with_libedit
770with_audit
771with_ssl_dir
772with_openssl_header_check
773with_ssl_engine
774with_pam
775with_rand_helper
776with_prngd_port
777with_prngd_socket
778with_entropy_timeout
779with_privsep_user
780with_sectok
781with_opensc
782with_selinux
783with_kerberos5
784with_privsep_path
785with_xauth
786enable_strip
787with_mantype
788with_md5_passwords
789with_shadow
790with_ipaddr_display
791enable_etc_default_login
792with_default_path
793with_superuser_path
794with_4in6
795with_bsd_auth
796with_pid_dir
797enable_lastlog
798enable_utmp
799enable_utmpx
800enable_wtmp
801enable_wtmpx
802enable_libutil
803enable_pututline
804enable_pututxline
805with_lastlog
806'
807 ac_precious_vars='build_alias 730 ac_precious_vars='build_alias
808host_alias 731host_alias
809target_alias 732target_alias
@@ -818,8 +741,6 @@ CPP'
818# Initialize some variables set by options. 741# Initialize some variables set by options.
819ac_init_help= 742ac_init_help=
820ac_init_version=false 743ac_init_version=false
821ac_unrecognized_opts=
822ac_unrecognized_sep=
823# The variables have the same names as the options, with 744# The variables have the same names as the options, with
824# dashes changed to underlines. 745# dashes changed to underlines.
825cache_file=/dev/null 746cache_file=/dev/null
@@ -918,21 +839,13 @@ do
918 datarootdir=$ac_optarg ;; 839 datarootdir=$ac_optarg ;;
919 840
920 -disable-* | --disable-*) 841 -disable-* | --disable-*)
921 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 842 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
922 # Reject names that are not valid shell variable names. 843 # Reject names that are not valid shell variable names.
923 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 844 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
924 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 845 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
925 { (exit 1); exit 1; }; } 846 { (exit 1); exit 1; }; }
926 ac_useropt_orig=$ac_useropt 847 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
927 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 848 eval enable_$ac_feature=no ;;
928 case $ac_user_opts in
929 *"
930"enable_$ac_useropt"
931"*) ;;
932 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
933 ac_unrecognized_sep=', ';;
934 esac
935 eval enable_$ac_useropt=no ;;
936 849
937 -docdir | --docdir | --docdi | --doc | --do) 850 -docdir | --docdir | --docdi | --doc | --do)
938 ac_prev=docdir ;; 851 ac_prev=docdir ;;
@@ -945,21 +858,13 @@ do
945 dvidir=$ac_optarg ;; 858 dvidir=$ac_optarg ;;
946 859
947 -enable-* | --enable-*) 860 -enable-* | --enable-*)
948 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 861 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
949 # Reject names that are not valid shell variable names. 862 # Reject names that are not valid shell variable names.
950 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 863 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
951 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 864 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
952 { (exit 1); exit 1; }; } 865 { (exit 1); exit 1; }; }
953 ac_useropt_orig=$ac_useropt 866 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
954 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 867 eval enable_$ac_feature=\$ac_optarg ;;
955 case $ac_user_opts in
956 *"
957"enable_$ac_useropt"
958"*) ;;
959 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
960 ac_unrecognized_sep=', ';;
961 esac
962 eval enable_$ac_useropt=\$ac_optarg ;;
963 868
964 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 869 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
965 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 870 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
@@ -1150,38 +1055,22 @@ do
1150 ac_init_version=: ;; 1055 ac_init_version=: ;;
1151 1056
1152 -with-* | --with-*) 1057 -with-* | --with-*)
1153 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1058 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1154 # Reject names that are not valid shell variable names. 1059 # Reject names that are not valid shell variable names.
1155 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1060 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1156 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1061 { echo "$as_me: error: invalid package name: $ac_package" >&2
1157 { (exit 1); exit 1; }; } 1062 { (exit 1); exit 1; }; }
1158 ac_useropt_orig=$ac_useropt 1063 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1159 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1064 eval with_$ac_package=\$ac_optarg ;;
1160 case $ac_user_opts in
1161 *"
1162"with_$ac_useropt"
1163"*) ;;
1164 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1165 ac_unrecognized_sep=', ';;
1166 esac
1167 eval with_$ac_useropt=\$ac_optarg ;;
1168 1065
1169 -without-* | --without-*) 1066 -without-* | --without-*)
1170 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1067 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1171 # Reject names that are not valid shell variable names. 1068 # Reject names that are not valid shell variable names.
1172 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1069 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1173 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1070 { echo "$as_me: error: invalid package name: $ac_package" >&2
1174 { (exit 1); exit 1; }; } 1071 { (exit 1); exit 1; }; }
1175 ac_useropt_orig=$ac_useropt 1072 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1176 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1073 eval with_$ac_package=no ;;
1177 case $ac_user_opts in
1178 *"
1179"with_$ac_useropt"
1180"*) ;;
1181 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1182 ac_unrecognized_sep=', ';;
1183 esac
1184 eval with_$ac_useropt=no ;;
1185 1074
1186 --x) 1075 --x)
1187 # Obsolete; use --with-x. 1076 # Obsolete; use --with-x.
@@ -1201,7 +1090,7 @@ do
1201 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1090 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1202 x_libraries=$ac_optarg ;; 1091 x_libraries=$ac_optarg ;;
1203 1092
1204 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 1093 -*) { echo "$as_me: error: unrecognized option: $ac_option
1205Try \`$0 --help' for more information." >&2 1094Try \`$0 --help' for more information." >&2
1206 { (exit 1); exit 1; }; } 1095 { (exit 1); exit 1; }; }
1207 ;; 1096 ;;
@@ -1210,16 +1099,16 @@ Try \`$0 --help' for more information." >&2
1210 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1099 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1211 # Reject names that are not valid shell variable names. 1100 # Reject names that are not valid shell variable names.
1212 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1101 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1213 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1102 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1214 { (exit 1); exit 1; }; } 1103 { (exit 1); exit 1; }; }
1215 eval $ac_envvar=\$ac_optarg 1104 eval $ac_envvar=\$ac_optarg
1216 export $ac_envvar ;; 1105 export $ac_envvar ;;
1217 1106
1218 *) 1107 *)
1219 # FIXME: should be removed in autoconf 3.0. 1108 # FIXME: should be removed in autoconf 3.0.
1220 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1109 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1221 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1110 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1222 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1111 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1223 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1112 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1224 ;; 1113 ;;
1225 1114
@@ -1228,38 +1117,22 @@ done
1228 1117
1229if test -n "$ac_prev"; then 1118if test -n "$ac_prev"; then
1230 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1119 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1231 { $as_echo "$as_me: error: missing argument to $ac_option" >&2 1120 { echo "$as_me: error: missing argument to $ac_option" >&2
1232 { (exit 1); exit 1; }; } 1121 { (exit 1); exit 1; }; }
1233fi 1122fi
1234 1123
1235if test -n "$ac_unrecognized_opts"; then 1124# Be sure to have absolute directory names.
1236 case $enable_option_checking in
1237 no) ;;
1238 fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2
1239 { (exit 1); exit 1; }; } ;;
1240 *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;;
1241 esac
1242fi
1243
1244# Check all directory arguments for consistency.
1245for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1125for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1246 datadir sysconfdir sharedstatedir localstatedir includedir \ 1126 datadir sysconfdir sharedstatedir localstatedir includedir \
1247 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1127 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1248 libdir localedir mandir 1128 libdir localedir mandir
1249do 1129do
1250 eval ac_val=\$$ac_var 1130 eval ac_val=\$$ac_var
1251 # Remove trailing slashes.
1252 case $ac_val in
1253 */ )
1254 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1255 eval $ac_var=\$ac_val;;
1256 esac
1257 # Be sure to have absolute directory names.
1258 case $ac_val in 1131 case $ac_val in
1259 [\\/$]* | ?:[\\/]* ) continue;; 1132 [\\/$]* | ?:[\\/]* ) continue;;
1260 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1133 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1261 esac 1134 esac
1262 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1135 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1263 { (exit 1); exit 1; }; } 1136 { (exit 1); exit 1; }; }
1264done 1137done
1265 1138
@@ -1274,7 +1147,7 @@ target=$target_alias
1274if test "x$host_alias" != x; then 1147if test "x$host_alias" != x; then
1275 if test "x$build_alias" = x; then 1148 if test "x$build_alias" = x; then
1276 cross_compiling=maybe 1149 cross_compiling=maybe
1277 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1150 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1278 If a cross compiler is detected then cross compile mode will be used." >&2 1151 If a cross compiler is detected then cross compile mode will be used." >&2
1279 elif test "x$build_alias" != "x$host_alias"; then 1152 elif test "x$build_alias" != "x$host_alias"; then
1280 cross_compiling=yes 1153 cross_compiling=yes
@@ -1290,10 +1163,10 @@ test "$silent" = yes && exec 6>/dev/null
1290ac_pwd=`pwd` && test -n "$ac_pwd" && 1163ac_pwd=`pwd` && test -n "$ac_pwd" &&
1291ac_ls_di=`ls -di .` && 1164ac_ls_di=`ls -di .` &&
1292ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1165ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1293 { $as_echo "$as_me: error: Working directory cannot be determined" >&2 1166 { echo "$as_me: error: Working directory cannot be determined" >&2
1294 { (exit 1); exit 1; }; } 1167 { (exit 1); exit 1; }; }
1295test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1168test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1296 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 1169 { echo "$as_me: error: pwd does not report name of working directory" >&2
1297 { (exit 1); exit 1; }; } 1170 { (exit 1); exit 1; }; }
1298 1171
1299 1172
@@ -1301,12 +1174,12 @@ test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1301if test -z "$srcdir"; then 1174if test -z "$srcdir"; then
1302 ac_srcdir_defaulted=yes 1175 ac_srcdir_defaulted=yes
1303 # Try the directory containing this script, then the parent directory. 1176 # Try the directory containing this script, then the parent directory.
1304 ac_confdir=`$as_dirname -- "$as_myself" || 1177 ac_confdir=`$as_dirname -- "$0" ||
1305$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1178$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1306 X"$as_myself" : 'X\(//\)[^/]' \| \ 1179 X"$0" : 'X\(//\)[^/]' \| \
1307 X"$as_myself" : 'X\(//\)$' \| \ 1180 X"$0" : 'X\(//\)$' \| \
1308 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1181 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1309$as_echo X"$as_myself" | 1182echo X"$0" |
1310 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1183 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1311 s//\1/ 1184 s//\1/
1312 q 1185 q
@@ -1333,12 +1206,12 @@ else
1333fi 1206fi
1334if test ! -r "$srcdir/$ac_unique_file"; then 1207if test ! -r "$srcdir/$ac_unique_file"; then
1335 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1208 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1336 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1209 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1337 { (exit 1); exit 1; }; } 1210 { (exit 1); exit 1; }; }
1338fi 1211fi
1339ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1212ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1340ac_abs_confdir=`( 1213ac_abs_confdir=`(
1341 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 1214 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1342 { (exit 1); exit 1; }; } 1215 { (exit 1); exit 1; }; }
1343 pwd)` 1216 pwd)`
1344# When building in place, set srcdir=. 1217# When building in place, set srcdir=.
@@ -1387,9 +1260,9 @@ Configuration:
1387 1260
1388Installation directories: 1261Installation directories:
1389 --prefix=PREFIX install architecture-independent files in PREFIX 1262 --prefix=PREFIX install architecture-independent files in PREFIX
1390 [$ac_default_prefix] 1263 [$ac_default_prefix]
1391 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1264 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1392 [PREFIX] 1265 [PREFIX]
1393 1266
1394By default, \`make install' will install all the files in 1267By default, \`make install' will install all the files in
1395\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1268\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
@@ -1399,25 +1272,25 @@ for instance \`--prefix=\$HOME'.
1399For better control, use the options below. 1272For better control, use the options below.
1400 1273
1401Fine tuning of the installation directories: 1274Fine tuning of the installation directories:
1402 --bindir=DIR user executables [EPREFIX/bin] 1275 --bindir=DIR user executables [EPREFIX/bin]
1403 --sbindir=DIR system admin executables [EPREFIX/sbin] 1276 --sbindir=DIR system admin executables [EPREFIX/sbin]
1404 --libexecdir=DIR program executables [EPREFIX/libexec] 1277 --libexecdir=DIR program executables [EPREFIX/libexec]
1405 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1278 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1406 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1279 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1407 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1280 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1408 --libdir=DIR object code libraries [EPREFIX/lib] 1281 --libdir=DIR object code libraries [EPREFIX/lib]
1409 --includedir=DIR C header files [PREFIX/include] 1282 --includedir=DIR C header files [PREFIX/include]
1410 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1283 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1411 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1284 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1412 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1285 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1413 --infodir=DIR info documentation [DATAROOTDIR/info] 1286 --infodir=DIR info documentation [DATAROOTDIR/info]
1414 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1287 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1415 --mandir=DIR man documentation [DATAROOTDIR/man] 1288 --mandir=DIR man documentation [DATAROOTDIR/man]
1416 --docdir=DIR documentation root [DATAROOTDIR/doc/openssh] 1289 --docdir=DIR documentation root [DATAROOTDIR/doc/openssh]
1417 --htmldir=DIR html documentation [DOCDIR] 1290 --htmldir=DIR html documentation [DOCDIR]
1418 --dvidir=DIR dvi documentation [DOCDIR] 1291 --dvidir=DIR dvi documentation [DOCDIR]
1419 --pdfdir=DIR pdf documentation [DOCDIR] 1292 --pdfdir=DIR pdf documentation [DOCDIR]
1420 --psdir=DIR ps documentation [DOCDIR] 1293 --psdir=DIR ps documentation [DOCDIR]
1421_ACEOF 1294_ACEOF
1422 1295
1423 cat <<\_ACEOF 1296 cat <<\_ACEOF
@@ -1435,7 +1308,6 @@ if test -n "$ac_init_help"; then
1435 cat <<\_ACEOF 1308 cat <<\_ACEOF
1436 1309
1437Optional Features: 1310Optional Features:
1438 --disable-option-checking ignore unrecognized --enable/--with options
1439 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1311 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1440 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1312 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1441 --disable-largefile omit support for large files 1313 --disable-largefile omit support for large files
@@ -1477,8 +1349,6 @@ Optional Packages:
1477 --with-prngd-socket=FILE read entropy from PRNGD/EGD socket FILE (default=/var/run/egd-pool) 1349 --with-prngd-socket=FILE read entropy from PRNGD/EGD socket FILE (default=/var/run/egd-pool)
1478 --with-entropy-timeout Specify entropy gathering command timeout (msec) 1350 --with-entropy-timeout Specify entropy gathering command timeout (msec)
1479 --with-privsep-user=user Specify non-privileged user for privilege separation 1351 --with-privsep-user=user Specify non-privileged user for privilege separation
1480 --with-sectok Enable smartcard support using libsectok
1481 --with-opensc[=PFX] Enable smartcard support using OpenSC (optionally in PATH)
1482 --with-selinux Enable SELinux support 1352 --with-selinux Enable SELinux support
1483 --with-kerberos5=PATH Enable Kerberos 5 support 1353 --with-kerberos5=PATH Enable Kerberos 5 support
1484 --with-privsep-path=xxx Path for privilege separation chroot (default=/var/empty) 1354 --with-privsep-path=xxx Path for privilege separation chroot (default=/var/empty)
@@ -1515,17 +1385,15 @@ fi
1515if test "$ac_init_help" = "recursive"; then 1385if test "$ac_init_help" = "recursive"; then
1516 # If there are subdirs, report their specific --help. 1386 # If there are subdirs, report their specific --help.
1517 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1387 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1518 test -d "$ac_dir" || 1388 test -d "$ac_dir" || continue
1519 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1520 continue
1521 ac_builddir=. 1389 ac_builddir=.
1522 1390
1523case "$ac_dir" in 1391case "$ac_dir" in
1524.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1392.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1525*) 1393*)
1526 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1394 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1527 # A ".." for each directory in $ac_dir_suffix. 1395 # A ".." for each directory in $ac_dir_suffix.
1528 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1396 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1529 case $ac_top_builddir_sub in 1397 case $ac_top_builddir_sub in
1530 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1398 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1531 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1399 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
@@ -1561,7 +1429,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1561 echo && 1429 echo &&
1562 $SHELL "$ac_srcdir/configure" --help=recursive 1430 $SHELL "$ac_srcdir/configure" --help=recursive
1563 else 1431 else
1564 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1432 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1565 fi || ac_status=$? 1433 fi || ac_status=$?
1566 cd "$ac_pwd" || { ac_status=$?; break; } 1434 cd "$ac_pwd" || { ac_status=$?; break; }
1567 done 1435 done
@@ -1571,10 +1439,10 @@ test -n "$ac_init_help" && exit $ac_status
1571if $ac_init_version; then 1439if $ac_init_version; then
1572 cat <<\_ACEOF 1440 cat <<\_ACEOF
1573OpenSSH configure Portable 1441OpenSSH configure Portable
1574generated by GNU Autoconf 2.62 1442generated by GNU Autoconf 2.61
1575 1443
1576Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1444Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
15772002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 14452002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1578This configure script is free software; the Free Software Foundation 1446This configure script is free software; the Free Software Foundation
1579gives unlimited permission to copy, distribute and modify it. 1447gives unlimited permission to copy, distribute and modify it.
1580_ACEOF 1448_ACEOF
@@ -1585,7 +1453,7 @@ This file contains any messages produced by compilers while
1585running configure, to aid debugging if configure makes a mistake. 1453running configure, to aid debugging if configure makes a mistake.
1586 1454
1587It was created by OpenSSH $as_me Portable, which was 1455It was created by OpenSSH $as_me Portable, which was
1588generated by GNU Autoconf 2.62. Invocation command line was 1456generated by GNU Autoconf 2.61. Invocation command line was
1589 1457
1590 $ $0 $@ 1458 $ $0 $@
1591 1459
@@ -1621,7 +1489,7 @@ for as_dir in $PATH
1621do 1489do
1622 IFS=$as_save_IFS 1490 IFS=$as_save_IFS
1623 test -z "$as_dir" && as_dir=. 1491 test -z "$as_dir" && as_dir=.
1624 $as_echo "PATH: $as_dir" 1492 echo "PATH: $as_dir"
1625done 1493done
1626IFS=$as_save_IFS 1494IFS=$as_save_IFS
1627 1495
@@ -1656,7 +1524,7 @@ do
1656 | -silent | --silent | --silen | --sile | --sil) 1524 | -silent | --silent | --silen | --sile | --sil)
1657 continue ;; 1525 continue ;;
1658 *\'*) 1526 *\'*)
1659 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1527 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1660 esac 1528 esac
1661 case $ac_pass in 1529 case $ac_pass in
1662 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 1530 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
@@ -1708,12 +1576,11 @@ _ASBOX
1708 case $ac_val in #( 1576 case $ac_val in #(
1709 *${as_nl}*) 1577 *${as_nl}*)
1710 case $ac_var in #( 1578 case $ac_var in #(
1711 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1579 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1712$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1580echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1713 esac 1581 esac
1714 case $ac_var in #( 1582 case $ac_var in #(
1715 _ | IFS | as_nl) ;; #( 1583 _ | IFS | as_nl) ;; #(
1716 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1717 *) $as_unset $ac_var ;; 1584 *) $as_unset $ac_var ;;
1718 esac ;; 1585 esac ;;
1719 esac 1586 esac
@@ -1743,9 +1610,9 @@ _ASBOX
1743 do 1610 do
1744 eval ac_val=\$$ac_var 1611 eval ac_val=\$$ac_var
1745 case $ac_val in 1612 case $ac_val in
1746 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1613 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1747 esac 1614 esac
1748 $as_echo "$ac_var='\''$ac_val'\''" 1615 echo "$ac_var='\''$ac_val'\''"
1749 done | sort 1616 done | sort
1750 echo 1617 echo
1751 1618
@@ -1760,9 +1627,9 @@ _ASBOX
1760 do 1627 do
1761 eval ac_val=\$$ac_var 1628 eval ac_val=\$$ac_var
1762 case $ac_val in 1629 case $ac_val in
1763 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1630 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1764 esac 1631 esac
1765 $as_echo "$ac_var='\''$ac_val'\''" 1632 echo "$ac_var='\''$ac_val'\''"
1766 done | sort 1633 done | sort
1767 echo 1634 echo
1768 fi 1635 fi
@@ -1778,8 +1645,8 @@ _ASBOX
1778 echo 1645 echo
1779 fi 1646 fi
1780 test "$ac_signal" != 0 && 1647 test "$ac_signal" != 0 &&
1781 $as_echo "$as_me: caught signal $ac_signal" 1648 echo "$as_me: caught signal $ac_signal"
1782 $as_echo "$as_me: exit $exit_status" 1649 echo "$as_me: exit $exit_status"
1783 } >&5 1650 } >&5
1784 rm -f core *.core core.conftest.* && 1651 rm -f core *.core core.conftest.* &&
1785 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1652 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
@@ -1821,24 +1688,21 @@ _ACEOF
1821 1688
1822 1689
1823# Let the site file select an alternate cache file if it wants to. 1690# Let the site file select an alternate cache file if it wants to.
1824# Prefer an explicitly selected file to automatically selected ones. 1691# Prefer explicitly selected file to automatically selected ones.
1825ac_site_file1=NONE
1826ac_site_file2=NONE
1827if test -n "$CONFIG_SITE"; then 1692if test -n "$CONFIG_SITE"; then
1828 ac_site_file1=$CONFIG_SITE 1693 set x "$CONFIG_SITE"
1829elif test "x$prefix" != xNONE; then 1694elif test "x$prefix" != xNONE; then
1830 ac_site_file1=$prefix/share/config.site 1695 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1831 ac_site_file2=$prefix/etc/config.site
1832else 1696else
1833 ac_site_file1=$ac_default_prefix/share/config.site 1697 set x "$ac_default_prefix/share/config.site" \
1834 ac_site_file2=$ac_default_prefix/etc/config.site 1698 "$ac_default_prefix/etc/config.site"
1835fi 1699fi
1836for ac_site_file in "$ac_site_file1" "$ac_site_file2" 1700shift
1701for ac_site_file
1837do 1702do
1838 test "x$ac_site_file" = xNONE && continue
1839 if test -r "$ac_site_file"; then 1703 if test -r "$ac_site_file"; then
1840 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1704 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1841$as_echo "$as_me: loading site script $ac_site_file" >&6;} 1705echo "$as_me: loading site script $ac_site_file" >&6;}
1842 sed 's/^/| /' "$ac_site_file" >&5 1706 sed 's/^/| /' "$ac_site_file" >&5
1843 . "$ac_site_file" 1707 . "$ac_site_file"
1844 fi 1708 fi
@@ -1848,16 +1712,16 @@ if test -r "$cache_file"; then
1848 # Some versions of bash will fail to source /dev/null (special 1712 # Some versions of bash will fail to source /dev/null (special
1849 # files actually), so we avoid doing that. 1713 # files actually), so we avoid doing that.
1850 if test -f "$cache_file"; then 1714 if test -f "$cache_file"; then
1851 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 1715 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1852$as_echo "$as_me: loading cache $cache_file" >&6;} 1716echo "$as_me: loading cache $cache_file" >&6;}
1853 case $cache_file in 1717 case $cache_file in
1854 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1718 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1855 *) . "./$cache_file";; 1719 *) . "./$cache_file";;
1856 esac 1720 esac
1857 fi 1721 fi
1858else 1722else
1859 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 1723 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1860$as_echo "$as_me: creating cache $cache_file" >&6;} 1724echo "$as_me: creating cache $cache_file" >&6;}
1861 >$cache_file 1725 >$cache_file
1862fi 1726fi
1863 1727
@@ -1871,38 +1735,29 @@ for ac_var in $ac_precious_vars; do
1871 eval ac_new_val=\$ac_env_${ac_var}_value 1735 eval ac_new_val=\$ac_env_${ac_var}_value
1872 case $ac_old_set,$ac_new_set in 1736 case $ac_old_set,$ac_new_set in
1873 set,) 1737 set,)
1874 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1738 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1875$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1739echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1876 ac_cache_corrupted=: ;; 1740 ac_cache_corrupted=: ;;
1877 ,set) 1741 ,set)
1878 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1742 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1879$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1743echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1880 ac_cache_corrupted=: ;; 1744 ac_cache_corrupted=: ;;
1881 ,);; 1745 ,);;
1882 *) 1746 *)
1883 if test "x$ac_old_val" != "x$ac_new_val"; then 1747 if test "x$ac_old_val" != "x$ac_new_val"; then
1884 # differences in whitespace do not lead to failure. 1748 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1885 ac_old_val_w=`echo x $ac_old_val` 1749echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1886 ac_new_val_w=`echo x $ac_new_val` 1750 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1887 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1751echo "$as_me: former value: $ac_old_val" >&2;}
1888 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1752 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1889$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1753echo "$as_me: current value: $ac_new_val" >&2;}
1890 ac_cache_corrupted=: 1754 ac_cache_corrupted=:
1891 else
1892 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1893$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1894 eval $ac_var=\$ac_old_val
1895 fi
1896 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1897$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1898 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1899$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1900 fi;; 1755 fi;;
1901 esac 1756 esac
1902 # Pass precious variables to config.status. 1757 # Pass precious variables to config.status.
1903 if test "$ac_new_set" = set; then 1758 if test "$ac_new_set" = set; then
1904 case $ac_new_val in 1759 case $ac_new_val in
1905 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1760 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1906 *) ac_arg=$ac_var=$ac_new_val ;; 1761 *) ac_arg=$ac_var=$ac_new_val ;;
1907 esac 1762 esac
1908 case " $ac_configure_args " in 1763 case " $ac_configure_args " in
@@ -1912,10 +1767,10 @@ $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1912 fi 1767 fi
1913done 1768done
1914if $ac_cache_corrupted; then 1769if $ac_cache_corrupted; then
1915 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1770 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1916$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1771echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1917 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1772 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1918$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1773echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1919 { (exit 1); exit 1; }; } 1774 { (exit 1); exit 1; }; }
1920fi 1775fi
1921 1776
@@ -1963,10 +1818,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1963if test -n "$ac_tool_prefix"; then 1818if test -n "$ac_tool_prefix"; then
1964 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1819 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1965set dummy ${ac_tool_prefix}gcc; ac_word=$2 1820set dummy ${ac_tool_prefix}gcc; ac_word=$2
1966{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 1821{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1967$as_echo_n "checking for $ac_word... " >&6; } 1822echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1968if test "${ac_cv_prog_CC+set}" = set; then 1823if test "${ac_cv_prog_CC+set}" = set; then
1969 $as_echo_n "(cached) " >&6 1824 echo $ECHO_N "(cached) $ECHO_C" >&6
1970else 1825else
1971 if test -n "$CC"; then 1826 if test -n "$CC"; then
1972 ac_cv_prog_CC="$CC" # Let the user override the test. 1827 ac_cv_prog_CC="$CC" # Let the user override the test.
@@ -1979,7 +1834,7 @@ do
1979 for ac_exec_ext in '' $ac_executable_extensions; do 1834 for ac_exec_ext in '' $ac_executable_extensions; do
1980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1981 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1836 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1982 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1837 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1983 break 2 1838 break 2
1984 fi 1839 fi
1985done 1840done
@@ -1990,11 +1845,11 @@ fi
1990fi 1845fi
1991CC=$ac_cv_prog_CC 1846CC=$ac_cv_prog_CC
1992if test -n "$CC"; then 1847if test -n "$CC"; then
1993 { $as_echo "$as_me:$LINENO: result: $CC" >&5 1848 { echo "$as_me:$LINENO: result: $CC" >&5
1994$as_echo "$CC" >&6; } 1849echo "${ECHO_T}$CC" >&6; }
1995else 1850else
1996 { $as_echo "$as_me:$LINENO: result: no" >&5 1851 { echo "$as_me:$LINENO: result: no" >&5
1997$as_echo "no" >&6; } 1852echo "${ECHO_T}no" >&6; }
1998fi 1853fi
1999 1854
2000 1855
@@ -2003,10 +1858,10 @@ if test -z "$ac_cv_prog_CC"; then
2003 ac_ct_CC=$CC 1858 ac_ct_CC=$CC
2004 # Extract the first word of "gcc", so it can be a program name with args. 1859 # Extract the first word of "gcc", so it can be a program name with args.
2005set dummy gcc; ac_word=$2 1860set dummy gcc; ac_word=$2
2006{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 1861{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2007$as_echo_n "checking for $ac_word... " >&6; } 1862echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2008if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1863if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2009 $as_echo_n "(cached) " >&6 1864 echo $ECHO_N "(cached) $ECHO_C" >&6
2010else 1865else
2011 if test -n "$ac_ct_CC"; then 1866 if test -n "$ac_ct_CC"; then
2012 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1867 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
@@ -2019,7 +1874,7 @@ do
2019 for ac_exec_ext in '' $ac_executable_extensions; do 1874 for ac_exec_ext in '' $ac_executable_extensions; do
2020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2021 ac_cv_prog_ac_ct_CC="gcc" 1876 ac_cv_prog_ac_ct_CC="gcc"
2022 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1877 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2023 break 2 1878 break 2
2024 fi 1879 fi
2025done 1880done
@@ -2030,11 +1885,11 @@ fi
2030fi 1885fi
2031ac_ct_CC=$ac_cv_prog_ac_ct_CC 1886ac_ct_CC=$ac_cv_prog_ac_ct_CC
2032if test -n "$ac_ct_CC"; then 1887if test -n "$ac_ct_CC"; then
2033 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1888 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2034$as_echo "$ac_ct_CC" >&6; } 1889echo "${ECHO_T}$ac_ct_CC" >&6; }
2035else 1890else
2036 { $as_echo "$as_me:$LINENO: result: no" >&5 1891 { echo "$as_me:$LINENO: result: no" >&5
2037$as_echo "no" >&6; } 1892echo "${ECHO_T}no" >&6; }
2038fi 1893fi
2039 1894
2040 if test "x$ac_ct_CC" = x; then 1895 if test "x$ac_ct_CC" = x; then
@@ -2042,10 +1897,10 @@ fi
2042 else 1897 else
2043 case $cross_compiling:$ac_tool_warned in 1898 case $cross_compiling:$ac_tool_warned in
2044yes:) 1899yes:)
2045{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 1900{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2046whose name does not start with the host triplet. If you think this 1901whose name does not start with the host triplet. If you think this
2047configuration is useful to you, please write to autoconf@gnu.org." >&5 1902configuration is useful to you, please write to autoconf@gnu.org." >&5
2048$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 1903echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2049whose name does not start with the host triplet. If you think this 1904whose name does not start with the host triplet. If you think this
2050configuration is useful to you, please write to autoconf@gnu.org." >&2;} 1905configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2051ac_tool_warned=yes ;; 1906ac_tool_warned=yes ;;
@@ -2060,10 +1915,10 @@ if test -z "$CC"; then
2060 if test -n "$ac_tool_prefix"; then 1915 if test -n "$ac_tool_prefix"; then
2061 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1916 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2062set dummy ${ac_tool_prefix}cc; ac_word=$2 1917set dummy ${ac_tool_prefix}cc; ac_word=$2
2063{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 1918{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2064$as_echo_n "checking for $ac_word... " >&6; } 1919echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2065if test "${ac_cv_prog_CC+set}" = set; then 1920if test "${ac_cv_prog_CC+set}" = set; then
2066 $as_echo_n "(cached) " >&6 1921 echo $ECHO_N "(cached) $ECHO_C" >&6
2067else 1922else
2068 if test -n "$CC"; then 1923 if test -n "$CC"; then
2069 ac_cv_prog_CC="$CC" # Let the user override the test. 1924 ac_cv_prog_CC="$CC" # Let the user override the test.
@@ -2076,7 +1931,7 @@ do
2076 for ac_exec_ext in '' $ac_executable_extensions; do 1931 for ac_exec_ext in '' $ac_executable_extensions; do
2077 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2078 ac_cv_prog_CC="${ac_tool_prefix}cc" 1933 ac_cv_prog_CC="${ac_tool_prefix}cc"
2079 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1934 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2080 break 2 1935 break 2
2081 fi 1936 fi
2082done 1937done
@@ -2087,11 +1942,11 @@ fi
2087fi 1942fi
2088CC=$ac_cv_prog_CC 1943CC=$ac_cv_prog_CC
2089if test -n "$CC"; then 1944if test -n "$CC"; then
2090 { $as_echo "$as_me:$LINENO: result: $CC" >&5 1945 { echo "$as_me:$LINENO: result: $CC" >&5
2091$as_echo "$CC" >&6; } 1946echo "${ECHO_T}$CC" >&6; }
2092else 1947else
2093 { $as_echo "$as_me:$LINENO: result: no" >&5 1948 { echo "$as_me:$LINENO: result: no" >&5
2094$as_echo "no" >&6; } 1949echo "${ECHO_T}no" >&6; }
2095fi 1950fi
2096 1951
2097 1952
@@ -2100,10 +1955,10 @@ fi
2100if test -z "$CC"; then 1955if test -z "$CC"; then
2101 # Extract the first word of "cc", so it can be a program name with args. 1956 # Extract the first word of "cc", so it can be a program name with args.
2102set dummy cc; ac_word=$2 1957set dummy cc; ac_word=$2
2103{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 1958{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2104$as_echo_n "checking for $ac_word... " >&6; } 1959echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2105if test "${ac_cv_prog_CC+set}" = set; then 1960if test "${ac_cv_prog_CC+set}" = set; then
2106 $as_echo_n "(cached) " >&6 1961 echo $ECHO_N "(cached) $ECHO_C" >&6
2107else 1962else
2108 if test -n "$CC"; then 1963 if test -n "$CC"; then
2109 ac_cv_prog_CC="$CC" # Let the user override the test. 1964 ac_cv_prog_CC="$CC" # Let the user override the test.
@@ -2121,7 +1976,7 @@ do
2121 continue 1976 continue
2122 fi 1977 fi
2123 ac_cv_prog_CC="cc" 1978 ac_cv_prog_CC="cc"
2124 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1979 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2125 break 2 1980 break 2
2126 fi 1981 fi
2127done 1982done
@@ -2144,11 +1999,11 @@ fi
2144fi 1999fi
2145CC=$ac_cv_prog_CC 2000CC=$ac_cv_prog_CC
2146if test -n "$CC"; then 2001if test -n "$CC"; then
2147 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2002 { echo "$as_me:$LINENO: result: $CC" >&5
2148$as_echo "$CC" >&6; } 2003echo "${ECHO_T}$CC" >&6; }
2149else 2004else
2150 { $as_echo "$as_me:$LINENO: result: no" >&5 2005 { echo "$as_me:$LINENO: result: no" >&5
2151$as_echo "no" >&6; } 2006echo "${ECHO_T}no" >&6; }
2152fi 2007fi
2153 2008
2154 2009
@@ -2159,10 +2014,10 @@ if test -z "$CC"; then
2159 do 2014 do
2160 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2015 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2161set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2016set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2162{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2017{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2163$as_echo_n "checking for $ac_word... " >&6; } 2018echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2164if test "${ac_cv_prog_CC+set}" = set; then 2019if test "${ac_cv_prog_CC+set}" = set; then
2165 $as_echo_n "(cached) " >&6 2020 echo $ECHO_N "(cached) $ECHO_C" >&6
2166else 2021else
2167 if test -n "$CC"; then 2022 if test -n "$CC"; then
2168 ac_cv_prog_CC="$CC" # Let the user override the test. 2023 ac_cv_prog_CC="$CC" # Let the user override the test.
@@ -2175,7 +2030,7 @@ do
2175 for ac_exec_ext in '' $ac_executable_extensions; do 2030 for ac_exec_ext in '' $ac_executable_extensions; do
2176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2177 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2032 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2178 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2033 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2179 break 2 2034 break 2
2180 fi 2035 fi
2181done 2036done
@@ -2186,11 +2041,11 @@ fi
2186fi 2041fi
2187CC=$ac_cv_prog_CC 2042CC=$ac_cv_prog_CC
2188if test -n "$CC"; then 2043if test -n "$CC"; then
2189 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2044 { echo "$as_me:$LINENO: result: $CC" >&5
2190$as_echo "$CC" >&6; } 2045echo "${ECHO_T}$CC" >&6; }
2191else 2046else
2192 { $as_echo "$as_me:$LINENO: result: no" >&5 2047 { echo "$as_me:$LINENO: result: no" >&5
2193$as_echo "no" >&6; } 2048echo "${ECHO_T}no" >&6; }
2194fi 2049fi
2195 2050
2196 2051
@@ -2203,10 +2058,10 @@ if test -z "$CC"; then
2203do 2058do
2204 # Extract the first word of "$ac_prog", so it can be a program name with args. 2059 # Extract the first word of "$ac_prog", so it can be a program name with args.
2205set dummy $ac_prog; ac_word=$2 2060set dummy $ac_prog; ac_word=$2
2206{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2061{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2207$as_echo_n "checking for $ac_word... " >&6; } 2062echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2208if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2063if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2209 $as_echo_n "(cached) " >&6 2064 echo $ECHO_N "(cached) $ECHO_C" >&6
2210else 2065else
2211 if test -n "$ac_ct_CC"; then 2066 if test -n "$ac_ct_CC"; then
2212 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2067 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
@@ -2219,7 +2074,7 @@ do
2219 for ac_exec_ext in '' $ac_executable_extensions; do 2074 for ac_exec_ext in '' $ac_executable_extensions; do
2220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2075 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2221 ac_cv_prog_ac_ct_CC="$ac_prog" 2076 ac_cv_prog_ac_ct_CC="$ac_prog"
2222 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2077 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2223 break 2 2078 break 2
2224 fi 2079 fi
2225done 2080done
@@ -2230,11 +2085,11 @@ fi
2230fi 2085fi
2231ac_ct_CC=$ac_cv_prog_ac_ct_CC 2086ac_ct_CC=$ac_cv_prog_ac_ct_CC
2232if test -n "$ac_ct_CC"; then 2087if test -n "$ac_ct_CC"; then
2233 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2088 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2234$as_echo "$ac_ct_CC" >&6; } 2089echo "${ECHO_T}$ac_ct_CC" >&6; }
2235else 2090else
2236 { $as_echo "$as_me:$LINENO: result: no" >&5 2091 { echo "$as_me:$LINENO: result: no" >&5
2237$as_echo "no" >&6; } 2092echo "${ECHO_T}no" >&6; }
2238fi 2093fi
2239 2094
2240 2095
@@ -2246,10 +2101,10 @@ done
2246 else 2101 else
2247 case $cross_compiling:$ac_tool_warned in 2102 case $cross_compiling:$ac_tool_warned in
2248yes:) 2103yes:)
2249{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2104{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2250whose name does not start with the host triplet. If you think this 2105whose name does not start with the host triplet. If you think this
2251configuration is useful to you, please write to autoconf@gnu.org." >&5 2106configuration is useful to you, please write to autoconf@gnu.org." >&5
2252$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2107echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2253whose name does not start with the host triplet. If you think this 2108whose name does not start with the host triplet. If you think this
2254configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2109configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2255ac_tool_warned=yes ;; 2110ac_tool_warned=yes ;;
@@ -2261,48 +2116,44 @@ fi
2261fi 2116fi
2262 2117
2263 2118
2264test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2119test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2265See \`config.log' for more details." >&5 2120See \`config.log' for more details." >&5
2266$as_echo "$as_me: error: no acceptable C compiler found in \$PATH 2121echo "$as_me: error: no acceptable C compiler found in \$PATH
2267See \`config.log' for more details." >&2;} 2122See \`config.log' for more details." >&2;}
2268 { (exit 1); exit 1; }; } 2123 { (exit 1); exit 1; }; }
2269 2124
2270# Provide some information about the compiler. 2125# Provide some information about the compiler.
2271$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2126echo "$as_me:$LINENO: checking for C compiler version" >&5
2272set X $ac_compile 2127ac_compiler=`set X $ac_compile; echo $2`
2273ac_compiler=$2
2274{ (ac_try="$ac_compiler --version >&5" 2128{ (ac_try="$ac_compiler --version >&5"
2275case "(($ac_try" in 2129case "(($ac_try" in
2276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2277 *) ac_try_echo=$ac_try;; 2131 *) ac_try_echo=$ac_try;;
2278esac 2132esac
2279eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2133eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2280$as_echo "$ac_try_echo") >&5
2281 (eval "$ac_compiler --version >&5") 2>&5 2134 (eval "$ac_compiler --version >&5") 2>&5
2282 ac_status=$? 2135 ac_status=$?
2283 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2284 (exit $ac_status); } 2137 (exit $ac_status); }
2285{ (ac_try="$ac_compiler -v >&5" 2138{ (ac_try="$ac_compiler -v >&5"
2286case "(($ac_try" in 2139case "(($ac_try" in
2287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2288 *) ac_try_echo=$ac_try;; 2141 *) ac_try_echo=$ac_try;;
2289esac 2142esac
2290eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2143eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2291$as_echo "$ac_try_echo") >&5
2292 (eval "$ac_compiler -v >&5") 2>&5 2144 (eval "$ac_compiler -v >&5") 2>&5
2293 ac_status=$? 2145 ac_status=$?
2294 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2295 (exit $ac_status); } 2147 (exit $ac_status); }
2296{ (ac_try="$ac_compiler -V >&5" 2148{ (ac_try="$ac_compiler -V >&5"
2297case "(($ac_try" in 2149case "(($ac_try" in
2298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2299 *) ac_try_echo=$ac_try;; 2151 *) ac_try_echo=$ac_try;;
2300esac 2152esac
2301eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2153eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2302$as_echo "$ac_try_echo") >&5
2303 (eval "$ac_compiler -V >&5") 2>&5 2154 (eval "$ac_compiler -V >&5") 2>&5
2304 ac_status=$? 2155 ac_status=$?
2305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2306 (exit $ac_status); } 2157 (exit $ac_status); }
2307 2158
2308cat >conftest.$ac_ext <<_ACEOF 2159cat >conftest.$ac_ext <<_ACEOF
@@ -2321,22 +2172,27 @@ main ()
2321} 2172}
2322_ACEOF 2173_ACEOF
2323ac_clean_files_save=$ac_clean_files 2174ac_clean_files_save=$ac_clean_files
2324ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 2175ac_clean_files="$ac_clean_files a.out a.exe b.out"
2325# Try to create an executable without -o first, disregard a.out. 2176# Try to create an executable without -o first, disregard a.out.
2326# It will help us diagnose broken compilers, and finding out an intuition 2177# It will help us diagnose broken compilers, and finding out an intuition
2327# of exeext. 2178# of exeext.
2328{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2179{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2329$as_echo_n "checking for C compiler default output file name... " >&6; } 2180echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2330ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2181ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2331 2182#
2332# The possible output files: 2183# List of possible output files, starting from the most likely.
2333ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2184# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2334 2185# only as a last resort. b.out is created by i960 compilers.
2186ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2187#
2188# The IRIX 6 linker writes into existing files which may not be
2189# executable, retaining their permissions. Remove them first so a
2190# subsequent execution test works.
2335ac_rmfiles= 2191ac_rmfiles=
2336for ac_file in $ac_files 2192for ac_file in $ac_files
2337do 2193do
2338 case $ac_file in 2194 case $ac_file in
2339 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2195 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2340 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2196 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2341 esac 2197 esac
2342done 2198done
@@ -2347,11 +2203,10 @@ case "(($ac_try" in
2347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2348 *) ac_try_echo=$ac_try;; 2204 *) ac_try_echo=$ac_try;;
2349esac 2205esac
2350eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2206eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2351$as_echo "$ac_try_echo") >&5
2352 (eval "$ac_link_default") 2>&5 2207 (eval "$ac_link_default") 2>&5
2353 ac_status=$? 2208 ac_status=$?
2354 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2355 (exit $ac_status); }; then 2210 (exit $ac_status); }; then
2356 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 2211 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2357# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 2212# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
@@ -2362,7 +2217,7 @@ for ac_file in $ac_files ''
2362do 2217do
2363 test -f "$ac_file" || continue 2218 test -f "$ac_file" || continue
2364 case $ac_file in 2219 case $ac_file in
2365 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 2220 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2366 ;; 2221 ;;
2367 [ab].out ) 2222 [ab].out )
2368 # We found the default executable, but exeext='' is most 2223 # We found the default executable, but exeext='' is most
@@ -2389,15 +2244,15 @@ else
2389 ac_file='' 2244 ac_file=''
2390fi 2245fi
2391 2246
2392{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 2247{ echo "$as_me:$LINENO: result: $ac_file" >&5
2393$as_echo "$ac_file" >&6; } 2248echo "${ECHO_T}$ac_file" >&6; }
2394if test -z "$ac_file"; then 2249if test -z "$ac_file"; then
2395 $as_echo "$as_me: failed program was:" >&5 2250 echo "$as_me: failed program was:" >&5
2396sed 's/^/| /' conftest.$ac_ext >&5 2251sed 's/^/| /' conftest.$ac_ext >&5
2397 2252
2398{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2253{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2399See \`config.log' for more details." >&5 2254See \`config.log' for more details." >&5
2400$as_echo "$as_me: error: C compiler cannot create executables 2255echo "$as_me: error: C compiler cannot create executables
2401See \`config.log' for more details." >&2;} 2256See \`config.log' for more details." >&2;}
2402 { (exit 77); exit 77; }; } 2257 { (exit 77); exit 77; }; }
2403fi 2258fi
@@ -2406,8 +2261,8 @@ ac_exeext=$ac_cv_exeext
2406 2261
2407# Check that the compiler produces executables we can run. If not, either 2262# Check that the compiler produces executables we can run. If not, either
2408# the compiler is broken, or we cross compile. 2263# the compiler is broken, or we cross compile.
2409{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2264{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2410$as_echo_n "checking whether the C compiler works... " >&6; } 2265echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2411# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2266# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2412# If not cross compiling, check that we can run a simple program. 2267# If not cross compiling, check that we can run a simple program.
2413if test "$cross_compiling" != yes; then 2268if test "$cross_compiling" != yes; then
@@ -2416,51 +2271,49 @@ if test "$cross_compiling" != yes; then
2416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2417 *) ac_try_echo=$ac_try;; 2272 *) ac_try_echo=$ac_try;;
2418esac 2273esac
2419eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2274eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2420$as_echo "$ac_try_echo") >&5
2421 (eval "$ac_try") 2>&5 2275 (eval "$ac_try") 2>&5
2422 ac_status=$? 2276 ac_status=$?
2423 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2424 (exit $ac_status); }; }; then 2278 (exit $ac_status); }; }; then
2425 cross_compiling=no 2279 cross_compiling=no
2426 else 2280 else
2427 if test "$cross_compiling" = maybe; then 2281 if test "$cross_compiling" = maybe; then
2428 cross_compiling=yes 2282 cross_compiling=yes
2429 else 2283 else
2430 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2284 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2431If you meant to cross compile, use \`--host'. 2285If you meant to cross compile, use \`--host'.
2432See \`config.log' for more details." >&5 2286See \`config.log' for more details." >&5
2433$as_echo "$as_me: error: cannot run C compiled programs. 2287echo "$as_me: error: cannot run C compiled programs.
2434If you meant to cross compile, use \`--host'. 2288If you meant to cross compile, use \`--host'.
2435See \`config.log' for more details." >&2;} 2289See \`config.log' for more details." >&2;}
2436 { (exit 1); exit 1; }; } 2290 { (exit 1); exit 1; }; }
2437 fi 2291 fi
2438 fi 2292 fi
2439fi 2293fi
2440{ $as_echo "$as_me:$LINENO: result: yes" >&5 2294{ echo "$as_me:$LINENO: result: yes" >&5
2441$as_echo "yes" >&6; } 2295echo "${ECHO_T}yes" >&6; }
2442 2296
2443rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2297rm -f a.out a.exe conftest$ac_cv_exeext b.out
2444ac_clean_files=$ac_clean_files_save 2298ac_clean_files=$ac_clean_files_save
2445# Check that the compiler produces executables we can run. If not, either 2299# Check that the compiler produces executables we can run. If not, either
2446# the compiler is broken, or we cross compile. 2300# the compiler is broken, or we cross compile.
2447{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2301{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2448$as_echo_n "checking whether we are cross compiling... " >&6; } 2302echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2449{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 2303{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
2450$as_echo "$cross_compiling" >&6; } 2304echo "${ECHO_T}$cross_compiling" >&6; }
2451 2305
2452{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 2306{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
2453$as_echo_n "checking for suffix of executables... " >&6; } 2307echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2454if { (ac_try="$ac_link" 2308if { (ac_try="$ac_link"
2455case "(($ac_try" in 2309case "(($ac_try" in
2456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2310 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2457 *) ac_try_echo=$ac_try;; 2311 *) ac_try_echo=$ac_try;;
2458esac 2312esac
2459eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2313eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2460$as_echo "$ac_try_echo") >&5
2461 (eval "$ac_link") 2>&5 2314 (eval "$ac_link") 2>&5
2462 ac_status=$? 2315 ac_status=$?
2463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2464 (exit $ac_status); }; then 2317 (exit $ac_status); }; then
2465 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2318 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2466# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2319# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
@@ -2469,31 +2322,31 @@ $as_echo "$ac_try_echo") >&5
2469for ac_file in conftest.exe conftest conftest.*; do 2322for ac_file in conftest.exe conftest conftest.*; do
2470 test -f "$ac_file" || continue 2323 test -f "$ac_file" || continue
2471 case $ac_file in 2324 case $ac_file in
2472 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2325 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2473 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2326 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2474 break;; 2327 break;;
2475 * ) break;; 2328 * ) break;;
2476 esac 2329 esac
2477done 2330done
2478else 2331else
2479 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2332 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2480See \`config.log' for more details." >&5 2333See \`config.log' for more details." >&5
2481$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2334echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2482See \`config.log' for more details." >&2;} 2335See \`config.log' for more details." >&2;}
2483 { (exit 1); exit 1; }; } 2336 { (exit 1); exit 1; }; }
2484fi 2337fi
2485 2338
2486rm -f conftest$ac_cv_exeext 2339rm -f conftest$ac_cv_exeext
2487{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2340{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2488$as_echo "$ac_cv_exeext" >&6; } 2341echo "${ECHO_T}$ac_cv_exeext" >&6; }
2489 2342
2490rm -f conftest.$ac_ext 2343rm -f conftest.$ac_ext
2491EXEEXT=$ac_cv_exeext 2344EXEEXT=$ac_cv_exeext
2492ac_exeext=$EXEEXT 2345ac_exeext=$EXEEXT
2493{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 2346{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
2494$as_echo_n "checking for suffix of object files... " >&6; } 2347echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2495if test "${ac_cv_objext+set}" = set; then 2348if test "${ac_cv_objext+set}" = set; then
2496 $as_echo_n "(cached) " >&6 2349 echo $ECHO_N "(cached) $ECHO_C" >&6
2497else 2350else
2498 cat >conftest.$ac_ext <<_ACEOF 2351 cat >conftest.$ac_ext <<_ACEOF
2499/* confdefs.h. */ 2352/* confdefs.h. */
@@ -2516,41 +2369,40 @@ case "(($ac_try" in
2516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2517 *) ac_try_echo=$ac_try;; 2370 *) ac_try_echo=$ac_try;;
2518esac 2371esac
2519eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2372eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2520$as_echo "$ac_try_echo") >&5
2521 (eval "$ac_compile") 2>&5 2373 (eval "$ac_compile") 2>&5
2522 ac_status=$? 2374 ac_status=$?
2523 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2524 (exit $ac_status); }; then 2376 (exit $ac_status); }; then
2525 for ac_file in conftest.o conftest.obj conftest.*; do 2377 for ac_file in conftest.o conftest.obj conftest.*; do
2526 test -f "$ac_file" || continue; 2378 test -f "$ac_file" || continue;
2527 case $ac_file in 2379 case $ac_file in
2528 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 2380 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2529 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2381 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2530 break;; 2382 break;;
2531 esac 2383 esac
2532done 2384done
2533else 2385else
2534 $as_echo "$as_me: failed program was:" >&5 2386 echo "$as_me: failed program was:" >&5
2535sed 's/^/| /' conftest.$ac_ext >&5 2387sed 's/^/| /' conftest.$ac_ext >&5
2536 2388
2537{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2389{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2538See \`config.log' for more details." >&5 2390See \`config.log' for more details." >&5
2539$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 2391echo "$as_me: error: cannot compute suffix of object files: cannot compile
2540See \`config.log' for more details." >&2;} 2392See \`config.log' for more details." >&2;}
2541 { (exit 1); exit 1; }; } 2393 { (exit 1); exit 1; }; }
2542fi 2394fi
2543 2395
2544rm -f conftest.$ac_cv_objext conftest.$ac_ext 2396rm -f conftest.$ac_cv_objext conftest.$ac_ext
2545fi 2397fi
2546{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2398{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2547$as_echo "$ac_cv_objext" >&6; } 2399echo "${ECHO_T}$ac_cv_objext" >&6; }
2548OBJEXT=$ac_cv_objext 2400OBJEXT=$ac_cv_objext
2549ac_objext=$OBJEXT 2401ac_objext=$OBJEXT
2550{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2402{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2551$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2403echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2552if test "${ac_cv_c_compiler_gnu+set}" = set; then 2404if test "${ac_cv_c_compiler_gnu+set}" = set; then
2553 $as_echo_n "(cached) " >&6 2405 echo $ECHO_N "(cached) $ECHO_C" >&6
2554else 2406else
2555 cat >conftest.$ac_ext <<_ACEOF 2407 cat >conftest.$ac_ext <<_ACEOF
2556/* confdefs.h. */ 2408/* confdefs.h. */
@@ -2576,21 +2428,20 @@ case "(($ac_try" in
2576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2577 *) ac_try_echo=$ac_try;; 2429 *) ac_try_echo=$ac_try;;
2578esac 2430esac
2579eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2431eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2580$as_echo "$ac_try_echo") >&5
2581 (eval "$ac_compile") 2>conftest.er1 2432 (eval "$ac_compile") 2>conftest.er1
2582 ac_status=$? 2433 ac_status=$?
2583 grep -v '^ *+' conftest.er1 >conftest.err 2434 grep -v '^ *+' conftest.er1 >conftest.err
2584 rm -f conftest.er1 2435 rm -f conftest.er1
2585 cat conftest.err >&5 2436 cat conftest.err >&5
2586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2587 (exit $ac_status); } && { 2438 (exit $ac_status); } && {
2588 test -z "$ac_c_werror_flag" || 2439 test -z "$ac_c_werror_flag" ||
2589 test ! -s conftest.err 2440 test ! -s conftest.err
2590 } && test -s conftest.$ac_objext; then 2441 } && test -s conftest.$ac_objext; then
2591 ac_compiler_gnu=yes 2442 ac_compiler_gnu=yes
2592else 2443else
2593 $as_echo "$as_me: failed program was:" >&5 2444 echo "$as_me: failed program was:" >&5
2594sed 's/^/| /' conftest.$ac_ext >&5 2445sed 's/^/| /' conftest.$ac_ext >&5
2595 2446
2596 ac_compiler_gnu=no 2447 ac_compiler_gnu=no
@@ -2600,19 +2451,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2600ac_cv_c_compiler_gnu=$ac_compiler_gnu 2451ac_cv_c_compiler_gnu=$ac_compiler_gnu
2601 2452
2602fi 2453fi
2603{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2454{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2604$as_echo "$ac_cv_c_compiler_gnu" >&6; } 2455echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2605if test $ac_compiler_gnu = yes; then 2456GCC=`test $ac_compiler_gnu = yes && echo yes`
2606 GCC=yes
2607else
2608 GCC=
2609fi
2610ac_test_CFLAGS=${CFLAGS+set} 2457ac_test_CFLAGS=${CFLAGS+set}
2611ac_save_CFLAGS=$CFLAGS 2458ac_save_CFLAGS=$CFLAGS
2612{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2459{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2613$as_echo_n "checking whether $CC accepts -g... " >&6; } 2460echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2614if test "${ac_cv_prog_cc_g+set}" = set; then 2461if test "${ac_cv_prog_cc_g+set}" = set; then
2615 $as_echo_n "(cached) " >&6 2462 echo $ECHO_N "(cached) $ECHO_C" >&6
2616else 2463else
2617 ac_save_c_werror_flag=$ac_c_werror_flag 2464 ac_save_c_werror_flag=$ac_c_werror_flag
2618 ac_c_werror_flag=yes 2465 ac_c_werror_flag=yes
@@ -2639,21 +2486,20 @@ case "(($ac_try" in
2639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2640 *) ac_try_echo=$ac_try;; 2487 *) ac_try_echo=$ac_try;;
2641esac 2488esac
2642eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2489eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2643$as_echo "$ac_try_echo") >&5
2644 (eval "$ac_compile") 2>conftest.er1 2490 (eval "$ac_compile") 2>conftest.er1
2645 ac_status=$? 2491 ac_status=$?
2646 grep -v '^ *+' conftest.er1 >conftest.err 2492 grep -v '^ *+' conftest.er1 >conftest.err
2647 rm -f conftest.er1 2493 rm -f conftest.er1
2648 cat conftest.err >&5 2494 cat conftest.err >&5
2649 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2650 (exit $ac_status); } && { 2496 (exit $ac_status); } && {
2651 test -z "$ac_c_werror_flag" || 2497 test -z "$ac_c_werror_flag" ||
2652 test ! -s conftest.err 2498 test ! -s conftest.err
2653 } && test -s conftest.$ac_objext; then 2499 } && test -s conftest.$ac_objext; then
2654 ac_cv_prog_cc_g=yes 2500 ac_cv_prog_cc_g=yes
2655else 2501else
2656 $as_echo "$as_me: failed program was:" >&5 2502 echo "$as_me: failed program was:" >&5
2657sed 's/^/| /' conftest.$ac_ext >&5 2503sed 's/^/| /' conftest.$ac_ext >&5
2658 2504
2659 CFLAGS="" 2505 CFLAGS=""
@@ -2678,21 +2524,20 @@ case "(($ac_try" in
2678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2679 *) ac_try_echo=$ac_try;; 2525 *) ac_try_echo=$ac_try;;
2680esac 2526esac
2681eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2527eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2682$as_echo "$ac_try_echo") >&5
2683 (eval "$ac_compile") 2>conftest.er1 2528 (eval "$ac_compile") 2>conftest.er1
2684 ac_status=$? 2529 ac_status=$?
2685 grep -v '^ *+' conftest.er1 >conftest.err 2530 grep -v '^ *+' conftest.er1 >conftest.err
2686 rm -f conftest.er1 2531 rm -f conftest.er1
2687 cat conftest.err >&5 2532 cat conftest.err >&5
2688 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2689 (exit $ac_status); } && { 2534 (exit $ac_status); } && {
2690 test -z "$ac_c_werror_flag" || 2535 test -z "$ac_c_werror_flag" ||
2691 test ! -s conftest.err 2536 test ! -s conftest.err
2692 } && test -s conftest.$ac_objext; then 2537 } && test -s conftest.$ac_objext; then
2693 : 2538 :
2694else 2539else
2695 $as_echo "$as_me: failed program was:" >&5 2540 echo "$as_me: failed program was:" >&5
2696sed 's/^/| /' conftest.$ac_ext >&5 2541sed 's/^/| /' conftest.$ac_ext >&5
2697 2542
2698 ac_c_werror_flag=$ac_save_c_werror_flag 2543 ac_c_werror_flag=$ac_save_c_werror_flag
@@ -2718,21 +2563,20 @@ case "(($ac_try" in
2718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2719 *) ac_try_echo=$ac_try;; 2564 *) ac_try_echo=$ac_try;;
2720esac 2565esac
2721eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2566eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2722$as_echo "$ac_try_echo") >&5
2723 (eval "$ac_compile") 2>conftest.er1 2567 (eval "$ac_compile") 2>conftest.er1
2724 ac_status=$? 2568 ac_status=$?
2725 grep -v '^ *+' conftest.er1 >conftest.err 2569 grep -v '^ *+' conftest.er1 >conftest.err
2726 rm -f conftest.er1 2570 rm -f conftest.er1
2727 cat conftest.err >&5 2571 cat conftest.err >&5
2728 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2729 (exit $ac_status); } && { 2573 (exit $ac_status); } && {
2730 test -z "$ac_c_werror_flag" || 2574 test -z "$ac_c_werror_flag" ||
2731 test ! -s conftest.err 2575 test ! -s conftest.err
2732 } && test -s conftest.$ac_objext; then 2576 } && test -s conftest.$ac_objext; then
2733 ac_cv_prog_cc_g=yes 2577 ac_cv_prog_cc_g=yes
2734else 2578else
2735 $as_echo "$as_me: failed program was:" >&5 2579 echo "$as_me: failed program was:" >&5
2736sed 's/^/| /' conftest.$ac_ext >&5 2580sed 's/^/| /' conftest.$ac_ext >&5
2737 2581
2738 2582
@@ -2747,8 +2591,8 @@ fi
2747rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2591rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2748 ac_c_werror_flag=$ac_save_c_werror_flag 2592 ac_c_werror_flag=$ac_save_c_werror_flag
2749fi 2593fi
2750{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2594{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2751$as_echo "$ac_cv_prog_cc_g" >&6; } 2595echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2752if test "$ac_test_CFLAGS" = set; then 2596if test "$ac_test_CFLAGS" = set; then
2753 CFLAGS=$ac_save_CFLAGS 2597 CFLAGS=$ac_save_CFLAGS
2754elif test $ac_cv_prog_cc_g = yes; then 2598elif test $ac_cv_prog_cc_g = yes; then
@@ -2764,10 +2608,10 @@ else
2764 CFLAGS= 2608 CFLAGS=
2765 fi 2609 fi
2766fi 2610fi
2767{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2611{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2768$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 2612echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2769if test "${ac_cv_prog_cc_c89+set}" = set; then 2613if test "${ac_cv_prog_cc_c89+set}" = set; then
2770 $as_echo_n "(cached) " >&6 2614 echo $ECHO_N "(cached) $ECHO_C" >&6
2771else 2615else
2772 ac_cv_prog_cc_c89=no 2616 ac_cv_prog_cc_c89=no
2773ac_save_CC=$CC 2617ac_save_CC=$CC
@@ -2838,21 +2682,20 @@ case "(($ac_try" in
2838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2839 *) ac_try_echo=$ac_try;; 2683 *) ac_try_echo=$ac_try;;
2840esac 2684esac
2841eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2685eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2842$as_echo "$ac_try_echo") >&5
2843 (eval "$ac_compile") 2>conftest.er1 2686 (eval "$ac_compile") 2>conftest.er1
2844 ac_status=$? 2687 ac_status=$?
2845 grep -v '^ *+' conftest.er1 >conftest.err 2688 grep -v '^ *+' conftest.er1 >conftest.err
2846 rm -f conftest.er1 2689 rm -f conftest.er1
2847 cat conftest.err >&5 2690 cat conftest.err >&5
2848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2849 (exit $ac_status); } && { 2692 (exit $ac_status); } && {
2850 test -z "$ac_c_werror_flag" || 2693 test -z "$ac_c_werror_flag" ||
2851 test ! -s conftest.err 2694 test ! -s conftest.err
2852 } && test -s conftest.$ac_objext; then 2695 } && test -s conftest.$ac_objext; then
2853 ac_cv_prog_cc_c89=$ac_arg 2696 ac_cv_prog_cc_c89=$ac_arg
2854else 2697else
2855 $as_echo "$as_me: failed program was:" >&5 2698 echo "$as_me: failed program was:" >&5
2856sed 's/^/| /' conftest.$ac_ext >&5 2699sed 's/^/| /' conftest.$ac_ext >&5
2857 2700
2858 2701
@@ -2868,15 +2711,15 @@ fi
2868# AC_CACHE_VAL 2711# AC_CACHE_VAL
2869case "x$ac_cv_prog_cc_c89" in 2712case "x$ac_cv_prog_cc_c89" in
2870 x) 2713 x)
2871 { $as_echo "$as_me:$LINENO: result: none needed" >&5 2714 { echo "$as_me:$LINENO: result: none needed" >&5
2872$as_echo "none needed" >&6; } ;; 2715echo "${ECHO_T}none needed" >&6; } ;;
2873 xno) 2716 xno)
2874 { $as_echo "$as_me:$LINENO: result: unsupported" >&5 2717 { echo "$as_me:$LINENO: result: unsupported" >&5
2875$as_echo "unsupported" >&6; } ;; 2718echo "${ECHO_T}unsupported" >&6; } ;;
2876 *) 2719 *)
2877 CC="$CC $ac_cv_prog_cc_c89" 2720 CC="$CC $ac_cv_prog_cc_c89"
2878 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2721 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2879$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 2722echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2880esac 2723esac
2881 2724
2882 2725
@@ -2903,8 +2746,8 @@ for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2903 fi 2746 fi
2904done 2747done
2905if test -z "$ac_aux_dir"; then 2748if test -z "$ac_aux_dir"; then
2906 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 2749 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2907$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 2750echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2908 { (exit 1); exit 1; }; } 2751 { (exit 1); exit 1; }; }
2909fi 2752fi
2910 2753
@@ -2919,34 +2762,34 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2919 2762
2920# Make sure we can run config.sub. 2763# Make sure we can run config.sub.
2921$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2764$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2922 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 2765 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2923$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 2766echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2924 { (exit 1); exit 1; }; } 2767 { (exit 1); exit 1; }; }
2925 2768
2926{ $as_echo "$as_me:$LINENO: checking build system type" >&5 2769{ echo "$as_me:$LINENO: checking build system type" >&5
2927$as_echo_n "checking build system type... " >&6; } 2770echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2928if test "${ac_cv_build+set}" = set; then 2771if test "${ac_cv_build+set}" = set; then
2929 $as_echo_n "(cached) " >&6 2772 echo $ECHO_N "(cached) $ECHO_C" >&6
2930else 2773else
2931 ac_build_alias=$build_alias 2774 ac_build_alias=$build_alias
2932test "x$ac_build_alias" = x && 2775test "x$ac_build_alias" = x &&
2933 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2776 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2934test "x$ac_build_alias" = x && 2777test "x$ac_build_alias" = x &&
2935 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 2778 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2936$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 2779echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2937 { (exit 1); exit 1; }; } 2780 { (exit 1); exit 1; }; }
2938ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 2781ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2939 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 2782 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2940$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 2783echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2941 { (exit 1); exit 1; }; } 2784 { (exit 1); exit 1; }; }
2942 2785
2943fi 2786fi
2944{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 2787{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2945$as_echo "$ac_cv_build" >&6; } 2788echo "${ECHO_T}$ac_cv_build" >&6; }
2946case $ac_cv_build in 2789case $ac_cv_build in
2947*-*-*) ;; 2790*-*-*) ;;
2948*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 2791*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2949$as_echo "$as_me: error: invalid value of canonical build" >&2;} 2792echo "$as_me: error: invalid value of canonical build" >&2;}
2950 { (exit 1); exit 1; }; };; 2793 { (exit 1); exit 1; }; };;
2951esac 2794esac
2952build=$ac_cv_build 2795build=$ac_cv_build
@@ -2963,27 +2806,27 @@ IFS=$ac_save_IFS
2963case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 2806case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2964 2807
2965 2808
2966{ $as_echo "$as_me:$LINENO: checking host system type" >&5 2809{ echo "$as_me:$LINENO: checking host system type" >&5
2967$as_echo_n "checking host system type... " >&6; } 2810echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2968if test "${ac_cv_host+set}" = set; then 2811if test "${ac_cv_host+set}" = set; then
2969 $as_echo_n "(cached) " >&6 2812 echo $ECHO_N "(cached) $ECHO_C" >&6
2970else 2813else
2971 if test "x$host_alias" = x; then 2814 if test "x$host_alias" = x; then
2972 ac_cv_host=$ac_cv_build 2815 ac_cv_host=$ac_cv_build
2973else 2816else
2974 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2817 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2975 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 2818 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2976$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 2819echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2977 { (exit 1); exit 1; }; } 2820 { (exit 1); exit 1; }; }
2978fi 2821fi
2979 2822
2980fi 2823fi
2981{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 2824{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2982$as_echo "$ac_cv_host" >&6; } 2825echo "${ECHO_T}$ac_cv_host" >&6; }
2983case $ac_cv_host in 2826case $ac_cv_host in
2984*-*-*) ;; 2827*-*-*) ;;
2985*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 2828*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2986$as_echo "$as_me: error: invalid value of canonical host" >&2;} 2829echo "$as_me: error: invalid value of canonical host" >&2;}
2987 { (exit 1); exit 1; }; };; 2830 { (exit 1); exit 1; }; };;
2988esac 2831esac
2989host=$ac_cv_host 2832host=$ac_cv_host
@@ -3006,15 +2849,15 @@ ac_cpp='$CPP $CPPFLAGS'
3006ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2849ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3007ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2850ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3008ac_compiler_gnu=$ac_cv_c_compiler_gnu 2851ac_compiler_gnu=$ac_cv_c_compiler_gnu
3009{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 2852{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3010$as_echo_n "checking how to run the C preprocessor... " >&6; } 2853echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3011# On Suns, sometimes $CPP names a directory. 2854# On Suns, sometimes $CPP names a directory.
3012if test -n "$CPP" && test -d "$CPP"; then 2855if test -n "$CPP" && test -d "$CPP"; then
3013 CPP= 2856 CPP=
3014fi 2857fi
3015if test -z "$CPP"; then 2858if test -z "$CPP"; then
3016 if test "${ac_cv_prog_CPP+set}" = set; then 2859 if test "${ac_cv_prog_CPP+set}" = set; then
3017 $as_echo_n "(cached) " >&6 2860 echo $ECHO_N "(cached) $ECHO_C" >&6
3018else 2861else
3019 # Double quotes because CPP needs to be expanded 2862 # Double quotes because CPP needs to be expanded
3020 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 2863 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
@@ -3046,21 +2889,20 @@ case "(($ac_try" in
3046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3047 *) ac_try_echo=$ac_try;; 2890 *) ac_try_echo=$ac_try;;
3048esac 2891esac
3049eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2892eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3050$as_echo "$ac_try_echo") >&5
3051 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2893 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3052 ac_status=$? 2894 ac_status=$?
3053 grep -v '^ *+' conftest.er1 >conftest.err 2895 grep -v '^ *+' conftest.er1 >conftest.err
3054 rm -f conftest.er1 2896 rm -f conftest.er1
3055 cat conftest.err >&5 2897 cat conftest.err >&5
3056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3057 (exit $ac_status); } >/dev/null && { 2899 (exit $ac_status); } >/dev/null && {
3058 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 2900 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3059 test ! -s conftest.err 2901 test ! -s conftest.err
3060 }; then 2902 }; then
3061 : 2903 :
3062else 2904else
3063 $as_echo "$as_me: failed program was:" >&5 2905 echo "$as_me: failed program was:" >&5
3064sed 's/^/| /' conftest.$ac_ext >&5 2906sed 's/^/| /' conftest.$ac_ext >&5
3065 2907
3066 # Broken: fails on valid input. 2908 # Broken: fails on valid input.
@@ -3084,14 +2926,13 @@ case "(($ac_try" in
3084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3085 *) ac_try_echo=$ac_try;; 2927 *) ac_try_echo=$ac_try;;
3086esac 2928esac
3087eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2929eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3088$as_echo "$ac_try_echo") >&5
3089 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2930 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3090 ac_status=$? 2931 ac_status=$?
3091 grep -v '^ *+' conftest.er1 >conftest.err 2932 grep -v '^ *+' conftest.er1 >conftest.err
3092 rm -f conftest.er1 2933 rm -f conftest.er1
3093 cat conftest.err >&5 2934 cat conftest.err >&5
3094 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3095 (exit $ac_status); } >/dev/null && { 2936 (exit $ac_status); } >/dev/null && {
3096 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 2937 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3097 test ! -s conftest.err 2938 test ! -s conftest.err
@@ -3099,7 +2940,7 @@ $as_echo "$ac_try_echo") >&5
3099 # Broken: success on invalid input. 2940 # Broken: success on invalid input.
3100continue 2941continue
3101else 2942else
3102 $as_echo "$as_me: failed program was:" >&5 2943 echo "$as_me: failed program was:" >&5
3103sed 's/^/| /' conftest.$ac_ext >&5 2944sed 's/^/| /' conftest.$ac_ext >&5
3104 2945
3105 # Passes both tests. 2946 # Passes both tests.
@@ -3124,8 +2965,8 @@ fi
3124else 2965else
3125 ac_cv_prog_CPP=$CPP 2966 ac_cv_prog_CPP=$CPP
3126fi 2967fi
3127{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 2968{ echo "$as_me:$LINENO: result: $CPP" >&5
3128$as_echo "$CPP" >&6; } 2969echo "${ECHO_T}$CPP" >&6; }
3129ac_preproc_ok=false 2970ac_preproc_ok=false
3130for ac_c_preproc_warn_flag in '' yes 2971for ac_c_preproc_warn_flag in '' yes
3131do 2972do
@@ -3153,21 +2994,20 @@ case "(($ac_try" in
3153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3154 *) ac_try_echo=$ac_try;; 2995 *) ac_try_echo=$ac_try;;
3155esac 2996esac
3156eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2997eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3157$as_echo "$ac_try_echo") >&5
3158 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2998 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3159 ac_status=$? 2999 ac_status=$?
3160 grep -v '^ *+' conftest.er1 >conftest.err 3000 grep -v '^ *+' conftest.er1 >conftest.err
3161 rm -f conftest.er1 3001 rm -f conftest.er1
3162 cat conftest.err >&5 3002 cat conftest.err >&5
3163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3164 (exit $ac_status); } >/dev/null && { 3004 (exit $ac_status); } >/dev/null && {
3165 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3005 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3166 test ! -s conftest.err 3006 test ! -s conftest.err
3167 }; then 3007 }; then
3168 : 3008 :
3169else 3009else
3170 $as_echo "$as_me: failed program was:" >&5 3010 echo "$as_me: failed program was:" >&5
3171sed 's/^/| /' conftest.$ac_ext >&5 3011sed 's/^/| /' conftest.$ac_ext >&5
3172 3012
3173 # Broken: fails on valid input. 3013 # Broken: fails on valid input.
@@ -3191,14 +3031,13 @@ case "(($ac_try" in
3191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3192 *) ac_try_echo=$ac_try;; 3032 *) ac_try_echo=$ac_try;;
3193esac 3033esac
3194eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3034eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3195$as_echo "$ac_try_echo") >&5
3196 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3035 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3197 ac_status=$? 3036 ac_status=$?
3198 grep -v '^ *+' conftest.er1 >conftest.err 3037 grep -v '^ *+' conftest.er1 >conftest.err
3199 rm -f conftest.er1 3038 rm -f conftest.er1
3200 cat conftest.err >&5 3039 cat conftest.err >&5
3201 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3202 (exit $ac_status); } >/dev/null && { 3041 (exit $ac_status); } >/dev/null && {
3203 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3042 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3204 test ! -s conftest.err 3043 test ! -s conftest.err
@@ -3206,7 +3045,7 @@ $as_echo "$ac_try_echo") >&5
3206 # Broken: success on invalid input. 3045 # Broken: success on invalid input.
3207continue 3046continue
3208else 3047else
3209 $as_echo "$as_me: failed program was:" >&5 3048 echo "$as_me: failed program was:" >&5
3210sed 's/^/| /' conftest.$ac_ext >&5 3049sed 's/^/| /' conftest.$ac_ext >&5
3211 3050
3212 # Passes both tests. 3051 # Passes both tests.
@@ -3222,9 +3061,9 @@ rm -f conftest.err conftest.$ac_ext
3222if $ac_preproc_ok; then 3061if $ac_preproc_ok; then
3223 : 3062 :
3224else 3063else
3225 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3064 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3226See \`config.log' for more details." >&5 3065See \`config.log' for more details." >&5
3227$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 3066echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3228See \`config.log' for more details." >&2;} 3067See \`config.log' for more details." >&2;}
3229 { (exit 1); exit 1; }; } 3068 { (exit 1); exit 1; }; }
3230fi 3069fi
@@ -3236,37 +3075,42 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
3236ac_compiler_gnu=$ac_cv_c_compiler_gnu 3075ac_compiler_gnu=$ac_cv_c_compiler_gnu
3237 3076
3238 3077
3239{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3078{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
3240$as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3079echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
3080if test "${ac_cv_path_GREP+set}" = set; then
3081 echo $ECHO_N "(cached) $ECHO_C" >&6
3082else
3083 # Extract the first word of "grep ggrep" to use in msg output
3084if test -z "$GREP"; then
3085set dummy grep ggrep; ac_prog_name=$2
3241if test "${ac_cv_path_GREP+set}" = set; then 3086if test "${ac_cv_path_GREP+set}" = set; then
3242 $as_echo_n "(cached) " >&6 3087 echo $ECHO_N "(cached) $ECHO_C" >&6
3243else 3088else
3244 if test -z "$GREP"; then
3245 ac_path_GREP_found=false 3089 ac_path_GREP_found=false
3246 # Loop through the user's path and test for each of PROGNAME-LIST 3090# Loop through the user's path and test for each of PROGNAME-LIST
3247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3091as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3248for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3092for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3249do 3093do
3250 IFS=$as_save_IFS 3094 IFS=$as_save_IFS
3251 test -z "$as_dir" && as_dir=. 3095 test -z "$as_dir" && as_dir=.
3252 for ac_prog in grep ggrep; do 3096 for ac_prog in grep ggrep; do
3253 for ac_exec_ext in '' $ac_executable_extensions; do 3097 for ac_exec_ext in '' $ac_executable_extensions; do
3254 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3098 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3255 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3099 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3256# Check for GNU ac_path_GREP and select it if it is found. 3100 # Check for GNU ac_path_GREP and select it if it is found.
3257 # Check for GNU $ac_path_GREP 3101 # Check for GNU $ac_path_GREP
3258case `"$ac_path_GREP" --version 2>&1` in 3102case `"$ac_path_GREP" --version 2>&1` in
3259*GNU*) 3103*GNU*)
3260 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 3104 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3261*) 3105*)
3262 ac_count=0 3106 ac_count=0
3263 $as_echo_n 0123456789 >"conftest.in" 3107 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3264 while : 3108 while :
3265 do 3109 do
3266 cat "conftest.in" "conftest.in" >"conftest.tmp" 3110 cat "conftest.in" "conftest.in" >"conftest.tmp"
3267 mv "conftest.tmp" "conftest.in" 3111 mv "conftest.tmp" "conftest.in"
3268 cp "conftest.in" "conftest.nl" 3112 cp "conftest.in" "conftest.nl"
3269 $as_echo 'GREP' >> "conftest.nl" 3113 echo 'GREP' >> "conftest.nl"
3270 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3114 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3271 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 3115 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3272 ac_count=`expr $ac_count + 1` 3116 ac_count=`expr $ac_count + 1`
@@ -3281,60 +3125,74 @@ case `"$ac_path_GREP" --version 2>&1` in
3281 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 3125 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3282esac 3126esac
3283 3127
3284 $ac_path_GREP_found && break 3 3128
3285 done 3129 $ac_path_GREP_found && break 3
3286 done 3130 done
3287done 3131done
3132
3133done
3288IFS=$as_save_IFS 3134IFS=$as_save_IFS
3289 if test -z "$ac_cv_path_GREP"; then 3135
3290 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3136
3291$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3137fi
3138
3139GREP="$ac_cv_path_GREP"
3140if test -z "$GREP"; then
3141 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3142echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3292 { (exit 1); exit 1; }; } 3143 { (exit 1); exit 1; }; }
3293 fi 3144fi
3145
3294else 3146else
3295 ac_cv_path_GREP=$GREP 3147 ac_cv_path_GREP=$GREP
3296fi 3148fi
3297 3149
3150
3298fi 3151fi
3299{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3152{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
3300$as_echo "$ac_cv_path_GREP" >&6; } 3153echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
3301 GREP="$ac_cv_path_GREP" 3154 GREP="$ac_cv_path_GREP"
3302 3155
3303 3156
3304{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 3157{ echo "$as_me:$LINENO: checking for egrep" >&5
3305$as_echo_n "checking for egrep... " >&6; } 3158echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
3306if test "${ac_cv_path_EGREP+set}" = set; then 3159if test "${ac_cv_path_EGREP+set}" = set; then
3307 $as_echo_n "(cached) " >&6 3160 echo $ECHO_N "(cached) $ECHO_C" >&6
3308else 3161else
3309 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3162 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3310 then ac_cv_path_EGREP="$GREP -E" 3163 then ac_cv_path_EGREP="$GREP -E"
3311 else 3164 else
3312 if test -z "$EGREP"; then 3165 # Extract the first word of "egrep" to use in msg output
3166if test -z "$EGREP"; then
3167set dummy egrep; ac_prog_name=$2
3168if test "${ac_cv_path_EGREP+set}" = set; then
3169 echo $ECHO_N "(cached) $ECHO_C" >&6
3170else
3313 ac_path_EGREP_found=false 3171 ac_path_EGREP_found=false
3314 # Loop through the user's path and test for each of PROGNAME-LIST 3172# Loop through the user's path and test for each of PROGNAME-LIST
3315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3173as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3316for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3174for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3317do 3175do
3318 IFS=$as_save_IFS 3176 IFS=$as_save_IFS
3319 test -z "$as_dir" && as_dir=. 3177 test -z "$as_dir" && as_dir=.
3320 for ac_prog in egrep; do 3178 for ac_prog in egrep; do
3321 for ac_exec_ext in '' $ac_executable_extensions; do 3179 for ac_exec_ext in '' $ac_executable_extensions; do
3322 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3180 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3323 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3181 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3324# Check for GNU ac_path_EGREP and select it if it is found. 3182 # Check for GNU ac_path_EGREP and select it if it is found.
3325 # Check for GNU $ac_path_EGREP 3183 # Check for GNU $ac_path_EGREP
3326case `"$ac_path_EGREP" --version 2>&1` in 3184case `"$ac_path_EGREP" --version 2>&1` in
3327*GNU*) 3185*GNU*)
3328 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 3186 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3329*) 3187*)
3330 ac_count=0 3188 ac_count=0
3331 $as_echo_n 0123456789 >"conftest.in" 3189 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3332 while : 3190 while :
3333 do 3191 do
3334 cat "conftest.in" "conftest.in" >"conftest.tmp" 3192 cat "conftest.in" "conftest.in" >"conftest.tmp"
3335 mv "conftest.tmp" "conftest.in" 3193 mv "conftest.tmp" "conftest.in"
3336 cp "conftest.in" "conftest.nl" 3194 cp "conftest.in" "conftest.nl"
3337 $as_echo 'EGREP' >> "conftest.nl" 3195 echo 'EGREP' >> "conftest.nl"
3338 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3196 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3339 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 3197 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3340 ac_count=`expr $ac_count + 1` 3198 ac_count=`expr $ac_count + 1`
@@ -3349,31 +3207,40 @@ case `"$ac_path_EGREP" --version 2>&1` in
3349 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 3207 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3350esac 3208esac
3351 3209
3352 $ac_path_EGREP_found && break 3 3210
3353 done 3211 $ac_path_EGREP_found && break 3
3354 done 3212 done
3355done 3213done
3214
3215done
3356IFS=$as_save_IFS 3216IFS=$as_save_IFS
3357 if test -z "$ac_cv_path_EGREP"; then 3217
3358 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3218
3359$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3219fi
3220
3221EGREP="$ac_cv_path_EGREP"
3222if test -z "$EGREP"; then
3223 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3224echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3360 { (exit 1); exit 1; }; } 3225 { (exit 1); exit 1; }; }
3361 fi 3226fi
3227
3362else 3228else
3363 ac_cv_path_EGREP=$EGREP 3229 ac_cv_path_EGREP=$EGREP
3364fi 3230fi
3365 3231
3232
3366 fi 3233 fi
3367fi 3234fi
3368{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 3235{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
3369$as_echo "$ac_cv_path_EGREP" >&6; } 3236echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
3370 EGREP="$ac_cv_path_EGREP" 3237 EGREP="$ac_cv_path_EGREP"
3371 3238
3372 3239
3373{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 3240{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3374$as_echo_n "checking for ANSI C header files... " >&6; } 3241echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
3375if test "${ac_cv_header_stdc+set}" = set; then 3242if test "${ac_cv_header_stdc+set}" = set; then
3376 $as_echo_n "(cached) " >&6 3243 echo $ECHO_N "(cached) $ECHO_C" >&6
3377else 3244else
3378 cat >conftest.$ac_ext <<_ACEOF 3245 cat >conftest.$ac_ext <<_ACEOF
3379/* confdefs.h. */ 3246/* confdefs.h. */
@@ -3400,21 +3267,20 @@ case "(($ac_try" in
3400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3401 *) ac_try_echo=$ac_try;; 3268 *) ac_try_echo=$ac_try;;
3402esac 3269esac
3403eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3270eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3404$as_echo "$ac_try_echo") >&5
3405 (eval "$ac_compile") 2>conftest.er1 3271 (eval "$ac_compile") 2>conftest.er1
3406 ac_status=$? 3272 ac_status=$?
3407 grep -v '^ *+' conftest.er1 >conftest.err 3273 grep -v '^ *+' conftest.er1 >conftest.err
3408 rm -f conftest.er1 3274 rm -f conftest.er1
3409 cat conftest.err >&5 3275 cat conftest.err >&5
3410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3411 (exit $ac_status); } && { 3277 (exit $ac_status); } && {
3412 test -z "$ac_c_werror_flag" || 3278 test -z "$ac_c_werror_flag" ||
3413 test ! -s conftest.err 3279 test ! -s conftest.err
3414 } && test -s conftest.$ac_objext; then 3280 } && test -s conftest.$ac_objext; then
3415 ac_cv_header_stdc=yes 3281 ac_cv_header_stdc=yes
3416else 3282else
3417 $as_echo "$as_me: failed program was:" >&5 3283 echo "$as_me: failed program was:" >&5
3418sed 's/^/| /' conftest.$ac_ext >&5 3284sed 's/^/| /' conftest.$ac_ext >&5
3419 3285
3420 ac_cv_header_stdc=no 3286 ac_cv_header_stdc=no
@@ -3506,40 +3372,37 @@ case "(($ac_try" in
3506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3507 *) ac_try_echo=$ac_try;; 3373 *) ac_try_echo=$ac_try;;
3508esac 3374esac
3509eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3375eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3510$as_echo "$ac_try_echo") >&5
3511 (eval "$ac_link") 2>&5 3376 (eval "$ac_link") 2>&5
3512 ac_status=$? 3377 ac_status=$?
3513 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3514 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 3379 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3515 { (case "(($ac_try" in 3380 { (case "(($ac_try" in
3516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3517 *) ac_try_echo=$ac_try;; 3382 *) ac_try_echo=$ac_try;;
3518esac 3383esac
3519eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3384eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3520$as_echo "$ac_try_echo") >&5
3521 (eval "$ac_try") 2>&5 3385 (eval "$ac_try") 2>&5
3522 ac_status=$? 3386 ac_status=$?
3523 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3524 (exit $ac_status); }; }; then 3388 (exit $ac_status); }; }; then
3525 : 3389 :
3526else 3390else
3527 $as_echo "$as_me: program exited with status $ac_status" >&5 3391 echo "$as_me: program exited with status $ac_status" >&5
3528$as_echo "$as_me: failed program was:" >&5 3392echo "$as_me: failed program was:" >&5
3529sed 's/^/| /' conftest.$ac_ext >&5 3393sed 's/^/| /' conftest.$ac_ext >&5
3530 3394
3531( exit $ac_status ) 3395( exit $ac_status )
3532ac_cv_header_stdc=no 3396ac_cv_header_stdc=no
3533fi 3397fi
3534rm -rf conftest.dSYM
3535rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3398rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3536fi 3399fi
3537 3400
3538 3401
3539fi 3402fi
3540fi 3403fi
3541{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 3404{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3542$as_echo "$ac_cv_header_stdc" >&6; } 3405echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
3543if test $ac_cv_header_stdc = yes; then 3406if test $ac_cv_header_stdc = yes; then
3544 3407
3545cat >>confdefs.h <<\_ACEOF 3408cat >>confdefs.h <<\_ACEOF
@@ -3561,11 +3424,11 @@ fi
3561for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 3424for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3562 inttypes.h stdint.h unistd.h 3425 inttypes.h stdint.h unistd.h
3563do 3426do
3564as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 3427as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3565{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 3428{ echo "$as_me:$LINENO: checking for $ac_header" >&5
3566$as_echo_n "checking for $ac_header... " >&6; } 3429echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
3567if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3430if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
3568 $as_echo_n "(cached) " >&6 3431 echo $ECHO_N "(cached) $ECHO_C" >&6
3569else 3432else
3570 cat >conftest.$ac_ext <<_ACEOF 3433 cat >conftest.$ac_ext <<_ACEOF
3571/* confdefs.h. */ 3434/* confdefs.h. */
@@ -3583,21 +3446,20 @@ case "(($ac_try" in
3583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3584 *) ac_try_echo=$ac_try;; 3447 *) ac_try_echo=$ac_try;;
3585esac 3448esac
3586eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3449eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3587$as_echo "$ac_try_echo") >&5
3588 (eval "$ac_compile") 2>conftest.er1 3450 (eval "$ac_compile") 2>conftest.er1
3589 ac_status=$? 3451 ac_status=$?
3590 grep -v '^ *+' conftest.er1 >conftest.err 3452 grep -v '^ *+' conftest.er1 >conftest.err
3591 rm -f conftest.er1 3453 rm -f conftest.er1
3592 cat conftest.err >&5 3454 cat conftest.err >&5
3593 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3594 (exit $ac_status); } && { 3456 (exit $ac_status); } && {
3595 test -z "$ac_c_werror_flag" || 3457 test -z "$ac_c_werror_flag" ||
3596 test ! -s conftest.err 3458 test ! -s conftest.err
3597 } && test -s conftest.$ac_objext; then 3459 } && test -s conftest.$ac_objext; then
3598 eval "$as_ac_Header=yes" 3460 eval "$as_ac_Header=yes"
3599else 3461else
3600 $as_echo "$as_me: failed program was:" >&5 3462 echo "$as_me: failed program was:" >&5
3601sed 's/^/| /' conftest.$ac_ext >&5 3463sed 's/^/| /' conftest.$ac_ext >&5
3602 3464
3603 eval "$as_ac_Header=no" 3465 eval "$as_ac_Header=no"
@@ -3605,14 +3467,12 @@ fi
3605 3467
3606rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3468rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3607fi 3469fi
3608ac_res=`eval 'as_val=${'$as_ac_Header'} 3470ac_res=`eval echo '${'$as_ac_Header'}'`
3609 $as_echo "$as_val"'` 3471 { echo "$as_me:$LINENO: result: $ac_res" >&5
3610 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 3472echo "${ECHO_T}$ac_res" >&6; }
3611$as_echo "$ac_res" >&6; } 3473if test `eval echo '${'$as_ac_Header'}'` = yes; then
3612if test `eval 'as_val=${'$as_ac_Header'}
3613 $as_echo "$as_val"'` = yes; then
3614 cat >>confdefs.h <<_ACEOF 3474 cat >>confdefs.h <<_ACEOF
3615#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 3475#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3616_ACEOF 3476_ACEOF
3617 3477
3618fi 3478fi
@@ -3620,78 +3480,28 @@ fi
3620done 3480done
3621 3481
3622 3482
3623 3483{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
3624 { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 3484echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
3625$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
3626if test "${ac_cv_c_bigendian+set}" = set; then 3485if test "${ac_cv_c_bigendian+set}" = set; then
3627 $as_echo_n "(cached) " >&6 3486 echo $ECHO_N "(cached) $ECHO_C" >&6
3628else
3629 ac_cv_c_bigendian=unknown
3630 # See if we're dealing with a universal compiler.
3631 cat >conftest.$ac_ext <<_ACEOF
3632/* confdefs.h. */
3633_ACEOF
3634cat confdefs.h >>conftest.$ac_ext
3635cat >>conftest.$ac_ext <<_ACEOF
3636/* end confdefs.h. */
3637#ifndef __APPLE_CC__
3638 not a universal capable compiler
3639 #endif
3640 typedef int dummy;
3641
3642_ACEOF
3643rm -f conftest.$ac_objext
3644if { (ac_try="$ac_compile"
3645case "(($ac_try" in
3646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3647 *) ac_try_echo=$ac_try;;
3648esac
3649eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3650$as_echo "$ac_try_echo") >&5
3651 (eval "$ac_compile") 2>conftest.er1
3652 ac_status=$?
3653 grep -v '^ *+' conftest.er1 >conftest.err
3654 rm -f conftest.er1
3655 cat conftest.err >&5
3656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3657 (exit $ac_status); } && {
3658 test -z "$ac_c_werror_flag" ||
3659 test ! -s conftest.err
3660 } && test -s conftest.$ac_objext; then
3661
3662 # Check for potential -arch flags. It is not universal unless
3663 # there are some -arch flags. Note that *ppc* also matches
3664 # ppc64. This check is also rather less than ideal.
3665 case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in #(
3666 *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;;
3667 esac
3668else 3487else
3669 $as_echo "$as_me: failed program was:" >&5 3488 # See if sys/param.h defines the BYTE_ORDER macro.
3670sed 's/^/| /' conftest.$ac_ext >&5 3489cat >conftest.$ac_ext <<_ACEOF
3671
3672
3673fi
3674
3675rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3676 if test $ac_cv_c_bigendian = unknown; then
3677 # See if sys/param.h defines the BYTE_ORDER macro.
3678 cat >conftest.$ac_ext <<_ACEOF
3679/* confdefs.h. */ 3490/* confdefs.h. */
3680_ACEOF 3491_ACEOF
3681cat confdefs.h >>conftest.$ac_ext 3492cat confdefs.h >>conftest.$ac_ext
3682cat >>conftest.$ac_ext <<_ACEOF 3493cat >>conftest.$ac_ext <<_ACEOF
3683/* end confdefs.h. */ 3494/* end confdefs.h. */
3684#include <sys/types.h> 3495#include <sys/types.h>
3685 #include <sys/param.h> 3496#include <sys/param.h>
3686 3497
3687int 3498int
3688main () 3499main ()
3689{ 3500{
3690#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ 3501#if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \
3691 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ 3502 && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
3692 && LITTLE_ENDIAN) 3503 bogus endian macros
3693 bogus endian macros 3504#endif
3694 #endif
3695 3505
3696 ; 3506 ;
3697 return 0; 3507 return 0;
@@ -3703,34 +3513,33 @@ case "(($ac_try" in
3703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3704 *) ac_try_echo=$ac_try;; 3514 *) ac_try_echo=$ac_try;;
3705esac 3515esac
3706eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3516eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3707$as_echo "$ac_try_echo") >&5
3708 (eval "$ac_compile") 2>conftest.er1 3517 (eval "$ac_compile") 2>conftest.er1
3709 ac_status=$? 3518 ac_status=$?
3710 grep -v '^ *+' conftest.er1 >conftest.err 3519 grep -v '^ *+' conftest.er1 >conftest.err
3711 rm -f conftest.er1 3520 rm -f conftest.er1
3712 cat conftest.err >&5 3521 cat conftest.err >&5
3713 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3714 (exit $ac_status); } && { 3523 (exit $ac_status); } && {
3715 test -z "$ac_c_werror_flag" || 3524 test -z "$ac_c_werror_flag" ||
3716 test ! -s conftest.err 3525 test ! -s conftest.err
3717 } && test -s conftest.$ac_objext; then 3526 } && test -s conftest.$ac_objext; then
3718 # It does; now see whether it defined to BIG_ENDIAN or not. 3527 # It does; now see whether it defined to BIG_ENDIAN or not.
3719 cat >conftest.$ac_ext <<_ACEOF 3528cat >conftest.$ac_ext <<_ACEOF
3720/* confdefs.h. */ 3529/* confdefs.h. */
3721_ACEOF 3530_ACEOF
3722cat confdefs.h >>conftest.$ac_ext 3531cat confdefs.h >>conftest.$ac_ext
3723cat >>conftest.$ac_ext <<_ACEOF 3532cat >>conftest.$ac_ext <<_ACEOF
3724/* end confdefs.h. */ 3533/* end confdefs.h. */
3725#include <sys/types.h> 3534#include <sys/types.h>
3726 #include <sys/param.h> 3535#include <sys/param.h>
3727 3536
3728int 3537int
3729main () 3538main ()
3730{ 3539{
3731#if BYTE_ORDER != BIG_ENDIAN 3540#if BYTE_ORDER != BIG_ENDIAN
3732 not big endian 3541 not big endian
3733 #endif 3542#endif
3734 3543
3735 ; 3544 ;
3736 return 0; 3545 return 0;
@@ -3742,21 +3551,20 @@ case "(($ac_try" in
3742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3743 *) ac_try_echo=$ac_try;; 3552 *) ac_try_echo=$ac_try;;
3744esac 3553esac
3745eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3554eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3746$as_echo "$ac_try_echo") >&5
3747 (eval "$ac_compile") 2>conftest.er1 3555 (eval "$ac_compile") 2>conftest.er1
3748 ac_status=$? 3556 ac_status=$?
3749 grep -v '^ *+' conftest.er1 >conftest.err 3557 grep -v '^ *+' conftest.er1 >conftest.err
3750 rm -f conftest.er1 3558 rm -f conftest.er1
3751 cat conftest.err >&5 3559 cat conftest.err >&5
3752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3753 (exit $ac_status); } && { 3561 (exit $ac_status); } && {
3754 test -z "$ac_c_werror_flag" || 3562 test -z "$ac_c_werror_flag" ||
3755 test ! -s conftest.err 3563 test ! -s conftest.err
3756 } && test -s conftest.$ac_objext; then 3564 } && test -s conftest.$ac_objext; then
3757 ac_cv_c_bigendian=yes 3565 ac_cv_c_bigendian=yes
3758else 3566else
3759 $as_echo "$as_me: failed program was:" >&5 3567 echo "$as_me: failed program was:" >&5
3760sed 's/^/| /' conftest.$ac_ext >&5 3568sed 's/^/| /' conftest.$ac_ext >&5
3761 3569
3762 ac_cv_c_bigendian=no 3570 ac_cv_c_bigendian=no
@@ -3764,69 +3572,29 @@ fi
3764 3572
3765rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3573rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3766else 3574else
3767 $as_echo "$as_me: failed program was:" >&5 3575 echo "$as_me: failed program was:" >&5
3768sed 's/^/| /' conftest.$ac_ext >&5 3576sed 's/^/| /' conftest.$ac_ext >&5
3769 3577
3770 3578 # It does not; compile a test program.
3771fi 3579if test "$cross_compiling" = yes; then
3772 3580 # try to guess the endianness by grepping values into an object file
3773rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3581 ac_cv_c_bigendian=unknown
3774 fi 3582 cat >conftest.$ac_ext <<_ACEOF
3775 if test $ac_cv_c_bigendian = unknown; then
3776 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
3777 cat >conftest.$ac_ext <<_ACEOF
3778/* confdefs.h. */
3779_ACEOF
3780cat confdefs.h >>conftest.$ac_ext
3781cat >>conftest.$ac_ext <<_ACEOF
3782/* end confdefs.h. */
3783#include <limits.h>
3784
3785int
3786main ()
3787{
3788#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
3789 bogus endian macros
3790 #endif
3791
3792 ;
3793 return 0;
3794}
3795_ACEOF
3796rm -f conftest.$ac_objext
3797if { (ac_try="$ac_compile"
3798case "(($ac_try" in
3799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3800 *) ac_try_echo=$ac_try;;
3801esac
3802eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3803$as_echo "$ac_try_echo") >&5
3804 (eval "$ac_compile") 2>conftest.er1
3805 ac_status=$?
3806 grep -v '^ *+' conftest.er1 >conftest.err
3807 rm -f conftest.er1
3808 cat conftest.err >&5
3809 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3810 (exit $ac_status); } && {
3811 test -z "$ac_c_werror_flag" ||
3812 test ! -s conftest.err
3813 } && test -s conftest.$ac_objext; then
3814 # It does; now see whether it defined to _BIG_ENDIAN or not.
3815 cat >conftest.$ac_ext <<_ACEOF
3816/* confdefs.h. */ 3583/* confdefs.h. */
3817_ACEOF 3584_ACEOF
3818cat confdefs.h >>conftest.$ac_ext 3585cat confdefs.h >>conftest.$ac_ext
3819cat >>conftest.$ac_ext <<_ACEOF 3586cat >>conftest.$ac_ext <<_ACEOF
3820/* end confdefs.h. */ 3587/* end confdefs.h. */
3821#include <limits.h> 3588short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
3822 3589short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
3590void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
3591short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
3592short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
3593void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
3823int 3594int
3824main () 3595main ()
3825{ 3596{
3826#ifndef _BIG_ENDIAN 3597 _ascii (); _ebcdic ();
3827 not big endian
3828 #endif
3829
3830 ; 3598 ;
3831 return 0; 3599 return 0;
3832} 3600}
@@ -3837,101 +3605,30 @@ case "(($ac_try" in
3837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3838 *) ac_try_echo=$ac_try;; 3606 *) ac_try_echo=$ac_try;;
3839esac 3607esac
3840eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3608eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3841$as_echo "$ac_try_echo") >&5
3842 (eval "$ac_compile") 2>conftest.er1 3609 (eval "$ac_compile") 2>conftest.er1
3843 ac_status=$? 3610 ac_status=$?
3844 grep -v '^ *+' conftest.er1 >conftest.err 3611 grep -v '^ *+' conftest.er1 >conftest.err
3845 rm -f conftest.er1 3612 rm -f conftest.er1
3846 cat conftest.err >&5 3613 cat conftest.err >&5
3847 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3848 (exit $ac_status); } && { 3615 (exit $ac_status); } && {
3849 test -z "$ac_c_werror_flag" || 3616 test -z "$ac_c_werror_flag" ||
3850 test ! -s conftest.err 3617 test ! -s conftest.err
3851 } && test -s conftest.$ac_objext; then 3618 } && test -s conftest.$ac_objext; then
3619 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
3852 ac_cv_c_bigendian=yes 3620 ac_cv_c_bigendian=yes
3853else
3854 $as_echo "$as_me: failed program was:" >&5
3855sed 's/^/| /' conftest.$ac_ext >&5
3856
3857 ac_cv_c_bigendian=no
3858fi 3621fi
3859 3622if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
3860rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3623 if test "$ac_cv_c_bigendian" = unknown; then
3861else 3624 ac_cv_c_bigendian=no
3862 $as_echo "$as_me: failed program was:" >&5 3625 else
3863sed 's/^/| /' conftest.$ac_ext >&5 3626 # finding both strings is unlikely to happen, but who knows?
3864 3627 ac_cv_c_bigendian=unknown
3865 3628 fi
3866fi 3629fi
3867
3868rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3869 fi
3870 if test $ac_cv_c_bigendian = unknown; then
3871 # Compile a test program.
3872 if test "$cross_compiling" = yes; then
3873 # Try to guess by grepping values from an object file.
3874 cat >conftest.$ac_ext <<_ACEOF
3875/* confdefs.h. */
3876_ACEOF
3877cat confdefs.h >>conftest.$ac_ext
3878cat >>conftest.$ac_ext <<_ACEOF
3879/* end confdefs.h. */
3880short int ascii_mm[] =
3881 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
3882 short int ascii_ii[] =
3883 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
3884 int use_ascii (int i) {
3885 return ascii_mm[i] + ascii_ii[i];
3886 }
3887 short int ebcdic_ii[] =
3888 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
3889 short int ebcdic_mm[] =
3890 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
3891 int use_ebcdic (int i) {
3892 return ebcdic_mm[i] + ebcdic_ii[i];
3893 }
3894 extern int foo;
3895
3896int
3897main ()
3898{
3899return use_ascii (foo) == use_ebcdic (foo);
3900 ;
3901 return 0;
3902}
3903_ACEOF
3904rm -f conftest.$ac_objext
3905if { (ac_try="$ac_compile"
3906case "(($ac_try" in
3907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3908 *) ac_try_echo=$ac_try;;
3909esac
3910eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3911$as_echo "$ac_try_echo") >&5
3912 (eval "$ac_compile") 2>conftest.er1
3913 ac_status=$?
3914 grep -v '^ *+' conftest.er1 >conftest.err
3915 rm -f conftest.er1
3916 cat conftest.err >&5
3917 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3918 (exit $ac_status); } && {
3919 test -z "$ac_c_werror_flag" ||
3920 test ! -s conftest.err
3921 } && test -s conftest.$ac_objext; then
3922 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
3923 ac_cv_c_bigendian=yes
3924 fi
3925 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
3926 if test "$ac_cv_c_bigendian" = unknown; then
3927 ac_cv_c_bigendian=no
3928 else
3929 # finding both strings is unlikely to happen, but who knows?
3930 ac_cv_c_bigendian=unknown
3931 fi
3932 fi
3933else 3630else
3934 $as_echo "$as_me: failed program was:" >&5 3631 echo "$as_me: failed program was:" >&5
3935sed 's/^/| /' conftest.$ac_ext >&5 3632sed 's/^/| /' conftest.$ac_ext >&5
3936 3633
3937 3634
@@ -3950,14 +3647,14 @@ int
3950main () 3647main ()
3951{ 3648{
3952 3649
3953 /* Are we little or big endian? From Harbison&Steele. */ 3650 /* Are we little or big endian? From Harbison&Steele. */
3954 union 3651 union
3955 { 3652 {
3956 long int l; 3653 long int l;
3957 char c[sizeof (long int)]; 3654 char c[sizeof (long int)];
3958 } u; 3655 } u;
3959 u.l = 1; 3656 u.l = 1;
3960 return u.c[sizeof (long int) - 1] == 1; 3657 return u.c[sizeof (long int) - 1] == 1;
3961 3658
3962 ; 3659 ;
3963 return 0; 3660 return 0;
@@ -3969,62 +3666,55 @@ case "(($ac_try" in
3969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3970 *) ac_try_echo=$ac_try;; 3667 *) ac_try_echo=$ac_try;;
3971esac 3668esac
3972eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3669eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3973$as_echo "$ac_try_echo") >&5
3974 (eval "$ac_link") 2>&5 3670 (eval "$ac_link") 2>&5
3975 ac_status=$? 3671 ac_status=$?
3976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3977 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 3673 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3978 { (case "(($ac_try" in 3674 { (case "(($ac_try" in
3979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3980 *) ac_try_echo=$ac_try;; 3676 *) ac_try_echo=$ac_try;;
3981esac 3677esac
3982eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3678eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3983$as_echo "$ac_try_echo") >&5
3984 (eval "$ac_try") 2>&5 3679 (eval "$ac_try") 2>&5
3985 ac_status=$? 3680 ac_status=$?
3986 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3987 (exit $ac_status); }; }; then 3682 (exit $ac_status); }; }; then
3988 ac_cv_c_bigendian=no 3683 ac_cv_c_bigendian=no
3989else 3684else
3990 $as_echo "$as_me: program exited with status $ac_status" >&5 3685 echo "$as_me: program exited with status $ac_status" >&5
3991$as_echo "$as_me: failed program was:" >&5 3686echo "$as_me: failed program was:" >&5
3992sed 's/^/| /' conftest.$ac_ext >&5 3687sed 's/^/| /' conftest.$ac_ext >&5
3993 3688
3994( exit $ac_status ) 3689( exit $ac_status )
3995ac_cv_c_bigendian=yes 3690ac_cv_c_bigendian=yes
3996fi 3691fi
3997rm -rf conftest.dSYM
3998rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3692rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3999fi 3693fi
4000 3694
4001 3695
4002 fi
4003fi 3696fi
4004{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 3697
4005$as_echo "$ac_cv_c_bigendian" >&6; } 3698rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4006 case $ac_cv_c_bigendian in #( 3699fi
4007 yes) 3700{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
4008 cat >>confdefs.h <<\_ACEOF 3701echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
4009#define WORDS_BIGENDIAN 1 3702case $ac_cv_c_bigendian in
4010_ACEOF 3703 yes)
4011;; #(
4012 no)
4013 ;; #(
4014 universal)
4015 3704
4016cat >>confdefs.h <<\_ACEOF 3705cat >>confdefs.h <<\_ACEOF
4017#define AC_APPLE_UNIVERSAL_BUILD 1 3706#define WORDS_BIGENDIAN 1
4018_ACEOF 3707_ACEOF
4019 3708 ;;
4020 ;; #( 3709 no)
4021 *) 3710 ;;
4022 { { $as_echo "$as_me:$LINENO: error: unknown endianness 3711 *)
4023 presetting ac_cv_c_bigendian=no (or yes) will help" >&5 3712 { { echo "$as_me:$LINENO: error: unknown endianness
4024$as_echo "$as_me: error: unknown endianness 3713presetting ac_cv_c_bigendian=no (or yes) will help" >&5
4025 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 3714echo "$as_me: error: unknown endianness
3715presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
4026 { (exit 1); exit 1; }; } ;; 3716 { (exit 1); exit 1; }; } ;;
4027 esac 3717esac
4028 3718
4029 3719
4030# Checks for programs. 3720# Checks for programs.
@@ -4032,10 +3722,10 @@ for ac_prog in gawk mawk nawk awk
4032do 3722do
4033 # Extract the first word of "$ac_prog", so it can be a program name with args. 3723 # Extract the first word of "$ac_prog", so it can be a program name with args.
4034set dummy $ac_prog; ac_word=$2 3724set dummy $ac_prog; ac_word=$2
4035{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3725{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4036$as_echo_n "checking for $ac_word... " >&6; } 3726echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4037if test "${ac_cv_prog_AWK+set}" = set; then 3727if test "${ac_cv_prog_AWK+set}" = set; then
4038 $as_echo_n "(cached) " >&6 3728 echo $ECHO_N "(cached) $ECHO_C" >&6
4039else 3729else
4040 if test -n "$AWK"; then 3730 if test -n "$AWK"; then
4041 ac_cv_prog_AWK="$AWK" # Let the user override the test. 3731 ac_cv_prog_AWK="$AWK" # Let the user override the test.
@@ -4048,7 +3738,7 @@ do
4048 for ac_exec_ext in '' $ac_executable_extensions; do 3738 for ac_exec_ext in '' $ac_executable_extensions; do
4049 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4050 ac_cv_prog_AWK="$ac_prog" 3740 ac_cv_prog_AWK="$ac_prog"
4051 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3741 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4052 break 2 3742 break 2
4053 fi 3743 fi
4054done 3744done
@@ -4059,11 +3749,11 @@ fi
4059fi 3749fi
4060AWK=$ac_cv_prog_AWK 3750AWK=$ac_cv_prog_AWK
4061if test -n "$AWK"; then 3751if test -n "$AWK"; then
4062 { $as_echo "$as_me:$LINENO: result: $AWK" >&5 3752 { echo "$as_me:$LINENO: result: $AWK" >&5
4063$as_echo "$AWK" >&6; } 3753echo "${ECHO_T}$AWK" >&6; }
4064else 3754else
4065 { $as_echo "$as_me:$LINENO: result: no" >&5 3755 { echo "$as_me:$LINENO: result: no" >&5
4066$as_echo "no" >&6; } 3756echo "${ECHO_T}no" >&6; }
4067fi 3757fi
4068 3758
4069 3759
@@ -4075,15 +3765,15 @@ ac_cpp='$CPP $CPPFLAGS'
4075ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3765ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4076ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3766ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4077ac_compiler_gnu=$ac_cv_c_compiler_gnu 3767ac_compiler_gnu=$ac_cv_c_compiler_gnu
4078{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3768{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4079$as_echo_n "checking how to run the C preprocessor... " >&6; } 3769echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
4080# On Suns, sometimes $CPP names a directory. 3770# On Suns, sometimes $CPP names a directory.
4081if test -n "$CPP" && test -d "$CPP"; then 3771if test -n "$CPP" && test -d "$CPP"; then
4082 CPP= 3772 CPP=
4083fi 3773fi
4084if test -z "$CPP"; then 3774if test -z "$CPP"; then
4085 if test "${ac_cv_prog_CPP+set}" = set; then 3775 if test "${ac_cv_prog_CPP+set}" = set; then
4086 $as_echo_n "(cached) " >&6 3776 echo $ECHO_N "(cached) $ECHO_C" >&6
4087else 3777else
4088 # Double quotes because CPP needs to be expanded 3778 # Double quotes because CPP needs to be expanded
4089 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 3779 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
@@ -4115,21 +3805,20 @@ case "(($ac_try" in
4115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4116 *) ac_try_echo=$ac_try;; 3806 *) ac_try_echo=$ac_try;;
4117esac 3807esac
4118eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3808eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4119$as_echo "$ac_try_echo") >&5
4120 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3809 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4121 ac_status=$? 3810 ac_status=$?
4122 grep -v '^ *+' conftest.er1 >conftest.err 3811 grep -v '^ *+' conftest.er1 >conftest.err
4123 rm -f conftest.er1 3812 rm -f conftest.er1
4124 cat conftest.err >&5 3813 cat conftest.err >&5
4125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4126 (exit $ac_status); } >/dev/null && { 3815 (exit $ac_status); } >/dev/null && {
4127 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3816 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4128 test ! -s conftest.err 3817 test ! -s conftest.err
4129 }; then 3818 }; then
4130 : 3819 :
4131else 3820else
4132 $as_echo "$as_me: failed program was:" >&5 3821 echo "$as_me: failed program was:" >&5
4133sed 's/^/| /' conftest.$ac_ext >&5 3822sed 's/^/| /' conftest.$ac_ext >&5
4134 3823
4135 # Broken: fails on valid input. 3824 # Broken: fails on valid input.
@@ -4153,14 +3842,13 @@ case "(($ac_try" in
4153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4154 *) ac_try_echo=$ac_try;; 3843 *) ac_try_echo=$ac_try;;
4155esac 3844esac
4156eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3845eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4157$as_echo "$ac_try_echo") >&5
4158 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3846 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4159 ac_status=$? 3847 ac_status=$?
4160 grep -v '^ *+' conftest.er1 >conftest.err 3848 grep -v '^ *+' conftest.er1 >conftest.err
4161 rm -f conftest.er1 3849 rm -f conftest.er1
4162 cat conftest.err >&5 3850 cat conftest.err >&5
4163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4164 (exit $ac_status); } >/dev/null && { 3852 (exit $ac_status); } >/dev/null && {
4165 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3853 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4166 test ! -s conftest.err 3854 test ! -s conftest.err
@@ -4168,7 +3856,7 @@ $as_echo "$ac_try_echo") >&5
4168 # Broken: success on invalid input. 3856 # Broken: success on invalid input.
4169continue 3857continue
4170else 3858else
4171 $as_echo "$as_me: failed program was:" >&5 3859 echo "$as_me: failed program was:" >&5
4172sed 's/^/| /' conftest.$ac_ext >&5 3860sed 's/^/| /' conftest.$ac_ext >&5
4173 3861
4174 # Passes both tests. 3862 # Passes both tests.
@@ -4193,8 +3881,8 @@ fi
4193else 3881else
4194 ac_cv_prog_CPP=$CPP 3882 ac_cv_prog_CPP=$CPP
4195fi 3883fi
4196{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 3884{ echo "$as_me:$LINENO: result: $CPP" >&5
4197$as_echo "$CPP" >&6; } 3885echo "${ECHO_T}$CPP" >&6; }
4198ac_preproc_ok=false 3886ac_preproc_ok=false
4199for ac_c_preproc_warn_flag in '' yes 3887for ac_c_preproc_warn_flag in '' yes
4200do 3888do
@@ -4222,21 +3910,20 @@ case "(($ac_try" in
4222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4223 *) ac_try_echo=$ac_try;; 3911 *) ac_try_echo=$ac_try;;
4224esac 3912esac
4225eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3913eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4226$as_echo "$ac_try_echo") >&5
4227 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3914 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4228 ac_status=$? 3915 ac_status=$?
4229 grep -v '^ *+' conftest.er1 >conftest.err 3916 grep -v '^ *+' conftest.er1 >conftest.err
4230 rm -f conftest.er1 3917 rm -f conftest.er1
4231 cat conftest.err >&5 3918 cat conftest.err >&5
4232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4233 (exit $ac_status); } >/dev/null && { 3920 (exit $ac_status); } >/dev/null && {
4234 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3921 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4235 test ! -s conftest.err 3922 test ! -s conftest.err
4236 }; then 3923 }; then
4237 : 3924 :
4238else 3925else
4239 $as_echo "$as_me: failed program was:" >&5 3926 echo "$as_me: failed program was:" >&5
4240sed 's/^/| /' conftest.$ac_ext >&5 3927sed 's/^/| /' conftest.$ac_ext >&5
4241 3928
4242 # Broken: fails on valid input. 3929 # Broken: fails on valid input.
@@ -4260,14 +3947,13 @@ case "(($ac_try" in
4260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4261 *) ac_try_echo=$ac_try;; 3948 *) ac_try_echo=$ac_try;;
4262esac 3949esac
4263eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3950eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4264$as_echo "$ac_try_echo") >&5
4265 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3951 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4266 ac_status=$? 3952 ac_status=$?
4267 grep -v '^ *+' conftest.er1 >conftest.err 3953 grep -v '^ *+' conftest.er1 >conftest.err
4268 rm -f conftest.er1 3954 rm -f conftest.er1
4269 cat conftest.err >&5 3955 cat conftest.err >&5
4270 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4271 (exit $ac_status); } >/dev/null && { 3957 (exit $ac_status); } >/dev/null && {
4272 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3958 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4273 test ! -s conftest.err 3959 test ! -s conftest.err
@@ -4275,7 +3961,7 @@ $as_echo "$ac_try_echo") >&5
4275 # Broken: success on invalid input. 3961 # Broken: success on invalid input.
4276continue 3962continue
4277else 3963else
4278 $as_echo "$as_me: failed program was:" >&5 3964 echo "$as_me: failed program was:" >&5
4279sed 's/^/| /' conftest.$ac_ext >&5 3965sed 's/^/| /' conftest.$ac_ext >&5
4280 3966
4281 # Passes both tests. 3967 # Passes both tests.
@@ -4291,9 +3977,9 @@ rm -f conftest.err conftest.$ac_ext
4291if $ac_preproc_ok; then 3977if $ac_preproc_ok; then
4292 : 3978 :
4293else 3979else
4294 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3980 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4295See \`config.log' for more details." >&5 3981See \`config.log' for more details." >&5
4296$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 3982echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4297See \`config.log' for more details." >&2;} 3983See \`config.log' for more details." >&2;}
4298 { (exit 1); exit 1; }; } 3984 { (exit 1); exit 1; }; }
4299fi 3985fi
@@ -4307,10 +3993,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
4307if test -n "$ac_tool_prefix"; then 3993if test -n "$ac_tool_prefix"; then
4308 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 3994 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4309set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3995set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4310{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3996{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4311$as_echo_n "checking for $ac_word... " >&6; } 3997echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4312if test "${ac_cv_prog_RANLIB+set}" = set; then 3998if test "${ac_cv_prog_RANLIB+set}" = set; then
4313 $as_echo_n "(cached) " >&6 3999 echo $ECHO_N "(cached) $ECHO_C" >&6
4314else 4000else
4315 if test -n "$RANLIB"; then 4001 if test -n "$RANLIB"; then
4316 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 4002 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
@@ -4323,7 +4009,7 @@ do
4323 for ac_exec_ext in '' $ac_executable_extensions; do 4009 for ac_exec_ext in '' $ac_executable_extensions; do
4324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4010 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4325 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 4011 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4326 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4012 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4327 break 2 4013 break 2
4328 fi 4014 fi
4329done 4015done
@@ -4334,11 +4020,11 @@ fi
4334fi 4020fi
4335RANLIB=$ac_cv_prog_RANLIB 4021RANLIB=$ac_cv_prog_RANLIB
4336if test -n "$RANLIB"; then 4022if test -n "$RANLIB"; then
4337 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 4023 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4338$as_echo "$RANLIB" >&6; } 4024echo "${ECHO_T}$RANLIB" >&6; }
4339else 4025else
4340 { $as_echo "$as_me:$LINENO: result: no" >&5 4026 { echo "$as_me:$LINENO: result: no" >&5
4341$as_echo "no" >&6; } 4027echo "${ECHO_T}no" >&6; }
4342fi 4028fi
4343 4029
4344 4030
@@ -4347,10 +4033,10 @@ if test -z "$ac_cv_prog_RANLIB"; then
4347 ac_ct_RANLIB=$RANLIB 4033 ac_ct_RANLIB=$RANLIB
4348 # Extract the first word of "ranlib", so it can be a program name with args. 4034 # Extract the first word of "ranlib", so it can be a program name with args.
4349set dummy ranlib; ac_word=$2 4035set dummy ranlib; ac_word=$2
4350{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4036{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4351$as_echo_n "checking for $ac_word... " >&6; } 4037echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4352if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 4038if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4353 $as_echo_n "(cached) " >&6 4039 echo $ECHO_N "(cached) $ECHO_C" >&6
4354else 4040else
4355 if test -n "$ac_ct_RANLIB"; then 4041 if test -n "$ac_ct_RANLIB"; then
4356 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 4042 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
@@ -4363,7 +4049,7 @@ do
4363 for ac_exec_ext in '' $ac_executable_extensions; do 4049 for ac_exec_ext in '' $ac_executable_extensions; do
4364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4365 ac_cv_prog_ac_ct_RANLIB="ranlib" 4051 ac_cv_prog_ac_ct_RANLIB="ranlib"
4366 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4052 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4367 break 2 4053 break 2
4368 fi 4054 fi
4369done 4055done
@@ -4374,11 +4060,11 @@ fi
4374fi 4060fi
4375ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 4061ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4376if test -n "$ac_ct_RANLIB"; then 4062if test -n "$ac_ct_RANLIB"; then
4377 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 4063 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4378$as_echo "$ac_ct_RANLIB" >&6; } 4064echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4379else 4065else
4380 { $as_echo "$as_me:$LINENO: result: no" >&5 4066 { echo "$as_me:$LINENO: result: no" >&5
4381$as_echo "no" >&6; } 4067echo "${ECHO_T}no" >&6; }
4382fi 4068fi
4383 4069
4384 if test "x$ac_ct_RANLIB" = x; then 4070 if test "x$ac_ct_RANLIB" = x; then
@@ -4386,10 +4072,10 @@ fi
4386 else 4072 else
4387 case $cross_compiling:$ac_tool_warned in 4073 case $cross_compiling:$ac_tool_warned in
4388yes:) 4074yes:)
4389{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 4075{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4390whose name does not start with the host triplet. If you think this 4076whose name does not start with the host triplet. If you think this
4391configuration is useful to you, please write to autoconf@gnu.org." >&5 4077configuration is useful to you, please write to autoconf@gnu.org." >&5
4392$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 4078echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4393whose name does not start with the host triplet. If you think this 4079whose name does not start with the host triplet. If you think this
4394configuration is useful to you, please write to autoconf@gnu.org." >&2;} 4080configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4395ac_tool_warned=yes ;; 4081ac_tool_warned=yes ;;
@@ -4413,12 +4099,11 @@ fi
4413# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 4099# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4414# OS/2's system install, which has a completely different semantic 4100# OS/2's system install, which has a completely different semantic
4415# ./install, which can be erroneously created by make from ./install.sh. 4101# ./install, which can be erroneously created by make from ./install.sh.
4416# Reject install programs that cannot install multiple files. 4102{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4417{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 4103echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4418$as_echo_n "checking for a BSD-compatible install... " >&6; }
4419if test -z "$INSTALL"; then 4104if test -z "$INSTALL"; then
4420if test "${ac_cv_path_install+set}" = set; then 4105if test "${ac_cv_path_install+set}" = set; then
4421 $as_echo_n "(cached) " >&6 4106 echo $ECHO_N "(cached) $ECHO_C" >&6
4422else 4107else
4423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4424for as_dir in $PATH 4109for as_dir in $PATH
@@ -4447,29 +4132,17 @@ case $as_dir/ in
4447 # program-specific install script used by HP pwplus--don't use. 4132 # program-specific install script used by HP pwplus--don't use.
4448 : 4133 :
4449 else 4134 else
4450 rm -rf conftest.one conftest.two conftest.dir 4135 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4451 echo one > conftest.one 4136 break 3
4452 echo two > conftest.two
4453 mkdir conftest.dir
4454 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4455 test -s conftest.one && test -s conftest.two &&
4456 test -s conftest.dir/conftest.one &&
4457 test -s conftest.dir/conftest.two
4458 then
4459 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4460 break 3
4461 fi
4462 fi 4137 fi
4463 fi 4138 fi
4464 done 4139 done
4465 done 4140 done
4466 ;; 4141 ;;
4467esac 4142esac
4468
4469done 4143done
4470IFS=$as_save_IFS 4144IFS=$as_save_IFS
4471 4145
4472rm -rf conftest.one conftest.two conftest.dir
4473 4146
4474fi 4147fi
4475 if test "${ac_cv_path_install+set}" = set; then 4148 if test "${ac_cv_path_install+set}" = set; then
@@ -4482,8 +4155,8 @@ fi
4482 INSTALL=$ac_install_sh 4155 INSTALL=$ac_install_sh
4483 fi 4156 fi
4484fi 4157fi
4485{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 4158{ echo "$as_me:$LINENO: result: $INSTALL" >&5
4486$as_echo "$INSTALL" >&6; } 4159echo "${ECHO_T}$INSTALL" >&6; }
4487 4160
4488# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 4161# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4489# It thinks the first close brace ends the variable substitution. 4162# It thinks the first close brace ends the variable substitution.
@@ -4493,40 +4166,45 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4493 4166
4494test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 4167test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4495 4168
4496{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 4169{ echo "$as_me:$LINENO: checking for egrep" >&5
4497$as_echo_n "checking for egrep... " >&6; } 4170echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4498if test "${ac_cv_path_EGREP+set}" = set; then 4171if test "${ac_cv_path_EGREP+set}" = set; then
4499 $as_echo_n "(cached) " >&6 4172 echo $ECHO_N "(cached) $ECHO_C" >&6
4500else 4173else
4501 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4174 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4502 then ac_cv_path_EGREP="$GREP -E" 4175 then ac_cv_path_EGREP="$GREP -E"
4503 else 4176 else
4504 if test -z "$EGREP"; then 4177 # Extract the first word of "egrep" to use in msg output
4178if test -z "$EGREP"; then
4179set dummy egrep; ac_prog_name=$2
4180if test "${ac_cv_path_EGREP+set}" = set; then
4181 echo $ECHO_N "(cached) $ECHO_C" >&6
4182else
4505 ac_path_EGREP_found=false 4183 ac_path_EGREP_found=false
4506 # Loop through the user's path and test for each of PROGNAME-LIST 4184# Loop through the user's path and test for each of PROGNAME-LIST
4507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4185as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4508for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4186for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4509do 4187do
4510 IFS=$as_save_IFS 4188 IFS=$as_save_IFS
4511 test -z "$as_dir" && as_dir=. 4189 test -z "$as_dir" && as_dir=.
4512 for ac_prog in egrep; do 4190 for ac_prog in egrep; do
4513 for ac_exec_ext in '' $ac_executable_extensions; do 4191 for ac_exec_ext in '' $ac_executable_extensions; do
4514 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4192 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4515 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4193 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4516# Check for GNU ac_path_EGREP and select it if it is found. 4194 # Check for GNU ac_path_EGREP and select it if it is found.
4517 # Check for GNU $ac_path_EGREP 4195 # Check for GNU $ac_path_EGREP
4518case `"$ac_path_EGREP" --version 2>&1` in 4196case `"$ac_path_EGREP" --version 2>&1` in
4519*GNU*) 4197*GNU*)
4520 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 4198 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4521*) 4199*)
4522 ac_count=0 4200 ac_count=0
4523 $as_echo_n 0123456789 >"conftest.in" 4201 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4524 while : 4202 while :
4525 do 4203 do
4526 cat "conftest.in" "conftest.in" >"conftest.tmp" 4204 cat "conftest.in" "conftest.in" >"conftest.tmp"
4527 mv "conftest.tmp" "conftest.in" 4205 mv "conftest.tmp" "conftest.in"
4528 cp "conftest.in" "conftest.nl" 4206 cp "conftest.in" "conftest.nl"
4529 $as_echo 'EGREP' >> "conftest.nl" 4207 echo 'EGREP' >> "conftest.nl"
4530 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4208 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4531 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4209 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4532 ac_count=`expr $ac_count + 1` 4210 ac_count=`expr $ac_count + 1`
@@ -4541,33 +4219,42 @@ case `"$ac_path_EGREP" --version 2>&1` in
4541 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4219 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4542esac 4220esac
4543 4221
4544 $ac_path_EGREP_found && break 3 4222
4545 done 4223 $ac_path_EGREP_found && break 3
4546 done 4224 done
4547done 4225done
4226
4227done
4548IFS=$as_save_IFS 4228IFS=$as_save_IFS
4549 if test -z "$ac_cv_path_EGREP"; then 4229
4550 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4230
4551$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4231fi
4232
4233EGREP="$ac_cv_path_EGREP"
4234if test -z "$EGREP"; then
4235 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4236echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4552 { (exit 1); exit 1; }; } 4237 { (exit 1); exit 1; }; }
4553 fi 4238fi
4239
4554else 4240else
4555 ac_cv_path_EGREP=$EGREP 4241 ac_cv_path_EGREP=$EGREP
4556fi 4242fi
4557 4243
4244
4558 fi 4245 fi
4559fi 4246fi
4560{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4247{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4561$as_echo "$ac_cv_path_EGREP" >&6; } 4248echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4562 EGREP="$ac_cv_path_EGREP" 4249 EGREP="$ac_cv_path_EGREP"
4563 4250
4564 4251
4565# Extract the first word of "ar", so it can be a program name with args. 4252# Extract the first word of "ar", so it can be a program name with args.
4566set dummy ar; ac_word=$2 4253set dummy ar; ac_word=$2
4567{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4254{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4568$as_echo_n "checking for $ac_word... " >&6; } 4255echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4569if test "${ac_cv_path_AR+set}" = set; then 4256if test "${ac_cv_path_AR+set}" = set; then
4570 $as_echo_n "(cached) " >&6 4257 echo $ECHO_N "(cached) $ECHO_C" >&6
4571else 4258else
4572 case $AR in 4259 case $AR in
4573 [\\/]* | ?:[\\/]*) 4260 [\\/]* | ?:[\\/]*)
@@ -4582,7 +4269,7 @@ do
4582 for ac_exec_ext in '' $ac_executable_extensions; do 4269 for ac_exec_ext in '' $ac_executable_extensions; do
4583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4584 ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext" 4271 ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext"
4585 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4272 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4586 break 2 4273 break 2
4587 fi 4274 fi
4588done 4275done
@@ -4594,20 +4281,20 @@ esac
4594fi 4281fi
4595AR=$ac_cv_path_AR 4282AR=$ac_cv_path_AR
4596if test -n "$AR"; then 4283if test -n "$AR"; then
4597 { $as_echo "$as_me:$LINENO: result: $AR" >&5 4284 { echo "$as_me:$LINENO: result: $AR" >&5
4598$as_echo "$AR" >&6; } 4285echo "${ECHO_T}$AR" >&6; }
4599else 4286else
4600 { $as_echo "$as_me:$LINENO: result: no" >&5 4287 { echo "$as_me:$LINENO: result: no" >&5
4601$as_echo "no" >&6; } 4288echo "${ECHO_T}no" >&6; }
4602fi 4289fi
4603 4290
4604 4291
4605# Extract the first word of "cat", so it can be a program name with args. 4292# Extract the first word of "cat", so it can be a program name with args.
4606set dummy cat; ac_word=$2 4293set dummy cat; ac_word=$2
4607{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4294{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4608$as_echo_n "checking for $ac_word... " >&6; } 4295echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4609if test "${ac_cv_path_CAT+set}" = set; then 4296if test "${ac_cv_path_CAT+set}" = set; then
4610 $as_echo_n "(cached) " >&6 4297 echo $ECHO_N "(cached) $ECHO_C" >&6
4611else 4298else
4612 case $CAT in 4299 case $CAT in
4613 [\\/]* | ?:[\\/]*) 4300 [\\/]* | ?:[\\/]*)
@@ -4622,7 +4309,7 @@ do
4622 for ac_exec_ext in '' $ac_executable_extensions; do 4309 for ac_exec_ext in '' $ac_executable_extensions; do
4623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4624 ac_cv_path_CAT="$as_dir/$ac_word$ac_exec_ext" 4311 ac_cv_path_CAT="$as_dir/$ac_word$ac_exec_ext"
4625 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4626 break 2 4313 break 2
4627 fi 4314 fi
4628done 4315done
@@ -4634,20 +4321,20 @@ esac
4634fi 4321fi
4635CAT=$ac_cv_path_CAT 4322CAT=$ac_cv_path_CAT
4636if test -n "$CAT"; then 4323if test -n "$CAT"; then
4637 { $as_echo "$as_me:$LINENO: result: $CAT" >&5 4324 { echo "$as_me:$LINENO: result: $CAT" >&5
4638$as_echo "$CAT" >&6; } 4325echo "${ECHO_T}$CAT" >&6; }
4639else 4326else
4640 { $as_echo "$as_me:$LINENO: result: no" >&5 4327 { echo "$as_me:$LINENO: result: no" >&5
4641$as_echo "no" >&6; } 4328echo "${ECHO_T}no" >&6; }
4642fi 4329fi
4643 4330
4644 4331
4645# Extract the first word of "kill", so it can be a program name with args. 4332# Extract the first word of "kill", so it can be a program name with args.
4646set dummy kill; ac_word=$2 4333set dummy kill; ac_word=$2
4647{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4334{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4648$as_echo_n "checking for $ac_word... " >&6; } 4335echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4649if test "${ac_cv_path_KILL+set}" = set; then 4336if test "${ac_cv_path_KILL+set}" = set; then
4650 $as_echo_n "(cached) " >&6 4337 echo $ECHO_N "(cached) $ECHO_C" >&6
4651else 4338else
4652 case $KILL in 4339 case $KILL in
4653 [\\/]* | ?:[\\/]*) 4340 [\\/]* | ?:[\\/]*)
@@ -4662,7 +4349,7 @@ do
4662 for ac_exec_ext in '' $ac_executable_extensions; do 4349 for ac_exec_ext in '' $ac_executable_extensions; do
4663 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4664 ac_cv_path_KILL="$as_dir/$ac_word$ac_exec_ext" 4351 ac_cv_path_KILL="$as_dir/$ac_word$ac_exec_ext"
4665 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4352 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4666 break 2 4353 break 2
4667 fi 4354 fi
4668done 4355done
@@ -4674,11 +4361,11 @@ esac
4674fi 4361fi
4675KILL=$ac_cv_path_KILL 4362KILL=$ac_cv_path_KILL
4676if test -n "$KILL"; then 4363if test -n "$KILL"; then
4677 { $as_echo "$as_me:$LINENO: result: $KILL" >&5 4364 { echo "$as_me:$LINENO: result: $KILL" >&5
4678$as_echo "$KILL" >&6; } 4365echo "${ECHO_T}$KILL" >&6; }
4679else 4366else
4680 { $as_echo "$as_me:$LINENO: result: no" >&5 4367 { echo "$as_me:$LINENO: result: no" >&5
4681$as_echo "no" >&6; } 4368echo "${ECHO_T}no" >&6; }
4682fi 4369fi
4683 4370
4684 4371
@@ -4686,10 +4373,10 @@ for ac_prog in perl5 perl
4686do 4373do
4687 # Extract the first word of "$ac_prog", so it can be a program name with args. 4374 # Extract the first word of "$ac_prog", so it can be a program name with args.
4688set dummy $ac_prog; ac_word=$2 4375set dummy $ac_prog; ac_word=$2
4689{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4376{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4690$as_echo_n "checking for $ac_word... " >&6; } 4377echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4691if test "${ac_cv_path_PERL+set}" = set; then 4378if test "${ac_cv_path_PERL+set}" = set; then
4692 $as_echo_n "(cached) " >&6 4379 echo $ECHO_N "(cached) $ECHO_C" >&6
4693else 4380else
4694 case $PERL in 4381 case $PERL in
4695 [\\/]* | ?:[\\/]*) 4382 [\\/]* | ?:[\\/]*)
@@ -4704,7 +4391,7 @@ do
4704 for ac_exec_ext in '' $ac_executable_extensions; do 4391 for ac_exec_ext in '' $ac_executable_extensions; do
4705 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4706 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 4393 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
4707 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4394 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4708 break 2 4395 break 2
4709 fi 4396 fi
4710done 4397done
@@ -4716,11 +4403,11 @@ esac
4716fi 4403fi
4717PERL=$ac_cv_path_PERL 4404PERL=$ac_cv_path_PERL
4718if test -n "$PERL"; then 4405if test -n "$PERL"; then
4719 { $as_echo "$as_me:$LINENO: result: $PERL" >&5 4406 { echo "$as_me:$LINENO: result: $PERL" >&5
4720$as_echo "$PERL" >&6; } 4407echo "${ECHO_T}$PERL" >&6; }
4721else 4408else
4722 { $as_echo "$as_me:$LINENO: result: no" >&5 4409 { echo "$as_me:$LINENO: result: no" >&5
4723$as_echo "no" >&6; } 4410echo "${ECHO_T}no" >&6; }
4724fi 4411fi
4725 4412
4726 4413
@@ -4729,10 +4416,10 @@ done
4729 4416
4730# Extract the first word of "sed", so it can be a program name with args. 4417# Extract the first word of "sed", so it can be a program name with args.
4731set dummy sed; ac_word=$2 4418set dummy sed; ac_word=$2
4732{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4419{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4733$as_echo_n "checking for $ac_word... " >&6; } 4420echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4734if test "${ac_cv_path_SED+set}" = set; then 4421if test "${ac_cv_path_SED+set}" = set; then
4735 $as_echo_n "(cached) " >&6 4422 echo $ECHO_N "(cached) $ECHO_C" >&6
4736else 4423else
4737 case $SED in 4424 case $SED in
4738 [\\/]* | ?:[\\/]*) 4425 [\\/]* | ?:[\\/]*)
@@ -4747,7 +4434,7 @@ do
4747 for ac_exec_ext in '' $ac_executable_extensions; do 4434 for ac_exec_ext in '' $ac_executable_extensions; do
4748 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4749 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext" 4436 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
4750 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4437 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4751 break 2 4438 break 2
4752 fi 4439 fi
4753done 4440done
@@ -4759,21 +4446,21 @@ esac
4759fi 4446fi
4760SED=$ac_cv_path_SED 4447SED=$ac_cv_path_SED
4761if test -n "$SED"; then 4448if test -n "$SED"; then
4762 { $as_echo "$as_me:$LINENO: result: $SED" >&5 4449 { echo "$as_me:$LINENO: result: $SED" >&5
4763$as_echo "$SED" >&6; } 4450echo "${ECHO_T}$SED" >&6; }
4764else 4451else
4765 { $as_echo "$as_me:$LINENO: result: no" >&5 4452 { echo "$as_me:$LINENO: result: no" >&5
4766$as_echo "no" >&6; } 4453echo "${ECHO_T}no" >&6; }
4767fi 4454fi
4768 4455
4769 4456
4770 4457
4771# Extract the first word of "ent", so it can be a program name with args. 4458# Extract the first word of "ent", so it can be a program name with args.
4772set dummy ent; ac_word=$2 4459set dummy ent; ac_word=$2
4773{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4460{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4774$as_echo_n "checking for $ac_word... " >&6; } 4461echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4775if test "${ac_cv_path_ENT+set}" = set; then 4462if test "${ac_cv_path_ENT+set}" = set; then
4776 $as_echo_n "(cached) " >&6 4463 echo $ECHO_N "(cached) $ECHO_C" >&6
4777else 4464else
4778 case $ENT in 4465 case $ENT in
4779 [\\/]* | ?:[\\/]*) 4466 [\\/]* | ?:[\\/]*)
@@ -4788,7 +4475,7 @@ do
4788 for ac_exec_ext in '' $ac_executable_extensions; do 4475 for ac_exec_ext in '' $ac_executable_extensions; do
4789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4476 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4790 ac_cv_path_ENT="$as_dir/$ac_word$ac_exec_ext" 4477 ac_cv_path_ENT="$as_dir/$ac_word$ac_exec_ext"
4791 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4478 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4792 break 2 4479 break 2
4793 fi 4480 fi
4794done 4481done
@@ -4800,21 +4487,21 @@ esac
4800fi 4487fi
4801ENT=$ac_cv_path_ENT 4488ENT=$ac_cv_path_ENT
4802if test -n "$ENT"; then 4489if test -n "$ENT"; then
4803 { $as_echo "$as_me:$LINENO: result: $ENT" >&5 4490 { echo "$as_me:$LINENO: result: $ENT" >&5
4804$as_echo "$ENT" >&6; } 4491echo "${ECHO_T}$ENT" >&6; }
4805else 4492else
4806 { $as_echo "$as_me:$LINENO: result: no" >&5 4493 { echo "$as_me:$LINENO: result: no" >&5
4807$as_echo "no" >&6; } 4494echo "${ECHO_T}no" >&6; }
4808fi 4495fi
4809 4496
4810 4497
4811 4498
4812# Extract the first word of "bash", so it can be a program name with args. 4499# Extract the first word of "bash", so it can be a program name with args.
4813set dummy bash; ac_word=$2 4500set dummy bash; ac_word=$2
4814{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4501{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4815$as_echo_n "checking for $ac_word... " >&6; } 4502echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4816if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then 4503if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then
4817 $as_echo_n "(cached) " >&6 4504 echo $ECHO_N "(cached) $ECHO_C" >&6
4818else 4505else
4819 case $TEST_MINUS_S_SH in 4506 case $TEST_MINUS_S_SH in
4820 [\\/]* | ?:[\\/]*) 4507 [\\/]* | ?:[\\/]*)
@@ -4829,7 +4516,7 @@ do
4829 for ac_exec_ext in '' $ac_executable_extensions; do 4516 for ac_exec_ext in '' $ac_executable_extensions; do
4830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4831 ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext" 4518 ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext"
4832 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4519 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4833 break 2 4520 break 2
4834 fi 4521 fi
4835done 4522done
@@ -4841,20 +4528,20 @@ esac
4841fi 4528fi
4842TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH 4529TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH
4843if test -n "$TEST_MINUS_S_SH"; then 4530if test -n "$TEST_MINUS_S_SH"; then
4844 { $as_echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5 4531 { echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5
4845$as_echo "$TEST_MINUS_S_SH" >&6; } 4532echo "${ECHO_T}$TEST_MINUS_S_SH" >&6; }
4846else 4533else
4847 { $as_echo "$as_me:$LINENO: result: no" >&5 4534 { echo "$as_me:$LINENO: result: no" >&5
4848$as_echo "no" >&6; } 4535echo "${ECHO_T}no" >&6; }
4849fi 4536fi
4850 4537
4851 4538
4852# Extract the first word of "ksh", so it can be a program name with args. 4539# Extract the first word of "ksh", so it can be a program name with args.
4853set dummy ksh; ac_word=$2 4540set dummy ksh; ac_word=$2
4854{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4541{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4855$as_echo_n "checking for $ac_word... " >&6; } 4542echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4856if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then 4543if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then
4857 $as_echo_n "(cached) " >&6 4544 echo $ECHO_N "(cached) $ECHO_C" >&6
4858else 4545else
4859 case $TEST_MINUS_S_SH in 4546 case $TEST_MINUS_S_SH in
4860 [\\/]* | ?:[\\/]*) 4547 [\\/]* | ?:[\\/]*)
@@ -4869,7 +4556,7 @@ do
4869 for ac_exec_ext in '' $ac_executable_extensions; do 4556 for ac_exec_ext in '' $ac_executable_extensions; do
4870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4871 ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext" 4558 ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext"
4872 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4559 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4873 break 2 4560 break 2
4874 fi 4561 fi
4875done 4562done
@@ -4881,20 +4568,20 @@ esac
4881fi 4568fi
4882TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH 4569TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH
4883if test -n "$TEST_MINUS_S_SH"; then 4570if test -n "$TEST_MINUS_S_SH"; then
4884 { $as_echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5 4571 { echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5
4885$as_echo "$TEST_MINUS_S_SH" >&6; } 4572echo "${ECHO_T}$TEST_MINUS_S_SH" >&6; }
4886else 4573else
4887 { $as_echo "$as_me:$LINENO: result: no" >&5 4574 { echo "$as_me:$LINENO: result: no" >&5
4888$as_echo "no" >&6; } 4575echo "${ECHO_T}no" >&6; }
4889fi 4576fi
4890 4577
4891 4578
4892# Extract the first word of "sh", so it can be a program name with args. 4579# Extract the first word of "sh", so it can be a program name with args.
4893set dummy sh; ac_word=$2 4580set dummy sh; ac_word=$2
4894{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4581{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4895$as_echo_n "checking for $ac_word... " >&6; } 4582echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4896if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then 4583if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then
4897 $as_echo_n "(cached) " >&6 4584 echo $ECHO_N "(cached) $ECHO_C" >&6
4898else 4585else
4899 case $TEST_MINUS_S_SH in 4586 case $TEST_MINUS_S_SH in
4900 [\\/]* | ?:[\\/]*) 4587 [\\/]* | ?:[\\/]*)
@@ -4909,7 +4596,7 @@ do
4909 for ac_exec_ext in '' $ac_executable_extensions; do 4596 for ac_exec_ext in '' $ac_executable_extensions; do
4910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4911 ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext" 4598 ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext"
4912 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4599 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4913 break 2 4600 break 2
4914 fi 4601 fi
4915done 4602done
@@ -4921,20 +4608,20 @@ esac
4921fi 4608fi
4922TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH 4609TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH
4923if test -n "$TEST_MINUS_S_SH"; then 4610if test -n "$TEST_MINUS_S_SH"; then
4924 { $as_echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5 4611 { echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5
4925$as_echo "$TEST_MINUS_S_SH" >&6; } 4612echo "${ECHO_T}$TEST_MINUS_S_SH" >&6; }
4926else 4613else
4927 { $as_echo "$as_me:$LINENO: result: no" >&5 4614 { echo "$as_me:$LINENO: result: no" >&5
4928$as_echo "no" >&6; } 4615echo "${ECHO_T}no" >&6; }
4929fi 4616fi
4930 4617
4931 4618
4932# Extract the first word of "sh", so it can be a program name with args. 4619# Extract the first word of "sh", so it can be a program name with args.
4933set dummy sh; ac_word=$2 4620set dummy sh; ac_word=$2
4934{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4621{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4935$as_echo_n "checking for $ac_word... " >&6; } 4622echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4936if test "${ac_cv_path_SH+set}" = set; then 4623if test "${ac_cv_path_SH+set}" = set; then
4937 $as_echo_n "(cached) " >&6 4624 echo $ECHO_N "(cached) $ECHO_C" >&6
4938else 4625else
4939 case $SH in 4626 case $SH in
4940 [\\/]* | ?:[\\/]*) 4627 [\\/]* | ?:[\\/]*)
@@ -4949,7 +4636,7 @@ do
4949 for ac_exec_ext in '' $ac_executable_extensions; do 4636 for ac_exec_ext in '' $ac_executable_extensions; do
4950 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4951 ac_cv_path_SH="$as_dir/$ac_word$ac_exec_ext" 4638 ac_cv_path_SH="$as_dir/$ac_word$ac_exec_ext"
4952 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4639 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4953 break 2 4640 break 2
4954 fi 4641 fi
4955done 4642done
@@ -4961,11 +4648,11 @@ esac
4961fi 4648fi
4962SH=$ac_cv_path_SH 4649SH=$ac_cv_path_SH
4963if test -n "$SH"; then 4650if test -n "$SH"; then
4964 { $as_echo "$as_me:$LINENO: result: $SH" >&5 4651 { echo "$as_me:$LINENO: result: $SH" >&5
4965$as_echo "$SH" >&6; } 4652echo "${ECHO_T}$SH" >&6; }
4966else 4653else
4967 { $as_echo "$as_me:$LINENO: result: no" >&5 4654 { echo "$as_me:$LINENO: result: no" >&5
4968$as_echo "no" >&6; } 4655echo "${ECHO_T}no" >&6; }
4969fi 4656fi
4970 4657
4971 4658
@@ -4974,10 +4661,10 @@ TEST_SHELL=sh
4974 4661
4975# Extract the first word of "groupadd", so it can be a program name with args. 4662# Extract the first word of "groupadd", so it can be a program name with args.
4976set dummy groupadd; ac_word=$2 4663set dummy groupadd; ac_word=$2
4977{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4664{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4978$as_echo_n "checking for $ac_word... " >&6; } 4665echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4979if test "${ac_cv_path_PATH_GROUPADD_PROG+set}" = set; then 4666if test "${ac_cv_path_PATH_GROUPADD_PROG+set}" = set; then
4980 $as_echo_n "(cached) " >&6 4667 echo $ECHO_N "(cached) $ECHO_C" >&6
4981else 4668else
4982 case $PATH_GROUPADD_PROG in 4669 case $PATH_GROUPADD_PROG in
4983 [\\/]* | ?:[\\/]*) 4670 [\\/]* | ?:[\\/]*)
@@ -4992,7 +4679,7 @@ do
4992 for ac_exec_ext in '' $ac_executable_extensions; do 4679 for ac_exec_ext in '' $ac_executable_extensions; do
4993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4994 ac_cv_path_PATH_GROUPADD_PROG="$as_dir/$ac_word$ac_exec_ext" 4681 ac_cv_path_PATH_GROUPADD_PROG="$as_dir/$ac_word$ac_exec_ext"
4995 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4682 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4996 break 2 4683 break 2
4997 fi 4684 fi
4998done 4685done
@@ -5005,20 +4692,20 @@ esac
5005fi 4692fi
5006PATH_GROUPADD_PROG=$ac_cv_path_PATH_GROUPADD_PROG 4693PATH_GROUPADD_PROG=$ac_cv_path_PATH_GROUPADD_PROG
5007if test -n "$PATH_GROUPADD_PROG"; then 4694if test -n "$PATH_GROUPADD_PROG"; then
5008 { $as_echo "$as_me:$LINENO: result: $PATH_GROUPADD_PROG" >&5 4695 { echo "$as_me:$LINENO: result: $PATH_GROUPADD_PROG" >&5
5009$as_echo "$PATH_GROUPADD_PROG" >&6; } 4696echo "${ECHO_T}$PATH_GROUPADD_PROG" >&6; }
5010else 4697else
5011 { $as_echo "$as_me:$LINENO: result: no" >&5 4698 { echo "$as_me:$LINENO: result: no" >&5
5012$as_echo "no" >&6; } 4699echo "${ECHO_T}no" >&6; }
5013fi 4700fi
5014 4701
5015 4702
5016# Extract the first word of "useradd", so it can be a program name with args. 4703# Extract the first word of "useradd", so it can be a program name with args.
5017set dummy useradd; ac_word=$2 4704set dummy useradd; ac_word=$2
5018{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4705{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5019$as_echo_n "checking for $ac_word... " >&6; } 4706echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5020if test "${ac_cv_path_PATH_USERADD_PROG+set}" = set; then 4707if test "${ac_cv_path_PATH_USERADD_PROG+set}" = set; then
5021 $as_echo_n "(cached) " >&6 4708 echo $ECHO_N "(cached) $ECHO_C" >&6
5022else 4709else
5023 case $PATH_USERADD_PROG in 4710 case $PATH_USERADD_PROG in
5024 [\\/]* | ?:[\\/]*) 4711 [\\/]* | ?:[\\/]*)
@@ -5033,7 +4720,7 @@ do
5033 for ac_exec_ext in '' $ac_executable_extensions; do 4720 for ac_exec_ext in '' $ac_executable_extensions; do
5034 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5035 ac_cv_path_PATH_USERADD_PROG="$as_dir/$ac_word$ac_exec_ext" 4722 ac_cv_path_PATH_USERADD_PROG="$as_dir/$ac_word$ac_exec_ext"
5036 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4723 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5037 break 2 4724 break 2
5038 fi 4725 fi
5039done 4726done
@@ -5046,20 +4733,20 @@ esac
5046fi 4733fi
5047PATH_USERADD_PROG=$ac_cv_path_PATH_USERADD_PROG 4734PATH_USERADD_PROG=$ac_cv_path_PATH_USERADD_PROG
5048if test -n "$PATH_USERADD_PROG"; then 4735if test -n "$PATH_USERADD_PROG"; then
5049 { $as_echo "$as_me:$LINENO: result: $PATH_USERADD_PROG" >&5 4736 { echo "$as_me:$LINENO: result: $PATH_USERADD_PROG" >&5
5050$as_echo "$PATH_USERADD_PROG" >&6; } 4737echo "${ECHO_T}$PATH_USERADD_PROG" >&6; }
5051else 4738else
5052 { $as_echo "$as_me:$LINENO: result: no" >&5 4739 { echo "$as_me:$LINENO: result: no" >&5
5053$as_echo "no" >&6; } 4740echo "${ECHO_T}no" >&6; }
5054fi 4741fi
5055 4742
5056 4743
5057# Extract the first word of "pkgmk", so it can be a program name with args. 4744# Extract the first word of "pkgmk", so it can be a program name with args.
5058set dummy pkgmk; ac_word=$2 4745set dummy pkgmk; ac_word=$2
5059{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4746{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5060$as_echo_n "checking for $ac_word... " >&6; } 4747echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5061if test "${ac_cv_prog_MAKE_PACKAGE_SUPPORTED+set}" = set; then 4748if test "${ac_cv_prog_MAKE_PACKAGE_SUPPORTED+set}" = set; then
5062 $as_echo_n "(cached) " >&6 4749 echo $ECHO_N "(cached) $ECHO_C" >&6
5063else 4750else
5064 if test -n "$MAKE_PACKAGE_SUPPORTED"; then 4751 if test -n "$MAKE_PACKAGE_SUPPORTED"; then
5065 ac_cv_prog_MAKE_PACKAGE_SUPPORTED="$MAKE_PACKAGE_SUPPORTED" # Let the user override the test. 4752 ac_cv_prog_MAKE_PACKAGE_SUPPORTED="$MAKE_PACKAGE_SUPPORTED" # Let the user override the test.
@@ -5072,7 +4759,7 @@ do
5072 for ac_exec_ext in '' $ac_executable_extensions; do 4759 for ac_exec_ext in '' $ac_executable_extensions; do
5073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5074 ac_cv_prog_MAKE_PACKAGE_SUPPORTED="yes" 4761 ac_cv_prog_MAKE_PACKAGE_SUPPORTED="yes"
5075 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4762 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5076 break 2 4763 break 2
5077 fi 4764 fi
5078done 4765done
@@ -5084,11 +4771,11 @@ fi
5084fi 4771fi
5085MAKE_PACKAGE_SUPPORTED=$ac_cv_prog_MAKE_PACKAGE_SUPPORTED 4772MAKE_PACKAGE_SUPPORTED=$ac_cv_prog_MAKE_PACKAGE_SUPPORTED
5086if test -n "$MAKE_PACKAGE_SUPPORTED"; then 4773if test -n "$MAKE_PACKAGE_SUPPORTED"; then
5087 { $as_echo "$as_me:$LINENO: result: $MAKE_PACKAGE_SUPPORTED" >&5 4774 { echo "$as_me:$LINENO: result: $MAKE_PACKAGE_SUPPORTED" >&5
5088$as_echo "$MAKE_PACKAGE_SUPPORTED" >&6; } 4775echo "${ECHO_T}$MAKE_PACKAGE_SUPPORTED" >&6; }
5089else 4776else
5090 { $as_echo "$as_me:$LINENO: result: no" >&5 4777 { echo "$as_me:$LINENO: result: no" >&5
5091$as_echo "no" >&6; } 4778echo "${ECHO_T}no" >&6; }
5092fi 4779fi
5093 4780
5094 4781
@@ -5108,10 +4795,10 @@ fi
5108 4795
5109if test "$enable_largefile" != no; then 4796if test "$enable_largefile" != no; then
5110 4797
5111 { $as_echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5 4798 { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
5112$as_echo_n "checking for special C compiler options needed for large files... " >&6; } 4799echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; }
5113if test "${ac_cv_sys_largefile_CC+set}" = set; then 4800if test "${ac_cv_sys_largefile_CC+set}" = set; then
5114 $as_echo_n "(cached) " >&6 4801 echo $ECHO_N "(cached) $ECHO_C" >&6
5115else 4802else
5116 ac_cv_sys_largefile_CC=no 4803 ac_cv_sys_largefile_CC=no
5117 if test "$GCC" != yes; then 4804 if test "$GCC" != yes; then
@@ -5148,21 +4835,20 @@ case "(($ac_try" in
5148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5149 *) ac_try_echo=$ac_try;; 4836 *) ac_try_echo=$ac_try;;
5150esac 4837esac
5151eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4838eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5152$as_echo "$ac_try_echo") >&5
5153 (eval "$ac_compile") 2>conftest.er1 4839 (eval "$ac_compile") 2>conftest.er1
5154 ac_status=$? 4840 ac_status=$?
5155 grep -v '^ *+' conftest.er1 >conftest.err 4841 grep -v '^ *+' conftest.er1 >conftest.err
5156 rm -f conftest.er1 4842 rm -f conftest.er1
5157 cat conftest.err >&5 4843 cat conftest.err >&5
5158 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5159 (exit $ac_status); } && { 4845 (exit $ac_status); } && {
5160 test -z "$ac_c_werror_flag" || 4846 test -z "$ac_c_werror_flag" ||
5161 test ! -s conftest.err 4847 test ! -s conftest.err
5162 } && test -s conftest.$ac_objext; then 4848 } && test -s conftest.$ac_objext; then
5163 break 4849 break
5164else 4850else
5165 $as_echo "$as_me: failed program was:" >&5 4851 echo "$as_me: failed program was:" >&5
5166sed 's/^/| /' conftest.$ac_ext >&5 4852sed 's/^/| /' conftest.$ac_ext >&5
5167 4853
5168 4854
@@ -5176,21 +4862,20 @@ case "(($ac_try" in
5176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5177 *) ac_try_echo=$ac_try;; 4863 *) ac_try_echo=$ac_try;;
5178esac 4864esac
5179eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4865eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5180$as_echo "$ac_try_echo") >&5
5181 (eval "$ac_compile") 2>conftest.er1 4866 (eval "$ac_compile") 2>conftest.er1
5182 ac_status=$? 4867 ac_status=$?
5183 grep -v '^ *+' conftest.er1 >conftest.err 4868 grep -v '^ *+' conftest.er1 >conftest.err
5184 rm -f conftest.er1 4869 rm -f conftest.er1
5185 cat conftest.err >&5 4870 cat conftest.err >&5
5186 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5187 (exit $ac_status); } && { 4872 (exit $ac_status); } && {
5188 test -z "$ac_c_werror_flag" || 4873 test -z "$ac_c_werror_flag" ||
5189 test ! -s conftest.err 4874 test ! -s conftest.err
5190 } && test -s conftest.$ac_objext; then 4875 } && test -s conftest.$ac_objext; then
5191 ac_cv_sys_largefile_CC=' -n32'; break 4876 ac_cv_sys_largefile_CC=' -n32'; break
5192else 4877else
5193 $as_echo "$as_me: failed program was:" >&5 4878 echo "$as_me: failed program was:" >&5
5194sed 's/^/| /' conftest.$ac_ext >&5 4879sed 's/^/| /' conftest.$ac_ext >&5
5195 4880
5196 4881
@@ -5203,16 +4888,16 @@ rm -f core conftest.err conftest.$ac_objext
5203 rm -f conftest.$ac_ext 4888 rm -f conftest.$ac_ext
5204 fi 4889 fi
5205fi 4890fi
5206{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5 4891{ echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
5207$as_echo "$ac_cv_sys_largefile_CC" >&6; } 4892echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; }
5208 if test "$ac_cv_sys_largefile_CC" != no; then 4893 if test "$ac_cv_sys_largefile_CC" != no; then
5209 CC=$CC$ac_cv_sys_largefile_CC 4894 CC=$CC$ac_cv_sys_largefile_CC
5210 fi 4895 fi
5211 4896
5212 { $as_echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 4897 { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5213$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } 4898echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
5214if test "${ac_cv_sys_file_offset_bits+set}" = set; then 4899if test "${ac_cv_sys_file_offset_bits+set}" = set; then
5215 $as_echo_n "(cached) " >&6 4900 echo $ECHO_N "(cached) $ECHO_C" >&6
5216else 4901else
5217 while :; do 4902 while :; do
5218 cat >conftest.$ac_ext <<_ACEOF 4903 cat >conftest.$ac_ext <<_ACEOF
@@ -5244,21 +4929,20 @@ case "(($ac_try" in
5244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5245 *) ac_try_echo=$ac_try;; 4930 *) ac_try_echo=$ac_try;;
5246esac 4931esac
5247eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4932eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5248$as_echo "$ac_try_echo") >&5
5249 (eval "$ac_compile") 2>conftest.er1 4933 (eval "$ac_compile") 2>conftest.er1
5250 ac_status=$? 4934 ac_status=$?
5251 grep -v '^ *+' conftest.er1 >conftest.err 4935 grep -v '^ *+' conftest.er1 >conftest.err
5252 rm -f conftest.er1 4936 rm -f conftest.er1
5253 cat conftest.err >&5 4937 cat conftest.err >&5
5254 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5255 (exit $ac_status); } && { 4939 (exit $ac_status); } && {
5256 test -z "$ac_c_werror_flag" || 4940 test -z "$ac_c_werror_flag" ||
5257 test ! -s conftest.err 4941 test ! -s conftest.err
5258 } && test -s conftest.$ac_objext; then 4942 } && test -s conftest.$ac_objext; then
5259 ac_cv_sys_file_offset_bits=no; break 4943 ac_cv_sys_file_offset_bits=no; break
5260else 4944else
5261 $as_echo "$as_me: failed program was:" >&5 4945 echo "$as_me: failed program was:" >&5
5262sed 's/^/| /' conftest.$ac_ext >&5 4946sed 's/^/| /' conftest.$ac_ext >&5
5263 4947
5264 4948
@@ -5295,21 +4979,20 @@ case "(($ac_try" in
5295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5296 *) ac_try_echo=$ac_try;; 4980 *) ac_try_echo=$ac_try;;
5297esac 4981esac
5298eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4982eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5299$as_echo "$ac_try_echo") >&5
5300 (eval "$ac_compile") 2>conftest.er1 4983 (eval "$ac_compile") 2>conftest.er1
5301 ac_status=$? 4984 ac_status=$?
5302 grep -v '^ *+' conftest.er1 >conftest.err 4985 grep -v '^ *+' conftest.er1 >conftest.err
5303 rm -f conftest.er1 4986 rm -f conftest.er1
5304 cat conftest.err >&5 4987 cat conftest.err >&5
5305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5306 (exit $ac_status); } && { 4989 (exit $ac_status); } && {
5307 test -z "$ac_c_werror_flag" || 4990 test -z "$ac_c_werror_flag" ||
5308 test ! -s conftest.err 4991 test ! -s conftest.err
5309 } && test -s conftest.$ac_objext; then 4992 } && test -s conftest.$ac_objext; then
5310 ac_cv_sys_file_offset_bits=64; break 4993 ac_cv_sys_file_offset_bits=64; break
5311else 4994else
5312 $as_echo "$as_me: failed program was:" >&5 4995 echo "$as_me: failed program was:" >&5
5313sed 's/^/| /' conftest.$ac_ext >&5 4996sed 's/^/| /' conftest.$ac_ext >&5
5314 4997
5315 4998
@@ -5320,8 +5003,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5320 break 5003 break
5321done 5004done
5322fi 5005fi
5323{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 5006{ echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
5324$as_echo "$ac_cv_sys_file_offset_bits" >&6; } 5007echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
5325case $ac_cv_sys_file_offset_bits in #( 5008case $ac_cv_sys_file_offset_bits in #(
5326 no | unknown) ;; 5009 no | unknown) ;;
5327 *) 5010 *)
@@ -5330,12 +5013,12 @@ cat >>confdefs.h <<_ACEOF
5330_ACEOF 5013_ACEOF
5331;; 5014;;
5332esac 5015esac
5333rm -rf conftest* 5016rm -f conftest*
5334 if test $ac_cv_sys_file_offset_bits = unknown; then 5017 if test $ac_cv_sys_file_offset_bits = unknown; then
5335 { $as_echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 5018 { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
5336$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } 5019echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
5337if test "${ac_cv_sys_large_files+set}" = set; then 5020if test "${ac_cv_sys_large_files+set}" = set; then
5338 $as_echo_n "(cached) " >&6 5021 echo $ECHO_N "(cached) $ECHO_C" >&6
5339else 5022else
5340 while :; do 5023 while :; do
5341 cat >conftest.$ac_ext <<_ACEOF 5024 cat >conftest.$ac_ext <<_ACEOF
@@ -5367,21 +5050,20 @@ case "(($ac_try" in
5367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5368 *) ac_try_echo=$ac_try;; 5051 *) ac_try_echo=$ac_try;;
5369esac 5052esac
5370eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5053eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5371$as_echo "$ac_try_echo") >&5
5372 (eval "$ac_compile") 2>conftest.er1 5054 (eval "$ac_compile") 2>conftest.er1
5373 ac_status=$? 5055 ac_status=$?
5374 grep -v '^ *+' conftest.er1 >conftest.err 5056 grep -v '^ *+' conftest.er1 >conftest.err
5375 rm -f conftest.er1 5057 rm -f conftest.er1
5376 cat conftest.err >&5 5058 cat conftest.err >&5
5377 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5378 (exit $ac_status); } && { 5060 (exit $ac_status); } && {
5379 test -z "$ac_c_werror_flag" || 5061 test -z "$ac_c_werror_flag" ||
5380 test ! -s conftest.err 5062 test ! -s conftest.err
5381 } && test -s conftest.$ac_objext; then 5063 } && test -s conftest.$ac_objext; then
5382 ac_cv_sys_large_files=no; break 5064 ac_cv_sys_large_files=no; break
5383else 5065else
5384 $as_echo "$as_me: failed program was:" >&5 5066 echo "$as_me: failed program was:" >&5
5385sed 's/^/| /' conftest.$ac_ext >&5 5067sed 's/^/| /' conftest.$ac_ext >&5
5386 5068
5387 5069
@@ -5418,21 +5100,20 @@ case "(($ac_try" in
5418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5419 *) ac_try_echo=$ac_try;; 5101 *) ac_try_echo=$ac_try;;
5420esac 5102esac
5421eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5103eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5422$as_echo "$ac_try_echo") >&5
5423 (eval "$ac_compile") 2>conftest.er1 5104 (eval "$ac_compile") 2>conftest.er1
5424 ac_status=$? 5105 ac_status=$?
5425 grep -v '^ *+' conftest.er1 >conftest.err 5106 grep -v '^ *+' conftest.er1 >conftest.err
5426 rm -f conftest.er1 5107 rm -f conftest.er1
5427 cat conftest.err >&5 5108 cat conftest.err >&5
5428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5429 (exit $ac_status); } && { 5110 (exit $ac_status); } && {
5430 test -z "$ac_c_werror_flag" || 5111 test -z "$ac_c_werror_flag" ||
5431 test ! -s conftest.err 5112 test ! -s conftest.err
5432 } && test -s conftest.$ac_objext; then 5113 } && test -s conftest.$ac_objext; then
5433 ac_cv_sys_large_files=1; break 5114 ac_cv_sys_large_files=1; break
5434else 5115else
5435 $as_echo "$as_me: failed program was:" >&5 5116 echo "$as_me: failed program was:" >&5
5436sed 's/^/| /' conftest.$ac_ext >&5 5117sed 's/^/| /' conftest.$ac_ext >&5
5437 5118
5438 5119
@@ -5443,8 +5124,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5443 break 5124 break
5444done 5125done
5445fi 5126fi
5446{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 5127{ echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
5447$as_echo "$ac_cv_sys_large_files" >&6; } 5128echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
5448case $ac_cv_sys_large_files in #( 5129case $ac_cv_sys_large_files in #(
5449 no | unknown) ;; 5130 no | unknown) ;;
5450 *) 5131 *)
@@ -5453,14 +5134,14 @@ cat >>confdefs.h <<_ACEOF
5453_ACEOF 5134_ACEOF
5454;; 5135;;
5455esac 5136esac
5456rm -rf conftest* 5137rm -f conftest*
5457 fi 5138 fi
5458fi 5139fi
5459 5140
5460 5141
5461if test -z "$AR" ; then 5142if test -z "$AR" ; then
5462 { { $as_echo "$as_me:$LINENO: error: *** 'ar' missing, please install or fix your \$PATH ***" >&5 5143 { { echo "$as_me:$LINENO: error: *** 'ar' missing, please install or fix your \$PATH ***" >&5
5463$as_echo "$as_me: error: *** 'ar' missing, please install or fix your \$PATH ***" >&2;} 5144echo "$as_me: error: *** 'ar' missing, please install or fix your \$PATH ***" >&2;}
5464 { (exit 1); exit 1; }; } 5145 { (exit 1); exit 1; }; }
5465fi 5146fi
5466 5147
@@ -5475,10 +5156,10 @@ else
5475 # Search for login 5156 # Search for login
5476 # Extract the first word of "login", so it can be a program name with args. 5157 # Extract the first word of "login", so it can be a program name with args.
5477set dummy login; ac_word=$2 5158set dummy login; ac_word=$2
5478{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 5159{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5479$as_echo_n "checking for $ac_word... " >&6; } 5160echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5480if test "${ac_cv_path_LOGIN_PROGRAM_FALLBACK+set}" = set; then 5161if test "${ac_cv_path_LOGIN_PROGRAM_FALLBACK+set}" = set; then
5481 $as_echo_n "(cached) " >&6 5162 echo $ECHO_N "(cached) $ECHO_C" >&6
5482else 5163else
5483 case $LOGIN_PROGRAM_FALLBACK in 5164 case $LOGIN_PROGRAM_FALLBACK in
5484 [\\/]* | ?:[\\/]*) 5165 [\\/]* | ?:[\\/]*)
@@ -5493,7 +5174,7 @@ do
5493 for ac_exec_ext in '' $ac_executable_extensions; do 5174 for ac_exec_ext in '' $ac_executable_extensions; do
5494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5495 ac_cv_path_LOGIN_PROGRAM_FALLBACK="$as_dir/$ac_word$ac_exec_ext" 5176 ac_cv_path_LOGIN_PROGRAM_FALLBACK="$as_dir/$ac_word$ac_exec_ext"
5496 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5177 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5497 break 2 5178 break 2
5498 fi 5179 fi
5499done 5180done
@@ -5505,11 +5186,11 @@ esac
5505fi 5186fi
5506LOGIN_PROGRAM_FALLBACK=$ac_cv_path_LOGIN_PROGRAM_FALLBACK 5187LOGIN_PROGRAM_FALLBACK=$ac_cv_path_LOGIN_PROGRAM_FALLBACK
5507if test -n "$LOGIN_PROGRAM_FALLBACK"; then 5188if test -n "$LOGIN_PROGRAM_FALLBACK"; then
5508 { $as_echo "$as_me:$LINENO: result: $LOGIN_PROGRAM_FALLBACK" >&5 5189 { echo "$as_me:$LINENO: result: $LOGIN_PROGRAM_FALLBACK" >&5
5509$as_echo "$LOGIN_PROGRAM_FALLBACK" >&6; } 5190echo "${ECHO_T}$LOGIN_PROGRAM_FALLBACK" >&6; }
5510else 5191else
5511 { $as_echo "$as_me:$LINENO: result: no" >&5 5192 { echo "$as_me:$LINENO: result: no" >&5
5512$as_echo "no" >&6; } 5193echo "${ECHO_T}no" >&6; }
5513fi 5194fi
5514 5195
5515 5196
@@ -5523,10 +5204,10 @@ fi
5523 5204
5524# Extract the first word of "passwd", so it can be a program name with args. 5205# Extract the first word of "passwd", so it can be a program name with args.
5525set dummy passwd; ac_word=$2 5206set dummy passwd; ac_word=$2
5526{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 5207{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5527$as_echo_n "checking for $ac_word... " >&6; } 5208echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5528if test "${ac_cv_path_PATH_PASSWD_PROG+set}" = set; then 5209if test "${ac_cv_path_PATH_PASSWD_PROG+set}" = set; then
5529 $as_echo_n "(cached) " >&6 5210 echo $ECHO_N "(cached) $ECHO_C" >&6
5530else 5211else
5531 case $PATH_PASSWD_PROG in 5212 case $PATH_PASSWD_PROG in
5532 [\\/]* | ?:[\\/]*) 5213 [\\/]* | ?:[\\/]*)
@@ -5541,7 +5222,7 @@ do
5541 for ac_exec_ext in '' $ac_executable_extensions; do 5222 for ac_exec_ext in '' $ac_executable_extensions; do
5542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5223 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5543 ac_cv_path_PATH_PASSWD_PROG="$as_dir/$ac_word$ac_exec_ext" 5224 ac_cv_path_PATH_PASSWD_PROG="$as_dir/$ac_word$ac_exec_ext"
5544 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5225 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5545 break 2 5226 break 2
5546 fi 5227 fi
5547done 5228done
@@ -5553,11 +5234,11 @@ esac
5553fi 5234fi
5554PATH_PASSWD_PROG=$ac_cv_path_PATH_PASSWD_PROG 5235PATH_PASSWD_PROG=$ac_cv_path_PATH_PASSWD_PROG
5555if test -n "$PATH_PASSWD_PROG"; then 5236if test -n "$PATH_PASSWD_PROG"; then
5556 { $as_echo "$as_me:$LINENO: result: $PATH_PASSWD_PROG" >&5 5237 { echo "$as_me:$LINENO: result: $PATH_PASSWD_PROG" >&5
5557$as_echo "$PATH_PASSWD_PROG" >&6; } 5238echo "${ECHO_T}$PATH_PASSWD_PROG" >&6; }
5558else 5239else
5559 { $as_echo "$as_me:$LINENO: result: no" >&5 5240 { echo "$as_me:$LINENO: result: no" >&5
5560$as_echo "no" >&6; } 5241echo "${ECHO_T}no" >&6; }
5561fi 5242fi
5562 5243
5563 5244
@@ -5574,10 +5255,10 @@ if test -z "$LD" ; then
5574fi 5255fi
5575 5256
5576 5257
5577{ $as_echo "$as_me:$LINENO: checking for inline" >&5 5258{ echo "$as_me:$LINENO: checking for inline" >&5
5578$as_echo_n "checking for inline... " >&6; } 5259echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
5579if test "${ac_cv_c_inline+set}" = set; then 5260if test "${ac_cv_c_inline+set}" = set; then
5580 $as_echo_n "(cached) " >&6 5261 echo $ECHO_N "(cached) $ECHO_C" >&6
5581else 5262else
5582 ac_cv_c_inline=no 5263 ac_cv_c_inline=no
5583for ac_kw in inline __inline__ __inline; do 5264for ac_kw in inline __inline__ __inline; do
@@ -5600,21 +5281,20 @@ case "(($ac_try" in
5600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5601 *) ac_try_echo=$ac_try;; 5282 *) ac_try_echo=$ac_try;;
5602esac 5283esac
5603eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5284eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5604$as_echo "$ac_try_echo") >&5
5605 (eval "$ac_compile") 2>conftest.er1 5285 (eval "$ac_compile") 2>conftest.er1
5606 ac_status=$? 5286 ac_status=$?
5607 grep -v '^ *+' conftest.er1 >conftest.err 5287 grep -v '^ *+' conftest.er1 >conftest.err
5608 rm -f conftest.er1 5288 rm -f conftest.er1
5609 cat conftest.err >&5 5289 cat conftest.err >&5
5610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5611 (exit $ac_status); } && { 5291 (exit $ac_status); } && {
5612 test -z "$ac_c_werror_flag" || 5292 test -z "$ac_c_werror_flag" ||
5613 test ! -s conftest.err 5293 test ! -s conftest.err
5614 } && test -s conftest.$ac_objext; then 5294 } && test -s conftest.$ac_objext; then
5615 ac_cv_c_inline=$ac_kw 5295 ac_cv_c_inline=$ac_kw
5616else 5296else
5617 $as_echo "$as_me: failed program was:" >&5 5297 echo "$as_me: failed program was:" >&5
5618sed 's/^/| /' conftest.$ac_ext >&5 5298sed 's/^/| /' conftest.$ac_ext >&5
5619 5299
5620 5300
@@ -5625,8 +5305,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5625done 5305done
5626 5306
5627fi 5307fi
5628{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 5308{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
5629$as_echo "$ac_cv_c_inline" >&6; } 5309echo "${ECHO_T}$ac_cv_c_inline" >&6; }
5630 5310
5631 5311
5632case $ac_cv_c_inline in 5312case $ac_cv_c_inline in
@@ -5645,10 +5325,10 @@ _ACEOF
5645esac 5325esac
5646 5326
5647 5327
5648{ $as_echo "$as_me:$LINENO: checking whether LLONG_MAX is declared" >&5 5328{ echo "$as_me:$LINENO: checking whether LLONG_MAX is declared" >&5
5649$as_echo_n "checking whether LLONG_MAX is declared... " >&6; } 5329echo $ECHO_N "checking whether LLONG_MAX is declared... $ECHO_C" >&6; }
5650if test "${ac_cv_have_decl_LLONG_MAX+set}" = set; then 5330if test "${ac_cv_have_decl_LLONG_MAX+set}" = set; then
5651 $as_echo_n "(cached) " >&6 5331 echo $ECHO_N "(cached) $ECHO_C" >&6
5652else 5332else
5653 cat >conftest.$ac_ext <<_ACEOF 5333 cat >conftest.$ac_ext <<_ACEOF
5654/* confdefs.h. */ 5334/* confdefs.h. */
@@ -5675,21 +5355,20 @@ case "(($ac_try" in
5675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5676 *) ac_try_echo=$ac_try;; 5356 *) ac_try_echo=$ac_try;;
5677esac 5357esac
5678eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5358eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5679$as_echo "$ac_try_echo") >&5
5680 (eval "$ac_compile") 2>conftest.er1 5359 (eval "$ac_compile") 2>conftest.er1
5681 ac_status=$? 5360 ac_status=$?
5682 grep -v '^ *+' conftest.er1 >conftest.err 5361 grep -v '^ *+' conftest.er1 >conftest.err
5683 rm -f conftest.er1 5362 rm -f conftest.er1
5684 cat conftest.err >&5 5363 cat conftest.err >&5
5685 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5686 (exit $ac_status); } && { 5365 (exit $ac_status); } && {
5687 test -z "$ac_c_werror_flag" || 5366 test -z "$ac_c_werror_flag" ||
5688 test ! -s conftest.err 5367 test ! -s conftest.err
5689 } && test -s conftest.$ac_objext; then 5368 } && test -s conftest.$ac_objext; then
5690 ac_cv_have_decl_LLONG_MAX=yes 5369 ac_cv_have_decl_LLONG_MAX=yes
5691else 5370else
5692 $as_echo "$as_me: failed program was:" >&5 5371 echo "$as_me: failed program was:" >&5
5693sed 's/^/| /' conftest.$ac_ext >&5 5372sed 's/^/| /' conftest.$ac_ext >&5
5694 5373
5695 ac_cv_have_decl_LLONG_MAX=no 5374 ac_cv_have_decl_LLONG_MAX=no
@@ -5697,8 +5376,8 @@ fi
5697 5376
5698rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5377rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5699fi 5378fi
5700{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_LLONG_MAX" >&5 5379{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_LLONG_MAX" >&5
5701$as_echo "$ac_cv_have_decl_LLONG_MAX" >&6; } 5380echo "${ECHO_T}$ac_cv_have_decl_LLONG_MAX" >&6; }
5702if test $ac_cv_have_decl_LLONG_MAX = yes; then 5381if test $ac_cv_have_decl_LLONG_MAX = yes; then
5703 have_llong_max=1 5382 have_llong_max=1
5704fi 5383fi
@@ -5726,12 +5405,12 @@ if test "$GCC" = "yes" || test "$GCC" = "egcs"; then
5726 ;; 5405 ;;
5727 2.*) no_attrib_nonnull=1 ;; 5406 2.*) no_attrib_nonnull=1 ;;
5728 3.*) CFLAGS="$CFLAGS -Wsign-compare -Wformat-security" ;; 5407 3.*) CFLAGS="$CFLAGS -Wsign-compare -Wformat-security" ;;
5729 4.*) CFLAGS="$CFLAGS -Wsign-compare -Wno-pointer-sign -Wformat-security" ;; 5408 4.*) CFLAGS="$CFLAGS -Wsign-compare -Wno-pointer-sign -Wformat-security -fno-strict-aliasing" ;;
5730 *) ;; 5409 *) ;;
5731 esac 5410 esac
5732 5411
5733 { $as_echo "$as_me:$LINENO: checking if $CC accepts -fno-builtin-memset" >&5 5412 { echo "$as_me:$LINENO: checking if $CC accepts -fno-builtin-memset" >&5
5734$as_echo_n "checking if $CC accepts -fno-builtin-memset... " >&6; } 5413echo $ECHO_N "checking if $CC accepts -fno-builtin-memset... $ECHO_C" >&6; }
5735 saved_CFLAGS="$CFLAGS" 5414 saved_CFLAGS="$CFLAGS"
5736 CFLAGS="$CFLAGS -fno-builtin-memset" 5415 CFLAGS="$CFLAGS -fno-builtin-memset"
5737 cat >conftest.$ac_ext <<_ACEOF 5416 cat >conftest.$ac_ext <<_ACEOF
@@ -5751,34 +5430,30 @@ case "(($ac_try" in
5751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5752 *) ac_try_echo=$ac_try;; 5431 *) ac_try_echo=$ac_try;;
5753esac 5432esac
5754eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5433eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5755$as_echo "$ac_try_echo") >&5
5756 (eval "$ac_link") 2>conftest.er1 5434 (eval "$ac_link") 2>conftest.er1
5757 ac_status=$? 5435 ac_status=$?
5758 grep -v '^ *+' conftest.er1 >conftest.err 5436 grep -v '^ *+' conftest.er1 >conftest.err
5759 rm -f conftest.er1 5437 rm -f conftest.er1
5760 cat conftest.err >&5 5438 cat conftest.err >&5
5761 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5762 (exit $ac_status); } && { 5440 (exit $ac_status); } && {
5763 test -z "$ac_c_werror_flag" || 5441 test -z "$ac_c_werror_flag" ||
5764 test ! -s conftest.err 5442 test ! -s conftest.err
5765 } && test -s conftest$ac_exeext && { 5443 } && test -s conftest$ac_exeext &&
5766 test "$cross_compiling" = yes || 5444 $as_test_x conftest$ac_exeext; then
5767 $as_test_x conftest$ac_exeext 5445 { echo "$as_me:$LINENO: result: yes" >&5
5768 }; then 5446echo "${ECHO_T}yes" >&6; }
5769 { $as_echo "$as_me:$LINENO: result: yes" >&5
5770$as_echo "yes" >&6; }
5771else 5447else
5772 $as_echo "$as_me: failed program was:" >&5 5448 echo "$as_me: failed program was:" >&5
5773sed 's/^/| /' conftest.$ac_ext >&5 5449sed 's/^/| /' conftest.$ac_ext >&5
5774 5450
5775 { $as_echo "$as_me:$LINENO: result: no" >&5 5451 { echo "$as_me:$LINENO: result: no" >&5
5776$as_echo "no" >&6; } 5452echo "${ECHO_T}no" >&6; }
5777 CFLAGS="$saved_CFLAGS" 5453 CFLAGS="$saved_CFLAGS"
5778 5454
5779fi 5455fi
5780 5456
5781rm -rf conftest.dSYM
5782rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5457rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5783 conftest$ac_exeext conftest.$ac_ext 5458 conftest$ac_exeext conftest.$ac_ext
5784 5459
@@ -5787,8 +5462,8 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5787 # on a given platform gcc will emit a warning so we use -Werror. 5462 # on a given platform gcc will emit a warning so we use -Werror.
5788 if test "x$use_stack_protector" = "x1"; then 5463 if test "x$use_stack_protector" = "x1"; then
5789 for t in -fstack-protector-all -fstack-protector; do 5464 for t in -fstack-protector-all -fstack-protector; do
5790 { $as_echo "$as_me:$LINENO: checking if $CC supports $t" >&5 5465 { echo "$as_me:$LINENO: checking if $CC supports $t" >&5
5791$as_echo_n "checking if $CC supports $t... " >&6; } 5466echo $ECHO_N "checking if $CC supports $t... $ECHO_C" >&6; }
5792 saved_CFLAGS="$CFLAGS" 5467 saved_CFLAGS="$CFLAGS"
5793 saved_LDFLAGS="$LDFLAGS" 5468 saved_LDFLAGS="$LDFLAGS"
5794 CFLAGS="$CFLAGS $t -Werror" 5469 CFLAGS="$CFLAGS $t -Werror"
@@ -5810,30 +5485,27 @@ case "(($ac_try" in
5810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5811 *) ac_try_echo=$ac_try;; 5486 *) ac_try_echo=$ac_try;;
5812esac 5487esac
5813eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5488eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5814$as_echo "$ac_try_echo") >&5
5815 (eval "$ac_link") 2>conftest.er1 5489 (eval "$ac_link") 2>conftest.er1
5816 ac_status=$? 5490 ac_status=$?
5817 grep -v '^ *+' conftest.er1 >conftest.err 5491 grep -v '^ *+' conftest.er1 >conftest.err
5818 rm -f conftest.er1 5492 rm -f conftest.er1
5819 cat conftest.err >&5 5493 cat conftest.err >&5
5820 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5821 (exit $ac_status); } && { 5495 (exit $ac_status); } && {
5822 test -z "$ac_c_werror_flag" || 5496 test -z "$ac_c_werror_flag" ||
5823 test ! -s conftest.err 5497 test ! -s conftest.err
5824 } && test -s conftest$ac_exeext && { 5498 } && test -s conftest$ac_exeext &&
5825 test "$cross_compiling" = yes || 5499 $as_test_x conftest$ac_exeext; then
5826 $as_test_x conftest$ac_exeext 5500 { echo "$as_me:$LINENO: result: yes" >&5
5827 }; then 5501echo "${ECHO_T}yes" >&6; }
5828 { $as_echo "$as_me:$LINENO: result: yes" >&5
5829$as_echo "yes" >&6; }
5830 CFLAGS="$saved_CFLAGS $t" 5502 CFLAGS="$saved_CFLAGS $t"
5831 LDFLAGS="$saved_LDFLAGS $t" 5503 LDFLAGS="$saved_LDFLAGS $t"
5832 { $as_echo "$as_me:$LINENO: checking if $t works" >&5 5504 { echo "$as_me:$LINENO: checking if $t works" >&5
5833$as_echo_n "checking if $t works... " >&6; } 5505echo $ECHO_N "checking if $t works... $ECHO_C" >&6; }
5834 if test "$cross_compiling" = yes; then 5506 if test "$cross_compiling" = yes; then
5835 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: cannot test" >&5 5507 { echo "$as_me:$LINENO: WARNING: cross compiling: cannot test" >&5
5836$as_echo "$as_me: WARNING: cross compiling: cannot test" >&2;} 5508echo "$as_me: WARNING: cross compiling: cannot test" >&2;}
5837 break 5509 break
5838 5510
5839else 5511else
@@ -5854,50 +5526,46 @@ case "(($ac_try" in
5854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5855 *) ac_try_echo=$ac_try;; 5527 *) ac_try_echo=$ac_try;;
5856esac 5528esac
5857eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5529eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5858$as_echo "$ac_try_echo") >&5
5859 (eval "$ac_link") 2>&5 5530 (eval "$ac_link") 2>&5
5860 ac_status=$? 5531 ac_status=$?
5861 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5862 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5533 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5863 { (case "(($ac_try" in 5534 { (case "(($ac_try" in
5864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5865 *) ac_try_echo=$ac_try;; 5536 *) ac_try_echo=$ac_try;;
5866esac 5537esac
5867eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5538eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5868$as_echo "$ac_try_echo") >&5
5869 (eval "$ac_try") 2>&5 5539 (eval "$ac_try") 2>&5
5870 ac_status=$? 5540 ac_status=$?
5871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5872 (exit $ac_status); }; }; then 5542 (exit $ac_status); }; }; then
5873 { $as_echo "$as_me:$LINENO: result: yes" >&5 5543 { echo "$as_me:$LINENO: result: yes" >&5
5874$as_echo "yes" >&6; } 5544echo "${ECHO_T}yes" >&6; }
5875 break 5545 break
5876else 5546else
5877 $as_echo "$as_me: program exited with status $ac_status" >&5 5547 echo "$as_me: program exited with status $ac_status" >&5
5878$as_echo "$as_me: failed program was:" >&5 5548echo "$as_me: failed program was:" >&5
5879sed 's/^/| /' conftest.$ac_ext >&5 5549sed 's/^/| /' conftest.$ac_ext >&5
5880 5550
5881( exit $ac_status ) 5551( exit $ac_status )
5882 { $as_echo "$as_me:$LINENO: result: no" >&5 5552 { echo "$as_me:$LINENO: result: no" >&5
5883$as_echo "no" >&6; } 5553echo "${ECHO_T}no" >&6; }
5884fi 5554fi
5885rm -rf conftest.dSYM
5886rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5555rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5887fi 5556fi
5888 5557
5889 5558
5890 5559
5891else 5560else
5892 $as_echo "$as_me: failed program was:" >&5 5561 echo "$as_me: failed program was:" >&5
5893sed 's/^/| /' conftest.$ac_ext >&5 5562sed 's/^/| /' conftest.$ac_ext >&5
5894 5563
5895 { $as_echo "$as_me:$LINENO: result: no" >&5 5564 { echo "$as_me:$LINENO: result: no" >&5
5896$as_echo "no" >&6; } 5565echo "${ECHO_T}no" >&6; }
5897 5566
5898fi 5567fi
5899 5568
5900rm -rf conftest.dSYM
5901rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5569rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5902 conftest$ac_exeext conftest.$ac_ext 5570 conftest$ac_exeext conftest.$ac_ext
5903 CFLAGS="$saved_CFLAGS" 5571 CFLAGS="$saved_CFLAGS"
@@ -5910,10 +5578,10 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5910 unset ac_cv_have_decl_LLONG_MAX 5578 unset ac_cv_have_decl_LLONG_MAX
5911 saved_CFLAGS="$CFLAGS" 5579 saved_CFLAGS="$CFLAGS"
5912 CFLAGS="$CFLAGS -std=gnu99" 5580 CFLAGS="$CFLAGS -std=gnu99"
5913 { $as_echo "$as_me:$LINENO: checking whether LLONG_MAX is declared" >&5 5581 { echo "$as_me:$LINENO: checking whether LLONG_MAX is declared" >&5
5914$as_echo_n "checking whether LLONG_MAX is declared... " >&6; } 5582echo $ECHO_N "checking whether LLONG_MAX is declared... $ECHO_C" >&6; }
5915if test "${ac_cv_have_decl_LLONG_MAX+set}" = set; then 5583if test "${ac_cv_have_decl_LLONG_MAX+set}" = set; then
5916 $as_echo_n "(cached) " >&6 5584 echo $ECHO_N "(cached) $ECHO_C" >&6
5917else 5585else
5918 cat >conftest.$ac_ext <<_ACEOF 5586 cat >conftest.$ac_ext <<_ACEOF
5919/* confdefs.h. */ 5587/* confdefs.h. */
@@ -5941,21 +5609,20 @@ case "(($ac_try" in
5941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5942 *) ac_try_echo=$ac_try;; 5610 *) ac_try_echo=$ac_try;;
5943esac 5611esac
5944eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5612eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5945$as_echo "$ac_try_echo") >&5
5946 (eval "$ac_compile") 2>conftest.er1 5613 (eval "$ac_compile") 2>conftest.er1
5947 ac_status=$? 5614 ac_status=$?
5948 grep -v '^ *+' conftest.er1 >conftest.err 5615 grep -v '^ *+' conftest.er1 >conftest.err
5949 rm -f conftest.er1 5616 rm -f conftest.er1
5950 cat conftest.err >&5 5617 cat conftest.err >&5
5951 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5952 (exit $ac_status); } && { 5619 (exit $ac_status); } && {
5953 test -z "$ac_c_werror_flag" || 5620 test -z "$ac_c_werror_flag" ||
5954 test ! -s conftest.err 5621 test ! -s conftest.err
5955 } && test -s conftest.$ac_objext; then 5622 } && test -s conftest.$ac_objext; then
5956 ac_cv_have_decl_LLONG_MAX=yes 5623 ac_cv_have_decl_LLONG_MAX=yes
5957else 5624else
5958 $as_echo "$as_me: failed program was:" >&5 5625 echo "$as_me: failed program was:" >&5
5959sed 's/^/| /' conftest.$ac_ext >&5 5626sed 's/^/| /' conftest.$ac_ext >&5
5960 5627
5961 ac_cv_have_decl_LLONG_MAX=no 5628 ac_cv_have_decl_LLONG_MAX=no
@@ -5963,8 +5630,8 @@ fi
5963 5630
5964rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5631rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5965fi 5632fi
5966{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_LLONG_MAX" >&5 5633{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_LLONG_MAX" >&5
5967$as_echo "$ac_cv_have_decl_LLONG_MAX" >&6; } 5634echo "${ECHO_T}$ac_cv_have_decl_LLONG_MAX" >&6; }
5968if test $ac_cv_have_decl_LLONG_MAX = yes; then 5635if test $ac_cv_have_decl_LLONG_MAX = yes; then
5969 have_llong_max=1 5636 have_llong_max=1
5970else 5637else
@@ -6190,21 +5857,20 @@ for ac_header in \
6190 vis.h \ 5857 vis.h \
6191 5858
6192do 5859do
6193as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5860as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6194if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5861if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6195 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5862 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6196$as_echo_n "checking for $ac_header... " >&6; } 5863echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6197if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5864if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6198 $as_echo_n "(cached) " >&6 5865 echo $ECHO_N "(cached) $ECHO_C" >&6
6199fi 5866fi
6200ac_res=`eval 'as_val=${'$as_ac_Header'} 5867ac_res=`eval echo '${'$as_ac_Header'}'`
6201 $as_echo "$as_val"'` 5868 { echo "$as_me:$LINENO: result: $ac_res" >&5
6202 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5869echo "${ECHO_T}$ac_res" >&6; }
6203$as_echo "$ac_res" >&6; }
6204else 5870else
6205 # Is the header compilable? 5871 # Is the header compilable?
6206{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5872{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
6207$as_echo_n "checking $ac_header usability... " >&6; } 5873echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6208cat >conftest.$ac_ext <<_ACEOF 5874cat >conftest.$ac_ext <<_ACEOF
6209/* confdefs.h. */ 5875/* confdefs.h. */
6210_ACEOF 5876_ACEOF
@@ -6220,33 +5886,32 @@ case "(($ac_try" in
6220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6221 *) ac_try_echo=$ac_try;; 5887 *) ac_try_echo=$ac_try;;
6222esac 5888esac
6223eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5889eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6224$as_echo "$ac_try_echo") >&5
6225 (eval "$ac_compile") 2>conftest.er1 5890 (eval "$ac_compile") 2>conftest.er1
6226 ac_status=$? 5891 ac_status=$?
6227 grep -v '^ *+' conftest.er1 >conftest.err 5892 grep -v '^ *+' conftest.er1 >conftest.err
6228 rm -f conftest.er1 5893 rm -f conftest.er1
6229 cat conftest.err >&5 5894 cat conftest.err >&5
6230 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6231 (exit $ac_status); } && { 5896 (exit $ac_status); } && {
6232 test -z "$ac_c_werror_flag" || 5897 test -z "$ac_c_werror_flag" ||
6233 test ! -s conftest.err 5898 test ! -s conftest.err
6234 } && test -s conftest.$ac_objext; then 5899 } && test -s conftest.$ac_objext; then
6235 ac_header_compiler=yes 5900 ac_header_compiler=yes
6236else 5901else
6237 $as_echo "$as_me: failed program was:" >&5 5902 echo "$as_me: failed program was:" >&5
6238sed 's/^/| /' conftest.$ac_ext >&5 5903sed 's/^/| /' conftest.$ac_ext >&5
6239 5904
6240 ac_header_compiler=no 5905 ac_header_compiler=no
6241fi 5906fi
6242 5907
6243rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5908rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6244{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5909{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6245$as_echo "$ac_header_compiler" >&6; } 5910echo "${ECHO_T}$ac_header_compiler" >&6; }
6246 5911
6247# Is the header present? 5912# Is the header present?
6248{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5913{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
6249$as_echo_n "checking $ac_header presence... " >&6; } 5914echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6250cat >conftest.$ac_ext <<_ACEOF 5915cat >conftest.$ac_ext <<_ACEOF
6251/* confdefs.h. */ 5916/* confdefs.h. */
6252_ACEOF 5917_ACEOF
@@ -6260,52 +5925,51 @@ case "(($ac_try" in
6260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6261 *) ac_try_echo=$ac_try;; 5926 *) ac_try_echo=$ac_try;;
6262esac 5927esac
6263eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5928eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6264$as_echo "$ac_try_echo") >&5
6265 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5929 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6266 ac_status=$? 5930 ac_status=$?
6267 grep -v '^ *+' conftest.er1 >conftest.err 5931 grep -v '^ *+' conftest.er1 >conftest.err
6268 rm -f conftest.er1 5932 rm -f conftest.er1
6269 cat conftest.err >&5 5933 cat conftest.err >&5
6270 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6271 (exit $ac_status); } >/dev/null && { 5935 (exit $ac_status); } >/dev/null && {
6272 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5936 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6273 test ! -s conftest.err 5937 test ! -s conftest.err
6274 }; then 5938 }; then
6275 ac_header_preproc=yes 5939 ac_header_preproc=yes
6276else 5940else
6277 $as_echo "$as_me: failed program was:" >&5 5941 echo "$as_me: failed program was:" >&5
6278sed 's/^/| /' conftest.$ac_ext >&5 5942sed 's/^/| /' conftest.$ac_ext >&5
6279 5943
6280 ac_header_preproc=no 5944 ac_header_preproc=no
6281fi 5945fi
6282 5946
6283rm -f conftest.err conftest.$ac_ext 5947rm -f conftest.err conftest.$ac_ext
6284{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5948{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6285$as_echo "$ac_header_preproc" >&6; } 5949echo "${ECHO_T}$ac_header_preproc" >&6; }
6286 5950
6287# So? What about this header? 5951# So? What about this header?
6288case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5952case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6289 yes:no: ) 5953 yes:no: )
6290 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5954 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6291$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5955echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6292 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5956 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6293$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5957echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6294 ac_header_preproc=yes 5958 ac_header_preproc=yes
6295 ;; 5959 ;;
6296 no:yes:* ) 5960 no:yes:* )
6297 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5961 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6298$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5962echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6299 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5963 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6300$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5964echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6301 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5965 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6302$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5966echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6303 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5967 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6304$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5968echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6305 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5969 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6306$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5970echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6307 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5971 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6308$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5972echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6309 ( cat <<\_ASBOX 5973 ( cat <<\_ASBOX
6310## ------------------------------------------- ## 5974## ------------------------------------------- ##
6311## Report this to openssh-unix-dev@mindrot.org ## 5975## Report this to openssh-unix-dev@mindrot.org ##
@@ -6314,23 +5978,21 @@ _ASBOX
6314 ) | sed "s/^/$as_me: WARNING: /" >&2 5978 ) | sed "s/^/$as_me: WARNING: /" >&2
6315 ;; 5979 ;;
6316esac 5980esac
6317{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5981{ echo "$as_me:$LINENO: checking for $ac_header" >&5
6318$as_echo_n "checking for $ac_header... " >&6; } 5982echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6319if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5983if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6320 $as_echo_n "(cached) " >&6 5984 echo $ECHO_N "(cached) $ECHO_C" >&6
6321else 5985else
6322 eval "$as_ac_Header=\$ac_header_preproc" 5986 eval "$as_ac_Header=\$ac_header_preproc"
6323fi 5987fi
6324ac_res=`eval 'as_val=${'$as_ac_Header'} 5988ac_res=`eval echo '${'$as_ac_Header'}'`
6325 $as_echo "$as_val"'` 5989 { echo "$as_me:$LINENO: result: $ac_res" >&5
6326 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5990echo "${ECHO_T}$ac_res" >&6; }
6327$as_echo "$ac_res" >&6; }
6328 5991
6329fi 5992fi
6330if test `eval 'as_val=${'$as_ac_Header'} 5993if test `eval echo '${'$as_ac_Header'}'` = yes; then
6331 $as_echo "$as_val"'` = yes; then
6332 cat >>confdefs.h <<_ACEOF 5994 cat >>confdefs.h <<_ACEOF
6333#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5995#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6334_ACEOF 5996_ACEOF
6335 5997
6336fi 5998fi
@@ -6342,11 +6004,11 @@ done
6342 6004
6343for ac_header in lastlog.h 6005for ac_header in lastlog.h
6344do 6006do
6345as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 6007as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6346{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 6008{ echo "$as_me:$LINENO: checking for $ac_header" >&5
6347$as_echo_n "checking for $ac_header... " >&6; } 6009echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6348if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6010if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6349 $as_echo_n "(cached) " >&6 6011 echo $ECHO_N "(cached) $ECHO_C" >&6
6350else 6012else
6351 cat >conftest.$ac_ext <<_ACEOF 6013 cat >conftest.$ac_ext <<_ACEOF
6352/* confdefs.h. */ 6014/* confdefs.h. */
@@ -6368,21 +6030,20 @@ case "(($ac_try" in
6368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6369 *) ac_try_echo=$ac_try;; 6031 *) ac_try_echo=$ac_try;;
6370esac 6032esac
6371eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6033eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6372$as_echo "$ac_try_echo") >&5
6373 (eval "$ac_compile") 2>conftest.er1 6034 (eval "$ac_compile") 2>conftest.er1
6374 ac_status=$? 6035 ac_status=$?
6375 grep -v '^ *+' conftest.er1 >conftest.err 6036 grep -v '^ *+' conftest.er1 >conftest.err
6376 rm -f conftest.er1 6037 rm -f conftest.er1
6377 cat conftest.err >&5 6038 cat conftest.err >&5
6378 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6379 (exit $ac_status); } && { 6040 (exit $ac_status); } && {
6380 test -z "$ac_c_werror_flag" || 6041 test -z "$ac_c_werror_flag" ||
6381 test ! -s conftest.err 6042 test ! -s conftest.err
6382 } && test -s conftest.$ac_objext; then 6043 } && test -s conftest.$ac_objext; then
6383 eval "$as_ac_Header=yes" 6044 eval "$as_ac_Header=yes"
6384else 6045else
6385 $as_echo "$as_me: failed program was:" >&5 6046 echo "$as_me: failed program was:" >&5
6386sed 's/^/| /' conftest.$ac_ext >&5 6047sed 's/^/| /' conftest.$ac_ext >&5
6387 6048
6388 eval "$as_ac_Header=no" 6049 eval "$as_ac_Header=no"
@@ -6390,14 +6051,12 @@ fi
6390 6051
6391rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6052rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6392fi 6053fi
6393ac_res=`eval 'as_val=${'$as_ac_Header'} 6054ac_res=`eval echo '${'$as_ac_Header'}'`
6394 $as_echo "$as_val"'` 6055 { echo "$as_me:$LINENO: result: $ac_res" >&5
6395 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 6056echo "${ECHO_T}$ac_res" >&6; }
6396$as_echo "$ac_res" >&6; } 6057if test `eval echo '${'$as_ac_Header'}'` = yes; then
6397if test `eval 'as_val=${'$as_ac_Header'}
6398 $as_echo "$as_val"'` = yes; then
6399 cat >>confdefs.h <<_ACEOF 6058 cat >>confdefs.h <<_ACEOF
6400#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 6059#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6401_ACEOF 6060_ACEOF
6402 6061
6403fi 6062fi
@@ -6409,11 +6068,11 @@ done
6409 6068
6410for ac_header in sys/ptms.h 6069for ac_header in sys/ptms.h
6411do 6070do
6412as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 6071as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6413{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 6072{ echo "$as_me:$LINENO: checking for $ac_header" >&5
6414$as_echo_n "checking for $ac_header... " >&6; } 6073echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6415if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6074if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6416 $as_echo_n "(cached) " >&6 6075 echo $ECHO_N "(cached) $ECHO_C" >&6
6417else 6076else
6418 cat >conftest.$ac_ext <<_ACEOF 6077 cat >conftest.$ac_ext <<_ACEOF
6419/* confdefs.h. */ 6078/* confdefs.h. */
@@ -6435,21 +6094,20 @@ case "(($ac_try" in
6435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6436 *) ac_try_echo=$ac_try;; 6095 *) ac_try_echo=$ac_try;;
6437esac 6096esac
6438eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6097eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6439$as_echo "$ac_try_echo") >&5
6440 (eval "$ac_compile") 2>conftest.er1 6098 (eval "$ac_compile") 2>conftest.er1
6441 ac_status=$? 6099 ac_status=$?
6442 grep -v '^ *+' conftest.er1 >conftest.err 6100 grep -v '^ *+' conftest.er1 >conftest.err
6443 rm -f conftest.er1 6101 rm -f conftest.er1
6444 cat conftest.err >&5 6102 cat conftest.err >&5
6445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6446 (exit $ac_status); } && { 6104 (exit $ac_status); } && {
6447 test -z "$ac_c_werror_flag" || 6105 test -z "$ac_c_werror_flag" ||
6448 test ! -s conftest.err 6106 test ! -s conftest.err
6449 } && test -s conftest.$ac_objext; then 6107 } && test -s conftest.$ac_objext; then
6450 eval "$as_ac_Header=yes" 6108 eval "$as_ac_Header=yes"
6451else 6109else
6452 $as_echo "$as_me: failed program was:" >&5 6110 echo "$as_me: failed program was:" >&5
6453sed 's/^/| /' conftest.$ac_ext >&5 6111sed 's/^/| /' conftest.$ac_ext >&5
6454 6112
6455 eval "$as_ac_Header=no" 6113 eval "$as_ac_Header=no"
@@ -6457,14 +6115,12 @@ fi
6457 6115
6458rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6116rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6459fi 6117fi
6460ac_res=`eval 'as_val=${'$as_ac_Header'} 6118ac_res=`eval echo '${'$as_ac_Header'}'`
6461 $as_echo "$as_val"'` 6119 { echo "$as_me:$LINENO: result: $ac_res" >&5
6462 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 6120echo "${ECHO_T}$ac_res" >&6; }
6463$as_echo "$ac_res" >&6; } 6121if test `eval echo '${'$as_ac_Header'}'` = yes; then
6464if test `eval 'as_val=${'$as_ac_Header'}
6465 $as_echo "$as_val"'` = yes; then
6466 cat >>confdefs.h <<_ACEOF 6122 cat >>confdefs.h <<_ACEOF
6467#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 6123#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6468_ACEOF 6124_ACEOF
6469 6125
6470fi 6126fi
@@ -6476,11 +6132,11 @@ done
6476 6132
6477for ac_header in login_cap.h 6133for ac_header in login_cap.h
6478do 6134do
6479as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 6135as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6480{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 6136{ echo "$as_me:$LINENO: checking for $ac_header" >&5
6481$as_echo_n "checking for $ac_header... " >&6; } 6137echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6482if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6138if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6483 $as_echo_n "(cached) " >&6 6139 echo $ECHO_N "(cached) $ECHO_C" >&6
6484else 6140else
6485 cat >conftest.$ac_ext <<_ACEOF 6141 cat >conftest.$ac_ext <<_ACEOF
6486/* confdefs.h. */ 6142/* confdefs.h. */
@@ -6500,21 +6156,20 @@ case "(($ac_try" in
6500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6501 *) ac_try_echo=$ac_try;; 6157 *) ac_try_echo=$ac_try;;
6502esac 6158esac
6503eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6159eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6504$as_echo "$ac_try_echo") >&5
6505 (eval "$ac_compile") 2>conftest.er1 6160 (eval "$ac_compile") 2>conftest.er1
6506 ac_status=$? 6161 ac_status=$?
6507 grep -v '^ *+' conftest.er1 >conftest.err 6162 grep -v '^ *+' conftest.er1 >conftest.err
6508 rm -f conftest.er1 6163 rm -f conftest.er1
6509 cat conftest.err >&5 6164 cat conftest.err >&5
6510 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6511 (exit $ac_status); } && { 6166 (exit $ac_status); } && {
6512 test -z "$ac_c_werror_flag" || 6167 test -z "$ac_c_werror_flag" ||
6513 test ! -s conftest.err 6168 test ! -s conftest.err
6514 } && test -s conftest.$ac_objext; then 6169 } && test -s conftest.$ac_objext; then
6515 eval "$as_ac_Header=yes" 6170 eval "$as_ac_Header=yes"
6516else 6171else
6517 $as_echo "$as_me: failed program was:" >&5 6172 echo "$as_me: failed program was:" >&5
6518sed 's/^/| /' conftest.$ac_ext >&5 6173sed 's/^/| /' conftest.$ac_ext >&5
6519 6174
6520 eval "$as_ac_Header=no" 6175 eval "$as_ac_Header=no"
@@ -6522,14 +6177,12 @@ fi
6522 6177
6523rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6178rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6524fi 6179fi
6525ac_res=`eval 'as_val=${'$as_ac_Header'} 6180ac_res=`eval echo '${'$as_ac_Header'}'`
6526 $as_echo "$as_val"'` 6181 { echo "$as_me:$LINENO: result: $ac_res" >&5
6527 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 6182echo "${ECHO_T}$ac_res" >&6; }
6528$as_echo "$ac_res" >&6; } 6183if test `eval echo '${'$as_ac_Header'}'` = yes; then
6529if test `eval 'as_val=${'$as_ac_Header'}
6530 $as_echo "$as_val"'` = yes; then
6531 cat >>confdefs.h <<_ACEOF 6184 cat >>confdefs.h <<_ACEOF
6532#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 6185#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6533_ACEOF 6186_ACEOF
6534 6187
6535fi 6188fi
@@ -6541,11 +6194,11 @@ done
6541 6194
6542for ac_header in sys/mount.h 6195for ac_header in sys/mount.h
6543do 6196do
6544as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 6197as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6545{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 6198{ echo "$as_me:$LINENO: checking for $ac_header" >&5
6546$as_echo_n "checking for $ac_header... " >&6; } 6199echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6547if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6200if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6548 $as_echo_n "(cached) " >&6 6201 echo $ECHO_N "(cached) $ECHO_C" >&6
6549else 6202else
6550 cat >conftest.$ac_ext <<_ACEOF 6203 cat >conftest.$ac_ext <<_ACEOF
6551/* confdefs.h. */ 6204/* confdefs.h. */
@@ -6565,21 +6218,20 @@ case "(($ac_try" in
6565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6566 *) ac_try_echo=$ac_try;; 6219 *) ac_try_echo=$ac_try;;
6567esac 6220esac
6568eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6221eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6569$as_echo "$ac_try_echo") >&5
6570 (eval "$ac_compile") 2>conftest.er1 6222 (eval "$ac_compile") 2>conftest.er1
6571 ac_status=$? 6223 ac_status=$?
6572 grep -v '^ *+' conftest.er1 >conftest.err 6224 grep -v '^ *+' conftest.er1 >conftest.err
6573 rm -f conftest.er1 6225 rm -f conftest.er1
6574 cat conftest.err >&5 6226 cat conftest.err >&5
6575 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6576 (exit $ac_status); } && { 6228 (exit $ac_status); } && {
6577 test -z "$ac_c_werror_flag" || 6229 test -z "$ac_c_werror_flag" ||
6578 test ! -s conftest.err 6230 test ! -s conftest.err
6579 } && test -s conftest.$ac_objext; then 6231 } && test -s conftest.$ac_objext; then
6580 eval "$as_ac_Header=yes" 6232 eval "$as_ac_Header=yes"
6581else 6233else
6582 $as_echo "$as_me: failed program was:" >&5 6234 echo "$as_me: failed program was:" >&5
6583sed 's/^/| /' conftest.$ac_ext >&5 6235sed 's/^/| /' conftest.$ac_ext >&5
6584 6236
6585 eval "$as_ac_Header=no" 6237 eval "$as_ac_Header=no"
@@ -6587,14 +6239,12 @@ fi
6587 6239
6588rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6240rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6589fi 6241fi
6590ac_res=`eval 'as_val=${'$as_ac_Header'} 6242ac_res=`eval echo '${'$as_ac_Header'}'`
6591 $as_echo "$as_val"'` 6243 { echo "$as_me:$LINENO: result: $ac_res" >&5
6592 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 6244echo "${ECHO_T}$ac_res" >&6; }
6593$as_echo "$ac_res" >&6; } 6245if test `eval echo '${'$as_ac_Header'}'` = yes; then
6594if test `eval 'as_val=${'$as_ac_Header'}
6595 $as_echo "$as_val"'` = yes; then
6596 cat >>confdefs.h <<_ACEOF 6246 cat >>confdefs.h <<_ACEOF
6597#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 6247#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6598_ACEOF 6248_ACEOF
6599 6249
6600fi 6250fi
@@ -6614,8 +6264,8 @@ case "$host" in
6614 # particularly with older versions of vac or xlc. 6264 # particularly with older versions of vac or xlc.
6615 # It also throws errors about null macro argments, but these are 6265 # It also throws errors about null macro argments, but these are
6616 # not fatal. 6266 # not fatal.
6617 { $as_echo "$as_me:$LINENO: checking if compiler allows macro redefinitions" >&5 6267 { echo "$as_me:$LINENO: checking if compiler allows macro redefinitions" >&5
6618$as_echo_n "checking if compiler allows macro redefinitions... " >&6; } 6268echo $ECHO_N "checking if compiler allows macro redefinitions... $ECHO_C" >&6; }
6619 cat >conftest.$ac_ext <<_ACEOF 6269 cat >conftest.$ac_ext <<_ACEOF
6620/* confdefs.h. */ 6270/* confdefs.h. */
6621_ACEOF 6271_ACEOF
@@ -6634,26 +6284,25 @@ case "(($ac_try" in
6634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6635 *) ac_try_echo=$ac_try;; 6285 *) ac_try_echo=$ac_try;;
6636esac 6286esac
6637eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6287eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6638$as_echo "$ac_try_echo") >&5
6639 (eval "$ac_compile") 2>conftest.er1 6288 (eval "$ac_compile") 2>conftest.er1
6640 ac_status=$? 6289 ac_status=$?
6641 grep -v '^ *+' conftest.er1 >conftest.err 6290 grep -v '^ *+' conftest.er1 >conftest.err
6642 rm -f conftest.er1 6291 rm -f conftest.er1
6643 cat conftest.err >&5 6292 cat conftest.err >&5
6644 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6645 (exit $ac_status); } && { 6294 (exit $ac_status); } && {
6646 test -z "$ac_c_werror_flag" || 6295 test -z "$ac_c_werror_flag" ||
6647 test ! -s conftest.err 6296 test ! -s conftest.err
6648 } && test -s conftest.$ac_objext; then 6297 } && test -s conftest.$ac_objext; then
6649 { $as_echo "$as_me:$LINENO: result: yes" >&5 6298 { echo "$as_me:$LINENO: result: yes" >&5
6650$as_echo "yes" >&6; } 6299echo "${ECHO_T}yes" >&6; }
6651else 6300else
6652 $as_echo "$as_me: failed program was:" >&5 6301 echo "$as_me: failed program was:" >&5
6653sed 's/^/| /' conftest.$ac_ext >&5 6302sed 's/^/| /' conftest.$ac_ext >&5
6654 6303
6655 { $as_echo "$as_me:$LINENO: result: no" >&5 6304 { echo "$as_me:$LINENO: result: no" >&5
6656$as_echo "no" >&6; } 6305echo "${ECHO_T}no" >&6; }
6657 CC="`echo $CC | sed 's/-qlanglvl\=ansi//g'`" 6306 CC="`echo $CC | sed 's/-qlanglvl\=ansi//g'`"
6658 LD="`echo $LD | sed 's/-qlanglvl\=ansi//g'`" 6307 LD="`echo $LD | sed 's/-qlanglvl\=ansi//g'`"
6659 CFLAGS="`echo $CFLAGS | sed 's/-qlanglvl\=ansi//g'`" 6308 CFLAGS="`echo $CFLAGS | sed 's/-qlanglvl\=ansi//g'`"
@@ -6664,8 +6313,8 @@ fi
6664 6313
6665rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6314rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6666 6315
6667 { $as_echo "$as_me:$LINENO: checking how to specify blibpath for linker ($LD)" >&5 6316 { echo "$as_me:$LINENO: checking how to specify blibpath for linker ($LD)" >&5
6668$as_echo_n "checking how to specify blibpath for linker ($LD)... " >&6; } 6317echo $ECHO_N "checking how to specify blibpath for linker ($LD)... $ECHO_C" >&6; }
6669 if (test -z "$blibpath"); then 6318 if (test -z "$blibpath"); then
6670 blibpath="/usr/lib:/lib" 6319 blibpath="/usr/lib:/lib"
6671 fi 6320 fi
@@ -6699,49 +6348,45 @@ case "(($ac_try" in
6699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6700 *) ac_try_echo=$ac_try;; 6349 *) ac_try_echo=$ac_try;;
6701esac 6350esac
6702eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6351eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6703$as_echo "$ac_try_echo") >&5
6704 (eval "$ac_link") 2>conftest.er1 6352 (eval "$ac_link") 2>conftest.er1
6705 ac_status=$? 6353 ac_status=$?
6706 grep -v '^ *+' conftest.er1 >conftest.err 6354 grep -v '^ *+' conftest.er1 >conftest.err
6707 rm -f conftest.er1 6355 rm -f conftest.er1
6708 cat conftest.err >&5 6356 cat conftest.err >&5
6709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6710 (exit $ac_status); } && { 6358 (exit $ac_status); } && {
6711 test -z "$ac_c_werror_flag" || 6359 test -z "$ac_c_werror_flag" ||
6712 test ! -s conftest.err 6360 test ! -s conftest.err
6713 } && test -s conftest$ac_exeext && { 6361 } && test -s conftest$ac_exeext &&
6714 test "$cross_compiling" = yes || 6362 $as_test_x conftest$ac_exeext; then
6715 $as_test_x conftest$ac_exeext
6716 }; then
6717 blibflags=$tryflags 6363 blibflags=$tryflags
6718else 6364else
6719 $as_echo "$as_me: failed program was:" >&5 6365 echo "$as_me: failed program was:" >&5
6720sed 's/^/| /' conftest.$ac_ext >&5 6366sed 's/^/| /' conftest.$ac_ext >&5
6721 6367
6722 6368
6723fi 6369fi
6724 6370
6725rm -rf conftest.dSYM
6726rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6371rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6727 conftest$ac_exeext conftest.$ac_ext 6372 conftest$ac_exeext conftest.$ac_ext
6728 fi 6373 fi
6729 done 6374 done
6730 if (test -z "$blibflags"); then 6375 if (test -z "$blibflags"); then
6731 { $as_echo "$as_me:$LINENO: result: not found" >&5 6376 { echo "$as_me:$LINENO: result: not found" >&5
6732$as_echo "not found" >&6; } 6377echo "${ECHO_T}not found" >&6; }
6733 { { $as_echo "$as_me:$LINENO: error: *** must be able to specify blibpath on AIX - check config.log" >&5 6378 { { echo "$as_me:$LINENO: error: *** must be able to specify blibpath on AIX - check config.log" >&5
6734$as_echo "$as_me: error: *** must be able to specify blibpath on AIX - check config.log" >&2;} 6379echo "$as_me: error: *** must be able to specify blibpath on AIX - check config.log" >&2;}
6735 { (exit 1); exit 1; }; } 6380 { (exit 1); exit 1; }; }
6736 else 6381 else
6737 { $as_echo "$as_me:$LINENO: result: $blibflags" >&5 6382 { echo "$as_me:$LINENO: result: $blibflags" >&5
6738$as_echo "$blibflags" >&6; } 6383echo "${ECHO_T}$blibflags" >&6; }
6739 fi 6384 fi
6740 LDFLAGS="$saved_LDFLAGS" 6385 LDFLAGS="$saved_LDFLAGS"
6741 { $as_echo "$as_me:$LINENO: checking for authenticate" >&5 6386 { echo "$as_me:$LINENO: checking for authenticate" >&5
6742$as_echo_n "checking for authenticate... " >&6; } 6387echo $ECHO_N "checking for authenticate... $ECHO_C" >&6; }
6743if test "${ac_cv_func_authenticate+set}" = set; then 6388if test "${ac_cv_func_authenticate+set}" = set; then
6744 $as_echo_n "(cached) " >&6 6389 echo $ECHO_N "(cached) $ECHO_C" >&6
6745else 6390else
6746 cat >conftest.$ac_ext <<_ACEOF 6391 cat >conftest.$ac_ext <<_ACEOF
6747/* confdefs.h. */ 6392/* confdefs.h. */
@@ -6794,35 +6439,31 @@ case "(($ac_try" in
6794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6795 *) ac_try_echo=$ac_try;; 6440 *) ac_try_echo=$ac_try;;
6796esac 6441esac
6797eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6442eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6798$as_echo "$ac_try_echo") >&5
6799 (eval "$ac_link") 2>conftest.er1 6443 (eval "$ac_link") 2>conftest.er1
6800 ac_status=$? 6444 ac_status=$?
6801 grep -v '^ *+' conftest.er1 >conftest.err 6445 grep -v '^ *+' conftest.er1 >conftest.err
6802 rm -f conftest.er1 6446 rm -f conftest.er1
6803 cat conftest.err >&5 6447 cat conftest.err >&5
6804 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6805 (exit $ac_status); } && { 6449 (exit $ac_status); } && {
6806 test -z "$ac_c_werror_flag" || 6450 test -z "$ac_c_werror_flag" ||
6807 test ! -s conftest.err 6451 test ! -s conftest.err
6808 } && test -s conftest$ac_exeext && { 6452 } && test -s conftest$ac_exeext &&
6809 test "$cross_compiling" = yes || 6453 $as_test_x conftest$ac_exeext; then
6810 $as_test_x conftest$ac_exeext
6811 }; then
6812 ac_cv_func_authenticate=yes 6454 ac_cv_func_authenticate=yes
6813else 6455else
6814 $as_echo "$as_me: failed program was:" >&5 6456 echo "$as_me: failed program was:" >&5
6815sed 's/^/| /' conftest.$ac_ext >&5 6457sed 's/^/| /' conftest.$ac_ext >&5
6816 6458
6817 ac_cv_func_authenticate=no 6459 ac_cv_func_authenticate=no
6818fi 6460fi
6819 6461
6820rm -rf conftest.dSYM
6821rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6462rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6822 conftest$ac_exeext conftest.$ac_ext 6463 conftest$ac_exeext conftest.$ac_ext
6823fi 6464fi
6824{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_authenticate" >&5 6465{ echo "$as_me:$LINENO: result: $ac_cv_func_authenticate" >&5
6825$as_echo "$ac_cv_func_authenticate" >&6; } 6466echo "${ECHO_T}$ac_cv_func_authenticate" >&6; }
6826if test $ac_cv_func_authenticate = yes; then 6467if test $ac_cv_func_authenticate = yes; then
6827 6468
6828cat >>confdefs.h <<\_ACEOF 6469cat >>confdefs.h <<\_ACEOF
@@ -6830,10 +6471,10 @@ cat >>confdefs.h <<\_ACEOF
6830_ACEOF 6471_ACEOF
6831 6472
6832else 6473else
6833 { $as_echo "$as_me:$LINENO: checking for authenticate in -ls" >&5 6474 { echo "$as_me:$LINENO: checking for authenticate in -ls" >&5
6834$as_echo_n "checking for authenticate in -ls... " >&6; } 6475echo $ECHO_N "checking for authenticate in -ls... $ECHO_C" >&6; }
6835if test "${ac_cv_lib_s_authenticate+set}" = set; then 6476if test "${ac_cv_lib_s_authenticate+set}" = set; then
6836 $as_echo_n "(cached) " >&6 6477 echo $ECHO_N "(cached) $ECHO_C" >&6
6837else 6478else
6838 ac_check_lib_save_LIBS=$LIBS 6479 ac_check_lib_save_LIBS=$LIBS
6839LIBS="-ls $LIBS" 6480LIBS="-ls $LIBS"
@@ -6865,36 +6506,32 @@ case "(($ac_try" in
6865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6866 *) ac_try_echo=$ac_try;; 6507 *) ac_try_echo=$ac_try;;
6867esac 6508esac
6868eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6509eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6869$as_echo "$ac_try_echo") >&5
6870 (eval "$ac_link") 2>conftest.er1 6510 (eval "$ac_link") 2>conftest.er1
6871 ac_status=$? 6511 ac_status=$?
6872 grep -v '^ *+' conftest.er1 >conftest.err 6512 grep -v '^ *+' conftest.er1 >conftest.err
6873 rm -f conftest.er1 6513 rm -f conftest.er1
6874 cat conftest.err >&5 6514 cat conftest.err >&5
6875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6876 (exit $ac_status); } && { 6516 (exit $ac_status); } && {
6877 test -z "$ac_c_werror_flag" || 6517 test -z "$ac_c_werror_flag" ||
6878 test ! -s conftest.err 6518 test ! -s conftest.err
6879 } && test -s conftest$ac_exeext && { 6519 } && test -s conftest$ac_exeext &&
6880 test "$cross_compiling" = yes || 6520 $as_test_x conftest$ac_exeext; then
6881 $as_test_x conftest$ac_exeext
6882 }; then
6883 ac_cv_lib_s_authenticate=yes 6521 ac_cv_lib_s_authenticate=yes
6884else 6522else
6885 $as_echo "$as_me: failed program was:" >&5 6523 echo "$as_me: failed program was:" >&5
6886sed 's/^/| /' conftest.$ac_ext >&5 6524sed 's/^/| /' conftest.$ac_ext >&5
6887 6525
6888 ac_cv_lib_s_authenticate=no 6526 ac_cv_lib_s_authenticate=no
6889fi 6527fi
6890 6528
6891rm -rf conftest.dSYM
6892rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6529rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6893 conftest$ac_exeext conftest.$ac_ext 6530 conftest$ac_exeext conftest.$ac_ext
6894LIBS=$ac_check_lib_save_LIBS 6531LIBS=$ac_check_lib_save_LIBS
6895fi 6532fi
6896{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_s_authenticate" >&5 6533{ echo "$as_me:$LINENO: result: $ac_cv_lib_s_authenticate" >&5
6897$as_echo "$ac_cv_lib_s_authenticate" >&6; } 6534echo "${ECHO_T}$ac_cv_lib_s_authenticate" >&6; }
6898if test $ac_cv_lib_s_authenticate = yes; then 6535if test $ac_cv_lib_s_authenticate = yes; then
6899 cat >>confdefs.h <<\_ACEOF 6536 cat >>confdefs.h <<\_ACEOF
6900#define WITH_AIXAUTHENTICATE 1 6537#define WITH_AIXAUTHENTICATE 1
@@ -6907,10 +6544,10 @@ fi
6907 6544
6908fi 6545fi
6909 6546
6910 { $as_echo "$as_me:$LINENO: checking whether authenticate is declared" >&5 6547 { echo "$as_me:$LINENO: checking whether authenticate is declared" >&5
6911$as_echo_n "checking whether authenticate is declared... " >&6; } 6548echo $ECHO_N "checking whether authenticate is declared... $ECHO_C" >&6; }
6912if test "${ac_cv_have_decl_authenticate+set}" = set; then 6549if test "${ac_cv_have_decl_authenticate+set}" = set; then
6913 $as_echo_n "(cached) " >&6 6550 echo $ECHO_N "(cached) $ECHO_C" >&6
6914else 6551else
6915 cat >conftest.$ac_ext <<_ACEOF 6552 cat >conftest.$ac_ext <<_ACEOF
6916/* confdefs.h. */ 6553/* confdefs.h. */
@@ -6937,21 +6574,20 @@ case "(($ac_try" in
6937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6938 *) ac_try_echo=$ac_try;; 6575 *) ac_try_echo=$ac_try;;
6939esac 6576esac
6940eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6577eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6941$as_echo "$ac_try_echo") >&5
6942 (eval "$ac_compile") 2>conftest.er1 6578 (eval "$ac_compile") 2>conftest.er1
6943 ac_status=$? 6579 ac_status=$?
6944 grep -v '^ *+' conftest.er1 >conftest.err 6580 grep -v '^ *+' conftest.er1 >conftest.err
6945 rm -f conftest.er1 6581 rm -f conftest.er1
6946 cat conftest.err >&5 6582 cat conftest.err >&5
6947 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6948 (exit $ac_status); } && { 6584 (exit $ac_status); } && {
6949 test -z "$ac_c_werror_flag" || 6585 test -z "$ac_c_werror_flag" ||
6950 test ! -s conftest.err 6586 test ! -s conftest.err
6951 } && test -s conftest.$ac_objext; then 6587 } && test -s conftest.$ac_objext; then
6952 ac_cv_have_decl_authenticate=yes 6588 ac_cv_have_decl_authenticate=yes
6953else 6589else
6954 $as_echo "$as_me: failed program was:" >&5 6590 echo "$as_me: failed program was:" >&5
6955sed 's/^/| /' conftest.$ac_ext >&5 6591sed 's/^/| /' conftest.$ac_ext >&5
6956 6592
6957 ac_cv_have_decl_authenticate=no 6593 ac_cv_have_decl_authenticate=no
@@ -6959,8 +6595,8 @@ fi
6959 6595
6960rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6596rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6961fi 6597fi
6962{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_authenticate" >&5 6598{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_authenticate" >&5
6963$as_echo "$ac_cv_have_decl_authenticate" >&6; } 6599echo "${ECHO_T}$ac_cv_have_decl_authenticate" >&6; }
6964if test $ac_cv_have_decl_authenticate = yes; then 6600if test $ac_cv_have_decl_authenticate = yes; then
6965 6601
6966cat >>confdefs.h <<_ACEOF 6602cat >>confdefs.h <<_ACEOF
@@ -6975,10 +6611,10 @@ _ACEOF
6975 6611
6976 6612
6977fi 6613fi
6978{ $as_echo "$as_me:$LINENO: checking whether loginrestrictions is declared" >&5 6614{ echo "$as_me:$LINENO: checking whether loginrestrictions is declared" >&5
6979$as_echo_n "checking whether loginrestrictions is declared... " >&6; } 6615echo $ECHO_N "checking whether loginrestrictions is declared... $ECHO_C" >&6; }
6980if test "${ac_cv_have_decl_loginrestrictions+set}" = set; then 6616if test "${ac_cv_have_decl_loginrestrictions+set}" = set; then
6981 $as_echo_n "(cached) " >&6 6617 echo $ECHO_N "(cached) $ECHO_C" >&6
6982else 6618else
6983 cat >conftest.$ac_ext <<_ACEOF 6619 cat >conftest.$ac_ext <<_ACEOF
6984/* confdefs.h. */ 6620/* confdefs.h. */
@@ -7005,21 +6641,20 @@ case "(($ac_try" in
7005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7006 *) ac_try_echo=$ac_try;; 6642 *) ac_try_echo=$ac_try;;
7007esac 6643esac
7008eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6644eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7009$as_echo "$ac_try_echo") >&5
7010 (eval "$ac_compile") 2>conftest.er1 6645 (eval "$ac_compile") 2>conftest.er1
7011 ac_status=$? 6646 ac_status=$?
7012 grep -v '^ *+' conftest.er1 >conftest.err 6647 grep -v '^ *+' conftest.er1 >conftest.err
7013 rm -f conftest.er1 6648 rm -f conftest.er1
7014 cat conftest.err >&5 6649 cat conftest.err >&5
7015 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7016 (exit $ac_status); } && { 6651 (exit $ac_status); } && {
7017 test -z "$ac_c_werror_flag" || 6652 test -z "$ac_c_werror_flag" ||
7018 test ! -s conftest.err 6653 test ! -s conftest.err
7019 } && test -s conftest.$ac_objext; then 6654 } && test -s conftest.$ac_objext; then
7020 ac_cv_have_decl_loginrestrictions=yes 6655 ac_cv_have_decl_loginrestrictions=yes
7021else 6656else
7022 $as_echo "$as_me: failed program was:" >&5 6657 echo "$as_me: failed program was:" >&5
7023sed 's/^/| /' conftest.$ac_ext >&5 6658sed 's/^/| /' conftest.$ac_ext >&5
7024 6659
7025 ac_cv_have_decl_loginrestrictions=no 6660 ac_cv_have_decl_loginrestrictions=no
@@ -7027,8 +6662,8 @@ fi
7027 6662
7028rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6663rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7029fi 6664fi
7030{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginrestrictions" >&5 6665{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginrestrictions" >&5
7031$as_echo "$ac_cv_have_decl_loginrestrictions" >&6; } 6666echo "${ECHO_T}$ac_cv_have_decl_loginrestrictions" >&6; }
7032if test $ac_cv_have_decl_loginrestrictions = yes; then 6667if test $ac_cv_have_decl_loginrestrictions = yes; then
7033 6668
7034cat >>confdefs.h <<_ACEOF 6669cat >>confdefs.h <<_ACEOF
@@ -7043,10 +6678,10 @@ _ACEOF
7043 6678
7044 6679
7045fi 6680fi
7046{ $as_echo "$as_me:$LINENO: checking whether loginsuccess is declared" >&5 6681{ echo "$as_me:$LINENO: checking whether loginsuccess is declared" >&5
7047$as_echo_n "checking whether loginsuccess is declared... " >&6; } 6682echo $ECHO_N "checking whether loginsuccess is declared... $ECHO_C" >&6; }
7048if test "${ac_cv_have_decl_loginsuccess+set}" = set; then 6683if test "${ac_cv_have_decl_loginsuccess+set}" = set; then
7049 $as_echo_n "(cached) " >&6 6684 echo $ECHO_N "(cached) $ECHO_C" >&6
7050else 6685else
7051 cat >conftest.$ac_ext <<_ACEOF 6686 cat >conftest.$ac_ext <<_ACEOF
7052/* confdefs.h. */ 6687/* confdefs.h. */
@@ -7073,21 +6708,20 @@ case "(($ac_try" in
7073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7074 *) ac_try_echo=$ac_try;; 6709 *) ac_try_echo=$ac_try;;
7075esac 6710esac
7076eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6711eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7077$as_echo "$ac_try_echo") >&5
7078 (eval "$ac_compile") 2>conftest.er1 6712 (eval "$ac_compile") 2>conftest.er1
7079 ac_status=$? 6713 ac_status=$?
7080 grep -v '^ *+' conftest.er1 >conftest.err 6714 grep -v '^ *+' conftest.er1 >conftest.err
7081 rm -f conftest.er1 6715 rm -f conftest.er1
7082 cat conftest.err >&5 6716 cat conftest.err >&5
7083 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7084 (exit $ac_status); } && { 6718 (exit $ac_status); } && {
7085 test -z "$ac_c_werror_flag" || 6719 test -z "$ac_c_werror_flag" ||
7086 test ! -s conftest.err 6720 test ! -s conftest.err
7087 } && test -s conftest.$ac_objext; then 6721 } && test -s conftest.$ac_objext; then
7088 ac_cv_have_decl_loginsuccess=yes 6722 ac_cv_have_decl_loginsuccess=yes
7089else 6723else
7090 $as_echo "$as_me: failed program was:" >&5 6724 echo "$as_me: failed program was:" >&5
7091sed 's/^/| /' conftest.$ac_ext >&5 6725sed 's/^/| /' conftest.$ac_ext >&5
7092 6726
7093 ac_cv_have_decl_loginsuccess=no 6727 ac_cv_have_decl_loginsuccess=no
@@ -7095,8 +6729,8 @@ fi
7095 6729
7096rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6730rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7097fi 6731fi
7098{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginsuccess" >&5 6732{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginsuccess" >&5
7099$as_echo "$ac_cv_have_decl_loginsuccess" >&6; } 6733echo "${ECHO_T}$ac_cv_have_decl_loginsuccess" >&6; }
7100if test $ac_cv_have_decl_loginsuccess = yes; then 6734if test $ac_cv_have_decl_loginsuccess = yes; then
7101 6735
7102cat >>confdefs.h <<_ACEOF 6736cat >>confdefs.h <<_ACEOF
@@ -7111,10 +6745,10 @@ _ACEOF
7111 6745
7112 6746
7113fi 6747fi
7114{ $as_echo "$as_me:$LINENO: checking whether passwdexpired is declared" >&5 6748{ echo "$as_me:$LINENO: checking whether passwdexpired is declared" >&5
7115$as_echo_n "checking whether passwdexpired is declared... " >&6; } 6749echo $ECHO_N "checking whether passwdexpired is declared... $ECHO_C" >&6; }
7116if test "${ac_cv_have_decl_passwdexpired+set}" = set; then 6750if test "${ac_cv_have_decl_passwdexpired+set}" = set; then
7117 $as_echo_n "(cached) " >&6 6751 echo $ECHO_N "(cached) $ECHO_C" >&6
7118else 6752else
7119 cat >conftest.$ac_ext <<_ACEOF 6753 cat >conftest.$ac_ext <<_ACEOF
7120/* confdefs.h. */ 6754/* confdefs.h. */
@@ -7141,21 +6775,20 @@ case "(($ac_try" in
7141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7142 *) ac_try_echo=$ac_try;; 6776 *) ac_try_echo=$ac_try;;
7143esac 6777esac
7144eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6778eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7145$as_echo "$ac_try_echo") >&5
7146 (eval "$ac_compile") 2>conftest.er1 6779 (eval "$ac_compile") 2>conftest.er1
7147 ac_status=$? 6780 ac_status=$?
7148 grep -v '^ *+' conftest.er1 >conftest.err 6781 grep -v '^ *+' conftest.er1 >conftest.err
7149 rm -f conftest.er1 6782 rm -f conftest.er1
7150 cat conftest.err >&5 6783 cat conftest.err >&5
7151 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7152 (exit $ac_status); } && { 6785 (exit $ac_status); } && {
7153 test -z "$ac_c_werror_flag" || 6786 test -z "$ac_c_werror_flag" ||
7154 test ! -s conftest.err 6787 test ! -s conftest.err
7155 } && test -s conftest.$ac_objext; then 6788 } && test -s conftest.$ac_objext; then
7156 ac_cv_have_decl_passwdexpired=yes 6789 ac_cv_have_decl_passwdexpired=yes
7157else 6790else
7158 $as_echo "$as_me: failed program was:" >&5 6791 echo "$as_me: failed program was:" >&5
7159sed 's/^/| /' conftest.$ac_ext >&5 6792sed 's/^/| /' conftest.$ac_ext >&5
7160 6793
7161 ac_cv_have_decl_passwdexpired=no 6794 ac_cv_have_decl_passwdexpired=no
@@ -7163,8 +6796,8 @@ fi
7163 6796
7164rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6797rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7165fi 6798fi
7166{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_passwdexpired" >&5 6799{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_passwdexpired" >&5
7167$as_echo "$ac_cv_have_decl_passwdexpired" >&6; } 6800echo "${ECHO_T}$ac_cv_have_decl_passwdexpired" >&6; }
7168if test $ac_cv_have_decl_passwdexpired = yes; then 6801if test $ac_cv_have_decl_passwdexpired = yes; then
7169 6802
7170cat >>confdefs.h <<_ACEOF 6803cat >>confdefs.h <<_ACEOF
@@ -7179,10 +6812,10 @@ _ACEOF
7179 6812
7180 6813
7181fi 6814fi
7182{ $as_echo "$as_me:$LINENO: checking whether setauthdb is declared" >&5 6815{ echo "$as_me:$LINENO: checking whether setauthdb is declared" >&5
7183$as_echo_n "checking whether setauthdb is declared... " >&6; } 6816echo $ECHO_N "checking whether setauthdb is declared... $ECHO_C" >&6; }
7184if test "${ac_cv_have_decl_setauthdb+set}" = set; then 6817if test "${ac_cv_have_decl_setauthdb+set}" = set; then
7185 $as_echo_n "(cached) " >&6 6818 echo $ECHO_N "(cached) $ECHO_C" >&6
7186else 6819else
7187 cat >conftest.$ac_ext <<_ACEOF 6820 cat >conftest.$ac_ext <<_ACEOF
7188/* confdefs.h. */ 6821/* confdefs.h. */
@@ -7209,21 +6842,20 @@ case "(($ac_try" in
7209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7210 *) ac_try_echo=$ac_try;; 6843 *) ac_try_echo=$ac_try;;
7211esac 6844esac
7212eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6845eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7213$as_echo "$ac_try_echo") >&5
7214 (eval "$ac_compile") 2>conftest.er1 6846 (eval "$ac_compile") 2>conftest.er1
7215 ac_status=$? 6847 ac_status=$?
7216 grep -v '^ *+' conftest.er1 >conftest.err 6848 grep -v '^ *+' conftest.er1 >conftest.err
7217 rm -f conftest.er1 6849 rm -f conftest.er1
7218 cat conftest.err >&5 6850 cat conftest.err >&5
7219 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7220 (exit $ac_status); } && { 6852 (exit $ac_status); } && {
7221 test -z "$ac_c_werror_flag" || 6853 test -z "$ac_c_werror_flag" ||
7222 test ! -s conftest.err 6854 test ! -s conftest.err
7223 } && test -s conftest.$ac_objext; then 6855 } && test -s conftest.$ac_objext; then
7224 ac_cv_have_decl_setauthdb=yes 6856 ac_cv_have_decl_setauthdb=yes
7225else 6857else
7226 $as_echo "$as_me: failed program was:" >&5 6858 echo "$as_me: failed program was:" >&5
7227sed 's/^/| /' conftest.$ac_ext >&5 6859sed 's/^/| /' conftest.$ac_ext >&5
7228 6860
7229 ac_cv_have_decl_setauthdb=no 6861 ac_cv_have_decl_setauthdb=no
@@ -7231,8 +6863,8 @@ fi
7231 6863
7232rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6864rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7233fi 6865fi
7234{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_setauthdb" >&5 6866{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_setauthdb" >&5
7235$as_echo "$ac_cv_have_decl_setauthdb" >&6; } 6867echo "${ECHO_T}$ac_cv_have_decl_setauthdb" >&6; }
7236if test $ac_cv_have_decl_setauthdb = yes; then 6868if test $ac_cv_have_decl_setauthdb = yes; then
7237 6869
7238cat >>confdefs.h <<_ACEOF 6870cat >>confdefs.h <<_ACEOF
@@ -7249,10 +6881,10 @@ _ACEOF
7249fi 6881fi
7250 6882
7251 6883
7252 { $as_echo "$as_me:$LINENO: checking whether loginfailed is declared" >&5 6884 { echo "$as_me:$LINENO: checking whether loginfailed is declared" >&5
7253$as_echo_n "checking whether loginfailed is declared... " >&6; } 6885echo $ECHO_N "checking whether loginfailed is declared... $ECHO_C" >&6; }
7254if test "${ac_cv_have_decl_loginfailed+set}" = set; then 6886if test "${ac_cv_have_decl_loginfailed+set}" = set; then
7255 $as_echo_n "(cached) " >&6 6887 echo $ECHO_N "(cached) $ECHO_C" >&6
7256else 6888else
7257 cat >conftest.$ac_ext <<_ACEOF 6889 cat >conftest.$ac_ext <<_ACEOF
7258/* confdefs.h. */ 6890/* confdefs.h. */
@@ -7280,21 +6912,20 @@ case "(($ac_try" in
7280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7281 *) ac_try_echo=$ac_try;; 6913 *) ac_try_echo=$ac_try;;
7282esac 6914esac
7283eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6915eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7284$as_echo "$ac_try_echo") >&5
7285 (eval "$ac_compile") 2>conftest.er1 6916 (eval "$ac_compile") 2>conftest.er1
7286 ac_status=$? 6917 ac_status=$?
7287 grep -v '^ *+' conftest.er1 >conftest.err 6918 grep -v '^ *+' conftest.er1 >conftest.err
7288 rm -f conftest.er1 6919 rm -f conftest.er1
7289 cat conftest.err >&5 6920 cat conftest.err >&5
7290 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7291 (exit $ac_status); } && { 6922 (exit $ac_status); } && {
7292 test -z "$ac_c_werror_flag" || 6923 test -z "$ac_c_werror_flag" ||
7293 test ! -s conftest.err 6924 test ! -s conftest.err
7294 } && test -s conftest.$ac_objext; then 6925 } && test -s conftest.$ac_objext; then
7295 ac_cv_have_decl_loginfailed=yes 6926 ac_cv_have_decl_loginfailed=yes
7296else 6927else
7297 $as_echo "$as_me: failed program was:" >&5 6928 echo "$as_me: failed program was:" >&5
7298sed 's/^/| /' conftest.$ac_ext >&5 6929sed 's/^/| /' conftest.$ac_ext >&5
7299 6930
7300 ac_cv_have_decl_loginfailed=no 6931 ac_cv_have_decl_loginfailed=no
@@ -7302,16 +6933,16 @@ fi
7302 6933
7303rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6934rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7304fi 6935fi
7305{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginfailed" >&5 6936{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginfailed" >&5
7306$as_echo "$ac_cv_have_decl_loginfailed" >&6; } 6937echo "${ECHO_T}$ac_cv_have_decl_loginfailed" >&6; }
7307if test $ac_cv_have_decl_loginfailed = yes; then 6938if test $ac_cv_have_decl_loginfailed = yes; then
7308 6939
7309cat >>confdefs.h <<_ACEOF 6940cat >>confdefs.h <<_ACEOF
7310#define HAVE_DECL_LOGINFAILED 1 6941#define HAVE_DECL_LOGINFAILED 1
7311_ACEOF 6942_ACEOF
7312 6943
7313{ $as_echo "$as_me:$LINENO: checking if loginfailed takes 4 arguments" >&5 6944{ echo "$as_me:$LINENO: checking if loginfailed takes 4 arguments" >&5
7314$as_echo_n "checking if loginfailed takes 4 arguments... " >&6; } 6945echo $ECHO_N "checking if loginfailed takes 4 arguments... $ECHO_C" >&6; }
7315 cat >conftest.$ac_ext <<_ACEOF 6946 cat >conftest.$ac_ext <<_ACEOF
7316/* confdefs.h. */ 6947/* confdefs.h. */
7317_ACEOF 6948_ACEOF
@@ -7333,31 +6964,30 @@ case "(($ac_try" in
7333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7334 *) ac_try_echo=$ac_try;; 6965 *) ac_try_echo=$ac_try;;
7335esac 6966esac
7336eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6967eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7337$as_echo "$ac_try_echo") >&5
7338 (eval "$ac_compile") 2>conftest.er1 6968 (eval "$ac_compile") 2>conftest.er1
7339 ac_status=$? 6969 ac_status=$?
7340 grep -v '^ *+' conftest.er1 >conftest.err 6970 grep -v '^ *+' conftest.er1 >conftest.err
7341 rm -f conftest.er1 6971 rm -f conftest.er1
7342 cat conftest.err >&5 6972 cat conftest.err >&5
7343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7344 (exit $ac_status); } && { 6974 (exit $ac_status); } && {
7345 test -z "$ac_c_werror_flag" || 6975 test -z "$ac_c_werror_flag" ||
7346 test ! -s conftest.err 6976 test ! -s conftest.err
7347 } && test -s conftest.$ac_objext; then 6977 } && test -s conftest.$ac_objext; then
7348 { $as_echo "$as_me:$LINENO: result: yes" >&5 6978 { echo "$as_me:$LINENO: result: yes" >&5
7349$as_echo "yes" >&6; } 6979echo "${ECHO_T}yes" >&6; }
7350 6980
7351cat >>confdefs.h <<\_ACEOF 6981cat >>confdefs.h <<\_ACEOF
7352#define AIX_LOGINFAILED_4ARG 1 6982#define AIX_LOGINFAILED_4ARG 1
7353_ACEOF 6983_ACEOF
7354 6984
7355else 6985else
7356 $as_echo "$as_me: failed program was:" >&5 6986 echo "$as_me: failed program was:" >&5
7357sed 's/^/| /' conftest.$ac_ext >&5 6987sed 's/^/| /' conftest.$ac_ext >&5
7358 6988
7359 { $as_echo "$as_me:$LINENO: result: no" >&5 6989 { echo "$as_me:$LINENO: result: no" >&5
7360$as_echo "no" >&6; } 6990echo "${ECHO_T}no" >&6; }
7361 6991
7362fi 6992fi
7363 6993
@@ -7375,11 +7005,11 @@ fi
7375 7005
7376for ac_func in getgrset setauthdb 7006for ac_func in getgrset setauthdb
7377do 7007do
7378as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 7008as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7379{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 7009{ echo "$as_me:$LINENO: checking for $ac_func" >&5
7380$as_echo_n "checking for $ac_func... " >&6; } 7010echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7381if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 7011if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7382 $as_echo_n "(cached) " >&6 7012 echo $ECHO_N "(cached) $ECHO_C" >&6
7383else 7013else
7384 cat >conftest.$ac_ext <<_ACEOF 7014 cat >conftest.$ac_ext <<_ACEOF
7385/* confdefs.h. */ 7015/* confdefs.h. */
@@ -7432,50 +7062,44 @@ case "(($ac_try" in
7432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7433 *) ac_try_echo=$ac_try;; 7063 *) ac_try_echo=$ac_try;;
7434esac 7064esac
7435eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7065eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7436$as_echo "$ac_try_echo") >&5
7437 (eval "$ac_link") 2>conftest.er1 7066 (eval "$ac_link") 2>conftest.er1
7438 ac_status=$? 7067 ac_status=$?
7439 grep -v '^ *+' conftest.er1 >conftest.err 7068 grep -v '^ *+' conftest.er1 >conftest.err
7440 rm -f conftest.er1 7069 rm -f conftest.er1
7441 cat conftest.err >&5 7070 cat conftest.err >&5
7442 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7443 (exit $ac_status); } && { 7072 (exit $ac_status); } && {
7444 test -z "$ac_c_werror_flag" || 7073 test -z "$ac_c_werror_flag" ||
7445 test ! -s conftest.err 7074 test ! -s conftest.err
7446 } && test -s conftest$ac_exeext && { 7075 } && test -s conftest$ac_exeext &&
7447 test "$cross_compiling" = yes || 7076 $as_test_x conftest$ac_exeext; then
7448 $as_test_x conftest$ac_exeext
7449 }; then
7450 eval "$as_ac_var=yes" 7077 eval "$as_ac_var=yes"
7451else 7078else
7452 $as_echo "$as_me: failed program was:" >&5 7079 echo "$as_me: failed program was:" >&5
7453sed 's/^/| /' conftest.$ac_ext >&5 7080sed 's/^/| /' conftest.$ac_ext >&5
7454 7081
7455 eval "$as_ac_var=no" 7082 eval "$as_ac_var=no"
7456fi 7083fi
7457 7084
7458rm -rf conftest.dSYM
7459rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7085rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7460 conftest$ac_exeext conftest.$ac_ext 7086 conftest$ac_exeext conftest.$ac_ext
7461fi 7087fi
7462ac_res=`eval 'as_val=${'$as_ac_var'} 7088ac_res=`eval echo '${'$as_ac_var'}'`
7463 $as_echo "$as_val"'` 7089 { echo "$as_me:$LINENO: result: $ac_res" >&5
7464 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 7090echo "${ECHO_T}$ac_res" >&6; }
7465$as_echo "$ac_res" >&6; } 7091if test `eval echo '${'$as_ac_var'}'` = yes; then
7466if test `eval 'as_val=${'$as_ac_var'}
7467 $as_echo "$as_val"'` = yes; then
7468 cat >>confdefs.h <<_ACEOF 7092 cat >>confdefs.h <<_ACEOF
7469#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 7093#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7470_ACEOF 7094_ACEOF
7471 7095
7472fi 7096fi
7473done 7097done
7474 7098
7475 { $as_echo "$as_me:$LINENO: checking whether F_CLOSEM is declared" >&5 7099 { echo "$as_me:$LINENO: checking whether F_CLOSEM is declared" >&5
7476$as_echo_n "checking whether F_CLOSEM is declared... " >&6; } 7100echo $ECHO_N "checking whether F_CLOSEM is declared... $ECHO_C" >&6; }
7477if test "${ac_cv_have_decl_F_CLOSEM+set}" = set; then 7101if test "${ac_cv_have_decl_F_CLOSEM+set}" = set; then
7478 $as_echo_n "(cached) " >&6 7102 echo $ECHO_N "(cached) $ECHO_C" >&6
7479else 7103else
7480 cat >conftest.$ac_ext <<_ACEOF 7104 cat >conftest.$ac_ext <<_ACEOF
7481/* confdefs.h. */ 7105/* confdefs.h. */
@@ -7504,21 +7128,20 @@ case "(($ac_try" in
7504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7505 *) ac_try_echo=$ac_try;; 7129 *) ac_try_echo=$ac_try;;
7506esac 7130esac
7507eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7131eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7508$as_echo "$ac_try_echo") >&5
7509 (eval "$ac_compile") 2>conftest.er1 7132 (eval "$ac_compile") 2>conftest.er1
7510 ac_status=$? 7133 ac_status=$?
7511 grep -v '^ *+' conftest.er1 >conftest.err 7134 grep -v '^ *+' conftest.er1 >conftest.err
7512 rm -f conftest.er1 7135 rm -f conftest.er1
7513 cat conftest.err >&5 7136 cat conftest.err >&5
7514 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7515 (exit $ac_status); } && { 7138 (exit $ac_status); } && {
7516 test -z "$ac_c_werror_flag" || 7139 test -z "$ac_c_werror_flag" ||
7517 test ! -s conftest.err 7140 test ! -s conftest.err
7518 } && test -s conftest.$ac_objext; then 7141 } && test -s conftest.$ac_objext; then
7519 ac_cv_have_decl_F_CLOSEM=yes 7142 ac_cv_have_decl_F_CLOSEM=yes
7520else 7143else
7521 $as_echo "$as_me: failed program was:" >&5 7144 echo "$as_me: failed program was:" >&5
7522sed 's/^/| /' conftest.$ac_ext >&5 7145sed 's/^/| /' conftest.$ac_ext >&5
7523 7146
7524 ac_cv_have_decl_F_CLOSEM=no 7147 ac_cv_have_decl_F_CLOSEM=no
@@ -7526,8 +7149,8 @@ fi
7526 7149
7527rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7150rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7528fi 7151fi
7529{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_F_CLOSEM" >&5 7152{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_F_CLOSEM" >&5
7530$as_echo "$ac_cv_have_decl_F_CLOSEM" >&6; } 7153echo "${ECHO_T}$ac_cv_have_decl_F_CLOSEM" >&6; }
7531if test $ac_cv_have_decl_F_CLOSEM = yes; then 7154if test $ac_cv_have_decl_F_CLOSEM = yes; then
7532 7155
7533cat >>confdefs.h <<\_ACEOF 7156cat >>confdefs.h <<\_ACEOF
@@ -7618,7 +7241,7 @@ _ACEOF
7618 7241
7619 7242
7620cat >>confdefs.h <<\_ACEOF 7243cat >>confdefs.h <<\_ACEOF
7621#define SSH_IOBUFSZ 65536 7244#define SSH_IOBUFSZ 65535
7622_ACEOF 7245_ACEOF
7623 7246
7624 ;; 7247 ;;
@@ -7642,11 +7265,11 @@ _ACEOF
7642 7265
7643 ;; 7266 ;;
7644*-*-darwin*) 7267*-*-darwin*)
7645 { $as_echo "$as_me:$LINENO: checking if we have working getaddrinfo" >&5 7268 { echo "$as_me:$LINENO: checking if we have working getaddrinfo" >&5
7646$as_echo_n "checking if we have working getaddrinfo... " >&6; } 7269echo $ECHO_N "checking if we have working getaddrinfo... $ECHO_C" >&6; }
7647 if test "$cross_compiling" = yes; then 7270 if test "$cross_compiling" = yes; then
7648 { $as_echo "$as_me:$LINENO: result: assume it is working" >&5 7271 { echo "$as_me:$LINENO: result: assume it is working" >&5
7649$as_echo "assume it is working" >&6; } 7272echo "${ECHO_T}assume it is working" >&6; }
7650else 7273else
7651 cat >conftest.$ac_ext <<_ACEOF 7274 cat >conftest.$ac_ext <<_ACEOF
7652/* confdefs.h. */ 7275/* confdefs.h. */
@@ -7667,39 +7290,36 @@ case "(($ac_try" in
7667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7668 *) ac_try_echo=$ac_try;; 7291 *) ac_try_echo=$ac_try;;
7669esac 7292esac
7670eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7293eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7671$as_echo "$ac_try_echo") >&5
7672 (eval "$ac_link") 2>&5 7294 (eval "$ac_link") 2>&5
7673 ac_status=$? 7295 ac_status=$?
7674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7675 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7297 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7676 { (case "(($ac_try" in 7298 { (case "(($ac_try" in
7677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7678 *) ac_try_echo=$ac_try;; 7300 *) ac_try_echo=$ac_try;;
7679esac 7301esac
7680eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7302eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7681$as_echo "$ac_try_echo") >&5
7682 (eval "$ac_try") 2>&5 7303 (eval "$ac_try") 2>&5
7683 ac_status=$? 7304 ac_status=$?
7684 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7685 (exit $ac_status); }; }; then 7306 (exit $ac_status); }; }; then
7686 { $as_echo "$as_me:$LINENO: result: working" >&5 7307 { echo "$as_me:$LINENO: result: working" >&5
7687$as_echo "working" >&6; } 7308echo "${ECHO_T}working" >&6; }
7688else 7309else
7689 $as_echo "$as_me: program exited with status $ac_status" >&5 7310 echo "$as_me: program exited with status $ac_status" >&5
7690$as_echo "$as_me: failed program was:" >&5 7311echo "$as_me: failed program was:" >&5
7691sed 's/^/| /' conftest.$ac_ext >&5 7312sed 's/^/| /' conftest.$ac_ext >&5
7692 7313
7693( exit $ac_status ) 7314( exit $ac_status )
7694{ $as_echo "$as_me:$LINENO: result: buggy" >&5 7315{ echo "$as_me:$LINENO: result: buggy" >&5
7695$as_echo "buggy" >&6; } 7316echo "${ECHO_T}buggy" >&6; }
7696 7317
7697cat >>confdefs.h <<\_ACEOF 7318cat >>confdefs.h <<\_ACEOF
7698#define BROKEN_GETADDRINFO 1 7319#define BROKEN_GETADDRINFO 1
7699_ACEOF 7320_ACEOF
7700 7321
7701fi 7322fi
7702rm -rf conftest.dSYM
7703rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 7323rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7704fi 7324fi
7705 7325
@@ -7742,10 +7362,10 @@ cat >>confdefs.h <<\_ACEOF
7742_ACEOF 7362_ACEOF
7743 7363
7744 7364
7745 { $as_echo "$as_me:$LINENO: checking whether AU_IPv4 is declared" >&5 7365 { echo "$as_me:$LINENO: checking whether AU_IPv4 is declared" >&5
7746$as_echo_n "checking whether AU_IPv4 is declared... " >&6; } 7366echo $ECHO_N "checking whether AU_IPv4 is declared... $ECHO_C" >&6; }
7747if test "${ac_cv_have_decl_AU_IPv4+set}" = set; then 7367if test "${ac_cv_have_decl_AU_IPv4+set}" = set; then
7748 $as_echo_n "(cached) " >&6 7368 echo $ECHO_N "(cached) $ECHO_C" >&6
7749else 7369else
7750 cat >conftest.$ac_ext <<_ACEOF 7370 cat >conftest.$ac_ext <<_ACEOF
7751/* confdefs.h. */ 7371/* confdefs.h. */
@@ -7771,21 +7391,20 @@ case "(($ac_try" in
7771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7772 *) ac_try_echo=$ac_try;; 7392 *) ac_try_echo=$ac_try;;
7773esac 7393esac
7774eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7394eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7775$as_echo "$ac_try_echo") >&5
7776 (eval "$ac_compile") 2>conftest.er1 7395 (eval "$ac_compile") 2>conftest.er1
7777 ac_status=$? 7396 ac_status=$?
7778 grep -v '^ *+' conftest.er1 >conftest.err 7397 grep -v '^ *+' conftest.er1 >conftest.err
7779 rm -f conftest.er1 7398 rm -f conftest.er1
7780 cat conftest.err >&5 7399 cat conftest.err >&5
7781 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7782 (exit $ac_status); } && { 7401 (exit $ac_status); } && {
7783 test -z "$ac_c_werror_flag" || 7402 test -z "$ac_c_werror_flag" ||
7784 test ! -s conftest.err 7403 test ! -s conftest.err
7785 } && test -s conftest.$ac_objext; then 7404 } && test -s conftest.$ac_objext; then
7786 ac_cv_have_decl_AU_IPv4=yes 7405 ac_cv_have_decl_AU_IPv4=yes
7787else 7406else
7788 $as_echo "$as_me: failed program was:" >&5 7407 echo "$as_me: failed program was:" >&5
7789sed 's/^/| /' conftest.$ac_ext >&5 7408sed 's/^/| /' conftest.$ac_ext >&5
7790 7409
7791 ac_cv_have_decl_AU_IPv4=no 7410 ac_cv_have_decl_AU_IPv4=no
@@ -7793,8 +7412,8 @@ fi
7793 7412
7794rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7413rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7795fi 7414fi
7796{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_AU_IPv4" >&5 7415{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_AU_IPv4" >&5
7797$as_echo "$ac_cv_have_decl_AU_IPv4" >&6; } 7416echo "${ECHO_T}$ac_cv_have_decl_AU_IPv4" >&6; }
7798if test $ac_cv_have_decl_AU_IPv4 = yes; then 7417if test $ac_cv_have_decl_AU_IPv4 = yes; then
7799 : 7418 :
7800else 7419else
@@ -7845,10 +7464,10 @@ _ACEOF
7845 MAIL="/var/mail/username" 7464 MAIL="/var/mail/username"
7846 LIBS="$LIBS -lsec" 7465 LIBS="$LIBS -lsec"
7847 7466
7848{ $as_echo "$as_me:$LINENO: checking for t_error in -lxnet" >&5 7467{ echo "$as_me:$LINENO: checking for t_error in -lxnet" >&5
7849$as_echo_n "checking for t_error in -lxnet... " >&6; } 7468echo $ECHO_N "checking for t_error in -lxnet... $ECHO_C" >&6; }
7850if test "${ac_cv_lib_xnet_t_error+set}" = set; then 7469if test "${ac_cv_lib_xnet_t_error+set}" = set; then
7851 $as_echo_n "(cached) " >&6 7470 echo $ECHO_N "(cached) $ECHO_C" >&6
7852else 7471else
7853 ac_check_lib_save_LIBS=$LIBS 7472 ac_check_lib_save_LIBS=$LIBS
7854LIBS="-lxnet $LIBS" 7473LIBS="-lxnet $LIBS"
@@ -7880,36 +7499,32 @@ case "(($ac_try" in
7880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7881 *) ac_try_echo=$ac_try;; 7500 *) ac_try_echo=$ac_try;;
7882esac 7501esac
7883eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7502eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7884$as_echo "$ac_try_echo") >&5
7885 (eval "$ac_link") 2>conftest.er1 7503 (eval "$ac_link") 2>conftest.er1
7886 ac_status=$? 7504 ac_status=$?
7887 grep -v '^ *+' conftest.er1 >conftest.err 7505 grep -v '^ *+' conftest.er1 >conftest.err
7888 rm -f conftest.er1 7506 rm -f conftest.er1
7889 cat conftest.err >&5 7507 cat conftest.err >&5
7890 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7891 (exit $ac_status); } && { 7509 (exit $ac_status); } && {
7892 test -z "$ac_c_werror_flag" || 7510 test -z "$ac_c_werror_flag" ||
7893 test ! -s conftest.err 7511 test ! -s conftest.err
7894 } && test -s conftest$ac_exeext && { 7512 } && test -s conftest$ac_exeext &&
7895 test "$cross_compiling" = yes || 7513 $as_test_x conftest$ac_exeext; then
7896 $as_test_x conftest$ac_exeext
7897 }; then
7898 ac_cv_lib_xnet_t_error=yes 7514 ac_cv_lib_xnet_t_error=yes
7899else 7515else
7900 $as_echo "$as_me: failed program was:" >&5 7516 echo "$as_me: failed program was:" >&5
7901sed 's/^/| /' conftest.$ac_ext >&5 7517sed 's/^/| /' conftest.$ac_ext >&5
7902 7518
7903 ac_cv_lib_xnet_t_error=no 7519 ac_cv_lib_xnet_t_error=no
7904fi 7520fi
7905 7521
7906rm -rf conftest.dSYM
7907rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7522rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7908 conftest$ac_exeext conftest.$ac_ext 7523 conftest$ac_exeext conftest.$ac_ext
7909LIBS=$ac_check_lib_save_LIBS 7524LIBS=$ac_check_lib_save_LIBS
7910fi 7525fi
7911{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xnet_t_error" >&5 7526{ echo "$as_me:$LINENO: result: $ac_cv_lib_xnet_t_error" >&5
7912$as_echo "$ac_cv_lib_xnet_t_error" >&6; } 7527echo "${ECHO_T}$ac_cv_lib_xnet_t_error" >&6; }
7913if test $ac_cv_lib_xnet_t_error = yes; then 7528if test $ac_cv_lib_xnet_t_error = yes; then
7914 cat >>confdefs.h <<_ACEOF 7529 cat >>confdefs.h <<_ACEOF
7915#define HAVE_LIBXNET 1 7530#define HAVE_LIBXNET 1
@@ -7918,8 +7533,8 @@ _ACEOF
7918 LIBS="-lxnet $LIBS" 7533 LIBS="-lxnet $LIBS"
7919 7534
7920else 7535else
7921 { { $as_echo "$as_me:$LINENO: error: *** -lxnet needed on HP-UX - check config.log ***" >&5 7536 { { echo "$as_me:$LINENO: error: *** -lxnet needed on HP-UX - check config.log ***" >&5
7922$as_echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;} 7537echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;}
7923 { (exit 1); exit 1; }; } 7538 { (exit 1); exit 1; }; }
7924fi 7539fi
7925 7540
@@ -8011,10 +7626,10 @@ cat >>confdefs.h <<\_ACEOF
8011#define WITH_IRIX_AUDIT 1 7626#define WITH_IRIX_AUDIT 1
8012_ACEOF 7627_ACEOF
8013 7628
8014 { $as_echo "$as_me:$LINENO: checking for jlimit_startjob" >&5 7629 { echo "$as_me:$LINENO: checking for jlimit_startjob" >&5
8015$as_echo_n "checking for jlimit_startjob... " >&6; } 7630echo $ECHO_N "checking for jlimit_startjob... $ECHO_C" >&6; }
8016if test "${ac_cv_func_jlimit_startjob+set}" = set; then 7631if test "${ac_cv_func_jlimit_startjob+set}" = set; then
8017 $as_echo_n "(cached) " >&6 7632 echo $ECHO_N "(cached) $ECHO_C" >&6
8018else 7633else
8019 cat >conftest.$ac_ext <<_ACEOF 7634 cat >conftest.$ac_ext <<_ACEOF
8020/* confdefs.h. */ 7635/* confdefs.h. */
@@ -8067,35 +7682,31 @@ case "(($ac_try" in
8067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8068 *) ac_try_echo=$ac_try;; 7683 *) ac_try_echo=$ac_try;;
8069esac 7684esac
8070eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7685eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8071$as_echo "$ac_try_echo") >&5
8072 (eval "$ac_link") 2>conftest.er1 7686 (eval "$ac_link") 2>conftest.er1
8073 ac_status=$? 7687 ac_status=$?
8074 grep -v '^ *+' conftest.er1 >conftest.err 7688 grep -v '^ *+' conftest.er1 >conftest.err
8075 rm -f conftest.er1 7689 rm -f conftest.er1
8076 cat conftest.err >&5 7690 cat conftest.err >&5
8077 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8078 (exit $ac_status); } && { 7692 (exit $ac_status); } && {
8079 test -z "$ac_c_werror_flag" || 7693 test -z "$ac_c_werror_flag" ||
8080 test ! -s conftest.err 7694 test ! -s conftest.err
8081 } && test -s conftest$ac_exeext && { 7695 } && test -s conftest$ac_exeext &&
8082 test "$cross_compiling" = yes || 7696 $as_test_x conftest$ac_exeext; then
8083 $as_test_x conftest$ac_exeext
8084 }; then
8085 ac_cv_func_jlimit_startjob=yes 7697 ac_cv_func_jlimit_startjob=yes
8086else 7698else
8087 $as_echo "$as_me: failed program was:" >&5 7699 echo "$as_me: failed program was:" >&5
8088sed 's/^/| /' conftest.$ac_ext >&5 7700sed 's/^/| /' conftest.$ac_ext >&5
8089 7701
8090 ac_cv_func_jlimit_startjob=no 7702 ac_cv_func_jlimit_startjob=no
8091fi 7703fi
8092 7704
8093rm -rf conftest.dSYM
8094rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7705rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8095 conftest$ac_exeext conftest.$ac_ext 7706 conftest$ac_exeext conftest.$ac_ext
8096fi 7707fi
8097{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_jlimit_startjob" >&5 7708{ echo "$as_me:$LINENO: result: $ac_cv_func_jlimit_startjob" >&5
8098$as_echo "$ac_cv_func_jlimit_startjob" >&6; } 7709echo "${ECHO_T}$ac_cv_func_jlimit_startjob" >&6; }
8099if test $ac_cv_func_jlimit_startjob = yes; then 7710if test $ac_cv_func_jlimit_startjob = yes; then
8100 7711
8101cat >>confdefs.h <<\_ACEOF 7712cat >>confdefs.h <<\_ACEOF
@@ -8191,6 +7802,11 @@ _ACEOF
8191#define USE_BTMP 1 7802#define USE_BTMP 1
8192_ACEOF 7803_ACEOF
8193 7804
7805
7806cat >>confdefs.h <<\_ACEOF
7807#define LINUX_OOM_ADJUST 1
7808_ACEOF
7809
8194 inet6_default_4in6=yes 7810 inet6_default_4in6=yes
8195 case `uname -r` in 7811 case `uname -r` in
8196 1.*|2.0.*) 7812 1.*|2.0.*)
@@ -8205,21 +7821,20 @@ _ACEOF
8205 7821
8206for ac_header in linux/if_tun.h 7822for ac_header in linux/if_tun.h
8207do 7823do
8208as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 7824as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8209if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7825if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8210 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 7826 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8211$as_echo_n "checking for $ac_header... " >&6; } 7827echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8212if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7828if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8213 $as_echo_n "(cached) " >&6 7829 echo $ECHO_N "(cached) $ECHO_C" >&6
8214fi 7830fi
8215ac_res=`eval 'as_val=${'$as_ac_Header'} 7831ac_res=`eval echo '${'$as_ac_Header'}'`
8216 $as_echo "$as_val"'` 7832 { echo "$as_me:$LINENO: result: $ac_res" >&5
8217 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 7833echo "${ECHO_T}$ac_res" >&6; }
8218$as_echo "$ac_res" >&6; }
8219else 7834else
8220 # Is the header compilable? 7835 # Is the header compilable?
8221{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 7836{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
8222$as_echo_n "checking $ac_header usability... " >&6; } 7837echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
8223cat >conftest.$ac_ext <<_ACEOF 7838cat >conftest.$ac_ext <<_ACEOF
8224/* confdefs.h. */ 7839/* confdefs.h. */
8225_ACEOF 7840_ACEOF
@@ -8235,33 +7850,32 @@ case "(($ac_try" in
8235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8236 *) ac_try_echo=$ac_try;; 7851 *) ac_try_echo=$ac_try;;
8237esac 7852esac
8238eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7853eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8239$as_echo "$ac_try_echo") >&5
8240 (eval "$ac_compile") 2>conftest.er1 7854 (eval "$ac_compile") 2>conftest.er1
8241 ac_status=$? 7855 ac_status=$?
8242 grep -v '^ *+' conftest.er1 >conftest.err 7856 grep -v '^ *+' conftest.er1 >conftest.err
8243 rm -f conftest.er1 7857 rm -f conftest.er1
8244 cat conftest.err >&5 7858 cat conftest.err >&5
8245 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8246 (exit $ac_status); } && { 7860 (exit $ac_status); } && {
8247 test -z "$ac_c_werror_flag" || 7861 test -z "$ac_c_werror_flag" ||
8248 test ! -s conftest.err 7862 test ! -s conftest.err
8249 } && test -s conftest.$ac_objext; then 7863 } && test -s conftest.$ac_objext; then
8250 ac_header_compiler=yes 7864 ac_header_compiler=yes
8251else 7865else
8252 $as_echo "$as_me: failed program was:" >&5 7866 echo "$as_me: failed program was:" >&5
8253sed 's/^/| /' conftest.$ac_ext >&5 7867sed 's/^/| /' conftest.$ac_ext >&5
8254 7868
8255 ac_header_compiler=no 7869 ac_header_compiler=no
8256fi 7870fi
8257 7871
8258rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7872rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8259{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7873{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8260$as_echo "$ac_header_compiler" >&6; } 7874echo "${ECHO_T}$ac_header_compiler" >&6; }
8261 7875
8262# Is the header present? 7876# Is the header present?
8263{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 7877{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
8264$as_echo_n "checking $ac_header presence... " >&6; } 7878echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
8265cat >conftest.$ac_ext <<_ACEOF 7879cat >conftest.$ac_ext <<_ACEOF
8266/* confdefs.h. */ 7880/* confdefs.h. */
8267_ACEOF 7881_ACEOF
@@ -8275,52 +7889,51 @@ case "(($ac_try" in
8275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8276 *) ac_try_echo=$ac_try;; 7890 *) ac_try_echo=$ac_try;;
8277esac 7891esac
8278eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7892eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8279$as_echo "$ac_try_echo") >&5
8280 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7893 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8281 ac_status=$? 7894 ac_status=$?
8282 grep -v '^ *+' conftest.er1 >conftest.err 7895 grep -v '^ *+' conftest.er1 >conftest.err
8283 rm -f conftest.er1 7896 rm -f conftest.er1
8284 cat conftest.err >&5 7897 cat conftest.err >&5
8285 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8286 (exit $ac_status); } >/dev/null && { 7899 (exit $ac_status); } >/dev/null && {
8287 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7900 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8288 test ! -s conftest.err 7901 test ! -s conftest.err
8289 }; then 7902 }; then
8290 ac_header_preproc=yes 7903 ac_header_preproc=yes
8291else 7904else
8292 $as_echo "$as_me: failed program was:" >&5 7905 echo "$as_me: failed program was:" >&5
8293sed 's/^/| /' conftest.$ac_ext >&5 7906sed 's/^/| /' conftest.$ac_ext >&5
8294 7907
8295 ac_header_preproc=no 7908 ac_header_preproc=no
8296fi 7909fi
8297 7910
8298rm -f conftest.err conftest.$ac_ext 7911rm -f conftest.err conftest.$ac_ext
8299{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7912{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8300$as_echo "$ac_header_preproc" >&6; } 7913echo "${ECHO_T}$ac_header_preproc" >&6; }
8301 7914
8302# So? What about this header? 7915# So? What about this header?
8303case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7916case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8304 yes:no: ) 7917 yes:no: )
8305 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7918 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8306$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7919echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8307 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7920 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8308$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7921echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8309 ac_header_preproc=yes 7922 ac_header_preproc=yes
8310 ;; 7923 ;;
8311 no:yes:* ) 7924 no:yes:* )
8312 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7925 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8313$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7926echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8314 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7927 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8315$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7928echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8316 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7929 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8317$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7930echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8318 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7931 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8319$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7932echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8320 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7933 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8321$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7934echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8322 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7935 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8323$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7936echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8324 ( cat <<\_ASBOX 7937 ( cat <<\_ASBOX
8325## ------------------------------------------- ## 7938## ------------------------------------------- ##
8326## Report this to openssh-unix-dev@mindrot.org ## 7939## Report this to openssh-unix-dev@mindrot.org ##
@@ -8329,23 +7942,21 @@ _ASBOX
8329 ) | sed "s/^/$as_me: WARNING: /" >&2 7942 ) | sed "s/^/$as_me: WARNING: /" >&2
8330 ;; 7943 ;;
8331esac 7944esac
8332{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 7945{ echo "$as_me:$LINENO: checking for $ac_header" >&5
8333$as_echo_n "checking for $ac_header... " >&6; } 7946echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8334if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7947if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8335 $as_echo_n "(cached) " >&6 7948 echo $ECHO_N "(cached) $ECHO_C" >&6
8336else 7949else
8337 eval "$as_ac_Header=\$ac_header_preproc" 7950 eval "$as_ac_Header=\$ac_header_preproc"
8338fi 7951fi
8339ac_res=`eval 'as_val=${'$as_ac_Header'} 7952ac_res=`eval echo '${'$as_ac_Header'}'`
8340 $as_echo "$as_val"'` 7953 { echo "$as_me:$LINENO: result: $ac_res" >&5
8341 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 7954echo "${ECHO_T}$ac_res" >&6; }
8342$as_echo "$ac_res" >&6; }
8343 7955
8344fi 7956fi
8345if test `eval 'as_val=${'$as_ac_Header'} 7957if test `eval echo '${'$as_ac_Header'}'` = yes; then
8346 $as_echo "$as_val"'` = yes; then
8347 cat >>confdefs.h <<_ACEOF 7958 cat >>confdefs.h <<_ACEOF
8348#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 7959#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8349_ACEOF 7960_ACEOF
8350 7961
8351fi 7962fi
@@ -8369,11 +7980,6 @@ cat >>confdefs.h <<\_ACEOF
8369_ACEOF 7980_ACEOF
8370 7981
8371 fi 7982 fi
8372
8373cat >>confdefs.h <<\_ACEOF
8374#define OOM_ADJUST 1
8375_ACEOF
8376
8377 ;; 7983 ;;
8378mips-sony-bsd|mips-sony-newsos4) 7984mips-sony-bsd|mips-sony-newsos4)
8379 7985
@@ -8394,17 +8000,17 @@ cat >>confdefs.h <<\_ACEOF
8394_ACEOF 8000_ACEOF
8395 8001
8396 if test "${ac_cv_header_net_if_tap_h+set}" = set; then 8002 if test "${ac_cv_header_net_if_tap_h+set}" = set; then
8397 { $as_echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 8003 { echo "$as_me:$LINENO: checking for net/if_tap.h" >&5
8398$as_echo_n "checking for net/if_tap.h... " >&6; } 8004echo $ECHO_N "checking for net/if_tap.h... $ECHO_C" >&6; }
8399if test "${ac_cv_header_net_if_tap_h+set}" = set; then 8005if test "${ac_cv_header_net_if_tap_h+set}" = set; then
8400 $as_echo_n "(cached) " >&6 8006 echo $ECHO_N "(cached) $ECHO_C" >&6
8401fi 8007fi
8402{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 8008{ echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5
8403$as_echo "$ac_cv_header_net_if_tap_h" >&6; } 8009echo "${ECHO_T}$ac_cv_header_net_if_tap_h" >&6; }
8404else 8010else
8405 # Is the header compilable? 8011 # Is the header compilable?
8406{ $as_echo "$as_me:$LINENO: checking net/if_tap.h usability" >&5 8012{ echo "$as_me:$LINENO: checking net/if_tap.h usability" >&5
8407$as_echo_n "checking net/if_tap.h usability... " >&6; } 8013echo $ECHO_N "checking net/if_tap.h usability... $ECHO_C" >&6; }
8408cat >conftest.$ac_ext <<_ACEOF 8014cat >conftest.$ac_ext <<_ACEOF
8409/* confdefs.h. */ 8015/* confdefs.h. */
8410_ACEOF 8016_ACEOF
@@ -8420,33 +8026,32 @@ case "(($ac_try" in
8420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8421 *) ac_try_echo=$ac_try;; 8027 *) ac_try_echo=$ac_try;;
8422esac 8028esac
8423eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8029eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8424$as_echo "$ac_try_echo") >&5
8425 (eval "$ac_compile") 2>conftest.er1 8030 (eval "$ac_compile") 2>conftest.er1
8426 ac_status=$? 8031 ac_status=$?
8427 grep -v '^ *+' conftest.er1 >conftest.err 8032 grep -v '^ *+' conftest.er1 >conftest.err
8428 rm -f conftest.er1 8033 rm -f conftest.er1
8429 cat conftest.err >&5 8034 cat conftest.err >&5
8430 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8431 (exit $ac_status); } && { 8036 (exit $ac_status); } && {
8432 test -z "$ac_c_werror_flag" || 8037 test -z "$ac_c_werror_flag" ||
8433 test ! -s conftest.err 8038 test ! -s conftest.err
8434 } && test -s conftest.$ac_objext; then 8039 } && test -s conftest.$ac_objext; then
8435 ac_header_compiler=yes 8040 ac_header_compiler=yes
8436else 8041else
8437 $as_echo "$as_me: failed program was:" >&5 8042 echo "$as_me: failed program was:" >&5
8438sed 's/^/| /' conftest.$ac_ext >&5 8043sed 's/^/| /' conftest.$ac_ext >&5
8439 8044
8440 ac_header_compiler=no 8045 ac_header_compiler=no
8441fi 8046fi
8442 8047
8443rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8048rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8444{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8049{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8445$as_echo "$ac_header_compiler" >&6; } 8050echo "${ECHO_T}$ac_header_compiler" >&6; }
8446 8051
8447# Is the header present? 8052# Is the header present?
8448{ $as_echo "$as_me:$LINENO: checking net/if_tap.h presence" >&5 8053{ echo "$as_me:$LINENO: checking net/if_tap.h presence" >&5
8449$as_echo_n "checking net/if_tap.h presence... " >&6; } 8054echo $ECHO_N "checking net/if_tap.h presence... $ECHO_C" >&6; }
8450cat >conftest.$ac_ext <<_ACEOF 8055cat >conftest.$ac_ext <<_ACEOF
8451/* confdefs.h. */ 8056/* confdefs.h. */
8452_ACEOF 8057_ACEOF
@@ -8460,52 +8065,51 @@ case "(($ac_try" in
8460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8461 *) ac_try_echo=$ac_try;; 8066 *) ac_try_echo=$ac_try;;
8462esac 8067esac
8463eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8068eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8464$as_echo "$ac_try_echo") >&5
8465 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8069 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8466 ac_status=$? 8070 ac_status=$?
8467 grep -v '^ *+' conftest.er1 >conftest.err 8071 grep -v '^ *+' conftest.er1 >conftest.err
8468 rm -f conftest.er1 8072 rm -f conftest.er1
8469 cat conftest.err >&5 8073 cat conftest.err >&5
8470 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8471 (exit $ac_status); } >/dev/null && { 8075 (exit $ac_status); } >/dev/null && {
8472 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8076 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8473 test ! -s conftest.err 8077 test ! -s conftest.err
8474 }; then 8078 }; then
8475 ac_header_preproc=yes 8079 ac_header_preproc=yes
8476else 8080else
8477 $as_echo "$as_me: failed program was:" >&5 8081 echo "$as_me: failed program was:" >&5
8478sed 's/^/| /' conftest.$ac_ext >&5 8082sed 's/^/| /' conftest.$ac_ext >&5
8479 8083
8480 ac_header_preproc=no 8084 ac_header_preproc=no
8481fi 8085fi
8482 8086
8483rm -f conftest.err conftest.$ac_ext 8087rm -f conftest.err conftest.$ac_ext
8484{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8088{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8485$as_echo "$ac_header_preproc" >&6; } 8089echo "${ECHO_T}$ac_header_preproc" >&6; }
8486 8090
8487# So? What about this header? 8091# So? What about this header?
8488case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8092case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8489 yes:no: ) 8093 yes:no: )
8490 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&5 8094 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&5
8491$as_echo "$as_me: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8095echo "$as_me: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8492 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the compiler's result" >&5 8096 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the compiler's result" >&5
8493$as_echo "$as_me: WARNING: net/if_tap.h: proceeding with the compiler's result" >&2;} 8097echo "$as_me: WARNING: net/if_tap.h: proceeding with the compiler's result" >&2;}
8494 ac_header_preproc=yes 8098 ac_header_preproc=yes
8495 ;; 8099 ;;
8496 no:yes:* ) 8100 no:yes:* )
8497 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: present but cannot be compiled" >&5 8101 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: present but cannot be compiled" >&5
8498$as_echo "$as_me: WARNING: net/if_tap.h: present but cannot be compiled" >&2;} 8102echo "$as_me: WARNING: net/if_tap.h: present but cannot be compiled" >&2;}
8499 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&5 8103 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&5
8500$as_echo "$as_me: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&2;} 8104echo "$as_me: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&2;}
8501 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: see the Autoconf documentation" >&5 8105 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: see the Autoconf documentation" >&5
8502$as_echo "$as_me: WARNING: net/if_tap.h: see the Autoconf documentation" >&2;} 8106echo "$as_me: WARNING: net/if_tap.h: see the Autoconf documentation" >&2;}
8503 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&5 8107 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&5
8504$as_echo "$as_me: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&2;} 8108echo "$as_me: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&2;}
8505 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&5 8109 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&5
8506$as_echo "$as_me: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&2;} 8110echo "$as_me: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&2;}
8507 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&5 8111 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&5
8508$as_echo "$as_me: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&2;} 8112echo "$as_me: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&2;}
8509 ( cat <<\_ASBOX 8113 ( cat <<\_ASBOX
8510## ------------------------------------------- ## 8114## ------------------------------------------- ##
8511## Report this to openssh-unix-dev@mindrot.org ## 8115## Report this to openssh-unix-dev@mindrot.org ##
@@ -8514,15 +8118,15 @@ _ASBOX
8514 ) | sed "s/^/$as_me: WARNING: /" >&2 8118 ) | sed "s/^/$as_me: WARNING: /" >&2
8515 ;; 8119 ;;
8516esac 8120esac
8517{ $as_echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 8121{ echo "$as_me:$LINENO: checking for net/if_tap.h" >&5
8518$as_echo_n "checking for net/if_tap.h... " >&6; } 8122echo $ECHO_N "checking for net/if_tap.h... $ECHO_C" >&6; }
8519if test "${ac_cv_header_net_if_tap_h+set}" = set; then 8123if test "${ac_cv_header_net_if_tap_h+set}" = set; then
8520 $as_echo_n "(cached) " >&6 8124 echo $ECHO_N "(cached) $ECHO_C" >&6
8521else 8125else
8522 ac_cv_header_net_if_tap_h=$ac_header_preproc 8126 ac_cv_header_net_if_tap_h=$ac_header_preproc
8523fi 8127fi
8524{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 8128{ echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5
8525$as_echo "$ac_cv_header_net_if_tap_h" >&6; } 8129echo "${ECHO_T}$ac_cv_header_net_if_tap_h" >&6; }
8526 8130
8527fi 8131fi
8528if test $ac_cv_header_net_if_tap_h = yes; then 8132if test $ac_cv_header_net_if_tap_h = yes; then
@@ -8555,17 +8159,17 @@ cat >>confdefs.h <<\_ACEOF
8555_ACEOF 8159_ACEOF
8556 8160
8557 if test "${ac_cv_header_net_if_tap_h+set}" = set; then 8161 if test "${ac_cv_header_net_if_tap_h+set}" = set; then
8558 { $as_echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 8162 { echo "$as_me:$LINENO: checking for net/if_tap.h" >&5
8559$as_echo_n "checking for net/if_tap.h... " >&6; } 8163echo $ECHO_N "checking for net/if_tap.h... $ECHO_C" >&6; }
8560if test "${ac_cv_header_net_if_tap_h+set}" = set; then 8164if test "${ac_cv_header_net_if_tap_h+set}" = set; then
8561 $as_echo_n "(cached) " >&6 8165 echo $ECHO_N "(cached) $ECHO_C" >&6
8562fi 8166fi
8563{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 8167{ echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5
8564$as_echo "$ac_cv_header_net_if_tap_h" >&6; } 8168echo "${ECHO_T}$ac_cv_header_net_if_tap_h" >&6; }
8565else 8169else
8566 # Is the header compilable? 8170 # Is the header compilable?
8567{ $as_echo "$as_me:$LINENO: checking net/if_tap.h usability" >&5 8171{ echo "$as_me:$LINENO: checking net/if_tap.h usability" >&5
8568$as_echo_n "checking net/if_tap.h usability... " >&6; } 8172echo $ECHO_N "checking net/if_tap.h usability... $ECHO_C" >&6; }
8569cat >conftest.$ac_ext <<_ACEOF 8173cat >conftest.$ac_ext <<_ACEOF
8570/* confdefs.h. */ 8174/* confdefs.h. */
8571_ACEOF 8175_ACEOF
@@ -8581,33 +8185,32 @@ case "(($ac_try" in
8581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8582 *) ac_try_echo=$ac_try;; 8186 *) ac_try_echo=$ac_try;;
8583esac 8187esac
8584eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8188eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8585$as_echo "$ac_try_echo") >&5
8586 (eval "$ac_compile") 2>conftest.er1 8189 (eval "$ac_compile") 2>conftest.er1
8587 ac_status=$? 8190 ac_status=$?
8588 grep -v '^ *+' conftest.er1 >conftest.err 8191 grep -v '^ *+' conftest.er1 >conftest.err
8589 rm -f conftest.er1 8192 rm -f conftest.er1
8590 cat conftest.err >&5 8193 cat conftest.err >&5
8591 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8592 (exit $ac_status); } && { 8195 (exit $ac_status); } && {
8593 test -z "$ac_c_werror_flag" || 8196 test -z "$ac_c_werror_flag" ||
8594 test ! -s conftest.err 8197 test ! -s conftest.err
8595 } && test -s conftest.$ac_objext; then 8198 } && test -s conftest.$ac_objext; then
8596 ac_header_compiler=yes 8199 ac_header_compiler=yes
8597else 8200else
8598 $as_echo "$as_me: failed program was:" >&5 8201 echo "$as_me: failed program was:" >&5
8599sed 's/^/| /' conftest.$ac_ext >&5 8202sed 's/^/| /' conftest.$ac_ext >&5
8600 8203
8601 ac_header_compiler=no 8204 ac_header_compiler=no
8602fi 8205fi
8603 8206
8604rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8207rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8605{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8208{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8606$as_echo "$ac_header_compiler" >&6; } 8209echo "${ECHO_T}$ac_header_compiler" >&6; }
8607 8210
8608# Is the header present? 8211# Is the header present?
8609{ $as_echo "$as_me:$LINENO: checking net/if_tap.h presence" >&5 8212{ echo "$as_me:$LINENO: checking net/if_tap.h presence" >&5
8610$as_echo_n "checking net/if_tap.h presence... " >&6; } 8213echo $ECHO_N "checking net/if_tap.h presence... $ECHO_C" >&6; }
8611cat >conftest.$ac_ext <<_ACEOF 8214cat >conftest.$ac_ext <<_ACEOF
8612/* confdefs.h. */ 8215/* confdefs.h. */
8613_ACEOF 8216_ACEOF
@@ -8621,52 +8224,51 @@ case "(($ac_try" in
8621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8622 *) ac_try_echo=$ac_try;; 8225 *) ac_try_echo=$ac_try;;
8623esac 8226esac
8624eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8227eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8625$as_echo "$ac_try_echo") >&5
8626 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8228 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8627 ac_status=$? 8229 ac_status=$?
8628 grep -v '^ *+' conftest.er1 >conftest.err 8230 grep -v '^ *+' conftest.er1 >conftest.err
8629 rm -f conftest.er1 8231 rm -f conftest.er1
8630 cat conftest.err >&5 8232 cat conftest.err >&5
8631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8632 (exit $ac_status); } >/dev/null && { 8234 (exit $ac_status); } >/dev/null && {
8633 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8235 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8634 test ! -s conftest.err 8236 test ! -s conftest.err
8635 }; then 8237 }; then
8636 ac_header_preproc=yes 8238 ac_header_preproc=yes
8637else 8239else
8638 $as_echo "$as_me: failed program was:" >&5 8240 echo "$as_me: failed program was:" >&5
8639sed 's/^/| /' conftest.$ac_ext >&5 8241sed 's/^/| /' conftest.$ac_ext >&5
8640 8242
8641 ac_header_preproc=no 8243 ac_header_preproc=no
8642fi 8244fi
8643 8245
8644rm -f conftest.err conftest.$ac_ext 8246rm -f conftest.err conftest.$ac_ext
8645{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8247{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8646$as_echo "$ac_header_preproc" >&6; } 8248echo "${ECHO_T}$ac_header_preproc" >&6; }
8647 8249
8648# So? What about this header? 8250# So? What about this header?
8649case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8251case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8650 yes:no: ) 8252 yes:no: )
8651 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&5 8253 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&5
8652$as_echo "$as_me: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8254echo "$as_me: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8653 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the compiler's result" >&5 8255 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the compiler's result" >&5
8654$as_echo "$as_me: WARNING: net/if_tap.h: proceeding with the compiler's result" >&2;} 8256echo "$as_me: WARNING: net/if_tap.h: proceeding with the compiler's result" >&2;}
8655 ac_header_preproc=yes 8257 ac_header_preproc=yes
8656 ;; 8258 ;;
8657 no:yes:* ) 8259 no:yes:* )
8658 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: present but cannot be compiled" >&5 8260 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: present but cannot be compiled" >&5
8659$as_echo "$as_me: WARNING: net/if_tap.h: present but cannot be compiled" >&2;} 8261echo "$as_me: WARNING: net/if_tap.h: present but cannot be compiled" >&2;}
8660 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&5 8262 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&5
8661$as_echo "$as_me: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&2;} 8263echo "$as_me: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&2;}
8662 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: see the Autoconf documentation" >&5 8264 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: see the Autoconf documentation" >&5
8663$as_echo "$as_me: WARNING: net/if_tap.h: see the Autoconf documentation" >&2;} 8265echo "$as_me: WARNING: net/if_tap.h: see the Autoconf documentation" >&2;}
8664 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&5 8266 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&5
8665$as_echo "$as_me: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&2;} 8267echo "$as_me: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&2;}
8666 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&5 8268 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&5
8667$as_echo "$as_me: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&2;} 8269echo "$as_me: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&2;}
8668 { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&5 8270 { echo "$as_me:$LINENO: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&5
8669$as_echo "$as_me: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&2;} 8271echo "$as_me: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&2;}
8670 ( cat <<\_ASBOX 8272 ( cat <<\_ASBOX
8671## ------------------------------------------- ## 8273## ------------------------------------------- ##
8672## Report this to openssh-unix-dev@mindrot.org ## 8274## Report this to openssh-unix-dev@mindrot.org ##
@@ -8675,15 +8277,15 @@ _ASBOX
8675 ) | sed "s/^/$as_me: WARNING: /" >&2 8277 ) | sed "s/^/$as_me: WARNING: /" >&2
8676 ;; 8278 ;;
8677esac 8279esac
8678{ $as_echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 8280{ echo "$as_me:$LINENO: checking for net/if_tap.h" >&5
8679$as_echo_n "checking for net/if_tap.h... " >&6; } 8281echo $ECHO_N "checking for net/if_tap.h... $ECHO_C" >&6; }
8680if test "${ac_cv_header_net_if_tap_h+set}" = set; then 8282if test "${ac_cv_header_net_if_tap_h+set}" = set; then
8681 $as_echo_n "(cached) " >&6 8283 echo $ECHO_N "(cached) $ECHO_C" >&6
8682else 8284else
8683 ac_cv_header_net_if_tap_h=$ac_header_preproc 8285 ac_cv_header_net_if_tap_h=$ac_header_preproc
8684fi 8286fi
8685{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 8287{ echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5
8686$as_echo "$ac_cv_header_net_if_tap_h" >&6; } 8288echo "${ECHO_T}$ac_cv_header_net_if_tap_h" >&6; }
8687 8289
8688fi 8290fi
8689if test $ac_cv_header_net_if_tap_h = yes; then 8291if test $ac_cv_header_net_if_tap_h = yes; then
@@ -8812,12 +8414,12 @@ _ACEOF
8812 external_path_file=/etc/default/login 8414 external_path_file=/etc/default/login
8813 # hardwire lastlog location (can't detect it on some versions) 8415 # hardwire lastlog location (can't detect it on some versions)
8814 conf_lastlog_location="/var/adm/lastlog" 8416 conf_lastlog_location="/var/adm/lastlog"
8815 { $as_echo "$as_me:$LINENO: checking for obsolete utmp and wtmp in solaris2.x" >&5 8417 { echo "$as_me:$LINENO: checking for obsolete utmp and wtmp in solaris2.x" >&5
8816$as_echo_n "checking for obsolete utmp and wtmp in solaris2.x... " >&6; } 8418echo $ECHO_N "checking for obsolete utmp and wtmp in solaris2.x... $ECHO_C" >&6; }
8817 sol2ver=`echo "$host"| sed -e 's/.*[0-9]\.//'` 8419 sol2ver=`echo "$host"| sed -e 's/.*[0-9]\.//'`
8818 if test "$sol2ver" -ge 8; then 8420 if test "$sol2ver" -ge 8; then
8819 { $as_echo "$as_me:$LINENO: result: yes" >&5 8421 { echo "$as_me:$LINENO: result: yes" >&5
8820$as_echo "yes" >&6; } 8422echo "${ECHO_T}yes" >&6; }
8821 cat >>confdefs.h <<\_ACEOF 8423 cat >>confdefs.h <<\_ACEOF
8822#define DISABLE_UTMP 1 8424#define DISABLE_UTMP 1
8823_ACEOF 8425_ACEOF
@@ -8828,17 +8430,17 @@ cat >>confdefs.h <<\_ACEOF
8828_ACEOF 8430_ACEOF
8829 8431
8830 else 8432 else
8831 { $as_echo "$as_me:$LINENO: result: no" >&5 8433 { echo "$as_me:$LINENO: result: no" >&5
8832$as_echo "no" >&6; } 8434echo "${ECHO_T}no" >&6; }
8833 fi 8435 fi
8834 8436
8835# Check whether --with-solaris-contracts was given. 8437# Check whether --with-solaris-contracts was given.
8836if test "${with_solaris_contracts+set}" = set; then 8438if test "${with_solaris_contracts+set}" = set; then
8837 withval=$with_solaris_contracts; 8439 withval=$with_solaris_contracts;
8838 { $as_echo "$as_me:$LINENO: checking for ct_tmpl_activate in -lcontract" >&5 8440 { echo "$as_me:$LINENO: checking for ct_tmpl_activate in -lcontract" >&5
8839$as_echo_n "checking for ct_tmpl_activate in -lcontract... " >&6; } 8441echo $ECHO_N "checking for ct_tmpl_activate in -lcontract... $ECHO_C" >&6; }
8840if test "${ac_cv_lib_contract_ct_tmpl_activate+set}" = set; then 8442if test "${ac_cv_lib_contract_ct_tmpl_activate+set}" = set; then
8841 $as_echo_n "(cached) " >&6 8443 echo $ECHO_N "(cached) $ECHO_C" >&6
8842else 8444else
8843 ac_check_lib_save_LIBS=$LIBS 8445 ac_check_lib_save_LIBS=$LIBS
8844LIBS="-lcontract $LIBS" 8446LIBS="-lcontract $LIBS"
@@ -8870,36 +8472,32 @@ case "(($ac_try" in
8870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8871 *) ac_try_echo=$ac_try;; 8473 *) ac_try_echo=$ac_try;;
8872esac 8474esac
8873eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8475eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8874$as_echo "$ac_try_echo") >&5
8875 (eval "$ac_link") 2>conftest.er1 8476 (eval "$ac_link") 2>conftest.er1
8876 ac_status=$? 8477 ac_status=$?
8877 grep -v '^ *+' conftest.er1 >conftest.err 8478 grep -v '^ *+' conftest.er1 >conftest.err
8878 rm -f conftest.er1 8479 rm -f conftest.er1
8879 cat conftest.err >&5 8480 cat conftest.err >&5
8880 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8881 (exit $ac_status); } && { 8482 (exit $ac_status); } && {
8882 test -z "$ac_c_werror_flag" || 8483 test -z "$ac_c_werror_flag" ||
8883 test ! -s conftest.err 8484 test ! -s conftest.err
8884 } && test -s conftest$ac_exeext && { 8485 } && test -s conftest$ac_exeext &&
8885 test "$cross_compiling" = yes || 8486 $as_test_x conftest$ac_exeext; then
8886 $as_test_x conftest$ac_exeext
8887 }; then
8888 ac_cv_lib_contract_ct_tmpl_activate=yes 8487 ac_cv_lib_contract_ct_tmpl_activate=yes
8889else 8488else
8890 $as_echo "$as_me: failed program was:" >&5 8489 echo "$as_me: failed program was:" >&5
8891sed 's/^/| /' conftest.$ac_ext >&5 8490sed 's/^/| /' conftest.$ac_ext >&5
8892 8491
8893 ac_cv_lib_contract_ct_tmpl_activate=no 8492 ac_cv_lib_contract_ct_tmpl_activate=no
8894fi 8493fi
8895 8494
8896rm -rf conftest.dSYM
8897rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8495rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8898 conftest$ac_exeext conftest.$ac_ext 8496 conftest$ac_exeext conftest.$ac_ext
8899LIBS=$ac_check_lib_save_LIBS 8497LIBS=$ac_check_lib_save_LIBS
8900fi 8498fi
8901{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_contract_ct_tmpl_activate" >&5 8499{ echo "$as_me:$LINENO: result: $ac_cv_lib_contract_ct_tmpl_activate" >&5
8902$as_echo "$ac_cv_lib_contract_ct_tmpl_activate" >&6; } 8500echo "${ECHO_T}$ac_cv_lib_contract_ct_tmpl_activate" >&6; }
8903if test $ac_cv_lib_contract_ct_tmpl_activate = yes; then 8501if test $ac_cv_lib_contract_ct_tmpl_activate = yes; then
8904 8502
8905cat >>confdefs.h <<\_ACEOF 8503cat >>confdefs.h <<\_ACEOF
@@ -8920,11 +8518,11 @@ fi
8920 8518
8921for ac_func in getpwanam 8519for ac_func in getpwanam
8922do 8520do
8923as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 8521as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8924{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 8522{ echo "$as_me:$LINENO: checking for $ac_func" >&5
8925$as_echo_n "checking for $ac_func... " >&6; } 8523echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
8926if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 8524if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8927 $as_echo_n "(cached) " >&6 8525 echo $ECHO_N "(cached) $ECHO_C" >&6
8928else 8526else
8929 cat >conftest.$ac_ext <<_ACEOF 8527 cat >conftest.$ac_ext <<_ACEOF
8930/* confdefs.h. */ 8528/* confdefs.h. */
@@ -8977,41 +8575,35 @@ case "(($ac_try" in
8977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8978 *) ac_try_echo=$ac_try;; 8576 *) ac_try_echo=$ac_try;;
8979esac 8577esac
8980eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8578eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8981$as_echo "$ac_try_echo") >&5
8982 (eval "$ac_link") 2>conftest.er1 8579 (eval "$ac_link") 2>conftest.er1
8983 ac_status=$? 8580 ac_status=$?
8984 grep -v '^ *+' conftest.er1 >conftest.err 8581 grep -v '^ *+' conftest.er1 >conftest.err
8985 rm -f conftest.er1 8582 rm -f conftest.er1
8986 cat conftest.err >&5 8583 cat conftest.err >&5
8987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8988 (exit $ac_status); } && { 8585 (exit $ac_status); } && {
8989 test -z "$ac_c_werror_flag" || 8586 test -z "$ac_c_werror_flag" ||
8990 test ! -s conftest.err 8587 test ! -s conftest.err
8991 } && test -s conftest$ac_exeext && { 8588 } && test -s conftest$ac_exeext &&
8992 test "$cross_compiling" = yes || 8589 $as_test_x conftest$ac_exeext; then
8993 $as_test_x conftest$ac_exeext
8994 }; then
8995 eval "$as_ac_var=yes" 8590 eval "$as_ac_var=yes"
8996else 8591else
8997 $as_echo "$as_me: failed program was:" >&5 8592 echo "$as_me: failed program was:" >&5
8998sed 's/^/| /' conftest.$ac_ext >&5 8593sed 's/^/| /' conftest.$ac_ext >&5
8999 8594
9000 eval "$as_ac_var=no" 8595 eval "$as_ac_var=no"
9001fi 8596fi
9002 8597
9003rm -rf conftest.dSYM
9004rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8598rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9005 conftest$ac_exeext conftest.$ac_ext 8599 conftest$ac_exeext conftest.$ac_ext
9006fi 8600fi
9007ac_res=`eval 'as_val=${'$as_ac_var'} 8601ac_res=`eval echo '${'$as_ac_var'}'`
9008 $as_echo "$as_val"'` 8602 { echo "$as_me:$LINENO: result: $ac_res" >&5
9009 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 8603echo "${ECHO_T}$ac_res" >&6; }
9010$as_echo "$ac_res" >&6; } 8604if test `eval echo '${'$as_ac_var'}'` = yes; then
9011if test `eval 'as_val=${'$as_ac_var'}
9012 $as_echo "$as_val"'` = yes; then
9013 cat >>confdefs.h <<_ACEOF 8605 cat >>confdefs.h <<_ACEOF
9014#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 8606#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9015_ACEOF 8607_ACEOF
9016 8608
9017fi 8609fi
@@ -9055,10 +8647,10 @@ _ACEOF
9055*-sni-sysv*) 8647*-sni-sysv*)
9056 # /usr/ucblib MUST NOT be searched on ReliantUNIX 8648 # /usr/ucblib MUST NOT be searched on ReliantUNIX
9057 8649
9058{ $as_echo "$as_me:$LINENO: checking for dlsym in -ldl" >&5 8650{ echo "$as_me:$LINENO: checking for dlsym in -ldl" >&5
9059$as_echo_n "checking for dlsym in -ldl... " >&6; } 8651echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6; }
9060if test "${ac_cv_lib_dl_dlsym+set}" = set; then 8652if test "${ac_cv_lib_dl_dlsym+set}" = set; then
9061 $as_echo_n "(cached) " >&6 8653 echo $ECHO_N "(cached) $ECHO_C" >&6
9062else 8654else
9063 ac_check_lib_save_LIBS=$LIBS 8655 ac_check_lib_save_LIBS=$LIBS
9064LIBS="-ldl $LIBS" 8656LIBS="-ldl $LIBS"
@@ -9090,36 +8682,32 @@ case "(($ac_try" in
9090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9091 *) ac_try_echo=$ac_try;; 8683 *) ac_try_echo=$ac_try;;
9092esac 8684esac
9093eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8685eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9094$as_echo "$ac_try_echo") >&5
9095 (eval "$ac_link") 2>conftest.er1 8686 (eval "$ac_link") 2>conftest.er1
9096 ac_status=$? 8687 ac_status=$?
9097 grep -v '^ *+' conftest.er1 >conftest.err 8688 grep -v '^ *+' conftest.er1 >conftest.err
9098 rm -f conftest.er1 8689 rm -f conftest.er1
9099 cat conftest.err >&5 8690 cat conftest.err >&5
9100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9101 (exit $ac_status); } && { 8692 (exit $ac_status); } && {
9102 test -z "$ac_c_werror_flag" || 8693 test -z "$ac_c_werror_flag" ||
9103 test ! -s conftest.err 8694 test ! -s conftest.err
9104 } && test -s conftest$ac_exeext && { 8695 } && test -s conftest$ac_exeext &&
9105 test "$cross_compiling" = yes || 8696 $as_test_x conftest$ac_exeext; then
9106 $as_test_x conftest$ac_exeext
9107 }; then
9108 ac_cv_lib_dl_dlsym=yes 8697 ac_cv_lib_dl_dlsym=yes
9109else 8698else
9110 $as_echo "$as_me: failed program was:" >&5 8699 echo "$as_me: failed program was:" >&5
9111sed 's/^/| /' conftest.$ac_ext >&5 8700sed 's/^/| /' conftest.$ac_ext >&5
9112 8701
9113 ac_cv_lib_dl_dlsym=no 8702 ac_cv_lib_dl_dlsym=no
9114fi 8703fi
9115 8704
9116rm -rf conftest.dSYM
9117rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8705rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9118 conftest$ac_exeext conftest.$ac_ext 8706 conftest$ac_exeext conftest.$ac_ext
9119LIBS=$ac_check_lib_save_LIBS 8707LIBS=$ac_check_lib_save_LIBS
9120fi 8708fi
9121{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlsym" >&5 8709{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlsym" >&5
9122$as_echo "$ac_cv_lib_dl_dlsym" >&6; } 8710echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6; }
9123if test $ac_cv_lib_dl_dlsym = yes; then 8711if test $ac_cv_lib_dl_dlsym = yes; then
9124 cat >>confdefs.h <<_ACEOF 8712 cat >>confdefs.h <<_ACEOF
9125#define HAVE_LIBDL 1 8713#define HAVE_LIBDL 1
@@ -9130,10 +8718,10 @@ _ACEOF
9130fi 8718fi
9131 8719
9132 # -lresolv needs to be at the end of LIBS or DNS lookups break 8720 # -lresolv needs to be at the end of LIBS or DNS lookups break
9133 { $as_echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5 8721 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
9134$as_echo_n "checking for res_query in -lresolv... " >&6; } 8722echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
9135if test "${ac_cv_lib_resolv_res_query+set}" = set; then 8723if test "${ac_cv_lib_resolv_res_query+set}" = set; then
9136 $as_echo_n "(cached) " >&6 8724 echo $ECHO_N "(cached) $ECHO_C" >&6
9137else 8725else
9138 ac_check_lib_save_LIBS=$LIBS 8726 ac_check_lib_save_LIBS=$LIBS
9139LIBS="-lresolv $LIBS" 8727LIBS="-lresolv $LIBS"
@@ -9165,36 +8753,32 @@ case "(($ac_try" in
9165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9166 *) ac_try_echo=$ac_try;; 8754 *) ac_try_echo=$ac_try;;
9167esac 8755esac
9168eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8756eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9169$as_echo "$ac_try_echo") >&5
9170 (eval "$ac_link") 2>conftest.er1 8757 (eval "$ac_link") 2>conftest.er1
9171 ac_status=$? 8758 ac_status=$?
9172 grep -v '^ *+' conftest.er1 >conftest.err 8759 grep -v '^ *+' conftest.er1 >conftest.err
9173 rm -f conftest.er1 8760 rm -f conftest.er1
9174 cat conftest.err >&5 8761 cat conftest.err >&5
9175 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9176 (exit $ac_status); } && { 8763 (exit $ac_status); } && {
9177 test -z "$ac_c_werror_flag" || 8764 test -z "$ac_c_werror_flag" ||
9178 test ! -s conftest.err 8765 test ! -s conftest.err
9179 } && test -s conftest$ac_exeext && { 8766 } && test -s conftest$ac_exeext &&
9180 test "$cross_compiling" = yes || 8767 $as_test_x conftest$ac_exeext; then
9181 $as_test_x conftest$ac_exeext
9182 }; then
9183 ac_cv_lib_resolv_res_query=yes 8768 ac_cv_lib_resolv_res_query=yes
9184else 8769else
9185 $as_echo "$as_me: failed program was:" >&5 8770 echo "$as_me: failed program was:" >&5
9186sed 's/^/| /' conftest.$ac_ext >&5 8771sed 's/^/| /' conftest.$ac_ext >&5
9187 8772
9188 ac_cv_lib_resolv_res_query=no 8773 ac_cv_lib_resolv_res_query=no
9189fi 8774fi
9190 8775
9191rm -rf conftest.dSYM
9192rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8776rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9193 conftest$ac_exeext conftest.$ac_ext 8777 conftest$ac_exeext conftest.$ac_ext
9194LIBS=$ac_check_lib_save_LIBS 8778LIBS=$ac_check_lib_save_LIBS
9195fi 8779fi
9196{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5 8780{ echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
9197$as_echo "$ac_cv_lib_resolv_res_query" >&6; } 8781echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
9198if test $ac_cv_lib_resolv_res_query = yes; then 8782if test $ac_cv_lib_resolv_res_query = yes; then
9199 LIBS="$LIBS -lresolv" 8783 LIBS="$LIBS -lresolv"
9200fi 8784fi
@@ -9259,6 +8843,7 @@ _ACEOF
9259 ;; 8843 ;;
9260# UnixWare 7.x, OpenUNIX 8 8844# UnixWare 7.x, OpenUNIX 8
9261*-*-sysv5*) 8845*-*-sysv5*)
8846 CPPFLAGS="$CPPFLAGS -Dvsnprintf=_xvsnprintf -Dsnprintf=_xsnprintf"
9262 8847
9263cat >>confdefs.h <<\_ACEOF 8848cat >>confdefs.h <<\_ACEOF
9264#define UNIXWARE_LONG_PASSWORDS 1 8849#define UNIXWARE_LONG_PASSWORDS 1
@@ -9273,6 +8858,10 @@ _ACEOF
9273_ACEOF 8858_ACEOF
9274 8859
9275 cat >>confdefs.h <<\_ACEOF 8860 cat >>confdefs.h <<\_ACEOF
8861#define BROKEN_GETADDRINFO 1
8862_ACEOF
8863
8864 cat >>confdefs.h <<\_ACEOF
9276#define BROKEN_SETREUID 1 8865#define BROKEN_SETREUID 1
9277_ACEOF 8866_ACEOF
9278 8867
@@ -9296,10 +8885,10 @@ _ACEOF
9296#define BROKEN_UPDWTMPX 1 8885#define BROKEN_UPDWTMPX 1
9297_ACEOF 8886_ACEOF
9298 8887
9299 { $as_echo "$as_me:$LINENO: checking for getluid in -lprot" >&5 8888 { echo "$as_me:$LINENO: checking for getluid in -lprot" >&5
9300$as_echo_n "checking for getluid in -lprot... " >&6; } 8889echo $ECHO_N "checking for getluid in -lprot... $ECHO_C" >&6; }
9301if test "${ac_cv_lib_prot_getluid+set}" = set; then 8890if test "${ac_cv_lib_prot_getluid+set}" = set; then
9302 $as_echo_n "(cached) " >&6 8891 echo $ECHO_N "(cached) $ECHO_C" >&6
9303else 8892else
9304 ac_check_lib_save_LIBS=$LIBS 8893 ac_check_lib_save_LIBS=$LIBS
9305LIBS="-lprot $LIBS" 8894LIBS="-lprot $LIBS"
@@ -9331,47 +8920,43 @@ case "(($ac_try" in
9331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9332 *) ac_try_echo=$ac_try;; 8921 *) ac_try_echo=$ac_try;;
9333esac 8922esac
9334eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8923eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9335$as_echo "$ac_try_echo") >&5
9336 (eval "$ac_link") 2>conftest.er1 8924 (eval "$ac_link") 2>conftest.er1
9337 ac_status=$? 8925 ac_status=$?
9338 grep -v '^ *+' conftest.er1 >conftest.err 8926 grep -v '^ *+' conftest.er1 >conftest.err
9339 rm -f conftest.er1 8927 rm -f conftest.er1
9340 cat conftest.err >&5 8928 cat conftest.err >&5
9341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9342 (exit $ac_status); } && { 8930 (exit $ac_status); } && {
9343 test -z "$ac_c_werror_flag" || 8931 test -z "$ac_c_werror_flag" ||
9344 test ! -s conftest.err 8932 test ! -s conftest.err
9345 } && test -s conftest$ac_exeext && { 8933 } && test -s conftest$ac_exeext &&
9346 test "$cross_compiling" = yes || 8934 $as_test_x conftest$ac_exeext; then
9347 $as_test_x conftest$ac_exeext
9348 }; then
9349 ac_cv_lib_prot_getluid=yes 8935 ac_cv_lib_prot_getluid=yes
9350else 8936else
9351 $as_echo "$as_me: failed program was:" >&5 8937 echo "$as_me: failed program was:" >&5
9352sed 's/^/| /' conftest.$ac_ext >&5 8938sed 's/^/| /' conftest.$ac_ext >&5
9353 8939
9354 ac_cv_lib_prot_getluid=no 8940 ac_cv_lib_prot_getluid=no
9355fi 8941fi
9356 8942
9357rm -rf conftest.dSYM
9358rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8943rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9359 conftest$ac_exeext conftest.$ac_ext 8944 conftest$ac_exeext conftest.$ac_ext
9360LIBS=$ac_check_lib_save_LIBS 8945LIBS=$ac_check_lib_save_LIBS
9361fi 8946fi
9362{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_prot_getluid" >&5 8947{ echo "$as_me:$LINENO: result: $ac_cv_lib_prot_getluid" >&5
9363$as_echo "$ac_cv_lib_prot_getluid" >&6; } 8948echo "${ECHO_T}$ac_cv_lib_prot_getluid" >&6; }
9364if test $ac_cv_lib_prot_getluid = yes; then 8949if test $ac_cv_lib_prot_getluid = yes; then
9365 LIBS="$LIBS -lprot" 8950 LIBS="$LIBS -lprot"
9366 8951
9367 8952
9368for ac_func in getluid setluid 8953for ac_func in getluid setluid
9369do 8954do
9370as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 8955as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9371{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 8956{ echo "$as_me:$LINENO: checking for $ac_func" >&5
9372$as_echo_n "checking for $ac_func... " >&6; } 8957echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
9373if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 8958if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9374 $as_echo_n "(cached) " >&6 8959 echo $ECHO_N "(cached) $ECHO_C" >&6
9375else 8960else
9376 cat >conftest.$ac_ext <<_ACEOF 8961 cat >conftest.$ac_ext <<_ACEOF
9377/* confdefs.h. */ 8962/* confdefs.h. */
@@ -9424,41 +9009,35 @@ case "(($ac_try" in
9424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9425 *) ac_try_echo=$ac_try;; 9010 *) ac_try_echo=$ac_try;;
9426esac 9011esac
9427eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9012eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9428$as_echo "$ac_try_echo") >&5
9429 (eval "$ac_link") 2>conftest.er1 9013 (eval "$ac_link") 2>conftest.er1
9430 ac_status=$? 9014 ac_status=$?
9431 grep -v '^ *+' conftest.er1 >conftest.err 9015 grep -v '^ *+' conftest.er1 >conftest.err
9432 rm -f conftest.er1 9016 rm -f conftest.er1
9433 cat conftest.err >&5 9017 cat conftest.err >&5
9434 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9435 (exit $ac_status); } && { 9019 (exit $ac_status); } && {
9436 test -z "$ac_c_werror_flag" || 9020 test -z "$ac_c_werror_flag" ||
9437 test ! -s conftest.err 9021 test ! -s conftest.err
9438 } && test -s conftest$ac_exeext && { 9022 } && test -s conftest$ac_exeext &&
9439 test "$cross_compiling" = yes || 9023 $as_test_x conftest$ac_exeext; then
9440 $as_test_x conftest$ac_exeext
9441 }; then
9442 eval "$as_ac_var=yes" 9024 eval "$as_ac_var=yes"
9443else 9025else
9444 $as_echo "$as_me: failed program was:" >&5 9026 echo "$as_me: failed program was:" >&5
9445sed 's/^/| /' conftest.$ac_ext >&5 9027sed 's/^/| /' conftest.$ac_ext >&5
9446 9028
9447 eval "$as_ac_var=no" 9029 eval "$as_ac_var=no"
9448fi 9030fi
9449 9031
9450rm -rf conftest.dSYM
9451rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9032rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9452 conftest$ac_exeext conftest.$ac_ext 9033 conftest$ac_exeext conftest.$ac_ext
9453fi 9034fi
9454ac_res=`eval 'as_val=${'$as_ac_var'} 9035ac_res=`eval echo '${'$as_ac_var'}'`
9455 $as_echo "$as_val"'` 9036 { echo "$as_me:$LINENO: result: $ac_res" >&5
9456 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 9037echo "${ECHO_T}$ac_res" >&6; }
9457$as_echo "$ac_res" >&6; } 9038if test `eval echo '${'$as_ac_var'}'` = yes; then
9458if test `eval 'as_val=${'$as_ac_var'}
9459 $as_echo "$as_val"'` = yes; then
9460 cat >>confdefs.h <<_ACEOF 9039 cat >>confdefs.h <<_ACEOF
9461#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 9040#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9462_ACEOF 9041_ACEOF
9463 9042
9464fi 9043fi
@@ -9488,8 +9067,8 @@ _ACEOF
9488 ;; 9067 ;;
9489# SCO UNIX and OEM versions of SCO UNIX 9068# SCO UNIX and OEM versions of SCO UNIX
9490*-*-sco3.2v4*) 9069*-*-sco3.2v4*)
9491 { { $as_echo "$as_me:$LINENO: error: \"This Platform is no longer supported.\"" >&5 9070 { { echo "$as_me:$LINENO: error: \"This Platform is no longer supported.\"" >&5
9492$as_echo "$as_me: error: \"This Platform is no longer supported.\"" >&2;} 9071echo "$as_me: error: \"This Platform is no longer supported.\"" >&2;}
9493 { (exit 1); exit 1; }; } 9072 { (exit 1); exit 1; }; }
9494 ;; 9073 ;;
9495# SCO OpenServer 5.x 9074# SCO OpenServer 5.x
@@ -9520,6 +9099,10 @@ _ACEOF
9520_ACEOF 9099_ACEOF
9521 9100
9522 cat >>confdefs.h <<\_ACEOF 9101 cat >>confdefs.h <<\_ACEOF
9102#define BROKEN_GETADDRINFO 1
9103_ACEOF
9104
9105 cat >>confdefs.h <<\_ACEOF
9523#define BROKEN_SETREUID 1 9106#define BROKEN_SETREUID 1
9524_ACEOF 9107_ACEOF
9525 9108
@@ -9543,11 +9126,11 @@ _ACEOF
9543 9126
9544for ac_func in getluid setluid 9127for ac_func in getluid setluid
9545do 9128do
9546as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 9129as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9547{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 9130{ echo "$as_me:$LINENO: checking for $ac_func" >&5
9548$as_echo_n "checking for $ac_func... " >&6; } 9131echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
9549if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 9132if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9550 $as_echo_n "(cached) " >&6 9133 echo $ECHO_N "(cached) $ECHO_C" >&6
9551else 9134else
9552 cat >conftest.$ac_ext <<_ACEOF 9135 cat >conftest.$ac_ext <<_ACEOF
9553/* confdefs.h. */ 9136/* confdefs.h. */
@@ -9600,41 +9183,35 @@ case "(($ac_try" in
9600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9601 *) ac_try_echo=$ac_try;; 9184 *) ac_try_echo=$ac_try;;
9602esac 9185esac
9603eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9186eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9604$as_echo "$ac_try_echo") >&5
9605 (eval "$ac_link") 2>conftest.er1 9187 (eval "$ac_link") 2>conftest.er1
9606 ac_status=$? 9188 ac_status=$?
9607 grep -v '^ *+' conftest.er1 >conftest.err 9189 grep -v '^ *+' conftest.er1 >conftest.err
9608 rm -f conftest.er1 9190 rm -f conftest.er1
9609 cat conftest.err >&5 9191 cat conftest.err >&5
9610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9611 (exit $ac_status); } && { 9193 (exit $ac_status); } && {
9612 test -z "$ac_c_werror_flag" || 9194 test -z "$ac_c_werror_flag" ||
9613 test ! -s conftest.err 9195 test ! -s conftest.err
9614 } && test -s conftest$ac_exeext && { 9196 } && test -s conftest$ac_exeext &&
9615 test "$cross_compiling" = yes || 9197 $as_test_x conftest$ac_exeext; then
9616 $as_test_x conftest$ac_exeext
9617 }; then
9618 eval "$as_ac_var=yes" 9198 eval "$as_ac_var=yes"
9619else 9199else
9620 $as_echo "$as_me: failed program was:" >&5 9200 echo "$as_me: failed program was:" >&5
9621sed 's/^/| /' conftest.$ac_ext >&5 9201sed 's/^/| /' conftest.$ac_ext >&5
9622 9202
9623 eval "$as_ac_var=no" 9203 eval "$as_ac_var=no"
9624fi 9204fi
9625 9205
9626rm -rf conftest.dSYM
9627rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9206rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9628 conftest$ac_exeext conftest.$ac_ext 9207 conftest$ac_exeext conftest.$ac_ext
9629fi 9208fi
9630ac_res=`eval 'as_val=${'$as_ac_var'} 9209ac_res=`eval echo '${'$as_ac_var'}'`
9631 $as_echo "$as_val"'` 9210 { echo "$as_me:$LINENO: result: $ac_res" >&5
9632 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 9211echo "${ECHO_T}$ac_res" >&6; }
9633$as_echo "$ac_res" >&6; } 9212if test `eval echo '${'$as_ac_var'}'` = yes; then
9634if test `eval 'as_val=${'$as_ac_var'}
9635 $as_echo "$as_val"'` = yes; then
9636 cat >>confdefs.h <<_ACEOF 9213 cat >>confdefs.h <<_ACEOF
9637#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 9214#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9638_ACEOF 9215_ACEOF
9639 9216
9640fi 9217fi
@@ -9732,16 +9309,16 @@ _ACEOF
9732 MANTYPE=cat 9309 MANTYPE=cat
9733 ;; 9310 ;;
9734*-dec-osf*) 9311*-dec-osf*)
9735 { $as_echo "$as_me:$LINENO: checking for Digital Unix SIA" >&5 9312 { echo "$as_me:$LINENO: checking for Digital Unix SIA" >&5
9736$as_echo_n "checking for Digital Unix SIA... " >&6; } 9313echo $ECHO_N "checking for Digital Unix SIA... $ECHO_C" >&6; }
9737 no_osfsia="" 9314 no_osfsia=""
9738 9315
9739# Check whether --with-osfsia was given. 9316# Check whether --with-osfsia was given.
9740if test "${with_osfsia+set}" = set; then 9317if test "${with_osfsia+set}" = set; then
9741 withval=$with_osfsia; 9318 withval=$with_osfsia;
9742 if test "x$withval" = "xno" ; then 9319 if test "x$withval" = "xno" ; then
9743 { $as_echo "$as_me:$LINENO: result: disabled" >&5 9320 { echo "$as_me:$LINENO: result: disabled" >&5
9744$as_echo "disabled" >&6; } 9321echo "${ECHO_T}disabled" >&6; }
9745 no_osfsia=1 9322 no_osfsia=1
9746 fi 9323 fi
9747 9324
@@ -9749,8 +9326,8 @@ fi
9749 9326
9750 if test -z "$no_osfsia" ; then 9327 if test -z "$no_osfsia" ; then
9751 if test -f /etc/sia/matrix.conf; then 9328 if test -f /etc/sia/matrix.conf; then
9752 { $as_echo "$as_me:$LINENO: result: yes" >&5 9329 { echo "$as_me:$LINENO: result: yes" >&5
9753$as_echo "yes" >&6; } 9330echo "${ECHO_T}yes" >&6; }
9754 9331
9755cat >>confdefs.h <<\_ACEOF 9332cat >>confdefs.h <<\_ACEOF
9756#define HAVE_OSF_SIA 1 9333#define HAVE_OSF_SIA 1
@@ -9768,8 +9345,8 @@ _ACEOF
9768 LIBS="$LIBS -lsecurity -ldb -lm -laud" 9345 LIBS="$LIBS -lsecurity -ldb -lm -laud"
9769 SIA_MSG="yes" 9346 SIA_MSG="yes"
9770 else 9347 else
9771 { $as_echo "$as_me:$LINENO: result: no" >&5 9348 { echo "$as_me:$LINENO: result: no" >&5
9772$as_echo "no" >&6; } 9349echo "${ECHO_T}no" >&6; }
9773 9350
9774cat >>confdefs.h <<\_ACEOF 9351cat >>confdefs.h <<\_ACEOF
9775#define LOCKED_PASSWD_SUBSTR "Nologin" 9352#define LOCKED_PASSWD_SUBSTR "Nologin"
@@ -9884,11 +9461,11 @@ _ACEOF
9884 ;; 9461 ;;
9885esac 9462esac
9886 9463
9887{ $as_echo "$as_me:$LINENO: checking compiler and flags for sanity" >&5 9464{ echo "$as_me:$LINENO: checking compiler and flags for sanity" >&5
9888$as_echo_n "checking compiler and flags for sanity... " >&6; } 9465echo $ECHO_N "checking compiler and flags for sanity... $ECHO_C" >&6; }
9889if test "$cross_compiling" = yes; then 9466if test "$cross_compiling" = yes; then
9890 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking compiler sanity" >&5 9467 { echo "$as_me:$LINENO: WARNING: cross compiling: not checking compiler sanity" >&5
9891$as_echo "$as_me: WARNING: cross compiling: not checking compiler sanity" >&2;} 9468echo "$as_me: WARNING: cross compiling: not checking compiler sanity" >&2;}
9892 9469
9893else 9470else
9894 cat >conftest.$ac_ext <<_ACEOF 9471 cat >conftest.$ac_ext <<_ACEOF
@@ -9908,49 +9485,46 @@ case "(($ac_try" in
9908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9909 *) ac_try_echo=$ac_try;; 9486 *) ac_try_echo=$ac_try;;
9910esac 9487esac
9911eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9488eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9912$as_echo "$ac_try_echo") >&5
9913 (eval "$ac_link") 2>&5 9489 (eval "$ac_link") 2>&5
9914 ac_status=$? 9490 ac_status=$?
9915 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9916 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9492 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9917 { (case "(($ac_try" in 9493 { (case "(($ac_try" in
9918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9919 *) ac_try_echo=$ac_try;; 9495 *) ac_try_echo=$ac_try;;
9920esac 9496esac
9921eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9497eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9922$as_echo "$ac_try_echo") >&5
9923 (eval "$ac_try") 2>&5 9498 (eval "$ac_try") 2>&5
9924 ac_status=$? 9499 ac_status=$?
9925 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9926 (exit $ac_status); }; }; then 9501 (exit $ac_status); }; }; then
9927 { $as_echo "$as_me:$LINENO: result: yes" >&5 9502 { echo "$as_me:$LINENO: result: yes" >&5
9928$as_echo "yes" >&6; } 9503echo "${ECHO_T}yes" >&6; }
9929else 9504else
9930 $as_echo "$as_me: program exited with status $ac_status" >&5 9505 echo "$as_me: program exited with status $ac_status" >&5
9931$as_echo "$as_me: failed program was:" >&5 9506echo "$as_me: failed program was:" >&5
9932sed 's/^/| /' conftest.$ac_ext >&5 9507sed 's/^/| /' conftest.$ac_ext >&5
9933 9508
9934( exit $ac_status ) 9509( exit $ac_status )
9935 9510
9936 { $as_echo "$as_me:$LINENO: result: no" >&5 9511 { echo "$as_me:$LINENO: result: no" >&5
9937$as_echo "no" >&6; } 9512echo "${ECHO_T}no" >&6; }
9938 { { $as_echo "$as_me:$LINENO: error: *** compiler cannot create working executables, check config.log ***" >&5 9513 { { echo "$as_me:$LINENO: error: *** compiler cannot create working executables, check config.log ***" >&5
9939$as_echo "$as_me: error: *** compiler cannot create working executables, check config.log ***" >&2;} 9514echo "$as_me: error: *** compiler cannot create working executables, check config.log ***" >&2;}
9940 { (exit 1); exit 1; }; } 9515 { (exit 1); exit 1; }; }
9941 9516
9942fi 9517fi
9943rm -rf conftest.dSYM
9944rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 9518rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9945fi 9519fi
9946 9520
9947 9521
9948 9522
9949# Checks for libraries. 9523# Checks for libraries.
9950{ $as_echo "$as_me:$LINENO: checking for yp_match" >&5 9524{ echo "$as_me:$LINENO: checking for yp_match" >&5
9951$as_echo_n "checking for yp_match... " >&6; } 9525echo $ECHO_N "checking for yp_match... $ECHO_C" >&6; }
9952if test "${ac_cv_func_yp_match+set}" = set; then 9526if test "${ac_cv_func_yp_match+set}" = set; then
9953 $as_echo_n "(cached) " >&6 9527 echo $ECHO_N "(cached) $ECHO_C" >&6
9954else 9528else
9955 cat >conftest.$ac_ext <<_ACEOF 9529 cat >conftest.$ac_ext <<_ACEOF
9956/* confdefs.h. */ 9530/* confdefs.h. */
@@ -10003,43 +9577,39 @@ case "(($ac_try" in
10003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10004 *) ac_try_echo=$ac_try;; 9578 *) ac_try_echo=$ac_try;;
10005esac 9579esac
10006eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9580eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10007$as_echo "$ac_try_echo") >&5
10008 (eval "$ac_link") 2>conftest.er1 9581 (eval "$ac_link") 2>conftest.er1
10009 ac_status=$? 9582 ac_status=$?
10010 grep -v '^ *+' conftest.er1 >conftest.err 9583 grep -v '^ *+' conftest.er1 >conftest.err
10011 rm -f conftest.er1 9584 rm -f conftest.er1
10012 cat conftest.err >&5 9585 cat conftest.err >&5
10013 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10014 (exit $ac_status); } && { 9587 (exit $ac_status); } && {
10015 test -z "$ac_c_werror_flag" || 9588 test -z "$ac_c_werror_flag" ||
10016 test ! -s conftest.err 9589 test ! -s conftest.err
10017 } && test -s conftest$ac_exeext && { 9590 } && test -s conftest$ac_exeext &&
10018 test "$cross_compiling" = yes || 9591 $as_test_x conftest$ac_exeext; then
10019 $as_test_x conftest$ac_exeext
10020 }; then
10021 ac_cv_func_yp_match=yes 9592 ac_cv_func_yp_match=yes
10022else 9593else
10023 $as_echo "$as_me: failed program was:" >&5 9594 echo "$as_me: failed program was:" >&5
10024sed 's/^/| /' conftest.$ac_ext >&5 9595sed 's/^/| /' conftest.$ac_ext >&5
10025 9596
10026 ac_cv_func_yp_match=no 9597 ac_cv_func_yp_match=no
10027fi 9598fi
10028 9599
10029rm -rf conftest.dSYM
10030rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9600rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10031 conftest$ac_exeext conftest.$ac_ext 9601 conftest$ac_exeext conftest.$ac_ext
10032fi 9602fi
10033{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_yp_match" >&5 9603{ echo "$as_me:$LINENO: result: $ac_cv_func_yp_match" >&5
10034$as_echo "$ac_cv_func_yp_match" >&6; } 9604echo "${ECHO_T}$ac_cv_func_yp_match" >&6; }
10035if test $ac_cv_func_yp_match = yes; then 9605if test $ac_cv_func_yp_match = yes; then
10036 : 9606 :
10037else 9607else
10038 9608
10039{ $as_echo "$as_me:$LINENO: checking for yp_match in -lnsl" >&5 9609{ echo "$as_me:$LINENO: checking for yp_match in -lnsl" >&5
10040$as_echo_n "checking for yp_match in -lnsl... " >&6; } 9610echo $ECHO_N "checking for yp_match in -lnsl... $ECHO_C" >&6; }
10041if test "${ac_cv_lib_nsl_yp_match+set}" = set; then 9611if test "${ac_cv_lib_nsl_yp_match+set}" = set; then
10042 $as_echo_n "(cached) " >&6 9612 echo $ECHO_N "(cached) $ECHO_C" >&6
10043else 9613else
10044 ac_check_lib_save_LIBS=$LIBS 9614 ac_check_lib_save_LIBS=$LIBS
10045LIBS="-lnsl $LIBS" 9615LIBS="-lnsl $LIBS"
@@ -10071,36 +9641,32 @@ case "(($ac_try" in
10071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10072 *) ac_try_echo=$ac_try;; 9642 *) ac_try_echo=$ac_try;;
10073esac 9643esac
10074eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9644eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10075$as_echo "$ac_try_echo") >&5
10076 (eval "$ac_link") 2>conftest.er1 9645 (eval "$ac_link") 2>conftest.er1
10077 ac_status=$? 9646 ac_status=$?
10078 grep -v '^ *+' conftest.er1 >conftest.err 9647 grep -v '^ *+' conftest.er1 >conftest.err
10079 rm -f conftest.er1 9648 rm -f conftest.er1
10080 cat conftest.err >&5 9649 cat conftest.err >&5
10081 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10082 (exit $ac_status); } && { 9651 (exit $ac_status); } && {
10083 test -z "$ac_c_werror_flag" || 9652 test -z "$ac_c_werror_flag" ||
10084 test ! -s conftest.err 9653 test ! -s conftest.err
10085 } && test -s conftest$ac_exeext && { 9654 } && test -s conftest$ac_exeext &&
10086 test "$cross_compiling" = yes || 9655 $as_test_x conftest$ac_exeext; then
10087 $as_test_x conftest$ac_exeext
10088 }; then
10089 ac_cv_lib_nsl_yp_match=yes 9656 ac_cv_lib_nsl_yp_match=yes
10090else 9657else
10091 $as_echo "$as_me: failed program was:" >&5 9658 echo "$as_me: failed program was:" >&5
10092sed 's/^/| /' conftest.$ac_ext >&5 9659sed 's/^/| /' conftest.$ac_ext >&5
10093 9660
10094 ac_cv_lib_nsl_yp_match=no 9661 ac_cv_lib_nsl_yp_match=no
10095fi 9662fi
10096 9663
10097rm -rf conftest.dSYM
10098rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9664rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10099 conftest$ac_exeext conftest.$ac_ext 9665 conftest$ac_exeext conftest.$ac_ext
10100LIBS=$ac_check_lib_save_LIBS 9666LIBS=$ac_check_lib_save_LIBS
10101fi 9667fi
10102{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_yp_match" >&5 9668{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_yp_match" >&5
10103$as_echo "$ac_cv_lib_nsl_yp_match" >&6; } 9669echo "${ECHO_T}$ac_cv_lib_nsl_yp_match" >&6; }
10104if test $ac_cv_lib_nsl_yp_match = yes; then 9670if test $ac_cv_lib_nsl_yp_match = yes; then
10105 cat >>confdefs.h <<_ACEOF 9671 cat >>confdefs.h <<_ACEOF
10106#define HAVE_LIBNSL 1 9672#define HAVE_LIBNSL 1
@@ -10112,10 +9678,10 @@ fi
10112 9678
10113fi 9679fi
10114 9680
10115{ $as_echo "$as_me:$LINENO: checking for setsockopt" >&5 9681{ echo "$as_me:$LINENO: checking for setsockopt" >&5
10116$as_echo_n "checking for setsockopt... " >&6; } 9682echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6; }
10117if test "${ac_cv_func_setsockopt+set}" = set; then 9683if test "${ac_cv_func_setsockopt+set}" = set; then
10118 $as_echo_n "(cached) " >&6 9684 echo $ECHO_N "(cached) $ECHO_C" >&6
10119else 9685else
10120 cat >conftest.$ac_ext <<_ACEOF 9686 cat >conftest.$ac_ext <<_ACEOF
10121/* confdefs.h. */ 9687/* confdefs.h. */
@@ -10168,43 +9734,39 @@ case "(($ac_try" in
10168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10169 *) ac_try_echo=$ac_try;; 9735 *) ac_try_echo=$ac_try;;
10170esac 9736esac
10171eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9737eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10172$as_echo "$ac_try_echo") >&5
10173 (eval "$ac_link") 2>conftest.er1 9738 (eval "$ac_link") 2>conftest.er1
10174 ac_status=$? 9739 ac_status=$?
10175 grep -v '^ *+' conftest.er1 >conftest.err 9740 grep -v '^ *+' conftest.er1 >conftest.err
10176 rm -f conftest.er1 9741 rm -f conftest.er1
10177 cat conftest.err >&5 9742 cat conftest.err >&5
10178 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10179 (exit $ac_status); } && { 9744 (exit $ac_status); } && {
10180 test -z "$ac_c_werror_flag" || 9745 test -z "$ac_c_werror_flag" ||
10181 test ! -s conftest.err 9746 test ! -s conftest.err
10182 } && test -s conftest$ac_exeext && { 9747 } && test -s conftest$ac_exeext &&
10183 test "$cross_compiling" = yes || 9748 $as_test_x conftest$ac_exeext; then
10184 $as_test_x conftest$ac_exeext
10185 }; then
10186 ac_cv_func_setsockopt=yes 9749 ac_cv_func_setsockopt=yes
10187else 9750else
10188 $as_echo "$as_me: failed program was:" >&5 9751 echo "$as_me: failed program was:" >&5
10189sed 's/^/| /' conftest.$ac_ext >&5 9752sed 's/^/| /' conftest.$ac_ext >&5
10190 9753
10191 ac_cv_func_setsockopt=no 9754 ac_cv_func_setsockopt=no
10192fi 9755fi
10193 9756
10194rm -rf conftest.dSYM
10195rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9757rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10196 conftest$ac_exeext conftest.$ac_ext 9758 conftest$ac_exeext conftest.$ac_ext
10197fi 9759fi
10198{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_setsockopt" >&5 9760{ echo "$as_me:$LINENO: result: $ac_cv_func_setsockopt" >&5
10199$as_echo "$ac_cv_func_setsockopt" >&6; } 9761echo "${ECHO_T}$ac_cv_func_setsockopt" >&6; }
10200if test $ac_cv_func_setsockopt = yes; then 9762if test $ac_cv_func_setsockopt = yes; then
10201 : 9763 :
10202else 9764else
10203 9765
10204{ $as_echo "$as_me:$LINENO: checking for setsockopt in -lsocket" >&5 9766{ echo "$as_me:$LINENO: checking for setsockopt in -lsocket" >&5
10205$as_echo_n "checking for setsockopt in -lsocket... " >&6; } 9767echo $ECHO_N "checking for setsockopt in -lsocket... $ECHO_C" >&6; }
10206if test "${ac_cv_lib_socket_setsockopt+set}" = set; then 9768if test "${ac_cv_lib_socket_setsockopt+set}" = set; then
10207 $as_echo_n "(cached) " >&6 9769 echo $ECHO_N "(cached) $ECHO_C" >&6
10208else 9770else
10209 ac_check_lib_save_LIBS=$LIBS 9771 ac_check_lib_save_LIBS=$LIBS
10210LIBS="-lsocket $LIBS" 9772LIBS="-lsocket $LIBS"
@@ -10236,36 +9798,32 @@ case "(($ac_try" in
10236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10237 *) ac_try_echo=$ac_try;; 9799 *) ac_try_echo=$ac_try;;
10238esac 9800esac
10239eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9801eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10240$as_echo "$ac_try_echo") >&5
10241 (eval "$ac_link") 2>conftest.er1 9802 (eval "$ac_link") 2>conftest.er1
10242 ac_status=$? 9803 ac_status=$?
10243 grep -v '^ *+' conftest.er1 >conftest.err 9804 grep -v '^ *+' conftest.er1 >conftest.err
10244 rm -f conftest.er1 9805 rm -f conftest.er1
10245 cat conftest.err >&5 9806 cat conftest.err >&5
10246 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10247 (exit $ac_status); } && { 9808 (exit $ac_status); } && {
10248 test -z "$ac_c_werror_flag" || 9809 test -z "$ac_c_werror_flag" ||
10249 test ! -s conftest.err 9810 test ! -s conftest.err
10250 } && test -s conftest$ac_exeext && { 9811 } && test -s conftest$ac_exeext &&
10251 test "$cross_compiling" = yes || 9812 $as_test_x conftest$ac_exeext; then
10252 $as_test_x conftest$ac_exeext
10253 }; then
10254 ac_cv_lib_socket_setsockopt=yes 9813 ac_cv_lib_socket_setsockopt=yes
10255else 9814else
10256 $as_echo "$as_me: failed program was:" >&5 9815 echo "$as_me: failed program was:" >&5
10257sed 's/^/| /' conftest.$ac_ext >&5 9816sed 's/^/| /' conftest.$ac_ext >&5
10258 9817
10259 ac_cv_lib_socket_setsockopt=no 9818 ac_cv_lib_socket_setsockopt=no
10260fi 9819fi
10261 9820
10262rm -rf conftest.dSYM
10263rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9821rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10264 conftest$ac_exeext conftest.$ac_ext 9822 conftest$ac_exeext conftest.$ac_ext
10265LIBS=$ac_check_lib_save_LIBS 9823LIBS=$ac_check_lib_save_LIBS
10266fi 9824fi
10267{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_setsockopt" >&5 9825{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_setsockopt" >&5
10268$as_echo "$ac_cv_lib_socket_setsockopt" >&6; } 9826echo "${ECHO_T}$ac_cv_lib_socket_setsockopt" >&6; }
10269if test $ac_cv_lib_socket_setsockopt = yes; then 9827if test $ac_cv_lib_socket_setsockopt = yes; then
10270 cat >>confdefs.h <<_ACEOF 9828 cat >>confdefs.h <<_ACEOF
10271#define HAVE_LIBSOCKET 1 9829#define HAVE_LIBSOCKET 1
@@ -10281,11 +9839,11 @@ fi
10281 9839
10282for ac_func in dirname 9840for ac_func in dirname
10283do 9841do
10284as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 9842as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10285{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 9843{ echo "$as_me:$LINENO: checking for $ac_func" >&5
10286$as_echo_n "checking for $ac_func... " >&6; } 9844echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
10287if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 9845if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
10288 $as_echo_n "(cached) " >&6 9846 echo $ECHO_N "(cached) $ECHO_C" >&6
10289else 9847else
10290 cat >conftest.$ac_ext <<_ACEOF 9848 cat >conftest.$ac_ext <<_ACEOF
10291/* confdefs.h. */ 9849/* confdefs.h. */
@@ -10338,60 +9896,53 @@ case "(($ac_try" in
10338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10339 *) ac_try_echo=$ac_try;; 9897 *) ac_try_echo=$ac_try;;
10340esac 9898esac
10341eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9899eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10342$as_echo "$ac_try_echo") >&5
10343 (eval "$ac_link") 2>conftest.er1 9900 (eval "$ac_link") 2>conftest.er1
10344 ac_status=$? 9901 ac_status=$?
10345 grep -v '^ *+' conftest.er1 >conftest.err 9902 grep -v '^ *+' conftest.er1 >conftest.err
10346 rm -f conftest.er1 9903 rm -f conftest.er1
10347 cat conftest.err >&5 9904 cat conftest.err >&5
10348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10349 (exit $ac_status); } && { 9906 (exit $ac_status); } && {
10350 test -z "$ac_c_werror_flag" || 9907 test -z "$ac_c_werror_flag" ||
10351 test ! -s conftest.err 9908 test ! -s conftest.err
10352 } && test -s conftest$ac_exeext && { 9909 } && test -s conftest$ac_exeext &&
10353 test "$cross_compiling" = yes || 9910 $as_test_x conftest$ac_exeext; then
10354 $as_test_x conftest$ac_exeext
10355 }; then
10356 eval "$as_ac_var=yes" 9911 eval "$as_ac_var=yes"
10357else 9912else
10358 $as_echo "$as_me: failed program was:" >&5 9913 echo "$as_me: failed program was:" >&5
10359sed 's/^/| /' conftest.$ac_ext >&5 9914sed 's/^/| /' conftest.$ac_ext >&5
10360 9915
10361 eval "$as_ac_var=no" 9916 eval "$as_ac_var=no"
10362fi 9917fi
10363 9918
10364rm -rf conftest.dSYM
10365rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9919rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10366 conftest$ac_exeext conftest.$ac_ext 9920 conftest$ac_exeext conftest.$ac_ext
10367fi 9921fi
10368ac_res=`eval 'as_val=${'$as_ac_var'} 9922ac_res=`eval echo '${'$as_ac_var'}'`
10369 $as_echo "$as_val"'` 9923 { echo "$as_me:$LINENO: result: $ac_res" >&5
10370 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 9924echo "${ECHO_T}$ac_res" >&6; }
10371$as_echo "$ac_res" >&6; } 9925if test `eval echo '${'$as_ac_var'}'` = yes; then
10372if test `eval 'as_val=${'$as_ac_var'}
10373 $as_echo "$as_val"'` = yes; then
10374 cat >>confdefs.h <<_ACEOF 9926 cat >>confdefs.h <<_ACEOF
10375#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 9927#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10376_ACEOF 9928_ACEOF
10377 9929
10378for ac_header in libgen.h 9930for ac_header in libgen.h
10379do 9931do
10380as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 9932as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10381if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9933if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10382 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 9934 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10383$as_echo_n "checking for $ac_header... " >&6; } 9935echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10384if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9936if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10385 $as_echo_n "(cached) " >&6 9937 echo $ECHO_N "(cached) $ECHO_C" >&6
10386fi 9938fi
10387ac_res=`eval 'as_val=${'$as_ac_Header'} 9939ac_res=`eval echo '${'$as_ac_Header'}'`
10388 $as_echo "$as_val"'` 9940 { echo "$as_me:$LINENO: result: $ac_res" >&5
10389 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 9941echo "${ECHO_T}$ac_res" >&6; }
10390$as_echo "$ac_res" >&6; }
10391else 9942else
10392 # Is the header compilable? 9943 # Is the header compilable?
10393{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 9944{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
10394$as_echo_n "checking $ac_header usability... " >&6; } 9945echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10395cat >conftest.$ac_ext <<_ACEOF 9946cat >conftest.$ac_ext <<_ACEOF
10396/* confdefs.h. */ 9947/* confdefs.h. */
10397_ACEOF 9948_ACEOF
@@ -10407,33 +9958,32 @@ case "(($ac_try" in
10407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10408 *) ac_try_echo=$ac_try;; 9959 *) ac_try_echo=$ac_try;;
10409esac 9960esac
10410eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9961eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10411$as_echo "$ac_try_echo") >&5
10412 (eval "$ac_compile") 2>conftest.er1 9962 (eval "$ac_compile") 2>conftest.er1
10413 ac_status=$? 9963 ac_status=$?
10414 grep -v '^ *+' conftest.er1 >conftest.err 9964 grep -v '^ *+' conftest.er1 >conftest.err
10415 rm -f conftest.er1 9965 rm -f conftest.er1
10416 cat conftest.err >&5 9966 cat conftest.err >&5
10417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10418 (exit $ac_status); } && { 9968 (exit $ac_status); } && {
10419 test -z "$ac_c_werror_flag" || 9969 test -z "$ac_c_werror_flag" ||
10420 test ! -s conftest.err 9970 test ! -s conftest.err
10421 } && test -s conftest.$ac_objext; then 9971 } && test -s conftest.$ac_objext; then
10422 ac_header_compiler=yes 9972 ac_header_compiler=yes
10423else 9973else
10424 $as_echo "$as_me: failed program was:" >&5 9974 echo "$as_me: failed program was:" >&5
10425sed 's/^/| /' conftest.$ac_ext >&5 9975sed 's/^/| /' conftest.$ac_ext >&5
10426 9976
10427 ac_header_compiler=no 9977 ac_header_compiler=no
10428fi 9978fi
10429 9979
10430rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9980rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10431{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9981{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10432$as_echo "$ac_header_compiler" >&6; } 9982echo "${ECHO_T}$ac_header_compiler" >&6; }
10433 9983
10434# Is the header present? 9984# Is the header present?
10435{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 9985{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
10436$as_echo_n "checking $ac_header presence... " >&6; } 9986echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10437cat >conftest.$ac_ext <<_ACEOF 9987cat >conftest.$ac_ext <<_ACEOF
10438/* confdefs.h. */ 9988/* confdefs.h. */
10439_ACEOF 9989_ACEOF
@@ -10447,52 +9997,51 @@ case "(($ac_try" in
10447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10448 *) ac_try_echo=$ac_try;; 9998 *) ac_try_echo=$ac_try;;
10449esac 9999esac
10450eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10000eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10451$as_echo "$ac_try_echo") >&5
10452 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10001 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10453 ac_status=$? 10002 ac_status=$?
10454 grep -v '^ *+' conftest.er1 >conftest.err 10003 grep -v '^ *+' conftest.er1 >conftest.err
10455 rm -f conftest.er1 10004 rm -f conftest.er1
10456 cat conftest.err >&5 10005 cat conftest.err >&5
10457 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10458 (exit $ac_status); } >/dev/null && { 10007 (exit $ac_status); } >/dev/null && {
10459 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 10008 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10460 test ! -s conftest.err 10009 test ! -s conftest.err
10461 }; then 10010 }; then
10462 ac_header_preproc=yes 10011 ac_header_preproc=yes
10463else 10012else
10464 $as_echo "$as_me: failed program was:" >&5 10013 echo "$as_me: failed program was:" >&5
10465sed 's/^/| /' conftest.$ac_ext >&5 10014sed 's/^/| /' conftest.$ac_ext >&5
10466 10015
10467 ac_header_preproc=no 10016 ac_header_preproc=no
10468fi 10017fi
10469 10018
10470rm -f conftest.err conftest.$ac_ext 10019rm -f conftest.err conftest.$ac_ext
10471{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10020{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10472$as_echo "$ac_header_preproc" >&6; } 10021echo "${ECHO_T}$ac_header_preproc" >&6; }
10473 10022
10474# So? What about this header? 10023# So? What about this header?
10475case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10024case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10476 yes:no: ) 10025 yes:no: )
10477 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 10026 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10478$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 10027echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10479 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 10028 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10480$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 10029echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10481 ac_header_preproc=yes 10030 ac_header_preproc=yes
10482 ;; 10031 ;;
10483 no:yes:* ) 10032 no:yes:* )
10484 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 10033 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10485$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 10034echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10486 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 10035 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10487$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 10036echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10488 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 10037 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10489$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 10038echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10490 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 10039 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10491$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 10040echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10492 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 10041 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10493$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 10042echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10494 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 10043 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10495$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 10044echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10496 ( cat <<\_ASBOX 10045 ( cat <<\_ASBOX
10497## ------------------------------------------- ## 10046## ------------------------------------------- ##
10498## Report this to openssh-unix-dev@mindrot.org ## 10047## Report this to openssh-unix-dev@mindrot.org ##
@@ -10501,23 +10050,21 @@ _ASBOX
10501 ) | sed "s/^/$as_me: WARNING: /" >&2 10050 ) | sed "s/^/$as_me: WARNING: /" >&2
10502 ;; 10051 ;;
10503esac 10052esac
10504{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 10053{ echo "$as_me:$LINENO: checking for $ac_header" >&5
10505$as_echo_n "checking for $ac_header... " >&6; } 10054echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10506if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10055if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10507 $as_echo_n "(cached) " >&6 10056 echo $ECHO_N "(cached) $ECHO_C" >&6
10508else 10057else
10509 eval "$as_ac_Header=\$ac_header_preproc" 10058 eval "$as_ac_Header=\$ac_header_preproc"
10510fi 10059fi
10511ac_res=`eval 'as_val=${'$as_ac_Header'} 10060ac_res=`eval echo '${'$as_ac_Header'}'`
10512 $as_echo "$as_val"'` 10061 { echo "$as_me:$LINENO: result: $ac_res" >&5
10513 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 10062echo "${ECHO_T}$ac_res" >&6; }
10514$as_echo "$ac_res" >&6; }
10515 10063
10516fi 10064fi
10517if test `eval 'as_val=${'$as_ac_Header'} 10065if test `eval echo '${'$as_ac_Header'}'` = yes; then
10518 $as_echo "$as_val"'` = yes; then
10519 cat >>confdefs.h <<_ACEOF 10066 cat >>confdefs.h <<_ACEOF
10520#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 10067#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10521_ACEOF 10068_ACEOF
10522 10069
10523fi 10070fi
@@ -10526,10 +10073,10 @@ done
10526 10073
10527else 10074else
10528 10075
10529 { $as_echo "$as_me:$LINENO: checking for dirname in -lgen" >&5 10076 { echo "$as_me:$LINENO: checking for dirname in -lgen" >&5
10530$as_echo_n "checking for dirname in -lgen... " >&6; } 10077echo $ECHO_N "checking for dirname in -lgen... $ECHO_C" >&6; }
10531if test "${ac_cv_lib_gen_dirname+set}" = set; then 10078if test "${ac_cv_lib_gen_dirname+set}" = set; then
10532 $as_echo_n "(cached) " >&6 10079 echo $ECHO_N "(cached) $ECHO_C" >&6
10533else 10080else
10534 ac_check_lib_save_LIBS=$LIBS 10081 ac_check_lib_save_LIBS=$LIBS
10535LIBS="-lgen $LIBS" 10082LIBS="-lgen $LIBS"
@@ -10561,42 +10108,38 @@ case "(($ac_try" in
10561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10562 *) ac_try_echo=$ac_try;; 10109 *) ac_try_echo=$ac_try;;
10563esac 10110esac
10564eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10111eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10565$as_echo "$ac_try_echo") >&5
10566 (eval "$ac_link") 2>conftest.er1 10112 (eval "$ac_link") 2>conftest.er1
10567 ac_status=$? 10113 ac_status=$?
10568 grep -v '^ *+' conftest.er1 >conftest.err 10114 grep -v '^ *+' conftest.er1 >conftest.err
10569 rm -f conftest.er1 10115 rm -f conftest.er1
10570 cat conftest.err >&5 10116 cat conftest.err >&5
10571 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10572 (exit $ac_status); } && { 10118 (exit $ac_status); } && {
10573 test -z "$ac_c_werror_flag" || 10119 test -z "$ac_c_werror_flag" ||
10574 test ! -s conftest.err 10120 test ! -s conftest.err
10575 } && test -s conftest$ac_exeext && { 10121 } && test -s conftest$ac_exeext &&
10576 test "$cross_compiling" = yes || 10122 $as_test_x conftest$ac_exeext; then
10577 $as_test_x conftest$ac_exeext
10578 }; then
10579 ac_cv_lib_gen_dirname=yes 10123 ac_cv_lib_gen_dirname=yes
10580else 10124else
10581 $as_echo "$as_me: failed program was:" >&5 10125 echo "$as_me: failed program was:" >&5
10582sed 's/^/| /' conftest.$ac_ext >&5 10126sed 's/^/| /' conftest.$ac_ext >&5
10583 10127
10584 ac_cv_lib_gen_dirname=no 10128 ac_cv_lib_gen_dirname=no
10585fi 10129fi
10586 10130
10587rm -rf conftest.dSYM
10588rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10131rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10589 conftest$ac_exeext conftest.$ac_ext 10132 conftest$ac_exeext conftest.$ac_ext
10590LIBS=$ac_check_lib_save_LIBS 10133LIBS=$ac_check_lib_save_LIBS
10591fi 10134fi
10592{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gen_dirname" >&5 10135{ echo "$as_me:$LINENO: result: $ac_cv_lib_gen_dirname" >&5
10593$as_echo "$ac_cv_lib_gen_dirname" >&6; } 10136echo "${ECHO_T}$ac_cv_lib_gen_dirname" >&6; }
10594if test $ac_cv_lib_gen_dirname = yes; then 10137if test $ac_cv_lib_gen_dirname = yes; then
10595 10138
10596 { $as_echo "$as_me:$LINENO: checking for broken dirname" >&5 10139 { echo "$as_me:$LINENO: checking for broken dirname" >&5
10597$as_echo_n "checking for broken dirname... " >&6; } 10140echo $ECHO_N "checking for broken dirname... $ECHO_C" >&6; }
10598if test "${ac_cv_have_broken_dirname+set}" = set; then 10141if test "${ac_cv_have_broken_dirname+set}" = set; then
10599 $as_echo_n "(cached) " >&6 10142 echo $ECHO_N "(cached) $ECHO_C" >&6
10600else 10143else
10601 10144
10602 save_LIBS="$LIBS" 10145 save_LIBS="$LIBS"
@@ -10633,32 +10176,29 @@ case "(($ac_try" in
10633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10634 *) ac_try_echo=$ac_try;; 10177 *) ac_try_echo=$ac_try;;
10635esac 10178esac
10636eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10179eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10637$as_echo "$ac_try_echo") >&5
10638 (eval "$ac_link") 2>&5 10180 (eval "$ac_link") 2>&5
10639 ac_status=$? 10181 ac_status=$?
10640 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10641 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10183 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10642 { (case "(($ac_try" in 10184 { (case "(($ac_try" in
10643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10644 *) ac_try_echo=$ac_try;; 10186 *) ac_try_echo=$ac_try;;
10645esac 10187esac
10646eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10188eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10647$as_echo "$ac_try_echo") >&5
10648 (eval "$ac_try") 2>&5 10189 (eval "$ac_try") 2>&5
10649 ac_status=$? 10190 ac_status=$?
10650 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10651 (exit $ac_status); }; }; then 10192 (exit $ac_status); }; }; then
10652 ac_cv_have_broken_dirname="no" 10193 ac_cv_have_broken_dirname="no"
10653else 10194else
10654 $as_echo "$as_me: program exited with status $ac_status" >&5 10195 echo "$as_me: program exited with status $ac_status" >&5
10655$as_echo "$as_me: failed program was:" >&5 10196echo "$as_me: failed program was:" >&5
10656sed 's/^/| /' conftest.$ac_ext >&5 10197sed 's/^/| /' conftest.$ac_ext >&5
10657 10198
10658( exit $ac_status ) 10199( exit $ac_status )
10659 ac_cv_have_broken_dirname="yes" 10200 ac_cv_have_broken_dirname="yes"
10660fi 10201fi
10661rm -rf conftest.dSYM
10662rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 10202rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10663fi 10203fi
10664 10204
@@ -10666,8 +10206,8 @@ fi
10666 LIBS="$save_LIBS" 10206 LIBS="$save_LIBS"
10667 10207
10668fi 10208fi
10669{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_broken_dirname" >&5 10209{ echo "$as_me:$LINENO: result: $ac_cv_have_broken_dirname" >&5
10670$as_echo "$ac_cv_have_broken_dirname" >&6; } 10210echo "${ECHO_T}$ac_cv_have_broken_dirname" >&6; }
10671 if test "x$ac_cv_have_broken_dirname" = "xno" ; then 10211 if test "x$ac_cv_have_broken_dirname" = "xno" ; then
10672 LIBS="$LIBS -lgen" 10212 LIBS="$LIBS -lgen"
10673 cat >>confdefs.h <<\_ACEOF 10213 cat >>confdefs.h <<\_ACEOF
@@ -10677,21 +10217,20 @@ _ACEOF
10677 10217
10678for ac_header in libgen.h 10218for ac_header in libgen.h
10679do 10219do
10680as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 10220as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10681if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10221if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10682 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 10222 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10683$as_echo_n "checking for $ac_header... " >&6; } 10223echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10684if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10224if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10685 $as_echo_n "(cached) " >&6 10225 echo $ECHO_N "(cached) $ECHO_C" >&6
10686fi 10226fi
10687ac_res=`eval 'as_val=${'$as_ac_Header'} 10227ac_res=`eval echo '${'$as_ac_Header'}'`
10688 $as_echo "$as_val"'` 10228 { echo "$as_me:$LINENO: result: $ac_res" >&5
10689 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 10229echo "${ECHO_T}$ac_res" >&6; }
10690$as_echo "$ac_res" >&6; }
10691else 10230else
10692 # Is the header compilable? 10231 # Is the header compilable?
10693{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 10232{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
10694$as_echo_n "checking $ac_header usability... " >&6; } 10233echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10695cat >conftest.$ac_ext <<_ACEOF 10234cat >conftest.$ac_ext <<_ACEOF
10696/* confdefs.h. */ 10235/* confdefs.h. */
10697_ACEOF 10236_ACEOF
@@ -10707,33 +10246,32 @@ case "(($ac_try" in
10707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10708 *) ac_try_echo=$ac_try;; 10247 *) ac_try_echo=$ac_try;;
10709esac 10248esac
10710eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10249eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10711$as_echo "$ac_try_echo") >&5
10712 (eval "$ac_compile") 2>conftest.er1 10250 (eval "$ac_compile") 2>conftest.er1
10713 ac_status=$? 10251 ac_status=$?
10714 grep -v '^ *+' conftest.er1 >conftest.err 10252 grep -v '^ *+' conftest.er1 >conftest.err
10715 rm -f conftest.er1 10253 rm -f conftest.er1
10716 cat conftest.err >&5 10254 cat conftest.err >&5
10717 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10718 (exit $ac_status); } && { 10256 (exit $ac_status); } && {
10719 test -z "$ac_c_werror_flag" || 10257 test -z "$ac_c_werror_flag" ||
10720 test ! -s conftest.err 10258 test ! -s conftest.err
10721 } && test -s conftest.$ac_objext; then 10259 } && test -s conftest.$ac_objext; then
10722 ac_header_compiler=yes 10260 ac_header_compiler=yes
10723else 10261else
10724 $as_echo "$as_me: failed program was:" >&5 10262 echo "$as_me: failed program was:" >&5
10725sed 's/^/| /' conftest.$ac_ext >&5 10263sed 's/^/| /' conftest.$ac_ext >&5
10726 10264
10727 ac_header_compiler=no 10265 ac_header_compiler=no
10728fi 10266fi
10729 10267
10730rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10268rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10731{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10269{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10732$as_echo "$ac_header_compiler" >&6; } 10270echo "${ECHO_T}$ac_header_compiler" >&6; }
10733 10271
10734# Is the header present? 10272# Is the header present?
10735{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 10273{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
10736$as_echo_n "checking $ac_header presence... " >&6; } 10274echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10737cat >conftest.$ac_ext <<_ACEOF 10275cat >conftest.$ac_ext <<_ACEOF
10738/* confdefs.h. */ 10276/* confdefs.h. */
10739_ACEOF 10277_ACEOF
@@ -10747,52 +10285,51 @@ case "(($ac_try" in
10747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10748 *) ac_try_echo=$ac_try;; 10286 *) ac_try_echo=$ac_try;;
10749esac 10287esac
10750eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10288eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10751$as_echo "$ac_try_echo") >&5
10752 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10289 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10753 ac_status=$? 10290 ac_status=$?
10754 grep -v '^ *+' conftest.er1 >conftest.err 10291 grep -v '^ *+' conftest.er1 >conftest.err
10755 rm -f conftest.er1 10292 rm -f conftest.er1
10756 cat conftest.err >&5 10293 cat conftest.err >&5
10757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10758 (exit $ac_status); } >/dev/null && { 10295 (exit $ac_status); } >/dev/null && {
10759 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 10296 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10760 test ! -s conftest.err 10297 test ! -s conftest.err
10761 }; then 10298 }; then
10762 ac_header_preproc=yes 10299 ac_header_preproc=yes
10763else 10300else
10764 $as_echo "$as_me: failed program was:" >&5 10301 echo "$as_me: failed program was:" >&5
10765sed 's/^/| /' conftest.$ac_ext >&5 10302sed 's/^/| /' conftest.$ac_ext >&5
10766 10303
10767 ac_header_preproc=no 10304 ac_header_preproc=no
10768fi 10305fi
10769 10306
10770rm -f conftest.err conftest.$ac_ext 10307rm -f conftest.err conftest.$ac_ext
10771{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10308{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10772$as_echo "$ac_header_preproc" >&6; } 10309echo "${ECHO_T}$ac_header_preproc" >&6; }
10773 10310
10774# So? What about this header? 10311# So? What about this header?
10775case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10312case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10776 yes:no: ) 10313 yes:no: )
10777 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 10314 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10778$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 10315echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10779 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 10316 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10780$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 10317echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10781 ac_header_preproc=yes 10318 ac_header_preproc=yes
10782 ;; 10319 ;;
10783 no:yes:* ) 10320 no:yes:* )
10784 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 10321 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10785$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 10322echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10786 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 10323 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10787$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 10324echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10788 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 10325 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10789$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 10326echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10790 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 10327 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10791$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 10328echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10792 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 10329 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10793$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 10330echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10794 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 10331 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10795$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 10332echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10796 ( cat <<\_ASBOX 10333 ( cat <<\_ASBOX
10797## ------------------------------------------- ## 10334## ------------------------------------------- ##
10798## Report this to openssh-unix-dev@mindrot.org ## 10335## Report this to openssh-unix-dev@mindrot.org ##
@@ -10801,23 +10338,21 @@ _ASBOX
10801 ) | sed "s/^/$as_me: WARNING: /" >&2 10338 ) | sed "s/^/$as_me: WARNING: /" >&2
10802 ;; 10339 ;;
10803esac 10340esac
10804{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 10341{ echo "$as_me:$LINENO: checking for $ac_header" >&5
10805$as_echo_n "checking for $ac_header... " >&6; } 10342echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10806if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10343if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10807 $as_echo_n "(cached) " >&6 10344 echo $ECHO_N "(cached) $ECHO_C" >&6
10808else 10345else
10809 eval "$as_ac_Header=\$ac_header_preproc" 10346 eval "$as_ac_Header=\$ac_header_preproc"
10810fi 10347fi
10811ac_res=`eval 'as_val=${'$as_ac_Header'} 10348ac_res=`eval echo '${'$as_ac_Header'}'`
10812 $as_echo "$as_val"'` 10349 { echo "$as_me:$LINENO: result: $ac_res" >&5
10813 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 10350echo "${ECHO_T}$ac_res" >&6; }
10814$as_echo "$ac_res" >&6; }
10815 10351
10816fi 10352fi
10817if test `eval 'as_val=${'$as_ac_Header'} 10353if test `eval echo '${'$as_ac_Header'}'` = yes; then
10818 $as_echo "$as_val"'` = yes; then
10819 cat >>confdefs.h <<_ACEOF 10354 cat >>confdefs.h <<_ACEOF
10820#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 10355#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10821_ACEOF 10356_ACEOF
10822 10357
10823fi 10358fi
@@ -10833,10 +10368,10 @@ fi
10833done 10368done
10834 10369
10835 10370
10836{ $as_echo "$as_me:$LINENO: checking for getspnam" >&5 10371{ echo "$as_me:$LINENO: checking for getspnam" >&5
10837$as_echo_n "checking for getspnam... " >&6; } 10372echo $ECHO_N "checking for getspnam... $ECHO_C" >&6; }
10838if test "${ac_cv_func_getspnam+set}" = set; then 10373if test "${ac_cv_func_getspnam+set}" = set; then
10839 $as_echo_n "(cached) " >&6 10374 echo $ECHO_N "(cached) $ECHO_C" >&6
10840else 10375else
10841 cat >conftest.$ac_ext <<_ACEOF 10376 cat >conftest.$ac_ext <<_ACEOF
10842/* confdefs.h. */ 10377/* confdefs.h. */
@@ -10889,42 +10424,38 @@ case "(($ac_try" in
10889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10890 *) ac_try_echo=$ac_try;; 10425 *) ac_try_echo=$ac_try;;
10891esac 10426esac
10892eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10427eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10893$as_echo "$ac_try_echo") >&5
10894 (eval "$ac_link") 2>conftest.er1 10428 (eval "$ac_link") 2>conftest.er1
10895 ac_status=$? 10429 ac_status=$?
10896 grep -v '^ *+' conftest.er1 >conftest.err 10430 grep -v '^ *+' conftest.er1 >conftest.err
10897 rm -f conftest.er1 10431 rm -f conftest.er1
10898 cat conftest.err >&5 10432 cat conftest.err >&5
10899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10900 (exit $ac_status); } && { 10434 (exit $ac_status); } && {
10901 test -z "$ac_c_werror_flag" || 10435 test -z "$ac_c_werror_flag" ||
10902 test ! -s conftest.err 10436 test ! -s conftest.err
10903 } && test -s conftest$ac_exeext && { 10437 } && test -s conftest$ac_exeext &&
10904 test "$cross_compiling" = yes || 10438 $as_test_x conftest$ac_exeext; then
10905 $as_test_x conftest$ac_exeext
10906 }; then
10907 ac_cv_func_getspnam=yes 10439 ac_cv_func_getspnam=yes
10908else 10440else
10909 $as_echo "$as_me: failed program was:" >&5 10441 echo "$as_me: failed program was:" >&5
10910sed 's/^/| /' conftest.$ac_ext >&5 10442sed 's/^/| /' conftest.$ac_ext >&5
10911 10443
10912 ac_cv_func_getspnam=no 10444 ac_cv_func_getspnam=no
10913fi 10445fi
10914 10446
10915rm -rf conftest.dSYM
10916rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10447rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10917 conftest$ac_exeext conftest.$ac_ext 10448 conftest$ac_exeext conftest.$ac_ext
10918fi 10449fi
10919{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_getspnam" >&5 10450{ echo "$as_me:$LINENO: result: $ac_cv_func_getspnam" >&5
10920$as_echo "$ac_cv_func_getspnam" >&6; } 10451echo "${ECHO_T}$ac_cv_func_getspnam" >&6; }
10921if test $ac_cv_func_getspnam = yes; then 10452if test $ac_cv_func_getspnam = yes; then
10922 : 10453 :
10923else 10454else
10924 { $as_echo "$as_me:$LINENO: checking for getspnam in -lgen" >&5 10455 { echo "$as_me:$LINENO: checking for getspnam in -lgen" >&5
10925$as_echo_n "checking for getspnam in -lgen... " >&6; } 10456echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6; }
10926if test "${ac_cv_lib_gen_getspnam+set}" = set; then 10457if test "${ac_cv_lib_gen_getspnam+set}" = set; then
10927 $as_echo_n "(cached) " >&6 10458 echo $ECHO_N "(cached) $ECHO_C" >&6
10928else 10459else
10929 ac_check_lib_save_LIBS=$LIBS 10460 ac_check_lib_save_LIBS=$LIBS
10930LIBS="-lgen $LIBS" 10461LIBS="-lgen $LIBS"
@@ -10956,46 +10487,42 @@ case "(($ac_try" in
10956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10957 *) ac_try_echo=$ac_try;; 10488 *) ac_try_echo=$ac_try;;
10958esac 10489esac
10959eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10490eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10960$as_echo "$ac_try_echo") >&5
10961 (eval "$ac_link") 2>conftest.er1 10491 (eval "$ac_link") 2>conftest.er1
10962 ac_status=$? 10492 ac_status=$?
10963 grep -v '^ *+' conftest.er1 >conftest.err 10493 grep -v '^ *+' conftest.er1 >conftest.err
10964 rm -f conftest.er1 10494 rm -f conftest.er1
10965 cat conftest.err >&5 10495 cat conftest.err >&5
10966 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10967 (exit $ac_status); } && { 10497 (exit $ac_status); } && {
10968 test -z "$ac_c_werror_flag" || 10498 test -z "$ac_c_werror_flag" ||
10969 test ! -s conftest.err 10499 test ! -s conftest.err
10970 } && test -s conftest$ac_exeext && { 10500 } && test -s conftest$ac_exeext &&
10971 test "$cross_compiling" = yes || 10501 $as_test_x conftest$ac_exeext; then
10972 $as_test_x conftest$ac_exeext
10973 }; then
10974 ac_cv_lib_gen_getspnam=yes 10502 ac_cv_lib_gen_getspnam=yes
10975else 10503else
10976 $as_echo "$as_me: failed program was:" >&5 10504 echo "$as_me: failed program was:" >&5
10977sed 's/^/| /' conftest.$ac_ext >&5 10505sed 's/^/| /' conftest.$ac_ext >&5
10978 10506
10979 ac_cv_lib_gen_getspnam=no 10507 ac_cv_lib_gen_getspnam=no
10980fi 10508fi
10981 10509
10982rm -rf conftest.dSYM
10983rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10510rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10984 conftest$ac_exeext conftest.$ac_ext 10511 conftest$ac_exeext conftest.$ac_ext
10985LIBS=$ac_check_lib_save_LIBS 10512LIBS=$ac_check_lib_save_LIBS
10986fi 10513fi
10987{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gen_getspnam" >&5 10514{ echo "$as_me:$LINENO: result: $ac_cv_lib_gen_getspnam" >&5
10988$as_echo "$ac_cv_lib_gen_getspnam" >&6; } 10515echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6; }
10989if test $ac_cv_lib_gen_getspnam = yes; then 10516if test $ac_cv_lib_gen_getspnam = yes; then
10990 LIBS="$LIBS -lgen" 10517 LIBS="$LIBS -lgen"
10991fi 10518fi
10992 10519
10993fi 10520fi
10994 10521
10995{ $as_echo "$as_me:$LINENO: checking for library containing basename" >&5 10522{ echo "$as_me:$LINENO: checking for library containing basename" >&5
10996$as_echo_n "checking for library containing basename... " >&6; } 10523echo $ECHO_N "checking for library containing basename... $ECHO_C" >&6; }
10997if test "${ac_cv_search_basename+set}" = set; then 10524if test "${ac_cv_search_basename+set}" = set; then
10998 $as_echo_n "(cached) " >&6 10525 echo $ECHO_N "(cached) $ECHO_C" >&6
10999else 10526else
11000 ac_func_search_save_LIBS=$LIBS 10527 ac_func_search_save_LIBS=$LIBS
11001cat >conftest.$ac_ext <<_ACEOF 10528cat >conftest.$ac_ext <<_ACEOF
@@ -11033,30 +10560,26 @@ case "(($ac_try" in
11033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11034 *) ac_try_echo=$ac_try;; 10561 *) ac_try_echo=$ac_try;;
11035esac 10562esac
11036eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10563eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11037$as_echo "$ac_try_echo") >&5
11038 (eval "$ac_link") 2>conftest.er1 10564 (eval "$ac_link") 2>conftest.er1
11039 ac_status=$? 10565 ac_status=$?
11040 grep -v '^ *+' conftest.er1 >conftest.err 10566 grep -v '^ *+' conftest.er1 >conftest.err
11041 rm -f conftest.er1 10567 rm -f conftest.er1
11042 cat conftest.err >&5 10568 cat conftest.err >&5
11043 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11044 (exit $ac_status); } && { 10570 (exit $ac_status); } && {
11045 test -z "$ac_c_werror_flag" || 10571 test -z "$ac_c_werror_flag" ||
11046 test ! -s conftest.err 10572 test ! -s conftest.err
11047 } && test -s conftest$ac_exeext && { 10573 } && test -s conftest$ac_exeext &&
11048 test "$cross_compiling" = yes || 10574 $as_test_x conftest$ac_exeext; then
11049 $as_test_x conftest$ac_exeext
11050 }; then
11051 ac_cv_search_basename=$ac_res 10575 ac_cv_search_basename=$ac_res
11052else 10576else
11053 $as_echo "$as_me: failed program was:" >&5 10577 echo "$as_me: failed program was:" >&5
11054sed 's/^/| /' conftest.$ac_ext >&5 10578sed 's/^/| /' conftest.$ac_ext >&5
11055 10579
11056 10580
11057fi 10581fi
11058 10582
11059rm -rf conftest.dSYM
11060rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10583rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11061 conftest$ac_exeext 10584 conftest$ac_exeext
11062 if test "${ac_cv_search_basename+set}" = set; then 10585 if test "${ac_cv_search_basename+set}" = set; then
@@ -11071,8 +10594,8 @@ fi
11071rm conftest.$ac_ext 10594rm conftest.$ac_ext
11072LIBS=$ac_func_search_save_LIBS 10595LIBS=$ac_func_search_save_LIBS
11073fi 10596fi
11074{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_basename" >&5 10597{ echo "$as_me:$LINENO: result: $ac_cv_search_basename" >&5
11075$as_echo "$ac_cv_search_basename" >&6; } 10598echo "${ECHO_T}$ac_cv_search_basename" >&6; }
11076ac_res=$ac_cv_search_basename 10599ac_res=$ac_cv_search_basename
11077if test "$ac_res" != no; then 10600if test "$ac_res" != no; then
11078 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 10601 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
@@ -11088,8 +10611,8 @@ fi
11088# Check whether --with-zlib was given. 10611# Check whether --with-zlib was given.
11089if test "${with_zlib+set}" = set; then 10612if test "${with_zlib+set}" = set; then
11090 withval=$with_zlib; if test "x$withval" = "xno" ; then 10613 withval=$with_zlib; if test "x$withval" = "xno" ; then
11091 { { $as_echo "$as_me:$LINENO: error: *** zlib is required ***" >&5 10614 { { echo "$as_me:$LINENO: error: *** zlib is required ***" >&5
11092$as_echo "$as_me: error: *** zlib is required ***" >&2;} 10615echo "$as_me: error: *** zlib is required ***" >&2;}
11093 { (exit 1); exit 1; }; } 10616 { (exit 1); exit 1; }; }
11094 elif test "x$withval" != "xyes"; then 10617 elif test "x$withval" != "xyes"; then
11095 if test -d "$withval/lib"; then 10618 if test -d "$withval/lib"; then
@@ -11116,17 +10639,17 @@ fi
11116 10639
11117 10640
11118if test "${ac_cv_header_zlib_h+set}" = set; then 10641if test "${ac_cv_header_zlib_h+set}" = set; then
11119 { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5 10642 { echo "$as_me:$LINENO: checking for zlib.h" >&5
11120$as_echo_n "checking for zlib.h... " >&6; } 10643echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; }
11121if test "${ac_cv_header_zlib_h+set}" = set; then 10644if test "${ac_cv_header_zlib_h+set}" = set; then
11122 $as_echo_n "(cached) " >&6 10645 echo $ECHO_N "(cached) $ECHO_C" >&6
11123fi 10646fi
11124{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 10647{ echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
11125$as_echo "$ac_cv_header_zlib_h" >&6; } 10648echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
11126else 10649else
11127 # Is the header compilable? 10650 # Is the header compilable?
11128{ $as_echo "$as_me:$LINENO: checking zlib.h usability" >&5 10651{ echo "$as_me:$LINENO: checking zlib.h usability" >&5
11129$as_echo_n "checking zlib.h usability... " >&6; } 10652echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6; }
11130cat >conftest.$ac_ext <<_ACEOF 10653cat >conftest.$ac_ext <<_ACEOF
11131/* confdefs.h. */ 10654/* confdefs.h. */
11132_ACEOF 10655_ACEOF
@@ -11142,33 +10665,32 @@ case "(($ac_try" in
11142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11143 *) ac_try_echo=$ac_try;; 10666 *) ac_try_echo=$ac_try;;
11144esac 10667esac
11145eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10668eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11146$as_echo "$ac_try_echo") >&5
11147 (eval "$ac_compile") 2>conftest.er1 10669 (eval "$ac_compile") 2>conftest.er1
11148 ac_status=$? 10670 ac_status=$?
11149 grep -v '^ *+' conftest.er1 >conftest.err 10671 grep -v '^ *+' conftest.er1 >conftest.err
11150 rm -f conftest.er1 10672 rm -f conftest.er1
11151 cat conftest.err >&5 10673 cat conftest.err >&5
11152 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11153 (exit $ac_status); } && { 10675 (exit $ac_status); } && {
11154 test -z "$ac_c_werror_flag" || 10676 test -z "$ac_c_werror_flag" ||
11155 test ! -s conftest.err 10677 test ! -s conftest.err
11156 } && test -s conftest.$ac_objext; then 10678 } && test -s conftest.$ac_objext; then
11157 ac_header_compiler=yes 10679 ac_header_compiler=yes
11158else 10680else
11159 $as_echo "$as_me: failed program was:" >&5 10681 echo "$as_me: failed program was:" >&5
11160sed 's/^/| /' conftest.$ac_ext >&5 10682sed 's/^/| /' conftest.$ac_ext >&5
11161 10683
11162 ac_header_compiler=no 10684 ac_header_compiler=no
11163fi 10685fi
11164 10686
11165rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10687rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11166{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10688{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11167$as_echo "$ac_header_compiler" >&6; } 10689echo "${ECHO_T}$ac_header_compiler" >&6; }
11168 10690
11169# Is the header present? 10691# Is the header present?
11170{ $as_echo "$as_me:$LINENO: checking zlib.h presence" >&5 10692{ echo "$as_me:$LINENO: checking zlib.h presence" >&5
11171$as_echo_n "checking zlib.h presence... " >&6; } 10693echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6; }
11172cat >conftest.$ac_ext <<_ACEOF 10694cat >conftest.$ac_ext <<_ACEOF
11173/* confdefs.h. */ 10695/* confdefs.h. */
11174_ACEOF 10696_ACEOF
@@ -11182,52 +10704,51 @@ case "(($ac_try" in
11182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11183 *) ac_try_echo=$ac_try;; 10705 *) ac_try_echo=$ac_try;;
11184esac 10706esac
11185eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10707eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11186$as_echo "$ac_try_echo") >&5
11187 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10708 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11188 ac_status=$? 10709 ac_status=$?
11189 grep -v '^ *+' conftest.er1 >conftest.err 10710 grep -v '^ *+' conftest.er1 >conftest.err
11190 rm -f conftest.er1 10711 rm -f conftest.er1
11191 cat conftest.err >&5 10712 cat conftest.err >&5
11192 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11193 (exit $ac_status); } >/dev/null && { 10714 (exit $ac_status); } >/dev/null && {
11194 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 10715 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11195 test ! -s conftest.err 10716 test ! -s conftest.err
11196 }; then 10717 }; then
11197 ac_header_preproc=yes 10718 ac_header_preproc=yes
11198else 10719else
11199 $as_echo "$as_me: failed program was:" >&5 10720 echo "$as_me: failed program was:" >&5
11200sed 's/^/| /' conftest.$ac_ext >&5 10721sed 's/^/| /' conftest.$ac_ext >&5
11201 10722
11202 ac_header_preproc=no 10723 ac_header_preproc=no
11203fi 10724fi
11204 10725
11205rm -f conftest.err conftest.$ac_ext 10726rm -f conftest.err conftest.$ac_ext
11206{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10727{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11207$as_echo "$ac_header_preproc" >&6; } 10728echo "${ECHO_T}$ac_header_preproc" >&6; }
11208 10729
11209# So? What about this header? 10730# So? What about this header?
11210case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10731case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11211 yes:no: ) 10732 yes:no: )
11212 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 10733 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
11213$as_echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10734echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11214 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5 10735 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
11215$as_echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;} 10736echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
11216 ac_header_preproc=yes 10737 ac_header_preproc=yes
11217 ;; 10738 ;;
11218 no:yes:* ) 10739 no:yes:* )
11219 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5 10740 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
11220$as_echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;} 10741echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
11221 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5 10742 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
11222$as_echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;} 10743echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
11223 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5 10744 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
11224$as_echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;} 10745echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
11225 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5 10746 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
11226$as_echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;} 10747echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
11227 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5 10748 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
11228$as_echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;} 10749echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
11229 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5 10750 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
11230$as_echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;} 10751echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
11231 ( cat <<\_ASBOX 10752 ( cat <<\_ASBOX
11232## ------------------------------------------- ## 10753## ------------------------------------------- ##
11233## Report this to openssh-unix-dev@mindrot.org ## 10754## Report this to openssh-unix-dev@mindrot.org ##
@@ -11236,31 +10757,31 @@ _ASBOX
11236 ) | sed "s/^/$as_me: WARNING: /" >&2 10757 ) | sed "s/^/$as_me: WARNING: /" >&2
11237 ;; 10758 ;;
11238esac 10759esac
11239{ $as_echo "$as_me:$LINENO: checking for zlib.h" >&5 10760{ echo "$as_me:$LINENO: checking for zlib.h" >&5
11240$as_echo_n "checking for zlib.h... " >&6; } 10761echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; }
11241if test "${ac_cv_header_zlib_h+set}" = set; then 10762if test "${ac_cv_header_zlib_h+set}" = set; then
11242 $as_echo_n "(cached) " >&6 10763 echo $ECHO_N "(cached) $ECHO_C" >&6
11243else 10764else
11244 ac_cv_header_zlib_h=$ac_header_preproc 10765 ac_cv_header_zlib_h=$ac_header_preproc
11245fi 10766fi
11246{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 10767{ echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
11247$as_echo "$ac_cv_header_zlib_h" >&6; } 10768echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
11248 10769
11249fi 10770fi
11250if test $ac_cv_header_zlib_h = yes; then 10771if test $ac_cv_header_zlib_h = yes; then
11251 : 10772 :
11252else 10773else
11253 { { $as_echo "$as_me:$LINENO: error: *** zlib.h missing - please install first or check config.log ***" >&5 10774 { { echo "$as_me:$LINENO: error: *** zlib.h missing - please install first or check config.log ***" >&5
11254$as_echo "$as_me: error: *** zlib.h missing - please install first or check config.log ***" >&2;} 10775echo "$as_me: error: *** zlib.h missing - please install first or check config.log ***" >&2;}
11255 { (exit 1); exit 1; }; } 10776 { (exit 1); exit 1; }; }
11256fi 10777fi
11257 10778
11258 10779
11259 10780
11260{ $as_echo "$as_me:$LINENO: checking for deflate in -lz" >&5 10781{ echo "$as_me:$LINENO: checking for deflate in -lz" >&5
11261$as_echo_n "checking for deflate in -lz... " >&6; } 10782echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6; }
11262if test "${ac_cv_lib_z_deflate+set}" = set; then 10783if test "${ac_cv_lib_z_deflate+set}" = set; then
11263 $as_echo_n "(cached) " >&6 10784 echo $ECHO_N "(cached) $ECHO_C" >&6
11264else 10785else
11265 ac_check_lib_save_LIBS=$LIBS 10786 ac_check_lib_save_LIBS=$LIBS
11266LIBS="-lz $LIBS" 10787LIBS="-lz $LIBS"
@@ -11292,36 +10813,32 @@ case "(($ac_try" in
11292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11293 *) ac_try_echo=$ac_try;; 10814 *) ac_try_echo=$ac_try;;
11294esac 10815esac
11295eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10816eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11296$as_echo "$ac_try_echo") >&5
11297 (eval "$ac_link") 2>conftest.er1 10817 (eval "$ac_link") 2>conftest.er1
11298 ac_status=$? 10818 ac_status=$?
11299 grep -v '^ *+' conftest.er1 >conftest.err 10819 grep -v '^ *+' conftest.er1 >conftest.err
11300 rm -f conftest.er1 10820 rm -f conftest.er1
11301 cat conftest.err >&5 10821 cat conftest.err >&5
11302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11303 (exit $ac_status); } && { 10823 (exit $ac_status); } && {
11304 test -z "$ac_c_werror_flag" || 10824 test -z "$ac_c_werror_flag" ||
11305 test ! -s conftest.err 10825 test ! -s conftest.err
11306 } && test -s conftest$ac_exeext && { 10826 } && test -s conftest$ac_exeext &&
11307 test "$cross_compiling" = yes || 10827 $as_test_x conftest$ac_exeext; then
11308 $as_test_x conftest$ac_exeext
11309 }; then
11310 ac_cv_lib_z_deflate=yes 10828 ac_cv_lib_z_deflate=yes
11311else 10829else
11312 $as_echo "$as_me: failed program was:" >&5 10830 echo "$as_me: failed program was:" >&5
11313sed 's/^/| /' conftest.$ac_ext >&5 10831sed 's/^/| /' conftest.$ac_ext >&5
11314 10832
11315 ac_cv_lib_z_deflate=no 10833 ac_cv_lib_z_deflate=no
11316fi 10834fi
11317 10835
11318rm -rf conftest.dSYM
11319rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10836rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11320 conftest$ac_exeext conftest.$ac_ext 10837 conftest$ac_exeext conftest.$ac_ext
11321LIBS=$ac_check_lib_save_LIBS 10838LIBS=$ac_check_lib_save_LIBS
11322fi 10839fi
11323{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5 10840{ echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
11324$as_echo "$ac_cv_lib_z_deflate" >&6; } 10841echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6; }
11325if test $ac_cv_lib_z_deflate = yes; then 10842if test $ac_cv_lib_z_deflate = yes; then
11326 cat >>confdefs.h <<_ACEOF 10843 cat >>confdefs.h <<_ACEOF
11327#define HAVE_LIBZ 1 10844#define HAVE_LIBZ 1
@@ -11369,38 +10886,34 @@ case "(($ac_try" in
11369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11370 *) ac_try_echo=$ac_try;; 10887 *) ac_try_echo=$ac_try;;
11371esac 10888esac
11372eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10889eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11373$as_echo "$ac_try_echo") >&5
11374 (eval "$ac_link") 2>conftest.er1 10890 (eval "$ac_link") 2>conftest.er1
11375 ac_status=$? 10891 ac_status=$?
11376 grep -v '^ *+' conftest.er1 >conftest.err 10892 grep -v '^ *+' conftest.er1 >conftest.err
11377 rm -f conftest.er1 10893 rm -f conftest.er1
11378 cat conftest.err >&5 10894 cat conftest.err >&5
11379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11380 (exit $ac_status); } && { 10896 (exit $ac_status); } && {
11381 test -z "$ac_c_werror_flag" || 10897 test -z "$ac_c_werror_flag" ||
11382 test ! -s conftest.err 10898 test ! -s conftest.err
11383 } && test -s conftest$ac_exeext && { 10899 } && test -s conftest$ac_exeext &&
11384 test "$cross_compiling" = yes || 10900 $as_test_x conftest$ac_exeext; then
11385 $as_test_x conftest$ac_exeext
11386 }; then
11387 cat >>confdefs.h <<\_ACEOF 10901 cat >>confdefs.h <<\_ACEOF
11388#define HAVE_LIBZ 1 10902#define HAVE_LIBZ 1
11389_ACEOF 10903_ACEOF
11390 10904
11391else 10905else
11392 $as_echo "$as_me: failed program was:" >&5 10906 echo "$as_me: failed program was:" >&5
11393sed 's/^/| /' conftest.$ac_ext >&5 10907sed 's/^/| /' conftest.$ac_ext >&5
11394 10908
11395 10909
11396 { { $as_echo "$as_me:$LINENO: error: *** zlib missing - please install first or check config.log ***" >&5 10910 { { echo "$as_me:$LINENO: error: *** zlib missing - please install first or check config.log ***" >&5
11397$as_echo "$as_me: error: *** zlib missing - please install first or check config.log ***" >&2;} 10911echo "$as_me: error: *** zlib missing - please install first or check config.log ***" >&2;}
11398 { (exit 1); exit 1; }; } 10912 { (exit 1); exit 1; }; }
11399 10913
11400 10914
11401fi 10915fi
11402 10916
11403rm -rf conftest.dSYM
11404rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10917rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11405 conftest$ac_exeext conftest.$ac_ext 10918 conftest$ac_exeext conftest.$ac_ext
11406 10919
@@ -11419,11 +10932,11 @@ if test "${with_zlib_version_check+set}" = set; then
11419fi 10932fi
11420 10933
11421 10934
11422{ $as_echo "$as_me:$LINENO: checking for possibly buggy zlib" >&5 10935{ echo "$as_me:$LINENO: checking for possibly buggy zlib" >&5
11423$as_echo_n "checking for possibly buggy zlib... " >&6; } 10936echo $ECHO_N "checking for possibly buggy zlib... $ECHO_C" >&6; }
11424if test "$cross_compiling" = yes; then 10937if test "$cross_compiling" = yes; then
11425 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking zlib version" >&5 10938 { echo "$as_me:$LINENO: WARNING: cross compiling: not checking zlib version" >&5
11426$as_echo "$as_me: WARNING: cross compiling: not checking zlib version" >&2;} 10939echo "$as_me: WARNING: cross compiling: not checking zlib version" >&2;}
11427 10940
11428else 10941else
11429 cat >conftest.$ac_ext <<_ACEOF 10942 cat >conftest.$ac_ext <<_ACEOF
@@ -11462,41 +10975,39 @@ case "(($ac_try" in
11462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11463 *) ac_try_echo=$ac_try;; 10976 *) ac_try_echo=$ac_try;;
11464esac 10977esac
11465eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10978eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11466$as_echo "$ac_try_echo") >&5
11467 (eval "$ac_link") 2>&5 10979 (eval "$ac_link") 2>&5
11468 ac_status=$? 10980 ac_status=$?
11469 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11470 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10982 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11471 { (case "(($ac_try" in 10983 { (case "(($ac_try" in
11472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11473 *) ac_try_echo=$ac_try;; 10985 *) ac_try_echo=$ac_try;;
11474esac 10986esac
11475eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10987eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11476$as_echo "$ac_try_echo") >&5
11477 (eval "$ac_try") 2>&5 10988 (eval "$ac_try") 2>&5
11478 ac_status=$? 10989 ac_status=$?
11479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11480 (exit $ac_status); }; }; then 10991 (exit $ac_status); }; }; then
11481 { $as_echo "$as_me:$LINENO: result: no" >&5 10992 { echo "$as_me:$LINENO: result: no" >&5
11482$as_echo "no" >&6; } 10993echo "${ECHO_T}no" >&6; }
11483else 10994else
11484 $as_echo "$as_me: program exited with status $ac_status" >&5 10995 echo "$as_me: program exited with status $ac_status" >&5
11485$as_echo "$as_me: failed program was:" >&5 10996echo "$as_me: failed program was:" >&5
11486sed 's/^/| /' conftest.$ac_ext >&5 10997sed 's/^/| /' conftest.$ac_ext >&5
11487 10998
11488( exit $ac_status ) 10999( exit $ac_status )
11489 { $as_echo "$as_me:$LINENO: result: yes" >&5 11000 { echo "$as_me:$LINENO: result: yes" >&5
11490$as_echo "yes" >&6; } 11001echo "${ECHO_T}yes" >&6; }
11491 if test -z "$zlib_check_nonfatal" ; then 11002 if test -z "$zlib_check_nonfatal" ; then
11492 { { $as_echo "$as_me:$LINENO: error: *** zlib too old - check config.log *** 11003 { { echo "$as_me:$LINENO: error: *** zlib too old - check config.log ***
11493Your reported zlib version has known security problems. It's possible your 11004Your reported zlib version has known security problems. It's possible your
11494vendor has fixed these problems without changing the version number. If you 11005vendor has fixed these problems without changing the version number. If you
11495are sure this is the case, you can disable the check by running 11006are sure this is the case, you can disable the check by running
11496\"./configure --without-zlib-version-check\". 11007\"./configure --without-zlib-version-check\".
11497If you are in doubt, upgrade zlib to version 1.2.3 or greater. 11008If you are in doubt, upgrade zlib to version 1.2.3 or greater.
11498See http://www.gzip.org/zlib/ for details." >&5 11009See http://www.gzip.org/zlib/ for details." >&5
11499$as_echo "$as_me: error: *** zlib too old - check config.log *** 11010echo "$as_me: error: *** zlib too old - check config.log ***
11500Your reported zlib version has known security problems. It's possible your 11011Your reported zlib version has known security problems. It's possible your
11501vendor has fixed these problems without changing the version number. If you 11012vendor has fixed these problems without changing the version number. If you
11502are sure this is the case, you can disable the check by running 11013are sure this is the case, you can disable the check by running
@@ -11505,21 +11016,20 @@ If you are in doubt, upgrade zlib to version 1.2.3 or greater.
11505See http://www.gzip.org/zlib/ for details." >&2;} 11016See http://www.gzip.org/zlib/ for details." >&2;}
11506 { (exit 1); exit 1; }; } 11017 { (exit 1); exit 1; }; }
11507 else 11018 else
11508 { $as_echo "$as_me:$LINENO: WARNING: zlib version may have security problems" >&5 11019 { echo "$as_me:$LINENO: WARNING: zlib version may have security problems" >&5
11509$as_echo "$as_me: WARNING: zlib version may have security problems" >&2;} 11020echo "$as_me: WARNING: zlib version may have security problems" >&2;}
11510 fi 11021 fi
11511 11022
11512fi 11023fi
11513rm -rf conftest.dSYM
11514rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11024rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11515fi 11025fi
11516 11026
11517 11027
11518 11028
11519{ $as_echo "$as_me:$LINENO: checking for strcasecmp" >&5 11029{ echo "$as_me:$LINENO: checking for strcasecmp" >&5
11520$as_echo_n "checking for strcasecmp... " >&6; } 11030echo $ECHO_N "checking for strcasecmp... $ECHO_C" >&6; }
11521if test "${ac_cv_func_strcasecmp+set}" = set; then 11031if test "${ac_cv_func_strcasecmp+set}" = set; then
11522 $as_echo_n "(cached) " >&6 11032 echo $ECHO_N "(cached) $ECHO_C" >&6
11523else 11033else
11524 cat >conftest.$ac_ext <<_ACEOF 11034 cat >conftest.$ac_ext <<_ACEOF
11525/* confdefs.h. */ 11035/* confdefs.h. */
@@ -11572,42 +11082,38 @@ case "(($ac_try" in
11572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11573 *) ac_try_echo=$ac_try;; 11083 *) ac_try_echo=$ac_try;;
11574esac 11084esac
11575eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11085eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11576$as_echo "$ac_try_echo") >&5
11577 (eval "$ac_link") 2>conftest.er1 11086 (eval "$ac_link") 2>conftest.er1
11578 ac_status=$? 11087 ac_status=$?
11579 grep -v '^ *+' conftest.er1 >conftest.err 11088 grep -v '^ *+' conftest.er1 >conftest.err
11580 rm -f conftest.er1 11089 rm -f conftest.er1
11581 cat conftest.err >&5 11090 cat conftest.err >&5
11582 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11583 (exit $ac_status); } && { 11092 (exit $ac_status); } && {
11584 test -z "$ac_c_werror_flag" || 11093 test -z "$ac_c_werror_flag" ||
11585 test ! -s conftest.err 11094 test ! -s conftest.err
11586 } && test -s conftest$ac_exeext && { 11095 } && test -s conftest$ac_exeext &&
11587 test "$cross_compiling" = yes || 11096 $as_test_x conftest$ac_exeext; then
11588 $as_test_x conftest$ac_exeext
11589 }; then
11590 ac_cv_func_strcasecmp=yes 11097 ac_cv_func_strcasecmp=yes
11591else 11098else
11592 $as_echo "$as_me: failed program was:" >&5 11099 echo "$as_me: failed program was:" >&5
11593sed 's/^/| /' conftest.$ac_ext >&5 11100sed 's/^/| /' conftest.$ac_ext >&5
11594 11101
11595 ac_cv_func_strcasecmp=no 11102 ac_cv_func_strcasecmp=no
11596fi 11103fi
11597 11104
11598rm -rf conftest.dSYM
11599rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11105rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11600 conftest$ac_exeext conftest.$ac_ext 11106 conftest$ac_exeext conftest.$ac_ext
11601fi 11107fi
11602{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_strcasecmp" >&5 11108{ echo "$as_me:$LINENO: result: $ac_cv_func_strcasecmp" >&5
11603$as_echo "$ac_cv_func_strcasecmp" >&6; } 11109echo "${ECHO_T}$ac_cv_func_strcasecmp" >&6; }
11604if test $ac_cv_func_strcasecmp = yes; then 11110if test $ac_cv_func_strcasecmp = yes; then
11605 : 11111 :
11606else 11112else
11607 { $as_echo "$as_me:$LINENO: checking for strcasecmp in -lresolv" >&5 11113 { echo "$as_me:$LINENO: checking for strcasecmp in -lresolv" >&5
11608$as_echo_n "checking for strcasecmp in -lresolv... " >&6; } 11114echo $ECHO_N "checking for strcasecmp in -lresolv... $ECHO_C" >&6; }
11609if test "${ac_cv_lib_resolv_strcasecmp+set}" = set; then 11115if test "${ac_cv_lib_resolv_strcasecmp+set}" = set; then
11610 $as_echo_n "(cached) " >&6 11116 echo $ECHO_N "(cached) $ECHO_C" >&6
11611else 11117else
11612 ac_check_lib_save_LIBS=$LIBS 11118 ac_check_lib_save_LIBS=$LIBS
11613LIBS="-lresolv $LIBS" 11119LIBS="-lresolv $LIBS"
@@ -11639,36 +11145,32 @@ case "(($ac_try" in
11639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11640 *) ac_try_echo=$ac_try;; 11146 *) ac_try_echo=$ac_try;;
11641esac 11147esac
11642eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11148eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11643$as_echo "$ac_try_echo") >&5
11644 (eval "$ac_link") 2>conftest.er1 11149 (eval "$ac_link") 2>conftest.er1
11645 ac_status=$? 11150 ac_status=$?
11646 grep -v '^ *+' conftest.er1 >conftest.err 11151 grep -v '^ *+' conftest.er1 >conftest.err
11647 rm -f conftest.er1 11152 rm -f conftest.er1
11648 cat conftest.err >&5 11153 cat conftest.err >&5
11649 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11650 (exit $ac_status); } && { 11155 (exit $ac_status); } && {
11651 test -z "$ac_c_werror_flag" || 11156 test -z "$ac_c_werror_flag" ||
11652 test ! -s conftest.err 11157 test ! -s conftest.err
11653 } && test -s conftest$ac_exeext && { 11158 } && test -s conftest$ac_exeext &&
11654 test "$cross_compiling" = yes || 11159 $as_test_x conftest$ac_exeext; then
11655 $as_test_x conftest$ac_exeext
11656 }; then
11657 ac_cv_lib_resolv_strcasecmp=yes 11160 ac_cv_lib_resolv_strcasecmp=yes
11658else 11161else
11659 $as_echo "$as_me: failed program was:" >&5 11162 echo "$as_me: failed program was:" >&5
11660sed 's/^/| /' conftest.$ac_ext >&5 11163sed 's/^/| /' conftest.$ac_ext >&5
11661 11164
11662 ac_cv_lib_resolv_strcasecmp=no 11165 ac_cv_lib_resolv_strcasecmp=no
11663fi 11166fi
11664 11167
11665rm -rf conftest.dSYM
11666rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11168rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11667 conftest$ac_exeext conftest.$ac_ext 11169 conftest$ac_exeext conftest.$ac_ext
11668LIBS=$ac_check_lib_save_LIBS 11170LIBS=$ac_check_lib_save_LIBS
11669fi 11171fi
11670{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_strcasecmp" >&5 11172{ echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_strcasecmp" >&5
11671$as_echo "$ac_cv_lib_resolv_strcasecmp" >&6; } 11173echo "${ECHO_T}$ac_cv_lib_resolv_strcasecmp" >&6; }
11672if test $ac_cv_lib_resolv_strcasecmp = yes; then 11174if test $ac_cv_lib_resolv_strcasecmp = yes; then
11673 LIBS="$LIBS -lresolv" 11175 LIBS="$LIBS -lresolv"
11674fi 11176fi
@@ -11679,11 +11181,11 @@ fi
11679 11181
11680for ac_func in utimes 11182for ac_func in utimes
11681do 11183do
11682as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 11184as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11683{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 11185{ echo "$as_me:$LINENO: checking for $ac_func" >&5
11684$as_echo_n "checking for $ac_func... " >&6; } 11186echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11685if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 11187if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11686 $as_echo_n "(cached) " >&6 11188 echo $ECHO_N "(cached) $ECHO_C" >&6
11687else 11189else
11688 cat >conftest.$ac_ext <<_ACEOF 11190 cat >conftest.$ac_ext <<_ACEOF
11689/* confdefs.h. */ 11191/* confdefs.h. */
@@ -11736,48 +11238,42 @@ case "(($ac_try" in
11736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11737 *) ac_try_echo=$ac_try;; 11239 *) ac_try_echo=$ac_try;;
11738esac 11240esac
11739eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11241eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11740$as_echo "$ac_try_echo") >&5
11741 (eval "$ac_link") 2>conftest.er1 11242 (eval "$ac_link") 2>conftest.er1
11742 ac_status=$? 11243 ac_status=$?
11743 grep -v '^ *+' conftest.er1 >conftest.err 11244 grep -v '^ *+' conftest.er1 >conftest.err
11744 rm -f conftest.er1 11245 rm -f conftest.er1
11745 cat conftest.err >&5 11246 cat conftest.err >&5
11746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11747 (exit $ac_status); } && { 11248 (exit $ac_status); } && {
11748 test -z "$ac_c_werror_flag" || 11249 test -z "$ac_c_werror_flag" ||
11749 test ! -s conftest.err 11250 test ! -s conftest.err
11750 } && test -s conftest$ac_exeext && { 11251 } && test -s conftest$ac_exeext &&
11751 test "$cross_compiling" = yes || 11252 $as_test_x conftest$ac_exeext; then
11752 $as_test_x conftest$ac_exeext
11753 }; then
11754 eval "$as_ac_var=yes" 11253 eval "$as_ac_var=yes"
11755else 11254else
11756 $as_echo "$as_me: failed program was:" >&5 11255 echo "$as_me: failed program was:" >&5
11757sed 's/^/| /' conftest.$ac_ext >&5 11256sed 's/^/| /' conftest.$ac_ext >&5
11758 11257
11759 eval "$as_ac_var=no" 11258 eval "$as_ac_var=no"
11760fi 11259fi
11761 11260
11762rm -rf conftest.dSYM
11763rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11261rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11764 conftest$ac_exeext conftest.$ac_ext 11262 conftest$ac_exeext conftest.$ac_ext
11765fi 11263fi
11766ac_res=`eval 'as_val=${'$as_ac_var'} 11264ac_res=`eval echo '${'$as_ac_var'}'`
11767 $as_echo "$as_val"'` 11265 { echo "$as_me:$LINENO: result: $ac_res" >&5
11768 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 11266echo "${ECHO_T}$ac_res" >&6; }
11769$as_echo "$ac_res" >&6; } 11267if test `eval echo '${'$as_ac_var'}'` = yes; then
11770if test `eval 'as_val=${'$as_ac_var'}
11771 $as_echo "$as_val"'` = yes; then
11772 cat >>confdefs.h <<_ACEOF 11268 cat >>confdefs.h <<_ACEOF
11773#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 11269#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11774_ACEOF 11270_ACEOF
11775 11271
11776else 11272else
11777 { $as_echo "$as_me:$LINENO: checking for utimes in -lc89" >&5 11273 { echo "$as_me:$LINENO: checking for utimes in -lc89" >&5
11778$as_echo_n "checking for utimes in -lc89... " >&6; } 11274echo $ECHO_N "checking for utimes in -lc89... $ECHO_C" >&6; }
11779if test "${ac_cv_lib_c89_utimes+set}" = set; then 11275if test "${ac_cv_lib_c89_utimes+set}" = set; then
11780 $as_echo_n "(cached) " >&6 11276 echo $ECHO_N "(cached) $ECHO_C" >&6
11781else 11277else
11782 ac_check_lib_save_LIBS=$LIBS 11278 ac_check_lib_save_LIBS=$LIBS
11783LIBS="-lc89 $LIBS" 11279LIBS="-lc89 $LIBS"
@@ -11809,36 +11305,32 @@ case "(($ac_try" in
11809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11810 *) ac_try_echo=$ac_try;; 11306 *) ac_try_echo=$ac_try;;
11811esac 11307esac
11812eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11308eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11813$as_echo "$ac_try_echo") >&5
11814 (eval "$ac_link") 2>conftest.er1 11309 (eval "$ac_link") 2>conftest.er1
11815 ac_status=$? 11310 ac_status=$?
11816 grep -v '^ *+' conftest.er1 >conftest.err 11311 grep -v '^ *+' conftest.er1 >conftest.err
11817 rm -f conftest.er1 11312 rm -f conftest.er1
11818 cat conftest.err >&5 11313 cat conftest.err >&5
11819 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11820 (exit $ac_status); } && { 11315 (exit $ac_status); } && {
11821 test -z "$ac_c_werror_flag" || 11316 test -z "$ac_c_werror_flag" ||
11822 test ! -s conftest.err 11317 test ! -s conftest.err
11823 } && test -s conftest$ac_exeext && { 11318 } && test -s conftest$ac_exeext &&
11824 test "$cross_compiling" = yes || 11319 $as_test_x conftest$ac_exeext; then
11825 $as_test_x conftest$ac_exeext
11826 }; then
11827 ac_cv_lib_c89_utimes=yes 11320 ac_cv_lib_c89_utimes=yes
11828else 11321else
11829 $as_echo "$as_me: failed program was:" >&5 11322 echo "$as_me: failed program was:" >&5
11830sed 's/^/| /' conftest.$ac_ext >&5 11323sed 's/^/| /' conftest.$ac_ext >&5
11831 11324
11832 ac_cv_lib_c89_utimes=no 11325 ac_cv_lib_c89_utimes=no
11833fi 11326fi
11834 11327
11835rm -rf conftest.dSYM
11836rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11328rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11837 conftest$ac_exeext conftest.$ac_ext 11329 conftest$ac_exeext conftest.$ac_ext
11838LIBS=$ac_check_lib_save_LIBS 11330LIBS=$ac_check_lib_save_LIBS
11839fi 11331fi
11840{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_c89_utimes" >&5 11332{ echo "$as_me:$LINENO: result: $ac_cv_lib_c89_utimes" >&5
11841$as_echo "$ac_cv_lib_c89_utimes" >&6; } 11333echo "${ECHO_T}$ac_cv_lib_c89_utimes" >&6; }
11842if test $ac_cv_lib_c89_utimes = yes; then 11334if test $ac_cv_lib_c89_utimes = yes; then
11843 cat >>confdefs.h <<\_ACEOF 11335 cat >>confdefs.h <<\_ACEOF
11844#define HAVE_UTIMES 1 11336#define HAVE_UTIMES 1
@@ -11855,21 +11347,20 @@ done
11855 11347
11856for ac_header in libutil.h 11348for ac_header in libutil.h
11857do 11349do
11858as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 11350as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11859if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 11351if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11860 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 11352 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11861$as_echo_n "checking for $ac_header... " >&6; } 11353echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11862if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 11354if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11863 $as_echo_n "(cached) " >&6 11355 echo $ECHO_N "(cached) $ECHO_C" >&6
11864fi 11356fi
11865ac_res=`eval 'as_val=${'$as_ac_Header'} 11357ac_res=`eval echo '${'$as_ac_Header'}'`
11866 $as_echo "$as_val"'` 11358 { echo "$as_me:$LINENO: result: $ac_res" >&5
11867 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 11359echo "${ECHO_T}$ac_res" >&6; }
11868$as_echo "$ac_res" >&6; }
11869else 11360else
11870 # Is the header compilable? 11361 # Is the header compilable?
11871{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 11362{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
11872$as_echo_n "checking $ac_header usability... " >&6; } 11363echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11873cat >conftest.$ac_ext <<_ACEOF 11364cat >conftest.$ac_ext <<_ACEOF
11874/* confdefs.h. */ 11365/* confdefs.h. */
11875_ACEOF 11366_ACEOF
@@ -11885,33 +11376,32 @@ case "(($ac_try" in
11885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11886 *) ac_try_echo=$ac_try;; 11377 *) ac_try_echo=$ac_try;;
11887esac 11378esac
11888eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11379eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11889$as_echo "$ac_try_echo") >&5
11890 (eval "$ac_compile") 2>conftest.er1 11380 (eval "$ac_compile") 2>conftest.er1
11891 ac_status=$? 11381 ac_status=$?
11892 grep -v '^ *+' conftest.er1 >conftest.err 11382 grep -v '^ *+' conftest.er1 >conftest.err
11893 rm -f conftest.er1 11383 rm -f conftest.er1
11894 cat conftest.err >&5 11384 cat conftest.err >&5
11895 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11896 (exit $ac_status); } && { 11386 (exit $ac_status); } && {
11897 test -z "$ac_c_werror_flag" || 11387 test -z "$ac_c_werror_flag" ||
11898 test ! -s conftest.err 11388 test ! -s conftest.err
11899 } && test -s conftest.$ac_objext; then 11389 } && test -s conftest.$ac_objext; then
11900 ac_header_compiler=yes 11390 ac_header_compiler=yes
11901else 11391else
11902 $as_echo "$as_me: failed program was:" >&5 11392 echo "$as_me: failed program was:" >&5
11903sed 's/^/| /' conftest.$ac_ext >&5 11393sed 's/^/| /' conftest.$ac_ext >&5
11904 11394
11905 ac_header_compiler=no 11395 ac_header_compiler=no
11906fi 11396fi
11907 11397
11908rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11398rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11909{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11399{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11910$as_echo "$ac_header_compiler" >&6; } 11400echo "${ECHO_T}$ac_header_compiler" >&6; }
11911 11401
11912# Is the header present? 11402# Is the header present?
11913{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 11403{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
11914$as_echo_n "checking $ac_header presence... " >&6; } 11404echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11915cat >conftest.$ac_ext <<_ACEOF 11405cat >conftest.$ac_ext <<_ACEOF
11916/* confdefs.h. */ 11406/* confdefs.h. */
11917_ACEOF 11407_ACEOF
@@ -11925,52 +11415,51 @@ case "(($ac_try" in
11925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11926 *) ac_try_echo=$ac_try;; 11416 *) ac_try_echo=$ac_try;;
11927esac 11417esac
11928eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11418eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11929$as_echo "$ac_try_echo") >&5
11930 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 11419 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11931 ac_status=$? 11420 ac_status=$?
11932 grep -v '^ *+' conftest.er1 >conftest.err 11421 grep -v '^ *+' conftest.er1 >conftest.err
11933 rm -f conftest.er1 11422 rm -f conftest.er1
11934 cat conftest.err >&5 11423 cat conftest.err >&5
11935 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11936 (exit $ac_status); } >/dev/null && { 11425 (exit $ac_status); } >/dev/null && {
11937 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 11426 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11938 test ! -s conftest.err 11427 test ! -s conftest.err
11939 }; then 11428 }; then
11940 ac_header_preproc=yes 11429 ac_header_preproc=yes
11941else 11430else
11942 $as_echo "$as_me: failed program was:" >&5 11431 echo "$as_me: failed program was:" >&5
11943sed 's/^/| /' conftest.$ac_ext >&5 11432sed 's/^/| /' conftest.$ac_ext >&5
11944 11433
11945 ac_header_preproc=no 11434 ac_header_preproc=no
11946fi 11435fi
11947 11436
11948rm -f conftest.err conftest.$ac_ext 11437rm -f conftest.err conftest.$ac_ext
11949{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 11438{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11950$as_echo "$ac_header_preproc" >&6; } 11439echo "${ECHO_T}$ac_header_preproc" >&6; }
11951 11440
11952# So? What about this header? 11441# So? What about this header?
11953case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11442case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11954 yes:no: ) 11443 yes:no: )
11955 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11444 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11956$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 11445echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11957 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 11446 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11958$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 11447echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11959 ac_header_preproc=yes 11448 ac_header_preproc=yes
11960 ;; 11449 ;;
11961 no:yes:* ) 11450 no:yes:* )
11962 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 11451 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11963$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 11452echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11964 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 11453 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11965$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 11454echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11966 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 11455 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11967$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 11456echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11968 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 11457 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11969$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 11458echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11970 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11459 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11971$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 11460echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11972 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 11461 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11973$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 11462echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11974 ( cat <<\_ASBOX 11463 ( cat <<\_ASBOX
11975## ------------------------------------------- ## 11464## ------------------------------------------- ##
11976## Report this to openssh-unix-dev@mindrot.org ## 11465## Report this to openssh-unix-dev@mindrot.org ##
@@ -11979,33 +11468,31 @@ _ASBOX
11979 ) | sed "s/^/$as_me: WARNING: /" >&2 11468 ) | sed "s/^/$as_me: WARNING: /" >&2
11980 ;; 11469 ;;
11981esac 11470esac
11982{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 11471{ echo "$as_me:$LINENO: checking for $ac_header" >&5
11983$as_echo_n "checking for $ac_header... " >&6; } 11472echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11984if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 11473if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11985 $as_echo_n "(cached) " >&6 11474 echo $ECHO_N "(cached) $ECHO_C" >&6
11986else 11475else
11987 eval "$as_ac_Header=\$ac_header_preproc" 11476 eval "$as_ac_Header=\$ac_header_preproc"
11988fi 11477fi
11989ac_res=`eval 'as_val=${'$as_ac_Header'} 11478ac_res=`eval echo '${'$as_ac_Header'}'`
11990 $as_echo "$as_val"'` 11479 { echo "$as_me:$LINENO: result: $ac_res" >&5
11991 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 11480echo "${ECHO_T}$ac_res" >&6; }
11992$as_echo "$ac_res" >&6; }
11993 11481
11994fi 11482fi
11995if test `eval 'as_val=${'$as_ac_Header'} 11483if test `eval echo '${'$as_ac_Header'}'` = yes; then
11996 $as_echo "$as_val"'` = yes; then
11997 cat >>confdefs.h <<_ACEOF 11484 cat >>confdefs.h <<_ACEOF
11998#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 11485#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11999_ACEOF 11486_ACEOF
12000 11487
12001fi 11488fi
12002 11489
12003done 11490done
12004 11491
12005{ $as_echo "$as_me:$LINENO: checking for library containing login" >&5 11492{ echo "$as_me:$LINENO: checking for library containing login" >&5
12006$as_echo_n "checking for library containing login... " >&6; } 11493echo $ECHO_N "checking for library containing login... $ECHO_C" >&6; }
12007if test "${ac_cv_search_login+set}" = set; then 11494if test "${ac_cv_search_login+set}" = set; then
12008 $as_echo_n "(cached) " >&6 11495 echo $ECHO_N "(cached) $ECHO_C" >&6
12009else 11496else
12010 ac_func_search_save_LIBS=$LIBS 11497 ac_func_search_save_LIBS=$LIBS
12011cat >conftest.$ac_ext <<_ACEOF 11498cat >conftest.$ac_ext <<_ACEOF
@@ -12043,30 +11530,26 @@ case "(($ac_try" in
12043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12044 *) ac_try_echo=$ac_try;; 11531 *) ac_try_echo=$ac_try;;
12045esac 11532esac
12046eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11533eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12047$as_echo "$ac_try_echo") >&5
12048 (eval "$ac_link") 2>conftest.er1 11534 (eval "$ac_link") 2>conftest.er1
12049 ac_status=$? 11535 ac_status=$?
12050 grep -v '^ *+' conftest.er1 >conftest.err 11536 grep -v '^ *+' conftest.er1 >conftest.err
12051 rm -f conftest.er1 11537 rm -f conftest.er1
12052 cat conftest.err >&5 11538 cat conftest.err >&5
12053 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12054 (exit $ac_status); } && { 11540 (exit $ac_status); } && {
12055 test -z "$ac_c_werror_flag" || 11541 test -z "$ac_c_werror_flag" ||
12056 test ! -s conftest.err 11542 test ! -s conftest.err
12057 } && test -s conftest$ac_exeext && { 11543 } && test -s conftest$ac_exeext &&
12058 test "$cross_compiling" = yes || 11544 $as_test_x conftest$ac_exeext; then
12059 $as_test_x conftest$ac_exeext
12060 }; then
12061 ac_cv_search_login=$ac_res 11545 ac_cv_search_login=$ac_res
12062else 11546else
12063 $as_echo "$as_me: failed program was:" >&5 11547 echo "$as_me: failed program was:" >&5
12064sed 's/^/| /' conftest.$ac_ext >&5 11548sed 's/^/| /' conftest.$ac_ext >&5
12065 11549
12066 11550
12067fi 11551fi
12068 11552
12069rm -rf conftest.dSYM
12070rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11553rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12071 conftest$ac_exeext 11554 conftest$ac_exeext
12072 if test "${ac_cv_search_login+set}" = set; then 11555 if test "${ac_cv_search_login+set}" = set; then
@@ -12081,8 +11564,8 @@ fi
12081rm conftest.$ac_ext 11564rm conftest.$ac_ext
12082LIBS=$ac_func_search_save_LIBS 11565LIBS=$ac_func_search_save_LIBS
12083fi 11566fi
12084{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_login" >&5 11567{ echo "$as_me:$LINENO: result: $ac_cv_search_login" >&5
12085$as_echo "$ac_cv_search_login" >&6; } 11568echo "${ECHO_T}$ac_cv_search_login" >&6; }
12086ac_res=$ac_cv_search_login 11569ac_res=$ac_cv_search_login
12087if test "$ac_res" != no; then 11570if test "$ac_res" != no; then
12088 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 11571 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
@@ -12099,11 +11582,11 @@ fi
12099 11582
12100for ac_func in fmt_scaled logout updwtmp logwtmp 11583for ac_func in fmt_scaled logout updwtmp logwtmp
12101do 11584do
12102as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 11585as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12103{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 11586{ echo "$as_me:$LINENO: checking for $ac_func" >&5
12104$as_echo_n "checking for $ac_func... " >&6; } 11587echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12105if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 11588if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12106 $as_echo_n "(cached) " >&6 11589 echo $ECHO_N "(cached) $ECHO_C" >&6
12107else 11590else
12108 cat >conftest.$ac_ext <<_ACEOF 11591 cat >conftest.$ac_ext <<_ACEOF
12109/* confdefs.h. */ 11592/* confdefs.h. */
@@ -12156,41 +11639,35 @@ case "(($ac_try" in
12156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12157 *) ac_try_echo=$ac_try;; 11640 *) ac_try_echo=$ac_try;;
12158esac 11641esac
12159eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11642eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12160$as_echo "$ac_try_echo") >&5
12161 (eval "$ac_link") 2>conftest.er1 11643 (eval "$ac_link") 2>conftest.er1
12162 ac_status=$? 11644 ac_status=$?
12163 grep -v '^ *+' conftest.er1 >conftest.err 11645 grep -v '^ *+' conftest.er1 >conftest.err
12164 rm -f conftest.er1 11646 rm -f conftest.er1
12165 cat conftest.err >&5 11647 cat conftest.err >&5
12166 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12167 (exit $ac_status); } && { 11649 (exit $ac_status); } && {
12168 test -z "$ac_c_werror_flag" || 11650 test -z "$ac_c_werror_flag" ||
12169 test ! -s conftest.err 11651 test ! -s conftest.err
12170 } && test -s conftest$ac_exeext && { 11652 } && test -s conftest$ac_exeext &&
12171 test "$cross_compiling" = yes || 11653 $as_test_x conftest$ac_exeext; then
12172 $as_test_x conftest$ac_exeext
12173 }; then
12174 eval "$as_ac_var=yes" 11654 eval "$as_ac_var=yes"
12175else 11655else
12176 $as_echo "$as_me: failed program was:" >&5 11656 echo "$as_me: failed program was:" >&5
12177sed 's/^/| /' conftest.$ac_ext >&5 11657sed 's/^/| /' conftest.$ac_ext >&5
12178 11658
12179 eval "$as_ac_var=no" 11659 eval "$as_ac_var=no"
12180fi 11660fi
12181 11661
12182rm -rf conftest.dSYM
12183rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11662rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12184 conftest$ac_exeext conftest.$ac_ext 11663 conftest$ac_exeext conftest.$ac_ext
12185fi 11664fi
12186ac_res=`eval 'as_val=${'$as_ac_var'} 11665ac_res=`eval echo '${'$as_ac_var'}'`
12187 $as_echo "$as_val"'` 11666 { echo "$as_me:$LINENO: result: $ac_res" >&5
12188 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 11667echo "${ECHO_T}$ac_res" >&6; }
12189$as_echo "$ac_res" >&6; } 11668if test `eval echo '${'$as_ac_var'}'` = yes; then
12190if test `eval 'as_val=${'$as_ac_var'}
12191 $as_echo "$as_val"'` = yes; then
12192 cat >>confdefs.h <<_ACEOF 11669 cat >>confdefs.h <<_ACEOF
12193#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 11670#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12194_ACEOF 11671_ACEOF
12195 11672
12196fi 11673fi
@@ -12200,11 +11677,11 @@ done
12200 11677
12201for ac_func in strftime 11678for ac_func in strftime
12202do 11679do
12203as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 11680as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12204{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 11681{ echo "$as_me:$LINENO: checking for $ac_func" >&5
12205$as_echo_n "checking for $ac_func... " >&6; } 11682echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12206if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 11683if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12207 $as_echo_n "(cached) " >&6 11684 echo $ECHO_N "(cached) $ECHO_C" >&6
12208else 11685else
12209 cat >conftest.$ac_ext <<_ACEOF 11686 cat >conftest.$ac_ext <<_ACEOF
12210/* confdefs.h. */ 11687/* confdefs.h. */
@@ -12257,49 +11734,43 @@ case "(($ac_try" in
12257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12258 *) ac_try_echo=$ac_try;; 11735 *) ac_try_echo=$ac_try;;
12259esac 11736esac
12260eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11737eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12261$as_echo "$ac_try_echo") >&5
12262 (eval "$ac_link") 2>conftest.er1 11738 (eval "$ac_link") 2>conftest.er1
12263 ac_status=$? 11739 ac_status=$?
12264 grep -v '^ *+' conftest.er1 >conftest.err 11740 grep -v '^ *+' conftest.er1 >conftest.err
12265 rm -f conftest.er1 11741 rm -f conftest.er1
12266 cat conftest.err >&5 11742 cat conftest.err >&5
12267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12268 (exit $ac_status); } && { 11744 (exit $ac_status); } && {
12269 test -z "$ac_c_werror_flag" || 11745 test -z "$ac_c_werror_flag" ||
12270 test ! -s conftest.err 11746 test ! -s conftest.err
12271 } && test -s conftest$ac_exeext && { 11747 } && test -s conftest$ac_exeext &&
12272 test "$cross_compiling" = yes || 11748 $as_test_x conftest$ac_exeext; then
12273 $as_test_x conftest$ac_exeext
12274 }; then
12275 eval "$as_ac_var=yes" 11749 eval "$as_ac_var=yes"
12276else 11750else
12277 $as_echo "$as_me: failed program was:" >&5 11751 echo "$as_me: failed program was:" >&5
12278sed 's/^/| /' conftest.$ac_ext >&5 11752sed 's/^/| /' conftest.$ac_ext >&5
12279 11753
12280 eval "$as_ac_var=no" 11754 eval "$as_ac_var=no"
12281fi 11755fi
12282 11756
12283rm -rf conftest.dSYM
12284rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11757rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12285 conftest$ac_exeext conftest.$ac_ext 11758 conftest$ac_exeext conftest.$ac_ext
12286fi 11759fi
12287ac_res=`eval 'as_val=${'$as_ac_var'} 11760ac_res=`eval echo '${'$as_ac_var'}'`
12288 $as_echo "$as_val"'` 11761 { echo "$as_me:$LINENO: result: $ac_res" >&5
12289 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 11762echo "${ECHO_T}$ac_res" >&6; }
12290$as_echo "$ac_res" >&6; } 11763if test `eval echo '${'$as_ac_var'}'` = yes; then
12291if test `eval 'as_val=${'$as_ac_var'}
12292 $as_echo "$as_val"'` = yes; then
12293 cat >>confdefs.h <<_ACEOF 11764 cat >>confdefs.h <<_ACEOF
12294#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 11765#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12295_ACEOF 11766_ACEOF
12296 11767
12297else 11768else
12298 # strftime is in -lintl on SCO UNIX. 11769 # strftime is in -lintl on SCO UNIX.
12299{ $as_echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 11770{ echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
12300$as_echo_n "checking for strftime in -lintl... " >&6; } 11771echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; }
12301if test "${ac_cv_lib_intl_strftime+set}" = set; then 11772if test "${ac_cv_lib_intl_strftime+set}" = set; then
12302 $as_echo_n "(cached) " >&6 11773 echo $ECHO_N "(cached) $ECHO_C" >&6
12303else 11774else
12304 ac_check_lib_save_LIBS=$LIBS 11775 ac_check_lib_save_LIBS=$LIBS
12305LIBS="-lintl $LIBS" 11776LIBS="-lintl $LIBS"
@@ -12331,36 +11802,32 @@ case "(($ac_try" in
12331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12332 *) ac_try_echo=$ac_try;; 11803 *) ac_try_echo=$ac_try;;
12333esac 11804esac
12334eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11805eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12335$as_echo "$ac_try_echo") >&5
12336 (eval "$ac_link") 2>conftest.er1 11806 (eval "$ac_link") 2>conftest.er1
12337 ac_status=$? 11807 ac_status=$?
12338 grep -v '^ *+' conftest.er1 >conftest.err 11808 grep -v '^ *+' conftest.er1 >conftest.err
12339 rm -f conftest.er1 11809 rm -f conftest.er1
12340 cat conftest.err >&5 11810 cat conftest.err >&5
12341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12342 (exit $ac_status); } && { 11812 (exit $ac_status); } && {
12343 test -z "$ac_c_werror_flag" || 11813 test -z "$ac_c_werror_flag" ||
12344 test ! -s conftest.err 11814 test ! -s conftest.err
12345 } && test -s conftest$ac_exeext && { 11815 } && test -s conftest$ac_exeext &&
12346 test "$cross_compiling" = yes || 11816 $as_test_x conftest$ac_exeext; then
12347 $as_test_x conftest$ac_exeext
12348 }; then
12349 ac_cv_lib_intl_strftime=yes 11817 ac_cv_lib_intl_strftime=yes
12350else 11818else
12351 $as_echo "$as_me: failed program was:" >&5 11819 echo "$as_me: failed program was:" >&5
12352sed 's/^/| /' conftest.$ac_ext >&5 11820sed 's/^/| /' conftest.$ac_ext >&5
12353 11821
12354 ac_cv_lib_intl_strftime=no 11822 ac_cv_lib_intl_strftime=no
12355fi 11823fi
12356 11824
12357rm -rf conftest.dSYM
12358rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11825rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12359 conftest$ac_exeext conftest.$ac_ext 11826 conftest$ac_exeext conftest.$ac_ext
12360LIBS=$ac_check_lib_save_LIBS 11827LIBS=$ac_check_lib_save_LIBS
12361fi 11828fi
12362{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 11829{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
12363$as_echo "$ac_cv_lib_intl_strftime" >&6; } 11830echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; }
12364if test $ac_cv_lib_intl_strftime = yes; then 11831if test $ac_cv_lib_intl_strftime = yes; then
12365 cat >>confdefs.h <<\_ACEOF 11832 cat >>confdefs.h <<\_ACEOF
12366#define HAVE_STRFTIME 1 11833#define HAVE_STRFTIME 1
@@ -12374,8 +11841,8 @@ done
12374 11841
12375 11842
12376# Check for ALTDIRFUNC glob() extension 11843# Check for ALTDIRFUNC glob() extension
12377{ $as_echo "$as_me:$LINENO: checking for GLOB_ALTDIRFUNC support" >&5 11844{ echo "$as_me:$LINENO: checking for GLOB_ALTDIRFUNC support" >&5
12378$as_echo_n "checking for GLOB_ALTDIRFUNC support... " >&6; } 11845echo $ECHO_N "checking for GLOB_ALTDIRFUNC support... $ECHO_C" >&6; }
12379cat >conftest.$ac_ext <<_ACEOF 11846cat >conftest.$ac_ext <<_ACEOF
12380/* confdefs.h. */ 11847/* confdefs.h. */
12381_ACEOF 11848_ACEOF
@@ -12397,13 +11864,13 @@ cat >>confdefs.h <<\_ACEOF
12397#define GLOB_HAS_ALTDIRFUNC 1 11864#define GLOB_HAS_ALTDIRFUNC 1
12398_ACEOF 11865_ACEOF
12399 11866
12400 { $as_echo "$as_me:$LINENO: result: yes" >&5 11867 { echo "$as_me:$LINENO: result: yes" >&5
12401$as_echo "yes" >&6; } 11868echo "${ECHO_T}yes" >&6; }
12402 11869
12403else 11870else
12404 11871
12405 { $as_echo "$as_me:$LINENO: result: no" >&5 11872 { echo "$as_me:$LINENO: result: no" >&5
12406$as_echo "no" >&6; } 11873echo "${ECHO_T}no" >&6; }
12407 11874
12408 11875
12409fi 11876fi
@@ -12411,8 +11878,8 @@ rm -f conftest*
12411 11878
12412 11879
12413# Check for g.gl_matchc glob() extension 11880# Check for g.gl_matchc glob() extension
12414{ $as_echo "$as_me:$LINENO: checking for gl_matchc field in glob_t" >&5 11881{ echo "$as_me:$LINENO: checking for gl_matchc field in glob_t" >&5
12415$as_echo_n "checking for gl_matchc field in glob_t... " >&6; } 11882echo $ECHO_N "checking for gl_matchc field in glob_t... $ECHO_C" >&6; }
12416cat >conftest.$ac_ext <<_ACEOF 11883cat >conftest.$ac_ext <<_ACEOF
12417/* confdefs.h. */ 11884/* confdefs.h. */
12418_ACEOF 11885_ACEOF
@@ -12434,14 +11901,13 @@ case "(($ac_try" in
12434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12435 *) ac_try_echo=$ac_try;; 11902 *) ac_try_echo=$ac_try;;
12436esac 11903esac
12437eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11904eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12438$as_echo "$ac_try_echo") >&5
12439 (eval "$ac_compile") 2>conftest.er1 11905 (eval "$ac_compile") 2>conftest.er1
12440 ac_status=$? 11906 ac_status=$?
12441 grep -v '^ *+' conftest.er1 >conftest.err 11907 grep -v '^ *+' conftest.er1 >conftest.err
12442 rm -f conftest.er1 11908 rm -f conftest.er1
12443 cat conftest.err >&5 11909 cat conftest.err >&5
12444 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12445 (exit $ac_status); } && { 11911 (exit $ac_status); } && {
12446 test -z "$ac_c_werror_flag" || 11912 test -z "$ac_c_werror_flag" ||
12447 test ! -s conftest.err 11913 test ! -s conftest.err
@@ -12452,26 +11918,26 @@ cat >>confdefs.h <<\_ACEOF
12452#define GLOB_HAS_GL_MATCHC 1 11918#define GLOB_HAS_GL_MATCHC 1
12453_ACEOF 11919_ACEOF
12454 11920
12455 { $as_echo "$as_me:$LINENO: result: yes" >&5 11921 { echo "$as_me:$LINENO: result: yes" >&5
12456$as_echo "yes" >&6; } 11922echo "${ECHO_T}yes" >&6; }
12457 11923
12458else 11924else
12459 $as_echo "$as_me: failed program was:" >&5 11925 echo "$as_me: failed program was:" >&5
12460sed 's/^/| /' conftest.$ac_ext >&5 11926sed 's/^/| /' conftest.$ac_ext >&5
12461 11927
12462 11928
12463 { $as_echo "$as_me:$LINENO: result: no" >&5 11929 { echo "$as_me:$LINENO: result: no" >&5
12464$as_echo "no" >&6; } 11930echo "${ECHO_T}no" >&6; }
12465 11931
12466 11932
12467fi 11933fi
12468 11934
12469rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11935rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12470 11936
12471{ $as_echo "$as_me:$LINENO: checking whether GLOB_NOMATCH is declared" >&5 11937{ echo "$as_me:$LINENO: checking whether GLOB_NOMATCH is declared" >&5
12472$as_echo_n "checking whether GLOB_NOMATCH is declared... " >&6; } 11938echo $ECHO_N "checking whether GLOB_NOMATCH is declared... $ECHO_C" >&6; }
12473if test "${ac_cv_have_decl_GLOB_NOMATCH+set}" = set; then 11939if test "${ac_cv_have_decl_GLOB_NOMATCH+set}" = set; then
12474 $as_echo_n "(cached) " >&6 11940 echo $ECHO_N "(cached) $ECHO_C" >&6
12475else 11941else
12476 cat >conftest.$ac_ext <<_ACEOF 11942 cat >conftest.$ac_ext <<_ACEOF
12477/* confdefs.h. */ 11943/* confdefs.h. */
@@ -12498,21 +11964,20 @@ case "(($ac_try" in
12498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12499 *) ac_try_echo=$ac_try;; 11965 *) ac_try_echo=$ac_try;;
12500esac 11966esac
12501eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11967eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12502$as_echo "$ac_try_echo") >&5
12503 (eval "$ac_compile") 2>conftest.er1 11968 (eval "$ac_compile") 2>conftest.er1
12504 ac_status=$? 11969 ac_status=$?
12505 grep -v '^ *+' conftest.er1 >conftest.err 11970 grep -v '^ *+' conftest.er1 >conftest.err
12506 rm -f conftest.er1 11971 rm -f conftest.er1
12507 cat conftest.err >&5 11972 cat conftest.err >&5
12508 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12509 (exit $ac_status); } && { 11974 (exit $ac_status); } && {
12510 test -z "$ac_c_werror_flag" || 11975 test -z "$ac_c_werror_flag" ||
12511 test ! -s conftest.err 11976 test ! -s conftest.err
12512 } && test -s conftest.$ac_objext; then 11977 } && test -s conftest.$ac_objext; then
12513 ac_cv_have_decl_GLOB_NOMATCH=yes 11978 ac_cv_have_decl_GLOB_NOMATCH=yes
12514else 11979else
12515 $as_echo "$as_me: failed program was:" >&5 11980 echo "$as_me: failed program was:" >&5
12516sed 's/^/| /' conftest.$ac_ext >&5 11981sed 's/^/| /' conftest.$ac_ext >&5
12517 11982
12518 ac_cv_have_decl_GLOB_NOMATCH=no 11983 ac_cv_have_decl_GLOB_NOMATCH=no
@@ -12520,8 +11985,8 @@ fi
12520 11985
12521rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11986rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12522fi 11987fi
12523{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_GLOB_NOMATCH" >&5 11988{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_GLOB_NOMATCH" >&5
12524$as_echo "$ac_cv_have_decl_GLOB_NOMATCH" >&6; } 11989echo "${ECHO_T}$ac_cv_have_decl_GLOB_NOMATCH" >&6; }
12525if test $ac_cv_have_decl_GLOB_NOMATCH = yes; then 11990if test $ac_cv_have_decl_GLOB_NOMATCH = yes; then
12526 11991
12527cat >>confdefs.h <<_ACEOF 11992cat >>confdefs.h <<_ACEOF
@@ -12539,12 +12004,12 @@ fi
12539 12004
12540 12005
12541 12006
12542{ $as_echo "$as_me:$LINENO: checking whether struct dirent allocates space for d_name" >&5 12007{ echo "$as_me:$LINENO: checking whether struct dirent allocates space for d_name" >&5
12543$as_echo_n "checking whether struct dirent allocates space for d_name... " >&6; } 12008echo $ECHO_N "checking whether struct dirent allocates space for d_name... $ECHO_C" >&6; }
12544if test "$cross_compiling" = yes; then 12009if test "$cross_compiling" = yes; then
12545 12010
12546 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME" >&5 12011 { echo "$as_me:$LINENO: WARNING: cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME" >&5
12547$as_echo "$as_me: WARNING: cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME" >&2;} 12012echo "$as_me: WARNING: cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME" >&2;}
12548 cat >>confdefs.h <<\_ACEOF 12013 cat >>confdefs.h <<\_ACEOF
12549#define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 12014#define BROKEN_ONE_BYTE_DIRENT_D_NAME 1
12550_ACEOF 12015_ACEOF
@@ -12570,33 +12035,31 @@ case "(($ac_try" in
12570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12571 *) ac_try_echo=$ac_try;; 12036 *) ac_try_echo=$ac_try;;
12572esac 12037esac
12573eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 12038eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12574$as_echo "$ac_try_echo") >&5
12575 (eval "$ac_link") 2>&5 12039 (eval "$ac_link") 2>&5
12576 ac_status=$? 12040 ac_status=$?
12577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 12041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12578 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12042 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12579 { (case "(($ac_try" in 12043 { (case "(($ac_try" in
12580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12581 *) ac_try_echo=$ac_try;; 12045 *) ac_try_echo=$ac_try;;
12582esac 12046esac
12583eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 12047eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12584$as_echo "$ac_try_echo") >&5
12585 (eval "$ac_try") 2>&5 12048 (eval "$ac_try") 2>&5
12586 ac_status=$? 12049 ac_status=$?
12587 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 12050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12588 (exit $ac_status); }; }; then 12051 (exit $ac_status); }; }; then
12589 { $as_echo "$as_me:$LINENO: result: yes" >&5 12052 { echo "$as_me:$LINENO: result: yes" >&5
12590$as_echo "yes" >&6; } 12053echo "${ECHO_T}yes" >&6; }
12591else 12054else
12592 $as_echo "$as_me: program exited with status $ac_status" >&5 12055 echo "$as_me: program exited with status $ac_status" >&5
12593$as_echo "$as_me: failed program was:" >&5 12056echo "$as_me: failed program was:" >&5
12594sed 's/^/| /' conftest.$ac_ext >&5 12057sed 's/^/| /' conftest.$ac_ext >&5
12595 12058
12596( exit $ac_status ) 12059( exit $ac_status )
12597 12060
12598 { $as_echo "$as_me:$LINENO: result: no" >&5 12061 { echo "$as_me:$LINENO: result: no" >&5
12599$as_echo "no" >&6; } 12062echo "${ECHO_T}no" >&6; }
12600 12063
12601cat >>confdefs.h <<\_ACEOF 12064cat >>confdefs.h <<\_ACEOF
12602#define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 12065#define BROKEN_ONE_BYTE_DIRENT_D_NAME 1
@@ -12604,25 +12067,24 @@ _ACEOF
12604 12067
12605 12068
12606fi 12069fi
12607rm -rf conftest.dSYM
12608rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12070rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12609fi 12071fi
12610 12072
12611 12073
12612 12074
12613{ $as_echo "$as_me:$LINENO: checking for /proc/pid/fd directory" >&5 12075{ echo "$as_me:$LINENO: checking for /proc/pid/fd directory" >&5
12614$as_echo_n "checking for /proc/pid/fd directory... " >&6; } 12076echo $ECHO_N "checking for /proc/pid/fd directory... $ECHO_C" >&6; }
12615if test -d "/proc/$$/fd" ; then 12077if test -d "/proc/$$/fd" ; then
12616 12078
12617cat >>confdefs.h <<\_ACEOF 12079cat >>confdefs.h <<\_ACEOF
12618#define HAVE_PROC_PID 1 12080#define HAVE_PROC_PID 1
12619_ACEOF 12081_ACEOF
12620 12082
12621 { $as_echo "$as_me:$LINENO: result: yes" >&5 12083 { echo "$as_me:$LINENO: result: yes" >&5
12622$as_echo "yes" >&6; } 12084echo "${ECHO_T}yes" >&6; }
12623else 12085else
12624 { $as_echo "$as_me:$LINENO: result: no" >&5 12086 { echo "$as_me:$LINENO: result: no" >&5
12625$as_echo "no" >&6; } 12087echo "${ECHO_T}no" >&6; }
12626fi 12088fi
12627 12089
12628# Check whether user wants S/Key support 12090# Check whether user wants S/Key support
@@ -12646,8 +12108,8 @@ _ACEOF
12646 LIBS="-lskey $LIBS" 12108 LIBS="-lskey $LIBS"
12647 SKEY_MSG="yes" 12109 SKEY_MSG="yes"
12648 12110
12649 { $as_echo "$as_me:$LINENO: checking for s/key support" >&5 12111 { echo "$as_me:$LINENO: checking for s/key support" >&5
12650$as_echo_n "checking for s/key support... " >&6; } 12112echo $ECHO_N "checking for s/key support... $ECHO_C" >&6; }
12651 cat >conftest.$ac_ext <<_ACEOF 12113 cat >conftest.$ac_ext <<_ACEOF
12652/* confdefs.h. */ 12114/* confdefs.h. */
12653_ACEOF 12115_ACEOF
@@ -12666,41 +12128,37 @@ case "(($ac_try" in
12666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12667 *) ac_try_echo=$ac_try;; 12129 *) ac_try_echo=$ac_try;;
12668esac 12130esac
12669eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 12131eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12670$as_echo "$ac_try_echo") >&5
12671 (eval "$ac_link") 2>conftest.er1 12132 (eval "$ac_link") 2>conftest.er1
12672 ac_status=$? 12133 ac_status=$?
12673 grep -v '^ *+' conftest.er1 >conftest.err 12134 grep -v '^ *+' conftest.er1 >conftest.err
12674 rm -f conftest.er1 12135 rm -f conftest.er1
12675 cat conftest.err >&5 12136 cat conftest.err >&5
12676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 12137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12677 (exit $ac_status); } && { 12138 (exit $ac_status); } && {
12678 test -z "$ac_c_werror_flag" || 12139 test -z "$ac_c_werror_flag" ||
12679 test ! -s conftest.err 12140 test ! -s conftest.err
12680 } && test -s conftest$ac_exeext && { 12141 } && test -s conftest$ac_exeext &&
12681 test "$cross_compiling" = yes || 12142 $as_test_x conftest$ac_exeext; then
12682 $as_test_x conftest$ac_exeext 12143 { echo "$as_me:$LINENO: result: yes" >&5
12683 }; then 12144echo "${ECHO_T}yes" >&6; }
12684 { $as_echo "$as_me:$LINENO: result: yes" >&5
12685$as_echo "yes" >&6; }
12686else 12145else
12687 $as_echo "$as_me: failed program was:" >&5 12146 echo "$as_me: failed program was:" >&5
12688sed 's/^/| /' conftest.$ac_ext >&5 12147sed 's/^/| /' conftest.$ac_ext >&5
12689 12148
12690 12149
12691 { $as_echo "$as_me:$LINENO: result: no" >&5 12150 { echo "$as_me:$LINENO: result: no" >&5
12692$as_echo "no" >&6; } 12151echo "${ECHO_T}no" >&6; }
12693 { { $as_echo "$as_me:$LINENO: error: ** Incomplete or missing s/key libraries." >&5 12152 { { echo "$as_me:$LINENO: error: ** Incomplete or missing s/key libraries." >&5
12694$as_echo "$as_me: error: ** Incomplete or missing s/key libraries." >&2;} 12153echo "$as_me: error: ** Incomplete or missing s/key libraries." >&2;}
12695 { (exit 1); exit 1; }; } 12154 { (exit 1); exit 1; }; }
12696 12155
12697fi 12156fi
12698 12157
12699rm -rf conftest.dSYM
12700rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12158rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12701 conftest$ac_exeext conftest.$ac_ext 12159 conftest$ac_exeext conftest.$ac_ext
12702 { $as_echo "$as_me:$LINENO: checking if skeychallenge takes 4 arguments" >&5 12160 { echo "$as_me:$LINENO: checking if skeychallenge takes 4 arguments" >&5
12703$as_echo_n "checking if skeychallenge takes 4 arguments... " >&6; } 12161echo $ECHO_N "checking if skeychallenge takes 4 arguments... $ECHO_C" >&6; }
12704 cat >conftest.$ac_ext <<_ACEOF 12162 cat >conftest.$ac_ext <<_ACEOF
12705/* confdefs.h. */ 12163/* confdefs.h. */
12706_ACEOF 12164_ACEOF
@@ -12723,31 +12181,30 @@ case "(($ac_try" in
12723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12724 *) ac_try_echo=$ac_try;; 12182 *) ac_try_echo=$ac_try;;
12725esac 12183esac
12726eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 12184eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12727$as_echo "$ac_try_echo") >&5
12728 (eval "$ac_compile") 2>conftest.er1 12185 (eval "$ac_compile") 2>conftest.er1
12729 ac_status=$? 12186 ac_status=$?
12730 grep -v '^ *+' conftest.er1 >conftest.err 12187 grep -v '^ *+' conftest.er1 >conftest.err
12731 rm -f conftest.er1 12188 rm -f conftest.er1
12732 cat conftest.err >&5 12189 cat conftest.err >&5
12733 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 12190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12734 (exit $ac_status); } && { 12191 (exit $ac_status); } && {
12735 test -z "$ac_c_werror_flag" || 12192 test -z "$ac_c_werror_flag" ||
12736 test ! -s conftest.err 12193 test ! -s conftest.err
12737 } && test -s conftest.$ac_objext; then 12194 } && test -s conftest.$ac_objext; then
12738 { $as_echo "$as_me:$LINENO: result: yes" >&5 12195 { echo "$as_me:$LINENO: result: yes" >&5
12739$as_echo "yes" >&6; } 12196echo "${ECHO_T}yes" >&6; }
12740 12197
12741cat >>confdefs.h <<\_ACEOF 12198cat >>confdefs.h <<\_ACEOF
12742#define SKEYCHALLENGE_4ARG 1 12199#define SKEYCHALLENGE_4ARG 1
12743_ACEOF 12200_ACEOF
12744 12201
12745else 12202else
12746 $as_echo "$as_me: failed program was:" >&5 12203 echo "$as_me: failed program was:" >&5
12747sed 's/^/| /' conftest.$ac_ext >&5 12204sed 's/^/| /' conftest.$ac_ext >&5
12748 12205
12749 { $as_echo "$as_me:$LINENO: result: no" >&5 12206 { echo "$as_me:$LINENO: result: no" >&5
12750$as_echo "no" >&6; } 12207echo "${ECHO_T}no" >&6; }
12751 12208
12752fi 12209fi
12753 12210
@@ -12790,8 +12247,8 @@ if test "${with_tcp_wrappers+set}" = set; then
12790 fi 12247 fi
12791 fi 12248 fi
12792 LIBS="-lwrap $LIBS" 12249 LIBS="-lwrap $LIBS"
12793 { $as_echo "$as_me:$LINENO: checking for libwrap" >&5 12250 { echo "$as_me:$LINENO: checking for libwrap" >&5
12794$as_echo_n "checking for libwrap... " >&6; } 12251echo $ECHO_N "checking for libwrap... $ECHO_C" >&6; }
12795 cat >conftest.$ac_ext <<_ACEOF 12252 cat >conftest.$ac_ext <<_ACEOF
12796/* confdefs.h. */ 12253/* confdefs.h. */
12797_ACEOF 12254_ACEOF
@@ -12819,24 +12276,21 @@ case "(($ac_try" in
12819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12820 *) ac_try_echo=$ac_try;; 12277 *) ac_try_echo=$ac_try;;
12821esac 12278esac
12822eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 12279eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12823$as_echo "$ac_try_echo") >&5
12824 (eval "$ac_link") 2>conftest.er1 12280 (eval "$ac_link") 2>conftest.er1
12825 ac_status=$? 12281 ac_status=$?
12826 grep -v '^ *+' conftest.er1 >conftest.err 12282 grep -v '^ *+' conftest.er1 >conftest.err
12827 rm -f conftest.er1 12283 rm -f conftest.er1
12828 cat conftest.err >&5 12284 cat conftest.err >&5
12829 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 12285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12830 (exit $ac_status); } && { 12286 (exit $ac_status); } && {
12831 test -z "$ac_c_werror_flag" || 12287 test -z "$ac_c_werror_flag" ||
12832 test ! -s conftest.err 12288 test ! -s conftest.err
12833 } && test -s conftest$ac_exeext && { 12289 } && test -s conftest$ac_exeext &&
12834 test "$cross_compiling" = yes || 12290 $as_test_x conftest$ac_exeext; then
12835 $as_test_x conftest$ac_exeext
12836 }; then
12837 12291
12838 { $as_echo "$as_me:$LINENO: result: yes" >&5 12292 { echo "$as_me:$LINENO: result: yes" >&5
12839$as_echo "yes" >&6; } 12293echo "${ECHO_T}yes" >&6; }
12840 12294
12841cat >>confdefs.h <<\_ACEOF 12295cat >>confdefs.h <<\_ACEOF
12842#define LIBWRAP 1 12296#define LIBWRAP 1
@@ -12846,18 +12300,17 @@ _ACEOF
12846 TCPW_MSG="yes" 12300 TCPW_MSG="yes"
12847 12301
12848else 12302else
12849 $as_echo "$as_me: failed program was:" >&5 12303 echo "$as_me: failed program was:" >&5
12850sed 's/^/| /' conftest.$ac_ext >&5 12304sed 's/^/| /' conftest.$ac_ext >&5
12851 12305
12852 12306
12853 { { $as_echo "$as_me:$LINENO: error: *** libwrap missing" >&5 12307 { { echo "$as_me:$LINENO: error: *** libwrap missing" >&5
12854$as_echo "$as_me: error: *** libwrap missing" >&2;} 12308echo "$as_me: error: *** libwrap missing" >&2;}
12855 { (exit 1); exit 1; }; } 12309 { (exit 1); exit 1; }; }
12856 12310
12857 12311
12858fi 12312fi
12859 12313
12860rm -rf conftest.dSYM
12861rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12314rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12862 conftest$ac_exeext conftest.$ac_ext 12315 conftest$ac_exeext conftest.$ac_ext
12863 LIBS="$saved_LIBS" 12316 LIBS="$saved_LIBS"
@@ -12881,10 +12334,10 @@ if test "${with_libedit+set}" = set; then
12881 LDFLAGS="-L${withval}/lib ${LDFLAGS}" 12334 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
12882 fi 12335 fi
12883 fi 12336 fi
12884 { $as_echo "$as_me:$LINENO: checking for el_init in -ledit" >&5 12337 { echo "$as_me:$LINENO: checking for el_init in -ledit" >&5
12885$as_echo_n "checking for el_init in -ledit... " >&6; } 12338echo $ECHO_N "checking for el_init in -ledit... $ECHO_C" >&6; }
12886if test "${ac_cv_lib_edit_el_init+set}" = set; then 12339if test "${ac_cv_lib_edit_el_init+set}" = set; then
12887 $as_echo_n "(cached) " >&6 12340 echo $ECHO_N "(cached) $ECHO_C" >&6
12888else 12341else
12889 ac_check_lib_save_LIBS=$LIBS 12342 ac_check_lib_save_LIBS=$LIBS
12890LIBS="-ledit -lcurses 12343LIBS="-ledit -lcurses
@@ -12917,36 +12370,32 @@ case "(($ac_try" in
12917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12918 *) ac_try_echo=$ac_try;; 12371 *) ac_try_echo=$ac_try;;
12919esac 12372esac
12920eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 12373eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12921$as_echo "$ac_try_echo") >&5
12922 (eval "$ac_link") 2>conftest.er1 12374 (eval "$ac_link") 2>conftest.er1
12923 ac_status=$? 12375 ac_status=$?
12924 grep -v '^ *+' conftest.er1 >conftest.err 12376 grep -v '^ *+' conftest.er1 >conftest.err
12925 rm -f conftest.er1 12377 rm -f conftest.er1
12926 cat conftest.err >&5 12378 cat conftest.err >&5
12927 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 12379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12928 (exit $ac_status); } && { 12380 (exit $ac_status); } && {
12929 test -z "$ac_c_werror_flag" || 12381 test -z "$ac_c_werror_flag" ||
12930 test ! -s conftest.err 12382 test ! -s conftest.err
12931 } && test -s conftest$ac_exeext && { 12383 } && test -s conftest$ac_exeext &&
12932 test "$cross_compiling" = yes || 12384 $as_test_x conftest$ac_exeext; then
12933 $as_test_x conftest$ac_exeext
12934 }; then
12935 ac_cv_lib_edit_el_init=yes 12385 ac_cv_lib_edit_el_init=yes
12936else 12386else
12937 $as_echo "$as_me: failed program was:" >&5 12387 echo "$as_me: failed program was:" >&5
12938sed 's/^/| /' conftest.$ac_ext >&5 12388sed 's/^/| /' conftest.$ac_ext >&5
12939 12389
12940 ac_cv_lib_edit_el_init=no 12390 ac_cv_lib_edit_el_init=no
12941fi 12391fi
12942 12392
12943rm -rf conftest.dSYM
12944rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12393rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12945 conftest$ac_exeext conftest.$ac_ext 12394 conftest$ac_exeext conftest.$ac_ext
12946LIBS=$ac_check_lib_save_LIBS 12395LIBS=$ac_check_lib_save_LIBS
12947fi 12396fi
12948{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_edit_el_init" >&5 12397{ echo "$as_me:$LINENO: result: $ac_cv_lib_edit_el_init" >&5
12949$as_echo "$ac_cv_lib_edit_el_init" >&6; } 12398echo "${ECHO_T}$ac_cv_lib_edit_el_init" >&6; }
12950if test $ac_cv_lib_edit_el_init = yes; then 12399if test $ac_cv_lib_edit_el_init = yes; then
12951 12400
12952cat >>confdefs.h <<\_ACEOF 12401cat >>confdefs.h <<\_ACEOF
@@ -12958,13 +12407,13 @@ _ACEOF
12958 12407
12959 12408
12960else 12409else
12961 { { $as_echo "$as_me:$LINENO: error: libedit not found" >&5 12410 { { echo "$as_me:$LINENO: error: libedit not found" >&5
12962$as_echo "$as_me: error: libedit not found" >&2;} 12411echo "$as_me: error: libedit not found" >&2;}
12963 { (exit 1); exit 1; }; } 12412 { (exit 1); exit 1; }; }
12964fi 12413fi
12965 12414
12966 { $as_echo "$as_me:$LINENO: checking if libedit version is compatible" >&5 12415 { echo "$as_me:$LINENO: checking if libedit version is compatible" >&5
12967$as_echo_n "checking if libedit version is compatible... " >&6; } 12416echo $ECHO_N "checking if libedit version is compatible... $ECHO_C" >&6; }
12968 cat >conftest.$ac_ext <<_ACEOF 12417 cat >conftest.$ac_ext <<_ACEOF
12969/* confdefs.h. */ 12418/* confdefs.h. */
12970_ACEOF 12419_ACEOF
@@ -12987,28 +12436,27 @@ case "(($ac_try" in
12987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12988 *) ac_try_echo=$ac_try;; 12437 *) ac_try_echo=$ac_try;;
12989esac 12438esac
12990eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 12439eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12991$as_echo "$ac_try_echo") >&5
12992 (eval "$ac_compile") 2>conftest.er1 12440 (eval "$ac_compile") 2>conftest.er1
12993 ac_status=$? 12441 ac_status=$?
12994 grep -v '^ *+' conftest.er1 >conftest.err 12442 grep -v '^ *+' conftest.er1 >conftest.err
12995 rm -f conftest.er1 12443 rm -f conftest.er1
12996 cat conftest.err >&5 12444 cat conftest.err >&5
12997 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 12445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12998 (exit $ac_status); } && { 12446 (exit $ac_status); } && {
12999 test -z "$ac_c_werror_flag" || 12447 test -z "$ac_c_werror_flag" ||
13000 test ! -s conftest.err 12448 test ! -s conftest.err
13001 } && test -s conftest.$ac_objext; then 12449 } && test -s conftest.$ac_objext; then
13002 { $as_echo "$as_me:$LINENO: result: yes" >&5 12450 { echo "$as_me:$LINENO: result: yes" >&5
13003$as_echo "yes" >&6; } 12451echo "${ECHO_T}yes" >&6; }
13004else 12452else
13005 $as_echo "$as_me: failed program was:" >&5 12453 echo "$as_me: failed program was:" >&5
13006sed 's/^/| /' conftest.$ac_ext >&5 12454sed 's/^/| /' conftest.$ac_ext >&5
13007 12455
13008 { $as_echo "$as_me:$LINENO: result: no" >&5 12456 { echo "$as_me:$LINENO: result: no" >&5
13009$as_echo "no" >&6; } 12457echo "${ECHO_T}no" >&6; }
13010 { { $as_echo "$as_me:$LINENO: error: libedit version is not compatible" >&5 12458 { { echo "$as_me:$LINENO: error: libedit version is not compatible" >&5
13011$as_echo "$as_me: error: libedit version is not compatible" >&2;} 12459echo "$as_me: error: libedit version is not compatible" >&2;}
13012 { (exit 1); exit 1; }; } 12460 { (exit 1); exit 1; }; }
13013 12461
13014fi 12462fi
@@ -13024,21 +12472,21 @@ AUDIT_MODULE=none
13024# Check whether --with-audit was given. 12472# Check whether --with-audit was given.
13025if test "${with_audit+set}" = set; then 12473if test "${with_audit+set}" = set; then
13026 withval=$with_audit; 12474 withval=$with_audit;
13027 { $as_echo "$as_me:$LINENO: checking for supported audit module" >&5 12475 { echo "$as_me:$LINENO: checking for supported audit module" >&5
13028$as_echo_n "checking for supported audit module... " >&6; } 12476echo $ECHO_N "checking for supported audit module... $ECHO_C" >&6; }
13029 case "$withval" in 12477 case "$withval" in
13030 bsm) 12478 bsm)
13031 { $as_echo "$as_me:$LINENO: result: bsm" >&5 12479 { echo "$as_me:$LINENO: result: bsm" >&5
13032$as_echo "bsm" >&6; } 12480echo "${ECHO_T}bsm" >&6; }
13033 AUDIT_MODULE=bsm 12481 AUDIT_MODULE=bsm
13034 12482
13035for ac_header in bsm/audit.h 12483for ac_header in bsm/audit.h
13036do 12484do
13037as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 12485as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13038{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 12486{ echo "$as_me:$LINENO: checking for $ac_header" >&5
13039$as_echo_n "checking for $ac_header... " >&6; } 12487echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13040if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12488if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13041 $as_echo_n "(cached) " >&6 12489 echo $ECHO_N "(cached) $ECHO_C" >&6
13042else 12490else
13043 cat >conftest.$ac_ext <<_ACEOF 12491 cat >conftest.$ac_ext <<_ACEOF
13044/* confdefs.h. */ 12492/* confdefs.h. */
@@ -13061,21 +12509,20 @@ case "(($ac_try" in
13061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13062 *) ac_try_echo=$ac_try;; 12510 *) ac_try_echo=$ac_try;;
13063esac 12511esac
13064eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 12512eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13065$as_echo "$ac_try_echo") >&5
13066 (eval "$ac_compile") 2>conftest.er1 12513 (eval "$ac_compile") 2>conftest.er1
13067 ac_status=$? 12514 ac_status=$?
13068 grep -v '^ *+' conftest.er1 >conftest.err 12515 grep -v '^ *+' conftest.er1 >conftest.err
13069 rm -f conftest.er1 12516 rm -f conftest.er1
13070 cat conftest.err >&5 12517 cat conftest.err >&5
13071 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 12518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13072 (exit $ac_status); } && { 12519 (exit $ac_status); } && {
13073 test -z "$ac_c_werror_flag" || 12520 test -z "$ac_c_werror_flag" ||
13074 test ! -s conftest.err 12521 test ! -s conftest.err
13075 } && test -s conftest.$ac_objext; then 12522 } && test -s conftest.$ac_objext; then
13076 eval "$as_ac_Header=yes" 12523 eval "$as_ac_Header=yes"
13077else 12524else
13078 $as_echo "$as_me: failed program was:" >&5 12525 echo "$as_me: failed program was:" >&5
13079sed 's/^/| /' conftest.$ac_ext >&5 12526sed 's/^/| /' conftest.$ac_ext >&5
13080 12527
13081 eval "$as_ac_Header=no" 12528 eval "$as_ac_Header=no"
@@ -13083,29 +12530,27 @@ fi
13083 12530
13084rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12531rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13085fi 12532fi
13086ac_res=`eval 'as_val=${'$as_ac_Header'} 12533ac_res=`eval echo '${'$as_ac_Header'}'`
13087 $as_echo "$as_val"'` 12534 { echo "$as_me:$LINENO: result: $ac_res" >&5
13088 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 12535echo "${ECHO_T}$ac_res" >&6; }
13089$as_echo "$ac_res" >&6; } 12536if test `eval echo '${'$as_ac_Header'}'` = yes; then
13090if test `eval 'as_val=${'$as_ac_Header'}
13091 $as_echo "$as_val"'` = yes; then
13092 cat >>confdefs.h <<_ACEOF 12537 cat >>confdefs.h <<_ACEOF
13093#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 12538#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13094_ACEOF 12539_ACEOF
13095 12540
13096else 12541else
13097 { { $as_echo "$as_me:$LINENO: error: BSM enabled and bsm/audit.h not found" >&5 12542 { { echo "$as_me:$LINENO: error: BSM enabled and bsm/audit.h not found" >&5
13098$as_echo "$as_me: error: BSM enabled and bsm/audit.h not found" >&2;} 12543echo "$as_me: error: BSM enabled and bsm/audit.h not found" >&2;}
13099 { (exit 1); exit 1; }; } 12544 { (exit 1); exit 1; }; }
13100fi 12545fi
13101 12546
13102done 12547done
13103 12548
13104 12549
13105{ $as_echo "$as_me:$LINENO: checking for getaudit in -lbsm" >&5 12550{ echo "$as_me:$LINENO: checking for getaudit in -lbsm" >&5
13106$as_echo_n "checking for getaudit in -lbsm... " >&6; } 12551echo $ECHO_N "checking for getaudit in -lbsm... $ECHO_C" >&6; }
13107if test "${ac_cv_lib_bsm_getaudit+set}" = set; then 12552if test "${ac_cv_lib_bsm_getaudit+set}" = set; then
13108 $as_echo_n "(cached) " >&6 12553 echo $ECHO_N "(cached) $ECHO_C" >&6
13109else 12554else
13110 ac_check_lib_save_LIBS=$LIBS 12555 ac_check_lib_save_LIBS=$LIBS
13111LIBS="-lbsm $LIBS" 12556LIBS="-lbsm $LIBS"
@@ -13137,36 +12582,32 @@ case "(($ac_try" in
13137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13138 *) ac_try_echo=$ac_try;; 12583 *) ac_try_echo=$ac_try;;
13139esac 12584esac
13140eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 12585eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13141$as_echo "$ac_try_echo") >&5
13142 (eval "$ac_link") 2>conftest.er1 12586 (eval "$ac_link") 2>conftest.er1
13143 ac_status=$? 12587 ac_status=$?
13144 grep -v '^ *+' conftest.er1 >conftest.err 12588 grep -v '^ *+' conftest.er1 >conftest.err
13145 rm -f conftest.er1 12589 rm -f conftest.er1
13146 cat conftest.err >&5 12590 cat conftest.err >&5
13147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 12591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13148 (exit $ac_status); } && { 12592 (exit $ac_status); } && {
13149 test -z "$ac_c_werror_flag" || 12593 test -z "$ac_c_werror_flag" ||
13150 test ! -s conftest.err 12594 test ! -s conftest.err
13151 } && test -s conftest$ac_exeext && { 12595 } && test -s conftest$ac_exeext &&
13152 test "$cross_compiling" = yes || 12596 $as_test_x conftest$ac_exeext; then
13153 $as_test_x conftest$ac_exeext
13154 }; then
13155 ac_cv_lib_bsm_getaudit=yes 12597 ac_cv_lib_bsm_getaudit=yes
13156else 12598else
13157 $as_echo "$as_me: failed program was:" >&5 12599 echo "$as_me: failed program was:" >&5
13158sed 's/^/| /' conftest.$ac_ext >&5 12600sed 's/^/| /' conftest.$ac_ext >&5
13159 12601
13160 ac_cv_lib_bsm_getaudit=no 12602 ac_cv_lib_bsm_getaudit=no
13161fi 12603fi
13162 12604
13163rm -rf conftest.dSYM
13164rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12605rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13165 conftest$ac_exeext conftest.$ac_ext 12606 conftest$ac_exeext conftest.$ac_ext
13166LIBS=$ac_check_lib_save_LIBS 12607LIBS=$ac_check_lib_save_LIBS
13167fi 12608fi
13168{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsm_getaudit" >&5 12609{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsm_getaudit" >&5
13169$as_echo "$ac_cv_lib_bsm_getaudit" >&6; } 12610echo "${ECHO_T}$ac_cv_lib_bsm_getaudit" >&6; }
13170if test $ac_cv_lib_bsm_getaudit = yes; then 12611if test $ac_cv_lib_bsm_getaudit = yes; then
13171 cat >>confdefs.h <<_ACEOF 12612 cat >>confdefs.h <<_ACEOF
13172#define HAVE_LIBBSM 1 12613#define HAVE_LIBBSM 1
@@ -13175,19 +12616,19 @@ _ACEOF
13175 LIBS="-lbsm $LIBS" 12616 LIBS="-lbsm $LIBS"
13176 12617
13177else 12618else
13178 { { $as_echo "$as_me:$LINENO: error: BSM enabled and required library not found" >&5 12619 { { echo "$as_me:$LINENO: error: BSM enabled and required library not found" >&5
13179$as_echo "$as_me: error: BSM enabled and required library not found" >&2;} 12620echo "$as_me: error: BSM enabled and required library not found" >&2;}
13180 { (exit 1); exit 1; }; } 12621 { (exit 1); exit 1; }; }
13181fi 12622fi
13182 12623
13183 12624
13184for ac_func in getaudit 12625for ac_func in getaudit
13185do 12626do
13186as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 12627as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13187{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 12628{ echo "$as_me:$LINENO: checking for $ac_func" >&5
13188$as_echo_n "checking for $ac_func... " >&6; } 12629echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13189if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 12630if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13190 $as_echo_n "(cached) " >&6 12631 echo $ECHO_N "(cached) $ECHO_C" >&6
13191else 12632else
13192 cat >conftest.$ac_ext <<_ACEOF 12633 cat >conftest.$ac_ext <<_ACEOF
13193/* confdefs.h. */ 12634/* confdefs.h. */
@@ -13240,46 +12681,40 @@ case "(($ac_try" in
13240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13241 *) ac_try_echo=$ac_try;; 12682 *) ac_try_echo=$ac_try;;
13242esac 12683esac
13243eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 12684eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13244$as_echo "$ac_try_echo") >&5
13245 (eval "$ac_link") 2>conftest.er1 12685 (eval "$ac_link") 2>conftest.er1
13246 ac_status=$? 12686 ac_status=$?
13247 grep -v '^ *+' conftest.er1 >conftest.err 12687 grep -v '^ *+' conftest.er1 >conftest.err
13248 rm -f conftest.er1 12688 rm -f conftest.er1
13249 cat conftest.err >&5 12689 cat conftest.err >&5
13250 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 12690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13251 (exit $ac_status); } && { 12691 (exit $ac_status); } && {
13252 test -z "$ac_c_werror_flag" || 12692 test -z "$ac_c_werror_flag" ||
13253 test ! -s conftest.err 12693 test ! -s conftest.err
13254 } && test -s conftest$ac_exeext && { 12694 } && test -s conftest$ac_exeext &&
13255 test "$cross_compiling" = yes || 12695 $as_test_x conftest$ac_exeext; then
13256 $as_test_x conftest$ac_exeext
13257 }; then
13258 eval "$as_ac_var=yes" 12696 eval "$as_ac_var=yes"
13259else 12697else
13260 $as_echo "$as_me: failed program was:" >&5 12698 echo "$as_me: failed program was:" >&5
13261sed 's/^/| /' conftest.$ac_ext >&5 12699sed 's/^/| /' conftest.$ac_ext >&5
13262 12700
13263 eval "$as_ac_var=no" 12701 eval "$as_ac_var=no"
13264fi 12702fi
13265 12703
13266rm -rf conftest.dSYM
13267rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12704rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13268 conftest$ac_exeext conftest.$ac_ext 12705 conftest$ac_exeext conftest.$ac_ext
13269fi 12706fi
13270ac_res=`eval 'as_val=${'$as_ac_var'} 12707ac_res=`eval echo '${'$as_ac_var'}'`
13271 $as_echo "$as_val"'` 12708 { echo "$as_me:$LINENO: result: $ac_res" >&5
13272 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 12709echo "${ECHO_T}$ac_res" >&6; }
13273$as_echo "$ac_res" >&6; } 12710if test `eval echo '${'$as_ac_var'}'` = yes; then
13274if test `eval 'as_val=${'$as_ac_var'}
13275 $as_echo "$as_val"'` = yes; then
13276 cat >>confdefs.h <<_ACEOF 12711 cat >>confdefs.h <<_ACEOF
13277#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 12712#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13278_ACEOF 12713_ACEOF
13279 12714
13280else 12715else
13281 { { $as_echo "$as_me:$LINENO: error: BSM enabled and required function not found" >&5 12716 { { echo "$as_me:$LINENO: error: BSM enabled and required function not found" >&5
13282$as_echo "$as_me: error: BSM enabled and required function not found" >&2;} 12717echo "$as_me: error: BSM enabled and required function not found" >&2;}
13283 { (exit 1); exit 1; }; } 12718 { (exit 1); exit 1; }; }
13284fi 12719fi
13285done 12720done
@@ -13289,11 +12724,11 @@ done
13289 12724
13290for ac_func in getaudit_addr aug_get_machine 12725for ac_func in getaudit_addr aug_get_machine
13291do 12726do
13292as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 12727as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13293{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 12728{ echo "$as_me:$LINENO: checking for $ac_func" >&5
13294$as_echo_n "checking for $ac_func... " >&6; } 12729echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13295if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 12730if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13296 $as_echo_n "(cached) " >&6 12731 echo $ECHO_N "(cached) $ECHO_C" >&6
13297else 12732else
13298 cat >conftest.$ac_ext <<_ACEOF 12733 cat >conftest.$ac_ext <<_ACEOF
13299/* confdefs.h. */ 12734/* confdefs.h. */
@@ -13346,41 +12781,35 @@ case "(($ac_try" in
13346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13347 *) ac_try_echo=$ac_try;; 12782 *) ac_try_echo=$ac_try;;
13348esac 12783esac
13349eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 12784eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13350$as_echo "$ac_try_echo") >&5
13351 (eval "$ac_link") 2>conftest.er1 12785 (eval "$ac_link") 2>conftest.er1
13352 ac_status=$? 12786 ac_status=$?
13353 grep -v '^ *+' conftest.er1 >conftest.err 12787 grep -v '^ *+' conftest.er1 >conftest.err
13354 rm -f conftest.er1 12788 rm -f conftest.er1
13355 cat conftest.err >&5 12789 cat conftest.err >&5
13356 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 12790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13357 (exit $ac_status); } && { 12791 (exit $ac_status); } && {
13358 test -z "$ac_c_werror_flag" || 12792 test -z "$ac_c_werror_flag" ||
13359 test ! -s conftest.err 12793 test ! -s conftest.err
13360 } && test -s conftest$ac_exeext && { 12794 } && test -s conftest$ac_exeext &&
13361 test "$cross_compiling" = yes || 12795 $as_test_x conftest$ac_exeext; then
13362 $as_test_x conftest$ac_exeext
13363 }; then
13364 eval "$as_ac_var=yes" 12796 eval "$as_ac_var=yes"
13365else 12797else
13366 $as_echo "$as_me: failed program was:" >&5 12798 echo "$as_me: failed program was:" >&5
13367sed 's/^/| /' conftest.$ac_ext >&5 12799sed 's/^/| /' conftest.$ac_ext >&5
13368 12800
13369 eval "$as_ac_var=no" 12801 eval "$as_ac_var=no"
13370fi 12802fi
13371 12803
13372rm -rf conftest.dSYM
13373rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12804rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13374 conftest$ac_exeext conftest.$ac_ext 12805 conftest$ac_exeext conftest.$ac_ext
13375fi 12806fi
13376ac_res=`eval 'as_val=${'$as_ac_var'} 12807ac_res=`eval echo '${'$as_ac_var'}'`
13377 $as_echo "$as_val"'` 12808 { echo "$as_me:$LINENO: result: $ac_res" >&5
13378 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 12809echo "${ECHO_T}$ac_res" >&6; }
13379$as_echo "$ac_res" >&6; } 12810if test `eval echo '${'$as_ac_var'}'` = yes; then
13380if test `eval 'as_val=${'$as_ac_var'}
13381 $as_echo "$as_val"'` = yes; then
13382 cat >>confdefs.h <<_ACEOF 12811 cat >>confdefs.h <<_ACEOF
13383#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 12812#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13384_ACEOF 12813_ACEOF
13385 12814
13386fi 12815fi
@@ -13394,8 +12823,8 @@ _ACEOF
13394 ;; 12823 ;;
13395 debug) 12824 debug)
13396 AUDIT_MODULE=debug 12825 AUDIT_MODULE=debug
13397 { $as_echo "$as_me:$LINENO: result: debug" >&5 12826 { echo "$as_me:$LINENO: result: debug" >&5
13398$as_echo "debug" >&6; } 12827echo "${ECHO_T}debug" >&6; }
13399 12828
13400cat >>confdefs.h <<\_ACEOF 12829cat >>confdefs.h <<\_ACEOF
13401#define SSH_AUDIT_EVENTS 1 12830#define SSH_AUDIT_EVENTS 1
@@ -13403,12 +12832,12 @@ _ACEOF
13403 12832
13404 ;; 12833 ;;
13405 no) 12834 no)
13406 { $as_echo "$as_me:$LINENO: result: no" >&5 12835 { echo "$as_me:$LINENO: result: no" >&5
13407$as_echo "no" >&6; } 12836echo "${ECHO_T}no" >&6; }
13408 ;; 12837 ;;
13409 *) 12838 *)
13410 { { $as_echo "$as_me:$LINENO: error: Unknown audit module $withval" >&5 12839 { { echo "$as_me:$LINENO: error: Unknown audit module $withval" >&5
13411$as_echo "$as_me: error: Unknown audit module $withval" >&2;} 12840echo "$as_me: error: Unknown audit module $withval" >&2;}
13412 { (exit 1); exit 1; }; } 12841 { (exit 1); exit 1; }; }
13413 ;; 12842 ;;
13414 esac 12843 esac
@@ -13505,6 +12934,10 @@ fi
13505 12934
13506 12935
13507 12936
12937
12938
12939
12940
13508for ac_func in \ 12941for ac_func in \
13509 arc4random \ 12942 arc4random \
13510 arc4random_buf \ 12943 arc4random_buf \
@@ -13535,6 +12968,7 @@ for ac_func in \
13535 getrlimit \ 12968 getrlimit \
13536 getttyent \ 12969 getttyent \
13537 glob \ 12970 glob \
12971 group_from_gid \
13538 inet_aton \ 12972 inet_aton \
13539 inet_ntoa \ 12973 inet_ntoa \
13540 inet_ntop \ 12974 inet_ntop \
@@ -13561,8 +12995,10 @@ for ac_func in \
13561 setegid \ 12995 setegid \
13562 setenv \ 12996 setenv \
13563 seteuid \ 12997 seteuid \
12998 setgroupent \
13564 setgroups \ 12999 setgroups \
13565 setlogin \ 13000 setlogin \
13001 setpassent\
13566 setpcred \ 13002 setpcred \
13567 setproctitle \ 13003 setproctitle \
13568 setregid \ 13004 setregid \
@@ -13591,17 +13027,18 @@ for ac_func in \
13591 truncate \ 13027 truncate \
13592 unsetenv \ 13028 unsetenv \
13593 updwtmpx \ 13029 updwtmpx \
13030 user_from_uid \
13594 vasprintf \ 13031 vasprintf \
13595 vhangup \ 13032 vhangup \
13596 vsnprintf \ 13033 vsnprintf \
13597 waitpid \ 13034 waitpid \
13598 13035
13599do 13036do
13600as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 13037as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13601{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 13038{ echo "$as_me:$LINENO: checking for $ac_func" >&5
13602$as_echo_n "checking for $ac_func... " >&6; } 13039echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13603if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 13040if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13604 $as_echo_n "(cached) " >&6 13041 echo $ECHO_N "(cached) $ECHO_C" >&6
13605else 13042else
13606 cat >conftest.$ac_ext <<_ACEOF 13043 cat >conftest.$ac_ext <<_ACEOF
13607/* confdefs.h. */ 13044/* confdefs.h. */
@@ -13654,56 +13091,140 @@ case "(($ac_try" in
13654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13655 *) ac_try_echo=$ac_try;; 13092 *) ac_try_echo=$ac_try;;
13656esac 13093esac
13657eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 13094eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13658$as_echo "$ac_try_echo") >&5
13659 (eval "$ac_link") 2>conftest.er1 13095 (eval "$ac_link") 2>conftest.er1
13660 ac_status=$? 13096 ac_status=$?
13661 grep -v '^ *+' conftest.er1 >conftest.err 13097 grep -v '^ *+' conftest.er1 >conftest.err
13662 rm -f conftest.er1 13098 rm -f conftest.er1
13663 cat conftest.err >&5 13099 cat conftest.err >&5
13664 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 13100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13665 (exit $ac_status); } && { 13101 (exit $ac_status); } && {
13666 test -z "$ac_c_werror_flag" || 13102 test -z "$ac_c_werror_flag" ||
13667 test ! -s conftest.err 13103 test ! -s conftest.err
13668 } && test -s conftest$ac_exeext && { 13104 } && test -s conftest$ac_exeext &&
13669 test "$cross_compiling" = yes || 13105 $as_test_x conftest$ac_exeext; then
13670 $as_test_x conftest$ac_exeext
13671 }; then
13672 eval "$as_ac_var=yes" 13106 eval "$as_ac_var=yes"
13673else 13107else
13674 $as_echo "$as_me: failed program was:" >&5 13108 echo "$as_me: failed program was:" >&5
13675sed 's/^/| /' conftest.$ac_ext >&5 13109sed 's/^/| /' conftest.$ac_ext >&5
13676 13110
13677 eval "$as_ac_var=no" 13111 eval "$as_ac_var=no"
13678fi 13112fi
13679 13113
13680rm -rf conftest.dSYM
13681rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13114rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13682 conftest$ac_exeext conftest.$ac_ext 13115 conftest$ac_exeext conftest.$ac_ext
13683fi 13116fi
13684ac_res=`eval 'as_val=${'$as_ac_var'} 13117ac_res=`eval echo '${'$as_ac_var'}'`
13685 $as_echo "$as_val"'` 13118 { echo "$as_me:$LINENO: result: $ac_res" >&5
13686 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 13119echo "${ECHO_T}$ac_res" >&6; }
13687$as_echo "$ac_res" >&6; } 13120if test `eval echo '${'$as_ac_var'}'` = yes; then
13688if test `eval 'as_val=${'$as_ac_var'}
13689 $as_echo "$as_val"'` = yes; then
13690 cat >>confdefs.h <<_ACEOF 13121 cat >>confdefs.h <<_ACEOF
13691#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 13122#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13123_ACEOF
13124
13125fi
13126done
13127
13128
13129# PKCS#11 support requires dlopen() and co
13130{ echo "$as_me:$LINENO: checking for library containing dlopen" >&5
13131echo $ECHO_N "checking for library containing dlopen... $ECHO_C" >&6; }
13132if test "${ac_cv_search_dlopen+set}" = set; then
13133 echo $ECHO_N "(cached) $ECHO_C" >&6
13134else
13135 ac_func_search_save_LIBS=$LIBS
13136cat >conftest.$ac_ext <<_ACEOF
13137/* confdefs.h. */
13138_ACEOF
13139cat confdefs.h >>conftest.$ac_ext
13140cat >>conftest.$ac_ext <<_ACEOF
13141/* end confdefs.h. */
13142
13143/* Override any GCC internal prototype to avoid an error.
13144 Use char because int might match the return type of a GCC
13145 builtin and then its argument prototype would still apply. */
13146#ifdef __cplusplus
13147extern "C"
13148#endif
13149char dlopen ();
13150int
13151main ()
13152{
13153return dlopen ();
13154 ;
13155 return 0;
13156}
13692_ACEOF 13157_ACEOF
13158for ac_lib in '' dl; do
13159 if test -z "$ac_lib"; then
13160 ac_res="none required"
13161 else
13162 ac_res=-l$ac_lib
13163 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13164 fi
13165 rm -f conftest.$ac_objext conftest$ac_exeext
13166if { (ac_try="$ac_link"
13167case "(($ac_try" in
13168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13169 *) ac_try_echo=$ac_try;;
13170esac
13171eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13172 (eval "$ac_link") 2>conftest.er1
13173 ac_status=$?
13174 grep -v '^ *+' conftest.er1 >conftest.err
13175 rm -f conftest.er1
13176 cat conftest.err >&5
13177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13178 (exit $ac_status); } && {
13179 test -z "$ac_c_werror_flag" ||
13180 test ! -s conftest.err
13181 } && test -s conftest$ac_exeext &&
13182 $as_test_x conftest$ac_exeext; then
13183 ac_cv_search_dlopen=$ac_res
13184else
13185 echo "$as_me: failed program was:" >&5
13186sed 's/^/| /' conftest.$ac_ext >&5
13187
13693 13188
13694fi 13189fi
13190
13191rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13192 conftest$ac_exeext
13193 if test "${ac_cv_search_dlopen+set}" = set; then
13194 break
13195fi
13695done 13196done
13197if test "${ac_cv_search_dlopen+set}" = set; then
13198 :
13199else
13200 ac_cv_search_dlopen=no
13201fi
13202rm conftest.$ac_ext
13203LIBS=$ac_func_search_save_LIBS
13204fi
13205{ echo "$as_me:$LINENO: result: $ac_cv_search_dlopen" >&5
13206echo "${ECHO_T}$ac_cv_search_dlopen" >&6; }
13207ac_res=$ac_cv_search_dlopen
13208if test "$ac_res" != no; then
13209 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13210
13211cat >>confdefs.h <<\_ACEOF
13212#define ENABLE_PKCS11
13213_ACEOF
13214
13215
13216fi
13696 13217
13697 13218
13698# IRIX has a const char return value for gai_strerror() 13219# IRIX has a const char return value for gai_strerror()
13699 13220
13700for ac_func in gai_strerror 13221for ac_func in gai_strerror
13701do 13222do
13702as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 13223as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13703{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 13224{ echo "$as_me:$LINENO: checking for $ac_func" >&5
13704$as_echo_n "checking for $ac_func... " >&6; } 13225echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13705if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 13226if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13706 $as_echo_n "(cached) " >&6 13227 echo $ECHO_N "(cached) $ECHO_C" >&6
13707else 13228else
13708 cat >conftest.$ac_ext <<_ACEOF 13229 cat >conftest.$ac_ext <<_ACEOF
13709/* confdefs.h. */ 13230/* confdefs.h. */
@@ -13756,41 +13277,35 @@ case "(($ac_try" in
13756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13757 *) ac_try_echo=$ac_try;; 13278 *) ac_try_echo=$ac_try;;
13758esac 13279esac
13759eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 13280eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13760$as_echo "$ac_try_echo") >&5
13761 (eval "$ac_link") 2>conftest.er1 13281 (eval "$ac_link") 2>conftest.er1
13762 ac_status=$? 13282 ac_status=$?
13763 grep -v '^ *+' conftest.er1 >conftest.err 13283 grep -v '^ *+' conftest.er1 >conftest.err
13764 rm -f conftest.er1 13284 rm -f conftest.er1
13765 cat conftest.err >&5 13285 cat conftest.err >&5
13766 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 13286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13767 (exit $ac_status); } && { 13287 (exit $ac_status); } && {
13768 test -z "$ac_c_werror_flag" || 13288 test -z "$ac_c_werror_flag" ||
13769 test ! -s conftest.err 13289 test ! -s conftest.err
13770 } && test -s conftest$ac_exeext && { 13290 } && test -s conftest$ac_exeext &&
13771 test "$cross_compiling" = yes || 13291 $as_test_x conftest$ac_exeext; then
13772 $as_test_x conftest$ac_exeext
13773 }; then
13774 eval "$as_ac_var=yes" 13292 eval "$as_ac_var=yes"
13775else 13293else
13776 $as_echo "$as_me: failed program was:" >&5 13294 echo "$as_me: failed program was:" >&5
13777sed 's/^/| /' conftest.$ac_ext >&5 13295sed 's/^/| /' conftest.$ac_ext >&5
13778 13296
13779 eval "$as_ac_var=no" 13297 eval "$as_ac_var=no"
13780fi 13298fi
13781 13299
13782rm -rf conftest.dSYM
13783rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13300rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13784 conftest$ac_exeext conftest.$ac_ext 13301 conftest$ac_exeext conftest.$ac_ext
13785fi 13302fi
13786ac_res=`eval 'as_val=${'$as_ac_var'} 13303ac_res=`eval echo '${'$as_ac_var'}'`
13787 $as_echo "$as_val"'` 13304 { echo "$as_me:$LINENO: result: $ac_res" >&5
13788 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 13305echo "${ECHO_T}$ac_res" >&6; }
13789$as_echo "$ac_res" >&6; } 13306if test `eval echo '${'$as_ac_var'}'` = yes; then
13790if test `eval 'as_val=${'$as_ac_var'}
13791 $as_echo "$as_val"'` = yes; then
13792 cat >>confdefs.h <<_ACEOF 13307 cat >>confdefs.h <<_ACEOF
13793#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 13308#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13794_ACEOF 13309_ACEOF
13795 13310
13796 cat >>confdefs.h <<\_ACEOF 13311 cat >>confdefs.h <<\_ACEOF
@@ -13826,14 +13341,13 @@ case "(($ac_try" in
13826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13827 *) ac_try_echo=$ac_try;; 13342 *) ac_try_echo=$ac_try;;
13828esac 13343esac
13829eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 13344eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13830$as_echo "$ac_try_echo") >&5
13831 (eval "$ac_compile") 2>conftest.er1 13345 (eval "$ac_compile") 2>conftest.er1
13832 ac_status=$? 13346 ac_status=$?
13833 grep -v '^ *+' conftest.er1 >conftest.err 13347 grep -v '^ *+' conftest.er1 >conftest.err
13834 rm -f conftest.er1 13348 rm -f conftest.er1
13835 cat conftest.err >&5 13349 cat conftest.err >&5
13836 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 13350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13837 (exit $ac_status); } && { 13351 (exit $ac_status); } && {
13838 test -z "$ac_c_werror_flag" || 13352 test -z "$ac_c_werror_flag" ||
13839 test ! -s conftest.err 13353 test ! -s conftest.err
@@ -13845,7 +13359,7 @@ cat >>confdefs.h <<\_ACEOF
13845_ACEOF 13359_ACEOF
13846 13360
13847else 13361else
13848 $as_echo "$as_me: failed program was:" >&5 13362 echo "$as_me: failed program was:" >&5
13849sed 's/^/| /' conftest.$ac_ext >&5 13363sed 's/^/| /' conftest.$ac_ext >&5
13850 13364
13851 13365
@@ -13856,10 +13370,10 @@ fi
13856done 13370done
13857 13371
13858 13372
13859{ $as_echo "$as_me:$LINENO: checking for library containing nanosleep" >&5 13373{ echo "$as_me:$LINENO: checking for library containing nanosleep" >&5
13860$as_echo_n "checking for library containing nanosleep... " >&6; } 13374echo $ECHO_N "checking for library containing nanosleep... $ECHO_C" >&6; }
13861if test "${ac_cv_search_nanosleep+set}" = set; then 13375if test "${ac_cv_search_nanosleep+set}" = set; then
13862 $as_echo_n "(cached) " >&6 13376 echo $ECHO_N "(cached) $ECHO_C" >&6
13863else 13377else
13864 ac_func_search_save_LIBS=$LIBS 13378 ac_func_search_save_LIBS=$LIBS
13865cat >conftest.$ac_ext <<_ACEOF 13379cat >conftest.$ac_ext <<_ACEOF
@@ -13897,30 +13411,26 @@ case "(($ac_try" in
13897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13898 *) ac_try_echo=$ac_try;; 13412 *) ac_try_echo=$ac_try;;
13899esac 13413esac
13900eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 13414eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13901$as_echo "$ac_try_echo") >&5
13902 (eval "$ac_link") 2>conftest.er1 13415 (eval "$ac_link") 2>conftest.er1
13903 ac_status=$? 13416 ac_status=$?
13904 grep -v '^ *+' conftest.er1 >conftest.err 13417 grep -v '^ *+' conftest.er1 >conftest.err
13905 rm -f conftest.er1 13418 rm -f conftest.er1
13906 cat conftest.err >&5 13419 cat conftest.err >&5
13907 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 13420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13908 (exit $ac_status); } && { 13421 (exit $ac_status); } && {
13909 test -z "$ac_c_werror_flag" || 13422 test -z "$ac_c_werror_flag" ||
13910 test ! -s conftest.err 13423 test ! -s conftest.err
13911 } && test -s conftest$ac_exeext && { 13424 } && test -s conftest$ac_exeext &&
13912 test "$cross_compiling" = yes || 13425 $as_test_x conftest$ac_exeext; then
13913 $as_test_x conftest$ac_exeext
13914 }; then
13915 ac_cv_search_nanosleep=$ac_res 13426 ac_cv_search_nanosleep=$ac_res
13916else 13427else
13917 $as_echo "$as_me: failed program was:" >&5 13428 echo "$as_me: failed program was:" >&5
13918sed 's/^/| /' conftest.$ac_ext >&5 13429sed 's/^/| /' conftest.$ac_ext >&5
13919 13430
13920 13431
13921fi 13432fi
13922 13433
13923rm -rf conftest.dSYM
13924rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13434rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13925 conftest$ac_exeext 13435 conftest$ac_exeext
13926 if test "${ac_cv_search_nanosleep+set}" = set; then 13436 if test "${ac_cv_search_nanosleep+set}" = set; then
@@ -13935,8 +13445,8 @@ fi
13935rm conftest.$ac_ext 13445rm conftest.$ac_ext
13936LIBS=$ac_func_search_save_LIBS 13446LIBS=$ac_func_search_save_LIBS
13937fi 13447fi
13938{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_nanosleep" >&5 13448{ echo "$as_me:$LINENO: result: $ac_cv_search_nanosleep" >&5
13939$as_echo "$ac_cv_search_nanosleep" >&6; } 13449echo "${ECHO_T}$ac_cv_search_nanosleep" >&6; }
13940ac_res=$ac_cv_search_nanosleep 13450ac_res=$ac_cv_search_nanosleep
13941if test "$ac_res" != no; then 13451if test "$ac_res" != no; then
13942 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 13452 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
@@ -13948,10 +13458,10 @@ _ACEOF
13948fi 13458fi
13949 13459
13950 13460
13951{ $as_echo "$as_me:$LINENO: checking whether getrusage is declared" >&5 13461{ echo "$as_me:$LINENO: checking whether getrusage is declared" >&5
13952$as_echo_n "checking whether getrusage is declared... " >&6; } 13462echo $ECHO_N "checking whether getrusage is declared... $ECHO_C" >&6; }
13953if test "${ac_cv_have_decl_getrusage+set}" = set; then 13463if test "${ac_cv_have_decl_getrusage+set}" = set; then
13954 $as_echo_n "(cached) " >&6 13464 echo $ECHO_N "(cached) $ECHO_C" >&6
13955else 13465else
13956 cat >conftest.$ac_ext <<_ACEOF 13466 cat >conftest.$ac_ext <<_ACEOF
13957/* confdefs.h. */ 13467/* confdefs.h. */
@@ -13977,21 +13487,20 @@ case "(($ac_try" in
13977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13978 *) ac_try_echo=$ac_try;; 13488 *) ac_try_echo=$ac_try;;
13979esac 13489esac
13980eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 13490eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13981$as_echo "$ac_try_echo") >&5
13982 (eval "$ac_compile") 2>conftest.er1 13491 (eval "$ac_compile") 2>conftest.er1
13983 ac_status=$? 13492 ac_status=$?
13984 grep -v '^ *+' conftest.er1 >conftest.err 13493 grep -v '^ *+' conftest.er1 >conftest.err
13985 rm -f conftest.er1 13494 rm -f conftest.er1
13986 cat conftest.err >&5 13495 cat conftest.err >&5
13987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 13496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13988 (exit $ac_status); } && { 13497 (exit $ac_status); } && {
13989 test -z "$ac_c_werror_flag" || 13498 test -z "$ac_c_werror_flag" ||
13990 test ! -s conftest.err 13499 test ! -s conftest.err
13991 } && test -s conftest.$ac_objext; then 13500 } && test -s conftest.$ac_objext; then
13992 ac_cv_have_decl_getrusage=yes 13501 ac_cv_have_decl_getrusage=yes
13993else 13502else
13994 $as_echo "$as_me: failed program was:" >&5 13503 echo "$as_me: failed program was:" >&5
13995sed 's/^/| /' conftest.$ac_ext >&5 13504sed 's/^/| /' conftest.$ac_ext >&5
13996 13505
13997 ac_cv_have_decl_getrusage=no 13506 ac_cv_have_decl_getrusage=no
@@ -13999,17 +13508,17 @@ fi
13999 13508
14000rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13509rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14001fi 13510fi
14002{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getrusage" >&5 13511{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_getrusage" >&5
14003$as_echo "$ac_cv_have_decl_getrusage" >&6; } 13512echo "${ECHO_T}$ac_cv_have_decl_getrusage" >&6; }
14004if test $ac_cv_have_decl_getrusage = yes; then 13513if test $ac_cv_have_decl_getrusage = yes; then
14005 13514
14006for ac_func in getrusage 13515for ac_func in getrusage
14007do 13516do
14008as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 13517as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14009{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 13518{ echo "$as_me:$LINENO: checking for $ac_func" >&5
14010$as_echo_n "checking for $ac_func... " >&6; } 13519echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14011if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 13520if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14012 $as_echo_n "(cached) " >&6 13521 echo $ECHO_N "(cached) $ECHO_C" >&6
14013else 13522else
14014 cat >conftest.$ac_ext <<_ACEOF 13523 cat >conftest.$ac_ext <<_ACEOF
14015/* confdefs.h. */ 13524/* confdefs.h. */
@@ -14062,41 +13571,35 @@ case "(($ac_try" in
14062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14063 *) ac_try_echo=$ac_try;; 13572 *) ac_try_echo=$ac_try;;
14064esac 13573esac
14065eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 13574eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14066$as_echo "$ac_try_echo") >&5
14067 (eval "$ac_link") 2>conftest.er1 13575 (eval "$ac_link") 2>conftest.er1
14068 ac_status=$? 13576 ac_status=$?
14069 grep -v '^ *+' conftest.er1 >conftest.err 13577 grep -v '^ *+' conftest.er1 >conftest.err
14070 rm -f conftest.er1 13578 rm -f conftest.er1
14071 cat conftest.err >&5 13579 cat conftest.err >&5
14072 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 13580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14073 (exit $ac_status); } && { 13581 (exit $ac_status); } && {
14074 test -z "$ac_c_werror_flag" || 13582 test -z "$ac_c_werror_flag" ||
14075 test ! -s conftest.err 13583 test ! -s conftest.err
14076 } && test -s conftest$ac_exeext && { 13584 } && test -s conftest$ac_exeext &&
14077 test "$cross_compiling" = yes || 13585 $as_test_x conftest$ac_exeext; then
14078 $as_test_x conftest$ac_exeext
14079 }; then
14080 eval "$as_ac_var=yes" 13586 eval "$as_ac_var=yes"
14081else 13587else
14082 $as_echo "$as_me: failed program was:" >&5 13588 echo "$as_me: failed program was:" >&5
14083sed 's/^/| /' conftest.$ac_ext >&5 13589sed 's/^/| /' conftest.$ac_ext >&5
14084 13590
14085 eval "$as_ac_var=no" 13591 eval "$as_ac_var=no"
14086fi 13592fi
14087 13593
14088rm -rf conftest.dSYM
14089rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13594rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14090 conftest$ac_exeext conftest.$ac_ext 13595 conftest$ac_exeext conftest.$ac_ext
14091fi 13596fi
14092ac_res=`eval 'as_val=${'$as_ac_var'} 13597ac_res=`eval echo '${'$as_ac_var'}'`
14093 $as_echo "$as_val"'` 13598 { echo "$as_me:$LINENO: result: $ac_res" >&5
14094 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 13599echo "${ECHO_T}$ac_res" >&6; }
14095$as_echo "$ac_res" >&6; } 13600if test `eval echo '${'$as_ac_var'}'` = yes; then
14096if test `eval 'as_val=${'$as_ac_var'}
14097 $as_echo "$as_val"'` = yes; then
14098 cat >>confdefs.h <<_ACEOF 13601 cat >>confdefs.h <<_ACEOF
14099#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 13602#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14100_ACEOF 13603_ACEOF
14101 13604
14102fi 13605fi
@@ -14104,10 +13607,10 @@ done
14104 13607
14105fi 13608fi
14106 13609
14107{ $as_echo "$as_me:$LINENO: checking whether strsep is declared" >&5 13610{ echo "$as_me:$LINENO: checking whether strsep is declared" >&5
14108$as_echo_n "checking whether strsep is declared... " >&6; } 13611echo $ECHO_N "checking whether strsep is declared... $ECHO_C" >&6; }
14109if test "${ac_cv_have_decl_strsep+set}" = set; then 13612if test "${ac_cv_have_decl_strsep+set}" = set; then
14110 $as_echo_n "(cached) " >&6 13613 echo $ECHO_N "(cached) $ECHO_C" >&6
14111else 13614else
14112 cat >conftest.$ac_ext <<_ACEOF 13615 cat >conftest.$ac_ext <<_ACEOF
14113/* confdefs.h. */ 13616/* confdefs.h. */
@@ -14138,21 +13641,20 @@ case "(($ac_try" in
14138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14139 *) ac_try_echo=$ac_try;; 13642 *) ac_try_echo=$ac_try;;
14140esac 13643esac
14141eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 13644eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14142$as_echo "$ac_try_echo") >&5
14143 (eval "$ac_compile") 2>conftest.er1 13645 (eval "$ac_compile") 2>conftest.er1
14144 ac_status=$? 13646 ac_status=$?
14145 grep -v '^ *+' conftest.er1 >conftest.err 13647 grep -v '^ *+' conftest.er1 >conftest.err
14146 rm -f conftest.er1 13648 rm -f conftest.er1
14147 cat conftest.err >&5 13649 cat conftest.err >&5
14148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 13650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14149 (exit $ac_status); } && { 13651 (exit $ac_status); } && {
14150 test -z "$ac_c_werror_flag" || 13652 test -z "$ac_c_werror_flag" ||
14151 test ! -s conftest.err 13653 test ! -s conftest.err
14152 } && test -s conftest.$ac_objext; then 13654 } && test -s conftest.$ac_objext; then
14153 ac_cv_have_decl_strsep=yes 13655 ac_cv_have_decl_strsep=yes
14154else 13656else
14155 $as_echo "$as_me: failed program was:" >&5 13657 echo "$as_me: failed program was:" >&5
14156sed 's/^/| /' conftest.$ac_ext >&5 13658sed 's/^/| /' conftest.$ac_ext >&5
14157 13659
14158 ac_cv_have_decl_strsep=no 13660 ac_cv_have_decl_strsep=no
@@ -14160,17 +13662,17 @@ fi
14160 13662
14161rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13663rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14162fi 13664fi
14163{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strsep" >&5 13665{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_strsep" >&5
14164$as_echo "$ac_cv_have_decl_strsep" >&6; } 13666echo "${ECHO_T}$ac_cv_have_decl_strsep" >&6; }
14165if test $ac_cv_have_decl_strsep = yes; then 13667if test $ac_cv_have_decl_strsep = yes; then
14166 13668
14167for ac_func in strsep 13669for ac_func in strsep
14168do 13670do
14169as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 13671as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14170{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 13672{ echo "$as_me:$LINENO: checking for $ac_func" >&5
14171$as_echo_n "checking for $ac_func... " >&6; } 13673echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14172if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 13674if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14173 $as_echo_n "(cached) " >&6 13675 echo $ECHO_N "(cached) $ECHO_C" >&6
14174else 13676else
14175 cat >conftest.$ac_ext <<_ACEOF 13677 cat >conftest.$ac_ext <<_ACEOF
14176/* confdefs.h. */ 13678/* confdefs.h. */
@@ -14223,41 +13725,35 @@ case "(($ac_try" in
14223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14224 *) ac_try_echo=$ac_try;; 13726 *) ac_try_echo=$ac_try;;
14225esac 13727esac
14226eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 13728eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14227$as_echo "$ac_try_echo") >&5
14228 (eval "$ac_link") 2>conftest.er1 13729 (eval "$ac_link") 2>conftest.er1
14229 ac_status=$? 13730 ac_status=$?
14230 grep -v '^ *+' conftest.er1 >conftest.err 13731 grep -v '^ *+' conftest.er1 >conftest.err
14231 rm -f conftest.er1 13732 rm -f conftest.er1
14232 cat conftest.err >&5 13733 cat conftest.err >&5
14233 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 13734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14234 (exit $ac_status); } && { 13735 (exit $ac_status); } && {
14235 test -z "$ac_c_werror_flag" || 13736 test -z "$ac_c_werror_flag" ||
14236 test ! -s conftest.err 13737 test ! -s conftest.err
14237 } && test -s conftest$ac_exeext && { 13738 } && test -s conftest$ac_exeext &&
14238 test "$cross_compiling" = yes || 13739 $as_test_x conftest$ac_exeext; then
14239 $as_test_x conftest$ac_exeext
14240 }; then
14241 eval "$as_ac_var=yes" 13740 eval "$as_ac_var=yes"
14242else 13741else
14243 $as_echo "$as_me: failed program was:" >&5 13742 echo "$as_me: failed program was:" >&5
14244sed 's/^/| /' conftest.$ac_ext >&5 13743sed 's/^/| /' conftest.$ac_ext >&5
14245 13744
14246 eval "$as_ac_var=no" 13745 eval "$as_ac_var=no"
14247fi 13746fi
14248 13747
14249rm -rf conftest.dSYM
14250rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13748rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14251 conftest$ac_exeext conftest.$ac_ext 13749 conftest$ac_exeext conftest.$ac_ext
14252fi 13750fi
14253ac_res=`eval 'as_val=${'$as_ac_var'} 13751ac_res=`eval echo '${'$as_ac_var'}'`
14254 $as_echo "$as_val"'` 13752 { echo "$as_me:$LINENO: result: $ac_res" >&5
14255 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 13753echo "${ECHO_T}$ac_res" >&6; }
14256$as_echo "$ac_res" >&6; } 13754if test `eval echo '${'$as_ac_var'}'` = yes; then
14257if test `eval 'as_val=${'$as_ac_var'}
14258 $as_echo "$as_val"'` = yes; then
14259 cat >>confdefs.h <<_ACEOF 13755 cat >>confdefs.h <<_ACEOF
14260#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 13756#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14261_ACEOF 13757_ACEOF
14262 13758
14263fi 13759fi
@@ -14266,10 +13762,10 @@ done
14266fi 13762fi
14267 13763
14268 13764
14269{ $as_echo "$as_me:$LINENO: checking whether tcsendbreak is declared" >&5 13765{ echo "$as_me:$LINENO: checking whether tcsendbreak is declared" >&5
14270$as_echo_n "checking whether tcsendbreak is declared... " >&6; } 13766echo $ECHO_N "checking whether tcsendbreak is declared... $ECHO_C" >&6; }
14271if test "${ac_cv_have_decl_tcsendbreak+set}" = set; then 13767if test "${ac_cv_have_decl_tcsendbreak+set}" = set; then
14272 $as_echo_n "(cached) " >&6 13768 echo $ECHO_N "(cached) $ECHO_C" >&6
14273else 13769else
14274 cat >conftest.$ac_ext <<_ACEOF 13770 cat >conftest.$ac_ext <<_ACEOF
14275/* confdefs.h. */ 13771/* confdefs.h. */
@@ -14297,21 +13793,20 @@ case "(($ac_try" in
14297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14298 *) ac_try_echo=$ac_try;; 13794 *) ac_try_echo=$ac_try;;
14299esac 13795esac
14300eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 13796eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14301$as_echo "$ac_try_echo") >&5
14302 (eval "$ac_compile") 2>conftest.er1 13797 (eval "$ac_compile") 2>conftest.er1
14303 ac_status=$? 13798 ac_status=$?
14304 grep -v '^ *+' conftest.er1 >conftest.err 13799 grep -v '^ *+' conftest.er1 >conftest.err
14305 rm -f conftest.er1 13800 rm -f conftest.er1
14306 cat conftest.err >&5 13801 cat conftest.err >&5
14307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 13802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14308 (exit $ac_status); } && { 13803 (exit $ac_status); } && {
14309 test -z "$ac_c_werror_flag" || 13804 test -z "$ac_c_werror_flag" ||
14310 test ! -s conftest.err 13805 test ! -s conftest.err
14311 } && test -s conftest.$ac_objext; then 13806 } && test -s conftest.$ac_objext; then
14312 ac_cv_have_decl_tcsendbreak=yes 13807 ac_cv_have_decl_tcsendbreak=yes
14313else 13808else
14314 $as_echo "$as_me: failed program was:" >&5 13809 echo "$as_me: failed program was:" >&5
14315sed 's/^/| /' conftest.$ac_ext >&5 13810sed 's/^/| /' conftest.$ac_ext >&5
14316 13811
14317 ac_cv_have_decl_tcsendbreak=no 13812 ac_cv_have_decl_tcsendbreak=no
@@ -14319,8 +13814,8 @@ fi
14319 13814
14320rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13815rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14321fi 13816fi
14322{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_tcsendbreak" >&5 13817{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_tcsendbreak" >&5
14323$as_echo "$ac_cv_have_decl_tcsendbreak" >&6; } 13818echo "${ECHO_T}$ac_cv_have_decl_tcsendbreak" >&6; }
14324if test $ac_cv_have_decl_tcsendbreak = yes; then 13819if test $ac_cv_have_decl_tcsendbreak = yes; then
14325 cat >>confdefs.h <<\_ACEOF 13820 cat >>confdefs.h <<\_ACEOF
14326#define HAVE_TCSENDBREAK 1 13821#define HAVE_TCSENDBREAK 1
@@ -14330,11 +13825,11 @@ else
14330 13825
14331for ac_func in tcsendbreak 13826for ac_func in tcsendbreak
14332do 13827do
14333as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 13828as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14334{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 13829{ echo "$as_me:$LINENO: checking for $ac_func" >&5
14335$as_echo_n "checking for $ac_func... " >&6; } 13830echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14336if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 13831if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14337 $as_echo_n "(cached) " >&6 13832 echo $ECHO_N "(cached) $ECHO_C" >&6
14338else 13833else
14339 cat >conftest.$ac_ext <<_ACEOF 13834 cat >conftest.$ac_ext <<_ACEOF
14340/* confdefs.h. */ 13835/* confdefs.h. */
@@ -14387,41 +13882,35 @@ case "(($ac_try" in
14387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14388 *) ac_try_echo=$ac_try;; 13883 *) ac_try_echo=$ac_try;;
14389esac 13884esac
14390eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 13885eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14391$as_echo "$ac_try_echo") >&5
14392 (eval "$ac_link") 2>conftest.er1 13886 (eval "$ac_link") 2>conftest.er1
14393 ac_status=$? 13887 ac_status=$?
14394 grep -v '^ *+' conftest.er1 >conftest.err 13888 grep -v '^ *+' conftest.er1 >conftest.err
14395 rm -f conftest.er1 13889 rm -f conftest.er1
14396 cat conftest.err >&5 13890 cat conftest.err >&5
14397 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 13891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14398 (exit $ac_status); } && { 13892 (exit $ac_status); } && {
14399 test -z "$ac_c_werror_flag" || 13893 test -z "$ac_c_werror_flag" ||
14400 test ! -s conftest.err 13894 test ! -s conftest.err
14401 } && test -s conftest$ac_exeext && { 13895 } && test -s conftest$ac_exeext &&
14402 test "$cross_compiling" = yes || 13896 $as_test_x conftest$ac_exeext; then
14403 $as_test_x conftest$ac_exeext
14404 }; then
14405 eval "$as_ac_var=yes" 13897 eval "$as_ac_var=yes"
14406else 13898else
14407 $as_echo "$as_me: failed program was:" >&5 13899 echo "$as_me: failed program was:" >&5
14408sed 's/^/| /' conftest.$ac_ext >&5 13900sed 's/^/| /' conftest.$ac_ext >&5
14409 13901
14410 eval "$as_ac_var=no" 13902 eval "$as_ac_var=no"
14411fi 13903fi
14412 13904
14413rm -rf conftest.dSYM
14414rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13905rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14415 conftest$ac_exeext conftest.$ac_ext 13906 conftest$ac_exeext conftest.$ac_ext
14416fi 13907fi
14417ac_res=`eval 'as_val=${'$as_ac_var'} 13908ac_res=`eval echo '${'$as_ac_var'}'`
14418 $as_echo "$as_val"'` 13909 { echo "$as_me:$LINENO: result: $ac_res" >&5
14419 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 13910echo "${ECHO_T}$ac_res" >&6; }
14420$as_echo "$ac_res" >&6; } 13911if test `eval echo '${'$as_ac_var'}'` = yes; then
14421if test `eval 'as_val=${'$as_ac_var'}
14422 $as_echo "$as_val"'` = yes; then
14423 cat >>confdefs.h <<_ACEOF 13912 cat >>confdefs.h <<_ACEOF
14424#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 13913#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14425_ACEOF 13914_ACEOF
14426 13915
14427fi 13916fi
@@ -14430,10 +13919,10 @@ done
14430fi 13919fi
14431 13920
14432 13921
14433{ $as_echo "$as_me:$LINENO: checking whether h_errno is declared" >&5 13922{ echo "$as_me:$LINENO: checking whether h_errno is declared" >&5
14434$as_echo_n "checking whether h_errno is declared... " >&6; } 13923echo $ECHO_N "checking whether h_errno is declared... $ECHO_C" >&6; }
14435if test "${ac_cv_have_decl_h_errno+set}" = set; then 13924if test "${ac_cv_have_decl_h_errno+set}" = set; then
14436 $as_echo_n "(cached) " >&6 13925 echo $ECHO_N "(cached) $ECHO_C" >&6
14437else 13926else
14438 cat >conftest.$ac_ext <<_ACEOF 13927 cat >conftest.$ac_ext <<_ACEOF
14439/* confdefs.h. */ 13928/* confdefs.h. */
@@ -14460,21 +13949,20 @@ case "(($ac_try" in
14460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14461 *) ac_try_echo=$ac_try;; 13950 *) ac_try_echo=$ac_try;;
14462esac 13951esac
14463eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 13952eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14464$as_echo "$ac_try_echo") >&5
14465 (eval "$ac_compile") 2>conftest.er1 13953 (eval "$ac_compile") 2>conftest.er1
14466 ac_status=$? 13954 ac_status=$?
14467 grep -v '^ *+' conftest.er1 >conftest.err 13955 grep -v '^ *+' conftest.er1 >conftest.err
14468 rm -f conftest.er1 13956 rm -f conftest.er1
14469 cat conftest.err >&5 13957 cat conftest.err >&5
14470 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 13958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14471 (exit $ac_status); } && { 13959 (exit $ac_status); } && {
14472 test -z "$ac_c_werror_flag" || 13960 test -z "$ac_c_werror_flag" ||
14473 test ! -s conftest.err 13961 test ! -s conftest.err
14474 } && test -s conftest.$ac_objext; then 13962 } && test -s conftest.$ac_objext; then
14475 ac_cv_have_decl_h_errno=yes 13963 ac_cv_have_decl_h_errno=yes
14476else 13964else
14477 $as_echo "$as_me: failed program was:" >&5 13965 echo "$as_me: failed program was:" >&5
14478sed 's/^/| /' conftest.$ac_ext >&5 13966sed 's/^/| /' conftest.$ac_ext >&5
14479 13967
14480 ac_cv_have_decl_h_errno=no 13968 ac_cv_have_decl_h_errno=no
@@ -14482,8 +13970,8 @@ fi
14482 13970
14483rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13971rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14484fi 13972fi
14485{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_h_errno" >&5 13973{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_h_errno" >&5
14486$as_echo "$ac_cv_have_decl_h_errno" >&6; } 13974echo "${ECHO_T}$ac_cv_have_decl_h_errno" >&6; }
14487if test $ac_cv_have_decl_h_errno = yes; then 13975if test $ac_cv_have_decl_h_errno = yes; then
14488 13976
14489cat >>confdefs.h <<_ACEOF 13977cat >>confdefs.h <<_ACEOF
@@ -14501,10 +13989,10 @@ fi
14501 13989
14502 13990
14503 13991
14504{ $as_echo "$as_me:$LINENO: checking whether SHUT_RD is declared" >&5 13992{ echo "$as_me:$LINENO: checking whether SHUT_RD is declared" >&5
14505$as_echo_n "checking whether SHUT_RD is declared... " >&6; } 13993echo $ECHO_N "checking whether SHUT_RD is declared... $ECHO_C" >&6; }
14506if test "${ac_cv_have_decl_SHUT_RD+set}" = set; then 13994if test "${ac_cv_have_decl_SHUT_RD+set}" = set; then
14507 $as_echo_n "(cached) " >&6 13995 echo $ECHO_N "(cached) $ECHO_C" >&6
14508else 13996else
14509 cat >conftest.$ac_ext <<_ACEOF 13997 cat >conftest.$ac_ext <<_ACEOF
14510/* confdefs.h. */ 13998/* confdefs.h. */
@@ -14534,21 +14022,20 @@ case "(($ac_try" in
14534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14535 *) ac_try_echo=$ac_try;; 14023 *) ac_try_echo=$ac_try;;
14536esac 14024esac
14537eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 14025eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14538$as_echo "$ac_try_echo") >&5
14539 (eval "$ac_compile") 2>conftest.er1 14026 (eval "$ac_compile") 2>conftest.er1
14540 ac_status=$? 14027 ac_status=$?
14541 grep -v '^ *+' conftest.er1 >conftest.err 14028 grep -v '^ *+' conftest.er1 >conftest.err
14542 rm -f conftest.er1 14029 rm -f conftest.er1
14543 cat conftest.err >&5 14030 cat conftest.err >&5
14544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 14031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14545 (exit $ac_status); } && { 14032 (exit $ac_status); } && {
14546 test -z "$ac_c_werror_flag" || 14033 test -z "$ac_c_werror_flag" ||
14547 test ! -s conftest.err 14034 test ! -s conftest.err
14548 } && test -s conftest.$ac_objext; then 14035 } && test -s conftest.$ac_objext; then
14549 ac_cv_have_decl_SHUT_RD=yes 14036 ac_cv_have_decl_SHUT_RD=yes
14550else 14037else
14551 $as_echo "$as_me: failed program was:" >&5 14038 echo "$as_me: failed program was:" >&5
14552sed 's/^/| /' conftest.$ac_ext >&5 14039sed 's/^/| /' conftest.$ac_ext >&5
14553 14040
14554 ac_cv_have_decl_SHUT_RD=no 14041 ac_cv_have_decl_SHUT_RD=no
@@ -14556,8 +14043,8 @@ fi
14556 14043
14557rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14044rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14558fi 14045fi
14559{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_SHUT_RD" >&5 14046{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_SHUT_RD" >&5
14560$as_echo "$ac_cv_have_decl_SHUT_RD" >&6; } 14047echo "${ECHO_T}$ac_cv_have_decl_SHUT_RD" >&6; }
14561if test $ac_cv_have_decl_SHUT_RD = yes; then 14048if test $ac_cv_have_decl_SHUT_RD = yes; then
14562 14049
14563cat >>confdefs.h <<_ACEOF 14050cat >>confdefs.h <<_ACEOF
@@ -14575,10 +14062,10 @@ fi
14575 14062
14576 14063
14577 14064
14578{ $as_echo "$as_me:$LINENO: checking whether O_NONBLOCK is declared" >&5 14065{ echo "$as_me:$LINENO: checking whether O_NONBLOCK is declared" >&5
14579$as_echo_n "checking whether O_NONBLOCK is declared... " >&6; } 14066echo $ECHO_N "checking whether O_NONBLOCK is declared... $ECHO_C" >&6; }
14580if test "${ac_cv_have_decl_O_NONBLOCK+set}" = set; then 14067if test "${ac_cv_have_decl_O_NONBLOCK+set}" = set; then
14581 $as_echo_n "(cached) " >&6 14068 echo $ECHO_N "(cached) $ECHO_C" >&6
14582else 14069else
14583 cat >conftest.$ac_ext <<_ACEOF 14070 cat >conftest.$ac_ext <<_ACEOF
14584/* confdefs.h. */ 14071/* confdefs.h. */
@@ -14613,21 +14100,20 @@ case "(($ac_try" in
14613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14614 *) ac_try_echo=$ac_try;; 14101 *) ac_try_echo=$ac_try;;
14615esac 14102esac
14616eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 14103eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14617$as_echo "$ac_try_echo") >&5
14618 (eval "$ac_compile") 2>conftest.er1 14104 (eval "$ac_compile") 2>conftest.er1
14619 ac_status=$? 14105 ac_status=$?
14620 grep -v '^ *+' conftest.er1 >conftest.err 14106 grep -v '^ *+' conftest.er1 >conftest.err
14621 rm -f conftest.er1 14107 rm -f conftest.er1
14622 cat conftest.err >&5 14108 cat conftest.err >&5
14623 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 14109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14624 (exit $ac_status); } && { 14110 (exit $ac_status); } && {
14625 test -z "$ac_c_werror_flag" || 14111 test -z "$ac_c_werror_flag" ||
14626 test ! -s conftest.err 14112 test ! -s conftest.err
14627 } && test -s conftest.$ac_objext; then 14113 } && test -s conftest.$ac_objext; then
14628 ac_cv_have_decl_O_NONBLOCK=yes 14114 ac_cv_have_decl_O_NONBLOCK=yes
14629else 14115else
14630 $as_echo "$as_me: failed program was:" >&5 14116 echo "$as_me: failed program was:" >&5
14631sed 's/^/| /' conftest.$ac_ext >&5 14117sed 's/^/| /' conftest.$ac_ext >&5
14632 14118
14633 ac_cv_have_decl_O_NONBLOCK=no 14119 ac_cv_have_decl_O_NONBLOCK=no
@@ -14635,8 +14121,8 @@ fi
14635 14121
14636rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14122rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14637fi 14123fi
14638{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_O_NONBLOCK" >&5 14124{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_O_NONBLOCK" >&5
14639$as_echo "$ac_cv_have_decl_O_NONBLOCK" >&6; } 14125echo "${ECHO_T}$ac_cv_have_decl_O_NONBLOCK" >&6; }
14640if test $ac_cv_have_decl_O_NONBLOCK = yes; then 14126if test $ac_cv_have_decl_O_NONBLOCK = yes; then
14641 14127
14642cat >>confdefs.h <<_ACEOF 14128cat >>confdefs.h <<_ACEOF
@@ -14654,10 +14140,10 @@ fi
14654 14140
14655 14141
14656 14142
14657{ $as_echo "$as_me:$LINENO: checking whether writev is declared" >&5 14143{ echo "$as_me:$LINENO: checking whether writev is declared" >&5
14658$as_echo_n "checking whether writev is declared... " >&6; } 14144echo $ECHO_N "checking whether writev is declared... $ECHO_C" >&6; }
14659if test "${ac_cv_have_decl_writev+set}" = set; then 14145if test "${ac_cv_have_decl_writev+set}" = set; then
14660 $as_echo_n "(cached) " >&6 14146 echo $ECHO_N "(cached) $ECHO_C" >&6
14661else 14147else
14662 cat >conftest.$ac_ext <<_ACEOF 14148 cat >conftest.$ac_ext <<_ACEOF
14663/* confdefs.h. */ 14149/* confdefs.h. */
@@ -14688,21 +14174,20 @@ case "(($ac_try" in
14688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14689 *) ac_try_echo=$ac_try;; 14175 *) ac_try_echo=$ac_try;;
14690esac 14176esac
14691eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 14177eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14692$as_echo "$ac_try_echo") >&5
14693 (eval "$ac_compile") 2>conftest.er1 14178 (eval "$ac_compile") 2>conftest.er1
14694 ac_status=$? 14179 ac_status=$?
14695 grep -v '^ *+' conftest.er1 >conftest.err 14180 grep -v '^ *+' conftest.er1 >conftest.err
14696 rm -f conftest.er1 14181 rm -f conftest.er1
14697 cat conftest.err >&5 14182 cat conftest.err >&5
14698 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 14183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14699 (exit $ac_status); } && { 14184 (exit $ac_status); } && {
14700 test -z "$ac_c_werror_flag" || 14185 test -z "$ac_c_werror_flag" ||
14701 test ! -s conftest.err 14186 test ! -s conftest.err
14702 } && test -s conftest.$ac_objext; then 14187 } && test -s conftest.$ac_objext; then
14703 ac_cv_have_decl_writev=yes 14188 ac_cv_have_decl_writev=yes
14704else 14189else
14705 $as_echo "$as_me: failed program was:" >&5 14190 echo "$as_me: failed program was:" >&5
14706sed 's/^/| /' conftest.$ac_ext >&5 14191sed 's/^/| /' conftest.$ac_ext >&5
14707 14192
14708 ac_cv_have_decl_writev=no 14193 ac_cv_have_decl_writev=no
@@ -14710,8 +14195,8 @@ fi
14710 14195
14711rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14196rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14712fi 14197fi
14713{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_writev" >&5 14198{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_writev" >&5
14714$as_echo "$ac_cv_have_decl_writev" >&6; } 14199echo "${ECHO_T}$ac_cv_have_decl_writev" >&6; }
14715if test $ac_cv_have_decl_writev = yes; then 14200if test $ac_cv_have_decl_writev = yes; then
14716 14201
14717cat >>confdefs.h <<_ACEOF 14202cat >>confdefs.h <<_ACEOF
@@ -14729,10 +14214,10 @@ fi
14729 14214
14730 14215
14731 14216
14732{ $as_echo "$as_me:$LINENO: checking whether MAXSYMLINKS is declared" >&5 14217{ echo "$as_me:$LINENO: checking whether MAXSYMLINKS is declared" >&5
14733$as_echo_n "checking whether MAXSYMLINKS is declared... " >&6; } 14218echo $ECHO_N "checking whether MAXSYMLINKS is declared... $ECHO_C" >&6; }
14734if test "${ac_cv_have_decl_MAXSYMLINKS+set}" = set; then 14219if test "${ac_cv_have_decl_MAXSYMLINKS+set}" = set; then
14735 $as_echo_n "(cached) " >&6 14220 echo $ECHO_N "(cached) $ECHO_C" >&6
14736else 14221else
14737 cat >conftest.$ac_ext <<_ACEOF 14222 cat >conftest.$ac_ext <<_ACEOF
14738/* confdefs.h. */ 14223/* confdefs.h. */
@@ -14761,21 +14246,20 @@ case "(($ac_try" in
14761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14762 *) ac_try_echo=$ac_try;; 14247 *) ac_try_echo=$ac_try;;
14763esac 14248esac
14764eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 14249eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14765$as_echo "$ac_try_echo") >&5
14766 (eval "$ac_compile") 2>conftest.er1 14250 (eval "$ac_compile") 2>conftest.er1
14767 ac_status=$? 14251 ac_status=$?
14768 grep -v '^ *+' conftest.er1 >conftest.err 14252 grep -v '^ *+' conftest.er1 >conftest.err
14769 rm -f conftest.er1 14253 rm -f conftest.er1
14770 cat conftest.err >&5 14254 cat conftest.err >&5
14771 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 14255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14772 (exit $ac_status); } && { 14256 (exit $ac_status); } && {
14773 test -z "$ac_c_werror_flag" || 14257 test -z "$ac_c_werror_flag" ||
14774 test ! -s conftest.err 14258 test ! -s conftest.err
14775 } && test -s conftest.$ac_objext; then 14259 } && test -s conftest.$ac_objext; then
14776 ac_cv_have_decl_MAXSYMLINKS=yes 14260 ac_cv_have_decl_MAXSYMLINKS=yes
14777else 14261else
14778 $as_echo "$as_me: failed program was:" >&5 14262 echo "$as_me: failed program was:" >&5
14779sed 's/^/| /' conftest.$ac_ext >&5 14263sed 's/^/| /' conftest.$ac_ext >&5
14780 14264
14781 ac_cv_have_decl_MAXSYMLINKS=no 14265 ac_cv_have_decl_MAXSYMLINKS=no
@@ -14783,8 +14267,8 @@ fi
14783 14267
14784rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14268rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14785fi 14269fi
14786{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_MAXSYMLINKS" >&5 14270{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_MAXSYMLINKS" >&5
14787$as_echo "$ac_cv_have_decl_MAXSYMLINKS" >&6; } 14271echo "${ECHO_T}$ac_cv_have_decl_MAXSYMLINKS" >&6; }
14788if test $ac_cv_have_decl_MAXSYMLINKS = yes; then 14272if test $ac_cv_have_decl_MAXSYMLINKS = yes; then
14789 14273
14790cat >>confdefs.h <<_ACEOF 14274cat >>confdefs.h <<_ACEOF
@@ -14802,10 +14286,10 @@ fi
14802 14286
14803 14287
14804 14288
14805{ $as_echo "$as_me:$LINENO: checking whether offsetof is declared" >&5 14289{ echo "$as_me:$LINENO: checking whether offsetof is declared" >&5
14806$as_echo_n "checking whether offsetof is declared... " >&6; } 14290echo $ECHO_N "checking whether offsetof is declared... $ECHO_C" >&6; }
14807if test "${ac_cv_have_decl_offsetof+set}" = set; then 14291if test "${ac_cv_have_decl_offsetof+set}" = set; then
14808 $as_echo_n "(cached) " >&6 14292 echo $ECHO_N "(cached) $ECHO_C" >&6
14809else 14293else
14810 cat >conftest.$ac_ext <<_ACEOF 14294 cat >conftest.$ac_ext <<_ACEOF
14811/* confdefs.h. */ 14295/* confdefs.h. */
@@ -14834,21 +14318,20 @@ case "(($ac_try" in
14834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14835 *) ac_try_echo=$ac_try;; 14319 *) ac_try_echo=$ac_try;;
14836esac 14320esac
14837eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 14321eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14838$as_echo "$ac_try_echo") >&5
14839 (eval "$ac_compile") 2>conftest.er1 14322 (eval "$ac_compile") 2>conftest.er1
14840 ac_status=$? 14323 ac_status=$?
14841 grep -v '^ *+' conftest.er1 >conftest.err 14324 grep -v '^ *+' conftest.er1 >conftest.err
14842 rm -f conftest.er1 14325 rm -f conftest.er1
14843 cat conftest.err >&5 14326 cat conftest.err >&5
14844 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 14327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14845 (exit $ac_status); } && { 14328 (exit $ac_status); } && {
14846 test -z "$ac_c_werror_flag" || 14329 test -z "$ac_c_werror_flag" ||
14847 test ! -s conftest.err 14330 test ! -s conftest.err
14848 } && test -s conftest.$ac_objext; then 14331 } && test -s conftest.$ac_objext; then
14849 ac_cv_have_decl_offsetof=yes 14332 ac_cv_have_decl_offsetof=yes
14850else 14333else
14851 $as_echo "$as_me: failed program was:" >&5 14334 echo "$as_me: failed program was:" >&5
14852sed 's/^/| /' conftest.$ac_ext >&5 14335sed 's/^/| /' conftest.$ac_ext >&5
14853 14336
14854 ac_cv_have_decl_offsetof=no 14337 ac_cv_have_decl_offsetof=no
@@ -14856,8 +14339,8 @@ fi
14856 14339
14857rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14340rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14858fi 14341fi
14859{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_offsetof" >&5 14342{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_offsetof" >&5
14860$as_echo "$ac_cv_have_decl_offsetof" >&6; } 14343echo "${ECHO_T}$ac_cv_have_decl_offsetof" >&6; }
14861if test $ac_cv_have_decl_offsetof = yes; then 14344if test $ac_cv_have_decl_offsetof = yes; then
14862 14345
14863cat >>confdefs.h <<_ACEOF 14346cat >>confdefs.h <<_ACEOF
@@ -14878,11 +14361,11 @@ fi
14878 14361
14879for ac_func in setresuid 14362for ac_func in setresuid
14880do 14363do
14881as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 14364as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14882{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 14365{ echo "$as_me:$LINENO: checking for $ac_func" >&5
14883$as_echo_n "checking for $ac_func... " >&6; } 14366echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14884if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 14367if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14885 $as_echo_n "(cached) " >&6 14368 echo $ECHO_N "(cached) $ECHO_C" >&6
14886else 14369else
14887 cat >conftest.$ac_ext <<_ACEOF 14370 cat >conftest.$ac_ext <<_ACEOF
14888/* confdefs.h. */ 14371/* confdefs.h. */
@@ -14935,48 +14418,42 @@ case "(($ac_try" in
14935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14936 *) ac_try_echo=$ac_try;; 14419 *) ac_try_echo=$ac_try;;
14937esac 14420esac
14938eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 14421eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14939$as_echo "$ac_try_echo") >&5
14940 (eval "$ac_link") 2>conftest.er1 14422 (eval "$ac_link") 2>conftest.er1
14941 ac_status=$? 14423 ac_status=$?
14942 grep -v '^ *+' conftest.er1 >conftest.err 14424 grep -v '^ *+' conftest.er1 >conftest.err
14943 rm -f conftest.er1 14425 rm -f conftest.er1
14944 cat conftest.err >&5 14426 cat conftest.err >&5
14945 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 14427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14946 (exit $ac_status); } && { 14428 (exit $ac_status); } && {
14947 test -z "$ac_c_werror_flag" || 14429 test -z "$ac_c_werror_flag" ||
14948 test ! -s conftest.err 14430 test ! -s conftest.err
14949 } && test -s conftest$ac_exeext && { 14431 } && test -s conftest$ac_exeext &&
14950 test "$cross_compiling" = yes || 14432 $as_test_x conftest$ac_exeext; then
14951 $as_test_x conftest$ac_exeext
14952 }; then
14953 eval "$as_ac_var=yes" 14433 eval "$as_ac_var=yes"
14954else 14434else
14955 $as_echo "$as_me: failed program was:" >&5 14435 echo "$as_me: failed program was:" >&5
14956sed 's/^/| /' conftest.$ac_ext >&5 14436sed 's/^/| /' conftest.$ac_ext >&5
14957 14437
14958 eval "$as_ac_var=no" 14438 eval "$as_ac_var=no"
14959fi 14439fi
14960 14440
14961rm -rf conftest.dSYM
14962rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14441rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14963 conftest$ac_exeext conftest.$ac_ext 14442 conftest$ac_exeext conftest.$ac_ext
14964fi 14443fi
14965ac_res=`eval 'as_val=${'$as_ac_var'} 14444ac_res=`eval echo '${'$as_ac_var'}'`
14966 $as_echo "$as_val"'` 14445 { echo "$as_me:$LINENO: result: $ac_res" >&5
14967 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 14446echo "${ECHO_T}$ac_res" >&6; }
14968$as_echo "$ac_res" >&6; } 14447if test `eval echo '${'$as_ac_var'}'` = yes; then
14969if test `eval 'as_val=${'$as_ac_var'}
14970 $as_echo "$as_val"'` = yes; then
14971 cat >>confdefs.h <<_ACEOF 14448 cat >>confdefs.h <<_ACEOF
14972#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 14449#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14973_ACEOF 14450_ACEOF
14974 14451
14975 { $as_echo "$as_me:$LINENO: checking if setresuid seems to work" >&5 14452 { echo "$as_me:$LINENO: checking if setresuid seems to work" >&5
14976$as_echo_n "checking if setresuid seems to work... " >&6; } 14453echo $ECHO_N "checking if setresuid seems to work... $ECHO_C" >&6; }
14977 if test "$cross_compiling" = yes; then 14454 if test "$cross_compiling" = yes; then
14978 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking setresuid" >&5 14455 { echo "$as_me:$LINENO: WARNING: cross compiling: not checking setresuid" >&5
14979$as_echo "$as_me: WARNING: cross compiling: not checking setresuid" >&2;} 14456echo "$as_me: WARNING: cross compiling: not checking setresuid" >&2;}
14980 14457
14981else 14458else
14982 cat >conftest.$ac_ext <<_ACEOF 14459 cat >conftest.$ac_ext <<_ACEOF
@@ -14997,27 +14474,25 @@ case "(($ac_try" in
14997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14998 *) ac_try_echo=$ac_try;; 14475 *) ac_try_echo=$ac_try;;
14999esac 14476esac
15000eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 14477eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15001$as_echo "$ac_try_echo") >&5
15002 (eval "$ac_link") 2>&5 14478 (eval "$ac_link") 2>&5
15003 ac_status=$? 14479 ac_status=$?
15004 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 14480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15005 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 14481 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15006 { (case "(($ac_try" in 14482 { (case "(($ac_try" in
15007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15008 *) ac_try_echo=$ac_try;; 14484 *) ac_try_echo=$ac_try;;
15009esac 14485esac
15010eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 14486eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15011$as_echo "$ac_try_echo") >&5
15012 (eval "$ac_try") 2>&5 14487 (eval "$ac_try") 2>&5
15013 ac_status=$? 14488 ac_status=$?
15014 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 14489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15015 (exit $ac_status); }; }; then 14490 (exit $ac_status); }; }; then
15016 { $as_echo "$as_me:$LINENO: result: yes" >&5 14491 { echo "$as_me:$LINENO: result: yes" >&5
15017$as_echo "yes" >&6; } 14492echo "${ECHO_T}yes" >&6; }
15018else 14493else
15019 $as_echo "$as_me: program exited with status $ac_status" >&5 14494 echo "$as_me: program exited with status $ac_status" >&5
15020$as_echo "$as_me: failed program was:" >&5 14495echo "$as_me: failed program was:" >&5
15021sed 's/^/| /' conftest.$ac_ext >&5 14496sed 's/^/| /' conftest.$ac_ext >&5
15022 14497
15023( exit $ac_status ) 14498( exit $ac_status )
@@ -15026,10 +14501,9 @@ cat >>confdefs.h <<\_ACEOF
15026#define BROKEN_SETRESUID 1 14501#define BROKEN_SETRESUID 1
15027_ACEOF 14502_ACEOF
15028 14503
15029 { $as_echo "$as_me:$LINENO: result: not implemented" >&5 14504 { echo "$as_me:$LINENO: result: not implemented" >&5
15030$as_echo "not implemented" >&6; } 14505echo "${ECHO_T}not implemented" >&6; }
15031fi 14506fi
15032rm -rf conftest.dSYM
15033rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 14507rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15034fi 14508fi
15035 14509
@@ -15042,11 +14516,11 @@ done
15042 14516
15043for ac_func in setresgid 14517for ac_func in setresgid
15044do 14518do
15045as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 14519as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15046{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 14520{ echo "$as_me:$LINENO: checking for $ac_func" >&5
15047$as_echo_n "checking for $ac_func... " >&6; } 14521echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15048if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 14522if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15049 $as_echo_n "(cached) " >&6 14523 echo $ECHO_N "(cached) $ECHO_C" >&6
15050else 14524else
15051 cat >conftest.$ac_ext <<_ACEOF 14525 cat >conftest.$ac_ext <<_ACEOF
15052/* confdefs.h. */ 14526/* confdefs.h. */
@@ -15099,48 +14573,42 @@ case "(($ac_try" in
15099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15100 *) ac_try_echo=$ac_try;; 14574 *) ac_try_echo=$ac_try;;
15101esac 14575esac
15102eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 14576eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15103$as_echo "$ac_try_echo") >&5
15104 (eval "$ac_link") 2>conftest.er1 14577 (eval "$ac_link") 2>conftest.er1
15105 ac_status=$? 14578 ac_status=$?
15106 grep -v '^ *+' conftest.er1 >conftest.err 14579 grep -v '^ *+' conftest.er1 >conftest.err
15107 rm -f conftest.er1 14580 rm -f conftest.er1
15108 cat conftest.err >&5 14581 cat conftest.err >&5
15109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 14582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15110 (exit $ac_status); } && { 14583 (exit $ac_status); } && {
15111 test -z "$ac_c_werror_flag" || 14584 test -z "$ac_c_werror_flag" ||
15112 test ! -s conftest.err 14585 test ! -s conftest.err
15113 } && test -s conftest$ac_exeext && { 14586 } && test -s conftest$ac_exeext &&
15114 test "$cross_compiling" = yes || 14587 $as_test_x conftest$ac_exeext; then
15115 $as_test_x conftest$ac_exeext
15116 }; then
15117 eval "$as_ac_var=yes" 14588 eval "$as_ac_var=yes"
15118else 14589else
15119 $as_echo "$as_me: failed program was:" >&5 14590 echo "$as_me: failed program was:" >&5
15120sed 's/^/| /' conftest.$ac_ext >&5 14591sed 's/^/| /' conftest.$ac_ext >&5
15121 14592
15122 eval "$as_ac_var=no" 14593 eval "$as_ac_var=no"
15123fi 14594fi
15124 14595
15125rm -rf conftest.dSYM
15126rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14596rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15127 conftest$ac_exeext conftest.$ac_ext 14597 conftest$ac_exeext conftest.$ac_ext
15128fi 14598fi
15129ac_res=`eval 'as_val=${'$as_ac_var'} 14599ac_res=`eval echo '${'$as_ac_var'}'`
15130 $as_echo "$as_val"'` 14600 { echo "$as_me:$LINENO: result: $ac_res" >&5
15131 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 14601echo "${ECHO_T}$ac_res" >&6; }
15132$as_echo "$ac_res" >&6; } 14602if test `eval echo '${'$as_ac_var'}'` = yes; then
15133if test `eval 'as_val=${'$as_ac_var'}
15134 $as_echo "$as_val"'` = yes; then
15135 cat >>confdefs.h <<_ACEOF 14603 cat >>confdefs.h <<_ACEOF
15136#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 14604#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15137_ACEOF 14605_ACEOF
15138 14606
15139 { $as_echo "$as_me:$LINENO: checking if setresgid seems to work" >&5 14607 { echo "$as_me:$LINENO: checking if setresgid seems to work" >&5
15140$as_echo_n "checking if setresgid seems to work... " >&6; } 14608echo $ECHO_N "checking if setresgid seems to work... $ECHO_C" >&6; }
15141 if test "$cross_compiling" = yes; then 14609 if test "$cross_compiling" = yes; then
15142 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking setresuid" >&5 14610 { echo "$as_me:$LINENO: WARNING: cross compiling: not checking setresuid" >&5
15143$as_echo "$as_me: WARNING: cross compiling: not checking setresuid" >&2;} 14611echo "$as_me: WARNING: cross compiling: not checking setresuid" >&2;}
15144 14612
15145else 14613else
15146 cat >conftest.$ac_ext <<_ACEOF 14614 cat >conftest.$ac_ext <<_ACEOF
@@ -15161,27 +14629,25 @@ case "(($ac_try" in
15161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15162 *) ac_try_echo=$ac_try;; 14630 *) ac_try_echo=$ac_try;;
15163esac 14631esac
15164eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 14632eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15165$as_echo "$ac_try_echo") >&5
15166 (eval "$ac_link") 2>&5 14633 (eval "$ac_link") 2>&5
15167 ac_status=$? 14634 ac_status=$?
15168 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 14635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15169 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 14636 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15170 { (case "(($ac_try" in 14637 { (case "(($ac_try" in
15171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15172 *) ac_try_echo=$ac_try;; 14639 *) ac_try_echo=$ac_try;;
15173esac 14640esac
15174eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 14641eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15175$as_echo "$ac_try_echo") >&5
15176 (eval "$ac_try") 2>&5 14642 (eval "$ac_try") 2>&5
15177 ac_status=$? 14643 ac_status=$?
15178 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 14644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15179 (exit $ac_status); }; }; then 14645 (exit $ac_status); }; }; then
15180 { $as_echo "$as_me:$LINENO: result: yes" >&5 14646 { echo "$as_me:$LINENO: result: yes" >&5
15181$as_echo "yes" >&6; } 14647echo "${ECHO_T}yes" >&6; }
15182else 14648else
15183 $as_echo "$as_me: program exited with status $ac_status" >&5 14649 echo "$as_me: program exited with status $ac_status" >&5
15184$as_echo "$as_me: failed program was:" >&5 14650echo "$as_me: failed program was:" >&5
15185sed 's/^/| /' conftest.$ac_ext >&5 14651sed 's/^/| /' conftest.$ac_ext >&5
15186 14652
15187( exit $ac_status ) 14653( exit $ac_status )
@@ -15190,10 +14656,9 @@ cat >>confdefs.h <<\_ACEOF
15190#define BROKEN_SETRESGID 1 14656#define BROKEN_SETRESGID 1
15191_ACEOF 14657_ACEOF
15192 14658
15193 { $as_echo "$as_me:$LINENO: result: not implemented" >&5 14659 { echo "$as_me:$LINENO: result: not implemented" >&5
15194$as_echo "not implemented" >&6; } 14660echo "${ECHO_T}not implemented" >&6; }
15195fi 14661fi
15196rm -rf conftest.dSYM
15197rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 14662rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15198fi 14663fi
15199 14664
@@ -15207,11 +14672,11 @@ done
15207 14672
15208for ac_func in gettimeofday time 14673for ac_func in gettimeofday time
15209do 14674do
15210as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 14675as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15211{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 14676{ echo "$as_me:$LINENO: checking for $ac_func" >&5
15212$as_echo_n "checking for $ac_func... " >&6; } 14677echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15213if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 14678if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15214 $as_echo_n "(cached) " >&6 14679 echo $ECHO_N "(cached) $ECHO_C" >&6
15215else 14680else
15216 cat >conftest.$ac_ext <<_ACEOF 14681 cat >conftest.$ac_ext <<_ACEOF
15217/* confdefs.h. */ 14682/* confdefs.h. */
@@ -15264,41 +14729,35 @@ case "(($ac_try" in
15264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15265 *) ac_try_echo=$ac_try;; 14730 *) ac_try_echo=$ac_try;;
15266esac 14731esac
15267eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 14732eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15268$as_echo "$ac_try_echo") >&5
15269 (eval "$ac_link") 2>conftest.er1 14733 (eval "$ac_link") 2>conftest.er1
15270 ac_status=$? 14734 ac_status=$?
15271 grep -v '^ *+' conftest.er1 >conftest.err 14735 grep -v '^ *+' conftest.er1 >conftest.err
15272 rm -f conftest.er1 14736 rm -f conftest.er1
15273 cat conftest.err >&5 14737 cat conftest.err >&5
15274 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 14738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15275 (exit $ac_status); } && { 14739 (exit $ac_status); } && {
15276 test -z "$ac_c_werror_flag" || 14740 test -z "$ac_c_werror_flag" ||
15277 test ! -s conftest.err 14741 test ! -s conftest.err
15278 } && test -s conftest$ac_exeext && { 14742 } && test -s conftest$ac_exeext &&
15279 test "$cross_compiling" = yes || 14743 $as_test_x conftest$ac_exeext; then
15280 $as_test_x conftest$ac_exeext
15281 }; then
15282 eval "$as_ac_var=yes" 14744 eval "$as_ac_var=yes"
15283else 14745else
15284 $as_echo "$as_me: failed program was:" >&5 14746 echo "$as_me: failed program was:" >&5
15285sed 's/^/| /' conftest.$ac_ext >&5 14747sed 's/^/| /' conftest.$ac_ext >&5
15286 14748
15287 eval "$as_ac_var=no" 14749 eval "$as_ac_var=no"
15288fi 14750fi
15289 14751
15290rm -rf conftest.dSYM
15291rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14752rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15292 conftest$ac_exeext conftest.$ac_ext 14753 conftest$ac_exeext conftest.$ac_ext
15293fi 14754fi
15294ac_res=`eval 'as_val=${'$as_ac_var'} 14755ac_res=`eval echo '${'$as_ac_var'}'`
15295 $as_echo "$as_val"'` 14756 { echo "$as_me:$LINENO: result: $ac_res" >&5
15296 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 14757echo "${ECHO_T}$ac_res" >&6; }
15297$as_echo "$ac_res" >&6; } 14758if test `eval echo '${'$as_ac_var'}'` = yes; then
15298if test `eval 'as_val=${'$as_ac_var'}
15299 $as_echo "$as_val"'` = yes; then
15300 cat >>confdefs.h <<_ACEOF 14759 cat >>confdefs.h <<_ACEOF
15301#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 14760#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15302_ACEOF 14761_ACEOF
15303 14762
15304fi 14763fi
@@ -15312,11 +14771,11 @@ done
15312 14771
15313for ac_func in endutent getutent getutid getutline pututline setutent 14772for ac_func in endutent getutent getutid getutline pututline setutent
15314do 14773do
15315as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 14774as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15316{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 14775{ echo "$as_me:$LINENO: checking for $ac_func" >&5
15317$as_echo_n "checking for $ac_func... " >&6; } 14776echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15318if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 14777if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15319 $as_echo_n "(cached) " >&6 14778 echo $ECHO_N "(cached) $ECHO_C" >&6
15320else 14779else
15321 cat >conftest.$ac_ext <<_ACEOF 14780 cat >conftest.$ac_ext <<_ACEOF
15322/* confdefs.h. */ 14781/* confdefs.h. */
@@ -15369,41 +14828,35 @@ case "(($ac_try" in
15369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15370 *) ac_try_echo=$ac_try;; 14829 *) ac_try_echo=$ac_try;;
15371esac 14830esac
15372eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 14831eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15373$as_echo "$ac_try_echo") >&5
15374 (eval "$ac_link") 2>conftest.er1 14832 (eval "$ac_link") 2>conftest.er1
15375 ac_status=$? 14833 ac_status=$?
15376 grep -v '^ *+' conftest.er1 >conftest.err 14834 grep -v '^ *+' conftest.er1 >conftest.err
15377 rm -f conftest.er1 14835 rm -f conftest.er1
15378 cat conftest.err >&5 14836 cat conftest.err >&5
15379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 14837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15380 (exit $ac_status); } && { 14838 (exit $ac_status); } && {
15381 test -z "$ac_c_werror_flag" || 14839 test -z "$ac_c_werror_flag" ||
15382 test ! -s conftest.err 14840 test ! -s conftest.err
15383 } && test -s conftest$ac_exeext && { 14841 } && test -s conftest$ac_exeext &&
15384 test "$cross_compiling" = yes || 14842 $as_test_x conftest$ac_exeext; then
15385 $as_test_x conftest$ac_exeext
15386 }; then
15387 eval "$as_ac_var=yes" 14843 eval "$as_ac_var=yes"
15388else 14844else
15389 $as_echo "$as_me: failed program was:" >&5 14845 echo "$as_me: failed program was:" >&5
15390sed 's/^/| /' conftest.$ac_ext >&5 14846sed 's/^/| /' conftest.$ac_ext >&5
15391 14847
15392 eval "$as_ac_var=no" 14848 eval "$as_ac_var=no"
15393fi 14849fi
15394 14850
15395rm -rf conftest.dSYM
15396rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14851rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15397 conftest$ac_exeext conftest.$ac_ext 14852 conftest$ac_exeext conftest.$ac_ext
15398fi 14853fi
15399ac_res=`eval 'as_val=${'$as_ac_var'} 14854ac_res=`eval echo '${'$as_ac_var'}'`
15400 $as_echo "$as_val"'` 14855 { echo "$as_me:$LINENO: result: $ac_res" >&5
15401 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 14856echo "${ECHO_T}$ac_res" >&6; }
15402$as_echo "$ac_res" >&6; } 14857if test `eval echo '${'$as_ac_var'}'` = yes; then
15403if test `eval 'as_val=${'$as_ac_var'}
15404 $as_echo "$as_val"'` = yes; then
15405 cat >>confdefs.h <<_ACEOF 14858 cat >>confdefs.h <<_ACEOF
15406#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 14859#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15407_ACEOF 14860_ACEOF
15408 14861
15409fi 14862fi
@@ -15412,11 +14865,11 @@ done
15412 14865
15413for ac_func in utmpname 14866for ac_func in utmpname
15414do 14867do
15415as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 14868as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15416{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 14869{ echo "$as_me:$LINENO: checking for $ac_func" >&5
15417$as_echo_n "checking for $ac_func... " >&6; } 14870echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15418if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 14871if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15419 $as_echo_n "(cached) " >&6 14872 echo $ECHO_N "(cached) $ECHO_C" >&6
15420else 14873else
15421 cat >conftest.$ac_ext <<_ACEOF 14874 cat >conftest.$ac_ext <<_ACEOF
15422/* confdefs.h. */ 14875/* confdefs.h. */
@@ -15469,41 +14922,35 @@ case "(($ac_try" in
15469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15470 *) ac_try_echo=$ac_try;; 14923 *) ac_try_echo=$ac_try;;
15471esac 14924esac
15472eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 14925eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15473$as_echo "$ac_try_echo") >&5
15474 (eval "$ac_link") 2>conftest.er1 14926 (eval "$ac_link") 2>conftest.er1
15475 ac_status=$? 14927 ac_status=$?
15476 grep -v '^ *+' conftest.er1 >conftest.err 14928 grep -v '^ *+' conftest.er1 >conftest.err
15477 rm -f conftest.er1 14929 rm -f conftest.er1
15478 cat conftest.err >&5 14930 cat conftest.err >&5
15479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 14931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15480 (exit $ac_status); } && { 14932 (exit $ac_status); } && {
15481 test -z "$ac_c_werror_flag" || 14933 test -z "$ac_c_werror_flag" ||
15482 test ! -s conftest.err 14934 test ! -s conftest.err
15483 } && test -s conftest$ac_exeext && { 14935 } && test -s conftest$ac_exeext &&
15484 test "$cross_compiling" = yes || 14936 $as_test_x conftest$ac_exeext; then
15485 $as_test_x conftest$ac_exeext
15486 }; then
15487 eval "$as_ac_var=yes" 14937 eval "$as_ac_var=yes"
15488else 14938else
15489 $as_echo "$as_me: failed program was:" >&5 14939 echo "$as_me: failed program was:" >&5
15490sed 's/^/| /' conftest.$ac_ext >&5 14940sed 's/^/| /' conftest.$ac_ext >&5
15491 14941
15492 eval "$as_ac_var=no" 14942 eval "$as_ac_var=no"
15493fi 14943fi
15494 14944
15495rm -rf conftest.dSYM
15496rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14945rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15497 conftest$ac_exeext conftest.$ac_ext 14946 conftest$ac_exeext conftest.$ac_ext
15498fi 14947fi
15499ac_res=`eval 'as_val=${'$as_ac_var'} 14948ac_res=`eval echo '${'$as_ac_var'}'`
15500 $as_echo "$as_val"'` 14949 { echo "$as_me:$LINENO: result: $ac_res" >&5
15501 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 14950echo "${ECHO_T}$ac_res" >&6; }
15502$as_echo "$ac_res" >&6; } 14951if test `eval echo '${'$as_ac_var'}'` = yes; then
15503if test `eval 'as_val=${'$as_ac_var'}
15504 $as_echo "$as_val"'` = yes; then
15505 cat >>confdefs.h <<_ACEOF 14952 cat >>confdefs.h <<_ACEOF
15506#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 14953#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15507_ACEOF 14954_ACEOF
15508 14955
15509fi 14956fi
@@ -15516,11 +14963,11 @@ done
15516 14963
15517for ac_func in endutxent getutxent getutxid getutxline pututxline 14964for ac_func in endutxent getutxent getutxid getutxline pututxline
15518do 14965do
15519as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 14966as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15520{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 14967{ echo "$as_me:$LINENO: checking for $ac_func" >&5
15521$as_echo_n "checking for $ac_func... " >&6; } 14968echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15522if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 14969if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15523 $as_echo_n "(cached) " >&6 14970 echo $ECHO_N "(cached) $ECHO_C" >&6
15524else 14971else
15525 cat >conftest.$ac_ext <<_ACEOF 14972 cat >conftest.$ac_ext <<_ACEOF
15526/* confdefs.h. */ 14973/* confdefs.h. */
@@ -15573,41 +15020,35 @@ case "(($ac_try" in
15573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15574 *) ac_try_echo=$ac_try;; 15021 *) ac_try_echo=$ac_try;;
15575esac 15022esac
15576eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15023eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15577$as_echo "$ac_try_echo") >&5
15578 (eval "$ac_link") 2>conftest.er1 15024 (eval "$ac_link") 2>conftest.er1
15579 ac_status=$? 15025 ac_status=$?
15580 grep -v '^ *+' conftest.er1 >conftest.err 15026 grep -v '^ *+' conftest.er1 >conftest.err
15581 rm -f conftest.er1 15027 rm -f conftest.er1
15582 cat conftest.err >&5 15028 cat conftest.err >&5
15583 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15584 (exit $ac_status); } && { 15030 (exit $ac_status); } && {
15585 test -z "$ac_c_werror_flag" || 15031 test -z "$ac_c_werror_flag" ||
15586 test ! -s conftest.err 15032 test ! -s conftest.err
15587 } && test -s conftest$ac_exeext && { 15033 } && test -s conftest$ac_exeext &&
15588 test "$cross_compiling" = yes || 15034 $as_test_x conftest$ac_exeext; then
15589 $as_test_x conftest$ac_exeext
15590 }; then
15591 eval "$as_ac_var=yes" 15035 eval "$as_ac_var=yes"
15592else 15036else
15593 $as_echo "$as_me: failed program was:" >&5 15037 echo "$as_me: failed program was:" >&5
15594sed 's/^/| /' conftest.$ac_ext >&5 15038sed 's/^/| /' conftest.$ac_ext >&5
15595 15039
15596 eval "$as_ac_var=no" 15040 eval "$as_ac_var=no"
15597fi 15041fi
15598 15042
15599rm -rf conftest.dSYM
15600rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15043rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15601 conftest$ac_exeext conftest.$ac_ext 15044 conftest$ac_exeext conftest.$ac_ext
15602fi 15045fi
15603ac_res=`eval 'as_val=${'$as_ac_var'} 15046ac_res=`eval echo '${'$as_ac_var'}'`
15604 $as_echo "$as_val"'` 15047 { echo "$as_me:$LINENO: result: $ac_res" >&5
15605 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 15048echo "${ECHO_T}$ac_res" >&6; }
15606$as_echo "$ac_res" >&6; } 15049if test `eval echo '${'$as_ac_var'}'` = yes; then
15607if test `eval 'as_val=${'$as_ac_var'}
15608 $as_echo "$as_val"'` = yes; then
15609 cat >>confdefs.h <<_ACEOF 15050 cat >>confdefs.h <<_ACEOF
15610#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 15051#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15611_ACEOF 15052_ACEOF
15612 15053
15613fi 15054fi
@@ -15617,11 +15058,11 @@ done
15617 15058
15618for ac_func in setutxent utmpxname 15059for ac_func in setutxent utmpxname
15619do 15060do
15620as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 15061as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15621{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 15062{ echo "$as_me:$LINENO: checking for $ac_func" >&5
15622$as_echo_n "checking for $ac_func... " >&6; } 15063echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15623if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 15064if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15624 $as_echo_n "(cached) " >&6 15065 echo $ECHO_N "(cached) $ECHO_C" >&6
15625else 15066else
15626 cat >conftest.$ac_ext <<_ACEOF 15067 cat >conftest.$ac_ext <<_ACEOF
15627/* confdefs.h. */ 15068/* confdefs.h. */
@@ -15674,41 +15115,35 @@ case "(($ac_try" in
15674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15675 *) ac_try_echo=$ac_try;; 15116 *) ac_try_echo=$ac_try;;
15676esac 15117esac
15677eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15118eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15678$as_echo "$ac_try_echo") >&5
15679 (eval "$ac_link") 2>conftest.er1 15119 (eval "$ac_link") 2>conftest.er1
15680 ac_status=$? 15120 ac_status=$?
15681 grep -v '^ *+' conftest.er1 >conftest.err 15121 grep -v '^ *+' conftest.er1 >conftest.err
15682 rm -f conftest.er1 15122 rm -f conftest.er1
15683 cat conftest.err >&5 15123 cat conftest.err >&5
15684 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15685 (exit $ac_status); } && { 15125 (exit $ac_status); } && {
15686 test -z "$ac_c_werror_flag" || 15126 test -z "$ac_c_werror_flag" ||
15687 test ! -s conftest.err 15127 test ! -s conftest.err
15688 } && test -s conftest$ac_exeext && { 15128 } && test -s conftest$ac_exeext &&
15689 test "$cross_compiling" = yes || 15129 $as_test_x conftest$ac_exeext; then
15690 $as_test_x conftest$ac_exeext
15691 }; then
15692 eval "$as_ac_var=yes" 15130 eval "$as_ac_var=yes"
15693else 15131else
15694 $as_echo "$as_me: failed program was:" >&5 15132 echo "$as_me: failed program was:" >&5
15695sed 's/^/| /' conftest.$ac_ext >&5 15133sed 's/^/| /' conftest.$ac_ext >&5
15696 15134
15697 eval "$as_ac_var=no" 15135 eval "$as_ac_var=no"
15698fi 15136fi
15699 15137
15700rm -rf conftest.dSYM
15701rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15138rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15702 conftest$ac_exeext conftest.$ac_ext 15139 conftest$ac_exeext conftest.$ac_ext
15703fi 15140fi
15704ac_res=`eval 'as_val=${'$as_ac_var'} 15141ac_res=`eval echo '${'$as_ac_var'}'`
15705 $as_echo "$as_val"'` 15142 { echo "$as_me:$LINENO: result: $ac_res" >&5
15706 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 15143echo "${ECHO_T}$ac_res" >&6; }
15707$as_echo "$ac_res" >&6; } 15144if test `eval echo '${'$as_ac_var'}'` = yes; then
15708if test `eval 'as_val=${'$as_ac_var'}
15709 $as_echo "$as_val"'` = yes; then
15710 cat >>confdefs.h <<_ACEOF 15145 cat >>confdefs.h <<_ACEOF
15711#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 15146#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15712_ACEOF 15147_ACEOF
15713 15148
15714fi 15149fi
@@ -15717,11 +15152,11 @@ done
15717 15152
15718for ac_func in getlastlogxbyname 15153for ac_func in getlastlogxbyname
15719do 15154do
15720as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 15155as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15721{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 15156{ echo "$as_me:$LINENO: checking for $ac_func" >&5
15722$as_echo_n "checking for $ac_func... " >&6; } 15157echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15723if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 15158if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15724 $as_echo_n "(cached) " >&6 15159 echo $ECHO_N "(cached) $ECHO_C" >&6
15725else 15160else
15726 cat >conftest.$ac_ext <<_ACEOF 15161 cat >conftest.$ac_ext <<_ACEOF
15727/* confdefs.h. */ 15162/* confdefs.h. */
@@ -15774,51 +15209,45 @@ case "(($ac_try" in
15774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15775 *) ac_try_echo=$ac_try;; 15210 *) ac_try_echo=$ac_try;;
15776esac 15211esac
15777eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15212eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15778$as_echo "$ac_try_echo") >&5
15779 (eval "$ac_link") 2>conftest.er1 15213 (eval "$ac_link") 2>conftest.er1
15780 ac_status=$? 15214 ac_status=$?
15781 grep -v '^ *+' conftest.er1 >conftest.err 15215 grep -v '^ *+' conftest.er1 >conftest.err
15782 rm -f conftest.er1 15216 rm -f conftest.er1
15783 cat conftest.err >&5 15217 cat conftest.err >&5
15784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15785 (exit $ac_status); } && { 15219 (exit $ac_status); } && {
15786 test -z "$ac_c_werror_flag" || 15220 test -z "$ac_c_werror_flag" ||
15787 test ! -s conftest.err 15221 test ! -s conftest.err
15788 } && test -s conftest$ac_exeext && { 15222 } && test -s conftest$ac_exeext &&
15789 test "$cross_compiling" = yes || 15223 $as_test_x conftest$ac_exeext; then
15790 $as_test_x conftest$ac_exeext
15791 }; then
15792 eval "$as_ac_var=yes" 15224 eval "$as_ac_var=yes"
15793else 15225else
15794 $as_echo "$as_me: failed program was:" >&5 15226 echo "$as_me: failed program was:" >&5
15795sed 's/^/| /' conftest.$ac_ext >&5 15227sed 's/^/| /' conftest.$ac_ext >&5
15796 15228
15797 eval "$as_ac_var=no" 15229 eval "$as_ac_var=no"
15798fi 15230fi
15799 15231
15800rm -rf conftest.dSYM
15801rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15232rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15802 conftest$ac_exeext conftest.$ac_ext 15233 conftest$ac_exeext conftest.$ac_ext
15803fi 15234fi
15804ac_res=`eval 'as_val=${'$as_ac_var'} 15235ac_res=`eval echo '${'$as_ac_var'}'`
15805 $as_echo "$as_val"'` 15236 { echo "$as_me:$LINENO: result: $ac_res" >&5
15806 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 15237echo "${ECHO_T}$ac_res" >&6; }
15807$as_echo "$ac_res" >&6; } 15238if test `eval echo '${'$as_ac_var'}'` = yes; then
15808if test `eval 'as_val=${'$as_ac_var'}
15809 $as_echo "$as_val"'` = yes; then
15810 cat >>confdefs.h <<_ACEOF 15239 cat >>confdefs.h <<_ACEOF
15811#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 15240#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15812_ACEOF 15241_ACEOF
15813 15242
15814fi 15243fi
15815done 15244done
15816 15245
15817 15246
15818{ $as_echo "$as_me:$LINENO: checking for daemon" >&5 15247{ echo "$as_me:$LINENO: checking for daemon" >&5
15819$as_echo_n "checking for daemon... " >&6; } 15248echo $ECHO_N "checking for daemon... $ECHO_C" >&6; }
15820if test "${ac_cv_func_daemon+set}" = set; then 15249if test "${ac_cv_func_daemon+set}" = set; then
15821 $as_echo_n "(cached) " >&6 15250 echo $ECHO_N "(cached) $ECHO_C" >&6
15822else 15251else
15823 cat >conftest.$ac_ext <<_ACEOF 15252 cat >conftest.$ac_ext <<_ACEOF
15824/* confdefs.h. */ 15253/* confdefs.h. */
@@ -15871,35 +15300,31 @@ case "(($ac_try" in
15871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15872 *) ac_try_echo=$ac_try;; 15301 *) ac_try_echo=$ac_try;;
15873esac 15302esac
15874eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15303eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15875$as_echo "$ac_try_echo") >&5
15876 (eval "$ac_link") 2>conftest.er1 15304 (eval "$ac_link") 2>conftest.er1
15877 ac_status=$? 15305 ac_status=$?
15878 grep -v '^ *+' conftest.er1 >conftest.err 15306 grep -v '^ *+' conftest.er1 >conftest.err
15879 rm -f conftest.er1 15307 rm -f conftest.er1
15880 cat conftest.err >&5 15308 cat conftest.err >&5
15881 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15882 (exit $ac_status); } && { 15310 (exit $ac_status); } && {
15883 test -z "$ac_c_werror_flag" || 15311 test -z "$ac_c_werror_flag" ||
15884 test ! -s conftest.err 15312 test ! -s conftest.err
15885 } && test -s conftest$ac_exeext && { 15313 } && test -s conftest$ac_exeext &&
15886 test "$cross_compiling" = yes || 15314 $as_test_x conftest$ac_exeext; then
15887 $as_test_x conftest$ac_exeext
15888 }; then
15889 ac_cv_func_daemon=yes 15315 ac_cv_func_daemon=yes
15890else 15316else
15891 $as_echo "$as_me: failed program was:" >&5 15317 echo "$as_me: failed program was:" >&5
15892sed 's/^/| /' conftest.$ac_ext >&5 15318sed 's/^/| /' conftest.$ac_ext >&5
15893 15319
15894 ac_cv_func_daemon=no 15320 ac_cv_func_daemon=no
15895fi 15321fi
15896 15322
15897rm -rf conftest.dSYM
15898rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15323rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15899 conftest$ac_exeext conftest.$ac_ext 15324 conftest$ac_exeext conftest.$ac_ext
15900fi 15325fi
15901{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_daemon" >&5 15326{ echo "$as_me:$LINENO: result: $ac_cv_func_daemon" >&5
15902$as_echo "$ac_cv_func_daemon" >&6; } 15327echo "${ECHO_T}$ac_cv_func_daemon" >&6; }
15903if test $ac_cv_func_daemon = yes; then 15328if test $ac_cv_func_daemon = yes; then
15904 15329
15905cat >>confdefs.h <<\_ACEOF 15330cat >>confdefs.h <<\_ACEOF
@@ -15907,10 +15332,10 @@ cat >>confdefs.h <<\_ACEOF
15907_ACEOF 15332_ACEOF
15908 15333
15909else 15334else
15910 { $as_echo "$as_me:$LINENO: checking for daemon in -lbsd" >&5 15335 { echo "$as_me:$LINENO: checking for daemon in -lbsd" >&5
15911$as_echo_n "checking for daemon in -lbsd... " >&6; } 15336echo $ECHO_N "checking for daemon in -lbsd... $ECHO_C" >&6; }
15912if test "${ac_cv_lib_bsd_daemon+set}" = set; then 15337if test "${ac_cv_lib_bsd_daemon+set}" = set; then
15913 $as_echo_n "(cached) " >&6 15338 echo $ECHO_N "(cached) $ECHO_C" >&6
15914else 15339else
15915 ac_check_lib_save_LIBS=$LIBS 15340 ac_check_lib_save_LIBS=$LIBS
15916LIBS="-lbsd $LIBS" 15341LIBS="-lbsd $LIBS"
@@ -15942,36 +15367,32 @@ case "(($ac_try" in
15942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15943 *) ac_try_echo=$ac_try;; 15368 *) ac_try_echo=$ac_try;;
15944esac 15369esac
15945eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15370eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15946$as_echo "$ac_try_echo") >&5
15947 (eval "$ac_link") 2>conftest.er1 15371 (eval "$ac_link") 2>conftest.er1
15948 ac_status=$? 15372 ac_status=$?
15949 grep -v '^ *+' conftest.er1 >conftest.err 15373 grep -v '^ *+' conftest.er1 >conftest.err
15950 rm -f conftest.er1 15374 rm -f conftest.er1
15951 cat conftest.err >&5 15375 cat conftest.err >&5
15952 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15953 (exit $ac_status); } && { 15377 (exit $ac_status); } && {
15954 test -z "$ac_c_werror_flag" || 15378 test -z "$ac_c_werror_flag" ||
15955 test ! -s conftest.err 15379 test ! -s conftest.err
15956 } && test -s conftest$ac_exeext && { 15380 } && test -s conftest$ac_exeext &&
15957 test "$cross_compiling" = yes || 15381 $as_test_x conftest$ac_exeext; then
15958 $as_test_x conftest$ac_exeext
15959 }; then
15960 ac_cv_lib_bsd_daemon=yes 15382 ac_cv_lib_bsd_daemon=yes
15961else 15383else
15962 $as_echo "$as_me: failed program was:" >&5 15384 echo "$as_me: failed program was:" >&5
15963sed 's/^/| /' conftest.$ac_ext >&5 15385sed 's/^/| /' conftest.$ac_ext >&5
15964 15386
15965 ac_cv_lib_bsd_daemon=no 15387 ac_cv_lib_bsd_daemon=no
15966fi 15388fi
15967 15389
15968rm -rf conftest.dSYM
15969rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15390rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15970 conftest$ac_exeext conftest.$ac_ext 15391 conftest$ac_exeext conftest.$ac_ext
15971LIBS=$ac_check_lib_save_LIBS 15392LIBS=$ac_check_lib_save_LIBS
15972fi 15393fi
15973{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_daemon" >&5 15394{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_daemon" >&5
15974$as_echo "$ac_cv_lib_bsd_daemon" >&6; } 15395echo "${ECHO_T}$ac_cv_lib_bsd_daemon" >&6; }
15975if test $ac_cv_lib_bsd_daemon = yes; then 15396if test $ac_cv_lib_bsd_daemon = yes; then
15976 LIBS="$LIBS -lbsd"; cat >>confdefs.h <<\_ACEOF 15397 LIBS="$LIBS -lbsd"; cat >>confdefs.h <<\_ACEOF
15977#define HAVE_DAEMON 1 15398#define HAVE_DAEMON 1
@@ -15983,10 +15404,10 @@ fi
15983fi 15404fi
15984 15405
15985 15406
15986{ $as_echo "$as_me:$LINENO: checking for getpagesize" >&5 15407{ echo "$as_me:$LINENO: checking for getpagesize" >&5
15987$as_echo_n "checking for getpagesize... " >&6; } 15408echo $ECHO_N "checking for getpagesize... $ECHO_C" >&6; }
15988if test "${ac_cv_func_getpagesize+set}" = set; then 15409if test "${ac_cv_func_getpagesize+set}" = set; then
15989 $as_echo_n "(cached) " >&6 15410 echo $ECHO_N "(cached) $ECHO_C" >&6
15990else 15411else
15991 cat >conftest.$ac_ext <<_ACEOF 15412 cat >conftest.$ac_ext <<_ACEOF
15992/* confdefs.h. */ 15413/* confdefs.h. */
@@ -16039,35 +15460,31 @@ case "(($ac_try" in
16039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16040 *) ac_try_echo=$ac_try;; 15461 *) ac_try_echo=$ac_try;;
16041esac 15462esac
16042eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15463eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16043$as_echo "$ac_try_echo") >&5
16044 (eval "$ac_link") 2>conftest.er1 15464 (eval "$ac_link") 2>conftest.er1
16045 ac_status=$? 15465 ac_status=$?
16046 grep -v '^ *+' conftest.er1 >conftest.err 15466 grep -v '^ *+' conftest.er1 >conftest.err
16047 rm -f conftest.er1 15467 rm -f conftest.er1
16048 cat conftest.err >&5 15468 cat conftest.err >&5
16049 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16050 (exit $ac_status); } && { 15470 (exit $ac_status); } && {
16051 test -z "$ac_c_werror_flag" || 15471 test -z "$ac_c_werror_flag" ||
16052 test ! -s conftest.err 15472 test ! -s conftest.err
16053 } && test -s conftest$ac_exeext && { 15473 } && test -s conftest$ac_exeext &&
16054 test "$cross_compiling" = yes || 15474 $as_test_x conftest$ac_exeext; then
16055 $as_test_x conftest$ac_exeext
16056 }; then
16057 ac_cv_func_getpagesize=yes 15475 ac_cv_func_getpagesize=yes
16058else 15476else
16059 $as_echo "$as_me: failed program was:" >&5 15477 echo "$as_me: failed program was:" >&5
16060sed 's/^/| /' conftest.$ac_ext >&5 15478sed 's/^/| /' conftest.$ac_ext >&5
16061 15479
16062 ac_cv_func_getpagesize=no 15480 ac_cv_func_getpagesize=no
16063fi 15481fi
16064 15482
16065rm -rf conftest.dSYM
16066rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15483rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16067 conftest$ac_exeext conftest.$ac_ext 15484 conftest$ac_exeext conftest.$ac_ext
16068fi 15485fi
16069{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_getpagesize" >&5 15486{ echo "$as_me:$LINENO: result: $ac_cv_func_getpagesize" >&5
16070$as_echo "$ac_cv_func_getpagesize" >&6; } 15487echo "${ECHO_T}$ac_cv_func_getpagesize" >&6; }
16071if test $ac_cv_func_getpagesize = yes; then 15488if test $ac_cv_func_getpagesize = yes; then
16072 15489
16073cat >>confdefs.h <<\_ACEOF 15490cat >>confdefs.h <<\_ACEOF
@@ -16075,10 +15492,10 @@ cat >>confdefs.h <<\_ACEOF
16075_ACEOF 15492_ACEOF
16076 15493
16077else 15494else
16078 { $as_echo "$as_me:$LINENO: checking for getpagesize in -lucb" >&5 15495 { echo "$as_me:$LINENO: checking for getpagesize in -lucb" >&5
16079$as_echo_n "checking for getpagesize in -lucb... " >&6; } 15496echo $ECHO_N "checking for getpagesize in -lucb... $ECHO_C" >&6; }
16080if test "${ac_cv_lib_ucb_getpagesize+set}" = set; then 15497if test "${ac_cv_lib_ucb_getpagesize+set}" = set; then
16081 $as_echo_n "(cached) " >&6 15498 echo $ECHO_N "(cached) $ECHO_C" >&6
16082else 15499else
16083 ac_check_lib_save_LIBS=$LIBS 15500 ac_check_lib_save_LIBS=$LIBS
16084LIBS="-lucb $LIBS" 15501LIBS="-lucb $LIBS"
@@ -16110,36 +15527,32 @@ case "(($ac_try" in
16110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16111 *) ac_try_echo=$ac_try;; 15528 *) ac_try_echo=$ac_try;;
16112esac 15529esac
16113eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15530eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16114$as_echo "$ac_try_echo") >&5
16115 (eval "$ac_link") 2>conftest.er1 15531 (eval "$ac_link") 2>conftest.er1
16116 ac_status=$? 15532 ac_status=$?
16117 grep -v '^ *+' conftest.er1 >conftest.err 15533 grep -v '^ *+' conftest.er1 >conftest.err
16118 rm -f conftest.er1 15534 rm -f conftest.er1
16119 cat conftest.err >&5 15535 cat conftest.err >&5
16120 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16121 (exit $ac_status); } && { 15537 (exit $ac_status); } && {
16122 test -z "$ac_c_werror_flag" || 15538 test -z "$ac_c_werror_flag" ||
16123 test ! -s conftest.err 15539 test ! -s conftest.err
16124 } && test -s conftest$ac_exeext && { 15540 } && test -s conftest$ac_exeext &&
16125 test "$cross_compiling" = yes || 15541 $as_test_x conftest$ac_exeext; then
16126 $as_test_x conftest$ac_exeext
16127 }; then
16128 ac_cv_lib_ucb_getpagesize=yes 15542 ac_cv_lib_ucb_getpagesize=yes
16129else 15543else
16130 $as_echo "$as_me: failed program was:" >&5 15544 echo "$as_me: failed program was:" >&5
16131sed 's/^/| /' conftest.$ac_ext >&5 15545sed 's/^/| /' conftest.$ac_ext >&5
16132 15546
16133 ac_cv_lib_ucb_getpagesize=no 15547 ac_cv_lib_ucb_getpagesize=no
16134fi 15548fi
16135 15549
16136rm -rf conftest.dSYM
16137rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15550rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16138 conftest$ac_exeext conftest.$ac_ext 15551 conftest$ac_exeext conftest.$ac_ext
16139LIBS=$ac_check_lib_save_LIBS 15552LIBS=$ac_check_lib_save_LIBS
16140fi 15553fi
16141{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_getpagesize" >&5 15554{ echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_getpagesize" >&5
16142$as_echo "$ac_cv_lib_ucb_getpagesize" >&6; } 15555echo "${ECHO_T}$ac_cv_lib_ucb_getpagesize" >&6; }
16143if test $ac_cv_lib_ucb_getpagesize = yes; then 15556if test $ac_cv_lib_ucb_getpagesize = yes; then
16144 LIBS="$LIBS -lucb"; cat >>confdefs.h <<\_ACEOF 15557 LIBS="$LIBS -lucb"; cat >>confdefs.h <<\_ACEOF
16145#define HAVE_GETPAGESIZE 1 15558#define HAVE_GETPAGESIZE 1
@@ -16153,11 +15566,11 @@ fi
16153 15566
16154# Check for broken snprintf 15567# Check for broken snprintf
16155if test "x$ac_cv_func_snprintf" = "xyes" ; then 15568if test "x$ac_cv_func_snprintf" = "xyes" ; then
16156 { $as_echo "$as_me:$LINENO: checking whether snprintf correctly terminates long strings" >&5 15569 { echo "$as_me:$LINENO: checking whether snprintf correctly terminates long strings" >&5
16157$as_echo_n "checking whether snprintf correctly terminates long strings... " >&6; } 15570echo $ECHO_N "checking whether snprintf correctly terminates long strings... $ECHO_C" >&6; }
16158 if test "$cross_compiling" = yes; then 15571 if test "$cross_compiling" = yes; then
16159 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working snprintf()" >&5 15572 { echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working snprintf()" >&5
16160$as_echo "$as_me: WARNING: cross compiling: Assuming working snprintf()" >&2;} 15573echo "$as_me: WARNING: cross compiling: Assuming working snprintf()" >&2;}
16161 15574
16162else 15575else
16163 cat >conftest.$ac_ext <<_ACEOF 15576 cat >conftest.$ac_ext <<_ACEOF
@@ -16177,43 +15590,40 @@ case "(($ac_try" in
16177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16178 *) ac_try_echo=$ac_try;; 15591 *) ac_try_echo=$ac_try;;
16179esac 15592esac
16180eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15593eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16181$as_echo "$ac_try_echo") >&5
16182 (eval "$ac_link") 2>&5 15594 (eval "$ac_link") 2>&5
16183 ac_status=$? 15595 ac_status=$?
16184 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16185 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 15597 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16186 { (case "(($ac_try" in 15598 { (case "(($ac_try" in
16187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16188 *) ac_try_echo=$ac_try;; 15600 *) ac_try_echo=$ac_try;;
16189esac 15601esac
16190eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15602eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16191$as_echo "$ac_try_echo") >&5
16192 (eval "$ac_try") 2>&5 15603 (eval "$ac_try") 2>&5
16193 ac_status=$? 15604 ac_status=$?
16194 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16195 (exit $ac_status); }; }; then 15606 (exit $ac_status); }; }; then
16196 { $as_echo "$as_me:$LINENO: result: yes" >&5 15607 { echo "$as_me:$LINENO: result: yes" >&5
16197$as_echo "yes" >&6; } 15608echo "${ECHO_T}yes" >&6; }
16198else 15609else
16199 $as_echo "$as_me: program exited with status $ac_status" >&5 15610 echo "$as_me: program exited with status $ac_status" >&5
16200$as_echo "$as_me: failed program was:" >&5 15611echo "$as_me: failed program was:" >&5
16201sed 's/^/| /' conftest.$ac_ext >&5 15612sed 's/^/| /' conftest.$ac_ext >&5
16202 15613
16203( exit $ac_status ) 15614( exit $ac_status )
16204 15615
16205 { $as_echo "$as_me:$LINENO: result: no" >&5 15616 { echo "$as_me:$LINENO: result: no" >&5
16206$as_echo "no" >&6; } 15617echo "${ECHO_T}no" >&6; }
16207 15618
16208cat >>confdefs.h <<\_ACEOF 15619cat >>confdefs.h <<\_ACEOF
16209#define BROKEN_SNPRINTF 1 15620#define BROKEN_SNPRINTF 1
16210_ACEOF 15621_ACEOF
16211 15622
16212 { $as_echo "$as_me:$LINENO: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&5 15623 { echo "$as_me:$LINENO: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&5
16213$as_echo "$as_me: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&2;} 15624echo "$as_me: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&2;}
16214 15625
16215fi 15626fi
16216rm -rf conftest.dSYM
16217rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15627rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16218fi 15628fi
16219 15629
@@ -16225,11 +15635,11 @@ fi
16225# create (as per SUSv3) 15635# create (as per SUSv3)
16226if test "x$ac_cv_func_asprintf" != "xyes" && \ 15636if test "x$ac_cv_func_asprintf" != "xyes" && \
16227 test "x$ac_cv_func_vsnprintf" = "xyes" ; then 15637 test "x$ac_cv_func_vsnprintf" = "xyes" ; then
16228 { $as_echo "$as_me:$LINENO: checking whether vsnprintf returns correct values on overflow" >&5 15638 { echo "$as_me:$LINENO: checking whether vsnprintf returns correct values on overflow" >&5
16229$as_echo_n "checking whether vsnprintf returns correct values on overflow... " >&6; } 15639echo $ECHO_N "checking whether vsnprintf returns correct values on overflow... $ECHO_C" >&6; }
16230 if test "$cross_compiling" = yes; then 15640 if test "$cross_compiling" = yes; then
16231 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working vsnprintf()" >&5 15641 { echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working vsnprintf()" >&5
16232$as_echo "$as_me: WARNING: cross compiling: Assuming working vsnprintf()" >&2;} 15642echo "$as_me: WARNING: cross compiling: Assuming working vsnprintf()" >&2;}
16233 15643
16234else 15644else
16235 cat >conftest.$ac_ext <<_ACEOF 15645 cat >conftest.$ac_ext <<_ACEOF
@@ -16261,43 +15671,40 @@ case "(($ac_try" in
16261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16262 *) ac_try_echo=$ac_try;; 15672 *) ac_try_echo=$ac_try;;
16263esac 15673esac
16264eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15674eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16265$as_echo "$ac_try_echo") >&5
16266 (eval "$ac_link") 2>&5 15675 (eval "$ac_link") 2>&5
16267 ac_status=$? 15676 ac_status=$?
16268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16269 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 15678 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16270 { (case "(($ac_try" in 15679 { (case "(($ac_try" in
16271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16272 *) ac_try_echo=$ac_try;; 15681 *) ac_try_echo=$ac_try;;
16273esac 15682esac
16274eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15683eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16275$as_echo "$ac_try_echo") >&5
16276 (eval "$ac_try") 2>&5 15684 (eval "$ac_try") 2>&5
16277 ac_status=$? 15685 ac_status=$?
16278 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16279 (exit $ac_status); }; }; then 15687 (exit $ac_status); }; }; then
16280 { $as_echo "$as_me:$LINENO: result: yes" >&5 15688 { echo "$as_me:$LINENO: result: yes" >&5
16281$as_echo "yes" >&6; } 15689echo "${ECHO_T}yes" >&6; }
16282else 15690else
16283 $as_echo "$as_me: program exited with status $ac_status" >&5 15691 echo "$as_me: program exited with status $ac_status" >&5
16284$as_echo "$as_me: failed program was:" >&5 15692echo "$as_me: failed program was:" >&5
16285sed 's/^/| /' conftest.$ac_ext >&5 15693sed 's/^/| /' conftest.$ac_ext >&5
16286 15694
16287( exit $ac_status ) 15695( exit $ac_status )
16288 15696
16289 { $as_echo "$as_me:$LINENO: result: no" >&5 15697 { echo "$as_me:$LINENO: result: no" >&5
16290$as_echo "no" >&6; } 15698echo "${ECHO_T}no" >&6; }
16291 15699
16292cat >>confdefs.h <<\_ACEOF 15700cat >>confdefs.h <<\_ACEOF
16293#define BROKEN_SNPRINTF 1 15701#define BROKEN_SNPRINTF 1
16294_ACEOF 15702_ACEOF
16295 15703
16296 { $as_echo "$as_me:$LINENO: WARNING: ****** Your vsnprintf() function is broken, complain to your vendor" >&5 15704 { echo "$as_me:$LINENO: WARNING: ****** Your vsnprintf() function is broken, complain to your vendor" >&5
16297$as_echo "$as_me: WARNING: ****** Your vsnprintf() function is broken, complain to your vendor" >&2;} 15705echo "$as_me: WARNING: ****** Your vsnprintf() function is broken, complain to your vendor" >&2;}
16298 15706
16299fi 15707fi
16300rm -rf conftest.dSYM
16301rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15708rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16302fi 15709fi
16303 15710
@@ -16307,8 +15714,8 @@ fi
16307# On systems where [v]snprintf is broken, but is declared in stdio, 15714# On systems where [v]snprintf is broken, but is declared in stdio,
16308# check that the fmt argument is const char * or just char *. 15715# check that the fmt argument is const char * or just char *.
16309# This is only useful for when BROKEN_SNPRINTF 15716# This is only useful for when BROKEN_SNPRINTF
16310{ $as_echo "$as_me:$LINENO: checking whether snprintf can declare const char *fmt" >&5 15717{ echo "$as_me:$LINENO: checking whether snprintf can declare const char *fmt" >&5
16311$as_echo_n "checking whether snprintf can declare const char *fmt... " >&6; } 15718echo $ECHO_N "checking whether snprintf can declare const char *fmt... $ECHO_C" >&6; }
16312cat >conftest.$ac_ext <<_ACEOF 15719cat >conftest.$ac_ext <<_ACEOF
16313/* confdefs.h. */ 15720/* confdefs.h. */
16314_ACEOF 15721_ACEOF
@@ -16326,31 +15733,30 @@ case "(($ac_try" in
16326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16327 *) ac_try_echo=$ac_try;; 15734 *) ac_try_echo=$ac_try;;
16328esac 15735esac
16329eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15736eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16330$as_echo "$ac_try_echo") >&5
16331 (eval "$ac_compile") 2>conftest.er1 15737 (eval "$ac_compile") 2>conftest.er1
16332 ac_status=$? 15738 ac_status=$?
16333 grep -v '^ *+' conftest.er1 >conftest.err 15739 grep -v '^ *+' conftest.er1 >conftest.err
16334 rm -f conftest.er1 15740 rm -f conftest.er1
16335 cat conftest.err >&5 15741 cat conftest.err >&5
16336 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16337 (exit $ac_status); } && { 15743 (exit $ac_status); } && {
16338 test -z "$ac_c_werror_flag" || 15744 test -z "$ac_c_werror_flag" ||
16339 test ! -s conftest.err 15745 test ! -s conftest.err
16340 } && test -s conftest.$ac_objext; then 15746 } && test -s conftest.$ac_objext; then
16341 { $as_echo "$as_me:$LINENO: result: yes" >&5 15747 { echo "$as_me:$LINENO: result: yes" >&5
16342$as_echo "yes" >&6; } 15748echo "${ECHO_T}yes" >&6; }
16343 15749
16344cat >>confdefs.h <<\_ACEOF 15750cat >>confdefs.h <<\_ACEOF
16345#define SNPRINTF_CONST const 15751#define SNPRINTF_CONST const
16346_ACEOF 15752_ACEOF
16347 15753
16348else 15754else
16349 $as_echo "$as_me: failed program was:" >&5 15755 echo "$as_me: failed program was:" >&5
16350sed 's/^/| /' conftest.$ac_ext >&5 15756sed 's/^/| /' conftest.$ac_ext >&5
16351 15757
16352 { $as_echo "$as_me:$LINENO: result: no" >&5 15758 { echo "$as_me:$LINENO: result: no" >&5
16353$as_echo "no" >&6; } 15759echo "${ECHO_T}no" >&6; }
16354 cat >>confdefs.h <<\_ACEOF 15760 cat >>confdefs.h <<\_ACEOF
16355#define SNPRINTF_CONST /* not const */ 15761#define SNPRINTF_CONST /* not const */
16356_ACEOF 15762_ACEOF
@@ -16362,8 +15768,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16362# Check for missing getpeereid (or equiv) support 15768# Check for missing getpeereid (or equiv) support
16363NO_PEERCHECK="" 15769NO_PEERCHECK=""
16364if test "x$ac_cv_func_getpeereid" != "xyes" -a "x$ac_cv_func_getpeerucred" != "xyes"; then 15770if test "x$ac_cv_func_getpeereid" != "xyes" -a "x$ac_cv_func_getpeerucred" != "xyes"; then
16365 { $as_echo "$as_me:$LINENO: checking whether system supports SO_PEERCRED getsockopt" >&5 15771 { echo "$as_me:$LINENO: checking whether system supports SO_PEERCRED getsockopt" >&5
16366$as_echo_n "checking whether system supports SO_PEERCRED getsockopt... " >&6; } 15772echo $ECHO_N "checking whether system supports SO_PEERCRED getsockopt... $ECHO_C" >&6; }
16367 cat >conftest.$ac_ext <<_ACEOF 15773 cat >conftest.$ac_ext <<_ACEOF
16368/* confdefs.h. */ 15774/* confdefs.h. */
16369_ACEOF 15775_ACEOF
@@ -16386,20 +15792,19 @@ case "(($ac_try" in
16386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16387 *) ac_try_echo=$ac_try;; 15793 *) ac_try_echo=$ac_try;;
16388esac 15794esac
16389eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15795eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16390$as_echo "$ac_try_echo") >&5
16391 (eval "$ac_compile") 2>conftest.er1 15796 (eval "$ac_compile") 2>conftest.er1
16392 ac_status=$? 15797 ac_status=$?
16393 grep -v '^ *+' conftest.er1 >conftest.err 15798 grep -v '^ *+' conftest.er1 >conftest.err
16394 rm -f conftest.er1 15799 rm -f conftest.er1
16395 cat conftest.err >&5 15800 cat conftest.err >&5
16396 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16397 (exit $ac_status); } && { 15802 (exit $ac_status); } && {
16398 test -z "$ac_c_werror_flag" || 15803 test -z "$ac_c_werror_flag" ||
16399 test ! -s conftest.err 15804 test ! -s conftest.err
16400 } && test -s conftest.$ac_objext; then 15805 } && test -s conftest.$ac_objext; then
16401 { $as_echo "$as_me:$LINENO: result: yes" >&5 15806 { echo "$as_me:$LINENO: result: yes" >&5
16402$as_echo "yes" >&6; } 15807echo "${ECHO_T}yes" >&6; }
16403 15808
16404cat >>confdefs.h <<\_ACEOF 15809cat >>confdefs.h <<\_ACEOF
16405#define HAVE_SO_PEERCRED 1 15810#define HAVE_SO_PEERCRED 1
@@ -16407,11 +15812,11 @@ _ACEOF
16407 15812
16408 15813
16409else 15814else
16410 $as_echo "$as_me: failed program was:" >&5 15815 echo "$as_me: failed program was:" >&5
16411sed 's/^/| /' conftest.$ac_ext >&5 15816sed 's/^/| /' conftest.$ac_ext >&5
16412 15817
16413 { $as_echo "$as_me:$LINENO: result: no" >&5 15818 { echo "$as_me:$LINENO: result: no" >&5
16414$as_echo "no" >&6; } 15819echo "${ECHO_T}no" >&6; }
16415 NO_PEERCHECK=1 15820 NO_PEERCHECK=1
16416 15821
16417fi 15822fi
@@ -16420,12 +15825,12 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16420fi 15825fi
16421 15826
16422if test "x$ac_cv_func_mkdtemp" = "xyes" ; then 15827if test "x$ac_cv_func_mkdtemp" = "xyes" ; then
16423{ $as_echo "$as_me:$LINENO: checking for (overly) strict mkstemp" >&5 15828{ echo "$as_me:$LINENO: checking for (overly) strict mkstemp" >&5
16424$as_echo_n "checking for (overly) strict mkstemp... " >&6; } 15829echo $ECHO_N "checking for (overly) strict mkstemp... $ECHO_C" >&6; }
16425if test "$cross_compiling" = yes; then 15830if test "$cross_compiling" = yes; then
16426 15831
16427 { $as_echo "$as_me:$LINENO: result: yes" >&5 15832 { echo "$as_me:$LINENO: result: yes" >&5
16428$as_echo "yes" >&6; } 15833echo "${ECHO_T}yes" >&6; }
16429 cat >>confdefs.h <<\_ACEOF 15834 cat >>confdefs.h <<\_ACEOF
16430#define HAVE_STRICT_MKSTEMP 1 15835#define HAVE_STRICT_MKSTEMP 1
16431_ACEOF 15836_ACEOF
@@ -16454,35 +15859,33 @@ case "(($ac_try" in
16454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16455 *) ac_try_echo=$ac_try;; 15860 *) ac_try_echo=$ac_try;;
16456esac 15861esac
16457eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15862eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16458$as_echo "$ac_try_echo") >&5
16459 (eval "$ac_link") 2>&5 15863 (eval "$ac_link") 2>&5
16460 ac_status=$? 15864 ac_status=$?
16461 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16462 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 15866 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16463 { (case "(($ac_try" in 15867 { (case "(($ac_try" in
16464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16465 *) ac_try_echo=$ac_try;; 15869 *) ac_try_echo=$ac_try;;
16466esac 15870esac
16467eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15871eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16468$as_echo "$ac_try_echo") >&5
16469 (eval "$ac_try") 2>&5 15872 (eval "$ac_try") 2>&5
16470 ac_status=$? 15873 ac_status=$?
16471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16472 (exit $ac_status); }; }; then 15875 (exit $ac_status); }; }; then
16473 15876
16474 { $as_echo "$as_me:$LINENO: result: no" >&5 15877 { echo "$as_me:$LINENO: result: no" >&5
16475$as_echo "no" >&6; } 15878echo "${ECHO_T}no" >&6; }
16476 15879
16477else 15880else
16478 $as_echo "$as_me: program exited with status $ac_status" >&5 15881 echo "$as_me: program exited with status $ac_status" >&5
16479$as_echo "$as_me: failed program was:" >&5 15882echo "$as_me: failed program was:" >&5
16480sed 's/^/| /' conftest.$ac_ext >&5 15883sed 's/^/| /' conftest.$ac_ext >&5
16481 15884
16482( exit $ac_status ) 15885( exit $ac_status )
16483 15886
16484 { $as_echo "$as_me:$LINENO: result: yes" >&5 15887 { echo "$as_me:$LINENO: result: yes" >&5
16485$as_echo "yes" >&6; } 15888echo "${ECHO_T}yes" >&6; }
16486 15889
16487cat >>confdefs.h <<\_ACEOF 15890cat >>confdefs.h <<\_ACEOF
16488#define HAVE_STRICT_MKSTEMP 1 15891#define HAVE_STRICT_MKSTEMP 1
@@ -16490,7 +15893,6 @@ _ACEOF
16490 15893
16491 15894
16492fi 15895fi
16493rm -rf conftest.dSYM
16494rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15896rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16495fi 15897fi
16496 15898
@@ -16498,12 +15900,12 @@ fi
16498fi 15900fi
16499 15901
16500if test ! -z "$check_for_openpty_ctty_bug"; then 15902if test ! -z "$check_for_openpty_ctty_bug"; then
16501 { $as_echo "$as_me:$LINENO: checking if openpty correctly handles controlling tty" >&5 15903 { echo "$as_me:$LINENO: checking if openpty correctly handles controlling tty" >&5
16502$as_echo_n "checking if openpty correctly handles controlling tty... " >&6; } 15904echo $ECHO_N "checking if openpty correctly handles controlling tty... $ECHO_C" >&6; }
16503 if test "$cross_compiling" = yes; then 15905 if test "$cross_compiling" = yes; then
16504 15906
16505 { $as_echo "$as_me:$LINENO: result: cross-compiling" >&5 15907 { echo "$as_me:$LINENO: result: cross-compiling" >&5
16506$as_echo "cross-compiling" >&6; } 15908echo "${ECHO_T}cross-compiling" >&6; }
16507 15909
16508 15910
16509else 15911else
@@ -16553,42 +15955,39 @@ case "(($ac_try" in
16553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16554 *) ac_try_echo=$ac_try;; 15956 *) ac_try_echo=$ac_try;;
16555esac 15957esac
16556eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15958eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16557$as_echo "$ac_try_echo") >&5
16558 (eval "$ac_link") 2>&5 15959 (eval "$ac_link") 2>&5
16559 ac_status=$? 15960 ac_status=$?
16560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16561 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 15962 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16562 { (case "(($ac_try" in 15963 { (case "(($ac_try" in
16563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16564 *) ac_try_echo=$ac_try;; 15965 *) ac_try_echo=$ac_try;;
16565esac 15966esac
16566eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15967eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16567$as_echo "$ac_try_echo") >&5
16568 (eval "$ac_try") 2>&5 15968 (eval "$ac_try") 2>&5
16569 ac_status=$? 15969 ac_status=$?
16570 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16571 (exit $ac_status); }; }; then 15971 (exit $ac_status); }; }; then
16572 15972
16573 { $as_echo "$as_me:$LINENO: result: yes" >&5 15973 { echo "$as_me:$LINENO: result: yes" >&5
16574$as_echo "yes" >&6; } 15974echo "${ECHO_T}yes" >&6; }
16575 15975
16576else 15976else
16577 $as_echo "$as_me: program exited with status $ac_status" >&5 15977 echo "$as_me: program exited with status $ac_status" >&5
16578$as_echo "$as_me: failed program was:" >&5 15978echo "$as_me: failed program was:" >&5
16579sed 's/^/| /' conftest.$ac_ext >&5 15979sed 's/^/| /' conftest.$ac_ext >&5
16580 15980
16581( exit $ac_status ) 15981( exit $ac_status )
16582 15982
16583 { $as_echo "$as_me:$LINENO: result: no" >&5 15983 { echo "$as_me:$LINENO: result: no" >&5
16584$as_echo "no" >&6; } 15984echo "${ECHO_T}no" >&6; }
16585 cat >>confdefs.h <<\_ACEOF 15985 cat >>confdefs.h <<\_ACEOF
16586#define SSHD_ACQUIRES_CTTY 1 15986#define SSHD_ACQUIRES_CTTY 1
16587_ACEOF 15987_ACEOF
16588 15988
16589 15989
16590fi 15990fi
16591rm -rf conftest.dSYM
16592rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15991rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16593fi 15992fi
16594 15993
@@ -16597,12 +15996,12 @@ fi
16597 15996
16598if test "x$ac_cv_func_getaddrinfo" = "xyes" && \ 15997if test "x$ac_cv_func_getaddrinfo" = "xyes" && \
16599 test "x$check_for_hpux_broken_getaddrinfo" = "x1"; then 15998 test "x$check_for_hpux_broken_getaddrinfo" = "x1"; then
16600 { $as_echo "$as_me:$LINENO: checking if getaddrinfo seems to work" >&5 15999 { echo "$as_me:$LINENO: checking if getaddrinfo seems to work" >&5
16601$as_echo_n "checking if getaddrinfo seems to work... " >&6; } 16000echo $ECHO_N "checking if getaddrinfo seems to work... $ECHO_C" >&6; }
16602 if test "$cross_compiling" = yes; then 16001 if test "$cross_compiling" = yes; then
16603 16002
16604 { $as_echo "$as_me:$LINENO: result: cross-compiling" >&5 16003 { echo "$as_me:$LINENO: result: cross-compiling" >&5
16605$as_echo "cross-compiling" >&6; } 16004echo "${ECHO_T}cross-compiling" >&6; }
16606 16005
16607 16006
16608else 16007else
@@ -16674,42 +16073,39 @@ case "(($ac_try" in
16674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16675 *) ac_try_echo=$ac_try;; 16074 *) ac_try_echo=$ac_try;;
16676esac 16075esac
16677eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16076eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16678$as_echo "$ac_try_echo") >&5
16679 (eval "$ac_link") 2>&5 16077 (eval "$ac_link") 2>&5
16680 ac_status=$? 16078 ac_status=$?
16681 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16682 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 16080 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16683 { (case "(($ac_try" in 16081 { (case "(($ac_try" in
16684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16685 *) ac_try_echo=$ac_try;; 16083 *) ac_try_echo=$ac_try;;
16686esac 16084esac
16687eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16085eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16688$as_echo "$ac_try_echo") >&5
16689 (eval "$ac_try") 2>&5 16086 (eval "$ac_try") 2>&5
16690 ac_status=$? 16087 ac_status=$?
16691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16692 (exit $ac_status); }; }; then 16089 (exit $ac_status); }; }; then
16693 16090
16694 { $as_echo "$as_me:$LINENO: result: yes" >&5 16091 { echo "$as_me:$LINENO: result: yes" >&5
16695$as_echo "yes" >&6; } 16092echo "${ECHO_T}yes" >&6; }
16696 16093
16697else 16094else
16698 $as_echo "$as_me: program exited with status $ac_status" >&5 16095 echo "$as_me: program exited with status $ac_status" >&5
16699$as_echo "$as_me: failed program was:" >&5 16096echo "$as_me: failed program was:" >&5
16700sed 's/^/| /' conftest.$ac_ext >&5 16097sed 's/^/| /' conftest.$ac_ext >&5
16701 16098
16702( exit $ac_status ) 16099( exit $ac_status )
16703 16100
16704 { $as_echo "$as_me:$LINENO: result: no" >&5 16101 { echo "$as_me:$LINENO: result: no" >&5
16705$as_echo "no" >&6; } 16102echo "${ECHO_T}no" >&6; }
16706 cat >>confdefs.h <<\_ACEOF 16103 cat >>confdefs.h <<\_ACEOF
16707#define BROKEN_GETADDRINFO 1 16104#define BROKEN_GETADDRINFO 1
16708_ACEOF 16105_ACEOF
16709 16106
16710 16107
16711fi 16108fi
16712rm -rf conftest.dSYM
16713rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 16109rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16714fi 16110fi
16715 16111
@@ -16718,12 +16114,12 @@ fi
16718 16114
16719if test "x$ac_cv_func_getaddrinfo" = "xyes" && \ 16115if test "x$ac_cv_func_getaddrinfo" = "xyes" && \
16720 test "x$check_for_aix_broken_getaddrinfo" = "x1"; then 16116 test "x$check_for_aix_broken_getaddrinfo" = "x1"; then
16721 { $as_echo "$as_me:$LINENO: checking if getaddrinfo seems to work" >&5 16117 { echo "$as_me:$LINENO: checking if getaddrinfo seems to work" >&5
16722$as_echo_n "checking if getaddrinfo seems to work... " >&6; } 16118echo $ECHO_N "checking if getaddrinfo seems to work... $ECHO_C" >&6; }
16723 if test "$cross_compiling" = yes; then 16119 if test "$cross_compiling" = yes; then
16724 16120
16725 { $as_echo "$as_me:$LINENO: result: cross-compiling" >&5 16121 { echo "$as_me:$LINENO: result: cross-compiling" >&5
16726$as_echo "cross-compiling" >&6; } 16122echo "${ECHO_T}cross-compiling" >&6; }
16727 16123
16728 16124
16729else 16125else
@@ -16783,25 +16179,23 @@ case "(($ac_try" in
16783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16784 *) ac_try_echo=$ac_try;; 16180 *) ac_try_echo=$ac_try;;
16785esac 16181esac
16786eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16182eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16787$as_echo "$ac_try_echo") >&5
16788 (eval "$ac_link") 2>&5 16183 (eval "$ac_link") 2>&5
16789 ac_status=$? 16184 ac_status=$?
16790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16791 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 16186 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16792 { (case "(($ac_try" in 16187 { (case "(($ac_try" in
16793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16794 *) ac_try_echo=$ac_try;; 16189 *) ac_try_echo=$ac_try;;
16795esac 16190esac
16796eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16191eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16797$as_echo "$ac_try_echo") >&5
16798 (eval "$ac_try") 2>&5 16192 (eval "$ac_try") 2>&5
16799 ac_status=$? 16193 ac_status=$?
16800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16801 (exit $ac_status); }; }; then 16195 (exit $ac_status); }; }; then
16802 16196
16803 { $as_echo "$as_me:$LINENO: result: yes" >&5 16197 { echo "$as_me:$LINENO: result: yes" >&5
16804$as_echo "yes" >&6; } 16198echo "${ECHO_T}yes" >&6; }
16805 16199
16806cat >>confdefs.h <<\_ACEOF 16200cat >>confdefs.h <<\_ACEOF
16807#define AIX_GETNAMEINFO_HACK 1 16201#define AIX_GETNAMEINFO_HACK 1
@@ -16809,21 +16203,20 @@ _ACEOF
16809 16203
16810 16204
16811else 16205else
16812 $as_echo "$as_me: program exited with status $ac_status" >&5 16206 echo "$as_me: program exited with status $ac_status" >&5
16813$as_echo "$as_me: failed program was:" >&5 16207echo "$as_me: failed program was:" >&5
16814sed 's/^/| /' conftest.$ac_ext >&5 16208sed 's/^/| /' conftest.$ac_ext >&5
16815 16209
16816( exit $ac_status ) 16210( exit $ac_status )
16817 16211
16818 { $as_echo "$as_me:$LINENO: result: no" >&5 16212 { echo "$as_me:$LINENO: result: no" >&5
16819$as_echo "no" >&6; } 16213echo "${ECHO_T}no" >&6; }
16820 cat >>confdefs.h <<\_ACEOF 16214 cat >>confdefs.h <<\_ACEOF
16821#define BROKEN_GETADDRINFO 1 16215#define BROKEN_GETADDRINFO 1
16822_ACEOF 16216_ACEOF
16823 16217
16824 16218
16825fi 16219fi
16826rm -rf conftest.dSYM
16827rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 16220rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16828fi 16221fi
16829 16222
@@ -16831,8 +16224,8 @@ fi
16831fi 16224fi
16832 16225
16833if test "x$check_for_conflicting_getspnam" = "x1"; then 16226if test "x$check_for_conflicting_getspnam" = "x1"; then
16834 { $as_echo "$as_me:$LINENO: checking for conflicting getspnam in shadow.h" >&5 16227 { echo "$as_me:$LINENO: checking for conflicting getspnam in shadow.h" >&5
16835$as_echo_n "checking for conflicting getspnam in shadow.h... " >&6; } 16228echo $ECHO_N "checking for conflicting getspnam in shadow.h... $ECHO_C" >&6; }
16836 cat >conftest.$ac_ext <<_ACEOF 16229 cat >conftest.$ac_ext <<_ACEOF
16837 16230
16838#include <shadow.h> 16231#include <shadow.h>
@@ -16845,29 +16238,28 @@ case "(($ac_try" in
16845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16846 *) ac_try_echo=$ac_try;; 16239 *) ac_try_echo=$ac_try;;
16847esac 16240esac
16848eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16241eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16849$as_echo "$ac_try_echo") >&5
16850 (eval "$ac_compile") 2>conftest.er1 16242 (eval "$ac_compile") 2>conftest.er1
16851 ac_status=$? 16243 ac_status=$?
16852 grep -v '^ *+' conftest.er1 >conftest.err 16244 grep -v '^ *+' conftest.er1 >conftest.err
16853 rm -f conftest.er1 16245 rm -f conftest.er1
16854 cat conftest.err >&5 16246 cat conftest.err >&5
16855 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16856 (exit $ac_status); } && { 16248 (exit $ac_status); } && {
16857 test -z "$ac_c_werror_flag" || 16249 test -z "$ac_c_werror_flag" ||
16858 test ! -s conftest.err 16250 test ! -s conftest.err
16859 } && test -s conftest.$ac_objext; then 16251 } && test -s conftest.$ac_objext; then
16860 16252
16861 { $as_echo "$as_me:$LINENO: result: no" >&5 16253 { echo "$as_me:$LINENO: result: no" >&5
16862$as_echo "no" >&6; } 16254echo "${ECHO_T}no" >&6; }
16863 16255
16864else 16256else
16865 $as_echo "$as_me: failed program was:" >&5 16257 echo "$as_me: failed program was:" >&5
16866sed 's/^/| /' conftest.$ac_ext >&5 16258sed 's/^/| /' conftest.$ac_ext >&5
16867 16259
16868 16260
16869 { $as_echo "$as_me:$LINENO: result: yes" >&5 16261 { echo "$as_me:$LINENO: result: yes" >&5
16870$as_echo "yes" >&6; } 16262echo "${ECHO_T}yes" >&6; }
16871 16263
16872cat >>confdefs.h <<\_ACEOF 16264cat >>confdefs.h <<\_ACEOF
16873#define GETSPNAM_CONFLICTING_DEFS 1 16265#define GETSPNAM_CONFLICTING_DEFS 1
@@ -16880,10 +16272,10 @@ fi
16880rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16272rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16881fi 16273fi
16882 16274
16883{ $as_echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5 16275{ echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5
16884$as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } 16276echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6; }
16885if test "${ac_cv_func_getpgrp_void+set}" = set; then 16277if test "${ac_cv_func_getpgrp_void+set}" = set; then
16886 $as_echo_n "(cached) " >&6 16278 echo $ECHO_N "(cached) $ECHO_C" >&6
16887else 16279else
16888 # Use it with a single arg. 16280 # Use it with a single arg.
16889cat >conftest.$ac_ext <<_ACEOF 16281cat >conftest.$ac_ext <<_ACEOF
@@ -16907,21 +16299,20 @@ case "(($ac_try" in
16907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16908 *) ac_try_echo=$ac_try;; 16300 *) ac_try_echo=$ac_try;;
16909esac 16301esac
16910eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16302eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16911$as_echo "$ac_try_echo") >&5
16912 (eval "$ac_compile") 2>conftest.er1 16303 (eval "$ac_compile") 2>conftest.er1
16913 ac_status=$? 16304 ac_status=$?
16914 grep -v '^ *+' conftest.er1 >conftest.err 16305 grep -v '^ *+' conftest.er1 >conftest.err
16915 rm -f conftest.er1 16306 rm -f conftest.er1
16916 cat conftest.err >&5 16307 cat conftest.err >&5
16917 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16918 (exit $ac_status); } && { 16309 (exit $ac_status); } && {
16919 test -z "$ac_c_werror_flag" || 16310 test -z "$ac_c_werror_flag" ||
16920 test ! -s conftest.err 16311 test ! -s conftest.err
16921 } && test -s conftest.$ac_objext; then 16312 } && test -s conftest.$ac_objext; then
16922 ac_cv_func_getpgrp_void=no 16313 ac_cv_func_getpgrp_void=no
16923else 16314else
16924 $as_echo "$as_me: failed program was:" >&5 16315 echo "$as_me: failed program was:" >&5
16925sed 's/^/| /' conftest.$ac_ext >&5 16316sed 's/^/| /' conftest.$ac_ext >&5
16926 16317
16927 ac_cv_func_getpgrp_void=yes 16318 ac_cv_func_getpgrp_void=yes
@@ -16930,8 +16321,8 @@ fi
16930rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16321rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16931 16322
16932fi 16323fi
16933{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 16324{ echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5
16934$as_echo "$ac_cv_func_getpgrp_void" >&6; } 16325echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6; }
16935if test $ac_cv_func_getpgrp_void = yes; then 16326if test $ac_cv_func_getpgrp_void = yes; then
16936 16327
16937cat >>confdefs.h <<\_ACEOF 16328cat >>confdefs.h <<\_ACEOF
@@ -17005,28 +16396,25 @@ case "(($ac_try" in
17005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17006 *) ac_try_echo=$ac_try;; 16397 *) ac_try_echo=$ac_try;;
17007esac 16398esac
17008eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16399eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17009$as_echo "$ac_try_echo") >&5
17010 (eval "$ac_link") 2>conftest.er1 16400 (eval "$ac_link") 2>conftest.er1
17011 ac_status=$? 16401 ac_status=$?
17012 grep -v '^ *+' conftest.er1 >conftest.err 16402 grep -v '^ *+' conftest.er1 >conftest.err
17013 rm -f conftest.er1 16403 rm -f conftest.er1
17014 cat conftest.err >&5 16404 cat conftest.err >&5
17015 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17016 (exit $ac_status); } && { 16406 (exit $ac_status); } && {
17017 test -z "$ac_c_werror_flag" || 16407 test -z "$ac_c_werror_flag" ||
17018 test ! -s conftest.err 16408 test ! -s conftest.err
17019 } && test -s conftest$ac_exeext && { 16409 } && test -s conftest$ac_exeext &&
17020 test "$cross_compiling" = yes || 16410 $as_test_x conftest$ac_exeext; then
17021 $as_test_x conftest$ac_exeext
17022 }; then
17023 16411
17024cat >>confdefs.h <<\_ACEOF 16412cat >>confdefs.h <<\_ACEOF
17025#define HAVE_OPENSSL 1 16413#define HAVE_OPENSSL 1
17026_ACEOF 16414_ACEOF
17027 16415
17028else 16416else
17029 $as_echo "$as_me: failed program was:" >&5 16417 echo "$as_me: failed program was:" >&5
17030sed 's/^/| /' conftest.$ac_ext >&5 16418sed 's/^/| /' conftest.$ac_ext >&5
17031 16419
17032 16420
@@ -17037,17 +16425,17 @@ sed 's/^/| /' conftest.$ac_ext >&5
17037 fi 16425 fi
17038 CPPFLAGS="-I/usr/local/ssl/include ${saved_CPPFLAGS}" 16426 CPPFLAGS="-I/usr/local/ssl/include ${saved_CPPFLAGS}"
17039 if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then 16427 if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then
17040 { $as_echo "$as_me:$LINENO: checking for openssl/opensslv.h" >&5 16428 { echo "$as_me:$LINENO: checking for openssl/opensslv.h" >&5
17041$as_echo_n "checking for openssl/opensslv.h... " >&6; } 16429echo $ECHO_N "checking for openssl/opensslv.h... $ECHO_C" >&6; }
17042if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then 16430if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then
17043 $as_echo_n "(cached) " >&6 16431 echo $ECHO_N "(cached) $ECHO_C" >&6
17044fi 16432fi
17045{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_openssl_opensslv_h" >&5 16433{ echo "$as_me:$LINENO: result: $ac_cv_header_openssl_opensslv_h" >&5
17046$as_echo "$ac_cv_header_openssl_opensslv_h" >&6; } 16434echo "${ECHO_T}$ac_cv_header_openssl_opensslv_h" >&6; }
17047else 16435else
17048 # Is the header compilable? 16436 # Is the header compilable?
17049{ $as_echo "$as_me:$LINENO: checking openssl/opensslv.h usability" >&5 16437{ echo "$as_me:$LINENO: checking openssl/opensslv.h usability" >&5
17050$as_echo_n "checking openssl/opensslv.h usability... " >&6; } 16438echo $ECHO_N "checking openssl/opensslv.h usability... $ECHO_C" >&6; }
17051cat >conftest.$ac_ext <<_ACEOF 16439cat >conftest.$ac_ext <<_ACEOF
17052/* confdefs.h. */ 16440/* confdefs.h. */
17053_ACEOF 16441_ACEOF
@@ -17063,33 +16451,32 @@ case "(($ac_try" in
17063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17064 *) ac_try_echo=$ac_try;; 16452 *) ac_try_echo=$ac_try;;
17065esac 16453esac
17066eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16454eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17067$as_echo "$ac_try_echo") >&5
17068 (eval "$ac_compile") 2>conftest.er1 16455 (eval "$ac_compile") 2>conftest.er1
17069 ac_status=$? 16456 ac_status=$?
17070 grep -v '^ *+' conftest.er1 >conftest.err 16457 grep -v '^ *+' conftest.er1 >conftest.err
17071 rm -f conftest.er1 16458 rm -f conftest.er1
17072 cat conftest.err >&5 16459 cat conftest.err >&5
17073 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17074 (exit $ac_status); } && { 16461 (exit $ac_status); } && {
17075 test -z "$ac_c_werror_flag" || 16462 test -z "$ac_c_werror_flag" ||
17076 test ! -s conftest.err 16463 test ! -s conftest.err
17077 } && test -s conftest.$ac_objext; then 16464 } && test -s conftest.$ac_objext; then
17078 ac_header_compiler=yes 16465 ac_header_compiler=yes
17079else 16466else
17080 $as_echo "$as_me: failed program was:" >&5 16467 echo "$as_me: failed program was:" >&5
17081sed 's/^/| /' conftest.$ac_ext >&5 16468sed 's/^/| /' conftest.$ac_ext >&5
17082 16469
17083 ac_header_compiler=no 16470 ac_header_compiler=no
17084fi 16471fi
17085 16472
17086rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16473rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17087{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 16474{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17088$as_echo "$ac_header_compiler" >&6; } 16475echo "${ECHO_T}$ac_header_compiler" >&6; }
17089 16476
17090# Is the header present? 16477# Is the header present?
17091{ $as_echo "$as_me:$LINENO: checking openssl/opensslv.h presence" >&5 16478{ echo "$as_me:$LINENO: checking openssl/opensslv.h presence" >&5
17092$as_echo_n "checking openssl/opensslv.h presence... " >&6; } 16479echo $ECHO_N "checking openssl/opensslv.h presence... $ECHO_C" >&6; }
17093cat >conftest.$ac_ext <<_ACEOF 16480cat >conftest.$ac_ext <<_ACEOF
17094/* confdefs.h. */ 16481/* confdefs.h. */
17095_ACEOF 16482_ACEOF
@@ -17103,52 +16490,51 @@ case "(($ac_try" in
17103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17104 *) ac_try_echo=$ac_try;; 16491 *) ac_try_echo=$ac_try;;
17105esac 16492esac
17106eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16493eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17107$as_echo "$ac_try_echo") >&5
17108 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 16494 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17109 ac_status=$? 16495 ac_status=$?
17110 grep -v '^ *+' conftest.er1 >conftest.err 16496 grep -v '^ *+' conftest.er1 >conftest.err
17111 rm -f conftest.er1 16497 rm -f conftest.er1
17112 cat conftest.err >&5 16498 cat conftest.err >&5
17113 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17114 (exit $ac_status); } >/dev/null && { 16500 (exit $ac_status); } >/dev/null && {
17115 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 16501 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17116 test ! -s conftest.err 16502 test ! -s conftest.err
17117 }; then 16503 }; then
17118 ac_header_preproc=yes 16504 ac_header_preproc=yes
17119else 16505else
17120 $as_echo "$as_me: failed program was:" >&5 16506 echo "$as_me: failed program was:" >&5
17121sed 's/^/| /' conftest.$ac_ext >&5 16507sed 's/^/| /' conftest.$ac_ext >&5
17122 16508
17123 ac_header_preproc=no 16509 ac_header_preproc=no
17124fi 16510fi
17125 16511
17126rm -f conftest.err conftest.$ac_ext 16512rm -f conftest.err conftest.$ac_ext
17127{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 16513{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17128$as_echo "$ac_header_preproc" >&6; } 16514echo "${ECHO_T}$ac_header_preproc" >&6; }
17129 16515
17130# So? What about this header? 16516# So? What about this header?
17131case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 16517case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17132 yes:no: ) 16518 yes:no: )
17133 { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: accepted by the compiler, rejected by the preprocessor!" >&5 16519 { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: accepted by the compiler, rejected by the preprocessor!" >&5
17134$as_echo "$as_me: WARNING: openssl/opensslv.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 16520echo "$as_me: WARNING: openssl/opensslv.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17135 { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: proceeding with the compiler's result" >&5 16521 { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: proceeding with the compiler's result" >&5
17136$as_echo "$as_me: WARNING: openssl/opensslv.h: proceeding with the compiler's result" >&2;} 16522echo "$as_me: WARNING: openssl/opensslv.h: proceeding with the compiler's result" >&2;}
17137 ac_header_preproc=yes 16523 ac_header_preproc=yes
17138 ;; 16524 ;;
17139 no:yes:* ) 16525 no:yes:* )
17140 { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: present but cannot be compiled" >&5 16526 { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: present but cannot be compiled" >&5
17141$as_echo "$as_me: WARNING: openssl/opensslv.h: present but cannot be compiled" >&2;} 16527echo "$as_me: WARNING: openssl/opensslv.h: present but cannot be compiled" >&2;}
17142 { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: check for missing prerequisite headers?" >&5 16528 { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: check for missing prerequisite headers?" >&5
17143$as_echo "$as_me: WARNING: openssl/opensslv.h: check for missing prerequisite headers?" >&2;} 16529echo "$as_me: WARNING: openssl/opensslv.h: check for missing prerequisite headers?" >&2;}
17144 { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: see the Autoconf documentation" >&5 16530 { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: see the Autoconf documentation" >&5
17145$as_echo "$as_me: WARNING: openssl/opensslv.h: see the Autoconf documentation" >&2;} 16531echo "$as_me: WARNING: openssl/opensslv.h: see the Autoconf documentation" >&2;}
17146 { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: section \"Present But Cannot Be Compiled\"" >&5 16532 { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: section \"Present But Cannot Be Compiled\"" >&5
17147$as_echo "$as_me: WARNING: openssl/opensslv.h: section \"Present But Cannot Be Compiled\"" >&2;} 16533echo "$as_me: WARNING: openssl/opensslv.h: section \"Present But Cannot Be Compiled\"" >&2;}
17148 { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: proceeding with the preprocessor's result" >&5 16534 { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: proceeding with the preprocessor's result" >&5
17149$as_echo "$as_me: WARNING: openssl/opensslv.h: proceeding with the preprocessor's result" >&2;} 16535echo "$as_me: WARNING: openssl/opensslv.h: proceeding with the preprocessor's result" >&2;}
17150 { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: in the future, the compiler will take precedence" >&5 16536 { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: in the future, the compiler will take precedence" >&5
17151$as_echo "$as_me: WARNING: openssl/opensslv.h: in the future, the compiler will take precedence" >&2;} 16537echo "$as_me: WARNING: openssl/opensslv.h: in the future, the compiler will take precedence" >&2;}
17152 ( cat <<\_ASBOX 16538 ( cat <<\_ASBOX
17153## ------------------------------------------- ## 16539## ------------------------------------------- ##
17154## Report this to openssh-unix-dev@mindrot.org ## 16540## Report this to openssh-unix-dev@mindrot.org ##
@@ -17157,22 +16543,22 @@ _ASBOX
17157 ) | sed "s/^/$as_me: WARNING: /" >&2 16543 ) | sed "s/^/$as_me: WARNING: /" >&2
17158 ;; 16544 ;;
17159esac 16545esac
17160{ $as_echo "$as_me:$LINENO: checking for openssl/opensslv.h" >&5 16546{ echo "$as_me:$LINENO: checking for openssl/opensslv.h" >&5
17161$as_echo_n "checking for openssl/opensslv.h... " >&6; } 16547echo $ECHO_N "checking for openssl/opensslv.h... $ECHO_C" >&6; }
17162if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then 16548if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then
17163 $as_echo_n "(cached) " >&6 16549 echo $ECHO_N "(cached) $ECHO_C" >&6
17164else 16550else
17165 ac_cv_header_openssl_opensslv_h=$ac_header_preproc 16551 ac_cv_header_openssl_opensslv_h=$ac_header_preproc
17166fi 16552fi
17167{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_openssl_opensslv_h" >&5 16553{ echo "$as_me:$LINENO: result: $ac_cv_header_openssl_opensslv_h" >&5
17168$as_echo "$ac_cv_header_openssl_opensslv_h" >&6; } 16554echo "${ECHO_T}$ac_cv_header_openssl_opensslv_h" >&6; }
17169 16555
17170fi 16556fi
17171if test $ac_cv_header_openssl_opensslv_h = yes; then 16557if test $ac_cv_header_openssl_opensslv_h = yes; then
17172 : 16558 :
17173else 16559else
17174 { { $as_echo "$as_me:$LINENO: error: *** OpenSSL headers missing - please install first or check config.log ***" >&5 16560 { { echo "$as_me:$LINENO: error: *** OpenSSL headers missing - please install first or check config.log ***" >&5
17175$as_echo "$as_me: error: *** OpenSSL headers missing - please install first or check config.log ***" >&2;} 16561echo "$as_me: error: *** OpenSSL headers missing - please install first or check config.log ***" >&2;}
17176 { (exit 1); exit 1; }; } 16562 { (exit 1); exit 1; }; }
17177fi 16563fi
17178 16564
@@ -17205,55 +16591,50 @@ case "(($ac_try" in
17205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17206 *) ac_try_echo=$ac_try;; 16592 *) ac_try_echo=$ac_try;;
17207esac 16593esac
17208eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16594eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17209$as_echo "$ac_try_echo") >&5
17210 (eval "$ac_link") 2>conftest.er1 16595 (eval "$ac_link") 2>conftest.er1
17211 ac_status=$? 16596 ac_status=$?
17212 grep -v '^ *+' conftest.er1 >conftest.err 16597 grep -v '^ *+' conftest.er1 >conftest.err
17213 rm -f conftest.er1 16598 rm -f conftest.er1
17214 cat conftest.err >&5 16599 cat conftest.err >&5
17215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17216 (exit $ac_status); } && { 16601 (exit $ac_status); } && {
17217 test -z "$ac_c_werror_flag" || 16602 test -z "$ac_c_werror_flag" ||
17218 test ! -s conftest.err 16603 test ! -s conftest.err
17219 } && test -s conftest$ac_exeext && { 16604 } && test -s conftest$ac_exeext &&
17220 test "$cross_compiling" = yes || 16605 $as_test_x conftest$ac_exeext; then
17221 $as_test_x conftest$ac_exeext
17222 }; then
17223 cat >>confdefs.h <<\_ACEOF 16606 cat >>confdefs.h <<\_ACEOF
17224#define HAVE_OPENSSL 1 16607#define HAVE_OPENSSL 1
17225_ACEOF 16608_ACEOF
17226 16609
17227else 16610else
17228 $as_echo "$as_me: failed program was:" >&5 16611 echo "$as_me: failed program was:" >&5
17229sed 's/^/| /' conftest.$ac_ext >&5 16612sed 's/^/| /' conftest.$ac_ext >&5
17230 16613
17231 16614
17232 { { $as_echo "$as_me:$LINENO: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&5 16615 { { echo "$as_me:$LINENO: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&5
17233$as_echo "$as_me: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&2;} 16616echo "$as_me: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&2;}
17234 { (exit 1); exit 1; }; } 16617 { (exit 1); exit 1; }; }
17235 16618
17236 16619
17237fi 16620fi
17238 16621
17239rm -rf conftest.dSYM
17240rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16622rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17241 conftest$ac_exeext conftest.$ac_ext 16623 conftest$ac_exeext conftest.$ac_ext
17242 16624
17243 16625
17244fi 16626fi
17245 16627
17246rm -rf conftest.dSYM
17247rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16628rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17248 conftest$ac_exeext conftest.$ac_ext 16629 conftest$ac_exeext conftest.$ac_ext
17249 16630
17250# Determine OpenSSL header version 16631# Determine OpenSSL header version
17251{ $as_echo "$as_me:$LINENO: checking OpenSSL header version" >&5 16632{ echo "$as_me:$LINENO: checking OpenSSL header version" >&5
17252$as_echo_n "checking OpenSSL header version... " >&6; } 16633echo $ECHO_N "checking OpenSSL header version... $ECHO_C" >&6; }
17253if test "$cross_compiling" = yes; then 16634if test "$cross_compiling" = yes; then
17254 16635
17255 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 16636 { echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5
17256$as_echo "$as_me: WARNING: cross compiling: not checking" >&2;} 16637echo "$as_me: WARNING: cross compiling: not checking" >&2;}
17257 16638
17258 16639
17259else 16640else
@@ -17289,54 +16670,51 @@ case "(($ac_try" in
17289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17290 *) ac_try_echo=$ac_try;; 16671 *) ac_try_echo=$ac_try;;
17291esac 16672esac
17292eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16673eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17293$as_echo "$ac_try_echo") >&5
17294 (eval "$ac_link") 2>&5 16674 (eval "$ac_link") 2>&5
17295 ac_status=$? 16675 ac_status=$?
17296 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17297 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 16677 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17298 { (case "(($ac_try" in 16678 { (case "(($ac_try" in
17299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17300 *) ac_try_echo=$ac_try;; 16680 *) ac_try_echo=$ac_try;;
17301esac 16681esac
17302eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16682eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17303$as_echo "$ac_try_echo") >&5
17304 (eval "$ac_try") 2>&5 16683 (eval "$ac_try") 2>&5
17305 ac_status=$? 16684 ac_status=$?
17306 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17307 (exit $ac_status); }; }; then 16686 (exit $ac_status); }; }; then
17308 16687
17309 ssl_header_ver=`cat conftest.sslincver` 16688 ssl_header_ver=`cat conftest.sslincver`
17310 { $as_echo "$as_me:$LINENO: result: $ssl_header_ver" >&5 16689 { echo "$as_me:$LINENO: result: $ssl_header_ver" >&5
17311$as_echo "$ssl_header_ver" >&6; } 16690echo "${ECHO_T}$ssl_header_ver" >&6; }
17312 16691
17313else 16692else
17314 $as_echo "$as_me: program exited with status $ac_status" >&5 16693 echo "$as_me: program exited with status $ac_status" >&5
17315$as_echo "$as_me: failed program was:" >&5 16694echo "$as_me: failed program was:" >&5
17316sed 's/^/| /' conftest.$ac_ext >&5 16695sed 's/^/| /' conftest.$ac_ext >&5
17317 16696
17318( exit $ac_status ) 16697( exit $ac_status )
17319 16698
17320 { $as_echo "$as_me:$LINENO: result: not found" >&5 16699 { echo "$as_me:$LINENO: result: not found" >&5
17321$as_echo "not found" >&6; } 16700echo "${ECHO_T}not found" >&6; }
17322 { { $as_echo "$as_me:$LINENO: error: OpenSSL version header not found." >&5 16701 { { echo "$as_me:$LINENO: error: OpenSSL version header not found." >&5
17323$as_echo "$as_me: error: OpenSSL version header not found." >&2;} 16702echo "$as_me: error: OpenSSL version header not found." >&2;}
17324 { (exit 1); exit 1; }; } 16703 { (exit 1); exit 1; }; }
17325 16704
17326fi 16705fi
17327rm -rf conftest.dSYM
17328rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 16706rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17329fi 16707fi
17330 16708
17331 16709
17332 16710
17333# Determine OpenSSL library version 16711# Determine OpenSSL library version
17334{ $as_echo "$as_me:$LINENO: checking OpenSSL library version" >&5 16712{ echo "$as_me:$LINENO: checking OpenSSL library version" >&5
17335$as_echo_n "checking OpenSSL library version... " >&6; } 16713echo $ECHO_N "checking OpenSSL library version... $ECHO_C" >&6; }
17336if test "$cross_compiling" = yes; then 16714if test "$cross_compiling" = yes; then
17337 16715
17338 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 16716 { echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5
17339$as_echo "$as_me: WARNING: cross compiling: not checking" >&2;} 16717echo "$as_me: WARNING: cross compiling: not checking" >&2;}
17340 16718
17341 16719
17342else 16720else
@@ -17373,42 +16751,39 @@ case "(($ac_try" in
17373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17374 *) ac_try_echo=$ac_try;; 16752 *) ac_try_echo=$ac_try;;
17375esac 16753esac
17376eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16754eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17377$as_echo "$ac_try_echo") >&5
17378 (eval "$ac_link") 2>&5 16755 (eval "$ac_link") 2>&5
17379 ac_status=$? 16756 ac_status=$?
17380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17381 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 16758 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17382 { (case "(($ac_try" in 16759 { (case "(($ac_try" in
17383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17384 *) ac_try_echo=$ac_try;; 16761 *) ac_try_echo=$ac_try;;
17385esac 16762esac
17386eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16763eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17387$as_echo "$ac_try_echo") >&5
17388 (eval "$ac_try") 2>&5 16764 (eval "$ac_try") 2>&5
17389 ac_status=$? 16765 ac_status=$?
17390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17391 (exit $ac_status); }; }; then 16767 (exit $ac_status); }; }; then
17392 16768
17393 ssl_library_ver=`cat conftest.ssllibver` 16769 ssl_library_ver=`cat conftest.ssllibver`
17394 { $as_echo "$as_me:$LINENO: result: $ssl_library_ver" >&5 16770 { echo "$as_me:$LINENO: result: $ssl_library_ver" >&5
17395$as_echo "$ssl_library_ver" >&6; } 16771echo "${ECHO_T}$ssl_library_ver" >&6; }
17396 16772
17397else 16773else
17398 $as_echo "$as_me: program exited with status $ac_status" >&5 16774 echo "$as_me: program exited with status $ac_status" >&5
17399$as_echo "$as_me: failed program was:" >&5 16775echo "$as_me: failed program was:" >&5
17400sed 's/^/| /' conftest.$ac_ext >&5 16776sed 's/^/| /' conftest.$ac_ext >&5
17401 16777
17402( exit $ac_status ) 16778( exit $ac_status )
17403 16779
17404 { $as_echo "$as_me:$LINENO: result: not found" >&5 16780 { echo "$as_me:$LINENO: result: not found" >&5
17405$as_echo "not found" >&6; } 16781echo "${ECHO_T}not found" >&6; }
17406 { { $as_echo "$as_me:$LINENO: error: OpenSSL library not found." >&5 16782 { { echo "$as_me:$LINENO: error: OpenSSL library not found." >&5
17407$as_echo "$as_me: error: OpenSSL library not found." >&2;} 16783echo "$as_me: error: OpenSSL library not found." >&2;}
17408 { (exit 1); exit 1; }; } 16784 { (exit 1); exit 1; }; }
17409 16785
17410fi 16786fi
17411rm -rf conftest.dSYM
17412rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 16787rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17413fi 16788fi
17414 16789
@@ -17426,12 +16801,12 @@ fi
17426 16801
17427 16802
17428# Sanity check OpenSSL headers 16803# Sanity check OpenSSL headers
17429{ $as_echo "$as_me:$LINENO: checking whether OpenSSL's headers match the library" >&5 16804{ echo "$as_me:$LINENO: checking whether OpenSSL's headers match the library" >&5
17430$as_echo_n "checking whether OpenSSL's headers match the library... " >&6; } 16805echo $ECHO_N "checking whether OpenSSL's headers match the library... $ECHO_C" >&6; }
17431if test "$cross_compiling" = yes; then 16806if test "$cross_compiling" = yes; then
17432 16807
17433 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 16808 { echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5
17434$as_echo "$as_me: WARNING: cross compiling: not checking" >&2;} 16809echo "$as_me: WARNING: cross compiling: not checking" >&2;}
17435 16810
17436 16811
17437else 16812else
@@ -17453,43 +16828,41 @@ case "(($ac_try" in
17453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17454 *) ac_try_echo=$ac_try;; 16829 *) ac_try_echo=$ac_try;;
17455esac 16830esac
17456eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16831eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17457$as_echo "$ac_try_echo") >&5
17458 (eval "$ac_link") 2>&5 16832 (eval "$ac_link") 2>&5
17459 ac_status=$? 16833 ac_status=$?
17460 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17461 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 16835 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17462 { (case "(($ac_try" in 16836 { (case "(($ac_try" in
17463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17464 *) ac_try_echo=$ac_try;; 16838 *) ac_try_echo=$ac_try;;
17465esac 16839esac
17466eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16840eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17467$as_echo "$ac_try_echo") >&5
17468 (eval "$ac_try") 2>&5 16841 (eval "$ac_try") 2>&5
17469 ac_status=$? 16842 ac_status=$?
17470 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17471 (exit $ac_status); }; }; then 16844 (exit $ac_status); }; }; then
17472 16845
17473 { $as_echo "$as_me:$LINENO: result: yes" >&5 16846 { echo "$as_me:$LINENO: result: yes" >&5
17474$as_echo "yes" >&6; } 16847echo "${ECHO_T}yes" >&6; }
17475 16848
17476else 16849else
17477 $as_echo "$as_me: program exited with status $ac_status" >&5 16850 echo "$as_me: program exited with status $ac_status" >&5
17478$as_echo "$as_me: failed program was:" >&5 16851echo "$as_me: failed program was:" >&5
17479sed 's/^/| /' conftest.$ac_ext >&5 16852sed 's/^/| /' conftest.$ac_ext >&5
17480 16853
17481( exit $ac_status ) 16854( exit $ac_status )
17482 16855
17483 { $as_echo "$as_me:$LINENO: result: no" >&5 16856 { echo "$as_me:$LINENO: result: no" >&5
17484$as_echo "no" >&6; } 16857echo "${ECHO_T}no" >&6; }
17485 if test "x$openssl_check_nonfatal" = "x"; then 16858 if test "x$openssl_check_nonfatal" = "x"; then
17486 { { $as_echo "$as_me:$LINENO: error: Your OpenSSL headers do not match your 16859 { { echo "$as_me:$LINENO: error: Your OpenSSL headers do not match your
17487library. Check config.log for details. 16860library. Check config.log for details.
17488If you are sure your installation is consistent, you can disable the check 16861If you are sure your installation is consistent, you can disable the check
17489by running \"./configure --without-openssl-header-check\". 16862by running \"./configure --without-openssl-header-check\".
17490Also see contrib/findssl.sh for help identifying header/library mismatches. 16863Also see contrib/findssl.sh for help identifying header/library mismatches.
17491" >&5 16864" >&5
17492$as_echo "$as_me: error: Your OpenSSL headers do not match your 16865echo "$as_me: error: Your OpenSSL headers do not match your
17493library. Check config.log for details. 16866library. Check config.log for details.
17494If you are sure your installation is consistent, you can disable the check 16867If you are sure your installation is consistent, you can disable the check
17495by running \"./configure --without-openssl-header-check\". 16868by running \"./configure --without-openssl-header-check\".
@@ -17497,23 +16870,22 @@ Also see contrib/findssl.sh for help identifying header/library mismatches.
17497" >&2;} 16870" >&2;}
17498 { (exit 1); exit 1; }; } 16871 { (exit 1); exit 1; }; }
17499 else 16872 else
17500 { $as_echo "$as_me:$LINENO: WARNING: Your OpenSSL headers do not match your 16873 { echo "$as_me:$LINENO: WARNING: Your OpenSSL headers do not match your
17501library. Check config.log for details. 16874library. Check config.log for details.
17502Also see contrib/findssl.sh for help identifying header/library mismatches." >&5 16875Also see contrib/findssl.sh for help identifying header/library mismatches." >&5
17503$as_echo "$as_me: WARNING: Your OpenSSL headers do not match your 16876echo "$as_me: WARNING: Your OpenSSL headers do not match your
17504library. Check config.log for details. 16877library. Check config.log for details.
17505Also see contrib/findssl.sh for help identifying header/library mismatches." >&2;} 16878Also see contrib/findssl.sh for help identifying header/library mismatches." >&2;}
17506 fi 16879 fi
17507 16880
17508fi 16881fi
17509rm -rf conftest.dSYM
17510rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 16882rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17511fi 16883fi
17512 16884
17513 16885
17514 16886
17515{ $as_echo "$as_me:$LINENO: checking if programs using OpenSSL functions will link" >&5 16887{ echo "$as_me:$LINENO: checking if programs using OpenSSL functions will link" >&5
17516$as_echo_n "checking if programs using OpenSSL functions will link... " >&6; } 16888echo $ECHO_N "checking if programs using OpenSSL functions will link... $ECHO_C" >&6; }
17517cat >conftest.$ac_ext <<_ACEOF 16889cat >conftest.$ac_ext <<_ACEOF
17518/* confdefs.h. */ 16890/* confdefs.h. */
17519_ACEOF 16891_ACEOF
@@ -17531,36 +16903,33 @@ case "(($ac_try" in
17531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17532 *) ac_try_echo=$ac_try;; 16904 *) ac_try_echo=$ac_try;;
17533esac 16905esac
17534eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16906eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17535$as_echo "$ac_try_echo") >&5
17536 (eval "$ac_link") 2>conftest.er1 16907 (eval "$ac_link") 2>conftest.er1
17537 ac_status=$? 16908 ac_status=$?
17538 grep -v '^ *+' conftest.er1 >conftest.err 16909 grep -v '^ *+' conftest.er1 >conftest.err
17539 rm -f conftest.er1 16910 rm -f conftest.er1
17540 cat conftest.err >&5 16911 cat conftest.err >&5
17541 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17542 (exit $ac_status); } && { 16913 (exit $ac_status); } && {
17543 test -z "$ac_c_werror_flag" || 16914 test -z "$ac_c_werror_flag" ||
17544 test ! -s conftest.err 16915 test ! -s conftest.err
17545 } && test -s conftest$ac_exeext && { 16916 } && test -s conftest$ac_exeext &&
17546 test "$cross_compiling" = yes || 16917 $as_test_x conftest$ac_exeext; then
17547 $as_test_x conftest$ac_exeext
17548 }; then
17549 16918
17550 { $as_echo "$as_me:$LINENO: result: yes" >&5 16919 { echo "$as_me:$LINENO: result: yes" >&5
17551$as_echo "yes" >&6; } 16920echo "${ECHO_T}yes" >&6; }
17552 16921
17553else 16922else
17554 $as_echo "$as_me: failed program was:" >&5 16923 echo "$as_me: failed program was:" >&5
17555sed 's/^/| /' conftest.$ac_ext >&5 16924sed 's/^/| /' conftest.$ac_ext >&5
17556 16925
17557 16926
17558 { $as_echo "$as_me:$LINENO: result: no" >&5 16927 { echo "$as_me:$LINENO: result: no" >&5
17559$as_echo "no" >&6; } 16928echo "${ECHO_T}no" >&6; }
17560 saved_LIBS="$LIBS" 16929 saved_LIBS="$LIBS"
17561 LIBS="$LIBS -ldl" 16930 LIBS="$LIBS -ldl"
17562 { $as_echo "$as_me:$LINENO: checking if programs using OpenSSL need -ldl" >&5 16931 { echo "$as_me:$LINENO: checking if programs using OpenSSL need -ldl" >&5
17563$as_echo_n "checking if programs using OpenSSL need -ldl... " >&6; } 16932echo $ECHO_N "checking if programs using OpenSSL need -ldl... $ECHO_C" >&6; }
17564 cat >conftest.$ac_ext <<_ACEOF 16933 cat >conftest.$ac_ext <<_ACEOF
17565/* confdefs.h. */ 16934/* confdefs.h. */
17566_ACEOF 16935_ACEOF
@@ -17578,45 +16947,40 @@ case "(($ac_try" in
17578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17579 *) ac_try_echo=$ac_try;; 16948 *) ac_try_echo=$ac_try;;
17580esac 16949esac
17581eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 16950eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17582$as_echo "$ac_try_echo") >&5
17583 (eval "$ac_link") 2>conftest.er1 16951 (eval "$ac_link") 2>conftest.er1
17584 ac_status=$? 16952 ac_status=$?
17585 grep -v '^ *+' conftest.er1 >conftest.err 16953 grep -v '^ *+' conftest.er1 >conftest.err
17586 rm -f conftest.er1 16954 rm -f conftest.er1
17587 cat conftest.err >&5 16955 cat conftest.err >&5
17588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 16956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17589 (exit $ac_status); } && { 16957 (exit $ac_status); } && {
17590 test -z "$ac_c_werror_flag" || 16958 test -z "$ac_c_werror_flag" ||
17591 test ! -s conftest.err 16959 test ! -s conftest.err
17592 } && test -s conftest$ac_exeext && { 16960 } && test -s conftest$ac_exeext &&
17593 test "$cross_compiling" = yes || 16961 $as_test_x conftest$ac_exeext; then
17594 $as_test_x conftest$ac_exeext
17595 }; then
17596 16962
17597 { $as_echo "$as_me:$LINENO: result: yes" >&5 16963 { echo "$as_me:$LINENO: result: yes" >&5
17598$as_echo "yes" >&6; } 16964echo "${ECHO_T}yes" >&6; }
17599 16965
17600else 16966else
17601 $as_echo "$as_me: failed program was:" >&5 16967 echo "$as_me: failed program was:" >&5
17602sed 's/^/| /' conftest.$ac_ext >&5 16968sed 's/^/| /' conftest.$ac_ext >&5
17603 16969
17604 16970
17605 { $as_echo "$as_me:$LINENO: result: no" >&5 16971 { echo "$as_me:$LINENO: result: no" >&5
17606$as_echo "no" >&6; } 16972echo "${ECHO_T}no" >&6; }
17607 LIBS="$saved_LIBS" 16973 LIBS="$saved_LIBS"
17608 16974
17609 16975
17610fi 16976fi
17611 16977
17612rm -rf conftest.dSYM
17613rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16978rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17614 conftest$ac_exeext conftest.$ac_ext 16979 conftest$ac_exeext conftest.$ac_ext
17615 16980
17616 16981
17617fi 16982fi
17618 16983
17619rm -rf conftest.dSYM
17620rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16984rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17621 conftest$ac_exeext conftest.$ac_ext 16985 conftest$ac_exeext conftest.$ac_ext
17622 16986
@@ -17624,8 +16988,8 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17624# Check whether --with-ssl-engine was given. 16988# Check whether --with-ssl-engine was given.
17625if test "${with_ssl_engine+set}" = set; then 16989if test "${with_ssl_engine+set}" = set; then
17626 withval=$with_ssl_engine; if test "x$withval" != "xno" ; then 16990 withval=$with_ssl_engine; if test "x$withval" != "xno" ; then
17627 { $as_echo "$as_me:$LINENO: checking for OpenSSL ENGINE support" >&5 16991 { echo "$as_me:$LINENO: checking for OpenSSL ENGINE support" >&5
17628$as_echo_n "checking for OpenSSL ENGINE support... " >&6; } 16992echo $ECHO_N "checking for OpenSSL ENGINE support... $ECHO_C" >&6; }
17629 cat >conftest.$ac_ext <<_ACEOF 16993 cat >conftest.$ac_ext <<_ACEOF
17630/* confdefs.h. */ 16994/* confdefs.h. */
17631_ACEOF 16995_ACEOF
@@ -17649,20 +17013,19 @@ case "(($ac_try" in
17649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17650 *) ac_try_echo=$ac_try;; 17014 *) ac_try_echo=$ac_try;;
17651esac 17015esac
17652eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17016eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17653$as_echo "$ac_try_echo") >&5
17654 (eval "$ac_compile") 2>conftest.er1 17017 (eval "$ac_compile") 2>conftest.er1
17655 ac_status=$? 17018 ac_status=$?
17656 grep -v '^ *+' conftest.er1 >conftest.err 17019 grep -v '^ *+' conftest.er1 >conftest.err
17657 rm -f conftest.er1 17020 rm -f conftest.er1
17658 cat conftest.err >&5 17021 cat conftest.err >&5
17659 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17660 (exit $ac_status); } && { 17023 (exit $ac_status); } && {
17661 test -z "$ac_c_werror_flag" || 17024 test -z "$ac_c_werror_flag" ||
17662 test ! -s conftest.err 17025 test ! -s conftest.err
17663 } && test -s conftest.$ac_objext; then 17026 } && test -s conftest.$ac_objext; then
17664 { $as_echo "$as_me:$LINENO: result: yes" >&5 17027 { echo "$as_me:$LINENO: result: yes" >&5
17665$as_echo "yes" >&6; } 17028echo "${ECHO_T}yes" >&6; }
17666 17029
17667cat >>confdefs.h <<\_ACEOF 17030cat >>confdefs.h <<\_ACEOF
17668#define USE_OPENSSL_ENGINE 1 17031#define USE_OPENSSL_ENGINE 1
@@ -17670,11 +17033,11 @@ _ACEOF
17670 17033
17671 17034
17672else 17035else
17673 $as_echo "$as_me: failed program was:" >&5 17036 echo "$as_me: failed program was:" >&5
17674sed 's/^/| /' conftest.$ac_ext >&5 17037sed 's/^/| /' conftest.$ac_ext >&5
17675 17038
17676 { { $as_echo "$as_me:$LINENO: error: OpenSSL ENGINE support not found" >&5 17039 { { echo "$as_me:$LINENO: error: OpenSSL ENGINE support not found" >&5
17677$as_echo "$as_me: error: OpenSSL ENGINE support not found" >&2;} 17040echo "$as_me: error: OpenSSL ENGINE support not found" >&2;}
17678 { (exit 1); exit 1; }; } 17041 { (exit 1); exit 1; }; }
17679 17042
17680fi 17043fi
@@ -17686,8 +17049,8 @@ fi
17686 17049
17687 17050
17688# Check for OpenSSL without EVP_aes_{192,256}_cbc 17051# Check for OpenSSL without EVP_aes_{192,256}_cbc
17689{ $as_echo "$as_me:$LINENO: checking whether OpenSSL has crippled AES support" >&5 17052{ echo "$as_me:$LINENO: checking whether OpenSSL has crippled AES support" >&5
17690$as_echo_n "checking whether OpenSSL has crippled AES support... " >&6; } 17053echo $ECHO_N "checking whether OpenSSL has crippled AES support... $ECHO_C" >&6; }
17691cat >conftest.$ac_ext <<_ACEOF 17054cat >conftest.$ac_ext <<_ACEOF
17692/* confdefs.h. */ 17055/* confdefs.h. */
17693_ACEOF 17056_ACEOF
@@ -17706,32 +17069,29 @@ case "(($ac_try" in
17706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17707 *) ac_try_echo=$ac_try;; 17070 *) ac_try_echo=$ac_try;;
17708esac 17071esac
17709eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17072eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17710$as_echo "$ac_try_echo") >&5
17711 (eval "$ac_link") 2>conftest.er1 17073 (eval "$ac_link") 2>conftest.er1
17712 ac_status=$? 17074 ac_status=$?
17713 grep -v '^ *+' conftest.er1 >conftest.err 17075 grep -v '^ *+' conftest.er1 >conftest.err
17714 rm -f conftest.er1 17076 rm -f conftest.er1
17715 cat conftest.err >&5 17077 cat conftest.err >&5
17716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17717 (exit $ac_status); } && { 17079 (exit $ac_status); } && {
17718 test -z "$ac_c_werror_flag" || 17080 test -z "$ac_c_werror_flag" ||
17719 test ! -s conftest.err 17081 test ! -s conftest.err
17720 } && test -s conftest$ac_exeext && { 17082 } && test -s conftest$ac_exeext &&
17721 test "$cross_compiling" = yes || 17083 $as_test_x conftest$ac_exeext; then
17722 $as_test_x conftest$ac_exeext
17723 }; then
17724 17084
17725 { $as_echo "$as_me:$LINENO: result: no" >&5 17085 { echo "$as_me:$LINENO: result: no" >&5
17726$as_echo "no" >&6; } 17086echo "${ECHO_T}no" >&6; }
17727 17087
17728else 17088else
17729 $as_echo "$as_me: failed program was:" >&5 17089 echo "$as_me: failed program was:" >&5
17730sed 's/^/| /' conftest.$ac_ext >&5 17090sed 's/^/| /' conftest.$ac_ext >&5
17731 17091
17732 17092
17733 { $as_echo "$as_me:$LINENO: result: yes" >&5 17093 { echo "$as_me:$LINENO: result: yes" >&5
17734$as_echo "yes" >&6; } 17094echo "${ECHO_T}yes" >&6; }
17735 17095
17736cat >>confdefs.h <<\_ACEOF 17096cat >>confdefs.h <<\_ACEOF
17737#define OPENSSL_LOBOTOMISED_AES 1 17097#define OPENSSL_LOBOTOMISED_AES 1
@@ -17741,12 +17101,11 @@ _ACEOF
17741 17101
17742fi 17102fi
17743 17103
17744rm -rf conftest.dSYM
17745rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17104rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17746 conftest$ac_exeext conftest.$ac_ext 17105 conftest$ac_exeext conftest.$ac_ext
17747 17106
17748{ $as_echo "$as_me:$LINENO: checking if EVP_DigestUpdate returns an int" >&5 17107{ echo "$as_me:$LINENO: checking if EVP_DigestUpdate returns an int" >&5
17749$as_echo_n "checking if EVP_DigestUpdate returns an int... " >&6; } 17108echo $ECHO_N "checking if EVP_DigestUpdate returns an int... $ECHO_C" >&6; }
17750cat >conftest.$ac_ext <<_ACEOF 17109cat >conftest.$ac_ext <<_ACEOF
17751/* confdefs.h. */ 17110/* confdefs.h. */
17752_ACEOF 17111_ACEOF
@@ -17765,32 +17124,29 @@ case "(($ac_try" in
17765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17766 *) ac_try_echo=$ac_try;; 17125 *) ac_try_echo=$ac_try;;
17767esac 17126esac
17768eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17127eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17769$as_echo "$ac_try_echo") >&5
17770 (eval "$ac_link") 2>conftest.er1 17128 (eval "$ac_link") 2>conftest.er1
17771 ac_status=$? 17129 ac_status=$?
17772 grep -v '^ *+' conftest.er1 >conftest.err 17130 grep -v '^ *+' conftest.er1 >conftest.err
17773 rm -f conftest.er1 17131 rm -f conftest.er1
17774 cat conftest.err >&5 17132 cat conftest.err >&5
17775 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17776 (exit $ac_status); } && { 17134 (exit $ac_status); } && {
17777 test -z "$ac_c_werror_flag" || 17135 test -z "$ac_c_werror_flag" ||
17778 test ! -s conftest.err 17136 test ! -s conftest.err
17779 } && test -s conftest$ac_exeext && { 17137 } && test -s conftest$ac_exeext &&
17780 test "$cross_compiling" = yes || 17138 $as_test_x conftest$ac_exeext; then
17781 $as_test_x conftest$ac_exeext
17782 }; then
17783 17139
17784 { $as_echo "$as_me:$LINENO: result: yes" >&5 17140 { echo "$as_me:$LINENO: result: yes" >&5
17785$as_echo "yes" >&6; } 17141echo "${ECHO_T}yes" >&6; }
17786 17142
17787else 17143else
17788 $as_echo "$as_me: failed program was:" >&5 17144 echo "$as_me: failed program was:" >&5
17789sed 's/^/| /' conftest.$ac_ext >&5 17145sed 's/^/| /' conftest.$ac_ext >&5
17790 17146
17791 17147
17792 { $as_echo "$as_me:$LINENO: result: no" >&5 17148 { echo "$as_me:$LINENO: result: no" >&5
17793$as_echo "no" >&6; } 17149echo "${ECHO_T}no" >&6; }
17794 17150
17795cat >>confdefs.h <<\_ACEOF 17151cat >>confdefs.h <<\_ACEOF
17796#define OPENSSL_EVP_DIGESTUPDATE_VOID 1 17152#define OPENSSL_EVP_DIGESTUPDATE_VOID 1
@@ -17800,7 +17156,6 @@ _ACEOF
17800 17156
17801fi 17157fi
17802 17158
17803rm -rf conftest.dSYM
17804rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17159rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17805 conftest$ac_exeext conftest.$ac_ext 17160 conftest$ac_exeext conftest.$ac_ext
17806 17161
@@ -17808,10 +17163,10 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17808# because the system crypt() is more featureful. 17163# because the system crypt() is more featureful.
17809if test "x$check_for_libcrypt_before" = "x1"; then 17164if test "x$check_for_libcrypt_before" = "x1"; then
17810 17165
17811{ $as_echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5 17166{ echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
17812$as_echo_n "checking for crypt in -lcrypt... " >&6; } 17167echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; }
17813if test "${ac_cv_lib_crypt_crypt+set}" = set; then 17168if test "${ac_cv_lib_crypt_crypt+set}" = set; then
17814 $as_echo_n "(cached) " >&6 17169 echo $ECHO_N "(cached) $ECHO_C" >&6
17815else 17170else
17816 ac_check_lib_save_LIBS=$LIBS 17171 ac_check_lib_save_LIBS=$LIBS
17817LIBS="-lcrypt $LIBS" 17172LIBS="-lcrypt $LIBS"
@@ -17843,36 +17198,32 @@ case "(($ac_try" in
17843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17844 *) ac_try_echo=$ac_try;; 17199 *) ac_try_echo=$ac_try;;
17845esac 17200esac
17846eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17201eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17847$as_echo "$ac_try_echo") >&5
17848 (eval "$ac_link") 2>conftest.er1 17202 (eval "$ac_link") 2>conftest.er1
17849 ac_status=$? 17203 ac_status=$?
17850 grep -v '^ *+' conftest.er1 >conftest.err 17204 grep -v '^ *+' conftest.er1 >conftest.err
17851 rm -f conftest.er1 17205 rm -f conftest.er1
17852 cat conftest.err >&5 17206 cat conftest.err >&5
17853 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17854 (exit $ac_status); } && { 17208 (exit $ac_status); } && {
17855 test -z "$ac_c_werror_flag" || 17209 test -z "$ac_c_werror_flag" ||
17856 test ! -s conftest.err 17210 test ! -s conftest.err
17857 } && test -s conftest$ac_exeext && { 17211 } && test -s conftest$ac_exeext &&
17858 test "$cross_compiling" = yes || 17212 $as_test_x conftest$ac_exeext; then
17859 $as_test_x conftest$ac_exeext
17860 }; then
17861 ac_cv_lib_crypt_crypt=yes 17213 ac_cv_lib_crypt_crypt=yes
17862else 17214else
17863 $as_echo "$as_me: failed program was:" >&5 17215 echo "$as_me: failed program was:" >&5
17864sed 's/^/| /' conftest.$ac_ext >&5 17216sed 's/^/| /' conftest.$ac_ext >&5
17865 17217
17866 ac_cv_lib_crypt_crypt=no 17218 ac_cv_lib_crypt_crypt=no
17867fi 17219fi
17868 17220
17869rm -rf conftest.dSYM
17870rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17221rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17871 conftest$ac_exeext conftest.$ac_ext 17222 conftest$ac_exeext conftest.$ac_ext
17872LIBS=$ac_check_lib_save_LIBS 17223LIBS=$ac_check_lib_save_LIBS
17873fi 17224fi
17874{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5 17225{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
17875$as_echo "$ac_cv_lib_crypt_crypt" >&6; } 17226echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; }
17876if test $ac_cv_lib_crypt_crypt = yes; then 17227if test $ac_cv_lib_crypt_crypt = yes; then
17877 cat >>confdefs.h <<_ACEOF 17228 cat >>confdefs.h <<_ACEOF
17878#define HAVE_LIBCRYPT 1 17229#define HAVE_LIBCRYPT 1
@@ -17887,10 +17238,10 @@ fi
17887# Some Linux systems (Slackware) need crypt() from libcrypt, *not* the 17238# Some Linux systems (Slackware) need crypt() from libcrypt, *not* the
17888# version in OpenSSL. 17239# version in OpenSSL.
17889if test "x$check_for_libcrypt_later" = "x1"; then 17240if test "x$check_for_libcrypt_later" = "x1"; then
17890 { $as_echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5 17241 { echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
17891$as_echo_n "checking for crypt in -lcrypt... " >&6; } 17242echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; }
17892if test "${ac_cv_lib_crypt_crypt+set}" = set; then 17243if test "${ac_cv_lib_crypt_crypt+set}" = set; then
17893 $as_echo_n "(cached) " >&6 17244 echo $ECHO_N "(cached) $ECHO_C" >&6
17894else 17245else
17895 ac_check_lib_save_LIBS=$LIBS 17246 ac_check_lib_save_LIBS=$LIBS
17896LIBS="-lcrypt $LIBS" 17247LIBS="-lcrypt $LIBS"
@@ -17922,36 +17273,32 @@ case "(($ac_try" in
17922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17923 *) ac_try_echo=$ac_try;; 17274 *) ac_try_echo=$ac_try;;
17924esac 17275esac
17925eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17276eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17926$as_echo "$ac_try_echo") >&5
17927 (eval "$ac_link") 2>conftest.er1 17277 (eval "$ac_link") 2>conftest.er1
17928 ac_status=$? 17278 ac_status=$?
17929 grep -v '^ *+' conftest.er1 >conftest.err 17279 grep -v '^ *+' conftest.er1 >conftest.err
17930 rm -f conftest.er1 17280 rm -f conftest.er1
17931 cat conftest.err >&5 17281 cat conftest.err >&5
17932 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17933 (exit $ac_status); } && { 17283 (exit $ac_status); } && {
17934 test -z "$ac_c_werror_flag" || 17284 test -z "$ac_c_werror_flag" ||
17935 test ! -s conftest.err 17285 test ! -s conftest.err
17936 } && test -s conftest$ac_exeext && { 17286 } && test -s conftest$ac_exeext &&
17937 test "$cross_compiling" = yes || 17287 $as_test_x conftest$ac_exeext; then
17938 $as_test_x conftest$ac_exeext
17939 }; then
17940 ac_cv_lib_crypt_crypt=yes 17288 ac_cv_lib_crypt_crypt=yes
17941else 17289else
17942 $as_echo "$as_me: failed program was:" >&5 17290 echo "$as_me: failed program was:" >&5
17943sed 's/^/| /' conftest.$ac_ext >&5 17291sed 's/^/| /' conftest.$ac_ext >&5
17944 17292
17945 ac_cv_lib_crypt_crypt=no 17293 ac_cv_lib_crypt_crypt=no
17946fi 17294fi
17947 17295
17948rm -rf conftest.dSYM
17949rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17296rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17950 conftest$ac_exeext conftest.$ac_ext 17297 conftest$ac_exeext conftest.$ac_ext
17951LIBS=$ac_check_lib_save_LIBS 17298LIBS=$ac_check_lib_save_LIBS
17952fi 17299fi
17953{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5 17300{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
17954$as_echo "$ac_cv_lib_crypt_crypt" >&6; } 17301echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; }
17955if test $ac_cv_lib_crypt_crypt = yes; then 17302if test $ac_cv_lib_crypt_crypt = yes; then
17956 LIBS="$LIBS -lcrypt" 17303 LIBS="$LIBS -lcrypt"
17957fi 17304fi
@@ -17963,11 +17310,11 @@ fi
17963 17310
17964for ac_func in SHA256_Update EVP_sha256 17311for ac_func in SHA256_Update EVP_sha256
17965do 17312do
17966as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 17313as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17967{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 17314{ echo "$as_me:$LINENO: checking for $ac_func" >&5
17968$as_echo_n "checking for $ac_func... " >&6; } 17315echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17969if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 17316if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17970 $as_echo_n "(cached) " >&6 17317 echo $ECHO_N "(cached) $ECHO_C" >&6
17971else 17318else
17972 cat >conftest.$ac_ext <<_ACEOF 17319 cat >conftest.$ac_ext <<_ACEOF
17973/* confdefs.h. */ 17320/* confdefs.h. */
@@ -18020,41 +17367,35 @@ case "(($ac_try" in
18020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18021 *) ac_try_echo=$ac_try;; 17368 *) ac_try_echo=$ac_try;;
18022esac 17369esac
18023eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17370eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18024$as_echo "$ac_try_echo") >&5
18025 (eval "$ac_link") 2>conftest.er1 17371 (eval "$ac_link") 2>conftest.er1
18026 ac_status=$? 17372 ac_status=$?
18027 grep -v '^ *+' conftest.er1 >conftest.err 17373 grep -v '^ *+' conftest.er1 >conftest.err
18028 rm -f conftest.er1 17374 rm -f conftest.er1
18029 cat conftest.err >&5 17375 cat conftest.err >&5
18030 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18031 (exit $ac_status); } && { 17377 (exit $ac_status); } && {
18032 test -z "$ac_c_werror_flag" || 17378 test -z "$ac_c_werror_flag" ||
18033 test ! -s conftest.err 17379 test ! -s conftest.err
18034 } && test -s conftest$ac_exeext && { 17380 } && test -s conftest$ac_exeext &&
18035 test "$cross_compiling" = yes || 17381 $as_test_x conftest$ac_exeext; then
18036 $as_test_x conftest$ac_exeext
18037 }; then
18038 eval "$as_ac_var=yes" 17382 eval "$as_ac_var=yes"
18039else 17383else
18040 $as_echo "$as_me: failed program was:" >&5 17384 echo "$as_me: failed program was:" >&5
18041sed 's/^/| /' conftest.$ac_ext >&5 17385sed 's/^/| /' conftest.$ac_ext >&5
18042 17386
18043 eval "$as_ac_var=no" 17387 eval "$as_ac_var=no"
18044fi 17388fi
18045 17389
18046rm -rf conftest.dSYM
18047rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17390rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18048 conftest$ac_exeext conftest.$ac_ext 17391 conftest$ac_exeext conftest.$ac_ext
18049fi 17392fi
18050ac_res=`eval 'as_val=${'$as_ac_var'} 17393ac_res=`eval echo '${'$as_ac_var'}'`
18051 $as_echo "$as_val"'` 17394 { echo "$as_me:$LINENO: result: $ac_res" >&5
18052 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 17395echo "${ECHO_T}$ac_res" >&6; }
18053$as_echo "$ac_res" >&6; } 17396if test `eval echo '${'$as_ac_var'}'` = yes; then
18054if test `eval 'as_val=${'$as_ac_var'}
18055 $as_echo "$as_val"'` = yes; then
18056 cat >>confdefs.h <<_ACEOF 17397 cat >>confdefs.h <<_ACEOF
18057#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 17398#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18058_ACEOF 17399_ACEOF
18059 17400
18060fi 17401fi
@@ -18062,10 +17403,10 @@ done
18062 17403
18063 17404
18064saved_LIBS="$LIBS" 17405saved_LIBS="$LIBS"
18065{ $as_echo "$as_me:$LINENO: checking for ia_openinfo in -liaf" >&5 17406{ echo "$as_me:$LINENO: checking for ia_openinfo in -liaf" >&5
18066$as_echo_n "checking for ia_openinfo in -liaf... " >&6; } 17407echo $ECHO_N "checking for ia_openinfo in -liaf... $ECHO_C" >&6; }
18067if test "${ac_cv_lib_iaf_ia_openinfo+set}" = set; then 17408if test "${ac_cv_lib_iaf_ia_openinfo+set}" = set; then
18068 $as_echo_n "(cached) " >&6 17409 echo $ECHO_N "(cached) $ECHO_C" >&6
18069else 17410else
18070 ac_check_lib_save_LIBS=$LIBS 17411 ac_check_lib_save_LIBS=$LIBS
18071LIBS="-liaf $LIBS" 17412LIBS="-liaf $LIBS"
@@ -18097,47 +17438,43 @@ case "(($ac_try" in
18097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18098 *) ac_try_echo=$ac_try;; 17439 *) ac_try_echo=$ac_try;;
18099esac 17440esac
18100eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17441eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18101$as_echo "$ac_try_echo") >&5
18102 (eval "$ac_link") 2>conftest.er1 17442 (eval "$ac_link") 2>conftest.er1
18103 ac_status=$? 17443 ac_status=$?
18104 grep -v '^ *+' conftest.er1 >conftest.err 17444 grep -v '^ *+' conftest.er1 >conftest.err
18105 rm -f conftest.er1 17445 rm -f conftest.er1
18106 cat conftest.err >&5 17446 cat conftest.err >&5
18107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18108 (exit $ac_status); } && { 17448 (exit $ac_status); } && {
18109 test -z "$ac_c_werror_flag" || 17449 test -z "$ac_c_werror_flag" ||
18110 test ! -s conftest.err 17450 test ! -s conftest.err
18111 } && test -s conftest$ac_exeext && { 17451 } && test -s conftest$ac_exeext &&
18112 test "$cross_compiling" = yes || 17452 $as_test_x conftest$ac_exeext; then
18113 $as_test_x conftest$ac_exeext
18114 }; then
18115 ac_cv_lib_iaf_ia_openinfo=yes 17453 ac_cv_lib_iaf_ia_openinfo=yes
18116else 17454else
18117 $as_echo "$as_me: failed program was:" >&5 17455 echo "$as_me: failed program was:" >&5
18118sed 's/^/| /' conftest.$ac_ext >&5 17456sed 's/^/| /' conftest.$ac_ext >&5
18119 17457
18120 ac_cv_lib_iaf_ia_openinfo=no 17458 ac_cv_lib_iaf_ia_openinfo=no
18121fi 17459fi
18122 17460
18123rm -rf conftest.dSYM
18124rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17461rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18125 conftest$ac_exeext conftest.$ac_ext 17462 conftest$ac_exeext conftest.$ac_ext
18126LIBS=$ac_check_lib_save_LIBS 17463LIBS=$ac_check_lib_save_LIBS
18127fi 17464fi
18128{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_iaf_ia_openinfo" >&5 17465{ echo "$as_me:$LINENO: result: $ac_cv_lib_iaf_ia_openinfo" >&5
18129$as_echo "$ac_cv_lib_iaf_ia_openinfo" >&6; } 17466echo "${ECHO_T}$ac_cv_lib_iaf_ia_openinfo" >&6; }
18130if test $ac_cv_lib_iaf_ia_openinfo = yes; then 17467if test $ac_cv_lib_iaf_ia_openinfo = yes; then
18131 17468
18132 LIBS="$LIBS -liaf" 17469 LIBS="$LIBS -liaf"
18133 17470
18134for ac_func in set_id 17471for ac_func in set_id
18135do 17472do
18136as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 17473as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18137{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 17474{ echo "$as_me:$LINENO: checking for $ac_func" >&5
18138$as_echo_n "checking for $ac_func... " >&6; } 17475echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18139if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 17476if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18140 $as_echo_n "(cached) " >&6 17477 echo $ECHO_N "(cached) $ECHO_C" >&6
18141else 17478else
18142 cat >conftest.$ac_ext <<_ACEOF 17479 cat >conftest.$ac_ext <<_ACEOF
18143/* confdefs.h. */ 17480/* confdefs.h. */
@@ -18190,41 +17527,35 @@ case "(($ac_try" in
18190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18191 *) ac_try_echo=$ac_try;; 17528 *) ac_try_echo=$ac_try;;
18192esac 17529esac
18193eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17530eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18194$as_echo "$ac_try_echo") >&5
18195 (eval "$ac_link") 2>conftest.er1 17531 (eval "$ac_link") 2>conftest.er1
18196 ac_status=$? 17532 ac_status=$?
18197 grep -v '^ *+' conftest.er1 >conftest.err 17533 grep -v '^ *+' conftest.er1 >conftest.err
18198 rm -f conftest.er1 17534 rm -f conftest.er1
18199 cat conftest.err >&5 17535 cat conftest.err >&5
18200 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18201 (exit $ac_status); } && { 17537 (exit $ac_status); } && {
18202 test -z "$ac_c_werror_flag" || 17538 test -z "$ac_c_werror_flag" ||
18203 test ! -s conftest.err 17539 test ! -s conftest.err
18204 } && test -s conftest$ac_exeext && { 17540 } && test -s conftest$ac_exeext &&
18205 test "$cross_compiling" = yes || 17541 $as_test_x conftest$ac_exeext; then
18206 $as_test_x conftest$ac_exeext
18207 }; then
18208 eval "$as_ac_var=yes" 17542 eval "$as_ac_var=yes"
18209else 17543else
18210 $as_echo "$as_me: failed program was:" >&5 17544 echo "$as_me: failed program was:" >&5
18211sed 's/^/| /' conftest.$ac_ext >&5 17545sed 's/^/| /' conftest.$ac_ext >&5
18212 17546
18213 eval "$as_ac_var=no" 17547 eval "$as_ac_var=no"
18214fi 17548fi
18215 17549
18216rm -rf conftest.dSYM
18217rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17550rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18218 conftest$ac_exeext conftest.$ac_ext 17551 conftest$ac_exeext conftest.$ac_ext
18219fi 17552fi
18220ac_res=`eval 'as_val=${'$as_ac_var'} 17553ac_res=`eval echo '${'$as_ac_var'}'`
18221 $as_echo "$as_val"'` 17554 { echo "$as_me:$LINENO: result: $ac_res" >&5
18222 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 17555echo "${ECHO_T}$ac_res" >&6; }
18223$as_echo "$ac_res" >&6; } 17556if test `eval echo '${'$as_ac_var'}'` = yes; then
18224if test `eval 'as_val=${'$as_ac_var'}
18225 $as_echo "$as_val"'` = yes; then
18226 cat >>confdefs.h <<_ACEOF 17557 cat >>confdefs.h <<_ACEOF
18227#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 17558#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18228_ACEOF 17559_ACEOF
18229 SSHDLIBS="$SSHDLIBS -liaf" 17560 SSHDLIBS="$SSHDLIBS -liaf"
18230 17561
@@ -18244,12 +17575,12 @@ LIBS="$saved_LIBS"
18244### Configure cryptographic random number support 17575### Configure cryptographic random number support
18245 17576
18246# Check wheter OpenSSL seeds itself 17577# Check wheter OpenSSL seeds itself
18247{ $as_echo "$as_me:$LINENO: checking whether OpenSSL's PRNG is internally seeded" >&5 17578{ echo "$as_me:$LINENO: checking whether OpenSSL's PRNG is internally seeded" >&5
18248$as_echo_n "checking whether OpenSSL's PRNG is internally seeded... " >&6; } 17579echo $ECHO_N "checking whether OpenSSL's PRNG is internally seeded... $ECHO_C" >&6; }
18249if test "$cross_compiling" = yes; then 17580if test "$cross_compiling" = yes; then
18250 17581
18251 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: assuming yes" >&5 17582 { echo "$as_me:$LINENO: WARNING: cross compiling: assuming yes" >&5
18252$as_echo "$as_me: WARNING: cross compiling: assuming yes" >&2;} 17583echo "$as_me: WARNING: cross compiling: assuming yes" >&2;}
18253 # This is safe, since all recent OpenSSL versions will 17584 # This is safe, since all recent OpenSSL versions will
18254 # complain at runtime if not seeded correctly. 17585 # complain at runtime if not seeded correctly.
18255 OPENSSL_SEEDS_ITSELF=yes 17586 OPENSSL_SEEDS_ITSELF=yes
@@ -18274,42 +17605,39 @@ case "(($ac_try" in
18274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18275 *) ac_try_echo=$ac_try;; 17606 *) ac_try_echo=$ac_try;;
18276esac 17607esac
18277eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17608eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18278$as_echo "$ac_try_echo") >&5
18279 (eval "$ac_link") 2>&5 17609 (eval "$ac_link") 2>&5
18280 ac_status=$? 17610 ac_status=$?
18281 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18282 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 17612 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18283 { (case "(($ac_try" in 17613 { (case "(($ac_try" in
18284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18285 *) ac_try_echo=$ac_try;; 17615 *) ac_try_echo=$ac_try;;
18286esac 17616esac
18287eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17617eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18288$as_echo "$ac_try_echo") >&5
18289 (eval "$ac_try") 2>&5 17618 (eval "$ac_try") 2>&5
18290 ac_status=$? 17619 ac_status=$?
18291 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18292 (exit $ac_status); }; }; then 17621 (exit $ac_status); }; }; then
18293 17622
18294 OPENSSL_SEEDS_ITSELF=yes 17623 OPENSSL_SEEDS_ITSELF=yes
18295 { $as_echo "$as_me:$LINENO: result: yes" >&5 17624 { echo "$as_me:$LINENO: result: yes" >&5
18296$as_echo "yes" >&6; } 17625echo "${ECHO_T}yes" >&6; }
18297 17626
18298else 17627else
18299 $as_echo "$as_me: program exited with status $ac_status" >&5 17628 echo "$as_me: program exited with status $ac_status" >&5
18300$as_echo "$as_me: failed program was:" >&5 17629echo "$as_me: failed program was:" >&5
18301sed 's/^/| /' conftest.$ac_ext >&5 17630sed 's/^/| /' conftest.$ac_ext >&5
18302 17631
18303( exit $ac_status ) 17632( exit $ac_status )
18304 17633
18305 { $as_echo "$as_me:$LINENO: result: no" >&5 17634 { echo "$as_me:$LINENO: result: no" >&5
18306$as_echo "no" >&6; } 17635echo "${ECHO_T}no" >&6; }
18307 # Default to use of the rand helper if OpenSSL doesn't 17636 # Default to use of the rand helper if OpenSSL doesn't
18308 # seed itself 17637 # seed itself
18309 USE_RAND_HELPER=yes 17638 USE_RAND_HELPER=yes
18310 17639
18311fi 17640fi
18312rm -rf conftest.dSYM
18313rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 17641rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18314fi 17642fi
18315 17643
@@ -18324,17 +17652,17 @@ if test "${with_pam+set}" = set; then
18324 if test "x$withval" != "xno" ; then 17652 if test "x$withval" != "xno" ; then
18325 if test "x$ac_cv_header_security_pam_appl_h" != "xyes" && \ 17653 if test "x$ac_cv_header_security_pam_appl_h" != "xyes" && \
18326 test "x$ac_cv_header_pam_pam_appl_h" != "xyes" ; then 17654 test "x$ac_cv_header_pam_pam_appl_h" != "xyes" ; then
18327 { { $as_echo "$as_me:$LINENO: error: PAM headers not found" >&5 17655 { { echo "$as_me:$LINENO: error: PAM headers not found" >&5
18328$as_echo "$as_me: error: PAM headers not found" >&2;} 17656echo "$as_me: error: PAM headers not found" >&2;}
18329 { (exit 1); exit 1; }; } 17657 { (exit 1); exit 1; }; }
18330 fi 17658 fi
18331 17659
18332 saved_LIBS="$LIBS" 17660 saved_LIBS="$LIBS"
18333 17661
18334{ $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 17662{ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18335$as_echo_n "checking for dlopen in -ldl... " >&6; } 17663echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
18336if test "${ac_cv_lib_dl_dlopen+set}" = set; then 17664if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18337 $as_echo_n "(cached) " >&6 17665 echo $ECHO_N "(cached) $ECHO_C" >&6
18338else 17666else
18339 ac_check_lib_save_LIBS=$LIBS 17667 ac_check_lib_save_LIBS=$LIBS
18340LIBS="-ldl $LIBS" 17668LIBS="-ldl $LIBS"
@@ -18366,36 +17694,32 @@ case "(($ac_try" in
18366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18367 *) ac_try_echo=$ac_try;; 17695 *) ac_try_echo=$ac_try;;
18368esac 17696esac
18369eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17697eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18370$as_echo "$ac_try_echo") >&5
18371 (eval "$ac_link") 2>conftest.er1 17698 (eval "$ac_link") 2>conftest.er1
18372 ac_status=$? 17699 ac_status=$?
18373 grep -v '^ *+' conftest.er1 >conftest.err 17700 grep -v '^ *+' conftest.er1 >conftest.err
18374 rm -f conftest.er1 17701 rm -f conftest.er1
18375 cat conftest.err >&5 17702 cat conftest.err >&5
18376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18377 (exit $ac_status); } && { 17704 (exit $ac_status); } && {
18378 test -z "$ac_c_werror_flag" || 17705 test -z "$ac_c_werror_flag" ||
18379 test ! -s conftest.err 17706 test ! -s conftest.err
18380 } && test -s conftest$ac_exeext && { 17707 } && test -s conftest$ac_exeext &&
18381 test "$cross_compiling" = yes || 17708 $as_test_x conftest$ac_exeext; then
18382 $as_test_x conftest$ac_exeext
18383 }; then
18384 ac_cv_lib_dl_dlopen=yes 17709 ac_cv_lib_dl_dlopen=yes
18385else 17710else
18386 $as_echo "$as_me: failed program was:" >&5 17711 echo "$as_me: failed program was:" >&5
18387sed 's/^/| /' conftest.$ac_ext >&5 17712sed 's/^/| /' conftest.$ac_ext >&5
18388 17713
18389 ac_cv_lib_dl_dlopen=no 17714 ac_cv_lib_dl_dlopen=no
18390fi 17715fi
18391 17716
18392rm -rf conftest.dSYM
18393rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17717rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18394 conftest$ac_exeext conftest.$ac_ext 17718 conftest$ac_exeext conftest.$ac_ext
18395LIBS=$ac_check_lib_save_LIBS 17719LIBS=$ac_check_lib_save_LIBS
18396fi 17720fi
18397{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 17721{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18398$as_echo "$ac_cv_lib_dl_dlopen" >&6; } 17722echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
18399if test $ac_cv_lib_dl_dlopen = yes; then 17723if test $ac_cv_lib_dl_dlopen = yes; then
18400 cat >>confdefs.h <<_ACEOF 17724 cat >>confdefs.h <<_ACEOF
18401#define HAVE_LIBDL 1 17725#define HAVE_LIBDL 1
@@ -18406,10 +17730,10 @@ _ACEOF
18406fi 17730fi
18407 17731
18408 17732
18409{ $as_echo "$as_me:$LINENO: checking for pam_set_item in -lpam" >&5 17733{ echo "$as_me:$LINENO: checking for pam_set_item in -lpam" >&5
18410$as_echo_n "checking for pam_set_item in -lpam... " >&6; } 17734echo $ECHO_N "checking for pam_set_item in -lpam... $ECHO_C" >&6; }
18411if test "${ac_cv_lib_pam_pam_set_item+set}" = set; then 17735if test "${ac_cv_lib_pam_pam_set_item+set}" = set; then
18412 $as_echo_n "(cached) " >&6 17736 echo $ECHO_N "(cached) $ECHO_C" >&6
18413else 17737else
18414 ac_check_lib_save_LIBS=$LIBS 17738 ac_check_lib_save_LIBS=$LIBS
18415LIBS="-lpam $LIBS" 17739LIBS="-lpam $LIBS"
@@ -18441,36 +17765,32 @@ case "(($ac_try" in
18441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18442 *) ac_try_echo=$ac_try;; 17766 *) ac_try_echo=$ac_try;;
18443esac 17767esac
18444eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17768eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18445$as_echo "$ac_try_echo") >&5
18446 (eval "$ac_link") 2>conftest.er1 17769 (eval "$ac_link") 2>conftest.er1
18447 ac_status=$? 17770 ac_status=$?
18448 grep -v '^ *+' conftest.er1 >conftest.err 17771 grep -v '^ *+' conftest.er1 >conftest.err
18449 rm -f conftest.er1 17772 rm -f conftest.er1
18450 cat conftest.err >&5 17773 cat conftest.err >&5
18451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18452 (exit $ac_status); } && { 17775 (exit $ac_status); } && {
18453 test -z "$ac_c_werror_flag" || 17776 test -z "$ac_c_werror_flag" ||
18454 test ! -s conftest.err 17777 test ! -s conftest.err
18455 } && test -s conftest$ac_exeext && { 17778 } && test -s conftest$ac_exeext &&
18456 test "$cross_compiling" = yes || 17779 $as_test_x conftest$ac_exeext; then
18457 $as_test_x conftest$ac_exeext
18458 }; then
18459 ac_cv_lib_pam_pam_set_item=yes 17780 ac_cv_lib_pam_pam_set_item=yes
18460else 17781else
18461 $as_echo "$as_me: failed program was:" >&5 17782 echo "$as_me: failed program was:" >&5
18462sed 's/^/| /' conftest.$ac_ext >&5 17783sed 's/^/| /' conftest.$ac_ext >&5
18463 17784
18464 ac_cv_lib_pam_pam_set_item=no 17785 ac_cv_lib_pam_pam_set_item=no
18465fi 17786fi
18466 17787
18467rm -rf conftest.dSYM
18468rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17788rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18469 conftest$ac_exeext conftest.$ac_ext 17789 conftest$ac_exeext conftest.$ac_ext
18470LIBS=$ac_check_lib_save_LIBS 17790LIBS=$ac_check_lib_save_LIBS
18471fi 17791fi
18472{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pam_pam_set_item" >&5 17792{ echo "$as_me:$LINENO: result: $ac_cv_lib_pam_pam_set_item" >&5
18473$as_echo "$ac_cv_lib_pam_pam_set_item" >&6; } 17793echo "${ECHO_T}$ac_cv_lib_pam_pam_set_item" >&6; }
18474if test $ac_cv_lib_pam_pam_set_item = yes; then 17794if test $ac_cv_lib_pam_pam_set_item = yes; then
18475 cat >>confdefs.h <<_ACEOF 17795 cat >>confdefs.h <<_ACEOF
18476#define HAVE_LIBPAM 1 17796#define HAVE_LIBPAM 1
@@ -18479,19 +17799,19 @@ _ACEOF
18479 LIBS="-lpam $LIBS" 17799 LIBS="-lpam $LIBS"
18480 17800
18481else 17801else
18482 { { $as_echo "$as_me:$LINENO: error: *** libpam missing" >&5 17802 { { echo "$as_me:$LINENO: error: *** libpam missing" >&5
18483$as_echo "$as_me: error: *** libpam missing" >&2;} 17803echo "$as_me: error: *** libpam missing" >&2;}
18484 { (exit 1); exit 1; }; } 17804 { (exit 1); exit 1; }; }
18485fi 17805fi
18486 17806
18487 17807
18488for ac_func in pam_getenvlist 17808for ac_func in pam_getenvlist
18489do 17809do
18490as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 17810as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18491{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 17811{ echo "$as_me:$LINENO: checking for $ac_func" >&5
18492$as_echo_n "checking for $ac_func... " >&6; } 17812echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18493if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 17813if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18494 $as_echo_n "(cached) " >&6 17814 echo $ECHO_N "(cached) $ECHO_C" >&6
18495else 17815else
18496 cat >conftest.$ac_ext <<_ACEOF 17816 cat >conftest.$ac_ext <<_ACEOF
18497/* confdefs.h. */ 17817/* confdefs.h. */
@@ -18544,41 +17864,35 @@ case "(($ac_try" in
18544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18545 *) ac_try_echo=$ac_try;; 17865 *) ac_try_echo=$ac_try;;
18546esac 17866esac
18547eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17867eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18548$as_echo "$ac_try_echo") >&5
18549 (eval "$ac_link") 2>conftest.er1 17868 (eval "$ac_link") 2>conftest.er1
18550 ac_status=$? 17869 ac_status=$?
18551 grep -v '^ *+' conftest.er1 >conftest.err 17870 grep -v '^ *+' conftest.er1 >conftest.err
18552 rm -f conftest.er1 17871 rm -f conftest.er1
18553 cat conftest.err >&5 17872 cat conftest.err >&5
18554 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18555 (exit $ac_status); } && { 17874 (exit $ac_status); } && {
18556 test -z "$ac_c_werror_flag" || 17875 test -z "$ac_c_werror_flag" ||
18557 test ! -s conftest.err 17876 test ! -s conftest.err
18558 } && test -s conftest$ac_exeext && { 17877 } && test -s conftest$ac_exeext &&
18559 test "$cross_compiling" = yes || 17878 $as_test_x conftest$ac_exeext; then
18560 $as_test_x conftest$ac_exeext
18561 }; then
18562 eval "$as_ac_var=yes" 17879 eval "$as_ac_var=yes"
18563else 17880else
18564 $as_echo "$as_me: failed program was:" >&5 17881 echo "$as_me: failed program was:" >&5
18565sed 's/^/| /' conftest.$ac_ext >&5 17882sed 's/^/| /' conftest.$ac_ext >&5
18566 17883
18567 eval "$as_ac_var=no" 17884 eval "$as_ac_var=no"
18568fi 17885fi
18569 17886
18570rm -rf conftest.dSYM
18571rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17887rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18572 conftest$ac_exeext conftest.$ac_ext 17888 conftest$ac_exeext conftest.$ac_ext
18573fi 17889fi
18574ac_res=`eval 'as_val=${'$as_ac_var'} 17890ac_res=`eval echo '${'$as_ac_var'}'`
18575 $as_echo "$as_val"'` 17891 { echo "$as_me:$LINENO: result: $ac_res" >&5
18576 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 17892echo "${ECHO_T}$ac_res" >&6; }
18577$as_echo "$ac_res" >&6; } 17893if test `eval echo '${'$as_ac_var'}'` = yes; then
18578if test `eval 'as_val=${'$as_ac_var'}
18579 $as_echo "$as_val"'` = yes; then
18580 cat >>confdefs.h <<_ACEOF 17894 cat >>confdefs.h <<_ACEOF
18581#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 17895#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18582_ACEOF 17896_ACEOF
18583 17897
18584fi 17898fi
@@ -18587,11 +17901,11 @@ done
18587 17901
18588for ac_func in pam_putenv 17902for ac_func in pam_putenv
18589do 17903do
18590as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 17904as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18591{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 17905{ echo "$as_me:$LINENO: checking for $ac_func" >&5
18592$as_echo_n "checking for $ac_func... " >&6; } 17906echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18593if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 17907if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18594 $as_echo_n "(cached) " >&6 17908 echo $ECHO_N "(cached) $ECHO_C" >&6
18595else 17909else
18596 cat >conftest.$ac_ext <<_ACEOF 17910 cat >conftest.$ac_ext <<_ACEOF
18597/* confdefs.h. */ 17911/* confdefs.h. */
@@ -18644,41 +17958,35 @@ case "(($ac_try" in
18644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18645 *) ac_try_echo=$ac_try;; 17959 *) ac_try_echo=$ac_try;;
18646esac 17960esac
18647eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17961eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18648$as_echo "$ac_try_echo") >&5
18649 (eval "$ac_link") 2>conftest.er1 17962 (eval "$ac_link") 2>conftest.er1
18650 ac_status=$? 17963 ac_status=$?
18651 grep -v '^ *+' conftest.er1 >conftest.err 17964 grep -v '^ *+' conftest.er1 >conftest.err
18652 rm -f conftest.er1 17965 rm -f conftest.er1
18653 cat conftest.err >&5 17966 cat conftest.err >&5
18654 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18655 (exit $ac_status); } && { 17968 (exit $ac_status); } && {
18656 test -z "$ac_c_werror_flag" || 17969 test -z "$ac_c_werror_flag" ||
18657 test ! -s conftest.err 17970 test ! -s conftest.err
18658 } && test -s conftest$ac_exeext && { 17971 } && test -s conftest$ac_exeext &&
18659 test "$cross_compiling" = yes || 17972 $as_test_x conftest$ac_exeext; then
18660 $as_test_x conftest$ac_exeext
18661 }; then
18662 eval "$as_ac_var=yes" 17973 eval "$as_ac_var=yes"
18663else 17974else
18664 $as_echo "$as_me: failed program was:" >&5 17975 echo "$as_me: failed program was:" >&5
18665sed 's/^/| /' conftest.$ac_ext >&5 17976sed 's/^/| /' conftest.$ac_ext >&5
18666 17977
18667 eval "$as_ac_var=no" 17978 eval "$as_ac_var=no"
18668fi 17979fi
18669 17980
18670rm -rf conftest.dSYM
18671rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17981rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18672 conftest$ac_exeext conftest.$ac_ext 17982 conftest$ac_exeext conftest.$ac_ext
18673fi 17983fi
18674ac_res=`eval 'as_val=${'$as_ac_var'} 17984ac_res=`eval echo '${'$as_ac_var'}'`
18675 $as_echo "$as_val"'` 17985 { echo "$as_me:$LINENO: result: $ac_res" >&5
18676 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 17986echo "${ECHO_T}$ac_res" >&6; }
18677$as_echo "$ac_res" >&6; } 17987if test `eval echo '${'$as_ac_var'}'` = yes; then
18678if test `eval 'as_val=${'$as_ac_var'}
18679 $as_echo "$as_val"'` = yes; then
18680 cat >>confdefs.h <<_ACEOF 17988 cat >>confdefs.h <<_ACEOF
18681#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 17989#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18682_ACEOF 17990_ACEOF
18683 17991
18684fi 17992fi
@@ -18714,8 +18022,8 @@ fi
18714# Check for older PAM 18022# Check for older PAM
18715if test "x$PAM_MSG" = "xyes" ; then 18023if test "x$PAM_MSG" = "xyes" ; then
18716 # Check PAM strerror arguments (old PAM) 18024 # Check PAM strerror arguments (old PAM)
18717 { $as_echo "$as_me:$LINENO: checking whether pam_strerror takes only one argument" >&5 18025 { echo "$as_me:$LINENO: checking whether pam_strerror takes only one argument" >&5
18718$as_echo_n "checking whether pam_strerror takes only one argument... " >&6; } 18026echo $ECHO_N "checking whether pam_strerror takes only one argument... $ECHO_C" >&6; }
18719 cat >conftest.$ac_ext <<_ACEOF 18027 cat >conftest.$ac_ext <<_ACEOF
18720/* confdefs.h. */ 18028/* confdefs.h. */
18721_ACEOF 18029_ACEOF
@@ -18744,22 +18052,21 @@ case "(($ac_try" in
18744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18745 *) ac_try_echo=$ac_try;; 18053 *) ac_try_echo=$ac_try;;
18746esac 18054esac
18747eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 18055eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18748$as_echo "$ac_try_echo") >&5
18749 (eval "$ac_compile") 2>conftest.er1 18056 (eval "$ac_compile") 2>conftest.er1
18750 ac_status=$? 18057 ac_status=$?
18751 grep -v '^ *+' conftest.er1 >conftest.err 18058 grep -v '^ *+' conftest.er1 >conftest.err
18752 rm -f conftest.er1 18059 rm -f conftest.er1
18753 cat conftest.err >&5 18060 cat conftest.err >&5
18754 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 18061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18755 (exit $ac_status); } && { 18062 (exit $ac_status); } && {
18756 test -z "$ac_c_werror_flag" || 18063 test -z "$ac_c_werror_flag" ||
18757 test ! -s conftest.err 18064 test ! -s conftest.err
18758 } && test -s conftest.$ac_objext; then 18065 } && test -s conftest.$ac_objext; then
18759 { $as_echo "$as_me:$LINENO: result: no" >&5 18066 { echo "$as_me:$LINENO: result: no" >&5
18760$as_echo "no" >&6; } 18067echo "${ECHO_T}no" >&6; }
18761else 18068else
18762 $as_echo "$as_me: failed program was:" >&5 18069 echo "$as_me: failed program was:" >&5
18763sed 's/^/| /' conftest.$ac_ext >&5 18070sed 's/^/| /' conftest.$ac_ext >&5
18764 18071
18765 18072
@@ -18768,8 +18075,8 @@ cat >>confdefs.h <<\_ACEOF
18768#define HAVE_OLD_PAM 1 18075#define HAVE_OLD_PAM 1
18769_ACEOF 18076_ACEOF
18770 18077
18771 { $as_echo "$as_me:$LINENO: result: yes" >&5 18078 { echo "$as_me:$LINENO: result: yes" >&5
18772$as_echo "yes" >&6; } 18079echo "${ECHO_T}yes" >&6; }
18773 PAM_MSG="yes (old library)" 18080 PAM_MSG="yes (old library)"
18774 18081
18775 18082
@@ -18787,8 +18094,8 @@ if test "${with_rand_helper+set}" = set; then
18787 # Force use of OpenSSL's internal RNG, even if 18094 # Force use of OpenSSL's internal RNG, even if
18788 # the previous test showed it to be unseeded. 18095 # the previous test showed it to be unseeded.
18789 if test -z "$OPENSSL_SEEDS_ITSELF" ; then 18096 if test -z "$OPENSSL_SEEDS_ITSELF" ; then
18790 { $as_echo "$as_me:$LINENO: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&5 18097 { echo "$as_me:$LINENO: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&5
18791$as_echo "$as_me: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&2;} 18098echo "$as_me: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&2;}
18792 OPENSSL_SEEDS_ITSELF=yes 18099 OPENSSL_SEEDS_ITSELF=yes
18793 USE_RAND_HELPER="" 18100 USE_RAND_HELPER=""
18794 fi 18101 fi
@@ -18830,8 +18137,8 @@ if test "${with_prngd_port+set}" = set; then
18830 [0-9]*) 18137 [0-9]*)
18831 ;; 18138 ;;
18832 *) 18139 *)
18833 { { $as_echo "$as_me:$LINENO: error: You must specify a numeric port number for --with-prngd-port" >&5 18140 { { echo "$as_me:$LINENO: error: You must specify a numeric port number for --with-prngd-port" >&5
18834$as_echo "$as_me: error: You must specify a numeric port number for --with-prngd-port" >&2;} 18141echo "$as_me: error: You must specify a numeric port number for --with-prngd-port" >&2;}
18835 { (exit 1); exit 1; }; } 18142 { (exit 1); exit 1; }; }
18836 ;; 18143 ;;
18837 esac 18144 esac
@@ -18863,21 +18170,21 @@ if test "${with_prngd_socket+set}" = set; then
18863 /*) 18170 /*)
18864 ;; 18171 ;;
18865 *) 18172 *)
18866 { { $as_echo "$as_me:$LINENO: error: You must specify an absolute path to the entropy socket" >&5 18173 { { echo "$as_me:$LINENO: error: You must specify an absolute path to the entropy socket" >&5
18867$as_echo "$as_me: error: You must specify an absolute path to the entropy socket" >&2;} 18174echo "$as_me: error: You must specify an absolute path to the entropy socket" >&2;}
18868 { (exit 1); exit 1; }; } 18175 { (exit 1); exit 1; }; }
18869 ;; 18176 ;;
18870 esac 18177 esac
18871 18178
18872 if test ! -z "$withval" ; then 18179 if test ! -z "$withval" ; then
18873 if test ! -z "$PRNGD_PORT" ; then 18180 if test ! -z "$PRNGD_PORT" ; then
18874 { { $as_echo "$as_me:$LINENO: error: You may not specify both a PRNGD/EGD port and socket" >&5 18181 { { echo "$as_me:$LINENO: error: You may not specify both a PRNGD/EGD port and socket" >&5
18875$as_echo "$as_me: error: You may not specify both a PRNGD/EGD port and socket" >&2;} 18182echo "$as_me: error: You may not specify both a PRNGD/EGD port and socket" >&2;}
18876 { (exit 1); exit 1; }; } 18183 { (exit 1); exit 1; }; }
18877 fi 18184 fi
18878 if test ! -r "$withval" ; then 18185 if test ! -r "$withval" ; then
18879 { $as_echo "$as_me:$LINENO: WARNING: Entropy socket is not readable" >&5 18186 { echo "$as_me:$LINENO: WARNING: Entropy socket is not readable" >&5
18880$as_echo "$as_me: WARNING: Entropy socket is not readable" >&2;} 18187echo "$as_me: WARNING: Entropy socket is not readable" >&2;}
18881 fi 18188 fi
18882 PRNGD_SOCKET="$withval" 18189 PRNGD_SOCKET="$withval"
18883 18190
@@ -18891,8 +18198,8 @@ else
18891 18198
18892 # Check for existing socket only if we don't have a random device already 18199 # Check for existing socket only if we don't have a random device already
18893 if test "$USE_RAND_HELPER" = yes ; then 18200 if test "$USE_RAND_HELPER" = yes ; then
18894 { $as_echo "$as_me:$LINENO: checking for PRNGD/EGD socket" >&5 18201 { echo "$as_me:$LINENO: checking for PRNGD/EGD socket" >&5
18895$as_echo_n "checking for PRNGD/EGD socket... " >&6; } 18202echo $ECHO_N "checking for PRNGD/EGD socket... $ECHO_C" >&6; }
18896 # Insert other locations here 18203 # Insert other locations here
18897 for sock in /var/run/egd-pool /dev/egd-pool /etc/entropy; do 18204 for sock in /var/run/egd-pool /dev/egd-pool /etc/entropy; do
18898 if test -r $sock && $TEST_MINUS_S_SH -c "test -S $sock -o -p $sock" ; then 18205 if test -r $sock && $TEST_MINUS_S_SH -c "test -S $sock -o -p $sock" ; then
@@ -18905,11 +18212,11 @@ _ACEOF
18905 fi 18212 fi
18906 done 18213 done
18907 if test ! -z "$PRNGD_SOCKET" ; then 18214 if test ! -z "$PRNGD_SOCKET" ; then
18908 { $as_echo "$as_me:$LINENO: result: $PRNGD_SOCKET" >&5 18215 { echo "$as_me:$LINENO: result: $PRNGD_SOCKET" >&5
18909$as_echo "$PRNGD_SOCKET" >&6; } 18216echo "${ECHO_T}$PRNGD_SOCKET" >&6; }
18910 else 18217 else
18911 { $as_echo "$as_me:$LINENO: result: not found" >&5 18218 { echo "$as_me:$LINENO: result: not found" >&5
18912$as_echo "not found" >&6; } 18219echo "${ECHO_T}not found" >&6; }
18913 fi 18220 fi
18914 fi 18221 fi
18915 18222
@@ -18975,10 +18282,10 @@ PATH=$PATH:/etc:$OPATH
18975 18282
18976 # Extract the first word of "ls", so it can be a program name with args. 18283 # Extract the first word of "ls", so it can be a program name with args.
18977set dummy ls; ac_word=$2 18284set dummy ls; ac_word=$2
18978{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18285{ echo "$as_me:$LINENO: checking for $ac_word" >&5
18979$as_echo_n "checking for $ac_word... " >&6; } 18286echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18980if test "${ac_cv_path_PROG_LS+set}" = set; then 18287if test "${ac_cv_path_PROG_LS+set}" = set; then
18981 $as_echo_n "(cached) " >&6 18288 echo $ECHO_N "(cached) $ECHO_C" >&6
18982else 18289else
18983 case $PROG_LS in 18290 case $PROG_LS in
18984 [\\/]* | ?:[\\/]*) 18291 [\\/]* | ?:[\\/]*)
@@ -18993,7 +18300,7 @@ do
18993 for ac_exec_ext in '' $ac_executable_extensions; do 18300 for ac_exec_ext in '' $ac_executable_extensions; do
18994 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18995 ac_cv_path_PROG_LS="$as_dir/$ac_word$ac_exec_ext" 18302 ac_cv_path_PROG_LS="$as_dir/$ac_word$ac_exec_ext"
18996 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18303 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18997 break 2 18304 break 2
18998 fi 18305 fi
18999done 18306done
@@ -19005,11 +18312,11 @@ esac
19005fi 18312fi
19006PROG_LS=$ac_cv_path_PROG_LS 18313PROG_LS=$ac_cv_path_PROG_LS
19007if test -n "$PROG_LS"; then 18314if test -n "$PROG_LS"; then
19008 { $as_echo "$as_me:$LINENO: result: $PROG_LS" >&5 18315 { echo "$as_me:$LINENO: result: $PROG_LS" >&5
19009$as_echo "$PROG_LS" >&6; } 18316echo "${ECHO_T}$PROG_LS" >&6; }
19010else 18317else
19011 { $as_echo "$as_me:$LINENO: result: no" >&5 18318 { echo "$as_me:$LINENO: result: no" >&5
19012$as_echo "no" >&6; } 18319echo "${ECHO_T}no" >&6; }
19013fi 18320fi
19014 18321
19015 18322
@@ -19021,10 +18328,10 @@ fi
19021 18328
19022 # Extract the first word of "netstat", so it can be a program name with args. 18329 # Extract the first word of "netstat", so it can be a program name with args.
19023set dummy netstat; ac_word=$2 18330set dummy netstat; ac_word=$2
19024{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18331{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19025$as_echo_n "checking for $ac_word... " >&6; } 18332echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19026if test "${ac_cv_path_PROG_NETSTAT+set}" = set; then 18333if test "${ac_cv_path_PROG_NETSTAT+set}" = set; then
19027 $as_echo_n "(cached) " >&6 18334 echo $ECHO_N "(cached) $ECHO_C" >&6
19028else 18335else
19029 case $PROG_NETSTAT in 18336 case $PROG_NETSTAT in
19030 [\\/]* | ?:[\\/]*) 18337 [\\/]* | ?:[\\/]*)
@@ -19039,7 +18346,7 @@ do
19039 for ac_exec_ext in '' $ac_executable_extensions; do 18346 for ac_exec_ext in '' $ac_executable_extensions; do
19040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18347 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19041 ac_cv_path_PROG_NETSTAT="$as_dir/$ac_word$ac_exec_ext" 18348 ac_cv_path_PROG_NETSTAT="$as_dir/$ac_word$ac_exec_ext"
19042 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18349 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19043 break 2 18350 break 2
19044 fi 18351 fi
19045done 18352done
@@ -19051,11 +18358,11 @@ esac
19051fi 18358fi
19052PROG_NETSTAT=$ac_cv_path_PROG_NETSTAT 18359PROG_NETSTAT=$ac_cv_path_PROG_NETSTAT
19053if test -n "$PROG_NETSTAT"; then 18360if test -n "$PROG_NETSTAT"; then
19054 { $as_echo "$as_me:$LINENO: result: $PROG_NETSTAT" >&5 18361 { echo "$as_me:$LINENO: result: $PROG_NETSTAT" >&5
19055$as_echo "$PROG_NETSTAT" >&6; } 18362echo "${ECHO_T}$PROG_NETSTAT" >&6; }
19056else 18363else
19057 { $as_echo "$as_me:$LINENO: result: no" >&5 18364 { echo "$as_me:$LINENO: result: no" >&5
19058$as_echo "no" >&6; } 18365echo "${ECHO_T}no" >&6; }
19059fi 18366fi
19060 18367
19061 18368
@@ -19067,10 +18374,10 @@ fi
19067 18374
19068 # Extract the first word of "arp", so it can be a program name with args. 18375 # Extract the first word of "arp", so it can be a program name with args.
19069set dummy arp; ac_word=$2 18376set dummy arp; ac_word=$2
19070{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18377{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19071$as_echo_n "checking for $ac_word... " >&6; } 18378echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19072if test "${ac_cv_path_PROG_ARP+set}" = set; then 18379if test "${ac_cv_path_PROG_ARP+set}" = set; then
19073 $as_echo_n "(cached) " >&6 18380 echo $ECHO_N "(cached) $ECHO_C" >&6
19074else 18381else
19075 case $PROG_ARP in 18382 case $PROG_ARP in
19076 [\\/]* | ?:[\\/]*) 18383 [\\/]* | ?:[\\/]*)
@@ -19085,7 +18392,7 @@ do
19085 for ac_exec_ext in '' $ac_executable_extensions; do 18392 for ac_exec_ext in '' $ac_executable_extensions; do
19086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19087 ac_cv_path_PROG_ARP="$as_dir/$ac_word$ac_exec_ext" 18394 ac_cv_path_PROG_ARP="$as_dir/$ac_word$ac_exec_ext"
19088 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18395 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19089 break 2 18396 break 2
19090 fi 18397 fi
19091done 18398done
@@ -19097,11 +18404,11 @@ esac
19097fi 18404fi
19098PROG_ARP=$ac_cv_path_PROG_ARP 18405PROG_ARP=$ac_cv_path_PROG_ARP
19099if test -n "$PROG_ARP"; then 18406if test -n "$PROG_ARP"; then
19100 { $as_echo "$as_me:$LINENO: result: $PROG_ARP" >&5 18407 { echo "$as_me:$LINENO: result: $PROG_ARP" >&5
19101$as_echo "$PROG_ARP" >&6; } 18408echo "${ECHO_T}$PROG_ARP" >&6; }
19102else 18409else
19103 { $as_echo "$as_me:$LINENO: result: no" >&5 18410 { echo "$as_me:$LINENO: result: no" >&5
19104$as_echo "no" >&6; } 18411echo "${ECHO_T}no" >&6; }
19105fi 18412fi
19106 18413
19107 18414
@@ -19113,10 +18420,10 @@ fi
19113 18420
19114 # Extract the first word of "ifconfig", so it can be a program name with args. 18421 # Extract the first word of "ifconfig", so it can be a program name with args.
19115set dummy ifconfig; ac_word=$2 18422set dummy ifconfig; ac_word=$2
19116{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18423{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19117$as_echo_n "checking for $ac_word... " >&6; } 18424echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19118if test "${ac_cv_path_PROG_IFCONFIG+set}" = set; then 18425if test "${ac_cv_path_PROG_IFCONFIG+set}" = set; then
19119 $as_echo_n "(cached) " >&6 18426 echo $ECHO_N "(cached) $ECHO_C" >&6
19120else 18427else
19121 case $PROG_IFCONFIG in 18428 case $PROG_IFCONFIG in
19122 [\\/]* | ?:[\\/]*) 18429 [\\/]* | ?:[\\/]*)
@@ -19131,7 +18438,7 @@ do
19131 for ac_exec_ext in '' $ac_executable_extensions; do 18438 for ac_exec_ext in '' $ac_executable_extensions; do
19132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18439 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19133 ac_cv_path_PROG_IFCONFIG="$as_dir/$ac_word$ac_exec_ext" 18440 ac_cv_path_PROG_IFCONFIG="$as_dir/$ac_word$ac_exec_ext"
19134 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18441 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19135 break 2 18442 break 2
19136 fi 18443 fi
19137done 18444done
@@ -19143,11 +18450,11 @@ esac
19143fi 18450fi
19144PROG_IFCONFIG=$ac_cv_path_PROG_IFCONFIG 18451PROG_IFCONFIG=$ac_cv_path_PROG_IFCONFIG
19145if test -n "$PROG_IFCONFIG"; then 18452if test -n "$PROG_IFCONFIG"; then
19146 { $as_echo "$as_me:$LINENO: result: $PROG_IFCONFIG" >&5 18453 { echo "$as_me:$LINENO: result: $PROG_IFCONFIG" >&5
19147$as_echo "$PROG_IFCONFIG" >&6; } 18454echo "${ECHO_T}$PROG_IFCONFIG" >&6; }
19148else 18455else
19149 { $as_echo "$as_me:$LINENO: result: no" >&5 18456 { echo "$as_me:$LINENO: result: no" >&5
19150$as_echo "no" >&6; } 18457echo "${ECHO_T}no" >&6; }
19151fi 18458fi
19152 18459
19153 18460
@@ -19159,10 +18466,10 @@ fi
19159 18466
19160 # Extract the first word of "jstat", so it can be a program name with args. 18467 # Extract the first word of "jstat", so it can be a program name with args.
19161set dummy jstat; ac_word=$2 18468set dummy jstat; ac_word=$2
19162{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18469{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19163$as_echo_n "checking for $ac_word... " >&6; } 18470echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19164if test "${ac_cv_path_PROG_JSTAT+set}" = set; then 18471if test "${ac_cv_path_PROG_JSTAT+set}" = set; then
19165 $as_echo_n "(cached) " >&6 18472 echo $ECHO_N "(cached) $ECHO_C" >&6
19166else 18473else
19167 case $PROG_JSTAT in 18474 case $PROG_JSTAT in
19168 [\\/]* | ?:[\\/]*) 18475 [\\/]* | ?:[\\/]*)
@@ -19177,7 +18484,7 @@ do
19177 for ac_exec_ext in '' $ac_executable_extensions; do 18484 for ac_exec_ext in '' $ac_executable_extensions; do
19178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19179 ac_cv_path_PROG_JSTAT="$as_dir/$ac_word$ac_exec_ext" 18486 ac_cv_path_PROG_JSTAT="$as_dir/$ac_word$ac_exec_ext"
19180 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18487 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19181 break 2 18488 break 2
19182 fi 18489 fi
19183done 18490done
@@ -19189,11 +18496,11 @@ esac
19189fi 18496fi
19190PROG_JSTAT=$ac_cv_path_PROG_JSTAT 18497PROG_JSTAT=$ac_cv_path_PROG_JSTAT
19191if test -n "$PROG_JSTAT"; then 18498if test -n "$PROG_JSTAT"; then
19192 { $as_echo "$as_me:$LINENO: result: $PROG_JSTAT" >&5 18499 { echo "$as_me:$LINENO: result: $PROG_JSTAT" >&5
19193$as_echo "$PROG_JSTAT" >&6; } 18500echo "${ECHO_T}$PROG_JSTAT" >&6; }
19194else 18501else
19195 { $as_echo "$as_me:$LINENO: result: no" >&5 18502 { echo "$as_me:$LINENO: result: no" >&5
19196$as_echo "no" >&6; } 18503echo "${ECHO_T}no" >&6; }
19197fi 18504fi
19198 18505
19199 18506
@@ -19205,10 +18512,10 @@ fi
19205 18512
19206 # Extract the first word of "ps", so it can be a program name with args. 18513 # Extract the first word of "ps", so it can be a program name with args.
19207set dummy ps; ac_word=$2 18514set dummy ps; ac_word=$2
19208{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18515{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19209$as_echo_n "checking for $ac_word... " >&6; } 18516echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19210if test "${ac_cv_path_PROG_PS+set}" = set; then 18517if test "${ac_cv_path_PROG_PS+set}" = set; then
19211 $as_echo_n "(cached) " >&6 18518 echo $ECHO_N "(cached) $ECHO_C" >&6
19212else 18519else
19213 case $PROG_PS in 18520 case $PROG_PS in
19214 [\\/]* | ?:[\\/]*) 18521 [\\/]* | ?:[\\/]*)
@@ -19223,7 +18530,7 @@ do
19223 for ac_exec_ext in '' $ac_executable_extensions; do 18530 for ac_exec_ext in '' $ac_executable_extensions; do
19224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19225 ac_cv_path_PROG_PS="$as_dir/$ac_word$ac_exec_ext" 18532 ac_cv_path_PROG_PS="$as_dir/$ac_word$ac_exec_ext"
19226 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18533 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19227 break 2 18534 break 2
19228 fi 18535 fi
19229done 18536done
@@ -19235,11 +18542,11 @@ esac
19235fi 18542fi
19236PROG_PS=$ac_cv_path_PROG_PS 18543PROG_PS=$ac_cv_path_PROG_PS
19237if test -n "$PROG_PS"; then 18544if test -n "$PROG_PS"; then
19238 { $as_echo "$as_me:$LINENO: result: $PROG_PS" >&5 18545 { echo "$as_me:$LINENO: result: $PROG_PS" >&5
19239$as_echo "$PROG_PS" >&6; } 18546echo "${ECHO_T}$PROG_PS" >&6; }
19240else 18547else
19241 { $as_echo "$as_me:$LINENO: result: no" >&5 18548 { echo "$as_me:$LINENO: result: no" >&5
19242$as_echo "no" >&6; } 18549echo "${ECHO_T}no" >&6; }
19243fi 18550fi
19244 18551
19245 18552
@@ -19251,10 +18558,10 @@ fi
19251 18558
19252 # Extract the first word of "sar", so it can be a program name with args. 18559 # Extract the first word of "sar", so it can be a program name with args.
19253set dummy sar; ac_word=$2 18560set dummy sar; ac_word=$2
19254{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18561{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19255$as_echo_n "checking for $ac_word... " >&6; } 18562echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19256if test "${ac_cv_path_PROG_SAR+set}" = set; then 18563if test "${ac_cv_path_PROG_SAR+set}" = set; then
19257 $as_echo_n "(cached) " >&6 18564 echo $ECHO_N "(cached) $ECHO_C" >&6
19258else 18565else
19259 case $PROG_SAR in 18566 case $PROG_SAR in
19260 [\\/]* | ?:[\\/]*) 18567 [\\/]* | ?:[\\/]*)
@@ -19269,7 +18576,7 @@ do
19269 for ac_exec_ext in '' $ac_executable_extensions; do 18576 for ac_exec_ext in '' $ac_executable_extensions; do
19270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18577 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19271 ac_cv_path_PROG_SAR="$as_dir/$ac_word$ac_exec_ext" 18578 ac_cv_path_PROG_SAR="$as_dir/$ac_word$ac_exec_ext"
19272 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18579 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19273 break 2 18580 break 2
19274 fi 18581 fi
19275done 18582done
@@ -19281,11 +18588,11 @@ esac
19281fi 18588fi
19282PROG_SAR=$ac_cv_path_PROG_SAR 18589PROG_SAR=$ac_cv_path_PROG_SAR
19283if test -n "$PROG_SAR"; then 18590if test -n "$PROG_SAR"; then
19284 { $as_echo "$as_me:$LINENO: result: $PROG_SAR" >&5 18591 { echo "$as_me:$LINENO: result: $PROG_SAR" >&5
19285$as_echo "$PROG_SAR" >&6; } 18592echo "${ECHO_T}$PROG_SAR" >&6; }
19286else 18593else
19287 { $as_echo "$as_me:$LINENO: result: no" >&5 18594 { echo "$as_me:$LINENO: result: no" >&5
19288$as_echo "no" >&6; } 18595echo "${ECHO_T}no" >&6; }
19289fi 18596fi
19290 18597
19291 18598
@@ -19297,10 +18604,10 @@ fi
19297 18604
19298 # Extract the first word of "w", so it can be a program name with args. 18605 # Extract the first word of "w", so it can be a program name with args.
19299set dummy w; ac_word=$2 18606set dummy w; ac_word=$2
19300{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18607{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19301$as_echo_n "checking for $ac_word... " >&6; } 18608echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19302if test "${ac_cv_path_PROG_W+set}" = set; then 18609if test "${ac_cv_path_PROG_W+set}" = set; then
19303 $as_echo_n "(cached) " >&6 18610 echo $ECHO_N "(cached) $ECHO_C" >&6
19304else 18611else
19305 case $PROG_W in 18612 case $PROG_W in
19306 [\\/]* | ?:[\\/]*) 18613 [\\/]* | ?:[\\/]*)
@@ -19315,7 +18622,7 @@ do
19315 for ac_exec_ext in '' $ac_executable_extensions; do 18622 for ac_exec_ext in '' $ac_executable_extensions; do
19316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19317 ac_cv_path_PROG_W="$as_dir/$ac_word$ac_exec_ext" 18624 ac_cv_path_PROG_W="$as_dir/$ac_word$ac_exec_ext"
19318 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18625 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19319 break 2 18626 break 2
19320 fi 18627 fi
19321done 18628done
@@ -19327,11 +18634,11 @@ esac
19327fi 18634fi
19328PROG_W=$ac_cv_path_PROG_W 18635PROG_W=$ac_cv_path_PROG_W
19329if test -n "$PROG_W"; then 18636if test -n "$PROG_W"; then
19330 { $as_echo "$as_me:$LINENO: result: $PROG_W" >&5 18637 { echo "$as_me:$LINENO: result: $PROG_W" >&5
19331$as_echo "$PROG_W" >&6; } 18638echo "${ECHO_T}$PROG_W" >&6; }
19332else 18639else
19333 { $as_echo "$as_me:$LINENO: result: no" >&5 18640 { echo "$as_me:$LINENO: result: no" >&5
19334$as_echo "no" >&6; } 18641echo "${ECHO_T}no" >&6; }
19335fi 18642fi
19336 18643
19337 18644
@@ -19343,10 +18650,10 @@ fi
19343 18650
19344 # Extract the first word of "who", so it can be a program name with args. 18651 # Extract the first word of "who", so it can be a program name with args.
19345set dummy who; ac_word=$2 18652set dummy who; ac_word=$2
19346{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18653{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19347$as_echo_n "checking for $ac_word... " >&6; } 18654echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19348if test "${ac_cv_path_PROG_WHO+set}" = set; then 18655if test "${ac_cv_path_PROG_WHO+set}" = set; then
19349 $as_echo_n "(cached) " >&6 18656 echo $ECHO_N "(cached) $ECHO_C" >&6
19350else 18657else
19351 case $PROG_WHO in 18658 case $PROG_WHO in
19352 [\\/]* | ?:[\\/]*) 18659 [\\/]* | ?:[\\/]*)
@@ -19361,7 +18668,7 @@ do
19361 for ac_exec_ext in '' $ac_executable_extensions; do 18668 for ac_exec_ext in '' $ac_executable_extensions; do
19362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19363 ac_cv_path_PROG_WHO="$as_dir/$ac_word$ac_exec_ext" 18670 ac_cv_path_PROG_WHO="$as_dir/$ac_word$ac_exec_ext"
19364 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18671 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19365 break 2 18672 break 2
19366 fi 18673 fi
19367done 18674done
@@ -19373,11 +18680,11 @@ esac
19373fi 18680fi
19374PROG_WHO=$ac_cv_path_PROG_WHO 18681PROG_WHO=$ac_cv_path_PROG_WHO
19375if test -n "$PROG_WHO"; then 18682if test -n "$PROG_WHO"; then
19376 { $as_echo "$as_me:$LINENO: result: $PROG_WHO" >&5 18683 { echo "$as_me:$LINENO: result: $PROG_WHO" >&5
19377$as_echo "$PROG_WHO" >&6; } 18684echo "${ECHO_T}$PROG_WHO" >&6; }
19378else 18685else
19379 { $as_echo "$as_me:$LINENO: result: no" >&5 18686 { echo "$as_me:$LINENO: result: no" >&5
19380$as_echo "no" >&6; } 18687echo "${ECHO_T}no" >&6; }
19381fi 18688fi
19382 18689
19383 18690
@@ -19389,10 +18696,10 @@ fi
19389 18696
19390 # Extract the first word of "last", so it can be a program name with args. 18697 # Extract the first word of "last", so it can be a program name with args.
19391set dummy last; ac_word=$2 18698set dummy last; ac_word=$2
19392{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18699{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19393$as_echo_n "checking for $ac_word... " >&6; } 18700echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19394if test "${ac_cv_path_PROG_LAST+set}" = set; then 18701if test "${ac_cv_path_PROG_LAST+set}" = set; then
19395 $as_echo_n "(cached) " >&6 18702 echo $ECHO_N "(cached) $ECHO_C" >&6
19396else 18703else
19397 case $PROG_LAST in 18704 case $PROG_LAST in
19398 [\\/]* | ?:[\\/]*) 18705 [\\/]* | ?:[\\/]*)
@@ -19407,7 +18714,7 @@ do
19407 for ac_exec_ext in '' $ac_executable_extensions; do 18714 for ac_exec_ext in '' $ac_executable_extensions; do
19408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18715 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19409 ac_cv_path_PROG_LAST="$as_dir/$ac_word$ac_exec_ext" 18716 ac_cv_path_PROG_LAST="$as_dir/$ac_word$ac_exec_ext"
19410 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18717 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19411 break 2 18718 break 2
19412 fi 18719 fi
19413done 18720done
@@ -19419,11 +18726,11 @@ esac
19419fi 18726fi
19420PROG_LAST=$ac_cv_path_PROG_LAST 18727PROG_LAST=$ac_cv_path_PROG_LAST
19421if test -n "$PROG_LAST"; then 18728if test -n "$PROG_LAST"; then
19422 { $as_echo "$as_me:$LINENO: result: $PROG_LAST" >&5 18729 { echo "$as_me:$LINENO: result: $PROG_LAST" >&5
19423$as_echo "$PROG_LAST" >&6; } 18730echo "${ECHO_T}$PROG_LAST" >&6; }
19424else 18731else
19425 { $as_echo "$as_me:$LINENO: result: no" >&5 18732 { echo "$as_me:$LINENO: result: no" >&5
19426$as_echo "no" >&6; } 18733echo "${ECHO_T}no" >&6; }
19427fi 18734fi
19428 18735
19429 18736
@@ -19435,10 +18742,10 @@ fi
19435 18742
19436 # Extract the first word of "lastlog", so it can be a program name with args. 18743 # Extract the first word of "lastlog", so it can be a program name with args.
19437set dummy lastlog; ac_word=$2 18744set dummy lastlog; ac_word=$2
19438{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18745{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19439$as_echo_n "checking for $ac_word... " >&6; } 18746echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19440if test "${ac_cv_path_PROG_LASTLOG+set}" = set; then 18747if test "${ac_cv_path_PROG_LASTLOG+set}" = set; then
19441 $as_echo_n "(cached) " >&6 18748 echo $ECHO_N "(cached) $ECHO_C" >&6
19442else 18749else
19443 case $PROG_LASTLOG in 18750 case $PROG_LASTLOG in
19444 [\\/]* | ?:[\\/]*) 18751 [\\/]* | ?:[\\/]*)
@@ -19453,7 +18760,7 @@ do
19453 for ac_exec_ext in '' $ac_executable_extensions; do 18760 for ac_exec_ext in '' $ac_executable_extensions; do
19454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19455 ac_cv_path_PROG_LASTLOG="$as_dir/$ac_word$ac_exec_ext" 18762 ac_cv_path_PROG_LASTLOG="$as_dir/$ac_word$ac_exec_ext"
19456 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18763 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19457 break 2 18764 break 2
19458 fi 18765 fi
19459done 18766done
@@ -19465,11 +18772,11 @@ esac
19465fi 18772fi
19466PROG_LASTLOG=$ac_cv_path_PROG_LASTLOG 18773PROG_LASTLOG=$ac_cv_path_PROG_LASTLOG
19467if test -n "$PROG_LASTLOG"; then 18774if test -n "$PROG_LASTLOG"; then
19468 { $as_echo "$as_me:$LINENO: result: $PROG_LASTLOG" >&5 18775 { echo "$as_me:$LINENO: result: $PROG_LASTLOG" >&5
19469$as_echo "$PROG_LASTLOG" >&6; } 18776echo "${ECHO_T}$PROG_LASTLOG" >&6; }
19470else 18777else
19471 { $as_echo "$as_me:$LINENO: result: no" >&5 18778 { echo "$as_me:$LINENO: result: no" >&5
19472$as_echo "no" >&6; } 18779echo "${ECHO_T}no" >&6; }
19473fi 18780fi
19474 18781
19475 18782
@@ -19481,10 +18788,10 @@ fi
19481 18788
19482 # Extract the first word of "df", so it can be a program name with args. 18789 # Extract the first word of "df", so it can be a program name with args.
19483set dummy df; ac_word=$2 18790set dummy df; ac_word=$2
19484{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18791{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19485$as_echo_n "checking for $ac_word... " >&6; } 18792echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19486if test "${ac_cv_path_PROG_DF+set}" = set; then 18793if test "${ac_cv_path_PROG_DF+set}" = set; then
19487 $as_echo_n "(cached) " >&6 18794 echo $ECHO_N "(cached) $ECHO_C" >&6
19488else 18795else
19489 case $PROG_DF in 18796 case $PROG_DF in
19490 [\\/]* | ?:[\\/]*) 18797 [\\/]* | ?:[\\/]*)
@@ -19499,7 +18806,7 @@ do
19499 for ac_exec_ext in '' $ac_executable_extensions; do 18806 for ac_exec_ext in '' $ac_executable_extensions; do
19500 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19501 ac_cv_path_PROG_DF="$as_dir/$ac_word$ac_exec_ext" 18808 ac_cv_path_PROG_DF="$as_dir/$ac_word$ac_exec_ext"
19502 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18809 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19503 break 2 18810 break 2
19504 fi 18811 fi
19505done 18812done
@@ -19511,11 +18818,11 @@ esac
19511fi 18818fi
19512PROG_DF=$ac_cv_path_PROG_DF 18819PROG_DF=$ac_cv_path_PROG_DF
19513if test -n "$PROG_DF"; then 18820if test -n "$PROG_DF"; then
19514 { $as_echo "$as_me:$LINENO: result: $PROG_DF" >&5 18821 { echo "$as_me:$LINENO: result: $PROG_DF" >&5
19515$as_echo "$PROG_DF" >&6; } 18822echo "${ECHO_T}$PROG_DF" >&6; }
19516else 18823else
19517 { $as_echo "$as_me:$LINENO: result: no" >&5 18824 { echo "$as_me:$LINENO: result: no" >&5
19518$as_echo "no" >&6; } 18825echo "${ECHO_T}no" >&6; }
19519fi 18826fi
19520 18827
19521 18828
@@ -19527,10 +18834,10 @@ fi
19527 18834
19528 # Extract the first word of "vmstat", so it can be a program name with args. 18835 # Extract the first word of "vmstat", so it can be a program name with args.
19529set dummy vmstat; ac_word=$2 18836set dummy vmstat; ac_word=$2
19530{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18837{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19531$as_echo_n "checking for $ac_word... " >&6; } 18838echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19532if test "${ac_cv_path_PROG_VMSTAT+set}" = set; then 18839if test "${ac_cv_path_PROG_VMSTAT+set}" = set; then
19533 $as_echo_n "(cached) " >&6 18840 echo $ECHO_N "(cached) $ECHO_C" >&6
19534else 18841else
19535 case $PROG_VMSTAT in 18842 case $PROG_VMSTAT in
19536 [\\/]* | ?:[\\/]*) 18843 [\\/]* | ?:[\\/]*)
@@ -19545,7 +18852,7 @@ do
19545 for ac_exec_ext in '' $ac_executable_extensions; do 18852 for ac_exec_ext in '' $ac_executable_extensions; do
19546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19547 ac_cv_path_PROG_VMSTAT="$as_dir/$ac_word$ac_exec_ext" 18854 ac_cv_path_PROG_VMSTAT="$as_dir/$ac_word$ac_exec_ext"
19548 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18855 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19549 break 2 18856 break 2
19550 fi 18857 fi
19551done 18858done
@@ -19557,11 +18864,11 @@ esac
19557fi 18864fi
19558PROG_VMSTAT=$ac_cv_path_PROG_VMSTAT 18865PROG_VMSTAT=$ac_cv_path_PROG_VMSTAT
19559if test -n "$PROG_VMSTAT"; then 18866if test -n "$PROG_VMSTAT"; then
19560 { $as_echo "$as_me:$LINENO: result: $PROG_VMSTAT" >&5 18867 { echo "$as_me:$LINENO: result: $PROG_VMSTAT" >&5
19561$as_echo "$PROG_VMSTAT" >&6; } 18868echo "${ECHO_T}$PROG_VMSTAT" >&6; }
19562else 18869else
19563 { $as_echo "$as_me:$LINENO: result: no" >&5 18870 { echo "$as_me:$LINENO: result: no" >&5
19564$as_echo "no" >&6; } 18871echo "${ECHO_T}no" >&6; }
19565fi 18872fi
19566 18873
19567 18874
@@ -19573,10 +18880,10 @@ fi
19573 18880
19574 # Extract the first word of "uptime", so it can be a program name with args. 18881 # Extract the first word of "uptime", so it can be a program name with args.
19575set dummy uptime; ac_word=$2 18882set dummy uptime; ac_word=$2
19576{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18883{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19577$as_echo_n "checking for $ac_word... " >&6; } 18884echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19578if test "${ac_cv_path_PROG_UPTIME+set}" = set; then 18885if test "${ac_cv_path_PROG_UPTIME+set}" = set; then
19579 $as_echo_n "(cached) " >&6 18886 echo $ECHO_N "(cached) $ECHO_C" >&6
19580else 18887else
19581 case $PROG_UPTIME in 18888 case $PROG_UPTIME in
19582 [\\/]* | ?:[\\/]*) 18889 [\\/]* | ?:[\\/]*)
@@ -19591,7 +18898,7 @@ do
19591 for ac_exec_ext in '' $ac_executable_extensions; do 18898 for ac_exec_ext in '' $ac_executable_extensions; do
19592 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18899 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19593 ac_cv_path_PROG_UPTIME="$as_dir/$ac_word$ac_exec_ext" 18900 ac_cv_path_PROG_UPTIME="$as_dir/$ac_word$ac_exec_ext"
19594 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18901 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19595 break 2 18902 break 2
19596 fi 18903 fi
19597done 18904done
@@ -19603,11 +18910,11 @@ esac
19603fi 18910fi
19604PROG_UPTIME=$ac_cv_path_PROG_UPTIME 18911PROG_UPTIME=$ac_cv_path_PROG_UPTIME
19605if test -n "$PROG_UPTIME"; then 18912if test -n "$PROG_UPTIME"; then
19606 { $as_echo "$as_me:$LINENO: result: $PROG_UPTIME" >&5 18913 { echo "$as_me:$LINENO: result: $PROG_UPTIME" >&5
19607$as_echo "$PROG_UPTIME" >&6; } 18914echo "${ECHO_T}$PROG_UPTIME" >&6; }
19608else 18915else
19609 { $as_echo "$as_me:$LINENO: result: no" >&5 18916 { echo "$as_me:$LINENO: result: no" >&5
19610$as_echo "no" >&6; } 18917echo "${ECHO_T}no" >&6; }
19611fi 18918fi
19612 18919
19613 18920
@@ -19619,10 +18926,10 @@ fi
19619 18926
19620 # Extract the first word of "ipcs", so it can be a program name with args. 18927 # Extract the first word of "ipcs", so it can be a program name with args.
19621set dummy ipcs; ac_word=$2 18928set dummy ipcs; ac_word=$2
19622{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18929{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19623$as_echo_n "checking for $ac_word... " >&6; } 18930echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19624if test "${ac_cv_path_PROG_IPCS+set}" = set; then 18931if test "${ac_cv_path_PROG_IPCS+set}" = set; then
19625 $as_echo_n "(cached) " >&6 18932 echo $ECHO_N "(cached) $ECHO_C" >&6
19626else 18933else
19627 case $PROG_IPCS in 18934 case $PROG_IPCS in
19628 [\\/]* | ?:[\\/]*) 18935 [\\/]* | ?:[\\/]*)
@@ -19637,7 +18944,7 @@ do
19637 for ac_exec_ext in '' $ac_executable_extensions; do 18944 for ac_exec_ext in '' $ac_executable_extensions; do
19638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18945 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19639 ac_cv_path_PROG_IPCS="$as_dir/$ac_word$ac_exec_ext" 18946 ac_cv_path_PROG_IPCS="$as_dir/$ac_word$ac_exec_ext"
19640 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18947 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19641 break 2 18948 break 2
19642 fi 18949 fi
19643done 18950done
@@ -19649,11 +18956,11 @@ esac
19649fi 18956fi
19650PROG_IPCS=$ac_cv_path_PROG_IPCS 18957PROG_IPCS=$ac_cv_path_PROG_IPCS
19651if test -n "$PROG_IPCS"; then 18958if test -n "$PROG_IPCS"; then
19652 { $as_echo "$as_me:$LINENO: result: $PROG_IPCS" >&5 18959 { echo "$as_me:$LINENO: result: $PROG_IPCS" >&5
19653$as_echo "$PROG_IPCS" >&6; } 18960echo "${ECHO_T}$PROG_IPCS" >&6; }
19654else 18961else
19655 { $as_echo "$as_me:$LINENO: result: no" >&5 18962 { echo "$as_me:$LINENO: result: no" >&5
19656$as_echo "no" >&6; } 18963echo "${ECHO_T}no" >&6; }
19657fi 18964fi
19658 18965
19659 18966
@@ -19665,10 +18972,10 @@ fi
19665 18972
19666 # Extract the first word of "tail", so it can be a program name with args. 18973 # Extract the first word of "tail", so it can be a program name with args.
19667set dummy tail; ac_word=$2 18974set dummy tail; ac_word=$2
19668{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 18975{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19669$as_echo_n "checking for $ac_word... " >&6; } 18976echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19670if test "${ac_cv_path_PROG_TAIL+set}" = set; then 18977if test "${ac_cv_path_PROG_TAIL+set}" = set; then
19671 $as_echo_n "(cached) " >&6 18978 echo $ECHO_N "(cached) $ECHO_C" >&6
19672else 18979else
19673 case $PROG_TAIL in 18980 case $PROG_TAIL in
19674 [\\/]* | ?:[\\/]*) 18981 [\\/]* | ?:[\\/]*)
@@ -19683,7 +18990,7 @@ do
19683 for ac_exec_ext in '' $ac_executable_extensions; do 18990 for ac_exec_ext in '' $ac_executable_extensions; do
19684 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19685 ac_cv_path_PROG_TAIL="$as_dir/$ac_word$ac_exec_ext" 18992 ac_cv_path_PROG_TAIL="$as_dir/$ac_word$ac_exec_ext"
19686 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18993 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19687 break 2 18994 break 2
19688 fi 18995 fi
19689done 18996done
@@ -19695,11 +19002,11 @@ esac
19695fi 19002fi
19696PROG_TAIL=$ac_cv_path_PROG_TAIL 19003PROG_TAIL=$ac_cv_path_PROG_TAIL
19697if test -n "$PROG_TAIL"; then 19004if test -n "$PROG_TAIL"; then
19698 { $as_echo "$as_me:$LINENO: result: $PROG_TAIL" >&5 19005 { echo "$as_me:$LINENO: result: $PROG_TAIL" >&5
19699$as_echo "$PROG_TAIL" >&6; } 19006echo "${ECHO_T}$PROG_TAIL" >&6; }
19700else 19007else
19701 { $as_echo "$as_me:$LINENO: result: no" >&5 19008 { echo "$as_me:$LINENO: result: no" >&5
19702$as_echo "no" >&6; } 19009echo "${ECHO_T}no" >&6; }
19703fi 19010fi
19704 19011
19705 19012
@@ -19733,46 +19040,11 @@ if test ! -z "$SONY" ; then
19733fi 19040fi
19734 19041
19735# Check for long long datatypes 19042# Check for long long datatypes
19736{ $as_echo "$as_me:$LINENO: checking for long long" >&5 19043{ echo "$as_me:$LINENO: checking for long long" >&5
19737$as_echo_n "checking for long long... " >&6; } 19044echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19738if test "${ac_cv_type_long_long+set}" = set; then 19045if test "${ac_cv_type_long_long+set}" = set; then
19739 $as_echo_n "(cached) " >&6 19046 echo $ECHO_N "(cached) $ECHO_C" >&6
19740else 19047else
19741 ac_cv_type_long_long=no
19742cat >conftest.$ac_ext <<_ACEOF
19743/* confdefs.h. */
19744_ACEOF
19745cat confdefs.h >>conftest.$ac_ext
19746cat >>conftest.$ac_ext <<_ACEOF
19747/* end confdefs.h. */
19748$ac_includes_default
19749int
19750main ()
19751{
19752if (sizeof (long long))
19753 return 0;
19754 ;
19755 return 0;
19756}
19757_ACEOF
19758rm -f conftest.$ac_objext
19759if { (ac_try="$ac_compile"
19760case "(($ac_try" in
19761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19762 *) ac_try_echo=$ac_try;;
19763esac
19764eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19765$as_echo "$ac_try_echo") >&5
19766 (eval "$ac_compile") 2>conftest.er1
19767 ac_status=$?
19768 grep -v '^ *+' conftest.er1 >conftest.err
19769 rm -f conftest.er1
19770 cat conftest.err >&5
19771 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19772 (exit $ac_status); } && {
19773 test -z "$ac_c_werror_flag" ||
19774 test ! -s conftest.err
19775 } && test -s conftest.$ac_objext; then
19776 cat >conftest.$ac_ext <<_ACEOF 19048 cat >conftest.$ac_ext <<_ACEOF
19777/* confdefs.h. */ 19049/* confdefs.h. */
19778_ACEOF 19050_ACEOF
@@ -19780,11 +19052,14 @@ cat confdefs.h >>conftest.$ac_ext
19780cat >>conftest.$ac_ext <<_ACEOF 19052cat >>conftest.$ac_ext <<_ACEOF
19781/* end confdefs.h. */ 19053/* end confdefs.h. */
19782$ac_includes_default 19054$ac_includes_default
19055typedef long long ac__type_new_;
19783int 19056int
19784main () 19057main ()
19785{ 19058{
19786if (sizeof ((long long))) 19059if ((ac__type_new_ *) 0)
19787 return 0; 19060 return 0;
19061if (sizeof (ac__type_new_))
19062 return 0;
19788 ; 19063 ;
19789 return 0; 19064 return 0;
19790} 19065}
@@ -19795,38 +19070,29 @@ case "(($ac_try" in
19795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19796 *) ac_try_echo=$ac_try;; 19071 *) ac_try_echo=$ac_try;;
19797esac 19072esac
19798eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19073eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19799$as_echo "$ac_try_echo") >&5
19800 (eval "$ac_compile") 2>conftest.er1 19074 (eval "$ac_compile") 2>conftest.er1
19801 ac_status=$? 19075 ac_status=$?
19802 grep -v '^ *+' conftest.er1 >conftest.err 19076 grep -v '^ *+' conftest.er1 >conftest.err
19803 rm -f conftest.er1 19077 rm -f conftest.er1
19804 cat conftest.err >&5 19078 cat conftest.err >&5
19805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19806 (exit $ac_status); } && { 19080 (exit $ac_status); } && {
19807 test -z "$ac_c_werror_flag" || 19081 test -z "$ac_c_werror_flag" ||
19808 test ! -s conftest.err 19082 test ! -s conftest.err
19809 } && test -s conftest.$ac_objext; then 19083 } && test -s conftest.$ac_objext; then
19810 : 19084 ac_cv_type_long_long=yes
19811else 19085else
19812 $as_echo "$as_me: failed program was:" >&5 19086 echo "$as_me: failed program was:" >&5
19813sed 's/^/| /' conftest.$ac_ext >&5 19087sed 's/^/| /' conftest.$ac_ext >&5
19814 19088
19815 ac_cv_type_long_long=yes 19089 ac_cv_type_long_long=no
19816fi 19090fi
19817 19091
19818rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19092rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19819else
19820 $as_echo "$as_me: failed program was:" >&5
19821sed 's/^/| /' conftest.$ac_ext >&5
19822
19823
19824fi 19093fi
19825 19094{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19826rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19095echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19827fi
19828{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19829$as_echo "$ac_cv_type_long_long" >&6; }
19830if test $ac_cv_type_long_long = yes; then 19096if test $ac_cv_type_long_long = yes; then
19831 19097
19832cat >>confdefs.h <<_ACEOF 19098cat >>confdefs.h <<_ACEOF
@@ -19835,46 +19101,11 @@ _ACEOF
19835 19101
19836 19102
19837fi 19103fi
19838{ $as_echo "$as_me:$LINENO: checking for unsigned long long" >&5 19104{ echo "$as_me:$LINENO: checking for unsigned long long" >&5
19839$as_echo_n "checking for unsigned long long... " >&6; } 19105echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6; }
19840if test "${ac_cv_type_unsigned_long_long+set}" = set; then 19106if test "${ac_cv_type_unsigned_long_long+set}" = set; then
19841 $as_echo_n "(cached) " >&6 19107 echo $ECHO_N "(cached) $ECHO_C" >&6
19842else 19108else
19843 ac_cv_type_unsigned_long_long=no
19844cat >conftest.$ac_ext <<_ACEOF
19845/* confdefs.h. */
19846_ACEOF
19847cat confdefs.h >>conftest.$ac_ext
19848cat >>conftest.$ac_ext <<_ACEOF
19849/* end confdefs.h. */
19850$ac_includes_default
19851int
19852main ()
19853{
19854if (sizeof (unsigned long long))
19855 return 0;
19856 ;
19857 return 0;
19858}
19859_ACEOF
19860rm -f conftest.$ac_objext
19861if { (ac_try="$ac_compile"
19862case "(($ac_try" in
19863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19864 *) ac_try_echo=$ac_try;;
19865esac
19866eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19867$as_echo "$ac_try_echo") >&5
19868 (eval "$ac_compile") 2>conftest.er1
19869 ac_status=$?
19870 grep -v '^ *+' conftest.er1 >conftest.err
19871 rm -f conftest.er1
19872 cat conftest.err >&5
19873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19874 (exit $ac_status); } && {
19875 test -z "$ac_c_werror_flag" ||
19876 test ! -s conftest.err
19877 } && test -s conftest.$ac_objext; then
19878 cat >conftest.$ac_ext <<_ACEOF 19109 cat >conftest.$ac_ext <<_ACEOF
19879/* confdefs.h. */ 19110/* confdefs.h. */
19880_ACEOF 19111_ACEOF
@@ -19882,11 +19113,14 @@ cat confdefs.h >>conftest.$ac_ext
19882cat >>conftest.$ac_ext <<_ACEOF 19113cat >>conftest.$ac_ext <<_ACEOF
19883/* end confdefs.h. */ 19114/* end confdefs.h. */
19884$ac_includes_default 19115$ac_includes_default
19116typedef unsigned long long ac__type_new_;
19885int 19117int
19886main () 19118main ()
19887{ 19119{
19888if (sizeof ((unsigned long long))) 19120if ((ac__type_new_ *) 0)
19889 return 0; 19121 return 0;
19122if (sizeof (ac__type_new_))
19123 return 0;
19890 ; 19124 ;
19891 return 0; 19125 return 0;
19892} 19126}
@@ -19897,38 +19131,29 @@ case "(($ac_try" in
19897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19898 *) ac_try_echo=$ac_try;; 19132 *) ac_try_echo=$ac_try;;
19899esac 19133esac
19900eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19134eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19901$as_echo "$ac_try_echo") >&5
19902 (eval "$ac_compile") 2>conftest.er1 19135 (eval "$ac_compile") 2>conftest.er1
19903 ac_status=$? 19136 ac_status=$?
19904 grep -v '^ *+' conftest.er1 >conftest.err 19137 grep -v '^ *+' conftest.er1 >conftest.err
19905 rm -f conftest.er1 19138 rm -f conftest.er1
19906 cat conftest.err >&5 19139 cat conftest.err >&5
19907 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19908 (exit $ac_status); } && { 19141 (exit $ac_status); } && {
19909 test -z "$ac_c_werror_flag" || 19142 test -z "$ac_c_werror_flag" ||
19910 test ! -s conftest.err 19143 test ! -s conftest.err
19911 } && test -s conftest.$ac_objext; then 19144 } && test -s conftest.$ac_objext; then
19912 : 19145 ac_cv_type_unsigned_long_long=yes
19913else 19146else
19914 $as_echo "$as_me: failed program was:" >&5 19147 echo "$as_me: failed program was:" >&5
19915sed 's/^/| /' conftest.$ac_ext >&5 19148sed 's/^/| /' conftest.$ac_ext >&5
19916 19149
19917 ac_cv_type_unsigned_long_long=yes 19150 ac_cv_type_unsigned_long_long=no
19918fi
19919
19920rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19921else
19922 $as_echo "$as_me: failed program was:" >&5
19923sed 's/^/| /' conftest.$ac_ext >&5
19924
19925
19926fi 19151fi
19927 19152
19928rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19153rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19929fi 19154fi
19930{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5 19155{ echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5
19931$as_echo "$ac_cv_type_unsigned_long_long" >&6; } 19156echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6; }
19932if test $ac_cv_type_unsigned_long_long = yes; then 19157if test $ac_cv_type_unsigned_long_long = yes; then
19933 19158
19934cat >>confdefs.h <<_ACEOF 19159cat >>confdefs.h <<_ACEOF
@@ -19937,24 +19162,26 @@ _ACEOF
19937 19162
19938 19163
19939fi 19164fi
19940{ $as_echo "$as_me:$LINENO: checking for long double" >&5 19165{ echo "$as_me:$LINENO: checking for long double" >&5
19941$as_echo_n "checking for long double... " >&6; } 19166echo $ECHO_N "checking for long double... $ECHO_C" >&6; }
19942if test "${ac_cv_type_long_double+set}" = set; then 19167if test "${ac_cv_type_long_double+set}" = set; then
19943 $as_echo_n "(cached) " >&6 19168 echo $ECHO_N "(cached) $ECHO_C" >&6
19944else 19169else
19945 ac_cv_type_long_double=no 19170 cat >conftest.$ac_ext <<_ACEOF
19946cat >conftest.$ac_ext <<_ACEOF
19947/* confdefs.h. */ 19171/* confdefs.h. */
19948_ACEOF 19172_ACEOF
19949cat confdefs.h >>conftest.$ac_ext 19173cat confdefs.h >>conftest.$ac_ext
19950cat >>conftest.$ac_ext <<_ACEOF 19174cat >>conftest.$ac_ext <<_ACEOF
19951/* end confdefs.h. */ 19175/* end confdefs.h. */
19952$ac_includes_default 19176$ac_includes_default
19177typedef long double ac__type_new_;
19953int 19178int
19954main () 19179main ()
19955{ 19180{
19956if (sizeof (long double)) 19181if ((ac__type_new_ *) 0)
19957 return 0; 19182 return 0;
19183if (sizeof (ac__type_new_))
19184 return 0;
19958 ; 19185 ;
19959 return 0; 19186 return 0;
19960} 19187}
@@ -19965,18 +19192,45 @@ case "(($ac_try" in
19965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19966 *) ac_try_echo=$ac_try;; 19193 *) ac_try_echo=$ac_try;;
19967esac 19194esac
19968eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19195eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19969$as_echo "$ac_try_echo") >&5
19970 (eval "$ac_compile") 2>conftest.er1 19196 (eval "$ac_compile") 2>conftest.er1
19971 ac_status=$? 19197 ac_status=$?
19972 grep -v '^ *+' conftest.er1 >conftest.err 19198 grep -v '^ *+' conftest.er1 >conftest.err
19973 rm -f conftest.er1 19199 rm -f conftest.er1
19974 cat conftest.err >&5 19200 cat conftest.err >&5
19975 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19976 (exit $ac_status); } && { 19202 (exit $ac_status); } && {
19977 test -z "$ac_c_werror_flag" || 19203 test -z "$ac_c_werror_flag" ||
19978 test ! -s conftest.err 19204 test ! -s conftest.err
19979 } && test -s conftest.$ac_objext; then 19205 } && test -s conftest.$ac_objext; then
19206 ac_cv_type_long_double=yes
19207else
19208 echo "$as_me: failed program was:" >&5
19209sed 's/^/| /' conftest.$ac_ext >&5
19210
19211 ac_cv_type_long_double=no
19212fi
19213
19214rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19215fi
19216{ echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5
19217echo "${ECHO_T}$ac_cv_type_long_double" >&6; }
19218if test $ac_cv_type_long_double = yes; then
19219
19220cat >>confdefs.h <<_ACEOF
19221#define HAVE_LONG_DOUBLE 1
19222_ACEOF
19223
19224
19225fi
19226
19227
19228# Check datatype sizes
19229{ echo "$as_me:$LINENO: checking for char" >&5
19230echo $ECHO_N "checking for char... $ECHO_C" >&6; }
19231if test "${ac_cv_type_char+set}" = set; then
19232 echo $ECHO_N "(cached) $ECHO_C" >&6
19233else
19980 cat >conftest.$ac_ext <<_ACEOF 19234 cat >conftest.$ac_ext <<_ACEOF
19981/* confdefs.h. */ 19235/* confdefs.h. */
19982_ACEOF 19236_ACEOF
@@ -19984,11 +19238,14 @@ cat confdefs.h >>conftest.$ac_ext
19984cat >>conftest.$ac_ext <<_ACEOF 19238cat >>conftest.$ac_ext <<_ACEOF
19985/* end confdefs.h. */ 19239/* end confdefs.h. */
19986$ac_includes_default 19240$ac_includes_default
19241typedef char ac__type_new_;
19987int 19242int
19988main () 19243main ()
19989{ 19244{
19990if (sizeof ((long double))) 19245if ((ac__type_new_ *) 0)
19991 return 0; 19246 return 0;
19247if (sizeof (ac__type_new_))
19248 return 0;
19992 ; 19249 ;
19993 return 0; 19250 return 0;
19994} 19251}
@@ -19999,57 +19256,38 @@ case "(($ac_try" in
19999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20000 *) ac_try_echo=$ac_try;; 19257 *) ac_try_echo=$ac_try;;
20001esac 19258esac
20002eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19259eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20003$as_echo "$ac_try_echo") >&5
20004 (eval "$ac_compile") 2>conftest.er1 19260 (eval "$ac_compile") 2>conftest.er1
20005 ac_status=$? 19261 ac_status=$?
20006 grep -v '^ *+' conftest.er1 >conftest.err 19262 grep -v '^ *+' conftest.er1 >conftest.err
20007 rm -f conftest.er1 19263 rm -f conftest.er1
20008 cat conftest.err >&5 19264 cat conftest.err >&5
20009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20010 (exit $ac_status); } && { 19266 (exit $ac_status); } && {
20011 test -z "$ac_c_werror_flag" || 19267 test -z "$ac_c_werror_flag" ||
20012 test ! -s conftest.err 19268 test ! -s conftest.err
20013 } && test -s conftest.$ac_objext; then 19269 } && test -s conftest.$ac_objext; then
20014 : 19270 ac_cv_type_char=yes
20015else
20016 $as_echo "$as_me: failed program was:" >&5
20017sed 's/^/| /' conftest.$ac_ext >&5
20018
20019 ac_cv_type_long_double=yes
20020fi
20021
20022rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20023else 19271else
20024 $as_echo "$as_me: failed program was:" >&5 19272 echo "$as_me: failed program was:" >&5
20025sed 's/^/| /' conftest.$ac_ext >&5 19273sed 's/^/| /' conftest.$ac_ext >&5
20026 19274
20027 19275 ac_cv_type_char=no
20028fi 19276fi
20029 19277
20030rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19278rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20031fi 19279fi
20032{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5 19280{ echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
20033$as_echo "$ac_cv_type_long_double" >&6; } 19281echo "${ECHO_T}$ac_cv_type_char" >&6; }
20034if test $ac_cv_type_long_double = yes; then
20035
20036cat >>confdefs.h <<_ACEOF
20037#define HAVE_LONG_DOUBLE 1
20038_ACEOF
20039
20040
20041fi
20042 19282
20043
20044# Check datatype sizes
20045# The cast to long int works around a bug in the HP C Compiler 19283# The cast to long int works around a bug in the HP C Compiler
20046# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 19284# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20047# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 19285# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20048# This bug is HP SR number 8606223364. 19286# This bug is HP SR number 8606223364.
20049{ $as_echo "$as_me:$LINENO: checking size of char" >&5 19287{ echo "$as_me:$LINENO: checking size of char" >&5
20050$as_echo_n "checking size of char... " >&6; } 19288echo $ECHO_N "checking size of char... $ECHO_C" >&6; }
20051if test "${ac_cv_sizeof_char+set}" = set; then 19289if test "${ac_cv_sizeof_char+set}" = set; then
20052 $as_echo_n "(cached) " >&6 19290 echo $ECHO_N "(cached) $ECHO_C" >&6
20053else 19291else
20054 if test "$cross_compiling" = yes; then 19292 if test "$cross_compiling" = yes; then
20055 # Depending upon the size, compute the lo and hi bounds. 19293 # Depending upon the size, compute the lo and hi bounds.
@@ -20060,10 +19298,11 @@ cat confdefs.h >>conftest.$ac_ext
20060cat >>conftest.$ac_ext <<_ACEOF 19298cat >>conftest.$ac_ext <<_ACEOF
20061/* end confdefs.h. */ 19299/* end confdefs.h. */
20062$ac_includes_default 19300$ac_includes_default
19301 typedef char ac__type_sizeof_;
20063int 19302int
20064main () 19303main ()
20065{ 19304{
20066static int test_array [1 - 2 * !(((long int) (sizeof (char))) >= 0)]; 19305static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
20067test_array [0] = 0 19306test_array [0] = 0
20068 19307
20069 ; 19308 ;
@@ -20076,14 +19315,13 @@ case "(($ac_try" in
20076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20077 *) ac_try_echo=$ac_try;; 19316 *) ac_try_echo=$ac_try;;
20078esac 19317esac
20079eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19318eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20080$as_echo "$ac_try_echo") >&5
20081 (eval "$ac_compile") 2>conftest.er1 19319 (eval "$ac_compile") 2>conftest.er1
20082 ac_status=$? 19320 ac_status=$?
20083 grep -v '^ *+' conftest.er1 >conftest.err 19321 grep -v '^ *+' conftest.er1 >conftest.err
20084 rm -f conftest.er1 19322 rm -f conftest.er1
20085 cat conftest.err >&5 19323 cat conftest.err >&5
20086 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20087 (exit $ac_status); } && { 19325 (exit $ac_status); } && {
20088 test -z "$ac_c_werror_flag" || 19326 test -z "$ac_c_werror_flag" ||
20089 test ! -s conftest.err 19327 test ! -s conftest.err
@@ -20097,10 +19335,11 @@ cat confdefs.h >>conftest.$ac_ext
20097cat >>conftest.$ac_ext <<_ACEOF 19335cat >>conftest.$ac_ext <<_ACEOF
20098/* end confdefs.h. */ 19336/* end confdefs.h. */
20099$ac_includes_default 19337$ac_includes_default
19338 typedef char ac__type_sizeof_;
20100int 19339int
20101main () 19340main ()
20102{ 19341{
20103static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)]; 19342static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20104test_array [0] = 0 19343test_array [0] = 0
20105 19344
20106 ; 19345 ;
@@ -20113,21 +19352,20 @@ case "(($ac_try" in
20113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20114 *) ac_try_echo=$ac_try;; 19353 *) ac_try_echo=$ac_try;;
20115esac 19354esac
20116eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19355eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20117$as_echo "$ac_try_echo") >&5
20118 (eval "$ac_compile") 2>conftest.er1 19356 (eval "$ac_compile") 2>conftest.er1
20119 ac_status=$? 19357 ac_status=$?
20120 grep -v '^ *+' conftest.er1 >conftest.err 19358 grep -v '^ *+' conftest.er1 >conftest.err
20121 rm -f conftest.er1 19359 rm -f conftest.er1
20122 cat conftest.err >&5 19360 cat conftest.err >&5
20123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20124 (exit $ac_status); } && { 19362 (exit $ac_status); } && {
20125 test -z "$ac_c_werror_flag" || 19363 test -z "$ac_c_werror_flag" ||
20126 test ! -s conftest.err 19364 test ! -s conftest.err
20127 } && test -s conftest.$ac_objext; then 19365 } && test -s conftest.$ac_objext; then
20128 ac_hi=$ac_mid; break 19366 ac_hi=$ac_mid; break
20129else 19367else
20130 $as_echo "$as_me: failed program was:" >&5 19368 echo "$as_me: failed program was:" >&5
20131sed 's/^/| /' conftest.$ac_ext >&5 19369sed 's/^/| /' conftest.$ac_ext >&5
20132 19370
20133 ac_lo=`expr $ac_mid + 1` 19371 ac_lo=`expr $ac_mid + 1`
@@ -20141,7 +19379,7 @@ fi
20141rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19379rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20142 done 19380 done
20143else 19381else
20144 $as_echo "$as_me: failed program was:" >&5 19382 echo "$as_me: failed program was:" >&5
20145sed 's/^/| /' conftest.$ac_ext >&5 19383sed 's/^/| /' conftest.$ac_ext >&5
20146 19384
20147 cat >conftest.$ac_ext <<_ACEOF 19385 cat >conftest.$ac_ext <<_ACEOF
@@ -20151,10 +19389,11 @@ cat confdefs.h >>conftest.$ac_ext
20151cat >>conftest.$ac_ext <<_ACEOF 19389cat >>conftest.$ac_ext <<_ACEOF
20152/* end confdefs.h. */ 19390/* end confdefs.h. */
20153$ac_includes_default 19391$ac_includes_default
19392 typedef char ac__type_sizeof_;
20154int 19393int
20155main () 19394main ()
20156{ 19395{
20157static int test_array [1 - 2 * !(((long int) (sizeof (char))) < 0)]; 19396static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
20158test_array [0] = 0 19397test_array [0] = 0
20159 19398
20160 ; 19399 ;
@@ -20167,14 +19406,13 @@ case "(($ac_try" in
20167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20168 *) ac_try_echo=$ac_try;; 19407 *) ac_try_echo=$ac_try;;
20169esac 19408esac
20170eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19409eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20171$as_echo "$ac_try_echo") >&5
20172 (eval "$ac_compile") 2>conftest.er1 19410 (eval "$ac_compile") 2>conftest.er1
20173 ac_status=$? 19411 ac_status=$?
20174 grep -v '^ *+' conftest.er1 >conftest.err 19412 grep -v '^ *+' conftest.er1 >conftest.err
20175 rm -f conftest.er1 19413 rm -f conftest.er1
20176 cat conftest.err >&5 19414 cat conftest.err >&5
20177 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20178 (exit $ac_status); } && { 19416 (exit $ac_status); } && {
20179 test -z "$ac_c_werror_flag" || 19417 test -z "$ac_c_werror_flag" ||
20180 test ! -s conftest.err 19418 test ! -s conftest.err
@@ -20188,10 +19426,11 @@ cat confdefs.h >>conftest.$ac_ext
20188cat >>conftest.$ac_ext <<_ACEOF 19426cat >>conftest.$ac_ext <<_ACEOF
20189/* end confdefs.h. */ 19427/* end confdefs.h. */
20190$ac_includes_default 19428$ac_includes_default
19429 typedef char ac__type_sizeof_;
20191int 19430int
20192main () 19431main ()
20193{ 19432{
20194static int test_array [1 - 2 * !(((long int) (sizeof (char))) >= $ac_mid)]; 19433static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
20195test_array [0] = 0 19434test_array [0] = 0
20196 19435
20197 ; 19436 ;
@@ -20204,21 +19443,20 @@ case "(($ac_try" in
20204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20205 *) ac_try_echo=$ac_try;; 19444 *) ac_try_echo=$ac_try;;
20206esac 19445esac
20207eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19446eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20208$as_echo "$ac_try_echo") >&5
20209 (eval "$ac_compile") 2>conftest.er1 19447 (eval "$ac_compile") 2>conftest.er1
20210 ac_status=$? 19448 ac_status=$?
20211 grep -v '^ *+' conftest.er1 >conftest.err 19449 grep -v '^ *+' conftest.er1 >conftest.err
20212 rm -f conftest.er1 19450 rm -f conftest.er1
20213 cat conftest.err >&5 19451 cat conftest.err >&5
20214 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20215 (exit $ac_status); } && { 19453 (exit $ac_status); } && {
20216 test -z "$ac_c_werror_flag" || 19454 test -z "$ac_c_werror_flag" ||
20217 test ! -s conftest.err 19455 test ! -s conftest.err
20218 } && test -s conftest.$ac_objext; then 19456 } && test -s conftest.$ac_objext; then
20219 ac_lo=$ac_mid; break 19457 ac_lo=$ac_mid; break
20220else 19458else
20221 $as_echo "$as_me: failed program was:" >&5 19459 echo "$as_me: failed program was:" >&5
20222sed 's/^/| /' conftest.$ac_ext >&5 19460sed 's/^/| /' conftest.$ac_ext >&5
20223 19461
20224 ac_hi=`expr '(' $ac_mid ')' - 1` 19462 ac_hi=`expr '(' $ac_mid ')' - 1`
@@ -20232,7 +19470,7 @@ fi
20232rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19470rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20233 done 19471 done
20234else 19472else
20235 $as_echo "$as_me: failed program was:" >&5 19473 echo "$as_me: failed program was:" >&5
20236sed 's/^/| /' conftest.$ac_ext >&5 19474sed 's/^/| /' conftest.$ac_ext >&5
20237 19475
20238 ac_lo= ac_hi= 19476 ac_lo= ac_hi=
@@ -20252,10 +19490,11 @@ cat confdefs.h >>conftest.$ac_ext
20252cat >>conftest.$ac_ext <<_ACEOF 19490cat >>conftest.$ac_ext <<_ACEOF
20253/* end confdefs.h. */ 19491/* end confdefs.h. */
20254$ac_includes_default 19492$ac_includes_default
19493 typedef char ac__type_sizeof_;
20255int 19494int
20256main () 19495main ()
20257{ 19496{
20258static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)]; 19497static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20259test_array [0] = 0 19498test_array [0] = 0
20260 19499
20261 ; 19500 ;
@@ -20268,21 +19507,20 @@ case "(($ac_try" in
20268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20269 *) ac_try_echo=$ac_try;; 19508 *) ac_try_echo=$ac_try;;
20270esac 19509esac
20271eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19510eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20272$as_echo "$ac_try_echo") >&5
20273 (eval "$ac_compile") 2>conftest.er1 19511 (eval "$ac_compile") 2>conftest.er1
20274 ac_status=$? 19512 ac_status=$?
20275 grep -v '^ *+' conftest.er1 >conftest.err 19513 grep -v '^ *+' conftest.er1 >conftest.err
20276 rm -f conftest.er1 19514 rm -f conftest.er1
20277 cat conftest.err >&5 19515 cat conftest.err >&5
20278 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20279 (exit $ac_status); } && { 19517 (exit $ac_status); } && {
20280 test -z "$ac_c_werror_flag" || 19518 test -z "$ac_c_werror_flag" ||
20281 test ! -s conftest.err 19519 test ! -s conftest.err
20282 } && test -s conftest.$ac_objext; then 19520 } && test -s conftest.$ac_objext; then
20283 ac_hi=$ac_mid 19521 ac_hi=$ac_mid
20284else 19522else
20285 $as_echo "$as_me: failed program was:" >&5 19523 echo "$as_me: failed program was:" >&5
20286sed 's/^/| /' conftest.$ac_ext >&5 19524sed 's/^/| /' conftest.$ac_ext >&5
20287 19525
20288 ac_lo=`expr '(' $ac_mid ')' + 1` 19526 ac_lo=`expr '(' $ac_mid ')' + 1`
@@ -20293,9 +19531,9 @@ done
20293case $ac_lo in 19531case $ac_lo in
20294?*) ac_cv_sizeof_char=$ac_lo;; 19532?*) ac_cv_sizeof_char=$ac_lo;;
20295'') if test "$ac_cv_type_char" = yes; then 19533'') if test "$ac_cv_type_char" = yes; then
20296 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char) 19534 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char)
20297See \`config.log' for more details." >&5 19535See \`config.log' for more details." >&5
20298$as_echo "$as_me: error: cannot compute sizeof (char) 19536echo "$as_me: error: cannot compute sizeof (char)
20299See \`config.log' for more details." >&2;} 19537See \`config.log' for more details." >&2;}
20300 { (exit 77); exit 77; }; } 19538 { (exit 77); exit 77; }; }
20301 else 19539 else
@@ -20310,8 +19548,9 @@ cat confdefs.h >>conftest.$ac_ext
20310cat >>conftest.$ac_ext <<_ACEOF 19548cat >>conftest.$ac_ext <<_ACEOF
20311/* end confdefs.h. */ 19549/* end confdefs.h. */
20312$ac_includes_default 19550$ac_includes_default
20313static long int longval () { return (long int) (sizeof (char)); } 19551 typedef char ac__type_sizeof_;
20314static unsigned long int ulongval () { return (long int) (sizeof (char)); } 19552static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
19553static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
20315#include <stdio.h> 19554#include <stdio.h>
20316#include <stdlib.h> 19555#include <stdlib.h>
20317int 19556int
@@ -20321,22 +19560,20 @@ main ()
20321 FILE *f = fopen ("conftest.val", "w"); 19560 FILE *f = fopen ("conftest.val", "w");
20322 if (! f) 19561 if (! f)
20323 return 1; 19562 return 1;
20324 if (((long int) (sizeof (char))) < 0) 19563 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
20325 { 19564 {
20326 long int i = longval (); 19565 long int i = longval ();
20327 if (i != ((long int) (sizeof (char)))) 19566 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20328 return 1; 19567 return 1;
20329 fprintf (f, "%ld", i); 19568 fprintf (f, "%ld\n", i);
20330 } 19569 }
20331 else 19570 else
20332 { 19571 {
20333 unsigned long int i = ulongval (); 19572 unsigned long int i = ulongval ();
20334 if (i != ((long int) (sizeof (char)))) 19573 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20335 return 1; 19574 return 1;
20336 fprintf (f, "%lu", i); 19575 fprintf (f, "%lu\n", i);
20337 } 19576 }
20338 /* Do not output a trailing newline, as this causes \r\n confusion
20339 on some platforms. */
20340 return ferror (f) || fclose (f) != 0; 19577 return ferror (f) || fclose (f) != 0;
20341 19578
20342 ; 19579 ;
@@ -20349,46 +19586,43 @@ case "(($ac_try" in
20349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20350 *) ac_try_echo=$ac_try;; 19587 *) ac_try_echo=$ac_try;;
20351esac 19588esac
20352eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19589eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20353$as_echo "$ac_try_echo") >&5
20354 (eval "$ac_link") 2>&5 19590 (eval "$ac_link") 2>&5
20355 ac_status=$? 19591 ac_status=$?
20356 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20357 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 19593 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20358 { (case "(($ac_try" in 19594 { (case "(($ac_try" in
20359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20360 *) ac_try_echo=$ac_try;; 19596 *) ac_try_echo=$ac_try;;
20361esac 19597esac
20362eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19598eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20363$as_echo "$ac_try_echo") >&5
20364 (eval "$ac_try") 2>&5 19599 (eval "$ac_try") 2>&5
20365 ac_status=$? 19600 ac_status=$?
20366 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20367 (exit $ac_status); }; }; then 19602 (exit $ac_status); }; }; then
20368 ac_cv_sizeof_char=`cat conftest.val` 19603 ac_cv_sizeof_char=`cat conftest.val`
20369else 19604else
20370 $as_echo "$as_me: program exited with status $ac_status" >&5 19605 echo "$as_me: program exited with status $ac_status" >&5
20371$as_echo "$as_me: failed program was:" >&5 19606echo "$as_me: failed program was:" >&5
20372sed 's/^/| /' conftest.$ac_ext >&5 19607sed 's/^/| /' conftest.$ac_ext >&5
20373 19608
20374( exit $ac_status ) 19609( exit $ac_status )
20375if test "$ac_cv_type_char" = yes; then 19610if test "$ac_cv_type_char" = yes; then
20376 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char) 19611 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char)
20377See \`config.log' for more details." >&5 19612See \`config.log' for more details." >&5
20378$as_echo "$as_me: error: cannot compute sizeof (char) 19613echo "$as_me: error: cannot compute sizeof (char)
20379See \`config.log' for more details." >&2;} 19614See \`config.log' for more details." >&2;}
20380 { (exit 77); exit 77; }; } 19615 { (exit 77); exit 77; }; }
20381 else 19616 else
20382 ac_cv_sizeof_char=0 19617 ac_cv_sizeof_char=0
20383 fi 19618 fi
20384fi 19619fi
20385rm -rf conftest.dSYM
20386rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 19620rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20387fi 19621fi
20388rm -f conftest.val 19622rm -f conftest.val
20389fi 19623fi
20390{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 19624{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
20391$as_echo "$ac_cv_sizeof_char" >&6; } 19625echo "${ECHO_T}$ac_cv_sizeof_char" >&6; }
20392 19626
20393 19627
20394 19628
@@ -20397,14 +19631,68 @@ cat >>confdefs.h <<_ACEOF
20397_ACEOF 19631_ACEOF
20398 19632
20399 19633
19634{ echo "$as_me:$LINENO: checking for short int" >&5
19635echo $ECHO_N "checking for short int... $ECHO_C" >&6; }
19636if test "${ac_cv_type_short_int+set}" = set; then
19637 echo $ECHO_N "(cached) $ECHO_C" >&6
19638else
19639 cat >conftest.$ac_ext <<_ACEOF
19640/* confdefs.h. */
19641_ACEOF
19642cat confdefs.h >>conftest.$ac_ext
19643cat >>conftest.$ac_ext <<_ACEOF
19644/* end confdefs.h. */
19645$ac_includes_default
19646typedef short int ac__type_new_;
19647int
19648main ()
19649{
19650if ((ac__type_new_ *) 0)
19651 return 0;
19652if (sizeof (ac__type_new_))
19653 return 0;
19654 ;
19655 return 0;
19656}
19657_ACEOF
19658rm -f conftest.$ac_objext
19659if { (ac_try="$ac_compile"
19660case "(($ac_try" in
19661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19662 *) ac_try_echo=$ac_try;;
19663esac
19664eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19665 (eval "$ac_compile") 2>conftest.er1
19666 ac_status=$?
19667 grep -v '^ *+' conftest.er1 >conftest.err
19668 rm -f conftest.er1
19669 cat conftest.err >&5
19670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19671 (exit $ac_status); } && {
19672 test -z "$ac_c_werror_flag" ||
19673 test ! -s conftest.err
19674 } && test -s conftest.$ac_objext; then
19675 ac_cv_type_short_int=yes
19676else
19677 echo "$as_me: failed program was:" >&5
19678sed 's/^/| /' conftest.$ac_ext >&5
19679
19680 ac_cv_type_short_int=no
19681fi
19682
19683rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19684fi
19685{ echo "$as_me:$LINENO: result: $ac_cv_type_short_int" >&5
19686echo "${ECHO_T}$ac_cv_type_short_int" >&6; }
19687
20400# The cast to long int works around a bug in the HP C Compiler 19688# The cast to long int works around a bug in the HP C Compiler
20401# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 19689# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20402# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 19690# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20403# This bug is HP SR number 8606223364. 19691# This bug is HP SR number 8606223364.
20404{ $as_echo "$as_me:$LINENO: checking size of short int" >&5 19692{ echo "$as_me:$LINENO: checking size of short int" >&5
20405$as_echo_n "checking size of short int... " >&6; } 19693echo $ECHO_N "checking size of short int... $ECHO_C" >&6; }
20406if test "${ac_cv_sizeof_short_int+set}" = set; then 19694if test "${ac_cv_sizeof_short_int+set}" = set; then
20407 $as_echo_n "(cached) " >&6 19695 echo $ECHO_N "(cached) $ECHO_C" >&6
20408else 19696else
20409 if test "$cross_compiling" = yes; then 19697 if test "$cross_compiling" = yes; then
20410 # Depending upon the size, compute the lo and hi bounds. 19698 # Depending upon the size, compute the lo and hi bounds.
@@ -20415,10 +19703,11 @@ cat confdefs.h >>conftest.$ac_ext
20415cat >>conftest.$ac_ext <<_ACEOF 19703cat >>conftest.$ac_ext <<_ACEOF
20416/* end confdefs.h. */ 19704/* end confdefs.h. */
20417$ac_includes_default 19705$ac_includes_default
19706 typedef short int ac__type_sizeof_;
20418int 19707int
20419main () 19708main ()
20420{ 19709{
20421static int test_array [1 - 2 * !(((long int) (sizeof (short int))) >= 0)]; 19710static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
20422test_array [0] = 0 19711test_array [0] = 0
20423 19712
20424 ; 19713 ;
@@ -20431,14 +19720,13 @@ case "(($ac_try" in
20431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20432 *) ac_try_echo=$ac_try;; 19721 *) ac_try_echo=$ac_try;;
20433esac 19722esac
20434eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19723eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20435$as_echo "$ac_try_echo") >&5
20436 (eval "$ac_compile") 2>conftest.er1 19724 (eval "$ac_compile") 2>conftest.er1
20437 ac_status=$? 19725 ac_status=$?
20438 grep -v '^ *+' conftest.er1 >conftest.err 19726 grep -v '^ *+' conftest.er1 >conftest.err
20439 rm -f conftest.er1 19727 rm -f conftest.er1
20440 cat conftest.err >&5 19728 cat conftest.err >&5
20441 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20442 (exit $ac_status); } && { 19730 (exit $ac_status); } && {
20443 test -z "$ac_c_werror_flag" || 19731 test -z "$ac_c_werror_flag" ||
20444 test ! -s conftest.err 19732 test ! -s conftest.err
@@ -20452,10 +19740,11 @@ cat confdefs.h >>conftest.$ac_ext
20452cat >>conftest.$ac_ext <<_ACEOF 19740cat >>conftest.$ac_ext <<_ACEOF
20453/* end confdefs.h. */ 19741/* end confdefs.h. */
20454$ac_includes_default 19742$ac_includes_default
19743 typedef short int ac__type_sizeof_;
20455int 19744int
20456main () 19745main ()
20457{ 19746{
20458static int test_array [1 - 2 * !(((long int) (sizeof (short int))) <= $ac_mid)]; 19747static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20459test_array [0] = 0 19748test_array [0] = 0
20460 19749
20461 ; 19750 ;
@@ -20468,21 +19757,20 @@ case "(($ac_try" in
20468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20469 *) ac_try_echo=$ac_try;; 19758 *) ac_try_echo=$ac_try;;
20470esac 19759esac
20471eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19760eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20472$as_echo "$ac_try_echo") >&5
20473 (eval "$ac_compile") 2>conftest.er1 19761 (eval "$ac_compile") 2>conftest.er1
20474 ac_status=$? 19762 ac_status=$?
20475 grep -v '^ *+' conftest.er1 >conftest.err 19763 grep -v '^ *+' conftest.er1 >conftest.err
20476 rm -f conftest.er1 19764 rm -f conftest.er1
20477 cat conftest.err >&5 19765 cat conftest.err >&5
20478 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20479 (exit $ac_status); } && { 19767 (exit $ac_status); } && {
20480 test -z "$ac_c_werror_flag" || 19768 test -z "$ac_c_werror_flag" ||
20481 test ! -s conftest.err 19769 test ! -s conftest.err
20482 } && test -s conftest.$ac_objext; then 19770 } && test -s conftest.$ac_objext; then
20483 ac_hi=$ac_mid; break 19771 ac_hi=$ac_mid; break
20484else 19772else
20485 $as_echo "$as_me: failed program was:" >&5 19773 echo "$as_me: failed program was:" >&5
20486sed 's/^/| /' conftest.$ac_ext >&5 19774sed 's/^/| /' conftest.$ac_ext >&5
20487 19775
20488 ac_lo=`expr $ac_mid + 1` 19776 ac_lo=`expr $ac_mid + 1`
@@ -20496,7 +19784,7 @@ fi
20496rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19784rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20497 done 19785 done
20498else 19786else
20499 $as_echo "$as_me: failed program was:" >&5 19787 echo "$as_me: failed program was:" >&5
20500sed 's/^/| /' conftest.$ac_ext >&5 19788sed 's/^/| /' conftest.$ac_ext >&5
20501 19789
20502 cat >conftest.$ac_ext <<_ACEOF 19790 cat >conftest.$ac_ext <<_ACEOF
@@ -20506,10 +19794,11 @@ cat confdefs.h >>conftest.$ac_ext
20506cat >>conftest.$ac_ext <<_ACEOF 19794cat >>conftest.$ac_ext <<_ACEOF
20507/* end confdefs.h. */ 19795/* end confdefs.h. */
20508$ac_includes_default 19796$ac_includes_default
19797 typedef short int ac__type_sizeof_;
20509int 19798int
20510main () 19799main ()
20511{ 19800{
20512static int test_array [1 - 2 * !(((long int) (sizeof (short int))) < 0)]; 19801static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
20513test_array [0] = 0 19802test_array [0] = 0
20514 19803
20515 ; 19804 ;
@@ -20522,14 +19811,13 @@ case "(($ac_try" in
20522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20523 *) ac_try_echo=$ac_try;; 19812 *) ac_try_echo=$ac_try;;
20524esac 19813esac
20525eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19814eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20526$as_echo "$ac_try_echo") >&5
20527 (eval "$ac_compile") 2>conftest.er1 19815 (eval "$ac_compile") 2>conftest.er1
20528 ac_status=$? 19816 ac_status=$?
20529 grep -v '^ *+' conftest.er1 >conftest.err 19817 grep -v '^ *+' conftest.er1 >conftest.err
20530 rm -f conftest.er1 19818 rm -f conftest.er1
20531 cat conftest.err >&5 19819 cat conftest.err >&5
20532 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20533 (exit $ac_status); } && { 19821 (exit $ac_status); } && {
20534 test -z "$ac_c_werror_flag" || 19822 test -z "$ac_c_werror_flag" ||
20535 test ! -s conftest.err 19823 test ! -s conftest.err
@@ -20543,10 +19831,11 @@ cat confdefs.h >>conftest.$ac_ext
20543cat >>conftest.$ac_ext <<_ACEOF 19831cat >>conftest.$ac_ext <<_ACEOF
20544/* end confdefs.h. */ 19832/* end confdefs.h. */
20545$ac_includes_default 19833$ac_includes_default
19834 typedef short int ac__type_sizeof_;
20546int 19835int
20547main () 19836main ()
20548{ 19837{
20549static int test_array [1 - 2 * !(((long int) (sizeof (short int))) >= $ac_mid)]; 19838static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
20550test_array [0] = 0 19839test_array [0] = 0
20551 19840
20552 ; 19841 ;
@@ -20559,21 +19848,20 @@ case "(($ac_try" in
20559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20560 *) ac_try_echo=$ac_try;; 19849 *) ac_try_echo=$ac_try;;
20561esac 19850esac
20562eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19851eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20563$as_echo "$ac_try_echo") >&5
20564 (eval "$ac_compile") 2>conftest.er1 19852 (eval "$ac_compile") 2>conftest.er1
20565 ac_status=$? 19853 ac_status=$?
20566 grep -v '^ *+' conftest.er1 >conftest.err 19854 grep -v '^ *+' conftest.er1 >conftest.err
20567 rm -f conftest.er1 19855 rm -f conftest.er1
20568 cat conftest.err >&5 19856 cat conftest.err >&5
20569 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20570 (exit $ac_status); } && { 19858 (exit $ac_status); } && {
20571 test -z "$ac_c_werror_flag" || 19859 test -z "$ac_c_werror_flag" ||
20572 test ! -s conftest.err 19860 test ! -s conftest.err
20573 } && test -s conftest.$ac_objext; then 19861 } && test -s conftest.$ac_objext; then
20574 ac_lo=$ac_mid; break 19862 ac_lo=$ac_mid; break
20575else 19863else
20576 $as_echo "$as_me: failed program was:" >&5 19864 echo "$as_me: failed program was:" >&5
20577sed 's/^/| /' conftest.$ac_ext >&5 19865sed 's/^/| /' conftest.$ac_ext >&5
20578 19866
20579 ac_hi=`expr '(' $ac_mid ')' - 1` 19867 ac_hi=`expr '(' $ac_mid ')' - 1`
@@ -20587,7 +19875,7 @@ fi
20587rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19875rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20588 done 19876 done
20589else 19877else
20590 $as_echo "$as_me: failed program was:" >&5 19878 echo "$as_me: failed program was:" >&5
20591sed 's/^/| /' conftest.$ac_ext >&5 19879sed 's/^/| /' conftest.$ac_ext >&5
20592 19880
20593 ac_lo= ac_hi= 19881 ac_lo= ac_hi=
@@ -20607,10 +19895,11 @@ cat confdefs.h >>conftest.$ac_ext
20607cat >>conftest.$ac_ext <<_ACEOF 19895cat >>conftest.$ac_ext <<_ACEOF
20608/* end confdefs.h. */ 19896/* end confdefs.h. */
20609$ac_includes_default 19897$ac_includes_default
19898 typedef short int ac__type_sizeof_;
20610int 19899int
20611main () 19900main ()
20612{ 19901{
20613static int test_array [1 - 2 * !(((long int) (sizeof (short int))) <= $ac_mid)]; 19902static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20614test_array [0] = 0 19903test_array [0] = 0
20615 19904
20616 ; 19905 ;
@@ -20623,21 +19912,20 @@ case "(($ac_try" in
20623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20624 *) ac_try_echo=$ac_try;; 19913 *) ac_try_echo=$ac_try;;
20625esac 19914esac
20626eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19915eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20627$as_echo "$ac_try_echo") >&5
20628 (eval "$ac_compile") 2>conftest.er1 19916 (eval "$ac_compile") 2>conftest.er1
20629 ac_status=$? 19917 ac_status=$?
20630 grep -v '^ *+' conftest.er1 >conftest.err 19918 grep -v '^ *+' conftest.er1 >conftest.err
20631 rm -f conftest.er1 19919 rm -f conftest.er1
20632 cat conftest.err >&5 19920 cat conftest.err >&5
20633 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20634 (exit $ac_status); } && { 19922 (exit $ac_status); } && {
20635 test -z "$ac_c_werror_flag" || 19923 test -z "$ac_c_werror_flag" ||
20636 test ! -s conftest.err 19924 test ! -s conftest.err
20637 } && test -s conftest.$ac_objext; then 19925 } && test -s conftest.$ac_objext; then
20638 ac_hi=$ac_mid 19926 ac_hi=$ac_mid
20639else 19927else
20640 $as_echo "$as_me: failed program was:" >&5 19928 echo "$as_me: failed program was:" >&5
20641sed 's/^/| /' conftest.$ac_ext >&5 19929sed 's/^/| /' conftest.$ac_ext >&5
20642 19930
20643 ac_lo=`expr '(' $ac_mid ')' + 1` 19931 ac_lo=`expr '(' $ac_mid ')' + 1`
@@ -20648,9 +19936,9 @@ done
20648case $ac_lo in 19936case $ac_lo in
20649?*) ac_cv_sizeof_short_int=$ac_lo;; 19937?*) ac_cv_sizeof_short_int=$ac_lo;;
20650'') if test "$ac_cv_type_short_int" = yes; then 19938'') if test "$ac_cv_type_short_int" = yes; then
20651 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short int) 19939 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short int)
20652See \`config.log' for more details." >&5 19940See \`config.log' for more details." >&5
20653$as_echo "$as_me: error: cannot compute sizeof (short int) 19941echo "$as_me: error: cannot compute sizeof (short int)
20654See \`config.log' for more details." >&2;} 19942See \`config.log' for more details." >&2;}
20655 { (exit 77); exit 77; }; } 19943 { (exit 77); exit 77; }; }
20656 else 19944 else
@@ -20665,8 +19953,9 @@ cat confdefs.h >>conftest.$ac_ext
20665cat >>conftest.$ac_ext <<_ACEOF 19953cat >>conftest.$ac_ext <<_ACEOF
20666/* end confdefs.h. */ 19954/* end confdefs.h. */
20667$ac_includes_default 19955$ac_includes_default
20668static long int longval () { return (long int) (sizeof (short int)); } 19956 typedef short int ac__type_sizeof_;
20669static unsigned long int ulongval () { return (long int) (sizeof (short int)); } 19957static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
19958static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
20670#include <stdio.h> 19959#include <stdio.h>
20671#include <stdlib.h> 19960#include <stdlib.h>
20672int 19961int
@@ -20676,22 +19965,20 @@ main ()
20676 FILE *f = fopen ("conftest.val", "w"); 19965 FILE *f = fopen ("conftest.val", "w");
20677 if (! f) 19966 if (! f)
20678 return 1; 19967 return 1;
20679 if (((long int) (sizeof (short int))) < 0) 19968 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
20680 { 19969 {
20681 long int i = longval (); 19970 long int i = longval ();
20682 if (i != ((long int) (sizeof (short int)))) 19971 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20683 return 1; 19972 return 1;
20684 fprintf (f, "%ld", i); 19973 fprintf (f, "%ld\n", i);
20685 } 19974 }
20686 else 19975 else
20687 { 19976 {
20688 unsigned long int i = ulongval (); 19977 unsigned long int i = ulongval ();
20689 if (i != ((long int) (sizeof (short int)))) 19978 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20690 return 1; 19979 return 1;
20691 fprintf (f, "%lu", i); 19980 fprintf (f, "%lu\n", i);
20692 } 19981 }
20693 /* Do not output a trailing newline, as this causes \r\n confusion
20694 on some platforms. */
20695 return ferror (f) || fclose (f) != 0; 19982 return ferror (f) || fclose (f) != 0;
20696 19983
20697 ; 19984 ;
@@ -20704,46 +19991,43 @@ case "(($ac_try" in
20704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20705 *) ac_try_echo=$ac_try;; 19992 *) ac_try_echo=$ac_try;;
20706esac 19993esac
20707eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 19994eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20708$as_echo "$ac_try_echo") >&5
20709 (eval "$ac_link") 2>&5 19995 (eval "$ac_link") 2>&5
20710 ac_status=$? 19996 ac_status=$?
20711 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 19997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20712 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 19998 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20713 { (case "(($ac_try" in 19999 { (case "(($ac_try" in
20714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20715 *) ac_try_echo=$ac_try;; 20001 *) ac_try_echo=$ac_try;;
20716esac 20002esac
20717eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20003eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20718$as_echo "$ac_try_echo") >&5
20719 (eval "$ac_try") 2>&5 20004 (eval "$ac_try") 2>&5
20720 ac_status=$? 20005 ac_status=$?
20721 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20722 (exit $ac_status); }; }; then 20007 (exit $ac_status); }; }; then
20723 ac_cv_sizeof_short_int=`cat conftest.val` 20008 ac_cv_sizeof_short_int=`cat conftest.val`
20724else 20009else
20725 $as_echo "$as_me: program exited with status $ac_status" >&5 20010 echo "$as_me: program exited with status $ac_status" >&5
20726$as_echo "$as_me: failed program was:" >&5 20011echo "$as_me: failed program was:" >&5
20727sed 's/^/| /' conftest.$ac_ext >&5 20012sed 's/^/| /' conftest.$ac_ext >&5
20728 20013
20729( exit $ac_status ) 20014( exit $ac_status )
20730if test "$ac_cv_type_short_int" = yes; then 20015if test "$ac_cv_type_short_int" = yes; then
20731 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short int) 20016 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short int)
20732See \`config.log' for more details." >&5 20017See \`config.log' for more details." >&5
20733$as_echo "$as_me: error: cannot compute sizeof (short int) 20018echo "$as_me: error: cannot compute sizeof (short int)
20734See \`config.log' for more details." >&2;} 20019See \`config.log' for more details." >&2;}
20735 { (exit 77); exit 77; }; } 20020 { (exit 77); exit 77; }; }
20736 else 20021 else
20737 ac_cv_sizeof_short_int=0 20022 ac_cv_sizeof_short_int=0
20738 fi 20023 fi
20739fi 20024fi
20740rm -rf conftest.dSYM
20741rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 20025rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20742fi 20026fi
20743rm -f conftest.val 20027rm -f conftest.val
20744fi 20028fi
20745{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_short_int" >&5 20029{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_short_int" >&5
20746$as_echo "$ac_cv_sizeof_short_int" >&6; } 20030echo "${ECHO_T}$ac_cv_sizeof_short_int" >&6; }
20747 20031
20748 20032
20749 20033
@@ -20752,14 +20036,68 @@ cat >>confdefs.h <<_ACEOF
20752_ACEOF 20036_ACEOF
20753 20037
20754 20038
20039{ echo "$as_me:$LINENO: checking for int" >&5
20040echo $ECHO_N "checking for int... $ECHO_C" >&6; }
20041if test "${ac_cv_type_int+set}" = set; then
20042 echo $ECHO_N "(cached) $ECHO_C" >&6
20043else
20044 cat >conftest.$ac_ext <<_ACEOF
20045/* confdefs.h. */
20046_ACEOF
20047cat confdefs.h >>conftest.$ac_ext
20048cat >>conftest.$ac_ext <<_ACEOF
20049/* end confdefs.h. */
20050$ac_includes_default
20051typedef int ac__type_new_;
20052int
20053main ()
20054{
20055if ((ac__type_new_ *) 0)
20056 return 0;
20057if (sizeof (ac__type_new_))
20058 return 0;
20059 ;
20060 return 0;
20061}
20062_ACEOF
20063rm -f conftest.$ac_objext
20064if { (ac_try="$ac_compile"
20065case "(($ac_try" in
20066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20067 *) ac_try_echo=$ac_try;;
20068esac
20069eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20070 (eval "$ac_compile") 2>conftest.er1
20071 ac_status=$?
20072 grep -v '^ *+' conftest.er1 >conftest.err
20073 rm -f conftest.er1
20074 cat conftest.err >&5
20075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20076 (exit $ac_status); } && {
20077 test -z "$ac_c_werror_flag" ||
20078 test ! -s conftest.err
20079 } && test -s conftest.$ac_objext; then
20080 ac_cv_type_int=yes
20081else
20082 echo "$as_me: failed program was:" >&5
20083sed 's/^/| /' conftest.$ac_ext >&5
20084
20085 ac_cv_type_int=no
20086fi
20087
20088rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20089fi
20090{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
20091echo "${ECHO_T}$ac_cv_type_int" >&6; }
20092
20755# The cast to long int works around a bug in the HP C Compiler 20093# The cast to long int works around a bug in the HP C Compiler
20756# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 20094# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20757# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 20095# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20758# This bug is HP SR number 8606223364. 20096# This bug is HP SR number 8606223364.
20759{ $as_echo "$as_me:$LINENO: checking size of int" >&5 20097{ echo "$as_me:$LINENO: checking size of int" >&5
20760$as_echo_n "checking size of int... " >&6; } 20098echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
20761if test "${ac_cv_sizeof_int+set}" = set; then 20099if test "${ac_cv_sizeof_int+set}" = set; then
20762 $as_echo_n "(cached) " >&6 20100 echo $ECHO_N "(cached) $ECHO_C" >&6
20763else 20101else
20764 if test "$cross_compiling" = yes; then 20102 if test "$cross_compiling" = yes; then
20765 # Depending upon the size, compute the lo and hi bounds. 20103 # Depending upon the size, compute the lo and hi bounds.
@@ -20770,10 +20108,11 @@ cat confdefs.h >>conftest.$ac_ext
20770cat >>conftest.$ac_ext <<_ACEOF 20108cat >>conftest.$ac_ext <<_ACEOF
20771/* end confdefs.h. */ 20109/* end confdefs.h. */
20772$ac_includes_default 20110$ac_includes_default
20111 typedef int ac__type_sizeof_;
20773int 20112int
20774main () 20113main ()
20775{ 20114{
20776static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= 0)]; 20115static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
20777test_array [0] = 0 20116test_array [0] = 0
20778 20117
20779 ; 20118 ;
@@ -20786,14 +20125,13 @@ case "(($ac_try" in
20786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20787 *) ac_try_echo=$ac_try;; 20126 *) ac_try_echo=$ac_try;;
20788esac 20127esac
20789eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20128eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20790$as_echo "$ac_try_echo") >&5
20791 (eval "$ac_compile") 2>conftest.er1 20129 (eval "$ac_compile") 2>conftest.er1
20792 ac_status=$? 20130 ac_status=$?
20793 grep -v '^ *+' conftest.er1 >conftest.err 20131 grep -v '^ *+' conftest.er1 >conftest.err
20794 rm -f conftest.er1 20132 rm -f conftest.er1
20795 cat conftest.err >&5 20133 cat conftest.err >&5
20796 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20797 (exit $ac_status); } && { 20135 (exit $ac_status); } && {
20798 test -z "$ac_c_werror_flag" || 20136 test -z "$ac_c_werror_flag" ||
20799 test ! -s conftest.err 20137 test ! -s conftest.err
@@ -20807,10 +20145,11 @@ cat confdefs.h >>conftest.$ac_ext
20807cat >>conftest.$ac_ext <<_ACEOF 20145cat >>conftest.$ac_ext <<_ACEOF
20808/* end confdefs.h. */ 20146/* end confdefs.h. */
20809$ac_includes_default 20147$ac_includes_default
20148 typedef int ac__type_sizeof_;
20810int 20149int
20811main () 20150main ()
20812{ 20151{
20813static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)]; 20152static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20814test_array [0] = 0 20153test_array [0] = 0
20815 20154
20816 ; 20155 ;
@@ -20823,21 +20162,20 @@ case "(($ac_try" in
20823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20824 *) ac_try_echo=$ac_try;; 20163 *) ac_try_echo=$ac_try;;
20825esac 20164esac
20826eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20165eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20827$as_echo "$ac_try_echo") >&5
20828 (eval "$ac_compile") 2>conftest.er1 20166 (eval "$ac_compile") 2>conftest.er1
20829 ac_status=$? 20167 ac_status=$?
20830 grep -v '^ *+' conftest.er1 >conftest.err 20168 grep -v '^ *+' conftest.er1 >conftest.err
20831 rm -f conftest.er1 20169 rm -f conftest.er1
20832 cat conftest.err >&5 20170 cat conftest.err >&5
20833 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20834 (exit $ac_status); } && { 20172 (exit $ac_status); } && {
20835 test -z "$ac_c_werror_flag" || 20173 test -z "$ac_c_werror_flag" ||
20836 test ! -s conftest.err 20174 test ! -s conftest.err
20837 } && test -s conftest.$ac_objext; then 20175 } && test -s conftest.$ac_objext; then
20838 ac_hi=$ac_mid; break 20176 ac_hi=$ac_mid; break
20839else 20177else
20840 $as_echo "$as_me: failed program was:" >&5 20178 echo "$as_me: failed program was:" >&5
20841sed 's/^/| /' conftest.$ac_ext >&5 20179sed 's/^/| /' conftest.$ac_ext >&5
20842 20180
20843 ac_lo=`expr $ac_mid + 1` 20181 ac_lo=`expr $ac_mid + 1`
@@ -20851,7 +20189,7 @@ fi
20851rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20189rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20852 done 20190 done
20853else 20191else
20854 $as_echo "$as_me: failed program was:" >&5 20192 echo "$as_me: failed program was:" >&5
20855sed 's/^/| /' conftest.$ac_ext >&5 20193sed 's/^/| /' conftest.$ac_ext >&5
20856 20194
20857 cat >conftest.$ac_ext <<_ACEOF 20195 cat >conftest.$ac_ext <<_ACEOF
@@ -20861,10 +20199,11 @@ cat confdefs.h >>conftest.$ac_ext
20861cat >>conftest.$ac_ext <<_ACEOF 20199cat >>conftest.$ac_ext <<_ACEOF
20862/* end confdefs.h. */ 20200/* end confdefs.h. */
20863$ac_includes_default 20201$ac_includes_default
20202 typedef int ac__type_sizeof_;
20864int 20203int
20865main () 20204main ()
20866{ 20205{
20867static int test_array [1 - 2 * !(((long int) (sizeof (int))) < 0)]; 20206static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
20868test_array [0] = 0 20207test_array [0] = 0
20869 20208
20870 ; 20209 ;
@@ -20877,14 +20216,13 @@ case "(($ac_try" in
20877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20878 *) ac_try_echo=$ac_try;; 20217 *) ac_try_echo=$ac_try;;
20879esac 20218esac
20880eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20219eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20881$as_echo "$ac_try_echo") >&5
20882 (eval "$ac_compile") 2>conftest.er1 20220 (eval "$ac_compile") 2>conftest.er1
20883 ac_status=$? 20221 ac_status=$?
20884 grep -v '^ *+' conftest.er1 >conftest.err 20222 grep -v '^ *+' conftest.er1 >conftest.err
20885 rm -f conftest.er1 20223 rm -f conftest.er1
20886 cat conftest.err >&5 20224 cat conftest.err >&5
20887 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20888 (exit $ac_status); } && { 20226 (exit $ac_status); } && {
20889 test -z "$ac_c_werror_flag" || 20227 test -z "$ac_c_werror_flag" ||
20890 test ! -s conftest.err 20228 test ! -s conftest.err
@@ -20898,10 +20236,11 @@ cat confdefs.h >>conftest.$ac_ext
20898cat >>conftest.$ac_ext <<_ACEOF 20236cat >>conftest.$ac_ext <<_ACEOF
20899/* end confdefs.h. */ 20237/* end confdefs.h. */
20900$ac_includes_default 20238$ac_includes_default
20239 typedef int ac__type_sizeof_;
20901int 20240int
20902main () 20241main ()
20903{ 20242{
20904static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= $ac_mid)]; 20243static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
20905test_array [0] = 0 20244test_array [0] = 0
20906 20245
20907 ; 20246 ;
@@ -20914,21 +20253,20 @@ case "(($ac_try" in
20914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20915 *) ac_try_echo=$ac_try;; 20254 *) ac_try_echo=$ac_try;;
20916esac 20255esac
20917eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20256eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20918$as_echo "$ac_try_echo") >&5
20919 (eval "$ac_compile") 2>conftest.er1 20257 (eval "$ac_compile") 2>conftest.er1
20920 ac_status=$? 20258 ac_status=$?
20921 grep -v '^ *+' conftest.er1 >conftest.err 20259 grep -v '^ *+' conftest.er1 >conftest.err
20922 rm -f conftest.er1 20260 rm -f conftest.er1
20923 cat conftest.err >&5 20261 cat conftest.err >&5
20924 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20925 (exit $ac_status); } && { 20263 (exit $ac_status); } && {
20926 test -z "$ac_c_werror_flag" || 20264 test -z "$ac_c_werror_flag" ||
20927 test ! -s conftest.err 20265 test ! -s conftest.err
20928 } && test -s conftest.$ac_objext; then 20266 } && test -s conftest.$ac_objext; then
20929 ac_lo=$ac_mid; break 20267 ac_lo=$ac_mid; break
20930else 20268else
20931 $as_echo "$as_me: failed program was:" >&5 20269 echo "$as_me: failed program was:" >&5
20932sed 's/^/| /' conftest.$ac_ext >&5 20270sed 's/^/| /' conftest.$ac_ext >&5
20933 20271
20934 ac_hi=`expr '(' $ac_mid ')' - 1` 20272 ac_hi=`expr '(' $ac_mid ')' - 1`
@@ -20942,7 +20280,7 @@ fi
20942rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20280rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20943 done 20281 done
20944else 20282else
20945 $as_echo "$as_me: failed program was:" >&5 20283 echo "$as_me: failed program was:" >&5
20946sed 's/^/| /' conftest.$ac_ext >&5 20284sed 's/^/| /' conftest.$ac_ext >&5
20947 20285
20948 ac_lo= ac_hi= 20286 ac_lo= ac_hi=
@@ -20962,10 +20300,11 @@ cat confdefs.h >>conftest.$ac_ext
20962cat >>conftest.$ac_ext <<_ACEOF 20300cat >>conftest.$ac_ext <<_ACEOF
20963/* end confdefs.h. */ 20301/* end confdefs.h. */
20964$ac_includes_default 20302$ac_includes_default
20303 typedef int ac__type_sizeof_;
20965int 20304int
20966main () 20305main ()
20967{ 20306{
20968static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)]; 20307static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20969test_array [0] = 0 20308test_array [0] = 0
20970 20309
20971 ; 20310 ;
@@ -20978,21 +20317,20 @@ case "(($ac_try" in
20978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20979 *) ac_try_echo=$ac_try;; 20318 *) ac_try_echo=$ac_try;;
20980esac 20319esac
20981eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20320eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20982$as_echo "$ac_try_echo") >&5
20983 (eval "$ac_compile") 2>conftest.er1 20321 (eval "$ac_compile") 2>conftest.er1
20984 ac_status=$? 20322 ac_status=$?
20985 grep -v '^ *+' conftest.er1 >conftest.err 20323 grep -v '^ *+' conftest.er1 >conftest.err
20986 rm -f conftest.er1 20324 rm -f conftest.er1
20987 cat conftest.err >&5 20325 cat conftest.err >&5
20988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20989 (exit $ac_status); } && { 20327 (exit $ac_status); } && {
20990 test -z "$ac_c_werror_flag" || 20328 test -z "$ac_c_werror_flag" ||
20991 test ! -s conftest.err 20329 test ! -s conftest.err
20992 } && test -s conftest.$ac_objext; then 20330 } && test -s conftest.$ac_objext; then
20993 ac_hi=$ac_mid 20331 ac_hi=$ac_mid
20994else 20332else
20995 $as_echo "$as_me: failed program was:" >&5 20333 echo "$as_me: failed program was:" >&5
20996sed 's/^/| /' conftest.$ac_ext >&5 20334sed 's/^/| /' conftest.$ac_ext >&5
20997 20335
20998 ac_lo=`expr '(' $ac_mid ')' + 1` 20336 ac_lo=`expr '(' $ac_mid ')' + 1`
@@ -21003,9 +20341,9 @@ done
21003case $ac_lo in 20341case $ac_lo in
21004?*) ac_cv_sizeof_int=$ac_lo;; 20342?*) ac_cv_sizeof_int=$ac_lo;;
21005'') if test "$ac_cv_type_int" = yes; then 20343'') if test "$ac_cv_type_int" = yes; then
21006 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) 20344 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
21007See \`config.log' for more details." >&5 20345See \`config.log' for more details." >&5
21008$as_echo "$as_me: error: cannot compute sizeof (int) 20346echo "$as_me: error: cannot compute sizeof (int)
21009See \`config.log' for more details." >&2;} 20347See \`config.log' for more details." >&2;}
21010 { (exit 77); exit 77; }; } 20348 { (exit 77); exit 77; }; }
21011 else 20349 else
@@ -21020,8 +20358,9 @@ cat confdefs.h >>conftest.$ac_ext
21020cat >>conftest.$ac_ext <<_ACEOF 20358cat >>conftest.$ac_ext <<_ACEOF
21021/* end confdefs.h. */ 20359/* end confdefs.h. */
21022$ac_includes_default 20360$ac_includes_default
21023static long int longval () { return (long int) (sizeof (int)); } 20361 typedef int ac__type_sizeof_;
21024static unsigned long int ulongval () { return (long int) (sizeof (int)); } 20362static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
20363static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21025#include <stdio.h> 20364#include <stdio.h>
21026#include <stdlib.h> 20365#include <stdlib.h>
21027int 20366int
@@ -21031,22 +20370,20 @@ main ()
21031 FILE *f = fopen ("conftest.val", "w"); 20370 FILE *f = fopen ("conftest.val", "w");
21032 if (! f) 20371 if (! f)
21033 return 1; 20372 return 1;
21034 if (((long int) (sizeof (int))) < 0) 20373 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21035 { 20374 {
21036 long int i = longval (); 20375 long int i = longval ();
21037 if (i != ((long int) (sizeof (int)))) 20376 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21038 return 1; 20377 return 1;
21039 fprintf (f, "%ld", i); 20378 fprintf (f, "%ld\n", i);
21040 } 20379 }
21041 else 20380 else
21042 { 20381 {
21043 unsigned long int i = ulongval (); 20382 unsigned long int i = ulongval ();
21044 if (i != ((long int) (sizeof (int)))) 20383 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21045 return 1; 20384 return 1;
21046 fprintf (f, "%lu", i); 20385 fprintf (f, "%lu\n", i);
21047 } 20386 }
21048 /* Do not output a trailing newline, as this causes \r\n confusion
21049 on some platforms. */
21050 return ferror (f) || fclose (f) != 0; 20387 return ferror (f) || fclose (f) != 0;
21051 20388
21052 ; 20389 ;
@@ -21059,46 +20396,43 @@ case "(($ac_try" in
21059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21060 *) ac_try_echo=$ac_try;; 20397 *) ac_try_echo=$ac_try;;
21061esac 20398esac
21062eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20399eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21063$as_echo "$ac_try_echo") >&5
21064 (eval "$ac_link") 2>&5 20400 (eval "$ac_link") 2>&5
21065 ac_status=$? 20401 ac_status=$?
21066 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21067 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 20403 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21068 { (case "(($ac_try" in 20404 { (case "(($ac_try" in
21069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21070 *) ac_try_echo=$ac_try;; 20406 *) ac_try_echo=$ac_try;;
21071esac 20407esac
21072eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20408eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21073$as_echo "$ac_try_echo") >&5
21074 (eval "$ac_try") 2>&5 20409 (eval "$ac_try") 2>&5
21075 ac_status=$? 20410 ac_status=$?
21076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21077 (exit $ac_status); }; }; then 20412 (exit $ac_status); }; }; then
21078 ac_cv_sizeof_int=`cat conftest.val` 20413 ac_cv_sizeof_int=`cat conftest.val`
21079else 20414else
21080 $as_echo "$as_me: program exited with status $ac_status" >&5 20415 echo "$as_me: program exited with status $ac_status" >&5
21081$as_echo "$as_me: failed program was:" >&5 20416echo "$as_me: failed program was:" >&5
21082sed 's/^/| /' conftest.$ac_ext >&5 20417sed 's/^/| /' conftest.$ac_ext >&5
21083 20418
21084( exit $ac_status ) 20419( exit $ac_status )
21085if test "$ac_cv_type_int" = yes; then 20420if test "$ac_cv_type_int" = yes; then
21086 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) 20421 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
21087See \`config.log' for more details." >&5 20422See \`config.log' for more details." >&5
21088$as_echo "$as_me: error: cannot compute sizeof (int) 20423echo "$as_me: error: cannot compute sizeof (int)
21089See \`config.log' for more details." >&2;} 20424See \`config.log' for more details." >&2;}
21090 { (exit 77); exit 77; }; } 20425 { (exit 77); exit 77; }; }
21091 else 20426 else
21092 ac_cv_sizeof_int=0 20427 ac_cv_sizeof_int=0
21093 fi 20428 fi
21094fi 20429fi
21095rm -rf conftest.dSYM
21096rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 20430rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21097fi 20431fi
21098rm -f conftest.val 20432rm -f conftest.val
21099fi 20433fi
21100{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 20434{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
21101$as_echo "$ac_cv_sizeof_int" >&6; } 20435echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
21102 20436
21103 20437
21104 20438
@@ -21107,14 +20441,68 @@ cat >>confdefs.h <<_ACEOF
21107_ACEOF 20441_ACEOF
21108 20442
21109 20443
20444{ echo "$as_me:$LINENO: checking for long int" >&5
20445echo $ECHO_N "checking for long int... $ECHO_C" >&6; }
20446if test "${ac_cv_type_long_int+set}" = set; then
20447 echo $ECHO_N "(cached) $ECHO_C" >&6
20448else
20449 cat >conftest.$ac_ext <<_ACEOF
20450/* confdefs.h. */
20451_ACEOF
20452cat confdefs.h >>conftest.$ac_ext
20453cat >>conftest.$ac_ext <<_ACEOF
20454/* end confdefs.h. */
20455$ac_includes_default
20456typedef long int ac__type_new_;
20457int
20458main ()
20459{
20460if ((ac__type_new_ *) 0)
20461 return 0;
20462if (sizeof (ac__type_new_))
20463 return 0;
20464 ;
20465 return 0;
20466}
20467_ACEOF
20468rm -f conftest.$ac_objext
20469if { (ac_try="$ac_compile"
20470case "(($ac_try" in
20471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20472 *) ac_try_echo=$ac_try;;
20473esac
20474eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20475 (eval "$ac_compile") 2>conftest.er1
20476 ac_status=$?
20477 grep -v '^ *+' conftest.er1 >conftest.err
20478 rm -f conftest.er1
20479 cat conftest.err >&5
20480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20481 (exit $ac_status); } && {
20482 test -z "$ac_c_werror_flag" ||
20483 test ! -s conftest.err
20484 } && test -s conftest.$ac_objext; then
20485 ac_cv_type_long_int=yes
20486else
20487 echo "$as_me: failed program was:" >&5
20488sed 's/^/| /' conftest.$ac_ext >&5
20489
20490 ac_cv_type_long_int=no
20491fi
20492
20493rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20494fi
20495{ echo "$as_me:$LINENO: result: $ac_cv_type_long_int" >&5
20496echo "${ECHO_T}$ac_cv_type_long_int" >&6; }
20497
21110# The cast to long int works around a bug in the HP C Compiler 20498# The cast to long int works around a bug in the HP C Compiler
21111# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 20499# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21112# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 20500# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21113# This bug is HP SR number 8606223364. 20501# This bug is HP SR number 8606223364.
21114{ $as_echo "$as_me:$LINENO: checking size of long int" >&5 20502{ echo "$as_me:$LINENO: checking size of long int" >&5
21115$as_echo_n "checking size of long int... " >&6; } 20503echo $ECHO_N "checking size of long int... $ECHO_C" >&6; }
21116if test "${ac_cv_sizeof_long_int+set}" = set; then 20504if test "${ac_cv_sizeof_long_int+set}" = set; then
21117 $as_echo_n "(cached) " >&6 20505 echo $ECHO_N "(cached) $ECHO_C" >&6
21118else 20506else
21119 if test "$cross_compiling" = yes; then 20507 if test "$cross_compiling" = yes; then
21120 # Depending upon the size, compute the lo and hi bounds. 20508 # Depending upon the size, compute the lo and hi bounds.
@@ -21125,10 +20513,11 @@ cat confdefs.h >>conftest.$ac_ext
21125cat >>conftest.$ac_ext <<_ACEOF 20513cat >>conftest.$ac_ext <<_ACEOF
21126/* end confdefs.h. */ 20514/* end confdefs.h. */
21127$ac_includes_default 20515$ac_includes_default
20516 typedef long int ac__type_sizeof_;
21128int 20517int
21129main () 20518main ()
21130{ 20519{
21131static int test_array [1 - 2 * !(((long int) (sizeof (long int))) >= 0)]; 20520static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21132test_array [0] = 0 20521test_array [0] = 0
21133 20522
21134 ; 20523 ;
@@ -21141,14 +20530,13 @@ case "(($ac_try" in
21141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21142 *) ac_try_echo=$ac_try;; 20531 *) ac_try_echo=$ac_try;;
21143esac 20532esac
21144eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20533eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21145$as_echo "$ac_try_echo") >&5
21146 (eval "$ac_compile") 2>conftest.er1 20534 (eval "$ac_compile") 2>conftest.er1
21147 ac_status=$? 20535 ac_status=$?
21148 grep -v '^ *+' conftest.er1 >conftest.err 20536 grep -v '^ *+' conftest.er1 >conftest.err
21149 rm -f conftest.er1 20537 rm -f conftest.er1
21150 cat conftest.err >&5 20538 cat conftest.err >&5
21151 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21152 (exit $ac_status); } && { 20540 (exit $ac_status); } && {
21153 test -z "$ac_c_werror_flag" || 20541 test -z "$ac_c_werror_flag" ||
21154 test ! -s conftest.err 20542 test ! -s conftest.err
@@ -21162,10 +20550,11 @@ cat confdefs.h >>conftest.$ac_ext
21162cat >>conftest.$ac_ext <<_ACEOF 20550cat >>conftest.$ac_ext <<_ACEOF
21163/* end confdefs.h. */ 20551/* end confdefs.h. */
21164$ac_includes_default 20552$ac_includes_default
20553 typedef long int ac__type_sizeof_;
21165int 20554int
21166main () 20555main ()
21167{ 20556{
21168static int test_array [1 - 2 * !(((long int) (sizeof (long int))) <= $ac_mid)]; 20557static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21169test_array [0] = 0 20558test_array [0] = 0
21170 20559
21171 ; 20560 ;
@@ -21178,21 +20567,20 @@ case "(($ac_try" in
21178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21179 *) ac_try_echo=$ac_try;; 20568 *) ac_try_echo=$ac_try;;
21180esac 20569esac
21181eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20570eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21182$as_echo "$ac_try_echo") >&5
21183 (eval "$ac_compile") 2>conftest.er1 20571 (eval "$ac_compile") 2>conftest.er1
21184 ac_status=$? 20572 ac_status=$?
21185 grep -v '^ *+' conftest.er1 >conftest.err 20573 grep -v '^ *+' conftest.er1 >conftest.err
21186 rm -f conftest.er1 20574 rm -f conftest.er1
21187 cat conftest.err >&5 20575 cat conftest.err >&5
21188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21189 (exit $ac_status); } && { 20577 (exit $ac_status); } && {
21190 test -z "$ac_c_werror_flag" || 20578 test -z "$ac_c_werror_flag" ||
21191 test ! -s conftest.err 20579 test ! -s conftest.err
21192 } && test -s conftest.$ac_objext; then 20580 } && test -s conftest.$ac_objext; then
21193 ac_hi=$ac_mid; break 20581 ac_hi=$ac_mid; break
21194else 20582else
21195 $as_echo "$as_me: failed program was:" >&5 20583 echo "$as_me: failed program was:" >&5
21196sed 's/^/| /' conftest.$ac_ext >&5 20584sed 's/^/| /' conftest.$ac_ext >&5
21197 20585
21198 ac_lo=`expr $ac_mid + 1` 20586 ac_lo=`expr $ac_mid + 1`
@@ -21206,7 +20594,7 @@ fi
21206rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20594rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21207 done 20595 done
21208else 20596else
21209 $as_echo "$as_me: failed program was:" >&5 20597 echo "$as_me: failed program was:" >&5
21210sed 's/^/| /' conftest.$ac_ext >&5 20598sed 's/^/| /' conftest.$ac_ext >&5
21211 20599
21212 cat >conftest.$ac_ext <<_ACEOF 20600 cat >conftest.$ac_ext <<_ACEOF
@@ -21216,10 +20604,11 @@ cat confdefs.h >>conftest.$ac_ext
21216cat >>conftest.$ac_ext <<_ACEOF 20604cat >>conftest.$ac_ext <<_ACEOF
21217/* end confdefs.h. */ 20605/* end confdefs.h. */
21218$ac_includes_default 20606$ac_includes_default
20607 typedef long int ac__type_sizeof_;
21219int 20608int
21220main () 20609main ()
21221{ 20610{
21222static int test_array [1 - 2 * !(((long int) (sizeof (long int))) < 0)]; 20611static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21223test_array [0] = 0 20612test_array [0] = 0
21224 20613
21225 ; 20614 ;
@@ -21232,14 +20621,13 @@ case "(($ac_try" in
21232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21233 *) ac_try_echo=$ac_try;; 20622 *) ac_try_echo=$ac_try;;
21234esac 20623esac
21235eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20624eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21236$as_echo "$ac_try_echo") >&5
21237 (eval "$ac_compile") 2>conftest.er1 20625 (eval "$ac_compile") 2>conftest.er1
21238 ac_status=$? 20626 ac_status=$?
21239 grep -v '^ *+' conftest.er1 >conftest.err 20627 grep -v '^ *+' conftest.er1 >conftest.err
21240 rm -f conftest.er1 20628 rm -f conftest.er1
21241 cat conftest.err >&5 20629 cat conftest.err >&5
21242 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21243 (exit $ac_status); } && { 20631 (exit $ac_status); } && {
21244 test -z "$ac_c_werror_flag" || 20632 test -z "$ac_c_werror_flag" ||
21245 test ! -s conftest.err 20633 test ! -s conftest.err
@@ -21253,10 +20641,11 @@ cat confdefs.h >>conftest.$ac_ext
21253cat >>conftest.$ac_ext <<_ACEOF 20641cat >>conftest.$ac_ext <<_ACEOF
21254/* end confdefs.h. */ 20642/* end confdefs.h. */
21255$ac_includes_default 20643$ac_includes_default
20644 typedef long int ac__type_sizeof_;
21256int 20645int
21257main () 20646main ()
21258{ 20647{
21259static int test_array [1 - 2 * !(((long int) (sizeof (long int))) >= $ac_mid)]; 20648static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21260test_array [0] = 0 20649test_array [0] = 0
21261 20650
21262 ; 20651 ;
@@ -21269,21 +20658,20 @@ case "(($ac_try" in
21269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21270 *) ac_try_echo=$ac_try;; 20659 *) ac_try_echo=$ac_try;;
21271esac 20660esac
21272eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20661eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21273$as_echo "$ac_try_echo") >&5
21274 (eval "$ac_compile") 2>conftest.er1 20662 (eval "$ac_compile") 2>conftest.er1
21275 ac_status=$? 20663 ac_status=$?
21276 grep -v '^ *+' conftest.er1 >conftest.err 20664 grep -v '^ *+' conftest.er1 >conftest.err
21277 rm -f conftest.er1 20665 rm -f conftest.er1
21278 cat conftest.err >&5 20666 cat conftest.err >&5
21279 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21280 (exit $ac_status); } && { 20668 (exit $ac_status); } && {
21281 test -z "$ac_c_werror_flag" || 20669 test -z "$ac_c_werror_flag" ||
21282 test ! -s conftest.err 20670 test ! -s conftest.err
21283 } && test -s conftest.$ac_objext; then 20671 } && test -s conftest.$ac_objext; then
21284 ac_lo=$ac_mid; break 20672 ac_lo=$ac_mid; break
21285else 20673else
21286 $as_echo "$as_me: failed program was:" >&5 20674 echo "$as_me: failed program was:" >&5
21287sed 's/^/| /' conftest.$ac_ext >&5 20675sed 's/^/| /' conftest.$ac_ext >&5
21288 20676
21289 ac_hi=`expr '(' $ac_mid ')' - 1` 20677 ac_hi=`expr '(' $ac_mid ')' - 1`
@@ -21297,7 +20685,7 @@ fi
21297rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20685rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21298 done 20686 done
21299else 20687else
21300 $as_echo "$as_me: failed program was:" >&5 20688 echo "$as_me: failed program was:" >&5
21301sed 's/^/| /' conftest.$ac_ext >&5 20689sed 's/^/| /' conftest.$ac_ext >&5
21302 20690
21303 ac_lo= ac_hi= 20691 ac_lo= ac_hi=
@@ -21317,10 +20705,11 @@ cat confdefs.h >>conftest.$ac_ext
21317cat >>conftest.$ac_ext <<_ACEOF 20705cat >>conftest.$ac_ext <<_ACEOF
21318/* end confdefs.h. */ 20706/* end confdefs.h. */
21319$ac_includes_default 20707$ac_includes_default
20708 typedef long int ac__type_sizeof_;
21320int 20709int
21321main () 20710main ()
21322{ 20711{
21323static int test_array [1 - 2 * !(((long int) (sizeof (long int))) <= $ac_mid)]; 20712static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21324test_array [0] = 0 20713test_array [0] = 0
21325 20714
21326 ; 20715 ;
@@ -21333,21 +20722,20 @@ case "(($ac_try" in
21333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21334 *) ac_try_echo=$ac_try;; 20723 *) ac_try_echo=$ac_try;;
21335esac 20724esac
21336eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20725eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21337$as_echo "$ac_try_echo") >&5
21338 (eval "$ac_compile") 2>conftest.er1 20726 (eval "$ac_compile") 2>conftest.er1
21339 ac_status=$? 20727 ac_status=$?
21340 grep -v '^ *+' conftest.er1 >conftest.err 20728 grep -v '^ *+' conftest.er1 >conftest.err
21341 rm -f conftest.er1 20729 rm -f conftest.er1
21342 cat conftest.err >&5 20730 cat conftest.err >&5
21343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21344 (exit $ac_status); } && { 20732 (exit $ac_status); } && {
21345 test -z "$ac_c_werror_flag" || 20733 test -z "$ac_c_werror_flag" ||
21346 test ! -s conftest.err 20734 test ! -s conftest.err
21347 } && test -s conftest.$ac_objext; then 20735 } && test -s conftest.$ac_objext; then
21348 ac_hi=$ac_mid 20736 ac_hi=$ac_mid
21349else 20737else
21350 $as_echo "$as_me: failed program was:" >&5 20738 echo "$as_me: failed program was:" >&5
21351sed 's/^/| /' conftest.$ac_ext >&5 20739sed 's/^/| /' conftest.$ac_ext >&5
21352 20740
21353 ac_lo=`expr '(' $ac_mid ')' + 1` 20741 ac_lo=`expr '(' $ac_mid ')' + 1`
@@ -21358,9 +20746,9 @@ done
21358case $ac_lo in 20746case $ac_lo in
21359?*) ac_cv_sizeof_long_int=$ac_lo;; 20747?*) ac_cv_sizeof_long_int=$ac_lo;;
21360'') if test "$ac_cv_type_long_int" = yes; then 20748'') if test "$ac_cv_type_long_int" = yes; then
21361 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long int) 20749 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long int)
21362See \`config.log' for more details." >&5 20750See \`config.log' for more details." >&5
21363$as_echo "$as_me: error: cannot compute sizeof (long int) 20751echo "$as_me: error: cannot compute sizeof (long int)
21364See \`config.log' for more details." >&2;} 20752See \`config.log' for more details." >&2;}
21365 { (exit 77); exit 77; }; } 20753 { (exit 77); exit 77; }; }
21366 else 20754 else
@@ -21375,8 +20763,9 @@ cat confdefs.h >>conftest.$ac_ext
21375cat >>conftest.$ac_ext <<_ACEOF 20763cat >>conftest.$ac_ext <<_ACEOF
21376/* end confdefs.h. */ 20764/* end confdefs.h. */
21377$ac_includes_default 20765$ac_includes_default
21378static long int longval () { return (long int) (sizeof (long int)); } 20766 typedef long int ac__type_sizeof_;
21379static unsigned long int ulongval () { return (long int) (sizeof (long int)); } 20767static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
20768static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21380#include <stdio.h> 20769#include <stdio.h>
21381#include <stdlib.h> 20770#include <stdlib.h>
21382int 20771int
@@ -21386,22 +20775,20 @@ main ()
21386 FILE *f = fopen ("conftest.val", "w"); 20775 FILE *f = fopen ("conftest.val", "w");
21387 if (! f) 20776 if (! f)
21388 return 1; 20777 return 1;
21389 if (((long int) (sizeof (long int))) < 0) 20778 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21390 { 20779 {
21391 long int i = longval (); 20780 long int i = longval ();
21392 if (i != ((long int) (sizeof (long int)))) 20781 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21393 return 1; 20782 return 1;
21394 fprintf (f, "%ld", i); 20783 fprintf (f, "%ld\n", i);
21395 } 20784 }
21396 else 20785 else
21397 { 20786 {
21398 unsigned long int i = ulongval (); 20787 unsigned long int i = ulongval ();
21399 if (i != ((long int) (sizeof (long int)))) 20788 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21400 return 1; 20789 return 1;
21401 fprintf (f, "%lu", i); 20790 fprintf (f, "%lu\n", i);
21402 } 20791 }
21403 /* Do not output a trailing newline, as this causes \r\n confusion
21404 on some platforms. */
21405 return ferror (f) || fclose (f) != 0; 20792 return ferror (f) || fclose (f) != 0;
21406 20793
21407 ; 20794 ;
@@ -21414,46 +20801,43 @@ case "(($ac_try" in
21414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21415 *) ac_try_echo=$ac_try;; 20802 *) ac_try_echo=$ac_try;;
21416esac 20803esac
21417eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20804eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21418$as_echo "$ac_try_echo") >&5
21419 (eval "$ac_link") 2>&5 20805 (eval "$ac_link") 2>&5
21420 ac_status=$? 20806 ac_status=$?
21421 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21422 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 20808 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21423 { (case "(($ac_try" in 20809 { (case "(($ac_try" in
21424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21425 *) ac_try_echo=$ac_try;; 20811 *) ac_try_echo=$ac_try;;
21426esac 20812esac
21427eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20813eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21428$as_echo "$ac_try_echo") >&5
21429 (eval "$ac_try") 2>&5 20814 (eval "$ac_try") 2>&5
21430 ac_status=$? 20815 ac_status=$?
21431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21432 (exit $ac_status); }; }; then 20817 (exit $ac_status); }; }; then
21433 ac_cv_sizeof_long_int=`cat conftest.val` 20818 ac_cv_sizeof_long_int=`cat conftest.val`
21434else 20819else
21435 $as_echo "$as_me: program exited with status $ac_status" >&5 20820 echo "$as_me: program exited with status $ac_status" >&5
21436$as_echo "$as_me: failed program was:" >&5 20821echo "$as_me: failed program was:" >&5
21437sed 's/^/| /' conftest.$ac_ext >&5 20822sed 's/^/| /' conftest.$ac_ext >&5
21438 20823
21439( exit $ac_status ) 20824( exit $ac_status )
21440if test "$ac_cv_type_long_int" = yes; then 20825if test "$ac_cv_type_long_int" = yes; then
21441 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long int) 20826 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long int)
21442See \`config.log' for more details." >&5 20827See \`config.log' for more details." >&5
21443$as_echo "$as_me: error: cannot compute sizeof (long int) 20828echo "$as_me: error: cannot compute sizeof (long int)
21444See \`config.log' for more details." >&2;} 20829See \`config.log' for more details." >&2;}
21445 { (exit 77); exit 77; }; } 20830 { (exit 77); exit 77; }; }
21446 else 20831 else
21447 ac_cv_sizeof_long_int=0 20832 ac_cv_sizeof_long_int=0
21448 fi 20833 fi
21449fi 20834fi
21450rm -rf conftest.dSYM
21451rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 20835rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21452fi 20836fi
21453rm -f conftest.val 20837rm -f conftest.val
21454fi 20838fi
21455{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_int" >&5 20839{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_int" >&5
21456$as_echo "$ac_cv_sizeof_long_int" >&6; } 20840echo "${ECHO_T}$ac_cv_sizeof_long_int" >&6; }
21457 20841
21458 20842
21459 20843
@@ -21462,14 +20846,68 @@ cat >>confdefs.h <<_ACEOF
21462_ACEOF 20846_ACEOF
21463 20847
21464 20848
20849{ echo "$as_me:$LINENO: checking for long long int" >&5
20850echo $ECHO_N "checking for long long int... $ECHO_C" >&6; }
20851if test "${ac_cv_type_long_long_int+set}" = set; then
20852 echo $ECHO_N "(cached) $ECHO_C" >&6
20853else
20854 cat >conftest.$ac_ext <<_ACEOF
20855/* confdefs.h. */
20856_ACEOF
20857cat confdefs.h >>conftest.$ac_ext
20858cat >>conftest.$ac_ext <<_ACEOF
20859/* end confdefs.h. */
20860$ac_includes_default
20861typedef long long int ac__type_new_;
20862int
20863main ()
20864{
20865if ((ac__type_new_ *) 0)
20866 return 0;
20867if (sizeof (ac__type_new_))
20868 return 0;
20869 ;
20870 return 0;
20871}
20872_ACEOF
20873rm -f conftest.$ac_objext
20874if { (ac_try="$ac_compile"
20875case "(($ac_try" in
20876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20877 *) ac_try_echo=$ac_try;;
20878esac
20879eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20880 (eval "$ac_compile") 2>conftest.er1
20881 ac_status=$?
20882 grep -v '^ *+' conftest.er1 >conftest.err
20883 rm -f conftest.er1
20884 cat conftest.err >&5
20885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20886 (exit $ac_status); } && {
20887 test -z "$ac_c_werror_flag" ||
20888 test ! -s conftest.err
20889 } && test -s conftest.$ac_objext; then
20890 ac_cv_type_long_long_int=yes
20891else
20892 echo "$as_me: failed program was:" >&5
20893sed 's/^/| /' conftest.$ac_ext >&5
20894
20895 ac_cv_type_long_long_int=no
20896fi
20897
20898rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20899fi
20900{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long_int" >&5
20901echo "${ECHO_T}$ac_cv_type_long_long_int" >&6; }
20902
21465# The cast to long int works around a bug in the HP C Compiler 20903# The cast to long int works around a bug in the HP C Compiler
21466# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 20904# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21467# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 20905# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21468# This bug is HP SR number 8606223364. 20906# This bug is HP SR number 8606223364.
21469{ $as_echo "$as_me:$LINENO: checking size of long long int" >&5 20907{ echo "$as_me:$LINENO: checking size of long long int" >&5
21470$as_echo_n "checking size of long long int... " >&6; } 20908echo $ECHO_N "checking size of long long int... $ECHO_C" >&6; }
21471if test "${ac_cv_sizeof_long_long_int+set}" = set; then 20909if test "${ac_cv_sizeof_long_long_int+set}" = set; then
21472 $as_echo_n "(cached) " >&6 20910 echo $ECHO_N "(cached) $ECHO_C" >&6
21473else 20911else
21474 if test "$cross_compiling" = yes; then 20912 if test "$cross_compiling" = yes; then
21475 # Depending upon the size, compute the lo and hi bounds. 20913 # Depending upon the size, compute the lo and hi bounds.
@@ -21480,10 +20918,11 @@ cat confdefs.h >>conftest.$ac_ext
21480cat >>conftest.$ac_ext <<_ACEOF 20918cat >>conftest.$ac_ext <<_ACEOF
21481/* end confdefs.h. */ 20919/* end confdefs.h. */
21482$ac_includes_default 20920$ac_includes_default
20921 typedef long long int ac__type_sizeof_;
21483int 20922int
21484main () 20923main ()
21485{ 20924{
21486static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) >= 0)]; 20925static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21487test_array [0] = 0 20926test_array [0] = 0
21488 20927
21489 ; 20928 ;
@@ -21496,14 +20935,13 @@ case "(($ac_try" in
21496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21497 *) ac_try_echo=$ac_try;; 20936 *) ac_try_echo=$ac_try;;
21498esac 20937esac
21499eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20938eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21500$as_echo "$ac_try_echo") >&5
21501 (eval "$ac_compile") 2>conftest.er1 20939 (eval "$ac_compile") 2>conftest.er1
21502 ac_status=$? 20940 ac_status=$?
21503 grep -v '^ *+' conftest.er1 >conftest.err 20941 grep -v '^ *+' conftest.er1 >conftest.err
21504 rm -f conftest.er1 20942 rm -f conftest.er1
21505 cat conftest.err >&5 20943 cat conftest.err >&5
21506 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21507 (exit $ac_status); } && { 20945 (exit $ac_status); } && {
21508 test -z "$ac_c_werror_flag" || 20946 test -z "$ac_c_werror_flag" ||
21509 test ! -s conftest.err 20947 test ! -s conftest.err
@@ -21517,10 +20955,11 @@ cat confdefs.h >>conftest.$ac_ext
21517cat >>conftest.$ac_ext <<_ACEOF 20955cat >>conftest.$ac_ext <<_ACEOF
21518/* end confdefs.h. */ 20956/* end confdefs.h. */
21519$ac_includes_default 20957$ac_includes_default
20958 typedef long long int ac__type_sizeof_;
21520int 20959int
21521main () 20960main ()
21522{ 20961{
21523static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= $ac_mid)]; 20962static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21524test_array [0] = 0 20963test_array [0] = 0
21525 20964
21526 ; 20965 ;
@@ -21533,21 +20972,20 @@ case "(($ac_try" in
21533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21534 *) ac_try_echo=$ac_try;; 20973 *) ac_try_echo=$ac_try;;
21535esac 20974esac
21536eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20975eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21537$as_echo "$ac_try_echo") >&5
21538 (eval "$ac_compile") 2>conftest.er1 20976 (eval "$ac_compile") 2>conftest.er1
21539 ac_status=$? 20977 ac_status=$?
21540 grep -v '^ *+' conftest.er1 >conftest.err 20978 grep -v '^ *+' conftest.er1 >conftest.err
21541 rm -f conftest.er1 20979 rm -f conftest.er1
21542 cat conftest.err >&5 20980 cat conftest.err >&5
21543 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21544 (exit $ac_status); } && { 20982 (exit $ac_status); } && {
21545 test -z "$ac_c_werror_flag" || 20983 test -z "$ac_c_werror_flag" ||
21546 test ! -s conftest.err 20984 test ! -s conftest.err
21547 } && test -s conftest.$ac_objext; then 20985 } && test -s conftest.$ac_objext; then
21548 ac_hi=$ac_mid; break 20986 ac_hi=$ac_mid; break
21549else 20987else
21550 $as_echo "$as_me: failed program was:" >&5 20988 echo "$as_me: failed program was:" >&5
21551sed 's/^/| /' conftest.$ac_ext >&5 20989sed 's/^/| /' conftest.$ac_ext >&5
21552 20990
21553 ac_lo=`expr $ac_mid + 1` 20991 ac_lo=`expr $ac_mid + 1`
@@ -21561,7 +20999,7 @@ fi
21561rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20999rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21562 done 21000 done
21563else 21001else
21564 $as_echo "$as_me: failed program was:" >&5 21002 echo "$as_me: failed program was:" >&5
21565sed 's/^/| /' conftest.$ac_ext >&5 21003sed 's/^/| /' conftest.$ac_ext >&5
21566 21004
21567 cat >conftest.$ac_ext <<_ACEOF 21005 cat >conftest.$ac_ext <<_ACEOF
@@ -21571,10 +21009,11 @@ cat confdefs.h >>conftest.$ac_ext
21571cat >>conftest.$ac_ext <<_ACEOF 21009cat >>conftest.$ac_ext <<_ACEOF
21572/* end confdefs.h. */ 21010/* end confdefs.h. */
21573$ac_includes_default 21011$ac_includes_default
21012 typedef long long int ac__type_sizeof_;
21574int 21013int
21575main () 21014main ()
21576{ 21015{
21577static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) < 0)]; 21016static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21578test_array [0] = 0 21017test_array [0] = 0
21579 21018
21580 ; 21019 ;
@@ -21587,14 +21026,13 @@ case "(($ac_try" in
21587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21588 *) ac_try_echo=$ac_try;; 21027 *) ac_try_echo=$ac_try;;
21589esac 21028esac
21590eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21029eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21591$as_echo "$ac_try_echo") >&5
21592 (eval "$ac_compile") 2>conftest.er1 21030 (eval "$ac_compile") 2>conftest.er1
21593 ac_status=$? 21031 ac_status=$?
21594 grep -v '^ *+' conftest.er1 >conftest.err 21032 grep -v '^ *+' conftest.er1 >conftest.err
21595 rm -f conftest.er1 21033 rm -f conftest.er1
21596 cat conftest.err >&5 21034 cat conftest.err >&5
21597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21598 (exit $ac_status); } && { 21036 (exit $ac_status); } && {
21599 test -z "$ac_c_werror_flag" || 21037 test -z "$ac_c_werror_flag" ||
21600 test ! -s conftest.err 21038 test ! -s conftest.err
@@ -21608,10 +21046,11 @@ cat confdefs.h >>conftest.$ac_ext
21608cat >>conftest.$ac_ext <<_ACEOF 21046cat >>conftest.$ac_ext <<_ACEOF
21609/* end confdefs.h. */ 21047/* end confdefs.h. */
21610$ac_includes_default 21048$ac_includes_default
21049 typedef long long int ac__type_sizeof_;
21611int 21050int
21612main () 21051main ()
21613{ 21052{
21614static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) >= $ac_mid)]; 21053static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21615test_array [0] = 0 21054test_array [0] = 0
21616 21055
21617 ; 21056 ;
@@ -21624,21 +21063,20 @@ case "(($ac_try" in
21624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21625 *) ac_try_echo=$ac_try;; 21064 *) ac_try_echo=$ac_try;;
21626esac 21065esac
21627eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21066eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21628$as_echo "$ac_try_echo") >&5
21629 (eval "$ac_compile") 2>conftest.er1 21067 (eval "$ac_compile") 2>conftest.er1
21630 ac_status=$? 21068 ac_status=$?
21631 grep -v '^ *+' conftest.er1 >conftest.err 21069 grep -v '^ *+' conftest.er1 >conftest.err
21632 rm -f conftest.er1 21070 rm -f conftest.er1
21633 cat conftest.err >&5 21071 cat conftest.err >&5
21634 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21635 (exit $ac_status); } && { 21073 (exit $ac_status); } && {
21636 test -z "$ac_c_werror_flag" || 21074 test -z "$ac_c_werror_flag" ||
21637 test ! -s conftest.err 21075 test ! -s conftest.err
21638 } && test -s conftest.$ac_objext; then 21076 } && test -s conftest.$ac_objext; then
21639 ac_lo=$ac_mid; break 21077 ac_lo=$ac_mid; break
21640else 21078else
21641 $as_echo "$as_me: failed program was:" >&5 21079 echo "$as_me: failed program was:" >&5
21642sed 's/^/| /' conftest.$ac_ext >&5 21080sed 's/^/| /' conftest.$ac_ext >&5
21643 21081
21644 ac_hi=`expr '(' $ac_mid ')' - 1` 21082 ac_hi=`expr '(' $ac_mid ')' - 1`
@@ -21652,7 +21090,7 @@ fi
21652rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21090rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21653 done 21091 done
21654else 21092else
21655 $as_echo "$as_me: failed program was:" >&5 21093 echo "$as_me: failed program was:" >&5
21656sed 's/^/| /' conftest.$ac_ext >&5 21094sed 's/^/| /' conftest.$ac_ext >&5
21657 21095
21658 ac_lo= ac_hi= 21096 ac_lo= ac_hi=
@@ -21672,10 +21110,11 @@ cat confdefs.h >>conftest.$ac_ext
21672cat >>conftest.$ac_ext <<_ACEOF 21110cat >>conftest.$ac_ext <<_ACEOF
21673/* end confdefs.h. */ 21111/* end confdefs.h. */
21674$ac_includes_default 21112$ac_includes_default
21113 typedef long long int ac__type_sizeof_;
21675int 21114int
21676main () 21115main ()
21677{ 21116{
21678static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= $ac_mid)]; 21117static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21679test_array [0] = 0 21118test_array [0] = 0
21680 21119
21681 ; 21120 ;
@@ -21688,21 +21127,20 @@ case "(($ac_try" in
21688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21689 *) ac_try_echo=$ac_try;; 21128 *) ac_try_echo=$ac_try;;
21690esac 21129esac
21691eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21130eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21692$as_echo "$ac_try_echo") >&5
21693 (eval "$ac_compile") 2>conftest.er1 21131 (eval "$ac_compile") 2>conftest.er1
21694 ac_status=$? 21132 ac_status=$?
21695 grep -v '^ *+' conftest.er1 >conftest.err 21133 grep -v '^ *+' conftest.er1 >conftest.err
21696 rm -f conftest.er1 21134 rm -f conftest.er1
21697 cat conftest.err >&5 21135 cat conftest.err >&5
21698 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21699 (exit $ac_status); } && { 21137 (exit $ac_status); } && {
21700 test -z "$ac_c_werror_flag" || 21138 test -z "$ac_c_werror_flag" ||
21701 test ! -s conftest.err 21139 test ! -s conftest.err
21702 } && test -s conftest.$ac_objext; then 21140 } && test -s conftest.$ac_objext; then
21703 ac_hi=$ac_mid 21141 ac_hi=$ac_mid
21704else 21142else
21705 $as_echo "$as_me: failed program was:" >&5 21143 echo "$as_me: failed program was:" >&5
21706sed 's/^/| /' conftest.$ac_ext >&5 21144sed 's/^/| /' conftest.$ac_ext >&5
21707 21145
21708 ac_lo=`expr '(' $ac_mid ')' + 1` 21146 ac_lo=`expr '(' $ac_mid ')' + 1`
@@ -21713,9 +21151,9 @@ done
21713case $ac_lo in 21151case $ac_lo in
21714?*) ac_cv_sizeof_long_long_int=$ac_lo;; 21152?*) ac_cv_sizeof_long_long_int=$ac_lo;;
21715'') if test "$ac_cv_type_long_long_int" = yes; then 21153'') if test "$ac_cv_type_long_long_int" = yes; then
21716 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long int) 21154 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long int)
21717See \`config.log' for more details." >&5 21155See \`config.log' for more details." >&5
21718$as_echo "$as_me: error: cannot compute sizeof (long long int) 21156echo "$as_me: error: cannot compute sizeof (long long int)
21719See \`config.log' for more details." >&2;} 21157See \`config.log' for more details." >&2;}
21720 { (exit 77); exit 77; }; } 21158 { (exit 77); exit 77; }; }
21721 else 21159 else
@@ -21730,8 +21168,9 @@ cat confdefs.h >>conftest.$ac_ext
21730cat >>conftest.$ac_ext <<_ACEOF 21168cat >>conftest.$ac_ext <<_ACEOF
21731/* end confdefs.h. */ 21169/* end confdefs.h. */
21732$ac_includes_default 21170$ac_includes_default
21733static long int longval () { return (long int) (sizeof (long long int)); } 21171 typedef long long int ac__type_sizeof_;
21734static unsigned long int ulongval () { return (long int) (sizeof (long long int)); } 21172static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
21173static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21735#include <stdio.h> 21174#include <stdio.h>
21736#include <stdlib.h> 21175#include <stdlib.h>
21737int 21176int
@@ -21741,22 +21180,20 @@ main ()
21741 FILE *f = fopen ("conftest.val", "w"); 21180 FILE *f = fopen ("conftest.val", "w");
21742 if (! f) 21181 if (! f)
21743 return 1; 21182 return 1;
21744 if (((long int) (sizeof (long long int))) < 0) 21183 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21745 { 21184 {
21746 long int i = longval (); 21185 long int i = longval ();
21747 if (i != ((long int) (sizeof (long long int)))) 21186 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21748 return 1; 21187 return 1;
21749 fprintf (f, "%ld", i); 21188 fprintf (f, "%ld\n", i);
21750 } 21189 }
21751 else 21190 else
21752 { 21191 {
21753 unsigned long int i = ulongval (); 21192 unsigned long int i = ulongval ();
21754 if (i != ((long int) (sizeof (long long int)))) 21193 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21755 return 1; 21194 return 1;
21756 fprintf (f, "%lu", i); 21195 fprintf (f, "%lu\n", i);
21757 } 21196 }
21758 /* Do not output a trailing newline, as this causes \r\n confusion
21759 on some platforms. */
21760 return ferror (f) || fclose (f) != 0; 21197 return ferror (f) || fclose (f) != 0;
21761 21198
21762 ; 21199 ;
@@ -21769,46 +21206,43 @@ case "(($ac_try" in
21769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21770 *) ac_try_echo=$ac_try;; 21207 *) ac_try_echo=$ac_try;;
21771esac 21208esac
21772eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21209eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21773$as_echo "$ac_try_echo") >&5
21774 (eval "$ac_link") 2>&5 21210 (eval "$ac_link") 2>&5
21775 ac_status=$? 21211 ac_status=$?
21776 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21777 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 21213 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21778 { (case "(($ac_try" in 21214 { (case "(($ac_try" in
21779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21780 *) ac_try_echo=$ac_try;; 21216 *) ac_try_echo=$ac_try;;
21781esac 21217esac
21782eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21218eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21783$as_echo "$ac_try_echo") >&5
21784 (eval "$ac_try") 2>&5 21219 (eval "$ac_try") 2>&5
21785 ac_status=$? 21220 ac_status=$?
21786 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21787 (exit $ac_status); }; }; then 21222 (exit $ac_status); }; }; then
21788 ac_cv_sizeof_long_long_int=`cat conftest.val` 21223 ac_cv_sizeof_long_long_int=`cat conftest.val`
21789else 21224else
21790 $as_echo "$as_me: program exited with status $ac_status" >&5 21225 echo "$as_me: program exited with status $ac_status" >&5
21791$as_echo "$as_me: failed program was:" >&5 21226echo "$as_me: failed program was:" >&5
21792sed 's/^/| /' conftest.$ac_ext >&5 21227sed 's/^/| /' conftest.$ac_ext >&5
21793 21228
21794( exit $ac_status ) 21229( exit $ac_status )
21795if test "$ac_cv_type_long_long_int" = yes; then 21230if test "$ac_cv_type_long_long_int" = yes; then
21796 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long int) 21231 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long int)
21797See \`config.log' for more details." >&5 21232See \`config.log' for more details." >&5
21798$as_echo "$as_me: error: cannot compute sizeof (long long int) 21233echo "$as_me: error: cannot compute sizeof (long long int)
21799See \`config.log' for more details." >&2;} 21234See \`config.log' for more details." >&2;}
21800 { (exit 77); exit 77; }; } 21235 { (exit 77); exit 77; }; }
21801 else 21236 else
21802 ac_cv_sizeof_long_long_int=0 21237 ac_cv_sizeof_long_long_int=0
21803 fi 21238 fi
21804fi 21239fi
21805rm -rf conftest.dSYM
21806rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 21240rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21807fi 21241fi
21808rm -f conftest.val 21242rm -f conftest.val
21809fi 21243fi
21810{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long_int" >&5 21244{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long_int" >&5
21811$as_echo "$ac_cv_sizeof_long_long_int" >&6; } 21245echo "${ECHO_T}$ac_cv_sizeof_long_long_int" >&6; }
21812 21246
21813 21247
21814 21248
@@ -21825,12 +21259,12 @@ fi
21825 21259
21826# compute LLONG_MIN and LLONG_MAX if we don't know them. 21260# compute LLONG_MIN and LLONG_MAX if we don't know them.
21827if test -z "$have_llong_max"; then 21261if test -z "$have_llong_max"; then
21828 { $as_echo "$as_me:$LINENO: checking for max value of long long" >&5 21262 { echo "$as_me:$LINENO: checking for max value of long long" >&5
21829$as_echo_n "checking for max value of long long... " >&6; } 21263echo $ECHO_N "checking for max value of long long... $ECHO_C" >&6; }
21830 if test "$cross_compiling" = yes; then 21264 if test "$cross_compiling" = yes; then
21831 21265
21832 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 21266 { echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5
21833$as_echo "$as_me: WARNING: cross compiling: not checking" >&2;} 21267echo "$as_me: WARNING: cross compiling: not checking" >&2;}
21834 21268
21835 21269
21836else 21270else
@@ -21920,37 +21354,35 @@ case "(($ac_try" in
21920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21921 *) ac_try_echo=$ac_try;; 21355 *) ac_try_echo=$ac_try;;
21922esac 21356esac
21923eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21357eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21924$as_echo "$ac_try_echo") >&5
21925 (eval "$ac_link") 2>&5 21358 (eval "$ac_link") 2>&5
21926 ac_status=$? 21359 ac_status=$?
21927 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21928 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 21361 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21929 { (case "(($ac_try" in 21362 { (case "(($ac_try" in
21930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21931 *) ac_try_echo=$ac_try;; 21364 *) ac_try_echo=$ac_try;;
21932esac 21365esac
21933eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21366eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21934$as_echo "$ac_try_echo") >&5
21935 (eval "$ac_try") 2>&5 21367 (eval "$ac_try") 2>&5
21936 ac_status=$? 21368 ac_status=$?
21937 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21938 (exit $ac_status); }; }; then 21370 (exit $ac_status); }; }; then
21939 21371
21940 llong_min=`$AWK '{print $1}' conftest.llminmax` 21372 llong_min=`$AWK '{print $1}' conftest.llminmax`
21941 llong_max=`$AWK '{print $2}' conftest.llminmax` 21373 llong_max=`$AWK '{print $2}' conftest.llminmax`
21942 21374
21943 { $as_echo "$as_me:$LINENO: result: $llong_max" >&5 21375 { echo "$as_me:$LINENO: result: $llong_max" >&5
21944$as_echo "$llong_max" >&6; } 21376echo "${ECHO_T}$llong_max" >&6; }
21945 21377
21946cat >>confdefs.h <<_ACEOF 21378cat >>confdefs.h <<_ACEOF
21947#define LLONG_MAX ${llong_max}LL 21379#define LLONG_MAX ${llong_max}LL
21948_ACEOF 21380_ACEOF
21949 21381
21950 { $as_echo "$as_me:$LINENO: checking for min value of long long" >&5 21382 { echo "$as_me:$LINENO: checking for min value of long long" >&5
21951$as_echo_n "checking for min value of long long... " >&6; } 21383echo $ECHO_N "checking for min value of long long... $ECHO_C" >&6; }
21952 { $as_echo "$as_me:$LINENO: result: $llong_min" >&5 21384 { echo "$as_me:$LINENO: result: $llong_min" >&5
21953$as_echo "$llong_min" >&6; } 21385echo "${ECHO_T}$llong_min" >&6; }
21954 21386
21955cat >>confdefs.h <<_ACEOF 21387cat >>confdefs.h <<_ACEOF
21956#define LLONG_MIN ${llong_min}LL 21388#define LLONG_MIN ${llong_min}LL
@@ -21958,17 +21390,16 @@ _ACEOF
21958 21390
21959 21391
21960else 21392else
21961 $as_echo "$as_me: program exited with status $ac_status" >&5 21393 echo "$as_me: program exited with status $ac_status" >&5
21962$as_echo "$as_me: failed program was:" >&5 21394echo "$as_me: failed program was:" >&5
21963sed 's/^/| /' conftest.$ac_ext >&5 21395sed 's/^/| /' conftest.$ac_ext >&5
21964 21396
21965( exit $ac_status ) 21397( exit $ac_status )
21966 21398
21967 { $as_echo "$as_me:$LINENO: result: not found" >&5 21399 { echo "$as_me:$LINENO: result: not found" >&5
21968$as_echo "not found" >&6; } 21400echo "${ECHO_T}not found" >&6; }
21969 21401
21970fi 21402fi
21971rm -rf conftest.dSYM
21972rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 21403rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21973fi 21404fi
21974 21405
@@ -21977,10 +21408,10 @@ fi
21977 21408
21978 21409
21979# More checks for data types 21410# More checks for data types
21980{ $as_echo "$as_me:$LINENO: checking for u_int type" >&5 21411{ echo "$as_me:$LINENO: checking for u_int type" >&5
21981$as_echo_n "checking for u_int type... " >&6; } 21412echo $ECHO_N "checking for u_int type... $ECHO_C" >&6; }
21982if test "${ac_cv_have_u_int+set}" = set; then 21413if test "${ac_cv_have_u_int+set}" = set; then
21983 $as_echo_n "(cached) " >&6 21414 echo $ECHO_N "(cached) $ECHO_C" >&6
21984else 21415else
21985 21416
21986 cat >conftest.$ac_ext <<_ACEOF 21417 cat >conftest.$ac_ext <<_ACEOF
@@ -22004,21 +21435,20 @@ case "(($ac_try" in
22004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22005 *) ac_try_echo=$ac_try;; 21436 *) ac_try_echo=$ac_try;;
22006esac 21437esac
22007eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21438eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22008$as_echo "$ac_try_echo") >&5
22009 (eval "$ac_compile") 2>conftest.er1 21439 (eval "$ac_compile") 2>conftest.er1
22010 ac_status=$? 21440 ac_status=$?
22011 grep -v '^ *+' conftest.er1 >conftest.err 21441 grep -v '^ *+' conftest.er1 >conftest.err
22012 rm -f conftest.er1 21442 rm -f conftest.er1
22013 cat conftest.err >&5 21443 cat conftest.err >&5
22014 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22015 (exit $ac_status); } && { 21445 (exit $ac_status); } && {
22016 test -z "$ac_c_werror_flag" || 21446 test -z "$ac_c_werror_flag" ||
22017 test ! -s conftest.err 21447 test ! -s conftest.err
22018 } && test -s conftest.$ac_objext; then 21448 } && test -s conftest.$ac_objext; then
22019 ac_cv_have_u_int="yes" 21449 ac_cv_have_u_int="yes"
22020else 21450else
22021 $as_echo "$as_me: failed program was:" >&5 21451 echo "$as_me: failed program was:" >&5
22022sed 's/^/| /' conftest.$ac_ext >&5 21452sed 's/^/| /' conftest.$ac_ext >&5
22023 21453
22024 ac_cv_have_u_int="no" 21454 ac_cv_have_u_int="no"
@@ -22028,8 +21458,8 @@ fi
22028rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21458rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22029 21459
22030fi 21460fi
22031{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_u_int" >&5 21461{ echo "$as_me:$LINENO: result: $ac_cv_have_u_int" >&5
22032$as_echo "$ac_cv_have_u_int" >&6; } 21462echo "${ECHO_T}$ac_cv_have_u_int" >&6; }
22033if test "x$ac_cv_have_u_int" = "xyes" ; then 21463if test "x$ac_cv_have_u_int" = "xyes" ; then
22034 21464
22035cat >>confdefs.h <<\_ACEOF 21465cat >>confdefs.h <<\_ACEOF
@@ -22039,10 +21469,10 @@ _ACEOF
22039 have_u_int=1 21469 have_u_int=1
22040fi 21470fi
22041 21471
22042{ $as_echo "$as_me:$LINENO: checking for intXX_t types" >&5 21472{ echo "$as_me:$LINENO: checking for intXX_t types" >&5
22043$as_echo_n "checking for intXX_t types... " >&6; } 21473echo $ECHO_N "checking for intXX_t types... $ECHO_C" >&6; }
22044if test "${ac_cv_have_intxx_t+set}" = set; then 21474if test "${ac_cv_have_intxx_t+set}" = set; then
22045 $as_echo_n "(cached) " >&6 21475 echo $ECHO_N "(cached) $ECHO_C" >&6
22046else 21476else
22047 21477
22048 cat >conftest.$ac_ext <<_ACEOF 21478 cat >conftest.$ac_ext <<_ACEOF
@@ -22066,21 +21496,20 @@ case "(($ac_try" in
22066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22067 *) ac_try_echo=$ac_try;; 21497 *) ac_try_echo=$ac_try;;
22068esac 21498esac
22069eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21499eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22070$as_echo "$ac_try_echo") >&5
22071 (eval "$ac_compile") 2>conftest.er1 21500 (eval "$ac_compile") 2>conftest.er1
22072 ac_status=$? 21501 ac_status=$?
22073 grep -v '^ *+' conftest.er1 >conftest.err 21502 grep -v '^ *+' conftest.er1 >conftest.err
22074 rm -f conftest.er1 21503 rm -f conftest.er1
22075 cat conftest.err >&5 21504 cat conftest.err >&5
22076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22077 (exit $ac_status); } && { 21506 (exit $ac_status); } && {
22078 test -z "$ac_c_werror_flag" || 21507 test -z "$ac_c_werror_flag" ||
22079 test ! -s conftest.err 21508 test ! -s conftest.err
22080 } && test -s conftest.$ac_objext; then 21509 } && test -s conftest.$ac_objext; then
22081 ac_cv_have_intxx_t="yes" 21510 ac_cv_have_intxx_t="yes"
22082else 21511else
22083 $as_echo "$as_me: failed program was:" >&5 21512 echo "$as_me: failed program was:" >&5
22084sed 's/^/| /' conftest.$ac_ext >&5 21513sed 's/^/| /' conftest.$ac_ext >&5
22085 21514
22086 ac_cv_have_intxx_t="no" 21515 ac_cv_have_intxx_t="no"
@@ -22090,8 +21519,8 @@ fi
22090rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21519rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22091 21520
22092fi 21521fi
22093{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_intxx_t" >&5 21522{ echo "$as_me:$LINENO: result: $ac_cv_have_intxx_t" >&5
22094$as_echo "$ac_cv_have_intxx_t" >&6; } 21523echo "${ECHO_T}$ac_cv_have_intxx_t" >&6; }
22095if test "x$ac_cv_have_intxx_t" = "xyes" ; then 21524if test "x$ac_cv_have_intxx_t" = "xyes" ; then
22096 21525
22097cat >>confdefs.h <<\_ACEOF 21526cat >>confdefs.h <<\_ACEOF
@@ -22104,8 +21533,8 @@ fi
22104if (test -z "$have_intxx_t" && \ 21533if (test -z "$have_intxx_t" && \
22105 test "x$ac_cv_header_stdint_h" = "xyes") 21534 test "x$ac_cv_header_stdint_h" = "xyes")
22106then 21535then
22107 { $as_echo "$as_me:$LINENO: checking for intXX_t types in stdint.h" >&5 21536 { echo "$as_me:$LINENO: checking for intXX_t types in stdint.h" >&5
22108$as_echo_n "checking for intXX_t types in stdint.h... " >&6; } 21537echo $ECHO_N "checking for intXX_t types in stdint.h... $ECHO_C" >&6; }
22109 cat >conftest.$ac_ext <<_ACEOF 21538 cat >conftest.$ac_ext <<_ACEOF
22110/* confdefs.h. */ 21539/* confdefs.h. */
22111_ACEOF 21540_ACEOF
@@ -22127,14 +21556,13 @@ case "(($ac_try" in
22127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22128 *) ac_try_echo=$ac_try;; 21557 *) ac_try_echo=$ac_try;;
22129esac 21558esac
22130eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21559eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22131$as_echo "$ac_try_echo") >&5
22132 (eval "$ac_compile") 2>conftest.er1 21560 (eval "$ac_compile") 2>conftest.er1
22133 ac_status=$? 21561 ac_status=$?
22134 grep -v '^ *+' conftest.er1 >conftest.err 21562 grep -v '^ *+' conftest.er1 >conftest.err
22135 rm -f conftest.er1 21563 rm -f conftest.er1
22136 cat conftest.err >&5 21564 cat conftest.err >&5
22137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22138 (exit $ac_status); } && { 21566 (exit $ac_status); } && {
22139 test -z "$ac_c_werror_flag" || 21567 test -z "$ac_c_werror_flag" ||
22140 test ! -s conftest.err 21568 test ! -s conftest.err
@@ -22144,25 +21572,25 @@ $as_echo "$ac_try_echo") >&5
22144#define HAVE_INTXX_T 1 21572#define HAVE_INTXX_T 1
22145_ACEOF 21573_ACEOF
22146 21574
22147 { $as_echo "$as_me:$LINENO: result: yes" >&5 21575 { echo "$as_me:$LINENO: result: yes" >&5
22148$as_echo "yes" >&6; } 21576echo "${ECHO_T}yes" >&6; }
22149 21577
22150else 21578else
22151 $as_echo "$as_me: failed program was:" >&5 21579 echo "$as_me: failed program was:" >&5
22152sed 's/^/| /' conftest.$ac_ext >&5 21580sed 's/^/| /' conftest.$ac_ext >&5
22153 21581
22154 { $as_echo "$as_me:$LINENO: result: no" >&5 21582 { echo "$as_me:$LINENO: result: no" >&5
22155$as_echo "no" >&6; } 21583echo "${ECHO_T}no" >&6; }
22156 21584
22157fi 21585fi
22158 21586
22159rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21587rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22160fi 21588fi
22161 21589
22162{ $as_echo "$as_me:$LINENO: checking for int64_t type" >&5 21590{ echo "$as_me:$LINENO: checking for int64_t type" >&5
22163$as_echo_n "checking for int64_t type... " >&6; } 21591echo $ECHO_N "checking for int64_t type... $ECHO_C" >&6; }
22164if test "${ac_cv_have_int64_t+set}" = set; then 21592if test "${ac_cv_have_int64_t+set}" = set; then
22165 $as_echo_n "(cached) " >&6 21593 echo $ECHO_N "(cached) $ECHO_C" >&6
22166else 21594else
22167 21595
22168 cat >conftest.$ac_ext <<_ACEOF 21596 cat >conftest.$ac_ext <<_ACEOF
@@ -22195,21 +21623,20 @@ case "(($ac_try" in
22195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22196 *) ac_try_echo=$ac_try;; 21624 *) ac_try_echo=$ac_try;;
22197esac 21625esac
22198eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21626eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22199$as_echo "$ac_try_echo") >&5
22200 (eval "$ac_compile") 2>conftest.er1 21627 (eval "$ac_compile") 2>conftest.er1
22201 ac_status=$? 21628 ac_status=$?
22202 grep -v '^ *+' conftest.er1 >conftest.err 21629 grep -v '^ *+' conftest.er1 >conftest.err
22203 rm -f conftest.er1 21630 rm -f conftest.er1
22204 cat conftest.err >&5 21631 cat conftest.err >&5
22205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22206 (exit $ac_status); } && { 21633 (exit $ac_status); } && {
22207 test -z "$ac_c_werror_flag" || 21634 test -z "$ac_c_werror_flag" ||
22208 test ! -s conftest.err 21635 test ! -s conftest.err
22209 } && test -s conftest.$ac_objext; then 21636 } && test -s conftest.$ac_objext; then
22210 ac_cv_have_int64_t="yes" 21637 ac_cv_have_int64_t="yes"
22211else 21638else
22212 $as_echo "$as_me: failed program was:" >&5 21639 echo "$as_me: failed program was:" >&5
22213sed 's/^/| /' conftest.$ac_ext >&5 21640sed 's/^/| /' conftest.$ac_ext >&5
22214 21641
22215 ac_cv_have_int64_t="no" 21642 ac_cv_have_int64_t="no"
@@ -22219,8 +21646,8 @@ fi
22219rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21646rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22220 21647
22221fi 21648fi
22222{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_int64_t" >&5 21649{ echo "$as_me:$LINENO: result: $ac_cv_have_int64_t" >&5
22223$as_echo "$ac_cv_have_int64_t" >&6; } 21650echo "${ECHO_T}$ac_cv_have_int64_t" >&6; }
22224if test "x$ac_cv_have_int64_t" = "xyes" ; then 21651if test "x$ac_cv_have_int64_t" = "xyes" ; then
22225 21652
22226cat >>confdefs.h <<\_ACEOF 21653cat >>confdefs.h <<\_ACEOF
@@ -22229,10 +21656,10 @@ _ACEOF
22229 21656
22230fi 21657fi
22231 21658
22232{ $as_echo "$as_me:$LINENO: checking for u_intXX_t types" >&5 21659{ echo "$as_me:$LINENO: checking for u_intXX_t types" >&5
22233$as_echo_n "checking for u_intXX_t types... " >&6; } 21660echo $ECHO_N "checking for u_intXX_t types... $ECHO_C" >&6; }
22234if test "${ac_cv_have_u_intxx_t+set}" = set; then 21661if test "${ac_cv_have_u_intxx_t+set}" = set; then
22235 $as_echo_n "(cached) " >&6 21662 echo $ECHO_N "(cached) $ECHO_C" >&6
22236else 21663else
22237 21664
22238 cat >conftest.$ac_ext <<_ACEOF 21665 cat >conftest.$ac_ext <<_ACEOF
@@ -22256,21 +21683,20 @@ case "(($ac_try" in
22256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22257 *) ac_try_echo=$ac_try;; 21684 *) ac_try_echo=$ac_try;;
22258esac 21685esac
22259eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21686eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22260$as_echo "$ac_try_echo") >&5
22261 (eval "$ac_compile") 2>conftest.er1 21687 (eval "$ac_compile") 2>conftest.er1
22262 ac_status=$? 21688 ac_status=$?
22263 grep -v '^ *+' conftest.er1 >conftest.err 21689 grep -v '^ *+' conftest.er1 >conftest.err
22264 rm -f conftest.er1 21690 rm -f conftest.er1
22265 cat conftest.err >&5 21691 cat conftest.err >&5
22266 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22267 (exit $ac_status); } && { 21693 (exit $ac_status); } && {
22268 test -z "$ac_c_werror_flag" || 21694 test -z "$ac_c_werror_flag" ||
22269 test ! -s conftest.err 21695 test ! -s conftest.err
22270 } && test -s conftest.$ac_objext; then 21696 } && test -s conftest.$ac_objext; then
22271 ac_cv_have_u_intxx_t="yes" 21697 ac_cv_have_u_intxx_t="yes"
22272else 21698else
22273 $as_echo "$as_me: failed program was:" >&5 21699 echo "$as_me: failed program was:" >&5
22274sed 's/^/| /' conftest.$ac_ext >&5 21700sed 's/^/| /' conftest.$ac_ext >&5
22275 21701
22276 ac_cv_have_u_intxx_t="no" 21702 ac_cv_have_u_intxx_t="no"
@@ -22280,8 +21706,8 @@ fi
22280rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21706rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22281 21707
22282fi 21708fi
22283{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_u_intxx_t" >&5 21709{ echo "$as_me:$LINENO: result: $ac_cv_have_u_intxx_t" >&5
22284$as_echo "$ac_cv_have_u_intxx_t" >&6; } 21710echo "${ECHO_T}$ac_cv_have_u_intxx_t" >&6; }
22285if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then 21711if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then
22286 21712
22287cat >>confdefs.h <<\_ACEOF 21713cat >>confdefs.h <<\_ACEOF
@@ -22292,8 +21718,8 @@ _ACEOF
22292fi 21718fi
22293 21719
22294if test -z "$have_u_intxx_t" ; then 21720if test -z "$have_u_intxx_t" ; then
22295 { $as_echo "$as_me:$LINENO: checking for u_intXX_t types in sys/socket.h" >&5 21721 { echo "$as_me:$LINENO: checking for u_intXX_t types in sys/socket.h" >&5
22296$as_echo_n "checking for u_intXX_t types in sys/socket.h... " >&6; } 21722echo $ECHO_N "checking for u_intXX_t types in sys/socket.h... $ECHO_C" >&6; }
22297 cat >conftest.$ac_ext <<_ACEOF 21723 cat >conftest.$ac_ext <<_ACEOF
22298/* confdefs.h. */ 21724/* confdefs.h. */
22299_ACEOF 21725_ACEOF
@@ -22315,14 +21741,13 @@ case "(($ac_try" in
22315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22316 *) ac_try_echo=$ac_try;; 21742 *) ac_try_echo=$ac_try;;
22317esac 21743esac
22318eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21744eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22319$as_echo "$ac_try_echo") >&5
22320 (eval "$ac_compile") 2>conftest.er1 21745 (eval "$ac_compile") 2>conftest.er1
22321 ac_status=$? 21746 ac_status=$?
22322 grep -v '^ *+' conftest.er1 >conftest.err 21747 grep -v '^ *+' conftest.er1 >conftest.err
22323 rm -f conftest.er1 21748 rm -f conftest.er1
22324 cat conftest.err >&5 21749 cat conftest.err >&5
22325 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22326 (exit $ac_status); } && { 21751 (exit $ac_status); } && {
22327 test -z "$ac_c_werror_flag" || 21752 test -z "$ac_c_werror_flag" ||
22328 test ! -s conftest.err 21753 test ! -s conftest.err
@@ -22332,25 +21757,25 @@ $as_echo "$ac_try_echo") >&5
22332#define HAVE_U_INTXX_T 1 21757#define HAVE_U_INTXX_T 1
22333_ACEOF 21758_ACEOF
22334 21759
22335 { $as_echo "$as_me:$LINENO: result: yes" >&5 21760 { echo "$as_me:$LINENO: result: yes" >&5
22336$as_echo "yes" >&6; } 21761echo "${ECHO_T}yes" >&6; }
22337 21762
22338else 21763else
22339 $as_echo "$as_me: failed program was:" >&5 21764 echo "$as_me: failed program was:" >&5
22340sed 's/^/| /' conftest.$ac_ext >&5 21765sed 's/^/| /' conftest.$ac_ext >&5
22341 21766
22342 { $as_echo "$as_me:$LINENO: result: no" >&5 21767 { echo "$as_me:$LINENO: result: no" >&5
22343$as_echo "no" >&6; } 21768echo "${ECHO_T}no" >&6; }
22344 21769
22345fi 21770fi
22346 21771
22347rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21772rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22348fi 21773fi
22349 21774
22350{ $as_echo "$as_me:$LINENO: checking for u_int64_t types" >&5 21775{ echo "$as_me:$LINENO: checking for u_int64_t types" >&5
22351$as_echo_n "checking for u_int64_t types... " >&6; } 21776echo $ECHO_N "checking for u_int64_t types... $ECHO_C" >&6; }
22352if test "${ac_cv_have_u_int64_t+set}" = set; then 21777if test "${ac_cv_have_u_int64_t+set}" = set; then
22353 $as_echo_n "(cached) " >&6 21778 echo $ECHO_N "(cached) $ECHO_C" >&6
22354else 21779else
22355 21780
22356 cat >conftest.$ac_ext <<_ACEOF 21781 cat >conftest.$ac_ext <<_ACEOF
@@ -22374,21 +21799,20 @@ case "(($ac_try" in
22374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22375 *) ac_try_echo=$ac_try;; 21800 *) ac_try_echo=$ac_try;;
22376esac 21801esac
22377eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21802eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22378$as_echo "$ac_try_echo") >&5
22379 (eval "$ac_compile") 2>conftest.er1 21803 (eval "$ac_compile") 2>conftest.er1
22380 ac_status=$? 21804 ac_status=$?
22381 grep -v '^ *+' conftest.er1 >conftest.err 21805 grep -v '^ *+' conftest.er1 >conftest.err
22382 rm -f conftest.er1 21806 rm -f conftest.er1
22383 cat conftest.err >&5 21807 cat conftest.err >&5
22384 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22385 (exit $ac_status); } && { 21809 (exit $ac_status); } && {
22386 test -z "$ac_c_werror_flag" || 21810 test -z "$ac_c_werror_flag" ||
22387 test ! -s conftest.err 21811 test ! -s conftest.err
22388 } && test -s conftest.$ac_objext; then 21812 } && test -s conftest.$ac_objext; then
22389 ac_cv_have_u_int64_t="yes" 21813 ac_cv_have_u_int64_t="yes"
22390else 21814else
22391 $as_echo "$as_me: failed program was:" >&5 21815 echo "$as_me: failed program was:" >&5
22392sed 's/^/| /' conftest.$ac_ext >&5 21816sed 's/^/| /' conftest.$ac_ext >&5
22393 21817
22394 ac_cv_have_u_int64_t="no" 21818 ac_cv_have_u_int64_t="no"
@@ -22398,8 +21822,8 @@ fi
22398rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21822rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22399 21823
22400fi 21824fi
22401{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_u_int64_t" >&5 21825{ echo "$as_me:$LINENO: result: $ac_cv_have_u_int64_t" >&5
22402$as_echo "$ac_cv_have_u_int64_t" >&6; } 21826echo "${ECHO_T}$ac_cv_have_u_int64_t" >&6; }
22403if test "x$ac_cv_have_u_int64_t" = "xyes" ; then 21827if test "x$ac_cv_have_u_int64_t" = "xyes" ; then
22404 21828
22405cat >>confdefs.h <<\_ACEOF 21829cat >>confdefs.h <<\_ACEOF
@@ -22410,8 +21834,8 @@ _ACEOF
22410fi 21834fi
22411 21835
22412if test -z "$have_u_int64_t" ; then 21836if test -z "$have_u_int64_t" ; then
22413 { $as_echo "$as_me:$LINENO: checking for u_int64_t type in sys/bitypes.h" >&5 21837 { echo "$as_me:$LINENO: checking for u_int64_t type in sys/bitypes.h" >&5
22414$as_echo_n "checking for u_int64_t type in sys/bitypes.h... " >&6; } 21838echo $ECHO_N "checking for u_int64_t type in sys/bitypes.h... $ECHO_C" >&6; }
22415 cat >conftest.$ac_ext <<_ACEOF 21839 cat >conftest.$ac_ext <<_ACEOF
22416/* confdefs.h. */ 21840/* confdefs.h. */
22417_ACEOF 21841_ACEOF
@@ -22433,14 +21857,13 @@ case "(($ac_try" in
22433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22434 *) ac_try_echo=$ac_try;; 21858 *) ac_try_echo=$ac_try;;
22435esac 21859esac
22436eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21860eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22437$as_echo "$ac_try_echo") >&5
22438 (eval "$ac_compile") 2>conftest.er1 21861 (eval "$ac_compile") 2>conftest.er1
22439 ac_status=$? 21862 ac_status=$?
22440 grep -v '^ *+' conftest.er1 >conftest.err 21863 grep -v '^ *+' conftest.er1 >conftest.err
22441 rm -f conftest.er1 21864 rm -f conftest.er1
22442 cat conftest.err >&5 21865 cat conftest.err >&5
22443 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22444 (exit $ac_status); } && { 21867 (exit $ac_status); } && {
22445 test -z "$ac_c_werror_flag" || 21868 test -z "$ac_c_werror_flag" ||
22446 test ! -s conftest.err 21869 test ! -s conftest.err
@@ -22450,15 +21873,15 @@ $as_echo "$ac_try_echo") >&5
22450#define HAVE_U_INT64_T 1 21873#define HAVE_U_INT64_T 1
22451_ACEOF 21874_ACEOF
22452 21875
22453 { $as_echo "$as_me:$LINENO: result: yes" >&5 21876 { echo "$as_me:$LINENO: result: yes" >&5
22454$as_echo "yes" >&6; } 21877echo "${ECHO_T}yes" >&6; }
22455 21878
22456else 21879else
22457 $as_echo "$as_me: failed program was:" >&5 21880 echo "$as_me: failed program was:" >&5
22458sed 's/^/| /' conftest.$ac_ext >&5 21881sed 's/^/| /' conftest.$ac_ext >&5
22459 21882
22460 { $as_echo "$as_me:$LINENO: result: no" >&5 21883 { echo "$as_me:$LINENO: result: no" >&5
22461$as_echo "no" >&6; } 21884echo "${ECHO_T}no" >&6; }
22462 21885
22463fi 21886fi
22464 21887
@@ -22466,10 +21889,10 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22466fi 21889fi
22467 21890
22468if test -z "$have_u_intxx_t" ; then 21891if test -z "$have_u_intxx_t" ; then
22469 { $as_echo "$as_me:$LINENO: checking for uintXX_t types" >&5 21892 { echo "$as_me:$LINENO: checking for uintXX_t types" >&5
22470$as_echo_n "checking for uintXX_t types... " >&6; } 21893echo $ECHO_N "checking for uintXX_t types... $ECHO_C" >&6; }
22471if test "${ac_cv_have_uintxx_t+set}" = set; then 21894if test "${ac_cv_have_uintxx_t+set}" = set; then
22472 $as_echo_n "(cached) " >&6 21895 echo $ECHO_N "(cached) $ECHO_C" >&6
22473else 21896else
22474 21897
22475 cat >conftest.$ac_ext <<_ACEOF 21898 cat >conftest.$ac_ext <<_ACEOF
@@ -22495,21 +21918,20 @@ case "(($ac_try" in
22495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22496 *) ac_try_echo=$ac_try;; 21919 *) ac_try_echo=$ac_try;;
22497esac 21920esac
22498eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21921eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22499$as_echo "$ac_try_echo") >&5
22500 (eval "$ac_compile") 2>conftest.er1 21922 (eval "$ac_compile") 2>conftest.er1
22501 ac_status=$? 21923 ac_status=$?
22502 grep -v '^ *+' conftest.er1 >conftest.err 21924 grep -v '^ *+' conftest.er1 >conftest.err
22503 rm -f conftest.er1 21925 rm -f conftest.er1
22504 cat conftest.err >&5 21926 cat conftest.err >&5
22505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22506 (exit $ac_status); } && { 21928 (exit $ac_status); } && {
22507 test -z "$ac_c_werror_flag" || 21929 test -z "$ac_c_werror_flag" ||
22508 test ! -s conftest.err 21930 test ! -s conftest.err
22509 } && test -s conftest.$ac_objext; then 21931 } && test -s conftest.$ac_objext; then
22510 ac_cv_have_uintxx_t="yes" 21932 ac_cv_have_uintxx_t="yes"
22511else 21933else
22512 $as_echo "$as_me: failed program was:" >&5 21934 echo "$as_me: failed program was:" >&5
22513sed 's/^/| /' conftest.$ac_ext >&5 21935sed 's/^/| /' conftest.$ac_ext >&5
22514 21936
22515 ac_cv_have_uintxx_t="no" 21937 ac_cv_have_uintxx_t="no"
@@ -22519,8 +21941,8 @@ fi
22519rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21941rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22520 21942
22521fi 21943fi
22522{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_uintxx_t" >&5 21944{ echo "$as_me:$LINENO: result: $ac_cv_have_uintxx_t" >&5
22523$as_echo "$ac_cv_have_uintxx_t" >&6; } 21945echo "${ECHO_T}$ac_cv_have_uintxx_t" >&6; }
22524 if test "x$ac_cv_have_uintxx_t" = "xyes" ; then 21946 if test "x$ac_cv_have_uintxx_t" = "xyes" ; then
22525 21947
22526cat >>confdefs.h <<\_ACEOF 21948cat >>confdefs.h <<\_ACEOF
@@ -22531,8 +21953,8 @@ _ACEOF
22531fi 21953fi
22532 21954
22533if test -z "$have_uintxx_t" ; then 21955if test -z "$have_uintxx_t" ; then
22534 { $as_echo "$as_me:$LINENO: checking for uintXX_t types in stdint.h" >&5 21956 { echo "$as_me:$LINENO: checking for uintXX_t types in stdint.h" >&5
22535$as_echo_n "checking for uintXX_t types in stdint.h... " >&6; } 21957echo $ECHO_N "checking for uintXX_t types in stdint.h... $ECHO_C" >&6; }
22536 cat >conftest.$ac_ext <<_ACEOF 21958 cat >conftest.$ac_ext <<_ACEOF
22537/* confdefs.h. */ 21959/* confdefs.h. */
22538_ACEOF 21960_ACEOF
@@ -22554,14 +21976,13 @@ case "(($ac_try" in
22554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22555 *) ac_try_echo=$ac_try;; 21977 *) ac_try_echo=$ac_try;;
22556esac 21978esac
22557eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 21979eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22558$as_echo "$ac_try_echo") >&5
22559 (eval "$ac_compile") 2>conftest.er1 21980 (eval "$ac_compile") 2>conftest.er1
22560 ac_status=$? 21981 ac_status=$?
22561 grep -v '^ *+' conftest.er1 >conftest.err 21982 grep -v '^ *+' conftest.er1 >conftest.err
22562 rm -f conftest.er1 21983 rm -f conftest.er1
22563 cat conftest.err >&5 21984 cat conftest.err >&5
22564 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22565 (exit $ac_status); } && { 21986 (exit $ac_status); } && {
22566 test -z "$ac_c_werror_flag" || 21987 test -z "$ac_c_werror_flag" ||
22567 test ! -s conftest.err 21988 test ! -s conftest.err
@@ -22571,15 +21992,15 @@ $as_echo "$ac_try_echo") >&5
22571#define HAVE_UINTXX_T 1 21992#define HAVE_UINTXX_T 1
22572_ACEOF 21993_ACEOF
22573 21994
22574 { $as_echo "$as_me:$LINENO: result: yes" >&5 21995 { echo "$as_me:$LINENO: result: yes" >&5
22575$as_echo "yes" >&6; } 21996echo "${ECHO_T}yes" >&6; }
22576 21997
22577else 21998else
22578 $as_echo "$as_me: failed program was:" >&5 21999 echo "$as_me: failed program was:" >&5
22579sed 's/^/| /' conftest.$ac_ext >&5 22000sed 's/^/| /' conftest.$ac_ext >&5
22580 22001
22581 { $as_echo "$as_me:$LINENO: result: no" >&5 22002 { echo "$as_me:$LINENO: result: no" >&5
22582$as_echo "no" >&6; } 22003echo "${ECHO_T}no" >&6; }
22583 22004
22584fi 22005fi
22585 22006
@@ -22589,8 +22010,8 @@ fi
22589if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \ 22010if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \
22590 test "x$ac_cv_header_sys_bitypes_h" = "xyes") 22011 test "x$ac_cv_header_sys_bitypes_h" = "xyes")
22591then 22012then
22592 { $as_echo "$as_me:$LINENO: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5 22013 { echo "$as_me:$LINENO: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5
22593$as_echo_n "checking for intXX_t and u_intXX_t types in sys/bitypes.h... " >&6; } 22014echo $ECHO_N "checking for intXX_t and u_intXX_t types in sys/bitypes.h... $ECHO_C" >&6; }
22594 cat >conftest.$ac_ext <<_ACEOF 22015 cat >conftest.$ac_ext <<_ACEOF
22595/* confdefs.h. */ 22016/* confdefs.h. */
22596_ACEOF 22017_ACEOF
@@ -22618,14 +22039,13 @@ case "(($ac_try" in
22618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22619 *) ac_try_echo=$ac_try;; 22040 *) ac_try_echo=$ac_try;;
22620esac 22041esac
22621eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22042eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22622$as_echo "$ac_try_echo") >&5
22623 (eval "$ac_compile") 2>conftest.er1 22043 (eval "$ac_compile") 2>conftest.er1
22624 ac_status=$? 22044 ac_status=$?
22625 grep -v '^ *+' conftest.er1 >conftest.err 22045 grep -v '^ *+' conftest.er1 >conftest.err
22626 rm -f conftest.er1 22046 rm -f conftest.er1
22627 cat conftest.err >&5 22047 cat conftest.err >&5
22628 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22629 (exit $ac_status); } && { 22049 (exit $ac_status); } && {
22630 test -z "$ac_c_werror_flag" || 22050 test -z "$ac_c_werror_flag" ||
22631 test ! -s conftest.err 22051 test ! -s conftest.err
@@ -22639,15 +22059,15 @@ _ACEOF
22639#define HAVE_INTXX_T 1 22059#define HAVE_INTXX_T 1
22640_ACEOF 22060_ACEOF
22641 22061
22642 { $as_echo "$as_me:$LINENO: result: yes" >&5 22062 { echo "$as_me:$LINENO: result: yes" >&5
22643$as_echo "yes" >&6; } 22063echo "${ECHO_T}yes" >&6; }
22644 22064
22645else 22065else
22646 $as_echo "$as_me: failed program was:" >&5 22066 echo "$as_me: failed program was:" >&5
22647sed 's/^/| /' conftest.$ac_ext >&5 22067sed 's/^/| /' conftest.$ac_ext >&5
22648 22068
22649 { $as_echo "$as_me:$LINENO: result: no" >&5 22069 { echo "$as_me:$LINENO: result: no" >&5
22650$as_echo "no" >&6; } 22070echo "${ECHO_T}no" >&6; }
22651 22071
22652fi 22072fi
22653 22073
@@ -22655,10 +22075,10 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22655fi 22075fi
22656 22076
22657 22077
22658{ $as_echo "$as_me:$LINENO: checking for u_char" >&5 22078{ echo "$as_me:$LINENO: checking for u_char" >&5
22659$as_echo_n "checking for u_char... " >&6; } 22079echo $ECHO_N "checking for u_char... $ECHO_C" >&6; }
22660if test "${ac_cv_have_u_char+set}" = set; then 22080if test "${ac_cv_have_u_char+set}" = set; then
22661 $as_echo_n "(cached) " >&6 22081 echo $ECHO_N "(cached) $ECHO_C" >&6
22662else 22082else
22663 22083
22664 cat >conftest.$ac_ext <<_ACEOF 22084 cat >conftest.$ac_ext <<_ACEOF
@@ -22684,21 +22104,20 @@ case "(($ac_try" in
22684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22685 *) ac_try_echo=$ac_try;; 22105 *) ac_try_echo=$ac_try;;
22686esac 22106esac
22687eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22107eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22688$as_echo "$ac_try_echo") >&5
22689 (eval "$ac_compile") 2>conftest.er1 22108 (eval "$ac_compile") 2>conftest.er1
22690 ac_status=$? 22109 ac_status=$?
22691 grep -v '^ *+' conftest.er1 >conftest.err 22110 grep -v '^ *+' conftest.er1 >conftest.err
22692 rm -f conftest.er1 22111 rm -f conftest.er1
22693 cat conftest.err >&5 22112 cat conftest.err >&5
22694 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22695 (exit $ac_status); } && { 22114 (exit $ac_status); } && {
22696 test -z "$ac_c_werror_flag" || 22115 test -z "$ac_c_werror_flag" ||
22697 test ! -s conftest.err 22116 test ! -s conftest.err
22698 } && test -s conftest.$ac_objext; then 22117 } && test -s conftest.$ac_objext; then
22699 ac_cv_have_u_char="yes" 22118 ac_cv_have_u_char="yes"
22700else 22119else
22701 $as_echo "$as_me: failed program was:" >&5 22120 echo "$as_me: failed program was:" >&5
22702sed 's/^/| /' conftest.$ac_ext >&5 22121sed 's/^/| /' conftest.$ac_ext >&5
22703 22122
22704 ac_cv_have_u_char="no" 22123 ac_cv_have_u_char="no"
@@ -22708,8 +22127,8 @@ fi
22708rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22127rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22709 22128
22710fi 22129fi
22711{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_u_char" >&5 22130{ echo "$as_me:$LINENO: result: $ac_cv_have_u_char" >&5
22712$as_echo "$ac_cv_have_u_char" >&6; } 22131echo "${ECHO_T}$ac_cv_have_u_char" >&6; }
22713if test "x$ac_cv_have_u_char" = "xyes" ; then 22132if test "x$ac_cv_have_u_char" = "xyes" ; then
22714 22133
22715cat >>confdefs.h <<\_ACEOF 22134cat >>confdefs.h <<\_ACEOF
@@ -22719,48 +22138,11 @@ _ACEOF
22719fi 22138fi
22720 22139
22721 22140
22722 { $as_echo "$as_me:$LINENO: checking for socklen_t" >&5 22141 { echo "$as_me:$LINENO: checking for socklen_t" >&5
22723$as_echo_n "checking for socklen_t... " >&6; } 22142echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
22724if test "${ac_cv_type_socklen_t+set}" = set; then 22143if test "${ac_cv_type_socklen_t+set}" = set; then
22725 $as_echo_n "(cached) " >&6 22144 echo $ECHO_N "(cached) $ECHO_C" >&6
22726else 22145else
22727 ac_cv_type_socklen_t=no
22728cat >conftest.$ac_ext <<_ACEOF
22729/* confdefs.h. */
22730_ACEOF
22731cat confdefs.h >>conftest.$ac_ext
22732cat >>conftest.$ac_ext <<_ACEOF
22733/* end confdefs.h. */
22734#include <sys/types.h>
22735#include <sys/socket.h>
22736
22737int
22738main ()
22739{
22740if (sizeof (socklen_t))
22741 return 0;
22742 ;
22743 return 0;
22744}
22745_ACEOF
22746rm -f conftest.$ac_objext
22747if { (ac_try="$ac_compile"
22748case "(($ac_try" in
22749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22750 *) ac_try_echo=$ac_try;;
22751esac
22752eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22753$as_echo "$ac_try_echo") >&5
22754 (eval "$ac_compile") 2>conftest.er1
22755 ac_status=$?
22756 grep -v '^ *+' conftest.er1 >conftest.err
22757 rm -f conftest.er1
22758 cat conftest.err >&5
22759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22760 (exit $ac_status); } && {
22761 test -z "$ac_c_werror_flag" ||
22762 test ! -s conftest.err
22763 } && test -s conftest.$ac_objext; then
22764 cat >conftest.$ac_ext <<_ACEOF 22146 cat >conftest.$ac_ext <<_ACEOF
22765/* confdefs.h. */ 22147/* confdefs.h. */
22766_ACEOF 22148_ACEOF
@@ -22770,11 +22152,14 @@ cat >>conftest.$ac_ext <<_ACEOF
22770#include <sys/types.h> 22152#include <sys/types.h>
22771#include <sys/socket.h> 22153#include <sys/socket.h>
22772 22154
22155typedef socklen_t ac__type_new_;
22773int 22156int
22774main () 22157main ()
22775{ 22158{
22776if (sizeof ((socklen_t))) 22159if ((ac__type_new_ *) 0)
22777 return 0; 22160 return 0;
22161if (sizeof (ac__type_new_))
22162 return 0;
22778 ; 22163 ;
22779 return 0; 22164 return 0;
22780} 22165}
@@ -22785,46 +22170,37 @@ case "(($ac_try" in
22785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22786 *) ac_try_echo=$ac_try;; 22171 *) ac_try_echo=$ac_try;;
22787esac 22172esac
22788eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22173eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22789$as_echo "$ac_try_echo") >&5
22790 (eval "$ac_compile") 2>conftest.er1 22174 (eval "$ac_compile") 2>conftest.er1
22791 ac_status=$? 22175 ac_status=$?
22792 grep -v '^ *+' conftest.er1 >conftest.err 22176 grep -v '^ *+' conftest.er1 >conftest.err
22793 rm -f conftest.er1 22177 rm -f conftest.er1
22794 cat conftest.err >&5 22178 cat conftest.err >&5
22795 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22796 (exit $ac_status); } && { 22180 (exit $ac_status); } && {
22797 test -z "$ac_c_werror_flag" || 22181 test -z "$ac_c_werror_flag" ||
22798 test ! -s conftest.err 22182 test ! -s conftest.err
22799 } && test -s conftest.$ac_objext; then 22183 } && test -s conftest.$ac_objext; then
22800 : 22184 ac_cv_type_socklen_t=yes
22801else 22185else
22802 $as_echo "$as_me: failed program was:" >&5 22186 echo "$as_me: failed program was:" >&5
22803sed 's/^/| /' conftest.$ac_ext >&5 22187sed 's/^/| /' conftest.$ac_ext >&5
22804 22188
22805 ac_cv_type_socklen_t=yes 22189 ac_cv_type_socklen_t=no
22806fi 22190fi
22807 22191
22808rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22192rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22809else
22810 $as_echo "$as_me: failed program was:" >&5
22811sed 's/^/| /' conftest.$ac_ext >&5
22812
22813
22814fi 22193fi
22815 22194{ echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
22816rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22195echo "${ECHO_T}$ac_cv_type_socklen_t" >&6; }
22817fi
22818{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
22819$as_echo "$ac_cv_type_socklen_t" >&6; }
22820if test $ac_cv_type_socklen_t = yes; then 22196if test $ac_cv_type_socklen_t = yes; then
22821 : 22197 :
22822else 22198else
22823 22199
22824 { $as_echo "$as_me:$LINENO: checking for socklen_t equivalent" >&5 22200 { echo "$as_me:$LINENO: checking for socklen_t equivalent" >&5
22825$as_echo_n "checking for socklen_t equivalent... " >&6; } 22201echo $ECHO_N "checking for socklen_t equivalent... $ECHO_C" >&6; }
22826 if test "${curl_cv_socklen_t_equiv+set}" = set; then 22202 if test "${curl_cv_socklen_t_equiv+set}" = set; then
22827 $as_echo_n "(cached) " >&6 22203 echo $ECHO_N "(cached) $ECHO_C" >&6
22828else 22204else
22829 22205
22830 # Systems have either "struct sockaddr *" or 22206 # Systems have either "struct sockaddr *" or
@@ -22861,14 +22237,13 @@ case "(($ac_try" in
22861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22862 *) ac_try_echo=$ac_try;; 22238 *) ac_try_echo=$ac_try;;
22863esac 22239esac
22864eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22240eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22865$as_echo "$ac_try_echo") >&5
22866 (eval "$ac_compile") 2>conftest.er1 22241 (eval "$ac_compile") 2>conftest.er1
22867 ac_status=$? 22242 ac_status=$?
22868 grep -v '^ *+' conftest.er1 >conftest.err 22243 grep -v '^ *+' conftest.er1 >conftest.err
22869 rm -f conftest.er1 22244 rm -f conftest.er1
22870 cat conftest.err >&5 22245 cat conftest.err >&5
22871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22872 (exit $ac_status); } && { 22247 (exit $ac_status); } && {
22873 test -z "$ac_c_werror_flag" || 22248 test -z "$ac_c_werror_flag" ||
22874 test ! -s conftest.err 22249 test ! -s conftest.err
@@ -22878,7 +22253,7 @@ $as_echo "$ac_try_echo") >&5
22878 break 22253 break
22879 22254
22880else 22255else
22881 $as_echo "$as_me: failed program was:" >&5 22256 echo "$as_me: failed program was:" >&5
22882sed 's/^/| /' conftest.$ac_ext >&5 22257sed 's/^/| /' conftest.$ac_ext >&5
22883 22258
22884 22259
@@ -22889,15 +22264,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22889 done 22264 done
22890 22265
22891 if test "x$curl_cv_socklen_t_equiv" = x; then 22266 if test "x$curl_cv_socklen_t_equiv" = x; then
22892 { { $as_echo "$as_me:$LINENO: error: Cannot find a type to use in place of socklen_t" >&5 22267 { { echo "$as_me:$LINENO: error: Cannot find a type to use in place of socklen_t" >&5
22893$as_echo "$as_me: error: Cannot find a type to use in place of socklen_t" >&2;} 22268echo "$as_me: error: Cannot find a type to use in place of socklen_t" >&2;}
22894 { (exit 1); exit 1; }; } 22269 { (exit 1); exit 1; }; }
22895 fi 22270 fi
22896 22271
22897fi 22272fi
22898 22273
22899 { $as_echo "$as_me:$LINENO: result: $curl_cv_socklen_t_equiv" >&5 22274 { echo "$as_me:$LINENO: result: $curl_cv_socklen_t_equiv" >&5
22900$as_echo "$curl_cv_socklen_t_equiv" >&6; } 22275echo "${ECHO_T}$curl_cv_socklen_t_equiv" >&6; }
22901 22276
22902cat >>confdefs.h <<_ACEOF 22277cat >>confdefs.h <<_ACEOF
22903#define socklen_t $curl_cv_socklen_t_equiv 22278#define socklen_t $curl_cv_socklen_t_equiv
@@ -22907,47 +22282,11 @@ fi
22907 22282
22908 22283
22909 22284
22910{ $as_echo "$as_me:$LINENO: checking for sig_atomic_t" >&5 22285{ echo "$as_me:$LINENO: checking for sig_atomic_t" >&5
22911$as_echo_n "checking for sig_atomic_t... " >&6; } 22286echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6; }
22912if test "${ac_cv_type_sig_atomic_t+set}" = set; then 22287if test "${ac_cv_type_sig_atomic_t+set}" = set; then
22913 $as_echo_n "(cached) " >&6 22288 echo $ECHO_N "(cached) $ECHO_C" >&6
22914else 22289else
22915 ac_cv_type_sig_atomic_t=no
22916cat >conftest.$ac_ext <<_ACEOF
22917/* confdefs.h. */
22918_ACEOF
22919cat confdefs.h >>conftest.$ac_ext
22920cat >>conftest.$ac_ext <<_ACEOF
22921/* end confdefs.h. */
22922#include <signal.h>
22923
22924int
22925main ()
22926{
22927if (sizeof (sig_atomic_t))
22928 return 0;
22929 ;
22930 return 0;
22931}
22932_ACEOF
22933rm -f conftest.$ac_objext
22934if { (ac_try="$ac_compile"
22935case "(($ac_try" in
22936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22937 *) ac_try_echo=$ac_try;;
22938esac
22939eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22940$as_echo "$ac_try_echo") >&5
22941 (eval "$ac_compile") 2>conftest.er1
22942 ac_status=$?
22943 grep -v '^ *+' conftest.er1 >conftest.err
22944 rm -f conftest.er1
22945 cat conftest.err >&5
22946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22947 (exit $ac_status); } && {
22948 test -z "$ac_c_werror_flag" ||
22949 test ! -s conftest.err
22950 } && test -s conftest.$ac_objext; then
22951 cat >conftest.$ac_ext <<_ACEOF 22290 cat >conftest.$ac_ext <<_ACEOF
22952/* confdefs.h. */ 22291/* confdefs.h. */
22953_ACEOF 22292_ACEOF
@@ -22956,11 +22295,14 @@ cat >>conftest.$ac_ext <<_ACEOF
22956/* end confdefs.h. */ 22295/* end confdefs.h. */
22957#include <signal.h> 22296#include <signal.h>
22958 22297
22298typedef sig_atomic_t ac__type_new_;
22959int 22299int
22960main () 22300main ()
22961{ 22301{
22962if (sizeof ((sig_atomic_t))) 22302if ((ac__type_new_ *) 0)
22963 return 0; 22303 return 0;
22304if (sizeof (ac__type_new_))
22305 return 0;
22964 ; 22306 ;
22965 return 0; 22307 return 0;
22966} 22308}
@@ -22971,38 +22313,29 @@ case "(($ac_try" in
22971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22972 *) ac_try_echo=$ac_try;; 22314 *) ac_try_echo=$ac_try;;
22973esac 22315esac
22974eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22316eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22975$as_echo "$ac_try_echo") >&5
22976 (eval "$ac_compile") 2>conftest.er1 22317 (eval "$ac_compile") 2>conftest.er1
22977 ac_status=$? 22318 ac_status=$?
22978 grep -v '^ *+' conftest.er1 >conftest.err 22319 grep -v '^ *+' conftest.er1 >conftest.err
22979 rm -f conftest.er1 22320 rm -f conftest.er1
22980 cat conftest.err >&5 22321 cat conftest.err >&5
22981 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22982 (exit $ac_status); } && { 22323 (exit $ac_status); } && {
22983 test -z "$ac_c_werror_flag" || 22324 test -z "$ac_c_werror_flag" ||
22984 test ! -s conftest.err 22325 test ! -s conftest.err
22985 } && test -s conftest.$ac_objext; then 22326 } && test -s conftest.$ac_objext; then
22986 : 22327 ac_cv_type_sig_atomic_t=yes
22987else
22988 $as_echo "$as_me: failed program was:" >&5
22989sed 's/^/| /' conftest.$ac_ext >&5
22990
22991 ac_cv_type_sig_atomic_t=yes
22992fi
22993
22994rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22995else 22328else
22996 $as_echo "$as_me: failed program was:" >&5 22329 echo "$as_me: failed program was:" >&5
22997sed 's/^/| /' conftest.$ac_ext >&5 22330sed 's/^/| /' conftest.$ac_ext >&5
22998 22331
22999 22332 ac_cv_type_sig_atomic_t=no
23000fi 22333fi
23001 22334
23002rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22335rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23003fi 22336fi
23004{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_sig_atomic_t" >&5 22337{ echo "$as_me:$LINENO: result: $ac_cv_type_sig_atomic_t" >&5
23005$as_echo "$ac_cv_type_sig_atomic_t" >&6; } 22338echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6; }
23006if test $ac_cv_type_sig_atomic_t = yes; then 22339if test $ac_cv_type_sig_atomic_t = yes; then
23007 22340
23008cat >>confdefs.h <<_ACEOF 22341cat >>confdefs.h <<_ACEOF
@@ -23012,58 +22345,11 @@ _ACEOF
23012 22345
23013fi 22346fi
23014 22347
23015{ $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5 22348{ echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
23016$as_echo_n "checking for fsblkcnt_t... " >&6; } 22349echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
23017if test "${ac_cv_type_fsblkcnt_t+set}" = set; then 22350if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
23018 $as_echo_n "(cached) " >&6 22351 echo $ECHO_N "(cached) $ECHO_C" >&6
23019else 22352else
23020 ac_cv_type_fsblkcnt_t=no
23021cat >conftest.$ac_ext <<_ACEOF
23022/* confdefs.h. */
23023_ACEOF
23024cat confdefs.h >>conftest.$ac_ext
23025cat >>conftest.$ac_ext <<_ACEOF
23026/* end confdefs.h. */
23027
23028#include <sys/types.h>
23029#ifdef HAVE_SYS_BITYPES_H
23030#include <sys/bitypes.h>
23031#endif
23032#ifdef HAVE_SYS_STATFS_H
23033#include <sys/statfs.h>
23034#endif
23035#ifdef HAVE_SYS_STATVFS_H
23036#include <sys/statvfs.h>
23037#endif
23038
23039
23040int
23041main ()
23042{
23043if (sizeof (fsblkcnt_t))
23044 return 0;
23045 ;
23046 return 0;
23047}
23048_ACEOF
23049rm -f conftest.$ac_objext
23050if { (ac_try="$ac_compile"
23051case "(($ac_try" in
23052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23053 *) ac_try_echo=$ac_try;;
23054esac
23055eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23056$as_echo "$ac_try_echo") >&5
23057 (eval "$ac_compile") 2>conftest.er1
23058 ac_status=$?
23059 grep -v '^ *+' conftest.er1 >conftest.err
23060 rm -f conftest.er1
23061 cat conftest.err >&5
23062 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23063 (exit $ac_status); } && {
23064 test -z "$ac_c_werror_flag" ||
23065 test ! -s conftest.err
23066 } && test -s conftest.$ac_objext; then
23067 cat >conftest.$ac_ext <<_ACEOF 22353 cat >conftest.$ac_ext <<_ACEOF
23068/* confdefs.h. */ 22354/* confdefs.h. */
23069_ACEOF 22355_ACEOF
@@ -23083,11 +22369,14 @@ cat >>conftest.$ac_ext <<_ACEOF
23083#endif 22369#endif
23084 22370
23085 22371
22372typedef fsblkcnt_t ac__type_new_;
23086int 22373int
23087main () 22374main ()
23088{ 22375{
23089if (sizeof ((fsblkcnt_t))) 22376if ((ac__type_new_ *) 0)
23090 return 0; 22377 return 0;
22378if (sizeof (ac__type_new_))
22379 return 0;
23091 ; 22380 ;
23092 return 0; 22381 return 0;
23093} 22382}
@@ -23098,38 +22387,29 @@ case "(($ac_try" in
23098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23099 *) ac_try_echo=$ac_try;; 22388 *) ac_try_echo=$ac_try;;
23100esac 22389esac
23101eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22390eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23102$as_echo "$ac_try_echo") >&5
23103 (eval "$ac_compile") 2>conftest.er1 22391 (eval "$ac_compile") 2>conftest.er1
23104 ac_status=$? 22392 ac_status=$?
23105 grep -v '^ *+' conftest.er1 >conftest.err 22393 grep -v '^ *+' conftest.er1 >conftest.err
23106 rm -f conftest.er1 22394 rm -f conftest.er1
23107 cat conftest.err >&5 22395 cat conftest.err >&5
23108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23109 (exit $ac_status); } && { 22397 (exit $ac_status); } && {
23110 test -z "$ac_c_werror_flag" || 22398 test -z "$ac_c_werror_flag" ||
23111 test ! -s conftest.err 22399 test ! -s conftest.err
23112 } && test -s conftest.$ac_objext; then 22400 } && test -s conftest.$ac_objext; then
23113 : 22401 ac_cv_type_fsblkcnt_t=yes
23114else
23115 $as_echo "$as_me: failed program was:" >&5
23116sed 's/^/| /' conftest.$ac_ext >&5
23117
23118 ac_cv_type_fsblkcnt_t=yes
23119fi
23120
23121rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23122else 22402else
23123 $as_echo "$as_me: failed program was:" >&5 22403 echo "$as_me: failed program was:" >&5
23124sed 's/^/| /' conftest.$ac_ext >&5 22404sed 's/^/| /' conftest.$ac_ext >&5
23125 22405
23126 22406 ac_cv_type_fsblkcnt_t=no
23127fi 22407fi
23128 22408
23129rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22409rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23130fi 22410fi
23131{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5 22411{ echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
23132$as_echo "$ac_cv_type_fsblkcnt_t" >&6; } 22412echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
23133if test $ac_cv_type_fsblkcnt_t = yes; then 22413if test $ac_cv_type_fsblkcnt_t = yes; then
23134 22414
23135cat >>confdefs.h <<_ACEOF 22415cat >>confdefs.h <<_ACEOF
@@ -23138,58 +22418,11 @@ _ACEOF
23138 22418
23139 22419
23140fi 22420fi
23141{ $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5 22421{ echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
23142$as_echo_n "checking for fsfilcnt_t... " >&6; } 22422echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
23143if test "${ac_cv_type_fsfilcnt_t+set}" = set; then 22423if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
23144 $as_echo_n "(cached) " >&6 22424 echo $ECHO_N "(cached) $ECHO_C" >&6
23145else 22425else
23146 ac_cv_type_fsfilcnt_t=no
23147cat >conftest.$ac_ext <<_ACEOF
23148/* confdefs.h. */
23149_ACEOF
23150cat confdefs.h >>conftest.$ac_ext
23151cat >>conftest.$ac_ext <<_ACEOF
23152/* end confdefs.h. */
23153
23154#include <sys/types.h>
23155#ifdef HAVE_SYS_BITYPES_H
23156#include <sys/bitypes.h>
23157#endif
23158#ifdef HAVE_SYS_STATFS_H
23159#include <sys/statfs.h>
23160#endif
23161#ifdef HAVE_SYS_STATVFS_H
23162#include <sys/statvfs.h>
23163#endif
23164
23165
23166int
23167main ()
23168{
23169if (sizeof (fsfilcnt_t))
23170 return 0;
23171 ;
23172 return 0;
23173}
23174_ACEOF
23175rm -f conftest.$ac_objext
23176if { (ac_try="$ac_compile"
23177case "(($ac_try" in
23178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23179 *) ac_try_echo=$ac_try;;
23180esac
23181eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23182$as_echo "$ac_try_echo") >&5
23183 (eval "$ac_compile") 2>conftest.er1
23184 ac_status=$?
23185 grep -v '^ *+' conftest.er1 >conftest.err
23186 rm -f conftest.er1
23187 cat conftest.err >&5
23188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23189 (exit $ac_status); } && {
23190 test -z "$ac_c_werror_flag" ||
23191 test ! -s conftest.err
23192 } && test -s conftest.$ac_objext; then
23193 cat >conftest.$ac_ext <<_ACEOF 22426 cat >conftest.$ac_ext <<_ACEOF
23194/* confdefs.h. */ 22427/* confdefs.h. */
23195_ACEOF 22428_ACEOF
@@ -23209,11 +22442,14 @@ cat >>conftest.$ac_ext <<_ACEOF
23209#endif 22442#endif
23210 22443
23211 22444
22445typedef fsfilcnt_t ac__type_new_;
23212int 22446int
23213main () 22447main ()
23214{ 22448{
23215if (sizeof ((fsfilcnt_t))) 22449if ((ac__type_new_ *) 0)
23216 return 0; 22450 return 0;
22451if (sizeof (ac__type_new_))
22452 return 0;
23217 ; 22453 ;
23218 return 0; 22454 return 0;
23219} 22455}
@@ -23224,38 +22460,29 @@ case "(($ac_try" in
23224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23225 *) ac_try_echo=$ac_try;; 22461 *) ac_try_echo=$ac_try;;
23226esac 22462esac
23227eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22463eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23228$as_echo "$ac_try_echo") >&5
23229 (eval "$ac_compile") 2>conftest.er1 22464 (eval "$ac_compile") 2>conftest.er1
23230 ac_status=$? 22465 ac_status=$?
23231 grep -v '^ *+' conftest.er1 >conftest.err 22466 grep -v '^ *+' conftest.er1 >conftest.err
23232 rm -f conftest.er1 22467 rm -f conftest.er1
23233 cat conftest.err >&5 22468 cat conftest.err >&5
23234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23235 (exit $ac_status); } && { 22470 (exit $ac_status); } && {
23236 test -z "$ac_c_werror_flag" || 22471 test -z "$ac_c_werror_flag" ||
23237 test ! -s conftest.err 22472 test ! -s conftest.err
23238 } && test -s conftest.$ac_objext; then 22473 } && test -s conftest.$ac_objext; then
23239 : 22474 ac_cv_type_fsfilcnt_t=yes
23240else
23241 $as_echo "$as_me: failed program was:" >&5
23242sed 's/^/| /' conftest.$ac_ext >&5
23243
23244 ac_cv_type_fsfilcnt_t=yes
23245fi
23246
23247rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23248else 22475else
23249 $as_echo "$as_me: failed program was:" >&5 22476 echo "$as_me: failed program was:" >&5
23250sed 's/^/| /' conftest.$ac_ext >&5 22477sed 's/^/| /' conftest.$ac_ext >&5
23251 22478
23252 22479 ac_cv_type_fsfilcnt_t=no
23253fi 22480fi
23254 22481
23255rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22482rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23256fi 22483fi
23257{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5 22484{ echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
23258$as_echo "$ac_cv_type_fsfilcnt_t" >&6; } 22485echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
23259if test $ac_cv_type_fsfilcnt_t = yes; then 22486if test $ac_cv_type_fsfilcnt_t = yes; then
23260 22487
23261cat >>confdefs.h <<_ACEOF 22488cat >>confdefs.h <<_ACEOF
@@ -23266,48 +22493,11 @@ _ACEOF
23266fi 22493fi
23267 22494
23268 22495
23269{ $as_echo "$as_me:$LINENO: checking for in_addr_t" >&5 22496{ echo "$as_me:$LINENO: checking for in_addr_t" >&5
23270$as_echo_n "checking for in_addr_t... " >&6; } 22497echo $ECHO_N "checking for in_addr_t... $ECHO_C" >&6; }
23271if test "${ac_cv_type_in_addr_t+set}" = set; then 22498if test "${ac_cv_type_in_addr_t+set}" = set; then
23272 $as_echo_n "(cached) " >&6 22499 echo $ECHO_N "(cached) $ECHO_C" >&6
23273else 22500else
23274 ac_cv_type_in_addr_t=no
23275cat >conftest.$ac_ext <<_ACEOF
23276/* confdefs.h. */
23277_ACEOF
23278cat confdefs.h >>conftest.$ac_ext
23279cat >>conftest.$ac_ext <<_ACEOF
23280/* end confdefs.h. */
23281#include <sys/types.h>
23282#include <netinet/in.h>
23283
23284int
23285main ()
23286{
23287if (sizeof (in_addr_t))
23288 return 0;
23289 ;
23290 return 0;
23291}
23292_ACEOF
23293rm -f conftest.$ac_objext
23294if { (ac_try="$ac_compile"
23295case "(($ac_try" in
23296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23297 *) ac_try_echo=$ac_try;;
23298esac
23299eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23300$as_echo "$ac_try_echo") >&5
23301 (eval "$ac_compile") 2>conftest.er1
23302 ac_status=$?
23303 grep -v '^ *+' conftest.er1 >conftest.err
23304 rm -f conftest.er1
23305 cat conftest.err >&5
23306 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23307 (exit $ac_status); } && {
23308 test -z "$ac_c_werror_flag" ||
23309 test ! -s conftest.err
23310 } && test -s conftest.$ac_objext; then
23311 cat >conftest.$ac_ext <<_ACEOF 22501 cat >conftest.$ac_ext <<_ACEOF
23312/* confdefs.h. */ 22502/* confdefs.h. */
23313_ACEOF 22503_ACEOF
@@ -23317,11 +22507,14 @@ cat >>conftest.$ac_ext <<_ACEOF
23317#include <sys/types.h> 22507#include <sys/types.h>
23318#include <netinet/in.h> 22508#include <netinet/in.h>
23319 22509
22510typedef in_addr_t ac__type_new_;
23320int 22511int
23321main () 22512main ()
23322{ 22513{
23323if (sizeof ((in_addr_t))) 22514if ((ac__type_new_ *) 0)
23324 return 0; 22515 return 0;
22516if (sizeof (ac__type_new_))
22517 return 0;
23325 ; 22518 ;
23326 return 0; 22519 return 0;
23327} 22520}
@@ -23332,38 +22525,29 @@ case "(($ac_try" in
23332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23333 *) ac_try_echo=$ac_try;; 22526 *) ac_try_echo=$ac_try;;
23334esac 22527esac
23335eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22528eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23336$as_echo "$ac_try_echo") >&5
23337 (eval "$ac_compile") 2>conftest.er1 22529 (eval "$ac_compile") 2>conftest.er1
23338 ac_status=$? 22530 ac_status=$?
23339 grep -v '^ *+' conftest.er1 >conftest.err 22531 grep -v '^ *+' conftest.er1 >conftest.err
23340 rm -f conftest.er1 22532 rm -f conftest.er1
23341 cat conftest.err >&5 22533 cat conftest.err >&5
23342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23343 (exit $ac_status); } && { 22535 (exit $ac_status); } && {
23344 test -z "$ac_c_werror_flag" || 22536 test -z "$ac_c_werror_flag" ||
23345 test ! -s conftest.err 22537 test ! -s conftest.err
23346 } && test -s conftest.$ac_objext; then 22538 } && test -s conftest.$ac_objext; then
23347 : 22539 ac_cv_type_in_addr_t=yes
23348else
23349 $as_echo "$as_me: failed program was:" >&5
23350sed 's/^/| /' conftest.$ac_ext >&5
23351
23352 ac_cv_type_in_addr_t=yes
23353fi
23354
23355rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23356else 22540else
23357 $as_echo "$as_me: failed program was:" >&5 22541 echo "$as_me: failed program was:" >&5
23358sed 's/^/| /' conftest.$ac_ext >&5 22542sed 's/^/| /' conftest.$ac_ext >&5
23359 22543
23360 22544 ac_cv_type_in_addr_t=no
23361fi 22545fi
23362 22546
23363rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22547rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23364fi 22548fi
23365{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_in_addr_t" >&5 22549{ echo "$as_me:$LINENO: result: $ac_cv_type_in_addr_t" >&5
23366$as_echo "$ac_cv_type_in_addr_t" >&6; } 22550echo "${ECHO_T}$ac_cv_type_in_addr_t" >&6; }
23367if test $ac_cv_type_in_addr_t = yes; then 22551if test $ac_cv_type_in_addr_t = yes; then
23368 22552
23369cat >>confdefs.h <<_ACEOF 22553cat >>confdefs.h <<_ACEOF
@@ -23372,48 +22556,11 @@ _ACEOF
23372 22556
23373 22557
23374fi 22558fi
23375{ $as_echo "$as_me:$LINENO: checking for in_port_t" >&5 22559{ echo "$as_me:$LINENO: checking for in_port_t" >&5
23376$as_echo_n "checking for in_port_t... " >&6; } 22560echo $ECHO_N "checking for in_port_t... $ECHO_C" >&6; }
23377if test "${ac_cv_type_in_port_t+set}" = set; then 22561if test "${ac_cv_type_in_port_t+set}" = set; then
23378 $as_echo_n "(cached) " >&6 22562 echo $ECHO_N "(cached) $ECHO_C" >&6
23379else 22563else
23380 ac_cv_type_in_port_t=no
23381cat >conftest.$ac_ext <<_ACEOF
23382/* confdefs.h. */
23383_ACEOF
23384cat confdefs.h >>conftest.$ac_ext
23385cat >>conftest.$ac_ext <<_ACEOF
23386/* end confdefs.h. */
23387#include <sys/types.h>
23388#include <netinet/in.h>
23389
23390int
23391main ()
23392{
23393if (sizeof (in_port_t))
23394 return 0;
23395 ;
23396 return 0;
23397}
23398_ACEOF
23399rm -f conftest.$ac_objext
23400if { (ac_try="$ac_compile"
23401case "(($ac_try" in
23402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23403 *) ac_try_echo=$ac_try;;
23404esac
23405eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23406$as_echo "$ac_try_echo") >&5
23407 (eval "$ac_compile") 2>conftest.er1
23408 ac_status=$?
23409 grep -v '^ *+' conftest.er1 >conftest.err
23410 rm -f conftest.er1
23411 cat conftest.err >&5
23412 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23413 (exit $ac_status); } && {
23414 test -z "$ac_c_werror_flag" ||
23415 test ! -s conftest.err
23416 } && test -s conftest.$ac_objext; then
23417 cat >conftest.$ac_ext <<_ACEOF 22564 cat >conftest.$ac_ext <<_ACEOF
23418/* confdefs.h. */ 22565/* confdefs.h. */
23419_ACEOF 22566_ACEOF
@@ -23423,11 +22570,14 @@ cat >>conftest.$ac_ext <<_ACEOF
23423#include <sys/types.h> 22570#include <sys/types.h>
23424#include <netinet/in.h> 22571#include <netinet/in.h>
23425 22572
22573typedef in_port_t ac__type_new_;
23426int 22574int
23427main () 22575main ()
23428{ 22576{
23429if (sizeof ((in_port_t))) 22577if ((ac__type_new_ *) 0)
23430 return 0; 22578 return 0;
22579if (sizeof (ac__type_new_))
22580 return 0;
23431 ; 22581 ;
23432 return 0; 22582 return 0;
23433} 22583}
@@ -23438,38 +22588,29 @@ case "(($ac_try" in
23438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23439 *) ac_try_echo=$ac_try;; 22589 *) ac_try_echo=$ac_try;;
23440esac 22590esac
23441eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22591eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23442$as_echo "$ac_try_echo") >&5
23443 (eval "$ac_compile") 2>conftest.er1 22592 (eval "$ac_compile") 2>conftest.er1
23444 ac_status=$? 22593 ac_status=$?
23445 grep -v '^ *+' conftest.er1 >conftest.err 22594 grep -v '^ *+' conftest.er1 >conftest.err
23446 rm -f conftest.er1 22595 rm -f conftest.er1
23447 cat conftest.err >&5 22596 cat conftest.err >&5
23448 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23449 (exit $ac_status); } && { 22598 (exit $ac_status); } && {
23450 test -z "$ac_c_werror_flag" || 22599 test -z "$ac_c_werror_flag" ||
23451 test ! -s conftest.err 22600 test ! -s conftest.err
23452 } && test -s conftest.$ac_objext; then 22601 } && test -s conftest.$ac_objext; then
23453 : 22602 ac_cv_type_in_port_t=yes
23454else
23455 $as_echo "$as_me: failed program was:" >&5
23456sed 's/^/| /' conftest.$ac_ext >&5
23457
23458 ac_cv_type_in_port_t=yes
23459fi
23460
23461rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23462else 22603else
23463 $as_echo "$as_me: failed program was:" >&5 22604 echo "$as_me: failed program was:" >&5
23464sed 's/^/| /' conftest.$ac_ext >&5 22605sed 's/^/| /' conftest.$ac_ext >&5
23465 22606
23466 22607 ac_cv_type_in_port_t=no
23467fi 22608fi
23468 22609
23469rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22610rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23470fi 22611fi
23471{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_in_port_t" >&5 22612{ echo "$as_me:$LINENO: result: $ac_cv_type_in_port_t" >&5
23472$as_echo "$ac_cv_type_in_port_t" >&6; } 22613echo "${ECHO_T}$ac_cv_type_in_port_t" >&6; }
23473if test $ac_cv_type_in_port_t = yes; then 22614if test $ac_cv_type_in_port_t = yes; then
23474 22615
23475cat >>confdefs.h <<_ACEOF 22616cat >>confdefs.h <<_ACEOF
@@ -23480,10 +22621,10 @@ _ACEOF
23480fi 22621fi
23481 22622
23482 22623
23483{ $as_echo "$as_me:$LINENO: checking for size_t" >&5 22624{ echo "$as_me:$LINENO: checking for size_t" >&5
23484$as_echo_n "checking for size_t... " >&6; } 22625echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
23485if test "${ac_cv_have_size_t+set}" = set; then 22626if test "${ac_cv_have_size_t+set}" = set; then
23486 $as_echo_n "(cached) " >&6 22627 echo $ECHO_N "(cached) $ECHO_C" >&6
23487else 22628else
23488 22629
23489 cat >conftest.$ac_ext <<_ACEOF 22630 cat >conftest.$ac_ext <<_ACEOF
@@ -23509,21 +22650,20 @@ case "(($ac_try" in
23509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23510 *) ac_try_echo=$ac_try;; 22651 *) ac_try_echo=$ac_try;;
23511esac 22652esac
23512eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22653eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23513$as_echo "$ac_try_echo") >&5
23514 (eval "$ac_compile") 2>conftest.er1 22654 (eval "$ac_compile") 2>conftest.er1
23515 ac_status=$? 22655 ac_status=$?
23516 grep -v '^ *+' conftest.er1 >conftest.err 22656 grep -v '^ *+' conftest.er1 >conftest.err
23517 rm -f conftest.er1 22657 rm -f conftest.er1
23518 cat conftest.err >&5 22658 cat conftest.err >&5
23519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23520 (exit $ac_status); } && { 22660 (exit $ac_status); } && {
23521 test -z "$ac_c_werror_flag" || 22661 test -z "$ac_c_werror_flag" ||
23522 test ! -s conftest.err 22662 test ! -s conftest.err
23523 } && test -s conftest.$ac_objext; then 22663 } && test -s conftest.$ac_objext; then
23524 ac_cv_have_size_t="yes" 22664 ac_cv_have_size_t="yes"
23525else 22665else
23526 $as_echo "$as_me: failed program was:" >&5 22666 echo "$as_me: failed program was:" >&5
23527sed 's/^/| /' conftest.$ac_ext >&5 22667sed 's/^/| /' conftest.$ac_ext >&5
23528 22668
23529 ac_cv_have_size_t="no" 22669 ac_cv_have_size_t="no"
@@ -23533,8 +22673,8 @@ fi
23533rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22673rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23534 22674
23535fi 22675fi
23536{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_size_t" >&5 22676{ echo "$as_me:$LINENO: result: $ac_cv_have_size_t" >&5
23537$as_echo "$ac_cv_have_size_t" >&6; } 22677echo "${ECHO_T}$ac_cv_have_size_t" >&6; }
23538if test "x$ac_cv_have_size_t" = "xyes" ; then 22678if test "x$ac_cv_have_size_t" = "xyes" ; then
23539 22679
23540cat >>confdefs.h <<\_ACEOF 22680cat >>confdefs.h <<\_ACEOF
@@ -23543,10 +22683,10 @@ _ACEOF
23543 22683
23544fi 22684fi
23545 22685
23546{ $as_echo "$as_me:$LINENO: checking for ssize_t" >&5 22686{ echo "$as_me:$LINENO: checking for ssize_t" >&5
23547$as_echo_n "checking for ssize_t... " >&6; } 22687echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
23548if test "${ac_cv_have_ssize_t+set}" = set; then 22688if test "${ac_cv_have_ssize_t+set}" = set; then
23549 $as_echo_n "(cached) " >&6 22689 echo $ECHO_N "(cached) $ECHO_C" >&6
23550else 22690else
23551 22691
23552 cat >conftest.$ac_ext <<_ACEOF 22692 cat >conftest.$ac_ext <<_ACEOF
@@ -23572,21 +22712,20 @@ case "(($ac_try" in
23572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23573 *) ac_try_echo=$ac_try;; 22713 *) ac_try_echo=$ac_try;;
23574esac 22714esac
23575eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22715eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23576$as_echo "$ac_try_echo") >&5
23577 (eval "$ac_compile") 2>conftest.er1 22716 (eval "$ac_compile") 2>conftest.er1
23578 ac_status=$? 22717 ac_status=$?
23579 grep -v '^ *+' conftest.er1 >conftest.err 22718 grep -v '^ *+' conftest.er1 >conftest.err
23580 rm -f conftest.er1 22719 rm -f conftest.er1
23581 cat conftest.err >&5 22720 cat conftest.err >&5
23582 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23583 (exit $ac_status); } && { 22722 (exit $ac_status); } && {
23584 test -z "$ac_c_werror_flag" || 22723 test -z "$ac_c_werror_flag" ||
23585 test ! -s conftest.err 22724 test ! -s conftest.err
23586 } && test -s conftest.$ac_objext; then 22725 } && test -s conftest.$ac_objext; then
23587 ac_cv_have_ssize_t="yes" 22726 ac_cv_have_ssize_t="yes"
23588else 22727else
23589 $as_echo "$as_me: failed program was:" >&5 22728 echo "$as_me: failed program was:" >&5
23590sed 's/^/| /' conftest.$ac_ext >&5 22729sed 's/^/| /' conftest.$ac_ext >&5
23591 22730
23592 ac_cv_have_ssize_t="no" 22731 ac_cv_have_ssize_t="no"
@@ -23596,8 +22735,8 @@ fi
23596rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22735rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23597 22736
23598fi 22737fi
23599{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_ssize_t" >&5 22738{ echo "$as_me:$LINENO: result: $ac_cv_have_ssize_t" >&5
23600$as_echo "$ac_cv_have_ssize_t" >&6; } 22739echo "${ECHO_T}$ac_cv_have_ssize_t" >&6; }
23601if test "x$ac_cv_have_ssize_t" = "xyes" ; then 22740if test "x$ac_cv_have_ssize_t" = "xyes" ; then
23602 22741
23603cat >>confdefs.h <<\_ACEOF 22742cat >>confdefs.h <<\_ACEOF
@@ -23606,10 +22745,10 @@ _ACEOF
23606 22745
23607fi 22746fi
23608 22747
23609{ $as_echo "$as_me:$LINENO: checking for clock_t" >&5 22748{ echo "$as_me:$LINENO: checking for clock_t" >&5
23610$as_echo_n "checking for clock_t... " >&6; } 22749echo $ECHO_N "checking for clock_t... $ECHO_C" >&6; }
23611if test "${ac_cv_have_clock_t+set}" = set; then 22750if test "${ac_cv_have_clock_t+set}" = set; then
23612 $as_echo_n "(cached) " >&6 22751 echo $ECHO_N "(cached) $ECHO_C" >&6
23613else 22752else
23614 22753
23615 cat >conftest.$ac_ext <<_ACEOF 22754 cat >conftest.$ac_ext <<_ACEOF
@@ -23635,21 +22774,20 @@ case "(($ac_try" in
23635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23636 *) ac_try_echo=$ac_try;; 22775 *) ac_try_echo=$ac_try;;
23637esac 22776esac
23638eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22777eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23639$as_echo "$ac_try_echo") >&5
23640 (eval "$ac_compile") 2>conftest.er1 22778 (eval "$ac_compile") 2>conftest.er1
23641 ac_status=$? 22779 ac_status=$?
23642 grep -v '^ *+' conftest.er1 >conftest.err 22780 grep -v '^ *+' conftest.er1 >conftest.err
23643 rm -f conftest.er1 22781 rm -f conftest.er1
23644 cat conftest.err >&5 22782 cat conftest.err >&5
23645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23646 (exit $ac_status); } && { 22784 (exit $ac_status); } && {
23647 test -z "$ac_c_werror_flag" || 22785 test -z "$ac_c_werror_flag" ||
23648 test ! -s conftest.err 22786 test ! -s conftest.err
23649 } && test -s conftest.$ac_objext; then 22787 } && test -s conftest.$ac_objext; then
23650 ac_cv_have_clock_t="yes" 22788 ac_cv_have_clock_t="yes"
23651else 22789else
23652 $as_echo "$as_me: failed program was:" >&5 22790 echo "$as_me: failed program was:" >&5
23653sed 's/^/| /' conftest.$ac_ext >&5 22791sed 's/^/| /' conftest.$ac_ext >&5
23654 22792
23655 ac_cv_have_clock_t="no" 22793 ac_cv_have_clock_t="no"
@@ -23659,8 +22797,8 @@ fi
23659rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22797rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23660 22798
23661fi 22799fi
23662{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_clock_t" >&5 22800{ echo "$as_me:$LINENO: result: $ac_cv_have_clock_t" >&5
23663$as_echo "$ac_cv_have_clock_t" >&6; } 22801echo "${ECHO_T}$ac_cv_have_clock_t" >&6; }
23664if test "x$ac_cv_have_clock_t" = "xyes" ; then 22802if test "x$ac_cv_have_clock_t" = "xyes" ; then
23665 22803
23666cat >>confdefs.h <<\_ACEOF 22804cat >>confdefs.h <<\_ACEOF
@@ -23669,10 +22807,10 @@ _ACEOF
23669 22807
23670fi 22808fi
23671 22809
23672{ $as_echo "$as_me:$LINENO: checking for sa_family_t" >&5 22810{ echo "$as_me:$LINENO: checking for sa_family_t" >&5
23673$as_echo_n "checking for sa_family_t... " >&6; } 22811echo $ECHO_N "checking for sa_family_t... $ECHO_C" >&6; }
23674if test "${ac_cv_have_sa_family_t+set}" = set; then 22812if test "${ac_cv_have_sa_family_t+set}" = set; then
23675 $as_echo_n "(cached) " >&6 22813 echo $ECHO_N "(cached) $ECHO_C" >&6
23676else 22814else
23677 22815
23678 cat >conftest.$ac_ext <<_ACEOF 22816 cat >conftest.$ac_ext <<_ACEOF
@@ -23699,21 +22837,20 @@ case "(($ac_try" in
23699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23700 *) ac_try_echo=$ac_try;; 22838 *) ac_try_echo=$ac_try;;
23701esac 22839esac
23702eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22840eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23703$as_echo "$ac_try_echo") >&5
23704 (eval "$ac_compile") 2>conftest.er1 22841 (eval "$ac_compile") 2>conftest.er1
23705 ac_status=$? 22842 ac_status=$?
23706 grep -v '^ *+' conftest.er1 >conftest.err 22843 grep -v '^ *+' conftest.er1 >conftest.err
23707 rm -f conftest.er1 22844 rm -f conftest.er1
23708 cat conftest.err >&5 22845 cat conftest.err >&5
23709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23710 (exit $ac_status); } && { 22847 (exit $ac_status); } && {
23711 test -z "$ac_c_werror_flag" || 22848 test -z "$ac_c_werror_flag" ||
23712 test ! -s conftest.err 22849 test ! -s conftest.err
23713 } && test -s conftest.$ac_objext; then 22850 } && test -s conftest.$ac_objext; then
23714 ac_cv_have_sa_family_t="yes" 22851 ac_cv_have_sa_family_t="yes"
23715else 22852else
23716 $as_echo "$as_me: failed program was:" >&5 22853 echo "$as_me: failed program was:" >&5
23717sed 's/^/| /' conftest.$ac_ext >&5 22854sed 's/^/| /' conftest.$ac_ext >&5
23718 22855
23719 cat >conftest.$ac_ext <<_ACEOF 22856 cat >conftest.$ac_ext <<_ACEOF
@@ -23741,21 +22878,20 @@ case "(($ac_try" in
23741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23742 *) ac_try_echo=$ac_try;; 22879 *) ac_try_echo=$ac_try;;
23743esac 22880esac
23744eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22881eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23745$as_echo "$ac_try_echo") >&5
23746 (eval "$ac_compile") 2>conftest.er1 22882 (eval "$ac_compile") 2>conftest.er1
23747 ac_status=$? 22883 ac_status=$?
23748 grep -v '^ *+' conftest.er1 >conftest.err 22884 grep -v '^ *+' conftest.er1 >conftest.err
23749 rm -f conftest.er1 22885 rm -f conftest.er1
23750 cat conftest.err >&5 22886 cat conftest.err >&5
23751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23752 (exit $ac_status); } && { 22888 (exit $ac_status); } && {
23753 test -z "$ac_c_werror_flag" || 22889 test -z "$ac_c_werror_flag" ||
23754 test ! -s conftest.err 22890 test ! -s conftest.err
23755 } && test -s conftest.$ac_objext; then 22891 } && test -s conftest.$ac_objext; then
23756 ac_cv_have_sa_family_t="yes" 22892 ac_cv_have_sa_family_t="yes"
23757else 22893else
23758 $as_echo "$as_me: failed program was:" >&5 22894 echo "$as_me: failed program was:" >&5
23759sed 's/^/| /' conftest.$ac_ext >&5 22895sed 's/^/| /' conftest.$ac_ext >&5
23760 22896
23761 ac_cv_have_sa_family_t="no" 22897 ac_cv_have_sa_family_t="no"
@@ -23769,8 +22905,8 @@ fi
23769rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22905rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23770 22906
23771fi 22907fi
23772{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_sa_family_t" >&5 22908{ echo "$as_me:$LINENO: result: $ac_cv_have_sa_family_t" >&5
23773$as_echo "$ac_cv_have_sa_family_t" >&6; } 22909echo "${ECHO_T}$ac_cv_have_sa_family_t" >&6; }
23774if test "x$ac_cv_have_sa_family_t" = "xyes" ; then 22910if test "x$ac_cv_have_sa_family_t" = "xyes" ; then
23775 22911
23776cat >>confdefs.h <<\_ACEOF 22912cat >>confdefs.h <<\_ACEOF
@@ -23779,10 +22915,10 @@ _ACEOF
23779 22915
23780fi 22916fi
23781 22917
23782{ $as_echo "$as_me:$LINENO: checking for pid_t" >&5 22918{ echo "$as_me:$LINENO: checking for pid_t" >&5
23783$as_echo_n "checking for pid_t... " >&6; } 22919echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
23784if test "${ac_cv_have_pid_t+set}" = set; then 22920if test "${ac_cv_have_pid_t+set}" = set; then
23785 $as_echo_n "(cached) " >&6 22921 echo $ECHO_N "(cached) $ECHO_C" >&6
23786else 22922else
23787 22923
23788 cat >conftest.$ac_ext <<_ACEOF 22924 cat >conftest.$ac_ext <<_ACEOF
@@ -23808,21 +22944,20 @@ case "(($ac_try" in
23808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23809 *) ac_try_echo=$ac_try;; 22945 *) ac_try_echo=$ac_try;;
23810esac 22946esac
23811eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22947eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23812$as_echo "$ac_try_echo") >&5
23813 (eval "$ac_compile") 2>conftest.er1 22948 (eval "$ac_compile") 2>conftest.er1
23814 ac_status=$? 22949 ac_status=$?
23815 grep -v '^ *+' conftest.er1 >conftest.err 22950 grep -v '^ *+' conftest.er1 >conftest.err
23816 rm -f conftest.er1 22951 rm -f conftest.er1
23817 cat conftest.err >&5 22952 cat conftest.err >&5
23818 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23819 (exit $ac_status); } && { 22954 (exit $ac_status); } && {
23820 test -z "$ac_c_werror_flag" || 22955 test -z "$ac_c_werror_flag" ||
23821 test ! -s conftest.err 22956 test ! -s conftest.err
23822 } && test -s conftest.$ac_objext; then 22957 } && test -s conftest.$ac_objext; then
23823 ac_cv_have_pid_t="yes" 22958 ac_cv_have_pid_t="yes"
23824else 22959else
23825 $as_echo "$as_me: failed program was:" >&5 22960 echo "$as_me: failed program was:" >&5
23826sed 's/^/| /' conftest.$ac_ext >&5 22961sed 's/^/| /' conftest.$ac_ext >&5
23827 22962
23828 ac_cv_have_pid_t="no" 22963 ac_cv_have_pid_t="no"
@@ -23832,8 +22967,8 @@ fi
23832rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22967rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23833 22968
23834fi 22969fi
23835{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_pid_t" >&5 22970{ echo "$as_me:$LINENO: result: $ac_cv_have_pid_t" >&5
23836$as_echo "$ac_cv_have_pid_t" >&6; } 22971echo "${ECHO_T}$ac_cv_have_pid_t" >&6; }
23837if test "x$ac_cv_have_pid_t" = "xyes" ; then 22972if test "x$ac_cv_have_pid_t" = "xyes" ; then
23838 22973
23839cat >>confdefs.h <<\_ACEOF 22974cat >>confdefs.h <<\_ACEOF
@@ -23842,10 +22977,10 @@ _ACEOF
23842 22977
23843fi 22978fi
23844 22979
23845{ $as_echo "$as_me:$LINENO: checking for mode_t" >&5 22980{ echo "$as_me:$LINENO: checking for mode_t" >&5
23846$as_echo_n "checking for mode_t... " >&6; } 22981echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
23847if test "${ac_cv_have_mode_t+set}" = set; then 22982if test "${ac_cv_have_mode_t+set}" = set; then
23848 $as_echo_n "(cached) " >&6 22983 echo $ECHO_N "(cached) $ECHO_C" >&6
23849else 22984else
23850 22985
23851 cat >conftest.$ac_ext <<_ACEOF 22986 cat >conftest.$ac_ext <<_ACEOF
@@ -23871,21 +23006,20 @@ case "(($ac_try" in
23871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23872 *) ac_try_echo=$ac_try;; 23007 *) ac_try_echo=$ac_try;;
23873esac 23008esac
23874eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 23009eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23875$as_echo "$ac_try_echo") >&5
23876 (eval "$ac_compile") 2>conftest.er1 23010 (eval "$ac_compile") 2>conftest.er1
23877 ac_status=$? 23011 ac_status=$?
23878 grep -v '^ *+' conftest.er1 >conftest.err 23012 grep -v '^ *+' conftest.er1 >conftest.err
23879 rm -f conftest.er1 23013 rm -f conftest.er1
23880 cat conftest.err >&5 23014 cat conftest.err >&5
23881 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 23015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23882 (exit $ac_status); } && { 23016 (exit $ac_status); } && {
23883 test -z "$ac_c_werror_flag" || 23017 test -z "$ac_c_werror_flag" ||
23884 test ! -s conftest.err 23018 test ! -s conftest.err
23885 } && test -s conftest.$ac_objext; then 23019 } && test -s conftest.$ac_objext; then
23886 ac_cv_have_mode_t="yes" 23020 ac_cv_have_mode_t="yes"
23887else 23021else
23888 $as_echo "$as_me: failed program was:" >&5 23022 echo "$as_me: failed program was:" >&5
23889sed 's/^/| /' conftest.$ac_ext >&5 23023sed 's/^/| /' conftest.$ac_ext >&5
23890 23024
23891 ac_cv_have_mode_t="no" 23025 ac_cv_have_mode_t="no"
@@ -23895,8 +23029,8 @@ fi
23895rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23029rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23896 23030
23897fi 23031fi
23898{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_mode_t" >&5 23032{ echo "$as_me:$LINENO: result: $ac_cv_have_mode_t" >&5
23899$as_echo "$ac_cv_have_mode_t" >&6; } 23033echo "${ECHO_T}$ac_cv_have_mode_t" >&6; }
23900if test "x$ac_cv_have_mode_t" = "xyes" ; then 23034if test "x$ac_cv_have_mode_t" = "xyes" ; then
23901 23035
23902cat >>confdefs.h <<\_ACEOF 23036cat >>confdefs.h <<\_ACEOF
@@ -23906,10 +23040,10 @@ _ACEOF
23906fi 23040fi
23907 23041
23908 23042
23909{ $as_echo "$as_me:$LINENO: checking for struct sockaddr_storage" >&5 23043{ echo "$as_me:$LINENO: checking for struct sockaddr_storage" >&5
23910$as_echo_n "checking for struct sockaddr_storage... " >&6; } 23044echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6; }
23911if test "${ac_cv_have_struct_sockaddr_storage+set}" = set; then 23045if test "${ac_cv_have_struct_sockaddr_storage+set}" = set; then
23912 $as_echo_n "(cached) " >&6 23046 echo $ECHO_N "(cached) $ECHO_C" >&6
23913else 23047else
23914 23048
23915 cat >conftest.$ac_ext <<_ACEOF 23049 cat >conftest.$ac_ext <<_ACEOF
@@ -23936,21 +23070,20 @@ case "(($ac_try" in
23936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23937 *) ac_try_echo=$ac_try;; 23071 *) ac_try_echo=$ac_try;;
23938esac 23072esac
23939eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 23073eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23940$as_echo "$ac_try_echo") >&5
23941 (eval "$ac_compile") 2>conftest.er1 23074 (eval "$ac_compile") 2>conftest.er1
23942 ac_status=$? 23075 ac_status=$?
23943 grep -v '^ *+' conftest.er1 >conftest.err 23076 grep -v '^ *+' conftest.er1 >conftest.err
23944 rm -f conftest.er1 23077 rm -f conftest.er1
23945 cat conftest.err >&5 23078 cat conftest.err >&5
23946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 23079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23947 (exit $ac_status); } && { 23080 (exit $ac_status); } && {
23948 test -z "$ac_c_werror_flag" || 23081 test -z "$ac_c_werror_flag" ||
23949 test ! -s conftest.err 23082 test ! -s conftest.err
23950 } && test -s conftest.$ac_objext; then 23083 } && test -s conftest.$ac_objext; then
23951 ac_cv_have_struct_sockaddr_storage="yes" 23084 ac_cv_have_struct_sockaddr_storage="yes"
23952else 23085else
23953 $as_echo "$as_me: failed program was:" >&5 23086 echo "$as_me: failed program was:" >&5
23954sed 's/^/| /' conftest.$ac_ext >&5 23087sed 's/^/| /' conftest.$ac_ext >&5
23955 23088
23956 ac_cv_have_struct_sockaddr_storage="no" 23089 ac_cv_have_struct_sockaddr_storage="no"
@@ -23960,8 +23093,8 @@ fi
23960rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23093rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23961 23094
23962fi 23095fi
23963{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_struct_sockaddr_storage" >&5 23096{ echo "$as_me:$LINENO: result: $ac_cv_have_struct_sockaddr_storage" >&5
23964$as_echo "$ac_cv_have_struct_sockaddr_storage" >&6; } 23097echo "${ECHO_T}$ac_cv_have_struct_sockaddr_storage" >&6; }
23965if test "x$ac_cv_have_struct_sockaddr_storage" = "xyes" ; then 23098if test "x$ac_cv_have_struct_sockaddr_storage" = "xyes" ; then
23966 23099
23967cat >>confdefs.h <<\_ACEOF 23100cat >>confdefs.h <<\_ACEOF
@@ -23970,10 +23103,10 @@ _ACEOF
23970 23103
23971fi 23104fi
23972 23105
23973{ $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6" >&5 23106{ echo "$as_me:$LINENO: checking for struct sockaddr_in6" >&5
23974$as_echo_n "checking for struct sockaddr_in6... " >&6; } 23107echo $ECHO_N "checking for struct sockaddr_in6... $ECHO_C" >&6; }
23975if test "${ac_cv_have_struct_sockaddr_in6+set}" = set; then 23108if test "${ac_cv_have_struct_sockaddr_in6+set}" = set; then
23976 $as_echo_n "(cached) " >&6 23109 echo $ECHO_N "(cached) $ECHO_C" >&6
23977else 23110else
23978 23111
23979 cat >conftest.$ac_ext <<_ACEOF 23112 cat >conftest.$ac_ext <<_ACEOF
@@ -24000,21 +23133,20 @@ case "(($ac_try" in
24000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24001 *) ac_try_echo=$ac_try;; 23134 *) ac_try_echo=$ac_try;;
24002esac 23135esac
24003eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 23136eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24004$as_echo "$ac_try_echo") >&5
24005 (eval "$ac_compile") 2>conftest.er1 23137 (eval "$ac_compile") 2>conftest.er1
24006 ac_status=$? 23138 ac_status=$?
24007 grep -v '^ *+' conftest.er1 >conftest.err 23139 grep -v '^ *+' conftest.er1 >conftest.err
24008 rm -f conftest.er1 23140 rm -f conftest.er1
24009 cat conftest.err >&5 23141 cat conftest.err >&5
24010 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 23142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24011 (exit $ac_status); } && { 23143 (exit $ac_status); } && {
24012 test -z "$ac_c_werror_flag" || 23144 test -z "$ac_c_werror_flag" ||
24013 test ! -s conftest.err 23145 test ! -s conftest.err
24014 } && test -s conftest.$ac_objext; then 23146 } && test -s conftest.$ac_objext; then
24015 ac_cv_have_struct_sockaddr_in6="yes" 23147 ac_cv_have_struct_sockaddr_in6="yes"
24016else 23148else
24017 $as_echo "$as_me: failed program was:" >&5 23149 echo "$as_me: failed program was:" >&5
24018sed 's/^/| /' conftest.$ac_ext >&5 23150sed 's/^/| /' conftest.$ac_ext >&5
24019 23151
24020 ac_cv_have_struct_sockaddr_in6="no" 23152 ac_cv_have_struct_sockaddr_in6="no"
@@ -24024,8 +23156,8 @@ fi
24024rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23156rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24025 23157
24026fi 23158fi
24027{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_struct_sockaddr_in6" >&5 23159{ echo "$as_me:$LINENO: result: $ac_cv_have_struct_sockaddr_in6" >&5
24028$as_echo "$ac_cv_have_struct_sockaddr_in6" >&6; } 23160echo "${ECHO_T}$ac_cv_have_struct_sockaddr_in6" >&6; }
24029if test "x$ac_cv_have_struct_sockaddr_in6" = "xyes" ; then 23161if test "x$ac_cv_have_struct_sockaddr_in6" = "xyes" ; then
24030 23162
24031cat >>confdefs.h <<\_ACEOF 23163cat >>confdefs.h <<\_ACEOF
@@ -24034,10 +23166,10 @@ _ACEOF
24034 23166
24035fi 23167fi
24036 23168
24037{ $as_echo "$as_me:$LINENO: checking for struct in6_addr" >&5 23169{ echo "$as_me:$LINENO: checking for struct in6_addr" >&5
24038$as_echo_n "checking for struct in6_addr... " >&6; } 23170echo $ECHO_N "checking for struct in6_addr... $ECHO_C" >&6; }
24039if test "${ac_cv_have_struct_in6_addr+set}" = set; then 23171if test "${ac_cv_have_struct_in6_addr+set}" = set; then
24040 $as_echo_n "(cached) " >&6 23172 echo $ECHO_N "(cached) $ECHO_C" >&6
24041else 23173else
24042 23174
24043 cat >conftest.$ac_ext <<_ACEOF 23175 cat >conftest.$ac_ext <<_ACEOF
@@ -24064,21 +23196,20 @@ case "(($ac_try" in
24064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24065 *) ac_try_echo=$ac_try;; 23197 *) ac_try_echo=$ac_try;;
24066esac 23198esac
24067eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 23199eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24068$as_echo "$ac_try_echo") >&5
24069 (eval "$ac_compile") 2>conftest.er1 23200 (eval "$ac_compile") 2>conftest.er1
24070 ac_status=$? 23201 ac_status=$?
24071 grep -v '^ *+' conftest.er1 >conftest.err 23202 grep -v '^ *+' conftest.er1 >conftest.err
24072 rm -f conftest.er1 23203 rm -f conftest.er1
24073 cat conftest.err >&5 23204 cat conftest.err >&5
24074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 23205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24075 (exit $ac_status); } && { 23206 (exit $ac_status); } && {
24076 test -z "$ac_c_werror_flag" || 23207 test -z "$ac_c_werror_flag" ||
24077 test ! -s conftest.err 23208 test ! -s conftest.err
24078 } && test -s conftest.$ac_objext; then 23209 } && test -s conftest.$ac_objext; then
24079 ac_cv_have_struct_in6_addr="yes" 23210 ac_cv_have_struct_in6_addr="yes"
24080else 23211else
24081 $as_echo "$as_me: failed program was:" >&5 23212 echo "$as_me: failed program was:" >&5
24082sed 's/^/| /' conftest.$ac_ext >&5 23213sed 's/^/| /' conftest.$ac_ext >&5
24083 23214
24084 ac_cv_have_struct_in6_addr="no" 23215 ac_cv_have_struct_in6_addr="no"
@@ -24088,8 +23219,8 @@ fi
24088rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23219rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24089 23220
24090fi 23221fi
24091{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_struct_in6_addr" >&5 23222{ echo "$as_me:$LINENO: result: $ac_cv_have_struct_in6_addr" >&5
24092$as_echo "$ac_cv_have_struct_in6_addr" >&6; } 23223echo "${ECHO_T}$ac_cv_have_struct_in6_addr" >&6; }
24093if test "x$ac_cv_have_struct_in6_addr" = "xyes" ; then 23224if test "x$ac_cv_have_struct_in6_addr" = "xyes" ; then
24094 23225
24095cat >>confdefs.h <<\_ACEOF 23226cat >>confdefs.h <<\_ACEOF
@@ -24097,10 +23228,10 @@ cat >>confdefs.h <<\_ACEOF
24097_ACEOF 23228_ACEOF
24098 23229
24099 23230
24100 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5 23231 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
24101$as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; } 23232echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
24102if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then 23233if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
24103 $as_echo_n "(cached) " >&6 23234 echo $ECHO_N "(cached) $ECHO_C" >&6
24104else 23235else
24105 cat >conftest.$ac_ext <<_ACEOF 23236 cat >conftest.$ac_ext <<_ACEOF
24106/* confdefs.h. */ 23237/* confdefs.h. */
@@ -24131,21 +23262,20 @@ case "(($ac_try" in
24131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24132 *) ac_try_echo=$ac_try;; 23263 *) ac_try_echo=$ac_try;;
24133esac 23264esac
24134eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 23265eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24135$as_echo "$ac_try_echo") >&5
24136 (eval "$ac_compile") 2>conftest.er1 23266 (eval "$ac_compile") 2>conftest.er1
24137 ac_status=$? 23267 ac_status=$?
24138 grep -v '^ *+' conftest.er1 >conftest.err 23268 grep -v '^ *+' conftest.er1 >conftest.err
24139 rm -f conftest.er1 23269 rm -f conftest.er1
24140 cat conftest.err >&5 23270 cat conftest.err >&5
24141 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 23271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24142 (exit $ac_status); } && { 23272 (exit $ac_status); } && {
24143 test -z "$ac_c_werror_flag" || 23273 test -z "$ac_c_werror_flag" ||
24144 test ! -s conftest.err 23274 test ! -s conftest.err
24145 } && test -s conftest.$ac_objext; then 23275 } && test -s conftest.$ac_objext; then
24146 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes 23276 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
24147else 23277else
24148 $as_echo "$as_me: failed program was:" >&5 23278 echo "$as_me: failed program was:" >&5
24149sed 's/^/| /' conftest.$ac_ext >&5 23279sed 's/^/| /' conftest.$ac_ext >&5
24150 23280
24151 cat >conftest.$ac_ext <<_ACEOF 23281 cat >conftest.$ac_ext <<_ACEOF
@@ -24177,21 +23307,20 @@ case "(($ac_try" in
24177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24178 *) ac_try_echo=$ac_try;; 23308 *) ac_try_echo=$ac_try;;
24179esac 23309esac
24180eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 23310eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24181$as_echo "$ac_try_echo") >&5
24182 (eval "$ac_compile") 2>conftest.er1 23311 (eval "$ac_compile") 2>conftest.er1
24183 ac_status=$? 23312 ac_status=$?
24184 grep -v '^ *+' conftest.er1 >conftest.err 23313 grep -v '^ *+' conftest.er1 >conftest.err
24185 rm -f conftest.er1 23314 rm -f conftest.er1
24186 cat conftest.err >&5 23315 cat conftest.err >&5
24187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 23316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24188 (exit $ac_status); } && { 23317 (exit $ac_status); } && {
24189 test -z "$ac_c_werror_flag" || 23318 test -z "$ac_c_werror_flag" ||
24190 test ! -s conftest.err 23319 test ! -s conftest.err
24191 } && test -s conftest.$ac_objext; then 23320 } && test -s conftest.$ac_objext; then
24192 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes 23321 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
24193else 23322else
24194 $as_echo "$as_me: failed program was:" >&5 23323 echo "$as_me: failed program was:" >&5
24195sed 's/^/| /' conftest.$ac_ext >&5 23324sed 's/^/| /' conftest.$ac_ext >&5
24196 23325
24197 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no 23326 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
@@ -24202,8 +23331,8 @@ fi
24202 23331
24203rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23332rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24204fi 23333fi
24205{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5 23334{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
24206$as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; } 23335echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
24207if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then 23336if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
24208 23337
24209cat >>confdefs.h <<_ACEOF 23338cat >>confdefs.h <<_ACEOF
@@ -24215,10 +23344,10 @@ fi
24215 23344
24216fi 23345fi
24217 23346
24218{ $as_echo "$as_me:$LINENO: checking for struct addrinfo" >&5 23347{ echo "$as_me:$LINENO: checking for struct addrinfo" >&5
24219$as_echo_n "checking for struct addrinfo... " >&6; } 23348echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6; }
24220if test "${ac_cv_have_struct_addrinfo+set}" = set; then 23349if test "${ac_cv_have_struct_addrinfo+set}" = set; then
24221 $as_echo_n "(cached) " >&6 23350 echo $ECHO_N "(cached) $ECHO_C" >&6
24222else 23351else
24223 23352
24224 cat >conftest.$ac_ext <<_ACEOF 23353 cat >conftest.$ac_ext <<_ACEOF
@@ -24246,21 +23375,20 @@ case "(($ac_try" in
24246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24247 *) ac_try_echo=$ac_try;; 23376 *) ac_try_echo=$ac_try;;
24248esac 23377esac
24249eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 23378eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24250$as_echo "$ac_try_echo") >&5
24251 (eval "$ac_compile") 2>conftest.er1 23379 (eval "$ac_compile") 2>conftest.er1
24252 ac_status=$? 23380 ac_status=$?
24253 grep -v '^ *+' conftest.er1 >conftest.err 23381 grep -v '^ *+' conftest.er1 >conftest.err
24254 rm -f conftest.er1 23382 rm -f conftest.er1
24255 cat conftest.err >&5 23383 cat conftest.err >&5
24256 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 23384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24257 (exit $ac_status); } && { 23385 (exit $ac_status); } && {
24258 test -z "$ac_c_werror_flag" || 23386 test -z "$ac_c_werror_flag" ||
24259 test ! -s conftest.err 23387 test ! -s conftest.err
24260 } && test -s conftest.$ac_objext; then 23388 } && test -s conftest.$ac_objext; then
24261 ac_cv_have_struct_addrinfo="yes" 23389 ac_cv_have_struct_addrinfo="yes"
24262else 23390else
24263 $as_echo "$as_me: failed program was:" >&5 23391 echo "$as_me: failed program was:" >&5
24264sed 's/^/| /' conftest.$ac_ext >&5 23392sed 's/^/| /' conftest.$ac_ext >&5
24265 23393
24266 ac_cv_have_struct_addrinfo="no" 23394 ac_cv_have_struct_addrinfo="no"
@@ -24270,8 +23398,8 @@ fi
24270rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23398rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24271 23399
24272fi 23400fi
24273{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_struct_addrinfo" >&5 23401{ echo "$as_me:$LINENO: result: $ac_cv_have_struct_addrinfo" >&5
24274$as_echo "$ac_cv_have_struct_addrinfo" >&6; } 23402echo "${ECHO_T}$ac_cv_have_struct_addrinfo" >&6; }
24275if test "x$ac_cv_have_struct_addrinfo" = "xyes" ; then 23403if test "x$ac_cv_have_struct_addrinfo" = "xyes" ; then
24276 23404
24277cat >>confdefs.h <<\_ACEOF 23405cat >>confdefs.h <<\_ACEOF
@@ -24280,10 +23408,10 @@ _ACEOF
24280 23408
24281fi 23409fi
24282 23410
24283{ $as_echo "$as_me:$LINENO: checking for struct timeval" >&5 23411{ echo "$as_me:$LINENO: checking for struct timeval" >&5
24284$as_echo_n "checking for struct timeval... " >&6; } 23412echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6; }
24285if test "${ac_cv_have_struct_timeval+set}" = set; then 23413if test "${ac_cv_have_struct_timeval+set}" = set; then
24286 $as_echo_n "(cached) " >&6 23414 echo $ECHO_N "(cached) $ECHO_C" >&6
24287else 23415else
24288 23416
24289 cat >conftest.$ac_ext <<_ACEOF 23417 cat >conftest.$ac_ext <<_ACEOF
@@ -24307,21 +23435,20 @@ case "(($ac_try" in
24307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24308 *) ac_try_echo=$ac_try;; 23436 *) ac_try_echo=$ac_try;;
24309esac 23437esac
24310eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 23438eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24311$as_echo "$ac_try_echo") >&5
24312 (eval "$ac_compile") 2>conftest.er1 23439 (eval "$ac_compile") 2>conftest.er1
24313 ac_status=$? 23440 ac_status=$?
24314 grep -v '^ *+' conftest.er1 >conftest.err 23441 grep -v '^ *+' conftest.er1 >conftest.err
24315 rm -f conftest.er1 23442 rm -f conftest.er1
24316 cat conftest.err >&5 23443 cat conftest.err >&5
24317 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 23444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24318 (exit $ac_status); } && { 23445 (exit $ac_status); } && {
24319 test -z "$ac_c_werror_flag" || 23446 test -z "$ac_c_werror_flag" ||
24320 test ! -s conftest.err 23447 test ! -s conftest.err
24321 } && test -s conftest.$ac_objext; then 23448 } && test -s conftest.$ac_objext; then
24322 ac_cv_have_struct_timeval="yes" 23449 ac_cv_have_struct_timeval="yes"
24323else 23450else
24324 $as_echo "$as_me: failed program was:" >&5 23451 echo "$as_me: failed program was:" >&5
24325sed 's/^/| /' conftest.$ac_ext >&5 23452sed 's/^/| /' conftest.$ac_ext >&5
24326 23453
24327 ac_cv_have_struct_timeval="no" 23454 ac_cv_have_struct_timeval="no"
@@ -24331,8 +23458,8 @@ fi
24331rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23458rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24332 23459
24333fi 23460fi
24334{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_struct_timeval" >&5 23461{ echo "$as_me:$LINENO: result: $ac_cv_have_struct_timeval" >&5
24335$as_echo "$ac_cv_have_struct_timeval" >&6; } 23462echo "${ECHO_T}$ac_cv_have_struct_timeval" >&6; }
24336if test "x$ac_cv_have_struct_timeval" = "xyes" ; then 23463if test "x$ac_cv_have_struct_timeval" = "xyes" ; then
24337 23464
24338cat >>confdefs.h <<\_ACEOF 23465cat >>confdefs.h <<\_ACEOF
@@ -24342,46 +23469,11 @@ _ACEOF
24342 have_struct_timeval=1 23469 have_struct_timeval=1
24343fi 23470fi
24344 23471
24345{ $as_echo "$as_me:$LINENO: checking for struct timespec" >&5 23472{ echo "$as_me:$LINENO: checking for struct timespec" >&5
24346$as_echo_n "checking for struct timespec... " >&6; } 23473echo $ECHO_N "checking for struct timespec... $ECHO_C" >&6; }
24347if test "${ac_cv_type_struct_timespec+set}" = set; then 23474if test "${ac_cv_type_struct_timespec+set}" = set; then
24348 $as_echo_n "(cached) " >&6 23475 echo $ECHO_N "(cached) $ECHO_C" >&6
24349else 23476else
24350 ac_cv_type_struct_timespec=no
24351cat >conftest.$ac_ext <<_ACEOF
24352/* confdefs.h. */
24353_ACEOF
24354cat confdefs.h >>conftest.$ac_ext
24355cat >>conftest.$ac_ext <<_ACEOF
24356/* end confdefs.h. */
24357$ac_includes_default
24358int
24359main ()
24360{
24361if (sizeof (struct timespec))
24362 return 0;
24363 ;
24364 return 0;
24365}
24366_ACEOF
24367rm -f conftest.$ac_objext
24368if { (ac_try="$ac_compile"
24369case "(($ac_try" in
24370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24371 *) ac_try_echo=$ac_try;;
24372esac
24373eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24374$as_echo "$ac_try_echo") >&5
24375 (eval "$ac_compile") 2>conftest.er1
24376 ac_status=$?
24377 grep -v '^ *+' conftest.er1 >conftest.err
24378 rm -f conftest.er1
24379 cat conftest.err >&5
24380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24381 (exit $ac_status); } && {
24382 test -z "$ac_c_werror_flag" ||
24383 test ! -s conftest.err
24384 } && test -s conftest.$ac_objext; then
24385 cat >conftest.$ac_ext <<_ACEOF 23477 cat >conftest.$ac_ext <<_ACEOF
24386/* confdefs.h. */ 23478/* confdefs.h. */
24387_ACEOF 23479_ACEOF
@@ -24389,11 +23481,14 @@ cat confdefs.h >>conftest.$ac_ext
24389cat >>conftest.$ac_ext <<_ACEOF 23481cat >>conftest.$ac_ext <<_ACEOF
24390/* end confdefs.h. */ 23482/* end confdefs.h. */
24391$ac_includes_default 23483$ac_includes_default
23484typedef struct timespec ac__type_new_;
24392int 23485int
24393main () 23486main ()
24394{ 23487{
24395if (sizeof ((struct timespec))) 23488if ((ac__type_new_ *) 0)
24396 return 0; 23489 return 0;
23490if (sizeof (ac__type_new_))
23491 return 0;
24397 ; 23492 ;
24398 return 0; 23493 return 0;
24399} 23494}
@@ -24404,38 +23499,29 @@ case "(($ac_try" in
24404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24405 *) ac_try_echo=$ac_try;; 23500 *) ac_try_echo=$ac_try;;
24406esac 23501esac
24407eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 23502eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24408$as_echo "$ac_try_echo") >&5
24409 (eval "$ac_compile") 2>conftest.er1 23503 (eval "$ac_compile") 2>conftest.er1
24410 ac_status=$? 23504 ac_status=$?
24411 grep -v '^ *+' conftest.er1 >conftest.err 23505 grep -v '^ *+' conftest.er1 >conftest.err
24412 rm -f conftest.er1 23506 rm -f conftest.er1
24413 cat conftest.err >&5 23507 cat conftest.err >&5
24414 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 23508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24415 (exit $ac_status); } && { 23509 (exit $ac_status); } && {
24416 test -z "$ac_c_werror_flag" || 23510 test -z "$ac_c_werror_flag" ||
24417 test ! -s conftest.err 23511 test ! -s conftest.err
24418 } && test -s conftest.$ac_objext; then 23512 } && test -s conftest.$ac_objext; then
24419 : 23513 ac_cv_type_struct_timespec=yes
24420else 23514else
24421 $as_echo "$as_me: failed program was:" >&5 23515 echo "$as_me: failed program was:" >&5
24422sed 's/^/| /' conftest.$ac_ext >&5 23516sed 's/^/| /' conftest.$ac_ext >&5
24423 23517
24424 ac_cv_type_struct_timespec=yes 23518 ac_cv_type_struct_timespec=no
24425fi
24426
24427rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24428else
24429 $as_echo "$as_me: failed program was:" >&5
24430sed 's/^/| /' conftest.$ac_ext >&5
24431
24432
24433fi 23519fi
24434 23520
24435rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23521rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24436fi 23522fi
24437{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_timespec" >&5 23523{ echo "$as_me:$LINENO: result: $ac_cv_type_struct_timespec" >&5
24438$as_echo "$ac_cv_type_struct_timespec" >&6; } 23524echo "${ECHO_T}$ac_cv_type_struct_timespec" >&6; }
24439if test $ac_cv_type_struct_timespec = yes; then 23525if test $ac_cv_type_struct_timespec = yes; then
24440 23526
24441cat >>confdefs.h <<_ACEOF 23527cat >>confdefs.h <<_ACEOF
@@ -24456,8 +23542,8 @@ if test "x$ac_cv_have_int64_t" = "xno" && \
24456 exit 1; 23542 exit 1;
24457else 23543else
24458 if test "$cross_compiling" = yes; then 23544 if test "$cross_compiling" = yes; then
24459 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working snprintf()" >&5 23545 { echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working snprintf()" >&5
24460$as_echo "$as_me: WARNING: cross compiling: Assuming working snprintf()" >&2;} 23546echo "$as_me: WARNING: cross compiling: Assuming working snprintf()" >&2;}
24461 23547
24462else 23548else
24463 cat >conftest.$ac_ext <<_ACEOF 23549 cat >conftest.$ac_ext <<_ACEOF
@@ -24497,26 +23583,24 @@ case "(($ac_try" in
24497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24498 *) ac_try_echo=$ac_try;; 23584 *) ac_try_echo=$ac_try;;
24499esac 23585esac
24500eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 23586eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24501$as_echo "$ac_try_echo") >&5
24502 (eval "$ac_link") 2>&5 23587 (eval "$ac_link") 2>&5
24503 ac_status=$? 23588 ac_status=$?
24504 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 23589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24505 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 23590 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24506 { (case "(($ac_try" in 23591 { (case "(($ac_try" in
24507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24508 *) ac_try_echo=$ac_try;; 23593 *) ac_try_echo=$ac_try;;
24509esac 23594esac
24510eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 23595eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24511$as_echo "$ac_try_echo") >&5
24512 (eval "$ac_try") 2>&5 23596 (eval "$ac_try") 2>&5
24513 ac_status=$? 23597 ac_status=$?
24514 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 23598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24515 (exit $ac_status); }; }; then 23599 (exit $ac_status); }; }; then
24516 true 23600 true
24517else 23601else
24518 $as_echo "$as_me: program exited with status $ac_status" >&5 23602 echo "$as_me: program exited with status $ac_status" >&5
24519$as_echo "$as_me: failed program was:" >&5 23603echo "$as_me: failed program was:" >&5
24520sed 's/^/| /' conftest.$ac_ext >&5 23604sed 's/^/| /' conftest.$ac_ext >&5
24521 23605
24522( exit $ac_status ) 23606( exit $ac_status )
@@ -24525,7 +23609,6 @@ sed 's/^/| /' conftest.$ac_ext >&5
24525_ACEOF 23609_ACEOF
24526 23610
24527fi 23611fi
24528rm -rf conftest.dSYM
24529rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 23612rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24530fi 23613fi
24531 23614
@@ -24536,10 +23619,10 @@ fi
24536# look for field 'ut_host' in header 'utmp.h' 23619# look for field 'ut_host' in header 'utmp.h'
24537 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 23620 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
24538 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host 23621 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host
24539 { $as_echo "$as_me:$LINENO: checking for ut_host field in utmp.h" >&5 23622 { echo "$as_me:$LINENO: checking for ut_host field in utmp.h" >&5
24540$as_echo_n "checking for ut_host field in utmp.h... " >&6; } 23623echo $ECHO_N "checking for ut_host field in utmp.h... $ECHO_C" >&6; }
24541 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 23624 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
24542 $as_echo_n "(cached) " >&6 23625 echo $ECHO_N "(cached) $ECHO_C" >&6
24543else 23626else
24544 23627
24545 cat >conftest.$ac_ext <<_ACEOF 23628 cat >conftest.$ac_ext <<_ACEOF
@@ -24563,8 +23646,8 @@ fi
24563 23646
24564 ossh_result=`eval 'echo $'"$ossh_varname"` 23647 ossh_result=`eval 'echo $'"$ossh_varname"`
24565 if test -n "`echo $ossh_varname`"; then 23648 if test -n "`echo $ossh_varname`"; then
24566 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 23649 { echo "$as_me:$LINENO: result: $ossh_result" >&5
24567$as_echo "$ossh_result" >&6; } 23650echo "${ECHO_T}$ossh_result" >&6; }
24568 if test "x$ossh_result" = "xyes"; then 23651 if test "x$ossh_result" = "xyes"; then
24569 23652
24570cat >>confdefs.h <<\_ACEOF 23653cat >>confdefs.h <<\_ACEOF
@@ -24573,18 +23656,18 @@ _ACEOF
24573 23656
24574 fi 23657 fi
24575 else 23658 else
24576 { $as_echo "$as_me:$LINENO: result: no" >&5 23659 { echo "$as_me:$LINENO: result: no" >&5
24577$as_echo "no" >&6; } 23660echo "${ECHO_T}no" >&6; }
24578 fi 23661 fi
24579 23662
24580 23663
24581# look for field 'ut_host' in header 'utmpx.h' 23664# look for field 'ut_host' in header 'utmpx.h'
24582 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 23665 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
24583 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host 23666 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host
24584 { $as_echo "$as_me:$LINENO: checking for ut_host field in utmpx.h" >&5 23667 { echo "$as_me:$LINENO: checking for ut_host field in utmpx.h" >&5
24585$as_echo_n "checking for ut_host field in utmpx.h... " >&6; } 23668echo $ECHO_N "checking for ut_host field in utmpx.h... $ECHO_C" >&6; }
24586 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 23669 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
24587 $as_echo_n "(cached) " >&6 23670 echo $ECHO_N "(cached) $ECHO_C" >&6
24588else 23671else
24589 23672
24590 cat >conftest.$ac_ext <<_ACEOF 23673 cat >conftest.$ac_ext <<_ACEOF
@@ -24608,8 +23691,8 @@ fi
24608 23691
24609 ossh_result=`eval 'echo $'"$ossh_varname"` 23692 ossh_result=`eval 'echo $'"$ossh_varname"`
24610 if test -n "`echo $ossh_varname`"; then 23693 if test -n "`echo $ossh_varname`"; then
24611 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 23694 { echo "$as_me:$LINENO: result: $ossh_result" >&5
24612$as_echo "$ossh_result" >&6; } 23695echo "${ECHO_T}$ossh_result" >&6; }
24613 if test "x$ossh_result" = "xyes"; then 23696 if test "x$ossh_result" = "xyes"; then
24614 23697
24615cat >>confdefs.h <<\_ACEOF 23698cat >>confdefs.h <<\_ACEOF
@@ -24618,18 +23701,18 @@ _ACEOF
24618 23701
24619 fi 23702 fi
24620 else 23703 else
24621 { $as_echo "$as_me:$LINENO: result: no" >&5 23704 { echo "$as_me:$LINENO: result: no" >&5
24622$as_echo "no" >&6; } 23705echo "${ECHO_T}no" >&6; }
24623 fi 23706 fi
24624 23707
24625 23708
24626# look for field 'syslen' in header 'utmpx.h' 23709# look for field 'syslen' in header 'utmpx.h'
24627 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 23710 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
24628 ossh_varname="ossh_cv_$ossh_safe""_has_"syslen 23711 ossh_varname="ossh_cv_$ossh_safe""_has_"syslen
24629 { $as_echo "$as_me:$LINENO: checking for syslen field in utmpx.h" >&5 23712 { echo "$as_me:$LINENO: checking for syslen field in utmpx.h" >&5
24630$as_echo_n "checking for syslen field in utmpx.h... " >&6; } 23713echo $ECHO_N "checking for syslen field in utmpx.h... $ECHO_C" >&6; }
24631 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 23714 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
24632 $as_echo_n "(cached) " >&6 23715 echo $ECHO_N "(cached) $ECHO_C" >&6
24633else 23716else
24634 23717
24635 cat >conftest.$ac_ext <<_ACEOF 23718 cat >conftest.$ac_ext <<_ACEOF
@@ -24653,8 +23736,8 @@ fi
24653 23736
24654 ossh_result=`eval 'echo $'"$ossh_varname"` 23737 ossh_result=`eval 'echo $'"$ossh_varname"`
24655 if test -n "`echo $ossh_varname`"; then 23738 if test -n "`echo $ossh_varname`"; then
24656 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 23739 { echo "$as_me:$LINENO: result: $ossh_result" >&5
24657$as_echo "$ossh_result" >&6; } 23740echo "${ECHO_T}$ossh_result" >&6; }
24658 if test "x$ossh_result" = "xyes"; then 23741 if test "x$ossh_result" = "xyes"; then
24659 23742
24660cat >>confdefs.h <<\_ACEOF 23743cat >>confdefs.h <<\_ACEOF
@@ -24663,18 +23746,18 @@ _ACEOF
24663 23746
24664 fi 23747 fi
24665 else 23748 else
24666 { $as_echo "$as_me:$LINENO: result: no" >&5 23749 { echo "$as_me:$LINENO: result: no" >&5
24667$as_echo "no" >&6; } 23750echo "${ECHO_T}no" >&6; }
24668 fi 23751 fi
24669 23752
24670 23753
24671# look for field 'ut_pid' in header 'utmp.h' 23754# look for field 'ut_pid' in header 'utmp.h'
24672 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 23755 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
24673 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_pid 23756 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_pid
24674 { $as_echo "$as_me:$LINENO: checking for ut_pid field in utmp.h" >&5 23757 { echo "$as_me:$LINENO: checking for ut_pid field in utmp.h" >&5
24675$as_echo_n "checking for ut_pid field in utmp.h... " >&6; } 23758echo $ECHO_N "checking for ut_pid field in utmp.h... $ECHO_C" >&6; }
24676 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 23759 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
24677 $as_echo_n "(cached) " >&6 23760 echo $ECHO_N "(cached) $ECHO_C" >&6
24678else 23761else
24679 23762
24680 cat >conftest.$ac_ext <<_ACEOF 23763 cat >conftest.$ac_ext <<_ACEOF
@@ -24698,8 +23781,8 @@ fi
24698 23781
24699 ossh_result=`eval 'echo $'"$ossh_varname"` 23782 ossh_result=`eval 'echo $'"$ossh_varname"`
24700 if test -n "`echo $ossh_varname`"; then 23783 if test -n "`echo $ossh_varname`"; then
24701 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 23784 { echo "$as_me:$LINENO: result: $ossh_result" >&5
24702$as_echo "$ossh_result" >&6; } 23785echo "${ECHO_T}$ossh_result" >&6; }
24703 if test "x$ossh_result" = "xyes"; then 23786 if test "x$ossh_result" = "xyes"; then
24704 23787
24705cat >>confdefs.h <<\_ACEOF 23788cat >>confdefs.h <<\_ACEOF
@@ -24708,18 +23791,18 @@ _ACEOF
24708 23791
24709 fi 23792 fi
24710 else 23793 else
24711 { $as_echo "$as_me:$LINENO: result: no" >&5 23794 { echo "$as_me:$LINENO: result: no" >&5
24712$as_echo "no" >&6; } 23795echo "${ECHO_T}no" >&6; }
24713 fi 23796 fi
24714 23797
24715 23798
24716# look for field 'ut_type' in header 'utmp.h' 23799# look for field 'ut_type' in header 'utmp.h'
24717 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 23800 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
24718 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type 23801 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type
24719 { $as_echo "$as_me:$LINENO: checking for ut_type field in utmp.h" >&5 23802 { echo "$as_me:$LINENO: checking for ut_type field in utmp.h" >&5
24720$as_echo_n "checking for ut_type field in utmp.h... " >&6; } 23803echo $ECHO_N "checking for ut_type field in utmp.h... $ECHO_C" >&6; }
24721 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 23804 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
24722 $as_echo_n "(cached) " >&6 23805 echo $ECHO_N "(cached) $ECHO_C" >&6
24723else 23806else
24724 23807
24725 cat >conftest.$ac_ext <<_ACEOF 23808 cat >conftest.$ac_ext <<_ACEOF
@@ -24743,8 +23826,8 @@ fi
24743 23826
24744 ossh_result=`eval 'echo $'"$ossh_varname"` 23827 ossh_result=`eval 'echo $'"$ossh_varname"`
24745 if test -n "`echo $ossh_varname`"; then 23828 if test -n "`echo $ossh_varname`"; then
24746 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 23829 { echo "$as_me:$LINENO: result: $ossh_result" >&5
24747$as_echo "$ossh_result" >&6; } 23830echo "${ECHO_T}$ossh_result" >&6; }
24748 if test "x$ossh_result" = "xyes"; then 23831 if test "x$ossh_result" = "xyes"; then
24749 23832
24750cat >>confdefs.h <<\_ACEOF 23833cat >>confdefs.h <<\_ACEOF
@@ -24753,18 +23836,18 @@ _ACEOF
24753 23836
24754 fi 23837 fi
24755 else 23838 else
24756 { $as_echo "$as_me:$LINENO: result: no" >&5 23839 { echo "$as_me:$LINENO: result: no" >&5
24757$as_echo "no" >&6; } 23840echo "${ECHO_T}no" >&6; }
24758 fi 23841 fi
24759 23842
24760 23843
24761# look for field 'ut_type' in header 'utmpx.h' 23844# look for field 'ut_type' in header 'utmpx.h'
24762 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 23845 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
24763 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type 23846 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type
24764 { $as_echo "$as_me:$LINENO: checking for ut_type field in utmpx.h" >&5 23847 { echo "$as_me:$LINENO: checking for ut_type field in utmpx.h" >&5
24765$as_echo_n "checking for ut_type field in utmpx.h... " >&6; } 23848echo $ECHO_N "checking for ut_type field in utmpx.h... $ECHO_C" >&6; }
24766 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 23849 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
24767 $as_echo_n "(cached) " >&6 23850 echo $ECHO_N "(cached) $ECHO_C" >&6
24768else 23851else
24769 23852
24770 cat >conftest.$ac_ext <<_ACEOF 23853 cat >conftest.$ac_ext <<_ACEOF
@@ -24788,8 +23871,8 @@ fi
24788 23871
24789 ossh_result=`eval 'echo $'"$ossh_varname"` 23872 ossh_result=`eval 'echo $'"$ossh_varname"`
24790 if test -n "`echo $ossh_varname`"; then 23873 if test -n "`echo $ossh_varname`"; then
24791 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 23874 { echo "$as_me:$LINENO: result: $ossh_result" >&5
24792$as_echo "$ossh_result" >&6; } 23875echo "${ECHO_T}$ossh_result" >&6; }
24793 if test "x$ossh_result" = "xyes"; then 23876 if test "x$ossh_result" = "xyes"; then
24794 23877
24795cat >>confdefs.h <<\_ACEOF 23878cat >>confdefs.h <<\_ACEOF
@@ -24798,18 +23881,18 @@ _ACEOF
24798 23881
24799 fi 23882 fi
24800 else 23883 else
24801 { $as_echo "$as_me:$LINENO: result: no" >&5 23884 { echo "$as_me:$LINENO: result: no" >&5
24802$as_echo "no" >&6; } 23885echo "${ECHO_T}no" >&6; }
24803 fi 23886 fi
24804 23887
24805 23888
24806# look for field 'ut_tv' in header 'utmp.h' 23889# look for field 'ut_tv' in header 'utmp.h'
24807 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 23890 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
24808 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv 23891 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv
24809 { $as_echo "$as_me:$LINENO: checking for ut_tv field in utmp.h" >&5 23892 { echo "$as_me:$LINENO: checking for ut_tv field in utmp.h" >&5
24810$as_echo_n "checking for ut_tv field in utmp.h... " >&6; } 23893echo $ECHO_N "checking for ut_tv field in utmp.h... $ECHO_C" >&6; }
24811 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 23894 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
24812 $as_echo_n "(cached) " >&6 23895 echo $ECHO_N "(cached) $ECHO_C" >&6
24813else 23896else
24814 23897
24815 cat >conftest.$ac_ext <<_ACEOF 23898 cat >conftest.$ac_ext <<_ACEOF
@@ -24833,8 +23916,8 @@ fi
24833 23916
24834 ossh_result=`eval 'echo $'"$ossh_varname"` 23917 ossh_result=`eval 'echo $'"$ossh_varname"`
24835 if test -n "`echo $ossh_varname`"; then 23918 if test -n "`echo $ossh_varname`"; then
24836 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 23919 { echo "$as_me:$LINENO: result: $ossh_result" >&5
24837$as_echo "$ossh_result" >&6; } 23920echo "${ECHO_T}$ossh_result" >&6; }
24838 if test "x$ossh_result" = "xyes"; then 23921 if test "x$ossh_result" = "xyes"; then
24839 23922
24840cat >>confdefs.h <<\_ACEOF 23923cat >>confdefs.h <<\_ACEOF
@@ -24843,18 +23926,18 @@ _ACEOF
24843 23926
24844 fi 23927 fi
24845 else 23928 else
24846 { $as_echo "$as_me:$LINENO: result: no" >&5 23929 { echo "$as_me:$LINENO: result: no" >&5
24847$as_echo "no" >&6; } 23930echo "${ECHO_T}no" >&6; }
24848 fi 23931 fi
24849 23932
24850 23933
24851# look for field 'ut_id' in header 'utmp.h' 23934# look for field 'ut_id' in header 'utmp.h'
24852 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 23935 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
24853 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id 23936 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id
24854 { $as_echo "$as_me:$LINENO: checking for ut_id field in utmp.h" >&5 23937 { echo "$as_me:$LINENO: checking for ut_id field in utmp.h" >&5
24855$as_echo_n "checking for ut_id field in utmp.h... " >&6; } 23938echo $ECHO_N "checking for ut_id field in utmp.h... $ECHO_C" >&6; }
24856 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 23939 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
24857 $as_echo_n "(cached) " >&6 23940 echo $ECHO_N "(cached) $ECHO_C" >&6
24858else 23941else
24859 23942
24860 cat >conftest.$ac_ext <<_ACEOF 23943 cat >conftest.$ac_ext <<_ACEOF
@@ -24878,8 +23961,8 @@ fi
24878 23961
24879 ossh_result=`eval 'echo $'"$ossh_varname"` 23962 ossh_result=`eval 'echo $'"$ossh_varname"`
24880 if test -n "`echo $ossh_varname`"; then 23963 if test -n "`echo $ossh_varname`"; then
24881 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 23964 { echo "$as_me:$LINENO: result: $ossh_result" >&5
24882$as_echo "$ossh_result" >&6; } 23965echo "${ECHO_T}$ossh_result" >&6; }
24883 if test "x$ossh_result" = "xyes"; then 23966 if test "x$ossh_result" = "xyes"; then
24884 23967
24885cat >>confdefs.h <<\_ACEOF 23968cat >>confdefs.h <<\_ACEOF
@@ -24888,18 +23971,18 @@ _ACEOF
24888 23971
24889 fi 23972 fi
24890 else 23973 else
24891 { $as_echo "$as_me:$LINENO: result: no" >&5 23974 { echo "$as_me:$LINENO: result: no" >&5
24892$as_echo "no" >&6; } 23975echo "${ECHO_T}no" >&6; }
24893 fi 23976 fi
24894 23977
24895 23978
24896# look for field 'ut_id' in header 'utmpx.h' 23979# look for field 'ut_id' in header 'utmpx.h'
24897 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 23980 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
24898 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id 23981 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id
24899 { $as_echo "$as_me:$LINENO: checking for ut_id field in utmpx.h" >&5 23982 { echo "$as_me:$LINENO: checking for ut_id field in utmpx.h" >&5
24900$as_echo_n "checking for ut_id field in utmpx.h... " >&6; } 23983echo $ECHO_N "checking for ut_id field in utmpx.h... $ECHO_C" >&6; }
24901 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 23984 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
24902 $as_echo_n "(cached) " >&6 23985 echo $ECHO_N "(cached) $ECHO_C" >&6
24903else 23986else
24904 23987
24905 cat >conftest.$ac_ext <<_ACEOF 23988 cat >conftest.$ac_ext <<_ACEOF
@@ -24923,8 +24006,8 @@ fi
24923 24006
24924 ossh_result=`eval 'echo $'"$ossh_varname"` 24007 ossh_result=`eval 'echo $'"$ossh_varname"`
24925 if test -n "`echo $ossh_varname`"; then 24008 if test -n "`echo $ossh_varname`"; then
24926 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 24009 { echo "$as_me:$LINENO: result: $ossh_result" >&5
24927$as_echo "$ossh_result" >&6; } 24010echo "${ECHO_T}$ossh_result" >&6; }
24928 if test "x$ossh_result" = "xyes"; then 24011 if test "x$ossh_result" = "xyes"; then
24929 24012
24930cat >>confdefs.h <<\_ACEOF 24013cat >>confdefs.h <<\_ACEOF
@@ -24933,18 +24016,18 @@ _ACEOF
24933 24016
24934 fi 24017 fi
24935 else 24018 else
24936 { $as_echo "$as_me:$LINENO: result: no" >&5 24019 { echo "$as_me:$LINENO: result: no" >&5
24937$as_echo "no" >&6; } 24020echo "${ECHO_T}no" >&6; }
24938 fi 24021 fi
24939 24022
24940 24023
24941# look for field 'ut_addr' in header 'utmp.h' 24024# look for field 'ut_addr' in header 'utmp.h'
24942 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 24025 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
24943 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr 24026 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr
24944 { $as_echo "$as_me:$LINENO: checking for ut_addr field in utmp.h" >&5 24027 { echo "$as_me:$LINENO: checking for ut_addr field in utmp.h" >&5
24945$as_echo_n "checking for ut_addr field in utmp.h... " >&6; } 24028echo $ECHO_N "checking for ut_addr field in utmp.h... $ECHO_C" >&6; }
24946 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 24029 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
24947 $as_echo_n "(cached) " >&6 24030 echo $ECHO_N "(cached) $ECHO_C" >&6
24948else 24031else
24949 24032
24950 cat >conftest.$ac_ext <<_ACEOF 24033 cat >conftest.$ac_ext <<_ACEOF
@@ -24968,8 +24051,8 @@ fi
24968 24051
24969 ossh_result=`eval 'echo $'"$ossh_varname"` 24052 ossh_result=`eval 'echo $'"$ossh_varname"`
24970 if test -n "`echo $ossh_varname`"; then 24053 if test -n "`echo $ossh_varname`"; then
24971 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 24054 { echo "$as_me:$LINENO: result: $ossh_result" >&5
24972$as_echo "$ossh_result" >&6; } 24055echo "${ECHO_T}$ossh_result" >&6; }
24973 if test "x$ossh_result" = "xyes"; then 24056 if test "x$ossh_result" = "xyes"; then
24974 24057
24975cat >>confdefs.h <<\_ACEOF 24058cat >>confdefs.h <<\_ACEOF
@@ -24978,18 +24061,18 @@ _ACEOF
24978 24061
24979 fi 24062 fi
24980 else 24063 else
24981 { $as_echo "$as_me:$LINENO: result: no" >&5 24064 { echo "$as_me:$LINENO: result: no" >&5
24982$as_echo "no" >&6; } 24065echo "${ECHO_T}no" >&6; }
24983 fi 24066 fi
24984 24067
24985 24068
24986# look for field 'ut_addr' in header 'utmpx.h' 24069# look for field 'ut_addr' in header 'utmpx.h'
24987 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 24070 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
24988 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr 24071 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr
24989 { $as_echo "$as_me:$LINENO: checking for ut_addr field in utmpx.h" >&5 24072 { echo "$as_me:$LINENO: checking for ut_addr field in utmpx.h" >&5
24990$as_echo_n "checking for ut_addr field in utmpx.h... " >&6; } 24073echo $ECHO_N "checking for ut_addr field in utmpx.h... $ECHO_C" >&6; }
24991 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 24074 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
24992 $as_echo_n "(cached) " >&6 24075 echo $ECHO_N "(cached) $ECHO_C" >&6
24993else 24076else
24994 24077
24995 cat >conftest.$ac_ext <<_ACEOF 24078 cat >conftest.$ac_ext <<_ACEOF
@@ -25013,8 +24096,8 @@ fi
25013 24096
25014 ossh_result=`eval 'echo $'"$ossh_varname"` 24097 ossh_result=`eval 'echo $'"$ossh_varname"`
25015 if test -n "`echo $ossh_varname`"; then 24098 if test -n "`echo $ossh_varname`"; then
25016 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 24099 { echo "$as_me:$LINENO: result: $ossh_result" >&5
25017$as_echo "$ossh_result" >&6; } 24100echo "${ECHO_T}$ossh_result" >&6; }
25018 if test "x$ossh_result" = "xyes"; then 24101 if test "x$ossh_result" = "xyes"; then
25019 24102
25020cat >>confdefs.h <<\_ACEOF 24103cat >>confdefs.h <<\_ACEOF
@@ -25023,18 +24106,18 @@ _ACEOF
25023 24106
25024 fi 24107 fi
25025 else 24108 else
25026 { $as_echo "$as_me:$LINENO: result: no" >&5 24109 { echo "$as_me:$LINENO: result: no" >&5
25027$as_echo "no" >&6; } 24110echo "${ECHO_T}no" >&6; }
25028 fi 24111 fi
25029 24112
25030 24113
25031# look for field 'ut_addr_v6' in header 'utmp.h' 24114# look for field 'ut_addr_v6' in header 'utmp.h'
25032 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 24115 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
25033 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6 24116 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6
25034 { $as_echo "$as_me:$LINENO: checking for ut_addr_v6 field in utmp.h" >&5 24117 { echo "$as_me:$LINENO: checking for ut_addr_v6 field in utmp.h" >&5
25035$as_echo_n "checking for ut_addr_v6 field in utmp.h... " >&6; } 24118echo $ECHO_N "checking for ut_addr_v6 field in utmp.h... $ECHO_C" >&6; }
25036 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 24119 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
25037 $as_echo_n "(cached) " >&6 24120 echo $ECHO_N "(cached) $ECHO_C" >&6
25038else 24121else
25039 24122
25040 cat >conftest.$ac_ext <<_ACEOF 24123 cat >conftest.$ac_ext <<_ACEOF
@@ -25058,8 +24141,8 @@ fi
25058 24141
25059 ossh_result=`eval 'echo $'"$ossh_varname"` 24142 ossh_result=`eval 'echo $'"$ossh_varname"`
25060 if test -n "`echo $ossh_varname`"; then 24143 if test -n "`echo $ossh_varname`"; then
25061 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 24144 { echo "$as_me:$LINENO: result: $ossh_result" >&5
25062$as_echo "$ossh_result" >&6; } 24145echo "${ECHO_T}$ossh_result" >&6; }
25063 if test "x$ossh_result" = "xyes"; then 24146 if test "x$ossh_result" = "xyes"; then
25064 24147
25065cat >>confdefs.h <<\_ACEOF 24148cat >>confdefs.h <<\_ACEOF
@@ -25068,18 +24151,18 @@ _ACEOF
25068 24151
25069 fi 24152 fi
25070 else 24153 else
25071 { $as_echo "$as_me:$LINENO: result: no" >&5 24154 { echo "$as_me:$LINENO: result: no" >&5
25072$as_echo "no" >&6; } 24155echo "${ECHO_T}no" >&6; }
25073 fi 24156 fi
25074 24157
25075 24158
25076# look for field 'ut_addr_v6' in header 'utmpx.h' 24159# look for field 'ut_addr_v6' in header 'utmpx.h'
25077 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 24160 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
25078 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6 24161 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6
25079 { $as_echo "$as_me:$LINENO: checking for ut_addr_v6 field in utmpx.h" >&5 24162 { echo "$as_me:$LINENO: checking for ut_addr_v6 field in utmpx.h" >&5
25080$as_echo_n "checking for ut_addr_v6 field in utmpx.h... " >&6; } 24163echo $ECHO_N "checking for ut_addr_v6 field in utmpx.h... $ECHO_C" >&6; }
25081 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 24164 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
25082 $as_echo_n "(cached) " >&6 24165 echo $ECHO_N "(cached) $ECHO_C" >&6
25083else 24166else
25084 24167
25085 cat >conftest.$ac_ext <<_ACEOF 24168 cat >conftest.$ac_ext <<_ACEOF
@@ -25103,8 +24186,8 @@ fi
25103 24186
25104 ossh_result=`eval 'echo $'"$ossh_varname"` 24187 ossh_result=`eval 'echo $'"$ossh_varname"`
25105 if test -n "`echo $ossh_varname`"; then 24188 if test -n "`echo $ossh_varname`"; then
25106 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 24189 { echo "$as_me:$LINENO: result: $ossh_result" >&5
25107$as_echo "$ossh_result" >&6; } 24190echo "${ECHO_T}$ossh_result" >&6; }
25108 if test "x$ossh_result" = "xyes"; then 24191 if test "x$ossh_result" = "xyes"; then
25109 24192
25110cat >>confdefs.h <<\_ACEOF 24193cat >>confdefs.h <<\_ACEOF
@@ -25113,18 +24196,18 @@ _ACEOF
25113 24196
25114 fi 24197 fi
25115 else 24198 else
25116 { $as_echo "$as_me:$LINENO: result: no" >&5 24199 { echo "$as_me:$LINENO: result: no" >&5
25117$as_echo "no" >&6; } 24200echo "${ECHO_T}no" >&6; }
25118 fi 24201 fi
25119 24202
25120 24203
25121# look for field 'ut_exit' in header 'utmp.h' 24204# look for field 'ut_exit' in header 'utmp.h'
25122 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 24205 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
25123 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_exit 24206 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_exit
25124 { $as_echo "$as_me:$LINENO: checking for ut_exit field in utmp.h" >&5 24207 { echo "$as_me:$LINENO: checking for ut_exit field in utmp.h" >&5
25125$as_echo_n "checking for ut_exit field in utmp.h... " >&6; } 24208echo $ECHO_N "checking for ut_exit field in utmp.h... $ECHO_C" >&6; }
25126 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 24209 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
25127 $as_echo_n "(cached) " >&6 24210 echo $ECHO_N "(cached) $ECHO_C" >&6
25128else 24211else
25129 24212
25130 cat >conftest.$ac_ext <<_ACEOF 24213 cat >conftest.$ac_ext <<_ACEOF
@@ -25148,8 +24231,8 @@ fi
25148 24231
25149 ossh_result=`eval 'echo $'"$ossh_varname"` 24232 ossh_result=`eval 'echo $'"$ossh_varname"`
25150 if test -n "`echo $ossh_varname`"; then 24233 if test -n "`echo $ossh_varname`"; then
25151 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 24234 { echo "$as_me:$LINENO: result: $ossh_result" >&5
25152$as_echo "$ossh_result" >&6; } 24235echo "${ECHO_T}$ossh_result" >&6; }
25153 if test "x$ossh_result" = "xyes"; then 24236 if test "x$ossh_result" = "xyes"; then
25154 24237
25155cat >>confdefs.h <<\_ACEOF 24238cat >>confdefs.h <<\_ACEOF
@@ -25158,18 +24241,18 @@ _ACEOF
25158 24241
25159 fi 24242 fi
25160 else 24243 else
25161 { $as_echo "$as_me:$LINENO: result: no" >&5 24244 { echo "$as_me:$LINENO: result: no" >&5
25162$as_echo "no" >&6; } 24245echo "${ECHO_T}no" >&6; }
25163 fi 24246 fi
25164 24247
25165 24248
25166# look for field 'ut_time' in header 'utmp.h' 24249# look for field 'ut_time' in header 'utmp.h'
25167 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 24250 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
25168 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time 24251 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time
25169 { $as_echo "$as_me:$LINENO: checking for ut_time field in utmp.h" >&5 24252 { echo "$as_me:$LINENO: checking for ut_time field in utmp.h" >&5
25170$as_echo_n "checking for ut_time field in utmp.h... " >&6; } 24253echo $ECHO_N "checking for ut_time field in utmp.h... $ECHO_C" >&6; }
25171 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 24254 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
25172 $as_echo_n "(cached) " >&6 24255 echo $ECHO_N "(cached) $ECHO_C" >&6
25173else 24256else
25174 24257
25175 cat >conftest.$ac_ext <<_ACEOF 24258 cat >conftest.$ac_ext <<_ACEOF
@@ -25193,8 +24276,8 @@ fi
25193 24276
25194 ossh_result=`eval 'echo $'"$ossh_varname"` 24277 ossh_result=`eval 'echo $'"$ossh_varname"`
25195 if test -n "`echo $ossh_varname`"; then 24278 if test -n "`echo $ossh_varname`"; then
25196 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 24279 { echo "$as_me:$LINENO: result: $ossh_result" >&5
25197$as_echo "$ossh_result" >&6; } 24280echo "${ECHO_T}$ossh_result" >&6; }
25198 if test "x$ossh_result" = "xyes"; then 24281 if test "x$ossh_result" = "xyes"; then
25199 24282
25200cat >>confdefs.h <<\_ACEOF 24283cat >>confdefs.h <<\_ACEOF
@@ -25203,18 +24286,18 @@ _ACEOF
25203 24286
25204 fi 24287 fi
25205 else 24288 else
25206 { $as_echo "$as_me:$LINENO: result: no" >&5 24289 { echo "$as_me:$LINENO: result: no" >&5
25207$as_echo "no" >&6; } 24290echo "${ECHO_T}no" >&6; }
25208 fi 24291 fi
25209 24292
25210 24293
25211# look for field 'ut_time' in header 'utmpx.h' 24294# look for field 'ut_time' in header 'utmpx.h'
25212 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 24295 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
25213 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time 24296 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time
25214 { $as_echo "$as_me:$LINENO: checking for ut_time field in utmpx.h" >&5 24297 { echo "$as_me:$LINENO: checking for ut_time field in utmpx.h" >&5
25215$as_echo_n "checking for ut_time field in utmpx.h... " >&6; } 24298echo $ECHO_N "checking for ut_time field in utmpx.h... $ECHO_C" >&6; }
25216 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 24299 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
25217 $as_echo_n "(cached) " >&6 24300 echo $ECHO_N "(cached) $ECHO_C" >&6
25218else 24301else
25219 24302
25220 cat >conftest.$ac_ext <<_ACEOF 24303 cat >conftest.$ac_ext <<_ACEOF
@@ -25238,8 +24321,8 @@ fi
25238 24321
25239 ossh_result=`eval 'echo $'"$ossh_varname"` 24322 ossh_result=`eval 'echo $'"$ossh_varname"`
25240 if test -n "`echo $ossh_varname`"; then 24323 if test -n "`echo $ossh_varname`"; then
25241 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 24324 { echo "$as_me:$LINENO: result: $ossh_result" >&5
25242$as_echo "$ossh_result" >&6; } 24325echo "${ECHO_T}$ossh_result" >&6; }
25243 if test "x$ossh_result" = "xyes"; then 24326 if test "x$ossh_result" = "xyes"; then
25244 24327
25245cat >>confdefs.h <<\_ACEOF 24328cat >>confdefs.h <<\_ACEOF
@@ -25248,18 +24331,18 @@ _ACEOF
25248 24331
25249 fi 24332 fi
25250 else 24333 else
25251 { $as_echo "$as_me:$LINENO: result: no" >&5 24334 { echo "$as_me:$LINENO: result: no" >&5
25252$as_echo "no" >&6; } 24335echo "${ECHO_T}no" >&6; }
25253 fi 24336 fi
25254 24337
25255 24338
25256# look for field 'ut_tv' in header 'utmpx.h' 24339# look for field 'ut_tv' in header 'utmpx.h'
25257 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 24340 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
25258 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv 24341 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv
25259 { $as_echo "$as_me:$LINENO: checking for ut_tv field in utmpx.h" >&5 24342 { echo "$as_me:$LINENO: checking for ut_tv field in utmpx.h" >&5
25260$as_echo_n "checking for ut_tv field in utmpx.h... " >&6; } 24343echo $ECHO_N "checking for ut_tv field in utmpx.h... $ECHO_C" >&6; }
25261 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then 24344 if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then
25262 $as_echo_n "(cached) " >&6 24345 echo $ECHO_N "(cached) $ECHO_C" >&6
25263else 24346else
25264 24347
25265 cat >conftest.$ac_ext <<_ACEOF 24348 cat >conftest.$ac_ext <<_ACEOF
@@ -25283,8 +24366,8 @@ fi
25283 24366
25284 ossh_result=`eval 'echo $'"$ossh_varname"` 24367 ossh_result=`eval 'echo $'"$ossh_varname"`
25285 if test -n "`echo $ossh_varname`"; then 24368 if test -n "`echo $ossh_varname`"; then
25286 { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 24369 { echo "$as_me:$LINENO: result: $ossh_result" >&5
25287$as_echo "$ossh_result" >&6; } 24370echo "${ECHO_T}$ossh_result" >&6; }
25288 if test "x$ossh_result" = "xyes"; then 24371 if test "x$ossh_result" = "xyes"; then
25289 24372
25290cat >>confdefs.h <<\_ACEOF 24373cat >>confdefs.h <<\_ACEOF
@@ -25293,15 +24376,15 @@ _ACEOF
25293 24376
25294 fi 24377 fi
25295 else 24378 else
25296 { $as_echo "$as_me:$LINENO: result: no" >&5 24379 { echo "$as_me:$LINENO: result: no" >&5
25297$as_echo "no" >&6; } 24380echo "${ECHO_T}no" >&6; }
25298 fi 24381 fi
25299 24382
25300 24383
25301{ $as_echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5 24384{ echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
25302$as_echo_n "checking for struct stat.st_blksize... " >&6; } 24385echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6; }
25303if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then 24386if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
25304 $as_echo_n "(cached) " >&6 24387 echo $ECHO_N "(cached) $ECHO_C" >&6
25305else 24388else
25306 cat >conftest.$ac_ext <<_ACEOF 24389 cat >conftest.$ac_ext <<_ACEOF
25307/* confdefs.h. */ 24390/* confdefs.h. */
@@ -25326,21 +24409,20 @@ case "(($ac_try" in
25326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25327 *) ac_try_echo=$ac_try;; 24410 *) ac_try_echo=$ac_try;;
25328esac 24411esac
25329eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 24412eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25330$as_echo "$ac_try_echo") >&5
25331 (eval "$ac_compile") 2>conftest.er1 24413 (eval "$ac_compile") 2>conftest.er1
25332 ac_status=$? 24414 ac_status=$?
25333 grep -v '^ *+' conftest.er1 >conftest.err 24415 grep -v '^ *+' conftest.er1 >conftest.err
25334 rm -f conftest.er1 24416 rm -f conftest.er1
25335 cat conftest.err >&5 24417 cat conftest.err >&5
25336 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 24418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25337 (exit $ac_status); } && { 24419 (exit $ac_status); } && {
25338 test -z "$ac_c_werror_flag" || 24420 test -z "$ac_c_werror_flag" ||
25339 test ! -s conftest.err 24421 test ! -s conftest.err
25340 } && test -s conftest.$ac_objext; then 24422 } && test -s conftest.$ac_objext; then
25341 ac_cv_member_struct_stat_st_blksize=yes 24423 ac_cv_member_struct_stat_st_blksize=yes
25342else 24424else
25343 $as_echo "$as_me: failed program was:" >&5 24425 echo "$as_me: failed program was:" >&5
25344sed 's/^/| /' conftest.$ac_ext >&5 24426sed 's/^/| /' conftest.$ac_ext >&5
25345 24427
25346 cat >conftest.$ac_ext <<_ACEOF 24428 cat >conftest.$ac_ext <<_ACEOF
@@ -25366,21 +24448,20 @@ case "(($ac_try" in
25366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25367 *) ac_try_echo=$ac_try;; 24449 *) ac_try_echo=$ac_try;;
25368esac 24450esac
25369eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 24451eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25370$as_echo "$ac_try_echo") >&5
25371 (eval "$ac_compile") 2>conftest.er1 24452 (eval "$ac_compile") 2>conftest.er1
25372 ac_status=$? 24453 ac_status=$?
25373 grep -v '^ *+' conftest.er1 >conftest.err 24454 grep -v '^ *+' conftest.er1 >conftest.err
25374 rm -f conftest.er1 24455 rm -f conftest.er1
25375 cat conftest.err >&5 24456 cat conftest.err >&5
25376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 24457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25377 (exit $ac_status); } && { 24458 (exit $ac_status); } && {
25378 test -z "$ac_c_werror_flag" || 24459 test -z "$ac_c_werror_flag" ||
25379 test ! -s conftest.err 24460 test ! -s conftest.err
25380 } && test -s conftest.$ac_objext; then 24461 } && test -s conftest.$ac_objext; then
25381 ac_cv_member_struct_stat_st_blksize=yes 24462 ac_cv_member_struct_stat_st_blksize=yes
25382else 24463else
25383 $as_echo "$as_me: failed program was:" >&5 24464 echo "$as_me: failed program was:" >&5
25384sed 's/^/| /' conftest.$ac_ext >&5 24465sed 's/^/| /' conftest.$ac_ext >&5
25385 24466
25386 ac_cv_member_struct_stat_st_blksize=no 24467 ac_cv_member_struct_stat_st_blksize=no
@@ -25391,8 +24472,8 @@ fi
25391 24472
25392rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24473rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25393fi 24474fi
25394{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5 24475{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
25395$as_echo "$ac_cv_member_struct_stat_st_blksize" >&6; } 24476echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6; }
25396if test $ac_cv_member_struct_stat_st_blksize = yes; then 24477if test $ac_cv_member_struct_stat_st_blksize = yes; then
25397 24478
25398cat >>confdefs.h <<_ACEOF 24479cat >>confdefs.h <<_ACEOF
@@ -25402,10 +24483,10 @@ _ACEOF
25402 24483
25403fi 24484fi
25404 24485
25405{ $as_echo "$as_me:$LINENO: checking for struct __res_state.retrans" >&5 24486{ echo "$as_me:$LINENO: checking for struct __res_state.retrans" >&5
25406$as_echo_n "checking for struct __res_state.retrans... " >&6; } 24487echo $ECHO_N "checking for struct __res_state.retrans... $ECHO_C" >&6; }
25407if test "${ac_cv_member_struct___res_state_retrans+set}" = set; then 24488if test "${ac_cv_member_struct___res_state_retrans+set}" = set; then
25408 $as_echo_n "(cached) " >&6 24489 echo $ECHO_N "(cached) $ECHO_C" >&6
25409else 24490else
25410 cat >conftest.$ac_ext <<_ACEOF 24491 cat >conftest.$ac_ext <<_ACEOF
25411/* confdefs.h. */ 24492/* confdefs.h. */
@@ -25439,21 +24520,20 @@ case "(($ac_try" in
25439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25440 *) ac_try_echo=$ac_try;; 24521 *) ac_try_echo=$ac_try;;
25441esac 24522esac
25442eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 24523eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25443$as_echo "$ac_try_echo") >&5
25444 (eval "$ac_compile") 2>conftest.er1 24524 (eval "$ac_compile") 2>conftest.er1
25445 ac_status=$? 24525 ac_status=$?
25446 grep -v '^ *+' conftest.er1 >conftest.err 24526 grep -v '^ *+' conftest.er1 >conftest.err
25447 rm -f conftest.er1 24527 rm -f conftest.er1
25448 cat conftest.err >&5 24528 cat conftest.err >&5
25449 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 24529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25450 (exit $ac_status); } && { 24530 (exit $ac_status); } && {
25451 test -z "$ac_c_werror_flag" || 24531 test -z "$ac_c_werror_flag" ||
25452 test ! -s conftest.err 24532 test ! -s conftest.err
25453 } && test -s conftest.$ac_objext; then 24533 } && test -s conftest.$ac_objext; then
25454 ac_cv_member_struct___res_state_retrans=yes 24534 ac_cv_member_struct___res_state_retrans=yes
25455else 24535else
25456 $as_echo "$as_me: failed program was:" >&5 24536 echo "$as_me: failed program was:" >&5
25457sed 's/^/| /' conftest.$ac_ext >&5 24537sed 's/^/| /' conftest.$ac_ext >&5
25458 24538
25459 cat >conftest.$ac_ext <<_ACEOF 24539 cat >conftest.$ac_ext <<_ACEOF
@@ -25488,21 +24568,20 @@ case "(($ac_try" in
25488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25489 *) ac_try_echo=$ac_try;; 24569 *) ac_try_echo=$ac_try;;
25490esac 24570esac
25491eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 24571eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25492$as_echo "$ac_try_echo") >&5
25493 (eval "$ac_compile") 2>conftest.er1 24572 (eval "$ac_compile") 2>conftest.er1
25494 ac_status=$? 24573 ac_status=$?
25495 grep -v '^ *+' conftest.er1 >conftest.err 24574 grep -v '^ *+' conftest.er1 >conftest.err
25496 rm -f conftest.er1 24575 rm -f conftest.er1
25497 cat conftest.err >&5 24576 cat conftest.err >&5
25498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 24577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25499 (exit $ac_status); } && { 24578 (exit $ac_status); } && {
25500 test -z "$ac_c_werror_flag" || 24579 test -z "$ac_c_werror_flag" ||
25501 test ! -s conftest.err 24580 test ! -s conftest.err
25502 } && test -s conftest.$ac_objext; then 24581 } && test -s conftest.$ac_objext; then
25503 ac_cv_member_struct___res_state_retrans=yes 24582 ac_cv_member_struct___res_state_retrans=yes
25504else 24583else
25505 $as_echo "$as_me: failed program was:" >&5 24584 echo "$as_me: failed program was:" >&5
25506sed 's/^/| /' conftest.$ac_ext >&5 24585sed 's/^/| /' conftest.$ac_ext >&5
25507 24586
25508 ac_cv_member_struct___res_state_retrans=no 24587 ac_cv_member_struct___res_state_retrans=no
@@ -25513,8 +24592,8 @@ fi
25513 24592
25514rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24593rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25515fi 24594fi
25516{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct___res_state_retrans" >&5 24595{ echo "$as_me:$LINENO: result: $ac_cv_member_struct___res_state_retrans" >&5
25517$as_echo "$ac_cv_member_struct___res_state_retrans" >&6; } 24596echo "${ECHO_T}$ac_cv_member_struct___res_state_retrans" >&6; }
25518if test $ac_cv_member_struct___res_state_retrans = yes; then 24597if test $ac_cv_member_struct___res_state_retrans = yes; then
25519 : 24598 :
25520else 24599else
@@ -25526,10 +24605,10 @@ _ACEOF
25526fi 24605fi
25527 24606
25528 24607
25529{ $as_echo "$as_me:$LINENO: checking for ss_family field in struct sockaddr_storage" >&5 24608{ echo "$as_me:$LINENO: checking for ss_family field in struct sockaddr_storage" >&5
25530$as_echo_n "checking for ss_family field in struct sockaddr_storage... " >&6; } 24609echo $ECHO_N "checking for ss_family field in struct sockaddr_storage... $ECHO_C" >&6; }
25531if test "${ac_cv_have_ss_family_in_struct_ss+set}" = set; then 24610if test "${ac_cv_have_ss_family_in_struct_ss+set}" = set; then
25532 $as_echo_n "(cached) " >&6 24611 echo $ECHO_N "(cached) $ECHO_C" >&6
25533else 24612else
25534 24613
25535 cat >conftest.$ac_ext <<_ACEOF 24614 cat >conftest.$ac_ext <<_ACEOF
@@ -25556,21 +24635,20 @@ case "(($ac_try" in
25556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25557 *) ac_try_echo=$ac_try;; 24636 *) ac_try_echo=$ac_try;;
25558esac 24637esac
25559eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 24638eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25560$as_echo "$ac_try_echo") >&5
25561 (eval "$ac_compile") 2>conftest.er1 24639 (eval "$ac_compile") 2>conftest.er1
25562 ac_status=$? 24640 ac_status=$?
25563 grep -v '^ *+' conftest.er1 >conftest.err 24641 grep -v '^ *+' conftest.er1 >conftest.err
25564 rm -f conftest.er1 24642 rm -f conftest.er1
25565 cat conftest.err >&5 24643 cat conftest.err >&5
25566 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 24644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25567 (exit $ac_status); } && { 24645 (exit $ac_status); } && {
25568 test -z "$ac_c_werror_flag" || 24646 test -z "$ac_c_werror_flag" ||
25569 test ! -s conftest.err 24647 test ! -s conftest.err
25570 } && test -s conftest.$ac_objext; then 24648 } && test -s conftest.$ac_objext; then
25571 ac_cv_have_ss_family_in_struct_ss="yes" 24649 ac_cv_have_ss_family_in_struct_ss="yes"
25572else 24650else
25573 $as_echo "$as_me: failed program was:" >&5 24651 echo "$as_me: failed program was:" >&5
25574sed 's/^/| /' conftest.$ac_ext >&5 24652sed 's/^/| /' conftest.$ac_ext >&5
25575 24653
25576 ac_cv_have_ss_family_in_struct_ss="no" 24654 ac_cv_have_ss_family_in_struct_ss="no"
@@ -25579,8 +24657,8 @@ fi
25579rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24657rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25580 24658
25581fi 24659fi
25582{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_ss_family_in_struct_ss" >&5 24660{ echo "$as_me:$LINENO: result: $ac_cv_have_ss_family_in_struct_ss" >&5
25583$as_echo "$ac_cv_have_ss_family_in_struct_ss" >&6; } 24661echo "${ECHO_T}$ac_cv_have_ss_family_in_struct_ss" >&6; }
25584if test "x$ac_cv_have_ss_family_in_struct_ss" = "xyes" ; then 24662if test "x$ac_cv_have_ss_family_in_struct_ss" = "xyes" ; then
25585 24663
25586cat >>confdefs.h <<\_ACEOF 24664cat >>confdefs.h <<\_ACEOF
@@ -25589,10 +24667,10 @@ _ACEOF
25589 24667
25590fi 24668fi
25591 24669
25592{ $as_echo "$as_me:$LINENO: checking for __ss_family field in struct sockaddr_storage" >&5 24670{ echo "$as_me:$LINENO: checking for __ss_family field in struct sockaddr_storage" >&5
25593$as_echo_n "checking for __ss_family field in struct sockaddr_storage... " >&6; } 24671echo $ECHO_N "checking for __ss_family field in struct sockaddr_storage... $ECHO_C" >&6; }
25594if test "${ac_cv_have___ss_family_in_struct_ss+set}" = set; then 24672if test "${ac_cv_have___ss_family_in_struct_ss+set}" = set; then
25595 $as_echo_n "(cached) " >&6 24673 echo $ECHO_N "(cached) $ECHO_C" >&6
25596else 24674else
25597 24675
25598 cat >conftest.$ac_ext <<_ACEOF 24676 cat >conftest.$ac_ext <<_ACEOF
@@ -25619,21 +24697,20 @@ case "(($ac_try" in
25619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25620 *) ac_try_echo=$ac_try;; 24698 *) ac_try_echo=$ac_try;;
25621esac 24699esac
25622eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 24700eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25623$as_echo "$ac_try_echo") >&5
25624 (eval "$ac_compile") 2>conftest.er1 24701 (eval "$ac_compile") 2>conftest.er1
25625 ac_status=$? 24702 ac_status=$?
25626 grep -v '^ *+' conftest.er1 >conftest.err 24703 grep -v '^ *+' conftest.er1 >conftest.err
25627 rm -f conftest.er1 24704 rm -f conftest.er1
25628 cat conftest.err >&5 24705 cat conftest.err >&5
25629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 24706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25630 (exit $ac_status); } && { 24707 (exit $ac_status); } && {
25631 test -z "$ac_c_werror_flag" || 24708 test -z "$ac_c_werror_flag" ||
25632 test ! -s conftest.err 24709 test ! -s conftest.err
25633 } && test -s conftest.$ac_objext; then 24710 } && test -s conftest.$ac_objext; then
25634 ac_cv_have___ss_family_in_struct_ss="yes" 24711 ac_cv_have___ss_family_in_struct_ss="yes"
25635else 24712else
25636 $as_echo "$as_me: failed program was:" >&5 24713 echo "$as_me: failed program was:" >&5
25637sed 's/^/| /' conftest.$ac_ext >&5 24714sed 's/^/| /' conftest.$ac_ext >&5
25638 24715
25639 ac_cv_have___ss_family_in_struct_ss="no" 24716 ac_cv_have___ss_family_in_struct_ss="no"
@@ -25643,8 +24720,8 @@ fi
25643rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24720rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25644 24721
25645fi 24722fi
25646{ $as_echo "$as_me:$LINENO: result: $ac_cv_have___ss_family_in_struct_ss" >&5 24723{ echo "$as_me:$LINENO: result: $ac_cv_have___ss_family_in_struct_ss" >&5
25647$as_echo "$ac_cv_have___ss_family_in_struct_ss" >&6; } 24724echo "${ECHO_T}$ac_cv_have___ss_family_in_struct_ss" >&6; }
25648if test "x$ac_cv_have___ss_family_in_struct_ss" = "xyes" ; then 24725if test "x$ac_cv_have___ss_family_in_struct_ss" = "xyes" ; then
25649 24726
25650cat >>confdefs.h <<\_ACEOF 24727cat >>confdefs.h <<\_ACEOF
@@ -25653,10 +24730,10 @@ _ACEOF
25653 24730
25654fi 24731fi
25655 24732
25656{ $as_echo "$as_me:$LINENO: checking for pw_class field in struct passwd" >&5 24733{ echo "$as_me:$LINENO: checking for pw_class field in struct passwd" >&5
25657$as_echo_n "checking for pw_class field in struct passwd... " >&6; } 24734echo $ECHO_N "checking for pw_class field in struct passwd... $ECHO_C" >&6; }
25658if test "${ac_cv_have_pw_class_in_struct_passwd+set}" = set; then 24735if test "${ac_cv_have_pw_class_in_struct_passwd+set}" = set; then
25659 $as_echo_n "(cached) " >&6 24736 echo $ECHO_N "(cached) $ECHO_C" >&6
25660else 24737else
25661 24738
25662 cat >conftest.$ac_ext <<_ACEOF 24739 cat >conftest.$ac_ext <<_ACEOF
@@ -25682,21 +24759,20 @@ case "(($ac_try" in
25682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25683 *) ac_try_echo=$ac_try;; 24760 *) ac_try_echo=$ac_try;;
25684esac 24761esac
25685eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 24762eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25686$as_echo "$ac_try_echo") >&5
25687 (eval "$ac_compile") 2>conftest.er1 24763 (eval "$ac_compile") 2>conftest.er1
25688 ac_status=$? 24764 ac_status=$?
25689 grep -v '^ *+' conftest.er1 >conftest.err 24765 grep -v '^ *+' conftest.er1 >conftest.err
25690 rm -f conftest.er1 24766 rm -f conftest.er1
25691 cat conftest.err >&5 24767 cat conftest.err >&5
25692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 24768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25693 (exit $ac_status); } && { 24769 (exit $ac_status); } && {
25694 test -z "$ac_c_werror_flag" || 24770 test -z "$ac_c_werror_flag" ||
25695 test ! -s conftest.err 24771 test ! -s conftest.err
25696 } && test -s conftest.$ac_objext; then 24772 } && test -s conftest.$ac_objext; then
25697 ac_cv_have_pw_class_in_struct_passwd="yes" 24773 ac_cv_have_pw_class_in_struct_passwd="yes"
25698else 24774else
25699 $as_echo "$as_me: failed program was:" >&5 24775 echo "$as_me: failed program was:" >&5
25700sed 's/^/| /' conftest.$ac_ext >&5 24776sed 's/^/| /' conftest.$ac_ext >&5
25701 24777
25702 ac_cv_have_pw_class_in_struct_passwd="no" 24778 ac_cv_have_pw_class_in_struct_passwd="no"
@@ -25706,8 +24782,8 @@ fi
25706rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24782rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25707 24783
25708fi 24784fi
25709{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_pw_class_in_struct_passwd" >&5 24785{ echo "$as_me:$LINENO: result: $ac_cv_have_pw_class_in_struct_passwd" >&5
25710$as_echo "$ac_cv_have_pw_class_in_struct_passwd" >&6; } 24786echo "${ECHO_T}$ac_cv_have_pw_class_in_struct_passwd" >&6; }
25711if test "x$ac_cv_have_pw_class_in_struct_passwd" = "xyes" ; then 24787if test "x$ac_cv_have_pw_class_in_struct_passwd" = "xyes" ; then
25712 24788
25713cat >>confdefs.h <<\_ACEOF 24789cat >>confdefs.h <<\_ACEOF
@@ -25716,10 +24792,10 @@ _ACEOF
25716 24792
25717fi 24793fi
25718 24794
25719{ $as_echo "$as_me:$LINENO: checking for pw_expire field in struct passwd" >&5 24795{ echo "$as_me:$LINENO: checking for pw_expire field in struct passwd" >&5
25720$as_echo_n "checking for pw_expire field in struct passwd... " >&6; } 24796echo $ECHO_N "checking for pw_expire field in struct passwd... $ECHO_C" >&6; }
25721if test "${ac_cv_have_pw_expire_in_struct_passwd+set}" = set; then 24797if test "${ac_cv_have_pw_expire_in_struct_passwd+set}" = set; then
25722 $as_echo_n "(cached) " >&6 24798 echo $ECHO_N "(cached) $ECHO_C" >&6
25723else 24799else
25724 24800
25725 cat >conftest.$ac_ext <<_ACEOF 24801 cat >conftest.$ac_ext <<_ACEOF
@@ -25745,21 +24821,20 @@ case "(($ac_try" in
25745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25746 *) ac_try_echo=$ac_try;; 24822 *) ac_try_echo=$ac_try;;
25747esac 24823esac
25748eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 24824eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25749$as_echo "$ac_try_echo") >&5
25750 (eval "$ac_compile") 2>conftest.er1 24825 (eval "$ac_compile") 2>conftest.er1
25751 ac_status=$? 24826 ac_status=$?
25752 grep -v '^ *+' conftest.er1 >conftest.err 24827 grep -v '^ *+' conftest.er1 >conftest.err
25753 rm -f conftest.er1 24828 rm -f conftest.er1
25754 cat conftest.err >&5 24829 cat conftest.err >&5
25755 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 24830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25756 (exit $ac_status); } && { 24831 (exit $ac_status); } && {
25757 test -z "$ac_c_werror_flag" || 24832 test -z "$ac_c_werror_flag" ||
25758 test ! -s conftest.err 24833 test ! -s conftest.err
25759 } && test -s conftest.$ac_objext; then 24834 } && test -s conftest.$ac_objext; then
25760 ac_cv_have_pw_expire_in_struct_passwd="yes" 24835 ac_cv_have_pw_expire_in_struct_passwd="yes"
25761else 24836else
25762 $as_echo "$as_me: failed program was:" >&5 24837 echo "$as_me: failed program was:" >&5
25763sed 's/^/| /' conftest.$ac_ext >&5 24838sed 's/^/| /' conftest.$ac_ext >&5
25764 24839
25765 ac_cv_have_pw_expire_in_struct_passwd="no" 24840 ac_cv_have_pw_expire_in_struct_passwd="no"
@@ -25769,8 +24844,8 @@ fi
25769rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24844rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25770 24845
25771fi 24846fi
25772{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_pw_expire_in_struct_passwd" >&5 24847{ echo "$as_me:$LINENO: result: $ac_cv_have_pw_expire_in_struct_passwd" >&5
25773$as_echo "$ac_cv_have_pw_expire_in_struct_passwd" >&6; } 24848echo "${ECHO_T}$ac_cv_have_pw_expire_in_struct_passwd" >&6; }
25774if test "x$ac_cv_have_pw_expire_in_struct_passwd" = "xyes" ; then 24849if test "x$ac_cv_have_pw_expire_in_struct_passwd" = "xyes" ; then
25775 24850
25776cat >>confdefs.h <<\_ACEOF 24851cat >>confdefs.h <<\_ACEOF
@@ -25779,10 +24854,10 @@ _ACEOF
25779 24854
25780fi 24855fi
25781 24856
25782{ $as_echo "$as_me:$LINENO: checking for pw_change field in struct passwd" >&5 24857{ echo "$as_me:$LINENO: checking for pw_change field in struct passwd" >&5
25783$as_echo_n "checking for pw_change field in struct passwd... " >&6; } 24858echo $ECHO_N "checking for pw_change field in struct passwd... $ECHO_C" >&6; }
25784if test "${ac_cv_have_pw_change_in_struct_passwd+set}" = set; then 24859if test "${ac_cv_have_pw_change_in_struct_passwd+set}" = set; then
25785 $as_echo_n "(cached) " >&6 24860 echo $ECHO_N "(cached) $ECHO_C" >&6
25786else 24861else
25787 24862
25788 cat >conftest.$ac_ext <<_ACEOF 24863 cat >conftest.$ac_ext <<_ACEOF
@@ -25808,21 +24883,20 @@ case "(($ac_try" in
25808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25809 *) ac_try_echo=$ac_try;; 24884 *) ac_try_echo=$ac_try;;
25810esac 24885esac
25811eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 24886eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25812$as_echo "$ac_try_echo") >&5
25813 (eval "$ac_compile") 2>conftest.er1 24887 (eval "$ac_compile") 2>conftest.er1
25814 ac_status=$? 24888 ac_status=$?
25815 grep -v '^ *+' conftest.er1 >conftest.err 24889 grep -v '^ *+' conftest.er1 >conftest.err
25816 rm -f conftest.er1 24890 rm -f conftest.er1
25817 cat conftest.err >&5 24891 cat conftest.err >&5
25818 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 24892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25819 (exit $ac_status); } && { 24893 (exit $ac_status); } && {
25820 test -z "$ac_c_werror_flag" || 24894 test -z "$ac_c_werror_flag" ||
25821 test ! -s conftest.err 24895 test ! -s conftest.err
25822 } && test -s conftest.$ac_objext; then 24896 } && test -s conftest.$ac_objext; then
25823 ac_cv_have_pw_change_in_struct_passwd="yes" 24897 ac_cv_have_pw_change_in_struct_passwd="yes"
25824else 24898else
25825 $as_echo "$as_me: failed program was:" >&5 24899 echo "$as_me: failed program was:" >&5
25826sed 's/^/| /' conftest.$ac_ext >&5 24900sed 's/^/| /' conftest.$ac_ext >&5
25827 24901
25828 ac_cv_have_pw_change_in_struct_passwd="no" 24902 ac_cv_have_pw_change_in_struct_passwd="no"
@@ -25832,8 +24906,8 @@ fi
25832rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24906rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25833 24907
25834fi 24908fi
25835{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_pw_change_in_struct_passwd" >&5 24909{ echo "$as_me:$LINENO: result: $ac_cv_have_pw_change_in_struct_passwd" >&5
25836$as_echo "$ac_cv_have_pw_change_in_struct_passwd" >&6; } 24910echo "${ECHO_T}$ac_cv_have_pw_change_in_struct_passwd" >&6; }
25837if test "x$ac_cv_have_pw_change_in_struct_passwd" = "xyes" ; then 24911if test "x$ac_cv_have_pw_change_in_struct_passwd" = "xyes" ; then
25838 24912
25839cat >>confdefs.h <<\_ACEOF 24913cat >>confdefs.h <<\_ACEOF
@@ -25842,10 +24916,10 @@ _ACEOF
25842 24916
25843fi 24917fi
25844 24918
25845{ $as_echo "$as_me:$LINENO: checking for msg_accrights field in struct msghdr" >&5 24919{ echo "$as_me:$LINENO: checking for msg_accrights field in struct msghdr" >&5
25846$as_echo_n "checking for msg_accrights field in struct msghdr... " >&6; } 24920echo $ECHO_N "checking for msg_accrights field in struct msghdr... $ECHO_C" >&6; }
25847if test "${ac_cv_have_accrights_in_msghdr+set}" = set; then 24921if test "${ac_cv_have_accrights_in_msghdr+set}" = set; then
25848 $as_echo_n "(cached) " >&6 24922 echo $ECHO_N "(cached) $ECHO_C" >&6
25849else 24923else
25850 24924
25851 cat >conftest.$ac_ext <<_ACEOF 24925 cat >conftest.$ac_ext <<_ACEOF
@@ -25870,21 +24944,20 @@ case "(($ac_try" in
25870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25871 *) ac_try_echo=$ac_try;; 24945 *) ac_try_echo=$ac_try;;
25872esac 24946esac
25873eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 24947eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25874$as_echo "$ac_try_echo") >&5
25875 (eval "$ac_compile") 2>conftest.er1 24948 (eval "$ac_compile") 2>conftest.er1
25876 ac_status=$? 24949 ac_status=$?
25877 grep -v '^ *+' conftest.er1 >conftest.err 24950 grep -v '^ *+' conftest.er1 >conftest.err
25878 rm -f conftest.er1 24951 rm -f conftest.er1
25879 cat conftest.err >&5 24952 cat conftest.err >&5
25880 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 24953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25881 (exit $ac_status); } && { 24954 (exit $ac_status); } && {
25882 test -z "$ac_c_werror_flag" || 24955 test -z "$ac_c_werror_flag" ||
25883 test ! -s conftest.err 24956 test ! -s conftest.err
25884 } && test -s conftest.$ac_objext; then 24957 } && test -s conftest.$ac_objext; then
25885 ac_cv_have_accrights_in_msghdr="yes" 24958 ac_cv_have_accrights_in_msghdr="yes"
25886else 24959else
25887 $as_echo "$as_me: failed program was:" >&5 24960 echo "$as_me: failed program was:" >&5
25888sed 's/^/| /' conftest.$ac_ext >&5 24961sed 's/^/| /' conftest.$ac_ext >&5
25889 24962
25890 ac_cv_have_accrights_in_msghdr="no" 24963 ac_cv_have_accrights_in_msghdr="no"
@@ -25894,8 +24967,8 @@ fi
25894rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24967rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25895 24968
25896fi 24969fi
25897{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_accrights_in_msghdr" >&5 24970{ echo "$as_me:$LINENO: result: $ac_cv_have_accrights_in_msghdr" >&5
25898$as_echo "$ac_cv_have_accrights_in_msghdr" >&6; } 24971echo "${ECHO_T}$ac_cv_have_accrights_in_msghdr" >&6; }
25899if test "x$ac_cv_have_accrights_in_msghdr" = "xyes" ; then 24972if test "x$ac_cv_have_accrights_in_msghdr" = "xyes" ; then
25900 24973
25901cat >>confdefs.h <<\_ACEOF 24974cat >>confdefs.h <<\_ACEOF
@@ -25904,8 +24977,8 @@ _ACEOF
25904 24977
25905fi 24978fi
25906 24979
25907{ $as_echo "$as_me:$LINENO: checking if struct statvfs.f_fsid is integral type" >&5 24980{ echo "$as_me:$LINENO: checking if struct statvfs.f_fsid is integral type" >&5
25908$as_echo_n "checking if struct statvfs.f_fsid is integral type... " >&6; } 24981echo $ECHO_N "checking if struct statvfs.f_fsid is integral type... $ECHO_C" >&6; }
25909cat >conftest.$ac_ext <<_ACEOF 24982cat >conftest.$ac_ext <<_ACEOF
25910/* confdefs.h. */ 24983/* confdefs.h. */
25911_ACEOF 24984_ACEOF
@@ -25939,29 +25012,28 @@ case "(($ac_try" in
25939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25940 *) ac_try_echo=$ac_try;; 25013 *) ac_try_echo=$ac_try;;
25941esac 25014esac
25942eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25015eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25943$as_echo "$ac_try_echo") >&5
25944 (eval "$ac_compile") 2>conftest.er1 25016 (eval "$ac_compile") 2>conftest.er1
25945 ac_status=$? 25017 ac_status=$?
25946 grep -v '^ *+' conftest.er1 >conftest.err 25018 grep -v '^ *+' conftest.er1 >conftest.err
25947 rm -f conftest.er1 25019 rm -f conftest.er1
25948 cat conftest.err >&5 25020 cat conftest.err >&5
25949 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25950 (exit $ac_status); } && { 25022 (exit $ac_status); } && {
25951 test -z "$ac_c_werror_flag" || 25023 test -z "$ac_c_werror_flag" ||
25952 test ! -s conftest.err 25024 test ! -s conftest.err
25953 } && test -s conftest.$ac_objext; then 25025 } && test -s conftest.$ac_objext; then
25954 { $as_echo "$as_me:$LINENO: result: yes" >&5 25026 { echo "$as_me:$LINENO: result: yes" >&5
25955$as_echo "yes" >&6; } 25027echo "${ECHO_T}yes" >&6; }
25956else 25028else
25957 $as_echo "$as_me: failed program was:" >&5 25029 echo "$as_me: failed program was:" >&5
25958sed 's/^/| /' conftest.$ac_ext >&5 25030sed 's/^/| /' conftest.$ac_ext >&5
25959 25031
25960 { $as_echo "$as_me:$LINENO: result: no" >&5 25032 { echo "$as_me:$LINENO: result: no" >&5
25961$as_echo "no" >&6; } 25033echo "${ECHO_T}no" >&6; }
25962 25034
25963 { $as_echo "$as_me:$LINENO: checking if fsid_t has member val" >&5 25035 { echo "$as_me:$LINENO: checking if fsid_t has member val" >&5
25964$as_echo_n "checking if fsid_t has member val... " >&6; } 25036echo $ECHO_N "checking if fsid_t has member val... $ECHO_C" >&6; }
25965 cat >conftest.$ac_ext <<_ACEOF 25037 cat >conftest.$ac_ext <<_ACEOF
25966/* confdefs.h. */ 25038/* confdefs.h. */
25967_ACEOF 25039_ACEOF
@@ -25985,37 +25057,36 @@ case "(($ac_try" in
25985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25986 *) ac_try_echo=$ac_try;; 25058 *) ac_try_echo=$ac_try;;
25987esac 25059esac
25988eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25060eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25989$as_echo "$ac_try_echo") >&5
25990 (eval "$ac_compile") 2>conftest.er1 25061 (eval "$ac_compile") 2>conftest.er1
25991 ac_status=$? 25062 ac_status=$?
25992 grep -v '^ *+' conftest.er1 >conftest.err 25063 grep -v '^ *+' conftest.er1 >conftest.err
25993 rm -f conftest.er1 25064 rm -f conftest.er1
25994 cat conftest.err >&5 25065 cat conftest.err >&5
25995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25996 (exit $ac_status); } && { 25067 (exit $ac_status); } && {
25997 test -z "$ac_c_werror_flag" || 25068 test -z "$ac_c_werror_flag" ||
25998 test ! -s conftest.err 25069 test ! -s conftest.err
25999 } && test -s conftest.$ac_objext; then 25070 } && test -s conftest.$ac_objext; then
26000 { $as_echo "$as_me:$LINENO: result: yes" >&5 25071 { echo "$as_me:$LINENO: result: yes" >&5
26001$as_echo "yes" >&6; } 25072echo "${ECHO_T}yes" >&6; }
26002 25073
26003cat >>confdefs.h <<\_ACEOF 25074cat >>confdefs.h <<\_ACEOF
26004#define FSID_HAS_VAL 1 25075#define FSID_HAS_VAL 1
26005_ACEOF 25076_ACEOF
26006 25077
26007else 25078else
26008 $as_echo "$as_me: failed program was:" >&5 25079 echo "$as_me: failed program was:" >&5
26009sed 's/^/| /' conftest.$ac_ext >&5 25080sed 's/^/| /' conftest.$ac_ext >&5
26010 25081
26011 { $as_echo "$as_me:$LINENO: result: no" >&5 25082 { echo "$as_me:$LINENO: result: no" >&5
26012$as_echo "no" >&6; } 25083echo "${ECHO_T}no" >&6; }
26013fi 25084fi
26014 25085
26015rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 25086rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26016 25087
26017 { $as_echo "$as_me:$LINENO: checking if f_fsid has member __val" >&5 25088 { echo "$as_me:$LINENO: checking if f_fsid has member __val" >&5
26018$as_echo_n "checking if f_fsid has member __val... " >&6; } 25089echo $ECHO_N "checking if f_fsid has member __val... $ECHO_C" >&6; }
26019 cat >conftest.$ac_ext <<_ACEOF 25090 cat >conftest.$ac_ext <<_ACEOF
26020/* confdefs.h. */ 25091/* confdefs.h. */
26021_ACEOF 25092_ACEOF
@@ -26039,31 +25110,30 @@ case "(($ac_try" in
26039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26040 *) ac_try_echo=$ac_try;; 25111 *) ac_try_echo=$ac_try;;
26041esac 25112esac
26042eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25113eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26043$as_echo "$ac_try_echo") >&5
26044 (eval "$ac_compile") 2>conftest.er1 25114 (eval "$ac_compile") 2>conftest.er1
26045 ac_status=$? 25115 ac_status=$?
26046 grep -v '^ *+' conftest.er1 >conftest.err 25116 grep -v '^ *+' conftest.er1 >conftest.err
26047 rm -f conftest.er1 25117 rm -f conftest.er1
26048 cat conftest.err >&5 25118 cat conftest.err >&5
26049 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26050 (exit $ac_status); } && { 25120 (exit $ac_status); } && {
26051 test -z "$ac_c_werror_flag" || 25121 test -z "$ac_c_werror_flag" ||
26052 test ! -s conftest.err 25122 test ! -s conftest.err
26053 } && test -s conftest.$ac_objext; then 25123 } && test -s conftest.$ac_objext; then
26054 { $as_echo "$as_me:$LINENO: result: yes" >&5 25124 { echo "$as_me:$LINENO: result: yes" >&5
26055$as_echo "yes" >&6; } 25125echo "${ECHO_T}yes" >&6; }
26056 25126
26057cat >>confdefs.h <<\_ACEOF 25127cat >>confdefs.h <<\_ACEOF
26058#define FSID_HAS___VAL 1 25128#define FSID_HAS___VAL 1
26059_ACEOF 25129_ACEOF
26060 25130
26061else 25131else
26062 $as_echo "$as_me: failed program was:" >&5 25132 echo "$as_me: failed program was:" >&5
26063sed 's/^/| /' conftest.$ac_ext >&5 25133sed 's/^/| /' conftest.$ac_ext >&5
26064 25134
26065 { $as_echo "$as_me:$LINENO: result: no" >&5 25135 { echo "$as_me:$LINENO: result: no" >&5
26066$as_echo "no" >&6; } 25136echo "${ECHO_T}no" >&6; }
26067fi 25137fi
26068 25138
26069rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 25139rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
@@ -26072,10 +25142,10 @@ fi
26072 25142
26073rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 25143rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26074 25144
26075{ $as_echo "$as_me:$LINENO: checking for msg_control field in struct msghdr" >&5 25145{ echo "$as_me:$LINENO: checking for msg_control field in struct msghdr" >&5
26076$as_echo_n "checking for msg_control field in struct msghdr... " >&6; } 25146echo $ECHO_N "checking for msg_control field in struct msghdr... $ECHO_C" >&6; }
26077if test "${ac_cv_have_control_in_msghdr+set}" = set; then 25147if test "${ac_cv_have_control_in_msghdr+set}" = set; then
26078 $as_echo_n "(cached) " >&6 25148 echo $ECHO_N "(cached) $ECHO_C" >&6
26079else 25149else
26080 25150
26081 cat >conftest.$ac_ext <<_ACEOF 25151 cat >conftest.$ac_ext <<_ACEOF
@@ -26100,21 +25170,20 @@ case "(($ac_try" in
26100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26101 *) ac_try_echo=$ac_try;; 25171 *) ac_try_echo=$ac_try;;
26102esac 25172esac
26103eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25173eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26104$as_echo "$ac_try_echo") >&5
26105 (eval "$ac_compile") 2>conftest.er1 25174 (eval "$ac_compile") 2>conftest.er1
26106 ac_status=$? 25175 ac_status=$?
26107 grep -v '^ *+' conftest.er1 >conftest.err 25176 grep -v '^ *+' conftest.er1 >conftest.err
26108 rm -f conftest.er1 25177 rm -f conftest.er1
26109 cat conftest.err >&5 25178 cat conftest.err >&5
26110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26111 (exit $ac_status); } && { 25180 (exit $ac_status); } && {
26112 test -z "$ac_c_werror_flag" || 25181 test -z "$ac_c_werror_flag" ||
26113 test ! -s conftest.err 25182 test ! -s conftest.err
26114 } && test -s conftest.$ac_objext; then 25183 } && test -s conftest.$ac_objext; then
26115 ac_cv_have_control_in_msghdr="yes" 25184 ac_cv_have_control_in_msghdr="yes"
26116else 25185else
26117 $as_echo "$as_me: failed program was:" >&5 25186 echo "$as_me: failed program was:" >&5
26118sed 's/^/| /' conftest.$ac_ext >&5 25187sed 's/^/| /' conftest.$ac_ext >&5
26119 25188
26120 ac_cv_have_control_in_msghdr="no" 25189 ac_cv_have_control_in_msghdr="no"
@@ -26124,8 +25193,8 @@ fi
26124rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 25193rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26125 25194
26126fi 25195fi
26127{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_control_in_msghdr" >&5 25196{ echo "$as_me:$LINENO: result: $ac_cv_have_control_in_msghdr" >&5
26128$as_echo "$ac_cv_have_control_in_msghdr" >&6; } 25197echo "${ECHO_T}$ac_cv_have_control_in_msghdr" >&6; }
26129if test "x$ac_cv_have_control_in_msghdr" = "xyes" ; then 25198if test "x$ac_cv_have_control_in_msghdr" = "xyes" ; then
26130 25199
26131cat >>confdefs.h <<\_ACEOF 25200cat >>confdefs.h <<\_ACEOF
@@ -26134,10 +25203,10 @@ _ACEOF
26134 25203
26135fi 25204fi
26136 25205
26137{ $as_echo "$as_me:$LINENO: checking if libc defines __progname" >&5 25206{ echo "$as_me:$LINENO: checking if libc defines __progname" >&5
26138$as_echo_n "checking if libc defines __progname... " >&6; } 25207echo $ECHO_N "checking if libc defines __progname... $ECHO_C" >&6; }
26139if test "${ac_cv_libc_defines___progname+set}" = set; then 25208if test "${ac_cv_libc_defines___progname+set}" = set; then
26140 $as_echo_n "(cached) " >&6 25209 echo $ECHO_N "(cached) $ECHO_C" >&6
26141else 25210else
26142 25211
26143 cat >conftest.$ac_ext <<_ACEOF 25212 cat >conftest.$ac_ext <<_ACEOF
@@ -26161,37 +25230,33 @@ case "(($ac_try" in
26161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26162 *) ac_try_echo=$ac_try;; 25231 *) ac_try_echo=$ac_try;;
26163esac 25232esac
26164eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25233eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26165$as_echo "$ac_try_echo") >&5
26166 (eval "$ac_link") 2>conftest.er1 25234 (eval "$ac_link") 2>conftest.er1
26167 ac_status=$? 25235 ac_status=$?
26168 grep -v '^ *+' conftest.er1 >conftest.err 25236 grep -v '^ *+' conftest.er1 >conftest.err
26169 rm -f conftest.er1 25237 rm -f conftest.er1
26170 cat conftest.err >&5 25238 cat conftest.err >&5
26171 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26172 (exit $ac_status); } && { 25240 (exit $ac_status); } && {
26173 test -z "$ac_c_werror_flag" || 25241 test -z "$ac_c_werror_flag" ||
26174 test ! -s conftest.err 25242 test ! -s conftest.err
26175 } && test -s conftest$ac_exeext && { 25243 } && test -s conftest$ac_exeext &&
26176 test "$cross_compiling" = yes || 25244 $as_test_x conftest$ac_exeext; then
26177 $as_test_x conftest$ac_exeext
26178 }; then
26179 ac_cv_libc_defines___progname="yes" 25245 ac_cv_libc_defines___progname="yes"
26180else 25246else
26181 $as_echo "$as_me: failed program was:" >&5 25247 echo "$as_me: failed program was:" >&5
26182sed 's/^/| /' conftest.$ac_ext >&5 25248sed 's/^/| /' conftest.$ac_ext >&5
26183 25249
26184 ac_cv_libc_defines___progname="no" 25250 ac_cv_libc_defines___progname="no"
26185 25251
26186fi 25252fi
26187 25253
26188rm -rf conftest.dSYM
26189rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25254rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26190 conftest$ac_exeext conftest.$ac_ext 25255 conftest$ac_exeext conftest.$ac_ext
26191 25256
26192fi 25257fi
26193{ $as_echo "$as_me:$LINENO: result: $ac_cv_libc_defines___progname" >&5 25258{ echo "$as_me:$LINENO: result: $ac_cv_libc_defines___progname" >&5
26194$as_echo "$ac_cv_libc_defines___progname" >&6; } 25259echo "${ECHO_T}$ac_cv_libc_defines___progname" >&6; }
26195if test "x$ac_cv_libc_defines___progname" = "xyes" ; then 25260if test "x$ac_cv_libc_defines___progname" = "xyes" ; then
26196 25261
26197cat >>confdefs.h <<\_ACEOF 25262cat >>confdefs.h <<\_ACEOF
@@ -26200,10 +25265,10 @@ _ACEOF
26200 25265
26201fi 25266fi
26202 25267
26203{ $as_echo "$as_me:$LINENO: checking whether $CC implements __FUNCTION__" >&5 25268{ echo "$as_me:$LINENO: checking whether $CC implements __FUNCTION__" >&5
26204$as_echo_n "checking whether $CC implements __FUNCTION__... " >&6; } 25269echo $ECHO_N "checking whether $CC implements __FUNCTION__... $ECHO_C" >&6; }
26205if test "${ac_cv_cc_implements___FUNCTION__+set}" = set; then 25270if test "${ac_cv_cc_implements___FUNCTION__+set}" = set; then
26206 $as_echo_n "(cached) " >&6 25271 echo $ECHO_N "(cached) $ECHO_C" >&6
26207else 25272else
26208 25273
26209 cat >conftest.$ac_ext <<_ACEOF 25274 cat >conftest.$ac_ext <<_ACEOF
@@ -26229,37 +25294,33 @@ case "(($ac_try" in
26229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26230 *) ac_try_echo=$ac_try;; 25295 *) ac_try_echo=$ac_try;;
26231esac 25296esac
26232eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25297eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26233$as_echo "$ac_try_echo") >&5
26234 (eval "$ac_link") 2>conftest.er1 25298 (eval "$ac_link") 2>conftest.er1
26235 ac_status=$? 25299 ac_status=$?
26236 grep -v '^ *+' conftest.er1 >conftest.err 25300 grep -v '^ *+' conftest.er1 >conftest.err
26237 rm -f conftest.er1 25301 rm -f conftest.er1
26238 cat conftest.err >&5 25302 cat conftest.err >&5
26239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26240 (exit $ac_status); } && { 25304 (exit $ac_status); } && {
26241 test -z "$ac_c_werror_flag" || 25305 test -z "$ac_c_werror_flag" ||
26242 test ! -s conftest.err 25306 test ! -s conftest.err
26243 } && test -s conftest$ac_exeext && { 25307 } && test -s conftest$ac_exeext &&
26244 test "$cross_compiling" = yes || 25308 $as_test_x conftest$ac_exeext; then
26245 $as_test_x conftest$ac_exeext
26246 }; then
26247 ac_cv_cc_implements___FUNCTION__="yes" 25309 ac_cv_cc_implements___FUNCTION__="yes"
26248else 25310else
26249 $as_echo "$as_me: failed program was:" >&5 25311 echo "$as_me: failed program was:" >&5
26250sed 's/^/| /' conftest.$ac_ext >&5 25312sed 's/^/| /' conftest.$ac_ext >&5
26251 25313
26252 ac_cv_cc_implements___FUNCTION__="no" 25314 ac_cv_cc_implements___FUNCTION__="no"
26253 25315
26254fi 25316fi
26255 25317
26256rm -rf conftest.dSYM
26257rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25318rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26258 conftest$ac_exeext conftest.$ac_ext 25319 conftest$ac_exeext conftest.$ac_ext
26259 25320
26260fi 25321fi
26261{ $as_echo "$as_me:$LINENO: result: $ac_cv_cc_implements___FUNCTION__" >&5 25322{ echo "$as_me:$LINENO: result: $ac_cv_cc_implements___FUNCTION__" >&5
26262$as_echo "$ac_cv_cc_implements___FUNCTION__" >&6; } 25323echo "${ECHO_T}$ac_cv_cc_implements___FUNCTION__" >&6; }
26263if test "x$ac_cv_cc_implements___FUNCTION__" = "xyes" ; then 25324if test "x$ac_cv_cc_implements___FUNCTION__" = "xyes" ; then
26264 25325
26265cat >>confdefs.h <<\_ACEOF 25326cat >>confdefs.h <<\_ACEOF
@@ -26268,10 +25329,10 @@ _ACEOF
26268 25329
26269fi 25330fi
26270 25331
26271{ $as_echo "$as_me:$LINENO: checking whether $CC implements __func__" >&5 25332{ echo "$as_me:$LINENO: checking whether $CC implements __func__" >&5
26272$as_echo_n "checking whether $CC implements __func__... " >&6; } 25333echo $ECHO_N "checking whether $CC implements __func__... $ECHO_C" >&6; }
26273if test "${ac_cv_cc_implements___func__+set}" = set; then 25334if test "${ac_cv_cc_implements___func__+set}" = set; then
26274 $as_echo_n "(cached) " >&6 25335 echo $ECHO_N "(cached) $ECHO_C" >&6
26275else 25336else
26276 25337
26277 cat >conftest.$ac_ext <<_ACEOF 25338 cat >conftest.$ac_ext <<_ACEOF
@@ -26297,37 +25358,33 @@ case "(($ac_try" in
26297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26298 *) ac_try_echo=$ac_try;; 25359 *) ac_try_echo=$ac_try;;
26299esac 25360esac
26300eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25361eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26301$as_echo "$ac_try_echo") >&5
26302 (eval "$ac_link") 2>conftest.er1 25362 (eval "$ac_link") 2>conftest.er1
26303 ac_status=$? 25363 ac_status=$?
26304 grep -v '^ *+' conftest.er1 >conftest.err 25364 grep -v '^ *+' conftest.er1 >conftest.err
26305 rm -f conftest.er1 25365 rm -f conftest.er1
26306 cat conftest.err >&5 25366 cat conftest.err >&5
26307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26308 (exit $ac_status); } && { 25368 (exit $ac_status); } && {
26309 test -z "$ac_c_werror_flag" || 25369 test -z "$ac_c_werror_flag" ||
26310 test ! -s conftest.err 25370 test ! -s conftest.err
26311 } && test -s conftest$ac_exeext && { 25371 } && test -s conftest$ac_exeext &&
26312 test "$cross_compiling" = yes || 25372 $as_test_x conftest$ac_exeext; then
26313 $as_test_x conftest$ac_exeext
26314 }; then
26315 ac_cv_cc_implements___func__="yes" 25373 ac_cv_cc_implements___func__="yes"
26316else 25374else
26317 $as_echo "$as_me: failed program was:" >&5 25375 echo "$as_me: failed program was:" >&5
26318sed 's/^/| /' conftest.$ac_ext >&5 25376sed 's/^/| /' conftest.$ac_ext >&5
26319 25377
26320 ac_cv_cc_implements___func__="no" 25378 ac_cv_cc_implements___func__="no"
26321 25379
26322fi 25380fi
26323 25381
26324rm -rf conftest.dSYM
26325rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25382rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26326 conftest$ac_exeext conftest.$ac_ext 25383 conftest$ac_exeext conftest.$ac_ext
26327 25384
26328fi 25385fi
26329{ $as_echo "$as_me:$LINENO: result: $ac_cv_cc_implements___func__" >&5 25386{ echo "$as_me:$LINENO: result: $ac_cv_cc_implements___func__" >&5
26330$as_echo "$ac_cv_cc_implements___func__" >&6; } 25387echo "${ECHO_T}$ac_cv_cc_implements___func__" >&6; }
26331if test "x$ac_cv_cc_implements___func__" = "xyes" ; then 25388if test "x$ac_cv_cc_implements___func__" = "xyes" ; then
26332 25389
26333cat >>confdefs.h <<\_ACEOF 25390cat >>confdefs.h <<\_ACEOF
@@ -26336,10 +25393,10 @@ _ACEOF
26336 25393
26337fi 25394fi
26338 25395
26339{ $as_echo "$as_me:$LINENO: checking whether va_copy exists" >&5 25396{ echo "$as_me:$LINENO: checking whether va_copy exists" >&5
26340$as_echo_n "checking whether va_copy exists... " >&6; } 25397echo $ECHO_N "checking whether va_copy exists... $ECHO_C" >&6; }
26341if test "${ac_cv_have_va_copy+set}" = set; then 25398if test "${ac_cv_have_va_copy+set}" = set; then
26342 $as_echo_n "(cached) " >&6 25399 echo $ECHO_N "(cached) $ECHO_C" >&6
26343else 25400else
26344 25401
26345 cat >conftest.$ac_ext <<_ACEOF 25402 cat >conftest.$ac_ext <<_ACEOF
@@ -26364,37 +25421,33 @@ case "(($ac_try" in
26364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26365 *) ac_try_echo=$ac_try;; 25422 *) ac_try_echo=$ac_try;;
26366esac 25423esac
26367eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25424eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26368$as_echo "$ac_try_echo") >&5
26369 (eval "$ac_link") 2>conftest.er1 25425 (eval "$ac_link") 2>conftest.er1
26370 ac_status=$? 25426 ac_status=$?
26371 grep -v '^ *+' conftest.er1 >conftest.err 25427 grep -v '^ *+' conftest.er1 >conftest.err
26372 rm -f conftest.er1 25428 rm -f conftest.er1
26373 cat conftest.err >&5 25429 cat conftest.err >&5
26374 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26375 (exit $ac_status); } && { 25431 (exit $ac_status); } && {
26376 test -z "$ac_c_werror_flag" || 25432 test -z "$ac_c_werror_flag" ||
26377 test ! -s conftest.err 25433 test ! -s conftest.err
26378 } && test -s conftest$ac_exeext && { 25434 } && test -s conftest$ac_exeext &&
26379 test "$cross_compiling" = yes || 25435 $as_test_x conftest$ac_exeext; then
26380 $as_test_x conftest$ac_exeext
26381 }; then
26382 ac_cv_have_va_copy="yes" 25436 ac_cv_have_va_copy="yes"
26383else 25437else
26384 $as_echo "$as_me: failed program was:" >&5 25438 echo "$as_me: failed program was:" >&5
26385sed 's/^/| /' conftest.$ac_ext >&5 25439sed 's/^/| /' conftest.$ac_ext >&5
26386 25440
26387 ac_cv_have_va_copy="no" 25441 ac_cv_have_va_copy="no"
26388 25442
26389fi 25443fi
26390 25444
26391rm -rf conftest.dSYM
26392rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25445rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26393 conftest$ac_exeext conftest.$ac_ext 25446 conftest$ac_exeext conftest.$ac_ext
26394 25447
26395fi 25448fi
26396{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_va_copy" >&5 25449{ echo "$as_me:$LINENO: result: $ac_cv_have_va_copy" >&5
26397$as_echo "$ac_cv_have_va_copy" >&6; } 25450echo "${ECHO_T}$ac_cv_have_va_copy" >&6; }
26398if test "x$ac_cv_have_va_copy" = "xyes" ; then 25451if test "x$ac_cv_have_va_copy" = "xyes" ; then
26399 25452
26400cat >>confdefs.h <<\_ACEOF 25453cat >>confdefs.h <<\_ACEOF
@@ -26403,10 +25456,10 @@ _ACEOF
26403 25456
26404fi 25457fi
26405 25458
26406{ $as_echo "$as_me:$LINENO: checking whether __va_copy exists" >&5 25459{ echo "$as_me:$LINENO: checking whether __va_copy exists" >&5
26407$as_echo_n "checking whether __va_copy exists... " >&6; } 25460echo $ECHO_N "checking whether __va_copy exists... $ECHO_C" >&6; }
26408if test "${ac_cv_have___va_copy+set}" = set; then 25461if test "${ac_cv_have___va_copy+set}" = set; then
26409 $as_echo_n "(cached) " >&6 25462 echo $ECHO_N "(cached) $ECHO_C" >&6
26410else 25463else
26411 25464
26412 cat >conftest.$ac_ext <<_ACEOF 25465 cat >conftest.$ac_ext <<_ACEOF
@@ -26431,37 +25484,33 @@ case "(($ac_try" in
26431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26432 *) ac_try_echo=$ac_try;; 25485 *) ac_try_echo=$ac_try;;
26433esac 25486esac
26434eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25487eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26435$as_echo "$ac_try_echo") >&5
26436 (eval "$ac_link") 2>conftest.er1 25488 (eval "$ac_link") 2>conftest.er1
26437 ac_status=$? 25489 ac_status=$?
26438 grep -v '^ *+' conftest.er1 >conftest.err 25490 grep -v '^ *+' conftest.er1 >conftest.err
26439 rm -f conftest.er1 25491 rm -f conftest.er1
26440 cat conftest.err >&5 25492 cat conftest.err >&5
26441 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26442 (exit $ac_status); } && { 25494 (exit $ac_status); } && {
26443 test -z "$ac_c_werror_flag" || 25495 test -z "$ac_c_werror_flag" ||
26444 test ! -s conftest.err 25496 test ! -s conftest.err
26445 } && test -s conftest$ac_exeext && { 25497 } && test -s conftest$ac_exeext &&
26446 test "$cross_compiling" = yes || 25498 $as_test_x conftest$ac_exeext; then
26447 $as_test_x conftest$ac_exeext
26448 }; then
26449 ac_cv_have___va_copy="yes" 25499 ac_cv_have___va_copy="yes"
26450else 25500else
26451 $as_echo "$as_me: failed program was:" >&5 25501 echo "$as_me: failed program was:" >&5
26452sed 's/^/| /' conftest.$ac_ext >&5 25502sed 's/^/| /' conftest.$ac_ext >&5
26453 25503
26454 ac_cv_have___va_copy="no" 25504 ac_cv_have___va_copy="no"
26455 25505
26456fi 25506fi
26457 25507
26458rm -rf conftest.dSYM
26459rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25508rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26460 conftest$ac_exeext conftest.$ac_ext 25509 conftest$ac_exeext conftest.$ac_ext
26461 25510
26462fi 25511fi
26463{ $as_echo "$as_me:$LINENO: result: $ac_cv_have___va_copy" >&5 25512{ echo "$as_me:$LINENO: result: $ac_cv_have___va_copy" >&5
26464$as_echo "$ac_cv_have___va_copy" >&6; } 25513echo "${ECHO_T}$ac_cv_have___va_copy" >&6; }
26465if test "x$ac_cv_have___va_copy" = "xyes" ; then 25514if test "x$ac_cv_have___va_copy" = "xyes" ; then
26466 25515
26467cat >>confdefs.h <<\_ACEOF 25516cat >>confdefs.h <<\_ACEOF
@@ -26470,10 +25519,10 @@ _ACEOF
26470 25519
26471fi 25520fi
26472 25521
26473{ $as_echo "$as_me:$LINENO: checking whether getopt has optreset support" >&5 25522{ echo "$as_me:$LINENO: checking whether getopt has optreset support" >&5
26474$as_echo_n "checking whether getopt has optreset support... " >&6; } 25523echo $ECHO_N "checking whether getopt has optreset support... $ECHO_C" >&6; }
26475if test "${ac_cv_have_getopt_optreset+set}" = set; then 25524if test "${ac_cv_have_getopt_optreset+set}" = set; then
26476 $as_echo_n "(cached) " >&6 25525 echo $ECHO_N "(cached) $ECHO_C" >&6
26477else 25526else
26478 25527
26479 cat >conftest.$ac_ext <<_ACEOF 25528 cat >conftest.$ac_ext <<_ACEOF
@@ -26499,37 +25548,33 @@ case "(($ac_try" in
26499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26500 *) ac_try_echo=$ac_try;; 25549 *) ac_try_echo=$ac_try;;
26501esac 25550esac
26502eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25551eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26503$as_echo "$ac_try_echo") >&5
26504 (eval "$ac_link") 2>conftest.er1 25552 (eval "$ac_link") 2>conftest.er1
26505 ac_status=$? 25553 ac_status=$?
26506 grep -v '^ *+' conftest.er1 >conftest.err 25554 grep -v '^ *+' conftest.er1 >conftest.err
26507 rm -f conftest.er1 25555 rm -f conftest.er1
26508 cat conftest.err >&5 25556 cat conftest.err >&5
26509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26510 (exit $ac_status); } && { 25558 (exit $ac_status); } && {
26511 test -z "$ac_c_werror_flag" || 25559 test -z "$ac_c_werror_flag" ||
26512 test ! -s conftest.err 25560 test ! -s conftest.err
26513 } && test -s conftest$ac_exeext && { 25561 } && test -s conftest$ac_exeext &&
26514 test "$cross_compiling" = yes || 25562 $as_test_x conftest$ac_exeext; then
26515 $as_test_x conftest$ac_exeext
26516 }; then
26517 ac_cv_have_getopt_optreset="yes" 25563 ac_cv_have_getopt_optreset="yes"
26518else 25564else
26519 $as_echo "$as_me: failed program was:" >&5 25565 echo "$as_me: failed program was:" >&5
26520sed 's/^/| /' conftest.$ac_ext >&5 25566sed 's/^/| /' conftest.$ac_ext >&5
26521 25567
26522 ac_cv_have_getopt_optreset="no" 25568 ac_cv_have_getopt_optreset="no"
26523 25569
26524fi 25570fi
26525 25571
26526rm -rf conftest.dSYM
26527rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25572rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26528 conftest$ac_exeext conftest.$ac_ext 25573 conftest$ac_exeext conftest.$ac_ext
26529 25574
26530fi 25575fi
26531{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_getopt_optreset" >&5 25576{ echo "$as_me:$LINENO: result: $ac_cv_have_getopt_optreset" >&5
26532$as_echo "$ac_cv_have_getopt_optreset" >&6; } 25577echo "${ECHO_T}$ac_cv_have_getopt_optreset" >&6; }
26533if test "x$ac_cv_have_getopt_optreset" = "xyes" ; then 25578if test "x$ac_cv_have_getopt_optreset" = "xyes" ; then
26534 25579
26535cat >>confdefs.h <<\_ACEOF 25580cat >>confdefs.h <<\_ACEOF
@@ -26538,10 +25583,10 @@ _ACEOF
26538 25583
26539fi 25584fi
26540 25585
26541{ $as_echo "$as_me:$LINENO: checking if libc defines sys_errlist" >&5 25586{ echo "$as_me:$LINENO: checking if libc defines sys_errlist" >&5
26542$as_echo_n "checking if libc defines sys_errlist... " >&6; } 25587echo $ECHO_N "checking if libc defines sys_errlist... $ECHO_C" >&6; }
26543if test "${ac_cv_libc_defines_sys_errlist+set}" = set; then 25588if test "${ac_cv_libc_defines_sys_errlist+set}" = set; then
26544 $as_echo_n "(cached) " >&6 25589 echo $ECHO_N "(cached) $ECHO_C" >&6
26545else 25590else
26546 25591
26547 cat >conftest.$ac_ext <<_ACEOF 25592 cat >conftest.$ac_ext <<_ACEOF
@@ -26565,37 +25610,33 @@ case "(($ac_try" in
26565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26566 *) ac_try_echo=$ac_try;; 25611 *) ac_try_echo=$ac_try;;
26567esac 25612esac
26568eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25613eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26569$as_echo "$ac_try_echo") >&5
26570 (eval "$ac_link") 2>conftest.er1 25614 (eval "$ac_link") 2>conftest.er1
26571 ac_status=$? 25615 ac_status=$?
26572 grep -v '^ *+' conftest.er1 >conftest.err 25616 grep -v '^ *+' conftest.er1 >conftest.err
26573 rm -f conftest.er1 25617 rm -f conftest.er1
26574 cat conftest.err >&5 25618 cat conftest.err >&5
26575 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26576 (exit $ac_status); } && { 25620 (exit $ac_status); } && {
26577 test -z "$ac_c_werror_flag" || 25621 test -z "$ac_c_werror_flag" ||
26578 test ! -s conftest.err 25622 test ! -s conftest.err
26579 } && test -s conftest$ac_exeext && { 25623 } && test -s conftest$ac_exeext &&
26580 test "$cross_compiling" = yes || 25624 $as_test_x conftest$ac_exeext; then
26581 $as_test_x conftest$ac_exeext
26582 }; then
26583 ac_cv_libc_defines_sys_errlist="yes" 25625 ac_cv_libc_defines_sys_errlist="yes"
26584else 25626else
26585 $as_echo "$as_me: failed program was:" >&5 25627 echo "$as_me: failed program was:" >&5
26586sed 's/^/| /' conftest.$ac_ext >&5 25628sed 's/^/| /' conftest.$ac_ext >&5
26587 25629
26588 ac_cv_libc_defines_sys_errlist="no" 25630 ac_cv_libc_defines_sys_errlist="no"
26589 25631
26590fi 25632fi
26591 25633
26592rm -rf conftest.dSYM
26593rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25634rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26594 conftest$ac_exeext conftest.$ac_ext 25635 conftest$ac_exeext conftest.$ac_ext
26595 25636
26596fi 25637fi
26597{ $as_echo "$as_me:$LINENO: result: $ac_cv_libc_defines_sys_errlist" >&5 25638{ echo "$as_me:$LINENO: result: $ac_cv_libc_defines_sys_errlist" >&5
26598$as_echo "$ac_cv_libc_defines_sys_errlist" >&6; } 25639echo "${ECHO_T}$ac_cv_libc_defines_sys_errlist" >&6; }
26599if test "x$ac_cv_libc_defines_sys_errlist" = "xyes" ; then 25640if test "x$ac_cv_libc_defines_sys_errlist" = "xyes" ; then
26600 25641
26601cat >>confdefs.h <<\_ACEOF 25642cat >>confdefs.h <<\_ACEOF
@@ -26605,10 +25646,10 @@ _ACEOF
26605fi 25646fi
26606 25647
26607 25648
26608{ $as_echo "$as_me:$LINENO: checking if libc defines sys_nerr" >&5 25649{ echo "$as_me:$LINENO: checking if libc defines sys_nerr" >&5
26609$as_echo_n "checking if libc defines sys_nerr... " >&6; } 25650echo $ECHO_N "checking if libc defines sys_nerr... $ECHO_C" >&6; }
26610if test "${ac_cv_libc_defines_sys_nerr+set}" = set; then 25651if test "${ac_cv_libc_defines_sys_nerr+set}" = set; then
26611 $as_echo_n "(cached) " >&6 25652 echo $ECHO_N "(cached) $ECHO_C" >&6
26612else 25653else
26613 25654
26614 cat >conftest.$ac_ext <<_ACEOF 25655 cat >conftest.$ac_ext <<_ACEOF
@@ -26632,37 +25673,33 @@ case "(($ac_try" in
26632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26633 *) ac_try_echo=$ac_try;; 25674 *) ac_try_echo=$ac_try;;
26634esac 25675esac
26635eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25676eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26636$as_echo "$ac_try_echo") >&5
26637 (eval "$ac_link") 2>conftest.er1 25677 (eval "$ac_link") 2>conftest.er1
26638 ac_status=$? 25678 ac_status=$?
26639 grep -v '^ *+' conftest.er1 >conftest.err 25679 grep -v '^ *+' conftest.er1 >conftest.err
26640 rm -f conftest.er1 25680 rm -f conftest.er1
26641 cat conftest.err >&5 25681 cat conftest.err >&5
26642 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26643 (exit $ac_status); } && { 25683 (exit $ac_status); } && {
26644 test -z "$ac_c_werror_flag" || 25684 test -z "$ac_c_werror_flag" ||
26645 test ! -s conftest.err 25685 test ! -s conftest.err
26646 } && test -s conftest$ac_exeext && { 25686 } && test -s conftest$ac_exeext &&
26647 test "$cross_compiling" = yes || 25687 $as_test_x conftest$ac_exeext; then
26648 $as_test_x conftest$ac_exeext
26649 }; then
26650 ac_cv_libc_defines_sys_nerr="yes" 25688 ac_cv_libc_defines_sys_nerr="yes"
26651else 25689else
26652 $as_echo "$as_me: failed program was:" >&5 25690 echo "$as_me: failed program was:" >&5
26653sed 's/^/| /' conftest.$ac_ext >&5 25691sed 's/^/| /' conftest.$ac_ext >&5
26654 25692
26655 ac_cv_libc_defines_sys_nerr="no" 25693 ac_cv_libc_defines_sys_nerr="no"
26656 25694
26657fi 25695fi
26658 25696
26659rm -rf conftest.dSYM
26660rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25697rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26661 conftest$ac_exeext conftest.$ac_ext 25698 conftest$ac_exeext conftest.$ac_ext
26662 25699
26663fi 25700fi
26664{ $as_echo "$as_me:$LINENO: result: $ac_cv_libc_defines_sys_nerr" >&5 25701{ echo "$as_me:$LINENO: result: $ac_cv_libc_defines_sys_nerr" >&5
26665$as_echo "$ac_cv_libc_defines_sys_nerr" >&6; } 25702echo "${ECHO_T}$ac_cv_libc_defines_sys_nerr" >&6; }
26666if test "x$ac_cv_libc_defines_sys_nerr" = "xyes" ; then 25703if test "x$ac_cv_libc_defines_sys_nerr" = "xyes" ; then
26667 25704
26668cat >>confdefs.h <<\_ACEOF 25705cat >>confdefs.h <<\_ACEOF
@@ -26671,354 +25708,11 @@ _ACEOF
26671 25708
26672fi 25709fi
26673 25710
26674SCARD_MSG="no"
26675# Check whether user wants sectok support
26676
26677# Check whether --with-sectok was given.
26678if test "${with_sectok+set}" = set; then
26679 withval=$with_sectok;
26680 if test "x$withval" != "xno" ; then
26681 if test "x$withval" != "xyes" ; then
26682 CPPFLAGS="$CPPFLAGS -I${withval}"
26683 LDFLAGS="$LDFLAGS -L${withval}"
26684 if test ! -z "$need_dash_r" ; then
26685 LDFLAGS="$LDFLAGS -R${withval}"
26686 fi
26687 if test ! -z "$blibpath" ; then
26688 blibpath="$blibpath:${withval}"
26689 fi
26690 fi
26691
26692for ac_header in sectok.h
26693do
26694as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
26695if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26696 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
26697$as_echo_n "checking for $ac_header... " >&6; }
26698if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26699 $as_echo_n "(cached) " >&6
26700fi
26701ac_res=`eval 'as_val=${'$as_ac_Header'}
26702 $as_echo "$as_val"'`
26703 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
26704$as_echo "$ac_res" >&6; }
26705else
26706 # Is the header compilable?
26707{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
26708$as_echo_n "checking $ac_header usability... " >&6; }
26709cat >conftest.$ac_ext <<_ACEOF
26710/* confdefs.h. */
26711_ACEOF
26712cat confdefs.h >>conftest.$ac_ext
26713cat >>conftest.$ac_ext <<_ACEOF
26714/* end confdefs.h. */
26715$ac_includes_default
26716#include <$ac_header>
26717_ACEOF
26718rm -f conftest.$ac_objext
26719if { (ac_try="$ac_compile"
26720case "(($ac_try" in
26721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26722 *) ac_try_echo=$ac_try;;
26723esac
26724eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26725$as_echo "$ac_try_echo") >&5
26726 (eval "$ac_compile") 2>conftest.er1
26727 ac_status=$?
26728 grep -v '^ *+' conftest.er1 >conftest.err
26729 rm -f conftest.er1
26730 cat conftest.err >&5
26731 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26732 (exit $ac_status); } && {
26733 test -z "$ac_c_werror_flag" ||
26734 test ! -s conftest.err
26735 } && test -s conftest.$ac_objext; then
26736 ac_header_compiler=yes
26737else
26738 $as_echo "$as_me: failed program was:" >&5
26739sed 's/^/| /' conftest.$ac_ext >&5
26740
26741 ac_header_compiler=no
26742fi
26743
26744rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26745{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26746$as_echo "$ac_header_compiler" >&6; }
26747
26748# Is the header present?
26749{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
26750$as_echo_n "checking $ac_header presence... " >&6; }
26751cat >conftest.$ac_ext <<_ACEOF
26752/* confdefs.h. */
26753_ACEOF
26754cat confdefs.h >>conftest.$ac_ext
26755cat >>conftest.$ac_ext <<_ACEOF
26756/* end confdefs.h. */
26757#include <$ac_header>
26758_ACEOF
26759if { (ac_try="$ac_cpp conftest.$ac_ext"
26760case "(($ac_try" in
26761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26762 *) ac_try_echo=$ac_try;;
26763esac
26764eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26765$as_echo "$ac_try_echo") >&5
26766 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26767 ac_status=$?
26768 grep -v '^ *+' conftest.er1 >conftest.err
26769 rm -f conftest.er1
26770 cat conftest.err >&5
26771 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26772 (exit $ac_status); } >/dev/null && {
26773 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
26774 test ! -s conftest.err
26775 }; then
26776 ac_header_preproc=yes
26777else
26778 $as_echo "$as_me: failed program was:" >&5
26779sed 's/^/| /' conftest.$ac_ext >&5
26780
26781 ac_header_preproc=no
26782fi
26783
26784rm -f conftest.err conftest.$ac_ext
26785{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26786$as_echo "$ac_header_preproc" >&6; }
26787
26788# So? What about this header?
26789case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26790 yes:no: )
26791 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
26792$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
26793 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
26794$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
26795 ac_header_preproc=yes
26796 ;;
26797 no:yes:* )
26798 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
26799$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
26800 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
26801$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
26802 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
26803$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
26804 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
26805$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
26806 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
26807$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
26808 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
26809$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
26810 ( cat <<\_ASBOX
26811## ------------------------------------------- ##
26812## Report this to openssh-unix-dev@mindrot.org ##
26813## ------------------------------------------- ##
26814_ASBOX
26815 ) | sed "s/^/$as_me: WARNING: /" >&2
26816 ;;
26817esac
26818{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
26819$as_echo_n "checking for $ac_header... " >&6; }
26820if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26821 $as_echo_n "(cached) " >&6
26822else
26823 eval "$as_ac_Header=\$ac_header_preproc"
26824fi
26825ac_res=`eval 'as_val=${'$as_ac_Header'}
26826 $as_echo "$as_val"'`
26827 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
26828$as_echo "$ac_res" >&6; }
26829
26830fi
26831if test `eval 'as_val=${'$as_ac_Header'}
26832 $as_echo "$as_val"'` = yes; then
26833 cat >>confdefs.h <<_ACEOF
26834#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
26835_ACEOF
26836
26837fi
26838
26839done
26840
26841 if test "$ac_cv_header_sectok_h" != yes; then
26842 { { $as_echo "$as_me:$LINENO: error: Can't find sectok.h" >&5
26843$as_echo "$as_me: error: Can't find sectok.h" >&2;}
26844 { (exit 1); exit 1; }; }
26845 fi
26846
26847{ $as_echo "$as_me:$LINENO: checking for sectok_open in -lsectok" >&5
26848$as_echo_n "checking for sectok_open in -lsectok... " >&6; }
26849if test "${ac_cv_lib_sectok_sectok_open+set}" = set; then
26850 $as_echo_n "(cached) " >&6
26851else
26852 ac_check_lib_save_LIBS=$LIBS
26853LIBS="-lsectok $LIBS"
26854cat >conftest.$ac_ext <<_ACEOF
26855/* confdefs.h. */
26856_ACEOF
26857cat confdefs.h >>conftest.$ac_ext
26858cat >>conftest.$ac_ext <<_ACEOF
26859/* end confdefs.h. */
26860
26861/* Override any GCC internal prototype to avoid an error.
26862 Use char because int might match the return type of a GCC
26863 builtin and then its argument prototype would still apply. */
26864#ifdef __cplusplus
26865extern "C"
26866#endif
26867char sectok_open ();
26868int
26869main ()
26870{
26871return sectok_open ();
26872 ;
26873 return 0;
26874}
26875_ACEOF
26876rm -f conftest.$ac_objext conftest$ac_exeext
26877if { (ac_try="$ac_link"
26878case "(($ac_try" in
26879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26880 *) ac_try_echo=$ac_try;;
26881esac
26882eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26883$as_echo "$ac_try_echo") >&5
26884 (eval "$ac_link") 2>conftest.er1
26885 ac_status=$?
26886 grep -v '^ *+' conftest.er1 >conftest.err
26887 rm -f conftest.er1
26888 cat conftest.err >&5
26889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26890 (exit $ac_status); } && {
26891 test -z "$ac_c_werror_flag" ||
26892 test ! -s conftest.err
26893 } && test -s conftest$ac_exeext && {
26894 test "$cross_compiling" = yes ||
26895 $as_test_x conftest$ac_exeext
26896 }; then
26897 ac_cv_lib_sectok_sectok_open=yes
26898else
26899 $as_echo "$as_me: failed program was:" >&5
26900sed 's/^/| /' conftest.$ac_ext >&5
26901
26902 ac_cv_lib_sectok_sectok_open=no
26903fi
26904
26905rm -rf conftest.dSYM
26906rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26907 conftest$ac_exeext conftest.$ac_ext
26908LIBS=$ac_check_lib_save_LIBS
26909fi
26910{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_sectok_sectok_open" >&5
26911$as_echo "$ac_cv_lib_sectok_sectok_open" >&6; }
26912if test $ac_cv_lib_sectok_sectok_open = yes; then
26913 cat >>confdefs.h <<_ACEOF
26914#define HAVE_LIBSECTOK 1
26915_ACEOF
26916
26917 LIBS="-lsectok $LIBS"
26918
26919fi
26920
26921 if test "$ac_cv_lib_sectok_sectok_open" != yes; then
26922 { { $as_echo "$as_me:$LINENO: error: Can't find libsectok" >&5
26923$as_echo "$as_me: error: Can't find libsectok" >&2;}
26924 { (exit 1); exit 1; }; }
26925 fi
26926
26927cat >>confdefs.h <<\_ACEOF
26928#define SMARTCARD 1
26929_ACEOF
26930
26931
26932cat >>confdefs.h <<\_ACEOF
26933#define USE_SECTOK 1
26934_ACEOF
26935
26936 SCARD_MSG="yes, using sectok"
26937 fi
26938
26939
26940fi
26941
26942
26943# Check whether user wants OpenSC support
26944OPENSC_CONFIG="no"
26945
26946# Check whether --with-opensc was given.
26947if test "${with_opensc+set}" = set; then
26948 withval=$with_opensc;
26949 if test "x$withval" != "xno" ; then
26950 if test "x$withval" != "xyes" ; then
26951 OPENSC_CONFIG=$withval/bin/opensc-config
26952 else
26953 # Extract the first word of "opensc-config", so it can be a program name with args.
26954set dummy opensc-config; ac_word=$2
26955{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
26956$as_echo_n "checking for $ac_word... " >&6; }
26957if test "${ac_cv_path_OPENSC_CONFIG+set}" = set; then
26958 $as_echo_n "(cached) " >&6
26959else
26960 case $OPENSC_CONFIG in
26961 [\\/]* | ?:[\\/]*)
26962 ac_cv_path_OPENSC_CONFIG="$OPENSC_CONFIG" # Let the user override the test with a path.
26963 ;;
26964 *)
26965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26966for as_dir in $PATH
26967do
26968 IFS=$as_save_IFS
26969 test -z "$as_dir" && as_dir=.
26970 for ac_exec_ext in '' $ac_executable_extensions; do
26971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26972 ac_cv_path_OPENSC_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26973 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26974 break 2
26975 fi
26976done
26977done
26978IFS=$as_save_IFS
26979
26980 test -z "$ac_cv_path_OPENSC_CONFIG" && ac_cv_path_OPENSC_CONFIG="no"
26981 ;;
26982esac
26983fi
26984OPENSC_CONFIG=$ac_cv_path_OPENSC_CONFIG
26985if test -n "$OPENSC_CONFIG"; then
26986 { $as_echo "$as_me:$LINENO: result: $OPENSC_CONFIG" >&5
26987$as_echo "$OPENSC_CONFIG" >&6; }
26988else
26989 { $as_echo "$as_me:$LINENO: result: no" >&5
26990$as_echo "no" >&6; }
26991fi
26992
26993
26994 fi
26995 if test "$OPENSC_CONFIG" != "no"; then
26996 LIBOPENSC_CFLAGS=`$OPENSC_CONFIG --cflags`
26997 LIBOPENSC_LIBS=`$OPENSC_CONFIG --libs`
26998 CPPFLAGS="$CPPFLAGS $LIBOPENSC_CFLAGS"
26999 LIBS="$LIBS $LIBOPENSC_LIBS"
27000 cat >>confdefs.h <<\_ACEOF
27001#define SMARTCARD 1
27002_ACEOF
27003
27004
27005cat >>confdefs.h <<\_ACEOF
27006#define USE_OPENSC 1
27007_ACEOF
27008
27009 SCARD_MSG="yes, using OpenSC"
27010 fi
27011 fi
27012
27013
27014fi
27015
27016
27017# Check libraries needed by DNS fingerprint support 25711# Check libraries needed by DNS fingerprint support
27018{ $as_echo "$as_me:$LINENO: checking for library containing getrrsetbyname" >&5 25712{ echo "$as_me:$LINENO: checking for library containing getrrsetbyname" >&5
27019$as_echo_n "checking for library containing getrrsetbyname... " >&6; } 25713echo $ECHO_N "checking for library containing getrrsetbyname... $ECHO_C" >&6; }
27020if test "${ac_cv_search_getrrsetbyname+set}" = set; then 25714if test "${ac_cv_search_getrrsetbyname+set}" = set; then
27021 $as_echo_n "(cached) " >&6 25715 echo $ECHO_N "(cached) $ECHO_C" >&6
27022else 25716else
27023 ac_func_search_save_LIBS=$LIBS 25717 ac_func_search_save_LIBS=$LIBS
27024cat >conftest.$ac_ext <<_ACEOF 25718cat >conftest.$ac_ext <<_ACEOF
@@ -27056,30 +25750,26 @@ case "(($ac_try" in
27056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27057 *) ac_try_echo=$ac_try;; 25751 *) ac_try_echo=$ac_try;;
27058esac 25752esac
27059eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25753eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27060$as_echo "$ac_try_echo") >&5
27061 (eval "$ac_link") 2>conftest.er1 25754 (eval "$ac_link") 2>conftest.er1
27062 ac_status=$? 25755 ac_status=$?
27063 grep -v '^ *+' conftest.er1 >conftest.err 25756 grep -v '^ *+' conftest.er1 >conftest.err
27064 rm -f conftest.er1 25757 rm -f conftest.er1
27065 cat conftest.err >&5 25758 cat conftest.err >&5
27066 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27067 (exit $ac_status); } && { 25760 (exit $ac_status); } && {
27068 test -z "$ac_c_werror_flag" || 25761 test -z "$ac_c_werror_flag" ||
27069 test ! -s conftest.err 25762 test ! -s conftest.err
27070 } && test -s conftest$ac_exeext && { 25763 } && test -s conftest$ac_exeext &&
27071 test "$cross_compiling" = yes || 25764 $as_test_x conftest$ac_exeext; then
27072 $as_test_x conftest$ac_exeext
27073 }; then
27074 ac_cv_search_getrrsetbyname=$ac_res 25765 ac_cv_search_getrrsetbyname=$ac_res
27075else 25766else
27076 $as_echo "$as_me: failed program was:" >&5 25767 echo "$as_me: failed program was:" >&5
27077sed 's/^/| /' conftest.$ac_ext >&5 25768sed 's/^/| /' conftest.$ac_ext >&5
27078 25769
27079 25770
27080fi 25771fi
27081 25772
27082rm -rf conftest.dSYM
27083rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25773rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27084 conftest$ac_exeext 25774 conftest$ac_exeext
27085 if test "${ac_cv_search_getrrsetbyname+set}" = set; then 25775 if test "${ac_cv_search_getrrsetbyname+set}" = set; then
@@ -27094,8 +25784,8 @@ fi
27094rm conftest.$ac_ext 25784rm conftest.$ac_ext
27095LIBS=$ac_func_search_save_LIBS 25785LIBS=$ac_func_search_save_LIBS
27096fi 25786fi
27097{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_getrrsetbyname" >&5 25787{ echo "$as_me:$LINENO: result: $ac_cv_search_getrrsetbyname" >&5
27098$as_echo "$ac_cv_search_getrrsetbyname" >&6; } 25788echo "${ECHO_T}$ac_cv_search_getrrsetbyname" >&6; }
27099ac_res=$ac_cv_search_getrrsetbyname 25789ac_res=$ac_cv_search_getrrsetbyname
27100if test "$ac_res" != no; then 25790if test "$ac_res" != no; then
27101 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 25791 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
@@ -27107,10 +25797,10 @@ _ACEOF
27107else 25797else
27108 25798
27109 # Needed by our getrrsetbyname() 25799 # Needed by our getrrsetbyname()
27110 { $as_echo "$as_me:$LINENO: checking for library containing res_query" >&5 25800 { echo "$as_me:$LINENO: checking for library containing res_query" >&5
27111$as_echo_n "checking for library containing res_query... " >&6; } 25801echo $ECHO_N "checking for library containing res_query... $ECHO_C" >&6; }
27112if test "${ac_cv_search_res_query+set}" = set; then 25802if test "${ac_cv_search_res_query+set}" = set; then
27113 $as_echo_n "(cached) " >&6 25803 echo $ECHO_N "(cached) $ECHO_C" >&6
27114else 25804else
27115 ac_func_search_save_LIBS=$LIBS 25805 ac_func_search_save_LIBS=$LIBS
27116cat >conftest.$ac_ext <<_ACEOF 25806cat >conftest.$ac_ext <<_ACEOF
@@ -27148,30 +25838,26 @@ case "(($ac_try" in
27148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27149 *) ac_try_echo=$ac_try;; 25839 *) ac_try_echo=$ac_try;;
27150esac 25840esac
27151eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25841eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27152$as_echo "$ac_try_echo") >&5
27153 (eval "$ac_link") 2>conftest.er1 25842 (eval "$ac_link") 2>conftest.er1
27154 ac_status=$? 25843 ac_status=$?
27155 grep -v '^ *+' conftest.er1 >conftest.err 25844 grep -v '^ *+' conftest.er1 >conftest.err
27156 rm -f conftest.er1 25845 rm -f conftest.er1
27157 cat conftest.err >&5 25846 cat conftest.err >&5
27158 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27159 (exit $ac_status); } && { 25848 (exit $ac_status); } && {
27160 test -z "$ac_c_werror_flag" || 25849 test -z "$ac_c_werror_flag" ||
27161 test ! -s conftest.err 25850 test ! -s conftest.err
27162 } && test -s conftest$ac_exeext && { 25851 } && test -s conftest$ac_exeext &&
27163 test "$cross_compiling" = yes || 25852 $as_test_x conftest$ac_exeext; then
27164 $as_test_x conftest$ac_exeext
27165 }; then
27166 ac_cv_search_res_query=$ac_res 25853 ac_cv_search_res_query=$ac_res
27167else 25854else
27168 $as_echo "$as_me: failed program was:" >&5 25855 echo "$as_me: failed program was:" >&5
27169sed 's/^/| /' conftest.$ac_ext >&5 25856sed 's/^/| /' conftest.$ac_ext >&5
27170 25857
27171 25858
27172fi 25859fi
27173 25860
27174rm -rf conftest.dSYM
27175rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25861rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27176 conftest$ac_exeext 25862 conftest$ac_exeext
27177 if test "${ac_cv_search_res_query+set}" = set; then 25863 if test "${ac_cv_search_res_query+set}" = set; then
@@ -27186,18 +25872,18 @@ fi
27186rm conftest.$ac_ext 25872rm conftest.$ac_ext
27187LIBS=$ac_func_search_save_LIBS 25873LIBS=$ac_func_search_save_LIBS
27188fi 25874fi
27189{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_res_query" >&5 25875{ echo "$as_me:$LINENO: result: $ac_cv_search_res_query" >&5
27190$as_echo "$ac_cv_search_res_query" >&6; } 25876echo "${ECHO_T}$ac_cv_search_res_query" >&6; }
27191ac_res=$ac_cv_search_res_query 25877ac_res=$ac_cv_search_res_query
27192if test "$ac_res" != no; then 25878if test "$ac_res" != no; then
27193 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 25879 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
27194 25880
27195fi 25881fi
27196 25882
27197 { $as_echo "$as_me:$LINENO: checking for library containing dn_expand" >&5 25883 { echo "$as_me:$LINENO: checking for library containing dn_expand" >&5
27198$as_echo_n "checking for library containing dn_expand... " >&6; } 25884echo $ECHO_N "checking for library containing dn_expand... $ECHO_C" >&6; }
27199if test "${ac_cv_search_dn_expand+set}" = set; then 25885if test "${ac_cv_search_dn_expand+set}" = set; then
27200 $as_echo_n "(cached) " >&6 25886 echo $ECHO_N "(cached) $ECHO_C" >&6
27201else 25887else
27202 ac_func_search_save_LIBS=$LIBS 25888 ac_func_search_save_LIBS=$LIBS
27203cat >conftest.$ac_ext <<_ACEOF 25889cat >conftest.$ac_ext <<_ACEOF
@@ -27235,30 +25921,26 @@ case "(($ac_try" in
27235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27236 *) ac_try_echo=$ac_try;; 25922 *) ac_try_echo=$ac_try;;
27237esac 25923esac
27238eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25924eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27239$as_echo "$ac_try_echo") >&5
27240 (eval "$ac_link") 2>conftest.er1 25925 (eval "$ac_link") 2>conftest.er1
27241 ac_status=$? 25926 ac_status=$?
27242 grep -v '^ *+' conftest.er1 >conftest.err 25927 grep -v '^ *+' conftest.er1 >conftest.err
27243 rm -f conftest.er1 25928 rm -f conftest.er1
27244 cat conftest.err >&5 25929 cat conftest.err >&5
27245 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27246 (exit $ac_status); } && { 25931 (exit $ac_status); } && {
27247 test -z "$ac_c_werror_flag" || 25932 test -z "$ac_c_werror_flag" ||
27248 test ! -s conftest.err 25933 test ! -s conftest.err
27249 } && test -s conftest$ac_exeext && { 25934 } && test -s conftest$ac_exeext &&
27250 test "$cross_compiling" = yes || 25935 $as_test_x conftest$ac_exeext; then
27251 $as_test_x conftest$ac_exeext
27252 }; then
27253 ac_cv_search_dn_expand=$ac_res 25936 ac_cv_search_dn_expand=$ac_res
27254else 25937else
27255 $as_echo "$as_me: failed program was:" >&5 25938 echo "$as_me: failed program was:" >&5
27256sed 's/^/| /' conftest.$ac_ext >&5 25939sed 's/^/| /' conftest.$ac_ext >&5
27257 25940
27258 25941
27259fi 25942fi
27260 25943
27261rm -rf conftest.dSYM
27262rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25944rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27263 conftest$ac_exeext 25945 conftest$ac_exeext
27264 if test "${ac_cv_search_dn_expand+set}" = set; then 25946 if test "${ac_cv_search_dn_expand+set}" = set; then
@@ -27273,16 +25955,16 @@ fi
27273rm conftest.$ac_ext 25955rm conftest.$ac_ext
27274LIBS=$ac_func_search_save_LIBS 25956LIBS=$ac_func_search_save_LIBS
27275fi 25957fi
27276{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_dn_expand" >&5 25958{ echo "$as_me:$LINENO: result: $ac_cv_search_dn_expand" >&5
27277$as_echo "$ac_cv_search_dn_expand" >&6; } 25959echo "${ECHO_T}$ac_cv_search_dn_expand" >&6; }
27278ac_res=$ac_cv_search_dn_expand 25960ac_res=$ac_cv_search_dn_expand
27279if test "$ac_res" != no; then 25961if test "$ac_res" != no; then
27280 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 25962 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
27281 25963
27282fi 25964fi
27283 25965
27284 { $as_echo "$as_me:$LINENO: checking if res_query will link" >&5 25966 { echo "$as_me:$LINENO: checking if res_query will link" >&5
27285$as_echo_n "checking if res_query will link... " >&6; } 25967echo $ECHO_N "checking if res_query will link... $ECHO_C" >&6; }
27286 cat >conftest.$ac_ext <<_ACEOF 25968 cat >conftest.$ac_ext <<_ACEOF
27287 25969
27288#include "confdefs.h" 25970#include "confdefs.h"
@@ -27304,33 +25986,30 @@ case "(($ac_try" in
27304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27305 *) ac_try_echo=$ac_try;; 25987 *) ac_try_echo=$ac_try;;
27306esac 25988esac
27307eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 25989eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27308$as_echo "$ac_try_echo") >&5
27309 (eval "$ac_link") 2>conftest.er1 25990 (eval "$ac_link") 2>conftest.er1
27310 ac_status=$? 25991 ac_status=$?
27311 grep -v '^ *+' conftest.er1 >conftest.err 25992 grep -v '^ *+' conftest.er1 >conftest.err
27312 rm -f conftest.er1 25993 rm -f conftest.er1
27313 cat conftest.err >&5 25994 cat conftest.err >&5
27314 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 25995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27315 (exit $ac_status); } && { 25996 (exit $ac_status); } && {
27316 test -z "$ac_c_werror_flag" || 25997 test -z "$ac_c_werror_flag" ||
27317 test ! -s conftest.err 25998 test ! -s conftest.err
27318 } && test -s conftest$ac_exeext && { 25999 } && test -s conftest$ac_exeext &&
27319 test "$cross_compiling" = yes || 26000 $as_test_x conftest$ac_exeext; then
27320 $as_test_x conftest$ac_exeext 26001 { echo "$as_me:$LINENO: result: yes" >&5
27321 }; then 26002echo "${ECHO_T}yes" >&6; }
27322 { $as_echo "$as_me:$LINENO: result: yes" >&5
27323$as_echo "yes" >&6; }
27324else 26003else
27325 $as_echo "$as_me: failed program was:" >&5 26004 echo "$as_me: failed program was:" >&5
27326sed 's/^/| /' conftest.$ac_ext >&5 26005sed 's/^/| /' conftest.$ac_ext >&5
27327 26006
27328 { $as_echo "$as_me:$LINENO: result: no" >&5 26007 { echo "$as_me:$LINENO: result: no" >&5
27329$as_echo "no" >&6; } 26008echo "${ECHO_T}no" >&6; }
27330 saved_LIBS="$LIBS" 26009 saved_LIBS="$LIBS"
27331 LIBS="$LIBS -lresolv" 26010 LIBS="$LIBS -lresolv"
27332 { $as_echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5 26011 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
27333$as_echo_n "checking for res_query in -lresolv... " >&6; } 26012echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
27334 cat >conftest.$ac_ext <<_ACEOF 26013 cat >conftest.$ac_ext <<_ACEOF
27335 26014
27336#include "confdefs.h" 26015#include "confdefs.h"
@@ -27352,50 +26031,45 @@ case "(($ac_try" in
27352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27353 *) ac_try_echo=$ac_try;; 26032 *) ac_try_echo=$ac_try;;
27354esac 26033esac
27355eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 26034eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27356$as_echo "$ac_try_echo") >&5
27357 (eval "$ac_link") 2>conftest.er1 26035 (eval "$ac_link") 2>conftest.er1
27358 ac_status=$? 26036 ac_status=$?
27359 grep -v '^ *+' conftest.er1 >conftest.err 26037 grep -v '^ *+' conftest.er1 >conftest.err
27360 rm -f conftest.er1 26038 rm -f conftest.er1
27361 cat conftest.err >&5 26039 cat conftest.err >&5
27362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 26040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27363 (exit $ac_status); } && { 26041 (exit $ac_status); } && {
27364 test -z "$ac_c_werror_flag" || 26042 test -z "$ac_c_werror_flag" ||
27365 test ! -s conftest.err 26043 test ! -s conftest.err
27366 } && test -s conftest$ac_exeext && { 26044 } && test -s conftest$ac_exeext &&
27367 test "$cross_compiling" = yes || 26045 $as_test_x conftest$ac_exeext; then
27368 $as_test_x conftest$ac_exeext 26046 { echo "$as_me:$LINENO: result: yes" >&5
27369 }; then 26047echo "${ECHO_T}yes" >&6; }
27370 { $as_echo "$as_me:$LINENO: result: yes" >&5
27371$as_echo "yes" >&6; }
27372else 26048else
27373 $as_echo "$as_me: failed program was:" >&5 26049 echo "$as_me: failed program was:" >&5
27374sed 's/^/| /' conftest.$ac_ext >&5 26050sed 's/^/| /' conftest.$ac_ext >&5
27375 26051
27376 LIBS="$saved_LIBS" 26052 LIBS="$saved_LIBS"
27377 { $as_echo "$as_me:$LINENO: result: no" >&5 26053 { echo "$as_me:$LINENO: result: no" >&5
27378$as_echo "no" >&6; } 26054echo "${ECHO_T}no" >&6; }
27379fi 26055fi
27380 26056
27381rm -rf conftest.dSYM
27382rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26057rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27383 conftest$ac_exeext conftest.$ac_ext 26058 conftest$ac_exeext conftest.$ac_ext
27384 26059
27385fi 26060fi
27386 26061
27387rm -rf conftest.dSYM
27388rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26062rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27389 conftest$ac_exeext conftest.$ac_ext 26063 conftest$ac_exeext conftest.$ac_ext
27390 26064
27391 26065
27392for ac_func in _getshort _getlong 26066for ac_func in _getshort _getlong
27393do 26067do
27394as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 26068as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27395{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 26069{ echo "$as_me:$LINENO: checking for $ac_func" >&5
27396$as_echo_n "checking for $ac_func... " >&6; } 26070echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27397if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 26071if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27398 $as_echo_n "(cached) " >&6 26072 echo $ECHO_N "(cached) $ECHO_C" >&6
27399else 26073else
27400 cat >conftest.$ac_ext <<_ACEOF 26074 cat >conftest.$ac_ext <<_ACEOF
27401/* confdefs.h. */ 26075/* confdefs.h. */
@@ -27448,50 +26122,44 @@ case "(($ac_try" in
27448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27449 *) ac_try_echo=$ac_try;; 26123 *) ac_try_echo=$ac_try;;
27450esac 26124esac
27451eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 26125eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27452$as_echo "$ac_try_echo") >&5
27453 (eval "$ac_link") 2>conftest.er1 26126 (eval "$ac_link") 2>conftest.er1
27454 ac_status=$? 26127 ac_status=$?
27455 grep -v '^ *+' conftest.er1 >conftest.err 26128 grep -v '^ *+' conftest.er1 >conftest.err
27456 rm -f conftest.er1 26129 rm -f conftest.er1
27457 cat conftest.err >&5 26130 cat conftest.err >&5
27458 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 26131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27459 (exit $ac_status); } && { 26132 (exit $ac_status); } && {
27460 test -z "$ac_c_werror_flag" || 26133 test -z "$ac_c_werror_flag" ||
27461 test ! -s conftest.err 26134 test ! -s conftest.err
27462 } && test -s conftest$ac_exeext && { 26135 } && test -s conftest$ac_exeext &&
27463 test "$cross_compiling" = yes || 26136 $as_test_x conftest$ac_exeext; then
27464 $as_test_x conftest$ac_exeext
27465 }; then
27466 eval "$as_ac_var=yes" 26137 eval "$as_ac_var=yes"
27467else 26138else
27468 $as_echo "$as_me: failed program was:" >&5 26139 echo "$as_me: failed program was:" >&5
27469sed 's/^/| /' conftest.$ac_ext >&5 26140sed 's/^/| /' conftest.$ac_ext >&5
27470 26141
27471 eval "$as_ac_var=no" 26142 eval "$as_ac_var=no"
27472fi 26143fi
27473 26144
27474rm -rf conftest.dSYM
27475rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26145rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27476 conftest$ac_exeext conftest.$ac_ext 26146 conftest$ac_exeext conftest.$ac_ext
27477fi 26147fi
27478ac_res=`eval 'as_val=${'$as_ac_var'} 26148ac_res=`eval echo '${'$as_ac_var'}'`
27479 $as_echo "$as_val"'` 26149 { echo "$as_me:$LINENO: result: $ac_res" >&5
27480 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 26150echo "${ECHO_T}$ac_res" >&6; }
27481$as_echo "$ac_res" >&6; } 26151if test `eval echo '${'$as_ac_var'}'` = yes; then
27482if test `eval 'as_val=${'$as_ac_var'}
27483 $as_echo "$as_val"'` = yes; then
27484 cat >>confdefs.h <<_ACEOF 26152 cat >>confdefs.h <<_ACEOF
27485#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 26153#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27486_ACEOF 26154_ACEOF
27487 26155
27488fi 26156fi
27489done 26157done
27490 26158
27491 { $as_echo "$as_me:$LINENO: checking whether _getshort is declared" >&5 26159 { echo "$as_me:$LINENO: checking whether _getshort is declared" >&5
27492$as_echo_n "checking whether _getshort is declared... " >&6; } 26160echo $ECHO_N "checking whether _getshort is declared... $ECHO_C" >&6; }
27493if test "${ac_cv_have_decl__getshort+set}" = set; then 26161if test "${ac_cv_have_decl__getshort+set}" = set; then
27494 $as_echo_n "(cached) " >&6 26162 echo $ECHO_N "(cached) $ECHO_C" >&6
27495else 26163else
27496 cat >conftest.$ac_ext <<_ACEOF 26164 cat >conftest.$ac_ext <<_ACEOF
27497/* confdefs.h. */ 26165/* confdefs.h. */
@@ -27519,21 +26187,20 @@ case "(($ac_try" in
27519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27520 *) ac_try_echo=$ac_try;; 26188 *) ac_try_echo=$ac_try;;
27521esac 26189esac
27522eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 26190eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27523$as_echo "$ac_try_echo") >&5
27524 (eval "$ac_compile") 2>conftest.er1 26191 (eval "$ac_compile") 2>conftest.er1
27525 ac_status=$? 26192 ac_status=$?
27526 grep -v '^ *+' conftest.er1 >conftest.err 26193 grep -v '^ *+' conftest.er1 >conftest.err
27527 rm -f conftest.er1 26194 rm -f conftest.er1
27528 cat conftest.err >&5 26195 cat conftest.err >&5
27529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 26196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27530 (exit $ac_status); } && { 26197 (exit $ac_status); } && {
27531 test -z "$ac_c_werror_flag" || 26198 test -z "$ac_c_werror_flag" ||
27532 test ! -s conftest.err 26199 test ! -s conftest.err
27533 } && test -s conftest.$ac_objext; then 26200 } && test -s conftest.$ac_objext; then
27534 ac_cv_have_decl__getshort=yes 26201 ac_cv_have_decl__getshort=yes
27535else 26202else
27536 $as_echo "$as_me: failed program was:" >&5 26203 echo "$as_me: failed program was:" >&5
27537sed 's/^/| /' conftest.$ac_ext >&5 26204sed 's/^/| /' conftest.$ac_ext >&5
27538 26205
27539 ac_cv_have_decl__getshort=no 26206 ac_cv_have_decl__getshort=no
@@ -27541,8 +26208,8 @@ fi
27541 26208
27542rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 26209rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27543fi 26210fi
27544{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl__getshort" >&5 26211{ echo "$as_me:$LINENO: result: $ac_cv_have_decl__getshort" >&5
27545$as_echo "$ac_cv_have_decl__getshort" >&6; } 26212echo "${ECHO_T}$ac_cv_have_decl__getshort" >&6; }
27546if test $ac_cv_have_decl__getshort = yes; then 26213if test $ac_cv_have_decl__getshort = yes; then
27547 26214
27548cat >>confdefs.h <<_ACEOF 26215cat >>confdefs.h <<_ACEOF
@@ -27557,10 +26224,10 @@ _ACEOF
27557 26224
27558 26225
27559fi 26226fi
27560{ $as_echo "$as_me:$LINENO: checking whether _getlong is declared" >&5 26227{ echo "$as_me:$LINENO: checking whether _getlong is declared" >&5
27561$as_echo_n "checking whether _getlong is declared... " >&6; } 26228echo $ECHO_N "checking whether _getlong is declared... $ECHO_C" >&6; }
27562if test "${ac_cv_have_decl__getlong+set}" = set; then 26229if test "${ac_cv_have_decl__getlong+set}" = set; then
27563 $as_echo_n "(cached) " >&6 26230 echo $ECHO_N "(cached) $ECHO_C" >&6
27564else 26231else
27565 cat >conftest.$ac_ext <<_ACEOF 26232 cat >conftest.$ac_ext <<_ACEOF
27566/* confdefs.h. */ 26233/* confdefs.h. */
@@ -27588,21 +26255,20 @@ case "(($ac_try" in
27588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27589 *) ac_try_echo=$ac_try;; 26256 *) ac_try_echo=$ac_try;;
27590esac 26257esac
27591eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 26258eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27592$as_echo "$ac_try_echo") >&5
27593 (eval "$ac_compile") 2>conftest.er1 26259 (eval "$ac_compile") 2>conftest.er1
27594 ac_status=$? 26260 ac_status=$?
27595 grep -v '^ *+' conftest.er1 >conftest.err 26261 grep -v '^ *+' conftest.er1 >conftest.err
27596 rm -f conftest.er1 26262 rm -f conftest.er1
27597 cat conftest.err >&5 26263 cat conftest.err >&5
27598 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 26264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27599 (exit $ac_status); } && { 26265 (exit $ac_status); } && {
27600 test -z "$ac_c_werror_flag" || 26266 test -z "$ac_c_werror_flag" ||
27601 test ! -s conftest.err 26267 test ! -s conftest.err
27602 } && test -s conftest.$ac_objext; then 26268 } && test -s conftest.$ac_objext; then
27603 ac_cv_have_decl__getlong=yes 26269 ac_cv_have_decl__getlong=yes
27604else 26270else
27605 $as_echo "$as_me: failed program was:" >&5 26271 echo "$as_me: failed program was:" >&5
27606sed 's/^/| /' conftest.$ac_ext >&5 26272sed 's/^/| /' conftest.$ac_ext >&5
27607 26273
27608 ac_cv_have_decl__getlong=no 26274 ac_cv_have_decl__getlong=no
@@ -27610,8 +26276,8 @@ fi
27610 26276
27611rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 26277rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27612fi 26278fi
27613{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl__getlong" >&5 26279{ echo "$as_me:$LINENO: result: $ac_cv_have_decl__getlong" >&5
27614$as_echo "$ac_cv_have_decl__getlong" >&6; } 26280echo "${ECHO_T}$ac_cv_have_decl__getlong" >&6; }
27615if test $ac_cv_have_decl__getlong = yes; then 26281if test $ac_cv_have_decl__getlong = yes; then
27616 26282
27617cat >>confdefs.h <<_ACEOF 26283cat >>confdefs.h <<_ACEOF
@@ -27628,10 +26294,10 @@ _ACEOF
27628fi 26294fi
27629 26295
27630 26296
27631 { $as_echo "$as_me:$LINENO: checking for HEADER.ad" >&5 26297 { echo "$as_me:$LINENO: checking for HEADER.ad" >&5
27632$as_echo_n "checking for HEADER.ad... " >&6; } 26298echo $ECHO_N "checking for HEADER.ad... $ECHO_C" >&6; }
27633if test "${ac_cv_member_HEADER_ad+set}" = set; then 26299if test "${ac_cv_member_HEADER_ad+set}" = set; then
27634 $as_echo_n "(cached) " >&6 26300 echo $ECHO_N "(cached) $ECHO_C" >&6
27635else 26301else
27636 cat >conftest.$ac_ext <<_ACEOF 26302 cat >conftest.$ac_ext <<_ACEOF
27637/* confdefs.h. */ 26303/* confdefs.h. */
@@ -27657,21 +26323,20 @@ case "(($ac_try" in
27657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27658 *) ac_try_echo=$ac_try;; 26324 *) ac_try_echo=$ac_try;;
27659esac 26325esac
27660eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 26326eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27661$as_echo "$ac_try_echo") >&5
27662 (eval "$ac_compile") 2>conftest.er1 26327 (eval "$ac_compile") 2>conftest.er1
27663 ac_status=$? 26328 ac_status=$?
27664 grep -v '^ *+' conftest.er1 >conftest.err 26329 grep -v '^ *+' conftest.er1 >conftest.err
27665 rm -f conftest.er1 26330 rm -f conftest.er1
27666 cat conftest.err >&5 26331 cat conftest.err >&5
27667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 26332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27668 (exit $ac_status); } && { 26333 (exit $ac_status); } && {
27669 test -z "$ac_c_werror_flag" || 26334 test -z "$ac_c_werror_flag" ||
27670 test ! -s conftest.err 26335 test ! -s conftest.err
27671 } && test -s conftest.$ac_objext; then 26336 } && test -s conftest.$ac_objext; then
27672 ac_cv_member_HEADER_ad=yes 26337 ac_cv_member_HEADER_ad=yes
27673else 26338else
27674 $as_echo "$as_me: failed program was:" >&5 26339 echo "$as_me: failed program was:" >&5
27675sed 's/^/| /' conftest.$ac_ext >&5 26340sed 's/^/| /' conftest.$ac_ext >&5
27676 26341
27677 cat >conftest.$ac_ext <<_ACEOF 26342 cat >conftest.$ac_ext <<_ACEOF
@@ -27698,21 +26363,20 @@ case "(($ac_try" in
27698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27699 *) ac_try_echo=$ac_try;; 26364 *) ac_try_echo=$ac_try;;
27700esac 26365esac
27701eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 26366eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27702$as_echo "$ac_try_echo") >&5
27703 (eval "$ac_compile") 2>conftest.er1 26367 (eval "$ac_compile") 2>conftest.er1
27704 ac_status=$? 26368 ac_status=$?
27705 grep -v '^ *+' conftest.er1 >conftest.err 26369 grep -v '^ *+' conftest.er1 >conftest.err
27706 rm -f conftest.er1 26370 rm -f conftest.er1
27707 cat conftest.err >&5 26371 cat conftest.err >&5
27708 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 26372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27709 (exit $ac_status); } && { 26373 (exit $ac_status); } && {
27710 test -z "$ac_c_werror_flag" || 26374 test -z "$ac_c_werror_flag" ||
27711 test ! -s conftest.err 26375 test ! -s conftest.err
27712 } && test -s conftest.$ac_objext; then 26376 } && test -s conftest.$ac_objext; then
27713 ac_cv_member_HEADER_ad=yes 26377 ac_cv_member_HEADER_ad=yes
27714else 26378else
27715 $as_echo "$as_me: failed program was:" >&5 26379 echo "$as_me: failed program was:" >&5
27716sed 's/^/| /' conftest.$ac_ext >&5 26380sed 's/^/| /' conftest.$ac_ext >&5
27717 26381
27718 ac_cv_member_HEADER_ad=no 26382 ac_cv_member_HEADER_ad=no
@@ -27723,8 +26387,8 @@ fi
27723 26387
27724rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 26388rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27725fi 26389fi
27726{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_HEADER_ad" >&5 26390{ echo "$as_me:$LINENO: result: $ac_cv_member_HEADER_ad" >&5
27727$as_echo "$ac_cv_member_HEADER_ad" >&6; } 26391echo "${ECHO_T}$ac_cv_member_HEADER_ad" >&6; }
27728if test $ac_cv_member_HEADER_ad = yes; then 26392if test $ac_cv_member_HEADER_ad = yes; then
27729 26393
27730cat >>confdefs.h <<\_ACEOF 26394cat >>confdefs.h <<\_ACEOF
@@ -27737,8 +26401,8 @@ fi
27737fi 26401fi
27738 26402
27739 26403
27740{ $as_echo "$as_me:$LINENO: checking if struct __res_state _res is an extern" >&5 26404{ echo "$as_me:$LINENO: checking if struct __res_state _res is an extern" >&5
27741$as_echo_n "checking if struct __res_state _res is an extern... " >&6; } 26405echo $ECHO_N "checking if struct __res_state _res is an extern... $ECHO_C" >&6; }
27742cat >conftest.$ac_ext <<_ACEOF 26406cat >conftest.$ac_ext <<_ACEOF
27743 26407
27744#include <stdio.h> 26408#include <stdio.h>
@@ -27758,23 +26422,20 @@ case "(($ac_try" in
27758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27759 *) ac_try_echo=$ac_try;; 26423 *) ac_try_echo=$ac_try;;
27760esac 26424esac
27761eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 26425eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27762$as_echo "$ac_try_echo") >&5
27763 (eval "$ac_link") 2>conftest.er1 26426 (eval "$ac_link") 2>conftest.er1
27764 ac_status=$? 26427 ac_status=$?
27765 grep -v '^ *+' conftest.er1 >conftest.err 26428 grep -v '^ *+' conftest.er1 >conftest.err
27766 rm -f conftest.er1 26429 rm -f conftest.er1
27767 cat conftest.err >&5 26430 cat conftest.err >&5
27768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 26431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27769 (exit $ac_status); } && { 26432 (exit $ac_status); } && {
27770 test -z "$ac_c_werror_flag" || 26433 test -z "$ac_c_werror_flag" ||
27771 test ! -s conftest.err 26434 test ! -s conftest.err
27772 } && test -s conftest$ac_exeext && { 26435 } && test -s conftest$ac_exeext &&
27773 test "$cross_compiling" = yes || 26436 $as_test_x conftest$ac_exeext; then
27774 $as_test_x conftest$ac_exeext 26437 { echo "$as_me:$LINENO: result: yes" >&5
27775 }; then 26438echo "${ECHO_T}yes" >&6; }
27776 { $as_echo "$as_me:$LINENO: result: yes" >&5
27777$as_echo "yes" >&6; }
27778 26439
27779cat >>confdefs.h <<\_ACEOF 26440cat >>confdefs.h <<\_ACEOF
27780#define HAVE__RES_EXTERN 1 26441#define HAVE__RES_EXTERN 1
@@ -27782,15 +26443,14 @@ _ACEOF
27782 26443
27783 26444
27784else 26445else
27785 $as_echo "$as_me: failed program was:" >&5 26446 echo "$as_me: failed program was:" >&5
27786sed 's/^/| /' conftest.$ac_ext >&5 26447sed 's/^/| /' conftest.$ac_ext >&5
27787 26448
27788 { $as_echo "$as_me:$LINENO: result: no" >&5 26449 { echo "$as_me:$LINENO: result: no" >&5
27789$as_echo "no" >&6; } 26450echo "${ECHO_T}no" >&6; }
27790 26451
27791fi 26452fi
27792 26453
27793rm -rf conftest.dSYM
27794rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26454rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27795 conftest$ac_exeext conftest.$ac_ext 26455 conftest$ac_exeext conftest.$ac_ext
27796 26456
@@ -27809,17 +26469,17 @@ _ACEOF
27809 26469
27810 SELINUX_MSG="yes" 26470 SELINUX_MSG="yes"
27811 if test "${ac_cv_header_selinux_selinux_h+set}" = set; then 26471 if test "${ac_cv_header_selinux_selinux_h+set}" = set; then
27812 { $as_echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5 26472 { echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5
27813$as_echo_n "checking for selinux/selinux.h... " >&6; } 26473echo $ECHO_N "checking for selinux/selinux.h... $ECHO_C" >&6; }
27814if test "${ac_cv_header_selinux_selinux_h+set}" = set; then 26474if test "${ac_cv_header_selinux_selinux_h+set}" = set; then
27815 $as_echo_n "(cached) " >&6 26475 echo $ECHO_N "(cached) $ECHO_C" >&6
27816fi 26476fi
27817{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5 26477{ echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5
27818$as_echo "$ac_cv_header_selinux_selinux_h" >&6; } 26478echo "${ECHO_T}$ac_cv_header_selinux_selinux_h" >&6; }
27819else 26479else
27820 # Is the header compilable? 26480 # Is the header compilable?
27821{ $as_echo "$as_me:$LINENO: checking selinux/selinux.h usability" >&5 26481{ echo "$as_me:$LINENO: checking selinux/selinux.h usability" >&5
27822$as_echo_n "checking selinux/selinux.h usability... " >&6; } 26482echo $ECHO_N "checking selinux/selinux.h usability... $ECHO_C" >&6; }
27823cat >conftest.$ac_ext <<_ACEOF 26483cat >conftest.$ac_ext <<_ACEOF
27824/* confdefs.h. */ 26484/* confdefs.h. */
27825_ACEOF 26485_ACEOF
@@ -27835,33 +26495,32 @@ case "(($ac_try" in
27835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27836 *) ac_try_echo=$ac_try;; 26496 *) ac_try_echo=$ac_try;;
27837esac 26497esac
27838eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 26498eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27839$as_echo "$ac_try_echo") >&5
27840 (eval "$ac_compile") 2>conftest.er1 26499 (eval "$ac_compile") 2>conftest.er1
27841 ac_status=$? 26500 ac_status=$?
27842 grep -v '^ *+' conftest.er1 >conftest.err 26501 grep -v '^ *+' conftest.er1 >conftest.err
27843 rm -f conftest.er1 26502 rm -f conftest.er1
27844 cat conftest.err >&5 26503 cat conftest.err >&5
27845 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 26504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27846 (exit $ac_status); } && { 26505 (exit $ac_status); } && {
27847 test -z "$ac_c_werror_flag" || 26506 test -z "$ac_c_werror_flag" ||
27848 test ! -s conftest.err 26507 test ! -s conftest.err
27849 } && test -s conftest.$ac_objext; then 26508 } && test -s conftest.$ac_objext; then
27850 ac_header_compiler=yes 26509 ac_header_compiler=yes
27851else 26510else
27852 $as_echo "$as_me: failed program was:" >&5 26511 echo "$as_me: failed program was:" >&5
27853sed 's/^/| /' conftest.$ac_ext >&5 26512sed 's/^/| /' conftest.$ac_ext >&5
27854 26513
27855 ac_header_compiler=no 26514 ac_header_compiler=no
27856fi 26515fi
27857 26516
27858rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 26517rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27859{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 26518{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27860$as_echo "$ac_header_compiler" >&6; } 26519echo "${ECHO_T}$ac_header_compiler" >&6; }
27861 26520
27862# Is the header present? 26521# Is the header present?
27863{ $as_echo "$as_me:$LINENO: checking selinux/selinux.h presence" >&5 26522{ echo "$as_me:$LINENO: checking selinux/selinux.h presence" >&5
27864$as_echo_n "checking selinux/selinux.h presence... " >&6; } 26523echo $ECHO_N "checking selinux/selinux.h presence... $ECHO_C" >&6; }
27865cat >conftest.$ac_ext <<_ACEOF 26524cat >conftest.$ac_ext <<_ACEOF
27866/* confdefs.h. */ 26525/* confdefs.h. */
27867_ACEOF 26526_ACEOF
@@ -27875,52 +26534,51 @@ case "(($ac_try" in
27875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27876 *) ac_try_echo=$ac_try;; 26535 *) ac_try_echo=$ac_try;;
27877esac 26536esac
27878eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 26537eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27879$as_echo "$ac_try_echo") >&5
27880 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 26538 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
27881 ac_status=$? 26539 ac_status=$?
27882 grep -v '^ *+' conftest.er1 >conftest.err 26540 grep -v '^ *+' conftest.er1 >conftest.err
27883 rm -f conftest.er1 26541 rm -f conftest.er1
27884 cat conftest.err >&5 26542 cat conftest.err >&5
27885 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 26543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27886 (exit $ac_status); } >/dev/null && { 26544 (exit $ac_status); } >/dev/null && {
27887 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 26545 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
27888 test ! -s conftest.err 26546 test ! -s conftest.err
27889 }; then 26547 }; then
27890 ac_header_preproc=yes 26548 ac_header_preproc=yes
27891else 26549else
27892 $as_echo "$as_me: failed program was:" >&5 26550 echo "$as_me: failed program was:" >&5
27893sed 's/^/| /' conftest.$ac_ext >&5 26551sed 's/^/| /' conftest.$ac_ext >&5
27894 26552
27895 ac_header_preproc=no 26553 ac_header_preproc=no
27896fi 26554fi
27897 26555
27898rm -f conftest.err conftest.$ac_ext 26556rm -f conftest.err conftest.$ac_ext
27899{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 26557{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27900$as_echo "$ac_header_preproc" >&6; } 26558echo "${ECHO_T}$ac_header_preproc" >&6; }
27901 26559
27902# So? What about this header? 26560# So? What about this header?
27903case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 26561case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27904 yes:no: ) 26562 yes:no: )
27905 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&5 26563 { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&5
27906$as_echo "$as_me: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 26564echo "$as_me: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
27907 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&5 26565 { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&5
27908$as_echo "$as_me: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&2;} 26566echo "$as_me: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&2;}
27909 ac_header_preproc=yes 26567 ac_header_preproc=yes
27910 ;; 26568 ;;
27911 no:yes:* ) 26569 no:yes:* )
27912 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: present but cannot be compiled" >&5 26570 { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: present but cannot be compiled" >&5
27913$as_echo "$as_me: WARNING: selinux/selinux.h: present but cannot be compiled" >&2;} 26571echo "$as_me: WARNING: selinux/selinux.h: present but cannot be compiled" >&2;}
27914 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&5 26572 { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&5
27915$as_echo "$as_me: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&2;} 26573echo "$as_me: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&2;}
27916 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: see the Autoconf documentation" >&5 26574 { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: see the Autoconf documentation" >&5
27917$as_echo "$as_me: WARNING: selinux/selinux.h: see the Autoconf documentation" >&2;} 26575echo "$as_me: WARNING: selinux/selinux.h: see the Autoconf documentation" >&2;}
27918 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&5 26576 { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&5
27919$as_echo "$as_me: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&2;} 26577echo "$as_me: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&2;}
27920 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&5 26578 { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&5
27921$as_echo "$as_me: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&2;} 26579echo "$as_me: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&2;}
27922 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&5 26580 { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&5
27923$as_echo "$as_me: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&2;} 26581echo "$as_me: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&2;}
27924 ( cat <<\_ASBOX 26582 ( cat <<\_ASBOX
27925## ------------------------------------------- ## 26583## ------------------------------------------- ##
27926## Report this to openssh-unix-dev@mindrot.org ## 26584## Report this to openssh-unix-dev@mindrot.org ##
@@ -27929,30 +26587,30 @@ _ASBOX
27929 ) | sed "s/^/$as_me: WARNING: /" >&2 26587 ) | sed "s/^/$as_me: WARNING: /" >&2
27930 ;; 26588 ;;
27931esac 26589esac
27932{ $as_echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5 26590{ echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5
27933$as_echo_n "checking for selinux/selinux.h... " >&6; } 26591echo $ECHO_N "checking for selinux/selinux.h... $ECHO_C" >&6; }
27934if test "${ac_cv_header_selinux_selinux_h+set}" = set; then 26592if test "${ac_cv_header_selinux_selinux_h+set}" = set; then
27935 $as_echo_n "(cached) " >&6 26593 echo $ECHO_N "(cached) $ECHO_C" >&6
27936else 26594else
27937 ac_cv_header_selinux_selinux_h=$ac_header_preproc 26595 ac_cv_header_selinux_selinux_h=$ac_header_preproc
27938fi 26596fi
27939{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5 26597{ echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5
27940$as_echo "$ac_cv_header_selinux_selinux_h" >&6; } 26598echo "${ECHO_T}$ac_cv_header_selinux_selinux_h" >&6; }
27941 26599
27942fi 26600fi
27943if test $ac_cv_header_selinux_selinux_h = yes; then 26601if test $ac_cv_header_selinux_selinux_h = yes; then
27944 : 26602 :
27945else 26603else
27946 { { $as_echo "$as_me:$LINENO: error: SELinux support requires selinux.h header" >&5 26604 { { echo "$as_me:$LINENO: error: SELinux support requires selinux.h header" >&5
27947$as_echo "$as_me: error: SELinux support requires selinux.h header" >&2;} 26605echo "$as_me: error: SELinux support requires selinux.h header" >&2;}
27948 { (exit 1); exit 1; }; } 26606 { (exit 1); exit 1; }; }
27949fi 26607fi
27950 26608
27951 26609
27952 { $as_echo "$as_me:$LINENO: checking for setexeccon in -lselinux" >&5 26610 { echo "$as_me:$LINENO: checking for setexeccon in -lselinux" >&5
27953$as_echo_n "checking for setexeccon in -lselinux... " >&6; } 26611echo $ECHO_N "checking for setexeccon in -lselinux... $ECHO_C" >&6; }
27954if test "${ac_cv_lib_selinux_setexeccon+set}" = set; then 26612if test "${ac_cv_lib_selinux_setexeccon+set}" = set; then
27955 $as_echo_n "(cached) " >&6 26613 echo $ECHO_N "(cached) $ECHO_C" >&6
27956else 26614else
27957 ac_check_lib_save_LIBS=$LIBS 26615 ac_check_lib_save_LIBS=$LIBS
27958LIBS="-lselinux $LIBS" 26616LIBS="-lselinux $LIBS"
@@ -27984,43 +26642,39 @@ case "(($ac_try" in
27984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27985 *) ac_try_echo=$ac_try;; 26643 *) ac_try_echo=$ac_try;;
27986esac 26644esac
27987eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 26645eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27988$as_echo "$ac_try_echo") >&5
27989 (eval "$ac_link") 2>conftest.er1 26646 (eval "$ac_link") 2>conftest.er1
27990 ac_status=$? 26647 ac_status=$?
27991 grep -v '^ *+' conftest.er1 >conftest.err 26648 grep -v '^ *+' conftest.er1 >conftest.err
27992 rm -f conftest.er1 26649 rm -f conftest.er1
27993 cat conftest.err >&5 26650 cat conftest.err >&5
27994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 26651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27995 (exit $ac_status); } && { 26652 (exit $ac_status); } && {
27996 test -z "$ac_c_werror_flag" || 26653 test -z "$ac_c_werror_flag" ||
27997 test ! -s conftest.err 26654 test ! -s conftest.err
27998 } && test -s conftest$ac_exeext && { 26655 } && test -s conftest$ac_exeext &&
27999 test "$cross_compiling" = yes || 26656 $as_test_x conftest$ac_exeext; then
28000 $as_test_x conftest$ac_exeext
28001 }; then
28002 ac_cv_lib_selinux_setexeccon=yes 26657 ac_cv_lib_selinux_setexeccon=yes
28003else 26658else
28004 $as_echo "$as_me: failed program was:" >&5 26659 echo "$as_me: failed program was:" >&5
28005sed 's/^/| /' conftest.$ac_ext >&5 26660sed 's/^/| /' conftest.$ac_ext >&5
28006 26661
28007 ac_cv_lib_selinux_setexeccon=no 26662 ac_cv_lib_selinux_setexeccon=no
28008fi 26663fi
28009 26664
28010rm -rf conftest.dSYM
28011rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26665rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28012 conftest$ac_exeext conftest.$ac_ext 26666 conftest$ac_exeext conftest.$ac_ext
28013LIBS=$ac_check_lib_save_LIBS 26667LIBS=$ac_check_lib_save_LIBS
28014fi 26668fi
28015{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_selinux_setexeccon" >&5 26669{ echo "$as_me:$LINENO: result: $ac_cv_lib_selinux_setexeccon" >&5
28016$as_echo "$ac_cv_lib_selinux_setexeccon" >&6; } 26670echo "${ECHO_T}$ac_cv_lib_selinux_setexeccon" >&6; }
28017if test $ac_cv_lib_selinux_setexeccon = yes; then 26671if test $ac_cv_lib_selinux_setexeccon = yes; then
28018 LIBSELINUX="-lselinux" 26672 LIBSELINUX="-lselinux"
28019 LIBS="$LIBS -lselinux" 26673 LIBS="$LIBS -lselinux"
28020 26674
28021else 26675else
28022 { { $as_echo "$as_me:$LINENO: error: SELinux support requires libselinux library" >&5 26676 { { echo "$as_me:$LINENO: error: SELinux support requires libselinux library" >&5
28023$as_echo "$as_me: error: SELinux support requires libselinux library" >&2;} 26677echo "$as_me: error: SELinux support requires libselinux library" >&2;}
28024 { (exit 1); exit 1; }; } 26678 { (exit 1); exit 1; }; }
28025fi 26679fi
28026 26680
@@ -28029,11 +26683,11 @@ fi
28029 26683
28030for ac_func in getseuserbyname get_default_context_with_level 26684for ac_func in getseuserbyname get_default_context_with_level
28031do 26685do
28032as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 26686as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28033{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 26687{ echo "$as_me:$LINENO: checking for $ac_func" >&5
28034$as_echo_n "checking for $ac_func... " >&6; } 26688echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
28035if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 26689if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
28036 $as_echo_n "(cached) " >&6 26690 echo $ECHO_N "(cached) $ECHO_C" >&6
28037else 26691else
28038 cat >conftest.$ac_ext <<_ACEOF 26692 cat >conftest.$ac_ext <<_ACEOF
28039/* confdefs.h. */ 26693/* confdefs.h. */
@@ -28086,41 +26740,35 @@ case "(($ac_try" in
28086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28087 *) ac_try_echo=$ac_try;; 26741 *) ac_try_echo=$ac_try;;
28088esac 26742esac
28089eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 26743eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28090$as_echo "$ac_try_echo") >&5
28091 (eval "$ac_link") 2>conftest.er1 26744 (eval "$ac_link") 2>conftest.er1
28092 ac_status=$? 26745 ac_status=$?
28093 grep -v '^ *+' conftest.er1 >conftest.err 26746 grep -v '^ *+' conftest.er1 >conftest.err
28094 rm -f conftest.er1 26747 rm -f conftest.er1
28095 cat conftest.err >&5 26748 cat conftest.err >&5
28096 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 26749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28097 (exit $ac_status); } && { 26750 (exit $ac_status); } && {
28098 test -z "$ac_c_werror_flag" || 26751 test -z "$ac_c_werror_flag" ||
28099 test ! -s conftest.err 26752 test ! -s conftest.err
28100 } && test -s conftest$ac_exeext && { 26753 } && test -s conftest$ac_exeext &&
28101 test "$cross_compiling" = yes || 26754 $as_test_x conftest$ac_exeext; then
28102 $as_test_x conftest$ac_exeext
28103 }; then
28104 eval "$as_ac_var=yes" 26755 eval "$as_ac_var=yes"
28105else 26756else
28106 $as_echo "$as_me: failed program was:" >&5 26757 echo "$as_me: failed program was:" >&5
28107sed 's/^/| /' conftest.$ac_ext >&5 26758sed 's/^/| /' conftest.$ac_ext >&5
28108 26759
28109 eval "$as_ac_var=no" 26760 eval "$as_ac_var=no"
28110fi 26761fi
28111 26762
28112rm -rf conftest.dSYM
28113rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26763rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28114 conftest$ac_exeext conftest.$ac_ext 26764 conftest$ac_exeext conftest.$ac_ext
28115fi 26765fi
28116ac_res=`eval 'as_val=${'$as_ac_var'} 26766ac_res=`eval echo '${'$as_ac_var'}'`
28117 $as_echo "$as_val"'` 26767 { echo "$as_me:$LINENO: result: $ac_res" >&5
28118 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 26768echo "${ECHO_T}$ac_res" >&6; }
28119$as_echo "$ac_res" >&6; } 26769if test `eval echo '${'$as_ac_var'}'` = yes; then
28120if test `eval 'as_val=${'$as_ac_var'}
28121 $as_echo "$as_val"'` = yes; then
28122 cat >>confdefs.h <<_ACEOF 26770 cat >>confdefs.h <<_ACEOF
28123#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 26771#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28124_ACEOF 26772_ACEOF
28125 26773
28126fi 26774fi
@@ -28153,10 +26801,10 @@ _ACEOF
28153 26801
28154 # Extract the first word of "krb5-config", so it can be a program name with args. 26802 # Extract the first word of "krb5-config", so it can be a program name with args.
28155set dummy krb5-config; ac_word=$2 26803set dummy krb5-config; ac_word=$2
28156{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 26804{ echo "$as_me:$LINENO: checking for $ac_word" >&5
28157$as_echo_n "checking for $ac_word... " >&6; } 26805echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
28158if test "${ac_cv_path_KRB5CONF+set}" = set; then 26806if test "${ac_cv_path_KRB5CONF+set}" = set; then
28159 $as_echo_n "(cached) " >&6 26807 echo $ECHO_N "(cached) $ECHO_C" >&6
28160else 26808else
28161 case $KRB5CONF in 26809 case $KRB5CONF in
28162 [\\/]* | ?:[\\/]*) 26810 [\\/]* | ?:[\\/]*)
@@ -28172,7 +26820,7 @@ do
28172 for ac_exec_ext in '' $ac_executable_extensions; do 26820 for ac_exec_ext in '' $ac_executable_extensions; do
28173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 26821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28174 ac_cv_path_KRB5CONF="$as_dir/$ac_word$ac_exec_ext" 26822 ac_cv_path_KRB5CONF="$as_dir/$ac_word$ac_exec_ext"
28175 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 26823 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28176 break 2 26824 break 2
28177 fi 26825 fi
28178done 26826done
@@ -28185,21 +26833,21 @@ esac
28185fi 26833fi
28186KRB5CONF=$ac_cv_path_KRB5CONF 26834KRB5CONF=$ac_cv_path_KRB5CONF
28187if test -n "$KRB5CONF"; then 26835if test -n "$KRB5CONF"; then
28188 { $as_echo "$as_me:$LINENO: result: $KRB5CONF" >&5 26836 { echo "$as_me:$LINENO: result: $KRB5CONF" >&5
28189$as_echo "$KRB5CONF" >&6; } 26837echo "${ECHO_T}$KRB5CONF" >&6; }
28190else 26838else
28191 { $as_echo "$as_me:$LINENO: result: no" >&5 26839 { echo "$as_me:$LINENO: result: no" >&5
28192$as_echo "no" >&6; } 26840echo "${ECHO_T}no" >&6; }
28193fi 26841fi
28194 26842
28195 26843
28196 if test -x $KRB5CONF ; then 26844 if test -x $KRB5CONF ; then
28197 26845
28198 { $as_echo "$as_me:$LINENO: checking for gssapi support" >&5 26846 { echo "$as_me:$LINENO: checking for gssapi support" >&5
28199$as_echo_n "checking for gssapi support... " >&6; } 26847echo $ECHO_N "checking for gssapi support... $ECHO_C" >&6; }
28200 if $KRB5CONF | grep gssapi >/dev/null ; then 26848 if $KRB5CONF | grep gssapi >/dev/null ; then
28201 { $as_echo "$as_me:$LINENO: result: yes" >&5 26849 { echo "$as_me:$LINENO: result: yes" >&5
28202$as_echo "yes" >&6; } 26850echo "${ECHO_T}yes" >&6; }
28203 26851
28204cat >>confdefs.h <<\_ACEOF 26852cat >>confdefs.h <<\_ACEOF
28205#define GSSAPI 1 26853#define GSSAPI 1
@@ -28207,15 +26855,15 @@ _ACEOF
28207 26855
28208 k5confopts=gssapi 26856 k5confopts=gssapi
28209 else 26857 else
28210 { $as_echo "$as_me:$LINENO: result: no" >&5 26858 { echo "$as_me:$LINENO: result: no" >&5
28211$as_echo "no" >&6; } 26859echo "${ECHO_T}no" >&6; }
28212 k5confopts="" 26860 k5confopts=""
28213 fi 26861 fi
28214 K5CFLAGS="`$KRB5CONF --cflags $k5confopts`" 26862 K5CFLAGS="`$KRB5CONF --cflags $k5confopts`"
28215 K5LIBS="`$KRB5CONF --libs $k5confopts`" 26863 K5LIBS="`$KRB5CONF --libs $k5confopts`"
28216 CPPFLAGS="$CPPFLAGS $K5CFLAGS" 26864 CPPFLAGS="$CPPFLAGS $K5CFLAGS"
28217 { $as_echo "$as_me:$LINENO: checking whether we are using Heimdal" >&5 26865 { echo "$as_me:$LINENO: checking whether we are using Heimdal" >&5
28218$as_echo_n "checking whether we are using Heimdal... " >&6; } 26866echo $ECHO_N "checking whether we are using Heimdal... $ECHO_C" >&6; }
28219 cat >conftest.$ac_ext <<_ACEOF 26867 cat >conftest.$ac_ext <<_ACEOF
28220/* confdefs.h. */ 26868/* confdefs.h. */
28221_ACEOF 26869_ACEOF
@@ -28237,31 +26885,30 @@ case "(($ac_try" in
28237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28238 *) ac_try_echo=$ac_try;; 26886 *) ac_try_echo=$ac_try;;
28239esac 26887esac
28240eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 26888eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28241$as_echo "$ac_try_echo") >&5
28242 (eval "$ac_compile") 2>conftest.er1 26889 (eval "$ac_compile") 2>conftest.er1
28243 ac_status=$? 26890 ac_status=$?
28244 grep -v '^ *+' conftest.er1 >conftest.err 26891 grep -v '^ *+' conftest.er1 >conftest.err
28245 rm -f conftest.er1 26892 rm -f conftest.er1
28246 cat conftest.err >&5 26893 cat conftest.err >&5
28247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 26894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28248 (exit $ac_status); } && { 26895 (exit $ac_status); } && {
28249 test -z "$ac_c_werror_flag" || 26896 test -z "$ac_c_werror_flag" ||
28250 test ! -s conftest.err 26897 test ! -s conftest.err
28251 } && test -s conftest.$ac_objext; then 26898 } && test -s conftest.$ac_objext; then
28252 { $as_echo "$as_me:$LINENO: result: yes" >&5 26899 { echo "$as_me:$LINENO: result: yes" >&5
28253$as_echo "yes" >&6; } 26900echo "${ECHO_T}yes" >&6; }
28254 26901
28255cat >>confdefs.h <<\_ACEOF 26902cat >>confdefs.h <<\_ACEOF
28256#define HEIMDAL 1 26903#define HEIMDAL 1
28257_ACEOF 26904_ACEOF
28258 26905
28259else 26906else
28260 $as_echo "$as_me: failed program was:" >&5 26907 echo "$as_me: failed program was:" >&5
28261sed 's/^/| /' conftest.$ac_ext >&5 26908sed 's/^/| /' conftest.$ac_ext >&5
28262 26909
28263 { $as_echo "$as_me:$LINENO: result: no" >&5 26910 { echo "$as_me:$LINENO: result: no" >&5
28264$as_echo "no" >&6; } 26911echo "${ECHO_T}no" >&6; }
28265 26912
28266fi 26913fi
28267 26914
@@ -28269,8 +26916,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28269 else 26916 else
28270 CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include" 26917 CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include"
28271 LDFLAGS="$LDFLAGS -L${KRB5ROOT}/lib" 26918 LDFLAGS="$LDFLAGS -L${KRB5ROOT}/lib"
28272 { $as_echo "$as_me:$LINENO: checking whether we are using Heimdal" >&5 26919 { echo "$as_me:$LINENO: checking whether we are using Heimdal" >&5
28273$as_echo_n "checking whether we are using Heimdal... " >&6; } 26920echo $ECHO_N "checking whether we are using Heimdal... $ECHO_C" >&6; }
28274 cat >conftest.$ac_ext <<_ACEOF 26921 cat >conftest.$ac_ext <<_ACEOF
28275/* confdefs.h. */ 26922/* confdefs.h. */
28276_ACEOF 26923_ACEOF
@@ -28292,30 +26939,29 @@ case "(($ac_try" in
28292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28293 *) ac_try_echo=$ac_try;; 26940 *) ac_try_echo=$ac_try;;
28294esac 26941esac
28295eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 26942eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28296$as_echo "$ac_try_echo") >&5
28297 (eval "$ac_compile") 2>conftest.er1 26943 (eval "$ac_compile") 2>conftest.er1
28298 ac_status=$? 26944 ac_status=$?
28299 grep -v '^ *+' conftest.er1 >conftest.err 26945 grep -v '^ *+' conftest.er1 >conftest.err
28300 rm -f conftest.er1 26946 rm -f conftest.er1
28301 cat conftest.err >&5 26947 cat conftest.err >&5
28302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 26948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28303 (exit $ac_status); } && { 26949 (exit $ac_status); } && {
28304 test -z "$ac_c_werror_flag" || 26950 test -z "$ac_c_werror_flag" ||
28305 test ! -s conftest.err 26951 test ! -s conftest.err
28306 } && test -s conftest.$ac_objext; then 26952 } && test -s conftest.$ac_objext; then
28307 { $as_echo "$as_me:$LINENO: result: yes" >&5 26953 { echo "$as_me:$LINENO: result: yes" >&5
28308$as_echo "yes" >&6; } 26954echo "${ECHO_T}yes" >&6; }
28309 cat >>confdefs.h <<\_ACEOF 26955 cat >>confdefs.h <<\_ACEOF
28310#define HEIMDAL 1 26956#define HEIMDAL 1
28311_ACEOF 26957_ACEOF
28312 26958
28313 K5LIBS="-lkrb5 -ldes" 26959 K5LIBS="-lkrb5 -ldes"
28314 K5LIBS="$K5LIBS -lcom_err -lasn1" 26960 K5LIBS="$K5LIBS -lcom_err -lasn1"
28315 { $as_echo "$as_me:$LINENO: checking for net_write in -lroken" >&5 26961 { echo "$as_me:$LINENO: checking for net_write in -lroken" >&5
28316$as_echo_n "checking for net_write in -lroken... " >&6; } 26962echo $ECHO_N "checking for net_write in -lroken... $ECHO_C" >&6; }
28317if test "${ac_cv_lib_roken_net_write+set}" = set; then 26963if test "${ac_cv_lib_roken_net_write+set}" = set; then
28318 $as_echo_n "(cached) " >&6 26964 echo $ECHO_N "(cached) $ECHO_C" >&6
28319else 26965else
28320 ac_check_lib_save_LIBS=$LIBS 26966 ac_check_lib_save_LIBS=$LIBS
28321LIBS="-lroken $LIBS" 26967LIBS="-lroken $LIBS"
@@ -28347,57 +26993,53 @@ case "(($ac_try" in
28347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28348 *) ac_try_echo=$ac_try;; 26994 *) ac_try_echo=$ac_try;;
28349esac 26995esac
28350eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 26996eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28351$as_echo "$ac_try_echo") >&5
28352 (eval "$ac_link") 2>conftest.er1 26997 (eval "$ac_link") 2>conftest.er1
28353 ac_status=$? 26998 ac_status=$?
28354 grep -v '^ *+' conftest.er1 >conftest.err 26999 grep -v '^ *+' conftest.er1 >conftest.err
28355 rm -f conftest.er1 27000 rm -f conftest.er1
28356 cat conftest.err >&5 27001 cat conftest.err >&5
28357 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 27002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28358 (exit $ac_status); } && { 27003 (exit $ac_status); } && {
28359 test -z "$ac_c_werror_flag" || 27004 test -z "$ac_c_werror_flag" ||
28360 test ! -s conftest.err 27005 test ! -s conftest.err
28361 } && test -s conftest$ac_exeext && { 27006 } && test -s conftest$ac_exeext &&
28362 test "$cross_compiling" = yes || 27007 $as_test_x conftest$ac_exeext; then
28363 $as_test_x conftest$ac_exeext
28364 }; then
28365 ac_cv_lib_roken_net_write=yes 27008 ac_cv_lib_roken_net_write=yes
28366else 27009else
28367 $as_echo "$as_me: failed program was:" >&5 27010 echo "$as_me: failed program was:" >&5
28368sed 's/^/| /' conftest.$ac_ext >&5 27011sed 's/^/| /' conftest.$ac_ext >&5
28369 27012
28370 ac_cv_lib_roken_net_write=no 27013 ac_cv_lib_roken_net_write=no
28371fi 27014fi
28372 27015
28373rm -rf conftest.dSYM
28374rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 27016rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28375 conftest$ac_exeext conftest.$ac_ext 27017 conftest$ac_exeext conftest.$ac_ext
28376LIBS=$ac_check_lib_save_LIBS 27018LIBS=$ac_check_lib_save_LIBS
28377fi 27019fi
28378{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_roken_net_write" >&5 27020{ echo "$as_me:$LINENO: result: $ac_cv_lib_roken_net_write" >&5
28379$as_echo "$ac_cv_lib_roken_net_write" >&6; } 27021echo "${ECHO_T}$ac_cv_lib_roken_net_write" >&6; }
28380if test $ac_cv_lib_roken_net_write = yes; then 27022if test $ac_cv_lib_roken_net_write = yes; then
28381 K5LIBS="$K5LIBS -lroken" 27023 K5LIBS="$K5LIBS -lroken"
28382fi 27024fi
28383 27025
28384 27026
28385else 27027else
28386 $as_echo "$as_me: failed program was:" >&5 27028 echo "$as_me: failed program was:" >&5
28387sed 's/^/| /' conftest.$ac_ext >&5 27029sed 's/^/| /' conftest.$ac_ext >&5
28388 27030
28389 { $as_echo "$as_me:$LINENO: result: no" >&5 27031 { echo "$as_me:$LINENO: result: no" >&5
28390$as_echo "no" >&6; } 27032echo "${ECHO_T}no" >&6; }
28391 K5LIBS="-lkrb5 -lk5crypto -lcom_err" 27033 K5LIBS="-lkrb5 -lk5crypto -lcom_err"
28392 27034
28393 27035
28394fi 27036fi
28395 27037
28396rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27038rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28397 { $as_echo "$as_me:$LINENO: checking for library containing dn_expand" >&5 27039 { echo "$as_me:$LINENO: checking for library containing dn_expand" >&5
28398$as_echo_n "checking for library containing dn_expand... " >&6; } 27040echo $ECHO_N "checking for library containing dn_expand... $ECHO_C" >&6; }
28399if test "${ac_cv_search_dn_expand+set}" = set; then 27041if test "${ac_cv_search_dn_expand+set}" = set; then
28400 $as_echo_n "(cached) " >&6 27042 echo $ECHO_N "(cached) $ECHO_C" >&6
28401else 27043else
28402 ac_func_search_save_LIBS=$LIBS 27044 ac_func_search_save_LIBS=$LIBS
28403cat >conftest.$ac_ext <<_ACEOF 27045cat >conftest.$ac_ext <<_ACEOF
@@ -28435,30 +27077,26 @@ case "(($ac_try" in
28435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28436 *) ac_try_echo=$ac_try;; 27078 *) ac_try_echo=$ac_try;;
28437esac 27079esac
28438eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 27080eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28439$as_echo "$ac_try_echo") >&5
28440 (eval "$ac_link") 2>conftest.er1 27081 (eval "$ac_link") 2>conftest.er1
28441 ac_status=$? 27082 ac_status=$?
28442 grep -v '^ *+' conftest.er1 >conftest.err 27083 grep -v '^ *+' conftest.er1 >conftest.err
28443 rm -f conftest.er1 27084 rm -f conftest.er1
28444 cat conftest.err >&5 27085 cat conftest.err >&5
28445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 27086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28446 (exit $ac_status); } && { 27087 (exit $ac_status); } && {
28447 test -z "$ac_c_werror_flag" || 27088 test -z "$ac_c_werror_flag" ||
28448 test ! -s conftest.err 27089 test ! -s conftest.err
28449 } && test -s conftest$ac_exeext && { 27090 } && test -s conftest$ac_exeext &&
28450 test "$cross_compiling" = yes || 27091 $as_test_x conftest$ac_exeext; then
28451 $as_test_x conftest$ac_exeext
28452 }; then
28453 ac_cv_search_dn_expand=$ac_res 27092 ac_cv_search_dn_expand=$ac_res
28454else 27093else
28455 $as_echo "$as_me: failed program was:" >&5 27094 echo "$as_me: failed program was:" >&5
28456sed 's/^/| /' conftest.$ac_ext >&5 27095sed 's/^/| /' conftest.$ac_ext >&5
28457 27096
28458 27097
28459fi 27098fi
28460 27099
28461rm -rf conftest.dSYM
28462rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 27100rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28463 conftest$ac_exeext 27101 conftest$ac_exeext
28464 if test "${ac_cv_search_dn_expand+set}" = set; then 27102 if test "${ac_cv_search_dn_expand+set}" = set; then
@@ -28473,8 +27111,8 @@ fi
28473rm conftest.$ac_ext 27111rm conftest.$ac_ext
28474LIBS=$ac_func_search_save_LIBS 27112LIBS=$ac_func_search_save_LIBS
28475fi 27113fi
28476{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_dn_expand" >&5 27114{ echo "$as_me:$LINENO: result: $ac_cv_search_dn_expand" >&5
28477$as_echo "$ac_cv_search_dn_expand" >&6; } 27115echo "${ECHO_T}$ac_cv_search_dn_expand" >&6; }
28478ac_res=$ac_cv_search_dn_expand 27116ac_res=$ac_cv_search_dn_expand
28479if test "$ac_res" != no; then 27117if test "$ac_res" != no; then
28480 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 27118 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
@@ -28482,10 +27120,10 @@ if test "$ac_res" != no; then
28482fi 27120fi
28483 27121
28484 27122
28485 { $as_echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi_krb5" >&5 27123 { echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi_krb5" >&5
28486$as_echo_n "checking for gss_init_sec_context in -lgssapi_krb5... " >&6; } 27124echo $ECHO_N "checking for gss_init_sec_context in -lgssapi_krb5... $ECHO_C" >&6; }
28487if test "${ac_cv_lib_gssapi_krb5_gss_init_sec_context+set}" = set; then 27125if test "${ac_cv_lib_gssapi_krb5_gss_init_sec_context+set}" = set; then
28488 $as_echo_n "(cached) " >&6 27126 echo $ECHO_N "(cached) $ECHO_C" >&6
28489else 27127else
28490 ac_check_lib_save_LIBS=$LIBS 27128 ac_check_lib_save_LIBS=$LIBS
28491LIBS="-lgssapi_krb5 $K5LIBS $LIBS" 27129LIBS="-lgssapi_krb5 $K5LIBS $LIBS"
@@ -28517,36 +27155,32 @@ case "(($ac_try" in
28517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28518 *) ac_try_echo=$ac_try;; 27156 *) ac_try_echo=$ac_try;;
28519esac 27157esac
28520eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 27158eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28521$as_echo "$ac_try_echo") >&5
28522 (eval "$ac_link") 2>conftest.er1 27159 (eval "$ac_link") 2>conftest.er1
28523 ac_status=$? 27160 ac_status=$?
28524 grep -v '^ *+' conftest.er1 >conftest.err 27161 grep -v '^ *+' conftest.er1 >conftest.err
28525 rm -f conftest.er1 27162 rm -f conftest.er1
28526 cat conftest.err >&5 27163 cat conftest.err >&5
28527 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 27164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28528 (exit $ac_status); } && { 27165 (exit $ac_status); } && {
28529 test -z "$ac_c_werror_flag" || 27166 test -z "$ac_c_werror_flag" ||
28530 test ! -s conftest.err 27167 test ! -s conftest.err
28531 } && test -s conftest$ac_exeext && { 27168 } && test -s conftest$ac_exeext &&
28532 test "$cross_compiling" = yes || 27169 $as_test_x conftest$ac_exeext; then
28533 $as_test_x conftest$ac_exeext
28534 }; then
28535 ac_cv_lib_gssapi_krb5_gss_init_sec_context=yes 27170 ac_cv_lib_gssapi_krb5_gss_init_sec_context=yes
28536else 27171else
28537 $as_echo "$as_me: failed program was:" >&5 27172 echo "$as_me: failed program was:" >&5
28538sed 's/^/| /' conftest.$ac_ext >&5 27173sed 's/^/| /' conftest.$ac_ext >&5
28539 27174
28540 ac_cv_lib_gssapi_krb5_gss_init_sec_context=no 27175 ac_cv_lib_gssapi_krb5_gss_init_sec_context=no
28541fi 27176fi
28542 27177
28543rm -rf conftest.dSYM
28544rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 27178rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28545 conftest$ac_exeext conftest.$ac_ext 27179 conftest$ac_exeext conftest.$ac_ext
28546LIBS=$ac_check_lib_save_LIBS 27180LIBS=$ac_check_lib_save_LIBS
28547fi 27181fi
28548{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&5 27182{ echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&5
28549$as_echo "$ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&6; } 27183echo "${ECHO_T}$ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&6; }
28550if test $ac_cv_lib_gssapi_krb5_gss_init_sec_context = yes; then 27184if test $ac_cv_lib_gssapi_krb5_gss_init_sec_context = yes; then
28551 cat >>confdefs.h <<\_ACEOF 27185 cat >>confdefs.h <<\_ACEOF
28552#define GSSAPI 1 27186#define GSSAPI 1
@@ -28554,10 +27188,10 @@ _ACEOF
28554 27188
28555 K5LIBS="-lgssapi_krb5 $K5LIBS" 27189 K5LIBS="-lgssapi_krb5 $K5LIBS"
28556else 27190else
28557 { $as_echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi" >&5 27191 { echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi" >&5
28558$as_echo_n "checking for gss_init_sec_context in -lgssapi... " >&6; } 27192echo $ECHO_N "checking for gss_init_sec_context in -lgssapi... $ECHO_C" >&6; }
28559if test "${ac_cv_lib_gssapi_gss_init_sec_context+set}" = set; then 27193if test "${ac_cv_lib_gssapi_gss_init_sec_context+set}" = set; then
28560 $as_echo_n "(cached) " >&6 27194 echo $ECHO_N "(cached) $ECHO_C" >&6
28561else 27195else
28562 ac_check_lib_save_LIBS=$LIBS 27196 ac_check_lib_save_LIBS=$LIBS
28563LIBS="-lgssapi $K5LIBS $LIBS" 27197LIBS="-lgssapi $K5LIBS $LIBS"
@@ -28589,36 +27223,32 @@ case "(($ac_try" in
28589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28590 *) ac_try_echo=$ac_try;; 27224 *) ac_try_echo=$ac_try;;
28591esac 27225esac
28592eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 27226eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28593$as_echo "$ac_try_echo") >&5
28594 (eval "$ac_link") 2>conftest.er1 27227 (eval "$ac_link") 2>conftest.er1
28595 ac_status=$? 27228 ac_status=$?
28596 grep -v '^ *+' conftest.er1 >conftest.err 27229 grep -v '^ *+' conftest.er1 >conftest.err
28597 rm -f conftest.er1 27230 rm -f conftest.er1
28598 cat conftest.err >&5 27231 cat conftest.err >&5
28599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 27232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28600 (exit $ac_status); } && { 27233 (exit $ac_status); } && {
28601 test -z "$ac_c_werror_flag" || 27234 test -z "$ac_c_werror_flag" ||
28602 test ! -s conftest.err 27235 test ! -s conftest.err
28603 } && test -s conftest$ac_exeext && { 27236 } && test -s conftest$ac_exeext &&
28604 test "$cross_compiling" = yes || 27237 $as_test_x conftest$ac_exeext; then
28605 $as_test_x conftest$ac_exeext
28606 }; then
28607 ac_cv_lib_gssapi_gss_init_sec_context=yes 27238 ac_cv_lib_gssapi_gss_init_sec_context=yes
28608else 27239else
28609 $as_echo "$as_me: failed program was:" >&5 27240 echo "$as_me: failed program was:" >&5
28610sed 's/^/| /' conftest.$ac_ext >&5 27241sed 's/^/| /' conftest.$ac_ext >&5
28611 27242
28612 ac_cv_lib_gssapi_gss_init_sec_context=no 27243 ac_cv_lib_gssapi_gss_init_sec_context=no
28613fi 27244fi
28614 27245
28615rm -rf conftest.dSYM
28616rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 27246rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28617 conftest$ac_exeext conftest.$ac_ext 27247 conftest$ac_exeext conftest.$ac_ext
28618LIBS=$ac_check_lib_save_LIBS 27248LIBS=$ac_check_lib_save_LIBS
28619fi 27249fi
28620{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_gss_init_sec_context" >&5 27250{ echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_gss_init_sec_context" >&5
28621$as_echo "$ac_cv_lib_gssapi_gss_init_sec_context" >&6; } 27251echo "${ECHO_T}$ac_cv_lib_gssapi_gss_init_sec_context" >&6; }
28622if test $ac_cv_lib_gssapi_gss_init_sec_context = yes; then 27252if test $ac_cv_lib_gssapi_gss_init_sec_context = yes; then
28623 cat >>confdefs.h <<\_ACEOF 27253 cat >>confdefs.h <<\_ACEOF
28624#define GSSAPI 1 27254#define GSSAPI 1
@@ -28626,8 +27256,8 @@ _ACEOF
28626 27256
28627 K5LIBS="-lgssapi $K5LIBS" 27257 K5LIBS="-lgssapi $K5LIBS"
28628else 27258else
28629 { $as_echo "$as_me:$LINENO: WARNING: Cannot find any suitable gss-api library - build may fail" >&5 27259 { echo "$as_me:$LINENO: WARNING: Cannot find any suitable gss-api library - build may fail" >&5
28630$as_echo "$as_me: WARNING: Cannot find any suitable gss-api library - build may fail" >&2;} 27260echo "$as_me: WARNING: Cannot find any suitable gss-api library - build may fail" >&2;}
28631fi 27261fi
28632 27262
28633 27263
@@ -28635,17 +27265,17 @@ fi
28635 27265
28636 27266
28637 if test "${ac_cv_header_gssapi_h+set}" = set; then 27267 if test "${ac_cv_header_gssapi_h+set}" = set; then
28638 { $as_echo "$as_me:$LINENO: checking for gssapi.h" >&5 27268 { echo "$as_me:$LINENO: checking for gssapi.h" >&5
28639$as_echo_n "checking for gssapi.h... " >&6; } 27269echo $ECHO_N "checking for gssapi.h... $ECHO_C" >&6; }
28640if test "${ac_cv_header_gssapi_h+set}" = set; then 27270if test "${ac_cv_header_gssapi_h+set}" = set; then
28641 $as_echo_n "(cached) " >&6 27271 echo $ECHO_N "(cached) $ECHO_C" >&6
28642fi 27272fi
28643{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_h" >&5 27273{ echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_h" >&5
28644$as_echo "$ac_cv_header_gssapi_h" >&6; } 27274echo "${ECHO_T}$ac_cv_header_gssapi_h" >&6; }
28645else 27275else
28646 # Is the header compilable? 27276 # Is the header compilable?
28647{ $as_echo "$as_me:$LINENO: checking gssapi.h usability" >&5 27277{ echo "$as_me:$LINENO: checking gssapi.h usability" >&5
28648$as_echo_n "checking gssapi.h usability... " >&6; } 27278echo $ECHO_N "checking gssapi.h usability... $ECHO_C" >&6; }
28649cat >conftest.$ac_ext <<_ACEOF 27279cat >conftest.$ac_ext <<_ACEOF
28650/* confdefs.h. */ 27280/* confdefs.h. */
28651_ACEOF 27281_ACEOF
@@ -28661,33 +27291,32 @@ case "(($ac_try" in
28661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28662 *) ac_try_echo=$ac_try;; 27292 *) ac_try_echo=$ac_try;;
28663esac 27293esac
28664eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 27294eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28665$as_echo "$ac_try_echo") >&5
28666 (eval "$ac_compile") 2>conftest.er1 27295 (eval "$ac_compile") 2>conftest.er1
28667 ac_status=$? 27296 ac_status=$?
28668 grep -v '^ *+' conftest.er1 >conftest.err 27297 grep -v '^ *+' conftest.er1 >conftest.err
28669 rm -f conftest.er1 27298 rm -f conftest.er1
28670 cat conftest.err >&5 27299 cat conftest.err >&5
28671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 27300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28672 (exit $ac_status); } && { 27301 (exit $ac_status); } && {
28673 test -z "$ac_c_werror_flag" || 27302 test -z "$ac_c_werror_flag" ||
28674 test ! -s conftest.err 27303 test ! -s conftest.err
28675 } && test -s conftest.$ac_objext; then 27304 } && test -s conftest.$ac_objext; then
28676 ac_header_compiler=yes 27305 ac_header_compiler=yes
28677else 27306else
28678 $as_echo "$as_me: failed program was:" >&5 27307 echo "$as_me: failed program was:" >&5
28679sed 's/^/| /' conftest.$ac_ext >&5 27308sed 's/^/| /' conftest.$ac_ext >&5
28680 27309
28681 ac_header_compiler=no 27310 ac_header_compiler=no
28682fi 27311fi
28683 27312
28684rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27313rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28685{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 27314{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28686$as_echo "$ac_header_compiler" >&6; } 27315echo "${ECHO_T}$ac_header_compiler" >&6; }
28687 27316
28688# Is the header present? 27317# Is the header present?
28689{ $as_echo "$as_me:$LINENO: checking gssapi.h presence" >&5 27318{ echo "$as_me:$LINENO: checking gssapi.h presence" >&5
28690$as_echo_n "checking gssapi.h presence... " >&6; } 27319echo $ECHO_N "checking gssapi.h presence... $ECHO_C" >&6; }
28691cat >conftest.$ac_ext <<_ACEOF 27320cat >conftest.$ac_ext <<_ACEOF
28692/* confdefs.h. */ 27321/* confdefs.h. */
28693_ACEOF 27322_ACEOF
@@ -28701,52 +27330,51 @@ case "(($ac_try" in
28701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28702 *) ac_try_echo=$ac_try;; 27331 *) ac_try_echo=$ac_try;;
28703esac 27332esac
28704eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 27333eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28705$as_echo "$ac_try_echo") >&5
28706 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 27334 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
28707 ac_status=$? 27335 ac_status=$?
28708 grep -v '^ *+' conftest.er1 >conftest.err 27336 grep -v '^ *+' conftest.er1 >conftest.err
28709 rm -f conftest.er1 27337 rm -f conftest.er1
28710 cat conftest.err >&5 27338 cat conftest.err >&5
28711 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 27339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28712 (exit $ac_status); } >/dev/null && { 27340 (exit $ac_status); } >/dev/null && {
28713 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 27341 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
28714 test ! -s conftest.err 27342 test ! -s conftest.err
28715 }; then 27343 }; then
28716 ac_header_preproc=yes 27344 ac_header_preproc=yes
28717else 27345else
28718 $as_echo "$as_me: failed program was:" >&5 27346 echo "$as_me: failed program was:" >&5
28719sed 's/^/| /' conftest.$ac_ext >&5 27347sed 's/^/| /' conftest.$ac_ext >&5
28720 27348
28721 ac_header_preproc=no 27349 ac_header_preproc=no
28722fi 27350fi
28723 27351
28724rm -f conftest.err conftest.$ac_ext 27352rm -f conftest.err conftest.$ac_ext
28725{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 27353{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28726$as_echo "$ac_header_preproc" >&6; } 27354echo "${ECHO_T}$ac_header_preproc" >&6; }
28727 27355
28728# So? What about this header? 27356# So? What about this header?
28729case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 27357case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28730 yes:no: ) 27358 yes:no: )
28731 { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: accepted by the compiler, rejected by the preprocessor!" >&5 27359 { echo "$as_me:$LINENO: WARNING: gssapi.h: accepted by the compiler, rejected by the preprocessor!" >&5
28732$as_echo "$as_me: WARNING: gssapi.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 27360echo "$as_me: WARNING: gssapi.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28733 { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: proceeding with the compiler's result" >&5 27361 { echo "$as_me:$LINENO: WARNING: gssapi.h: proceeding with the compiler's result" >&5
28734$as_echo "$as_me: WARNING: gssapi.h: proceeding with the compiler's result" >&2;} 27362echo "$as_me: WARNING: gssapi.h: proceeding with the compiler's result" >&2;}
28735 ac_header_preproc=yes 27363 ac_header_preproc=yes
28736 ;; 27364 ;;
28737 no:yes:* ) 27365 no:yes:* )
28738 { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: present but cannot be compiled" >&5 27366 { echo "$as_me:$LINENO: WARNING: gssapi.h: present but cannot be compiled" >&5
28739$as_echo "$as_me: WARNING: gssapi.h: present but cannot be compiled" >&2;} 27367echo "$as_me: WARNING: gssapi.h: present but cannot be compiled" >&2;}
28740 { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: check for missing prerequisite headers?" >&5 27368 { echo "$as_me:$LINENO: WARNING: gssapi.h: check for missing prerequisite headers?" >&5
28741$as_echo "$as_me: WARNING: gssapi.h: check for missing prerequisite headers?" >&2;} 27369echo "$as_me: WARNING: gssapi.h: check for missing prerequisite headers?" >&2;}
28742 { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: see the Autoconf documentation" >&5 27370 { echo "$as_me:$LINENO: WARNING: gssapi.h: see the Autoconf documentation" >&5
28743$as_echo "$as_me: WARNING: gssapi.h: see the Autoconf documentation" >&2;} 27371echo "$as_me: WARNING: gssapi.h: see the Autoconf documentation" >&2;}
28744 { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: section \"Present But Cannot Be Compiled\"" >&5 27372 { echo "$as_me:$LINENO: WARNING: gssapi.h: section \"Present But Cannot Be Compiled\"" >&5
28745$as_echo "$as_me: WARNING: gssapi.h: section \"Present But Cannot Be Compiled\"" >&2;} 27373echo "$as_me: WARNING: gssapi.h: section \"Present But Cannot Be Compiled\"" >&2;}
28746 { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: proceeding with the preprocessor's result" >&5 27374 { echo "$as_me:$LINENO: WARNING: gssapi.h: proceeding with the preprocessor's result" >&5
28747$as_echo "$as_me: WARNING: gssapi.h: proceeding with the preprocessor's result" >&2;} 27375echo "$as_me: WARNING: gssapi.h: proceeding with the preprocessor's result" >&2;}
28748 { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: in the future, the compiler will take precedence" >&5 27376 { echo "$as_me:$LINENO: WARNING: gssapi.h: in the future, the compiler will take precedence" >&5
28749$as_echo "$as_me: WARNING: gssapi.h: in the future, the compiler will take precedence" >&2;} 27377echo "$as_me: WARNING: gssapi.h: in the future, the compiler will take precedence" >&2;}
28750 ( cat <<\_ASBOX 27378 ( cat <<\_ASBOX
28751## ------------------------------------------- ## 27379## ------------------------------------------- ##
28752## Report this to openssh-unix-dev@mindrot.org ## 27380## Report this to openssh-unix-dev@mindrot.org ##
@@ -28755,15 +27383,15 @@ _ASBOX
28755 ) | sed "s/^/$as_me: WARNING: /" >&2 27383 ) | sed "s/^/$as_me: WARNING: /" >&2
28756 ;; 27384 ;;
28757esac 27385esac
28758{ $as_echo "$as_me:$LINENO: checking for gssapi.h" >&5 27386{ echo "$as_me:$LINENO: checking for gssapi.h" >&5
28759$as_echo_n "checking for gssapi.h... " >&6; } 27387echo $ECHO_N "checking for gssapi.h... $ECHO_C" >&6; }
28760if test "${ac_cv_header_gssapi_h+set}" = set; then 27388if test "${ac_cv_header_gssapi_h+set}" = set; then
28761 $as_echo_n "(cached) " >&6 27389 echo $ECHO_N "(cached) $ECHO_C" >&6
28762else 27390else
28763 ac_cv_header_gssapi_h=$ac_header_preproc 27391 ac_cv_header_gssapi_h=$ac_header_preproc
28764fi 27392fi
28765{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_h" >&5 27393{ echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_h" >&5
28766$as_echo "$ac_cv_header_gssapi_h" >&6; } 27394echo "${ECHO_T}$ac_cv_header_gssapi_h" >&6; }
28767 27395
28768fi 27396fi
28769if test $ac_cv_header_gssapi_h = yes; then 27397if test $ac_cv_header_gssapi_h = yes; then
@@ -28774,21 +27402,20 @@ else
28774 27402
28775for ac_header in gssapi.h 27403for ac_header in gssapi.h
28776do 27404do
28777as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 27405as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28778if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27406if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
28779 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 27407 { echo "$as_me:$LINENO: checking for $ac_header" >&5
28780$as_echo_n "checking for $ac_header... " >&6; } 27408echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
28781if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27409if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
28782 $as_echo_n "(cached) " >&6 27410 echo $ECHO_N "(cached) $ECHO_C" >&6
28783fi 27411fi
28784ac_res=`eval 'as_val=${'$as_ac_Header'} 27412ac_res=`eval echo '${'$as_ac_Header'}'`
28785 $as_echo "$as_val"'` 27413 { echo "$as_me:$LINENO: result: $ac_res" >&5
28786 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 27414echo "${ECHO_T}$ac_res" >&6; }
28787$as_echo "$ac_res" >&6; }
28788else 27415else
28789 # Is the header compilable? 27416 # Is the header compilable?
28790{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 27417{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
28791$as_echo_n "checking $ac_header usability... " >&6; } 27418echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
28792cat >conftest.$ac_ext <<_ACEOF 27419cat >conftest.$ac_ext <<_ACEOF
28793/* confdefs.h. */ 27420/* confdefs.h. */
28794_ACEOF 27421_ACEOF
@@ -28804,33 +27431,32 @@ case "(($ac_try" in
28804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28805 *) ac_try_echo=$ac_try;; 27432 *) ac_try_echo=$ac_try;;
28806esac 27433esac
28807eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 27434eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28808$as_echo "$ac_try_echo") >&5
28809 (eval "$ac_compile") 2>conftest.er1 27435 (eval "$ac_compile") 2>conftest.er1
28810 ac_status=$? 27436 ac_status=$?
28811 grep -v '^ *+' conftest.er1 >conftest.err 27437 grep -v '^ *+' conftest.er1 >conftest.err
28812 rm -f conftest.er1 27438 rm -f conftest.er1
28813 cat conftest.err >&5 27439 cat conftest.err >&5
28814 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 27440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28815 (exit $ac_status); } && { 27441 (exit $ac_status); } && {
28816 test -z "$ac_c_werror_flag" || 27442 test -z "$ac_c_werror_flag" ||
28817 test ! -s conftest.err 27443 test ! -s conftest.err
28818 } && test -s conftest.$ac_objext; then 27444 } && test -s conftest.$ac_objext; then
28819 ac_header_compiler=yes 27445 ac_header_compiler=yes
28820else 27446else
28821 $as_echo "$as_me: failed program was:" >&5 27447 echo "$as_me: failed program was:" >&5
28822sed 's/^/| /' conftest.$ac_ext >&5 27448sed 's/^/| /' conftest.$ac_ext >&5
28823 27449
28824 ac_header_compiler=no 27450 ac_header_compiler=no
28825fi 27451fi
28826 27452
28827rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27453rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28828{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 27454{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28829$as_echo "$ac_header_compiler" >&6; } 27455echo "${ECHO_T}$ac_header_compiler" >&6; }
28830 27456
28831# Is the header present? 27457# Is the header present?
28832{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 27458{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
28833$as_echo_n "checking $ac_header presence... " >&6; } 27459echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
28834cat >conftest.$ac_ext <<_ACEOF 27460cat >conftest.$ac_ext <<_ACEOF
28835/* confdefs.h. */ 27461/* confdefs.h. */
28836_ACEOF 27462_ACEOF
@@ -28844,52 +27470,51 @@ case "(($ac_try" in
28844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28845 *) ac_try_echo=$ac_try;; 27471 *) ac_try_echo=$ac_try;;
28846esac 27472esac
28847eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 27473eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28848$as_echo "$ac_try_echo") >&5
28849 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 27474 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
28850 ac_status=$? 27475 ac_status=$?
28851 grep -v '^ *+' conftest.er1 >conftest.err 27476 grep -v '^ *+' conftest.er1 >conftest.err
28852 rm -f conftest.er1 27477 rm -f conftest.er1
28853 cat conftest.err >&5 27478 cat conftest.err >&5
28854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 27479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28855 (exit $ac_status); } >/dev/null && { 27480 (exit $ac_status); } >/dev/null && {
28856 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 27481 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
28857 test ! -s conftest.err 27482 test ! -s conftest.err
28858 }; then 27483 }; then
28859 ac_header_preproc=yes 27484 ac_header_preproc=yes
28860else 27485else
28861 $as_echo "$as_me: failed program was:" >&5 27486 echo "$as_me: failed program was:" >&5
28862sed 's/^/| /' conftest.$ac_ext >&5 27487sed 's/^/| /' conftest.$ac_ext >&5
28863 27488
28864 ac_header_preproc=no 27489 ac_header_preproc=no
28865fi 27490fi
28866 27491
28867rm -f conftest.err conftest.$ac_ext 27492rm -f conftest.err conftest.$ac_ext
28868{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 27493{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28869$as_echo "$ac_header_preproc" >&6; } 27494echo "${ECHO_T}$ac_header_preproc" >&6; }
28870 27495
28871# So? What about this header? 27496# So? What about this header?
28872case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 27497case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28873 yes:no: ) 27498 yes:no: )
28874 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 27499 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
28875$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 27500echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
28876 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 27501 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
28877$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 27502echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
28878 ac_header_preproc=yes 27503 ac_header_preproc=yes
28879 ;; 27504 ;;
28880 no:yes:* ) 27505 no:yes:* )
28881 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 27506 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
28882$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 27507echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
28883 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 27508 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
28884$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 27509echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
28885 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 27510 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
28886$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 27511echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
28887 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 27512 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
28888$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 27513echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
28889 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 27514 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28890$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 27515echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
28891 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 27516 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
28892$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 27517echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
28893 ( cat <<\_ASBOX 27518 ( cat <<\_ASBOX
28894## ------------------------------------------- ## 27519## ------------------------------------------- ##
28895## Report this to openssh-unix-dev@mindrot.org ## 27520## Report this to openssh-unix-dev@mindrot.org ##
@@ -28898,28 +27523,26 @@ _ASBOX
28898 ) | sed "s/^/$as_me: WARNING: /" >&2 27523 ) | sed "s/^/$as_me: WARNING: /" >&2
28899 ;; 27524 ;;
28900esac 27525esac
28901{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 27526{ echo "$as_me:$LINENO: checking for $ac_header" >&5
28902$as_echo_n "checking for $ac_header... " >&6; } 27527echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
28903if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27528if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
28904 $as_echo_n "(cached) " >&6 27529 echo $ECHO_N "(cached) $ECHO_C" >&6
28905else 27530else
28906 eval "$as_ac_Header=\$ac_header_preproc" 27531 eval "$as_ac_Header=\$ac_header_preproc"
28907fi 27532fi
28908ac_res=`eval 'as_val=${'$as_ac_Header'} 27533ac_res=`eval echo '${'$as_ac_Header'}'`
28909 $as_echo "$as_val"'` 27534 { echo "$as_me:$LINENO: result: $ac_res" >&5
28910 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 27535echo "${ECHO_T}$ac_res" >&6; }
28911$as_echo "$ac_res" >&6; }
28912 27536
28913fi 27537fi
28914if test `eval 'as_val=${'$as_ac_Header'} 27538if test `eval echo '${'$as_ac_Header'}'` = yes; then
28915 $as_echo "$as_val"'` = yes; then
28916 cat >>confdefs.h <<_ACEOF 27539 cat >>confdefs.h <<_ACEOF
28917#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 27540#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28918_ACEOF 27541_ACEOF
28919 27542
28920else 27543else
28921 { $as_echo "$as_me:$LINENO: WARNING: Cannot find any suitable gss-api header - build may fail" >&5 27544 { echo "$as_me:$LINENO: WARNING: Cannot find any suitable gss-api header - build may fail" >&5
28922$as_echo "$as_me: WARNING: Cannot find any suitable gss-api header - build may fail" >&2;} 27545echo "$as_me: WARNING: Cannot find any suitable gss-api header - build may fail" >&2;}
28923 27546
28924fi 27547fi
28925 27548
@@ -28934,17 +27557,17 @@ fi
28934 oldCPP="$CPPFLAGS" 27557 oldCPP="$CPPFLAGS"
28935 CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include/gssapi" 27558 CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include/gssapi"
28936 if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then 27559 if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then
28937 { $as_echo "$as_me:$LINENO: checking for gssapi_krb5.h" >&5 27560 { echo "$as_me:$LINENO: checking for gssapi_krb5.h" >&5
28938$as_echo_n "checking for gssapi_krb5.h... " >&6; } 27561echo $ECHO_N "checking for gssapi_krb5.h... $ECHO_C" >&6; }
28939if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then 27562if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then
28940 $as_echo_n "(cached) " >&6 27563 echo $ECHO_N "(cached) $ECHO_C" >&6
28941fi 27564fi
28942{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_krb5_h" >&5 27565{ echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_krb5_h" >&5
28943$as_echo "$ac_cv_header_gssapi_krb5_h" >&6; } 27566echo "${ECHO_T}$ac_cv_header_gssapi_krb5_h" >&6; }
28944else 27567else
28945 # Is the header compilable? 27568 # Is the header compilable?
28946{ $as_echo "$as_me:$LINENO: checking gssapi_krb5.h usability" >&5 27569{ echo "$as_me:$LINENO: checking gssapi_krb5.h usability" >&5
28947$as_echo_n "checking gssapi_krb5.h usability... " >&6; } 27570echo $ECHO_N "checking gssapi_krb5.h usability... $ECHO_C" >&6; }
28948cat >conftest.$ac_ext <<_ACEOF 27571cat >conftest.$ac_ext <<_ACEOF
28949/* confdefs.h. */ 27572/* confdefs.h. */
28950_ACEOF 27573_ACEOF
@@ -28960,33 +27583,32 @@ case "(($ac_try" in
28960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28961 *) ac_try_echo=$ac_try;; 27584 *) ac_try_echo=$ac_try;;
28962esac 27585esac
28963eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 27586eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28964$as_echo "$ac_try_echo") >&5
28965 (eval "$ac_compile") 2>conftest.er1 27587 (eval "$ac_compile") 2>conftest.er1
28966 ac_status=$? 27588 ac_status=$?
28967 grep -v '^ *+' conftest.er1 >conftest.err 27589 grep -v '^ *+' conftest.er1 >conftest.err
28968 rm -f conftest.er1 27590 rm -f conftest.er1
28969 cat conftest.err >&5 27591 cat conftest.err >&5
28970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 27592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28971 (exit $ac_status); } && { 27593 (exit $ac_status); } && {
28972 test -z "$ac_c_werror_flag" || 27594 test -z "$ac_c_werror_flag" ||
28973 test ! -s conftest.err 27595 test ! -s conftest.err
28974 } && test -s conftest.$ac_objext; then 27596 } && test -s conftest.$ac_objext; then
28975 ac_header_compiler=yes 27597 ac_header_compiler=yes
28976else 27598else
28977 $as_echo "$as_me: failed program was:" >&5 27599 echo "$as_me: failed program was:" >&5
28978sed 's/^/| /' conftest.$ac_ext >&5 27600sed 's/^/| /' conftest.$ac_ext >&5
28979 27601
28980 ac_header_compiler=no 27602 ac_header_compiler=no
28981fi 27603fi
28982 27604
28983rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27605rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28984{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 27606{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28985$as_echo "$ac_header_compiler" >&6; } 27607echo "${ECHO_T}$ac_header_compiler" >&6; }
28986 27608
28987# Is the header present? 27609# Is the header present?
28988{ $as_echo "$as_me:$LINENO: checking gssapi_krb5.h presence" >&5 27610{ echo "$as_me:$LINENO: checking gssapi_krb5.h presence" >&5
28989$as_echo_n "checking gssapi_krb5.h presence... " >&6; } 27611echo $ECHO_N "checking gssapi_krb5.h presence... $ECHO_C" >&6; }
28990cat >conftest.$ac_ext <<_ACEOF 27612cat >conftest.$ac_ext <<_ACEOF
28991/* confdefs.h. */ 27613/* confdefs.h. */
28992_ACEOF 27614_ACEOF
@@ -29000,52 +27622,51 @@ case "(($ac_try" in
29000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29001 *) ac_try_echo=$ac_try;; 27623 *) ac_try_echo=$ac_try;;
29002esac 27624esac
29003eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 27625eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29004$as_echo "$ac_try_echo") >&5
29005 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 27626 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29006 ac_status=$? 27627 ac_status=$?
29007 grep -v '^ *+' conftest.er1 >conftest.err 27628 grep -v '^ *+' conftest.er1 >conftest.err
29008 rm -f conftest.er1 27629 rm -f conftest.er1
29009 cat conftest.err >&5 27630 cat conftest.err >&5
29010 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 27631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29011 (exit $ac_status); } >/dev/null && { 27632 (exit $ac_status); } >/dev/null && {
29012 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 27633 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29013 test ! -s conftest.err 27634 test ! -s conftest.err
29014 }; then 27635 }; then
29015 ac_header_preproc=yes 27636 ac_header_preproc=yes
29016else 27637else
29017 $as_echo "$as_me: failed program was:" >&5 27638 echo "$as_me: failed program was:" >&5
29018sed 's/^/| /' conftest.$ac_ext >&5 27639sed 's/^/| /' conftest.$ac_ext >&5
29019 27640
29020 ac_header_preproc=no 27641 ac_header_preproc=no
29021fi 27642fi
29022 27643
29023rm -f conftest.err conftest.$ac_ext 27644rm -f conftest.err conftest.$ac_ext
29024{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 27645{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29025$as_echo "$ac_header_preproc" >&6; } 27646echo "${ECHO_T}$ac_header_preproc" >&6; }
29026 27647
29027# So? What about this header? 27648# So? What about this header?
29028case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 27649case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29029 yes:no: ) 27650 yes:no: )
29030 { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: accepted by the compiler, rejected by the preprocessor!" >&5 27651 { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: accepted by the compiler, rejected by the preprocessor!" >&5
29031$as_echo "$as_me: WARNING: gssapi_krb5.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 27652echo "$as_me: WARNING: gssapi_krb5.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
29032 { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: proceeding with the compiler's result" >&5 27653 { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: proceeding with the compiler's result" >&5
29033$as_echo "$as_me: WARNING: gssapi_krb5.h: proceeding with the compiler's result" >&2;} 27654echo "$as_me: WARNING: gssapi_krb5.h: proceeding with the compiler's result" >&2;}
29034 ac_header_preproc=yes 27655 ac_header_preproc=yes
29035 ;; 27656 ;;
29036 no:yes:* ) 27657 no:yes:* )
29037 { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: present but cannot be compiled" >&5 27658 { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: present but cannot be compiled" >&5
29038$as_echo "$as_me: WARNING: gssapi_krb5.h: present but cannot be compiled" >&2;} 27659echo "$as_me: WARNING: gssapi_krb5.h: present but cannot be compiled" >&2;}
29039 { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: check for missing prerequisite headers?" >&5 27660 { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: check for missing prerequisite headers?" >&5
29040$as_echo "$as_me: WARNING: gssapi_krb5.h: check for missing prerequisite headers?" >&2;} 27661echo "$as_me: WARNING: gssapi_krb5.h: check for missing prerequisite headers?" >&2;}
29041 { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: see the Autoconf documentation" >&5 27662 { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: see the Autoconf documentation" >&5
29042$as_echo "$as_me: WARNING: gssapi_krb5.h: see the Autoconf documentation" >&2;} 27663echo "$as_me: WARNING: gssapi_krb5.h: see the Autoconf documentation" >&2;}
29043 { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: section \"Present But Cannot Be Compiled\"" >&5 27664 { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: section \"Present But Cannot Be Compiled\"" >&5
29044$as_echo "$as_me: WARNING: gssapi_krb5.h: section \"Present But Cannot Be Compiled\"" >&2;} 27665echo "$as_me: WARNING: gssapi_krb5.h: section \"Present But Cannot Be Compiled\"" >&2;}
29045 { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: proceeding with the preprocessor's result" >&5 27666 { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: proceeding with the preprocessor's result" >&5
29046$as_echo "$as_me: WARNING: gssapi_krb5.h: proceeding with the preprocessor's result" >&2;} 27667echo "$as_me: WARNING: gssapi_krb5.h: proceeding with the preprocessor's result" >&2;}
29047 { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: in the future, the compiler will take precedence" >&5 27668 { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: in the future, the compiler will take precedence" >&5
29048$as_echo "$as_me: WARNING: gssapi_krb5.h: in the future, the compiler will take precedence" >&2;} 27669echo "$as_me: WARNING: gssapi_krb5.h: in the future, the compiler will take precedence" >&2;}
29049 ( cat <<\_ASBOX 27670 ( cat <<\_ASBOX
29050## ------------------------------------------- ## 27671## ------------------------------------------- ##
29051## Report this to openssh-unix-dev@mindrot.org ## 27672## Report this to openssh-unix-dev@mindrot.org ##
@@ -29054,15 +27675,15 @@ _ASBOX
29054 ) | sed "s/^/$as_me: WARNING: /" >&2 27675 ) | sed "s/^/$as_me: WARNING: /" >&2
29055 ;; 27676 ;;
29056esac 27677esac
29057{ $as_echo "$as_me:$LINENO: checking for gssapi_krb5.h" >&5 27678{ echo "$as_me:$LINENO: checking for gssapi_krb5.h" >&5
29058$as_echo_n "checking for gssapi_krb5.h... " >&6; } 27679echo $ECHO_N "checking for gssapi_krb5.h... $ECHO_C" >&6; }
29059if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then 27680if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then
29060 $as_echo_n "(cached) " >&6 27681 echo $ECHO_N "(cached) $ECHO_C" >&6
29061else 27682else
29062 ac_cv_header_gssapi_krb5_h=$ac_header_preproc 27683 ac_cv_header_gssapi_krb5_h=$ac_header_preproc
29063fi 27684fi
29064{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_krb5_h" >&5 27685{ echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_krb5_h" >&5
29065$as_echo "$ac_cv_header_gssapi_krb5_h" >&6; } 27686echo "${ECHO_T}$ac_cv_header_gssapi_krb5_h" >&6; }
29066 27687
29067fi 27688fi
29068if test $ac_cv_header_gssapi_krb5_h = yes; then 27689if test $ac_cv_header_gssapi_krb5_h = yes; then
@@ -29085,21 +27706,20 @@ fi
29085 27706
29086for ac_header in gssapi.h gssapi/gssapi.h 27707for ac_header in gssapi.h gssapi/gssapi.h
29087do 27708do
29088as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 27709as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29089if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27710if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29090 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 27711 { echo "$as_me:$LINENO: checking for $ac_header" >&5
29091$as_echo_n "checking for $ac_header... " >&6; } 27712echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
29092if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27713if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29093 $as_echo_n "(cached) " >&6 27714 echo $ECHO_N "(cached) $ECHO_C" >&6
29094fi 27715fi
29095ac_res=`eval 'as_val=${'$as_ac_Header'} 27716ac_res=`eval echo '${'$as_ac_Header'}'`
29096 $as_echo "$as_val"'` 27717 { echo "$as_me:$LINENO: result: $ac_res" >&5
29097 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 27718echo "${ECHO_T}$ac_res" >&6; }
29098$as_echo "$ac_res" >&6; }
29099else 27719else
29100 # Is the header compilable? 27720 # Is the header compilable?
29101{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 27721{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
29102$as_echo_n "checking $ac_header usability... " >&6; } 27722echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
29103cat >conftest.$ac_ext <<_ACEOF 27723cat >conftest.$ac_ext <<_ACEOF
29104/* confdefs.h. */ 27724/* confdefs.h. */
29105_ACEOF 27725_ACEOF
@@ -29115,33 +27735,32 @@ case "(($ac_try" in
29115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29116 *) ac_try_echo=$ac_try;; 27736 *) ac_try_echo=$ac_try;;
29117esac 27737esac
29118eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 27738eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29119$as_echo "$ac_try_echo") >&5
29120 (eval "$ac_compile") 2>conftest.er1 27739 (eval "$ac_compile") 2>conftest.er1
29121 ac_status=$? 27740 ac_status=$?
29122 grep -v '^ *+' conftest.er1 >conftest.err 27741 grep -v '^ *+' conftest.er1 >conftest.err
29123 rm -f conftest.er1 27742 rm -f conftest.er1
29124 cat conftest.err >&5 27743 cat conftest.err >&5
29125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 27744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29126 (exit $ac_status); } && { 27745 (exit $ac_status); } && {
29127 test -z "$ac_c_werror_flag" || 27746 test -z "$ac_c_werror_flag" ||
29128 test ! -s conftest.err 27747 test ! -s conftest.err
29129 } && test -s conftest.$ac_objext; then 27748 } && test -s conftest.$ac_objext; then
29130 ac_header_compiler=yes 27749 ac_header_compiler=yes
29131else 27750else
29132 $as_echo "$as_me: failed program was:" >&5 27751 echo "$as_me: failed program was:" >&5
29133sed 's/^/| /' conftest.$ac_ext >&5 27752sed 's/^/| /' conftest.$ac_ext >&5
29134 27753
29135 ac_header_compiler=no 27754 ac_header_compiler=no
29136fi 27755fi
29137 27756
29138rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27757rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29139{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 27758{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29140$as_echo "$ac_header_compiler" >&6; } 27759echo "${ECHO_T}$ac_header_compiler" >&6; }
29141 27760
29142# Is the header present? 27761# Is the header present?
29143{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 27762{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
29144$as_echo_n "checking $ac_header presence... " >&6; } 27763echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
29145cat >conftest.$ac_ext <<_ACEOF 27764cat >conftest.$ac_ext <<_ACEOF
29146/* confdefs.h. */ 27765/* confdefs.h. */
29147_ACEOF 27766_ACEOF
@@ -29155,52 +27774,51 @@ case "(($ac_try" in
29155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29156 *) ac_try_echo=$ac_try;; 27775 *) ac_try_echo=$ac_try;;
29157esac 27776esac
29158eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 27777eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29159$as_echo "$ac_try_echo") >&5
29160 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 27778 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29161 ac_status=$? 27779 ac_status=$?
29162 grep -v '^ *+' conftest.er1 >conftest.err 27780 grep -v '^ *+' conftest.er1 >conftest.err
29163 rm -f conftest.er1 27781 rm -f conftest.er1
29164 cat conftest.err >&5 27782 cat conftest.err >&5
29165 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 27783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29166 (exit $ac_status); } >/dev/null && { 27784 (exit $ac_status); } >/dev/null && {
29167 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 27785 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29168 test ! -s conftest.err 27786 test ! -s conftest.err
29169 }; then 27787 }; then
29170 ac_header_preproc=yes 27788 ac_header_preproc=yes
29171else 27789else
29172 $as_echo "$as_me: failed program was:" >&5 27790 echo "$as_me: failed program was:" >&5
29173sed 's/^/| /' conftest.$ac_ext >&5 27791sed 's/^/| /' conftest.$ac_ext >&5
29174 27792
29175 ac_header_preproc=no 27793 ac_header_preproc=no
29176fi 27794fi
29177 27795
29178rm -f conftest.err conftest.$ac_ext 27796rm -f conftest.err conftest.$ac_ext
29179{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 27797{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29180$as_echo "$ac_header_preproc" >&6; } 27798echo "${ECHO_T}$ac_header_preproc" >&6; }
29181 27799
29182# So? What about this header? 27800# So? What about this header?
29183case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 27801case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29184 yes:no: ) 27802 yes:no: )
29185 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 27803 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
29186$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 27804echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
29187 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 27805 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
29188$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 27806echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
29189 ac_header_preproc=yes 27807 ac_header_preproc=yes
29190 ;; 27808 ;;
29191 no:yes:* ) 27809 no:yes:* )
29192 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 27810 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
29193$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 27811echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
29194 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 27812 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
29195$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 27813echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
29196 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 27814 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
29197$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 27815echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
29198 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 27816 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
29199$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 27817echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
29200 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 27818 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
29201$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 27819echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
29202 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 27820 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
29203$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 27821echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
29204 ( cat <<\_ASBOX 27822 ( cat <<\_ASBOX
29205## ------------------------------------------- ## 27823## ------------------------------------------- ##
29206## Report this to openssh-unix-dev@mindrot.org ## 27824## Report this to openssh-unix-dev@mindrot.org ##
@@ -29209,23 +27827,21 @@ _ASBOX
29209 ) | sed "s/^/$as_me: WARNING: /" >&2 27827 ) | sed "s/^/$as_me: WARNING: /" >&2
29210 ;; 27828 ;;
29211esac 27829esac
29212{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 27830{ echo "$as_me:$LINENO: checking for $ac_header" >&5
29213$as_echo_n "checking for $ac_header... " >&6; } 27831echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
29214if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27832if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29215 $as_echo_n "(cached) " >&6 27833 echo $ECHO_N "(cached) $ECHO_C" >&6
29216else 27834else
29217 eval "$as_ac_Header=\$ac_header_preproc" 27835 eval "$as_ac_Header=\$ac_header_preproc"
29218fi 27836fi
29219ac_res=`eval 'as_val=${'$as_ac_Header'} 27837ac_res=`eval echo '${'$as_ac_Header'}'`
29220 $as_echo "$as_val"'` 27838 { echo "$as_me:$LINENO: result: $ac_res" >&5
29221 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 27839echo "${ECHO_T}$ac_res" >&6; }
29222$as_echo "$ac_res" >&6; }
29223 27840
29224fi 27841fi
29225if test `eval 'as_val=${'$as_ac_Header'} 27842if test `eval echo '${'$as_ac_Header'}'` = yes; then
29226 $as_echo "$as_val"'` = yes; then
29227 cat >>confdefs.h <<_ACEOF 27843 cat >>confdefs.h <<_ACEOF
29228#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 27844#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29229_ACEOF 27845_ACEOF
29230 27846
29231fi 27847fi
@@ -29236,21 +27852,20 @@ done
29236 27852
29237for ac_header in gssapi_krb5.h gssapi/gssapi_krb5.h 27853for ac_header in gssapi_krb5.h gssapi/gssapi_krb5.h
29238do 27854do
29239as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 27855as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29240if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27856if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29241 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 27857 { echo "$as_me:$LINENO: checking for $ac_header" >&5
29242$as_echo_n "checking for $ac_header... " >&6; } 27858echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
29243if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27859if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29244 $as_echo_n "(cached) " >&6 27860 echo $ECHO_N "(cached) $ECHO_C" >&6
29245fi 27861fi
29246ac_res=`eval 'as_val=${'$as_ac_Header'} 27862ac_res=`eval echo '${'$as_ac_Header'}'`
29247 $as_echo "$as_val"'` 27863 { echo "$as_me:$LINENO: result: $ac_res" >&5
29248 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 27864echo "${ECHO_T}$ac_res" >&6; }
29249$as_echo "$ac_res" >&6; }
29250else 27865else
29251 # Is the header compilable? 27866 # Is the header compilable?
29252{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 27867{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
29253$as_echo_n "checking $ac_header usability... " >&6; } 27868echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
29254cat >conftest.$ac_ext <<_ACEOF 27869cat >conftest.$ac_ext <<_ACEOF
29255/* confdefs.h. */ 27870/* confdefs.h. */
29256_ACEOF 27871_ACEOF
@@ -29266,33 +27881,32 @@ case "(($ac_try" in
29266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29267 *) ac_try_echo=$ac_try;; 27882 *) ac_try_echo=$ac_try;;
29268esac 27883esac
29269eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 27884eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29270$as_echo "$ac_try_echo") >&5
29271 (eval "$ac_compile") 2>conftest.er1 27885 (eval "$ac_compile") 2>conftest.er1
29272 ac_status=$? 27886 ac_status=$?
29273 grep -v '^ *+' conftest.er1 >conftest.err 27887 grep -v '^ *+' conftest.er1 >conftest.err
29274 rm -f conftest.er1 27888 rm -f conftest.er1
29275 cat conftest.err >&5 27889 cat conftest.err >&5
29276 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 27890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29277 (exit $ac_status); } && { 27891 (exit $ac_status); } && {
29278 test -z "$ac_c_werror_flag" || 27892 test -z "$ac_c_werror_flag" ||
29279 test ! -s conftest.err 27893 test ! -s conftest.err
29280 } && test -s conftest.$ac_objext; then 27894 } && test -s conftest.$ac_objext; then
29281 ac_header_compiler=yes 27895 ac_header_compiler=yes
29282else 27896else
29283 $as_echo "$as_me: failed program was:" >&5 27897 echo "$as_me: failed program was:" >&5
29284sed 's/^/| /' conftest.$ac_ext >&5 27898sed 's/^/| /' conftest.$ac_ext >&5
29285 27899
29286 ac_header_compiler=no 27900 ac_header_compiler=no
29287fi 27901fi
29288 27902
29289rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27903rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29290{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 27904{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29291$as_echo "$ac_header_compiler" >&6; } 27905echo "${ECHO_T}$ac_header_compiler" >&6; }
29292 27906
29293# Is the header present? 27907# Is the header present?
29294{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 27908{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
29295$as_echo_n "checking $ac_header presence... " >&6; } 27909echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
29296cat >conftest.$ac_ext <<_ACEOF 27910cat >conftest.$ac_ext <<_ACEOF
29297/* confdefs.h. */ 27911/* confdefs.h. */
29298_ACEOF 27912_ACEOF
@@ -29306,52 +27920,51 @@ case "(($ac_try" in
29306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29307 *) ac_try_echo=$ac_try;; 27921 *) ac_try_echo=$ac_try;;
29308esac 27922esac
29309eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 27923eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29310$as_echo "$ac_try_echo") >&5
29311 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 27924 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29312 ac_status=$? 27925 ac_status=$?
29313 grep -v '^ *+' conftest.er1 >conftest.err 27926 grep -v '^ *+' conftest.er1 >conftest.err
29314 rm -f conftest.er1 27927 rm -f conftest.er1
29315 cat conftest.err >&5 27928 cat conftest.err >&5
29316 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 27929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29317 (exit $ac_status); } >/dev/null && { 27930 (exit $ac_status); } >/dev/null && {
29318 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 27931 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29319 test ! -s conftest.err 27932 test ! -s conftest.err
29320 }; then 27933 }; then
29321 ac_header_preproc=yes 27934 ac_header_preproc=yes
29322else 27935else
29323 $as_echo "$as_me: failed program was:" >&5 27936 echo "$as_me: failed program was:" >&5
29324sed 's/^/| /' conftest.$ac_ext >&5 27937sed 's/^/| /' conftest.$ac_ext >&5
29325 27938
29326 ac_header_preproc=no 27939 ac_header_preproc=no
29327fi 27940fi
29328 27941
29329rm -f conftest.err conftest.$ac_ext 27942rm -f conftest.err conftest.$ac_ext
29330{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 27943{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29331$as_echo "$ac_header_preproc" >&6; } 27944echo "${ECHO_T}$ac_header_preproc" >&6; }
29332 27945
29333# So? What about this header? 27946# So? What about this header?
29334case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 27947case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29335 yes:no: ) 27948 yes:no: )
29336 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 27949 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
29337$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 27950echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
29338 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 27951 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
29339$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 27952echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
29340 ac_header_preproc=yes 27953 ac_header_preproc=yes
29341 ;; 27954 ;;
29342 no:yes:* ) 27955 no:yes:* )
29343 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 27956 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
29344$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 27957echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
29345 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 27958 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
29346$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 27959echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
29347 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 27960 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
29348$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 27961echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
29349 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 27962 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
29350$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 27963echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
29351 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 27964 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
29352$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 27965echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
29353 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 27966 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
29354$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 27967echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
29355 ( cat <<\_ASBOX 27968 ( cat <<\_ASBOX
29356## ------------------------------------------- ## 27969## ------------------------------------------- ##
29357## Report this to openssh-unix-dev@mindrot.org ## 27970## Report this to openssh-unix-dev@mindrot.org ##
@@ -29360,23 +27973,21 @@ _ASBOX
29360 ) | sed "s/^/$as_me: WARNING: /" >&2 27973 ) | sed "s/^/$as_me: WARNING: /" >&2
29361 ;; 27974 ;;
29362esac 27975esac
29363{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 27976{ echo "$as_me:$LINENO: checking for $ac_header" >&5
29364$as_echo_n "checking for $ac_header... " >&6; } 27977echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
29365if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27978if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29366 $as_echo_n "(cached) " >&6 27979 echo $ECHO_N "(cached) $ECHO_C" >&6
29367else 27980else
29368 eval "$as_ac_Header=\$ac_header_preproc" 27981 eval "$as_ac_Header=\$ac_header_preproc"
29369fi 27982fi
29370ac_res=`eval 'as_val=${'$as_ac_Header'} 27983ac_res=`eval echo '${'$as_ac_Header'}'`
29371 $as_echo "$as_val"'` 27984 { echo "$as_me:$LINENO: result: $ac_res" >&5
29372 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 27985echo "${ECHO_T}$ac_res" >&6; }
29373$as_echo "$ac_res" >&6; }
29374 27986
29375fi 27987fi
29376if test `eval 'as_val=${'$as_ac_Header'} 27988if test `eval echo '${'$as_ac_Header'}'` = yes; then
29377 $as_echo "$as_val"'` = yes; then
29378 cat >>confdefs.h <<_ACEOF 27989 cat >>confdefs.h <<_ACEOF
29379#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 27990#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29380_ACEOF 27991_ACEOF
29381 27992
29382fi 27993fi
@@ -29387,21 +27998,20 @@ done
29387 27998
29388for ac_header in gssapi_generic.h gssapi/gssapi_generic.h 27999for ac_header in gssapi_generic.h gssapi/gssapi_generic.h
29389do 28000do
29390as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 28001as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29391if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 28002if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29392 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 28003 { echo "$as_me:$LINENO: checking for $ac_header" >&5
29393$as_echo_n "checking for $ac_header... " >&6; } 28004echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
29394if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 28005if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29395 $as_echo_n "(cached) " >&6 28006 echo $ECHO_N "(cached) $ECHO_C" >&6
29396fi 28007fi
29397ac_res=`eval 'as_val=${'$as_ac_Header'} 28008ac_res=`eval echo '${'$as_ac_Header'}'`
29398 $as_echo "$as_val"'` 28009 { echo "$as_me:$LINENO: result: $ac_res" >&5
29399 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 28010echo "${ECHO_T}$ac_res" >&6; }
29400$as_echo "$ac_res" >&6; }
29401else 28011else
29402 # Is the header compilable? 28012 # Is the header compilable?
29403{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 28013{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
29404$as_echo_n "checking $ac_header usability... " >&6; } 28014echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
29405cat >conftest.$ac_ext <<_ACEOF 28015cat >conftest.$ac_ext <<_ACEOF
29406/* confdefs.h. */ 28016/* confdefs.h. */
29407_ACEOF 28017_ACEOF
@@ -29417,33 +28027,32 @@ case "(($ac_try" in
29417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 28027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29418 *) ac_try_echo=$ac_try;; 28028 *) ac_try_echo=$ac_try;;
29419esac 28029esac
29420eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 28030eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29421$as_echo "$ac_try_echo") >&5
29422 (eval "$ac_compile") 2>conftest.er1 28031 (eval "$ac_compile") 2>conftest.er1
29423 ac_status=$? 28032 ac_status=$?
29424 grep -v '^ *+' conftest.er1 >conftest.err 28033 grep -v '^ *+' conftest.er1 >conftest.err
29425 rm -f conftest.er1 28034 rm -f conftest.er1
29426 cat conftest.err >&5 28035 cat conftest.err >&5
29427 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 28036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29428 (exit $ac_status); } && { 28037 (exit $ac_status); } && {
29429 test -z "$ac_c_werror_flag" || 28038 test -z "$ac_c_werror_flag" ||
29430 test ! -s conftest.err 28039 test ! -s conftest.err
29431 } && test -s conftest.$ac_objext; then 28040 } && test -s conftest.$ac_objext; then
29432 ac_header_compiler=yes 28041 ac_header_compiler=yes
29433else 28042else
29434 $as_echo "$as_me: failed program was:" >&5 28043 echo "$as_me: failed program was:" >&5
29435sed 's/^/| /' conftest.$ac_ext >&5 28044sed 's/^/| /' conftest.$ac_ext >&5
29436 28045
29437 ac_header_compiler=no 28046 ac_header_compiler=no
29438fi 28047fi
29439 28048
29440rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 28049rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29441{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 28050{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29442$as_echo "$ac_header_compiler" >&6; } 28051echo "${ECHO_T}$ac_header_compiler" >&6; }
29443 28052
29444# Is the header present? 28053# Is the header present?
29445{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 28054{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
29446$as_echo_n "checking $ac_header presence... " >&6; } 28055echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
29447cat >conftest.$ac_ext <<_ACEOF 28056cat >conftest.$ac_ext <<_ACEOF
29448/* confdefs.h. */ 28057/* confdefs.h. */
29449_ACEOF 28058_ACEOF
@@ -29457,52 +28066,51 @@ case "(($ac_try" in
29457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 28066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29458 *) ac_try_echo=$ac_try;; 28067 *) ac_try_echo=$ac_try;;
29459esac 28068esac
29460eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 28069eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29461$as_echo "$ac_try_echo") >&5
29462 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 28070 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29463 ac_status=$? 28071 ac_status=$?
29464 grep -v '^ *+' conftest.er1 >conftest.err 28072 grep -v '^ *+' conftest.er1 >conftest.err
29465 rm -f conftest.er1 28073 rm -f conftest.er1
29466 cat conftest.err >&5 28074 cat conftest.err >&5
29467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 28075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29468 (exit $ac_status); } >/dev/null && { 28076 (exit $ac_status); } >/dev/null && {
29469 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 28077 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29470 test ! -s conftest.err 28078 test ! -s conftest.err
29471 }; then 28079 }; then
29472 ac_header_preproc=yes 28080 ac_header_preproc=yes
29473else 28081else
29474 $as_echo "$as_me: failed program was:" >&5 28082 echo "$as_me: failed program was:" >&5
29475sed 's/^/| /' conftest.$ac_ext >&5 28083sed 's/^/| /' conftest.$ac_ext >&5
29476 28084
29477 ac_header_preproc=no 28085 ac_header_preproc=no
29478fi 28086fi
29479 28087
29480rm -f conftest.err conftest.$ac_ext 28088rm -f conftest.err conftest.$ac_ext
29481{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 28089{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29482$as_echo "$ac_header_preproc" >&6; } 28090echo "${ECHO_T}$ac_header_preproc" >&6; }
29483 28091
29484# So? What about this header? 28092# So? What about this header?
29485case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 28093case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29486 yes:no: ) 28094 yes:no: )
29487 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 28095 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
29488$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 28096echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
29489 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 28097 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
29490$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 28098echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
29491 ac_header_preproc=yes 28099 ac_header_preproc=yes
29492 ;; 28100 ;;
29493 no:yes:* ) 28101 no:yes:* )
29494 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 28102 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
29495$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 28103echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
29496 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 28104 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
29497$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 28105echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
29498 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 28106 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
29499$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 28107echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
29500 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 28108 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
29501$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 28109echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
29502 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 28110 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
29503$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 28111echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
29504 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 28112 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
29505$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 28113echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
29506 ( cat <<\_ASBOX 28114 ( cat <<\_ASBOX
29507## ------------------------------------------- ## 28115## ------------------------------------------- ##
29508## Report this to openssh-unix-dev@mindrot.org ## 28116## Report this to openssh-unix-dev@mindrot.org ##
@@ -29511,23 +28119,21 @@ _ASBOX
29511 ) | sed "s/^/$as_me: WARNING: /" >&2 28119 ) | sed "s/^/$as_me: WARNING: /" >&2
29512 ;; 28120 ;;
29513esac 28121esac
29514{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 28122{ echo "$as_me:$LINENO: checking for $ac_header" >&5
29515$as_echo_n "checking for $ac_header... " >&6; } 28123echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
29516if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 28124if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29517 $as_echo_n "(cached) " >&6 28125 echo $ECHO_N "(cached) $ECHO_C" >&6
29518else 28126else
29519 eval "$as_ac_Header=\$ac_header_preproc" 28127 eval "$as_ac_Header=\$ac_header_preproc"
29520fi 28128fi
29521ac_res=`eval 'as_val=${'$as_ac_Header'} 28129ac_res=`eval echo '${'$as_ac_Header'}'`
29522 $as_echo "$as_val"'` 28130 { echo "$as_me:$LINENO: result: $ac_res" >&5
29523 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 28131echo "${ECHO_T}$ac_res" >&6; }
29524$as_echo "$ac_res" >&6; }
29525 28132
29526fi 28133fi
29527if test `eval 'as_val=${'$as_ac_Header'} 28134if test `eval echo '${'$as_ac_Header'}'` = yes; then
29528 $as_echo "$as_val"'` = yes; then
29529 cat >>confdefs.h <<_ACEOF 28135 cat >>confdefs.h <<_ACEOF
29530#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 28136#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29531_ACEOF 28137_ACEOF
29532 28138
29533fi 28139fi
@@ -29536,10 +28142,10 @@ done
29536 28142
29537 28143
29538 LIBS="$LIBS $K5LIBS" 28144 LIBS="$LIBS $K5LIBS"
29539 { $as_echo "$as_me:$LINENO: checking for library containing k_hasafs" >&5 28145 { echo "$as_me:$LINENO: checking for library containing k_hasafs" >&5
29540$as_echo_n "checking for library containing k_hasafs... " >&6; } 28146echo $ECHO_N "checking for library containing k_hasafs... $ECHO_C" >&6; }
29541if test "${ac_cv_search_k_hasafs+set}" = set; then 28147if test "${ac_cv_search_k_hasafs+set}" = set; then
29542 $as_echo_n "(cached) " >&6 28148 echo $ECHO_N "(cached) $ECHO_C" >&6
29543else 28149else
29544 ac_func_search_save_LIBS=$LIBS 28150 ac_func_search_save_LIBS=$LIBS
29545cat >conftest.$ac_ext <<_ACEOF 28151cat >conftest.$ac_ext <<_ACEOF
@@ -29577,30 +28183,26 @@ case "(($ac_try" in
29577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 28183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29578 *) ac_try_echo=$ac_try;; 28184 *) ac_try_echo=$ac_try;;
29579esac 28185esac
29580eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 28186eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29581$as_echo "$ac_try_echo") >&5
29582 (eval "$ac_link") 2>conftest.er1 28187 (eval "$ac_link") 2>conftest.er1
29583 ac_status=$? 28188 ac_status=$?
29584 grep -v '^ *+' conftest.er1 >conftest.err 28189 grep -v '^ *+' conftest.er1 >conftest.err
29585 rm -f conftest.er1 28190 rm -f conftest.er1
29586 cat conftest.err >&5 28191 cat conftest.err >&5
29587 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 28192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29588 (exit $ac_status); } && { 28193 (exit $ac_status); } && {
29589 test -z "$ac_c_werror_flag" || 28194 test -z "$ac_c_werror_flag" ||
29590 test ! -s conftest.err 28195 test ! -s conftest.err
29591 } && test -s conftest$ac_exeext && { 28196 } && test -s conftest$ac_exeext &&
29592 test "$cross_compiling" = yes || 28197 $as_test_x conftest$ac_exeext; then
29593 $as_test_x conftest$ac_exeext
29594 }; then
29595 ac_cv_search_k_hasafs=$ac_res 28198 ac_cv_search_k_hasafs=$ac_res
29596else 28199else
29597 $as_echo "$as_me: failed program was:" >&5 28200 echo "$as_me: failed program was:" >&5
29598sed 's/^/| /' conftest.$ac_ext >&5 28201sed 's/^/| /' conftest.$ac_ext >&5
29599 28202
29600 28203
29601fi 28204fi
29602 28205
29603rm -rf conftest.dSYM
29604rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 28206rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29605 conftest$ac_exeext 28207 conftest$ac_exeext
29606 if test "${ac_cv_search_k_hasafs+set}" = set; then 28208 if test "${ac_cv_search_k_hasafs+set}" = set; then
@@ -29615,8 +28217,8 @@ fi
29615rm conftest.$ac_ext 28217rm conftest.$ac_ext
29616LIBS=$ac_func_search_save_LIBS 28218LIBS=$ac_func_search_save_LIBS
29617fi 28219fi
29618{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_k_hasafs" >&5 28220{ echo "$as_me:$LINENO: result: $ac_cv_search_k_hasafs" >&5
29619$as_echo "$ac_cv_search_k_hasafs" >&6; } 28221echo "${ECHO_T}$ac_cv_search_k_hasafs" >&6; }
29620ac_res=$ac_cv_search_k_hasafs 28222ac_res=$ac_cv_search_k_hasafs
29621if test "$ac_res" != no; then 28223if test "$ac_res" != no; then
29622 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 28224 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
@@ -29668,10 +28270,10 @@ else
29668 TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin" 28270 TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin"
29669 # Extract the first word of "xauth", so it can be a program name with args. 28271 # Extract the first word of "xauth", so it can be a program name with args.
29670set dummy xauth; ac_word=$2 28272set dummy xauth; ac_word=$2
29671{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 28273{ echo "$as_me:$LINENO: checking for $ac_word" >&5
29672$as_echo_n "checking for $ac_word... " >&6; } 28274echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29673if test "${ac_cv_path_xauth_path+set}" = set; then 28275if test "${ac_cv_path_xauth_path+set}" = set; then
29674 $as_echo_n "(cached) " >&6 28276 echo $ECHO_N "(cached) $ECHO_C" >&6
29675else 28277else
29676 case $xauth_path in 28278 case $xauth_path in
29677 [\\/]* | ?:[\\/]*) 28279 [\\/]* | ?:[\\/]*)
@@ -29686,7 +28288,7 @@ do
29686 for ac_exec_ext in '' $ac_executable_extensions; do 28288 for ac_exec_ext in '' $ac_executable_extensions; do
29687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 28289 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29688 ac_cv_path_xauth_path="$as_dir/$ac_word$ac_exec_ext" 28290 ac_cv_path_xauth_path="$as_dir/$ac_word$ac_exec_ext"
29689 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 28291 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29690 break 2 28292 break 2
29691 fi 28293 fi
29692done 28294done
@@ -29698,11 +28300,11 @@ esac
29698fi 28300fi
29699xauth_path=$ac_cv_path_xauth_path 28301xauth_path=$ac_cv_path_xauth_path
29700if test -n "$xauth_path"; then 28302if test -n "$xauth_path"; then
29701 { $as_echo "$as_me:$LINENO: result: $xauth_path" >&5 28303 { echo "$as_me:$LINENO: result: $xauth_path" >&5
29702$as_echo "$xauth_path" >&6; } 28304echo "${ECHO_T}$xauth_path" >&6; }
29703else 28305else
29704 { $as_echo "$as_me:$LINENO: result: no" >&5 28306 { echo "$as_me:$LINENO: result: no" >&5
29705$as_echo "no" >&6; } 28307echo "${ECHO_T}no" >&6; }
29706fi 28308fi
29707 28309
29708 28310
@@ -29751,20 +28353,20 @@ _ACEOF
29751fi 28353fi
29752 28354
29753if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes"; then 28355if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes"; then
29754 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: Disabling /dev/ptmx test" >&5 28356 { echo "$as_me:$LINENO: WARNING: cross compiling: Disabling /dev/ptmx test" >&5
29755$as_echo "$as_me: WARNING: cross compiling: Disabling /dev/ptmx test" >&2;} 28357echo "$as_me: WARNING: cross compiling: Disabling /dev/ptmx test" >&2;}
29756 disable_ptmx_check=yes 28358 disable_ptmx_check=yes
29757fi 28359fi
29758if test -z "$no_dev_ptmx" ; then 28360if test -z "$no_dev_ptmx" ; then
29759 if test "x$disable_ptmx_check" != "xyes" ; then 28361 if test "x$disable_ptmx_check" != "xyes" ; then
29760 { $as_echo "$as_me:$LINENO: checking for \"/dev/ptmx\"" >&5 28362 { echo "$as_me:$LINENO: checking for \"/dev/ptmx\"" >&5
29761$as_echo_n "checking for \"/dev/ptmx\"... " >&6; } 28363echo $ECHO_N "checking for \"/dev/ptmx\"... $ECHO_C" >&6; }
29762if test "${ac_cv_file___dev_ptmx_+set}" = set; then 28364if test "${ac_cv_file___dev_ptmx_+set}" = set; then
29763 $as_echo_n "(cached) " >&6 28365 echo $ECHO_N "(cached) $ECHO_C" >&6
29764else 28366else
29765 test "$cross_compiling" = yes && 28367 test "$cross_compiling" = yes &&
29766 { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 28368 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
29767$as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 28369echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
29768 { (exit 1); exit 1; }; } 28370 { (exit 1); exit 1; }; }
29769if test -r ""/dev/ptmx""; then 28371if test -r ""/dev/ptmx""; then
29770 ac_cv_file___dev_ptmx_=yes 28372 ac_cv_file___dev_ptmx_=yes
@@ -29772,8 +28374,8 @@ else
29772 ac_cv_file___dev_ptmx_=no 28374 ac_cv_file___dev_ptmx_=no
29773fi 28375fi
29774fi 28376fi
29775{ $as_echo "$as_me:$LINENO: result: $ac_cv_file___dev_ptmx_" >&5 28377{ echo "$as_me:$LINENO: result: $ac_cv_file___dev_ptmx_" >&5
29776$as_echo "$ac_cv_file___dev_ptmx_" >&6; } 28378echo "${ECHO_T}$ac_cv_file___dev_ptmx_" >&6; }
29777if test $ac_cv_file___dev_ptmx_ = yes; then 28379if test $ac_cv_file___dev_ptmx_ = yes; then
29778 28380
29779 28381
@@ -29790,14 +28392,14 @@ fi
29790fi 28392fi
29791 28393
29792if test ! -z "$cross_compiling" && test "x$cross_compiling" != "xyes"; then 28394if test ! -z "$cross_compiling" && test "x$cross_compiling" != "xyes"; then
29793 { $as_echo "$as_me:$LINENO: checking for \"/dev/ptc\"" >&5 28395 { echo "$as_me:$LINENO: checking for \"/dev/ptc\"" >&5
29794$as_echo_n "checking for \"/dev/ptc\"... " >&6; } 28396echo $ECHO_N "checking for \"/dev/ptc\"... $ECHO_C" >&6; }
29795if test "${ac_cv_file___dev_ptc_+set}" = set; then 28397if test "${ac_cv_file___dev_ptc_+set}" = set; then
29796 $as_echo_n "(cached) " >&6 28398 echo $ECHO_N "(cached) $ECHO_C" >&6
29797else 28399else
29798 test "$cross_compiling" = yes && 28400 test "$cross_compiling" = yes &&
29799 { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 28401 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
29800$as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 28402echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
29801 { (exit 1); exit 1; }; } 28403 { (exit 1); exit 1; }; }
29802if test -r ""/dev/ptc""; then 28404if test -r ""/dev/ptc""; then
29803 ac_cv_file___dev_ptc_=yes 28405 ac_cv_file___dev_ptc_=yes
@@ -29805,8 +28407,8 @@ else
29805 ac_cv_file___dev_ptc_=no 28407 ac_cv_file___dev_ptc_=no
29806fi 28408fi
29807fi 28409fi
29808{ $as_echo "$as_me:$LINENO: result: $ac_cv_file___dev_ptc_" >&5 28410{ echo "$as_me:$LINENO: result: $ac_cv_file___dev_ptc_" >&5
29809$as_echo "$ac_cv_file___dev_ptc_" >&6; } 28411echo "${ECHO_T}$ac_cv_file___dev_ptc_" >&6; }
29810if test $ac_cv_file___dev_ptc_ = yes; then 28412if test $ac_cv_file___dev_ptc_ = yes; then
29811 28413
29812 28414
@@ -29820,8 +28422,8 @@ _ACEOF
29820fi 28422fi
29821 28423
29822else 28424else
29823 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: Disabling /dev/ptc test" >&5 28425 { echo "$as_me:$LINENO: WARNING: cross compiling: Disabling /dev/ptc test" >&5
29824$as_echo "$as_me: WARNING: cross compiling: Disabling /dev/ptc test" >&2;} 28426echo "$as_me: WARNING: cross compiling: Disabling /dev/ptc test" >&2;}
29825fi 28427fi
29826 28428
29827# Options from here on. Some of these are preset by platform above 28429# Options from here on. Some of these are preset by platform above
@@ -29834,8 +28436,8 @@ if test "${with_mantype+set}" = set; then
29834 MANTYPE=$withval 28436 MANTYPE=$withval
29835 ;; 28437 ;;
29836 *) 28438 *)
29837 { { $as_echo "$as_me:$LINENO: error: invalid man type: $withval" >&5 28439 { { echo "$as_me:$LINENO: error: invalid man type: $withval" >&5
29838$as_echo "$as_me: error: invalid man type: $withval" >&2;} 28440echo "$as_me: error: invalid man type: $withval" >&2;}
29839 { (exit 1); exit 1; }; } 28441 { (exit 1); exit 1; }; }
29840 ;; 28442 ;;
29841 esac 28443 esac
@@ -29849,10 +28451,10 @@ if test -z "$MANTYPE"; then
29849do 28451do
29850 # Extract the first word of "$ac_prog", so it can be a program name with args. 28452 # Extract the first word of "$ac_prog", so it can be a program name with args.
29851set dummy $ac_prog; ac_word=$2 28453set dummy $ac_prog; ac_word=$2
29852{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 28454{ echo "$as_me:$LINENO: checking for $ac_word" >&5
29853$as_echo_n "checking for $ac_word... " >&6; } 28455echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29854if test "${ac_cv_path_NROFF+set}" = set; then 28456if test "${ac_cv_path_NROFF+set}" = set; then
29855 $as_echo_n "(cached) " >&6 28457 echo $ECHO_N "(cached) $ECHO_C" >&6
29856else 28458else
29857 case $NROFF in 28459 case $NROFF in
29858 [\\/]* | ?:[\\/]*) 28460 [\\/]* | ?:[\\/]*)
@@ -29867,7 +28469,7 @@ do
29867 for ac_exec_ext in '' $ac_executable_extensions; do 28469 for ac_exec_ext in '' $ac_executable_extensions; do
29868 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 28470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29869 ac_cv_path_NROFF="$as_dir/$ac_word$ac_exec_ext" 28471 ac_cv_path_NROFF="$as_dir/$ac_word$ac_exec_ext"
29870 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 28472 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29871 break 2 28473 break 2
29872 fi 28474 fi
29873done 28475done
@@ -29879,11 +28481,11 @@ esac
29879fi 28481fi
29880NROFF=$ac_cv_path_NROFF 28482NROFF=$ac_cv_path_NROFF
29881if test -n "$NROFF"; then 28483if test -n "$NROFF"; then
29882 { $as_echo "$as_me:$LINENO: result: $NROFF" >&5 28484 { echo "$as_me:$LINENO: result: $NROFF" >&5
29883$as_echo "$NROFF" >&6; } 28485echo "${ECHO_T}$NROFF" >&6; }
29884else 28486else
29885 { $as_echo "$as_me:$LINENO: result: no" >&5 28487 { echo "$as_me:$LINENO: result: no" >&5
29886$as_echo "no" >&6; } 28488echo "${ECHO_T}no" >&6; }
29887fi 28489fi
29888 28490
29889 28491
@@ -29944,8 +28546,8 @@ fi
29944 28546
29945 28547
29946if test -z "$disable_shadow" ; then 28548if test -z "$disable_shadow" ; then
29947 { $as_echo "$as_me:$LINENO: checking if the systems has expire shadow information" >&5 28549 { echo "$as_me:$LINENO: checking if the systems has expire shadow information" >&5
29948$as_echo_n "checking if the systems has expire shadow information... " >&6; } 28550echo $ECHO_N "checking if the systems has expire shadow information... $ECHO_C" >&6; }
29949 cat >conftest.$ac_ext <<_ACEOF 28551 cat >conftest.$ac_ext <<_ACEOF
29950/* confdefs.h. */ 28552/* confdefs.h. */
29951_ACEOF 28553_ACEOF
@@ -29971,21 +28573,20 @@ case "(($ac_try" in
29971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 28573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29972 *) ac_try_echo=$ac_try;; 28574 *) ac_try_echo=$ac_try;;
29973esac 28575esac
29974eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 28576eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29975$as_echo "$ac_try_echo") >&5
29976 (eval "$ac_compile") 2>conftest.er1 28577 (eval "$ac_compile") 2>conftest.er1
29977 ac_status=$? 28578 ac_status=$?
29978 grep -v '^ *+' conftest.er1 >conftest.err 28579 grep -v '^ *+' conftest.er1 >conftest.err
29979 rm -f conftest.er1 28580 rm -f conftest.er1
29980 cat conftest.err >&5 28581 cat conftest.err >&5
29981 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 28582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29982 (exit $ac_status); } && { 28583 (exit $ac_status); } && {
29983 test -z "$ac_c_werror_flag" || 28584 test -z "$ac_c_werror_flag" ||
29984 test ! -s conftest.err 28585 test ! -s conftest.err
29985 } && test -s conftest.$ac_objext; then 28586 } && test -s conftest.$ac_objext; then
29986 sp_expire_available=yes 28587 sp_expire_available=yes
29987else 28588else
29988 $as_echo "$as_me: failed program was:" >&5 28589 echo "$as_me: failed program was:" >&5
29989sed 's/^/| /' conftest.$ac_ext >&5 28590sed 's/^/| /' conftest.$ac_ext >&5
29990 28591
29991 28592
@@ -29995,16 +28596,16 @@ fi
29995rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 28596rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29996 28597
29997 if test "x$sp_expire_available" = "xyes" ; then 28598 if test "x$sp_expire_available" = "xyes" ; then
29998 { $as_echo "$as_me:$LINENO: result: yes" >&5 28599 { echo "$as_me:$LINENO: result: yes" >&5
29999$as_echo "yes" >&6; } 28600echo "${ECHO_T}yes" >&6; }
30000 28601
30001cat >>confdefs.h <<\_ACEOF 28602cat >>confdefs.h <<\_ACEOF
30002#define HAS_SHADOW_EXPIRE 1 28603#define HAS_SHADOW_EXPIRE 1
30003_ACEOF 28604_ACEOF
30004 28605
30005 else 28606 else
30006 { $as_echo "$as_me:$LINENO: result: no" >&5 28607 { echo "$as_me:$LINENO: result: no" >&5
30007$as_echo "no" >&6; } 28608echo "${ECHO_T}no" >&6; }
30008 fi 28609 fi
30009fi 28610fi
30010 28611
@@ -30039,8 +28640,8 @@ fi
30039# Check whether --enable-etc-default-login was given. 28640# Check whether --enable-etc-default-login was given.
30040if test "${enable_etc_default_login+set}" = set; then 28641if test "${enable_etc_default_login+set}" = set; then
30041 enableval=$enable_etc_default_login; if test "x$enableval" = "xno"; then 28642 enableval=$enable_etc_default_login; if test "x$enableval" = "xno"; then
30042 { $as_echo "$as_me:$LINENO: /etc/default/login handling disabled" >&5 28643 { echo "$as_me:$LINENO: /etc/default/login handling disabled" >&5
30043$as_echo "$as_me: /etc/default/login handling disabled" >&6;} 28644echo "$as_me: /etc/default/login handling disabled" >&6;}
30044 etc_default_login=no 28645 etc_default_login=no
30045 else 28646 else
30046 etc_default_login=yes 28647 etc_default_login=yes
@@ -30048,8 +28649,8 @@ $as_echo "$as_me: /etc/default/login handling disabled" >&6;}
30048else 28649else
30049 if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes"; 28650 if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes";
30050 then 28651 then
30051 { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking /etc/default/login" >&5 28652 { echo "$as_me:$LINENO: WARNING: cross compiling: not checking /etc/default/login" >&5
30052$as_echo "$as_me: WARNING: cross compiling: not checking /etc/default/login" >&2;} 28653echo "$as_me: WARNING: cross compiling: not checking /etc/default/login" >&2;}
30053 etc_default_login=no 28654 etc_default_login=no
30054 else 28655 else
30055 etc_default_login=yes 28656 etc_default_login=yes
@@ -30059,14 +28660,14 @@ fi
30059 28660
30060 28661
30061if test "x$etc_default_login" != "xno"; then 28662if test "x$etc_default_login" != "xno"; then
30062 { $as_echo "$as_me:$LINENO: checking for \"/etc/default/login\"" >&5 28663 { echo "$as_me:$LINENO: checking for \"/etc/default/login\"" >&5
30063$as_echo_n "checking for \"/etc/default/login\"... " >&6; } 28664echo $ECHO_N "checking for \"/etc/default/login\"... $ECHO_C" >&6; }
30064if test "${ac_cv_file___etc_default_login_+set}" = set; then 28665if test "${ac_cv_file___etc_default_login_+set}" = set; then
30065 $as_echo_n "(cached) " >&6 28666 echo $ECHO_N "(cached) $ECHO_C" >&6
30066else 28667else
30067 test "$cross_compiling" = yes && 28668 test "$cross_compiling" = yes &&
30068 { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 28669 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
30069$as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 28670echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
30070 { (exit 1); exit 1; }; } 28671 { (exit 1); exit 1; }; }
30071if test -r ""/etc/default/login""; then 28672if test -r ""/etc/default/login""; then
30072 ac_cv_file___etc_default_login_=yes 28673 ac_cv_file___etc_default_login_=yes
@@ -30074,8 +28675,8 @@ else
30074 ac_cv_file___etc_default_login_=no 28675 ac_cv_file___etc_default_login_=no
30075fi 28676fi
30076fi 28677fi
30077{ $as_echo "$as_me:$LINENO: result: $ac_cv_file___etc_default_login_" >&5 28678{ echo "$as_me:$LINENO: result: $ac_cv_file___etc_default_login_" >&5
30078$as_echo "$ac_cv_file___etc_default_login_" >&6; } 28679echo "${ECHO_T}$ac_cv_file___etc_default_login_" >&6; }
30079if test $ac_cv_file___etc_default_login_ = yes; then 28680if test $ac_cv_file___etc_default_login_ = yes; then
30080 external_path_file=/etc/default/login 28681 external_path_file=/etc/default/login
30081fi 28682fi
@@ -30101,18 +28702,18 @@ SERVER_PATH_MSG="(default)"
30101if test "${with_default_path+set}" = set; then 28702if test "${with_default_path+set}" = set; then
30102 withval=$with_default_path; 28703 withval=$with_default_path;
30103 if test "x$external_path_file" = "x/etc/login.conf" ; then 28704 if test "x$external_path_file" = "x/etc/login.conf" ; then
30104 { $as_echo "$as_me:$LINENO: WARNING: 28705 { echo "$as_me:$LINENO: WARNING:
30105--with-default-path=PATH has no effect on this system. 28706--with-default-path=PATH has no effect on this system.
30106Edit /etc/login.conf instead." >&5 28707Edit /etc/login.conf instead." >&5
30107$as_echo "$as_me: WARNING: 28708echo "$as_me: WARNING:
30108--with-default-path=PATH has no effect on this system. 28709--with-default-path=PATH has no effect on this system.
30109Edit /etc/login.conf instead." >&2;} 28710Edit /etc/login.conf instead." >&2;}
30110 elif test "x$withval" != "xno" ; then 28711 elif test "x$withval" != "xno" ; then
30111 if test ! -z "$external_path_file" ; then 28712 if test ! -z "$external_path_file" ; then
30112 { $as_echo "$as_me:$LINENO: WARNING: 28713 { echo "$as_me:$LINENO: WARNING:
30113--with-default-path=PATH will only be used if PATH is not defined in 28714--with-default-path=PATH will only be used if PATH is not defined in
30114$external_path_file ." >&5 28715$external_path_file ." >&5
30115$as_echo "$as_me: WARNING: 28716echo "$as_me: WARNING:
30116--with-default-path=PATH will only be used if PATH is not defined in 28717--with-default-path=PATH will only be used if PATH is not defined in
30117$external_path_file ." >&2;} 28718$external_path_file ." >&2;}
30118 fi 28719 fi
@@ -30122,14 +28723,14 @@ $external_path_file ." >&2;}
30122 28723
30123else 28724else
30124 if test "x$external_path_file" = "x/etc/login.conf" ; then 28725 if test "x$external_path_file" = "x/etc/login.conf" ; then
30125 { $as_echo "$as_me:$LINENO: WARNING: Make sure the path to scp is in /etc/login.conf" >&5 28726 { echo "$as_me:$LINENO: WARNING: Make sure the path to scp is in /etc/login.conf" >&5
30126$as_echo "$as_me: WARNING: Make sure the path to scp is in /etc/login.conf" >&2;} 28727echo "$as_me: WARNING: Make sure the path to scp is in /etc/login.conf" >&2;}
30127 else 28728 else
30128 if test ! -z "$external_path_file" ; then 28729 if test ! -z "$external_path_file" ; then
30129 { $as_echo "$as_me:$LINENO: WARNING: 28730 { echo "$as_me:$LINENO: WARNING:
30130If PATH is defined in $external_path_file, ensure the path to scp is included, 28731If PATH is defined in $external_path_file, ensure the path to scp is included,
30131otherwise scp will not work." >&5 28732otherwise scp will not work." >&5
30132$as_echo "$as_me: WARNING: 28733echo "$as_me: WARNING:
30133If PATH is defined in $external_path_file, ensure the path to scp is included, 28734If PATH is defined in $external_path_file, ensure the path to scp is included,
30134otherwise scp will not work." >&2;} 28735otherwise scp will not work." >&2;}
30135 fi 28736 fi
@@ -30183,32 +28784,29 @@ case "(($ac_try" in
30183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 28784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30184 *) ac_try_echo=$ac_try;; 28785 *) ac_try_echo=$ac_try;;
30185esac 28786esac
30186eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 28787eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30187$as_echo "$ac_try_echo") >&5
30188 (eval "$ac_link") 2>&5 28788 (eval "$ac_link") 2>&5
30189 ac_status=$? 28789 ac_status=$?
30190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 28790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30191 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 28791 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
30192 { (case "(($ac_try" in 28792 { (case "(($ac_try" in
30193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 28793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30194 *) ac_try_echo=$ac_try;; 28794 *) ac_try_echo=$ac_try;;
30195esac 28795esac
30196eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 28796eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30197$as_echo "$ac_try_echo") >&5
30198 (eval "$ac_try") 2>&5 28797 (eval "$ac_try") 2>&5
30199 ac_status=$? 28798 ac_status=$?
30200 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 28799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30201 (exit $ac_status); }; }; then 28800 (exit $ac_status); }; }; then
30202 user_path=`cat conftest.stdpath` 28801 user_path=`cat conftest.stdpath`
30203else 28802else
30204 $as_echo "$as_me: program exited with status $ac_status" >&5 28803 echo "$as_me: program exited with status $ac_status" >&5
30205$as_echo "$as_me: failed program was:" >&5 28804echo "$as_me: failed program was:" >&5
30206sed 's/^/| /' conftest.$ac_ext >&5 28805sed 's/^/| /' conftest.$ac_ext >&5
30207 28806
30208( exit $ac_status ) 28807( exit $ac_status )
30209 user_path="/usr/bin:/bin:/usr/sbin:/sbin" 28808 user_path="/usr/bin:/bin:/usr/sbin:/sbin"
30210fi 28809fi
30211rm -rf conftest.dSYM
30212rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 28810rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30213fi 28811fi
30214 28812
@@ -30226,8 +28824,8 @@ fi
30226 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1 28824 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
30227 if test $? -ne 0 ; then 28825 if test $? -ne 0 ; then
30228 user_path=$user_path:$t_bindir 28826 user_path=$user_path:$t_bindir
30229 { $as_echo "$as_me:$LINENO: result: Adding $t_bindir to USER_PATH so scp will work" >&5 28827 { echo "$as_me:$LINENO: result: Adding $t_bindir to USER_PATH so scp will work" >&5
30230$as_echo "Adding $t_bindir to USER_PATH so scp will work" >&6; } 28828echo "${ECHO_T}Adding $t_bindir to USER_PATH so scp will work" >&6; }
30231 fi 28829 fi
30232 fi 28830 fi
30233 fi 28831 fi
@@ -30263,16 +28861,16 @@ fi
30263 28861
30264 28862
30265 28863
30266{ $as_echo "$as_me:$LINENO: checking if we need to convert IPv4 in IPv6-mapped addresses" >&5 28864{ echo "$as_me:$LINENO: checking if we need to convert IPv4 in IPv6-mapped addresses" >&5
30267$as_echo_n "checking if we need to convert IPv4 in IPv6-mapped addresses... " >&6; } 28865echo $ECHO_N "checking if we need to convert IPv4 in IPv6-mapped addresses... $ECHO_C" >&6; }
30268IPV4_IN6_HACK_MSG="no" 28866IPV4_IN6_HACK_MSG="no"
30269 28867
30270# Check whether --with-4in6 was given. 28868# Check whether --with-4in6 was given.
30271if test "${with_4in6+set}" = set; then 28869if test "${with_4in6+set}" = set; then
30272 withval=$with_4in6; 28870 withval=$with_4in6;
30273 if test "x$withval" != "xno" ; then 28871 if test "x$withval" != "xno" ; then
30274 { $as_echo "$as_me:$LINENO: result: yes" >&5 28872 { echo "$as_me:$LINENO: result: yes" >&5
30275$as_echo "yes" >&6; } 28873echo "${ECHO_T}yes" >&6; }
30276 28874
30277cat >>confdefs.h <<\_ACEOF 28875cat >>confdefs.h <<\_ACEOF
30278#define IPV4_IN_IPV6 1 28876#define IPV4_IN_IPV6 1
@@ -30280,23 +28878,23 @@ _ACEOF
30280 28878
30281 IPV4_IN6_HACK_MSG="yes" 28879 IPV4_IN6_HACK_MSG="yes"
30282 else 28880 else
30283 { $as_echo "$as_me:$LINENO: result: no" >&5 28881 { echo "$as_me:$LINENO: result: no" >&5
30284$as_echo "no" >&6; } 28882echo "${ECHO_T}no" >&6; }
30285 fi 28883 fi
30286 28884
30287else 28885else
30288 28886
30289 if test "x$inet6_default_4in6" = "xyes"; then 28887 if test "x$inet6_default_4in6" = "xyes"; then
30290 { $as_echo "$as_me:$LINENO: result: yes (default)" >&5 28888 { echo "$as_me:$LINENO: result: yes (default)" >&5
30291$as_echo "yes (default)" >&6; } 28889echo "${ECHO_T}yes (default)" >&6; }
30292 cat >>confdefs.h <<\_ACEOF 28890 cat >>confdefs.h <<\_ACEOF
30293#define IPV4_IN_IPV6 1 28891#define IPV4_IN_IPV6 1
30294_ACEOF 28892_ACEOF
30295 28893
30296 IPV4_IN6_HACK_MSG="yes" 28894 IPV4_IN6_HACK_MSG="yes"
30297 else 28895 else
30298 { $as_echo "$as_me:$LINENO: result: no (default)" >&5 28896 { echo "$as_me:$LINENO: result: no (default)" >&5
30299$as_echo "no (default)" >&6; } 28897echo "${ECHO_T}no (default)" >&6; }
30300 fi 28898 fi
30301 28899
30302 28900
@@ -30340,8 +28938,8 @@ if test "${with_pid_dir+set}" = set; then
30340 test "x${withval}" != "xyes"; then 28938 test "x${withval}" != "xyes"; then
30341 piddir=$withval 28939 piddir=$withval
30342 if test ! -d $piddir ; then 28940 if test ! -d $piddir ; then
30343 { $as_echo "$as_me:$LINENO: WARNING: ** no $piddir directory on this system **" >&5 28941 { echo "$as_me:$LINENO: WARNING: ** no $piddir directory on this system **" >&5
30344$as_echo "$as_me: WARNING: ** no $piddir directory on this system **" >&2;} 28942echo "$as_me: WARNING: ** no $piddir directory on this system **" >&2;}
30345 fi 28943 fi
30346 fi 28944 fi
30347 28945
@@ -30482,8 +29080,8 @@ fi
30482 29080
30483 29081
30484 29082
30485{ $as_echo "$as_me:$LINENO: checking if your system defines LASTLOG_FILE" >&5 29083{ echo "$as_me:$LINENO: checking if your system defines LASTLOG_FILE" >&5
30486$as_echo_n "checking if your system defines LASTLOG_FILE... " >&6; } 29084echo $ECHO_N "checking if your system defines LASTLOG_FILE... $ECHO_C" >&6; }
30487cat >conftest.$ac_ext <<_ACEOF 29085cat >conftest.$ac_ext <<_ACEOF
30488/* confdefs.h. */ 29086/* confdefs.h. */
30489_ACEOF 29087_ACEOF
@@ -30517,29 +29115,28 @@ case "(($ac_try" in
30517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30518 *) ac_try_echo=$ac_try;; 29116 *) ac_try_echo=$ac_try;;
30519esac 29117esac
30520eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 29118eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30521$as_echo "$ac_try_echo") >&5
30522 (eval "$ac_compile") 2>conftest.er1 29119 (eval "$ac_compile") 2>conftest.er1
30523 ac_status=$? 29120 ac_status=$?
30524 grep -v '^ *+' conftest.er1 >conftest.err 29121 grep -v '^ *+' conftest.er1 >conftest.err
30525 rm -f conftest.er1 29122 rm -f conftest.er1
30526 cat conftest.err >&5 29123 cat conftest.err >&5
30527 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 29124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30528 (exit $ac_status); } && { 29125 (exit $ac_status); } && {
30529 test -z "$ac_c_werror_flag" || 29126 test -z "$ac_c_werror_flag" ||
30530 test ! -s conftest.err 29127 test ! -s conftest.err
30531 } && test -s conftest.$ac_objext; then 29128 } && test -s conftest.$ac_objext; then
30532 { $as_echo "$as_me:$LINENO: result: yes" >&5 29129 { echo "$as_me:$LINENO: result: yes" >&5
30533$as_echo "yes" >&6; } 29130echo "${ECHO_T}yes" >&6; }
30534else 29131else
30535 $as_echo "$as_me: failed program was:" >&5 29132 echo "$as_me: failed program was:" >&5
30536sed 's/^/| /' conftest.$ac_ext >&5 29133sed 's/^/| /' conftest.$ac_ext >&5
30537 29134
30538 29135
30539 { $as_echo "$as_me:$LINENO: result: no" >&5 29136 { echo "$as_me:$LINENO: result: no" >&5
30540$as_echo "no" >&6; } 29137echo "${ECHO_T}no" >&6; }
30541 { $as_echo "$as_me:$LINENO: checking if your system defines _PATH_LASTLOG" >&5 29138 { echo "$as_me:$LINENO: checking if your system defines _PATH_LASTLOG" >&5
30542$as_echo_n "checking if your system defines _PATH_LASTLOG... " >&6; } 29139echo $ECHO_N "checking if your system defines _PATH_LASTLOG... $ECHO_C" >&6; }
30543 cat >conftest.$ac_ext <<_ACEOF 29140 cat >conftest.$ac_ext <<_ACEOF
30544/* confdefs.h. */ 29141/* confdefs.h. */
30545_ACEOF 29142_ACEOF
@@ -30570,27 +29167,26 @@ case "(($ac_try" in
30570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30571 *) ac_try_echo=$ac_try;; 29168 *) ac_try_echo=$ac_try;;
30572esac 29169esac
30573eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 29170eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30574$as_echo "$ac_try_echo") >&5
30575 (eval "$ac_compile") 2>conftest.er1 29171 (eval "$ac_compile") 2>conftest.er1
30576 ac_status=$? 29172 ac_status=$?
30577 grep -v '^ *+' conftest.er1 >conftest.err 29173 grep -v '^ *+' conftest.er1 >conftest.err
30578 rm -f conftest.er1 29174 rm -f conftest.er1
30579 cat conftest.err >&5 29175 cat conftest.err >&5
30580 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 29176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30581 (exit $ac_status); } && { 29177 (exit $ac_status); } && {
30582 test -z "$ac_c_werror_flag" || 29178 test -z "$ac_c_werror_flag" ||
30583 test ! -s conftest.err 29179 test ! -s conftest.err
30584 } && test -s conftest.$ac_objext; then 29180 } && test -s conftest.$ac_objext; then
30585 { $as_echo "$as_me:$LINENO: result: yes" >&5 29181 { echo "$as_me:$LINENO: result: yes" >&5
30586$as_echo "yes" >&6; } 29182echo "${ECHO_T}yes" >&6; }
30587else 29183else
30588 $as_echo "$as_me: failed program was:" >&5 29184 echo "$as_me: failed program was:" >&5
30589sed 's/^/| /' conftest.$ac_ext >&5 29185sed 's/^/| /' conftest.$ac_ext >&5
30590 29186
30591 29187
30592 { $as_echo "$as_me:$LINENO: result: no" >&5 29188 { echo "$as_me:$LINENO: result: no" >&5
30593$as_echo "no" >&6; } 29189echo "${ECHO_T}no" >&6; }
30594 system_lastlog_path=no 29190 system_lastlog_path=no
30595 29191
30596fi 29192fi
@@ -30610,8 +29206,8 @@ if test -z "$conf_lastlog_location"; then
30610 fi 29206 fi
30611 done 29207 done
30612 if test -z "$conf_lastlog_location"; then 29208 if test -z "$conf_lastlog_location"; then
30613 { $as_echo "$as_me:$LINENO: WARNING: ** Cannot find lastlog **" >&5 29209 { echo "$as_me:$LINENO: WARNING: ** Cannot find lastlog **" >&5
30614$as_echo "$as_me: WARNING: ** Cannot find lastlog **" >&2;} 29210echo "$as_me: WARNING: ** Cannot find lastlog **" >&2;}
30615 fi 29211 fi
30616 fi 29212 fi
30617fi 29213fi
@@ -30624,8 +29220,8 @@ _ACEOF
30624 29220
30625fi 29221fi
30626 29222
30627{ $as_echo "$as_me:$LINENO: checking if your system defines UTMP_FILE" >&5 29223{ echo "$as_me:$LINENO: checking if your system defines UTMP_FILE" >&5
30628$as_echo_n "checking if your system defines UTMP_FILE... " >&6; } 29224echo $ECHO_N "checking if your system defines UTMP_FILE... $ECHO_C" >&6; }
30629cat >conftest.$ac_ext <<_ACEOF 29225cat >conftest.$ac_ext <<_ACEOF
30630/* confdefs.h. */ 29226/* confdefs.h. */
30631_ACEOF 29227_ACEOF
@@ -30653,26 +29249,25 @@ case "(($ac_try" in
30653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30654 *) ac_try_echo=$ac_try;; 29250 *) ac_try_echo=$ac_try;;
30655esac 29251esac
30656eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 29252eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30657$as_echo "$ac_try_echo") >&5
30658 (eval "$ac_compile") 2>conftest.er1 29253 (eval "$ac_compile") 2>conftest.er1
30659 ac_status=$? 29254 ac_status=$?
30660 grep -v '^ *+' conftest.er1 >conftest.err 29255 grep -v '^ *+' conftest.er1 >conftest.err
30661 rm -f conftest.er1 29256 rm -f conftest.er1
30662 cat conftest.err >&5 29257 cat conftest.err >&5
30663 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 29258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30664 (exit $ac_status); } && { 29259 (exit $ac_status); } && {
30665 test -z "$ac_c_werror_flag" || 29260 test -z "$ac_c_werror_flag" ||
30666 test ! -s conftest.err 29261 test ! -s conftest.err
30667 } && test -s conftest.$ac_objext; then 29262 } && test -s conftest.$ac_objext; then
30668 { $as_echo "$as_me:$LINENO: result: yes" >&5 29263 { echo "$as_me:$LINENO: result: yes" >&5
30669$as_echo "yes" >&6; } 29264echo "${ECHO_T}yes" >&6; }
30670else 29265else
30671 $as_echo "$as_me: failed program was:" >&5 29266 echo "$as_me: failed program was:" >&5
30672sed 's/^/| /' conftest.$ac_ext >&5 29267sed 's/^/| /' conftest.$ac_ext >&5
30673 29268
30674 { $as_echo "$as_me:$LINENO: result: no" >&5 29269 { echo "$as_me:$LINENO: result: no" >&5
30675$as_echo "no" >&6; } 29270echo "${ECHO_T}no" >&6; }
30676 system_utmp_path=no 29271 system_utmp_path=no
30677 29272
30678fi 29273fi
@@ -30701,8 +29296,8 @@ _ACEOF
30701 29296
30702fi 29297fi
30703 29298
30704{ $as_echo "$as_me:$LINENO: checking if your system defines WTMP_FILE" >&5 29299{ echo "$as_me:$LINENO: checking if your system defines WTMP_FILE" >&5
30705$as_echo_n "checking if your system defines WTMP_FILE... " >&6; } 29300echo $ECHO_N "checking if your system defines WTMP_FILE... $ECHO_C" >&6; }
30706cat >conftest.$ac_ext <<_ACEOF 29301cat >conftest.$ac_ext <<_ACEOF
30707/* confdefs.h. */ 29302/* confdefs.h. */
30708_ACEOF 29303_ACEOF
@@ -30730,26 +29325,25 @@ case "(($ac_try" in
30730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30731 *) ac_try_echo=$ac_try;; 29326 *) ac_try_echo=$ac_try;;
30732esac 29327esac
30733eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 29328eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30734$as_echo "$ac_try_echo") >&5
30735 (eval "$ac_compile") 2>conftest.er1 29329 (eval "$ac_compile") 2>conftest.er1
30736 ac_status=$? 29330 ac_status=$?
30737 grep -v '^ *+' conftest.er1 >conftest.err 29331 grep -v '^ *+' conftest.er1 >conftest.err
30738 rm -f conftest.er1 29332 rm -f conftest.er1
30739 cat conftest.err >&5 29333 cat conftest.err >&5
30740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 29334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30741 (exit $ac_status); } && { 29335 (exit $ac_status); } && {
30742 test -z "$ac_c_werror_flag" || 29336 test -z "$ac_c_werror_flag" ||
30743 test ! -s conftest.err 29337 test ! -s conftest.err
30744 } && test -s conftest.$ac_objext; then 29338 } && test -s conftest.$ac_objext; then
30745 { $as_echo "$as_me:$LINENO: result: yes" >&5 29339 { echo "$as_me:$LINENO: result: yes" >&5
30746$as_echo "yes" >&6; } 29340echo "${ECHO_T}yes" >&6; }
30747else 29341else
30748 $as_echo "$as_me: failed program was:" >&5 29342 echo "$as_me: failed program was:" >&5
30749sed 's/^/| /' conftest.$ac_ext >&5 29343sed 's/^/| /' conftest.$ac_ext >&5
30750 29344
30751 { $as_echo "$as_me:$LINENO: result: no" >&5 29345 { echo "$as_me:$LINENO: result: no" >&5
30752$as_echo "no" >&6; } 29346echo "${ECHO_T}no" >&6; }
30753 system_wtmp_path=no 29347 system_wtmp_path=no
30754 29348
30755fi 29349fi
@@ -30779,8 +29373,8 @@ _ACEOF
30779fi 29373fi
30780 29374
30781 29375
30782{ $as_echo "$as_me:$LINENO: checking if your system defines UTMPX_FILE" >&5 29376{ echo "$as_me:$LINENO: checking if your system defines UTMPX_FILE" >&5
30783$as_echo_n "checking if your system defines UTMPX_FILE... " >&6; } 29377echo $ECHO_N "checking if your system defines UTMPX_FILE... $ECHO_C" >&6; }
30784cat >conftest.$ac_ext <<_ACEOF 29378cat >conftest.$ac_ext <<_ACEOF
30785/* confdefs.h. */ 29379/* confdefs.h. */
30786_ACEOF 29380_ACEOF
@@ -30811,26 +29405,25 @@ case "(($ac_try" in
30811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30812 *) ac_try_echo=$ac_try;; 29406 *) ac_try_echo=$ac_try;;
30813esac 29407esac
30814eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 29408eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30815$as_echo "$ac_try_echo") >&5
30816 (eval "$ac_compile") 2>conftest.er1 29409 (eval "$ac_compile") 2>conftest.er1
30817 ac_status=$? 29410 ac_status=$?
30818 grep -v '^ *+' conftest.er1 >conftest.err 29411 grep -v '^ *+' conftest.er1 >conftest.err
30819 rm -f conftest.er1 29412 rm -f conftest.er1
30820 cat conftest.err >&5 29413 cat conftest.err >&5
30821 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 29414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30822 (exit $ac_status); } && { 29415 (exit $ac_status); } && {
30823 test -z "$ac_c_werror_flag" || 29416 test -z "$ac_c_werror_flag" ||
30824 test ! -s conftest.err 29417 test ! -s conftest.err
30825 } && test -s conftest.$ac_objext; then 29418 } && test -s conftest.$ac_objext; then
30826 { $as_echo "$as_me:$LINENO: result: yes" >&5 29419 { echo "$as_me:$LINENO: result: yes" >&5
30827$as_echo "yes" >&6; } 29420echo "${ECHO_T}yes" >&6; }
30828else 29421else
30829 $as_echo "$as_me: failed program was:" >&5 29422 echo "$as_me: failed program was:" >&5
30830sed 's/^/| /' conftest.$ac_ext >&5 29423sed 's/^/| /' conftest.$ac_ext >&5
30831 29424
30832 { $as_echo "$as_me:$LINENO: result: no" >&5 29425 { echo "$as_me:$LINENO: result: no" >&5
30833$as_echo "no" >&6; } 29426echo "${ECHO_T}no" >&6; }
30834 system_utmpx_path=no 29427 system_utmpx_path=no
30835 29428
30836fi 29429fi
@@ -30851,8 +29444,8 @@ _ACEOF
30851 29444
30852fi 29445fi
30853 29446
30854{ $as_echo "$as_me:$LINENO: checking if your system defines WTMPX_FILE" >&5 29447{ echo "$as_me:$LINENO: checking if your system defines WTMPX_FILE" >&5
30855$as_echo_n "checking if your system defines WTMPX_FILE... " >&6; } 29448echo $ECHO_N "checking if your system defines WTMPX_FILE... $ECHO_C" >&6; }
30856cat >conftest.$ac_ext <<_ACEOF 29449cat >conftest.$ac_ext <<_ACEOF
30857/* confdefs.h. */ 29450/* confdefs.h. */
30858_ACEOF 29451_ACEOF
@@ -30883,26 +29476,25 @@ case "(($ac_try" in
30883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30884 *) ac_try_echo=$ac_try;; 29477 *) ac_try_echo=$ac_try;;
30885esac 29478esac
30886eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 29479eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30887$as_echo "$ac_try_echo") >&5
30888 (eval "$ac_compile") 2>conftest.er1 29480 (eval "$ac_compile") 2>conftest.er1
30889 ac_status=$? 29481 ac_status=$?
30890 grep -v '^ *+' conftest.er1 >conftest.err 29482 grep -v '^ *+' conftest.er1 >conftest.err
30891 rm -f conftest.er1 29483 rm -f conftest.er1
30892 cat conftest.err >&5 29484 cat conftest.err >&5
30893 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 29485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30894 (exit $ac_status); } && { 29486 (exit $ac_status); } && {
30895 test -z "$ac_c_werror_flag" || 29487 test -z "$ac_c_werror_flag" ||
30896 test ! -s conftest.err 29488 test ! -s conftest.err
30897 } && test -s conftest.$ac_objext; then 29489 } && test -s conftest.$ac_objext; then
30898 { $as_echo "$as_me:$LINENO: result: yes" >&5 29490 { echo "$as_me:$LINENO: result: yes" >&5
30899$as_echo "yes" >&6; } 29491echo "${ECHO_T}yes" >&6; }
30900else 29492else
30901 $as_echo "$as_me: failed program was:" >&5 29493 echo "$as_me: failed program was:" >&5
30902sed 's/^/| /' conftest.$ac_ext >&5 29494sed 's/^/| /' conftest.$ac_ext >&5
30903 29495
30904 { $as_echo "$as_me:$LINENO: result: no" >&5 29496 { echo "$as_me:$LINENO: result: no" >&5
30905$as_echo "no" >&6; } 29497echo "${ECHO_T}no" >&6; }
30906 system_wtmpx_path=no 29498 system_wtmpx_path=no
30907 29499
30908fi 29500fi
@@ -30926,8 +29518,8 @@ fi
30926 29518
30927if test ! -z "$blibpath" ; then 29519if test ! -z "$blibpath" ; then
30928 LDFLAGS="$LDFLAGS $blibflags$blibpath" 29520 LDFLAGS="$LDFLAGS $blibflags$blibpath"
30929 { $as_echo "$as_me:$LINENO: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&5 29521 { echo "$as_me:$LINENO: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&5
30930$as_echo "$as_me: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&2;} 29522echo "$as_me: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&2;}
30931fi 29523fi
30932 29524
30933CFLAGS="$CFLAGS $werror_flags" 29525CFLAGS="$CFLAGS $werror_flags"
@@ -30942,7 +29534,7 @@ else
30942fi 29534fi
30943 29535
30944 29536
30945ac_config_files="$ac_config_files Makefile buildpkg.sh opensshd.init openssh.xml openbsd-compat/Makefile openbsd-compat/regress/Makefile scard/Makefile ssh_prng_cmds survey.sh" 29537ac_config_files="$ac_config_files Makefile buildpkg.sh opensshd.init openssh.xml openbsd-compat/Makefile openbsd-compat/regress/Makefile ssh_prng_cmds survey.sh"
30946 29538
30947cat >confcache <<\_ACEOF 29539cat >confcache <<\_ACEOF
30948# This file is a shell script that caches the results of configure 29540# This file is a shell script that caches the results of configure
@@ -30971,12 +29563,11 @@ _ACEOF
30971 case $ac_val in #( 29563 case $ac_val in #(
30972 *${as_nl}*) 29564 *${as_nl}*)
30973 case $ac_var in #( 29565 case $ac_var in #(
30974 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 29566 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
30975$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 29567echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
30976 esac 29568 esac
30977 case $ac_var in #( 29569 case $ac_var in #(
30978 _ | IFS | as_nl) ;; #( 29570 _ | IFS | as_nl) ;; #(
30979 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
30980 *) $as_unset $ac_var ;; 29571 *) $as_unset $ac_var ;;
30981 esac ;; 29572 esac ;;
30982 esac 29573 esac
@@ -31009,12 +29600,12 @@ $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
31009if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 29600if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
31010 if test -w "$cache_file"; then 29601 if test -w "$cache_file"; then
31011 test "x$cache_file" != "x/dev/null" && 29602 test "x$cache_file" != "x/dev/null" &&
31012 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 29603 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
31013$as_echo "$as_me: updating cache $cache_file" >&6;} 29604echo "$as_me: updating cache $cache_file" >&6;}
31014 cat confcache >$cache_file 29605 cat confcache >$cache_file
31015 else 29606 else
31016 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 29607 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
31017$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 29608echo "$as_me: not updating unwritable cache $cache_file" >&6;}
31018 fi 29609 fi
31019fi 29610fi
31020rm -f confcache 29611rm -f confcache
@@ -31030,7 +29621,7 @@ ac_ltlibobjs=
31030for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 29621for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
31031 # 1. Remove the extension, and $U if already installed. 29622 # 1. Remove the extension, and $U if already installed.
31032 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 29623 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
31033 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 29624 ac_i=`echo "$ac_i" | sed "$ac_script"`
31034 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 29625 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
31035 # will be set to the directory where LIBOBJS objects are built. 29626 # will be set to the directory where LIBOBJS objects are built.
31036 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 29627 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
@@ -31042,14 +29633,12 @@ LTLIBOBJS=$ac_ltlibobjs
31042 29633
31043 29634
31044 29635
31045
31046: ${CONFIG_STATUS=./config.status} 29636: ${CONFIG_STATUS=./config.status}
31047ac_write_fail=0
31048ac_clean_files_save=$ac_clean_files 29637ac_clean_files_save=$ac_clean_files
31049ac_clean_files="$ac_clean_files $CONFIG_STATUS" 29638ac_clean_files="$ac_clean_files $CONFIG_STATUS"
31050{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 29639{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
31051$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 29640echo "$as_me: creating $CONFIG_STATUS" >&6;}
31052cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 29641cat >$CONFIG_STATUS <<_ACEOF
31053#! $SHELL 29642#! $SHELL
31054# Generated by $as_me. 29643# Generated by $as_me.
31055# Run this file to recreate the current configuration. 29644# Run this file to recreate the current configuration.
@@ -31062,7 +29651,7 @@ ac_cs_silent=false
31062SHELL=\${CONFIG_SHELL-$SHELL} 29651SHELL=\${CONFIG_SHELL-$SHELL}
31063_ACEOF 29652_ACEOF
31064 29653
31065cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 29654cat >>$CONFIG_STATUS <<\_ACEOF
31066## --------------------- ## 29655## --------------------- ##
31067## M4sh Initialization. ## 29656## M4sh Initialization. ##
31068## --------------------- ## 29657## --------------------- ##
@@ -31072,7 +29661,7 @@ DUALCASE=1; export DUALCASE # for MKS sh
31072if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 29661if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
31073 emulate sh 29662 emulate sh
31074 NULLCMD=: 29663 NULLCMD=:
31075 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 29664 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
31076 # is contrary to our usage. Disable this feature. 29665 # is contrary to our usage. Disable this feature.
31077 alias -g '${1+"$@"}'='"$@"' 29666 alias -g '${1+"$@"}'='"$@"'
31078 setopt NO_GLOB_SUBST 29667 setopt NO_GLOB_SUBST
@@ -31094,45 +29683,17 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS
31094as_cr_digits='0123456789' 29683as_cr_digits='0123456789'
31095as_cr_alnum=$as_cr_Letters$as_cr_digits 29684as_cr_alnum=$as_cr_Letters$as_cr_digits
31096 29685
31097as_nl='
31098'
31099export as_nl
31100# Printing a long string crashes Solaris 7 /usr/bin/printf.
31101as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
31102as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
31103as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
31104if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
31105 as_echo='printf %s\n'
31106 as_echo_n='printf %s'
31107else
31108 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
31109 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
31110 as_echo_n='/usr/ucb/echo -n'
31111 else
31112 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
31113 as_echo_n_body='eval
31114 arg=$1;
31115 case $arg in
31116 *"$as_nl"*)
31117 expr "X$arg" : "X\\(.*\\)$as_nl";
31118 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
31119 esac;
31120 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
31121 '
31122 export as_echo_n_body
31123 as_echo_n='sh -c $as_echo_n_body as_echo'
31124 fi
31125 export as_echo_body
31126 as_echo='sh -c $as_echo_body as_echo'
31127fi
31128
31129# The user is always right. 29686# The user is always right.
31130if test "${PATH_SEPARATOR+set}" != set; then 29687if test "${PATH_SEPARATOR+set}" != set; then
31131 PATH_SEPARATOR=: 29688 echo "#! /bin/sh" >conf$$.sh
31132 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 29689 echo "exit 0" >>conf$$.sh
31133 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 29690 chmod +x conf$$.sh
31134 PATH_SEPARATOR=';' 29691 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
31135 } 29692 PATH_SEPARATOR=';'
29693 else
29694 PATH_SEPARATOR=:
29695 fi
29696 rm -f conf$$.sh
31136fi 29697fi
31137 29698
31138# Support unset when possible. 29699# Support unset when possible.
@@ -31148,6 +29709,8 @@ fi
31148# there to prevent editors from complaining about space-tab. 29709# there to prevent editors from complaining about space-tab.
31149# (If _AS_PATH_WALK were called with IFS unset, it would disable word 29710# (If _AS_PATH_WALK were called with IFS unset, it would disable word
31150# splitting by setting IFS to empty value.) 29711# splitting by setting IFS to empty value.)
29712as_nl='
29713'
31151IFS=" "" $as_nl" 29714IFS=" "" $as_nl"
31152 29715
31153# Find who we are. Look in the path if we contain no directory separator. 29716# Find who we are. Look in the path if we contain no directory separator.
@@ -31170,7 +29733,7 @@ if test "x$as_myself" = x; then
31170 as_myself=$0 29733 as_myself=$0
31171fi 29734fi
31172if test ! -f "$as_myself"; then 29735if test ! -f "$as_myself"; then
31173 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 29736 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
31174 { (exit 1); exit 1; } 29737 { (exit 1); exit 1; }
31175fi 29738fi
31176 29739
@@ -31183,10 +29746,17 @@ PS2='> '
31183PS4='+ ' 29746PS4='+ '
31184 29747
31185# NLS nuisances. 29748# NLS nuisances.
31186LC_ALL=C 29749for as_var in \
31187export LC_ALL 29750 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
31188LANGUAGE=C 29751 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
31189export LANGUAGE 29752 LC_TELEPHONE LC_TIME
29753do
29754 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
29755 eval $as_var=C; export $as_var
29756 else
29757 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
29758 fi
29759done
31190 29760
31191# Required to use basename. 29761# Required to use basename.
31192if expr a : '\(a\)' >/dev/null 2>&1 && 29762if expr a : '\(a\)' >/dev/null 2>&1 &&
@@ -31208,7 +29778,7 @@ as_me=`$as_basename -- "$0" ||
31208$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 29778$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
31209 X"$0" : 'X\(//\)$' \| \ 29779 X"$0" : 'X\(//\)$' \| \
31210 X"$0" : 'X\(/\)' \| . 2>/dev/null || 29780 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
31211$as_echo X/"$0" | 29781echo X/"$0" |
31212 sed '/^.*\/\([^/][^/]*\)\/*$/{ 29782 sed '/^.*\/\([^/][^/]*\)\/*$/{
31213 s//\1/ 29783 s//\1/
31214 q 29784 q
@@ -31259,7 +29829,7 @@ $as_unset CDPATH
31259 s/-\n.*// 29829 s/-\n.*//
31260 ' >$as_me.lineno && 29830 ' >$as_me.lineno &&
31261 chmod +x "$as_me.lineno" || 29831 chmod +x "$as_me.lineno" ||
31262 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 29832 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
31263 { (exit 1); exit 1; }; } 29833 { (exit 1); exit 1; }; }
31264 29834
31265 # Don't try to exec as it changes $[0], causing all sort of problems 29835 # Don't try to exec as it changes $[0], causing all sort of problems
@@ -31287,6 +29857,7 @@ case `echo -n x` in
31287*) 29857*)
31288 ECHO_N='-n';; 29858 ECHO_N='-n';;
31289esac 29859esac
29860
31290if expr a : '\(a\)' >/dev/null 2>&1 && 29861if expr a : '\(a\)' >/dev/null 2>&1 &&
31291 test "X`expr 00001 : '.*\(...\)'`" = X001; then 29862 test "X`expr 00001 : '.*\(...\)'`" = X001; then
31292 as_expr=expr 29863 as_expr=expr
@@ -31299,22 +29870,19 @@ if test -d conf$$.dir; then
31299 rm -f conf$$.dir/conf$$.file 29870 rm -f conf$$.dir/conf$$.file
31300else 29871else
31301 rm -f conf$$.dir 29872 rm -f conf$$.dir
31302 mkdir conf$$.dir 2>/dev/null 29873 mkdir conf$$.dir
31303fi 29874fi
31304if (echo >conf$$.file) 2>/dev/null; then 29875echo >conf$$.file
31305 if ln -s conf$$.file conf$$ 2>/dev/null; then 29876if ln -s conf$$.file conf$$ 2>/dev/null; then
31306 as_ln_s='ln -s' 29877 as_ln_s='ln -s'
31307 # ... but there are two gotchas: 29878 # ... but there are two gotchas:
31308 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 29879 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
31309 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 29880 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
31310 # In both cases, we have to default to `cp -p'. 29881 # In both cases, we have to default to `cp -p'.
31311 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 29882 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
31312 as_ln_s='cp -p'
31313 elif ln conf$$.file conf$$ 2>/dev/null; then
31314 as_ln_s=ln
31315 else
31316 as_ln_s='cp -p' 29883 as_ln_s='cp -p'
31317 fi 29884elif ln conf$$.file conf$$ 2>/dev/null; then
29885 as_ln_s=ln
31318else 29886else
31319 as_ln_s='cp -p' 29887 as_ln_s='cp -p'
31320fi 29888fi
@@ -31339,10 +29907,10 @@ else
31339 as_test_x=' 29907 as_test_x='
31340 eval sh -c '\'' 29908 eval sh -c '\''
31341 if test -d "$1"; then 29909 if test -d "$1"; then
31342 test -d "$1/."; 29910 test -d "$1/.";
31343 else 29911 else
31344 case $1 in 29912 case $1 in
31345 -*)set "./$1";; 29913 -*)set "./$1";;
31346 esac; 29914 esac;
31347 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 29915 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
31348 ???[sx]*):;;*)false;;esac;fi 29916 ???[sx]*):;;*)false;;esac;fi
@@ -31365,7 +29933,7 @@ exec 6>&1
31365# values after options handling. 29933# values after options handling.
31366ac_log=" 29934ac_log="
31367This file was extended by OpenSSH $as_me Portable, which was 29935This file was extended by OpenSSH $as_me Portable, which was
31368generated by GNU Autoconf 2.62. Invocation command line was 29936generated by GNU Autoconf 2.61. Invocation command line was
31369 29937
31370 CONFIG_FILES = $CONFIG_FILES 29938 CONFIG_FILES = $CONFIG_FILES
31371 CONFIG_HEADERS = $CONFIG_HEADERS 29939 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -31378,14 +29946,14 @@ on `(hostname || uname -n) 2>/dev/null | sed 1q`
31378 29946
31379_ACEOF 29947_ACEOF
31380 29948
31381cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 29949cat >>$CONFIG_STATUS <<_ACEOF
31382# Files that config.status was made for. 29950# Files that config.status was made for.
31383config_files="$ac_config_files" 29951config_files="$ac_config_files"
31384config_headers="$ac_config_headers" 29952config_headers="$ac_config_headers"
31385 29953
31386_ACEOF 29954_ACEOF
31387 29955
31388cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 29956cat >>$CONFIG_STATUS <<\_ACEOF
31389ac_cs_usage="\ 29957ac_cs_usage="\
31390\`$as_me' instantiates files from templates according to the 29958\`$as_me' instantiates files from templates according to the
31391current configuration. 29959current configuration.
@@ -31398,9 +29966,9 @@ Usage: $0 [OPTIONS] [FILE]...
31398 -d, --debug don't remove temporary files 29966 -d, --debug don't remove temporary files
31399 --recheck update $as_me by reconfiguring in the same conditions 29967 --recheck update $as_me by reconfiguring in the same conditions
31400 --file=FILE[:TEMPLATE] 29968 --file=FILE[:TEMPLATE]
31401 instantiate the configuration file FILE 29969 instantiate the configuration file FILE
31402 --header=FILE[:TEMPLATE] 29970 --header=FILE[:TEMPLATE]
31403 instantiate the configuration header FILE 29971 instantiate the configuration header FILE
31404 29972
31405Configuration files: 29973Configuration files:
31406$config_files 29974$config_files
@@ -31411,25 +29979,24 @@ $config_headers
31411Report bugs to <bug-autoconf@gnu.org>." 29979Report bugs to <bug-autoconf@gnu.org>."
31412 29980
31413_ACEOF 29981_ACEOF
31414cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 29982cat >>$CONFIG_STATUS <<_ACEOF
31415ac_cs_version="\\ 29983ac_cs_version="\\
31416OpenSSH config.status Portable 29984OpenSSH config.status Portable
31417configured by $0, generated by GNU Autoconf 2.62, 29985configured by $0, generated by GNU Autoconf 2.61,
31418 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 29986 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
31419 29987
31420Copyright (C) 2008 Free Software Foundation, Inc. 29988Copyright (C) 2006 Free Software Foundation, Inc.
31421This config.status script is free software; the Free Software Foundation 29989This config.status script is free software; the Free Software Foundation
31422gives unlimited permission to copy, distribute and modify it." 29990gives unlimited permission to copy, distribute and modify it."
31423 29991
31424ac_pwd='$ac_pwd' 29992ac_pwd='$ac_pwd'
31425srcdir='$srcdir' 29993srcdir='$srcdir'
31426INSTALL='$INSTALL' 29994INSTALL='$INSTALL'
31427AWK='$AWK'
31428test -n "\$AWK" || AWK=awk
31429_ACEOF 29995_ACEOF
31430 29996
31431cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 29997cat >>$CONFIG_STATUS <<\_ACEOF
31432# The default lists apply if the user does not specify any file. 29998# If no file are specified by the user, then we need to provide default
29999# value. By we need to know if files were specified by the user.
31433ac_need_defaults=: 30000ac_need_defaults=:
31434while test $# != 0 30001while test $# != 0
31435do 30002do
@@ -31451,36 +30018,30 @@ do
31451 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 30018 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
31452 ac_cs_recheck=: ;; 30019 ac_cs_recheck=: ;;
31453 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 30020 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
31454 $as_echo "$ac_cs_version"; exit ;; 30021 echo "$ac_cs_version"; exit ;;
31455 --debug | --debu | --deb | --de | --d | -d ) 30022 --debug | --debu | --deb | --de | --d | -d )
31456 debug=: ;; 30023 debug=: ;;
31457 --file | --fil | --fi | --f ) 30024 --file | --fil | --fi | --f )
31458 $ac_shift 30025 $ac_shift
31459 case $ac_optarg in 30026 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
31460 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
31461 esac
31462 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
31463 ac_need_defaults=false;; 30027 ac_need_defaults=false;;
31464 --header | --heade | --head | --hea ) 30028 --header | --heade | --head | --hea )
31465 $ac_shift 30029 $ac_shift
31466 case $ac_optarg in 30030 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
31467 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
31468 esac
31469 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
31470 ac_need_defaults=false;; 30031 ac_need_defaults=false;;
31471 --he | --h) 30032 --he | --h)
31472 # Conflict between --help and --header 30033 # Conflict between --help and --header
31473 { $as_echo "$as_me: error: ambiguous option: $1 30034 { echo "$as_me: error: ambiguous option: $1
31474Try \`$0 --help' for more information." >&2 30035Try \`$0 --help' for more information." >&2
31475 { (exit 1); exit 1; }; };; 30036 { (exit 1); exit 1; }; };;
31476 --help | --hel | -h ) 30037 --help | --hel | -h )
31477 $as_echo "$ac_cs_usage"; exit ;; 30038 echo "$ac_cs_usage"; exit ;;
31478 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 30039 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
31479 | -silent | --silent | --silen | --sile | --sil | --si | --s) 30040 | -silent | --silent | --silen | --sile | --sil | --si | --s)
31480 ac_cs_silent=: ;; 30041 ac_cs_silent=: ;;
31481 30042
31482 # This is an error. 30043 # This is an error.
31483 -*) { $as_echo "$as_me: error: unrecognized option: $1 30044 -*) { echo "$as_me: error: unrecognized option: $1
31484Try \`$0 --help' for more information." >&2 30045Try \`$0 --help' for more information." >&2
31485 { (exit 1); exit 1; }; } ;; 30046 { (exit 1); exit 1; }; } ;;
31486 30047
@@ -31499,32 +30060,30 @@ if $ac_cs_silent; then
31499fi 30060fi
31500 30061
31501_ACEOF 30062_ACEOF
31502cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 30063cat >>$CONFIG_STATUS <<_ACEOF
31503if \$ac_cs_recheck; then 30064if \$ac_cs_recheck; then
31504 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 30065 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
31505 shift 30066 CONFIG_SHELL=$SHELL
31506 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
31507 CONFIG_SHELL='$SHELL'
31508 export CONFIG_SHELL 30067 export CONFIG_SHELL
31509 exec "\$@" 30068 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
31510fi 30069fi
31511 30070
31512_ACEOF 30071_ACEOF
31513cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 30072cat >>$CONFIG_STATUS <<\_ACEOF
31514exec 5>>config.log 30073exec 5>>config.log
31515{ 30074{
31516 echo 30075 echo
31517 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 30076 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
31518## Running $as_me. ## 30077## Running $as_me. ##
31519_ASBOX 30078_ASBOX
31520 $as_echo "$ac_log" 30079 echo "$ac_log"
31521} >&5 30080} >&5
31522 30081
31523_ACEOF 30082_ACEOF
31524cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 30083cat >>$CONFIG_STATUS <<_ACEOF
31525_ACEOF 30084_ACEOF
31526 30085
31527cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 30086cat >>$CONFIG_STATUS <<\_ACEOF
31528 30087
31529# Handling of arguments. 30088# Handling of arguments.
31530for ac_config_target in $ac_config_targets 30089for ac_config_target in $ac_config_targets
@@ -31537,12 +30096,11 @@ do
31537 "openssh.xml") CONFIG_FILES="$CONFIG_FILES openssh.xml" ;; 30096 "openssh.xml") CONFIG_FILES="$CONFIG_FILES openssh.xml" ;;
31538 "openbsd-compat/Makefile") CONFIG_FILES="$CONFIG_FILES openbsd-compat/Makefile" ;; 30097 "openbsd-compat/Makefile") CONFIG_FILES="$CONFIG_FILES openbsd-compat/Makefile" ;;
31539 "openbsd-compat/regress/Makefile") CONFIG_FILES="$CONFIG_FILES openbsd-compat/regress/Makefile" ;; 30098 "openbsd-compat/regress/Makefile") CONFIG_FILES="$CONFIG_FILES openbsd-compat/regress/Makefile" ;;
31540 "scard/Makefile") CONFIG_FILES="$CONFIG_FILES scard/Makefile" ;;
31541 "ssh_prng_cmds") CONFIG_FILES="$CONFIG_FILES ssh_prng_cmds" ;; 30099 "ssh_prng_cmds") CONFIG_FILES="$CONFIG_FILES ssh_prng_cmds" ;;
31542 "survey.sh") CONFIG_FILES="$CONFIG_FILES survey.sh" ;; 30100 "survey.sh") CONFIG_FILES="$CONFIG_FILES survey.sh" ;;
31543 30101
31544 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 30102 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
31545$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 30103echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
31546 { (exit 1); exit 1; }; };; 30104 { (exit 1); exit 1; }; };;
31547 esac 30105 esac
31548done 30106done
@@ -31582,143 +30140,216 @@ $debug ||
31582 (umask 077 && mkdir "$tmp") 30140 (umask 077 && mkdir "$tmp")
31583} || 30141} ||
31584{ 30142{
31585 $as_echo "$as_me: cannot create a temporary directory in ." >&2 30143 echo "$me: cannot create a temporary directory in ." >&2
31586 { (exit 1); exit 1; } 30144 { (exit 1); exit 1; }
31587} 30145}
31588 30146
31589# Set up the scripts for CONFIG_FILES section. 30147#
31590# No need to generate them if there are no CONFIG_FILES. 30148# Set up the sed scripts for CONFIG_FILES section.
31591# This happens for instance with `./config.status config.h'. 30149#
30150
30151# No need to generate the scripts if there are no CONFIG_FILES.
30152# This happens for instance when ./config.status config.h
31592if test -n "$CONFIG_FILES"; then 30153if test -n "$CONFIG_FILES"; then
31593 30154
30155_ACEOF
31594 30156
31595ac_cr=' ' 30157
31596ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 30158
31597if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 30159ac_delim='%!_!# '
31598 ac_cs_awk_cr='\\r' 30160for ac_last_try in false false false false false :; do
31599else 30161 cat >conf$$subs.sed <<_ACEOF
31600 ac_cs_awk_cr=$ac_cr 30162SHELL!$SHELL$ac_delim
30163PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
30164PACKAGE_NAME!$PACKAGE_NAME$ac_delim
30165PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
30166PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
30167PACKAGE_STRING!$PACKAGE_STRING$ac_delim
30168PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
30169exec_prefix!$exec_prefix$ac_delim
30170prefix!$prefix$ac_delim
30171program_transform_name!$program_transform_name$ac_delim
30172bindir!$bindir$ac_delim
30173sbindir!$sbindir$ac_delim
30174libexecdir!$libexecdir$ac_delim
30175datarootdir!$datarootdir$ac_delim
30176datadir!$datadir$ac_delim
30177sysconfdir!$sysconfdir$ac_delim
30178sharedstatedir!$sharedstatedir$ac_delim
30179localstatedir!$localstatedir$ac_delim
30180includedir!$includedir$ac_delim
30181oldincludedir!$oldincludedir$ac_delim
30182docdir!$docdir$ac_delim
30183infodir!$infodir$ac_delim
30184htmldir!$htmldir$ac_delim
30185dvidir!$dvidir$ac_delim
30186pdfdir!$pdfdir$ac_delim
30187psdir!$psdir$ac_delim
30188libdir!$libdir$ac_delim
30189localedir!$localedir$ac_delim
30190mandir!$mandir$ac_delim
30191DEFS!$DEFS$ac_delim
30192ECHO_C!$ECHO_C$ac_delim
30193ECHO_N!$ECHO_N$ac_delim
30194ECHO_T!$ECHO_T$ac_delim
30195LIBS!$LIBS$ac_delim
30196build_alias!$build_alias$ac_delim
30197host_alias!$host_alias$ac_delim
30198target_alias!$target_alias$ac_delim
30199CC!$CC$ac_delim
30200CFLAGS!$CFLAGS$ac_delim
30201LDFLAGS!$LDFLAGS$ac_delim
30202CPPFLAGS!$CPPFLAGS$ac_delim
30203ac_ct_CC!$ac_ct_CC$ac_delim
30204EXEEXT!$EXEEXT$ac_delim
30205OBJEXT!$OBJEXT$ac_delim
30206build!$build$ac_delim
30207build_cpu!$build_cpu$ac_delim
30208build_vendor!$build_vendor$ac_delim
30209build_os!$build_os$ac_delim
30210host!$host$ac_delim
30211host_cpu!$host_cpu$ac_delim
30212host_vendor!$host_vendor$ac_delim
30213host_os!$host_os$ac_delim
30214CPP!$CPP$ac_delim
30215GREP!$GREP$ac_delim
30216EGREP!$EGREP$ac_delim
30217AWK!$AWK$ac_delim
30218RANLIB!$RANLIB$ac_delim
30219INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
30220INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
30221INSTALL_DATA!$INSTALL_DATA$ac_delim
30222AR!$AR$ac_delim
30223CAT!$CAT$ac_delim
30224KILL!$KILL$ac_delim
30225PERL!$PERL$ac_delim
30226SED!$SED$ac_delim
30227ENT!$ENT$ac_delim
30228TEST_MINUS_S_SH!$TEST_MINUS_S_SH$ac_delim
30229SH!$SH$ac_delim
30230TEST_SHELL!$TEST_SHELL$ac_delim
30231PATH_GROUPADD_PROG!$PATH_GROUPADD_PROG$ac_delim
30232PATH_USERADD_PROG!$PATH_USERADD_PROG$ac_delim
30233MAKE_PACKAGE_SUPPORTED!$MAKE_PACKAGE_SUPPORTED$ac_delim
30234STARTUP_SCRIPT_SHELL!$STARTUP_SCRIPT_SHELL$ac_delim
30235LOGIN_PROGRAM_FALLBACK!$LOGIN_PROGRAM_FALLBACK$ac_delim
30236PATH_PASSWD_PROG!$PATH_PASSWD_PROG$ac_delim
30237LD!$LD$ac_delim
30238SSHDLIBS!$SSHDLIBS$ac_delim
30239LIBEDIT!$LIBEDIT$ac_delim
30240INSTALL_SSH_RAND_HELPER!$INSTALL_SSH_RAND_HELPER$ac_delim
30241SSH_PRIVSEP_USER!$SSH_PRIVSEP_USER$ac_delim
30242PROG_LS!$PROG_LS$ac_delim
30243PROG_NETSTAT!$PROG_NETSTAT$ac_delim
30244PROG_ARP!$PROG_ARP$ac_delim
30245PROG_IFCONFIG!$PROG_IFCONFIG$ac_delim
30246PROG_JSTAT!$PROG_JSTAT$ac_delim
30247PROG_PS!$PROG_PS$ac_delim
30248PROG_SAR!$PROG_SAR$ac_delim
30249PROG_W!$PROG_W$ac_delim
30250PROG_WHO!$PROG_WHO$ac_delim
30251PROG_LAST!$PROG_LAST$ac_delim
30252PROG_LASTLOG!$PROG_LASTLOG$ac_delim
30253PROG_DF!$PROG_DF$ac_delim
30254PROG_VMSTAT!$PROG_VMSTAT$ac_delim
30255PROG_UPTIME!$PROG_UPTIME$ac_delim
30256PROG_IPCS!$PROG_IPCS$ac_delim
30257PROG_TAIL!$PROG_TAIL$ac_delim
30258INSTALL_SSH_PRNG_CMDS!$INSTALL_SSH_PRNG_CMDS$ac_delim
30259_ACEOF
30260
30261 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
30262 break
30263 elif $ac_last_try; then
30264 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
30265echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
30266 { (exit 1); exit 1; }; }
30267 else
30268 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
30269 fi
30270done
30271
30272ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
30273if test -n "$ac_eof"; then
30274 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
30275 ac_eof=`expr $ac_eof + 1`
31601fi 30276fi
31602 30277
31603echo 'BEGIN {' >"$tmp/subs1.awk" && 30278cat >>$CONFIG_STATUS <<_ACEOF
30279cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
30280/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30281_ACEOF
30282sed '
30283s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
30284s/^/s,@/; s/!/@,|#_!!_#|/
30285:n
30286t n
30287s/'"$ac_delim"'$/,g/; t
30288s/$/\\/; p
30289N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
30290' >>$CONFIG_STATUS <conf$$subs.sed
30291rm -f conf$$subs.sed
30292cat >>$CONFIG_STATUS <<_ACEOF
30293CEOF$ac_eof
31604_ACEOF 30294_ACEOF
31605 30295
31606 30296
31607{
31608 echo "cat >conf$$subs.awk <<_ACEOF" &&
31609 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
31610 echo "_ACEOF"
31611} >conf$$subs.sh ||
31612 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
31613$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
31614 { (exit 1); exit 1; }; }
31615ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
31616ac_delim='%!_!# ' 30297ac_delim='%!_!# '
31617for ac_last_try in false false false false false :; do 30298for ac_last_try in false false false false false :; do
31618 . ./conf$$subs.sh || 30299 cat >conf$$subs.sed <<_ACEOF
31619 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 30300KRB5CONF!$KRB5CONF$ac_delim
31620$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 30301PRIVSEP_PATH!$PRIVSEP_PATH$ac_delim
31621 { (exit 1); exit 1; }; } 30302xauth_path!$xauth_path$ac_delim
31622 30303STRIP_OPT!$STRIP_OPT$ac_delim
31623 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then 30304XAUTH_PATH!$XAUTH_PATH$ac_delim
30305NROFF!$NROFF$ac_delim
30306MANTYPE!$MANTYPE$ac_delim
30307mansubdir!$mansubdir$ac_delim
30308user_path!$user_path$ac_delim
30309piddir!$piddir$ac_delim
30310TEST_SSH_IPV6!$TEST_SSH_IPV6$ac_delim
30311LIBOBJS!$LIBOBJS$ac_delim
30312LTLIBOBJS!$LTLIBOBJS$ac_delim
30313_ACEOF
30314
30315 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 13; then
31624 break 30316 break
31625 elif $ac_last_try; then 30317 elif $ac_last_try; then
31626 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 30318 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
31627$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 30319echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
31628 { (exit 1); exit 1; }; } 30320 { (exit 1); exit 1; }; }
31629 else 30321 else
31630 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 30322 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
31631 fi 30323 fi
31632done 30324done
31633rm -f conf$$subs.sh
31634
31635cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
31636cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
31637_ACEOF
31638sed -n '
31639h
31640s/^/S["/; s/!.*/"]=/
31641p
31642g
31643s/^[^!]*!//
31644:repl
31645t repl
31646s/'"$ac_delim"'$//
31647t delim
31648:nl
31649h
31650s/\(.\{148\}\).*/\1/
31651t more1
31652s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
31653p
31654n
31655b repl
31656:more1
31657s/["\\]/\\&/g; s/^/"/; s/$/"\\/
31658p
31659g
31660s/.\{148\}//
31661t nl
31662:delim
31663h
31664s/\(.\{148\}\).*/\1/
31665t more2
31666s/["\\]/\\&/g; s/^/"/; s/$/"/
31667p
31668b
31669:more2
31670s/["\\]/\\&/g; s/^/"/; s/$/"\\/
31671p
31672g
31673s/.\{148\}//
31674t delim
31675' <conf$$subs.awk | sed '
31676/^[^""]/{
31677 N
31678 s/\n//
31679}
31680' >>$CONFIG_STATUS || ac_write_fail=1
31681rm -f conf$$subs.awk
31682cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
31683_ACAWK
31684cat >>"\$tmp/subs1.awk" <<_ACAWK &&
31685 for (key in S) S_is_set[key] = 1
31686 FS = ""
31687 30325
31688} 30326ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
31689{ 30327if test -n "$ac_eof"; then
31690 line = $ 0 30328 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
31691 nfields = split(line, field, "@") 30329 ac_eof=`expr $ac_eof + 1`
31692 substed = 0 30330fi
31693 len = length(field[1]) 30331
31694 for (i = 2; i < nfields; i++) { 30332cat >>$CONFIG_STATUS <<_ACEOF
31695 key = field[i] 30333cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
31696 keylen = length(key) 30334/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
31697 if (S_is_set[key]) { 30335_ACEOF
31698 value = S[key] 30336sed '
31699 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 30337s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
31700 len += length(value) + length(field[++i]) 30338s/^/s,@/; s/!/@,|#_!!_#|/
31701 substed = 1 30339:n
31702 } else 30340t n
31703 len += 1 + keylen 30341s/'"$ac_delim"'$/,g/; t
31704 } 30342s/$/\\/; p
31705 30343N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
31706 print line 30344' >>$CONFIG_STATUS <conf$$subs.sed
31707} 30345rm -f conf$$subs.sed
31708 30346cat >>$CONFIG_STATUS <<_ACEOF
31709_ACAWK 30347:end
31710_ACEOF 30348s/|#_!!_#|//g
31711cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 30349CEOF$ac_eof
31712if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
31713 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
31714else
31715 cat
31716fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
31717 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
31718$as_echo "$as_me: error: could not setup config files machinery" >&2;}
31719 { (exit 1); exit 1; }; }
31720_ACEOF 30350_ACEOF
31721 30351
30352
31722# VPATH may cause trouble with some makes, so we remove $(srcdir), 30353# VPATH may cause trouble with some makes, so we remove $(srcdir),
31723# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 30354# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
31724# trailing colons and then remove the whole line if VPATH becomes empty 30355# trailing colons and then remove the whole line if VPATH becomes empty
@@ -31734,133 +30365,19 @@ s/^[^=]*=[ ]*$//
31734}' 30365}'
31735fi 30366fi
31736 30367
31737cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 30368cat >>$CONFIG_STATUS <<\_ACEOF
31738fi # test -n "$CONFIG_FILES" 30369fi # test -n "$CONFIG_FILES"
31739 30370
31740# Set up the scripts for CONFIG_HEADERS section.
31741# No need to generate them if there are no CONFIG_HEADERS.
31742# This happens for instance with `./config.status Makefile'.
31743if test -n "$CONFIG_HEADERS"; then
31744cat >"$tmp/defines.awk" <<\_ACAWK ||
31745BEGIN {
31746_ACEOF
31747
31748# Transform confdefs.h into an awk script `defines.awk', embedded as
31749# here-document in config.status, that substitutes the proper values into
31750# config.h.in to produce config.h.
31751
31752# Create a delimiter string that does not exist in confdefs.h, to ease
31753# handling of long lines.
31754ac_delim='%!_!# '
31755for ac_last_try in false false :; do
31756 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
31757 if test -z "$ac_t"; then
31758 break
31759 elif $ac_last_try; then
31760 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
31761$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
31762 { (exit 1); exit 1; }; }
31763 else
31764 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
31765 fi
31766done
31767
31768# For the awk script, D is an array of macro values keyed by name,
31769# likewise P contains macro parameters if any. Preserve backslash
31770# newline sequences.
31771 30371
31772ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 30372for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS
31773sed -n '
31774s/.\{148\}/&'"$ac_delim"'/g
31775t rset
31776:rset
31777s/^[ ]*#[ ]*define[ ][ ]*/ /
31778t def
31779d
31780:def
31781s/\\$//
31782t bsnl
31783s/["\\]/\\&/g
31784s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
31785D["\1"]=" \3"/p
31786s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
31787d
31788:bsnl
31789s/["\\]/\\&/g
31790s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
31791D["\1"]=" \3\\\\\\n"\\/p
31792t cont
31793s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
31794t cont
31795d
31796:cont
31797n
31798s/.\{148\}/&'"$ac_delim"'/g
31799t clear
31800:clear
31801s/\\$//
31802t bsnlc
31803s/["\\]/\\&/g; s/^/"/; s/$/"/p
31804d
31805:bsnlc
31806s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
31807b cont
31808' <confdefs.h | sed '
31809s/'"$ac_delim"'/"\\\
31810"/g' >>$CONFIG_STATUS || ac_write_fail=1
31811
31812cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
31813 for (key in D) D_is_set[key] = 1
31814 FS = ""
31815}
31816/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
31817 line = \$ 0
31818 split(line, arg, " ")
31819 if (arg[1] == "#") {
31820 defundef = arg[2]
31821 mac1 = arg[3]
31822 } else {
31823 defundef = substr(arg[1], 2)
31824 mac1 = arg[2]
31825 }
31826 split(mac1, mac2, "(") #)
31827 macro = mac2[1]
31828 if (D_is_set[macro]) {
31829 # Preserve the white space surrounding the "#".
31830 prefix = substr(line, 1, index(line, defundef) - 1)
31831 print prefix "define", macro P[macro] D[macro]
31832 next
31833 } else {
31834 # Replace #undef with comments. This is necessary, for example,
31835 # in the case of _POSIX_SOURCE, which is predefined and required
31836 # on some systems where configure will not decide to define it.
31837 if (defundef == "undef") {
31838 print "/*", line, "*/"
31839 next
31840 }
31841 }
31842}
31843{ print }
31844_ACAWK
31845_ACEOF
31846cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
31847 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
31848$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
31849 { (exit 1); exit 1; }; }
31850fi # test -n "$CONFIG_HEADERS"
31851
31852
31853eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS "
31854shift
31855for ac_tag
31856do 30373do
31857 case $ac_tag in 30374 case $ac_tag in
31858 :[FHLC]) ac_mode=$ac_tag; continue;; 30375 :[FHLC]) ac_mode=$ac_tag; continue;;
31859 esac 30376 esac
31860 case $ac_mode$ac_tag in 30377 case $ac_mode$ac_tag in
31861 :[FHL]*:*);; 30378 :[FHL]*:*);;
31862 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 30379 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
31863$as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} 30380echo "$as_me: error: Invalid tag $ac_tag." >&2;}
31864 { (exit 1); exit 1; }; };; 30381 { (exit 1); exit 1; }; };;
31865 :[FH]-) ac_tag=-:-;; 30382 :[FH]-) ac_tag=-:-;;
31866 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 30383 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
@@ -31889,38 +30406,26 @@ $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;}
31889 [\\/$]*) false;; 30406 [\\/$]*) false;;
31890 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 30407 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
31891 esac || 30408 esac ||
31892 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 30409 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
31893$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} 30410echo "$as_me: error: cannot find input file: $ac_f" >&2;}
31894 { (exit 1); exit 1; }; };; 30411 { (exit 1); exit 1; }; };;
31895 esac 30412 esac
31896 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 30413 ac_file_inputs="$ac_file_inputs $ac_f"
31897 ac_file_inputs="$ac_file_inputs '$ac_f'"
31898 done 30414 done
31899 30415
31900 # Let's still pretend it is `configure' which instantiates (i.e., don't 30416 # Let's still pretend it is `configure' which instantiates (i.e., don't
31901 # use $as_me), people would be surprised to read: 30417 # use $as_me), people would be surprised to read:
31902 # /* config.h. Generated by config.status. */ 30418 # /* config.h. Generated by config.status. */
31903 configure_input='Generated from '` 30419 configure_input="Generated from "`IFS=:
31904 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 30420 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
31905 `' by configure.'
31906 if test x"$ac_file" != x-; then 30421 if test x"$ac_file" != x-; then
31907 configure_input="$ac_file. $configure_input" 30422 configure_input="$ac_file. $configure_input"
31908 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 30423 { echo "$as_me:$LINENO: creating $ac_file" >&5
31909$as_echo "$as_me: creating $ac_file" >&6;} 30424echo "$as_me: creating $ac_file" >&6;}
31910 fi 30425 fi
31911 # Neutralize special characters interpreted by sed in replacement strings.
31912 case $configure_input in #(
31913 *\&* | *\|* | *\\* )
31914 ac_sed_conf_input=`$as_echo "$configure_input" |
31915 sed 's/[\\\\&|]/\\\\&/g'`;; #(
31916 *) ac_sed_conf_input=$configure_input;;
31917 esac
31918 30426
31919 case $ac_tag in 30427 case $ac_tag in
31920 *:-:* | *:-) cat >"$tmp/stdin" \ 30428 *:-:* | *:-) cat >"$tmp/stdin";;
31921 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
31922$as_echo "$as_me: error: could not create $ac_file" >&2;}
31923 { (exit 1); exit 1; }; } ;;
31924 esac 30429 esac
31925 ;; 30430 ;;
31926 esac 30431 esac
@@ -31930,7 +30435,7 @@ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
31930 X"$ac_file" : 'X\(//\)[^/]' \| \ 30435 X"$ac_file" : 'X\(//\)[^/]' \| \
31931 X"$ac_file" : 'X\(//\)$' \| \ 30436 X"$ac_file" : 'X\(//\)$' \| \
31932 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 30437 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
31933$as_echo X"$ac_file" | 30438echo X"$ac_file" |
31934 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 30439 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
31935 s//\1/ 30440 s//\1/
31936 q 30441 q
@@ -31956,7 +30461,7 @@ $as_echo X"$ac_file" |
31956 as_dirs= 30461 as_dirs=
31957 while :; do 30462 while :; do
31958 case $as_dir in #( 30463 case $as_dir in #(
31959 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 30464 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
31960 *) as_qdir=$as_dir;; 30465 *) as_qdir=$as_dir;;
31961 esac 30466 esac
31962 as_dirs="'$as_qdir' $as_dirs" 30467 as_dirs="'$as_qdir' $as_dirs"
@@ -31965,7 +30470,7 @@ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
31965 X"$as_dir" : 'X\(//\)[^/]' \| \ 30470 X"$as_dir" : 'X\(//\)[^/]' \| \
31966 X"$as_dir" : 'X\(//\)$' \| \ 30471 X"$as_dir" : 'X\(//\)$' \| \
31967 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 30472 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
31968$as_echo X"$as_dir" | 30473echo X"$as_dir" |
31969 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 30474 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
31970 s//\1/ 30475 s//\1/
31971 q 30476 q
@@ -31986,17 +30491,17 @@ $as_echo X"$as_dir" |
31986 test -d "$as_dir" && break 30491 test -d "$as_dir" && break
31987 done 30492 done
31988 test -z "$as_dirs" || eval "mkdir $as_dirs" 30493 test -z "$as_dirs" || eval "mkdir $as_dirs"
31989 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 30494 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
31990$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} 30495echo "$as_me: error: cannot create directory $as_dir" >&2;}
31991 { (exit 1); exit 1; }; }; } 30496 { (exit 1); exit 1; }; }; }
31992 ac_builddir=. 30497 ac_builddir=.
31993 30498
31994case "$ac_dir" in 30499case "$ac_dir" in
31995.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 30500.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
31996*) 30501*)
31997 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 30502 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
31998 # A ".." for each directory in $ac_dir_suffix. 30503 # A ".." for each directory in $ac_dir_suffix.
31999 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 30504 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
32000 case $ac_top_builddir_sub in 30505 case $ac_top_builddir_sub in
32001 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 30506 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
32002 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 30507 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
@@ -32036,13 +30541,12 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
32036 esac 30541 esac
32037_ACEOF 30542_ACEOF
32038 30543
32039cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 30544cat >>$CONFIG_STATUS <<\_ACEOF
32040# If the template does not know about datarootdir, expand it. 30545# If the template does not know about datarootdir, expand it.
32041# FIXME: This hack should be removed a few years after 2.60. 30546# FIXME: This hack should be removed a few years after 2.60.
32042ac_datarootdir_hack=; ac_datarootdir_seen= 30547ac_datarootdir_hack=; ac_datarootdir_seen=
32043 30548
32044ac_sed_dataroot=' 30549case `sed -n '/datarootdir/ {
32045/datarootdir/ {
32046 p 30550 p
32047 q 30551 q
32048} 30552}
@@ -32051,14 +30555,13 @@ ac_sed_dataroot='
32051/@infodir@/p 30555/@infodir@/p
32052/@localedir@/p 30556/@localedir@/p
32053/@mandir@/p 30557/@mandir@/p
32054' 30558' $ac_file_inputs` in
32055case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
32056*datarootdir*) ac_datarootdir_seen=yes;; 30559*datarootdir*) ac_datarootdir_seen=yes;;
32057*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 30560*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
32058 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 30561 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
32059$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 30562echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
32060_ACEOF 30563_ACEOF
32061cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 30564cat >>$CONFIG_STATUS <<_ACEOF
32062 ac_datarootdir_hack=' 30565 ac_datarootdir_hack='
32063 s&@datadir@&$datadir&g 30566 s&@datadir@&$datadir&g
32064 s&@docdir@&$docdir&g 30567 s&@docdir@&$docdir&g
@@ -32072,16 +30575,15 @@ _ACEOF
32072# Neutralize VPATH when `$srcdir' = `.'. 30575# Neutralize VPATH when `$srcdir' = `.'.
32073# Shell code in configure.ac might set extrasub. 30576# Shell code in configure.ac might set extrasub.
32074# FIXME: do we really want to maintain this feature? 30577# FIXME: do we really want to maintain this feature?
32075cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 30578cat >>$CONFIG_STATUS <<_ACEOF
32076ac_sed_extra="$ac_vpsub 30579 sed "$ac_vpsub
32077$extrasub 30580$extrasub
32078_ACEOF 30581_ACEOF
32079cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 30582cat >>$CONFIG_STATUS <<\_ACEOF
32080:t 30583:t
32081/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 30584/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
32082s|@configure_input@|$ac_sed_conf_input|;t t 30585s&@configure_input@&$configure_input&;t t
32083s&@top_builddir@&$ac_top_builddir_sub&;t t 30586s&@top_builddir@&$ac_top_builddir_sub&;t t
32084s&@top_build_prefix@&$ac_top_build_prefix&;t t
32085s&@srcdir@&$ac_srcdir&;t t 30587s&@srcdir@&$ac_srcdir&;t t
32086s&@abs_srcdir@&$ac_abs_srcdir&;t t 30588s&@abs_srcdir@&$ac_abs_srcdir&;t t
32087s&@top_srcdir@&$ac_top_srcdir&;t t 30589s&@top_srcdir@&$ac_top_srcdir&;t t
@@ -32091,58 +30593,119 @@ s&@abs_builddir@&$ac_abs_builddir&;t t
32091s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 30593s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
32092s&@INSTALL@&$ac_INSTALL&;t t 30594s&@INSTALL@&$ac_INSTALL&;t t
32093$ac_datarootdir_hack 30595$ac_datarootdir_hack
32094" 30596" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
32095eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
32096 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
32097$as_echo "$as_me: error: could not create $ac_file" >&2;}
32098 { (exit 1); exit 1; }; }
32099 30597
32100test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 30598test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
32101 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 30599 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
32102 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 30600 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
32103 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 30601 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
32104which seems to be undefined. Please make sure it is defined." >&5 30602which seems to be undefined. Please make sure it is defined." >&5
32105$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 30603echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
32106which seems to be undefined. Please make sure it is defined." >&2;} 30604which seems to be undefined. Please make sure it is defined." >&2;}
32107 30605
32108 rm -f "$tmp/stdin" 30606 rm -f "$tmp/stdin"
32109 case $ac_file in 30607 case $ac_file in
32110 -) cat "$tmp/out" && rm -f "$tmp/out";; 30608 -) cat "$tmp/out"; rm -f "$tmp/out";;
32111 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 30609 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
32112 esac \ 30610 esac
32113 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
32114$as_echo "$as_me: error: could not create $ac_file" >&2;}
32115 { (exit 1); exit 1; }; }
32116 ;; 30611 ;;
32117 :H) 30612 :H)
32118 # 30613 #
32119 # CONFIG_HEADER 30614 # CONFIG_HEADER
32120 # 30615 #
30616_ACEOF
30617
30618# Transform confdefs.h into a sed script `conftest.defines', that
30619# substitutes the proper values into config.h.in to produce config.h.
30620rm -f conftest.defines conftest.tail
30621# First, append a space to every undef/define line, to ease matching.
30622echo 's/$/ /' >conftest.defines
30623# Then, protect against being on the right side of a sed subst, or in
30624# an unquoted here document, in config.status. If some macros were
30625# called several times there might be several #defines for the same
30626# symbol, which is useless. But do not sort them, since the last
30627# AC_DEFINE must be honored.
30628ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
30629# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
30630# NAME is the cpp macro being defined, VALUE is the value it is being given.
30631# PARAMS is the parameter list in the macro definition--in most cases, it's
30632# just an empty string.
30633ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
30634ac_dB='\\)[ (].*,\\1define\\2'
30635ac_dC=' '
30636ac_dD=' ,'
30637
30638uniq confdefs.h |
30639 sed -n '
30640 t rset
30641 :rset
30642 s/^[ ]*#[ ]*define[ ][ ]*//
30643 t ok
30644 d
30645 :ok
30646 s/[\\&,]/\\&/g
30647 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
30648 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
30649 ' >>conftest.defines
30650
30651# Remove the space that was appended to ease matching.
30652# Then replace #undef with comments. This is necessary, for
30653# example, in the case of _POSIX_SOURCE, which is predefined and required
30654# on some systems where configure will not decide to define it.
30655# (The regexp can be short, since the line contains either #define or #undef.)
30656echo 's/ $//
30657s,^[ #]*u.*,/* & */,' >>conftest.defines
30658
30659# Break up conftest.defines:
30660ac_max_sed_lines=50
30661
30662# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
30663# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
30664# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
30665# et cetera.
30666ac_in='$ac_file_inputs'
30667ac_out='"$tmp/out1"'
30668ac_nxt='"$tmp/out2"'
30669
30670while :
30671do
30672 # Write a here document:
30673 cat >>$CONFIG_STATUS <<_ACEOF
30674 # First, check the format of the line:
30675 cat >"\$tmp/defines.sed" <<\\CEOF
30676/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
30677/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
30678b
30679:def
30680_ACEOF
30681 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
30682 echo 'CEOF
30683 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
30684 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
30685 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
30686 grep . conftest.tail >/dev/null || break
30687 rm -f conftest.defines
30688 mv conftest.tail conftest.defines
30689done
30690rm -f conftest.defines conftest.tail
30691
30692echo "ac_result=$ac_in" >>$CONFIG_STATUS
30693cat >>$CONFIG_STATUS <<\_ACEOF
32121 if test x"$ac_file" != x-; then 30694 if test x"$ac_file" != x-; then
32122 { 30695 echo "/* $configure_input */" >"$tmp/config.h"
32123 $as_echo "/* $configure_input */" \ 30696 cat "$ac_result" >>"$tmp/config.h"
32124 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 30697 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
32125 } >"$tmp/config.h" \ 30698 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
32126 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 30699echo "$as_me: $ac_file is unchanged" >&6;}
32127$as_echo "$as_me: error: could not create $ac_file" >&2;}
32128 { (exit 1); exit 1; }; }
32129 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
32130 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
32131$as_echo "$as_me: $ac_file is unchanged" >&6;}
32132 else 30700 else
32133 rm -f "$ac_file" 30701 rm -f $ac_file
32134 mv "$tmp/config.h" "$ac_file" \ 30702 mv "$tmp/config.h" $ac_file
32135 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
32136$as_echo "$as_me: error: could not create $ac_file" >&2;}
32137 { (exit 1); exit 1; }; }
32138 fi 30703 fi
32139 else 30704 else
32140 $as_echo "/* $configure_input */" \ 30705 echo "/* $configure_input */"
32141 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 30706 cat "$ac_result"
32142 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
32143$as_echo "$as_me: error: could not create -" >&2;}
32144 { (exit 1); exit 1; }; }
32145 fi 30707 fi
30708 rm -f "$tmp/out12"
32146 ;; 30709 ;;
32147 30710
32148 30711
@@ -32156,11 +30719,6 @@ _ACEOF
32156chmod +x $CONFIG_STATUS 30719chmod +x $CONFIG_STATUS
32157ac_clean_files=$ac_clean_files_save 30720ac_clean_files=$ac_clean_files_save
32158 30721
32159test $ac_write_fail = 0 ||
32160 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
32161$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
32162 { (exit 1); exit 1; }; }
32163
32164 30722
32165# configure is writing to config.log, and then calls config.status. 30723# configure is writing to config.log, and then calls config.status.
32166# config.status does its own redirection, appending to config.log. 30724# config.status does its own redirection, appending to config.log.
@@ -32182,10 +30740,6 @@ if test "$no_create" != yes; then
32182 # would make configure fail if this is the last instruction. 30740 # would make configure fail if this is the last instruction.
32183 $ac_cs_success || { (exit 1); exit 1; } 30741 $ac_cs_success || { (exit 1); exit 1; }
32184fi 30742fi
32185if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
32186 { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5
32187$as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;}
32188fi
32189 30743
32190 30744
32191# Print summary of options 30745# Print summary of options