summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4232
1 files changed, 2538 insertions, 1694 deletions
diff --git a/configure b/configure
index 5c78dac53..c39957b7c 100755
--- a/configure
+++ b/configure
@@ -682,17 +682,18 @@ Optional Features:
682Optional Packages: 682Optional Packages:
683 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 683 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
684 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 684 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
685 --without-rpath Disable auto-added -R linker paths
685 --with-osfsia Enable Digital Unix SIA 686 --with-osfsia Enable Digital Unix SIA
686 --with-cflags Specify additional flags to pass to compiler 687 --with-cflags Specify additional flags to pass to compiler
687 --with-cppflags Specify additional flags to pass to preprocessor 688 --with-cppflags Specify additional flags to pass to preprocessor
688 --with-ldflags Specify additional flags to pass to linker 689 --with-ldflags Specify additional flags to pass to linker
689 --with-libs Specify additional libraries to link with 690 --with-libs Specify additional libraries to link with
690 --without-rpath Disable auto-added -R linker paths
691 --with-zlib=PATH Use zlib in PATH 691 --with-zlib=PATH Use zlib in PATH
692 --without-zlib-version-check Disable zlib version check
692 --with-skey[=PATH] Enable S/Key support 693 --with-skey[=PATH] Enable S/Key support
693 (optionally in PATH) 694 (optionally in PATH)
694 --with-tcp-wrappers[=PATH] Enable tcpwrappers support 695 --with-tcp-wrappers[=PATH] Enable tcpwrappers support
695 (optionally in PATH) 696 (optionally in PATH)
696 --with-pam Enable PAM support 697 --with-pam Enable PAM support
697 --with-ssl-dir=PATH Specify path to OpenSSL installation 698 --with-ssl-dir=PATH Specify path to OpenSSL installation
698 --with-rand-helper Use subprocess to gather strong randomness 699 --with-rand-helper Use subprocess to gather strong randomness
@@ -702,7 +703,6 @@ Optional Packages:
702 --with-privsep-user=user Specify non-privileged user for privilege separation 703 --with-privsep-user=user Specify non-privileged user for privilege separation
703 --with-sectok Enable smartcard support using libsectok 704 --with-sectok Enable smartcard support using libsectok
704 --with-opensc=PFX Enable smartcard support using OpenSC 705 --with-opensc=PFX Enable smartcard support using OpenSC
705 --with-dns Support for fetching keys from DNS (experimental)
706 --with-kerberos5=PATH Enable Kerberos 5 support 706 --with-kerberos5=PATH Enable Kerberos 5 support
707 --with-privsep-path=xxx Path for privilege separation chroot (default=/var/empty) 707 --with-privsep-path=xxx Path for privilege separation chroot (default=/var/empty)
708 --with-xauth=PATH Specify path to xauth program 708 --with-xauth=PATH Specify path to xauth program
@@ -2946,11 +2946,55 @@ EOF
2946 fi 2946 fi
2947fi 2947fi
2948 2948
2949# Extract the first word of "passwd", so it can be a program name with args.
2950set dummy passwd; ac_word=$2
2951echo "$as_me:2951: checking for $ac_word" >&5
2952echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2953if test "${ac_cv_path_PATH_PASSWD_PROG+set}" = set; then
2954 echo $ECHO_N "(cached) $ECHO_C" >&6
2955else
2956 case $PATH_PASSWD_PROG in
2957 [\\/]* | ?:[\\/]*)
2958 ac_cv_path_PATH_PASSWD_PROG="$PATH_PASSWD_PROG" # Let the user override the test with a path.
2959 ;;
2960 *)
2961 ac_save_IFS=$IFS; IFS=$ac_path_separator
2962ac_dummy="$PATH"
2963for ac_dir in $ac_dummy; do
2964 IFS=$ac_save_IFS
2965 test -z "$ac_dir" && ac_dir=.
2966 if $as_executable_p "$ac_dir/$ac_word"; then
2967 ac_cv_path_PATH_PASSWD_PROG="$ac_dir/$ac_word"
2968 echo "$as_me:2968: found $ac_dir/$ac_word" >&5
2969 break
2970fi
2971done
2972
2973 ;;
2974esac
2975fi
2976PATH_PASSWD_PROG=$ac_cv_path_PATH_PASSWD_PROG
2977
2978if test -n "$PATH_PASSWD_PROG"; then
2979 echo "$as_me:2979: result: $PATH_PASSWD_PROG" >&5
2980echo "${ECHO_T}$PATH_PASSWD_PROG" >&6
2981else
2982 echo "$as_me:2982: result: no" >&5
2983echo "${ECHO_T}no" >&6
2984fi
2985
2986if test ! -z "$PATH_PASSWD_PROG" ; then
2987 cat >>confdefs.h <<EOF
2988#define _PATH_PASSWD_PROG "$PATH_PASSWD_PROG"
2989EOF
2990
2991fi
2992
2949if test -z "$LD" ; then 2993if test -z "$LD" ; then
2950 LD=$CC 2994 LD=$CC
2951fi 2995fi
2952 2996
2953echo "$as_me:2953: checking for $CC option to accept ANSI C" >&5 2997echo "$as_me:2997: checking for $CC option to accept ANSI C" >&5
2954echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 2998echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2955if test "${ac_cv_prog_cc_stdc+set}" = set; then 2999if test "${ac_cv_prog_cc_stdc+set}" = set; then
2956 echo $ECHO_N "(cached) $ECHO_C" >&6 3000 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2958,7 +3002,7 @@ else
2958 ac_cv_prog_cc_stdc=no 3002 ac_cv_prog_cc_stdc=no
2959ac_save_CC=$CC 3003ac_save_CC=$CC
2960cat >conftest.$ac_ext <<_ACEOF 3004cat >conftest.$ac_ext <<_ACEOF
2961#line 2961 "configure" 3005#line 3005 "configure"
2962#include "confdefs.h" 3006#include "confdefs.h"
2963#include <stdarg.h> 3007#include <stdarg.h>
2964#include <stdio.h> 3008#include <stdio.h>
@@ -3007,16 +3051,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
3007do 3051do
3008 CC="$ac_save_CC $ac_arg" 3052 CC="$ac_save_CC $ac_arg"
3009 rm -f conftest.$ac_objext 3053 rm -f conftest.$ac_objext
3010if { (eval echo "$as_me:3010: \"$ac_compile\"") >&5 3054if { (eval echo "$as_me:3054: \"$ac_compile\"") >&5
3011 (eval $ac_compile) 2>&5 3055 (eval $ac_compile) 2>&5
3012 ac_status=$? 3056 ac_status=$?
3013 echo "$as_me:3013: \$? = $ac_status" >&5 3057 echo "$as_me:3057: \$? = $ac_status" >&5
3014 (exit $ac_status); } && 3058 (exit $ac_status); } &&
3015 { ac_try='test -s conftest.$ac_objext' 3059 { ac_try='test -s conftest.$ac_objext'
3016 { (eval echo "$as_me:3016: \"$ac_try\"") >&5 3060 { (eval echo "$as_me:3060: \"$ac_try\"") >&5
3017 (eval $ac_try) 2>&5 3061 (eval $ac_try) 2>&5
3018 ac_status=$? 3062 ac_status=$?
3019 echo "$as_me:3019: \$? = $ac_status" >&5 3063 echo "$as_me:3063: \$? = $ac_status" >&5
3020 (exit $ac_status); }; }; then 3064 (exit $ac_status); }; }; then
3021 ac_cv_prog_cc_stdc=$ac_arg 3065 ac_cv_prog_cc_stdc=$ac_arg
3022break 3066break
@@ -3033,15 +3077,15 @@ fi
3033 3077
3034case "x$ac_cv_prog_cc_stdc" in 3078case "x$ac_cv_prog_cc_stdc" in
3035 x|xno) 3079 x|xno)
3036 echo "$as_me:3036: result: none needed" >&5 3080 echo "$as_me:3080: result: none needed" >&5
3037echo "${ECHO_T}none needed" >&6 ;; 3081echo "${ECHO_T}none needed" >&6 ;;
3038 *) 3082 *)
3039 echo "$as_me:3039: result: $ac_cv_prog_cc_stdc" >&5 3083 echo "$as_me:3083: result: $ac_cv_prog_cc_stdc" >&5
3040echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 3084echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3041 CC="$CC $ac_cv_prog_cc_stdc" ;; 3085 CC="$CC $ac_cv_prog_cc_stdc" ;;
3042esac 3086esac
3043 3087
3044echo "$as_me:3044: checking for inline" >&5 3088echo "$as_me:3088: checking for inline" >&5
3045echo $ECHO_N "checking for inline... $ECHO_C" >&6 3089echo $ECHO_N "checking for inline... $ECHO_C" >&6
3046if test "${ac_cv_c_inline+set}" = set; then 3090if test "${ac_cv_c_inline+set}" = set; then
3047 echo $ECHO_N "(cached) $ECHO_C" >&6 3091 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3049,7 +3093,7 @@ else
3049 ac_cv_c_inline=no 3093 ac_cv_c_inline=no
3050for ac_kw in inline __inline__ __inline; do 3094for ac_kw in inline __inline__ __inline; do
3051 cat >conftest.$ac_ext <<_ACEOF 3095 cat >conftest.$ac_ext <<_ACEOF
3052#line 3052 "configure" 3096#line 3096 "configure"
3053#include "confdefs.h" 3097#include "confdefs.h"
3054#ifndef __cplusplus 3098#ifndef __cplusplus
3055static $ac_kw int static_foo () {return 0; } 3099static $ac_kw int static_foo () {return 0; }
@@ -3058,16 +3102,16 @@ $ac_kw int foo () {return 0; }
3058 3102
3059_ACEOF 3103_ACEOF
3060rm -f conftest.$ac_objext 3104rm -f conftest.$ac_objext
3061if { (eval echo "$as_me:3061: \"$ac_compile\"") >&5 3105if { (eval echo "$as_me:3105: \"$ac_compile\"") >&5
3062 (eval $ac_compile) 2>&5 3106 (eval $ac_compile) 2>&5
3063 ac_status=$? 3107 ac_status=$?
3064 echo "$as_me:3064: \$? = $ac_status" >&5 3108 echo "$as_me:3108: \$? = $ac_status" >&5
3065 (exit $ac_status); } && 3109 (exit $ac_status); } &&
3066 { ac_try='test -s conftest.$ac_objext' 3110 { ac_try='test -s conftest.$ac_objext'
3067 { (eval echo "$as_me:3067: \"$ac_try\"") >&5 3111 { (eval echo "$as_me:3111: \"$ac_try\"") >&5
3068 (eval $ac_try) 2>&5 3112 (eval $ac_try) 2>&5
3069 ac_status=$? 3113 ac_status=$?
3070 echo "$as_me:3070: \$? = $ac_status" >&5 3114 echo "$as_me:3114: \$? = $ac_status" >&5
3071 (exit $ac_status); }; }; then 3115 (exit $ac_status); }; }; then
3072 ac_cv_c_inline=$ac_kw; break 3116 ac_cv_c_inline=$ac_kw; break
3073else 3117else
@@ -3078,7 +3122,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3078done 3122done
3079 3123
3080fi 3124fi
3081echo "$as_me:3081: result: $ac_cv_c_inline" >&5 3125echo "$as_me:3125: result: $ac_cv_c_inline" >&5
3082echo "${ECHO_T}$ac_cv_c_inline" >&6 3126echo "${ECHO_T}$ac_cv_c_inline" >&6
3083case $ac_cv_c_inline in 3127case $ac_cv_c_inline in
3084 inline | yes) ;; 3128 inline | yes) ;;
@@ -3097,22 +3141,33 @@ if test "$GCC" = "yes" || test "$GCC" = "egcs"; then
3097 CFLAGS="$CFLAGS -Wall -Wpointer-arith -Wno-uninitialized" 3141 CFLAGS="$CFLAGS -Wall -Wpointer-arith -Wno-uninitialized"
3098fi 3142fi
3099 3143
3144# Check whether --with-rpath or --without-rpath was given.
3145if test "${with_rpath+set}" = set; then
3146 withval="$with_rpath"
3147
3148 if test "x$withval" = "xno" ; then
3149 need_dash_r=""
3150 fi
3151 if test "x$withval" = "xyes" ; then
3152 need_dash_r=1
3153 fi
3154
3155fi;
3156
3100# Check for some target-specific stuff 3157# Check for some target-specific stuff
3101case "$host" in 3158case "$host" in
3102*-*-aix*) 3159*-*-aix*)
3103 CPPFLAGS="$CPPFLAGS -I/usr/local/include" 3160 echo "$as_me:3160: checking how to specify blibpath for linker ($LD)" >&5
3104 LDFLAGS="$LDFLAGS -L/usr/local/lib"
3105 echo "$as_me:3105: checking how to specify blibpath for linker ($LD)" >&5
3106echo $ECHO_N "checking how to specify blibpath for linker ($LD)... $ECHO_C" >&6 3161echo $ECHO_N "checking how to specify blibpath for linker ($LD)... $ECHO_C" >&6
3107 if (test -z "$blibpath"); then 3162 if (test -z "$blibpath"); then
3108 blibpath="/usr/lib:/lib:/usr/local/lib" 3163 blibpath="/usr/lib:/lib"
3109 fi 3164 fi
3110 saved_LDFLAGS="$LDFLAGS" 3165 saved_LDFLAGS="$LDFLAGS"
3111 for tryflags in -blibpath: -Wl,-blibpath: -Wl,-rpath, ;do 3166 for tryflags in -blibpath: -Wl,-blibpath: -Wl,-rpath, ;do
3112 if (test -z "$blibflags"); then 3167 if (test -z "$blibflags"); then
3113 LDFLAGS="$saved_LDFLAGS $tryflags$blibpath" 3168 LDFLAGS="$saved_LDFLAGS $tryflags$blibpath"
3114 cat >conftest.$ac_ext <<_ACEOF 3169 cat >conftest.$ac_ext <<_ACEOF
3115#line 3115 "configure" 3170#line 3170 "configure"
3116#include "confdefs.h" 3171#include "confdefs.h"
3117 3172
3118int 3173int
@@ -3124,16 +3179,16 @@ main ()
3124} 3179}
3125_ACEOF 3180_ACEOF
3126rm -f conftest.$ac_objext conftest$ac_exeext 3181rm -f conftest.$ac_objext conftest$ac_exeext
3127if { (eval echo "$as_me:3127: \"$ac_link\"") >&5 3182if { (eval echo "$as_me:3182: \"$ac_link\"") >&5
3128 (eval $ac_link) 2>&5 3183 (eval $ac_link) 2>&5
3129 ac_status=$? 3184 ac_status=$?
3130 echo "$as_me:3130: \$? = $ac_status" >&5 3185 echo "$as_me:3185: \$? = $ac_status" >&5
3131 (exit $ac_status); } && 3186 (exit $ac_status); } &&
3132 { ac_try='test -s conftest$ac_exeext' 3187 { ac_try='test -s conftest$ac_exeext'
3133 { (eval echo "$as_me:3133: \"$ac_try\"") >&5 3188 { (eval echo "$as_me:3188: \"$ac_try\"") >&5
3134 (eval $ac_try) 2>&5 3189 (eval $ac_try) 2>&5
3135 ac_status=$? 3190 ac_status=$?
3136 echo "$as_me:3136: \$? = $ac_status" >&5 3191 echo "$as_me:3191: \$? = $ac_status" >&5
3137 (exit $ac_status); }; }; then 3192 (exit $ac_status); }; }; then
3138 blibflags=$tryflags 3193 blibflags=$tryflags
3139else 3194else
@@ -3144,23 +3199,23 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3144 fi 3199 fi
3145 done 3200 done
3146 if (test -z "$blibflags"); then 3201 if (test -z "$blibflags"); then
3147 echo "$as_me:3147: result: not found" >&5 3202 echo "$as_me:3202: result: not found" >&5
3148echo "${ECHO_T}not found" >&6 3203echo "${ECHO_T}not found" >&6
3149 { { echo "$as_me:3149: error: *** must be able to specify blibpath on AIX - check config.log" >&5 3204 { { echo "$as_me:3204: error: *** must be able to specify blibpath on AIX - check config.log" >&5
3150echo "$as_me: error: *** must be able to specify blibpath on AIX - check config.log" >&2;} 3205echo "$as_me: error: *** must be able to specify blibpath on AIX - check config.log" >&2;}
3151 { (exit 1); exit 1; }; } 3206 { (exit 1); exit 1; }; }
3152 else 3207 else
3153 echo "$as_me:3153: result: $blibflags" >&5 3208 echo "$as_me:3208: result: $blibflags" >&5
3154echo "${ECHO_T}$blibflags" >&6 3209echo "${ECHO_T}$blibflags" >&6
3155 fi 3210 fi
3156 LDFLAGS="$saved_LDFLAGS" 3211 LDFLAGS="$saved_LDFLAGS"
3157 echo "$as_me:3157: checking for authenticate" >&5 3212 echo "$as_me:3212: checking for authenticate" >&5
3158echo $ECHO_N "checking for authenticate... $ECHO_C" >&6 3213echo $ECHO_N "checking for authenticate... $ECHO_C" >&6
3159if test "${ac_cv_func_authenticate+set}" = set; then 3214if test "${ac_cv_func_authenticate+set}" = set; then
3160 echo $ECHO_N "(cached) $ECHO_C" >&6 3215 echo $ECHO_N "(cached) $ECHO_C" >&6
3161else 3216else
3162 cat >conftest.$ac_ext <<_ACEOF 3217 cat >conftest.$ac_ext <<_ACEOF
3163#line 3163 "configure" 3218#line 3218 "configure"
3164#include "confdefs.h" 3219#include "confdefs.h"
3165/* System header to define __stub macros and hopefully few prototypes, 3220/* System header to define __stub macros and hopefully few prototypes,
3166 which can conflict with char authenticate (); below. */ 3221 which can conflict with char authenticate (); below. */
@@ -3191,16 +3246,16 @@ f = authenticate;
3191} 3246}
3192_ACEOF 3247_ACEOF
3193rm -f conftest.$ac_objext conftest$ac_exeext 3248rm -f conftest.$ac_objext conftest$ac_exeext
3194if { (eval echo "$as_me:3194: \"$ac_link\"") >&5 3249if { (eval echo "$as_me:3249: \"$ac_link\"") >&5
3195 (eval $ac_link) 2>&5 3250 (eval $ac_link) 2>&5
3196 ac_status=$? 3251 ac_status=$?
3197 echo "$as_me:3197: \$? = $ac_status" >&5 3252 echo "$as_me:3252: \$? = $ac_status" >&5
3198 (exit $ac_status); } && 3253 (exit $ac_status); } &&
3199 { ac_try='test -s conftest$ac_exeext' 3254 { ac_try='test -s conftest$ac_exeext'
3200 { (eval echo "$as_me:3200: \"$ac_try\"") >&5 3255 { (eval echo "$as_me:3255: \"$ac_try\"") >&5
3201 (eval $ac_try) 2>&5 3256 (eval $ac_try) 2>&5
3202 ac_status=$? 3257 ac_status=$?
3203 echo "$as_me:3203: \$? = $ac_status" >&5 3258 echo "$as_me:3258: \$? = $ac_status" >&5
3204 (exit $ac_status); }; }; then 3259 (exit $ac_status); }; }; then
3205 ac_cv_func_authenticate=yes 3260 ac_cv_func_authenticate=yes
3206else 3261else
@@ -3210,7 +3265,7 @@ ac_cv_func_authenticate=no
3210fi 3265fi
3211rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3266rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3212fi 3267fi
3213echo "$as_me:3213: result: $ac_cv_func_authenticate" >&5 3268echo "$as_me:3268: result: $ac_cv_func_authenticate" >&5
3214echo "${ECHO_T}$ac_cv_func_authenticate" >&6 3269echo "${ECHO_T}$ac_cv_func_authenticate" >&6
3215if test $ac_cv_func_authenticate = yes; then 3270if test $ac_cv_func_authenticate = yes; then
3216 cat >>confdefs.h <<\EOF 3271 cat >>confdefs.h <<\EOF
@@ -3218,7 +3273,7 @@ if test $ac_cv_func_authenticate = yes; then
3218EOF 3273EOF
3219 3274
3220else 3275else
3221 echo "$as_me:3221: checking for authenticate in -ls" >&5 3276 echo "$as_me:3276: checking for authenticate in -ls" >&5
3222echo $ECHO_N "checking for authenticate in -ls... $ECHO_C" >&6 3277echo $ECHO_N "checking for authenticate in -ls... $ECHO_C" >&6
3223if test "${ac_cv_lib_s_authenticate+set}" = set; then 3278if test "${ac_cv_lib_s_authenticate+set}" = set; then
3224 echo $ECHO_N "(cached) $ECHO_C" >&6 3279 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3226,7 +3281,7 @@ else
3226 ac_check_lib_save_LIBS=$LIBS 3281 ac_check_lib_save_LIBS=$LIBS
3227LIBS="-ls $LIBS" 3282LIBS="-ls $LIBS"
3228cat >conftest.$ac_ext <<_ACEOF 3283cat >conftest.$ac_ext <<_ACEOF
3229#line 3229 "configure" 3284#line 3284 "configure"
3230#include "confdefs.h" 3285#include "confdefs.h"
3231 3286
3232/* Override any gcc2 internal prototype to avoid an error. */ 3287/* Override any gcc2 internal prototype to avoid an error. */
@@ -3245,16 +3300,16 @@ authenticate ();
3245} 3300}
3246_ACEOF 3301_ACEOF
3247rm -f conftest.$ac_objext conftest$ac_exeext 3302rm -f conftest.$ac_objext conftest$ac_exeext
3248if { (eval echo "$as_me:3248: \"$ac_link\"") >&5 3303if { (eval echo "$as_me:3303: \"$ac_link\"") >&5
3249 (eval $ac_link) 2>&5 3304 (eval $ac_link) 2>&5
3250 ac_status=$? 3305 ac_status=$?
3251 echo "$as_me:3251: \$? = $ac_status" >&5 3306 echo "$as_me:3306: \$? = $ac_status" >&5
3252 (exit $ac_status); } && 3307 (exit $ac_status); } &&
3253 { ac_try='test -s conftest$ac_exeext' 3308 { ac_try='test -s conftest$ac_exeext'
3254 { (eval echo "$as_me:3254: \"$ac_try\"") >&5 3309 { (eval echo "$as_me:3309: \"$ac_try\"") >&5
3255 (eval $ac_try) 2>&5 3310 (eval $ac_try) 2>&5
3256 ac_status=$? 3311 ac_status=$?
3257 echo "$as_me:3257: \$? = $ac_status" >&5 3312 echo "$as_me:3312: \$? = $ac_status" >&5
3258 (exit $ac_status); }; }; then 3313 (exit $ac_status); }; }; then
3259 ac_cv_lib_s_authenticate=yes 3314 ac_cv_lib_s_authenticate=yes
3260else 3315else
@@ -3265,7 +3320,7 @@ fi
3265rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3320rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3266LIBS=$ac_check_lib_save_LIBS 3321LIBS=$ac_check_lib_save_LIBS
3267fi 3322fi
3268echo "$as_me:3268: result: $ac_cv_lib_s_authenticate" >&5 3323echo "$as_me:3323: result: $ac_cv_lib_s_authenticate" >&5
3269echo "${ECHO_T}$ac_cv_lib_s_authenticate" >&6 3324echo "${ECHO_T}$ac_cv_lib_s_authenticate" >&6
3270if test $ac_cv_lib_s_authenticate = yes; then 3325if test $ac_cv_lib_s_authenticate = yes; then
3271 cat >>confdefs.h <<\EOF 3326 cat >>confdefs.h <<\EOF
@@ -3278,13 +3333,13 @@ fi
3278 3333
3279fi 3334fi
3280 3335
3281 echo "$as_me:3281: checking whether loginfailed is declared" >&5 3336 echo "$as_me:3336: checking whether loginfailed is declared" >&5
3282echo $ECHO_N "checking whether loginfailed is declared... $ECHO_C" >&6 3337echo $ECHO_N "checking whether loginfailed is declared... $ECHO_C" >&6
3283if test "${ac_cv_have_decl_loginfailed+set}" = set; then 3338if test "${ac_cv_have_decl_loginfailed+set}" = set; then
3284 echo $ECHO_N "(cached) $ECHO_C" >&6 3339 echo $ECHO_N "(cached) $ECHO_C" >&6
3285else 3340else
3286 cat >conftest.$ac_ext <<_ACEOF 3341 cat >conftest.$ac_ext <<_ACEOF
3287#line 3287 "configure" 3342#line 3342 "configure"
3288#include "confdefs.h" 3343#include "confdefs.h"
3289#include <usersec.h> 3344#include <usersec.h>
3290 3345
@@ -3300,16 +3355,16 @@ main ()
3300} 3355}
3301_ACEOF 3356_ACEOF
3302rm -f conftest.$ac_objext 3357rm -f conftest.$ac_objext
3303if { (eval echo "$as_me:3303: \"$ac_compile\"") >&5 3358if { (eval echo "$as_me:3358: \"$ac_compile\"") >&5
3304 (eval $ac_compile) 2>&5 3359 (eval $ac_compile) 2>&5
3305 ac_status=$? 3360 ac_status=$?
3306 echo "$as_me:3306: \$? = $ac_status" >&5 3361 echo "$as_me:3361: \$? = $ac_status" >&5
3307 (exit $ac_status); } && 3362 (exit $ac_status); } &&
3308 { ac_try='test -s conftest.$ac_objext' 3363 { ac_try='test -s conftest.$ac_objext'
3309 { (eval echo "$as_me:3309: \"$ac_try\"") >&5 3364 { (eval echo "$as_me:3364: \"$ac_try\"") >&5
3310 (eval $ac_try) 2>&5 3365 (eval $ac_try) 2>&5
3311 ac_status=$? 3366 ac_status=$?
3312 echo "$as_me:3312: \$? = $ac_status" >&5 3367 echo "$as_me:3367: \$? = $ac_status" >&5
3313 (exit $ac_status); }; }; then 3368 (exit $ac_status); }; }; then
3314 ac_cv_have_decl_loginfailed=yes 3369 ac_cv_have_decl_loginfailed=yes
3315else 3370else
@@ -3319,13 +3374,13 @@ ac_cv_have_decl_loginfailed=no
3319fi 3374fi
3320rm -f conftest.$ac_objext conftest.$ac_ext 3375rm -f conftest.$ac_objext conftest.$ac_ext
3321fi 3376fi
3322echo "$as_me:3322: result: $ac_cv_have_decl_loginfailed" >&5 3377echo "$as_me:3377: result: $ac_cv_have_decl_loginfailed" >&5
3323echo "${ECHO_T}$ac_cv_have_decl_loginfailed" >&6 3378echo "${ECHO_T}$ac_cv_have_decl_loginfailed" >&6
3324if test $ac_cv_have_decl_loginfailed = yes; then 3379if test $ac_cv_have_decl_loginfailed = yes; then
3325 echo "$as_me:3325: checking if loginfailed takes 4 arguments" >&5 3380 echo "$as_me:3380: checking if loginfailed takes 4 arguments" >&5
3326echo $ECHO_N "checking if loginfailed takes 4 arguments... $ECHO_C" >&6 3381echo $ECHO_N "checking if loginfailed takes 4 arguments... $ECHO_C" >&6
3327 cat >conftest.$ac_ext <<_ACEOF 3382 cat >conftest.$ac_ext <<_ACEOF
3328#line 3328 "configure" 3383#line 3383 "configure"
3329#include "confdefs.h" 3384#include "confdefs.h"
3330#include <usersec.h> 3385#include <usersec.h>
3331int 3386int
@@ -3337,18 +3392,18 @@ main ()
3337} 3392}
3338_ACEOF 3393_ACEOF
3339rm -f conftest.$ac_objext 3394rm -f conftest.$ac_objext
3340if { (eval echo "$as_me:3340: \"$ac_compile\"") >&5 3395if { (eval echo "$as_me:3395: \"$ac_compile\"") >&5
3341 (eval $ac_compile) 2>&5 3396 (eval $ac_compile) 2>&5
3342 ac_status=$? 3397 ac_status=$?
3343 echo "$as_me:3343: \$? = $ac_status" >&5 3398 echo "$as_me:3398: \$? = $ac_status" >&5
3344 (exit $ac_status); } && 3399 (exit $ac_status); } &&
3345 { ac_try='test -s conftest.$ac_objext' 3400 { ac_try='test -s conftest.$ac_objext'
3346 { (eval echo "$as_me:3346: \"$ac_try\"") >&5 3401 { (eval echo "$as_me:3401: \"$ac_try\"") >&5
3347 (eval $ac_try) 2>&5 3402 (eval $ac_try) 2>&5
3348 ac_status=$? 3403 ac_status=$?
3349 echo "$as_me:3349: \$? = $ac_status" >&5 3404 echo "$as_me:3404: \$? = $ac_status" >&5
3350 (exit $ac_status); }; }; then 3405 (exit $ac_status); }; }; then
3351 echo "$as_me:3351: result: yes" >&5 3406 echo "$as_me:3406: result: yes" >&5
3352echo "${ECHO_T}yes" >&6 3407echo "${ECHO_T}yes" >&6
3353 cat >>confdefs.h <<\EOF 3408 cat >>confdefs.h <<\EOF
3354#define AIX_LOGINFAILED_4ARG 1 3409#define AIX_LOGINFAILED_4ARG 1
@@ -3357,7 +3412,7 @@ EOF
3357else 3412else
3358 echo "$as_me: failed program was:" >&5 3413 echo "$as_me: failed program was:" >&5
3359cat conftest.$ac_ext >&5 3414cat conftest.$ac_ext >&5
3360echo "$as_me:3360: result: no" >&5 3415echo "$as_me:3415: result: no" >&5
3361echo "${ECHO_T}no" >&6 3416echo "${ECHO_T}no" >&6
3362 3417
3363fi 3418fi
@@ -3367,13 +3422,13 @@ fi
3367for ac_func in setauthdb 3422for ac_func in setauthdb
3368do 3423do
3369as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 3424as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
3370echo "$as_me:3370: checking for $ac_func" >&5 3425echo "$as_me:3425: checking for $ac_func" >&5
3371echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 3426echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
3372if eval "test \"\${$as_ac_var+set}\" = set"; then 3427if eval "test \"\${$as_ac_var+set}\" = set"; then
3373 echo $ECHO_N "(cached) $ECHO_C" >&6 3428 echo $ECHO_N "(cached) $ECHO_C" >&6
3374else 3429else
3375 cat >conftest.$ac_ext <<_ACEOF 3430 cat >conftest.$ac_ext <<_ACEOF
3376#line 3376 "configure" 3431#line 3431 "configure"
3377#include "confdefs.h" 3432#include "confdefs.h"
3378/* System header to define __stub macros and hopefully few prototypes, 3433/* System header to define __stub macros and hopefully few prototypes,
3379 which can conflict with char $ac_func (); below. */ 3434 which can conflict with char $ac_func (); below. */
@@ -3404,16 +3459,16 @@ f = $ac_func;
3404} 3459}
3405_ACEOF 3460_ACEOF
3406rm -f conftest.$ac_objext conftest$ac_exeext 3461rm -f conftest.$ac_objext conftest$ac_exeext
3407if { (eval echo "$as_me:3407: \"$ac_link\"") >&5 3462if { (eval echo "$as_me:3462: \"$ac_link\"") >&5
3408 (eval $ac_link) 2>&5 3463 (eval $ac_link) 2>&5
3409 ac_status=$? 3464 ac_status=$?
3410 echo "$as_me:3410: \$? = $ac_status" >&5 3465 echo "$as_me:3465: \$? = $ac_status" >&5
3411 (exit $ac_status); } && 3466 (exit $ac_status); } &&
3412 { ac_try='test -s conftest$ac_exeext' 3467 { ac_try='test -s conftest$ac_exeext'
3413 { (eval echo "$as_me:3413: \"$ac_try\"") >&5 3468 { (eval echo "$as_me:3468: \"$ac_try\"") >&5
3414 (eval $ac_try) 2>&5 3469 (eval $ac_try) 2>&5
3415 ac_status=$? 3470 ac_status=$?
3416 echo "$as_me:3416: \$? = $ac_status" >&5 3471 echo "$as_me:3471: \$? = $ac_status" >&5
3417 (exit $ac_status); }; }; then 3472 (exit $ac_status); }; }; then
3418 eval "$as_ac_var=yes" 3473 eval "$as_ac_var=yes"
3419else 3474else
@@ -3423,7 +3478,7 @@ eval "$as_ac_var=no"
3423fi 3478fi
3424rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3479rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3425fi 3480fi
3426echo "$as_me:3426: result: `eval echo '${'$as_ac_var'}'`" >&5 3481echo "$as_me:3481: result: `eval echo '${'$as_ac_var'}'`" >&5
3427echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 3482echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
3428if test `eval echo '${'$as_ac_var'}'` = yes; then 3483if test `eval echo '${'$as_ac_var'}'` = yes; then
3429 cat >>confdefs.h <<EOF 3484 cat >>confdefs.h <<EOF
@@ -3507,16 +3562,28 @@ EOF
3507#define IP_TOS_IS_BROKEN 1 3562#define IP_TOS_IS_BROKEN 1
3508EOF 3563EOF
3509 3564
3565 cat >>confdefs.h <<\EOF
3566#define SETEUID_BREAKS_SETUID 1
3567EOF
3568
3569 cat >>confdefs.h <<\EOF
3570#define BROKEN_SETREUID 1
3571EOF
3572
3573 cat >>confdefs.h <<\EOF
3574#define BROKEN_SETREGID 1
3575EOF
3576
3510 ;; 3577 ;;
3511*-*-darwin*) 3578*-*-darwin*)
3512 echo "$as_me:3512: checking if we have working getaddrinfo" >&5 3579 echo "$as_me:3579: checking if we have working getaddrinfo" >&5
3513echo $ECHO_N "checking if we have working getaddrinfo... $ECHO_C" >&6 3580echo $ECHO_N "checking if we have working getaddrinfo... $ECHO_C" >&6
3514 if test "$cross_compiling" = yes; then 3581 if test "$cross_compiling" = yes; then
3515 echo "$as_me:3515: result: assume it is working" >&5 3582 echo "$as_me:3582: result: assume it is working" >&5
3516echo "${ECHO_T}assume it is working" >&6 3583echo "${ECHO_T}assume it is working" >&6
3517else 3584else
3518 cat >conftest.$ac_ext <<_ACEOF 3585 cat >conftest.$ac_ext <<_ACEOF
3519#line 3519 "configure" 3586#line 3586 "configure"
3520#include "confdefs.h" 3587#include "confdefs.h"
3521#include <mach-o/dyld.h> 3588#include <mach-o/dyld.h>
3522main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) 3589main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
@@ -3526,23 +3593,23 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
3526} 3593}
3527_ACEOF 3594_ACEOF
3528rm -f conftest$ac_exeext 3595rm -f conftest$ac_exeext
3529if { (eval echo "$as_me:3529: \"$ac_link\"") >&5 3596if { (eval echo "$as_me:3596: \"$ac_link\"") >&5
3530 (eval $ac_link) 2>&5 3597 (eval $ac_link) 2>&5
3531 ac_status=$? 3598 ac_status=$?
3532 echo "$as_me:3532: \$? = $ac_status" >&5 3599 echo "$as_me:3599: \$? = $ac_status" >&5
3533 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 3600 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3534 { (eval echo "$as_me:3534: \"$ac_try\"") >&5 3601 { (eval echo "$as_me:3601: \"$ac_try\"") >&5
3535 (eval $ac_try) 2>&5 3602 (eval $ac_try) 2>&5
3536 ac_status=$? 3603 ac_status=$?
3537 echo "$as_me:3537: \$? = $ac_status" >&5 3604 echo "$as_me:3604: \$? = $ac_status" >&5
3538 (exit $ac_status); }; }; then 3605 (exit $ac_status); }; }; then
3539 echo "$as_me:3539: result: working" >&5 3606 echo "$as_me:3606: result: working" >&5
3540echo "${ECHO_T}working" >&6 3607echo "${ECHO_T}working" >&6
3541else 3608else
3542 echo "$as_me: program exited with status $ac_status" >&5 3609 echo "$as_me: program exited with status $ac_status" >&5
3543echo "$as_me: failed program was:" >&5 3610echo "$as_me: failed program was:" >&5
3544cat conftest.$ac_ext >&5 3611cat conftest.$ac_ext >&5
3545echo "$as_me:3545: result: buggy" >&5 3612echo "$as_me:3612: result: buggy" >&5
3546echo "${ECHO_T}buggy" >&6 3613echo "${ECHO_T}buggy" >&6
3547 cat >>confdefs.h <<\EOF 3614 cat >>confdefs.h <<\EOF
3548#define BROKEN_GETADDRINFO 1 3615#define BROKEN_GETADDRINFO 1
@@ -3563,6 +3630,10 @@ EOF
3563#define BROKEN_SETREGID 1 3630#define BROKEN_SETREGID 1
3564EOF 3631EOF
3565 3632
3633 cat >>confdefs.h <<EOF
3634#define BIND_8_COMPAT 1
3635EOF
3636
3566 ;; 3637 ;;
3567*-*-hpux10.26) 3638*-*-hpux10.26)
3568 if test -z "$GCC"; then 3639 if test -z "$GCC"; then
@@ -3587,14 +3658,6 @@ EOF
3587EOF 3658EOF
3588 3659
3589 cat >>confdefs.h <<\EOF 3660 cat >>confdefs.h <<\EOF
3590#define DISABLE_SHADOW 1
3591EOF
3592
3593 cat >>confdefs.h <<\EOF
3594#define DISABLE_UTMP 1
3595EOF
3596
3597 cat >>confdefs.h <<\EOF
3598#define LOCKED_PASSWD_STRING "*" 3661#define LOCKED_PASSWD_STRING "*"
3599EOF 3662EOF
3600 3663
@@ -3604,7 +3667,7 @@ EOF
3604 3667
3605 LIBS="$LIBS -lsec -lsecpw" 3668 LIBS="$LIBS -lsec -lsecpw"
3606 3669
3607echo "$as_me:3607: checking for t_error in -lxnet" >&5 3670echo "$as_me:3670: checking for t_error in -lxnet" >&5
3608echo $ECHO_N "checking for t_error in -lxnet... $ECHO_C" >&6 3671echo $ECHO_N "checking for t_error in -lxnet... $ECHO_C" >&6
3609if test "${ac_cv_lib_xnet_t_error+set}" = set; then 3672if test "${ac_cv_lib_xnet_t_error+set}" = set; then
3610 echo $ECHO_N "(cached) $ECHO_C" >&6 3673 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3612,7 +3675,7 @@ else
3612 ac_check_lib_save_LIBS=$LIBS 3675 ac_check_lib_save_LIBS=$LIBS
3613LIBS="-lxnet $LIBS" 3676LIBS="-lxnet $LIBS"
3614cat >conftest.$ac_ext <<_ACEOF 3677cat >conftest.$ac_ext <<_ACEOF
3615#line 3615 "configure" 3678#line 3678 "configure"
3616#include "confdefs.h" 3679#include "confdefs.h"
3617 3680
3618/* Override any gcc2 internal prototype to avoid an error. */ 3681/* Override any gcc2 internal prototype to avoid an error. */
@@ -3631,16 +3694,16 @@ t_error ();
3631} 3694}
3632_ACEOF 3695_ACEOF
3633rm -f conftest.$ac_objext conftest$ac_exeext 3696rm -f conftest.$ac_objext conftest$ac_exeext
3634if { (eval echo "$as_me:3634: \"$ac_link\"") >&5 3697if { (eval echo "$as_me:3697: \"$ac_link\"") >&5
3635 (eval $ac_link) 2>&5 3698 (eval $ac_link) 2>&5
3636 ac_status=$? 3699 ac_status=$?
3637 echo "$as_me:3637: \$? = $ac_status" >&5 3700 echo "$as_me:3700: \$? = $ac_status" >&5
3638 (exit $ac_status); } && 3701 (exit $ac_status); } &&
3639 { ac_try='test -s conftest$ac_exeext' 3702 { ac_try='test -s conftest$ac_exeext'
3640 { (eval echo "$as_me:3640: \"$ac_try\"") >&5 3703 { (eval echo "$as_me:3703: \"$ac_try\"") >&5
3641 (eval $ac_try) 2>&5 3704 (eval $ac_try) 2>&5
3642 ac_status=$? 3705 ac_status=$?
3643 echo "$as_me:3643: \$? = $ac_status" >&5 3706 echo "$as_me:3706: \$? = $ac_status" >&5
3644 (exit $ac_status); }; }; then 3707 (exit $ac_status); }; }; then
3645 ac_cv_lib_xnet_t_error=yes 3708 ac_cv_lib_xnet_t_error=yes
3646else 3709else
@@ -3651,7 +3714,7 @@ fi
3651rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3714rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3652LIBS=$ac_check_lib_save_LIBS 3715LIBS=$ac_check_lib_save_LIBS
3653fi 3716fi
3654echo "$as_me:3654: result: $ac_cv_lib_xnet_t_error" >&5 3717echo "$as_me:3717: result: $ac_cv_lib_xnet_t_error" >&5
3655echo "${ECHO_T}$ac_cv_lib_xnet_t_error" >&6 3718echo "${ECHO_T}$ac_cv_lib_xnet_t_error" >&6
3656if test $ac_cv_lib_xnet_t_error = yes; then 3719if test $ac_cv_lib_xnet_t_error = yes; then
3657 cat >>confdefs.h <<EOF 3720 cat >>confdefs.h <<EOF
@@ -3661,7 +3724,7 @@ EOF
3661 LIBS="-lxnet $LIBS" 3724 LIBS="-lxnet $LIBS"
3662 3725
3663else 3726else
3664 { { echo "$as_me:3664: error: *** -lxnet needed on HP-UX - check config.log ***" >&5 3727 { { echo "$as_me:3727: error: *** -lxnet needed on HP-UX - check config.log ***" >&5
3665echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;} 3728echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;}
3666 { (exit 1); exit 1; }; } 3729 { (exit 1); exit 1; }; }
3667fi 3730fi
@@ -3687,14 +3750,6 @@ EOF
3687EOF 3750EOF
3688 3751
3689 cat >>confdefs.h <<\EOF 3752 cat >>confdefs.h <<\EOF
3690#define DISABLE_SHADOW 1
3691EOF
3692
3693 cat >>confdefs.h <<\EOF
3694#define DISABLE_UTMP 1
3695EOF
3696
3697 cat >>confdefs.h <<\EOF
3698#define LOCKED_PASSWD_STRING "*" 3753#define LOCKED_PASSWD_STRING "*"
3699EOF 3754EOF
3700 3755
@@ -3704,7 +3759,7 @@ EOF
3704 3759
3705 LIBS="$LIBS -lsec" 3760 LIBS="$LIBS -lsec"
3706 3761
3707echo "$as_me:3707: checking for t_error in -lxnet" >&5 3762echo "$as_me:3762: checking for t_error in -lxnet" >&5
3708echo $ECHO_N "checking for t_error in -lxnet... $ECHO_C" >&6 3763echo $ECHO_N "checking for t_error in -lxnet... $ECHO_C" >&6
3709if test "${ac_cv_lib_xnet_t_error+set}" = set; then 3764if test "${ac_cv_lib_xnet_t_error+set}" = set; then
3710 echo $ECHO_N "(cached) $ECHO_C" >&6 3765 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3712,7 +3767,7 @@ else
3712 ac_check_lib_save_LIBS=$LIBS 3767 ac_check_lib_save_LIBS=$LIBS
3713LIBS="-lxnet $LIBS" 3768LIBS="-lxnet $LIBS"
3714cat >conftest.$ac_ext <<_ACEOF 3769cat >conftest.$ac_ext <<_ACEOF
3715#line 3715 "configure" 3770#line 3770 "configure"
3716#include "confdefs.h" 3771#include "confdefs.h"
3717 3772
3718/* Override any gcc2 internal prototype to avoid an error. */ 3773/* Override any gcc2 internal prototype to avoid an error. */
@@ -3731,16 +3786,16 @@ t_error ();
3731} 3786}
3732_ACEOF 3787_ACEOF
3733rm -f conftest.$ac_objext conftest$ac_exeext 3788rm -f conftest.$ac_objext conftest$ac_exeext
3734if { (eval echo "$as_me:3734: \"$ac_link\"") >&5 3789if { (eval echo "$as_me:3789: \"$ac_link\"") >&5
3735 (eval $ac_link) 2>&5 3790 (eval $ac_link) 2>&5
3736 ac_status=$? 3791 ac_status=$?
3737 echo "$as_me:3737: \$? = $ac_status" >&5 3792 echo "$as_me:3792: \$? = $ac_status" >&5
3738 (exit $ac_status); } && 3793 (exit $ac_status); } &&
3739 { ac_try='test -s conftest$ac_exeext' 3794 { ac_try='test -s conftest$ac_exeext'
3740 { (eval echo "$as_me:3740: \"$ac_try\"") >&5 3795 { (eval echo "$as_me:3795: \"$ac_try\"") >&5
3741 (eval $ac_try) 2>&5 3796 (eval $ac_try) 2>&5
3742 ac_status=$? 3797 ac_status=$?
3743 echo "$as_me:3743: \$? = $ac_status" >&5 3798 echo "$as_me:3798: \$? = $ac_status" >&5
3744 (exit $ac_status); }; }; then 3799 (exit $ac_status); }; }; then
3745 ac_cv_lib_xnet_t_error=yes 3800 ac_cv_lib_xnet_t_error=yes
3746else 3801else
@@ -3751,7 +3806,7 @@ fi
3751rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3806rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3752LIBS=$ac_check_lib_save_LIBS 3807LIBS=$ac_check_lib_save_LIBS
3753fi 3808fi
3754echo "$as_me:3754: result: $ac_cv_lib_xnet_t_error" >&5 3809echo "$as_me:3809: result: $ac_cv_lib_xnet_t_error" >&5
3755echo "${ECHO_T}$ac_cv_lib_xnet_t_error" >&6 3810echo "${ECHO_T}$ac_cv_lib_xnet_t_error" >&6
3756if test $ac_cv_lib_xnet_t_error = yes; then 3811if test $ac_cv_lib_xnet_t_error = yes; then
3757 cat >>confdefs.h <<EOF 3812 cat >>confdefs.h <<EOF
@@ -3761,7 +3816,7 @@ EOF
3761 LIBS="-lxnet $LIBS" 3816 LIBS="-lxnet $LIBS"
3762 3817
3763else 3818else
3764 { { echo "$as_me:3764: error: *** -lxnet needed on HP-UX - check config.log ***" >&5 3819 { { echo "$as_me:3819: error: *** -lxnet needed on HP-UX - check config.log ***" >&5
3765echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;} 3820echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;}
3766 { (exit 1); exit 1; }; } 3821 { (exit 1); exit 1; }; }
3767fi 3822fi
@@ -3787,10 +3842,6 @@ EOF
3787EOF 3842EOF
3788 3843
3789 cat >>confdefs.h <<\EOF 3844 cat >>confdefs.h <<\EOF
3790#define DISABLE_SHADOW 1
3791EOF
3792
3793 cat >>confdefs.h <<\EOF
3794#define DISABLE_UTMP 1 3845#define DISABLE_UTMP 1
3795EOF 3846EOF
3796 3847
@@ -3802,9 +3853,16 @@ EOF
3802#define SPT_TYPE SPT_PSTAT 3853#define SPT_TYPE SPT_PSTAT
3803EOF 3854EOF
3804 3855
3856 case "$host" in
3857 *-*-hpux11.11*)
3858 cat >>confdefs.h <<\EOF
3859#define BROKEN_GETADDRINFO 1
3860EOF
3861;;
3862 esac
3805 LIBS="$LIBS -lsec" 3863 LIBS="$LIBS -lsec"
3806 3864
3807echo "$as_me:3807: checking for t_error in -lxnet" >&5 3865echo "$as_me:3865: checking for t_error in -lxnet" >&5
3808echo $ECHO_N "checking for t_error in -lxnet... $ECHO_C" >&6 3866echo $ECHO_N "checking for t_error in -lxnet... $ECHO_C" >&6
3809if test "${ac_cv_lib_xnet_t_error+set}" = set; then 3867if test "${ac_cv_lib_xnet_t_error+set}" = set; then
3810 echo $ECHO_N "(cached) $ECHO_C" >&6 3868 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3812,7 +3870,7 @@ else
3812 ac_check_lib_save_LIBS=$LIBS 3870 ac_check_lib_save_LIBS=$LIBS
3813LIBS="-lxnet $LIBS" 3871LIBS="-lxnet $LIBS"
3814cat >conftest.$ac_ext <<_ACEOF 3872cat >conftest.$ac_ext <<_ACEOF
3815#line 3815 "configure" 3873#line 3873 "configure"
3816#include "confdefs.h" 3874#include "confdefs.h"
3817 3875
3818/* Override any gcc2 internal prototype to avoid an error. */ 3876/* Override any gcc2 internal prototype to avoid an error. */
@@ -3831,16 +3889,16 @@ t_error ();
3831} 3889}
3832_ACEOF 3890_ACEOF
3833rm -f conftest.$ac_objext conftest$ac_exeext 3891rm -f conftest.$ac_objext conftest$ac_exeext
3834if { (eval echo "$as_me:3834: \"$ac_link\"") >&5 3892if { (eval echo "$as_me:3892: \"$ac_link\"") >&5
3835 (eval $ac_link) 2>&5 3893 (eval $ac_link) 2>&5
3836 ac_status=$? 3894 ac_status=$?
3837 echo "$as_me:3837: \$? = $ac_status" >&5 3895 echo "$as_me:3895: \$? = $ac_status" >&5
3838 (exit $ac_status); } && 3896 (exit $ac_status); } &&
3839 { ac_try='test -s conftest$ac_exeext' 3897 { ac_try='test -s conftest$ac_exeext'
3840 { (eval echo "$as_me:3840: \"$ac_try\"") >&5 3898 { (eval echo "$as_me:3898: \"$ac_try\"") >&5
3841 (eval $ac_try) 2>&5 3899 (eval $ac_try) 2>&5
3842 ac_status=$? 3900 ac_status=$?
3843 echo "$as_me:3843: \$? = $ac_status" >&5 3901 echo "$as_me:3901: \$? = $ac_status" >&5
3844 (exit $ac_status); }; }; then 3902 (exit $ac_status); }; }; then
3845 ac_cv_lib_xnet_t_error=yes 3903 ac_cv_lib_xnet_t_error=yes
3846else 3904else
@@ -3851,7 +3909,7 @@ fi
3851rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3909rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3852LIBS=$ac_check_lib_save_LIBS 3910LIBS=$ac_check_lib_save_LIBS
3853fi 3911fi
3854echo "$as_me:3854: result: $ac_cv_lib_xnet_t_error" >&5 3912echo "$as_me:3912: result: $ac_cv_lib_xnet_t_error" >&5
3855echo "${ECHO_T}$ac_cv_lib_xnet_t_error" >&6 3913echo "${ECHO_T}$ac_cv_lib_xnet_t_error" >&6
3856if test $ac_cv_lib_xnet_t_error = yes; then 3914if test $ac_cv_lib_xnet_t_error = yes; then
3857 cat >>confdefs.h <<EOF 3915 cat >>confdefs.h <<EOF
@@ -3861,21 +3919,31 @@ EOF
3861 LIBS="-lxnet $LIBS" 3919 LIBS="-lxnet $LIBS"
3862 3920
3863else 3921else
3864 { { echo "$as_me:3864: error: *** -lxnet needed on HP-UX - check config.log ***" >&5 3922 { { echo "$as_me:3922: error: *** -lxnet needed on HP-UX - check config.log ***" >&5
3865echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;} 3923echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;}
3866 { (exit 1); exit 1; }; } 3924 { (exit 1); exit 1; }; }
3867fi 3925fi
3868 3926
3869 ;; 3927 ;;
3870*-*-irix5*) 3928*-*-irix5*)
3871 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
3872 LDFLAGS="$LDFLAGS"
3873 PATH="$PATH:/usr/etc" 3929 PATH="$PATH:/usr/etc"
3874 cat >>confdefs.h <<\EOF 3930 cat >>confdefs.h <<\EOF
3875#define BROKEN_INET_NTOA 1 3931#define BROKEN_INET_NTOA 1
3876EOF 3932EOF
3877 3933
3878 cat >>confdefs.h <<\EOF 3934 cat >>confdefs.h <<\EOF
3935#define SETEUID_BREAKS_SETUID 1
3936EOF
3937
3938 cat >>confdefs.h <<\EOF
3939#define BROKEN_SETREUID 1
3940EOF
3941
3942 cat >>confdefs.h <<\EOF
3943#define BROKEN_SETREGID 1
3944EOF
3945
3946 cat >>confdefs.h <<\EOF
3879#define WITH_ABBREV_NO_TTY 1 3947#define WITH_ABBREV_NO_TTY 1
3880EOF 3948EOF
3881 3949
@@ -3885,8 +3953,6 @@ EOF
3885 3953
3886 ;; 3954 ;;
3887*-*-irix6*) 3955*-*-irix6*)
3888 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
3889 LDFLAGS="$LDFLAGS"
3890 PATH="$PATH:/usr/etc" 3956 PATH="$PATH:/usr/etc"
3891 cat >>confdefs.h <<\EOF 3957 cat >>confdefs.h <<\EOF
3892#define WITH_IRIX_ARRAY 1 3958#define WITH_IRIX_ARRAY 1
@@ -3900,13 +3966,13 @@ EOF
3900#define WITH_IRIX_AUDIT 1 3966#define WITH_IRIX_AUDIT 1
3901EOF 3967EOF
3902 3968
3903 echo "$as_me:3903: checking for jlimit_startjob" >&5 3969 echo "$as_me:3969: checking for jlimit_startjob" >&5
3904echo $ECHO_N "checking for jlimit_startjob... $ECHO_C" >&6 3970echo $ECHO_N "checking for jlimit_startjob... $ECHO_C" >&6
3905if test "${ac_cv_func_jlimit_startjob+set}" = set; then 3971if test "${ac_cv_func_jlimit_startjob+set}" = set; then
3906 echo $ECHO_N "(cached) $ECHO_C" >&6 3972 echo $ECHO_N "(cached) $ECHO_C" >&6
3907else 3973else
3908 cat >conftest.$ac_ext <<_ACEOF 3974 cat >conftest.$ac_ext <<_ACEOF
3909#line 3909 "configure" 3975#line 3975 "configure"
3910#include "confdefs.h" 3976#include "confdefs.h"
3911/* System header to define __stub macros and hopefully few prototypes, 3977/* System header to define __stub macros and hopefully few prototypes,
3912 which can conflict with char jlimit_startjob (); below. */ 3978 which can conflict with char jlimit_startjob (); below. */
@@ -3937,16 +4003,16 @@ f = jlimit_startjob;
3937} 4003}
3938_ACEOF 4004_ACEOF
3939rm -f conftest.$ac_objext conftest$ac_exeext 4005rm -f conftest.$ac_objext conftest$ac_exeext
3940if { (eval echo "$as_me:3940: \"$ac_link\"") >&5 4006if { (eval echo "$as_me:4006: \"$ac_link\"") >&5
3941 (eval $ac_link) 2>&5 4007 (eval $ac_link) 2>&5
3942 ac_status=$? 4008 ac_status=$?
3943 echo "$as_me:3943: \$? = $ac_status" >&5 4009 echo "$as_me:4009: \$? = $ac_status" >&5
3944 (exit $ac_status); } && 4010 (exit $ac_status); } &&
3945 { ac_try='test -s conftest$ac_exeext' 4011 { ac_try='test -s conftest$ac_exeext'
3946 { (eval echo "$as_me:3946: \"$ac_try\"") >&5 4012 { (eval echo "$as_me:4012: \"$ac_try\"") >&5
3947 (eval $ac_try) 2>&5 4013 (eval $ac_try) 2>&5
3948 ac_status=$? 4014 ac_status=$?
3949 echo "$as_me:3949: \$? = $ac_status" >&5 4015 echo "$as_me:4015: \$? = $ac_status" >&5
3950 (exit $ac_status); }; }; then 4016 (exit $ac_status); }; }; then
3951 ac_cv_func_jlimit_startjob=yes 4017 ac_cv_func_jlimit_startjob=yes
3952else 4018else
@@ -3956,7 +4022,7 @@ ac_cv_func_jlimit_startjob=no
3956fi 4022fi
3957rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4023rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3958fi 4024fi
3959echo "$as_me:3959: result: $ac_cv_func_jlimit_startjob" >&5 4025echo "$as_me:4025: result: $ac_cv_func_jlimit_startjob" >&5
3960echo "${ECHO_T}$ac_cv_func_jlimit_startjob" >&6 4026echo "${ECHO_T}$ac_cv_func_jlimit_startjob" >&6
3961if test $ac_cv_func_jlimit_startjob = yes; then 4027if test $ac_cv_func_jlimit_startjob = yes; then
3962 cat >>confdefs.h <<\EOF 4028 cat >>confdefs.h <<\EOF
@@ -4029,7 +4095,9 @@ EOF
4029 ;; 4095 ;;
4030*-*-netbsd*) 4096*-*-netbsd*)
4031 check_for_libcrypt_before=1 4097 check_for_libcrypt_before=1
4032 need_dash_r=1 4098 if test "x$withval" != "xno" ; then
4099 need_dash_r=1
4100 fi
4033 ;; 4101 ;;
4034*-*-freebsd*) 4102*-*-freebsd*)
4035 check_for_libcrypt_later=1 4103 check_for_libcrypt_later=1
@@ -4069,13 +4137,8 @@ EOF
4069#define BROKEN_SAVED_UIDS 1 4137#define BROKEN_SAVED_UIDS 1
4070EOF 4138EOF
4071 4139
4072 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
4073 CFLAGS="$CFLAGS"
4074 ;; 4140 ;;
4075*-*-solaris*) 4141*-*-solaris*)
4076 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
4077 LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
4078 need_dash_r=1
4079 cat >>confdefs.h <<\EOF 4142 cat >>confdefs.h <<\EOF
4080#define PAM_SUN_CODEBASE 1 4143#define PAM_SUN_CODEBASE 1
4081EOF 4144EOF
@@ -4104,11 +4167,11 @@ EOF
4104 external_path_file=/etc/default/login 4167 external_path_file=/etc/default/login
4105 # hardwire lastlog location (can't detect it on some versions) 4168 # hardwire lastlog location (can't detect it on some versions)
4106 conf_lastlog_location="/var/adm/lastlog" 4169 conf_lastlog_location="/var/adm/lastlog"
4107 echo "$as_me:4107: checking for obsolete utmp and wtmp in solaris2.x" >&5 4170 echo "$as_me:4170: checking for obsolete utmp and wtmp in solaris2.x" >&5
4108echo $ECHO_N "checking for obsolete utmp and wtmp in solaris2.x... $ECHO_C" >&6 4171echo $ECHO_N "checking for obsolete utmp and wtmp in solaris2.x... $ECHO_C" >&6
4109 sol2ver=`echo "$host"| sed -e 's/.*[0-9]\.//'` 4172 sol2ver=`echo "$host"| sed -e 's/.*[0-9]\.//'`
4110 if test "$sol2ver" -ge 8; then 4173 if test "$sol2ver" -ge 8; then
4111 echo "$as_me:4111: result: yes" >&5 4174 echo "$as_me:4174: result: yes" >&5
4112echo "${ECHO_T}yes" >&6 4175echo "${ECHO_T}yes" >&6
4113 cat >>confdefs.h <<\EOF 4176 cat >>confdefs.h <<\EOF
4114#define DISABLE_UTMP 1 4177#define DISABLE_UTMP 1
@@ -4119,7 +4182,7 @@ EOF
4119EOF 4182EOF
4120 4183
4121 else 4184 else
4122 echo "$as_me:4122: result: no" >&5 4185 echo "$as_me:4185: result: no" >&5
4123echo "${ECHO_T}no" >&6 4186echo "${ECHO_T}no" >&6
4124 fi 4187 fi
4125 ;; 4188 ;;
@@ -4129,13 +4192,13 @@ echo "${ECHO_T}no" >&6
4129for ac_func in getpwanam 4192for ac_func in getpwanam
4130do 4193do
4131as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4194as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4132echo "$as_me:4132: checking for $ac_func" >&5 4195echo "$as_me:4195: checking for $ac_func" >&5
4133echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4196echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4134if eval "test \"\${$as_ac_var+set}\" = set"; then 4197if eval "test \"\${$as_ac_var+set}\" = set"; then
4135 echo $ECHO_N "(cached) $ECHO_C" >&6 4198 echo $ECHO_N "(cached) $ECHO_C" >&6
4136else 4199else
4137 cat >conftest.$ac_ext <<_ACEOF 4200 cat >conftest.$ac_ext <<_ACEOF
4138#line 4138 "configure" 4201#line 4201 "configure"
4139#include "confdefs.h" 4202#include "confdefs.h"
4140/* System header to define __stub macros and hopefully few prototypes, 4203/* System header to define __stub macros and hopefully few prototypes,
4141 which can conflict with char $ac_func (); below. */ 4204 which can conflict with char $ac_func (); below. */
@@ -4166,16 +4229,16 @@ f = $ac_func;
4166} 4229}
4167_ACEOF 4230_ACEOF
4168rm -f conftest.$ac_objext conftest$ac_exeext 4231rm -f conftest.$ac_objext conftest$ac_exeext
4169if { (eval echo "$as_me:4169: \"$ac_link\"") >&5 4232if { (eval echo "$as_me:4232: \"$ac_link\"") >&5
4170 (eval $ac_link) 2>&5 4233 (eval $ac_link) 2>&5
4171 ac_status=$? 4234 ac_status=$?
4172 echo "$as_me:4172: \$? = $ac_status" >&5 4235 echo "$as_me:4235: \$? = $ac_status" >&5
4173 (exit $ac_status); } && 4236 (exit $ac_status); } &&
4174 { ac_try='test -s conftest$ac_exeext' 4237 { ac_try='test -s conftest$ac_exeext'
4175 { (eval echo "$as_me:4175: \"$ac_try\"") >&5 4238 { (eval echo "$as_me:4238: \"$ac_try\"") >&5
4176 (eval $ac_try) 2>&5 4239 (eval $ac_try) 2>&5
4177 ac_status=$? 4240 ac_status=$?
4178 echo "$as_me:4178: \$? = $ac_status" >&5 4241 echo "$as_me:4241: \$? = $ac_status" >&5
4179 (exit $ac_status); }; }; then 4242 (exit $ac_status); }; }; then
4180 eval "$as_ac_var=yes" 4243 eval "$as_ac_var=yes"
4181else 4244else
@@ -4185,7 +4248,7 @@ eval "$as_ac_var=no"
4185fi 4248fi
4186rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4249rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4187fi 4250fi
4188echo "$as_me:4188: result: `eval echo '${'$as_ac_var'}'`" >&5 4251echo "$as_me:4251: result: `eval echo '${'$as_ac_var'}'`" >&5
4189echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 4252echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4190if test `eval echo '${'$as_ac_var'}'` = yes; then 4253if test `eval echo '${'$as_ac_var'}'` = yes; then
4191 cat >>confdefs.h <<EOF 4254 cat >>confdefs.h <<EOF
@@ -4208,8 +4271,6 @@ EOF
4208 4271
4209 ;; 4272 ;;
4210*-ncr-sysv*) 4273*-ncr-sysv*)
4211 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
4212 LDFLAGS="$LDFLAGS -L/usr/local/lib"
4213 LIBS="$LIBS -lc89" 4274 LIBS="$LIBS -lc89"
4214 cat >>confdefs.h <<\EOF 4275 cat >>confdefs.h <<\EOF
4215#define USE_PIPES 1 4276#define USE_PIPES 1
@@ -4233,9 +4294,66 @@ EOF
4233 4294
4234 ;; 4295 ;;
4235*-sni-sysv*) 4296*-sni-sysv*)
4236 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
4237 # /usr/ucblib MUST NOT be searched on ReliantUNIX 4297 # /usr/ucblib MUST NOT be searched on ReliantUNIX
4238 LDFLAGS="$LDFLAGS -L/usr/local/lib" 4298
4299echo "$as_me:4299: checking for dlsym in -ldl" >&5
4300echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6
4301if test "${ac_cv_lib_dl_dlsym+set}" = set; then
4302 echo $ECHO_N "(cached) $ECHO_C" >&6
4303else
4304 ac_check_lib_save_LIBS=$LIBS
4305LIBS="-ldl $LIBS"
4306cat >conftest.$ac_ext <<_ACEOF
4307#line 4307 "configure"
4308#include "confdefs.h"
4309
4310/* Override any gcc2 internal prototype to avoid an error. */
4311#ifdef __cplusplus
4312extern "C"
4313#endif
4314/* We use char because int might match the return type of a gcc2
4315 builtin and then its argument prototype would still apply. */
4316char dlsym ();
4317int
4318main ()
4319{
4320dlsym ();
4321 ;
4322 return 0;
4323}
4324_ACEOF
4325rm -f conftest.$ac_objext conftest$ac_exeext
4326if { (eval echo "$as_me:4326: \"$ac_link\"") >&5
4327 (eval $ac_link) 2>&5
4328 ac_status=$?
4329 echo "$as_me:4329: \$? = $ac_status" >&5
4330 (exit $ac_status); } &&
4331 { ac_try='test -s conftest$ac_exeext'
4332 { (eval echo "$as_me:4332: \"$ac_try\"") >&5
4333 (eval $ac_try) 2>&5
4334 ac_status=$?
4335 echo "$as_me:4335: \$? = $ac_status" >&5
4336 (exit $ac_status); }; }; then
4337 ac_cv_lib_dl_dlsym=yes
4338else
4339 echo "$as_me: failed program was:" >&5
4340cat conftest.$ac_ext >&5
4341ac_cv_lib_dl_dlsym=no
4342fi
4343rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4344LIBS=$ac_check_lib_save_LIBS
4345fi
4346echo "$as_me:4346: result: $ac_cv_lib_dl_dlsym" >&5
4347echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6
4348if test $ac_cv_lib_dl_dlsym = yes; then
4349 cat >>confdefs.h <<EOF
4350#define HAVE_LIBDL 1
4351EOF
4352
4353 LIBS="-ldl $LIBS"
4354
4355fi
4356
4239 IPADDR_IN_DISPLAY=yes 4357 IPADDR_IN_DISPLAY=yes
4240 cat >>confdefs.h <<\EOF 4358 cat >>confdefs.h <<\EOF
4241#define USE_PIPES 1 4359#define USE_PIPES 1
@@ -4246,6 +4364,18 @@ EOF
4246EOF 4364EOF
4247 4365
4248 cat >>confdefs.h <<\EOF 4366 cat >>confdefs.h <<\EOF
4367#define SETEUID_BREAKS_SETUID 1
4368EOF
4369
4370 cat >>confdefs.h <<\EOF
4371#define BROKEN_SETREUID 1
4372EOF
4373
4374 cat >>confdefs.h <<\EOF
4375#define BROKEN_SETREGID 1
4376EOF
4377
4378 cat >>confdefs.h <<\EOF
4249#define SSHD_ACQUIRES_CTTY 1 4379#define SSHD_ACQUIRES_CTTY 1
4250EOF 4380EOF
4251 4381
@@ -4255,8 +4385,6 @@ EOF
4255 # otherwise you will find lots of "SIOCGPGRP errno 22" on syslog 4385 # otherwise you will find lots of "SIOCGPGRP errno 22" on syslog
4256 ;; 4386 ;;
4257*-*-sysv4.2*) 4387*-*-sysv4.2*)
4258 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
4259 LDFLAGS="$LDFLAGS -L/usr/local/lib"
4260 cat >>confdefs.h <<\EOF 4388 cat >>confdefs.h <<\EOF
4261#define USE_PIPES 1 4389#define USE_PIPES 1
4262EOF 4390EOF
@@ -4275,8 +4403,6 @@ EOF
4275 4403
4276 ;; 4404 ;;
4277*-*-sysv5*) 4405*-*-sysv5*)
4278 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
4279 LDFLAGS="$LDFLAGS -L/usr/local/lib"
4280 cat >>confdefs.h <<\EOF 4406 cat >>confdefs.h <<\EOF
4281#define USE_PIPES 1 4407#define USE_PIPES 1
4282EOF 4408EOF
@@ -4295,13 +4421,10 @@ EOF
4295 4421
4296 ;; 4422 ;;
4297*-*-sysv*) 4423*-*-sysv*)
4298 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
4299 LDFLAGS="$LDFLAGS -L/usr/local/lib"
4300 ;; 4424 ;;
4301*-*-sco3.2v4*) 4425*-*-sco3.2v4*)
4302 CPPFLAGS="$CPPFLAGS -Dftruncate=chsize -I/usr/local/include" 4426 CPPFLAGS="$CPPFLAGS -Dftruncate=chsize"
4303 LDFLAGS="$LDFLAGS -L/usr/local/lib" 4427 LIBS="$LIBS -los -lprot -lcrypt_i -lx -ltinfo -lm"
4304 LIBS="$LIBS -los -lprot -lx -ltinfo -lm"
4305 RANLIB=true 4428 RANLIB=true
4306 no_dev_ptmx=1 4429 no_dev_ptmx=1
4307 cat >>confdefs.h <<\EOF 4430 cat >>confdefs.h <<\EOF
@@ -4331,13 +4454,13 @@ EOF
4331for ac_func in getluid setluid 4454for ac_func in getluid setluid
4332do 4455do
4333as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4456as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4334echo "$as_me:4334: checking for $ac_func" >&5 4457echo "$as_me:4457: checking for $ac_func" >&5
4335echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4458echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4336if eval "test \"\${$as_ac_var+set}\" = set"; then 4459if eval "test \"\${$as_ac_var+set}\" = set"; then
4337 echo $ECHO_N "(cached) $ECHO_C" >&6 4460 echo $ECHO_N "(cached) $ECHO_C" >&6
4338else 4461else
4339 cat >conftest.$ac_ext <<_ACEOF 4462 cat >conftest.$ac_ext <<_ACEOF
4340#line 4340 "configure" 4463#line 4463 "configure"
4341#include "confdefs.h" 4464#include "confdefs.h"
4342/* System header to define __stub macros and hopefully few prototypes, 4465/* System header to define __stub macros and hopefully few prototypes,
4343 which can conflict with char $ac_func (); below. */ 4466 which can conflict with char $ac_func (); below. */
@@ -4368,16 +4491,16 @@ f = $ac_func;
4368} 4491}
4369_ACEOF 4492_ACEOF
4370rm -f conftest.$ac_objext conftest$ac_exeext 4493rm -f conftest.$ac_objext conftest$ac_exeext
4371if { (eval echo "$as_me:4371: \"$ac_link\"") >&5 4494if { (eval echo "$as_me:4494: \"$ac_link\"") >&5
4372 (eval $ac_link) 2>&5 4495 (eval $ac_link) 2>&5
4373 ac_status=$? 4496 ac_status=$?
4374 echo "$as_me:4374: \$? = $ac_status" >&5 4497 echo "$as_me:4497: \$? = $ac_status" >&5
4375 (exit $ac_status); } && 4498 (exit $ac_status); } &&
4376 { ac_try='test -s conftest$ac_exeext' 4499 { ac_try='test -s conftest$ac_exeext'
4377 { (eval echo "$as_me:4377: \"$ac_try\"") >&5 4500 { (eval echo "$as_me:4500: \"$ac_try\"") >&5
4378 (eval $ac_try) 2>&5 4501 (eval $ac_try) 2>&5
4379 ac_status=$? 4502 ac_status=$?
4380 echo "$as_me:4380: \$? = $ac_status" >&5 4503 echo "$as_me:4503: \$? = $ac_status" >&5
4381 (exit $ac_status); }; }; then 4504 (exit $ac_status); }; }; then
4382 eval "$as_ac_var=yes" 4505 eval "$as_ac_var=yes"
4383else 4506else
@@ -4387,7 +4510,7 @@ eval "$as_ac_var=no"
4387fi 4510fi
4388rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4511rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4389fi 4512fi
4390echo "$as_me:4390: result: `eval echo '${'$as_ac_var'}'`" >&5 4513echo "$as_me:4513: result: `eval echo '${'$as_ac_var'}'`" >&5
4391echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 4514echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4392if test `eval echo '${'$as_ac_var'}'` = yes; then 4515if test `eval echo '${'$as_ac_var'}'` = yes; then
4393 cat >>confdefs.h <<EOF 4516 cat >>confdefs.h <<EOF
@@ -4404,8 +4527,6 @@ done
4404 if test -z "$GCC"; then 4527 if test -z "$GCC"; then
4405 CFLAGS="$CFLAGS -belf" 4528 CFLAGS="$CFLAGS -belf"
4406 fi 4529 fi
4407 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
4408 LDFLAGS="$LDFLAGS -L/usr/local/lib"
4409 LIBS="$LIBS -lprot -lx -ltinfo -lm" 4530 LIBS="$LIBS -lprot -lx -ltinfo -lm"
4410 no_dev_ptmx=1 4531 no_dev_ptmx=1
4411 cat >>confdefs.h <<\EOF 4532 cat >>confdefs.h <<\EOF
@@ -4443,13 +4564,13 @@ EOF
4443for ac_func in getluid setluid 4564for ac_func in getluid setluid
4444do 4565do
4445as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4566as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4446echo "$as_me:4446: checking for $ac_func" >&5 4567echo "$as_me:4567: checking for $ac_func" >&5
4447echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4568echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4448if eval "test \"\${$as_ac_var+set}\" = set"; then 4569if eval "test \"\${$as_ac_var+set}\" = set"; then
4449 echo $ECHO_N "(cached) $ECHO_C" >&6 4570 echo $ECHO_N "(cached) $ECHO_C" >&6
4450else 4571else
4451 cat >conftest.$ac_ext <<_ACEOF 4572 cat >conftest.$ac_ext <<_ACEOF
4452#line 4452 "configure" 4573#line 4573 "configure"
4453#include "confdefs.h" 4574#include "confdefs.h"
4454/* System header to define __stub macros and hopefully few prototypes, 4575/* System header to define __stub macros and hopefully few prototypes,
4455 which can conflict with char $ac_func (); below. */ 4576 which can conflict with char $ac_func (); below. */
@@ -4480,16 +4601,16 @@ f = $ac_func;
4480} 4601}
4481_ACEOF 4602_ACEOF
4482rm -f conftest.$ac_objext conftest$ac_exeext 4603rm -f conftest.$ac_objext conftest$ac_exeext
4483if { (eval echo "$as_me:4483: \"$ac_link\"") >&5 4604if { (eval echo "$as_me:4604: \"$ac_link\"") >&5
4484 (eval $ac_link) 2>&5 4605 (eval $ac_link) 2>&5
4485 ac_status=$? 4606 ac_status=$?
4486 echo "$as_me:4486: \$? = $ac_status" >&5 4607 echo "$as_me:4607: \$? = $ac_status" >&5
4487 (exit $ac_status); } && 4608 (exit $ac_status); } &&
4488 { ac_try='test -s conftest$ac_exeext' 4609 { ac_try='test -s conftest$ac_exeext'
4489 { (eval echo "$as_me:4489: \"$ac_try\"") >&5 4610 { (eval echo "$as_me:4610: \"$ac_try\"") >&5
4490 (eval $ac_try) 2>&5 4611 (eval $ac_try) 2>&5
4491 ac_status=$? 4612 ac_status=$?
4492 echo "$as_me:4492: \$? = $ac_status" >&5 4613 echo "$as_me:4613: \$? = $ac_status" >&5
4493 (exit $ac_status); }; }; then 4614 (exit $ac_status); }; }; then
4494 eval "$as_ac_var=yes" 4615 eval "$as_ac_var=yes"
4495else 4616else
@@ -4499,7 +4620,7 @@ eval "$as_ac_var=no"
4499fi 4620fi
4500rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4621rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4501fi 4622fi
4502echo "$as_me:4502: result: `eval echo '${'$as_ac_var'}'`" >&5 4623echo "$as_me:4623: result: `eval echo '${'$as_ac_var'}'`" >&5
4503echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 4624echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4504if test `eval echo '${'$as_ac_var'}'` = yes; then 4625if test `eval echo '${'$as_ac_var'}'` = yes; then
4505 cat >>confdefs.h <<EOF 4626 cat >>confdefs.h <<EOF
@@ -4513,6 +4634,22 @@ done
4513 ;; 4634 ;;
4514*-*-unicosmk*) 4635*-*-unicosmk*)
4515 cat >>confdefs.h <<\EOF 4636 cat >>confdefs.h <<\EOF
4637#define NO_SSH_LASTLOG 1
4638EOF
4639
4640 cat >>confdefs.h <<\EOF
4641#define SETEUID_BREAKS_SETUID 1
4642EOF
4643
4644 cat >>confdefs.h <<\EOF
4645#define BROKEN_SETREUID 1
4646EOF
4647
4648 cat >>confdefs.h <<\EOF
4649#define BROKEN_SETREGID 1
4650EOF
4651
4652 cat >>confdefs.h <<\EOF
4516#define USE_PIPES 1 4653#define USE_PIPES 1
4517EOF 4654EOF
4518 4655
@@ -4526,6 +4663,18 @@ EOF
4526 ;; 4663 ;;
4527*-*-unicosmp*) 4664*-*-unicosmp*)
4528 cat >>confdefs.h <<\EOF 4665 cat >>confdefs.h <<\EOF
4666#define SETEUID_BREAKS_SETUID 1
4667EOF
4668
4669 cat >>confdefs.h <<\EOF
4670#define BROKEN_SETREUID 1
4671EOF
4672
4673 cat >>confdefs.h <<\EOF
4674#define BROKEN_SETREGID 1
4675EOF
4676
4677 cat >>confdefs.h <<\EOF
4529#define WITH_ABBREV_NO_TTY 1 4678#define WITH_ABBREV_NO_TTY 1
4530EOF 4679EOF
4531 4680
@@ -4538,11 +4687,23 @@ EOF
4538EOF 4687EOF
4539 4688
4540 LDFLAGS="$LDFLAGS" 4689 LDFLAGS="$LDFLAGS"
4541 LIBS="$LIBS -lgen -lacid" 4690 LIBS="$LIBS -lgen -lacid -ldb"
4542 MANTYPE=cat 4691 MANTYPE=cat
4543 ;; 4692 ;;
4544*-*-unicos*) 4693*-*-unicos*)
4545 cat >>confdefs.h <<\EOF 4694 cat >>confdefs.h <<\EOF
4695#define SETEUID_BREAKS_SETUID 1
4696EOF
4697
4698 cat >>confdefs.h <<\EOF
4699#define BROKEN_SETREUID 1
4700EOF
4701
4702 cat >>confdefs.h <<\EOF
4703#define BROKEN_SETREGID 1
4704EOF
4705
4706 cat >>confdefs.h <<\EOF
4546#define USE_PIPES 1 4707#define USE_PIPES 1
4547EOF 4708EOF
4548 4709
@@ -4559,7 +4720,7 @@ EOF
4559 MANTYPE=cat 4720 MANTYPE=cat
4560 ;; 4721 ;;
4561*-dec-osf*) 4722*-dec-osf*)
4562 echo "$as_me:4562: checking for Digital Unix SIA" >&5 4723 echo "$as_me:4723: checking for Digital Unix SIA" >&5
4563echo $ECHO_N "checking for Digital Unix SIA... $ECHO_C" >&6 4724echo $ECHO_N "checking for Digital Unix SIA... $ECHO_C" >&6
4564 no_osfsia="" 4725 no_osfsia=""
4565 4726
@@ -4568,7 +4729,7 @@ if test "${with_osfsia+set}" = set; then
4568 withval="$with_osfsia" 4729 withval="$with_osfsia"
4569 4730
4570 if test "x$withval" = "xno" ; then 4731 if test "x$withval" = "xno" ; then
4571 echo "$as_me:4571: result: disabled" >&5 4732 echo "$as_me:4732: result: disabled" >&5
4572echo "${ECHO_T}disabled" >&6 4733echo "${ECHO_T}disabled" >&6
4573 no_osfsia=1 4734 no_osfsia=1
4574 fi 4735 fi
@@ -4576,7 +4737,7 @@ echo "${ECHO_T}disabled" >&6
4576fi; 4737fi;
4577 if test -z "$no_osfsia" ; then 4738 if test -z "$no_osfsia" ; then
4578 if test -f /etc/sia/matrix.conf; then 4739 if test -f /etc/sia/matrix.conf; then
4579 echo "$as_me:4579: result: yes" >&5 4740 echo "$as_me:4740: result: yes" >&5
4580echo "${ECHO_T}yes" >&6 4741echo "${ECHO_T}yes" >&6
4581 cat >>confdefs.h <<\EOF 4742 cat >>confdefs.h <<\EOF
4582#define HAVE_OSF_SIA 1 4743#define HAVE_OSF_SIA 1
@@ -4592,14 +4753,14 @@ EOF
4592 4753
4593 LIBS="$LIBS -lsecurity -ldb -lm -laud" 4754 LIBS="$LIBS -lsecurity -ldb -lm -laud"
4594 else 4755 else
4595 echo "$as_me:4595: result: no" >&5 4756 echo "$as_me:4756: result: no" >&5
4596echo "${ECHO_T}no" >&6 4757echo "${ECHO_T}no" >&6
4597 fi 4758 cat >>confdefs.h <<\EOF
4598 fi 4759#define LOCKED_PASSWD_SUBSTR "Nologin"
4599 cat >>confdefs.h <<\EOF
4600#define DISABLE_FD_PASSING 1
4601EOF 4760EOF
4602 4761
4762 fi
4763 fi
4603 cat >>confdefs.h <<\EOF 4764 cat >>confdefs.h <<\EOF
4604#define BROKEN_GETADDRINFO 1 4765#define BROKEN_GETADDRINFO 1
4605EOF 4766EOF
@@ -4616,10 +4777,6 @@ EOF
4616#define BROKEN_SETREGID 1 4777#define BROKEN_SETREGID 1
4617EOF 4778EOF
4618 4779
4619 cat >>confdefs.h <<\EOF
4620#define LOCKED_PASSWD_SUBSTR "Nologin"
4621EOF
4622
4623 ;; 4780 ;;
4624 4781
4625*-*-nto-qnx) 4782*-*-nto-qnx)
@@ -4688,15 +4845,15 @@ if test "${with_libs+set}" = set; then
4688 4845
4689fi; 4846fi;
4690 4847
4691echo "$as_me:4691: checking compiler and flags for sanity" >&5 4848echo "$as_me:4848: checking compiler and flags for sanity" >&5
4692echo $ECHO_N "checking compiler and flags for sanity... $ECHO_C" >&6 4849echo $ECHO_N "checking compiler and flags for sanity... $ECHO_C" >&6
4693if test "$cross_compiling" = yes; then 4850if test "$cross_compiling" = yes; then
4694 { { echo "$as_me:4694: error: cannot run test program while cross compiling" >&5 4851 { { echo "$as_me:4851: error: cannot run test program while cross compiling" >&5
4695echo "$as_me: error: cannot run test program while cross compiling" >&2;} 4852echo "$as_me: error: cannot run test program while cross compiling" >&2;}
4696 { (exit 1); exit 1; }; } 4853 { (exit 1); exit 1; }; }
4697else 4854else
4698 cat >conftest.$ac_ext <<_ACEOF 4855 cat >conftest.$ac_ext <<_ACEOF
4699#line 4699 "configure" 4856#line 4856 "configure"
4700#include "confdefs.h" 4857#include "confdefs.h"
4701 4858
4702#include <stdio.h> 4859#include <stdio.h>
@@ -4704,26 +4861,26 @@ int main(){exit(0);}
4704 4861
4705_ACEOF 4862_ACEOF
4706rm -f conftest$ac_exeext 4863rm -f conftest$ac_exeext
4707if { (eval echo "$as_me:4707: \"$ac_link\"") >&5 4864if { (eval echo "$as_me:4864: \"$ac_link\"") >&5
4708 (eval $ac_link) 2>&5 4865 (eval $ac_link) 2>&5
4709 ac_status=$? 4866 ac_status=$?
4710 echo "$as_me:4710: \$? = $ac_status" >&5 4867 echo "$as_me:4867: \$? = $ac_status" >&5
4711 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4868 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4712 { (eval echo "$as_me:4712: \"$ac_try\"") >&5 4869 { (eval echo "$as_me:4869: \"$ac_try\"") >&5
4713 (eval $ac_try) 2>&5 4870 (eval $ac_try) 2>&5
4714 ac_status=$? 4871 ac_status=$?
4715 echo "$as_me:4715: \$? = $ac_status" >&5 4872 echo "$as_me:4872: \$? = $ac_status" >&5
4716 (exit $ac_status); }; }; then 4873 (exit $ac_status); }; }; then
4717 echo "$as_me:4717: result: yes" >&5 4874 echo "$as_me:4874: result: yes" >&5
4718echo "${ECHO_T}yes" >&6 4875echo "${ECHO_T}yes" >&6
4719else 4876else
4720 echo "$as_me: program exited with status $ac_status" >&5 4877 echo "$as_me: program exited with status $ac_status" >&5
4721echo "$as_me: failed program was:" >&5 4878echo "$as_me: failed program was:" >&5
4722cat conftest.$ac_ext >&5 4879cat conftest.$ac_ext >&5
4723 4880
4724 echo "$as_me:4724: result: no" >&5 4881 echo "$as_me:4881: result: no" >&5
4725echo "${ECHO_T}no" >&6 4882echo "${ECHO_T}no" >&6
4726 { { echo "$as_me:4726: error: *** compiler cannot create working executables, check config.log ***" >&5 4883 { { echo "$as_me:4883: error: *** compiler cannot create working executables, check config.log ***" >&5
4727echo "$as_me: error: *** compiler cannot create working executables, check config.log ***" >&2;} 4884echo "$as_me: error: *** compiler cannot create working executables, check config.log ***" >&2;}
4728 { (exit 1); exit 1; }; } 4885 { (exit 1); exit 1; }; }
4729 4886
@@ -4736,32 +4893,32 @@ fi
4736for ac_header in bstring.h crypt.h endian.h features.h floatingpoint.h \ 4893for ac_header in bstring.h crypt.h endian.h features.h floatingpoint.h \
4737 getopt.h glob.h ia.h lastlog.h limits.h login.h \ 4894 getopt.h glob.h ia.h lastlog.h limits.h login.h \
4738 login_cap.h maillock.h netdb.h netgroup.h \ 4895 login_cap.h maillock.h netdb.h netgroup.h \
4739 netinet/in_systm.h paths.h pty.h readpassphrase.h \ 4896 netinet/in_systm.h pam/pam_appl.h paths.h pty.h readpassphrase.h \
4740 rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \ 4897 rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \
4741 strings.h sys/strtio.h sys/audit.h sys/bitypes.h sys/bsdtty.h \ 4898 strings.h sys/strtio.h sys/audit.h sys/bitypes.h sys/bsdtty.h \
4742 sys/cdefs.h sys/mman.h sys/pstat.h sys/select.h sys/stat.h \ 4899 sys/cdefs.h sys/mman.h sys/pstat.h sys/ptms.h sys/select.h sys/stat.h \
4743 sys/stropts.h sys/sysmacros.h sys/time.h sys/timers.h \ 4900 sys/stream.h sys/stropts.h sys/sysmacros.h sys/time.h sys/timers.h \
4744 sys/un.h time.h tmpdir.h ttyent.h usersec.h \ 4901 sys/un.h time.h tmpdir.h ttyent.h usersec.h \
4745 util.h utime.h utmp.h utmpx.h vis.h 4902 util.h utime.h utmp.h utmpx.h vis.h
4746do 4903do
4747as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4904as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4748echo "$as_me:4748: checking for $ac_header" >&5 4905echo "$as_me:4905: checking for $ac_header" >&5
4749echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4906echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4750if eval "test \"\${$as_ac_Header+set}\" = set"; then 4907if eval "test \"\${$as_ac_Header+set}\" = set"; then
4751 echo $ECHO_N "(cached) $ECHO_C" >&6 4908 echo $ECHO_N "(cached) $ECHO_C" >&6
4752else 4909else
4753 cat >conftest.$ac_ext <<_ACEOF 4910 cat >conftest.$ac_ext <<_ACEOF
4754#line 4754 "configure" 4911#line 4911 "configure"
4755#include "confdefs.h" 4912#include "confdefs.h"
4756#include <$ac_header> 4913#include <$ac_header>
4757_ACEOF 4914_ACEOF
4758if { (eval echo "$as_me:4758: \"$ac_cpp conftest.$ac_ext\"") >&5 4915if { (eval echo "$as_me:4915: \"$ac_cpp conftest.$ac_ext\"") >&5
4759 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4916 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4760 ac_status=$? 4917 ac_status=$?
4761 egrep -v '^ *\+' conftest.er1 >conftest.err 4918 egrep -v '^ *\+' conftest.er1 >conftest.err
4762 rm -f conftest.er1 4919 rm -f conftest.er1
4763 cat conftest.err >&5 4920 cat conftest.err >&5
4764 echo "$as_me:4764: \$? = $ac_status" >&5 4921 echo "$as_me:4921: \$? = $ac_status" >&5
4765 (exit $ac_status); } >/dev/null; then 4922 (exit $ac_status); } >/dev/null; then
4766 if test -s conftest.err; then 4923 if test -s conftest.err; then
4767 ac_cpp_err=$ac_c_preproc_warn_flag 4924 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4780,7 +4937,7 @@ else
4780fi 4937fi
4781rm -f conftest.err conftest.$ac_ext 4938rm -f conftest.err conftest.$ac_ext
4782fi 4939fi
4783echo "$as_me:4783: result: `eval echo '${'$as_ac_Header'}'`" >&5 4940echo "$as_me:4940: result: `eval echo '${'$as_ac_Header'}'`" >&5
4784echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4941echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4785if test `eval echo '${'$as_ac_Header'}'` = yes; then 4942if test `eval echo '${'$as_ac_Header'}'` = yes; then
4786 cat >>confdefs.h <<EOF 4943 cat >>confdefs.h <<EOF
@@ -4791,13 +4948,13 @@ fi
4791done 4948done
4792 4949
4793# Checks for libraries. 4950# Checks for libraries.
4794echo "$as_me:4794: checking for yp_match" >&5 4951echo "$as_me:4951: checking for yp_match" >&5
4795echo $ECHO_N "checking for yp_match... $ECHO_C" >&6 4952echo $ECHO_N "checking for yp_match... $ECHO_C" >&6
4796if test "${ac_cv_func_yp_match+set}" = set; then 4953if test "${ac_cv_func_yp_match+set}" = set; then
4797 echo $ECHO_N "(cached) $ECHO_C" >&6 4954 echo $ECHO_N "(cached) $ECHO_C" >&6
4798else 4955else
4799 cat >conftest.$ac_ext <<_ACEOF 4956 cat >conftest.$ac_ext <<_ACEOF
4800#line 4800 "configure" 4957#line 4957 "configure"
4801#include "confdefs.h" 4958#include "confdefs.h"
4802/* System header to define __stub macros and hopefully few prototypes, 4959/* System header to define __stub macros and hopefully few prototypes,
4803 which can conflict with char yp_match (); below. */ 4960 which can conflict with char yp_match (); below. */
@@ -4828,16 +4985,16 @@ f = yp_match;
4828} 4985}
4829_ACEOF 4986_ACEOF
4830rm -f conftest.$ac_objext conftest$ac_exeext 4987rm -f conftest.$ac_objext conftest$ac_exeext
4831if { (eval echo "$as_me:4831: \"$ac_link\"") >&5 4988if { (eval echo "$as_me:4988: \"$ac_link\"") >&5
4832 (eval $ac_link) 2>&5 4989 (eval $ac_link) 2>&5
4833 ac_status=$? 4990 ac_status=$?
4834 echo "$as_me:4834: \$? = $ac_status" >&5 4991 echo "$as_me:4991: \$? = $ac_status" >&5
4835 (exit $ac_status); } && 4992 (exit $ac_status); } &&
4836 { ac_try='test -s conftest$ac_exeext' 4993 { ac_try='test -s conftest$ac_exeext'
4837 { (eval echo "$as_me:4837: \"$ac_try\"") >&5 4994 { (eval echo "$as_me:4994: \"$ac_try\"") >&5
4838 (eval $ac_try) 2>&5 4995 (eval $ac_try) 2>&5
4839 ac_status=$? 4996 ac_status=$?
4840 echo "$as_me:4840: \$? = $ac_status" >&5 4997 echo "$as_me:4997: \$? = $ac_status" >&5
4841 (exit $ac_status); }; }; then 4998 (exit $ac_status); }; }; then
4842 ac_cv_func_yp_match=yes 4999 ac_cv_func_yp_match=yes
4843else 5000else
@@ -4847,13 +5004,13 @@ ac_cv_func_yp_match=no
4847fi 5004fi
4848rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5005rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4849fi 5006fi
4850echo "$as_me:4850: result: $ac_cv_func_yp_match" >&5 5007echo "$as_me:5007: result: $ac_cv_func_yp_match" >&5
4851echo "${ECHO_T}$ac_cv_func_yp_match" >&6 5008echo "${ECHO_T}$ac_cv_func_yp_match" >&6
4852if test $ac_cv_func_yp_match = yes; then 5009if test $ac_cv_func_yp_match = yes; then
4853 : 5010 :
4854else 5011else
4855 5012
4856echo "$as_me:4856: checking for yp_match in -lnsl" >&5 5013echo "$as_me:5013: checking for yp_match in -lnsl" >&5
4857echo $ECHO_N "checking for yp_match in -lnsl... $ECHO_C" >&6 5014echo $ECHO_N "checking for yp_match in -lnsl... $ECHO_C" >&6
4858if test "${ac_cv_lib_nsl_yp_match+set}" = set; then 5015if test "${ac_cv_lib_nsl_yp_match+set}" = set; then
4859 echo $ECHO_N "(cached) $ECHO_C" >&6 5016 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4861,7 +5018,7 @@ else
4861 ac_check_lib_save_LIBS=$LIBS 5018 ac_check_lib_save_LIBS=$LIBS
4862LIBS="-lnsl $LIBS" 5019LIBS="-lnsl $LIBS"
4863cat >conftest.$ac_ext <<_ACEOF 5020cat >conftest.$ac_ext <<_ACEOF
4864#line 4864 "configure" 5021#line 5021 "configure"
4865#include "confdefs.h" 5022#include "confdefs.h"
4866 5023
4867/* Override any gcc2 internal prototype to avoid an error. */ 5024/* Override any gcc2 internal prototype to avoid an error. */
@@ -4880,16 +5037,16 @@ yp_match ();
4880} 5037}
4881_ACEOF 5038_ACEOF
4882rm -f conftest.$ac_objext conftest$ac_exeext 5039rm -f conftest.$ac_objext conftest$ac_exeext
4883if { (eval echo "$as_me:4883: \"$ac_link\"") >&5 5040if { (eval echo "$as_me:5040: \"$ac_link\"") >&5
4884 (eval $ac_link) 2>&5 5041 (eval $ac_link) 2>&5
4885 ac_status=$? 5042 ac_status=$?
4886 echo "$as_me:4886: \$? = $ac_status" >&5 5043 echo "$as_me:5043: \$? = $ac_status" >&5
4887 (exit $ac_status); } && 5044 (exit $ac_status); } &&
4888 { ac_try='test -s conftest$ac_exeext' 5045 { ac_try='test -s conftest$ac_exeext'
4889 { (eval echo "$as_me:4889: \"$ac_try\"") >&5 5046 { (eval echo "$as_me:5046: \"$ac_try\"") >&5
4890 (eval $ac_try) 2>&5 5047 (eval $ac_try) 2>&5
4891 ac_status=$? 5048 ac_status=$?
4892 echo "$as_me:4892: \$? = $ac_status" >&5 5049 echo "$as_me:5049: \$? = $ac_status" >&5
4893 (exit $ac_status); }; }; then 5050 (exit $ac_status); }; }; then
4894 ac_cv_lib_nsl_yp_match=yes 5051 ac_cv_lib_nsl_yp_match=yes
4895else 5052else
@@ -4900,7 +5057,7 @@ fi
4900rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5057rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4901LIBS=$ac_check_lib_save_LIBS 5058LIBS=$ac_check_lib_save_LIBS
4902fi 5059fi
4903echo "$as_me:4903: result: $ac_cv_lib_nsl_yp_match" >&5 5060echo "$as_me:5060: result: $ac_cv_lib_nsl_yp_match" >&5
4904echo "${ECHO_T}$ac_cv_lib_nsl_yp_match" >&6 5061echo "${ECHO_T}$ac_cv_lib_nsl_yp_match" >&6
4905if test $ac_cv_lib_nsl_yp_match = yes; then 5062if test $ac_cv_lib_nsl_yp_match = yes; then
4906 cat >>confdefs.h <<EOF 5063 cat >>confdefs.h <<EOF
@@ -4913,13 +5070,13 @@ fi
4913 5070
4914fi 5071fi
4915 5072
4916echo "$as_me:4916: checking for setsockopt" >&5 5073echo "$as_me:5073: checking for setsockopt" >&5
4917echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6 5074echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6
4918if test "${ac_cv_func_setsockopt+set}" = set; then 5075if test "${ac_cv_func_setsockopt+set}" = set; then
4919 echo $ECHO_N "(cached) $ECHO_C" >&6 5076 echo $ECHO_N "(cached) $ECHO_C" >&6
4920else 5077else
4921 cat >conftest.$ac_ext <<_ACEOF 5078 cat >conftest.$ac_ext <<_ACEOF
4922#line 4922 "configure" 5079#line 5079 "configure"
4923#include "confdefs.h" 5080#include "confdefs.h"
4924/* System header to define __stub macros and hopefully few prototypes, 5081/* System header to define __stub macros and hopefully few prototypes,
4925 which can conflict with char setsockopt (); below. */ 5082 which can conflict with char setsockopt (); below. */
@@ -4950,16 +5107,16 @@ f = setsockopt;
4950} 5107}
4951_ACEOF 5108_ACEOF
4952rm -f conftest.$ac_objext conftest$ac_exeext 5109rm -f conftest.$ac_objext conftest$ac_exeext
4953if { (eval echo "$as_me:4953: \"$ac_link\"") >&5 5110if { (eval echo "$as_me:5110: \"$ac_link\"") >&5
4954 (eval $ac_link) 2>&5 5111 (eval $ac_link) 2>&5
4955 ac_status=$? 5112 ac_status=$?
4956 echo "$as_me:4956: \$? = $ac_status" >&5 5113 echo "$as_me:5113: \$? = $ac_status" >&5
4957 (exit $ac_status); } && 5114 (exit $ac_status); } &&
4958 { ac_try='test -s conftest$ac_exeext' 5115 { ac_try='test -s conftest$ac_exeext'
4959 { (eval echo "$as_me:4959: \"$ac_try\"") >&5 5116 { (eval echo "$as_me:5116: \"$ac_try\"") >&5
4960 (eval $ac_try) 2>&5 5117 (eval $ac_try) 2>&5
4961 ac_status=$? 5118 ac_status=$?
4962 echo "$as_me:4962: \$? = $ac_status" >&5 5119 echo "$as_me:5119: \$? = $ac_status" >&5
4963 (exit $ac_status); }; }; then 5120 (exit $ac_status); }; }; then
4964 ac_cv_func_setsockopt=yes 5121 ac_cv_func_setsockopt=yes
4965else 5122else
@@ -4969,13 +5126,13 @@ ac_cv_func_setsockopt=no
4969fi 5126fi
4970rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5127rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4971fi 5128fi
4972echo "$as_me:4972: result: $ac_cv_func_setsockopt" >&5 5129echo "$as_me:5129: result: $ac_cv_func_setsockopt" >&5
4973echo "${ECHO_T}$ac_cv_func_setsockopt" >&6 5130echo "${ECHO_T}$ac_cv_func_setsockopt" >&6
4974if test $ac_cv_func_setsockopt = yes; then 5131if test $ac_cv_func_setsockopt = yes; then
4975 : 5132 :
4976else 5133else
4977 5134
4978echo "$as_me:4978: checking for setsockopt in -lsocket" >&5 5135echo "$as_me:5135: checking for setsockopt in -lsocket" >&5
4979echo $ECHO_N "checking for setsockopt in -lsocket... $ECHO_C" >&6 5136echo $ECHO_N "checking for setsockopt in -lsocket... $ECHO_C" >&6
4980if test "${ac_cv_lib_socket_setsockopt+set}" = set; then 5137if test "${ac_cv_lib_socket_setsockopt+set}" = set; then
4981 echo $ECHO_N "(cached) $ECHO_C" >&6 5138 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4983,7 +5140,7 @@ else
4983 ac_check_lib_save_LIBS=$LIBS 5140 ac_check_lib_save_LIBS=$LIBS
4984LIBS="-lsocket $LIBS" 5141LIBS="-lsocket $LIBS"
4985cat >conftest.$ac_ext <<_ACEOF 5142cat >conftest.$ac_ext <<_ACEOF
4986#line 4986 "configure" 5143#line 5143 "configure"
4987#include "confdefs.h" 5144#include "confdefs.h"
4988 5145
4989/* Override any gcc2 internal prototype to avoid an error. */ 5146/* Override any gcc2 internal prototype to avoid an error. */
@@ -5002,16 +5159,16 @@ setsockopt ();
5002} 5159}
5003_ACEOF 5160_ACEOF
5004rm -f conftest.$ac_objext conftest$ac_exeext 5161rm -f conftest.$ac_objext conftest$ac_exeext
5005if { (eval echo "$as_me:5005: \"$ac_link\"") >&5 5162if { (eval echo "$as_me:5162: \"$ac_link\"") >&5
5006 (eval $ac_link) 2>&5 5163 (eval $ac_link) 2>&5
5007 ac_status=$? 5164 ac_status=$?
5008 echo "$as_me:5008: \$? = $ac_status" >&5 5165 echo "$as_me:5165: \$? = $ac_status" >&5
5009 (exit $ac_status); } && 5166 (exit $ac_status); } &&
5010 { ac_try='test -s conftest$ac_exeext' 5167 { ac_try='test -s conftest$ac_exeext'
5011 { (eval echo "$as_me:5011: \"$ac_try\"") >&5 5168 { (eval echo "$as_me:5168: \"$ac_try\"") >&5
5012 (eval $ac_try) 2>&5 5169 (eval $ac_try) 2>&5
5013 ac_status=$? 5170 ac_status=$?
5014 echo "$as_me:5014: \$? = $ac_status" >&5 5171 echo "$as_me:5171: \$? = $ac_status" >&5
5015 (exit $ac_status); }; }; then 5172 (exit $ac_status); }; }; then
5016 ac_cv_lib_socket_setsockopt=yes 5173 ac_cv_lib_socket_setsockopt=yes
5017else 5174else
@@ -5022,7 +5179,7 @@ fi
5022rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5179rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5023LIBS=$ac_check_lib_save_LIBS 5180LIBS=$ac_check_lib_save_LIBS
5024fi 5181fi
5025echo "$as_me:5025: result: $ac_cv_lib_socket_setsockopt" >&5 5182echo "$as_me:5182: result: $ac_cv_lib_socket_setsockopt" >&5
5026echo "${ECHO_T}$ac_cv_lib_socket_setsockopt" >&6 5183echo "${ECHO_T}$ac_cv_lib_socket_setsockopt" >&6
5027if test $ac_cv_lib_socket_setsockopt = yes; then 5184if test $ac_cv_lib_socket_setsockopt = yes; then
5028 cat >>confdefs.h <<EOF 5185 cat >>confdefs.h <<EOF
@@ -5037,7 +5194,7 @@ fi
5037 5194
5038if test "x$with_tcp_wrappers" != "xno" ; then 5195if test "x$with_tcp_wrappers" != "xno" ; then
5039 if test "x$do_sco3_extra_lib_check" = "xyes" ; then 5196 if test "x$do_sco3_extra_lib_check" = "xyes" ; then
5040 echo "$as_me:5040: checking for innetgr in -lrpc" >&5 5197 echo "$as_me:5197: checking for innetgr in -lrpc" >&5
5041echo $ECHO_N "checking for innetgr in -lrpc... $ECHO_C" >&6 5198echo $ECHO_N "checking for innetgr in -lrpc... $ECHO_C" >&6
5042if test "${ac_cv_lib_rpc_innetgr+set}" = set; then 5199if test "${ac_cv_lib_rpc_innetgr+set}" = set; then
5043 echo $ECHO_N "(cached) $ECHO_C" >&6 5200 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5045,7 +5202,7 @@ else
5045 ac_check_lib_save_LIBS=$LIBS 5202 ac_check_lib_save_LIBS=$LIBS
5046LIBS="-lrpc -lyp -lrpc $LIBS" 5203LIBS="-lrpc -lyp -lrpc $LIBS"
5047cat >conftest.$ac_ext <<_ACEOF 5204cat >conftest.$ac_ext <<_ACEOF
5048#line 5048 "configure" 5205#line 5205 "configure"
5049#include "confdefs.h" 5206#include "confdefs.h"
5050 5207
5051/* Override any gcc2 internal prototype to avoid an error. */ 5208/* Override any gcc2 internal prototype to avoid an error. */
@@ -5064,16 +5221,16 @@ innetgr ();
5064} 5221}
5065_ACEOF 5222_ACEOF
5066rm -f conftest.$ac_objext conftest$ac_exeext 5223rm -f conftest.$ac_objext conftest$ac_exeext
5067if { (eval echo "$as_me:5067: \"$ac_link\"") >&5 5224if { (eval echo "$as_me:5224: \"$ac_link\"") >&5
5068 (eval $ac_link) 2>&5 5225 (eval $ac_link) 2>&5
5069 ac_status=$? 5226 ac_status=$?
5070 echo "$as_me:5070: \$? = $ac_status" >&5 5227 echo "$as_me:5227: \$? = $ac_status" >&5
5071 (exit $ac_status); } && 5228 (exit $ac_status); } &&
5072 { ac_try='test -s conftest$ac_exeext' 5229 { ac_try='test -s conftest$ac_exeext'
5073 { (eval echo "$as_me:5073: \"$ac_try\"") >&5 5230 { (eval echo "$as_me:5230: \"$ac_try\"") >&5
5074 (eval $ac_try) 2>&5 5231 (eval $ac_try) 2>&5
5075 ac_status=$? 5232 ac_status=$?
5076 echo "$as_me:5076: \$? = $ac_status" >&5 5233 echo "$as_me:5233: \$? = $ac_status" >&5
5077 (exit $ac_status); }; }; then 5234 (exit $ac_status); }; }; then
5078 ac_cv_lib_rpc_innetgr=yes 5235 ac_cv_lib_rpc_innetgr=yes
5079else 5236else
@@ -5084,7 +5241,7 @@ fi
5084rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5241rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5085LIBS=$ac_check_lib_save_LIBS 5242LIBS=$ac_check_lib_save_LIBS
5086fi 5243fi
5087echo "$as_me:5087: result: $ac_cv_lib_rpc_innetgr" >&5 5244echo "$as_me:5244: result: $ac_cv_lib_rpc_innetgr" >&5
5088echo "${ECHO_T}$ac_cv_lib_rpc_innetgr" >&6 5245echo "${ECHO_T}$ac_cv_lib_rpc_innetgr" >&6
5089if test $ac_cv_lib_rpc_innetgr = yes; then 5246if test $ac_cv_lib_rpc_innetgr = yes; then
5090 LIBS="-lrpc -lyp -lrpc $LIBS" 5247 LIBS="-lrpc -lyp -lrpc $LIBS"
@@ -5096,13 +5253,13 @@ fi
5096for ac_func in dirname 5253for ac_func in dirname
5097do 5254do
5098as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5255as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5099echo "$as_me:5099: checking for $ac_func" >&5 5256echo "$as_me:5256: checking for $ac_func" >&5
5100echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5257echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5101if eval "test \"\${$as_ac_var+set}\" = set"; then 5258if eval "test \"\${$as_ac_var+set}\" = set"; then
5102 echo $ECHO_N "(cached) $ECHO_C" >&6 5259 echo $ECHO_N "(cached) $ECHO_C" >&6
5103else 5260else
5104 cat >conftest.$ac_ext <<_ACEOF 5261 cat >conftest.$ac_ext <<_ACEOF
5105#line 5105 "configure" 5262#line 5262 "configure"
5106#include "confdefs.h" 5263#include "confdefs.h"
5107/* System header to define __stub macros and hopefully few prototypes, 5264/* System header to define __stub macros and hopefully few prototypes,
5108 which can conflict with char $ac_func (); below. */ 5265 which can conflict with char $ac_func (); below. */
@@ -5133,16 +5290,16 @@ f = $ac_func;
5133} 5290}
5134_ACEOF 5291_ACEOF
5135rm -f conftest.$ac_objext conftest$ac_exeext 5292rm -f conftest.$ac_objext conftest$ac_exeext
5136if { (eval echo "$as_me:5136: \"$ac_link\"") >&5 5293if { (eval echo "$as_me:5293: \"$ac_link\"") >&5
5137 (eval $ac_link) 2>&5 5294 (eval $ac_link) 2>&5
5138 ac_status=$? 5295 ac_status=$?
5139 echo "$as_me:5139: \$? = $ac_status" >&5 5296 echo "$as_me:5296: \$? = $ac_status" >&5
5140 (exit $ac_status); } && 5297 (exit $ac_status); } &&
5141 { ac_try='test -s conftest$ac_exeext' 5298 { ac_try='test -s conftest$ac_exeext'
5142 { (eval echo "$as_me:5142: \"$ac_try\"") >&5 5299 { (eval echo "$as_me:5299: \"$ac_try\"") >&5
5143 (eval $ac_try) 2>&5 5300 (eval $ac_try) 2>&5
5144 ac_status=$? 5301 ac_status=$?
5145 echo "$as_me:5145: \$? = $ac_status" >&5 5302 echo "$as_me:5302: \$? = $ac_status" >&5
5146 (exit $ac_status); }; }; then 5303 (exit $ac_status); }; }; then
5147 eval "$as_ac_var=yes" 5304 eval "$as_ac_var=yes"
5148else 5305else
@@ -5152,7 +5309,7 @@ eval "$as_ac_var=no"
5152fi 5309fi
5153rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5310rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5154fi 5311fi
5155echo "$as_me:5155: result: `eval echo '${'$as_ac_var'}'`" >&5 5312echo "$as_me:5312: result: `eval echo '${'$as_ac_var'}'`" >&5
5156echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5313echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5157if test `eval echo '${'$as_ac_var'}'` = yes; then 5314if test `eval echo '${'$as_ac_var'}'` = yes; then
5158 cat >>confdefs.h <<EOF 5315 cat >>confdefs.h <<EOF
@@ -5162,23 +5319,23 @@ EOF
5162for ac_header in libgen.h 5319for ac_header in libgen.h
5163do 5320do
5164as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5321as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5165echo "$as_me:5165: checking for $ac_header" >&5 5322echo "$as_me:5322: checking for $ac_header" >&5
5166echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5323echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5167if eval "test \"\${$as_ac_Header+set}\" = set"; then 5324if eval "test \"\${$as_ac_Header+set}\" = set"; then
5168 echo $ECHO_N "(cached) $ECHO_C" >&6 5325 echo $ECHO_N "(cached) $ECHO_C" >&6
5169else 5326else
5170 cat >conftest.$ac_ext <<_ACEOF 5327 cat >conftest.$ac_ext <<_ACEOF
5171#line 5171 "configure" 5328#line 5328 "configure"
5172#include "confdefs.h" 5329#include "confdefs.h"
5173#include <$ac_header> 5330#include <$ac_header>
5174_ACEOF 5331_ACEOF
5175if { (eval echo "$as_me:5175: \"$ac_cpp conftest.$ac_ext\"") >&5 5332if { (eval echo "$as_me:5332: \"$ac_cpp conftest.$ac_ext\"") >&5
5176 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5333 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5177 ac_status=$? 5334 ac_status=$?
5178 egrep -v '^ *\+' conftest.er1 >conftest.err 5335 egrep -v '^ *\+' conftest.er1 >conftest.err
5179 rm -f conftest.er1 5336 rm -f conftest.er1
5180 cat conftest.err >&5 5337 cat conftest.err >&5
5181 echo "$as_me:5181: \$? = $ac_status" >&5 5338 echo "$as_me:5338: \$? = $ac_status" >&5
5182 (exit $ac_status); } >/dev/null; then 5339 (exit $ac_status); } >/dev/null; then
5183 if test -s conftest.err; then 5340 if test -s conftest.err; then
5184 ac_cpp_err=$ac_c_preproc_warn_flag 5341 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5197,7 +5354,7 @@ else
5197fi 5354fi
5198rm -f conftest.err conftest.$ac_ext 5355rm -f conftest.err conftest.$ac_ext
5199fi 5356fi
5200echo "$as_me:5200: result: `eval echo '${'$as_ac_Header'}'`" >&5 5357echo "$as_me:5357: result: `eval echo '${'$as_ac_Header'}'`" >&5
5201echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5358echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5202if test `eval echo '${'$as_ac_Header'}'` = yes; then 5359if test `eval echo '${'$as_ac_Header'}'` = yes; then
5203 cat >>confdefs.h <<EOF 5360 cat >>confdefs.h <<EOF
@@ -5209,7 +5366,7 @@ done
5209 5366
5210else 5367else
5211 5368
5212 echo "$as_me:5212: checking for dirname in -lgen" >&5 5369 echo "$as_me:5369: checking for dirname in -lgen" >&5
5213echo $ECHO_N "checking for dirname in -lgen... $ECHO_C" >&6 5370echo $ECHO_N "checking for dirname in -lgen... $ECHO_C" >&6
5214if test "${ac_cv_lib_gen_dirname+set}" = set; then 5371if test "${ac_cv_lib_gen_dirname+set}" = set; then
5215 echo $ECHO_N "(cached) $ECHO_C" >&6 5372 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5217,7 +5374,7 @@ else
5217 ac_check_lib_save_LIBS=$LIBS 5374 ac_check_lib_save_LIBS=$LIBS
5218LIBS="-lgen $LIBS" 5375LIBS="-lgen $LIBS"
5219cat >conftest.$ac_ext <<_ACEOF 5376cat >conftest.$ac_ext <<_ACEOF
5220#line 5220 "configure" 5377#line 5377 "configure"
5221#include "confdefs.h" 5378#include "confdefs.h"
5222 5379
5223/* Override any gcc2 internal prototype to avoid an error. */ 5380/* Override any gcc2 internal prototype to avoid an error. */
@@ -5236,16 +5393,16 @@ dirname ();
5236} 5393}
5237_ACEOF 5394_ACEOF
5238rm -f conftest.$ac_objext conftest$ac_exeext 5395rm -f conftest.$ac_objext conftest$ac_exeext
5239if { (eval echo "$as_me:5239: \"$ac_link\"") >&5 5396if { (eval echo "$as_me:5396: \"$ac_link\"") >&5
5240 (eval $ac_link) 2>&5 5397 (eval $ac_link) 2>&5
5241 ac_status=$? 5398 ac_status=$?
5242 echo "$as_me:5242: \$? = $ac_status" >&5 5399 echo "$as_me:5399: \$? = $ac_status" >&5
5243 (exit $ac_status); } && 5400 (exit $ac_status); } &&
5244 { ac_try='test -s conftest$ac_exeext' 5401 { ac_try='test -s conftest$ac_exeext'
5245 { (eval echo "$as_me:5245: \"$ac_try\"") >&5 5402 { (eval echo "$as_me:5402: \"$ac_try\"") >&5
5246 (eval $ac_try) 2>&5 5403 (eval $ac_try) 2>&5
5247 ac_status=$? 5404 ac_status=$?
5248 echo "$as_me:5248: \$? = $ac_status" >&5 5405 echo "$as_me:5405: \$? = $ac_status" >&5
5249 (exit $ac_status); }; }; then 5406 (exit $ac_status); }; }; then
5250 ac_cv_lib_gen_dirname=yes 5407 ac_cv_lib_gen_dirname=yes
5251else 5408else
@@ -5256,11 +5413,11 @@ fi
5256rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5413rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5257LIBS=$ac_check_lib_save_LIBS 5414LIBS=$ac_check_lib_save_LIBS
5258fi 5415fi
5259echo "$as_me:5259: result: $ac_cv_lib_gen_dirname" >&5 5416echo "$as_me:5416: result: $ac_cv_lib_gen_dirname" >&5
5260echo "${ECHO_T}$ac_cv_lib_gen_dirname" >&6 5417echo "${ECHO_T}$ac_cv_lib_gen_dirname" >&6
5261if test $ac_cv_lib_gen_dirname = yes; then 5418if test $ac_cv_lib_gen_dirname = yes; then
5262 5419
5263 echo "$as_me:5263: checking for broken dirname" >&5 5420 echo "$as_me:5420: checking for broken dirname" >&5
5264echo $ECHO_N "checking for broken dirname... $ECHO_C" >&6 5421echo $ECHO_N "checking for broken dirname... $ECHO_C" >&6
5265if test "${ac_cv_have_broken_dirname+set}" = set; then 5422if test "${ac_cv_have_broken_dirname+set}" = set; then
5266 echo $ECHO_N "(cached) $ECHO_C" >&6 5423 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5269,12 +5426,12 @@ else
5269 save_LIBS="$LIBS" 5426 save_LIBS="$LIBS"
5270 LIBS="$LIBS -lgen" 5427 LIBS="$LIBS -lgen"
5271 if test "$cross_compiling" = yes; then 5428 if test "$cross_compiling" = yes; then
5272 { { echo "$as_me:5272: error: cannot run test program while cross compiling" >&5 5429 { { echo "$as_me:5429: error: cannot run test program while cross compiling" >&5
5273echo "$as_me: error: cannot run test program while cross compiling" >&2;} 5430echo "$as_me: error: cannot run test program while cross compiling" >&2;}
5274 { (exit 1); exit 1; }; } 5431 { (exit 1); exit 1; }; }
5275else 5432else
5276 cat >conftest.$ac_ext <<_ACEOF 5433 cat >conftest.$ac_ext <<_ACEOF
5277#line 5277 "configure" 5434#line 5434 "configure"
5278#include "confdefs.h" 5435#include "confdefs.h"
5279 5436
5280#include <libgen.h> 5437#include <libgen.h>
@@ -5294,15 +5451,15 @@ int main(int argc, char **argv) {
5294 5451
5295_ACEOF 5452_ACEOF
5296rm -f conftest$ac_exeext 5453rm -f conftest$ac_exeext
5297if { (eval echo "$as_me:5297: \"$ac_link\"") >&5 5454if { (eval echo "$as_me:5454: \"$ac_link\"") >&5
5298 (eval $ac_link) 2>&5 5455 (eval $ac_link) 2>&5
5299 ac_status=$? 5456 ac_status=$?
5300 echo "$as_me:5300: \$? = $ac_status" >&5 5457 echo "$as_me:5457: \$? = $ac_status" >&5
5301 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5458 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5302 { (eval echo "$as_me:5302: \"$ac_try\"") >&5 5459 { (eval echo "$as_me:5459: \"$ac_try\"") >&5
5303 (eval $ac_try) 2>&5 5460 (eval $ac_try) 2>&5
5304 ac_status=$? 5461 ac_status=$?
5305 echo "$as_me:5305: \$? = $ac_status" >&5 5462 echo "$as_me:5462: \$? = $ac_status" >&5
5306 (exit $ac_status); }; }; then 5463 (exit $ac_status); }; }; then
5307 ac_cv_have_broken_dirname="no" 5464 ac_cv_have_broken_dirname="no"
5308else 5465else
@@ -5317,7 +5474,7 @@ fi
5317 LIBS="$save_LIBS" 5474 LIBS="$save_LIBS"
5318 5475
5319fi 5476fi
5320echo "$as_me:5320: result: $ac_cv_have_broken_dirname" >&5 5477echo "$as_me:5477: result: $ac_cv_have_broken_dirname" >&5
5321echo "${ECHO_T}$ac_cv_have_broken_dirname" >&6 5478echo "${ECHO_T}$ac_cv_have_broken_dirname" >&6
5322 if test "x$ac_cv_have_broken_dirname" = "xno" ; then 5479 if test "x$ac_cv_have_broken_dirname" = "xno" ; then
5323 LIBS="$LIBS -lgen" 5480 LIBS="$LIBS -lgen"
@@ -5328,23 +5485,23 @@ EOF
5328for ac_header in libgen.h 5485for ac_header in libgen.h
5329do 5486do
5330as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5487as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5331echo "$as_me:5331: checking for $ac_header" >&5 5488echo "$as_me:5488: checking for $ac_header" >&5
5332echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5489echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5333if eval "test \"\${$as_ac_Header+set}\" = set"; then 5490if eval "test \"\${$as_ac_Header+set}\" = set"; then
5334 echo $ECHO_N "(cached) $ECHO_C" >&6 5491 echo $ECHO_N "(cached) $ECHO_C" >&6
5335else 5492else
5336 cat >conftest.$ac_ext <<_ACEOF 5493 cat >conftest.$ac_ext <<_ACEOF
5337#line 5337 "configure" 5494#line 5494 "configure"
5338#include "confdefs.h" 5495#include "confdefs.h"
5339#include <$ac_header> 5496#include <$ac_header>
5340_ACEOF 5497_ACEOF
5341if { (eval echo "$as_me:5341: \"$ac_cpp conftest.$ac_ext\"") >&5 5498if { (eval echo "$as_me:5498: \"$ac_cpp conftest.$ac_ext\"") >&5
5342 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5499 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5343 ac_status=$? 5500 ac_status=$?
5344 egrep -v '^ *\+' conftest.er1 >conftest.err 5501 egrep -v '^ *\+' conftest.er1 >conftest.err
5345 rm -f conftest.er1 5502 rm -f conftest.er1
5346 cat conftest.err >&5 5503 cat conftest.err >&5
5347 echo "$as_me:5347: \$? = $ac_status" >&5 5504 echo "$as_me:5504: \$? = $ac_status" >&5
5348 (exit $ac_status); } >/dev/null; then 5505 (exit $ac_status); } >/dev/null; then
5349 if test -s conftest.err; then 5506 if test -s conftest.err; then
5350 ac_cpp_err=$ac_c_preproc_warn_flag 5507 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5363,7 +5520,7 @@ else
5363fi 5520fi
5364rm -f conftest.err conftest.$ac_ext 5521rm -f conftest.err conftest.$ac_ext
5365fi 5522fi
5366echo "$as_me:5366: result: `eval echo '${'$as_ac_Header'}'`" >&5 5523echo "$as_me:5523: result: `eval echo '${'$as_ac_Header'}'`" >&5
5367echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5524echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5368if test `eval echo '${'$as_ac_Header'}'` = yes; then 5525if test `eval echo '${'$as_ac_Header'}'` = yes; then
5369 cat >>confdefs.h <<EOF 5526 cat >>confdefs.h <<EOF
@@ -5380,13 +5537,13 @@ fi
5380fi 5537fi
5381done 5538done
5382 5539
5383echo "$as_me:5383: checking for getspnam" >&5 5540echo "$as_me:5540: checking for getspnam" >&5
5384echo $ECHO_N "checking for getspnam... $ECHO_C" >&6 5541echo $ECHO_N "checking for getspnam... $ECHO_C" >&6
5385if test "${ac_cv_func_getspnam+set}" = set; then 5542if test "${ac_cv_func_getspnam+set}" = set; then
5386 echo $ECHO_N "(cached) $ECHO_C" >&6 5543 echo $ECHO_N "(cached) $ECHO_C" >&6
5387else 5544else
5388 cat >conftest.$ac_ext <<_ACEOF 5545 cat >conftest.$ac_ext <<_ACEOF
5389#line 5389 "configure" 5546#line 5546 "configure"
5390#include "confdefs.h" 5547#include "confdefs.h"
5391/* System header to define __stub macros and hopefully few prototypes, 5548/* System header to define __stub macros and hopefully few prototypes,
5392 which can conflict with char getspnam (); below. */ 5549 which can conflict with char getspnam (); below. */
@@ -5417,16 +5574,16 @@ f = getspnam;
5417} 5574}
5418_ACEOF 5575_ACEOF
5419rm -f conftest.$ac_objext conftest$ac_exeext 5576rm -f conftest.$ac_objext conftest$ac_exeext
5420if { (eval echo "$as_me:5420: \"$ac_link\"") >&5 5577if { (eval echo "$as_me:5577: \"$ac_link\"") >&5
5421 (eval $ac_link) 2>&5 5578 (eval $ac_link) 2>&5
5422 ac_status=$? 5579 ac_status=$?
5423 echo "$as_me:5423: \$? = $ac_status" >&5 5580 echo "$as_me:5580: \$? = $ac_status" >&5
5424 (exit $ac_status); } && 5581 (exit $ac_status); } &&
5425 { ac_try='test -s conftest$ac_exeext' 5582 { ac_try='test -s conftest$ac_exeext'
5426 { (eval echo "$as_me:5426: \"$ac_try\"") >&5 5583 { (eval echo "$as_me:5583: \"$ac_try\"") >&5
5427 (eval $ac_try) 2>&5 5584 (eval $ac_try) 2>&5
5428 ac_status=$? 5585 ac_status=$?
5429 echo "$as_me:5429: \$? = $ac_status" >&5 5586 echo "$as_me:5586: \$? = $ac_status" >&5
5430 (exit $ac_status); }; }; then 5587 (exit $ac_status); }; }; then
5431 ac_cv_func_getspnam=yes 5588 ac_cv_func_getspnam=yes
5432else 5589else
@@ -5436,12 +5593,12 @@ ac_cv_func_getspnam=no
5436fi 5593fi
5437rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5594rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5438fi 5595fi
5439echo "$as_me:5439: result: $ac_cv_func_getspnam" >&5 5596echo "$as_me:5596: result: $ac_cv_func_getspnam" >&5
5440echo "${ECHO_T}$ac_cv_func_getspnam" >&6 5597echo "${ECHO_T}$ac_cv_func_getspnam" >&6
5441if test $ac_cv_func_getspnam = yes; then 5598if test $ac_cv_func_getspnam = yes; then
5442 : 5599 :
5443else 5600else
5444 echo "$as_me:5444: checking for getspnam in -lgen" >&5 5601 echo "$as_me:5601: checking for getspnam in -lgen" >&5
5445echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6 5602echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6
5446if test "${ac_cv_lib_gen_getspnam+set}" = set; then 5603if test "${ac_cv_lib_gen_getspnam+set}" = set; then
5447 echo $ECHO_N "(cached) $ECHO_C" >&6 5604 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5449,7 +5606,7 @@ else
5449 ac_check_lib_save_LIBS=$LIBS 5606 ac_check_lib_save_LIBS=$LIBS
5450LIBS="-lgen $LIBS" 5607LIBS="-lgen $LIBS"
5451cat >conftest.$ac_ext <<_ACEOF 5608cat >conftest.$ac_ext <<_ACEOF
5452#line 5452 "configure" 5609#line 5609 "configure"
5453#include "confdefs.h" 5610#include "confdefs.h"
5454 5611
5455/* Override any gcc2 internal prototype to avoid an error. */ 5612/* Override any gcc2 internal prototype to avoid an error. */
@@ -5468,16 +5625,16 @@ getspnam ();
5468} 5625}
5469_ACEOF 5626_ACEOF
5470rm -f conftest.$ac_objext conftest$ac_exeext 5627rm -f conftest.$ac_objext conftest$ac_exeext
5471if { (eval echo "$as_me:5471: \"$ac_link\"") >&5 5628if { (eval echo "$as_me:5628: \"$ac_link\"") >&5
5472 (eval $ac_link) 2>&5 5629 (eval $ac_link) 2>&5
5473 ac_status=$? 5630 ac_status=$?
5474 echo "$as_me:5474: \$? = $ac_status" >&5 5631 echo "$as_me:5631: \$? = $ac_status" >&5
5475 (exit $ac_status); } && 5632 (exit $ac_status); } &&
5476 { ac_try='test -s conftest$ac_exeext' 5633 { ac_try='test -s conftest$ac_exeext'
5477 { (eval echo "$as_me:5477: \"$ac_try\"") >&5 5634 { (eval echo "$as_me:5634: \"$ac_try\"") >&5
5478 (eval $ac_try) 2>&5 5635 (eval $ac_try) 2>&5
5479 ac_status=$? 5636 ac_status=$?
5480 echo "$as_me:5480: \$? = $ac_status" >&5 5637 echo "$as_me:5637: \$? = $ac_status" >&5
5481 (exit $ac_status); }; }; then 5638 (exit $ac_status); }; }; then
5482 ac_cv_lib_gen_getspnam=yes 5639 ac_cv_lib_gen_getspnam=yes
5483else 5640else
@@ -5488,7 +5645,7 @@ fi
5488rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5645rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5489LIBS=$ac_check_lib_save_LIBS 5646LIBS=$ac_check_lib_save_LIBS
5490fi 5647fi
5491echo "$as_me:5491: result: $ac_cv_lib_gen_getspnam" >&5 5648echo "$as_me:5648: result: $ac_cv_lib_gen_getspnam" >&5
5492echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6 5649echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6
5493if test $ac_cv_lib_gen_getspnam = yes; then 5650if test $ac_cv_lib_gen_getspnam = yes; then
5494 LIBS="$LIBS -lgen" 5651 LIBS="$LIBS -lgen"
@@ -5496,7 +5653,7 @@ fi
5496 5653
5497fi 5654fi
5498 5655
5499echo "$as_me:5499: checking for library containing basename" >&5 5656echo "$as_me:5656: checking for library containing basename" >&5
5500echo $ECHO_N "checking for library containing basename... $ECHO_C" >&6 5657echo $ECHO_N "checking for library containing basename... $ECHO_C" >&6
5501if test "${ac_cv_search_basename+set}" = set; then 5658if test "${ac_cv_search_basename+set}" = set; then
5502 echo $ECHO_N "(cached) $ECHO_C" >&6 5659 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5504,7 +5661,7 @@ else
5504 ac_func_search_save_LIBS=$LIBS 5661 ac_func_search_save_LIBS=$LIBS
5505ac_cv_search_basename=no 5662ac_cv_search_basename=no
5506cat >conftest.$ac_ext <<_ACEOF 5663cat >conftest.$ac_ext <<_ACEOF
5507#line 5507 "configure" 5664#line 5664 "configure"
5508#include "confdefs.h" 5665#include "confdefs.h"
5509 5666
5510/* Override any gcc2 internal prototype to avoid an error. */ 5667/* Override any gcc2 internal prototype to avoid an error. */
@@ -5523,16 +5680,16 @@ basename ();
5523} 5680}
5524_ACEOF 5681_ACEOF
5525rm -f conftest.$ac_objext conftest$ac_exeext 5682rm -f conftest.$ac_objext conftest$ac_exeext
5526if { (eval echo "$as_me:5526: \"$ac_link\"") >&5 5683if { (eval echo "$as_me:5683: \"$ac_link\"") >&5
5527 (eval $ac_link) 2>&5 5684 (eval $ac_link) 2>&5
5528 ac_status=$? 5685 ac_status=$?
5529 echo "$as_me:5529: \$? = $ac_status" >&5 5686 echo "$as_me:5686: \$? = $ac_status" >&5
5530 (exit $ac_status); } && 5687 (exit $ac_status); } &&
5531 { ac_try='test -s conftest$ac_exeext' 5688 { ac_try='test -s conftest$ac_exeext'
5532 { (eval echo "$as_me:5532: \"$ac_try\"") >&5 5689 { (eval echo "$as_me:5689: \"$ac_try\"") >&5
5533 (eval $ac_try) 2>&5 5690 (eval $ac_try) 2>&5
5534 ac_status=$? 5691 ac_status=$?
5535 echo "$as_me:5535: \$? = $ac_status" >&5 5692 echo "$as_me:5692: \$? = $ac_status" >&5
5536 (exit $ac_status); }; }; then 5693 (exit $ac_status); }; }; then
5537 ac_cv_search_basename="none required" 5694 ac_cv_search_basename="none required"
5538else 5695else
@@ -5544,7 +5701,7 @@ if test "$ac_cv_search_basename" = no; then
5544 for ac_lib in gen; do 5701 for ac_lib in gen; do
5545 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 5702 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
5546 cat >conftest.$ac_ext <<_ACEOF 5703 cat >conftest.$ac_ext <<_ACEOF
5547#line 5547 "configure" 5704#line 5704 "configure"
5548#include "confdefs.h" 5705#include "confdefs.h"
5549 5706
5550/* Override any gcc2 internal prototype to avoid an error. */ 5707/* Override any gcc2 internal prototype to avoid an error. */
@@ -5563,16 +5720,16 @@ basename ();
5563} 5720}
5564_ACEOF 5721_ACEOF
5565rm -f conftest.$ac_objext conftest$ac_exeext 5722rm -f conftest.$ac_objext conftest$ac_exeext
5566if { (eval echo "$as_me:5566: \"$ac_link\"") >&5 5723if { (eval echo "$as_me:5723: \"$ac_link\"") >&5
5567 (eval $ac_link) 2>&5 5724 (eval $ac_link) 2>&5
5568 ac_status=$? 5725 ac_status=$?
5569 echo "$as_me:5569: \$? = $ac_status" >&5 5726 echo "$as_me:5726: \$? = $ac_status" >&5
5570 (exit $ac_status); } && 5727 (exit $ac_status); } &&
5571 { ac_try='test -s conftest$ac_exeext' 5728 { ac_try='test -s conftest$ac_exeext'
5572 { (eval echo "$as_me:5572: \"$ac_try\"") >&5 5729 { (eval echo "$as_me:5729: \"$ac_try\"") >&5
5573 (eval $ac_try) 2>&5 5730 (eval $ac_try) 2>&5
5574 ac_status=$? 5731 ac_status=$?
5575 echo "$as_me:5575: \$? = $ac_status" >&5 5732 echo "$as_me:5732: \$? = $ac_status" >&5
5576 (exit $ac_status); }; }; then 5733 (exit $ac_status); }; }; then
5577 ac_cv_search_basename="-l$ac_lib" 5734 ac_cv_search_basename="-l$ac_lib"
5578break 5735break
@@ -5585,7 +5742,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5585fi 5742fi
5586LIBS=$ac_func_search_save_LIBS 5743LIBS=$ac_func_search_save_LIBS
5587fi 5744fi
5588echo "$as_me:5588: result: $ac_cv_search_basename" >&5 5745echo "$as_me:5745: result: $ac_cv_search_basename" >&5
5589echo "${ECHO_T}$ac_cv_search_basename" >&6 5746echo "${ECHO_T}$ac_cv_search_basename" >&6
5590if test "$ac_cv_search_basename" != no; then 5747if test "$ac_cv_search_basename" != no; then
5591 test "$ac_cv_search_basename" = "none required" || LIBS="$ac_cv_search_basename $LIBS" 5748 test "$ac_cv_search_basename" = "none required" || LIBS="$ac_cv_search_basename $LIBS"
@@ -5595,25 +5752,12 @@ EOF
5595 5752
5596fi 5753fi
5597 5754
5598# Check whether --with-rpath or --without-rpath was given.
5599if test "${with_rpath+set}" = set; then
5600 withval="$with_rpath"
5601
5602 if test "x$withval" = "xno" ; then
5603 need_dash_r=""
5604 fi
5605 if test "x$withval" = "xyes" ; then
5606 need_dash_r=1
5607 fi
5608
5609fi;
5610
5611# Check whether --with-zlib or --without-zlib was given. 5755# Check whether --with-zlib or --without-zlib was given.
5612if test "${with_zlib+set}" = set; then 5756if test "${with_zlib+set}" = set; then
5613 withval="$with_zlib" 5757 withval="$with_zlib"
5614 5758
5615 if test "x$withval" = "xno" ; then 5759 if test "x$withval" = "xno" ; then
5616 { { echo "$as_me:5616: error: *** zlib is required ***" >&5 5760 { { echo "$as_me:5760: error: *** zlib is required ***" >&5
5617echo "$as_me: error: *** zlib is required ***" >&2;} 5761echo "$as_me: error: *** zlib is required ***" >&2;}
5618 { (exit 1); exit 1; }; } 5762 { (exit 1); exit 1; }; }
5619 fi 5763 fi
@@ -5638,7 +5782,7 @@ echo "$as_me: error: *** zlib is required ***" >&2;}
5638 5782
5639fi; 5783fi;
5640 5784
5641echo "$as_me:5641: checking for deflate in -lz" >&5 5785echo "$as_me:5785: checking for deflate in -lz" >&5
5642echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6 5786echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
5643if test "${ac_cv_lib_z_deflate+set}" = set; then 5787if test "${ac_cv_lib_z_deflate+set}" = set; then
5644 echo $ECHO_N "(cached) $ECHO_C" >&6 5788 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5646,7 +5790,7 @@ else
5646 ac_check_lib_save_LIBS=$LIBS 5790 ac_check_lib_save_LIBS=$LIBS
5647LIBS="-lz $LIBS" 5791LIBS="-lz $LIBS"
5648cat >conftest.$ac_ext <<_ACEOF 5792cat >conftest.$ac_ext <<_ACEOF
5649#line 5649 "configure" 5793#line 5793 "configure"
5650#include "confdefs.h" 5794#include "confdefs.h"
5651 5795
5652/* Override any gcc2 internal prototype to avoid an error. */ 5796/* Override any gcc2 internal prototype to avoid an error. */
@@ -5665,16 +5809,16 @@ deflate ();
5665} 5809}
5666_ACEOF 5810_ACEOF
5667rm -f conftest.$ac_objext conftest$ac_exeext 5811rm -f conftest.$ac_objext conftest$ac_exeext
5668if { (eval echo "$as_me:5668: \"$ac_link\"") >&5 5812if { (eval echo "$as_me:5812: \"$ac_link\"") >&5
5669 (eval $ac_link) 2>&5 5813 (eval $ac_link) 2>&5
5670 ac_status=$? 5814 ac_status=$?
5671 echo "$as_me:5671: \$? = $ac_status" >&5 5815 echo "$as_me:5815: \$? = $ac_status" >&5
5672 (exit $ac_status); } && 5816 (exit $ac_status); } &&
5673 { ac_try='test -s conftest$ac_exeext' 5817 { ac_try='test -s conftest$ac_exeext'
5674 { (eval echo "$as_me:5674: \"$ac_try\"") >&5 5818 { (eval echo "$as_me:5818: \"$ac_try\"") >&5
5675 (eval $ac_try) 2>&5 5819 (eval $ac_try) 2>&5
5676 ac_status=$? 5820 ac_status=$?
5677 echo "$as_me:5677: \$? = $ac_status" >&5 5821 echo "$as_me:5821: \$? = $ac_status" >&5
5678 (exit $ac_status); }; }; then 5822 (exit $ac_status); }; }; then
5679 ac_cv_lib_z_deflate=yes 5823 ac_cv_lib_z_deflate=yes
5680else 5824else
@@ -5685,7 +5829,7 @@ fi
5685rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5829rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5686LIBS=$ac_check_lib_save_LIBS 5830LIBS=$ac_check_lib_save_LIBS
5687fi 5831fi
5688echo "$as_me:5688: result: $ac_cv_lib_z_deflate" >&5 5832echo "$as_me:5832: result: $ac_cv_lib_z_deflate" >&5
5689echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6 5833echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
5690if test $ac_cv_lib_z_deflate = yes; then 5834if test $ac_cv_lib_z_deflate = yes; then
5691 cat >>confdefs.h <<EOF 5835 cat >>confdefs.h <<EOF
@@ -5695,18 +5839,192 @@ EOF
5695 LIBS="-lz $LIBS" 5839 LIBS="-lz $LIBS"
5696 5840
5697else 5841else
5698 { { echo "$as_me:5698: error: *** zlib missing - please install first or check config.log ***" >&5 5842
5843 saved_CPPFLAGS="$CPPFLAGS"
5844 saved_LDFLAGS="$LDFLAGS"
5845 save_LIBS="$LIBS"
5846 if test -n "${need_dash_r}"; then
5847 LDFLAGS="-L/usr/local/lib -R/usr/local/lib ${saved_LDFLAGS}"
5848 else
5849 LDFLAGS="-L/usr/local/lib ${saved_LDFLAGS}"
5850 fi
5851 CPPFLAGS="-I/usr/local/include ${saved_CPPFLAGS}"
5852 LIBS="$LIBS -lz"
5853 cat >conftest.$ac_ext <<_ACEOF
5854#line 5854 "configure"
5855#include "confdefs.h"
5856
5857/* Override any gcc2 internal prototype to avoid an error. */
5858#ifdef __cplusplus
5859extern "C"
5860#endif
5861/* We use char because int might match the return type of a gcc2
5862 builtin and then its argument prototype would still apply. */
5863char deflate ();
5864int
5865main ()
5866{
5867deflate ();
5868 ;
5869 return 0;
5870}
5871_ACEOF
5872rm -f conftest.$ac_objext conftest$ac_exeext
5873if { (eval echo "$as_me:5873: \"$ac_link\"") >&5
5874 (eval $ac_link) 2>&5
5875 ac_status=$?
5876 echo "$as_me:5876: \$? = $ac_status" >&5
5877 (exit $ac_status); } &&
5878 { ac_try='test -s conftest$ac_exeext'
5879 { (eval echo "$as_me:5879: \"$ac_try\"") >&5
5880 (eval $ac_try) 2>&5
5881 ac_status=$?
5882 echo "$as_me:5882: \$? = $ac_status" >&5
5883 (exit $ac_status); }; }; then
5884 cat >>confdefs.h <<\EOF
5885#define HAVE_LIBZ 1
5886EOF
5887
5888else
5889 echo "$as_me: failed program was:" >&5
5890cat conftest.$ac_ext >&5
5891
5892 { { echo "$as_me:5892: error: *** zlib missing - please install first or check config.log ***" >&5
5699echo "$as_me: error: *** zlib missing - please install first or check config.log ***" >&2;} 5893echo "$as_me: error: *** zlib missing - please install first or check config.log ***" >&2;}
5700 { (exit 1); exit 1; }; } 5894 { (exit 1); exit 1; }; }
5895
5896fi
5897rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5898
5899fi
5900
5901echo "$as_me:5901: checking for zlib.h" >&5
5902echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
5903if test "${ac_cv_header_zlib_h+set}" = set; then
5904 echo $ECHO_N "(cached) $ECHO_C" >&6
5905else
5906 cat >conftest.$ac_ext <<_ACEOF
5907#line 5907 "configure"
5908#include "confdefs.h"
5909#include <zlib.h>
5910_ACEOF
5911if { (eval echo "$as_me:5911: \"$ac_cpp conftest.$ac_ext\"") >&5
5912 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5913 ac_status=$?
5914 egrep -v '^ *\+' conftest.er1 >conftest.err
5915 rm -f conftest.er1
5916 cat conftest.err >&5
5917 echo "$as_me:5917: \$? = $ac_status" >&5
5918 (exit $ac_status); } >/dev/null; then
5919 if test -s conftest.err; then
5920 ac_cpp_err=$ac_c_preproc_warn_flag
5921 else
5922 ac_cpp_err=
5923 fi
5924else
5925 ac_cpp_err=yes
5926fi
5927if test -z "$ac_cpp_err"; then
5928 ac_cv_header_zlib_h=yes
5929else
5930 echo "$as_me: failed program was:" >&5
5931 cat conftest.$ac_ext >&5
5932 ac_cv_header_zlib_h=no
5933fi
5934rm -f conftest.err conftest.$ac_ext
5935fi
5936echo "$as_me:5936: result: $ac_cv_header_zlib_h" >&5
5937echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
5938if test $ac_cv_header_zlib_h = yes; then
5939 :
5940else
5941 { { echo "$as_me:5941: error: *** zlib.h missing - please install first or check config.log ***" >&5
5942echo "$as_me: error: *** zlib.h missing - please install first or check config.log ***" >&2;}
5943 { (exit 1); exit 1; }; }
5701fi 5944fi
5702 5945
5703echo "$as_me:5703: checking for strcasecmp" >&5 5946# Check whether --with-zlib-version-check or --without-zlib-version-check was given.
5947if test "${with_zlib_version_check+set}" = set; then
5948 withval="$with_zlib_version_check"
5949 if test "x$withval" = "xno" ; then
5950 zlib_check_nonfatal=1
5951 fi
5952
5953fi;
5954
5955echo "$as_me:5955: checking for zlib 1.1.4 or greater" >&5
5956echo $ECHO_N "checking for zlib 1.1.4 or greater... $ECHO_C" >&6
5957if test "$cross_compiling" = yes; then
5958 { { echo "$as_me:5958: error: cannot run test program while cross compiling" >&5
5959echo "$as_me: error: cannot run test program while cross compiling" >&2;}
5960 { (exit 1); exit 1; }; }
5961else
5962 cat >conftest.$ac_ext <<_ACEOF
5963#line 5963 "configure"
5964#include "confdefs.h"
5965
5966#include <zlib.h>
5967int main()
5968{
5969 int a, b, c, v;
5970 if (sscanf(ZLIB_VERSION, "%d.%d.%d", &a, &b, &c) != 3)
5971 exit(1);
5972 v = a*1000000 + b*1000 + c;
5973 if (v >= 1001004)
5974 exit(0);
5975 exit(2);
5976}
5977
5978_ACEOF
5979rm -f conftest$ac_exeext
5980if { (eval echo "$as_me:5980: \"$ac_link\"") >&5
5981 (eval $ac_link) 2>&5
5982 ac_status=$?
5983 echo "$as_me:5983: \$? = $ac_status" >&5
5984 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5985 { (eval echo "$as_me:5985: \"$ac_try\"") >&5
5986 (eval $ac_try) 2>&5
5987 ac_status=$?
5988 echo "$as_me:5988: \$? = $ac_status" >&5
5989 (exit $ac_status); }; }; then
5990 echo "$as_me:5990: result: yes" >&5
5991echo "${ECHO_T}yes" >&6
5992else
5993 echo "$as_me: program exited with status $ac_status" >&5
5994echo "$as_me: failed program was:" >&5
5995cat conftest.$ac_ext >&5
5996 echo "$as_me:5996: result: no" >&5
5997echo "${ECHO_T}no" >&6
5998 if test -z "$zlib_check_nonfatal" ; then
5999 { { echo "$as_me:5999: error: *** zlib too old - check config.log ***
6000Your reported zlib version has known security problems. It's possible your
6001vendor has fixed these problems without changing the version number. If you
6002are sure this is the case, you can disable the check by running
6003\"./configure --without-zlib-version-check\".
6004If you are in doubt, upgrade zlib to version 1.1.4 or greater." >&5
6005echo "$as_me: error: *** zlib too old - check config.log ***
6006Your reported zlib version has known security problems. It's possible your
6007vendor has fixed these problems without changing the version number. If you
6008are sure this is the case, you can disable the check by running
6009\"./configure --without-zlib-version-check\".
6010If you are in doubt, upgrade zlib to version 1.1.4 or greater." >&2;}
6011 { (exit 1); exit 1; }; }
6012 else
6013 { echo "$as_me:6013: WARNING: zlib version may have security problems" >&5
6014echo "$as_me: WARNING: zlib version may have security problems" >&2;}
6015 fi
6016
6017fi
6018rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6019fi
6020
6021echo "$as_me:6021: checking for strcasecmp" >&5
5704echo $ECHO_N "checking for strcasecmp... $ECHO_C" >&6 6022echo $ECHO_N "checking for strcasecmp... $ECHO_C" >&6
5705if test "${ac_cv_func_strcasecmp+set}" = set; then 6023if test "${ac_cv_func_strcasecmp+set}" = set; then
5706 echo $ECHO_N "(cached) $ECHO_C" >&6 6024 echo $ECHO_N "(cached) $ECHO_C" >&6
5707else 6025else
5708 cat >conftest.$ac_ext <<_ACEOF 6026 cat >conftest.$ac_ext <<_ACEOF
5709#line 5709 "configure" 6027#line 6027 "configure"
5710#include "confdefs.h" 6028#include "confdefs.h"
5711/* System header to define __stub macros and hopefully few prototypes, 6029/* System header to define __stub macros and hopefully few prototypes,
5712 which can conflict with char strcasecmp (); below. */ 6030 which can conflict with char strcasecmp (); below. */
@@ -5737,16 +6055,16 @@ f = strcasecmp;
5737} 6055}
5738_ACEOF 6056_ACEOF
5739rm -f conftest.$ac_objext conftest$ac_exeext 6057rm -f conftest.$ac_objext conftest$ac_exeext
5740if { (eval echo "$as_me:5740: \"$ac_link\"") >&5 6058if { (eval echo "$as_me:6058: \"$ac_link\"") >&5
5741 (eval $ac_link) 2>&5 6059 (eval $ac_link) 2>&5
5742 ac_status=$? 6060 ac_status=$?
5743 echo "$as_me:5743: \$? = $ac_status" >&5 6061 echo "$as_me:6061: \$? = $ac_status" >&5
5744 (exit $ac_status); } && 6062 (exit $ac_status); } &&
5745 { ac_try='test -s conftest$ac_exeext' 6063 { ac_try='test -s conftest$ac_exeext'
5746 { (eval echo "$as_me:5746: \"$ac_try\"") >&5 6064 { (eval echo "$as_me:6064: \"$ac_try\"") >&5
5747 (eval $ac_try) 2>&5 6065 (eval $ac_try) 2>&5
5748 ac_status=$? 6066 ac_status=$?
5749 echo "$as_me:5749: \$? = $ac_status" >&5 6067 echo "$as_me:6067: \$? = $ac_status" >&5
5750 (exit $ac_status); }; }; then 6068 (exit $ac_status); }; }; then
5751 ac_cv_func_strcasecmp=yes 6069 ac_cv_func_strcasecmp=yes
5752else 6070else
@@ -5756,12 +6074,12 @@ ac_cv_func_strcasecmp=no
5756fi 6074fi
5757rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6075rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5758fi 6076fi
5759echo "$as_me:5759: result: $ac_cv_func_strcasecmp" >&5 6077echo "$as_me:6077: result: $ac_cv_func_strcasecmp" >&5
5760echo "${ECHO_T}$ac_cv_func_strcasecmp" >&6 6078echo "${ECHO_T}$ac_cv_func_strcasecmp" >&6
5761if test $ac_cv_func_strcasecmp = yes; then 6079if test $ac_cv_func_strcasecmp = yes; then
5762 : 6080 :
5763else 6081else
5764 echo "$as_me:5764: checking for strcasecmp in -lresolv" >&5 6082 echo "$as_me:6082: checking for strcasecmp in -lresolv" >&5
5765echo $ECHO_N "checking for strcasecmp in -lresolv... $ECHO_C" >&6 6083echo $ECHO_N "checking for strcasecmp in -lresolv... $ECHO_C" >&6
5766if test "${ac_cv_lib_resolv_strcasecmp+set}" = set; then 6084if test "${ac_cv_lib_resolv_strcasecmp+set}" = set; then
5767 echo $ECHO_N "(cached) $ECHO_C" >&6 6085 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5769,7 +6087,7 @@ else
5769 ac_check_lib_save_LIBS=$LIBS 6087 ac_check_lib_save_LIBS=$LIBS
5770LIBS="-lresolv $LIBS" 6088LIBS="-lresolv $LIBS"
5771cat >conftest.$ac_ext <<_ACEOF 6089cat >conftest.$ac_ext <<_ACEOF
5772#line 5772 "configure" 6090#line 6090 "configure"
5773#include "confdefs.h" 6091#include "confdefs.h"
5774 6092
5775/* Override any gcc2 internal prototype to avoid an error. */ 6093/* Override any gcc2 internal prototype to avoid an error. */
@@ -5788,16 +6106,16 @@ strcasecmp ();
5788} 6106}
5789_ACEOF 6107_ACEOF
5790rm -f conftest.$ac_objext conftest$ac_exeext 6108rm -f conftest.$ac_objext conftest$ac_exeext
5791if { (eval echo "$as_me:5791: \"$ac_link\"") >&5 6109if { (eval echo "$as_me:6109: \"$ac_link\"") >&5
5792 (eval $ac_link) 2>&5 6110 (eval $ac_link) 2>&5
5793 ac_status=$? 6111 ac_status=$?
5794 echo "$as_me:5794: \$? = $ac_status" >&5 6112 echo "$as_me:6112: \$? = $ac_status" >&5
5795 (exit $ac_status); } && 6113 (exit $ac_status); } &&
5796 { ac_try='test -s conftest$ac_exeext' 6114 { ac_try='test -s conftest$ac_exeext'
5797 { (eval echo "$as_me:5797: \"$ac_try\"") >&5 6115 { (eval echo "$as_me:6115: \"$ac_try\"") >&5
5798 (eval $ac_try) 2>&5 6116 (eval $ac_try) 2>&5
5799 ac_status=$? 6117 ac_status=$?
5800 echo "$as_me:5800: \$? = $ac_status" >&5 6118 echo "$as_me:6118: \$? = $ac_status" >&5
5801 (exit $ac_status); }; }; then 6119 (exit $ac_status); }; }; then
5802 ac_cv_lib_resolv_strcasecmp=yes 6120 ac_cv_lib_resolv_strcasecmp=yes
5803else 6121else
@@ -5808,7 +6126,7 @@ fi
5808rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6126rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5809LIBS=$ac_check_lib_save_LIBS 6127LIBS=$ac_check_lib_save_LIBS
5810fi 6128fi
5811echo "$as_me:5811: result: $ac_cv_lib_resolv_strcasecmp" >&5 6129echo "$as_me:6129: result: $ac_cv_lib_resolv_strcasecmp" >&5
5812echo "${ECHO_T}$ac_cv_lib_resolv_strcasecmp" >&6 6130echo "${ECHO_T}$ac_cv_lib_resolv_strcasecmp" >&6
5813if test $ac_cv_lib_resolv_strcasecmp = yes; then 6131if test $ac_cv_lib_resolv_strcasecmp = yes; then
5814 LIBS="$LIBS -lresolv" 6132 LIBS="$LIBS -lresolv"
@@ -5816,13 +6134,13 @@ fi
5816 6134
5817fi 6135fi
5818 6136
5819echo "$as_me:5819: checking for utimes" >&5 6137echo "$as_me:6137: checking for utimes" >&5
5820echo $ECHO_N "checking for utimes... $ECHO_C" >&6 6138echo $ECHO_N "checking for utimes... $ECHO_C" >&6
5821if test "${ac_cv_func_utimes+set}" = set; then 6139if test "${ac_cv_func_utimes+set}" = set; then
5822 echo $ECHO_N "(cached) $ECHO_C" >&6 6140 echo $ECHO_N "(cached) $ECHO_C" >&6
5823else 6141else
5824 cat >conftest.$ac_ext <<_ACEOF 6142 cat >conftest.$ac_ext <<_ACEOF
5825#line 5825 "configure" 6143#line 6143 "configure"
5826#include "confdefs.h" 6144#include "confdefs.h"
5827/* System header to define __stub macros and hopefully few prototypes, 6145/* System header to define __stub macros and hopefully few prototypes,
5828 which can conflict with char utimes (); below. */ 6146 which can conflict with char utimes (); below. */
@@ -5853,16 +6171,16 @@ f = utimes;
5853} 6171}
5854_ACEOF 6172_ACEOF
5855rm -f conftest.$ac_objext conftest$ac_exeext 6173rm -f conftest.$ac_objext conftest$ac_exeext
5856if { (eval echo "$as_me:5856: \"$ac_link\"") >&5 6174if { (eval echo "$as_me:6174: \"$ac_link\"") >&5
5857 (eval $ac_link) 2>&5 6175 (eval $ac_link) 2>&5
5858 ac_status=$? 6176 ac_status=$?
5859 echo "$as_me:5859: \$? = $ac_status" >&5 6177 echo "$as_me:6177: \$? = $ac_status" >&5
5860 (exit $ac_status); } && 6178 (exit $ac_status); } &&
5861 { ac_try='test -s conftest$ac_exeext' 6179 { ac_try='test -s conftest$ac_exeext'
5862 { (eval echo "$as_me:5862: \"$ac_try\"") >&5 6180 { (eval echo "$as_me:6180: \"$ac_try\"") >&5
5863 (eval $ac_try) 2>&5 6181 (eval $ac_try) 2>&5
5864 ac_status=$? 6182 ac_status=$?
5865 echo "$as_me:5865: \$? = $ac_status" >&5 6183 echo "$as_me:6183: \$? = $ac_status" >&5
5866 (exit $ac_status); }; }; then 6184 (exit $ac_status); }; }; then
5867 ac_cv_func_utimes=yes 6185 ac_cv_func_utimes=yes
5868else 6186else
@@ -5872,12 +6190,12 @@ ac_cv_func_utimes=no
5872fi 6190fi
5873rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6191rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5874fi 6192fi
5875echo "$as_me:5875: result: $ac_cv_func_utimes" >&5 6193echo "$as_me:6193: result: $ac_cv_func_utimes" >&5
5876echo "${ECHO_T}$ac_cv_func_utimes" >&6 6194echo "${ECHO_T}$ac_cv_func_utimes" >&6
5877if test $ac_cv_func_utimes = yes; then 6195if test $ac_cv_func_utimes = yes; then
5878 : 6196 :
5879else 6197else
5880 echo "$as_me:5880: checking for utimes in -lc89" >&5 6198 echo "$as_me:6198: checking for utimes in -lc89" >&5
5881echo $ECHO_N "checking for utimes in -lc89... $ECHO_C" >&6 6199echo $ECHO_N "checking for utimes in -lc89... $ECHO_C" >&6
5882if test "${ac_cv_lib_c89_utimes+set}" = set; then 6200if test "${ac_cv_lib_c89_utimes+set}" = set; then
5883 echo $ECHO_N "(cached) $ECHO_C" >&6 6201 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5885,7 +6203,7 @@ else
5885 ac_check_lib_save_LIBS=$LIBS 6203 ac_check_lib_save_LIBS=$LIBS
5886LIBS="-lc89 $LIBS" 6204LIBS="-lc89 $LIBS"
5887cat >conftest.$ac_ext <<_ACEOF 6205cat >conftest.$ac_ext <<_ACEOF
5888#line 5888 "configure" 6206#line 6206 "configure"
5889#include "confdefs.h" 6207#include "confdefs.h"
5890 6208
5891/* Override any gcc2 internal prototype to avoid an error. */ 6209/* Override any gcc2 internal prototype to avoid an error. */
@@ -5904,16 +6222,16 @@ utimes ();
5904} 6222}
5905_ACEOF 6223_ACEOF
5906rm -f conftest.$ac_objext conftest$ac_exeext 6224rm -f conftest.$ac_objext conftest$ac_exeext
5907if { (eval echo "$as_me:5907: \"$ac_link\"") >&5 6225if { (eval echo "$as_me:6225: \"$ac_link\"") >&5
5908 (eval $ac_link) 2>&5 6226 (eval $ac_link) 2>&5
5909 ac_status=$? 6227 ac_status=$?
5910 echo "$as_me:5910: \$? = $ac_status" >&5 6228 echo "$as_me:6228: \$? = $ac_status" >&5
5911 (exit $ac_status); } && 6229 (exit $ac_status); } &&
5912 { ac_try='test -s conftest$ac_exeext' 6230 { ac_try='test -s conftest$ac_exeext'
5913 { (eval echo "$as_me:5913: \"$ac_try\"") >&5 6231 { (eval echo "$as_me:6231: \"$ac_try\"") >&5
5914 (eval $ac_try) 2>&5 6232 (eval $ac_try) 2>&5
5915 ac_status=$? 6233 ac_status=$?
5916 echo "$as_me:5916: \$? = $ac_status" >&5 6234 echo "$as_me:6234: \$? = $ac_status" >&5
5917 (exit $ac_status); }; }; then 6235 (exit $ac_status); }; }; then
5918 ac_cv_lib_c89_utimes=yes 6236 ac_cv_lib_c89_utimes=yes
5919else 6237else
@@ -5924,7 +6242,7 @@ fi
5924rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6242rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5925LIBS=$ac_check_lib_save_LIBS 6243LIBS=$ac_check_lib_save_LIBS
5926fi 6244fi
5927echo "$as_me:5927: result: $ac_cv_lib_c89_utimes" >&5 6245echo "$as_me:6245: result: $ac_cv_lib_c89_utimes" >&5
5928echo "${ECHO_T}$ac_cv_lib_c89_utimes" >&6 6246echo "${ECHO_T}$ac_cv_lib_c89_utimes" >&6
5929if test $ac_cv_lib_c89_utimes = yes; then 6247if test $ac_cv_lib_c89_utimes = yes; then
5930 cat >>confdefs.h <<\EOF 6248 cat >>confdefs.h <<\EOF
@@ -5939,23 +6257,23 @@ fi
5939for ac_header in libutil.h 6257for ac_header in libutil.h
5940do 6258do
5941as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6259as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5942echo "$as_me:5942: checking for $ac_header" >&5 6260echo "$as_me:6260: checking for $ac_header" >&5
5943echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 6261echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5944if eval "test \"\${$as_ac_Header+set}\" = set"; then 6262if eval "test \"\${$as_ac_Header+set}\" = set"; then
5945 echo $ECHO_N "(cached) $ECHO_C" >&6 6263 echo $ECHO_N "(cached) $ECHO_C" >&6
5946else 6264else
5947 cat >conftest.$ac_ext <<_ACEOF 6265 cat >conftest.$ac_ext <<_ACEOF
5948#line 5948 "configure" 6266#line 6266 "configure"
5949#include "confdefs.h" 6267#include "confdefs.h"
5950#include <$ac_header> 6268#include <$ac_header>
5951_ACEOF 6269_ACEOF
5952if { (eval echo "$as_me:5952: \"$ac_cpp conftest.$ac_ext\"") >&5 6270if { (eval echo "$as_me:6270: \"$ac_cpp conftest.$ac_ext\"") >&5
5953 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6271 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5954 ac_status=$? 6272 ac_status=$?
5955 egrep -v '^ *\+' conftest.er1 >conftest.err 6273 egrep -v '^ *\+' conftest.er1 >conftest.err
5956 rm -f conftest.er1 6274 rm -f conftest.er1
5957 cat conftest.err >&5 6275 cat conftest.err >&5
5958 echo "$as_me:5958: \$? = $ac_status" >&5 6276 echo "$as_me:6276: \$? = $ac_status" >&5
5959 (exit $ac_status); } >/dev/null; then 6277 (exit $ac_status); } >/dev/null; then
5960 if test -s conftest.err; then 6278 if test -s conftest.err; then
5961 ac_cpp_err=$ac_c_preproc_warn_flag 6279 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5974,7 +6292,7 @@ else
5974fi 6292fi
5975rm -f conftest.err conftest.$ac_ext 6293rm -f conftest.err conftest.$ac_ext
5976fi 6294fi
5977echo "$as_me:5977: result: `eval echo '${'$as_ac_Header'}'`" >&5 6295echo "$as_me:6295: result: `eval echo '${'$as_ac_Header'}'`" >&5
5978echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 6296echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5979if test `eval echo '${'$as_ac_Header'}'` = yes; then 6297if test `eval echo '${'$as_ac_Header'}'` = yes; then
5980 cat >>confdefs.h <<EOF 6298 cat >>confdefs.h <<EOF
@@ -5984,7 +6302,7 @@ EOF
5984fi 6302fi
5985done 6303done
5986 6304
5987echo "$as_me:5987: checking for library containing login" >&5 6305echo "$as_me:6305: checking for library containing login" >&5
5988echo $ECHO_N "checking for library containing login... $ECHO_C" >&6 6306echo $ECHO_N "checking for library containing login... $ECHO_C" >&6
5989if test "${ac_cv_search_login+set}" = set; then 6307if test "${ac_cv_search_login+set}" = set; then
5990 echo $ECHO_N "(cached) $ECHO_C" >&6 6308 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5992,7 +6310,7 @@ else
5992 ac_func_search_save_LIBS=$LIBS 6310 ac_func_search_save_LIBS=$LIBS
5993ac_cv_search_login=no 6311ac_cv_search_login=no
5994cat >conftest.$ac_ext <<_ACEOF 6312cat >conftest.$ac_ext <<_ACEOF
5995#line 5995 "configure" 6313#line 6313 "configure"
5996#include "confdefs.h" 6314#include "confdefs.h"
5997 6315
5998/* Override any gcc2 internal prototype to avoid an error. */ 6316/* Override any gcc2 internal prototype to avoid an error. */
@@ -6011,16 +6329,16 @@ login ();
6011} 6329}
6012_ACEOF 6330_ACEOF
6013rm -f conftest.$ac_objext conftest$ac_exeext 6331rm -f conftest.$ac_objext conftest$ac_exeext
6014if { (eval echo "$as_me:6014: \"$ac_link\"") >&5 6332if { (eval echo "$as_me:6332: \"$ac_link\"") >&5
6015 (eval $ac_link) 2>&5 6333 (eval $ac_link) 2>&5
6016 ac_status=$? 6334 ac_status=$?
6017 echo "$as_me:6017: \$? = $ac_status" >&5 6335 echo "$as_me:6335: \$? = $ac_status" >&5
6018 (exit $ac_status); } && 6336 (exit $ac_status); } &&
6019 { ac_try='test -s conftest$ac_exeext' 6337 { ac_try='test -s conftest$ac_exeext'
6020 { (eval echo "$as_me:6020: \"$ac_try\"") >&5 6338 { (eval echo "$as_me:6338: \"$ac_try\"") >&5
6021 (eval $ac_try) 2>&5 6339 (eval $ac_try) 2>&5
6022 ac_status=$? 6340 ac_status=$?
6023 echo "$as_me:6023: \$? = $ac_status" >&5 6341 echo "$as_me:6341: \$? = $ac_status" >&5
6024 (exit $ac_status); }; }; then 6342 (exit $ac_status); }; }; then
6025 ac_cv_search_login="none required" 6343 ac_cv_search_login="none required"
6026else 6344else
@@ -6032,7 +6350,7 @@ if test "$ac_cv_search_login" = no; then
6032 for ac_lib in util bsd; do 6350 for ac_lib in util bsd; do
6033 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 6351 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6034 cat >conftest.$ac_ext <<_ACEOF 6352 cat >conftest.$ac_ext <<_ACEOF
6035#line 6035 "configure" 6353#line 6353 "configure"
6036#include "confdefs.h" 6354#include "confdefs.h"
6037 6355
6038/* Override any gcc2 internal prototype to avoid an error. */ 6356/* Override any gcc2 internal prototype to avoid an error. */
@@ -6051,16 +6369,16 @@ login ();
6051} 6369}
6052_ACEOF 6370_ACEOF
6053rm -f conftest.$ac_objext conftest$ac_exeext 6371rm -f conftest.$ac_objext conftest$ac_exeext
6054if { (eval echo "$as_me:6054: \"$ac_link\"") >&5 6372if { (eval echo "$as_me:6372: \"$ac_link\"") >&5
6055 (eval $ac_link) 2>&5 6373 (eval $ac_link) 2>&5
6056 ac_status=$? 6374 ac_status=$?
6057 echo "$as_me:6057: \$? = $ac_status" >&5 6375 echo "$as_me:6375: \$? = $ac_status" >&5
6058 (exit $ac_status); } && 6376 (exit $ac_status); } &&
6059 { ac_try='test -s conftest$ac_exeext' 6377 { ac_try='test -s conftest$ac_exeext'
6060 { (eval echo "$as_me:6060: \"$ac_try\"") >&5 6378 { (eval echo "$as_me:6378: \"$ac_try\"") >&5
6061 (eval $ac_try) 2>&5 6379 (eval $ac_try) 2>&5
6062 ac_status=$? 6380 ac_status=$?
6063 echo "$as_me:6063: \$? = $ac_status" >&5 6381 echo "$as_me:6381: \$? = $ac_status" >&5
6064 (exit $ac_status); }; }; then 6382 (exit $ac_status); }; }; then
6065 ac_cv_search_login="-l$ac_lib" 6383 ac_cv_search_login="-l$ac_lib"
6066break 6384break
@@ -6073,7 +6391,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6073fi 6391fi
6074LIBS=$ac_func_search_save_LIBS 6392LIBS=$ac_func_search_save_LIBS
6075fi 6393fi
6076echo "$as_me:6076: result: $ac_cv_search_login" >&5 6394echo "$as_me:6394: result: $ac_cv_search_login" >&5
6077echo "${ECHO_T}$ac_cv_search_login" >&6 6395echo "${ECHO_T}$ac_cv_search_login" >&6
6078if test "$ac_cv_search_login" != no; then 6396if test "$ac_cv_search_login" != no; then
6079 test "$ac_cv_search_login" = "none required" || LIBS="$ac_cv_search_login $LIBS" 6397 test "$ac_cv_search_login" = "none required" || LIBS="$ac_cv_search_login $LIBS"
@@ -6086,13 +6404,13 @@ fi
6086for ac_func in logout updwtmp logwtmp 6404for ac_func in logout updwtmp logwtmp
6087do 6405do
6088as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6406as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6089echo "$as_me:6089: checking for $ac_func" >&5 6407echo "$as_me:6407: checking for $ac_func" >&5
6090echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6408echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6091if eval "test \"\${$as_ac_var+set}\" = set"; then 6409if eval "test \"\${$as_ac_var+set}\" = set"; then
6092 echo $ECHO_N "(cached) $ECHO_C" >&6 6410 echo $ECHO_N "(cached) $ECHO_C" >&6
6093else 6411else
6094 cat >conftest.$ac_ext <<_ACEOF 6412 cat >conftest.$ac_ext <<_ACEOF
6095#line 6095 "configure" 6413#line 6413 "configure"
6096#include "confdefs.h" 6414#include "confdefs.h"
6097/* System header to define __stub macros and hopefully few prototypes, 6415/* System header to define __stub macros and hopefully few prototypes,
6098 which can conflict with char $ac_func (); below. */ 6416 which can conflict with char $ac_func (); below. */
@@ -6123,16 +6441,16 @@ f = $ac_func;
6123} 6441}
6124_ACEOF 6442_ACEOF
6125rm -f conftest.$ac_objext conftest$ac_exeext 6443rm -f conftest.$ac_objext conftest$ac_exeext
6126if { (eval echo "$as_me:6126: \"$ac_link\"") >&5 6444if { (eval echo "$as_me:6444: \"$ac_link\"") >&5
6127 (eval $ac_link) 2>&5 6445 (eval $ac_link) 2>&5
6128 ac_status=$? 6446 ac_status=$?
6129 echo "$as_me:6129: \$? = $ac_status" >&5 6447 echo "$as_me:6447: \$? = $ac_status" >&5
6130 (exit $ac_status); } && 6448 (exit $ac_status); } &&
6131 { ac_try='test -s conftest$ac_exeext' 6449 { ac_try='test -s conftest$ac_exeext'
6132 { (eval echo "$as_me:6132: \"$ac_try\"") >&5 6450 { (eval echo "$as_me:6450: \"$ac_try\"") >&5
6133 (eval $ac_try) 2>&5 6451 (eval $ac_try) 2>&5
6134 ac_status=$? 6452 ac_status=$?
6135 echo "$as_me:6135: \$? = $ac_status" >&5 6453 echo "$as_me:6453: \$? = $ac_status" >&5
6136 (exit $ac_status); }; }; then 6454 (exit $ac_status); }; }; then
6137 eval "$as_ac_var=yes" 6455 eval "$as_ac_var=yes"
6138else 6456else
@@ -6142,7 +6460,7 @@ eval "$as_ac_var=no"
6142fi 6460fi
6143rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6461rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6144fi 6462fi
6145echo "$as_me:6145: result: `eval echo '${'$as_ac_var'}'`" >&5 6463echo "$as_me:6463: result: `eval echo '${'$as_ac_var'}'`" >&5
6146echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6464echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6147if test `eval echo '${'$as_ac_var'}'` = yes; then 6465if test `eval echo '${'$as_ac_var'}'` = yes; then
6148 cat >>confdefs.h <<EOF 6466 cat >>confdefs.h <<EOF
@@ -6155,13 +6473,13 @@ done
6155for ac_func in strftime 6473for ac_func in strftime
6156do 6474do
6157as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6475as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6158echo "$as_me:6158: checking for $ac_func" >&5 6476echo "$as_me:6476: checking for $ac_func" >&5
6159echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6477echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6160if eval "test \"\${$as_ac_var+set}\" = set"; then 6478if eval "test \"\${$as_ac_var+set}\" = set"; then
6161 echo $ECHO_N "(cached) $ECHO_C" >&6 6479 echo $ECHO_N "(cached) $ECHO_C" >&6
6162else 6480else
6163 cat >conftest.$ac_ext <<_ACEOF 6481 cat >conftest.$ac_ext <<_ACEOF
6164#line 6164 "configure" 6482#line 6482 "configure"
6165#include "confdefs.h" 6483#include "confdefs.h"
6166/* System header to define __stub macros and hopefully few prototypes, 6484/* System header to define __stub macros and hopefully few prototypes,
6167 which can conflict with char $ac_func (); below. */ 6485 which can conflict with char $ac_func (); below. */
@@ -6192,16 +6510,16 @@ f = $ac_func;
6192} 6510}
6193_ACEOF 6511_ACEOF
6194rm -f conftest.$ac_objext conftest$ac_exeext 6512rm -f conftest.$ac_objext conftest$ac_exeext
6195if { (eval echo "$as_me:6195: \"$ac_link\"") >&5 6513if { (eval echo "$as_me:6513: \"$ac_link\"") >&5
6196 (eval $ac_link) 2>&5 6514 (eval $ac_link) 2>&5
6197 ac_status=$? 6515 ac_status=$?
6198 echo "$as_me:6198: \$? = $ac_status" >&5 6516 echo "$as_me:6516: \$? = $ac_status" >&5
6199 (exit $ac_status); } && 6517 (exit $ac_status); } &&
6200 { ac_try='test -s conftest$ac_exeext' 6518 { ac_try='test -s conftest$ac_exeext'
6201 { (eval echo "$as_me:6201: \"$ac_try\"") >&5 6519 { (eval echo "$as_me:6519: \"$ac_try\"") >&5
6202 (eval $ac_try) 2>&5 6520 (eval $ac_try) 2>&5
6203 ac_status=$? 6521 ac_status=$?
6204 echo "$as_me:6204: \$? = $ac_status" >&5 6522 echo "$as_me:6522: \$? = $ac_status" >&5
6205 (exit $ac_status); }; }; then 6523 (exit $ac_status); }; }; then
6206 eval "$as_ac_var=yes" 6524 eval "$as_ac_var=yes"
6207else 6525else
@@ -6211,7 +6529,7 @@ eval "$as_ac_var=no"
6211fi 6529fi
6212rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6530rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6213fi 6531fi
6214echo "$as_me:6214: result: `eval echo '${'$as_ac_var'}'`" >&5 6532echo "$as_me:6532: result: `eval echo '${'$as_ac_var'}'`" >&5
6215echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6533echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6216if test `eval echo '${'$as_ac_var'}'` = yes; then 6534if test `eval echo '${'$as_ac_var'}'` = yes; then
6217 cat >>confdefs.h <<EOF 6535 cat >>confdefs.h <<EOF
@@ -6220,7 +6538,7 @@ EOF
6220 6538
6221else 6539else
6222 # strftime is in -lintl on SCO UNIX. 6540 # strftime is in -lintl on SCO UNIX.
6223echo "$as_me:6223: checking for strftime in -lintl" >&5 6541echo "$as_me:6541: checking for strftime in -lintl" >&5
6224echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6 6542echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6
6225if test "${ac_cv_lib_intl_strftime+set}" = set; then 6543if test "${ac_cv_lib_intl_strftime+set}" = set; then
6226 echo $ECHO_N "(cached) $ECHO_C" >&6 6544 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6228,7 +6546,7 @@ else
6228 ac_check_lib_save_LIBS=$LIBS 6546 ac_check_lib_save_LIBS=$LIBS
6229LIBS="-lintl $LIBS" 6547LIBS="-lintl $LIBS"
6230cat >conftest.$ac_ext <<_ACEOF 6548cat >conftest.$ac_ext <<_ACEOF
6231#line 6231 "configure" 6549#line 6549 "configure"
6232#include "confdefs.h" 6550#include "confdefs.h"
6233 6551
6234/* Override any gcc2 internal prototype to avoid an error. */ 6552/* Override any gcc2 internal prototype to avoid an error. */
@@ -6247,16 +6565,16 @@ strftime ();
6247} 6565}
6248_ACEOF 6566_ACEOF
6249rm -f conftest.$ac_objext conftest$ac_exeext 6567rm -f conftest.$ac_objext conftest$ac_exeext
6250if { (eval echo "$as_me:6250: \"$ac_link\"") >&5 6568if { (eval echo "$as_me:6568: \"$ac_link\"") >&5
6251 (eval $ac_link) 2>&5 6569 (eval $ac_link) 2>&5
6252 ac_status=$? 6570 ac_status=$?
6253 echo "$as_me:6253: \$? = $ac_status" >&5 6571 echo "$as_me:6571: \$? = $ac_status" >&5
6254 (exit $ac_status); } && 6572 (exit $ac_status); } &&
6255 { ac_try='test -s conftest$ac_exeext' 6573 { ac_try='test -s conftest$ac_exeext'
6256 { (eval echo "$as_me:6256: \"$ac_try\"") >&5 6574 { (eval echo "$as_me:6574: \"$ac_try\"") >&5
6257 (eval $ac_try) 2>&5 6575 (eval $ac_try) 2>&5
6258 ac_status=$? 6576 ac_status=$?
6259 echo "$as_me:6259: \$? = $ac_status" >&5 6577 echo "$as_me:6577: \$? = $ac_status" >&5
6260 (exit $ac_status); }; }; then 6578 (exit $ac_status); }; }; then
6261 ac_cv_lib_intl_strftime=yes 6579 ac_cv_lib_intl_strftime=yes
6262else 6580else
@@ -6267,7 +6585,7 @@ fi
6267rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6585rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6268LIBS=$ac_check_lib_save_LIBS 6586LIBS=$ac_check_lib_save_LIBS
6269fi 6587fi
6270echo "$as_me:6270: result: $ac_cv_lib_intl_strftime" >&5 6588echo "$as_me:6588: result: $ac_cv_lib_intl_strftime" >&5
6271echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6 6589echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6
6272if test $ac_cv_lib_intl_strftime = yes; then 6590if test $ac_cv_lib_intl_strftime = yes; then
6273 cat >>confdefs.h <<\EOF 6591 cat >>confdefs.h <<\EOF
@@ -6281,10 +6599,10 @@ fi
6281done 6599done
6282 6600
6283# Check for ALTDIRFUNC glob() extension 6601# Check for ALTDIRFUNC glob() extension
6284echo "$as_me:6284: checking for GLOB_ALTDIRFUNC support" >&5 6602echo "$as_me:6602: checking for GLOB_ALTDIRFUNC support" >&5
6285echo $ECHO_N "checking for GLOB_ALTDIRFUNC support... $ECHO_C" >&6 6603echo $ECHO_N "checking for GLOB_ALTDIRFUNC support... $ECHO_C" >&6
6286cat >conftest.$ac_ext <<_ACEOF 6604cat >conftest.$ac_ext <<_ACEOF
6287#line 6287 "configure" 6605#line 6605 "configure"
6288#include "confdefs.h" 6606#include "confdefs.h"
6289 6607
6290 #include <glob.h> 6608 #include <glob.h>
@@ -6300,55 +6618,55 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6300#define GLOB_HAS_ALTDIRFUNC 1 6618#define GLOB_HAS_ALTDIRFUNC 1
6301EOF 6619EOF
6302 6620
6303 echo "$as_me:6303: result: yes" >&5 6621 echo "$as_me:6621: result: yes" >&5
6304echo "${ECHO_T}yes" >&6 6622echo "${ECHO_T}yes" >&6
6305 6623
6306else 6624else
6307 6625
6308 echo "$as_me:6308: result: no" >&5 6626 echo "$as_me:6626: result: no" >&5
6309echo "${ECHO_T}no" >&6 6627echo "${ECHO_T}no" >&6
6310 6628
6311fi 6629fi
6312rm -f conftest* 6630rm -f conftest*
6313 6631
6314# Check for g.gl_matchc glob() extension 6632# Check for g.gl_matchc glob() extension
6315echo "$as_me:6315: checking for gl_matchc field in glob_t" >&5 6633echo "$as_me:6633: checking for gl_matchc field in glob_t" >&5
6316echo $ECHO_N "checking for gl_matchc field in glob_t... $ECHO_C" >&6 6634echo $ECHO_N "checking for gl_matchc field in glob_t... $ECHO_C" >&6
6317cat >conftest.$ac_ext <<_ACEOF 6635cat >conftest.$ac_ext <<_ACEOF
6318#line 6318 "configure" 6636#line 6636 "configure"
6319#include "confdefs.h" 6637#include "confdefs.h"
6320 6638
6321 #include <glob.h> 6639 #include <glob.h>
6322 int main(void){glob_t g; g.gl_matchc = 1;} 6640 int main(void){glob_t g; g.gl_matchc = 1;}
6323 6641
6324_ACEOF 6642_ACEOF
6325if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 6643if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6326 egrep "FOUNDIT" >/dev/null 2>&1; then 6644 egrep "FOUNDIT" >/dev/null 2>&1; then
6327 6645
6328 cat >>confdefs.h <<\EOF 6646 cat >>confdefs.h <<\EOF
6329#define GLOB_HAS_GL_MATCHC 1 6647#define GLOB_HAS_GL_MATCHC 1
6330EOF 6648EOF
6331 6649
6332 echo "$as_me:6332: result: yes" >&5 6650 echo "$as_me:6650: result: yes" >&5
6333echo "${ECHO_T}yes" >&6 6651echo "${ECHO_T}yes" >&6
6334 6652
6335else 6653else
6336 6654
6337 echo "$as_me:6337: result: no" >&5 6655 echo "$as_me:6655: result: no" >&5
6338echo "${ECHO_T}no" >&6 6656echo "${ECHO_T}no" >&6
6339 6657
6340fi 6658fi
6341rm -f conftest* 6659rm -f conftest*
6342 6660
6343echo "$as_me:6343: checking whether struct dirent allocates space for d_name" >&5 6661echo "$as_me:6661: checking whether struct dirent allocates space for d_name" >&5
6344echo $ECHO_N "checking whether struct dirent allocates space for d_name... $ECHO_C" >&6 6662echo $ECHO_N "checking whether struct dirent allocates space for d_name... $ECHO_C" >&6
6345if test "$cross_compiling" = yes; then 6663if test "$cross_compiling" = yes; then
6346 { { echo "$as_me:6346: error: cannot run test program while cross compiling" >&5 6664 { { echo "$as_me:6664: error: cannot run test program while cross compiling" >&5
6347echo "$as_me: error: cannot run test program while cross compiling" >&2;} 6665echo "$as_me: error: cannot run test program while cross compiling" >&2;}
6348 { (exit 1); exit 1; }; } 6666 { (exit 1); exit 1; }; }
6349else 6667else
6350 cat >conftest.$ac_ext <<_ACEOF 6668 cat >conftest.$ac_ext <<_ACEOF
6351#line 6351 "configure" 6669#line 6669 "configure"
6352#include "confdefs.h" 6670#include "confdefs.h"
6353 6671
6354#include <sys/types.h> 6672#include <sys/types.h>
@@ -6357,24 +6675,24 @@ int main(void){struct dirent d;exit(sizeof(d.d_name)<=sizeof(char));}
6357 6675
6358_ACEOF 6676_ACEOF
6359rm -f conftest$ac_exeext 6677rm -f conftest$ac_exeext
6360if { (eval echo "$as_me:6360: \"$ac_link\"") >&5 6678if { (eval echo "$as_me:6678: \"$ac_link\"") >&5
6361 (eval $ac_link) 2>&5 6679 (eval $ac_link) 2>&5
6362 ac_status=$? 6680 ac_status=$?
6363 echo "$as_me:6363: \$? = $ac_status" >&5 6681 echo "$as_me:6681: \$? = $ac_status" >&5
6364 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6682 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6365 { (eval echo "$as_me:6365: \"$ac_try\"") >&5 6683 { (eval echo "$as_me:6683: \"$ac_try\"") >&5
6366 (eval $ac_try) 2>&5 6684 (eval $ac_try) 2>&5
6367 ac_status=$? 6685 ac_status=$?
6368 echo "$as_me:6368: \$? = $ac_status" >&5 6686 echo "$as_me:6686: \$? = $ac_status" >&5
6369 (exit $ac_status); }; }; then 6687 (exit $ac_status); }; }; then
6370 echo "$as_me:6370: result: yes" >&5 6688 echo "$as_me:6688: result: yes" >&5
6371echo "${ECHO_T}yes" >&6 6689echo "${ECHO_T}yes" >&6
6372else 6690else
6373 echo "$as_me: program exited with status $ac_status" >&5 6691 echo "$as_me: program exited with status $ac_status" >&5
6374echo "$as_me: failed program was:" >&5 6692echo "$as_me: failed program was:" >&5
6375cat conftest.$ac_ext >&5 6693cat conftest.$ac_ext >&5
6376 6694
6377 echo "$as_me:6377: result: no" >&5 6695 echo "$as_me:6695: result: no" >&5
6378echo "${ECHO_T}no" >&6 6696echo "${ECHO_T}no" >&6
6379 cat >>confdefs.h <<\EOF 6697 cat >>confdefs.h <<\EOF
6380#define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 6698#define BROKEN_ONE_BYTE_DIRENT_D_NAME 1
@@ -6405,15 +6723,15 @@ EOF
6405 LIBS="-lskey $LIBS" 6723 LIBS="-lskey $LIBS"
6406 SKEY_MSG="yes" 6724 SKEY_MSG="yes"
6407 6725
6408 echo "$as_me:6408: checking for s/key support" >&5 6726 echo "$as_me:6726: checking for s/key support" >&5
6409echo $ECHO_N "checking for s/key support... $ECHO_C" >&6 6727echo $ECHO_N "checking for s/key support... $ECHO_C" >&6
6410 if test "$cross_compiling" = yes; then 6728 if test "$cross_compiling" = yes; then
6411 { { echo "$as_me:6411: error: cannot run test program while cross compiling" >&5 6729 { { echo "$as_me:6729: error: cannot run test program while cross compiling" >&5
6412echo "$as_me: error: cannot run test program while cross compiling" >&2;} 6730echo "$as_me: error: cannot run test program while cross compiling" >&2;}
6413 { (exit 1); exit 1; }; } 6731 { (exit 1); exit 1; }; }
6414else 6732else
6415 cat >conftest.$ac_ext <<_ACEOF 6733 cat >conftest.$ac_ext <<_ACEOF
6416#line 6416 "configure" 6734#line 6734 "configure"
6417#include "confdefs.h" 6735#include "confdefs.h"
6418 6736
6419#include <stdio.h> 6737#include <stdio.h>
@@ -6422,26 +6740,26 @@ int main() { char *ff = skey_keyinfo(""); ff=""; exit(0); }
6422 6740
6423_ACEOF 6741_ACEOF
6424rm -f conftest$ac_exeext 6742rm -f conftest$ac_exeext
6425if { (eval echo "$as_me:6425: \"$ac_link\"") >&5 6743if { (eval echo "$as_me:6743: \"$ac_link\"") >&5
6426 (eval $ac_link) 2>&5 6744 (eval $ac_link) 2>&5
6427 ac_status=$? 6745 ac_status=$?
6428 echo "$as_me:6428: \$? = $ac_status" >&5 6746 echo "$as_me:6746: \$? = $ac_status" >&5
6429 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6747 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6430 { (eval echo "$as_me:6430: \"$ac_try\"") >&5 6748 { (eval echo "$as_me:6748: \"$ac_try\"") >&5
6431 (eval $ac_try) 2>&5 6749 (eval $ac_try) 2>&5
6432 ac_status=$? 6750 ac_status=$?
6433 echo "$as_me:6433: \$? = $ac_status" >&5 6751 echo "$as_me:6751: \$? = $ac_status" >&5
6434 (exit $ac_status); }; }; then 6752 (exit $ac_status); }; }; then
6435 echo "$as_me:6435: result: yes" >&5 6753 echo "$as_me:6753: result: yes" >&5
6436echo "${ECHO_T}yes" >&6 6754echo "${ECHO_T}yes" >&6
6437else 6755else
6438 echo "$as_me: program exited with status $ac_status" >&5 6756 echo "$as_me: program exited with status $ac_status" >&5
6439echo "$as_me: failed program was:" >&5 6757echo "$as_me: failed program was:" >&5
6440cat conftest.$ac_ext >&5 6758cat conftest.$ac_ext >&5
6441 6759
6442 echo "$as_me:6442: result: no" >&5 6760 echo "$as_me:6760: result: no" >&5
6443echo "${ECHO_T}no" >&6 6761echo "${ECHO_T}no" >&6
6444 { { echo "$as_me:6444: error: ** Incomplete or missing s/key libraries." >&5 6762 { { echo "$as_me:6762: error: ** Incomplete or missing s/key libraries." >&5
6445echo "$as_me: error: ** Incomplete or missing s/key libraries." >&2;} 6763echo "$as_me: error: ** Incomplete or missing s/key libraries." >&2;}
6446 { (exit 1); exit 1; }; } 6764 { (exit 1); exit 1; }; }
6447 6765
@@ -6485,10 +6803,10 @@ if test "${with_tcp_wrappers+set}" = set; then
6485 fi 6803 fi
6486 LIBWRAP="-lwrap" 6804 LIBWRAP="-lwrap"
6487 LIBS="$LIBWRAP $LIBS" 6805 LIBS="$LIBWRAP $LIBS"
6488 echo "$as_me:6488: checking for libwrap" >&5 6806 echo "$as_me:6806: checking for libwrap" >&5
6489echo $ECHO_N "checking for libwrap... $ECHO_C" >&6 6807echo $ECHO_N "checking for libwrap... $ECHO_C" >&6
6490 cat >conftest.$ac_ext <<_ACEOF 6808 cat >conftest.$ac_ext <<_ACEOF
6491#line 6491 "configure" 6809#line 6809 "configure"
6492#include "confdefs.h" 6810#include "confdefs.h"
6493 6811
6494#include <tcpd.h> 6812#include <tcpd.h>
@@ -6503,19 +6821,19 @@ hosts_access(0);
6503} 6821}
6504_ACEOF 6822_ACEOF
6505rm -f conftest.$ac_objext conftest$ac_exeext 6823rm -f conftest.$ac_objext conftest$ac_exeext
6506if { (eval echo "$as_me:6506: \"$ac_link\"") >&5 6824if { (eval echo "$as_me:6824: \"$ac_link\"") >&5
6507 (eval $ac_link) 2>&5 6825 (eval $ac_link) 2>&5
6508 ac_status=$? 6826 ac_status=$?
6509 echo "$as_me:6509: \$? = $ac_status" >&5 6827 echo "$as_me:6827: \$? = $ac_status" >&5
6510 (exit $ac_status); } && 6828 (exit $ac_status); } &&
6511 { ac_try='test -s conftest$ac_exeext' 6829 { ac_try='test -s conftest$ac_exeext'
6512 { (eval echo "$as_me:6512: \"$ac_try\"") >&5 6830 { (eval echo "$as_me:6830: \"$ac_try\"") >&5
6513 (eval $ac_try) 2>&5 6831 (eval $ac_try) 2>&5
6514 ac_status=$? 6832 ac_status=$?
6515 echo "$as_me:6515: \$? = $ac_status" >&5 6833 echo "$as_me:6833: \$? = $ac_status" >&5
6516 (exit $ac_status); }; }; then 6834 (exit $ac_status); }; }; then
6517 6835
6518 echo "$as_me:6518: result: yes" >&5 6836 echo "$as_me:6836: result: yes" >&5
6519echo "${ECHO_T}yes" >&6 6837echo "${ECHO_T}yes" >&6
6520 cat >>confdefs.h <<\EOF 6838 cat >>confdefs.h <<\EOF
6521#define LIBWRAP 1 6839#define LIBWRAP 1
@@ -6527,7 +6845,7 @@ else
6527 echo "$as_me: failed program was:" >&5 6845 echo "$as_me: failed program was:" >&5
6528cat conftest.$ac_ext >&5 6846cat conftest.$ac_ext >&5
6529 6847
6530 { { echo "$as_me:6530: error: *** libwrap missing" >&5 6848 { { echo "$as_me:6848: error: *** libwrap missing" >&5
6531echo "$as_me: error: *** libwrap missing" >&2;} 6849echo "$as_me: error: *** libwrap missing" >&2;}
6532 { (exit 1); exit 1; }; } 6850 { (exit 1); exit 1; }; }
6533 6851
@@ -6539,7 +6857,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6539fi; 6857fi;
6540 6858
6541for ac_func in \ 6859for ac_func in \
6542 arc4random __b64_ntop b64_ntop __b64_pton b64_pton basename \ 6860 arc4random __b64_ntop b64_ntop __b64_pton b64_pton \
6543 bcopy bindresvport_sa clock fchmod fchown freeaddrinfo futimes \ 6861 bcopy bindresvport_sa clock fchmod fchown freeaddrinfo futimes \
6544 getaddrinfo getcwd getgrouplist getnameinfo getopt \ 6862 getaddrinfo getcwd getgrouplist getnameinfo getopt \
6545 getpeereid _getpty getrlimit getttyent glob inet_aton \ 6863 getpeereid _getpty getrlimit getttyent glob inet_aton \
@@ -6547,20 +6865,20 @@ for ac_func in \
6547 mkdtemp mmap ngetaddrinfo nsleep ogetaddrinfo openlog_r openpty \ 6865 mkdtemp mmap ngetaddrinfo nsleep ogetaddrinfo openlog_r openpty \
6548 pstat readpassphrase realpath recvmsg rresvport_af sendmsg \ 6866 pstat readpassphrase realpath recvmsg rresvport_af sendmsg \
6549 setdtablesize setegid setenv seteuid setgroups setlogin setpcred \ 6867 setdtablesize setegid setenv seteuid setgroups setlogin setpcred \
6550 setproctitle setregid setresgid setresuid setreuid setrlimit \ 6868 setproctitle setregid setreuid setrlimit \
6551 setsid setvbuf sigaction sigvec snprintf socketpair strerror \ 6869 setsid setvbuf sigaction sigvec snprintf socketpair strerror \
6552 strlcat strlcpy strmode strnvis sysconf tcgetpgrp \ 6870 strlcat strlcpy strmode strnvis strtoul sysconf tcgetpgrp \
6553 truncate utimes vhangup vsnprintf waitpid \ 6871 truncate updwtmpx utimes vhangup vsnprintf waitpid \
6554 6872
6555do 6873do
6556as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6874as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6557echo "$as_me:6557: checking for $ac_func" >&5 6875echo "$as_me:6875: checking for $ac_func" >&5
6558echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6876echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6559if eval "test \"\${$as_ac_var+set}\" = set"; then 6877if eval "test \"\${$as_ac_var+set}\" = set"; then
6560 echo $ECHO_N "(cached) $ECHO_C" >&6 6878 echo $ECHO_N "(cached) $ECHO_C" >&6
6561else 6879else
6562 cat >conftest.$ac_ext <<_ACEOF 6880 cat >conftest.$ac_ext <<_ACEOF
6563#line 6563 "configure" 6881#line 6881 "configure"
6564#include "confdefs.h" 6882#include "confdefs.h"
6565/* System header to define __stub macros and hopefully few prototypes, 6883/* System header to define __stub macros and hopefully few prototypes,
6566 which can conflict with char $ac_func (); below. */ 6884 which can conflict with char $ac_func (); below. */
@@ -6591,16 +6909,16 @@ f = $ac_func;
6591} 6909}
6592_ACEOF 6910_ACEOF
6593rm -f conftest.$ac_objext conftest$ac_exeext 6911rm -f conftest.$ac_objext conftest$ac_exeext
6594if { (eval echo "$as_me:6594: \"$ac_link\"") >&5 6912if { (eval echo "$as_me:6912: \"$ac_link\"") >&5
6595 (eval $ac_link) 2>&5 6913 (eval $ac_link) 2>&5
6596 ac_status=$? 6914 ac_status=$?
6597 echo "$as_me:6597: \$? = $ac_status" >&5 6915 echo "$as_me:6915: \$? = $ac_status" >&5
6598 (exit $ac_status); } && 6916 (exit $ac_status); } &&
6599 { ac_try='test -s conftest$ac_exeext' 6917 { ac_try='test -s conftest$ac_exeext'
6600 { (eval echo "$as_me:6600: \"$ac_try\"") >&5 6918 { (eval echo "$as_me:6918: \"$ac_try\"") >&5
6601 (eval $ac_try) 2>&5 6919 (eval $ac_try) 2>&5
6602 ac_status=$? 6920 ac_status=$?
6603 echo "$as_me:6603: \$? = $ac_status" >&5 6921 echo "$as_me:6921: \$? = $ac_status" >&5
6604 (exit $ac_status); }; }; then 6922 (exit $ac_status); }; }; then
6605 eval "$as_ac_var=yes" 6923 eval "$as_ac_var=yes"
6606else 6924else
@@ -6610,7 +6928,7 @@ eval "$as_ac_var=no"
6610fi 6928fi
6611rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6929rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6612fi 6930fi
6613echo "$as_me:6613: result: `eval echo '${'$as_ac_var'}'`" >&5 6931echo "$as_me:6931: result: `eval echo '${'$as_ac_var'}'`" >&5
6614echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6932echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6615if test `eval echo '${'$as_ac_var'}'` = yes; then 6933if test `eval echo '${'$as_ac_var'}'` = yes; then
6616 cat >>confdefs.h <<EOF 6934 cat >>confdefs.h <<EOF
@@ -6625,13 +6943,13 @@ done
6625for ac_func in gai_strerror 6943for ac_func in gai_strerror
6626do 6944do
6627as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6945as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6628echo "$as_me:6628: checking for $ac_func" >&5 6946echo "$as_me:6946: checking for $ac_func" >&5
6629echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6947echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6630if eval "test \"\${$as_ac_var+set}\" = set"; then 6948if eval "test \"\${$as_ac_var+set}\" = set"; then
6631 echo $ECHO_N "(cached) $ECHO_C" >&6 6949 echo $ECHO_N "(cached) $ECHO_C" >&6
6632else 6950else
6633 cat >conftest.$ac_ext <<_ACEOF 6951 cat >conftest.$ac_ext <<_ACEOF
6634#line 6634 "configure" 6952#line 6952 "configure"
6635#include "confdefs.h" 6953#include "confdefs.h"
6636/* System header to define __stub macros and hopefully few prototypes, 6954/* System header to define __stub macros and hopefully few prototypes,
6637 which can conflict with char $ac_func (); below. */ 6955 which can conflict with char $ac_func (); below. */
@@ -6662,16 +6980,16 @@ f = $ac_func;
6662} 6980}
6663_ACEOF 6981_ACEOF
6664rm -f conftest.$ac_objext conftest$ac_exeext 6982rm -f conftest.$ac_objext conftest$ac_exeext
6665if { (eval echo "$as_me:6665: \"$ac_link\"") >&5 6983if { (eval echo "$as_me:6983: \"$ac_link\"") >&5
6666 (eval $ac_link) 2>&5 6984 (eval $ac_link) 2>&5
6667 ac_status=$? 6985 ac_status=$?
6668 echo "$as_me:6668: \$? = $ac_status" >&5 6986 echo "$as_me:6986: \$? = $ac_status" >&5
6669 (exit $ac_status); } && 6987 (exit $ac_status); } &&
6670 { ac_try='test -s conftest$ac_exeext' 6988 { ac_try='test -s conftest$ac_exeext'
6671 { (eval echo "$as_me:6671: \"$ac_try\"") >&5 6989 { (eval echo "$as_me:6989: \"$ac_try\"") >&5
6672 (eval $ac_try) 2>&5 6990 (eval $ac_try) 2>&5
6673 ac_status=$? 6991 ac_status=$?
6674 echo "$as_me:6674: \$? = $ac_status" >&5 6992 echo "$as_me:6992: \$? = $ac_status" >&5
6675 (exit $ac_status); }; }; then 6993 (exit $ac_status); }; }; then
6676 eval "$as_ac_var=yes" 6994 eval "$as_ac_var=yes"
6677else 6995else
@@ -6681,7 +6999,7 @@ eval "$as_ac_var=no"
6681fi 6999fi
6682rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7000rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6683fi 7001fi
6684echo "$as_me:6684: result: `eval echo '${'$as_ac_var'}'`" >&5 7002echo "$as_me:7002: result: `eval echo '${'$as_ac_var'}'`" >&5
6685echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7003echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6686if test `eval echo '${'$as_ac_var'}'` = yes; then 7004if test `eval echo '${'$as_ac_var'}'` = yes; then
6687 cat >>confdefs.h <<EOF 7005 cat >>confdefs.h <<EOF
@@ -6693,7 +7011,7 @@ EOF
6693EOF 7011EOF
6694 7012
6695 cat >conftest.$ac_ext <<_ACEOF 7013 cat >conftest.$ac_ext <<_ACEOF
6696#line 6696 "configure" 7014#line 7014 "configure"
6697#include "confdefs.h" 7015#include "confdefs.h"
6698 7016
6699#include <sys/types.h> 7017#include <sys/types.h>
@@ -6713,16 +7031,16 @@ str = gai_strerror(0);
6713} 7031}
6714_ACEOF 7032_ACEOF
6715rm -f conftest.$ac_objext 7033rm -f conftest.$ac_objext
6716if { (eval echo "$as_me:6716: \"$ac_compile\"") >&5 7034if { (eval echo "$as_me:7034: \"$ac_compile\"") >&5
6717 (eval $ac_compile) 2>&5 7035 (eval $ac_compile) 2>&5
6718 ac_status=$? 7036 ac_status=$?
6719 echo "$as_me:6719: \$? = $ac_status" >&5 7037 echo "$as_me:7037: \$? = $ac_status" >&5
6720 (exit $ac_status); } && 7038 (exit $ac_status); } &&
6721 { ac_try='test -s conftest.$ac_objext' 7039 { ac_try='test -s conftest.$ac_objext'
6722 { (eval echo "$as_me:6722: \"$ac_try\"") >&5 7040 { (eval echo "$as_me:7040: \"$ac_try\"") >&5
6723 (eval $ac_try) 2>&5 7041 (eval $ac_try) 2>&5
6724 ac_status=$? 7042 ac_status=$?
6725 echo "$as_me:6725: \$? = $ac_status" >&5 7043 echo "$as_me:7043: \$? = $ac_status" >&5
6726 (exit $ac_status); }; }; then 7044 (exit $ac_status); }; }; then
6727 7045
6728cat >>confdefs.h <<\EOF 7046cat >>confdefs.h <<\EOF
@@ -6737,7 +7055,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
6737fi 7055fi
6738done 7056done
6739 7057
6740echo "$as_me:6740: checking for library containing nanosleep" >&5 7058echo "$as_me:7058: checking for library containing nanosleep" >&5
6741echo $ECHO_N "checking for library containing nanosleep... $ECHO_C" >&6 7059echo $ECHO_N "checking for library containing nanosleep... $ECHO_C" >&6
6742if test "${ac_cv_search_nanosleep+set}" = set; then 7060if test "${ac_cv_search_nanosleep+set}" = set; then
6743 echo $ECHO_N "(cached) $ECHO_C" >&6 7061 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6745,7 +7063,7 @@ else
6745 ac_func_search_save_LIBS=$LIBS 7063 ac_func_search_save_LIBS=$LIBS
6746ac_cv_search_nanosleep=no 7064ac_cv_search_nanosleep=no
6747cat >conftest.$ac_ext <<_ACEOF 7065cat >conftest.$ac_ext <<_ACEOF
6748#line 6748 "configure" 7066#line 7066 "configure"
6749#include "confdefs.h" 7067#include "confdefs.h"
6750 7068
6751/* Override any gcc2 internal prototype to avoid an error. */ 7069/* Override any gcc2 internal prototype to avoid an error. */
@@ -6764,16 +7082,16 @@ nanosleep ();
6764} 7082}
6765_ACEOF 7083_ACEOF
6766rm -f conftest.$ac_objext conftest$ac_exeext 7084rm -f conftest.$ac_objext conftest$ac_exeext
6767if { (eval echo "$as_me:6767: \"$ac_link\"") >&5 7085if { (eval echo "$as_me:7085: \"$ac_link\"") >&5
6768 (eval $ac_link) 2>&5 7086 (eval $ac_link) 2>&5
6769 ac_status=$? 7087 ac_status=$?
6770 echo "$as_me:6770: \$? = $ac_status" >&5 7088 echo "$as_me:7088: \$? = $ac_status" >&5
6771 (exit $ac_status); } && 7089 (exit $ac_status); } &&
6772 { ac_try='test -s conftest$ac_exeext' 7090 { ac_try='test -s conftest$ac_exeext'
6773 { (eval echo "$as_me:6773: \"$ac_try\"") >&5 7091 { (eval echo "$as_me:7091: \"$ac_try\"") >&5
6774 (eval $ac_try) 2>&5 7092 (eval $ac_try) 2>&5
6775 ac_status=$? 7093 ac_status=$?
6776 echo "$as_me:6776: \$? = $ac_status" >&5 7094 echo "$as_me:7094: \$? = $ac_status" >&5
6777 (exit $ac_status); }; }; then 7095 (exit $ac_status); }; }; then
6778 ac_cv_search_nanosleep="none required" 7096 ac_cv_search_nanosleep="none required"
6779else 7097else
@@ -6785,7 +7103,7 @@ if test "$ac_cv_search_nanosleep" = no; then
6785 for ac_lib in rt posix4; do 7103 for ac_lib in rt posix4; do
6786 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 7104 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6787 cat >conftest.$ac_ext <<_ACEOF 7105 cat >conftest.$ac_ext <<_ACEOF
6788#line 6788 "configure" 7106#line 7106 "configure"
6789#include "confdefs.h" 7107#include "confdefs.h"
6790 7108
6791/* Override any gcc2 internal prototype to avoid an error. */ 7109/* Override any gcc2 internal prototype to avoid an error. */
@@ -6804,16 +7122,16 @@ nanosleep ();
6804} 7122}
6805_ACEOF 7123_ACEOF
6806rm -f conftest.$ac_objext conftest$ac_exeext 7124rm -f conftest.$ac_objext conftest$ac_exeext
6807if { (eval echo "$as_me:6807: \"$ac_link\"") >&5 7125if { (eval echo "$as_me:7125: \"$ac_link\"") >&5
6808 (eval $ac_link) 2>&5 7126 (eval $ac_link) 2>&5
6809 ac_status=$? 7127 ac_status=$?
6810 echo "$as_me:6810: \$? = $ac_status" >&5 7128 echo "$as_me:7128: \$? = $ac_status" >&5
6811 (exit $ac_status); } && 7129 (exit $ac_status); } &&
6812 { ac_try='test -s conftest$ac_exeext' 7130 { ac_try='test -s conftest$ac_exeext'
6813 { (eval echo "$as_me:6813: \"$ac_try\"") >&5 7131 { (eval echo "$as_me:7131: \"$ac_try\"") >&5
6814 (eval $ac_try) 2>&5 7132 (eval $ac_try) 2>&5
6815 ac_status=$? 7133 ac_status=$?
6816 echo "$as_me:6816: \$? = $ac_status" >&5 7134 echo "$as_me:7134: \$? = $ac_status" >&5
6817 (exit $ac_status); }; }; then 7135 (exit $ac_status); }; }; then
6818 ac_cv_search_nanosleep="-l$ac_lib" 7136 ac_cv_search_nanosleep="-l$ac_lib"
6819break 7137break
@@ -6826,7 +7144,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6826fi 7144fi
6827LIBS=$ac_func_search_save_LIBS 7145LIBS=$ac_func_search_save_LIBS
6828fi 7146fi
6829echo "$as_me:6829: result: $ac_cv_search_nanosleep" >&5 7147echo "$as_me:7147: result: $ac_cv_search_nanosleep" >&5
6830echo "${ECHO_T}$ac_cv_search_nanosleep" >&6 7148echo "${ECHO_T}$ac_cv_search_nanosleep" >&6
6831if test "$ac_cv_search_nanosleep" != no; then 7149if test "$ac_cv_search_nanosleep" != no; then
6832 test "$ac_cv_search_nanosleep" = "none required" || LIBS="$ac_cv_search_nanosleep $LIBS" 7150 test "$ac_cv_search_nanosleep" = "none required" || LIBS="$ac_cv_search_nanosleep $LIBS"
@@ -6836,13 +7154,13 @@ EOF
6836 7154
6837fi 7155fi
6838 7156
6839echo "$as_me:6839: checking for ANSI C header files" >&5 7157echo "$as_me:7157: checking for ANSI C header files" >&5
6840echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 7158echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6841if test "${ac_cv_header_stdc+set}" = set; then 7159if test "${ac_cv_header_stdc+set}" = set; then
6842 echo $ECHO_N "(cached) $ECHO_C" >&6 7160 echo $ECHO_N "(cached) $ECHO_C" >&6
6843else 7161else
6844 cat >conftest.$ac_ext <<_ACEOF 7162 cat >conftest.$ac_ext <<_ACEOF
6845#line 6845 "configure" 7163#line 7163 "configure"
6846#include "confdefs.h" 7164#include "confdefs.h"
6847#include <stdlib.h> 7165#include <stdlib.h>
6848#include <stdarg.h> 7166#include <stdarg.h>
@@ -6850,13 +7168,13 @@ else
6850#include <float.h> 7168#include <float.h>
6851 7169
6852_ACEOF 7170_ACEOF
6853if { (eval echo "$as_me:6853: \"$ac_cpp conftest.$ac_ext\"") >&5 7171if { (eval echo "$as_me:7171: \"$ac_cpp conftest.$ac_ext\"") >&5
6854 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7172 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6855 ac_status=$? 7173 ac_status=$?
6856 egrep -v '^ *\+' conftest.er1 >conftest.err 7174 egrep -v '^ *\+' conftest.er1 >conftest.err
6857 rm -f conftest.er1 7175 rm -f conftest.er1
6858 cat conftest.err >&5 7176 cat conftest.err >&5
6859 echo "$as_me:6859: \$? = $ac_status" >&5 7177 echo "$as_me:7177: \$? = $ac_status" >&5
6860 (exit $ac_status); } >/dev/null; then 7178 (exit $ac_status); } >/dev/null; then
6861 if test -s conftest.err; then 7179 if test -s conftest.err; then
6862 ac_cpp_err=$ac_c_preproc_warn_flag 7180 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6878,7 +7196,7 @@ rm -f conftest.err conftest.$ac_ext
6878if test $ac_cv_header_stdc = yes; then 7196if test $ac_cv_header_stdc = yes; then
6879 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 7197 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6880 cat >conftest.$ac_ext <<_ACEOF 7198 cat >conftest.$ac_ext <<_ACEOF
6881#line 6881 "configure" 7199#line 7199 "configure"
6882#include "confdefs.h" 7200#include "confdefs.h"
6883#include <string.h> 7201#include <string.h>
6884 7202
@@ -6896,7 +7214,7 @@ fi
6896if test $ac_cv_header_stdc = yes; then 7214if test $ac_cv_header_stdc = yes; then
6897 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 7215 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6898 cat >conftest.$ac_ext <<_ACEOF 7216 cat >conftest.$ac_ext <<_ACEOF
6899#line 6899 "configure" 7217#line 7217 "configure"
6900#include "confdefs.h" 7218#include "confdefs.h"
6901#include <stdlib.h> 7219#include <stdlib.h>
6902 7220
@@ -6917,7 +7235,7 @@ if test $ac_cv_header_stdc = yes; then
6917 : 7235 :
6918else 7236else
6919 cat >conftest.$ac_ext <<_ACEOF 7237 cat >conftest.$ac_ext <<_ACEOF
6920#line 6920 "configure" 7238#line 7238 "configure"
6921#include "confdefs.h" 7239#include "confdefs.h"
6922#include <ctype.h> 7240#include <ctype.h>
6923#if ((' ' & 0x0FF) == 0x020) 7241#if ((' ' & 0x0FF) == 0x020)
@@ -6943,15 +7261,15 @@ main ()
6943} 7261}
6944_ACEOF 7262_ACEOF
6945rm -f conftest$ac_exeext 7263rm -f conftest$ac_exeext
6946if { (eval echo "$as_me:6946: \"$ac_link\"") >&5 7264if { (eval echo "$as_me:7264: \"$ac_link\"") >&5
6947 (eval $ac_link) 2>&5 7265 (eval $ac_link) 2>&5
6948 ac_status=$? 7266 ac_status=$?
6949 echo "$as_me:6949: \$? = $ac_status" >&5 7267 echo "$as_me:7267: \$? = $ac_status" >&5
6950 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7268 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6951 { (eval echo "$as_me:6951: \"$ac_try\"") >&5 7269 { (eval echo "$as_me:7269: \"$ac_try\"") >&5
6952 (eval $ac_try) 2>&5 7270 (eval $ac_try) 2>&5
6953 ac_status=$? 7271 ac_status=$?
6954 echo "$as_me:6954: \$? = $ac_status" >&5 7272 echo "$as_me:7272: \$? = $ac_status" >&5
6955 (exit $ac_status); }; }; then 7273 (exit $ac_status); }; }; then
6956 : 7274 :
6957else 7275else
@@ -6964,7 +7282,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6964fi 7282fi
6965fi 7283fi
6966fi 7284fi
6967echo "$as_me:6967: result: $ac_cv_header_stdc" >&5 7285echo "$as_me:7285: result: $ac_cv_header_stdc" >&5
6968echo "${ECHO_T}$ac_cv_header_stdc" >&6 7286echo "${ECHO_T}$ac_cv_header_stdc" >&6
6969if test $ac_cv_header_stdc = yes; then 7287if test $ac_cv_header_stdc = yes; then
6970 7288
@@ -6980,28 +7298,28 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6980 inttypes.h stdint.h unistd.h 7298 inttypes.h stdint.h unistd.h
6981do 7299do
6982as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7300as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6983echo "$as_me:6983: checking for $ac_header" >&5 7301echo "$as_me:7301: checking for $ac_header" >&5
6984echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 7302echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6985if eval "test \"\${$as_ac_Header+set}\" = set"; then 7303if eval "test \"\${$as_ac_Header+set}\" = set"; then
6986 echo $ECHO_N "(cached) $ECHO_C" >&6 7304 echo $ECHO_N "(cached) $ECHO_C" >&6
6987else 7305else
6988 cat >conftest.$ac_ext <<_ACEOF 7306 cat >conftest.$ac_ext <<_ACEOF
6989#line 6989 "configure" 7307#line 7307 "configure"
6990#include "confdefs.h" 7308#include "confdefs.h"
6991$ac_includes_default 7309$ac_includes_default
6992#include <$ac_header> 7310#include <$ac_header>
6993_ACEOF 7311_ACEOF
6994rm -f conftest.$ac_objext 7312rm -f conftest.$ac_objext
6995if { (eval echo "$as_me:6995: \"$ac_compile\"") >&5 7313if { (eval echo "$as_me:7313: \"$ac_compile\"") >&5
6996 (eval $ac_compile) 2>&5 7314 (eval $ac_compile) 2>&5
6997 ac_status=$? 7315 ac_status=$?
6998 echo "$as_me:6998: \$? = $ac_status" >&5 7316 echo "$as_me:7316: \$? = $ac_status" >&5
6999 (exit $ac_status); } && 7317 (exit $ac_status); } &&
7000 { ac_try='test -s conftest.$ac_objext' 7318 { ac_try='test -s conftest.$ac_objext'
7001 { (eval echo "$as_me:7001: \"$ac_try\"") >&5 7319 { (eval echo "$as_me:7319: \"$ac_try\"") >&5
7002 (eval $ac_try) 2>&5 7320 (eval $ac_try) 2>&5
7003 ac_status=$? 7321 ac_status=$?
7004 echo "$as_me:7004: \$? = $ac_status" >&5 7322 echo "$as_me:7322: \$? = $ac_status" >&5
7005 (exit $ac_status); }; }; then 7323 (exit $ac_status); }; }; then
7006 eval "$as_ac_Header=yes" 7324 eval "$as_ac_Header=yes"
7007else 7325else
@@ -7011,7 +7329,7 @@ eval "$as_ac_Header=no"
7011fi 7329fi
7012rm -f conftest.$ac_objext conftest.$ac_ext 7330rm -f conftest.$ac_objext conftest.$ac_ext
7013fi 7331fi
7014echo "$as_me:7014: result: `eval echo '${'$as_ac_Header'}'`" >&5 7332echo "$as_me:7332: result: `eval echo '${'$as_ac_Header'}'`" >&5
7015echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 7333echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7016if test `eval echo '${'$as_ac_Header'}'` = yes; then 7334if test `eval echo '${'$as_ac_Header'}'` = yes; then
7017 cat >>confdefs.h <<EOF 7335 cat >>confdefs.h <<EOF
@@ -7021,13 +7339,13 @@ EOF
7021fi 7339fi
7022done 7340done
7023 7341
7024echo "$as_me:7024: checking whether strsep is declared" >&5 7342echo "$as_me:7342: checking whether strsep is declared" >&5
7025echo $ECHO_N "checking whether strsep is declared... $ECHO_C" >&6 7343echo $ECHO_N "checking whether strsep is declared... $ECHO_C" >&6
7026if test "${ac_cv_have_decl_strsep+set}" = set; then 7344if test "${ac_cv_have_decl_strsep+set}" = set; then
7027 echo $ECHO_N "(cached) $ECHO_C" >&6 7345 echo $ECHO_N "(cached) $ECHO_C" >&6
7028else 7346else
7029 cat >conftest.$ac_ext <<_ACEOF 7347 cat >conftest.$ac_ext <<_ACEOF
7030#line 7030 "configure" 7348#line 7348 "configure"
7031#include "confdefs.h" 7349#include "confdefs.h"
7032$ac_includes_default 7350$ac_includes_default
7033int 7351int
@@ -7042,16 +7360,16 @@ main ()
7042} 7360}
7043_ACEOF 7361_ACEOF
7044rm -f conftest.$ac_objext 7362rm -f conftest.$ac_objext
7045if { (eval echo "$as_me:7045: \"$ac_compile\"") >&5 7363if { (eval echo "$as_me:7363: \"$ac_compile\"") >&5
7046 (eval $ac_compile) 2>&5 7364 (eval $ac_compile) 2>&5
7047 ac_status=$? 7365 ac_status=$?
7048 echo "$as_me:7048: \$? = $ac_status" >&5 7366 echo "$as_me:7366: \$? = $ac_status" >&5
7049 (exit $ac_status); } && 7367 (exit $ac_status); } &&
7050 { ac_try='test -s conftest.$ac_objext' 7368 { ac_try='test -s conftest.$ac_objext'
7051 { (eval echo "$as_me:7051: \"$ac_try\"") >&5 7369 { (eval echo "$as_me:7369: \"$ac_try\"") >&5
7052 (eval $ac_try) 2>&5 7370 (eval $ac_try) 2>&5
7053 ac_status=$? 7371 ac_status=$?
7054 echo "$as_me:7054: \$? = $ac_status" >&5 7372 echo "$as_me:7372: \$? = $ac_status" >&5
7055 (exit $ac_status); }; }; then 7373 (exit $ac_status); }; }; then
7056 ac_cv_have_decl_strsep=yes 7374 ac_cv_have_decl_strsep=yes
7057else 7375else
@@ -7061,20 +7379,20 @@ ac_cv_have_decl_strsep=no
7061fi 7379fi
7062rm -f conftest.$ac_objext conftest.$ac_ext 7380rm -f conftest.$ac_objext conftest.$ac_ext
7063fi 7381fi
7064echo "$as_me:7064: result: $ac_cv_have_decl_strsep" >&5 7382echo "$as_me:7382: result: $ac_cv_have_decl_strsep" >&5
7065echo "${ECHO_T}$ac_cv_have_decl_strsep" >&6 7383echo "${ECHO_T}$ac_cv_have_decl_strsep" >&6
7066if test $ac_cv_have_decl_strsep = yes; then 7384if test $ac_cv_have_decl_strsep = yes; then
7067 7385
7068for ac_func in strsep 7386for ac_func in strsep
7069do 7387do
7070as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7388as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7071echo "$as_me:7071: checking for $ac_func" >&5 7389echo "$as_me:7389: checking for $ac_func" >&5
7072echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7390echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7073if eval "test \"\${$as_ac_var+set}\" = set"; then 7391if eval "test \"\${$as_ac_var+set}\" = set"; then
7074 echo $ECHO_N "(cached) $ECHO_C" >&6 7392 echo $ECHO_N "(cached) $ECHO_C" >&6
7075else 7393else
7076 cat >conftest.$ac_ext <<_ACEOF 7394 cat >conftest.$ac_ext <<_ACEOF
7077#line 7077 "configure" 7395#line 7395 "configure"
7078#include "confdefs.h" 7396#include "confdefs.h"
7079/* System header to define __stub macros and hopefully few prototypes, 7397/* System header to define __stub macros and hopefully few prototypes,
7080 which can conflict with char $ac_func (); below. */ 7398 which can conflict with char $ac_func (); below. */
@@ -7105,16 +7423,16 @@ f = $ac_func;
7105} 7423}
7106_ACEOF 7424_ACEOF
7107rm -f conftest.$ac_objext conftest$ac_exeext 7425rm -f conftest.$ac_objext conftest$ac_exeext
7108if { (eval echo "$as_me:7108: \"$ac_link\"") >&5 7426if { (eval echo "$as_me:7426: \"$ac_link\"") >&5
7109 (eval $ac_link) 2>&5 7427 (eval $ac_link) 2>&5
7110 ac_status=$? 7428 ac_status=$?
7111 echo "$as_me:7111: \$? = $ac_status" >&5 7429 echo "$as_me:7429: \$? = $ac_status" >&5
7112 (exit $ac_status); } && 7430 (exit $ac_status); } &&
7113 { ac_try='test -s conftest$ac_exeext' 7431 { ac_try='test -s conftest$ac_exeext'
7114 { (eval echo "$as_me:7114: \"$ac_try\"") >&5 7432 { (eval echo "$as_me:7432: \"$ac_try\"") >&5
7115 (eval $ac_try) 2>&5 7433 (eval $ac_try) 2>&5
7116 ac_status=$? 7434 ac_status=$?
7117 echo "$as_me:7117: \$? = $ac_status" >&5 7435 echo "$as_me:7435: \$? = $ac_status" >&5
7118 (exit $ac_status); }; }; then 7436 (exit $ac_status); }; }; then
7119 eval "$as_ac_var=yes" 7437 eval "$as_ac_var=yes"
7120else 7438else
@@ -7124,7 +7442,7 @@ eval "$as_ac_var=no"
7124fi 7442fi
7125rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7443rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7126fi 7444fi
7127echo "$as_me:7127: result: `eval echo '${'$as_ac_var'}'`" >&5 7445echo "$as_me:7445: result: `eval echo '${'$as_ac_var'}'`" >&5
7128echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7446echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7129if test `eval echo '${'$as_ac_var'}'` = yes; then 7447if test `eval echo '${'$as_ac_var'}'` = yes; then
7130 cat >>confdefs.h <<EOF 7448 cat >>confdefs.h <<EOF
@@ -7136,13 +7454,13 @@ done
7136 7454
7137fi 7455fi
7138 7456
7139echo "$as_me:7139: checking whether getrusage is declared" >&5 7457echo "$as_me:7457: checking whether getrusage is declared" >&5
7140echo $ECHO_N "checking whether getrusage is declared... $ECHO_C" >&6 7458echo $ECHO_N "checking whether getrusage is declared... $ECHO_C" >&6
7141if test "${ac_cv_have_decl_getrusage+set}" = set; then 7459if test "${ac_cv_have_decl_getrusage+set}" = set; then
7142 echo $ECHO_N "(cached) $ECHO_C" >&6 7460 echo $ECHO_N "(cached) $ECHO_C" >&6
7143else 7461else
7144 cat >conftest.$ac_ext <<_ACEOF 7462 cat >conftest.$ac_ext <<_ACEOF
7145#line 7145 "configure" 7463#line 7463 "configure"
7146#include "confdefs.h" 7464#include "confdefs.h"
7147$ac_includes_default 7465$ac_includes_default
7148int 7466int
@@ -7157,16 +7475,16 @@ main ()
7157} 7475}
7158_ACEOF 7476_ACEOF
7159rm -f conftest.$ac_objext 7477rm -f conftest.$ac_objext
7160if { (eval echo "$as_me:7160: \"$ac_compile\"") >&5 7478if { (eval echo "$as_me:7478: \"$ac_compile\"") >&5
7161 (eval $ac_compile) 2>&5 7479 (eval $ac_compile) 2>&5
7162 ac_status=$? 7480 ac_status=$?
7163 echo "$as_me:7163: \$? = $ac_status" >&5 7481 echo "$as_me:7481: \$? = $ac_status" >&5
7164 (exit $ac_status); } && 7482 (exit $ac_status); } &&
7165 { ac_try='test -s conftest.$ac_objext' 7483 { ac_try='test -s conftest.$ac_objext'
7166 { (eval echo "$as_me:7166: \"$ac_try\"") >&5 7484 { (eval echo "$as_me:7484: \"$ac_try\"") >&5
7167 (eval $ac_try) 2>&5 7485 (eval $ac_try) 2>&5
7168 ac_status=$? 7486 ac_status=$?
7169 echo "$as_me:7169: \$? = $ac_status" >&5 7487 echo "$as_me:7487: \$? = $ac_status" >&5
7170 (exit $ac_status); }; }; then 7488 (exit $ac_status); }; }; then
7171 ac_cv_have_decl_getrusage=yes 7489 ac_cv_have_decl_getrusage=yes
7172else 7490else
@@ -7176,20 +7494,20 @@ ac_cv_have_decl_getrusage=no
7176fi 7494fi
7177rm -f conftest.$ac_objext conftest.$ac_ext 7495rm -f conftest.$ac_objext conftest.$ac_ext
7178fi 7496fi
7179echo "$as_me:7179: result: $ac_cv_have_decl_getrusage" >&5 7497echo "$as_me:7497: result: $ac_cv_have_decl_getrusage" >&5
7180echo "${ECHO_T}$ac_cv_have_decl_getrusage" >&6 7498echo "${ECHO_T}$ac_cv_have_decl_getrusage" >&6
7181if test $ac_cv_have_decl_getrusage = yes; then 7499if test $ac_cv_have_decl_getrusage = yes; then
7182 7500
7183for ac_func in getrusage 7501for ac_func in getrusage
7184do 7502do
7185as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7503as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7186echo "$as_me:7186: checking for $ac_func" >&5 7504echo "$as_me:7504: checking for $ac_func" >&5
7187echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7505echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7188if eval "test \"\${$as_ac_var+set}\" = set"; then 7506if eval "test \"\${$as_ac_var+set}\" = set"; then
7189 echo $ECHO_N "(cached) $ECHO_C" >&6 7507 echo $ECHO_N "(cached) $ECHO_C" >&6
7190else 7508else
7191 cat >conftest.$ac_ext <<_ACEOF 7509 cat >conftest.$ac_ext <<_ACEOF
7192#line 7192 "configure" 7510#line 7510 "configure"
7193#include "confdefs.h" 7511#include "confdefs.h"
7194/* System header to define __stub macros and hopefully few prototypes, 7512/* System header to define __stub macros and hopefully few prototypes,
7195 which can conflict with char $ac_func (); below. */ 7513 which can conflict with char $ac_func (); below. */
@@ -7220,16 +7538,16 @@ f = $ac_func;
7220} 7538}
7221_ACEOF 7539_ACEOF
7222rm -f conftest.$ac_objext conftest$ac_exeext 7540rm -f conftest.$ac_objext conftest$ac_exeext
7223if { (eval echo "$as_me:7223: \"$ac_link\"") >&5 7541if { (eval echo "$as_me:7541: \"$ac_link\"") >&5
7224 (eval $ac_link) 2>&5 7542 (eval $ac_link) 2>&5
7225 ac_status=$? 7543 ac_status=$?
7226 echo "$as_me:7226: \$? = $ac_status" >&5 7544 echo "$as_me:7544: \$? = $ac_status" >&5
7227 (exit $ac_status); } && 7545 (exit $ac_status); } &&
7228 { ac_try='test -s conftest$ac_exeext' 7546 { ac_try='test -s conftest$ac_exeext'
7229 { (eval echo "$as_me:7229: \"$ac_try\"") >&5 7547 { (eval echo "$as_me:7547: \"$ac_try\"") >&5
7230 (eval $ac_try) 2>&5 7548 (eval $ac_try) 2>&5
7231 ac_status=$? 7549 ac_status=$?
7232 echo "$as_me:7232: \$? = $ac_status" >&5 7550 echo "$as_me:7550: \$? = $ac_status" >&5
7233 (exit $ac_status); }; }; then 7551 (exit $ac_status); }; }; then
7234 eval "$as_ac_var=yes" 7552 eval "$as_ac_var=yes"
7235else 7553else
@@ -7239,7 +7557,7 @@ eval "$as_ac_var=no"
7239fi 7557fi
7240rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7558rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7241fi 7559fi
7242echo "$as_me:7242: result: `eval echo '${'$as_ac_var'}'`" >&5 7560echo "$as_me:7560: result: `eval echo '${'$as_ac_var'}'`" >&5
7243echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7561echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7244if test `eval echo '${'$as_ac_var'}'` = yes; then 7562if test `eval echo '${'$as_ac_var'}'` = yes; then
7245 cat >>confdefs.h <<EOF 7563 cat >>confdefs.h <<EOF
@@ -7251,13 +7569,13 @@ done
7251 7569
7252fi 7570fi
7253 7571
7254echo "$as_me:7254: checking whether tcsendbreak is declared" >&5 7572echo "$as_me:7572: checking whether tcsendbreak is declared" >&5
7255echo $ECHO_N "checking whether tcsendbreak is declared... $ECHO_C" >&6 7573echo $ECHO_N "checking whether tcsendbreak is declared... $ECHO_C" >&6
7256if test "${ac_cv_have_decl_tcsendbreak+set}" = set; then 7574if test "${ac_cv_have_decl_tcsendbreak+set}" = set; then
7257 echo $ECHO_N "(cached) $ECHO_C" >&6 7575 echo $ECHO_N "(cached) $ECHO_C" >&6
7258else 7576else
7259 cat >conftest.$ac_ext <<_ACEOF 7577 cat >conftest.$ac_ext <<_ACEOF
7260#line 7260 "configure" 7578#line 7578 "configure"
7261#include "confdefs.h" 7579#include "confdefs.h"
7262#include <termios.h> 7580#include <termios.h>
7263 7581
@@ -7273,16 +7591,16 @@ main ()
7273} 7591}
7274_ACEOF 7592_ACEOF
7275rm -f conftest.$ac_objext 7593rm -f conftest.$ac_objext
7276if { (eval echo "$as_me:7276: \"$ac_compile\"") >&5 7594if { (eval echo "$as_me:7594: \"$ac_compile\"") >&5
7277 (eval $ac_compile) 2>&5 7595 (eval $ac_compile) 2>&5
7278 ac_status=$? 7596 ac_status=$?
7279 echo "$as_me:7279: \$? = $ac_status" >&5 7597 echo "$as_me:7597: \$? = $ac_status" >&5
7280 (exit $ac_status); } && 7598 (exit $ac_status); } &&
7281 { ac_try='test -s conftest.$ac_objext' 7599 { ac_try='test -s conftest.$ac_objext'
7282 { (eval echo "$as_me:7282: \"$ac_try\"") >&5 7600 { (eval echo "$as_me:7600: \"$ac_try\"") >&5
7283 (eval $ac_try) 2>&5 7601 (eval $ac_try) 2>&5
7284 ac_status=$? 7602 ac_status=$?
7285 echo "$as_me:7285: \$? = $ac_status" >&5 7603 echo "$as_me:7603: \$? = $ac_status" >&5
7286 (exit $ac_status); }; }; then 7604 (exit $ac_status); }; }; then
7287 ac_cv_have_decl_tcsendbreak=yes 7605 ac_cv_have_decl_tcsendbreak=yes
7288else 7606else
@@ -7292,7 +7610,7 @@ ac_cv_have_decl_tcsendbreak=no
7292fi 7610fi
7293rm -f conftest.$ac_objext conftest.$ac_ext 7611rm -f conftest.$ac_objext conftest.$ac_ext
7294fi 7612fi
7295echo "$as_me:7295: result: $ac_cv_have_decl_tcsendbreak" >&5 7613echo "$as_me:7613: result: $ac_cv_have_decl_tcsendbreak" >&5
7296echo "${ECHO_T}$ac_cv_have_decl_tcsendbreak" >&6 7614echo "${ECHO_T}$ac_cv_have_decl_tcsendbreak" >&6
7297if test $ac_cv_have_decl_tcsendbreak = yes; then 7615if test $ac_cv_have_decl_tcsendbreak = yes; then
7298 cat >>confdefs.h <<\EOF 7616 cat >>confdefs.h <<\EOF
@@ -7304,13 +7622,84 @@ else
7304for ac_func in tcsendbreak 7622for ac_func in tcsendbreak
7305do 7623do
7306as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7624as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7307echo "$as_me:7307: checking for $ac_func" >&5 7625echo "$as_me:7625: checking for $ac_func" >&5
7626echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7627if eval "test \"\${$as_ac_var+set}\" = set"; then
7628 echo $ECHO_N "(cached) $ECHO_C" >&6
7629else
7630 cat >conftest.$ac_ext <<_ACEOF
7631#line 7631 "configure"
7632#include "confdefs.h"
7633/* System header to define __stub macros and hopefully few prototypes,
7634 which can conflict with char $ac_func (); below. */
7635#include <assert.h>
7636/* Override any gcc2 internal prototype to avoid an error. */
7637#ifdef __cplusplus
7638extern "C"
7639#endif
7640/* We use char because int might match the return type of a gcc2
7641 builtin and then its argument prototype would still apply. */
7642char $ac_func ();
7643char (*f) ();
7644
7645int
7646main ()
7647{
7648/* The GNU C library defines this for functions which it implements
7649 to always fail with ENOSYS. Some functions are actually named
7650 something starting with __ and the normal name is an alias. */
7651#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7652choke me
7653#else
7654f = $ac_func;
7655#endif
7656
7657 ;
7658 return 0;
7659}
7660_ACEOF
7661rm -f conftest.$ac_objext conftest$ac_exeext
7662if { (eval echo "$as_me:7662: \"$ac_link\"") >&5
7663 (eval $ac_link) 2>&5
7664 ac_status=$?
7665 echo "$as_me:7665: \$? = $ac_status" >&5
7666 (exit $ac_status); } &&
7667 { ac_try='test -s conftest$ac_exeext'
7668 { (eval echo "$as_me:7668: \"$ac_try\"") >&5
7669 (eval $ac_try) 2>&5
7670 ac_status=$?
7671 echo "$as_me:7671: \$? = $ac_status" >&5
7672 (exit $ac_status); }; }; then
7673 eval "$as_ac_var=yes"
7674else
7675 echo "$as_me: failed program was:" >&5
7676cat conftest.$ac_ext >&5
7677eval "$as_ac_var=no"
7678fi
7679rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7680fi
7681echo "$as_me:7681: result: `eval echo '${'$as_ac_var'}'`" >&5
7682echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7683if test `eval echo '${'$as_ac_var'}'` = yes; then
7684 cat >>confdefs.h <<EOF
7685#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7686EOF
7687
7688fi
7689done
7690
7691fi
7692
7693for ac_func in setresuid
7694do
7695as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7696echo "$as_me:7696: checking for $ac_func" >&5
7308echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7697echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7309if eval "test \"\${$as_ac_var+set}\" = set"; then 7698if eval "test \"\${$as_ac_var+set}\" = set"; then
7310 echo $ECHO_N "(cached) $ECHO_C" >&6 7699 echo $ECHO_N "(cached) $ECHO_C" >&6
7311else 7700else
7312 cat >conftest.$ac_ext <<_ACEOF 7701 cat >conftest.$ac_ext <<_ACEOF
7313#line 7313 "configure" 7702#line 7702 "configure"
7314#include "confdefs.h" 7703#include "confdefs.h"
7315/* System header to define __stub macros and hopefully few prototypes, 7704/* System header to define __stub macros and hopefully few prototypes,
7316 which can conflict with char $ac_func (); below. */ 7705 which can conflict with char $ac_func (); below. */
@@ -7341,16 +7730,16 @@ f = $ac_func;
7341} 7730}
7342_ACEOF 7731_ACEOF
7343rm -f conftest.$ac_objext conftest$ac_exeext 7732rm -f conftest.$ac_objext conftest$ac_exeext
7344if { (eval echo "$as_me:7344: \"$ac_link\"") >&5 7733if { (eval echo "$as_me:7733: \"$ac_link\"") >&5
7345 (eval $ac_link) 2>&5 7734 (eval $ac_link) 2>&5
7346 ac_status=$? 7735 ac_status=$?
7347 echo "$as_me:7347: \$? = $ac_status" >&5 7736 echo "$as_me:7736: \$? = $ac_status" >&5
7348 (exit $ac_status); } && 7737 (exit $ac_status); } &&
7349 { ac_try='test -s conftest$ac_exeext' 7738 { ac_try='test -s conftest$ac_exeext'
7350 { (eval echo "$as_me:7350: \"$ac_try\"") >&5 7739 { (eval echo "$as_me:7739: \"$ac_try\"") >&5
7351 (eval $ac_try) 2>&5 7740 (eval $ac_try) 2>&5
7352 ac_status=$? 7741 ac_status=$?
7353 echo "$as_me:7353: \$? = $ac_status" >&5 7742 echo "$as_me:7742: \$? = $ac_status" >&5
7354 (exit $ac_status); }; }; then 7743 (exit $ac_status); }; }; then
7355 eval "$as_ac_var=yes" 7744 eval "$as_ac_var=yes"
7356else 7745else
@@ -7360,28 +7749,183 @@ eval "$as_ac_var=no"
7360fi 7749fi
7361rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7750rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7362fi 7751fi
7363echo "$as_me:7363: result: `eval echo '${'$as_ac_var'}'`" >&5 7752echo "$as_me:7752: result: `eval echo '${'$as_ac_var'}'`" >&5
7364echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7753echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7365if test `eval echo '${'$as_ac_var'}'` = yes; then 7754if test `eval echo '${'$as_ac_var'}'` = yes; then
7366 cat >>confdefs.h <<EOF 7755 cat >>confdefs.h <<EOF
7367#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 7756#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7368EOF 7757EOF
7369 7758
7759 echo "$as_me:7759: checking if setresuid seems to work" >&5
7760echo $ECHO_N "checking if setresuid seems to work... $ECHO_C" >&6
7761 if test "$cross_compiling" = yes; then
7762 { { echo "$as_me:7762: error: cannot run test program while cross compiling" >&5
7763echo "$as_me: error: cannot run test program while cross compiling" >&2;}
7764 { (exit 1); exit 1; }; }
7765else
7766 cat >conftest.$ac_ext <<_ACEOF
7767#line 7767 "configure"
7768#include "confdefs.h"
7769
7770#include <stdlib.h>
7771#include <errno.h>
7772int main(){errno=0; setresuid(0,0,0); if (errno==ENOSYS) exit(1); else exit(0);}
7773
7774_ACEOF
7775rm -f conftest$ac_exeext
7776if { (eval echo "$as_me:7776: \"$ac_link\"") >&5
7777 (eval $ac_link) 2>&5
7778 ac_status=$?
7779 echo "$as_me:7779: \$? = $ac_status" >&5
7780 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7781 { (eval echo "$as_me:7781: \"$ac_try\"") >&5
7782 (eval $ac_try) 2>&5
7783 ac_status=$?
7784 echo "$as_me:7784: \$? = $ac_status" >&5
7785 (exit $ac_status); }; }; then
7786 echo "$as_me:7786: result: yes" >&5
7787echo "${ECHO_T}yes" >&6
7788else
7789 echo "$as_me: program exited with status $ac_status" >&5
7790echo "$as_me: failed program was:" >&5
7791cat conftest.$ac_ext >&5
7792cat >>confdefs.h <<\EOF
7793#define BROKEN_SETRESUID 1
7794EOF
7795
7796 echo "$as_me:7796: result: not implemented" >&5
7797echo "${ECHO_T}not implemented" >&6
7798
7799fi
7800rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7801fi
7802
7370fi 7803fi
7371done 7804done
7372 7805
7806for ac_func in setresgid
7807do
7808as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7809echo "$as_me:7809: checking for $ac_func" >&5
7810echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7811if eval "test \"\${$as_ac_var+set}\" = set"; then
7812 echo $ECHO_N "(cached) $ECHO_C" >&6
7813else
7814 cat >conftest.$ac_ext <<_ACEOF
7815#line 7815 "configure"
7816#include "confdefs.h"
7817/* System header to define __stub macros and hopefully few prototypes,
7818 which can conflict with char $ac_func (); below. */
7819#include <assert.h>
7820/* Override any gcc2 internal prototype to avoid an error. */
7821#ifdef __cplusplus
7822extern "C"
7823#endif
7824/* We use char because int might match the return type of a gcc2
7825 builtin and then its argument prototype would still apply. */
7826char $ac_func ();
7827char (*f) ();
7828
7829int
7830main ()
7831{
7832/* The GNU C library defines this for functions which it implements
7833 to always fail with ENOSYS. Some functions are actually named
7834 something starting with __ and the normal name is an alias. */
7835#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7836choke me
7837#else
7838f = $ac_func;
7839#endif
7840
7841 ;
7842 return 0;
7843}
7844_ACEOF
7845rm -f conftest.$ac_objext conftest$ac_exeext
7846if { (eval echo "$as_me:7846: \"$ac_link\"") >&5
7847 (eval $ac_link) 2>&5
7848 ac_status=$?
7849 echo "$as_me:7849: \$? = $ac_status" >&5
7850 (exit $ac_status); } &&
7851 { ac_try='test -s conftest$ac_exeext'
7852 { (eval echo "$as_me:7852: \"$ac_try\"") >&5
7853 (eval $ac_try) 2>&5
7854 ac_status=$?
7855 echo "$as_me:7855: \$? = $ac_status" >&5
7856 (exit $ac_status); }; }; then
7857 eval "$as_ac_var=yes"
7858else
7859 echo "$as_me: failed program was:" >&5
7860cat conftest.$ac_ext >&5
7861eval "$as_ac_var=no"
7862fi
7863rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7864fi
7865echo "$as_me:7865: result: `eval echo '${'$as_ac_var'}'`" >&5
7866echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7867if test `eval echo '${'$as_ac_var'}'` = yes; then
7868 cat >>confdefs.h <<EOF
7869#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7870EOF
7871
7872 echo "$as_me:7872: checking if setresgid seems to work" >&5
7873echo $ECHO_N "checking if setresgid seems to work... $ECHO_C" >&6
7874 if test "$cross_compiling" = yes; then
7875 { { echo "$as_me:7875: error: cannot run test program while cross compiling" >&5
7876echo "$as_me: error: cannot run test program while cross compiling" >&2;}
7877 { (exit 1); exit 1; }; }
7878else
7879 cat >conftest.$ac_ext <<_ACEOF
7880#line 7880 "configure"
7881#include "confdefs.h"
7882
7883#include <stdlib.h>
7884#include <errno.h>
7885int main(){errno=0; setresgid(0,0,0); if (errno==ENOSYS) exit(1); else exit(0);}
7886
7887_ACEOF
7888rm -f conftest$ac_exeext
7889if { (eval echo "$as_me:7889: \"$ac_link\"") >&5
7890 (eval $ac_link) 2>&5
7891 ac_status=$?
7892 echo "$as_me:7892: \$? = $ac_status" >&5
7893 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7894 { (eval echo "$as_me:7894: \"$ac_try\"") >&5
7895 (eval $ac_try) 2>&5
7896 ac_status=$?
7897 echo "$as_me:7897: \$? = $ac_status" >&5
7898 (exit $ac_status); }; }; then
7899 echo "$as_me:7899: result: yes" >&5
7900echo "${ECHO_T}yes" >&6
7901else
7902 echo "$as_me: program exited with status $ac_status" >&5
7903echo "$as_me: failed program was:" >&5
7904cat conftest.$ac_ext >&5
7905cat >>confdefs.h <<\EOF
7906#define BROKEN_SETRESGID 1
7907EOF
7908
7909 echo "$as_me:7909: result: not implemented" >&5
7910echo "${ECHO_T}not implemented" >&6
7911
7912fi
7913rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7373fi 7914fi
7374 7915
7916fi
7917done
7918
7375for ac_func in gettimeofday time 7919for ac_func in gettimeofday time
7376do 7920do
7377as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7921as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7378echo "$as_me:7378: checking for $ac_func" >&5 7922echo "$as_me:7922: checking for $ac_func" >&5
7379echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7923echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7380if eval "test \"\${$as_ac_var+set}\" = set"; then 7924if eval "test \"\${$as_ac_var+set}\" = set"; then
7381 echo $ECHO_N "(cached) $ECHO_C" >&6 7925 echo $ECHO_N "(cached) $ECHO_C" >&6
7382else 7926else
7383 cat >conftest.$ac_ext <<_ACEOF 7927 cat >conftest.$ac_ext <<_ACEOF
7384#line 7384 "configure" 7928#line 7928 "configure"
7385#include "confdefs.h" 7929#include "confdefs.h"
7386/* System header to define __stub macros and hopefully few prototypes, 7930/* System header to define __stub macros and hopefully few prototypes,
7387 which can conflict with char $ac_func (); below. */ 7931 which can conflict with char $ac_func (); below. */
@@ -7412,16 +7956,16 @@ f = $ac_func;
7412} 7956}
7413_ACEOF 7957_ACEOF
7414rm -f conftest.$ac_objext conftest$ac_exeext 7958rm -f conftest.$ac_objext conftest$ac_exeext
7415if { (eval echo "$as_me:7415: \"$ac_link\"") >&5 7959if { (eval echo "$as_me:7959: \"$ac_link\"") >&5
7416 (eval $ac_link) 2>&5 7960 (eval $ac_link) 2>&5
7417 ac_status=$? 7961 ac_status=$?
7418 echo "$as_me:7418: \$? = $ac_status" >&5 7962 echo "$as_me:7962: \$? = $ac_status" >&5
7419 (exit $ac_status); } && 7963 (exit $ac_status); } &&
7420 { ac_try='test -s conftest$ac_exeext' 7964 { ac_try='test -s conftest$ac_exeext'
7421 { (eval echo "$as_me:7421: \"$ac_try\"") >&5 7965 { (eval echo "$as_me:7965: \"$ac_try\"") >&5
7422 (eval $ac_try) 2>&5 7966 (eval $ac_try) 2>&5
7423 ac_status=$? 7967 ac_status=$?
7424 echo "$as_me:7424: \$? = $ac_status" >&5 7968 echo "$as_me:7968: \$? = $ac_status" >&5
7425 (exit $ac_status); }; }; then 7969 (exit $ac_status); }; }; then
7426 eval "$as_ac_var=yes" 7970 eval "$as_ac_var=yes"
7427else 7971else
@@ -7431,7 +7975,7 @@ eval "$as_ac_var=no"
7431fi 7975fi
7432rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7976rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7433fi 7977fi
7434echo "$as_me:7434: result: `eval echo '${'$as_ac_var'}'`" >&5 7978echo "$as_me:7978: result: `eval echo '${'$as_ac_var'}'`" >&5
7435echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7979echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7436if test `eval echo '${'$as_ac_var'}'` = yes; then 7980if test `eval echo '${'$as_ac_var'}'` = yes; then
7437 cat >>confdefs.h <<EOF 7981 cat >>confdefs.h <<EOF
@@ -7444,13 +7988,13 @@ done
7444for ac_func in endutent getutent getutid getutline pututline setutent 7988for ac_func in endutent getutent getutid getutline pututline setutent
7445do 7989do
7446as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7990as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7447echo "$as_me:7447: checking for $ac_func" >&5 7991echo "$as_me:7991: checking for $ac_func" >&5
7448echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7992echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7449if eval "test \"\${$as_ac_var+set}\" = set"; then 7993if eval "test \"\${$as_ac_var+set}\" = set"; then
7450 echo $ECHO_N "(cached) $ECHO_C" >&6 7994 echo $ECHO_N "(cached) $ECHO_C" >&6
7451else 7995else
7452 cat >conftest.$ac_ext <<_ACEOF 7996 cat >conftest.$ac_ext <<_ACEOF
7453#line 7453 "configure" 7997#line 7997 "configure"
7454#include "confdefs.h" 7998#include "confdefs.h"
7455/* System header to define __stub macros and hopefully few prototypes, 7999/* System header to define __stub macros and hopefully few prototypes,
7456 which can conflict with char $ac_func (); below. */ 8000 which can conflict with char $ac_func (); below. */
@@ -7481,16 +8025,16 @@ f = $ac_func;
7481} 8025}
7482_ACEOF 8026_ACEOF
7483rm -f conftest.$ac_objext conftest$ac_exeext 8027rm -f conftest.$ac_objext conftest$ac_exeext
7484if { (eval echo "$as_me:7484: \"$ac_link\"") >&5 8028if { (eval echo "$as_me:8028: \"$ac_link\"") >&5
7485 (eval $ac_link) 2>&5 8029 (eval $ac_link) 2>&5
7486 ac_status=$? 8030 ac_status=$?
7487 echo "$as_me:7487: \$? = $ac_status" >&5 8031 echo "$as_me:8031: \$? = $ac_status" >&5
7488 (exit $ac_status); } && 8032 (exit $ac_status); } &&
7489 { ac_try='test -s conftest$ac_exeext' 8033 { ac_try='test -s conftest$ac_exeext'
7490 { (eval echo "$as_me:7490: \"$ac_try\"") >&5 8034 { (eval echo "$as_me:8034: \"$ac_try\"") >&5
7491 (eval $ac_try) 2>&5 8035 (eval $ac_try) 2>&5
7492 ac_status=$? 8036 ac_status=$?
7493 echo "$as_me:7493: \$? = $ac_status" >&5 8037 echo "$as_me:8037: \$? = $ac_status" >&5
7494 (exit $ac_status); }; }; then 8038 (exit $ac_status); }; }; then
7495 eval "$as_ac_var=yes" 8039 eval "$as_ac_var=yes"
7496else 8040else
@@ -7500,7 +8044,7 @@ eval "$as_ac_var=no"
7500fi 8044fi
7501rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8045rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7502fi 8046fi
7503echo "$as_me:7503: result: `eval echo '${'$as_ac_var'}'`" >&5 8047echo "$as_me:8047: result: `eval echo '${'$as_ac_var'}'`" >&5
7504echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8048echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7505if test `eval echo '${'$as_ac_var'}'` = yes; then 8049if test `eval echo '${'$as_ac_var'}'` = yes; then
7506 cat >>confdefs.h <<EOF 8050 cat >>confdefs.h <<EOF
@@ -7513,13 +8057,13 @@ done
7513for ac_func in utmpname 8057for ac_func in utmpname
7514do 8058do
7515as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8059as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7516echo "$as_me:7516: checking for $ac_func" >&5 8060echo "$as_me:8060: checking for $ac_func" >&5
7517echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8061echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7518if eval "test \"\${$as_ac_var+set}\" = set"; then 8062if eval "test \"\${$as_ac_var+set}\" = set"; then
7519 echo $ECHO_N "(cached) $ECHO_C" >&6 8063 echo $ECHO_N "(cached) $ECHO_C" >&6
7520else 8064else
7521 cat >conftest.$ac_ext <<_ACEOF 8065 cat >conftest.$ac_ext <<_ACEOF
7522#line 7522 "configure" 8066#line 8066 "configure"
7523#include "confdefs.h" 8067#include "confdefs.h"
7524/* System header to define __stub macros and hopefully few prototypes, 8068/* System header to define __stub macros and hopefully few prototypes,
7525 which can conflict with char $ac_func (); below. */ 8069 which can conflict with char $ac_func (); below. */
@@ -7550,16 +8094,16 @@ f = $ac_func;
7550} 8094}
7551_ACEOF 8095_ACEOF
7552rm -f conftest.$ac_objext conftest$ac_exeext 8096rm -f conftest.$ac_objext conftest$ac_exeext
7553if { (eval echo "$as_me:7553: \"$ac_link\"") >&5 8097if { (eval echo "$as_me:8097: \"$ac_link\"") >&5
7554 (eval $ac_link) 2>&5 8098 (eval $ac_link) 2>&5
7555 ac_status=$? 8099 ac_status=$?
7556 echo "$as_me:7556: \$? = $ac_status" >&5 8100 echo "$as_me:8100: \$? = $ac_status" >&5
7557 (exit $ac_status); } && 8101 (exit $ac_status); } &&
7558 { ac_try='test -s conftest$ac_exeext' 8102 { ac_try='test -s conftest$ac_exeext'
7559 { (eval echo "$as_me:7559: \"$ac_try\"") >&5 8103 { (eval echo "$as_me:8103: \"$ac_try\"") >&5
7560 (eval $ac_try) 2>&5 8104 (eval $ac_try) 2>&5
7561 ac_status=$? 8105 ac_status=$?
7562 echo "$as_me:7562: \$? = $ac_status" >&5 8106 echo "$as_me:8106: \$? = $ac_status" >&5
7563 (exit $ac_status); }; }; then 8107 (exit $ac_status); }; }; then
7564 eval "$as_ac_var=yes" 8108 eval "$as_ac_var=yes"
7565else 8109else
@@ -7569,7 +8113,7 @@ eval "$as_ac_var=no"
7569fi 8113fi
7570rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8114rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7571fi 8115fi
7572echo "$as_me:7572: result: `eval echo '${'$as_ac_var'}'`" >&5 8116echo "$as_me:8116: result: `eval echo '${'$as_ac_var'}'`" >&5
7573echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8117echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7574if test `eval echo '${'$as_ac_var'}'` = yes; then 8118if test `eval echo '${'$as_ac_var'}'` = yes; then
7575 cat >>confdefs.h <<EOF 8119 cat >>confdefs.h <<EOF
@@ -7582,13 +8126,13 @@ done
7582for ac_func in endutxent getutxent getutxid getutxline pututxline 8126for ac_func in endutxent getutxent getutxid getutxline pututxline
7583do 8127do
7584as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8128as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7585echo "$as_me:7585: checking for $ac_func" >&5 8129echo "$as_me:8129: checking for $ac_func" >&5
7586echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8130echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7587if eval "test \"\${$as_ac_var+set}\" = set"; then 8131if eval "test \"\${$as_ac_var+set}\" = set"; then
7588 echo $ECHO_N "(cached) $ECHO_C" >&6 8132 echo $ECHO_N "(cached) $ECHO_C" >&6
7589else 8133else
7590 cat >conftest.$ac_ext <<_ACEOF 8134 cat >conftest.$ac_ext <<_ACEOF
7591#line 7591 "configure" 8135#line 8135 "configure"
7592#include "confdefs.h" 8136#include "confdefs.h"
7593/* System header to define __stub macros and hopefully few prototypes, 8137/* System header to define __stub macros and hopefully few prototypes,
7594 which can conflict with char $ac_func (); below. */ 8138 which can conflict with char $ac_func (); below. */
@@ -7619,16 +8163,16 @@ f = $ac_func;
7619} 8163}
7620_ACEOF 8164_ACEOF
7621rm -f conftest.$ac_objext conftest$ac_exeext 8165rm -f conftest.$ac_objext conftest$ac_exeext
7622if { (eval echo "$as_me:7622: \"$ac_link\"") >&5 8166if { (eval echo "$as_me:8166: \"$ac_link\"") >&5
7623 (eval $ac_link) 2>&5 8167 (eval $ac_link) 2>&5
7624 ac_status=$? 8168 ac_status=$?
7625 echo "$as_me:7625: \$? = $ac_status" >&5 8169 echo "$as_me:8169: \$? = $ac_status" >&5
7626 (exit $ac_status); } && 8170 (exit $ac_status); } &&
7627 { ac_try='test -s conftest$ac_exeext' 8171 { ac_try='test -s conftest$ac_exeext'
7628 { (eval echo "$as_me:7628: \"$ac_try\"") >&5 8172 { (eval echo "$as_me:8172: \"$ac_try\"") >&5
7629 (eval $ac_try) 2>&5 8173 (eval $ac_try) 2>&5
7630 ac_status=$? 8174 ac_status=$?
7631 echo "$as_me:7631: \$? = $ac_status" >&5 8175 echo "$as_me:8175: \$? = $ac_status" >&5
7632 (exit $ac_status); }; }; then 8176 (exit $ac_status); }; }; then
7633 eval "$as_ac_var=yes" 8177 eval "$as_ac_var=yes"
7634else 8178else
@@ -7638,7 +8182,7 @@ eval "$as_ac_var=no"
7638fi 8182fi
7639rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8183rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7640fi 8184fi
7641echo "$as_me:7641: result: `eval echo '${'$as_ac_var'}'`" >&5 8185echo "$as_me:8185: result: `eval echo '${'$as_ac_var'}'`" >&5
7642echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8186echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7643if test `eval echo '${'$as_ac_var'}'` = yes; then 8187if test `eval echo '${'$as_ac_var'}'` = yes; then
7644 cat >>confdefs.h <<EOF 8188 cat >>confdefs.h <<EOF
@@ -7651,13 +8195,13 @@ done
7651for ac_func in setutxent utmpxname 8195for ac_func in setutxent utmpxname
7652do 8196do
7653as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8197as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7654echo "$as_me:7654: checking for $ac_func" >&5 8198echo "$as_me:8198: checking for $ac_func" >&5
7655echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8199echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7656if eval "test \"\${$as_ac_var+set}\" = set"; then 8200if eval "test \"\${$as_ac_var+set}\" = set"; then
7657 echo $ECHO_N "(cached) $ECHO_C" >&6 8201 echo $ECHO_N "(cached) $ECHO_C" >&6
7658else 8202else
7659 cat >conftest.$ac_ext <<_ACEOF 8203 cat >conftest.$ac_ext <<_ACEOF
7660#line 7660 "configure" 8204#line 8204 "configure"
7661#include "confdefs.h" 8205#include "confdefs.h"
7662/* System header to define __stub macros and hopefully few prototypes, 8206/* System header to define __stub macros and hopefully few prototypes,
7663 which can conflict with char $ac_func (); below. */ 8207 which can conflict with char $ac_func (); below. */
@@ -7688,16 +8232,16 @@ f = $ac_func;
7688} 8232}
7689_ACEOF 8233_ACEOF
7690rm -f conftest.$ac_objext conftest$ac_exeext 8234rm -f conftest.$ac_objext conftest$ac_exeext
7691if { (eval echo "$as_me:7691: \"$ac_link\"") >&5 8235if { (eval echo "$as_me:8235: \"$ac_link\"") >&5
7692 (eval $ac_link) 2>&5 8236 (eval $ac_link) 2>&5
7693 ac_status=$? 8237 ac_status=$?
7694 echo "$as_me:7694: \$? = $ac_status" >&5 8238 echo "$as_me:8238: \$? = $ac_status" >&5
7695 (exit $ac_status); } && 8239 (exit $ac_status); } &&
7696 { ac_try='test -s conftest$ac_exeext' 8240 { ac_try='test -s conftest$ac_exeext'
7697 { (eval echo "$as_me:7697: \"$ac_try\"") >&5 8241 { (eval echo "$as_me:8241: \"$ac_try\"") >&5
7698 (eval $ac_try) 2>&5 8242 (eval $ac_try) 2>&5
7699 ac_status=$? 8243 ac_status=$?
7700 echo "$as_me:7700: \$? = $ac_status" >&5 8244 echo "$as_me:8244: \$? = $ac_status" >&5
7701 (exit $ac_status); }; }; then 8245 (exit $ac_status); }; }; then
7702 eval "$as_ac_var=yes" 8246 eval "$as_ac_var=yes"
7703else 8247else
@@ -7707,7 +8251,7 @@ eval "$as_ac_var=no"
7707fi 8251fi
7708rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8252rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7709fi 8253fi
7710echo "$as_me:7710: result: `eval echo '${'$as_ac_var'}'`" >&5 8254echo "$as_me:8254: result: `eval echo '${'$as_ac_var'}'`" >&5
7711echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8255echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7712if test `eval echo '${'$as_ac_var'}'` = yes; then 8256if test `eval echo '${'$as_ac_var'}'` = yes; then
7713 cat >>confdefs.h <<EOF 8257 cat >>confdefs.h <<EOF
@@ -7717,13 +8261,13 @@ EOF
7717fi 8261fi
7718done 8262done
7719 8263
7720echo "$as_me:7720: checking for daemon" >&5 8264echo "$as_me:8264: checking for daemon" >&5
7721echo $ECHO_N "checking for daemon... $ECHO_C" >&6 8265echo $ECHO_N "checking for daemon... $ECHO_C" >&6
7722if test "${ac_cv_func_daemon+set}" = set; then 8266if test "${ac_cv_func_daemon+set}" = set; then
7723 echo $ECHO_N "(cached) $ECHO_C" >&6 8267 echo $ECHO_N "(cached) $ECHO_C" >&6
7724else 8268else
7725 cat >conftest.$ac_ext <<_ACEOF 8269 cat >conftest.$ac_ext <<_ACEOF
7726#line 7726 "configure" 8270#line 8270 "configure"
7727#include "confdefs.h" 8271#include "confdefs.h"
7728/* System header to define __stub macros and hopefully few prototypes, 8272/* System header to define __stub macros and hopefully few prototypes,
7729 which can conflict with char daemon (); below. */ 8273 which can conflict with char daemon (); below. */
@@ -7754,16 +8298,16 @@ f = daemon;
7754} 8298}
7755_ACEOF 8299_ACEOF
7756rm -f conftest.$ac_objext conftest$ac_exeext 8300rm -f conftest.$ac_objext conftest$ac_exeext
7757if { (eval echo "$as_me:7757: \"$ac_link\"") >&5 8301if { (eval echo "$as_me:8301: \"$ac_link\"") >&5
7758 (eval $ac_link) 2>&5 8302 (eval $ac_link) 2>&5
7759 ac_status=$? 8303 ac_status=$?
7760 echo "$as_me:7760: \$? = $ac_status" >&5 8304 echo "$as_me:8304: \$? = $ac_status" >&5
7761 (exit $ac_status); } && 8305 (exit $ac_status); } &&
7762 { ac_try='test -s conftest$ac_exeext' 8306 { ac_try='test -s conftest$ac_exeext'
7763 { (eval echo "$as_me:7763: \"$ac_try\"") >&5 8307 { (eval echo "$as_me:8307: \"$ac_try\"") >&5
7764 (eval $ac_try) 2>&5 8308 (eval $ac_try) 2>&5
7765 ac_status=$? 8309 ac_status=$?
7766 echo "$as_me:7766: \$? = $ac_status" >&5 8310 echo "$as_me:8310: \$? = $ac_status" >&5
7767 (exit $ac_status); }; }; then 8311 (exit $ac_status); }; }; then
7768 ac_cv_func_daemon=yes 8312 ac_cv_func_daemon=yes
7769else 8313else
@@ -7773,7 +8317,7 @@ ac_cv_func_daemon=no
7773fi 8317fi
7774rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8318rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7775fi 8319fi
7776echo "$as_me:7776: result: $ac_cv_func_daemon" >&5 8320echo "$as_me:8320: result: $ac_cv_func_daemon" >&5
7777echo "${ECHO_T}$ac_cv_func_daemon" >&6 8321echo "${ECHO_T}$ac_cv_func_daemon" >&6
7778if test $ac_cv_func_daemon = yes; then 8322if test $ac_cv_func_daemon = yes; then
7779 cat >>confdefs.h <<\EOF 8323 cat >>confdefs.h <<\EOF
@@ -7781,7 +8325,7 @@ if test $ac_cv_func_daemon = yes; then
7781EOF 8325EOF
7782 8326
7783else 8327else
7784 echo "$as_me:7784: checking for daemon in -lbsd" >&5 8328 echo "$as_me:8328: checking for daemon in -lbsd" >&5
7785echo $ECHO_N "checking for daemon in -lbsd... $ECHO_C" >&6 8329echo $ECHO_N "checking for daemon in -lbsd... $ECHO_C" >&6
7786if test "${ac_cv_lib_bsd_daemon+set}" = set; then 8330if test "${ac_cv_lib_bsd_daemon+set}" = set; then
7787 echo $ECHO_N "(cached) $ECHO_C" >&6 8331 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7789,7 +8333,7 @@ else
7789 ac_check_lib_save_LIBS=$LIBS 8333 ac_check_lib_save_LIBS=$LIBS
7790LIBS="-lbsd $LIBS" 8334LIBS="-lbsd $LIBS"
7791cat >conftest.$ac_ext <<_ACEOF 8335cat >conftest.$ac_ext <<_ACEOF
7792#line 7792 "configure" 8336#line 8336 "configure"
7793#include "confdefs.h" 8337#include "confdefs.h"
7794 8338
7795/* Override any gcc2 internal prototype to avoid an error. */ 8339/* Override any gcc2 internal prototype to avoid an error. */
@@ -7808,16 +8352,16 @@ daemon ();
7808} 8352}
7809_ACEOF 8353_ACEOF
7810rm -f conftest.$ac_objext conftest$ac_exeext 8354rm -f conftest.$ac_objext conftest$ac_exeext
7811if { (eval echo "$as_me:7811: \"$ac_link\"") >&5 8355if { (eval echo "$as_me:8355: \"$ac_link\"") >&5
7812 (eval $ac_link) 2>&5 8356 (eval $ac_link) 2>&5
7813 ac_status=$? 8357 ac_status=$?
7814 echo "$as_me:7814: \$? = $ac_status" >&5 8358 echo "$as_me:8358: \$? = $ac_status" >&5
7815 (exit $ac_status); } && 8359 (exit $ac_status); } &&
7816 { ac_try='test -s conftest$ac_exeext' 8360 { ac_try='test -s conftest$ac_exeext'
7817 { (eval echo "$as_me:7817: \"$ac_try\"") >&5 8361 { (eval echo "$as_me:8361: \"$ac_try\"") >&5
7818 (eval $ac_try) 2>&5 8362 (eval $ac_try) 2>&5
7819 ac_status=$? 8363 ac_status=$?
7820 echo "$as_me:7820: \$? = $ac_status" >&5 8364 echo "$as_me:8364: \$? = $ac_status" >&5
7821 (exit $ac_status); }; }; then 8365 (exit $ac_status); }; }; then
7822 ac_cv_lib_bsd_daemon=yes 8366 ac_cv_lib_bsd_daemon=yes
7823else 8367else
@@ -7828,7 +8372,7 @@ fi
7828rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8372rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7829LIBS=$ac_check_lib_save_LIBS 8373LIBS=$ac_check_lib_save_LIBS
7830fi 8374fi
7831echo "$as_me:7831: result: $ac_cv_lib_bsd_daemon" >&5 8375echo "$as_me:8375: result: $ac_cv_lib_bsd_daemon" >&5
7832echo "${ECHO_T}$ac_cv_lib_bsd_daemon" >&6 8376echo "${ECHO_T}$ac_cv_lib_bsd_daemon" >&6
7833if test $ac_cv_lib_bsd_daemon = yes; then 8377if test $ac_cv_lib_bsd_daemon = yes; then
7834 LIBS="$LIBS -lbsd"; cat >>confdefs.h <<\EOF 8378 LIBS="$LIBS -lbsd"; cat >>confdefs.h <<\EOF
@@ -7839,13 +8383,13 @@ fi
7839 8383
7840fi 8384fi
7841 8385
7842echo "$as_me:7842: checking for getpagesize" >&5 8386echo "$as_me:8386: checking for getpagesize" >&5
7843echo $ECHO_N "checking for getpagesize... $ECHO_C" >&6 8387echo $ECHO_N "checking for getpagesize... $ECHO_C" >&6
7844if test "${ac_cv_func_getpagesize+set}" = set; then 8388if test "${ac_cv_func_getpagesize+set}" = set; then
7845 echo $ECHO_N "(cached) $ECHO_C" >&6 8389 echo $ECHO_N "(cached) $ECHO_C" >&6
7846else 8390else
7847 cat >conftest.$ac_ext <<_ACEOF 8391 cat >conftest.$ac_ext <<_ACEOF
7848#line 7848 "configure" 8392#line 8392 "configure"
7849#include "confdefs.h" 8393#include "confdefs.h"
7850/* System header to define __stub macros and hopefully few prototypes, 8394/* System header to define __stub macros and hopefully few prototypes,
7851 which can conflict with char getpagesize (); below. */ 8395 which can conflict with char getpagesize (); below. */
@@ -7876,16 +8420,16 @@ f = getpagesize;
7876} 8420}
7877_ACEOF 8421_ACEOF
7878rm -f conftest.$ac_objext conftest$ac_exeext 8422rm -f conftest.$ac_objext conftest$ac_exeext
7879if { (eval echo "$as_me:7879: \"$ac_link\"") >&5 8423if { (eval echo "$as_me:8423: \"$ac_link\"") >&5
7880 (eval $ac_link) 2>&5 8424 (eval $ac_link) 2>&5
7881 ac_status=$? 8425 ac_status=$?
7882 echo "$as_me:7882: \$? = $ac_status" >&5 8426 echo "$as_me:8426: \$? = $ac_status" >&5
7883 (exit $ac_status); } && 8427 (exit $ac_status); } &&
7884 { ac_try='test -s conftest$ac_exeext' 8428 { ac_try='test -s conftest$ac_exeext'
7885 { (eval echo "$as_me:7885: \"$ac_try\"") >&5 8429 { (eval echo "$as_me:8429: \"$ac_try\"") >&5
7886 (eval $ac_try) 2>&5 8430 (eval $ac_try) 2>&5
7887 ac_status=$? 8431 ac_status=$?
7888 echo "$as_me:7888: \$? = $ac_status" >&5 8432 echo "$as_me:8432: \$? = $ac_status" >&5
7889 (exit $ac_status); }; }; then 8433 (exit $ac_status); }; }; then
7890 ac_cv_func_getpagesize=yes 8434 ac_cv_func_getpagesize=yes
7891else 8435else
@@ -7895,7 +8439,7 @@ ac_cv_func_getpagesize=no
7895fi 8439fi
7896rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8440rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7897fi 8441fi
7898echo "$as_me:7898: result: $ac_cv_func_getpagesize" >&5 8442echo "$as_me:8442: result: $ac_cv_func_getpagesize" >&5
7899echo "${ECHO_T}$ac_cv_func_getpagesize" >&6 8443echo "${ECHO_T}$ac_cv_func_getpagesize" >&6
7900if test $ac_cv_func_getpagesize = yes; then 8444if test $ac_cv_func_getpagesize = yes; then
7901 cat >>confdefs.h <<\EOF 8445 cat >>confdefs.h <<\EOF
@@ -7903,7 +8447,7 @@ if test $ac_cv_func_getpagesize = yes; then
7903EOF 8447EOF
7904 8448
7905else 8449else
7906 echo "$as_me:7906: checking for getpagesize in -lucb" >&5 8450 echo "$as_me:8450: checking for getpagesize in -lucb" >&5
7907echo $ECHO_N "checking for getpagesize in -lucb... $ECHO_C" >&6 8451echo $ECHO_N "checking for getpagesize in -lucb... $ECHO_C" >&6
7908if test "${ac_cv_lib_ucb_getpagesize+set}" = set; then 8452if test "${ac_cv_lib_ucb_getpagesize+set}" = set; then
7909 echo $ECHO_N "(cached) $ECHO_C" >&6 8453 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7911,7 +8455,7 @@ else
7911 ac_check_lib_save_LIBS=$LIBS 8455 ac_check_lib_save_LIBS=$LIBS
7912LIBS="-lucb $LIBS" 8456LIBS="-lucb $LIBS"
7913cat >conftest.$ac_ext <<_ACEOF 8457cat >conftest.$ac_ext <<_ACEOF
7914#line 7914 "configure" 8458#line 8458 "configure"
7915#include "confdefs.h" 8459#include "confdefs.h"
7916 8460
7917/* Override any gcc2 internal prototype to avoid an error. */ 8461/* Override any gcc2 internal prototype to avoid an error. */
@@ -7930,16 +8474,16 @@ getpagesize ();
7930} 8474}
7931_ACEOF 8475_ACEOF
7932rm -f conftest.$ac_objext conftest$ac_exeext 8476rm -f conftest.$ac_objext conftest$ac_exeext
7933if { (eval echo "$as_me:7933: \"$ac_link\"") >&5 8477if { (eval echo "$as_me:8477: \"$ac_link\"") >&5
7934 (eval $ac_link) 2>&5 8478 (eval $ac_link) 2>&5
7935 ac_status=$? 8479 ac_status=$?
7936 echo "$as_me:7936: \$? = $ac_status" >&5 8480 echo "$as_me:8480: \$? = $ac_status" >&5
7937 (exit $ac_status); } && 8481 (exit $ac_status); } &&
7938 { ac_try='test -s conftest$ac_exeext' 8482 { ac_try='test -s conftest$ac_exeext'
7939 { (eval echo "$as_me:7939: \"$ac_try\"") >&5 8483 { (eval echo "$as_me:8483: \"$ac_try\"") >&5
7940 (eval $ac_try) 2>&5 8484 (eval $ac_try) 2>&5
7941 ac_status=$? 8485 ac_status=$?
7942 echo "$as_me:7942: \$? = $ac_status" >&5 8486 echo "$as_me:8486: \$? = $ac_status" >&5
7943 (exit $ac_status); }; }; then 8487 (exit $ac_status); }; }; then
7944 ac_cv_lib_ucb_getpagesize=yes 8488 ac_cv_lib_ucb_getpagesize=yes
7945else 8489else
@@ -7950,7 +8494,7 @@ fi
7950rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8494rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7951LIBS=$ac_check_lib_save_LIBS 8495LIBS=$ac_check_lib_save_LIBS
7952fi 8496fi
7953echo "$as_me:7953: result: $ac_cv_lib_ucb_getpagesize" >&5 8497echo "$as_me:8497: result: $ac_cv_lib_ucb_getpagesize" >&5
7954echo "${ECHO_T}$ac_cv_lib_ucb_getpagesize" >&6 8498echo "${ECHO_T}$ac_cv_lib_ucb_getpagesize" >&6
7955if test $ac_cv_lib_ucb_getpagesize = yes; then 8499if test $ac_cv_lib_ucb_getpagesize = yes; then
7956 LIBS="$LIBS -lucb"; cat >>confdefs.h <<\EOF 8500 LIBS="$LIBS -lucb"; cat >>confdefs.h <<\EOF
@@ -7963,15 +8507,15 @@ fi
7963 8507
7964# Check for broken snprintf 8508# Check for broken snprintf
7965if test "x$ac_cv_func_snprintf" = "xyes" ; then 8509if test "x$ac_cv_func_snprintf" = "xyes" ; then
7966 echo "$as_me:7966: checking whether snprintf correctly terminates long strings" >&5 8510 echo "$as_me:8510: checking whether snprintf correctly terminates long strings" >&5
7967echo $ECHO_N "checking whether snprintf correctly terminates long strings... $ECHO_C" >&6 8511echo $ECHO_N "checking whether snprintf correctly terminates long strings... $ECHO_C" >&6
7968 if test "$cross_compiling" = yes; then 8512 if test "$cross_compiling" = yes; then
7969 { { echo "$as_me:7969: error: cannot run test program while cross compiling" >&5 8513 { { echo "$as_me:8513: error: cannot run test program while cross compiling" >&5
7970echo "$as_me: error: cannot run test program while cross compiling" >&2;} 8514echo "$as_me: error: cannot run test program while cross compiling" >&2;}
7971 { (exit 1); exit 1; }; } 8515 { (exit 1); exit 1; }; }
7972else 8516else
7973 cat >conftest.$ac_ext <<_ACEOF 8517 cat >conftest.$ac_ext <<_ACEOF
7974#line 7974 "configure" 8518#line 8518 "configure"
7975#include "confdefs.h" 8519#include "confdefs.h"
7976 8520
7977#include <stdio.h> 8521#include <stdio.h>
@@ -7979,30 +8523,30 @@ int main(void){char b[5];snprintf(b,5,"123456789");exit(b[4]!='\0');}
7979 8523
7980_ACEOF 8524_ACEOF
7981rm -f conftest$ac_exeext 8525rm -f conftest$ac_exeext
7982if { (eval echo "$as_me:7982: \"$ac_link\"") >&5 8526if { (eval echo "$as_me:8526: \"$ac_link\"") >&5
7983 (eval $ac_link) 2>&5 8527 (eval $ac_link) 2>&5
7984 ac_status=$? 8528 ac_status=$?
7985 echo "$as_me:7985: \$? = $ac_status" >&5 8529 echo "$as_me:8529: \$? = $ac_status" >&5
7986 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8530 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7987 { (eval echo "$as_me:7987: \"$ac_try\"") >&5 8531 { (eval echo "$as_me:8531: \"$ac_try\"") >&5
7988 (eval $ac_try) 2>&5 8532 (eval $ac_try) 2>&5
7989 ac_status=$? 8533 ac_status=$?
7990 echo "$as_me:7990: \$? = $ac_status" >&5 8534 echo "$as_me:8534: \$? = $ac_status" >&5
7991 (exit $ac_status); }; }; then 8535 (exit $ac_status); }; }; then
7992 echo "$as_me:7992: result: yes" >&5 8536 echo "$as_me:8536: result: yes" >&5
7993echo "${ECHO_T}yes" >&6 8537echo "${ECHO_T}yes" >&6
7994else 8538else
7995 echo "$as_me: program exited with status $ac_status" >&5 8539 echo "$as_me: program exited with status $ac_status" >&5
7996echo "$as_me: failed program was:" >&5 8540echo "$as_me: failed program was:" >&5
7997cat conftest.$ac_ext >&5 8541cat conftest.$ac_ext >&5
7998 8542
7999 echo "$as_me:7999: result: no" >&5 8543 echo "$as_me:8543: result: no" >&5
8000echo "${ECHO_T}no" >&6 8544echo "${ECHO_T}no" >&6
8001 cat >>confdefs.h <<\EOF 8545 cat >>confdefs.h <<\EOF
8002#define BROKEN_SNPRINTF 1 8546#define BROKEN_SNPRINTF 1
8003EOF 8547EOF
8004 8548
8005 { echo "$as_me:8005: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&5 8549 { echo "$as_me:8549: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&5
8006echo "$as_me: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&2;} 8550echo "$as_me: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&2;}
8007 8551
8008fi 8552fi
@@ -8011,11 +8555,11 @@ fi
8011fi 8555fi
8012 8556
8013if test "x$ac_cv_func_mkdtemp" = "xyes" ; then 8557if test "x$ac_cv_func_mkdtemp" = "xyes" ; then
8014echo "$as_me:8014: checking for (overly) strict mkstemp" >&5 8558echo "$as_me:8558: checking for (overly) strict mkstemp" >&5
8015echo $ECHO_N "checking for (overly) strict mkstemp... $ECHO_C" >&6 8559echo $ECHO_N "checking for (overly) strict mkstemp... $ECHO_C" >&6
8016if test "$cross_compiling" = yes; then 8560if test "$cross_compiling" = yes; then
8017 8561
8018 echo "$as_me:8018: result: yes" >&5 8562 echo "$as_me:8562: result: yes" >&5
8019echo "${ECHO_T}yes" >&6 8563echo "${ECHO_T}yes" >&6
8020 cat >>confdefs.h <<\EOF 8564 cat >>confdefs.h <<\EOF
8021#define HAVE_STRICT_MKSTEMP 1 8565#define HAVE_STRICT_MKSTEMP 1
@@ -8023,7 +8567,7 @@ EOF
8023 8567
8024else 8568else
8025 cat >conftest.$ac_ext <<_ACEOF 8569 cat >conftest.$ac_ext <<_ACEOF
8026#line 8026 "configure" 8570#line 8570 "configure"
8027#include "confdefs.h" 8571#include "confdefs.h"
8028 8572
8029#include <stdlib.h> 8573#include <stdlib.h>
@@ -8035,18 +8579,18 @@ unlink(template); exit(0);
8035 8579
8036_ACEOF 8580_ACEOF
8037rm -f conftest$ac_exeext 8581rm -f conftest$ac_exeext
8038if { (eval echo "$as_me:8038: \"$ac_link\"") >&5 8582if { (eval echo "$as_me:8582: \"$ac_link\"") >&5
8039 (eval $ac_link) 2>&5 8583 (eval $ac_link) 2>&5
8040 ac_status=$? 8584 ac_status=$?
8041 echo "$as_me:8041: \$? = $ac_status" >&5 8585 echo "$as_me:8585: \$? = $ac_status" >&5
8042 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8586 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8043 { (eval echo "$as_me:8043: \"$ac_try\"") >&5 8587 { (eval echo "$as_me:8587: \"$ac_try\"") >&5
8044 (eval $ac_try) 2>&5 8588 (eval $ac_try) 2>&5
8045 ac_status=$? 8589 ac_status=$?
8046 echo "$as_me:8046: \$? = $ac_status" >&5 8590 echo "$as_me:8590: \$? = $ac_status" >&5
8047 (exit $ac_status); }; }; then 8591 (exit $ac_status); }; }; then
8048 8592
8049 echo "$as_me:8049: result: no" >&5 8593 echo "$as_me:8593: result: no" >&5
8050echo "${ECHO_T}no" >&6 8594echo "${ECHO_T}no" >&6
8051 8595
8052else 8596else
@@ -8054,7 +8598,7 @@ else
8054echo "$as_me: failed program was:" >&5 8598echo "$as_me: failed program was:" >&5
8055cat conftest.$ac_ext >&5 8599cat conftest.$ac_ext >&5
8056 8600
8057 echo "$as_me:8057: result: yes" >&5 8601 echo "$as_me:8601: result: yes" >&5
8058echo "${ECHO_T}yes" >&6 8602echo "${ECHO_T}yes" >&6
8059 cat >>confdefs.h <<\EOF 8603 cat >>confdefs.h <<\EOF
8060#define HAVE_STRICT_MKSTEMP 1 8604#define HAVE_STRICT_MKSTEMP 1
@@ -8066,15 +8610,15 @@ fi
8066fi 8610fi
8067 8611
8068if test ! -z "$check_for_openpty_ctty_bug"; then 8612if test ! -z "$check_for_openpty_ctty_bug"; then
8069 echo "$as_me:8069: checking if openpty correctly handles controlling tty" >&5 8613 echo "$as_me:8613: checking if openpty correctly handles controlling tty" >&5
8070echo $ECHO_N "checking if openpty correctly handles controlling tty... $ECHO_C" >&6 8614echo $ECHO_N "checking if openpty correctly handles controlling tty... $ECHO_C" >&6
8071 if test "$cross_compiling" = yes; then 8615 if test "$cross_compiling" = yes; then
8072 { { echo "$as_me:8072: error: cannot run test program while cross compiling" >&5 8616 { { echo "$as_me:8616: error: cannot run test program while cross compiling" >&5
8073echo "$as_me: error: cannot run test program while cross compiling" >&2;} 8617echo "$as_me: error: cannot run test program while cross compiling" >&2;}
8074 { (exit 1); exit 1; }; } 8618 { (exit 1); exit 1; }; }
8075else 8619else
8076 cat >conftest.$ac_ext <<_ACEOF 8620 cat >conftest.$ac_ext <<_ACEOF
8077#line 8077 "configure" 8621#line 8621 "configure"
8078#include "confdefs.h" 8622#include "confdefs.h"
8079 8623
8080#include <stdio.h> 8624#include <stdio.h>
@@ -8111,18 +8655,18 @@ main()
8111 8655
8112_ACEOF 8656_ACEOF
8113rm -f conftest$ac_exeext 8657rm -f conftest$ac_exeext
8114if { (eval echo "$as_me:8114: \"$ac_link\"") >&5 8658if { (eval echo "$as_me:8658: \"$ac_link\"") >&5
8115 (eval $ac_link) 2>&5 8659 (eval $ac_link) 2>&5
8116 ac_status=$? 8660 ac_status=$?
8117 echo "$as_me:8117: \$? = $ac_status" >&5 8661 echo "$as_me:8661: \$? = $ac_status" >&5
8118 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8662 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8119 { (eval echo "$as_me:8119: \"$ac_try\"") >&5 8663 { (eval echo "$as_me:8663: \"$ac_try\"") >&5
8120 (eval $ac_try) 2>&5 8664 (eval $ac_try) 2>&5
8121 ac_status=$? 8665 ac_status=$?
8122 echo "$as_me:8122: \$? = $ac_status" >&5 8666 echo "$as_me:8666: \$? = $ac_status" >&5
8123 (exit $ac_status); }; }; then 8667 (exit $ac_status); }; }; then
8124 8668
8125 echo "$as_me:8125: result: yes" >&5 8669 echo "$as_me:8669: result: yes" >&5
8126echo "${ECHO_T}yes" >&6 8670echo "${ECHO_T}yes" >&6
8127 8671
8128else 8672else
@@ -8130,7 +8674,7 @@ else
8130echo "$as_me: failed program was:" >&5 8674echo "$as_me: failed program was:" >&5
8131cat conftest.$ac_ext >&5 8675cat conftest.$ac_ext >&5
8132 8676
8133 echo "$as_me:8133: result: no" >&5 8677 echo "$as_me:8677: result: no" >&5
8134echo "${ECHO_T}no" >&6 8678echo "${ECHO_T}no" >&6
8135 cat >>confdefs.h <<\EOF 8679 cat >>confdefs.h <<\EOF
8136#define SSHD_ACQUIRES_CTTY 1 8680#define SSHD_ACQUIRES_CTTY 1
@@ -8141,14 +8685,14 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8141fi 8685fi
8142fi 8686fi
8143 8687
8144echo "$as_me:8144: checking whether getpgrp takes no argument" >&5 8688echo "$as_me:8688: checking whether getpgrp takes no argument" >&5
8145echo $ECHO_N "checking whether getpgrp takes no argument... $ECHO_C" >&6 8689echo $ECHO_N "checking whether getpgrp takes no argument... $ECHO_C" >&6
8146if test "${ac_cv_func_getpgrp_void+set}" = set; then 8690if test "${ac_cv_func_getpgrp_void+set}" = set; then
8147 echo $ECHO_N "(cached) $ECHO_C" >&6 8691 echo $ECHO_N "(cached) $ECHO_C" >&6
8148else 8692else
8149 # Use it with a single arg. 8693 # Use it with a single arg.
8150cat >conftest.$ac_ext <<_ACEOF 8694cat >conftest.$ac_ext <<_ACEOF
8151#line 8151 "configure" 8695#line 8695 "configure"
8152#include "confdefs.h" 8696#include "confdefs.h"
8153$ac_includes_default 8697$ac_includes_default
8154int 8698int
@@ -8160,16 +8704,16 @@ getpgrp (0);
8160} 8704}
8161_ACEOF 8705_ACEOF
8162rm -f conftest.$ac_objext 8706rm -f conftest.$ac_objext
8163if { (eval echo "$as_me:8163: \"$ac_compile\"") >&5 8707if { (eval echo "$as_me:8707: \"$ac_compile\"") >&5
8164 (eval $ac_compile) 2>&5 8708 (eval $ac_compile) 2>&5
8165 ac_status=$? 8709 ac_status=$?
8166 echo "$as_me:8166: \$? = $ac_status" >&5 8710 echo "$as_me:8710: \$? = $ac_status" >&5
8167 (exit $ac_status); } && 8711 (exit $ac_status); } &&
8168 { ac_try='test -s conftest.$ac_objext' 8712 { ac_try='test -s conftest.$ac_objext'
8169 { (eval echo "$as_me:8169: \"$ac_try\"") >&5 8713 { (eval echo "$as_me:8713: \"$ac_try\"") >&5
8170 (eval $ac_try) 2>&5 8714 (eval $ac_try) 2>&5
8171 ac_status=$? 8715 ac_status=$?
8172 echo "$as_me:8172: \$? = $ac_status" >&5 8716 echo "$as_me:8716: \$? = $ac_status" >&5
8173 (exit $ac_status); }; }; then 8717 (exit $ac_status); }; }; then
8174 ac_func_getpgrp_1=yes 8718 ac_func_getpgrp_1=yes
8175else 8719else
@@ -8180,7 +8724,7 @@ fi
8180rm -f conftest.$ac_objext conftest.$ac_ext 8724rm -f conftest.$ac_objext conftest.$ac_ext
8181# Use it with no arg. 8725# Use it with no arg.
8182cat >conftest.$ac_ext <<_ACEOF 8726cat >conftest.$ac_ext <<_ACEOF
8183#line 8183 "configure" 8727#line 8727 "configure"
8184#include "confdefs.h" 8728#include "confdefs.h"
8185$ac_includes_default 8729$ac_includes_default
8186int 8730int
@@ -8192,16 +8736,16 @@ getpgrp ();
8192} 8736}
8193_ACEOF 8737_ACEOF
8194rm -f conftest.$ac_objext 8738rm -f conftest.$ac_objext
8195if { (eval echo "$as_me:8195: \"$ac_compile\"") >&5 8739if { (eval echo "$as_me:8739: \"$ac_compile\"") >&5
8196 (eval $ac_compile) 2>&5 8740 (eval $ac_compile) 2>&5
8197 ac_status=$? 8741 ac_status=$?
8198 echo "$as_me:8198: \$? = $ac_status" >&5 8742 echo "$as_me:8742: \$? = $ac_status" >&5
8199 (exit $ac_status); } && 8743 (exit $ac_status); } &&
8200 { ac_try='test -s conftest.$ac_objext' 8744 { ac_try='test -s conftest.$ac_objext'
8201 { (eval echo "$as_me:8201: \"$ac_try\"") >&5 8745 { (eval echo "$as_me:8745: \"$ac_try\"") >&5
8202 (eval $ac_try) 2>&5 8746 (eval $ac_try) 2>&5
8203 ac_status=$? 8747 ac_status=$?
8204 echo "$as_me:8204: \$? = $ac_status" >&5 8748 echo "$as_me:8748: \$? = $ac_status" >&5
8205 (exit $ac_status); }; }; then 8749 (exit $ac_status); }; }; then
8206 ac_func_getpgrp_0=yes 8750 ac_func_getpgrp_0=yes
8207else 8751else
@@ -8215,12 +8759,12 @@ case $ac_func_getpgrp_0:$ac_func_getpgrp_1 in
8215 yes:no) ac_cv_func_getpgrp_void=yes;; 8759 yes:no) ac_cv_func_getpgrp_void=yes;;
8216 no:yes) ac_cv_func_getpgrp_void=false;; 8760 no:yes) ac_cv_func_getpgrp_void=false;;
8217 *) if test "$cross_compiling" = yes; then 8761 *) if test "$cross_compiling" = yes; then
8218 { { echo "$as_me:8218: error: cannot check getpgrp if cross compiling" >&5 8762 { { echo "$as_me:8762: error: cannot check getpgrp if cross compiling" >&5
8219echo "$as_me: error: cannot check getpgrp if cross compiling" >&2;} 8763echo "$as_me: error: cannot check getpgrp if cross compiling" >&2;}
8220 { (exit 1); exit 1; }; } 8764 { (exit 1); exit 1; }; }
8221else 8765else
8222 cat >conftest.$ac_ext <<_ACEOF 8766 cat >conftest.$ac_ext <<_ACEOF
8223#line 8223 "configure" 8767#line 8767 "configure"
8224#include "confdefs.h" 8768#include "confdefs.h"
8225$ac_includes_default 8769$ac_includes_default
8226 8770
@@ -8274,15 +8818,15 @@ main ()
8274 8818
8275_ACEOF 8819_ACEOF
8276rm -f conftest$ac_exeext 8820rm -f conftest$ac_exeext
8277if { (eval echo "$as_me:8277: \"$ac_link\"") >&5 8821if { (eval echo "$as_me:8821: \"$ac_link\"") >&5
8278 (eval $ac_link) 2>&5 8822 (eval $ac_link) 2>&5
8279 ac_status=$? 8823 ac_status=$?
8280 echo "$as_me:8280: \$? = $ac_status" >&5 8824 echo "$as_me:8824: \$? = $ac_status" >&5
8281 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8825 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8282 { (eval echo "$as_me:8282: \"$ac_try\"") >&5 8826 { (eval echo "$as_me:8826: \"$ac_try\"") >&5
8283 (eval $ac_try) 2>&5 8827 (eval $ac_try) 2>&5
8284 ac_status=$? 8828 ac_status=$?
8285 echo "$as_me:8285: \$? = $ac_status" >&5 8829 echo "$as_me:8829: \$? = $ac_status" >&5
8286 (exit $ac_status); }; }; then 8830 (exit $ac_status); }; }; then
8287 ac_cv_func_getpgrp_void=yes 8831 ac_cv_func_getpgrp_void=yes
8288else 8832else
@@ -8296,7 +8840,7 @@ fi;;
8296esac # $ac_func_getpgrp_0:$ac_func_getpgrp_1 8840esac # $ac_func_getpgrp_0:$ac_func_getpgrp_1
8297 8841
8298fi 8842fi
8299echo "$as_me:8299: result: $ac_cv_func_getpgrp_void" >&5 8843echo "$as_me:8843: result: $ac_cv_func_getpgrp_void" >&5
8300echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6 8844echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6
8301if test $ac_cv_func_getpgrp_void = yes; then 8845if test $ac_cv_func_getpgrp_void = yes; then
8302 8846
@@ -8314,13 +8858,14 @@ if test "${with_pam+set}" = set; then
8314 withval="$with_pam" 8858 withval="$with_pam"
8315 8859
8316 if test "x$withval" != "xno" ; then 8860 if test "x$withval" != "xno" ; then
8317 if test "x$ac_cv_header_security_pam_appl_h" != "xyes" ; then 8861 if test "x$ac_cv_header_security_pam_appl_h" != "xyes" && \
8318 { { echo "$as_me:8318: error: PAM headers not found" >&5 8862 test "x$ac_cv_header_pam_pam_appl_h" != "xyes" ; then
8863 { { echo "$as_me:8863: error: PAM headers not found" >&5
8319echo "$as_me: error: PAM headers not found" >&2;} 8864echo "$as_me: error: PAM headers not found" >&2;}
8320 { (exit 1); exit 1; }; } 8865 { (exit 1); exit 1; }; }
8321 fi 8866 fi
8322 8867
8323echo "$as_me:8323: checking for dlopen in -ldl" >&5 8868echo "$as_me:8868: checking for dlopen in -ldl" >&5
8324echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 8869echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
8325if test "${ac_cv_lib_dl_dlopen+set}" = set; then 8870if test "${ac_cv_lib_dl_dlopen+set}" = set; then
8326 echo $ECHO_N "(cached) $ECHO_C" >&6 8871 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8328,7 +8873,7 @@ else
8328 ac_check_lib_save_LIBS=$LIBS 8873 ac_check_lib_save_LIBS=$LIBS
8329LIBS="-ldl $LIBS" 8874LIBS="-ldl $LIBS"
8330cat >conftest.$ac_ext <<_ACEOF 8875cat >conftest.$ac_ext <<_ACEOF
8331#line 8331 "configure" 8876#line 8876 "configure"
8332#include "confdefs.h" 8877#include "confdefs.h"
8333 8878
8334/* Override any gcc2 internal prototype to avoid an error. */ 8879/* Override any gcc2 internal prototype to avoid an error. */
@@ -8347,16 +8892,16 @@ dlopen ();
8347} 8892}
8348_ACEOF 8893_ACEOF
8349rm -f conftest.$ac_objext conftest$ac_exeext 8894rm -f conftest.$ac_objext conftest$ac_exeext
8350if { (eval echo "$as_me:8350: \"$ac_link\"") >&5 8895if { (eval echo "$as_me:8895: \"$ac_link\"") >&5
8351 (eval $ac_link) 2>&5 8896 (eval $ac_link) 2>&5
8352 ac_status=$? 8897 ac_status=$?
8353 echo "$as_me:8353: \$? = $ac_status" >&5 8898 echo "$as_me:8898: \$? = $ac_status" >&5
8354 (exit $ac_status); } && 8899 (exit $ac_status); } &&
8355 { ac_try='test -s conftest$ac_exeext' 8900 { ac_try='test -s conftest$ac_exeext'
8356 { (eval echo "$as_me:8356: \"$ac_try\"") >&5 8901 { (eval echo "$as_me:8901: \"$ac_try\"") >&5
8357 (eval $ac_try) 2>&5 8902 (eval $ac_try) 2>&5
8358 ac_status=$? 8903 ac_status=$?
8359 echo "$as_me:8359: \$? = $ac_status" >&5 8904 echo "$as_me:8904: \$? = $ac_status" >&5
8360 (exit $ac_status); }; }; then 8905 (exit $ac_status); }; }; then
8361 ac_cv_lib_dl_dlopen=yes 8906 ac_cv_lib_dl_dlopen=yes
8362else 8907else
@@ -8367,7 +8912,7 @@ fi
8367rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8912rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8368LIBS=$ac_check_lib_save_LIBS 8913LIBS=$ac_check_lib_save_LIBS
8369fi 8914fi
8370echo "$as_me:8370: result: $ac_cv_lib_dl_dlopen" >&5 8915echo "$as_me:8915: result: $ac_cv_lib_dl_dlopen" >&5
8371echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 8916echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
8372if test $ac_cv_lib_dl_dlopen = yes; then 8917if test $ac_cv_lib_dl_dlopen = yes; then
8373 cat >>confdefs.h <<EOF 8918 cat >>confdefs.h <<EOF
@@ -8378,7 +8923,7 @@ EOF
8378 8923
8379fi 8924fi
8380 8925
8381echo "$as_me:8381: checking for pam_set_item in -lpam" >&5 8926echo "$as_me:8926: checking for pam_set_item in -lpam" >&5
8382echo $ECHO_N "checking for pam_set_item in -lpam... $ECHO_C" >&6 8927echo $ECHO_N "checking for pam_set_item in -lpam... $ECHO_C" >&6
8383if test "${ac_cv_lib_pam_pam_set_item+set}" = set; then 8928if test "${ac_cv_lib_pam_pam_set_item+set}" = set; then
8384 echo $ECHO_N "(cached) $ECHO_C" >&6 8929 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8386,7 +8931,7 @@ else
8386 ac_check_lib_save_LIBS=$LIBS 8931 ac_check_lib_save_LIBS=$LIBS
8387LIBS="-lpam $LIBS" 8932LIBS="-lpam $LIBS"
8388cat >conftest.$ac_ext <<_ACEOF 8933cat >conftest.$ac_ext <<_ACEOF
8389#line 8389 "configure" 8934#line 8934 "configure"
8390#include "confdefs.h" 8935#include "confdefs.h"
8391 8936
8392/* Override any gcc2 internal prototype to avoid an error. */ 8937/* Override any gcc2 internal prototype to avoid an error. */
@@ -8405,16 +8950,16 @@ pam_set_item ();
8405} 8950}
8406_ACEOF 8951_ACEOF
8407rm -f conftest.$ac_objext conftest$ac_exeext 8952rm -f conftest.$ac_objext conftest$ac_exeext
8408if { (eval echo "$as_me:8408: \"$ac_link\"") >&5 8953if { (eval echo "$as_me:8953: \"$ac_link\"") >&5
8409 (eval $ac_link) 2>&5 8954 (eval $ac_link) 2>&5
8410 ac_status=$? 8955 ac_status=$?
8411 echo "$as_me:8411: \$? = $ac_status" >&5 8956 echo "$as_me:8956: \$? = $ac_status" >&5
8412 (exit $ac_status); } && 8957 (exit $ac_status); } &&
8413 { ac_try='test -s conftest$ac_exeext' 8958 { ac_try='test -s conftest$ac_exeext'
8414 { (eval echo "$as_me:8414: \"$ac_try\"") >&5 8959 { (eval echo "$as_me:8959: \"$ac_try\"") >&5
8415 (eval $ac_try) 2>&5 8960 (eval $ac_try) 2>&5
8416 ac_status=$? 8961 ac_status=$?
8417 echo "$as_me:8417: \$? = $ac_status" >&5 8962 echo "$as_me:8962: \$? = $ac_status" >&5
8418 (exit $ac_status); }; }; then 8963 (exit $ac_status); }; }; then
8419 ac_cv_lib_pam_pam_set_item=yes 8964 ac_cv_lib_pam_pam_set_item=yes
8420else 8965else
@@ -8425,7 +8970,7 @@ fi
8425rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8970rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8426LIBS=$ac_check_lib_save_LIBS 8971LIBS=$ac_check_lib_save_LIBS
8427fi 8972fi
8428echo "$as_me:8428: result: $ac_cv_lib_pam_pam_set_item" >&5 8973echo "$as_me:8973: result: $ac_cv_lib_pam_pam_set_item" >&5
8429echo "${ECHO_T}$ac_cv_lib_pam_pam_set_item" >&6 8974echo "${ECHO_T}$ac_cv_lib_pam_pam_set_item" >&6
8430if test $ac_cv_lib_pam_pam_set_item = yes; then 8975if test $ac_cv_lib_pam_pam_set_item = yes; then
8431 cat >>confdefs.h <<EOF 8976 cat >>confdefs.h <<EOF
@@ -8435,7 +8980,7 @@ EOF
8435 LIBS="-lpam $LIBS" 8980 LIBS="-lpam $LIBS"
8436 8981
8437else 8982else
8438 { { echo "$as_me:8438: error: *** libpam missing" >&5 8983 { { echo "$as_me:8983: error: *** libpam missing" >&5
8439echo "$as_me: error: *** libpam missing" >&2;} 8984echo "$as_me: error: *** libpam missing" >&2;}
8440 { (exit 1); exit 1; }; } 8985 { (exit 1); exit 1; }; }
8441fi 8986fi
@@ -8443,13 +8988,13 @@ fi
8443for ac_func in pam_getenvlist 8988for ac_func in pam_getenvlist
8444do 8989do
8445as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8990as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8446echo "$as_me:8446: checking for $ac_func" >&5 8991echo "$as_me:8991: checking for $ac_func" >&5
8447echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8992echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8448if eval "test \"\${$as_ac_var+set}\" = set"; then 8993if eval "test \"\${$as_ac_var+set}\" = set"; then
8449 echo $ECHO_N "(cached) $ECHO_C" >&6 8994 echo $ECHO_N "(cached) $ECHO_C" >&6
8450else 8995else
8451 cat >conftest.$ac_ext <<_ACEOF 8996 cat >conftest.$ac_ext <<_ACEOF
8452#line 8452 "configure" 8997#line 8997 "configure"
8453#include "confdefs.h" 8998#include "confdefs.h"
8454/* System header to define __stub macros and hopefully few prototypes, 8999/* System header to define __stub macros and hopefully few prototypes,
8455 which can conflict with char $ac_func (); below. */ 9000 which can conflict with char $ac_func (); below. */
@@ -8480,16 +9025,16 @@ f = $ac_func;
8480} 9025}
8481_ACEOF 9026_ACEOF
8482rm -f conftest.$ac_objext conftest$ac_exeext 9027rm -f conftest.$ac_objext conftest$ac_exeext
8483if { (eval echo "$as_me:8483: \"$ac_link\"") >&5 9028if { (eval echo "$as_me:9028: \"$ac_link\"") >&5
8484 (eval $ac_link) 2>&5 9029 (eval $ac_link) 2>&5
8485 ac_status=$? 9030 ac_status=$?
8486 echo "$as_me:8486: \$? = $ac_status" >&5 9031 echo "$as_me:9031: \$? = $ac_status" >&5
8487 (exit $ac_status); } && 9032 (exit $ac_status); } &&
8488 { ac_try='test -s conftest$ac_exeext' 9033 { ac_try='test -s conftest$ac_exeext'
8489 { (eval echo "$as_me:8489: \"$ac_try\"") >&5 9034 { (eval echo "$as_me:9034: \"$ac_try\"") >&5
8490 (eval $ac_try) 2>&5 9035 (eval $ac_try) 2>&5
8491 ac_status=$? 9036 ac_status=$?
8492 echo "$as_me:8492: \$? = $ac_status" >&5 9037 echo "$as_me:9037: \$? = $ac_status" >&5
8493 (exit $ac_status); }; }; then 9038 (exit $ac_status); }; }; then
8494 eval "$as_ac_var=yes" 9039 eval "$as_ac_var=yes"
8495else 9040else
@@ -8499,7 +9044,7 @@ eval "$as_ac_var=no"
8499fi 9044fi
8500rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9045rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8501fi 9046fi
8502echo "$as_me:8502: result: `eval echo '${'$as_ac_var'}'`" >&5 9047echo "$as_me:9047: result: `eval echo '${'$as_ac_var'}'`" >&5
8503echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9048echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8504if test `eval echo '${'$as_ac_var'}'` = yes; then 9049if test `eval echo '${'$as_ac_var'}'` = yes; then
8505 cat >>confdefs.h <<EOF 9050 cat >>confdefs.h <<EOF
@@ -8512,13 +9057,13 @@ done
8512for ac_func in pam_putenv 9057for ac_func in pam_putenv
8513do 9058do
8514as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9059as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8515echo "$as_me:8515: checking for $ac_func" >&5 9060echo "$as_me:9060: checking for $ac_func" >&5
8516echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9061echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8517if eval "test \"\${$as_ac_var+set}\" = set"; then 9062if eval "test \"\${$as_ac_var+set}\" = set"; then
8518 echo $ECHO_N "(cached) $ECHO_C" >&6 9063 echo $ECHO_N "(cached) $ECHO_C" >&6
8519else 9064else
8520 cat >conftest.$ac_ext <<_ACEOF 9065 cat >conftest.$ac_ext <<_ACEOF
8521#line 8521 "configure" 9066#line 9066 "configure"
8522#include "confdefs.h" 9067#include "confdefs.h"
8523/* System header to define __stub macros and hopefully few prototypes, 9068/* System header to define __stub macros and hopefully few prototypes,
8524 which can conflict with char $ac_func (); below. */ 9069 which can conflict with char $ac_func (); below. */
@@ -8549,16 +9094,16 @@ f = $ac_func;
8549} 9094}
8550_ACEOF 9095_ACEOF
8551rm -f conftest.$ac_objext conftest$ac_exeext 9096rm -f conftest.$ac_objext conftest$ac_exeext
8552if { (eval echo "$as_me:8552: \"$ac_link\"") >&5 9097if { (eval echo "$as_me:9097: \"$ac_link\"") >&5
8553 (eval $ac_link) 2>&5 9098 (eval $ac_link) 2>&5
8554 ac_status=$? 9099 ac_status=$?
8555 echo "$as_me:8555: \$? = $ac_status" >&5 9100 echo "$as_me:9100: \$? = $ac_status" >&5
8556 (exit $ac_status); } && 9101 (exit $ac_status); } &&
8557 { ac_try='test -s conftest$ac_exeext' 9102 { ac_try='test -s conftest$ac_exeext'
8558 { (eval echo "$as_me:8558: \"$ac_try\"") >&5 9103 { (eval echo "$as_me:9103: \"$ac_try\"") >&5
8559 (eval $ac_try) 2>&5 9104 (eval $ac_try) 2>&5
8560 ac_status=$? 9105 ac_status=$?
8561 echo "$as_me:8561: \$? = $ac_status" >&5 9106 echo "$as_me:9106: \$? = $ac_status" >&5
8562 (exit $ac_status); }; }; then 9107 (exit $ac_status); }; }; then
8563 eval "$as_ac_var=yes" 9108 eval "$as_ac_var=yes"
8564else 9109else
@@ -8568,7 +9113,7 @@ eval "$as_ac_var=no"
8568fi 9113fi
8569rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9114rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8570fi 9115fi
8571echo "$as_me:8571: result: `eval echo '${'$as_ac_var'}'`" >&5 9116echo "$as_me:9116: result: `eval echo '${'$as_ac_var'}'`" >&5
8572echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9117echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8573if test `eval echo '${'$as_ac_var'}'` = yes; then 9118if test `eval echo '${'$as_ac_var'}'` = yes; then
8574 cat >>confdefs.h <<EOF 9119 cat >>confdefs.h <<EOF
@@ -8578,7 +9123,6 @@ EOF
8578fi 9123fi
8579done 9124done
8580 9125
8581 disable_shadow=yes
8582 PAM_MSG="yes" 9126 PAM_MSG="yes"
8583 9127
8584 cat >>confdefs.h <<\EOF 9128 cat >>confdefs.h <<\EOF
@@ -8598,14 +9142,18 @@ fi;
8598# Check for older PAM 9142# Check for older PAM
8599if test "x$PAM_MSG" = "xyes" ; then 9143if test "x$PAM_MSG" = "xyes" ; then
8600 # Check PAM strerror arguments (old PAM) 9144 # Check PAM strerror arguments (old PAM)
8601 echo "$as_me:8601: checking whether pam_strerror takes only one argument" >&5 9145 echo "$as_me:9145: checking whether pam_strerror takes only one argument" >&5
8602echo $ECHO_N "checking whether pam_strerror takes only one argument... $ECHO_C" >&6 9146echo $ECHO_N "checking whether pam_strerror takes only one argument... $ECHO_C" >&6
8603 cat >conftest.$ac_ext <<_ACEOF 9147 cat >conftest.$ac_ext <<_ACEOF
8604#line 8604 "configure" 9148#line 9148 "configure"
8605#include "confdefs.h" 9149#include "confdefs.h"
8606 9150
8607#include <stdlib.h> 9151#include <stdlib.h>
9152#if defined(HAVE_SECURITY_PAM_APPL_H)
8608#include <security/pam_appl.h> 9153#include <security/pam_appl.h>
9154#elif defined (HAVE_PAM_PAM_APPL_H)
9155#include <pam/pam_appl.h>
9156#endif
8609 9157
8610int 9158int
8611main () 9159main ()
@@ -8616,18 +9164,18 @@ main ()
8616} 9164}
8617_ACEOF 9165_ACEOF
8618rm -f conftest.$ac_objext 9166rm -f conftest.$ac_objext
8619if { (eval echo "$as_me:8619: \"$ac_compile\"") >&5 9167if { (eval echo "$as_me:9167: \"$ac_compile\"") >&5
8620 (eval $ac_compile) 2>&5 9168 (eval $ac_compile) 2>&5
8621 ac_status=$? 9169 ac_status=$?
8622 echo "$as_me:8622: \$? = $ac_status" >&5 9170 echo "$as_me:9170: \$? = $ac_status" >&5
8623 (exit $ac_status); } && 9171 (exit $ac_status); } &&
8624 { ac_try='test -s conftest.$ac_objext' 9172 { ac_try='test -s conftest.$ac_objext'
8625 { (eval echo "$as_me:8625: \"$ac_try\"") >&5 9173 { (eval echo "$as_me:9173: \"$ac_try\"") >&5
8626 (eval $ac_try) 2>&5 9174 (eval $ac_try) 2>&5
8627 ac_status=$? 9175 ac_status=$?
8628 echo "$as_me:8628: \$? = $ac_status" >&5 9176 echo "$as_me:9176: \$? = $ac_status" >&5
8629 (exit $ac_status); }; }; then 9177 (exit $ac_status); }; }; then
8630 echo "$as_me:8630: result: no" >&5 9178 echo "$as_me:9178: result: no" >&5
8631echo "${ECHO_T}no" >&6 9179echo "${ECHO_T}no" >&6
8632else 9180else
8633 echo "$as_me: failed program was:" >&5 9181 echo "$as_me: failed program was:" >&5
@@ -8637,7 +9185,7 @@ cat conftest.$ac_ext >&5
8637#define HAVE_OLD_PAM 1 9185#define HAVE_OLD_PAM 1
8638EOF 9186EOF
8639 9187
8640 echo "$as_me:8640: result: yes" >&5 9188 echo "$as_me:9188: result: yes" >&5
8641echo "${ECHO_T}yes" >&6 9189echo "${ECHO_T}yes" >&6
8642 PAM_MSG="yes (old library)" 9190 PAM_MSG="yes (old library)"
8643 9191
@@ -8645,70 +9193,6 @@ fi
8645rm -f conftest.$ac_objext conftest.$ac_ext 9193rm -f conftest.$ac_objext conftest.$ac_ext
8646fi 9194fi
8647 9195
8648# Some systems want crypt() from libcrypt, *not* the version in OpenSSL,
8649# because the system crypt() is more featureful.
8650if test "x$check_for_libcrypt_before" = "x1"; then
8651
8652echo "$as_me:8652: checking for crypt in -lcrypt" >&5
8653echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6
8654if test "${ac_cv_lib_crypt_crypt+set}" = set; then
8655 echo $ECHO_N "(cached) $ECHO_C" >&6
8656else
8657 ac_check_lib_save_LIBS=$LIBS
8658LIBS="-lcrypt $LIBS"
8659cat >conftest.$ac_ext <<_ACEOF
8660#line 8660 "configure"
8661#include "confdefs.h"
8662
8663/* Override any gcc2 internal prototype to avoid an error. */
8664#ifdef __cplusplus
8665extern "C"
8666#endif
8667/* We use char because int might match the return type of a gcc2
8668 builtin and then its argument prototype would still apply. */
8669char crypt ();
8670int
8671main ()
8672{
8673crypt ();
8674 ;
8675 return 0;
8676}
8677_ACEOF
8678rm -f conftest.$ac_objext conftest$ac_exeext
8679if { (eval echo "$as_me:8679: \"$ac_link\"") >&5
8680 (eval $ac_link) 2>&5
8681 ac_status=$?
8682 echo "$as_me:8682: \$? = $ac_status" >&5
8683 (exit $ac_status); } &&
8684 { ac_try='test -s conftest$ac_exeext'
8685 { (eval echo "$as_me:8685: \"$ac_try\"") >&5
8686 (eval $ac_try) 2>&5
8687 ac_status=$?
8688 echo "$as_me:8688: \$? = $ac_status" >&5
8689 (exit $ac_status); }; }; then
8690 ac_cv_lib_crypt_crypt=yes
8691else
8692 echo "$as_me: failed program was:" >&5
8693cat conftest.$ac_ext >&5
8694ac_cv_lib_crypt_crypt=no
8695fi
8696rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8697LIBS=$ac_check_lib_save_LIBS
8698fi
8699echo "$as_me:8699: result: $ac_cv_lib_crypt_crypt" >&5
8700echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6
8701if test $ac_cv_lib_crypt_crypt = yes; then
8702 cat >>confdefs.h <<EOF
8703#define HAVE_LIBCRYPT 1
8704EOF
8705
8706 LIBS="-lcrypt $LIBS"
8707
8708fi
8709
8710fi
8711
8712# Search for OpenSSL 9196# Search for OpenSSL
8713saved_CPPFLAGS="$CPPFLAGS" 9197saved_CPPFLAGS="$CPPFLAGS"
8714saved_LDFLAGS="$LDFLAGS" 9198saved_LDFLAGS="$LDFLAGS"
@@ -8739,9 +9223,9 @@ if test "${with_ssl_dir+set}" = set; then
8739 fi 9223 fi
8740 9224
8741fi; 9225fi;
8742LIBS="$LIBS -lcrypto" 9226LIBS="-lcrypto $LIBS"
8743cat >conftest.$ac_ext <<_ACEOF 9227cat >conftest.$ac_ext <<_ACEOF
8744#line 8744 "configure" 9228#line 9228 "configure"
8745#include "confdefs.h" 9229#include "confdefs.h"
8746 9230
8747/* Override any gcc2 internal prototype to avoid an error. */ 9231/* Override any gcc2 internal prototype to avoid an error. */
@@ -8760,16 +9244,16 @@ RAND_add ();
8760} 9244}
8761_ACEOF 9245_ACEOF
8762rm -f conftest.$ac_objext conftest$ac_exeext 9246rm -f conftest.$ac_objext conftest$ac_exeext
8763if { (eval echo "$as_me:8763: \"$ac_link\"") >&5 9247if { (eval echo "$as_me:9247: \"$ac_link\"") >&5
8764 (eval $ac_link) 2>&5 9248 (eval $ac_link) 2>&5
8765 ac_status=$? 9249 ac_status=$?
8766 echo "$as_me:8766: \$? = $ac_status" >&5 9250 echo "$as_me:9250: \$? = $ac_status" >&5
8767 (exit $ac_status); } && 9251 (exit $ac_status); } &&
8768 { ac_try='test -s conftest$ac_exeext' 9252 { ac_try='test -s conftest$ac_exeext'
8769 { (eval echo "$as_me:8769: \"$ac_try\"") >&5 9253 { (eval echo "$as_me:9253: \"$ac_try\"") >&5
8770 (eval $ac_try) 2>&5 9254 (eval $ac_try) 2>&5
8771 ac_status=$? 9255 ac_status=$?
8772 echo "$as_me:8772: \$? = $ac_status" >&5 9256 echo "$as_me:9256: \$? = $ac_status" >&5
8773 (exit $ac_status); }; }; then 9257 (exit $ac_status); }; }; then
8774 cat >>confdefs.h <<\EOF 9258 cat >>confdefs.h <<\EOF
8775#define HAVE_OPENSSL 1 9259#define HAVE_OPENSSL 1
@@ -8786,7 +9270,7 @@ cat conftest.$ac_ext >&5
8786 fi 9270 fi
8787 CPPFLAGS="-I/usr/local/ssl/include ${saved_CPPFLAGS}" 9271 CPPFLAGS="-I/usr/local/ssl/include ${saved_CPPFLAGS}"
8788 cat >conftest.$ac_ext <<_ACEOF 9272 cat >conftest.$ac_ext <<_ACEOF
8789#line 8789 "configure" 9273#line 9273 "configure"
8790#include "confdefs.h" 9274#include "confdefs.h"
8791 9275
8792/* Override any gcc2 internal prototype to avoid an error. */ 9276/* Override any gcc2 internal prototype to avoid an error. */
@@ -8805,16 +9289,16 @@ RAND_add ();
8805} 9289}
8806_ACEOF 9290_ACEOF
8807rm -f conftest.$ac_objext conftest$ac_exeext 9291rm -f conftest.$ac_objext conftest$ac_exeext
8808if { (eval echo "$as_me:8808: \"$ac_link\"") >&5 9292if { (eval echo "$as_me:9292: \"$ac_link\"") >&5
8809 (eval $ac_link) 2>&5 9293 (eval $ac_link) 2>&5
8810 ac_status=$? 9294 ac_status=$?
8811 echo "$as_me:8811: \$? = $ac_status" >&5 9295 echo "$as_me:9295: \$? = $ac_status" >&5
8812 (exit $ac_status); } && 9296 (exit $ac_status); } &&
8813 { ac_try='test -s conftest$ac_exeext' 9297 { ac_try='test -s conftest$ac_exeext'
8814 { (eval echo "$as_me:8814: \"$ac_try\"") >&5 9298 { (eval echo "$as_me:9298: \"$ac_try\"") >&5
8815 (eval $ac_try) 2>&5 9299 (eval $ac_try) 2>&5
8816 ac_status=$? 9300 ac_status=$?
8817 echo "$as_me:8817: \$? = $ac_status" >&5 9301 echo "$as_me:9301: \$? = $ac_status" >&5
8818 (exit $ac_status); }; }; then 9302 (exit $ac_status); }; }; then
8819 cat >>confdefs.h <<\EOF 9303 cat >>confdefs.h <<\EOF
8820#define HAVE_OPENSSL 1 9304#define HAVE_OPENSSL 1
@@ -8824,7 +9308,7 @@ else
8824 echo "$as_me: failed program was:" >&5 9308 echo "$as_me: failed program was:" >&5
8825cat conftest.$ac_ext >&5 9309cat conftest.$ac_ext >&5
8826 9310
8827 { { echo "$as_me:8827: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&5 9311 { { echo "$as_me:9311: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&5
8828echo "$as_me: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&2;} 9312echo "$as_me: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&2;}
8829 { (exit 1); exit 1; }; } 9313 { (exit 1); exit 1; }; }
8830 9314
@@ -8835,15 +9319,15 @@ fi
8835rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9319rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8836 9320
8837# Determine OpenSSL header version 9321# Determine OpenSSL header version
8838echo "$as_me:8838: checking OpenSSL header version" >&5 9322echo "$as_me:9322: checking OpenSSL header version" >&5
8839echo $ECHO_N "checking OpenSSL header version... $ECHO_C" >&6 9323echo $ECHO_N "checking OpenSSL header version... $ECHO_C" >&6
8840if test "$cross_compiling" = yes; then 9324if test "$cross_compiling" = yes; then
8841 { { echo "$as_me:8841: error: cannot run test program while cross compiling" >&5 9325 { { echo "$as_me:9325: error: cannot run test program while cross compiling" >&5
8842echo "$as_me: error: cannot run test program while cross compiling" >&2;} 9326echo "$as_me: error: cannot run test program while cross compiling" >&2;}
8843 { (exit 1); exit 1; }; } 9327 { (exit 1); exit 1; }; }
8844else 9328else
8845 cat >conftest.$ac_ext <<_ACEOF 9329 cat >conftest.$ac_ext <<_ACEOF
8846#line 8846 "configure" 9330#line 9330 "configure"
8847#include "confdefs.h" 9331#include "confdefs.h"
8848 9332
8849#include <stdio.h> 9333#include <stdio.h>
@@ -8851,12 +9335,12 @@ else
8851#include <openssl/opensslv.h> 9335#include <openssl/opensslv.h>
8852#define DATA "conftest.sslincver" 9336#define DATA "conftest.sslincver"
8853int main(void) { 9337int main(void) {
8854 FILE *fd; 9338 FILE *fd;
8855 int rc; 9339 int rc;
8856 9340
8857 fd = fopen(DATA,"w"); 9341 fd = fopen(DATA,"w");
8858 if(fd == NULL) 9342 if(fd == NULL)
8859 exit(1); 9343 exit(1);
8860 9344
8861 if ((rc = fprintf(fd ,"%x (%s)\n", OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_TEXT)) <0) 9345 if ((rc = fprintf(fd ,"%x (%s)\n", OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_TEXT)) <0)
8862 exit(1); 9346 exit(1);
@@ -8866,19 +9350,19 @@ int main(void) {
8866 9350
8867_ACEOF 9351_ACEOF
8868rm -f conftest$ac_exeext 9352rm -f conftest$ac_exeext
8869if { (eval echo "$as_me:8869: \"$ac_link\"") >&5 9353if { (eval echo "$as_me:9353: \"$ac_link\"") >&5
8870 (eval $ac_link) 2>&5 9354 (eval $ac_link) 2>&5
8871 ac_status=$? 9355 ac_status=$?
8872 echo "$as_me:8872: \$? = $ac_status" >&5 9356 echo "$as_me:9356: \$? = $ac_status" >&5
8873 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9357 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8874 { (eval echo "$as_me:8874: \"$ac_try\"") >&5 9358 { (eval echo "$as_me:9358: \"$ac_try\"") >&5
8875 (eval $ac_try) 2>&5 9359 (eval $ac_try) 2>&5
8876 ac_status=$? 9360 ac_status=$?
8877 echo "$as_me:8877: \$? = $ac_status" >&5 9361 echo "$as_me:9361: \$? = $ac_status" >&5
8878 (exit $ac_status); }; }; then 9362 (exit $ac_status); }; }; then
8879 9363
8880 ssl_header_ver=`cat conftest.sslincver` 9364 ssl_header_ver=`cat conftest.sslincver`
8881 echo "$as_me:8881: result: $ssl_header_ver" >&5 9365 echo "$as_me:9365: result: $ssl_header_ver" >&5
8882echo "${ECHO_T}$ssl_header_ver" >&6 9366echo "${ECHO_T}$ssl_header_ver" >&6
8883 9367
8884else 9368else
@@ -8886,9 +9370,9 @@ else
8886echo "$as_me: failed program was:" >&5 9370echo "$as_me: failed program was:" >&5
8887cat conftest.$ac_ext >&5 9371cat conftest.$ac_ext >&5
8888 9372
8889 echo "$as_me:8889: result: not found" >&5 9373 echo "$as_me:9373: result: not found" >&5
8890echo "${ECHO_T}not found" >&6 9374echo "${ECHO_T}not found" >&6
8891 { { echo "$as_me:8891: error: OpenSSL version header not found." >&5 9375 { { echo "$as_me:9375: error: OpenSSL version header not found." >&5
8892echo "$as_me: error: OpenSSL version header not found." >&2;} 9376echo "$as_me: error: OpenSSL version header not found." >&2;}
8893 { (exit 1); exit 1; }; } 9377 { (exit 1); exit 1; }; }
8894 9378
@@ -8897,15 +9381,15 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8897fi 9381fi
8898 9382
8899# Determine OpenSSL library version 9383# Determine OpenSSL library version
8900echo "$as_me:8900: checking OpenSSL library version" >&5 9384echo "$as_me:9384: checking OpenSSL library version" >&5
8901echo $ECHO_N "checking OpenSSL library version... $ECHO_C" >&6 9385echo $ECHO_N "checking OpenSSL library version... $ECHO_C" >&6
8902if test "$cross_compiling" = yes; then 9386if test "$cross_compiling" = yes; then
8903 { { echo "$as_me:8903: error: cannot run test program while cross compiling" >&5 9387 { { echo "$as_me:9387: error: cannot run test program while cross compiling" >&5
8904echo "$as_me: error: cannot run test program while cross compiling" >&2;} 9388echo "$as_me: error: cannot run test program while cross compiling" >&2;}
8905 { (exit 1); exit 1; }; } 9389 { (exit 1); exit 1; }; }
8906else 9390else
8907 cat >conftest.$ac_ext <<_ACEOF 9391 cat >conftest.$ac_ext <<_ACEOF
8908#line 8908 "configure" 9392#line 9392 "configure"
8909#include "confdefs.h" 9393#include "confdefs.h"
8910 9394
8911#include <stdio.h> 9395#include <stdio.h>
@@ -8914,12 +9398,12 @@ else
8914#include <openssl/crypto.h> 9398#include <openssl/crypto.h>
8915#define DATA "conftest.ssllibver" 9399#define DATA "conftest.ssllibver"
8916int main(void) { 9400int main(void) {
8917 FILE *fd; 9401 FILE *fd;
8918 int rc; 9402 int rc;
8919 9403
8920 fd = fopen(DATA,"w"); 9404 fd = fopen(DATA,"w");
8921 if(fd == NULL) 9405 if(fd == NULL)
8922 exit(1); 9406 exit(1);
8923 9407
8924 if ((rc = fprintf(fd ,"%x (%s)\n", SSLeay(), SSLeay_version(SSLEAY_VERSION))) <0) 9408 if ((rc = fprintf(fd ,"%x (%s)\n", SSLeay(), SSLeay_version(SSLEAY_VERSION))) <0)
8925 exit(1); 9409 exit(1);
@@ -8929,19 +9413,19 @@ int main(void) {
8929 9413
8930_ACEOF 9414_ACEOF
8931rm -f conftest$ac_exeext 9415rm -f conftest$ac_exeext
8932if { (eval echo "$as_me:8932: \"$ac_link\"") >&5 9416if { (eval echo "$as_me:9416: \"$ac_link\"") >&5
8933 (eval $ac_link) 2>&5 9417 (eval $ac_link) 2>&5
8934 ac_status=$? 9418 ac_status=$?
8935 echo "$as_me:8935: \$? = $ac_status" >&5 9419 echo "$as_me:9419: \$? = $ac_status" >&5
8936 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9420 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8937 { (eval echo "$as_me:8937: \"$ac_try\"") >&5 9421 { (eval echo "$as_me:9421: \"$ac_try\"") >&5
8938 (eval $ac_try) 2>&5 9422 (eval $ac_try) 2>&5
8939 ac_status=$? 9423 ac_status=$?
8940 echo "$as_me:8940: \$? = $ac_status" >&5 9424 echo "$as_me:9424: \$? = $ac_status" >&5
8941 (exit $ac_status); }; }; then 9425 (exit $ac_status); }; }; then
8942 9426
8943 ssl_library_ver=`cat conftest.ssllibver` 9427 ssl_library_ver=`cat conftest.ssllibver`
8944 echo "$as_me:8944: result: $ssl_library_ver" >&5 9428 echo "$as_me:9428: result: $ssl_library_ver" >&5
8945echo "${ECHO_T}$ssl_library_ver" >&6 9429echo "${ECHO_T}$ssl_library_ver" >&6
8946 9430
8947else 9431else
@@ -8949,9 +9433,9 @@ else
8949echo "$as_me: failed program was:" >&5 9433echo "$as_me: failed program was:" >&5
8950cat conftest.$ac_ext >&5 9434cat conftest.$ac_ext >&5
8951 9435
8952 echo "$as_me:8952: result: not found" >&5 9436 echo "$as_me:9436: result: not found" >&5
8953echo "${ECHO_T}not found" >&6 9437echo "${ECHO_T}not found" >&6
8954 { { echo "$as_me:8954: error: OpenSSL library not found." >&5 9438 { { echo "$as_me:9438: error: OpenSSL library not found." >&5
8955echo "$as_me: error: OpenSSL library not found." >&2;} 9439echo "$as_me: error: OpenSSL library not found." >&2;}
8956 { (exit 1); exit 1; }; } 9440 { (exit 1); exit 1; }; }
8957 9441
@@ -8960,15 +9444,15 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8960fi 9444fi
8961 9445
8962# Sanity check OpenSSL headers 9446# Sanity check OpenSSL headers
8963echo "$as_me:8963: checking whether OpenSSL's headers match the library" >&5 9447echo "$as_me:9447: checking whether OpenSSL's headers match the library" >&5
8964echo $ECHO_N "checking whether OpenSSL's headers match the library... $ECHO_C" >&6 9448echo $ECHO_N "checking whether OpenSSL's headers match the library... $ECHO_C" >&6
8965if test "$cross_compiling" = yes; then 9449if test "$cross_compiling" = yes; then
8966 { { echo "$as_me:8966: error: cannot run test program while cross compiling" >&5 9450 { { echo "$as_me:9450: error: cannot run test program while cross compiling" >&5
8967echo "$as_me: error: cannot run test program while cross compiling" >&2;} 9451echo "$as_me: error: cannot run test program while cross compiling" >&2;}
8968 { (exit 1); exit 1; }; } 9452 { (exit 1); exit 1; }; }
8969else 9453else
8970 cat >conftest.$ac_ext <<_ACEOF 9454 cat >conftest.$ac_ext <<_ACEOF
8971#line 8971 "configure" 9455#line 9455 "configure"
8972#include "confdefs.h" 9456#include "confdefs.h"
8973 9457
8974#include <string.h> 9458#include <string.h>
@@ -8977,18 +9461,18 @@ int main(void) { exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1); }
8977 9461
8978_ACEOF 9462_ACEOF
8979rm -f conftest$ac_exeext 9463rm -f conftest$ac_exeext
8980if { (eval echo "$as_me:8980: \"$ac_link\"") >&5 9464if { (eval echo "$as_me:9464: \"$ac_link\"") >&5
8981 (eval $ac_link) 2>&5 9465 (eval $ac_link) 2>&5
8982 ac_status=$? 9466 ac_status=$?
8983 echo "$as_me:8983: \$? = $ac_status" >&5 9467 echo "$as_me:9467: \$? = $ac_status" >&5
8984 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9468 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8985 { (eval echo "$as_me:8985: \"$ac_try\"") >&5 9469 { (eval echo "$as_me:9469: \"$ac_try\"") >&5
8986 (eval $ac_try) 2>&5 9470 (eval $ac_try) 2>&5
8987 ac_status=$? 9471 ac_status=$?
8988 echo "$as_me:8988: \$? = $ac_status" >&5 9472 echo "$as_me:9472: \$? = $ac_status" >&5
8989 (exit $ac_status); }; }; then 9473 (exit $ac_status); }; }; then
8990 9474
8991 echo "$as_me:8991: result: yes" >&5 9475 echo "$as_me:9475: result: yes" >&5
8992echo "${ECHO_T}yes" >&6 9476echo "${ECHO_T}yes" >&6
8993 9477
8994else 9478else
@@ -8996,9 +9480,9 @@ else
8996echo "$as_me: failed program was:" >&5 9480echo "$as_me: failed program was:" >&5
8997cat conftest.$ac_ext >&5 9481cat conftest.$ac_ext >&5
8998 9482
8999 echo "$as_me:8999: result: no" >&5 9483 echo "$as_me:9483: result: no" >&5
9000echo "${ECHO_T}no" >&6 9484echo "${ECHO_T}no" >&6
9001 { { echo "$as_me:9001: error: Your OpenSSL headers do not match your library. 9485 { { echo "$as_me:9485: error: Your OpenSSL headers do not match your library.
9002Check config.log for details. 9486Check config.log for details.
9003Also see contrib/findssl.sh for help identifying header/library mismatches." >&5 9487Also see contrib/findssl.sh for help identifying header/library mismatches." >&5
9004echo "$as_me: error: Your OpenSSL headers do not match your library. 9488echo "$as_me: error: Your OpenSSL headers do not match your library.
@@ -9010,10 +9494,74 @@ fi
9010rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 9494rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9011fi 9495fi
9012 9496
9497# Some systems want crypt() from libcrypt, *not* the version in OpenSSL,
9498# because the system crypt() is more featureful.
9499if test "x$check_for_libcrypt_before" = "x1"; then
9500
9501echo "$as_me:9501: checking for crypt in -lcrypt" >&5
9502echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6
9503if test "${ac_cv_lib_crypt_crypt+set}" = set; then
9504 echo $ECHO_N "(cached) $ECHO_C" >&6
9505else
9506 ac_check_lib_save_LIBS=$LIBS
9507LIBS="-lcrypt $LIBS"
9508cat >conftest.$ac_ext <<_ACEOF
9509#line 9509 "configure"
9510#include "confdefs.h"
9511
9512/* Override any gcc2 internal prototype to avoid an error. */
9513#ifdef __cplusplus
9514extern "C"
9515#endif
9516/* We use char because int might match the return type of a gcc2
9517 builtin and then its argument prototype would still apply. */
9518char crypt ();
9519int
9520main ()
9521{
9522crypt ();
9523 ;
9524 return 0;
9525}
9526_ACEOF
9527rm -f conftest.$ac_objext conftest$ac_exeext
9528if { (eval echo "$as_me:9528: \"$ac_link\"") >&5
9529 (eval $ac_link) 2>&5
9530 ac_status=$?
9531 echo "$as_me:9531: \$? = $ac_status" >&5
9532 (exit $ac_status); } &&
9533 { ac_try='test -s conftest$ac_exeext'
9534 { (eval echo "$as_me:9534: \"$ac_try\"") >&5
9535 (eval $ac_try) 2>&5
9536 ac_status=$?
9537 echo "$as_me:9537: \$? = $ac_status" >&5
9538 (exit $ac_status); }; }; then
9539 ac_cv_lib_crypt_crypt=yes
9540else
9541 echo "$as_me: failed program was:" >&5
9542cat conftest.$ac_ext >&5
9543ac_cv_lib_crypt_crypt=no
9544fi
9545rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9546LIBS=$ac_check_lib_save_LIBS
9547fi
9548echo "$as_me:9548: result: $ac_cv_lib_crypt_crypt" >&5
9549echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6
9550if test $ac_cv_lib_crypt_crypt = yes; then
9551 cat >>confdefs.h <<EOF
9552#define HAVE_LIBCRYPT 1
9553EOF
9554
9555 LIBS="-lcrypt $LIBS"
9556
9557fi
9558
9559fi
9560
9013# Some Linux systems (Slackware) need crypt() from libcrypt, *not* the 9561# Some Linux systems (Slackware) need crypt() from libcrypt, *not* the
9014# version in OpenSSL. Skip this for PAM 9562# version in OpenSSL.
9015if test "x$check_for_libcrypt_later" = "x1"; then 9563if test "x$check_for_libcrypt_later" = "x1"; then
9016 echo "$as_me:9016: checking for crypt in -lcrypt" >&5 9564 echo "$as_me:9564: checking for crypt in -lcrypt" >&5
9017echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6 9565echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6
9018if test "${ac_cv_lib_crypt_crypt+set}" = set; then 9566if test "${ac_cv_lib_crypt_crypt+set}" = set; then
9019 echo $ECHO_N "(cached) $ECHO_C" >&6 9567 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9021,7 +9569,7 @@ else
9021 ac_check_lib_save_LIBS=$LIBS 9569 ac_check_lib_save_LIBS=$LIBS
9022LIBS="-lcrypt $LIBS" 9570LIBS="-lcrypt $LIBS"
9023cat >conftest.$ac_ext <<_ACEOF 9571cat >conftest.$ac_ext <<_ACEOF
9024#line 9024 "configure" 9572#line 9572 "configure"
9025#include "confdefs.h" 9573#include "confdefs.h"
9026 9574
9027/* Override any gcc2 internal prototype to avoid an error. */ 9575/* Override any gcc2 internal prototype to avoid an error. */
@@ -9040,16 +9588,16 @@ crypt ();
9040} 9588}
9041_ACEOF 9589_ACEOF
9042rm -f conftest.$ac_objext conftest$ac_exeext 9590rm -f conftest.$ac_objext conftest$ac_exeext
9043if { (eval echo "$as_me:9043: \"$ac_link\"") >&5 9591if { (eval echo "$as_me:9591: \"$ac_link\"") >&5
9044 (eval $ac_link) 2>&5 9592 (eval $ac_link) 2>&5
9045 ac_status=$? 9593 ac_status=$?
9046 echo "$as_me:9046: \$? = $ac_status" >&5 9594 echo "$as_me:9594: \$? = $ac_status" >&5
9047 (exit $ac_status); } && 9595 (exit $ac_status); } &&
9048 { ac_try='test -s conftest$ac_exeext' 9596 { ac_try='test -s conftest$ac_exeext'
9049 { (eval echo "$as_me:9049: \"$ac_try\"") >&5 9597 { (eval echo "$as_me:9597: \"$ac_try\"") >&5
9050 (eval $ac_try) 2>&5 9598 (eval $ac_try) 2>&5
9051 ac_status=$? 9599 ac_status=$?
9052 echo "$as_me:9052: \$? = $ac_status" >&5 9600 echo "$as_me:9600: \$? = $ac_status" >&5
9053 (exit $ac_status); }; }; then 9601 (exit $ac_status); }; }; then
9054 ac_cv_lib_crypt_crypt=yes 9602 ac_cv_lib_crypt_crypt=yes
9055else 9603else
@@ -9060,7 +9608,7 @@ fi
9060rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9608rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9061LIBS=$ac_check_lib_save_LIBS 9609LIBS=$ac_check_lib_save_LIBS
9062fi 9610fi
9063echo "$as_me:9063: result: $ac_cv_lib_crypt_crypt" >&5 9611echo "$as_me:9611: result: $ac_cv_lib_crypt_crypt" >&5
9064echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6 9612echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6
9065if test $ac_cv_lib_crypt_crypt = yes; then 9613if test $ac_cv_lib_crypt_crypt = yes; then
9066 LIBS="$LIBS -lcrypt" 9614 LIBS="$LIBS -lcrypt"
@@ -9071,15 +9619,15 @@ fi
9071### Configure cryptographic random number support 9619### Configure cryptographic random number support
9072 9620
9073# Check wheter OpenSSL seeds itself 9621# Check wheter OpenSSL seeds itself
9074echo "$as_me:9074: checking whether OpenSSL's PRNG is internally seeded" >&5 9622echo "$as_me:9622: checking whether OpenSSL's PRNG is internally seeded" >&5
9075echo $ECHO_N "checking whether OpenSSL's PRNG is internally seeded... $ECHO_C" >&6 9623echo $ECHO_N "checking whether OpenSSL's PRNG is internally seeded... $ECHO_C" >&6
9076if test "$cross_compiling" = yes; then 9624if test "$cross_compiling" = yes; then
9077 { { echo "$as_me:9077: error: cannot run test program while cross compiling" >&5 9625 { { echo "$as_me:9625: error: cannot run test program while cross compiling" >&5
9078echo "$as_me: error: cannot run test program while cross compiling" >&2;} 9626echo "$as_me: error: cannot run test program while cross compiling" >&2;}
9079 { (exit 1); exit 1; }; } 9627 { (exit 1); exit 1; }; }
9080else 9628else
9081 cat >conftest.$ac_ext <<_ACEOF 9629 cat >conftest.$ac_ext <<_ACEOF
9082#line 9082 "configure" 9630#line 9630 "configure"
9083#include "confdefs.h" 9631#include "confdefs.h"
9084 9632
9085#include <string.h> 9633#include <string.h>
@@ -9088,19 +9636,19 @@ int main(void) { exit(RAND_status() == 1 ? 0 : 1); }
9088 9636
9089_ACEOF 9637_ACEOF
9090rm -f conftest$ac_exeext 9638rm -f conftest$ac_exeext
9091if { (eval echo "$as_me:9091: \"$ac_link\"") >&5 9639if { (eval echo "$as_me:9639: \"$ac_link\"") >&5
9092 (eval $ac_link) 2>&5 9640 (eval $ac_link) 2>&5
9093 ac_status=$? 9641 ac_status=$?
9094 echo "$as_me:9094: \$? = $ac_status" >&5 9642 echo "$as_me:9642: \$? = $ac_status" >&5
9095 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9643 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9096 { (eval echo "$as_me:9096: \"$ac_try\"") >&5 9644 { (eval echo "$as_me:9644: \"$ac_try\"") >&5
9097 (eval $ac_try) 2>&5 9645 (eval $ac_try) 2>&5
9098 ac_status=$? 9646 ac_status=$?
9099 echo "$as_me:9099: \$? = $ac_status" >&5 9647 echo "$as_me:9647: \$? = $ac_status" >&5
9100 (exit $ac_status); }; }; then 9648 (exit $ac_status); }; }; then
9101 9649
9102 OPENSSL_SEEDS_ITSELF=yes 9650 OPENSSL_SEEDS_ITSELF=yes
9103 echo "$as_me:9103: result: yes" >&5 9651 echo "$as_me:9651: result: yes" >&5
9104echo "${ECHO_T}yes" >&6 9652echo "${ECHO_T}yes" >&6
9105 9653
9106else 9654else
@@ -9108,7 +9656,7 @@ else
9108echo "$as_me: failed program was:" >&5 9656echo "$as_me: failed program was:" >&5
9109cat conftest.$ac_ext >&5 9657cat conftest.$ac_ext >&5
9110 9658
9111 echo "$as_me:9111: result: no" >&5 9659 echo "$as_me:9659: result: no" >&5
9112echo "${ECHO_T}no" >&6 9660echo "${ECHO_T}no" >&6
9113 # Default to use of the rand helper if OpenSSL doesn't 9661 # Default to use of the rand helper if OpenSSL doesn't
9114 # seed itself 9662 # seed itself
@@ -9128,7 +9676,7 @@ if test "${with_rand_helper+set}" = set; then
9128 # Force use of OpenSSL's internal RNG, even if 9676 # Force use of OpenSSL's internal RNG, even if
9129 # the previous test showed it to be unseeded. 9677 # the previous test showed it to be unseeded.
9130 if test -z "$OPENSSL_SEEDS_ITSELF" ; then 9678 if test -z "$OPENSSL_SEEDS_ITSELF" ; then
9131 { echo "$as_me:9131: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&5 9679 { echo "$as_me:9679: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&5
9132echo "$as_me: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&2;} 9680echo "$as_me: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&2;}
9133 OPENSSL_SEEDS_ITSELF=yes 9681 OPENSSL_SEEDS_ITSELF=yes
9134 USE_RAND_HELPER="" 9682 USE_RAND_HELPER=""
@@ -9169,7 +9717,7 @@ if test "${with_prngd_port+set}" = set; then
9169 [0-9]*) 9717 [0-9]*)
9170 ;; 9718 ;;
9171 *) 9719 *)
9172 { { echo "$as_me:9172: error: You must specify a numeric port number for --with-prngd-port" >&5 9720 { { echo "$as_me:9720: error: You must specify a numeric port number for --with-prngd-port" >&5
9173echo "$as_me: error: You must specify a numeric port number for --with-prngd-port" >&2;} 9721echo "$as_me: error: You must specify a numeric port number for --with-prngd-port" >&2;}
9174 { (exit 1); exit 1; }; } 9722 { (exit 1); exit 1; }; }
9175 ;; 9723 ;;
@@ -9200,7 +9748,7 @@ if test "${with_prngd_socket+set}" = set; then
9200 /*) 9748 /*)
9201 ;; 9749 ;;
9202 *) 9750 *)
9203 { { echo "$as_me:9203: error: You must specify an absolute path to the entropy socket" >&5 9751 { { echo "$as_me:9751: error: You must specify an absolute path to the entropy socket" >&5
9204echo "$as_me: error: You must specify an absolute path to the entropy socket" >&2;} 9752echo "$as_me: error: You must specify an absolute path to the entropy socket" >&2;}
9205 { (exit 1); exit 1; }; } 9753 { (exit 1); exit 1; }; }
9206 ;; 9754 ;;
@@ -9208,12 +9756,12 @@ echo "$as_me: error: You must specify an absolute path to the entropy socket" >&
9208 9756
9209 if test ! -z "$withval" ; then 9757 if test ! -z "$withval" ; then
9210 if test ! -z "$PRNGD_PORT" ; then 9758 if test ! -z "$PRNGD_PORT" ; then
9211 { { echo "$as_me:9211: error: You may not specify both a PRNGD/EGD port and socket" >&5 9759 { { echo "$as_me:9759: error: You may not specify both a PRNGD/EGD port and socket" >&5
9212echo "$as_me: error: You may not specify both a PRNGD/EGD port and socket" >&2;} 9760echo "$as_me: error: You may not specify both a PRNGD/EGD port and socket" >&2;}
9213 { (exit 1); exit 1; }; } 9761 { (exit 1); exit 1; }; }
9214 fi 9762 fi
9215 if test ! -r "$withval" ; then 9763 if test ! -r "$withval" ; then
9216 { echo "$as_me:9216: WARNING: Entropy socket is not readable" >&5 9764 { echo "$as_me:9764: WARNING: Entropy socket is not readable" >&5
9217echo "$as_me: WARNING: Entropy socket is not readable" >&2;} 9765echo "$as_me: WARNING: Entropy socket is not readable" >&2;}
9218 fi 9766 fi
9219 PRNGD_SOCKET="$withval" 9767 PRNGD_SOCKET="$withval"
@@ -9227,7 +9775,7 @@ else
9227 9775
9228 # Check for existing socket only if we don't have a random device already 9776 # Check for existing socket only if we don't have a random device already
9229 if test "$USE_RAND_HELPER" = yes ; then 9777 if test "$USE_RAND_HELPER" = yes ; then
9230 echo "$as_me:9230: checking for PRNGD/EGD socket" >&5 9778 echo "$as_me:9778: checking for PRNGD/EGD socket" >&5
9231echo $ECHO_N "checking for PRNGD/EGD socket... $ECHO_C" >&6 9779echo $ECHO_N "checking for PRNGD/EGD socket... $ECHO_C" >&6
9232 # Insert other locations here 9780 # Insert other locations here
9233 for sock in /var/run/egd-pool /dev/egd-pool /etc/entropy; do 9781 for sock in /var/run/egd-pool /dev/egd-pool /etc/entropy; do
@@ -9241,10 +9789,10 @@ EOF
9241 fi 9789 fi
9242 done 9790 done
9243 if test ! -z "$PRNGD_SOCKET" ; then 9791 if test ! -z "$PRNGD_SOCKET" ; then
9244 echo "$as_me:9244: result: $PRNGD_SOCKET" >&5 9792 echo "$as_me:9792: result: $PRNGD_SOCKET" >&5
9245echo "${ECHO_T}$PRNGD_SOCKET" >&6 9793echo "${ECHO_T}$PRNGD_SOCKET" >&6
9246 else 9794 else
9247 echo "$as_me:9247: result: not found" >&5 9795 echo "$as_me:9795: result: not found" >&5
9248echo "${ECHO_T}not found" >&6 9796echo "${ECHO_T}not found" >&6
9249 fi 9797 fi
9250 fi 9798 fi
@@ -9300,7 +9848,7 @@ PATH=$PATH:/etc:$OPATH
9300 9848
9301 # Extract the first word of "ls", so it can be a program name with args. 9849 # Extract the first word of "ls", so it can be a program name with args.
9302set dummy ls; ac_word=$2 9850set dummy ls; ac_word=$2
9303echo "$as_me:9303: checking for $ac_word" >&5 9851echo "$as_me:9851: checking for $ac_word" >&5
9304echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9852echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9305if test "${ac_cv_path_PROG_LS+set}" = set; then 9853if test "${ac_cv_path_PROG_LS+set}" = set; then
9306 echo $ECHO_N "(cached) $ECHO_C" >&6 9854 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9317,7 +9865,7 @@ for ac_dir in $ac_dummy; do
9317 test -z "$ac_dir" && ac_dir=. 9865 test -z "$ac_dir" && ac_dir=.
9318 if $as_executable_p "$ac_dir/$ac_word"; then 9866 if $as_executable_p "$ac_dir/$ac_word"; then
9319 ac_cv_path_PROG_LS="$ac_dir/$ac_word" 9867 ac_cv_path_PROG_LS="$ac_dir/$ac_word"
9320 echo "$as_me:9320: found $ac_dir/$ac_word" >&5 9868 echo "$as_me:9868: found $ac_dir/$ac_word" >&5
9321 break 9869 break
9322fi 9870fi
9323done 9871done
@@ -9328,10 +9876,10 @@ fi
9328PROG_LS=$ac_cv_path_PROG_LS 9876PROG_LS=$ac_cv_path_PROG_LS
9329 9877
9330if test -n "$PROG_LS"; then 9878if test -n "$PROG_LS"; then
9331 echo "$as_me:9331: result: $PROG_LS" >&5 9879 echo "$as_me:9879: result: $PROG_LS" >&5
9332echo "${ECHO_T}$PROG_LS" >&6 9880echo "${ECHO_T}$PROG_LS" >&6
9333else 9881else
9334 echo "$as_me:9334: result: no" >&5 9882 echo "$as_me:9882: result: no" >&5
9335echo "${ECHO_T}no" >&6 9883echo "${ECHO_T}no" >&6
9336fi 9884fi
9337 9885
@@ -9341,7 +9889,7 @@ fi
9341 9889
9342 # Extract the first word of "netstat", so it can be a program name with args. 9890 # Extract the first word of "netstat", so it can be a program name with args.
9343set dummy netstat; ac_word=$2 9891set dummy netstat; ac_word=$2
9344echo "$as_me:9344: checking for $ac_word" >&5 9892echo "$as_me:9892: checking for $ac_word" >&5
9345echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9893echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9346if test "${ac_cv_path_PROG_NETSTAT+set}" = set; then 9894if test "${ac_cv_path_PROG_NETSTAT+set}" = set; then
9347 echo $ECHO_N "(cached) $ECHO_C" >&6 9895 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9358,7 +9906,7 @@ for ac_dir in $ac_dummy; do
9358 test -z "$ac_dir" && ac_dir=. 9906 test -z "$ac_dir" && ac_dir=.
9359 if $as_executable_p "$ac_dir/$ac_word"; then 9907 if $as_executable_p "$ac_dir/$ac_word"; then
9360 ac_cv_path_PROG_NETSTAT="$ac_dir/$ac_word" 9908 ac_cv_path_PROG_NETSTAT="$ac_dir/$ac_word"
9361 echo "$as_me:9361: found $ac_dir/$ac_word" >&5 9909 echo "$as_me:9909: found $ac_dir/$ac_word" >&5
9362 break 9910 break
9363fi 9911fi
9364done 9912done
@@ -9369,10 +9917,10 @@ fi
9369PROG_NETSTAT=$ac_cv_path_PROG_NETSTAT 9917PROG_NETSTAT=$ac_cv_path_PROG_NETSTAT
9370 9918
9371if test -n "$PROG_NETSTAT"; then 9919if test -n "$PROG_NETSTAT"; then
9372 echo "$as_me:9372: result: $PROG_NETSTAT" >&5 9920 echo "$as_me:9920: result: $PROG_NETSTAT" >&5
9373echo "${ECHO_T}$PROG_NETSTAT" >&6 9921echo "${ECHO_T}$PROG_NETSTAT" >&6
9374else 9922else
9375 echo "$as_me:9375: result: no" >&5 9923 echo "$as_me:9923: result: no" >&5
9376echo "${ECHO_T}no" >&6 9924echo "${ECHO_T}no" >&6
9377fi 9925fi
9378 9926
@@ -9382,7 +9930,7 @@ fi
9382 9930
9383 # Extract the first word of "arp", so it can be a program name with args. 9931 # Extract the first word of "arp", so it can be a program name with args.
9384set dummy arp; ac_word=$2 9932set dummy arp; ac_word=$2
9385echo "$as_me:9385: checking for $ac_word" >&5 9933echo "$as_me:9933: checking for $ac_word" >&5
9386echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9934echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9387if test "${ac_cv_path_PROG_ARP+set}" = set; then 9935if test "${ac_cv_path_PROG_ARP+set}" = set; then
9388 echo $ECHO_N "(cached) $ECHO_C" >&6 9936 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9399,7 +9947,7 @@ for ac_dir in $ac_dummy; do
9399 test -z "$ac_dir" && ac_dir=. 9947 test -z "$ac_dir" && ac_dir=.
9400 if $as_executable_p "$ac_dir/$ac_word"; then 9948 if $as_executable_p "$ac_dir/$ac_word"; then
9401 ac_cv_path_PROG_ARP="$ac_dir/$ac_word" 9949 ac_cv_path_PROG_ARP="$ac_dir/$ac_word"
9402 echo "$as_me:9402: found $ac_dir/$ac_word" >&5 9950 echo "$as_me:9950: found $ac_dir/$ac_word" >&5
9403 break 9951 break
9404fi 9952fi
9405done 9953done
@@ -9410,10 +9958,10 @@ fi
9410PROG_ARP=$ac_cv_path_PROG_ARP 9958PROG_ARP=$ac_cv_path_PROG_ARP
9411 9959
9412if test -n "$PROG_ARP"; then 9960if test -n "$PROG_ARP"; then
9413 echo "$as_me:9413: result: $PROG_ARP" >&5 9961 echo "$as_me:9961: result: $PROG_ARP" >&5
9414echo "${ECHO_T}$PROG_ARP" >&6 9962echo "${ECHO_T}$PROG_ARP" >&6
9415else 9963else
9416 echo "$as_me:9416: result: no" >&5 9964 echo "$as_me:9964: result: no" >&5
9417echo "${ECHO_T}no" >&6 9965echo "${ECHO_T}no" >&6
9418fi 9966fi
9419 9967
@@ -9423,7 +9971,7 @@ fi
9423 9971
9424 # Extract the first word of "ifconfig", so it can be a program name with args. 9972 # Extract the first word of "ifconfig", so it can be a program name with args.
9425set dummy ifconfig; ac_word=$2 9973set dummy ifconfig; ac_word=$2
9426echo "$as_me:9426: checking for $ac_word" >&5 9974echo "$as_me:9974: checking for $ac_word" >&5
9427echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9975echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9428if test "${ac_cv_path_PROG_IFCONFIG+set}" = set; then 9976if test "${ac_cv_path_PROG_IFCONFIG+set}" = set; then
9429 echo $ECHO_N "(cached) $ECHO_C" >&6 9977 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9440,7 +9988,7 @@ for ac_dir in $ac_dummy; do
9440 test -z "$ac_dir" && ac_dir=. 9988 test -z "$ac_dir" && ac_dir=.
9441 if $as_executable_p "$ac_dir/$ac_word"; then 9989 if $as_executable_p "$ac_dir/$ac_word"; then
9442 ac_cv_path_PROG_IFCONFIG="$ac_dir/$ac_word" 9990 ac_cv_path_PROG_IFCONFIG="$ac_dir/$ac_word"
9443 echo "$as_me:9443: found $ac_dir/$ac_word" >&5 9991 echo "$as_me:9991: found $ac_dir/$ac_word" >&5
9444 break 9992 break
9445fi 9993fi
9446done 9994done
@@ -9451,10 +9999,10 @@ fi
9451PROG_IFCONFIG=$ac_cv_path_PROG_IFCONFIG 9999PROG_IFCONFIG=$ac_cv_path_PROG_IFCONFIG
9452 10000
9453if test -n "$PROG_IFCONFIG"; then 10001if test -n "$PROG_IFCONFIG"; then
9454 echo "$as_me:9454: result: $PROG_IFCONFIG" >&5 10002 echo "$as_me:10002: result: $PROG_IFCONFIG" >&5
9455echo "${ECHO_T}$PROG_IFCONFIG" >&6 10003echo "${ECHO_T}$PROG_IFCONFIG" >&6
9456else 10004else
9457 echo "$as_me:9457: result: no" >&5 10005 echo "$as_me:10005: result: no" >&5
9458echo "${ECHO_T}no" >&6 10006echo "${ECHO_T}no" >&6
9459fi 10007fi
9460 10008
@@ -9464,7 +10012,7 @@ fi
9464 10012
9465 # Extract the first word of "jstat", so it can be a program name with args. 10013 # Extract the first word of "jstat", so it can be a program name with args.
9466set dummy jstat; ac_word=$2 10014set dummy jstat; ac_word=$2
9467echo "$as_me:9467: checking for $ac_word" >&5 10015echo "$as_me:10015: checking for $ac_word" >&5
9468echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 10016echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9469if test "${ac_cv_path_PROG_JSTAT+set}" = set; then 10017if test "${ac_cv_path_PROG_JSTAT+set}" = set; then
9470 echo $ECHO_N "(cached) $ECHO_C" >&6 10018 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9481,7 +10029,7 @@ for ac_dir in $ac_dummy; do
9481 test -z "$ac_dir" && ac_dir=. 10029 test -z "$ac_dir" && ac_dir=.
9482 if $as_executable_p "$ac_dir/$ac_word"; then 10030 if $as_executable_p "$ac_dir/$ac_word"; then
9483 ac_cv_path_PROG_JSTAT="$ac_dir/$ac_word" 10031 ac_cv_path_PROG_JSTAT="$ac_dir/$ac_word"
9484 echo "$as_me:9484: found $ac_dir/$ac_word" >&5 10032 echo "$as_me:10032: found $ac_dir/$ac_word" >&5
9485 break 10033 break
9486fi 10034fi
9487done 10035done
@@ -9492,10 +10040,10 @@ fi
9492PROG_JSTAT=$ac_cv_path_PROG_JSTAT 10040PROG_JSTAT=$ac_cv_path_PROG_JSTAT
9493 10041
9494if test -n "$PROG_JSTAT"; then 10042if test -n "$PROG_JSTAT"; then
9495 echo "$as_me:9495: result: $PROG_JSTAT" >&5 10043 echo "$as_me:10043: result: $PROG_JSTAT" >&5
9496echo "${ECHO_T}$PROG_JSTAT" >&6 10044echo "${ECHO_T}$PROG_JSTAT" >&6
9497else 10045else
9498 echo "$as_me:9498: result: no" >&5 10046 echo "$as_me:10046: result: no" >&5
9499echo "${ECHO_T}no" >&6 10047echo "${ECHO_T}no" >&6
9500fi 10048fi
9501 10049
@@ -9505,7 +10053,7 @@ fi
9505 10053
9506 # Extract the first word of "ps", so it can be a program name with args. 10054 # Extract the first word of "ps", so it can be a program name with args.
9507set dummy ps; ac_word=$2 10055set dummy ps; ac_word=$2
9508echo "$as_me:9508: checking for $ac_word" >&5 10056echo "$as_me:10056: checking for $ac_word" >&5
9509echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 10057echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9510if test "${ac_cv_path_PROG_PS+set}" = set; then 10058if test "${ac_cv_path_PROG_PS+set}" = set; then
9511 echo $ECHO_N "(cached) $ECHO_C" >&6 10059 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9522,7 +10070,7 @@ for ac_dir in $ac_dummy; do
9522 test -z "$ac_dir" && ac_dir=. 10070 test -z "$ac_dir" && ac_dir=.
9523 if $as_executable_p "$ac_dir/$ac_word"; then 10071 if $as_executable_p "$ac_dir/$ac_word"; then
9524 ac_cv_path_PROG_PS="$ac_dir/$ac_word" 10072 ac_cv_path_PROG_PS="$ac_dir/$ac_word"
9525 echo "$as_me:9525: found $ac_dir/$ac_word" >&5 10073 echo "$as_me:10073: found $ac_dir/$ac_word" >&5
9526 break 10074 break
9527fi 10075fi
9528done 10076done
@@ -9533,10 +10081,10 @@ fi
9533PROG_PS=$ac_cv_path_PROG_PS 10081PROG_PS=$ac_cv_path_PROG_PS
9534 10082
9535if test -n "$PROG_PS"; then 10083if test -n "$PROG_PS"; then
9536 echo "$as_me:9536: result: $PROG_PS" >&5 10084 echo "$as_me:10084: result: $PROG_PS" >&5
9537echo "${ECHO_T}$PROG_PS" >&6 10085echo "${ECHO_T}$PROG_PS" >&6
9538else 10086else
9539 echo "$as_me:9539: result: no" >&5 10087 echo "$as_me:10087: result: no" >&5
9540echo "${ECHO_T}no" >&6 10088echo "${ECHO_T}no" >&6
9541fi 10089fi
9542 10090
@@ -9546,7 +10094,7 @@ fi
9546 10094
9547 # Extract the first word of "sar", so it can be a program name with args. 10095 # Extract the first word of "sar", so it can be a program name with args.
9548set dummy sar; ac_word=$2 10096set dummy sar; ac_word=$2
9549echo "$as_me:9549: checking for $ac_word" >&5 10097echo "$as_me:10097: checking for $ac_word" >&5
9550echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 10098echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9551if test "${ac_cv_path_PROG_SAR+set}" = set; then 10099if test "${ac_cv_path_PROG_SAR+set}" = set; then
9552 echo $ECHO_N "(cached) $ECHO_C" >&6 10100 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9563,7 +10111,7 @@ for ac_dir in $ac_dummy; do
9563 test -z "$ac_dir" && ac_dir=. 10111 test -z "$ac_dir" && ac_dir=.
9564 if $as_executable_p "$ac_dir/$ac_word"; then 10112 if $as_executable_p "$ac_dir/$ac_word"; then
9565 ac_cv_path_PROG_SAR="$ac_dir/$ac_word" 10113 ac_cv_path_PROG_SAR="$ac_dir/$ac_word"
9566 echo "$as_me:9566: found $ac_dir/$ac_word" >&5 10114 echo "$as_me:10114: found $ac_dir/$ac_word" >&5
9567 break 10115 break
9568fi 10116fi
9569done 10117done
@@ -9574,10 +10122,10 @@ fi
9574PROG_SAR=$ac_cv_path_PROG_SAR 10122PROG_SAR=$ac_cv_path_PROG_SAR
9575 10123
9576if test -n "$PROG_SAR"; then 10124if test -n "$PROG_SAR"; then
9577 echo "$as_me:9577: result: $PROG_SAR" >&5 10125 echo "$as_me:10125: result: $PROG_SAR" >&5
9578echo "${ECHO_T}$PROG_SAR" >&6 10126echo "${ECHO_T}$PROG_SAR" >&6
9579else 10127else
9580 echo "$as_me:9580: result: no" >&5 10128 echo "$as_me:10128: result: no" >&5
9581echo "${ECHO_T}no" >&6 10129echo "${ECHO_T}no" >&6
9582fi 10130fi
9583 10131
@@ -9587,7 +10135,7 @@ fi
9587 10135
9588 # Extract the first word of "w", so it can be a program name with args. 10136 # Extract the first word of "w", so it can be a program name with args.
9589set dummy w; ac_word=$2 10137set dummy w; ac_word=$2
9590echo "$as_me:9590: checking for $ac_word" >&5 10138echo "$as_me:10138: checking for $ac_word" >&5
9591echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 10139echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9592if test "${ac_cv_path_PROG_W+set}" = set; then 10140if test "${ac_cv_path_PROG_W+set}" = set; then
9593 echo $ECHO_N "(cached) $ECHO_C" >&6 10141 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9604,7 +10152,7 @@ for ac_dir in $ac_dummy; do
9604 test -z "$ac_dir" && ac_dir=. 10152 test -z "$ac_dir" && ac_dir=.
9605 if $as_executable_p "$ac_dir/$ac_word"; then 10153 if $as_executable_p "$ac_dir/$ac_word"; then
9606 ac_cv_path_PROG_W="$ac_dir/$ac_word" 10154 ac_cv_path_PROG_W="$ac_dir/$ac_word"
9607 echo "$as_me:9607: found $ac_dir/$ac_word" >&5 10155 echo "$as_me:10155: found $ac_dir/$ac_word" >&5
9608 break 10156 break
9609fi 10157fi
9610done 10158done
@@ -9615,10 +10163,10 @@ fi
9615PROG_W=$ac_cv_path_PROG_W 10163PROG_W=$ac_cv_path_PROG_W
9616 10164
9617if test -n "$PROG_W"; then 10165if test -n "$PROG_W"; then
9618 echo "$as_me:9618: result: $PROG_W" >&5 10166 echo "$as_me:10166: result: $PROG_W" >&5
9619echo "${ECHO_T}$PROG_W" >&6 10167echo "${ECHO_T}$PROG_W" >&6
9620else 10168else
9621 echo "$as_me:9621: result: no" >&5 10169 echo "$as_me:10169: result: no" >&5
9622echo "${ECHO_T}no" >&6 10170echo "${ECHO_T}no" >&6
9623fi 10171fi
9624 10172
@@ -9628,7 +10176,7 @@ fi
9628 10176
9629 # Extract the first word of "who", so it can be a program name with args. 10177 # Extract the first word of "who", so it can be a program name with args.
9630set dummy who; ac_word=$2 10178set dummy who; ac_word=$2
9631echo "$as_me:9631: checking for $ac_word" >&5 10179echo "$as_me:10179: checking for $ac_word" >&5
9632echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 10180echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9633if test "${ac_cv_path_PROG_WHO+set}" = set; then 10181if test "${ac_cv_path_PROG_WHO+set}" = set; then
9634 echo $ECHO_N "(cached) $ECHO_C" >&6 10182 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9645,7 +10193,7 @@ for ac_dir in $ac_dummy; do
9645 test -z "$ac_dir" && ac_dir=. 10193 test -z "$ac_dir" && ac_dir=.
9646 if $as_executable_p "$ac_dir/$ac_word"; then 10194 if $as_executable_p "$ac_dir/$ac_word"; then
9647 ac_cv_path_PROG_WHO="$ac_dir/$ac_word" 10195 ac_cv_path_PROG_WHO="$ac_dir/$ac_word"
9648 echo "$as_me:9648: found $ac_dir/$ac_word" >&5 10196 echo "$as_me:10196: found $ac_dir/$ac_word" >&5
9649 break 10197 break
9650fi 10198fi
9651done 10199done
@@ -9656,10 +10204,10 @@ fi
9656PROG_WHO=$ac_cv_path_PROG_WHO 10204PROG_WHO=$ac_cv_path_PROG_WHO
9657 10205
9658if test -n "$PROG_WHO"; then 10206if test -n "$PROG_WHO"; then
9659 echo "$as_me:9659: result: $PROG_WHO" >&5 10207 echo "$as_me:10207: result: $PROG_WHO" >&5
9660echo "${ECHO_T}$PROG_WHO" >&6 10208echo "${ECHO_T}$PROG_WHO" >&6
9661else 10209else
9662 echo "$as_me:9662: result: no" >&5 10210 echo "$as_me:10210: result: no" >&5
9663echo "${ECHO_T}no" >&6 10211echo "${ECHO_T}no" >&6
9664fi 10212fi
9665 10213
@@ -9669,7 +10217,7 @@ fi
9669 10217
9670 # Extract the first word of "last", so it can be a program name with args. 10218 # Extract the first word of "last", so it can be a program name with args.
9671set dummy last; ac_word=$2 10219set dummy last; ac_word=$2
9672echo "$as_me:9672: checking for $ac_word" >&5 10220echo "$as_me:10220: checking for $ac_word" >&5
9673echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 10221echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9674if test "${ac_cv_path_PROG_LAST+set}" = set; then 10222if test "${ac_cv_path_PROG_LAST+set}" = set; then
9675 echo $ECHO_N "(cached) $ECHO_C" >&6 10223 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9686,7 +10234,7 @@ for ac_dir in $ac_dummy; do
9686 test -z "$ac_dir" && ac_dir=. 10234 test -z "$ac_dir" && ac_dir=.
9687 if $as_executable_p "$ac_dir/$ac_word"; then 10235 if $as_executable_p "$ac_dir/$ac_word"; then
9688 ac_cv_path_PROG_LAST="$ac_dir/$ac_word" 10236 ac_cv_path_PROG_LAST="$ac_dir/$ac_word"
9689 echo "$as_me:9689: found $ac_dir/$ac_word" >&5 10237 echo "$as_me:10237: found $ac_dir/$ac_word" >&5
9690 break 10238 break
9691fi 10239fi
9692done 10240done
@@ -9697,10 +10245,10 @@ fi
9697PROG_LAST=$ac_cv_path_PROG_LAST 10245PROG_LAST=$ac_cv_path_PROG_LAST
9698 10246
9699if test -n "$PROG_LAST"; then 10247if test -n "$PROG_LAST"; then
9700 echo "$as_me:9700: result: $PROG_LAST" >&5 10248 echo "$as_me:10248: result: $PROG_LAST" >&5
9701echo "${ECHO_T}$PROG_LAST" >&6 10249echo "${ECHO_T}$PROG_LAST" >&6
9702else 10250else
9703 echo "$as_me:9703: result: no" >&5 10251 echo "$as_me:10251: result: no" >&5
9704echo "${ECHO_T}no" >&6 10252echo "${ECHO_T}no" >&6
9705fi 10253fi
9706 10254
@@ -9710,7 +10258,7 @@ fi
9710 10258
9711 # Extract the first word of "lastlog", so it can be a program name with args. 10259 # Extract the first word of "lastlog", so it can be a program name with args.
9712set dummy lastlog; ac_word=$2 10260set dummy lastlog; ac_word=$2
9713echo "$as_me:9713: checking for $ac_word" >&5 10261echo "$as_me:10261: checking for $ac_word" >&5
9714echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 10262echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9715if test "${ac_cv_path_PROG_LASTLOG+set}" = set; then 10263if test "${ac_cv_path_PROG_LASTLOG+set}" = set; then
9716 echo $ECHO_N "(cached) $ECHO_C" >&6 10264 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9727,7 +10275,7 @@ for ac_dir in $ac_dummy; do
9727 test -z "$ac_dir" && ac_dir=. 10275 test -z "$ac_dir" && ac_dir=.
9728 if $as_executable_p "$ac_dir/$ac_word"; then 10276 if $as_executable_p "$ac_dir/$ac_word"; then
9729 ac_cv_path_PROG_LASTLOG="$ac_dir/$ac_word" 10277 ac_cv_path_PROG_LASTLOG="$ac_dir/$ac_word"
9730 echo "$as_me:9730: found $ac_dir/$ac_word" >&5 10278 echo "$as_me:10278: found $ac_dir/$ac_word" >&5
9731 break 10279 break
9732fi 10280fi
9733done 10281done
@@ -9738,10 +10286,10 @@ fi
9738PROG_LASTLOG=$ac_cv_path_PROG_LASTLOG 10286PROG_LASTLOG=$ac_cv_path_PROG_LASTLOG
9739 10287
9740if test -n "$PROG_LASTLOG"; then 10288if test -n "$PROG_LASTLOG"; then
9741 echo "$as_me:9741: result: $PROG_LASTLOG" >&5 10289 echo "$as_me:10289: result: $PROG_LASTLOG" >&5
9742echo "${ECHO_T}$PROG_LASTLOG" >&6 10290echo "${ECHO_T}$PROG_LASTLOG" >&6
9743else 10291else
9744 echo "$as_me:9744: result: no" >&5 10292 echo "$as_me:10292: result: no" >&5
9745echo "${ECHO_T}no" >&6 10293echo "${ECHO_T}no" >&6
9746fi 10294fi
9747 10295
@@ -9751,7 +10299,7 @@ fi
9751 10299
9752 # Extract the first word of "df", so it can be a program name with args. 10300 # Extract the first word of "df", so it can be a program name with args.
9753set dummy df; ac_word=$2 10301set dummy df; ac_word=$2
9754echo "$as_me:9754: checking for $ac_word" >&5 10302echo "$as_me:10302: checking for $ac_word" >&5
9755echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 10303echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9756if test "${ac_cv_path_PROG_DF+set}" = set; then 10304if test "${ac_cv_path_PROG_DF+set}" = set; then
9757 echo $ECHO_N "(cached) $ECHO_C" >&6 10305 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9768,7 +10316,7 @@ for ac_dir in $ac_dummy; do
9768 test -z "$ac_dir" && ac_dir=. 10316 test -z "$ac_dir" && ac_dir=.
9769 if $as_executable_p "$ac_dir/$ac_word"; then 10317 if $as_executable_p "$ac_dir/$ac_word"; then
9770 ac_cv_path_PROG_DF="$ac_dir/$ac_word" 10318 ac_cv_path_PROG_DF="$ac_dir/$ac_word"
9771 echo "$as_me:9771: found $ac_dir/$ac_word" >&5 10319 echo "$as_me:10319: found $ac_dir/$ac_word" >&5
9772 break 10320 break
9773fi 10321fi
9774done 10322done
@@ -9779,10 +10327,10 @@ fi
9779PROG_DF=$ac_cv_path_PROG_DF 10327PROG_DF=$ac_cv_path_PROG_DF
9780 10328
9781if test -n "$PROG_DF"; then 10329if test -n "$PROG_DF"; then
9782 echo "$as_me:9782: result: $PROG_DF" >&5 10330 echo "$as_me:10330: result: $PROG_DF" >&5
9783echo "${ECHO_T}$PROG_DF" >&6 10331echo "${ECHO_T}$PROG_DF" >&6
9784else 10332else
9785 echo "$as_me:9785: result: no" >&5 10333 echo "$as_me:10333: result: no" >&5
9786echo "${ECHO_T}no" >&6 10334echo "${ECHO_T}no" >&6
9787fi 10335fi
9788 10336
@@ -9792,7 +10340,7 @@ fi
9792 10340
9793 # Extract the first word of "vmstat", so it can be a program name with args. 10341 # Extract the first word of "vmstat", so it can be a program name with args.
9794set dummy vmstat; ac_word=$2 10342set dummy vmstat; ac_word=$2
9795echo "$as_me:9795: checking for $ac_word" >&5 10343echo "$as_me:10343: checking for $ac_word" >&5
9796echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 10344echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9797if test "${ac_cv_path_PROG_VMSTAT+set}" = set; then 10345if test "${ac_cv_path_PROG_VMSTAT+set}" = set; then
9798 echo $ECHO_N "(cached) $ECHO_C" >&6 10346 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9809,7 +10357,7 @@ for ac_dir in $ac_dummy; do
9809 test -z "$ac_dir" && ac_dir=. 10357 test -z "$ac_dir" && ac_dir=.
9810 if $as_executable_p "$ac_dir/$ac_word"; then 10358 if $as_executable_p "$ac_dir/$ac_word"; then
9811 ac_cv_path_PROG_VMSTAT="$ac_dir/$ac_word" 10359 ac_cv_path_PROG_VMSTAT="$ac_dir/$ac_word"
9812 echo "$as_me:9812: found $ac_dir/$ac_word" >&5 10360 echo "$as_me:10360: found $ac_dir/$ac_word" >&5
9813 break 10361 break
9814fi 10362fi
9815done 10363done
@@ -9820,10 +10368,10 @@ fi
9820PROG_VMSTAT=$ac_cv_path_PROG_VMSTAT 10368PROG_VMSTAT=$ac_cv_path_PROG_VMSTAT
9821 10369
9822if test -n "$PROG_VMSTAT"; then 10370if test -n "$PROG_VMSTAT"; then
9823 echo "$as_me:9823: result: $PROG_VMSTAT" >&5 10371 echo "$as_me:10371: result: $PROG_VMSTAT" >&5
9824echo "${ECHO_T}$PROG_VMSTAT" >&6 10372echo "${ECHO_T}$PROG_VMSTAT" >&6
9825else 10373else
9826 echo "$as_me:9826: result: no" >&5 10374 echo "$as_me:10374: result: no" >&5
9827echo "${ECHO_T}no" >&6 10375echo "${ECHO_T}no" >&6
9828fi 10376fi
9829 10377
@@ -9833,7 +10381,7 @@ fi
9833 10381
9834 # Extract the first word of "uptime", so it can be a program name with args. 10382 # Extract the first word of "uptime", so it can be a program name with args.
9835set dummy uptime; ac_word=$2 10383set dummy uptime; ac_word=$2
9836echo "$as_me:9836: checking for $ac_word" >&5 10384echo "$as_me:10384: checking for $ac_word" >&5
9837echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 10385echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9838if test "${ac_cv_path_PROG_UPTIME+set}" = set; then 10386if test "${ac_cv_path_PROG_UPTIME+set}" = set; then
9839 echo $ECHO_N "(cached) $ECHO_C" >&6 10387 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9850,7 +10398,7 @@ for ac_dir in $ac_dummy; do
9850 test -z "$ac_dir" && ac_dir=. 10398 test -z "$ac_dir" && ac_dir=.
9851 if $as_executable_p "$ac_dir/$ac_word"; then 10399 if $as_executable_p "$ac_dir/$ac_word"; then
9852 ac_cv_path_PROG_UPTIME="$ac_dir/$ac_word" 10400 ac_cv_path_PROG_UPTIME="$ac_dir/$ac_word"
9853 echo "$as_me:9853: found $ac_dir/$ac_word" >&5 10401 echo "$as_me:10401: found $ac_dir/$ac_word" >&5
9854 break 10402 break
9855fi 10403fi
9856done 10404done
@@ -9861,10 +10409,10 @@ fi
9861PROG_UPTIME=$ac_cv_path_PROG_UPTIME 10409PROG_UPTIME=$ac_cv_path_PROG_UPTIME
9862 10410
9863if test -n "$PROG_UPTIME"; then 10411if test -n "$PROG_UPTIME"; then
9864 echo "$as_me:9864: result: $PROG_UPTIME" >&5 10412 echo "$as_me:10412: result: $PROG_UPTIME" >&5
9865echo "${ECHO_T}$PROG_UPTIME" >&6 10413echo "${ECHO_T}$PROG_UPTIME" >&6
9866else 10414else
9867 echo "$as_me:9867: result: no" >&5 10415 echo "$as_me:10415: result: no" >&5
9868echo "${ECHO_T}no" >&6 10416echo "${ECHO_T}no" >&6
9869fi 10417fi
9870 10418
@@ -9874,7 +10422,7 @@ fi
9874 10422
9875 # Extract the first word of "ipcs", so it can be a program name with args. 10423 # Extract the first word of "ipcs", so it can be a program name with args.
9876set dummy ipcs; ac_word=$2 10424set dummy ipcs; ac_word=$2
9877echo "$as_me:9877: checking for $ac_word" >&5 10425echo "$as_me:10425: checking for $ac_word" >&5
9878echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 10426echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9879if test "${ac_cv_path_PROG_IPCS+set}" = set; then 10427if test "${ac_cv_path_PROG_IPCS+set}" = set; then
9880 echo $ECHO_N "(cached) $ECHO_C" >&6 10428 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9891,7 +10439,7 @@ for ac_dir in $ac_dummy; do
9891 test -z "$ac_dir" && ac_dir=. 10439 test -z "$ac_dir" && ac_dir=.
9892 if $as_executable_p "$ac_dir/$ac_word"; then 10440 if $as_executable_p "$ac_dir/$ac_word"; then
9893 ac_cv_path_PROG_IPCS="$ac_dir/$ac_word" 10441 ac_cv_path_PROG_IPCS="$ac_dir/$ac_word"
9894 echo "$as_me:9894: found $ac_dir/$ac_word" >&5 10442 echo "$as_me:10442: found $ac_dir/$ac_word" >&5
9895 break 10443 break
9896fi 10444fi
9897done 10445done
@@ -9902,10 +10450,10 @@ fi
9902PROG_IPCS=$ac_cv_path_PROG_IPCS 10450PROG_IPCS=$ac_cv_path_PROG_IPCS
9903 10451
9904if test -n "$PROG_IPCS"; then 10452if test -n "$PROG_IPCS"; then
9905 echo "$as_me:9905: result: $PROG_IPCS" >&5 10453 echo "$as_me:10453: result: $PROG_IPCS" >&5
9906echo "${ECHO_T}$PROG_IPCS" >&6 10454echo "${ECHO_T}$PROG_IPCS" >&6
9907else 10455else
9908 echo "$as_me:9908: result: no" >&5 10456 echo "$as_me:10456: result: no" >&5
9909echo "${ECHO_T}no" >&6 10457echo "${ECHO_T}no" >&6
9910fi 10458fi
9911 10459
@@ -9915,7 +10463,7 @@ fi
9915 10463
9916 # Extract the first word of "tail", so it can be a program name with args. 10464 # Extract the first word of "tail", so it can be a program name with args.
9917set dummy tail; ac_word=$2 10465set dummy tail; ac_word=$2
9918echo "$as_me:9918: checking for $ac_word" >&5 10466echo "$as_me:10466: checking for $ac_word" >&5
9919echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 10467echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9920if test "${ac_cv_path_PROG_TAIL+set}" = set; then 10468if test "${ac_cv_path_PROG_TAIL+set}" = set; then
9921 echo $ECHO_N "(cached) $ECHO_C" >&6 10469 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9932,7 +10480,7 @@ for ac_dir in $ac_dummy; do
9932 test -z "$ac_dir" && ac_dir=. 10480 test -z "$ac_dir" && ac_dir=.
9933 if $as_executable_p "$ac_dir/$ac_word"; then 10481 if $as_executable_p "$ac_dir/$ac_word"; then
9934 ac_cv_path_PROG_TAIL="$ac_dir/$ac_word" 10482 ac_cv_path_PROG_TAIL="$ac_dir/$ac_word"
9935 echo "$as_me:9935: found $ac_dir/$ac_word" >&5 10483 echo "$as_me:10483: found $ac_dir/$ac_word" >&5
9936 break 10484 break
9937fi 10485fi
9938done 10486done
@@ -9943,10 +10491,10 @@ fi
9943PROG_TAIL=$ac_cv_path_PROG_TAIL 10491PROG_TAIL=$ac_cv_path_PROG_TAIL
9944 10492
9945if test -n "$PROG_TAIL"; then 10493if test -n "$PROG_TAIL"; then
9946 echo "$as_me:9946: result: $PROG_TAIL" >&5 10494 echo "$as_me:10494: result: $PROG_TAIL" >&5
9947echo "${ECHO_T}$PROG_TAIL" >&6 10495echo "${ECHO_T}$PROG_TAIL" >&6
9948else 10496else
9949 echo "$as_me:9949: result: no" >&5 10497 echo "$as_me:10497: result: no" >&5
9950echo "${ECHO_T}no" >&6 10498echo "${ECHO_T}no" >&6
9951fi 10499fi
9952 10500
@@ -9977,13 +10525,13 @@ if test ! -z "$SONY" ; then
9977fi 10525fi
9978 10526
9979# Checks for data types 10527# Checks for data types
9980echo "$as_me:9980: checking for char" >&5 10528echo "$as_me:10528: checking for char" >&5
9981echo $ECHO_N "checking for char... $ECHO_C" >&6 10529echo $ECHO_N "checking for char... $ECHO_C" >&6
9982if test "${ac_cv_type_char+set}" = set; then 10530if test "${ac_cv_type_char+set}" = set; then
9983 echo $ECHO_N "(cached) $ECHO_C" >&6 10531 echo $ECHO_N "(cached) $ECHO_C" >&6
9984else 10532else
9985 cat >conftest.$ac_ext <<_ACEOF 10533 cat >conftest.$ac_ext <<_ACEOF
9986#line 9986 "configure" 10534#line 10534 "configure"
9987#include "confdefs.h" 10535#include "confdefs.h"
9988$ac_includes_default 10536$ac_includes_default
9989int 10537int
@@ -9998,16 +10546,16 @@ if (sizeof (char))
9998} 10546}
9999_ACEOF 10547_ACEOF
10000rm -f conftest.$ac_objext 10548rm -f conftest.$ac_objext
10001if { (eval echo "$as_me:10001: \"$ac_compile\"") >&5 10549if { (eval echo "$as_me:10549: \"$ac_compile\"") >&5
10002 (eval $ac_compile) 2>&5 10550 (eval $ac_compile) 2>&5
10003 ac_status=$? 10551 ac_status=$?
10004 echo "$as_me:10004: \$? = $ac_status" >&5 10552 echo "$as_me:10552: \$? = $ac_status" >&5
10005 (exit $ac_status); } && 10553 (exit $ac_status); } &&
10006 { ac_try='test -s conftest.$ac_objext' 10554 { ac_try='test -s conftest.$ac_objext'
10007 { (eval echo "$as_me:10007: \"$ac_try\"") >&5 10555 { (eval echo "$as_me:10555: \"$ac_try\"") >&5
10008 (eval $ac_try) 2>&5 10556 (eval $ac_try) 2>&5
10009 ac_status=$? 10557 ac_status=$?
10010 echo "$as_me:10010: \$? = $ac_status" >&5 10558 echo "$as_me:10558: \$? = $ac_status" >&5
10011 (exit $ac_status); }; }; then 10559 (exit $ac_status); }; }; then
10012 ac_cv_type_char=yes 10560 ac_cv_type_char=yes
10013else 10561else
@@ -10017,10 +10565,10 @@ ac_cv_type_char=no
10017fi 10565fi
10018rm -f conftest.$ac_objext conftest.$ac_ext 10566rm -f conftest.$ac_objext conftest.$ac_ext
10019fi 10567fi
10020echo "$as_me:10020: result: $ac_cv_type_char" >&5 10568echo "$as_me:10568: result: $ac_cv_type_char" >&5
10021echo "${ECHO_T}$ac_cv_type_char" >&6 10569echo "${ECHO_T}$ac_cv_type_char" >&6
10022 10570
10023echo "$as_me:10023: checking size of char" >&5 10571echo "$as_me:10571: checking size of char" >&5
10024echo $ECHO_N "checking size of char... $ECHO_C" >&6 10572echo $ECHO_N "checking size of char... $ECHO_C" >&6
10025if test "${ac_cv_sizeof_char+set}" = set; then 10573if test "${ac_cv_sizeof_char+set}" = set; then
10026 echo $ECHO_N "(cached) $ECHO_C" >&6 10574 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10029,7 +10577,7 @@ else
10029 if test "$cross_compiling" = yes; then 10577 if test "$cross_compiling" = yes; then
10030 # Depending upon the size, compute the lo and hi bounds. 10578 # Depending upon the size, compute the lo and hi bounds.
10031cat >conftest.$ac_ext <<_ACEOF 10579cat >conftest.$ac_ext <<_ACEOF
10032#line 10032 "configure" 10580#line 10580 "configure"
10033#include "confdefs.h" 10581#include "confdefs.h"
10034$ac_includes_default 10582$ac_includes_default
10035int 10583int
@@ -10041,21 +10589,21 @@ int _array_ [1 - 2 * !((sizeof (char)) >= 0)]
10041} 10589}
10042_ACEOF 10590_ACEOF
10043rm -f conftest.$ac_objext 10591rm -f conftest.$ac_objext
10044if { (eval echo "$as_me:10044: \"$ac_compile\"") >&5 10592if { (eval echo "$as_me:10592: \"$ac_compile\"") >&5
10045 (eval $ac_compile) 2>&5 10593 (eval $ac_compile) 2>&5
10046 ac_status=$? 10594 ac_status=$?
10047 echo "$as_me:10047: \$? = $ac_status" >&5 10595 echo "$as_me:10595: \$? = $ac_status" >&5
10048 (exit $ac_status); } && 10596 (exit $ac_status); } &&
10049 { ac_try='test -s conftest.$ac_objext' 10597 { ac_try='test -s conftest.$ac_objext'
10050 { (eval echo "$as_me:10050: \"$ac_try\"") >&5 10598 { (eval echo "$as_me:10598: \"$ac_try\"") >&5
10051 (eval $ac_try) 2>&5 10599 (eval $ac_try) 2>&5
10052 ac_status=$? 10600 ac_status=$?
10053 echo "$as_me:10053: \$? = $ac_status" >&5 10601 echo "$as_me:10601: \$? = $ac_status" >&5
10054 (exit $ac_status); }; }; then 10602 (exit $ac_status); }; }; then
10055 ac_lo=0 ac_mid=0 10603 ac_lo=0 ac_mid=0
10056 while :; do 10604 while :; do
10057 cat >conftest.$ac_ext <<_ACEOF 10605 cat >conftest.$ac_ext <<_ACEOF
10058#line 10058 "configure" 10606#line 10606 "configure"
10059#include "confdefs.h" 10607#include "confdefs.h"
10060$ac_includes_default 10608$ac_includes_default
10061int 10609int
@@ -10067,16 +10615,16 @@ int _array_ [1 - 2 * !((sizeof (char)) <= $ac_mid)]
10067} 10615}
10068_ACEOF 10616_ACEOF
10069rm -f conftest.$ac_objext 10617rm -f conftest.$ac_objext
10070if { (eval echo "$as_me:10070: \"$ac_compile\"") >&5 10618if { (eval echo "$as_me:10618: \"$ac_compile\"") >&5
10071 (eval $ac_compile) 2>&5 10619 (eval $ac_compile) 2>&5
10072 ac_status=$? 10620 ac_status=$?
10073 echo "$as_me:10073: \$? = $ac_status" >&5 10621 echo "$as_me:10621: \$? = $ac_status" >&5
10074 (exit $ac_status); } && 10622 (exit $ac_status); } &&
10075 { ac_try='test -s conftest.$ac_objext' 10623 { ac_try='test -s conftest.$ac_objext'
10076 { (eval echo "$as_me:10076: \"$ac_try\"") >&5 10624 { (eval echo "$as_me:10624: \"$ac_try\"") >&5
10077 (eval $ac_try) 2>&5 10625 (eval $ac_try) 2>&5
10078 ac_status=$? 10626 ac_status=$?
10079 echo "$as_me:10079: \$? = $ac_status" >&5 10627 echo "$as_me:10627: \$? = $ac_status" >&5
10080 (exit $ac_status); }; }; then 10628 (exit $ac_status); }; }; then
10081 ac_hi=$ac_mid; break 10629 ac_hi=$ac_mid; break
10082else 10630else
@@ -10092,7 +10640,7 @@ cat conftest.$ac_ext >&5
10092ac_hi=-1 ac_mid=-1 10640ac_hi=-1 ac_mid=-1
10093 while :; do 10641 while :; do
10094 cat >conftest.$ac_ext <<_ACEOF 10642 cat >conftest.$ac_ext <<_ACEOF
10095#line 10095 "configure" 10643#line 10643 "configure"
10096#include "confdefs.h" 10644#include "confdefs.h"
10097$ac_includes_default 10645$ac_includes_default
10098int 10646int
@@ -10104,16 +10652,16 @@ int _array_ [1 - 2 * !((sizeof (char)) >= $ac_mid)]
10104} 10652}
10105_ACEOF 10653_ACEOF
10106rm -f conftest.$ac_objext 10654rm -f conftest.$ac_objext
10107if { (eval echo "$as_me:10107: \"$ac_compile\"") >&5 10655if { (eval echo "$as_me:10655: \"$ac_compile\"") >&5
10108 (eval $ac_compile) 2>&5 10656 (eval $ac_compile) 2>&5
10109 ac_status=$? 10657 ac_status=$?
10110 echo "$as_me:10110: \$? = $ac_status" >&5 10658 echo "$as_me:10658: \$? = $ac_status" >&5
10111 (exit $ac_status); } && 10659 (exit $ac_status); } &&
10112 { ac_try='test -s conftest.$ac_objext' 10660 { ac_try='test -s conftest.$ac_objext'
10113 { (eval echo "$as_me:10113: \"$ac_try\"") >&5 10661 { (eval echo "$as_me:10661: \"$ac_try\"") >&5
10114 (eval $ac_try) 2>&5 10662 (eval $ac_try) 2>&5
10115 ac_status=$? 10663 ac_status=$?
10116 echo "$as_me:10116: \$? = $ac_status" >&5 10664 echo "$as_me:10664: \$? = $ac_status" >&5
10117 (exit $ac_status); }; }; then 10665 (exit $ac_status); }; }; then
10118 ac_lo=$ac_mid; break 10666 ac_lo=$ac_mid; break
10119else 10667else
@@ -10129,7 +10677,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
10129while test "x$ac_lo" != "x$ac_hi"; do 10677while test "x$ac_lo" != "x$ac_hi"; do
10130 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 10678 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
10131 cat >conftest.$ac_ext <<_ACEOF 10679 cat >conftest.$ac_ext <<_ACEOF
10132#line 10132 "configure" 10680#line 10680 "configure"
10133#include "confdefs.h" 10681#include "confdefs.h"
10134$ac_includes_default 10682$ac_includes_default
10135int 10683int
@@ -10141,16 +10689,16 @@ int _array_ [1 - 2 * !((sizeof (char)) <= $ac_mid)]
10141} 10689}
10142_ACEOF 10690_ACEOF
10143rm -f conftest.$ac_objext 10691rm -f conftest.$ac_objext
10144if { (eval echo "$as_me:10144: \"$ac_compile\"") >&5 10692if { (eval echo "$as_me:10692: \"$ac_compile\"") >&5
10145 (eval $ac_compile) 2>&5 10693 (eval $ac_compile) 2>&5
10146 ac_status=$? 10694 ac_status=$?
10147 echo "$as_me:10147: \$? = $ac_status" >&5 10695 echo "$as_me:10695: \$? = $ac_status" >&5
10148 (exit $ac_status); } && 10696 (exit $ac_status); } &&
10149 { ac_try='test -s conftest.$ac_objext' 10697 { ac_try='test -s conftest.$ac_objext'
10150 { (eval echo "$as_me:10150: \"$ac_try\"") >&5 10698 { (eval echo "$as_me:10698: \"$ac_try\"") >&5
10151 (eval $ac_try) 2>&5 10699 (eval $ac_try) 2>&5
10152 ac_status=$? 10700 ac_status=$?
10153 echo "$as_me:10153: \$? = $ac_status" >&5 10701 echo "$as_me:10701: \$? = $ac_status" >&5
10154 (exit $ac_status); }; }; then 10702 (exit $ac_status); }; }; then
10155 ac_hi=$ac_mid 10703 ac_hi=$ac_mid
10156else 10704else
@@ -10163,12 +10711,12 @@ done
10163ac_cv_sizeof_char=$ac_lo 10711ac_cv_sizeof_char=$ac_lo
10164else 10712else
10165 if test "$cross_compiling" = yes; then 10713 if test "$cross_compiling" = yes; then
10166 { { echo "$as_me:10166: error: cannot run test program while cross compiling" >&5 10714 { { echo "$as_me:10714: error: cannot run test program while cross compiling" >&5
10167echo "$as_me: error: cannot run test program while cross compiling" >&2;} 10715echo "$as_me: error: cannot run test program while cross compiling" >&2;}
10168 { (exit 1); exit 1; }; } 10716 { (exit 1); exit 1; }; }
10169else 10717else
10170 cat >conftest.$ac_ext <<_ACEOF 10718 cat >conftest.$ac_ext <<_ACEOF
10171#line 10171 "configure" 10719#line 10719 "configure"
10172#include "confdefs.h" 10720#include "confdefs.h"
10173$ac_includes_default 10721$ac_includes_default
10174int 10722int
@@ -10184,15 +10732,15 @@ fclose (f);
10184} 10732}
10185_ACEOF 10733_ACEOF
10186rm -f conftest$ac_exeext 10734rm -f conftest$ac_exeext
10187if { (eval echo "$as_me:10187: \"$ac_link\"") >&5 10735if { (eval echo "$as_me:10735: \"$ac_link\"") >&5
10188 (eval $ac_link) 2>&5 10736 (eval $ac_link) 2>&5
10189 ac_status=$? 10737 ac_status=$?
10190 echo "$as_me:10190: \$? = $ac_status" >&5 10738 echo "$as_me:10738: \$? = $ac_status" >&5
10191 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10739 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10192 { (eval echo "$as_me:10192: \"$ac_try\"") >&5 10740 { (eval echo "$as_me:10740: \"$ac_try\"") >&5
10193 (eval $ac_try) 2>&5 10741 (eval $ac_try) 2>&5
10194 ac_status=$? 10742 ac_status=$?
10195 echo "$as_me:10195: \$? = $ac_status" >&5 10743 echo "$as_me:10743: \$? = $ac_status" >&5
10196 (exit $ac_status); }; }; then 10744 (exit $ac_status); }; }; then
10197 ac_cv_sizeof_char=`cat conftest.val` 10745 ac_cv_sizeof_char=`cat conftest.val`
10198else 10746else
@@ -10208,19 +10756,19 @@ else
10208 ac_cv_sizeof_char=0 10756 ac_cv_sizeof_char=0
10209fi 10757fi
10210fi 10758fi
10211echo "$as_me:10211: result: $ac_cv_sizeof_char" >&5 10759echo "$as_me:10759: result: $ac_cv_sizeof_char" >&5
10212echo "${ECHO_T}$ac_cv_sizeof_char" >&6 10760echo "${ECHO_T}$ac_cv_sizeof_char" >&6
10213cat >>confdefs.h <<EOF 10761cat >>confdefs.h <<EOF
10214#define SIZEOF_CHAR $ac_cv_sizeof_char 10762#define SIZEOF_CHAR $ac_cv_sizeof_char
10215EOF 10763EOF
10216 10764
10217echo "$as_me:10217: checking for short int" >&5 10765echo "$as_me:10765: checking for short int" >&5
10218echo $ECHO_N "checking for short int... $ECHO_C" >&6 10766echo $ECHO_N "checking for short int... $ECHO_C" >&6
10219if test "${ac_cv_type_short_int+set}" = set; then 10767if test "${ac_cv_type_short_int+set}" = set; then
10220 echo $ECHO_N "(cached) $ECHO_C" >&6 10768 echo $ECHO_N "(cached) $ECHO_C" >&6
10221else 10769else
10222 cat >conftest.$ac_ext <<_ACEOF 10770 cat >conftest.$ac_ext <<_ACEOF
10223#line 10223 "configure" 10771#line 10771 "configure"
10224#include "confdefs.h" 10772#include "confdefs.h"
10225$ac_includes_default 10773$ac_includes_default
10226int 10774int
@@ -10235,16 +10783,16 @@ if (sizeof (short int))
10235} 10783}
10236_ACEOF 10784_ACEOF
10237rm -f conftest.$ac_objext 10785rm -f conftest.$ac_objext
10238if { (eval echo "$as_me:10238: \"$ac_compile\"") >&5 10786if { (eval echo "$as_me:10786: \"$ac_compile\"") >&5
10239 (eval $ac_compile) 2>&5 10787 (eval $ac_compile) 2>&5
10240 ac_status=$? 10788 ac_status=$?
10241 echo "$as_me:10241: \$? = $ac_status" >&5 10789 echo "$as_me:10789: \$? = $ac_status" >&5
10242 (exit $ac_status); } && 10790 (exit $ac_status); } &&
10243 { ac_try='test -s conftest.$ac_objext' 10791 { ac_try='test -s conftest.$ac_objext'
10244 { (eval echo "$as_me:10244: \"$ac_try\"") >&5 10792 { (eval echo "$as_me:10792: \"$ac_try\"") >&5
10245 (eval $ac_try) 2>&5 10793 (eval $ac_try) 2>&5
10246 ac_status=$? 10794 ac_status=$?
10247 echo "$as_me:10247: \$? = $ac_status" >&5 10795 echo "$as_me:10795: \$? = $ac_status" >&5
10248 (exit $ac_status); }; }; then 10796 (exit $ac_status); }; }; then
10249 ac_cv_type_short_int=yes 10797 ac_cv_type_short_int=yes
10250else 10798else
@@ -10254,10 +10802,10 @@ ac_cv_type_short_int=no
10254fi 10802fi
10255rm -f conftest.$ac_objext conftest.$ac_ext 10803rm -f conftest.$ac_objext conftest.$ac_ext
10256fi 10804fi
10257echo "$as_me:10257: result: $ac_cv_type_short_int" >&5 10805echo "$as_me:10805: result: $ac_cv_type_short_int" >&5
10258echo "${ECHO_T}$ac_cv_type_short_int" >&6 10806echo "${ECHO_T}$ac_cv_type_short_int" >&6
10259 10807
10260echo "$as_me:10260: checking size of short int" >&5 10808echo "$as_me:10808: checking size of short int" >&5
10261echo $ECHO_N "checking size of short int... $ECHO_C" >&6 10809echo $ECHO_N "checking size of short int... $ECHO_C" >&6
10262if test "${ac_cv_sizeof_short_int+set}" = set; then 10810if test "${ac_cv_sizeof_short_int+set}" = set; then
10263 echo $ECHO_N "(cached) $ECHO_C" >&6 10811 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10266,7 +10814,7 @@ else
10266 if test "$cross_compiling" = yes; then 10814 if test "$cross_compiling" = yes; then
10267 # Depending upon the size, compute the lo and hi bounds. 10815 # Depending upon the size, compute the lo and hi bounds.
10268cat >conftest.$ac_ext <<_ACEOF 10816cat >conftest.$ac_ext <<_ACEOF
10269#line 10269 "configure" 10817#line 10817 "configure"
10270#include "confdefs.h" 10818#include "confdefs.h"
10271$ac_includes_default 10819$ac_includes_default
10272int 10820int
@@ -10278,21 +10826,21 @@ int _array_ [1 - 2 * !((sizeof (short int)) >= 0)]
10278} 10826}
10279_ACEOF 10827_ACEOF
10280rm -f conftest.$ac_objext 10828rm -f conftest.$ac_objext
10281if { (eval echo "$as_me:10281: \"$ac_compile\"") >&5 10829if { (eval echo "$as_me:10829: \"$ac_compile\"") >&5
10282 (eval $ac_compile) 2>&5 10830 (eval $ac_compile) 2>&5
10283 ac_status=$? 10831 ac_status=$?
10284 echo "$as_me:10284: \$? = $ac_status" >&5 10832 echo "$as_me:10832: \$? = $ac_status" >&5
10285 (exit $ac_status); } && 10833 (exit $ac_status); } &&
10286 { ac_try='test -s conftest.$ac_objext' 10834 { ac_try='test -s conftest.$ac_objext'
10287 { (eval echo "$as_me:10287: \"$ac_try\"") >&5 10835 { (eval echo "$as_me:10835: \"$ac_try\"") >&5
10288 (eval $ac_try) 2>&5 10836 (eval $ac_try) 2>&5
10289 ac_status=$? 10837 ac_status=$?
10290 echo "$as_me:10290: \$? = $ac_status" >&5 10838 echo "$as_me:10838: \$? = $ac_status" >&5
10291 (exit $ac_status); }; }; then 10839 (exit $ac_status); }; }; then
10292 ac_lo=0 ac_mid=0 10840 ac_lo=0 ac_mid=0
10293 while :; do 10841 while :; do
10294 cat >conftest.$ac_ext <<_ACEOF 10842 cat >conftest.$ac_ext <<_ACEOF
10295#line 10295 "configure" 10843#line 10843 "configure"
10296#include "confdefs.h" 10844#include "confdefs.h"
10297$ac_includes_default 10845$ac_includes_default
10298int 10846int
@@ -10304,16 +10852,16 @@ int _array_ [1 - 2 * !((sizeof (short int)) <= $ac_mid)]
10304} 10852}
10305_ACEOF 10853_ACEOF
10306rm -f conftest.$ac_objext 10854rm -f conftest.$ac_objext
10307if { (eval echo "$as_me:10307: \"$ac_compile\"") >&5 10855if { (eval echo "$as_me:10855: \"$ac_compile\"") >&5
10308 (eval $ac_compile) 2>&5 10856 (eval $ac_compile) 2>&5
10309 ac_status=$? 10857 ac_status=$?
10310 echo "$as_me:10310: \$? = $ac_status" >&5 10858 echo "$as_me:10858: \$? = $ac_status" >&5
10311 (exit $ac_status); } && 10859 (exit $ac_status); } &&
10312 { ac_try='test -s conftest.$ac_objext' 10860 { ac_try='test -s conftest.$ac_objext'
10313 { (eval echo "$as_me:10313: \"$ac_try\"") >&5 10861 { (eval echo "$as_me:10861: \"$ac_try\"") >&5
10314 (eval $ac_try) 2>&5 10862 (eval $ac_try) 2>&5
10315 ac_status=$? 10863 ac_status=$?
10316 echo "$as_me:10316: \$? = $ac_status" >&5 10864 echo "$as_me:10864: \$? = $ac_status" >&5
10317 (exit $ac_status); }; }; then 10865 (exit $ac_status); }; }; then
10318 ac_hi=$ac_mid; break 10866 ac_hi=$ac_mid; break
10319else 10867else
@@ -10329,7 +10877,7 @@ cat conftest.$ac_ext >&5
10329ac_hi=-1 ac_mid=-1 10877ac_hi=-1 ac_mid=-1
10330 while :; do 10878 while :; do
10331 cat >conftest.$ac_ext <<_ACEOF 10879 cat >conftest.$ac_ext <<_ACEOF
10332#line 10332 "configure" 10880#line 10880 "configure"
10333#include "confdefs.h" 10881#include "confdefs.h"
10334$ac_includes_default 10882$ac_includes_default
10335int 10883int
@@ -10341,16 +10889,16 @@ int _array_ [1 - 2 * !((sizeof (short int)) >= $ac_mid)]
10341} 10889}
10342_ACEOF 10890_ACEOF
10343rm -f conftest.$ac_objext 10891rm -f conftest.$ac_objext
10344if { (eval echo "$as_me:10344: \"$ac_compile\"") >&5 10892if { (eval echo "$as_me:10892: \"$ac_compile\"") >&5
10345 (eval $ac_compile) 2>&5 10893 (eval $ac_compile) 2>&5
10346 ac_status=$? 10894 ac_status=$?
10347 echo "$as_me:10347: \$? = $ac_status" >&5 10895 echo "$as_me:10895: \$? = $ac_status" >&5
10348 (exit $ac_status); } && 10896 (exit $ac_status); } &&
10349 { ac_try='test -s conftest.$ac_objext' 10897 { ac_try='test -s conftest.$ac_objext'
10350 { (eval echo "$as_me:10350: \"$ac_try\"") >&5 10898 { (eval echo "$as_me:10898: \"$ac_try\"") >&5
10351 (eval $ac_try) 2>&5 10899 (eval $ac_try) 2>&5
10352 ac_status=$? 10900 ac_status=$?
10353 echo "$as_me:10353: \$? = $ac_status" >&5 10901 echo "$as_me:10901: \$? = $ac_status" >&5
10354 (exit $ac_status); }; }; then 10902 (exit $ac_status); }; }; then
10355 ac_lo=$ac_mid; break 10903 ac_lo=$ac_mid; break
10356else 10904else
@@ -10366,7 +10914,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
10366while test "x$ac_lo" != "x$ac_hi"; do 10914while test "x$ac_lo" != "x$ac_hi"; do
10367 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 10915 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
10368 cat >conftest.$ac_ext <<_ACEOF 10916 cat >conftest.$ac_ext <<_ACEOF
10369#line 10369 "configure" 10917#line 10917 "configure"
10370#include "confdefs.h" 10918#include "confdefs.h"
10371$ac_includes_default 10919$ac_includes_default
10372int 10920int
@@ -10378,16 +10926,16 @@ int _array_ [1 - 2 * !((sizeof (short int)) <= $ac_mid)]
10378} 10926}
10379_ACEOF 10927_ACEOF
10380rm -f conftest.$ac_objext 10928rm -f conftest.$ac_objext
10381if { (eval echo "$as_me:10381: \"$ac_compile\"") >&5 10929if { (eval echo "$as_me:10929: \"$ac_compile\"") >&5
10382 (eval $ac_compile) 2>&5 10930 (eval $ac_compile) 2>&5
10383 ac_status=$? 10931 ac_status=$?
10384 echo "$as_me:10384: \$? = $ac_status" >&5 10932 echo "$as_me:10932: \$? = $ac_status" >&5
10385 (exit $ac_status); } && 10933 (exit $ac_status); } &&
10386 { ac_try='test -s conftest.$ac_objext' 10934 { ac_try='test -s conftest.$ac_objext'
10387 { (eval echo "$as_me:10387: \"$ac_try\"") >&5 10935 { (eval echo "$as_me:10935: \"$ac_try\"") >&5
10388 (eval $ac_try) 2>&5 10936 (eval $ac_try) 2>&5
10389 ac_status=$? 10937 ac_status=$?
10390 echo "$as_me:10390: \$? = $ac_status" >&5 10938 echo "$as_me:10938: \$? = $ac_status" >&5
10391 (exit $ac_status); }; }; then 10939 (exit $ac_status); }; }; then
10392 ac_hi=$ac_mid 10940 ac_hi=$ac_mid
10393else 10941else
@@ -10400,12 +10948,12 @@ done
10400ac_cv_sizeof_short_int=$ac_lo 10948ac_cv_sizeof_short_int=$ac_lo
10401else 10949else
10402 if test "$cross_compiling" = yes; then 10950 if test "$cross_compiling" = yes; then
10403 { { echo "$as_me:10403: error: cannot run test program while cross compiling" >&5 10951 { { echo "$as_me:10951: error: cannot run test program while cross compiling" >&5
10404echo "$as_me: error: cannot run test program while cross compiling" >&2;} 10952echo "$as_me: error: cannot run test program while cross compiling" >&2;}
10405 { (exit 1); exit 1; }; } 10953 { (exit 1); exit 1; }; }
10406else 10954else
10407 cat >conftest.$ac_ext <<_ACEOF 10955 cat >conftest.$ac_ext <<_ACEOF
10408#line 10408 "configure" 10956#line 10956 "configure"
10409#include "confdefs.h" 10957#include "confdefs.h"
10410$ac_includes_default 10958$ac_includes_default
10411int 10959int
@@ -10421,15 +10969,15 @@ fclose (f);
10421} 10969}
10422_ACEOF 10970_ACEOF
10423rm -f conftest$ac_exeext 10971rm -f conftest$ac_exeext
10424if { (eval echo "$as_me:10424: \"$ac_link\"") >&5 10972if { (eval echo "$as_me:10972: \"$ac_link\"") >&5
10425 (eval $ac_link) 2>&5 10973 (eval $ac_link) 2>&5
10426 ac_status=$? 10974 ac_status=$?
10427 echo "$as_me:10427: \$? = $ac_status" >&5 10975 echo "$as_me:10975: \$? = $ac_status" >&5
10428 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10976 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10429 { (eval echo "$as_me:10429: \"$ac_try\"") >&5 10977 { (eval echo "$as_me:10977: \"$ac_try\"") >&5
10430 (eval $ac_try) 2>&5 10978 (eval $ac_try) 2>&5
10431 ac_status=$? 10979 ac_status=$?
10432 echo "$as_me:10432: \$? = $ac_status" >&5 10980 echo "$as_me:10980: \$? = $ac_status" >&5
10433 (exit $ac_status); }; }; then 10981 (exit $ac_status); }; }; then
10434 ac_cv_sizeof_short_int=`cat conftest.val` 10982 ac_cv_sizeof_short_int=`cat conftest.val`
10435else 10983else
@@ -10445,19 +10993,19 @@ else
10445 ac_cv_sizeof_short_int=0 10993 ac_cv_sizeof_short_int=0
10446fi 10994fi
10447fi 10995fi
10448echo "$as_me:10448: result: $ac_cv_sizeof_short_int" >&5 10996echo "$as_me:10996: result: $ac_cv_sizeof_short_int" >&5
10449echo "${ECHO_T}$ac_cv_sizeof_short_int" >&6 10997echo "${ECHO_T}$ac_cv_sizeof_short_int" >&6
10450cat >>confdefs.h <<EOF 10998cat >>confdefs.h <<EOF
10451#define SIZEOF_SHORT_INT $ac_cv_sizeof_short_int 10999#define SIZEOF_SHORT_INT $ac_cv_sizeof_short_int
10452EOF 11000EOF
10453 11001
10454echo "$as_me:10454: checking for int" >&5 11002echo "$as_me:11002: checking for int" >&5
10455echo $ECHO_N "checking for int... $ECHO_C" >&6 11003echo $ECHO_N "checking for int... $ECHO_C" >&6
10456if test "${ac_cv_type_int+set}" = set; then 11004if test "${ac_cv_type_int+set}" = set; then
10457 echo $ECHO_N "(cached) $ECHO_C" >&6 11005 echo $ECHO_N "(cached) $ECHO_C" >&6
10458else 11006else
10459 cat >conftest.$ac_ext <<_ACEOF 11007 cat >conftest.$ac_ext <<_ACEOF
10460#line 10460 "configure" 11008#line 11008 "configure"
10461#include "confdefs.h" 11009#include "confdefs.h"
10462$ac_includes_default 11010$ac_includes_default
10463int 11011int
@@ -10472,16 +11020,16 @@ if (sizeof (int))
10472} 11020}
10473_ACEOF 11021_ACEOF
10474rm -f conftest.$ac_objext 11022rm -f conftest.$ac_objext
10475if { (eval echo "$as_me:10475: \"$ac_compile\"") >&5 11023if { (eval echo "$as_me:11023: \"$ac_compile\"") >&5
10476 (eval $ac_compile) 2>&5 11024 (eval $ac_compile) 2>&5
10477 ac_status=$? 11025 ac_status=$?
10478 echo "$as_me:10478: \$? = $ac_status" >&5 11026 echo "$as_me:11026: \$? = $ac_status" >&5
10479 (exit $ac_status); } && 11027 (exit $ac_status); } &&
10480 { ac_try='test -s conftest.$ac_objext' 11028 { ac_try='test -s conftest.$ac_objext'
10481 { (eval echo "$as_me:10481: \"$ac_try\"") >&5 11029 { (eval echo "$as_me:11029: \"$ac_try\"") >&5
10482 (eval $ac_try) 2>&5 11030 (eval $ac_try) 2>&5
10483 ac_status=$? 11031 ac_status=$?
10484 echo "$as_me:10484: \$? = $ac_status" >&5 11032 echo "$as_me:11032: \$? = $ac_status" >&5
10485 (exit $ac_status); }; }; then 11033 (exit $ac_status); }; }; then
10486 ac_cv_type_int=yes 11034 ac_cv_type_int=yes
10487else 11035else
@@ -10491,10 +11039,10 @@ ac_cv_type_int=no
10491fi 11039fi
10492rm -f conftest.$ac_objext conftest.$ac_ext 11040rm -f conftest.$ac_objext conftest.$ac_ext
10493fi 11041fi
10494echo "$as_me:10494: result: $ac_cv_type_int" >&5 11042echo "$as_me:11042: result: $ac_cv_type_int" >&5
10495echo "${ECHO_T}$ac_cv_type_int" >&6 11043echo "${ECHO_T}$ac_cv_type_int" >&6
10496 11044
10497echo "$as_me:10497: checking size of int" >&5 11045echo "$as_me:11045: checking size of int" >&5
10498echo $ECHO_N "checking size of int... $ECHO_C" >&6 11046echo $ECHO_N "checking size of int... $ECHO_C" >&6
10499if test "${ac_cv_sizeof_int+set}" = set; then 11047if test "${ac_cv_sizeof_int+set}" = set; then
10500 echo $ECHO_N "(cached) $ECHO_C" >&6 11048 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10503,7 +11051,7 @@ else
10503 if test "$cross_compiling" = yes; then 11051 if test "$cross_compiling" = yes; then
10504 # Depending upon the size, compute the lo and hi bounds. 11052 # Depending upon the size, compute the lo and hi bounds.
10505cat >conftest.$ac_ext <<_ACEOF 11053cat >conftest.$ac_ext <<_ACEOF
10506#line 10506 "configure" 11054#line 11054 "configure"
10507#include "confdefs.h" 11055#include "confdefs.h"
10508$ac_includes_default 11056$ac_includes_default
10509int 11057int
@@ -10515,21 +11063,21 @@ int _array_ [1 - 2 * !((sizeof (int)) >= 0)]
10515} 11063}
10516_ACEOF 11064_ACEOF
10517rm -f conftest.$ac_objext 11065rm -f conftest.$ac_objext
10518if { (eval echo "$as_me:10518: \"$ac_compile\"") >&5 11066if { (eval echo "$as_me:11066: \"$ac_compile\"") >&5
10519 (eval $ac_compile) 2>&5 11067 (eval $ac_compile) 2>&5
10520 ac_status=$? 11068 ac_status=$?
10521 echo "$as_me:10521: \$? = $ac_status" >&5 11069 echo "$as_me:11069: \$? = $ac_status" >&5
10522 (exit $ac_status); } && 11070 (exit $ac_status); } &&
10523 { ac_try='test -s conftest.$ac_objext' 11071 { ac_try='test -s conftest.$ac_objext'
10524 { (eval echo "$as_me:10524: \"$ac_try\"") >&5 11072 { (eval echo "$as_me:11072: \"$ac_try\"") >&5
10525 (eval $ac_try) 2>&5 11073 (eval $ac_try) 2>&5
10526 ac_status=$? 11074 ac_status=$?
10527 echo "$as_me:10527: \$? = $ac_status" >&5 11075 echo "$as_me:11075: \$? = $ac_status" >&5
10528 (exit $ac_status); }; }; then 11076 (exit $ac_status); }; }; then
10529 ac_lo=0 ac_mid=0 11077 ac_lo=0 ac_mid=0
10530 while :; do 11078 while :; do
10531 cat >conftest.$ac_ext <<_ACEOF 11079 cat >conftest.$ac_ext <<_ACEOF
10532#line 10532 "configure" 11080#line 11080 "configure"
10533#include "confdefs.h" 11081#include "confdefs.h"
10534$ac_includes_default 11082$ac_includes_default
10535int 11083int
@@ -10541,16 +11089,16 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
10541} 11089}
10542_ACEOF 11090_ACEOF
10543rm -f conftest.$ac_objext 11091rm -f conftest.$ac_objext
10544if { (eval echo "$as_me:10544: \"$ac_compile\"") >&5 11092if { (eval echo "$as_me:11092: \"$ac_compile\"") >&5
10545 (eval $ac_compile) 2>&5 11093 (eval $ac_compile) 2>&5
10546 ac_status=$? 11094 ac_status=$?
10547 echo "$as_me:10547: \$? = $ac_status" >&5 11095 echo "$as_me:11095: \$? = $ac_status" >&5
10548 (exit $ac_status); } && 11096 (exit $ac_status); } &&
10549 { ac_try='test -s conftest.$ac_objext' 11097 { ac_try='test -s conftest.$ac_objext'
10550 { (eval echo "$as_me:10550: \"$ac_try\"") >&5 11098 { (eval echo "$as_me:11098: \"$ac_try\"") >&5
10551 (eval $ac_try) 2>&5 11099 (eval $ac_try) 2>&5
10552 ac_status=$? 11100 ac_status=$?
10553 echo "$as_me:10553: \$? = $ac_status" >&5 11101 echo "$as_me:11101: \$? = $ac_status" >&5
10554 (exit $ac_status); }; }; then 11102 (exit $ac_status); }; }; then
10555 ac_hi=$ac_mid; break 11103 ac_hi=$ac_mid; break
10556else 11104else
@@ -10566,7 +11114,7 @@ cat conftest.$ac_ext >&5
10566ac_hi=-1 ac_mid=-1 11114ac_hi=-1 ac_mid=-1
10567 while :; do 11115 while :; do
10568 cat >conftest.$ac_ext <<_ACEOF 11116 cat >conftest.$ac_ext <<_ACEOF
10569#line 10569 "configure" 11117#line 11117 "configure"
10570#include "confdefs.h" 11118#include "confdefs.h"
10571$ac_includes_default 11119$ac_includes_default
10572int 11120int
@@ -10578,16 +11126,16 @@ int _array_ [1 - 2 * !((sizeof (int)) >= $ac_mid)]
10578} 11126}
10579_ACEOF 11127_ACEOF
10580rm -f conftest.$ac_objext 11128rm -f conftest.$ac_objext
10581if { (eval echo "$as_me:10581: \"$ac_compile\"") >&5 11129if { (eval echo "$as_me:11129: \"$ac_compile\"") >&5
10582 (eval $ac_compile) 2>&5 11130 (eval $ac_compile) 2>&5
10583 ac_status=$? 11131 ac_status=$?
10584 echo "$as_me:10584: \$? = $ac_status" >&5 11132 echo "$as_me:11132: \$? = $ac_status" >&5
10585 (exit $ac_status); } && 11133 (exit $ac_status); } &&
10586 { ac_try='test -s conftest.$ac_objext' 11134 { ac_try='test -s conftest.$ac_objext'
10587 { (eval echo "$as_me:10587: \"$ac_try\"") >&5 11135 { (eval echo "$as_me:11135: \"$ac_try\"") >&5
10588 (eval $ac_try) 2>&5 11136 (eval $ac_try) 2>&5
10589 ac_status=$? 11137 ac_status=$?
10590 echo "$as_me:10590: \$? = $ac_status" >&5 11138 echo "$as_me:11138: \$? = $ac_status" >&5
10591 (exit $ac_status); }; }; then 11139 (exit $ac_status); }; }; then
10592 ac_lo=$ac_mid; break 11140 ac_lo=$ac_mid; break
10593else 11141else
@@ -10603,7 +11151,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
10603while test "x$ac_lo" != "x$ac_hi"; do 11151while test "x$ac_lo" != "x$ac_hi"; do
10604 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 11152 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
10605 cat >conftest.$ac_ext <<_ACEOF 11153 cat >conftest.$ac_ext <<_ACEOF
10606#line 10606 "configure" 11154#line 11154 "configure"
10607#include "confdefs.h" 11155#include "confdefs.h"
10608$ac_includes_default 11156$ac_includes_default
10609int 11157int
@@ -10615,16 +11163,16 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
10615} 11163}
10616_ACEOF 11164_ACEOF
10617rm -f conftest.$ac_objext 11165rm -f conftest.$ac_objext
10618if { (eval echo "$as_me:10618: \"$ac_compile\"") >&5 11166if { (eval echo "$as_me:11166: \"$ac_compile\"") >&5
10619 (eval $ac_compile) 2>&5 11167 (eval $ac_compile) 2>&5
10620 ac_status=$? 11168 ac_status=$?
10621 echo "$as_me:10621: \$? = $ac_status" >&5 11169 echo "$as_me:11169: \$? = $ac_status" >&5
10622 (exit $ac_status); } && 11170 (exit $ac_status); } &&
10623 { ac_try='test -s conftest.$ac_objext' 11171 { ac_try='test -s conftest.$ac_objext'
10624 { (eval echo "$as_me:10624: \"$ac_try\"") >&5 11172 { (eval echo "$as_me:11172: \"$ac_try\"") >&5
10625 (eval $ac_try) 2>&5 11173 (eval $ac_try) 2>&5
10626 ac_status=$? 11174 ac_status=$?
10627 echo "$as_me:10627: \$? = $ac_status" >&5 11175 echo "$as_me:11175: \$? = $ac_status" >&5
10628 (exit $ac_status); }; }; then 11176 (exit $ac_status); }; }; then
10629 ac_hi=$ac_mid 11177 ac_hi=$ac_mid
10630else 11178else
@@ -10637,12 +11185,12 @@ done
10637ac_cv_sizeof_int=$ac_lo 11185ac_cv_sizeof_int=$ac_lo
10638else 11186else
10639 if test "$cross_compiling" = yes; then 11187 if test "$cross_compiling" = yes; then
10640 { { echo "$as_me:10640: error: cannot run test program while cross compiling" >&5 11188 { { echo "$as_me:11188: error: cannot run test program while cross compiling" >&5
10641echo "$as_me: error: cannot run test program while cross compiling" >&2;} 11189echo "$as_me: error: cannot run test program while cross compiling" >&2;}
10642 { (exit 1); exit 1; }; } 11190 { (exit 1); exit 1; }; }
10643else 11191else
10644 cat >conftest.$ac_ext <<_ACEOF 11192 cat >conftest.$ac_ext <<_ACEOF
10645#line 10645 "configure" 11193#line 11193 "configure"
10646#include "confdefs.h" 11194#include "confdefs.h"
10647$ac_includes_default 11195$ac_includes_default
10648int 11196int
@@ -10658,15 +11206,15 @@ fclose (f);
10658} 11206}
10659_ACEOF 11207_ACEOF
10660rm -f conftest$ac_exeext 11208rm -f conftest$ac_exeext
10661if { (eval echo "$as_me:10661: \"$ac_link\"") >&5 11209if { (eval echo "$as_me:11209: \"$ac_link\"") >&5
10662 (eval $ac_link) 2>&5 11210 (eval $ac_link) 2>&5
10663 ac_status=$? 11211 ac_status=$?
10664 echo "$as_me:10664: \$? = $ac_status" >&5 11212 echo "$as_me:11212: \$? = $ac_status" >&5
10665 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11213 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10666 { (eval echo "$as_me:10666: \"$ac_try\"") >&5 11214 { (eval echo "$as_me:11214: \"$ac_try\"") >&5
10667 (eval $ac_try) 2>&5 11215 (eval $ac_try) 2>&5
10668 ac_status=$? 11216 ac_status=$?
10669 echo "$as_me:10669: \$? = $ac_status" >&5 11217 echo "$as_me:11217: \$? = $ac_status" >&5
10670 (exit $ac_status); }; }; then 11218 (exit $ac_status); }; }; then
10671 ac_cv_sizeof_int=`cat conftest.val` 11219 ac_cv_sizeof_int=`cat conftest.val`
10672else 11220else
@@ -10682,19 +11230,19 @@ else
10682 ac_cv_sizeof_int=0 11230 ac_cv_sizeof_int=0
10683fi 11231fi
10684fi 11232fi
10685echo "$as_me:10685: result: $ac_cv_sizeof_int" >&5 11233echo "$as_me:11233: result: $ac_cv_sizeof_int" >&5
10686echo "${ECHO_T}$ac_cv_sizeof_int" >&6 11234echo "${ECHO_T}$ac_cv_sizeof_int" >&6
10687cat >>confdefs.h <<EOF 11235cat >>confdefs.h <<EOF
10688#define SIZEOF_INT $ac_cv_sizeof_int 11236#define SIZEOF_INT $ac_cv_sizeof_int
10689EOF 11237EOF
10690 11238
10691echo "$as_me:10691: checking for long int" >&5 11239echo "$as_me:11239: checking for long int" >&5
10692echo $ECHO_N "checking for long int... $ECHO_C" >&6 11240echo $ECHO_N "checking for long int... $ECHO_C" >&6
10693if test "${ac_cv_type_long_int+set}" = set; then 11241if test "${ac_cv_type_long_int+set}" = set; then
10694 echo $ECHO_N "(cached) $ECHO_C" >&6 11242 echo $ECHO_N "(cached) $ECHO_C" >&6
10695else 11243else
10696 cat >conftest.$ac_ext <<_ACEOF 11244 cat >conftest.$ac_ext <<_ACEOF
10697#line 10697 "configure" 11245#line 11245 "configure"
10698#include "confdefs.h" 11246#include "confdefs.h"
10699$ac_includes_default 11247$ac_includes_default
10700int 11248int
@@ -10709,16 +11257,16 @@ if (sizeof (long int))
10709} 11257}
10710_ACEOF 11258_ACEOF
10711rm -f conftest.$ac_objext 11259rm -f conftest.$ac_objext
10712if { (eval echo "$as_me:10712: \"$ac_compile\"") >&5 11260if { (eval echo "$as_me:11260: \"$ac_compile\"") >&5
10713 (eval $ac_compile) 2>&5 11261 (eval $ac_compile) 2>&5
10714 ac_status=$? 11262 ac_status=$?
10715 echo "$as_me:10715: \$? = $ac_status" >&5 11263 echo "$as_me:11263: \$? = $ac_status" >&5
10716 (exit $ac_status); } && 11264 (exit $ac_status); } &&
10717 { ac_try='test -s conftest.$ac_objext' 11265 { ac_try='test -s conftest.$ac_objext'
10718 { (eval echo "$as_me:10718: \"$ac_try\"") >&5 11266 { (eval echo "$as_me:11266: \"$ac_try\"") >&5
10719 (eval $ac_try) 2>&5 11267 (eval $ac_try) 2>&5
10720 ac_status=$? 11268 ac_status=$?
10721 echo "$as_me:10721: \$? = $ac_status" >&5 11269 echo "$as_me:11269: \$? = $ac_status" >&5
10722 (exit $ac_status); }; }; then 11270 (exit $ac_status); }; }; then
10723 ac_cv_type_long_int=yes 11271 ac_cv_type_long_int=yes
10724else 11272else
@@ -10728,10 +11276,10 @@ ac_cv_type_long_int=no
10728fi 11276fi
10729rm -f conftest.$ac_objext conftest.$ac_ext 11277rm -f conftest.$ac_objext conftest.$ac_ext
10730fi 11278fi
10731echo "$as_me:10731: result: $ac_cv_type_long_int" >&5 11279echo "$as_me:11279: result: $ac_cv_type_long_int" >&5
10732echo "${ECHO_T}$ac_cv_type_long_int" >&6 11280echo "${ECHO_T}$ac_cv_type_long_int" >&6
10733 11281
10734echo "$as_me:10734: checking size of long int" >&5 11282echo "$as_me:11282: checking size of long int" >&5
10735echo $ECHO_N "checking size of long int... $ECHO_C" >&6 11283echo $ECHO_N "checking size of long int... $ECHO_C" >&6
10736if test "${ac_cv_sizeof_long_int+set}" = set; then 11284if test "${ac_cv_sizeof_long_int+set}" = set; then
10737 echo $ECHO_N "(cached) $ECHO_C" >&6 11285 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10740,7 +11288,7 @@ else
10740 if test "$cross_compiling" = yes; then 11288 if test "$cross_compiling" = yes; then
10741 # Depending upon the size, compute the lo and hi bounds. 11289 # Depending upon the size, compute the lo and hi bounds.
10742cat >conftest.$ac_ext <<_ACEOF 11290cat >conftest.$ac_ext <<_ACEOF
10743#line 10743 "configure" 11291#line 11291 "configure"
10744#include "confdefs.h" 11292#include "confdefs.h"
10745$ac_includes_default 11293$ac_includes_default
10746int 11294int
@@ -10752,21 +11300,21 @@ int _array_ [1 - 2 * !((sizeof (long int)) >= 0)]
10752} 11300}
10753_ACEOF 11301_ACEOF
10754rm -f conftest.$ac_objext 11302rm -f conftest.$ac_objext
10755if { (eval echo "$as_me:10755: \"$ac_compile\"") >&5 11303if { (eval echo "$as_me:11303: \"$ac_compile\"") >&5
10756 (eval $ac_compile) 2>&5 11304 (eval $ac_compile) 2>&5
10757 ac_status=$? 11305 ac_status=$?
10758 echo "$as_me:10758: \$? = $ac_status" >&5 11306 echo "$as_me:11306: \$? = $ac_status" >&5
10759 (exit $ac_status); } && 11307 (exit $ac_status); } &&
10760 { ac_try='test -s conftest.$ac_objext' 11308 { ac_try='test -s conftest.$ac_objext'
10761 { (eval echo "$as_me:10761: \"$ac_try\"") >&5 11309 { (eval echo "$as_me:11309: \"$ac_try\"") >&5
10762 (eval $ac_try) 2>&5 11310 (eval $ac_try) 2>&5
10763 ac_status=$? 11311 ac_status=$?
10764 echo "$as_me:10764: \$? = $ac_status" >&5 11312 echo "$as_me:11312: \$? = $ac_status" >&5
10765 (exit $ac_status); }; }; then 11313 (exit $ac_status); }; }; then
10766 ac_lo=0 ac_mid=0 11314 ac_lo=0 ac_mid=0
10767 while :; do 11315 while :; do
10768 cat >conftest.$ac_ext <<_ACEOF 11316 cat >conftest.$ac_ext <<_ACEOF
10769#line 10769 "configure" 11317#line 11317 "configure"
10770#include "confdefs.h" 11318#include "confdefs.h"
10771$ac_includes_default 11319$ac_includes_default
10772int 11320int
@@ -10778,16 +11326,16 @@ int _array_ [1 - 2 * !((sizeof (long int)) <= $ac_mid)]
10778} 11326}
10779_ACEOF 11327_ACEOF
10780rm -f conftest.$ac_objext 11328rm -f conftest.$ac_objext
10781if { (eval echo "$as_me:10781: \"$ac_compile\"") >&5 11329if { (eval echo "$as_me:11329: \"$ac_compile\"") >&5
10782 (eval $ac_compile) 2>&5 11330 (eval $ac_compile) 2>&5
10783 ac_status=$? 11331 ac_status=$?
10784 echo "$as_me:10784: \$? = $ac_status" >&5 11332 echo "$as_me:11332: \$? = $ac_status" >&5
10785 (exit $ac_status); } && 11333 (exit $ac_status); } &&
10786 { ac_try='test -s conftest.$ac_objext' 11334 { ac_try='test -s conftest.$ac_objext'
10787 { (eval echo "$as_me:10787: \"$ac_try\"") >&5 11335 { (eval echo "$as_me:11335: \"$ac_try\"") >&5
10788 (eval $ac_try) 2>&5 11336 (eval $ac_try) 2>&5
10789 ac_status=$? 11337 ac_status=$?
10790 echo "$as_me:10790: \$? = $ac_status" >&5 11338 echo "$as_me:11338: \$? = $ac_status" >&5
10791 (exit $ac_status); }; }; then 11339 (exit $ac_status); }; }; then
10792 ac_hi=$ac_mid; break 11340 ac_hi=$ac_mid; break
10793else 11341else
@@ -10803,7 +11351,7 @@ cat conftest.$ac_ext >&5
10803ac_hi=-1 ac_mid=-1 11351ac_hi=-1 ac_mid=-1
10804 while :; do 11352 while :; do
10805 cat >conftest.$ac_ext <<_ACEOF 11353 cat >conftest.$ac_ext <<_ACEOF
10806#line 10806 "configure" 11354#line 11354 "configure"
10807#include "confdefs.h" 11355#include "confdefs.h"
10808$ac_includes_default 11356$ac_includes_default
10809int 11357int
@@ -10815,16 +11363,16 @@ int _array_ [1 - 2 * !((sizeof (long int)) >= $ac_mid)]
10815} 11363}
10816_ACEOF 11364_ACEOF
10817rm -f conftest.$ac_objext 11365rm -f conftest.$ac_objext
10818if { (eval echo "$as_me:10818: \"$ac_compile\"") >&5 11366if { (eval echo "$as_me:11366: \"$ac_compile\"") >&5
10819 (eval $ac_compile) 2>&5 11367 (eval $ac_compile) 2>&5
10820 ac_status=$? 11368 ac_status=$?
10821 echo "$as_me:10821: \$? = $ac_status" >&5 11369 echo "$as_me:11369: \$? = $ac_status" >&5
10822 (exit $ac_status); } && 11370 (exit $ac_status); } &&
10823 { ac_try='test -s conftest.$ac_objext' 11371 { ac_try='test -s conftest.$ac_objext'
10824 { (eval echo "$as_me:10824: \"$ac_try\"") >&5 11372 { (eval echo "$as_me:11372: \"$ac_try\"") >&5
10825 (eval $ac_try) 2>&5 11373 (eval $ac_try) 2>&5
10826 ac_status=$? 11374 ac_status=$?
10827 echo "$as_me:10827: \$? = $ac_status" >&5 11375 echo "$as_me:11375: \$? = $ac_status" >&5
10828 (exit $ac_status); }; }; then 11376 (exit $ac_status); }; }; then
10829 ac_lo=$ac_mid; break 11377 ac_lo=$ac_mid; break
10830else 11378else
@@ -10840,7 +11388,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
10840while test "x$ac_lo" != "x$ac_hi"; do 11388while test "x$ac_lo" != "x$ac_hi"; do
10841 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 11389 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
10842 cat >conftest.$ac_ext <<_ACEOF 11390 cat >conftest.$ac_ext <<_ACEOF
10843#line 10843 "configure" 11391#line 11391 "configure"
10844#include "confdefs.h" 11392#include "confdefs.h"
10845$ac_includes_default 11393$ac_includes_default
10846int 11394int
@@ -10852,16 +11400,16 @@ int _array_ [1 - 2 * !((sizeof (long int)) <= $ac_mid)]
10852} 11400}
10853_ACEOF 11401_ACEOF
10854rm -f conftest.$ac_objext 11402rm -f conftest.$ac_objext
10855if { (eval echo "$as_me:10855: \"$ac_compile\"") >&5 11403if { (eval echo "$as_me:11403: \"$ac_compile\"") >&5
10856 (eval $ac_compile) 2>&5 11404 (eval $ac_compile) 2>&5
10857 ac_status=$? 11405 ac_status=$?
10858 echo "$as_me:10858: \$? = $ac_status" >&5 11406 echo "$as_me:11406: \$? = $ac_status" >&5
10859 (exit $ac_status); } && 11407 (exit $ac_status); } &&
10860 { ac_try='test -s conftest.$ac_objext' 11408 { ac_try='test -s conftest.$ac_objext'
10861 { (eval echo "$as_me:10861: \"$ac_try\"") >&5 11409 { (eval echo "$as_me:11409: \"$ac_try\"") >&5
10862 (eval $ac_try) 2>&5 11410 (eval $ac_try) 2>&5
10863 ac_status=$? 11411 ac_status=$?
10864 echo "$as_me:10864: \$? = $ac_status" >&5 11412 echo "$as_me:11412: \$? = $ac_status" >&5
10865 (exit $ac_status); }; }; then 11413 (exit $ac_status); }; }; then
10866 ac_hi=$ac_mid 11414 ac_hi=$ac_mid
10867else 11415else
@@ -10874,12 +11422,12 @@ done
10874ac_cv_sizeof_long_int=$ac_lo 11422ac_cv_sizeof_long_int=$ac_lo
10875else 11423else
10876 if test "$cross_compiling" = yes; then 11424 if test "$cross_compiling" = yes; then
10877 { { echo "$as_me:10877: error: cannot run test program while cross compiling" >&5 11425 { { echo "$as_me:11425: error: cannot run test program while cross compiling" >&5
10878echo "$as_me: error: cannot run test program while cross compiling" >&2;} 11426echo "$as_me: error: cannot run test program while cross compiling" >&2;}
10879 { (exit 1); exit 1; }; } 11427 { (exit 1); exit 1; }; }
10880else 11428else
10881 cat >conftest.$ac_ext <<_ACEOF 11429 cat >conftest.$ac_ext <<_ACEOF
10882#line 10882 "configure" 11430#line 11430 "configure"
10883#include "confdefs.h" 11431#include "confdefs.h"
10884$ac_includes_default 11432$ac_includes_default
10885int 11433int
@@ -10895,15 +11443,15 @@ fclose (f);
10895} 11443}
10896_ACEOF 11444_ACEOF
10897rm -f conftest$ac_exeext 11445rm -f conftest$ac_exeext
10898if { (eval echo "$as_me:10898: \"$ac_link\"") >&5 11446if { (eval echo "$as_me:11446: \"$ac_link\"") >&5
10899 (eval $ac_link) 2>&5 11447 (eval $ac_link) 2>&5
10900 ac_status=$? 11448 ac_status=$?
10901 echo "$as_me:10901: \$? = $ac_status" >&5 11449 echo "$as_me:11449: \$? = $ac_status" >&5
10902 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11450 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10903 { (eval echo "$as_me:10903: \"$ac_try\"") >&5 11451 { (eval echo "$as_me:11451: \"$ac_try\"") >&5
10904 (eval $ac_try) 2>&5 11452 (eval $ac_try) 2>&5
10905 ac_status=$? 11453 ac_status=$?
10906 echo "$as_me:10906: \$? = $ac_status" >&5 11454 echo "$as_me:11454: \$? = $ac_status" >&5
10907 (exit $ac_status); }; }; then 11455 (exit $ac_status); }; }; then
10908 ac_cv_sizeof_long_int=`cat conftest.val` 11456 ac_cv_sizeof_long_int=`cat conftest.val`
10909else 11457else
@@ -10919,19 +11467,19 @@ else
10919 ac_cv_sizeof_long_int=0 11467 ac_cv_sizeof_long_int=0
10920fi 11468fi
10921fi 11469fi
10922echo "$as_me:10922: result: $ac_cv_sizeof_long_int" >&5 11470echo "$as_me:11470: result: $ac_cv_sizeof_long_int" >&5
10923echo "${ECHO_T}$ac_cv_sizeof_long_int" >&6 11471echo "${ECHO_T}$ac_cv_sizeof_long_int" >&6
10924cat >>confdefs.h <<EOF 11472cat >>confdefs.h <<EOF
10925#define SIZEOF_LONG_INT $ac_cv_sizeof_long_int 11473#define SIZEOF_LONG_INT $ac_cv_sizeof_long_int
10926EOF 11474EOF
10927 11475
10928echo "$as_me:10928: checking for long long int" >&5 11476echo "$as_me:11476: checking for long long int" >&5
10929echo $ECHO_N "checking for long long int... $ECHO_C" >&6 11477echo $ECHO_N "checking for long long int... $ECHO_C" >&6
10930if test "${ac_cv_type_long_long_int+set}" = set; then 11478if test "${ac_cv_type_long_long_int+set}" = set; then
10931 echo $ECHO_N "(cached) $ECHO_C" >&6 11479 echo $ECHO_N "(cached) $ECHO_C" >&6
10932else 11480else
10933 cat >conftest.$ac_ext <<_ACEOF 11481 cat >conftest.$ac_ext <<_ACEOF
10934#line 10934 "configure" 11482#line 11482 "configure"
10935#include "confdefs.h" 11483#include "confdefs.h"
10936$ac_includes_default 11484$ac_includes_default
10937int 11485int
@@ -10946,16 +11494,16 @@ if (sizeof (long long int))
10946} 11494}
10947_ACEOF 11495_ACEOF
10948rm -f conftest.$ac_objext 11496rm -f conftest.$ac_objext
10949if { (eval echo "$as_me:10949: \"$ac_compile\"") >&5 11497if { (eval echo "$as_me:11497: \"$ac_compile\"") >&5
10950 (eval $ac_compile) 2>&5 11498 (eval $ac_compile) 2>&5
10951 ac_status=$? 11499 ac_status=$?
10952 echo "$as_me:10952: \$? = $ac_status" >&5 11500 echo "$as_me:11500: \$? = $ac_status" >&5
10953 (exit $ac_status); } && 11501 (exit $ac_status); } &&
10954 { ac_try='test -s conftest.$ac_objext' 11502 { ac_try='test -s conftest.$ac_objext'
10955 { (eval echo "$as_me:10955: \"$ac_try\"") >&5 11503 { (eval echo "$as_me:11503: \"$ac_try\"") >&5
10956 (eval $ac_try) 2>&5 11504 (eval $ac_try) 2>&5
10957 ac_status=$? 11505 ac_status=$?
10958 echo "$as_me:10958: \$? = $ac_status" >&5 11506 echo "$as_me:11506: \$? = $ac_status" >&5
10959 (exit $ac_status); }; }; then 11507 (exit $ac_status); }; }; then
10960 ac_cv_type_long_long_int=yes 11508 ac_cv_type_long_long_int=yes
10961else 11509else
@@ -10965,10 +11513,10 @@ ac_cv_type_long_long_int=no
10965fi 11513fi
10966rm -f conftest.$ac_objext conftest.$ac_ext 11514rm -f conftest.$ac_objext conftest.$ac_ext
10967fi 11515fi
10968echo "$as_me:10968: result: $ac_cv_type_long_long_int" >&5 11516echo "$as_me:11516: result: $ac_cv_type_long_long_int" >&5
10969echo "${ECHO_T}$ac_cv_type_long_long_int" >&6 11517echo "${ECHO_T}$ac_cv_type_long_long_int" >&6
10970 11518
10971echo "$as_me:10971: checking size of long long int" >&5 11519echo "$as_me:11519: checking size of long long int" >&5
10972echo $ECHO_N "checking size of long long int... $ECHO_C" >&6 11520echo $ECHO_N "checking size of long long int... $ECHO_C" >&6
10973if test "${ac_cv_sizeof_long_long_int+set}" = set; then 11521if test "${ac_cv_sizeof_long_long_int+set}" = set; then
10974 echo $ECHO_N "(cached) $ECHO_C" >&6 11522 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10977,7 +11525,7 @@ else
10977 if test "$cross_compiling" = yes; then 11525 if test "$cross_compiling" = yes; then
10978 # Depending upon the size, compute the lo and hi bounds. 11526 # Depending upon the size, compute the lo and hi bounds.
10979cat >conftest.$ac_ext <<_ACEOF 11527cat >conftest.$ac_ext <<_ACEOF
10980#line 10980 "configure" 11528#line 11528 "configure"
10981#include "confdefs.h" 11529#include "confdefs.h"
10982$ac_includes_default 11530$ac_includes_default
10983int 11531int
@@ -10989,21 +11537,21 @@ int _array_ [1 - 2 * !((sizeof (long long int)) >= 0)]
10989} 11537}
10990_ACEOF 11538_ACEOF
10991rm -f conftest.$ac_objext 11539rm -f conftest.$ac_objext
10992if { (eval echo "$as_me:10992: \"$ac_compile\"") >&5 11540if { (eval echo "$as_me:11540: \"$ac_compile\"") >&5
10993 (eval $ac_compile) 2>&5 11541 (eval $ac_compile) 2>&5
10994 ac_status=$? 11542 ac_status=$?
10995 echo "$as_me:10995: \$? = $ac_status" >&5 11543 echo "$as_me:11543: \$? = $ac_status" >&5
10996 (exit $ac_status); } && 11544 (exit $ac_status); } &&
10997 { ac_try='test -s conftest.$ac_objext' 11545 { ac_try='test -s conftest.$ac_objext'
10998 { (eval echo "$as_me:10998: \"$ac_try\"") >&5 11546 { (eval echo "$as_me:11546: \"$ac_try\"") >&5
10999 (eval $ac_try) 2>&5 11547 (eval $ac_try) 2>&5
11000 ac_status=$? 11548 ac_status=$?
11001 echo "$as_me:11001: \$? = $ac_status" >&5 11549 echo "$as_me:11549: \$? = $ac_status" >&5
11002 (exit $ac_status); }; }; then 11550 (exit $ac_status); }; }; then
11003 ac_lo=0 ac_mid=0 11551 ac_lo=0 ac_mid=0
11004 while :; do 11552 while :; do
11005 cat >conftest.$ac_ext <<_ACEOF 11553 cat >conftest.$ac_ext <<_ACEOF
11006#line 11006 "configure" 11554#line 11554 "configure"
11007#include "confdefs.h" 11555#include "confdefs.h"
11008$ac_includes_default 11556$ac_includes_default
11009int 11557int
@@ -11015,16 +11563,16 @@ int _array_ [1 - 2 * !((sizeof (long long int)) <= $ac_mid)]
11015} 11563}
11016_ACEOF 11564_ACEOF
11017rm -f conftest.$ac_objext 11565rm -f conftest.$ac_objext
11018if { (eval echo "$as_me:11018: \"$ac_compile\"") >&5 11566if { (eval echo "$as_me:11566: \"$ac_compile\"") >&5
11019 (eval $ac_compile) 2>&5 11567 (eval $ac_compile) 2>&5
11020 ac_status=$? 11568 ac_status=$?
11021 echo "$as_me:11021: \$? = $ac_status" >&5 11569 echo "$as_me:11569: \$? = $ac_status" >&5
11022 (exit $ac_status); } && 11570 (exit $ac_status); } &&
11023 { ac_try='test -s conftest.$ac_objext' 11571 { ac_try='test -s conftest.$ac_objext'
11024 { (eval echo "$as_me:11024: \"$ac_try\"") >&5 11572 { (eval echo "$as_me:11572: \"$ac_try\"") >&5
11025 (eval $ac_try) 2>&5 11573 (eval $ac_try) 2>&5
11026 ac_status=$? 11574 ac_status=$?
11027 echo "$as_me:11027: \$? = $ac_status" >&5 11575 echo "$as_me:11575: \$? = $ac_status" >&5
11028 (exit $ac_status); }; }; then 11576 (exit $ac_status); }; }; then
11029 ac_hi=$ac_mid; break 11577 ac_hi=$ac_mid; break
11030else 11578else
@@ -11040,7 +11588,7 @@ cat conftest.$ac_ext >&5
11040ac_hi=-1 ac_mid=-1 11588ac_hi=-1 ac_mid=-1
11041 while :; do 11589 while :; do
11042 cat >conftest.$ac_ext <<_ACEOF 11590 cat >conftest.$ac_ext <<_ACEOF
11043#line 11043 "configure" 11591#line 11591 "configure"
11044#include "confdefs.h" 11592#include "confdefs.h"
11045$ac_includes_default 11593$ac_includes_default
11046int 11594int
@@ -11052,16 +11600,16 @@ int _array_ [1 - 2 * !((sizeof (long long int)) >= $ac_mid)]
11052} 11600}
11053_ACEOF 11601_ACEOF
11054rm -f conftest.$ac_objext 11602rm -f conftest.$ac_objext
11055if { (eval echo "$as_me:11055: \"$ac_compile\"") >&5 11603if { (eval echo "$as_me:11603: \"$ac_compile\"") >&5
11056 (eval $ac_compile) 2>&5 11604 (eval $ac_compile) 2>&5
11057 ac_status=$? 11605 ac_status=$?
11058 echo "$as_me:11058: \$? = $ac_status" >&5 11606 echo "$as_me:11606: \$? = $ac_status" >&5
11059 (exit $ac_status); } && 11607 (exit $ac_status); } &&
11060 { ac_try='test -s conftest.$ac_objext' 11608 { ac_try='test -s conftest.$ac_objext'
11061 { (eval echo "$as_me:11061: \"$ac_try\"") >&5 11609 { (eval echo "$as_me:11609: \"$ac_try\"") >&5
11062 (eval $ac_try) 2>&5 11610 (eval $ac_try) 2>&5
11063 ac_status=$? 11611 ac_status=$?
11064 echo "$as_me:11064: \$? = $ac_status" >&5 11612 echo "$as_me:11612: \$? = $ac_status" >&5
11065 (exit $ac_status); }; }; then 11613 (exit $ac_status); }; }; then
11066 ac_lo=$ac_mid; break 11614 ac_lo=$ac_mid; break
11067else 11615else
@@ -11077,7 +11625,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
11077while test "x$ac_lo" != "x$ac_hi"; do 11625while test "x$ac_lo" != "x$ac_hi"; do
11078 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 11626 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
11079 cat >conftest.$ac_ext <<_ACEOF 11627 cat >conftest.$ac_ext <<_ACEOF
11080#line 11080 "configure" 11628#line 11628 "configure"
11081#include "confdefs.h" 11629#include "confdefs.h"
11082$ac_includes_default 11630$ac_includes_default
11083int 11631int
@@ -11089,16 +11637,16 @@ int _array_ [1 - 2 * !((sizeof (long long int)) <= $ac_mid)]
11089} 11637}
11090_ACEOF 11638_ACEOF
11091rm -f conftest.$ac_objext 11639rm -f conftest.$ac_objext
11092if { (eval echo "$as_me:11092: \"$ac_compile\"") >&5 11640if { (eval echo "$as_me:11640: \"$ac_compile\"") >&5
11093 (eval $ac_compile) 2>&5 11641 (eval $ac_compile) 2>&5
11094 ac_status=$? 11642 ac_status=$?
11095 echo "$as_me:11095: \$? = $ac_status" >&5 11643 echo "$as_me:11643: \$? = $ac_status" >&5
11096 (exit $ac_status); } && 11644 (exit $ac_status); } &&
11097 { ac_try='test -s conftest.$ac_objext' 11645 { ac_try='test -s conftest.$ac_objext'
11098 { (eval echo "$as_me:11098: \"$ac_try\"") >&5 11646 { (eval echo "$as_me:11646: \"$ac_try\"") >&5
11099 (eval $ac_try) 2>&5 11647 (eval $ac_try) 2>&5
11100 ac_status=$? 11648 ac_status=$?
11101 echo "$as_me:11101: \$? = $ac_status" >&5 11649 echo "$as_me:11649: \$? = $ac_status" >&5
11102 (exit $ac_status); }; }; then 11650 (exit $ac_status); }; }; then
11103 ac_hi=$ac_mid 11651 ac_hi=$ac_mid
11104else 11652else
@@ -11111,12 +11659,12 @@ done
11111ac_cv_sizeof_long_long_int=$ac_lo 11659ac_cv_sizeof_long_long_int=$ac_lo
11112else 11660else
11113 if test "$cross_compiling" = yes; then 11661 if test "$cross_compiling" = yes; then
11114 { { echo "$as_me:11114: error: cannot run test program while cross compiling" >&5 11662 { { echo "$as_me:11662: error: cannot run test program while cross compiling" >&5
11115echo "$as_me: error: cannot run test program while cross compiling" >&2;} 11663echo "$as_me: error: cannot run test program while cross compiling" >&2;}
11116 { (exit 1); exit 1; }; } 11664 { (exit 1); exit 1; }; }
11117else 11665else
11118 cat >conftest.$ac_ext <<_ACEOF 11666 cat >conftest.$ac_ext <<_ACEOF
11119#line 11119 "configure" 11667#line 11667 "configure"
11120#include "confdefs.h" 11668#include "confdefs.h"
11121$ac_includes_default 11669$ac_includes_default
11122int 11670int
@@ -11132,15 +11680,15 @@ fclose (f);
11132} 11680}
11133_ACEOF 11681_ACEOF
11134rm -f conftest$ac_exeext 11682rm -f conftest$ac_exeext
11135if { (eval echo "$as_me:11135: \"$ac_link\"") >&5 11683if { (eval echo "$as_me:11683: \"$ac_link\"") >&5
11136 (eval $ac_link) 2>&5 11684 (eval $ac_link) 2>&5
11137 ac_status=$? 11685 ac_status=$?
11138 echo "$as_me:11138: \$? = $ac_status" >&5 11686 echo "$as_me:11686: \$? = $ac_status" >&5
11139 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11687 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11140 { (eval echo "$as_me:11140: \"$ac_try\"") >&5 11688 { (eval echo "$as_me:11688: \"$ac_try\"") >&5
11141 (eval $ac_try) 2>&5 11689 (eval $ac_try) 2>&5
11142 ac_status=$? 11690 ac_status=$?
11143 echo "$as_me:11143: \$? = $ac_status" >&5 11691 echo "$as_me:11691: \$? = $ac_status" >&5
11144 (exit $ac_status); }; }; then 11692 (exit $ac_status); }; }; then
11145 ac_cv_sizeof_long_long_int=`cat conftest.val` 11693 ac_cv_sizeof_long_long_int=`cat conftest.val`
11146else 11694else
@@ -11156,7 +11704,7 @@ else
11156 ac_cv_sizeof_long_long_int=0 11704 ac_cv_sizeof_long_long_int=0
11157fi 11705fi
11158fi 11706fi
11159echo "$as_me:11159: result: $ac_cv_sizeof_long_long_int" >&5 11707echo "$as_me:11707: result: $ac_cv_sizeof_long_long_int" >&5
11160echo "${ECHO_T}$ac_cv_sizeof_long_long_int" >&6 11708echo "${ECHO_T}$ac_cv_sizeof_long_long_int" >&6
11161cat >>confdefs.h <<EOF 11709cat >>confdefs.h <<EOF
11162#define SIZEOF_LONG_LONG_INT $ac_cv_sizeof_long_long_int 11710#define SIZEOF_LONG_LONG_INT $ac_cv_sizeof_long_long_int
@@ -11168,14 +11716,14 @@ if test "x$ac_cv_sizeof_long_long_int" = "x4" ; then
11168fi 11716fi
11169 11717
11170# More checks for data types 11718# More checks for data types
11171echo "$as_me:11171: checking for u_int type" >&5 11719echo "$as_me:11719: checking for u_int type" >&5
11172echo $ECHO_N "checking for u_int type... $ECHO_C" >&6 11720echo $ECHO_N "checking for u_int type... $ECHO_C" >&6
11173if test "${ac_cv_have_u_int+set}" = set; then 11721if test "${ac_cv_have_u_int+set}" = set; then
11174 echo $ECHO_N "(cached) $ECHO_C" >&6 11722 echo $ECHO_N "(cached) $ECHO_C" >&6
11175else 11723else
11176 11724
11177 cat >conftest.$ac_ext <<_ACEOF 11725 cat >conftest.$ac_ext <<_ACEOF
11178#line 11178 "configure" 11726#line 11726 "configure"
11179#include "confdefs.h" 11727#include "confdefs.h"
11180 #include <sys/types.h> 11728 #include <sys/types.h>
11181int 11729int
@@ -11187,16 +11735,16 @@ main ()
11187} 11735}
11188_ACEOF 11736_ACEOF
11189rm -f conftest.$ac_objext 11737rm -f conftest.$ac_objext
11190if { (eval echo "$as_me:11190: \"$ac_compile\"") >&5 11738if { (eval echo "$as_me:11738: \"$ac_compile\"") >&5
11191 (eval $ac_compile) 2>&5 11739 (eval $ac_compile) 2>&5
11192 ac_status=$? 11740 ac_status=$?
11193 echo "$as_me:11193: \$? = $ac_status" >&5 11741 echo "$as_me:11741: \$? = $ac_status" >&5
11194 (exit $ac_status); } && 11742 (exit $ac_status); } &&
11195 { ac_try='test -s conftest.$ac_objext' 11743 { ac_try='test -s conftest.$ac_objext'
11196 { (eval echo "$as_me:11196: \"$ac_try\"") >&5 11744 { (eval echo "$as_me:11744: \"$ac_try\"") >&5
11197 (eval $ac_try) 2>&5 11745 (eval $ac_try) 2>&5
11198 ac_status=$? 11746 ac_status=$?
11199 echo "$as_me:11199: \$? = $ac_status" >&5 11747 echo "$as_me:11747: \$? = $ac_status" >&5
11200 (exit $ac_status); }; }; then 11748 (exit $ac_status); }; }; then
11201 ac_cv_have_u_int="yes" 11749 ac_cv_have_u_int="yes"
11202else 11750else
@@ -11208,7 +11756,7 @@ fi
11208rm -f conftest.$ac_objext conftest.$ac_ext 11756rm -f conftest.$ac_objext conftest.$ac_ext
11209 11757
11210fi 11758fi
11211echo "$as_me:11211: result: $ac_cv_have_u_int" >&5 11759echo "$as_me:11759: result: $ac_cv_have_u_int" >&5
11212echo "${ECHO_T}$ac_cv_have_u_int" >&6 11760echo "${ECHO_T}$ac_cv_have_u_int" >&6
11213if test "x$ac_cv_have_u_int" = "xyes" ; then 11761if test "x$ac_cv_have_u_int" = "xyes" ; then
11214 cat >>confdefs.h <<\EOF 11762 cat >>confdefs.h <<\EOF
@@ -11218,14 +11766,14 @@ EOF
11218 have_u_int=1 11766 have_u_int=1
11219fi 11767fi
11220 11768
11221echo "$as_me:11221: checking for intXX_t types" >&5 11769echo "$as_me:11769: checking for intXX_t types" >&5
11222echo $ECHO_N "checking for intXX_t types... $ECHO_C" >&6 11770echo $ECHO_N "checking for intXX_t types... $ECHO_C" >&6
11223if test "${ac_cv_have_intxx_t+set}" = set; then 11771if test "${ac_cv_have_intxx_t+set}" = set; then
11224 echo $ECHO_N "(cached) $ECHO_C" >&6 11772 echo $ECHO_N "(cached) $ECHO_C" >&6
11225else 11773else
11226 11774
11227 cat >conftest.$ac_ext <<_ACEOF 11775 cat >conftest.$ac_ext <<_ACEOF
11228#line 11228 "configure" 11776#line 11776 "configure"
11229#include "confdefs.h" 11777#include "confdefs.h"
11230 #include <sys/types.h> 11778 #include <sys/types.h>
11231int 11779int
@@ -11237,16 +11785,16 @@ main ()
11237} 11785}
11238_ACEOF 11786_ACEOF
11239rm -f conftest.$ac_objext 11787rm -f conftest.$ac_objext
11240if { (eval echo "$as_me:11240: \"$ac_compile\"") >&5 11788if { (eval echo "$as_me:11788: \"$ac_compile\"") >&5
11241 (eval $ac_compile) 2>&5 11789 (eval $ac_compile) 2>&5
11242 ac_status=$? 11790 ac_status=$?
11243 echo "$as_me:11243: \$? = $ac_status" >&5 11791 echo "$as_me:11791: \$? = $ac_status" >&5
11244 (exit $ac_status); } && 11792 (exit $ac_status); } &&
11245 { ac_try='test -s conftest.$ac_objext' 11793 { ac_try='test -s conftest.$ac_objext'
11246 { (eval echo "$as_me:11246: \"$ac_try\"") >&5 11794 { (eval echo "$as_me:11794: \"$ac_try\"") >&5
11247 (eval $ac_try) 2>&5 11795 (eval $ac_try) 2>&5
11248 ac_status=$? 11796 ac_status=$?
11249 echo "$as_me:11249: \$? = $ac_status" >&5 11797 echo "$as_me:11797: \$? = $ac_status" >&5
11250 (exit $ac_status); }; }; then 11798 (exit $ac_status); }; }; then
11251 ac_cv_have_intxx_t="yes" 11799 ac_cv_have_intxx_t="yes"
11252else 11800else
@@ -11258,7 +11806,7 @@ fi
11258rm -f conftest.$ac_objext conftest.$ac_ext 11806rm -f conftest.$ac_objext conftest.$ac_ext
11259 11807
11260fi 11808fi
11261echo "$as_me:11261: result: $ac_cv_have_intxx_t" >&5 11809echo "$as_me:11809: result: $ac_cv_have_intxx_t" >&5
11262echo "${ECHO_T}$ac_cv_have_intxx_t" >&6 11810echo "${ECHO_T}$ac_cv_have_intxx_t" >&6
11263if test "x$ac_cv_have_intxx_t" = "xyes" ; then 11811if test "x$ac_cv_have_intxx_t" = "xyes" ; then
11264 cat >>confdefs.h <<\EOF 11812 cat >>confdefs.h <<\EOF
@@ -11269,12 +11817,12 @@ EOF
11269fi 11817fi
11270 11818
11271if (test -z "$have_intxx_t" && \ 11819if (test -z "$have_intxx_t" && \
11272 test "x$ac_cv_header_stdint_h" = "xyes") 11820 test "x$ac_cv_header_stdint_h" = "xyes")
11273then 11821then
11274 echo "$as_me:11274: checking for intXX_t types in stdint.h" >&5 11822 echo "$as_me:11822: checking for intXX_t types in stdint.h" >&5
11275echo $ECHO_N "checking for intXX_t types in stdint.h... $ECHO_C" >&6 11823echo $ECHO_N "checking for intXX_t types in stdint.h... $ECHO_C" >&6
11276 cat >conftest.$ac_ext <<_ACEOF 11824 cat >conftest.$ac_ext <<_ACEOF
11277#line 11277 "configure" 11825#line 11825 "configure"
11278#include "confdefs.h" 11826#include "confdefs.h"
11279 #include <stdint.h> 11827 #include <stdint.h>
11280int 11828int
@@ -11286,43 +11834,43 @@ main ()
11286} 11834}
11287_ACEOF 11835_ACEOF
11288rm -f conftest.$ac_objext 11836rm -f conftest.$ac_objext
11289if { (eval echo "$as_me:11289: \"$ac_compile\"") >&5 11837if { (eval echo "$as_me:11837: \"$ac_compile\"") >&5
11290 (eval $ac_compile) 2>&5 11838 (eval $ac_compile) 2>&5
11291 ac_status=$? 11839 ac_status=$?
11292 echo "$as_me:11292: \$? = $ac_status" >&5 11840 echo "$as_me:11840: \$? = $ac_status" >&5
11293 (exit $ac_status); } && 11841 (exit $ac_status); } &&
11294 { ac_try='test -s conftest.$ac_objext' 11842 { ac_try='test -s conftest.$ac_objext'
11295 { (eval echo "$as_me:11295: \"$ac_try\"") >&5 11843 { (eval echo "$as_me:11843: \"$ac_try\"") >&5
11296 (eval $ac_try) 2>&5 11844 (eval $ac_try) 2>&5
11297 ac_status=$? 11845 ac_status=$?
11298 echo "$as_me:11298: \$? = $ac_status" >&5 11846 echo "$as_me:11846: \$? = $ac_status" >&5
11299 (exit $ac_status); }; }; then 11847 (exit $ac_status); }; }; then
11300 11848
11301 cat >>confdefs.h <<\EOF 11849 cat >>confdefs.h <<\EOF
11302#define HAVE_INTXX_T 1 11850#define HAVE_INTXX_T 1
11303EOF 11851EOF
11304 11852
11305 echo "$as_me:11305: result: yes" >&5 11853 echo "$as_me:11853: result: yes" >&5
11306echo "${ECHO_T}yes" >&6 11854echo "${ECHO_T}yes" >&6
11307 11855
11308else 11856else
11309 echo "$as_me: failed program was:" >&5 11857 echo "$as_me: failed program was:" >&5
11310cat conftest.$ac_ext >&5 11858cat conftest.$ac_ext >&5
11311 echo "$as_me:11311: result: no" >&5 11859 echo "$as_me:11859: result: no" >&5
11312echo "${ECHO_T}no" >&6 11860echo "${ECHO_T}no" >&6
11313 11861
11314fi 11862fi
11315rm -f conftest.$ac_objext conftest.$ac_ext 11863rm -f conftest.$ac_objext conftest.$ac_ext
11316fi 11864fi
11317 11865
11318echo "$as_me:11318: checking for int64_t type" >&5 11866echo "$as_me:11866: checking for int64_t type" >&5
11319echo $ECHO_N "checking for int64_t type... $ECHO_C" >&6 11867echo $ECHO_N "checking for int64_t type... $ECHO_C" >&6
11320if test "${ac_cv_have_int64_t+set}" = set; then 11868if test "${ac_cv_have_int64_t+set}" = set; then
11321 echo $ECHO_N "(cached) $ECHO_C" >&6 11869 echo $ECHO_N "(cached) $ECHO_C" >&6
11322else 11870else
11323 11871
11324 cat >conftest.$ac_ext <<_ACEOF 11872 cat >conftest.$ac_ext <<_ACEOF
11325#line 11325 "configure" 11873#line 11873 "configure"
11326#include "confdefs.h" 11874#include "confdefs.h"
11327 11875
11328#include <sys/types.h> 11876#include <sys/types.h>
@@ -11343,16 +11891,16 @@ main ()
11343} 11891}
11344_ACEOF 11892_ACEOF
11345rm -f conftest.$ac_objext 11893rm -f conftest.$ac_objext
11346if { (eval echo "$as_me:11346: \"$ac_compile\"") >&5 11894if { (eval echo "$as_me:11894: \"$ac_compile\"") >&5
11347 (eval $ac_compile) 2>&5 11895 (eval $ac_compile) 2>&5
11348 ac_status=$? 11896 ac_status=$?
11349 echo "$as_me:11349: \$? = $ac_status" >&5 11897 echo "$as_me:11897: \$? = $ac_status" >&5
11350 (exit $ac_status); } && 11898 (exit $ac_status); } &&
11351 { ac_try='test -s conftest.$ac_objext' 11899 { ac_try='test -s conftest.$ac_objext'
11352 { (eval echo "$as_me:11352: \"$ac_try\"") >&5 11900 { (eval echo "$as_me:11900: \"$ac_try\"") >&5
11353 (eval $ac_try) 2>&5 11901 (eval $ac_try) 2>&5
11354 ac_status=$? 11902 ac_status=$?
11355 echo "$as_me:11355: \$? = $ac_status" >&5 11903 echo "$as_me:11903: \$? = $ac_status" >&5
11356 (exit $ac_status); }; }; then 11904 (exit $ac_status); }; }; then
11357 ac_cv_have_int64_t="yes" 11905 ac_cv_have_int64_t="yes"
11358else 11906else
@@ -11364,7 +11912,7 @@ fi
11364rm -f conftest.$ac_objext conftest.$ac_ext 11912rm -f conftest.$ac_objext conftest.$ac_ext
11365 11913
11366fi 11914fi
11367echo "$as_me:11367: result: $ac_cv_have_int64_t" >&5 11915echo "$as_me:11915: result: $ac_cv_have_int64_t" >&5
11368echo "${ECHO_T}$ac_cv_have_int64_t" >&6 11916echo "${ECHO_T}$ac_cv_have_int64_t" >&6
11369if test "x$ac_cv_have_int64_t" = "xyes" ; then 11917if test "x$ac_cv_have_int64_t" = "xyes" ; then
11370 cat >>confdefs.h <<\EOF 11918 cat >>confdefs.h <<\EOF
@@ -11373,14 +11921,14 @@ EOF
11373 11921
11374fi 11922fi
11375 11923
11376echo "$as_me:11376: checking for u_intXX_t types" >&5 11924echo "$as_me:11924: checking for u_intXX_t types" >&5
11377echo $ECHO_N "checking for u_intXX_t types... $ECHO_C" >&6 11925echo $ECHO_N "checking for u_intXX_t types... $ECHO_C" >&6
11378if test "${ac_cv_have_u_intxx_t+set}" = set; then 11926if test "${ac_cv_have_u_intxx_t+set}" = set; then
11379 echo $ECHO_N "(cached) $ECHO_C" >&6 11927 echo $ECHO_N "(cached) $ECHO_C" >&6
11380else 11928else
11381 11929
11382 cat >conftest.$ac_ext <<_ACEOF 11930 cat >conftest.$ac_ext <<_ACEOF
11383#line 11383 "configure" 11931#line 11931 "configure"
11384#include "confdefs.h" 11932#include "confdefs.h"
11385 #include <sys/types.h> 11933 #include <sys/types.h>
11386int 11934int
@@ -11392,16 +11940,16 @@ main ()
11392} 11940}
11393_ACEOF 11941_ACEOF
11394rm -f conftest.$ac_objext 11942rm -f conftest.$ac_objext
11395if { (eval echo "$as_me:11395: \"$ac_compile\"") >&5 11943if { (eval echo "$as_me:11943: \"$ac_compile\"") >&5
11396 (eval $ac_compile) 2>&5 11944 (eval $ac_compile) 2>&5
11397 ac_status=$? 11945 ac_status=$?
11398 echo "$as_me:11398: \$? = $ac_status" >&5 11946 echo "$as_me:11946: \$? = $ac_status" >&5
11399 (exit $ac_status); } && 11947 (exit $ac_status); } &&
11400 { ac_try='test -s conftest.$ac_objext' 11948 { ac_try='test -s conftest.$ac_objext'
11401 { (eval echo "$as_me:11401: \"$ac_try\"") >&5 11949 { (eval echo "$as_me:11949: \"$ac_try\"") >&5
11402 (eval $ac_try) 2>&5 11950 (eval $ac_try) 2>&5
11403 ac_status=$? 11951 ac_status=$?
11404 echo "$as_me:11404: \$? = $ac_status" >&5 11952 echo "$as_me:11952: \$? = $ac_status" >&5
11405 (exit $ac_status); }; }; then 11953 (exit $ac_status); }; }; then
11406 ac_cv_have_u_intxx_t="yes" 11954 ac_cv_have_u_intxx_t="yes"
11407else 11955else
@@ -11413,7 +11961,7 @@ fi
11413rm -f conftest.$ac_objext conftest.$ac_ext 11961rm -f conftest.$ac_objext conftest.$ac_ext
11414 11962
11415fi 11963fi
11416echo "$as_me:11416: result: $ac_cv_have_u_intxx_t" >&5 11964echo "$as_me:11964: result: $ac_cv_have_u_intxx_t" >&5
11417echo "${ECHO_T}$ac_cv_have_u_intxx_t" >&6 11965echo "${ECHO_T}$ac_cv_have_u_intxx_t" >&6
11418if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then 11966if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then
11419 cat >>confdefs.h <<\EOF 11967 cat >>confdefs.h <<\EOF
@@ -11424,10 +11972,10 @@ EOF
11424fi 11972fi
11425 11973
11426if test -z "$have_u_intxx_t" ; then 11974if test -z "$have_u_intxx_t" ; then
11427 echo "$as_me:11427: checking for u_intXX_t types in sys/socket.h" >&5 11975 echo "$as_me:11975: checking for u_intXX_t types in sys/socket.h" >&5
11428echo $ECHO_N "checking for u_intXX_t types in sys/socket.h... $ECHO_C" >&6 11976echo $ECHO_N "checking for u_intXX_t types in sys/socket.h... $ECHO_C" >&6
11429 cat >conftest.$ac_ext <<_ACEOF 11977 cat >conftest.$ac_ext <<_ACEOF
11430#line 11430 "configure" 11978#line 11978 "configure"
11431#include "confdefs.h" 11979#include "confdefs.h"
11432 #include <sys/socket.h> 11980 #include <sys/socket.h>
11433int 11981int
@@ -11439,43 +11987,43 @@ main ()
11439} 11987}
11440_ACEOF 11988_ACEOF
11441rm -f conftest.$ac_objext 11989rm -f conftest.$ac_objext
11442if { (eval echo "$as_me:11442: \"$ac_compile\"") >&5 11990if { (eval echo "$as_me:11990: \"$ac_compile\"") >&5
11443 (eval $ac_compile) 2>&5 11991 (eval $ac_compile) 2>&5
11444 ac_status=$? 11992 ac_status=$?
11445 echo "$as_me:11445: \$? = $ac_status" >&5 11993 echo "$as_me:11993: \$? = $ac_status" >&5
11446 (exit $ac_status); } && 11994 (exit $ac_status); } &&
11447 { ac_try='test -s conftest.$ac_objext' 11995 { ac_try='test -s conftest.$ac_objext'
11448 { (eval echo "$as_me:11448: \"$ac_try\"") >&5 11996 { (eval echo "$as_me:11996: \"$ac_try\"") >&5
11449 (eval $ac_try) 2>&5 11997 (eval $ac_try) 2>&5
11450 ac_status=$? 11998 ac_status=$?
11451 echo "$as_me:11451: \$? = $ac_status" >&5 11999 echo "$as_me:11999: \$? = $ac_status" >&5
11452 (exit $ac_status); }; }; then 12000 (exit $ac_status); }; }; then
11453 12001
11454 cat >>confdefs.h <<\EOF 12002 cat >>confdefs.h <<\EOF
11455#define HAVE_U_INTXX_T 1 12003#define HAVE_U_INTXX_T 1
11456EOF 12004EOF
11457 12005
11458 echo "$as_me:11458: result: yes" >&5 12006 echo "$as_me:12006: result: yes" >&5
11459echo "${ECHO_T}yes" >&6 12007echo "${ECHO_T}yes" >&6
11460 12008
11461else 12009else
11462 echo "$as_me: failed program was:" >&5 12010 echo "$as_me: failed program was:" >&5
11463cat conftest.$ac_ext >&5 12011cat conftest.$ac_ext >&5
11464 echo "$as_me:11464: result: no" >&5 12012 echo "$as_me:12012: result: no" >&5
11465echo "${ECHO_T}no" >&6 12013echo "${ECHO_T}no" >&6
11466 12014
11467fi 12015fi
11468rm -f conftest.$ac_objext conftest.$ac_ext 12016rm -f conftest.$ac_objext conftest.$ac_ext
11469fi 12017fi
11470 12018
11471echo "$as_me:11471: checking for u_int64_t types" >&5 12019echo "$as_me:12019: checking for u_int64_t types" >&5
11472echo $ECHO_N "checking for u_int64_t types... $ECHO_C" >&6 12020echo $ECHO_N "checking for u_int64_t types... $ECHO_C" >&6
11473if test "${ac_cv_have_u_int64_t+set}" = set; then 12021if test "${ac_cv_have_u_int64_t+set}" = set; then
11474 echo $ECHO_N "(cached) $ECHO_C" >&6 12022 echo $ECHO_N "(cached) $ECHO_C" >&6
11475else 12023else
11476 12024
11477 cat >conftest.$ac_ext <<_ACEOF 12025 cat >conftest.$ac_ext <<_ACEOF
11478#line 11478 "configure" 12026#line 12026 "configure"
11479#include "confdefs.h" 12027#include "confdefs.h"
11480 #include <sys/types.h> 12028 #include <sys/types.h>
11481int 12029int
@@ -11487,16 +12035,16 @@ main ()
11487} 12035}
11488_ACEOF 12036_ACEOF
11489rm -f conftest.$ac_objext 12037rm -f conftest.$ac_objext
11490if { (eval echo "$as_me:11490: \"$ac_compile\"") >&5 12038if { (eval echo "$as_me:12038: \"$ac_compile\"") >&5
11491 (eval $ac_compile) 2>&5 12039 (eval $ac_compile) 2>&5
11492 ac_status=$? 12040 ac_status=$?
11493 echo "$as_me:11493: \$? = $ac_status" >&5 12041 echo "$as_me:12041: \$? = $ac_status" >&5
11494 (exit $ac_status); } && 12042 (exit $ac_status); } &&
11495 { ac_try='test -s conftest.$ac_objext' 12043 { ac_try='test -s conftest.$ac_objext'
11496 { (eval echo "$as_me:11496: \"$ac_try\"") >&5 12044 { (eval echo "$as_me:12044: \"$ac_try\"") >&5
11497 (eval $ac_try) 2>&5 12045 (eval $ac_try) 2>&5
11498 ac_status=$? 12046 ac_status=$?
11499 echo "$as_me:11499: \$? = $ac_status" >&5 12047 echo "$as_me:12047: \$? = $ac_status" >&5
11500 (exit $ac_status); }; }; then 12048 (exit $ac_status); }; }; then
11501 ac_cv_have_u_int64_t="yes" 12049 ac_cv_have_u_int64_t="yes"
11502else 12050else
@@ -11508,7 +12056,7 @@ fi
11508rm -f conftest.$ac_objext conftest.$ac_ext 12056rm -f conftest.$ac_objext conftest.$ac_ext
11509 12057
11510fi 12058fi
11511echo "$as_me:11511: result: $ac_cv_have_u_int64_t" >&5 12059echo "$as_me:12059: result: $ac_cv_have_u_int64_t" >&5
11512echo "${ECHO_T}$ac_cv_have_u_int64_t" >&6 12060echo "${ECHO_T}$ac_cv_have_u_int64_t" >&6
11513if test "x$ac_cv_have_u_int64_t" = "xyes" ; then 12061if test "x$ac_cv_have_u_int64_t" = "xyes" ; then
11514 cat >>confdefs.h <<\EOF 12062 cat >>confdefs.h <<\EOF
@@ -11519,10 +12067,10 @@ EOF
11519fi 12067fi
11520 12068
11521if test -z "$have_u_int64_t" ; then 12069if test -z "$have_u_int64_t" ; then
11522 echo "$as_me:11522: checking for u_int64_t type in sys/bitypes.h" >&5 12070 echo "$as_me:12070: checking for u_int64_t type in sys/bitypes.h" >&5
11523echo $ECHO_N "checking for u_int64_t type in sys/bitypes.h... $ECHO_C" >&6 12071echo $ECHO_N "checking for u_int64_t type in sys/bitypes.h... $ECHO_C" >&6
11524 cat >conftest.$ac_ext <<_ACEOF 12072 cat >conftest.$ac_ext <<_ACEOF
11525#line 11525 "configure" 12073#line 12073 "configure"
11526#include "confdefs.h" 12074#include "confdefs.h"
11527 #include <sys/bitypes.h> 12075 #include <sys/bitypes.h>
11528int 12076int
@@ -11534,29 +12082,29 @@ main ()
11534} 12082}
11535_ACEOF 12083_ACEOF
11536rm -f conftest.$ac_objext 12084rm -f conftest.$ac_objext
11537if { (eval echo "$as_me:11537: \"$ac_compile\"") >&5 12085if { (eval echo "$as_me:12085: \"$ac_compile\"") >&5
11538 (eval $ac_compile) 2>&5 12086 (eval $ac_compile) 2>&5
11539 ac_status=$? 12087 ac_status=$?
11540 echo "$as_me:11540: \$? = $ac_status" >&5 12088 echo "$as_me:12088: \$? = $ac_status" >&5
11541 (exit $ac_status); } && 12089 (exit $ac_status); } &&
11542 { ac_try='test -s conftest.$ac_objext' 12090 { ac_try='test -s conftest.$ac_objext'
11543 { (eval echo "$as_me:11543: \"$ac_try\"") >&5 12091 { (eval echo "$as_me:12091: \"$ac_try\"") >&5
11544 (eval $ac_try) 2>&5 12092 (eval $ac_try) 2>&5
11545 ac_status=$? 12093 ac_status=$?
11546 echo "$as_me:11546: \$? = $ac_status" >&5 12094 echo "$as_me:12094: \$? = $ac_status" >&5
11547 (exit $ac_status); }; }; then 12095 (exit $ac_status); }; }; then
11548 12096
11549 cat >>confdefs.h <<\EOF 12097 cat >>confdefs.h <<\EOF
11550#define HAVE_U_INT64_T 1 12098#define HAVE_U_INT64_T 1
11551EOF 12099EOF
11552 12100
11553 echo "$as_me:11553: result: yes" >&5 12101 echo "$as_me:12101: result: yes" >&5
11554echo "${ECHO_T}yes" >&6 12102echo "${ECHO_T}yes" >&6
11555 12103
11556else 12104else
11557 echo "$as_me: failed program was:" >&5 12105 echo "$as_me: failed program was:" >&5
11558cat conftest.$ac_ext >&5 12106cat conftest.$ac_ext >&5
11559 echo "$as_me:11559: result: no" >&5 12107 echo "$as_me:12107: result: no" >&5
11560echo "${ECHO_T}no" >&6 12108echo "${ECHO_T}no" >&6
11561 12109
11562fi 12110fi
@@ -11564,14 +12112,14 @@ rm -f conftest.$ac_objext conftest.$ac_ext
11564fi 12112fi
11565 12113
11566if test -z "$have_u_intxx_t" ; then 12114if test -z "$have_u_intxx_t" ; then
11567 echo "$as_me:11567: checking for uintXX_t types" >&5 12115 echo "$as_me:12115: checking for uintXX_t types" >&5
11568echo $ECHO_N "checking for uintXX_t types... $ECHO_C" >&6 12116echo $ECHO_N "checking for uintXX_t types... $ECHO_C" >&6
11569if test "${ac_cv_have_uintxx_t+set}" = set; then 12117if test "${ac_cv_have_uintxx_t+set}" = set; then
11570 echo $ECHO_N "(cached) $ECHO_C" >&6 12118 echo $ECHO_N "(cached) $ECHO_C" >&6
11571else 12119else
11572 12120
11573 cat >conftest.$ac_ext <<_ACEOF 12121 cat >conftest.$ac_ext <<_ACEOF
11574#line 11574 "configure" 12122#line 12122 "configure"
11575#include "confdefs.h" 12123#include "confdefs.h"
11576 12124
11577#include <sys/types.h> 12125#include <sys/types.h>
@@ -11585,16 +12133,16 @@ main ()
11585} 12133}
11586_ACEOF 12134_ACEOF
11587rm -f conftest.$ac_objext 12135rm -f conftest.$ac_objext
11588if { (eval echo "$as_me:11588: \"$ac_compile\"") >&5 12136if { (eval echo "$as_me:12136: \"$ac_compile\"") >&5
11589 (eval $ac_compile) 2>&5 12137 (eval $ac_compile) 2>&5
11590 ac_status=$? 12138 ac_status=$?
11591 echo "$as_me:11591: \$? = $ac_status" >&5 12139 echo "$as_me:12139: \$? = $ac_status" >&5
11592 (exit $ac_status); } && 12140 (exit $ac_status); } &&
11593 { ac_try='test -s conftest.$ac_objext' 12141 { ac_try='test -s conftest.$ac_objext'
11594 { (eval echo "$as_me:11594: \"$ac_try\"") >&5 12142 { (eval echo "$as_me:12142: \"$ac_try\"") >&5
11595 (eval $ac_try) 2>&5 12143 (eval $ac_try) 2>&5
11596 ac_status=$? 12144 ac_status=$?
11597 echo "$as_me:11597: \$? = $ac_status" >&5 12145 echo "$as_me:12145: \$? = $ac_status" >&5
11598 (exit $ac_status); }; }; then 12146 (exit $ac_status); }; }; then
11599 ac_cv_have_uintxx_t="yes" 12147 ac_cv_have_uintxx_t="yes"
11600else 12148else
@@ -11606,7 +12154,7 @@ fi
11606rm -f conftest.$ac_objext conftest.$ac_ext 12154rm -f conftest.$ac_objext conftest.$ac_ext
11607 12155
11608fi 12156fi
11609echo "$as_me:11609: result: $ac_cv_have_uintxx_t" >&5 12157echo "$as_me:12157: result: $ac_cv_have_uintxx_t" >&5
11610echo "${ECHO_T}$ac_cv_have_uintxx_t" >&6 12158echo "${ECHO_T}$ac_cv_have_uintxx_t" >&6
11611 if test "x$ac_cv_have_uintxx_t" = "xyes" ; then 12159 if test "x$ac_cv_have_uintxx_t" = "xyes" ; then
11612 cat >>confdefs.h <<\EOF 12160 cat >>confdefs.h <<\EOF
@@ -11617,10 +12165,10 @@ EOF
11617fi 12165fi
11618 12166
11619if test -z "$have_uintxx_t" ; then 12167if test -z "$have_uintxx_t" ; then
11620 echo "$as_me:11620: checking for uintXX_t types in stdint.h" >&5 12168 echo "$as_me:12168: checking for uintXX_t types in stdint.h" >&5
11621echo $ECHO_N "checking for uintXX_t types in stdint.h... $ECHO_C" >&6 12169echo $ECHO_N "checking for uintXX_t types in stdint.h... $ECHO_C" >&6
11622 cat >conftest.$ac_ext <<_ACEOF 12170 cat >conftest.$ac_ext <<_ACEOF
11623#line 11623 "configure" 12171#line 12171 "configure"
11624#include "confdefs.h" 12172#include "confdefs.h"
11625 #include <stdint.h> 12173 #include <stdint.h>
11626int 12174int
@@ -11632,29 +12180,29 @@ main ()
11632} 12180}
11633_ACEOF 12181_ACEOF
11634rm -f conftest.$ac_objext 12182rm -f conftest.$ac_objext
11635if { (eval echo "$as_me:11635: \"$ac_compile\"") >&5 12183if { (eval echo "$as_me:12183: \"$ac_compile\"") >&5
11636 (eval $ac_compile) 2>&5 12184 (eval $ac_compile) 2>&5
11637 ac_status=$? 12185 ac_status=$?
11638 echo "$as_me:11638: \$? = $ac_status" >&5 12186 echo "$as_me:12186: \$? = $ac_status" >&5
11639 (exit $ac_status); } && 12187 (exit $ac_status); } &&
11640 { ac_try='test -s conftest.$ac_objext' 12188 { ac_try='test -s conftest.$ac_objext'
11641 { (eval echo "$as_me:11641: \"$ac_try\"") >&5 12189 { (eval echo "$as_me:12189: \"$ac_try\"") >&5
11642 (eval $ac_try) 2>&5 12190 (eval $ac_try) 2>&5
11643 ac_status=$? 12191 ac_status=$?
11644 echo "$as_me:11644: \$? = $ac_status" >&5 12192 echo "$as_me:12192: \$? = $ac_status" >&5
11645 (exit $ac_status); }; }; then 12193 (exit $ac_status); }; }; then
11646 12194
11647 cat >>confdefs.h <<\EOF 12195 cat >>confdefs.h <<\EOF
11648#define HAVE_UINTXX_T 1 12196#define HAVE_UINTXX_T 1
11649EOF 12197EOF
11650 12198
11651 echo "$as_me:11651: result: yes" >&5 12199 echo "$as_me:12199: result: yes" >&5
11652echo "${ECHO_T}yes" >&6 12200echo "${ECHO_T}yes" >&6
11653 12201
11654else 12202else
11655 echo "$as_me: failed program was:" >&5 12203 echo "$as_me: failed program was:" >&5
11656cat conftest.$ac_ext >&5 12204cat conftest.$ac_ext >&5
11657 echo "$as_me:11657: result: no" >&5 12205 echo "$as_me:12205: result: no" >&5
11658echo "${ECHO_T}no" >&6 12206echo "${ECHO_T}no" >&6
11659 12207
11660fi 12208fi
@@ -11662,12 +12210,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext
11662fi 12210fi
11663 12211
11664if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \ 12212if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \
11665 test "x$ac_cv_header_sys_bitypes_h" = "xyes") 12213 test "x$ac_cv_header_sys_bitypes_h" = "xyes")
11666then 12214then
11667 echo "$as_me:11667: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5 12215 echo "$as_me:12215: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5
11668echo $ECHO_N "checking for intXX_t and u_intXX_t types in sys/bitypes.h... $ECHO_C" >&6 12216echo $ECHO_N "checking for intXX_t and u_intXX_t types in sys/bitypes.h... $ECHO_C" >&6
11669 cat >conftest.$ac_ext <<_ACEOF 12217 cat >conftest.$ac_ext <<_ACEOF
11670#line 11670 "configure" 12218#line 12218 "configure"
11671#include "confdefs.h" 12219#include "confdefs.h"
11672 12220
11673#include <sys/bitypes.h> 12221#include <sys/bitypes.h>
@@ -11685,16 +12233,16 @@ main ()
11685} 12233}
11686_ACEOF 12234_ACEOF
11687rm -f conftest.$ac_objext 12235rm -f conftest.$ac_objext
11688if { (eval echo "$as_me:11688: \"$ac_compile\"") >&5 12236if { (eval echo "$as_me:12236: \"$ac_compile\"") >&5
11689 (eval $ac_compile) 2>&5 12237 (eval $ac_compile) 2>&5
11690 ac_status=$? 12238 ac_status=$?
11691 echo "$as_me:11691: \$? = $ac_status" >&5 12239 echo "$as_me:12239: \$? = $ac_status" >&5
11692 (exit $ac_status); } && 12240 (exit $ac_status); } &&
11693 { ac_try='test -s conftest.$ac_objext' 12241 { ac_try='test -s conftest.$ac_objext'
11694 { (eval echo "$as_me:11694: \"$ac_try\"") >&5 12242 { (eval echo "$as_me:12242: \"$ac_try\"") >&5
11695 (eval $ac_try) 2>&5 12243 (eval $ac_try) 2>&5
11696 ac_status=$? 12244 ac_status=$?
11697 echo "$as_me:11697: \$? = $ac_status" >&5 12245 echo "$as_me:12245: \$? = $ac_status" >&5
11698 (exit $ac_status); }; }; then 12246 (exit $ac_status); }; }; then
11699 12247
11700 cat >>confdefs.h <<\EOF 12248 cat >>confdefs.h <<\EOF
@@ -11705,27 +12253,27 @@ EOF
11705#define HAVE_INTXX_T 1 12253#define HAVE_INTXX_T 1
11706EOF 12254EOF
11707 12255
11708 echo "$as_me:11708: result: yes" >&5 12256 echo "$as_me:12256: result: yes" >&5
11709echo "${ECHO_T}yes" >&6 12257echo "${ECHO_T}yes" >&6
11710 12258
11711else 12259else
11712 echo "$as_me: failed program was:" >&5 12260 echo "$as_me: failed program was:" >&5
11713cat conftest.$ac_ext >&5 12261cat conftest.$ac_ext >&5
11714echo "$as_me:11714: result: no" >&5 12262echo "$as_me:12262: result: no" >&5
11715echo "${ECHO_T}no" >&6 12263echo "${ECHO_T}no" >&6
11716 12264
11717fi 12265fi
11718rm -f conftest.$ac_objext conftest.$ac_ext 12266rm -f conftest.$ac_objext conftest.$ac_ext
11719fi 12267fi
11720 12268
11721echo "$as_me:11721: checking for u_char" >&5 12269echo "$as_me:12269: checking for u_char" >&5
11722echo $ECHO_N "checking for u_char... $ECHO_C" >&6 12270echo $ECHO_N "checking for u_char... $ECHO_C" >&6
11723if test "${ac_cv_have_u_char+set}" = set; then 12271if test "${ac_cv_have_u_char+set}" = set; then
11724 echo $ECHO_N "(cached) $ECHO_C" >&6 12272 echo $ECHO_N "(cached) $ECHO_C" >&6
11725else 12273else
11726 12274
11727 cat >conftest.$ac_ext <<_ACEOF 12275 cat >conftest.$ac_ext <<_ACEOF
11728#line 11728 "configure" 12276#line 12276 "configure"
11729#include "confdefs.h" 12277#include "confdefs.h"
11730 12278
11731#include <sys/types.h> 12279#include <sys/types.h>
@@ -11739,16 +12287,16 @@ main ()
11739} 12287}
11740_ACEOF 12288_ACEOF
11741rm -f conftest.$ac_objext 12289rm -f conftest.$ac_objext
11742if { (eval echo "$as_me:11742: \"$ac_compile\"") >&5 12290if { (eval echo "$as_me:12290: \"$ac_compile\"") >&5
11743 (eval $ac_compile) 2>&5 12291 (eval $ac_compile) 2>&5
11744 ac_status=$? 12292 ac_status=$?
11745 echo "$as_me:11745: \$? = $ac_status" >&5 12293 echo "$as_me:12293: \$? = $ac_status" >&5
11746 (exit $ac_status); } && 12294 (exit $ac_status); } &&
11747 { ac_try='test -s conftest.$ac_objext' 12295 { ac_try='test -s conftest.$ac_objext'
11748 { (eval echo "$as_me:11748: \"$ac_try\"") >&5 12296 { (eval echo "$as_me:12296: \"$ac_try\"") >&5
11749 (eval $ac_try) 2>&5 12297 (eval $ac_try) 2>&5
11750 ac_status=$? 12298 ac_status=$?
11751 echo "$as_me:11751: \$? = $ac_status" >&5 12299 echo "$as_me:12299: \$? = $ac_status" >&5
11752 (exit $ac_status); }; }; then 12300 (exit $ac_status); }; }; then
11753 ac_cv_have_u_char="yes" 12301 ac_cv_have_u_char="yes"
11754else 12302else
@@ -11760,7 +12308,7 @@ fi
11760rm -f conftest.$ac_objext conftest.$ac_ext 12308rm -f conftest.$ac_objext conftest.$ac_ext
11761 12309
11762fi 12310fi
11763echo "$as_me:11763: result: $ac_cv_have_u_char" >&5 12311echo "$as_me:12311: result: $ac_cv_have_u_char" >&5
11764echo "${ECHO_T}$ac_cv_have_u_char" >&6 12312echo "${ECHO_T}$ac_cv_have_u_char" >&6
11765if test "x$ac_cv_have_u_char" = "xyes" ; then 12313if test "x$ac_cv_have_u_char" = "xyes" ; then
11766 cat >>confdefs.h <<\EOF 12314 cat >>confdefs.h <<\EOF
@@ -11769,13 +12317,13 @@ EOF
11769 12317
11770fi 12318fi
11771 12319
11772 echo "$as_me:11772: checking for socklen_t" >&5 12320 echo "$as_me:12320: checking for socklen_t" >&5
11773echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6 12321echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
11774if test "${ac_cv_type_socklen_t+set}" = set; then 12322if test "${ac_cv_type_socklen_t+set}" = set; then
11775 echo $ECHO_N "(cached) $ECHO_C" >&6 12323 echo $ECHO_N "(cached) $ECHO_C" >&6
11776else 12324else
11777 cat >conftest.$ac_ext <<_ACEOF 12325 cat >conftest.$ac_ext <<_ACEOF
11778#line 11778 "configure" 12326#line 12326 "configure"
11779#include "confdefs.h" 12327#include "confdefs.h"
11780#include <sys/types.h> 12328#include <sys/types.h>
11781#include <sys/socket.h> 12329#include <sys/socket.h>
@@ -11792,16 +12340,16 @@ if (sizeof (socklen_t))
11792} 12340}
11793_ACEOF 12341_ACEOF
11794rm -f conftest.$ac_objext 12342rm -f conftest.$ac_objext
11795if { (eval echo "$as_me:11795: \"$ac_compile\"") >&5 12343if { (eval echo "$as_me:12343: \"$ac_compile\"") >&5
11796 (eval $ac_compile) 2>&5 12344 (eval $ac_compile) 2>&5
11797 ac_status=$? 12345 ac_status=$?
11798 echo "$as_me:11798: \$? = $ac_status" >&5 12346 echo "$as_me:12346: \$? = $ac_status" >&5
11799 (exit $ac_status); } && 12347 (exit $ac_status); } &&
11800 { ac_try='test -s conftest.$ac_objext' 12348 { ac_try='test -s conftest.$ac_objext'
11801 { (eval echo "$as_me:11801: \"$ac_try\"") >&5 12349 { (eval echo "$as_me:12349: \"$ac_try\"") >&5
11802 (eval $ac_try) 2>&5 12350 (eval $ac_try) 2>&5
11803 ac_status=$? 12351 ac_status=$?
11804 echo "$as_me:11804: \$? = $ac_status" >&5 12352 echo "$as_me:12352: \$? = $ac_status" >&5
11805 (exit $ac_status); }; }; then 12353 (exit $ac_status); }; }; then
11806 ac_cv_type_socklen_t=yes 12354 ac_cv_type_socklen_t=yes
11807else 12355else
@@ -11811,13 +12359,13 @@ ac_cv_type_socklen_t=no
11811fi 12359fi
11812rm -f conftest.$ac_objext conftest.$ac_ext 12360rm -f conftest.$ac_objext conftest.$ac_ext
11813fi 12361fi
11814echo "$as_me:11814: result: $ac_cv_type_socklen_t" >&5 12362echo "$as_me:12362: result: $ac_cv_type_socklen_t" >&5
11815echo "${ECHO_T}$ac_cv_type_socklen_t" >&6 12363echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
11816if test $ac_cv_type_socklen_t = yes; then 12364if test $ac_cv_type_socklen_t = yes; then
11817 : 12365 :
11818else 12366else
11819 12367
11820 echo "$as_me:11820: checking for socklen_t equivalent" >&5 12368 echo "$as_me:12368: checking for socklen_t equivalent" >&5
11821echo $ECHO_N "checking for socklen_t equivalent... $ECHO_C" >&6 12369echo $ECHO_N "checking for socklen_t equivalent... $ECHO_C" >&6
11822 if test "${curl_cv_socklen_t_equiv+set}" = set; then 12370 if test "${curl_cv_socklen_t_equiv+set}" = set; then
11823 echo $ECHO_N "(cached) $ECHO_C" >&6 12371 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11829,7 +12377,7 @@ else
11829 for arg2 in "struct sockaddr" void; do 12377 for arg2 in "struct sockaddr" void; do
11830 for t in int size_t unsigned long "unsigned long"; do 12378 for t in int size_t unsigned long "unsigned long"; do
11831 cat >conftest.$ac_ext <<_ACEOF 12379 cat >conftest.$ac_ext <<_ACEOF
11832#line 11832 "configure" 12380#line 12380 "configure"
11833#include "confdefs.h" 12381#include "confdefs.h"
11834 12382
11835 #include <sys/types.h> 12383 #include <sys/types.h>
@@ -11849,16 +12397,16 @@ main ()
11849} 12397}
11850_ACEOF 12398_ACEOF
11851rm -f conftest.$ac_objext 12399rm -f conftest.$ac_objext
11852if { (eval echo "$as_me:11852: \"$ac_compile\"") >&5 12400if { (eval echo "$as_me:12400: \"$ac_compile\"") >&5
11853 (eval $ac_compile) 2>&5 12401 (eval $ac_compile) 2>&5
11854 ac_status=$? 12402 ac_status=$?
11855 echo "$as_me:11855: \$? = $ac_status" >&5 12403 echo "$as_me:12403: \$? = $ac_status" >&5
11856 (exit $ac_status); } && 12404 (exit $ac_status); } &&
11857 { ac_try='test -s conftest.$ac_objext' 12405 { ac_try='test -s conftest.$ac_objext'
11858 { (eval echo "$as_me:11858: \"$ac_try\"") >&5 12406 { (eval echo "$as_me:12406: \"$ac_try\"") >&5
11859 (eval $ac_try) 2>&5 12407 (eval $ac_try) 2>&5
11860 ac_status=$? 12408 ac_status=$?
11861 echo "$as_me:11861: \$? = $ac_status" >&5 12409 echo "$as_me:12409: \$? = $ac_status" >&5
11862 (exit $ac_status); }; }; then 12410 (exit $ac_status); }; }; then
11863 12411
11864 curl_cv_socklen_t_equiv="$t" 12412 curl_cv_socklen_t_equiv="$t"
@@ -11873,14 +12421,14 @@ rm -f conftest.$ac_objext conftest.$ac_ext
11873 done 12421 done
11874 12422
11875 if test "x$curl_cv_socklen_t_equiv" = x; then 12423 if test "x$curl_cv_socklen_t_equiv" = x; then
11876 { { echo "$as_me:11876: error: Cannot find a type to use in place of socklen_t" >&5 12424 { { echo "$as_me:12424: error: Cannot find a type to use in place of socklen_t" >&5
11877echo "$as_me: error: Cannot find a type to use in place of socklen_t" >&2;} 12425echo "$as_me: error: Cannot find a type to use in place of socklen_t" >&2;}
11878 { (exit 1); exit 1; }; } 12426 { (exit 1); exit 1; }; }
11879 fi 12427 fi
11880 12428
11881fi 12429fi
11882 12430
11883 echo "$as_me:11883: result: $curl_cv_socklen_t_equiv" >&5 12431 echo "$as_me:12431: result: $curl_cv_socklen_t_equiv" >&5
11884echo "${ECHO_T}$curl_cv_socklen_t_equiv" >&6 12432echo "${ECHO_T}$curl_cv_socklen_t_equiv" >&6
11885 12433
11886cat >>confdefs.h <<EOF 12434cat >>confdefs.h <<EOF
@@ -11889,13 +12437,13 @@ EOF
11889 12437
11890fi 12438fi
11891 12439
11892echo "$as_me:11892: checking for sig_atomic_t" >&5 12440echo "$as_me:12440: checking for sig_atomic_t" >&5
11893echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6 12441echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6
11894if test "${ac_cv_type_sig_atomic_t+set}" = set; then 12442if test "${ac_cv_type_sig_atomic_t+set}" = set; then
11895 echo $ECHO_N "(cached) $ECHO_C" >&6 12443 echo $ECHO_N "(cached) $ECHO_C" >&6
11896else 12444else
11897 cat >conftest.$ac_ext <<_ACEOF 12445 cat >conftest.$ac_ext <<_ACEOF
11898#line 11898 "configure" 12446#line 12446 "configure"
11899#include "confdefs.h" 12447#include "confdefs.h"
11900#include <signal.h> 12448#include <signal.h>
11901 12449
@@ -11911,16 +12459,16 @@ if (sizeof (sig_atomic_t))
11911} 12459}
11912_ACEOF 12460_ACEOF
11913rm -f conftest.$ac_objext 12461rm -f conftest.$ac_objext
11914if { (eval echo "$as_me:11914: \"$ac_compile\"") >&5 12462if { (eval echo "$as_me:12462: \"$ac_compile\"") >&5
11915 (eval $ac_compile) 2>&5 12463 (eval $ac_compile) 2>&5
11916 ac_status=$? 12464 ac_status=$?
11917 echo "$as_me:11917: \$? = $ac_status" >&5 12465 echo "$as_me:12465: \$? = $ac_status" >&5
11918 (exit $ac_status); } && 12466 (exit $ac_status); } &&
11919 { ac_try='test -s conftest.$ac_objext' 12467 { ac_try='test -s conftest.$ac_objext'
11920 { (eval echo "$as_me:11920: \"$ac_try\"") >&5 12468 { (eval echo "$as_me:12468: \"$ac_try\"") >&5
11921 (eval $ac_try) 2>&5 12469 (eval $ac_try) 2>&5
11922 ac_status=$? 12470 ac_status=$?
11923 echo "$as_me:11923: \$? = $ac_status" >&5 12471 echo "$as_me:12471: \$? = $ac_status" >&5
11924 (exit $ac_status); }; }; then 12472 (exit $ac_status); }; }; then
11925 ac_cv_type_sig_atomic_t=yes 12473 ac_cv_type_sig_atomic_t=yes
11926else 12474else
@@ -11930,7 +12478,7 @@ ac_cv_type_sig_atomic_t=no
11930fi 12478fi
11931rm -f conftest.$ac_objext conftest.$ac_ext 12479rm -f conftest.$ac_objext conftest.$ac_ext
11932fi 12480fi
11933echo "$as_me:11933: result: $ac_cv_type_sig_atomic_t" >&5 12481echo "$as_me:12481: result: $ac_cv_type_sig_atomic_t" >&5
11934echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6 12482echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6
11935if test $ac_cv_type_sig_atomic_t = yes; then 12483if test $ac_cv_type_sig_atomic_t = yes; then
11936 12484
@@ -11940,14 +12488,14 @@ EOF
11940 12488
11941fi 12489fi
11942 12490
11943echo "$as_me:11943: checking for size_t" >&5 12491echo "$as_me:12491: checking for size_t" >&5
11944echo $ECHO_N "checking for size_t... $ECHO_C" >&6 12492echo $ECHO_N "checking for size_t... $ECHO_C" >&6
11945if test "${ac_cv_have_size_t+set}" = set; then 12493if test "${ac_cv_have_size_t+set}" = set; then
11946 echo $ECHO_N "(cached) $ECHO_C" >&6 12494 echo $ECHO_N "(cached) $ECHO_C" >&6
11947else 12495else
11948 12496
11949 cat >conftest.$ac_ext <<_ACEOF 12497 cat >conftest.$ac_ext <<_ACEOF
11950#line 11950 "configure" 12498#line 12498 "configure"
11951#include "confdefs.h" 12499#include "confdefs.h"
11952 12500
11953#include <sys/types.h> 12501#include <sys/types.h>
@@ -11961,16 +12509,16 @@ main ()
11961} 12509}
11962_ACEOF 12510_ACEOF
11963rm -f conftest.$ac_objext 12511rm -f conftest.$ac_objext
11964if { (eval echo "$as_me:11964: \"$ac_compile\"") >&5 12512if { (eval echo "$as_me:12512: \"$ac_compile\"") >&5
11965 (eval $ac_compile) 2>&5 12513 (eval $ac_compile) 2>&5
11966 ac_status=$? 12514 ac_status=$?
11967 echo "$as_me:11967: \$? = $ac_status" >&5 12515 echo "$as_me:12515: \$? = $ac_status" >&5
11968 (exit $ac_status); } && 12516 (exit $ac_status); } &&
11969 { ac_try='test -s conftest.$ac_objext' 12517 { ac_try='test -s conftest.$ac_objext'
11970 { (eval echo "$as_me:11970: \"$ac_try\"") >&5 12518 { (eval echo "$as_me:12518: \"$ac_try\"") >&5
11971 (eval $ac_try) 2>&5 12519 (eval $ac_try) 2>&5
11972 ac_status=$? 12520 ac_status=$?
11973 echo "$as_me:11973: \$? = $ac_status" >&5 12521 echo "$as_me:12521: \$? = $ac_status" >&5
11974 (exit $ac_status); }; }; then 12522 (exit $ac_status); }; }; then
11975 ac_cv_have_size_t="yes" 12523 ac_cv_have_size_t="yes"
11976else 12524else
@@ -11982,7 +12530,7 @@ fi
11982rm -f conftest.$ac_objext conftest.$ac_ext 12530rm -f conftest.$ac_objext conftest.$ac_ext
11983 12531
11984fi 12532fi
11985echo "$as_me:11985: result: $ac_cv_have_size_t" >&5 12533echo "$as_me:12533: result: $ac_cv_have_size_t" >&5
11986echo "${ECHO_T}$ac_cv_have_size_t" >&6 12534echo "${ECHO_T}$ac_cv_have_size_t" >&6
11987if test "x$ac_cv_have_size_t" = "xyes" ; then 12535if test "x$ac_cv_have_size_t" = "xyes" ; then
11988 cat >>confdefs.h <<\EOF 12536 cat >>confdefs.h <<\EOF
@@ -11991,14 +12539,14 @@ EOF
11991 12539
11992fi 12540fi
11993 12541
11994echo "$as_me:11994: checking for ssize_t" >&5 12542echo "$as_me:12542: checking for ssize_t" >&5
11995echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6 12543echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
11996if test "${ac_cv_have_ssize_t+set}" = set; then 12544if test "${ac_cv_have_ssize_t+set}" = set; then
11997 echo $ECHO_N "(cached) $ECHO_C" >&6 12545 echo $ECHO_N "(cached) $ECHO_C" >&6
11998else 12546else
11999 12547
12000 cat >conftest.$ac_ext <<_ACEOF 12548 cat >conftest.$ac_ext <<_ACEOF
12001#line 12001 "configure" 12549#line 12549 "configure"
12002#include "confdefs.h" 12550#include "confdefs.h"
12003 12551
12004#include <sys/types.h> 12552#include <sys/types.h>
@@ -12012,16 +12560,16 @@ main ()
12012} 12560}
12013_ACEOF 12561_ACEOF
12014rm -f conftest.$ac_objext 12562rm -f conftest.$ac_objext
12015if { (eval echo "$as_me:12015: \"$ac_compile\"") >&5 12563if { (eval echo "$as_me:12563: \"$ac_compile\"") >&5
12016 (eval $ac_compile) 2>&5 12564 (eval $ac_compile) 2>&5
12017 ac_status=$? 12565 ac_status=$?
12018 echo "$as_me:12018: \$? = $ac_status" >&5 12566 echo "$as_me:12566: \$? = $ac_status" >&5
12019 (exit $ac_status); } && 12567 (exit $ac_status); } &&
12020 { ac_try='test -s conftest.$ac_objext' 12568 { ac_try='test -s conftest.$ac_objext'
12021 { (eval echo "$as_me:12021: \"$ac_try\"") >&5 12569 { (eval echo "$as_me:12569: \"$ac_try\"") >&5
12022 (eval $ac_try) 2>&5 12570 (eval $ac_try) 2>&5
12023 ac_status=$? 12571 ac_status=$?
12024 echo "$as_me:12024: \$? = $ac_status" >&5 12572 echo "$as_me:12572: \$? = $ac_status" >&5
12025 (exit $ac_status); }; }; then 12573 (exit $ac_status); }; }; then
12026 ac_cv_have_ssize_t="yes" 12574 ac_cv_have_ssize_t="yes"
12027else 12575else
@@ -12033,7 +12581,7 @@ fi
12033rm -f conftest.$ac_objext conftest.$ac_ext 12581rm -f conftest.$ac_objext conftest.$ac_ext
12034 12582
12035fi 12583fi
12036echo "$as_me:12036: result: $ac_cv_have_ssize_t" >&5 12584echo "$as_me:12584: result: $ac_cv_have_ssize_t" >&5
12037echo "${ECHO_T}$ac_cv_have_ssize_t" >&6 12585echo "${ECHO_T}$ac_cv_have_ssize_t" >&6
12038if test "x$ac_cv_have_ssize_t" = "xyes" ; then 12586if test "x$ac_cv_have_ssize_t" = "xyes" ; then
12039 cat >>confdefs.h <<\EOF 12587 cat >>confdefs.h <<\EOF
@@ -12042,14 +12590,14 @@ EOF
12042 12590
12043fi 12591fi
12044 12592
12045echo "$as_me:12045: checking for clock_t" >&5 12593echo "$as_me:12593: checking for clock_t" >&5
12046echo $ECHO_N "checking for clock_t... $ECHO_C" >&6 12594echo $ECHO_N "checking for clock_t... $ECHO_C" >&6
12047if test "${ac_cv_have_clock_t+set}" = set; then 12595if test "${ac_cv_have_clock_t+set}" = set; then
12048 echo $ECHO_N "(cached) $ECHO_C" >&6 12596 echo $ECHO_N "(cached) $ECHO_C" >&6
12049else 12597else
12050 12598
12051 cat >conftest.$ac_ext <<_ACEOF 12599 cat >conftest.$ac_ext <<_ACEOF
12052#line 12052 "configure" 12600#line 12600 "configure"
12053#include "confdefs.h" 12601#include "confdefs.h"
12054 12602
12055#include <time.h> 12603#include <time.h>
@@ -12063,16 +12611,16 @@ main ()
12063} 12611}
12064_ACEOF 12612_ACEOF
12065rm -f conftest.$ac_objext 12613rm -f conftest.$ac_objext
12066if { (eval echo "$as_me:12066: \"$ac_compile\"") >&5 12614if { (eval echo "$as_me:12614: \"$ac_compile\"") >&5
12067 (eval $ac_compile) 2>&5 12615 (eval $ac_compile) 2>&5
12068 ac_status=$? 12616 ac_status=$?
12069 echo "$as_me:12069: \$? = $ac_status" >&5 12617 echo "$as_me:12617: \$? = $ac_status" >&5
12070 (exit $ac_status); } && 12618 (exit $ac_status); } &&
12071 { ac_try='test -s conftest.$ac_objext' 12619 { ac_try='test -s conftest.$ac_objext'
12072 { (eval echo "$as_me:12072: \"$ac_try\"") >&5 12620 { (eval echo "$as_me:12620: \"$ac_try\"") >&5
12073 (eval $ac_try) 2>&5 12621 (eval $ac_try) 2>&5
12074 ac_status=$? 12622 ac_status=$?
12075 echo "$as_me:12075: \$? = $ac_status" >&5 12623 echo "$as_me:12623: \$? = $ac_status" >&5
12076 (exit $ac_status); }; }; then 12624 (exit $ac_status); }; }; then
12077 ac_cv_have_clock_t="yes" 12625 ac_cv_have_clock_t="yes"
12078else 12626else
@@ -12084,7 +12632,7 @@ fi
12084rm -f conftest.$ac_objext conftest.$ac_ext 12632rm -f conftest.$ac_objext conftest.$ac_ext
12085 12633
12086fi 12634fi
12087echo "$as_me:12087: result: $ac_cv_have_clock_t" >&5 12635echo "$as_me:12635: result: $ac_cv_have_clock_t" >&5
12088echo "${ECHO_T}$ac_cv_have_clock_t" >&6 12636echo "${ECHO_T}$ac_cv_have_clock_t" >&6
12089if test "x$ac_cv_have_clock_t" = "xyes" ; then 12637if test "x$ac_cv_have_clock_t" = "xyes" ; then
12090 cat >>confdefs.h <<\EOF 12638 cat >>confdefs.h <<\EOF
@@ -12093,14 +12641,14 @@ EOF
12093 12641
12094fi 12642fi
12095 12643
12096echo "$as_me:12096: checking for sa_family_t" >&5 12644echo "$as_me:12644: checking for sa_family_t" >&5
12097echo $ECHO_N "checking for sa_family_t... $ECHO_C" >&6 12645echo $ECHO_N "checking for sa_family_t... $ECHO_C" >&6
12098if test "${ac_cv_have_sa_family_t+set}" = set; then 12646if test "${ac_cv_have_sa_family_t+set}" = set; then
12099 echo $ECHO_N "(cached) $ECHO_C" >&6 12647 echo $ECHO_N "(cached) $ECHO_C" >&6
12100else 12648else
12101 12649
12102 cat >conftest.$ac_ext <<_ACEOF 12650 cat >conftest.$ac_ext <<_ACEOF
12103#line 12103 "configure" 12651#line 12651 "configure"
12104#include "confdefs.h" 12652#include "confdefs.h"
12105 12653
12106#include <sys/types.h> 12654#include <sys/types.h>
@@ -12115,23 +12663,23 @@ main ()
12115} 12663}
12116_ACEOF 12664_ACEOF
12117rm -f conftest.$ac_objext 12665rm -f conftest.$ac_objext
12118if { (eval echo "$as_me:12118: \"$ac_compile\"") >&5 12666if { (eval echo "$as_me:12666: \"$ac_compile\"") >&5
12119 (eval $ac_compile) 2>&5 12667 (eval $ac_compile) 2>&5
12120 ac_status=$? 12668 ac_status=$?
12121 echo "$as_me:12121: \$? = $ac_status" >&5 12669 echo "$as_me:12669: \$? = $ac_status" >&5
12122 (exit $ac_status); } && 12670 (exit $ac_status); } &&
12123 { ac_try='test -s conftest.$ac_objext' 12671 { ac_try='test -s conftest.$ac_objext'
12124 { (eval echo "$as_me:12124: \"$ac_try\"") >&5 12672 { (eval echo "$as_me:12672: \"$ac_try\"") >&5
12125 (eval $ac_try) 2>&5 12673 (eval $ac_try) 2>&5
12126 ac_status=$? 12674 ac_status=$?
12127 echo "$as_me:12127: \$? = $ac_status" >&5 12675 echo "$as_me:12675: \$? = $ac_status" >&5
12128 (exit $ac_status); }; }; then 12676 (exit $ac_status); }; }; then
12129 ac_cv_have_sa_family_t="yes" 12677 ac_cv_have_sa_family_t="yes"
12130else 12678else
12131 echo "$as_me: failed program was:" >&5 12679 echo "$as_me: failed program was:" >&5
12132cat conftest.$ac_ext >&5 12680cat conftest.$ac_ext >&5
12133 cat >conftest.$ac_ext <<_ACEOF 12681 cat >conftest.$ac_ext <<_ACEOF
12134#line 12134 "configure" 12682#line 12682 "configure"
12135#include "confdefs.h" 12683#include "confdefs.h"
12136 12684
12137#include <sys/types.h> 12685#include <sys/types.h>
@@ -12147,16 +12695,16 @@ main ()
12147} 12695}
12148_ACEOF 12696_ACEOF
12149rm -f conftest.$ac_objext 12697rm -f conftest.$ac_objext
12150if { (eval echo "$as_me:12150: \"$ac_compile\"") >&5 12698if { (eval echo "$as_me:12698: \"$ac_compile\"") >&5
12151 (eval $ac_compile) 2>&5 12699 (eval $ac_compile) 2>&5
12152 ac_status=$? 12700 ac_status=$?
12153 echo "$as_me:12153: \$? = $ac_status" >&5 12701 echo "$as_me:12701: \$? = $ac_status" >&5
12154 (exit $ac_status); } && 12702 (exit $ac_status); } &&
12155 { ac_try='test -s conftest.$ac_objext' 12703 { ac_try='test -s conftest.$ac_objext'
12156 { (eval echo "$as_me:12156: \"$ac_try\"") >&5 12704 { (eval echo "$as_me:12704: \"$ac_try\"") >&5
12157 (eval $ac_try) 2>&5 12705 (eval $ac_try) 2>&5
12158 ac_status=$? 12706 ac_status=$?
12159 echo "$as_me:12159: \$? = $ac_status" >&5 12707 echo "$as_me:12707: \$? = $ac_status" >&5
12160 (exit $ac_status); }; }; then 12708 (exit $ac_status); }; }; then
12161 ac_cv_have_sa_family_t="yes" 12709 ac_cv_have_sa_family_t="yes"
12162else 12710else
@@ -12171,7 +12719,7 @@ fi
12171rm -f conftest.$ac_objext conftest.$ac_ext 12719rm -f conftest.$ac_objext conftest.$ac_ext
12172 12720
12173fi 12721fi
12174echo "$as_me:12174: result: $ac_cv_have_sa_family_t" >&5 12722echo "$as_me:12722: result: $ac_cv_have_sa_family_t" >&5
12175echo "${ECHO_T}$ac_cv_have_sa_family_t" >&6 12723echo "${ECHO_T}$ac_cv_have_sa_family_t" >&6
12176if test "x$ac_cv_have_sa_family_t" = "xyes" ; then 12724if test "x$ac_cv_have_sa_family_t" = "xyes" ; then
12177 cat >>confdefs.h <<\EOF 12725 cat >>confdefs.h <<\EOF
@@ -12180,14 +12728,14 @@ EOF
12180 12728
12181fi 12729fi
12182 12730
12183echo "$as_me:12183: checking for pid_t" >&5 12731echo "$as_me:12731: checking for pid_t" >&5
12184echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 12732echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
12185if test "${ac_cv_have_pid_t+set}" = set; then 12733if test "${ac_cv_have_pid_t+set}" = set; then
12186 echo $ECHO_N "(cached) $ECHO_C" >&6 12734 echo $ECHO_N "(cached) $ECHO_C" >&6
12187else 12735else
12188 12736
12189 cat >conftest.$ac_ext <<_ACEOF 12737 cat >conftest.$ac_ext <<_ACEOF
12190#line 12190 "configure" 12738#line 12738 "configure"
12191#include "confdefs.h" 12739#include "confdefs.h"
12192 12740
12193#include <sys/types.h> 12741#include <sys/types.h>
@@ -12201,16 +12749,16 @@ main ()
12201} 12749}
12202_ACEOF 12750_ACEOF
12203rm -f conftest.$ac_objext 12751rm -f conftest.$ac_objext
12204if { (eval echo "$as_me:12204: \"$ac_compile\"") >&5 12752if { (eval echo "$as_me:12752: \"$ac_compile\"") >&5
12205 (eval $ac_compile) 2>&5 12753 (eval $ac_compile) 2>&5
12206 ac_status=$? 12754 ac_status=$?
12207 echo "$as_me:12207: \$? = $ac_status" >&5 12755 echo "$as_me:12755: \$? = $ac_status" >&5
12208 (exit $ac_status); } && 12756 (exit $ac_status); } &&
12209 { ac_try='test -s conftest.$ac_objext' 12757 { ac_try='test -s conftest.$ac_objext'
12210 { (eval echo "$as_me:12210: \"$ac_try\"") >&5 12758 { (eval echo "$as_me:12758: \"$ac_try\"") >&5
12211 (eval $ac_try) 2>&5 12759 (eval $ac_try) 2>&5
12212 ac_status=$? 12760 ac_status=$?
12213 echo "$as_me:12213: \$? = $ac_status" >&5 12761 echo "$as_me:12761: \$? = $ac_status" >&5
12214 (exit $ac_status); }; }; then 12762 (exit $ac_status); }; }; then
12215 ac_cv_have_pid_t="yes" 12763 ac_cv_have_pid_t="yes"
12216else 12764else
@@ -12222,7 +12770,7 @@ fi
12222rm -f conftest.$ac_objext conftest.$ac_ext 12770rm -f conftest.$ac_objext conftest.$ac_ext
12223 12771
12224fi 12772fi
12225echo "$as_me:12225: result: $ac_cv_have_pid_t" >&5 12773echo "$as_me:12773: result: $ac_cv_have_pid_t" >&5
12226echo "${ECHO_T}$ac_cv_have_pid_t" >&6 12774echo "${ECHO_T}$ac_cv_have_pid_t" >&6
12227if test "x$ac_cv_have_pid_t" = "xyes" ; then 12775if test "x$ac_cv_have_pid_t" = "xyes" ; then
12228 cat >>confdefs.h <<\EOF 12776 cat >>confdefs.h <<\EOF
@@ -12231,14 +12779,14 @@ EOF
12231 12779
12232fi 12780fi
12233 12781
12234echo "$as_me:12234: checking for mode_t" >&5 12782echo "$as_me:12782: checking for mode_t" >&5
12235echo $ECHO_N "checking for mode_t... $ECHO_C" >&6 12783echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
12236if test "${ac_cv_have_mode_t+set}" = set; then 12784if test "${ac_cv_have_mode_t+set}" = set; then
12237 echo $ECHO_N "(cached) $ECHO_C" >&6 12785 echo $ECHO_N "(cached) $ECHO_C" >&6
12238else 12786else
12239 12787
12240 cat >conftest.$ac_ext <<_ACEOF 12788 cat >conftest.$ac_ext <<_ACEOF
12241#line 12241 "configure" 12789#line 12789 "configure"
12242#include "confdefs.h" 12790#include "confdefs.h"
12243 12791
12244#include <sys/types.h> 12792#include <sys/types.h>
@@ -12252,16 +12800,16 @@ main ()
12252} 12800}
12253_ACEOF 12801_ACEOF
12254rm -f conftest.$ac_objext 12802rm -f conftest.$ac_objext
12255if { (eval echo "$as_me:12255: \"$ac_compile\"") >&5 12803if { (eval echo "$as_me:12803: \"$ac_compile\"") >&5
12256 (eval $ac_compile) 2>&5 12804 (eval $ac_compile) 2>&5
12257 ac_status=$? 12805 ac_status=$?
12258 echo "$as_me:12258: \$? = $ac_status" >&5 12806 echo "$as_me:12806: \$? = $ac_status" >&5
12259 (exit $ac_status); } && 12807 (exit $ac_status); } &&
12260 { ac_try='test -s conftest.$ac_objext' 12808 { ac_try='test -s conftest.$ac_objext'
12261 { (eval echo "$as_me:12261: \"$ac_try\"") >&5 12809 { (eval echo "$as_me:12809: \"$ac_try\"") >&5
12262 (eval $ac_try) 2>&5 12810 (eval $ac_try) 2>&5
12263 ac_status=$? 12811 ac_status=$?
12264 echo "$as_me:12264: \$? = $ac_status" >&5 12812 echo "$as_me:12812: \$? = $ac_status" >&5
12265 (exit $ac_status); }; }; then 12813 (exit $ac_status); }; }; then
12266 ac_cv_have_mode_t="yes" 12814 ac_cv_have_mode_t="yes"
12267else 12815else
@@ -12273,7 +12821,7 @@ fi
12273rm -f conftest.$ac_objext conftest.$ac_ext 12821rm -f conftest.$ac_objext conftest.$ac_ext
12274 12822
12275fi 12823fi
12276echo "$as_me:12276: result: $ac_cv_have_mode_t" >&5 12824echo "$as_me:12824: result: $ac_cv_have_mode_t" >&5
12277echo "${ECHO_T}$ac_cv_have_mode_t" >&6 12825echo "${ECHO_T}$ac_cv_have_mode_t" >&6
12278if test "x$ac_cv_have_mode_t" = "xyes" ; then 12826if test "x$ac_cv_have_mode_t" = "xyes" ; then
12279 cat >>confdefs.h <<\EOF 12827 cat >>confdefs.h <<\EOF
@@ -12282,14 +12830,14 @@ EOF
12282 12830
12283fi 12831fi
12284 12832
12285echo "$as_me:12285: checking for struct sockaddr_storage" >&5 12833echo "$as_me:12833: checking for struct sockaddr_storage" >&5
12286echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6 12834echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6
12287if test "${ac_cv_have_struct_sockaddr_storage+set}" = set; then 12835if test "${ac_cv_have_struct_sockaddr_storage+set}" = set; then
12288 echo $ECHO_N "(cached) $ECHO_C" >&6 12836 echo $ECHO_N "(cached) $ECHO_C" >&6
12289else 12837else
12290 12838
12291 cat >conftest.$ac_ext <<_ACEOF 12839 cat >conftest.$ac_ext <<_ACEOF
12292#line 12292 "configure" 12840#line 12840 "configure"
12293#include "confdefs.h" 12841#include "confdefs.h"
12294 12842
12295#include <sys/types.h> 12843#include <sys/types.h>
@@ -12304,16 +12852,16 @@ main ()
12304} 12852}
12305_ACEOF 12853_ACEOF
12306rm -f conftest.$ac_objext 12854rm -f conftest.$ac_objext
12307if { (eval echo "$as_me:12307: \"$ac_compile\"") >&5 12855if { (eval echo "$as_me:12855: \"$ac_compile\"") >&5
12308 (eval $ac_compile) 2>&5 12856 (eval $ac_compile) 2>&5
12309 ac_status=$? 12857 ac_status=$?
12310 echo "$as_me:12310: \$? = $ac_status" >&5 12858 echo "$as_me:12858: \$? = $ac_status" >&5
12311 (exit $ac_status); } && 12859 (exit $ac_status); } &&
12312 { ac_try='test -s conftest.$ac_objext' 12860 { ac_try='test -s conftest.$ac_objext'
12313 { (eval echo "$as_me:12313: \"$ac_try\"") >&5 12861 { (eval echo "$as_me:12861: \"$ac_try\"") >&5
12314 (eval $ac_try) 2>&5 12862 (eval $ac_try) 2>&5
12315 ac_status=$? 12863 ac_status=$?
12316 echo "$as_me:12316: \$? = $ac_status" >&5 12864 echo "$as_me:12864: \$? = $ac_status" >&5
12317 (exit $ac_status); }; }; then 12865 (exit $ac_status); }; }; then
12318 ac_cv_have_struct_sockaddr_storage="yes" 12866 ac_cv_have_struct_sockaddr_storage="yes"
12319else 12867else
@@ -12325,7 +12873,7 @@ fi
12325rm -f conftest.$ac_objext conftest.$ac_ext 12873rm -f conftest.$ac_objext conftest.$ac_ext
12326 12874
12327fi 12875fi
12328echo "$as_me:12328: result: $ac_cv_have_struct_sockaddr_storage" >&5 12876echo "$as_me:12876: result: $ac_cv_have_struct_sockaddr_storage" >&5
12329echo "${ECHO_T}$ac_cv_have_struct_sockaddr_storage" >&6 12877echo "${ECHO_T}$ac_cv_have_struct_sockaddr_storage" >&6
12330if test "x$ac_cv_have_struct_sockaddr_storage" = "xyes" ; then 12878if test "x$ac_cv_have_struct_sockaddr_storage" = "xyes" ; then
12331 cat >>confdefs.h <<\EOF 12879 cat >>confdefs.h <<\EOF
@@ -12334,14 +12882,14 @@ EOF
12334 12882
12335fi 12883fi
12336 12884
12337echo "$as_me:12337: checking for struct sockaddr_in6" >&5 12885echo "$as_me:12885: checking for struct sockaddr_in6" >&5
12338echo $ECHO_N "checking for struct sockaddr_in6... $ECHO_C" >&6 12886echo $ECHO_N "checking for struct sockaddr_in6... $ECHO_C" >&6
12339if test "${ac_cv_have_struct_sockaddr_in6+set}" = set; then 12887if test "${ac_cv_have_struct_sockaddr_in6+set}" = set; then
12340 echo $ECHO_N "(cached) $ECHO_C" >&6 12888 echo $ECHO_N "(cached) $ECHO_C" >&6
12341else 12889else
12342 12890
12343 cat >conftest.$ac_ext <<_ACEOF 12891 cat >conftest.$ac_ext <<_ACEOF
12344#line 12344 "configure" 12892#line 12892 "configure"
12345#include "confdefs.h" 12893#include "confdefs.h"
12346 12894
12347#include <sys/types.h> 12895#include <sys/types.h>
@@ -12356,16 +12904,16 @@ main ()
12356} 12904}
12357_ACEOF 12905_ACEOF
12358rm -f conftest.$ac_objext 12906rm -f conftest.$ac_objext
12359if { (eval echo "$as_me:12359: \"$ac_compile\"") >&5 12907if { (eval echo "$as_me:12907: \"$ac_compile\"") >&5
12360 (eval $ac_compile) 2>&5 12908 (eval $ac_compile) 2>&5
12361 ac_status=$? 12909 ac_status=$?
12362 echo "$as_me:12362: \$? = $ac_status" >&5 12910 echo "$as_me:12910: \$? = $ac_status" >&5
12363 (exit $ac_status); } && 12911 (exit $ac_status); } &&
12364 { ac_try='test -s conftest.$ac_objext' 12912 { ac_try='test -s conftest.$ac_objext'
12365 { (eval echo "$as_me:12365: \"$ac_try\"") >&5 12913 { (eval echo "$as_me:12913: \"$ac_try\"") >&5
12366 (eval $ac_try) 2>&5 12914 (eval $ac_try) 2>&5
12367 ac_status=$? 12915 ac_status=$?
12368 echo "$as_me:12368: \$? = $ac_status" >&5 12916 echo "$as_me:12916: \$? = $ac_status" >&5
12369 (exit $ac_status); }; }; then 12917 (exit $ac_status); }; }; then
12370 ac_cv_have_struct_sockaddr_in6="yes" 12918 ac_cv_have_struct_sockaddr_in6="yes"
12371else 12919else
@@ -12377,7 +12925,7 @@ fi
12377rm -f conftest.$ac_objext conftest.$ac_ext 12925rm -f conftest.$ac_objext conftest.$ac_ext
12378 12926
12379fi 12927fi
12380echo "$as_me:12380: result: $ac_cv_have_struct_sockaddr_in6" >&5 12928echo "$as_me:12928: result: $ac_cv_have_struct_sockaddr_in6" >&5
12381echo "${ECHO_T}$ac_cv_have_struct_sockaddr_in6" >&6 12929echo "${ECHO_T}$ac_cv_have_struct_sockaddr_in6" >&6
12382if test "x$ac_cv_have_struct_sockaddr_in6" = "xyes" ; then 12930if test "x$ac_cv_have_struct_sockaddr_in6" = "xyes" ; then
12383 cat >>confdefs.h <<\EOF 12931 cat >>confdefs.h <<\EOF
@@ -12386,14 +12934,14 @@ EOF
12386 12934
12387fi 12935fi
12388 12936
12389echo "$as_me:12389: checking for struct in6_addr" >&5 12937echo "$as_me:12937: checking for struct in6_addr" >&5
12390echo $ECHO_N "checking for struct in6_addr... $ECHO_C" >&6 12938echo $ECHO_N "checking for struct in6_addr... $ECHO_C" >&6
12391if test "${ac_cv_have_struct_in6_addr+set}" = set; then 12939if test "${ac_cv_have_struct_in6_addr+set}" = set; then
12392 echo $ECHO_N "(cached) $ECHO_C" >&6 12940 echo $ECHO_N "(cached) $ECHO_C" >&6
12393else 12941else
12394 12942
12395 cat >conftest.$ac_ext <<_ACEOF 12943 cat >conftest.$ac_ext <<_ACEOF
12396#line 12396 "configure" 12944#line 12944 "configure"
12397#include "confdefs.h" 12945#include "confdefs.h"
12398 12946
12399#include <sys/types.h> 12947#include <sys/types.h>
@@ -12408,16 +12956,16 @@ main ()
12408} 12956}
12409_ACEOF 12957_ACEOF
12410rm -f conftest.$ac_objext 12958rm -f conftest.$ac_objext
12411if { (eval echo "$as_me:12411: \"$ac_compile\"") >&5 12959if { (eval echo "$as_me:12959: \"$ac_compile\"") >&5
12412 (eval $ac_compile) 2>&5 12960 (eval $ac_compile) 2>&5
12413 ac_status=$? 12961 ac_status=$?
12414 echo "$as_me:12414: \$? = $ac_status" >&5 12962 echo "$as_me:12962: \$? = $ac_status" >&5
12415 (exit $ac_status); } && 12963 (exit $ac_status); } &&
12416 { ac_try='test -s conftest.$ac_objext' 12964 { ac_try='test -s conftest.$ac_objext'
12417 { (eval echo "$as_me:12417: \"$ac_try\"") >&5 12965 { (eval echo "$as_me:12965: \"$ac_try\"") >&5
12418 (eval $ac_try) 2>&5 12966 (eval $ac_try) 2>&5
12419 ac_status=$? 12967 ac_status=$?
12420 echo "$as_me:12420: \$? = $ac_status" >&5 12968 echo "$as_me:12968: \$? = $ac_status" >&5
12421 (exit $ac_status); }; }; then 12969 (exit $ac_status); }; }; then
12422 ac_cv_have_struct_in6_addr="yes" 12970 ac_cv_have_struct_in6_addr="yes"
12423else 12971else
@@ -12429,7 +12977,7 @@ fi
12429rm -f conftest.$ac_objext conftest.$ac_ext 12977rm -f conftest.$ac_objext conftest.$ac_ext
12430 12978
12431fi 12979fi
12432echo "$as_me:12432: result: $ac_cv_have_struct_in6_addr" >&5 12980echo "$as_me:12980: result: $ac_cv_have_struct_in6_addr" >&5
12433echo "${ECHO_T}$ac_cv_have_struct_in6_addr" >&6 12981echo "${ECHO_T}$ac_cv_have_struct_in6_addr" >&6
12434if test "x$ac_cv_have_struct_in6_addr" = "xyes" ; then 12982if test "x$ac_cv_have_struct_in6_addr" = "xyes" ; then
12435 cat >>confdefs.h <<\EOF 12983 cat >>confdefs.h <<\EOF
@@ -12438,14 +12986,14 @@ EOF
12438 12986
12439fi 12987fi
12440 12988
12441echo "$as_me:12441: checking for struct addrinfo" >&5 12989echo "$as_me:12989: checking for struct addrinfo" >&5
12442echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6 12990echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
12443if test "${ac_cv_have_struct_addrinfo+set}" = set; then 12991if test "${ac_cv_have_struct_addrinfo+set}" = set; then
12444 echo $ECHO_N "(cached) $ECHO_C" >&6 12992 echo $ECHO_N "(cached) $ECHO_C" >&6
12445else 12993else
12446 12994
12447 cat >conftest.$ac_ext <<_ACEOF 12995 cat >conftest.$ac_ext <<_ACEOF
12448#line 12448 "configure" 12996#line 12996 "configure"
12449#include "confdefs.h" 12997#include "confdefs.h"
12450 12998
12451#include <sys/types.h> 12999#include <sys/types.h>
@@ -12461,16 +13009,16 @@ main ()
12461} 13009}
12462_ACEOF 13010_ACEOF
12463rm -f conftest.$ac_objext 13011rm -f conftest.$ac_objext
12464if { (eval echo "$as_me:12464: \"$ac_compile\"") >&5 13012if { (eval echo "$as_me:13012: \"$ac_compile\"") >&5
12465 (eval $ac_compile) 2>&5 13013 (eval $ac_compile) 2>&5
12466 ac_status=$? 13014 ac_status=$?
12467 echo "$as_me:12467: \$? = $ac_status" >&5 13015 echo "$as_me:13015: \$? = $ac_status" >&5
12468 (exit $ac_status); } && 13016 (exit $ac_status); } &&
12469 { ac_try='test -s conftest.$ac_objext' 13017 { ac_try='test -s conftest.$ac_objext'
12470 { (eval echo "$as_me:12470: \"$ac_try\"") >&5 13018 { (eval echo "$as_me:13018: \"$ac_try\"") >&5
12471 (eval $ac_try) 2>&5 13019 (eval $ac_try) 2>&5
12472 ac_status=$? 13020 ac_status=$?
12473 echo "$as_me:12473: \$? = $ac_status" >&5 13021 echo "$as_me:13021: \$? = $ac_status" >&5
12474 (exit $ac_status); }; }; then 13022 (exit $ac_status); }; }; then
12475 ac_cv_have_struct_addrinfo="yes" 13023 ac_cv_have_struct_addrinfo="yes"
12476else 13024else
@@ -12482,7 +13030,7 @@ fi
12482rm -f conftest.$ac_objext conftest.$ac_ext 13030rm -f conftest.$ac_objext conftest.$ac_ext
12483 13031
12484fi 13032fi
12485echo "$as_me:12485: result: $ac_cv_have_struct_addrinfo" >&5 13033echo "$as_me:13033: result: $ac_cv_have_struct_addrinfo" >&5
12486echo "${ECHO_T}$ac_cv_have_struct_addrinfo" >&6 13034echo "${ECHO_T}$ac_cv_have_struct_addrinfo" >&6
12487if test "x$ac_cv_have_struct_addrinfo" = "xyes" ; then 13035if test "x$ac_cv_have_struct_addrinfo" = "xyes" ; then
12488 cat >>confdefs.h <<\EOF 13036 cat >>confdefs.h <<\EOF
@@ -12491,14 +13039,14 @@ EOF
12491 13039
12492fi 13040fi
12493 13041
12494echo "$as_me:12494: checking for struct timeval" >&5 13042echo "$as_me:13042: checking for struct timeval" >&5
12495echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6 13043echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6
12496if test "${ac_cv_have_struct_timeval+set}" = set; then 13044if test "${ac_cv_have_struct_timeval+set}" = set; then
12497 echo $ECHO_N "(cached) $ECHO_C" >&6 13045 echo $ECHO_N "(cached) $ECHO_C" >&6
12498else 13046else
12499 13047
12500 cat >conftest.$ac_ext <<_ACEOF 13048 cat >conftest.$ac_ext <<_ACEOF
12501#line 12501 "configure" 13049#line 13049 "configure"
12502#include "confdefs.h" 13050#include "confdefs.h"
12503 #include <sys/time.h> 13051 #include <sys/time.h>
12504int 13052int
@@ -12510,16 +13058,16 @@ main ()
12510} 13058}
12511_ACEOF 13059_ACEOF
12512rm -f conftest.$ac_objext 13060rm -f conftest.$ac_objext
12513if { (eval echo "$as_me:12513: \"$ac_compile\"") >&5 13061if { (eval echo "$as_me:13061: \"$ac_compile\"") >&5
12514 (eval $ac_compile) 2>&5 13062 (eval $ac_compile) 2>&5
12515 ac_status=$? 13063 ac_status=$?
12516 echo "$as_me:12516: \$? = $ac_status" >&5 13064 echo "$as_me:13064: \$? = $ac_status" >&5
12517 (exit $ac_status); } && 13065 (exit $ac_status); } &&
12518 { ac_try='test -s conftest.$ac_objext' 13066 { ac_try='test -s conftest.$ac_objext'
12519 { (eval echo "$as_me:12519: \"$ac_try\"") >&5 13067 { (eval echo "$as_me:13067: \"$ac_try\"") >&5
12520 (eval $ac_try) 2>&5 13068 (eval $ac_try) 2>&5
12521 ac_status=$? 13069 ac_status=$?
12522 echo "$as_me:12522: \$? = $ac_status" >&5 13070 echo "$as_me:13070: \$? = $ac_status" >&5
12523 (exit $ac_status); }; }; then 13071 (exit $ac_status); }; }; then
12524 ac_cv_have_struct_timeval="yes" 13072 ac_cv_have_struct_timeval="yes"
12525else 13073else
@@ -12531,7 +13079,7 @@ fi
12531rm -f conftest.$ac_objext conftest.$ac_ext 13079rm -f conftest.$ac_objext conftest.$ac_ext
12532 13080
12533fi 13081fi
12534echo "$as_me:12534: result: $ac_cv_have_struct_timeval" >&5 13082echo "$as_me:13082: result: $ac_cv_have_struct_timeval" >&5
12535echo "${ECHO_T}$ac_cv_have_struct_timeval" >&6 13083echo "${ECHO_T}$ac_cv_have_struct_timeval" >&6
12536if test "x$ac_cv_have_struct_timeval" = "xyes" ; then 13084if test "x$ac_cv_have_struct_timeval" = "xyes" ; then
12537 cat >>confdefs.h <<\EOF 13085 cat >>confdefs.h <<\EOF
@@ -12541,13 +13089,13 @@ EOF
12541 have_struct_timeval=1 13089 have_struct_timeval=1
12542fi 13090fi
12543 13091
12544echo "$as_me:12544: checking for struct timespec" >&5 13092echo "$as_me:13092: checking for struct timespec" >&5
12545echo $ECHO_N "checking for struct timespec... $ECHO_C" >&6 13093echo $ECHO_N "checking for struct timespec... $ECHO_C" >&6
12546if test "${ac_cv_type_struct_timespec+set}" = set; then 13094if test "${ac_cv_type_struct_timespec+set}" = set; then
12547 echo $ECHO_N "(cached) $ECHO_C" >&6 13095 echo $ECHO_N "(cached) $ECHO_C" >&6
12548else 13096else
12549 cat >conftest.$ac_ext <<_ACEOF 13097 cat >conftest.$ac_ext <<_ACEOF
12550#line 12550 "configure" 13098#line 13098 "configure"
12551#include "confdefs.h" 13099#include "confdefs.h"
12552$ac_includes_default 13100$ac_includes_default
12553int 13101int
@@ -12562,16 +13110,16 @@ if (sizeof (struct timespec))
12562} 13110}
12563_ACEOF 13111_ACEOF
12564rm -f conftest.$ac_objext 13112rm -f conftest.$ac_objext
12565if { (eval echo "$as_me:12565: \"$ac_compile\"") >&5 13113if { (eval echo "$as_me:13113: \"$ac_compile\"") >&5
12566 (eval $ac_compile) 2>&5 13114 (eval $ac_compile) 2>&5
12567 ac_status=$? 13115 ac_status=$?
12568 echo "$as_me:12568: \$? = $ac_status" >&5 13116 echo "$as_me:13116: \$? = $ac_status" >&5
12569 (exit $ac_status); } && 13117 (exit $ac_status); } &&
12570 { ac_try='test -s conftest.$ac_objext' 13118 { ac_try='test -s conftest.$ac_objext'
12571 { (eval echo "$as_me:12571: \"$ac_try\"") >&5 13119 { (eval echo "$as_me:13119: \"$ac_try\"") >&5
12572 (eval $ac_try) 2>&5 13120 (eval $ac_try) 2>&5
12573 ac_status=$? 13121 ac_status=$?
12574 echo "$as_me:12574: \$? = $ac_status" >&5 13122 echo "$as_me:13122: \$? = $ac_status" >&5
12575 (exit $ac_status); }; }; then 13123 (exit $ac_status); }; }; then
12576 ac_cv_type_struct_timespec=yes 13124 ac_cv_type_struct_timespec=yes
12577else 13125else
@@ -12581,7 +13129,7 @@ ac_cv_type_struct_timespec=no
12581fi 13129fi
12582rm -f conftest.$ac_objext conftest.$ac_ext 13130rm -f conftest.$ac_objext conftest.$ac_ext
12583fi 13131fi
12584echo "$as_me:12584: result: $ac_cv_type_struct_timespec" >&5 13132echo "$as_me:13132: result: $ac_cv_type_struct_timespec" >&5
12585echo "${ECHO_T}$ac_cv_type_struct_timespec" >&6 13133echo "${ECHO_T}$ac_cv_type_struct_timespec" >&6
12586if test $ac_cv_type_struct_timespec = yes; then 13134if test $ac_cv_type_struct_timespec = yes; then
12587 13135
@@ -12601,12 +13149,12 @@ if test "x$ac_cv_have_int64_t" = "xno" -a \
12601 exit 1; 13149 exit 1;
12602else 13150else
12603 if test "$cross_compiling" = yes; then 13151 if test "$cross_compiling" = yes; then
12604 { { echo "$as_me:12604: error: cannot run test program while cross compiling" >&5 13152 { { echo "$as_me:13152: error: cannot run test program while cross compiling" >&5
12605echo "$as_me: error: cannot run test program while cross compiling" >&2;} 13153echo "$as_me: error: cannot run test program while cross compiling" >&2;}
12606 { (exit 1); exit 1; }; } 13154 { (exit 1); exit 1; }; }
12607else 13155else
12608 cat >conftest.$ac_ext <<_ACEOF 13156 cat >conftest.$ac_ext <<_ACEOF
12609#line 12609 "configure" 13157#line 13157 "configure"
12610#include "confdefs.h" 13158#include "confdefs.h"
12611 13159
12612#include <stdio.h> 13160#include <stdio.h>
@@ -12625,7 +13173,7 @@ main()
12625 strcpy(expected_out, "9223372036854775807"); 13173 strcpy(expected_out, "9223372036854775807");
12626 snprintf(buf, mazsize, "%lld", num); 13174 snprintf(buf, mazsize, "%lld", num);
12627 if(strcmp(buf, expected_out) != 0) 13175 if(strcmp(buf, expected_out) != 0)
12628 exit(1); 13176 exit(1);
12629 exit(0); 13177 exit(0);
12630} 13178}
12631#else 13179#else
@@ -12634,15 +13182,15 @@ main() { exit(0); }
12634 13182
12635_ACEOF 13183_ACEOF
12636rm -f conftest$ac_exeext 13184rm -f conftest$ac_exeext
12637if { (eval echo "$as_me:12637: \"$ac_link\"") >&5 13185if { (eval echo "$as_me:13185: \"$ac_link\"") >&5
12638 (eval $ac_link) 2>&5 13186 (eval $ac_link) 2>&5
12639 ac_status=$? 13187 ac_status=$?
12640 echo "$as_me:12640: \$? = $ac_status" >&5 13188 echo "$as_me:13188: \$? = $ac_status" >&5
12641 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 13189 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12642 { (eval echo "$as_me:12642: \"$ac_try\"") >&5 13190 { (eval echo "$as_me:13190: \"$ac_try\"") >&5
12643 (eval $ac_try) 2>&5 13191 (eval $ac_try) 2>&5
12644 ac_status=$? 13192 ac_status=$?
12645 echo "$as_me:12645: \$? = $ac_status" >&5 13193 echo "$as_me:13193: \$? = $ac_status" >&5
12646 (exit $ac_status); }; }; then 13194 (exit $ac_status); }; }; then
12647 true 13195 true
12648else 13196else
@@ -12661,14 +13209,14 @@ fi
12661# look for field 'ut_host' in header 'utmp.h' 13209# look for field 'ut_host' in header 'utmp.h'
12662 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 13210 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
12663 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host 13211 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host
12664 echo "$as_me:12664: checking for ut_host field in utmp.h" >&5 13212 echo "$as_me:13212: checking for ut_host field in utmp.h" >&5
12665echo $ECHO_N "checking for ut_host field in utmp.h... $ECHO_C" >&6 13213echo $ECHO_N "checking for ut_host field in utmp.h... $ECHO_C" >&6
12666 if eval "test \"\${$ossh_varname+set}\" = set"; then 13214 if eval "test \"\${$ossh_varname+set}\" = set"; then
12667 echo $ECHO_N "(cached) $ECHO_C" >&6 13215 echo $ECHO_N "(cached) $ECHO_C" >&6
12668else 13216else
12669 13217
12670 cat >conftest.$ac_ext <<_ACEOF 13218 cat >conftest.$ac_ext <<_ACEOF
12671#line 12671 "configure" 13219#line 13219 "configure"
12672#include "confdefs.h" 13220#include "confdefs.h"
12673#include <utmp.h> 13221#include <utmp.h>
12674 13222
@@ -12685,7 +13233,7 @@ fi
12685 13233
12686 ossh_result=`eval 'echo $'"$ossh_varname"` 13234 ossh_result=`eval 'echo $'"$ossh_varname"`
12687 if test -n "`echo $ossh_varname`"; then 13235 if test -n "`echo $ossh_varname`"; then
12688 echo "$as_me:12688: result: $ossh_result" >&5 13236 echo "$as_me:13236: result: $ossh_result" >&5
12689echo "${ECHO_T}$ossh_result" >&6 13237echo "${ECHO_T}$ossh_result" >&6
12690 if test "x$ossh_result" = "xyes"; then 13238 if test "x$ossh_result" = "xyes"; then
12691 cat >>confdefs.h <<\EOF 13239 cat >>confdefs.h <<\EOF
@@ -12694,21 +13242,21 @@ EOF
12694 13242
12695 fi 13243 fi
12696 else 13244 else
12697 echo "$as_me:12697: result: no" >&5 13245 echo "$as_me:13245: result: no" >&5
12698echo "${ECHO_T}no" >&6 13246echo "${ECHO_T}no" >&6
12699 fi 13247 fi
12700 13248
12701# look for field 'ut_host' in header 'utmpx.h' 13249# look for field 'ut_host' in header 'utmpx.h'
12702 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 13250 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
12703 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host 13251 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host
12704 echo "$as_me:12704: checking for ut_host field in utmpx.h" >&5 13252 echo "$as_me:13252: checking for ut_host field in utmpx.h" >&5
12705echo $ECHO_N "checking for ut_host field in utmpx.h... $ECHO_C" >&6 13253echo $ECHO_N "checking for ut_host field in utmpx.h... $ECHO_C" >&6
12706 if eval "test \"\${$ossh_varname+set}\" = set"; then 13254 if eval "test \"\${$ossh_varname+set}\" = set"; then
12707 echo $ECHO_N "(cached) $ECHO_C" >&6 13255 echo $ECHO_N "(cached) $ECHO_C" >&6
12708else 13256else
12709 13257
12710 cat >conftest.$ac_ext <<_ACEOF 13258 cat >conftest.$ac_ext <<_ACEOF
12711#line 12711 "configure" 13259#line 13259 "configure"
12712#include "confdefs.h" 13260#include "confdefs.h"
12713#include <utmpx.h> 13261#include <utmpx.h>
12714 13262
@@ -12725,7 +13273,7 @@ fi
12725 13273
12726 ossh_result=`eval 'echo $'"$ossh_varname"` 13274 ossh_result=`eval 'echo $'"$ossh_varname"`
12727 if test -n "`echo $ossh_varname`"; then 13275 if test -n "`echo $ossh_varname`"; then
12728 echo "$as_me:12728: result: $ossh_result" >&5 13276 echo "$as_me:13276: result: $ossh_result" >&5
12729echo "${ECHO_T}$ossh_result" >&6 13277echo "${ECHO_T}$ossh_result" >&6
12730 if test "x$ossh_result" = "xyes"; then 13278 if test "x$ossh_result" = "xyes"; then
12731 cat >>confdefs.h <<\EOF 13279 cat >>confdefs.h <<\EOF
@@ -12734,21 +13282,21 @@ EOF
12734 13282
12735 fi 13283 fi
12736 else 13284 else
12737 echo "$as_me:12737: result: no" >&5 13285 echo "$as_me:13285: result: no" >&5
12738echo "${ECHO_T}no" >&6 13286echo "${ECHO_T}no" >&6
12739 fi 13287 fi
12740 13288
12741# look for field 'syslen' in header 'utmpx.h' 13289# look for field 'syslen' in header 'utmpx.h'
12742 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 13290 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
12743 ossh_varname="ossh_cv_$ossh_safe""_has_"syslen 13291 ossh_varname="ossh_cv_$ossh_safe""_has_"syslen
12744 echo "$as_me:12744: checking for syslen field in utmpx.h" >&5 13292 echo "$as_me:13292: checking for syslen field in utmpx.h" >&5
12745echo $ECHO_N "checking for syslen field in utmpx.h... $ECHO_C" >&6 13293echo $ECHO_N "checking for syslen field in utmpx.h... $ECHO_C" >&6
12746 if eval "test \"\${$ossh_varname+set}\" = set"; then 13294 if eval "test \"\${$ossh_varname+set}\" = set"; then
12747 echo $ECHO_N "(cached) $ECHO_C" >&6 13295 echo $ECHO_N "(cached) $ECHO_C" >&6
12748else 13296else
12749 13297
12750 cat >conftest.$ac_ext <<_ACEOF 13298 cat >conftest.$ac_ext <<_ACEOF
12751#line 12751 "configure" 13299#line 13299 "configure"
12752#include "confdefs.h" 13300#include "confdefs.h"
12753#include <utmpx.h> 13301#include <utmpx.h>
12754 13302
@@ -12765,7 +13313,7 @@ fi
12765 13313
12766 ossh_result=`eval 'echo $'"$ossh_varname"` 13314 ossh_result=`eval 'echo $'"$ossh_varname"`
12767 if test -n "`echo $ossh_varname`"; then 13315 if test -n "`echo $ossh_varname`"; then
12768 echo "$as_me:12768: result: $ossh_result" >&5 13316 echo "$as_me:13316: result: $ossh_result" >&5
12769echo "${ECHO_T}$ossh_result" >&6 13317echo "${ECHO_T}$ossh_result" >&6
12770 if test "x$ossh_result" = "xyes"; then 13318 if test "x$ossh_result" = "xyes"; then
12771 cat >>confdefs.h <<\EOF 13319 cat >>confdefs.h <<\EOF
@@ -12774,21 +13322,21 @@ EOF
12774 13322
12775 fi 13323 fi
12776 else 13324 else
12777 echo "$as_me:12777: result: no" >&5 13325 echo "$as_me:13325: result: no" >&5
12778echo "${ECHO_T}no" >&6 13326echo "${ECHO_T}no" >&6
12779 fi 13327 fi
12780 13328
12781# look for field 'ut_pid' in header 'utmp.h' 13329# look for field 'ut_pid' in header 'utmp.h'
12782 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 13330 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
12783 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_pid 13331 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_pid
12784 echo "$as_me:12784: checking for ut_pid field in utmp.h" >&5 13332 echo "$as_me:13332: checking for ut_pid field in utmp.h" >&5
12785echo $ECHO_N "checking for ut_pid field in utmp.h... $ECHO_C" >&6 13333echo $ECHO_N "checking for ut_pid field in utmp.h... $ECHO_C" >&6
12786 if eval "test \"\${$ossh_varname+set}\" = set"; then 13334 if eval "test \"\${$ossh_varname+set}\" = set"; then
12787 echo $ECHO_N "(cached) $ECHO_C" >&6 13335 echo $ECHO_N "(cached) $ECHO_C" >&6
12788else 13336else
12789 13337
12790 cat >conftest.$ac_ext <<_ACEOF 13338 cat >conftest.$ac_ext <<_ACEOF
12791#line 12791 "configure" 13339#line 13339 "configure"
12792#include "confdefs.h" 13340#include "confdefs.h"
12793#include <utmp.h> 13341#include <utmp.h>
12794 13342
@@ -12805,7 +13353,7 @@ fi
12805 13353
12806 ossh_result=`eval 'echo $'"$ossh_varname"` 13354 ossh_result=`eval 'echo $'"$ossh_varname"`
12807 if test -n "`echo $ossh_varname`"; then 13355 if test -n "`echo $ossh_varname`"; then
12808 echo "$as_me:12808: result: $ossh_result" >&5 13356 echo "$as_me:13356: result: $ossh_result" >&5
12809echo "${ECHO_T}$ossh_result" >&6 13357echo "${ECHO_T}$ossh_result" >&6
12810 if test "x$ossh_result" = "xyes"; then 13358 if test "x$ossh_result" = "xyes"; then
12811 cat >>confdefs.h <<\EOF 13359 cat >>confdefs.h <<\EOF
@@ -12814,21 +13362,21 @@ EOF
12814 13362
12815 fi 13363 fi
12816 else 13364 else
12817 echo "$as_me:12817: result: no" >&5 13365 echo "$as_me:13365: result: no" >&5
12818echo "${ECHO_T}no" >&6 13366echo "${ECHO_T}no" >&6
12819 fi 13367 fi
12820 13368
12821# look for field 'ut_type' in header 'utmp.h' 13369# look for field 'ut_type' in header 'utmp.h'
12822 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 13370 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
12823 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type 13371 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type
12824 echo "$as_me:12824: checking for ut_type field in utmp.h" >&5 13372 echo "$as_me:13372: checking for ut_type field in utmp.h" >&5
12825echo $ECHO_N "checking for ut_type field in utmp.h... $ECHO_C" >&6 13373echo $ECHO_N "checking for ut_type field in utmp.h... $ECHO_C" >&6
12826 if eval "test \"\${$ossh_varname+set}\" = set"; then 13374 if eval "test \"\${$ossh_varname+set}\" = set"; then
12827 echo $ECHO_N "(cached) $ECHO_C" >&6 13375 echo $ECHO_N "(cached) $ECHO_C" >&6
12828else 13376else
12829 13377
12830 cat >conftest.$ac_ext <<_ACEOF 13378 cat >conftest.$ac_ext <<_ACEOF
12831#line 12831 "configure" 13379#line 13379 "configure"
12832#include "confdefs.h" 13380#include "confdefs.h"
12833#include <utmp.h> 13381#include <utmp.h>
12834 13382
@@ -12845,7 +13393,7 @@ fi
12845 13393
12846 ossh_result=`eval 'echo $'"$ossh_varname"` 13394 ossh_result=`eval 'echo $'"$ossh_varname"`
12847 if test -n "`echo $ossh_varname`"; then 13395 if test -n "`echo $ossh_varname`"; then
12848 echo "$as_me:12848: result: $ossh_result" >&5 13396 echo "$as_me:13396: result: $ossh_result" >&5
12849echo "${ECHO_T}$ossh_result" >&6 13397echo "${ECHO_T}$ossh_result" >&6
12850 if test "x$ossh_result" = "xyes"; then 13398 if test "x$ossh_result" = "xyes"; then
12851 cat >>confdefs.h <<\EOF 13399 cat >>confdefs.h <<\EOF
@@ -12854,21 +13402,21 @@ EOF
12854 13402
12855 fi 13403 fi
12856 else 13404 else
12857 echo "$as_me:12857: result: no" >&5 13405 echo "$as_me:13405: result: no" >&5
12858echo "${ECHO_T}no" >&6 13406echo "${ECHO_T}no" >&6
12859 fi 13407 fi
12860 13408
12861# look for field 'ut_type' in header 'utmpx.h' 13409# look for field 'ut_type' in header 'utmpx.h'
12862 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 13410 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
12863 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type 13411 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type
12864 echo "$as_me:12864: checking for ut_type field in utmpx.h" >&5 13412 echo "$as_me:13412: checking for ut_type field in utmpx.h" >&5
12865echo $ECHO_N "checking for ut_type field in utmpx.h... $ECHO_C" >&6 13413echo $ECHO_N "checking for ut_type field in utmpx.h... $ECHO_C" >&6
12866 if eval "test \"\${$ossh_varname+set}\" = set"; then 13414 if eval "test \"\${$ossh_varname+set}\" = set"; then
12867 echo $ECHO_N "(cached) $ECHO_C" >&6 13415 echo $ECHO_N "(cached) $ECHO_C" >&6
12868else 13416else
12869 13417
12870 cat >conftest.$ac_ext <<_ACEOF 13418 cat >conftest.$ac_ext <<_ACEOF
12871#line 12871 "configure" 13419#line 13419 "configure"
12872#include "confdefs.h" 13420#include "confdefs.h"
12873#include <utmpx.h> 13421#include <utmpx.h>
12874 13422
@@ -12885,7 +13433,7 @@ fi
12885 13433
12886 ossh_result=`eval 'echo $'"$ossh_varname"` 13434 ossh_result=`eval 'echo $'"$ossh_varname"`
12887 if test -n "`echo $ossh_varname`"; then 13435 if test -n "`echo $ossh_varname`"; then
12888 echo "$as_me:12888: result: $ossh_result" >&5 13436 echo "$as_me:13436: result: $ossh_result" >&5
12889echo "${ECHO_T}$ossh_result" >&6 13437echo "${ECHO_T}$ossh_result" >&6
12890 if test "x$ossh_result" = "xyes"; then 13438 if test "x$ossh_result" = "xyes"; then
12891 cat >>confdefs.h <<\EOF 13439 cat >>confdefs.h <<\EOF
@@ -12894,21 +13442,21 @@ EOF
12894 13442
12895 fi 13443 fi
12896 else 13444 else
12897 echo "$as_me:12897: result: no" >&5 13445 echo "$as_me:13445: result: no" >&5
12898echo "${ECHO_T}no" >&6 13446echo "${ECHO_T}no" >&6
12899 fi 13447 fi
12900 13448
12901# look for field 'ut_tv' in header 'utmp.h' 13449# look for field 'ut_tv' in header 'utmp.h'
12902 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 13450 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
12903 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv 13451 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv
12904 echo "$as_me:12904: checking for ut_tv field in utmp.h" >&5 13452 echo "$as_me:13452: checking for ut_tv field in utmp.h" >&5
12905echo $ECHO_N "checking for ut_tv field in utmp.h... $ECHO_C" >&6 13453echo $ECHO_N "checking for ut_tv field in utmp.h... $ECHO_C" >&6
12906 if eval "test \"\${$ossh_varname+set}\" = set"; then 13454 if eval "test \"\${$ossh_varname+set}\" = set"; then
12907 echo $ECHO_N "(cached) $ECHO_C" >&6 13455 echo $ECHO_N "(cached) $ECHO_C" >&6
12908else 13456else
12909 13457
12910 cat >conftest.$ac_ext <<_ACEOF 13458 cat >conftest.$ac_ext <<_ACEOF
12911#line 12911 "configure" 13459#line 13459 "configure"
12912#include "confdefs.h" 13460#include "confdefs.h"
12913#include <utmp.h> 13461#include <utmp.h>
12914 13462
@@ -12925,7 +13473,7 @@ fi
12925 13473
12926 ossh_result=`eval 'echo $'"$ossh_varname"` 13474 ossh_result=`eval 'echo $'"$ossh_varname"`
12927 if test -n "`echo $ossh_varname`"; then 13475 if test -n "`echo $ossh_varname`"; then
12928 echo "$as_me:12928: result: $ossh_result" >&5 13476 echo "$as_me:13476: result: $ossh_result" >&5
12929echo "${ECHO_T}$ossh_result" >&6 13477echo "${ECHO_T}$ossh_result" >&6
12930 if test "x$ossh_result" = "xyes"; then 13478 if test "x$ossh_result" = "xyes"; then
12931 cat >>confdefs.h <<\EOF 13479 cat >>confdefs.h <<\EOF
@@ -12934,21 +13482,21 @@ EOF
12934 13482
12935 fi 13483 fi
12936 else 13484 else
12937 echo "$as_me:12937: result: no" >&5 13485 echo "$as_me:13485: result: no" >&5
12938echo "${ECHO_T}no" >&6 13486echo "${ECHO_T}no" >&6
12939 fi 13487 fi
12940 13488
12941# look for field 'ut_id' in header 'utmp.h' 13489# look for field 'ut_id' in header 'utmp.h'
12942 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 13490 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
12943 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id 13491 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id
12944 echo "$as_me:12944: checking for ut_id field in utmp.h" >&5 13492 echo "$as_me:13492: checking for ut_id field in utmp.h" >&5
12945echo $ECHO_N "checking for ut_id field in utmp.h... $ECHO_C" >&6 13493echo $ECHO_N "checking for ut_id field in utmp.h... $ECHO_C" >&6
12946 if eval "test \"\${$ossh_varname+set}\" = set"; then 13494 if eval "test \"\${$ossh_varname+set}\" = set"; then
12947 echo $ECHO_N "(cached) $ECHO_C" >&6 13495 echo $ECHO_N "(cached) $ECHO_C" >&6
12948else 13496else
12949 13497
12950 cat >conftest.$ac_ext <<_ACEOF 13498 cat >conftest.$ac_ext <<_ACEOF
12951#line 12951 "configure" 13499#line 13499 "configure"
12952#include "confdefs.h" 13500#include "confdefs.h"
12953#include <utmp.h> 13501#include <utmp.h>
12954 13502
@@ -12965,7 +13513,7 @@ fi
12965 13513
12966 ossh_result=`eval 'echo $'"$ossh_varname"` 13514 ossh_result=`eval 'echo $'"$ossh_varname"`
12967 if test -n "`echo $ossh_varname`"; then 13515 if test -n "`echo $ossh_varname`"; then
12968 echo "$as_me:12968: result: $ossh_result" >&5 13516 echo "$as_me:13516: result: $ossh_result" >&5
12969echo "${ECHO_T}$ossh_result" >&6 13517echo "${ECHO_T}$ossh_result" >&6
12970 if test "x$ossh_result" = "xyes"; then 13518 if test "x$ossh_result" = "xyes"; then
12971 cat >>confdefs.h <<\EOF 13519 cat >>confdefs.h <<\EOF
@@ -12974,21 +13522,21 @@ EOF
12974 13522
12975 fi 13523 fi
12976 else 13524 else
12977 echo "$as_me:12977: result: no" >&5 13525 echo "$as_me:13525: result: no" >&5
12978echo "${ECHO_T}no" >&6 13526echo "${ECHO_T}no" >&6
12979 fi 13527 fi
12980 13528
12981# look for field 'ut_id' in header 'utmpx.h' 13529# look for field 'ut_id' in header 'utmpx.h'
12982 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 13530 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
12983 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id 13531 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id
12984 echo "$as_me:12984: checking for ut_id field in utmpx.h" >&5 13532 echo "$as_me:13532: checking for ut_id field in utmpx.h" >&5
12985echo $ECHO_N "checking for ut_id field in utmpx.h... $ECHO_C" >&6 13533echo $ECHO_N "checking for ut_id field in utmpx.h... $ECHO_C" >&6
12986 if eval "test \"\${$ossh_varname+set}\" = set"; then 13534 if eval "test \"\${$ossh_varname+set}\" = set"; then
12987 echo $ECHO_N "(cached) $ECHO_C" >&6 13535 echo $ECHO_N "(cached) $ECHO_C" >&6
12988else 13536else
12989 13537
12990 cat >conftest.$ac_ext <<_ACEOF 13538 cat >conftest.$ac_ext <<_ACEOF
12991#line 12991 "configure" 13539#line 13539 "configure"
12992#include "confdefs.h" 13540#include "confdefs.h"
12993#include <utmpx.h> 13541#include <utmpx.h>
12994 13542
@@ -13005,7 +13553,7 @@ fi
13005 13553
13006 ossh_result=`eval 'echo $'"$ossh_varname"` 13554 ossh_result=`eval 'echo $'"$ossh_varname"`
13007 if test -n "`echo $ossh_varname`"; then 13555 if test -n "`echo $ossh_varname`"; then
13008 echo "$as_me:13008: result: $ossh_result" >&5 13556 echo "$as_me:13556: result: $ossh_result" >&5
13009echo "${ECHO_T}$ossh_result" >&6 13557echo "${ECHO_T}$ossh_result" >&6
13010 if test "x$ossh_result" = "xyes"; then 13558 if test "x$ossh_result" = "xyes"; then
13011 cat >>confdefs.h <<\EOF 13559 cat >>confdefs.h <<\EOF
@@ -13014,21 +13562,21 @@ EOF
13014 13562
13015 fi 13563 fi
13016 else 13564 else
13017 echo "$as_me:13017: result: no" >&5 13565 echo "$as_me:13565: result: no" >&5
13018echo "${ECHO_T}no" >&6 13566echo "${ECHO_T}no" >&6
13019 fi 13567 fi
13020 13568
13021# look for field 'ut_addr' in header 'utmp.h' 13569# look for field 'ut_addr' in header 'utmp.h'
13022 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 13570 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
13023 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr 13571 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr
13024 echo "$as_me:13024: checking for ut_addr field in utmp.h" >&5 13572 echo "$as_me:13572: checking for ut_addr field in utmp.h" >&5
13025echo $ECHO_N "checking for ut_addr field in utmp.h... $ECHO_C" >&6 13573echo $ECHO_N "checking for ut_addr field in utmp.h... $ECHO_C" >&6
13026 if eval "test \"\${$ossh_varname+set}\" = set"; then 13574 if eval "test \"\${$ossh_varname+set}\" = set"; then
13027 echo $ECHO_N "(cached) $ECHO_C" >&6 13575 echo $ECHO_N "(cached) $ECHO_C" >&6
13028else 13576else
13029 13577
13030 cat >conftest.$ac_ext <<_ACEOF 13578 cat >conftest.$ac_ext <<_ACEOF
13031#line 13031 "configure" 13579#line 13579 "configure"
13032#include "confdefs.h" 13580#include "confdefs.h"
13033#include <utmp.h> 13581#include <utmp.h>
13034 13582
@@ -13045,7 +13593,7 @@ fi
13045 13593
13046 ossh_result=`eval 'echo $'"$ossh_varname"` 13594 ossh_result=`eval 'echo $'"$ossh_varname"`
13047 if test -n "`echo $ossh_varname`"; then 13595 if test -n "`echo $ossh_varname`"; then
13048 echo "$as_me:13048: result: $ossh_result" >&5 13596 echo "$as_me:13596: result: $ossh_result" >&5
13049echo "${ECHO_T}$ossh_result" >&6 13597echo "${ECHO_T}$ossh_result" >&6
13050 if test "x$ossh_result" = "xyes"; then 13598 if test "x$ossh_result" = "xyes"; then
13051 cat >>confdefs.h <<\EOF 13599 cat >>confdefs.h <<\EOF
@@ -13054,21 +13602,21 @@ EOF
13054 13602
13055 fi 13603 fi
13056 else 13604 else
13057 echo "$as_me:13057: result: no" >&5 13605 echo "$as_me:13605: result: no" >&5
13058echo "${ECHO_T}no" >&6 13606echo "${ECHO_T}no" >&6
13059 fi 13607 fi
13060 13608
13061# look for field 'ut_addr' in header 'utmpx.h' 13609# look for field 'ut_addr' in header 'utmpx.h'
13062 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 13610 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
13063 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr 13611 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr
13064 echo "$as_me:13064: checking for ut_addr field in utmpx.h" >&5 13612 echo "$as_me:13612: checking for ut_addr field in utmpx.h" >&5
13065echo $ECHO_N "checking for ut_addr field in utmpx.h... $ECHO_C" >&6 13613echo $ECHO_N "checking for ut_addr field in utmpx.h... $ECHO_C" >&6
13066 if eval "test \"\${$ossh_varname+set}\" = set"; then 13614 if eval "test \"\${$ossh_varname+set}\" = set"; then
13067 echo $ECHO_N "(cached) $ECHO_C" >&6 13615 echo $ECHO_N "(cached) $ECHO_C" >&6
13068else 13616else
13069 13617
13070 cat >conftest.$ac_ext <<_ACEOF 13618 cat >conftest.$ac_ext <<_ACEOF
13071#line 13071 "configure" 13619#line 13619 "configure"
13072#include "confdefs.h" 13620#include "confdefs.h"
13073#include <utmpx.h> 13621#include <utmpx.h>
13074 13622
@@ -13085,7 +13633,7 @@ fi
13085 13633
13086 ossh_result=`eval 'echo $'"$ossh_varname"` 13634 ossh_result=`eval 'echo $'"$ossh_varname"`
13087 if test -n "`echo $ossh_varname`"; then 13635 if test -n "`echo $ossh_varname`"; then
13088 echo "$as_me:13088: result: $ossh_result" >&5 13636 echo "$as_me:13636: result: $ossh_result" >&5
13089echo "${ECHO_T}$ossh_result" >&6 13637echo "${ECHO_T}$ossh_result" >&6
13090 if test "x$ossh_result" = "xyes"; then 13638 if test "x$ossh_result" = "xyes"; then
13091 cat >>confdefs.h <<\EOF 13639 cat >>confdefs.h <<\EOF
@@ -13094,21 +13642,21 @@ EOF
13094 13642
13095 fi 13643 fi
13096 else 13644 else
13097 echo "$as_me:13097: result: no" >&5 13645 echo "$as_me:13645: result: no" >&5
13098echo "${ECHO_T}no" >&6 13646echo "${ECHO_T}no" >&6
13099 fi 13647 fi
13100 13648
13101# look for field 'ut_addr_v6' in header 'utmp.h' 13649# look for field 'ut_addr_v6' in header 'utmp.h'
13102 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 13650 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
13103 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6 13651 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6
13104 echo "$as_me:13104: checking for ut_addr_v6 field in utmp.h" >&5 13652 echo "$as_me:13652: checking for ut_addr_v6 field in utmp.h" >&5
13105echo $ECHO_N "checking for ut_addr_v6 field in utmp.h... $ECHO_C" >&6 13653echo $ECHO_N "checking for ut_addr_v6 field in utmp.h... $ECHO_C" >&6
13106 if eval "test \"\${$ossh_varname+set}\" = set"; then 13654 if eval "test \"\${$ossh_varname+set}\" = set"; then
13107 echo $ECHO_N "(cached) $ECHO_C" >&6 13655 echo $ECHO_N "(cached) $ECHO_C" >&6
13108else 13656else
13109 13657
13110 cat >conftest.$ac_ext <<_ACEOF 13658 cat >conftest.$ac_ext <<_ACEOF
13111#line 13111 "configure" 13659#line 13659 "configure"
13112#include "confdefs.h" 13660#include "confdefs.h"
13113#include <utmp.h> 13661#include <utmp.h>
13114 13662
@@ -13125,7 +13673,7 @@ fi
13125 13673
13126 ossh_result=`eval 'echo $'"$ossh_varname"` 13674 ossh_result=`eval 'echo $'"$ossh_varname"`
13127 if test -n "`echo $ossh_varname`"; then 13675 if test -n "`echo $ossh_varname`"; then
13128 echo "$as_me:13128: result: $ossh_result" >&5 13676 echo "$as_me:13676: result: $ossh_result" >&5
13129echo "${ECHO_T}$ossh_result" >&6 13677echo "${ECHO_T}$ossh_result" >&6
13130 if test "x$ossh_result" = "xyes"; then 13678 if test "x$ossh_result" = "xyes"; then
13131 cat >>confdefs.h <<\EOF 13679 cat >>confdefs.h <<\EOF
@@ -13134,21 +13682,21 @@ EOF
13134 13682
13135 fi 13683 fi
13136 else 13684 else
13137 echo "$as_me:13137: result: no" >&5 13685 echo "$as_me:13685: result: no" >&5
13138echo "${ECHO_T}no" >&6 13686echo "${ECHO_T}no" >&6
13139 fi 13687 fi
13140 13688
13141# look for field 'ut_addr_v6' in header 'utmpx.h' 13689# look for field 'ut_addr_v6' in header 'utmpx.h'
13142 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 13690 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
13143 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6 13691 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6
13144 echo "$as_me:13144: checking for ut_addr_v6 field in utmpx.h" >&5 13692 echo "$as_me:13692: checking for ut_addr_v6 field in utmpx.h" >&5
13145echo $ECHO_N "checking for ut_addr_v6 field in utmpx.h... $ECHO_C" >&6 13693echo $ECHO_N "checking for ut_addr_v6 field in utmpx.h... $ECHO_C" >&6
13146 if eval "test \"\${$ossh_varname+set}\" = set"; then 13694 if eval "test \"\${$ossh_varname+set}\" = set"; then
13147 echo $ECHO_N "(cached) $ECHO_C" >&6 13695 echo $ECHO_N "(cached) $ECHO_C" >&6
13148else 13696else
13149 13697
13150 cat >conftest.$ac_ext <<_ACEOF 13698 cat >conftest.$ac_ext <<_ACEOF
13151#line 13151 "configure" 13699#line 13699 "configure"
13152#include "confdefs.h" 13700#include "confdefs.h"
13153#include <utmpx.h> 13701#include <utmpx.h>
13154 13702
@@ -13165,7 +13713,7 @@ fi
13165 13713
13166 ossh_result=`eval 'echo $'"$ossh_varname"` 13714 ossh_result=`eval 'echo $'"$ossh_varname"`
13167 if test -n "`echo $ossh_varname`"; then 13715 if test -n "`echo $ossh_varname`"; then
13168 echo "$as_me:13168: result: $ossh_result" >&5 13716 echo "$as_me:13716: result: $ossh_result" >&5
13169echo "${ECHO_T}$ossh_result" >&6 13717echo "${ECHO_T}$ossh_result" >&6
13170 if test "x$ossh_result" = "xyes"; then 13718 if test "x$ossh_result" = "xyes"; then
13171 cat >>confdefs.h <<\EOF 13719 cat >>confdefs.h <<\EOF
@@ -13174,21 +13722,21 @@ EOF
13174 13722
13175 fi 13723 fi
13176 else 13724 else
13177 echo "$as_me:13177: result: no" >&5 13725 echo "$as_me:13725: result: no" >&5
13178echo "${ECHO_T}no" >&6 13726echo "${ECHO_T}no" >&6
13179 fi 13727 fi
13180 13728
13181# look for field 'ut_exit' in header 'utmp.h' 13729# look for field 'ut_exit' in header 'utmp.h'
13182 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 13730 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
13183 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_exit 13731 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_exit
13184 echo "$as_me:13184: checking for ut_exit field in utmp.h" >&5 13732 echo "$as_me:13732: checking for ut_exit field in utmp.h" >&5
13185echo $ECHO_N "checking for ut_exit field in utmp.h... $ECHO_C" >&6 13733echo $ECHO_N "checking for ut_exit field in utmp.h... $ECHO_C" >&6
13186 if eval "test \"\${$ossh_varname+set}\" = set"; then 13734 if eval "test \"\${$ossh_varname+set}\" = set"; then
13187 echo $ECHO_N "(cached) $ECHO_C" >&6 13735 echo $ECHO_N "(cached) $ECHO_C" >&6
13188else 13736else
13189 13737
13190 cat >conftest.$ac_ext <<_ACEOF 13738 cat >conftest.$ac_ext <<_ACEOF
13191#line 13191 "configure" 13739#line 13739 "configure"
13192#include "confdefs.h" 13740#include "confdefs.h"
13193#include <utmp.h> 13741#include <utmp.h>
13194 13742
@@ -13205,7 +13753,7 @@ fi
13205 13753
13206 ossh_result=`eval 'echo $'"$ossh_varname"` 13754 ossh_result=`eval 'echo $'"$ossh_varname"`
13207 if test -n "`echo $ossh_varname`"; then 13755 if test -n "`echo $ossh_varname`"; then
13208 echo "$as_me:13208: result: $ossh_result" >&5 13756 echo "$as_me:13756: result: $ossh_result" >&5
13209echo "${ECHO_T}$ossh_result" >&6 13757echo "${ECHO_T}$ossh_result" >&6
13210 if test "x$ossh_result" = "xyes"; then 13758 if test "x$ossh_result" = "xyes"; then
13211 cat >>confdefs.h <<\EOF 13759 cat >>confdefs.h <<\EOF
@@ -13214,21 +13762,21 @@ EOF
13214 13762
13215 fi 13763 fi
13216 else 13764 else
13217 echo "$as_me:13217: result: no" >&5 13765 echo "$as_me:13765: result: no" >&5
13218echo "${ECHO_T}no" >&6 13766echo "${ECHO_T}no" >&6
13219 fi 13767 fi
13220 13768
13221# look for field 'ut_time' in header 'utmp.h' 13769# look for field 'ut_time' in header 'utmp.h'
13222 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 13770 ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'`
13223 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time 13771 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time
13224 echo "$as_me:13224: checking for ut_time field in utmp.h" >&5 13772 echo "$as_me:13772: checking for ut_time field in utmp.h" >&5
13225echo $ECHO_N "checking for ut_time field in utmp.h... $ECHO_C" >&6 13773echo $ECHO_N "checking for ut_time field in utmp.h... $ECHO_C" >&6
13226 if eval "test \"\${$ossh_varname+set}\" = set"; then 13774 if eval "test \"\${$ossh_varname+set}\" = set"; then
13227 echo $ECHO_N "(cached) $ECHO_C" >&6 13775 echo $ECHO_N "(cached) $ECHO_C" >&6
13228else 13776else
13229 13777
13230 cat >conftest.$ac_ext <<_ACEOF 13778 cat >conftest.$ac_ext <<_ACEOF
13231#line 13231 "configure" 13779#line 13779 "configure"
13232#include "confdefs.h" 13780#include "confdefs.h"
13233#include <utmp.h> 13781#include <utmp.h>
13234 13782
@@ -13245,7 +13793,7 @@ fi
13245 13793
13246 ossh_result=`eval 'echo $'"$ossh_varname"` 13794 ossh_result=`eval 'echo $'"$ossh_varname"`
13247 if test -n "`echo $ossh_varname`"; then 13795 if test -n "`echo $ossh_varname`"; then
13248 echo "$as_me:13248: result: $ossh_result" >&5 13796 echo "$as_me:13796: result: $ossh_result" >&5
13249echo "${ECHO_T}$ossh_result" >&6 13797echo "${ECHO_T}$ossh_result" >&6
13250 if test "x$ossh_result" = "xyes"; then 13798 if test "x$ossh_result" = "xyes"; then
13251 cat >>confdefs.h <<\EOF 13799 cat >>confdefs.h <<\EOF
@@ -13254,21 +13802,21 @@ EOF
13254 13802
13255 fi 13803 fi
13256 else 13804 else
13257 echo "$as_me:13257: result: no" >&5 13805 echo "$as_me:13805: result: no" >&5
13258echo "${ECHO_T}no" >&6 13806echo "${ECHO_T}no" >&6
13259 fi 13807 fi
13260 13808
13261# look for field 'ut_time' in header 'utmpx.h' 13809# look for field 'ut_time' in header 'utmpx.h'
13262 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 13810 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
13263 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time 13811 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time
13264 echo "$as_me:13264: checking for ut_time field in utmpx.h" >&5 13812 echo "$as_me:13812: checking for ut_time field in utmpx.h" >&5
13265echo $ECHO_N "checking for ut_time field in utmpx.h... $ECHO_C" >&6 13813echo $ECHO_N "checking for ut_time field in utmpx.h... $ECHO_C" >&6
13266 if eval "test \"\${$ossh_varname+set}\" = set"; then 13814 if eval "test \"\${$ossh_varname+set}\" = set"; then
13267 echo $ECHO_N "(cached) $ECHO_C" >&6 13815 echo $ECHO_N "(cached) $ECHO_C" >&6
13268else 13816else
13269 13817
13270 cat >conftest.$ac_ext <<_ACEOF 13818 cat >conftest.$ac_ext <<_ACEOF
13271#line 13271 "configure" 13819#line 13819 "configure"
13272#include "confdefs.h" 13820#include "confdefs.h"
13273#include <utmpx.h> 13821#include <utmpx.h>
13274 13822
@@ -13285,7 +13833,7 @@ fi
13285 13833
13286 ossh_result=`eval 'echo $'"$ossh_varname"` 13834 ossh_result=`eval 'echo $'"$ossh_varname"`
13287 if test -n "`echo $ossh_varname`"; then 13835 if test -n "`echo $ossh_varname`"; then
13288 echo "$as_me:13288: result: $ossh_result" >&5 13836 echo "$as_me:13836: result: $ossh_result" >&5
13289echo "${ECHO_T}$ossh_result" >&6 13837echo "${ECHO_T}$ossh_result" >&6
13290 if test "x$ossh_result" = "xyes"; then 13838 if test "x$ossh_result" = "xyes"; then
13291 cat >>confdefs.h <<\EOF 13839 cat >>confdefs.h <<\EOF
@@ -13294,21 +13842,21 @@ EOF
13294 13842
13295 fi 13843 fi
13296 else 13844 else
13297 echo "$as_me:13297: result: no" >&5 13845 echo "$as_me:13845: result: no" >&5
13298echo "${ECHO_T}no" >&6 13846echo "${ECHO_T}no" >&6
13299 fi 13847 fi
13300 13848
13301# look for field 'ut_tv' in header 'utmpx.h' 13849# look for field 'ut_tv' in header 'utmpx.h'
13302 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 13850 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
13303 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv 13851 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv
13304 echo "$as_me:13304: checking for ut_tv field in utmpx.h" >&5 13852 echo "$as_me:13852: checking for ut_tv field in utmpx.h" >&5
13305echo $ECHO_N "checking for ut_tv field in utmpx.h... $ECHO_C" >&6 13853echo $ECHO_N "checking for ut_tv field in utmpx.h... $ECHO_C" >&6
13306 if eval "test \"\${$ossh_varname+set}\" = set"; then 13854 if eval "test \"\${$ossh_varname+set}\" = set"; then
13307 echo $ECHO_N "(cached) $ECHO_C" >&6 13855 echo $ECHO_N "(cached) $ECHO_C" >&6
13308else 13856else
13309 13857
13310 cat >conftest.$ac_ext <<_ACEOF 13858 cat >conftest.$ac_ext <<_ACEOF
13311#line 13311 "configure" 13859#line 13859 "configure"
13312#include "confdefs.h" 13860#include "confdefs.h"
13313#include <utmpx.h> 13861#include <utmpx.h>
13314 13862
@@ -13325,7 +13873,7 @@ fi
13325 13873
13326 ossh_result=`eval 'echo $'"$ossh_varname"` 13874 ossh_result=`eval 'echo $'"$ossh_varname"`
13327 if test -n "`echo $ossh_varname`"; then 13875 if test -n "`echo $ossh_varname`"; then
13328 echo "$as_me:13328: result: $ossh_result" >&5 13876 echo "$as_me:13876: result: $ossh_result" >&5
13329echo "${ECHO_T}$ossh_result" >&6 13877echo "${ECHO_T}$ossh_result" >&6
13330 if test "x$ossh_result" = "xyes"; then 13878 if test "x$ossh_result" = "xyes"; then
13331 cat >>confdefs.h <<\EOF 13879 cat >>confdefs.h <<\EOF
@@ -13334,17 +13882,17 @@ EOF
13334 13882
13335 fi 13883 fi
13336 else 13884 else
13337 echo "$as_me:13337: result: no" >&5 13885 echo "$as_me:13885: result: no" >&5
13338echo "${ECHO_T}no" >&6 13886echo "${ECHO_T}no" >&6
13339 fi 13887 fi
13340 13888
13341echo "$as_me:13341: checking for struct stat.st_blksize" >&5 13889echo "$as_me:13889: checking for struct stat.st_blksize" >&5
13342echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6 13890echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6
13343if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then 13891if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
13344 echo $ECHO_N "(cached) $ECHO_C" >&6 13892 echo $ECHO_N "(cached) $ECHO_C" >&6
13345else 13893else
13346 cat >conftest.$ac_ext <<_ACEOF 13894 cat >conftest.$ac_ext <<_ACEOF
13347#line 13347 "configure" 13895#line 13895 "configure"
13348#include "confdefs.h" 13896#include "confdefs.h"
13349$ac_includes_default 13897$ac_includes_default
13350int 13898int
@@ -13358,16 +13906,16 @@ return 0;
13358} 13906}
13359_ACEOF 13907_ACEOF
13360rm -f conftest.$ac_objext 13908rm -f conftest.$ac_objext
13361if { (eval echo "$as_me:13361: \"$ac_compile\"") >&5 13909if { (eval echo "$as_me:13909: \"$ac_compile\"") >&5
13362 (eval $ac_compile) 2>&5 13910 (eval $ac_compile) 2>&5
13363 ac_status=$? 13911 ac_status=$?
13364 echo "$as_me:13364: \$? = $ac_status" >&5 13912 echo "$as_me:13912: \$? = $ac_status" >&5
13365 (exit $ac_status); } && 13913 (exit $ac_status); } &&
13366 { ac_try='test -s conftest.$ac_objext' 13914 { ac_try='test -s conftest.$ac_objext'
13367 { (eval echo "$as_me:13367: \"$ac_try\"") >&5 13915 { (eval echo "$as_me:13915: \"$ac_try\"") >&5
13368 (eval $ac_try) 2>&5 13916 (eval $ac_try) 2>&5
13369 ac_status=$? 13917 ac_status=$?
13370 echo "$as_me:13370: \$? = $ac_status" >&5 13918 echo "$as_me:13918: \$? = $ac_status" >&5
13371 (exit $ac_status); }; }; then 13919 (exit $ac_status); }; }; then
13372 ac_cv_member_struct_stat_st_blksize=yes 13920 ac_cv_member_struct_stat_st_blksize=yes
13373else 13921else
@@ -13377,7 +13925,7 @@ ac_cv_member_struct_stat_st_blksize=no
13377fi 13925fi
13378rm -f conftest.$ac_objext conftest.$ac_ext 13926rm -f conftest.$ac_objext conftest.$ac_ext
13379fi 13927fi
13380echo "$as_me:13380: result: $ac_cv_member_struct_stat_st_blksize" >&5 13928echo "$as_me:13928: result: $ac_cv_member_struct_stat_st_blksize" >&5
13381echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6 13929echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6
13382if test $ac_cv_member_struct_stat_st_blksize = yes; then 13930if test $ac_cv_member_struct_stat_st_blksize = yes; then
13383 13931
@@ -13387,14 +13935,14 @@ EOF
13387 13935
13388fi 13936fi
13389 13937
13390echo "$as_me:13390: checking for ss_family field in struct sockaddr_storage" >&5 13938echo "$as_me:13938: checking for ss_family field in struct sockaddr_storage" >&5
13391echo $ECHO_N "checking for ss_family field in struct sockaddr_storage... $ECHO_C" >&6 13939echo $ECHO_N "checking for ss_family field in struct sockaddr_storage... $ECHO_C" >&6
13392if test "${ac_cv_have_ss_family_in_struct_ss+set}" = set; then 13940if test "${ac_cv_have_ss_family_in_struct_ss+set}" = set; then
13393 echo $ECHO_N "(cached) $ECHO_C" >&6 13941 echo $ECHO_N "(cached) $ECHO_C" >&6
13394else 13942else
13395 13943
13396 cat >conftest.$ac_ext <<_ACEOF 13944 cat >conftest.$ac_ext <<_ACEOF
13397#line 13397 "configure" 13945#line 13945 "configure"
13398#include "confdefs.h" 13946#include "confdefs.h"
13399 13947
13400#include <sys/types.h> 13948#include <sys/types.h>
@@ -13409,16 +13957,16 @@ main ()
13409} 13957}
13410_ACEOF 13958_ACEOF
13411rm -f conftest.$ac_objext 13959rm -f conftest.$ac_objext
13412if { (eval echo "$as_me:13412: \"$ac_compile\"") >&5 13960if { (eval echo "$as_me:13960: \"$ac_compile\"") >&5
13413 (eval $ac_compile) 2>&5 13961 (eval $ac_compile) 2>&5
13414 ac_status=$? 13962 ac_status=$?
13415 echo "$as_me:13415: \$? = $ac_status" >&5 13963 echo "$as_me:13963: \$? = $ac_status" >&5
13416 (exit $ac_status); } && 13964 (exit $ac_status); } &&
13417 { ac_try='test -s conftest.$ac_objext' 13965 { ac_try='test -s conftest.$ac_objext'
13418 { (eval echo "$as_me:13418: \"$ac_try\"") >&5 13966 { (eval echo "$as_me:13966: \"$ac_try\"") >&5
13419 (eval $ac_try) 2>&5 13967 (eval $ac_try) 2>&5
13420 ac_status=$? 13968 ac_status=$?
13421 echo "$as_me:13421: \$? = $ac_status" >&5 13969 echo "$as_me:13969: \$? = $ac_status" >&5
13422 (exit $ac_status); }; }; then 13970 (exit $ac_status); }; }; then
13423 ac_cv_have_ss_family_in_struct_ss="yes" 13971 ac_cv_have_ss_family_in_struct_ss="yes"
13424else 13972else
@@ -13429,7 +13977,7 @@ fi
13429rm -f conftest.$ac_objext conftest.$ac_ext 13977rm -f conftest.$ac_objext conftest.$ac_ext
13430 13978
13431fi 13979fi
13432echo "$as_me:13432: result: $ac_cv_have_ss_family_in_struct_ss" >&5 13980echo "$as_me:13980: result: $ac_cv_have_ss_family_in_struct_ss" >&5
13433echo "${ECHO_T}$ac_cv_have_ss_family_in_struct_ss" >&6 13981echo "${ECHO_T}$ac_cv_have_ss_family_in_struct_ss" >&6
13434if test "x$ac_cv_have_ss_family_in_struct_ss" = "xyes" ; then 13982if test "x$ac_cv_have_ss_family_in_struct_ss" = "xyes" ; then
13435 cat >>confdefs.h <<\EOF 13983 cat >>confdefs.h <<\EOF
@@ -13438,14 +13986,14 @@ EOF
13438 13986
13439fi 13987fi
13440 13988
13441echo "$as_me:13441: checking for __ss_family field in struct sockaddr_storage" >&5 13989echo "$as_me:13989: checking for __ss_family field in struct sockaddr_storage" >&5
13442echo $ECHO_N "checking for __ss_family field in struct sockaddr_storage... $ECHO_C" >&6 13990echo $ECHO_N "checking for __ss_family field in struct sockaddr_storage... $ECHO_C" >&6
13443if test "${ac_cv_have___ss_family_in_struct_ss+set}" = set; then 13991if test "${ac_cv_have___ss_family_in_struct_ss+set}" = set; then
13444 echo $ECHO_N "(cached) $ECHO_C" >&6 13992 echo $ECHO_N "(cached) $ECHO_C" >&6
13445else 13993else
13446 13994
13447 cat >conftest.$ac_ext <<_ACEOF 13995 cat >conftest.$ac_ext <<_ACEOF
13448#line 13448 "configure" 13996#line 13996 "configure"
13449#include "confdefs.h" 13997#include "confdefs.h"
13450 13998
13451#include <sys/types.h> 13999#include <sys/types.h>
@@ -13460,16 +14008,16 @@ main ()
13460} 14008}
13461_ACEOF 14009_ACEOF
13462rm -f conftest.$ac_objext 14010rm -f conftest.$ac_objext
13463if { (eval echo "$as_me:13463: \"$ac_compile\"") >&5 14011if { (eval echo "$as_me:14011: \"$ac_compile\"") >&5
13464 (eval $ac_compile) 2>&5 14012 (eval $ac_compile) 2>&5
13465 ac_status=$? 14013 ac_status=$?
13466 echo "$as_me:13466: \$? = $ac_status" >&5 14014 echo "$as_me:14014: \$? = $ac_status" >&5
13467 (exit $ac_status); } && 14015 (exit $ac_status); } &&
13468 { ac_try='test -s conftest.$ac_objext' 14016 { ac_try='test -s conftest.$ac_objext'
13469 { (eval echo "$as_me:13469: \"$ac_try\"") >&5 14017 { (eval echo "$as_me:14017: \"$ac_try\"") >&5
13470 (eval $ac_try) 2>&5 14018 (eval $ac_try) 2>&5
13471 ac_status=$? 14019 ac_status=$?
13472 echo "$as_me:13472: \$? = $ac_status" >&5 14020 echo "$as_me:14020: \$? = $ac_status" >&5
13473 (exit $ac_status); }; }; then 14021 (exit $ac_status); }; }; then
13474 ac_cv_have___ss_family_in_struct_ss="yes" 14022 ac_cv_have___ss_family_in_struct_ss="yes"
13475else 14023else
@@ -13481,7 +14029,7 @@ fi
13481rm -f conftest.$ac_objext conftest.$ac_ext 14029rm -f conftest.$ac_objext conftest.$ac_ext
13482 14030
13483fi 14031fi
13484echo "$as_me:13484: result: $ac_cv_have___ss_family_in_struct_ss" >&5 14032echo "$as_me:14032: result: $ac_cv_have___ss_family_in_struct_ss" >&5
13485echo "${ECHO_T}$ac_cv_have___ss_family_in_struct_ss" >&6 14033echo "${ECHO_T}$ac_cv_have___ss_family_in_struct_ss" >&6
13486if test "x$ac_cv_have___ss_family_in_struct_ss" = "xyes" ; then 14034if test "x$ac_cv_have___ss_family_in_struct_ss" = "xyes" ; then
13487 cat >>confdefs.h <<\EOF 14035 cat >>confdefs.h <<\EOF
@@ -13490,14 +14038,14 @@ EOF
13490 14038
13491fi 14039fi
13492 14040
13493echo "$as_me:13493: checking for pw_class field in struct passwd" >&5 14041echo "$as_me:14041: checking for pw_class field in struct passwd" >&5
13494echo $ECHO_N "checking for pw_class field in struct passwd... $ECHO_C" >&6 14042echo $ECHO_N "checking for pw_class field in struct passwd... $ECHO_C" >&6
13495if test "${ac_cv_have_pw_class_in_struct_passwd+set}" = set; then 14043if test "${ac_cv_have_pw_class_in_struct_passwd+set}" = set; then
13496 echo $ECHO_N "(cached) $ECHO_C" >&6 14044 echo $ECHO_N "(cached) $ECHO_C" >&6
13497else 14045else
13498 14046
13499 cat >conftest.$ac_ext <<_ACEOF 14047 cat >conftest.$ac_ext <<_ACEOF
13500#line 13500 "configure" 14048#line 14048 "configure"
13501#include "confdefs.h" 14049#include "confdefs.h"
13502 14050
13503#include <pwd.h> 14051#include <pwd.h>
@@ -13511,16 +14059,16 @@ main ()
13511} 14059}
13512_ACEOF 14060_ACEOF
13513rm -f conftest.$ac_objext 14061rm -f conftest.$ac_objext
13514if { (eval echo "$as_me:13514: \"$ac_compile\"") >&5 14062if { (eval echo "$as_me:14062: \"$ac_compile\"") >&5
13515 (eval $ac_compile) 2>&5 14063 (eval $ac_compile) 2>&5
13516 ac_status=$? 14064 ac_status=$?
13517 echo "$as_me:13517: \$? = $ac_status" >&5 14065 echo "$as_me:14065: \$? = $ac_status" >&5
13518 (exit $ac_status); } && 14066 (exit $ac_status); } &&
13519 { ac_try='test -s conftest.$ac_objext' 14067 { ac_try='test -s conftest.$ac_objext'
13520 { (eval echo "$as_me:13520: \"$ac_try\"") >&5 14068 { (eval echo "$as_me:14068: \"$ac_try\"") >&5
13521 (eval $ac_try) 2>&5 14069 (eval $ac_try) 2>&5
13522 ac_status=$? 14070 ac_status=$?
13523 echo "$as_me:13523: \$? = $ac_status" >&5 14071 echo "$as_me:14071: \$? = $ac_status" >&5
13524 (exit $ac_status); }; }; then 14072 (exit $ac_status); }; }; then
13525 ac_cv_have_pw_class_in_struct_passwd="yes" 14073 ac_cv_have_pw_class_in_struct_passwd="yes"
13526else 14074else
@@ -13532,7 +14080,7 @@ fi
13532rm -f conftest.$ac_objext conftest.$ac_ext 14080rm -f conftest.$ac_objext conftest.$ac_ext
13533 14081
13534fi 14082fi
13535echo "$as_me:13535: result: $ac_cv_have_pw_class_in_struct_passwd" >&5 14083echo "$as_me:14083: result: $ac_cv_have_pw_class_in_struct_passwd" >&5
13536echo "${ECHO_T}$ac_cv_have_pw_class_in_struct_passwd" >&6 14084echo "${ECHO_T}$ac_cv_have_pw_class_in_struct_passwd" >&6
13537if test "x$ac_cv_have_pw_class_in_struct_passwd" = "xyes" ; then 14085if test "x$ac_cv_have_pw_class_in_struct_passwd" = "xyes" ; then
13538 cat >>confdefs.h <<\EOF 14086 cat >>confdefs.h <<\EOF
@@ -13541,14 +14089,14 @@ EOF
13541 14089
13542fi 14090fi
13543 14091
13544echo "$as_me:13544: checking for pw_expire field in struct passwd" >&5 14092echo "$as_me:14092: checking for pw_expire field in struct passwd" >&5
13545echo $ECHO_N "checking for pw_expire field in struct passwd... $ECHO_C" >&6 14093echo $ECHO_N "checking for pw_expire field in struct passwd... $ECHO_C" >&6
13546if test "${ac_cv_have_pw_expire_in_struct_passwd+set}" = set; then 14094if test "${ac_cv_have_pw_expire_in_struct_passwd+set}" = set; then
13547 echo $ECHO_N "(cached) $ECHO_C" >&6 14095 echo $ECHO_N "(cached) $ECHO_C" >&6
13548else 14096else
13549 14097
13550 cat >conftest.$ac_ext <<_ACEOF 14098 cat >conftest.$ac_ext <<_ACEOF
13551#line 13551 "configure" 14099#line 14099 "configure"
13552#include "confdefs.h" 14100#include "confdefs.h"
13553 14101
13554#include <pwd.h> 14102#include <pwd.h>
@@ -13562,16 +14110,16 @@ main ()
13562} 14110}
13563_ACEOF 14111_ACEOF
13564rm -f conftest.$ac_objext 14112rm -f conftest.$ac_objext
13565if { (eval echo "$as_me:13565: \"$ac_compile\"") >&5 14113if { (eval echo "$as_me:14113: \"$ac_compile\"") >&5
13566 (eval $ac_compile) 2>&5 14114 (eval $ac_compile) 2>&5
13567 ac_status=$? 14115 ac_status=$?
13568 echo "$as_me:13568: \$? = $ac_status" >&5 14116 echo "$as_me:14116: \$? = $ac_status" >&5
13569 (exit $ac_status); } && 14117 (exit $ac_status); } &&
13570 { ac_try='test -s conftest.$ac_objext' 14118 { ac_try='test -s conftest.$ac_objext'
13571 { (eval echo "$as_me:13571: \"$ac_try\"") >&5 14119 { (eval echo "$as_me:14119: \"$ac_try\"") >&5
13572 (eval $ac_try) 2>&5 14120 (eval $ac_try) 2>&5
13573 ac_status=$? 14121 ac_status=$?
13574 echo "$as_me:13574: \$? = $ac_status" >&5 14122 echo "$as_me:14122: \$? = $ac_status" >&5
13575 (exit $ac_status); }; }; then 14123 (exit $ac_status); }; }; then
13576 ac_cv_have_pw_expire_in_struct_passwd="yes" 14124 ac_cv_have_pw_expire_in_struct_passwd="yes"
13577else 14125else
@@ -13583,7 +14131,7 @@ fi
13583rm -f conftest.$ac_objext conftest.$ac_ext 14131rm -f conftest.$ac_objext conftest.$ac_ext
13584 14132
13585fi 14133fi
13586echo "$as_me:13586: result: $ac_cv_have_pw_expire_in_struct_passwd" >&5 14134echo "$as_me:14134: result: $ac_cv_have_pw_expire_in_struct_passwd" >&5
13587echo "${ECHO_T}$ac_cv_have_pw_expire_in_struct_passwd" >&6 14135echo "${ECHO_T}$ac_cv_have_pw_expire_in_struct_passwd" >&6
13588if test "x$ac_cv_have_pw_expire_in_struct_passwd" = "xyes" ; then 14136if test "x$ac_cv_have_pw_expire_in_struct_passwd" = "xyes" ; then
13589 cat >>confdefs.h <<\EOF 14137 cat >>confdefs.h <<\EOF
@@ -13592,14 +14140,14 @@ EOF
13592 14140
13593fi 14141fi
13594 14142
13595echo "$as_me:13595: checking for pw_change field in struct passwd" >&5 14143echo "$as_me:14143: checking for pw_change field in struct passwd" >&5
13596echo $ECHO_N "checking for pw_change field in struct passwd... $ECHO_C" >&6 14144echo $ECHO_N "checking for pw_change field in struct passwd... $ECHO_C" >&6
13597if test "${ac_cv_have_pw_change_in_struct_passwd+set}" = set; then 14145if test "${ac_cv_have_pw_change_in_struct_passwd+set}" = set; then
13598 echo $ECHO_N "(cached) $ECHO_C" >&6 14146 echo $ECHO_N "(cached) $ECHO_C" >&6
13599else 14147else
13600 14148
13601 cat >conftest.$ac_ext <<_ACEOF 14149 cat >conftest.$ac_ext <<_ACEOF
13602#line 13602 "configure" 14150#line 14150 "configure"
13603#include "confdefs.h" 14151#include "confdefs.h"
13604 14152
13605#include <pwd.h> 14153#include <pwd.h>
@@ -13613,16 +14161,16 @@ main ()
13613} 14161}
13614_ACEOF 14162_ACEOF
13615rm -f conftest.$ac_objext 14163rm -f conftest.$ac_objext
13616if { (eval echo "$as_me:13616: \"$ac_compile\"") >&5 14164if { (eval echo "$as_me:14164: \"$ac_compile\"") >&5
13617 (eval $ac_compile) 2>&5 14165 (eval $ac_compile) 2>&5
13618 ac_status=$? 14166 ac_status=$?
13619 echo "$as_me:13619: \$? = $ac_status" >&5 14167 echo "$as_me:14167: \$? = $ac_status" >&5
13620 (exit $ac_status); } && 14168 (exit $ac_status); } &&
13621 { ac_try='test -s conftest.$ac_objext' 14169 { ac_try='test -s conftest.$ac_objext'
13622 { (eval echo "$as_me:13622: \"$ac_try\"") >&5 14170 { (eval echo "$as_me:14170: \"$ac_try\"") >&5
13623 (eval $ac_try) 2>&5 14171 (eval $ac_try) 2>&5
13624 ac_status=$? 14172 ac_status=$?
13625 echo "$as_me:13625: \$? = $ac_status" >&5 14173 echo "$as_me:14173: \$? = $ac_status" >&5
13626 (exit $ac_status); }; }; then 14174 (exit $ac_status); }; }; then
13627 ac_cv_have_pw_change_in_struct_passwd="yes" 14175 ac_cv_have_pw_change_in_struct_passwd="yes"
13628else 14176else
@@ -13634,7 +14182,7 @@ fi
13634rm -f conftest.$ac_objext conftest.$ac_ext 14182rm -f conftest.$ac_objext conftest.$ac_ext
13635 14183
13636fi 14184fi
13637echo "$as_me:13637: result: $ac_cv_have_pw_change_in_struct_passwd" >&5 14185echo "$as_me:14185: result: $ac_cv_have_pw_change_in_struct_passwd" >&5
13638echo "${ECHO_T}$ac_cv_have_pw_change_in_struct_passwd" >&6 14186echo "${ECHO_T}$ac_cv_have_pw_change_in_struct_passwd" >&6
13639if test "x$ac_cv_have_pw_change_in_struct_passwd" = "xyes" ; then 14187if test "x$ac_cv_have_pw_change_in_struct_passwd" = "xyes" ; then
13640 cat >>confdefs.h <<\EOF 14188 cat >>confdefs.h <<\EOF
@@ -13643,19 +14191,19 @@ EOF
13643 14191
13644fi 14192fi
13645 14193
13646echo "$as_me:13646: checking for msg_accrights field in struct msghdr" >&5 14194echo "$as_me:14194: checking for msg_accrights field in struct msghdr" >&5
13647echo $ECHO_N "checking for msg_accrights field in struct msghdr... $ECHO_C" >&6 14195echo $ECHO_N "checking for msg_accrights field in struct msghdr... $ECHO_C" >&6
13648if test "${ac_cv_have_accrights_in_msghdr+set}" = set; then 14196if test "${ac_cv_have_accrights_in_msghdr+set}" = set; then
13649 echo $ECHO_N "(cached) $ECHO_C" >&6 14197 echo $ECHO_N "(cached) $ECHO_C" >&6
13650else 14198else
13651 14199
13652 if test "$cross_compiling" = yes; then 14200 if test "$cross_compiling" = yes; then
13653 { { echo "$as_me:13653: error: cannot run test program while cross compiling" >&5 14201 { { echo "$as_me:14201: error: cannot run test program while cross compiling" >&5
13654echo "$as_me: error: cannot run test program while cross compiling" >&2;} 14202echo "$as_me: error: cannot run test program while cross compiling" >&2;}
13655 { (exit 1); exit 1; }; } 14203 { (exit 1); exit 1; }; }
13656else 14204else
13657 cat >conftest.$ac_ext <<_ACEOF 14205 cat >conftest.$ac_ext <<_ACEOF
13658#line 13658 "configure" 14206#line 14206 "configure"
13659#include "confdefs.h" 14207#include "confdefs.h"
13660 14208
13661#include <sys/types.h> 14209#include <sys/types.h>
@@ -13672,15 +14220,15 @@ exit(0);
13672 14220
13673_ACEOF 14221_ACEOF
13674rm -f conftest$ac_exeext 14222rm -f conftest$ac_exeext
13675if { (eval echo "$as_me:13675: \"$ac_link\"") >&5 14223if { (eval echo "$as_me:14223: \"$ac_link\"") >&5
13676 (eval $ac_link) 2>&5 14224 (eval $ac_link) 2>&5
13677 ac_status=$? 14225 ac_status=$?
13678 echo "$as_me:13678: \$? = $ac_status" >&5 14226 echo "$as_me:14226: \$? = $ac_status" >&5
13679 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 14227 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13680 { (eval echo "$as_me:13680: \"$ac_try\"") >&5 14228 { (eval echo "$as_me:14228: \"$ac_try\"") >&5
13681 (eval $ac_try) 2>&5 14229 (eval $ac_try) 2>&5
13682 ac_status=$? 14230 ac_status=$?
13683 echo "$as_me:13683: \$? = $ac_status" >&5 14231 echo "$as_me:14231: \$? = $ac_status" >&5
13684 (exit $ac_status); }; }; then 14232 (exit $ac_status); }; }; then
13685 ac_cv_have_accrights_in_msghdr="yes" 14233 ac_cv_have_accrights_in_msghdr="yes"
13686else 14234else
@@ -13694,7 +14242,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13694fi 14242fi
13695 14243
13696fi 14244fi
13697echo "$as_me:13697: result: $ac_cv_have_accrights_in_msghdr" >&5 14245echo "$as_me:14245: result: $ac_cv_have_accrights_in_msghdr" >&5
13698echo "${ECHO_T}$ac_cv_have_accrights_in_msghdr" >&6 14246echo "${ECHO_T}$ac_cv_have_accrights_in_msghdr" >&6
13699if test "x$ac_cv_have_accrights_in_msghdr" = "xyes" ; then 14247if test "x$ac_cv_have_accrights_in_msghdr" = "xyes" ; then
13700 cat >>confdefs.h <<\EOF 14248 cat >>confdefs.h <<\EOF
@@ -13703,19 +14251,19 @@ EOF
13703 14251
13704fi 14252fi
13705 14253
13706echo "$as_me:13706: checking for msg_control field in struct msghdr" >&5 14254echo "$as_me:14254: checking for msg_control field in struct msghdr" >&5
13707echo $ECHO_N "checking for msg_control field in struct msghdr... $ECHO_C" >&6 14255echo $ECHO_N "checking for msg_control field in struct msghdr... $ECHO_C" >&6
13708if test "${ac_cv_have_control_in_msghdr+set}" = set; then 14256if test "${ac_cv_have_control_in_msghdr+set}" = set; then
13709 echo $ECHO_N "(cached) $ECHO_C" >&6 14257 echo $ECHO_N "(cached) $ECHO_C" >&6
13710else 14258else
13711 14259
13712 if test "$cross_compiling" = yes; then 14260 if test "$cross_compiling" = yes; then
13713 { { echo "$as_me:13713: error: cannot run test program while cross compiling" >&5 14261 { { echo "$as_me:14261: error: cannot run test program while cross compiling" >&5
13714echo "$as_me: error: cannot run test program while cross compiling" >&2;} 14262echo "$as_me: error: cannot run test program while cross compiling" >&2;}
13715 { (exit 1); exit 1; }; } 14263 { (exit 1); exit 1; }; }
13716else 14264else
13717 cat >conftest.$ac_ext <<_ACEOF 14265 cat >conftest.$ac_ext <<_ACEOF
13718#line 13718 "configure" 14266#line 14266 "configure"
13719#include "confdefs.h" 14267#include "confdefs.h"
13720 14268
13721#include <sys/types.h> 14269#include <sys/types.h>
@@ -13732,15 +14280,15 @@ exit(0);
13732 14280
13733_ACEOF 14281_ACEOF
13734rm -f conftest$ac_exeext 14282rm -f conftest$ac_exeext
13735if { (eval echo "$as_me:13735: \"$ac_link\"") >&5 14283if { (eval echo "$as_me:14283: \"$ac_link\"") >&5
13736 (eval $ac_link) 2>&5 14284 (eval $ac_link) 2>&5
13737 ac_status=$? 14285 ac_status=$?
13738 echo "$as_me:13738: \$? = $ac_status" >&5 14286 echo "$as_me:14286: \$? = $ac_status" >&5
13739 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 14287 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13740 { (eval echo "$as_me:13740: \"$ac_try\"") >&5 14288 { (eval echo "$as_me:14288: \"$ac_try\"") >&5
13741 (eval $ac_try) 2>&5 14289 (eval $ac_try) 2>&5
13742 ac_status=$? 14290 ac_status=$?
13743 echo "$as_me:13743: \$? = $ac_status" >&5 14291 echo "$as_me:14291: \$? = $ac_status" >&5
13744 (exit $ac_status); }; }; then 14292 (exit $ac_status); }; }; then
13745 ac_cv_have_control_in_msghdr="yes" 14293 ac_cv_have_control_in_msghdr="yes"
13746else 14294else
@@ -13754,7 +14302,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13754fi 14302fi
13755 14303
13756fi 14304fi
13757echo "$as_me:13757: result: $ac_cv_have_control_in_msghdr" >&5 14305echo "$as_me:14305: result: $ac_cv_have_control_in_msghdr" >&5
13758echo "${ECHO_T}$ac_cv_have_control_in_msghdr" >&6 14306echo "${ECHO_T}$ac_cv_have_control_in_msghdr" >&6
13759if test "x$ac_cv_have_control_in_msghdr" = "xyes" ; then 14307if test "x$ac_cv_have_control_in_msghdr" = "xyes" ; then
13760 cat >>confdefs.h <<\EOF 14308 cat >>confdefs.h <<\EOF
@@ -13763,14 +14311,14 @@ EOF
13763 14311
13764fi 14312fi
13765 14313
13766echo "$as_me:13766: checking if libc defines __progname" >&5 14314echo "$as_me:14314: checking if libc defines __progname" >&5
13767echo $ECHO_N "checking if libc defines __progname... $ECHO_C" >&6 14315echo $ECHO_N "checking if libc defines __progname... $ECHO_C" >&6
13768if test "${ac_cv_libc_defines___progname+set}" = set; then 14316if test "${ac_cv_libc_defines___progname+set}" = set; then
13769 echo $ECHO_N "(cached) $ECHO_C" >&6 14317 echo $ECHO_N "(cached) $ECHO_C" >&6
13770else 14318else
13771 14319
13772 cat >conftest.$ac_ext <<_ACEOF 14320 cat >conftest.$ac_ext <<_ACEOF
13773#line 13773 "configure" 14321#line 14321 "configure"
13774#include "confdefs.h" 14322#include "confdefs.h"
13775 14323
13776int 14324int
@@ -13782,16 +14330,16 @@ main ()
13782} 14330}
13783_ACEOF 14331_ACEOF
13784rm -f conftest.$ac_objext conftest$ac_exeext 14332rm -f conftest.$ac_objext conftest$ac_exeext
13785if { (eval echo "$as_me:13785: \"$ac_link\"") >&5 14333if { (eval echo "$as_me:14333: \"$ac_link\"") >&5
13786 (eval $ac_link) 2>&5 14334 (eval $ac_link) 2>&5
13787 ac_status=$? 14335 ac_status=$?
13788 echo "$as_me:13788: \$? = $ac_status" >&5 14336 echo "$as_me:14336: \$? = $ac_status" >&5
13789 (exit $ac_status); } && 14337 (exit $ac_status); } &&
13790 { ac_try='test -s conftest$ac_exeext' 14338 { ac_try='test -s conftest$ac_exeext'
13791 { (eval echo "$as_me:13791: \"$ac_try\"") >&5 14339 { (eval echo "$as_me:14339: \"$ac_try\"") >&5
13792 (eval $ac_try) 2>&5 14340 (eval $ac_try) 2>&5
13793 ac_status=$? 14341 ac_status=$?
13794 echo "$as_me:13794: \$? = $ac_status" >&5 14342 echo "$as_me:14342: \$? = $ac_status" >&5
13795 (exit $ac_status); }; }; then 14343 (exit $ac_status); }; }; then
13796 ac_cv_libc_defines___progname="yes" 14344 ac_cv_libc_defines___progname="yes"
13797else 14345else
@@ -13803,7 +14351,7 @@ fi
13803rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14351rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13804 14352
13805fi 14353fi
13806echo "$as_me:13806: result: $ac_cv_libc_defines___progname" >&5 14354echo "$as_me:14354: result: $ac_cv_libc_defines___progname" >&5
13807echo "${ECHO_T}$ac_cv_libc_defines___progname" >&6 14355echo "${ECHO_T}$ac_cv_libc_defines___progname" >&6
13808if test "x$ac_cv_libc_defines___progname" = "xyes" ; then 14356if test "x$ac_cv_libc_defines___progname" = "xyes" ; then
13809 cat >>confdefs.h <<\EOF 14357 cat >>confdefs.h <<\EOF
@@ -13812,14 +14360,14 @@ EOF
13812 14360
13813fi 14361fi
13814 14362
13815echo "$as_me:13815: checking whether $CC implements __FUNCTION__" >&5 14363echo "$as_me:14363: checking whether $CC implements __FUNCTION__" >&5
13816echo $ECHO_N "checking whether $CC implements __FUNCTION__... $ECHO_C" >&6 14364echo $ECHO_N "checking whether $CC implements __FUNCTION__... $ECHO_C" >&6
13817if test "${ac_cv_cc_implements___FUNCTION__+set}" = set; then 14365if test "${ac_cv_cc_implements___FUNCTION__+set}" = set; then
13818 echo $ECHO_N "(cached) $ECHO_C" >&6 14366 echo $ECHO_N "(cached) $ECHO_C" >&6
13819else 14367else
13820 14368
13821 cat >conftest.$ac_ext <<_ACEOF 14369 cat >conftest.$ac_ext <<_ACEOF
13822#line 13822 "configure" 14370#line 14370 "configure"
13823#include "confdefs.h" 14371#include "confdefs.h"
13824 14372
13825#include <stdio.h> 14373#include <stdio.h>
@@ -13833,16 +14381,16 @@ main ()
13833} 14381}
13834_ACEOF 14382_ACEOF
13835rm -f conftest.$ac_objext conftest$ac_exeext 14383rm -f conftest.$ac_objext conftest$ac_exeext
13836if { (eval echo "$as_me:13836: \"$ac_link\"") >&5 14384if { (eval echo "$as_me:14384: \"$ac_link\"") >&5
13837 (eval $ac_link) 2>&5 14385 (eval $ac_link) 2>&5
13838 ac_status=$? 14386 ac_status=$?
13839 echo "$as_me:13839: \$? = $ac_status" >&5 14387 echo "$as_me:14387: \$? = $ac_status" >&5
13840 (exit $ac_status); } && 14388 (exit $ac_status); } &&
13841 { ac_try='test -s conftest$ac_exeext' 14389 { ac_try='test -s conftest$ac_exeext'
13842 { (eval echo "$as_me:13842: \"$ac_try\"") >&5 14390 { (eval echo "$as_me:14390: \"$ac_try\"") >&5
13843 (eval $ac_try) 2>&5 14391 (eval $ac_try) 2>&5
13844 ac_status=$? 14392 ac_status=$?
13845 echo "$as_me:13845: \$? = $ac_status" >&5 14393 echo "$as_me:14393: \$? = $ac_status" >&5
13846 (exit $ac_status); }; }; then 14394 (exit $ac_status); }; }; then
13847 ac_cv_cc_implements___FUNCTION__="yes" 14395 ac_cv_cc_implements___FUNCTION__="yes"
13848else 14396else
@@ -13854,7 +14402,7 @@ fi
13854rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14402rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13855 14403
13856fi 14404fi
13857echo "$as_me:13857: result: $ac_cv_cc_implements___FUNCTION__" >&5 14405echo "$as_me:14405: result: $ac_cv_cc_implements___FUNCTION__" >&5
13858echo "${ECHO_T}$ac_cv_cc_implements___FUNCTION__" >&6 14406echo "${ECHO_T}$ac_cv_cc_implements___FUNCTION__" >&6
13859if test "x$ac_cv_cc_implements___FUNCTION__" = "xyes" ; then 14407if test "x$ac_cv_cc_implements___FUNCTION__" = "xyes" ; then
13860 cat >>confdefs.h <<\EOF 14408 cat >>confdefs.h <<\EOF
@@ -13863,14 +14411,14 @@ EOF
13863 14411
13864fi 14412fi
13865 14413
13866echo "$as_me:13866: checking whether $CC implements __func__" >&5 14414echo "$as_me:14414: checking whether $CC implements __func__" >&5
13867echo $ECHO_N "checking whether $CC implements __func__... $ECHO_C" >&6 14415echo $ECHO_N "checking whether $CC implements __func__... $ECHO_C" >&6
13868if test "${ac_cv_cc_implements___func__+set}" = set; then 14416if test "${ac_cv_cc_implements___func__+set}" = set; then
13869 echo $ECHO_N "(cached) $ECHO_C" >&6 14417 echo $ECHO_N "(cached) $ECHO_C" >&6
13870else 14418else
13871 14419
13872 cat >conftest.$ac_ext <<_ACEOF 14420 cat >conftest.$ac_ext <<_ACEOF
13873#line 13873 "configure" 14421#line 14421 "configure"
13874#include "confdefs.h" 14422#include "confdefs.h"
13875 14423
13876#include <stdio.h> 14424#include <stdio.h>
@@ -13884,16 +14432,16 @@ main ()
13884} 14432}
13885_ACEOF 14433_ACEOF
13886rm -f conftest.$ac_objext conftest$ac_exeext 14434rm -f conftest.$ac_objext conftest$ac_exeext
13887if { (eval echo "$as_me:13887: \"$ac_link\"") >&5 14435if { (eval echo "$as_me:14435: \"$ac_link\"") >&5
13888 (eval $ac_link) 2>&5 14436 (eval $ac_link) 2>&5
13889 ac_status=$? 14437 ac_status=$?
13890 echo "$as_me:13890: \$? = $ac_status" >&5 14438 echo "$as_me:14438: \$? = $ac_status" >&5
13891 (exit $ac_status); } && 14439 (exit $ac_status); } &&
13892 { ac_try='test -s conftest$ac_exeext' 14440 { ac_try='test -s conftest$ac_exeext'
13893 { (eval echo "$as_me:13893: \"$ac_try\"") >&5 14441 { (eval echo "$as_me:14441: \"$ac_try\"") >&5
13894 (eval $ac_try) 2>&5 14442 (eval $ac_try) 2>&5
13895 ac_status=$? 14443 ac_status=$?
13896 echo "$as_me:13896: \$? = $ac_status" >&5 14444 echo "$as_me:14444: \$? = $ac_status" >&5
13897 (exit $ac_status); }; }; then 14445 (exit $ac_status); }; }; then
13898 ac_cv_cc_implements___func__="yes" 14446 ac_cv_cc_implements___func__="yes"
13899else 14447else
@@ -13905,7 +14453,7 @@ fi
13905rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14453rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13906 14454
13907fi 14455fi
13908echo "$as_me:13908: result: $ac_cv_cc_implements___func__" >&5 14456echo "$as_me:14456: result: $ac_cv_cc_implements___func__" >&5
13909echo "${ECHO_T}$ac_cv_cc_implements___func__" >&6 14457echo "${ECHO_T}$ac_cv_cc_implements___func__" >&6
13910if test "x$ac_cv_cc_implements___func__" = "xyes" ; then 14458if test "x$ac_cv_cc_implements___func__" = "xyes" ; then
13911 cat >>confdefs.h <<\EOF 14459 cat >>confdefs.h <<\EOF
@@ -13914,14 +14462,14 @@ EOF
13914 14462
13915fi 14463fi
13916 14464
13917echo "$as_me:13917: checking whether getopt has optreset support" >&5 14465echo "$as_me:14465: checking whether getopt has optreset support" >&5
13918echo $ECHO_N "checking whether getopt has optreset support... $ECHO_C" >&6 14466echo $ECHO_N "checking whether getopt has optreset support... $ECHO_C" >&6
13919if test "${ac_cv_have_getopt_optreset+set}" = set; then 14467if test "${ac_cv_have_getopt_optreset+set}" = set; then
13920 echo $ECHO_N "(cached) $ECHO_C" >&6 14468 echo $ECHO_N "(cached) $ECHO_C" >&6
13921else 14469else
13922 14470
13923 cat >conftest.$ac_ext <<_ACEOF 14471 cat >conftest.$ac_ext <<_ACEOF
13924#line 13924 "configure" 14472#line 14472 "configure"
13925#include "confdefs.h" 14473#include "confdefs.h"
13926 14474
13927#include <getopt.h> 14475#include <getopt.h>
@@ -13935,16 +14483,16 @@ main ()
13935} 14483}
13936_ACEOF 14484_ACEOF
13937rm -f conftest.$ac_objext conftest$ac_exeext 14485rm -f conftest.$ac_objext conftest$ac_exeext
13938if { (eval echo "$as_me:13938: \"$ac_link\"") >&5 14486if { (eval echo "$as_me:14486: \"$ac_link\"") >&5
13939 (eval $ac_link) 2>&5 14487 (eval $ac_link) 2>&5
13940 ac_status=$? 14488 ac_status=$?
13941 echo "$as_me:13941: \$? = $ac_status" >&5 14489 echo "$as_me:14489: \$? = $ac_status" >&5
13942 (exit $ac_status); } && 14490 (exit $ac_status); } &&
13943 { ac_try='test -s conftest$ac_exeext' 14491 { ac_try='test -s conftest$ac_exeext'
13944 { (eval echo "$as_me:13944: \"$ac_try\"") >&5 14492 { (eval echo "$as_me:14492: \"$ac_try\"") >&5
13945 (eval $ac_try) 2>&5 14493 (eval $ac_try) 2>&5
13946 ac_status=$? 14494 ac_status=$?
13947 echo "$as_me:13947: \$? = $ac_status" >&5 14495 echo "$as_me:14495: \$? = $ac_status" >&5
13948 (exit $ac_status); }; }; then 14496 (exit $ac_status); }; }; then
13949 ac_cv_have_getopt_optreset="yes" 14497 ac_cv_have_getopt_optreset="yes"
13950else 14498else
@@ -13956,7 +14504,7 @@ fi
13956rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14504rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13957 14505
13958fi 14506fi
13959echo "$as_me:13959: result: $ac_cv_have_getopt_optreset" >&5 14507echo "$as_me:14507: result: $ac_cv_have_getopt_optreset" >&5
13960echo "${ECHO_T}$ac_cv_have_getopt_optreset" >&6 14508echo "${ECHO_T}$ac_cv_have_getopt_optreset" >&6
13961if test "x$ac_cv_have_getopt_optreset" = "xyes" ; then 14509if test "x$ac_cv_have_getopt_optreset" = "xyes" ; then
13962 cat >>confdefs.h <<\EOF 14510 cat >>confdefs.h <<\EOF
@@ -13965,14 +14513,14 @@ EOF
13965 14513
13966fi 14514fi
13967 14515
13968echo "$as_me:13968: checking if libc defines sys_errlist" >&5 14516echo "$as_me:14516: checking if libc defines sys_errlist" >&5
13969echo $ECHO_N "checking if libc defines sys_errlist... $ECHO_C" >&6 14517echo $ECHO_N "checking if libc defines sys_errlist... $ECHO_C" >&6
13970if test "${ac_cv_libc_defines_sys_errlist+set}" = set; then 14518if test "${ac_cv_libc_defines_sys_errlist+set}" = set; then
13971 echo $ECHO_N "(cached) $ECHO_C" >&6 14519 echo $ECHO_N "(cached) $ECHO_C" >&6
13972else 14520else
13973 14521
13974 cat >conftest.$ac_ext <<_ACEOF 14522 cat >conftest.$ac_ext <<_ACEOF
13975#line 13975 "configure" 14523#line 14523 "configure"
13976#include "confdefs.h" 14524#include "confdefs.h"
13977 14525
13978int 14526int
@@ -13984,16 +14532,16 @@ main ()
13984} 14532}
13985_ACEOF 14533_ACEOF
13986rm -f conftest.$ac_objext conftest$ac_exeext 14534rm -f conftest.$ac_objext conftest$ac_exeext
13987if { (eval echo "$as_me:13987: \"$ac_link\"") >&5 14535if { (eval echo "$as_me:14535: \"$ac_link\"") >&5
13988 (eval $ac_link) 2>&5 14536 (eval $ac_link) 2>&5
13989 ac_status=$? 14537 ac_status=$?
13990 echo "$as_me:13990: \$? = $ac_status" >&5 14538 echo "$as_me:14538: \$? = $ac_status" >&5
13991 (exit $ac_status); } && 14539 (exit $ac_status); } &&
13992 { ac_try='test -s conftest$ac_exeext' 14540 { ac_try='test -s conftest$ac_exeext'
13993 { (eval echo "$as_me:13993: \"$ac_try\"") >&5 14541 { (eval echo "$as_me:14541: \"$ac_try\"") >&5
13994 (eval $ac_try) 2>&5 14542 (eval $ac_try) 2>&5
13995 ac_status=$? 14543 ac_status=$?
13996 echo "$as_me:13996: \$? = $ac_status" >&5 14544 echo "$as_me:14544: \$? = $ac_status" >&5
13997 (exit $ac_status); }; }; then 14545 (exit $ac_status); }; }; then
13998 ac_cv_libc_defines_sys_errlist="yes" 14546 ac_cv_libc_defines_sys_errlist="yes"
13999else 14547else
@@ -14005,7 +14553,7 @@ fi
14005rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14553rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14006 14554
14007fi 14555fi
14008echo "$as_me:14008: result: $ac_cv_libc_defines_sys_errlist" >&5 14556echo "$as_me:14556: result: $ac_cv_libc_defines_sys_errlist" >&5
14009echo "${ECHO_T}$ac_cv_libc_defines_sys_errlist" >&6 14557echo "${ECHO_T}$ac_cv_libc_defines_sys_errlist" >&6
14010if test "x$ac_cv_libc_defines_sys_errlist" = "xyes" ; then 14558if test "x$ac_cv_libc_defines_sys_errlist" = "xyes" ; then
14011 cat >>confdefs.h <<\EOF 14559 cat >>confdefs.h <<\EOF
@@ -14014,14 +14562,14 @@ EOF
14014 14562
14015fi 14563fi
14016 14564
14017echo "$as_me:14017: checking if libc defines sys_nerr" >&5 14565echo "$as_me:14565: checking if libc defines sys_nerr" >&5
14018echo $ECHO_N "checking if libc defines sys_nerr... $ECHO_C" >&6 14566echo $ECHO_N "checking if libc defines sys_nerr... $ECHO_C" >&6
14019if test "${ac_cv_libc_defines_sys_nerr+set}" = set; then 14567if test "${ac_cv_libc_defines_sys_nerr+set}" = set; then
14020 echo $ECHO_N "(cached) $ECHO_C" >&6 14568 echo $ECHO_N "(cached) $ECHO_C" >&6
14021else 14569else
14022 14570
14023 cat >conftest.$ac_ext <<_ACEOF 14571 cat >conftest.$ac_ext <<_ACEOF
14024#line 14024 "configure" 14572#line 14572 "configure"
14025#include "confdefs.h" 14573#include "confdefs.h"
14026 14574
14027int 14575int
@@ -14033,16 +14581,16 @@ main ()
14033} 14581}
14034_ACEOF 14582_ACEOF
14035rm -f conftest.$ac_objext conftest$ac_exeext 14583rm -f conftest.$ac_objext conftest$ac_exeext
14036if { (eval echo "$as_me:14036: \"$ac_link\"") >&5 14584if { (eval echo "$as_me:14584: \"$ac_link\"") >&5
14037 (eval $ac_link) 2>&5 14585 (eval $ac_link) 2>&5
14038 ac_status=$? 14586 ac_status=$?
14039 echo "$as_me:14039: \$? = $ac_status" >&5 14587 echo "$as_me:14587: \$? = $ac_status" >&5
14040 (exit $ac_status); } && 14588 (exit $ac_status); } &&
14041 { ac_try='test -s conftest$ac_exeext' 14589 { ac_try='test -s conftest$ac_exeext'
14042 { (eval echo "$as_me:14042: \"$ac_try\"") >&5 14590 { (eval echo "$as_me:14590: \"$ac_try\"") >&5
14043 (eval $ac_try) 2>&5 14591 (eval $ac_try) 2>&5
14044 ac_status=$? 14592 ac_status=$?
14045 echo "$as_me:14045: \$? = $ac_status" >&5 14593 echo "$as_me:14593: \$? = $ac_status" >&5
14046 (exit $ac_status); }; }; then 14594 (exit $ac_status); }; }; then
14047 ac_cv_libc_defines_sys_nerr="yes" 14595 ac_cv_libc_defines_sys_nerr="yes"
14048else 14596else
@@ -14054,7 +14602,7 @@ fi
14054rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14602rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14055 14603
14056fi 14604fi
14057echo "$as_me:14057: result: $ac_cv_libc_defines_sys_nerr" >&5 14605echo "$as_me:14605: result: $ac_cv_libc_defines_sys_nerr" >&5
14058echo "${ECHO_T}$ac_cv_libc_defines_sys_nerr" >&6 14606echo "${ECHO_T}$ac_cv_libc_defines_sys_nerr" >&6
14059if test "x$ac_cv_libc_defines_sys_nerr" = "xyes" ; then 14607if test "x$ac_cv_libc_defines_sys_nerr" = "xyes" ; then
14060 cat >>confdefs.h <<\EOF 14608 cat >>confdefs.h <<\EOF
@@ -14085,23 +14633,23 @@ if test "${with_sectok+set}" = set; then
14085for ac_header in sectok.h 14633for ac_header in sectok.h
14086do 14634do
14087as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 14635as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14088echo "$as_me:14088: checking for $ac_header" >&5 14636echo "$as_me:14636: checking for $ac_header" >&5
14089echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 14637echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14090if eval "test \"\${$as_ac_Header+set}\" = set"; then 14638if eval "test \"\${$as_ac_Header+set}\" = set"; then
14091 echo $ECHO_N "(cached) $ECHO_C" >&6 14639 echo $ECHO_N "(cached) $ECHO_C" >&6
14092else 14640else
14093 cat >conftest.$ac_ext <<_ACEOF 14641 cat >conftest.$ac_ext <<_ACEOF
14094#line 14094 "configure" 14642#line 14642 "configure"
14095#include "confdefs.h" 14643#include "confdefs.h"
14096#include <$ac_header> 14644#include <$ac_header>
14097_ACEOF 14645_ACEOF
14098if { (eval echo "$as_me:14098: \"$ac_cpp conftest.$ac_ext\"") >&5 14646if { (eval echo "$as_me:14646: \"$ac_cpp conftest.$ac_ext\"") >&5
14099 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 14647 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14100 ac_status=$? 14648 ac_status=$?
14101 egrep -v '^ *\+' conftest.er1 >conftest.err 14649 egrep -v '^ *\+' conftest.er1 >conftest.err
14102 rm -f conftest.er1 14650 rm -f conftest.er1
14103 cat conftest.err >&5 14651 cat conftest.err >&5
14104 echo "$as_me:14104: \$? = $ac_status" >&5 14652 echo "$as_me:14652: \$? = $ac_status" >&5
14105 (exit $ac_status); } >/dev/null; then 14653 (exit $ac_status); } >/dev/null; then
14106 if test -s conftest.err; then 14654 if test -s conftest.err; then
14107 ac_cpp_err=$ac_c_preproc_warn_flag 14655 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -14120,7 +14668,7 @@ else
14120fi 14668fi
14121rm -f conftest.err conftest.$ac_ext 14669rm -f conftest.err conftest.$ac_ext
14122fi 14670fi
14123echo "$as_me:14123: result: `eval echo '${'$as_ac_Header'}'`" >&5 14671echo "$as_me:14671: result: `eval echo '${'$as_ac_Header'}'`" >&5
14124echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 14672echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14125if test `eval echo '${'$as_ac_Header'}'` = yes; then 14673if test `eval echo '${'$as_ac_Header'}'` = yes; then
14126 cat >>confdefs.h <<EOF 14674 cat >>confdefs.h <<EOF
@@ -14131,12 +14679,12 @@ fi
14131done 14679done
14132 14680
14133 if test "$ac_cv_header_sectok_h" != yes; then 14681 if test "$ac_cv_header_sectok_h" != yes; then
14134 { { echo "$as_me:14134: error: Can't find sectok.h" >&5 14682 { { echo "$as_me:14682: error: Can't find sectok.h" >&5
14135echo "$as_me: error: Can't find sectok.h" >&2;} 14683echo "$as_me: error: Can't find sectok.h" >&2;}
14136 { (exit 1); exit 1; }; } 14684 { (exit 1); exit 1; }; }
14137 fi 14685 fi
14138 14686
14139echo "$as_me:14139: checking for sectok_open in -lsectok" >&5 14687echo "$as_me:14687: checking for sectok_open in -lsectok" >&5
14140echo $ECHO_N "checking for sectok_open in -lsectok... $ECHO_C" >&6 14688echo $ECHO_N "checking for sectok_open in -lsectok... $ECHO_C" >&6
14141if test "${ac_cv_lib_sectok_sectok_open+set}" = set; then 14689if test "${ac_cv_lib_sectok_sectok_open+set}" = set; then
14142 echo $ECHO_N "(cached) $ECHO_C" >&6 14690 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14144,7 +14692,7 @@ else
14144 ac_check_lib_save_LIBS=$LIBS 14692 ac_check_lib_save_LIBS=$LIBS
14145LIBS="-lsectok $LIBS" 14693LIBS="-lsectok $LIBS"
14146cat >conftest.$ac_ext <<_ACEOF 14694cat >conftest.$ac_ext <<_ACEOF
14147#line 14147 "configure" 14695#line 14695 "configure"
14148#include "confdefs.h" 14696#include "confdefs.h"
14149 14697
14150/* Override any gcc2 internal prototype to avoid an error. */ 14698/* Override any gcc2 internal prototype to avoid an error. */
@@ -14163,16 +14711,16 @@ sectok_open ();
14163} 14711}
14164_ACEOF 14712_ACEOF
14165rm -f conftest.$ac_objext conftest$ac_exeext 14713rm -f conftest.$ac_objext conftest$ac_exeext
14166if { (eval echo "$as_me:14166: \"$ac_link\"") >&5 14714if { (eval echo "$as_me:14714: \"$ac_link\"") >&5
14167 (eval $ac_link) 2>&5 14715 (eval $ac_link) 2>&5
14168 ac_status=$? 14716 ac_status=$?
14169 echo "$as_me:14169: \$? = $ac_status" >&5 14717 echo "$as_me:14717: \$? = $ac_status" >&5
14170 (exit $ac_status); } && 14718 (exit $ac_status); } &&
14171 { ac_try='test -s conftest$ac_exeext' 14719 { ac_try='test -s conftest$ac_exeext'
14172 { (eval echo "$as_me:14172: \"$ac_try\"") >&5 14720 { (eval echo "$as_me:14720: \"$ac_try\"") >&5
14173 (eval $ac_try) 2>&5 14721 (eval $ac_try) 2>&5
14174 ac_status=$? 14722 ac_status=$?
14175 echo "$as_me:14175: \$? = $ac_status" >&5 14723 echo "$as_me:14723: \$? = $ac_status" >&5
14176 (exit $ac_status); }; }; then 14724 (exit $ac_status); }; }; then
14177 ac_cv_lib_sectok_sectok_open=yes 14725 ac_cv_lib_sectok_sectok_open=yes
14178else 14726else
@@ -14183,7 +14731,7 @@ fi
14183rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14731rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14184LIBS=$ac_check_lib_save_LIBS 14732LIBS=$ac_check_lib_save_LIBS
14185fi 14733fi
14186echo "$as_me:14186: result: $ac_cv_lib_sectok_sectok_open" >&5 14734echo "$as_me:14734: result: $ac_cv_lib_sectok_sectok_open" >&5
14187echo "${ECHO_T}$ac_cv_lib_sectok_sectok_open" >&6 14735echo "${ECHO_T}$ac_cv_lib_sectok_sectok_open" >&6
14188if test $ac_cv_lib_sectok_sectok_open = yes; then 14736if test $ac_cv_lib_sectok_sectok_open = yes; then
14189 cat >>confdefs.h <<EOF 14737 cat >>confdefs.h <<EOF
@@ -14195,7 +14743,7 @@ EOF
14195fi 14743fi
14196 14744
14197 if test "$ac_cv_lib_sectok_sectok_open" != yes; then 14745 if test "$ac_cv_lib_sectok_sectok_open" != yes; then
14198 { { echo "$as_me:14198: error: Can't find libsectok" >&5 14746 { { echo "$as_me:14746: error: Can't find libsectok" >&5
14199echo "$as_me: error: Can't find libsectok" >&2;} 14747echo "$as_me: error: Can't find libsectok" >&2;}
14200 { (exit 1); exit 1; }; } 14748 { (exit 1); exit 1; }; }
14201 fi 14749 fi
@@ -14225,7 +14773,7 @@ if test x$opensc_config_prefix != x ; then
14225 OPENSC_CONFIG=$opensc_config_prefix/bin/opensc-config 14773 OPENSC_CONFIG=$opensc_config_prefix/bin/opensc-config
14226 # Extract the first word of "opensc-config", so it can be a program name with args. 14774 # Extract the first word of "opensc-config", so it can be a program name with args.
14227set dummy opensc-config; ac_word=$2 14775set dummy opensc-config; ac_word=$2
14228echo "$as_me:14228: checking for $ac_word" >&5 14776echo "$as_me:14776: checking for $ac_word" >&5
14229echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 14777echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14230if test "${ac_cv_path_OPENSC_CONFIG+set}" = set; then 14778if test "${ac_cv_path_OPENSC_CONFIG+set}" = set; then
14231 echo $ECHO_N "(cached) $ECHO_C" >&6 14779 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14242,7 +14790,7 @@ for ac_dir in $ac_dummy; do
14242 test -z "$ac_dir" && ac_dir=. 14790 test -z "$ac_dir" && ac_dir=.
14243 if $as_executable_p "$ac_dir/$ac_word"; then 14791 if $as_executable_p "$ac_dir/$ac_word"; then
14244 ac_cv_path_OPENSC_CONFIG="$ac_dir/$ac_word" 14792 ac_cv_path_OPENSC_CONFIG="$ac_dir/$ac_word"
14245 echo "$as_me:14245: found $ac_dir/$ac_word" >&5 14793 echo "$as_me:14793: found $ac_dir/$ac_word" >&5
14246 break 14794 break
14247fi 14795fi
14248done 14796done
@@ -14254,10 +14802,10 @@ fi
14254OPENSC_CONFIG=$ac_cv_path_OPENSC_CONFIG 14802OPENSC_CONFIG=$ac_cv_path_OPENSC_CONFIG
14255 14803
14256if test -n "$OPENSC_CONFIG"; then 14804if test -n "$OPENSC_CONFIG"; then
14257 echo "$as_me:14257: result: $OPENSC_CONFIG" >&5 14805 echo "$as_me:14805: result: $OPENSC_CONFIG" >&5
14258echo "${ECHO_T}$OPENSC_CONFIG" >&6 14806echo "${ECHO_T}$OPENSC_CONFIG" >&6
14259else 14807else
14260 echo "$as_me:14260: result: no" >&5 14808 echo "$as_me:14808: result: no" >&5
14261echo "${ECHO_T}no" >&6 14809echo "${ECHO_T}no" >&6
14262fi 14810fi
14263 14811
@@ -14278,20 +14826,8 @@ EOF
14278 fi 14826 fi
14279fi 14827fi
14280 14828
14281# Check whether user wants DNS support 14829# Check libraries needed by DNS fingerprint support
14282DNS_MSG="no" 14830echo "$as_me:14830: checking for library containing getrrsetbyname" >&5
14283
14284# Check whether --with-dns or --without-dns was given.
14285if test "${with_dns+set}" = set; then
14286 withval="$with_dns"
14287
14288 if test "x$withval" != "xno" ; then
14289 DNS_MSG="yes"
14290 cat >>confdefs.h <<\EOF
14291#define DNS 1
14292EOF
14293
14294 echo "$as_me:14294: checking for library containing getrrsetbyname" >&5
14295echo $ECHO_N "checking for library containing getrrsetbyname... $ECHO_C" >&6 14831echo $ECHO_N "checking for library containing getrrsetbyname... $ECHO_C" >&6
14296if test "${ac_cv_search_getrrsetbyname+set}" = set; then 14832if test "${ac_cv_search_getrrsetbyname+set}" = set; then
14297 echo $ECHO_N "(cached) $ECHO_C" >&6 14833 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14299,7 +14835,7 @@ else
14299 ac_func_search_save_LIBS=$LIBS 14835 ac_func_search_save_LIBS=$LIBS
14300ac_cv_search_getrrsetbyname=no 14836ac_cv_search_getrrsetbyname=no
14301cat >conftest.$ac_ext <<_ACEOF 14837cat >conftest.$ac_ext <<_ACEOF
14302#line 14302 "configure" 14838#line 14838 "configure"
14303#include "confdefs.h" 14839#include "confdefs.h"
14304 14840
14305/* Override any gcc2 internal prototype to avoid an error. */ 14841/* Override any gcc2 internal prototype to avoid an error. */
@@ -14318,16 +14854,16 @@ getrrsetbyname ();
14318} 14854}
14319_ACEOF 14855_ACEOF
14320rm -f conftest.$ac_objext conftest$ac_exeext 14856rm -f conftest.$ac_objext conftest$ac_exeext
14321if { (eval echo "$as_me:14321: \"$ac_link\"") >&5 14857if { (eval echo "$as_me:14857: \"$ac_link\"") >&5
14322 (eval $ac_link) 2>&5 14858 (eval $ac_link) 2>&5
14323 ac_status=$? 14859 ac_status=$?
14324 echo "$as_me:14324: \$? = $ac_status" >&5 14860 echo "$as_me:14860: \$? = $ac_status" >&5
14325 (exit $ac_status); } && 14861 (exit $ac_status); } &&
14326 { ac_try='test -s conftest$ac_exeext' 14862 { ac_try='test -s conftest$ac_exeext'
14327 { (eval echo "$as_me:14327: \"$ac_try\"") >&5 14863 { (eval echo "$as_me:14863: \"$ac_try\"") >&5
14328 (eval $ac_try) 2>&5 14864 (eval $ac_try) 2>&5
14329 ac_status=$? 14865 ac_status=$?
14330 echo "$as_me:14330: \$? = $ac_status" >&5 14866 echo "$as_me:14866: \$? = $ac_status" >&5
14331 (exit $ac_status); }; }; then 14867 (exit $ac_status); }; }; then
14332 ac_cv_search_getrrsetbyname="none required" 14868 ac_cv_search_getrrsetbyname="none required"
14333else 14869else
@@ -14339,7 +14875,7 @@ if test "$ac_cv_search_getrrsetbyname" = no; then
14339 for ac_lib in resolv; do 14875 for ac_lib in resolv; do
14340 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 14876 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14341 cat >conftest.$ac_ext <<_ACEOF 14877 cat >conftest.$ac_ext <<_ACEOF
14342#line 14342 "configure" 14878#line 14878 "configure"
14343#include "confdefs.h" 14879#include "confdefs.h"
14344 14880
14345/* Override any gcc2 internal prototype to avoid an error. */ 14881/* Override any gcc2 internal prototype to avoid an error. */
@@ -14358,16 +14894,16 @@ getrrsetbyname ();
14358} 14894}
14359_ACEOF 14895_ACEOF
14360rm -f conftest.$ac_objext conftest$ac_exeext 14896rm -f conftest.$ac_objext conftest$ac_exeext
14361if { (eval echo "$as_me:14361: \"$ac_link\"") >&5 14897if { (eval echo "$as_me:14897: \"$ac_link\"") >&5
14362 (eval $ac_link) 2>&5 14898 (eval $ac_link) 2>&5
14363 ac_status=$? 14899 ac_status=$?
14364 echo "$as_me:14364: \$? = $ac_status" >&5 14900 echo "$as_me:14900: \$? = $ac_status" >&5
14365 (exit $ac_status); } && 14901 (exit $ac_status); } &&
14366 { ac_try='test -s conftest$ac_exeext' 14902 { ac_try='test -s conftest$ac_exeext'
14367 { (eval echo "$as_me:14367: \"$ac_try\"") >&5 14903 { (eval echo "$as_me:14903: \"$ac_try\"") >&5
14368 (eval $ac_try) 2>&5 14904 (eval $ac_try) 2>&5
14369 ac_status=$? 14905 ac_status=$?
14370 echo "$as_me:14370: \$? = $ac_status" >&5 14906 echo "$as_me:14906: \$? = $ac_status" >&5
14371 (exit $ac_status); }; }; then 14907 (exit $ac_status); }; }; then
14372 ac_cv_search_getrrsetbyname="-l$ac_lib" 14908 ac_cv_search_getrrsetbyname="-l$ac_lib"
14373break 14909break
@@ -14380,7 +14916,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14380fi 14916fi
14381LIBS=$ac_func_search_save_LIBS 14917LIBS=$ac_func_search_save_LIBS
14382fi 14918fi
14383echo "$as_me:14383: result: $ac_cv_search_getrrsetbyname" >&5 14919echo "$as_me:14919: result: $ac_cv_search_getrrsetbyname" >&5
14384echo "${ECHO_T}$ac_cv_search_getrrsetbyname" >&6 14920echo "${ECHO_T}$ac_cv_search_getrrsetbyname" >&6
14385if test "$ac_cv_search_getrrsetbyname" != no; then 14921if test "$ac_cv_search_getrrsetbyname" != no; then
14386 test "$ac_cv_search_getrrsetbyname" = "none required" || LIBS="$ac_cv_search_getrrsetbyname $LIBS" 14922 test "$ac_cv_search_getrrsetbyname" = "none required" || LIBS="$ac_cv_search_getrrsetbyname $LIBS"
@@ -14390,8 +14926,8 @@ EOF
14390 14926
14391else 14927else
14392 14928
14393 # Needed by our getrrsetbyname() 14929 # Needed by our getrrsetbyname()
14394 echo "$as_me:14394: checking for library containing res_query" >&5 14930 echo "$as_me:14930: checking for library containing res_query" >&5
14395echo $ECHO_N "checking for library containing res_query... $ECHO_C" >&6 14931echo $ECHO_N "checking for library containing res_query... $ECHO_C" >&6
14396if test "${ac_cv_search_res_query+set}" = set; then 14932if test "${ac_cv_search_res_query+set}" = set; then
14397 echo $ECHO_N "(cached) $ECHO_C" >&6 14933 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14399,7 +14935,7 @@ else
14399 ac_func_search_save_LIBS=$LIBS 14935 ac_func_search_save_LIBS=$LIBS
14400ac_cv_search_res_query=no 14936ac_cv_search_res_query=no
14401cat >conftest.$ac_ext <<_ACEOF 14937cat >conftest.$ac_ext <<_ACEOF
14402#line 14402 "configure" 14938#line 14938 "configure"
14403#include "confdefs.h" 14939#include "confdefs.h"
14404 14940
14405/* Override any gcc2 internal prototype to avoid an error. */ 14941/* Override any gcc2 internal prototype to avoid an error. */
@@ -14418,16 +14954,16 @@ res_query ();
14418} 14954}
14419_ACEOF 14955_ACEOF
14420rm -f conftest.$ac_objext conftest$ac_exeext 14956rm -f conftest.$ac_objext conftest$ac_exeext
14421if { (eval echo "$as_me:14421: \"$ac_link\"") >&5 14957if { (eval echo "$as_me:14957: \"$ac_link\"") >&5
14422 (eval $ac_link) 2>&5 14958 (eval $ac_link) 2>&5
14423 ac_status=$? 14959 ac_status=$?
14424 echo "$as_me:14424: \$? = $ac_status" >&5 14960 echo "$as_me:14960: \$? = $ac_status" >&5
14425 (exit $ac_status); } && 14961 (exit $ac_status); } &&
14426 { ac_try='test -s conftest$ac_exeext' 14962 { ac_try='test -s conftest$ac_exeext'
14427 { (eval echo "$as_me:14427: \"$ac_try\"") >&5 14963 { (eval echo "$as_me:14963: \"$ac_try\"") >&5
14428 (eval $ac_try) 2>&5 14964 (eval $ac_try) 2>&5
14429 ac_status=$? 14965 ac_status=$?
14430 echo "$as_me:14430: \$? = $ac_status" >&5 14966 echo "$as_me:14966: \$? = $ac_status" >&5
14431 (exit $ac_status); }; }; then 14967 (exit $ac_status); }; }; then
14432 ac_cv_search_res_query="none required" 14968 ac_cv_search_res_query="none required"
14433else 14969else
@@ -14439,7 +14975,7 @@ if test "$ac_cv_search_res_query" = no; then
14439 for ac_lib in resolv; do 14975 for ac_lib in resolv; do
14440 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 14976 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14441 cat >conftest.$ac_ext <<_ACEOF 14977 cat >conftest.$ac_ext <<_ACEOF
14442#line 14442 "configure" 14978#line 14978 "configure"
14443#include "confdefs.h" 14979#include "confdefs.h"
14444 14980
14445/* Override any gcc2 internal prototype to avoid an error. */ 14981/* Override any gcc2 internal prototype to avoid an error. */
@@ -14458,16 +14994,16 @@ res_query ();
14458} 14994}
14459_ACEOF 14995_ACEOF
14460rm -f conftest.$ac_objext conftest$ac_exeext 14996rm -f conftest.$ac_objext conftest$ac_exeext
14461if { (eval echo "$as_me:14461: \"$ac_link\"") >&5 14997if { (eval echo "$as_me:14997: \"$ac_link\"") >&5
14462 (eval $ac_link) 2>&5 14998 (eval $ac_link) 2>&5
14463 ac_status=$? 14999 ac_status=$?
14464 echo "$as_me:14464: \$? = $ac_status" >&5 15000 echo "$as_me:15000: \$? = $ac_status" >&5
14465 (exit $ac_status); } && 15001 (exit $ac_status); } &&
14466 { ac_try='test -s conftest$ac_exeext' 15002 { ac_try='test -s conftest$ac_exeext'
14467 { (eval echo "$as_me:14467: \"$ac_try\"") >&5 15003 { (eval echo "$as_me:15003: \"$ac_try\"") >&5
14468 (eval $ac_try) 2>&5 15004 (eval $ac_try) 2>&5
14469 ac_status=$? 15005 ac_status=$?
14470 echo "$as_me:14470: \$? = $ac_status" >&5 15006 echo "$as_me:15006: \$? = $ac_status" >&5
14471 (exit $ac_status); }; }; then 15007 (exit $ac_status); }; }; then
14472 ac_cv_search_res_query="-l$ac_lib" 15008 ac_cv_search_res_query="-l$ac_lib"
14473break 15009break
@@ -14480,14 +15016,14 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14480fi 15016fi
14481LIBS=$ac_func_search_save_LIBS 15017LIBS=$ac_func_search_save_LIBS
14482fi 15018fi
14483echo "$as_me:14483: result: $ac_cv_search_res_query" >&5 15019echo "$as_me:15019: result: $ac_cv_search_res_query" >&5
14484echo "${ECHO_T}$ac_cv_search_res_query" >&6 15020echo "${ECHO_T}$ac_cv_search_res_query" >&6
14485if test "$ac_cv_search_res_query" != no; then 15021if test "$ac_cv_search_res_query" != no; then
14486 test "$ac_cv_search_res_query" = "none required" || LIBS="$ac_cv_search_res_query $LIBS" 15022 test "$ac_cv_search_res_query" = "none required" || LIBS="$ac_cv_search_res_query $LIBS"
14487 15023
14488fi 15024fi
14489 15025
14490 echo "$as_me:14490: checking for library containing dn_expand" >&5 15026 echo "$as_me:15026: checking for library containing dn_expand" >&5
14491echo $ECHO_N "checking for library containing dn_expand... $ECHO_C" >&6 15027echo $ECHO_N "checking for library containing dn_expand... $ECHO_C" >&6
14492if test "${ac_cv_search_dn_expand+set}" = set; then 15028if test "${ac_cv_search_dn_expand+set}" = set; then
14493 echo $ECHO_N "(cached) $ECHO_C" >&6 15029 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14495,7 +15031,7 @@ else
14495 ac_func_search_save_LIBS=$LIBS 15031 ac_func_search_save_LIBS=$LIBS
14496ac_cv_search_dn_expand=no 15032ac_cv_search_dn_expand=no
14497cat >conftest.$ac_ext <<_ACEOF 15033cat >conftest.$ac_ext <<_ACEOF
14498#line 14498 "configure" 15034#line 15034 "configure"
14499#include "confdefs.h" 15035#include "confdefs.h"
14500 15036
14501/* Override any gcc2 internal prototype to avoid an error. */ 15037/* Override any gcc2 internal prototype to avoid an error. */
@@ -14514,16 +15050,16 @@ dn_expand ();
14514} 15050}
14515_ACEOF 15051_ACEOF
14516rm -f conftest.$ac_objext conftest$ac_exeext 15052rm -f conftest.$ac_objext conftest$ac_exeext
14517if { (eval echo "$as_me:14517: \"$ac_link\"") >&5 15053if { (eval echo "$as_me:15053: \"$ac_link\"") >&5
14518 (eval $ac_link) 2>&5 15054 (eval $ac_link) 2>&5
14519 ac_status=$? 15055 ac_status=$?
14520 echo "$as_me:14520: \$? = $ac_status" >&5 15056 echo "$as_me:15056: \$? = $ac_status" >&5
14521 (exit $ac_status); } && 15057 (exit $ac_status); } &&
14522 { ac_try='test -s conftest$ac_exeext' 15058 { ac_try='test -s conftest$ac_exeext'
14523 { (eval echo "$as_me:14523: \"$ac_try\"") >&5 15059 { (eval echo "$as_me:15059: \"$ac_try\"") >&5
14524 (eval $ac_try) 2>&5 15060 (eval $ac_try) 2>&5
14525 ac_status=$? 15061 ac_status=$?
14526 echo "$as_me:14526: \$? = $ac_status" >&5 15062 echo "$as_me:15062: \$? = $ac_status" >&5
14527 (exit $ac_status); }; }; then 15063 (exit $ac_status); }; }; then
14528 ac_cv_search_dn_expand="none required" 15064 ac_cv_search_dn_expand="none required"
14529else 15065else
@@ -14535,7 +15071,7 @@ if test "$ac_cv_search_dn_expand" = no; then
14535 for ac_lib in resolv; do 15071 for ac_lib in resolv; do
14536 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 15072 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14537 cat >conftest.$ac_ext <<_ACEOF 15073 cat >conftest.$ac_ext <<_ACEOF
14538#line 14538 "configure" 15074#line 15074 "configure"
14539#include "confdefs.h" 15075#include "confdefs.h"
14540 15076
14541/* Override any gcc2 internal prototype to avoid an error. */ 15077/* Override any gcc2 internal prototype to avoid an error. */
@@ -14554,16 +15090,16 @@ dn_expand ();
14554} 15090}
14555_ACEOF 15091_ACEOF
14556rm -f conftest.$ac_objext conftest$ac_exeext 15092rm -f conftest.$ac_objext conftest$ac_exeext
14557if { (eval echo "$as_me:14557: \"$ac_link\"") >&5 15093if { (eval echo "$as_me:15093: \"$ac_link\"") >&5
14558 (eval $ac_link) 2>&5 15094 (eval $ac_link) 2>&5
14559 ac_status=$? 15095 ac_status=$?
14560 echo "$as_me:14560: \$? = $ac_status" >&5 15096 echo "$as_me:15096: \$? = $ac_status" >&5
14561 (exit $ac_status); } && 15097 (exit $ac_status); } &&
14562 { ac_try='test -s conftest$ac_exeext' 15098 { ac_try='test -s conftest$ac_exeext'
14563 { (eval echo "$as_me:14563: \"$ac_try\"") >&5 15099 { (eval echo "$as_me:15099: \"$ac_try\"") >&5
14564 (eval $ac_try) 2>&5 15100 (eval $ac_try) 2>&5
14565 ac_status=$? 15101 ac_status=$?
14566 echo "$as_me:14566: \$? = $ac_status" >&5 15102 echo "$as_me:15102: \$? = $ac_status" >&5
14567 (exit $ac_status); }; }; then 15103 (exit $ac_status); }; }; then
14568 ac_cv_search_dn_expand="-l$ac_lib" 15104 ac_cv_search_dn_expand="-l$ac_lib"
14569break 15105break
@@ -14576,7 +15112,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14576fi 15112fi
14577LIBS=$ac_func_search_save_LIBS 15113LIBS=$ac_func_search_save_LIBS
14578fi 15114fi
14579echo "$as_me:14579: result: $ac_cv_search_dn_expand" >&5 15115echo "$as_me:15115: result: $ac_cv_search_dn_expand" >&5
14580echo "${ECHO_T}$ac_cv_search_dn_expand" >&6 15116echo "${ECHO_T}$ac_cv_search_dn_expand" >&6
14581if test "$ac_cv_search_dn_expand" != no; then 15117if test "$ac_cv_search_dn_expand" != no; then
14582 test "$ac_cv_search_dn_expand" = "none required" || LIBS="$ac_cv_search_dn_expand $LIBS" 15118 test "$ac_cv_search_dn_expand" = "none required" || LIBS="$ac_cv_search_dn_expand $LIBS"
@@ -14586,13 +15122,13 @@ fi
14586for ac_func in _getshort _getlong 15122for ac_func in _getshort _getlong
14587do 15123do
14588as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 15124as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14589echo "$as_me:14589: checking for $ac_func" >&5 15125echo "$as_me:15125: checking for $ac_func" >&5
14590echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 15126echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14591if eval "test \"\${$as_ac_var+set}\" = set"; then 15127if eval "test \"\${$as_ac_var+set}\" = set"; then
14592 echo $ECHO_N "(cached) $ECHO_C" >&6 15128 echo $ECHO_N "(cached) $ECHO_C" >&6
14593else 15129else
14594 cat >conftest.$ac_ext <<_ACEOF 15130 cat >conftest.$ac_ext <<_ACEOF
14595#line 14595 "configure" 15131#line 15131 "configure"
14596#include "confdefs.h" 15132#include "confdefs.h"
14597/* System header to define __stub macros and hopefully few prototypes, 15133/* System header to define __stub macros and hopefully few prototypes,
14598 which can conflict with char $ac_func (); below. */ 15134 which can conflict with char $ac_func (); below. */
@@ -14623,16 +15159,16 @@ f = $ac_func;
14623} 15159}
14624_ACEOF 15160_ACEOF
14625rm -f conftest.$ac_objext conftest$ac_exeext 15161rm -f conftest.$ac_objext conftest$ac_exeext
14626if { (eval echo "$as_me:14626: \"$ac_link\"") >&5 15162if { (eval echo "$as_me:15162: \"$ac_link\"") >&5
14627 (eval $ac_link) 2>&5 15163 (eval $ac_link) 2>&5
14628 ac_status=$? 15164 ac_status=$?
14629 echo "$as_me:14629: \$? = $ac_status" >&5 15165 echo "$as_me:15165: \$? = $ac_status" >&5
14630 (exit $ac_status); } && 15166 (exit $ac_status); } &&
14631 { ac_try='test -s conftest$ac_exeext' 15167 { ac_try='test -s conftest$ac_exeext'
14632 { (eval echo "$as_me:14632: \"$ac_try\"") >&5 15168 { (eval echo "$as_me:15168: \"$ac_try\"") >&5
14633 (eval $ac_try) 2>&5 15169 (eval $ac_try) 2>&5
14634 ac_status=$? 15170 ac_status=$?
14635 echo "$as_me:14635: \$? = $ac_status" >&5 15171 echo "$as_me:15171: \$? = $ac_status" >&5
14636 (exit $ac_status); }; }; then 15172 (exit $ac_status); }; }; then
14637 eval "$as_ac_var=yes" 15173 eval "$as_ac_var=yes"
14638else 15174else
@@ -14642,7 +15178,7 @@ eval "$as_ac_var=no"
14642fi 15178fi
14643rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 15179rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14644fi 15180fi
14645echo "$as_me:14645: result: `eval echo '${'$as_ac_var'}'`" >&5 15181echo "$as_me:15181: result: `eval echo '${'$as_ac_var'}'`" >&5
14646echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 15182echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14647if test `eval echo '${'$as_ac_var'}'` = yes; then 15183if test `eval echo '${'$as_ac_var'}'` = yes; then
14648 cat >>confdefs.h <<EOF 15184 cat >>confdefs.h <<EOF
@@ -14652,13 +15188,13 @@ EOF
14652fi 15188fi
14653done 15189done
14654 15190
14655 echo "$as_me:14655: checking for HEADER.ad" >&5 15191 echo "$as_me:15191: checking for HEADER.ad" >&5
14656echo $ECHO_N "checking for HEADER.ad... $ECHO_C" >&6 15192echo $ECHO_N "checking for HEADER.ad... $ECHO_C" >&6
14657if test "${ac_cv_member_HEADER_ad+set}" = set; then 15193if test "${ac_cv_member_HEADER_ad+set}" = set; then
14658 echo $ECHO_N "(cached) $ECHO_C" >&6 15194 echo $ECHO_N "(cached) $ECHO_C" >&6
14659else 15195else
14660 cat >conftest.$ac_ext <<_ACEOF 15196 cat >conftest.$ac_ext <<_ACEOF
14661#line 14661 "configure" 15197#line 15197 "configure"
14662#include "confdefs.h" 15198#include "confdefs.h"
14663#include <arpa/nameser.h> 15199#include <arpa/nameser.h>
14664 15200
@@ -14673,16 +15209,16 @@ return 0;
14673} 15209}
14674_ACEOF 15210_ACEOF
14675rm -f conftest.$ac_objext 15211rm -f conftest.$ac_objext
14676if { (eval echo "$as_me:14676: \"$ac_compile\"") >&5 15212if { (eval echo "$as_me:15212: \"$ac_compile\"") >&5
14677 (eval $ac_compile) 2>&5 15213 (eval $ac_compile) 2>&5
14678 ac_status=$? 15214 ac_status=$?
14679 echo "$as_me:14679: \$? = $ac_status" >&5 15215 echo "$as_me:15215: \$? = $ac_status" >&5
14680 (exit $ac_status); } && 15216 (exit $ac_status); } &&
14681 { ac_try='test -s conftest.$ac_objext' 15217 { ac_try='test -s conftest.$ac_objext'
14682 { (eval echo "$as_me:14682: \"$ac_try\"") >&5 15218 { (eval echo "$as_me:15218: \"$ac_try\"") >&5
14683 (eval $ac_try) 2>&5 15219 (eval $ac_try) 2>&5
14684 ac_status=$? 15220 ac_status=$?
14685 echo "$as_me:14685: \$? = $ac_status" >&5 15221 echo "$as_me:15221: \$? = $ac_status" >&5
14686 (exit $ac_status); }; }; then 15222 (exit $ac_status); }; }; then
14687 ac_cv_member_HEADER_ad=yes 15223 ac_cv_member_HEADER_ad=yes
14688else 15224else
@@ -14692,7 +15228,7 @@ ac_cv_member_HEADER_ad=no
14692fi 15228fi
14693rm -f conftest.$ac_objext conftest.$ac_ext 15229rm -f conftest.$ac_objext conftest.$ac_ext
14694fi 15230fi
14695echo "$as_me:14695: result: $ac_cv_member_HEADER_ad" >&5 15231echo "$as_me:15231: result: $ac_cv_member_HEADER_ad" >&5
14696echo "${ECHO_T}$ac_cv_member_HEADER_ad" >&6 15232echo "${ECHO_T}$ac_cv_member_HEADER_ad" >&6
14697if test $ac_cv_member_HEADER_ad = yes; then 15233if test $ac_cv_member_HEADER_ad = yes; then
14698 cat >>confdefs.h <<\EOF 15234 cat >>confdefs.h <<\EOF
@@ -14703,34 +15239,99 @@ fi
14703 15239
14704fi 15240fi
14705 15241
14706 fi
14707
14708fi;
14709
14710# Check whether user wants Kerberos 5 support 15242# Check whether user wants Kerberos 5 support
14711KRB5_MSG="no" 15243KRB5_MSG="no"
14712 15244
14713# Check whether --with-kerberos5 or --without-kerberos5 was given. 15245# Check whether --with-kerberos5 or --without-kerberos5 was given.
14714if test "${with_kerberos5+set}" = set; then 15246if test "${with_kerberos5+set}" = set; then
14715 withval="$with_kerberos5" 15247 withval="$with_kerberos5"
15248 if test "x$withval" != "xno" ; then
15249 if test "x$withval" = "xyes" ; then
15250 KRB5ROOT="/usr/local"
15251 else
15252 KRB5ROOT=${withval}
15253 fi
14716 15254
14717 if test "x$withval" != "xno" ; then 15255 cat >>confdefs.h <<\EOF
14718 if test "x$withval" = "xyes" ; then
14719 KRB5ROOT="/usr/local"
14720 else
14721 KRB5ROOT=${withval}
14722 fi
14723 CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include"
14724 LDFLAGS="$LDFLAGS -L${KRB5ROOT}/lib"
14725 cat >>confdefs.h <<\EOF
14726#define KRB5 1 15256#define KRB5 1
14727EOF 15257EOF
14728 15258
14729 KRB5_MSG="yes" 15259 KRB5_MSG="yes"
14730 echo "$as_me:14730: checking whether we are using Heimdal" >&5 15260
15261 echo "$as_me:15261: checking for krb5-config" >&5
15262echo $ECHO_N "checking for krb5-config... $ECHO_C" >&6
15263 if test -x $KRB5ROOT/bin/krb5-config ; then
15264 KRB5CONF=$KRB5ROOT/bin/krb5-config
15265 echo "$as_me:15265: result: $KRB5CONF" >&5
15266echo "${ECHO_T}$KRB5CONF" >&6
15267
15268 echo "$as_me:15268: checking for gssapi support" >&5
15269echo $ECHO_N "checking for gssapi support... $ECHO_C" >&6
15270 if $KRB5CONF | grep gssapi >/dev/null ; then
15271 echo "$as_me:15271: result: yes" >&5
15272echo "${ECHO_T}yes" >&6
15273 cat >>confdefs.h <<\EOF
15274#define GSSAPI 1
15275EOF
15276
15277 k5confopts=gssapi
15278 else
15279 echo "$as_me:15279: result: no" >&5
15280echo "${ECHO_T}no" >&6
15281 k5confopts=""
15282 fi
15283 K5CFLAGS="`$KRB5CONF --cflags $k5confopts`"
15284 K5LIBS="`$KRB5CONF --libs $k5confopts`"
15285 CPPFLAGS="$CPPFLAGS $K5CFLAGS"
15286 echo "$as_me:15286: checking whether we are using Heimdal" >&5
15287echo $ECHO_N "checking whether we are using Heimdal... $ECHO_C" >&6
15288 cat >conftest.$ac_ext <<_ACEOF
15289#line 15289 "configure"
15290#include "confdefs.h"
15291 #include <krb5.h>
15292int
15293main ()
15294{
15295 char *tmp = heimdal_version;
15296 ;
15297 return 0;
15298}
15299_ACEOF
15300rm -f conftest.$ac_objext
15301if { (eval echo "$as_me:15301: \"$ac_compile\"") >&5
15302 (eval $ac_compile) 2>&5
15303 ac_status=$?
15304 echo "$as_me:15304: \$? = $ac_status" >&5
15305 (exit $ac_status); } &&
15306 { ac_try='test -s conftest.$ac_objext'
15307 { (eval echo "$as_me:15307: \"$ac_try\"") >&5
15308 (eval $ac_try) 2>&5
15309 ac_status=$?
15310 echo "$as_me:15310: \$? = $ac_status" >&5
15311 (exit $ac_status); }; }; then
15312 echo "$as_me:15312: result: yes" >&5
15313echo "${ECHO_T}yes" >&6
15314 cat >>confdefs.h <<\EOF
15315#define HEIMDAL 1
15316EOF
15317
15318else
15319 echo "$as_me: failed program was:" >&5
15320cat conftest.$ac_ext >&5
15321echo "$as_me:15321: result: no" >&5
15322echo "${ECHO_T}no" >&6
15323
15324fi
15325rm -f conftest.$ac_objext conftest.$ac_ext
15326 else
15327 echo "$as_me:15327: result: no" >&5
15328echo "${ECHO_T}no" >&6
15329 CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include"
15330 LDFLAGS="$LDFLAGS -L${KRB5ROOT}/lib"
15331 echo "$as_me:15331: checking whether we are using Heimdal" >&5
14731echo $ECHO_N "checking whether we are using Heimdal... $ECHO_C" >&6 15332echo $ECHO_N "checking whether we are using Heimdal... $ECHO_C" >&6
14732 cat >conftest.$ac_ext <<_ACEOF 15333 cat >conftest.$ac_ext <<_ACEOF
14733#line 14733 "configure" 15334#line 15334 "configure"
14734#include "confdefs.h" 15335#include "confdefs.h"
14735 #include <krb5.h> 15336 #include <krb5.h>
14736int 15337int
@@ -14742,41 +15343,35 @@ main ()
14742} 15343}
14743_ACEOF 15344_ACEOF
14744rm -f conftest.$ac_objext 15345rm -f conftest.$ac_objext
14745if { (eval echo "$as_me:14745: \"$ac_compile\"") >&5 15346if { (eval echo "$as_me:15346: \"$ac_compile\"") >&5
14746 (eval $ac_compile) 2>&5 15347 (eval $ac_compile) 2>&5
14747 ac_status=$? 15348 ac_status=$?
14748 echo "$as_me:14748: \$? = $ac_status" >&5 15349 echo "$as_me:15349: \$? = $ac_status" >&5
14749 (exit $ac_status); } && 15350 (exit $ac_status); } &&
14750 { ac_try='test -s conftest.$ac_objext' 15351 { ac_try='test -s conftest.$ac_objext'
14751 { (eval echo "$as_me:14751: \"$ac_try\"") >&5 15352 { (eval echo "$as_me:15352: \"$ac_try\"") >&5
14752 (eval $ac_try) 2>&5 15353 (eval $ac_try) 2>&5
14753 ac_status=$? 15354 ac_status=$?
14754 echo "$as_me:14754: \$? = $ac_status" >&5 15355 echo "$as_me:15355: \$? = $ac_status" >&5
14755 (exit $ac_status); }; }; then 15356 (exit $ac_status); }; }; then
14756 echo "$as_me:14756: result: yes" >&5 15357 echo "$as_me:15357: result: yes" >&5
14757echo "${ECHO_T}yes" >&6 15358echo "${ECHO_T}yes" >&6
14758 cat >>confdefs.h <<\EOF 15359 cat >>confdefs.h <<\EOF
14759#define HEIMDAL 1 15360#define HEIMDAL 1
14760EOF 15361EOF
14761 15362
14762 K5LIBS="-lkrb5 -ldes -lcom_err -lasn1 -lroken" 15363 K5LIBS="-lkrb5 -ldes -lcom_err -lasn1 -lroken"
14763 15364
14764else 15365else
14765 echo "$as_me: failed program was:" >&5 15366 echo "$as_me: failed program was:" >&5
14766cat conftest.$ac_ext >&5 15367cat conftest.$ac_ext >&5
14767 echo "$as_me:14767: result: no" >&5 15368 echo "$as_me:15368: result: no" >&5
14768echo "${ECHO_T}no" >&6 15369echo "${ECHO_T}no" >&6
14769 K5LIBS="-lkrb5 -lk5crypto -lcom_err" 15370 K5LIBS="-lkrb5 -lk5crypto -lcom_err"
14770 15371
14771fi 15372fi
14772rm -f conftest.$ac_objext conftest.$ac_ext 15373rm -f conftest.$ac_objext conftest.$ac_ext
14773 if test ! -z "$need_dash_r" ; then 15374 echo "$as_me:15374: checking for library containing dn_expand" >&5
14774 LDFLAGS="$LDFLAGS -R${KRB5ROOT}/lib"
14775 fi
14776 if test ! -z "$blibpath" ; then
14777 blibpath="$blibpath:${KRB5ROOT}/lib"
14778 fi
14779 echo "$as_me:14779: checking for library containing dn_expand" >&5
14780echo $ECHO_N "checking for library containing dn_expand... $ECHO_C" >&6 15375echo $ECHO_N "checking for library containing dn_expand... $ECHO_C" >&6
14781if test "${ac_cv_search_dn_expand+set}" = set; then 15376if test "${ac_cv_search_dn_expand+set}" = set; then
14782 echo $ECHO_N "(cached) $ECHO_C" >&6 15377 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14784,7 +15379,7 @@ else
14784 ac_func_search_save_LIBS=$LIBS 15379 ac_func_search_save_LIBS=$LIBS
14785ac_cv_search_dn_expand=no 15380ac_cv_search_dn_expand=no
14786cat >conftest.$ac_ext <<_ACEOF 15381cat >conftest.$ac_ext <<_ACEOF
14787#line 14787 "configure" 15382#line 15382 "configure"
14788#include "confdefs.h" 15383#include "confdefs.h"
14789 15384
14790/* Override any gcc2 internal prototype to avoid an error. */ 15385/* Override any gcc2 internal prototype to avoid an error. */
@@ -14803,16 +15398,16 @@ dn_expand ();
14803} 15398}
14804_ACEOF 15399_ACEOF
14805rm -f conftest.$ac_objext conftest$ac_exeext 15400rm -f conftest.$ac_objext conftest$ac_exeext
14806if { (eval echo "$as_me:14806: \"$ac_link\"") >&5 15401if { (eval echo "$as_me:15401: \"$ac_link\"") >&5
14807 (eval $ac_link) 2>&5 15402 (eval $ac_link) 2>&5
14808 ac_status=$? 15403 ac_status=$?
14809 echo "$as_me:14809: \$? = $ac_status" >&5 15404 echo "$as_me:15404: \$? = $ac_status" >&5
14810 (exit $ac_status); } && 15405 (exit $ac_status); } &&
14811 { ac_try='test -s conftest$ac_exeext' 15406 { ac_try='test -s conftest$ac_exeext'
14812 { (eval echo "$as_me:14812: \"$ac_try\"") >&5 15407 { (eval echo "$as_me:15407: \"$ac_try\"") >&5
14813 (eval $ac_try) 2>&5 15408 (eval $ac_try) 2>&5
14814 ac_status=$? 15409 ac_status=$?
14815 echo "$as_me:14815: \$? = $ac_status" >&5 15410 echo "$as_me:15410: \$? = $ac_status" >&5
14816 (exit $ac_status); }; }; then 15411 (exit $ac_status); }; }; then
14817 ac_cv_search_dn_expand="none required" 15412 ac_cv_search_dn_expand="none required"
14818else 15413else
@@ -14824,7 +15419,7 @@ if test "$ac_cv_search_dn_expand" = no; then
14824 for ac_lib in resolv; do 15419 for ac_lib in resolv; do
14825 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 15420 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14826 cat >conftest.$ac_ext <<_ACEOF 15421 cat >conftest.$ac_ext <<_ACEOF
14827#line 14827 "configure" 15422#line 15422 "configure"
14828#include "confdefs.h" 15423#include "confdefs.h"
14829 15424
14830/* Override any gcc2 internal prototype to avoid an error. */ 15425/* Override any gcc2 internal prototype to avoid an error. */
@@ -14843,16 +15438,16 @@ dn_expand ();
14843} 15438}
14844_ACEOF 15439_ACEOF
14845rm -f conftest.$ac_objext conftest$ac_exeext 15440rm -f conftest.$ac_objext conftest$ac_exeext
14846if { (eval echo "$as_me:14846: \"$ac_link\"") >&5 15441if { (eval echo "$as_me:15441: \"$ac_link\"") >&5
14847 (eval $ac_link) 2>&5 15442 (eval $ac_link) 2>&5
14848 ac_status=$? 15443 ac_status=$?
14849 echo "$as_me:14849: \$? = $ac_status" >&5 15444 echo "$as_me:15444: \$? = $ac_status" >&5
14850 (exit $ac_status); } && 15445 (exit $ac_status); } &&
14851 { ac_try='test -s conftest$ac_exeext' 15446 { ac_try='test -s conftest$ac_exeext'
14852 { (eval echo "$as_me:14852: \"$ac_try\"") >&5 15447 { (eval echo "$as_me:15447: \"$ac_try\"") >&5
14853 (eval $ac_try) 2>&5 15448 (eval $ac_try) 2>&5
14854 ac_status=$? 15449 ac_status=$?
14855 echo "$as_me:14855: \$? = $ac_status" >&5 15450 echo "$as_me:15450: \$? = $ac_status" >&5
14856 (exit $ac_status); }; }; then 15451 (exit $ac_status); }; }; then
14857 ac_cv_search_dn_expand="-l$ac_lib" 15452 ac_cv_search_dn_expand="-l$ac_lib"
14858break 15453break
@@ -14865,14 +15460,14 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14865fi 15460fi
14866LIBS=$ac_func_search_save_LIBS 15461LIBS=$ac_func_search_save_LIBS
14867fi 15462fi
14868echo "$as_me:14868: result: $ac_cv_search_dn_expand" >&5 15463echo "$as_me:15463: result: $ac_cv_search_dn_expand" >&5
14869echo "${ECHO_T}$ac_cv_search_dn_expand" >&6 15464echo "${ECHO_T}$ac_cv_search_dn_expand" >&6
14870if test "$ac_cv_search_dn_expand" != no; then 15465if test "$ac_cv_search_dn_expand" != no; then
14871 test "$ac_cv_search_dn_expand" = "none required" || LIBS="$ac_cv_search_dn_expand $LIBS" 15466 test "$ac_cv_search_dn_expand" = "none required" || LIBS="$ac_cv_search_dn_expand $LIBS"
14872 15467
14873fi 15468fi
14874 15469
14875 echo "$as_me:14875: checking for gss_init_sec_context in -lgssapi" >&5 15470 echo "$as_me:15470: checking for gss_init_sec_context in -lgssapi" >&5
14876echo $ECHO_N "checking for gss_init_sec_context in -lgssapi... $ECHO_C" >&6 15471echo $ECHO_N "checking for gss_init_sec_context in -lgssapi... $ECHO_C" >&6
14877if test "${ac_cv_lib_gssapi_gss_init_sec_context+set}" = set; then 15472if test "${ac_cv_lib_gssapi_gss_init_sec_context+set}" = set; then
14878 echo $ECHO_N "(cached) $ECHO_C" >&6 15473 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14880,7 +15475,7 @@ else
14880 ac_check_lib_save_LIBS=$LIBS 15475 ac_check_lib_save_LIBS=$LIBS
14881LIBS="-lgssapi $K5LIBS $LIBS" 15476LIBS="-lgssapi $K5LIBS $LIBS"
14882cat >conftest.$ac_ext <<_ACEOF 15477cat >conftest.$ac_ext <<_ACEOF
14883#line 14883 "configure" 15478#line 15478 "configure"
14884#include "confdefs.h" 15479#include "confdefs.h"
14885 15480
14886/* Override any gcc2 internal prototype to avoid an error. */ 15481/* Override any gcc2 internal prototype to avoid an error. */
@@ -14899,16 +15494,16 @@ gss_init_sec_context ();
14899} 15494}
14900_ACEOF 15495_ACEOF
14901rm -f conftest.$ac_objext conftest$ac_exeext 15496rm -f conftest.$ac_objext conftest$ac_exeext
14902if { (eval echo "$as_me:14902: \"$ac_link\"") >&5 15497if { (eval echo "$as_me:15497: \"$ac_link\"") >&5
14903 (eval $ac_link) 2>&5 15498 (eval $ac_link) 2>&5
14904 ac_status=$? 15499 ac_status=$?
14905 echo "$as_me:14905: \$? = $ac_status" >&5 15500 echo "$as_me:15500: \$? = $ac_status" >&5
14906 (exit $ac_status); } && 15501 (exit $ac_status); } &&
14907 { ac_try='test -s conftest$ac_exeext' 15502 { ac_try='test -s conftest$ac_exeext'
14908 { (eval echo "$as_me:14908: \"$ac_try\"") >&5 15503 { (eval echo "$as_me:15503: \"$ac_try\"") >&5
14909 (eval $ac_try) 2>&5 15504 (eval $ac_try) 2>&5
14910 ac_status=$? 15505 ac_status=$?
14911 echo "$as_me:14911: \$? = $ac_status" >&5 15506 echo "$as_me:15506: \$? = $ac_status" >&5
14912 (exit $ac_status); }; }; then 15507 (exit $ac_status); }; }; then
14913 ac_cv_lib_gssapi_gss_init_sec_context=yes 15508 ac_cv_lib_gssapi_gss_init_sec_context=yes
14914else 15509else
@@ -14919,7 +15514,7 @@ fi
14919rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 15514rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14920LIBS=$ac_check_lib_save_LIBS 15515LIBS=$ac_check_lib_save_LIBS
14921fi 15516fi
14922echo "$as_me:14922: result: $ac_cv_lib_gssapi_gss_init_sec_context" >&5 15517echo "$as_me:15517: result: $ac_cv_lib_gssapi_gss_init_sec_context" >&5
14923echo "${ECHO_T}$ac_cv_lib_gssapi_gss_init_sec_context" >&6 15518echo "${ECHO_T}$ac_cv_lib_gssapi_gss_init_sec_context" >&6
14924if test $ac_cv_lib_gssapi_gss_init_sec_context = yes; then 15519if test $ac_cv_lib_gssapi_gss_init_sec_context = yes; then
14925 cat >>confdefs.h <<\EOF 15520 cat >>confdefs.h <<\EOF
@@ -14928,7 +15523,7 @@ EOF
14928 15523
14929 K5LIBS="-lgssapi $K5LIBS" 15524 K5LIBS="-lgssapi $K5LIBS"
14930else 15525else
14931 echo "$as_me:14931: checking for gss_init_sec_context in -lgssapi_krb5" >&5 15526 echo "$as_me:15526: checking for gss_init_sec_context in -lgssapi_krb5" >&5
14932echo $ECHO_N "checking for gss_init_sec_context in -lgssapi_krb5... $ECHO_C" >&6 15527echo $ECHO_N "checking for gss_init_sec_context in -lgssapi_krb5... $ECHO_C" >&6
14933if test "${ac_cv_lib_gssapi_krb5_gss_init_sec_context+set}" = set; then 15528if test "${ac_cv_lib_gssapi_krb5_gss_init_sec_context+set}" = set; then
14934 echo $ECHO_N "(cached) $ECHO_C" >&6 15529 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14936,7 +15531,7 @@ else
14936 ac_check_lib_save_LIBS=$LIBS 15531 ac_check_lib_save_LIBS=$LIBS
14937LIBS="-lgssapi_krb5 $K5LIBS $LIBS" 15532LIBS="-lgssapi_krb5 $K5LIBS $LIBS"
14938cat >conftest.$ac_ext <<_ACEOF 15533cat >conftest.$ac_ext <<_ACEOF
14939#line 14939 "configure" 15534#line 15534 "configure"
14940#include "confdefs.h" 15535#include "confdefs.h"
14941 15536
14942/* Override any gcc2 internal prototype to avoid an error. */ 15537/* Override any gcc2 internal prototype to avoid an error. */
@@ -14955,16 +15550,16 @@ gss_init_sec_context ();
14955} 15550}
14956_ACEOF 15551_ACEOF
14957rm -f conftest.$ac_objext conftest$ac_exeext 15552rm -f conftest.$ac_objext conftest$ac_exeext
14958if { (eval echo "$as_me:14958: \"$ac_link\"") >&5 15553if { (eval echo "$as_me:15553: \"$ac_link\"") >&5
14959 (eval $ac_link) 2>&5 15554 (eval $ac_link) 2>&5
14960 ac_status=$? 15555 ac_status=$?
14961 echo "$as_me:14961: \$? = $ac_status" >&5 15556 echo "$as_me:15556: \$? = $ac_status" >&5
14962 (exit $ac_status); } && 15557 (exit $ac_status); } &&
14963 { ac_try='test -s conftest$ac_exeext' 15558 { ac_try='test -s conftest$ac_exeext'
14964 { (eval echo "$as_me:14964: \"$ac_try\"") >&5 15559 { (eval echo "$as_me:15559: \"$ac_try\"") >&5
14965 (eval $ac_try) 2>&5 15560 (eval $ac_try) 2>&5
14966 ac_status=$? 15561 ac_status=$?
14967 echo "$as_me:14967: \$? = $ac_status" >&5 15562 echo "$as_me:15562: \$? = $ac_status" >&5
14968 (exit $ac_status); }; }; then 15563 (exit $ac_status); }; }; then
14969 ac_cv_lib_gssapi_krb5_gss_init_sec_context=yes 15564 ac_cv_lib_gssapi_krb5_gss_init_sec_context=yes
14970else 15565else
@@ -14975,38 +15570,38 @@ fi
14975rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 15570rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14976LIBS=$ac_check_lib_save_LIBS 15571LIBS=$ac_check_lib_save_LIBS
14977fi 15572fi
14978echo "$as_me:14978: result: $ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&5 15573echo "$as_me:15573: result: $ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&5
14979echo "${ECHO_T}$ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&6 15574echo "${ECHO_T}$ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&6
14980if test $ac_cv_lib_gssapi_krb5_gss_init_sec_context = yes; then 15575if test $ac_cv_lib_gssapi_krb5_gss_init_sec_context = yes; then
14981 cat >>confdefs.h <<\EOF 15576 cat >>confdefs.h <<\EOF
14982#define GSSAPI 1 15577#define GSSAPI 1
14983EOF 15578EOF
14984 15579
14985 K5LIBS="-lgssapi_krb5 $K5LIBS" 15580 K5LIBS="-lgssapi_krb5 $K5LIBS"
14986else 15581else
14987 { echo "$as_me:14987: WARNING: Cannot find any suitable gss-api library - build may fail" >&5 15582 { echo "$as_me:15582: WARNING: Cannot find any suitable gss-api library - build may fail" >&5
14988echo "$as_me: WARNING: Cannot find any suitable gss-api library - build may fail" >&2;} 15583echo "$as_me: WARNING: Cannot find any suitable gss-api library - build may fail" >&2;}
14989fi 15584fi
14990 15585
14991fi 15586fi
14992 15587
14993 echo "$as_me:14993: checking for gssapi.h" >&5 15588 echo "$as_me:15588: checking for gssapi.h" >&5
14994echo $ECHO_N "checking for gssapi.h... $ECHO_C" >&6 15589echo $ECHO_N "checking for gssapi.h... $ECHO_C" >&6
14995if test "${ac_cv_header_gssapi_h+set}" = set; then 15590if test "${ac_cv_header_gssapi_h+set}" = set; then
14996 echo $ECHO_N "(cached) $ECHO_C" >&6 15591 echo $ECHO_N "(cached) $ECHO_C" >&6
14997else 15592else
14998 cat >conftest.$ac_ext <<_ACEOF 15593 cat >conftest.$ac_ext <<_ACEOF
14999#line 14999 "configure" 15594#line 15594 "configure"
15000#include "confdefs.h" 15595#include "confdefs.h"
15001#include <gssapi.h> 15596#include <gssapi.h>
15002_ACEOF 15597_ACEOF
15003if { (eval echo "$as_me:15003: \"$ac_cpp conftest.$ac_ext\"") >&5 15598if { (eval echo "$as_me:15598: \"$ac_cpp conftest.$ac_ext\"") >&5
15004 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 15599 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15005 ac_status=$? 15600 ac_status=$?
15006 egrep -v '^ *\+' conftest.er1 >conftest.err 15601 egrep -v '^ *\+' conftest.er1 >conftest.err
15007 rm -f conftest.er1 15602 rm -f conftest.er1
15008 cat conftest.err >&5 15603 cat conftest.err >&5
15009 echo "$as_me:15009: \$? = $ac_status" >&5 15604 echo "$as_me:15604: \$? = $ac_status" >&5
15010 (exit $ac_status); } >/dev/null; then 15605 (exit $ac_status); } >/dev/null; then
15011 if test -s conftest.err; then 15606 if test -s conftest.err; then
15012 ac_cpp_err=$ac_c_preproc_warn_flag 15607 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -15025,7 +15620,7 @@ else
15025fi 15620fi
15026rm -f conftest.err conftest.$ac_ext 15621rm -f conftest.err conftest.$ac_ext
15027fi 15622fi
15028echo "$as_me:15028: result: $ac_cv_header_gssapi_h" >&5 15623echo "$as_me:15623: result: $ac_cv_header_gssapi_h" >&5
15029echo "${ECHO_T}$ac_cv_header_gssapi_h" >&6 15624echo "${ECHO_T}$ac_cv_header_gssapi_h" >&6
15030if test $ac_cv_header_gssapi_h = yes; then 15625if test $ac_cv_header_gssapi_h = yes; then
15031 : 15626 :
@@ -15036,23 +15631,23 @@ else
15036for ac_header in gssapi.h 15631for ac_header in gssapi.h
15037do 15632do
15038as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 15633as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15039echo "$as_me:15039: checking for $ac_header" >&5 15634echo "$as_me:15634: checking for $ac_header" >&5
15040echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 15635echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15041if eval "test \"\${$as_ac_Header+set}\" = set"; then 15636if eval "test \"\${$as_ac_Header+set}\" = set"; then
15042 echo $ECHO_N "(cached) $ECHO_C" >&6 15637 echo $ECHO_N "(cached) $ECHO_C" >&6
15043else 15638else
15044 cat >conftest.$ac_ext <<_ACEOF 15639 cat >conftest.$ac_ext <<_ACEOF
15045#line 15045 "configure" 15640#line 15640 "configure"
15046#include "confdefs.h" 15641#include "confdefs.h"
15047#include <$ac_header> 15642#include <$ac_header>
15048_ACEOF 15643_ACEOF
15049if { (eval echo "$as_me:15049: \"$ac_cpp conftest.$ac_ext\"") >&5 15644if { (eval echo "$as_me:15644: \"$ac_cpp conftest.$ac_ext\"") >&5
15050 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 15645 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15051 ac_status=$? 15646 ac_status=$?
15052 egrep -v '^ *\+' conftest.er1 >conftest.err 15647 egrep -v '^ *\+' conftest.er1 >conftest.err
15053 rm -f conftest.er1 15648 rm -f conftest.er1
15054 cat conftest.err >&5 15649 cat conftest.err >&5
15055 echo "$as_me:15055: \$? = $ac_status" >&5 15650 echo "$as_me:15650: \$? = $ac_status" >&5
15056 (exit $ac_status); } >/dev/null; then 15651 (exit $ac_status); } >/dev/null; then
15057 if test -s conftest.err; then 15652 if test -s conftest.err; then
15058 ac_cpp_err=$ac_c_preproc_warn_flag 15653 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -15071,7 +15666,7 @@ else
15071fi 15666fi
15072rm -f conftest.err conftest.$ac_ext 15667rm -f conftest.err conftest.$ac_ext
15073fi 15668fi
15074echo "$as_me:15074: result: `eval echo '${'$as_ac_Header'}'`" >&5 15669echo "$as_me:15669: result: `eval echo '${'$as_ac_Header'}'`" >&5
15075echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15670echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15076if test `eval echo '${'$as_ac_Header'}'` = yes; then 15671if test `eval echo '${'$as_ac_Header'}'` = yes; then
15077 cat >>confdefs.h <<EOF 15672 cat >>confdefs.h <<EOF
@@ -15079,7 +15674,7 @@ if test `eval echo '${'$as_ac_Header'}'` = yes; then
15079EOF 15674EOF
15080 15675
15081else 15676else
15082 { echo "$as_me:15082: WARNING: Cannot find any suitable gss-api header - build may fail" >&5 15677 { echo "$as_me:15677: WARNING: Cannot find any suitable gss-api header - build may fail" >&5
15083echo "$as_me: WARNING: Cannot find any suitable gss-api header - build may fail" >&2;} 15678echo "$as_me: WARNING: Cannot find any suitable gss-api header - build may fail" >&2;}
15084 15679
15085fi 15680fi
@@ -15089,23 +15684,23 @@ fi
15089 15684
15090 oldCPP="$CPPFLAGS" 15685 oldCPP="$CPPFLAGS"
15091 CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include/gssapi" 15686 CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include/gssapi"
15092 echo "$as_me:15092: checking for gssapi_krb5.h" >&5 15687 echo "$as_me:15687: checking for gssapi_krb5.h" >&5
15093echo $ECHO_N "checking for gssapi_krb5.h... $ECHO_C" >&6 15688echo $ECHO_N "checking for gssapi_krb5.h... $ECHO_C" >&6
15094if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then 15689if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then
15095 echo $ECHO_N "(cached) $ECHO_C" >&6 15690 echo $ECHO_N "(cached) $ECHO_C" >&6
15096else 15691else
15097 cat >conftest.$ac_ext <<_ACEOF 15692 cat >conftest.$ac_ext <<_ACEOF
15098#line 15098 "configure" 15693#line 15693 "configure"
15099#include "confdefs.h" 15694#include "confdefs.h"
15100#include <gssapi_krb5.h> 15695#include <gssapi_krb5.h>
15101_ACEOF 15696_ACEOF
15102if { (eval echo "$as_me:15102: \"$ac_cpp conftest.$ac_ext\"") >&5 15697if { (eval echo "$as_me:15697: \"$ac_cpp conftest.$ac_ext\"") >&5
15103 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 15698 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15104 ac_status=$? 15699 ac_status=$?
15105 egrep -v '^ *\+' conftest.er1 >conftest.err 15700 egrep -v '^ *\+' conftest.er1 >conftest.err
15106 rm -f conftest.er1 15701 rm -f conftest.er1
15107 cat conftest.err >&5 15702 cat conftest.err >&5
15108 echo "$as_me:15108: \$? = $ac_status" >&5 15703 echo "$as_me:15703: \$? = $ac_status" >&5
15109 (exit $ac_status); } >/dev/null; then 15704 (exit $ac_status); } >/dev/null; then
15110 if test -s conftest.err; then 15705 if test -s conftest.err; then
15111 ac_cpp_err=$ac_c_preproc_warn_flag 15706 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -15124,7 +15719,7 @@ else
15124fi 15719fi
15125rm -f conftest.err conftest.$ac_ext 15720rm -f conftest.err conftest.$ac_ext
15126fi 15721fi
15127echo "$as_me:15127: result: $ac_cv_header_gssapi_krb5_h" >&5 15722echo "$as_me:15722: result: $ac_cv_header_gssapi_krb5_h" >&5
15128echo "${ECHO_T}$ac_cv_header_gssapi_krb5_h" >&6 15723echo "${ECHO_T}$ac_cv_header_gssapi_krb5_h" >&6
15129if test $ac_cv_header_gssapi_krb5_h = yes; then 15724if test $ac_cv_header_gssapi_krb5_h = yes; then
15130 : 15725 :
@@ -15132,11 +15727,260 @@ else
15132 CPPFLAGS="$oldCPP" 15727 CPPFLAGS="$oldCPP"
15133fi 15728fi
15134 15729
15135 KRB5=yes 15730 fi
15136 fi 15731 if test ! -z "$need_dash_r" ; then
15732 LDFLAGS="$LDFLAGS -R${KRB5ROOT}/lib"
15733 fi
15734 if test ! -z "$blibpath" ; then
15735 blibpath="$blibpath:${KRB5ROOT}/lib"
15736 fi
15737 fi
15738
15739for ac_header in gssapi.h gssapi/gssapi.h
15740do
15741as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15742echo "$as_me:15742: checking for $ac_header" >&5
15743echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15744if eval "test \"\${$as_ac_Header+set}\" = set"; then
15745 echo $ECHO_N "(cached) $ECHO_C" >&6
15746else
15747 cat >conftest.$ac_ext <<_ACEOF
15748#line 15748 "configure"
15749#include "confdefs.h"
15750#include <$ac_header>
15751_ACEOF
15752if { (eval echo "$as_me:15752: \"$ac_cpp conftest.$ac_ext\"") >&5
15753 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15754 ac_status=$?
15755 egrep -v '^ *\+' conftest.er1 >conftest.err
15756 rm -f conftest.er1
15757 cat conftest.err >&5
15758 echo "$as_me:15758: \$? = $ac_status" >&5
15759 (exit $ac_status); } >/dev/null; then
15760 if test -s conftest.err; then
15761 ac_cpp_err=$ac_c_preproc_warn_flag
15762 else
15763 ac_cpp_err=
15764 fi
15765else
15766 ac_cpp_err=yes
15767fi
15768if test -z "$ac_cpp_err"; then
15769 eval "$as_ac_Header=yes"
15770else
15771 echo "$as_me: failed program was:" >&5
15772 cat conftest.$ac_ext >&5
15773 eval "$as_ac_Header=no"
15774fi
15775rm -f conftest.err conftest.$ac_ext
15776fi
15777echo "$as_me:15777: result: `eval echo '${'$as_ac_Header'}'`" >&5
15778echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15779if test `eval echo '${'$as_ac_Header'}'` = yes; then
15780 cat >>confdefs.h <<EOF
15781#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15782EOF
15783
15784fi
15785done
15786
15787for ac_header in gssapi_krb5.h gssapi/gssapi_krb5.h
15788do
15789as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15790echo "$as_me:15790: checking for $ac_header" >&5
15791echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15792if eval "test \"\${$as_ac_Header+set}\" = set"; then
15793 echo $ECHO_N "(cached) $ECHO_C" >&6
15794else
15795 cat >conftest.$ac_ext <<_ACEOF
15796#line 15796 "configure"
15797#include "confdefs.h"
15798#include <$ac_header>
15799_ACEOF
15800if { (eval echo "$as_me:15800: \"$ac_cpp conftest.$ac_ext\"") >&5
15801 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15802 ac_status=$?
15803 egrep -v '^ *\+' conftest.er1 >conftest.err
15804 rm -f conftest.er1
15805 cat conftest.err >&5
15806 echo "$as_me:15806: \$? = $ac_status" >&5
15807 (exit $ac_status); } >/dev/null; then
15808 if test -s conftest.err; then
15809 ac_cpp_err=$ac_c_preproc_warn_flag
15810 else
15811 ac_cpp_err=
15812 fi
15813else
15814 ac_cpp_err=yes
15815fi
15816if test -z "$ac_cpp_err"; then
15817 eval "$as_ac_Header=yes"
15818else
15819 echo "$as_me: failed program was:" >&5
15820 cat conftest.$ac_ext >&5
15821 eval "$as_ac_Header=no"
15822fi
15823rm -f conftest.err conftest.$ac_ext
15824fi
15825echo "$as_me:15825: result: `eval echo '${'$as_ac_Header'}'`" >&5
15826echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15827if test `eval echo '${'$as_ac_Header'}'` = yes; then
15828 cat >>confdefs.h <<EOF
15829#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15830EOF
15831
15832fi
15833done
15834
15835for ac_header in gssapi_generic.h gssapi/gssapi_generic.h
15836do
15837as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15838echo "$as_me:15838: checking for $ac_header" >&5
15839echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15840if eval "test \"\${$as_ac_Header+set}\" = set"; then
15841 echo $ECHO_N "(cached) $ECHO_C" >&6
15842else
15843 cat >conftest.$ac_ext <<_ACEOF
15844#line 15844 "configure"
15845#include "confdefs.h"
15846#include <$ac_header>
15847_ACEOF
15848if { (eval echo "$as_me:15848: \"$ac_cpp conftest.$ac_ext\"") >&5
15849 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15850 ac_status=$?
15851 egrep -v '^ *\+' conftest.er1 >conftest.err
15852 rm -f conftest.er1
15853 cat conftest.err >&5
15854 echo "$as_me:15854: \$? = $ac_status" >&5
15855 (exit $ac_status); } >/dev/null; then
15856 if test -s conftest.err; then
15857 ac_cpp_err=$ac_c_preproc_warn_flag
15858 else
15859 ac_cpp_err=
15860 fi
15861else
15862 ac_cpp_err=yes
15863fi
15864if test -z "$ac_cpp_err"; then
15865 eval "$as_ac_Header=yes"
15866else
15867 echo "$as_me: failed program was:" >&5
15868 cat conftest.$ac_ext >&5
15869 eval "$as_ac_Header=no"
15870fi
15871rm -f conftest.err conftest.$ac_ext
15872fi
15873echo "$as_me:15873: result: `eval echo '${'$as_ac_Header'}'`" >&5
15874echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15875if test `eval echo '${'$as_ac_Header'}'` = yes; then
15876 cat >>confdefs.h <<EOF
15877#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15878EOF
15879
15880fi
15881done
15882
15883 LIBS="$LIBS $K5LIBS"
15884 echo "$as_me:15884: checking for library containing k_hasafs" >&5
15885echo $ECHO_N "checking for library containing k_hasafs... $ECHO_C" >&6
15886if test "${ac_cv_search_k_hasafs+set}" = set; then
15887 echo $ECHO_N "(cached) $ECHO_C" >&6
15888else
15889 ac_func_search_save_LIBS=$LIBS
15890ac_cv_search_k_hasafs=no
15891cat >conftest.$ac_ext <<_ACEOF
15892#line 15892 "configure"
15893#include "confdefs.h"
15894
15895/* Override any gcc2 internal prototype to avoid an error. */
15896#ifdef __cplusplus
15897extern "C"
15898#endif
15899/* We use char because int might match the return type of a gcc2
15900 builtin and then its argument prototype would still apply. */
15901char k_hasafs ();
15902int
15903main ()
15904{
15905k_hasafs ();
15906 ;
15907 return 0;
15908}
15909_ACEOF
15910rm -f conftest.$ac_objext conftest$ac_exeext
15911if { (eval echo "$as_me:15911: \"$ac_link\"") >&5
15912 (eval $ac_link) 2>&5
15913 ac_status=$?
15914 echo "$as_me:15914: \$? = $ac_status" >&5
15915 (exit $ac_status); } &&
15916 { ac_try='test -s conftest$ac_exeext'
15917 { (eval echo "$as_me:15917: \"$ac_try\"") >&5
15918 (eval $ac_try) 2>&5
15919 ac_status=$?
15920 echo "$as_me:15920: \$? = $ac_status" >&5
15921 (exit $ac_status); }; }; then
15922 ac_cv_search_k_hasafs="none required"
15923else
15924 echo "$as_me: failed program was:" >&5
15925cat conftest.$ac_ext >&5
15926fi
15927rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15928if test "$ac_cv_search_k_hasafs" = no; then
15929 for ac_lib in kafs; do
15930 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15931 cat >conftest.$ac_ext <<_ACEOF
15932#line 15932 "configure"
15933#include "confdefs.h"
15934
15935/* Override any gcc2 internal prototype to avoid an error. */
15936#ifdef __cplusplus
15937extern "C"
15938#endif
15939/* We use char because int might match the return type of a gcc2
15940 builtin and then its argument prototype would still apply. */
15941char k_hasafs ();
15942int
15943main ()
15944{
15945k_hasafs ();
15946 ;
15947 return 0;
15948}
15949_ACEOF
15950rm -f conftest.$ac_objext conftest$ac_exeext
15951if { (eval echo "$as_me:15951: \"$ac_link\"") >&5
15952 (eval $ac_link) 2>&5
15953 ac_status=$?
15954 echo "$as_me:15954: \$? = $ac_status" >&5
15955 (exit $ac_status); } &&
15956 { ac_try='test -s conftest$ac_exeext'
15957 { (eval echo "$as_me:15957: \"$ac_try\"") >&5
15958 (eval $ac_try) 2>&5
15959 ac_status=$?
15960 echo "$as_me:15960: \$? = $ac_status" >&5
15961 (exit $ac_status); }; }; then
15962 ac_cv_search_k_hasafs="-l$ac_lib"
15963break
15964else
15965 echo "$as_me: failed program was:" >&5
15966cat conftest.$ac_ext >&5
15967fi
15968rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15969 done
15970fi
15971LIBS=$ac_func_search_save_LIBS
15972fi
15973echo "$as_me:15973: result: $ac_cv_search_k_hasafs" >&5
15974echo "${ECHO_T}$ac_cv_search_k_hasafs" >&6
15975if test "$ac_cv_search_k_hasafs" != no; then
15976 test "$ac_cv_search_k_hasafs" = "none required" || LIBS="$ac_cv_search_k_hasafs $LIBS"
15977 cat >>confdefs.h <<\EOF
15978#define USE_AFS 1
15979EOF
15980
15981fi
15137 15982
15138fi; 15983fi;
15139LIBS="$LIBS $K5LIBS"
15140 15984
15141# Looking for programs, paths and files 15985# Looking for programs, paths and files
15142 15986
@@ -15169,7 +16013,7 @@ else
15169 TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin" 16013 TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin"
15170 # Extract the first word of "xauth", so it can be a program name with args. 16014 # Extract the first word of "xauth", so it can be a program name with args.
15171set dummy xauth; ac_word=$2 16015set dummy xauth; ac_word=$2
15172echo "$as_me:15172: checking for $ac_word" >&5 16016echo "$as_me:16016: checking for $ac_word" >&5
15173echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 16017echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15174if test "${ac_cv_path_xauth_path+set}" = set; then 16018if test "${ac_cv_path_xauth_path+set}" = set; then
15175 echo $ECHO_N "(cached) $ECHO_C" >&6 16019 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -15186,7 +16030,7 @@ for ac_dir in $ac_dummy; do
15186 test -z "$ac_dir" && ac_dir=. 16030 test -z "$ac_dir" && ac_dir=.
15187 if $as_executable_p "$ac_dir/$ac_word"; then 16031 if $as_executable_p "$ac_dir/$ac_word"; then
15188 ac_cv_path_xauth_path="$ac_dir/$ac_word" 16032 ac_cv_path_xauth_path="$ac_dir/$ac_word"
15189 echo "$as_me:15189: found $ac_dir/$ac_word" >&5 16033 echo "$as_me:16033: found $ac_dir/$ac_word" >&5
15190 break 16034 break
15191fi 16035fi
15192done 16036done
@@ -15197,10 +16041,10 @@ fi
15197xauth_path=$ac_cv_path_xauth_path 16041xauth_path=$ac_cv_path_xauth_path
15198 16042
15199if test -n "$xauth_path"; then 16043if test -n "$xauth_path"; then
15200 echo "$as_me:15200: result: $xauth_path" >&5 16044 echo "$as_me:16044: result: $xauth_path" >&5
15201echo "${ECHO_T}$xauth_path" >&6 16045echo "${ECHO_T}$xauth_path" >&6
15202else 16046else
15203 echo "$as_me:15203: result: no" >&5 16047 echo "$as_me:16047: result: no" >&5
15204echo "${ECHO_T}no" >&6 16048echo "${ECHO_T}no" >&6
15205fi 16049fi
15206 16050
@@ -15244,13 +16088,13 @@ fi
15244 16088
15245if test -z "$no_dev_ptmx" ; then 16089if test -z "$no_dev_ptmx" ; then
15246 if test "x$disable_ptmx_check" != "xyes" ; then 16090 if test "x$disable_ptmx_check" != "xyes" ; then
15247 echo "$as_me:15247: checking for \"/dev/ptmx\"" >&5 16091 echo "$as_me:16091: checking for \"/dev/ptmx\"" >&5
15248echo $ECHO_N "checking for \"/dev/ptmx\"... $ECHO_C" >&6 16092echo $ECHO_N "checking for \"/dev/ptmx\"... $ECHO_C" >&6
15249if test "${ac_cv_file___dev_ptmx_+set}" = set; then 16093if test "${ac_cv_file___dev_ptmx_+set}" = set; then
15250 echo $ECHO_N "(cached) $ECHO_C" >&6 16094 echo $ECHO_N "(cached) $ECHO_C" >&6
15251else 16095else
15252 test "$cross_compiling" = yes && 16096 test "$cross_compiling" = yes &&
15253 { { echo "$as_me:15253: error: cannot check for file existence when cross compiling" >&5 16097 { { echo "$as_me:16097: error: cannot check for file existence when cross compiling" >&5
15254echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 16098echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
15255 { (exit 1); exit 1; }; } 16099 { (exit 1); exit 1; }; }
15256if test -r ""/dev/ptmx""; then 16100if test -r ""/dev/ptmx""; then
@@ -15259,7 +16103,7 @@ else
15259 ac_cv_file___dev_ptmx_=no 16103 ac_cv_file___dev_ptmx_=no
15260fi 16104fi
15261fi 16105fi
15262echo "$as_me:15262: result: $ac_cv_file___dev_ptmx_" >&5 16106echo "$as_me:16106: result: $ac_cv_file___dev_ptmx_" >&5
15263echo "${ECHO_T}$ac_cv_file___dev_ptmx_" >&6 16107echo "${ECHO_T}$ac_cv_file___dev_ptmx_" >&6
15264if test $ac_cv_file___dev_ptmx_ = yes; then 16108if test $ac_cv_file___dev_ptmx_ = yes; then
15265 16109
@@ -15273,13 +16117,13 @@ fi
15273 16117
15274 fi 16118 fi
15275fi 16119fi
15276echo "$as_me:15276: checking for \"/dev/ptc\"" >&5 16120echo "$as_me:16120: checking for \"/dev/ptc\"" >&5
15277echo $ECHO_N "checking for \"/dev/ptc\"... $ECHO_C" >&6 16121echo $ECHO_N "checking for \"/dev/ptc\"... $ECHO_C" >&6
15278if test "${ac_cv_file___dev_ptc_+set}" = set; then 16122if test "${ac_cv_file___dev_ptc_+set}" = set; then
15279 echo $ECHO_N "(cached) $ECHO_C" >&6 16123 echo $ECHO_N "(cached) $ECHO_C" >&6
15280else 16124else
15281 test "$cross_compiling" = yes && 16125 test "$cross_compiling" = yes &&
15282 { { echo "$as_me:15282: error: cannot check for file existence when cross compiling" >&5 16126 { { echo "$as_me:16126: error: cannot check for file existence when cross compiling" >&5
15283echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 16127echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
15284 { (exit 1); exit 1; }; } 16128 { (exit 1); exit 1; }; }
15285if test -r ""/dev/ptc""; then 16129if test -r ""/dev/ptc""; then
@@ -15288,7 +16132,7 @@ else
15288 ac_cv_file___dev_ptc_=no 16132 ac_cv_file___dev_ptc_=no
15289fi 16133fi
15290fi 16134fi
15291echo "$as_me:15291: result: $ac_cv_file___dev_ptc_" >&5 16135echo "$as_me:16135: result: $ac_cv_file___dev_ptc_" >&5
15292echo "${ECHO_T}$ac_cv_file___dev_ptc_" >&6 16136echo "${ECHO_T}$ac_cv_file___dev_ptc_" >&6
15293if test $ac_cv_file___dev_ptc_ = yes; then 16137if test $ac_cv_file___dev_ptc_ = yes; then
15294 16138
@@ -15311,7 +16155,7 @@ if test "${with_mantype+set}" = set; then
15311 MANTYPE=$withval 16155 MANTYPE=$withval
15312 ;; 16156 ;;
15313 *) 16157 *)
15314 { { echo "$as_me:15314: error: invalid man type: $withval" >&5 16158 { { echo "$as_me:16158: error: invalid man type: $withval" >&5
15315echo "$as_me: error: invalid man type: $withval" >&2;} 16159echo "$as_me: error: invalid man type: $withval" >&2;}
15316 { (exit 1); exit 1; }; } 16160 { (exit 1); exit 1; }; }
15317 ;; 16161 ;;
@@ -15324,7 +16168,7 @@ if test -z "$MANTYPE"; then
15324do 16168do
15325 # Extract the first word of "$ac_prog", so it can be a program name with args. 16169 # Extract the first word of "$ac_prog", so it can be a program name with args.
15326set dummy $ac_prog; ac_word=$2 16170set dummy $ac_prog; ac_word=$2
15327echo "$as_me:15327: checking for $ac_word" >&5 16171echo "$as_me:16171: checking for $ac_word" >&5
15328echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 16172echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15329if test "${ac_cv_path_NROFF+set}" = set; then 16173if test "${ac_cv_path_NROFF+set}" = set; then
15330 echo $ECHO_N "(cached) $ECHO_C" >&6 16174 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -15341,7 +16185,7 @@ for ac_dir in $ac_dummy; do
15341 test -z "$ac_dir" && ac_dir=. 16185 test -z "$ac_dir" && ac_dir=.
15342 if $as_executable_p "$ac_dir/$ac_word"; then 16186 if $as_executable_p "$ac_dir/$ac_word"; then
15343 ac_cv_path_NROFF="$ac_dir/$ac_word" 16187 ac_cv_path_NROFF="$ac_dir/$ac_word"
15344 echo "$as_me:15344: found $ac_dir/$ac_word" >&5 16188 echo "$as_me:16188: found $ac_dir/$ac_word" >&5
15345 break 16189 break
15346fi 16190fi
15347done 16191done
@@ -15352,10 +16196,10 @@ fi
15352NROFF=$ac_cv_path_NROFF 16196NROFF=$ac_cv_path_NROFF
15353 16197
15354if test -n "$NROFF"; then 16198if test -n "$NROFF"; then
15355 echo "$as_me:15355: result: $NROFF" >&5 16199 echo "$as_me:16199: result: $NROFF" >&5
15356echo "${ECHO_T}$NROFF" >&6 16200echo "${ECHO_T}$NROFF" >&6
15357else 16201else
15358 echo "$as_me:15358: result: no" >&5 16202 echo "$as_me:16202: result: no" >&5
15359echo "${ECHO_T}no" >&6 16203echo "${ECHO_T}no" >&6
15360fi 16204fi
15361 16205
@@ -15412,10 +16256,10 @@ EOF
15412fi; 16256fi;
15413 16257
15414if test -z "$disable_shadow" ; then 16258if test -z "$disable_shadow" ; then
15415 echo "$as_me:15415: checking if the systems has expire shadow information" >&5 16259 echo "$as_me:16259: checking if the systems has expire shadow information" >&5
15416echo $ECHO_N "checking if the systems has expire shadow information... $ECHO_C" >&6 16260echo $ECHO_N "checking if the systems has expire shadow information... $ECHO_C" >&6
15417 cat >conftest.$ac_ext <<_ACEOF 16261 cat >conftest.$ac_ext <<_ACEOF
15418#line 15418 "configure" 16262#line 16262 "configure"
15419#include "confdefs.h" 16263#include "confdefs.h"
15420 16264
15421#include <sys/types.h> 16265#include <sys/types.h>
@@ -15431,16 +16275,16 @@ main ()
15431} 16275}
15432_ACEOF 16276_ACEOF
15433rm -f conftest.$ac_objext 16277rm -f conftest.$ac_objext
15434if { (eval echo "$as_me:15434: \"$ac_compile\"") >&5 16278if { (eval echo "$as_me:16278: \"$ac_compile\"") >&5
15435 (eval $ac_compile) 2>&5 16279 (eval $ac_compile) 2>&5
15436 ac_status=$? 16280 ac_status=$?
15437 echo "$as_me:15437: \$? = $ac_status" >&5 16281 echo "$as_me:16281: \$? = $ac_status" >&5
15438 (exit $ac_status); } && 16282 (exit $ac_status); } &&
15439 { ac_try='test -s conftest.$ac_objext' 16283 { ac_try='test -s conftest.$ac_objext'
15440 { (eval echo "$as_me:15440: \"$ac_try\"") >&5 16284 { (eval echo "$as_me:16284: \"$ac_try\"") >&5
15441 (eval $ac_try) 2>&5 16285 (eval $ac_try) 2>&5
15442 ac_status=$? 16286 ac_status=$?
15443 echo "$as_me:15443: \$? = $ac_status" >&5 16287 echo "$as_me:16287: \$? = $ac_status" >&5
15444 (exit $ac_status); }; }; then 16288 (exit $ac_status); }; }; then
15445 sp_expire_available=yes 16289 sp_expire_available=yes
15446else 16290else
@@ -15451,14 +16295,14 @@ fi
15451rm -f conftest.$ac_objext conftest.$ac_ext 16295rm -f conftest.$ac_objext conftest.$ac_ext
15452 16296
15453 if test "x$sp_expire_available" = "xyes" ; then 16297 if test "x$sp_expire_available" = "xyes" ; then
15454 echo "$as_me:15454: result: yes" >&5 16298 echo "$as_me:16298: result: yes" >&5
15455echo "${ECHO_T}yes" >&6 16299echo "${ECHO_T}yes" >&6
15456 cat >>confdefs.h <<\EOF 16300 cat >>confdefs.h <<\EOF
15457#define HAS_SHADOW_EXPIRE 1 16301#define HAS_SHADOW_EXPIRE 1
15458EOF 16302EOF
15459 16303
15460 else 16304 else
15461 echo "$as_me:15461: result: no" >&5 16305 echo "$as_me:16305: result: no" >&5
15462echo "${ECHO_T}no" >&6 16306echo "${ECHO_T}no" >&6
15463 fi 16307 fi
15464fi 16308fi
@@ -15495,13 +16339,13 @@ if test "${enable_etc_default_login+set}" = set; then
15495 16339
15496else 16340else
15497 16341
15498echo "$as_me:15498: checking for \"/etc/default/login\"" >&5 16342echo "$as_me:16342: checking for \"/etc/default/login\"" >&5
15499echo $ECHO_N "checking for \"/etc/default/login\"... $ECHO_C" >&6 16343echo $ECHO_N "checking for \"/etc/default/login\"... $ECHO_C" >&6
15500if test "${ac_cv_file___etc_default_login_+set}" = set; then 16344if test "${ac_cv_file___etc_default_login_+set}" = set; then
15501 echo $ECHO_N "(cached) $ECHO_C" >&6 16345 echo $ECHO_N "(cached) $ECHO_C" >&6
15502else 16346else
15503 test "$cross_compiling" = yes && 16347 test "$cross_compiling" = yes &&
15504 { { echo "$as_me:15504: error: cannot check for file existence when cross compiling" >&5 16348 { { echo "$as_me:16348: error: cannot check for file existence when cross compiling" >&5
15505echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 16349echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
15506 { (exit 1); exit 1; }; } 16350 { (exit 1); exit 1; }; }
15507if test -r ""/etc/default/login""; then 16351if test -r ""/etc/default/login""; then
@@ -15510,7 +16354,7 @@ else
15510 ac_cv_file___etc_default_login_=no 16354 ac_cv_file___etc_default_login_=no
15511fi 16355fi
15512fi 16356fi
15513echo "$as_me:15513: result: $ac_cv_file___etc_default_login_" >&5 16357echo "$as_me:16357: result: $ac_cv_file___etc_default_login_" >&5
15514echo "${ECHO_T}$ac_cv_file___etc_default_login_" >&6 16358echo "${ECHO_T}$ac_cv_file___etc_default_login_" >&6
15515if test $ac_cv_file___etc_default_login_ = yes; then 16359if test $ac_cv_file___etc_default_login_ = yes; then
15516 external_path_file=/etc/default/login 16360 external_path_file=/etc/default/login
@@ -15538,7 +16382,7 @@ if test "${with_default_path+set}" = set; then
15538 withval="$with_default_path" 16382 withval="$with_default_path"
15539 16383
15540 if test "x$external_path_file" = "x/etc/login.conf" ; then 16384 if test "x$external_path_file" = "x/etc/login.conf" ; then
15541 { echo "$as_me:15541: WARNING: 16385 { echo "$as_me:16385: WARNING:
15542--with-default-path=PATH has no effect on this system. 16386--with-default-path=PATH has no effect on this system.
15543Edit /etc/login.conf instead." >&5 16387Edit /etc/login.conf instead." >&5
15544echo "$as_me: WARNING: 16388echo "$as_me: WARNING:
@@ -15546,7 +16390,7 @@ echo "$as_me: WARNING:
15546Edit /etc/login.conf instead." >&2;} 16390Edit /etc/login.conf instead." >&2;}
15547 elif test "x$withval" != "xno" ; then 16391 elif test "x$withval" != "xno" ; then
15548 if test ! -z "$external_path_file" ; then 16392 if test ! -z "$external_path_file" ; then
15549 { echo "$as_me:15549: WARNING: 16393 { echo "$as_me:16393: WARNING:
15550--with-default-path=PATH will only be used if PATH is not defined in 16394--with-default-path=PATH will only be used if PATH is not defined in
15551$external_path_file ." >&5 16395$external_path_file ." >&5
15552echo "$as_me: WARNING: 16396echo "$as_me: WARNING:
@@ -15559,11 +16403,11 @@ $external_path_file ." >&2;}
15559 16403
15560else 16404else
15561 if test "x$external_path_file" = "x/etc/login.conf" ; then 16405 if test "x$external_path_file" = "x/etc/login.conf" ; then
15562 { echo "$as_me:15562: WARNING: Make sure the path to scp is in /etc/login.conf" >&5 16406 { echo "$as_me:16406: WARNING: Make sure the path to scp is in /etc/login.conf" >&5
15563echo "$as_me: WARNING: Make sure the path to scp is in /etc/login.conf" >&2;} 16407echo "$as_me: WARNING: Make sure the path to scp is in /etc/login.conf" >&2;}
15564 else 16408 else
15565 if test ! -z "$external_path_file" ; then 16409 if test ! -z "$external_path_file" ; then
15566 { echo "$as_me:15566: WARNING: 16410 { echo "$as_me:16410: WARNING:
15567If PATH is defined in $external_path_file, ensure the path to scp is included, 16411If PATH is defined in $external_path_file, ensure the path to scp is included,
15568otherwise scp will not work." >&5 16412otherwise scp will not work." >&5
15569echo "$as_me: WARNING: 16413echo "$as_me: WARNING:
@@ -15575,7 +16419,7 @@ otherwise scp will not work." >&2;}
15575 16419
15576else 16420else
15577 cat >conftest.$ac_ext <<_ACEOF 16421 cat >conftest.$ac_ext <<_ACEOF
15578#line 15578 "configure" 16422#line 16422 "configure"
15579#include "confdefs.h" 16423#include "confdefs.h"
15580 16424
15581/* find out what STDPATH is */ 16425/* find out what STDPATH is */
@@ -15612,15 +16456,15 @@ main()
15612 16456
15613_ACEOF 16457_ACEOF
15614rm -f conftest$ac_exeext 16458rm -f conftest$ac_exeext
15615if { (eval echo "$as_me:15615: \"$ac_link\"") >&5 16459if { (eval echo "$as_me:16459: \"$ac_link\"") >&5
15616 (eval $ac_link) 2>&5 16460 (eval $ac_link) 2>&5
15617 ac_status=$? 16461 ac_status=$?
15618 echo "$as_me:15618: \$? = $ac_status" >&5 16462 echo "$as_me:16462: \$? = $ac_status" >&5
15619 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 16463 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15620 { (eval echo "$as_me:15620: \"$ac_try\"") >&5 16464 { (eval echo "$as_me:16464: \"$ac_try\"") >&5
15621 (eval $ac_try) 2>&5 16465 (eval $ac_try) 2>&5
15622 ac_status=$? 16466 ac_status=$?
15623 echo "$as_me:15623: \$? = $ac_status" >&5 16467 echo "$as_me:16467: \$? = $ac_status" >&5
15624 (exit $ac_status); }; }; then 16468 (exit $ac_status); }; }; then
15625 user_path=`cat conftest.stdpath` 16469 user_path=`cat conftest.stdpath`
15626else 16470else
@@ -15644,7 +16488,7 @@ fi
15644 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1 16488 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
15645 if test $? -ne 0 ; then 16489 if test $? -ne 0 ; then
15646 user_path=$user_path:$t_bindir 16490 user_path=$user_path:$t_bindir
15647 echo "$as_me:15647: result: Adding $t_bindir to USER_PATH so scp will work" >&5 16491 echo "$as_me:16491: result: Adding $t_bindir to USER_PATH so scp will work" >&5
15648echo "${ECHO_T}Adding $t_bindir to USER_PATH so scp will work" >&6 16492echo "${ECHO_T}Adding $t_bindir to USER_PATH so scp will work" >&6
15649 fi 16493 fi
15650 fi 16494 fi
@@ -15674,7 +16518,7 @@ EOF
15674 16518
15675fi; 16519fi;
15676 16520
15677echo "$as_me:15677: checking if we need to convert IPv4 in IPv6-mapped addresses" >&5 16521echo "$as_me:16521: checking if we need to convert IPv4 in IPv6-mapped addresses" >&5
15678echo $ECHO_N "checking if we need to convert IPv4 in IPv6-mapped addresses... $ECHO_C" >&6 16522echo $ECHO_N "checking if we need to convert IPv4 in IPv6-mapped addresses... $ECHO_C" >&6
15679IPV4_IN6_HACK_MSG="no" 16523IPV4_IN6_HACK_MSG="no"
15680 16524
@@ -15683,7 +16527,7 @@ if test "${with_4in6+set}" = set; then
15683 withval="$with_4in6" 16527 withval="$with_4in6"
15684 16528
15685 if test "x$withval" != "xno" ; then 16529 if test "x$withval" != "xno" ; then
15686 echo "$as_me:15686: result: yes" >&5 16530 echo "$as_me:16530: result: yes" >&5
15687echo "${ECHO_T}yes" >&6 16531echo "${ECHO_T}yes" >&6
15688 cat >>confdefs.h <<\EOF 16532 cat >>confdefs.h <<\EOF
15689#define IPV4_IN_IPV6 1 16533#define IPV4_IN_IPV6 1
@@ -15691,14 +16535,14 @@ EOF
15691 16535
15692 IPV4_IN6_HACK_MSG="yes" 16536 IPV4_IN6_HACK_MSG="yes"
15693 else 16537 else
15694 echo "$as_me:15694: result: no" >&5 16538 echo "$as_me:16538: result: no" >&5
15695echo "${ECHO_T}no" >&6 16539echo "${ECHO_T}no" >&6
15696 fi 16540 fi
15697 16541
15698else 16542else
15699 16543
15700 if test "x$inet6_default_4in6" = "xyes"; then 16544 if test "x$inet6_default_4in6" = "xyes"; then
15701 echo "$as_me:15701: result: yes (default)" >&5 16545 echo "$as_me:16545: result: yes (default)" >&5
15702echo "${ECHO_T}yes (default)" >&6 16546echo "${ECHO_T}yes (default)" >&6
15703 cat >>confdefs.h <<\EOF 16547 cat >>confdefs.h <<\EOF
15704#define IPV4_IN_IPV6 1 16548#define IPV4_IN_IPV6 1
@@ -15706,7 +16550,7 @@ EOF
15706 16550
15707 IPV4_IN6_HACK_MSG="yes" 16551 IPV4_IN6_HACK_MSG="yes"
15708 else 16552 else
15709 echo "$as_me:15709: result: no (default)" >&5 16553 echo "$as_me:16553: result: no (default)" >&5
15710echo "${ECHO_T}no (default)" >&6 16554echo "${ECHO_T}no (default)" >&6
15711 fi 16555 fi
15712 16556
@@ -15735,7 +16579,7 @@ piddir=/var/run
15735if test ! -d $piddir ; then 16579if test ! -d $piddir ; then
15736 piddir=`eval echo ${sysconfdir}` 16580 piddir=`eval echo ${sysconfdir}`
15737 case $piddir in 16581 case $piddir in
15738 NONE/*) piddir=`echo $piddir | sed "s~NONE~$ac_default_prefix~"` ;; 16582 NONE/*) piddir=`echo $piddir | sed "s~NONE~$ac_default_prefix~"` ;;
15739 esac 16583 esac
15740fi 16584fi
15741 16585
@@ -15746,7 +16590,7 @@ if test "${with_pid_dir+set}" = set; then
15746 if test "x$withval" != "xno" ; then 16590 if test "x$withval" != "xno" ; then
15747 piddir=$withval 16591 piddir=$withval
15748 if test ! -d $piddir ; then 16592 if test ! -d $piddir ; then
15749 { echo "$as_me:15749: WARNING: ** no $piddir directory on this system **" >&5 16593 { echo "$as_me:16593: WARNING: ** no $piddir directory on this system **" >&5
15750echo "$as_me: WARNING: ** no $piddir directory on this system **" >&2;} 16594echo "$as_me: WARNING: ** no $piddir directory on this system **" >&2;}
15751 fi 16595 fi
15752 fi 16596 fi
@@ -15869,10 +16713,10 @@ EOF
15869 16713
15870fi; 16714fi;
15871 16715
15872echo "$as_me:15872: checking if your system defines LASTLOG_FILE" >&5 16716echo "$as_me:16716: checking if your system defines LASTLOG_FILE" >&5
15873echo $ECHO_N "checking if your system defines LASTLOG_FILE... $ECHO_C" >&6 16717echo $ECHO_N "checking if your system defines LASTLOG_FILE... $ECHO_C" >&6
15874cat >conftest.$ac_ext <<_ACEOF 16718cat >conftest.$ac_ext <<_ACEOF
15875#line 15875 "configure" 16719#line 16719 "configure"
15876#include "confdefs.h" 16720#include "confdefs.h"
15877 16721
15878#include <sys/types.h> 16722#include <sys/types.h>
@@ -15896,29 +16740,29 @@ main ()
15896} 16740}
15897_ACEOF 16741_ACEOF
15898rm -f conftest.$ac_objext 16742rm -f conftest.$ac_objext
15899if { (eval echo "$as_me:15899: \"$ac_compile\"") >&5 16743if { (eval echo "$as_me:16743: \"$ac_compile\"") >&5
15900 (eval $ac_compile) 2>&5 16744 (eval $ac_compile) 2>&5
15901 ac_status=$? 16745 ac_status=$?
15902 echo "$as_me:15902: \$? = $ac_status" >&5 16746 echo "$as_me:16746: \$? = $ac_status" >&5
15903 (exit $ac_status); } && 16747 (exit $ac_status); } &&
15904 { ac_try='test -s conftest.$ac_objext' 16748 { ac_try='test -s conftest.$ac_objext'
15905 { (eval echo "$as_me:15905: \"$ac_try\"") >&5 16749 { (eval echo "$as_me:16749: \"$ac_try\"") >&5
15906 (eval $ac_try) 2>&5 16750 (eval $ac_try) 2>&5
15907 ac_status=$? 16751 ac_status=$?
15908 echo "$as_me:15908: \$? = $ac_status" >&5 16752 echo "$as_me:16752: \$? = $ac_status" >&5
15909 (exit $ac_status); }; }; then 16753 (exit $ac_status); }; }; then
15910 echo "$as_me:15910: result: yes" >&5 16754 echo "$as_me:16754: result: yes" >&5
15911echo "${ECHO_T}yes" >&6 16755echo "${ECHO_T}yes" >&6
15912else 16756else
15913 echo "$as_me: failed program was:" >&5 16757 echo "$as_me: failed program was:" >&5
15914cat conftest.$ac_ext >&5 16758cat conftest.$ac_ext >&5
15915 16759
15916 echo "$as_me:15916: result: no" >&5 16760 echo "$as_me:16760: result: no" >&5
15917echo "${ECHO_T}no" >&6 16761echo "${ECHO_T}no" >&6
15918 echo "$as_me:15918: checking if your system defines _PATH_LASTLOG" >&5 16762 echo "$as_me:16762: checking if your system defines _PATH_LASTLOG" >&5
15919echo $ECHO_N "checking if your system defines _PATH_LASTLOG... $ECHO_C" >&6 16763echo $ECHO_N "checking if your system defines _PATH_LASTLOG... $ECHO_C" >&6
15920 cat >conftest.$ac_ext <<_ACEOF 16764 cat >conftest.$ac_ext <<_ACEOF
15921#line 15921 "configure" 16765#line 16765 "configure"
15922#include "confdefs.h" 16766#include "confdefs.h"
15923 16767
15924#include <sys/types.h> 16768#include <sys/types.h>
@@ -15939,24 +16783,24 @@ main ()
15939} 16783}
15940_ACEOF 16784_ACEOF
15941rm -f conftest.$ac_objext 16785rm -f conftest.$ac_objext
15942if { (eval echo "$as_me:15942: \"$ac_compile\"") >&5 16786if { (eval echo "$as_me:16786: \"$ac_compile\"") >&5
15943 (eval $ac_compile) 2>&5 16787 (eval $ac_compile) 2>&5
15944 ac_status=$? 16788 ac_status=$?
15945 echo "$as_me:15945: \$? = $ac_status" >&5 16789 echo "$as_me:16789: \$? = $ac_status" >&5
15946 (exit $ac_status); } && 16790 (exit $ac_status); } &&
15947 { ac_try='test -s conftest.$ac_objext' 16791 { ac_try='test -s conftest.$ac_objext'
15948 { (eval echo "$as_me:15948: \"$ac_try\"") >&5 16792 { (eval echo "$as_me:16792: \"$ac_try\"") >&5
15949 (eval $ac_try) 2>&5 16793 (eval $ac_try) 2>&5
15950 ac_status=$? 16794 ac_status=$?
15951 echo "$as_me:15951: \$? = $ac_status" >&5 16795 echo "$as_me:16795: \$? = $ac_status" >&5
15952 (exit $ac_status); }; }; then 16796 (exit $ac_status); }; }; then
15953 echo "$as_me:15953: result: yes" >&5 16797 echo "$as_me:16797: result: yes" >&5
15954echo "${ECHO_T}yes" >&6 16798echo "${ECHO_T}yes" >&6
15955else 16799else
15956 echo "$as_me: failed program was:" >&5 16800 echo "$as_me: failed program was:" >&5
15957cat conftest.$ac_ext >&5 16801cat conftest.$ac_ext >&5
15958 16802
15959 echo "$as_me:15959: result: no" >&5 16803 echo "$as_me:16803: result: no" >&5
15960echo "${ECHO_T}no" >&6 16804echo "${ECHO_T}no" >&6
15961 system_lastlog_path=no 16805 system_lastlog_path=no
15962 16806
@@ -15974,7 +16818,7 @@ if test -z "$conf_lastlog_location"; then
15974 fi 16818 fi
15975 done 16819 done
15976 if test -z "$conf_lastlog_location"; then 16820 if test -z "$conf_lastlog_location"; then
15977 { echo "$as_me:15977: WARNING: ** Cannot find lastlog **" >&5 16821 { echo "$as_me:16821: WARNING: ** Cannot find lastlog **" >&5
15978echo "$as_me: WARNING: ** Cannot find lastlog **" >&2;} 16822echo "$as_me: WARNING: ** Cannot find lastlog **" >&2;}
15979 fi 16823 fi
15980 fi 16824 fi
@@ -15987,10 +16831,10 @@ EOF
15987 16831
15988fi 16832fi
15989 16833
15990echo "$as_me:15990: checking if your system defines UTMP_FILE" >&5 16834echo "$as_me:16834: checking if your system defines UTMP_FILE" >&5
15991echo $ECHO_N "checking if your system defines UTMP_FILE... $ECHO_C" >&6 16835echo $ECHO_N "checking if your system defines UTMP_FILE... $ECHO_C" >&6
15992cat >conftest.$ac_ext <<_ACEOF 16836cat >conftest.$ac_ext <<_ACEOF
15993#line 15993 "configure" 16837#line 16837 "configure"
15994#include "confdefs.h" 16838#include "confdefs.h"
15995 16839
15996#include <sys/types.h> 16840#include <sys/types.h>
@@ -16008,23 +16852,23 @@ main ()
16008} 16852}
16009_ACEOF 16853_ACEOF
16010rm -f conftest.$ac_objext 16854rm -f conftest.$ac_objext
16011if { (eval echo "$as_me:16011: \"$ac_compile\"") >&5 16855if { (eval echo "$as_me:16855: \"$ac_compile\"") >&5
16012 (eval $ac_compile) 2>&5 16856 (eval $ac_compile) 2>&5
16013 ac_status=$? 16857 ac_status=$?
16014 echo "$as_me:16014: \$? = $ac_status" >&5 16858 echo "$as_me:16858: \$? = $ac_status" >&5
16015 (exit $ac_status); } && 16859 (exit $ac_status); } &&
16016 { ac_try='test -s conftest.$ac_objext' 16860 { ac_try='test -s conftest.$ac_objext'
16017 { (eval echo "$as_me:16017: \"$ac_try\"") >&5 16861 { (eval echo "$as_me:16861: \"$ac_try\"") >&5
16018 (eval $ac_try) 2>&5 16862 (eval $ac_try) 2>&5
16019 ac_status=$? 16863 ac_status=$?
16020 echo "$as_me:16020: \$? = $ac_status" >&5 16864 echo "$as_me:16864: \$? = $ac_status" >&5
16021 (exit $ac_status); }; }; then 16865 (exit $ac_status); }; }; then
16022 echo "$as_me:16022: result: yes" >&5 16866 echo "$as_me:16866: result: yes" >&5
16023echo "${ECHO_T}yes" >&6 16867echo "${ECHO_T}yes" >&6
16024else 16868else
16025 echo "$as_me: failed program was:" >&5 16869 echo "$as_me: failed program was:" >&5
16026cat conftest.$ac_ext >&5 16870cat conftest.$ac_ext >&5
16027 echo "$as_me:16027: result: no" >&5 16871 echo "$as_me:16871: result: no" >&5
16028echo "${ECHO_T}no" >&6 16872echo "${ECHO_T}no" >&6
16029 system_utmp_path=no 16873 system_utmp_path=no
16030 16874
@@ -16052,10 +16896,10 @@ EOF
16052 16896
16053fi 16897fi
16054 16898
16055echo "$as_me:16055: checking if your system defines WTMP_FILE" >&5 16899echo "$as_me:16899: checking if your system defines WTMP_FILE" >&5
16056echo $ECHO_N "checking if your system defines WTMP_FILE... $ECHO_C" >&6 16900echo $ECHO_N "checking if your system defines WTMP_FILE... $ECHO_C" >&6
16057cat >conftest.$ac_ext <<_ACEOF 16901cat >conftest.$ac_ext <<_ACEOF
16058#line 16058 "configure" 16902#line 16902 "configure"
16059#include "confdefs.h" 16903#include "confdefs.h"
16060 16904
16061#include <sys/types.h> 16905#include <sys/types.h>
@@ -16073,23 +16917,23 @@ main ()
16073} 16917}
16074_ACEOF 16918_ACEOF
16075rm -f conftest.$ac_objext 16919rm -f conftest.$ac_objext
16076if { (eval echo "$as_me:16076: \"$ac_compile\"") >&5 16920if { (eval echo "$as_me:16920: \"$ac_compile\"") >&5
16077 (eval $ac_compile) 2>&5 16921 (eval $ac_compile) 2>&5
16078 ac_status=$? 16922 ac_status=$?
16079 echo "$as_me:16079: \$? = $ac_status" >&5 16923 echo "$as_me:16923: \$? = $ac_status" >&5
16080 (exit $ac_status); } && 16924 (exit $ac_status); } &&
16081 { ac_try='test -s conftest.$ac_objext' 16925 { ac_try='test -s conftest.$ac_objext'
16082 { (eval echo "$as_me:16082: \"$ac_try\"") >&5 16926 { (eval echo "$as_me:16926: \"$ac_try\"") >&5
16083 (eval $ac_try) 2>&5 16927 (eval $ac_try) 2>&5
16084 ac_status=$? 16928 ac_status=$?
16085 echo "$as_me:16085: \$? = $ac_status" >&5 16929 echo "$as_me:16929: \$? = $ac_status" >&5
16086 (exit $ac_status); }; }; then 16930 (exit $ac_status); }; }; then
16087 echo "$as_me:16087: result: yes" >&5 16931 echo "$as_me:16931: result: yes" >&5
16088echo "${ECHO_T}yes" >&6 16932echo "${ECHO_T}yes" >&6
16089else 16933else
16090 echo "$as_me: failed program was:" >&5 16934 echo "$as_me: failed program was:" >&5
16091cat conftest.$ac_ext >&5 16935cat conftest.$ac_ext >&5
16092 echo "$as_me:16092: result: no" >&5 16936 echo "$as_me:16936: result: no" >&5
16093echo "${ECHO_T}no" >&6 16937echo "${ECHO_T}no" >&6
16094 system_wtmp_path=no 16938 system_wtmp_path=no
16095 16939
@@ -16117,10 +16961,10 @@ EOF
16117 16961
16118fi 16962fi
16119 16963
16120echo "$as_me:16120: checking if your system defines UTMPX_FILE" >&5 16964echo "$as_me:16964: checking if your system defines UTMPX_FILE" >&5
16121echo $ECHO_N "checking if your system defines UTMPX_FILE... $ECHO_C" >&6 16965echo $ECHO_N "checking if your system defines UTMPX_FILE... $ECHO_C" >&6
16122cat >conftest.$ac_ext <<_ACEOF 16966cat >conftest.$ac_ext <<_ACEOF
16123#line 16123 "configure" 16967#line 16967 "configure"
16124#include "confdefs.h" 16968#include "confdefs.h"
16125 16969
16126#include <sys/types.h> 16970#include <sys/types.h>
@@ -16141,23 +16985,23 @@ main ()
16141} 16985}
16142_ACEOF 16986_ACEOF
16143rm -f conftest.$ac_objext 16987rm -f conftest.$ac_objext
16144if { (eval echo "$as_me:16144: \"$ac_compile\"") >&5 16988if { (eval echo "$as_me:16988: \"$ac_compile\"") >&5
16145 (eval $ac_compile) 2>&5 16989 (eval $ac_compile) 2>&5
16146 ac_status=$? 16990 ac_status=$?
16147 echo "$as_me:16147: \$? = $ac_status" >&5 16991 echo "$as_me:16991: \$? = $ac_status" >&5
16148 (exit $ac_status); } && 16992 (exit $ac_status); } &&
16149 { ac_try='test -s conftest.$ac_objext' 16993 { ac_try='test -s conftest.$ac_objext'
16150 { (eval echo "$as_me:16150: \"$ac_try\"") >&5 16994 { (eval echo "$as_me:16994: \"$ac_try\"") >&5
16151 (eval $ac_try) 2>&5 16995 (eval $ac_try) 2>&5
16152 ac_status=$? 16996 ac_status=$?
16153 echo "$as_me:16153: \$? = $ac_status" >&5 16997 echo "$as_me:16997: \$? = $ac_status" >&5
16154 (exit $ac_status); }; }; then 16998 (exit $ac_status); }; }; then
16155 echo "$as_me:16155: result: yes" >&5 16999 echo "$as_me:16999: result: yes" >&5
16156echo "${ECHO_T}yes" >&6 17000echo "${ECHO_T}yes" >&6
16157else 17001else
16158 echo "$as_me: failed program was:" >&5 17002 echo "$as_me: failed program was:" >&5
16159cat conftest.$ac_ext >&5 17003cat conftest.$ac_ext >&5
16160 echo "$as_me:16160: result: no" >&5 17004 echo "$as_me:17004: result: no" >&5
16161echo "${ECHO_T}no" >&6 17005echo "${ECHO_T}no" >&6
16162 system_utmpx_path=no 17006 system_utmpx_path=no
16163 17007
@@ -16177,10 +17021,10 @@ EOF
16177 17021
16178fi 17022fi
16179 17023
16180echo "$as_me:16180: checking if your system defines WTMPX_FILE" >&5 17024echo "$as_me:17024: checking if your system defines WTMPX_FILE" >&5
16181echo $ECHO_N "checking if your system defines WTMPX_FILE... $ECHO_C" >&6 17025echo $ECHO_N "checking if your system defines WTMPX_FILE... $ECHO_C" >&6
16182cat >conftest.$ac_ext <<_ACEOF 17026cat >conftest.$ac_ext <<_ACEOF
16183#line 16183 "configure" 17027#line 17027 "configure"
16184#include "confdefs.h" 17028#include "confdefs.h"
16185 17029
16186#include <sys/types.h> 17030#include <sys/types.h>
@@ -16201,23 +17045,23 @@ main ()
16201} 17045}
16202_ACEOF 17046_ACEOF
16203rm -f conftest.$ac_objext 17047rm -f conftest.$ac_objext
16204if { (eval echo "$as_me:16204: \"$ac_compile\"") >&5 17048if { (eval echo "$as_me:17048: \"$ac_compile\"") >&5
16205 (eval $ac_compile) 2>&5 17049 (eval $ac_compile) 2>&5
16206 ac_status=$? 17050 ac_status=$?
16207 echo "$as_me:16207: \$? = $ac_status" >&5 17051 echo "$as_me:17051: \$? = $ac_status" >&5
16208 (exit $ac_status); } && 17052 (exit $ac_status); } &&
16209 { ac_try='test -s conftest.$ac_objext' 17053 { ac_try='test -s conftest.$ac_objext'
16210 { (eval echo "$as_me:16210: \"$ac_try\"") >&5 17054 { (eval echo "$as_me:17054: \"$ac_try\"") >&5
16211 (eval $ac_try) 2>&5 17055 (eval $ac_try) 2>&5
16212 ac_status=$? 17056 ac_status=$?
16213 echo "$as_me:16213: \$? = $ac_status" >&5 17057 echo "$as_me:17057: \$? = $ac_status" >&5
16214 (exit $ac_status); }; }; then 17058 (exit $ac_status); }; }; then
16215 echo "$as_me:16215: result: yes" >&5 17059 echo "$as_me:17059: result: yes" >&5
16216echo "${ECHO_T}yes" >&6 17060echo "${ECHO_T}yes" >&6
16217else 17061else
16218 echo "$as_me: failed program was:" >&5 17062 echo "$as_me: failed program was:" >&5
16219cat conftest.$ac_ext >&5 17063cat conftest.$ac_ext >&5
16220 echo "$as_me:16220: result: no" >&5 17064 echo "$as_me:17064: result: no" >&5
16221echo "${ECHO_T}no" >&6 17065echo "${ECHO_T}no" >&6
16222 system_wtmpx_path=no 17066 system_wtmpx_path=no
16223 17067
@@ -16239,7 +17083,7 @@ fi
16239 17083
16240if test ! -z "$blibpath" ; then 17084if test ! -z "$blibpath" ; then
16241 LDFLAGS="$LDFLAGS $blibflags$blibpath" 17085 LDFLAGS="$LDFLAGS $blibflags$blibpath"
16242 { echo "$as_me:16242: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&5 17086 { echo "$as_me:17086: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&5
16243echo "$as_me: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&2;} 17087echo "$as_me: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&2;}
16244fi 17088fi
16245 17089
@@ -16331,7 +17175,7 @@ DEFS=-DHAVE_CONFIG_H
16331: ${CONFIG_STATUS=./config.status} 17175: ${CONFIG_STATUS=./config.status}
16332ac_clean_files_save=$ac_clean_files 17176ac_clean_files_save=$ac_clean_files
16333ac_clean_files="$ac_clean_files $CONFIG_STATUS" 17177ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16334{ echo "$as_me:16334: creating $CONFIG_STATUS" >&5 17178{ echo "$as_me:17178: creating $CONFIG_STATUS" >&5
16335echo "$as_me: creating $CONFIG_STATUS" >&6;} 17179echo "$as_me: creating $CONFIG_STATUS" >&6;}
16336cat >$CONFIG_STATUS <<_ACEOF 17180cat >$CONFIG_STATUS <<_ACEOF
16337#! $SHELL 17181#! $SHELL
@@ -16504,7 +17348,7 @@ cat >>$CONFIG_STATUS <<\EOF
16504 echo "$ac_cs_version"; exit 0 ;; 17348 echo "$ac_cs_version"; exit 0 ;;
16505 --he | --h) 17349 --he | --h)
16506 # Conflict between --help and --header 17350 # Conflict between --help and --header
16507 { { echo "$as_me:16507: error: ambiguous option: $1 17351 { { echo "$as_me:17351: error: ambiguous option: $1
16508Try \`$0 --help' for more information." >&5 17352Try \`$0 --help' for more information." >&5
16509echo "$as_me: error: ambiguous option: $1 17353echo "$as_me: error: ambiguous option: $1
16510Try \`$0 --help' for more information." >&2;} 17354Try \`$0 --help' for more information." >&2;}
@@ -16523,7 +17367,7 @@ Try \`$0 --help' for more information." >&2;}
16523 ac_need_defaults=false;; 17367 ac_need_defaults=false;;
16524 17368
16525 # This is an error. 17369 # This is an error.
16526 -*) { { echo "$as_me:16526: error: unrecognized option: $1 17370 -*) { { echo "$as_me:17370: error: unrecognized option: $1
16527Try \`$0 --help' for more information." >&5 17371Try \`$0 --help' for more information." >&5
16528echo "$as_me: error: unrecognized option: $1 17372echo "$as_me: error: unrecognized option: $1
16529Try \`$0 --help' for more information." >&2;} 17373Try \`$0 --help' for more information." >&2;}
@@ -16563,7 +17407,7 @@ do
16563 "scard/Makefile" ) CONFIG_FILES="$CONFIG_FILES scard/Makefile" ;; 17407 "scard/Makefile" ) CONFIG_FILES="$CONFIG_FILES scard/Makefile" ;;
16564 "ssh_prng_cmds" ) CONFIG_FILES="$CONFIG_FILES ssh_prng_cmds" ;; 17408 "ssh_prng_cmds" ) CONFIG_FILES="$CONFIG_FILES ssh_prng_cmds" ;;
16565 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 17409 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
16566 *) { { echo "$as_me:16566: error: invalid argument: $ac_config_target" >&5 17410 *) { { echo "$as_me:17410: error: invalid argument: $ac_config_target" >&5
16567echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 17411echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
16568 { (exit 1); exit 1; }; };; 17412 { (exit 1); exit 1; }; };;
16569 esac 17413 esac
@@ -16673,6 +17517,7 @@ s,@ENT@,$ENT,;t t
16673s,@TEST_MINUS_S_SH@,$TEST_MINUS_S_SH,;t t 17517s,@TEST_MINUS_S_SH@,$TEST_MINUS_S_SH,;t t
16674s,@SH@,$SH,;t t 17518s,@SH@,$SH,;t t
16675s,@LOGIN_PROGRAM_FALLBACK@,$LOGIN_PROGRAM_FALLBACK,;t t 17519s,@LOGIN_PROGRAM_FALLBACK@,$LOGIN_PROGRAM_FALLBACK,;t t
17520s,@PATH_PASSWD_PROG@,$PATH_PASSWD_PROG,;t t
16676s,@LD@,$LD,;t t 17521s,@LD@,$LD,;t t
16677s,@LIBWRAP@,$LIBWRAP,;t t 17522s,@LIBWRAP@,$LIBWRAP,;t t
16678s,@LIBPAM@,$LIBPAM,;t t 17523s,@LIBPAM@,$LIBPAM,;t t
@@ -16819,7 +17664,7 @@ done; }
16819 esac 17664 esac
16820 17665
16821 if test x"$ac_file" != x-; then 17666 if test x"$ac_file" != x-; then
16822 { echo "$as_me:16822: creating $ac_file" >&5 17667 { echo "$as_me:17667: creating $ac_file" >&5
16823echo "$as_me: creating $ac_file" >&6;} 17668echo "$as_me: creating $ac_file" >&6;}
16824 rm -f "$ac_file" 17669 rm -f "$ac_file"
16825 fi 17670 fi
@@ -16837,7 +17682,7 @@ echo "$as_me: creating $ac_file" >&6;}
16837 -) echo $tmp/stdin ;; 17682 -) echo $tmp/stdin ;;
16838 [\\/$]*) 17683 [\\/$]*)
16839 # Absolute (can't be DOS-style, as IFS=:) 17684 # Absolute (can't be DOS-style, as IFS=:)
16840 test -f "$f" || { { echo "$as_me:16840: error: cannot find input file: $f" >&5 17685 test -f "$f" || { { echo "$as_me:17685: error: cannot find input file: $f" >&5
16841echo "$as_me: error: cannot find input file: $f" >&2;} 17686echo "$as_me: error: cannot find input file: $f" >&2;}
16842 { (exit 1); exit 1; }; } 17687 { (exit 1); exit 1; }; }
16843 echo $f;; 17688 echo $f;;
@@ -16850,7 +17695,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
16850 echo $srcdir/$f 17695 echo $srcdir/$f
16851 else 17696 else
16852 # /dev/null tree 17697 # /dev/null tree
16853 { { echo "$as_me:16853: error: cannot find input file: $f" >&5 17698 { { echo "$as_me:17698: error: cannot find input file: $f" >&5
16854echo "$as_me: error: cannot find input file: $f" >&2;} 17699echo "$as_me: error: cannot find input file: $f" >&2;}
16855 { (exit 1); exit 1; }; } 17700 { (exit 1); exit 1; }; }
16856 fi;; 17701 fi;;
@@ -16911,7 +17756,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
16911 * ) ac_file_in=$ac_file.in ;; 17756 * ) ac_file_in=$ac_file.in ;;
16912 esac 17757 esac
16913 17758
16914 test x"$ac_file" != x- && { echo "$as_me:16914: creating $ac_file" >&5 17759 test x"$ac_file" != x- && { echo "$as_me:17759: creating $ac_file" >&5
16915echo "$as_me: creating $ac_file" >&6;} 17760echo "$as_me: creating $ac_file" >&6;}
16916 17761
16917 # First look for the input files in the build tree, otherwise in the 17762 # First look for the input files in the build tree, otherwise in the
@@ -16922,7 +17767,7 @@ echo "$as_me: creating $ac_file" >&6;}
16922 -) echo $tmp/stdin ;; 17767 -) echo $tmp/stdin ;;
16923 [\\/$]*) 17768 [\\/$]*)
16924 # Absolute (can't be DOS-style, as IFS=:) 17769 # Absolute (can't be DOS-style, as IFS=:)
16925 test -f "$f" || { { echo "$as_me:16925: error: cannot find input file: $f" >&5 17770 test -f "$f" || { { echo "$as_me:17770: error: cannot find input file: $f" >&5
16926echo "$as_me: error: cannot find input file: $f" >&2;} 17771echo "$as_me: error: cannot find input file: $f" >&2;}
16927 { (exit 1); exit 1; }; } 17772 { (exit 1); exit 1; }; }
16928 echo $f;; 17773 echo $f;;
@@ -16935,7 +17780,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
16935 echo $srcdir/$f 17780 echo $srcdir/$f
16936 else 17781 else
16937 # /dev/null tree 17782 # /dev/null tree
16938 { { echo "$as_me:16938: error: cannot find input file: $f" >&5 17783 { { echo "$as_me:17783: error: cannot find input file: $f" >&5
16939echo "$as_me: error: cannot find input file: $f" >&2;} 17784echo "$as_me: error: cannot find input file: $f" >&2;}
16940 { (exit 1); exit 1; }; } 17785 { (exit 1); exit 1; }; }
16941 fi;; 17786 fi;;
@@ -16965,7 +17810,7 @@ s/[\\&,]/\\&/g
16965s,[\\$`],\\&,g 17810s,[\\$`],\\&,g
16966t clear 17811t clear
16967: clear 17812: clear
16968s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 17813s,^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp
16969t end 17814t end
16970s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 17815s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
16971: end 17816: end
@@ -17052,7 +17897,7 @@ cat >>$CONFIG_STATUS <<\EOF
17052 rm -f $tmp/in 17897 rm -f $tmp/in
17053 if test x"$ac_file" != x-; then 17898 if test x"$ac_file" != x-; then
17054 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 17899 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
17055 { echo "$as_me:17055: $ac_file is unchanged" >&5 17900 { echo "$as_me:17900: $ac_file is unchanged" >&5
17056echo "$as_me: $ac_file is unchanged" >&6;} 17901echo "$as_me: $ac_file is unchanged" >&6;}
17057 else 17902 else
17058 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17903 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
@@ -17156,7 +18001,6 @@ if test ! -z "$superuser_path" ; then
17156echo " sshd superuser user PATH: $J" 18001echo " sshd superuser user PATH: $J"
17157fi 18002fi
17158echo " Manpage format: $MANTYPE" 18003echo " Manpage format: $MANTYPE"
17159echo " DNS support: $DNS_MSG"
17160echo " PAM support: $PAM_MSG" 18004echo " PAM support: $PAM_MSG"
17161echo " KerberosV support: $KRB5_MSG" 18005echo " KerberosV support: $KRB5_MSG"
17162echo " Smartcard support: $SCARD_MSG" 18006echo " Smartcard support: $SCARD_MSG"