summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3608
1 files changed, 1898 insertions, 1710 deletions
diff --git a/configure b/configure
index 096c51af7..5c78dac53 100755
--- a/configure
+++ b/configure
@@ -669,6 +669,7 @@ Optional Features:
669 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 669 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
670 --disable-largefile omit support for large files 670 --disable-largefile omit support for large files
671 --disable-strip Disable calling strip(1) on install 671 --disable-strip Disable calling strip(1) on install
672 --disable-etc-default-login Disable using PATH from /etc/default/login no
672 --disable-lastlog disable use of lastlog even if detected no 673 --disable-lastlog disable use of lastlog even if detected no
673 --disable-utmp disable use of utmp even if detected no 674 --disable-utmp disable use of utmp even if detected no
674 --disable-utmpx disable use of utmpx even if detected no 675 --disable-utmpx disable use of utmpx even if detected no
@@ -908,7 +909,7 @@ if test -z "$CONFIG_SITE"; then
908fi 909fi
909for ac_site_file in $CONFIG_SITE; do 910for ac_site_file in $CONFIG_SITE; do
910 if test -r "$ac_site_file"; then 911 if test -r "$ac_site_file"; then
911 { echo "$as_me:911: loading site script $ac_site_file" >&5 912 { echo "$as_me:912: loading site script $ac_site_file" >&5
912echo "$as_me: loading site script $ac_site_file" >&6;} 913echo "$as_me: loading site script $ac_site_file" >&6;}
913 cat "$ac_site_file" >&5 914 cat "$ac_site_file" >&5
914 . "$ac_site_file" 915 . "$ac_site_file"
@@ -919,7 +920,7 @@ if test -r "$cache_file"; then
919 # Some versions of bash will fail to source /dev/null (special 920 # Some versions of bash will fail to source /dev/null (special
920 # files actually), so we avoid doing that. 921 # files actually), so we avoid doing that.
921 if test -f "$cache_file"; then 922 if test -f "$cache_file"; then
922 { echo "$as_me:922: loading cache $cache_file" >&5 923 { echo "$as_me:923: loading cache $cache_file" >&5
923echo "$as_me: loading cache $cache_file" >&6;} 924echo "$as_me: loading cache $cache_file" >&6;}
924 case $cache_file in 925 case $cache_file in
925 [\\/]* | ?:[\\/]* ) . $cache_file;; 926 [\\/]* | ?:[\\/]* ) . $cache_file;;
@@ -927,7 +928,7 @@ echo "$as_me: loading cache $cache_file" >&6;}
927 esac 928 esac
928 fi 929 fi
929else 930else
930 { echo "$as_me:930: creating cache $cache_file" >&5 931 { echo "$as_me:931: creating cache $cache_file" >&5
931echo "$as_me: creating cache $cache_file" >&6;} 932echo "$as_me: creating cache $cache_file" >&6;}
932 >$cache_file 933 >$cache_file
933fi 934fi
@@ -943,21 +944,21 @@ for ac_var in `(set) 2>&1 |
943 eval ac_new_val="\$ac_env_${ac_var}_value" 944 eval ac_new_val="\$ac_env_${ac_var}_value"
944 case $ac_old_set,$ac_new_set in 945 case $ac_old_set,$ac_new_set in
945 set,) 946 set,)
946 { echo "$as_me:946: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 947 { echo "$as_me:947: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
947echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 948echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
948 ac_cache_corrupted=: ;; 949 ac_cache_corrupted=: ;;
949 ,set) 950 ,set)
950 { echo "$as_me:950: error: \`$ac_var' was not set in the previous run" >&5 951 { echo "$as_me:951: error: \`$ac_var' was not set in the previous run" >&5
951echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 952echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
952 ac_cache_corrupted=: ;; 953 ac_cache_corrupted=: ;;
953 ,);; 954 ,);;
954 *) 955 *)
955 if test "x$ac_old_val" != "x$ac_new_val"; then 956 if test "x$ac_old_val" != "x$ac_new_val"; then
956 { echo "$as_me:956: error: \`$ac_var' has changed since the previous run:" >&5 957 { echo "$as_me:957: error: \`$ac_var' has changed since the previous run:" >&5
957echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 958echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
958 { echo "$as_me:958: former value: $ac_old_val" >&5 959 { echo "$as_me:959: former value: $ac_old_val" >&5
959echo "$as_me: former value: $ac_old_val" >&2;} 960echo "$as_me: former value: $ac_old_val" >&2;}
960 { echo "$as_me:960: current value: $ac_new_val" >&5 961 { echo "$as_me:961: current value: $ac_new_val" >&5
961echo "$as_me: current value: $ac_new_val" >&2;} 962echo "$as_me: current value: $ac_new_val" >&2;}
962 ac_cache_corrupted=: 963 ac_cache_corrupted=:
963 fi;; 964 fi;;
@@ -976,9 +977,9 @@ echo "$as_me: current value: $ac_new_val" >&2;}
976 fi 977 fi
977done 978done
978if $ac_cache_corrupted; then 979if $ac_cache_corrupted; then
979 { echo "$as_me:979: error: changes in the environment can compromise the build" >&5 980 { echo "$as_me:980: error: changes in the environment can compromise the build" >&5
980echo "$as_me: error: changes in the environment can compromise the build" >&2;} 981echo "$as_me: error: changes in the environment can compromise the build" >&2;}
981 { { echo "$as_me:981: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 982 { { echo "$as_me:982: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
982echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 983echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
983 { (exit 1); exit 1; }; } 984 { (exit 1); exit 1; }; }
984fi 985fi
@@ -998,10 +999,10 @@ esac
998echo "#! $SHELL" >conftest.sh 999echo "#! $SHELL" >conftest.sh
999echo "exit 0" >>conftest.sh 1000echo "exit 0" >>conftest.sh
1000chmod +x conftest.sh 1001chmod +x conftest.sh
1001if { (echo "$as_me:1001: PATH=\".;.\"; conftest.sh") >&5 1002if { (echo "$as_me:1002: PATH=\".;.\"; conftest.sh") >&5
1002 (PATH=".;."; conftest.sh) 2>&5 1003 (PATH=".;."; conftest.sh) 2>&5
1003 ac_status=$? 1004 ac_status=$?
1004 echo "$as_me:1004: \$? = $ac_status" >&5 1005 echo "$as_me:1005: \$? = $ac_status" >&5
1005 (exit $ac_status); }; then 1006 (exit $ac_status); }; then
1006 ac_path_separator=';' 1007 ac_path_separator=';'
1007else 1008else
@@ -1020,7 +1021,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1020if test -n "$ac_tool_prefix"; then 1021if test -n "$ac_tool_prefix"; then
1021 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1022 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1022set dummy ${ac_tool_prefix}gcc; ac_word=$2 1023set dummy ${ac_tool_prefix}gcc; ac_word=$2
1023echo "$as_me:1023: checking for $ac_word" >&5 1024echo "$as_me:1024: checking for $ac_word" >&5
1024echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1025echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1025if test "${ac_cv_prog_CC+set}" = set; then 1026if test "${ac_cv_prog_CC+set}" = set; then
1026 echo $ECHO_N "(cached) $ECHO_C" >&6 1027 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1035,7 +1036,7 @@ for ac_dir in $ac_dummy; do
1035 test -z "$ac_dir" && ac_dir=. 1036 test -z "$ac_dir" && ac_dir=.
1036 $as_executable_p "$ac_dir/$ac_word" || continue 1037 $as_executable_p "$ac_dir/$ac_word" || continue
1037ac_cv_prog_CC="${ac_tool_prefix}gcc" 1038ac_cv_prog_CC="${ac_tool_prefix}gcc"
1038echo "$as_me:1038: found $ac_dir/$ac_word" >&5 1039echo "$as_me:1039: found $ac_dir/$ac_word" >&5
1039break 1040break
1040done 1041done
1041 1042
@@ -1043,10 +1044,10 @@ fi
1043fi 1044fi
1044CC=$ac_cv_prog_CC 1045CC=$ac_cv_prog_CC
1045if test -n "$CC"; then 1046if test -n "$CC"; then
1046 echo "$as_me:1046: result: $CC" >&5 1047 echo "$as_me:1047: result: $CC" >&5
1047echo "${ECHO_T}$CC" >&6 1048echo "${ECHO_T}$CC" >&6
1048else 1049else
1049 echo "$as_me:1049: result: no" >&5 1050 echo "$as_me:1050: result: no" >&5
1050echo "${ECHO_T}no" >&6 1051echo "${ECHO_T}no" >&6
1051fi 1052fi
1052 1053
@@ -1055,7 +1056,7 @@ if test -z "$ac_cv_prog_CC"; then
1055 ac_ct_CC=$CC 1056 ac_ct_CC=$CC
1056 # Extract the first word of "gcc", so it can be a program name with args. 1057 # Extract the first word of "gcc", so it can be a program name with args.
1057set dummy gcc; ac_word=$2 1058set dummy gcc; ac_word=$2
1058echo "$as_me:1058: checking for $ac_word" >&5 1059echo "$as_me:1059: checking for $ac_word" >&5
1059echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1060echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1060if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1061if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1061 echo $ECHO_N "(cached) $ECHO_C" >&6 1062 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1070,7 +1071,7 @@ for ac_dir in $ac_dummy; do
1070 test -z "$ac_dir" && ac_dir=. 1071 test -z "$ac_dir" && ac_dir=.
1071 $as_executable_p "$ac_dir/$ac_word" || continue 1072 $as_executable_p "$ac_dir/$ac_word" || continue
1072ac_cv_prog_ac_ct_CC="gcc" 1073ac_cv_prog_ac_ct_CC="gcc"
1073echo "$as_me:1073: found $ac_dir/$ac_word" >&5 1074echo "$as_me:1074: found $ac_dir/$ac_word" >&5
1074break 1075break
1075done 1076done
1076 1077
@@ -1078,10 +1079,10 @@ fi
1078fi 1079fi
1079ac_ct_CC=$ac_cv_prog_ac_ct_CC 1080ac_ct_CC=$ac_cv_prog_ac_ct_CC
1080if test -n "$ac_ct_CC"; then 1081if test -n "$ac_ct_CC"; then
1081 echo "$as_me:1081: result: $ac_ct_CC" >&5 1082 echo "$as_me:1082: result: $ac_ct_CC" >&5
1082echo "${ECHO_T}$ac_ct_CC" >&6 1083echo "${ECHO_T}$ac_ct_CC" >&6
1083else 1084else
1084 echo "$as_me:1084: result: no" >&5 1085 echo "$as_me:1085: result: no" >&5
1085echo "${ECHO_T}no" >&6 1086echo "${ECHO_T}no" >&6
1086fi 1087fi
1087 1088
@@ -1094,7 +1095,7 @@ if test -z "$CC"; then
1094 if test -n "$ac_tool_prefix"; then 1095 if test -n "$ac_tool_prefix"; then
1095 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1096 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1096set dummy ${ac_tool_prefix}cc; ac_word=$2 1097set dummy ${ac_tool_prefix}cc; ac_word=$2
1097echo "$as_me:1097: checking for $ac_word" >&5 1098echo "$as_me:1098: checking for $ac_word" >&5
1098echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1099echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1099if test "${ac_cv_prog_CC+set}" = set; then 1100if test "${ac_cv_prog_CC+set}" = set; then
1100 echo $ECHO_N "(cached) $ECHO_C" >&6 1101 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1109,7 +1110,7 @@ for ac_dir in $ac_dummy; do
1109 test -z "$ac_dir" && ac_dir=. 1110 test -z "$ac_dir" && ac_dir=.
1110 $as_executable_p "$ac_dir/$ac_word" || continue 1111 $as_executable_p "$ac_dir/$ac_word" || continue
1111ac_cv_prog_CC="${ac_tool_prefix}cc" 1112ac_cv_prog_CC="${ac_tool_prefix}cc"
1112echo "$as_me:1112: found $ac_dir/$ac_word" >&5 1113echo "$as_me:1113: found $ac_dir/$ac_word" >&5
1113break 1114break
1114done 1115done
1115 1116
@@ -1117,10 +1118,10 @@ fi
1117fi 1118fi
1118CC=$ac_cv_prog_CC 1119CC=$ac_cv_prog_CC
1119if test -n "$CC"; then 1120if test -n "$CC"; then
1120 echo "$as_me:1120: result: $CC" >&5 1121 echo "$as_me:1121: result: $CC" >&5
1121echo "${ECHO_T}$CC" >&6 1122echo "${ECHO_T}$CC" >&6
1122else 1123else
1123 echo "$as_me:1123: result: no" >&5 1124 echo "$as_me:1124: result: no" >&5
1124echo "${ECHO_T}no" >&6 1125echo "${ECHO_T}no" >&6
1125fi 1126fi
1126 1127
@@ -1129,7 +1130,7 @@ if test -z "$ac_cv_prog_CC"; then
1129 ac_ct_CC=$CC 1130 ac_ct_CC=$CC
1130 # Extract the first word of "cc", so it can be a program name with args. 1131 # Extract the first word of "cc", so it can be a program name with args.
1131set dummy cc; ac_word=$2 1132set dummy cc; ac_word=$2
1132echo "$as_me:1132: checking for $ac_word" >&5 1133echo "$as_me:1133: checking for $ac_word" >&5
1133echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1134echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1134if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1135if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1135 echo $ECHO_N "(cached) $ECHO_C" >&6 1136 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1144,7 +1145,7 @@ for ac_dir in $ac_dummy; do
1144 test -z "$ac_dir" && ac_dir=. 1145 test -z "$ac_dir" && ac_dir=.
1145 $as_executable_p "$ac_dir/$ac_word" || continue 1146 $as_executable_p "$ac_dir/$ac_word" || continue
1146ac_cv_prog_ac_ct_CC="cc" 1147ac_cv_prog_ac_ct_CC="cc"
1147echo "$as_me:1147: found $ac_dir/$ac_word" >&5 1148echo "$as_me:1148: found $ac_dir/$ac_word" >&5
1148break 1149break
1149done 1150done
1150 1151
@@ -1152,10 +1153,10 @@ fi
1152fi 1153fi
1153ac_ct_CC=$ac_cv_prog_ac_ct_CC 1154ac_ct_CC=$ac_cv_prog_ac_ct_CC
1154if test -n "$ac_ct_CC"; then 1155if test -n "$ac_ct_CC"; then
1155 echo "$as_me:1155: result: $ac_ct_CC" >&5 1156 echo "$as_me:1156: result: $ac_ct_CC" >&5
1156echo "${ECHO_T}$ac_ct_CC" >&6 1157echo "${ECHO_T}$ac_ct_CC" >&6
1157else 1158else
1158 echo "$as_me:1158: result: no" >&5 1159 echo "$as_me:1159: result: no" >&5
1159echo "${ECHO_T}no" >&6 1160echo "${ECHO_T}no" >&6
1160fi 1161fi
1161 1162
@@ -1168,7 +1169,7 @@ fi
1168if test -z "$CC"; then 1169if test -z "$CC"; then
1169 # Extract the first word of "cc", so it can be a program name with args. 1170 # Extract the first word of "cc", so it can be a program name with args.
1170set dummy cc; ac_word=$2 1171set dummy cc; ac_word=$2
1171echo "$as_me:1171: checking for $ac_word" >&5 1172echo "$as_me:1172: checking for $ac_word" >&5
1172echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1173echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1173if test "${ac_cv_prog_CC+set}" = set; then 1174if test "${ac_cv_prog_CC+set}" = set; then
1174 echo $ECHO_N "(cached) $ECHO_C" >&6 1175 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1188,7 +1189,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1188 continue 1189 continue
1189fi 1190fi
1190ac_cv_prog_CC="cc" 1191ac_cv_prog_CC="cc"
1191echo "$as_me:1191: found $ac_dir/$ac_word" >&5 1192echo "$as_me:1192: found $ac_dir/$ac_word" >&5
1192break 1193break
1193done 1194done
1194 1195
@@ -1210,10 +1211,10 @@ fi
1210fi 1211fi
1211CC=$ac_cv_prog_CC 1212CC=$ac_cv_prog_CC
1212if test -n "$CC"; then 1213if test -n "$CC"; then
1213 echo "$as_me:1213: result: $CC" >&5 1214 echo "$as_me:1214: result: $CC" >&5
1214echo "${ECHO_T}$CC" >&6 1215echo "${ECHO_T}$CC" >&6
1215else 1216else
1216 echo "$as_me:1216: result: no" >&5 1217 echo "$as_me:1217: result: no" >&5
1217echo "${ECHO_T}no" >&6 1218echo "${ECHO_T}no" >&6
1218fi 1219fi
1219 1220
@@ -1224,7 +1225,7 @@ if test -z "$CC"; then
1224 do 1225 do
1225 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1226 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1226set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1227set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1227echo "$as_me:1227: checking for $ac_word" >&5 1228echo "$as_me:1228: checking for $ac_word" >&5
1228echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1229echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1229if test "${ac_cv_prog_CC+set}" = set; then 1230if test "${ac_cv_prog_CC+set}" = set; then
1230 echo $ECHO_N "(cached) $ECHO_C" >&6 1231 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1239,7 +1240,7 @@ for ac_dir in $ac_dummy; do
1239 test -z "$ac_dir" && ac_dir=. 1240 test -z "$ac_dir" && ac_dir=.
1240 $as_executable_p "$ac_dir/$ac_word" || continue 1241 $as_executable_p "$ac_dir/$ac_word" || continue
1241ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1242ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1242echo "$as_me:1242: found $ac_dir/$ac_word" >&5 1243echo "$as_me:1243: found $ac_dir/$ac_word" >&5
1243break 1244break
1244done 1245done
1245 1246
@@ -1247,10 +1248,10 @@ fi
1247fi 1248fi
1248CC=$ac_cv_prog_CC 1249CC=$ac_cv_prog_CC
1249if test -n "$CC"; then 1250if test -n "$CC"; then
1250 echo "$as_me:1250: result: $CC" >&5 1251 echo "$as_me:1251: result: $CC" >&5
1251echo "${ECHO_T}$CC" >&6 1252echo "${ECHO_T}$CC" >&6
1252else 1253else
1253 echo "$as_me:1253: result: no" >&5 1254 echo "$as_me:1254: result: no" >&5
1254echo "${ECHO_T}no" >&6 1255echo "${ECHO_T}no" >&6
1255fi 1256fi
1256 1257
@@ -1263,7 +1264,7 @@ if test -z "$CC"; then
1263do 1264do
1264 # Extract the first word of "$ac_prog", so it can be a program name with args. 1265 # Extract the first word of "$ac_prog", so it can be a program name with args.
1265set dummy $ac_prog; ac_word=$2 1266set dummy $ac_prog; ac_word=$2
1266echo "$as_me:1266: checking for $ac_word" >&5 1267echo "$as_me:1267: checking for $ac_word" >&5
1267echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1268echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1268if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1269if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1269 echo $ECHO_N "(cached) $ECHO_C" >&6 1270 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1278,7 +1279,7 @@ for ac_dir in $ac_dummy; do
1278 test -z "$ac_dir" && ac_dir=. 1279 test -z "$ac_dir" && ac_dir=.
1279 $as_executable_p "$ac_dir/$ac_word" || continue 1280 $as_executable_p "$ac_dir/$ac_word" || continue
1280ac_cv_prog_ac_ct_CC="$ac_prog" 1281ac_cv_prog_ac_ct_CC="$ac_prog"
1281echo "$as_me:1281: found $ac_dir/$ac_word" >&5 1282echo "$as_me:1282: found $ac_dir/$ac_word" >&5
1282break 1283break
1283done 1284done
1284 1285
@@ -1286,10 +1287,10 @@ fi
1286fi 1287fi
1287ac_ct_CC=$ac_cv_prog_ac_ct_CC 1288ac_ct_CC=$ac_cv_prog_ac_ct_CC
1288if test -n "$ac_ct_CC"; then 1289if test -n "$ac_ct_CC"; then
1289 echo "$as_me:1289: result: $ac_ct_CC" >&5 1290 echo "$as_me:1290: result: $ac_ct_CC" >&5
1290echo "${ECHO_T}$ac_ct_CC" >&6 1291echo "${ECHO_T}$ac_ct_CC" >&6
1291else 1292else
1292 echo "$as_me:1292: result: no" >&5 1293 echo "$as_me:1293: result: no" >&5
1293echo "${ECHO_T}no" >&6 1294echo "${ECHO_T}no" >&6
1294fi 1295fi
1295 1296
@@ -1301,32 +1302,32 @@ fi
1301 1302
1302fi 1303fi
1303 1304
1304test -z "$CC" && { { echo "$as_me:1304: error: no acceptable cc found in \$PATH" >&5 1305test -z "$CC" && { { echo "$as_me:1305: error: no acceptable cc found in \$PATH" >&5
1305echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 1306echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
1306 { (exit 1); exit 1; }; } 1307 { (exit 1); exit 1; }; }
1307 1308
1308# Provide some information about the compiler. 1309# Provide some information about the compiler.
1309echo "$as_me:1309:" \ 1310echo "$as_me:1310:" \
1310 "checking for C compiler version" >&5 1311 "checking for C compiler version" >&5
1311ac_compiler=`set X $ac_compile; echo $2` 1312ac_compiler=`set X $ac_compile; echo $2`
1312{ (eval echo "$as_me:1312: \"$ac_compiler --version </dev/null >&5\"") >&5 1313{ (eval echo "$as_me:1313: \"$ac_compiler --version </dev/null >&5\"") >&5
1313 (eval $ac_compiler --version </dev/null >&5) 2>&5 1314 (eval $ac_compiler --version </dev/null >&5) 2>&5
1314 ac_status=$? 1315 ac_status=$?
1315 echo "$as_me:1315: \$? = $ac_status" >&5 1316 echo "$as_me:1316: \$? = $ac_status" >&5
1316 (exit $ac_status); } 1317 (exit $ac_status); }
1317{ (eval echo "$as_me:1317: \"$ac_compiler -v </dev/null >&5\"") >&5 1318{ (eval echo "$as_me:1318: \"$ac_compiler -v </dev/null >&5\"") >&5
1318 (eval $ac_compiler -v </dev/null >&5) 2>&5 1319 (eval $ac_compiler -v </dev/null >&5) 2>&5
1319 ac_status=$? 1320 ac_status=$?
1320 echo "$as_me:1320: \$? = $ac_status" >&5 1321 echo "$as_me:1321: \$? = $ac_status" >&5
1321 (exit $ac_status); } 1322 (exit $ac_status); }
1322{ (eval echo "$as_me:1322: \"$ac_compiler -V </dev/null >&5\"") >&5 1323{ (eval echo "$as_me:1323: \"$ac_compiler -V </dev/null >&5\"") >&5
1323 (eval $ac_compiler -V </dev/null >&5) 2>&5 1324 (eval $ac_compiler -V </dev/null >&5) 2>&5
1324 ac_status=$? 1325 ac_status=$?
1325 echo "$as_me:1325: \$? = $ac_status" >&5 1326 echo "$as_me:1326: \$? = $ac_status" >&5
1326 (exit $ac_status); } 1327 (exit $ac_status); }
1327 1328
1328cat >conftest.$ac_ext <<_ACEOF 1329cat >conftest.$ac_ext <<_ACEOF
1329#line 1329 "configure" 1330#line 1330 "configure"
1330#include "confdefs.h" 1331#include "confdefs.h"
1331 1332
1332int 1333int
@@ -1342,13 +1343,13 @@ ac_clean_files="$ac_clean_files a.out a.exe"
1342# Try to create an executable without -o first, disregard a.out. 1343# Try to create an executable without -o first, disregard a.out.
1343# It will help us diagnose broken compilers, and finding out an intuition 1344# It will help us diagnose broken compilers, and finding out an intuition
1344# of exeext. 1345# of exeext.
1345echo "$as_me:1345: checking for C compiler default output" >&5 1346echo "$as_me:1346: checking for C compiler default output" >&5
1346echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 1347echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
1347ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1348ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1348if { (eval echo "$as_me:1348: \"$ac_link_default\"") >&5 1349if { (eval echo "$as_me:1349: \"$ac_link_default\"") >&5
1349 (eval $ac_link_default) 2>&5 1350 (eval $ac_link_default) 2>&5
1350 ac_status=$? 1351 ac_status=$?
1351 echo "$as_me:1351: \$? = $ac_status" >&5 1352 echo "$as_me:1352: \$? = $ac_status" >&5
1352 (exit $ac_status); }; then 1353 (exit $ac_status); }; then
1353 # Find the output, starting from the most likely. This scheme is 1354 # Find the output, starting from the most likely. This scheme is
1354# not robust to junk in `.', hence go to wildcards (a.*) only as a last 1355# not robust to junk in `.', hence go to wildcards (a.*) only as a last
@@ -1371,34 +1372,34 @@ done
1371else 1372else
1372 echo "$as_me: failed program was:" >&5 1373 echo "$as_me: failed program was:" >&5
1373cat conftest.$ac_ext >&5 1374cat conftest.$ac_ext >&5
1374{ { echo "$as_me:1374: error: C compiler cannot create executables" >&5 1375{ { echo "$as_me:1375: error: C compiler cannot create executables" >&5
1375echo "$as_me: error: C compiler cannot create executables" >&2;} 1376echo "$as_me: error: C compiler cannot create executables" >&2;}
1376 { (exit 77); exit 77; }; } 1377 { (exit 77); exit 77; }; }
1377fi 1378fi
1378 1379
1379ac_exeext=$ac_cv_exeext 1380ac_exeext=$ac_cv_exeext
1380echo "$as_me:1380: result: $ac_file" >&5 1381echo "$as_me:1381: result: $ac_file" >&5
1381echo "${ECHO_T}$ac_file" >&6 1382echo "${ECHO_T}$ac_file" >&6
1382 1383
1383# Check the compiler produces executables we can run. If not, either 1384# Check the compiler produces executables we can run. If not, either
1384# the compiler is broken, or we cross compile. 1385# the compiler is broken, or we cross compile.
1385echo "$as_me:1385: checking whether the C compiler works" >&5 1386echo "$as_me:1386: checking whether the C compiler works" >&5
1386echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 1387echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1387# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 1388# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1388# If not cross compiling, check that we can run a simple program. 1389# If not cross compiling, check that we can run a simple program.
1389if test "$cross_compiling" != yes; then 1390if test "$cross_compiling" != yes; then
1390 if { ac_try='./$ac_file' 1391 if { ac_try='./$ac_file'
1391 { (eval echo "$as_me:1391: \"$ac_try\"") >&5 1392 { (eval echo "$as_me:1392: \"$ac_try\"") >&5
1392 (eval $ac_try) 2>&5 1393 (eval $ac_try) 2>&5
1393 ac_status=$? 1394 ac_status=$?
1394 echo "$as_me:1394: \$? = $ac_status" >&5 1395 echo "$as_me:1395: \$? = $ac_status" >&5
1395 (exit $ac_status); }; }; then 1396 (exit $ac_status); }; }; then
1396 cross_compiling=no 1397 cross_compiling=no
1397 else 1398 else
1398 if test "$cross_compiling" = maybe; then 1399 if test "$cross_compiling" = maybe; then
1399 cross_compiling=yes 1400 cross_compiling=yes
1400 else 1401 else
1401 { { echo "$as_me:1401: error: cannot run C compiled programs. 1402 { { echo "$as_me:1402: error: cannot run C compiled programs.
1402If you meant to cross compile, use \`--host'." >&5 1403If you meant to cross compile, use \`--host'." >&5
1403echo "$as_me: error: cannot run C compiled programs. 1404echo "$as_me: error: cannot run C compiled programs.
1404If you meant to cross compile, use \`--host'." >&2;} 1405If you meant to cross compile, use \`--host'." >&2;}
@@ -1406,24 +1407,24 @@ If you meant to cross compile, use \`--host'." >&2;}
1406 fi 1407 fi
1407 fi 1408 fi
1408fi 1409fi
1409echo "$as_me:1409: result: yes" >&5 1410echo "$as_me:1410: result: yes" >&5
1410echo "${ECHO_T}yes" >&6 1411echo "${ECHO_T}yes" >&6
1411 1412
1412rm -f a.out a.exe conftest$ac_cv_exeext 1413rm -f a.out a.exe conftest$ac_cv_exeext
1413ac_clean_files=$ac_clean_files_save 1414ac_clean_files=$ac_clean_files_save
1414# Check the compiler produces executables we can run. If not, either 1415# Check the compiler produces executables we can run. If not, either
1415# the compiler is broken, or we cross compile. 1416# the compiler is broken, or we cross compile.
1416echo "$as_me:1416: checking whether we are cross compiling" >&5 1417echo "$as_me:1417: checking whether we are cross compiling" >&5
1417echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 1418echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1418echo "$as_me:1418: result: $cross_compiling" >&5 1419echo "$as_me:1419: result: $cross_compiling" >&5
1419echo "${ECHO_T}$cross_compiling" >&6 1420echo "${ECHO_T}$cross_compiling" >&6
1420 1421
1421echo "$as_me:1421: checking for executable suffix" >&5 1422echo "$as_me:1422: checking for executable suffix" >&5
1422echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 1423echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
1423if { (eval echo "$as_me:1423: \"$ac_link\"") >&5 1424if { (eval echo "$as_me:1424: \"$ac_link\"") >&5
1424 (eval $ac_link) 2>&5 1425 (eval $ac_link) 2>&5
1425 ac_status=$? 1426 ac_status=$?
1426 echo "$as_me:1426: \$? = $ac_status" >&5 1427 echo "$as_me:1427: \$? = $ac_status" >&5
1427 (exit $ac_status); }; then 1428 (exit $ac_status); }; then
1428 # If both `conftest.exe' and `conftest' are `present' (well, observable) 1429 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1429# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 1430# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
@@ -1439,25 +1440,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
1439 esac 1440 esac
1440done 1441done
1441else 1442else
1442 { { echo "$as_me:1442: error: cannot compute EXEEXT: cannot compile and link" >&5 1443 { { echo "$as_me:1443: error: cannot compute EXEEXT: cannot compile and link" >&5
1443echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 1444echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
1444 { (exit 1); exit 1; }; } 1445 { (exit 1); exit 1; }; }
1445fi 1446fi
1446 1447
1447rm -f conftest$ac_cv_exeext 1448rm -f conftest$ac_cv_exeext
1448echo "$as_me:1448: result: $ac_cv_exeext" >&5 1449echo "$as_me:1449: result: $ac_cv_exeext" >&5
1449echo "${ECHO_T}$ac_cv_exeext" >&6 1450echo "${ECHO_T}$ac_cv_exeext" >&6
1450 1451
1451rm -f conftest.$ac_ext 1452rm -f conftest.$ac_ext
1452EXEEXT=$ac_cv_exeext 1453EXEEXT=$ac_cv_exeext
1453ac_exeext=$EXEEXT 1454ac_exeext=$EXEEXT
1454echo "$as_me:1454: checking for object suffix" >&5 1455echo "$as_me:1455: checking for object suffix" >&5
1455echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 1456echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
1456if test "${ac_cv_objext+set}" = set; then 1457if test "${ac_cv_objext+set}" = set; then
1457 echo $ECHO_N "(cached) $ECHO_C" >&6 1458 echo $ECHO_N "(cached) $ECHO_C" >&6
1458else 1459else
1459 cat >conftest.$ac_ext <<_ACEOF 1460 cat >conftest.$ac_ext <<_ACEOF
1460#line 1460 "configure" 1461#line 1461 "configure"
1461#include "confdefs.h" 1462#include "confdefs.h"
1462 1463
1463int 1464int
@@ -1469,10 +1470,10 @@ main ()
1469} 1470}
1470_ACEOF 1471_ACEOF
1471rm -f conftest.o conftest.obj 1472rm -f conftest.o conftest.obj
1472if { (eval echo "$as_me:1472: \"$ac_compile\"") >&5 1473if { (eval echo "$as_me:1473: \"$ac_compile\"") >&5
1473 (eval $ac_compile) 2>&5 1474 (eval $ac_compile) 2>&5
1474 ac_status=$? 1475 ac_status=$?
1475 echo "$as_me:1475: \$? = $ac_status" >&5 1476 echo "$as_me:1476: \$? = $ac_status" >&5
1476 (exit $ac_status); }; then 1477 (exit $ac_status); }; then
1477 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 1478 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1478 case $ac_file in 1479 case $ac_file in
@@ -1484,24 +1485,24 @@ done
1484else 1485else
1485 echo "$as_me: failed program was:" >&5 1486 echo "$as_me: failed program was:" >&5
1486cat conftest.$ac_ext >&5 1487cat conftest.$ac_ext >&5
1487{ { echo "$as_me:1487: error: cannot compute OBJEXT: cannot compile" >&5 1488{ { echo "$as_me:1488: error: cannot compute OBJEXT: cannot compile" >&5
1488echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 1489echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
1489 { (exit 1); exit 1; }; } 1490 { (exit 1); exit 1; }; }
1490fi 1491fi
1491 1492
1492rm -f conftest.$ac_cv_objext conftest.$ac_ext 1493rm -f conftest.$ac_cv_objext conftest.$ac_ext
1493fi 1494fi
1494echo "$as_me:1494: result: $ac_cv_objext" >&5 1495echo "$as_me:1495: result: $ac_cv_objext" >&5
1495echo "${ECHO_T}$ac_cv_objext" >&6 1496echo "${ECHO_T}$ac_cv_objext" >&6
1496OBJEXT=$ac_cv_objext 1497OBJEXT=$ac_cv_objext
1497ac_objext=$OBJEXT 1498ac_objext=$OBJEXT
1498echo "$as_me:1498: checking whether we are using the GNU C compiler" >&5 1499echo "$as_me:1499: checking whether we are using the GNU C compiler" >&5
1499echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 1500echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1500if test "${ac_cv_c_compiler_gnu+set}" = set; then 1501if test "${ac_cv_c_compiler_gnu+set}" = set; then
1501 echo $ECHO_N "(cached) $ECHO_C" >&6 1502 echo $ECHO_N "(cached) $ECHO_C" >&6
1502else 1503else
1503 cat >conftest.$ac_ext <<_ACEOF 1504 cat >conftest.$ac_ext <<_ACEOF
1504#line 1504 "configure" 1505#line 1505 "configure"
1505#include "confdefs.h" 1506#include "confdefs.h"
1506 1507
1507int 1508int
@@ -1516,16 +1517,16 @@ main ()
1516} 1517}
1517_ACEOF 1518_ACEOF
1518rm -f conftest.$ac_objext 1519rm -f conftest.$ac_objext
1519if { (eval echo "$as_me:1519: \"$ac_compile\"") >&5 1520if { (eval echo "$as_me:1520: \"$ac_compile\"") >&5
1520 (eval $ac_compile) 2>&5 1521 (eval $ac_compile) 2>&5
1521 ac_status=$? 1522 ac_status=$?
1522 echo "$as_me:1522: \$? = $ac_status" >&5 1523 echo "$as_me:1523: \$? = $ac_status" >&5
1523 (exit $ac_status); } && 1524 (exit $ac_status); } &&
1524 { ac_try='test -s conftest.$ac_objext' 1525 { ac_try='test -s conftest.$ac_objext'
1525 { (eval echo "$as_me:1525: \"$ac_try\"") >&5 1526 { (eval echo "$as_me:1526: \"$ac_try\"") >&5
1526 (eval $ac_try) 2>&5 1527 (eval $ac_try) 2>&5
1527 ac_status=$? 1528 ac_status=$?
1528 echo "$as_me:1528: \$? = $ac_status" >&5 1529 echo "$as_me:1529: \$? = $ac_status" >&5
1529 (exit $ac_status); }; }; then 1530 (exit $ac_status); }; }; then
1530 ac_compiler_gnu=yes 1531 ac_compiler_gnu=yes
1531else 1532else
@@ -1537,19 +1538,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext
1537ac_cv_c_compiler_gnu=$ac_compiler_gnu 1538ac_cv_c_compiler_gnu=$ac_compiler_gnu
1538 1539
1539fi 1540fi
1540echo "$as_me:1540: result: $ac_cv_c_compiler_gnu" >&5 1541echo "$as_me:1541: result: $ac_cv_c_compiler_gnu" >&5
1541echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 1542echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1542GCC=`test $ac_compiler_gnu = yes && echo yes` 1543GCC=`test $ac_compiler_gnu = yes && echo yes`
1543ac_test_CFLAGS=${CFLAGS+set} 1544ac_test_CFLAGS=${CFLAGS+set}
1544ac_save_CFLAGS=$CFLAGS 1545ac_save_CFLAGS=$CFLAGS
1545CFLAGS="-g" 1546CFLAGS="-g"
1546echo "$as_me:1546: checking whether $CC accepts -g" >&5 1547echo "$as_me:1547: checking whether $CC accepts -g" >&5
1547echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 1548echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1548if test "${ac_cv_prog_cc_g+set}" = set; then 1549if test "${ac_cv_prog_cc_g+set}" = set; then
1549 echo $ECHO_N "(cached) $ECHO_C" >&6 1550 echo $ECHO_N "(cached) $ECHO_C" >&6
1550else 1551else
1551 cat >conftest.$ac_ext <<_ACEOF 1552 cat >conftest.$ac_ext <<_ACEOF
1552#line 1552 "configure" 1553#line 1553 "configure"
1553#include "confdefs.h" 1554#include "confdefs.h"
1554 1555
1555int 1556int
@@ -1561,16 +1562,16 @@ main ()
1561} 1562}
1562_ACEOF 1563_ACEOF
1563rm -f conftest.$ac_objext 1564rm -f conftest.$ac_objext
1564if { (eval echo "$as_me:1564: \"$ac_compile\"") >&5 1565if { (eval echo "$as_me:1565: \"$ac_compile\"") >&5
1565 (eval $ac_compile) 2>&5 1566 (eval $ac_compile) 2>&5
1566 ac_status=$? 1567 ac_status=$?
1567 echo "$as_me:1567: \$? = $ac_status" >&5 1568 echo "$as_me:1568: \$? = $ac_status" >&5
1568 (exit $ac_status); } && 1569 (exit $ac_status); } &&
1569 { ac_try='test -s conftest.$ac_objext' 1570 { ac_try='test -s conftest.$ac_objext'
1570 { (eval echo "$as_me:1570: \"$ac_try\"") >&5 1571 { (eval echo "$as_me:1571: \"$ac_try\"") >&5
1571 (eval $ac_try) 2>&5 1572 (eval $ac_try) 2>&5
1572 ac_status=$? 1573 ac_status=$?
1573 echo "$as_me:1573: \$? = $ac_status" >&5 1574 echo "$as_me:1574: \$? = $ac_status" >&5
1574 (exit $ac_status); }; }; then 1575 (exit $ac_status); }; }; then
1575 ac_cv_prog_cc_g=yes 1576 ac_cv_prog_cc_g=yes
1576else 1577else
@@ -1580,7 +1581,7 @@ ac_cv_prog_cc_g=no
1580fi 1581fi
1581rm -f conftest.$ac_objext conftest.$ac_ext 1582rm -f conftest.$ac_objext conftest.$ac_ext
1582fi 1583fi
1583echo "$as_me:1583: result: $ac_cv_prog_cc_g" >&5 1584echo "$as_me:1584: result: $ac_cv_prog_cc_g" >&5
1584echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 1585echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1585if test "$ac_test_CFLAGS" = set; then 1586if test "$ac_test_CFLAGS" = set; then
1586 CFLAGS=$ac_save_CFLAGS 1587 CFLAGS=$ac_save_CFLAGS
@@ -1607,16 +1608,16 @@ cat >conftest.$ac_ext <<_ACEOF
1607#endif 1608#endif
1608_ACEOF 1609_ACEOF
1609rm -f conftest.$ac_objext 1610rm -f conftest.$ac_objext
1610if { (eval echo "$as_me:1610: \"$ac_compile\"") >&5 1611if { (eval echo "$as_me:1611: \"$ac_compile\"") >&5
1611 (eval $ac_compile) 2>&5 1612 (eval $ac_compile) 2>&5
1612 ac_status=$? 1613 ac_status=$?
1613 echo "$as_me:1613: \$? = $ac_status" >&5 1614 echo "$as_me:1614: \$? = $ac_status" >&5
1614 (exit $ac_status); } && 1615 (exit $ac_status); } &&
1615 { ac_try='test -s conftest.$ac_objext' 1616 { ac_try='test -s conftest.$ac_objext'
1616 { (eval echo "$as_me:1616: \"$ac_try\"") >&5 1617 { (eval echo "$as_me:1617: \"$ac_try\"") >&5
1617 (eval $ac_try) 2>&5 1618 (eval $ac_try) 2>&5
1618 ac_status=$? 1619 ac_status=$?
1619 echo "$as_me:1619: \$? = $ac_status" >&5 1620 echo "$as_me:1620: \$? = $ac_status" >&5
1620 (exit $ac_status); }; }; then 1621 (exit $ac_status); }; }; then
1621 for ac_declaration in \ 1622 for ac_declaration in \
1622 ''\ 1623 ''\
@@ -1628,7 +1629,7 @@ if { (eval echo "$as_me:1610: \"$ac_compile\"") >&5
1628 'void exit (int);' 1629 'void exit (int);'
1629do 1630do
1630 cat >conftest.$ac_ext <<_ACEOF 1631 cat >conftest.$ac_ext <<_ACEOF
1631#line 1631 "configure" 1632#line 1632 "configure"
1632#include "confdefs.h" 1633#include "confdefs.h"
1633#include <stdlib.h> 1634#include <stdlib.h>
1634$ac_declaration 1635$ac_declaration
@@ -1641,16 +1642,16 @@ exit (42);
1641} 1642}
1642_ACEOF 1643_ACEOF
1643rm -f conftest.$ac_objext 1644rm -f conftest.$ac_objext
1644if { (eval echo "$as_me:1644: \"$ac_compile\"") >&5 1645if { (eval echo "$as_me:1645: \"$ac_compile\"") >&5
1645 (eval $ac_compile) 2>&5 1646 (eval $ac_compile) 2>&5
1646 ac_status=$? 1647 ac_status=$?
1647 echo "$as_me:1647: \$? = $ac_status" >&5 1648 echo "$as_me:1648: \$? = $ac_status" >&5
1648 (exit $ac_status); } && 1649 (exit $ac_status); } &&
1649 { ac_try='test -s conftest.$ac_objext' 1650 { ac_try='test -s conftest.$ac_objext'
1650 { (eval echo "$as_me:1650: \"$ac_try\"") >&5 1651 { (eval echo "$as_me:1651: \"$ac_try\"") >&5
1651 (eval $ac_try) 2>&5 1652 (eval $ac_try) 2>&5
1652 ac_status=$? 1653 ac_status=$?
1653 echo "$as_me:1653: \$? = $ac_status" >&5 1654 echo "$as_me:1654: \$? = $ac_status" >&5
1654 (exit $ac_status); }; }; then 1655 (exit $ac_status); }; }; then
1655 : 1656 :
1656else 1657else
@@ -1660,7 +1661,7 @@ continue
1660fi 1661fi
1661rm -f conftest.$ac_objext conftest.$ac_ext 1662rm -f conftest.$ac_objext conftest.$ac_ext
1662 cat >conftest.$ac_ext <<_ACEOF 1663 cat >conftest.$ac_ext <<_ACEOF
1663#line 1663 "configure" 1664#line 1664 "configure"
1664#include "confdefs.h" 1665#include "confdefs.h"
1665$ac_declaration 1666$ac_declaration
1666int 1667int
@@ -1672,16 +1673,16 @@ exit (42);
1672} 1673}
1673_ACEOF 1674_ACEOF
1674rm -f conftest.$ac_objext 1675rm -f conftest.$ac_objext
1675if { (eval echo "$as_me:1675: \"$ac_compile\"") >&5 1676if { (eval echo "$as_me:1676: \"$ac_compile\"") >&5
1676 (eval $ac_compile) 2>&5 1677 (eval $ac_compile) 2>&5
1677 ac_status=$? 1678 ac_status=$?
1678 echo "$as_me:1678: \$? = $ac_status" >&5 1679 echo "$as_me:1679: \$? = $ac_status" >&5
1679 (exit $ac_status); } && 1680 (exit $ac_status); } &&
1680 { ac_try='test -s conftest.$ac_objext' 1681 { ac_try='test -s conftest.$ac_objext'
1681 { (eval echo "$as_me:1681: \"$ac_try\"") >&5 1682 { (eval echo "$as_me:1682: \"$ac_try\"") >&5
1682 (eval $ac_try) 2>&5 1683 (eval $ac_try) 2>&5
1683 ac_status=$? 1684 ac_status=$?
1684 echo "$as_me:1684: \$? = $ac_status" >&5 1685 echo "$as_me:1685: \$? = $ac_status" >&5
1685 (exit $ac_status); }; }; then 1686 (exit $ac_status); }; }; then
1686 break 1687 break
1687else 1688else
@@ -1725,7 +1726,7 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1725 fi 1726 fi
1726done 1727done
1727if test -z "$ac_aux_dir"; then 1728if test -z "$ac_aux_dir"; then
1728 { { echo "$as_me:1728: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1729 { { echo "$as_me:1729: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1729echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1730echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1730 { (exit 1); exit 1; }; } 1731 { (exit 1); exit 1; }; }
1731fi 1732fi
@@ -1735,11 +1736,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1735 1736
1736# Make sure we can run config.sub. 1737# Make sure we can run config.sub.
1737$ac_config_sub sun4 >/dev/null 2>&1 || 1738$ac_config_sub sun4 >/dev/null 2>&1 ||
1738 { { echo "$as_me:1738: error: cannot run $ac_config_sub" >&5 1739 { { echo "$as_me:1739: error: cannot run $ac_config_sub" >&5
1739echo "$as_me: error: cannot run $ac_config_sub" >&2;} 1740echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1740 { (exit 1); exit 1; }; } 1741 { (exit 1); exit 1; }; }
1741 1742
1742echo "$as_me:1742: checking build system type" >&5 1743echo "$as_me:1743: checking build system type" >&5
1743echo $ECHO_N "checking build system type... $ECHO_C" >&6 1744echo $ECHO_N "checking build system type... $ECHO_C" >&6
1744if test "${ac_cv_build+set}" = set; then 1745if test "${ac_cv_build+set}" = set; then
1745 echo $ECHO_N "(cached) $ECHO_C" >&6 1746 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1748,23 +1749,23 @@ else
1748test -z "$ac_cv_build_alias" && 1749test -z "$ac_cv_build_alias" &&
1749 ac_cv_build_alias=`$ac_config_guess` 1750 ac_cv_build_alias=`$ac_config_guess`
1750test -z "$ac_cv_build_alias" && 1751test -z "$ac_cv_build_alias" &&
1751 { { echo "$as_me:1751: error: cannot guess build type; you must specify one" >&5 1752 { { echo "$as_me:1752: error: cannot guess build type; you must specify one" >&5
1752echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1753echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1753 { (exit 1); exit 1; }; } 1754 { (exit 1); exit 1; }; }
1754ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 1755ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1755 { { echo "$as_me:1755: error: $ac_config_sub $ac_cv_build_alias failed." >&5 1756 { { echo "$as_me:1756: error: $ac_config_sub $ac_cv_build_alias failed." >&5
1756echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} 1757echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
1757 { (exit 1); exit 1; }; } 1758 { (exit 1); exit 1; }; }
1758 1759
1759fi 1760fi
1760echo "$as_me:1760: result: $ac_cv_build" >&5 1761echo "$as_me:1761: result: $ac_cv_build" >&5
1761echo "${ECHO_T}$ac_cv_build" >&6 1762echo "${ECHO_T}$ac_cv_build" >&6
1762build=$ac_cv_build 1763build=$ac_cv_build
1763build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1764build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1764build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1765build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1765build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1766build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1766 1767
1767echo "$as_me:1767: checking host system type" >&5 1768echo "$as_me:1768: checking host system type" >&5
1768echo $ECHO_N "checking host system type... $ECHO_C" >&6 1769echo $ECHO_N "checking host system type... $ECHO_C" >&6
1769if test "${ac_cv_host+set}" = set; then 1770if test "${ac_cv_host+set}" = set; then
1770 echo $ECHO_N "(cached) $ECHO_C" >&6 1771 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1773,19 +1774,19 @@ else
1773test -z "$ac_cv_host_alias" && 1774test -z "$ac_cv_host_alias" &&
1774 ac_cv_host_alias=$ac_cv_build_alias 1775 ac_cv_host_alias=$ac_cv_build_alias
1775ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 1776ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1776 { { echo "$as_me:1776: error: $ac_config_sub $ac_cv_host_alias failed" >&5 1777 { { echo "$as_me:1777: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1777echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 1778echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1778 { (exit 1); exit 1; }; } 1779 { (exit 1); exit 1; }; }
1779 1780
1780fi 1781fi
1781echo "$as_me:1781: result: $ac_cv_host" >&5 1782echo "$as_me:1782: result: $ac_cv_host" >&5
1782echo "${ECHO_T}$ac_cv_host" >&6 1783echo "${ECHO_T}$ac_cv_host" >&6
1783host=$ac_cv_host 1784host=$ac_cv_host
1784host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1785host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1785host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1786host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1786host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1787host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1787 1788
1788echo "$as_me:1788: checking whether byte ordering is bigendian" >&5 1789echo "$as_me:1789: checking whether byte ordering is bigendian" >&5
1789echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 1790echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
1790if test "${ac_cv_c_bigendian+set}" = set; then 1791if test "${ac_cv_c_bigendian+set}" = set; then
1791 echo $ECHO_N "(cached) $ECHO_C" >&6 1792 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1793,7 +1794,7 @@ else
1793 ac_cv_c_bigendian=unknown 1794 ac_cv_c_bigendian=unknown
1794# See if sys/param.h defines the BYTE_ORDER macro. 1795# See if sys/param.h defines the BYTE_ORDER macro.
1795cat >conftest.$ac_ext <<_ACEOF 1796cat >conftest.$ac_ext <<_ACEOF
1796#line 1796 "configure" 1797#line 1797 "configure"
1797#include "confdefs.h" 1798#include "confdefs.h"
1798#include <sys/types.h> 1799#include <sys/types.h>
1799#include <sys/param.h> 1800#include <sys/param.h>
@@ -1810,20 +1811,20 @@ main ()
1810} 1811}
1811_ACEOF 1812_ACEOF
1812rm -f conftest.$ac_objext 1813rm -f conftest.$ac_objext
1813if { (eval echo "$as_me:1813: \"$ac_compile\"") >&5 1814if { (eval echo "$as_me:1814: \"$ac_compile\"") >&5
1814 (eval $ac_compile) 2>&5 1815 (eval $ac_compile) 2>&5
1815 ac_status=$? 1816 ac_status=$?
1816 echo "$as_me:1816: \$? = $ac_status" >&5 1817 echo "$as_me:1817: \$? = $ac_status" >&5
1817 (exit $ac_status); } && 1818 (exit $ac_status); } &&
1818 { ac_try='test -s conftest.$ac_objext' 1819 { ac_try='test -s conftest.$ac_objext'
1819 { (eval echo "$as_me:1819: \"$ac_try\"") >&5 1820 { (eval echo "$as_me:1820: \"$ac_try\"") >&5
1820 (eval $ac_try) 2>&5 1821 (eval $ac_try) 2>&5
1821 ac_status=$? 1822 ac_status=$?
1822 echo "$as_me:1822: \$? = $ac_status" >&5 1823 echo "$as_me:1823: \$? = $ac_status" >&5
1823 (exit $ac_status); }; }; then 1824 (exit $ac_status); }; }; then
1824 # It does; now see whether it defined to BIG_ENDIAN or not. 1825 # It does; now see whether it defined to BIG_ENDIAN or not.
1825cat >conftest.$ac_ext <<_ACEOF 1826cat >conftest.$ac_ext <<_ACEOF
1826#line 1826 "configure" 1827#line 1827 "configure"
1827#include "confdefs.h" 1828#include "confdefs.h"
1828#include <sys/types.h> 1829#include <sys/types.h>
1829#include <sys/param.h> 1830#include <sys/param.h>
@@ -1840,16 +1841,16 @@ main ()
1840} 1841}
1841_ACEOF 1842_ACEOF
1842rm -f conftest.$ac_objext 1843rm -f conftest.$ac_objext
1843if { (eval echo "$as_me:1843: \"$ac_compile\"") >&5 1844if { (eval echo "$as_me:1844: \"$ac_compile\"") >&5
1844 (eval $ac_compile) 2>&5 1845 (eval $ac_compile) 2>&5
1845 ac_status=$? 1846 ac_status=$?
1846 echo "$as_me:1846: \$? = $ac_status" >&5 1847 echo "$as_me:1847: \$? = $ac_status" >&5
1847 (exit $ac_status); } && 1848 (exit $ac_status); } &&
1848 { ac_try='test -s conftest.$ac_objext' 1849 { ac_try='test -s conftest.$ac_objext'
1849 { (eval echo "$as_me:1849: \"$ac_try\"") >&5 1850 { (eval echo "$as_me:1850: \"$ac_try\"") >&5
1850 (eval $ac_try) 2>&5 1851 (eval $ac_try) 2>&5
1851 ac_status=$? 1852 ac_status=$?
1852 echo "$as_me:1852: \$? = $ac_status" >&5 1853 echo "$as_me:1853: \$? = $ac_status" >&5
1853 (exit $ac_status); }; }; then 1854 (exit $ac_status); }; }; then
1854 ac_cv_c_bigendian=yes 1855 ac_cv_c_bigendian=yes
1855else 1856else
@@ -1865,12 +1866,12 @@ fi
1865rm -f conftest.$ac_objext conftest.$ac_ext 1866rm -f conftest.$ac_objext conftest.$ac_ext
1866if test $ac_cv_c_bigendian = unknown; then 1867if test $ac_cv_c_bigendian = unknown; then
1867if test "$cross_compiling" = yes; then 1868if test "$cross_compiling" = yes; then
1868 { { echo "$as_me:1868: error: cannot run test program while cross compiling" >&5 1869 { { echo "$as_me:1869: error: cannot run test program while cross compiling" >&5
1869echo "$as_me: error: cannot run test program while cross compiling" >&2;} 1870echo "$as_me: error: cannot run test program while cross compiling" >&2;}
1870 { (exit 1); exit 1; }; } 1871 { (exit 1); exit 1; }; }
1871else 1872else
1872 cat >conftest.$ac_ext <<_ACEOF 1873 cat >conftest.$ac_ext <<_ACEOF
1873#line 1873 "configure" 1874#line 1874 "configure"
1874#include "confdefs.h" 1875#include "confdefs.h"
1875int 1876int
1876main () 1877main ()
@@ -1886,15 +1887,15 @@ main ()
1886} 1887}
1887_ACEOF 1888_ACEOF
1888rm -f conftest$ac_exeext 1889rm -f conftest$ac_exeext
1889if { (eval echo "$as_me:1889: \"$ac_link\"") >&5 1890if { (eval echo "$as_me:1890: \"$ac_link\"") >&5
1890 (eval $ac_link) 2>&5 1891 (eval $ac_link) 2>&5
1891 ac_status=$? 1892 ac_status=$?
1892 echo "$as_me:1892: \$? = $ac_status" >&5 1893 echo "$as_me:1893: \$? = $ac_status" >&5
1893 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 1894 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
1894 { (eval echo "$as_me:1894: \"$ac_try\"") >&5 1895 { (eval echo "$as_me:1895: \"$ac_try\"") >&5
1895 (eval $ac_try) 2>&5 1896 (eval $ac_try) 2>&5
1896 ac_status=$? 1897 ac_status=$?
1897 echo "$as_me:1897: \$? = $ac_status" >&5 1898 echo "$as_me:1898: \$? = $ac_status" >&5
1898 (exit $ac_status); }; }; then 1899 (exit $ac_status); }; }; then
1899 ac_cv_c_bigendian=no 1900 ac_cv_c_bigendian=no
1900else 1901else
@@ -1907,7 +1908,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
1907fi 1908fi
1908fi 1909fi
1909fi 1910fi
1910echo "$as_me:1910: result: $ac_cv_c_bigendian" >&5 1911echo "$as_me:1911: result: $ac_cv_c_bigendian" >&5
1911echo "${ECHO_T}$ac_cv_c_bigendian" >&6 1912echo "${ECHO_T}$ac_cv_c_bigendian" >&6
1912if test $ac_cv_c_bigendian = yes; then 1913if test $ac_cv_c_bigendian = yes; then
1913 1914
@@ -1922,7 +1923,7 @@ for ac_prog in mawk gawk nawk awk
1922do 1923do
1923 # Extract the first word of "$ac_prog", so it can be a program name with args. 1924 # Extract the first word of "$ac_prog", so it can be a program name with args.
1924set dummy $ac_prog; ac_word=$2 1925set dummy $ac_prog; ac_word=$2
1925echo "$as_me:1925: checking for $ac_word" >&5 1926echo "$as_me:1926: checking for $ac_word" >&5
1926echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1927echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1927if test "${ac_cv_prog_AWK+set}" = set; then 1928if test "${ac_cv_prog_AWK+set}" = set; then
1928 echo $ECHO_N "(cached) $ECHO_C" >&6 1929 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1937,7 +1938,7 @@ for ac_dir in $ac_dummy; do
1937 test -z "$ac_dir" && ac_dir=. 1938 test -z "$ac_dir" && ac_dir=.
1938 $as_executable_p "$ac_dir/$ac_word" || continue 1939 $as_executable_p "$ac_dir/$ac_word" || continue
1939ac_cv_prog_AWK="$ac_prog" 1940ac_cv_prog_AWK="$ac_prog"
1940echo "$as_me:1940: found $ac_dir/$ac_word" >&5 1941echo "$as_me:1941: found $ac_dir/$ac_word" >&5
1941break 1942break
1942done 1943done
1943 1944
@@ -1945,10 +1946,10 @@ fi
1945fi 1946fi
1946AWK=$ac_cv_prog_AWK 1947AWK=$ac_cv_prog_AWK
1947if test -n "$AWK"; then 1948if test -n "$AWK"; then
1948 echo "$as_me:1948: result: $AWK" >&5 1949 echo "$as_me:1949: result: $AWK" >&5
1949echo "${ECHO_T}$AWK" >&6 1950echo "${ECHO_T}$AWK" >&6
1950else 1951else
1951 echo "$as_me:1951: result: no" >&5 1952 echo "$as_me:1952: result: no" >&5
1952echo "${ECHO_T}no" >&6 1953echo "${ECHO_T}no" >&6
1953fi 1954fi
1954 1955
@@ -1960,7 +1961,7 @@ ac_cpp='$CPP $CPPFLAGS'
1960ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1961ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1961ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1962ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1962ac_compiler_gnu=$ac_cv_c_compiler_gnu 1963ac_compiler_gnu=$ac_cv_c_compiler_gnu
1963echo "$as_me:1963: checking how to run the C preprocessor" >&5 1964echo "$as_me:1964: checking how to run the C preprocessor" >&5
1964echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 1965echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
1965# On Suns, sometimes $CPP names a directory. 1966# On Suns, sometimes $CPP names a directory.
1966if test -n "$CPP" && test -d "$CPP"; then 1967if test -n "$CPP" && test -d "$CPP"; then
@@ -1981,18 +1982,18 @@ do
1981 # On the NeXT, cc -E runs the code through the compiler's parser, 1982 # On the NeXT, cc -E runs the code through the compiler's parser,
1982 # not just through cpp. "Syntax error" is here to catch this case. 1983 # not just through cpp. "Syntax error" is here to catch this case.
1983 cat >conftest.$ac_ext <<_ACEOF 1984 cat >conftest.$ac_ext <<_ACEOF
1984#line 1984 "configure" 1985#line 1985 "configure"
1985#include "confdefs.h" 1986#include "confdefs.h"
1986#include <assert.h> 1987#include <assert.h>
1987 Syntax error 1988 Syntax error
1988_ACEOF 1989_ACEOF
1989if { (eval echo "$as_me:1989: \"$ac_cpp conftest.$ac_ext\"") >&5 1990if { (eval echo "$as_me:1990: \"$ac_cpp conftest.$ac_ext\"") >&5
1990 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1991 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
1991 ac_status=$? 1992 ac_status=$?
1992 egrep -v '^ *\+' conftest.er1 >conftest.err 1993 egrep -v '^ *\+' conftest.er1 >conftest.err
1993 rm -f conftest.er1 1994 rm -f conftest.er1
1994 cat conftest.err >&5 1995 cat conftest.err >&5
1995 echo "$as_me:1995: \$? = $ac_status" >&5 1996 echo "$as_me:1996: \$? = $ac_status" >&5
1996 (exit $ac_status); } >/dev/null; then 1997 (exit $ac_status); } >/dev/null; then
1997 if test -s conftest.err; then 1998 if test -s conftest.err; then
1998 ac_cpp_err=$ac_c_preproc_warn_flag 1999 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2015,17 +2016,17 @@ rm -f conftest.err conftest.$ac_ext
2015 # OK, works on sane cases. Now check whether non-existent headers 2016 # OK, works on sane cases. Now check whether non-existent headers
2016 # can be detected and how. 2017 # can be detected and how.
2017 cat >conftest.$ac_ext <<_ACEOF 2018 cat >conftest.$ac_ext <<_ACEOF
2018#line 2018 "configure" 2019#line 2019 "configure"
2019#include "confdefs.h" 2020#include "confdefs.h"
2020#include <ac_nonexistent.h> 2021#include <ac_nonexistent.h>
2021_ACEOF 2022_ACEOF
2022if { (eval echo "$as_me:2022: \"$ac_cpp conftest.$ac_ext\"") >&5 2023if { (eval echo "$as_me:2023: \"$ac_cpp conftest.$ac_ext\"") >&5
2023 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2024 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2024 ac_status=$? 2025 ac_status=$?
2025 egrep -v '^ *\+' conftest.er1 >conftest.err 2026 egrep -v '^ *\+' conftest.er1 >conftest.err
2026 rm -f conftest.er1 2027 rm -f conftest.er1
2027 cat conftest.err >&5 2028 cat conftest.err >&5
2028 echo "$as_me:2028: \$? = $ac_status" >&5 2029 echo "$as_me:2029: \$? = $ac_status" >&5
2029 (exit $ac_status); } >/dev/null; then 2030 (exit $ac_status); } >/dev/null; then
2030 if test -s conftest.err; then 2031 if test -s conftest.err; then
2031 ac_cpp_err=$ac_c_preproc_warn_flag 2032 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2062,7 +2063,7 @@ fi
2062else 2063else
2063 ac_cv_prog_CPP=$CPP 2064 ac_cv_prog_CPP=$CPP
2064fi 2065fi
2065echo "$as_me:2065: result: $CPP" >&5 2066echo "$as_me:2066: result: $CPP" >&5
2066echo "${ECHO_T}$CPP" >&6 2067echo "${ECHO_T}$CPP" >&6
2067ac_preproc_ok=false 2068ac_preproc_ok=false
2068for ac_c_preproc_warn_flag in '' yes 2069for ac_c_preproc_warn_flag in '' yes
@@ -2072,18 +2073,18 @@ do
2072 # On the NeXT, cc -E runs the code through the compiler's parser, 2073 # On the NeXT, cc -E runs the code through the compiler's parser,
2073 # not just through cpp. "Syntax error" is here to catch this case. 2074 # not just through cpp. "Syntax error" is here to catch this case.
2074 cat >conftest.$ac_ext <<_ACEOF 2075 cat >conftest.$ac_ext <<_ACEOF
2075#line 2075 "configure" 2076#line 2076 "configure"
2076#include "confdefs.h" 2077#include "confdefs.h"
2077#include <assert.h> 2078#include <assert.h>
2078 Syntax error 2079 Syntax error
2079_ACEOF 2080_ACEOF
2080if { (eval echo "$as_me:2080: \"$ac_cpp conftest.$ac_ext\"") >&5 2081if { (eval echo "$as_me:2081: \"$ac_cpp conftest.$ac_ext\"") >&5
2081 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2082 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2082 ac_status=$? 2083 ac_status=$?
2083 egrep -v '^ *\+' conftest.er1 >conftest.err 2084 egrep -v '^ *\+' conftest.er1 >conftest.err
2084 rm -f conftest.er1 2085 rm -f conftest.er1
2085 cat conftest.err >&5 2086 cat conftest.err >&5
2086 echo "$as_me:2086: \$? = $ac_status" >&5 2087 echo "$as_me:2087: \$? = $ac_status" >&5
2087 (exit $ac_status); } >/dev/null; then 2088 (exit $ac_status); } >/dev/null; then
2088 if test -s conftest.err; then 2089 if test -s conftest.err; then
2089 ac_cpp_err=$ac_c_preproc_warn_flag 2090 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2106,17 +2107,17 @@ rm -f conftest.err conftest.$ac_ext
2106 # OK, works on sane cases. Now check whether non-existent headers 2107 # OK, works on sane cases. Now check whether non-existent headers
2107 # can be detected and how. 2108 # can be detected and how.
2108 cat >conftest.$ac_ext <<_ACEOF 2109 cat >conftest.$ac_ext <<_ACEOF
2109#line 2109 "configure" 2110#line 2110 "configure"
2110#include "confdefs.h" 2111#include "confdefs.h"
2111#include <ac_nonexistent.h> 2112#include <ac_nonexistent.h>
2112_ACEOF 2113_ACEOF
2113if { (eval echo "$as_me:2113: \"$ac_cpp conftest.$ac_ext\"") >&5 2114if { (eval echo "$as_me:2114: \"$ac_cpp conftest.$ac_ext\"") >&5
2114 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2115 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2115 ac_status=$? 2116 ac_status=$?
2116 egrep -v '^ *\+' conftest.er1 >conftest.err 2117 egrep -v '^ *\+' conftest.er1 >conftest.err
2117 rm -f conftest.er1 2118 rm -f conftest.er1
2118 cat conftest.err >&5 2119 cat conftest.err >&5
2119 echo "$as_me:2119: \$? = $ac_status" >&5 2120 echo "$as_me:2120: \$? = $ac_status" >&5
2120 (exit $ac_status); } >/dev/null; then 2121 (exit $ac_status); } >/dev/null; then
2121 if test -s conftest.err; then 2122 if test -s conftest.err; then
2122 ac_cpp_err=$ac_c_preproc_warn_flag 2123 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2144,7 +2145,7 @@ rm -f conftest.err conftest.$ac_ext
2144if $ac_preproc_ok; then 2145if $ac_preproc_ok; then
2145 : 2146 :
2146else 2147else
2147 { { echo "$as_me:2147: error: C preprocessor \"$CPP\" fails sanity check" >&5 2148 { { echo "$as_me:2148: error: C preprocessor \"$CPP\" fails sanity check" >&5
2148echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 2149echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
2149 { (exit 1); exit 1; }; } 2150 { (exit 1); exit 1; }; }
2150fi 2151fi
@@ -2158,7 +2159,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2158if test -n "$ac_tool_prefix"; then 2159if test -n "$ac_tool_prefix"; then
2159 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 2160 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2160set dummy ${ac_tool_prefix}ranlib; ac_word=$2 2161set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2161echo "$as_me:2161: checking for $ac_word" >&5 2162echo "$as_me:2162: checking for $ac_word" >&5
2162echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2163echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2163if test "${ac_cv_prog_RANLIB+set}" = set; then 2164if test "${ac_cv_prog_RANLIB+set}" = set; then
2164 echo $ECHO_N "(cached) $ECHO_C" >&6 2165 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2173,7 +2174,7 @@ for ac_dir in $ac_dummy; do
2173 test -z "$ac_dir" && ac_dir=. 2174 test -z "$ac_dir" && ac_dir=.
2174 $as_executable_p "$ac_dir/$ac_word" || continue 2175 $as_executable_p "$ac_dir/$ac_word" || continue
2175ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 2176ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2176echo "$as_me:2176: found $ac_dir/$ac_word" >&5 2177echo "$as_me:2177: found $ac_dir/$ac_word" >&5
2177break 2178break
2178done 2179done
2179 2180
@@ -2181,10 +2182,10 @@ fi
2181fi 2182fi
2182RANLIB=$ac_cv_prog_RANLIB 2183RANLIB=$ac_cv_prog_RANLIB
2183if test -n "$RANLIB"; then 2184if test -n "$RANLIB"; then
2184 echo "$as_me:2184: result: $RANLIB" >&5 2185 echo "$as_me:2185: result: $RANLIB" >&5
2185echo "${ECHO_T}$RANLIB" >&6 2186echo "${ECHO_T}$RANLIB" >&6
2186else 2187else
2187 echo "$as_me:2187: result: no" >&5 2188 echo "$as_me:2188: result: no" >&5
2188echo "${ECHO_T}no" >&6 2189echo "${ECHO_T}no" >&6
2189fi 2190fi
2190 2191
@@ -2193,7 +2194,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
2193 ac_ct_RANLIB=$RANLIB 2194 ac_ct_RANLIB=$RANLIB
2194 # Extract the first word of "ranlib", so it can be a program name with args. 2195 # Extract the first word of "ranlib", so it can be a program name with args.
2195set dummy ranlib; ac_word=$2 2196set dummy ranlib; ac_word=$2
2196echo "$as_me:2196: checking for $ac_word" >&5 2197echo "$as_me:2197: checking for $ac_word" >&5
2197echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2198echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2198if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 2199if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2199 echo $ECHO_N "(cached) $ECHO_C" >&6 2200 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2208,7 +2209,7 @@ for ac_dir in $ac_dummy; do
2208 test -z "$ac_dir" && ac_dir=. 2209 test -z "$ac_dir" && ac_dir=.
2209 $as_executable_p "$ac_dir/$ac_word" || continue 2210 $as_executable_p "$ac_dir/$ac_word" || continue
2210ac_cv_prog_ac_ct_RANLIB="ranlib" 2211ac_cv_prog_ac_ct_RANLIB="ranlib"
2211echo "$as_me:2211: found $ac_dir/$ac_word" >&5 2212echo "$as_me:2212: found $ac_dir/$ac_word" >&5
2212break 2213break
2213done 2214done
2214 2215
@@ -2217,10 +2218,10 @@ fi
2217fi 2218fi
2218ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 2219ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
2219if test -n "$ac_ct_RANLIB"; then 2220if test -n "$ac_ct_RANLIB"; then
2220 echo "$as_me:2220: result: $ac_ct_RANLIB" >&5 2221 echo "$as_me:2221: result: $ac_ct_RANLIB" >&5
2221echo "${ECHO_T}$ac_ct_RANLIB" >&6 2222echo "${ECHO_T}$ac_ct_RANLIB" >&6
2222else 2223else
2223 echo "$as_me:2223: result: no" >&5 2224 echo "$as_me:2224: result: no" >&5
2224echo "${ECHO_T}no" >&6 2225echo "${ECHO_T}no" >&6
2225fi 2226fi
2226 2227
@@ -2241,7 +2242,7 @@ fi
2241# AFS /usr/afsws/bin/install, which mishandles nonexistent args 2242# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2242# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 2243# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2243# ./install, which can be erroneously created by make from ./install.sh. 2244# ./install, which can be erroneously created by make from ./install.sh.
2244echo "$as_me:2244: checking for a BSD compatible install" >&5 2245echo "$as_me:2245: checking for a BSD compatible install" >&5
2245echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 2246echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
2246if test -z "$INSTALL"; then 2247if test -z "$INSTALL"; then
2247if test "${ac_cv_path_install+set}" = set; then 2248if test "${ac_cv_path_install+set}" = set; then
@@ -2290,7 +2291,7 @@ fi
2290 INSTALL=$ac_install_sh 2291 INSTALL=$ac_install_sh
2291 fi 2292 fi
2292fi 2293fi
2293echo "$as_me:2293: result: $INSTALL" >&5 2294echo "$as_me:2294: result: $INSTALL" >&5
2294echo "${ECHO_T}$INSTALL" >&6 2295echo "${ECHO_T}$INSTALL" >&6
2295 2296
2296# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 2297# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -2303,7 +2304,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2303 2304
2304# Extract the first word of "ar", so it can be a program name with args. 2305# Extract the first word of "ar", so it can be a program name with args.
2305set dummy ar; ac_word=$2 2306set dummy ar; ac_word=$2
2306echo "$as_me:2306: checking for $ac_word" >&5 2307echo "$as_me:2307: checking for $ac_word" >&5
2307echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2308echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2308if test "${ac_cv_path_AR+set}" = set; then 2309if test "${ac_cv_path_AR+set}" = set; then
2309 echo $ECHO_N "(cached) $ECHO_C" >&6 2310 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2320,7 +2321,7 @@ for ac_dir in $ac_dummy; do
2320 test -z "$ac_dir" && ac_dir=. 2321 test -z "$ac_dir" && ac_dir=.
2321 if $as_executable_p "$ac_dir/$ac_word"; then 2322 if $as_executable_p "$ac_dir/$ac_word"; then
2322 ac_cv_path_AR="$ac_dir/$ac_word" 2323 ac_cv_path_AR="$ac_dir/$ac_word"
2323 echo "$as_me:2323: found $ac_dir/$ac_word" >&5 2324 echo "$as_me:2324: found $ac_dir/$ac_word" >&5
2324 break 2325 break
2325fi 2326fi
2326done 2327done
@@ -2331,10 +2332,10 @@ fi
2331AR=$ac_cv_path_AR 2332AR=$ac_cv_path_AR
2332 2333
2333if test -n "$AR"; then 2334if test -n "$AR"; then
2334 echo "$as_me:2334: result: $AR" >&5 2335 echo "$as_me:2335: result: $AR" >&5
2335echo "${ECHO_T}$AR" >&6 2336echo "${ECHO_T}$AR" >&6
2336else 2337else
2337 echo "$as_me:2337: result: no" >&5 2338 echo "$as_me:2338: result: no" >&5
2338echo "${ECHO_T}no" >&6 2339echo "${ECHO_T}no" >&6
2339fi 2340fi
2340 2341
@@ -2342,7 +2343,7 @@ for ac_prog in perl5 perl
2342do 2343do
2343 # Extract the first word of "$ac_prog", so it can be a program name with args. 2344 # Extract the first word of "$ac_prog", so it can be a program name with args.
2344set dummy $ac_prog; ac_word=$2 2345set dummy $ac_prog; ac_word=$2
2345echo "$as_me:2345: checking for $ac_word" >&5 2346echo "$as_me:2346: checking for $ac_word" >&5
2346echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2347echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2347if test "${ac_cv_path_PERL+set}" = set; then 2348if test "${ac_cv_path_PERL+set}" = set; then
2348 echo $ECHO_N "(cached) $ECHO_C" >&6 2349 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2359,7 +2360,7 @@ for ac_dir in $ac_dummy; do
2359 test -z "$ac_dir" && ac_dir=. 2360 test -z "$ac_dir" && ac_dir=.
2360 if $as_executable_p "$ac_dir/$ac_word"; then 2361 if $as_executable_p "$ac_dir/$ac_word"; then
2361 ac_cv_path_PERL="$ac_dir/$ac_word" 2362 ac_cv_path_PERL="$ac_dir/$ac_word"
2362 echo "$as_me:2362: found $ac_dir/$ac_word" >&5 2363 echo "$as_me:2363: found $ac_dir/$ac_word" >&5
2363 break 2364 break
2364fi 2365fi
2365done 2366done
@@ -2370,10 +2371,10 @@ fi
2370PERL=$ac_cv_path_PERL 2371PERL=$ac_cv_path_PERL
2371 2372
2372if test -n "$PERL"; then 2373if test -n "$PERL"; then
2373 echo "$as_me:2373: result: $PERL" >&5 2374 echo "$as_me:2374: result: $PERL" >&5
2374echo "${ECHO_T}$PERL" >&6 2375echo "${ECHO_T}$PERL" >&6
2375else 2376else
2376 echo "$as_me:2376: result: no" >&5 2377 echo "$as_me:2377: result: no" >&5
2377echo "${ECHO_T}no" >&6 2378echo "${ECHO_T}no" >&6
2378fi 2379fi
2379 2380
@@ -2382,7 +2383,7 @@ done
2382 2383
2383# Extract the first word of "sed", so it can be a program name with args. 2384# Extract the first word of "sed", so it can be a program name with args.
2384set dummy sed; ac_word=$2 2385set dummy sed; ac_word=$2
2385echo "$as_me:2385: checking for $ac_word" >&5 2386echo "$as_me:2386: checking for $ac_word" >&5
2386echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2387echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2387if test "${ac_cv_path_SED+set}" = set; then 2388if test "${ac_cv_path_SED+set}" = set; then
2388 echo $ECHO_N "(cached) $ECHO_C" >&6 2389 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2399,7 +2400,7 @@ for ac_dir in $ac_dummy; do
2399 test -z "$ac_dir" && ac_dir=. 2400 test -z "$ac_dir" && ac_dir=.
2400 if $as_executable_p "$ac_dir/$ac_word"; then 2401 if $as_executable_p "$ac_dir/$ac_word"; then
2401 ac_cv_path_SED="$ac_dir/$ac_word" 2402 ac_cv_path_SED="$ac_dir/$ac_word"
2402 echo "$as_me:2402: found $ac_dir/$ac_word" >&5 2403 echo "$as_me:2403: found $ac_dir/$ac_word" >&5
2403 break 2404 break
2404fi 2405fi
2405done 2406done
@@ -2410,16 +2411,16 @@ fi
2410SED=$ac_cv_path_SED 2411SED=$ac_cv_path_SED
2411 2412
2412if test -n "$SED"; then 2413if test -n "$SED"; then
2413 echo "$as_me:2413: result: $SED" >&5 2414 echo "$as_me:2414: result: $SED" >&5
2414echo "${ECHO_T}$SED" >&6 2415echo "${ECHO_T}$SED" >&6
2415else 2416else
2416 echo "$as_me:2416: result: no" >&5 2417 echo "$as_me:2417: result: no" >&5
2417echo "${ECHO_T}no" >&6 2418echo "${ECHO_T}no" >&6
2418fi 2419fi
2419 2420
2420# Extract the first word of "ent", so it can be a program name with args. 2421# Extract the first word of "ent", so it can be a program name with args.
2421set dummy ent; ac_word=$2 2422set dummy ent; ac_word=$2
2422echo "$as_me:2422: checking for $ac_word" >&5 2423echo "$as_me:2423: checking for $ac_word" >&5
2423echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2424echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2424if test "${ac_cv_path_ENT+set}" = set; then 2425if test "${ac_cv_path_ENT+set}" = set; then
2425 echo $ECHO_N "(cached) $ECHO_C" >&6 2426 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2436,7 +2437,7 @@ for ac_dir in $ac_dummy; do
2436 test -z "$ac_dir" && ac_dir=. 2437 test -z "$ac_dir" && ac_dir=.
2437 if $as_executable_p "$ac_dir/$ac_word"; then 2438 if $as_executable_p "$ac_dir/$ac_word"; then
2438 ac_cv_path_ENT="$ac_dir/$ac_word" 2439 ac_cv_path_ENT="$ac_dir/$ac_word"
2439 echo "$as_me:2439: found $ac_dir/$ac_word" >&5 2440 echo "$as_me:2440: found $ac_dir/$ac_word" >&5
2440 break 2441 break
2441fi 2442fi
2442done 2443done
@@ -2447,16 +2448,16 @@ fi
2447ENT=$ac_cv_path_ENT 2448ENT=$ac_cv_path_ENT
2448 2449
2449if test -n "$ENT"; then 2450if test -n "$ENT"; then
2450 echo "$as_me:2450: result: $ENT" >&5 2451 echo "$as_me:2451: result: $ENT" >&5
2451echo "${ECHO_T}$ENT" >&6 2452echo "${ECHO_T}$ENT" >&6
2452else 2453else
2453 echo "$as_me:2453: result: no" >&5 2454 echo "$as_me:2454: result: no" >&5
2454echo "${ECHO_T}no" >&6 2455echo "${ECHO_T}no" >&6
2455fi 2456fi
2456 2457
2457# Extract the first word of "bash", so it can be a program name with args. 2458# Extract the first word of "bash", so it can be a program name with args.
2458set dummy bash; ac_word=$2 2459set dummy bash; ac_word=$2
2459echo "$as_me:2459: checking for $ac_word" >&5 2460echo "$as_me:2460: checking for $ac_word" >&5
2460echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2461echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2461if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then 2462if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then
2462 echo $ECHO_N "(cached) $ECHO_C" >&6 2463 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2473,7 +2474,7 @@ for ac_dir in $ac_dummy; do
2473 test -z "$ac_dir" && ac_dir=. 2474 test -z "$ac_dir" && ac_dir=.
2474 if $as_executable_p "$ac_dir/$ac_word"; then 2475 if $as_executable_p "$ac_dir/$ac_word"; then
2475 ac_cv_path_TEST_MINUS_S_SH="$ac_dir/$ac_word" 2476 ac_cv_path_TEST_MINUS_S_SH="$ac_dir/$ac_word"
2476 echo "$as_me:2476: found $ac_dir/$ac_word" >&5 2477 echo "$as_me:2477: found $ac_dir/$ac_word" >&5
2477 break 2478 break
2478fi 2479fi
2479done 2480done
@@ -2484,16 +2485,16 @@ fi
2484TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH 2485TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH
2485 2486
2486if test -n "$TEST_MINUS_S_SH"; then 2487if test -n "$TEST_MINUS_S_SH"; then
2487 echo "$as_me:2487: result: $TEST_MINUS_S_SH" >&5 2488 echo "$as_me:2488: result: $TEST_MINUS_S_SH" >&5
2488echo "${ECHO_T}$TEST_MINUS_S_SH" >&6 2489echo "${ECHO_T}$TEST_MINUS_S_SH" >&6
2489else 2490else
2490 echo "$as_me:2490: result: no" >&5 2491 echo "$as_me:2491: result: no" >&5
2491echo "${ECHO_T}no" >&6 2492echo "${ECHO_T}no" >&6
2492fi 2493fi
2493 2494
2494# Extract the first word of "ksh", so it can be a program name with args. 2495# Extract the first word of "ksh", so it can be a program name with args.
2495set dummy ksh; ac_word=$2 2496set dummy ksh; ac_word=$2
2496echo "$as_me:2496: checking for $ac_word" >&5 2497echo "$as_me:2497: checking for $ac_word" >&5
2497echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2498echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2498if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then 2499if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then
2499 echo $ECHO_N "(cached) $ECHO_C" >&6 2500 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2510,7 +2511,7 @@ for ac_dir in $ac_dummy; do
2510 test -z "$ac_dir" && ac_dir=. 2511 test -z "$ac_dir" && ac_dir=.
2511 if $as_executable_p "$ac_dir/$ac_word"; then 2512 if $as_executable_p "$ac_dir/$ac_word"; then
2512 ac_cv_path_TEST_MINUS_S_SH="$ac_dir/$ac_word" 2513 ac_cv_path_TEST_MINUS_S_SH="$ac_dir/$ac_word"
2513 echo "$as_me:2513: found $ac_dir/$ac_word" >&5 2514 echo "$as_me:2514: found $ac_dir/$ac_word" >&5
2514 break 2515 break
2515fi 2516fi
2516done 2517done
@@ -2521,16 +2522,16 @@ fi
2521TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH 2522TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH
2522 2523
2523if test -n "$TEST_MINUS_S_SH"; then 2524if test -n "$TEST_MINUS_S_SH"; then
2524 echo "$as_me:2524: result: $TEST_MINUS_S_SH" >&5 2525 echo "$as_me:2525: result: $TEST_MINUS_S_SH" >&5
2525echo "${ECHO_T}$TEST_MINUS_S_SH" >&6 2526echo "${ECHO_T}$TEST_MINUS_S_SH" >&6
2526else 2527else
2527 echo "$as_me:2527: result: no" >&5 2528 echo "$as_me:2528: result: no" >&5
2528echo "${ECHO_T}no" >&6 2529echo "${ECHO_T}no" >&6
2529fi 2530fi
2530 2531
2531# Extract the first word of "sh", so it can be a program name with args. 2532# Extract the first word of "sh", so it can be a program name with args.
2532set dummy sh; ac_word=$2 2533set dummy sh; ac_word=$2
2533echo "$as_me:2533: checking for $ac_word" >&5 2534echo "$as_me:2534: checking for $ac_word" >&5
2534echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2535echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2535if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then 2536if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then
2536 echo $ECHO_N "(cached) $ECHO_C" >&6 2537 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2547,7 +2548,7 @@ for ac_dir in $ac_dummy; do
2547 test -z "$ac_dir" && ac_dir=. 2548 test -z "$ac_dir" && ac_dir=.
2548 if $as_executable_p "$ac_dir/$ac_word"; then 2549 if $as_executable_p "$ac_dir/$ac_word"; then
2549 ac_cv_path_TEST_MINUS_S_SH="$ac_dir/$ac_word" 2550 ac_cv_path_TEST_MINUS_S_SH="$ac_dir/$ac_word"
2550 echo "$as_me:2550: found $ac_dir/$ac_word" >&5 2551 echo "$as_me:2551: found $ac_dir/$ac_word" >&5
2551 break 2552 break
2552fi 2553fi
2553done 2554done
@@ -2558,16 +2559,16 @@ fi
2558TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH 2559TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH
2559 2560
2560if test -n "$TEST_MINUS_S_SH"; then 2561if test -n "$TEST_MINUS_S_SH"; then
2561 echo "$as_me:2561: result: $TEST_MINUS_S_SH" >&5 2562 echo "$as_me:2562: result: $TEST_MINUS_S_SH" >&5
2562echo "${ECHO_T}$TEST_MINUS_S_SH" >&6 2563echo "${ECHO_T}$TEST_MINUS_S_SH" >&6
2563else 2564else
2564 echo "$as_me:2564: result: no" >&5 2565 echo "$as_me:2565: result: no" >&5
2565echo "${ECHO_T}no" >&6 2566echo "${ECHO_T}no" >&6
2566fi 2567fi
2567 2568
2568# Extract the first word of "sh", so it can be a program name with args. 2569# Extract the first word of "sh", so it can be a program name with args.
2569set dummy sh; ac_word=$2 2570set dummy sh; ac_word=$2
2570echo "$as_me:2570: checking for $ac_word" >&5 2571echo "$as_me:2571: checking for $ac_word" >&5
2571echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2572echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2572if test "${ac_cv_path_SH+set}" = set; then 2573if test "${ac_cv_path_SH+set}" = set; then
2573 echo $ECHO_N "(cached) $ECHO_C" >&6 2574 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2584,7 +2585,7 @@ for ac_dir in $ac_dummy; do
2584 test -z "$ac_dir" && ac_dir=. 2585 test -z "$ac_dir" && ac_dir=.
2585 if $as_executable_p "$ac_dir/$ac_word"; then 2586 if $as_executable_p "$ac_dir/$ac_word"; then
2586 ac_cv_path_SH="$ac_dir/$ac_word" 2587 ac_cv_path_SH="$ac_dir/$ac_word"
2587 echo "$as_me:2587: found $ac_dir/$ac_word" >&5 2588 echo "$as_me:2588: found $ac_dir/$ac_word" >&5
2588 break 2589 break
2589fi 2590fi
2590done 2591done
@@ -2595,10 +2596,10 @@ fi
2595SH=$ac_cv_path_SH 2596SH=$ac_cv_path_SH
2596 2597
2597if test -n "$SH"; then 2598if test -n "$SH"; then
2598 echo "$as_me:2598: result: $SH" >&5 2599 echo "$as_me:2599: result: $SH" >&5
2599echo "${ECHO_T}$SH" >&6 2600echo "${ECHO_T}$SH" >&6
2600else 2601else
2601 echo "$as_me:2601: result: no" >&5 2602 echo "$as_me:2602: result: no" >&5
2602echo "${ECHO_T}no" >&6 2603echo "${ECHO_T}no" >&6
2603fi 2604fi
2604 2605
@@ -2610,7 +2611,7 @@ if test "${enable_largefile+set}" = set; then
2610fi; 2611fi;
2611if test "$enable_largefile" != no; then 2612if test "$enable_largefile" != no; then
2612 2613
2613 echo "$as_me:2613: checking for special C compiler options needed for large files" >&5 2614 echo "$as_me:2614: checking for special C compiler options needed for large files" >&5
2614echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 2615echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
2615if test "${ac_cv_sys_largefile_CC+set}" = set; then 2616if test "${ac_cv_sys_largefile_CC+set}" = set; then
2616 echo $ECHO_N "(cached) $ECHO_C" >&6 2617 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2622,7 +2623,7 @@ else
2622 # IRIX 6.2 and later do not support large files by default, 2623 # IRIX 6.2 and later do not support large files by default,
2623 # so use the C compiler's -n32 option if that helps. 2624 # so use the C compiler's -n32 option if that helps.
2624 cat >conftest.$ac_ext <<_ACEOF 2625 cat >conftest.$ac_ext <<_ACEOF
2625#line 2625 "configure" 2626#line 2626 "configure"
2626#include "confdefs.h" 2627#include "confdefs.h"
2627#include <sys/types.h> 2628#include <sys/types.h>
2628 /* Check that off_t can represent 2**63 - 1 correctly. 2629 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -2642,16 +2643,16 @@ main ()
2642} 2643}
2643_ACEOF 2644_ACEOF
2644 rm -f conftest.$ac_objext 2645 rm -f conftest.$ac_objext
2645if { (eval echo "$as_me:2645: \"$ac_compile\"") >&5 2646if { (eval echo "$as_me:2646: \"$ac_compile\"") >&5
2646 (eval $ac_compile) 2>&5 2647 (eval $ac_compile) 2>&5
2647 ac_status=$? 2648 ac_status=$?
2648 echo "$as_me:2648: \$? = $ac_status" >&5 2649 echo "$as_me:2649: \$? = $ac_status" >&5
2649 (exit $ac_status); } && 2650 (exit $ac_status); } &&
2650 { ac_try='test -s conftest.$ac_objext' 2651 { ac_try='test -s conftest.$ac_objext'
2651 { (eval echo "$as_me:2651: \"$ac_try\"") >&5 2652 { (eval echo "$as_me:2652: \"$ac_try\"") >&5
2652 (eval $ac_try) 2>&5 2653 (eval $ac_try) 2>&5
2653 ac_status=$? 2654 ac_status=$?
2654 echo "$as_me:2654: \$? = $ac_status" >&5 2655 echo "$as_me:2655: \$? = $ac_status" >&5
2655 (exit $ac_status); }; }; then 2656 (exit $ac_status); }; }; then
2656 break 2657 break
2657else 2658else
@@ -2661,16 +2662,16 @@ fi
2661rm -f conftest.$ac_objext 2662rm -f conftest.$ac_objext
2662 CC="$CC -n32" 2663 CC="$CC -n32"
2663 rm -f conftest.$ac_objext 2664 rm -f conftest.$ac_objext
2664if { (eval echo "$as_me:2664: \"$ac_compile\"") >&5 2665if { (eval echo "$as_me:2665: \"$ac_compile\"") >&5
2665 (eval $ac_compile) 2>&5 2666 (eval $ac_compile) 2>&5
2666 ac_status=$? 2667 ac_status=$?
2667 echo "$as_me:2667: \$? = $ac_status" >&5 2668 echo "$as_me:2668: \$? = $ac_status" >&5
2668 (exit $ac_status); } && 2669 (exit $ac_status); } &&
2669 { ac_try='test -s conftest.$ac_objext' 2670 { ac_try='test -s conftest.$ac_objext'
2670 { (eval echo "$as_me:2670: \"$ac_try\"") >&5 2671 { (eval echo "$as_me:2671: \"$ac_try\"") >&5
2671 (eval $ac_try) 2>&5 2672 (eval $ac_try) 2>&5
2672 ac_status=$? 2673 ac_status=$?
2673 echo "$as_me:2673: \$? = $ac_status" >&5 2674 echo "$as_me:2674: \$? = $ac_status" >&5
2674 (exit $ac_status); }; }; then 2675 (exit $ac_status); }; }; then
2675 ac_cv_sys_largefile_CC=' -n32'; break 2676 ac_cv_sys_largefile_CC=' -n32'; break
2676else 2677else
@@ -2684,13 +2685,13 @@ rm -f conftest.$ac_objext
2684 rm -f conftest.$ac_ext 2685 rm -f conftest.$ac_ext
2685 fi 2686 fi
2686fi 2687fi
2687echo "$as_me:2687: result: $ac_cv_sys_largefile_CC" >&5 2688echo "$as_me:2688: result: $ac_cv_sys_largefile_CC" >&5
2688echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 2689echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
2689 if test "$ac_cv_sys_largefile_CC" != no; then 2690 if test "$ac_cv_sys_largefile_CC" != no; then
2690 CC=$CC$ac_cv_sys_largefile_CC 2691 CC=$CC$ac_cv_sys_largefile_CC
2691 fi 2692 fi
2692 2693
2693 echo "$as_me:2693: checking for _FILE_OFFSET_BITS value needed for large files" >&5 2694 echo "$as_me:2694: checking for _FILE_OFFSET_BITS value needed for large files" >&5
2694echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 2695echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
2695if test "${ac_cv_sys_file_offset_bits+set}" = set; then 2696if test "${ac_cv_sys_file_offset_bits+set}" = set; then
2696 echo $ECHO_N "(cached) $ECHO_C" >&6 2697 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2698,7 +2699,7 @@ else
2698 while :; do 2699 while :; do
2699 ac_cv_sys_file_offset_bits=no 2700 ac_cv_sys_file_offset_bits=no
2700 cat >conftest.$ac_ext <<_ACEOF 2701 cat >conftest.$ac_ext <<_ACEOF
2701#line 2701 "configure" 2702#line 2702 "configure"
2702#include "confdefs.h" 2703#include "confdefs.h"
2703#include <sys/types.h> 2704#include <sys/types.h>
2704 /* Check that off_t can represent 2**63 - 1 correctly. 2705 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -2718,16 +2719,16 @@ main ()
2718} 2719}
2719_ACEOF 2720_ACEOF
2720rm -f conftest.$ac_objext 2721rm -f conftest.$ac_objext
2721if { (eval echo "$as_me:2721: \"$ac_compile\"") >&5 2722if { (eval echo "$as_me:2722: \"$ac_compile\"") >&5
2722 (eval $ac_compile) 2>&5 2723 (eval $ac_compile) 2>&5
2723 ac_status=$? 2724 ac_status=$?
2724 echo "$as_me:2724: \$? = $ac_status" >&5 2725 echo "$as_me:2725: \$? = $ac_status" >&5
2725 (exit $ac_status); } && 2726 (exit $ac_status); } &&
2726 { ac_try='test -s conftest.$ac_objext' 2727 { ac_try='test -s conftest.$ac_objext'
2727 { (eval echo "$as_me:2727: \"$ac_try\"") >&5 2728 { (eval echo "$as_me:2728: \"$ac_try\"") >&5
2728 (eval $ac_try) 2>&5 2729 (eval $ac_try) 2>&5
2729 ac_status=$? 2730 ac_status=$?
2730 echo "$as_me:2730: \$? = $ac_status" >&5 2731 echo "$as_me:2731: \$? = $ac_status" >&5
2731 (exit $ac_status); }; }; then 2732 (exit $ac_status); }; }; then
2732 break 2733 break
2733else 2734else
@@ -2736,7 +2737,7 @@ cat conftest.$ac_ext >&5
2736fi 2737fi
2737rm -f conftest.$ac_objext conftest.$ac_ext 2738rm -f conftest.$ac_objext conftest.$ac_ext
2738 cat >conftest.$ac_ext <<_ACEOF 2739 cat >conftest.$ac_ext <<_ACEOF
2739#line 2739 "configure" 2740#line 2740 "configure"
2740#include "confdefs.h" 2741#include "confdefs.h"
2741#define _FILE_OFFSET_BITS 64 2742#define _FILE_OFFSET_BITS 64
2742#include <sys/types.h> 2743#include <sys/types.h>
@@ -2757,16 +2758,16 @@ main ()
2757} 2758}
2758_ACEOF 2759_ACEOF
2759rm -f conftest.$ac_objext 2760rm -f conftest.$ac_objext
2760if { (eval echo "$as_me:2760: \"$ac_compile\"") >&5 2761if { (eval echo "$as_me:2761: \"$ac_compile\"") >&5
2761 (eval $ac_compile) 2>&5 2762 (eval $ac_compile) 2>&5
2762 ac_status=$? 2763 ac_status=$?
2763 echo "$as_me:2763: \$? = $ac_status" >&5 2764 echo "$as_me:2764: \$? = $ac_status" >&5
2764 (exit $ac_status); } && 2765 (exit $ac_status); } &&
2765 { ac_try='test -s conftest.$ac_objext' 2766 { ac_try='test -s conftest.$ac_objext'
2766 { (eval echo "$as_me:2766: \"$ac_try\"") >&5 2767 { (eval echo "$as_me:2767: \"$ac_try\"") >&5
2767 (eval $ac_try) 2>&5 2768 (eval $ac_try) 2>&5
2768 ac_status=$? 2769 ac_status=$?
2769 echo "$as_me:2769: \$? = $ac_status" >&5 2770 echo "$as_me:2770: \$? = $ac_status" >&5
2770 (exit $ac_status); }; }; then 2771 (exit $ac_status); }; }; then
2771 ac_cv_sys_file_offset_bits=64; break 2772 ac_cv_sys_file_offset_bits=64; break
2772else 2773else
@@ -2777,7 +2778,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
2777 break 2778 break
2778done 2779done
2779fi 2780fi
2780echo "$as_me:2780: result: $ac_cv_sys_file_offset_bits" >&5 2781echo "$as_me:2781: result: $ac_cv_sys_file_offset_bits" >&5
2781echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 2782echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
2782if test "$ac_cv_sys_file_offset_bits" != no; then 2783if test "$ac_cv_sys_file_offset_bits" != no; then
2783 2784
@@ -2787,7 +2788,7 @@ EOF
2787 2788
2788fi 2789fi
2789rm -f conftest* 2790rm -f conftest*
2790 echo "$as_me:2790: checking for _LARGE_FILES value needed for large files" >&5 2791 echo "$as_me:2791: checking for _LARGE_FILES value needed for large files" >&5
2791echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 2792echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
2792if test "${ac_cv_sys_large_files+set}" = set; then 2793if test "${ac_cv_sys_large_files+set}" = set; then
2793 echo $ECHO_N "(cached) $ECHO_C" >&6 2794 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2795,7 +2796,7 @@ else
2795 while :; do 2796 while :; do
2796 ac_cv_sys_large_files=no 2797 ac_cv_sys_large_files=no
2797 cat >conftest.$ac_ext <<_ACEOF 2798 cat >conftest.$ac_ext <<_ACEOF
2798#line 2798 "configure" 2799#line 2799 "configure"
2799#include "confdefs.h" 2800#include "confdefs.h"
2800#include <sys/types.h> 2801#include <sys/types.h>
2801 /* Check that off_t can represent 2**63 - 1 correctly. 2802 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -2815,16 +2816,16 @@ main ()
2815} 2816}
2816_ACEOF 2817_ACEOF
2817rm -f conftest.$ac_objext 2818rm -f conftest.$ac_objext
2818if { (eval echo "$as_me:2818: \"$ac_compile\"") >&5 2819if { (eval echo "$as_me:2819: \"$ac_compile\"") >&5
2819 (eval $ac_compile) 2>&5 2820 (eval $ac_compile) 2>&5
2820 ac_status=$? 2821 ac_status=$?
2821 echo "$as_me:2821: \$? = $ac_status" >&5 2822 echo "$as_me:2822: \$? = $ac_status" >&5
2822 (exit $ac_status); } && 2823 (exit $ac_status); } &&
2823 { ac_try='test -s conftest.$ac_objext' 2824 { ac_try='test -s conftest.$ac_objext'
2824 { (eval echo "$as_me:2824: \"$ac_try\"") >&5 2825 { (eval echo "$as_me:2825: \"$ac_try\"") >&5
2825 (eval $ac_try) 2>&5 2826 (eval $ac_try) 2>&5
2826 ac_status=$? 2827 ac_status=$?
2827 echo "$as_me:2827: \$? = $ac_status" >&5 2828 echo "$as_me:2828: \$? = $ac_status" >&5
2828 (exit $ac_status); }; }; then 2829 (exit $ac_status); }; }; then
2829 break 2830 break
2830else 2831else
@@ -2833,7 +2834,7 @@ cat conftest.$ac_ext >&5
2833fi 2834fi
2834rm -f conftest.$ac_objext conftest.$ac_ext 2835rm -f conftest.$ac_objext conftest.$ac_ext
2835 cat >conftest.$ac_ext <<_ACEOF 2836 cat >conftest.$ac_ext <<_ACEOF
2836#line 2836 "configure" 2837#line 2837 "configure"
2837#include "confdefs.h" 2838#include "confdefs.h"
2838#define _LARGE_FILES 1 2839#define _LARGE_FILES 1
2839#include <sys/types.h> 2840#include <sys/types.h>
@@ -2854,16 +2855,16 @@ main ()
2854} 2855}
2855_ACEOF 2856_ACEOF
2856rm -f conftest.$ac_objext 2857rm -f conftest.$ac_objext
2857if { (eval echo "$as_me:2857: \"$ac_compile\"") >&5 2858if { (eval echo "$as_me:2858: \"$ac_compile\"") >&5
2858 (eval $ac_compile) 2>&5 2859 (eval $ac_compile) 2>&5
2859 ac_status=$? 2860 ac_status=$?
2860 echo "$as_me:2860: \$? = $ac_status" >&5 2861 echo "$as_me:2861: \$? = $ac_status" >&5
2861 (exit $ac_status); } && 2862 (exit $ac_status); } &&
2862 { ac_try='test -s conftest.$ac_objext' 2863 { ac_try='test -s conftest.$ac_objext'
2863 { (eval echo "$as_me:2863: \"$ac_try\"") >&5 2864 { (eval echo "$as_me:2864: \"$ac_try\"") >&5
2864 (eval $ac_try) 2>&5 2865 (eval $ac_try) 2>&5
2865 ac_status=$? 2866 ac_status=$?
2866 echo "$as_me:2866: \$? = $ac_status" >&5 2867 echo "$as_me:2867: \$? = $ac_status" >&5
2867 (exit $ac_status); }; }; then 2868 (exit $ac_status); }; }; then
2868 ac_cv_sys_large_files=1; break 2869 ac_cv_sys_large_files=1; break
2869else 2870else
@@ -2874,7 +2875,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
2874 break 2875 break
2875done 2876done
2876fi 2877fi
2877echo "$as_me:2877: result: $ac_cv_sys_large_files" >&5 2878echo "$as_me:2878: result: $ac_cv_sys_large_files" >&5
2878echo "${ECHO_T}$ac_cv_sys_large_files" >&6 2879echo "${ECHO_T}$ac_cv_sys_large_files" >&6
2879if test "$ac_cv_sys_large_files" != no; then 2880if test "$ac_cv_sys_large_files" != no; then
2880 2881
@@ -2887,7 +2888,7 @@ rm -f conftest*
2887fi 2888fi
2888 2889
2889if test -z "$AR" ; then 2890if test -z "$AR" ; then
2890 { { echo "$as_me:2890: error: *** 'ar' missing, please install or fix your \$PATH ***" >&5 2891 { { echo "$as_me:2891: error: *** 'ar' missing, please install or fix your \$PATH ***" >&5
2891echo "$as_me: error: *** 'ar' missing, please install or fix your \$PATH ***" >&2;} 2892echo "$as_me: error: *** 'ar' missing, please install or fix your \$PATH ***" >&2;}
2892 { (exit 1); exit 1; }; } 2893 { (exit 1); exit 1; }; }
2893fi 2894fi
@@ -2902,7 +2903,7 @@ else
2902 # Search for login 2903 # Search for login
2903 # Extract the first word of "login", so it can be a program name with args. 2904 # Extract the first word of "login", so it can be a program name with args.
2904set dummy login; ac_word=$2 2905set dummy login; ac_word=$2
2905echo "$as_me:2905: checking for $ac_word" >&5 2906echo "$as_me:2906: checking for $ac_word" >&5
2906echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2907echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2907if test "${ac_cv_path_LOGIN_PROGRAM_FALLBACK+set}" = set; then 2908if test "${ac_cv_path_LOGIN_PROGRAM_FALLBACK+set}" = set; then
2908 echo $ECHO_N "(cached) $ECHO_C" >&6 2909 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2919,7 +2920,7 @@ for ac_dir in $ac_dummy; do
2919 test -z "$ac_dir" && ac_dir=. 2920 test -z "$ac_dir" && ac_dir=.
2920 if $as_executable_p "$ac_dir/$ac_word"; then 2921 if $as_executable_p "$ac_dir/$ac_word"; then
2921 ac_cv_path_LOGIN_PROGRAM_FALLBACK="$ac_dir/$ac_word" 2922 ac_cv_path_LOGIN_PROGRAM_FALLBACK="$ac_dir/$ac_word"
2922 echo "$as_me:2922: found $ac_dir/$ac_word" >&5 2923 echo "$as_me:2923: found $ac_dir/$ac_word" >&5
2923 break 2924 break
2924fi 2925fi
2925done 2926done
@@ -2930,10 +2931,10 @@ fi
2930LOGIN_PROGRAM_FALLBACK=$ac_cv_path_LOGIN_PROGRAM_FALLBACK 2931LOGIN_PROGRAM_FALLBACK=$ac_cv_path_LOGIN_PROGRAM_FALLBACK
2931 2932
2932if test -n "$LOGIN_PROGRAM_FALLBACK"; then 2933if test -n "$LOGIN_PROGRAM_FALLBACK"; then
2933 echo "$as_me:2933: result: $LOGIN_PROGRAM_FALLBACK" >&5 2934 echo "$as_me:2934: result: $LOGIN_PROGRAM_FALLBACK" >&5
2934echo "${ECHO_T}$LOGIN_PROGRAM_FALLBACK" >&6 2935echo "${ECHO_T}$LOGIN_PROGRAM_FALLBACK" >&6
2935else 2936else
2936 echo "$as_me:2936: result: no" >&5 2937 echo "$as_me:2937: result: no" >&5
2937echo "${ECHO_T}no" >&6 2938echo "${ECHO_T}no" >&6
2938fi 2939fi
2939 2940
@@ -2949,7 +2950,7 @@ if test -z "$LD" ; then
2949 LD=$CC 2950 LD=$CC
2950fi 2951fi
2951 2952
2952echo "$as_me:2952: checking for $CC option to accept ANSI C" >&5 2953echo "$as_me:2953: checking for $CC option to accept ANSI C" >&5
2953echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 2954echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2954if test "${ac_cv_prog_cc_stdc+set}" = set; then 2955if test "${ac_cv_prog_cc_stdc+set}" = set; then
2955 echo $ECHO_N "(cached) $ECHO_C" >&6 2956 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2957,7 +2958,7 @@ else
2957 ac_cv_prog_cc_stdc=no 2958 ac_cv_prog_cc_stdc=no
2958ac_save_CC=$CC 2959ac_save_CC=$CC
2959cat >conftest.$ac_ext <<_ACEOF 2960cat >conftest.$ac_ext <<_ACEOF
2960#line 2960 "configure" 2961#line 2961 "configure"
2961#include "confdefs.h" 2962#include "confdefs.h"
2962#include <stdarg.h> 2963#include <stdarg.h>
2963#include <stdio.h> 2964#include <stdio.h>
@@ -3006,16 +3007,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
3006do 3007do
3007 CC="$ac_save_CC $ac_arg" 3008 CC="$ac_save_CC $ac_arg"
3008 rm -f conftest.$ac_objext 3009 rm -f conftest.$ac_objext
3009if { (eval echo "$as_me:3009: \"$ac_compile\"") >&5 3010if { (eval echo "$as_me:3010: \"$ac_compile\"") >&5
3010 (eval $ac_compile) 2>&5 3011 (eval $ac_compile) 2>&5
3011 ac_status=$? 3012 ac_status=$?
3012 echo "$as_me:3012: \$? = $ac_status" >&5 3013 echo "$as_me:3013: \$? = $ac_status" >&5
3013 (exit $ac_status); } && 3014 (exit $ac_status); } &&
3014 { ac_try='test -s conftest.$ac_objext' 3015 { ac_try='test -s conftest.$ac_objext'
3015 { (eval echo "$as_me:3015: \"$ac_try\"") >&5 3016 { (eval echo "$as_me:3016: \"$ac_try\"") >&5
3016 (eval $ac_try) 2>&5 3017 (eval $ac_try) 2>&5
3017 ac_status=$? 3018 ac_status=$?
3018 echo "$as_me:3018: \$? = $ac_status" >&5 3019 echo "$as_me:3019: \$? = $ac_status" >&5
3019 (exit $ac_status); }; }; then 3020 (exit $ac_status); }; }; then
3020 ac_cv_prog_cc_stdc=$ac_arg 3021 ac_cv_prog_cc_stdc=$ac_arg
3021break 3022break
@@ -3032,15 +3033,15 @@ fi
3032 3033
3033case "x$ac_cv_prog_cc_stdc" in 3034case "x$ac_cv_prog_cc_stdc" in
3034 x|xno) 3035 x|xno)
3035 echo "$as_me:3035: result: none needed" >&5 3036 echo "$as_me:3036: result: none needed" >&5
3036echo "${ECHO_T}none needed" >&6 ;; 3037echo "${ECHO_T}none needed" >&6 ;;
3037 *) 3038 *)
3038 echo "$as_me:3038: result: $ac_cv_prog_cc_stdc" >&5 3039 echo "$as_me:3039: result: $ac_cv_prog_cc_stdc" >&5
3039echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 3040echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3040 CC="$CC $ac_cv_prog_cc_stdc" ;; 3041 CC="$CC $ac_cv_prog_cc_stdc" ;;
3041esac 3042esac
3042 3043
3043echo "$as_me:3043: checking for inline" >&5 3044echo "$as_me:3044: checking for inline" >&5
3044echo $ECHO_N "checking for inline... $ECHO_C" >&6 3045echo $ECHO_N "checking for inline... $ECHO_C" >&6
3045if test "${ac_cv_c_inline+set}" = set; then 3046if test "${ac_cv_c_inline+set}" = set; then
3046 echo $ECHO_N "(cached) $ECHO_C" >&6 3047 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3048,7 +3049,7 @@ else
3048 ac_cv_c_inline=no 3049 ac_cv_c_inline=no
3049for ac_kw in inline __inline__ __inline; do 3050for ac_kw in inline __inline__ __inline; do
3050 cat >conftest.$ac_ext <<_ACEOF 3051 cat >conftest.$ac_ext <<_ACEOF
3051#line 3051 "configure" 3052#line 3052 "configure"
3052#include "confdefs.h" 3053#include "confdefs.h"
3053#ifndef __cplusplus 3054#ifndef __cplusplus
3054static $ac_kw int static_foo () {return 0; } 3055static $ac_kw int static_foo () {return 0; }
@@ -3057,16 +3058,16 @@ $ac_kw int foo () {return 0; }
3057 3058
3058_ACEOF 3059_ACEOF
3059rm -f conftest.$ac_objext 3060rm -f conftest.$ac_objext
3060if { (eval echo "$as_me:3060: \"$ac_compile\"") >&5 3061if { (eval echo "$as_me:3061: \"$ac_compile\"") >&5
3061 (eval $ac_compile) 2>&5 3062 (eval $ac_compile) 2>&5
3062 ac_status=$? 3063 ac_status=$?
3063 echo "$as_me:3063: \$? = $ac_status" >&5 3064 echo "$as_me:3064: \$? = $ac_status" >&5
3064 (exit $ac_status); } && 3065 (exit $ac_status); } &&
3065 { ac_try='test -s conftest.$ac_objext' 3066 { ac_try='test -s conftest.$ac_objext'
3066 { (eval echo "$as_me:3066: \"$ac_try\"") >&5 3067 { (eval echo "$as_me:3067: \"$ac_try\"") >&5
3067 (eval $ac_try) 2>&5 3068 (eval $ac_try) 2>&5
3068 ac_status=$? 3069 ac_status=$?
3069 echo "$as_me:3069: \$? = $ac_status" >&5 3070 echo "$as_me:3070: \$? = $ac_status" >&5
3070 (exit $ac_status); }; }; then 3071 (exit $ac_status); }; }; then
3071 ac_cv_c_inline=$ac_kw; break 3072 ac_cv_c_inline=$ac_kw; break
3072else 3073else
@@ -3077,7 +3078,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3077done 3078done
3078 3079
3079fi 3080fi
3080echo "$as_me:3080: result: $ac_cv_c_inline" >&5 3081echo "$as_me:3081: result: $ac_cv_c_inline" >&5
3081echo "${ECHO_T}$ac_cv_c_inline" >&6 3082echo "${ECHO_T}$ac_cv_c_inline" >&6
3082case $ac_cv_c_inline in 3083case $ac_cv_c_inline in
3083 inline | yes) ;; 3084 inline | yes) ;;
@@ -3101,7 +3102,7 @@ case "$host" in
3101*-*-aix*) 3102*-*-aix*)
3102 CPPFLAGS="$CPPFLAGS -I/usr/local/include" 3103 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
3103 LDFLAGS="$LDFLAGS -L/usr/local/lib" 3104 LDFLAGS="$LDFLAGS -L/usr/local/lib"
3104 echo "$as_me:3104: checking how to specify blibpath for linker ($LD)" >&5 3105 echo "$as_me:3105: checking how to specify blibpath for linker ($LD)" >&5
3105echo $ECHO_N "checking how to specify blibpath for linker ($LD)... $ECHO_C" >&6 3106echo $ECHO_N "checking how to specify blibpath for linker ($LD)... $ECHO_C" >&6
3106 if (test -z "$blibpath"); then 3107 if (test -z "$blibpath"); then
3107 blibpath="/usr/lib:/lib:/usr/local/lib" 3108 blibpath="/usr/lib:/lib:/usr/local/lib"
@@ -3111,7 +3112,7 @@ echo $ECHO_N "checking how to specify blibpath for linker ($LD)... $ECHO_C" >&6
3111 if (test -z "$blibflags"); then 3112 if (test -z "$blibflags"); then
3112 LDFLAGS="$saved_LDFLAGS $tryflags$blibpath" 3113 LDFLAGS="$saved_LDFLAGS $tryflags$blibpath"
3113 cat >conftest.$ac_ext <<_ACEOF 3114 cat >conftest.$ac_ext <<_ACEOF
3114#line 3114 "configure" 3115#line 3115 "configure"
3115#include "confdefs.h" 3116#include "confdefs.h"
3116 3117
3117int 3118int
@@ -3123,16 +3124,16 @@ main ()
3123} 3124}
3124_ACEOF 3125_ACEOF
3125rm -f conftest.$ac_objext conftest$ac_exeext 3126rm -f conftest.$ac_objext conftest$ac_exeext
3126if { (eval echo "$as_me:3126: \"$ac_link\"") >&5 3127if { (eval echo "$as_me:3127: \"$ac_link\"") >&5
3127 (eval $ac_link) 2>&5 3128 (eval $ac_link) 2>&5
3128 ac_status=$? 3129 ac_status=$?
3129 echo "$as_me:3129: \$? = $ac_status" >&5 3130 echo "$as_me:3130: \$? = $ac_status" >&5
3130 (exit $ac_status); } && 3131 (exit $ac_status); } &&
3131 { ac_try='test -s conftest$ac_exeext' 3132 { ac_try='test -s conftest$ac_exeext'
3132 { (eval echo "$as_me:3132: \"$ac_try\"") >&5 3133 { (eval echo "$as_me:3133: \"$ac_try\"") >&5
3133 (eval $ac_try) 2>&5 3134 (eval $ac_try) 2>&5
3134 ac_status=$? 3135 ac_status=$?
3135 echo "$as_me:3135: \$? = $ac_status" >&5 3136 echo "$as_me:3136: \$? = $ac_status" >&5
3136 (exit $ac_status); }; }; then 3137 (exit $ac_status); }; }; then
3137 blibflags=$tryflags 3138 blibflags=$tryflags
3138else 3139else
@@ -3143,23 +3144,23 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3143 fi 3144 fi
3144 done 3145 done
3145 if (test -z "$blibflags"); then 3146 if (test -z "$blibflags"); then
3146 echo "$as_me:3146: result: not found" >&5 3147 echo "$as_me:3147: result: not found" >&5
3147echo "${ECHO_T}not found" >&6 3148echo "${ECHO_T}not found" >&6
3148 { { echo "$as_me:3148: error: *** must be able to specify blibpath on AIX - check config.log" >&5 3149 { { echo "$as_me:3149: error: *** must be able to specify blibpath on AIX - check config.log" >&5
3149echo "$as_me: error: *** must be able to specify blibpath on AIX - check config.log" >&2;} 3150echo "$as_me: error: *** must be able to specify blibpath on AIX - check config.log" >&2;}
3150 { (exit 1); exit 1; }; } 3151 { (exit 1); exit 1; }; }
3151 else 3152 else
3152 echo "$as_me:3152: result: $blibflags" >&5 3153 echo "$as_me:3153: result: $blibflags" >&5
3153echo "${ECHO_T}$blibflags" >&6 3154echo "${ECHO_T}$blibflags" >&6
3154 fi 3155 fi
3155 LDFLAGS="$saved_LDFLAGS" 3156 LDFLAGS="$saved_LDFLAGS"
3156 echo "$as_me:3156: checking for authenticate" >&5 3157 echo "$as_me:3157: checking for authenticate" >&5
3157echo $ECHO_N "checking for authenticate... $ECHO_C" >&6 3158echo $ECHO_N "checking for authenticate... $ECHO_C" >&6
3158if test "${ac_cv_func_authenticate+set}" = set; then 3159if test "${ac_cv_func_authenticate+set}" = set; then
3159 echo $ECHO_N "(cached) $ECHO_C" >&6 3160 echo $ECHO_N "(cached) $ECHO_C" >&6
3160else 3161else
3161 cat >conftest.$ac_ext <<_ACEOF 3162 cat >conftest.$ac_ext <<_ACEOF
3162#line 3162 "configure" 3163#line 3163 "configure"
3163#include "confdefs.h" 3164#include "confdefs.h"
3164/* System header to define __stub macros and hopefully few prototypes, 3165/* System header to define __stub macros and hopefully few prototypes,
3165 which can conflict with char authenticate (); below. */ 3166 which can conflict with char authenticate (); below. */
@@ -3190,16 +3191,16 @@ f = authenticate;
3190} 3191}
3191_ACEOF 3192_ACEOF
3192rm -f conftest.$ac_objext conftest$ac_exeext 3193rm -f conftest.$ac_objext conftest$ac_exeext
3193if { (eval echo "$as_me:3193: \"$ac_link\"") >&5 3194if { (eval echo "$as_me:3194: \"$ac_link\"") >&5
3194 (eval $ac_link) 2>&5 3195 (eval $ac_link) 2>&5
3195 ac_status=$? 3196 ac_status=$?
3196 echo "$as_me:3196: \$? = $ac_status" >&5 3197 echo "$as_me:3197: \$? = $ac_status" >&5
3197 (exit $ac_status); } && 3198 (exit $ac_status); } &&
3198 { ac_try='test -s conftest$ac_exeext' 3199 { ac_try='test -s conftest$ac_exeext'
3199 { (eval echo "$as_me:3199: \"$ac_try\"") >&5 3200 { (eval echo "$as_me:3200: \"$ac_try\"") >&5
3200 (eval $ac_try) 2>&5 3201 (eval $ac_try) 2>&5
3201 ac_status=$? 3202 ac_status=$?
3202 echo "$as_me:3202: \$? = $ac_status" >&5 3203 echo "$as_me:3203: \$? = $ac_status" >&5
3203 (exit $ac_status); }; }; then 3204 (exit $ac_status); }; }; then
3204 ac_cv_func_authenticate=yes 3205 ac_cv_func_authenticate=yes
3205else 3206else
@@ -3209,7 +3210,7 @@ ac_cv_func_authenticate=no
3209fi 3210fi
3210rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3211rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3211fi 3212fi
3212echo "$as_me:3212: result: $ac_cv_func_authenticate" >&5 3213echo "$as_me:3213: result: $ac_cv_func_authenticate" >&5
3213echo "${ECHO_T}$ac_cv_func_authenticate" >&6 3214echo "${ECHO_T}$ac_cv_func_authenticate" >&6
3214if test $ac_cv_func_authenticate = yes; then 3215if test $ac_cv_func_authenticate = yes; then
3215 cat >>confdefs.h <<\EOF 3216 cat >>confdefs.h <<\EOF
@@ -3217,7 +3218,7 @@ if test $ac_cv_func_authenticate = yes; then
3217EOF 3218EOF
3218 3219
3219else 3220else
3220 echo "$as_me:3220: checking for authenticate in -ls" >&5 3221 echo "$as_me:3221: checking for authenticate in -ls" >&5
3221echo $ECHO_N "checking for authenticate in -ls... $ECHO_C" >&6 3222echo $ECHO_N "checking for authenticate in -ls... $ECHO_C" >&6
3222if test "${ac_cv_lib_s_authenticate+set}" = set; then 3223if test "${ac_cv_lib_s_authenticate+set}" = set; then
3223 echo $ECHO_N "(cached) $ECHO_C" >&6 3224 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3225,7 +3226,7 @@ else
3225 ac_check_lib_save_LIBS=$LIBS 3226 ac_check_lib_save_LIBS=$LIBS
3226LIBS="-ls $LIBS" 3227LIBS="-ls $LIBS"
3227cat >conftest.$ac_ext <<_ACEOF 3228cat >conftest.$ac_ext <<_ACEOF
3228#line 3228 "configure" 3229#line 3229 "configure"
3229#include "confdefs.h" 3230#include "confdefs.h"
3230 3231
3231/* Override any gcc2 internal prototype to avoid an error. */ 3232/* Override any gcc2 internal prototype to avoid an error. */
@@ -3244,16 +3245,16 @@ authenticate ();
3244} 3245}
3245_ACEOF 3246_ACEOF
3246rm -f conftest.$ac_objext conftest$ac_exeext 3247rm -f conftest.$ac_objext conftest$ac_exeext
3247if { (eval echo "$as_me:3247: \"$ac_link\"") >&5 3248if { (eval echo "$as_me:3248: \"$ac_link\"") >&5
3248 (eval $ac_link) 2>&5 3249 (eval $ac_link) 2>&5
3249 ac_status=$? 3250 ac_status=$?
3250 echo "$as_me:3250: \$? = $ac_status" >&5 3251 echo "$as_me:3251: \$? = $ac_status" >&5
3251 (exit $ac_status); } && 3252 (exit $ac_status); } &&
3252 { ac_try='test -s conftest$ac_exeext' 3253 { ac_try='test -s conftest$ac_exeext'
3253 { (eval echo "$as_me:3253: \"$ac_try\"") >&5 3254 { (eval echo "$as_me:3254: \"$ac_try\"") >&5
3254 (eval $ac_try) 2>&5 3255 (eval $ac_try) 2>&5
3255 ac_status=$? 3256 ac_status=$?
3256 echo "$as_me:3256: \$? = $ac_status" >&5 3257 echo "$as_me:3257: \$? = $ac_status" >&5
3257 (exit $ac_status); }; }; then 3258 (exit $ac_status); }; }; then
3258 ac_cv_lib_s_authenticate=yes 3259 ac_cv_lib_s_authenticate=yes
3259else 3260else
@@ -3264,7 +3265,7 @@ fi
3264rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3265rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3265LIBS=$ac_check_lib_save_LIBS 3266LIBS=$ac_check_lib_save_LIBS
3266fi 3267fi
3267echo "$as_me:3267: result: $ac_cv_lib_s_authenticate" >&5 3268echo "$as_me:3268: result: $ac_cv_lib_s_authenticate" >&5
3268echo "${ECHO_T}$ac_cv_lib_s_authenticate" >&6 3269echo "${ECHO_T}$ac_cv_lib_s_authenticate" >&6
3269if test $ac_cv_lib_s_authenticate = yes; then 3270if test $ac_cv_lib_s_authenticate = yes; then
3270 cat >>confdefs.h <<\EOF 3271 cat >>confdefs.h <<\EOF
@@ -3277,13 +3278,13 @@ fi
3277 3278
3278fi 3279fi
3279 3280
3280 echo "$as_me:3280: checking whether loginfailed is declared" >&5 3281 echo "$as_me:3281: checking whether loginfailed is declared" >&5
3281echo $ECHO_N "checking whether loginfailed is declared... $ECHO_C" >&6 3282echo $ECHO_N "checking whether loginfailed is declared... $ECHO_C" >&6
3282if test "${ac_cv_have_decl_loginfailed+set}" = set; then 3283if test "${ac_cv_have_decl_loginfailed+set}" = set; then
3283 echo $ECHO_N "(cached) $ECHO_C" >&6 3284 echo $ECHO_N "(cached) $ECHO_C" >&6
3284else 3285else
3285 cat >conftest.$ac_ext <<_ACEOF 3286 cat >conftest.$ac_ext <<_ACEOF
3286#line 3286 "configure" 3287#line 3287 "configure"
3287#include "confdefs.h" 3288#include "confdefs.h"
3288#include <usersec.h> 3289#include <usersec.h>
3289 3290
@@ -3299,16 +3300,16 @@ main ()
3299} 3300}
3300_ACEOF 3301_ACEOF
3301rm -f conftest.$ac_objext 3302rm -f conftest.$ac_objext
3302if { (eval echo "$as_me:3302: \"$ac_compile\"") >&5 3303if { (eval echo "$as_me:3303: \"$ac_compile\"") >&5
3303 (eval $ac_compile) 2>&5 3304 (eval $ac_compile) 2>&5
3304 ac_status=$? 3305 ac_status=$?
3305 echo "$as_me:3305: \$? = $ac_status" >&5 3306 echo "$as_me:3306: \$? = $ac_status" >&5
3306 (exit $ac_status); } && 3307 (exit $ac_status); } &&
3307 { ac_try='test -s conftest.$ac_objext' 3308 { ac_try='test -s conftest.$ac_objext'
3308 { (eval echo "$as_me:3308: \"$ac_try\"") >&5 3309 { (eval echo "$as_me:3309: \"$ac_try\"") >&5
3309 (eval $ac_try) 2>&5 3310 (eval $ac_try) 2>&5
3310 ac_status=$? 3311 ac_status=$?
3311 echo "$as_me:3311: \$? = $ac_status" >&5 3312 echo "$as_me:3312: \$? = $ac_status" >&5
3312 (exit $ac_status); }; }; then 3313 (exit $ac_status); }; }; then
3313 ac_cv_have_decl_loginfailed=yes 3314 ac_cv_have_decl_loginfailed=yes
3314else 3315else
@@ -3318,13 +3319,13 @@ ac_cv_have_decl_loginfailed=no
3318fi 3319fi
3319rm -f conftest.$ac_objext conftest.$ac_ext 3320rm -f conftest.$ac_objext conftest.$ac_ext
3320fi 3321fi
3321echo "$as_me:3321: result: $ac_cv_have_decl_loginfailed" >&5 3322echo "$as_me:3322: result: $ac_cv_have_decl_loginfailed" >&5
3322echo "${ECHO_T}$ac_cv_have_decl_loginfailed" >&6 3323echo "${ECHO_T}$ac_cv_have_decl_loginfailed" >&6
3323if test $ac_cv_have_decl_loginfailed = yes; then 3324if test $ac_cv_have_decl_loginfailed = yes; then
3324 echo "$as_me:3324: checking if loginfailed takes 4 arguments" >&5 3325 echo "$as_me:3325: checking if loginfailed takes 4 arguments" >&5
3325echo $ECHO_N "checking if loginfailed takes 4 arguments... $ECHO_C" >&6 3326echo $ECHO_N "checking if loginfailed takes 4 arguments... $ECHO_C" >&6
3326 cat >conftest.$ac_ext <<_ACEOF 3327 cat >conftest.$ac_ext <<_ACEOF
3327#line 3327 "configure" 3328#line 3328 "configure"
3328#include "confdefs.h" 3329#include "confdefs.h"
3329#include <usersec.h> 3330#include <usersec.h>
3330int 3331int
@@ -3336,18 +3337,18 @@ main ()
3336} 3337}
3337_ACEOF 3338_ACEOF
3338rm -f conftest.$ac_objext 3339rm -f conftest.$ac_objext
3339if { (eval echo "$as_me:3339: \"$ac_compile\"") >&5 3340if { (eval echo "$as_me:3340: \"$ac_compile\"") >&5
3340 (eval $ac_compile) 2>&5 3341 (eval $ac_compile) 2>&5
3341 ac_status=$? 3342 ac_status=$?
3342 echo "$as_me:3342: \$? = $ac_status" >&5 3343 echo "$as_me:3343: \$? = $ac_status" >&5
3343 (exit $ac_status); } && 3344 (exit $ac_status); } &&
3344 { ac_try='test -s conftest.$ac_objext' 3345 { ac_try='test -s conftest.$ac_objext'
3345 { (eval echo "$as_me:3345: \"$ac_try\"") >&5 3346 { (eval echo "$as_me:3346: \"$ac_try\"") >&5
3346 (eval $ac_try) 2>&5 3347 (eval $ac_try) 2>&5
3347 ac_status=$? 3348 ac_status=$?
3348 echo "$as_me:3348: \$? = $ac_status" >&5 3349 echo "$as_me:3349: \$? = $ac_status" >&5
3349 (exit $ac_status); }; }; then 3350 (exit $ac_status); }; }; then
3350 echo "$as_me:3350: result: yes" >&5 3351 echo "$as_me:3351: result: yes" >&5
3351echo "${ECHO_T}yes" >&6 3352echo "${ECHO_T}yes" >&6
3352 cat >>confdefs.h <<\EOF 3353 cat >>confdefs.h <<\EOF
3353#define AIX_LOGINFAILED_4ARG 1 3354#define AIX_LOGINFAILED_4ARG 1
@@ -3356,7 +3357,7 @@ EOF
3356else 3357else
3357 echo "$as_me: failed program was:" >&5 3358 echo "$as_me: failed program was:" >&5
3358cat conftest.$ac_ext >&5 3359cat conftest.$ac_ext >&5
3359echo "$as_me:3359: result: no" >&5 3360echo "$as_me:3360: result: no" >&5
3360echo "${ECHO_T}no" >&6 3361echo "${ECHO_T}no" >&6
3361 3362
3362fi 3363fi
@@ -3366,13 +3367,13 @@ fi
3366for ac_func in setauthdb 3367for ac_func in setauthdb
3367do 3368do
3368as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 3369as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
3369echo "$as_me:3369: checking for $ac_func" >&5 3370echo "$as_me:3370: checking for $ac_func" >&5
3370echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 3371echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
3371if eval "test \"\${$as_ac_var+set}\" = set"; then 3372if eval "test \"\${$as_ac_var+set}\" = set"; then
3372 echo $ECHO_N "(cached) $ECHO_C" >&6 3373 echo $ECHO_N "(cached) $ECHO_C" >&6
3373else 3374else
3374 cat >conftest.$ac_ext <<_ACEOF 3375 cat >conftest.$ac_ext <<_ACEOF
3375#line 3375 "configure" 3376#line 3376 "configure"
3376#include "confdefs.h" 3377#include "confdefs.h"
3377/* System header to define __stub macros and hopefully few prototypes, 3378/* System header to define __stub macros and hopefully few prototypes,
3378 which can conflict with char $ac_func (); below. */ 3379 which can conflict with char $ac_func (); below. */
@@ -3403,16 +3404,16 @@ f = $ac_func;
3403} 3404}
3404_ACEOF 3405_ACEOF
3405rm -f conftest.$ac_objext conftest$ac_exeext 3406rm -f conftest.$ac_objext conftest$ac_exeext
3406if { (eval echo "$as_me:3406: \"$ac_link\"") >&5 3407if { (eval echo "$as_me:3407: \"$ac_link\"") >&5
3407 (eval $ac_link) 2>&5 3408 (eval $ac_link) 2>&5
3408 ac_status=$? 3409 ac_status=$?
3409 echo "$as_me:3409: \$? = $ac_status" >&5 3410 echo "$as_me:3410: \$? = $ac_status" >&5
3410 (exit $ac_status); } && 3411 (exit $ac_status); } &&
3411 { ac_try='test -s conftest$ac_exeext' 3412 { ac_try='test -s conftest$ac_exeext'
3412 { (eval echo "$as_me:3412: \"$ac_try\"") >&5 3413 { (eval echo "$as_me:3413: \"$ac_try\"") >&5
3413 (eval $ac_try) 2>&5 3414 (eval $ac_try) 2>&5
3414 ac_status=$? 3415 ac_status=$?
3415 echo "$as_me:3415: \$? = $ac_status" >&5 3416 echo "$as_me:3416: \$? = $ac_status" >&5
3416 (exit $ac_status); }; }; then 3417 (exit $ac_status); }; }; then
3417 eval "$as_ac_var=yes" 3418 eval "$as_ac_var=yes"
3418else 3419else
@@ -3422,7 +3423,7 @@ eval "$as_ac_var=no"
3422fi 3423fi
3423rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3424rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3424fi 3425fi
3425echo "$as_me:3425: result: `eval echo '${'$as_ac_var'}'`" >&5 3426echo "$as_me:3426: result: `eval echo '${'$as_ac_var'}'`" >&5
3426echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 3427echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
3427if test `eval echo '${'$as_ac_var'}'` = yes; then 3428if test `eval echo '${'$as_ac_var'}'` = yes; then
3428 cat >>confdefs.h <<EOF 3429 cat >>confdefs.h <<EOF
@@ -3508,14 +3509,14 @@ EOF
3508 3509
3509 ;; 3510 ;;
3510*-*-darwin*) 3511*-*-darwin*)
3511 echo "$as_me:3511: checking if we have working getaddrinfo" >&5 3512 echo "$as_me:3512: checking if we have working getaddrinfo" >&5
3512echo $ECHO_N "checking if we have working getaddrinfo... $ECHO_C" >&6 3513echo $ECHO_N "checking if we have working getaddrinfo... $ECHO_C" >&6
3513 if test "$cross_compiling" = yes; then 3514 if test "$cross_compiling" = yes; then
3514 echo "$as_me:3514: result: assume it is working" >&5 3515 echo "$as_me:3515: result: assume it is working" >&5
3515echo "${ECHO_T}assume it is working" >&6 3516echo "${ECHO_T}assume it is working" >&6
3516else 3517else
3517 cat >conftest.$ac_ext <<_ACEOF 3518 cat >conftest.$ac_ext <<_ACEOF
3518#line 3518 "configure" 3519#line 3519 "configure"
3519#include "confdefs.h" 3520#include "confdefs.h"
3520#include <mach-o/dyld.h> 3521#include <mach-o/dyld.h>
3521main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) 3522main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
@@ -3525,23 +3526,23 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
3525} 3526}
3526_ACEOF 3527_ACEOF
3527rm -f conftest$ac_exeext 3528rm -f conftest$ac_exeext
3528if { (eval echo "$as_me:3528: \"$ac_link\"") >&5 3529if { (eval echo "$as_me:3529: \"$ac_link\"") >&5
3529 (eval $ac_link) 2>&5 3530 (eval $ac_link) 2>&5
3530 ac_status=$? 3531 ac_status=$?
3531 echo "$as_me:3531: \$? = $ac_status" >&5 3532 echo "$as_me:3532: \$? = $ac_status" >&5
3532 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 3533 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3533 { (eval echo "$as_me:3533: \"$ac_try\"") >&5 3534 { (eval echo "$as_me:3534: \"$ac_try\"") >&5
3534 (eval $ac_try) 2>&5 3535 (eval $ac_try) 2>&5
3535 ac_status=$? 3536 ac_status=$?
3536 echo "$as_me:3536: \$? = $ac_status" >&5 3537 echo "$as_me:3537: \$? = $ac_status" >&5
3537 (exit $ac_status); }; }; then 3538 (exit $ac_status); }; }; then
3538 echo "$as_me:3538: result: working" >&5 3539 echo "$as_me:3539: result: working" >&5
3539echo "${ECHO_T}working" >&6 3540echo "${ECHO_T}working" >&6
3540else 3541else
3541 echo "$as_me: program exited with status $ac_status" >&5 3542 echo "$as_me: program exited with status $ac_status" >&5
3542echo "$as_me: failed program was:" >&5 3543echo "$as_me: failed program was:" >&5
3543cat conftest.$ac_ext >&5 3544cat conftest.$ac_ext >&5
3544echo "$as_me:3544: result: buggy" >&5 3545echo "$as_me:3545: result: buggy" >&5
3545echo "${ECHO_T}buggy" >&6 3546echo "${ECHO_T}buggy" >&6
3546 cat >>confdefs.h <<\EOF 3547 cat >>confdefs.h <<\EOF
3547#define BROKEN_GETADDRINFO 1 3548#define BROKEN_GETADDRINFO 1
@@ -3550,6 +3551,18 @@ EOF
3550fi 3551fi
3551rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3552rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3552fi 3553fi
3554 cat >>confdefs.h <<\EOF
3555#define SETEUID_BREAKS_SETUID 1
3556EOF
3557
3558 cat >>confdefs.h <<\EOF
3559#define BROKEN_SETREUID 1
3560EOF
3561
3562 cat >>confdefs.h <<\EOF
3563#define BROKEN_SETREGID 1
3564EOF
3565
3553 ;; 3566 ;;
3554*-*-hpux10.26) 3567*-*-hpux10.26)
3555 if test -z "$GCC"; then 3568 if test -z "$GCC"; then
@@ -3591,7 +3604,7 @@ EOF
3591 3604
3592 LIBS="$LIBS -lsec -lsecpw" 3605 LIBS="$LIBS -lsec -lsecpw"
3593 3606
3594echo "$as_me:3594: checking for t_error in -lxnet" >&5 3607echo "$as_me:3607: checking for t_error in -lxnet" >&5
3595echo $ECHO_N "checking for t_error in -lxnet... $ECHO_C" >&6 3608echo $ECHO_N "checking for t_error in -lxnet... $ECHO_C" >&6
3596if test "${ac_cv_lib_xnet_t_error+set}" = set; then 3609if test "${ac_cv_lib_xnet_t_error+set}" = set; then
3597 echo $ECHO_N "(cached) $ECHO_C" >&6 3610 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3599,7 +3612,7 @@ else
3599 ac_check_lib_save_LIBS=$LIBS 3612 ac_check_lib_save_LIBS=$LIBS
3600LIBS="-lxnet $LIBS" 3613LIBS="-lxnet $LIBS"
3601cat >conftest.$ac_ext <<_ACEOF 3614cat >conftest.$ac_ext <<_ACEOF
3602#line 3602 "configure" 3615#line 3615 "configure"
3603#include "confdefs.h" 3616#include "confdefs.h"
3604 3617
3605/* Override any gcc2 internal prototype to avoid an error. */ 3618/* Override any gcc2 internal prototype to avoid an error. */
@@ -3618,16 +3631,16 @@ t_error ();
3618} 3631}
3619_ACEOF 3632_ACEOF
3620rm -f conftest.$ac_objext conftest$ac_exeext 3633rm -f conftest.$ac_objext conftest$ac_exeext
3621if { (eval echo "$as_me:3621: \"$ac_link\"") >&5 3634if { (eval echo "$as_me:3634: \"$ac_link\"") >&5
3622 (eval $ac_link) 2>&5 3635 (eval $ac_link) 2>&5
3623 ac_status=$? 3636 ac_status=$?
3624 echo "$as_me:3624: \$? = $ac_status" >&5 3637 echo "$as_me:3637: \$? = $ac_status" >&5
3625 (exit $ac_status); } && 3638 (exit $ac_status); } &&
3626 { ac_try='test -s conftest$ac_exeext' 3639 { ac_try='test -s conftest$ac_exeext'
3627 { (eval echo "$as_me:3627: \"$ac_try\"") >&5 3640 { (eval echo "$as_me:3640: \"$ac_try\"") >&5
3628 (eval $ac_try) 2>&5 3641 (eval $ac_try) 2>&5
3629 ac_status=$? 3642 ac_status=$?
3630 echo "$as_me:3630: \$? = $ac_status" >&5 3643 echo "$as_me:3643: \$? = $ac_status" >&5
3631 (exit $ac_status); }; }; then 3644 (exit $ac_status); }; }; then
3632 ac_cv_lib_xnet_t_error=yes 3645 ac_cv_lib_xnet_t_error=yes
3633else 3646else
@@ -3638,7 +3651,7 @@ fi
3638rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3651rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3639LIBS=$ac_check_lib_save_LIBS 3652LIBS=$ac_check_lib_save_LIBS
3640fi 3653fi
3641echo "$as_me:3641: result: $ac_cv_lib_xnet_t_error" >&5 3654echo "$as_me:3654: result: $ac_cv_lib_xnet_t_error" >&5
3642echo "${ECHO_T}$ac_cv_lib_xnet_t_error" >&6 3655echo "${ECHO_T}$ac_cv_lib_xnet_t_error" >&6
3643if test $ac_cv_lib_xnet_t_error = yes; then 3656if test $ac_cv_lib_xnet_t_error = yes; then
3644 cat >>confdefs.h <<EOF 3657 cat >>confdefs.h <<EOF
@@ -3648,7 +3661,7 @@ EOF
3648 LIBS="-lxnet $LIBS" 3661 LIBS="-lxnet $LIBS"
3649 3662
3650else 3663else
3651 { { echo "$as_me:3651: error: *** -lxnet needed on HP-UX - check config.log ***" >&5 3664 { { echo "$as_me:3664: error: *** -lxnet needed on HP-UX - check config.log ***" >&5
3652echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;} 3665echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;}
3653 { (exit 1); exit 1; }; } 3666 { (exit 1); exit 1; }; }
3654fi 3667fi
@@ -3691,7 +3704,7 @@ EOF
3691 3704
3692 LIBS="$LIBS -lsec" 3705 LIBS="$LIBS -lsec"
3693 3706
3694echo "$as_me:3694: checking for t_error in -lxnet" >&5 3707echo "$as_me:3707: checking for t_error in -lxnet" >&5
3695echo $ECHO_N "checking for t_error in -lxnet... $ECHO_C" >&6 3708echo $ECHO_N "checking for t_error in -lxnet... $ECHO_C" >&6
3696if test "${ac_cv_lib_xnet_t_error+set}" = set; then 3709if test "${ac_cv_lib_xnet_t_error+set}" = set; then
3697 echo $ECHO_N "(cached) $ECHO_C" >&6 3710 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3699,7 +3712,7 @@ else
3699 ac_check_lib_save_LIBS=$LIBS 3712 ac_check_lib_save_LIBS=$LIBS
3700LIBS="-lxnet $LIBS" 3713LIBS="-lxnet $LIBS"
3701cat >conftest.$ac_ext <<_ACEOF 3714cat >conftest.$ac_ext <<_ACEOF
3702#line 3702 "configure" 3715#line 3715 "configure"
3703#include "confdefs.h" 3716#include "confdefs.h"
3704 3717
3705/* Override any gcc2 internal prototype to avoid an error. */ 3718/* Override any gcc2 internal prototype to avoid an error. */
@@ -3718,16 +3731,16 @@ t_error ();
3718} 3731}
3719_ACEOF 3732_ACEOF
3720rm -f conftest.$ac_objext conftest$ac_exeext 3733rm -f conftest.$ac_objext conftest$ac_exeext
3721if { (eval echo "$as_me:3721: \"$ac_link\"") >&5 3734if { (eval echo "$as_me:3734: \"$ac_link\"") >&5
3722 (eval $ac_link) 2>&5 3735 (eval $ac_link) 2>&5
3723 ac_status=$? 3736 ac_status=$?
3724 echo "$as_me:3724: \$? = $ac_status" >&5 3737 echo "$as_me:3737: \$? = $ac_status" >&5
3725 (exit $ac_status); } && 3738 (exit $ac_status); } &&
3726 { ac_try='test -s conftest$ac_exeext' 3739 { ac_try='test -s conftest$ac_exeext'
3727 { (eval echo "$as_me:3727: \"$ac_try\"") >&5 3740 { (eval echo "$as_me:3740: \"$ac_try\"") >&5
3728 (eval $ac_try) 2>&5 3741 (eval $ac_try) 2>&5
3729 ac_status=$? 3742 ac_status=$?
3730 echo "$as_me:3730: \$? = $ac_status" >&5 3743 echo "$as_me:3743: \$? = $ac_status" >&5
3731 (exit $ac_status); }; }; then 3744 (exit $ac_status); }; }; then
3732 ac_cv_lib_xnet_t_error=yes 3745 ac_cv_lib_xnet_t_error=yes
3733else 3746else
@@ -3738,7 +3751,7 @@ fi
3738rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3751rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3739LIBS=$ac_check_lib_save_LIBS 3752LIBS=$ac_check_lib_save_LIBS
3740fi 3753fi
3741echo "$as_me:3741: result: $ac_cv_lib_xnet_t_error" >&5 3754echo "$as_me:3754: result: $ac_cv_lib_xnet_t_error" >&5
3742echo "${ECHO_T}$ac_cv_lib_xnet_t_error" >&6 3755echo "${ECHO_T}$ac_cv_lib_xnet_t_error" >&6
3743if test $ac_cv_lib_xnet_t_error = yes; then 3756if test $ac_cv_lib_xnet_t_error = yes; then
3744 cat >>confdefs.h <<EOF 3757 cat >>confdefs.h <<EOF
@@ -3748,7 +3761,7 @@ EOF
3748 LIBS="-lxnet $LIBS" 3761 LIBS="-lxnet $LIBS"
3749 3762
3750else 3763else
3751 { { echo "$as_me:3751: error: *** -lxnet needed on HP-UX - check config.log ***" >&5 3764 { { echo "$as_me:3764: error: *** -lxnet needed on HP-UX - check config.log ***" >&5
3752echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;} 3765echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;}
3753 { (exit 1); exit 1; }; } 3766 { (exit 1); exit 1; }; }
3754fi 3767fi
@@ -3791,7 +3804,7 @@ EOF
3791 3804
3792 LIBS="$LIBS -lsec" 3805 LIBS="$LIBS -lsec"
3793 3806
3794echo "$as_me:3794: checking for t_error in -lxnet" >&5 3807echo "$as_me:3807: checking for t_error in -lxnet" >&5
3795echo $ECHO_N "checking for t_error in -lxnet... $ECHO_C" >&6 3808echo $ECHO_N "checking for t_error in -lxnet... $ECHO_C" >&6
3796if test "${ac_cv_lib_xnet_t_error+set}" = set; then 3809if test "${ac_cv_lib_xnet_t_error+set}" = set; then
3797 echo $ECHO_N "(cached) $ECHO_C" >&6 3810 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3799,7 +3812,7 @@ else
3799 ac_check_lib_save_LIBS=$LIBS 3812 ac_check_lib_save_LIBS=$LIBS
3800LIBS="-lxnet $LIBS" 3813LIBS="-lxnet $LIBS"
3801cat >conftest.$ac_ext <<_ACEOF 3814cat >conftest.$ac_ext <<_ACEOF
3802#line 3802 "configure" 3815#line 3815 "configure"
3803#include "confdefs.h" 3816#include "confdefs.h"
3804 3817
3805/* Override any gcc2 internal prototype to avoid an error. */ 3818/* Override any gcc2 internal prototype to avoid an error. */
@@ -3818,16 +3831,16 @@ t_error ();
3818} 3831}
3819_ACEOF 3832_ACEOF
3820rm -f conftest.$ac_objext conftest$ac_exeext 3833rm -f conftest.$ac_objext conftest$ac_exeext
3821if { (eval echo "$as_me:3821: \"$ac_link\"") >&5 3834if { (eval echo "$as_me:3834: \"$ac_link\"") >&5
3822 (eval $ac_link) 2>&5 3835 (eval $ac_link) 2>&5
3823 ac_status=$? 3836 ac_status=$?
3824 echo "$as_me:3824: \$? = $ac_status" >&5 3837 echo "$as_me:3837: \$? = $ac_status" >&5
3825 (exit $ac_status); } && 3838 (exit $ac_status); } &&
3826 { ac_try='test -s conftest$ac_exeext' 3839 { ac_try='test -s conftest$ac_exeext'
3827 { (eval echo "$as_me:3827: \"$ac_try\"") >&5 3840 { (eval echo "$as_me:3840: \"$ac_try\"") >&5
3828 (eval $ac_try) 2>&5 3841 (eval $ac_try) 2>&5
3829 ac_status=$? 3842 ac_status=$?
3830 echo "$as_me:3830: \$? = $ac_status" >&5 3843 echo "$as_me:3843: \$? = $ac_status" >&5
3831 (exit $ac_status); }; }; then 3844 (exit $ac_status); }; }; then
3832 ac_cv_lib_xnet_t_error=yes 3845 ac_cv_lib_xnet_t_error=yes
3833else 3846else
@@ -3838,7 +3851,7 @@ fi
3838rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3851rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3839LIBS=$ac_check_lib_save_LIBS 3852LIBS=$ac_check_lib_save_LIBS
3840fi 3853fi
3841echo "$as_me:3841: result: $ac_cv_lib_xnet_t_error" >&5 3854echo "$as_me:3854: result: $ac_cv_lib_xnet_t_error" >&5
3842echo "${ECHO_T}$ac_cv_lib_xnet_t_error" >&6 3855echo "${ECHO_T}$ac_cv_lib_xnet_t_error" >&6
3843if test $ac_cv_lib_xnet_t_error = yes; then 3856if test $ac_cv_lib_xnet_t_error = yes; then
3844 cat >>confdefs.h <<EOF 3857 cat >>confdefs.h <<EOF
@@ -3848,7 +3861,7 @@ EOF
3848 LIBS="-lxnet $LIBS" 3861 LIBS="-lxnet $LIBS"
3849 3862
3850else 3863else
3851 { { echo "$as_me:3851: error: *** -lxnet needed on HP-UX - check config.log ***" >&5 3864 { { echo "$as_me:3864: error: *** -lxnet needed on HP-UX - check config.log ***" >&5
3852echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;} 3865echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;}
3853 { (exit 1); exit 1; }; } 3866 { (exit 1); exit 1; }; }
3854fi 3867fi
@@ -3887,13 +3900,13 @@ EOF
3887#define WITH_IRIX_AUDIT 1 3900#define WITH_IRIX_AUDIT 1
3888EOF 3901EOF
3889 3902
3890 echo "$as_me:3890: checking for jlimit_startjob" >&5 3903 echo "$as_me:3903: checking for jlimit_startjob" >&5
3891echo $ECHO_N "checking for jlimit_startjob... $ECHO_C" >&6 3904echo $ECHO_N "checking for jlimit_startjob... $ECHO_C" >&6
3892if test "${ac_cv_func_jlimit_startjob+set}" = set; then 3905if test "${ac_cv_func_jlimit_startjob+set}" = set; then
3893 echo $ECHO_N "(cached) $ECHO_C" >&6 3906 echo $ECHO_N "(cached) $ECHO_C" >&6
3894else 3907else
3895 cat >conftest.$ac_ext <<_ACEOF 3908 cat >conftest.$ac_ext <<_ACEOF
3896#line 3896 "configure" 3909#line 3909 "configure"
3897#include "confdefs.h" 3910#include "confdefs.h"
3898/* System header to define __stub macros and hopefully few prototypes, 3911/* System header to define __stub macros and hopefully few prototypes,
3899 which can conflict with char jlimit_startjob (); below. */ 3912 which can conflict with char jlimit_startjob (); below. */
@@ -3924,16 +3937,16 @@ f = jlimit_startjob;
3924} 3937}
3925_ACEOF 3938_ACEOF
3926rm -f conftest.$ac_objext conftest$ac_exeext 3939rm -f conftest.$ac_objext conftest$ac_exeext
3927if { (eval echo "$as_me:3927: \"$ac_link\"") >&5 3940if { (eval echo "$as_me:3940: \"$ac_link\"") >&5
3928 (eval $ac_link) 2>&5 3941 (eval $ac_link) 2>&5
3929 ac_status=$? 3942 ac_status=$?
3930 echo "$as_me:3930: \$? = $ac_status" >&5 3943 echo "$as_me:3943: \$? = $ac_status" >&5
3931 (exit $ac_status); } && 3944 (exit $ac_status); } &&
3932 { ac_try='test -s conftest$ac_exeext' 3945 { ac_try='test -s conftest$ac_exeext'
3933 { (eval echo "$as_me:3933: \"$ac_try\"") >&5 3946 { (eval echo "$as_me:3946: \"$ac_try\"") >&5
3934 (eval $ac_try) 2>&5 3947 (eval $ac_try) 2>&5
3935 ac_status=$? 3948 ac_status=$?
3936 echo "$as_me:3936: \$? = $ac_status" >&5 3949 echo "$as_me:3949: \$? = $ac_status" >&5
3937 (exit $ac_status); }; }; then 3950 (exit $ac_status); }; }; then
3938 ac_cv_func_jlimit_startjob=yes 3951 ac_cv_func_jlimit_startjob=yes
3939else 3952else
@@ -3943,7 +3956,7 @@ ac_cv_func_jlimit_startjob=no
3943fi 3956fi
3944rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3957rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3945fi 3958fi
3946echo "$as_me:3946: result: $ac_cv_func_jlimit_startjob" >&5 3959echo "$as_me:3959: result: $ac_cv_func_jlimit_startjob" >&5
3947echo "${ECHO_T}$ac_cv_func_jlimit_startjob" >&6 3960echo "${ECHO_T}$ac_cv_func_jlimit_startjob" >&6
3948if test $ac_cv_func_jlimit_startjob = yes; then 3961if test $ac_cv_func_jlimit_startjob = yes; then
3949 cat >>confdefs.h <<\EOF 3962 cat >>confdefs.h <<\EOF
@@ -3957,6 +3970,18 @@ fi
3957EOF 3970EOF
3958 3971
3959 cat >>confdefs.h <<\EOF 3972 cat >>confdefs.h <<\EOF
3973#define SETEUID_BREAKS_SETUID 1
3974EOF
3975
3976 cat >>confdefs.h <<\EOF
3977#define BROKEN_SETREUID 1
3978EOF
3979
3980 cat >>confdefs.h <<\EOF
3981#define BROKEN_SETREGID 1
3982EOF
3983
3984 cat >>confdefs.h <<\EOF
3960#define WITH_ABBREV_NO_TTY 1 3985#define WITH_ABBREV_NO_TTY 1
3961EOF 3986EOF
3962 3987
@@ -4009,6 +4034,20 @@ EOF
4009*-*-freebsd*) 4034*-*-freebsd*)
4010 check_for_libcrypt_later=1 4035 check_for_libcrypt_later=1
4011 ;; 4036 ;;
4037*-*-bsdi*)
4038 cat >>confdefs.h <<\EOF
4039#define SETEUID_BREAKS_SETUID 1
4040EOF
4041
4042 cat >>confdefs.h <<\EOF
4043#define BROKEN_SETREUID 1
4044EOF
4045
4046 cat >>confdefs.h <<\EOF
4047#define BROKEN_SETREGID 1
4048EOF
4049
4050 ;;
4012*-next-*) 4051*-next-*)
4013 conf_lastlog_location="/usr/adm/lastlog" 4052 conf_lastlog_location="/usr/adm/lastlog"
4014 conf_utmp_location=/etc/utmp 4053 conf_utmp_location=/etc/utmp
@@ -4065,11 +4104,11 @@ EOF
4065 external_path_file=/etc/default/login 4104 external_path_file=/etc/default/login
4066 # hardwire lastlog location (can't detect it on some versions) 4105 # hardwire lastlog location (can't detect it on some versions)
4067 conf_lastlog_location="/var/adm/lastlog" 4106 conf_lastlog_location="/var/adm/lastlog"
4068 echo "$as_me:4068: checking for obsolete utmp and wtmp in solaris2.x" >&5 4107 echo "$as_me:4107: checking for obsolete utmp and wtmp in solaris2.x" >&5
4069echo $ECHO_N "checking for obsolete utmp and wtmp in solaris2.x... $ECHO_C" >&6 4108echo $ECHO_N "checking for obsolete utmp and wtmp in solaris2.x... $ECHO_C" >&6
4070 sol2ver=`echo "$host"| sed -e 's/.*[0-9]\.//'` 4109 sol2ver=`echo "$host"| sed -e 's/.*[0-9]\.//'`
4071 if test "$sol2ver" -ge 8; then 4110 if test "$sol2ver" -ge 8; then
4072 echo "$as_me:4072: result: yes" >&5 4111 echo "$as_me:4111: result: yes" >&5
4073echo "${ECHO_T}yes" >&6 4112echo "${ECHO_T}yes" >&6
4074 cat >>confdefs.h <<\EOF 4113 cat >>confdefs.h <<\EOF
4075#define DISABLE_UTMP 1 4114#define DISABLE_UTMP 1
@@ -4080,7 +4119,7 @@ EOF
4080EOF 4119EOF
4081 4120
4082 else 4121 else
4083 echo "$as_me:4083: result: no" >&5 4122 echo "$as_me:4122: result: no" >&5
4084echo "${ECHO_T}no" >&6 4123echo "${ECHO_T}no" >&6
4085 fi 4124 fi
4086 ;; 4125 ;;
@@ -4090,13 +4129,13 @@ echo "${ECHO_T}no" >&6
4090for ac_func in getpwanam 4129for ac_func in getpwanam
4091do 4130do
4092as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4131as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4093echo "$as_me:4093: checking for $ac_func" >&5 4132echo "$as_me:4132: checking for $ac_func" >&5
4094echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4133echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4095if eval "test \"\${$as_ac_var+set}\" = set"; then 4134if eval "test \"\${$as_ac_var+set}\" = set"; then
4096 echo $ECHO_N "(cached) $ECHO_C" >&6 4135 echo $ECHO_N "(cached) $ECHO_C" >&6
4097else 4136else
4098 cat >conftest.$ac_ext <<_ACEOF 4137 cat >conftest.$ac_ext <<_ACEOF
4099#line 4099 "configure" 4138#line 4138 "configure"
4100#include "confdefs.h" 4139#include "confdefs.h"
4101/* System header to define __stub macros and hopefully few prototypes, 4140/* System header to define __stub macros and hopefully few prototypes,
4102 which can conflict with char $ac_func (); below. */ 4141 which can conflict with char $ac_func (); below. */
@@ -4127,16 +4166,16 @@ f = $ac_func;
4127} 4166}
4128_ACEOF 4167_ACEOF
4129rm -f conftest.$ac_objext conftest$ac_exeext 4168rm -f conftest.$ac_objext conftest$ac_exeext
4130if { (eval echo "$as_me:4130: \"$ac_link\"") >&5 4169if { (eval echo "$as_me:4169: \"$ac_link\"") >&5
4131 (eval $ac_link) 2>&5 4170 (eval $ac_link) 2>&5
4132 ac_status=$? 4171 ac_status=$?
4133 echo "$as_me:4133: \$? = $ac_status" >&5 4172 echo "$as_me:4172: \$? = $ac_status" >&5
4134 (exit $ac_status); } && 4173 (exit $ac_status); } &&
4135 { ac_try='test -s conftest$ac_exeext' 4174 { ac_try='test -s conftest$ac_exeext'
4136 { (eval echo "$as_me:4136: \"$ac_try\"") >&5 4175 { (eval echo "$as_me:4175: \"$ac_try\"") >&5
4137 (eval $ac_try) 2>&5 4176 (eval $ac_try) 2>&5
4138 ac_status=$? 4177 ac_status=$?
4139 echo "$as_me:4139: \$? = $ac_status" >&5 4178 echo "$as_me:4178: \$? = $ac_status" >&5
4140 (exit $ac_status); }; }; then 4179 (exit $ac_status); }; }; then
4141 eval "$as_ac_var=yes" 4180 eval "$as_ac_var=yes"
4142else 4181else
@@ -4146,7 +4185,7 @@ eval "$as_ac_var=no"
4146fi 4185fi
4147rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4186rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4148fi 4187fi
4149echo "$as_me:4149: result: `eval echo '${'$as_ac_var'}'`" >&5 4188echo "$as_me:4188: result: `eval echo '${'$as_ac_var'}'`" >&5
4150echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 4189echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4151if test `eval echo '${'$as_ac_var'}'` = yes; then 4190if test `eval echo '${'$as_ac_var'}'` = yes; then
4152 cat >>confdefs.h <<EOF 4191 cat >>confdefs.h <<EOF
@@ -4180,6 +4219,18 @@ EOF
4180#define SSHD_ACQUIRES_CTTY 1 4219#define SSHD_ACQUIRES_CTTY 1
4181EOF 4220EOF
4182 4221
4222 cat >>confdefs.h <<\EOF
4223#define SETEUID_BREAKS_SETUID 1
4224EOF
4225
4226 cat >>confdefs.h <<\EOF
4227#define BROKEN_SETREUID 1
4228EOF
4229
4230 cat >>confdefs.h <<\EOF
4231#define BROKEN_SETREGID 1
4232EOF
4233
4183 ;; 4234 ;;
4184*-sni-sysv*) 4235*-sni-sysv*)
4185 CPPFLAGS="$CPPFLAGS -I/usr/local/include" 4236 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
@@ -4280,13 +4331,13 @@ EOF
4280for ac_func in getluid setluid 4331for ac_func in getluid setluid
4281do 4332do
4282as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4333as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4283echo "$as_me:4283: checking for $ac_func" >&5 4334echo "$as_me:4334: checking for $ac_func" >&5
4284echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4335echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4285if eval "test \"\${$as_ac_var+set}\" = set"; then 4336if eval "test \"\${$as_ac_var+set}\" = set"; then
4286 echo $ECHO_N "(cached) $ECHO_C" >&6 4337 echo $ECHO_N "(cached) $ECHO_C" >&6
4287else 4338else
4288 cat >conftest.$ac_ext <<_ACEOF 4339 cat >conftest.$ac_ext <<_ACEOF
4289#line 4289 "configure" 4340#line 4340 "configure"
4290#include "confdefs.h" 4341#include "confdefs.h"
4291/* System header to define __stub macros and hopefully few prototypes, 4342/* System header to define __stub macros and hopefully few prototypes,
4292 which can conflict with char $ac_func (); below. */ 4343 which can conflict with char $ac_func (); below. */
@@ -4317,16 +4368,16 @@ f = $ac_func;
4317} 4368}
4318_ACEOF 4369_ACEOF
4319rm -f conftest.$ac_objext conftest$ac_exeext 4370rm -f conftest.$ac_objext conftest$ac_exeext
4320if { (eval echo "$as_me:4320: \"$ac_link\"") >&5 4371if { (eval echo "$as_me:4371: \"$ac_link\"") >&5
4321 (eval $ac_link) 2>&5 4372 (eval $ac_link) 2>&5
4322 ac_status=$? 4373 ac_status=$?
4323 echo "$as_me:4323: \$? = $ac_status" >&5 4374 echo "$as_me:4374: \$? = $ac_status" >&5
4324 (exit $ac_status); } && 4375 (exit $ac_status); } &&
4325 { ac_try='test -s conftest$ac_exeext' 4376 { ac_try='test -s conftest$ac_exeext'
4326 { (eval echo "$as_me:4326: \"$ac_try\"") >&5 4377 { (eval echo "$as_me:4377: \"$ac_try\"") >&5
4327 (eval $ac_try) 2>&5 4378 (eval $ac_try) 2>&5
4328 ac_status=$? 4379 ac_status=$?
4329 echo "$as_me:4329: \$? = $ac_status" >&5 4380 echo "$as_me:4380: \$? = $ac_status" >&5
4330 (exit $ac_status); }; }; then 4381 (exit $ac_status); }; }; then
4331 eval "$as_ac_var=yes" 4382 eval "$as_ac_var=yes"
4332else 4383else
@@ -4336,7 +4387,7 @@ eval "$as_ac_var=no"
4336fi 4387fi
4337rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4388rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4338fi 4389fi
4339echo "$as_me:4339: result: `eval echo '${'$as_ac_var'}'`" >&5 4390echo "$as_me:4390: result: `eval echo '${'$as_ac_var'}'`" >&5
4340echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 4391echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4341if test `eval echo '${'$as_ac_var'}'` = yes; then 4392if test `eval echo '${'$as_ac_var'}'` = yes; then
4342 cat >>confdefs.h <<EOF 4393 cat >>confdefs.h <<EOF
@@ -4392,13 +4443,13 @@ EOF
4392for ac_func in getluid setluid 4443for ac_func in getluid setluid
4393do 4444do
4394as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4445as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4395echo "$as_me:4395: checking for $ac_func" >&5 4446echo "$as_me:4446: checking for $ac_func" >&5
4396echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4447echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4397if eval "test \"\${$as_ac_var+set}\" = set"; then 4448if eval "test \"\${$as_ac_var+set}\" = set"; then
4398 echo $ECHO_N "(cached) $ECHO_C" >&6 4449 echo $ECHO_N "(cached) $ECHO_C" >&6
4399else 4450else
4400 cat >conftest.$ac_ext <<_ACEOF 4451 cat >conftest.$ac_ext <<_ACEOF
4401#line 4401 "configure" 4452#line 4452 "configure"
4402#include "confdefs.h" 4453#include "confdefs.h"
4403/* System header to define __stub macros and hopefully few prototypes, 4454/* System header to define __stub macros and hopefully few prototypes,
4404 which can conflict with char $ac_func (); below. */ 4455 which can conflict with char $ac_func (); below. */
@@ -4429,16 +4480,16 @@ f = $ac_func;
4429} 4480}
4430_ACEOF 4481_ACEOF
4431rm -f conftest.$ac_objext conftest$ac_exeext 4482rm -f conftest.$ac_objext conftest$ac_exeext
4432if { (eval echo "$as_me:4432: \"$ac_link\"") >&5 4483if { (eval echo "$as_me:4483: \"$ac_link\"") >&5
4433 (eval $ac_link) 2>&5 4484 (eval $ac_link) 2>&5
4434 ac_status=$? 4485 ac_status=$?
4435 echo "$as_me:4435: \$? = $ac_status" >&5 4486 echo "$as_me:4486: \$? = $ac_status" >&5
4436 (exit $ac_status); } && 4487 (exit $ac_status); } &&
4437 { ac_try='test -s conftest$ac_exeext' 4488 { ac_try='test -s conftest$ac_exeext'
4438 { (eval echo "$as_me:4438: \"$ac_try\"") >&5 4489 { (eval echo "$as_me:4489: \"$ac_try\"") >&5
4439 (eval $ac_try) 2>&5 4490 (eval $ac_try) 2>&5
4440 ac_status=$? 4491 ac_status=$?
4441 echo "$as_me:4441: \$? = $ac_status" >&5 4492 echo "$as_me:4492: \$? = $ac_status" >&5
4442 (exit $ac_status); }; }; then 4493 (exit $ac_status); }; }; then
4443 eval "$as_ac_var=yes" 4494 eval "$as_ac_var=yes"
4444else 4495else
@@ -4448,7 +4499,7 @@ eval "$as_ac_var=no"
4448fi 4499fi
4449rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4500rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4450fi 4501fi
4451echo "$as_me:4451: result: `eval echo '${'$as_ac_var'}'`" >&5 4502echo "$as_me:4502: result: `eval echo '${'$as_ac_var'}'`" >&5
4452echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 4503echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4453if test `eval echo '${'$as_ac_var'}'` = yes; then 4504if test `eval echo '${'$as_ac_var'}'` = yes; then
4454 cat >>confdefs.h <<EOF 4505 cat >>confdefs.h <<EOF
@@ -4508,7 +4559,7 @@ EOF
4508 MANTYPE=cat 4559 MANTYPE=cat
4509 ;; 4560 ;;
4510*-dec-osf*) 4561*-dec-osf*)
4511 echo "$as_me:4511: checking for Digital Unix SIA" >&5 4562 echo "$as_me:4562: checking for Digital Unix SIA" >&5
4512echo $ECHO_N "checking for Digital Unix SIA... $ECHO_C" >&6 4563echo $ECHO_N "checking for Digital Unix SIA... $ECHO_C" >&6
4513 no_osfsia="" 4564 no_osfsia=""
4514 4565
@@ -4517,7 +4568,7 @@ if test "${with_osfsia+set}" = set; then
4517 withval="$with_osfsia" 4568 withval="$with_osfsia"
4518 4569
4519 if test "x$withval" = "xno" ; then 4570 if test "x$withval" = "xno" ; then
4520 echo "$as_me:4520: result: disabled" >&5 4571 echo "$as_me:4571: result: disabled" >&5
4521echo "${ECHO_T}disabled" >&6 4572echo "${ECHO_T}disabled" >&6
4522 no_osfsia=1 4573 no_osfsia=1
4523 fi 4574 fi
@@ -4525,7 +4576,7 @@ echo "${ECHO_T}disabled" >&6
4525fi; 4576fi;
4526 if test -z "$no_osfsia" ; then 4577 if test -z "$no_osfsia" ; then
4527 if test -f /etc/sia/matrix.conf; then 4578 if test -f /etc/sia/matrix.conf; then
4528 echo "$as_me:4528: result: yes" >&5 4579 echo "$as_me:4579: result: yes" >&5
4529echo "${ECHO_T}yes" >&6 4580echo "${ECHO_T}yes" >&6
4530 cat >>confdefs.h <<\EOF 4581 cat >>confdefs.h <<\EOF
4531#define HAVE_OSF_SIA 1 4582#define HAVE_OSF_SIA 1
@@ -4541,7 +4592,7 @@ EOF
4541 4592
4542 LIBS="$LIBS -lsecurity -ldb -lm -laud" 4593 LIBS="$LIBS -lsecurity -ldb -lm -laud"
4543 else 4594 else
4544 echo "$as_me:4544: result: no" >&5 4595 echo "$as_me:4595: result: no" >&5
4545echo "${ECHO_T}no" >&6 4596echo "${ECHO_T}no" >&6
4546 fi 4597 fi
4547 fi 4598 fi
@@ -4554,6 +4605,18 @@ EOF
4554EOF 4605EOF
4555 4606
4556 cat >>confdefs.h <<\EOF 4607 cat >>confdefs.h <<\EOF
4608#define SETEUID_BREAKS_SETUID 1
4609EOF
4610
4611 cat >>confdefs.h <<\EOF
4612#define BROKEN_SETREUID 1
4613EOF
4614
4615 cat >>confdefs.h <<\EOF
4616#define BROKEN_SETREGID 1
4617EOF
4618
4619 cat >>confdefs.h <<\EOF
4557#define LOCKED_PASSWD_SUBSTR "Nologin" 4620#define LOCKED_PASSWD_SUBSTR "Nologin"
4558EOF 4621EOF
4559 4622
@@ -4625,15 +4688,15 @@ if test "${with_libs+set}" = set; then
4625 4688
4626fi; 4689fi;
4627 4690
4628echo "$as_me:4628: checking compiler and flags for sanity" >&5 4691echo "$as_me:4691: checking compiler and flags for sanity" >&5
4629echo $ECHO_N "checking compiler and flags for sanity... $ECHO_C" >&6 4692echo $ECHO_N "checking compiler and flags for sanity... $ECHO_C" >&6
4630if test "$cross_compiling" = yes; then 4693if test "$cross_compiling" = yes; then
4631 { { echo "$as_me:4631: error: cannot run test program while cross compiling" >&5 4694 { { echo "$as_me:4694: error: cannot run test program while cross compiling" >&5
4632echo "$as_me: error: cannot run test program while cross compiling" >&2;} 4695echo "$as_me: error: cannot run test program while cross compiling" >&2;}
4633 { (exit 1); exit 1; }; } 4696 { (exit 1); exit 1; }; }
4634else 4697else
4635 cat >conftest.$ac_ext <<_ACEOF 4698 cat >conftest.$ac_ext <<_ACEOF
4636#line 4636 "configure" 4699#line 4699 "configure"
4637#include "confdefs.h" 4700#include "confdefs.h"
4638 4701
4639#include <stdio.h> 4702#include <stdio.h>
@@ -4641,26 +4704,26 @@ int main(){exit(0);}
4641 4704
4642_ACEOF 4705_ACEOF
4643rm -f conftest$ac_exeext 4706rm -f conftest$ac_exeext
4644if { (eval echo "$as_me:4644: \"$ac_link\"") >&5 4707if { (eval echo "$as_me:4707: \"$ac_link\"") >&5
4645 (eval $ac_link) 2>&5 4708 (eval $ac_link) 2>&5
4646 ac_status=$? 4709 ac_status=$?
4647 echo "$as_me:4647: \$? = $ac_status" >&5 4710 echo "$as_me:4710: \$? = $ac_status" >&5
4648 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4711 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4649 { (eval echo "$as_me:4649: \"$ac_try\"") >&5 4712 { (eval echo "$as_me:4712: \"$ac_try\"") >&5
4650 (eval $ac_try) 2>&5 4713 (eval $ac_try) 2>&5
4651 ac_status=$? 4714 ac_status=$?
4652 echo "$as_me:4652: \$? = $ac_status" >&5 4715 echo "$as_me:4715: \$? = $ac_status" >&5
4653 (exit $ac_status); }; }; then 4716 (exit $ac_status); }; }; then
4654 echo "$as_me:4654: result: yes" >&5 4717 echo "$as_me:4717: result: yes" >&5
4655echo "${ECHO_T}yes" >&6 4718echo "${ECHO_T}yes" >&6
4656else 4719else
4657 echo "$as_me: program exited with status $ac_status" >&5 4720 echo "$as_me: program exited with status $ac_status" >&5
4658echo "$as_me: failed program was:" >&5 4721echo "$as_me: failed program was:" >&5
4659cat conftest.$ac_ext >&5 4722cat conftest.$ac_ext >&5
4660 4723
4661 echo "$as_me:4661: result: no" >&5 4724 echo "$as_me:4724: result: no" >&5
4662echo "${ECHO_T}no" >&6 4725echo "${ECHO_T}no" >&6
4663 { { echo "$as_me:4663: error: *** compiler cannot create working executables, check config.log ***" >&5 4726 { { echo "$as_me:4726: error: *** compiler cannot create working executables, check config.log ***" >&5
4664echo "$as_me: error: *** compiler cannot create working executables, check config.log ***" >&2;} 4727echo "$as_me: error: *** compiler cannot create working executables, check config.log ***" >&2;}
4665 { (exit 1); exit 1; }; } 4728 { (exit 1); exit 1; }; }
4666 4729
@@ -4679,26 +4742,26 @@ for ac_header in bstring.h crypt.h endian.h features.h floatingpoint.h \
4679 sys/cdefs.h sys/mman.h sys/pstat.h sys/select.h sys/stat.h \ 4742 sys/cdefs.h sys/mman.h sys/pstat.h sys/select.h sys/stat.h \
4680 sys/stropts.h sys/sysmacros.h sys/time.h sys/timers.h \ 4743 sys/stropts.h sys/sysmacros.h sys/time.h sys/timers.h \
4681 sys/un.h time.h tmpdir.h ttyent.h usersec.h \ 4744 sys/un.h time.h tmpdir.h ttyent.h usersec.h \
4682 util.h utime.h utmp.h utmpx.h 4745 util.h utime.h utmp.h utmpx.h vis.h
4683do 4746do
4684as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4747as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4685echo "$as_me:4685: checking for $ac_header" >&5 4748echo "$as_me:4748: checking for $ac_header" >&5
4686echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4749echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4687if eval "test \"\${$as_ac_Header+set}\" = set"; then 4750if eval "test \"\${$as_ac_Header+set}\" = set"; then
4688 echo $ECHO_N "(cached) $ECHO_C" >&6 4751 echo $ECHO_N "(cached) $ECHO_C" >&6
4689else 4752else
4690 cat >conftest.$ac_ext <<_ACEOF 4753 cat >conftest.$ac_ext <<_ACEOF
4691#line 4691 "configure" 4754#line 4754 "configure"
4692#include "confdefs.h" 4755#include "confdefs.h"
4693#include <$ac_header> 4756#include <$ac_header>
4694_ACEOF 4757_ACEOF
4695if { (eval echo "$as_me:4695: \"$ac_cpp conftest.$ac_ext\"") >&5 4758if { (eval echo "$as_me:4758: \"$ac_cpp conftest.$ac_ext\"") >&5
4696 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4759 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4697 ac_status=$? 4760 ac_status=$?
4698 egrep -v '^ *\+' conftest.er1 >conftest.err 4761 egrep -v '^ *\+' conftest.er1 >conftest.err
4699 rm -f conftest.er1 4762 rm -f conftest.er1
4700 cat conftest.err >&5 4763 cat conftest.err >&5
4701 echo "$as_me:4701: \$? = $ac_status" >&5 4764 echo "$as_me:4764: \$? = $ac_status" >&5
4702 (exit $ac_status); } >/dev/null; then 4765 (exit $ac_status); } >/dev/null; then
4703 if test -s conftest.err; then 4766 if test -s conftest.err; then
4704 ac_cpp_err=$ac_c_preproc_warn_flag 4767 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4717,7 +4780,7 @@ else
4717fi 4780fi
4718rm -f conftest.err conftest.$ac_ext 4781rm -f conftest.err conftest.$ac_ext
4719fi 4782fi
4720echo "$as_me:4720: result: `eval echo '${'$as_ac_Header'}'`" >&5 4783echo "$as_me:4783: result: `eval echo '${'$as_ac_Header'}'`" >&5
4721echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4784echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4722if test `eval echo '${'$as_ac_Header'}'` = yes; then 4785if test `eval echo '${'$as_ac_Header'}'` = yes; then
4723 cat >>confdefs.h <<EOF 4786 cat >>confdefs.h <<EOF
@@ -4728,13 +4791,13 @@ fi
4728done 4791done
4729 4792
4730# Checks for libraries. 4793# Checks for libraries.
4731echo "$as_me:4731: checking for yp_match" >&5 4794echo "$as_me:4794: checking for yp_match" >&5
4732echo $ECHO_N "checking for yp_match... $ECHO_C" >&6 4795echo $ECHO_N "checking for yp_match... $ECHO_C" >&6
4733if test "${ac_cv_func_yp_match+set}" = set; then 4796if test "${ac_cv_func_yp_match+set}" = set; then
4734 echo $ECHO_N "(cached) $ECHO_C" >&6 4797 echo $ECHO_N "(cached) $ECHO_C" >&6
4735else 4798else
4736 cat >conftest.$ac_ext <<_ACEOF 4799 cat >conftest.$ac_ext <<_ACEOF
4737#line 4737 "configure" 4800#line 4800 "configure"
4738#include "confdefs.h" 4801#include "confdefs.h"
4739/* System header to define __stub macros and hopefully few prototypes, 4802/* System header to define __stub macros and hopefully few prototypes,
4740 which can conflict with char yp_match (); below. */ 4803 which can conflict with char yp_match (); below. */
@@ -4765,16 +4828,16 @@ f = yp_match;
4765} 4828}
4766_ACEOF 4829_ACEOF
4767rm -f conftest.$ac_objext conftest$ac_exeext 4830rm -f conftest.$ac_objext conftest$ac_exeext
4768if { (eval echo "$as_me:4768: \"$ac_link\"") >&5 4831if { (eval echo "$as_me:4831: \"$ac_link\"") >&5
4769 (eval $ac_link) 2>&5 4832 (eval $ac_link) 2>&5
4770 ac_status=$? 4833 ac_status=$?
4771 echo "$as_me:4771: \$? = $ac_status" >&5 4834 echo "$as_me:4834: \$? = $ac_status" >&5
4772 (exit $ac_status); } && 4835 (exit $ac_status); } &&
4773 { ac_try='test -s conftest$ac_exeext' 4836 { ac_try='test -s conftest$ac_exeext'
4774 { (eval echo "$as_me:4774: \"$ac_try\"") >&5 4837 { (eval echo "$as_me:4837: \"$ac_try\"") >&5
4775 (eval $ac_try) 2>&5 4838 (eval $ac_try) 2>&5
4776 ac_status=$? 4839 ac_status=$?
4777 echo "$as_me:4777: \$? = $ac_status" >&5 4840 echo "$as_me:4840: \$? = $ac_status" >&5
4778 (exit $ac_status); }; }; then 4841 (exit $ac_status); }; }; then
4779 ac_cv_func_yp_match=yes 4842 ac_cv_func_yp_match=yes
4780else 4843else
@@ -4784,13 +4847,13 @@ ac_cv_func_yp_match=no
4784fi 4847fi
4785rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4848rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4786fi 4849fi
4787echo "$as_me:4787: result: $ac_cv_func_yp_match" >&5 4850echo "$as_me:4850: result: $ac_cv_func_yp_match" >&5
4788echo "${ECHO_T}$ac_cv_func_yp_match" >&6 4851echo "${ECHO_T}$ac_cv_func_yp_match" >&6
4789if test $ac_cv_func_yp_match = yes; then 4852if test $ac_cv_func_yp_match = yes; then
4790 : 4853 :
4791else 4854else
4792 4855
4793echo "$as_me:4793: checking for yp_match in -lnsl" >&5 4856echo "$as_me:4856: checking for yp_match in -lnsl" >&5
4794echo $ECHO_N "checking for yp_match in -lnsl... $ECHO_C" >&6 4857echo $ECHO_N "checking for yp_match in -lnsl... $ECHO_C" >&6
4795if test "${ac_cv_lib_nsl_yp_match+set}" = set; then 4858if test "${ac_cv_lib_nsl_yp_match+set}" = set; then
4796 echo $ECHO_N "(cached) $ECHO_C" >&6 4859 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4798,7 +4861,7 @@ else
4798 ac_check_lib_save_LIBS=$LIBS 4861 ac_check_lib_save_LIBS=$LIBS
4799LIBS="-lnsl $LIBS" 4862LIBS="-lnsl $LIBS"
4800cat >conftest.$ac_ext <<_ACEOF 4863cat >conftest.$ac_ext <<_ACEOF
4801#line 4801 "configure" 4864#line 4864 "configure"
4802#include "confdefs.h" 4865#include "confdefs.h"
4803 4866
4804/* Override any gcc2 internal prototype to avoid an error. */ 4867/* Override any gcc2 internal prototype to avoid an error. */
@@ -4817,16 +4880,16 @@ yp_match ();
4817} 4880}
4818_ACEOF 4881_ACEOF
4819rm -f conftest.$ac_objext conftest$ac_exeext 4882rm -f conftest.$ac_objext conftest$ac_exeext
4820if { (eval echo "$as_me:4820: \"$ac_link\"") >&5 4883if { (eval echo "$as_me:4883: \"$ac_link\"") >&5
4821 (eval $ac_link) 2>&5 4884 (eval $ac_link) 2>&5
4822 ac_status=$? 4885 ac_status=$?
4823 echo "$as_me:4823: \$? = $ac_status" >&5 4886 echo "$as_me:4886: \$? = $ac_status" >&5
4824 (exit $ac_status); } && 4887 (exit $ac_status); } &&
4825 { ac_try='test -s conftest$ac_exeext' 4888 { ac_try='test -s conftest$ac_exeext'
4826 { (eval echo "$as_me:4826: \"$ac_try\"") >&5 4889 { (eval echo "$as_me:4889: \"$ac_try\"") >&5
4827 (eval $ac_try) 2>&5 4890 (eval $ac_try) 2>&5
4828 ac_status=$? 4891 ac_status=$?
4829 echo "$as_me:4829: \$? = $ac_status" >&5 4892 echo "$as_me:4892: \$? = $ac_status" >&5
4830 (exit $ac_status); }; }; then 4893 (exit $ac_status); }; }; then
4831 ac_cv_lib_nsl_yp_match=yes 4894 ac_cv_lib_nsl_yp_match=yes
4832else 4895else
@@ -4837,7 +4900,7 @@ fi
4837rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4900rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4838LIBS=$ac_check_lib_save_LIBS 4901LIBS=$ac_check_lib_save_LIBS
4839fi 4902fi
4840echo "$as_me:4840: result: $ac_cv_lib_nsl_yp_match" >&5 4903echo "$as_me:4903: result: $ac_cv_lib_nsl_yp_match" >&5
4841echo "${ECHO_T}$ac_cv_lib_nsl_yp_match" >&6 4904echo "${ECHO_T}$ac_cv_lib_nsl_yp_match" >&6
4842if test $ac_cv_lib_nsl_yp_match = yes; then 4905if test $ac_cv_lib_nsl_yp_match = yes; then
4843 cat >>confdefs.h <<EOF 4906 cat >>confdefs.h <<EOF
@@ -4850,13 +4913,13 @@ fi
4850 4913
4851fi 4914fi
4852 4915
4853echo "$as_me:4853: checking for setsockopt" >&5 4916echo "$as_me:4916: checking for setsockopt" >&5
4854echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6 4917echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6
4855if test "${ac_cv_func_setsockopt+set}" = set; then 4918if test "${ac_cv_func_setsockopt+set}" = set; then
4856 echo $ECHO_N "(cached) $ECHO_C" >&6 4919 echo $ECHO_N "(cached) $ECHO_C" >&6
4857else 4920else
4858 cat >conftest.$ac_ext <<_ACEOF 4921 cat >conftest.$ac_ext <<_ACEOF
4859#line 4859 "configure" 4922#line 4922 "configure"
4860#include "confdefs.h" 4923#include "confdefs.h"
4861/* System header to define __stub macros and hopefully few prototypes, 4924/* System header to define __stub macros and hopefully few prototypes,
4862 which can conflict with char setsockopt (); below. */ 4925 which can conflict with char setsockopt (); below. */
@@ -4887,16 +4950,16 @@ f = setsockopt;
4887} 4950}
4888_ACEOF 4951_ACEOF
4889rm -f conftest.$ac_objext conftest$ac_exeext 4952rm -f conftest.$ac_objext conftest$ac_exeext
4890if { (eval echo "$as_me:4890: \"$ac_link\"") >&5 4953if { (eval echo "$as_me:4953: \"$ac_link\"") >&5
4891 (eval $ac_link) 2>&5 4954 (eval $ac_link) 2>&5
4892 ac_status=$? 4955 ac_status=$?
4893 echo "$as_me:4893: \$? = $ac_status" >&5 4956 echo "$as_me:4956: \$? = $ac_status" >&5
4894 (exit $ac_status); } && 4957 (exit $ac_status); } &&
4895 { ac_try='test -s conftest$ac_exeext' 4958 { ac_try='test -s conftest$ac_exeext'
4896 { (eval echo "$as_me:4896: \"$ac_try\"") >&5 4959 { (eval echo "$as_me:4959: \"$ac_try\"") >&5
4897 (eval $ac_try) 2>&5 4960 (eval $ac_try) 2>&5
4898 ac_status=$? 4961 ac_status=$?
4899 echo "$as_me:4899: \$? = $ac_status" >&5 4962 echo "$as_me:4962: \$? = $ac_status" >&5
4900 (exit $ac_status); }; }; then 4963 (exit $ac_status); }; }; then
4901 ac_cv_func_setsockopt=yes 4964 ac_cv_func_setsockopt=yes
4902else 4965else
@@ -4906,13 +4969,13 @@ ac_cv_func_setsockopt=no
4906fi 4969fi
4907rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4970rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4908fi 4971fi
4909echo "$as_me:4909: result: $ac_cv_func_setsockopt" >&5 4972echo "$as_me:4972: result: $ac_cv_func_setsockopt" >&5
4910echo "${ECHO_T}$ac_cv_func_setsockopt" >&6 4973echo "${ECHO_T}$ac_cv_func_setsockopt" >&6
4911if test $ac_cv_func_setsockopt = yes; then 4974if test $ac_cv_func_setsockopt = yes; then
4912 : 4975 :
4913else 4976else
4914 4977
4915echo "$as_me:4915: checking for setsockopt in -lsocket" >&5 4978echo "$as_me:4978: checking for setsockopt in -lsocket" >&5
4916echo $ECHO_N "checking for setsockopt in -lsocket... $ECHO_C" >&6 4979echo $ECHO_N "checking for setsockopt in -lsocket... $ECHO_C" >&6
4917if test "${ac_cv_lib_socket_setsockopt+set}" = set; then 4980if test "${ac_cv_lib_socket_setsockopt+set}" = set; then
4918 echo $ECHO_N "(cached) $ECHO_C" >&6 4981 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4920,7 +4983,7 @@ else
4920 ac_check_lib_save_LIBS=$LIBS 4983 ac_check_lib_save_LIBS=$LIBS
4921LIBS="-lsocket $LIBS" 4984LIBS="-lsocket $LIBS"
4922cat >conftest.$ac_ext <<_ACEOF 4985cat >conftest.$ac_ext <<_ACEOF
4923#line 4923 "configure" 4986#line 4986 "configure"
4924#include "confdefs.h" 4987#include "confdefs.h"
4925 4988
4926/* Override any gcc2 internal prototype to avoid an error. */ 4989/* Override any gcc2 internal prototype to avoid an error. */
@@ -4939,16 +5002,16 @@ setsockopt ();
4939} 5002}
4940_ACEOF 5003_ACEOF
4941rm -f conftest.$ac_objext conftest$ac_exeext 5004rm -f conftest.$ac_objext conftest$ac_exeext
4942if { (eval echo "$as_me:4942: \"$ac_link\"") >&5 5005if { (eval echo "$as_me:5005: \"$ac_link\"") >&5
4943 (eval $ac_link) 2>&5 5006 (eval $ac_link) 2>&5
4944 ac_status=$? 5007 ac_status=$?
4945 echo "$as_me:4945: \$? = $ac_status" >&5 5008 echo "$as_me:5008: \$? = $ac_status" >&5
4946 (exit $ac_status); } && 5009 (exit $ac_status); } &&
4947 { ac_try='test -s conftest$ac_exeext' 5010 { ac_try='test -s conftest$ac_exeext'
4948 { (eval echo "$as_me:4948: \"$ac_try\"") >&5 5011 { (eval echo "$as_me:5011: \"$ac_try\"") >&5
4949 (eval $ac_try) 2>&5 5012 (eval $ac_try) 2>&5
4950 ac_status=$? 5013 ac_status=$?
4951 echo "$as_me:4951: \$? = $ac_status" >&5 5014 echo "$as_me:5014: \$? = $ac_status" >&5
4952 (exit $ac_status); }; }; then 5015 (exit $ac_status); }; }; then
4953 ac_cv_lib_socket_setsockopt=yes 5016 ac_cv_lib_socket_setsockopt=yes
4954else 5017else
@@ -4959,7 +5022,7 @@ fi
4959rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5022rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4960LIBS=$ac_check_lib_save_LIBS 5023LIBS=$ac_check_lib_save_LIBS
4961fi 5024fi
4962echo "$as_me:4962: result: $ac_cv_lib_socket_setsockopt" >&5 5025echo "$as_me:5025: result: $ac_cv_lib_socket_setsockopt" >&5
4963echo "${ECHO_T}$ac_cv_lib_socket_setsockopt" >&6 5026echo "${ECHO_T}$ac_cv_lib_socket_setsockopt" >&6
4964if test $ac_cv_lib_socket_setsockopt = yes; then 5027if test $ac_cv_lib_socket_setsockopt = yes; then
4965 cat >>confdefs.h <<EOF 5028 cat >>confdefs.h <<EOF
@@ -4974,7 +5037,7 @@ fi
4974 5037
4975if test "x$with_tcp_wrappers" != "xno" ; then 5038if test "x$with_tcp_wrappers" != "xno" ; then
4976 if test "x$do_sco3_extra_lib_check" = "xyes" ; then 5039 if test "x$do_sco3_extra_lib_check" = "xyes" ; then
4977 echo "$as_me:4977: checking for innetgr in -lrpc" >&5 5040 echo "$as_me:5040: checking for innetgr in -lrpc" >&5
4978echo $ECHO_N "checking for innetgr in -lrpc... $ECHO_C" >&6 5041echo $ECHO_N "checking for innetgr in -lrpc... $ECHO_C" >&6
4979if test "${ac_cv_lib_rpc_innetgr+set}" = set; then 5042if test "${ac_cv_lib_rpc_innetgr+set}" = set; then
4980 echo $ECHO_N "(cached) $ECHO_C" >&6 5043 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4982,7 +5045,7 @@ else
4982 ac_check_lib_save_LIBS=$LIBS 5045 ac_check_lib_save_LIBS=$LIBS
4983LIBS="-lrpc -lyp -lrpc $LIBS" 5046LIBS="-lrpc -lyp -lrpc $LIBS"
4984cat >conftest.$ac_ext <<_ACEOF 5047cat >conftest.$ac_ext <<_ACEOF
4985#line 4985 "configure" 5048#line 5048 "configure"
4986#include "confdefs.h" 5049#include "confdefs.h"
4987 5050
4988/* Override any gcc2 internal prototype to avoid an error. */ 5051/* Override any gcc2 internal prototype to avoid an error. */
@@ -5001,16 +5064,16 @@ innetgr ();
5001} 5064}
5002_ACEOF 5065_ACEOF
5003rm -f conftest.$ac_objext conftest$ac_exeext 5066rm -f conftest.$ac_objext conftest$ac_exeext
5004if { (eval echo "$as_me:5004: \"$ac_link\"") >&5 5067if { (eval echo "$as_me:5067: \"$ac_link\"") >&5
5005 (eval $ac_link) 2>&5 5068 (eval $ac_link) 2>&5
5006 ac_status=$? 5069 ac_status=$?
5007 echo "$as_me:5007: \$? = $ac_status" >&5 5070 echo "$as_me:5070: \$? = $ac_status" >&5
5008 (exit $ac_status); } && 5071 (exit $ac_status); } &&
5009 { ac_try='test -s conftest$ac_exeext' 5072 { ac_try='test -s conftest$ac_exeext'
5010 { (eval echo "$as_me:5010: \"$ac_try\"") >&5 5073 { (eval echo "$as_me:5073: \"$ac_try\"") >&5
5011 (eval $ac_try) 2>&5 5074 (eval $ac_try) 2>&5
5012 ac_status=$? 5075 ac_status=$?
5013 echo "$as_me:5013: \$? = $ac_status" >&5 5076 echo "$as_me:5076: \$? = $ac_status" >&5
5014 (exit $ac_status); }; }; then 5077 (exit $ac_status); }; }; then
5015 ac_cv_lib_rpc_innetgr=yes 5078 ac_cv_lib_rpc_innetgr=yes
5016else 5079else
@@ -5021,7 +5084,7 @@ fi
5021rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5084rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5022LIBS=$ac_check_lib_save_LIBS 5085LIBS=$ac_check_lib_save_LIBS
5023fi 5086fi
5024echo "$as_me:5024: result: $ac_cv_lib_rpc_innetgr" >&5 5087echo "$as_me:5087: result: $ac_cv_lib_rpc_innetgr" >&5
5025echo "${ECHO_T}$ac_cv_lib_rpc_innetgr" >&6 5088echo "${ECHO_T}$ac_cv_lib_rpc_innetgr" >&6
5026if test $ac_cv_lib_rpc_innetgr = yes; then 5089if test $ac_cv_lib_rpc_innetgr = yes; then
5027 LIBS="-lrpc -lyp -lrpc $LIBS" 5090 LIBS="-lrpc -lyp -lrpc $LIBS"
@@ -5033,13 +5096,13 @@ fi
5033for ac_func in dirname 5096for ac_func in dirname
5034do 5097do
5035as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5098as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5036echo "$as_me:5036: checking for $ac_func" >&5 5099echo "$as_me:5099: checking for $ac_func" >&5
5037echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5100echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5038if eval "test \"\${$as_ac_var+set}\" = set"; then 5101if eval "test \"\${$as_ac_var+set}\" = set"; then
5039 echo $ECHO_N "(cached) $ECHO_C" >&6 5102 echo $ECHO_N "(cached) $ECHO_C" >&6
5040else 5103else
5041 cat >conftest.$ac_ext <<_ACEOF 5104 cat >conftest.$ac_ext <<_ACEOF
5042#line 5042 "configure" 5105#line 5105 "configure"
5043#include "confdefs.h" 5106#include "confdefs.h"
5044/* System header to define __stub macros and hopefully few prototypes, 5107/* System header to define __stub macros and hopefully few prototypes,
5045 which can conflict with char $ac_func (); below. */ 5108 which can conflict with char $ac_func (); below. */
@@ -5070,16 +5133,16 @@ f = $ac_func;
5070} 5133}
5071_ACEOF 5134_ACEOF
5072rm -f conftest.$ac_objext conftest$ac_exeext 5135rm -f conftest.$ac_objext conftest$ac_exeext
5073if { (eval echo "$as_me:5073: \"$ac_link\"") >&5 5136if { (eval echo "$as_me:5136: \"$ac_link\"") >&5
5074 (eval $ac_link) 2>&5 5137 (eval $ac_link) 2>&5
5075 ac_status=$? 5138 ac_status=$?
5076 echo "$as_me:5076: \$? = $ac_status" >&5 5139 echo "$as_me:5139: \$? = $ac_status" >&5
5077 (exit $ac_status); } && 5140 (exit $ac_status); } &&
5078 { ac_try='test -s conftest$ac_exeext' 5141 { ac_try='test -s conftest$ac_exeext'
5079 { (eval echo "$as_me:5079: \"$ac_try\"") >&5 5142 { (eval echo "$as_me:5142: \"$ac_try\"") >&5
5080 (eval $ac_try) 2>&5 5143 (eval $ac_try) 2>&5
5081 ac_status=$? 5144 ac_status=$?
5082 echo "$as_me:5082: \$? = $ac_status" >&5 5145 echo "$as_me:5145: \$? = $ac_status" >&5
5083 (exit $ac_status); }; }; then 5146 (exit $ac_status); }; }; then
5084 eval "$as_ac_var=yes" 5147 eval "$as_ac_var=yes"
5085else 5148else
@@ -5089,7 +5152,7 @@ eval "$as_ac_var=no"
5089fi 5152fi
5090rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5153rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5091fi 5154fi
5092echo "$as_me:5092: result: `eval echo '${'$as_ac_var'}'`" >&5 5155echo "$as_me:5155: result: `eval echo '${'$as_ac_var'}'`" >&5
5093echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5156echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5094if test `eval echo '${'$as_ac_var'}'` = yes; then 5157if test `eval echo '${'$as_ac_var'}'` = yes; then
5095 cat >>confdefs.h <<EOF 5158 cat >>confdefs.h <<EOF
@@ -5099,23 +5162,23 @@ EOF
5099for ac_header in libgen.h 5162for ac_header in libgen.h
5100do 5163do
5101as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5164as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5102echo "$as_me:5102: checking for $ac_header" >&5 5165echo "$as_me:5165: checking for $ac_header" >&5
5103echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5166echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5104if eval "test \"\${$as_ac_Header+set}\" = set"; then 5167if eval "test \"\${$as_ac_Header+set}\" = set"; then
5105 echo $ECHO_N "(cached) $ECHO_C" >&6 5168 echo $ECHO_N "(cached) $ECHO_C" >&6
5106else 5169else
5107 cat >conftest.$ac_ext <<_ACEOF 5170 cat >conftest.$ac_ext <<_ACEOF
5108#line 5108 "configure" 5171#line 5171 "configure"
5109#include "confdefs.h" 5172#include "confdefs.h"
5110#include <$ac_header> 5173#include <$ac_header>
5111_ACEOF 5174_ACEOF
5112if { (eval echo "$as_me:5112: \"$ac_cpp conftest.$ac_ext\"") >&5 5175if { (eval echo "$as_me:5175: \"$ac_cpp conftest.$ac_ext\"") >&5
5113 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5176 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5114 ac_status=$? 5177 ac_status=$?
5115 egrep -v '^ *\+' conftest.er1 >conftest.err 5178 egrep -v '^ *\+' conftest.er1 >conftest.err
5116 rm -f conftest.er1 5179 rm -f conftest.er1
5117 cat conftest.err >&5 5180 cat conftest.err >&5
5118 echo "$as_me:5118: \$? = $ac_status" >&5 5181 echo "$as_me:5181: \$? = $ac_status" >&5
5119 (exit $ac_status); } >/dev/null; then 5182 (exit $ac_status); } >/dev/null; then
5120 if test -s conftest.err; then 5183 if test -s conftest.err; then
5121 ac_cpp_err=$ac_c_preproc_warn_flag 5184 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5134,7 +5197,7 @@ else
5134fi 5197fi
5135rm -f conftest.err conftest.$ac_ext 5198rm -f conftest.err conftest.$ac_ext
5136fi 5199fi
5137echo "$as_me:5137: result: `eval echo '${'$as_ac_Header'}'`" >&5 5200echo "$as_me:5200: result: `eval echo '${'$as_ac_Header'}'`" >&5
5138echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5201echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5139if test `eval echo '${'$as_ac_Header'}'` = yes; then 5202if test `eval echo '${'$as_ac_Header'}'` = yes; then
5140 cat >>confdefs.h <<EOF 5203 cat >>confdefs.h <<EOF
@@ -5146,7 +5209,7 @@ done
5146 5209
5147else 5210else
5148 5211
5149 echo "$as_me:5149: checking for dirname in -lgen" >&5 5212 echo "$as_me:5212: checking for dirname in -lgen" >&5
5150echo $ECHO_N "checking for dirname in -lgen... $ECHO_C" >&6 5213echo $ECHO_N "checking for dirname in -lgen... $ECHO_C" >&6
5151if test "${ac_cv_lib_gen_dirname+set}" = set; then 5214if test "${ac_cv_lib_gen_dirname+set}" = set; then
5152 echo $ECHO_N "(cached) $ECHO_C" >&6 5215 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5154,7 +5217,7 @@ else
5154 ac_check_lib_save_LIBS=$LIBS 5217 ac_check_lib_save_LIBS=$LIBS
5155LIBS="-lgen $LIBS" 5218LIBS="-lgen $LIBS"
5156cat >conftest.$ac_ext <<_ACEOF 5219cat >conftest.$ac_ext <<_ACEOF
5157#line 5157 "configure" 5220#line 5220 "configure"
5158#include "confdefs.h" 5221#include "confdefs.h"
5159 5222
5160/* Override any gcc2 internal prototype to avoid an error. */ 5223/* Override any gcc2 internal prototype to avoid an error. */
@@ -5173,16 +5236,16 @@ dirname ();
5173} 5236}
5174_ACEOF 5237_ACEOF
5175rm -f conftest.$ac_objext conftest$ac_exeext 5238rm -f conftest.$ac_objext conftest$ac_exeext
5176if { (eval echo "$as_me:5176: \"$ac_link\"") >&5 5239if { (eval echo "$as_me:5239: \"$ac_link\"") >&5
5177 (eval $ac_link) 2>&5 5240 (eval $ac_link) 2>&5
5178 ac_status=$? 5241 ac_status=$?
5179 echo "$as_me:5179: \$? = $ac_status" >&5 5242 echo "$as_me:5242: \$? = $ac_status" >&5
5180 (exit $ac_status); } && 5243 (exit $ac_status); } &&
5181 { ac_try='test -s conftest$ac_exeext' 5244 { ac_try='test -s conftest$ac_exeext'
5182 { (eval echo "$as_me:5182: \"$ac_try\"") >&5 5245 { (eval echo "$as_me:5245: \"$ac_try\"") >&5
5183 (eval $ac_try) 2>&5 5246 (eval $ac_try) 2>&5
5184 ac_status=$? 5247 ac_status=$?
5185 echo "$as_me:5185: \$? = $ac_status" >&5 5248 echo "$as_me:5248: \$? = $ac_status" >&5
5186 (exit $ac_status); }; }; then 5249 (exit $ac_status); }; }; then
5187 ac_cv_lib_gen_dirname=yes 5250 ac_cv_lib_gen_dirname=yes
5188else 5251else
@@ -5193,11 +5256,11 @@ fi
5193rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5256rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5194LIBS=$ac_check_lib_save_LIBS 5257LIBS=$ac_check_lib_save_LIBS
5195fi 5258fi
5196echo "$as_me:5196: result: $ac_cv_lib_gen_dirname" >&5 5259echo "$as_me:5259: result: $ac_cv_lib_gen_dirname" >&5
5197echo "${ECHO_T}$ac_cv_lib_gen_dirname" >&6 5260echo "${ECHO_T}$ac_cv_lib_gen_dirname" >&6
5198if test $ac_cv_lib_gen_dirname = yes; then 5261if test $ac_cv_lib_gen_dirname = yes; then
5199 5262
5200 echo "$as_me:5200: checking for broken dirname" >&5 5263 echo "$as_me:5263: checking for broken dirname" >&5
5201echo $ECHO_N "checking for broken dirname... $ECHO_C" >&6 5264echo $ECHO_N "checking for broken dirname... $ECHO_C" >&6
5202if test "${ac_cv_have_broken_dirname+set}" = set; then 5265if test "${ac_cv_have_broken_dirname+set}" = set; then
5203 echo $ECHO_N "(cached) $ECHO_C" >&6 5266 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5206,12 +5269,12 @@ else
5206 save_LIBS="$LIBS" 5269 save_LIBS="$LIBS"
5207 LIBS="$LIBS -lgen" 5270 LIBS="$LIBS -lgen"
5208 if test "$cross_compiling" = yes; then 5271 if test "$cross_compiling" = yes; then
5209 { { echo "$as_me:5209: error: cannot run test program while cross compiling" >&5 5272 { { echo "$as_me:5272: error: cannot run test program while cross compiling" >&5
5210echo "$as_me: error: cannot run test program while cross compiling" >&2;} 5273echo "$as_me: error: cannot run test program while cross compiling" >&2;}
5211 { (exit 1); exit 1; }; } 5274 { (exit 1); exit 1; }; }
5212else 5275else
5213 cat >conftest.$ac_ext <<_ACEOF 5276 cat >conftest.$ac_ext <<_ACEOF
5214#line 5214 "configure" 5277#line 5277 "configure"
5215#include "confdefs.h" 5278#include "confdefs.h"
5216 5279
5217#include <libgen.h> 5280#include <libgen.h>
@@ -5231,15 +5294,15 @@ int main(int argc, char **argv) {
5231 5294
5232_ACEOF 5295_ACEOF
5233rm -f conftest$ac_exeext 5296rm -f conftest$ac_exeext
5234if { (eval echo "$as_me:5234: \"$ac_link\"") >&5 5297if { (eval echo "$as_me:5297: \"$ac_link\"") >&5
5235 (eval $ac_link) 2>&5 5298 (eval $ac_link) 2>&5
5236 ac_status=$? 5299 ac_status=$?
5237 echo "$as_me:5237: \$? = $ac_status" >&5 5300 echo "$as_me:5300: \$? = $ac_status" >&5
5238 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5301 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5239 { (eval echo "$as_me:5239: \"$ac_try\"") >&5 5302 { (eval echo "$as_me:5302: \"$ac_try\"") >&5
5240 (eval $ac_try) 2>&5 5303 (eval $ac_try) 2>&5
5241 ac_status=$? 5304 ac_status=$?
5242 echo "$as_me:5242: \$? = $ac_status" >&5 5305 echo "$as_me:5305: \$? = $ac_status" >&5
5243 (exit $ac_status); }; }; then 5306 (exit $ac_status); }; }; then
5244 ac_cv_have_broken_dirname="no" 5307 ac_cv_have_broken_dirname="no"
5245else 5308else
@@ -5254,7 +5317,7 @@ fi
5254 LIBS="$save_LIBS" 5317 LIBS="$save_LIBS"
5255 5318
5256fi 5319fi
5257echo "$as_me:5257: result: $ac_cv_have_broken_dirname" >&5 5320echo "$as_me:5320: result: $ac_cv_have_broken_dirname" >&5
5258echo "${ECHO_T}$ac_cv_have_broken_dirname" >&6 5321echo "${ECHO_T}$ac_cv_have_broken_dirname" >&6
5259 if test "x$ac_cv_have_broken_dirname" = "xno" ; then 5322 if test "x$ac_cv_have_broken_dirname" = "xno" ; then
5260 LIBS="$LIBS -lgen" 5323 LIBS="$LIBS -lgen"
@@ -5265,23 +5328,23 @@ EOF
5265for ac_header in libgen.h 5328for ac_header in libgen.h
5266do 5329do
5267as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5330as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5268echo "$as_me:5268: checking for $ac_header" >&5 5331echo "$as_me:5331: checking for $ac_header" >&5
5269echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5332echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5270if eval "test \"\${$as_ac_Header+set}\" = set"; then 5333if eval "test \"\${$as_ac_Header+set}\" = set"; then
5271 echo $ECHO_N "(cached) $ECHO_C" >&6 5334 echo $ECHO_N "(cached) $ECHO_C" >&6
5272else 5335else
5273 cat >conftest.$ac_ext <<_ACEOF 5336 cat >conftest.$ac_ext <<_ACEOF
5274#line 5274 "configure" 5337#line 5337 "configure"
5275#include "confdefs.h" 5338#include "confdefs.h"
5276#include <$ac_header> 5339#include <$ac_header>
5277_ACEOF 5340_ACEOF
5278if { (eval echo "$as_me:5278: \"$ac_cpp conftest.$ac_ext\"") >&5 5341if { (eval echo "$as_me:5341: \"$ac_cpp conftest.$ac_ext\"") >&5
5279 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5342 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5280 ac_status=$? 5343 ac_status=$?
5281 egrep -v '^ *\+' conftest.er1 >conftest.err 5344 egrep -v '^ *\+' conftest.er1 >conftest.err
5282 rm -f conftest.er1 5345 rm -f conftest.er1
5283 cat conftest.err >&5 5346 cat conftest.err >&5
5284 echo "$as_me:5284: \$? = $ac_status" >&5 5347 echo "$as_me:5347: \$? = $ac_status" >&5
5285 (exit $ac_status); } >/dev/null; then 5348 (exit $ac_status); } >/dev/null; then
5286 if test -s conftest.err; then 5349 if test -s conftest.err; then
5287 ac_cpp_err=$ac_c_preproc_warn_flag 5350 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5300,7 +5363,7 @@ else
5300fi 5363fi
5301rm -f conftest.err conftest.$ac_ext 5364rm -f conftest.err conftest.$ac_ext
5302fi 5365fi
5303echo "$as_me:5303: result: `eval echo '${'$as_ac_Header'}'`" >&5 5366echo "$as_me:5366: result: `eval echo '${'$as_ac_Header'}'`" >&5
5304echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5367echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5305if test `eval echo '${'$as_ac_Header'}'` = yes; then 5368if test `eval echo '${'$as_ac_Header'}'` = yes; then
5306 cat >>confdefs.h <<EOF 5369 cat >>confdefs.h <<EOF
@@ -5317,13 +5380,13 @@ fi
5317fi 5380fi
5318done 5381done
5319 5382
5320echo "$as_me:5320: checking for getspnam" >&5 5383echo "$as_me:5383: checking for getspnam" >&5
5321echo $ECHO_N "checking for getspnam... $ECHO_C" >&6 5384echo $ECHO_N "checking for getspnam... $ECHO_C" >&6
5322if test "${ac_cv_func_getspnam+set}" = set; then 5385if test "${ac_cv_func_getspnam+set}" = set; then
5323 echo $ECHO_N "(cached) $ECHO_C" >&6 5386 echo $ECHO_N "(cached) $ECHO_C" >&6
5324else 5387else
5325 cat >conftest.$ac_ext <<_ACEOF 5388 cat >conftest.$ac_ext <<_ACEOF
5326#line 5326 "configure" 5389#line 5389 "configure"
5327#include "confdefs.h" 5390#include "confdefs.h"
5328/* System header to define __stub macros and hopefully few prototypes, 5391/* System header to define __stub macros and hopefully few prototypes,
5329 which can conflict with char getspnam (); below. */ 5392 which can conflict with char getspnam (); below. */
@@ -5354,16 +5417,16 @@ f = getspnam;
5354} 5417}
5355_ACEOF 5418_ACEOF
5356rm -f conftest.$ac_objext conftest$ac_exeext 5419rm -f conftest.$ac_objext conftest$ac_exeext
5357if { (eval echo "$as_me:5357: \"$ac_link\"") >&5 5420if { (eval echo "$as_me:5420: \"$ac_link\"") >&5
5358 (eval $ac_link) 2>&5 5421 (eval $ac_link) 2>&5
5359 ac_status=$? 5422 ac_status=$?
5360 echo "$as_me:5360: \$? = $ac_status" >&5 5423 echo "$as_me:5423: \$? = $ac_status" >&5
5361 (exit $ac_status); } && 5424 (exit $ac_status); } &&
5362 { ac_try='test -s conftest$ac_exeext' 5425 { ac_try='test -s conftest$ac_exeext'
5363 { (eval echo "$as_me:5363: \"$ac_try\"") >&5 5426 { (eval echo "$as_me:5426: \"$ac_try\"") >&5
5364 (eval $ac_try) 2>&5 5427 (eval $ac_try) 2>&5
5365 ac_status=$? 5428 ac_status=$?
5366 echo "$as_me:5366: \$? = $ac_status" >&5 5429 echo "$as_me:5429: \$? = $ac_status" >&5
5367 (exit $ac_status); }; }; then 5430 (exit $ac_status); }; }; then
5368 ac_cv_func_getspnam=yes 5431 ac_cv_func_getspnam=yes
5369else 5432else
@@ -5373,12 +5436,12 @@ ac_cv_func_getspnam=no
5373fi 5436fi
5374rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5437rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5375fi 5438fi
5376echo "$as_me:5376: result: $ac_cv_func_getspnam" >&5 5439echo "$as_me:5439: result: $ac_cv_func_getspnam" >&5
5377echo "${ECHO_T}$ac_cv_func_getspnam" >&6 5440echo "${ECHO_T}$ac_cv_func_getspnam" >&6
5378if test $ac_cv_func_getspnam = yes; then 5441if test $ac_cv_func_getspnam = yes; then
5379 : 5442 :
5380else 5443else
5381 echo "$as_me:5381: checking for getspnam in -lgen" >&5 5444 echo "$as_me:5444: checking for getspnam in -lgen" >&5
5382echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6 5445echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6
5383if test "${ac_cv_lib_gen_getspnam+set}" = set; then 5446if test "${ac_cv_lib_gen_getspnam+set}" = set; then
5384 echo $ECHO_N "(cached) $ECHO_C" >&6 5447 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5386,7 +5449,7 @@ else
5386 ac_check_lib_save_LIBS=$LIBS 5449 ac_check_lib_save_LIBS=$LIBS
5387LIBS="-lgen $LIBS" 5450LIBS="-lgen $LIBS"
5388cat >conftest.$ac_ext <<_ACEOF 5451cat >conftest.$ac_ext <<_ACEOF
5389#line 5389 "configure" 5452#line 5452 "configure"
5390#include "confdefs.h" 5453#include "confdefs.h"
5391 5454
5392/* Override any gcc2 internal prototype to avoid an error. */ 5455/* Override any gcc2 internal prototype to avoid an error. */
@@ -5405,16 +5468,16 @@ getspnam ();
5405} 5468}
5406_ACEOF 5469_ACEOF
5407rm -f conftest.$ac_objext conftest$ac_exeext 5470rm -f conftest.$ac_objext conftest$ac_exeext
5408if { (eval echo "$as_me:5408: \"$ac_link\"") >&5 5471if { (eval echo "$as_me:5471: \"$ac_link\"") >&5
5409 (eval $ac_link) 2>&5 5472 (eval $ac_link) 2>&5
5410 ac_status=$? 5473 ac_status=$?
5411 echo "$as_me:5411: \$? = $ac_status" >&5 5474 echo "$as_me:5474: \$? = $ac_status" >&5
5412 (exit $ac_status); } && 5475 (exit $ac_status); } &&
5413 { ac_try='test -s conftest$ac_exeext' 5476 { ac_try='test -s conftest$ac_exeext'
5414 { (eval echo "$as_me:5414: \"$ac_try\"") >&5 5477 { (eval echo "$as_me:5477: \"$ac_try\"") >&5
5415 (eval $ac_try) 2>&5 5478 (eval $ac_try) 2>&5
5416 ac_status=$? 5479 ac_status=$?
5417 echo "$as_me:5417: \$? = $ac_status" >&5 5480 echo "$as_me:5480: \$? = $ac_status" >&5
5418 (exit $ac_status); }; }; then 5481 (exit $ac_status); }; }; then
5419 ac_cv_lib_gen_getspnam=yes 5482 ac_cv_lib_gen_getspnam=yes
5420else 5483else
@@ -5425,7 +5488,7 @@ fi
5425rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5488rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5426LIBS=$ac_check_lib_save_LIBS 5489LIBS=$ac_check_lib_save_LIBS
5427fi 5490fi
5428echo "$as_me:5428: result: $ac_cv_lib_gen_getspnam" >&5 5491echo "$as_me:5491: result: $ac_cv_lib_gen_getspnam" >&5
5429echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6 5492echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6
5430if test $ac_cv_lib_gen_getspnam = yes; then 5493if test $ac_cv_lib_gen_getspnam = yes; then
5431 LIBS="$LIBS -lgen" 5494 LIBS="$LIBS -lgen"
@@ -5433,7 +5496,7 @@ fi
5433 5496
5434fi 5497fi
5435 5498
5436echo "$as_me:5436: checking for library containing basename" >&5 5499echo "$as_me:5499: checking for library containing basename" >&5
5437echo $ECHO_N "checking for library containing basename... $ECHO_C" >&6 5500echo $ECHO_N "checking for library containing basename... $ECHO_C" >&6
5438if test "${ac_cv_search_basename+set}" = set; then 5501if test "${ac_cv_search_basename+set}" = set; then
5439 echo $ECHO_N "(cached) $ECHO_C" >&6 5502 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5441,7 +5504,7 @@ else
5441 ac_func_search_save_LIBS=$LIBS 5504 ac_func_search_save_LIBS=$LIBS
5442ac_cv_search_basename=no 5505ac_cv_search_basename=no
5443cat >conftest.$ac_ext <<_ACEOF 5506cat >conftest.$ac_ext <<_ACEOF
5444#line 5444 "configure" 5507#line 5507 "configure"
5445#include "confdefs.h" 5508#include "confdefs.h"
5446 5509
5447/* Override any gcc2 internal prototype to avoid an error. */ 5510/* Override any gcc2 internal prototype to avoid an error. */
@@ -5460,16 +5523,16 @@ basename ();
5460} 5523}
5461_ACEOF 5524_ACEOF
5462rm -f conftest.$ac_objext conftest$ac_exeext 5525rm -f conftest.$ac_objext conftest$ac_exeext
5463if { (eval echo "$as_me:5463: \"$ac_link\"") >&5 5526if { (eval echo "$as_me:5526: \"$ac_link\"") >&5
5464 (eval $ac_link) 2>&5 5527 (eval $ac_link) 2>&5
5465 ac_status=$? 5528 ac_status=$?
5466 echo "$as_me:5466: \$? = $ac_status" >&5 5529 echo "$as_me:5529: \$? = $ac_status" >&5
5467 (exit $ac_status); } && 5530 (exit $ac_status); } &&
5468 { ac_try='test -s conftest$ac_exeext' 5531 { ac_try='test -s conftest$ac_exeext'
5469 { (eval echo "$as_me:5469: \"$ac_try\"") >&5 5532 { (eval echo "$as_me:5532: \"$ac_try\"") >&5
5470 (eval $ac_try) 2>&5 5533 (eval $ac_try) 2>&5
5471 ac_status=$? 5534 ac_status=$?
5472 echo "$as_me:5472: \$? = $ac_status" >&5 5535 echo "$as_me:5535: \$? = $ac_status" >&5
5473 (exit $ac_status); }; }; then 5536 (exit $ac_status); }; }; then
5474 ac_cv_search_basename="none required" 5537 ac_cv_search_basename="none required"
5475else 5538else
@@ -5481,7 +5544,7 @@ if test "$ac_cv_search_basename" = no; then
5481 for ac_lib in gen; do 5544 for ac_lib in gen; do
5482 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 5545 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
5483 cat >conftest.$ac_ext <<_ACEOF 5546 cat >conftest.$ac_ext <<_ACEOF
5484#line 5484 "configure" 5547#line 5547 "configure"
5485#include "confdefs.h" 5548#include "confdefs.h"
5486 5549
5487/* Override any gcc2 internal prototype to avoid an error. */ 5550/* Override any gcc2 internal prototype to avoid an error. */
@@ -5500,16 +5563,16 @@ basename ();
5500} 5563}
5501_ACEOF 5564_ACEOF
5502rm -f conftest.$ac_objext conftest$ac_exeext 5565rm -f conftest.$ac_objext conftest$ac_exeext
5503if { (eval echo "$as_me:5503: \"$ac_link\"") >&5 5566if { (eval echo "$as_me:5566: \"$ac_link\"") >&5
5504 (eval $ac_link) 2>&5 5567 (eval $ac_link) 2>&5
5505 ac_status=$? 5568 ac_status=$?
5506 echo "$as_me:5506: \$? = $ac_status" >&5 5569 echo "$as_me:5569: \$? = $ac_status" >&5
5507 (exit $ac_status); } && 5570 (exit $ac_status); } &&
5508 { ac_try='test -s conftest$ac_exeext' 5571 { ac_try='test -s conftest$ac_exeext'
5509 { (eval echo "$as_me:5509: \"$ac_try\"") >&5 5572 { (eval echo "$as_me:5572: \"$ac_try\"") >&5
5510 (eval $ac_try) 2>&5 5573 (eval $ac_try) 2>&5
5511 ac_status=$? 5574 ac_status=$?
5512 echo "$as_me:5512: \$? = $ac_status" >&5 5575 echo "$as_me:5575: \$? = $ac_status" >&5
5513 (exit $ac_status); }; }; then 5576 (exit $ac_status); }; }; then
5514 ac_cv_search_basename="-l$ac_lib" 5577 ac_cv_search_basename="-l$ac_lib"
5515break 5578break
@@ -5522,7 +5585,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5522fi 5585fi
5523LIBS=$ac_func_search_save_LIBS 5586LIBS=$ac_func_search_save_LIBS
5524fi 5587fi
5525echo "$as_me:5525: result: $ac_cv_search_basename" >&5 5588echo "$as_me:5588: result: $ac_cv_search_basename" >&5
5526echo "${ECHO_T}$ac_cv_search_basename" >&6 5589echo "${ECHO_T}$ac_cv_search_basename" >&6
5527if test "$ac_cv_search_basename" != no; then 5590if test "$ac_cv_search_basename" != no; then
5528 test "$ac_cv_search_basename" = "none required" || LIBS="$ac_cv_search_basename $LIBS" 5591 test "$ac_cv_search_basename" = "none required" || LIBS="$ac_cv_search_basename $LIBS"
@@ -5550,7 +5613,7 @@ if test "${with_zlib+set}" = set; then
5550 withval="$with_zlib" 5613 withval="$with_zlib"
5551 5614
5552 if test "x$withval" = "xno" ; then 5615 if test "x$withval" = "xno" ; then
5553 { { echo "$as_me:5553: error: *** zlib is required ***" >&5 5616 { { echo "$as_me:5616: error: *** zlib is required ***" >&5
5554echo "$as_me: error: *** zlib is required ***" >&2;} 5617echo "$as_me: error: *** zlib is required ***" >&2;}
5555 { (exit 1); exit 1; }; } 5618 { (exit 1); exit 1; }; }
5556 fi 5619 fi
@@ -5575,7 +5638,7 @@ echo "$as_me: error: *** zlib is required ***" >&2;}
5575 5638
5576fi; 5639fi;
5577 5640
5578echo "$as_me:5578: checking for deflate in -lz" >&5 5641echo "$as_me:5641: checking for deflate in -lz" >&5
5579echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6 5642echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
5580if test "${ac_cv_lib_z_deflate+set}" = set; then 5643if test "${ac_cv_lib_z_deflate+set}" = set; then
5581 echo $ECHO_N "(cached) $ECHO_C" >&6 5644 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5583,7 +5646,7 @@ else
5583 ac_check_lib_save_LIBS=$LIBS 5646 ac_check_lib_save_LIBS=$LIBS
5584LIBS="-lz $LIBS" 5647LIBS="-lz $LIBS"
5585cat >conftest.$ac_ext <<_ACEOF 5648cat >conftest.$ac_ext <<_ACEOF
5586#line 5586 "configure" 5649#line 5649 "configure"
5587#include "confdefs.h" 5650#include "confdefs.h"
5588 5651
5589/* Override any gcc2 internal prototype to avoid an error. */ 5652/* Override any gcc2 internal prototype to avoid an error. */
@@ -5602,16 +5665,16 @@ deflate ();
5602} 5665}
5603_ACEOF 5666_ACEOF
5604rm -f conftest.$ac_objext conftest$ac_exeext 5667rm -f conftest.$ac_objext conftest$ac_exeext
5605if { (eval echo "$as_me:5605: \"$ac_link\"") >&5 5668if { (eval echo "$as_me:5668: \"$ac_link\"") >&5
5606 (eval $ac_link) 2>&5 5669 (eval $ac_link) 2>&5
5607 ac_status=$? 5670 ac_status=$?
5608 echo "$as_me:5608: \$? = $ac_status" >&5 5671 echo "$as_me:5671: \$? = $ac_status" >&5
5609 (exit $ac_status); } && 5672 (exit $ac_status); } &&
5610 { ac_try='test -s conftest$ac_exeext' 5673 { ac_try='test -s conftest$ac_exeext'
5611 { (eval echo "$as_me:5611: \"$ac_try\"") >&5 5674 { (eval echo "$as_me:5674: \"$ac_try\"") >&5
5612 (eval $ac_try) 2>&5 5675 (eval $ac_try) 2>&5
5613 ac_status=$? 5676 ac_status=$?
5614 echo "$as_me:5614: \$? = $ac_status" >&5 5677 echo "$as_me:5677: \$? = $ac_status" >&5
5615 (exit $ac_status); }; }; then 5678 (exit $ac_status); }; }; then
5616 ac_cv_lib_z_deflate=yes 5679 ac_cv_lib_z_deflate=yes
5617else 5680else
@@ -5622,7 +5685,7 @@ fi
5622rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5685rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5623LIBS=$ac_check_lib_save_LIBS 5686LIBS=$ac_check_lib_save_LIBS
5624fi 5687fi
5625echo "$as_me:5625: result: $ac_cv_lib_z_deflate" >&5 5688echo "$as_me:5688: result: $ac_cv_lib_z_deflate" >&5
5626echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6 5689echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
5627if test $ac_cv_lib_z_deflate = yes; then 5690if test $ac_cv_lib_z_deflate = yes; then
5628 cat >>confdefs.h <<EOF 5691 cat >>confdefs.h <<EOF
@@ -5632,18 +5695,18 @@ EOF
5632 LIBS="-lz $LIBS" 5695 LIBS="-lz $LIBS"
5633 5696
5634else 5697else
5635 { { echo "$as_me:5635: error: *** zlib missing - please install first or check config.log ***" >&5 5698 { { echo "$as_me:5698: error: *** zlib missing - please install first or check config.log ***" >&5
5636echo "$as_me: error: *** zlib missing - please install first or check config.log ***" >&2;} 5699echo "$as_me: error: *** zlib missing - please install first or check config.log ***" >&2;}
5637 { (exit 1); exit 1; }; } 5700 { (exit 1); exit 1; }; }
5638fi 5701fi
5639 5702
5640echo "$as_me:5640: checking for strcasecmp" >&5 5703echo "$as_me:5703: checking for strcasecmp" >&5
5641echo $ECHO_N "checking for strcasecmp... $ECHO_C" >&6 5704echo $ECHO_N "checking for strcasecmp... $ECHO_C" >&6
5642if test "${ac_cv_func_strcasecmp+set}" = set; then 5705if test "${ac_cv_func_strcasecmp+set}" = set; then
5643 echo $ECHO_N "(cached) $ECHO_C" >&6 5706 echo $ECHO_N "(cached) $ECHO_C" >&6
5644else 5707else
5645 cat >conftest.$ac_ext <<_ACEOF 5708 cat >conftest.$ac_ext <<_ACEOF
5646#line 5646 "configure" 5709#line 5709 "configure"
5647#include "confdefs.h" 5710#include "confdefs.h"
5648/* System header to define __stub macros and hopefully few prototypes, 5711/* System header to define __stub macros and hopefully few prototypes,
5649 which can conflict with char strcasecmp (); below. */ 5712 which can conflict with char strcasecmp (); below. */
@@ -5674,16 +5737,16 @@ f = strcasecmp;
5674} 5737}
5675_ACEOF 5738_ACEOF
5676rm -f conftest.$ac_objext conftest$ac_exeext 5739rm -f conftest.$ac_objext conftest$ac_exeext
5677if { (eval echo "$as_me:5677: \"$ac_link\"") >&5 5740if { (eval echo "$as_me:5740: \"$ac_link\"") >&5
5678 (eval $ac_link) 2>&5 5741 (eval $ac_link) 2>&5
5679 ac_status=$? 5742 ac_status=$?
5680 echo "$as_me:5680: \$? = $ac_status" >&5 5743 echo "$as_me:5743: \$? = $ac_status" >&5
5681 (exit $ac_status); } && 5744 (exit $ac_status); } &&
5682 { ac_try='test -s conftest$ac_exeext' 5745 { ac_try='test -s conftest$ac_exeext'
5683 { (eval echo "$as_me:5683: \"$ac_try\"") >&5 5746 { (eval echo "$as_me:5746: \"$ac_try\"") >&5
5684 (eval $ac_try) 2>&5 5747 (eval $ac_try) 2>&5
5685 ac_status=$? 5748 ac_status=$?
5686 echo "$as_me:5686: \$? = $ac_status" >&5 5749 echo "$as_me:5749: \$? = $ac_status" >&5
5687 (exit $ac_status); }; }; then 5750 (exit $ac_status); }; }; then
5688 ac_cv_func_strcasecmp=yes 5751 ac_cv_func_strcasecmp=yes
5689else 5752else
@@ -5693,12 +5756,12 @@ ac_cv_func_strcasecmp=no
5693fi 5756fi
5694rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5757rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5695fi 5758fi
5696echo "$as_me:5696: result: $ac_cv_func_strcasecmp" >&5 5759echo "$as_me:5759: result: $ac_cv_func_strcasecmp" >&5
5697echo "${ECHO_T}$ac_cv_func_strcasecmp" >&6 5760echo "${ECHO_T}$ac_cv_func_strcasecmp" >&6
5698if test $ac_cv_func_strcasecmp = yes; then 5761if test $ac_cv_func_strcasecmp = yes; then
5699 : 5762 :
5700else 5763else
5701 echo "$as_me:5701: checking for strcasecmp in -lresolv" >&5 5764 echo "$as_me:5764: checking for strcasecmp in -lresolv" >&5
5702echo $ECHO_N "checking for strcasecmp in -lresolv... $ECHO_C" >&6 5765echo $ECHO_N "checking for strcasecmp in -lresolv... $ECHO_C" >&6
5703if test "${ac_cv_lib_resolv_strcasecmp+set}" = set; then 5766if test "${ac_cv_lib_resolv_strcasecmp+set}" = set; then
5704 echo $ECHO_N "(cached) $ECHO_C" >&6 5767 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5706,7 +5769,7 @@ else
5706 ac_check_lib_save_LIBS=$LIBS 5769 ac_check_lib_save_LIBS=$LIBS
5707LIBS="-lresolv $LIBS" 5770LIBS="-lresolv $LIBS"
5708cat >conftest.$ac_ext <<_ACEOF 5771cat >conftest.$ac_ext <<_ACEOF
5709#line 5709 "configure" 5772#line 5772 "configure"
5710#include "confdefs.h" 5773#include "confdefs.h"
5711 5774
5712/* Override any gcc2 internal prototype to avoid an error. */ 5775/* Override any gcc2 internal prototype to avoid an error. */
@@ -5725,16 +5788,16 @@ strcasecmp ();
5725} 5788}
5726_ACEOF 5789_ACEOF
5727rm -f conftest.$ac_objext conftest$ac_exeext 5790rm -f conftest.$ac_objext conftest$ac_exeext
5728if { (eval echo "$as_me:5728: \"$ac_link\"") >&5 5791if { (eval echo "$as_me:5791: \"$ac_link\"") >&5
5729 (eval $ac_link) 2>&5 5792 (eval $ac_link) 2>&5
5730 ac_status=$? 5793 ac_status=$?
5731 echo "$as_me:5731: \$? = $ac_status" >&5 5794 echo "$as_me:5794: \$? = $ac_status" >&5
5732 (exit $ac_status); } && 5795 (exit $ac_status); } &&
5733 { ac_try='test -s conftest$ac_exeext' 5796 { ac_try='test -s conftest$ac_exeext'
5734 { (eval echo "$as_me:5734: \"$ac_try\"") >&5 5797 { (eval echo "$as_me:5797: \"$ac_try\"") >&5
5735 (eval $ac_try) 2>&5 5798 (eval $ac_try) 2>&5
5736 ac_status=$? 5799 ac_status=$?
5737 echo "$as_me:5737: \$? = $ac_status" >&5 5800 echo "$as_me:5800: \$? = $ac_status" >&5
5738 (exit $ac_status); }; }; then 5801 (exit $ac_status); }; }; then
5739 ac_cv_lib_resolv_strcasecmp=yes 5802 ac_cv_lib_resolv_strcasecmp=yes
5740else 5803else
@@ -5745,7 +5808,7 @@ fi
5745rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5808rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5746LIBS=$ac_check_lib_save_LIBS 5809LIBS=$ac_check_lib_save_LIBS
5747fi 5810fi
5748echo "$as_me:5748: result: $ac_cv_lib_resolv_strcasecmp" >&5 5811echo "$as_me:5811: result: $ac_cv_lib_resolv_strcasecmp" >&5
5749echo "${ECHO_T}$ac_cv_lib_resolv_strcasecmp" >&6 5812echo "${ECHO_T}$ac_cv_lib_resolv_strcasecmp" >&6
5750if test $ac_cv_lib_resolv_strcasecmp = yes; then 5813if test $ac_cv_lib_resolv_strcasecmp = yes; then
5751 LIBS="$LIBS -lresolv" 5814 LIBS="$LIBS -lresolv"
@@ -5753,13 +5816,13 @@ fi
5753 5816
5754fi 5817fi
5755 5818
5756echo "$as_me:5756: checking for utimes" >&5 5819echo "$as_me:5819: checking for utimes" >&5
5757echo $ECHO_N "checking for utimes... $ECHO_C" >&6 5820echo $ECHO_N "checking for utimes... $ECHO_C" >&6
5758if test "${ac_cv_func_utimes+set}" = set; then 5821if test "${ac_cv_func_utimes+set}" = set; then
5759 echo $ECHO_N "(cached) $ECHO_C" >&6 5822 echo $ECHO_N "(cached) $ECHO_C" >&6
5760else 5823else
5761 cat >conftest.$ac_ext <<_ACEOF 5824 cat >conftest.$ac_ext <<_ACEOF
5762#line 5762 "configure" 5825#line 5825 "configure"
5763#include "confdefs.h" 5826#include "confdefs.h"
5764/* System header to define __stub macros and hopefully few prototypes, 5827/* System header to define __stub macros and hopefully few prototypes,
5765 which can conflict with char utimes (); below. */ 5828 which can conflict with char utimes (); below. */
@@ -5790,16 +5853,16 @@ f = utimes;
5790} 5853}
5791_ACEOF 5854_ACEOF
5792rm -f conftest.$ac_objext conftest$ac_exeext 5855rm -f conftest.$ac_objext conftest$ac_exeext
5793if { (eval echo "$as_me:5793: \"$ac_link\"") >&5 5856if { (eval echo "$as_me:5856: \"$ac_link\"") >&5
5794 (eval $ac_link) 2>&5 5857 (eval $ac_link) 2>&5
5795 ac_status=$? 5858 ac_status=$?
5796 echo "$as_me:5796: \$? = $ac_status" >&5 5859 echo "$as_me:5859: \$? = $ac_status" >&5
5797 (exit $ac_status); } && 5860 (exit $ac_status); } &&
5798 { ac_try='test -s conftest$ac_exeext' 5861 { ac_try='test -s conftest$ac_exeext'
5799 { (eval echo "$as_me:5799: \"$ac_try\"") >&5 5862 { (eval echo "$as_me:5862: \"$ac_try\"") >&5
5800 (eval $ac_try) 2>&5 5863 (eval $ac_try) 2>&5
5801 ac_status=$? 5864 ac_status=$?
5802 echo "$as_me:5802: \$? = $ac_status" >&5 5865 echo "$as_me:5865: \$? = $ac_status" >&5
5803 (exit $ac_status); }; }; then 5866 (exit $ac_status); }; }; then
5804 ac_cv_func_utimes=yes 5867 ac_cv_func_utimes=yes
5805else 5868else
@@ -5809,12 +5872,12 @@ ac_cv_func_utimes=no
5809fi 5872fi
5810rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5873rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5811fi 5874fi
5812echo "$as_me:5812: result: $ac_cv_func_utimes" >&5 5875echo "$as_me:5875: result: $ac_cv_func_utimes" >&5
5813echo "${ECHO_T}$ac_cv_func_utimes" >&6 5876echo "${ECHO_T}$ac_cv_func_utimes" >&6
5814if test $ac_cv_func_utimes = yes; then 5877if test $ac_cv_func_utimes = yes; then
5815 : 5878 :
5816else 5879else
5817 echo "$as_me:5817: checking for utimes in -lc89" >&5 5880 echo "$as_me:5880: checking for utimes in -lc89" >&5
5818echo $ECHO_N "checking for utimes in -lc89... $ECHO_C" >&6 5881echo $ECHO_N "checking for utimes in -lc89... $ECHO_C" >&6
5819if test "${ac_cv_lib_c89_utimes+set}" = set; then 5882if test "${ac_cv_lib_c89_utimes+set}" = set; then
5820 echo $ECHO_N "(cached) $ECHO_C" >&6 5883 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5822,7 +5885,7 @@ else
5822 ac_check_lib_save_LIBS=$LIBS 5885 ac_check_lib_save_LIBS=$LIBS
5823LIBS="-lc89 $LIBS" 5886LIBS="-lc89 $LIBS"
5824cat >conftest.$ac_ext <<_ACEOF 5887cat >conftest.$ac_ext <<_ACEOF
5825#line 5825 "configure" 5888#line 5888 "configure"
5826#include "confdefs.h" 5889#include "confdefs.h"
5827 5890
5828/* Override any gcc2 internal prototype to avoid an error. */ 5891/* Override any gcc2 internal prototype to avoid an error. */
@@ -5841,16 +5904,16 @@ utimes ();
5841} 5904}
5842_ACEOF 5905_ACEOF
5843rm -f conftest.$ac_objext conftest$ac_exeext 5906rm -f conftest.$ac_objext conftest$ac_exeext
5844if { (eval echo "$as_me:5844: \"$ac_link\"") >&5 5907if { (eval echo "$as_me:5907: \"$ac_link\"") >&5
5845 (eval $ac_link) 2>&5 5908 (eval $ac_link) 2>&5
5846 ac_status=$? 5909 ac_status=$?
5847 echo "$as_me:5847: \$? = $ac_status" >&5 5910 echo "$as_me:5910: \$? = $ac_status" >&5
5848 (exit $ac_status); } && 5911 (exit $ac_status); } &&
5849 { ac_try='test -s conftest$ac_exeext' 5912 { ac_try='test -s conftest$ac_exeext'
5850 { (eval echo "$as_me:5850: \"$ac_try\"") >&5 5913 { (eval echo "$as_me:5913: \"$ac_try\"") >&5
5851 (eval $ac_try) 2>&5 5914 (eval $ac_try) 2>&5
5852 ac_status=$? 5915 ac_status=$?
5853 echo "$as_me:5853: \$? = $ac_status" >&5 5916 echo "$as_me:5916: \$? = $ac_status" >&5
5854 (exit $ac_status); }; }; then 5917 (exit $ac_status); }; }; then
5855 ac_cv_lib_c89_utimes=yes 5918 ac_cv_lib_c89_utimes=yes
5856else 5919else
@@ -5861,7 +5924,7 @@ fi
5861rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5924rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5862LIBS=$ac_check_lib_save_LIBS 5925LIBS=$ac_check_lib_save_LIBS
5863fi 5926fi
5864echo "$as_me:5864: result: $ac_cv_lib_c89_utimes" >&5 5927echo "$as_me:5927: result: $ac_cv_lib_c89_utimes" >&5
5865echo "${ECHO_T}$ac_cv_lib_c89_utimes" >&6 5928echo "${ECHO_T}$ac_cv_lib_c89_utimes" >&6
5866if test $ac_cv_lib_c89_utimes = yes; then 5929if test $ac_cv_lib_c89_utimes = yes; then
5867 cat >>confdefs.h <<\EOF 5930 cat >>confdefs.h <<\EOF
@@ -5876,23 +5939,23 @@ fi
5876for ac_header in libutil.h 5939for ac_header in libutil.h
5877do 5940do
5878as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5941as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5879echo "$as_me:5879: checking for $ac_header" >&5 5942echo "$as_me:5942: checking for $ac_header" >&5
5880echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5943echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5881if eval "test \"\${$as_ac_Header+set}\" = set"; then 5944if eval "test \"\${$as_ac_Header+set}\" = set"; then
5882 echo $ECHO_N "(cached) $ECHO_C" >&6 5945 echo $ECHO_N "(cached) $ECHO_C" >&6
5883else 5946else
5884 cat >conftest.$ac_ext <<_ACEOF 5947 cat >conftest.$ac_ext <<_ACEOF
5885#line 5885 "configure" 5948#line 5948 "configure"
5886#include "confdefs.h" 5949#include "confdefs.h"
5887#include <$ac_header> 5950#include <$ac_header>
5888_ACEOF 5951_ACEOF
5889if { (eval echo "$as_me:5889: \"$ac_cpp conftest.$ac_ext\"") >&5 5952if { (eval echo "$as_me:5952: \"$ac_cpp conftest.$ac_ext\"") >&5
5890 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5953 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5891 ac_status=$? 5954 ac_status=$?
5892 egrep -v '^ *\+' conftest.er1 >conftest.err 5955 egrep -v '^ *\+' conftest.er1 >conftest.err
5893 rm -f conftest.er1 5956 rm -f conftest.er1
5894 cat conftest.err >&5 5957 cat conftest.err >&5
5895 echo "$as_me:5895: \$? = $ac_status" >&5 5958 echo "$as_me:5958: \$? = $ac_status" >&5
5896 (exit $ac_status); } >/dev/null; then 5959 (exit $ac_status); } >/dev/null; then
5897 if test -s conftest.err; then 5960 if test -s conftest.err; then
5898 ac_cpp_err=$ac_c_preproc_warn_flag 5961 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5911,7 +5974,7 @@ else
5911fi 5974fi
5912rm -f conftest.err conftest.$ac_ext 5975rm -f conftest.err conftest.$ac_ext
5913fi 5976fi
5914echo "$as_me:5914: result: `eval echo '${'$as_ac_Header'}'`" >&5 5977echo "$as_me:5977: result: `eval echo '${'$as_ac_Header'}'`" >&5
5915echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5978echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5916if test `eval echo '${'$as_ac_Header'}'` = yes; then 5979if test `eval echo '${'$as_ac_Header'}'` = yes; then
5917 cat >>confdefs.h <<EOF 5980 cat >>confdefs.h <<EOF
@@ -5921,7 +5984,7 @@ EOF
5921fi 5984fi
5922done 5985done
5923 5986
5924echo "$as_me:5924: checking for library containing login" >&5 5987echo "$as_me:5987: checking for library containing login" >&5
5925echo $ECHO_N "checking for library containing login... $ECHO_C" >&6 5988echo $ECHO_N "checking for library containing login... $ECHO_C" >&6
5926if test "${ac_cv_search_login+set}" = set; then 5989if test "${ac_cv_search_login+set}" = set; then
5927 echo $ECHO_N "(cached) $ECHO_C" >&6 5990 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5929,7 +5992,7 @@ else
5929 ac_func_search_save_LIBS=$LIBS 5992 ac_func_search_save_LIBS=$LIBS
5930ac_cv_search_login=no 5993ac_cv_search_login=no
5931cat >conftest.$ac_ext <<_ACEOF 5994cat >conftest.$ac_ext <<_ACEOF
5932#line 5932 "configure" 5995#line 5995 "configure"
5933#include "confdefs.h" 5996#include "confdefs.h"
5934 5997
5935/* Override any gcc2 internal prototype to avoid an error. */ 5998/* Override any gcc2 internal prototype to avoid an error. */
@@ -5948,16 +6011,16 @@ login ();
5948} 6011}
5949_ACEOF 6012_ACEOF
5950rm -f conftest.$ac_objext conftest$ac_exeext 6013rm -f conftest.$ac_objext conftest$ac_exeext
5951if { (eval echo "$as_me:5951: \"$ac_link\"") >&5 6014if { (eval echo "$as_me:6014: \"$ac_link\"") >&5
5952 (eval $ac_link) 2>&5 6015 (eval $ac_link) 2>&5
5953 ac_status=$? 6016 ac_status=$?
5954 echo "$as_me:5954: \$? = $ac_status" >&5 6017 echo "$as_me:6017: \$? = $ac_status" >&5
5955 (exit $ac_status); } && 6018 (exit $ac_status); } &&
5956 { ac_try='test -s conftest$ac_exeext' 6019 { ac_try='test -s conftest$ac_exeext'
5957 { (eval echo "$as_me:5957: \"$ac_try\"") >&5 6020 { (eval echo "$as_me:6020: \"$ac_try\"") >&5
5958 (eval $ac_try) 2>&5 6021 (eval $ac_try) 2>&5
5959 ac_status=$? 6022 ac_status=$?
5960 echo "$as_me:5960: \$? = $ac_status" >&5 6023 echo "$as_me:6023: \$? = $ac_status" >&5
5961 (exit $ac_status); }; }; then 6024 (exit $ac_status); }; }; then
5962 ac_cv_search_login="none required" 6025 ac_cv_search_login="none required"
5963else 6026else
@@ -5969,7 +6032,7 @@ if test "$ac_cv_search_login" = no; then
5969 for ac_lib in util bsd; do 6032 for ac_lib in util bsd; do
5970 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 6033 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
5971 cat >conftest.$ac_ext <<_ACEOF 6034 cat >conftest.$ac_ext <<_ACEOF
5972#line 5972 "configure" 6035#line 6035 "configure"
5973#include "confdefs.h" 6036#include "confdefs.h"
5974 6037
5975/* Override any gcc2 internal prototype to avoid an error. */ 6038/* Override any gcc2 internal prototype to avoid an error. */
@@ -5988,16 +6051,16 @@ login ();
5988} 6051}
5989_ACEOF 6052_ACEOF
5990rm -f conftest.$ac_objext conftest$ac_exeext 6053rm -f conftest.$ac_objext conftest$ac_exeext
5991if { (eval echo "$as_me:5991: \"$ac_link\"") >&5 6054if { (eval echo "$as_me:6054: \"$ac_link\"") >&5
5992 (eval $ac_link) 2>&5 6055 (eval $ac_link) 2>&5
5993 ac_status=$? 6056 ac_status=$?
5994 echo "$as_me:5994: \$? = $ac_status" >&5 6057 echo "$as_me:6057: \$? = $ac_status" >&5
5995 (exit $ac_status); } && 6058 (exit $ac_status); } &&
5996 { ac_try='test -s conftest$ac_exeext' 6059 { ac_try='test -s conftest$ac_exeext'
5997 { (eval echo "$as_me:5997: \"$ac_try\"") >&5 6060 { (eval echo "$as_me:6060: \"$ac_try\"") >&5
5998 (eval $ac_try) 2>&5 6061 (eval $ac_try) 2>&5
5999 ac_status=$? 6062 ac_status=$?
6000 echo "$as_me:6000: \$? = $ac_status" >&5 6063 echo "$as_me:6063: \$? = $ac_status" >&5
6001 (exit $ac_status); }; }; then 6064 (exit $ac_status); }; }; then
6002 ac_cv_search_login="-l$ac_lib" 6065 ac_cv_search_login="-l$ac_lib"
6003break 6066break
@@ -6010,7 +6073,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6010fi 6073fi
6011LIBS=$ac_func_search_save_LIBS 6074LIBS=$ac_func_search_save_LIBS
6012fi 6075fi
6013echo "$as_me:6013: result: $ac_cv_search_login" >&5 6076echo "$as_me:6076: result: $ac_cv_search_login" >&5
6014echo "${ECHO_T}$ac_cv_search_login" >&6 6077echo "${ECHO_T}$ac_cv_search_login" >&6
6015if test "$ac_cv_search_login" != no; then 6078if test "$ac_cv_search_login" != no; then
6016 test "$ac_cv_search_login" = "none required" || LIBS="$ac_cv_search_login $LIBS" 6079 test "$ac_cv_search_login" = "none required" || LIBS="$ac_cv_search_login $LIBS"
@@ -6023,13 +6086,13 @@ fi
6023for ac_func in logout updwtmp logwtmp 6086for ac_func in logout updwtmp logwtmp
6024do 6087do
6025as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6088as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6026echo "$as_me:6026: checking for $ac_func" >&5 6089echo "$as_me:6089: checking for $ac_func" >&5
6027echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6090echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6028if eval "test \"\${$as_ac_var+set}\" = set"; then 6091if eval "test \"\${$as_ac_var+set}\" = set"; then
6029 echo $ECHO_N "(cached) $ECHO_C" >&6 6092 echo $ECHO_N "(cached) $ECHO_C" >&6
6030else 6093else
6031 cat >conftest.$ac_ext <<_ACEOF 6094 cat >conftest.$ac_ext <<_ACEOF
6032#line 6032 "configure" 6095#line 6095 "configure"
6033#include "confdefs.h" 6096#include "confdefs.h"
6034/* System header to define __stub macros and hopefully few prototypes, 6097/* System header to define __stub macros and hopefully few prototypes,
6035 which can conflict with char $ac_func (); below. */ 6098 which can conflict with char $ac_func (); below. */
@@ -6060,16 +6123,16 @@ f = $ac_func;
6060} 6123}
6061_ACEOF 6124_ACEOF
6062rm -f conftest.$ac_objext conftest$ac_exeext 6125rm -f conftest.$ac_objext conftest$ac_exeext
6063if { (eval echo "$as_me:6063: \"$ac_link\"") >&5 6126if { (eval echo "$as_me:6126: \"$ac_link\"") >&5
6064 (eval $ac_link) 2>&5 6127 (eval $ac_link) 2>&5
6065 ac_status=$? 6128 ac_status=$?
6066 echo "$as_me:6066: \$? = $ac_status" >&5 6129 echo "$as_me:6129: \$? = $ac_status" >&5
6067 (exit $ac_status); } && 6130 (exit $ac_status); } &&
6068 { ac_try='test -s conftest$ac_exeext' 6131 { ac_try='test -s conftest$ac_exeext'
6069 { (eval echo "$as_me:6069: \"$ac_try\"") >&5 6132 { (eval echo "$as_me:6132: \"$ac_try\"") >&5
6070 (eval $ac_try) 2>&5 6133 (eval $ac_try) 2>&5
6071 ac_status=$? 6134 ac_status=$?
6072 echo "$as_me:6072: \$? = $ac_status" >&5 6135 echo "$as_me:6135: \$? = $ac_status" >&5
6073 (exit $ac_status); }; }; then 6136 (exit $ac_status); }; }; then
6074 eval "$as_ac_var=yes" 6137 eval "$as_ac_var=yes"
6075else 6138else
@@ -6079,7 +6142,7 @@ eval "$as_ac_var=no"
6079fi 6142fi
6080rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6143rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6081fi 6144fi
6082echo "$as_me:6082: result: `eval echo '${'$as_ac_var'}'`" >&5 6145echo "$as_me:6145: result: `eval echo '${'$as_ac_var'}'`" >&5
6083echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6146echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6084if test `eval echo '${'$as_ac_var'}'` = yes; then 6147if test `eval echo '${'$as_ac_var'}'` = yes; then
6085 cat >>confdefs.h <<EOF 6148 cat >>confdefs.h <<EOF
@@ -6092,13 +6155,13 @@ done
6092for ac_func in strftime 6155for ac_func in strftime
6093do 6156do
6094as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6157as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6095echo "$as_me:6095: checking for $ac_func" >&5 6158echo "$as_me:6158: checking for $ac_func" >&5
6096echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6159echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6097if eval "test \"\${$as_ac_var+set}\" = set"; then 6160if eval "test \"\${$as_ac_var+set}\" = set"; then
6098 echo $ECHO_N "(cached) $ECHO_C" >&6 6161 echo $ECHO_N "(cached) $ECHO_C" >&6
6099else 6162else
6100 cat >conftest.$ac_ext <<_ACEOF 6163 cat >conftest.$ac_ext <<_ACEOF
6101#line 6101 "configure" 6164#line 6164 "configure"
6102#include "confdefs.h" 6165#include "confdefs.h"
6103/* System header to define __stub macros and hopefully few prototypes, 6166/* System header to define __stub macros and hopefully few prototypes,
6104 which can conflict with char $ac_func (); below. */ 6167 which can conflict with char $ac_func (); below. */
@@ -6129,16 +6192,16 @@ f = $ac_func;
6129} 6192}
6130_ACEOF 6193_ACEOF
6131rm -f conftest.$ac_objext conftest$ac_exeext 6194rm -f conftest.$ac_objext conftest$ac_exeext
6132if { (eval echo "$as_me:6132: \"$ac_link\"") >&5 6195if { (eval echo "$as_me:6195: \"$ac_link\"") >&5
6133 (eval $ac_link) 2>&5 6196 (eval $ac_link) 2>&5
6134 ac_status=$? 6197 ac_status=$?
6135 echo "$as_me:6135: \$? = $ac_status" >&5 6198 echo "$as_me:6198: \$? = $ac_status" >&5
6136 (exit $ac_status); } && 6199 (exit $ac_status); } &&
6137 { ac_try='test -s conftest$ac_exeext' 6200 { ac_try='test -s conftest$ac_exeext'
6138 { (eval echo "$as_me:6138: \"$ac_try\"") >&5 6201 { (eval echo "$as_me:6201: \"$ac_try\"") >&5
6139 (eval $ac_try) 2>&5 6202 (eval $ac_try) 2>&5
6140 ac_status=$? 6203 ac_status=$?
6141 echo "$as_me:6141: \$? = $ac_status" >&5 6204 echo "$as_me:6204: \$? = $ac_status" >&5
6142 (exit $ac_status); }; }; then 6205 (exit $ac_status); }; }; then
6143 eval "$as_ac_var=yes" 6206 eval "$as_ac_var=yes"
6144else 6207else
@@ -6148,7 +6211,7 @@ eval "$as_ac_var=no"
6148fi 6211fi
6149rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6212rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6150fi 6213fi
6151echo "$as_me:6151: result: `eval echo '${'$as_ac_var'}'`" >&5 6214echo "$as_me:6214: result: `eval echo '${'$as_ac_var'}'`" >&5
6152echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6215echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6153if test `eval echo '${'$as_ac_var'}'` = yes; then 6216if test `eval echo '${'$as_ac_var'}'` = yes; then
6154 cat >>confdefs.h <<EOF 6217 cat >>confdefs.h <<EOF
@@ -6157,7 +6220,7 @@ EOF
6157 6220
6158else 6221else
6159 # strftime is in -lintl on SCO UNIX. 6222 # strftime is in -lintl on SCO UNIX.
6160echo "$as_me:6160: checking for strftime in -lintl" >&5 6223echo "$as_me:6223: checking for strftime in -lintl" >&5
6161echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6 6224echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6
6162if test "${ac_cv_lib_intl_strftime+set}" = set; then 6225if test "${ac_cv_lib_intl_strftime+set}" = set; then
6163 echo $ECHO_N "(cached) $ECHO_C" >&6 6226 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6165,7 +6228,7 @@ else
6165 ac_check_lib_save_LIBS=$LIBS 6228 ac_check_lib_save_LIBS=$LIBS
6166LIBS="-lintl $LIBS" 6229LIBS="-lintl $LIBS"
6167cat >conftest.$ac_ext <<_ACEOF 6230cat >conftest.$ac_ext <<_ACEOF
6168#line 6168 "configure" 6231#line 6231 "configure"
6169#include "confdefs.h" 6232#include "confdefs.h"
6170 6233
6171/* Override any gcc2 internal prototype to avoid an error. */ 6234/* Override any gcc2 internal prototype to avoid an error. */
@@ -6184,16 +6247,16 @@ strftime ();
6184} 6247}
6185_ACEOF 6248_ACEOF
6186rm -f conftest.$ac_objext conftest$ac_exeext 6249rm -f conftest.$ac_objext conftest$ac_exeext
6187if { (eval echo "$as_me:6187: \"$ac_link\"") >&5 6250if { (eval echo "$as_me:6250: \"$ac_link\"") >&5
6188 (eval $ac_link) 2>&5 6251 (eval $ac_link) 2>&5
6189 ac_status=$? 6252 ac_status=$?
6190 echo "$as_me:6190: \$? = $ac_status" >&5 6253 echo "$as_me:6253: \$? = $ac_status" >&5
6191 (exit $ac_status); } && 6254 (exit $ac_status); } &&
6192 { ac_try='test -s conftest$ac_exeext' 6255 { ac_try='test -s conftest$ac_exeext'
6193 { (eval echo "$as_me:6193: \"$ac_try\"") >&5 6256 { (eval echo "$as_me:6256: \"$ac_try\"") >&5
6194 (eval $ac_try) 2>&5 6257 (eval $ac_try) 2>&5
6195 ac_status=$? 6258 ac_status=$?
6196 echo "$as_me:6196: \$? = $ac_status" >&5 6259 echo "$as_me:6259: \$? = $ac_status" >&5
6197 (exit $ac_status); }; }; then 6260 (exit $ac_status); }; }; then
6198 ac_cv_lib_intl_strftime=yes 6261 ac_cv_lib_intl_strftime=yes
6199else 6262else
@@ -6204,7 +6267,7 @@ fi
6204rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6267rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6205LIBS=$ac_check_lib_save_LIBS 6268LIBS=$ac_check_lib_save_LIBS
6206fi 6269fi
6207echo "$as_me:6207: result: $ac_cv_lib_intl_strftime" >&5 6270echo "$as_me:6270: result: $ac_cv_lib_intl_strftime" >&5
6208echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6 6271echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6
6209if test $ac_cv_lib_intl_strftime = yes; then 6272if test $ac_cv_lib_intl_strftime = yes; then
6210 cat >>confdefs.h <<\EOF 6273 cat >>confdefs.h <<\EOF
@@ -6218,10 +6281,10 @@ fi
6218done 6281done
6219 6282
6220# Check for ALTDIRFUNC glob() extension 6283# Check for ALTDIRFUNC glob() extension
6221echo "$as_me:6221: checking for GLOB_ALTDIRFUNC support" >&5 6284echo "$as_me:6284: checking for GLOB_ALTDIRFUNC support" >&5
6222echo $ECHO_N "checking for GLOB_ALTDIRFUNC support... $ECHO_C" >&6 6285echo $ECHO_N "checking for GLOB_ALTDIRFUNC support... $ECHO_C" >&6
6223cat >conftest.$ac_ext <<_ACEOF 6286cat >conftest.$ac_ext <<_ACEOF
6224#line 6224 "configure" 6287#line 6287 "configure"
6225#include "confdefs.h" 6288#include "confdefs.h"
6226 6289
6227 #include <glob.h> 6290 #include <glob.h>
@@ -6237,22 +6300,22 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6237#define GLOB_HAS_ALTDIRFUNC 1 6300#define GLOB_HAS_ALTDIRFUNC 1
6238EOF 6301EOF
6239 6302
6240 echo "$as_me:6240: result: yes" >&5 6303 echo "$as_me:6303: result: yes" >&5
6241echo "${ECHO_T}yes" >&6 6304echo "${ECHO_T}yes" >&6
6242 6305
6243else 6306else
6244 6307
6245 echo "$as_me:6245: result: no" >&5 6308 echo "$as_me:6308: result: no" >&5
6246echo "${ECHO_T}no" >&6 6309echo "${ECHO_T}no" >&6
6247 6310
6248fi 6311fi
6249rm -f conftest* 6312rm -f conftest*
6250 6313
6251# Check for g.gl_matchc glob() extension 6314# Check for g.gl_matchc glob() extension
6252echo "$as_me:6252: checking for gl_matchc field in glob_t" >&5 6315echo "$as_me:6315: checking for gl_matchc field in glob_t" >&5
6253echo $ECHO_N "checking for gl_matchc field in glob_t... $ECHO_C" >&6 6316echo $ECHO_N "checking for gl_matchc field in glob_t... $ECHO_C" >&6
6254cat >conftest.$ac_ext <<_ACEOF 6317cat >conftest.$ac_ext <<_ACEOF
6255#line 6255 "configure" 6318#line 6318 "configure"
6256#include "confdefs.h" 6319#include "confdefs.h"
6257 6320
6258 #include <glob.h> 6321 #include <glob.h>
@@ -6266,26 +6329,26 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6266#define GLOB_HAS_GL_MATCHC 1 6329#define GLOB_HAS_GL_MATCHC 1
6267EOF 6330EOF
6268 6331
6269 echo "$as_me:6269: result: yes" >&5 6332 echo "$as_me:6332: result: yes" >&5
6270echo "${ECHO_T}yes" >&6 6333echo "${ECHO_T}yes" >&6
6271 6334
6272else 6335else
6273 6336
6274 echo "$as_me:6274: result: no" >&5 6337 echo "$as_me:6337: result: no" >&5
6275echo "${ECHO_T}no" >&6 6338echo "${ECHO_T}no" >&6
6276 6339
6277fi 6340fi
6278rm -f conftest* 6341rm -f conftest*
6279 6342
6280echo "$as_me:6280: checking whether struct dirent allocates space for d_name" >&5 6343echo "$as_me:6343: checking whether struct dirent allocates space for d_name" >&5
6281echo $ECHO_N "checking whether struct dirent allocates space for d_name... $ECHO_C" >&6 6344echo $ECHO_N "checking whether struct dirent allocates space for d_name... $ECHO_C" >&6
6282if test "$cross_compiling" = yes; then 6345if test "$cross_compiling" = yes; then
6283 { { echo "$as_me:6283: error: cannot run test program while cross compiling" >&5 6346 { { echo "$as_me:6346: error: cannot run test program while cross compiling" >&5
6284echo "$as_me: error: cannot run test program while cross compiling" >&2;} 6347echo "$as_me: error: cannot run test program while cross compiling" >&2;}
6285 { (exit 1); exit 1; }; } 6348 { (exit 1); exit 1; }; }
6286else 6349else
6287 cat >conftest.$ac_ext <<_ACEOF 6350 cat >conftest.$ac_ext <<_ACEOF
6288#line 6288 "configure" 6351#line 6351 "configure"
6289#include "confdefs.h" 6352#include "confdefs.h"
6290 6353
6291#include <sys/types.h> 6354#include <sys/types.h>
@@ -6294,24 +6357,24 @@ int main(void){struct dirent d;exit(sizeof(d.d_name)<=sizeof(char));}
6294 6357
6295_ACEOF 6358_ACEOF
6296rm -f conftest$ac_exeext 6359rm -f conftest$ac_exeext
6297if { (eval echo "$as_me:6297: \"$ac_link\"") >&5 6360if { (eval echo "$as_me:6360: \"$ac_link\"") >&5
6298 (eval $ac_link) 2>&5 6361 (eval $ac_link) 2>&5
6299 ac_status=$? 6362 ac_status=$?
6300 echo "$as_me:6300: \$? = $ac_status" >&5 6363 echo "$as_me:6363: \$? = $ac_status" >&5
6301 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6364 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6302 { (eval echo "$as_me:6302: \"$ac_try\"") >&5 6365 { (eval echo "$as_me:6365: \"$ac_try\"") >&5
6303 (eval $ac_try) 2>&5 6366 (eval $ac_try) 2>&5
6304 ac_status=$? 6367 ac_status=$?
6305 echo "$as_me:6305: \$? = $ac_status" >&5 6368 echo "$as_me:6368: \$? = $ac_status" >&5
6306 (exit $ac_status); }; }; then 6369 (exit $ac_status); }; }; then
6307 echo "$as_me:6307: result: yes" >&5 6370 echo "$as_me:6370: result: yes" >&5
6308echo "${ECHO_T}yes" >&6 6371echo "${ECHO_T}yes" >&6
6309else 6372else
6310 echo "$as_me: program exited with status $ac_status" >&5 6373 echo "$as_me: program exited with status $ac_status" >&5
6311echo "$as_me: failed program was:" >&5 6374echo "$as_me: failed program was:" >&5
6312cat conftest.$ac_ext >&5 6375cat conftest.$ac_ext >&5
6313 6376
6314 echo "$as_me:6314: result: no" >&5 6377 echo "$as_me:6377: result: no" >&5
6315echo "${ECHO_T}no" >&6 6378echo "${ECHO_T}no" >&6
6316 cat >>confdefs.h <<\EOF 6379 cat >>confdefs.h <<\EOF
6317#define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 6380#define BROKEN_ONE_BYTE_DIRENT_D_NAME 1
@@ -6342,15 +6405,15 @@ EOF
6342 LIBS="-lskey $LIBS" 6405 LIBS="-lskey $LIBS"
6343 SKEY_MSG="yes" 6406 SKEY_MSG="yes"
6344 6407
6345 echo "$as_me:6345: checking for s/key support" >&5 6408 echo "$as_me:6408: checking for s/key support" >&5
6346echo $ECHO_N "checking for s/key support... $ECHO_C" >&6 6409echo $ECHO_N "checking for s/key support... $ECHO_C" >&6
6347 if test "$cross_compiling" = yes; then 6410 if test "$cross_compiling" = yes; then
6348 { { echo "$as_me:6348: error: cannot run test program while cross compiling" >&5 6411 { { echo "$as_me:6411: error: cannot run test program while cross compiling" >&5
6349echo "$as_me: error: cannot run test program while cross compiling" >&2;} 6412echo "$as_me: error: cannot run test program while cross compiling" >&2;}
6350 { (exit 1); exit 1; }; } 6413 { (exit 1); exit 1; }; }
6351else 6414else
6352 cat >conftest.$ac_ext <<_ACEOF 6415 cat >conftest.$ac_ext <<_ACEOF
6353#line 6353 "configure" 6416#line 6416 "configure"
6354#include "confdefs.h" 6417#include "confdefs.h"
6355 6418
6356#include <stdio.h> 6419#include <stdio.h>
@@ -6359,26 +6422,26 @@ int main() { char *ff = skey_keyinfo(""); ff=""; exit(0); }
6359 6422
6360_ACEOF 6423_ACEOF
6361rm -f conftest$ac_exeext 6424rm -f conftest$ac_exeext
6362if { (eval echo "$as_me:6362: \"$ac_link\"") >&5 6425if { (eval echo "$as_me:6425: \"$ac_link\"") >&5
6363 (eval $ac_link) 2>&5 6426 (eval $ac_link) 2>&5
6364 ac_status=$? 6427 ac_status=$?
6365 echo "$as_me:6365: \$? = $ac_status" >&5 6428 echo "$as_me:6428: \$? = $ac_status" >&5
6366 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6429 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6367 { (eval echo "$as_me:6367: \"$ac_try\"") >&5 6430 { (eval echo "$as_me:6430: \"$ac_try\"") >&5
6368 (eval $ac_try) 2>&5 6431 (eval $ac_try) 2>&5
6369 ac_status=$? 6432 ac_status=$?
6370 echo "$as_me:6370: \$? = $ac_status" >&5 6433 echo "$as_me:6433: \$? = $ac_status" >&5
6371 (exit $ac_status); }; }; then 6434 (exit $ac_status); }; }; then
6372 echo "$as_me:6372: result: yes" >&5 6435 echo "$as_me:6435: result: yes" >&5
6373echo "${ECHO_T}yes" >&6 6436echo "${ECHO_T}yes" >&6
6374else 6437else
6375 echo "$as_me: program exited with status $ac_status" >&5 6438 echo "$as_me: program exited with status $ac_status" >&5
6376echo "$as_me: failed program was:" >&5 6439echo "$as_me: failed program was:" >&5
6377cat conftest.$ac_ext >&5 6440cat conftest.$ac_ext >&5
6378 6441
6379 echo "$as_me:6379: result: no" >&5 6442 echo "$as_me:6442: result: no" >&5
6380echo "${ECHO_T}no" >&6 6443echo "${ECHO_T}no" >&6
6381 { { echo "$as_me:6381: error: ** Incomplete or missing s/key libraries." >&5 6444 { { echo "$as_me:6444: error: ** Incomplete or missing s/key libraries." >&5
6382echo "$as_me: error: ** Incomplete or missing s/key libraries." >&2;} 6445echo "$as_me: error: ** Incomplete or missing s/key libraries." >&2;}
6383 { (exit 1); exit 1; }; } 6446 { (exit 1); exit 1; }; }
6384 6447
@@ -6422,10 +6485,10 @@ if test "${with_tcp_wrappers+set}" = set; then
6422 fi 6485 fi
6423 LIBWRAP="-lwrap" 6486 LIBWRAP="-lwrap"
6424 LIBS="$LIBWRAP $LIBS" 6487 LIBS="$LIBWRAP $LIBS"
6425 echo "$as_me:6425: checking for libwrap" >&5 6488 echo "$as_me:6488: checking for libwrap" >&5
6426echo $ECHO_N "checking for libwrap... $ECHO_C" >&6 6489echo $ECHO_N "checking for libwrap... $ECHO_C" >&6
6427 cat >conftest.$ac_ext <<_ACEOF 6490 cat >conftest.$ac_ext <<_ACEOF
6428#line 6428 "configure" 6491#line 6491 "configure"
6429#include "confdefs.h" 6492#include "confdefs.h"
6430 6493
6431#include <tcpd.h> 6494#include <tcpd.h>
@@ -6440,19 +6503,19 @@ hosts_access(0);
6440} 6503}
6441_ACEOF 6504_ACEOF
6442rm -f conftest.$ac_objext conftest$ac_exeext 6505rm -f conftest.$ac_objext conftest$ac_exeext
6443if { (eval echo "$as_me:6443: \"$ac_link\"") >&5 6506if { (eval echo "$as_me:6506: \"$ac_link\"") >&5
6444 (eval $ac_link) 2>&5 6507 (eval $ac_link) 2>&5
6445 ac_status=$? 6508 ac_status=$?
6446 echo "$as_me:6446: \$? = $ac_status" >&5 6509 echo "$as_me:6509: \$? = $ac_status" >&5
6447 (exit $ac_status); } && 6510 (exit $ac_status); } &&
6448 { ac_try='test -s conftest$ac_exeext' 6511 { ac_try='test -s conftest$ac_exeext'
6449 { (eval echo "$as_me:6449: \"$ac_try\"") >&5 6512 { (eval echo "$as_me:6512: \"$ac_try\"") >&5
6450 (eval $ac_try) 2>&5 6513 (eval $ac_try) 2>&5
6451 ac_status=$? 6514 ac_status=$?
6452 echo "$as_me:6452: \$? = $ac_status" >&5 6515 echo "$as_me:6515: \$? = $ac_status" >&5
6453 (exit $ac_status); }; }; then 6516 (exit $ac_status); }; }; then
6454 6517
6455 echo "$as_me:6455: result: yes" >&5 6518 echo "$as_me:6518: result: yes" >&5
6456echo "${ECHO_T}yes" >&6 6519echo "${ECHO_T}yes" >&6
6457 cat >>confdefs.h <<\EOF 6520 cat >>confdefs.h <<\EOF
6458#define LIBWRAP 1 6521#define LIBWRAP 1
@@ -6464,7 +6527,7 @@ else
6464 echo "$as_me: failed program was:" >&5 6527 echo "$as_me: failed program was:" >&5
6465cat conftest.$ac_ext >&5 6528cat conftest.$ac_ext >&5
6466 6529
6467 { { echo "$as_me:6467: error: *** libwrap missing" >&5 6530 { { echo "$as_me:6530: error: *** libwrap missing" >&5
6468echo "$as_me: error: *** libwrap missing" >&2;} 6531echo "$as_me: error: *** libwrap missing" >&2;}
6469 { (exit 1); exit 1; }; } 6532 { (exit 1); exit 1; }; }
6470 6533
@@ -6478,7 +6541,7 @@ fi;
6478for ac_func in \ 6541for ac_func in \
6479 arc4random __b64_ntop b64_ntop __b64_pton b64_pton basename \ 6542 arc4random __b64_ntop b64_ntop __b64_pton b64_pton basename \
6480 bcopy bindresvport_sa clock fchmod fchown freeaddrinfo futimes \ 6543 bcopy bindresvport_sa clock fchmod fchown freeaddrinfo futimes \
6481 gai_strerror getaddrinfo getcwd getgrouplist getnameinfo getopt \ 6544 getaddrinfo getcwd getgrouplist getnameinfo getopt \
6482 getpeereid _getpty getrlimit getttyent glob inet_aton \ 6545 getpeereid _getpty getrlimit getttyent glob inet_aton \
6483 inet_ntoa inet_ntop innetgr login_getcapbool md5_crypt memmove \ 6546 inet_ntoa inet_ntop innetgr login_getcapbool md5_crypt memmove \
6484 mkdtemp mmap ngetaddrinfo nsleep ogetaddrinfo openlog_r openpty \ 6547 mkdtemp mmap ngetaddrinfo nsleep ogetaddrinfo openlog_r openpty \
@@ -6491,13 +6554,84 @@ for ac_func in \
6491 6554
6492do 6555do
6493as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6556as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6494echo "$as_me:6494: checking for $ac_func" >&5 6557echo "$as_me:6557: checking for $ac_func" >&5
6558echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6559if eval "test \"\${$as_ac_var+set}\" = set"; then
6560 echo $ECHO_N "(cached) $ECHO_C" >&6
6561else
6562 cat >conftest.$ac_ext <<_ACEOF
6563#line 6563 "configure"
6564#include "confdefs.h"
6565/* System header to define __stub macros and hopefully few prototypes,
6566 which can conflict with char $ac_func (); below. */
6567#include <assert.h>
6568/* Override any gcc2 internal prototype to avoid an error. */
6569#ifdef __cplusplus
6570extern "C"
6571#endif
6572/* We use char because int might match the return type of a gcc2
6573 builtin and then its argument prototype would still apply. */
6574char $ac_func ();
6575char (*f) ();
6576
6577int
6578main ()
6579{
6580/* The GNU C library defines this for functions which it implements
6581 to always fail with ENOSYS. Some functions are actually named
6582 something starting with __ and the normal name is an alias. */
6583#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6584choke me
6585#else
6586f = $ac_func;
6587#endif
6588
6589 ;
6590 return 0;
6591}
6592_ACEOF
6593rm -f conftest.$ac_objext conftest$ac_exeext
6594if { (eval echo "$as_me:6594: \"$ac_link\"") >&5
6595 (eval $ac_link) 2>&5
6596 ac_status=$?
6597 echo "$as_me:6597: \$? = $ac_status" >&5
6598 (exit $ac_status); } &&
6599 { ac_try='test -s conftest$ac_exeext'
6600 { (eval echo "$as_me:6600: \"$ac_try\"") >&5
6601 (eval $ac_try) 2>&5
6602 ac_status=$?
6603 echo "$as_me:6603: \$? = $ac_status" >&5
6604 (exit $ac_status); }; }; then
6605 eval "$as_ac_var=yes"
6606else
6607 echo "$as_me: failed program was:" >&5
6608cat conftest.$ac_ext >&5
6609eval "$as_ac_var=no"
6610fi
6611rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6612fi
6613echo "$as_me:6613: result: `eval echo '${'$as_ac_var'}'`" >&5
6614echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6615if test `eval echo '${'$as_ac_var'}'` = yes; then
6616 cat >>confdefs.h <<EOF
6617#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6618EOF
6619
6620fi
6621done
6622
6623# IRIX has a const char return value for gai_strerror()
6624
6625for ac_func in gai_strerror
6626do
6627as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6628echo "$as_me:6628: checking for $ac_func" >&5
6495echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6629echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6496if eval "test \"\${$as_ac_var+set}\" = set"; then 6630if eval "test \"\${$as_ac_var+set}\" = set"; then
6497 echo $ECHO_N "(cached) $ECHO_C" >&6 6631 echo $ECHO_N "(cached) $ECHO_C" >&6
6498else 6632else
6499 cat >conftest.$ac_ext <<_ACEOF 6633 cat >conftest.$ac_ext <<_ACEOF
6500#line 6500 "configure" 6634#line 6634 "configure"
6501#include "confdefs.h" 6635#include "confdefs.h"
6502/* System header to define __stub macros and hopefully few prototypes, 6636/* System header to define __stub macros and hopefully few prototypes,
6503 which can conflict with char $ac_func (); below. */ 6637 which can conflict with char $ac_func (); below. */
@@ -6528,16 +6662,16 @@ f = $ac_func;
6528} 6662}
6529_ACEOF 6663_ACEOF
6530rm -f conftest.$ac_objext conftest$ac_exeext 6664rm -f conftest.$ac_objext conftest$ac_exeext
6531if { (eval echo "$as_me:6531: \"$ac_link\"") >&5 6665if { (eval echo "$as_me:6665: \"$ac_link\"") >&5
6532 (eval $ac_link) 2>&5 6666 (eval $ac_link) 2>&5
6533 ac_status=$? 6667 ac_status=$?
6534 echo "$as_me:6534: \$? = $ac_status" >&5 6668 echo "$as_me:6668: \$? = $ac_status" >&5
6535 (exit $ac_status); } && 6669 (exit $ac_status); } &&
6536 { ac_try='test -s conftest$ac_exeext' 6670 { ac_try='test -s conftest$ac_exeext'
6537 { (eval echo "$as_me:6537: \"$ac_try\"") >&5 6671 { (eval echo "$as_me:6671: \"$ac_try\"") >&5
6538 (eval $ac_try) 2>&5 6672 (eval $ac_try) 2>&5
6539 ac_status=$? 6673 ac_status=$?
6540 echo "$as_me:6540: \$? = $ac_status" >&5 6674 echo "$as_me:6674: \$? = $ac_status" >&5
6541 (exit $ac_status); }; }; then 6675 (exit $ac_status); }; }; then
6542 eval "$as_ac_var=yes" 6676 eval "$as_ac_var=yes"
6543else 6677else
@@ -6547,17 +6681,63 @@ eval "$as_ac_var=no"
6547fi 6681fi
6548rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6682rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6549fi 6683fi
6550echo "$as_me:6550: result: `eval echo '${'$as_ac_var'}'`" >&5 6684echo "$as_me:6684: result: `eval echo '${'$as_ac_var'}'`" >&5
6551echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6685echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6552if test `eval echo '${'$as_ac_var'}'` = yes; then 6686if test `eval echo '${'$as_ac_var'}'` = yes; then
6553 cat >>confdefs.h <<EOF 6687 cat >>confdefs.h <<EOF
6554#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 6688#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6555EOF 6689EOF
6556 6690
6691 cat >>confdefs.h <<\EOF
6692#define HAVE_GAI_STRERROR 1
6693EOF
6694
6695 cat >conftest.$ac_ext <<_ACEOF
6696#line 6696 "configure"
6697#include "confdefs.h"
6698
6699#include <sys/types.h>
6700#include <sys/socket.h>
6701#include <netdb.h>
6702
6703const char *gai_strerror(int);
6704int
6705main ()
6706{
6707
6708char *str;
6709
6710str = gai_strerror(0);
6711 ;
6712 return 0;
6713}
6714_ACEOF
6715rm -f conftest.$ac_objext
6716if { (eval echo "$as_me:6716: \"$ac_compile\"") >&5
6717 (eval $ac_compile) 2>&5
6718 ac_status=$?
6719 echo "$as_me:6719: \$? = $ac_status" >&5
6720 (exit $ac_status); } &&
6721 { ac_try='test -s conftest.$ac_objext'
6722 { (eval echo "$as_me:6722: \"$ac_try\"") >&5
6723 (eval $ac_try) 2>&5
6724 ac_status=$?
6725 echo "$as_me:6725: \$? = $ac_status" >&5
6726 (exit $ac_status); }; }; then
6727
6728cat >>confdefs.h <<\EOF
6729#define HAVE_CONST_GAI_STRERROR_PROTO 1
6730EOF
6731
6732else
6733 echo "$as_me: failed program was:" >&5
6734cat conftest.$ac_ext >&5
6735fi
6736rm -f conftest.$ac_objext conftest.$ac_ext
6557fi 6737fi
6558done 6738done
6559 6739
6560echo "$as_me:6560: checking for library containing nanosleep" >&5 6740echo "$as_me:6740: checking for library containing nanosleep" >&5
6561echo $ECHO_N "checking for library containing nanosleep... $ECHO_C" >&6 6741echo $ECHO_N "checking for library containing nanosleep... $ECHO_C" >&6
6562if test "${ac_cv_search_nanosleep+set}" = set; then 6742if test "${ac_cv_search_nanosleep+set}" = set; then
6563 echo $ECHO_N "(cached) $ECHO_C" >&6 6743 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6565,7 +6745,7 @@ else
6565 ac_func_search_save_LIBS=$LIBS 6745 ac_func_search_save_LIBS=$LIBS
6566ac_cv_search_nanosleep=no 6746ac_cv_search_nanosleep=no
6567cat >conftest.$ac_ext <<_ACEOF 6747cat >conftest.$ac_ext <<_ACEOF
6568#line 6568 "configure" 6748#line 6748 "configure"
6569#include "confdefs.h" 6749#include "confdefs.h"
6570 6750
6571/* Override any gcc2 internal prototype to avoid an error. */ 6751/* Override any gcc2 internal prototype to avoid an error. */
@@ -6584,16 +6764,16 @@ nanosleep ();
6584} 6764}
6585_ACEOF 6765_ACEOF
6586rm -f conftest.$ac_objext conftest$ac_exeext 6766rm -f conftest.$ac_objext conftest$ac_exeext
6587if { (eval echo "$as_me:6587: \"$ac_link\"") >&5 6767if { (eval echo "$as_me:6767: \"$ac_link\"") >&5
6588 (eval $ac_link) 2>&5 6768 (eval $ac_link) 2>&5
6589 ac_status=$? 6769 ac_status=$?
6590 echo "$as_me:6590: \$? = $ac_status" >&5 6770 echo "$as_me:6770: \$? = $ac_status" >&5
6591 (exit $ac_status); } && 6771 (exit $ac_status); } &&
6592 { ac_try='test -s conftest$ac_exeext' 6772 { ac_try='test -s conftest$ac_exeext'
6593 { (eval echo "$as_me:6593: \"$ac_try\"") >&5 6773 { (eval echo "$as_me:6773: \"$ac_try\"") >&5
6594 (eval $ac_try) 2>&5 6774 (eval $ac_try) 2>&5
6595 ac_status=$? 6775 ac_status=$?
6596 echo "$as_me:6596: \$? = $ac_status" >&5 6776 echo "$as_me:6776: \$? = $ac_status" >&5
6597 (exit $ac_status); }; }; then 6777 (exit $ac_status); }; }; then
6598 ac_cv_search_nanosleep="none required" 6778 ac_cv_search_nanosleep="none required"
6599else 6779else
@@ -6605,7 +6785,7 @@ if test "$ac_cv_search_nanosleep" = no; then
6605 for ac_lib in rt posix4; do 6785 for ac_lib in rt posix4; do
6606 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 6786 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6607 cat >conftest.$ac_ext <<_ACEOF 6787 cat >conftest.$ac_ext <<_ACEOF
6608#line 6608 "configure" 6788#line 6788 "configure"
6609#include "confdefs.h" 6789#include "confdefs.h"
6610 6790
6611/* Override any gcc2 internal prototype to avoid an error. */ 6791/* Override any gcc2 internal prototype to avoid an error. */
@@ -6624,16 +6804,16 @@ nanosleep ();
6624} 6804}
6625_ACEOF 6805_ACEOF
6626rm -f conftest.$ac_objext conftest$ac_exeext 6806rm -f conftest.$ac_objext conftest$ac_exeext
6627if { (eval echo "$as_me:6627: \"$ac_link\"") >&5 6807if { (eval echo "$as_me:6807: \"$ac_link\"") >&5
6628 (eval $ac_link) 2>&5 6808 (eval $ac_link) 2>&5
6629 ac_status=$? 6809 ac_status=$?
6630 echo "$as_me:6630: \$? = $ac_status" >&5 6810 echo "$as_me:6810: \$? = $ac_status" >&5
6631 (exit $ac_status); } && 6811 (exit $ac_status); } &&
6632 { ac_try='test -s conftest$ac_exeext' 6812 { ac_try='test -s conftest$ac_exeext'
6633 { (eval echo "$as_me:6633: \"$ac_try\"") >&5 6813 { (eval echo "$as_me:6813: \"$ac_try\"") >&5
6634 (eval $ac_try) 2>&5 6814 (eval $ac_try) 2>&5
6635 ac_status=$? 6815 ac_status=$?
6636 echo "$as_me:6636: \$? = $ac_status" >&5 6816 echo "$as_me:6816: \$? = $ac_status" >&5
6637 (exit $ac_status); }; }; then 6817 (exit $ac_status); }; }; then
6638 ac_cv_search_nanosleep="-l$ac_lib" 6818 ac_cv_search_nanosleep="-l$ac_lib"
6639break 6819break
@@ -6646,7 +6826,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6646fi 6826fi
6647LIBS=$ac_func_search_save_LIBS 6827LIBS=$ac_func_search_save_LIBS
6648fi 6828fi
6649echo "$as_me:6649: result: $ac_cv_search_nanosleep" >&5 6829echo "$as_me:6829: result: $ac_cv_search_nanosleep" >&5
6650echo "${ECHO_T}$ac_cv_search_nanosleep" >&6 6830echo "${ECHO_T}$ac_cv_search_nanosleep" >&6
6651if test "$ac_cv_search_nanosleep" != no; then 6831if test "$ac_cv_search_nanosleep" != no; then
6652 test "$ac_cv_search_nanosleep" = "none required" || LIBS="$ac_cv_search_nanosleep $LIBS" 6832 test "$ac_cv_search_nanosleep" = "none required" || LIBS="$ac_cv_search_nanosleep $LIBS"
@@ -6656,13 +6836,13 @@ EOF
6656 6836
6657fi 6837fi
6658 6838
6659echo "$as_me:6659: checking for ANSI C header files" >&5 6839echo "$as_me:6839: checking for ANSI C header files" >&5
6660echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 6840echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6661if test "${ac_cv_header_stdc+set}" = set; then 6841if test "${ac_cv_header_stdc+set}" = set; then
6662 echo $ECHO_N "(cached) $ECHO_C" >&6 6842 echo $ECHO_N "(cached) $ECHO_C" >&6
6663else 6843else
6664 cat >conftest.$ac_ext <<_ACEOF 6844 cat >conftest.$ac_ext <<_ACEOF
6665#line 6665 "configure" 6845#line 6845 "configure"
6666#include "confdefs.h" 6846#include "confdefs.h"
6667#include <stdlib.h> 6847#include <stdlib.h>
6668#include <stdarg.h> 6848#include <stdarg.h>
@@ -6670,13 +6850,13 @@ else
6670#include <float.h> 6850#include <float.h>
6671 6851
6672_ACEOF 6852_ACEOF
6673if { (eval echo "$as_me:6673: \"$ac_cpp conftest.$ac_ext\"") >&5 6853if { (eval echo "$as_me:6853: \"$ac_cpp conftest.$ac_ext\"") >&5
6674 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6854 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6675 ac_status=$? 6855 ac_status=$?
6676 egrep -v '^ *\+' conftest.er1 >conftest.err 6856 egrep -v '^ *\+' conftest.er1 >conftest.err
6677 rm -f conftest.er1 6857 rm -f conftest.er1
6678 cat conftest.err >&5 6858 cat conftest.err >&5
6679 echo "$as_me:6679: \$? = $ac_status" >&5 6859 echo "$as_me:6859: \$? = $ac_status" >&5
6680 (exit $ac_status); } >/dev/null; then 6860 (exit $ac_status); } >/dev/null; then
6681 if test -s conftest.err; then 6861 if test -s conftest.err; then
6682 ac_cpp_err=$ac_c_preproc_warn_flag 6862 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6698,7 +6878,7 @@ rm -f conftest.err conftest.$ac_ext
6698if test $ac_cv_header_stdc = yes; then 6878if test $ac_cv_header_stdc = yes; then
6699 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 6879 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6700 cat >conftest.$ac_ext <<_ACEOF 6880 cat >conftest.$ac_ext <<_ACEOF
6701#line 6701 "configure" 6881#line 6881 "configure"
6702#include "confdefs.h" 6882#include "confdefs.h"
6703#include <string.h> 6883#include <string.h>
6704 6884
@@ -6716,7 +6896,7 @@ fi
6716if test $ac_cv_header_stdc = yes; then 6896if test $ac_cv_header_stdc = yes; then
6717 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 6897 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6718 cat >conftest.$ac_ext <<_ACEOF 6898 cat >conftest.$ac_ext <<_ACEOF
6719#line 6719 "configure" 6899#line 6899 "configure"
6720#include "confdefs.h" 6900#include "confdefs.h"
6721#include <stdlib.h> 6901#include <stdlib.h>
6722 6902
@@ -6737,7 +6917,7 @@ if test $ac_cv_header_stdc = yes; then
6737 : 6917 :
6738else 6918else
6739 cat >conftest.$ac_ext <<_ACEOF 6919 cat >conftest.$ac_ext <<_ACEOF
6740#line 6740 "configure" 6920#line 6920 "configure"
6741#include "confdefs.h" 6921#include "confdefs.h"
6742#include <ctype.h> 6922#include <ctype.h>
6743#if ((' ' & 0x0FF) == 0x020) 6923#if ((' ' & 0x0FF) == 0x020)
@@ -6763,15 +6943,15 @@ main ()
6763} 6943}
6764_ACEOF 6944_ACEOF
6765rm -f conftest$ac_exeext 6945rm -f conftest$ac_exeext
6766if { (eval echo "$as_me:6766: \"$ac_link\"") >&5 6946if { (eval echo "$as_me:6946: \"$ac_link\"") >&5
6767 (eval $ac_link) 2>&5 6947 (eval $ac_link) 2>&5
6768 ac_status=$? 6948 ac_status=$?
6769 echo "$as_me:6769: \$? = $ac_status" >&5 6949 echo "$as_me:6949: \$? = $ac_status" >&5
6770 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6950 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6771 { (eval echo "$as_me:6771: \"$ac_try\"") >&5 6951 { (eval echo "$as_me:6951: \"$ac_try\"") >&5
6772 (eval $ac_try) 2>&5 6952 (eval $ac_try) 2>&5
6773 ac_status=$? 6953 ac_status=$?
6774 echo "$as_me:6774: \$? = $ac_status" >&5 6954 echo "$as_me:6954: \$? = $ac_status" >&5
6775 (exit $ac_status); }; }; then 6955 (exit $ac_status); }; }; then
6776 : 6956 :
6777else 6957else
@@ -6784,7 +6964,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6784fi 6964fi
6785fi 6965fi
6786fi 6966fi
6787echo "$as_me:6787: result: $ac_cv_header_stdc" >&5 6967echo "$as_me:6967: result: $ac_cv_header_stdc" >&5
6788echo "${ECHO_T}$ac_cv_header_stdc" >&6 6968echo "${ECHO_T}$ac_cv_header_stdc" >&6
6789if test $ac_cv_header_stdc = yes; then 6969if test $ac_cv_header_stdc = yes; then
6790 6970
@@ -6800,28 +6980,28 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6800 inttypes.h stdint.h unistd.h 6980 inttypes.h stdint.h unistd.h
6801do 6981do
6802as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6982as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6803echo "$as_me:6803: checking for $ac_header" >&5 6983echo "$as_me:6983: checking for $ac_header" >&5
6804echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 6984echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6805if eval "test \"\${$as_ac_Header+set}\" = set"; then 6985if eval "test \"\${$as_ac_Header+set}\" = set"; then
6806 echo $ECHO_N "(cached) $ECHO_C" >&6 6986 echo $ECHO_N "(cached) $ECHO_C" >&6
6807else 6987else
6808 cat >conftest.$ac_ext <<_ACEOF 6988 cat >conftest.$ac_ext <<_ACEOF
6809#line 6809 "configure" 6989#line 6989 "configure"
6810#include "confdefs.h" 6990#include "confdefs.h"
6811$ac_includes_default 6991$ac_includes_default
6812#include <$ac_header> 6992#include <$ac_header>
6813_ACEOF 6993_ACEOF
6814rm -f conftest.$ac_objext 6994rm -f conftest.$ac_objext
6815if { (eval echo "$as_me:6815: \"$ac_compile\"") >&5 6995if { (eval echo "$as_me:6995: \"$ac_compile\"") >&5
6816 (eval $ac_compile) 2>&5 6996 (eval $ac_compile) 2>&5
6817 ac_status=$? 6997 ac_status=$?
6818 echo "$as_me:6818: \$? = $ac_status" >&5 6998 echo "$as_me:6998: \$? = $ac_status" >&5
6819 (exit $ac_status); } && 6999 (exit $ac_status); } &&
6820 { ac_try='test -s conftest.$ac_objext' 7000 { ac_try='test -s conftest.$ac_objext'
6821 { (eval echo "$as_me:6821: \"$ac_try\"") >&5 7001 { (eval echo "$as_me:7001: \"$ac_try\"") >&5
6822 (eval $ac_try) 2>&5 7002 (eval $ac_try) 2>&5
6823 ac_status=$? 7003 ac_status=$?
6824 echo "$as_me:6824: \$? = $ac_status" >&5 7004 echo "$as_me:7004: \$? = $ac_status" >&5
6825 (exit $ac_status); }; }; then 7005 (exit $ac_status); }; }; then
6826 eval "$as_ac_Header=yes" 7006 eval "$as_ac_Header=yes"
6827else 7007else
@@ -6831,7 +7011,7 @@ eval "$as_ac_Header=no"
6831fi 7011fi
6832rm -f conftest.$ac_objext conftest.$ac_ext 7012rm -f conftest.$ac_objext conftest.$ac_ext
6833fi 7013fi
6834echo "$as_me:6834: result: `eval echo '${'$as_ac_Header'}'`" >&5 7014echo "$as_me:7014: result: `eval echo '${'$as_ac_Header'}'`" >&5
6835echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 7015echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6836if test `eval echo '${'$as_ac_Header'}'` = yes; then 7016if test `eval echo '${'$as_ac_Header'}'` = yes; then
6837 cat >>confdefs.h <<EOF 7017 cat >>confdefs.h <<EOF
@@ -6841,13 +7021,13 @@ EOF
6841fi 7021fi
6842done 7022done
6843 7023
6844echo "$as_me:6844: checking whether strsep is declared" >&5 7024echo "$as_me:7024: checking whether strsep is declared" >&5
6845echo $ECHO_N "checking whether strsep is declared... $ECHO_C" >&6 7025echo $ECHO_N "checking whether strsep is declared... $ECHO_C" >&6
6846if test "${ac_cv_have_decl_strsep+set}" = set; then 7026if test "${ac_cv_have_decl_strsep+set}" = set; then
6847 echo $ECHO_N "(cached) $ECHO_C" >&6 7027 echo $ECHO_N "(cached) $ECHO_C" >&6
6848else 7028else
6849 cat >conftest.$ac_ext <<_ACEOF 7029 cat >conftest.$ac_ext <<_ACEOF
6850#line 6850 "configure" 7030#line 7030 "configure"
6851#include "confdefs.h" 7031#include "confdefs.h"
6852$ac_includes_default 7032$ac_includes_default
6853int 7033int
@@ -6862,16 +7042,16 @@ main ()
6862} 7042}
6863_ACEOF 7043_ACEOF
6864rm -f conftest.$ac_objext 7044rm -f conftest.$ac_objext
6865if { (eval echo "$as_me:6865: \"$ac_compile\"") >&5 7045if { (eval echo "$as_me:7045: \"$ac_compile\"") >&5
6866 (eval $ac_compile) 2>&5 7046 (eval $ac_compile) 2>&5
6867 ac_status=$? 7047 ac_status=$?
6868 echo "$as_me:6868: \$? = $ac_status" >&5 7048 echo "$as_me:7048: \$? = $ac_status" >&5
6869 (exit $ac_status); } && 7049 (exit $ac_status); } &&
6870 { ac_try='test -s conftest.$ac_objext' 7050 { ac_try='test -s conftest.$ac_objext'
6871 { (eval echo "$as_me:6871: \"$ac_try\"") >&5 7051 { (eval echo "$as_me:7051: \"$ac_try\"") >&5
6872 (eval $ac_try) 2>&5 7052 (eval $ac_try) 2>&5
6873 ac_status=$? 7053 ac_status=$?
6874 echo "$as_me:6874: \$? = $ac_status" >&5 7054 echo "$as_me:7054: \$? = $ac_status" >&5
6875 (exit $ac_status); }; }; then 7055 (exit $ac_status); }; }; then
6876 ac_cv_have_decl_strsep=yes 7056 ac_cv_have_decl_strsep=yes
6877else 7057else
@@ -6881,20 +7061,20 @@ ac_cv_have_decl_strsep=no
6881fi 7061fi
6882rm -f conftest.$ac_objext conftest.$ac_ext 7062rm -f conftest.$ac_objext conftest.$ac_ext
6883fi 7063fi
6884echo "$as_me:6884: result: $ac_cv_have_decl_strsep" >&5 7064echo "$as_me:7064: result: $ac_cv_have_decl_strsep" >&5
6885echo "${ECHO_T}$ac_cv_have_decl_strsep" >&6 7065echo "${ECHO_T}$ac_cv_have_decl_strsep" >&6
6886if test $ac_cv_have_decl_strsep = yes; then 7066if test $ac_cv_have_decl_strsep = yes; then
6887 7067
6888for ac_func in strsep 7068for ac_func in strsep
6889do 7069do
6890as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7070as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6891echo "$as_me:6891: checking for $ac_func" >&5 7071echo "$as_me:7071: checking for $ac_func" >&5
6892echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7072echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6893if eval "test \"\${$as_ac_var+set}\" = set"; then 7073if eval "test \"\${$as_ac_var+set}\" = set"; then
6894 echo $ECHO_N "(cached) $ECHO_C" >&6 7074 echo $ECHO_N "(cached) $ECHO_C" >&6
6895else 7075else
6896 cat >conftest.$ac_ext <<_ACEOF 7076 cat >conftest.$ac_ext <<_ACEOF
6897#line 6897 "configure" 7077#line 7077 "configure"
6898#include "confdefs.h" 7078#include "confdefs.h"
6899/* System header to define __stub macros and hopefully few prototypes, 7079/* System header to define __stub macros and hopefully few prototypes,
6900 which can conflict with char $ac_func (); below. */ 7080 which can conflict with char $ac_func (); below. */
@@ -6925,16 +7105,16 @@ f = $ac_func;
6925} 7105}
6926_ACEOF 7106_ACEOF
6927rm -f conftest.$ac_objext conftest$ac_exeext 7107rm -f conftest.$ac_objext conftest$ac_exeext
6928if { (eval echo "$as_me:6928: \"$ac_link\"") >&5 7108if { (eval echo "$as_me:7108: \"$ac_link\"") >&5
6929 (eval $ac_link) 2>&5 7109 (eval $ac_link) 2>&5
6930 ac_status=$? 7110 ac_status=$?
6931 echo "$as_me:6931: \$? = $ac_status" >&5 7111 echo "$as_me:7111: \$? = $ac_status" >&5
6932 (exit $ac_status); } && 7112 (exit $ac_status); } &&
6933 { ac_try='test -s conftest$ac_exeext' 7113 { ac_try='test -s conftest$ac_exeext'
6934 { (eval echo "$as_me:6934: \"$ac_try\"") >&5 7114 { (eval echo "$as_me:7114: \"$ac_try\"") >&5
6935 (eval $ac_try) 2>&5 7115 (eval $ac_try) 2>&5
6936 ac_status=$? 7116 ac_status=$?
6937 echo "$as_me:6937: \$? = $ac_status" >&5 7117 echo "$as_me:7117: \$? = $ac_status" >&5
6938 (exit $ac_status); }; }; then 7118 (exit $ac_status); }; }; then
6939 eval "$as_ac_var=yes" 7119 eval "$as_ac_var=yes"
6940else 7120else
@@ -6944,7 +7124,7 @@ eval "$as_ac_var=no"
6944fi 7124fi
6945rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7125rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6946fi 7126fi
6947echo "$as_me:6947: result: `eval echo '${'$as_ac_var'}'`" >&5 7127echo "$as_me:7127: result: `eval echo '${'$as_ac_var'}'`" >&5
6948echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7128echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6949if test `eval echo '${'$as_ac_var'}'` = yes; then 7129if test `eval echo '${'$as_ac_var'}'` = yes; then
6950 cat >>confdefs.h <<EOF 7130 cat >>confdefs.h <<EOF
@@ -6956,13 +7136,13 @@ done
6956 7136
6957fi 7137fi
6958 7138
6959echo "$as_me:6959: checking whether getrusage is declared" >&5 7139echo "$as_me:7139: checking whether getrusage is declared" >&5
6960echo $ECHO_N "checking whether getrusage is declared... $ECHO_C" >&6 7140echo $ECHO_N "checking whether getrusage is declared... $ECHO_C" >&6
6961if test "${ac_cv_have_decl_getrusage+set}" = set; then 7141if test "${ac_cv_have_decl_getrusage+set}" = set; then
6962 echo $ECHO_N "(cached) $ECHO_C" >&6 7142 echo $ECHO_N "(cached) $ECHO_C" >&6
6963else 7143else
6964 cat >conftest.$ac_ext <<_ACEOF 7144 cat >conftest.$ac_ext <<_ACEOF
6965#line 6965 "configure" 7145#line 7145 "configure"
6966#include "confdefs.h" 7146#include "confdefs.h"
6967$ac_includes_default 7147$ac_includes_default
6968int 7148int
@@ -6977,16 +7157,16 @@ main ()
6977} 7157}
6978_ACEOF 7158_ACEOF
6979rm -f conftest.$ac_objext 7159rm -f conftest.$ac_objext
6980if { (eval echo "$as_me:6980: \"$ac_compile\"") >&5 7160if { (eval echo "$as_me:7160: \"$ac_compile\"") >&5
6981 (eval $ac_compile) 2>&5 7161 (eval $ac_compile) 2>&5
6982 ac_status=$? 7162 ac_status=$?
6983 echo "$as_me:6983: \$? = $ac_status" >&5 7163 echo "$as_me:7163: \$? = $ac_status" >&5
6984 (exit $ac_status); } && 7164 (exit $ac_status); } &&
6985 { ac_try='test -s conftest.$ac_objext' 7165 { ac_try='test -s conftest.$ac_objext'
6986 { (eval echo "$as_me:6986: \"$ac_try\"") >&5 7166 { (eval echo "$as_me:7166: \"$ac_try\"") >&5
6987 (eval $ac_try) 2>&5 7167 (eval $ac_try) 2>&5
6988 ac_status=$? 7168 ac_status=$?
6989 echo "$as_me:6989: \$? = $ac_status" >&5 7169 echo "$as_me:7169: \$? = $ac_status" >&5
6990 (exit $ac_status); }; }; then 7170 (exit $ac_status); }; }; then
6991 ac_cv_have_decl_getrusage=yes 7171 ac_cv_have_decl_getrusage=yes
6992else 7172else
@@ -6996,20 +7176,20 @@ ac_cv_have_decl_getrusage=no
6996fi 7176fi
6997rm -f conftest.$ac_objext conftest.$ac_ext 7177rm -f conftest.$ac_objext conftest.$ac_ext
6998fi 7178fi
6999echo "$as_me:6999: result: $ac_cv_have_decl_getrusage" >&5 7179echo "$as_me:7179: result: $ac_cv_have_decl_getrusage" >&5
7000echo "${ECHO_T}$ac_cv_have_decl_getrusage" >&6 7180echo "${ECHO_T}$ac_cv_have_decl_getrusage" >&6
7001if test $ac_cv_have_decl_getrusage = yes; then 7181if test $ac_cv_have_decl_getrusage = yes; then
7002 7182
7003for ac_func in getrusage 7183for ac_func in getrusage
7004do 7184do
7005as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7185as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7006echo "$as_me:7006: checking for $ac_func" >&5 7186echo "$as_me:7186: checking for $ac_func" >&5
7007echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7187echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7008if eval "test \"\${$as_ac_var+set}\" = set"; then 7188if eval "test \"\${$as_ac_var+set}\" = set"; then
7009 echo $ECHO_N "(cached) $ECHO_C" >&6 7189 echo $ECHO_N "(cached) $ECHO_C" >&6
7010else 7190else
7011 cat >conftest.$ac_ext <<_ACEOF 7191 cat >conftest.$ac_ext <<_ACEOF
7012#line 7012 "configure" 7192#line 7192 "configure"
7013#include "confdefs.h" 7193#include "confdefs.h"
7014/* System header to define __stub macros and hopefully few prototypes, 7194/* System header to define __stub macros and hopefully few prototypes,
7015 which can conflict with char $ac_func (); below. */ 7195 which can conflict with char $ac_func (); below. */
@@ -7040,16 +7220,16 @@ f = $ac_func;
7040} 7220}
7041_ACEOF 7221_ACEOF
7042rm -f conftest.$ac_objext conftest$ac_exeext 7222rm -f conftest.$ac_objext conftest$ac_exeext
7043if { (eval echo "$as_me:7043: \"$ac_link\"") >&5 7223if { (eval echo "$as_me:7223: \"$ac_link\"") >&5
7044 (eval $ac_link) 2>&5 7224 (eval $ac_link) 2>&5
7045 ac_status=$? 7225 ac_status=$?
7046 echo "$as_me:7046: \$? = $ac_status" >&5 7226 echo "$as_me:7226: \$? = $ac_status" >&5
7047 (exit $ac_status); } && 7227 (exit $ac_status); } &&
7048 { ac_try='test -s conftest$ac_exeext' 7228 { ac_try='test -s conftest$ac_exeext'
7049 { (eval echo "$as_me:7049: \"$ac_try\"") >&5 7229 { (eval echo "$as_me:7229: \"$ac_try\"") >&5
7050 (eval $ac_try) 2>&5 7230 (eval $ac_try) 2>&5
7051 ac_status=$? 7231 ac_status=$?
7052 echo "$as_me:7052: \$? = $ac_status" >&5 7232 echo "$as_me:7232: \$? = $ac_status" >&5
7053 (exit $ac_status); }; }; then 7233 (exit $ac_status); }; }; then
7054 eval "$as_ac_var=yes" 7234 eval "$as_ac_var=yes"
7055else 7235else
@@ -7059,7 +7239,7 @@ eval "$as_ac_var=no"
7059fi 7239fi
7060rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7240rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7061fi 7241fi
7062echo "$as_me:7062: result: `eval echo '${'$as_ac_var'}'`" >&5 7242echo "$as_me:7242: result: `eval echo '${'$as_ac_var'}'`" >&5
7063echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7243echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7064if test `eval echo '${'$as_ac_var'}'` = yes; then 7244if test `eval echo '${'$as_ac_var'}'` = yes; then
7065 cat >>confdefs.h <<EOF 7245 cat >>confdefs.h <<EOF
@@ -7071,13 +7251,13 @@ done
7071 7251
7072fi 7252fi
7073 7253
7074echo "$as_me:7074: checking whether tcsendbreak is declared" >&5 7254echo "$as_me:7254: checking whether tcsendbreak is declared" >&5
7075echo $ECHO_N "checking whether tcsendbreak is declared... $ECHO_C" >&6 7255echo $ECHO_N "checking whether tcsendbreak is declared... $ECHO_C" >&6
7076if test "${ac_cv_have_decl_tcsendbreak+set}" = set; then 7256if test "${ac_cv_have_decl_tcsendbreak+set}" = set; then
7077 echo $ECHO_N "(cached) $ECHO_C" >&6 7257 echo $ECHO_N "(cached) $ECHO_C" >&6
7078else 7258else
7079 cat >conftest.$ac_ext <<_ACEOF 7259 cat >conftest.$ac_ext <<_ACEOF
7080#line 7080 "configure" 7260#line 7260 "configure"
7081#include "confdefs.h" 7261#include "confdefs.h"
7082#include <termios.h> 7262#include <termios.h>
7083 7263
@@ -7093,16 +7273,16 @@ main ()
7093} 7273}
7094_ACEOF 7274_ACEOF
7095rm -f conftest.$ac_objext 7275rm -f conftest.$ac_objext
7096if { (eval echo "$as_me:7096: \"$ac_compile\"") >&5 7276if { (eval echo "$as_me:7276: \"$ac_compile\"") >&5
7097 (eval $ac_compile) 2>&5 7277 (eval $ac_compile) 2>&5
7098 ac_status=$? 7278 ac_status=$?
7099 echo "$as_me:7099: \$? = $ac_status" >&5 7279 echo "$as_me:7279: \$? = $ac_status" >&5
7100 (exit $ac_status); } && 7280 (exit $ac_status); } &&
7101 { ac_try='test -s conftest.$ac_objext' 7281 { ac_try='test -s conftest.$ac_objext'
7102 { (eval echo "$as_me:7102: \"$ac_try\"") >&5 7282 { (eval echo "$as_me:7282: \"$ac_try\"") >&5
7103 (eval $ac_try) 2>&5 7283 (eval $ac_try) 2>&5
7104 ac_status=$? 7284 ac_status=$?
7105 echo "$as_me:7105: \$? = $ac_status" >&5 7285 echo "$as_me:7285: \$? = $ac_status" >&5
7106 (exit $ac_status); }; }; then 7286 (exit $ac_status); }; }; then
7107 ac_cv_have_decl_tcsendbreak=yes 7287 ac_cv_have_decl_tcsendbreak=yes
7108else 7288else
@@ -7112,7 +7292,7 @@ ac_cv_have_decl_tcsendbreak=no
7112fi 7292fi
7113rm -f conftest.$ac_objext conftest.$ac_ext 7293rm -f conftest.$ac_objext conftest.$ac_ext
7114fi 7294fi
7115echo "$as_me:7115: result: $ac_cv_have_decl_tcsendbreak" >&5 7295echo "$as_me:7295: result: $ac_cv_have_decl_tcsendbreak" >&5
7116echo "${ECHO_T}$ac_cv_have_decl_tcsendbreak" >&6 7296echo "${ECHO_T}$ac_cv_have_decl_tcsendbreak" >&6
7117if test $ac_cv_have_decl_tcsendbreak = yes; then 7297if test $ac_cv_have_decl_tcsendbreak = yes; then
7118 cat >>confdefs.h <<\EOF 7298 cat >>confdefs.h <<\EOF
@@ -7124,13 +7304,13 @@ else
7124for ac_func in tcsendbreak 7304for ac_func in tcsendbreak
7125do 7305do
7126as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7306as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7127echo "$as_me:7127: checking for $ac_func" >&5 7307echo "$as_me:7307: checking for $ac_func" >&5
7128echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7308echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7129if eval "test \"\${$as_ac_var+set}\" = set"; then 7309if eval "test \"\${$as_ac_var+set}\" = set"; then
7130 echo $ECHO_N "(cached) $ECHO_C" >&6 7310 echo $ECHO_N "(cached) $ECHO_C" >&6
7131else 7311else
7132 cat >conftest.$ac_ext <<_ACEOF 7312 cat >conftest.$ac_ext <<_ACEOF
7133#line 7133 "configure" 7313#line 7313 "configure"
7134#include "confdefs.h" 7314#include "confdefs.h"
7135/* System header to define __stub macros and hopefully few prototypes, 7315/* System header to define __stub macros and hopefully few prototypes,
7136 which can conflict with char $ac_func (); below. */ 7316 which can conflict with char $ac_func (); below. */
@@ -7161,16 +7341,16 @@ f = $ac_func;
7161} 7341}
7162_ACEOF 7342_ACEOF
7163rm -f conftest.$ac_objext conftest$ac_exeext 7343rm -f conftest.$ac_objext conftest$ac_exeext
7164if { (eval echo "$as_me:7164: \"$ac_link\"") >&5 7344if { (eval echo "$as_me:7344: \"$ac_link\"") >&5
7165 (eval $ac_link) 2>&5 7345 (eval $ac_link) 2>&5
7166 ac_status=$? 7346 ac_status=$?
7167 echo "$as_me:7167: \$? = $ac_status" >&5 7347 echo "$as_me:7347: \$? = $ac_status" >&5
7168 (exit $ac_status); } && 7348 (exit $ac_status); } &&
7169 { ac_try='test -s conftest$ac_exeext' 7349 { ac_try='test -s conftest$ac_exeext'
7170 { (eval echo "$as_me:7170: \"$ac_try\"") >&5 7350 { (eval echo "$as_me:7350: \"$ac_try\"") >&5
7171 (eval $ac_try) 2>&5 7351 (eval $ac_try) 2>&5
7172 ac_status=$? 7352 ac_status=$?
7173 echo "$as_me:7173: \$? = $ac_status" >&5 7353 echo "$as_me:7353: \$? = $ac_status" >&5
7174 (exit $ac_status); }; }; then 7354 (exit $ac_status); }; }; then
7175 eval "$as_ac_var=yes" 7355 eval "$as_ac_var=yes"
7176else 7356else
@@ -7180,7 +7360,7 @@ eval "$as_ac_var=no"
7180fi 7360fi
7181rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7361rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7182fi 7362fi
7183echo "$as_me:7183: result: `eval echo '${'$as_ac_var'}'`" >&5 7363echo "$as_me:7363: result: `eval echo '${'$as_ac_var'}'`" >&5
7184echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7364echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7185if test `eval echo '${'$as_ac_var'}'` = yes; then 7365if test `eval echo '${'$as_ac_var'}'` = yes; then
7186 cat >>confdefs.h <<EOF 7366 cat >>confdefs.h <<EOF
@@ -7195,13 +7375,13 @@ fi
7195for ac_func in gettimeofday time 7375for ac_func in gettimeofday time
7196do 7376do
7197as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7377as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7198echo "$as_me:7198: checking for $ac_func" >&5 7378echo "$as_me:7378: checking for $ac_func" >&5
7199echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7379echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7200if eval "test \"\${$as_ac_var+set}\" = set"; then 7380if eval "test \"\${$as_ac_var+set}\" = set"; then
7201 echo $ECHO_N "(cached) $ECHO_C" >&6 7381 echo $ECHO_N "(cached) $ECHO_C" >&6
7202else 7382else
7203 cat >conftest.$ac_ext <<_ACEOF 7383 cat >conftest.$ac_ext <<_ACEOF
7204#line 7204 "configure" 7384#line 7384 "configure"
7205#include "confdefs.h" 7385#include "confdefs.h"
7206/* System header to define __stub macros and hopefully few prototypes, 7386/* System header to define __stub macros and hopefully few prototypes,
7207 which can conflict with char $ac_func (); below. */ 7387 which can conflict with char $ac_func (); below. */
@@ -7232,16 +7412,16 @@ f = $ac_func;
7232} 7412}
7233_ACEOF 7413_ACEOF
7234rm -f conftest.$ac_objext conftest$ac_exeext 7414rm -f conftest.$ac_objext conftest$ac_exeext
7235if { (eval echo "$as_me:7235: \"$ac_link\"") >&5 7415if { (eval echo "$as_me:7415: \"$ac_link\"") >&5
7236 (eval $ac_link) 2>&5 7416 (eval $ac_link) 2>&5
7237 ac_status=$? 7417 ac_status=$?
7238 echo "$as_me:7238: \$? = $ac_status" >&5 7418 echo "$as_me:7418: \$? = $ac_status" >&5
7239 (exit $ac_status); } && 7419 (exit $ac_status); } &&
7240 { ac_try='test -s conftest$ac_exeext' 7420 { ac_try='test -s conftest$ac_exeext'
7241 { (eval echo "$as_me:7241: \"$ac_try\"") >&5 7421 { (eval echo "$as_me:7421: \"$ac_try\"") >&5
7242 (eval $ac_try) 2>&5 7422 (eval $ac_try) 2>&5
7243 ac_status=$? 7423 ac_status=$?
7244 echo "$as_me:7244: \$? = $ac_status" >&5 7424 echo "$as_me:7424: \$? = $ac_status" >&5
7245 (exit $ac_status); }; }; then 7425 (exit $ac_status); }; }; then
7246 eval "$as_ac_var=yes" 7426 eval "$as_ac_var=yes"
7247else 7427else
@@ -7251,7 +7431,7 @@ eval "$as_ac_var=no"
7251fi 7431fi
7252rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7432rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7253fi 7433fi
7254echo "$as_me:7254: result: `eval echo '${'$as_ac_var'}'`" >&5 7434echo "$as_me:7434: result: `eval echo '${'$as_ac_var'}'`" >&5
7255echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7435echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7256if test `eval echo '${'$as_ac_var'}'` = yes; then 7436if test `eval echo '${'$as_ac_var'}'` = yes; then
7257 cat >>confdefs.h <<EOF 7437 cat >>confdefs.h <<EOF
@@ -7264,13 +7444,13 @@ done
7264for ac_func in endutent getutent getutid getutline pututline setutent 7444for ac_func in endutent getutent getutid getutline pututline setutent
7265do 7445do
7266as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7446as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7267echo "$as_me:7267: checking for $ac_func" >&5 7447echo "$as_me:7447: checking for $ac_func" >&5
7268echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7448echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7269if eval "test \"\${$as_ac_var+set}\" = set"; then 7449if eval "test \"\${$as_ac_var+set}\" = set"; then
7270 echo $ECHO_N "(cached) $ECHO_C" >&6 7450 echo $ECHO_N "(cached) $ECHO_C" >&6
7271else 7451else
7272 cat >conftest.$ac_ext <<_ACEOF 7452 cat >conftest.$ac_ext <<_ACEOF
7273#line 7273 "configure" 7453#line 7453 "configure"
7274#include "confdefs.h" 7454#include "confdefs.h"
7275/* System header to define __stub macros and hopefully few prototypes, 7455/* System header to define __stub macros and hopefully few prototypes,
7276 which can conflict with char $ac_func (); below. */ 7456 which can conflict with char $ac_func (); below. */
@@ -7301,16 +7481,16 @@ f = $ac_func;
7301} 7481}
7302_ACEOF 7482_ACEOF
7303rm -f conftest.$ac_objext conftest$ac_exeext 7483rm -f conftest.$ac_objext conftest$ac_exeext
7304if { (eval echo "$as_me:7304: \"$ac_link\"") >&5 7484if { (eval echo "$as_me:7484: \"$ac_link\"") >&5
7305 (eval $ac_link) 2>&5 7485 (eval $ac_link) 2>&5
7306 ac_status=$? 7486 ac_status=$?
7307 echo "$as_me:7307: \$? = $ac_status" >&5 7487 echo "$as_me:7487: \$? = $ac_status" >&5
7308 (exit $ac_status); } && 7488 (exit $ac_status); } &&
7309 { ac_try='test -s conftest$ac_exeext' 7489 { ac_try='test -s conftest$ac_exeext'
7310 { (eval echo "$as_me:7310: \"$ac_try\"") >&5 7490 { (eval echo "$as_me:7490: \"$ac_try\"") >&5
7311 (eval $ac_try) 2>&5 7491 (eval $ac_try) 2>&5
7312 ac_status=$? 7492 ac_status=$?
7313 echo "$as_me:7313: \$? = $ac_status" >&5 7493 echo "$as_me:7493: \$? = $ac_status" >&5
7314 (exit $ac_status); }; }; then 7494 (exit $ac_status); }; }; then
7315 eval "$as_ac_var=yes" 7495 eval "$as_ac_var=yes"
7316else 7496else
@@ -7320,7 +7500,7 @@ eval "$as_ac_var=no"
7320fi 7500fi
7321rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7501rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7322fi 7502fi
7323echo "$as_me:7323: result: `eval echo '${'$as_ac_var'}'`" >&5 7503echo "$as_me:7503: result: `eval echo '${'$as_ac_var'}'`" >&5
7324echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7504echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7325if test `eval echo '${'$as_ac_var'}'` = yes; then 7505if test `eval echo '${'$as_ac_var'}'` = yes; then
7326 cat >>confdefs.h <<EOF 7506 cat >>confdefs.h <<EOF
@@ -7333,13 +7513,13 @@ done
7333for ac_func in utmpname 7513for ac_func in utmpname
7334do 7514do
7335as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7515as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7336echo "$as_me:7336: checking for $ac_func" >&5 7516echo "$as_me:7516: checking for $ac_func" >&5
7337echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7517echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7338if eval "test \"\${$as_ac_var+set}\" = set"; then 7518if eval "test \"\${$as_ac_var+set}\" = set"; then
7339 echo $ECHO_N "(cached) $ECHO_C" >&6 7519 echo $ECHO_N "(cached) $ECHO_C" >&6
7340else 7520else
7341 cat >conftest.$ac_ext <<_ACEOF 7521 cat >conftest.$ac_ext <<_ACEOF
7342#line 7342 "configure" 7522#line 7522 "configure"
7343#include "confdefs.h" 7523#include "confdefs.h"
7344/* System header to define __stub macros and hopefully few prototypes, 7524/* System header to define __stub macros and hopefully few prototypes,
7345 which can conflict with char $ac_func (); below. */ 7525 which can conflict with char $ac_func (); below. */
@@ -7370,16 +7550,16 @@ f = $ac_func;
7370} 7550}
7371_ACEOF 7551_ACEOF
7372rm -f conftest.$ac_objext conftest$ac_exeext 7552rm -f conftest.$ac_objext conftest$ac_exeext
7373if { (eval echo "$as_me:7373: \"$ac_link\"") >&5 7553if { (eval echo "$as_me:7553: \"$ac_link\"") >&5
7374 (eval $ac_link) 2>&5 7554 (eval $ac_link) 2>&5
7375 ac_status=$? 7555 ac_status=$?
7376 echo "$as_me:7376: \$? = $ac_status" >&5 7556 echo "$as_me:7556: \$? = $ac_status" >&5
7377 (exit $ac_status); } && 7557 (exit $ac_status); } &&
7378 { ac_try='test -s conftest$ac_exeext' 7558 { ac_try='test -s conftest$ac_exeext'
7379 { (eval echo "$as_me:7379: \"$ac_try\"") >&5 7559 { (eval echo "$as_me:7559: \"$ac_try\"") >&5
7380 (eval $ac_try) 2>&5 7560 (eval $ac_try) 2>&5
7381 ac_status=$? 7561 ac_status=$?
7382 echo "$as_me:7382: \$? = $ac_status" >&5 7562 echo "$as_me:7562: \$? = $ac_status" >&5
7383 (exit $ac_status); }; }; then 7563 (exit $ac_status); }; }; then
7384 eval "$as_ac_var=yes" 7564 eval "$as_ac_var=yes"
7385else 7565else
@@ -7389,7 +7569,7 @@ eval "$as_ac_var=no"
7389fi 7569fi
7390rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7570rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7391fi 7571fi
7392echo "$as_me:7392: result: `eval echo '${'$as_ac_var'}'`" >&5 7572echo "$as_me:7572: result: `eval echo '${'$as_ac_var'}'`" >&5
7393echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7573echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7394if test `eval echo '${'$as_ac_var'}'` = yes; then 7574if test `eval echo '${'$as_ac_var'}'` = yes; then
7395 cat >>confdefs.h <<EOF 7575 cat >>confdefs.h <<EOF
@@ -7402,13 +7582,13 @@ done
7402for ac_func in endutxent getutxent getutxid getutxline pututxline 7582for ac_func in endutxent getutxent getutxid getutxline pututxline
7403do 7583do
7404as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7584as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7405echo "$as_me:7405: checking for $ac_func" >&5 7585echo "$as_me:7585: checking for $ac_func" >&5
7406echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7586echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7407if eval "test \"\${$as_ac_var+set}\" = set"; then 7587if eval "test \"\${$as_ac_var+set}\" = set"; then
7408 echo $ECHO_N "(cached) $ECHO_C" >&6 7588 echo $ECHO_N "(cached) $ECHO_C" >&6
7409else 7589else
7410 cat >conftest.$ac_ext <<_ACEOF 7590 cat >conftest.$ac_ext <<_ACEOF
7411#line 7411 "configure" 7591#line 7591 "configure"
7412#include "confdefs.h" 7592#include "confdefs.h"
7413/* System header to define __stub macros and hopefully few prototypes, 7593/* System header to define __stub macros and hopefully few prototypes,
7414 which can conflict with char $ac_func (); below. */ 7594 which can conflict with char $ac_func (); below. */
@@ -7439,16 +7619,16 @@ f = $ac_func;
7439} 7619}
7440_ACEOF 7620_ACEOF
7441rm -f conftest.$ac_objext conftest$ac_exeext 7621rm -f conftest.$ac_objext conftest$ac_exeext
7442if { (eval echo "$as_me:7442: \"$ac_link\"") >&5 7622if { (eval echo "$as_me:7622: \"$ac_link\"") >&5
7443 (eval $ac_link) 2>&5 7623 (eval $ac_link) 2>&5
7444 ac_status=$? 7624 ac_status=$?
7445 echo "$as_me:7445: \$? = $ac_status" >&5 7625 echo "$as_me:7625: \$? = $ac_status" >&5
7446 (exit $ac_status); } && 7626 (exit $ac_status); } &&
7447 { ac_try='test -s conftest$ac_exeext' 7627 { ac_try='test -s conftest$ac_exeext'
7448 { (eval echo "$as_me:7448: \"$ac_try\"") >&5 7628 { (eval echo "$as_me:7628: \"$ac_try\"") >&5
7449 (eval $ac_try) 2>&5 7629 (eval $ac_try) 2>&5
7450 ac_status=$? 7630 ac_status=$?
7451 echo "$as_me:7451: \$? = $ac_status" >&5 7631 echo "$as_me:7631: \$? = $ac_status" >&5
7452 (exit $ac_status); }; }; then 7632 (exit $ac_status); }; }; then
7453 eval "$as_ac_var=yes" 7633 eval "$as_ac_var=yes"
7454else 7634else
@@ -7458,7 +7638,7 @@ eval "$as_ac_var=no"
7458fi 7638fi
7459rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7639rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7460fi 7640fi
7461echo "$as_me:7461: result: `eval echo '${'$as_ac_var'}'`" >&5 7641echo "$as_me:7641: result: `eval echo '${'$as_ac_var'}'`" >&5
7462echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7642echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7463if test `eval echo '${'$as_ac_var'}'` = yes; then 7643if test `eval echo '${'$as_ac_var'}'` = yes; then
7464 cat >>confdefs.h <<EOF 7644 cat >>confdefs.h <<EOF
@@ -7471,13 +7651,13 @@ done
7471for ac_func in setutxent utmpxname 7651for ac_func in setutxent utmpxname
7472do 7652do
7473as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7653as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7474echo "$as_me:7474: checking for $ac_func" >&5 7654echo "$as_me:7654: checking for $ac_func" >&5
7475echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7655echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7476if eval "test \"\${$as_ac_var+set}\" = set"; then 7656if eval "test \"\${$as_ac_var+set}\" = set"; then
7477 echo $ECHO_N "(cached) $ECHO_C" >&6 7657 echo $ECHO_N "(cached) $ECHO_C" >&6
7478else 7658else
7479 cat >conftest.$ac_ext <<_ACEOF 7659 cat >conftest.$ac_ext <<_ACEOF
7480#line 7480 "configure" 7660#line 7660 "configure"
7481#include "confdefs.h" 7661#include "confdefs.h"
7482/* System header to define __stub macros and hopefully few prototypes, 7662/* System header to define __stub macros and hopefully few prototypes,
7483 which can conflict with char $ac_func (); below. */ 7663 which can conflict with char $ac_func (); below. */
@@ -7508,16 +7688,16 @@ f = $ac_func;
7508} 7688}
7509_ACEOF 7689_ACEOF
7510rm -f conftest.$ac_objext conftest$ac_exeext 7690rm -f conftest.$ac_objext conftest$ac_exeext
7511if { (eval echo "$as_me:7511: \"$ac_link\"") >&5 7691if { (eval echo "$as_me:7691: \"$ac_link\"") >&5
7512 (eval $ac_link) 2>&5 7692 (eval $ac_link) 2>&5
7513 ac_status=$? 7693 ac_status=$?
7514 echo "$as_me:7514: \$? = $ac_status" >&5 7694 echo "$as_me:7694: \$? = $ac_status" >&5
7515 (exit $ac_status); } && 7695 (exit $ac_status); } &&
7516 { ac_try='test -s conftest$ac_exeext' 7696 { ac_try='test -s conftest$ac_exeext'
7517 { (eval echo "$as_me:7517: \"$ac_try\"") >&5 7697 { (eval echo "$as_me:7697: \"$ac_try\"") >&5
7518 (eval $ac_try) 2>&5 7698 (eval $ac_try) 2>&5
7519 ac_status=$? 7699 ac_status=$?
7520 echo "$as_me:7520: \$? = $ac_status" >&5 7700 echo "$as_me:7700: \$? = $ac_status" >&5
7521 (exit $ac_status); }; }; then 7701 (exit $ac_status); }; }; then
7522 eval "$as_ac_var=yes" 7702 eval "$as_ac_var=yes"
7523else 7703else
@@ -7527,7 +7707,7 @@ eval "$as_ac_var=no"
7527fi 7707fi
7528rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7708rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7529fi 7709fi
7530echo "$as_me:7530: result: `eval echo '${'$as_ac_var'}'`" >&5 7710echo "$as_me:7710: result: `eval echo '${'$as_ac_var'}'`" >&5
7531echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7711echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7532if test `eval echo '${'$as_ac_var'}'` = yes; then 7712if test `eval echo '${'$as_ac_var'}'` = yes; then
7533 cat >>confdefs.h <<EOF 7713 cat >>confdefs.h <<EOF
@@ -7537,13 +7717,13 @@ EOF
7537fi 7717fi
7538done 7718done
7539 7719
7540echo "$as_me:7540: checking for daemon" >&5 7720echo "$as_me:7720: checking for daemon" >&5
7541echo $ECHO_N "checking for daemon... $ECHO_C" >&6 7721echo $ECHO_N "checking for daemon... $ECHO_C" >&6
7542if test "${ac_cv_func_daemon+set}" = set; then 7722if test "${ac_cv_func_daemon+set}" = set; then
7543 echo $ECHO_N "(cached) $ECHO_C" >&6 7723 echo $ECHO_N "(cached) $ECHO_C" >&6
7544else 7724else
7545 cat >conftest.$ac_ext <<_ACEOF 7725 cat >conftest.$ac_ext <<_ACEOF
7546#line 7546 "configure" 7726#line 7726 "configure"
7547#include "confdefs.h" 7727#include "confdefs.h"
7548/* System header to define __stub macros and hopefully few prototypes, 7728/* System header to define __stub macros and hopefully few prototypes,
7549 which can conflict with char daemon (); below. */ 7729 which can conflict with char daemon (); below. */
@@ -7574,16 +7754,16 @@ f = daemon;
7574} 7754}
7575_ACEOF 7755_ACEOF
7576rm -f conftest.$ac_objext conftest$ac_exeext 7756rm -f conftest.$ac_objext conftest$ac_exeext
7577if { (eval echo "$as_me:7577: \"$ac_link\"") >&5 7757if { (eval echo "$as_me:7757: \"$ac_link\"") >&5
7578 (eval $ac_link) 2>&5 7758 (eval $ac_link) 2>&5
7579 ac_status=$? 7759 ac_status=$?
7580 echo "$as_me:7580: \$? = $ac_status" >&5 7760 echo "$as_me:7760: \$? = $ac_status" >&5
7581 (exit $ac_status); } && 7761 (exit $ac_status); } &&
7582 { ac_try='test -s conftest$ac_exeext' 7762 { ac_try='test -s conftest$ac_exeext'
7583 { (eval echo "$as_me:7583: \"$ac_try\"") >&5 7763 { (eval echo "$as_me:7763: \"$ac_try\"") >&5
7584 (eval $ac_try) 2>&5 7764 (eval $ac_try) 2>&5
7585 ac_status=$? 7765 ac_status=$?
7586 echo "$as_me:7586: \$? = $ac_status" >&5 7766 echo "$as_me:7766: \$? = $ac_status" >&5
7587 (exit $ac_status); }; }; then 7767 (exit $ac_status); }; }; then
7588 ac_cv_func_daemon=yes 7768 ac_cv_func_daemon=yes
7589else 7769else
@@ -7593,7 +7773,7 @@ ac_cv_func_daemon=no
7593fi 7773fi
7594rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7774rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7595fi 7775fi
7596echo "$as_me:7596: result: $ac_cv_func_daemon" >&5 7776echo "$as_me:7776: result: $ac_cv_func_daemon" >&5
7597echo "${ECHO_T}$ac_cv_func_daemon" >&6 7777echo "${ECHO_T}$ac_cv_func_daemon" >&6
7598if test $ac_cv_func_daemon = yes; then 7778if test $ac_cv_func_daemon = yes; then
7599 cat >>confdefs.h <<\EOF 7779 cat >>confdefs.h <<\EOF
@@ -7601,7 +7781,7 @@ if test $ac_cv_func_daemon = yes; then
7601EOF 7781EOF
7602 7782
7603else 7783else
7604 echo "$as_me:7604: checking for daemon in -lbsd" >&5 7784 echo "$as_me:7784: checking for daemon in -lbsd" >&5
7605echo $ECHO_N "checking for daemon in -lbsd... $ECHO_C" >&6 7785echo $ECHO_N "checking for daemon in -lbsd... $ECHO_C" >&6
7606if test "${ac_cv_lib_bsd_daemon+set}" = set; then 7786if test "${ac_cv_lib_bsd_daemon+set}" = set; then
7607 echo $ECHO_N "(cached) $ECHO_C" >&6 7787 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7609,7 +7789,7 @@ else
7609 ac_check_lib_save_LIBS=$LIBS 7789 ac_check_lib_save_LIBS=$LIBS
7610LIBS="-lbsd $LIBS" 7790LIBS="-lbsd $LIBS"
7611cat >conftest.$ac_ext <<_ACEOF 7791cat >conftest.$ac_ext <<_ACEOF
7612#line 7612 "configure" 7792#line 7792 "configure"
7613#include "confdefs.h" 7793#include "confdefs.h"
7614 7794
7615/* Override any gcc2 internal prototype to avoid an error. */ 7795/* Override any gcc2 internal prototype to avoid an error. */
@@ -7628,16 +7808,16 @@ daemon ();
7628} 7808}
7629_ACEOF 7809_ACEOF
7630rm -f conftest.$ac_objext conftest$ac_exeext 7810rm -f conftest.$ac_objext conftest$ac_exeext
7631if { (eval echo "$as_me:7631: \"$ac_link\"") >&5 7811if { (eval echo "$as_me:7811: \"$ac_link\"") >&5
7632 (eval $ac_link) 2>&5 7812 (eval $ac_link) 2>&5
7633 ac_status=$? 7813 ac_status=$?
7634 echo "$as_me:7634: \$? = $ac_status" >&5 7814 echo "$as_me:7814: \$? = $ac_status" >&5
7635 (exit $ac_status); } && 7815 (exit $ac_status); } &&
7636 { ac_try='test -s conftest$ac_exeext' 7816 { ac_try='test -s conftest$ac_exeext'
7637 { (eval echo "$as_me:7637: \"$ac_try\"") >&5 7817 { (eval echo "$as_me:7817: \"$ac_try\"") >&5
7638 (eval $ac_try) 2>&5 7818 (eval $ac_try) 2>&5
7639 ac_status=$? 7819 ac_status=$?
7640 echo "$as_me:7640: \$? = $ac_status" >&5 7820 echo "$as_me:7820: \$? = $ac_status" >&5
7641 (exit $ac_status); }; }; then 7821 (exit $ac_status); }; }; then
7642 ac_cv_lib_bsd_daemon=yes 7822 ac_cv_lib_bsd_daemon=yes
7643else 7823else
@@ -7648,7 +7828,7 @@ fi
7648rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7828rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7649LIBS=$ac_check_lib_save_LIBS 7829LIBS=$ac_check_lib_save_LIBS
7650fi 7830fi
7651echo "$as_me:7651: result: $ac_cv_lib_bsd_daemon" >&5 7831echo "$as_me:7831: result: $ac_cv_lib_bsd_daemon" >&5
7652echo "${ECHO_T}$ac_cv_lib_bsd_daemon" >&6 7832echo "${ECHO_T}$ac_cv_lib_bsd_daemon" >&6
7653if test $ac_cv_lib_bsd_daemon = yes; then 7833if test $ac_cv_lib_bsd_daemon = yes; then
7654 LIBS="$LIBS -lbsd"; cat >>confdefs.h <<\EOF 7834 LIBS="$LIBS -lbsd"; cat >>confdefs.h <<\EOF
@@ -7659,13 +7839,13 @@ fi
7659 7839
7660fi 7840fi
7661 7841
7662echo "$as_me:7662: checking for getpagesize" >&5 7842echo "$as_me:7842: checking for getpagesize" >&5
7663echo $ECHO_N "checking for getpagesize... $ECHO_C" >&6 7843echo $ECHO_N "checking for getpagesize... $ECHO_C" >&6
7664if test "${ac_cv_func_getpagesize+set}" = set; then 7844if test "${ac_cv_func_getpagesize+set}" = set; then
7665 echo $ECHO_N "(cached) $ECHO_C" >&6 7845 echo $ECHO_N "(cached) $ECHO_C" >&6
7666else 7846else
7667 cat >conftest.$ac_ext <<_ACEOF 7847 cat >conftest.$ac_ext <<_ACEOF
7668#line 7668 "configure" 7848#line 7848 "configure"
7669#include "confdefs.h" 7849#include "confdefs.h"
7670/* System header to define __stub macros and hopefully few prototypes, 7850/* System header to define __stub macros and hopefully few prototypes,
7671 which can conflict with char getpagesize (); below. */ 7851 which can conflict with char getpagesize (); below. */
@@ -7696,16 +7876,16 @@ f = getpagesize;
7696} 7876}
7697_ACEOF 7877_ACEOF
7698rm -f conftest.$ac_objext conftest$ac_exeext 7878rm -f conftest.$ac_objext conftest$ac_exeext
7699if { (eval echo "$as_me:7699: \"$ac_link\"") >&5 7879if { (eval echo "$as_me:7879: \"$ac_link\"") >&5
7700 (eval $ac_link) 2>&5 7880 (eval $ac_link) 2>&5
7701 ac_status=$? 7881 ac_status=$?
7702 echo "$as_me:7702: \$? = $ac_status" >&5 7882 echo "$as_me:7882: \$? = $ac_status" >&5
7703 (exit $ac_status); } && 7883 (exit $ac_status); } &&
7704 { ac_try='test -s conftest$ac_exeext' 7884 { ac_try='test -s conftest$ac_exeext'
7705 { (eval echo "$as_me:7705: \"$ac_try\"") >&5 7885 { (eval echo "$as_me:7885: \"$ac_try\"") >&5
7706 (eval $ac_try) 2>&5 7886 (eval $ac_try) 2>&5
7707 ac_status=$? 7887 ac_status=$?
7708 echo "$as_me:7708: \$? = $ac_status" >&5 7888 echo "$as_me:7888: \$? = $ac_status" >&5
7709 (exit $ac_status); }; }; then 7889 (exit $ac_status); }; }; then
7710 ac_cv_func_getpagesize=yes 7890 ac_cv_func_getpagesize=yes
7711else 7891else
@@ -7715,7 +7895,7 @@ ac_cv_func_getpagesize=no
7715fi 7895fi
7716rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7896rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7717fi 7897fi
7718echo "$as_me:7718: result: $ac_cv_func_getpagesize" >&5 7898echo "$as_me:7898: result: $ac_cv_func_getpagesize" >&5
7719echo "${ECHO_T}$ac_cv_func_getpagesize" >&6 7899echo "${ECHO_T}$ac_cv_func_getpagesize" >&6
7720if test $ac_cv_func_getpagesize = yes; then 7900if test $ac_cv_func_getpagesize = yes; then
7721 cat >>confdefs.h <<\EOF 7901 cat >>confdefs.h <<\EOF
@@ -7723,7 +7903,7 @@ if test $ac_cv_func_getpagesize = yes; then
7723EOF 7903EOF
7724 7904
7725else 7905else
7726 echo "$as_me:7726: checking for getpagesize in -lucb" >&5 7906 echo "$as_me:7906: checking for getpagesize in -lucb" >&5
7727echo $ECHO_N "checking for getpagesize in -lucb... $ECHO_C" >&6 7907echo $ECHO_N "checking for getpagesize in -lucb... $ECHO_C" >&6
7728if test "${ac_cv_lib_ucb_getpagesize+set}" = set; then 7908if test "${ac_cv_lib_ucb_getpagesize+set}" = set; then
7729 echo $ECHO_N "(cached) $ECHO_C" >&6 7909 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7731,7 +7911,7 @@ else
7731 ac_check_lib_save_LIBS=$LIBS 7911 ac_check_lib_save_LIBS=$LIBS
7732LIBS="-lucb $LIBS" 7912LIBS="-lucb $LIBS"
7733cat >conftest.$ac_ext <<_ACEOF 7913cat >conftest.$ac_ext <<_ACEOF
7734#line 7734 "configure" 7914#line 7914 "configure"
7735#include "confdefs.h" 7915#include "confdefs.h"
7736 7916
7737/* Override any gcc2 internal prototype to avoid an error. */ 7917/* Override any gcc2 internal prototype to avoid an error. */
@@ -7750,16 +7930,16 @@ getpagesize ();
7750} 7930}
7751_ACEOF 7931_ACEOF
7752rm -f conftest.$ac_objext conftest$ac_exeext 7932rm -f conftest.$ac_objext conftest$ac_exeext
7753if { (eval echo "$as_me:7753: \"$ac_link\"") >&5 7933if { (eval echo "$as_me:7933: \"$ac_link\"") >&5
7754 (eval $ac_link) 2>&5 7934 (eval $ac_link) 2>&5
7755 ac_status=$? 7935 ac_status=$?
7756 echo "$as_me:7756: \$? = $ac_status" >&5 7936 echo "$as_me:7936: \$? = $ac_status" >&5
7757 (exit $ac_status); } && 7937 (exit $ac_status); } &&
7758 { ac_try='test -s conftest$ac_exeext' 7938 { ac_try='test -s conftest$ac_exeext'
7759 { (eval echo "$as_me:7759: \"$ac_try\"") >&5 7939 { (eval echo "$as_me:7939: \"$ac_try\"") >&5
7760 (eval $ac_try) 2>&5 7940 (eval $ac_try) 2>&5
7761 ac_status=$? 7941 ac_status=$?
7762 echo "$as_me:7762: \$? = $ac_status" >&5 7942 echo "$as_me:7942: \$? = $ac_status" >&5
7763 (exit $ac_status); }; }; then 7943 (exit $ac_status); }; }; then
7764 ac_cv_lib_ucb_getpagesize=yes 7944 ac_cv_lib_ucb_getpagesize=yes
7765else 7945else
@@ -7770,7 +7950,7 @@ fi
7770rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7950rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7771LIBS=$ac_check_lib_save_LIBS 7951LIBS=$ac_check_lib_save_LIBS
7772fi 7952fi
7773echo "$as_me:7773: result: $ac_cv_lib_ucb_getpagesize" >&5 7953echo "$as_me:7953: result: $ac_cv_lib_ucb_getpagesize" >&5
7774echo "${ECHO_T}$ac_cv_lib_ucb_getpagesize" >&6 7954echo "${ECHO_T}$ac_cv_lib_ucb_getpagesize" >&6
7775if test $ac_cv_lib_ucb_getpagesize = yes; then 7955if test $ac_cv_lib_ucb_getpagesize = yes; then
7776 LIBS="$LIBS -lucb"; cat >>confdefs.h <<\EOF 7956 LIBS="$LIBS -lucb"; cat >>confdefs.h <<\EOF
@@ -7783,15 +7963,15 @@ fi
7783 7963
7784# Check for broken snprintf 7964# Check for broken snprintf
7785if test "x$ac_cv_func_snprintf" = "xyes" ; then 7965if test "x$ac_cv_func_snprintf" = "xyes" ; then
7786 echo "$as_me:7786: checking whether snprintf correctly terminates long strings" >&5 7966 echo "$as_me:7966: checking whether snprintf correctly terminates long strings" >&5
7787echo $ECHO_N "checking whether snprintf correctly terminates long strings... $ECHO_C" >&6 7967echo $ECHO_N "checking whether snprintf correctly terminates long strings... $ECHO_C" >&6
7788 if test "$cross_compiling" = yes; then 7968 if test "$cross_compiling" = yes; then
7789 { { echo "$as_me:7789: error: cannot run test program while cross compiling" >&5 7969 { { echo "$as_me:7969: error: cannot run test program while cross compiling" >&5
7790echo "$as_me: error: cannot run test program while cross compiling" >&2;} 7970echo "$as_me: error: cannot run test program while cross compiling" >&2;}
7791 { (exit 1); exit 1; }; } 7971 { (exit 1); exit 1; }; }
7792else 7972else
7793 cat >conftest.$ac_ext <<_ACEOF 7973 cat >conftest.$ac_ext <<_ACEOF
7794#line 7794 "configure" 7974#line 7974 "configure"
7795#include "confdefs.h" 7975#include "confdefs.h"
7796 7976
7797#include <stdio.h> 7977#include <stdio.h>
@@ -7799,30 +7979,30 @@ int main(void){char b[5];snprintf(b,5,"123456789");exit(b[4]!='\0');}
7799 7979
7800_ACEOF 7980_ACEOF
7801rm -f conftest$ac_exeext 7981rm -f conftest$ac_exeext
7802if { (eval echo "$as_me:7802: \"$ac_link\"") >&5 7982if { (eval echo "$as_me:7982: \"$ac_link\"") >&5
7803 (eval $ac_link) 2>&5 7983 (eval $ac_link) 2>&5
7804 ac_status=$? 7984 ac_status=$?
7805 echo "$as_me:7805: \$? = $ac_status" >&5 7985 echo "$as_me:7985: \$? = $ac_status" >&5
7806 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7986 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7807 { (eval echo "$as_me:7807: \"$ac_try\"") >&5 7987 { (eval echo "$as_me:7987: \"$ac_try\"") >&5
7808 (eval $ac_try) 2>&5 7988 (eval $ac_try) 2>&5
7809 ac_status=$? 7989 ac_status=$?
7810 echo "$as_me:7810: \$? = $ac_status" >&5 7990 echo "$as_me:7990: \$? = $ac_status" >&5
7811 (exit $ac_status); }; }; then 7991 (exit $ac_status); }; }; then
7812 echo "$as_me:7812: result: yes" >&5 7992 echo "$as_me:7992: result: yes" >&5
7813echo "${ECHO_T}yes" >&6 7993echo "${ECHO_T}yes" >&6
7814else 7994else
7815 echo "$as_me: program exited with status $ac_status" >&5 7995 echo "$as_me: program exited with status $ac_status" >&5
7816echo "$as_me: failed program was:" >&5 7996echo "$as_me: failed program was:" >&5
7817cat conftest.$ac_ext >&5 7997cat conftest.$ac_ext >&5
7818 7998
7819 echo "$as_me:7819: result: no" >&5 7999 echo "$as_me:7999: result: no" >&5
7820echo "${ECHO_T}no" >&6 8000echo "${ECHO_T}no" >&6
7821 cat >>confdefs.h <<\EOF 8001 cat >>confdefs.h <<\EOF
7822#define BROKEN_SNPRINTF 1 8002#define BROKEN_SNPRINTF 1
7823EOF 8003EOF
7824 8004
7825 { echo "$as_me:7825: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&5 8005 { echo "$as_me:8005: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&5
7826echo "$as_me: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&2;} 8006echo "$as_me: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&2;}
7827 8007
7828fi 8008fi
@@ -7831,11 +8011,11 @@ fi
7831fi 8011fi
7832 8012
7833if test "x$ac_cv_func_mkdtemp" = "xyes" ; then 8013if test "x$ac_cv_func_mkdtemp" = "xyes" ; then
7834echo "$as_me:7834: checking for (overly) strict mkstemp" >&5 8014echo "$as_me:8014: checking for (overly) strict mkstemp" >&5
7835echo $ECHO_N "checking for (overly) strict mkstemp... $ECHO_C" >&6 8015echo $ECHO_N "checking for (overly) strict mkstemp... $ECHO_C" >&6
7836if test "$cross_compiling" = yes; then 8016if test "$cross_compiling" = yes; then
7837 8017
7838 echo "$as_me:7838: result: yes" >&5 8018 echo "$as_me:8018: result: yes" >&5
7839echo "${ECHO_T}yes" >&6 8019echo "${ECHO_T}yes" >&6
7840 cat >>confdefs.h <<\EOF 8020 cat >>confdefs.h <<\EOF
7841#define HAVE_STRICT_MKSTEMP 1 8021#define HAVE_STRICT_MKSTEMP 1
@@ -7843,7 +8023,7 @@ EOF
7843 8023
7844else 8024else
7845 cat >conftest.$ac_ext <<_ACEOF 8025 cat >conftest.$ac_ext <<_ACEOF
7846#line 7846 "configure" 8026#line 8026 "configure"
7847#include "confdefs.h" 8027#include "confdefs.h"
7848 8028
7849#include <stdlib.h> 8029#include <stdlib.h>
@@ -7855,18 +8035,18 @@ unlink(template); exit(0);
7855 8035
7856_ACEOF 8036_ACEOF
7857rm -f conftest$ac_exeext 8037rm -f conftest$ac_exeext
7858if { (eval echo "$as_me:7858: \"$ac_link\"") >&5 8038if { (eval echo "$as_me:8038: \"$ac_link\"") >&5
7859 (eval $ac_link) 2>&5 8039 (eval $ac_link) 2>&5
7860 ac_status=$? 8040 ac_status=$?
7861 echo "$as_me:7861: \$? = $ac_status" >&5 8041 echo "$as_me:8041: \$? = $ac_status" >&5
7862 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8042 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7863 { (eval echo "$as_me:7863: \"$ac_try\"") >&5 8043 { (eval echo "$as_me:8043: \"$ac_try\"") >&5
7864 (eval $ac_try) 2>&5 8044 (eval $ac_try) 2>&5
7865 ac_status=$? 8045 ac_status=$?
7866 echo "$as_me:7866: \$? = $ac_status" >&5 8046 echo "$as_me:8046: \$? = $ac_status" >&5
7867 (exit $ac_status); }; }; then 8047 (exit $ac_status); }; }; then
7868 8048
7869 echo "$as_me:7869: result: no" >&5 8049 echo "$as_me:8049: result: no" >&5
7870echo "${ECHO_T}no" >&6 8050echo "${ECHO_T}no" >&6
7871 8051
7872else 8052else
@@ -7874,7 +8054,7 @@ else
7874echo "$as_me: failed program was:" >&5 8054echo "$as_me: failed program was:" >&5
7875cat conftest.$ac_ext >&5 8055cat conftest.$ac_ext >&5
7876 8056
7877 echo "$as_me:7877: result: yes" >&5 8057 echo "$as_me:8057: result: yes" >&5
7878echo "${ECHO_T}yes" >&6 8058echo "${ECHO_T}yes" >&6
7879 cat >>confdefs.h <<\EOF 8059 cat >>confdefs.h <<\EOF
7880#define HAVE_STRICT_MKSTEMP 1 8060#define HAVE_STRICT_MKSTEMP 1
@@ -7886,15 +8066,15 @@ fi
7886fi 8066fi
7887 8067
7888if test ! -z "$check_for_openpty_ctty_bug"; then 8068if test ! -z "$check_for_openpty_ctty_bug"; then
7889 echo "$as_me:7889: checking if openpty correctly handles controlling tty" >&5 8069 echo "$as_me:8069: checking if openpty correctly handles controlling tty" >&5
7890echo $ECHO_N "checking if openpty correctly handles controlling tty... $ECHO_C" >&6 8070echo $ECHO_N "checking if openpty correctly handles controlling tty... $ECHO_C" >&6
7891 if test "$cross_compiling" = yes; then 8071 if test "$cross_compiling" = yes; then
7892 { { echo "$as_me:7892: error: cannot run test program while cross compiling" >&5 8072 { { echo "$as_me:8072: error: cannot run test program while cross compiling" >&5
7893echo "$as_me: error: cannot run test program while cross compiling" >&2;} 8073echo "$as_me: error: cannot run test program while cross compiling" >&2;}
7894 { (exit 1); exit 1; }; } 8074 { (exit 1); exit 1; }; }
7895else 8075else
7896 cat >conftest.$ac_ext <<_ACEOF 8076 cat >conftest.$ac_ext <<_ACEOF
7897#line 7897 "configure" 8077#line 8077 "configure"
7898#include "confdefs.h" 8078#include "confdefs.h"
7899 8079
7900#include <stdio.h> 8080#include <stdio.h>
@@ -7931,18 +8111,18 @@ main()
7931 8111
7932_ACEOF 8112_ACEOF
7933rm -f conftest$ac_exeext 8113rm -f conftest$ac_exeext
7934if { (eval echo "$as_me:7934: \"$ac_link\"") >&5 8114if { (eval echo "$as_me:8114: \"$ac_link\"") >&5
7935 (eval $ac_link) 2>&5 8115 (eval $ac_link) 2>&5
7936 ac_status=$? 8116 ac_status=$?
7937 echo "$as_me:7937: \$? = $ac_status" >&5 8117 echo "$as_me:8117: \$? = $ac_status" >&5
7938 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8118 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7939 { (eval echo "$as_me:7939: \"$ac_try\"") >&5 8119 { (eval echo "$as_me:8119: \"$ac_try\"") >&5
7940 (eval $ac_try) 2>&5 8120 (eval $ac_try) 2>&5
7941 ac_status=$? 8121 ac_status=$?
7942 echo "$as_me:7942: \$? = $ac_status" >&5 8122 echo "$as_me:8122: \$? = $ac_status" >&5
7943 (exit $ac_status); }; }; then 8123 (exit $ac_status); }; }; then
7944 8124
7945 echo "$as_me:7945: result: yes" >&5 8125 echo "$as_me:8125: result: yes" >&5
7946echo "${ECHO_T}yes" >&6 8126echo "${ECHO_T}yes" >&6
7947 8127
7948else 8128else
@@ -7950,7 +8130,7 @@ else
7950echo "$as_me: failed program was:" >&5 8130echo "$as_me: failed program was:" >&5
7951cat conftest.$ac_ext >&5 8131cat conftest.$ac_ext >&5
7952 8132
7953 echo "$as_me:7953: result: no" >&5 8133 echo "$as_me:8133: result: no" >&5
7954echo "${ECHO_T}no" >&6 8134echo "${ECHO_T}no" >&6
7955 cat >>confdefs.h <<\EOF 8135 cat >>confdefs.h <<\EOF
7956#define SSHD_ACQUIRES_CTTY 1 8136#define SSHD_ACQUIRES_CTTY 1
@@ -7961,14 +8141,14 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7961fi 8141fi
7962fi 8142fi
7963 8143
7964echo "$as_me:7964: checking whether getpgrp takes no argument" >&5 8144echo "$as_me:8144: checking whether getpgrp takes no argument" >&5
7965echo $ECHO_N "checking whether getpgrp takes no argument... $ECHO_C" >&6 8145echo $ECHO_N "checking whether getpgrp takes no argument... $ECHO_C" >&6
7966if test "${ac_cv_func_getpgrp_void+set}" = set; then 8146if test "${ac_cv_func_getpgrp_void+set}" = set; then
7967 echo $ECHO_N "(cached) $ECHO_C" >&6 8147 echo $ECHO_N "(cached) $ECHO_C" >&6
7968else 8148else
7969 # Use it with a single arg. 8149 # Use it with a single arg.
7970cat >conftest.$ac_ext <<_ACEOF 8150cat >conftest.$ac_ext <<_ACEOF
7971#line 7971 "configure" 8151#line 8151 "configure"
7972#include "confdefs.h" 8152#include "confdefs.h"
7973$ac_includes_default 8153$ac_includes_default
7974int 8154int
@@ -7980,16 +8160,16 @@ getpgrp (0);
7980} 8160}
7981_ACEOF 8161_ACEOF
7982rm -f conftest.$ac_objext 8162rm -f conftest.$ac_objext
7983if { (eval echo "$as_me:7983: \"$ac_compile\"") >&5 8163if { (eval echo "$as_me:8163: \"$ac_compile\"") >&5
7984 (eval $ac_compile) 2>&5 8164 (eval $ac_compile) 2>&5
7985 ac_status=$? 8165 ac_status=$?
7986 echo "$as_me:7986: \$? = $ac_status" >&5 8166 echo "$as_me:8166: \$? = $ac_status" >&5
7987 (exit $ac_status); } && 8167 (exit $ac_status); } &&
7988 { ac_try='test -s conftest.$ac_objext' 8168 { ac_try='test -s conftest.$ac_objext'
7989 { (eval echo "$as_me:7989: \"$ac_try\"") >&5 8169 { (eval echo "$as_me:8169: \"$ac_try\"") >&5
7990 (eval $ac_try) 2>&5 8170 (eval $ac_try) 2>&5
7991 ac_status=$? 8171 ac_status=$?
7992 echo "$as_me:7992: \$? = $ac_status" >&5 8172 echo "$as_me:8172: \$? = $ac_status" >&5
7993 (exit $ac_status); }; }; then 8173 (exit $ac_status); }; }; then
7994 ac_func_getpgrp_1=yes 8174 ac_func_getpgrp_1=yes
7995else 8175else
@@ -8000,7 +8180,7 @@ fi
8000rm -f conftest.$ac_objext conftest.$ac_ext 8180rm -f conftest.$ac_objext conftest.$ac_ext
8001# Use it with no arg. 8181# Use it with no arg.
8002cat >conftest.$ac_ext <<_ACEOF 8182cat >conftest.$ac_ext <<_ACEOF
8003#line 8003 "configure" 8183#line 8183 "configure"
8004#include "confdefs.h" 8184#include "confdefs.h"
8005$ac_includes_default 8185$ac_includes_default
8006int 8186int
@@ -8012,16 +8192,16 @@ getpgrp ();
8012} 8192}
8013_ACEOF 8193_ACEOF
8014rm -f conftest.$ac_objext 8194rm -f conftest.$ac_objext
8015if { (eval echo "$as_me:8015: \"$ac_compile\"") >&5 8195if { (eval echo "$as_me:8195: \"$ac_compile\"") >&5
8016 (eval $ac_compile) 2>&5 8196 (eval $ac_compile) 2>&5
8017 ac_status=$? 8197 ac_status=$?
8018 echo "$as_me:8018: \$? = $ac_status" >&5 8198 echo "$as_me:8198: \$? = $ac_status" >&5
8019 (exit $ac_status); } && 8199 (exit $ac_status); } &&
8020 { ac_try='test -s conftest.$ac_objext' 8200 { ac_try='test -s conftest.$ac_objext'
8021 { (eval echo "$as_me:8021: \"$ac_try\"") >&5 8201 { (eval echo "$as_me:8201: \"$ac_try\"") >&5
8022 (eval $ac_try) 2>&5 8202 (eval $ac_try) 2>&5
8023 ac_status=$? 8203 ac_status=$?
8024 echo "$as_me:8024: \$? = $ac_status" >&5 8204 echo "$as_me:8204: \$? = $ac_status" >&5
8025 (exit $ac_status); }; }; then 8205 (exit $ac_status); }; }; then
8026 ac_func_getpgrp_0=yes 8206 ac_func_getpgrp_0=yes
8027else 8207else
@@ -8035,12 +8215,12 @@ case $ac_func_getpgrp_0:$ac_func_getpgrp_1 in
8035 yes:no) ac_cv_func_getpgrp_void=yes;; 8215 yes:no) ac_cv_func_getpgrp_void=yes;;
8036 no:yes) ac_cv_func_getpgrp_void=false;; 8216 no:yes) ac_cv_func_getpgrp_void=false;;
8037 *) if test "$cross_compiling" = yes; then 8217 *) if test "$cross_compiling" = yes; then
8038 { { echo "$as_me:8038: error: cannot check getpgrp if cross compiling" >&5 8218 { { echo "$as_me:8218: error: cannot check getpgrp if cross compiling" >&5
8039echo "$as_me: error: cannot check getpgrp if cross compiling" >&2;} 8219echo "$as_me: error: cannot check getpgrp if cross compiling" >&2;}
8040 { (exit 1); exit 1; }; } 8220 { (exit 1); exit 1; }; }
8041else 8221else
8042 cat >conftest.$ac_ext <<_ACEOF 8222 cat >conftest.$ac_ext <<_ACEOF
8043#line 8043 "configure" 8223#line 8223 "configure"
8044#include "confdefs.h" 8224#include "confdefs.h"
8045$ac_includes_default 8225$ac_includes_default
8046 8226
@@ -8094,15 +8274,15 @@ main ()
8094 8274
8095_ACEOF 8275_ACEOF
8096rm -f conftest$ac_exeext 8276rm -f conftest$ac_exeext
8097if { (eval echo "$as_me:8097: \"$ac_link\"") >&5 8277if { (eval echo "$as_me:8277: \"$ac_link\"") >&5
8098 (eval $ac_link) 2>&5 8278 (eval $ac_link) 2>&5
8099 ac_status=$? 8279 ac_status=$?
8100 echo "$as_me:8100: \$? = $ac_status" >&5 8280 echo "$as_me:8280: \$? = $ac_status" >&5
8101 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8281 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8102 { (eval echo "$as_me:8102: \"$ac_try\"") >&5 8282 { (eval echo "$as_me:8282: \"$ac_try\"") >&5
8103 (eval $ac_try) 2>&5 8283 (eval $ac_try) 2>&5
8104 ac_status=$? 8284 ac_status=$?
8105 echo "$as_me:8105: \$? = $ac_status" >&5 8285 echo "$as_me:8285: \$? = $ac_status" >&5
8106 (exit $ac_status); }; }; then 8286 (exit $ac_status); }; }; then
8107 ac_cv_func_getpgrp_void=yes 8287 ac_cv_func_getpgrp_void=yes
8108else 8288else
@@ -8116,7 +8296,7 @@ fi;;
8116esac # $ac_func_getpgrp_0:$ac_func_getpgrp_1 8296esac # $ac_func_getpgrp_0:$ac_func_getpgrp_1
8117 8297
8118fi 8298fi
8119echo "$as_me:8119: result: $ac_cv_func_getpgrp_void" >&5 8299echo "$as_me:8299: result: $ac_cv_func_getpgrp_void" >&5
8120echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6 8300echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6
8121if test $ac_cv_func_getpgrp_void = yes; then 8301if test $ac_cv_func_getpgrp_void = yes; then
8122 8302
@@ -8135,12 +8315,12 @@ if test "${with_pam+set}" = set; then
8135 8315
8136 if test "x$withval" != "xno" ; then 8316 if test "x$withval" != "xno" ; then
8137 if test "x$ac_cv_header_security_pam_appl_h" != "xyes" ; then 8317 if test "x$ac_cv_header_security_pam_appl_h" != "xyes" ; then
8138 { { echo "$as_me:8138: error: PAM headers not found" >&5 8318 { { echo "$as_me:8318: error: PAM headers not found" >&5
8139echo "$as_me: error: PAM headers not found" >&2;} 8319echo "$as_me: error: PAM headers not found" >&2;}
8140 { (exit 1); exit 1; }; } 8320 { (exit 1); exit 1; }; }
8141 fi 8321 fi
8142 8322
8143echo "$as_me:8143: checking for dlopen in -ldl" >&5 8323echo "$as_me:8323: checking for dlopen in -ldl" >&5
8144echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 8324echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
8145if test "${ac_cv_lib_dl_dlopen+set}" = set; then 8325if test "${ac_cv_lib_dl_dlopen+set}" = set; then
8146 echo $ECHO_N "(cached) $ECHO_C" >&6 8326 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8148,7 +8328,7 @@ else
8148 ac_check_lib_save_LIBS=$LIBS 8328 ac_check_lib_save_LIBS=$LIBS
8149LIBS="-ldl $LIBS" 8329LIBS="-ldl $LIBS"
8150cat >conftest.$ac_ext <<_ACEOF 8330cat >conftest.$ac_ext <<_ACEOF
8151#line 8151 "configure" 8331#line 8331 "configure"
8152#include "confdefs.h" 8332#include "confdefs.h"
8153 8333
8154/* Override any gcc2 internal prototype to avoid an error. */ 8334/* Override any gcc2 internal prototype to avoid an error. */
@@ -8167,16 +8347,16 @@ dlopen ();
8167} 8347}
8168_ACEOF 8348_ACEOF
8169rm -f conftest.$ac_objext conftest$ac_exeext 8349rm -f conftest.$ac_objext conftest$ac_exeext
8170if { (eval echo "$as_me:8170: \"$ac_link\"") >&5 8350if { (eval echo "$as_me:8350: \"$ac_link\"") >&5
8171 (eval $ac_link) 2>&5 8351 (eval $ac_link) 2>&5
8172 ac_status=$? 8352 ac_status=$?
8173 echo "$as_me:8173: \$? = $ac_status" >&5 8353 echo "$as_me:8353: \$? = $ac_status" >&5
8174 (exit $ac_status); } && 8354 (exit $ac_status); } &&
8175 { ac_try='test -s conftest$ac_exeext' 8355 { ac_try='test -s conftest$ac_exeext'
8176 { (eval echo "$as_me:8176: \"$ac_try\"") >&5 8356 { (eval echo "$as_me:8356: \"$ac_try\"") >&5
8177 (eval $ac_try) 2>&5 8357 (eval $ac_try) 2>&5
8178 ac_status=$? 8358 ac_status=$?
8179 echo "$as_me:8179: \$? = $ac_status" >&5 8359 echo "$as_me:8359: \$? = $ac_status" >&5
8180 (exit $ac_status); }; }; then 8360 (exit $ac_status); }; }; then
8181 ac_cv_lib_dl_dlopen=yes 8361 ac_cv_lib_dl_dlopen=yes
8182else 8362else
@@ -8187,7 +8367,7 @@ fi
8187rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8367rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8188LIBS=$ac_check_lib_save_LIBS 8368LIBS=$ac_check_lib_save_LIBS
8189fi 8369fi
8190echo "$as_me:8190: result: $ac_cv_lib_dl_dlopen" >&5 8370echo "$as_me:8370: result: $ac_cv_lib_dl_dlopen" >&5
8191echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 8371echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
8192if test $ac_cv_lib_dl_dlopen = yes; then 8372if test $ac_cv_lib_dl_dlopen = yes; then
8193 cat >>confdefs.h <<EOF 8373 cat >>confdefs.h <<EOF
@@ -8198,7 +8378,7 @@ EOF
8198 8378
8199fi 8379fi
8200 8380
8201echo "$as_me:8201: checking for pam_set_item in -lpam" >&5 8381echo "$as_me:8381: checking for pam_set_item in -lpam" >&5
8202echo $ECHO_N "checking for pam_set_item in -lpam... $ECHO_C" >&6 8382echo $ECHO_N "checking for pam_set_item in -lpam... $ECHO_C" >&6
8203if test "${ac_cv_lib_pam_pam_set_item+set}" = set; then 8383if test "${ac_cv_lib_pam_pam_set_item+set}" = set; then
8204 echo $ECHO_N "(cached) $ECHO_C" >&6 8384 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8206,7 +8386,7 @@ else
8206 ac_check_lib_save_LIBS=$LIBS 8386 ac_check_lib_save_LIBS=$LIBS
8207LIBS="-lpam $LIBS" 8387LIBS="-lpam $LIBS"
8208cat >conftest.$ac_ext <<_ACEOF 8388cat >conftest.$ac_ext <<_ACEOF
8209#line 8209 "configure" 8389#line 8389 "configure"
8210#include "confdefs.h" 8390#include "confdefs.h"
8211 8391
8212/* Override any gcc2 internal prototype to avoid an error. */ 8392/* Override any gcc2 internal prototype to avoid an error. */
@@ -8225,16 +8405,16 @@ pam_set_item ();
8225} 8405}
8226_ACEOF 8406_ACEOF
8227rm -f conftest.$ac_objext conftest$ac_exeext 8407rm -f conftest.$ac_objext conftest$ac_exeext
8228if { (eval echo "$as_me:8228: \"$ac_link\"") >&5 8408if { (eval echo "$as_me:8408: \"$ac_link\"") >&5
8229 (eval $ac_link) 2>&5 8409 (eval $ac_link) 2>&5
8230 ac_status=$? 8410 ac_status=$?
8231 echo "$as_me:8231: \$? = $ac_status" >&5 8411 echo "$as_me:8411: \$? = $ac_status" >&5
8232 (exit $ac_status); } && 8412 (exit $ac_status); } &&
8233 { ac_try='test -s conftest$ac_exeext' 8413 { ac_try='test -s conftest$ac_exeext'
8234 { (eval echo "$as_me:8234: \"$ac_try\"") >&5 8414 { (eval echo "$as_me:8414: \"$ac_try\"") >&5
8235 (eval $ac_try) 2>&5 8415 (eval $ac_try) 2>&5
8236 ac_status=$? 8416 ac_status=$?
8237 echo "$as_me:8237: \$? = $ac_status" >&5 8417 echo "$as_me:8417: \$? = $ac_status" >&5
8238 (exit $ac_status); }; }; then 8418 (exit $ac_status); }; }; then
8239 ac_cv_lib_pam_pam_set_item=yes 8419 ac_cv_lib_pam_pam_set_item=yes
8240else 8420else
@@ -8245,7 +8425,7 @@ fi
8245rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8425rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8246LIBS=$ac_check_lib_save_LIBS 8426LIBS=$ac_check_lib_save_LIBS
8247fi 8427fi
8248echo "$as_me:8248: result: $ac_cv_lib_pam_pam_set_item" >&5 8428echo "$as_me:8428: result: $ac_cv_lib_pam_pam_set_item" >&5
8249echo "${ECHO_T}$ac_cv_lib_pam_pam_set_item" >&6 8429echo "${ECHO_T}$ac_cv_lib_pam_pam_set_item" >&6
8250if test $ac_cv_lib_pam_pam_set_item = yes; then 8430if test $ac_cv_lib_pam_pam_set_item = yes; then
8251 cat >>confdefs.h <<EOF 8431 cat >>confdefs.h <<EOF
@@ -8255,7 +8435,7 @@ EOF
8255 LIBS="-lpam $LIBS" 8435 LIBS="-lpam $LIBS"
8256 8436
8257else 8437else
8258 { { echo "$as_me:8258: error: *** libpam missing" >&5 8438 { { echo "$as_me:8438: error: *** libpam missing" >&5
8259echo "$as_me: error: *** libpam missing" >&2;} 8439echo "$as_me: error: *** libpam missing" >&2;}
8260 { (exit 1); exit 1; }; } 8440 { (exit 1); exit 1; }; }
8261fi 8441fi
@@ -8263,13 +8443,13 @@ fi
8263for ac_func in pam_getenvlist 8443for ac_func in pam_getenvlist
8264do 8444do
8265as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8445as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8266echo "$as_me:8266: checking for $ac_func" >&5 8446echo "$as_me:8446: checking for $ac_func" >&5
8267echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8447echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8268if eval "test \"\${$as_ac_var+set}\" = set"; then 8448if eval "test \"\${$as_ac_var+set}\" = set"; then
8269 echo $ECHO_N "(cached) $ECHO_C" >&6 8449 echo $ECHO_N "(cached) $ECHO_C" >&6
8270else 8450else
8271 cat >conftest.$ac_ext <<_ACEOF 8451 cat >conftest.$ac_ext <<_ACEOF
8272#line 8272 "configure" 8452#line 8452 "configure"
8273#include "confdefs.h" 8453#include "confdefs.h"
8274/* System header to define __stub macros and hopefully few prototypes, 8454/* System header to define __stub macros and hopefully few prototypes,
8275 which can conflict with char $ac_func (); below. */ 8455 which can conflict with char $ac_func (); below. */
@@ -8300,16 +8480,16 @@ f = $ac_func;
8300} 8480}
8301_ACEOF 8481_ACEOF
8302rm -f conftest.$ac_objext conftest$ac_exeext 8482rm -f conftest.$ac_objext conftest$ac_exeext
8303if { (eval echo "$as_me:8303: \"$ac_link\"") >&5 8483if { (eval echo "$as_me:8483: \"$ac_link\"") >&5
8304 (eval $ac_link) 2>&5 8484 (eval $ac_link) 2>&5
8305 ac_status=$? 8485 ac_status=$?
8306 echo "$as_me:8306: \$? = $ac_status" >&5 8486 echo "$as_me:8486: \$? = $ac_status" >&5
8307 (exit $ac_status); } && 8487 (exit $ac_status); } &&
8308 { ac_try='test -s conftest$ac_exeext' 8488 { ac_try='test -s conftest$ac_exeext'
8309 { (eval echo "$as_me:8309: \"$ac_try\"") >&5 8489 { (eval echo "$as_me:8489: \"$ac_try\"") >&5
8310 (eval $ac_try) 2>&5 8490 (eval $ac_try) 2>&5
8311 ac_status=$? 8491 ac_status=$?
8312 echo "$as_me:8312: \$? = $ac_status" >&5 8492 echo "$as_me:8492: \$? = $ac_status" >&5
8313 (exit $ac_status); }; }; then 8493 (exit $ac_status); }; }; then
8314 eval "$as_ac_var=yes" 8494 eval "$as_ac_var=yes"
8315else 8495else
@@ -8319,7 +8499,7 @@ eval "$as_ac_var=no"
8319fi 8499fi
8320rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8500rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8321fi 8501fi
8322echo "$as_me:8322: result: `eval echo '${'$as_ac_var'}'`" >&5 8502echo "$as_me:8502: result: `eval echo '${'$as_ac_var'}'`" >&5
8323echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8503echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8324if test `eval echo '${'$as_ac_var'}'` = yes; then 8504if test `eval echo '${'$as_ac_var'}'` = yes; then
8325 cat >>confdefs.h <<EOF 8505 cat >>confdefs.h <<EOF
@@ -8332,13 +8512,13 @@ done
8332for ac_func in pam_putenv 8512for ac_func in pam_putenv
8333do 8513do
8334as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8514as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8335echo "$as_me:8335: checking for $ac_func" >&5 8515echo "$as_me:8515: checking for $ac_func" >&5
8336echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8516echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8337if eval "test \"\${$as_ac_var+set}\" = set"; then 8517if eval "test \"\${$as_ac_var+set}\" = set"; then
8338 echo $ECHO_N "(cached) $ECHO_C" >&6 8518 echo $ECHO_N "(cached) $ECHO_C" >&6
8339else 8519else
8340 cat >conftest.$ac_ext <<_ACEOF 8520 cat >conftest.$ac_ext <<_ACEOF
8341#line 8341 "configure" 8521#line 8521 "configure"
8342#include "confdefs.h" 8522#include "confdefs.h"
8343/* System header to define __stub macros and hopefully few prototypes, 8523/* System header to define __stub macros and hopefully few prototypes,
8344 which can conflict with char $ac_func (); below. */ 8524 which can conflict with char $ac_func (); below. */
@@ -8369,16 +8549,16 @@ f = $ac_func;
8369} 8549}
8370_ACEOF 8550_ACEOF
8371rm -f conftest.$ac_objext conftest$ac_exeext 8551rm -f conftest.$ac_objext conftest$ac_exeext
8372if { (eval echo "$as_me:8372: \"$ac_link\"") >&5 8552if { (eval echo "$as_me:8552: \"$ac_link\"") >&5
8373 (eval $ac_link) 2>&5 8553 (eval $ac_link) 2>&5
8374 ac_status=$? 8554 ac_status=$?
8375 echo "$as_me:8375: \$? = $ac_status" >&5 8555 echo "$as_me:8555: \$? = $ac_status" >&5
8376 (exit $ac_status); } && 8556 (exit $ac_status); } &&
8377 { ac_try='test -s conftest$ac_exeext' 8557 { ac_try='test -s conftest$ac_exeext'
8378 { (eval echo "$as_me:8378: \"$ac_try\"") >&5 8558 { (eval echo "$as_me:8558: \"$ac_try\"") >&5
8379 (eval $ac_try) 2>&5 8559 (eval $ac_try) 2>&5
8380 ac_status=$? 8560 ac_status=$?
8381 echo "$as_me:8381: \$? = $ac_status" >&5 8561 echo "$as_me:8561: \$? = $ac_status" >&5
8382 (exit $ac_status); }; }; then 8562 (exit $ac_status); }; }; then
8383 eval "$as_ac_var=yes" 8563 eval "$as_ac_var=yes"
8384else 8564else
@@ -8388,7 +8568,7 @@ eval "$as_ac_var=no"
8388fi 8568fi
8389rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8569rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8390fi 8570fi
8391echo "$as_me:8391: result: `eval echo '${'$as_ac_var'}'`" >&5 8571echo "$as_me:8571: result: `eval echo '${'$as_ac_var'}'`" >&5
8392echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8572echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8393if test `eval echo '${'$as_ac_var'}'` = yes; then 8573if test `eval echo '${'$as_ac_var'}'` = yes; then
8394 cat >>confdefs.h <<EOF 8574 cat >>confdefs.h <<EOF
@@ -8418,10 +8598,10 @@ fi;
8418# Check for older PAM 8598# Check for older PAM
8419if test "x$PAM_MSG" = "xyes" ; then 8599if test "x$PAM_MSG" = "xyes" ; then
8420 # Check PAM strerror arguments (old PAM) 8600 # Check PAM strerror arguments (old PAM)
8421 echo "$as_me:8421: checking whether pam_strerror takes only one argument" >&5 8601 echo "$as_me:8601: checking whether pam_strerror takes only one argument" >&5
8422echo $ECHO_N "checking whether pam_strerror takes only one argument... $ECHO_C" >&6 8602echo $ECHO_N "checking whether pam_strerror takes only one argument... $ECHO_C" >&6
8423 cat >conftest.$ac_ext <<_ACEOF 8603 cat >conftest.$ac_ext <<_ACEOF
8424#line 8424 "configure" 8604#line 8604 "configure"
8425#include "confdefs.h" 8605#include "confdefs.h"
8426 8606
8427#include <stdlib.h> 8607#include <stdlib.h>
@@ -8436,18 +8616,18 @@ main ()
8436} 8616}
8437_ACEOF 8617_ACEOF
8438rm -f conftest.$ac_objext 8618rm -f conftest.$ac_objext
8439if { (eval echo "$as_me:8439: \"$ac_compile\"") >&5 8619if { (eval echo "$as_me:8619: \"$ac_compile\"") >&5
8440 (eval $ac_compile) 2>&5 8620 (eval $ac_compile) 2>&5
8441 ac_status=$? 8621 ac_status=$?
8442 echo "$as_me:8442: \$? = $ac_status" >&5 8622 echo "$as_me:8622: \$? = $ac_status" >&5
8443 (exit $ac_status); } && 8623 (exit $ac_status); } &&
8444 { ac_try='test -s conftest.$ac_objext' 8624 { ac_try='test -s conftest.$ac_objext'
8445 { (eval echo "$as_me:8445: \"$ac_try\"") >&5 8625 { (eval echo "$as_me:8625: \"$ac_try\"") >&5
8446 (eval $ac_try) 2>&5 8626 (eval $ac_try) 2>&5
8447 ac_status=$? 8627 ac_status=$?
8448 echo "$as_me:8448: \$? = $ac_status" >&5 8628 echo "$as_me:8628: \$? = $ac_status" >&5
8449 (exit $ac_status); }; }; then 8629 (exit $ac_status); }; }; then
8450 echo "$as_me:8450: result: no" >&5 8630 echo "$as_me:8630: result: no" >&5
8451echo "${ECHO_T}no" >&6 8631echo "${ECHO_T}no" >&6
8452else 8632else
8453 echo "$as_me: failed program was:" >&5 8633 echo "$as_me: failed program was:" >&5
@@ -8457,7 +8637,7 @@ cat conftest.$ac_ext >&5
8457#define HAVE_OLD_PAM 1 8637#define HAVE_OLD_PAM 1
8458EOF 8638EOF
8459 8639
8460 echo "$as_me:8460: result: yes" >&5 8640 echo "$as_me:8640: result: yes" >&5
8461echo "${ECHO_T}yes" >&6 8641echo "${ECHO_T}yes" >&6
8462 PAM_MSG="yes (old library)" 8642 PAM_MSG="yes (old library)"
8463 8643
@@ -8469,7 +8649,7 @@ fi
8469# because the system crypt() is more featureful. 8649# because the system crypt() is more featureful.
8470if test "x$check_for_libcrypt_before" = "x1"; then 8650if test "x$check_for_libcrypt_before" = "x1"; then
8471 8651
8472echo "$as_me:8472: checking for crypt in -lcrypt" >&5 8652echo "$as_me:8652: checking for crypt in -lcrypt" >&5
8473echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6 8653echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6
8474if test "${ac_cv_lib_crypt_crypt+set}" = set; then 8654if test "${ac_cv_lib_crypt_crypt+set}" = set; then
8475 echo $ECHO_N "(cached) $ECHO_C" >&6 8655 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8477,7 +8657,7 @@ else
8477 ac_check_lib_save_LIBS=$LIBS 8657 ac_check_lib_save_LIBS=$LIBS
8478LIBS="-lcrypt $LIBS" 8658LIBS="-lcrypt $LIBS"
8479cat >conftest.$ac_ext <<_ACEOF 8659cat >conftest.$ac_ext <<_ACEOF
8480#line 8480 "configure" 8660#line 8660 "configure"
8481#include "confdefs.h" 8661#include "confdefs.h"
8482 8662
8483/* Override any gcc2 internal prototype to avoid an error. */ 8663/* Override any gcc2 internal prototype to avoid an error. */
@@ -8496,16 +8676,16 @@ crypt ();
8496} 8676}
8497_ACEOF 8677_ACEOF
8498rm -f conftest.$ac_objext conftest$ac_exeext 8678rm -f conftest.$ac_objext conftest$ac_exeext
8499if { (eval echo "$as_me:8499: \"$ac_link\"") >&5 8679if { (eval echo "$as_me:8679: \"$ac_link\"") >&5
8500 (eval $ac_link) 2>&5 8680 (eval $ac_link) 2>&5
8501 ac_status=$? 8681 ac_status=$?
8502 echo "$as_me:8502: \$? = $ac_status" >&5 8682 echo "$as_me:8682: \$? = $ac_status" >&5
8503 (exit $ac_status); } && 8683 (exit $ac_status); } &&
8504 { ac_try='test -s conftest$ac_exeext' 8684 { ac_try='test -s conftest$ac_exeext'
8505 { (eval echo "$as_me:8505: \"$ac_try\"") >&5 8685 { (eval echo "$as_me:8685: \"$ac_try\"") >&5
8506 (eval $ac_try) 2>&5 8686 (eval $ac_try) 2>&5
8507 ac_status=$? 8687 ac_status=$?
8508 echo "$as_me:8508: \$? = $ac_status" >&5 8688 echo "$as_me:8688: \$? = $ac_status" >&5
8509 (exit $ac_status); }; }; then 8689 (exit $ac_status); }; }; then
8510 ac_cv_lib_crypt_crypt=yes 8690 ac_cv_lib_crypt_crypt=yes
8511else 8691else
@@ -8516,7 +8696,7 @@ fi
8516rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8696rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8517LIBS=$ac_check_lib_save_LIBS 8697LIBS=$ac_check_lib_save_LIBS
8518fi 8698fi
8519echo "$as_me:8519: result: $ac_cv_lib_crypt_crypt" >&5 8699echo "$as_me:8699: result: $ac_cv_lib_crypt_crypt" >&5
8520echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6 8700echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6
8521if test $ac_cv_lib_crypt_crypt = yes; then 8701if test $ac_cv_lib_crypt_crypt = yes; then
8522 cat >>confdefs.h <<EOF 8702 cat >>confdefs.h <<EOF
@@ -8561,7 +8741,7 @@ if test "${with_ssl_dir+set}" = set; then
8561fi; 8741fi;
8562LIBS="$LIBS -lcrypto" 8742LIBS="$LIBS -lcrypto"
8563cat >conftest.$ac_ext <<_ACEOF 8743cat >conftest.$ac_ext <<_ACEOF
8564#line 8564 "configure" 8744#line 8744 "configure"
8565#include "confdefs.h" 8745#include "confdefs.h"
8566 8746
8567/* Override any gcc2 internal prototype to avoid an error. */ 8747/* Override any gcc2 internal prototype to avoid an error. */
@@ -8580,16 +8760,16 @@ RAND_add ();
8580} 8760}
8581_ACEOF 8761_ACEOF
8582rm -f conftest.$ac_objext conftest$ac_exeext 8762rm -f conftest.$ac_objext conftest$ac_exeext
8583if { (eval echo "$as_me:8583: \"$ac_link\"") >&5 8763if { (eval echo "$as_me:8763: \"$ac_link\"") >&5
8584 (eval $ac_link) 2>&5 8764 (eval $ac_link) 2>&5
8585 ac_status=$? 8765 ac_status=$?
8586 echo "$as_me:8586: \$? = $ac_status" >&5 8766 echo "$as_me:8766: \$? = $ac_status" >&5
8587 (exit $ac_status); } && 8767 (exit $ac_status); } &&
8588 { ac_try='test -s conftest$ac_exeext' 8768 { ac_try='test -s conftest$ac_exeext'
8589 { (eval echo "$as_me:8589: \"$ac_try\"") >&5 8769 { (eval echo "$as_me:8769: \"$ac_try\"") >&5
8590 (eval $ac_try) 2>&5 8770 (eval $ac_try) 2>&5
8591 ac_status=$? 8771 ac_status=$?
8592 echo "$as_me:8592: \$? = $ac_status" >&5 8772 echo "$as_me:8772: \$? = $ac_status" >&5
8593 (exit $ac_status); }; }; then 8773 (exit $ac_status); }; }; then
8594 cat >>confdefs.h <<\EOF 8774 cat >>confdefs.h <<\EOF
8595#define HAVE_OPENSSL 1 8775#define HAVE_OPENSSL 1
@@ -8606,7 +8786,7 @@ cat conftest.$ac_ext >&5
8606 fi 8786 fi
8607 CPPFLAGS="-I/usr/local/ssl/include ${saved_CPPFLAGS}" 8787 CPPFLAGS="-I/usr/local/ssl/include ${saved_CPPFLAGS}"
8608 cat >conftest.$ac_ext <<_ACEOF 8788 cat >conftest.$ac_ext <<_ACEOF
8609#line 8609 "configure" 8789#line 8789 "configure"
8610#include "confdefs.h" 8790#include "confdefs.h"
8611 8791
8612/* Override any gcc2 internal prototype to avoid an error. */ 8792/* Override any gcc2 internal prototype to avoid an error. */
@@ -8625,16 +8805,16 @@ RAND_add ();
8625} 8805}
8626_ACEOF 8806_ACEOF
8627rm -f conftest.$ac_objext conftest$ac_exeext 8807rm -f conftest.$ac_objext conftest$ac_exeext
8628if { (eval echo "$as_me:8628: \"$ac_link\"") >&5 8808if { (eval echo "$as_me:8808: \"$ac_link\"") >&5
8629 (eval $ac_link) 2>&5 8809 (eval $ac_link) 2>&5
8630 ac_status=$? 8810 ac_status=$?
8631 echo "$as_me:8631: \$? = $ac_status" >&5 8811 echo "$as_me:8811: \$? = $ac_status" >&5
8632 (exit $ac_status); } && 8812 (exit $ac_status); } &&
8633 { ac_try='test -s conftest$ac_exeext' 8813 { ac_try='test -s conftest$ac_exeext'
8634 { (eval echo "$as_me:8634: \"$ac_try\"") >&5 8814 { (eval echo "$as_me:8814: \"$ac_try\"") >&5
8635 (eval $ac_try) 2>&5 8815 (eval $ac_try) 2>&5
8636 ac_status=$? 8816 ac_status=$?
8637 echo "$as_me:8637: \$? = $ac_status" >&5 8817 echo "$as_me:8817: \$? = $ac_status" >&5
8638 (exit $ac_status); }; }; then 8818 (exit $ac_status); }; }; then
8639 cat >>confdefs.h <<\EOF 8819 cat >>confdefs.h <<\EOF
8640#define HAVE_OPENSSL 1 8820#define HAVE_OPENSSL 1
@@ -8644,7 +8824,7 @@ else
8644 echo "$as_me: failed program was:" >&5 8824 echo "$as_me: failed program was:" >&5
8645cat conftest.$ac_ext >&5 8825cat conftest.$ac_ext >&5
8646 8826
8647 { { echo "$as_me:8647: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&5 8827 { { echo "$as_me:8827: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&5
8648echo "$as_me: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&2;} 8828echo "$as_me: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&2;}
8649 { (exit 1); exit 1; }; } 8829 { (exit 1); exit 1; }; }
8650 8830
@@ -8655,15 +8835,15 @@ fi
8655rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8835rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8656 8836
8657# Determine OpenSSL header version 8837# Determine OpenSSL header version
8658echo "$as_me:8658: checking OpenSSL header version" >&5 8838echo "$as_me:8838: checking OpenSSL header version" >&5
8659echo $ECHO_N "checking OpenSSL header version... $ECHO_C" >&6 8839echo $ECHO_N "checking OpenSSL header version... $ECHO_C" >&6
8660if test "$cross_compiling" = yes; then 8840if test "$cross_compiling" = yes; then
8661 { { echo "$as_me:8661: error: cannot run test program while cross compiling" >&5 8841 { { echo "$as_me:8841: error: cannot run test program while cross compiling" >&5
8662echo "$as_me: error: cannot run test program while cross compiling" >&2;} 8842echo "$as_me: error: cannot run test program while cross compiling" >&2;}
8663 { (exit 1); exit 1; }; } 8843 { (exit 1); exit 1; }; }
8664else 8844else
8665 cat >conftest.$ac_ext <<_ACEOF 8845 cat >conftest.$ac_ext <<_ACEOF
8666#line 8666 "configure" 8846#line 8846 "configure"
8667#include "confdefs.h" 8847#include "confdefs.h"
8668 8848
8669#include <stdio.h> 8849#include <stdio.h>
@@ -8686,19 +8866,19 @@ int main(void) {
8686 8866
8687_ACEOF 8867_ACEOF
8688rm -f conftest$ac_exeext 8868rm -f conftest$ac_exeext
8689if { (eval echo "$as_me:8689: \"$ac_link\"") >&5 8869if { (eval echo "$as_me:8869: \"$ac_link\"") >&5
8690 (eval $ac_link) 2>&5 8870 (eval $ac_link) 2>&5
8691 ac_status=$? 8871 ac_status=$?
8692 echo "$as_me:8692: \$? = $ac_status" >&5 8872 echo "$as_me:8872: \$? = $ac_status" >&5
8693 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8873 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8694 { (eval echo "$as_me:8694: \"$ac_try\"") >&5 8874 { (eval echo "$as_me:8874: \"$ac_try\"") >&5
8695 (eval $ac_try) 2>&5 8875 (eval $ac_try) 2>&5
8696 ac_status=$? 8876 ac_status=$?
8697 echo "$as_me:8697: \$? = $ac_status" >&5 8877 echo "$as_me:8877: \$? = $ac_status" >&5
8698 (exit $ac_status); }; }; then 8878 (exit $ac_status); }; }; then
8699 8879
8700 ssl_header_ver=`cat conftest.sslincver` 8880 ssl_header_ver=`cat conftest.sslincver`
8701 echo "$as_me:8701: result: $ssl_header_ver" >&5 8881 echo "$as_me:8881: result: $ssl_header_ver" >&5
8702echo "${ECHO_T}$ssl_header_ver" >&6 8882echo "${ECHO_T}$ssl_header_ver" >&6
8703 8883
8704else 8884else
@@ -8706,9 +8886,9 @@ else
8706echo "$as_me: failed program was:" >&5 8886echo "$as_me: failed program was:" >&5
8707cat conftest.$ac_ext >&5 8887cat conftest.$ac_ext >&5
8708 8888
8709 echo "$as_me:8709: result: not found" >&5 8889 echo "$as_me:8889: result: not found" >&5
8710echo "${ECHO_T}not found" >&6 8890echo "${ECHO_T}not found" >&6
8711 { { echo "$as_me:8711: error: OpenSSL version header not found." >&5 8891 { { echo "$as_me:8891: error: OpenSSL version header not found." >&5
8712echo "$as_me: error: OpenSSL version header not found." >&2;} 8892echo "$as_me: error: OpenSSL version header not found." >&2;}
8713 { (exit 1); exit 1; }; } 8893 { (exit 1); exit 1; }; }
8714 8894
@@ -8717,15 +8897,15 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8717fi 8897fi
8718 8898
8719# Determine OpenSSL library version 8899# Determine OpenSSL library version
8720echo "$as_me:8720: checking OpenSSL library version" >&5 8900echo "$as_me:8900: checking OpenSSL library version" >&5
8721echo $ECHO_N "checking OpenSSL library version... $ECHO_C" >&6 8901echo $ECHO_N "checking OpenSSL library version... $ECHO_C" >&6
8722if test "$cross_compiling" = yes; then 8902if test "$cross_compiling" = yes; then
8723 { { echo "$as_me:8723: error: cannot run test program while cross compiling" >&5 8903 { { echo "$as_me:8903: error: cannot run test program while cross compiling" >&5
8724echo "$as_me: error: cannot run test program while cross compiling" >&2;} 8904echo "$as_me: error: cannot run test program while cross compiling" >&2;}
8725 { (exit 1); exit 1; }; } 8905 { (exit 1); exit 1; }; }
8726else 8906else
8727 cat >conftest.$ac_ext <<_ACEOF 8907 cat >conftest.$ac_ext <<_ACEOF
8728#line 8728 "configure" 8908#line 8908 "configure"
8729#include "confdefs.h" 8909#include "confdefs.h"
8730 8910
8731#include <stdio.h> 8911#include <stdio.h>
@@ -8749,19 +8929,19 @@ int main(void) {
8749 8929
8750_ACEOF 8930_ACEOF
8751rm -f conftest$ac_exeext 8931rm -f conftest$ac_exeext
8752if { (eval echo "$as_me:8752: \"$ac_link\"") >&5 8932if { (eval echo "$as_me:8932: \"$ac_link\"") >&5
8753 (eval $ac_link) 2>&5 8933 (eval $ac_link) 2>&5
8754 ac_status=$? 8934 ac_status=$?
8755 echo "$as_me:8755: \$? = $ac_status" >&5 8935 echo "$as_me:8935: \$? = $ac_status" >&5
8756 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8936 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8757 { (eval echo "$as_me:8757: \"$ac_try\"") >&5 8937 { (eval echo "$as_me:8937: \"$ac_try\"") >&5
8758 (eval $ac_try) 2>&5 8938 (eval $ac_try) 2>&5
8759 ac_status=$? 8939 ac_status=$?
8760 echo "$as_me:8760: \$? = $ac_status" >&5 8940 echo "$as_me:8940: \$? = $ac_status" >&5
8761 (exit $ac_status); }; }; then 8941 (exit $ac_status); }; }; then
8762 8942
8763 ssl_library_ver=`cat conftest.ssllibver` 8943 ssl_library_ver=`cat conftest.ssllibver`
8764 echo "$as_me:8764: result: $ssl_library_ver" >&5 8944 echo "$as_me:8944: result: $ssl_library_ver" >&5
8765echo "${ECHO_T}$ssl_library_ver" >&6 8945echo "${ECHO_T}$ssl_library_ver" >&6
8766 8946
8767else 8947else
@@ -8769,9 +8949,9 @@ else
8769echo "$as_me: failed program was:" >&5 8949echo "$as_me: failed program was:" >&5
8770cat conftest.$ac_ext >&5 8950cat conftest.$ac_ext >&5
8771 8951
8772 echo "$as_me:8772: result: not found" >&5 8952 echo "$as_me:8952: result: not found" >&5
8773echo "${ECHO_T}not found" >&6 8953echo "${ECHO_T}not found" >&6
8774 { { echo "$as_me:8774: error: OpenSSL library not found." >&5 8954 { { echo "$as_me:8954: error: OpenSSL library not found." >&5
8775echo "$as_me: error: OpenSSL library not found." >&2;} 8955echo "$as_me: error: OpenSSL library not found." >&2;}
8776 { (exit 1); exit 1; }; } 8956 { (exit 1); exit 1; }; }
8777 8957
@@ -8780,15 +8960,15 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8780fi 8960fi
8781 8961
8782# Sanity check OpenSSL headers 8962# Sanity check OpenSSL headers
8783echo "$as_me:8783: checking whether OpenSSL's headers match the library" >&5 8963echo "$as_me:8963: checking whether OpenSSL's headers match the library" >&5
8784echo $ECHO_N "checking whether OpenSSL's headers match the library... $ECHO_C" >&6 8964echo $ECHO_N "checking whether OpenSSL's headers match the library... $ECHO_C" >&6
8785if test "$cross_compiling" = yes; then 8965if test "$cross_compiling" = yes; then
8786 { { echo "$as_me:8786: error: cannot run test program while cross compiling" >&5 8966 { { echo "$as_me:8966: error: cannot run test program while cross compiling" >&5
8787echo "$as_me: error: cannot run test program while cross compiling" >&2;} 8967echo "$as_me: error: cannot run test program while cross compiling" >&2;}
8788 { (exit 1); exit 1; }; } 8968 { (exit 1); exit 1; }; }
8789else 8969else
8790 cat >conftest.$ac_ext <<_ACEOF 8970 cat >conftest.$ac_ext <<_ACEOF
8791#line 8791 "configure" 8971#line 8971 "configure"
8792#include "confdefs.h" 8972#include "confdefs.h"
8793 8973
8794#include <string.h> 8974#include <string.h>
@@ -8797,18 +8977,18 @@ int main(void) { exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1); }
8797 8977
8798_ACEOF 8978_ACEOF
8799rm -f conftest$ac_exeext 8979rm -f conftest$ac_exeext
8800if { (eval echo "$as_me:8800: \"$ac_link\"") >&5 8980if { (eval echo "$as_me:8980: \"$ac_link\"") >&5
8801 (eval $ac_link) 2>&5 8981 (eval $ac_link) 2>&5
8802 ac_status=$? 8982 ac_status=$?
8803 echo "$as_me:8803: \$? = $ac_status" >&5 8983 echo "$as_me:8983: \$? = $ac_status" >&5
8804 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8984 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8805 { (eval echo "$as_me:8805: \"$ac_try\"") >&5 8985 { (eval echo "$as_me:8985: \"$ac_try\"") >&5
8806 (eval $ac_try) 2>&5 8986 (eval $ac_try) 2>&5
8807 ac_status=$? 8987 ac_status=$?
8808 echo "$as_me:8808: \$? = $ac_status" >&5 8988 echo "$as_me:8988: \$? = $ac_status" >&5
8809 (exit $ac_status); }; }; then 8989 (exit $ac_status); }; }; then
8810 8990
8811 echo "$as_me:8811: result: yes" >&5 8991 echo "$as_me:8991: result: yes" >&5
8812echo "${ECHO_T}yes" >&6 8992echo "${ECHO_T}yes" >&6
8813 8993
8814else 8994else
@@ -8816,9 +8996,9 @@ else
8816echo "$as_me: failed program was:" >&5 8996echo "$as_me: failed program was:" >&5
8817cat conftest.$ac_ext >&5 8997cat conftest.$ac_ext >&5
8818 8998
8819 echo "$as_me:8819: result: no" >&5 8999 echo "$as_me:8999: result: no" >&5
8820echo "${ECHO_T}no" >&6 9000echo "${ECHO_T}no" >&6
8821 { { echo "$as_me:8821: error: Your OpenSSL headers do not match your library. 9001 { { echo "$as_me:9001: error: Your OpenSSL headers do not match your library.
8822Check config.log for details. 9002Check config.log for details.
8823Also see contrib/findssl.sh for help identifying header/library mismatches." >&5 9003Also see contrib/findssl.sh for help identifying header/library mismatches." >&5
8824echo "$as_me: error: Your OpenSSL headers do not match your library. 9004echo "$as_me: error: Your OpenSSL headers do not match your library.
@@ -8833,7 +9013,7 @@ fi
8833# Some Linux systems (Slackware) need crypt() from libcrypt, *not* the 9013# Some Linux systems (Slackware) need crypt() from libcrypt, *not* the
8834# version in OpenSSL. Skip this for PAM 9014# version in OpenSSL. Skip this for PAM
8835if test "x$check_for_libcrypt_later" = "x1"; then 9015if test "x$check_for_libcrypt_later" = "x1"; then
8836 echo "$as_me:8836: checking for crypt in -lcrypt" >&5 9016 echo "$as_me:9016: checking for crypt in -lcrypt" >&5
8837echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6 9017echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6
8838if test "${ac_cv_lib_crypt_crypt+set}" = set; then 9018if test "${ac_cv_lib_crypt_crypt+set}" = set; then
8839 echo $ECHO_N "(cached) $ECHO_C" >&6 9019 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8841,7 +9021,7 @@ else
8841 ac_check_lib_save_LIBS=$LIBS 9021 ac_check_lib_save_LIBS=$LIBS
8842LIBS="-lcrypt $LIBS" 9022LIBS="-lcrypt $LIBS"
8843cat >conftest.$ac_ext <<_ACEOF 9023cat >conftest.$ac_ext <<_ACEOF
8844#line 8844 "configure" 9024#line 9024 "configure"
8845#include "confdefs.h" 9025#include "confdefs.h"
8846 9026
8847/* Override any gcc2 internal prototype to avoid an error. */ 9027/* Override any gcc2 internal prototype to avoid an error. */
@@ -8860,16 +9040,16 @@ crypt ();
8860} 9040}
8861_ACEOF 9041_ACEOF
8862rm -f conftest.$ac_objext conftest$ac_exeext 9042rm -f conftest.$ac_objext conftest$ac_exeext
8863if { (eval echo "$as_me:8863: \"$ac_link\"") >&5 9043if { (eval echo "$as_me:9043: \"$ac_link\"") >&5
8864 (eval $ac_link) 2>&5 9044 (eval $ac_link) 2>&5
8865 ac_status=$? 9045 ac_status=$?
8866 echo "$as_me:8866: \$? = $ac_status" >&5 9046 echo "$as_me:9046: \$? = $ac_status" >&5
8867 (exit $ac_status); } && 9047 (exit $ac_status); } &&
8868 { ac_try='test -s conftest$ac_exeext' 9048 { ac_try='test -s conftest$ac_exeext'
8869 { (eval echo "$as_me:8869: \"$ac_try\"") >&5 9049 { (eval echo "$as_me:9049: \"$ac_try\"") >&5
8870 (eval $ac_try) 2>&5 9050 (eval $ac_try) 2>&5
8871 ac_status=$? 9051 ac_status=$?
8872 echo "$as_me:8872: \$? = $ac_status" >&5 9052 echo "$as_me:9052: \$? = $ac_status" >&5
8873 (exit $ac_status); }; }; then 9053 (exit $ac_status); }; }; then
8874 ac_cv_lib_crypt_crypt=yes 9054 ac_cv_lib_crypt_crypt=yes
8875else 9055else
@@ -8880,7 +9060,7 @@ fi
8880rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9060rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8881LIBS=$ac_check_lib_save_LIBS 9061LIBS=$ac_check_lib_save_LIBS
8882fi 9062fi
8883echo "$as_me:8883: result: $ac_cv_lib_crypt_crypt" >&5 9063echo "$as_me:9063: result: $ac_cv_lib_crypt_crypt" >&5
8884echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6 9064echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6
8885if test $ac_cv_lib_crypt_crypt = yes; then 9065if test $ac_cv_lib_crypt_crypt = yes; then
8886 LIBS="$LIBS -lcrypt" 9066 LIBS="$LIBS -lcrypt"
@@ -8891,15 +9071,15 @@ fi
8891### Configure cryptographic random number support 9071### Configure cryptographic random number support
8892 9072
8893# Check wheter OpenSSL seeds itself 9073# Check wheter OpenSSL seeds itself
8894echo "$as_me:8894: checking whether OpenSSL's PRNG is internally seeded" >&5 9074echo "$as_me:9074: checking whether OpenSSL's PRNG is internally seeded" >&5
8895echo $ECHO_N "checking whether OpenSSL's PRNG is internally seeded... $ECHO_C" >&6 9075echo $ECHO_N "checking whether OpenSSL's PRNG is internally seeded... $ECHO_C" >&6
8896if test "$cross_compiling" = yes; then 9076if test "$cross_compiling" = yes; then
8897 { { echo "$as_me:8897: error: cannot run test program while cross compiling" >&5 9077 { { echo "$as_me:9077: error: cannot run test program while cross compiling" >&5
8898echo "$as_me: error: cannot run test program while cross compiling" >&2;} 9078echo "$as_me: error: cannot run test program while cross compiling" >&2;}
8899 { (exit 1); exit 1; }; } 9079 { (exit 1); exit 1; }; }
8900else 9080else
8901 cat >conftest.$ac_ext <<_ACEOF 9081 cat >conftest.$ac_ext <<_ACEOF
8902#line 8902 "configure" 9082#line 9082 "configure"
8903#include "confdefs.h" 9083#include "confdefs.h"
8904 9084
8905#include <string.h> 9085#include <string.h>
@@ -8908,19 +9088,19 @@ int main(void) { exit(RAND_status() == 1 ? 0 : 1); }
8908 9088
8909_ACEOF 9089_ACEOF
8910rm -f conftest$ac_exeext 9090rm -f conftest$ac_exeext
8911if { (eval echo "$as_me:8911: \"$ac_link\"") >&5 9091if { (eval echo "$as_me:9091: \"$ac_link\"") >&5
8912 (eval $ac_link) 2>&5 9092 (eval $ac_link) 2>&5
8913 ac_status=$? 9093 ac_status=$?
8914 echo "$as_me:8914: \$? = $ac_status" >&5 9094 echo "$as_me:9094: \$? = $ac_status" >&5
8915 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9095 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8916 { (eval echo "$as_me:8916: \"$ac_try\"") >&5 9096 { (eval echo "$as_me:9096: \"$ac_try\"") >&5
8917 (eval $ac_try) 2>&5 9097 (eval $ac_try) 2>&5
8918 ac_status=$? 9098 ac_status=$?
8919 echo "$as_me:8919: \$? = $ac_status" >&5 9099 echo "$as_me:9099: \$? = $ac_status" >&5
8920 (exit $ac_status); }; }; then 9100 (exit $ac_status); }; }; then
8921 9101
8922 OPENSSL_SEEDS_ITSELF=yes 9102 OPENSSL_SEEDS_ITSELF=yes
8923 echo "$as_me:8923: result: yes" >&5 9103 echo "$as_me:9103: result: yes" >&5
8924echo "${ECHO_T}yes" >&6 9104echo "${ECHO_T}yes" >&6
8925 9105
8926else 9106else
@@ -8928,7 +9108,7 @@ else
8928echo "$as_me: failed program was:" >&5 9108echo "$as_me: failed program was:" >&5
8929cat conftest.$ac_ext >&5 9109cat conftest.$ac_ext >&5
8930 9110
8931 echo "$as_me:8931: result: no" >&5 9111 echo "$as_me:9111: result: no" >&5
8932echo "${ECHO_T}no" >&6 9112echo "${ECHO_T}no" >&6
8933 # Default to use of the rand helper if OpenSSL doesn't 9113 # Default to use of the rand helper if OpenSSL doesn't
8934 # seed itself 9114 # seed itself
@@ -8948,7 +9128,7 @@ if test "${with_rand_helper+set}" = set; then
8948 # Force use of OpenSSL's internal RNG, even if 9128 # Force use of OpenSSL's internal RNG, even if
8949 # the previous test showed it to be unseeded. 9129 # the previous test showed it to be unseeded.
8950 if test -z "$OPENSSL_SEEDS_ITSELF" ; then 9130 if test -z "$OPENSSL_SEEDS_ITSELF" ; then
8951 { echo "$as_me:8951: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&5 9131 { echo "$as_me:9131: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&5
8952echo "$as_me: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&2;} 9132echo "$as_me: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&2;}
8953 OPENSSL_SEEDS_ITSELF=yes 9133 OPENSSL_SEEDS_ITSELF=yes
8954 USE_RAND_HELPER="" 9134 USE_RAND_HELPER=""
@@ -8989,7 +9169,7 @@ if test "${with_prngd_port+set}" = set; then
8989 [0-9]*) 9169 [0-9]*)
8990 ;; 9170 ;;
8991 *) 9171 *)
8992 { { echo "$as_me:8992: error: You must specify a numeric port number for --with-prngd-port" >&5 9172 { { echo "$as_me:9172: error: You must specify a numeric port number for --with-prngd-port" >&5
8993echo "$as_me: error: You must specify a numeric port number for --with-prngd-port" >&2;} 9173echo "$as_me: error: You must specify a numeric port number for --with-prngd-port" >&2;}
8994 { (exit 1); exit 1; }; } 9174 { (exit 1); exit 1; }; }
8995 ;; 9175 ;;
@@ -9020,7 +9200,7 @@ if test "${with_prngd_socket+set}" = set; then
9020 /*) 9200 /*)
9021 ;; 9201 ;;
9022 *) 9202 *)
9023 { { echo "$as_me:9023: error: You must specify an absolute path to the entropy socket" >&5 9203 { { echo "$as_me:9203: error: You must specify an absolute path to the entropy socket" >&5
9024echo "$as_me: error: You must specify an absolute path to the entropy socket" >&2;} 9204echo "$as_me: error: You must specify an absolute path to the entropy socket" >&2;}
9025 { (exit 1); exit 1; }; } 9205 { (exit 1); exit 1; }; }
9026 ;; 9206 ;;
@@ -9028,12 +9208,12 @@ echo "$as_me: error: You must specify an absolute path to the entropy socket" >&
9028 9208
9029 if test ! -z "$withval" ; then 9209 if test ! -z "$withval" ; then
9030 if test ! -z "$PRNGD_PORT" ; then 9210 if test ! -z "$PRNGD_PORT" ; then
9031 { { echo "$as_me:9031: error: You may not specify both a PRNGD/EGD port and socket" >&5 9211 { { echo "$as_me:9211: error: You may not specify both a PRNGD/EGD port and socket" >&5
9032echo "$as_me: error: You may not specify both a PRNGD/EGD port and socket" >&2;} 9212echo "$as_me: error: You may not specify both a PRNGD/EGD port and socket" >&2;}
9033 { (exit 1); exit 1; }; } 9213 { (exit 1); exit 1; }; }
9034 fi 9214 fi
9035 if test ! -r "$withval" ; then 9215 if test ! -r "$withval" ; then
9036 { echo "$as_me:9036: WARNING: Entropy socket is not readable" >&5 9216 { echo "$as_me:9216: WARNING: Entropy socket is not readable" >&5
9037echo "$as_me: WARNING: Entropy socket is not readable" >&2;} 9217echo "$as_me: WARNING: Entropy socket is not readable" >&2;}
9038 fi 9218 fi
9039 PRNGD_SOCKET="$withval" 9219 PRNGD_SOCKET="$withval"
@@ -9047,7 +9227,7 @@ else
9047 9227
9048 # Check for existing socket only if we don't have a random device already 9228 # Check for existing socket only if we don't have a random device already
9049 if test "$USE_RAND_HELPER" = yes ; then 9229 if test "$USE_RAND_HELPER" = yes ; then
9050 echo "$as_me:9050: checking for PRNGD/EGD socket" >&5 9230 echo "$as_me:9230: checking for PRNGD/EGD socket" >&5
9051echo $ECHO_N "checking for PRNGD/EGD socket... $ECHO_C" >&6 9231echo $ECHO_N "checking for PRNGD/EGD socket... $ECHO_C" >&6
9052 # Insert other locations here 9232 # Insert other locations here
9053 for sock in /var/run/egd-pool /dev/egd-pool /etc/entropy; do 9233 for sock in /var/run/egd-pool /dev/egd-pool /etc/entropy; do
@@ -9061,10 +9241,10 @@ EOF
9061 fi 9241 fi
9062 done 9242 done
9063 if test ! -z "$PRNGD_SOCKET" ; then 9243 if test ! -z "$PRNGD_SOCKET" ; then
9064 echo "$as_me:9064: result: $PRNGD_SOCKET" >&5 9244 echo "$as_me:9244: result: $PRNGD_SOCKET" >&5
9065echo "${ECHO_T}$PRNGD_SOCKET" >&6 9245echo "${ECHO_T}$PRNGD_SOCKET" >&6
9066 else 9246 else
9067 echo "$as_me:9067: result: not found" >&5 9247 echo "$as_me:9247: result: not found" >&5
9068echo "${ECHO_T}not found" >&6 9248echo "${ECHO_T}not found" >&6
9069 fi 9249 fi
9070 fi 9250 fi
@@ -9120,7 +9300,7 @@ PATH=$PATH:/etc:$OPATH
9120 9300
9121 # Extract the first word of "ls", so it can be a program name with args. 9301 # Extract the first word of "ls", so it can be a program name with args.
9122set dummy ls; ac_word=$2 9302set dummy ls; ac_word=$2
9123echo "$as_me:9123: checking for $ac_word" >&5 9303echo "$as_me:9303: checking for $ac_word" >&5
9124echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9304echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9125if test "${ac_cv_path_PROG_LS+set}" = set; then 9305if test "${ac_cv_path_PROG_LS+set}" = set; then
9126 echo $ECHO_N "(cached) $ECHO_C" >&6 9306 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9137,7 +9317,7 @@ for ac_dir in $ac_dummy; do
9137 test -z "$ac_dir" && ac_dir=. 9317 test -z "$ac_dir" && ac_dir=.
9138 if $as_executable_p "$ac_dir/$ac_word"; then 9318 if $as_executable_p "$ac_dir/$ac_word"; then
9139 ac_cv_path_PROG_LS="$ac_dir/$ac_word" 9319 ac_cv_path_PROG_LS="$ac_dir/$ac_word"
9140 echo "$as_me:9140: found $ac_dir/$ac_word" >&5 9320 echo "$as_me:9320: found $ac_dir/$ac_word" >&5
9141 break 9321 break
9142fi 9322fi
9143done 9323done
@@ -9148,10 +9328,10 @@ fi
9148PROG_LS=$ac_cv_path_PROG_LS 9328PROG_LS=$ac_cv_path_PROG_LS
9149 9329
9150if test -n "$PROG_LS"; then 9330if test -n "$PROG_LS"; then
9151 echo "$as_me:9151: result: $PROG_LS" >&5 9331 echo "$as_me:9331: result: $PROG_LS" >&5
9152echo "${ECHO_T}$PROG_LS" >&6 9332echo "${ECHO_T}$PROG_LS" >&6
9153else 9333else
9154 echo "$as_me:9154: result: no" >&5 9334 echo "$as_me:9334: result: no" >&5
9155echo "${ECHO_T}no" >&6 9335echo "${ECHO_T}no" >&6
9156fi 9336fi
9157 9337
@@ -9161,7 +9341,7 @@ fi
9161 9341
9162 # Extract the first word of "netstat", so it can be a program name with args. 9342 # Extract the first word of "netstat", so it can be a program name with args.
9163set dummy netstat; ac_word=$2 9343set dummy netstat; ac_word=$2
9164echo "$as_me:9164: checking for $ac_word" >&5 9344echo "$as_me:9344: checking for $ac_word" >&5
9165echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9345echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9166if test "${ac_cv_path_PROG_NETSTAT+set}" = set; then 9346if test "${ac_cv_path_PROG_NETSTAT+set}" = set; then
9167 echo $ECHO_N "(cached) $ECHO_C" >&6 9347 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9178,7 +9358,7 @@ for ac_dir in $ac_dummy; do
9178 test -z "$ac_dir" && ac_dir=. 9358 test -z "$ac_dir" && ac_dir=.
9179 if $as_executable_p "$ac_dir/$ac_word"; then 9359 if $as_executable_p "$ac_dir/$ac_word"; then
9180 ac_cv_path_PROG_NETSTAT="$ac_dir/$ac_word" 9360 ac_cv_path_PROG_NETSTAT="$ac_dir/$ac_word"
9181 echo "$as_me:9181: found $ac_dir/$ac_word" >&5 9361 echo "$as_me:9361: found $ac_dir/$ac_word" >&5
9182 break 9362 break
9183fi 9363fi
9184done 9364done
@@ -9189,10 +9369,10 @@ fi
9189PROG_NETSTAT=$ac_cv_path_PROG_NETSTAT 9369PROG_NETSTAT=$ac_cv_path_PROG_NETSTAT
9190 9370
9191if test -n "$PROG_NETSTAT"; then 9371if test -n "$PROG_NETSTAT"; then
9192 echo "$as_me:9192: result: $PROG_NETSTAT" >&5 9372 echo "$as_me:9372: result: $PROG_NETSTAT" >&5
9193echo "${ECHO_T}$PROG_NETSTAT" >&6 9373echo "${ECHO_T}$PROG_NETSTAT" >&6
9194else 9374else
9195 echo "$as_me:9195: result: no" >&5 9375 echo "$as_me:9375: result: no" >&5
9196echo "${ECHO_T}no" >&6 9376echo "${ECHO_T}no" >&6
9197fi 9377fi
9198 9378
@@ -9202,7 +9382,7 @@ fi
9202 9382
9203 # Extract the first word of "arp", so it can be a program name with args. 9383 # Extract the first word of "arp", so it can be a program name with args.
9204set dummy arp; ac_word=$2 9384set dummy arp; ac_word=$2
9205echo "$as_me:9205: checking for $ac_word" >&5 9385echo "$as_me:9385: checking for $ac_word" >&5
9206echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9386echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9207if test "${ac_cv_path_PROG_ARP+set}" = set; then 9387if test "${ac_cv_path_PROG_ARP+set}" = set; then
9208 echo $ECHO_N "(cached) $ECHO_C" >&6 9388 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9219,7 +9399,7 @@ for ac_dir in $ac_dummy; do
9219 test -z "$ac_dir" && ac_dir=. 9399 test -z "$ac_dir" && ac_dir=.
9220 if $as_executable_p "$ac_dir/$ac_word"; then 9400 if $as_executable_p "$ac_dir/$ac_word"; then
9221 ac_cv_path_PROG_ARP="$ac_dir/$ac_word" 9401 ac_cv_path_PROG_ARP="$ac_dir/$ac_word"
9222 echo "$as_me:9222: found $ac_dir/$ac_word" >&5 9402 echo "$as_me:9402: found $ac_dir/$ac_word" >&5
9223 break 9403 break
9224fi 9404fi
9225done 9405done
@@ -9230,10 +9410,10 @@ fi
9230PROG_ARP=$ac_cv_path_PROG_ARP 9410PROG_ARP=$ac_cv_path_PROG_ARP
9231 9411
9232if test -n "$PROG_ARP"; then 9412if test -n "$PROG_ARP"; then
9233 echo "$as_me:9233: result: $PROG_ARP" >&5 9413 echo "$as_me:9413: result: $PROG_ARP" >&5
9234echo "${ECHO_T}$PROG_ARP" >&6 9414echo "${ECHO_T}$PROG_ARP" >&6
9235else 9415else
9236 echo "$as_me:9236: result: no" >&5 9416 echo "$as_me:9416: result: no" >&5
9237echo "${ECHO_T}no" >&6 9417echo "${ECHO_T}no" >&6
9238fi 9418fi
9239 9419
@@ -9243,7 +9423,7 @@ fi
9243 9423
9244 # Extract the first word of "ifconfig", so it can be a program name with args. 9424 # Extract the first word of "ifconfig", so it can be a program name with args.
9245set dummy ifconfig; ac_word=$2 9425set dummy ifconfig; ac_word=$2
9246echo "$as_me:9246: checking for $ac_word" >&5 9426echo "$as_me:9426: checking for $ac_word" >&5
9247echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9427echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9248if test "${ac_cv_path_PROG_IFCONFIG+set}" = set; then 9428if test "${ac_cv_path_PROG_IFCONFIG+set}" = set; then
9249 echo $ECHO_N "(cached) $ECHO_C" >&6 9429 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9260,7 +9440,7 @@ for ac_dir in $ac_dummy; do
9260 test -z "$ac_dir" && ac_dir=. 9440 test -z "$ac_dir" && ac_dir=.
9261 if $as_executable_p "$ac_dir/$ac_word"; then 9441 if $as_executable_p "$ac_dir/$ac_word"; then
9262 ac_cv_path_PROG_IFCONFIG="$ac_dir/$ac_word" 9442 ac_cv_path_PROG_IFCONFIG="$ac_dir/$ac_word"
9263 echo "$as_me:9263: found $ac_dir/$ac_word" >&5 9443 echo "$as_me:9443: found $ac_dir/$ac_word" >&5
9264 break 9444 break
9265fi 9445fi
9266done 9446done
@@ -9271,10 +9451,10 @@ fi
9271PROG_IFCONFIG=$ac_cv_path_PROG_IFCONFIG 9451PROG_IFCONFIG=$ac_cv_path_PROG_IFCONFIG
9272 9452
9273if test -n "$PROG_IFCONFIG"; then 9453if test -n "$PROG_IFCONFIG"; then
9274 echo "$as_me:9274: result: $PROG_IFCONFIG" >&5 9454 echo "$as_me:9454: result: $PROG_IFCONFIG" >&5
9275echo "${ECHO_T}$PROG_IFCONFIG" >&6 9455echo "${ECHO_T}$PROG_IFCONFIG" >&6
9276else 9456else
9277 echo "$as_me:9277: result: no" >&5 9457 echo "$as_me:9457: result: no" >&5
9278echo "${ECHO_T}no" >&6 9458echo "${ECHO_T}no" >&6
9279fi 9459fi
9280 9460
@@ -9284,7 +9464,7 @@ fi
9284 9464
9285 # Extract the first word of "jstat", so it can be a program name with args. 9465 # Extract the first word of "jstat", so it can be a program name with args.
9286set dummy jstat; ac_word=$2 9466set dummy jstat; ac_word=$2
9287echo "$as_me:9287: checking for $ac_word" >&5 9467echo "$as_me:9467: checking for $ac_word" >&5
9288echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9468echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9289if test "${ac_cv_path_PROG_JSTAT+set}" = set; then 9469if test "${ac_cv_path_PROG_JSTAT+set}" = set; then
9290 echo $ECHO_N "(cached) $ECHO_C" >&6 9470 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9301,7 +9481,7 @@ for ac_dir in $ac_dummy; do
9301 test -z "$ac_dir" && ac_dir=. 9481 test -z "$ac_dir" && ac_dir=.
9302 if $as_executable_p "$ac_dir/$ac_word"; then 9482 if $as_executable_p "$ac_dir/$ac_word"; then
9303 ac_cv_path_PROG_JSTAT="$ac_dir/$ac_word" 9483 ac_cv_path_PROG_JSTAT="$ac_dir/$ac_word"
9304 echo "$as_me:9304: found $ac_dir/$ac_word" >&5 9484 echo "$as_me:9484: found $ac_dir/$ac_word" >&5
9305 break 9485 break
9306fi 9486fi
9307done 9487done
@@ -9312,10 +9492,10 @@ fi
9312PROG_JSTAT=$ac_cv_path_PROG_JSTAT 9492PROG_JSTAT=$ac_cv_path_PROG_JSTAT
9313 9493
9314if test -n "$PROG_JSTAT"; then 9494if test -n "$PROG_JSTAT"; then
9315 echo "$as_me:9315: result: $PROG_JSTAT" >&5 9495 echo "$as_me:9495: result: $PROG_JSTAT" >&5
9316echo "${ECHO_T}$PROG_JSTAT" >&6 9496echo "${ECHO_T}$PROG_JSTAT" >&6
9317else 9497else
9318 echo "$as_me:9318: result: no" >&5 9498 echo "$as_me:9498: result: no" >&5
9319echo "${ECHO_T}no" >&6 9499echo "${ECHO_T}no" >&6
9320fi 9500fi
9321 9501
@@ -9325,7 +9505,7 @@ fi
9325 9505
9326 # Extract the first word of "ps", so it can be a program name with args. 9506 # Extract the first word of "ps", so it can be a program name with args.
9327set dummy ps; ac_word=$2 9507set dummy ps; ac_word=$2
9328echo "$as_me:9328: checking for $ac_word" >&5 9508echo "$as_me:9508: checking for $ac_word" >&5
9329echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9509echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9330if test "${ac_cv_path_PROG_PS+set}" = set; then 9510if test "${ac_cv_path_PROG_PS+set}" = set; then
9331 echo $ECHO_N "(cached) $ECHO_C" >&6 9511 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9342,7 +9522,7 @@ for ac_dir in $ac_dummy; do
9342 test -z "$ac_dir" && ac_dir=. 9522 test -z "$ac_dir" && ac_dir=.
9343 if $as_executable_p "$ac_dir/$ac_word"; then 9523 if $as_executable_p "$ac_dir/$ac_word"; then
9344 ac_cv_path_PROG_PS="$ac_dir/$ac_word" 9524 ac_cv_path_PROG_PS="$ac_dir/$ac_word"
9345 echo "$as_me:9345: found $ac_dir/$ac_word" >&5 9525 echo "$as_me:9525: found $ac_dir/$ac_word" >&5
9346 break 9526 break
9347fi 9527fi
9348done 9528done
@@ -9353,10 +9533,10 @@ fi
9353PROG_PS=$ac_cv_path_PROG_PS 9533PROG_PS=$ac_cv_path_PROG_PS
9354 9534
9355if test -n "$PROG_PS"; then 9535if test -n "$PROG_PS"; then
9356 echo "$as_me:9356: result: $PROG_PS" >&5 9536 echo "$as_me:9536: result: $PROG_PS" >&5
9357echo "${ECHO_T}$PROG_PS" >&6 9537echo "${ECHO_T}$PROG_PS" >&6
9358else 9538else
9359 echo "$as_me:9359: result: no" >&5 9539 echo "$as_me:9539: result: no" >&5
9360echo "${ECHO_T}no" >&6 9540echo "${ECHO_T}no" >&6
9361fi 9541fi
9362 9542
@@ -9366,7 +9546,7 @@ fi
9366 9546
9367 # Extract the first word of "sar", so it can be a program name with args. 9547 # Extract the first word of "sar", so it can be a program name with args.
9368set dummy sar; ac_word=$2 9548set dummy sar; ac_word=$2
9369echo "$as_me:9369: checking for $ac_word" >&5 9549echo "$as_me:9549: checking for $ac_word" >&5
9370echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9550echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9371if test "${ac_cv_path_PROG_SAR+set}" = set; then 9551if test "${ac_cv_path_PROG_SAR+set}" = set; then
9372 echo $ECHO_N "(cached) $ECHO_C" >&6 9552 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9383,7 +9563,7 @@ for ac_dir in $ac_dummy; do
9383 test -z "$ac_dir" && ac_dir=. 9563 test -z "$ac_dir" && ac_dir=.
9384 if $as_executable_p "$ac_dir/$ac_word"; then 9564 if $as_executable_p "$ac_dir/$ac_word"; then
9385 ac_cv_path_PROG_SAR="$ac_dir/$ac_word" 9565 ac_cv_path_PROG_SAR="$ac_dir/$ac_word"
9386 echo "$as_me:9386: found $ac_dir/$ac_word" >&5 9566 echo "$as_me:9566: found $ac_dir/$ac_word" >&5
9387 break 9567 break
9388fi 9568fi
9389done 9569done
@@ -9394,10 +9574,10 @@ fi
9394PROG_SAR=$ac_cv_path_PROG_SAR 9574PROG_SAR=$ac_cv_path_PROG_SAR
9395 9575
9396if test -n "$PROG_SAR"; then 9576if test -n "$PROG_SAR"; then
9397 echo "$as_me:9397: result: $PROG_SAR" >&5 9577 echo "$as_me:9577: result: $PROG_SAR" >&5
9398echo "${ECHO_T}$PROG_SAR" >&6 9578echo "${ECHO_T}$PROG_SAR" >&6
9399else 9579else
9400 echo "$as_me:9400: result: no" >&5 9580 echo "$as_me:9580: result: no" >&5
9401echo "${ECHO_T}no" >&6 9581echo "${ECHO_T}no" >&6
9402fi 9582fi
9403 9583
@@ -9407,7 +9587,7 @@ fi
9407 9587
9408 # Extract the first word of "w", so it can be a program name with args. 9588 # Extract the first word of "w", so it can be a program name with args.
9409set dummy w; ac_word=$2 9589set dummy w; ac_word=$2
9410echo "$as_me:9410: checking for $ac_word" >&5 9590echo "$as_me:9590: checking for $ac_word" >&5
9411echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9591echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9412if test "${ac_cv_path_PROG_W+set}" = set; then 9592if test "${ac_cv_path_PROG_W+set}" = set; then
9413 echo $ECHO_N "(cached) $ECHO_C" >&6 9593 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9424,7 +9604,7 @@ for ac_dir in $ac_dummy; do
9424 test -z "$ac_dir" && ac_dir=. 9604 test -z "$ac_dir" && ac_dir=.
9425 if $as_executable_p "$ac_dir/$ac_word"; then 9605 if $as_executable_p "$ac_dir/$ac_word"; then
9426 ac_cv_path_PROG_W="$ac_dir/$ac_word" 9606 ac_cv_path_PROG_W="$ac_dir/$ac_word"
9427 echo "$as_me:9427: found $ac_dir/$ac_word" >&5 9607 echo "$as_me:9607: found $ac_dir/$ac_word" >&5
9428 break 9608 break
9429fi 9609fi
9430done 9610done
@@ -9435,10 +9615,10 @@ fi
9435PROG_W=$ac_cv_path_PROG_W 9615PROG_W=$ac_cv_path_PROG_W
9436 9616
9437if test -n "$PROG_W"; then 9617if test -n "$PROG_W"; then
9438 echo "$as_me:9438: result: $PROG_W" >&5 9618 echo "$as_me:9618: result: $PROG_W" >&5
9439echo "${ECHO_T}$PROG_W" >&6 9619echo "${ECHO_T}$PROG_W" >&6
9440else 9620else
9441 echo "$as_me:9441: result: no" >&5 9621 echo "$as_me:9621: result: no" >&5
9442echo "${ECHO_T}no" >&6 9622echo "${ECHO_T}no" >&6
9443fi 9623fi
9444 9624
@@ -9448,7 +9628,7 @@ fi
9448 9628
9449 # Extract the first word of "who", so it can be a program name with args. 9629 # Extract the first word of "who", so it can be a program name with args.
9450set dummy who; ac_word=$2 9630set dummy who; ac_word=$2
9451echo "$as_me:9451: checking for $ac_word" >&5 9631echo "$as_me:9631: checking for $ac_word" >&5
9452echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9632echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9453if test "${ac_cv_path_PROG_WHO+set}" = set; then 9633if test "${ac_cv_path_PROG_WHO+set}" = set; then
9454 echo $ECHO_N "(cached) $ECHO_C" >&6 9634 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9465,7 +9645,7 @@ for ac_dir in $ac_dummy; do
9465 test -z "$ac_dir" && ac_dir=. 9645 test -z "$ac_dir" && ac_dir=.
9466 if $as_executable_p "$ac_dir/$ac_word"; then 9646 if $as_executable_p "$ac_dir/$ac_word"; then
9467 ac_cv_path_PROG_WHO="$ac_dir/$ac_word" 9647 ac_cv_path_PROG_WHO="$ac_dir/$ac_word"
9468 echo "$as_me:9468: found $ac_dir/$ac_word" >&5 9648 echo "$as_me:9648: found $ac_dir/$ac_word" >&5
9469 break 9649 break
9470fi 9650fi
9471done 9651done
@@ -9476,10 +9656,10 @@ fi
9476PROG_WHO=$ac_cv_path_PROG_WHO 9656PROG_WHO=$ac_cv_path_PROG_WHO
9477 9657
9478if test -n "$PROG_WHO"; then 9658if test -n "$PROG_WHO"; then
9479 echo "$as_me:9479: result: $PROG_WHO" >&5 9659 echo "$as_me:9659: result: $PROG_WHO" >&5
9480echo "${ECHO_T}$PROG_WHO" >&6 9660echo "${ECHO_T}$PROG_WHO" >&6
9481else 9661else
9482 echo "$as_me:9482: result: no" >&5 9662 echo "$as_me:9662: result: no" >&5
9483echo "${ECHO_T}no" >&6 9663echo "${ECHO_T}no" >&6
9484fi 9664fi
9485 9665
@@ -9489,7 +9669,7 @@ fi
9489 9669
9490 # Extract the first word of "last", so it can be a program name with args. 9670 # Extract the first word of "last", so it can be a program name with args.
9491set dummy last; ac_word=$2 9671set dummy last; ac_word=$2
9492echo "$as_me:9492: checking for $ac_word" >&5 9672echo "$as_me:9672: checking for $ac_word" >&5
9493echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9673echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9494if test "${ac_cv_path_PROG_LAST+set}" = set; then 9674if test "${ac_cv_path_PROG_LAST+set}" = set; then
9495 echo $ECHO_N "(cached) $ECHO_C" >&6 9675 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9506,7 +9686,7 @@ for ac_dir in $ac_dummy; do
9506 test -z "$ac_dir" && ac_dir=. 9686 test -z "$ac_dir" && ac_dir=.
9507 if $as_executable_p "$ac_dir/$ac_word"; then 9687 if $as_executable_p "$ac_dir/$ac_word"; then
9508 ac_cv_path_PROG_LAST="$ac_dir/$ac_word" 9688 ac_cv_path_PROG_LAST="$ac_dir/$ac_word"
9509 echo "$as_me:9509: found $ac_dir/$ac_word" >&5 9689 echo "$as_me:9689: found $ac_dir/$ac_word" >&5
9510 break 9690 break
9511fi 9691fi
9512done 9692done
@@ -9517,10 +9697,10 @@ fi
9517PROG_LAST=$ac_cv_path_PROG_LAST 9697PROG_LAST=$ac_cv_path_PROG_LAST
9518 9698
9519if test -n "$PROG_LAST"; then 9699if test -n "$PROG_LAST"; then
9520 echo "$as_me:9520: result: $PROG_LAST" >&5 9700 echo "$as_me:9700: result: $PROG_LAST" >&5
9521echo "${ECHO_T}$PROG_LAST" >&6 9701echo "${ECHO_T}$PROG_LAST" >&6
9522else 9702else
9523 echo "$as_me:9523: result: no" >&5 9703 echo "$as_me:9703: result: no" >&5
9524echo "${ECHO_T}no" >&6 9704echo "${ECHO_T}no" >&6
9525fi 9705fi
9526 9706
@@ -9530,7 +9710,7 @@ fi
9530 9710
9531 # Extract the first word of "lastlog", so it can be a program name with args. 9711 # Extract the first word of "lastlog", so it can be a program name with args.
9532set dummy lastlog; ac_word=$2 9712set dummy lastlog; ac_word=$2
9533echo "$as_me:9533: checking for $ac_word" >&5 9713echo "$as_me:9713: checking for $ac_word" >&5
9534echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9714echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9535if test "${ac_cv_path_PROG_LASTLOG+set}" = set; then 9715if test "${ac_cv_path_PROG_LASTLOG+set}" = set; then
9536 echo $ECHO_N "(cached) $ECHO_C" >&6 9716 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9547,7 +9727,7 @@ for ac_dir in $ac_dummy; do
9547 test -z "$ac_dir" && ac_dir=. 9727 test -z "$ac_dir" && ac_dir=.
9548 if $as_executable_p "$ac_dir/$ac_word"; then 9728 if $as_executable_p "$ac_dir/$ac_word"; then
9549 ac_cv_path_PROG_LASTLOG="$ac_dir/$ac_word" 9729 ac_cv_path_PROG_LASTLOG="$ac_dir/$ac_word"
9550 echo "$as_me:9550: found $ac_dir/$ac_word" >&5 9730 echo "$as_me:9730: found $ac_dir/$ac_word" >&5
9551 break 9731 break
9552fi 9732fi
9553done 9733done
@@ -9558,10 +9738,10 @@ fi
9558PROG_LASTLOG=$ac_cv_path_PROG_LASTLOG 9738PROG_LASTLOG=$ac_cv_path_PROG_LASTLOG
9559 9739
9560if test -n "$PROG_LASTLOG"; then 9740if test -n "$PROG_LASTLOG"; then
9561 echo "$as_me:9561: result: $PROG_LASTLOG" >&5 9741 echo "$as_me:9741: result: $PROG_LASTLOG" >&5
9562echo "${ECHO_T}$PROG_LASTLOG" >&6 9742echo "${ECHO_T}$PROG_LASTLOG" >&6
9563else 9743else
9564 echo "$as_me:9564: result: no" >&5 9744 echo "$as_me:9744: result: no" >&5
9565echo "${ECHO_T}no" >&6 9745echo "${ECHO_T}no" >&6
9566fi 9746fi
9567 9747
@@ -9571,7 +9751,7 @@ fi
9571 9751
9572 # Extract the first word of "df", so it can be a program name with args. 9752 # Extract the first word of "df", so it can be a program name with args.
9573set dummy df; ac_word=$2 9753set dummy df; ac_word=$2
9574echo "$as_me:9574: checking for $ac_word" >&5 9754echo "$as_me:9754: checking for $ac_word" >&5
9575echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9755echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9576if test "${ac_cv_path_PROG_DF+set}" = set; then 9756if test "${ac_cv_path_PROG_DF+set}" = set; then
9577 echo $ECHO_N "(cached) $ECHO_C" >&6 9757 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9588,7 +9768,7 @@ for ac_dir in $ac_dummy; do
9588 test -z "$ac_dir" && ac_dir=. 9768 test -z "$ac_dir" && ac_dir=.
9589 if $as_executable_p "$ac_dir/$ac_word"; then 9769 if $as_executable_p "$ac_dir/$ac_word"; then
9590 ac_cv_path_PROG_DF="$ac_dir/$ac_word" 9770 ac_cv_path_PROG_DF="$ac_dir/$ac_word"
9591 echo "$as_me:9591: found $ac_dir/$ac_word" >&5 9771 echo "$as_me:9771: found $ac_dir/$ac_word" >&5
9592 break 9772 break
9593fi 9773fi
9594done 9774done
@@ -9599,10 +9779,10 @@ fi
9599PROG_DF=$ac_cv_path_PROG_DF 9779PROG_DF=$ac_cv_path_PROG_DF
9600 9780
9601if test -n "$PROG_DF"; then 9781if test -n "$PROG_DF"; then
9602 echo "$as_me:9602: result: $PROG_DF" >&5 9782 echo "$as_me:9782: result: $PROG_DF" >&5
9603echo "${ECHO_T}$PROG_DF" >&6 9783echo "${ECHO_T}$PROG_DF" >&6
9604else 9784else
9605 echo "$as_me:9605: result: no" >&5 9785 echo "$as_me:9785: result: no" >&5
9606echo "${ECHO_T}no" >&6 9786echo "${ECHO_T}no" >&6
9607fi 9787fi
9608 9788
@@ -9612,7 +9792,7 @@ fi
9612 9792
9613 # Extract the first word of "vmstat", so it can be a program name with args. 9793 # Extract the first word of "vmstat", so it can be a program name with args.
9614set dummy vmstat; ac_word=$2 9794set dummy vmstat; ac_word=$2
9615echo "$as_me:9615: checking for $ac_word" >&5 9795echo "$as_me:9795: checking for $ac_word" >&5
9616echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9796echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9617if test "${ac_cv_path_PROG_VMSTAT+set}" = set; then 9797if test "${ac_cv_path_PROG_VMSTAT+set}" = set; then
9618 echo $ECHO_N "(cached) $ECHO_C" >&6 9798 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9629,7 +9809,7 @@ for ac_dir in $ac_dummy; do
9629 test -z "$ac_dir" && ac_dir=. 9809 test -z "$ac_dir" && ac_dir=.
9630 if $as_executable_p "$ac_dir/$ac_word"; then 9810 if $as_executable_p "$ac_dir/$ac_word"; then
9631 ac_cv_path_PROG_VMSTAT="$ac_dir/$ac_word" 9811 ac_cv_path_PROG_VMSTAT="$ac_dir/$ac_word"
9632 echo "$as_me:9632: found $ac_dir/$ac_word" >&5 9812 echo "$as_me:9812: found $ac_dir/$ac_word" >&5
9633 break 9813 break
9634fi 9814fi
9635done 9815done
@@ -9640,10 +9820,10 @@ fi
9640PROG_VMSTAT=$ac_cv_path_PROG_VMSTAT 9820PROG_VMSTAT=$ac_cv_path_PROG_VMSTAT
9641 9821
9642if test -n "$PROG_VMSTAT"; then 9822if test -n "$PROG_VMSTAT"; then
9643 echo "$as_me:9643: result: $PROG_VMSTAT" >&5 9823 echo "$as_me:9823: result: $PROG_VMSTAT" >&5
9644echo "${ECHO_T}$PROG_VMSTAT" >&6 9824echo "${ECHO_T}$PROG_VMSTAT" >&6
9645else 9825else
9646 echo "$as_me:9646: result: no" >&5 9826 echo "$as_me:9826: result: no" >&5
9647echo "${ECHO_T}no" >&6 9827echo "${ECHO_T}no" >&6
9648fi 9828fi
9649 9829
@@ -9653,7 +9833,7 @@ fi
9653 9833
9654 # Extract the first word of "uptime", so it can be a program name with args. 9834 # Extract the first word of "uptime", so it can be a program name with args.
9655set dummy uptime; ac_word=$2 9835set dummy uptime; ac_word=$2
9656echo "$as_me:9656: checking for $ac_word" >&5 9836echo "$as_me:9836: checking for $ac_word" >&5
9657echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9837echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9658if test "${ac_cv_path_PROG_UPTIME+set}" = set; then 9838if test "${ac_cv_path_PROG_UPTIME+set}" = set; then
9659 echo $ECHO_N "(cached) $ECHO_C" >&6 9839 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9670,7 +9850,7 @@ for ac_dir in $ac_dummy; do
9670 test -z "$ac_dir" && ac_dir=. 9850 test -z "$ac_dir" && ac_dir=.
9671 if $as_executable_p "$ac_dir/$ac_word"; then 9851 if $as_executable_p "$ac_dir/$ac_word"; then
9672 ac_cv_path_PROG_UPTIME="$ac_dir/$ac_word" 9852 ac_cv_path_PROG_UPTIME="$ac_dir/$ac_word"
9673 echo "$as_me:9673: found $ac_dir/$ac_word" >&5 9853 echo "$as_me:9853: found $ac_dir/$ac_word" >&5
9674 break 9854 break
9675fi 9855fi
9676done 9856done
@@ -9681,10 +9861,10 @@ fi
9681PROG_UPTIME=$ac_cv_path_PROG_UPTIME 9861PROG_UPTIME=$ac_cv_path_PROG_UPTIME
9682 9862
9683if test -n "$PROG_UPTIME"; then 9863if test -n "$PROG_UPTIME"; then
9684 echo "$as_me:9684: result: $PROG_UPTIME" >&5 9864 echo "$as_me:9864: result: $PROG_UPTIME" >&5
9685echo "${ECHO_T}$PROG_UPTIME" >&6 9865echo "${ECHO_T}$PROG_UPTIME" >&6
9686else 9866else
9687 echo "$as_me:9687: result: no" >&5 9867 echo "$as_me:9867: result: no" >&5
9688echo "${ECHO_T}no" >&6 9868echo "${ECHO_T}no" >&6
9689fi 9869fi
9690 9870
@@ -9694,7 +9874,7 @@ fi
9694 9874
9695 # Extract the first word of "ipcs", so it can be a program name with args. 9875 # Extract the first word of "ipcs", so it can be a program name with args.
9696set dummy ipcs; ac_word=$2 9876set dummy ipcs; ac_word=$2
9697echo "$as_me:9697: checking for $ac_word" >&5 9877echo "$as_me:9877: checking for $ac_word" >&5
9698echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9878echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9699if test "${ac_cv_path_PROG_IPCS+set}" = set; then 9879if test "${ac_cv_path_PROG_IPCS+set}" = set; then
9700 echo $ECHO_N "(cached) $ECHO_C" >&6 9880 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9711,7 +9891,7 @@ for ac_dir in $ac_dummy; do
9711 test -z "$ac_dir" && ac_dir=. 9891 test -z "$ac_dir" && ac_dir=.
9712 if $as_executable_p "$ac_dir/$ac_word"; then 9892 if $as_executable_p "$ac_dir/$ac_word"; then
9713 ac_cv_path_PROG_IPCS="$ac_dir/$ac_word" 9893 ac_cv_path_PROG_IPCS="$ac_dir/$ac_word"
9714 echo "$as_me:9714: found $ac_dir/$ac_word" >&5 9894 echo "$as_me:9894: found $ac_dir/$ac_word" >&5
9715 break 9895 break
9716fi 9896fi
9717done 9897done
@@ -9722,10 +9902,10 @@ fi
9722PROG_IPCS=$ac_cv_path_PROG_IPCS 9902PROG_IPCS=$ac_cv_path_PROG_IPCS
9723 9903
9724if test -n "$PROG_IPCS"; then 9904if test -n "$PROG_IPCS"; then
9725 echo "$as_me:9725: result: $PROG_IPCS" >&5 9905 echo "$as_me:9905: result: $PROG_IPCS" >&5
9726echo "${ECHO_T}$PROG_IPCS" >&6 9906echo "${ECHO_T}$PROG_IPCS" >&6
9727else 9907else
9728 echo "$as_me:9728: result: no" >&5 9908 echo "$as_me:9908: result: no" >&5
9729echo "${ECHO_T}no" >&6 9909echo "${ECHO_T}no" >&6
9730fi 9910fi
9731 9911
@@ -9735,7 +9915,7 @@ fi
9735 9915
9736 # Extract the first word of "tail", so it can be a program name with args. 9916 # Extract the first word of "tail", so it can be a program name with args.
9737set dummy tail; ac_word=$2 9917set dummy tail; ac_word=$2
9738echo "$as_me:9738: checking for $ac_word" >&5 9918echo "$as_me:9918: checking for $ac_word" >&5
9739echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9919echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9740if test "${ac_cv_path_PROG_TAIL+set}" = set; then 9920if test "${ac_cv_path_PROG_TAIL+set}" = set; then
9741 echo $ECHO_N "(cached) $ECHO_C" >&6 9921 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9752,7 +9932,7 @@ for ac_dir in $ac_dummy; do
9752 test -z "$ac_dir" && ac_dir=. 9932 test -z "$ac_dir" && ac_dir=.
9753 if $as_executable_p "$ac_dir/$ac_word"; then 9933 if $as_executable_p "$ac_dir/$ac_word"; then
9754 ac_cv_path_PROG_TAIL="$ac_dir/$ac_word" 9934 ac_cv_path_PROG_TAIL="$ac_dir/$ac_word"
9755 echo "$as_me:9755: found $ac_dir/$ac_word" >&5 9935 echo "$as_me:9935: found $ac_dir/$ac_word" >&5
9756 break 9936 break
9757fi 9937fi
9758done 9938done
@@ -9763,10 +9943,10 @@ fi
9763PROG_TAIL=$ac_cv_path_PROG_TAIL 9943PROG_TAIL=$ac_cv_path_PROG_TAIL
9764 9944
9765if test -n "$PROG_TAIL"; then 9945if test -n "$PROG_TAIL"; then
9766 echo "$as_me:9766: result: $PROG_TAIL" >&5 9946 echo "$as_me:9946: result: $PROG_TAIL" >&5
9767echo "${ECHO_T}$PROG_TAIL" >&6 9947echo "${ECHO_T}$PROG_TAIL" >&6
9768else 9948else
9769 echo "$as_me:9769: result: no" >&5 9949 echo "$as_me:9949: result: no" >&5
9770echo "${ECHO_T}no" >&6 9950echo "${ECHO_T}no" >&6
9771fi 9951fi
9772 9952
@@ -9797,13 +9977,13 @@ if test ! -z "$SONY" ; then
9797fi 9977fi
9798 9978
9799# Checks for data types 9979# Checks for data types
9800echo "$as_me:9800: checking for char" >&5 9980echo "$as_me:9980: checking for char" >&5
9801echo $ECHO_N "checking for char... $ECHO_C" >&6 9981echo $ECHO_N "checking for char... $ECHO_C" >&6
9802if test "${ac_cv_type_char+set}" = set; then 9982if test "${ac_cv_type_char+set}" = set; then
9803 echo $ECHO_N "(cached) $ECHO_C" >&6 9983 echo $ECHO_N "(cached) $ECHO_C" >&6
9804else 9984else
9805 cat >conftest.$ac_ext <<_ACEOF 9985 cat >conftest.$ac_ext <<_ACEOF
9806#line 9806 "configure" 9986#line 9986 "configure"
9807#include "confdefs.h" 9987#include "confdefs.h"
9808$ac_includes_default 9988$ac_includes_default
9809int 9989int
@@ -9818,16 +9998,16 @@ if (sizeof (char))
9818} 9998}
9819_ACEOF 9999_ACEOF
9820rm -f conftest.$ac_objext 10000rm -f conftest.$ac_objext
9821if { (eval echo "$as_me:9821: \"$ac_compile\"") >&5 10001if { (eval echo "$as_me:10001: \"$ac_compile\"") >&5
9822 (eval $ac_compile) 2>&5 10002 (eval $ac_compile) 2>&5
9823 ac_status=$? 10003 ac_status=$?
9824 echo "$as_me:9824: \$? = $ac_status" >&5 10004 echo "$as_me:10004: \$? = $ac_status" >&5
9825 (exit $ac_status); } && 10005 (exit $ac_status); } &&
9826 { ac_try='test -s conftest.$ac_objext' 10006 { ac_try='test -s conftest.$ac_objext'
9827 { (eval echo "$as_me:9827: \"$ac_try\"") >&5 10007 { (eval echo "$as_me:10007: \"$ac_try\"") >&5
9828 (eval $ac_try) 2>&5 10008 (eval $ac_try) 2>&5
9829 ac_status=$? 10009 ac_status=$?
9830 echo "$as_me:9830: \$? = $ac_status" >&5 10010 echo "$as_me:10010: \$? = $ac_status" >&5
9831 (exit $ac_status); }; }; then 10011 (exit $ac_status); }; }; then
9832 ac_cv_type_char=yes 10012 ac_cv_type_char=yes
9833else 10013else
@@ -9837,10 +10017,10 @@ ac_cv_type_char=no
9837fi 10017fi
9838rm -f conftest.$ac_objext conftest.$ac_ext 10018rm -f conftest.$ac_objext conftest.$ac_ext
9839fi 10019fi
9840echo "$as_me:9840: result: $ac_cv_type_char" >&5 10020echo "$as_me:10020: result: $ac_cv_type_char" >&5
9841echo "${ECHO_T}$ac_cv_type_char" >&6 10021echo "${ECHO_T}$ac_cv_type_char" >&6
9842 10022
9843echo "$as_me:9843: checking size of char" >&5 10023echo "$as_me:10023: checking size of char" >&5
9844echo $ECHO_N "checking size of char... $ECHO_C" >&6 10024echo $ECHO_N "checking size of char... $ECHO_C" >&6
9845if test "${ac_cv_sizeof_char+set}" = set; then 10025if test "${ac_cv_sizeof_char+set}" = set; then
9846 echo $ECHO_N "(cached) $ECHO_C" >&6 10026 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9849,7 +10029,7 @@ else
9849 if test "$cross_compiling" = yes; then 10029 if test "$cross_compiling" = yes; then
9850 # Depending upon the size, compute the lo and hi bounds. 10030 # Depending upon the size, compute the lo and hi bounds.
9851cat >conftest.$ac_ext <<_ACEOF 10031cat >conftest.$ac_ext <<_ACEOF
9852#line 9852 "configure" 10032#line 10032 "configure"
9853#include "confdefs.h" 10033#include "confdefs.h"
9854$ac_includes_default 10034$ac_includes_default
9855int 10035int
@@ -9861,21 +10041,21 @@ int _array_ [1 - 2 * !((sizeof (char)) >= 0)]
9861} 10041}
9862_ACEOF 10042_ACEOF
9863rm -f conftest.$ac_objext 10043rm -f conftest.$ac_objext
9864if { (eval echo "$as_me:9864: \"$ac_compile\"") >&5 10044if { (eval echo "$as_me:10044: \"$ac_compile\"") >&5
9865 (eval $ac_compile) 2>&5 10045 (eval $ac_compile) 2>&5
9866 ac_status=$? 10046 ac_status=$?
9867 echo "$as_me:9867: \$? = $ac_status" >&5 10047 echo "$as_me:10047: \$? = $ac_status" >&5
9868 (exit $ac_status); } && 10048 (exit $ac_status); } &&
9869 { ac_try='test -s conftest.$ac_objext' 10049 { ac_try='test -s conftest.$ac_objext'
9870 { (eval echo "$as_me:9870: \"$ac_try\"") >&5 10050 { (eval echo "$as_me:10050: \"$ac_try\"") >&5
9871 (eval $ac_try) 2>&5 10051 (eval $ac_try) 2>&5
9872 ac_status=$? 10052 ac_status=$?
9873 echo "$as_me:9873: \$? = $ac_status" >&5 10053 echo "$as_me:10053: \$? = $ac_status" >&5
9874 (exit $ac_status); }; }; then 10054 (exit $ac_status); }; }; then
9875 ac_lo=0 ac_mid=0 10055 ac_lo=0 ac_mid=0
9876 while :; do 10056 while :; do
9877 cat >conftest.$ac_ext <<_ACEOF 10057 cat >conftest.$ac_ext <<_ACEOF
9878#line 9878 "configure" 10058#line 10058 "configure"
9879#include "confdefs.h" 10059#include "confdefs.h"
9880$ac_includes_default 10060$ac_includes_default
9881int 10061int
@@ -9887,16 +10067,16 @@ int _array_ [1 - 2 * !((sizeof (char)) <= $ac_mid)]
9887} 10067}
9888_ACEOF 10068_ACEOF
9889rm -f conftest.$ac_objext 10069rm -f conftest.$ac_objext
9890if { (eval echo "$as_me:9890: \"$ac_compile\"") >&5 10070if { (eval echo "$as_me:10070: \"$ac_compile\"") >&5
9891 (eval $ac_compile) 2>&5 10071 (eval $ac_compile) 2>&5
9892 ac_status=$? 10072 ac_status=$?
9893 echo "$as_me:9893: \$? = $ac_status" >&5 10073 echo "$as_me:10073: \$? = $ac_status" >&5
9894 (exit $ac_status); } && 10074 (exit $ac_status); } &&
9895 { ac_try='test -s conftest.$ac_objext' 10075 { ac_try='test -s conftest.$ac_objext'
9896 { (eval echo "$as_me:9896: \"$ac_try\"") >&5 10076 { (eval echo "$as_me:10076: \"$ac_try\"") >&5
9897 (eval $ac_try) 2>&5 10077 (eval $ac_try) 2>&5
9898 ac_status=$? 10078 ac_status=$?
9899 echo "$as_me:9899: \$? = $ac_status" >&5 10079 echo "$as_me:10079: \$? = $ac_status" >&5
9900 (exit $ac_status); }; }; then 10080 (exit $ac_status); }; }; then
9901 ac_hi=$ac_mid; break 10081 ac_hi=$ac_mid; break
9902else 10082else
@@ -9912,7 +10092,7 @@ cat conftest.$ac_ext >&5
9912ac_hi=-1 ac_mid=-1 10092ac_hi=-1 ac_mid=-1
9913 while :; do 10093 while :; do
9914 cat >conftest.$ac_ext <<_ACEOF 10094 cat >conftest.$ac_ext <<_ACEOF
9915#line 9915 "configure" 10095#line 10095 "configure"
9916#include "confdefs.h" 10096#include "confdefs.h"
9917$ac_includes_default 10097$ac_includes_default
9918int 10098int
@@ -9924,16 +10104,16 @@ int _array_ [1 - 2 * !((sizeof (char)) >= $ac_mid)]
9924} 10104}
9925_ACEOF 10105_ACEOF
9926rm -f conftest.$ac_objext 10106rm -f conftest.$ac_objext
9927if { (eval echo "$as_me:9927: \"$ac_compile\"") >&5 10107if { (eval echo "$as_me:10107: \"$ac_compile\"") >&5
9928 (eval $ac_compile) 2>&5 10108 (eval $ac_compile) 2>&5
9929 ac_status=$? 10109 ac_status=$?
9930 echo "$as_me:9930: \$? = $ac_status" >&5 10110 echo "$as_me:10110: \$? = $ac_status" >&5
9931 (exit $ac_status); } && 10111 (exit $ac_status); } &&
9932 { ac_try='test -s conftest.$ac_objext' 10112 { ac_try='test -s conftest.$ac_objext'
9933 { (eval echo "$as_me:9933: \"$ac_try\"") >&5 10113 { (eval echo "$as_me:10113: \"$ac_try\"") >&5
9934 (eval $ac_try) 2>&5 10114 (eval $ac_try) 2>&5
9935 ac_status=$? 10115 ac_status=$?
9936 echo "$as_me:9936: \$? = $ac_status" >&5 10116 echo "$as_me:10116: \$? = $ac_status" >&5
9937 (exit $ac_status); }; }; then 10117 (exit $ac_status); }; }; then
9938 ac_lo=$ac_mid; break 10118 ac_lo=$ac_mid; break
9939else 10119else
@@ -9949,7 +10129,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
9949while test "x$ac_lo" != "x$ac_hi"; do 10129while test "x$ac_lo" != "x$ac_hi"; do
9950 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 10130 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9951 cat >conftest.$ac_ext <<_ACEOF 10131 cat >conftest.$ac_ext <<_ACEOF
9952#line 9952 "configure" 10132#line 10132 "configure"
9953#include "confdefs.h" 10133#include "confdefs.h"
9954$ac_includes_default 10134$ac_includes_default
9955int 10135int
@@ -9961,16 +10141,16 @@ int _array_ [1 - 2 * !((sizeof (char)) <= $ac_mid)]
9961} 10141}
9962_ACEOF 10142_ACEOF
9963rm -f conftest.$ac_objext 10143rm -f conftest.$ac_objext
9964if { (eval echo "$as_me:9964: \"$ac_compile\"") >&5 10144if { (eval echo "$as_me:10144: \"$ac_compile\"") >&5
9965 (eval $ac_compile) 2>&5 10145 (eval $ac_compile) 2>&5
9966 ac_status=$? 10146 ac_status=$?
9967 echo "$as_me:9967: \$? = $ac_status" >&5 10147 echo "$as_me:10147: \$? = $ac_status" >&5
9968 (exit $ac_status); } && 10148 (exit $ac_status); } &&
9969 { ac_try='test -s conftest.$ac_objext' 10149 { ac_try='test -s conftest.$ac_objext'
9970 { (eval echo "$as_me:9970: \"$ac_try\"") >&5 10150 { (eval echo "$as_me:10150: \"$ac_try\"") >&5
9971 (eval $ac_try) 2>&5 10151 (eval $ac_try) 2>&5
9972 ac_status=$? 10152 ac_status=$?
9973 echo "$as_me:9973: \$? = $ac_status" >&5 10153 echo "$as_me:10153: \$? = $ac_status" >&5
9974 (exit $ac_status); }; }; then 10154 (exit $ac_status); }; }; then
9975 ac_hi=$ac_mid 10155 ac_hi=$ac_mid
9976else 10156else
@@ -9983,12 +10163,12 @@ done
9983ac_cv_sizeof_char=$ac_lo 10163ac_cv_sizeof_char=$ac_lo
9984else 10164else
9985 if test "$cross_compiling" = yes; then 10165 if test "$cross_compiling" = yes; then
9986 { { echo "$as_me:9986: error: cannot run test program while cross compiling" >&5 10166 { { echo "$as_me:10166: error: cannot run test program while cross compiling" >&5
9987echo "$as_me: error: cannot run test program while cross compiling" >&2;} 10167echo "$as_me: error: cannot run test program while cross compiling" >&2;}
9988 { (exit 1); exit 1; }; } 10168 { (exit 1); exit 1; }; }
9989else 10169else
9990 cat >conftest.$ac_ext <<_ACEOF 10170 cat >conftest.$ac_ext <<_ACEOF
9991#line 9991 "configure" 10171#line 10171 "configure"
9992#include "confdefs.h" 10172#include "confdefs.h"
9993$ac_includes_default 10173$ac_includes_default
9994int 10174int
@@ -10004,15 +10184,15 @@ fclose (f);
10004} 10184}
10005_ACEOF 10185_ACEOF
10006rm -f conftest$ac_exeext 10186rm -f conftest$ac_exeext
10007if { (eval echo "$as_me:10007: \"$ac_link\"") >&5 10187if { (eval echo "$as_me:10187: \"$ac_link\"") >&5
10008 (eval $ac_link) 2>&5 10188 (eval $ac_link) 2>&5
10009 ac_status=$? 10189 ac_status=$?
10010 echo "$as_me:10010: \$? = $ac_status" >&5 10190 echo "$as_me:10190: \$? = $ac_status" >&5
10011 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10191 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10012 { (eval echo "$as_me:10012: \"$ac_try\"") >&5 10192 { (eval echo "$as_me:10192: \"$ac_try\"") >&5
10013 (eval $ac_try) 2>&5 10193 (eval $ac_try) 2>&5
10014 ac_status=$? 10194 ac_status=$?
10015 echo "$as_me:10015: \$? = $ac_status" >&5 10195 echo "$as_me:10195: \$? = $ac_status" >&5
10016 (exit $ac_status); }; }; then 10196 (exit $ac_status); }; }; then
10017 ac_cv_sizeof_char=`cat conftest.val` 10197 ac_cv_sizeof_char=`cat conftest.val`
10018else 10198else
@@ -10028,19 +10208,19 @@ else
10028 ac_cv_sizeof_char=0 10208 ac_cv_sizeof_char=0
10029fi 10209fi
10030fi 10210fi
10031echo "$as_me:10031: result: $ac_cv_sizeof_char" >&5 10211echo "$as_me:10211: result: $ac_cv_sizeof_char" >&5
10032echo "${ECHO_T}$ac_cv_sizeof_char" >&6 10212echo "${ECHO_T}$ac_cv_sizeof_char" >&6
10033cat >>confdefs.h <<EOF 10213cat >>confdefs.h <<EOF
10034#define SIZEOF_CHAR $ac_cv_sizeof_char 10214#define SIZEOF_CHAR $ac_cv_sizeof_char
10035EOF 10215EOF
10036 10216
10037echo "$as_me:10037: checking for short int" >&5 10217echo "$as_me:10217: checking for short int" >&5
10038echo $ECHO_N "checking for short int... $ECHO_C" >&6 10218echo $ECHO_N "checking for short int... $ECHO_C" >&6
10039if test "${ac_cv_type_short_int+set}" = set; then 10219if test "${ac_cv_type_short_int+set}" = set; then
10040 echo $ECHO_N "(cached) $ECHO_C" >&6 10220 echo $ECHO_N "(cached) $ECHO_C" >&6
10041else 10221else
10042 cat >conftest.$ac_ext <<_ACEOF 10222 cat >conftest.$ac_ext <<_ACEOF
10043#line 10043 "configure" 10223#line 10223 "configure"
10044#include "confdefs.h" 10224#include "confdefs.h"
10045$ac_includes_default 10225$ac_includes_default
10046int 10226int
@@ -10055,16 +10235,16 @@ if (sizeof (short int))
10055} 10235}
10056_ACEOF 10236_ACEOF
10057rm -f conftest.$ac_objext 10237rm -f conftest.$ac_objext
10058if { (eval echo "$as_me:10058: \"$ac_compile\"") >&5 10238if { (eval echo "$as_me:10238: \"$ac_compile\"") >&5
10059 (eval $ac_compile) 2>&5 10239 (eval $ac_compile) 2>&5
10060 ac_status=$? 10240 ac_status=$?
10061 echo "$as_me:10061: \$? = $ac_status" >&5 10241 echo "$as_me:10241: \$? = $ac_status" >&5
10062 (exit $ac_status); } && 10242 (exit $ac_status); } &&
10063 { ac_try='test -s conftest.$ac_objext' 10243 { ac_try='test -s conftest.$ac_objext'
10064 { (eval echo "$as_me:10064: \"$ac_try\"") >&5 10244 { (eval echo "$as_me:10244: \"$ac_try\"") >&5
10065 (eval $ac_try) 2>&5 10245 (eval $ac_try) 2>&5
10066 ac_status=$? 10246 ac_status=$?
10067 echo "$as_me:10067: \$? = $ac_status" >&5 10247 echo "$as_me:10247: \$? = $ac_status" >&5
10068 (exit $ac_status); }; }; then 10248 (exit $ac_status); }; }; then
10069 ac_cv_type_short_int=yes 10249 ac_cv_type_short_int=yes
10070else 10250else
@@ -10074,10 +10254,10 @@ ac_cv_type_short_int=no
10074fi 10254fi
10075rm -f conftest.$ac_objext conftest.$ac_ext 10255rm -f conftest.$ac_objext conftest.$ac_ext
10076fi 10256fi
10077echo "$as_me:10077: result: $ac_cv_type_short_int" >&5 10257echo "$as_me:10257: result: $ac_cv_type_short_int" >&5
10078echo "${ECHO_T}$ac_cv_type_short_int" >&6 10258echo "${ECHO_T}$ac_cv_type_short_int" >&6
10079 10259
10080echo "$as_me:10080: checking size of short int" >&5 10260echo "$as_me:10260: checking size of short int" >&5
10081echo $ECHO_N "checking size of short int... $ECHO_C" >&6 10261echo $ECHO_N "checking size of short int... $ECHO_C" >&6
10082if test "${ac_cv_sizeof_short_int+set}" = set; then 10262if test "${ac_cv_sizeof_short_int+set}" = set; then
10083 echo $ECHO_N "(cached) $ECHO_C" >&6 10263 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10086,7 +10266,7 @@ else
10086 if test "$cross_compiling" = yes; then 10266 if test "$cross_compiling" = yes; then
10087 # Depending upon the size, compute the lo and hi bounds. 10267 # Depending upon the size, compute the lo and hi bounds.
10088cat >conftest.$ac_ext <<_ACEOF 10268cat >conftest.$ac_ext <<_ACEOF
10089#line 10089 "configure" 10269#line 10269 "configure"
10090#include "confdefs.h" 10270#include "confdefs.h"
10091$ac_includes_default 10271$ac_includes_default
10092int 10272int
@@ -10098,21 +10278,21 @@ int _array_ [1 - 2 * !((sizeof (short int)) >= 0)]
10098} 10278}
10099_ACEOF 10279_ACEOF
10100rm -f conftest.$ac_objext 10280rm -f conftest.$ac_objext
10101if { (eval echo "$as_me:10101: \"$ac_compile\"") >&5 10281if { (eval echo "$as_me:10281: \"$ac_compile\"") >&5
10102 (eval $ac_compile) 2>&5 10282 (eval $ac_compile) 2>&5
10103 ac_status=$? 10283 ac_status=$?
10104 echo "$as_me:10104: \$? = $ac_status" >&5 10284 echo "$as_me:10284: \$? = $ac_status" >&5
10105 (exit $ac_status); } && 10285 (exit $ac_status); } &&
10106 { ac_try='test -s conftest.$ac_objext' 10286 { ac_try='test -s conftest.$ac_objext'
10107 { (eval echo "$as_me:10107: \"$ac_try\"") >&5 10287 { (eval echo "$as_me:10287: \"$ac_try\"") >&5
10108 (eval $ac_try) 2>&5 10288 (eval $ac_try) 2>&5
10109 ac_status=$? 10289 ac_status=$?
10110 echo "$as_me:10110: \$? = $ac_status" >&5 10290 echo "$as_me:10290: \$? = $ac_status" >&5
10111 (exit $ac_status); }; }; then 10291 (exit $ac_status); }; }; then
10112 ac_lo=0 ac_mid=0 10292 ac_lo=0 ac_mid=0
10113 while :; do 10293 while :; do
10114 cat >conftest.$ac_ext <<_ACEOF 10294 cat >conftest.$ac_ext <<_ACEOF
10115#line 10115 "configure" 10295#line 10295 "configure"
10116#include "confdefs.h" 10296#include "confdefs.h"
10117$ac_includes_default 10297$ac_includes_default
10118int 10298int
@@ -10124,16 +10304,16 @@ int _array_ [1 - 2 * !((sizeof (short int)) <= $ac_mid)]
10124} 10304}
10125_ACEOF 10305_ACEOF
10126rm -f conftest.$ac_objext 10306rm -f conftest.$ac_objext
10127if { (eval echo "$as_me:10127: \"$ac_compile\"") >&5 10307if { (eval echo "$as_me:10307: \"$ac_compile\"") >&5
10128 (eval $ac_compile) 2>&5 10308 (eval $ac_compile) 2>&5
10129 ac_status=$? 10309 ac_status=$?
10130 echo "$as_me:10130: \$? = $ac_status" >&5 10310 echo "$as_me:10310: \$? = $ac_status" >&5
10131 (exit $ac_status); } && 10311 (exit $ac_status); } &&
10132 { ac_try='test -s conftest.$ac_objext' 10312 { ac_try='test -s conftest.$ac_objext'
10133 { (eval echo "$as_me:10133: \"$ac_try\"") >&5 10313 { (eval echo "$as_me:10313: \"$ac_try\"") >&5
10134 (eval $ac_try) 2>&5 10314 (eval $ac_try) 2>&5
10135 ac_status=$? 10315 ac_status=$?
10136 echo "$as_me:10136: \$? = $ac_status" >&5 10316 echo "$as_me:10316: \$? = $ac_status" >&5
10137 (exit $ac_status); }; }; then 10317 (exit $ac_status); }; }; then
10138 ac_hi=$ac_mid; break 10318 ac_hi=$ac_mid; break
10139else 10319else
@@ -10149,7 +10329,7 @@ cat conftest.$ac_ext >&5
10149ac_hi=-1 ac_mid=-1 10329ac_hi=-1 ac_mid=-1
10150 while :; do 10330 while :; do
10151 cat >conftest.$ac_ext <<_ACEOF 10331 cat >conftest.$ac_ext <<_ACEOF
10152#line 10152 "configure" 10332#line 10332 "configure"
10153#include "confdefs.h" 10333#include "confdefs.h"
10154$ac_includes_default 10334$ac_includes_default
10155int 10335int
@@ -10161,16 +10341,16 @@ int _array_ [1 - 2 * !((sizeof (short int)) >= $ac_mid)]
10161} 10341}
10162_ACEOF 10342_ACEOF
10163rm -f conftest.$ac_objext 10343rm -f conftest.$ac_objext
10164if { (eval echo "$as_me:10164: \"$ac_compile\"") >&5 10344if { (eval echo "$as_me:10344: \"$ac_compile\"") >&5
10165 (eval $ac_compile) 2>&5 10345 (eval $ac_compile) 2>&5
10166 ac_status=$? 10346 ac_status=$?
10167 echo "$as_me:10167: \$? = $ac_status" >&5 10347 echo "$as_me:10347: \$? = $ac_status" >&5
10168 (exit $ac_status); } && 10348 (exit $ac_status); } &&
10169 { ac_try='test -s conftest.$ac_objext' 10349 { ac_try='test -s conftest.$ac_objext'
10170 { (eval echo "$as_me:10170: \"$ac_try\"") >&5 10350 { (eval echo "$as_me:10350: \"$ac_try\"") >&5
10171 (eval $ac_try) 2>&5 10351 (eval $ac_try) 2>&5
10172 ac_status=$? 10352 ac_status=$?
10173 echo "$as_me:10173: \$? = $ac_status" >&5 10353 echo "$as_me:10353: \$? = $ac_status" >&5
10174 (exit $ac_status); }; }; then 10354 (exit $ac_status); }; }; then
10175 ac_lo=$ac_mid; break 10355 ac_lo=$ac_mid; break
10176else 10356else
@@ -10186,7 +10366,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
10186while test "x$ac_lo" != "x$ac_hi"; do 10366while test "x$ac_lo" != "x$ac_hi"; do
10187 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 10367 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
10188 cat >conftest.$ac_ext <<_ACEOF 10368 cat >conftest.$ac_ext <<_ACEOF
10189#line 10189 "configure" 10369#line 10369 "configure"
10190#include "confdefs.h" 10370#include "confdefs.h"
10191$ac_includes_default 10371$ac_includes_default
10192int 10372int
@@ -10198,16 +10378,16 @@ int _array_ [1 - 2 * !((sizeof (short int)) <= $ac_mid)]
10198} 10378}
10199_ACEOF 10379_ACEOF
10200rm -f conftest.$ac_objext 10380rm -f conftest.$ac_objext
10201if { (eval echo "$as_me:10201: \"$ac_compile\"") >&5 10381if { (eval echo "$as_me:10381: \"$ac_compile\"") >&5
10202 (eval $ac_compile) 2>&5 10382 (eval $ac_compile) 2>&5
10203 ac_status=$? 10383 ac_status=$?
10204 echo "$as_me:10204: \$? = $ac_status" >&5 10384 echo "$as_me:10384: \$? = $ac_status" >&5
10205 (exit $ac_status); } && 10385 (exit $ac_status); } &&
10206 { ac_try='test -s conftest.$ac_objext' 10386 { ac_try='test -s conftest.$ac_objext'
10207 { (eval echo "$as_me:10207: \"$ac_try\"") >&5 10387 { (eval echo "$as_me:10387: \"$ac_try\"") >&5
10208 (eval $ac_try) 2>&5 10388 (eval $ac_try) 2>&5
10209 ac_status=$? 10389 ac_status=$?
10210 echo "$as_me:10210: \$? = $ac_status" >&5 10390 echo "$as_me:10390: \$? = $ac_status" >&5
10211 (exit $ac_status); }; }; then 10391 (exit $ac_status); }; }; then
10212 ac_hi=$ac_mid 10392 ac_hi=$ac_mid
10213else 10393else
@@ -10220,12 +10400,12 @@ done
10220ac_cv_sizeof_short_int=$ac_lo 10400ac_cv_sizeof_short_int=$ac_lo
10221else 10401else
10222 if test "$cross_compiling" = yes; then 10402 if test "$cross_compiling" = yes; then
10223 { { echo "$as_me:10223: error: cannot run test program while cross compiling" >&5 10403 { { echo "$as_me:10403: error: cannot run test program while cross compiling" >&5
10224echo "$as_me: error: cannot run test program while cross compiling" >&2;} 10404echo "$as_me: error: cannot run test program while cross compiling" >&2;}
10225 { (exit 1); exit 1; }; } 10405 { (exit 1); exit 1; }; }
10226else 10406else
10227 cat >conftest.$ac_ext <<_ACEOF 10407 cat >conftest.$ac_ext <<_ACEOF
10228#line 10228 "configure" 10408#line 10408 "configure"
10229#include "confdefs.h" 10409#include "confdefs.h"
10230$ac_includes_default 10410$ac_includes_default
10231int 10411int
@@ -10241,15 +10421,15 @@ fclose (f);
10241} 10421}
10242_ACEOF 10422_ACEOF
10243rm -f conftest$ac_exeext 10423rm -f conftest$ac_exeext
10244if { (eval echo "$as_me:10244: \"$ac_link\"") >&5 10424if { (eval echo "$as_me:10424: \"$ac_link\"") >&5
10245 (eval $ac_link) 2>&5 10425 (eval $ac_link) 2>&5
10246 ac_status=$? 10426 ac_status=$?
10247 echo "$as_me:10247: \$? = $ac_status" >&5 10427 echo "$as_me:10427: \$? = $ac_status" >&5
10248 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10428 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10249 { (eval echo "$as_me:10249: \"$ac_try\"") >&5 10429 { (eval echo "$as_me:10429: \"$ac_try\"") >&5
10250 (eval $ac_try) 2>&5 10430 (eval $ac_try) 2>&5
10251 ac_status=$? 10431 ac_status=$?
10252 echo "$as_me:10252: \$? = $ac_status" >&5 10432 echo "$as_me:10432: \$? = $ac_status" >&5
10253 (exit $ac_status); }; }; then 10433 (exit $ac_status); }; }; then
10254 ac_cv_sizeof_short_int=`cat conftest.val` 10434 ac_cv_sizeof_short_int=`cat conftest.val`
10255else 10435else
@@ -10265,19 +10445,19 @@ else
10265 ac_cv_sizeof_short_int=0 10445 ac_cv_sizeof_short_int=0
10266fi 10446fi
10267fi 10447fi
10268echo "$as_me:10268: result: $ac_cv_sizeof_short_int" >&5 10448echo "$as_me:10448: result: $ac_cv_sizeof_short_int" >&5
10269echo "${ECHO_T}$ac_cv_sizeof_short_int" >&6 10449echo "${ECHO_T}$ac_cv_sizeof_short_int" >&6
10270cat >>confdefs.h <<EOF 10450cat >>confdefs.h <<EOF
10271#define SIZEOF_SHORT_INT $ac_cv_sizeof_short_int 10451#define SIZEOF_SHORT_INT $ac_cv_sizeof_short_int
10272EOF 10452EOF
10273 10453
10274echo "$as_me:10274: checking for int" >&5 10454echo "$as_me:10454: checking for int" >&5
10275echo $ECHO_N "checking for int... $ECHO_C" >&6 10455echo $ECHO_N "checking for int... $ECHO_C" >&6
10276if test "${ac_cv_type_int+set}" = set; then 10456if test "${ac_cv_type_int+set}" = set; then
10277 echo $ECHO_N "(cached) $ECHO_C" >&6 10457 echo $ECHO_N "(cached) $ECHO_C" >&6
10278else 10458else
10279 cat >conftest.$ac_ext <<_ACEOF 10459 cat >conftest.$ac_ext <<_ACEOF
10280#line 10280 "configure" 10460#line 10460 "configure"
10281#include "confdefs.h" 10461#include "confdefs.h"
10282$ac_includes_default 10462$ac_includes_default
10283int 10463int
@@ -10292,16 +10472,16 @@ if (sizeof (int))
10292} 10472}
10293_ACEOF 10473_ACEOF
10294rm -f conftest.$ac_objext 10474rm -f conftest.$ac_objext
10295if { (eval echo "$as_me:10295: \"$ac_compile\"") >&5 10475if { (eval echo "$as_me:10475: \"$ac_compile\"") >&5
10296 (eval $ac_compile) 2>&5 10476 (eval $ac_compile) 2>&5
10297 ac_status=$? 10477 ac_status=$?
10298 echo "$as_me:10298: \$? = $ac_status" >&5 10478 echo "$as_me:10478: \$? = $ac_status" >&5
10299 (exit $ac_status); } && 10479 (exit $ac_status); } &&
10300 { ac_try='test -s conftest.$ac_objext' 10480 { ac_try='test -s conftest.$ac_objext'
10301 { (eval echo "$as_me:10301: \"$ac_try\"") >&5 10481 { (eval echo "$as_me:10481: \"$ac_try\"") >&5
10302 (eval $ac_try) 2>&5 10482 (eval $ac_try) 2>&5
10303 ac_status=$? 10483 ac_status=$?
10304 echo "$as_me:10304: \$? = $ac_status" >&5 10484 echo "$as_me:10484: \$? = $ac_status" >&5
10305 (exit $ac_status); }; }; then 10485 (exit $ac_status); }; }; then
10306 ac_cv_type_int=yes 10486 ac_cv_type_int=yes
10307else 10487else
@@ -10311,10 +10491,10 @@ ac_cv_type_int=no
10311fi 10491fi
10312rm -f conftest.$ac_objext conftest.$ac_ext 10492rm -f conftest.$ac_objext conftest.$ac_ext
10313fi 10493fi
10314echo "$as_me:10314: result: $ac_cv_type_int" >&5 10494echo "$as_me:10494: result: $ac_cv_type_int" >&5
10315echo "${ECHO_T}$ac_cv_type_int" >&6 10495echo "${ECHO_T}$ac_cv_type_int" >&6
10316 10496
10317echo "$as_me:10317: checking size of int" >&5 10497echo "$as_me:10497: checking size of int" >&5
10318echo $ECHO_N "checking size of int... $ECHO_C" >&6 10498echo $ECHO_N "checking size of int... $ECHO_C" >&6
10319if test "${ac_cv_sizeof_int+set}" = set; then 10499if test "${ac_cv_sizeof_int+set}" = set; then
10320 echo $ECHO_N "(cached) $ECHO_C" >&6 10500 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10323,7 +10503,7 @@ else
10323 if test "$cross_compiling" = yes; then 10503 if test "$cross_compiling" = yes; then
10324 # Depending upon the size, compute the lo and hi bounds. 10504 # Depending upon the size, compute the lo and hi bounds.
10325cat >conftest.$ac_ext <<_ACEOF 10505cat >conftest.$ac_ext <<_ACEOF
10326#line 10326 "configure" 10506#line 10506 "configure"
10327#include "confdefs.h" 10507#include "confdefs.h"
10328$ac_includes_default 10508$ac_includes_default
10329int 10509int
@@ -10335,21 +10515,21 @@ int _array_ [1 - 2 * !((sizeof (int)) >= 0)]
10335} 10515}
10336_ACEOF 10516_ACEOF
10337rm -f conftest.$ac_objext 10517rm -f conftest.$ac_objext
10338if { (eval echo "$as_me:10338: \"$ac_compile\"") >&5 10518if { (eval echo "$as_me:10518: \"$ac_compile\"") >&5
10339 (eval $ac_compile) 2>&5 10519 (eval $ac_compile) 2>&5
10340 ac_status=$? 10520 ac_status=$?
10341 echo "$as_me:10341: \$? = $ac_status" >&5 10521 echo "$as_me:10521: \$? = $ac_status" >&5
10342 (exit $ac_status); } && 10522 (exit $ac_status); } &&
10343 { ac_try='test -s conftest.$ac_objext' 10523 { ac_try='test -s conftest.$ac_objext'
10344 { (eval echo "$as_me:10344: \"$ac_try\"") >&5 10524 { (eval echo "$as_me:10524: \"$ac_try\"") >&5
10345 (eval $ac_try) 2>&5 10525 (eval $ac_try) 2>&5
10346 ac_status=$? 10526 ac_status=$?
10347 echo "$as_me:10347: \$? = $ac_status" >&5 10527 echo "$as_me:10527: \$? = $ac_status" >&5
10348 (exit $ac_status); }; }; then 10528 (exit $ac_status); }; }; then
10349 ac_lo=0 ac_mid=0 10529 ac_lo=0 ac_mid=0
10350 while :; do 10530 while :; do
10351 cat >conftest.$ac_ext <<_ACEOF 10531 cat >conftest.$ac_ext <<_ACEOF
10352#line 10352 "configure" 10532#line 10532 "configure"
10353#include "confdefs.h" 10533#include "confdefs.h"
10354$ac_includes_default 10534$ac_includes_default
10355int 10535int
@@ -10361,16 +10541,16 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
10361} 10541}
10362_ACEOF 10542_ACEOF
10363rm -f conftest.$ac_objext 10543rm -f conftest.$ac_objext
10364if { (eval echo "$as_me:10364: \"$ac_compile\"") >&5 10544if { (eval echo "$as_me:10544: \"$ac_compile\"") >&5
10365 (eval $ac_compile) 2>&5 10545 (eval $ac_compile) 2>&5
10366 ac_status=$? 10546 ac_status=$?
10367 echo "$as_me:10367: \$? = $ac_status" >&5 10547 echo "$as_me:10547: \$? = $ac_status" >&5
10368 (exit $ac_status); } && 10548 (exit $ac_status); } &&
10369 { ac_try='test -s conftest.$ac_objext' 10549 { ac_try='test -s conftest.$ac_objext'
10370 { (eval echo "$as_me:10370: \"$ac_try\"") >&5 10550 { (eval echo "$as_me:10550: \"$ac_try\"") >&5
10371 (eval $ac_try) 2>&5 10551 (eval $ac_try) 2>&5
10372 ac_status=$? 10552 ac_status=$?
10373 echo "$as_me:10373: \$? = $ac_status" >&5 10553 echo "$as_me:10553: \$? = $ac_status" >&5
10374 (exit $ac_status); }; }; then 10554 (exit $ac_status); }; }; then
10375 ac_hi=$ac_mid; break 10555 ac_hi=$ac_mid; break
10376else 10556else
@@ -10386,7 +10566,7 @@ cat conftest.$ac_ext >&5
10386ac_hi=-1 ac_mid=-1 10566ac_hi=-1 ac_mid=-1
10387 while :; do 10567 while :; do
10388 cat >conftest.$ac_ext <<_ACEOF 10568 cat >conftest.$ac_ext <<_ACEOF
10389#line 10389 "configure" 10569#line 10569 "configure"
10390#include "confdefs.h" 10570#include "confdefs.h"
10391$ac_includes_default 10571$ac_includes_default
10392int 10572int
@@ -10398,16 +10578,16 @@ int _array_ [1 - 2 * !((sizeof (int)) >= $ac_mid)]
10398} 10578}
10399_ACEOF 10579_ACEOF
10400rm -f conftest.$ac_objext 10580rm -f conftest.$ac_objext
10401if { (eval echo "$as_me:10401: \"$ac_compile\"") >&5 10581if { (eval echo "$as_me:10581: \"$ac_compile\"") >&5
10402 (eval $ac_compile) 2>&5 10582 (eval $ac_compile) 2>&5
10403 ac_status=$? 10583 ac_status=$?
10404 echo "$as_me:10404: \$? = $ac_status" >&5 10584 echo "$as_me:10584: \$? = $ac_status" >&5
10405 (exit $ac_status); } && 10585 (exit $ac_status); } &&
10406 { ac_try='test -s conftest.$ac_objext' 10586 { ac_try='test -s conftest.$ac_objext'
10407 { (eval echo "$as_me:10407: \"$ac_try\"") >&5 10587 { (eval echo "$as_me:10587: \"$ac_try\"") >&5
10408 (eval $ac_try) 2>&5 10588 (eval $ac_try) 2>&5
10409 ac_status=$? 10589 ac_status=$?
10410 echo "$as_me:10410: \$? = $ac_status" >&5 10590 echo "$as_me:10590: \$? = $ac_status" >&5
10411 (exit $ac_status); }; }; then 10591 (exit $ac_status); }; }; then
10412 ac_lo=$ac_mid; break 10592 ac_lo=$ac_mid; break
10413else 10593else
@@ -10423,7 +10603,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
10423while test "x$ac_lo" != "x$ac_hi"; do 10603while test "x$ac_lo" != "x$ac_hi"; do
10424 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 10604 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
10425 cat >conftest.$ac_ext <<_ACEOF 10605 cat >conftest.$ac_ext <<_ACEOF
10426#line 10426 "configure" 10606#line 10606 "configure"
10427#include "confdefs.h" 10607#include "confdefs.h"
10428$ac_includes_default 10608$ac_includes_default
10429int 10609int
@@ -10435,16 +10615,16 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
10435} 10615}
10436_ACEOF 10616_ACEOF
10437rm -f conftest.$ac_objext 10617rm -f conftest.$ac_objext
10438if { (eval echo "$as_me:10438: \"$ac_compile\"") >&5 10618if { (eval echo "$as_me:10618: \"$ac_compile\"") >&5
10439 (eval $ac_compile) 2>&5 10619 (eval $ac_compile) 2>&5
10440 ac_status=$? 10620 ac_status=$?
10441 echo "$as_me:10441: \$? = $ac_status" >&5 10621 echo "$as_me:10621: \$? = $ac_status" >&5
10442 (exit $ac_status); } && 10622 (exit $ac_status); } &&
10443 { ac_try='test -s conftest.$ac_objext' 10623 { ac_try='test -s conftest.$ac_objext'
10444 { (eval echo "$as_me:10444: \"$ac_try\"") >&5 10624 { (eval echo "$as_me:10624: \"$ac_try\"") >&5
10445 (eval $ac_try) 2>&5 10625 (eval $ac_try) 2>&5
10446 ac_status=$? 10626 ac_status=$?
10447 echo "$as_me:10447: \$? = $ac_status" >&5 10627 echo "$as_me:10627: \$? = $ac_status" >&5
10448 (exit $ac_status); }; }; then 10628 (exit $ac_status); }; }; then
10449 ac_hi=$ac_mid 10629 ac_hi=$ac_mid
10450else 10630else
@@ -10457,12 +10637,12 @@ done
10457ac_cv_sizeof_int=$ac_lo 10637ac_cv_sizeof_int=$ac_lo
10458else 10638else
10459 if test "$cross_compiling" = yes; then 10639 if test "$cross_compiling" = yes; then
10460 { { echo "$as_me:10460: error: cannot run test program while cross compiling" >&5 10640 { { echo "$as_me:10640: error: cannot run test program while cross compiling" >&5
10461echo "$as_me: error: cannot run test program while cross compiling" >&2;} 10641echo "$as_me: error: cannot run test program while cross compiling" >&2;}
10462 { (exit 1); exit 1; }; } 10642 { (exit 1); exit 1; }; }
10463else 10643else
10464 cat >conftest.$ac_ext <<_ACEOF 10644 cat >conftest.$ac_ext <<_ACEOF
10465#line 10465 "configure" 10645#line 10645 "configure"
10466#include "confdefs.h" 10646#include "confdefs.h"
10467$ac_includes_default 10647$ac_includes_default
10468int 10648int
@@ -10478,15 +10658,15 @@ fclose (f);
10478} 10658}
10479_ACEOF 10659_ACEOF
10480rm -f conftest$ac_exeext 10660rm -f conftest$ac_exeext
10481if { (eval echo "$as_me:10481: \"$ac_link\"") >&5 10661if { (eval echo "$as_me:10661: \"$ac_link\"") >&5
10482 (eval $ac_link) 2>&5 10662 (eval $ac_link) 2>&5
10483 ac_status=$? 10663 ac_status=$?
10484 echo "$as_me:10484: \$? = $ac_status" >&5 10664 echo "$as_me:10664: \$? = $ac_status" >&5
10485 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10665 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10486 { (eval echo "$as_me:10486: \"$ac_try\"") >&5 10666 { (eval echo "$as_me:10666: \"$ac_try\"") >&5
10487 (eval $ac_try) 2>&5 10667 (eval $ac_try) 2>&5
10488 ac_status=$? 10668 ac_status=$?
10489 echo "$as_me:10489: \$? = $ac_status" >&5 10669 echo "$as_me:10669: \$? = $ac_status" >&5
10490 (exit $ac_status); }; }; then 10670 (exit $ac_status); }; }; then
10491 ac_cv_sizeof_int=`cat conftest.val` 10671 ac_cv_sizeof_int=`cat conftest.val`
10492else 10672else
@@ -10502,19 +10682,19 @@ else
10502 ac_cv_sizeof_int=0 10682 ac_cv_sizeof_int=0
10503fi 10683fi
10504fi 10684fi
10505echo "$as_me:10505: result: $ac_cv_sizeof_int" >&5 10685echo "$as_me:10685: result: $ac_cv_sizeof_int" >&5
10506echo "${ECHO_T}$ac_cv_sizeof_int" >&6 10686echo "${ECHO_T}$ac_cv_sizeof_int" >&6
10507cat >>confdefs.h <<EOF 10687cat >>confdefs.h <<EOF
10508#define SIZEOF_INT $ac_cv_sizeof_int 10688#define SIZEOF_INT $ac_cv_sizeof_int
10509EOF 10689EOF
10510 10690
10511echo "$as_me:10511: checking for long int" >&5 10691echo "$as_me:10691: checking for long int" >&5
10512echo $ECHO_N "checking for long int... $ECHO_C" >&6 10692echo $ECHO_N "checking for long int... $ECHO_C" >&6
10513if test "${ac_cv_type_long_int+set}" = set; then 10693if test "${ac_cv_type_long_int+set}" = set; then
10514 echo $ECHO_N "(cached) $ECHO_C" >&6 10694 echo $ECHO_N "(cached) $ECHO_C" >&6
10515else 10695else
10516 cat >conftest.$ac_ext <<_ACEOF 10696 cat >conftest.$ac_ext <<_ACEOF
10517#line 10517 "configure" 10697#line 10697 "configure"
10518#include "confdefs.h" 10698#include "confdefs.h"
10519$ac_includes_default 10699$ac_includes_default
10520int 10700int
@@ -10529,16 +10709,16 @@ if (sizeof (long int))
10529} 10709}
10530_ACEOF 10710_ACEOF
10531rm -f conftest.$ac_objext 10711rm -f conftest.$ac_objext
10532if { (eval echo "$as_me:10532: \"$ac_compile\"") >&5 10712if { (eval echo "$as_me:10712: \"$ac_compile\"") >&5
10533 (eval $ac_compile) 2>&5 10713 (eval $ac_compile) 2>&5
10534 ac_status=$? 10714 ac_status=$?
10535 echo "$as_me:10535: \$? = $ac_status" >&5 10715 echo "$as_me:10715: \$? = $ac_status" >&5
10536 (exit $ac_status); } && 10716 (exit $ac_status); } &&
10537 { ac_try='test -s conftest.$ac_objext' 10717 { ac_try='test -s conftest.$ac_objext'
10538 { (eval echo "$as_me:10538: \"$ac_try\"") >&5 10718 { (eval echo "$as_me:10718: \"$ac_try\"") >&5
10539 (eval $ac_try) 2>&5 10719 (eval $ac_try) 2>&5
10540 ac_status=$? 10720 ac_status=$?
10541 echo "$as_me:10541: \$? = $ac_status" >&5 10721 echo "$as_me:10721: \$? = $ac_status" >&5
10542 (exit $ac_status); }; }; then 10722 (exit $ac_status); }; }; then
10543 ac_cv_type_long_int=yes 10723 ac_cv_type_long_int=yes
10544else 10724else
@@ -10548,10 +10728,10 @@ ac_cv_type_long_int=no
10548fi 10728fi
10549rm -f conftest.$ac_objext conftest.$ac_ext 10729rm -f conftest.$ac_objext conftest.$ac_ext
10550fi 10730fi
10551echo "$as_me:10551: result: $ac_cv_type_long_int" >&5 10731echo "$as_me:10731: result: $ac_cv_type_long_int" >&5
10552echo "${ECHO_T}$ac_cv_type_long_int" >&6 10732echo "${ECHO_T}$ac_cv_type_long_int" >&6
10553 10733
10554echo "$as_me:10554: checking size of long int" >&5 10734echo "$as_me:10734: checking size of long int" >&5
10555echo $ECHO_N "checking size of long int... $ECHO_C" >&6 10735echo $ECHO_N "checking size of long int... $ECHO_C" >&6
10556if test "${ac_cv_sizeof_long_int+set}" = set; then 10736if test "${ac_cv_sizeof_long_int+set}" = set; then
10557 echo $ECHO_N "(cached) $ECHO_C" >&6 10737 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10560,7 +10740,7 @@ else
10560 if test "$cross_compiling" = yes; then 10740 if test "$cross_compiling" = yes; then
10561 # Depending upon the size, compute the lo and hi bounds. 10741 # Depending upon the size, compute the lo and hi bounds.
10562cat >conftest.$ac_ext <<_ACEOF 10742cat >conftest.$ac_ext <<_ACEOF
10563#line 10563 "configure" 10743#line 10743 "configure"
10564#include "confdefs.h" 10744#include "confdefs.h"
10565$ac_includes_default 10745$ac_includes_default
10566int 10746int
@@ -10572,21 +10752,21 @@ int _array_ [1 - 2 * !((sizeof (long int)) >= 0)]
10572} 10752}
10573_ACEOF 10753_ACEOF
10574rm -f conftest.$ac_objext 10754rm -f conftest.$ac_objext
10575if { (eval echo "$as_me:10575: \"$ac_compile\"") >&5 10755if { (eval echo "$as_me:10755: \"$ac_compile\"") >&5
10576 (eval $ac_compile) 2>&5 10756 (eval $ac_compile) 2>&5
10577 ac_status=$? 10757 ac_status=$?
10578 echo "$as_me:10578: \$? = $ac_status" >&5 10758 echo "$as_me:10758: \$? = $ac_status" >&5
10579 (exit $ac_status); } && 10759 (exit $ac_status); } &&
10580 { ac_try='test -s conftest.$ac_objext' 10760 { ac_try='test -s conftest.$ac_objext'
10581 { (eval echo "$as_me:10581: \"$ac_try\"") >&5 10761 { (eval echo "$as_me:10761: \"$ac_try\"") >&5
10582 (eval $ac_try) 2>&5 10762 (eval $ac_try) 2>&5
10583 ac_status=$? 10763 ac_status=$?
10584 echo "$as_me:10584: \$? = $ac_status" >&5 10764 echo "$as_me:10764: \$? = $ac_status" >&5
10585 (exit $ac_status); }; }; then 10765 (exit $ac_status); }; }; then
10586 ac_lo=0 ac_mid=0 10766 ac_lo=0 ac_mid=0
10587 while :; do 10767 while :; do
10588 cat >conftest.$ac_ext <<_ACEOF 10768 cat >conftest.$ac_ext <<_ACEOF
10589#line 10589 "configure" 10769#line 10769 "configure"
10590#include "confdefs.h" 10770#include "confdefs.h"
10591$ac_includes_default 10771$ac_includes_default
10592int 10772int
@@ -10598,16 +10778,16 @@ int _array_ [1 - 2 * !((sizeof (long int)) <= $ac_mid)]
10598} 10778}
10599_ACEOF 10779_ACEOF
10600rm -f conftest.$ac_objext 10780rm -f conftest.$ac_objext
10601if { (eval echo "$as_me:10601: \"$ac_compile\"") >&5 10781if { (eval echo "$as_me:10781: \"$ac_compile\"") >&5
10602 (eval $ac_compile) 2>&5 10782 (eval $ac_compile) 2>&5
10603 ac_status=$? 10783 ac_status=$?
10604 echo "$as_me:10604: \$? = $ac_status" >&5 10784 echo "$as_me:10784: \$? = $ac_status" >&5
10605 (exit $ac_status); } && 10785 (exit $ac_status); } &&
10606 { ac_try='test -s conftest.$ac_objext' 10786 { ac_try='test -s conftest.$ac_objext'
10607 { (eval echo "$as_me:10607: \"$ac_try\"") >&5 10787 { (eval echo "$as_me:10787: \"$ac_try\"") >&5
10608 (eval $ac_try) 2>&5 10788 (eval $ac_try) 2>&5
10609 ac_status=$? 10789 ac_status=$?
10610 echo "$as_me:10610: \$? = $ac_status" >&5 10790 echo "$as_me:10790: \$? = $ac_status" >&5
10611 (exit $ac_status); }; }; then 10791 (exit $ac_status); }; }; then
10612 ac_hi=$ac_mid; break 10792 ac_hi=$ac_mid; break
10613else 10793else
@@ -10623,7 +10803,7 @@ cat conftest.$ac_ext >&5
10623ac_hi=-1 ac_mid=-1 10803ac_hi=-1 ac_mid=-1
10624 while :; do 10804 while :; do
10625 cat >conftest.$ac_ext <<_ACEOF 10805 cat >conftest.$ac_ext <<_ACEOF
10626#line 10626 "configure" 10806#line 10806 "configure"
10627#include "confdefs.h" 10807#include "confdefs.h"
10628$ac_includes_default 10808$ac_includes_default
10629int 10809int
@@ -10635,16 +10815,16 @@ int _array_ [1 - 2 * !((sizeof (long int)) >= $ac_mid)]
10635} 10815}
10636_ACEOF 10816_ACEOF
10637rm -f conftest.$ac_objext 10817rm -f conftest.$ac_objext
10638if { (eval echo "$as_me:10638: \"$ac_compile\"") >&5 10818if { (eval echo "$as_me:10818: \"$ac_compile\"") >&5
10639 (eval $ac_compile) 2>&5 10819 (eval $ac_compile) 2>&5
10640 ac_status=$? 10820 ac_status=$?
10641 echo "$as_me:10641: \$? = $ac_status" >&5 10821 echo "$as_me:10821: \$? = $ac_status" >&5
10642 (exit $ac_status); } && 10822 (exit $ac_status); } &&
10643 { ac_try='test -s conftest.$ac_objext' 10823 { ac_try='test -s conftest.$ac_objext'
10644 { (eval echo "$as_me:10644: \"$ac_try\"") >&5 10824 { (eval echo "$as_me:10824: \"$ac_try\"") >&5
10645 (eval $ac_try) 2>&5 10825 (eval $ac_try) 2>&5
10646 ac_status=$? 10826 ac_status=$?
10647 echo "$as_me:10647: \$? = $ac_status" >&5 10827 echo "$as_me:10827: \$? = $ac_status" >&5
10648 (exit $ac_status); }; }; then 10828 (exit $ac_status); }; }; then
10649 ac_lo=$ac_mid; break 10829 ac_lo=$ac_mid; break
10650else 10830else
@@ -10660,7 +10840,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
10660while test "x$ac_lo" != "x$ac_hi"; do 10840while test "x$ac_lo" != "x$ac_hi"; do
10661 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 10841 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
10662 cat >conftest.$ac_ext <<_ACEOF 10842 cat >conftest.$ac_ext <<_ACEOF
10663#line 10663 "configure" 10843#line 10843 "configure"
10664#include "confdefs.h" 10844#include "confdefs.h"
10665$ac_includes_default 10845$ac_includes_default
10666int 10846int
@@ -10672,16 +10852,16 @@ int _array_ [1 - 2 * !((sizeof (long int)) <= $ac_mid)]
10672} 10852}
10673_ACEOF 10853_ACEOF
10674rm -f conftest.$ac_objext 10854rm -f conftest.$ac_objext
10675if { (eval echo "$as_me:10675: \"$ac_compile\"") >&5 10855if { (eval echo "$as_me:10855: \"$ac_compile\"") >&5
10676 (eval $ac_compile) 2>&5 10856 (eval $ac_compile) 2>&5
10677 ac_status=$? 10857 ac_status=$?
10678 echo "$as_me:10678: \$? = $ac_status" >&5 10858 echo "$as_me:10858: \$? = $ac_status" >&5
10679 (exit $ac_status); } && 10859 (exit $ac_status); } &&
10680 { ac_try='test -s conftest.$ac_objext' 10860 { ac_try='test -s conftest.$ac_objext'
10681 { (eval echo "$as_me:10681: \"$ac_try\"") >&5 10861 { (eval echo "$as_me:10861: \"$ac_try\"") >&5
10682 (eval $ac_try) 2>&5 10862 (eval $ac_try) 2>&5
10683 ac_status=$? 10863 ac_status=$?
10684 echo "$as_me:10684: \$? = $ac_status" >&5 10864 echo "$as_me:10864: \$? = $ac_status" >&5
10685 (exit $ac_status); }; }; then 10865 (exit $ac_status); }; }; then
10686 ac_hi=$ac_mid 10866 ac_hi=$ac_mid
10687else 10867else
@@ -10694,12 +10874,12 @@ done
10694ac_cv_sizeof_long_int=$ac_lo 10874ac_cv_sizeof_long_int=$ac_lo
10695else 10875else
10696 if test "$cross_compiling" = yes; then 10876 if test "$cross_compiling" = yes; then
10697 { { echo "$as_me:10697: error: cannot run test program while cross compiling" >&5 10877 { { echo "$as_me:10877: error: cannot run test program while cross compiling" >&5
10698echo "$as_me: error: cannot run test program while cross compiling" >&2;} 10878echo "$as_me: error: cannot run test program while cross compiling" >&2;}
10699 { (exit 1); exit 1; }; } 10879 { (exit 1); exit 1; }; }
10700else 10880else
10701 cat >conftest.$ac_ext <<_ACEOF 10881 cat >conftest.$ac_ext <<_ACEOF
10702#line 10702 "configure" 10882#line 10882 "configure"
10703#include "confdefs.h" 10883#include "confdefs.h"
10704$ac_includes_default 10884$ac_includes_default
10705int 10885int
@@ -10715,15 +10895,15 @@ fclose (f);
10715} 10895}
10716_ACEOF 10896_ACEOF
10717rm -f conftest$ac_exeext 10897rm -f conftest$ac_exeext
10718if { (eval echo "$as_me:10718: \"$ac_link\"") >&5 10898if { (eval echo "$as_me:10898: \"$ac_link\"") >&5
10719 (eval $ac_link) 2>&5 10899 (eval $ac_link) 2>&5
10720 ac_status=$? 10900 ac_status=$?
10721 echo "$as_me:10721: \$? = $ac_status" >&5 10901 echo "$as_me:10901: \$? = $ac_status" >&5
10722 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10902 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10723 { (eval echo "$as_me:10723: \"$ac_try\"") >&5 10903 { (eval echo "$as_me:10903: \"$ac_try\"") >&5
10724 (eval $ac_try) 2>&5 10904 (eval $ac_try) 2>&5
10725 ac_status=$? 10905 ac_status=$?
10726 echo "$as_me:10726: \$? = $ac_status" >&5 10906 echo "$as_me:10906: \$? = $ac_status" >&5
10727 (exit $ac_status); }; }; then 10907 (exit $ac_status); }; }; then
10728 ac_cv_sizeof_long_int=`cat conftest.val` 10908 ac_cv_sizeof_long_int=`cat conftest.val`
10729else 10909else
@@ -10739,19 +10919,19 @@ else
10739 ac_cv_sizeof_long_int=0 10919 ac_cv_sizeof_long_int=0
10740fi 10920fi
10741fi 10921fi
10742echo "$as_me:10742: result: $ac_cv_sizeof_long_int" >&5 10922echo "$as_me:10922: result: $ac_cv_sizeof_long_int" >&5
10743echo "${ECHO_T}$ac_cv_sizeof_long_int" >&6 10923echo "${ECHO_T}$ac_cv_sizeof_long_int" >&6
10744cat >>confdefs.h <<EOF 10924cat >>confdefs.h <<EOF
10745#define SIZEOF_LONG_INT $ac_cv_sizeof_long_int 10925#define SIZEOF_LONG_INT $ac_cv_sizeof_long_int
10746EOF 10926EOF
10747 10927
10748echo "$as_me:10748: checking for long long int" >&5 10928echo "$as_me:10928: checking for long long int" >&5
10749echo $ECHO_N "checking for long long int... $ECHO_C" >&6 10929echo $ECHO_N "checking for long long int... $ECHO_C" >&6
10750if test "${ac_cv_type_long_long_int+set}" = set; then 10930if test "${ac_cv_type_long_long_int+set}" = set; then
10751 echo $ECHO_N "(cached) $ECHO_C" >&6 10931 echo $ECHO_N "(cached) $ECHO_C" >&6
10752else 10932else
10753 cat >conftest.$ac_ext <<_ACEOF 10933 cat >conftest.$ac_ext <<_ACEOF
10754#line 10754 "configure" 10934#line 10934 "configure"
10755#include "confdefs.h" 10935#include "confdefs.h"
10756$ac_includes_default 10936$ac_includes_default
10757int 10937int
@@ -10766,16 +10946,16 @@ if (sizeof (long long int))
10766} 10946}
10767_ACEOF 10947_ACEOF
10768rm -f conftest.$ac_objext 10948rm -f conftest.$ac_objext
10769if { (eval echo "$as_me:10769: \"$ac_compile\"") >&5 10949if { (eval echo "$as_me:10949: \"$ac_compile\"") >&5
10770 (eval $ac_compile) 2>&5 10950 (eval $ac_compile) 2>&5
10771 ac_status=$? 10951 ac_status=$?
10772 echo "$as_me:10772: \$? = $ac_status" >&5 10952 echo "$as_me:10952: \$? = $ac_status" >&5
10773 (exit $ac_status); } && 10953 (exit $ac_status); } &&
10774 { ac_try='test -s conftest.$ac_objext' 10954 { ac_try='test -s conftest.$ac_objext'
10775 { (eval echo "$as_me:10775: \"$ac_try\"") >&5 10955 { (eval echo "$as_me:10955: \"$ac_try\"") >&5
10776 (eval $ac_try) 2>&5 10956 (eval $ac_try) 2>&5
10777 ac_status=$? 10957 ac_status=$?
10778 echo "$as_me:10778: \$? = $ac_status" >&5 10958 echo "$as_me:10958: \$? = $ac_status" >&5
10779 (exit $ac_status); }; }; then 10959 (exit $ac_status); }; }; then
10780 ac_cv_type_long_long_int=yes 10960 ac_cv_type_long_long_int=yes
10781else 10961else
@@ -10785,10 +10965,10 @@ ac_cv_type_long_long_int=no
10785fi 10965fi
10786rm -f conftest.$ac_objext conftest.$ac_ext 10966rm -f conftest.$ac_objext conftest.$ac_ext
10787fi 10967fi
10788echo "$as_me:10788: result: $ac_cv_type_long_long_int" >&5 10968echo "$as_me:10968: result: $ac_cv_type_long_long_int" >&5
10789echo "${ECHO_T}$ac_cv_type_long_long_int" >&6 10969echo "${ECHO_T}$ac_cv_type_long_long_int" >&6
10790 10970
10791echo "$as_me:10791: checking size of long long int" >&5 10971echo "$as_me:10971: checking size of long long int" >&5
10792echo $ECHO_N "checking size of long long int... $ECHO_C" >&6 10972echo $ECHO_N "checking size of long long int... $ECHO_C" >&6
10793if test "${ac_cv_sizeof_long_long_int+set}" = set; then 10973if test "${ac_cv_sizeof_long_long_int+set}" = set; then
10794 echo $ECHO_N "(cached) $ECHO_C" >&6 10974 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10797,7 +10977,7 @@ else
10797 if test "$cross_compiling" = yes; then 10977 if test "$cross_compiling" = yes; then
10798 # Depending upon the size, compute the lo and hi bounds. 10978 # Depending upon the size, compute the lo and hi bounds.
10799cat >conftest.$ac_ext <<_ACEOF 10979cat >conftest.$ac_ext <<_ACEOF
10800#line 10800 "configure" 10980#line 10980 "configure"
10801#include "confdefs.h" 10981#include "confdefs.h"
10802$ac_includes_default 10982$ac_includes_default
10803int 10983int
@@ -10809,21 +10989,21 @@ int _array_ [1 - 2 * !((sizeof (long long int)) >= 0)]
10809} 10989}
10810_ACEOF 10990_ACEOF
10811rm -f conftest.$ac_objext 10991rm -f conftest.$ac_objext
10812if { (eval echo "$as_me:10812: \"$ac_compile\"") >&5 10992if { (eval echo "$as_me:10992: \"$ac_compile\"") >&5
10813 (eval $ac_compile) 2>&5 10993 (eval $ac_compile) 2>&5
10814 ac_status=$? 10994 ac_status=$?
10815 echo "$as_me:10815: \$? = $ac_status" >&5 10995 echo "$as_me:10995: \$? = $ac_status" >&5
10816 (exit $ac_status); } && 10996 (exit $ac_status); } &&
10817 { ac_try='test -s conftest.$ac_objext' 10997 { ac_try='test -s conftest.$ac_objext'
10818 { (eval echo "$as_me:10818: \"$ac_try\"") >&5 10998 { (eval echo "$as_me:10998: \"$ac_try\"") >&5
10819 (eval $ac_try) 2>&5 10999 (eval $ac_try) 2>&5
10820 ac_status=$? 11000 ac_status=$?
10821 echo "$as_me:10821: \$? = $ac_status" >&5 11001 echo "$as_me:11001: \$? = $ac_status" >&5
10822 (exit $ac_status); }; }; then 11002 (exit $ac_status); }; }; then
10823 ac_lo=0 ac_mid=0 11003 ac_lo=0 ac_mid=0
10824 while :; do 11004 while :; do
10825 cat >conftest.$ac_ext <<_ACEOF 11005 cat >conftest.$ac_ext <<_ACEOF
10826#line 10826 "configure" 11006#line 11006 "configure"
10827#include "confdefs.h" 11007#include "confdefs.h"
10828$ac_includes_default 11008$ac_includes_default
10829int 11009int
@@ -10835,16 +11015,16 @@ int _array_ [1 - 2 * !((sizeof (long long int)) <= $ac_mid)]
10835} 11015}
10836_ACEOF 11016_ACEOF
10837rm -f conftest.$ac_objext 11017rm -f conftest.$ac_objext
10838if { (eval echo "$as_me:10838: \"$ac_compile\"") >&5 11018if { (eval echo "$as_me:11018: \"$ac_compile\"") >&5
10839 (eval $ac_compile) 2>&5 11019 (eval $ac_compile) 2>&5
10840 ac_status=$? 11020 ac_status=$?
10841 echo "$as_me:10841: \$? = $ac_status" >&5 11021 echo "$as_me:11021: \$? = $ac_status" >&5
10842 (exit $ac_status); } && 11022 (exit $ac_status); } &&
10843 { ac_try='test -s conftest.$ac_objext' 11023 { ac_try='test -s conftest.$ac_objext'
10844 { (eval echo "$as_me:10844: \"$ac_try\"") >&5 11024 { (eval echo "$as_me:11024: \"$ac_try\"") >&5
10845 (eval $ac_try) 2>&5 11025 (eval $ac_try) 2>&5
10846 ac_status=$? 11026 ac_status=$?
10847 echo "$as_me:10847: \$? = $ac_status" >&5 11027 echo "$as_me:11027: \$? = $ac_status" >&5
10848 (exit $ac_status); }; }; then 11028 (exit $ac_status); }; }; then
10849 ac_hi=$ac_mid; break 11029 ac_hi=$ac_mid; break
10850else 11030else
@@ -10860,7 +11040,7 @@ cat conftest.$ac_ext >&5
10860ac_hi=-1 ac_mid=-1 11040ac_hi=-1 ac_mid=-1
10861 while :; do 11041 while :; do
10862 cat >conftest.$ac_ext <<_ACEOF 11042 cat >conftest.$ac_ext <<_ACEOF
10863#line 10863 "configure" 11043#line 11043 "configure"
10864#include "confdefs.h" 11044#include "confdefs.h"
10865$ac_includes_default 11045$ac_includes_default
10866int 11046int
@@ -10872,16 +11052,16 @@ int _array_ [1 - 2 * !((sizeof (long long int)) >= $ac_mid)]
10872} 11052}
10873_ACEOF 11053_ACEOF
10874rm -f conftest.$ac_objext 11054rm -f conftest.$ac_objext
10875if { (eval echo "$as_me:10875: \"$ac_compile\"") >&5 11055if { (eval echo "$as_me:11055: \"$ac_compile\"") >&5
10876 (eval $ac_compile) 2>&5 11056 (eval $ac_compile) 2>&5
10877 ac_status=$? 11057 ac_status=$?
10878 echo "$as_me:10878: \$? = $ac_status" >&5 11058 echo "$as_me:11058: \$? = $ac_status" >&5
10879 (exit $ac_status); } && 11059 (exit $ac_status); } &&
10880 { ac_try='test -s conftest.$ac_objext' 11060 { ac_try='test -s conftest.$ac_objext'
10881 { (eval echo "$as_me:10881: \"$ac_try\"") >&5 11061 { (eval echo "$as_me:11061: \"$ac_try\"") >&5
10882 (eval $ac_try) 2>&5 11062 (eval $ac_try) 2>&5
10883 ac_status=$? 11063 ac_status=$?
10884 echo "$as_me:10884: \$? = $ac_status" >&5 11064 echo "$as_me:11064: \$? = $ac_status" >&5
10885 (exit $ac_status); }; }; then 11065 (exit $ac_status); }; }; then
10886 ac_lo=$ac_mid; break 11066 ac_lo=$ac_mid; break
10887else 11067else
@@ -10897,7 +11077,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
10897while test "x$ac_lo" != "x$ac_hi"; do 11077while test "x$ac_lo" != "x$ac_hi"; do
10898 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 11078 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
10899 cat >conftest.$ac_ext <<_ACEOF 11079 cat >conftest.$ac_ext <<_ACEOF
10900#line 10900 "configure" 11080#line 11080 "configure"
10901#include "confdefs.h" 11081#include "confdefs.h"
10902$ac_includes_default 11082$ac_includes_default
10903int 11083int
@@ -10909,16 +11089,16 @@ int _array_ [1 - 2 * !((sizeof (long long int)) <= $ac_mid)]
10909} 11089}
10910_ACEOF 11090_ACEOF
10911rm -f conftest.$ac_objext 11091rm -f conftest.$ac_objext
10912if { (eval echo "$as_me:10912: \"$ac_compile\"") >&5 11092if { (eval echo "$as_me:11092: \"$ac_compile\"") >&5
10913 (eval $ac_compile) 2>&5 11093 (eval $ac_compile) 2>&5
10914 ac_status=$? 11094 ac_status=$?
10915 echo "$as_me:10915: \$? = $ac_status" >&5 11095 echo "$as_me:11095: \$? = $ac_status" >&5
10916 (exit $ac_status); } && 11096 (exit $ac_status); } &&
10917 { ac_try='test -s conftest.$ac_objext' 11097 { ac_try='test -s conftest.$ac_objext'
10918 { (eval echo "$as_me:10918: \"$ac_try\"") >&5 11098 { (eval echo "$as_me:11098: \"$ac_try\"") >&5
10919 (eval $ac_try) 2>&5 11099 (eval $ac_try) 2>&5
10920 ac_status=$? 11100 ac_status=$?
10921 echo "$as_me:10921: \$? = $ac_status" >&5 11101 echo "$as_me:11101: \$? = $ac_status" >&5
10922 (exit $ac_status); }; }; then 11102 (exit $ac_status); }; }; then
10923 ac_hi=$ac_mid 11103 ac_hi=$ac_mid
10924else 11104else
@@ -10931,12 +11111,12 @@ done
10931ac_cv_sizeof_long_long_int=$ac_lo 11111ac_cv_sizeof_long_long_int=$ac_lo
10932else 11112else
10933 if test "$cross_compiling" = yes; then 11113 if test "$cross_compiling" = yes; then
10934 { { echo "$as_me:10934: error: cannot run test program while cross compiling" >&5 11114 { { echo "$as_me:11114: error: cannot run test program while cross compiling" >&5
10935echo "$as_me: error: cannot run test program while cross compiling" >&2;} 11115echo "$as_me: error: cannot run test program while cross compiling" >&2;}
10936 { (exit 1); exit 1; }; } 11116 { (exit 1); exit 1; }; }
10937else 11117else
10938 cat >conftest.$ac_ext <<_ACEOF 11118 cat >conftest.$ac_ext <<_ACEOF
10939#line 10939 "configure" 11119#line 11119 "configure"
10940#include "confdefs.h" 11120#include "confdefs.h"
10941$ac_includes_default 11121$ac_includes_default
10942int 11122int
@@ -10952,15 +11132,15 @@ fclose (f);
10952} 11132}
10953_ACEOF 11133_ACEOF
10954rm -f conftest$ac_exeext 11134rm -f conftest$ac_exeext
10955if { (eval echo "$as_me:10955: \"$ac_link\"") >&5 11135if { (eval echo "$as_me:11135: \"$ac_link\"") >&5
10956 (eval $ac_link) 2>&5 11136 (eval $ac_link) 2>&5
10957 ac_status=$? 11137 ac_status=$?
10958 echo "$as_me:10958: \$? = $ac_status" >&5 11138 echo "$as_me:11138: \$? = $ac_status" >&5
10959 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11139 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10960 { (eval echo "$as_me:10960: \"$ac_try\"") >&5 11140 { (eval echo "$as_me:11140: \"$ac_try\"") >&5
10961 (eval $ac_try) 2>&5 11141 (eval $ac_try) 2>&5
10962 ac_status=$? 11142 ac_status=$?
10963 echo "$as_me:10963: \$? = $ac_status" >&5 11143 echo "$as_me:11143: \$? = $ac_status" >&5
10964 (exit $ac_status); }; }; then 11144 (exit $ac_status); }; }; then
10965 ac_cv_sizeof_long_long_int=`cat conftest.val` 11145 ac_cv_sizeof_long_long_int=`cat conftest.val`
10966else 11146else
@@ -10976,7 +11156,7 @@ else
10976 ac_cv_sizeof_long_long_int=0 11156 ac_cv_sizeof_long_long_int=0
10977fi 11157fi
10978fi 11158fi
10979echo "$as_me:10979: result: $ac_cv_sizeof_long_long_int" >&5 11159echo "$as_me:11159: result: $ac_cv_sizeof_long_long_int" >&5
10980echo "${ECHO_T}$ac_cv_sizeof_long_long_int" >&6 11160echo "${ECHO_T}$ac_cv_sizeof_long_long_int" >&6
10981cat >>confdefs.h <<EOF 11161cat >>confdefs.h <<EOF
10982#define SIZEOF_LONG_LONG_INT $ac_cv_sizeof_long_long_int 11162#define SIZEOF_LONG_LONG_INT $ac_cv_sizeof_long_long_int
@@ -10988,14 +11168,14 @@ if test "x$ac_cv_sizeof_long_long_int" = "x4" ; then
10988fi 11168fi
10989 11169
10990# More checks for data types 11170# More checks for data types
10991echo "$as_me:10991: checking for u_int type" >&5 11171echo "$as_me:11171: checking for u_int type" >&5
10992echo $ECHO_N "checking for u_int type... $ECHO_C" >&6 11172echo $ECHO_N "checking for u_int type... $ECHO_C" >&6
10993if test "${ac_cv_have_u_int+set}" = set; then 11173if test "${ac_cv_have_u_int+set}" = set; then
10994 echo $ECHO_N "(cached) $ECHO_C" >&6 11174 echo $ECHO_N "(cached) $ECHO_C" >&6
10995else 11175else
10996 11176
10997 cat >conftest.$ac_ext <<_ACEOF 11177 cat >conftest.$ac_ext <<_ACEOF
10998#line 10998 "configure" 11178#line 11178 "configure"
10999#include "confdefs.h" 11179#include "confdefs.h"
11000 #include <sys/types.h> 11180 #include <sys/types.h>
11001int 11181int
@@ -11007,16 +11187,16 @@ main ()
11007} 11187}
11008_ACEOF 11188_ACEOF
11009rm -f conftest.$ac_objext 11189rm -f conftest.$ac_objext
11010if { (eval echo "$as_me:11010: \"$ac_compile\"") >&5 11190if { (eval echo "$as_me:11190: \"$ac_compile\"") >&5
11011 (eval $ac_compile) 2>&5 11191 (eval $ac_compile) 2>&5
11012 ac_status=$? 11192 ac_status=$?
11013 echo "$as_me:11013: \$? = $ac_status" >&5 11193 echo "$as_me:11193: \$? = $ac_status" >&5
11014 (exit $ac_status); } && 11194 (exit $ac_status); } &&
11015 { ac_try='test -s conftest.$ac_objext' 11195 { ac_try='test -s conftest.$ac_objext'
11016 { (eval echo "$as_me:11016: \"$ac_try\"") >&5 11196 { (eval echo "$as_me:11196: \"$ac_try\"") >&5
11017 (eval $ac_try) 2>&5 11197 (eval $ac_try) 2>&5
11018 ac_status=$? 11198 ac_status=$?
11019 echo "$as_me:11019: \$? = $ac_status" >&5 11199 echo "$as_me:11199: \$? = $ac_status" >&5
11020 (exit $ac_status); }; }; then 11200 (exit $ac_status); }; }; then
11021 ac_cv_have_u_int="yes" 11201 ac_cv_have_u_int="yes"
11022else 11202else
@@ -11028,7 +11208,7 @@ fi
11028rm -f conftest.$ac_objext conftest.$ac_ext 11208rm -f conftest.$ac_objext conftest.$ac_ext
11029 11209
11030fi 11210fi
11031echo "$as_me:11031: result: $ac_cv_have_u_int" >&5 11211echo "$as_me:11211: result: $ac_cv_have_u_int" >&5
11032echo "${ECHO_T}$ac_cv_have_u_int" >&6 11212echo "${ECHO_T}$ac_cv_have_u_int" >&6
11033if test "x$ac_cv_have_u_int" = "xyes" ; then 11213if test "x$ac_cv_have_u_int" = "xyes" ; then
11034 cat >>confdefs.h <<\EOF 11214 cat >>confdefs.h <<\EOF
@@ -11038,14 +11218,14 @@ EOF
11038 have_u_int=1 11218 have_u_int=1
11039fi 11219fi
11040 11220
11041echo "$as_me:11041: checking for intXX_t types" >&5 11221echo "$as_me:11221: checking for intXX_t types" >&5
11042echo $ECHO_N "checking for intXX_t types... $ECHO_C" >&6 11222echo $ECHO_N "checking for intXX_t types... $ECHO_C" >&6
11043if test "${ac_cv_have_intxx_t+set}" = set; then 11223if test "${ac_cv_have_intxx_t+set}" = set; then
11044 echo $ECHO_N "(cached) $ECHO_C" >&6 11224 echo $ECHO_N "(cached) $ECHO_C" >&6
11045else 11225else
11046 11226
11047 cat >conftest.$ac_ext <<_ACEOF 11227 cat >conftest.$ac_ext <<_ACEOF
11048#line 11048 "configure" 11228#line 11228 "configure"
11049#include "confdefs.h" 11229#include "confdefs.h"
11050 #include <sys/types.h> 11230 #include <sys/types.h>
11051int 11231int
@@ -11057,16 +11237,16 @@ main ()
11057} 11237}
11058_ACEOF 11238_ACEOF
11059rm -f conftest.$ac_objext 11239rm -f conftest.$ac_objext
11060if { (eval echo "$as_me:11060: \"$ac_compile\"") >&5 11240if { (eval echo "$as_me:11240: \"$ac_compile\"") >&5
11061 (eval $ac_compile) 2>&5 11241 (eval $ac_compile) 2>&5
11062 ac_status=$? 11242 ac_status=$?
11063 echo "$as_me:11063: \$? = $ac_status" >&5 11243 echo "$as_me:11243: \$? = $ac_status" >&5
11064 (exit $ac_status); } && 11244 (exit $ac_status); } &&
11065 { ac_try='test -s conftest.$ac_objext' 11245 { ac_try='test -s conftest.$ac_objext'
11066 { (eval echo "$as_me:11066: \"$ac_try\"") >&5 11246 { (eval echo "$as_me:11246: \"$ac_try\"") >&5
11067 (eval $ac_try) 2>&5 11247 (eval $ac_try) 2>&5
11068 ac_status=$? 11248 ac_status=$?
11069 echo "$as_me:11069: \$? = $ac_status" >&5 11249 echo "$as_me:11249: \$? = $ac_status" >&5
11070 (exit $ac_status); }; }; then 11250 (exit $ac_status); }; }; then
11071 ac_cv_have_intxx_t="yes" 11251 ac_cv_have_intxx_t="yes"
11072else 11252else
@@ -11078,7 +11258,7 @@ fi
11078rm -f conftest.$ac_objext conftest.$ac_ext 11258rm -f conftest.$ac_objext conftest.$ac_ext
11079 11259
11080fi 11260fi
11081echo "$as_me:11081: result: $ac_cv_have_intxx_t" >&5 11261echo "$as_me:11261: result: $ac_cv_have_intxx_t" >&5
11082echo "${ECHO_T}$ac_cv_have_intxx_t" >&6 11262echo "${ECHO_T}$ac_cv_have_intxx_t" >&6
11083if test "x$ac_cv_have_intxx_t" = "xyes" ; then 11263if test "x$ac_cv_have_intxx_t" = "xyes" ; then
11084 cat >>confdefs.h <<\EOF 11264 cat >>confdefs.h <<\EOF
@@ -11091,10 +11271,10 @@ fi
11091if (test -z "$have_intxx_t" && \ 11271if (test -z "$have_intxx_t" && \
11092 test "x$ac_cv_header_stdint_h" = "xyes") 11272 test "x$ac_cv_header_stdint_h" = "xyes")
11093then 11273then
11094 echo "$as_me:11094: checking for intXX_t types in stdint.h" >&5 11274 echo "$as_me:11274: checking for intXX_t types in stdint.h" >&5
11095echo $ECHO_N "checking for intXX_t types in stdint.h... $ECHO_C" >&6 11275echo $ECHO_N "checking for intXX_t types in stdint.h... $ECHO_C" >&6
11096 cat >conftest.$ac_ext <<_ACEOF 11276 cat >conftest.$ac_ext <<_ACEOF
11097#line 11097 "configure" 11277#line 11277 "configure"
11098#include "confdefs.h" 11278#include "confdefs.h"
11099 #include <stdint.h> 11279 #include <stdint.h>
11100int 11280int
@@ -11106,43 +11286,43 @@ main ()
11106} 11286}
11107_ACEOF 11287_ACEOF
11108rm -f conftest.$ac_objext 11288rm -f conftest.$ac_objext
11109if { (eval echo "$as_me:11109: \"$ac_compile\"") >&5 11289if { (eval echo "$as_me:11289: \"$ac_compile\"") >&5
11110 (eval $ac_compile) 2>&5 11290 (eval $ac_compile) 2>&5
11111 ac_status=$? 11291 ac_status=$?
11112 echo "$as_me:11112: \$? = $ac_status" >&5 11292 echo "$as_me:11292: \$? = $ac_status" >&5
11113 (exit $ac_status); } && 11293 (exit $ac_status); } &&
11114 { ac_try='test -s conftest.$ac_objext' 11294 { ac_try='test -s conftest.$ac_objext'
11115 { (eval echo "$as_me:11115: \"$ac_try\"") >&5 11295 { (eval echo "$as_me:11295: \"$ac_try\"") >&5
11116 (eval $ac_try) 2>&5 11296 (eval $ac_try) 2>&5
11117 ac_status=$? 11297 ac_status=$?
11118 echo "$as_me:11118: \$? = $ac_status" >&5 11298 echo "$as_me:11298: \$? = $ac_status" >&5
11119 (exit $ac_status); }; }; then 11299 (exit $ac_status); }; }; then
11120 11300
11121 cat >>confdefs.h <<\EOF 11301 cat >>confdefs.h <<\EOF
11122#define HAVE_INTXX_T 1 11302#define HAVE_INTXX_T 1
11123EOF 11303EOF
11124 11304
11125 echo "$as_me:11125: result: yes" >&5 11305 echo "$as_me:11305: result: yes" >&5
11126echo "${ECHO_T}yes" >&6 11306echo "${ECHO_T}yes" >&6
11127 11307
11128else 11308else
11129 echo "$as_me: failed program was:" >&5 11309 echo "$as_me: failed program was:" >&5
11130cat conftest.$ac_ext >&5 11310cat conftest.$ac_ext >&5
11131 echo "$as_me:11131: result: no" >&5 11311 echo "$as_me:11311: result: no" >&5
11132echo "${ECHO_T}no" >&6 11312echo "${ECHO_T}no" >&6
11133 11313
11134fi 11314fi
11135rm -f conftest.$ac_objext conftest.$ac_ext 11315rm -f conftest.$ac_objext conftest.$ac_ext
11136fi 11316fi
11137 11317
11138echo "$as_me:11138: checking for int64_t type" >&5 11318echo "$as_me:11318: checking for int64_t type" >&5
11139echo $ECHO_N "checking for int64_t type... $ECHO_C" >&6 11319echo $ECHO_N "checking for int64_t type... $ECHO_C" >&6
11140if test "${ac_cv_have_int64_t+set}" = set; then 11320if test "${ac_cv_have_int64_t+set}" = set; then
11141 echo $ECHO_N "(cached) $ECHO_C" >&6 11321 echo $ECHO_N "(cached) $ECHO_C" >&6
11142else 11322else
11143 11323
11144 cat >conftest.$ac_ext <<_ACEOF 11324 cat >conftest.$ac_ext <<_ACEOF
11145#line 11145 "configure" 11325#line 11325 "configure"
11146#include "confdefs.h" 11326#include "confdefs.h"
11147 11327
11148#include <sys/types.h> 11328#include <sys/types.h>
@@ -11163,16 +11343,16 @@ main ()
11163} 11343}
11164_ACEOF 11344_ACEOF
11165rm -f conftest.$ac_objext 11345rm -f conftest.$ac_objext
11166if { (eval echo "$as_me:11166: \"$ac_compile\"") >&5 11346if { (eval echo "$as_me:11346: \"$ac_compile\"") >&5
11167 (eval $ac_compile) 2>&5 11347 (eval $ac_compile) 2>&5
11168 ac_status=$? 11348 ac_status=$?
11169 echo "$as_me:11169: \$? = $ac_status" >&5 11349 echo "$as_me:11349: \$? = $ac_status" >&5
11170 (exit $ac_status); } && 11350 (exit $ac_status); } &&
11171 { ac_try='test -s conftest.$ac_objext' 11351 { ac_try='test -s conftest.$ac_objext'
11172 { (eval echo "$as_me:11172: \"$ac_try\"") >&5 11352 { (eval echo "$as_me:11352: \"$ac_try\"") >&5
11173 (eval $ac_try) 2>&5 11353 (eval $ac_try) 2>&5
11174 ac_status=$? 11354 ac_status=$?
11175 echo "$as_me:11175: \$? = $ac_status" >&5 11355 echo "$as_me:11355: \$? = $ac_status" >&5
11176 (exit $ac_status); }; }; then 11356 (exit $ac_status); }; }; then
11177 ac_cv_have_int64_t="yes" 11357 ac_cv_have_int64_t="yes"
11178else 11358else
@@ -11184,7 +11364,7 @@ fi
11184rm -f conftest.$ac_objext conftest.$ac_ext 11364rm -f conftest.$ac_objext conftest.$ac_ext
11185 11365
11186fi 11366fi
11187echo "$as_me:11187: result: $ac_cv_have_int64_t" >&5 11367echo "$as_me:11367: result: $ac_cv_have_int64_t" >&5
11188echo "${ECHO_T}$ac_cv_have_int64_t" >&6 11368echo "${ECHO_T}$ac_cv_have_int64_t" >&6
11189if test "x$ac_cv_have_int64_t" = "xyes" ; then 11369if test "x$ac_cv_have_int64_t" = "xyes" ; then
11190 cat >>confdefs.h <<\EOF 11370 cat >>confdefs.h <<\EOF
@@ -11193,14 +11373,14 @@ EOF
11193 11373
11194fi 11374fi
11195 11375
11196echo "$as_me:11196: checking for u_intXX_t types" >&5 11376echo "$as_me:11376: checking for u_intXX_t types" >&5
11197echo $ECHO_N "checking for u_intXX_t types... $ECHO_C" >&6 11377echo $ECHO_N "checking for u_intXX_t types... $ECHO_C" >&6
11198if test "${ac_cv_have_u_intxx_t+set}" = set; then 11378if test "${ac_cv_have_u_intxx_t+set}" = set; then
11199 echo $ECHO_N "(cached) $ECHO_C" >&6 11379 echo $ECHO_N "(cached) $ECHO_C" >&6
11200else 11380else
11201 11381
11202 cat >conftest.$ac_ext <<_ACEOF 11382 cat >conftest.$ac_ext <<_ACEOF
11203#line 11203 "configure" 11383#line 11383 "configure"
11204#include "confdefs.h" 11384#include "confdefs.h"
11205 #include <sys/types.h> 11385 #include <sys/types.h>
11206int 11386int
@@ -11212,16 +11392,16 @@ main ()
11212} 11392}
11213_ACEOF 11393_ACEOF
11214rm -f conftest.$ac_objext 11394rm -f conftest.$ac_objext
11215if { (eval echo "$as_me:11215: \"$ac_compile\"") >&5 11395if { (eval echo "$as_me:11395: \"$ac_compile\"") >&5
11216 (eval $ac_compile) 2>&5 11396 (eval $ac_compile) 2>&5
11217 ac_status=$? 11397 ac_status=$?
11218 echo "$as_me:11218: \$? = $ac_status" >&5 11398 echo "$as_me:11398: \$? = $ac_status" >&5
11219 (exit $ac_status); } && 11399 (exit $ac_status); } &&
11220 { ac_try='test -s conftest.$ac_objext' 11400 { ac_try='test -s conftest.$ac_objext'
11221 { (eval echo "$as_me:11221: \"$ac_try\"") >&5 11401 { (eval echo "$as_me:11401: \"$ac_try\"") >&5
11222 (eval $ac_try) 2>&5 11402 (eval $ac_try) 2>&5
11223 ac_status=$? 11403 ac_status=$?
11224 echo "$as_me:11224: \$? = $ac_status" >&5 11404 echo "$as_me:11404: \$? = $ac_status" >&5
11225 (exit $ac_status); }; }; then 11405 (exit $ac_status); }; }; then
11226 ac_cv_have_u_intxx_t="yes" 11406 ac_cv_have_u_intxx_t="yes"
11227else 11407else
@@ -11233,7 +11413,7 @@ fi
11233rm -f conftest.$ac_objext conftest.$ac_ext 11413rm -f conftest.$ac_objext conftest.$ac_ext
11234 11414
11235fi 11415fi
11236echo "$as_me:11236: result: $ac_cv_have_u_intxx_t" >&5 11416echo "$as_me:11416: result: $ac_cv_have_u_intxx_t" >&5
11237echo "${ECHO_T}$ac_cv_have_u_intxx_t" >&6 11417echo "${ECHO_T}$ac_cv_have_u_intxx_t" >&6
11238if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then 11418if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then
11239 cat >>confdefs.h <<\EOF 11419 cat >>confdefs.h <<\EOF
@@ -11244,10 +11424,10 @@ EOF
11244fi 11424fi
11245 11425
11246if test -z "$have_u_intxx_t" ; then 11426if test -z "$have_u_intxx_t" ; then
11247 echo "$as_me:11247: checking for u_intXX_t types in sys/socket.h" >&5 11427 echo "$as_me:11427: checking for u_intXX_t types in sys/socket.h" >&5
11248echo $ECHO_N "checking for u_intXX_t types in sys/socket.h... $ECHO_C" >&6 11428echo $ECHO_N "checking for u_intXX_t types in sys/socket.h... $ECHO_C" >&6
11249 cat >conftest.$ac_ext <<_ACEOF 11429 cat >conftest.$ac_ext <<_ACEOF
11250#line 11250 "configure" 11430#line 11430 "configure"
11251#include "confdefs.h" 11431#include "confdefs.h"
11252 #include <sys/socket.h> 11432 #include <sys/socket.h>
11253int 11433int
@@ -11259,43 +11439,43 @@ main ()
11259} 11439}
11260_ACEOF 11440_ACEOF
11261rm -f conftest.$ac_objext 11441rm -f conftest.$ac_objext
11262if { (eval echo "$as_me:11262: \"$ac_compile\"") >&5 11442if { (eval echo "$as_me:11442: \"$ac_compile\"") >&5
11263 (eval $ac_compile) 2>&5 11443 (eval $ac_compile) 2>&5
11264 ac_status=$? 11444 ac_status=$?
11265 echo "$as_me:11265: \$? = $ac_status" >&5 11445 echo "$as_me:11445: \$? = $ac_status" >&5
11266 (exit $ac_status); } && 11446 (exit $ac_status); } &&
11267 { ac_try='test -s conftest.$ac_objext' 11447 { ac_try='test -s conftest.$ac_objext'
11268 { (eval echo "$as_me:11268: \"$ac_try\"") >&5 11448 { (eval echo "$as_me:11448: \"$ac_try\"") >&5
11269 (eval $ac_try) 2>&5 11449 (eval $ac_try) 2>&5
11270 ac_status=$? 11450 ac_status=$?
11271 echo "$as_me:11271: \$? = $ac_status" >&5 11451 echo "$as_me:11451: \$? = $ac_status" >&5
11272 (exit $ac_status); }; }; then 11452 (exit $ac_status); }; }; then
11273 11453
11274 cat >>confdefs.h <<\EOF 11454 cat >>confdefs.h <<\EOF
11275#define HAVE_U_INTXX_T 1 11455#define HAVE_U_INTXX_T 1
11276EOF 11456EOF
11277 11457
11278 echo "$as_me:11278: result: yes" >&5 11458 echo "$as_me:11458: result: yes" >&5
11279echo "${ECHO_T}yes" >&6 11459echo "${ECHO_T}yes" >&6
11280 11460
11281else 11461else
11282 echo "$as_me: failed program was:" >&5 11462 echo "$as_me: failed program was:" >&5
11283cat conftest.$ac_ext >&5 11463cat conftest.$ac_ext >&5
11284 echo "$as_me:11284: result: no" >&5 11464 echo "$as_me:11464: result: no" >&5
11285echo "${ECHO_T}no" >&6 11465echo "${ECHO_T}no" >&6
11286 11466
11287fi 11467fi
11288rm -f conftest.$ac_objext conftest.$ac_ext 11468rm -f conftest.$ac_objext conftest.$ac_ext
11289fi 11469fi
11290 11470
11291echo "$as_me:11291: checking for u_int64_t types" >&5 11471echo "$as_me:11471: checking for u_int64_t types" >&5
11292echo $ECHO_N "checking for u_int64_t types... $ECHO_C" >&6 11472echo $ECHO_N "checking for u_int64_t types... $ECHO_C" >&6
11293if test "${ac_cv_have_u_int64_t+set}" = set; then 11473if test "${ac_cv_have_u_int64_t+set}" = set; then
11294 echo $ECHO_N "(cached) $ECHO_C" >&6 11474 echo $ECHO_N "(cached) $ECHO_C" >&6
11295else 11475else
11296 11476
11297 cat >conftest.$ac_ext <<_ACEOF 11477 cat >conftest.$ac_ext <<_ACEOF
11298#line 11298 "configure" 11478#line 11478 "configure"
11299#include "confdefs.h" 11479#include "confdefs.h"
11300 #include <sys/types.h> 11480 #include <sys/types.h>
11301int 11481int
@@ -11307,16 +11487,16 @@ main ()
11307} 11487}
11308_ACEOF 11488_ACEOF
11309rm -f conftest.$ac_objext 11489rm -f conftest.$ac_objext
11310if { (eval echo "$as_me:11310: \"$ac_compile\"") >&5 11490if { (eval echo "$as_me:11490: \"$ac_compile\"") >&5
11311 (eval $ac_compile) 2>&5 11491 (eval $ac_compile) 2>&5
11312 ac_status=$? 11492 ac_status=$?
11313 echo "$as_me:11313: \$? = $ac_status" >&5 11493 echo "$as_me:11493: \$? = $ac_status" >&5
11314 (exit $ac_status); } && 11494 (exit $ac_status); } &&
11315 { ac_try='test -s conftest.$ac_objext' 11495 { ac_try='test -s conftest.$ac_objext'
11316 { (eval echo "$as_me:11316: \"$ac_try\"") >&5 11496 { (eval echo "$as_me:11496: \"$ac_try\"") >&5
11317 (eval $ac_try) 2>&5 11497 (eval $ac_try) 2>&5
11318 ac_status=$? 11498 ac_status=$?
11319 echo "$as_me:11319: \$? = $ac_status" >&5 11499 echo "$as_me:11499: \$? = $ac_status" >&5
11320 (exit $ac_status); }; }; then 11500 (exit $ac_status); }; }; then
11321 ac_cv_have_u_int64_t="yes" 11501 ac_cv_have_u_int64_t="yes"
11322else 11502else
@@ -11328,7 +11508,7 @@ fi
11328rm -f conftest.$ac_objext conftest.$ac_ext 11508rm -f conftest.$ac_objext conftest.$ac_ext
11329 11509
11330fi 11510fi
11331echo "$as_me:11331: result: $ac_cv_have_u_int64_t" >&5 11511echo "$as_me:11511: result: $ac_cv_have_u_int64_t" >&5
11332echo "${ECHO_T}$ac_cv_have_u_int64_t" >&6 11512echo "${ECHO_T}$ac_cv_have_u_int64_t" >&6
11333if test "x$ac_cv_have_u_int64_t" = "xyes" ; then 11513if test "x$ac_cv_have_u_int64_t" = "xyes" ; then
11334 cat >>confdefs.h <<\EOF 11514 cat >>confdefs.h <<\EOF
@@ -11339,10 +11519,10 @@ EOF
11339fi 11519fi
11340 11520
11341if test -z "$have_u_int64_t" ; then 11521if test -z "$have_u_int64_t" ; then
11342 echo "$as_me:11342: checking for u_int64_t type in sys/bitypes.h" >&5 11522 echo "$as_me:11522: checking for u_int64_t type in sys/bitypes.h" >&5
11343echo $ECHO_N "checking for u_int64_t type in sys/bitypes.h... $ECHO_C" >&6 11523echo $ECHO_N "checking for u_int64_t type in sys/bitypes.h... $ECHO_C" >&6
11344 cat >conftest.$ac_ext <<_ACEOF 11524 cat >conftest.$ac_ext <<_ACEOF
11345#line 11345 "configure" 11525#line 11525 "configure"
11346#include "confdefs.h" 11526#include "confdefs.h"
11347 #include <sys/bitypes.h> 11527 #include <sys/bitypes.h>
11348int 11528int
@@ -11354,29 +11534,29 @@ main ()
11354} 11534}
11355_ACEOF 11535_ACEOF
11356rm -f conftest.$ac_objext 11536rm -f conftest.$ac_objext
11357if { (eval echo "$as_me:11357: \"$ac_compile\"") >&5 11537if { (eval echo "$as_me:11537: \"$ac_compile\"") >&5
11358 (eval $ac_compile) 2>&5 11538 (eval $ac_compile) 2>&5
11359 ac_status=$? 11539 ac_status=$?
11360 echo "$as_me:11360: \$? = $ac_status" >&5 11540 echo "$as_me:11540: \$? = $ac_status" >&5
11361 (exit $ac_status); } && 11541 (exit $ac_status); } &&
11362 { ac_try='test -s conftest.$ac_objext' 11542 { ac_try='test -s conftest.$ac_objext'
11363 { (eval echo "$as_me:11363: \"$ac_try\"") >&5 11543 { (eval echo "$as_me:11543: \"$ac_try\"") >&5
11364 (eval $ac_try) 2>&5 11544 (eval $ac_try) 2>&5
11365 ac_status=$? 11545 ac_status=$?
11366 echo "$as_me:11366: \$? = $ac_status" >&5 11546 echo "$as_me:11546: \$? = $ac_status" >&5
11367 (exit $ac_status); }; }; then 11547 (exit $ac_status); }; }; then
11368 11548
11369 cat >>confdefs.h <<\EOF 11549 cat >>confdefs.h <<\EOF
11370#define HAVE_U_INT64_T 1 11550#define HAVE_U_INT64_T 1
11371EOF 11551EOF
11372 11552
11373 echo "$as_me:11373: result: yes" >&5 11553 echo "$as_me:11553: result: yes" >&5
11374echo "${ECHO_T}yes" >&6 11554echo "${ECHO_T}yes" >&6
11375 11555
11376else 11556else
11377 echo "$as_me: failed program was:" >&5 11557 echo "$as_me: failed program was:" >&5
11378cat conftest.$ac_ext >&5 11558cat conftest.$ac_ext >&5
11379 echo "$as_me:11379: result: no" >&5 11559 echo "$as_me:11559: result: no" >&5
11380echo "${ECHO_T}no" >&6 11560echo "${ECHO_T}no" >&6
11381 11561
11382fi 11562fi
@@ -11384,14 +11564,14 @@ rm -f conftest.$ac_objext conftest.$ac_ext
11384fi 11564fi
11385 11565
11386if test -z "$have_u_intxx_t" ; then 11566if test -z "$have_u_intxx_t" ; then
11387 echo "$as_me:11387: checking for uintXX_t types" >&5 11567 echo "$as_me:11567: checking for uintXX_t types" >&5
11388echo $ECHO_N "checking for uintXX_t types... $ECHO_C" >&6 11568echo $ECHO_N "checking for uintXX_t types... $ECHO_C" >&6
11389if test "${ac_cv_have_uintxx_t+set}" = set; then 11569if test "${ac_cv_have_uintxx_t+set}" = set; then
11390 echo $ECHO_N "(cached) $ECHO_C" >&6 11570 echo $ECHO_N "(cached) $ECHO_C" >&6
11391else 11571else
11392 11572
11393 cat >conftest.$ac_ext <<_ACEOF 11573 cat >conftest.$ac_ext <<_ACEOF
11394#line 11394 "configure" 11574#line 11574 "configure"
11395#include "confdefs.h" 11575#include "confdefs.h"
11396 11576
11397#include <sys/types.h> 11577#include <sys/types.h>
@@ -11405,16 +11585,16 @@ main ()
11405} 11585}
11406_ACEOF 11586_ACEOF
11407rm -f conftest.$ac_objext 11587rm -f conftest.$ac_objext
11408if { (eval echo "$as_me:11408: \"$ac_compile\"") >&5 11588if { (eval echo "$as_me:11588: \"$ac_compile\"") >&5
11409 (eval $ac_compile) 2>&5 11589 (eval $ac_compile) 2>&5
11410 ac_status=$? 11590 ac_status=$?
11411 echo "$as_me:11411: \$? = $ac_status" >&5 11591 echo "$as_me:11591: \$? = $ac_status" >&5
11412 (exit $ac_status); } && 11592 (exit $ac_status); } &&
11413 { ac_try='test -s conftest.$ac_objext' 11593 { ac_try='test -s conftest.$ac_objext'
11414 { (eval echo "$as_me:11414: \"$ac_try\"") >&5 11594 { (eval echo "$as_me:11594: \"$ac_try\"") >&5
11415 (eval $ac_try) 2>&5 11595 (eval $ac_try) 2>&5
11416 ac_status=$? 11596 ac_status=$?
11417 echo "$as_me:11417: \$? = $ac_status" >&5 11597 echo "$as_me:11597: \$? = $ac_status" >&5
11418 (exit $ac_status); }; }; then 11598 (exit $ac_status); }; }; then
11419 ac_cv_have_uintxx_t="yes" 11599 ac_cv_have_uintxx_t="yes"
11420else 11600else
@@ -11426,7 +11606,7 @@ fi
11426rm -f conftest.$ac_objext conftest.$ac_ext 11606rm -f conftest.$ac_objext conftest.$ac_ext
11427 11607
11428fi 11608fi
11429echo "$as_me:11429: result: $ac_cv_have_uintxx_t" >&5 11609echo "$as_me:11609: result: $ac_cv_have_uintxx_t" >&5
11430echo "${ECHO_T}$ac_cv_have_uintxx_t" >&6 11610echo "${ECHO_T}$ac_cv_have_uintxx_t" >&6
11431 if test "x$ac_cv_have_uintxx_t" = "xyes" ; then 11611 if test "x$ac_cv_have_uintxx_t" = "xyes" ; then
11432 cat >>confdefs.h <<\EOF 11612 cat >>confdefs.h <<\EOF
@@ -11437,10 +11617,10 @@ EOF
11437fi 11617fi
11438 11618
11439if test -z "$have_uintxx_t" ; then 11619if test -z "$have_uintxx_t" ; then
11440 echo "$as_me:11440: checking for uintXX_t types in stdint.h" >&5 11620 echo "$as_me:11620: checking for uintXX_t types in stdint.h" >&5
11441echo $ECHO_N "checking for uintXX_t types in stdint.h... $ECHO_C" >&6 11621echo $ECHO_N "checking for uintXX_t types in stdint.h... $ECHO_C" >&6
11442 cat >conftest.$ac_ext <<_ACEOF 11622 cat >conftest.$ac_ext <<_ACEOF
11443#line 11443 "configure" 11623#line 11623 "configure"
11444#include "confdefs.h" 11624#include "confdefs.h"
11445 #include <stdint.h> 11625 #include <stdint.h>
11446int 11626int
@@ -11452,29 +11632,29 @@ main ()
11452} 11632}
11453_ACEOF 11633_ACEOF
11454rm -f conftest.$ac_objext 11634rm -f conftest.$ac_objext
11455if { (eval echo "$as_me:11455: \"$ac_compile\"") >&5 11635if { (eval echo "$as_me:11635: \"$ac_compile\"") >&5
11456 (eval $ac_compile) 2>&5 11636 (eval $ac_compile) 2>&5
11457 ac_status=$? 11637 ac_status=$?
11458 echo "$as_me:11458: \$? = $ac_status" >&5 11638 echo "$as_me:11638: \$? = $ac_status" >&5
11459 (exit $ac_status); } && 11639 (exit $ac_status); } &&
11460 { ac_try='test -s conftest.$ac_objext' 11640 { ac_try='test -s conftest.$ac_objext'
11461 { (eval echo "$as_me:11461: \"$ac_try\"") >&5 11641 { (eval echo "$as_me:11641: \"$ac_try\"") >&5
11462 (eval $ac_try) 2>&5 11642 (eval $ac_try) 2>&5
11463 ac_status=$? 11643 ac_status=$?
11464 echo "$as_me:11464: \$? = $ac_status" >&5 11644 echo "$as_me:11644: \$? = $ac_status" >&5
11465 (exit $ac_status); }; }; then 11645 (exit $ac_status); }; }; then
11466 11646
11467 cat >>confdefs.h <<\EOF 11647 cat >>confdefs.h <<\EOF
11468#define HAVE_UINTXX_T 1 11648#define HAVE_UINTXX_T 1
11469EOF 11649EOF
11470 11650
11471 echo "$as_me:11471: result: yes" >&5 11651 echo "$as_me:11651: result: yes" >&5
11472echo "${ECHO_T}yes" >&6 11652echo "${ECHO_T}yes" >&6
11473 11653
11474else 11654else
11475 echo "$as_me: failed program was:" >&5 11655 echo "$as_me: failed program was:" >&5
11476cat conftest.$ac_ext >&5 11656cat conftest.$ac_ext >&5
11477 echo "$as_me:11477: result: no" >&5 11657 echo "$as_me:11657: result: no" >&5
11478echo "${ECHO_T}no" >&6 11658echo "${ECHO_T}no" >&6
11479 11659
11480fi 11660fi
@@ -11484,10 +11664,10 @@ fi
11484if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \ 11664if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \
11485 test "x$ac_cv_header_sys_bitypes_h" = "xyes") 11665 test "x$ac_cv_header_sys_bitypes_h" = "xyes")
11486then 11666then
11487 echo "$as_me:11487: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5 11667 echo "$as_me:11667: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5
11488echo $ECHO_N "checking for intXX_t and u_intXX_t types in sys/bitypes.h... $ECHO_C" >&6 11668echo $ECHO_N "checking for intXX_t and u_intXX_t types in sys/bitypes.h... $ECHO_C" >&6
11489 cat >conftest.$ac_ext <<_ACEOF 11669 cat >conftest.$ac_ext <<_ACEOF
11490#line 11490 "configure" 11670#line 11670 "configure"
11491#include "confdefs.h" 11671#include "confdefs.h"
11492 11672
11493#include <sys/bitypes.h> 11673#include <sys/bitypes.h>
@@ -11505,16 +11685,16 @@ main ()
11505} 11685}
11506_ACEOF 11686_ACEOF
11507rm -f conftest.$ac_objext 11687rm -f conftest.$ac_objext
11508if { (eval echo "$as_me:11508: \"$ac_compile\"") >&5 11688if { (eval echo "$as_me:11688: \"$ac_compile\"") >&5
11509 (eval $ac_compile) 2>&5 11689 (eval $ac_compile) 2>&5
11510 ac_status=$? 11690 ac_status=$?
11511 echo "$as_me:11511: \$? = $ac_status" >&5 11691 echo "$as_me:11691: \$? = $ac_status" >&5
11512 (exit $ac_status); } && 11692 (exit $ac_status); } &&
11513 { ac_try='test -s conftest.$ac_objext' 11693 { ac_try='test -s conftest.$ac_objext'
11514 { (eval echo "$as_me:11514: \"$ac_try\"") >&5 11694 { (eval echo "$as_me:11694: \"$ac_try\"") >&5
11515 (eval $ac_try) 2>&5 11695 (eval $ac_try) 2>&5
11516 ac_status=$? 11696 ac_status=$?
11517 echo "$as_me:11517: \$? = $ac_status" >&5 11697 echo "$as_me:11697: \$? = $ac_status" >&5
11518 (exit $ac_status); }; }; then 11698 (exit $ac_status); }; }; then
11519 11699
11520 cat >>confdefs.h <<\EOF 11700 cat >>confdefs.h <<\EOF
@@ -11525,27 +11705,27 @@ EOF
11525#define HAVE_INTXX_T 1 11705#define HAVE_INTXX_T 1
11526EOF 11706EOF
11527 11707
11528 echo "$as_me:11528: result: yes" >&5 11708 echo "$as_me:11708: result: yes" >&5
11529echo "${ECHO_T}yes" >&6 11709echo "${ECHO_T}yes" >&6
11530 11710
11531else 11711else
11532 echo "$as_me: failed program was:" >&5 11712 echo "$as_me: failed program was:" >&5
11533cat conftest.$ac_ext >&5 11713cat conftest.$ac_ext >&5
11534echo "$as_me:11534: result: no" >&5 11714echo "$as_me:11714: result: no" >&5
11535echo "${ECHO_T}no" >&6 11715echo "${ECHO_T}no" >&6
11536 11716
11537fi 11717fi
11538rm -f conftest.$ac_objext conftest.$ac_ext 11718rm -f conftest.$ac_objext conftest.$ac_ext
11539fi 11719fi
11540 11720
11541echo "$as_me:11541: checking for u_char" >&5 11721echo "$as_me:11721: checking for u_char" >&5
11542echo $ECHO_N "checking for u_char... $ECHO_C" >&6 11722echo $ECHO_N "checking for u_char... $ECHO_C" >&6
11543if test "${ac_cv_have_u_char+set}" = set; then 11723if test "${ac_cv_have_u_char+set}" = set; then
11544 echo $ECHO_N "(cached) $ECHO_C" >&6 11724 echo $ECHO_N "(cached) $ECHO_C" >&6
11545else 11725else
11546 11726
11547 cat >conftest.$ac_ext <<_ACEOF 11727 cat >conftest.$ac_ext <<_ACEOF
11548#line 11548 "configure" 11728#line 11728 "configure"
11549#include "confdefs.h" 11729#include "confdefs.h"
11550 11730
11551#include <sys/types.h> 11731#include <sys/types.h>
@@ -11559,16 +11739,16 @@ main ()
11559} 11739}
11560_ACEOF 11740_ACEOF
11561rm -f conftest.$ac_objext 11741rm -f conftest.$ac_objext
11562if { (eval echo "$as_me:11562: \"$ac_compile\"") >&5 11742if { (eval echo "$as_me:11742: \"$ac_compile\"") >&5
11563 (eval $ac_compile) 2>&5 11743 (eval $ac_compile) 2>&5
11564 ac_status=$? 11744 ac_status=$?
11565 echo "$as_me:11565: \$? = $ac_status" >&5 11745 echo "$as_me:11745: \$? = $ac_status" >&5
11566 (exit $ac_status); } && 11746 (exit $ac_status); } &&
11567 { ac_try='test -s conftest.$ac_objext' 11747 { ac_try='test -s conftest.$ac_objext'
11568 { (eval echo "$as_me:11568: \"$ac_try\"") >&5 11748 { (eval echo "$as_me:11748: \"$ac_try\"") >&5
11569 (eval $ac_try) 2>&5 11749 (eval $ac_try) 2>&5
11570 ac_status=$? 11750 ac_status=$?
11571 echo "$as_me:11571: \$? = $ac_status" >&5 11751 echo "$as_me:11751: \$? = $ac_status" >&5
11572 (exit $ac_status); }; }; then 11752 (exit $ac_status); }; }; then
11573 ac_cv_have_u_char="yes" 11753 ac_cv_have_u_char="yes"
11574else 11754else
@@ -11580,7 +11760,7 @@ fi
11580rm -f conftest.$ac_objext conftest.$ac_ext 11760rm -f conftest.$ac_objext conftest.$ac_ext
11581 11761
11582fi 11762fi
11583echo "$as_me:11583: result: $ac_cv_have_u_char" >&5 11763echo "$as_me:11763: result: $ac_cv_have_u_char" >&5
11584echo "${ECHO_T}$ac_cv_have_u_char" >&6 11764echo "${ECHO_T}$ac_cv_have_u_char" >&6
11585if test "x$ac_cv_have_u_char" = "xyes" ; then 11765if test "x$ac_cv_have_u_char" = "xyes" ; then
11586 cat >>confdefs.h <<\EOF 11766 cat >>confdefs.h <<\EOF
@@ -11589,13 +11769,13 @@ EOF
11589 11769
11590fi 11770fi
11591 11771
11592 echo "$as_me:11592: checking for socklen_t" >&5 11772 echo "$as_me:11772: checking for socklen_t" >&5
11593echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6 11773echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
11594if test "${ac_cv_type_socklen_t+set}" = set; then 11774if test "${ac_cv_type_socklen_t+set}" = set; then
11595 echo $ECHO_N "(cached) $ECHO_C" >&6 11775 echo $ECHO_N "(cached) $ECHO_C" >&6
11596else 11776else
11597 cat >conftest.$ac_ext <<_ACEOF 11777 cat >conftest.$ac_ext <<_ACEOF
11598#line 11598 "configure" 11778#line 11778 "configure"
11599#include "confdefs.h" 11779#include "confdefs.h"
11600#include <sys/types.h> 11780#include <sys/types.h>
11601#include <sys/socket.h> 11781#include <sys/socket.h>
@@ -11612,16 +11792,16 @@ if (sizeof (socklen_t))
11612} 11792}
11613_ACEOF 11793_ACEOF
11614rm -f conftest.$ac_objext 11794rm -f conftest.$ac_objext
11615if { (eval echo "$as_me:11615: \"$ac_compile\"") >&5 11795if { (eval echo "$as_me:11795: \"$ac_compile\"") >&5
11616 (eval $ac_compile) 2>&5 11796 (eval $ac_compile) 2>&5
11617 ac_status=$? 11797 ac_status=$?
11618 echo "$as_me:11618: \$? = $ac_status" >&5 11798 echo "$as_me:11798: \$? = $ac_status" >&5
11619 (exit $ac_status); } && 11799 (exit $ac_status); } &&
11620 { ac_try='test -s conftest.$ac_objext' 11800 { ac_try='test -s conftest.$ac_objext'
11621 { (eval echo "$as_me:11621: \"$ac_try\"") >&5 11801 { (eval echo "$as_me:11801: \"$ac_try\"") >&5
11622 (eval $ac_try) 2>&5 11802 (eval $ac_try) 2>&5
11623 ac_status=$? 11803 ac_status=$?
11624 echo "$as_me:11624: \$? = $ac_status" >&5 11804 echo "$as_me:11804: \$? = $ac_status" >&5
11625 (exit $ac_status); }; }; then 11805 (exit $ac_status); }; }; then
11626 ac_cv_type_socklen_t=yes 11806 ac_cv_type_socklen_t=yes
11627else 11807else
@@ -11631,13 +11811,13 @@ ac_cv_type_socklen_t=no
11631fi 11811fi
11632rm -f conftest.$ac_objext conftest.$ac_ext 11812rm -f conftest.$ac_objext conftest.$ac_ext
11633fi 11813fi
11634echo "$as_me:11634: result: $ac_cv_type_socklen_t" >&5 11814echo "$as_me:11814: result: $ac_cv_type_socklen_t" >&5
11635echo "${ECHO_T}$ac_cv_type_socklen_t" >&6 11815echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
11636if test $ac_cv_type_socklen_t = yes; then 11816if test $ac_cv_type_socklen_t = yes; then
11637 : 11817 :
11638else 11818else
11639 11819
11640 echo "$as_me:11640: checking for socklen_t equivalent" >&5 11820 echo "$as_me:11820: checking for socklen_t equivalent" >&5
11641echo $ECHO_N "checking for socklen_t equivalent... $ECHO_C" >&6 11821echo $ECHO_N "checking for socklen_t equivalent... $ECHO_C" >&6
11642 if test "${curl_cv_socklen_t_equiv+set}" = set; then 11822 if test "${curl_cv_socklen_t_equiv+set}" = set; then
11643 echo $ECHO_N "(cached) $ECHO_C" >&6 11823 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11649,7 +11829,7 @@ else
11649 for arg2 in "struct sockaddr" void; do 11829 for arg2 in "struct sockaddr" void; do
11650 for t in int size_t unsigned long "unsigned long"; do 11830 for t in int size_t unsigned long "unsigned long"; do
11651 cat >conftest.$ac_ext <<_ACEOF 11831 cat >conftest.$ac_ext <<_ACEOF
11652#line 11652 "configure" 11832#line 11832 "configure"
11653#include "confdefs.h" 11833#include "confdefs.h"
11654 11834
11655 #include <sys/types.h> 11835 #include <sys/types.h>
@@ -11669,16 +11849,16 @@ main ()
11669} 11849}
11670_ACEOF 11850_ACEOF
11671rm -f conftest.$ac_objext 11851rm -f conftest.$ac_objext
11672if { (eval echo "$as_me:11672: \"$ac_compile\"") >&5 11852if { (eval echo "$as_me:11852: \"$ac_compile\"") >&5
11673 (eval $ac_compile) 2>&5 11853 (eval $ac_compile) 2>&5
11674 ac_status=$? 11854 ac_status=$?
11675 echo "$as_me:11675: \$? = $ac_status" >&5 11855 echo "$as_me:11855: \$? = $ac_status" >&5
11676 (exit $ac_status); } && 11856 (exit $ac_status); } &&
11677 { ac_try='test -s conftest.$ac_objext' 11857 { ac_try='test -s conftest.$ac_objext'
11678 { (eval echo "$as_me:11678: \"$ac_try\"") >&5 11858 { (eval echo "$as_me:11858: \"$ac_try\"") >&5
11679 (eval $ac_try) 2>&5 11859 (eval $ac_try) 2>&5
11680 ac_status=$? 11860 ac_status=$?
11681 echo "$as_me:11681: \$? = $ac_status" >&5 11861 echo "$as_me:11861: \$? = $ac_status" >&5
11682 (exit $ac_status); }; }; then 11862 (exit $ac_status); }; }; then
11683 11863
11684 curl_cv_socklen_t_equiv="$t" 11864 curl_cv_socklen_t_equiv="$t"
@@ -11693,14 +11873,14 @@ rm -f conftest.$ac_objext conftest.$ac_ext
11693 done 11873 done
11694 11874
11695 if test "x$curl_cv_socklen_t_equiv" = x; then 11875 if test "x$curl_cv_socklen_t_equiv" = x; then
11696 { { echo "$as_me:11696: error: Cannot find a type to use in place of socklen_t" >&5 11876 { { echo "$as_me:11876: error: Cannot find a type to use in place of socklen_t" >&5
11697echo "$as_me: error: Cannot find a type to use in place of socklen_t" >&2;} 11877echo "$as_me: error: Cannot find a type to use in place of socklen_t" >&2;}
11698 { (exit 1); exit 1; }; } 11878 { (exit 1); exit 1; }; }
11699 fi 11879 fi
11700 11880
11701fi 11881fi
11702 11882
11703 echo "$as_me:11703: result: $curl_cv_socklen_t_equiv" >&5 11883 echo "$as_me:11883: result: $curl_cv_socklen_t_equiv" >&5
11704echo "${ECHO_T}$curl_cv_socklen_t_equiv" >&6 11884echo "${ECHO_T}$curl_cv_socklen_t_equiv" >&6
11705 11885
11706cat >>confdefs.h <<EOF 11886cat >>confdefs.h <<EOF
@@ -11709,13 +11889,13 @@ EOF
11709 11889
11710fi 11890fi
11711 11891
11712echo "$as_me:11712: checking for sig_atomic_t" >&5 11892echo "$as_me:11892: checking for sig_atomic_t" >&5
11713echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6 11893echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6
11714if test "${ac_cv_type_sig_atomic_t+set}" = set; then 11894if test "${ac_cv_type_sig_atomic_t+set}" = set; then
11715 echo $ECHO_N "(cached) $ECHO_C" >&6 11895 echo $ECHO_N "(cached) $ECHO_C" >&6
11716else 11896else
11717 cat >conftest.$ac_ext <<_ACEOF 11897 cat >conftest.$ac_ext <<_ACEOF
11718#line 11718 "configure" 11898#line 11898 "configure"
11719#include "confdefs.h" 11899#include "confdefs.h"
11720#include <signal.h> 11900#include <signal.h>
11721 11901
@@ -11731,16 +11911,16 @@ if (sizeof (sig_atomic_t))
11731} 11911}
11732_ACEOF 11912_ACEOF
11733rm -f conftest.$ac_objext 11913rm -f conftest.$ac_objext
11734if { (eval echo "$as_me:11734: \"$ac_compile\"") >&5 11914if { (eval echo "$as_me:11914: \"$ac_compile\"") >&5
11735 (eval $ac_compile) 2>&5 11915 (eval $ac_compile) 2>&5
11736 ac_status=$? 11916 ac_status=$?
11737 echo "$as_me:11737: \$? = $ac_status" >&5 11917 echo "$as_me:11917: \$? = $ac_status" >&5
11738 (exit $ac_status); } && 11918 (exit $ac_status); } &&
11739 { ac_try='test -s conftest.$ac_objext' 11919 { ac_try='test -s conftest.$ac_objext'
11740 { (eval echo "$as_me:11740: \"$ac_try\"") >&5 11920 { (eval echo "$as_me:11920: \"$ac_try\"") >&5
11741 (eval $ac_try) 2>&5 11921 (eval $ac_try) 2>&5
11742 ac_status=$? 11922 ac_status=$?
11743 echo "$as_me:11743: \$? = $ac_status" >&5 11923 echo "$as_me:11923: \$? = $ac_status" >&5
11744 (exit $ac_status); }; }; then 11924 (exit $ac_status); }; }; then
11745 ac_cv_type_sig_atomic_t=yes 11925 ac_cv_type_sig_atomic_t=yes
11746else 11926else
@@ -11750,7 +11930,7 @@ ac_cv_type_sig_atomic_t=no
11750fi 11930fi
11751rm -f conftest.$ac_objext conftest.$ac_ext 11931rm -f conftest.$ac_objext conftest.$ac_ext
11752fi 11932fi
11753echo "$as_me:11753: result: $ac_cv_type_sig_atomic_t" >&5 11933echo "$as_me:11933: result: $ac_cv_type_sig_atomic_t" >&5
11754echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6 11934echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6
11755if test $ac_cv_type_sig_atomic_t = yes; then 11935if test $ac_cv_type_sig_atomic_t = yes; then
11756 11936
@@ -11760,14 +11940,14 @@ EOF
11760 11940
11761fi 11941fi
11762 11942
11763echo "$as_me:11763: checking for size_t" >&5 11943echo "$as_me:11943: checking for size_t" >&5
11764echo $ECHO_N "checking for size_t... $ECHO_C" >&6 11944echo $ECHO_N "checking for size_t... $ECHO_C" >&6
11765if test "${ac_cv_have_size_t+set}" = set; then 11945if test "${ac_cv_have_size_t+set}" = set; then
11766 echo $ECHO_N "(cached) $ECHO_C" >&6 11946 echo $ECHO_N "(cached) $ECHO_C" >&6
11767else 11947else
11768 11948
11769 cat >conftest.$ac_ext <<_ACEOF 11949 cat >conftest.$ac_ext <<_ACEOF
11770#line 11770 "configure" 11950#line 11950 "configure"
11771#include "confdefs.h" 11951#include "confdefs.h"
11772 11952
11773#include <sys/types.h> 11953#include <sys/types.h>
@@ -11781,16 +11961,16 @@ main ()
11781} 11961}
11782_ACEOF 11962_ACEOF
11783rm -f conftest.$ac_objext 11963rm -f conftest.$ac_objext
11784if { (eval echo "$as_me:11784: \"$ac_compile\"") >&5 11964if { (eval echo "$as_me:11964: \"$ac_compile\"") >&5
11785 (eval $ac_compile) 2>&5 11965 (eval $ac_compile) 2>&5
11786 ac_status=$? 11966 ac_status=$?
11787 echo "$as_me:11787: \$? = $ac_status" >&5 11967 echo "$as_me:11967: \$? = $ac_status" >&5
11788 (exit $ac_status); } && 11968 (exit $ac_status); } &&
11789 { ac_try='test -s conftest.$ac_objext' 11969 { ac_try='test -s conftest.$ac_objext'
11790 { (eval echo "$as_me:11790: \"$ac_try\"") >&5 11970 { (eval echo "$as_me:11970: \"$ac_try\"") >&5
11791 (eval $ac_try) 2>&5 11971 (eval $ac_try) 2>&5
11792 ac_status=$? 11972 ac_status=$?
11793 echo "$as_me:11793: \$? = $ac_status" >&5 11973 echo "$as_me:11973: \$? = $ac_status" >&5
11794 (exit $ac_status); }; }; then 11974 (exit $ac_status); }; }; then
11795 ac_cv_have_size_t="yes" 11975 ac_cv_have_size_t="yes"
11796else 11976else
@@ -11802,7 +11982,7 @@ fi
11802rm -f conftest.$ac_objext conftest.$ac_ext 11982rm -f conftest.$ac_objext conftest.$ac_ext
11803 11983
11804fi 11984fi
11805echo "$as_me:11805: result: $ac_cv_have_size_t" >&5 11985echo "$as_me:11985: result: $ac_cv_have_size_t" >&5
11806echo "${ECHO_T}$ac_cv_have_size_t" >&6 11986echo "${ECHO_T}$ac_cv_have_size_t" >&6
11807if test "x$ac_cv_have_size_t" = "xyes" ; then 11987if test "x$ac_cv_have_size_t" = "xyes" ; then
11808 cat >>confdefs.h <<\EOF 11988 cat >>confdefs.h <<\EOF
@@ -11811,14 +11991,14 @@ EOF
11811 11991
11812fi 11992fi
11813 11993
11814echo "$as_me:11814: checking for ssize_t" >&5 11994echo "$as_me:11994: checking for ssize_t" >&5
11815echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6 11995echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
11816if test "${ac_cv_have_ssize_t+set}" = set; then 11996if test "${ac_cv_have_ssize_t+set}" = set; then
11817 echo $ECHO_N "(cached) $ECHO_C" >&6 11997 echo $ECHO_N "(cached) $ECHO_C" >&6
11818else 11998else
11819 11999
11820 cat >conftest.$ac_ext <<_ACEOF 12000 cat >conftest.$ac_ext <<_ACEOF
11821#line 11821 "configure" 12001#line 12001 "configure"
11822#include "confdefs.h" 12002#include "confdefs.h"
11823 12003
11824#include <sys/types.h> 12004#include <sys/types.h>
@@ -11832,16 +12012,16 @@ main ()
11832} 12012}
11833_ACEOF 12013_ACEOF
11834rm -f conftest.$ac_objext 12014rm -f conftest.$ac_objext
11835if { (eval echo "$as_me:11835: \"$ac_compile\"") >&5 12015if { (eval echo "$as_me:12015: \"$ac_compile\"") >&5
11836 (eval $ac_compile) 2>&5 12016 (eval $ac_compile) 2>&5
11837 ac_status=$? 12017 ac_status=$?
11838 echo "$as_me:11838: \$? = $ac_status" >&5 12018 echo "$as_me:12018: \$? = $ac_status" >&5
11839 (exit $ac_status); } && 12019 (exit $ac_status); } &&
11840 { ac_try='test -s conftest.$ac_objext' 12020 { ac_try='test -s conftest.$ac_objext'
11841 { (eval echo "$as_me:11841: \"$ac_try\"") >&5 12021 { (eval echo "$as_me:12021: \"$ac_try\"") >&5
11842 (eval $ac_try) 2>&5 12022 (eval $ac_try) 2>&5
11843 ac_status=$? 12023 ac_status=$?
11844 echo "$as_me:11844: \$? = $ac_status" >&5 12024 echo "$as_me:12024: \$? = $ac_status" >&5
11845 (exit $ac_status); }; }; then 12025 (exit $ac_status); }; }; then
11846 ac_cv_have_ssize_t="yes" 12026 ac_cv_have_ssize_t="yes"
11847else 12027else
@@ -11853,7 +12033,7 @@ fi
11853rm -f conftest.$ac_objext conftest.$ac_ext 12033rm -f conftest.$ac_objext conftest.$ac_ext
11854 12034
11855fi 12035fi
11856echo "$as_me:11856: result: $ac_cv_have_ssize_t" >&5 12036echo "$as_me:12036: result: $ac_cv_have_ssize_t" >&5
11857echo "${ECHO_T}$ac_cv_have_ssize_t" >&6 12037echo "${ECHO_T}$ac_cv_have_ssize_t" >&6
11858if test "x$ac_cv_have_ssize_t" = "xyes" ; then 12038if test "x$ac_cv_have_ssize_t" = "xyes" ; then
11859 cat >>confdefs.h <<\EOF 12039 cat >>confdefs.h <<\EOF
@@ -11862,14 +12042,14 @@ EOF
11862 12042
11863fi 12043fi
11864 12044
11865echo "$as_me:11865: checking for clock_t" >&5 12045echo "$as_me:12045: checking for clock_t" >&5
11866echo $ECHO_N "checking for clock_t... $ECHO_C" >&6 12046echo $ECHO_N "checking for clock_t... $ECHO_C" >&6
11867if test "${ac_cv_have_clock_t+set}" = set; then 12047if test "${ac_cv_have_clock_t+set}" = set; then
11868 echo $ECHO_N "(cached) $ECHO_C" >&6 12048 echo $ECHO_N "(cached) $ECHO_C" >&6
11869else 12049else
11870 12050
11871 cat >conftest.$ac_ext <<_ACEOF 12051 cat >conftest.$ac_ext <<_ACEOF
11872#line 11872 "configure" 12052#line 12052 "configure"
11873#include "confdefs.h" 12053#include "confdefs.h"
11874 12054
11875#include <time.h> 12055#include <time.h>
@@ -11883,16 +12063,16 @@ main ()
11883} 12063}
11884_ACEOF 12064_ACEOF
11885rm -f conftest.$ac_objext 12065rm -f conftest.$ac_objext
11886if { (eval echo "$as_me:11886: \"$ac_compile\"") >&5 12066if { (eval echo "$as_me:12066: \"$ac_compile\"") >&5
11887 (eval $ac_compile) 2>&5 12067 (eval $ac_compile) 2>&5
11888 ac_status=$? 12068 ac_status=$?
11889 echo "$as_me:11889: \$? = $ac_status" >&5 12069 echo "$as_me:12069: \$? = $ac_status" >&5
11890 (exit $ac_status); } && 12070 (exit $ac_status); } &&
11891 { ac_try='test -s conftest.$ac_objext' 12071 { ac_try='test -s conftest.$ac_objext'
11892 { (eval echo "$as_me:11892: \"$ac_try\"") >&5 12072 { (eval echo "$as_me:12072: \"$ac_try\"") >&5
11893 (eval $ac_try) 2>&5 12073 (eval $ac_try) 2>&5
11894 ac_status=$? 12074 ac_status=$?
11895 echo "$as_me:11895: \$? = $ac_status" >&5 12075 echo "$as_me:12075: \$? = $ac_status" >&5
11896 (exit $ac_status); }; }; then 12076 (exit $ac_status); }; }; then
11897 ac_cv_have_clock_t="yes" 12077 ac_cv_have_clock_t="yes"
11898else 12078else
@@ -11904,7 +12084,7 @@ fi
11904rm -f conftest.$ac_objext conftest.$ac_ext 12084rm -f conftest.$ac_objext conftest.$ac_ext
11905 12085
11906fi 12086fi
11907echo "$as_me:11907: result: $ac_cv_have_clock_t" >&5 12087echo "$as_me:12087: result: $ac_cv_have_clock_t" >&5
11908echo "${ECHO_T}$ac_cv_have_clock_t" >&6 12088echo "${ECHO_T}$ac_cv_have_clock_t" >&6
11909if test "x$ac_cv_have_clock_t" = "xyes" ; then 12089if test "x$ac_cv_have_clock_t" = "xyes" ; then
11910 cat >>confdefs.h <<\EOF 12090 cat >>confdefs.h <<\EOF
@@ -11913,14 +12093,14 @@ EOF
11913 12093
11914fi 12094fi
11915 12095
11916echo "$as_me:11916: checking for sa_family_t" >&5 12096echo "$as_me:12096: checking for sa_family_t" >&5
11917echo $ECHO_N "checking for sa_family_t... $ECHO_C" >&6 12097echo $ECHO_N "checking for sa_family_t... $ECHO_C" >&6
11918if test "${ac_cv_have_sa_family_t+set}" = set; then 12098if test "${ac_cv_have_sa_family_t+set}" = set; then
11919 echo $ECHO_N "(cached) $ECHO_C" >&6 12099 echo $ECHO_N "(cached) $ECHO_C" >&6
11920else 12100else
11921 12101
11922 cat >conftest.$ac_ext <<_ACEOF 12102 cat >conftest.$ac_ext <<_ACEOF
11923#line 11923 "configure" 12103#line 12103 "configure"
11924#include "confdefs.h" 12104#include "confdefs.h"
11925 12105
11926#include <sys/types.h> 12106#include <sys/types.h>
@@ -11935,23 +12115,23 @@ main ()
11935} 12115}
11936_ACEOF 12116_ACEOF
11937rm -f conftest.$ac_objext 12117rm -f conftest.$ac_objext
11938if { (eval echo "$as_me:11938: \"$ac_compile\"") >&5 12118if { (eval echo "$as_me:12118: \"$ac_compile\"") >&5
11939 (eval $ac_compile) 2>&5 12119 (eval $ac_compile) 2>&5
11940 ac_status=$? 12120 ac_status=$?
11941 echo "$as_me:11941: \$? = $ac_status" >&5 12121 echo "$as_me:12121: \$? = $ac_status" >&5
11942 (exit $ac_status); } && 12122 (exit $ac_status); } &&
11943 { ac_try='test -s conftest.$ac_objext' 12123 { ac_try='test -s conftest.$ac_objext'
11944 { (eval echo "$as_me:11944: \"$ac_try\"") >&5 12124 { (eval echo "$as_me:12124: \"$ac_try\"") >&5
11945 (eval $ac_try) 2>&5 12125 (eval $ac_try) 2>&5
11946 ac_status=$? 12126 ac_status=$?
11947 echo "$as_me:11947: \$? = $ac_status" >&5 12127 echo "$as_me:12127: \$? = $ac_status" >&5
11948 (exit $ac_status); }; }; then 12128 (exit $ac_status); }; }; then
11949 ac_cv_have_sa_family_t="yes" 12129 ac_cv_have_sa_family_t="yes"
11950else 12130else
11951 echo "$as_me: failed program was:" >&5 12131 echo "$as_me: failed program was:" >&5
11952cat conftest.$ac_ext >&5 12132cat conftest.$ac_ext >&5
11953 cat >conftest.$ac_ext <<_ACEOF 12133 cat >conftest.$ac_ext <<_ACEOF
11954#line 11954 "configure" 12134#line 12134 "configure"
11955#include "confdefs.h" 12135#include "confdefs.h"
11956 12136
11957#include <sys/types.h> 12137#include <sys/types.h>
@@ -11967,16 +12147,16 @@ main ()
11967} 12147}
11968_ACEOF 12148_ACEOF
11969rm -f conftest.$ac_objext 12149rm -f conftest.$ac_objext
11970if { (eval echo "$as_me:11970: \"$ac_compile\"") >&5 12150if { (eval echo "$as_me:12150: \"$ac_compile\"") >&5
11971 (eval $ac_compile) 2>&5 12151 (eval $ac_compile) 2>&5
11972 ac_status=$? 12152 ac_status=$?
11973 echo "$as_me:11973: \$? = $ac_status" >&5 12153 echo "$as_me:12153: \$? = $ac_status" >&5
11974 (exit $ac_status); } && 12154 (exit $ac_status); } &&
11975 { ac_try='test -s conftest.$ac_objext' 12155 { ac_try='test -s conftest.$ac_objext'
11976 { (eval echo "$as_me:11976: \"$ac_try\"") >&5 12156 { (eval echo "$as_me:12156: \"$ac_try\"") >&5
11977 (eval $ac_try) 2>&5 12157 (eval $ac_try) 2>&5
11978 ac_status=$? 12158 ac_status=$?
11979 echo "$as_me:11979: \$? = $ac_status" >&5 12159 echo "$as_me:12159: \$? = $ac_status" >&5
11980 (exit $ac_status); }; }; then 12160 (exit $ac_status); }; }; then
11981 ac_cv_have_sa_family_t="yes" 12161 ac_cv_have_sa_family_t="yes"
11982else 12162else
@@ -11991,7 +12171,7 @@ fi
11991rm -f conftest.$ac_objext conftest.$ac_ext 12171rm -f conftest.$ac_objext conftest.$ac_ext
11992 12172
11993fi 12173fi
11994echo "$as_me:11994: result: $ac_cv_have_sa_family_t" >&5 12174echo "$as_me:12174: result: $ac_cv_have_sa_family_t" >&5
11995echo "${ECHO_T}$ac_cv_have_sa_family_t" >&6 12175echo "${ECHO_T}$ac_cv_have_sa_family_t" >&6
11996if test "x$ac_cv_have_sa_family_t" = "xyes" ; then 12176if test "x$ac_cv_have_sa_family_t" = "xyes" ; then
11997 cat >>confdefs.h <<\EOF 12177 cat >>confdefs.h <<\EOF
@@ -12000,14 +12180,14 @@ EOF
12000 12180
12001fi 12181fi
12002 12182
12003echo "$as_me:12003: checking for pid_t" >&5 12183echo "$as_me:12183: checking for pid_t" >&5
12004echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 12184echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
12005if test "${ac_cv_have_pid_t+set}" = set; then 12185if test "${ac_cv_have_pid_t+set}" = set; then
12006 echo $ECHO_N "(cached) $ECHO_C" >&6 12186 echo $ECHO_N "(cached) $ECHO_C" >&6
12007else 12187else
12008 12188
12009 cat >conftest.$ac_ext <<_ACEOF 12189 cat >conftest.$ac_ext <<_ACEOF
12010#line 12010 "configure" 12190#line 12190 "configure"
12011#include "confdefs.h" 12191#include "confdefs.h"
12012 12192
12013#include <sys/types.h> 12193#include <sys/types.h>
@@ -12021,16 +12201,16 @@ main ()
12021} 12201}
12022_ACEOF 12202_ACEOF
12023rm -f conftest.$ac_objext 12203rm -f conftest.$ac_objext
12024if { (eval echo "$as_me:12024: \"$ac_compile\"") >&5 12204if { (eval echo "$as_me:12204: \"$ac_compile\"") >&5
12025 (eval $ac_compile) 2>&5 12205 (eval $ac_compile) 2>&5
12026 ac_status=$? 12206 ac_status=$?
12027 echo "$as_me:12027: \$? = $ac_status" >&5 12207 echo "$as_me:12207: \$? = $ac_status" >&5
12028 (exit $ac_status); } && 12208 (exit $ac_status); } &&
12029 { ac_try='test -s conftest.$ac_objext' 12209 { ac_try='test -s conftest.$ac_objext'
12030 { (eval echo "$as_me:12030: \"$ac_try\"") >&5 12210 { (eval echo "$as_me:12210: \"$ac_try\"") >&5
12031 (eval $ac_try) 2>&5 12211 (eval $ac_try) 2>&5
12032 ac_status=$? 12212 ac_status=$?
12033 echo "$as_me:12033: \$? = $ac_status" >&5 12213 echo "$as_me:12213: \$? = $ac_status" >&5
12034 (exit $ac_status); }; }; then 12214 (exit $ac_status); }; }; then
12035 ac_cv_have_pid_t="yes" 12215 ac_cv_have_pid_t="yes"
12036else 12216else
@@ -12042,7 +12222,7 @@ fi
12042rm -f conftest.$ac_objext conftest.$ac_ext 12222rm -f conftest.$ac_objext conftest.$ac_ext
12043 12223
12044fi 12224fi
12045echo "$as_me:12045: result: $ac_cv_have_pid_t" >&5 12225echo "$as_me:12225: result: $ac_cv_have_pid_t" >&5
12046echo "${ECHO_T}$ac_cv_have_pid_t" >&6 12226echo "${ECHO_T}$ac_cv_have_pid_t" >&6
12047if test "x$ac_cv_have_pid_t" = "xyes" ; then 12227if test "x$ac_cv_have_pid_t" = "xyes" ; then
12048 cat >>confdefs.h <<\EOF 12228 cat >>confdefs.h <<\EOF
@@ -12051,14 +12231,14 @@ EOF
12051 12231
12052fi 12232fi
12053 12233
12054echo "$as_me:12054: checking for mode_t" >&5 12234echo "$as_me:12234: checking for mode_t" >&5
12055echo $ECHO_N "checking for mode_t... $ECHO_C" >&6 12235echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
12056if test "${ac_cv_have_mode_t+set}" = set; then 12236if test "${ac_cv_have_mode_t+set}" = set; then
12057 echo $ECHO_N "(cached) $ECHO_C" >&6 12237 echo $ECHO_N "(cached) $ECHO_C" >&6
12058else 12238else
12059 12239
12060 cat >conftest.$ac_ext <<_ACEOF 12240 cat >conftest.$ac_ext <<_ACEOF
12061#line 12061 "configure" 12241#line 12241 "configure"
12062#include "confdefs.h" 12242#include "confdefs.h"
12063 12243
12064#include <sys/types.h> 12244#include <sys/types.h>
@@ -12072,16 +12252,16 @@ main ()
12072} 12252}
12073_ACEOF 12253_ACEOF
12074rm -f conftest.$ac_objext 12254rm -f conftest.$ac_objext
12075if { (eval echo "$as_me:12075: \"$ac_compile\"") >&5 12255if { (eval echo "$as_me:12255: \"$ac_compile\"") >&5
12076 (eval $ac_compile) 2>&5 12256 (eval $ac_compile) 2>&5
12077 ac_status=$? 12257 ac_status=$?
12078 echo "$as_me:12078: \$? = $ac_status" >&5 12258 echo "$as_me:12258: \$? = $ac_status" >&5
12079 (exit $ac_status); } && 12259 (exit $ac_status); } &&
12080 { ac_try='test -s conftest.$ac_objext' 12260 { ac_try='test -s conftest.$ac_objext'
12081 { (eval echo "$as_me:12081: \"$ac_try\"") >&5 12261 { (eval echo "$as_me:12261: \"$ac_try\"") >&5
12082 (eval $ac_try) 2>&5 12262 (eval $ac_try) 2>&5
12083 ac_status=$? 12263 ac_status=$?
12084 echo "$as_me:12084: \$? = $ac_status" >&5 12264 echo "$as_me:12264: \$? = $ac_status" >&5
12085 (exit $ac_status); }; }; then 12265 (exit $ac_status); }; }; then
12086 ac_cv_have_mode_t="yes" 12266 ac_cv_have_mode_t="yes"
12087else 12267else
@@ -12093,7 +12273,7 @@ fi
12093rm -f conftest.$ac_objext conftest.$ac_ext 12273rm -f conftest.$ac_objext conftest.$ac_ext
12094 12274
12095fi 12275fi
12096echo "$as_me:12096: result: $ac_cv_have_mode_t" >&5 12276echo "$as_me:12276: result: $ac_cv_have_mode_t" >&5
12097echo "${ECHO_T}$ac_cv_have_mode_t" >&6 12277echo "${ECHO_T}$ac_cv_have_mode_t" >&6
12098if test "x$ac_cv_have_mode_t" = "xyes" ; then 12278if test "x$ac_cv_have_mode_t" = "xyes" ; then
12099 cat >>confdefs.h <<\EOF 12279 cat >>confdefs.h <<\EOF
@@ -12102,14 +12282,14 @@ EOF
12102 12282
12103fi 12283fi
12104 12284
12105echo "$as_me:12105: checking for struct sockaddr_storage" >&5 12285echo "$as_me:12285: checking for struct sockaddr_storage" >&5
12106echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6 12286echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6
12107if test "${ac_cv_have_struct_sockaddr_storage+set}" = set; then 12287if test "${ac_cv_have_struct_sockaddr_storage+set}" = set; then
12108 echo $ECHO_N "(cached) $ECHO_C" >&6 12288 echo $ECHO_N "(cached) $ECHO_C" >&6
12109else 12289else
12110 12290
12111 cat >conftest.$ac_ext <<_ACEOF 12291 cat >conftest.$ac_ext <<_ACEOF
12112#line 12112 "configure" 12292#line 12292 "configure"
12113#include "confdefs.h" 12293#include "confdefs.h"
12114 12294
12115#include <sys/types.h> 12295#include <sys/types.h>
@@ -12124,16 +12304,16 @@ main ()
12124} 12304}
12125_ACEOF 12305_ACEOF
12126rm -f conftest.$ac_objext 12306rm -f conftest.$ac_objext
12127if { (eval echo "$as_me:12127: \"$ac_compile\"") >&5 12307if { (eval echo "$as_me:12307: \"$ac_compile\"") >&5
12128 (eval $ac_compile) 2>&5 12308 (eval $ac_compile) 2>&5
12129 ac_status=$? 12309 ac_status=$?
12130 echo "$as_me:12130: \$? = $ac_status" >&5 12310 echo "$as_me:12310: \$? = $ac_status" >&5
12131 (exit $ac_status); } && 12311 (exit $ac_status); } &&
12132 { ac_try='test -s conftest.$ac_objext' 12312 { ac_try='test -s conftest.$ac_objext'
12133 { (eval echo "$as_me:12133: \"$ac_try\"") >&5 12313 { (eval echo "$as_me:12313: \"$ac_try\"") >&5
12134 (eval $ac_try) 2>&5 12314 (eval $ac_try) 2>&5
12135 ac_status=$? 12315 ac_status=$?
12136 echo "$as_me:12136: \$? = $ac_status" >&5 12316 echo "$as_me:12316: \$? = $ac_status" >&5
12137 (exit $ac_status); }; }; then 12317 (exit $ac_status); }; }; then
12138 ac_cv_have_struct_sockaddr_storage="yes" 12318 ac_cv_have_struct_sockaddr_storage="yes"
12139else 12319else
@@ -12145,7 +12325,7 @@ fi
12145rm -f conftest.$ac_objext conftest.$ac_ext 12325rm -f conftest.$ac_objext conftest.$ac_ext
12146 12326
12147fi 12327fi
12148echo "$as_me:12148: result: $ac_cv_have_struct_sockaddr_storage" >&5 12328echo "$as_me:12328: result: $ac_cv_have_struct_sockaddr_storage" >&5
12149echo "${ECHO_T}$ac_cv_have_struct_sockaddr_storage" >&6 12329echo "${ECHO_T}$ac_cv_have_struct_sockaddr_storage" >&6
12150if test "x$ac_cv_have_struct_sockaddr_storage" = "xyes" ; then 12330if test "x$ac_cv_have_struct_sockaddr_storage" = "xyes" ; then
12151 cat >>confdefs.h <<\EOF 12331 cat >>confdefs.h <<\EOF
@@ -12154,14 +12334,14 @@ EOF
12154 12334
12155fi 12335fi
12156 12336
12157echo "$as_me:12157: checking for struct sockaddr_in6" >&5 12337echo "$as_me:12337: checking for struct sockaddr_in6" >&5
12158echo $ECHO_N "checking for struct sockaddr_in6... $ECHO_C" >&6 12338echo $ECHO_N "checking for struct sockaddr_in6... $ECHO_C" >&6
12159if test "${ac_cv_have_struct_sockaddr_in6+set}" = set; then 12339if test "${ac_cv_have_struct_sockaddr_in6+set}" = set; then
12160 echo $ECHO_N "(cached) $ECHO_C" >&6 12340 echo $ECHO_N "(cached) $ECHO_C" >&6
12161else 12341else
12162 12342
12163 cat >conftest.$ac_ext <<_ACEOF 12343 cat >conftest.$ac_ext <<_ACEOF
12164#line 12164 "configure" 12344#line 12344 "configure"
12165#include "confdefs.h" 12345#include "confdefs.h"
12166 12346
12167#include <sys/types.h> 12347#include <sys/types.h>
@@ -12176,16 +12356,16 @@ main ()
12176} 12356}
12177_ACEOF 12357_ACEOF
12178rm -f conftest.$ac_objext 12358rm -f conftest.$ac_objext
12179if { (eval echo "$as_me:12179: \"$ac_compile\"") >&5 12359if { (eval echo "$as_me:12359: \"$ac_compile\"") >&5
12180 (eval $ac_compile) 2>&5 12360 (eval $ac_compile) 2>&5
12181 ac_status=$? 12361 ac_status=$?
12182 echo "$as_me:12182: \$? = $ac_status" >&5 12362 echo "$as_me:12362: \$? = $ac_status" >&5
12183 (exit $ac_status); } && 12363 (exit $ac_status); } &&
12184 { ac_try='test -s conftest.$ac_objext' 12364 { ac_try='test -s conftest.$ac_objext'
12185 { (eval echo "$as_me:12185: \"$ac_try\"") >&5 12365 { (eval echo "$as_me:12365: \"$ac_try\"") >&5
12186 (eval $ac_try) 2>&5 12366 (eval $ac_try) 2>&5
12187 ac_status=$? 12367 ac_status=$?
12188 echo "$as_me:12188: \$? = $ac_status" >&5 12368 echo "$as_me:12368: \$? = $ac_status" >&5
12189 (exit $ac_status); }; }; then 12369 (exit $ac_status); }; }; then
12190 ac_cv_have_struct_sockaddr_in6="yes" 12370 ac_cv_have_struct_sockaddr_in6="yes"
12191else 12371else
@@ -12197,7 +12377,7 @@ fi
12197rm -f conftest.$ac_objext conftest.$ac_ext 12377rm -f conftest.$ac_objext conftest.$ac_ext
12198 12378
12199fi 12379fi
12200echo "$as_me:12200: result: $ac_cv_have_struct_sockaddr_in6" >&5 12380echo "$as_me:12380: result: $ac_cv_have_struct_sockaddr_in6" >&5
12201echo "${ECHO_T}$ac_cv_have_struct_sockaddr_in6" >&6 12381echo "${ECHO_T}$ac_cv_have_struct_sockaddr_in6" >&6
12202if test "x$ac_cv_have_struct_sockaddr_in6" = "xyes" ; then 12382if test "x$ac_cv_have_struct_sockaddr_in6" = "xyes" ; then
12203 cat >>confdefs.h <<\EOF 12383 cat >>confdefs.h <<\EOF
@@ -12206,14 +12386,14 @@ EOF
12206 12386
12207fi 12387fi
12208 12388
12209echo "$as_me:12209: checking for struct in6_addr" >&5 12389echo "$as_me:12389: checking for struct in6_addr" >&5
12210echo $ECHO_N "checking for struct in6_addr... $ECHO_C" >&6 12390echo $ECHO_N "checking for struct in6_addr... $ECHO_C" >&6
12211if test "${ac_cv_have_struct_in6_addr+set}" = set; then 12391if test "${ac_cv_have_struct_in6_addr+set}" = set; then
12212 echo $ECHO_N "(cached) $ECHO_C" >&6 12392 echo $ECHO_N "(cached) $ECHO_C" >&6
12213else 12393else
12214 12394
12215 cat >conftest.$ac_ext <<_ACEOF 12395 cat >conftest.$ac_ext <<_ACEOF
12216#line 12216 "configure" 12396#line 12396 "configure"
12217#include "confdefs.h" 12397#include "confdefs.h"
12218 12398
12219#include <sys/types.h> 12399#include <sys/types.h>
@@ -12228,16 +12408,16 @@ main ()
12228} 12408}
12229_ACEOF 12409_ACEOF
12230rm -f conftest.$ac_objext 12410rm -f conftest.$ac_objext
12231if { (eval echo "$as_me:12231: \"$ac_compile\"") >&5 12411if { (eval echo "$as_me:12411: \"$ac_compile\"") >&5
12232 (eval $ac_compile) 2>&5 12412 (eval $ac_compile) 2>&5
12233 ac_status=$? 12413 ac_status=$?
12234 echo "$as_me:12234: \$? = $ac_status" >&5 12414 echo "$as_me:12414: \$? = $ac_status" >&5
12235 (exit $ac_status); } && 12415 (exit $ac_status); } &&
12236 { ac_try='test -s conftest.$ac_objext' 12416 { ac_try='test -s conftest.$ac_objext'
12237 { (eval echo "$as_me:12237: \"$ac_try\"") >&5 12417 { (eval echo "$as_me:12417: \"$ac_try\"") >&5
12238 (eval $ac_try) 2>&5 12418 (eval $ac_try) 2>&5
12239 ac_status=$? 12419 ac_status=$?
12240 echo "$as_me:12240: \$? = $ac_status" >&5 12420 echo "$as_me:12420: \$? = $ac_status" >&5
12241 (exit $ac_status); }; }; then 12421 (exit $ac_status); }; }; then
12242 ac_cv_have_struct_in6_addr="yes" 12422 ac_cv_have_struct_in6_addr="yes"
12243else 12423else
@@ -12249,7 +12429,7 @@ fi
12249rm -f conftest.$ac_objext conftest.$ac_ext 12429rm -f conftest.$ac_objext conftest.$ac_ext
12250 12430
12251fi 12431fi
12252echo "$as_me:12252: result: $ac_cv_have_struct_in6_addr" >&5 12432echo "$as_me:12432: result: $ac_cv_have_struct_in6_addr" >&5
12253echo "${ECHO_T}$ac_cv_have_struct_in6_addr" >&6 12433echo "${ECHO_T}$ac_cv_have_struct_in6_addr" >&6
12254if test "x$ac_cv_have_struct_in6_addr" = "xyes" ; then 12434if test "x$ac_cv_have_struct_in6_addr" = "xyes" ; then
12255 cat >>confdefs.h <<\EOF 12435 cat >>confdefs.h <<\EOF
@@ -12258,14 +12438,14 @@ EOF
12258 12438
12259fi 12439fi
12260 12440
12261echo "$as_me:12261: checking for struct addrinfo" >&5 12441echo "$as_me:12441: checking for struct addrinfo" >&5
12262echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6 12442echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
12263if test "${ac_cv_have_struct_addrinfo+set}" = set; then 12443if test "${ac_cv_have_struct_addrinfo+set}" = set; then
12264 echo $ECHO_N "(cached) $ECHO_C" >&6 12444 echo $ECHO_N "(cached) $ECHO_C" >&6
12265else 12445else
12266 12446
12267 cat >conftest.$ac_ext <<_ACEOF 12447 cat >conftest.$ac_ext <<_ACEOF
12268#line 12268 "configure" 12448#line 12448 "configure"
12269#include "confdefs.h" 12449#include "confdefs.h"
12270 12450
12271#include <sys/types.h> 12451#include <sys/types.h>
@@ -12281,16 +12461,16 @@ main ()
12281} 12461}
12282_ACEOF 12462_ACEOF
12283rm -f conftest.$ac_objext 12463rm -f conftest.$ac_objext
12284if { (eval echo "$as_me:12284: \"$ac_compile\"") >&5 12464if { (eval echo "$as_me:12464: \"$ac_compile\"") >&5
12285 (eval $ac_compile) 2>&5 12465 (eval $ac_compile) 2>&5
12286 ac_status=$? 12466 ac_status=$?
12287 echo "$as_me:12287: \$? = $ac_status" >&5 12467 echo "$as_me:12467: \$? = $ac_status" >&5
12288 (exit $ac_status); } && 12468 (exit $ac_status); } &&
12289 { ac_try='test -s conftest.$ac_objext' 12469 { ac_try='test -s conftest.$ac_objext'
12290 { (eval echo "$as_me:12290: \"$ac_try\"") >&5 12470 { (eval echo "$as_me:12470: \"$ac_try\"") >&5
12291 (eval $ac_try) 2>&5 12471 (eval $ac_try) 2>&5
12292 ac_status=$? 12472 ac_status=$?
12293 echo "$as_me:12293: \$? = $ac_status" >&5 12473 echo "$as_me:12473: \$? = $ac_status" >&5
12294 (exit $ac_status); }; }; then 12474 (exit $ac_status); }; }; then
12295 ac_cv_have_struct_addrinfo="yes" 12475 ac_cv_have_struct_addrinfo="yes"
12296else 12476else
@@ -12302,7 +12482,7 @@ fi
12302rm -f conftest.$ac_objext conftest.$ac_ext 12482rm -f conftest.$ac_objext conftest.$ac_ext
12303 12483
12304fi 12484fi
12305echo "$as_me:12305: result: $ac_cv_have_struct_addrinfo" >&5 12485echo "$as_me:12485: result: $ac_cv_have_struct_addrinfo" >&5
12306echo "${ECHO_T}$ac_cv_have_struct_addrinfo" >&6 12486echo "${ECHO_T}$ac_cv_have_struct_addrinfo" >&6
12307if test "x$ac_cv_have_struct_addrinfo" = "xyes" ; then 12487if test "x$ac_cv_have_struct_addrinfo" = "xyes" ; then
12308 cat >>confdefs.h <<\EOF 12488 cat >>confdefs.h <<\EOF
@@ -12311,14 +12491,14 @@ EOF
12311 12491
12312fi 12492fi
12313 12493
12314echo "$as_me:12314: checking for struct timeval" >&5 12494echo "$as_me:12494: checking for struct timeval" >&5
12315echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6 12495echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6
12316if test "${ac_cv_have_struct_timeval+set}" = set; then 12496if test "${ac_cv_have_struct_timeval+set}" = set; then
12317 echo $ECHO_N "(cached) $ECHO_C" >&6 12497 echo $ECHO_N "(cached) $ECHO_C" >&6
12318else 12498else
12319 12499
12320 cat >conftest.$ac_ext <<_ACEOF 12500 cat >conftest.$ac_ext <<_ACEOF
12321#line 12321 "configure" 12501#line 12501 "configure"
12322#include "confdefs.h" 12502#include "confdefs.h"
12323 #include <sys/time.h> 12503 #include <sys/time.h>
12324int 12504int
@@ -12330,16 +12510,16 @@ main ()
12330} 12510}
12331_ACEOF 12511_ACEOF
12332rm -f conftest.$ac_objext 12512rm -f conftest.$ac_objext
12333if { (eval echo "$as_me:12333: \"$ac_compile\"") >&5 12513if { (eval echo "$as_me:12513: \"$ac_compile\"") >&5
12334 (eval $ac_compile) 2>&5 12514 (eval $ac_compile) 2>&5
12335 ac_status=$? 12515 ac_status=$?
12336 echo "$as_me:12336: \$? = $ac_status" >&5 12516 echo "$as_me:12516: \$? = $ac_status" >&5
12337 (exit $ac_status); } && 12517 (exit $ac_status); } &&
12338 { ac_try='test -s conftest.$ac_objext' 12518 { ac_try='test -s conftest.$ac_objext'
12339 { (eval echo "$as_me:12339: \"$ac_try\"") >&5 12519 { (eval echo "$as_me:12519: \"$ac_try\"") >&5
12340 (eval $ac_try) 2>&5 12520 (eval $ac_try) 2>&5
12341 ac_status=$? 12521 ac_status=$?
12342 echo "$as_me:12342: \$? = $ac_status" >&5 12522 echo "$as_me:12522: \$? = $ac_status" >&5
12343 (exit $ac_status); }; }; then 12523 (exit $ac_status); }; }; then
12344 ac_cv_have_struct_timeval="yes" 12524 ac_cv_have_struct_timeval="yes"
12345else 12525else
@@ -12351,7 +12531,7 @@ fi
12351rm -f conftest.$ac_objext conftest.$ac_ext 12531rm -f conftest.$ac_objext conftest.$ac_ext
12352 12532
12353fi 12533fi
12354echo "$as_me:12354: result: $ac_cv_have_struct_timeval" >&5 12534echo "$as_me:12534: result: $ac_cv_have_struct_timeval" >&5
12355echo "${ECHO_T}$ac_cv_have_struct_timeval" >&6 12535echo "${ECHO_T}$ac_cv_have_struct_timeval" >&6
12356if test "x$ac_cv_have_struct_timeval" = "xyes" ; then 12536if test "x$ac_cv_have_struct_timeval" = "xyes" ; then
12357 cat >>confdefs.h <<\EOF 12537 cat >>confdefs.h <<\EOF
@@ -12361,13 +12541,13 @@ EOF
12361 have_struct_timeval=1 12541 have_struct_timeval=1
12362fi 12542fi
12363 12543
12364echo "$as_me:12364: checking for struct timespec" >&5 12544echo "$as_me:12544: checking for struct timespec" >&5
12365echo $ECHO_N "checking for struct timespec... $ECHO_C" >&6 12545echo $ECHO_N "checking for struct timespec... $ECHO_C" >&6
12366if test "${ac_cv_type_struct_timespec+set}" = set; then 12546if test "${ac_cv_type_struct_timespec+set}" = set; then
12367 echo $ECHO_N "(cached) $ECHO_C" >&6 12547 echo $ECHO_N "(cached) $ECHO_C" >&6
12368else 12548else
12369 cat >conftest.$ac_ext <<_ACEOF 12549 cat >conftest.$ac_ext <<_ACEOF
12370#line 12370 "configure" 12550#line 12550 "configure"
12371#include "confdefs.h" 12551#include "confdefs.h"
12372$ac_includes_default 12552$ac_includes_default
12373int 12553int
@@ -12382,16 +12562,16 @@ if (sizeof (struct timespec))
12382} 12562}
12383_ACEOF 12563_ACEOF
12384rm -f conftest.$ac_objext 12564rm -f conftest.$ac_objext
12385if { (eval echo "$as_me:12385: \"$ac_compile\"") >&5 12565if { (eval echo "$as_me:12565: \"$ac_compile\"") >&5
12386 (eval $ac_compile) 2>&5 12566 (eval $ac_compile) 2>&5
12387 ac_status=$? 12567 ac_status=$?
12388 echo "$as_me:12388: \$? = $ac_status" >&5 12568 echo "$as_me:12568: \$? = $ac_status" >&5
12389 (exit $ac_status); } && 12569 (exit $ac_status); } &&
12390 { ac_try='test -s conftest.$ac_objext' 12570 { ac_try='test -s conftest.$ac_objext'
12391 { (eval echo "$as_me:12391: \"$ac_try\"") >&5 12571 { (eval echo "$as_me:12571: \"$ac_try\"") >&5
12392 (eval $ac_try) 2>&5 12572 (eval $ac_try) 2>&5
12393 ac_status=$? 12573 ac_status=$?
12394 echo "$as_me:12394: \$? = $ac_status" >&5 12574 echo "$as_me:12574: \$? = $ac_status" >&5
12395 (exit $ac_status); }; }; then 12575 (exit $ac_status); }; }; then
12396 ac_cv_type_struct_timespec=yes 12576 ac_cv_type_struct_timespec=yes
12397else 12577else
@@ -12401,7 +12581,7 @@ ac_cv_type_struct_timespec=no
12401fi 12581fi
12402rm -f conftest.$ac_objext conftest.$ac_ext 12582rm -f conftest.$ac_objext conftest.$ac_ext
12403fi 12583fi
12404echo "$as_me:12404: result: $ac_cv_type_struct_timespec" >&5 12584echo "$as_me:12584: result: $ac_cv_type_struct_timespec" >&5
12405echo "${ECHO_T}$ac_cv_type_struct_timespec" >&6 12585echo "${ECHO_T}$ac_cv_type_struct_timespec" >&6
12406if test $ac_cv_type_struct_timespec = yes; then 12586if test $ac_cv_type_struct_timespec = yes; then
12407 12587
@@ -12421,12 +12601,12 @@ if test "x$ac_cv_have_int64_t" = "xno" -a \
12421 exit 1; 12601 exit 1;
12422else 12602else
12423 if test "$cross_compiling" = yes; then 12603 if test "$cross_compiling" = yes; then
12424 { { echo "$as_me:12424: error: cannot run test program while cross compiling" >&5 12604 { { echo "$as_me:12604: error: cannot run test program while cross compiling" >&5
12425echo "$as_me: error: cannot run test program while cross compiling" >&2;} 12605echo "$as_me: error: cannot run test program while cross compiling" >&2;}
12426 { (exit 1); exit 1; }; } 12606 { (exit 1); exit 1; }; }
12427else 12607else
12428 cat >conftest.$ac_ext <<_ACEOF 12608 cat >conftest.$ac_ext <<_ACEOF
12429#line 12429 "configure" 12609#line 12609 "configure"
12430#include "confdefs.h" 12610#include "confdefs.h"
12431 12611
12432#include <stdio.h> 12612#include <stdio.h>
@@ -12454,15 +12634,15 @@ main() { exit(0); }
12454 12634
12455_ACEOF 12635_ACEOF
12456rm -f conftest$ac_exeext 12636rm -f conftest$ac_exeext
12457if { (eval echo "$as_me:12457: \"$ac_link\"") >&5 12637if { (eval echo "$as_me:12637: \"$ac_link\"") >&5
12458 (eval $ac_link) 2>&5 12638 (eval $ac_link) 2>&5
12459 ac_status=$? 12639 ac_status=$?
12460 echo "$as_me:12460: \$? = $ac_status" >&5 12640 echo "$as_me:12640: \$? = $ac_status" >&5
12461 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12641 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12462 { (eval echo "$as_me:12462: \"$ac_try\"") >&5 12642 { (eval echo "$as_me:12642: \"$ac_try\"") >&5
12463 (eval $ac_try) 2>&5 12643 (eval $ac_try) 2>&5
12464 ac_status=$? 12644 ac_status=$?
12465 echo "$as_me:12465: \$? = $ac_status" >&5 12645 echo "$as_me:12645: \$? = $ac_status" >&5
12466 (exit $ac_status); }; }; then 12646 (exit $ac_status); }; }; then
12467 true 12647 true
12468else 12648else
@@ -12481,14 +12661,14 @@ fi
12481# look for field 'ut_host' in header 'utmp.h' 12661# look for field 'ut_host' in header 'utmp.h'
12482 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 12662 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
12483 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host 12663 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host
12484 echo "$as_me:12484: checking for ut_host field in utmp.h" >&5 12664 echo "$as_me:12664: checking for ut_host field in utmp.h" >&5
12485echo $ECHO_N "checking for ut_host field in utmp.h... $ECHO_C" >&6 12665echo $ECHO_N "checking for ut_host field in utmp.h... $ECHO_C" >&6
12486 if eval "test \"\${$ossh_varname+set}\" = set"; then 12666 if eval "test \"\${$ossh_varname+set}\" = set"; then
12487 echo $ECHO_N "(cached) $ECHO_C" >&6 12667 echo $ECHO_N "(cached) $ECHO_C" >&6
12488else 12668else
12489 12669
12490 cat >conftest.$ac_ext <<_ACEOF 12670 cat >conftest.$ac_ext <<_ACEOF
12491#line 12491 "configure" 12671#line 12671 "configure"
12492#include "confdefs.h" 12672#include "confdefs.h"
12493#include <utmp.h> 12673#include <utmp.h>
12494 12674
@@ -12505,7 +12685,7 @@ fi
12505 12685
12506 ossh_result=`eval 'echo $'"$ossh_varname"` 12686 ossh_result=`eval 'echo $'"$ossh_varname"`
12507 if test -n "`echo $ossh_varname`"; then 12687 if test -n "`echo $ossh_varname`"; then
12508 echo "$as_me:12508: result: $ossh_result" >&5 12688 echo "$as_me:12688: result: $ossh_result" >&5
12509echo "${ECHO_T}$ossh_result" >&6 12689echo "${ECHO_T}$ossh_result" >&6
12510 if test "x$ossh_result" = "xyes"; then 12690 if test "x$ossh_result" = "xyes"; then
12511 cat >>confdefs.h <<\EOF 12691 cat >>confdefs.h <<\EOF
@@ -12514,21 +12694,21 @@ EOF
12514 12694
12515 fi 12695 fi
12516 else 12696 else
12517 echo "$as_me:12517: result: no" >&5 12697 echo "$as_me:12697: result: no" >&5
12518echo "${ECHO_T}no" >&6 12698echo "${ECHO_T}no" >&6
12519 fi 12699 fi
12520 12700
12521# look for field 'ut_host' in header 'utmpx.h' 12701# look for field 'ut_host' in header 'utmpx.h'
12522 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 12702 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
12523 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host 12703 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host
12524 echo "$as_me:12524: checking for ut_host field in utmpx.h" >&5 12704 echo "$as_me:12704: checking for ut_host field in utmpx.h" >&5
12525echo $ECHO_N "checking for ut_host field in utmpx.h... $ECHO_C" >&6 12705echo $ECHO_N "checking for ut_host field in utmpx.h... $ECHO_C" >&6
12526 if eval "test \"\${$ossh_varname+set}\" = set"; then 12706 if eval "test \"\${$ossh_varname+set}\" = set"; then
12527 echo $ECHO_N "(cached) $ECHO_C" >&6 12707 echo $ECHO_N "(cached) $ECHO_C" >&6
12528else 12708else
12529 12709
12530 cat >conftest.$ac_ext <<_ACEOF 12710 cat >conftest.$ac_ext <<_ACEOF
12531#line 12531 "configure" 12711#line 12711 "configure"
12532#include "confdefs.h" 12712#include "confdefs.h"
12533#include <utmpx.h> 12713#include <utmpx.h>
12534 12714
@@ -12545,7 +12725,7 @@ fi
12545 12725
12546 ossh_result=`eval 'echo $'"$ossh_varname"` 12726 ossh_result=`eval 'echo $'"$ossh_varname"`
12547 if test -n "`echo $ossh_varname`"; then 12727 if test -n "`echo $ossh_varname`"; then
12548 echo "$as_me:12548: result: $ossh_result" >&5 12728 echo "$as_me:12728: result: $ossh_result" >&5
12549echo "${ECHO_T}$ossh_result" >&6 12729echo "${ECHO_T}$ossh_result" >&6
12550 if test "x$ossh_result" = "xyes"; then 12730 if test "x$ossh_result" = "xyes"; then
12551 cat >>confdefs.h <<\EOF 12731 cat >>confdefs.h <<\EOF
@@ -12554,21 +12734,21 @@ EOF
12554 12734
12555 fi 12735 fi
12556 else 12736 else
12557 echo "$as_me:12557: result: no" >&5 12737 echo "$as_me:12737: result: no" >&5
12558echo "${ECHO_T}no" >&6 12738echo "${ECHO_T}no" >&6
12559 fi 12739 fi
12560 12740
12561# look for field 'syslen' in header 'utmpx.h' 12741# look for field 'syslen' in header 'utmpx.h'
12562 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 12742 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
12563 ossh_varname="ossh_cv_$ossh_safe""_has_"syslen 12743 ossh_varname="ossh_cv_$ossh_safe""_has_"syslen
12564 echo "$as_me:12564: checking for syslen field in utmpx.h" >&5 12744 echo "$as_me:12744: checking for syslen field in utmpx.h" >&5
12565echo $ECHO_N "checking for syslen field in utmpx.h... $ECHO_C" >&6 12745echo $ECHO_N "checking for syslen field in utmpx.h... $ECHO_C" >&6
12566 if eval "test \"\${$ossh_varname+set}\" = set"; then 12746 if eval "test \"\${$ossh_varname+set}\" = set"; then
12567 echo $ECHO_N "(cached) $ECHO_C" >&6 12747 echo $ECHO_N "(cached) $ECHO_C" >&6
12568else 12748else
12569 12749
12570 cat >conftest.$ac_ext <<_ACEOF 12750 cat >conftest.$ac_ext <<_ACEOF
12571#line 12571 "configure" 12751#line 12751 "configure"
12572#include "confdefs.h" 12752#include "confdefs.h"
12573#include <utmpx.h> 12753#include <utmpx.h>
12574 12754
@@ -12585,7 +12765,7 @@ fi
12585 12765
12586 ossh_result=`eval 'echo $'"$ossh_varname"` 12766 ossh_result=`eval 'echo $'"$ossh_varname"`
12587 if test -n "`echo $ossh_varname`"; then 12767 if test -n "`echo $ossh_varname`"; then
12588 echo "$as_me:12588: result: $ossh_result" >&5 12768 echo "$as_me:12768: result: $ossh_result" >&5
12589echo "${ECHO_T}$ossh_result" >&6 12769echo "${ECHO_T}$ossh_result" >&6
12590 if test "x$ossh_result" = "xyes"; then 12770 if test "x$ossh_result" = "xyes"; then
12591 cat >>confdefs.h <<\EOF 12771 cat >>confdefs.h <<\EOF
@@ -12594,21 +12774,21 @@ EOF
12594 12774
12595 fi 12775 fi
12596 else 12776 else
12597 echo "$as_me:12597: result: no" >&5 12777 echo "$as_me:12777: result: no" >&5
12598echo "${ECHO_T}no" >&6 12778echo "${ECHO_T}no" >&6
12599 fi 12779 fi
12600 12780
12601# look for field 'ut_pid' in header 'utmp.h' 12781# look for field 'ut_pid' in header 'utmp.h'
12602 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 12782 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
12603 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_pid 12783 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_pid
12604 echo "$as_me:12604: checking for ut_pid field in utmp.h" >&5 12784 echo "$as_me:12784: checking for ut_pid field in utmp.h" >&5
12605echo $ECHO_N "checking for ut_pid field in utmp.h... $ECHO_C" >&6 12785echo $ECHO_N "checking for ut_pid field in utmp.h... $ECHO_C" >&6
12606 if eval "test \"\${$ossh_varname+set}\" = set"; then 12786 if eval "test \"\${$ossh_varname+set}\" = set"; then
12607 echo $ECHO_N "(cached) $ECHO_C" >&6 12787 echo $ECHO_N "(cached) $ECHO_C" >&6
12608else 12788else
12609 12789
12610 cat >conftest.$ac_ext <<_ACEOF 12790 cat >conftest.$ac_ext <<_ACEOF
12611#line 12611 "configure" 12791#line 12791 "configure"
12612#include "confdefs.h" 12792#include "confdefs.h"
12613#include <utmp.h> 12793#include <utmp.h>
12614 12794
@@ -12625,7 +12805,7 @@ fi
12625 12805
12626 ossh_result=`eval 'echo $'"$ossh_varname"` 12806 ossh_result=`eval 'echo $'"$ossh_varname"`
12627 if test -n "`echo $ossh_varname`"; then 12807 if test -n "`echo $ossh_varname`"; then
12628 echo "$as_me:12628: result: $ossh_result" >&5 12808 echo "$as_me:12808: result: $ossh_result" >&5
12629echo "${ECHO_T}$ossh_result" >&6 12809echo "${ECHO_T}$ossh_result" >&6
12630 if test "x$ossh_result" = "xyes"; then 12810 if test "x$ossh_result" = "xyes"; then
12631 cat >>confdefs.h <<\EOF 12811 cat >>confdefs.h <<\EOF
@@ -12634,21 +12814,21 @@ EOF
12634 12814
12635 fi 12815 fi
12636 else 12816 else
12637 echo "$as_me:12637: result: no" >&5 12817 echo "$as_me:12817: result: no" >&5
12638echo "${ECHO_T}no" >&6 12818echo "${ECHO_T}no" >&6
12639 fi 12819 fi
12640 12820
12641# look for field 'ut_type' in header 'utmp.h' 12821# look for field 'ut_type' in header 'utmp.h'
12642 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 12822 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
12643 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type 12823 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type
12644 echo "$as_me:12644: checking for ut_type field in utmp.h" >&5 12824 echo "$as_me:12824: checking for ut_type field in utmp.h" >&5
12645echo $ECHO_N "checking for ut_type field in utmp.h... $ECHO_C" >&6 12825echo $ECHO_N "checking for ut_type field in utmp.h... $ECHO_C" >&6
12646 if eval "test \"\${$ossh_varname+set}\" = set"; then 12826 if eval "test \"\${$ossh_varname+set}\" = set"; then
12647 echo $ECHO_N "(cached) $ECHO_C" >&6 12827 echo $ECHO_N "(cached) $ECHO_C" >&6
12648else 12828else
12649 12829
12650 cat >conftest.$ac_ext <<_ACEOF 12830 cat >conftest.$ac_ext <<_ACEOF
12651#line 12651 "configure" 12831#line 12831 "configure"
12652#include "confdefs.h" 12832#include "confdefs.h"
12653#include <utmp.h> 12833#include <utmp.h>
12654 12834
@@ -12665,7 +12845,7 @@ fi
12665 12845
12666 ossh_result=`eval 'echo $'"$ossh_varname"` 12846 ossh_result=`eval 'echo $'"$ossh_varname"`
12667 if test -n "`echo $ossh_varname`"; then 12847 if test -n "`echo $ossh_varname`"; then
12668 echo "$as_me:12668: result: $ossh_result" >&5 12848 echo "$as_me:12848: result: $ossh_result" >&5
12669echo "${ECHO_T}$ossh_result" >&6 12849echo "${ECHO_T}$ossh_result" >&6
12670 if test "x$ossh_result" = "xyes"; then 12850 if test "x$ossh_result" = "xyes"; then
12671 cat >>confdefs.h <<\EOF 12851 cat >>confdefs.h <<\EOF
@@ -12674,21 +12854,21 @@ EOF
12674 12854
12675 fi 12855 fi
12676 else 12856 else
12677 echo "$as_me:12677: result: no" >&5 12857 echo "$as_me:12857: result: no" >&5
12678echo "${ECHO_T}no" >&6 12858echo "${ECHO_T}no" >&6
12679 fi 12859 fi
12680 12860
12681# look for field 'ut_type' in header 'utmpx.h' 12861# look for field 'ut_type' in header 'utmpx.h'
12682 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 12862 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
12683 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type 12863 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type
12684 echo "$as_me:12684: checking for ut_type field in utmpx.h" >&5 12864 echo "$as_me:12864: checking for ut_type field in utmpx.h" >&5
12685echo $ECHO_N "checking for ut_type field in utmpx.h... $ECHO_C" >&6 12865echo $ECHO_N "checking for ut_type field in utmpx.h... $ECHO_C" >&6
12686 if eval "test \"\${$ossh_varname+set}\" = set"; then 12866 if eval "test \"\${$ossh_varname+set}\" = set"; then
12687 echo $ECHO_N "(cached) $ECHO_C" >&6 12867 echo $ECHO_N "(cached) $ECHO_C" >&6
12688else 12868else
12689 12869
12690 cat >conftest.$ac_ext <<_ACEOF 12870 cat >conftest.$ac_ext <<_ACEOF
12691#line 12691 "configure" 12871#line 12871 "configure"
12692#include "confdefs.h" 12872#include "confdefs.h"
12693#include <utmpx.h> 12873#include <utmpx.h>
12694 12874
@@ -12705,7 +12885,7 @@ fi
12705 12885
12706 ossh_result=`eval 'echo $'"$ossh_varname"` 12886 ossh_result=`eval 'echo $'"$ossh_varname"`
12707 if test -n "`echo $ossh_varname`"; then 12887 if test -n "`echo $ossh_varname`"; then
12708 echo "$as_me:12708: result: $ossh_result" >&5 12888 echo "$as_me:12888: result: $ossh_result" >&5
12709echo "${ECHO_T}$ossh_result" >&6 12889echo "${ECHO_T}$ossh_result" >&6
12710 if test "x$ossh_result" = "xyes"; then 12890 if test "x$ossh_result" = "xyes"; then
12711 cat >>confdefs.h <<\EOF 12891 cat >>confdefs.h <<\EOF
@@ -12714,21 +12894,21 @@ EOF
12714 12894
12715 fi 12895 fi
12716 else 12896 else
12717 echo "$as_me:12717: result: no" >&5 12897 echo "$as_me:12897: result: no" >&5
12718echo "${ECHO_T}no" >&6 12898echo "${ECHO_T}no" >&6
12719 fi 12899 fi
12720 12900
12721# look for field 'ut_tv' in header 'utmp.h' 12901# look for field 'ut_tv' in header 'utmp.h'
12722 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 12902 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
12723 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv 12903 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv
12724 echo "$as_me:12724: checking for ut_tv field in utmp.h" >&5 12904 echo "$as_me:12904: checking for ut_tv field in utmp.h" >&5
12725echo $ECHO_N "checking for ut_tv field in utmp.h... $ECHO_C" >&6 12905echo $ECHO_N "checking for ut_tv field in utmp.h... $ECHO_C" >&6
12726 if eval "test \"\${$ossh_varname+set}\" = set"; then 12906 if eval "test \"\${$ossh_varname+set}\" = set"; then
12727 echo $ECHO_N "(cached) $ECHO_C" >&6 12907 echo $ECHO_N "(cached) $ECHO_C" >&6
12728else 12908else
12729 12909
12730 cat >conftest.$ac_ext <<_ACEOF 12910 cat >conftest.$ac_ext <<_ACEOF
12731#line 12731 "configure" 12911#line 12911 "configure"
12732#include "confdefs.h" 12912#include "confdefs.h"
12733#include <utmp.h> 12913#include <utmp.h>
12734 12914
@@ -12745,7 +12925,7 @@ fi
12745 12925
12746 ossh_result=`eval 'echo $'"$ossh_varname"` 12926 ossh_result=`eval 'echo $'"$ossh_varname"`
12747 if test -n "`echo $ossh_varname`"; then 12927 if test -n "`echo $ossh_varname`"; then
12748 echo "$as_me:12748: result: $ossh_result" >&5 12928 echo "$as_me:12928: result: $ossh_result" >&5
12749echo "${ECHO_T}$ossh_result" >&6 12929echo "${ECHO_T}$ossh_result" >&6
12750 if test "x$ossh_result" = "xyes"; then 12930 if test "x$ossh_result" = "xyes"; then
12751 cat >>confdefs.h <<\EOF 12931 cat >>confdefs.h <<\EOF
@@ -12754,21 +12934,21 @@ EOF
12754 12934
12755 fi 12935 fi
12756 else 12936 else
12757 echo "$as_me:12757: result: no" >&5 12937 echo "$as_me:12937: result: no" >&5
12758echo "${ECHO_T}no" >&6 12938echo "${ECHO_T}no" >&6
12759 fi 12939 fi
12760 12940
12761# look for field 'ut_id' in header 'utmp.h' 12941# look for field 'ut_id' in header 'utmp.h'
12762 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 12942 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
12763 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id 12943 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id
12764 echo "$as_me:12764: checking for ut_id field in utmp.h" >&5 12944 echo "$as_me:12944: checking for ut_id field in utmp.h" >&5
12765echo $ECHO_N "checking for ut_id field in utmp.h... $ECHO_C" >&6 12945echo $ECHO_N "checking for ut_id field in utmp.h... $ECHO_C" >&6
12766 if eval "test \"\${$ossh_varname+set}\" = set"; then 12946 if eval "test \"\${$ossh_varname+set}\" = set"; then
12767 echo $ECHO_N "(cached) $ECHO_C" >&6 12947 echo $ECHO_N "(cached) $ECHO_C" >&6
12768else 12948else
12769 12949
12770 cat >conftest.$ac_ext <<_ACEOF 12950 cat >conftest.$ac_ext <<_ACEOF
12771#line 12771 "configure" 12951#line 12951 "configure"
12772#include "confdefs.h" 12952#include "confdefs.h"
12773#include <utmp.h> 12953#include <utmp.h>
12774 12954
@@ -12785,7 +12965,7 @@ fi
12785 12965
12786 ossh_result=`eval 'echo $'"$ossh_varname"` 12966 ossh_result=`eval 'echo $'"$ossh_varname"`
12787 if test -n "`echo $ossh_varname`"; then 12967 if test -n "`echo $ossh_varname`"; then
12788 echo "$as_me:12788: result: $ossh_result" >&5 12968 echo "$as_me:12968: result: $ossh_result" >&5
12789echo "${ECHO_T}$ossh_result" >&6 12969echo "${ECHO_T}$ossh_result" >&6
12790 if test "x$ossh_result" = "xyes"; then 12970 if test "x$ossh_result" = "xyes"; then
12791 cat >>confdefs.h <<\EOF 12971 cat >>confdefs.h <<\EOF
@@ -12794,21 +12974,21 @@ EOF
12794 12974
12795 fi 12975 fi
12796 else 12976 else
12797 echo "$as_me:12797: result: no" >&5 12977 echo "$as_me:12977: result: no" >&5
12798echo "${ECHO_T}no" >&6 12978echo "${ECHO_T}no" >&6
12799 fi 12979 fi
12800 12980
12801# look for field 'ut_id' in header 'utmpx.h' 12981# look for field 'ut_id' in header 'utmpx.h'
12802 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 12982 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
12803 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id 12983 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id
12804 echo "$as_me:12804: checking for ut_id field in utmpx.h" >&5 12984 echo "$as_me:12984: checking for ut_id field in utmpx.h" >&5
12805echo $ECHO_N "checking for ut_id field in utmpx.h... $ECHO_C" >&6 12985echo $ECHO_N "checking for ut_id field in utmpx.h... $ECHO_C" >&6
12806 if eval "test \"\${$ossh_varname+set}\" = set"; then 12986 if eval "test \"\${$ossh_varname+set}\" = set"; then
12807 echo $ECHO_N "(cached) $ECHO_C" >&6 12987 echo $ECHO_N "(cached) $ECHO_C" >&6
12808else 12988else
12809 12989
12810 cat >conftest.$ac_ext <<_ACEOF 12990 cat >conftest.$ac_ext <<_ACEOF
12811#line 12811 "configure" 12991#line 12991 "configure"
12812#include "confdefs.h" 12992#include "confdefs.h"
12813#include <utmpx.h> 12993#include <utmpx.h>
12814 12994
@@ -12825,7 +13005,7 @@ fi
12825 13005
12826 ossh_result=`eval 'echo $'"$ossh_varname"` 13006 ossh_result=`eval 'echo $'"$ossh_varname"`
12827 if test -n "`echo $ossh_varname`"; then 13007 if test -n "`echo $ossh_varname`"; then
12828 echo "$as_me:12828: result: $ossh_result" >&5 13008 echo "$as_me:13008: result: $ossh_result" >&5
12829echo "${ECHO_T}$ossh_result" >&6 13009echo "${ECHO_T}$ossh_result" >&6
12830 if test "x$ossh_result" = "xyes"; then 13010 if test "x$ossh_result" = "xyes"; then
12831 cat >>confdefs.h <<\EOF 13011 cat >>confdefs.h <<\EOF
@@ -12834,21 +13014,21 @@ EOF
12834 13014
12835 fi 13015 fi
12836 else 13016 else
12837 echo "$as_me:12837: result: no" >&5 13017 echo "$as_me:13017: result: no" >&5
12838echo "${ECHO_T}no" >&6 13018echo "${ECHO_T}no" >&6
12839 fi 13019 fi
12840 13020
12841# look for field 'ut_addr' in header 'utmp.h' 13021# look for field 'ut_addr' in header 'utmp.h'
12842 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 13022 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
12843 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr 13023 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr
12844 echo "$as_me:12844: checking for ut_addr field in utmp.h" >&5 13024 echo "$as_me:13024: checking for ut_addr field in utmp.h" >&5
12845echo $ECHO_N "checking for ut_addr field in utmp.h... $ECHO_C" >&6 13025echo $ECHO_N "checking for ut_addr field in utmp.h... $ECHO_C" >&6
12846 if eval "test \"\${$ossh_varname+set}\" = set"; then 13026 if eval "test \"\${$ossh_varname+set}\" = set"; then
12847 echo $ECHO_N "(cached) $ECHO_C" >&6 13027 echo $ECHO_N "(cached) $ECHO_C" >&6
12848else 13028else
12849 13029
12850 cat >conftest.$ac_ext <<_ACEOF 13030 cat >conftest.$ac_ext <<_ACEOF
12851#line 12851 "configure" 13031#line 13031 "configure"
12852#include "confdefs.h" 13032#include "confdefs.h"
12853#include <utmp.h> 13033#include <utmp.h>
12854 13034
@@ -12865,7 +13045,7 @@ fi
12865 13045
12866 ossh_result=`eval 'echo $'"$ossh_varname"` 13046 ossh_result=`eval 'echo $'"$ossh_varname"`
12867 if test -n "`echo $ossh_varname`"; then 13047 if test -n "`echo $ossh_varname`"; then
12868 echo "$as_me:12868: result: $ossh_result" >&5 13048 echo "$as_me:13048: result: $ossh_result" >&5
12869echo "${ECHO_T}$ossh_result" >&6 13049echo "${ECHO_T}$ossh_result" >&6
12870 if test "x$ossh_result" = "xyes"; then 13050 if test "x$ossh_result" = "xyes"; then
12871 cat >>confdefs.h <<\EOF 13051 cat >>confdefs.h <<\EOF
@@ -12874,21 +13054,21 @@ EOF
12874 13054
12875 fi 13055 fi
12876 else 13056 else
12877 echo "$as_me:12877: result: no" >&5 13057 echo "$as_me:13057: result: no" >&5
12878echo "${ECHO_T}no" >&6 13058echo "${ECHO_T}no" >&6
12879 fi 13059 fi
12880 13060
12881# look for field 'ut_addr' in header 'utmpx.h' 13061# look for field 'ut_addr' in header 'utmpx.h'
12882 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 13062 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
12883 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr 13063 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr
12884 echo "$as_me:12884: checking for ut_addr field in utmpx.h" >&5 13064 echo "$as_me:13064: checking for ut_addr field in utmpx.h" >&5
12885echo $ECHO_N "checking for ut_addr field in utmpx.h... $ECHO_C" >&6 13065echo $ECHO_N "checking for ut_addr field in utmpx.h... $ECHO_C" >&6
12886 if eval "test \"\${$ossh_varname+set}\" = set"; then 13066 if eval "test \"\${$ossh_varname+set}\" = set"; then
12887 echo $ECHO_N "(cached) $ECHO_C" >&6 13067 echo $ECHO_N "(cached) $ECHO_C" >&6
12888else 13068else
12889 13069
12890 cat >conftest.$ac_ext <<_ACEOF 13070 cat >conftest.$ac_ext <<_ACEOF
12891#line 12891 "configure" 13071#line 13071 "configure"
12892#include "confdefs.h" 13072#include "confdefs.h"
12893#include <utmpx.h> 13073#include <utmpx.h>
12894 13074
@@ -12905,7 +13085,7 @@ fi
12905 13085
12906 ossh_result=`eval 'echo $'"$ossh_varname"` 13086 ossh_result=`eval 'echo $'"$ossh_varname"`
12907 if test -n "`echo $ossh_varname`"; then 13087 if test -n "`echo $ossh_varname`"; then
12908 echo "$as_me:12908: result: $ossh_result" >&5 13088 echo "$as_me:13088: result: $ossh_result" >&5
12909echo "${ECHO_T}$ossh_result" >&6 13089echo "${ECHO_T}$ossh_result" >&6
12910 if test "x$ossh_result" = "xyes"; then 13090 if test "x$ossh_result" = "xyes"; then
12911 cat >>confdefs.h <<\EOF 13091 cat >>confdefs.h <<\EOF
@@ -12914,21 +13094,21 @@ EOF
12914 13094
12915 fi 13095 fi
12916 else 13096 else
12917 echo "$as_me:12917: result: no" >&5 13097 echo "$as_me:13097: result: no" >&5
12918echo "${ECHO_T}no" >&6 13098echo "${ECHO_T}no" >&6
12919 fi 13099 fi
12920 13100
12921# look for field 'ut_addr_v6' in header 'utmp.h' 13101# look for field 'ut_addr_v6' in header 'utmp.h'
12922 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 13102 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
12923 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6 13103 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6
12924 echo "$as_me:12924: checking for ut_addr_v6 field in utmp.h" >&5 13104 echo "$as_me:13104: checking for ut_addr_v6 field in utmp.h" >&5
12925echo $ECHO_N "checking for ut_addr_v6 field in utmp.h... $ECHO_C" >&6 13105echo $ECHO_N "checking for ut_addr_v6 field in utmp.h... $ECHO_C" >&6
12926 if eval "test \"\${$ossh_varname+set}\" = set"; then 13106 if eval "test \"\${$ossh_varname+set}\" = set"; then
12927 echo $ECHO_N "(cached) $ECHO_C" >&6 13107 echo $ECHO_N "(cached) $ECHO_C" >&6
12928else 13108else
12929 13109
12930 cat >conftest.$ac_ext <<_ACEOF 13110 cat >conftest.$ac_ext <<_ACEOF
12931#line 12931 "configure" 13111#line 13111 "configure"
12932#include "confdefs.h" 13112#include "confdefs.h"
12933#include <utmp.h> 13113#include <utmp.h>
12934 13114
@@ -12945,7 +13125,7 @@ fi
12945 13125
12946 ossh_result=`eval 'echo $'"$ossh_varname"` 13126 ossh_result=`eval 'echo $'"$ossh_varname"`
12947 if test -n "`echo $ossh_varname`"; then 13127 if test -n "`echo $ossh_varname`"; then
12948 echo "$as_me:12948: result: $ossh_result" >&5 13128 echo "$as_me:13128: result: $ossh_result" >&5
12949echo "${ECHO_T}$ossh_result" >&6 13129echo "${ECHO_T}$ossh_result" >&6
12950 if test "x$ossh_result" = "xyes"; then 13130 if test "x$ossh_result" = "xyes"; then
12951 cat >>confdefs.h <<\EOF 13131 cat >>confdefs.h <<\EOF
@@ -12954,21 +13134,21 @@ EOF
12954 13134
12955 fi 13135 fi
12956 else 13136 else
12957 echo "$as_me:12957: result: no" >&5 13137 echo "$as_me:13137: result: no" >&5
12958echo "${ECHO_T}no" >&6 13138echo "${ECHO_T}no" >&6
12959 fi 13139 fi
12960 13140
12961# look for field 'ut_addr_v6' in header 'utmpx.h' 13141# look for field 'ut_addr_v6' in header 'utmpx.h'
12962 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 13142 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
12963 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6 13143 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6
12964 echo "$as_me:12964: checking for ut_addr_v6 field in utmpx.h" >&5 13144 echo "$as_me:13144: checking for ut_addr_v6 field in utmpx.h" >&5
12965echo $ECHO_N "checking for ut_addr_v6 field in utmpx.h... $ECHO_C" >&6 13145echo $ECHO_N "checking for ut_addr_v6 field in utmpx.h... $ECHO_C" >&6
12966 if eval "test \"\${$ossh_varname+set}\" = set"; then 13146 if eval "test \"\${$ossh_varname+set}\" = set"; then
12967 echo $ECHO_N "(cached) $ECHO_C" >&6 13147 echo $ECHO_N "(cached) $ECHO_C" >&6
12968else 13148else
12969 13149
12970 cat >conftest.$ac_ext <<_ACEOF 13150 cat >conftest.$ac_ext <<_ACEOF
12971#line 12971 "configure" 13151#line 13151 "configure"
12972#include "confdefs.h" 13152#include "confdefs.h"
12973#include <utmpx.h> 13153#include <utmpx.h>
12974 13154
@@ -12985,7 +13165,7 @@ fi
12985 13165
12986 ossh_result=`eval 'echo $'"$ossh_varname"` 13166 ossh_result=`eval 'echo $'"$ossh_varname"`
12987 if test -n "`echo $ossh_varname`"; then 13167 if test -n "`echo $ossh_varname`"; then
12988 echo "$as_me:12988: result: $ossh_result" >&5 13168 echo "$as_me:13168: result: $ossh_result" >&5
12989echo "${ECHO_T}$ossh_result" >&6 13169echo "${ECHO_T}$ossh_result" >&6
12990 if test "x$ossh_result" = "xyes"; then 13170 if test "x$ossh_result" = "xyes"; then
12991 cat >>confdefs.h <<\EOF 13171 cat >>confdefs.h <<\EOF
@@ -12994,21 +13174,21 @@ EOF
12994 13174
12995 fi 13175 fi
12996 else 13176 else
12997 echo "$as_me:12997: result: no" >&5 13177 echo "$as_me:13177: result: no" >&5
12998echo "${ECHO_T}no" >&6 13178echo "${ECHO_T}no" >&6
12999 fi 13179 fi
13000 13180
13001# look for field 'ut_exit' in header 'utmp.h' 13181# look for field 'ut_exit' in header 'utmp.h'
13002 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 13182 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
13003 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_exit 13183 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_exit
13004 echo "$as_me:13004: checking for ut_exit field in utmp.h" >&5 13184 echo "$as_me:13184: checking for ut_exit field in utmp.h" >&5
13005echo $ECHO_N "checking for ut_exit field in utmp.h... $ECHO_C" >&6 13185echo $ECHO_N "checking for ut_exit field in utmp.h... $ECHO_C" >&6
13006 if eval "test \"\${$ossh_varname+set}\" = set"; then 13186 if eval "test \"\${$ossh_varname+set}\" = set"; then
13007 echo $ECHO_N "(cached) $ECHO_C" >&6 13187 echo $ECHO_N "(cached) $ECHO_C" >&6
13008else 13188else
13009 13189
13010 cat >conftest.$ac_ext <<_ACEOF 13190 cat >conftest.$ac_ext <<_ACEOF
13011#line 13011 "configure" 13191#line 13191 "configure"
13012#include "confdefs.h" 13192#include "confdefs.h"
13013#include <utmp.h> 13193#include <utmp.h>
13014 13194
@@ -13025,7 +13205,7 @@ fi
13025 13205
13026 ossh_result=`eval 'echo $'"$ossh_varname"` 13206 ossh_result=`eval 'echo $'"$ossh_varname"`
13027 if test -n "`echo $ossh_varname`"; then 13207 if test -n "`echo $ossh_varname`"; then
13028 echo "$as_me:13028: result: $ossh_result" >&5 13208 echo "$as_me:13208: result: $ossh_result" >&5
13029echo "${ECHO_T}$ossh_result" >&6 13209echo "${ECHO_T}$ossh_result" >&6
13030 if test "x$ossh_result" = "xyes"; then 13210 if test "x$ossh_result" = "xyes"; then
13031 cat >>confdefs.h <<\EOF 13211 cat >>confdefs.h <<\EOF
@@ -13034,21 +13214,21 @@ EOF
13034 13214
13035 fi 13215 fi
13036 else 13216 else
13037 echo "$as_me:13037: result: no" >&5 13217 echo "$as_me:13217: result: no" >&5
13038echo "${ECHO_T}no" >&6 13218echo "${ECHO_T}no" >&6
13039 fi 13219 fi
13040 13220
13041# look for field 'ut_time' in header 'utmp.h' 13221# look for field 'ut_time' in header 'utmp.h'
13042 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 13222 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
13043 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time 13223 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time
13044 echo "$as_me:13044: checking for ut_time field in utmp.h" >&5 13224 echo "$as_me:13224: checking for ut_time field in utmp.h" >&5
13045echo $ECHO_N "checking for ut_time field in utmp.h... $ECHO_C" >&6 13225echo $ECHO_N "checking for ut_time field in utmp.h... $ECHO_C" >&6
13046 if eval "test \"\${$ossh_varname+set}\" = set"; then 13226 if eval "test \"\${$ossh_varname+set}\" = set"; then
13047 echo $ECHO_N "(cached) $ECHO_C" >&6 13227 echo $ECHO_N "(cached) $ECHO_C" >&6
13048else 13228else
13049 13229
13050 cat >conftest.$ac_ext <<_ACEOF 13230 cat >conftest.$ac_ext <<_ACEOF
13051#line 13051 "configure" 13231#line 13231 "configure"
13052#include "confdefs.h" 13232#include "confdefs.h"
13053#include <utmp.h> 13233#include <utmp.h>
13054 13234
@@ -13065,7 +13245,7 @@ fi
13065 13245
13066 ossh_result=`eval 'echo $'"$ossh_varname"` 13246 ossh_result=`eval 'echo $'"$ossh_varname"`
13067 if test -n "`echo $ossh_varname`"; then 13247 if test -n "`echo $ossh_varname`"; then
13068 echo "$as_me:13068: result: $ossh_result" >&5 13248 echo "$as_me:13248: result: $ossh_result" >&5
13069echo "${ECHO_T}$ossh_result" >&6 13249echo "${ECHO_T}$ossh_result" >&6
13070 if test "x$ossh_result" = "xyes"; then 13250 if test "x$ossh_result" = "xyes"; then
13071 cat >>confdefs.h <<\EOF 13251 cat >>confdefs.h <<\EOF
@@ -13074,21 +13254,21 @@ EOF
13074 13254
13075 fi 13255 fi
13076 else 13256 else
13077 echo "$as_me:13077: result: no" >&5 13257 echo "$as_me:13257: result: no" >&5
13078echo "${ECHO_T}no" >&6 13258echo "${ECHO_T}no" >&6
13079 fi 13259 fi
13080 13260
13081# look for field 'ut_time' in header 'utmpx.h' 13261# look for field 'ut_time' in header 'utmpx.h'
13082 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 13262 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
13083 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time 13263 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time
13084 echo "$as_me:13084: checking for ut_time field in utmpx.h" >&5 13264 echo "$as_me:13264: checking for ut_time field in utmpx.h" >&5
13085echo $ECHO_N "checking for ut_time field in utmpx.h... $ECHO_C" >&6 13265echo $ECHO_N "checking for ut_time field in utmpx.h... $ECHO_C" >&6
13086 if eval "test \"\${$ossh_varname+set}\" = set"; then 13266 if eval "test \"\${$ossh_varname+set}\" = set"; then
13087 echo $ECHO_N "(cached) $ECHO_C" >&6 13267 echo $ECHO_N "(cached) $ECHO_C" >&6
13088else 13268else
13089 13269
13090 cat >conftest.$ac_ext <<_ACEOF 13270 cat >conftest.$ac_ext <<_ACEOF
13091#line 13091 "configure" 13271#line 13271 "configure"
13092#include "confdefs.h" 13272#include "confdefs.h"
13093#include <utmpx.h> 13273#include <utmpx.h>
13094 13274
@@ -13105,7 +13285,7 @@ fi
13105 13285
13106 ossh_result=`eval 'echo $'"$ossh_varname"` 13286 ossh_result=`eval 'echo $'"$ossh_varname"`
13107 if test -n "`echo $ossh_varname`"; then 13287 if test -n "`echo $ossh_varname`"; then
13108 echo "$as_me:13108: result: $ossh_result" >&5 13288 echo "$as_me:13288: result: $ossh_result" >&5
13109echo "${ECHO_T}$ossh_result" >&6 13289echo "${ECHO_T}$ossh_result" >&6
13110 if test "x$ossh_result" = "xyes"; then 13290 if test "x$ossh_result" = "xyes"; then
13111 cat >>confdefs.h <<\EOF 13291 cat >>confdefs.h <<\EOF
@@ -13114,21 +13294,21 @@ EOF
13114 13294
13115 fi 13295 fi
13116 else 13296 else
13117 echo "$as_me:13117: result: no" >&5 13297 echo "$as_me:13297: result: no" >&5
13118echo "${ECHO_T}no" >&6 13298echo "${ECHO_T}no" >&6
13119 fi 13299 fi
13120 13300
13121# look for field 'ut_tv' in header 'utmpx.h' 13301# look for field 'ut_tv' in header 'utmpx.h'
13122 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 13302 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
13123 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv 13303 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv
13124 echo "$as_me:13124: checking for ut_tv field in utmpx.h" >&5 13304 echo "$as_me:13304: checking for ut_tv field in utmpx.h" >&5
13125echo $ECHO_N "checking for ut_tv field in utmpx.h... $ECHO_C" >&6 13305echo $ECHO_N "checking for ut_tv field in utmpx.h... $ECHO_C" >&6
13126 if eval "test \"\${$ossh_varname+set}\" = set"; then 13306 if eval "test \"\${$ossh_varname+set}\" = set"; then
13127 echo $ECHO_N "(cached) $ECHO_C" >&6 13307 echo $ECHO_N "(cached) $ECHO_C" >&6
13128else 13308else
13129 13309
13130 cat >conftest.$ac_ext <<_ACEOF 13310 cat >conftest.$ac_ext <<_ACEOF
13131#line 13131 "configure" 13311#line 13311 "configure"
13132#include "confdefs.h" 13312#include "confdefs.h"
13133#include <utmpx.h> 13313#include <utmpx.h>
13134 13314
@@ -13145,7 +13325,7 @@ fi
13145 13325
13146 ossh_result=`eval 'echo $'"$ossh_varname"` 13326 ossh_result=`eval 'echo $'"$ossh_varname"`
13147 if test -n "`echo $ossh_varname`"; then 13327 if test -n "`echo $ossh_varname`"; then
13148 echo "$as_me:13148: result: $ossh_result" >&5 13328 echo "$as_me:13328: result: $ossh_result" >&5
13149echo "${ECHO_T}$ossh_result" >&6 13329echo "${ECHO_T}$ossh_result" >&6
13150 if test "x$ossh_result" = "xyes"; then 13330 if test "x$ossh_result" = "xyes"; then
13151 cat >>confdefs.h <<\EOF 13331 cat >>confdefs.h <<\EOF
@@ -13154,17 +13334,17 @@ EOF
13154 13334
13155 fi 13335 fi
13156 else 13336 else
13157 echo "$as_me:13157: result: no" >&5 13337 echo "$as_me:13337: result: no" >&5
13158echo "${ECHO_T}no" >&6 13338echo "${ECHO_T}no" >&6
13159 fi 13339 fi
13160 13340
13161echo "$as_me:13161: checking for struct stat.st_blksize" >&5 13341echo "$as_me:13341: checking for struct stat.st_blksize" >&5
13162echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6 13342echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6
13163if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then 13343if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
13164 echo $ECHO_N "(cached) $ECHO_C" >&6 13344 echo $ECHO_N "(cached) $ECHO_C" >&6
13165else 13345else
13166 cat >conftest.$ac_ext <<_ACEOF 13346 cat >conftest.$ac_ext <<_ACEOF
13167#line 13167 "configure" 13347#line 13347 "configure"
13168#include "confdefs.h" 13348#include "confdefs.h"
13169$ac_includes_default 13349$ac_includes_default
13170int 13350int
@@ -13178,16 +13358,16 @@ return 0;
13178} 13358}
13179_ACEOF 13359_ACEOF
13180rm -f conftest.$ac_objext 13360rm -f conftest.$ac_objext
13181if { (eval echo "$as_me:13181: \"$ac_compile\"") >&5 13361if { (eval echo "$as_me:13361: \"$ac_compile\"") >&5
13182 (eval $ac_compile) 2>&5 13362 (eval $ac_compile) 2>&5
13183 ac_status=$? 13363 ac_status=$?
13184 echo "$as_me:13184: \$? = $ac_status" >&5 13364 echo "$as_me:13364: \$? = $ac_status" >&5
13185 (exit $ac_status); } && 13365 (exit $ac_status); } &&
13186 { ac_try='test -s conftest.$ac_objext' 13366 { ac_try='test -s conftest.$ac_objext'
13187 { (eval echo "$as_me:13187: \"$ac_try\"") >&5 13367 { (eval echo "$as_me:13367: \"$ac_try\"") >&5
13188 (eval $ac_try) 2>&5 13368 (eval $ac_try) 2>&5
13189 ac_status=$? 13369 ac_status=$?
13190 echo "$as_me:13190: \$? = $ac_status" >&5 13370 echo "$as_me:13370: \$? = $ac_status" >&5
13191 (exit $ac_status); }; }; then 13371 (exit $ac_status); }; }; then
13192 ac_cv_member_struct_stat_st_blksize=yes 13372 ac_cv_member_struct_stat_st_blksize=yes
13193else 13373else
@@ -13197,7 +13377,7 @@ ac_cv_member_struct_stat_st_blksize=no
13197fi 13377fi
13198rm -f conftest.$ac_objext conftest.$ac_ext 13378rm -f conftest.$ac_objext conftest.$ac_ext
13199fi 13379fi
13200echo "$as_me:13200: result: $ac_cv_member_struct_stat_st_blksize" >&5 13380echo "$as_me:13380: result: $ac_cv_member_struct_stat_st_blksize" >&5
13201echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6 13381echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6
13202if test $ac_cv_member_struct_stat_st_blksize = yes; then 13382if test $ac_cv_member_struct_stat_st_blksize = yes; then
13203 13383
@@ -13207,14 +13387,14 @@ EOF
13207 13387
13208fi 13388fi
13209 13389
13210echo "$as_me:13210: checking for ss_family field in struct sockaddr_storage" >&5 13390echo "$as_me:13390: checking for ss_family field in struct sockaddr_storage" >&5
13211echo $ECHO_N "checking for ss_family field in struct sockaddr_storage... $ECHO_C" >&6 13391echo $ECHO_N "checking for ss_family field in struct sockaddr_storage... $ECHO_C" >&6
13212if test "${ac_cv_have_ss_family_in_struct_ss+set}" = set; then 13392if test "${ac_cv_have_ss_family_in_struct_ss+set}" = set; then
13213 echo $ECHO_N "(cached) $ECHO_C" >&6 13393 echo $ECHO_N "(cached) $ECHO_C" >&6
13214else 13394else
13215 13395
13216 cat >conftest.$ac_ext <<_ACEOF 13396 cat >conftest.$ac_ext <<_ACEOF
13217#line 13217 "configure" 13397#line 13397 "configure"
13218#include "confdefs.h" 13398#include "confdefs.h"
13219 13399
13220#include <sys/types.h> 13400#include <sys/types.h>
@@ -13229,16 +13409,16 @@ main ()
13229} 13409}
13230_ACEOF 13410_ACEOF
13231rm -f conftest.$ac_objext 13411rm -f conftest.$ac_objext
13232if { (eval echo "$as_me:13232: \"$ac_compile\"") >&5 13412if { (eval echo "$as_me:13412: \"$ac_compile\"") >&5
13233 (eval $ac_compile) 2>&5 13413 (eval $ac_compile) 2>&5
13234 ac_status=$? 13414 ac_status=$?
13235 echo "$as_me:13235: \$? = $ac_status" >&5 13415 echo "$as_me:13415: \$? = $ac_status" >&5
13236 (exit $ac_status); } && 13416 (exit $ac_status); } &&
13237 { ac_try='test -s conftest.$ac_objext' 13417 { ac_try='test -s conftest.$ac_objext'
13238 { (eval echo "$as_me:13238: \"$ac_try\"") >&5 13418 { (eval echo "$as_me:13418: \"$ac_try\"") >&5
13239 (eval $ac_try) 2>&5 13419 (eval $ac_try) 2>&5
13240 ac_status=$? 13420 ac_status=$?
13241 echo "$as_me:13241: \$? = $ac_status" >&5 13421 echo "$as_me:13421: \$? = $ac_status" >&5
13242 (exit $ac_status); }; }; then 13422 (exit $ac_status); }; }; then
13243 ac_cv_have_ss_family_in_struct_ss="yes" 13423 ac_cv_have_ss_family_in_struct_ss="yes"
13244else 13424else
@@ -13249,7 +13429,7 @@ fi
13249rm -f conftest.$ac_objext conftest.$ac_ext 13429rm -f conftest.$ac_objext conftest.$ac_ext
13250 13430
13251fi 13431fi
13252echo "$as_me:13252: result: $ac_cv_have_ss_family_in_struct_ss" >&5 13432echo "$as_me:13432: result: $ac_cv_have_ss_family_in_struct_ss" >&5
13253echo "${ECHO_T}$ac_cv_have_ss_family_in_struct_ss" >&6 13433echo "${ECHO_T}$ac_cv_have_ss_family_in_struct_ss" >&6
13254if test "x$ac_cv_have_ss_family_in_struct_ss" = "xyes" ; then 13434if test "x$ac_cv_have_ss_family_in_struct_ss" = "xyes" ; then
13255 cat >>confdefs.h <<\EOF 13435 cat >>confdefs.h <<\EOF
@@ -13258,14 +13438,14 @@ EOF
13258 13438
13259fi 13439fi
13260 13440
13261echo "$as_me:13261: checking for __ss_family field in struct sockaddr_storage" >&5 13441echo "$as_me:13441: checking for __ss_family field in struct sockaddr_storage" >&5
13262echo $ECHO_N "checking for __ss_family field in struct sockaddr_storage... $ECHO_C" >&6 13442echo $ECHO_N "checking for __ss_family field in struct sockaddr_storage... $ECHO_C" >&6
13263if test "${ac_cv_have___ss_family_in_struct_ss+set}" = set; then 13443if test "${ac_cv_have___ss_family_in_struct_ss+set}" = set; then
13264 echo $ECHO_N "(cached) $ECHO_C" >&6 13444 echo $ECHO_N "(cached) $ECHO_C" >&6
13265else 13445else
13266 13446
13267 cat >conftest.$ac_ext <<_ACEOF 13447 cat >conftest.$ac_ext <<_ACEOF
13268#line 13268 "configure" 13448#line 13448 "configure"
13269#include "confdefs.h" 13449#include "confdefs.h"
13270 13450
13271#include <sys/types.h> 13451#include <sys/types.h>
@@ -13280,16 +13460,16 @@ main ()
13280} 13460}
13281_ACEOF 13461_ACEOF
13282rm -f conftest.$ac_objext 13462rm -f conftest.$ac_objext
13283if { (eval echo "$as_me:13283: \"$ac_compile\"") >&5 13463if { (eval echo "$as_me:13463: \"$ac_compile\"") >&5
13284 (eval $ac_compile) 2>&5 13464 (eval $ac_compile) 2>&5
13285 ac_status=$? 13465 ac_status=$?
13286 echo "$as_me:13286: \$? = $ac_status" >&5 13466 echo "$as_me:13466: \$? = $ac_status" >&5
13287 (exit $ac_status); } && 13467 (exit $ac_status); } &&
13288 { ac_try='test -s conftest.$ac_objext' 13468 { ac_try='test -s conftest.$ac_objext'
13289 { (eval echo "$as_me:13289: \"$ac_try\"") >&5 13469 { (eval echo "$as_me:13469: \"$ac_try\"") >&5
13290 (eval $ac_try) 2>&5 13470 (eval $ac_try) 2>&5
13291 ac_status=$? 13471 ac_status=$?
13292 echo "$as_me:13292: \$? = $ac_status" >&5 13472 echo "$as_me:13472: \$? = $ac_status" >&5
13293 (exit $ac_status); }; }; then 13473 (exit $ac_status); }; }; then
13294 ac_cv_have___ss_family_in_struct_ss="yes" 13474 ac_cv_have___ss_family_in_struct_ss="yes"
13295else 13475else
@@ -13301,7 +13481,7 @@ fi
13301rm -f conftest.$ac_objext conftest.$ac_ext 13481rm -f conftest.$ac_objext conftest.$ac_ext
13302 13482
13303fi 13483fi
13304echo "$as_me:13304: result: $ac_cv_have___ss_family_in_struct_ss" >&5 13484echo "$as_me:13484: result: $ac_cv_have___ss_family_in_struct_ss" >&5
13305echo "${ECHO_T}$ac_cv_have___ss_family_in_struct_ss" >&6 13485echo "${ECHO_T}$ac_cv_have___ss_family_in_struct_ss" >&6
13306if test "x$ac_cv_have___ss_family_in_struct_ss" = "xyes" ; then 13486if test "x$ac_cv_have___ss_family_in_struct_ss" = "xyes" ; then
13307 cat >>confdefs.h <<\EOF 13487 cat >>confdefs.h <<\EOF
@@ -13310,14 +13490,14 @@ EOF
13310 13490
13311fi 13491fi
13312 13492
13313echo "$as_me:13313: checking for pw_class field in struct passwd" >&5 13493echo "$as_me:13493: checking for pw_class field in struct passwd" >&5
13314echo $ECHO_N "checking for pw_class field in struct passwd... $ECHO_C" >&6 13494echo $ECHO_N "checking for pw_class field in struct passwd... $ECHO_C" >&6
13315if test "${ac_cv_have_pw_class_in_struct_passwd+set}" = set; then 13495if test "${ac_cv_have_pw_class_in_struct_passwd+set}" = set; then
13316 echo $ECHO_N "(cached) $ECHO_C" >&6 13496 echo $ECHO_N "(cached) $ECHO_C" >&6
13317else 13497else
13318 13498
13319 cat >conftest.$ac_ext <<_ACEOF 13499 cat >conftest.$ac_ext <<_ACEOF
13320#line 13320 "configure" 13500#line 13500 "configure"
13321#include "confdefs.h" 13501#include "confdefs.h"
13322 13502
13323#include <pwd.h> 13503#include <pwd.h>
@@ -13331,16 +13511,16 @@ main ()
13331} 13511}
13332_ACEOF 13512_ACEOF
13333rm -f conftest.$ac_objext 13513rm -f conftest.$ac_objext
13334if { (eval echo "$as_me:13334: \"$ac_compile\"") >&5 13514if { (eval echo "$as_me:13514: \"$ac_compile\"") >&5
13335 (eval $ac_compile) 2>&5 13515 (eval $ac_compile) 2>&5
13336 ac_status=$? 13516 ac_status=$?
13337 echo "$as_me:13337: \$? = $ac_status" >&5 13517 echo "$as_me:13517: \$? = $ac_status" >&5
13338 (exit $ac_status); } && 13518 (exit $ac_status); } &&
13339 { ac_try='test -s conftest.$ac_objext' 13519 { ac_try='test -s conftest.$ac_objext'
13340 { (eval echo "$as_me:13340: \"$ac_try\"") >&5 13520 { (eval echo "$as_me:13520: \"$ac_try\"") >&5
13341 (eval $ac_try) 2>&5 13521 (eval $ac_try) 2>&5
13342 ac_status=$? 13522 ac_status=$?
13343 echo "$as_me:13343: \$? = $ac_status" >&5 13523 echo "$as_me:13523: \$? = $ac_status" >&5
13344 (exit $ac_status); }; }; then 13524 (exit $ac_status); }; }; then
13345 ac_cv_have_pw_class_in_struct_passwd="yes" 13525 ac_cv_have_pw_class_in_struct_passwd="yes"
13346else 13526else
@@ -13352,7 +13532,7 @@ fi
13352rm -f conftest.$ac_objext conftest.$ac_ext 13532rm -f conftest.$ac_objext conftest.$ac_ext
13353 13533
13354fi 13534fi
13355echo "$as_me:13355: result: $ac_cv_have_pw_class_in_struct_passwd" >&5 13535echo "$as_me:13535: result: $ac_cv_have_pw_class_in_struct_passwd" >&5
13356echo "${ECHO_T}$ac_cv_have_pw_class_in_struct_passwd" >&6 13536echo "${ECHO_T}$ac_cv_have_pw_class_in_struct_passwd" >&6
13357if test "x$ac_cv_have_pw_class_in_struct_passwd" = "xyes" ; then 13537if test "x$ac_cv_have_pw_class_in_struct_passwd" = "xyes" ; then
13358 cat >>confdefs.h <<\EOF 13538 cat >>confdefs.h <<\EOF
@@ -13361,14 +13541,14 @@ EOF
13361 13541
13362fi 13542fi
13363 13543
13364echo "$as_me:13364: checking for pw_expire field in struct passwd" >&5 13544echo "$as_me:13544: checking for pw_expire field in struct passwd" >&5
13365echo $ECHO_N "checking for pw_expire field in struct passwd... $ECHO_C" >&6 13545echo $ECHO_N "checking for pw_expire field in struct passwd... $ECHO_C" >&6
13366if test "${ac_cv_have_pw_expire_in_struct_passwd+set}" = set; then 13546if test "${ac_cv_have_pw_expire_in_struct_passwd+set}" = set; then
13367 echo $ECHO_N "(cached) $ECHO_C" >&6 13547 echo $ECHO_N "(cached) $ECHO_C" >&6
13368else 13548else
13369 13549
13370 cat >conftest.$ac_ext <<_ACEOF 13550 cat >conftest.$ac_ext <<_ACEOF
13371#line 13371 "configure" 13551#line 13551 "configure"
13372#include "confdefs.h" 13552#include "confdefs.h"
13373 13553
13374#include <pwd.h> 13554#include <pwd.h>
@@ -13382,16 +13562,16 @@ main ()
13382} 13562}
13383_ACEOF 13563_ACEOF
13384rm -f conftest.$ac_objext 13564rm -f conftest.$ac_objext
13385if { (eval echo "$as_me:13385: \"$ac_compile\"") >&5 13565if { (eval echo "$as_me:13565: \"$ac_compile\"") >&5
13386 (eval $ac_compile) 2>&5 13566 (eval $ac_compile) 2>&5
13387 ac_status=$? 13567 ac_status=$?
13388 echo "$as_me:13388: \$? = $ac_status" >&5 13568 echo "$as_me:13568: \$? = $ac_status" >&5
13389 (exit $ac_status); } && 13569 (exit $ac_status); } &&
13390 { ac_try='test -s conftest.$ac_objext' 13570 { ac_try='test -s conftest.$ac_objext'
13391 { (eval echo "$as_me:13391: \"$ac_try\"") >&5 13571 { (eval echo "$as_me:13571: \"$ac_try\"") >&5
13392 (eval $ac_try) 2>&5 13572 (eval $ac_try) 2>&5
13393 ac_status=$? 13573 ac_status=$?
13394 echo "$as_me:13394: \$? = $ac_status" >&5 13574 echo "$as_me:13574: \$? = $ac_status" >&5
13395 (exit $ac_status); }; }; then 13575 (exit $ac_status); }; }; then
13396 ac_cv_have_pw_expire_in_struct_passwd="yes" 13576 ac_cv_have_pw_expire_in_struct_passwd="yes"
13397else 13577else
@@ -13403,7 +13583,7 @@ fi
13403rm -f conftest.$ac_objext conftest.$ac_ext 13583rm -f conftest.$ac_objext conftest.$ac_ext
13404 13584
13405fi 13585fi
13406echo "$as_me:13406: result: $ac_cv_have_pw_expire_in_struct_passwd" >&5 13586echo "$as_me:13586: result: $ac_cv_have_pw_expire_in_struct_passwd" >&5
13407echo "${ECHO_T}$ac_cv_have_pw_expire_in_struct_passwd" >&6 13587echo "${ECHO_T}$ac_cv_have_pw_expire_in_struct_passwd" >&6
13408if test "x$ac_cv_have_pw_expire_in_struct_passwd" = "xyes" ; then 13588if test "x$ac_cv_have_pw_expire_in_struct_passwd" = "xyes" ; then
13409 cat >>confdefs.h <<\EOF 13589 cat >>confdefs.h <<\EOF
@@ -13412,14 +13592,14 @@ EOF
13412 13592
13413fi 13593fi
13414 13594
13415echo "$as_me:13415: checking for pw_change field in struct passwd" >&5 13595echo "$as_me:13595: checking for pw_change field in struct passwd" >&5
13416echo $ECHO_N "checking for pw_change field in struct passwd... $ECHO_C" >&6 13596echo $ECHO_N "checking for pw_change field in struct passwd... $ECHO_C" >&6
13417if test "${ac_cv_have_pw_change_in_struct_passwd+set}" = set; then 13597if test "${ac_cv_have_pw_change_in_struct_passwd+set}" = set; then
13418 echo $ECHO_N "(cached) $ECHO_C" >&6 13598 echo $ECHO_N "(cached) $ECHO_C" >&6
13419else 13599else
13420 13600
13421 cat >conftest.$ac_ext <<_ACEOF 13601 cat >conftest.$ac_ext <<_ACEOF
13422#line 13422 "configure" 13602#line 13602 "configure"
13423#include "confdefs.h" 13603#include "confdefs.h"
13424 13604
13425#include <pwd.h> 13605#include <pwd.h>
@@ -13433,16 +13613,16 @@ main ()
13433} 13613}
13434_ACEOF 13614_ACEOF
13435rm -f conftest.$ac_objext 13615rm -f conftest.$ac_objext
13436if { (eval echo "$as_me:13436: \"$ac_compile\"") >&5 13616if { (eval echo "$as_me:13616: \"$ac_compile\"") >&5
13437 (eval $ac_compile) 2>&5 13617 (eval $ac_compile) 2>&5
13438 ac_status=$? 13618 ac_status=$?
13439 echo "$as_me:13439: \$? = $ac_status" >&5 13619 echo "$as_me:13619: \$? = $ac_status" >&5
13440 (exit $ac_status); } && 13620 (exit $ac_status); } &&
13441 { ac_try='test -s conftest.$ac_objext' 13621 { ac_try='test -s conftest.$ac_objext'
13442 { (eval echo "$as_me:13442: \"$ac_try\"") >&5 13622 { (eval echo "$as_me:13622: \"$ac_try\"") >&5
13443 (eval $ac_try) 2>&5 13623 (eval $ac_try) 2>&5
13444 ac_status=$? 13624 ac_status=$?
13445 echo "$as_me:13445: \$? = $ac_status" >&5 13625 echo "$as_me:13625: \$? = $ac_status" >&5
13446 (exit $ac_status); }; }; then 13626 (exit $ac_status); }; }; then
13447 ac_cv_have_pw_change_in_struct_passwd="yes" 13627 ac_cv_have_pw_change_in_struct_passwd="yes"
13448else 13628else
@@ -13454,7 +13634,7 @@ fi
13454rm -f conftest.$ac_objext conftest.$ac_ext 13634rm -f conftest.$ac_objext conftest.$ac_ext
13455 13635
13456fi 13636fi
13457echo "$as_me:13457: result: $ac_cv_have_pw_change_in_struct_passwd" >&5 13637echo "$as_me:13637: result: $ac_cv_have_pw_change_in_struct_passwd" >&5
13458echo "${ECHO_T}$ac_cv_have_pw_change_in_struct_passwd" >&6 13638echo "${ECHO_T}$ac_cv_have_pw_change_in_struct_passwd" >&6
13459if test "x$ac_cv_have_pw_change_in_struct_passwd" = "xyes" ; then 13639if test "x$ac_cv_have_pw_change_in_struct_passwd" = "xyes" ; then
13460 cat >>confdefs.h <<\EOF 13640 cat >>confdefs.h <<\EOF
@@ -13463,19 +13643,19 @@ EOF
13463 13643
13464fi 13644fi
13465 13645
13466echo "$as_me:13466: checking for msg_accrights field in struct msghdr" >&5 13646echo "$as_me:13646: checking for msg_accrights field in struct msghdr" >&5
13467echo $ECHO_N "checking for msg_accrights field in struct msghdr... $ECHO_C" >&6 13647echo $ECHO_N "checking for msg_accrights field in struct msghdr... $ECHO_C" >&6
13468if test "${ac_cv_have_accrights_in_msghdr+set}" = set; then 13648if test "${ac_cv_have_accrights_in_msghdr+set}" = set; then
13469 echo $ECHO_N "(cached) $ECHO_C" >&6 13649 echo $ECHO_N "(cached) $ECHO_C" >&6
13470else 13650else
13471 13651
13472 if test "$cross_compiling" = yes; then 13652 if test "$cross_compiling" = yes; then
13473 { { echo "$as_me:13473: error: cannot run test program while cross compiling" >&5 13653 { { echo "$as_me:13653: error: cannot run test program while cross compiling" >&5
13474echo "$as_me: error: cannot run test program while cross compiling" >&2;} 13654echo "$as_me: error: cannot run test program while cross compiling" >&2;}
13475 { (exit 1); exit 1; }; } 13655 { (exit 1); exit 1; }; }
13476else 13656else
13477 cat >conftest.$ac_ext <<_ACEOF 13657 cat >conftest.$ac_ext <<_ACEOF
13478#line 13478 "configure" 13658#line 13658 "configure"
13479#include "confdefs.h" 13659#include "confdefs.h"
13480 13660
13481#include <sys/types.h> 13661#include <sys/types.h>
@@ -13492,15 +13672,15 @@ exit(0);
13492 13672
13493_ACEOF 13673_ACEOF
13494rm -f conftest$ac_exeext 13674rm -f conftest$ac_exeext
13495if { (eval echo "$as_me:13495: \"$ac_link\"") >&5 13675if { (eval echo "$as_me:13675: \"$ac_link\"") >&5
13496 (eval $ac_link) 2>&5 13676 (eval $ac_link) 2>&5
13497 ac_status=$? 13677 ac_status=$?
13498 echo "$as_me:13498: \$? = $ac_status" >&5 13678 echo "$as_me:13678: \$? = $ac_status" >&5
13499 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 13679 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13500 { (eval echo "$as_me:13500: \"$ac_try\"") >&5 13680 { (eval echo "$as_me:13680: \"$ac_try\"") >&5
13501 (eval $ac_try) 2>&5 13681 (eval $ac_try) 2>&5
13502 ac_status=$? 13682 ac_status=$?
13503 echo "$as_me:13503: \$? = $ac_status" >&5 13683 echo "$as_me:13683: \$? = $ac_status" >&5
13504 (exit $ac_status); }; }; then 13684 (exit $ac_status); }; }; then
13505 ac_cv_have_accrights_in_msghdr="yes" 13685 ac_cv_have_accrights_in_msghdr="yes"
13506else 13686else
@@ -13514,7 +13694,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13514fi 13694fi
13515 13695
13516fi 13696fi
13517echo "$as_me:13517: result: $ac_cv_have_accrights_in_msghdr" >&5 13697echo "$as_me:13697: result: $ac_cv_have_accrights_in_msghdr" >&5
13518echo "${ECHO_T}$ac_cv_have_accrights_in_msghdr" >&6 13698echo "${ECHO_T}$ac_cv_have_accrights_in_msghdr" >&6
13519if test "x$ac_cv_have_accrights_in_msghdr" = "xyes" ; then 13699if test "x$ac_cv_have_accrights_in_msghdr" = "xyes" ; then
13520 cat >>confdefs.h <<\EOF 13700 cat >>confdefs.h <<\EOF
@@ -13523,19 +13703,19 @@ EOF
13523 13703
13524fi 13704fi
13525 13705
13526echo "$as_me:13526: checking for msg_control field in struct msghdr" >&5 13706echo "$as_me:13706: checking for msg_control field in struct msghdr" >&5
13527echo $ECHO_N "checking for msg_control field in struct msghdr... $ECHO_C" >&6 13707echo $ECHO_N "checking for msg_control field in struct msghdr... $ECHO_C" >&6
13528if test "${ac_cv_have_control_in_msghdr+set}" = set; then 13708if test "${ac_cv_have_control_in_msghdr+set}" = set; then
13529 echo $ECHO_N "(cached) $ECHO_C" >&6 13709 echo $ECHO_N "(cached) $ECHO_C" >&6
13530else 13710else
13531 13711
13532 if test "$cross_compiling" = yes; then 13712 if test "$cross_compiling" = yes; then
13533 { { echo "$as_me:13533: error: cannot run test program while cross compiling" >&5 13713 { { echo "$as_me:13713: error: cannot run test program while cross compiling" >&5
13534echo "$as_me: error: cannot run test program while cross compiling" >&2;} 13714echo "$as_me: error: cannot run test program while cross compiling" >&2;}
13535 { (exit 1); exit 1; }; } 13715 { (exit 1); exit 1; }; }
13536else 13716else
13537 cat >conftest.$ac_ext <<_ACEOF 13717 cat >conftest.$ac_ext <<_ACEOF
13538#line 13538 "configure" 13718#line 13718 "configure"
13539#include "confdefs.h" 13719#include "confdefs.h"
13540 13720
13541#include <sys/types.h> 13721#include <sys/types.h>
@@ -13552,15 +13732,15 @@ exit(0);
13552 13732
13553_ACEOF 13733_ACEOF
13554rm -f conftest$ac_exeext 13734rm -f conftest$ac_exeext
13555if { (eval echo "$as_me:13555: \"$ac_link\"") >&5 13735if { (eval echo "$as_me:13735: \"$ac_link\"") >&5
13556 (eval $ac_link) 2>&5 13736 (eval $ac_link) 2>&5
13557 ac_status=$? 13737 ac_status=$?
13558 echo "$as_me:13558: \$? = $ac_status" >&5 13738 echo "$as_me:13738: \$? = $ac_status" >&5
13559 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 13739 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13560 { (eval echo "$as_me:13560: \"$ac_try\"") >&5 13740 { (eval echo "$as_me:13740: \"$ac_try\"") >&5
13561 (eval $ac_try) 2>&5 13741 (eval $ac_try) 2>&5
13562 ac_status=$? 13742 ac_status=$?
13563 echo "$as_me:13563: \$? = $ac_status" >&5 13743 echo "$as_me:13743: \$? = $ac_status" >&5
13564 (exit $ac_status); }; }; then 13744 (exit $ac_status); }; }; then
13565 ac_cv_have_control_in_msghdr="yes" 13745 ac_cv_have_control_in_msghdr="yes"
13566else 13746else
@@ -13574,7 +13754,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13574fi 13754fi
13575 13755
13576fi 13756fi
13577echo "$as_me:13577: result: $ac_cv_have_control_in_msghdr" >&5 13757echo "$as_me:13757: result: $ac_cv_have_control_in_msghdr" >&5
13578echo "${ECHO_T}$ac_cv_have_control_in_msghdr" >&6 13758echo "${ECHO_T}$ac_cv_have_control_in_msghdr" >&6
13579if test "x$ac_cv_have_control_in_msghdr" = "xyes" ; then 13759if test "x$ac_cv_have_control_in_msghdr" = "xyes" ; then
13580 cat >>confdefs.h <<\EOF 13760 cat >>confdefs.h <<\EOF
@@ -13583,14 +13763,14 @@ EOF
13583 13763
13584fi 13764fi
13585 13765
13586echo "$as_me:13586: checking if libc defines __progname" >&5 13766echo "$as_me:13766: checking if libc defines __progname" >&5
13587echo $ECHO_N "checking if libc defines __progname... $ECHO_C" >&6 13767echo $ECHO_N "checking if libc defines __progname... $ECHO_C" >&6
13588if test "${ac_cv_libc_defines___progname+set}" = set; then 13768if test "${ac_cv_libc_defines___progname+set}" = set; then
13589 echo $ECHO_N "(cached) $ECHO_C" >&6 13769 echo $ECHO_N "(cached) $ECHO_C" >&6
13590else 13770else
13591 13771
13592 cat >conftest.$ac_ext <<_ACEOF 13772 cat >conftest.$ac_ext <<_ACEOF
13593#line 13593 "configure" 13773#line 13773 "configure"
13594#include "confdefs.h" 13774#include "confdefs.h"
13595 13775
13596int 13776int
@@ -13602,16 +13782,16 @@ main ()
13602} 13782}
13603_ACEOF 13783_ACEOF
13604rm -f conftest.$ac_objext conftest$ac_exeext 13784rm -f conftest.$ac_objext conftest$ac_exeext
13605if { (eval echo "$as_me:13605: \"$ac_link\"") >&5 13785if { (eval echo "$as_me:13785: \"$ac_link\"") >&5
13606 (eval $ac_link) 2>&5 13786 (eval $ac_link) 2>&5
13607 ac_status=$? 13787 ac_status=$?
13608 echo "$as_me:13608: \$? = $ac_status" >&5 13788 echo "$as_me:13788: \$? = $ac_status" >&5
13609 (exit $ac_status); } && 13789 (exit $ac_status); } &&
13610 { ac_try='test -s conftest$ac_exeext' 13790 { ac_try='test -s conftest$ac_exeext'
13611 { (eval echo "$as_me:13611: \"$ac_try\"") >&5 13791 { (eval echo "$as_me:13791: \"$ac_try\"") >&5
13612 (eval $ac_try) 2>&5 13792 (eval $ac_try) 2>&5
13613 ac_status=$? 13793 ac_status=$?
13614 echo "$as_me:13614: \$? = $ac_status" >&5 13794 echo "$as_me:13794: \$? = $ac_status" >&5
13615 (exit $ac_status); }; }; then 13795 (exit $ac_status); }; }; then
13616 ac_cv_libc_defines___progname="yes" 13796 ac_cv_libc_defines___progname="yes"
13617else 13797else
@@ -13623,7 +13803,7 @@ fi
13623rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13803rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13624 13804
13625fi 13805fi
13626echo "$as_me:13626: result: $ac_cv_libc_defines___progname" >&5 13806echo "$as_me:13806: result: $ac_cv_libc_defines___progname" >&5
13627echo "${ECHO_T}$ac_cv_libc_defines___progname" >&6 13807echo "${ECHO_T}$ac_cv_libc_defines___progname" >&6
13628if test "x$ac_cv_libc_defines___progname" = "xyes" ; then 13808if test "x$ac_cv_libc_defines___progname" = "xyes" ; then
13629 cat >>confdefs.h <<\EOF 13809 cat >>confdefs.h <<\EOF
@@ -13632,14 +13812,14 @@ EOF
13632 13812
13633fi 13813fi
13634 13814
13635echo "$as_me:13635: checking whether $CC implements __FUNCTION__" >&5 13815echo "$as_me:13815: checking whether $CC implements __FUNCTION__" >&5
13636echo $ECHO_N "checking whether $CC implements __FUNCTION__... $ECHO_C" >&6 13816echo $ECHO_N "checking whether $CC implements __FUNCTION__... $ECHO_C" >&6
13637if test "${ac_cv_cc_implements___FUNCTION__+set}" = set; then 13817if test "${ac_cv_cc_implements___FUNCTION__+set}" = set; then
13638 echo $ECHO_N "(cached) $ECHO_C" >&6 13818 echo $ECHO_N "(cached) $ECHO_C" >&6
13639else 13819else
13640 13820
13641 cat >conftest.$ac_ext <<_ACEOF 13821 cat >conftest.$ac_ext <<_ACEOF
13642#line 13642 "configure" 13822#line 13822 "configure"
13643#include "confdefs.h" 13823#include "confdefs.h"
13644 13824
13645#include <stdio.h> 13825#include <stdio.h>
@@ -13653,16 +13833,16 @@ main ()
13653} 13833}
13654_ACEOF 13834_ACEOF
13655rm -f conftest.$ac_objext conftest$ac_exeext 13835rm -f conftest.$ac_objext conftest$ac_exeext
13656if { (eval echo "$as_me:13656: \"$ac_link\"") >&5 13836if { (eval echo "$as_me:13836: \"$ac_link\"") >&5
13657 (eval $ac_link) 2>&5 13837 (eval $ac_link) 2>&5
13658 ac_status=$? 13838 ac_status=$?
13659 echo "$as_me:13659: \$? = $ac_status" >&5 13839 echo "$as_me:13839: \$? = $ac_status" >&5
13660 (exit $ac_status); } && 13840 (exit $ac_status); } &&
13661 { ac_try='test -s conftest$ac_exeext' 13841 { ac_try='test -s conftest$ac_exeext'
13662 { (eval echo "$as_me:13662: \"$ac_try\"") >&5 13842 { (eval echo "$as_me:13842: \"$ac_try\"") >&5
13663 (eval $ac_try) 2>&5 13843 (eval $ac_try) 2>&5
13664 ac_status=$? 13844 ac_status=$?
13665 echo "$as_me:13665: \$? = $ac_status" >&5 13845 echo "$as_me:13845: \$? = $ac_status" >&5
13666 (exit $ac_status); }; }; then 13846 (exit $ac_status); }; }; then
13667 ac_cv_cc_implements___FUNCTION__="yes" 13847 ac_cv_cc_implements___FUNCTION__="yes"
13668else 13848else
@@ -13674,7 +13854,7 @@ fi
13674rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13854rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13675 13855
13676fi 13856fi
13677echo "$as_me:13677: result: $ac_cv_cc_implements___FUNCTION__" >&5 13857echo "$as_me:13857: result: $ac_cv_cc_implements___FUNCTION__" >&5
13678echo "${ECHO_T}$ac_cv_cc_implements___FUNCTION__" >&6 13858echo "${ECHO_T}$ac_cv_cc_implements___FUNCTION__" >&6
13679if test "x$ac_cv_cc_implements___FUNCTION__" = "xyes" ; then 13859if test "x$ac_cv_cc_implements___FUNCTION__" = "xyes" ; then
13680 cat >>confdefs.h <<\EOF 13860 cat >>confdefs.h <<\EOF
@@ -13683,14 +13863,14 @@ EOF
13683 13863
13684fi 13864fi
13685 13865
13686echo "$as_me:13686: checking whether $CC implements __func__" >&5 13866echo "$as_me:13866: checking whether $CC implements __func__" >&5
13687echo $ECHO_N "checking whether $CC implements __func__... $ECHO_C" >&6 13867echo $ECHO_N "checking whether $CC implements __func__... $ECHO_C" >&6
13688if test "${ac_cv_cc_implements___func__+set}" = set; then 13868if test "${ac_cv_cc_implements___func__+set}" = set; then
13689 echo $ECHO_N "(cached) $ECHO_C" >&6 13869 echo $ECHO_N "(cached) $ECHO_C" >&6
13690else 13870else
13691 13871
13692 cat >conftest.$ac_ext <<_ACEOF 13872 cat >conftest.$ac_ext <<_ACEOF
13693#line 13693 "configure" 13873#line 13873 "configure"
13694#include "confdefs.h" 13874#include "confdefs.h"
13695 13875
13696#include <stdio.h> 13876#include <stdio.h>
@@ -13704,16 +13884,16 @@ main ()
13704} 13884}
13705_ACEOF 13885_ACEOF
13706rm -f conftest.$ac_objext conftest$ac_exeext 13886rm -f conftest.$ac_objext conftest$ac_exeext
13707if { (eval echo "$as_me:13707: \"$ac_link\"") >&5 13887if { (eval echo "$as_me:13887: \"$ac_link\"") >&5
13708 (eval $ac_link) 2>&5 13888 (eval $ac_link) 2>&5
13709 ac_status=$? 13889 ac_status=$?
13710 echo "$as_me:13710: \$? = $ac_status" >&5 13890 echo "$as_me:13890: \$? = $ac_status" >&5
13711 (exit $ac_status); } && 13891 (exit $ac_status); } &&
13712 { ac_try='test -s conftest$ac_exeext' 13892 { ac_try='test -s conftest$ac_exeext'
13713 { (eval echo "$as_me:13713: \"$ac_try\"") >&5 13893 { (eval echo "$as_me:13893: \"$ac_try\"") >&5
13714 (eval $ac_try) 2>&5 13894 (eval $ac_try) 2>&5
13715 ac_status=$? 13895 ac_status=$?
13716 echo "$as_me:13716: \$? = $ac_status" >&5 13896 echo "$as_me:13896: \$? = $ac_status" >&5
13717 (exit $ac_status); }; }; then 13897 (exit $ac_status); }; }; then
13718 ac_cv_cc_implements___func__="yes" 13898 ac_cv_cc_implements___func__="yes"
13719else 13899else
@@ -13725,7 +13905,7 @@ fi
13725rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13905rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13726 13906
13727fi 13907fi
13728echo "$as_me:13728: result: $ac_cv_cc_implements___func__" >&5 13908echo "$as_me:13908: result: $ac_cv_cc_implements___func__" >&5
13729echo "${ECHO_T}$ac_cv_cc_implements___func__" >&6 13909echo "${ECHO_T}$ac_cv_cc_implements___func__" >&6
13730if test "x$ac_cv_cc_implements___func__" = "xyes" ; then 13910if test "x$ac_cv_cc_implements___func__" = "xyes" ; then
13731 cat >>confdefs.h <<\EOF 13911 cat >>confdefs.h <<\EOF
@@ -13734,14 +13914,14 @@ EOF
13734 13914
13735fi 13915fi
13736 13916
13737echo "$as_me:13737: checking whether getopt has optreset support" >&5 13917echo "$as_me:13917: checking whether getopt has optreset support" >&5
13738echo $ECHO_N "checking whether getopt has optreset support... $ECHO_C" >&6 13918echo $ECHO_N "checking whether getopt has optreset support... $ECHO_C" >&6
13739if test "${ac_cv_have_getopt_optreset+set}" = set; then 13919if test "${ac_cv_have_getopt_optreset+set}" = set; then
13740 echo $ECHO_N "(cached) $ECHO_C" >&6 13920 echo $ECHO_N "(cached) $ECHO_C" >&6
13741else 13921else
13742 13922
13743 cat >conftest.$ac_ext <<_ACEOF 13923 cat >conftest.$ac_ext <<_ACEOF
13744#line 13744 "configure" 13924#line 13924 "configure"
13745#include "confdefs.h" 13925#include "confdefs.h"
13746 13926
13747#include <getopt.h> 13927#include <getopt.h>
@@ -13755,16 +13935,16 @@ main ()
13755} 13935}
13756_ACEOF 13936_ACEOF
13757rm -f conftest.$ac_objext conftest$ac_exeext 13937rm -f conftest.$ac_objext conftest$ac_exeext
13758if { (eval echo "$as_me:13758: \"$ac_link\"") >&5 13938if { (eval echo "$as_me:13938: \"$ac_link\"") >&5
13759 (eval $ac_link) 2>&5 13939 (eval $ac_link) 2>&5
13760 ac_status=$? 13940 ac_status=$?
13761 echo "$as_me:13761: \$? = $ac_status" >&5 13941 echo "$as_me:13941: \$? = $ac_status" >&5
13762 (exit $ac_status); } && 13942 (exit $ac_status); } &&
13763 { ac_try='test -s conftest$ac_exeext' 13943 { ac_try='test -s conftest$ac_exeext'
13764 { (eval echo "$as_me:13764: \"$ac_try\"") >&5 13944 { (eval echo "$as_me:13944: \"$ac_try\"") >&5
13765 (eval $ac_try) 2>&5 13945 (eval $ac_try) 2>&5
13766 ac_status=$? 13946 ac_status=$?
13767 echo "$as_me:13767: \$? = $ac_status" >&5 13947 echo "$as_me:13947: \$? = $ac_status" >&5
13768 (exit $ac_status); }; }; then 13948 (exit $ac_status); }; }; then
13769 ac_cv_have_getopt_optreset="yes" 13949 ac_cv_have_getopt_optreset="yes"
13770else 13950else
@@ -13776,7 +13956,7 @@ fi
13776rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13956rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13777 13957
13778fi 13958fi
13779echo "$as_me:13779: result: $ac_cv_have_getopt_optreset" >&5 13959echo "$as_me:13959: result: $ac_cv_have_getopt_optreset" >&5
13780echo "${ECHO_T}$ac_cv_have_getopt_optreset" >&6 13960echo "${ECHO_T}$ac_cv_have_getopt_optreset" >&6
13781if test "x$ac_cv_have_getopt_optreset" = "xyes" ; then 13961if test "x$ac_cv_have_getopt_optreset" = "xyes" ; then
13782 cat >>confdefs.h <<\EOF 13962 cat >>confdefs.h <<\EOF
@@ -13785,14 +13965,14 @@ EOF
13785 13965
13786fi 13966fi
13787 13967
13788echo "$as_me:13788: checking if libc defines sys_errlist" >&5 13968echo "$as_me:13968: checking if libc defines sys_errlist" >&5
13789echo $ECHO_N "checking if libc defines sys_errlist... $ECHO_C" >&6 13969echo $ECHO_N "checking if libc defines sys_errlist... $ECHO_C" >&6
13790if test "${ac_cv_libc_defines_sys_errlist+set}" = set; then 13970if test "${ac_cv_libc_defines_sys_errlist+set}" = set; then
13791 echo $ECHO_N "(cached) $ECHO_C" >&6 13971 echo $ECHO_N "(cached) $ECHO_C" >&6
13792else 13972else
13793 13973
13794 cat >conftest.$ac_ext <<_ACEOF 13974 cat >conftest.$ac_ext <<_ACEOF
13795#line 13795 "configure" 13975#line 13975 "configure"
13796#include "confdefs.h" 13976#include "confdefs.h"
13797 13977
13798int 13978int
@@ -13804,16 +13984,16 @@ main ()
13804} 13984}
13805_ACEOF 13985_ACEOF
13806rm -f conftest.$ac_objext conftest$ac_exeext 13986rm -f conftest.$ac_objext conftest$ac_exeext
13807if { (eval echo "$as_me:13807: \"$ac_link\"") >&5 13987if { (eval echo "$as_me:13987: \"$ac_link\"") >&5
13808 (eval $ac_link) 2>&5 13988 (eval $ac_link) 2>&5
13809 ac_status=$? 13989 ac_status=$?
13810 echo "$as_me:13810: \$? = $ac_status" >&5 13990 echo "$as_me:13990: \$? = $ac_status" >&5
13811 (exit $ac_status); } && 13991 (exit $ac_status); } &&
13812 { ac_try='test -s conftest$ac_exeext' 13992 { ac_try='test -s conftest$ac_exeext'
13813 { (eval echo "$as_me:13813: \"$ac_try\"") >&5 13993 { (eval echo "$as_me:13993: \"$ac_try\"") >&5
13814 (eval $ac_try) 2>&5 13994 (eval $ac_try) 2>&5
13815 ac_status=$? 13995 ac_status=$?
13816 echo "$as_me:13816: \$? = $ac_status" >&5 13996 echo "$as_me:13996: \$? = $ac_status" >&5
13817 (exit $ac_status); }; }; then 13997 (exit $ac_status); }; }; then
13818 ac_cv_libc_defines_sys_errlist="yes" 13998 ac_cv_libc_defines_sys_errlist="yes"
13819else 13999else
@@ -13825,7 +14005,7 @@ fi
13825rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14005rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13826 14006
13827fi 14007fi
13828echo "$as_me:13828: result: $ac_cv_libc_defines_sys_errlist" >&5 14008echo "$as_me:14008: result: $ac_cv_libc_defines_sys_errlist" >&5
13829echo "${ECHO_T}$ac_cv_libc_defines_sys_errlist" >&6 14009echo "${ECHO_T}$ac_cv_libc_defines_sys_errlist" >&6
13830if test "x$ac_cv_libc_defines_sys_errlist" = "xyes" ; then 14010if test "x$ac_cv_libc_defines_sys_errlist" = "xyes" ; then
13831 cat >>confdefs.h <<\EOF 14011 cat >>confdefs.h <<\EOF
@@ -13834,14 +14014,14 @@ EOF
13834 14014
13835fi 14015fi
13836 14016
13837echo "$as_me:13837: checking if libc defines sys_nerr" >&5 14017echo "$as_me:14017: checking if libc defines sys_nerr" >&5
13838echo $ECHO_N "checking if libc defines sys_nerr... $ECHO_C" >&6 14018echo $ECHO_N "checking if libc defines sys_nerr... $ECHO_C" >&6
13839if test "${ac_cv_libc_defines_sys_nerr+set}" = set; then 14019if test "${ac_cv_libc_defines_sys_nerr+set}" = set; then
13840 echo $ECHO_N "(cached) $ECHO_C" >&6 14020 echo $ECHO_N "(cached) $ECHO_C" >&6
13841else 14021else
13842 14022
13843 cat >conftest.$ac_ext <<_ACEOF 14023 cat >conftest.$ac_ext <<_ACEOF
13844#line 13844 "configure" 14024#line 14024 "configure"
13845#include "confdefs.h" 14025#include "confdefs.h"
13846 14026
13847int 14027int
@@ -13853,16 +14033,16 @@ main ()
13853} 14033}
13854_ACEOF 14034_ACEOF
13855rm -f conftest.$ac_objext conftest$ac_exeext 14035rm -f conftest.$ac_objext conftest$ac_exeext
13856if { (eval echo "$as_me:13856: \"$ac_link\"") >&5 14036if { (eval echo "$as_me:14036: \"$ac_link\"") >&5
13857 (eval $ac_link) 2>&5 14037 (eval $ac_link) 2>&5
13858 ac_status=$? 14038 ac_status=$?
13859 echo "$as_me:13859: \$? = $ac_status" >&5 14039 echo "$as_me:14039: \$? = $ac_status" >&5
13860 (exit $ac_status); } && 14040 (exit $ac_status); } &&
13861 { ac_try='test -s conftest$ac_exeext' 14041 { ac_try='test -s conftest$ac_exeext'
13862 { (eval echo "$as_me:13862: \"$ac_try\"") >&5 14042 { (eval echo "$as_me:14042: \"$ac_try\"") >&5
13863 (eval $ac_try) 2>&5 14043 (eval $ac_try) 2>&5
13864 ac_status=$? 14044 ac_status=$?
13865 echo "$as_me:13865: \$? = $ac_status" >&5 14045 echo "$as_me:14045: \$? = $ac_status" >&5
13866 (exit $ac_status); }; }; then 14046 (exit $ac_status); }; }; then
13867 ac_cv_libc_defines_sys_nerr="yes" 14047 ac_cv_libc_defines_sys_nerr="yes"
13868else 14048else
@@ -13874,7 +14054,7 @@ fi
13874rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14054rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13875 14055
13876fi 14056fi
13877echo "$as_me:13877: result: $ac_cv_libc_defines_sys_nerr" >&5 14057echo "$as_me:14057: result: $ac_cv_libc_defines_sys_nerr" >&5
13878echo "${ECHO_T}$ac_cv_libc_defines_sys_nerr" >&6 14058echo "${ECHO_T}$ac_cv_libc_defines_sys_nerr" >&6
13879if test "x$ac_cv_libc_defines_sys_nerr" = "xyes" ; then 14059if test "x$ac_cv_libc_defines_sys_nerr" = "xyes" ; then
13880 cat >>confdefs.h <<\EOF 14060 cat >>confdefs.h <<\EOF
@@ -13905,23 +14085,23 @@ if test "${with_sectok+set}" = set; then
13905for ac_header in sectok.h 14085for ac_header in sectok.h
13906do 14086do
13907as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 14087as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13908echo "$as_me:13908: checking for $ac_header" >&5 14088echo "$as_me:14088: checking for $ac_header" >&5
13909echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 14089echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13910if eval "test \"\${$as_ac_Header+set}\" = set"; then 14090if eval "test \"\${$as_ac_Header+set}\" = set"; then
13911 echo $ECHO_N "(cached) $ECHO_C" >&6 14091 echo $ECHO_N "(cached) $ECHO_C" >&6
13912else 14092else
13913 cat >conftest.$ac_ext <<_ACEOF 14093 cat >conftest.$ac_ext <<_ACEOF
13914#line 13914 "configure" 14094#line 14094 "configure"
13915#include "confdefs.h" 14095#include "confdefs.h"
13916#include <$ac_header> 14096#include <$ac_header>
13917_ACEOF 14097_ACEOF
13918if { (eval echo "$as_me:13918: \"$ac_cpp conftest.$ac_ext\"") >&5 14098if { (eval echo "$as_me:14098: \"$ac_cpp conftest.$ac_ext\"") >&5
13919 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 14099 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13920 ac_status=$? 14100 ac_status=$?
13921 egrep -v '^ *\+' conftest.er1 >conftest.err 14101 egrep -v '^ *\+' conftest.er1 >conftest.err
13922 rm -f conftest.er1 14102 rm -f conftest.er1
13923 cat conftest.err >&5 14103 cat conftest.err >&5
13924 echo "$as_me:13924: \$? = $ac_status" >&5 14104 echo "$as_me:14104: \$? = $ac_status" >&5
13925 (exit $ac_status); } >/dev/null; then 14105 (exit $ac_status); } >/dev/null; then
13926 if test -s conftest.err; then 14106 if test -s conftest.err; then
13927 ac_cpp_err=$ac_c_preproc_warn_flag 14107 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -13940,7 +14120,7 @@ else
13940fi 14120fi
13941rm -f conftest.err conftest.$ac_ext 14121rm -f conftest.err conftest.$ac_ext
13942fi 14122fi
13943echo "$as_me:13943: result: `eval echo '${'$as_ac_Header'}'`" >&5 14123echo "$as_me:14123: result: `eval echo '${'$as_ac_Header'}'`" >&5
13944echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 14124echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13945if test `eval echo '${'$as_ac_Header'}'` = yes; then 14125if test `eval echo '${'$as_ac_Header'}'` = yes; then
13946 cat >>confdefs.h <<EOF 14126 cat >>confdefs.h <<EOF
@@ -13951,12 +14131,12 @@ fi
13951done 14131done
13952 14132
13953 if test "$ac_cv_header_sectok_h" != yes; then 14133 if test "$ac_cv_header_sectok_h" != yes; then
13954 { { echo "$as_me:13954: error: Can't find sectok.h" >&5 14134 { { echo "$as_me:14134: error: Can't find sectok.h" >&5
13955echo "$as_me: error: Can't find sectok.h" >&2;} 14135echo "$as_me: error: Can't find sectok.h" >&2;}
13956 { (exit 1); exit 1; }; } 14136 { (exit 1); exit 1; }; }
13957 fi 14137 fi
13958 14138
13959echo "$as_me:13959: checking for sectok_open in -lsectok" >&5 14139echo "$as_me:14139: checking for sectok_open in -lsectok" >&5
13960echo $ECHO_N "checking for sectok_open in -lsectok... $ECHO_C" >&6 14140echo $ECHO_N "checking for sectok_open in -lsectok... $ECHO_C" >&6
13961if test "${ac_cv_lib_sectok_sectok_open+set}" = set; then 14141if test "${ac_cv_lib_sectok_sectok_open+set}" = set; then
13962 echo $ECHO_N "(cached) $ECHO_C" >&6 14142 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -13964,7 +14144,7 @@ else
13964 ac_check_lib_save_LIBS=$LIBS 14144 ac_check_lib_save_LIBS=$LIBS
13965LIBS="-lsectok $LIBS" 14145LIBS="-lsectok $LIBS"
13966cat >conftest.$ac_ext <<_ACEOF 14146cat >conftest.$ac_ext <<_ACEOF
13967#line 13967 "configure" 14147#line 14147 "configure"
13968#include "confdefs.h" 14148#include "confdefs.h"
13969 14149
13970/* Override any gcc2 internal prototype to avoid an error. */ 14150/* Override any gcc2 internal prototype to avoid an error. */
@@ -13983,16 +14163,16 @@ sectok_open ();
13983} 14163}
13984_ACEOF 14164_ACEOF
13985rm -f conftest.$ac_objext conftest$ac_exeext 14165rm -f conftest.$ac_objext conftest$ac_exeext
13986if { (eval echo "$as_me:13986: \"$ac_link\"") >&5 14166if { (eval echo "$as_me:14166: \"$ac_link\"") >&5
13987 (eval $ac_link) 2>&5 14167 (eval $ac_link) 2>&5
13988 ac_status=$? 14168 ac_status=$?
13989 echo "$as_me:13989: \$? = $ac_status" >&5 14169 echo "$as_me:14169: \$? = $ac_status" >&5
13990 (exit $ac_status); } && 14170 (exit $ac_status); } &&
13991 { ac_try='test -s conftest$ac_exeext' 14171 { ac_try='test -s conftest$ac_exeext'
13992 { (eval echo "$as_me:13992: \"$ac_try\"") >&5 14172 { (eval echo "$as_me:14172: \"$ac_try\"") >&5
13993 (eval $ac_try) 2>&5 14173 (eval $ac_try) 2>&5
13994 ac_status=$? 14174 ac_status=$?
13995 echo "$as_me:13995: \$? = $ac_status" >&5 14175 echo "$as_me:14175: \$? = $ac_status" >&5
13996 (exit $ac_status); }; }; then 14176 (exit $ac_status); }; }; then
13997 ac_cv_lib_sectok_sectok_open=yes 14177 ac_cv_lib_sectok_sectok_open=yes
13998else 14178else
@@ -14003,7 +14183,7 @@ fi
14003rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14183rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14004LIBS=$ac_check_lib_save_LIBS 14184LIBS=$ac_check_lib_save_LIBS
14005fi 14185fi
14006echo "$as_me:14006: result: $ac_cv_lib_sectok_sectok_open" >&5 14186echo "$as_me:14186: result: $ac_cv_lib_sectok_sectok_open" >&5
14007echo "${ECHO_T}$ac_cv_lib_sectok_sectok_open" >&6 14187echo "${ECHO_T}$ac_cv_lib_sectok_sectok_open" >&6
14008if test $ac_cv_lib_sectok_sectok_open = yes; then 14188if test $ac_cv_lib_sectok_sectok_open = yes; then
14009 cat >>confdefs.h <<EOF 14189 cat >>confdefs.h <<EOF
@@ -14015,7 +14195,7 @@ EOF
14015fi 14195fi
14016 14196
14017 if test "$ac_cv_lib_sectok_sectok_open" != yes; then 14197 if test "$ac_cv_lib_sectok_sectok_open" != yes; then
14018 { { echo "$as_me:14018: error: Can't find libsectok" >&5 14198 { { echo "$as_me:14198: error: Can't find libsectok" >&5
14019echo "$as_me: error: Can't find libsectok" >&2;} 14199echo "$as_me: error: Can't find libsectok" >&2;}
14020 { (exit 1); exit 1; }; } 14200 { (exit 1); exit 1; }; }
14021 fi 14201 fi
@@ -14045,7 +14225,7 @@ if test x$opensc_config_prefix != x ; then
14045 OPENSC_CONFIG=$opensc_config_prefix/bin/opensc-config 14225 OPENSC_CONFIG=$opensc_config_prefix/bin/opensc-config
14046 # Extract the first word of "opensc-config", so it can be a program name with args. 14226 # Extract the first word of "opensc-config", so it can be a program name with args.
14047set dummy opensc-config; ac_word=$2 14227set dummy opensc-config; ac_word=$2
14048echo "$as_me:14048: checking for $ac_word" >&5 14228echo "$as_me:14228: checking for $ac_word" >&5
14049echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 14229echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14050if test "${ac_cv_path_OPENSC_CONFIG+set}" = set; then 14230if test "${ac_cv_path_OPENSC_CONFIG+set}" = set; then
14051 echo $ECHO_N "(cached) $ECHO_C" >&6 14231 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14062,7 +14242,7 @@ for ac_dir in $ac_dummy; do
14062 test -z "$ac_dir" && ac_dir=. 14242 test -z "$ac_dir" && ac_dir=.
14063 if $as_executable_p "$ac_dir/$ac_word"; then 14243 if $as_executable_p "$ac_dir/$ac_word"; then
14064 ac_cv_path_OPENSC_CONFIG="$ac_dir/$ac_word" 14244 ac_cv_path_OPENSC_CONFIG="$ac_dir/$ac_word"
14065 echo "$as_me:14065: found $ac_dir/$ac_word" >&5 14245 echo "$as_me:14245: found $ac_dir/$ac_word" >&5
14066 break 14246 break
14067fi 14247fi
14068done 14248done
@@ -14074,10 +14254,10 @@ fi
14074OPENSC_CONFIG=$ac_cv_path_OPENSC_CONFIG 14254OPENSC_CONFIG=$ac_cv_path_OPENSC_CONFIG
14075 14255
14076if test -n "$OPENSC_CONFIG"; then 14256if test -n "$OPENSC_CONFIG"; then
14077 echo "$as_me:14077: result: $OPENSC_CONFIG" >&5 14257 echo "$as_me:14257: result: $OPENSC_CONFIG" >&5
14078echo "${ECHO_T}$OPENSC_CONFIG" >&6 14258echo "${ECHO_T}$OPENSC_CONFIG" >&6
14079else 14259else
14080 echo "$as_me:14080: result: no" >&5 14260 echo "$as_me:14260: result: no" >&5
14081echo "${ECHO_T}no" >&6 14261echo "${ECHO_T}no" >&6
14082fi 14262fi
14083 14263
@@ -14111,7 +14291,7 @@ if test "${with_dns+set}" = set; then
14111#define DNS 1 14291#define DNS 1
14112EOF 14292EOF
14113 14293
14114 echo "$as_me:14114: checking for library containing getrrsetbyname" >&5 14294 echo "$as_me:14294: checking for library containing getrrsetbyname" >&5
14115echo $ECHO_N "checking for library containing getrrsetbyname... $ECHO_C" >&6 14295echo $ECHO_N "checking for library containing getrrsetbyname... $ECHO_C" >&6
14116if test "${ac_cv_search_getrrsetbyname+set}" = set; then 14296if test "${ac_cv_search_getrrsetbyname+set}" = set; then
14117 echo $ECHO_N "(cached) $ECHO_C" >&6 14297 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14119,7 +14299,7 @@ else
14119 ac_func_search_save_LIBS=$LIBS 14299 ac_func_search_save_LIBS=$LIBS
14120ac_cv_search_getrrsetbyname=no 14300ac_cv_search_getrrsetbyname=no
14121cat >conftest.$ac_ext <<_ACEOF 14301cat >conftest.$ac_ext <<_ACEOF
14122#line 14122 "configure" 14302#line 14302 "configure"
14123#include "confdefs.h" 14303#include "confdefs.h"
14124 14304
14125/* Override any gcc2 internal prototype to avoid an error. */ 14305/* Override any gcc2 internal prototype to avoid an error. */
@@ -14138,16 +14318,16 @@ getrrsetbyname ();
14138} 14318}
14139_ACEOF 14319_ACEOF
14140rm -f conftest.$ac_objext conftest$ac_exeext 14320rm -f conftest.$ac_objext conftest$ac_exeext
14141if { (eval echo "$as_me:14141: \"$ac_link\"") >&5 14321if { (eval echo "$as_me:14321: \"$ac_link\"") >&5
14142 (eval $ac_link) 2>&5 14322 (eval $ac_link) 2>&5
14143 ac_status=$? 14323 ac_status=$?
14144 echo "$as_me:14144: \$? = $ac_status" >&5 14324 echo "$as_me:14324: \$? = $ac_status" >&5
14145 (exit $ac_status); } && 14325 (exit $ac_status); } &&
14146 { ac_try='test -s conftest$ac_exeext' 14326 { ac_try='test -s conftest$ac_exeext'
14147 { (eval echo "$as_me:14147: \"$ac_try\"") >&5 14327 { (eval echo "$as_me:14327: \"$ac_try\"") >&5
14148 (eval $ac_try) 2>&5 14328 (eval $ac_try) 2>&5
14149 ac_status=$? 14329 ac_status=$?
14150 echo "$as_me:14150: \$? = $ac_status" >&5 14330 echo "$as_me:14330: \$? = $ac_status" >&5
14151 (exit $ac_status); }; }; then 14331 (exit $ac_status); }; }; then
14152 ac_cv_search_getrrsetbyname="none required" 14332 ac_cv_search_getrrsetbyname="none required"
14153else 14333else
@@ -14159,7 +14339,7 @@ if test "$ac_cv_search_getrrsetbyname" = no; then
14159 for ac_lib in resolv; do 14339 for ac_lib in resolv; do
14160 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 14340 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14161 cat >conftest.$ac_ext <<_ACEOF 14341 cat >conftest.$ac_ext <<_ACEOF
14162#line 14162 "configure" 14342#line 14342 "configure"
14163#include "confdefs.h" 14343#include "confdefs.h"
14164 14344
14165/* Override any gcc2 internal prototype to avoid an error. */ 14345/* Override any gcc2 internal prototype to avoid an error. */
@@ -14178,16 +14358,16 @@ getrrsetbyname ();
14178} 14358}
14179_ACEOF 14359_ACEOF
14180rm -f conftest.$ac_objext conftest$ac_exeext 14360rm -f conftest.$ac_objext conftest$ac_exeext
14181if { (eval echo "$as_me:14181: \"$ac_link\"") >&5 14361if { (eval echo "$as_me:14361: \"$ac_link\"") >&5
14182 (eval $ac_link) 2>&5 14362 (eval $ac_link) 2>&5
14183 ac_status=$? 14363 ac_status=$?
14184 echo "$as_me:14184: \$? = $ac_status" >&5 14364 echo "$as_me:14364: \$? = $ac_status" >&5
14185 (exit $ac_status); } && 14365 (exit $ac_status); } &&
14186 { ac_try='test -s conftest$ac_exeext' 14366 { ac_try='test -s conftest$ac_exeext'
14187 { (eval echo "$as_me:14187: \"$ac_try\"") >&5 14367 { (eval echo "$as_me:14367: \"$ac_try\"") >&5
14188 (eval $ac_try) 2>&5 14368 (eval $ac_try) 2>&5
14189 ac_status=$? 14369 ac_status=$?
14190 echo "$as_me:14190: \$? = $ac_status" >&5 14370 echo "$as_me:14370: \$? = $ac_status" >&5
14191 (exit $ac_status); }; }; then 14371 (exit $ac_status); }; }; then
14192 ac_cv_search_getrrsetbyname="-l$ac_lib" 14372 ac_cv_search_getrrsetbyname="-l$ac_lib"
14193break 14373break
@@ -14200,7 +14380,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14200fi 14380fi
14201LIBS=$ac_func_search_save_LIBS 14381LIBS=$ac_func_search_save_LIBS
14202fi 14382fi
14203echo "$as_me:14203: result: $ac_cv_search_getrrsetbyname" >&5 14383echo "$as_me:14383: result: $ac_cv_search_getrrsetbyname" >&5
14204echo "${ECHO_T}$ac_cv_search_getrrsetbyname" >&6 14384echo "${ECHO_T}$ac_cv_search_getrrsetbyname" >&6
14205if test "$ac_cv_search_getrrsetbyname" != no; then 14385if test "$ac_cv_search_getrrsetbyname" != no; then
14206 test "$ac_cv_search_getrrsetbyname" = "none required" || LIBS="$ac_cv_search_getrrsetbyname $LIBS" 14386 test "$ac_cv_search_getrrsetbyname" = "none required" || LIBS="$ac_cv_search_getrrsetbyname $LIBS"
@@ -14211,7 +14391,7 @@ EOF
14211else 14391else
14212 14392
14213 # Needed by our getrrsetbyname() 14393 # Needed by our getrrsetbyname()
14214 echo "$as_me:14214: checking for library containing res_query" >&5 14394 echo "$as_me:14394: checking for library containing res_query" >&5
14215echo $ECHO_N "checking for library containing res_query... $ECHO_C" >&6 14395echo $ECHO_N "checking for library containing res_query... $ECHO_C" >&6
14216if test "${ac_cv_search_res_query+set}" = set; then 14396if test "${ac_cv_search_res_query+set}" = set; then
14217 echo $ECHO_N "(cached) $ECHO_C" >&6 14397 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14219,7 +14399,7 @@ else
14219 ac_func_search_save_LIBS=$LIBS 14399 ac_func_search_save_LIBS=$LIBS
14220ac_cv_search_res_query=no 14400ac_cv_search_res_query=no
14221cat >conftest.$ac_ext <<_ACEOF 14401cat >conftest.$ac_ext <<_ACEOF
14222#line 14222 "configure" 14402#line 14402 "configure"
14223#include "confdefs.h" 14403#include "confdefs.h"
14224 14404
14225/* Override any gcc2 internal prototype to avoid an error. */ 14405/* Override any gcc2 internal prototype to avoid an error. */
@@ -14238,16 +14418,16 @@ res_query ();
14238} 14418}
14239_ACEOF 14419_ACEOF
14240rm -f conftest.$ac_objext conftest$ac_exeext 14420rm -f conftest.$ac_objext conftest$ac_exeext
14241if { (eval echo "$as_me:14241: \"$ac_link\"") >&5 14421if { (eval echo "$as_me:14421: \"$ac_link\"") >&5
14242 (eval $ac_link) 2>&5 14422 (eval $ac_link) 2>&5
14243 ac_status=$? 14423 ac_status=$?
14244 echo "$as_me:14244: \$? = $ac_status" >&5 14424 echo "$as_me:14424: \$? = $ac_status" >&5
14245 (exit $ac_status); } && 14425 (exit $ac_status); } &&
14246 { ac_try='test -s conftest$ac_exeext' 14426 { ac_try='test -s conftest$ac_exeext'
14247 { (eval echo "$as_me:14247: \"$ac_try\"") >&5 14427 { (eval echo "$as_me:14427: \"$ac_try\"") >&5
14248 (eval $ac_try) 2>&5 14428 (eval $ac_try) 2>&5
14249 ac_status=$? 14429 ac_status=$?
14250 echo "$as_me:14250: \$? = $ac_status" >&5 14430 echo "$as_me:14430: \$? = $ac_status" >&5
14251 (exit $ac_status); }; }; then 14431 (exit $ac_status); }; }; then
14252 ac_cv_search_res_query="none required" 14432 ac_cv_search_res_query="none required"
14253else 14433else
@@ -14259,7 +14439,7 @@ if test "$ac_cv_search_res_query" = no; then
14259 for ac_lib in resolv; do 14439 for ac_lib in resolv; do
14260 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 14440 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14261 cat >conftest.$ac_ext <<_ACEOF 14441 cat >conftest.$ac_ext <<_ACEOF
14262#line 14262 "configure" 14442#line 14442 "configure"
14263#include "confdefs.h" 14443#include "confdefs.h"
14264 14444
14265/* Override any gcc2 internal prototype to avoid an error. */ 14445/* Override any gcc2 internal prototype to avoid an error. */
@@ -14278,16 +14458,16 @@ res_query ();
14278} 14458}
14279_ACEOF 14459_ACEOF
14280rm -f conftest.$ac_objext conftest$ac_exeext 14460rm -f conftest.$ac_objext conftest$ac_exeext
14281if { (eval echo "$as_me:14281: \"$ac_link\"") >&5 14461if { (eval echo "$as_me:14461: \"$ac_link\"") >&5
14282 (eval $ac_link) 2>&5 14462 (eval $ac_link) 2>&5
14283 ac_status=$? 14463 ac_status=$?
14284 echo "$as_me:14284: \$? = $ac_status" >&5 14464 echo "$as_me:14464: \$? = $ac_status" >&5
14285 (exit $ac_status); } && 14465 (exit $ac_status); } &&
14286 { ac_try='test -s conftest$ac_exeext' 14466 { ac_try='test -s conftest$ac_exeext'
14287 { (eval echo "$as_me:14287: \"$ac_try\"") >&5 14467 { (eval echo "$as_me:14467: \"$ac_try\"") >&5
14288 (eval $ac_try) 2>&5 14468 (eval $ac_try) 2>&5
14289 ac_status=$? 14469 ac_status=$?
14290 echo "$as_me:14290: \$? = $ac_status" >&5 14470 echo "$as_me:14470: \$? = $ac_status" >&5
14291 (exit $ac_status); }; }; then 14471 (exit $ac_status); }; }; then
14292 ac_cv_search_res_query="-l$ac_lib" 14472 ac_cv_search_res_query="-l$ac_lib"
14293break 14473break
@@ -14300,14 +14480,14 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14300fi 14480fi
14301LIBS=$ac_func_search_save_LIBS 14481LIBS=$ac_func_search_save_LIBS
14302fi 14482fi
14303echo "$as_me:14303: result: $ac_cv_search_res_query" >&5 14483echo "$as_me:14483: result: $ac_cv_search_res_query" >&5
14304echo "${ECHO_T}$ac_cv_search_res_query" >&6 14484echo "${ECHO_T}$ac_cv_search_res_query" >&6
14305if test "$ac_cv_search_res_query" != no; then 14485if test "$ac_cv_search_res_query" != no; then
14306 test "$ac_cv_search_res_query" = "none required" || LIBS="$ac_cv_search_res_query $LIBS" 14486 test "$ac_cv_search_res_query" = "none required" || LIBS="$ac_cv_search_res_query $LIBS"
14307 14487
14308fi 14488fi
14309 14489
14310 echo "$as_me:14310: checking for library containing dn_expand" >&5 14490 echo "$as_me:14490: checking for library containing dn_expand" >&5
14311echo $ECHO_N "checking for library containing dn_expand... $ECHO_C" >&6 14491echo $ECHO_N "checking for library containing dn_expand... $ECHO_C" >&6
14312if test "${ac_cv_search_dn_expand+set}" = set; then 14492if test "${ac_cv_search_dn_expand+set}" = set; then
14313 echo $ECHO_N "(cached) $ECHO_C" >&6 14493 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14315,7 +14495,7 @@ else
14315 ac_func_search_save_LIBS=$LIBS 14495 ac_func_search_save_LIBS=$LIBS
14316ac_cv_search_dn_expand=no 14496ac_cv_search_dn_expand=no
14317cat >conftest.$ac_ext <<_ACEOF 14497cat >conftest.$ac_ext <<_ACEOF
14318#line 14318 "configure" 14498#line 14498 "configure"
14319#include "confdefs.h" 14499#include "confdefs.h"
14320 14500
14321/* Override any gcc2 internal prototype to avoid an error. */ 14501/* Override any gcc2 internal prototype to avoid an error. */
@@ -14334,16 +14514,16 @@ dn_expand ();
14334} 14514}
14335_ACEOF 14515_ACEOF
14336rm -f conftest.$ac_objext conftest$ac_exeext 14516rm -f conftest.$ac_objext conftest$ac_exeext
14337if { (eval echo "$as_me:14337: \"$ac_link\"") >&5 14517if { (eval echo "$as_me:14517: \"$ac_link\"") >&5
14338 (eval $ac_link) 2>&5 14518 (eval $ac_link) 2>&5
14339 ac_status=$? 14519 ac_status=$?
14340 echo "$as_me:14340: \$? = $ac_status" >&5 14520 echo "$as_me:14520: \$? = $ac_status" >&5
14341 (exit $ac_status); } && 14521 (exit $ac_status); } &&
14342 { ac_try='test -s conftest$ac_exeext' 14522 { ac_try='test -s conftest$ac_exeext'
14343 { (eval echo "$as_me:14343: \"$ac_try\"") >&5 14523 { (eval echo "$as_me:14523: \"$ac_try\"") >&5
14344 (eval $ac_try) 2>&5 14524 (eval $ac_try) 2>&5
14345 ac_status=$? 14525 ac_status=$?
14346 echo "$as_me:14346: \$? = $ac_status" >&5 14526 echo "$as_me:14526: \$? = $ac_status" >&5
14347 (exit $ac_status); }; }; then 14527 (exit $ac_status); }; }; then
14348 ac_cv_search_dn_expand="none required" 14528 ac_cv_search_dn_expand="none required"
14349else 14529else
@@ -14355,7 +14535,7 @@ if test "$ac_cv_search_dn_expand" = no; then
14355 for ac_lib in resolv; do 14535 for ac_lib in resolv; do
14356 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 14536 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14357 cat >conftest.$ac_ext <<_ACEOF 14537 cat >conftest.$ac_ext <<_ACEOF
14358#line 14358 "configure" 14538#line 14538 "configure"
14359#include "confdefs.h" 14539#include "confdefs.h"
14360 14540
14361/* Override any gcc2 internal prototype to avoid an error. */ 14541/* Override any gcc2 internal prototype to avoid an error. */
@@ -14374,16 +14554,16 @@ dn_expand ();
14374} 14554}
14375_ACEOF 14555_ACEOF
14376rm -f conftest.$ac_objext conftest$ac_exeext 14556rm -f conftest.$ac_objext conftest$ac_exeext
14377if { (eval echo "$as_me:14377: \"$ac_link\"") >&5 14557if { (eval echo "$as_me:14557: \"$ac_link\"") >&5
14378 (eval $ac_link) 2>&5 14558 (eval $ac_link) 2>&5
14379 ac_status=$? 14559 ac_status=$?
14380 echo "$as_me:14380: \$? = $ac_status" >&5 14560 echo "$as_me:14560: \$? = $ac_status" >&5
14381 (exit $ac_status); } && 14561 (exit $ac_status); } &&
14382 { ac_try='test -s conftest$ac_exeext' 14562 { ac_try='test -s conftest$ac_exeext'
14383 { (eval echo "$as_me:14383: \"$ac_try\"") >&5 14563 { (eval echo "$as_me:14563: \"$ac_try\"") >&5
14384 (eval $ac_try) 2>&5 14564 (eval $ac_try) 2>&5
14385 ac_status=$? 14565 ac_status=$?
14386 echo "$as_me:14386: \$? = $ac_status" >&5 14566 echo "$as_me:14566: \$? = $ac_status" >&5
14387 (exit $ac_status); }; }; then 14567 (exit $ac_status); }; }; then
14388 ac_cv_search_dn_expand="-l$ac_lib" 14568 ac_cv_search_dn_expand="-l$ac_lib"
14389break 14569break
@@ -14396,7 +14576,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14396fi 14576fi
14397LIBS=$ac_func_search_save_LIBS 14577LIBS=$ac_func_search_save_LIBS
14398fi 14578fi
14399echo "$as_me:14399: result: $ac_cv_search_dn_expand" >&5 14579echo "$as_me:14579: result: $ac_cv_search_dn_expand" >&5
14400echo "${ECHO_T}$ac_cv_search_dn_expand" >&6 14580echo "${ECHO_T}$ac_cv_search_dn_expand" >&6
14401if test "$ac_cv_search_dn_expand" != no; then 14581if test "$ac_cv_search_dn_expand" != no; then
14402 test "$ac_cv_search_dn_expand" = "none required" || LIBS="$ac_cv_search_dn_expand $LIBS" 14582 test "$ac_cv_search_dn_expand" = "none required" || LIBS="$ac_cv_search_dn_expand $LIBS"
@@ -14406,13 +14586,13 @@ fi
14406for ac_func in _getshort _getlong 14586for ac_func in _getshort _getlong
14407do 14587do
14408as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 14588as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14409echo "$as_me:14409: checking for $ac_func" >&5 14589echo "$as_me:14589: checking for $ac_func" >&5
14410echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 14590echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14411if eval "test \"\${$as_ac_var+set}\" = set"; then 14591if eval "test \"\${$as_ac_var+set}\" = set"; then
14412 echo $ECHO_N "(cached) $ECHO_C" >&6 14592 echo $ECHO_N "(cached) $ECHO_C" >&6
14413else 14593else
14414 cat >conftest.$ac_ext <<_ACEOF 14594 cat >conftest.$ac_ext <<_ACEOF
14415#line 14415 "configure" 14595#line 14595 "configure"
14416#include "confdefs.h" 14596#include "confdefs.h"
14417/* System header to define __stub macros and hopefully few prototypes, 14597/* System header to define __stub macros and hopefully few prototypes,
14418 which can conflict with char $ac_func (); below. */ 14598 which can conflict with char $ac_func (); below. */
@@ -14443,16 +14623,16 @@ f = $ac_func;
14443} 14623}
14444_ACEOF 14624_ACEOF
14445rm -f conftest.$ac_objext conftest$ac_exeext 14625rm -f conftest.$ac_objext conftest$ac_exeext
14446if { (eval echo "$as_me:14446: \"$ac_link\"") >&5 14626if { (eval echo "$as_me:14626: \"$ac_link\"") >&5
14447 (eval $ac_link) 2>&5 14627 (eval $ac_link) 2>&5
14448 ac_status=$? 14628 ac_status=$?
14449 echo "$as_me:14449: \$? = $ac_status" >&5 14629 echo "$as_me:14629: \$? = $ac_status" >&5
14450 (exit $ac_status); } && 14630 (exit $ac_status); } &&
14451 { ac_try='test -s conftest$ac_exeext' 14631 { ac_try='test -s conftest$ac_exeext'
14452 { (eval echo "$as_me:14452: \"$ac_try\"") >&5 14632 { (eval echo "$as_me:14632: \"$ac_try\"") >&5
14453 (eval $ac_try) 2>&5 14633 (eval $ac_try) 2>&5
14454 ac_status=$? 14634 ac_status=$?
14455 echo "$as_me:14455: \$? = $ac_status" >&5 14635 echo "$as_me:14635: \$? = $ac_status" >&5
14456 (exit $ac_status); }; }; then 14636 (exit $ac_status); }; }; then
14457 eval "$as_ac_var=yes" 14637 eval "$as_ac_var=yes"
14458else 14638else
@@ -14462,7 +14642,7 @@ eval "$as_ac_var=no"
14462fi 14642fi
14463rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14643rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14464fi 14644fi
14465echo "$as_me:14465: result: `eval echo '${'$as_ac_var'}'`" >&5 14645echo "$as_me:14645: result: `eval echo '${'$as_ac_var'}'`" >&5
14466echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 14646echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14467if test `eval echo '${'$as_ac_var'}'` = yes; then 14647if test `eval echo '${'$as_ac_var'}'` = yes; then
14468 cat >>confdefs.h <<EOF 14648 cat >>confdefs.h <<EOF
@@ -14472,13 +14652,13 @@ EOF
14472fi 14652fi
14473done 14653done
14474 14654
14475 echo "$as_me:14475: checking for HEADER.ad" >&5 14655 echo "$as_me:14655: checking for HEADER.ad" >&5
14476echo $ECHO_N "checking for HEADER.ad... $ECHO_C" >&6 14656echo $ECHO_N "checking for HEADER.ad... $ECHO_C" >&6
14477if test "${ac_cv_member_HEADER_ad+set}" = set; then 14657if test "${ac_cv_member_HEADER_ad+set}" = set; then
14478 echo $ECHO_N "(cached) $ECHO_C" >&6 14658 echo $ECHO_N "(cached) $ECHO_C" >&6
14479else 14659else
14480 cat >conftest.$ac_ext <<_ACEOF 14660 cat >conftest.$ac_ext <<_ACEOF
14481#line 14481 "configure" 14661#line 14661 "configure"
14482#include "confdefs.h" 14662#include "confdefs.h"
14483#include <arpa/nameser.h> 14663#include <arpa/nameser.h>
14484 14664
@@ -14493,16 +14673,16 @@ return 0;
14493} 14673}
14494_ACEOF 14674_ACEOF
14495rm -f conftest.$ac_objext 14675rm -f conftest.$ac_objext
14496if { (eval echo "$as_me:14496: \"$ac_compile\"") >&5 14676if { (eval echo "$as_me:14676: \"$ac_compile\"") >&5
14497 (eval $ac_compile) 2>&5 14677 (eval $ac_compile) 2>&5
14498 ac_status=$? 14678 ac_status=$?
14499 echo "$as_me:14499: \$? = $ac_status" >&5 14679 echo "$as_me:14679: \$? = $ac_status" >&5
14500 (exit $ac_status); } && 14680 (exit $ac_status); } &&
14501 { ac_try='test -s conftest.$ac_objext' 14681 { ac_try='test -s conftest.$ac_objext'
14502 { (eval echo "$as_me:14502: \"$ac_try\"") >&5 14682 { (eval echo "$as_me:14682: \"$ac_try\"") >&5
14503 (eval $ac_try) 2>&5 14683 (eval $ac_try) 2>&5
14504 ac_status=$? 14684 ac_status=$?
14505 echo "$as_me:14505: \$? = $ac_status" >&5 14685 echo "$as_me:14685: \$? = $ac_status" >&5
14506 (exit $ac_status); }; }; then 14686 (exit $ac_status); }; }; then
14507 ac_cv_member_HEADER_ad=yes 14687 ac_cv_member_HEADER_ad=yes
14508else 14688else
@@ -14512,7 +14692,7 @@ ac_cv_member_HEADER_ad=no
14512fi 14692fi
14513rm -f conftest.$ac_objext conftest.$ac_ext 14693rm -f conftest.$ac_objext conftest.$ac_ext
14514fi 14694fi
14515echo "$as_me:14515: result: $ac_cv_member_HEADER_ad" >&5 14695echo "$as_me:14695: result: $ac_cv_member_HEADER_ad" >&5
14516echo "${ECHO_T}$ac_cv_member_HEADER_ad" >&6 14696echo "${ECHO_T}$ac_cv_member_HEADER_ad" >&6
14517if test $ac_cv_member_HEADER_ad = yes; then 14697if test $ac_cv_member_HEADER_ad = yes; then
14518 cat >>confdefs.h <<\EOF 14698 cat >>confdefs.h <<\EOF
@@ -14547,10 +14727,10 @@ if test "${with_kerberos5+set}" = set; then
14547EOF 14727EOF
14548 14728
14549 KRB5_MSG="yes" 14729 KRB5_MSG="yes"
14550 echo "$as_me:14550: checking whether we are using Heimdal" >&5 14730 echo "$as_me:14730: checking whether we are using Heimdal" >&5
14551echo $ECHO_N "checking whether we are using Heimdal... $ECHO_C" >&6 14731echo $ECHO_N "checking whether we are using Heimdal... $ECHO_C" >&6
14552 cat >conftest.$ac_ext <<_ACEOF 14732 cat >conftest.$ac_ext <<_ACEOF
14553#line 14553 "configure" 14733#line 14733 "configure"
14554#include "confdefs.h" 14734#include "confdefs.h"
14555 #include <krb5.h> 14735 #include <krb5.h>
14556int 14736int
@@ -14562,18 +14742,18 @@ main ()
14562} 14742}
14563_ACEOF 14743_ACEOF
14564rm -f conftest.$ac_objext 14744rm -f conftest.$ac_objext
14565if { (eval echo "$as_me:14565: \"$ac_compile\"") >&5 14745if { (eval echo "$as_me:14745: \"$ac_compile\"") >&5
14566 (eval $ac_compile) 2>&5 14746 (eval $ac_compile) 2>&5
14567 ac_status=$? 14747 ac_status=$?
14568 echo "$as_me:14568: \$? = $ac_status" >&5 14748 echo "$as_me:14748: \$? = $ac_status" >&5
14569 (exit $ac_status); } && 14749 (exit $ac_status); } &&
14570 { ac_try='test -s conftest.$ac_objext' 14750 { ac_try='test -s conftest.$ac_objext'
14571 { (eval echo "$as_me:14571: \"$ac_try\"") >&5 14751 { (eval echo "$as_me:14751: \"$ac_try\"") >&5
14572 (eval $ac_try) 2>&5 14752 (eval $ac_try) 2>&5
14573 ac_status=$? 14753 ac_status=$?
14574 echo "$as_me:14574: \$? = $ac_status" >&5 14754 echo "$as_me:14754: \$? = $ac_status" >&5
14575 (exit $ac_status); }; }; then 14755 (exit $ac_status); }; }; then
14576 echo "$as_me:14576: result: yes" >&5 14756 echo "$as_me:14756: result: yes" >&5
14577echo "${ECHO_T}yes" >&6 14757echo "${ECHO_T}yes" >&6
14578 cat >>confdefs.h <<\EOF 14758 cat >>confdefs.h <<\EOF
14579#define HEIMDAL 1 14759#define HEIMDAL 1
@@ -14584,7 +14764,7 @@ EOF
14584else 14764else
14585 echo "$as_me: failed program was:" >&5 14765 echo "$as_me: failed program was:" >&5
14586cat conftest.$ac_ext >&5 14766cat conftest.$ac_ext >&5
14587 echo "$as_me:14587: result: no" >&5 14767 echo "$as_me:14767: result: no" >&5
14588echo "${ECHO_T}no" >&6 14768echo "${ECHO_T}no" >&6
14589 K5LIBS="-lkrb5 -lk5crypto -lcom_err" 14769 K5LIBS="-lkrb5 -lk5crypto -lcom_err"
14590 14770
@@ -14596,7 +14776,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
14596 if test ! -z "$blibpath" ; then 14776 if test ! -z "$blibpath" ; then
14597 blibpath="$blibpath:${KRB5ROOT}/lib" 14777 blibpath="$blibpath:${KRB5ROOT}/lib"
14598 fi 14778 fi
14599 echo "$as_me:14599: checking for library containing dn_expand" >&5 14779 echo "$as_me:14779: checking for library containing dn_expand" >&5
14600echo $ECHO_N "checking for library containing dn_expand... $ECHO_C" >&6 14780echo $ECHO_N "checking for library containing dn_expand... $ECHO_C" >&6
14601if test "${ac_cv_search_dn_expand+set}" = set; then 14781if test "${ac_cv_search_dn_expand+set}" = set; then
14602 echo $ECHO_N "(cached) $ECHO_C" >&6 14782 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14604,7 +14784,7 @@ else
14604 ac_func_search_save_LIBS=$LIBS 14784 ac_func_search_save_LIBS=$LIBS
14605ac_cv_search_dn_expand=no 14785ac_cv_search_dn_expand=no
14606cat >conftest.$ac_ext <<_ACEOF 14786cat >conftest.$ac_ext <<_ACEOF
14607#line 14607 "configure" 14787#line 14787 "configure"
14608#include "confdefs.h" 14788#include "confdefs.h"
14609 14789
14610/* Override any gcc2 internal prototype to avoid an error. */ 14790/* Override any gcc2 internal prototype to avoid an error. */
@@ -14623,16 +14803,16 @@ dn_expand ();
14623} 14803}
14624_ACEOF 14804_ACEOF
14625rm -f conftest.$ac_objext conftest$ac_exeext 14805rm -f conftest.$ac_objext conftest$ac_exeext
14626if { (eval echo "$as_me:14626: \"$ac_link\"") >&5 14806if { (eval echo "$as_me:14806: \"$ac_link\"") >&5
14627 (eval $ac_link) 2>&5 14807 (eval $ac_link) 2>&5
14628 ac_status=$? 14808 ac_status=$?
14629 echo "$as_me:14629: \$? = $ac_status" >&5 14809 echo "$as_me:14809: \$? = $ac_status" >&5
14630 (exit $ac_status); } && 14810 (exit $ac_status); } &&
14631 { ac_try='test -s conftest$ac_exeext' 14811 { ac_try='test -s conftest$ac_exeext'
14632 { (eval echo "$as_me:14632: \"$ac_try\"") >&5 14812 { (eval echo "$as_me:14812: \"$ac_try\"") >&5
14633 (eval $ac_try) 2>&5 14813 (eval $ac_try) 2>&5
14634 ac_status=$? 14814 ac_status=$?
14635 echo "$as_me:14635: \$? = $ac_status" >&5 14815 echo "$as_me:14815: \$? = $ac_status" >&5
14636 (exit $ac_status); }; }; then 14816 (exit $ac_status); }; }; then
14637 ac_cv_search_dn_expand="none required" 14817 ac_cv_search_dn_expand="none required"
14638else 14818else
@@ -14644,7 +14824,7 @@ if test "$ac_cv_search_dn_expand" = no; then
14644 for ac_lib in resolv; do 14824 for ac_lib in resolv; do
14645 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 14825 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14646 cat >conftest.$ac_ext <<_ACEOF 14826 cat >conftest.$ac_ext <<_ACEOF
14647#line 14647 "configure" 14827#line 14827 "configure"
14648#include "confdefs.h" 14828#include "confdefs.h"
14649 14829
14650/* Override any gcc2 internal prototype to avoid an error. */ 14830/* Override any gcc2 internal prototype to avoid an error. */
@@ -14663,16 +14843,16 @@ dn_expand ();
14663} 14843}
14664_ACEOF 14844_ACEOF
14665rm -f conftest.$ac_objext conftest$ac_exeext 14845rm -f conftest.$ac_objext conftest$ac_exeext
14666if { (eval echo "$as_me:14666: \"$ac_link\"") >&5 14846if { (eval echo "$as_me:14846: \"$ac_link\"") >&5
14667 (eval $ac_link) 2>&5 14847 (eval $ac_link) 2>&5
14668 ac_status=$? 14848 ac_status=$?
14669 echo "$as_me:14669: \$? = $ac_status" >&5 14849 echo "$as_me:14849: \$? = $ac_status" >&5
14670 (exit $ac_status); } && 14850 (exit $ac_status); } &&
14671 { ac_try='test -s conftest$ac_exeext' 14851 { ac_try='test -s conftest$ac_exeext'
14672 { (eval echo "$as_me:14672: \"$ac_try\"") >&5 14852 { (eval echo "$as_me:14852: \"$ac_try\"") >&5
14673 (eval $ac_try) 2>&5 14853 (eval $ac_try) 2>&5
14674 ac_status=$? 14854 ac_status=$?
14675 echo "$as_me:14675: \$? = $ac_status" >&5 14855 echo "$as_me:14855: \$? = $ac_status" >&5
14676 (exit $ac_status); }; }; then 14856 (exit $ac_status); }; }; then
14677 ac_cv_search_dn_expand="-l$ac_lib" 14857 ac_cv_search_dn_expand="-l$ac_lib"
14678break 14858break
@@ -14685,14 +14865,14 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14685fi 14865fi
14686LIBS=$ac_func_search_save_LIBS 14866LIBS=$ac_func_search_save_LIBS
14687fi 14867fi
14688echo "$as_me:14688: result: $ac_cv_search_dn_expand" >&5 14868echo "$as_me:14868: result: $ac_cv_search_dn_expand" >&5
14689echo "${ECHO_T}$ac_cv_search_dn_expand" >&6 14869echo "${ECHO_T}$ac_cv_search_dn_expand" >&6
14690if test "$ac_cv_search_dn_expand" != no; then 14870if test "$ac_cv_search_dn_expand" != no; then
14691 test "$ac_cv_search_dn_expand" = "none required" || LIBS="$ac_cv_search_dn_expand $LIBS" 14871 test "$ac_cv_search_dn_expand" = "none required" || LIBS="$ac_cv_search_dn_expand $LIBS"
14692 14872
14693fi 14873fi
14694 14874
14695 echo "$as_me:14695: checking for gss_init_sec_context in -lgssapi" >&5 14875 echo "$as_me:14875: checking for gss_init_sec_context in -lgssapi" >&5
14696echo $ECHO_N "checking for gss_init_sec_context in -lgssapi... $ECHO_C" >&6 14876echo $ECHO_N "checking for gss_init_sec_context in -lgssapi... $ECHO_C" >&6
14697if test "${ac_cv_lib_gssapi_gss_init_sec_context+set}" = set; then 14877if test "${ac_cv_lib_gssapi_gss_init_sec_context+set}" = set; then
14698 echo $ECHO_N "(cached) $ECHO_C" >&6 14878 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14700,7 +14880,7 @@ else
14700 ac_check_lib_save_LIBS=$LIBS 14880 ac_check_lib_save_LIBS=$LIBS
14701LIBS="-lgssapi $K5LIBS $LIBS" 14881LIBS="-lgssapi $K5LIBS $LIBS"
14702cat >conftest.$ac_ext <<_ACEOF 14882cat >conftest.$ac_ext <<_ACEOF
14703#line 14703 "configure" 14883#line 14883 "configure"
14704#include "confdefs.h" 14884#include "confdefs.h"
14705 14885
14706/* Override any gcc2 internal prototype to avoid an error. */ 14886/* Override any gcc2 internal prototype to avoid an error. */
@@ -14719,16 +14899,16 @@ gss_init_sec_context ();
14719} 14899}
14720_ACEOF 14900_ACEOF
14721rm -f conftest.$ac_objext conftest$ac_exeext 14901rm -f conftest.$ac_objext conftest$ac_exeext
14722if { (eval echo "$as_me:14722: \"$ac_link\"") >&5 14902if { (eval echo "$as_me:14902: \"$ac_link\"") >&5
14723 (eval $ac_link) 2>&5 14903 (eval $ac_link) 2>&5
14724 ac_status=$? 14904 ac_status=$?
14725 echo "$as_me:14725: \$? = $ac_status" >&5 14905 echo "$as_me:14905: \$? = $ac_status" >&5
14726 (exit $ac_status); } && 14906 (exit $ac_status); } &&
14727 { ac_try='test -s conftest$ac_exeext' 14907 { ac_try='test -s conftest$ac_exeext'
14728 { (eval echo "$as_me:14728: \"$ac_try\"") >&5 14908 { (eval echo "$as_me:14908: \"$ac_try\"") >&5
14729 (eval $ac_try) 2>&5 14909 (eval $ac_try) 2>&5
14730 ac_status=$? 14910 ac_status=$?
14731 echo "$as_me:14731: \$? = $ac_status" >&5 14911 echo "$as_me:14911: \$? = $ac_status" >&5
14732 (exit $ac_status); }; }; then 14912 (exit $ac_status); }; }; then
14733 ac_cv_lib_gssapi_gss_init_sec_context=yes 14913 ac_cv_lib_gssapi_gss_init_sec_context=yes
14734else 14914else
@@ -14739,7 +14919,7 @@ fi
14739rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14919rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14740LIBS=$ac_check_lib_save_LIBS 14920LIBS=$ac_check_lib_save_LIBS
14741fi 14921fi
14742echo "$as_me:14742: result: $ac_cv_lib_gssapi_gss_init_sec_context" >&5 14922echo "$as_me:14922: result: $ac_cv_lib_gssapi_gss_init_sec_context" >&5
14743echo "${ECHO_T}$ac_cv_lib_gssapi_gss_init_sec_context" >&6 14923echo "${ECHO_T}$ac_cv_lib_gssapi_gss_init_sec_context" >&6
14744if test $ac_cv_lib_gssapi_gss_init_sec_context = yes; then 14924if test $ac_cv_lib_gssapi_gss_init_sec_context = yes; then
14745 cat >>confdefs.h <<\EOF 14925 cat >>confdefs.h <<\EOF
@@ -14748,7 +14928,7 @@ EOF
14748 14928
14749 K5LIBS="-lgssapi $K5LIBS" 14929 K5LIBS="-lgssapi $K5LIBS"
14750else 14930else
14751 echo "$as_me:14751: checking for gss_init_sec_context in -lgssapi_krb5" >&5 14931 echo "$as_me:14931: checking for gss_init_sec_context in -lgssapi_krb5" >&5
14752echo $ECHO_N "checking for gss_init_sec_context in -lgssapi_krb5... $ECHO_C" >&6 14932echo $ECHO_N "checking for gss_init_sec_context in -lgssapi_krb5... $ECHO_C" >&6
14753if test "${ac_cv_lib_gssapi_krb5_gss_init_sec_context+set}" = set; then 14933if test "${ac_cv_lib_gssapi_krb5_gss_init_sec_context+set}" = set; then
14754 echo $ECHO_N "(cached) $ECHO_C" >&6 14934 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14756,7 +14936,7 @@ else
14756 ac_check_lib_save_LIBS=$LIBS 14936 ac_check_lib_save_LIBS=$LIBS
14757LIBS="-lgssapi_krb5 $K5LIBS $LIBS" 14937LIBS="-lgssapi_krb5 $K5LIBS $LIBS"
14758cat >conftest.$ac_ext <<_ACEOF 14938cat >conftest.$ac_ext <<_ACEOF
14759#line 14759 "configure" 14939#line 14939 "configure"
14760#include "confdefs.h" 14940#include "confdefs.h"
14761 14941
14762/* Override any gcc2 internal prototype to avoid an error. */ 14942/* Override any gcc2 internal prototype to avoid an error. */
@@ -14775,16 +14955,16 @@ gss_init_sec_context ();
14775} 14955}
14776_ACEOF 14956_ACEOF
14777rm -f conftest.$ac_objext conftest$ac_exeext 14957rm -f conftest.$ac_objext conftest$ac_exeext
14778if { (eval echo "$as_me:14778: \"$ac_link\"") >&5 14958if { (eval echo "$as_me:14958: \"$ac_link\"") >&5
14779 (eval $ac_link) 2>&5 14959 (eval $ac_link) 2>&5
14780 ac_status=$? 14960 ac_status=$?
14781 echo "$as_me:14781: \$? = $ac_status" >&5 14961 echo "$as_me:14961: \$? = $ac_status" >&5
14782 (exit $ac_status); } && 14962 (exit $ac_status); } &&
14783 { ac_try='test -s conftest$ac_exeext' 14963 { ac_try='test -s conftest$ac_exeext'
14784 { (eval echo "$as_me:14784: \"$ac_try\"") >&5 14964 { (eval echo "$as_me:14964: \"$ac_try\"") >&5
14785 (eval $ac_try) 2>&5 14965 (eval $ac_try) 2>&5
14786 ac_status=$? 14966 ac_status=$?
14787 echo "$as_me:14787: \$? = $ac_status" >&5 14967 echo "$as_me:14967: \$? = $ac_status" >&5
14788 (exit $ac_status); }; }; then 14968 (exit $ac_status); }; }; then
14789 ac_cv_lib_gssapi_krb5_gss_init_sec_context=yes 14969 ac_cv_lib_gssapi_krb5_gss_init_sec_context=yes
14790else 14970else
@@ -14795,7 +14975,7 @@ fi
14795rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14975rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14796LIBS=$ac_check_lib_save_LIBS 14976LIBS=$ac_check_lib_save_LIBS
14797fi 14977fi
14798echo "$as_me:14798: result: $ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&5 14978echo "$as_me:14978: result: $ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&5
14799echo "${ECHO_T}$ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&6 14979echo "${ECHO_T}$ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&6
14800if test $ac_cv_lib_gssapi_krb5_gss_init_sec_context = yes; then 14980if test $ac_cv_lib_gssapi_krb5_gss_init_sec_context = yes; then
14801 cat >>confdefs.h <<\EOF 14981 cat >>confdefs.h <<\EOF
@@ -14804,29 +14984,29 @@ EOF
14804 14984
14805 K5LIBS="-lgssapi_krb5 $K5LIBS" 14985 K5LIBS="-lgssapi_krb5 $K5LIBS"
14806else 14986else
14807 { echo "$as_me:14807: WARNING: Cannot find any suitable gss-api library - build may fail" >&5 14987 { echo "$as_me:14987: WARNING: Cannot find any suitable gss-api library - build may fail" >&5
14808echo "$as_me: WARNING: Cannot find any suitable gss-api library - build may fail" >&2;} 14988echo "$as_me: WARNING: Cannot find any suitable gss-api library - build may fail" >&2;}
14809fi 14989fi
14810 14990
14811fi 14991fi
14812 14992
14813 echo "$as_me:14813: checking for gssapi.h" >&5 14993 echo "$as_me:14993: checking for gssapi.h" >&5
14814echo $ECHO_N "checking for gssapi.h... $ECHO_C" >&6 14994echo $ECHO_N "checking for gssapi.h... $ECHO_C" >&6
14815if test "${ac_cv_header_gssapi_h+set}" = set; then 14995if test "${ac_cv_header_gssapi_h+set}" = set; then
14816 echo $ECHO_N "(cached) $ECHO_C" >&6 14996 echo $ECHO_N "(cached) $ECHO_C" >&6
14817else 14997else
14818 cat >conftest.$ac_ext <<_ACEOF 14998 cat >conftest.$ac_ext <<_ACEOF
14819#line 14819 "configure" 14999#line 14999 "configure"
14820#include "confdefs.h" 15000#include "confdefs.h"
14821#include <gssapi.h> 15001#include <gssapi.h>
14822_ACEOF 15002_ACEOF
14823if { (eval echo "$as_me:14823: \"$ac_cpp conftest.$ac_ext\"") >&5 15003if { (eval echo "$as_me:15003: \"$ac_cpp conftest.$ac_ext\"") >&5
14824 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 15004 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14825 ac_status=$? 15005 ac_status=$?
14826 egrep -v '^ *\+' conftest.er1 >conftest.err 15006 egrep -v '^ *\+' conftest.er1 >conftest.err
14827 rm -f conftest.er1 15007 rm -f conftest.er1
14828 cat conftest.err >&5 15008 cat conftest.err >&5
14829 echo "$as_me:14829: \$? = $ac_status" >&5 15009 echo "$as_me:15009: \$? = $ac_status" >&5
14830 (exit $ac_status); } >/dev/null; then 15010 (exit $ac_status); } >/dev/null; then
14831 if test -s conftest.err; then 15011 if test -s conftest.err; then
14832 ac_cpp_err=$ac_c_preproc_warn_flag 15012 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -14845,7 +15025,7 @@ else
14845fi 15025fi
14846rm -f conftest.err conftest.$ac_ext 15026rm -f conftest.err conftest.$ac_ext
14847fi 15027fi
14848echo "$as_me:14848: result: $ac_cv_header_gssapi_h" >&5 15028echo "$as_me:15028: result: $ac_cv_header_gssapi_h" >&5
14849echo "${ECHO_T}$ac_cv_header_gssapi_h" >&6 15029echo "${ECHO_T}$ac_cv_header_gssapi_h" >&6
14850if test $ac_cv_header_gssapi_h = yes; then 15030if test $ac_cv_header_gssapi_h = yes; then
14851 : 15031 :
@@ -14856,23 +15036,23 @@ else
14856for ac_header in gssapi.h 15036for ac_header in gssapi.h
14857do 15037do
14858as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 15038as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14859echo "$as_me:14859: checking for $ac_header" >&5 15039echo "$as_me:15039: checking for $ac_header" >&5
14860echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 15040echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14861if eval "test \"\${$as_ac_Header+set}\" = set"; then 15041if eval "test \"\${$as_ac_Header+set}\" = set"; then
14862 echo $ECHO_N "(cached) $ECHO_C" >&6 15042 echo $ECHO_N "(cached) $ECHO_C" >&6
14863else 15043else
14864 cat >conftest.$ac_ext <<_ACEOF 15044 cat >conftest.$ac_ext <<_ACEOF
14865#line 14865 "configure" 15045#line 15045 "configure"
14866#include "confdefs.h" 15046#include "confdefs.h"
14867#include <$ac_header> 15047#include <$ac_header>
14868_ACEOF 15048_ACEOF
14869if { (eval echo "$as_me:14869: \"$ac_cpp conftest.$ac_ext\"") >&5 15049if { (eval echo "$as_me:15049: \"$ac_cpp conftest.$ac_ext\"") >&5
14870 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 15050 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14871 ac_status=$? 15051 ac_status=$?
14872 egrep -v '^ *\+' conftest.er1 >conftest.err 15052 egrep -v '^ *\+' conftest.er1 >conftest.err
14873 rm -f conftest.er1 15053 rm -f conftest.er1
14874 cat conftest.err >&5 15054 cat conftest.err >&5
14875 echo "$as_me:14875: \$? = $ac_status" >&5 15055 echo "$as_me:15055: \$? = $ac_status" >&5
14876 (exit $ac_status); } >/dev/null; then 15056 (exit $ac_status); } >/dev/null; then
14877 if test -s conftest.err; then 15057 if test -s conftest.err; then
14878 ac_cpp_err=$ac_c_preproc_warn_flag 15058 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -14891,7 +15071,7 @@ else
14891fi 15071fi
14892rm -f conftest.err conftest.$ac_ext 15072rm -f conftest.err conftest.$ac_ext
14893fi 15073fi
14894echo "$as_me:14894: result: `eval echo '${'$as_ac_Header'}'`" >&5 15074echo "$as_me:15074: result: `eval echo '${'$as_ac_Header'}'`" >&5
14895echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15075echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14896if test `eval echo '${'$as_ac_Header'}'` = yes; then 15076if test `eval echo '${'$as_ac_Header'}'` = yes; then
14897 cat >>confdefs.h <<EOF 15077 cat >>confdefs.h <<EOF
@@ -14899,7 +15079,7 @@ if test `eval echo '${'$as_ac_Header'}'` = yes; then
14899EOF 15079EOF
14900 15080
14901else 15081else
14902 { echo "$as_me:14902: WARNING: Cannot find any suitable gss-api header - build may fail" >&5 15082 { echo "$as_me:15082: WARNING: Cannot find any suitable gss-api header - build may fail" >&5
14903echo "$as_me: WARNING: Cannot find any suitable gss-api header - build may fail" >&2;} 15083echo "$as_me: WARNING: Cannot find any suitable gss-api header - build may fail" >&2;}
14904 15084
14905fi 15085fi
@@ -14909,23 +15089,23 @@ fi
14909 15089
14910 oldCPP="$CPPFLAGS" 15090 oldCPP="$CPPFLAGS"
14911 CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include/gssapi" 15091 CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include/gssapi"
14912 echo "$as_me:14912: checking for gssapi_krb5.h" >&5 15092 echo "$as_me:15092: checking for gssapi_krb5.h" >&5
14913echo $ECHO_N "checking for gssapi_krb5.h... $ECHO_C" >&6 15093echo $ECHO_N "checking for gssapi_krb5.h... $ECHO_C" >&6
14914if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then 15094if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then
14915 echo $ECHO_N "(cached) $ECHO_C" >&6 15095 echo $ECHO_N "(cached) $ECHO_C" >&6
14916else 15096else
14917 cat >conftest.$ac_ext <<_ACEOF 15097 cat >conftest.$ac_ext <<_ACEOF
14918#line 14918 "configure" 15098#line 15098 "configure"
14919#include "confdefs.h" 15099#include "confdefs.h"
14920#include <gssapi_krb5.h> 15100#include <gssapi_krb5.h>
14921_ACEOF 15101_ACEOF
14922if { (eval echo "$as_me:14922: \"$ac_cpp conftest.$ac_ext\"") >&5 15102if { (eval echo "$as_me:15102: \"$ac_cpp conftest.$ac_ext\"") >&5
14923 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 15103 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14924 ac_status=$? 15104 ac_status=$?
14925 egrep -v '^ *\+' conftest.er1 >conftest.err 15105 egrep -v '^ *\+' conftest.er1 >conftest.err
14926 rm -f conftest.er1 15106 rm -f conftest.er1
14927 cat conftest.err >&5 15107 cat conftest.err >&5
14928 echo "$as_me:14928: \$? = $ac_status" >&5 15108 echo "$as_me:15108: \$? = $ac_status" >&5
14929 (exit $ac_status); } >/dev/null; then 15109 (exit $ac_status); } >/dev/null; then
14930 if test -s conftest.err; then 15110 if test -s conftest.err; then
14931 ac_cpp_err=$ac_c_preproc_warn_flag 15111 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -14944,7 +15124,7 @@ else
14944fi 15124fi
14945rm -f conftest.err conftest.$ac_ext 15125rm -f conftest.err conftest.$ac_ext
14946fi 15126fi
14947echo "$as_me:14947: result: $ac_cv_header_gssapi_krb5_h" >&5 15127echo "$as_me:15127: result: $ac_cv_header_gssapi_krb5_h" >&5
14948echo "${ECHO_T}$ac_cv_header_gssapi_krb5_h" >&6 15128echo "${ECHO_T}$ac_cv_header_gssapi_krb5_h" >&6
14949if test $ac_cv_header_gssapi_krb5_h = yes; then 15129if test $ac_cv_header_gssapi_krb5_h = yes; then
14950 : 15130 :
@@ -14989,7 +15169,7 @@ else
14989 TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin" 15169 TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin"
14990 # Extract the first word of "xauth", so it can be a program name with args. 15170 # Extract the first word of "xauth", so it can be a program name with args.
14991set dummy xauth; ac_word=$2 15171set dummy xauth; ac_word=$2
14992echo "$as_me:14992: checking for $ac_word" >&5 15172echo "$as_me:15172: checking for $ac_word" >&5
14993echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 15173echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14994if test "${ac_cv_path_xauth_path+set}" = set; then 15174if test "${ac_cv_path_xauth_path+set}" = set; then
14995 echo $ECHO_N "(cached) $ECHO_C" >&6 15175 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -15006,7 +15186,7 @@ for ac_dir in $ac_dummy; do
15006 test -z "$ac_dir" && ac_dir=. 15186 test -z "$ac_dir" && ac_dir=.
15007 if $as_executable_p "$ac_dir/$ac_word"; then 15187 if $as_executable_p "$ac_dir/$ac_word"; then
15008 ac_cv_path_xauth_path="$ac_dir/$ac_word" 15188 ac_cv_path_xauth_path="$ac_dir/$ac_word"
15009 echo "$as_me:15009: found $ac_dir/$ac_word" >&5 15189 echo "$as_me:15189: found $ac_dir/$ac_word" >&5
15010 break 15190 break
15011fi 15191fi
15012done 15192done
@@ -15017,10 +15197,10 @@ fi
15017xauth_path=$ac_cv_path_xauth_path 15197xauth_path=$ac_cv_path_xauth_path
15018 15198
15019if test -n "$xauth_path"; then 15199if test -n "$xauth_path"; then
15020 echo "$as_me:15020: result: $xauth_path" >&5 15200 echo "$as_me:15200: result: $xauth_path" >&5
15021echo "${ECHO_T}$xauth_path" >&6 15201echo "${ECHO_T}$xauth_path" >&6
15022else 15202else
15023 echo "$as_me:15023: result: no" >&5 15203 echo "$as_me:15203: result: no" >&5
15024echo "${ECHO_T}no" >&6 15204echo "${ECHO_T}no" >&6
15025fi 15205fi
15026 15206
@@ -15064,13 +15244,13 @@ fi
15064 15244
15065if test -z "$no_dev_ptmx" ; then 15245if test -z "$no_dev_ptmx" ; then
15066 if test "x$disable_ptmx_check" != "xyes" ; then 15246 if test "x$disable_ptmx_check" != "xyes" ; then
15067 echo "$as_me:15067: checking for \"/dev/ptmx\"" >&5 15247 echo "$as_me:15247: checking for \"/dev/ptmx\"" >&5
15068echo $ECHO_N "checking for \"/dev/ptmx\"... $ECHO_C" >&6 15248echo $ECHO_N "checking for \"/dev/ptmx\"... $ECHO_C" >&6
15069if test "${ac_cv_file___dev_ptmx_+set}" = set; then 15249if test "${ac_cv_file___dev_ptmx_+set}" = set; then
15070 echo $ECHO_N "(cached) $ECHO_C" >&6 15250 echo $ECHO_N "(cached) $ECHO_C" >&6
15071else 15251else
15072 test "$cross_compiling" = yes && 15252 test "$cross_compiling" = yes &&
15073 { { echo "$as_me:15073: error: cannot check for file existence when cross compiling" >&5 15253 { { echo "$as_me:15253: error: cannot check for file existence when cross compiling" >&5
15074echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 15254echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
15075 { (exit 1); exit 1; }; } 15255 { (exit 1); exit 1; }; }
15076if test -r ""/dev/ptmx""; then 15256if test -r ""/dev/ptmx""; then
@@ -15079,7 +15259,7 @@ else
15079 ac_cv_file___dev_ptmx_=no 15259 ac_cv_file___dev_ptmx_=no
15080fi 15260fi
15081fi 15261fi
15082echo "$as_me:15082: result: $ac_cv_file___dev_ptmx_" >&5 15262echo "$as_me:15262: result: $ac_cv_file___dev_ptmx_" >&5
15083echo "${ECHO_T}$ac_cv_file___dev_ptmx_" >&6 15263echo "${ECHO_T}$ac_cv_file___dev_ptmx_" >&6
15084if test $ac_cv_file___dev_ptmx_ = yes; then 15264if test $ac_cv_file___dev_ptmx_ = yes; then
15085 15265
@@ -15093,13 +15273,13 @@ fi
15093 15273
15094 fi 15274 fi
15095fi 15275fi
15096echo "$as_me:15096: checking for \"/dev/ptc\"" >&5 15276echo "$as_me:15276: checking for \"/dev/ptc\"" >&5
15097echo $ECHO_N "checking for \"/dev/ptc\"... $ECHO_C" >&6 15277echo $ECHO_N "checking for \"/dev/ptc\"... $ECHO_C" >&6
15098if test "${ac_cv_file___dev_ptc_+set}" = set; then 15278if test "${ac_cv_file___dev_ptc_+set}" = set; then
15099 echo $ECHO_N "(cached) $ECHO_C" >&6 15279 echo $ECHO_N "(cached) $ECHO_C" >&6
15100else 15280else
15101 test "$cross_compiling" = yes && 15281 test "$cross_compiling" = yes &&
15102 { { echo "$as_me:15102: error: cannot check for file existence when cross compiling" >&5 15282 { { echo "$as_me:15282: error: cannot check for file existence when cross compiling" >&5
15103echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 15283echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
15104 { (exit 1); exit 1; }; } 15284 { (exit 1); exit 1; }; }
15105if test -r ""/dev/ptc""; then 15285if test -r ""/dev/ptc""; then
@@ -15108,7 +15288,7 @@ else
15108 ac_cv_file___dev_ptc_=no 15288 ac_cv_file___dev_ptc_=no
15109fi 15289fi
15110fi 15290fi
15111echo "$as_me:15111: result: $ac_cv_file___dev_ptc_" >&5 15291echo "$as_me:15291: result: $ac_cv_file___dev_ptc_" >&5
15112echo "${ECHO_T}$ac_cv_file___dev_ptc_" >&6 15292echo "${ECHO_T}$ac_cv_file___dev_ptc_" >&6
15113if test $ac_cv_file___dev_ptc_ = yes; then 15293if test $ac_cv_file___dev_ptc_ = yes; then
15114 15294
@@ -15131,7 +15311,7 @@ if test "${with_mantype+set}" = set; then
15131 MANTYPE=$withval 15311 MANTYPE=$withval
15132 ;; 15312 ;;
15133 *) 15313 *)
15134 { { echo "$as_me:15134: error: invalid man type: $withval" >&5 15314 { { echo "$as_me:15314: error: invalid man type: $withval" >&5
15135echo "$as_me: error: invalid man type: $withval" >&2;} 15315echo "$as_me: error: invalid man type: $withval" >&2;}
15136 { (exit 1); exit 1; }; } 15316 { (exit 1); exit 1; }; }
15137 ;; 15317 ;;
@@ -15144,7 +15324,7 @@ if test -z "$MANTYPE"; then
15144do 15324do
15145 # Extract the first word of "$ac_prog", so it can be a program name with args. 15325 # Extract the first word of "$ac_prog", so it can be a program name with args.
15146set dummy $ac_prog; ac_word=$2 15326set dummy $ac_prog; ac_word=$2
15147echo "$as_me:15147: checking for $ac_word" >&5 15327echo "$as_me:15327: checking for $ac_word" >&5
15148echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 15328echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15149if test "${ac_cv_path_NROFF+set}" = set; then 15329if test "${ac_cv_path_NROFF+set}" = set; then
15150 echo $ECHO_N "(cached) $ECHO_C" >&6 15330 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -15161,7 +15341,7 @@ for ac_dir in $ac_dummy; do
15161 test -z "$ac_dir" && ac_dir=. 15341 test -z "$ac_dir" && ac_dir=.
15162 if $as_executable_p "$ac_dir/$ac_word"; then 15342 if $as_executable_p "$ac_dir/$ac_word"; then
15163 ac_cv_path_NROFF="$ac_dir/$ac_word" 15343 ac_cv_path_NROFF="$ac_dir/$ac_word"
15164 echo "$as_me:15164: found $ac_dir/$ac_word" >&5 15344 echo "$as_me:15344: found $ac_dir/$ac_word" >&5
15165 break 15345 break
15166fi 15346fi
15167done 15347done
@@ -15172,10 +15352,10 @@ fi
15172NROFF=$ac_cv_path_NROFF 15352NROFF=$ac_cv_path_NROFF
15173 15353
15174if test -n "$NROFF"; then 15354if test -n "$NROFF"; then
15175 echo "$as_me:15175: result: $NROFF" >&5 15355 echo "$as_me:15355: result: $NROFF" >&5
15176echo "${ECHO_T}$NROFF" >&6 15356echo "${ECHO_T}$NROFF" >&6
15177else 15357else
15178 echo "$as_me:15178: result: no" >&5 15358 echo "$as_me:15358: result: no" >&5
15179echo "${ECHO_T}no" >&6 15359echo "${ECHO_T}no" >&6
15180fi 15360fi
15181 15361
@@ -15232,10 +15412,10 @@ EOF
15232fi; 15412fi;
15233 15413
15234if test -z "$disable_shadow" ; then 15414if test -z "$disable_shadow" ; then
15235 echo "$as_me:15235: checking if the systems has expire shadow information" >&5 15415 echo "$as_me:15415: checking if the systems has expire shadow information" >&5
15236echo $ECHO_N "checking if the systems has expire shadow information... $ECHO_C" >&6 15416echo $ECHO_N "checking if the systems has expire shadow information... $ECHO_C" >&6
15237 cat >conftest.$ac_ext <<_ACEOF 15417 cat >conftest.$ac_ext <<_ACEOF
15238#line 15238 "configure" 15418#line 15418 "configure"
15239#include "confdefs.h" 15419#include "confdefs.h"
15240 15420
15241#include <sys/types.h> 15421#include <sys/types.h>
@@ -15251,16 +15431,16 @@ main ()
15251} 15431}
15252_ACEOF 15432_ACEOF
15253rm -f conftest.$ac_objext 15433rm -f conftest.$ac_objext
15254if { (eval echo "$as_me:15254: \"$ac_compile\"") >&5 15434if { (eval echo "$as_me:15434: \"$ac_compile\"") >&5
15255 (eval $ac_compile) 2>&5 15435 (eval $ac_compile) 2>&5
15256 ac_status=$? 15436 ac_status=$?
15257 echo "$as_me:15257: \$? = $ac_status" >&5 15437 echo "$as_me:15437: \$? = $ac_status" >&5
15258 (exit $ac_status); } && 15438 (exit $ac_status); } &&
15259 { ac_try='test -s conftest.$ac_objext' 15439 { ac_try='test -s conftest.$ac_objext'
15260 { (eval echo "$as_me:15260: \"$ac_try\"") >&5 15440 { (eval echo "$as_me:15440: \"$ac_try\"") >&5
15261 (eval $ac_try) 2>&5 15441 (eval $ac_try) 2>&5
15262 ac_status=$? 15442 ac_status=$?
15263 echo "$as_me:15263: \$? = $ac_status" >&5 15443 echo "$as_me:15443: \$? = $ac_status" >&5
15264 (exit $ac_status); }; }; then 15444 (exit $ac_status); }; }; then
15265 sp_expire_available=yes 15445 sp_expire_available=yes
15266else 15446else
@@ -15271,14 +15451,14 @@ fi
15271rm -f conftest.$ac_objext conftest.$ac_ext 15451rm -f conftest.$ac_objext conftest.$ac_ext
15272 15452
15273 if test "x$sp_expire_available" = "xyes" ; then 15453 if test "x$sp_expire_available" = "xyes" ; then
15274 echo "$as_me:15274: result: yes" >&5 15454 echo "$as_me:15454: result: yes" >&5
15275echo "${ECHO_T}yes" >&6 15455echo "${ECHO_T}yes" >&6
15276 cat >>confdefs.h <<\EOF 15456 cat >>confdefs.h <<\EOF
15277#define HAS_SHADOW_EXPIRE 1 15457#define HAS_SHADOW_EXPIRE 1
15278EOF 15458EOF
15279 15459
15280 else 15460 else
15281 echo "$as_me:15281: result: no" >&5 15461 echo "$as_me:15461: result: no" >&5
15282echo "${ECHO_T}no" >&6 15462echo "${ECHO_T}no" >&6
15283 fi 15463 fi
15284fi 15464fi
@@ -15309,13 +15489,19 @@ fi;
15309fi 15489fi
15310 15490
15311# check for /etc/default/login and use it if present. 15491# check for /etc/default/login and use it if present.
15312echo "$as_me:15312: checking for \"/etc/default/login\"" >&5 15492# Check whether --enable-etc-default-login or --disable-etc-default-login was given.
15493if test "${enable_etc_default_login+set}" = set; then
15494 enableval="$enable_etc_default_login"
15495
15496else
15497
15498echo "$as_me:15498: checking for \"/etc/default/login\"" >&5
15313echo $ECHO_N "checking for \"/etc/default/login\"... $ECHO_C" >&6 15499echo $ECHO_N "checking for \"/etc/default/login\"... $ECHO_C" >&6
15314if test "${ac_cv_file___etc_default_login_+set}" = set; then 15500if test "${ac_cv_file___etc_default_login_+set}" = set; then
15315 echo $ECHO_N "(cached) $ECHO_C" >&6 15501 echo $ECHO_N "(cached) $ECHO_C" >&6
15316else 15502else
15317 test "$cross_compiling" = yes && 15503 test "$cross_compiling" = yes &&
15318 { { echo "$as_me:15318: error: cannot check for file existence when cross compiling" >&5 15504 { { echo "$as_me:15504: error: cannot check for file existence when cross compiling" >&5
15319echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 15505echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
15320 { (exit 1); exit 1; }; } 15506 { (exit 1); exit 1; }; }
15321if test -r ""/etc/default/login""; then 15507if test -r ""/etc/default/login""; then
@@ -15324,7 +15510,7 @@ else
15324 ac_cv_file___etc_default_login_=no 15510 ac_cv_file___etc_default_login_=no
15325fi 15511fi
15326fi 15512fi
15327echo "$as_me:15327: result: $ac_cv_file___etc_default_login_" >&5 15513echo "$as_me:15513: result: $ac_cv_file___etc_default_login_" >&5
15328echo "${ECHO_T}$ac_cv_file___etc_default_login_" >&6 15514echo "${ECHO_T}$ac_cv_file___etc_default_login_" >&6
15329if test $ac_cv_file___etc_default_login_ = yes; then 15515if test $ac_cv_file___etc_default_login_ = yes; then
15330 external_path_file=/etc/default/login 15516 external_path_file=/etc/default/login
@@ -15337,6 +15523,8 @@ EOF
15337 15523
15338fi 15524fi
15339 15525
15526fi;
15527
15340if test $ac_cv_func_login_getcapbool = "yes" -a \ 15528if test $ac_cv_func_login_getcapbool = "yes" -a \
15341 $ac_cv_header_login_cap_h = "yes" ; then 15529 $ac_cv_header_login_cap_h = "yes" ; then
15342 external_path_file=/etc/login.conf 15530 external_path_file=/etc/login.conf
@@ -15350,7 +15538,7 @@ if test "${with_default_path+set}" = set; then
15350 withval="$with_default_path" 15538 withval="$with_default_path"
15351 15539
15352 if test "x$external_path_file" = "x/etc/login.conf" ; then 15540 if test "x$external_path_file" = "x/etc/login.conf" ; then
15353 { echo "$as_me:15353: WARNING: 15541 { echo "$as_me:15541: WARNING:
15354--with-default-path=PATH has no effect on this system. 15542--with-default-path=PATH has no effect on this system.
15355Edit /etc/login.conf instead." >&5 15543Edit /etc/login.conf instead." >&5
15356echo "$as_me: WARNING: 15544echo "$as_me: WARNING:
@@ -15358,7 +15546,7 @@ echo "$as_me: WARNING:
15358Edit /etc/login.conf instead." >&2;} 15546Edit /etc/login.conf instead." >&2;}
15359 elif test "x$withval" != "xno" ; then 15547 elif test "x$withval" != "xno" ; then
15360 if test ! -z "$external_path_file" ; then 15548 if test ! -z "$external_path_file" ; then
15361 { echo "$as_me:15361: WARNING: 15549 { echo "$as_me:15549: WARNING:
15362--with-default-path=PATH will only be used if PATH is not defined in 15550--with-default-path=PATH will only be used if PATH is not defined in
15363$external_path_file ." >&5 15551$external_path_file ." >&5
15364echo "$as_me: WARNING: 15552echo "$as_me: WARNING:
@@ -15371,11 +15559,11 @@ $external_path_file ." >&2;}
15371 15559
15372else 15560else
15373 if test "x$external_path_file" = "x/etc/login.conf" ; then 15561 if test "x$external_path_file" = "x/etc/login.conf" ; then
15374 { echo "$as_me:15374: WARNING: Make sure the path to scp is in /etc/login.conf" >&5 15562 { echo "$as_me:15562: WARNING: Make sure the path to scp is in /etc/login.conf" >&5
15375echo "$as_me: WARNING: Make sure the path to scp is in /etc/login.conf" >&2;} 15563echo "$as_me: WARNING: Make sure the path to scp is in /etc/login.conf" >&2;}
15376 else 15564 else
15377 if test ! -z "$external_path_file" ; then 15565 if test ! -z "$external_path_file" ; then
15378 { echo "$as_me:15378: WARNING: 15566 { echo "$as_me:15566: WARNING:
15379If PATH is defined in $external_path_file, ensure the path to scp is included, 15567If PATH is defined in $external_path_file, ensure the path to scp is included,
15380otherwise scp will not work." >&5 15568otherwise scp will not work." >&5
15381echo "$as_me: WARNING: 15569echo "$as_me: WARNING:
@@ -15387,7 +15575,7 @@ otherwise scp will not work." >&2;}
15387 15575
15388else 15576else
15389 cat >conftest.$ac_ext <<_ACEOF 15577 cat >conftest.$ac_ext <<_ACEOF
15390#line 15390 "configure" 15578#line 15578 "configure"
15391#include "confdefs.h" 15579#include "confdefs.h"
15392 15580
15393/* find out what STDPATH is */ 15581/* find out what STDPATH is */
@@ -15424,15 +15612,15 @@ main()
15424 15612
15425_ACEOF 15613_ACEOF
15426rm -f conftest$ac_exeext 15614rm -f conftest$ac_exeext
15427if { (eval echo "$as_me:15427: \"$ac_link\"") >&5 15615if { (eval echo "$as_me:15615: \"$ac_link\"") >&5
15428 (eval $ac_link) 2>&5 15616 (eval $ac_link) 2>&5
15429 ac_status=$? 15617 ac_status=$?
15430 echo "$as_me:15430: \$? = $ac_status" >&5 15618 echo "$as_me:15618: \$? = $ac_status" >&5
15431 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 15619 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15432 { (eval echo "$as_me:15432: \"$ac_try\"") >&5 15620 { (eval echo "$as_me:15620: \"$ac_try\"") >&5
15433 (eval $ac_try) 2>&5 15621 (eval $ac_try) 2>&5
15434 ac_status=$? 15622 ac_status=$?
15435 echo "$as_me:15435: \$? = $ac_status" >&5 15623 echo "$as_me:15623: \$? = $ac_status" >&5
15436 (exit $ac_status); }; }; then 15624 (exit $ac_status); }; }; then
15437 user_path=`cat conftest.stdpath` 15625 user_path=`cat conftest.stdpath`
15438else 15626else
@@ -15456,7 +15644,7 @@ fi
15456 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1 15644 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
15457 if test $? -ne 0 ; then 15645 if test $? -ne 0 ; then
15458 user_path=$user_path:$t_bindir 15646 user_path=$user_path:$t_bindir
15459 echo "$as_me:15459: result: Adding $t_bindir to USER_PATH so scp will work" >&5 15647 echo "$as_me:15647: result: Adding $t_bindir to USER_PATH so scp will work" >&5
15460echo "${ECHO_T}Adding $t_bindir to USER_PATH so scp will work" >&6 15648echo "${ECHO_T}Adding $t_bindir to USER_PATH so scp will work" >&6
15461 fi 15649 fi
15462 fi 15650 fi
@@ -15486,7 +15674,7 @@ EOF
15486 15674
15487fi; 15675fi;
15488 15676
15489echo "$as_me:15489: checking if we need to convert IPv4 in IPv6-mapped addresses" >&5 15677echo "$as_me:15677: checking if we need to convert IPv4 in IPv6-mapped addresses" >&5
15490echo $ECHO_N "checking if we need to convert IPv4 in IPv6-mapped addresses... $ECHO_C" >&6 15678echo $ECHO_N "checking if we need to convert IPv4 in IPv6-mapped addresses... $ECHO_C" >&6
15491IPV4_IN6_HACK_MSG="no" 15679IPV4_IN6_HACK_MSG="no"
15492 15680
@@ -15495,7 +15683,7 @@ if test "${with_4in6+set}" = set; then
15495 withval="$with_4in6" 15683 withval="$with_4in6"
15496 15684
15497 if test "x$withval" != "xno" ; then 15685 if test "x$withval" != "xno" ; then
15498 echo "$as_me:15498: result: yes" >&5 15686 echo "$as_me:15686: result: yes" >&5
15499echo "${ECHO_T}yes" >&6 15687echo "${ECHO_T}yes" >&6
15500 cat >>confdefs.h <<\EOF 15688 cat >>confdefs.h <<\EOF
15501#define IPV4_IN_IPV6 1 15689#define IPV4_IN_IPV6 1
@@ -15503,14 +15691,14 @@ EOF
15503 15691
15504 IPV4_IN6_HACK_MSG="yes" 15692 IPV4_IN6_HACK_MSG="yes"
15505 else 15693 else
15506 echo "$as_me:15506: result: no" >&5 15694 echo "$as_me:15694: result: no" >&5
15507echo "${ECHO_T}no" >&6 15695echo "${ECHO_T}no" >&6
15508 fi 15696 fi
15509 15697
15510else 15698else
15511 15699
15512 if test "x$inet6_default_4in6" = "xyes"; then 15700 if test "x$inet6_default_4in6" = "xyes"; then
15513 echo "$as_me:15513: result: yes (default)" >&5 15701 echo "$as_me:15701: result: yes (default)" >&5
15514echo "${ECHO_T}yes (default)" >&6 15702echo "${ECHO_T}yes (default)" >&6
15515 cat >>confdefs.h <<\EOF 15703 cat >>confdefs.h <<\EOF
15516#define IPV4_IN_IPV6 1 15704#define IPV4_IN_IPV6 1
@@ -15518,7 +15706,7 @@ EOF
15518 15706
15519 IPV4_IN6_HACK_MSG="yes" 15707 IPV4_IN6_HACK_MSG="yes"
15520 else 15708 else
15521 echo "$as_me:15521: result: no (default)" >&5 15709 echo "$as_me:15709: result: no (default)" >&5
15522echo "${ECHO_T}no (default)" >&6 15710echo "${ECHO_T}no (default)" >&6
15523 fi 15711 fi
15524 15712
@@ -15558,7 +15746,7 @@ if test "${with_pid_dir+set}" = set; then
15558 if test "x$withval" != "xno" ; then 15746 if test "x$withval" != "xno" ; then
15559 piddir=$withval 15747 piddir=$withval
15560 if test ! -d $piddir ; then 15748 if test ! -d $piddir ; then
15561 { echo "$as_me:15561: WARNING: ** no $piddir directory on this system **" >&5 15749 { echo "$as_me:15749: WARNING: ** no $piddir directory on this system **" >&5
15562echo "$as_me: WARNING: ** no $piddir directory on this system **" >&2;} 15750echo "$as_me: WARNING: ** no $piddir directory on this system **" >&2;}
15563 fi 15751 fi
15564 fi 15752 fi
@@ -15681,10 +15869,10 @@ EOF
15681 15869
15682fi; 15870fi;
15683 15871
15684echo "$as_me:15684: checking if your system defines LASTLOG_FILE" >&5 15872echo "$as_me:15872: checking if your system defines LASTLOG_FILE" >&5
15685echo $ECHO_N "checking if your system defines LASTLOG_FILE... $ECHO_C" >&6 15873echo $ECHO_N "checking if your system defines LASTLOG_FILE... $ECHO_C" >&6
15686cat >conftest.$ac_ext <<_ACEOF 15874cat >conftest.$ac_ext <<_ACEOF
15687#line 15687 "configure" 15875#line 15875 "configure"
15688#include "confdefs.h" 15876#include "confdefs.h"
15689 15877
15690#include <sys/types.h> 15878#include <sys/types.h>
@@ -15708,29 +15896,29 @@ main ()
15708} 15896}
15709_ACEOF 15897_ACEOF
15710rm -f conftest.$ac_objext 15898rm -f conftest.$ac_objext
15711if { (eval echo "$as_me:15711: \"$ac_compile\"") >&5 15899if { (eval echo "$as_me:15899: \"$ac_compile\"") >&5
15712 (eval $ac_compile) 2>&5 15900 (eval $ac_compile) 2>&5
15713 ac_status=$? 15901 ac_status=$?
15714 echo "$as_me:15714: \$? = $ac_status" >&5 15902 echo "$as_me:15902: \$? = $ac_status" >&5
15715 (exit $ac_status); } && 15903 (exit $ac_status); } &&
15716 { ac_try='test -s conftest.$ac_objext' 15904 { ac_try='test -s conftest.$ac_objext'
15717 { (eval echo "$as_me:15717: \"$ac_try\"") >&5 15905 { (eval echo "$as_me:15905: \"$ac_try\"") >&5
15718 (eval $ac_try) 2>&5 15906 (eval $ac_try) 2>&5
15719 ac_status=$? 15907 ac_status=$?
15720 echo "$as_me:15720: \$? = $ac_status" >&5 15908 echo "$as_me:15908: \$? = $ac_status" >&5
15721 (exit $ac_status); }; }; then 15909 (exit $ac_status); }; }; then
15722 echo "$as_me:15722: result: yes" >&5 15910 echo "$as_me:15910: result: yes" >&5
15723echo "${ECHO_T}yes" >&6 15911echo "${ECHO_T}yes" >&6
15724else 15912else
15725 echo "$as_me: failed program was:" >&5 15913 echo "$as_me: failed program was:" >&5
15726cat conftest.$ac_ext >&5 15914cat conftest.$ac_ext >&5
15727 15915
15728 echo "$as_me:15728: result: no" >&5 15916 echo "$as_me:15916: result: no" >&5
15729echo "${ECHO_T}no" >&6 15917echo "${ECHO_T}no" >&6
15730 echo "$as_me:15730: checking if your system defines _PATH_LASTLOG" >&5 15918 echo "$as_me:15918: checking if your system defines _PATH_LASTLOG" >&5
15731echo $ECHO_N "checking if your system defines _PATH_LASTLOG... $ECHO_C" >&6 15919echo $ECHO_N "checking if your system defines _PATH_LASTLOG... $ECHO_C" >&6
15732 cat >conftest.$ac_ext <<_ACEOF 15920 cat >conftest.$ac_ext <<_ACEOF
15733#line 15733 "configure" 15921#line 15921 "configure"
15734#include "confdefs.h" 15922#include "confdefs.h"
15735 15923
15736#include <sys/types.h> 15924#include <sys/types.h>
@@ -15751,24 +15939,24 @@ main ()
15751} 15939}
15752_ACEOF 15940_ACEOF
15753rm -f conftest.$ac_objext 15941rm -f conftest.$ac_objext
15754if { (eval echo "$as_me:15754: \"$ac_compile\"") >&5 15942if { (eval echo "$as_me:15942: \"$ac_compile\"") >&5
15755 (eval $ac_compile) 2>&5 15943 (eval $ac_compile) 2>&5
15756 ac_status=$? 15944 ac_status=$?
15757 echo "$as_me:15757: \$? = $ac_status" >&5 15945 echo "$as_me:15945: \$? = $ac_status" >&5
15758 (exit $ac_status); } && 15946 (exit $ac_status); } &&
15759 { ac_try='test -s conftest.$ac_objext' 15947 { ac_try='test -s conftest.$ac_objext'
15760 { (eval echo "$as_me:15760: \"$ac_try\"") >&5 15948 { (eval echo "$as_me:15948: \"$ac_try\"") >&5
15761 (eval $ac_try) 2>&5 15949 (eval $ac_try) 2>&5
15762 ac_status=$? 15950 ac_status=$?
15763 echo "$as_me:15763: \$? = $ac_status" >&5 15951 echo "$as_me:15951: \$? = $ac_status" >&5
15764 (exit $ac_status); }; }; then 15952 (exit $ac_status); }; }; then
15765 echo "$as_me:15765: result: yes" >&5 15953 echo "$as_me:15953: result: yes" >&5
15766echo "${ECHO_T}yes" >&6 15954echo "${ECHO_T}yes" >&6
15767else 15955else
15768 echo "$as_me: failed program was:" >&5 15956 echo "$as_me: failed program was:" >&5
15769cat conftest.$ac_ext >&5 15957cat conftest.$ac_ext >&5
15770 15958
15771 echo "$as_me:15771: result: no" >&5 15959 echo "$as_me:15959: result: no" >&5
15772echo "${ECHO_T}no" >&6 15960echo "${ECHO_T}no" >&6
15773 system_lastlog_path=no 15961 system_lastlog_path=no
15774 15962
@@ -15786,7 +15974,7 @@ if test -z "$conf_lastlog_location"; then
15786 fi 15974 fi
15787 done 15975 done
15788 if test -z "$conf_lastlog_location"; then 15976 if test -z "$conf_lastlog_location"; then
15789 { echo "$as_me:15789: WARNING: ** Cannot find lastlog **" >&5 15977 { echo "$as_me:15977: WARNING: ** Cannot find lastlog **" >&5
15790echo "$as_me: WARNING: ** Cannot find lastlog **" >&2;} 15978echo "$as_me: WARNING: ** Cannot find lastlog **" >&2;}
15791 fi 15979 fi
15792 fi 15980 fi
@@ -15799,10 +15987,10 @@ EOF
15799 15987
15800fi 15988fi
15801 15989
15802echo "$as_me:15802: checking if your system defines UTMP_FILE" >&5 15990echo "$as_me:15990: checking if your system defines UTMP_FILE" >&5
15803echo $ECHO_N "checking if your system defines UTMP_FILE... $ECHO_C" >&6 15991echo $ECHO_N "checking if your system defines UTMP_FILE... $ECHO_C" >&6
15804cat >conftest.$ac_ext <<_ACEOF 15992cat >conftest.$ac_ext <<_ACEOF
15805#line 15805 "configure" 15993#line 15993 "configure"
15806#include "confdefs.h" 15994#include "confdefs.h"
15807 15995
15808#include <sys/types.h> 15996#include <sys/types.h>
@@ -15820,23 +16008,23 @@ main ()
15820} 16008}
15821_ACEOF 16009_ACEOF
15822rm -f conftest.$ac_objext 16010rm -f conftest.$ac_objext
15823if { (eval echo "$as_me:15823: \"$ac_compile\"") >&5 16011if { (eval echo "$as_me:16011: \"$ac_compile\"") >&5
15824 (eval $ac_compile) 2>&5 16012 (eval $ac_compile) 2>&5
15825 ac_status=$? 16013 ac_status=$?
15826 echo "$as_me:15826: \$? = $ac_status" >&5 16014 echo "$as_me:16014: \$? = $ac_status" >&5
15827 (exit $ac_status); } && 16015 (exit $ac_status); } &&
15828 { ac_try='test -s conftest.$ac_objext' 16016 { ac_try='test -s conftest.$ac_objext'
15829 { (eval echo "$as_me:15829: \"$ac_try\"") >&5 16017 { (eval echo "$as_me:16017: \"$ac_try\"") >&5
15830 (eval $ac_try) 2>&5 16018 (eval $ac_try) 2>&5
15831 ac_status=$? 16019 ac_status=$?
15832 echo "$as_me:15832: \$? = $ac_status" >&5 16020 echo "$as_me:16020: \$? = $ac_status" >&5
15833 (exit $ac_status); }; }; then 16021 (exit $ac_status); }; }; then
15834 echo "$as_me:15834: result: yes" >&5 16022 echo "$as_me:16022: result: yes" >&5
15835echo "${ECHO_T}yes" >&6 16023echo "${ECHO_T}yes" >&6
15836else 16024else
15837 echo "$as_me: failed program was:" >&5 16025 echo "$as_me: failed program was:" >&5
15838cat conftest.$ac_ext >&5 16026cat conftest.$ac_ext >&5
15839 echo "$as_me:15839: result: no" >&5 16027 echo "$as_me:16027: result: no" >&5
15840echo "${ECHO_T}no" >&6 16028echo "${ECHO_T}no" >&6
15841 system_utmp_path=no 16029 system_utmp_path=no
15842 16030
@@ -15864,10 +16052,10 @@ EOF
15864 16052
15865fi 16053fi
15866 16054
15867echo "$as_me:15867: checking if your system defines WTMP_FILE" >&5 16055echo "$as_me:16055: checking if your system defines WTMP_FILE" >&5
15868echo $ECHO_N "checking if your system defines WTMP_FILE... $ECHO_C" >&6 16056echo $ECHO_N "checking if your system defines WTMP_FILE... $ECHO_C" >&6
15869cat >conftest.$ac_ext <<_ACEOF 16057cat >conftest.$ac_ext <<_ACEOF
15870#line 15870 "configure" 16058#line 16058 "configure"
15871#include "confdefs.h" 16059#include "confdefs.h"
15872 16060
15873#include <sys/types.h> 16061#include <sys/types.h>
@@ -15885,23 +16073,23 @@ main ()
15885} 16073}
15886_ACEOF 16074_ACEOF
15887rm -f conftest.$ac_objext 16075rm -f conftest.$ac_objext
15888if { (eval echo "$as_me:15888: \"$ac_compile\"") >&5 16076if { (eval echo "$as_me:16076: \"$ac_compile\"") >&5
15889 (eval $ac_compile) 2>&5 16077 (eval $ac_compile) 2>&5
15890 ac_status=$? 16078 ac_status=$?
15891 echo "$as_me:15891: \$? = $ac_status" >&5 16079 echo "$as_me:16079: \$? = $ac_status" >&5
15892 (exit $ac_status); } && 16080 (exit $ac_status); } &&
15893 { ac_try='test -s conftest.$ac_objext' 16081 { ac_try='test -s conftest.$ac_objext'
15894 { (eval echo "$as_me:15894: \"$ac_try\"") >&5 16082 { (eval echo "$as_me:16082: \"$ac_try\"") >&5
15895 (eval $ac_try) 2>&5 16083 (eval $ac_try) 2>&5
15896 ac_status=$? 16084 ac_status=$?
15897 echo "$as_me:15897: \$? = $ac_status" >&5 16085 echo "$as_me:16085: \$? = $ac_status" >&5
15898 (exit $ac_status); }; }; then 16086 (exit $ac_status); }; }; then
15899 echo "$as_me:15899: result: yes" >&5 16087 echo "$as_me:16087: result: yes" >&5
15900echo "${ECHO_T}yes" >&6 16088echo "${ECHO_T}yes" >&6
15901else 16089else
15902 echo "$as_me: failed program was:" >&5 16090 echo "$as_me: failed program was:" >&5
15903cat conftest.$ac_ext >&5 16091cat conftest.$ac_ext >&5
15904 echo "$as_me:15904: result: no" >&5 16092 echo "$as_me:16092: result: no" >&5
15905echo "${ECHO_T}no" >&6 16093echo "${ECHO_T}no" >&6
15906 system_wtmp_path=no 16094 system_wtmp_path=no
15907 16095
@@ -15929,10 +16117,10 @@ EOF
15929 16117
15930fi 16118fi
15931 16119
15932echo "$as_me:15932: checking if your system defines UTMPX_FILE" >&5 16120echo "$as_me:16120: checking if your system defines UTMPX_FILE" >&5
15933echo $ECHO_N "checking if your system defines UTMPX_FILE... $ECHO_C" >&6 16121echo $ECHO_N "checking if your system defines UTMPX_FILE... $ECHO_C" >&6
15934cat >conftest.$ac_ext <<_ACEOF 16122cat >conftest.$ac_ext <<_ACEOF
15935#line 15935 "configure" 16123#line 16123 "configure"
15936#include "confdefs.h" 16124#include "confdefs.h"
15937 16125
15938#include <sys/types.h> 16126#include <sys/types.h>
@@ -15953,23 +16141,23 @@ main ()
15953} 16141}
15954_ACEOF 16142_ACEOF
15955rm -f conftest.$ac_objext 16143rm -f conftest.$ac_objext
15956if { (eval echo "$as_me:15956: \"$ac_compile\"") >&5 16144if { (eval echo "$as_me:16144: \"$ac_compile\"") >&5
15957 (eval $ac_compile) 2>&5 16145 (eval $ac_compile) 2>&5
15958 ac_status=$? 16146 ac_status=$?
15959 echo "$as_me:15959: \$? = $ac_status" >&5 16147 echo "$as_me:16147: \$? = $ac_status" >&5
15960 (exit $ac_status); } && 16148 (exit $ac_status); } &&
15961 { ac_try='test -s conftest.$ac_objext' 16149 { ac_try='test -s conftest.$ac_objext'
15962 { (eval echo "$as_me:15962: \"$ac_try\"") >&5 16150 { (eval echo "$as_me:16150: \"$ac_try\"") >&5
15963 (eval $ac_try) 2>&5 16151 (eval $ac_try) 2>&5
15964 ac_status=$? 16152 ac_status=$?
15965 echo "$as_me:15965: \$? = $ac_status" >&5 16153 echo "$as_me:16153: \$? = $ac_status" >&5
15966 (exit $ac_status); }; }; then 16154 (exit $ac_status); }; }; then
15967 echo "$as_me:15967: result: yes" >&5 16155 echo "$as_me:16155: result: yes" >&5
15968echo "${ECHO_T}yes" >&6 16156echo "${ECHO_T}yes" >&6
15969else 16157else
15970 echo "$as_me: failed program was:" >&5 16158 echo "$as_me: failed program was:" >&5
15971cat conftest.$ac_ext >&5 16159cat conftest.$ac_ext >&5
15972 echo "$as_me:15972: result: no" >&5 16160 echo "$as_me:16160: result: no" >&5
15973echo "${ECHO_T}no" >&6 16161echo "${ECHO_T}no" >&6
15974 system_utmpx_path=no 16162 system_utmpx_path=no
15975 16163
@@ -15989,10 +16177,10 @@ EOF
15989 16177
15990fi 16178fi
15991 16179
15992echo "$as_me:15992: checking if your system defines WTMPX_FILE" >&5 16180echo "$as_me:16180: checking if your system defines WTMPX_FILE" >&5
15993echo $ECHO_N "checking if your system defines WTMPX_FILE... $ECHO_C" >&6 16181echo $ECHO_N "checking if your system defines WTMPX_FILE... $ECHO_C" >&6
15994cat >conftest.$ac_ext <<_ACEOF 16182cat >conftest.$ac_ext <<_ACEOF
15995#line 15995 "configure" 16183#line 16183 "configure"
15996#include "confdefs.h" 16184#include "confdefs.h"
15997 16185
15998#include <sys/types.h> 16186#include <sys/types.h>
@@ -16013,23 +16201,23 @@ main ()
16013} 16201}
16014_ACEOF 16202_ACEOF
16015rm -f conftest.$ac_objext 16203rm -f conftest.$ac_objext
16016if { (eval echo "$as_me:16016: \"$ac_compile\"") >&5 16204if { (eval echo "$as_me:16204: \"$ac_compile\"") >&5
16017 (eval $ac_compile) 2>&5 16205 (eval $ac_compile) 2>&5
16018 ac_status=$? 16206 ac_status=$?
16019 echo "$as_me:16019: \$? = $ac_status" >&5 16207 echo "$as_me:16207: \$? = $ac_status" >&5
16020 (exit $ac_status); } && 16208 (exit $ac_status); } &&
16021 { ac_try='test -s conftest.$ac_objext' 16209 { ac_try='test -s conftest.$ac_objext'
16022 { (eval echo "$as_me:16022: \"$ac_try\"") >&5 16210 { (eval echo "$as_me:16210: \"$ac_try\"") >&5
16023 (eval $ac_try) 2>&5 16211 (eval $ac_try) 2>&5
16024 ac_status=$? 16212 ac_status=$?
16025 echo "$as_me:16025: \$? = $ac_status" >&5 16213 echo "$as_me:16213: \$? = $ac_status" >&5
16026 (exit $ac_status); }; }; then 16214 (exit $ac_status); }; }; then
16027 echo "$as_me:16027: result: yes" >&5 16215 echo "$as_me:16215: result: yes" >&5
16028echo "${ECHO_T}yes" >&6 16216echo "${ECHO_T}yes" >&6
16029else 16217else
16030 echo "$as_me: failed program was:" >&5 16218 echo "$as_me: failed program was:" >&5
16031cat conftest.$ac_ext >&5 16219cat conftest.$ac_ext >&5
16032 echo "$as_me:16032: result: no" >&5 16220 echo "$as_me:16220: result: no" >&5
16033echo "${ECHO_T}no" >&6 16221echo "${ECHO_T}no" >&6
16034 system_wtmpx_path=no 16222 system_wtmpx_path=no
16035 16223
@@ -16051,7 +16239,7 @@ fi
16051 16239
16052if test ! -z "$blibpath" ; then 16240if test ! -z "$blibpath" ; then
16053 LDFLAGS="$LDFLAGS $blibflags$blibpath" 16241 LDFLAGS="$LDFLAGS $blibflags$blibpath"
16054 { echo "$as_me:16054: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&5 16242 { echo "$as_me:16242: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&5
16055echo "$as_me: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&2;} 16243echo "$as_me: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&2;}
16056fi 16244fi
16057 16245
@@ -16143,7 +16331,7 @@ DEFS=-DHAVE_CONFIG_H
16143: ${CONFIG_STATUS=./config.status} 16331: ${CONFIG_STATUS=./config.status}
16144ac_clean_files_save=$ac_clean_files 16332ac_clean_files_save=$ac_clean_files
16145ac_clean_files="$ac_clean_files $CONFIG_STATUS" 16333ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16146{ echo "$as_me:16146: creating $CONFIG_STATUS" >&5 16334{ echo "$as_me:16334: creating $CONFIG_STATUS" >&5
16147echo "$as_me: creating $CONFIG_STATUS" >&6;} 16335echo "$as_me: creating $CONFIG_STATUS" >&6;}
16148cat >$CONFIG_STATUS <<_ACEOF 16336cat >$CONFIG_STATUS <<_ACEOF
16149#! $SHELL 16337#! $SHELL
@@ -16316,7 +16504,7 @@ cat >>$CONFIG_STATUS <<\EOF
16316 echo "$ac_cs_version"; exit 0 ;; 16504 echo "$ac_cs_version"; exit 0 ;;
16317 --he | --h) 16505 --he | --h)
16318 # Conflict between --help and --header 16506 # Conflict between --help and --header
16319 { { echo "$as_me:16319: error: ambiguous option: $1 16507 { { echo "$as_me:16507: error: ambiguous option: $1
16320Try \`$0 --help' for more information." >&5 16508Try \`$0 --help' for more information." >&5
16321echo "$as_me: error: ambiguous option: $1 16509echo "$as_me: error: ambiguous option: $1
16322Try \`$0 --help' for more information." >&2;} 16510Try \`$0 --help' for more information." >&2;}
@@ -16335,7 +16523,7 @@ Try \`$0 --help' for more information." >&2;}
16335 ac_need_defaults=false;; 16523 ac_need_defaults=false;;
16336 16524
16337 # This is an error. 16525 # This is an error.
16338 -*) { { echo "$as_me:16338: error: unrecognized option: $1 16526 -*) { { echo "$as_me:16526: error: unrecognized option: $1
16339Try \`$0 --help' for more information." >&5 16527Try \`$0 --help' for more information." >&5
16340echo "$as_me: error: unrecognized option: $1 16528echo "$as_me: error: unrecognized option: $1
16341Try \`$0 --help' for more information." >&2;} 16529Try \`$0 --help' for more information." >&2;}
@@ -16375,7 +16563,7 @@ do
16375 "scard/Makefile" ) CONFIG_FILES="$CONFIG_FILES scard/Makefile" ;; 16563 "scard/Makefile" ) CONFIG_FILES="$CONFIG_FILES scard/Makefile" ;;
16376 "ssh_prng_cmds" ) CONFIG_FILES="$CONFIG_FILES ssh_prng_cmds" ;; 16564 "ssh_prng_cmds" ) CONFIG_FILES="$CONFIG_FILES ssh_prng_cmds" ;;
16377 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 16565 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
16378 *) { { echo "$as_me:16378: error: invalid argument: $ac_config_target" >&5 16566 *) { { echo "$as_me:16566: error: invalid argument: $ac_config_target" >&5
16379echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 16567echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
16380 { (exit 1); exit 1; }; };; 16568 { (exit 1); exit 1; }; };;
16381 esac 16569 esac
@@ -16631,7 +16819,7 @@ done; }
16631 esac 16819 esac
16632 16820
16633 if test x"$ac_file" != x-; then 16821 if test x"$ac_file" != x-; then
16634 { echo "$as_me:16634: creating $ac_file" >&5 16822 { echo "$as_me:16822: creating $ac_file" >&5
16635echo "$as_me: creating $ac_file" >&6;} 16823echo "$as_me: creating $ac_file" >&6;}
16636 rm -f "$ac_file" 16824 rm -f "$ac_file"
16637 fi 16825 fi
@@ -16649,7 +16837,7 @@ echo "$as_me: creating $ac_file" >&6;}
16649 -) echo $tmp/stdin ;; 16837 -) echo $tmp/stdin ;;
16650 [\\/$]*) 16838 [\\/$]*)
16651 # Absolute (can't be DOS-style, as IFS=:) 16839 # Absolute (can't be DOS-style, as IFS=:)
16652 test -f "$f" || { { echo "$as_me:16652: error: cannot find input file: $f" >&5 16840 test -f "$f" || { { echo "$as_me:16840: error: cannot find input file: $f" >&5
16653echo "$as_me: error: cannot find input file: $f" >&2;} 16841echo "$as_me: error: cannot find input file: $f" >&2;}
16654 { (exit 1); exit 1; }; } 16842 { (exit 1); exit 1; }; }
16655 echo $f;; 16843 echo $f;;
@@ -16662,7 +16850,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
16662 echo $srcdir/$f 16850 echo $srcdir/$f
16663 else 16851 else
16664 # /dev/null tree 16852 # /dev/null tree
16665 { { echo "$as_me:16665: error: cannot find input file: $f" >&5 16853 { { echo "$as_me:16853: error: cannot find input file: $f" >&5
16666echo "$as_me: error: cannot find input file: $f" >&2;} 16854echo "$as_me: error: cannot find input file: $f" >&2;}
16667 { (exit 1); exit 1; }; } 16855 { (exit 1); exit 1; }; }
16668 fi;; 16856 fi;;
@@ -16723,7 +16911,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
16723 * ) ac_file_in=$ac_file.in ;; 16911 * ) ac_file_in=$ac_file.in ;;
16724 esac 16912 esac
16725 16913
16726 test x"$ac_file" != x- && { echo "$as_me:16726: creating $ac_file" >&5 16914 test x"$ac_file" != x- && { echo "$as_me:16914: creating $ac_file" >&5
16727echo "$as_me: creating $ac_file" >&6;} 16915echo "$as_me: creating $ac_file" >&6;}
16728 16916
16729 # First look for the input files in the build tree, otherwise in the 16917 # First look for the input files in the build tree, otherwise in the
@@ -16734,7 +16922,7 @@ echo "$as_me: creating $ac_file" >&6;}
16734 -) echo $tmp/stdin ;; 16922 -) echo $tmp/stdin ;;
16735 [\\/$]*) 16923 [\\/$]*)
16736 # Absolute (can't be DOS-style, as IFS=:) 16924 # Absolute (can't be DOS-style, as IFS=:)
16737 test -f "$f" || { { echo "$as_me:16737: error: cannot find input file: $f" >&5 16925 test -f "$f" || { { echo "$as_me:16925: error: cannot find input file: $f" >&5
16738echo "$as_me: error: cannot find input file: $f" >&2;} 16926echo "$as_me: error: cannot find input file: $f" >&2;}
16739 { (exit 1); exit 1; }; } 16927 { (exit 1); exit 1; }; }
16740 echo $f;; 16928 echo $f;;
@@ -16747,7 +16935,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
16747 echo $srcdir/$f 16935 echo $srcdir/$f
16748 else 16936 else
16749 # /dev/null tree 16937 # /dev/null tree
16750 { { echo "$as_me:16750: error: cannot find input file: $f" >&5 16938 { { echo "$as_me:16938: error: cannot find input file: $f" >&5
16751echo "$as_me: error: cannot find input file: $f" >&2;} 16939echo "$as_me: error: cannot find input file: $f" >&2;}
16752 { (exit 1); exit 1; }; } 16940 { (exit 1); exit 1; }; }
16753 fi;; 16941 fi;;
@@ -16864,7 +17052,7 @@ cat >>$CONFIG_STATUS <<\EOF
16864 rm -f $tmp/in 17052 rm -f $tmp/in
16865 if test x"$ac_file" != x-; then 17053 if test x"$ac_file" != x-; then
16866 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 17054 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
16867 { echo "$as_me:16867: $ac_file is unchanged" >&5 17055 { echo "$as_me:17055: $ac_file is unchanged" >&5
16868echo "$as_me: $ac_file is unchanged" >&6;} 17056echo "$as_me: $ac_file is unchanged" >&6;}
16869 else 17057 else
16870 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17058 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \