From: Todd C. Miller Date: Wed, 2 Jan 2002 22:40:04 +0000 (+0000) Subject: regen X-Git-Tag: SUDO_1_6_4~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b05c753da69021e3d0db56361981969f43008c9f;p=sudo regen --- diff --git a/configure b/configure index e0841bafe..be864f989 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by Autoconf 2.52. +# Generated by Autoconf 2.52 for sudo 1.6.4. # # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. @@ -104,7 +104,6 @@ SHELL=${CONFIG_SHELL-/bin/sh} # only ac_max_sed_lines should be used. : ${ac_max_here_lines=38} -ac_unique_file="sudo.h" # Factoring default headers for most tests. ac_includes_default="\ #include @@ -181,11 +180,11 @@ infodir='${prefix}/info' mandir='${prefix}/man' # Identity of this package. -PACKAGE_NAME= -PACKAGE_TARNAME= -PACKAGE_VERSION= -PACKAGE_STRING= -PACKAGE_BUGREPORT= +PACKAGE_NAME='sudo' +PACKAGE_TARNAME='sudo' +PACKAGE_VERSION='1.6.4' +PACKAGE_STRING='sudo 1.6.4' +PACKAGE_BUGREPORT='' ac_prev= for ac_option @@ -601,7 +600,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <&5 <&5 + { echo "$as_me:943: loading site script $ac_site_file" >&5 echo "$as_me: loading site script $ac_site_file" >&6;} cat "$ac_site_file" >&5 . "$ac_site_file" @@ -948,7 +951,7 @@ if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then - { echo "$as_me:951: loading cache $cache_file" >&5 + { echo "$as_me:954: loading cache $cache_file" >&5 echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . $cache_file;; @@ -956,7 +959,7 @@ echo "$as_me: loading cache $cache_file" >&6;} esac fi else - { echo "$as_me:959: creating cache $cache_file" >&5 + { echo "$as_me:962: creating cache $cache_file" >&5 echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi @@ -972,21 +975,21 @@ for ac_var in `(set) 2>&1 | eval ac_new_val="\$ac_env_${ac_var}_value" case $ac_old_set,$ac_new_set in set,) - { echo "$as_me:975: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 + { echo "$as_me:978: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) - { echo "$as_me:979: error: \`$ac_var' was not set in the previous run" >&5 + { echo "$as_me:982: error: \`$ac_var' was not set in the previous run" >&5 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then - { echo "$as_me:985: error: \`$ac_var' has changed since the previous run:" >&5 + { echo "$as_me:988: error: \`$ac_var' has changed since the previous run:" >&5 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} - { echo "$as_me:987: former value: $ac_old_val" >&5 + { echo "$as_me:990: former value: $ac_old_val" >&5 echo "$as_me: former value: $ac_old_val" >&2;} - { echo "$as_me:989: current value: $ac_new_val" >&5 + { echo "$as_me:992: current value: $ac_new_val" >&5 echo "$as_me: current value: $ac_new_val" >&2;} ac_cache_corrupted=: fi;; @@ -1005,9 +1008,9 @@ echo "$as_me: current value: $ac_new_val" >&2;} fi done if $ac_cache_corrupted; then - { echo "$as_me:1008: error: changes in the environment can compromise the build" >&5 + { echo "$as_me:1011: error: changes in the environment can compromise the build" >&5 echo "$as_me: error: changes in the environment can compromise the build" >&2;} - { { echo "$as_me:1010: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 + { { echo "$as_me:1013: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi @@ -1027,10 +1030,10 @@ esac echo "#! $SHELL" >conftest.sh echo "exit 0" >>conftest.sh chmod +x conftest.sh -if { (echo "$as_me:1030: PATH=\".;.\"; conftest.sh") >&5 +if { (echo "$as_me:1033: PATH=\".;.\"; conftest.sh") >&5 (PATH=".;."; conftest.sh) 2>&5 ac_status=$? - echo "$as_me:1033: \$? = $ac_status" >&5 + echo "$as_me:1036: \$? = $ac_status" >&5 (exit $ac_status); }; then ac_path_separator=';' else @@ -1087,11 +1090,12 @@ if test "${with_otp_only+set}" = set; then withval="$with_otp_only" case $with_otp_only in yes) with_passwd=no - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define WITHOUT_PASSWD 1 EOF - { echo "$as_me:1094: WARNING: --with-otp-only option deprecated, treating as --without-passwd" >&5 + { echo "$as_me:1098: WARNING: --with-otp-only option deprecated, treating as --without-passwd" >&5 echo "$as_me: WARNING: --with-otp-only option deprecated, treating as --without-passwd" >&2;} ;; esac @@ -1102,10 +1106,6 @@ if test "${with_alertmail+set}" = set; then withval="$with_alertmail" case $with_alertmail in *) with_mailto="$with_alertmail" - cat >>confdefs.h <<\EOF -#define WITHOUT_PASSWD 1 -EOF - { echo "$as_me:1109: WARNING: --with-alertmail option deprecated, treating as --mailto" >&5 echo "$as_me: WARNING: --with-alertmail option deprecated, treating as --mailto" >&2;} ;; @@ -1258,13 +1258,14 @@ if test "${with_skey+set}" = set; then echo "$as_me: error: \"cannot use both S/Key and OPIE\"" >&2;} { (exit 1); exit 1; }; } fi - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_SKEY 1 EOF - echo "$as_me:1265: checking whether to try S/Key authentication" >&5 + echo "$as_me:1266: checking whether to try S/Key authentication" >&5 echo $ECHO_N "checking whether to try S/Key authentication... $ECHO_C" >&6 - echo "$as_me:1267: result: yes" >&5 + echo "$as_me:1268: result: yes" >&5 echo "${ECHO_T}yes" >&6 AUTH_OBJS="${AUTH_OBJS} rfc1938.o" ;; @@ -1279,17 +1280,18 @@ if test "${with_opie+set}" = set; then withval="$with_opie" case $with_opie in yes) if test -n "$with_skey"; then - { { echo "$as_me:1282: error: \"cannot use both S/Key and OPIE\"" >&5 + { { echo "$as_me:1283: error: \"cannot use both S/Key and OPIE\"" >&5 echo "$as_me: error: \"cannot use both S/Key and OPIE\"" >&2;} { (exit 1); exit 1; }; } fi - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_OPIE 1 EOF - echo "$as_me:1290: checking whether to try NRL OPIE authentication" >&5 + echo "$as_me:1292: checking whether to try NRL OPIE authentication" >&5 echo $ECHO_N "checking whether to try NRL OPIE authentication... $ECHO_C" >&6 - echo "$as_me:1292: result: yes" >&5 + echo "$as_me:1294: result: yes" >&5 echo "${ECHO_T}yes" >&6 AUTH_OBJS="${AUTH_OBJS} rfc1938.o" ;; @@ -1303,19 +1305,20 @@ fi; if test "${with_long_otp_prompt+set}" = set; then withval="$with_long_otp_prompt" case $with_long_otp_prompt in - yes) cat >>confdefs.h <<\EOF + yes) +cat >>confdefs.h <<\EOF #define LONG_OTP_PROMPT 1 EOF - echo "$as_me:1310: checking whether to use a two line prompt for OTP authentication" >&5 + echo "$as_me:1313: checking whether to use a two line prompt for OTP authentication" >&5 echo $ECHO_N "checking whether to use a two line prompt for OTP authentication... $ECHO_C" >&6 - echo "$as_me:1312: result: yes" >&5 + echo "$as_me:1315: result: yes" >&5 echo "${ECHO_T}yes" >&6 long_otp_prompt=on ;; no) long_otp_prompt=off ;; - *) { { echo "$as_me:1318: error: \"--with-long-otp-prompt does not take an argument.\"" >&5 + *) { { echo "$as_me:1321: error: \"--with-long-otp-prompt does not take an argument.\"" >&5 echo "$as_me: error: \"--with-long-otp-prompt does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -1327,13 +1330,14 @@ if test "${with_SecurID+set}" = set; then withval="$with_SecurID" case $with_SecurID in no) ;; - *) cat >>confdefs.h <<\EOF + *) +cat >>confdefs.h <<\EOF #define HAVE_SECURID 1 EOF - echo "$as_me:1334: checking whether to use SecurID for authentication" >&5 + echo "$as_me:1338: checking whether to use SecurID for authentication" >&5 echo $ECHO_N "checking whether to use SecurID for authentication... $ECHO_C" >&6 - echo "$as_me:1336: result: yes" >&5 + echo "$as_me:1340: result: yes" >&5 echo "${ECHO_T}yes" >&6 with_passwd=no AUTH_OBJS="securid.o" @@ -1345,31 +1349,23 @@ fi; if test "${with_fwtk+set}" = set; then withval="$with_fwtk" case $with_fwtk in - yes) cat >>confdefs.h <<\EOF -#define HAVE_FWTK 1 -EOF - - echo "$as_me:1352: checking whether to use FWTK AuthSRV for authentication" >&5 -echo $ECHO_N "checking whether to use FWTK AuthSRV for authentication... $ECHO_C" >&6 - echo "$as_me:1354: result: yes" >&5 -echo "${ECHO_T}yes" >&6 - with_passwd=no - AUTH_OBJS="fwtk.o" - ;; no) ;; - *) cat >>confdefs.h <<\EOF + *) +cat >>confdefs.h <<\EOF #define HAVE_FWTK 1 EOF - echo "$as_me:1364: checking whether to use FWTK AuthSRV for authentication" >&5 + echo "$as_me:1358: checking whether to use FWTK AuthSRV for authentication" >&5 echo $ECHO_N "checking whether to use FWTK AuthSRV for authentication... $ECHO_C" >&6 - echo "$as_me:1366: result: yes" >&5 + echo "$as_me:1360: result: yes" >&5 echo "${ECHO_T}yes" >&6 - SUDO_LDFLAGS="${SUDO_LDFLAGS} -L${with_fwtk}" - CPPFLAGS="${CPPFLAGS} -I${with_fwtk}" with_passwd=no AUTH_OBJS="fwtk.o" - with_fwtk=yes + if test "$with_fwtk" != "yes"; then + SUDO_LDFLAGS="${SUDO_LDFLAGS} -L${with_fwtk}" + CPPFLAGS="${CPPFLAGS} -I${with_fwtk}" + with_fwtk=yes + fi ;; esac fi; @@ -1378,13 +1374,13 @@ fi; if test "${with_kerb4+set}" = set; then withval="$with_kerb4" case $with_kerb4 in - yes) echo "$as_me:1381: checking whether to try Kerberos 4 authentication" >&5 + yes) echo "$as_me:1377: checking whether to try Kerberos 4 authentication" >&5 echo $ECHO_N "checking whether to try Kerberos 4 authentication... $ECHO_C" >&6 - echo "$as_me:1383: result: yes" >&5 + echo "$as_me:1379: result: yes" >&5 echo "${ECHO_T}yes" >&6 ;; no) ;; - *) { { echo "$as_me:1387: error: \"--with-kerb4 does not take an argument.\"" >&5 + *) { { echo "$as_me:1383: error: \"--with-kerb4 does not take an argument.\"" >&5 echo "$as_me: error: \"--with-kerb4 does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -1395,13 +1391,13 @@ fi; if test "${with_kerb5+set}" = set; then withval="$with_kerb5" case $with_kerb5 in - yes) echo "$as_me:1398: checking whether to try Kerberos 5 authentication" >&5 + yes) echo "$as_me:1394: checking whether to try Kerberos 5 authentication" >&5 echo $ECHO_N "checking whether to try Kerberos 5 authentication... $ECHO_C" >&6 - echo "$as_me:1400: result: yes" >&5 + echo "$as_me:1396: result: yes" >&5 echo "${ECHO_T}yes" >&6 ;; no) ;; - *) { { echo "$as_me:1404: error: \"--with-kerb5 does not take an argument.\"" >&5 + *) { { echo "$as_me:1400: error: \"--with-kerb5 does not take an argument.\"" >&5 echo "$as_me: error: \"--with-kerb5 does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -1412,19 +1408,20 @@ fi; if test "${with_authenticate+set}" = set; then withval="$with_authenticate" case $with_authenticate in - yes) cat >>confdefs.h <<\EOF + yes) +cat >>confdefs.h <<\EOF #define HAVE_AUTHENTICATE 1 EOF - echo "$as_me:1419: checking whether to use AIX general authentication" >&5 + echo "$as_me:1416: checking whether to use AIX general authentication" >&5 echo $ECHO_N "checking whether to use AIX general authentication... $ECHO_C" >&6 - echo "$as_me:1421: result: yes" >&5 + echo "$as_me:1418: result: yes" >&5 echo "${ECHO_T}yes" >&6 with_passwd=no AUTH_OBJS="aix_auth.o" ;; no) ;; - *) { { echo "$as_me:1427: error: \"--with-authenticate does not take an argument.\"" >&5 + *) { { echo "$as_me:1424: error: \"--with-authenticate does not take an argument.\"" >&5 echo "$as_me: error: \"--with-authenticate does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -1435,19 +1432,20 @@ fi; if test "${with_pam+set}" = set; then withval="$with_pam" case $with_pam in - yes) cat >>confdefs.h <<\EOF + yes) +cat >>confdefs.h <<\EOF #define HAVE_PAM 1 EOF - echo "$as_me:1442: checking whether to use PAM authentication" >&5 + echo "$as_me:1440: checking whether to use PAM authentication" >&5 echo $ECHO_N "checking whether to use PAM authentication... $ECHO_C" >&6 - echo "$as_me:1444: result: yes" >&5 + echo "$as_me:1442: result: yes" >&5 echo "${ECHO_T}yes" >&6 with_passwd=no AUTH_OBJS="pam.o" ;; no) ;; - *) { { echo "$as_me:1450: error: \"--with-pam does not take an argument.\"" >&5 + *) { { echo "$as_me:1448: error: \"--with-pam does not take an argument.\"" >&5 echo "$as_me: error: \"--with-pam does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -1458,18 +1456,19 @@ fi; if test "${with_AFS+set}" = set; then withval="$with_AFS" case $with_AFS in - yes) cat >>confdefs.h <<\EOF + yes) +cat >>confdefs.h <<\EOF #define HAVE_AFS 1 EOF - echo "$as_me:1465: checking whether to try AFS (kerberos) authentication" >&5 + echo "$as_me:1464: checking whether to try AFS (kerberos) authentication" >&5 echo $ECHO_N "checking whether to try AFS (kerberos) authentication... $ECHO_C" >&6 - echo "$as_me:1467: result: yes" >&5 + echo "$as_me:1466: result: yes" >&5 echo "${ECHO_T}yes" >&6 AUTH_OBJS="${AUTH_OBJS} afs.o" ;; no) ;; - *) { { echo "$as_me:1472: error: \"--with-AFS does not take an argument.\"" >&5 + *) { { echo "$as_me:1471: error: \"--with-AFS does not take an argument.\"" >&5 echo "$as_me: error: \"--with-AFS does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -1480,7 +1479,8 @@ fi; if test "${with_DCE+set}" = set; then withval="$with_DCE" case $with_DCE in - yes) cat >>confdefs.h <<\EOF + yes) +cat >>confdefs.h <<\EOF #define HAVE_DCE 1 EOF @@ -1545,51 +1545,53 @@ if test "$lecture" = "on"; then echo "$as_me:1545: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define NO_LECTURE 1 EOF - echo "$as_me:1552: result: no" >&5 + echo "$as_me:1553: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:1556: checking whether sudo should log via syslog or to a file by default" >&5 +echo "$as_me:1557: checking whether sudo should log via syslog or to a file by default" >&5 echo $ECHO_N "checking whether sudo should log via syslog or to a file by default... $ECHO_C" >&6 # Check whether --with-logging or --without-logging was given. if test "${with_logging+set}" = set; then withval="$with_logging" case $with_logging in - yes) { { echo "$as_me:1563: error: \"must give --with-logging an argument.\"" >&5 + yes) { { echo "$as_me:1564: error: \"must give --with-logging an argument.\"" >&5 echo "$as_me: error: \"must give --with-logging an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; - no) { { echo "$as_me:1567: error: \"--without-logging not supported.\"" >&5 + no) { { echo "$as_me:1568: error: \"--without-logging not supported.\"" >&5 echo "$as_me: error: \"--without-logging not supported.\"" >&2;} { (exit 1); exit 1; }; } ;; - syslog) cat >>confdefs.h <<\EOF + syslog) +cat >>confdefs.h <<\EOF #define LOGGING SLOG_SYSLOG EOF - echo "$as_me:1575: result: syslog" >&5 + echo "$as_me:1577: result: syslog" >&5 echo "${ECHO_T}syslog" >&6 ;; file) cat >>confdefs.h <<\EOF #define LOGGING SLOG_FILE EOF - echo "$as_me:1582: result: file" >&5 + echo "$as_me:1584: result: file" >&5 echo "${ECHO_T}file" >&6 ;; both) cat >>confdefs.h <<\EOF #define LOGGING SLOG_BOTH EOF - echo "$as_me:1589: result: both" >&5 + echo "$as_me:1591: result: both" >&5 echo "${ECHO_T}both" >&6 ;; - *) { { echo "$as_me:1592: error: \"unknown argument to --with-logging: $with_logging\"" >&5 + *) { { echo "$as_me:1594: error: \"unknown argument to --with-logging: $with_logging\"" >&5 echo "$as_me: error: \"unknown argument to --with-logging: $with_logging\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -1598,148 +1600,152 @@ else cat >>confdefs.h <<\EOF #define LOGGING SLOG_SYSLOG EOF - echo "$as_me:1601: result: syslog" >&5 + echo "$as_me:1603: result: syslog" >&5 echo "${ECHO_T}syslog" >&6 fi; -echo "$as_me:1605: checking which syslog facility sudo should log with" >&5 +echo "$as_me:1607: checking which syslog facility sudo should log with" >&5 echo $ECHO_N "checking which syslog facility sudo should log with... $ECHO_C" >&6 # Check whether --with-logfac or --without-logfac was given. if test "${with_logfac+set}" = set; then withval="$with_logfac" case $with_logfac in - yes) { { echo "$as_me:1612: error: \"must give --with-logfac an argument.\"" >&5 + yes) { { echo "$as_me:1614: error: \"must give --with-logfac an argument.\"" >&5 echo "$as_me: error: \"must give --with-logfac an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; - no) { { echo "$as_me:1616: error: \"--without-logfac not supported.\"" >&5 + no) { { echo "$as_me:1618: error: \"--without-logfac not supported.\"" >&5 echo "$as_me: error: \"--without-logfac not supported.\"" >&2;} { (exit 1); exit 1; }; } ;; authpriv|auth|daemon|user|local0|local1|local2|local3|local4|local5|local6|local7) logfac=$with_logfac ;; - *) { { echo "$as_me:1622: error: \"$with_logfac is not a supported syslog facility.\"" >&5 + *) { { echo "$as_me:1624: error: \"$with_logfac is not a supported syslog facility.\"" >&5 echo "$as_me: error: \"$with_logfac is not a supported syslog facility.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; + cat >>confdefs.h <&5 +echo "$as_me:1635: result: $logfac" >&5 echo "${ECHO_T}$logfac" >&6 -echo "$as_me:1635: checking at which syslog priority to log commands" >&5 +echo "$as_me:1638: checking at which syslog priority to log commands" >&5 echo $ECHO_N "checking at which syslog priority to log commands... $ECHO_C" >&6 # Check whether --with-goodpri or --without-goodpri was given. if test "${with_goodpri+set}" = set; then withval="$with_goodpri" case $with_goodpri in - yes) { { echo "$as_me:1642: error: \"must give --with-goodpri an argument.\"" >&5 + yes) { { echo "$as_me:1645: error: \"must give --with-goodpri an argument.\"" >&5 echo "$as_me: error: \"must give --with-goodpri an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; - no) { { echo "$as_me:1646: error: \"--without-goodpri not supported.\"" >&5 + no) { { echo "$as_me:1649: error: \"--without-goodpri not supported.\"" >&5 echo "$as_me: error: \"--without-goodpri not supported.\"" >&2;} { (exit 1); exit 1; }; } ;; alert|crit|debug|emerg|err|info|notice|warning) goodpri=$with_goodpri ;; - *) { { echo "$as_me:1653: error: \"$with_goodpri is not a supported syslog priority.\"" >&5 + *) { { echo "$as_me:1656: error: \"$with_goodpri is not a supported syslog priority.\"" >&5 echo "$as_me: error: \"$with_goodpri is not a supported syslog priority.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; + cat >>confdefs.h <&5 +echo "$as_me:1667: result: $goodpri" >&5 echo "${ECHO_T}$goodpri" >&6 -echo "$as_me:1666: checking at which syslog priority to log failures" >&5 +echo "$as_me:1670: checking at which syslog priority to log failures" >&5 echo $ECHO_N "checking at which syslog priority to log failures... $ECHO_C" >&6 # Check whether --with-badpri or --without-badpri was given. if test "${with_badpri+set}" = set; then withval="$with_badpri" case $with_badpri in - yes) { { echo "$as_me:1673: error: \"must give --with-badpri an argument.\"" >&5 + yes) { { echo "$as_me:1677: error: \"must give --with-badpri an argument.\"" >&5 echo "$as_me: error: \"must give --with-badpri an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; - no) { { echo "$as_me:1677: error: \"--without-badpri not supported.\"" >&5 + no) { { echo "$as_me:1681: error: \"--without-badpri not supported.\"" >&5 echo "$as_me: error: \"--without-badpri not supported.\"" >&2;} { (exit 1); exit 1; }; } ;; alert|crit|debug|emerg|err|info|notice|warning) badpri=$with_badpri ;; - *) { { echo "$as_me:1684: error: $with_badpri is not a supported syslog priority." >&5 + *) { { echo "$as_me:1688: error: $with_badpri is not a supported syslog priority." >&5 echo "$as_me: error: $with_badpri is not a supported syslog priority." >&2;} { (exit 1); exit 1; }; } ;; esac fi; + cat >>confdefs.h <&5 +echo "$as_me:1699: result: badpri" >&5 echo "${ECHO_T}badpri" >&6 # Check whether --with-logpath or --without-logpath was given. if test "${with_logpath+set}" = set; then withval="$with_logpath" case $with_logpath in - yes) { { echo "$as_me:1701: error: \"must give --with-logpath an argument.\"" >&5 + yes) { { echo "$as_me:1706: error: \"must give --with-logpath an argument.\"" >&5 echo "$as_me: error: \"must give --with-logpath an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; - no) { { echo "$as_me:1705: error: \"--without-logpath not supported.\"" >&5 + no) { { echo "$as_me:1710: error: \"--without-logpath not supported.\"" >&5 echo "$as_me: error: \"--without-logpath not supported.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; -echo "$as_me:1712: checking how long a line in the log file should be" >&5 +echo "$as_me:1717: checking how long a line in the log file should be" >&5 echo $ECHO_N "checking how long a line in the log file should be... $ECHO_C" >&6 # Check whether --with-loglen or --without-loglen was given. if test "${with_loglen+set}" = set; then withval="$with_loglen" case $with_loglen in - yes) { { echo "$as_me:1719: error: \"must give --with-loglen an argument.\"" >&5 + yes) { { echo "$as_me:1724: error: \"must give --with-loglen an argument.\"" >&5 echo "$as_me: error: \"must give --with-loglen an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; - no) { { echo "$as_me:1723: error: \"--without-loglen not supported.\"" >&5 + no) { { echo "$as_me:1728: error: \"--without-loglen not supported.\"" >&5 echo "$as_me: error: \"--without-loglen not supported.\"" >&2;} { (exit 1); exit 1; }; } ;; [0-9]*) loglen=$with_loglen ;; - *) { { echo "$as_me:1729: error: \"you must enter a number, not $with_loglen\"" >&5 + *) { { echo "$as_me:1734: error: \"you must enter a number, not $with_loglen\"" >&5 echo "$as_me: error: \"you must enter a number, not $with_loglen\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; + cat >>confdefs.h <&5 +echo "$as_me:1745: result: $loglen" >&5 echo "${ECHO_T}$loglen" >&6 -echo "$as_me:1742: checking whether sudo should ignore '.' or '' in \$PATH" >&5 +echo "$as_me:1748: checking whether sudo should ignore '.' or '' in \$PATH" >&5 echo $ECHO_N "checking whether sudo should ignore '.' or '' in \$PATH... $ECHO_C" >&6 # Check whether --with-ignore-dot or --without-ignore-dot was given. @@ -1750,25 +1756,26 @@ if test "${with_ignore_dot+set}" = set; then ;; no) ignore_dot=off ;; - *) { { echo "$as_me:1753: error: \"--with-ignore-dot does not take an argument.\"" >&5 + *) { { echo "$as_me:1759: error: \"--with-ignore-dot does not take an argument.\"" >&5 echo "$as_me: error: \"--with-ignore-dot does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; if test "$ignore_dot" = "on"; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define IGNORE_DOT_PATH 1 EOF - echo "$as_me:1764: result: yes" >&5 + echo "$as_me:1771: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:1767: result: no" >&5 + echo "$as_me:1774: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:1771: checking whether to send mail when a user is not in sudoers" >&5 +echo "$as_me:1778: checking whether to send mail when a user is not in sudoers" >&5 echo $ECHO_N "checking whether to send mail when a user is not in sudoers... $ECHO_C" >&6 # Check whether --with-mail-if-no-user or --without-mail-if-no-user was given. @@ -1779,25 +1786,26 @@ if test "${with_mail_if_no_user+set}" = set; then ;; no) mail_no_user=off ;; - *) { { echo "$as_me:1782: error: \"--with-mail-if-no-user does not take an argument.\"" >&5 + *) { { echo "$as_me:1789: error: \"--with-mail-if-no-user does not take an argument.\"" >&5 echo "$as_me: error: \"--with-mail-if-no-user does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; if test "$mail_no_user" = "on"; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define SEND_MAIL_WHEN_NO_USER 1 EOF - echo "$as_me:1793: result: yes" >&5 + echo "$as_me:1801: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:1796: result: no" >&5 + echo "$as_me:1804: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:1800: checking whether to send mail when user listed but not for this host" >&5 +echo "$as_me:1808: checking whether to send mail when user listed but not for this host" >&5 echo $ECHO_N "checking whether to send mail when user listed but not for this host... $ECHO_C" >&6 # Check whether --with-mail-if-no-host or --without-mail-if-no-host was given. @@ -1808,25 +1816,26 @@ if test "${with_mail_if_no_host+set}" = set; then ;; no) mail_no_host=off ;; - *) { { echo "$as_me:1811: error: \"--with-mail-if-no-host does not take an argument.\"" >&5 + *) { { echo "$as_me:1819: error: \"--with-mail-if-no-host does not take an argument.\"" >&5 echo "$as_me: error: \"--with-mail-if-no-host does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; if test "$mail_no_host" = "on"; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define SEND_MAIL_WHEN_NO_HOST 1 EOF - echo "$as_me:1822: result: yes" >&5 + echo "$as_me:1831: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:1825: result: no" >&5 + echo "$as_me:1834: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:1829: checking whether to send mail when a user tries a disallowed command" >&5 +echo "$as_me:1838: checking whether to send mail when a user tries a disallowed command" >&5 echo $ECHO_N "checking whether to send mail when a user tries a disallowed command... $ECHO_C" >&6 # Check whether --with-mail-if-noperms or --without-mail-if-noperms was given. @@ -1837,36 +1846,37 @@ if test "${with_mail_if_noperms+set}" = set; then ;; no) mail_noperms=off ;; - *) { { echo "$as_me:1840: error: \"--with-mail-if-noperms does not take an argument.\"" >&5 + *) { { echo "$as_me:1849: error: \"--with-mail-if-noperms does not take an argument.\"" >&5 echo "$as_me: error: \"--with-mail-if-noperms does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; if test "$mail_noperms" = "on"; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define SEND_MAIL_WHEN_NOT_OK 1 EOF - echo "$as_me:1851: result: yes" >&5 + echo "$as_me:1861: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:1854: result: no" >&5 + echo "$as_me:1864: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:1858: checking who should get the mail that sudo sends" >&5 +echo "$as_me:1868: checking who should get the mail that sudo sends" >&5 echo $ECHO_N "checking who should get the mail that sudo sends... $ECHO_C" >&6 # Check whether --with-mailto or --without-mailto was given. if test "${with_mailto+set}" = set; then withval="$with_mailto" case $with_mailto in - yes) { { echo "$as_me:1865: error: \"must give --with-mailto an argument.\"" >&5 + yes) { { echo "$as_me:1875: error: \"must give --with-mailto an argument.\"" >&5 echo "$as_me: error: \"must give --with-mailto an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; - no) { { echo "$as_me:1869: error: \"--without-mailto not supported.\"" >&5 + no) { { echo "$as_me:1879: error: \"--without-mailto not supported.\"" >&5 echo "$as_me: error: \"--without-mailto not supported.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -1874,43 +1884,45 @@ echo "$as_me: error: \"--without-mailto not supported.\"" >&2;} ;; esac fi; + cat >>confdefs.h <&5 +echo "$as_me:1892: result: $mailto" >&5 echo "${ECHO_T}$mailto" >&6 # Check whether --with-mailsubject or --without-mailsubject was given. if test "${with_mailsubject+set}" = set; then withval="$with_mailsubject" case $with_mailsubject in - yes) { { echo "$as_me:1888: error: \"must give --with-mailsubject an argument.\"" >&5 + yes) { { echo "$as_me:1899: error: \"must give --with-mailsubject an argument.\"" >&5 echo "$as_me: error: \"must give --with-mailsubject an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; no) echo "Sorry, --without-mailsubject not supported." ;; *) mailsub="$with_mailsubject" - echo "$as_me:1895: checking sudo mail subject" >&5 + echo "$as_me:1906: checking sudo mail subject" >&5 echo $ECHO_N "checking sudo mail subject... $ECHO_C" >&6 - echo "$as_me:1897: result: Using alert mail subject: $mailsub" >&5 + echo "$as_me:1908: result: Using alert mail subject: $mailsub" >&5 echo "${ECHO_T}Using alert mail subject: $mailsub" >&6 ;; esac fi; + cat >>confdefs.h <&5 +echo "$as_me:1918: checking for bad password prompt" >&5 echo $ECHO_N "checking for bad password prompt... $ECHO_C" >&6 # Check whether --with-passprompt or --without-passprompt was given. if test "${with_passprompt+set}" = set; then withval="$with_passprompt" case $with_passprompt in - yes) { { echo "$as_me:1913: error: \"must give --with-passprompt an argument.\"" >&5 + yes) { { echo "$as_me:1925: error: \"must give --with-passprompt an argument.\"" >&5 echo "$as_me: error: \"must give --with-passprompt an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -1919,20 +1931,21 @@ echo "$as_me: error: \"must give --with-passprompt an argument.\"" >&2;} *) passprompt="$with_passprompt" esac fi; -echo "$as_me:1922: result: $passprompt" >&5 +echo "$as_me:1934: result: $passprompt" >&5 echo "${ECHO_T}$passprompt" >&6 + cat >>confdefs.h <&5 +echo "$as_me:1941: checking for bad password message" >&5 echo $ECHO_N "checking for bad password message... $ECHO_C" >&6 # Check whether --with-badpass-message or --without-badpass-message was given. if test "${with_badpass_message+set}" = set; then withval="$with_badpass_message" case $with_badpass_message in - yes) { { echo "$as_me:1935: error: \"Must give --with-badpass-message an argument.\"" >&5 + yes) { { echo "$as_me:1948: error: \"Must give --with-badpass-message an argument.\"" >&5 echo "$as_me: error: \"Must give --with-badpass-message an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -1942,14 +1955,15 @@ echo "$as_me: error: \"Must give --with-badpass-message an argument.\"" >&2;} ;; esac fi; + cat >>confdefs.h <&5 +echo "$as_me:1963: result: $badpass_message" >&5 echo "${ECHO_T}$badpass_message" >&6 -echo "$as_me:1952: checking whether to expect fully qualified hosts in sudoers" >&5 +echo "$as_me:1966: checking whether to expect fully qualified hosts in sudoers" >&5 echo $ECHO_N "checking whether to expect fully qualified hosts in sudoers... $ECHO_C" >&6 # Check whether --with-fqdn or --without-fqdn was given. @@ -1960,21 +1974,22 @@ if test "${with_fqdn+set}" = set; then ;; no) fqdn=off ;; - *) { { echo "$as_me:1963: error: \"--with-fqdn does not take an argument.\"" >&5 + *) { { echo "$as_me:1977: error: \"--with-fqdn does not take an argument.\"" >&5 echo "$as_me: error: \"--with-fqdn does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; if test "$fqdn" = "on"; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define FQDN 1 EOF - echo "$as_me:1974: result: yes" >&5 + echo "$as_me:1989: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:1977: result: no" >&5 + echo "$as_me:1992: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1982,11 +1997,11 @@ fi if test "${with_timedir+set}" = set; then withval="$with_timedir" case $with_timedir in - yes) { { echo "$as_me:1985: error: \"must give --with-timedir an argument.\"" >&5 + yes) { { echo "$as_me:2000: error: \"must give --with-timedir an argument.\"" >&5 echo "$as_me: error: \"must give --with-timedir an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; - no) { { echo "$as_me:1989: error: \"--without-timedir not supported.\"" >&5 + no) { { echo "$as_me:2004: error: \"--without-timedir not supported.\"" >&5 echo "$as_me: error: \"--without-timedir not supported.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -2012,11 +2027,11 @@ fi; if test "${with_sudoers_mode+set}" = set; then withval="$with_sudoers_mode" case $with_sudoers_mode in - yes) { { echo "$as_me:2015: error: \"must give --with-sudoers-mode an argument.\"" >&5 + yes) { { echo "$as_me:2030: error: \"must give --with-sudoers-mode an argument.\"" >&5 echo "$as_me: error: \"must give --with-sudoers-mode an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; - no) { { echo "$as_me:2019: error: \"--without-sudoers-mode not supported.\"" >&5 + no) { { echo "$as_me:2034: error: \"--without-sudoers-mode not supported.\"" >&5 echo "$as_me: error: \"--without-sudoers-mode not supported.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -2024,7 +2039,7 @@ echo "$as_me: error: \"--without-sudoers-mode not supported.\"" >&2;} ;; 0*) SUDOERS_MODE=$with_sudoers_mode ;; - *) { { echo "$as_me:2027: error: \"you must use a numeric uid, not a name.\"" >&5 + *) { { echo "$as_me:2042: error: \"you must use a numeric uid, not a name.\"" >&5 echo "$as_me: error: \"you must use a numeric uid, not a name.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -2035,17 +2050,17 @@ fi; if test "${with_sudoers_uid+set}" = set; then withval="$with_sudoers_uid" case $with_sudoers_uid in - yes) { { echo "$as_me:2038: error: \"must give --with-sudoers-uid an argument.\"" >&5 + yes) { { echo "$as_me:2053: error: \"must give --with-sudoers-uid an argument.\"" >&5 echo "$as_me: error: \"must give --with-sudoers-uid an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; - no) { { echo "$as_me:2042: error: \"--without-sudoers-uid not supported.\"" >&5 + no) { { echo "$as_me:2057: error: \"--without-sudoers-uid not supported.\"" >&5 echo "$as_me: error: \"--without-sudoers-uid not supported.\"" >&2;} { (exit 1); exit 1; }; } ;; [0-9]*) SUDOERS_UID=$with_sudoers_uid ;; - *) { { echo "$as_me:2048: error: \"you must use a numeric uid, not a name.\"" >&5 + *) { { echo "$as_me:2063: error: \"you must use a numeric uid, not a name.\"" >&5 echo "$as_me: error: \"you must use a numeric uid, not a name.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -2056,76 +2071,69 @@ fi; if test "${with_sudoers_gid+set}" = set; then withval="$with_sudoers_gid" case $with_sudoers_gid in - yes) { { echo "$as_me:2059: error: \"must give --with-sudoers-gid an argument.\"" >&5 + yes) { { echo "$as_me:2074: error: \"must give --with-sudoers-gid an argument.\"" >&5 echo "$as_me: error: \"must give --with-sudoers-gid an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; - no) { { echo "$as_me:2063: error: \"--without-sudoers-gid not supported.\"" >&5 + no) { { echo "$as_me:2078: error: \"--without-sudoers-gid not supported.\"" >&5 echo "$as_me: error: \"--without-sudoers-gid not supported.\"" >&2;} { (exit 1); exit 1; }; } ;; [0-9]*) SUDOERS_GID=$with_sudoers_gid ;; - *) { { echo "$as_me:2069: error: \"you must use a numeric gid, not a name.\"" >&5 + *) { { echo "$as_me:2084: error: \"you must use a numeric gid, not a name.\"" >&5 echo "$as_me: error: \"you must use a numeric gid, not a name.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; -echo "$as_me:2076: checking for umask programs should be run with" >&5 +echo "$as_me:2091: checking for umask programs should be run with" >&5 echo $ECHO_N "checking for umask programs should be run with... $ECHO_C" >&6 # Check whether --with-umask or --without-umask was given. if test "${with_umask+set}" = set; then withval="$with_umask" case $with_umask in - yes) { { echo "$as_me:2083: error: \"must give --with-umask an argument.\"" >&5 + yes) { { echo "$as_me:2098: error: \"must give --with-umask an argument.\"" >&5 echo "$as_me: error: \"must give --with-umask an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; - no) echo "$as_me:2087: result: user" >&5 -echo "${ECHO_T}user" >&6 - sudo_umask=0777 + no) sudo_umask=0777 ;; - [0-9]*) cat >>confdefs.h <&5 -echo "${ECHO_T}$with_umask" >&6 - sudo_umask=$with_umask + [0-9]*) sudo_umask=$with_umask ;; - *) { { echo "$as_me:2099: error: \"you must enter a numeric mask.\"" >&5 + *) { { echo "$as_me:2106: error: \"you must enter a numeric mask.\"" >&5 echo "$as_me: error: \"you must enter a numeric mask.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; + cat >>confdefs.h <&5 + echo "$as_me:2118: result: user" >&5 echo "${ECHO_T}user" >&6 else - echo "$as_me:2113: result: $sudo_umask" >&5 + echo "$as_me:2121: result: $sudo_umask" >&5 echo "${ECHO_T}$sudo_umask" >&6 fi -echo "$as_me:2117: checking for default user to run commands as" >&5 +echo "$as_me:2125: checking for default user to run commands as" >&5 echo $ECHO_N "checking for default user to run commands as... $ECHO_C" >&6 # Check whether --with-runas-default or --without-runas-default was given. if test "${with_runas_default+set}" = set; then withval="$with_runas_default" case $with_runas_default in - yes) { { echo "$as_me:2124: error: \"must give --with-runas-default an argument.\"" >&5 + yes) { { echo "$as_me:2132: error: \"must give --with-runas-default an argument.\"" >&5 echo "$as_me: error: \"must give --with-runas-default an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; - no) { { echo "$as_me:2128: error: \"--without-runas-default not supported.\"" >&5 + no) { { echo "$as_me:2136: error: \"--without-runas-default not supported.\"" >&5 echo "$as_me: error: \"--without-runas-default not supported.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -2133,57 +2141,60 @@ echo "$as_me: error: \"--without-runas-default not supported.\"" >&2;} ;; esac fi; + cat >>confdefs.h <&5 +echo "$as_me:2149: result: $runas_default" >&5 echo "${ECHO_T}$runas_default" >&6 # Check whether --with-exempt or --without-exempt was given. if test "${with_exempt+set}" = set; then withval="$with_exempt" case $with_exempt in - yes) { { echo "$as_me:2147: error: \"must give --with-exempt an argument.\"" >&5 + yes) { { echo "$as_me:2156: error: \"must give --with-exempt an argument.\"" >&5 echo "$as_me: error: \"must give --with-exempt an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; - no) { { echo "$as_me:2151: error: \"--without-exempt not supported.\"" >&5 + no) { { echo "$as_me:2160: error: \"--without-exempt not supported.\"" >&5 echo "$as_me: error: \"--without-exempt not supported.\"" >&2;} { (exit 1); exit 1; }; } ;; - *) cat >>confdefs.h <>confdefs.h <&5 + echo "$as_me:2169: checking for group to be exempt from password" >&5 echo $ECHO_N "checking for group to be exempt from password... $ECHO_C" >&6 - echo "$as_me:2161: result: $with_exempt" >&5 + echo "$as_me:2171: result: $with_exempt" >&5 echo "${ECHO_T}$with_exempt" >&6 ;; esac fi; -echo "$as_me:2167: checking for editor that visudo should use" >&5 +echo "$as_me:2177: checking for editor that visudo should use" >&5 echo $ECHO_N "checking for editor that visudo should use... $ECHO_C" >&6 # Check whether --with-editor or --without-editor was given. if test "${with_editor+set}" = set; then withval="$with_editor" case $with_editor in - yes) { { echo "$as_me:2174: error: \"must give --with-editor an argument.\"" >&5 + yes) { { echo "$as_me:2184: error: \"must give --with-editor an argument.\"" >&5 echo "$as_me: error: \"must give --with-editor an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; - no) { { echo "$as_me:2178: error: \"--without-editor not supported.\"" >&5 + no) { { echo "$as_me:2188: error: \"--without-editor not supported.\"" >&5 echo "$as_me: error: \"--without-editor not supported.\"" >&2;} { (exit 1); exit 1; }; } ;; - *) cat >>confdefs.h <>confdefs.h <&5 + echo "$as_me:2197: result: $with_editor" >&5 echo "${ECHO_T}$with_editor" >&6 ;; esac @@ -2191,11 +2202,11 @@ else cat >>confdefs.h <<\EOF #define EDITOR _PATH_VI EOF - echo "$as_me:2194: result: vi" >&5 + echo "$as_me:2205: result: vi" >&5 echo "${ECHO_T}vi" >&6 fi; -echo "$as_me:2198: checking whether to obey EDITOR and VISUAL environment variables" >&5 +echo "$as_me:2209: checking whether to obey EDITOR and VISUAL environment variables" >&5 echo $ECHO_N "checking whether to obey EDITOR and VISUAL environment variables... $ECHO_C" >&6 # Check whether --with-env-editor or --without-env-editor was given. @@ -2206,25 +2217,26 @@ if test "${with_env_editor+set}" = set; then ;; no) env_editor=off ;; - *) { { echo "$as_me:2209: error: \"--with-env-editor does not take an argument.\"" >&5 + *) { { echo "$as_me:2220: error: \"--with-env-editor does not take an argument.\"" >&5 echo "$as_me: error: \"--with-env-editor does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; if test "$env_editor" = "on"; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define ENV_EDITOR 1 EOF - echo "$as_me:2220: result: yes" >&5 + echo "$as_me:2232: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:2223: result: no" >&5 + echo "$as_me:2235: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:2227: checking number of tries a user gets to enter their password" >&5 +echo "$as_me:2239: checking number of tries a user gets to enter their password" >&5 echo $ECHO_N "checking number of tries a user gets to enter their password... $ECHO_C" >&6 # Check whether --with-passwd-tries or --without-passwd-tries was given. @@ -2232,26 +2244,27 @@ if test "${with_passwd_tries+set}" = set; then withval="$with_passwd_tries" case $with_passwd_tries in yes) ;; - no) { { echo "$as_me:2235: error: \"--without-editor not supported.\"" >&5 + no) { { echo "$as_me:2247: error: \"--without-editor not supported.\"" >&5 echo "$as_me: error: \"--without-editor not supported.\"" >&2;} { (exit 1); exit 1; }; } ;; [1-9]*) passwd_tries=$with_passwd_tries ;; - *) { { echo "$as_me:2241: error: \"you must enter the numer of tries, > 0\"" >&5 + *) { { echo "$as_me:2253: error: \"you must enter the numer of tries, > 0\"" >&5 echo "$as_me: error: \"you must enter the numer of tries, > 0\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; + cat >>confdefs.h <&5 +echo "$as_me:2264: result: $passwd_tries" >&5 echo "${ECHO_T}$passwd_tries" >&6 -echo "$as_me:2254: checking time in minutes after which sudo will ask for a password again" >&5 +echo "$as_me:2267: checking time in minutes after which sudo will ask for a password again" >&5 echo $ECHO_N "checking time in minutes after which sudo will ask for a password again... $ECHO_C" >&6 # Check whether --with-timeout or --without-timeout was given. @@ -2263,20 +2276,21 @@ if test "${with_timeout+set}" = set; then ;; [0-9]*) timeout=$with_timeout ;; - *) { { echo "$as_me:2266: error: \"you must enter the numer of minutes.\"" >&5 + *) { { echo "$as_me:2279: error: \"you must enter the numer of minutes.\"" >&5 echo "$as_me: error: \"you must enter the numer of minutes.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; + cat >>confdefs.h <&5 +echo "$as_me:2290: result: $timeout" >&5 echo "${ECHO_T}$timeout" >&6 -echo "$as_me:2279: checking time in minutes after the password prompt will time out" >&5 +echo "$as_me:2293: checking time in minutes after the password prompt will time out" >&5 echo $ECHO_N "checking time in minutes after the password prompt will time out... $ECHO_C" >&6 # Check whether --with-password-timeout or --without-password-timeout was given. @@ -2288,41 +2302,43 @@ if test "${with_password_timeout+set}" = set; then ;; [0-9]*) password_timeout=$with_password_timeout ;; - *) { { echo "$as_me:2291: error: \"you must enter the numer of minutes.\"" >&5 + *) { { echo "$as_me:2305: error: \"you must enter the numer of minutes.\"" >&5 echo "$as_me: error: \"you must enter the numer of minutes.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; + cat >>confdefs.h <&5 +echo "$as_me:2316: result: $password_timeout" >&5 echo "${ECHO_T}$password_timeout" >&6 # Check whether --with-execv or --without-execv was given. if test "${with_execv+set}" = set; then withval="$with_execv" case $with_execv in - yes) echo "$as_me:2308: checking whether to use execvp or execv" >&5 + yes) echo "$as_me:2323: checking whether to use execvp or execv" >&5 echo $ECHO_N "checking whether to use execvp or execv... $ECHO_C" >&6 - echo "$as_me:2310: result: execv" >&5 + echo "$as_me:2325: result: execv" >&5 echo "${ECHO_T}execv" >&6 - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define USE_EXECV 1 EOF ;; no) ;; - *) { { echo "$as_me:2318: error: \"--with-execv does not take an argument.\"" >&5 + *) { { echo "$as_me:2334: error: \"--with-execv does not take an argument.\"" >&5 echo "$as_me: error: \"--with-execv does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; -echo "$as_me:2325: checking whether to use per-tty ticket files" >&5 +echo "$as_me:2341: checking whether to use per-tty ticket files" >&5 echo $ECHO_N "checking whether to use per-tty ticket files... $ECHO_C" >&6 # Check whether --with-tty-tickets or --without-tty-tickets was given. @@ -2333,25 +2349,26 @@ if test "${with_tty_tickets+set}" = set; then ;; no) tty_tickets=off ;; - *) { { echo "$as_me:2336: error: \"--with-tty-tickets does not take an argument.\"" >&5 + *) { { echo "$as_me:2352: error: \"--with-tty-tickets does not take an argument.\"" >&5 echo "$as_me: error: \"--with-tty-tickets does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; if test "$tty_tickets" = "on"; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define USE_TTY_TICKETS 1 EOF - echo "$as_me:2347: result: yes" >&5 + echo "$as_me:2364: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:2350: result: no" >&5 + echo "$as_me:2367: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:2354: checking whether to include insults" >&5 +echo "$as_me:2371: checking whether to include insults" >&5 echo $ECHO_N "checking whether to include insults... $ECHO_C" >&6 # Check whether --with-insults or --without-insults was given. @@ -2364,21 +2381,22 @@ if test "${with_insults+set}" = set; then ;; no) insults=off ;; - *) { { echo "$as_me:2367: error: \"--with-insults does not take an argument.\"" >&5 + *) { { echo "$as_me:2384: error: \"--with-insults does not take an argument.\"" >&5 echo "$as_me: error: \"--with-insults does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; esac fi; if test "$insults" = "on"; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define USE_INSULTS 1 EOF - echo "$as_me:2378: result: yes" >&5 + echo "$as_me:2396: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:2381: result: no" >&5 + echo "$as_me:2399: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2392,7 +2410,7 @@ if test "${with_all_insults+set}" = set; then with_goons_insults=yes ;; no) ;; - *) { { echo "$as_me:2395: error: \"--with-all-insults does not take an argument.\"" >&5 + *) { { echo "$as_me:2413: error: \"--with-all-insults does not take an argument.\"" >&5 echo "$as_me: error: \"--with-all-insults does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -2403,13 +2421,14 @@ fi; if test "${with_classic_insults+set}" = set; then withval="$with_classic_insults" case $with_classic_insults in - yes) cat >>confdefs.h <<\EOF + yes) +cat >>confdefs.h <<\EOF #define CLASSIC_INSULTS 1 EOF ;; no) ;; - *) { { echo "$as_me:2412: error: \"--with-classic-insults does not take an argument.\"" >&5 + *) { { echo "$as_me:2431: error: \"--with-classic-insults does not take an argument.\"" >&5 echo "$as_me: error: \"--with-classic-insults does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -2420,13 +2439,14 @@ fi; if test "${with_csops_insults+set}" = set; then withval="$with_csops_insults" case $with_csops_insults in - yes) cat >>confdefs.h <<\EOF + yes) +cat >>confdefs.h <<\EOF #define CSOPS_INSULTS 1 EOF ;; no) ;; - *) { { echo "$as_me:2429: error: \"--with-csops-insults does not take an argument.\"" >&5 + *) { { echo "$as_me:2449: error: \"--with-csops-insults does not take an argument.\"" >&5 echo "$as_me: error: \"--with-csops-insults does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -2437,13 +2457,14 @@ fi; if test "${with_hal_insults+set}" = set; then withval="$with_hal_insults" case $with_hal_insults in - yes) cat >>confdefs.h <<\EOF + yes) +cat >>confdefs.h <<\EOF #define HAL_INSULTS 1 EOF ;; no) ;; - *) { { echo "$as_me:2446: error: \"--with-hal-insults does not take an argument.\"" >&5 + *) { { echo "$as_me:2467: error: \"--with-hal-insults does not take an argument.\"" >&5 echo "$as_me: error: \"--with-hal-insults does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -2454,13 +2475,14 @@ fi; if test "${with_goons_insults+set}" = set; then withval="$with_goons_insults" case $with_goons_insults in - yes) cat >>confdefs.h <<\EOF + yes) +cat >>confdefs.h <<\EOF #define GOONS_INSULTS 1 EOF ;; no) ;; - *) { { echo "$as_me:2463: error: \"--with-goons-insults does not take an argument.\"" >&5 + *) { { echo "$as_me:2485: error: \"--with-goons-insults does not take an argument.\"" >&5 echo "$as_me: error: \"--with-goons-insults does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -2468,263 +2490,271 @@ esac fi; if test "$insults" = "on"; then - echo "$as_me:2471: checking which insult sets to include" >&5 + echo "$as_me:2493: checking which insult sets to include" >&5 echo $ECHO_N "checking which insult sets to include... $ECHO_C" >&6 i="" test "$with_goons_insults" = "yes" && i="goons ${i}" test "$with_hal_insults" = "yes" && i="hal ${i}" test "$with_csops_insults" = "yes" && i="csops ${i}" test "$with_classic_insults" = "yes" && i="classic ${i}" - echo "$as_me:2478: result: $i" >&5 + echo "$as_me:2500: result: $i" >&5 echo "${ECHO_T}$i" >&6 fi -echo "$as_me:2482: checking whether to override the user's path" >&5 +echo "$as_me:2504: checking whether to override the user's path" >&5 echo $ECHO_N "checking whether to override the user's path... $ECHO_C" >&6 # Check whether --with-secure-path or --without-secure-path was given. if test "${with_secure_path+set}" = set; then withval="$with_secure_path" case $with_secure_path in - yes) cat >>confdefs.h <>confdefs.h <&5 + echo "$as_me:2516: result: :/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc" >&5 echo "${ECHO_T}:/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc" >&6 ;; - no) echo "$as_me:2496: result: no" >&5 + no) echo "$as_me:2519: result: no" >&5 echo "${ECHO_T}no" >&6 ;; *) cat >>confdefs.h <&5 + echo "$as_me:2526: result: $with_secure_path" >&5 echo "${ECHO_T}$with_secure_path" >&6 ;; esac else - echo "$as_me:2508: result: no" >&5 + echo "$as_me:2531: result: no" >&5 echo "${ECHO_T}no" >&6 fi; -echo "$as_me:2512: checking whether to get ip addresses from the network interfaces" >&5 +echo "$as_me:2535: checking whether to get ip addresses from the network interfaces" >&5 echo $ECHO_N "checking whether to get ip addresses from the network interfaces... $ECHO_C" >&6 # Check whether --with-interfaces or --without-interfaces was given. if test "${with_interfaces+set}" = set; then withval="$with_interfaces" case $with_interfaces in - yes) echo "$as_me:2519: result: yes" >&5 + yes) echo "$as_me:2542: result: yes" >&5 echo "${ECHO_T}yes" >&6 ;; - no) cat >>confdefs.h <<\EOF + no) +cat >>confdefs.h <<\EOF #define STUB_LOAD_INTERFACES 1 EOF - echo "$as_me:2526: result: no" >&5 + echo "$as_me:2550: result: no" >&5 echo "${ECHO_T}no" >&6 ;; - *) { { echo "$as_me:2529: error: \"--with-interfaces does not take an argument.\"" >&5 + *) { { echo "$as_me:2553: error: \"--with-interfaces does not take an argument.\"" >&5 echo "$as_me: error: \"--with-interfaces does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; esac else - echo "$as_me:2535: result: yes" >&5 + echo "$as_me:2559: result: yes" >&5 echo "${ECHO_T}yes" >&6 fi; -echo "$as_me:2539: checking whether to do user authentication by default" >&5 +echo "$as_me:2563: checking whether to do user authentication by default" >&5 echo $ECHO_N "checking whether to do user authentication by default... $ECHO_C" >&6 # Check whether --enable-authentication or --disable-authentication was given. if test "${enable_authentication+set}" = set; then enableval="$enable_authentication" case "$enableval" in - yes) echo "$as_me:2545: result: yes" >&5 + yes) echo "$as_me:2569: result: yes" >&5 echo "${ECHO_T}yes" >&6 ;; - no) echo "$as_me:2548: result: no" >&5 + no) echo "$as_me:2572: result: no" >&5 echo "${ECHO_T}no" >&6 - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define NO_AUTHENTICATION 1 EOF ;; - *) echo "$as_me:2555: result: no" >&5 + *) echo "$as_me:2580: result: no" >&5 echo "${ECHO_T}no" >&6 echo "Ignoring unknown argument to --enable-authentication: $enableval" ;; esac else - echo "$as_me:2562: result: yes" >&5 + echo "$as_me:2587: result: yes" >&5 echo "${ECHO_T}yes" >&6 fi; -echo "$as_me:2566: checking whether to disable shadow password support" >&5 +echo "$as_me:2591: checking whether to disable shadow password support" >&5 echo $ECHO_N "checking whether to disable shadow password support... $ECHO_C" >&6 # Check whether --enable-shadow or --disable-shadow was given. if test "${enable_shadow+set}" = set; then enableval="$enable_shadow" case "$enableval" in - yes) echo "$as_me:2572: result: no" >&5 + yes) echo "$as_me:2597: result: no" >&5 echo "${ECHO_T}no" >&6 ;; - no) echo "$as_me:2575: result: yes" >&5 + no) echo "$as_me:2600: result: yes" >&5 echo "${ECHO_T}yes" >&6 CHECKSHADOW="false" ;; - *) echo "$as_me:2579: result: no" >&5 + *) echo "$as_me:2604: result: no" >&5 echo "${ECHO_T}no" >&6 echo "Ignoring unknown argument to --enable-shadow: $enableval" ;; esac else - echo "$as_me:2586: result: no" >&5 + echo "$as_me:2611: result: no" >&5 echo "${ECHO_T}no" >&6 fi; -echo "$as_me:2590: checking whether root should be allowed to use sudo" >&5 +echo "$as_me:2615: checking whether root should be allowed to use sudo" >&5 echo $ECHO_N "checking whether root should be allowed to use sudo... $ECHO_C" >&6 # Check whether --enable-root-sudo or --disable-root-sudo was given. if test "${enable_root_sudo+set}" = set; then enableval="$enable_root_sudo" case "$enableval" in - yes) echo "$as_me:2596: result: yes" >&5 + yes) echo "$as_me:2621: result: yes" >&5 echo "${ECHO_T}yes" >&6 ;; - no) cat >>confdefs.h <<\EOF + no) +cat >>confdefs.h <<\EOF #define NO_ROOT_SUDO 1 EOF - echo "$as_me:2603: result: no" >&5 + echo "$as_me:2629: result: no" >&5 echo "${ECHO_T}no" >&6 ;; - *) { { echo "$as_me:2606: error: \"--enable-root-sudo does not take an argument.\"" >&5 + *) { { echo "$as_me:2632: error: \"--enable-root-sudo does not take an argument.\"" >&5 echo "$as_me: error: \"--enable-root-sudo does not take an argument.\"" >&2;} { (exit 1); exit 1; }; } ;; esac else - echo "$as_me:2613: result: yes" >&5 + echo "$as_me:2639: result: yes" >&5 echo "${ECHO_T}yes" >&6 fi; -echo "$as_me:2617: checking whether to log the hostname in the log file" >&5 +echo "$as_me:2643: checking whether to log the hostname in the log file" >&5 echo $ECHO_N "checking whether to log the hostname in the log file... $ECHO_C" >&6 # Check whether --enable-log-host or --disable-log-host was given. if test "${enable_log_host+set}" = set; then enableval="$enable_log_host" case "$enableval" in - yes) echo "$as_me:2623: result: yes" >&5 + yes) echo "$as_me:2649: result: yes" >&5 echo "${ECHO_T}yes" >&6 - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HOST_IN_LOG 1 EOF ;; - no) echo "$as_me:2630: result: no" >&5 + no) echo "$as_me:2657: result: no" >&5 echo "${ECHO_T}no" >&6 ;; - *) echo "$as_me:2633: result: no" >&5 + *) echo "$as_me:2660: result: no" >&5 echo "${ECHO_T}no" >&6 echo "Ignoring unknown argument to --enable-log-host: $enableval" ;; esac else - echo "$as_me:2640: result: no" >&5 + echo "$as_me:2667: result: no" >&5 echo "${ECHO_T}no" >&6 fi; -echo "$as_me:2644: checking whether to invoke a shell if sudo is given no arguments" >&5 +echo "$as_me:2671: checking whether to invoke a shell if sudo is given no arguments" >&5 echo $ECHO_N "checking whether to invoke a shell if sudo is given no arguments... $ECHO_C" >&6 # Check whether --enable-noargs-shell or --disable-noargs-shell was given. if test "${enable_noargs_shell+set}" = set; then enableval="$enable_noargs_shell" case "$enableval" in - yes) echo "$as_me:2650: result: yes" >&5 + yes) echo "$as_me:2677: result: yes" >&5 echo "${ECHO_T}yes" >&6 - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define SHELL_IF_NO_ARGS 1 EOF ;; - no) echo "$as_me:2657: result: no" >&5 + no) echo "$as_me:2685: result: no" >&5 echo "${ECHO_T}no" >&6 ;; - *) echo "$as_me:2660: result: no" >&5 + *) echo "$as_me:2688: result: no" >&5 echo "${ECHO_T}no" >&6 echo "Ignoring unknown argument to --enable-noargs-shell: $enableval" ;; esac else - echo "$as_me:2667: result: no" >&5 + echo "$as_me:2695: result: no" >&5 echo "${ECHO_T}no" >&6 fi; -echo "$as_me:2671: checking whether to set \$HOME to target user in shell mode" >&5 +echo "$as_me:2699: checking whether to set \$HOME to target user in shell mode" >&5 echo $ECHO_N "checking whether to set \$HOME to target user in shell mode... $ECHO_C" >&6 # Check whether --enable-shell-sets-home or --disable-shell-sets-home was given. if test "${enable_shell_sets_home+set}" = set; then enableval="$enable_shell_sets_home" case "$enableval" in - yes) echo "$as_me:2677: result: yes" >&5 + yes) echo "$as_me:2705: result: yes" >&5 echo "${ECHO_T}yes" >&6 - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define SHELL_SETS_HOME 1 EOF ;; - no) echo "$as_me:2684: result: no" >&5 + no) echo "$as_me:2713: result: no" >&5 echo "${ECHO_T}no" >&6 ;; - *) echo "$as_me:2687: result: no" >&5 + *) echo "$as_me:2716: result: no" >&5 echo "${ECHO_T}no" >&6 echo "Ignoring unknown argument to --enable-shell-sets-home: $enableval" ;; esac else - echo "$as_me:2694: result: no" >&5 + echo "$as_me:2723: result: no" >&5 echo "${ECHO_T}no" >&6 fi; -echo "$as_me:2698: checking whether to disable 'command not found' messages" >&5 +echo "$as_me:2727: checking whether to disable 'command not found' messages" >&5 echo $ECHO_N "checking whether to disable 'command not found' messages... $ECHO_C" >&6 # Check whether --enable-path_info or --disable-path_info was given. if test "${enable_path_info+set}" = set; then enableval="$enable_path_info" case "$enableval" in - yes) echo "$as_me:2704: result: no" >&5 + yes) echo "$as_me:2733: result: no" >&5 echo "${ECHO_T}no" >&6 ;; - no) echo "$as_me:2707: result: yes" >&5 + no) echo "$as_me:2736: result: yes" >&5 echo "${ECHO_T}yes" >&6 - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define DONT_LEAK_PATH_INFO 1 EOF ;; - *) echo "$as_me:2714: result: no" >&5 + *) echo "$as_me:2744: result: no" >&5 echo "${ECHO_T}no" >&6 echo "Ignoring unknown argument to --enable-path-info: $enableval" ;; esac else - echo "$as_me:2721: result: no" >&5 + echo "$as_me:2751: result: no" >&5 echo "${ECHO_T}no" >&6 fi; # Extract the first word of "egrep", so it can be a program name with args. set dummy egrep; ac_word=$2 -echo "$as_me:2727: checking for $ac_word" >&5 +echo "$as_me:2757: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_EGREPPROG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2739,7 +2769,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_EGREPPROG="egrep" -echo "$as_me:2742: found $ac_dir/$ac_word" >&5 +echo "$as_me:2772: found $ac_dir/$ac_word" >&5 break done @@ -2747,10 +2777,10 @@ fi fi EGREPPROG=$ac_cv_prog_EGREPPROG if test -n "$EGREPPROG"; then - echo "$as_me:2750: result: $EGREPPROG" >&5 + echo "$as_me:2780: result: $EGREPPROG" >&5 echo "${ECHO_T}$EGREPPROG" >&6 else - echo "$as_me:2753: result: no" >&5 + echo "$as_me:2783: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2771,7 +2801,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 -echo "$as_me:2774: checking for $ac_word" >&5 +echo "$as_me:2804: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2786,7 +2816,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="${ac_tool_prefix}gcc" -echo "$as_me:2789: found $ac_dir/$ac_word" >&5 +echo "$as_me:2819: found $ac_dir/$ac_word" >&5 break done @@ -2794,10 +2824,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:2797: result: $CC" >&5 + echo "$as_me:2827: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:2800: result: no" >&5 + echo "$as_me:2830: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2806,7 +2836,7 @@ if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -echo "$as_me:2809: checking for $ac_word" >&5 +echo "$as_me:2839: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2821,7 +2851,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="gcc" -echo "$as_me:2824: found $ac_dir/$ac_word" >&5 +echo "$as_me:2854: found $ac_dir/$ac_word" >&5 break done @@ -2829,10 +2859,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:2832: result: $ac_ct_CC" >&5 + echo "$as_me:2862: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:2835: result: no" >&5 + echo "$as_me:2865: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2845,7 +2875,7 @@ if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -echo "$as_me:2848: checking for $ac_word" >&5 +echo "$as_me:2878: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2860,7 +2890,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="${ac_tool_prefix}cc" -echo "$as_me:2863: found $ac_dir/$ac_word" >&5 +echo "$as_me:2893: found $ac_dir/$ac_word" >&5 break done @@ -2868,10 +2898,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:2871: result: $CC" >&5 + echo "$as_me:2901: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:2874: result: no" >&5 + echo "$as_me:2904: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2880,7 +2910,7 @@ if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:2883: checking for $ac_word" >&5 +echo "$as_me:2913: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2895,7 +2925,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="cc" -echo "$as_me:2898: found $ac_dir/$ac_word" >&5 +echo "$as_me:2928: found $ac_dir/$ac_word" >&5 break done @@ -2903,10 +2933,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:2906: result: $ac_ct_CC" >&5 + echo "$as_me:2936: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:2909: result: no" >&5 + echo "$as_me:2939: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2919,7 +2949,7 @@ fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:2922: checking for $ac_word" >&5 +echo "$as_me:2952: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2939,7 +2969,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then continue fi ac_cv_prog_CC="cc" -echo "$as_me:2942: found $ac_dir/$ac_word" >&5 +echo "$as_me:2972: found $ac_dir/$ac_word" >&5 break done @@ -2961,10 +2991,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:2964: result: $CC" >&5 + echo "$as_me:2994: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:2967: result: no" >&5 + echo "$as_me:2997: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2975,7 +3005,7 @@ if test -z "$CC"; then do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:2978: checking for $ac_word" >&5 +echo "$as_me:3008: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2990,7 +3020,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="$ac_tool_prefix$ac_prog" -echo "$as_me:2993: found $ac_dir/$ac_word" >&5 +echo "$as_me:3023: found $ac_dir/$ac_word" >&5 break done @@ -2998,10 +3028,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:3001: result: $CC" >&5 + echo "$as_me:3031: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:3004: result: no" >&5 + echo "$as_me:3034: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3014,7 +3044,7 @@ if test -z "$CC"; then do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:3017: checking for $ac_word" >&5 +echo "$as_me:3047: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3029,7 +3059,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="$ac_prog" -echo "$as_me:3032: found $ac_dir/$ac_word" >&5 +echo "$as_me:3062: found $ac_dir/$ac_word" >&5 break done @@ -3037,10 +3067,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:3040: result: $ac_ct_CC" >&5 + echo "$as_me:3070: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:3043: result: no" >&5 + echo "$as_me:3073: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3052,32 +3082,32 @@ fi fi -test -z "$CC" && { { echo "$as_me:3055: error: no acceptable cc found in \$PATH" >&5 +test -z "$CC" && { { echo "$as_me:3085: error: no acceptable cc found in \$PATH" >&5 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. -echo "$as_me:3060:" \ +echo "$as_me:3090:" \ "checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` -{ (eval echo "$as_me:3063: \"$ac_compiler --version &5\"") >&5 +{ (eval echo "$as_me:3093: \"$ac_compiler --version &5\"") >&5 (eval $ac_compiler --version &5) 2>&5 ac_status=$? - echo "$as_me:3066: \$? = $ac_status" >&5 + echo "$as_me:3096: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:3068: \"$ac_compiler -v &5\"") >&5 +{ (eval echo "$as_me:3098: \"$ac_compiler -v &5\"") >&5 (eval $ac_compiler -v &5) 2>&5 ac_status=$? - echo "$as_me:3071: \$? = $ac_status" >&5 + echo "$as_me:3101: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:3073: \"$ac_compiler -V &5\"") >&5 +{ (eval echo "$as_me:3103: \"$ac_compiler -V &5\"") >&5 (eval $ac_compiler -V &5) 2>&5 ac_status=$? - echo "$as_me:3076: \$? = $ac_status" >&5 + echo "$as_me:3106: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF -#line 3080 "configure" +#line 3110 "configure" #include "confdefs.h" int @@ -3093,13 +3123,13 @@ ac_clean_files="$ac_clean_files a.out a.exe" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. -echo "$as_me:3096: checking for C compiler default output" >&5 +echo "$as_me:3126: checking for C compiler default output" >&5 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -if { (eval echo "$as_me:3099: \"$ac_link_default\"") >&5 +if { (eval echo "$as_me:3129: \"$ac_link_default\"") >&5 (eval $ac_link_default) 2>&5 ac_status=$? - echo "$as_me:3102: \$? = $ac_status" >&5 + echo "$as_me:3132: \$? = $ac_status" >&5 (exit $ac_status); }; then # Find the output, starting from the most likely. This scheme is # not robust to junk in `.', hence go to wildcards (a.*) only as a last @@ -3122,34 +3152,34 @@ done else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:3125: error: C compiler cannot create executables" >&5 +{ { echo "$as_me:3155: error: C compiler cannot create executables" >&5 echo "$as_me: error: C compiler cannot create executables" >&2;} { (exit 77); exit 77; }; } fi ac_exeext=$ac_cv_exeext -echo "$as_me:3131: result: $ac_file" >&5 +echo "$as_me:3161: result: $ac_file" >&5 echo "${ECHO_T}$ac_file" >&6 # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:3136: checking whether the C compiler works" >&5 +echo "$as_me:3166: checking whether the C compiler works" >&5 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' - { (eval echo "$as_me:3142: \"$ac_try\"") >&5 + { (eval echo "$as_me:3172: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3145: \$? = $ac_status" >&5 + echo "$as_me:3175: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else - { { echo "$as_me:3152: error: cannot run C compiled programs. + { { echo "$as_me:3182: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'." >&5 echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'." >&2;} @@ -3157,24 +3187,24 @@ If you meant to cross compile, use \`--host'." >&2;} fi fi fi -echo "$as_me:3160: result: yes" >&5 +echo "$as_me:3190: result: yes" >&5 echo "${ECHO_T}yes" >&6 rm -f a.out a.exe conftest$ac_cv_exeext ac_clean_files=$ac_clean_files_save # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:3167: checking whether we are cross compiling" >&5 +echo "$as_me:3197: checking whether we are cross compiling" >&5 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 -echo "$as_me:3169: result: $cross_compiling" >&5 +echo "$as_me:3199: result: $cross_compiling" >&5 echo "${ECHO_T}$cross_compiling" >&6 -echo "$as_me:3172: checking for executable suffix" >&5 +echo "$as_me:3202: checking for executable suffix" >&5 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 -if { (eval echo "$as_me:3174: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3204: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3177: \$? = $ac_status" >&5 + echo "$as_me:3207: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will @@ -3190,25 +3220,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do esac done else - { { echo "$as_me:3193: error: cannot compute EXEEXT: cannot compile and link" >&5 + { { echo "$as_me:3223: error: cannot compute EXEEXT: cannot compile and link" >&5 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext -echo "$as_me:3199: result: $ac_cv_exeext" >&5 +echo "$as_me:3229: result: $ac_cv_exeext" >&5 echo "${ECHO_T}$ac_cv_exeext" >&6 rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT -echo "$as_me:3205: checking for object suffix" >&5 +echo "$as_me:3235: checking for object suffix" >&5 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 if test "${ac_cv_objext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3211 "configure" +#line 3241 "configure" #include "confdefs.h" int @@ -3220,10 +3250,10 @@ main () } _ACEOF rm -f conftest.o conftest.obj -if { (eval echo "$as_me:3223: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3253: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3226: \$? = $ac_status" >&5 + echo "$as_me:3256: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do case $ac_file in @@ -3235,24 +3265,24 @@ done else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:3238: error: cannot compute OBJEXT: cannot compile" >&5 +{ { echo "$as_me:3268: error: cannot compute OBJEXT: cannot compile" >&5 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -echo "$as_me:3245: result: $ac_cv_objext" >&5 +echo "$as_me:3275: result: $ac_cv_objext" >&5 echo "${ECHO_T}$ac_cv_objext" >&6 OBJEXT=$ac_cv_objext ac_objext=$OBJEXT -echo "$as_me:3249: checking whether we are using the GNU C compiler" >&5 +echo "$as_me:3279: checking whether we are using the GNU C compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3255 "configure" +#line 3285 "configure" #include "confdefs.h" int @@ -3267,16 +3297,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3270: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3300: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3273: \$? = $ac_status" >&5 + echo "$as_me:3303: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3276: \"$ac_try\"") >&5 + { (eval echo "$as_me:3306: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3279: \$? = $ac_status" >&5 + echo "$as_me:3309: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_compiler_gnu=yes else @@ -3288,19 +3318,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -echo "$as_me:3291: result: $ac_cv_c_compiler_gnu" >&5 +echo "$as_me:3321: result: $ac_cv_c_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS CFLAGS="-g" -echo "$as_me:3297: checking whether $CC accepts -g" >&5 +echo "$as_me:3327: checking whether $CC accepts -g" >&5 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3303 "configure" +#line 3333 "configure" #include "confdefs.h" int @@ -3312,16 +3342,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3315: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3345: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3318: \$? = $ac_status" >&5 + echo "$as_me:3348: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3321: \"$ac_try\"") >&5 + { (eval echo "$as_me:3351: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3324: \$? = $ac_status" >&5 + echo "$as_me:3354: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_g=yes else @@ -3331,7 +3361,7 @@ ac_cv_prog_cc_g=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:3334: result: $ac_cv_prog_cc_g" >&5 +echo "$as_me:3364: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS @@ -3358,16 +3388,16 @@ cat >conftest.$ac_ext <<_ACEOF #endif _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3361: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3391: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3364: \$? = $ac_status" >&5 + echo "$as_me:3394: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3367: \"$ac_try\"") >&5 + { (eval echo "$as_me:3397: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3370: \$? = $ac_status" >&5 + echo "$as_me:3400: \$? = $ac_status" >&5 (exit $ac_status); }; }; then for ac_declaration in \ ''\ @@ -3379,7 +3409,7 @@ if { (eval echo "$as_me:3361: \"$ac_compile\"") >&5 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF -#line 3382 "configure" +#line 3412 "configure" #include "confdefs.h" #include $ac_declaration @@ -3392,16 +3422,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3395: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3425: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3398: \$? = $ac_status" >&5 + echo "$as_me:3428: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3401: \"$ac_try\"") >&5 + { (eval echo "$as_me:3431: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3404: \$? = $ac_status" >&5 + echo "$as_me:3434: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -3411,7 +3441,7 @@ continue fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 3414 "configure" +#line 3444 "configure" #include "confdefs.h" $ac_declaration int @@ -3423,16 +3453,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3426: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3456: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3429: \$? = $ac_status" >&5 + echo "$as_me:3459: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3432: \"$ac_try\"") >&5 + { (eval echo "$as_me:3462: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3435: \$? = $ac_status" >&5 + echo "$as_me:3465: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -3459,12 +3489,12 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:3462: checking for POSIXized ISC" >&5 +echo "$as_me:3492: checking for POSIXized ISC" >&5 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6 if test -d /etc/conf/kconfig.d && grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 then - echo "$as_me:3467: result: yes" >&5 + echo "$as_me:3497: result: yes" >&5 echo "${ECHO_T}yes" >&6 ISC=yes # If later tests want to check for ISC. @@ -3478,7 +3508,7 @@ EOF CC="$CC -Xp" fi else - echo "$as_me:3481: result: no" >&5 + echo "$as_me:3511: result: no" >&5 echo "${ECHO_T}no" >&6 ISC= fi @@ -3486,7 +3516,7 @@ fi ac_cv_prog_cc_cross="no" cross_compiling="no" -echo "$as_me:3489: checking for $CC option to accept ANSI C" >&5 +echo "$as_me:3519: checking for $CC option to accept ANSI C" >&5 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 if test "${ac_cv_prog_cc_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3494,7 +3524,7 @@ else ac_cv_prog_cc_stdc=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF -#line 3497 "configure" +#line 3527 "configure" #include "confdefs.h" #include #include @@ -3543,16 +3573,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext -if { (eval echo "$as_me:3546: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3576: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3549: \$? = $ac_status" >&5 + echo "$as_me:3579: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3552: \"$ac_try\"") >&5 + { (eval echo "$as_me:3582: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3555: \$? = $ac_status" >&5 + echo "$as_me:3585: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_stdc=$ac_arg break @@ -3569,10 +3599,10 @@ fi case "x$ac_cv_prog_cc_stdc" in x|xno) - echo "$as_me:3572: result: none needed" >&5 + echo "$as_me:3602: result: none needed" >&5 echo "${ECHO_T}none needed" >&6 ;; *) - echo "$as_me:3575: result: $ac_cv_prog_cc_stdc" >&5 + echo "$as_me:3605: result: $ac_cv_prog_cc_stdc" >&5 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 CC="$CC $ac_cv_prog_cc_stdc" ;; esac @@ -3584,7 +3614,7 @@ ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:3587: checking how to run the C preprocessor" >&5 +echo "$as_me:3617: checking how to run the C preprocessor" >&5 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then @@ -3605,18 +3635,18 @@ do # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF -#line 3608 "configure" +#line 3638 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:3613: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:3643: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:3619: \$? = $ac_status" >&5 + echo "$as_me:3649: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -3639,17 +3669,17 @@ rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF -#line 3642 "configure" +#line 3672 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:3646: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:3676: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:3652: \$? = $ac_status" >&5 + echo "$as_me:3682: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -3686,7 +3716,7 @@ fi else ac_cv_prog_CPP=$CPP fi -echo "$as_me:3689: result: $CPP" >&5 +echo "$as_me:3719: result: $CPP" >&5 echo "${ECHO_T}$CPP" >&6 ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes @@ -3696,18 +3726,18 @@ do # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF -#line 3699 "configure" +#line 3729 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:3704: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:3734: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:3710: \$? = $ac_status" >&5 + echo "$as_me:3740: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -3730,17 +3760,17 @@ rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF -#line 3733 "configure" +#line 3763 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:3737: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:3767: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:3743: \$? = $ac_status" >&5 + echo "$as_me:3773: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -3768,7 +3798,7 @@ rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else - { { echo "$as_me:3771: error: C preprocessor \"$CPP\" fails sanity check" >&5 + { { echo "$as_me:3801: error: C preprocessor \"$CPP\" fails sanity check" >&5 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} { (exit 1); exit 1; }; } fi @@ -3785,7 +3815,7 @@ fi # Extract the first word of "uname", so it can be a program name with args. set dummy uname; ac_word=$2 -echo "$as_me:3788: checking for $ac_word" >&5 +echo "$as_me:3818: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_UNAMEPROG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3800,7 +3830,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_UNAMEPROG="uname" -echo "$as_me:3803: found $ac_dir/$ac_word" >&5 +echo "$as_me:3833: found $ac_dir/$ac_word" >&5 break done @@ -3808,16 +3838,16 @@ fi fi UNAMEPROG=$ac_cv_prog_UNAMEPROG if test -n "$UNAMEPROG"; then - echo "$as_me:3811: result: $UNAMEPROG" >&5 + echo "$as_me:3841: result: $UNAMEPROG" >&5 echo "${ECHO_T}$UNAMEPROG" >&6 else - echo "$as_me:3814: result: no" >&5 + echo "$as_me:3844: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "tr", so it can be a program name with args. set dummy tr; ac_word=$2 -echo "$as_me:3820: checking for $ac_word" >&5 +echo "$as_me:3850: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_TRPROG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3832,7 +3862,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_TRPROG="tr" -echo "$as_me:3835: found $ac_dir/$ac_word" >&5 +echo "$as_me:3865: found $ac_dir/$ac_word" >&5 break done @@ -3840,16 +3870,16 @@ fi fi TRPROG=$ac_cv_prog_TRPROG if test -n "$TRPROG"; then - echo "$as_me:3843: result: $TRPROG" >&5 + echo "$as_me:3873: result: $TRPROG" >&5 echo "${ECHO_T}$TRPROG" >&6 else - echo "$as_me:3846: result: no" >&5 + echo "$as_me:3876: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "sed", so it can be a program name with args. set dummy sed; ac_word=$2 -echo "$as_me:3852: checking for $ac_word" >&5 +echo "$as_me:3882: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_SEDPROG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3864,7 +3894,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_SEDPROG="sed" -echo "$as_me:3867: found $ac_dir/$ac_word" >&5 +echo "$as_me:3897: found $ac_dir/$ac_word" >&5 break done @@ -3872,16 +3902,16 @@ fi fi SEDPROG=$ac_cv_prog_SEDPROG if test -n "$SEDPROG"; then - echo "$as_me:3875: result: $SEDPROG" >&5 + echo "$as_me:3905: result: $SEDPROG" >&5 echo "${ECHO_T}$SEDPROG" >&6 else - echo "$as_me:3878: result: no" >&5 + echo "$as_me:3908: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "nroff", so it can be a program name with args. set dummy nroff; ac_word=$2 -echo "$as_me:3884: checking for $ac_word" >&5 +echo "$as_me:3914: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_NROFFPROG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3896,7 +3926,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_NROFFPROG="nroff" -echo "$as_me:3899: found $ac_dir/$ac_word" >&5 +echo "$as_me:3929: found $ac_dir/$ac_word" >&5 break done @@ -3904,10 +3934,10 @@ fi fi NROFFPROG=$ac_cv_prog_NROFFPROG if test -n "$NROFFPROG"; then - echo "$as_me:3907: result: $NROFFPROG" >&5 + echo "$as_me:3937: result: $NROFFPROG" >&5 echo "${ECHO_T}$NROFFPROG" >&6 else - echo "$as_me:3910: result: no" >&5 + echo "$as_me:3940: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3933,7 +3963,7 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do fi done if test -z "$ac_aux_dir"; then - { { echo "$as_me:3936: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 + { { echo "$as_me:3966: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} { (exit 1); exit 1; }; } fi @@ -3943,11 +3973,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. # Make sure we can run config.sub. $ac_config_sub sun4 >/dev/null 2>&1 || - { { echo "$as_me:3946: error: cannot run $ac_config_sub" >&5 + { { echo "$as_me:3976: error: cannot run $ac_config_sub" >&5 echo "$as_me: error: cannot run $ac_config_sub" >&2;} { (exit 1); exit 1; }; } -echo "$as_me:3950: checking build system type" >&5 +echo "$as_me:3980: checking build system type" >&5 echo $ECHO_N "checking build system type... $ECHO_C" >&6 if test "${ac_cv_build+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3956,23 +3986,23 @@ else test -z "$ac_cv_build_alias" && ac_cv_build_alias=`$ac_config_guess` test -z "$ac_cv_build_alias" && - { { echo "$as_me:3959: error: cannot guess build type; you must specify one" >&5 + { { echo "$as_me:3989: error: cannot guess build type; you must specify one" >&5 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || - { { echo "$as_me:3963: error: $ac_config_sub $ac_cv_build_alias failed." >&5 + { { echo "$as_me:3993: error: $ac_config_sub $ac_cv_build_alias failed." >&5 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:3968: result: $ac_cv_build" >&5 +echo "$as_me:3998: result: $ac_cv_build" >&5 echo "${ECHO_T}$ac_cv_build" >&6 build=$ac_cv_build build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$as_me:3975: checking host system type" >&5 +echo "$as_me:4005: checking host system type" >&5 echo $ECHO_N "checking host system type... $ECHO_C" >&6 if test "${ac_cv_host+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3981,12 +4011,12 @@ else test -z "$ac_cv_host_alias" && ac_cv_host_alias=$ac_cv_build_alias ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || - { { echo "$as_me:3984: error: $ac_config_sub $ac_cv_host_alias failed" >&5 + { { echo "$as_me:4014: error: $ac_config_sub $ac_cv_host_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:3989: result: $ac_cv_host" >&5 +echo "$as_me:4019: result: $ac_cv_host" >&5 echo "${ECHO_T}$ac_cv_host" >&6 host=$ac_cv_host host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` @@ -4001,7 +4031,7 @@ if test -n "$sudo_cv_prev_host"; then echo "" exit 1 else - echo "$as_me:4004: checking previous host type" >&5 + echo "$as_me:4034: checking previous host type" >&5 echo $ECHO_N "checking previous host type... $ECHO_C" >&6 if test "${sudo_cv_prev_host+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4045,13 +4075,13 @@ case "$host" in for ac_func in getpwanam issecure do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:4048: checking for $ac_func" >&5 +echo "$as_me:4078: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4054 "configure" +#line 4084 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -4082,16 +4112,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4085: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4115: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4088: \$? = $ac_status" >&5 + echo "$as_me:4118: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4091: \"$ac_try\"") >&5 + { (eval echo "$as_me:4121: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4094: \$? = $ac_status" >&5 + echo "$as_me:4124: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -4101,7 +4131,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:4104: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:4134: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:4170: checking for getprpwnam in -lsec" >&5 echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6 if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4145,7 +4175,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsec $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 4148 "configure" +#line 4178 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -4164,16 +4194,16 @@ getprpwnam (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4167: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4197: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4170: \$? = $ac_status" >&5 + echo "$as_me:4200: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4173: \"$ac_try\"") >&5 + { (eval echo "$as_me:4203: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4176: \$? = $ac_status" >&5 + echo "$as_me:4206: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_sec_getprpwnam=yes else @@ -4184,7 +4214,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:4187: result: $ac_cv_lib_sec_getprpwnam" >&5 +echo "$as_me:4217: result: $ac_cv_lib_sec_getprpwnam" >&5 echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6 if test $ac_cv_lib_sec_getprpwnam = yes; then cat >>confdefs.h <<\EOF @@ -4192,7 +4222,7 @@ if test $ac_cv_lib_sec_getprpwnam = yes; then EOF SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"; SECUREWARE=1 else - echo "$as_me:4195: checking for getprpwnam in -lsecurity" >&5 + echo "$as_me:4225: checking for getprpwnam in -lsecurity" >&5 echo $ECHO_N "checking for getprpwnam in -lsecurity... $ECHO_C" >&6 if test "${ac_cv_lib_security_getprpwnam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4200,7 +4230,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsecurity $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 4203 "configure" +#line 4233 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -4219,16 +4249,16 @@ getprpwnam (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4222: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4252: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4225: \$? = $ac_status" >&5 + echo "$as_me:4255: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4228: \"$ac_try\"") >&5 + { (eval echo "$as_me:4258: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4231: \$? = $ac_status" >&5 + echo "$as_me:4261: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_security_getprpwnam=yes else @@ -4239,7 +4269,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:4242: result: $ac_cv_lib_security_getprpwnam" >&5 +echo "$as_me:4272: result: $ac_cv_lib_security_getprpwnam" >&5 echo "${ECHO_T}$ac_cv_lib_security_getprpwnam" >&6 if test $ac_cv_lib_security_getprpwnam = yes; then cat >>confdefs.h <<\EOF @@ -4257,7 +4287,7 @@ fi ;; *-*-hpux1[0-9]*) if test "$CHECKSHADOW" = "true"; then - echo "$as_me:4260: checking for getprpwnam in -lsec" >&5 + echo "$as_me:4290: checking for getprpwnam in -lsec" >&5 echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6 if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4265,7 +4295,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsec $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 4268 "configure" +#line 4298 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -4284,16 +4314,16 @@ getprpwnam (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4287: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4317: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4290: \$? = $ac_status" >&5 + echo "$as_me:4320: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4293: \"$ac_try\"") >&5 + { (eval echo "$as_me:4323: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4296: \$? = $ac_status" >&5 + echo "$as_me:4326: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_sec_getprpwnam=yes else @@ -4304,13 +4334,13 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:4307: result: $ac_cv_lib_sec_getprpwnam" >&5 +echo "$as_me:4337: result: $ac_cv_lib_sec_getprpwnam" >&5 echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6 if test $ac_cv_lib_sec_getprpwnam = yes; then cat >>confdefs.h <<\EOF #define HAVE_GETPRPWNAM 1 EOF - echo "$as_me:4313: checking for iscomsec in -lsec" >&5 + echo "$as_me:4343: checking for iscomsec in -lsec" >&5 echo $ECHO_N "checking for iscomsec in -lsec... $ECHO_C" >&6 if test "${ac_cv_lib_sec_iscomsec+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4318,7 +4348,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsec $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 4321 "configure" +#line 4351 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -4337,16 +4367,16 @@ iscomsec (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4340: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4370: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4343: \$? = $ac_status" >&5 + echo "$as_me:4373: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4346: \"$ac_try\"") >&5 + { (eval echo "$as_me:4376: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4349: \$? = $ac_status" >&5 + echo "$as_me:4379: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_sec_iscomsec=yes else @@ -4357,10 +4387,11 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:4360: result: $ac_cv_lib_sec_iscomsec" >&5 +echo "$as_me:4390: result: $ac_cv_lib_sec_iscomsec" >&5 echo "${ECHO_T}$ac_cv_lib_sec_iscomsec" >&6 if test $ac_cv_lib_sec_iscomsec = yes; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_ISCOMSEC 1 EOF @@ -4379,7 +4410,8 @@ fi test -n "$mansectform" || mansectform=4 ;; *-*-hpux9*) - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define BROKEN_SYSLOG 1 EOF @@ -4388,13 +4420,13 @@ EOF for ac_func in getspwuid do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:4391: checking for $ac_func" >&5 +echo "$as_me:4423: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4397 "configure" +#line 4429 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -4425,16 +4457,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4428: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4460: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4431: \$? = $ac_status" >&5 + echo "$as_me:4463: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4434: \"$ac_try\"") >&5 + { (eval echo "$as_me:4466: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4437: \$? = $ac_status" >&5 + echo "$as_me:4469: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -4444,7 +4476,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:4447: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:4479: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:4530: checking whether to disable sia support on Digital UNIX" >&5 echo $ECHO_N "checking whether to disable sia support on Digital UNIX... $ECHO_C" >&6 # Check whether --enable-sia or --disable-sia was given. if test "${enable_sia+set}" = set; then enableval="$enable_sia" case "$enableval" in - yes) echo "$as_me:4504: result: no" >&5 + yes) echo "$as_me:4536: result: no" >&5 echo "${ECHO_T}no" >&6 ;; - no) echo "$as_me:4507: result: yes" >&5 + no) echo "$as_me:4539: result: yes" >&5 echo "${ECHO_T}yes" >&6 CHECKSIA=false ;; - *) echo "$as_me:4511: result: no" >&5 + *) echo "$as_me:4543: result: no" >&5 echo "${ECHO_T}no" >&6 echo "Ignoring unknown argument to --enable-sia: $enableval" ;; esac else - echo "$as_me:4518: result: no" >&5 + echo "$as_me:4550: result: no" >&5 echo "${ECHO_T}no" >&6 fi; # use SIA by default, if we have it, else SecureWare # unless overridden on the command line if test "$CHECKSIA" = "true"; then - echo "$as_me:4525: checking for sia_ses_init" >&5 + echo "$as_me:4557: checking for sia_ses_init" >&5 echo $ECHO_N "checking for sia_ses_init... $ECHO_C" >&6 if test "${ac_cv_func_sia_ses_init+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4531 "configure" +#line 4563 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sia_ses_init (); below. */ @@ -4559,16 +4591,16 @@ f = sia_ses_init; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4562: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4594: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4565: \$? = $ac_status" >&5 + echo "$as_me:4597: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4568: \"$ac_try\"") >&5 + { (eval echo "$as_me:4600: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4571: \$? = $ac_status" >&5 + echo "$as_me:4603: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_sia_ses_init=yes else @@ -4578,15 +4610,16 @@ ac_cv_func_sia_ses_init=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:4581: result: $ac_cv_func_sia_ses_init" >&5 +echo "$as_me:4613: result: $ac_cv_func_sia_ses_init" >&5 echo "${ECHO_T}$ac_cv_func_sia_ses_init" >&6 if test $ac_cv_func_sia_ses_init = yes; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_SIA 1 EOF if test -n "$with_skey" -o -n "$with_opie" -o -n "$with_otp_only" -o -n "$with_long_otp_prompt" -o -n "$with_SecurID" -o -n "$with_fwtk" -o -n "$with_kerb4" -o -n "$with_kerb5" -o -n "$with_pam" -o -n "$with_AFS" -o -n "$with_DCE"; then - { { echo "$as_me:4589: error: \"you cannot mix SIA and other authentication schemes. You can turn off SIA support via the --disable-sia option\"" >&5 + { { echo "$as_me:4622: error: \"you cannot mix SIA and other authentication schemes. You can turn off SIA support via the --disable-sia option\"" >&5 echo "$as_me: error: \"you cannot mix SIA and other authentication schemes. You can turn off SIA support via the --disable-sia option\"" >&2;} { (exit 1); exit 1; }; } fi; CHECKSHADOW=false @@ -4594,7 +4627,7 @@ fi fi if test "$CHECKSHADOW" = "true"; then - echo "$as_me:4597: checking for getprpwnam in -lsecurity" >&5 + echo "$as_me:4630: checking for getprpwnam in -lsecurity" >&5 echo $ECHO_N "checking for getprpwnam in -lsecurity... $ECHO_C" >&6 if test "${ac_cv_lib_security_getprpwnam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4602,7 +4635,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsecurity $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 4605 "configure" +#line 4638 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -4621,16 +4654,16 @@ getprpwnam (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4624: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4657: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4627: \$? = $ac_status" >&5 + echo "$as_me:4660: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4630: \"$ac_try\"") >&5 + { (eval echo "$as_me:4663: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4633: \$? = $ac_status" >&5 + echo "$as_me:4666: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_security_getprpwnam=yes else @@ -4641,7 +4674,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:4644: result: $ac_cv_lib_security_getprpwnam" >&5 +echo "$as_me:4677: result: $ac_cv_lib_security_getprpwnam" >&5 echo "${ECHO_T}$ac_cv_lib_security_getprpwnam" >&6 if test $ac_cv_lib_security_getprpwnam = yes; then SECUREWARE=1 @@ -4651,7 +4684,8 @@ fi fi if test -n "$SECUREWARE"; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_GETPRPWNAM 1 EOF @@ -4660,13 +4694,13 @@ EOF for ac_func in snprintf do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:4663: checking for $ac_func" >&5 +echo "$as_me:4697: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4669 "configure" +#line 4703 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -4697,16 +4731,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4700: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4734: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4703: \$? = $ac_status" >&5 + echo "$as_me:4737: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4706: \"$ac_try\"") >&5 + { (eval echo "$as_me:4740: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4709: \$? = $ac_status" >&5 + echo "$as_me:4743: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -4716,7 +4750,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:4719: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:4753: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4768: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4740 "configure" +#line 4774 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -4768,16 +4802,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4771: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4805: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4774: \$? = $ac_status" >&5 + echo "$as_me:4808: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4777: \"$ac_try\"") >&5 + { (eval echo "$as_me:4811: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4780: \$? = $ac_status" >&5 + echo "$as_me:4814: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -4787,7 +4821,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:4790: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:4824: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:4837: checking for dbopen in -ldb" >&5 echo $ECHO_N "checking for dbopen in -ldb... $ECHO_C" >&6 if test "${ac_cv_lib_db_dbopen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4808,7 +4842,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldb $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 4811 "configure" +#line 4845 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -4827,16 +4861,16 @@ dbopen (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4830: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4864: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4833: \$? = $ac_status" >&5 + echo "$as_me:4867: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4836: \"$ac_try\"") >&5 + { (eval echo "$as_me:4870: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4839: \$? = $ac_status" >&5 + echo "$as_me:4873: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_db_dbopen=yes else @@ -4847,7 +4881,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:4850: result: $ac_cv_lib_db_dbopen" >&5 +echo "$as_me:4884: result: $ac_cv_lib_db_dbopen" >&5 echo "${ECHO_T}$ac_cv_lib_db_dbopen" >&6 if test $ac_cv_lib_db_dbopen = yes; then SUDO_LIBS="${SUDO_LIBS} -lsecurity -ldb -laud -lm"; LIBS="${LIBS} -lsecurity -ldb -laud -lm" @@ -4858,13 +4892,13 @@ fi for ac_func in dispcrypt do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:4861: checking for $ac_func" >&5 +echo "$as_me:4895: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4867 "configure" +#line 4901 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -4895,16 +4929,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4898: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4932: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4901: \$? = $ac_status" >&5 + echo "$as_me:4935: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4904: \"$ac_try\"") >&5 + { (eval echo "$as_me:4938: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4907: \$? = $ac_status" >&5 + echo "$as_me:4941: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -4914,7 +4948,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:4917: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:4951: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:4961: checking for broken /usr/include/prot.h" >&5 echo $ECHO_N "checking for broken /usr/include/prot.h... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 4930 "configure" +#line 4964 "configure" #include "confdefs.h" #include @@ -4943,23 +4977,23 @@ exit(0); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4946: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4980: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4949: \$? = $ac_status" >&5 + echo "$as_me:4983: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4952: \"$ac_try\"") >&5 + { (eval echo "$as_me:4986: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4955: \$? = $ac_status" >&5 + echo "$as_me:4989: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:4957: result: no" >&5 + echo "$as_me:4991: result: no" >&5 echo "${ECHO_T}no" >&6 else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:4962: result: yes, fixing locally" >&5 +echo "$as_me:4996: result: yes, fixing locally" >&5 echo "${ECHO_T}yes, fixing locally" >&6 sed 's:::g' < /usr/include/prot.h > prot.h @@ -4994,7 +5028,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi # IRIX <= 4 needs -lsun if test "$OSREV" -le 4; then - echo "$as_me:4997: checking for getpwnam in -lsun" >&5 + echo "$as_me:5031: checking for getpwnam in -lsun" >&5 echo $ECHO_N "checking for getpwnam in -lsun... $ECHO_C" >&6 if test "${ac_cv_lib_sun_getpwnam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5002,7 +5036,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsun $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 5005 "configure" +#line 5039 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -5021,16 +5055,16 @@ getpwnam (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5024: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5058: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5027: \$? = $ac_status" >&5 + echo "$as_me:5061: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5030: \"$ac_try\"") >&5 + { (eval echo "$as_me:5064: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5033: \$? = $ac_status" >&5 + echo "$as_me:5067: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_sun_getpwnam=yes else @@ -5041,7 +5075,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:5044: result: $ac_cv_lib_sun_getpwnam" >&5 +echo "$as_me:5078: result: $ac_cv_lib_sun_getpwnam" >&5 echo "${ECHO_T}$ac_cv_lib_sun_getpwnam" >&6 if test $ac_cv_lib_sun_getpwnam = yes; then LIBS="${LIBS} -lsun" @@ -5052,24 +5086,19 @@ fi test -n "$mansectform" || mansectform=4 ;; *-*-linux*) - # To get crypt(3) and vasprintf() prototypes (so we pass -Wall) - cat >>confdefs.h <<\EOF -#define _GNU_SOURCE 1 -EOF - # Some Linux versions need to link with -lshadow if test "$CHECKSHADOW" = "true"; then for ac_func in getspnam do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:5066: checking for $ac_func" >&5 +echo "$as_me:5095: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5072 "configure" +#line 5101 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -5100,16 +5129,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5103: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5132: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5106: \$? = $ac_status" >&5 + echo "$as_me:5135: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5109: \"$ac_try\"") >&5 + { (eval echo "$as_me:5138: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5112: \$? = $ac_status" >&5 + echo "$as_me:5141: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -5119,7 +5148,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5122: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:5151: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:5159: checking for getspnam in -lshadow" >&5 echo $ECHO_N "checking for getspnam in -lshadow... $ECHO_C" >&6 if test "${ac_cv_lib_shadow_getspnam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5135,7 +5164,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lshadow $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 5138 "configure" +#line 5167 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -5154,16 +5183,16 @@ getspnam (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5157: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5186: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5160: \$? = $ac_status" >&5 + echo "$as_me:5189: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5163: \"$ac_try\"") >&5 + { (eval echo "$as_me:5192: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5166: \$? = $ac_status" >&5 + echo "$as_me:5195: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_shadow_getspnam=yes else @@ -5174,7 +5203,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:5177: result: $ac_cv_lib_shadow_getspnam" >&5 +echo "$as_me:5206: result: $ac_cv_lib_shadow_getspnam" >&5 echo "${ECHO_T}$ac_cv_lib_shadow_getspnam" >&6 if test $ac_cv_lib_shadow_getspnam = yes; then cat >>confdefs.h <<\EOF @@ -5199,7 +5228,7 @@ EOF fi if test "$CHECKSHADOW" = "true"; then - echo "$as_me:5202: checking for getprpwnam in -lsec" >&5 + echo "$as_me:5231: checking for getprpwnam in -lsec" >&5 echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6 if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5207,7 +5236,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsec $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 5210 "configure" +#line 5239 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -5226,16 +5255,16 @@ getprpwnam (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5229: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5258: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5232: \$? = $ac_status" >&5 + echo "$as_me:5261: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5235: \"$ac_try\"") >&5 + { (eval echo "$as_me:5264: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5238: \$? = $ac_status" >&5 + echo "$as_me:5267: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_sec_getprpwnam=yes else @@ -5246,7 +5275,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:5249: result: $ac_cv_lib_sec_getprpwnam" >&5 +echo "$as_me:5278: result: $ac_cv_lib_sec_getprpwnam" >&5 echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6 if test $ac_cv_lib_sec_getprpwnam = yes; then cat >>confdefs.h <<\EOF @@ -5261,7 +5290,7 @@ fi *-*-ultrix*) OS="ultrix" if test "$CHECKSHADOW" = "true"; then - echo "$as_me:5264: checking for getauthuid in -lauth" >&5 + echo "$as_me:5293: checking for getauthuid in -lauth" >&5 echo $ECHO_N "checking for getauthuid in -lauth... $ECHO_C" >&6 if test "${ac_cv_lib_auth_getauthuid+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5269,7 +5298,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lauth $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 5272 "configure" +#line 5301 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -5288,16 +5317,16 @@ getauthuid (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5291: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5320: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5294: \$? = $ac_status" >&5 + echo "$as_me:5323: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5297: \"$ac_try\"") >&5 + { (eval echo "$as_me:5326: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5300: \$? = $ac_status" >&5 + echo "$as_me:5329: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_auth_getauthuid=yes else @@ -5308,10 +5337,11 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:5311: result: $ac_cv_lib_auth_getauthuid" >&5 +echo "$as_me:5340: result: $ac_cv_lib_auth_getauthuid" >&5 echo "${ECHO_T}$ac_cv_lib_auth_getauthuid" >&6 if test $ac_cv_lib_auth_getauthuid = yes; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_GETAUTHUID 1 EOF SUDO_LIBS="${SUDO_LIBS} -lauth"; LIBS="${LIBS} -lauth" @@ -5334,7 +5364,7 @@ fi LIBS="${LIBS} -lcrypt" if test "$CHECKSHADOW" = "true"; then - echo "$as_me:5337: checking for getspnam in -lsec" >&5 + echo "$as_me:5367: checking for getspnam in -lsec" >&5 echo $ECHO_N "checking for getspnam in -lsec... $ECHO_C" >&6 if test "${ac_cv_lib_sec_getspnam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5342,7 +5372,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsec $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 5345 "configure" +#line 5375 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -5361,16 +5391,16 @@ getspnam (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5364: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5394: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5367: \$? = $ac_status" >&5 + echo "$as_me:5397: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5370: \"$ac_try\"") >&5 + { (eval echo "$as_me:5400: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5373: \$? = $ac_status" >&5 + echo "$as_me:5403: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_sec_getspnam=yes else @@ -5381,7 +5411,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:5384: result: $ac_cv_lib_sec_getspnam" >&5 +echo "$as_me:5414: result: $ac_cv_lib_sec_getspnam" >&5 echo "${ECHO_T}$ac_cv_lib_sec_getspnam" >&6 if test $ac_cv_lib_sec_getspnam = yes; then cat >>confdefs.h <<\EOF @@ -5397,7 +5427,7 @@ fi ;; *-*-sco*|*-sco-*) if test "$CHECKSHADOW" = "true"; then - echo "$as_me:5400: checking for getprpwnam in -lprot" >&5 + echo "$as_me:5430: checking for getprpwnam in -lprot" >&5 echo $ECHO_N "checking for getprpwnam in -lprot... $ECHO_C" >&6 if test "${ac_cv_lib_prot_getprpwnam_lx+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5405,7 +5435,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lprot -lx $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 5408 "configure" +#line 5438 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -5424,16 +5454,16 @@ getprpwnam (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5427: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5457: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5430: \$? = $ac_status" >&5 + echo "$as_me:5460: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5433: \"$ac_try\"") >&5 + { (eval echo "$as_me:5463: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5436: \$? = $ac_status" >&5 + echo "$as_me:5466: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_prot_getprpwnam_lx=yes else @@ -5444,7 +5474,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:5447: result: $ac_cv_lib_prot_getprpwnam_lx" >&5 +echo "$as_me:5477: result: $ac_cv_lib_prot_getprpwnam_lx" >&5 echo "${ECHO_T}$ac_cv_lib_prot_getprpwnam_lx" >&6 if test $ac_cv_lib_prot_getprpwnam_lx = yes; then cat >>confdefs.h <<\EOF @@ -5453,7 +5483,7 @@ EOF SUDO_LIBS="${SUDO_LIBS} -lprot -lx"; LIBS="${LIBS} -lprot -lx"; SECUREWARE=1 fi - echo "$as_me:5456: checking for getspnam in -lgen" >&5 + echo "$as_me:5486: checking for getspnam in -lgen" >&5 echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6 if test "${ac_cv_lib_gen_getspnam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5461,7 +5491,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgen $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 5464 "configure" +#line 5494 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -5480,16 +5510,16 @@ getspnam (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5483: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5513: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5486: \$? = $ac_status" >&5 + echo "$as_me:5516: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5489: \"$ac_try\"") >&5 + { (eval echo "$as_me:5519: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5492: \$? = $ac_status" >&5 + echo "$as_me:5522: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gen_getspnam=yes else @@ -5500,7 +5530,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:5503: result: $ac_cv_lib_gen_getspnam" >&5 +echo "$as_me:5533: result: $ac_cv_lib_gen_getspnam" >&5 echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6 if test $ac_cv_lib_gen_getspnam = yes; then cat >>confdefs.h <<\EOF @@ -5516,7 +5546,7 @@ fi ;; *-sequent-sysv*) if test "$CHECKSHADOW" = "true"; then - echo "$as_me:5519: checking for getspnam in -lsec" >&5 + echo "$as_me:5549: checking for getspnam in -lsec" >&5 echo $ECHO_N "checking for getspnam in -lsec... $ECHO_C" >&6 if test "${ac_cv_lib_sec_getspnam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5524,7 +5554,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsec $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 5527 "configure" +#line 5557 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -5543,16 +5573,16 @@ getspnam (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5546: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5576: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5549: \$? = $ac_status" >&5 + echo "$as_me:5579: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5552: \"$ac_try\"") >&5 + { (eval echo "$as_me:5582: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5555: \$? = $ac_status" >&5 + echo "$as_me:5585: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_sec_getspnam=yes else @@ -5563,7 +5593,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:5566: result: $ac_cv_lib_sec_getspnam" >&5 +echo "$as_me:5596: result: $ac_cv_lib_sec_getspnam" >&5 echo "${ECHO_T}$ac_cv_lib_sec_getspnam" >&6 if test $ac_cv_lib_sec_getspnam = yes; then cat >>confdefs.h <<\EOF @@ -5578,7 +5608,7 @@ fi test -n "$mansectform" || mansectform=4 ;; *-ncr-sysv4*|*-ncr-sysvr4*) - echo "$as_me:5581: checking for strcasecmp in -lc89" >&5 + echo "$as_me:5611: checking for strcasecmp in -lc89" >&5 echo $ECHO_N "checking for strcasecmp in -lc89... $ECHO_C" >&6 if test "${ac_cv_lib_c89_strcasecmp+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5586,7 +5616,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lc89 $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 5589 "configure" +#line 5619 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -5605,16 +5635,16 @@ strcasecmp (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5608: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5638: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5611: \$? = $ac_status" >&5 + echo "$as_me:5641: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5614: \"$ac_try\"") >&5 + { (eval echo "$as_me:5644: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5617: \$? = $ac_status" >&5 + echo "$as_me:5647: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_c89_strcasecmp=yes else @@ -5625,7 +5655,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:5628: result: $ac_cv_lib_c89_strcasecmp" >&5 +echo "$as_me:5658: result: $ac_cv_lib_c89_strcasecmp" >&5 echo "${ECHO_T}$ac_cv_lib_c89_strcasecmp" >&6 if test $ac_cv_lib_c89_strcasecmp = yes; then cat >>confdefs.h <<\EOF @@ -5701,13 +5731,13 @@ if test "$CHECKSHADOW" = "true"; then for ac_func in getspnam do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:5704: checking for $ac_func" >&5 +echo "$as_me:5734: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5710 "configure" +#line 5740 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -5738,16 +5768,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5741: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5771: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5744: \$? = $ac_status" >&5 + echo "$as_me:5774: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5747: \"$ac_try\"") >&5 + { (eval echo "$as_me:5777: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5750: \$? = $ac_status" >&5 + echo "$as_me:5780: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -5757,7 +5787,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5760: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:5790: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:5798: checking for getspnam in -lgen" >&5 echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6 if test "${ac_cv_lib_gen_getspnam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5773,7 +5803,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgen $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 5776 "configure" +#line 5806 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -5792,16 +5822,16 @@ getspnam (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5795: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5825: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5798: \$? = $ac_status" >&5 + echo "$as_me:5828: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5801: \"$ac_try\"") >&5 + { (eval echo "$as_me:5831: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5804: \$? = $ac_status" >&5 + echo "$as_me:5834: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gen_getspnam=yes else @@ -5812,10 +5842,11 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:5815: result: $ac_cv_lib_gen_getspnam" >&5 +echo "$as_me:5845: result: $ac_cv_lib_gen_getspnam" >&5 echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6 if test $ac_cv_lib_gen_getspnam = yes; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_GETSPNAM 1 EOF SUDO_LIBS="${SUDO_LIBS} -lgen"; LIBS="${LIBS} -lgen" @@ -5826,13 +5857,13 @@ done fi if test "$CHECKSHADOW" = "true"; then - echo "$as_me:5829: checking for getprpwnam" >&5 + echo "$as_me:5860: checking for getprpwnam" >&5 echo $ECHO_N "checking for getprpwnam... $ECHO_C" >&6 if test "${ac_cv_func_getprpwnam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5835 "configure" +#line 5866 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getprpwnam (); below. */ @@ -5863,16 +5894,16 @@ f = getprpwnam; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5866: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5897: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5869: \$? = $ac_status" >&5 + echo "$as_me:5900: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5872: \"$ac_try\"") >&5 + { (eval echo "$as_me:5903: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5875: \$? = $ac_status" >&5 + echo "$as_me:5906: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_getprpwnam=yes else @@ -5882,13 +5913,13 @@ ac_cv_func_getprpwnam=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5885: result: $ac_cv_func_getprpwnam" >&5 +echo "$as_me:5916: result: $ac_cv_func_getprpwnam" >&5 echo "${ECHO_T}$ac_cv_func_getprpwnam" >&6 if test $ac_cv_func_getprpwnam = yes; then cat >>confdefs.h <<\EOF #define HAVE_GETPRPWNAM 1 EOF - CHECKSHADOW="false"; SECUREWARE=1, echo "$as_me:5891: checking for getprpwnam in -lsec" >&5 + CHECKSHADOW="false"; SECUREWARE=1, echo "$as_me:5922: checking for getprpwnam in -lsec" >&5 echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6 if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5896,7 +5927,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsec $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 5899 "configure" +#line 5930 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -5915,16 +5946,16 @@ getprpwnam (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5918: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5949: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5921: \$? = $ac_status" >&5 + echo "$as_me:5952: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5924: \"$ac_try\"") >&5 + { (eval echo "$as_me:5955: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5927: \$? = $ac_status" >&5 + echo "$as_me:5958: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_sec_getprpwnam=yes else @@ -5935,7 +5966,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:5938: result: $ac_cv_lib_sec_getprpwnam" >&5 +echo "$as_me:5969: result: $ac_cv_lib_sec_getprpwnam" >&5 echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6 if test $ac_cv_lib_sec_getprpwnam = yes; then cat >>confdefs.h <<\EOF @@ -5943,7 +5974,7 @@ if test $ac_cv_lib_sec_getprpwnam = yes; then EOF CHECKSHADOW="false"; SECUREWARE=1; SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec" else - echo "$as_me:5946: checking for getprpwnam in -lsecurity" >&5 + echo "$as_me:5977: checking for getprpwnam in -lsecurity" >&5 echo $ECHO_N "checking for getprpwnam in -lsecurity... $ECHO_C" >&6 if test "${ac_cv_lib_security_getprpwnam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5951,7 +5982,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsecurity $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 5954 "configure" +#line 5985 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -5970,16 +6001,16 @@ getprpwnam (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5973: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6004: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5976: \$? = $ac_status" >&5 + echo "$as_me:6007: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5979: \"$ac_try\"") >&5 + { (eval echo "$as_me:6010: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5982: \$? = $ac_status" >&5 + echo "$as_me:6013: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_security_getprpwnam=yes else @@ -5990,7 +6021,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:5993: result: $ac_cv_lib_security_getprpwnam" >&5 +echo "$as_me:6024: result: $ac_cv_lib_security_getprpwnam" >&5 echo "${ECHO_T}$ac_cv_lib_security_getprpwnam" >&6 if test $ac_cv_lib_security_getprpwnam = yes; then cat >>confdefs.h <<\EOF @@ -5998,7 +6029,7 @@ if test $ac_cv_lib_security_getprpwnam = yes; then EOF CHECKSHADOW="false"; SECUREWARE=1; SUDO_LIBS="${SUDO_LIBS} -lsecurity"; LIBS="${LIBS} -lsecurity" else - echo "$as_me:6001: checking for getprpwnam in -lprot" >&5 + echo "$as_me:6032: checking for getprpwnam in -lprot" >&5 echo $ECHO_N "checking for getprpwnam in -lprot... $ECHO_C" >&6 if test "${ac_cv_lib_prot_getprpwnam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6006,7 +6037,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lprot $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 6009 "configure" +#line 6040 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -6025,16 +6056,16 @@ getprpwnam (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6028: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6059: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6031: \$? = $ac_status" >&5 + echo "$as_me:6062: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6034: \"$ac_try\"") >&5 + { (eval echo "$as_me:6065: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6037: \$? = $ac_status" >&5 + echo "$as_me:6068: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_prot_getprpwnam=yes else @@ -6045,7 +6076,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:6048: result: $ac_cv_lib_prot_getprpwnam" >&5 +echo "$as_me:6079: result: $ac_cv_lib_prot_getprpwnam" >&5 echo "${ECHO_T}$ac_cv_lib_prot_getprpwnam" >&6 if test $ac_cv_lib_prot_getprpwnam = yes; then cat >>confdefs.h <<\EOF @@ -6063,14 +6094,14 @@ fi fi if test $ac_cv_c_compiler_gnu = yes; then - echo "$as_me:6066: checking whether $CC needs -traditional" >&5 + echo "$as_me:6097: checking whether $CC needs -traditional" >&5 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 if test "${ac_cv_prog_gcc_traditional+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_pattern="Autoconf.*'x'" cat >conftest.$ac_ext <<_ACEOF -#line 6073 "configure" +#line 6104 "configure" #include "confdefs.h" #include Autoconf TIOCGETP @@ -6085,7 +6116,7 @@ rm -f conftest* if test $ac_cv_prog_gcc_traditional = no; then cat >conftest.$ac_ext <<_ACEOF -#line 6088 "configure" +#line 6119 "configure" #include "confdefs.h" #include Autoconf TCGETA @@ -6098,20 +6129,20 @@ rm -f conftest* fi fi -echo "$as_me:6101: result: $ac_cv_prog_gcc_traditional" >&5 +echo "$as_me:6132: result: $ac_cv_prog_gcc_traditional" >&5 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 if test $ac_cv_prog_gcc_traditional = yes; then CC="$CC -traditional" fi fi -echo "$as_me:6108: checking for an ANSI C-conforming const" >&5 +echo "$as_me:6139: checking for an ANSI C-conforming const" >&5 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 if test "${ac_cv_c_const+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6114 "configure" +#line 6145 "configure" #include "confdefs.h" int @@ -6169,16 +6200,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6172: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6203: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6175: \$? = $ac_status" >&5 + echo "$as_me:6206: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6178: \"$ac_try\"") >&5 + { (eval echo "$as_me:6209: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6181: \$? = $ac_status" >&5 + echo "$as_me:6212: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_const=yes else @@ -6188,7 +6219,7 @@ ac_cv_c_const=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6191: result: $ac_cv_c_const" >&5 +echo "$as_me:6222: result: $ac_cv_c_const" >&5 echo "${ECHO_T}$ac_cv_c_const" >&6 if test $ac_cv_c_const = no; then @@ -6198,13 +6229,13 @@ EOF fi -echo "$as_me:6201: checking for working volatile" >&5 +echo "$as_me:6232: checking for working volatile" >&5 echo $ECHO_N "checking for working volatile... $ECHO_C" >&6 if test "${ac_cv_c_volatile+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6207 "configure" +#line 6238 "configure" #include "confdefs.h" int @@ -6218,16 +6249,16 @@ int * volatile y; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6221: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6252: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6224: \$? = $ac_status" >&5 + echo "$as_me:6255: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6227: \"$ac_try\"") >&5 + { (eval echo "$as_me:6258: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6230: \$? = $ac_status" >&5 + echo "$as_me:6261: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_volatile=yes else @@ -6237,7 +6268,7 @@ ac_cv_c_volatile=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6240: result: $ac_cv_c_volatile" >&5 +echo "$as_me:6271: result: $ac_cv_c_volatile" >&5 echo "${ECHO_T}$ac_cv_c_volatile" >&6 if test $ac_cv_c_volatile = no; then @@ -6251,7 +6282,7 @@ for ac_prog in 'bison -y' byacc do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:6254: checking for $ac_word" >&5 +echo "$as_me:6285: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_YACC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6266,7 +6297,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_YACC="$ac_prog" -echo "$as_me:6269: found $ac_dir/$ac_word" >&5 +echo "$as_me:6300: found $ac_dir/$ac_word" >&5 break done @@ -6274,10 +6305,10 @@ fi fi YACC=$ac_cv_prog_YACC if test -n "$YACC"; then - echo "$as_me:6277: result: $YACC" >&5 + echo "$as_me:6308: result: $YACC" >&5 echo "${ECHO_T}$YACC" >&6 else - echo "$as_me:6280: result: no" >&5 + echo "$as_me:6311: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -6285,206 +6316,206 @@ fi done test -n "$YACC" || YACC="yacc" -echo "$as_me:6288: checking for mv" >&5 +echo "$as_me:6319: checking for mv" >&5 echo $ECHO_N "checking for mv... $ECHO_C" >&6 if test -f "/usr/bin/mv"; then - echo "$as_me:6291: result: /usr/bin/mv" >&5 + echo "$as_me:6322: result: /usr/bin/mv" >&5 echo "${ECHO_T}/usr/bin/mv" >&6 cat >>confdefs.h <<\EOF #define _PATH_MV "/usr/bin/mv" EOF elif test -f "/bin/mv"; then - echo "$as_me:6298: result: /bin/mv" >&5 + echo "$as_me:6329: result: /bin/mv" >&5 echo "${ECHO_T}/bin/mv" >&6 cat >>confdefs.h <<\EOF #define _PATH_MV "/bin/mv" EOF elif test -f "/usr/ucb/mv"; then - echo "$as_me:6305: result: /usr/ucb/mv" >&5 + echo "$as_me:6336: result: /usr/ucb/mv" >&5 echo "${ECHO_T}/usr/ucb/mv" >&6 cat >>confdefs.h <<\EOF #define _PATH_MV "/usr/ucb/mv" EOF elif test -f "/usr/sbin/mv"; then - echo "$as_me:6312: result: /usr/sbin/mv" >&5 + echo "$as_me:6343: result: /usr/sbin/mv" >&5 echo "${ECHO_T}/usr/sbin/mv" >&6 cat >>confdefs.h <<\EOF #define _PATH_MV "/usr/sbin/mv" EOF else - echo "$as_me:6319: result: not found" >&5 + echo "$as_me:6350: result: not found" >&5 echo "${ECHO_T}not found" >&6 fi -echo "$as_me:6323: checking for bourne shell" >&5 +echo "$as_me:6354: checking for bourne shell" >&5 echo $ECHO_N "checking for bourne shell... $ECHO_C" >&6 if test -f "/bin/sh"; then - echo "$as_me:6326: result: /bin/sh" >&5 + echo "$as_me:6357: result: /bin/sh" >&5 echo "${ECHO_T}/bin/sh" >&6 cat >>confdefs.h <<\EOF #define _PATH_BSHELL "/bin/sh" EOF elif test -f "/usr/bin/sh"; then - echo "$as_me:6333: result: /usr/bin/sh" >&5 + echo "$as_me:6364: result: /usr/bin/sh" >&5 echo "${ECHO_T}/usr/bin/sh" >&6 cat >>confdefs.h <<\EOF #define _PATH_BSHELL "/usr/bin/sh" EOF elif test -f "/sbin/sh"; then - echo "$as_me:6340: result: /sbin/sh" >&5 + echo "$as_me:6371: result: /sbin/sh" >&5 echo "${ECHO_T}/sbin/sh" >&6 cat >>confdefs.h <<\EOF #define _PATH_BSHELL "/sbin/sh" EOF elif test -f "/usr/sbin/sh"; then - echo "$as_me:6347: result: /usr/sbin/sh" >&5 + echo "$as_me:6378: result: /usr/sbin/sh" >&5 echo "${ECHO_T}/usr/sbin/sh" >&6 cat >>confdefs.h <<\EOF #define _PATH_BSHELL "/usr/sbin/sh" EOF elif test -f "/bin/ksh"; then - echo "$as_me:6354: result: /bin/ksh" >&5 + echo "$as_me:6385: result: /bin/ksh" >&5 echo "${ECHO_T}/bin/ksh" >&6 cat >>confdefs.h <<\EOF #define _PATH_BSHELL "/bin/ksh" EOF elif test -f "/usr/bin/ksh"; then - echo "$as_me:6361: result: /usr/bin/ksh" >&5 + echo "$as_me:6392: result: /usr/bin/ksh" >&5 echo "${ECHO_T}/usr/bin/ksh" >&6 cat >>confdefs.h <<\EOF #define _PATH_BSHELL "/usr/bin/ksh" EOF elif test -f "/bin/bash"; then - echo "$as_me:6368: result: /bin/bash" >&5 + echo "$as_me:6399: result: /bin/bash" >&5 echo "${ECHO_T}/bin/bash" >&6 cat >>confdefs.h <<\EOF #define _PATH_BSHELL "/bin/bash" EOF elif test -f "/usr/bin/bash"; then - echo "$as_me:6375: result: /usr/bin/bash" >&5 + echo "$as_me:6406: result: /usr/bin/bash" >&5 echo "${ECHO_T}/usr/bin/bash" >&6 cat >>confdefs.h <<\EOF #define _PATH_BSHELL "/usr/bin/bash" EOF else - echo "$as_me:6382: result: not found" >&5 + echo "$as_me:6413: result: not found" >&5 echo "${ECHO_T}not found" >&6 fi if test -z "$with_sendmail"; then - echo "$as_me:6387: checking for sendmail" >&5 + echo "$as_me:6418: checking for sendmail" >&5 echo $ECHO_N "checking for sendmail... $ECHO_C" >&6 if test -f "/usr/sbin/sendmail"; then - echo "$as_me:6390: result: /usr/sbin/sendmail" >&5 + echo "$as_me:6421: result: /usr/sbin/sendmail" >&5 echo "${ECHO_T}/usr/sbin/sendmail" >&6 cat >>confdefs.h <<\EOF #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail" EOF elif test -f "/usr/lib/sendmail"; then - echo "$as_me:6397: result: /usr/lib/sendmail" >&5 + echo "$as_me:6428: result: /usr/lib/sendmail" >&5 echo "${ECHO_T}/usr/lib/sendmail" >&6 cat >>confdefs.h <<\EOF #define _PATH_SUDO_SENDMAIL "/usr/lib/sendmail" EOF elif test -f "/usr/etc/sendmail"; then - echo "$as_me:6404: result: /usr/etc/sendmail" >&5 + echo "$as_me:6435: result: /usr/etc/sendmail" >&5 echo "${ECHO_T}/usr/etc/sendmail" >&6 cat >>confdefs.h <<\EOF #define _PATH_SUDO_SENDMAIL "/usr/etc/sendmail" EOF elif test -f "/usr/ucblib/sendmail"; then - echo "$as_me:6411: result: /usr/ucblib/sendmail" >&5 + echo "$as_me:6442: result: /usr/ucblib/sendmail" >&5 echo "${ECHO_T}/usr/ucblib/sendmail" >&6 cat >>confdefs.h <<\EOF #define _PATH_SUDO_SENDMAIL "/usr/ucblib/sendmail" EOF elif test -f "/usr/local/lib/sendmail"; then - echo "$as_me:6418: result: /usr/local/lib/sendmail" >&5 + echo "$as_me:6449: result: /usr/local/lib/sendmail" >&5 echo "${ECHO_T}/usr/local/lib/sendmail" >&6 cat >>confdefs.h <<\EOF #define _PATH_SUDO_SENDMAIL "/usr/local/lib/sendmail" EOF elif test -f "/usr/local/bin/sendmail"; then - echo "$as_me:6425: result: /usr/local/bin/sendmail" >&5 + echo "$as_me:6456: result: /usr/local/bin/sendmail" >&5 echo "${ECHO_T}/usr/local/bin/sendmail" >&6 cat >>confdefs.h <<\EOF #define _PATH_SUDO_SENDMAIL "/usr/local/bin/sendmail" EOF else - echo "$as_me:6432: result: not found" >&5 + echo "$as_me:6463: result: not found" >&5 echo "${ECHO_T}not found" >&6 fi fi if test -z "$with_editor"; then - echo "$as_me:6438: checking for vi" >&5 + echo "$as_me:6469: checking for vi" >&5 echo $ECHO_N "checking for vi... $ECHO_C" >&6 if test -f "/usr/bin/vi"; then - echo "$as_me:6441: result: /usr/bin/vi" >&5 + echo "$as_me:6472: result: /usr/bin/vi" >&5 echo "${ECHO_T}/usr/bin/vi" >&6 cat >>confdefs.h <<\EOF #define _PATH_VI "/usr/bin/vi" EOF elif test -f "/usr/ucb/vi"; then - echo "$as_me:6448: result: /usr/ucb/vi" >&5 + echo "$as_me:6479: result: /usr/ucb/vi" >&5 echo "${ECHO_T}/usr/ucb/vi" >&6 cat >>confdefs.h <<\EOF #define _PATH_VI "/usr/ucb/vi" EOF elif test -f "/usr/bsd/vi"; then - echo "$as_me:6455: result: /usr/bsd/vi" >&5 + echo "$as_me:6486: result: /usr/bsd/vi" >&5 echo "${ECHO_T}/usr/bsd/vi" >&6 cat >>confdefs.h <<\EOF #define _PATH_VI "/usr/bsd/vi" EOF elif test -f "/bin/vi"; then - echo "$as_me:6462: result: /bin/vi" >&5 + echo "$as_me:6493: result: /bin/vi" >&5 echo "${ECHO_T}/bin/vi" >&6 cat >>confdefs.h <<\EOF #define _PATH_VI "/bin/vi" EOF elif test -f "/usr/local/bin/vi"; then - echo "$as_me:6469: result: /usr/local/bin/vi" >&5 + echo "$as_me:6500: result: /usr/local/bin/vi" >&5 echo "${ECHO_T}/usr/local/bin/vi" >&6 cat >>confdefs.h <<\EOF #define _PATH_VI "/usr/local/bin/vi" EOF else - echo "$as_me:6476: result: not found" >&5 + echo "$as_me:6507: result: not found" >&5 echo "${ECHO_T}not found" >&6 fi fi -echo "$as_me:6481: checking for ANSI C header files" >&5 +echo "$as_me:6512: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6487 "configure" +#line 6518 "configure" #include "confdefs.h" #include #include @@ -6492,13 +6523,13 @@ else #include _ACEOF -if { (eval echo "$as_me:6495: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:6526: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:6501: \$? = $ac_status" >&5 + echo "$as_me:6532: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -6520,7 +6551,7 @@ rm -f conftest.err conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 6523 "configure" +#line 6554 "configure" #include "confdefs.h" #include @@ -6538,7 +6569,7 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 6541 "configure" +#line 6572 "configure" #include "confdefs.h" #include @@ -6559,7 +6590,7 @@ if test $ac_cv_header_stdc = yes; then : else cat >conftest.$ac_ext <<_ACEOF -#line 6562 "configure" +#line 6593 "configure" #include "confdefs.h" #include #if ((' ' & 0x0FF) == 0x020) @@ -6585,15 +6616,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:6588: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6619: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6591: \$? = $ac_status" >&5 + echo "$as_me:6622: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:6593: \"$ac_try\"") >&5 + { (eval echo "$as_me:6624: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6596: \$? = $ac_status" >&5 + echo "$as_me:6627: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -6606,7 +6637,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi -echo "$as_me:6609: result: $ac_cv_header_stdc" >&5 +echo "$as_me:6640: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then @@ -6619,13 +6650,13 @@ fi ac_header_dirent=no for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` -echo "$as_me:6622: checking for $ac_hdr that defines DIR" >&5 +echo "$as_me:6653: checking for $ac_hdr that defines DIR" >&5 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6628 "configure" +#line 6659 "configure" #include "confdefs.h" #include #include <$ac_hdr> @@ -6640,16 +6671,16 @@ return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6643: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6674: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6646: \$? = $ac_status" >&5 + echo "$as_me:6677: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6649: \"$ac_try\"") >&5 + { (eval echo "$as_me:6680: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6652: \$? = $ac_status" >&5 + echo "$as_me:6683: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Header=yes" else @@ -6659,7 +6690,7 @@ eval "$as_ac_Header=no" fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6662: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:6693: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:6706: checking for opendir in -ldir" >&5 echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6 if test "${ac_cv_lib_dir_opendir+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6680,7 +6711,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldir $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 6683 "configure" +#line 6714 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -6699,16 +6730,16 @@ opendir (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6702: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6733: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6705: \$? = $ac_status" >&5 + echo "$as_me:6736: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6708: \"$ac_try\"") >&5 + { (eval echo "$as_me:6739: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6711: \$? = $ac_status" >&5 + echo "$as_me:6742: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dir_opendir=yes else @@ -6719,14 +6750,14 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:6722: result: $ac_cv_lib_dir_opendir" >&5 +echo "$as_me:6753: result: $ac_cv_lib_dir_opendir" >&5 echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6 if test $ac_cv_lib_dir_opendir = yes; then LIBS="$LIBS -ldir" fi else - echo "$as_me:6729: checking for opendir in -lx" >&5 + echo "$as_me:6760: checking for opendir in -lx" >&5 echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6 if test "${ac_cv_lib_x_opendir+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6734,7 +6765,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lx $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 6737 "configure" +#line 6768 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -6753,16 +6784,16 @@ opendir (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6756: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6787: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6759: \$? = $ac_status" >&5 + echo "$as_me:6790: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6762: \"$ac_try\"") >&5 + { (eval echo "$as_me:6793: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6765: \$? = $ac_status" >&5 + echo "$as_me:6796: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_x_opendir=yes else @@ -6773,7 +6804,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:6776: result: $ac_cv_lib_x_opendir" >&5 +echo "$as_me:6807: result: $ac_cv_lib_x_opendir" >&5 echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6 if test $ac_cv_lib_x_opendir = yes; then LIBS="$LIBS -lx" @@ -6784,23 +6815,23 @@ fi for ac_header in malloc.h paths.h utime.h netgroup.h sys/sockio.h sys/bsdtypes.h sys/select.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:6787: checking for $ac_header" >&5 +echo "$as_me:6818: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6793 "configure" +#line 6824 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:6797: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:6828: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:6803: \$? = $ac_status" >&5 + echo "$as_me:6834: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -6819,7 +6850,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:6822: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:6853: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:6864: checking POSIX termios" >&5 echo $ECHO_N "checking POSIX termios... $ECHO_C" >&6 if test "${ac_cv_sys_posix_termios+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6839 "configure" +#line 6870 "configure" #include "confdefs.h" #include #include @@ -6851,16 +6882,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6854: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6885: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6857: \$? = $ac_status" >&5 + echo "$as_me:6888: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6860: \"$ac_try\"") >&5 + { (eval echo "$as_me:6891: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6863: \$? = $ac_status" >&5 + echo "$as_me:6894: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sys_posix_termios=yes else @@ -6870,11 +6901,12 @@ ac_cv_sys_posix_termios=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6873: result: $ac_cv_sys_posix_termios" >&5 +echo "$as_me:6904: result: $ac_cv_sys_posix_termios" >&5 echo "${ECHO_T}$ac_cv_sys_posix_termios" >&6 if test "$ac_cv_sys_posix_termios" = "yes"; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_TERMIOS_H 1 EOF @@ -6883,23 +6915,23 @@ EOF for ac_header in termio.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:6886: checking for $ac_header" >&5 +echo "$as_me:6918: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6892 "configure" +#line 6924 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:6896: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:6928: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:6902: \$? = $ac_status" >&5 + echo "$as_me:6934: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -6918,7 +6950,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:6921: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:6953: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:6970: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6944 "configure" +#line 6976 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:6948: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:6980: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:6954: \$? = $ac_status" >&5 + echo "$as_me:6986: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -6970,7 +7002,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:6973: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:7005: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:7017: checking for bsd_auth.h" >&5 echo $ECHO_N "checking for bsd_auth.h... $ECHO_C" >&6 if test "${ac_cv_header_bsd_auth_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6991 "configure" +#line 7023 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:6995: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:7027: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:7001: \$? = $ac_status" >&5 + echo "$as_me:7033: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -7017,10 +7049,11 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:7020: result: $ac_cv_header_bsd_auth_h" >&5 +echo "$as_me:7052: result: $ac_cv_header_bsd_auth_h" >&5 echo "${ECHO_T}$ac_cv_header_bsd_auth_h" >&6 if test $ac_cv_header_bsd_auth_h = yes; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_BSD_AUTH_H 1 EOF with_passwd=no; AUTH_OBJS=bsdauth.o @@ -7033,28 +7066,28 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:7036: checking for $ac_header" >&5 +echo "$as_me:7069: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7042 "configure" +#line 7075 "configure" #include "confdefs.h" $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7048: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7081: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7051: \$? = $ac_status" >&5 + echo "$as_me:7084: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7054: \"$ac_try\"") >&5 + { (eval echo "$as_me:7087: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7057: \$? = $ac_status" >&5 + echo "$as_me:7090: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Header=yes" else @@ -7064,7 +7097,7 @@ eval "$as_ac_Header=no" fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7067: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:7100: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:7110: checking for mode_t" >&5 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6 if test "${ac_cv_type_mode_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7083 "configure" +#line 7116 "configure" #include "confdefs.h" $ac_includes_default int @@ -7095,16 +7128,16 @@ if (sizeof (mode_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7098: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7131: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7101: \$? = $ac_status" >&5 + echo "$as_me:7134: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7104: \"$ac_try\"") >&5 + { (eval echo "$as_me:7137: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7107: \$? = $ac_status" >&5 + echo "$as_me:7140: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_mode_t=yes else @@ -7114,7 +7147,7 @@ ac_cv_type_mode_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7117: result: $ac_cv_type_mode_t" >&5 +echo "$as_me:7150: result: $ac_cv_type_mode_t" >&5 echo "${ECHO_T}$ac_cv_type_mode_t" >&6 if test $ac_cv_type_mode_t = yes; then : @@ -7126,13 +7159,13 @@ EOF fi -echo "$as_me:7129: checking for uid_t in sys/types.h" >&5 +echo "$as_me:7162: checking for uid_t in sys/types.h" >&5 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 if test "${ac_cv_type_uid_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7135 "configure" +#line 7168 "configure" #include "confdefs.h" #include @@ -7146,7 +7179,7 @@ fi rm -f conftest* fi -echo "$as_me:7149: result: $ac_cv_type_uid_t" >&5 +echo "$as_me:7182: result: $ac_cv_type_uid_t" >&5 echo "${ECHO_T}$ac_cv_type_uid_t" >&6 if test $ac_cv_type_uid_t = no; then @@ -7160,13 +7193,13 @@ EOF fi -echo "$as_me:7163: checking for sig_atomic_t" >&5 +echo "$as_me:7196: checking for sig_atomic_t" >&5 echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6 if test "${ac_cv_type_sig_atomic_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7169 "configure" +#line 7202 "configure" #include "confdefs.h" #include #include @@ -7183,16 +7216,16 @@ if (sizeof (sig_atomic_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7186: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7219: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7189: \$? = $ac_status" >&5 + echo "$as_me:7222: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7192: \"$ac_try\"") >&5 + { (eval echo "$as_me:7225: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7195: \$? = $ac_status" >&5 + echo "$as_me:7228: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_sig_atomic_t=yes else @@ -7202,7 +7235,7 @@ ac_cv_type_sig_atomic_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7205: result: $ac_cv_type_sig_atomic_t" >&5 +echo "$as_me:7238: result: $ac_cv_type_sig_atomic_t" >&5 echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6 if test $ac_cv_type_sig_atomic_t = yes; then @@ -7211,19 +7244,20 @@ cat >>confdefs.h <>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define sig_atomic_t int EOF fi -echo "$as_me:7220: checking for sigaction_t" >&5 +echo "$as_me:7254: checking for sigaction_t" >&5 echo $ECHO_N "checking for sigaction_t... $ECHO_C" >&6 if test "${ac_cv_type_sigaction_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7226 "configure" +#line 7260 "configure" #include "confdefs.h" #include #include @@ -7240,16 +7274,16 @@ if (sizeof (sigaction_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7243: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7277: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7246: \$? = $ac_status" >&5 + echo "$as_me:7280: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7249: \"$ac_try\"") >&5 + { (eval echo "$as_me:7283: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7252: \$? = $ac_status" >&5 + echo "$as_me:7286: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_sigaction_t=yes else @@ -7259,7 +7293,7 @@ ac_cv_type_sigaction_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7262: result: $ac_cv_type_sigaction_t" >&5 +echo "$as_me:7296: result: $ac_cv_type_sigaction_t" >&5 echo "${ECHO_T}$ac_cv_type_sigaction_t" >&6 if test $ac_cv_type_sigaction_t = yes; then @@ -7273,13 +7307,13 @@ EOF fi -echo "$as_me:7276: checking for size_t" >&5 +echo "$as_me:7310: checking for size_t" >&5 echo $ECHO_N "checking for size_t... $ECHO_C" >&6 if test "${sudo_cv_type_size_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7282 "configure" +#line 7316 "configure" #include "confdefs.h" #include #include @@ -7299,22 +7333,23 @@ fi rm -f conftest* fi -echo "$as_me:7302: result: $sudo_cv_type_size_t" >&5 +echo "$as_me:7336: result: $sudo_cv_type_size_t" >&5 echo "${ECHO_T}$sudo_cv_type_size_t" >&6 if test $sudo_cv_type_size_t = no; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define size_t int EOF fi -echo "$as_me:7311: checking for ssize_t" >&5 +echo "$as_me:7346: checking for ssize_t" >&5 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6 if test "${sudo_cv_type_ssize_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7317 "configure" +#line 7352 "configure" #include "confdefs.h" #include #include @@ -7334,22 +7369,23 @@ fi rm -f conftest* fi -echo "$as_me:7337: result: $sudo_cv_type_ssize_t" >&5 +echo "$as_me:7372: result: $sudo_cv_type_ssize_t" >&5 echo "${ECHO_T}$sudo_cv_type_ssize_t" >&6 if test $sudo_cv_type_ssize_t = no; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define ssize_t int EOF fi -echo "$as_me:7346: checking for dev_t" >&5 +echo "$as_me:7382: checking for dev_t" >&5 echo $ECHO_N "checking for dev_t... $ECHO_C" >&6 if test "${sudo_cv_type_dev_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7352 "configure" +#line 7388 "configure" #include "confdefs.h" #include #include @@ -7369,22 +7405,23 @@ fi rm -f conftest* fi -echo "$as_me:7372: result: $sudo_cv_type_dev_t" >&5 +echo "$as_me:7408: result: $sudo_cv_type_dev_t" >&5 echo "${ECHO_T}$sudo_cv_type_dev_t" >&6 if test $sudo_cv_type_dev_t = no; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define dev_t int EOF fi -echo "$as_me:7381: checking for ino_t" >&5 +echo "$as_me:7418: checking for ino_t" >&5 echo $ECHO_N "checking for ino_t... $ECHO_C" >&6 if test "${sudo_cv_type_ino_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7387 "configure" +#line 7424 "configure" #include "confdefs.h" #include #include @@ -7404,19 +7441,20 @@ fi rm -f conftest* fi -echo "$as_me:7407: result: $sudo_cv_type_ino_t" >&5 +echo "$as_me:7444: result: $sudo_cv_type_ino_t" >&5 echo "${ECHO_T}$sudo_cv_type_ino_t" >&6 if test $sudo_cv_type_ino_t = no; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define ino_t unsigned int EOF fi -echo "$as_me:7416: checking for full void implementation" >&5 +echo "$as_me:7454: checking for full void implementation" >&5 echo $ECHO_N "checking for full void implementation... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 7419 "configure" +#line 7457 "configure" #include "confdefs.h" int @@ -7429,22 +7467,23 @@ foo = (void *)0; (void *)"test"; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7432: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7470: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7435: \$? = $ac_status" >&5 + echo "$as_me:7473: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7438: \"$ac_try\"") >&5 + { (eval echo "$as_me:7476: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7441: \$? = $ac_status" >&5 + echo "$as_me:7479: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define VOID void EOF -echo "$as_me:7447: result: yes" >&5 +echo "$as_me:7486: result: yes" >&5 echo "${ECHO_T}yes" >&6 else echo "$as_me: failed program was:" >&5 @@ -7453,24 +7492,24 @@ cat >>confdefs.h <<\EOF #define VOID char EOF -echo "$as_me:7456: result: no" >&5 +echo "$as_me:7495: result: no" >&5 echo "${ECHO_T}no" >&6 fi rm -f conftest.$ac_objext conftest.$ac_ext -echo "$as_me:7461: checking max length of uid_t" >&5 +echo "$as_me:7500: checking max length of uid_t" >&5 echo $ECHO_N "checking max length of uid_t... $ECHO_C" >&6 if test "${sudo_cv_uid_t_len+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else rm -f conftestdata if test "$cross_compiling" = yes; then - { { echo "$as_me:7468: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:7507: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 7473 "configure" +#line 7512 "configure" #include "confdefs.h" #include #include @@ -7492,15 +7531,15 @@ main() { } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:7495: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7534: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7498: \$? = $ac_status" >&5 + echo "$as_me:7537: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:7500: \"$ac_try\"") >&5 + { (eval echo "$as_me:7539: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7503: \$? = $ac_status" >&5 + echo "$as_me:7542: \$? = $ac_status" >&5 (exit $ac_status); }; }; then sudo_cv_uid_t_len=`cat conftestdata` else @@ -7515,16 +7554,17 @@ fi fi rm -f conftestdata -echo "$as_me:7518: result: $sudo_cv_uid_t_len" >&5 +echo "$as_me:7557: result: $sudo_cv_uid_t_len" >&5 echo "${ECHO_T}$sudo_cv_uid_t_len" >&6 + cat >>confdefs.h <&5 +echo "$as_me:7564: checking for long long support" >&5 echo $ECHO_N "checking for long long support... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 7527 "configure" +#line 7567 "configure" #include "confdefs.h" int @@ -7536,43 +7576,45 @@ long long foo = 1000; foo /= 10; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7539: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7579: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7542: \$? = $ac_status" >&5 + echo "$as_me:7582: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7545: \"$ac_try\"") >&5 + { (eval echo "$as_me:7585: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7548: \$? = $ac_status" >&5 + echo "$as_me:7588: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_LONG_LONG 1 EOF if test "$cross_compiling" = yes; then - { { echo "$as_me:7555: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:7596: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 7560 "configure" +#line 7601 "configure" #include "confdefs.h" main() {if (sizeof(long long) == sizeof(long)) exit(0); else exit(1);} _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:7565: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7606: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7568: \$? = $ac_status" >&5 + echo "$as_me:7609: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:7570: \"$ac_try\"") >&5 + { (eval echo "$as_me:7611: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7573: \$? = $ac_status" >&5 + echo "$as_me:7614: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define LONG_IS_QUAD 1 EOF @@ -7583,16 +7625,16 @@ cat conftest.$ac_ext >&5 fi rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7586: result: yes" >&5 +echo "$as_me:7628: result: yes" >&5 echo "${ECHO_T}yes" >&6 else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:7591: result: no" >&5 +echo "$as_me:7633: result: no" >&5 echo "${ECHO_T}no" >&6 fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -echo "$as_me:7595: checking for sa_len field in struct sockaddr" >&5 +echo "$as_me:7637: checking for sa_len field in struct sockaddr" >&5 echo $ECHO_N "checking for sa_len field in struct sockaddr... $ECHO_C" >&6 if test "${sudo_cv_sock_sa_len+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7601,7 +7643,7 @@ else sudo_cv_sock_sa_len=no else cat >conftest.$ac_ext <<_ACEOF -#line 7604 "configure" +#line 7646 "configure" #include "confdefs.h" #include #include @@ -7612,15 +7654,15 @@ exit(0); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:7615: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7657: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7618: \$? = $ac_status" >&5 + echo "$as_me:7660: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:7620: \"$ac_try\"") >&5 + { (eval echo "$as_me:7662: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7623: \$? = $ac_status" >&5 + echo "$as_me:7665: \$? = $ac_status" >&5 (exit $ac_status); }; }; then sudo_cv_sock_sa_len=yes else @@ -7633,10 +7675,11 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f core core.* *.core fi -echo "$as_me:7636: result: $sudo_cv_sock_sa_len" >&5 +echo "$as_me:7678: result: $sudo_cv_sock_sa_len" >&5 echo "${ECHO_T}$sudo_cv_sock_sa_len" >&6 if test $sudo_cv_sock_sa_len = yes; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_SA_LEN 1 EOF @@ -7644,13 +7687,13 @@ fi case "$DEFS" in *"RETSIGTYPE"*) ;; - *) echo "$as_me:7647: checking return type of signal handlers" >&5 + *) echo "$as_me:7690: checking return type of signal handlers" >&5 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 if test "${ac_cv_type_signal+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7653 "configure" +#line 7696 "configure" #include "confdefs.h" #include #include @@ -7672,16 +7715,16 @@ int i; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7675: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7718: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7678: \$? = $ac_status" >&5 + echo "$as_me:7721: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7681: \"$ac_try\"") >&5 + { (eval echo "$as_me:7724: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7684: \$? = $ac_status" >&5 + echo "$as_me:7727: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_signal=void else @@ -7691,7 +7734,7 @@ ac_cv_type_signal=int fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7694: result: $ac_cv_type_signal" >&5 +echo "$as_me:7737: result: $ac_cv_type_signal" >&5 echo "${ECHO_T}$ac_cv_type_signal" >&6 cat >>confdefs.h <&5 +echo "$as_me:7751: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7714 "configure" +#line 7757 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -7742,16 +7785,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7745: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7788: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7748: \$? = $ac_status" >&5 + echo "$as_me:7791: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7751: \"$ac_try\"") >&5 + { (eval echo "$as_me:7794: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7754: \$? = $ac_status" >&5 + echo "$as_me:7797: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -7761,7 +7804,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:7764: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:7807: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:7822: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7785 "configure" +#line 7828 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -7813,16 +7856,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7816: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7859: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7819: \$? = $ac_status" >&5 + echo "$as_me:7862: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7822: \"$ac_try\"") >&5 + { (eval echo "$as_me:7865: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7825: \$? = $ac_status" >&5 + echo "$as_me:7868: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -7832,7 +7875,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:7835: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:7878: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:7894: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7857 "configure" +#line 7900 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -7885,16 +7928,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7888: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7931: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7891: \$? = $ac_status" >&5 + echo "$as_me:7934: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7894: \"$ac_try\"") >&5 + { (eval echo "$as_me:7937: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7897: \$? = $ac_status" >&5 + echo "$as_me:7940: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -7904,7 +7947,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:7907: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:7950: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:7966: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7929 "configure" +#line 7972 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -7957,16 +8000,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7960: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8003: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7963: \$? = $ac_status" >&5 + echo "$as_me:8006: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7966: \"$ac_try\"") >&5 + { (eval echo "$as_me:8009: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7969: \$? = $ac_status" >&5 + echo "$as_me:8012: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -7976,7 +8019,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:7979: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:8022: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8038: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8001 "configure" +#line 8044 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8029,16 +8072,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8032: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8075: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8035: \$? = $ac_status" >&5 + echo "$as_me:8078: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8038: \"$ac_try\"") >&5 + { (eval echo "$as_me:8081: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8041: \$? = $ac_status" >&5 + echo "$as_me:8084: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -8048,7 +8091,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8051: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:8094: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8111: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8074 "configure" +#line 8117 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8102,16 +8145,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8105: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8148: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8108: \$? = $ac_status" >&5 + echo "$as_me:8151: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8111: \"$ac_try\"") >&5 + { (eval echo "$as_me:8154: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8114: \$? = $ac_status" >&5 + echo "$as_me:8157: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -8121,7 +8164,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8124: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:8167: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8180: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8143 "configure" +#line 8186 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8171,16 +8214,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8174: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8217: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8177: \$? = $ac_status" >&5 + echo "$as_me:8220: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8180: \"$ac_try\"") >&5 + { (eval echo "$as_me:8223: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8183: \$? = $ac_status" >&5 + echo "$as_me:8226: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -8190,7 +8233,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8193: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:8236: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8249: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8212 "configure" +#line 8255 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8240,16 +8283,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8243: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8286: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8246: \$? = $ac_status" >&5 + echo "$as_me:8289: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8249: \"$ac_try\"") >&5 + { (eval echo "$as_me:8292: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8252: \$? = $ac_status" >&5 + echo "$as_me:8295: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -8259,7 +8302,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8262: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:8305: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8315: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8278 "configure" +#line 8321 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes else @@ -8307,16 +8350,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8310: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8353: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8313: \$? = $ac_status" >&5 + echo "$as_me:8356: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8316: \"$ac_try\"") >&5 + { (eval echo "$as_me:8359: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8319: \$? = $ac_status" >&5 + echo "$as_me:8362: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -8326,7 +8369,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8329: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:8372: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8388: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8351 "configure" +#line 8394 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8379,16 +8422,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8382: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8425: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8385: \$? = $ac_status" >&5 + echo "$as_me:8428: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8388: \"$ac_try\"") >&5 + { (eval echo "$as_me:8431: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8391: \$? = $ac_status" >&5 + echo "$as_me:8434: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -8398,7 +8441,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8401: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:8444: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:8452: checking for lsearch in -lcompat" >&5 echo $ECHO_N "checking for lsearch in -lcompat... $ECHO_C" >&6 if test "${ac_cv_lib_compat_lsearch+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8414,7 +8457,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lcompat $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 8417 "configure" +#line 8460 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -8433,16 +8476,16 @@ lsearch (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8436: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8479: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8439: \$? = $ac_status" >&5 + echo "$as_me:8482: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8442: \"$ac_try\"") >&5 + { (eval echo "$as_me:8485: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8445: \$? = $ac_status" >&5 + echo "$as_me:8488: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_compat_lsearch=yes else @@ -8453,26 +8496,26 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:8456: result: $ac_cv_lib_compat_lsearch" >&5 +echo "$as_me:8499: result: $ac_cv_lib_compat_lsearch" >&5 echo "${ECHO_T}$ac_cv_lib_compat_lsearch" >&6 if test $ac_cv_lib_compat_lsearch = yes; then - echo "$as_me:8459: checking for search.h" >&5 + echo "$as_me:8502: checking for search.h" >&5 echo $ECHO_N "checking for search.h... $ECHO_C" >&6 if test "${ac_cv_header_search_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8465 "configure" +#line 8508 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:8469: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:8512: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:8475: \$? = $ac_status" >&5 + echo "$as_me:8518: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -8491,7 +8534,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:8494: result: $ac_cv_header_search_h" >&5 +echo "$as_me:8537: result: $ac_cv_header_search_h" >&5 echo "${ECHO_T}$ac_cv_header_search_h" >&6 if test $ac_cv_header_search_h = yes; then cat >>confdefs.h <<\EOF @@ -8512,13 +8555,13 @@ done for ac_func in utime do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:8515: checking for $ac_func" >&5 +echo "$as_me:8558: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8521 "configure" +#line 8564 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8549,16 +8592,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8552: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8595: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8555: \$? = $ac_status" >&5 + echo "$as_me:8598: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8558: \"$ac_try\"") >&5 + { (eval echo "$as_me:8601: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8561: \$? = $ac_status" >&5 + echo "$as_me:8604: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -8568,13 +8611,13 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8571: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:8614: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:8620: checking for POSIX utime" >&5 echo $ECHO_N "checking for POSIX utime... $ECHO_C" >&6 if test "${sudo_cv_func_utime_posix+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8584,7 +8627,7 @@ if test "$cross_compiling" = yes; then sudo_cv_func_utime_posix=no else cat >conftest.$ac_ext <<_ACEOF -#line 8587 "configure" +#line 8630 "configure" #include "confdefs.h" #include #include @@ -8597,15 +8640,15 @@ exit(0); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:8600: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8643: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8603: \$? = $ac_status" >&5 + echo "$as_me:8646: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:8605: \"$ac_try\"") >&5 + { (eval echo "$as_me:8648: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8608: \$? = $ac_status" >&5 + echo "$as_me:8651: \$? = $ac_status" >&5 (exit $ac_status); }; }; then sudo_cv_func_utime_posix=yes else @@ -8618,10 +8661,11 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f core core.* *.core fi -echo "$as_me:8621: result: $sudo_cv_func_utime_posix" >&5 +echo "$as_me:8664: result: $sudo_cv_func_utime_posix" >&5 echo "${ECHO_T}$sudo_cv_func_utime_posix" >&6 if test $sudo_cv_func_utime_posix = yes; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_UTIME_POSIX 1 EOF @@ -8632,7 +8676,7 @@ else fi done -echo "$as_me:8635: checking for working fnmatch with FNM_CASEFOLD" >&5 +echo "$as_me:8679: checking for working fnmatch with FNM_CASEFOLD" >&5 echo $ECHO_N "checking for working fnmatch with FNM_CASEFOLD... $ECHO_C" >&6 if test "${sudo_cv_func_fnmatch+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8642,22 +8686,22 @@ if test "$cross_compiling" = yes; then sudo_cv_func_fnmatch=no else cat >conftest.$ac_ext <<_ACEOF -#line 8645 "configure" +#line 8689 "configure" #include "confdefs.h" #include main() { exit(fnmatch("/*/bin/echo *", "/usr/bin/echo just a test", FNM_CASEFOLD)); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:8652: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8696: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8655: \$? = $ac_status" >&5 + echo "$as_me:8699: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:8657: \"$ac_try\"") >&5 + { (eval echo "$as_me:8701: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8660: \$? = $ac_status" >&5 + echo "$as_me:8704: \$? = $ac_status" >&5 (exit $ac_status); }; }; then sudo_cv_func_fnmatch=yes else @@ -8670,10 +8714,11 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f core core.* *.core fi -echo "$as_me:8673: result: $sudo_cv_func_fnmatch" >&5 +echo "$as_me:8717: result: $sudo_cv_func_fnmatch" >&5 echo "${ECHO_T}$sudo_cv_func_fnmatch" >&6 if test $sudo_cv_func_fnmatch = yes; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_FNMATCH 1 EOF @@ -8681,13 +8726,13 @@ else LIBOBJS="$LIBOBJS fnmatch.$ac_objext" fi -echo "$as_me:8684: checking for isblank" >&5 +echo "$as_me:8729: checking for isblank" >&5 echo $ECHO_N "checking for isblank... $ECHO_C" >&6 if test "${sudo_cv_func_isblank+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8690 "configure" +#line 8735 "configure" #include "confdefs.h" #include int @@ -8699,16 +8744,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8702: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8747: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8705: \$? = $ac_status" >&5 + echo "$as_me:8750: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8708: \"$ac_try\"") >&5 + { (eval echo "$as_me:8753: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8711: \$? = $ac_status" >&5 + echo "$as_me:8756: \$? = $ac_status" >&5 (exit $ac_status); }; }; then sudo_cv_func_isblank=yes else @@ -8718,11 +8763,12 @@ sudo_cv_func_isblank=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8721: result: $sudo_cv_func_isblank" >&5 +echo "$as_me:8766: result: $sudo_cv_func_isblank" >&5 echo "${ECHO_T}$sudo_cv_func_isblank" >&6 if test "$sudo_cv_func_isblank" = "yes"; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_ISBLANK 1 EOF @@ -8731,13 +8777,13 @@ EOF for ac_func in strerror strcasecmp sigaction do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:8734: checking for $ac_func" >&5 +echo "$as_me:8780: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8740 "configure" +#line 8786 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8768,16 +8814,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8771: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8817: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8774: \$? = $ac_status" >&5 + echo "$as_me:8820: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8777: \"$ac_try\"") >&5 + { (eval echo "$as_me:8823: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8780: \$? = $ac_status" >&5 + echo "$as_me:8826: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -8787,7 +8833,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8790: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:8836: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8851: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8811 "configure" +#line 8857 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8839,16 +8885,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8842: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8888: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8845: \$? = $ac_status" >&5 + echo "$as_me:8891: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8848: \"$ac_try\"") >&5 + { (eval echo "$as_me:8894: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8851: \$? = $ac_status" >&5 + echo "$as_me:8897: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -8858,7 +8904,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8861: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:8907: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:8923: checking for crypt" >&5 echo $ECHO_N "checking for crypt... $ECHO_C" >&6 if test "${ac_cv_func_crypt+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8883 "configure" +#line 8929 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char crypt (); below. */ @@ -8911,16 +8957,16 @@ f = crypt; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8914: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8960: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8917: \$? = $ac_status" >&5 + echo "$as_me:8963: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8920: \"$ac_try\"") >&5 + { (eval echo "$as_me:8966: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8923: \$? = $ac_status" >&5 + echo "$as_me:8969: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_crypt=yes else @@ -8930,12 +8976,12 @@ ac_cv_func_crypt=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8933: result: $ac_cv_func_crypt" >&5 +echo "$as_me:8979: result: $ac_cv_func_crypt" >&5 echo "${ECHO_T}$ac_cv_func_crypt" >&6 if test $ac_cv_func_crypt = yes; then : else - echo "$as_me:8938: checking for crypt in -lcrypt" >&5 + echo "$as_me:8984: checking for crypt in -lcrypt" >&5 echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6 if test "${ac_cv_lib_crypt_crypt+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8943,7 +8989,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lcrypt $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 8946 "configure" +#line 8992 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -8962,16 +9008,16 @@ crypt (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8965: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9011: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8968: \$? = $ac_status" >&5 + echo "$as_me:9014: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8971: \"$ac_try\"") >&5 + { (eval echo "$as_me:9017: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8974: \$? = $ac_status" >&5 + echo "$as_me:9020: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_crypt_crypt=yes else @@ -8982,12 +9028,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:8985: result: $ac_cv_lib_crypt_crypt" >&5 +echo "$as_me:9031: result: $ac_cv_lib_crypt_crypt" >&5 echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6 if test $ac_cv_lib_crypt_crypt = yes; then SUDO_LIBS="${SUDO_LIBS} -lcrypt"; LIBS="${LIBS} -lcrypt" else - echo "$as_me:8990: checking for crypt in -lcrypt_d" >&5 + echo "$as_me:9036: checking for crypt in -lcrypt_d" >&5 echo $ECHO_N "checking for crypt in -lcrypt_d... $ECHO_C" >&6 if test "${ac_cv_lib_crypt_d_crypt+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8995,7 +9041,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lcrypt_d $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 8998 "configure" +#line 9044 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9014,16 +9060,16 @@ crypt (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9017: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9063: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9020: \$? = $ac_status" >&5 + echo "$as_me:9066: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9023: \"$ac_try\"") >&5 + { (eval echo "$as_me:9069: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9026: \$? = $ac_status" >&5 + echo "$as_me:9072: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_crypt_d_crypt=yes else @@ -9034,12 +9080,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9037: result: $ac_cv_lib_crypt_d_crypt" >&5 +echo "$as_me:9083: result: $ac_cv_lib_crypt_d_crypt" >&5 echo "${ECHO_T}$ac_cv_lib_crypt_d_crypt" >&6 if test $ac_cv_lib_crypt_d_crypt = yes; then SUDO_LIBS="${SUDO_LIBS} -lcrypt_d"; LIBS="${LIBS} -lcrypt_d" else - echo "$as_me:9042: checking for crypt in -lufc" >&5 + echo "$as_me:9088: checking for crypt in -lufc" >&5 echo $ECHO_N "checking for crypt in -lufc... $ECHO_C" >&6 if test "${ac_cv_lib_ufc_crypt+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9047,7 +9093,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lufc $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9050 "configure" +#line 9096 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9066,16 +9112,16 @@ crypt (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9069: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9115: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9072: \$? = $ac_status" >&5 + echo "$as_me:9118: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9075: \"$ac_try\"") >&5 + { (eval echo "$as_me:9121: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9078: \$? = $ac_status" >&5 + echo "$as_me:9124: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ufc_crypt=yes else @@ -9086,7 +9132,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9089: result: $ac_cv_lib_ufc_crypt" >&5 +echo "$as_me:9135: result: $ac_cv_lib_ufc_crypt" >&5 echo "${ECHO_T}$ac_cv_lib_ufc_crypt" >&6 if test $ac_cv_lib_ufc_crypt = yes; then SUDO_LIBS="${SUDO_LIBS} -lufc"; LIBS="${LIBS} -lufc" @@ -9099,13 +9145,13 @@ fi fi fi -echo "$as_me:9102: checking for socket" >&5 +echo "$as_me:9148: checking for socket" >&5 echo $ECHO_N "checking for socket... $ECHO_C" >&6 if test "${ac_cv_func_socket+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9108 "configure" +#line 9154 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char socket (); below. */ @@ -9136,16 +9182,16 @@ f = socket; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9139: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9185: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9142: \$? = $ac_status" >&5 + echo "$as_me:9188: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9145: \"$ac_try\"") >&5 + { (eval echo "$as_me:9191: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9148: \$? = $ac_status" >&5 + echo "$as_me:9194: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_socket=yes else @@ -9155,12 +9201,12 @@ ac_cv_func_socket=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9158: result: $ac_cv_func_socket" >&5 +echo "$as_me:9204: result: $ac_cv_func_socket" >&5 echo "${ECHO_T}$ac_cv_func_socket" >&6 if test $ac_cv_func_socket = yes; then : else - echo "$as_me:9163: checking for socket in -lsocket" >&5 + echo "$as_me:9209: checking for socket in -lsocket" >&5 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6 if test "${ac_cv_lib_socket_socket+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9168,7 +9214,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9171 "configure" +#line 9217 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9187,16 +9233,16 @@ socket (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9190: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9236: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9193: \$? = $ac_status" >&5 + echo "$as_me:9239: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9196: \"$ac_try\"") >&5 + { (eval echo "$as_me:9242: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9199: \$? = $ac_status" >&5 + echo "$as_me:9245: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_socket_socket=yes else @@ -9207,12 +9253,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9210: result: $ac_cv_lib_socket_socket" >&5 +echo "$as_me:9256: result: $ac_cv_lib_socket_socket" >&5 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6 if test $ac_cv_lib_socket_socket = yes; then NET_LIBS="${NET_LIBS} -lsocket"; LIBS="${LIBS} -lsocket" else - echo "$as_me:9215: checking for socket in -linet" >&5 + echo "$as_me:9261: checking for socket in -linet" >&5 echo $ECHO_N "checking for socket in -linet... $ECHO_C" >&6 if test "${ac_cv_lib_inet_socket+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9220,7 +9266,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-linet $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9223 "configure" +#line 9269 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9239,16 +9285,16 @@ socket (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9242: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9288: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9245: \$? = $ac_status" >&5 + echo "$as_me:9291: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9248: \"$ac_try\"") >&5 + { (eval echo "$as_me:9294: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9251: \$? = $ac_status" >&5 + echo "$as_me:9297: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_inet_socket=yes else @@ -9259,14 +9305,14 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9262: result: $ac_cv_lib_inet_socket" >&5 +echo "$as_me:9308: result: $ac_cv_lib_inet_socket" >&5 echo "${ECHO_T}$ac_cv_lib_inet_socket" >&6 if test $ac_cv_lib_inet_socket = yes; then NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet" else - { echo "$as_me:9267: WARNING: unable to find socket() trying -lsocket -lnsl" >&5 + { echo "$as_me:9313: WARNING: unable to find socket() trying -lsocket -lnsl" >&5 echo "$as_me: WARNING: unable to find socket() trying -lsocket -lnsl" >&2;} -echo "$as_me:9269: checking for socket in -lsocket" >&5 +echo "$as_me:9315: checking for socket in -lsocket" >&5 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6 if test "${ac_cv_lib_socket_socket_lnsl+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9274,7 +9320,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket -lnsl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9277 "configure" +#line 9323 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9293,16 +9339,16 @@ socket (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9296: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9342: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9299: \$? = $ac_status" >&5 + echo "$as_me:9345: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9302: \"$ac_try\"") >&5 + { (eval echo "$as_me:9348: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9305: \$? = $ac_status" >&5 + echo "$as_me:9351: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_socket_socket_lnsl=yes else @@ -9313,7 +9359,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9316: result: $ac_cv_lib_socket_socket_lnsl" >&5 +echo "$as_me:9362: result: $ac_cv_lib_socket_socket_lnsl" >&5 echo "${ECHO_T}$ac_cv_lib_socket_socket_lnsl" >&6 if test $ac_cv_lib_socket_socket_lnsl = yes; then NET_LIBS="${NET_LIBS} -lsocket -lnsl"; LIBS="${LIBS} -lsocket -lnsl" @@ -9325,13 +9371,13 @@ fi fi -echo "$as_me:9328: checking for inet_addr" >&5 +echo "$as_me:9374: checking for inet_addr" >&5 echo $ECHO_N "checking for inet_addr... $ECHO_C" >&6 if test "${ac_cv_func_inet_addr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9334 "configure" +#line 9380 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char inet_addr (); below. */ @@ -9362,16 +9408,16 @@ f = inet_addr; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9365: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9411: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9368: \$? = $ac_status" >&5 + echo "$as_me:9414: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9371: \"$ac_try\"") >&5 + { (eval echo "$as_me:9417: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9374: \$? = $ac_status" >&5 + echo "$as_me:9420: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_inet_addr=yes else @@ -9381,18 +9427,18 @@ ac_cv_func_inet_addr=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9384: result: $ac_cv_func_inet_addr" >&5 +echo "$as_me:9430: result: $ac_cv_func_inet_addr" >&5 echo "${ECHO_T}$ac_cv_func_inet_addr" >&6 if test $ac_cv_func_inet_addr = yes; then : else - echo "$as_me:9389: checking for __inet_addr" >&5 + echo "$as_me:9435: checking for __inet_addr" >&5 echo $ECHO_N "checking for __inet_addr... $ECHO_C" >&6 if test "${ac_cv_func___inet_addr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9395 "configure" +#line 9441 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __inet_addr (); below. */ @@ -9423,16 +9469,16 @@ f = __inet_addr; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9426: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9472: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9429: \$? = $ac_status" >&5 + echo "$as_me:9475: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9432: \"$ac_try\"") >&5 + { (eval echo "$as_me:9478: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9435: \$? = $ac_status" >&5 + echo "$as_me:9481: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func___inet_addr=yes else @@ -9442,12 +9488,12 @@ ac_cv_func___inet_addr=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9445: result: $ac_cv_func___inet_addr" >&5 +echo "$as_me:9491: result: $ac_cv_func___inet_addr" >&5 echo "${ECHO_T}$ac_cv_func___inet_addr" >&6 if test $ac_cv_func___inet_addr = yes; then : else - echo "$as_me:9450: checking for inet_addr in -lnsl" >&5 + echo "$as_me:9496: checking for inet_addr in -lnsl" >&5 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9455,7 +9501,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9458 "configure" +#line 9504 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9474,16 +9520,16 @@ inet_addr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9477: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9523: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9480: \$? = $ac_status" >&5 + echo "$as_me:9526: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9483: \"$ac_try\"") >&5 + { (eval echo "$as_me:9529: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9486: \$? = $ac_status" >&5 + echo "$as_me:9532: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nsl_inet_addr=yes else @@ -9494,12 +9540,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9497: result: $ac_cv_lib_nsl_inet_addr" >&5 +echo "$as_me:9543: result: $ac_cv_lib_nsl_inet_addr" >&5 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6 if test $ac_cv_lib_nsl_inet_addr = yes; then NET_LIBS="${NET_LIBS} -lnsl"; LIBS="${LIBS} -lnsl" else - echo "$as_me:9502: checking for inet_addr in -linet" >&5 + echo "$as_me:9548: checking for inet_addr in -linet" >&5 echo $ECHO_N "checking for inet_addr in -linet... $ECHO_C" >&6 if test "${ac_cv_lib_inet_inet_addr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9507,7 +9553,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-linet $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9510 "configure" +#line 9556 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9526,16 +9572,16 @@ inet_addr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9529: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9575: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9532: \$? = $ac_status" >&5 + echo "$as_me:9578: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9535: \"$ac_try\"") >&5 + { (eval echo "$as_me:9581: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9538: \$? = $ac_status" >&5 + echo "$as_me:9584: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_inet_inet_addr=yes else @@ -9546,14 +9592,14 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9549: result: $ac_cv_lib_inet_inet_addr" >&5 +echo "$as_me:9595: result: $ac_cv_lib_inet_inet_addr" >&5 echo "${ECHO_T}$ac_cv_lib_inet_inet_addr" >&6 if test $ac_cv_lib_inet_inet_addr = yes; then NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet" else - { echo "$as_me:9554: WARNING: unable to find inet_addr() trying -lsocket -lnsl" >&5 + { echo "$as_me:9600: WARNING: unable to find inet_addr() trying -lsocket -lnsl" >&5 echo "$as_me: WARNING: unable to find inet_addr() trying -lsocket -lnsl" >&2;} -echo "$as_me:9556: checking for inet_addr in -lsocket" >&5 +echo "$as_me:9602: checking for inet_addr in -lsocket" >&5 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6 if test "${ac_cv_lib_socket_inet_addr_lnsl+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9561,7 +9607,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket -lnsl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9564 "configure" +#line 9610 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9580,16 +9626,16 @@ inet_addr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9583: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9629: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9586: \$? = $ac_status" >&5 + echo "$as_me:9632: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9589: \"$ac_try\"") >&5 + { (eval echo "$as_me:9635: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9592: \$? = $ac_status" >&5 + echo "$as_me:9638: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_socket_inet_addr_lnsl=yes else @@ -9600,7 +9646,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9603: result: $ac_cv_lib_socket_inet_addr_lnsl" >&5 +echo "$as_me:9649: result: $ac_cv_lib_socket_inet_addr_lnsl" >&5 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr_lnsl" >&6 if test $ac_cv_lib_socket_inet_addr_lnsl = yes; then NET_LIBS="${NET_LIBS} -lsocket -lnsl"; LIBS="${LIBS} -lsocket -lnsl" @@ -9614,13 +9660,13 @@ fi fi -echo "$as_me:9617: checking for syslog" >&5 +echo "$as_me:9663: checking for syslog" >&5 echo $ECHO_N "checking for syslog... $ECHO_C" >&6 if test "${ac_cv_func_syslog+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9623 "configure" +#line 9669 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char syslog (); below. */ @@ -9651,16 +9697,16 @@ f = syslog; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9654: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9700: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9657: \$? = $ac_status" >&5 + echo "$as_me:9703: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9660: \"$ac_try\"") >&5 + { (eval echo "$as_me:9706: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9663: \$? = $ac_status" >&5 + echo "$as_me:9709: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_syslog=yes else @@ -9670,12 +9716,12 @@ ac_cv_func_syslog=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9673: result: $ac_cv_func_syslog" >&5 +echo "$as_me:9719: result: $ac_cv_func_syslog" >&5 echo "${ECHO_T}$ac_cv_func_syslog" >&6 if test $ac_cv_func_syslog = yes; then : else - echo "$as_me:9678: checking for syslog in -lsocket" >&5 + echo "$as_me:9724: checking for syslog in -lsocket" >&5 echo $ECHO_N "checking for syslog in -lsocket... $ECHO_C" >&6 if test "${ac_cv_lib_socket_syslog+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9683,7 +9729,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9686 "configure" +#line 9732 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9702,16 +9748,16 @@ syslog (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9705: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9751: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9708: \$? = $ac_status" >&5 + echo "$as_me:9754: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9711: \"$ac_try\"") >&5 + { (eval echo "$as_me:9757: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9714: \$? = $ac_status" >&5 + echo "$as_me:9760: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_socket_syslog=yes else @@ -9722,12 +9768,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9725: result: $ac_cv_lib_socket_syslog" >&5 +echo "$as_me:9771: result: $ac_cv_lib_socket_syslog" >&5 echo "${ECHO_T}$ac_cv_lib_socket_syslog" >&6 if test $ac_cv_lib_socket_syslog = yes; then NET_LIBS="${NET_LIBS} -lsocket"; LIBS="${LIBS} -lsocket" else - echo "$as_me:9730: checking for syslog in -lnsl" >&5 + echo "$as_me:9776: checking for syslog in -lnsl" >&5 echo $ECHO_N "checking for syslog in -lnsl... $ECHO_C" >&6 if test "${ac_cv_lib_nsl_syslog+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9735,7 +9781,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9738 "configure" +#line 9784 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9754,16 +9800,16 @@ syslog (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9757: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9803: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9760: \$? = $ac_status" >&5 + echo "$as_me:9806: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9763: \"$ac_try\"") >&5 + { (eval echo "$as_me:9809: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9766: \$? = $ac_status" >&5 + echo "$as_me:9812: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nsl_syslog=yes else @@ -9774,12 +9820,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9777: result: $ac_cv_lib_nsl_syslog" >&5 +echo "$as_me:9823: result: $ac_cv_lib_nsl_syslog" >&5 echo "${ECHO_T}$ac_cv_lib_nsl_syslog" >&6 if test $ac_cv_lib_nsl_syslog = yes; then NET_LIBS="${NET_LIBS} -lnsl"; LIBS="${LIBS} -lnsl" else - echo "$as_me:9782: checking for syslog in -linet" >&5 + echo "$as_me:9828: checking for syslog in -linet" >&5 echo $ECHO_N "checking for syslog in -linet... $ECHO_C" >&6 if test "${ac_cv_lib_inet_syslog+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9787,7 +9833,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-linet $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9790 "configure" +#line 9836 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9806,16 +9852,16 @@ syslog (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9809: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9855: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9812: \$? = $ac_status" >&5 + echo "$as_me:9858: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9815: \"$ac_try\"") >&5 + { (eval echo "$as_me:9861: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9818: \$? = $ac_status" >&5 + echo "$as_me:9864: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_inet_syslog=yes else @@ -9826,7 +9872,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9829: result: $ac_cv_lib_inet_syslog" >&5 +echo "$as_me:9875: result: $ac_cv_lib_inet_syslog" >&5 echo "${ECHO_T}$ac_cv_lib_inet_syslog" >&6 if test $ac_cv_lib_inet_syslog = yes; then NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet" @@ -9841,13 +9887,13 @@ fi if test "$with_DCE" = "yes" -o "$ac_cv_prog_YACC" = "bison -y"; then # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! -echo "$as_me:9844: checking for working alloca.h" >&5 +echo "$as_me:9890: checking for working alloca.h" >&5 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 if test "${ac_cv_working_alloca_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9850 "configure" +#line 9896 "configure" #include "confdefs.h" #include int @@ -9859,16 +9905,16 @@ char *p = (char *) alloca (2 * sizeof (int)); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9862: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9908: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9865: \$? = $ac_status" >&5 + echo "$as_me:9911: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9868: \"$ac_try\"") >&5 + { (eval echo "$as_me:9914: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9871: \$? = $ac_status" >&5 + echo "$as_me:9917: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_working_alloca_h=yes else @@ -9878,7 +9924,7 @@ ac_cv_working_alloca_h=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9881: result: $ac_cv_working_alloca_h" >&5 +echo "$as_me:9927: result: $ac_cv_working_alloca_h" >&5 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 if test $ac_cv_working_alloca_h = yes; then @@ -9888,13 +9934,13 @@ EOF fi -echo "$as_me:9891: checking for alloca" >&5 +echo "$as_me:9937: checking for alloca" >&5 echo $ECHO_N "checking for alloca... $ECHO_C" >&6 if test "${ac_cv_func_alloca_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9897 "configure" +#line 9943 "configure" #include "confdefs.h" #ifdef __GNUC__ # define alloca __builtin_alloca @@ -9926,16 +9972,16 @@ char *p = (char *) alloca (1); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9929: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9975: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9932: \$? = $ac_status" >&5 + echo "$as_me:9978: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9935: \"$ac_try\"") >&5 + { (eval echo "$as_me:9981: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9938: \$? = $ac_status" >&5 + echo "$as_me:9984: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_alloca_works=yes else @@ -9945,7 +9991,7 @@ ac_cv_func_alloca_works=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9948: result: $ac_cv_func_alloca_works" >&5 +echo "$as_me:9994: result: $ac_cv_func_alloca_works" >&5 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 if test $ac_cv_func_alloca_works = yes; then @@ -9966,13 +10012,13 @@ cat >>confdefs.h <<\EOF #define C_ALLOCA 1 EOF -echo "$as_me:9969: checking whether \`alloca.c' needs Cray hooks" >&5 +echo "$as_me:10015: checking whether \`alloca.c' needs Cray hooks" >&5 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 if test "${ac_cv_os_cray+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9975 "configure" +#line 10021 "configure" #include "confdefs.h" #if defined(CRAY) && ! defined(CRAY2) webecray @@ -9990,18 +10036,18 @@ fi rm -f conftest* fi -echo "$as_me:9993: result: $ac_cv_os_cray" >&5 +echo "$as_me:10039: result: $ac_cv_os_cray" >&5 echo "${ECHO_T}$ac_cv_os_cray" >&6 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:9998: checking for $ac_func" >&5 +echo "$as_me:10044: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10004 "configure" +#line 10050 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -10032,16 +10078,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10035: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10081: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10038: \$? = $ac_status" >&5 + echo "$as_me:10084: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10041: \"$ac_try\"") >&5 + { (eval echo "$as_me:10087: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10044: \$? = $ac_status" >&5 + echo "$as_me:10090: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -10051,7 +10097,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:10054: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:10100: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then @@ -10065,7 +10111,7 @@ fi done fi -echo "$as_me:10068: checking stack direction for C alloca" >&5 +echo "$as_me:10114: checking stack direction for C alloca" >&5 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 if test "${ac_cv_c_stack_direction+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10074,7 +10120,7 @@ else ac_cv_c_stack_direction=0 else cat >conftest.$ac_ext <<_ACEOF -#line 10077 "configure" +#line 10123 "configure" #include "confdefs.h" int find_stack_direction () @@ -10097,15 +10143,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:10100: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10146: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10103: \$? = $ac_status" >&5 + echo "$as_me:10149: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:10105: \"$ac_try\"") >&5 + { (eval echo "$as_me:10151: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10108: \$? = $ac_status" >&5 + echo "$as_me:10154: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_stack_direction=1 else @@ -10117,7 +10163,7 @@ fi rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:10120: result: $ac_cv_c_stack_direction" >&5 +echo "$as_me:10166: result: $ac_cv_c_stack_direction" >&5 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 cat >>confdefs.h <>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_KERB5 1 EOF @@ -10162,7 +10209,7 @@ EOF fi if test "$with_pam" = "yes"; then - echo "$as_me:10165: checking for main in -ldl" >&5 + echo "$as_me:10212: checking for main in -ldl" >&5 echo $ECHO_N "checking for main in -ldl... $ECHO_C" >&6 if test "${ac_cv_lib_dl_main+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10170,7 +10217,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10173 "configure" +#line 10220 "configure" #include "confdefs.h" int @@ -10182,16 +10229,16 @@ main (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10185: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10232: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10188: \$? = $ac_status" >&5 + echo "$as_me:10235: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10191: \"$ac_try\"") >&5 + { (eval echo "$as_me:10238: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10194: \$? = $ac_status" >&5 + echo "$as_me:10241: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dl_main=yes else @@ -10202,7 +10249,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10205: result: $ac_cv_lib_dl_main" >&5 +echo "$as_me:10252: result: $ac_cv_lib_dl_main" >&5 echo "${ECHO_T}$ac_cv_lib_dl_main" >&6 if test $ac_cv_lib_dl_main = yes; then SUDO_LIBS="${SUDO_LIBS} -ldl -lpam" @@ -10214,7 +10261,8 @@ ac_cv_lib_dl=ac_cv_lib_dl_main fi if test "$with_kerb4" = "yes"; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_KERB4 1 EOF @@ -10240,7 +10288,7 @@ EOF echo 'Unable to locate kerberos 4 libraries, you will have to edit the Makefile and add -L/path/to/krb/libs to SUDO_LDFLAGS' fi - echo "$as_me:10243: checking for main in -ldes" >&5 + echo "$as_me:10291: checking for main in -ldes" >&5 echo $ECHO_N "checking for main in -ldes... $ECHO_C" >&6 if test "${ac_cv_lib_des_main+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10248,7 +10296,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldes $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10251 "configure" +#line 10299 "configure" #include "confdefs.h" int @@ -10260,16 +10308,16 @@ main (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10263: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10311: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10266: \$? = $ac_status" >&5 + echo "$as_me:10314: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10269: \"$ac_try\"") >&5 + { (eval echo "$as_me:10317: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10272: \$? = $ac_status" >&5 + echo "$as_me:10320: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_des_main=yes else @@ -10280,7 +10328,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10283: result: $ac_cv_lib_des_main" >&5 +echo "$as_me:10331: result: $ac_cv_lib_des_main" >&5 echo "${ECHO_T}$ac_cv_lib_des_main" >&6 if test $ac_cv_lib_des_main = yes; then SUDO_LIBS="${SUDO_LIBS} -lkrb -ldes" @@ -10352,7 +10400,7 @@ if test "$with_skey" = "yes"; then else echo 'Unable to locate libskey.a and/or skey.h, you will have to edit the Makefile and add -L/path/to/skey/lib to SUDO_LDFLAGS and/or -I/path/to/skey.h to CPPFLAGS' fi - echo "$as_me:10355: checking for skeyaccess in -lskey" >&5 + echo "$as_me:10403: checking for skeyaccess in -lskey" >&5 echo $ECHO_N "checking for skeyaccess in -lskey... $ECHO_C" >&6 if test "${ac_cv_lib_skey_skeyaccess+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10360,7 +10408,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lskey $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10363 "configure" +#line 10411 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10379,16 +10427,16 @@ skeyaccess (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10382: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10430: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10385: \$? = $ac_status" >&5 + echo "$as_me:10433: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10388: \"$ac_try\"") >&5 + { (eval echo "$as_me:10436: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10391: \$? = $ac_status" >&5 + echo "$as_me:10439: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_skey_skeyaccess=yes else @@ -10399,10 +10447,11 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10402: result: $ac_cv_lib_skey_skeyaccess" >&5 +echo "$as_me:10450: result: $ac_cv_lib_skey_skeyaccess" >&5 echo "${ECHO_T}$ac_cv_lib_skey_skeyaccess" >&6 if test $ac_cv_lib_skey_skeyaccess = yes; then - cat >>confdefs.h <<\EOF + +cat >>confdefs.h <<\EOF #define HAVE_SKEYACCESS 1 EOF @@ -10443,45 +10492,45 @@ if test "$with_authenticate" = "yes"; then SUDO_LIBS="${SUDO_LIBS} -ls" fi -echo "$as_me:10446: checking for log file location" >&5 +echo "$as_me:10495: checking for log file location" >&5 echo $ECHO_N "checking for log file location... $ECHO_C" >&6 if test -n "$with_logpath"; then - echo "$as_me:10449: result: $with_logpath" >&5 + echo "$as_me:10498: result: $with_logpath" >&5 echo "${ECHO_T}$with_logpath" >&6 cat >>confdefs.h <&5 + echo "$as_me:10505: result: /var/log/sudo.log" >&5 echo "${ECHO_T}/var/log/sudo.log" >&6 cat >>confdefs.h <<\EOF #define _PATH_SUDO_LOGFILE "/var/log/sudo.log" EOF elif test -d "/var/adm"; then - echo "$as_me:10463: result: /var/adm/sudo.log" >&5 + echo "$as_me:10512: result: /var/adm/sudo.log" >&5 echo "${ECHO_T}/var/adm/sudo.log" >&6 cat >>confdefs.h <<\EOF #define _PATH_SUDO_LOGFILE "/var/adm/sudo.log" EOF elif test -d "/usr/adm"; then - echo "$as_me:10470: result: /usr/adm/sudo.log" >&5 + echo "$as_me:10519: result: /usr/adm/sudo.log" >&5 echo "${ECHO_T}/usr/adm/sudo.log" >&6 cat >>confdefs.h <<\EOF #define _PATH_SUDO_LOGFILE "/usr/adm/sudo.log" EOF else - echo "$as_me:10477: result: unknown" >&5 + echo "$as_me:10526: result: unknown" >&5 echo "${ECHO_T}unknown" >&6 fi -echo "$as_me:10481: checking for timestamp file location" >&5 +echo "$as_me:10530: checking for timestamp file location" >&5 echo $ECHO_N "checking for timestamp file location... $ECHO_C" >&6 if test -n "$with_timedir"; then - echo "$as_me:10484: result: $with_timedir" >&5 + echo "$as_me:10533: result: $with_timedir" >&5 echo "${ECHO_T}$with_timedir" >&6 cat >>confdefs.h <&5 + echo "$as_me:10541: result: /var/run/sudo" >&5 echo "${ECHO_T}/var/run/sudo" >&6 cat >>confdefs.h <<\EOF #define _PATH_SUDO_TIMEDIR "/var/run/sudo" @@ -10497,7 +10546,7 @@ EOF timedir="/var/run/sudo" else - echo "$as_me:10500: result: /tmp/.odus" >&5 + echo "$as_me:10549: result: /tmp/.odus" >&5 echo "${ECHO_T}/tmp/.odus" >&6 cat >>confdefs.h <<\EOF #define _PATH_SUDO_TIMEDIR "/tmp/.odus" @@ -10508,11 +10557,11 @@ fi if test "$with_passwd" = "no"; then cat >>confdefs.h <<\EOF -#define WITHOUT_PASSWD 1 +#define WITHOUT_PASSWD 1. Define to avoid using the passwd/shadow file for authentication. EOF if test -z "$AUTH_OBJS"; then - { { echo "$as_me:10515: error: no authentication methods defined." >&5 + { { echo "$as_me:10564: error: no authentication methods defined." >&5 echo "$as_me: error: no authentication methods defined." >&2;} { (exit 1); exit 1; }; } fi @@ -10618,7 +10667,7 @@ DEFS=-DHAVE_CONFIG_H : ${CONFIG_STATUS=./config.status} ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:10621: creating $CONFIG_STATUS" >&5 +{ echo "$as_me:10670: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF #! $SHELL @@ -10746,7 +10795,7 @@ EOF cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header - { { echo "$as_me:10793: error: ambiguous option: $1 + { { echo "$as_me:10842: error: ambiguous option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2;} @@ -10809,7 +10858,7 @@ Try \`$0 --help' for more information." >&2;} ac_need_defaults=false;; # This is an error. - -*) { { echo "$as_me:10812: error: unrecognized option: $1 + -*) { { echo "$as_me:10861: error: unrecognized option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2;} @@ -10828,7 +10877,7 @@ cat >&5 << _ACEOF ## Running config.status. ## ## ----------------------- ## -This file was extended by $as_me 2.52, executed with +This file was extended by $as_me (sudo 1.6.4) 2.52, executed with CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS @@ -10850,7 +10899,7 @@ do "sudoers.man" ) CONFIG_FILES="$CONFIG_FILES sudoers.man" ;; "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "pathnames.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pathnames.h" ;; - *) { { echo "$as_me:10853: error: invalid argument: $ac_config_target" >&5 + *) { { echo "$as_me:10902: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac @@ -11104,7 +11153,7 @@ done; } esac if test x"$ac_file" != x-; then - { echo "$as_me:11107: creating $ac_file" >&5 + { echo "$as_me:11156: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" fi @@ -11122,7 +11171,7 @@ echo "$as_me: creating $ac_file" >&6;} -) echo $tmp/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:11125: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:11174: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -11135,7 +11184,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:11138: error: cannot find input file: $f" >&5 + { { echo "$as_me:11187: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -11195,7 +11244,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue * ) ac_file_in=$ac_file.in ;; esac - test x"$ac_file" != x- && { echo "$as_me:11198: creating $ac_file" >&5 + test x"$ac_file" != x- && { echo "$as_me:11247: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} # First look for the input files in the build tree, otherwise in the @@ -11206,7 +11255,7 @@ echo "$as_me: creating $ac_file" >&6;} -) echo $tmp/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:11209: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:11258: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -11219,7 +11268,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:11222: error: cannot find input file: $f" >&5 + { { echo "$as_me:11271: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -11336,7 +11385,7 @@ cat >>$CONFIG_STATUS <<\EOF rm -f $tmp/in if test x"$ac_file" != x-; then if cmp -s $ac_file $tmp/config.h 2>/dev/null; then - { echo "$as_me:11339: $ac_file is unchanged" >&5 + { echo "$as_me:11388: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ @@ -11412,3 +11461,4 @@ if test "$with_pam" = "yes"; then esac echo "" fi +