[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/configure between version 1.11 and 1.12

version 1.11, 2002/01/16 18:09:13 version 1.12, 2002/01/17 01:03:21
Line 1 
Line 1 
 #! /bin/sh  #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
 # Generated by Autoconf 2.52 for sudo 1.6.4.  # Generated by Autoconf 2.52 for sudo 1.6.5.
 #  #
 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
 # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
Line 182 
Line 182 
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME='sudo'  PACKAGE_NAME='sudo'
 PACKAGE_TARNAME='sudo'  PACKAGE_TARNAME='sudo'
 PACKAGE_VERSION='1.6.4'  PACKAGE_VERSION='1.6.5'
 PACKAGE_STRING='sudo 1.6.4'  PACKAGE_STRING='sudo 1.6.5'
 PACKAGE_BUGREPORT=''  PACKAGE_BUGREPORT=''
   
 ac_prev=  ac_prev=
Line 600 
Line 600 
   # Omit some internal or obsolete options to make the list less imposing.    # 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.    # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<EOF    cat <<EOF
 \`configure' configures sudo 1.6.4 to adapt to many kinds of systems.  \`configure' configures sudo 1.6.5 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 661 
Line 661 
   
 if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
   case $ac_init_help in    case $ac_init_help in
      short | recursive ) echo "Configuration of sudo 1.6.4:";;       short | recursive ) echo "Configuration of sudo 1.6.5:";;
    esac     esac
   cat <<\EOF    cat <<\EOF
   
Line 670 
Line 670 
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --disable-authentication    --disable-authentication
                           Do not require authentication by default                            Do not require authentication by default
   --saved-ids             Don't try to use POSIX saved ids    --disable-root-mailer   Don't run the mailer as root, run as the user
     --disable-saved-ids     Don't try to use POSIX saved ids
   --disable-shadow        Never use shadow passwords    --disable-shadow        Never use shadow passwords
   --disable-root-sudo     don't allow root to run sudo    --disable-root-sudo     Don't allow root to run sudo
   --enable-log-host       Log the hostname in the log file    --enable-log-host       Log the hostname in the log file
   --enable-noargs-shell   If sudo is given no arguments run a shell    --enable-noargs-shell   If sudo is given no arguments run a shell
   --enable-shell-sets-home    --enable-shell-sets-home
Line 802 
Line 803 
 test -n "$ac_init_help" && exit 0  test -n "$ac_init_help" && exit 0
 if $ac_init_version; then  if $ac_init_version; then
   cat <<\EOF    cat <<\EOF
 sudo configure 1.6.4  sudo configure 1.6.5
 generated by GNU Autoconf 2.52  generated by GNU Autoconf 2.52
   
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Line 817 
Line 818 
 This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
   
 It was created by sudo $as_me 1.6.4, which was  It was created by sudo $as_me 1.6.5, which was
 generated by GNU Autoconf 2.52.  Invocation command line was  generated by GNU Autoconf 2.52.  Invocation command line was
   
   $ $0 $@    $ $0 $@
Line 942 
Line 943 
 fi  fi
 for ac_site_file in $CONFIG_SITE; do  for ac_site_file in $CONFIG_SITE; do
   if test -r "$ac_site_file"; then    if test -r "$ac_site_file"; then
     { echo "$as_me:945: loading site script $ac_site_file" >&5      { echo "$as_me:946: loading site script $ac_site_file" >&5
 echo "$as_me: loading site script $ac_site_file" >&6;}  echo "$as_me: loading site script $ac_site_file" >&6;}
     cat "$ac_site_file" >&5      cat "$ac_site_file" >&5
     . "$ac_site_file"      . "$ac_site_file"
Line 953 
Line 954 
   # Some versions of bash will fail to source /dev/null (special    # Some versions of bash will fail to source /dev/null (special
   # files actually), so we avoid doing that.    # files actually), so we avoid doing that.
   if test -f "$cache_file"; then    if test -f "$cache_file"; then
     { echo "$as_me:956: loading cache $cache_file" >&5      { echo "$as_me:957: loading cache $cache_file" >&5
 echo "$as_me: loading cache $cache_file" >&6;}  echo "$as_me: loading cache $cache_file" >&6;}
     case $cache_file in      case $cache_file in
       [\\/]* | ?:[\\/]* ) . $cache_file;;        [\\/]* | ?:[\\/]* ) . $cache_file;;
Line 961 
Line 962 
     esac      esac
   fi    fi
 else  else
   { echo "$as_me:964: creating cache $cache_file" >&5    { echo "$as_me:965: creating cache $cache_file" >&5
 echo "$as_me: creating cache $cache_file" >&6;}  echo "$as_me: creating cache $cache_file" >&6;}
   >$cache_file    >$cache_file
 fi  fi
Line 977 
Line 978 
   eval ac_new_val="\$ac_env_${ac_var}_value"    eval ac_new_val="\$ac_env_${ac_var}_value"
   case $ac_old_set,$ac_new_set in    case $ac_old_set,$ac_new_set in
     set,)      set,)
       { echo "$as_me:980: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5        { echo "$as_me:981: 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;}  echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
       ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
     ,set)      ,set)
       { echo "$as_me:984: error: \`$ac_var' was not set in the previous run" >&5        { echo "$as_me:985: 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;}  echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
       ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
     ,);;      ,);;
     *)      *)
       if test "x$ac_old_val" != "x$ac_new_val"; then        if test "x$ac_old_val" != "x$ac_new_val"; then
         { echo "$as_me:990: error: \`$ac_var' has changed since the previous run:" >&5          { echo "$as_me:991: 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: error: \`$ac_var' has changed since the previous run:" >&2;}
         { echo "$as_me:992:   former value:  $ac_old_val" >&5          { echo "$as_me:993:   former value:  $ac_old_val" >&5
 echo "$as_me:   former value:  $ac_old_val" >&2;}  echo "$as_me:   former value:  $ac_old_val" >&2;}
         { echo "$as_me:994:   current value: $ac_new_val" >&5          { echo "$as_me:995:   current value: $ac_new_val" >&5
 echo "$as_me:   current value: $ac_new_val" >&2;}  echo "$as_me:   current value: $ac_new_val" >&2;}
         ac_cache_corrupted=:          ac_cache_corrupted=:
       fi;;        fi;;
Line 1010 
Line 1011 
   fi    fi
 done  done
 if $ac_cache_corrupted; then  if $ac_cache_corrupted; then
   { echo "$as_me:1013: error: changes in the environment can compromise the build" >&5    { echo "$as_me:1014: 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: error: changes in the environment can compromise the build" >&2;}
   { { echo "$as_me:1015: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5    { { echo "$as_me:1016: 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;}  echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
Line 1032 
Line 1033 
 echo "#! $SHELL" >conftest.sh  echo "#! $SHELL" >conftest.sh
 echo  "exit 0"   >>conftest.sh  echo  "exit 0"   >>conftest.sh
 chmod +x conftest.sh  chmod +x conftest.sh
 if { (echo "$as_me:1035: PATH=\".;.\"; conftest.sh") >&5  if { (echo "$as_me:1036: PATH=\".;.\"; conftest.sh") >&5
   (PATH=".;."; conftest.sh) 2>&5    (PATH=".;."; conftest.sh) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:1038: \$? = $ac_status" >&5    echo "$as_me:1039: \$? = $ac_status" >&5
   (exit $ac_status); }; then    (exit $ac_status); }; then
   ac_path_separator=';'    ac_path_separator=';'
 else  else
Line 1046 
Line 1047 
   
 ac_config_headers="$ac_config_headers config.h pathnames.h"  ac_config_headers="$ac_config_headers config.h pathnames.h"
   
 echo "Configuring Sudo version 1.6.4"  echo "Configuring Sudo version 1.6.5"
   
 timeout=5  timeout=5
 password_timeout=5  password_timeout=5
Line 1097 
Line 1098 
 #define WITHOUT_PASSWD 1  #define WITHOUT_PASSWD 1
 EOF  EOF
   
                 { echo "$as_me:1100: WARNING: --with-otp-only option deprecated, treating as --without-passwd" >&5                  { echo "$as_me:1101: 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;}  echo "$as_me: WARNING: --with-otp-only option deprecated, treating as --without-passwd" >&2;}
                 ;;                  ;;
 esac  esac
Line 1108 
Line 1109 
   withval="$with_alertmail"    withval="$with_alertmail"
   case $with_alertmail in    case $with_alertmail in
     *)          with_mailto="$with_alertmail"      *)          with_mailto="$with_alertmail"
                 { echo "$as_me:1111: WARNING: --with-alertmail option deprecated, treating as --mailto" >&5                  { echo "$as_me:1112: WARNING: --with-alertmail option deprecated, treating as --mailto" >&5
 echo "$as_me: WARNING: --with-alertmail option deprecated, treating as --mailto" >&2;}  echo "$as_me: WARNING: --with-alertmail option deprecated, treating as --mailto" >&2;}
                 ;;                  ;;
 esac  esac
Line 1118 
Line 1119 
 if test "${with_CC+set}" = set; then  if test "${with_CC+set}" = set; then
   withval="$with_CC"    withval="$with_CC"
   case $with_CC in    case $with_CC in
     yes)        { { echo "$as_me:1121: error: \"must give --with-CC an argument.\"" >&5      yes)        { { echo "$as_me:1122: error: \"must give --with-CC an argument.\"" >&5
 echo "$as_me: error: \"must give --with-CC an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-CC an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:1125: error: \"illegal argument: --without-CC.\"" >&5      no)         { { echo "$as_me:1126: error: \"illegal argument: --without-CC.\"" >&5
 echo "$as_me: error: \"illegal argument: --without-CC.\"" >&2;}  echo "$as_me: error: \"illegal argument: --without-CC.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1135 
Line 1136 
 if test "${with_incpath+set}" = set; then  if test "${with_incpath+set}" = set; then
   withval="$with_incpath"    withval="$with_incpath"
   case $with_incpath in    case $with_incpath in
     yes)        { { echo "$as_me:1138: error: \"must give --with-incpath an argument.\"" >&5      yes)        { { echo "$as_me:1139: error: \"must give --with-incpath an argument.\"" >&5
 echo "$as_me: error: \"must give --with-incpath an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-incpath an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:1142: error: \"--without-incpath not supported.\"" >&5      no)         { { echo "$as_me:1143: error: \"--without-incpath not supported.\"" >&5
 echo "$as_me: error: \"--without-incpath not supported.\"" >&2;}  echo "$as_me: error: \"--without-incpath not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1155 
Line 1156 
 if test "${with_libpath+set}" = set; then  if test "${with_libpath+set}" = set; then
   withval="$with_libpath"    withval="$with_libpath"
   case $with_libpath in    case $with_libpath in
     yes)        { { echo "$as_me:1158: error: \"must give --with-libpath an argument.\"" >&5      yes)        { { echo "$as_me:1159: error: \"must give --with-libpath an argument.\"" >&5
 echo "$as_me: error: \"must give --with-libpath an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-libpath an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:1162: error: \"--without-libpath not supported.\"" >&5      no)         { { echo "$as_me:1163: error: \"--without-libpath not supported.\"" >&5
 echo "$as_me: error: \"--without-libpath not supported.\"" >&2;}  echo "$as_me: error: \"--without-libpath not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1175 
Line 1176 
 if test "${with_libraries+set}" = set; then  if test "${with_libraries+set}" = set; then
   withval="$with_libraries"    withval="$with_libraries"
   case $with_libraries in    case $with_libraries in
     yes)        { { echo "$as_me:1178: error: \"must give --with-libraries an argument.\"" >&5      yes)        { { echo "$as_me:1179: error: \"must give --with-libraries an argument.\"" >&5
 echo "$as_me: error: \"must give --with-libraries an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-libraries an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:1182: error: \"--without-libraries not supported.\"" >&5      no)         { { echo "$as_me:1183: error: \"--without-libraries not supported.\"" >&5
 echo "$as_me: error: \"--without-libraries not supported.\"" >&2;}  echo "$as_me: error: \"--without-libraries not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1255 
Line 1256 
 #define WITHOUT_PASSWD 1  #define WITHOUT_PASSWD 1
 EOF  EOF
   
                 echo "$as_me:1258: checking whether to use shadow/passwd file authentication" >&5                  echo "$as_me:1259: checking whether to use shadow/passwd file authentication" >&5
 echo $ECHO_N "checking whether to use shadow/passwd file authentication... $ECHO_C" >&6  echo $ECHO_N "checking whether to use shadow/passwd file authentication... $ECHO_C" >&6
                 echo "$as_me:1260: result: no" >&5                  echo "$as_me:1261: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 ;;                  ;;
     *)          { { echo "$as_me:1263: error: \"Sorry, --with-passwd does not take an argument.\"" >&5      *)          { { echo "$as_me:1264: error: \"Sorry, --with-passwd does not take an argument.\"" >&5
 echo "$as_me: error: \"Sorry, --with-passwd does not take an argument.\"" >&2;}  echo "$as_me: error: \"Sorry, --with-passwd does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1272 
Line 1273 
   withval="$with_skey"    withval="$with_skey"
   case $with_skey in    case $with_skey in
     yes)        if test -n "$with_opie"; then      yes)        if test -n "$with_opie"; then
                     { { echo "$as_me:1275: error: \"cannot use both S/Key and OPIE\"" >&5                      { { echo "$as_me:1276: error: \"cannot use both S/Key and OPIE\"" >&5
 echo "$as_me: error: \"cannot use both S/Key and OPIE\"" >&2;}  echo "$as_me: error: \"cannot use both S/Key and OPIE\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 fi                  fi
Line 1281 
Line 1282 
 #define HAVE_SKEY 1  #define HAVE_SKEY 1
 EOF  EOF
   
                 echo "$as_me:1284: checking whether to try S/Key authentication" >&5                  echo "$as_me:1285: checking whether to try S/Key authentication" >&5
 echo $ECHO_N "checking whether to try S/Key authentication... $ECHO_C" >&6  echo $ECHO_N "checking whether to try S/Key authentication... $ECHO_C" >&6
                 echo "$as_me:1286: result: yes" >&5                  echo "$as_me:1287: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                 AUTH_OBJS="${AUTH_OBJS} rfc1938.o"                  AUTH_OBJS="${AUTH_OBJS} rfc1938.o"
                 ;;                  ;;
Line 1298 
Line 1299 
   withval="$with_opie"    withval="$with_opie"
   case $with_opie in    case $with_opie in
     yes)        if test -n "$with_skey"; then      yes)        if test -n "$with_skey"; then
                     { { echo "$as_me:1301: error: \"cannot use both S/Key and OPIE\"" >&5                      { { echo "$as_me:1302: error: \"cannot use both S/Key and OPIE\"" >&5
 echo "$as_me: error: \"cannot use both S/Key and OPIE\"" >&2;}  echo "$as_me: error: \"cannot use both S/Key and OPIE\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 fi                  fi
Line 1307 
Line 1308 
 #define HAVE_OPIE 1  #define HAVE_OPIE 1
 EOF  EOF
   
                 echo "$as_me:1310: checking whether to try NRL OPIE authentication" >&5                  echo "$as_me:1311: checking whether to try NRL OPIE authentication" >&5
 echo $ECHO_N "checking whether to try NRL OPIE authentication... $ECHO_C" >&6  echo $ECHO_N "checking whether to try NRL OPIE authentication... $ECHO_C" >&6
                 echo "$as_me:1312: result: yes" >&5                  echo "$as_me:1313: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                 AUTH_OBJS="${AUTH_OBJS} rfc1938.o"                  AUTH_OBJS="${AUTH_OBJS} rfc1938.o"
                 ;;                  ;;
Line 1328 
Line 1329 
 #define LONG_OTP_PROMPT 1  #define LONG_OTP_PROMPT 1
 EOF  EOF
   
                 echo "$as_me:1331: checking whether to use a two line prompt for OTP authentication" >&5                  echo "$as_me:1332: 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 $ECHO_N "checking whether to use a two line prompt for OTP authentication... $ECHO_C" >&6
                 echo "$as_me:1333: result: yes" >&5                  echo "$as_me:1334: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                 long_otp_prompt=on                  long_otp_prompt=on
                 ;;                  ;;
     no)         long_otp_prompt=off      no)         long_otp_prompt=off
                 ;;                  ;;
     *)          { { echo "$as_me:1339: error: \"--with-long-otp-prompt does not take an argument.\"" >&5      *)          { { echo "$as_me:1340: 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;}  echo "$as_me: error: \"--with-long-otp-prompt does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1353 
Line 1354 
 #define HAVE_SECURID 1  #define HAVE_SECURID 1
 EOF  EOF
   
                 echo "$as_me:1356: checking whether to use SecurID for authentication" >&5                  echo "$as_me:1357: checking whether to use SecurID for authentication" >&5
 echo $ECHO_N "checking whether to use SecurID for authentication... $ECHO_C" >&6  echo $ECHO_N "checking whether to use SecurID for authentication... $ECHO_C" >&6
                 echo "$as_me:1358: result: yes" >&5                  echo "$as_me:1359: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                 with_passwd=no                  with_passwd=no
                 AUTH_OBJS="securid.o"                  AUTH_OBJS="securid.o"
Line 1373 
Line 1374 
 #define HAVE_FWTK 1  #define HAVE_FWTK 1
 EOF  EOF
   
                 echo "$as_me:1376: checking whether to use FWTK AuthSRV for authentication" >&5                  echo "$as_me:1377: checking whether to use FWTK AuthSRV for authentication" >&5
 echo $ECHO_N "checking whether to use FWTK AuthSRV for authentication... $ECHO_C" >&6  echo $ECHO_N "checking whether to use FWTK AuthSRV for authentication... $ECHO_C" >&6
                 echo "$as_me:1378: result: yes" >&5                  echo "$as_me:1379: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                 with_passwd=no                  with_passwd=no
                 AUTH_OBJS="fwtk.o"                  AUTH_OBJS="fwtk.o"
Line 1392 
Line 1393 
 if test "${with_kerb4+set}" = set; then  if test "${with_kerb4+set}" = set; then
   withval="$with_kerb4"    withval="$with_kerb4"
   case $with_kerb4 in    case $with_kerb4 in
     yes)        echo "$as_me:1395: checking whether to try Kerberos 4 authentication" >&5      yes)        echo "$as_me:1396: checking whether to try Kerberos 4 authentication" >&5
 echo $ECHO_N "checking whether to try Kerberos 4 authentication... $ECHO_C" >&6  echo $ECHO_N "checking whether to try Kerberos 4 authentication... $ECHO_C" >&6
                 echo "$as_me:1397: result: yes" >&5                  echo "$as_me:1398: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { { echo "$as_me:1401: error: \"--with-kerb4 does not take an argument.\"" >&5      *)          { { echo "$as_me:1402: error: \"--with-kerb4 does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-kerb4 does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-kerb4 does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1409 
Line 1410 
 if test "${with_kerb5+set}" = set; then  if test "${with_kerb5+set}" = set; then
   withval="$with_kerb5"    withval="$with_kerb5"
   case $with_kerb5 in    case $with_kerb5 in
     yes)        echo "$as_me:1412: checking whether to try Kerberos 5 authentication" >&5      yes)        echo "$as_me:1413: checking whether to try Kerberos 5 authentication" >&5
 echo $ECHO_N "checking whether to try Kerberos 5 authentication... $ECHO_C" >&6  echo $ECHO_N "checking whether to try Kerberos 5 authentication... $ECHO_C" >&6
                 echo "$as_me:1414: result: yes" >&5                  echo "$as_me:1415: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { { echo "$as_me:1418: error: \"--with-kerb5 does not take an argument.\"" >&5      *)          { { echo "$as_me:1419: error: \"--with-kerb5 does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-kerb5 does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-kerb5 does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1431 
Line 1432 
 #define HAVE_AUTHENTICATE 1  #define HAVE_AUTHENTICATE 1
 EOF  EOF
   
                 echo "$as_me:1434: checking whether to use AIX general authentication" >&5                  echo "$as_me:1435: checking whether to use AIX general authentication" >&5
 echo $ECHO_N "checking whether to use AIX general authentication... $ECHO_C" >&6  echo $ECHO_N "checking whether to use AIX general authentication... $ECHO_C" >&6
                 echo "$as_me:1436: result: yes" >&5                  echo "$as_me:1437: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                 with_passwd=no                  with_passwd=no
                 AUTH_OBJS="aix_auth.o"                  AUTH_OBJS="aix_auth.o"
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { { echo "$as_me:1442: error: \"--with-authenticate does not take an argument.\"" >&5      *)          { { echo "$as_me:1443: error: \"--with-authenticate does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-authenticate does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-authenticate does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1455 
Line 1456 
 #define HAVE_PAM 1  #define HAVE_PAM 1
 EOF  EOF
   
                 echo "$as_me:1458: checking whether to use PAM authentication" >&5                  echo "$as_me:1459: checking whether to use PAM authentication" >&5
 echo $ECHO_N "checking whether to use PAM authentication... $ECHO_C" >&6  echo $ECHO_N "checking whether to use PAM authentication... $ECHO_C" >&6
                 echo "$as_me:1460: result: yes" >&5                  echo "$as_me:1461: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                 with_passwd=no                  with_passwd=no
                 AUTH_OBJS="pam.o"                  AUTH_OBJS="pam.o"
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { { echo "$as_me:1466: error: \"--with-pam does not take an argument.\"" >&5      *)          { { echo "$as_me:1467: error: \"--with-pam does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-pam does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-pam does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1479 
Line 1480 
 #define HAVE_AFS 1  #define HAVE_AFS 1
 EOF  EOF
   
                 echo "$as_me:1482: checking whether to try AFS (kerberos) authentication" >&5                  echo "$as_me:1483: checking whether to try AFS (kerberos) authentication" >&5
 echo $ECHO_N "checking whether to try AFS (kerberos) authentication... $ECHO_C" >&6  echo $ECHO_N "checking whether to try AFS (kerberos) authentication... $ECHO_C" >&6
                 echo "$as_me:1484: result: yes" >&5                  echo "$as_me:1485: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                 AUTH_OBJS="${AUTH_OBJS} afs.o"                  AUTH_OBJS="${AUTH_OBJS} afs.o"
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { { echo "$as_me:1489: error: \"--with-AFS does not take an argument.\"" >&5      *)          { { echo "$as_me:1490: error: \"--with-AFS does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-AFS does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-AFS does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1502 
Line 1503 
 #define HAVE_DCE 1  #define HAVE_DCE 1
 EOF  EOF
   
                 echo "$as_me:1505: checking whether to try DCE (kerberos) authentication" >&5                  echo "$as_me:1506: checking whether to try DCE (kerberos) authentication" >&5
 echo $ECHO_N "checking whether to try DCE (kerberos) authentication... $ECHO_C" >&6  echo $ECHO_N "checking whether to try DCE (kerberos) authentication... $ECHO_C" >&6
                 echo "$as_me:1507: result: yes" >&5                  echo "$as_me:1508: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                 AUTH_OBJS="${AUTH_OBJS} dce.o"                  AUTH_OBJS="${AUTH_OBJS} dce.o"
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { { echo "$as_me:1512: error: \"--with-DCE does not take an argument.\"" >&5      *)          { { echo "$as_me:1513: error: \"--with-DCE does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-DCE does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-DCE does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1521 
Line 1522 
   withval="$with_logincap"    withval="$with_logincap"
   case $with_logincap in    case $with_logincap in
     yes|no)     ;;      yes|no)     ;;
     *)          { { echo "$as_me:1524: error: \"--with-logincap does not take an argument.\"" >&5      *)          { { echo "$as_me:1525: error: \"--with-logincap does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-logincap does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-logincap does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1535 
Line 1536 
     yes)        with_logincap=yes      yes)        with_logincap=yes
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { { echo "$as_me:1538: error: \"--with-bsdauth does not take an argument.\"" >&5      *)          { { echo "$as_me:1539: error: \"--with-bsdauth does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-bsdauth does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-bsdauth does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi;  fi;
   
 echo "$as_me:1545: checking whether to lecture users the first time they run sudo" >&5  echo "$as_me:1546: checking whether to lecture users the first time they run sudo" >&5
 echo $ECHO_N "checking whether to lecture users the first time they run sudo... $ECHO_C" >&6  echo $ECHO_N "checking whether to lecture users the first time they run sudo... $ECHO_C" >&6
   
 # Check whether --with-lecture or --without-lecture was given.  # Check whether --with-lecture or --without-lecture was given.
Line 1553 
Line 1554 
                 ;;                  ;;
     no|none)    lecture=off      no|none)    lecture=off
                 ;;                  ;;
     *)          { { echo "$as_me:1556: error: \"unknown argument to --with-lecture: $with_lecture\"" >&5      *)          { { echo "$as_me:1557: error: \"unknown argument to --with-lecture: $with_lecture\"" >&5
 echo "$as_me: error: \"unknown argument to --with-lecture: $with_lecture\"" >&2;}  echo "$as_me: error: \"unknown argument to --with-lecture: $with_lecture\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi;  fi;
 if test "$lecture" = "on"; then  if test "$lecture" = "on"; then
     echo "$as_me:1563: result: yes" >&5      echo "$as_me:1564: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
 else  else
   
Line 1568 
Line 1569 
 #define NO_LECTURE 1  #define NO_LECTURE 1
 EOF  EOF
   
     echo "$as_me:1571: result: no" >&5      echo "$as_me:1572: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
 echo "$as_me:1575: checking whether sudo should log via syslog or to a file by default" >&5  echo "$as_me:1576: 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  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.  # Check whether --with-logging or --without-logging was given.
 if test "${with_logging+set}" = set; then  if test "${with_logging+set}" = set; then
   withval="$with_logging"    withval="$with_logging"
   case $with_logging in    case $with_logging in
     yes)        { { echo "$as_me:1582: error: \"must give --with-logging an argument.\"" >&5      yes)        { { echo "$as_me:1583: error: \"must give --with-logging an argument.\"" >&5
 echo "$as_me: error: \"must give --with-logging an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-logging an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:1586: error: \"--without-logging not supported.\"" >&5      no)         { { echo "$as_me:1587: error: \"--without-logging not supported.\"" >&5
 echo "$as_me: error: \"--without-logging not supported.\"" >&2;}  echo "$as_me: error: \"--without-logging not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1592 
Line 1593 
 #define LOGGING SLOG_SYSLOG  #define LOGGING SLOG_SYSLOG
 EOF  EOF
   
                 echo "$as_me:1595: result: syslog" >&5                  echo "$as_me:1596: result: syslog" >&5
 echo "${ECHO_T}syslog" >&6  echo "${ECHO_T}syslog" >&6
                 ;;                  ;;
     file)       cat >>confdefs.h <<\EOF      file)       cat >>confdefs.h <<\EOF
 #define LOGGING SLOG_FILE  #define LOGGING SLOG_FILE
 EOF  EOF
   
                 echo "$as_me:1602: result: file" >&5                  echo "$as_me:1603: result: file" >&5
 echo "${ECHO_T}file" >&6  echo "${ECHO_T}file" >&6
                 ;;                  ;;
     both)       cat >>confdefs.h <<\EOF      both)       cat >>confdefs.h <<\EOF
 #define LOGGING SLOG_BOTH  #define LOGGING SLOG_BOTH
 EOF  EOF
   
                 echo "$as_me:1609: result: both" >&5                  echo "$as_me:1610: result: both" >&5
 echo "${ECHO_T}both" >&6  echo "${ECHO_T}both" >&6
                 ;;                  ;;
     *)          { { echo "$as_me:1612: error: \"unknown argument to --with-logging: $with_logging\"" >&5      *)          { { echo "$as_me:1613: error: \"unknown argument to --with-logging: $with_logging\"" >&5
 echo "$as_me: error: \"unknown argument to --with-logging: $with_logging\"" >&2;}  echo "$as_me: error: \"unknown argument to --with-logging: $with_logging\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1618 
Line 1619 
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
 #define LOGGING SLOG_SYSLOG  #define LOGGING SLOG_SYSLOG
 EOF  EOF
  echo "$as_me:1621: result: syslog" >&5   echo "$as_me:1622: result: syslog" >&5
 echo "${ECHO_T}syslog" >&6  echo "${ECHO_T}syslog" >&6
 fi;  fi;
   
 echo "$as_me:1625: checking which syslog facility sudo should log with" >&5  echo "$as_me:1626: checking which syslog facility sudo should log with" >&5
 echo $ECHO_N "checking which syslog facility sudo should log with... $ECHO_C" >&6  echo $ECHO_N "checking which syslog facility sudo should log with... $ECHO_C" >&6
   
 # Check whether --with-logfac or --without-logfac was given.  # Check whether --with-logfac or --without-logfac was given.
 if test "${with_logfac+set}" = set; then  if test "${with_logfac+set}" = set; then
   withval="$with_logfac"    withval="$with_logfac"
   case $with_logfac in    case $with_logfac in
     yes)        { { echo "$as_me:1632: error: \"must give --with-logfac an argument.\"" >&5      yes)        { { echo "$as_me:1633: error: \"must give --with-logfac an argument.\"" >&5
 echo "$as_me: error: \"must give --with-logfac an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-logfac an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:1636: error: \"--without-logfac not supported.\"" >&5      no)         { { echo "$as_me:1637: error: \"--without-logfac not supported.\"" >&5
 echo "$as_me: error: \"--without-logfac not supported.\"" >&2;}  echo "$as_me: error: \"--without-logfac not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     authpriv|auth|daemon|user|local0|local1|local2|local3|local4|local5|local6|local7)          logfac=$with_logfac      authpriv|auth|daemon|user|local0|local1|local2|local3|local4|local5|local6|local7)          logfac=$with_logfac
                 ;;                  ;;
     *)          { { echo "$as_me:1642: error: \"$with_logfac is not a supported syslog facility.\"" >&5      *)          { { echo "$as_me:1643: error: \"$with_logfac is not a supported syslog facility.\"" >&5
 echo "$as_me: error: \"$with_logfac is not a supported syslog facility.\"" >&2;}  echo "$as_me: error: \"$with_logfac is not a supported syslog facility.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1650 
Line 1651 
 #define LOGFAC "$logfac"  #define LOGFAC "$logfac"
 EOF  EOF
   
 echo "$as_me:1653: result: $logfac" >&5  echo "$as_me:1654: result: $logfac" >&5
 echo "${ECHO_T}$logfac" >&6  echo "${ECHO_T}$logfac" >&6
   
 echo "$as_me:1656: checking at which syslog priority to log commands" >&5  echo "$as_me:1657: checking at which syslog priority to log commands" >&5
 echo $ECHO_N "checking at which syslog priority to log commands... $ECHO_C" >&6  echo $ECHO_N "checking at which syslog priority to log commands... $ECHO_C" >&6
   
 # Check whether --with-goodpri or --without-goodpri was given.  # Check whether --with-goodpri or --without-goodpri was given.
 if test "${with_goodpri+set}" = set; then  if test "${with_goodpri+set}" = set; then
   withval="$with_goodpri"    withval="$with_goodpri"
   case $with_goodpri in    case $with_goodpri in
     yes)        { { echo "$as_me:1663: error: \"must give --with-goodpri an argument.\"" >&5      yes)        { { echo "$as_me:1664: error: \"must give --with-goodpri an argument.\"" >&5
 echo "$as_me: error: \"must give --with-goodpri an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-goodpri an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:1667: error: \"--without-goodpri not supported.\"" >&5      no)         { { echo "$as_me:1668: error: \"--without-goodpri not supported.\"" >&5
 echo "$as_me: error: \"--without-goodpri not supported.\"" >&2;}  echo "$as_me: error: \"--without-goodpri not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     alert|crit|debug|emerg|err|info|notice|warning)      alert|crit|debug|emerg|err|info|notice|warning)
                 goodpri=$with_goodpri                  goodpri=$with_goodpri
                 ;;                  ;;
     *)          { { echo "$as_me:1674: error: \"$with_goodpri is not a supported syslog priority.\"" >&5      *)          { { echo "$as_me:1675: error: \"$with_goodpri is not a supported syslog priority.\"" >&5
 echo "$as_me: error: \"$with_goodpri is not a supported syslog priority.\"" >&2;}  echo "$as_me: error: \"$with_goodpri is not a supported syslog priority.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1682 
Line 1683 
 #define PRI_SUCCESS "$goodpri"  #define PRI_SUCCESS "$goodpri"
 EOF  EOF
   
 echo "$as_me:1685: result: $goodpri" >&5  echo "$as_me:1686: result: $goodpri" >&5
 echo "${ECHO_T}$goodpri" >&6  echo "${ECHO_T}$goodpri" >&6
   
 echo "$as_me:1688: checking at which syslog priority to log failures" >&5  echo "$as_me:1689: checking at which syslog priority to log failures" >&5
 echo $ECHO_N "checking at which syslog priority to log failures... $ECHO_C" >&6  echo $ECHO_N "checking at which syslog priority to log failures... $ECHO_C" >&6
   
 # Check whether --with-badpri or --without-badpri was given.  # Check whether --with-badpri or --without-badpri was given.
 if test "${with_badpri+set}" = set; then  if test "${with_badpri+set}" = set; then
   withval="$with_badpri"    withval="$with_badpri"
   case $with_badpri in    case $with_badpri in
     yes)        { { echo "$as_me:1695: error: \"must give --with-badpri an argument.\"" >&5      yes)        { { echo "$as_me:1696: error: \"must give --with-badpri an argument.\"" >&5
 echo "$as_me: error: \"must give --with-badpri an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-badpri an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:1699: error: \"--without-badpri not supported.\"" >&5      no)         { { echo "$as_me:1700: error: \"--without-badpri not supported.\"" >&5
 echo "$as_me: error: \"--without-badpri not supported.\"" >&2;}  echo "$as_me: error: \"--without-badpri not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     alert|crit|debug|emerg|err|info|notice|warning)      alert|crit|debug|emerg|err|info|notice|warning)
                 badpri=$with_badpri                  badpri=$with_badpri
                 ;;                  ;;
     *)          { { echo "$as_me:1706: error: $with_badpri is not a supported syslog priority." >&5      *)          { { echo "$as_me:1707: error: $with_badpri is not a supported syslog priority." >&5
 echo "$as_me: error: $with_badpri is not a supported syslog priority." >&2;}  echo "$as_me: error: $with_badpri is not a supported syslog priority." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1714 
Line 1715 
 #define PRI_FAILURE "$badpri"  #define PRI_FAILURE "$badpri"
 EOF  EOF
   
 echo "$as_me:1717: result: badpri" >&5  echo "$as_me:1718: result: badpri" >&5
 echo "${ECHO_T}badpri" >&6  echo "${ECHO_T}badpri" >&6
   
 # Check whether --with-logpath or --without-logpath was given.  # Check whether --with-logpath or --without-logpath was given.
 if test "${with_logpath+set}" = set; then  if test "${with_logpath+set}" = set; then
   withval="$with_logpath"    withval="$with_logpath"
   case $with_logpath in    case $with_logpath in
     yes)        { { echo "$as_me:1724: error: \"must give --with-logpath an argument.\"" >&5      yes)        { { echo "$as_me:1725: error: \"must give --with-logpath an argument.\"" >&5
 echo "$as_me: error: \"must give --with-logpath an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-logpath an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:1728: error: \"--without-logpath not supported.\"" >&5      no)         { { echo "$as_me:1729: error: \"--without-logpath not supported.\"" >&5
 echo "$as_me: error: \"--without-logpath not supported.\"" >&2;}  echo "$as_me: error: \"--without-logpath not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi;  fi;
   
 echo "$as_me:1735: checking how long a line in the log file should be" >&5  echo "$as_me:1736: 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  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.  # Check whether --with-loglen or --without-loglen was given.
 if test "${with_loglen+set}" = set; then  if test "${with_loglen+set}" = set; then
   withval="$with_loglen"    withval="$with_loglen"
   case $with_loglen in    case $with_loglen in
     yes)        { { echo "$as_me:1742: error: \"must give --with-loglen an argument.\"" >&5      yes)        { { echo "$as_me:1743: error: \"must give --with-loglen an argument.\"" >&5
 echo "$as_me: error: \"must give --with-loglen an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-loglen an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:1746: error: \"--without-loglen not supported.\"" >&5      no)         { { echo "$as_me:1747: error: \"--without-loglen not supported.\"" >&5
 echo "$as_me: error: \"--without-loglen not supported.\"" >&2;}  echo "$as_me: error: \"--without-loglen not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     [0-9]*)     loglen=$with_loglen      [0-9]*)     loglen=$with_loglen
                 ;;                  ;;
     *)          { { echo "$as_me:1752: error: \"you must enter a number, not $with_loglen\"" >&5      *)          { { echo "$as_me:1753: error: \"you must enter a number, not $with_loglen\"" >&5
 echo "$as_me: error: \"you must enter a number, not $with_loglen\"" >&2;}  echo "$as_me: error: \"you must enter a number, not $with_loglen\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1760 
Line 1761 
 #define MAXLOGFILELEN $loglen  #define MAXLOGFILELEN $loglen
 EOF  EOF
   
 echo "$as_me:1763: result: $loglen" >&5  echo "$as_me:1764: result: $loglen" >&5
 echo "${ECHO_T}$loglen" >&6  echo "${ECHO_T}$loglen" >&6
   
 echo "$as_me:1766: checking whether sudo should ignore '.' or '' in \$PATH" >&5  echo "$as_me:1767: checking whether sudo should ignore '.' or '' in \$PATH" >&5
 echo $ECHO_N "checking whether sudo should ignore '.' or '' in \$PATH... $ECHO_C" >&6  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.  # Check whether --with-ignore-dot or --without-ignore-dot was given.
Line 1774 
Line 1775 
                 ;;                  ;;
     no)         ignore_dot=off      no)         ignore_dot=off
                 ;;                  ;;
     *)          { { echo "$as_me:1777: error: \"--with-ignore-dot does not take an argument.\"" >&5      *)          { { echo "$as_me:1778: error: \"--with-ignore-dot does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-ignore-dot does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-ignore-dot does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1786 
Line 1787 
 #define IGNORE_DOT_PATH 1  #define IGNORE_DOT_PATH 1
 EOF  EOF
   
     echo "$as_me:1789: result: yes" >&5      echo "$as_me:1790: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
 else  else
     echo "$as_me:1792: result: no" >&5      echo "$as_me:1793: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
 echo "$as_me:1796: checking whether to send mail when a user is not in sudoers" >&5  echo "$as_me:1797: 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  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.  # Check whether --with-mail-if-no-user or --without-mail-if-no-user was given.
Line 1804 
Line 1805 
                 ;;                  ;;
     no)         mail_no_user=off      no)         mail_no_user=off
                 ;;                  ;;
     *)          { { echo "$as_me:1807: error: \"--with-mail-if-no-user does not take an argument.\"" >&5      *)          { { echo "$as_me:1808: 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;}  echo "$as_me: error: \"--with-mail-if-no-user does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1816 
Line 1817 
 #define SEND_MAIL_WHEN_NO_USER 1  #define SEND_MAIL_WHEN_NO_USER 1
 EOF  EOF
   
     echo "$as_me:1819: result: yes" >&5      echo "$as_me:1820: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
 else  else
     echo "$as_me:1822: result: no" >&5      echo "$as_me:1823: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
 echo "$as_me:1826: checking whether to send mail when user listed but not for this host" >&5  echo "$as_me:1827: 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  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.  # Check whether --with-mail-if-no-host or --without-mail-if-no-host was given.
Line 1834 
Line 1835 
                 ;;                  ;;
     no)         mail_no_host=off      no)         mail_no_host=off
                 ;;                  ;;
     *)          { { echo "$as_me:1837: error: \"--with-mail-if-no-host does not take an argument.\"" >&5      *)          { { echo "$as_me:1838: 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;}  echo "$as_me: error: \"--with-mail-if-no-host does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1846 
Line 1847 
 #define SEND_MAIL_WHEN_NO_HOST 1  #define SEND_MAIL_WHEN_NO_HOST 1
 EOF  EOF
   
     echo "$as_me:1849: result: yes" >&5      echo "$as_me:1850: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
 else  else
     echo "$as_me:1852: result: no" >&5      echo "$as_me:1853: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
 echo "$as_me:1856: checking whether to send mail when a user tries a disallowed command" >&5  echo "$as_me:1857: 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  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.  # Check whether --with-mail-if-noperms or --without-mail-if-noperms was given.
Line 1864 
Line 1865 
                 ;;                  ;;
     no)         mail_noperms=off      no)         mail_noperms=off
                 ;;                  ;;
     *)          { { echo "$as_me:1867: error: \"--with-mail-if-noperms does not take an argument.\"" >&5      *)          { { echo "$as_me:1868: 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;}  echo "$as_me: error: \"--with-mail-if-noperms does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1876 
Line 1877 
 #define SEND_MAIL_WHEN_NOT_OK 1  #define SEND_MAIL_WHEN_NOT_OK 1
 EOF  EOF
   
     echo "$as_me:1879: result: yes" >&5      echo "$as_me:1880: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
 else  else
     echo "$as_me:1882: result: no" >&5      echo "$as_me:1883: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
 echo "$as_me:1886: checking who should get the mail that sudo sends" >&5  echo "$as_me:1887: 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  echo $ECHO_N "checking who should get the mail that sudo sends... $ECHO_C" >&6
   
 # Check whether --with-mailto or --without-mailto was given.  # Check whether --with-mailto or --without-mailto was given.
 if test "${with_mailto+set}" = set; then  if test "${with_mailto+set}" = set; then
   withval="$with_mailto"    withval="$with_mailto"
   case $with_mailto in    case $with_mailto in
     yes)        { { echo "$as_me:1893: error: \"must give --with-mailto an argument.\"" >&5      yes)        { { echo "$as_me:1894: error: \"must give --with-mailto an argument.\"" >&5
 echo "$as_me: error: \"must give --with-mailto an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-mailto an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:1897: error: \"--without-mailto not supported.\"" >&5      no)         { { echo "$as_me:1898: error: \"--without-mailto not supported.\"" >&5
 echo "$as_me: error: \"--without-mailto not supported.\"" >&2;}  echo "$as_me: error: \"--without-mailto not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1907 
Line 1908 
 #define MAILTO "$mailto"  #define MAILTO "$mailto"
 EOF  EOF
   
 echo "$as_me:1910: result: $mailto" >&5  echo "$as_me:1911: result: $mailto" >&5
 echo "${ECHO_T}$mailto" >&6  echo "${ECHO_T}$mailto" >&6
   
 # Check whether --with-mailsubject or --without-mailsubject was given.  # Check whether --with-mailsubject or --without-mailsubject was given.
 if test "${with_mailsubject+set}" = set; then  if test "${with_mailsubject+set}" = set; then
   withval="$with_mailsubject"    withval="$with_mailsubject"
   case $with_mailsubject in    case $with_mailsubject in
     yes)        { { echo "$as_me:1917: error: \"must give --with-mailsubject an argument.\"" >&5      yes)        { { echo "$as_me:1918: error: \"must give --with-mailsubject an argument.\"" >&5
 echo "$as_me: error: \"must give --with-mailsubject an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-mailsubject an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         echo "Sorry, --without-mailsubject not supported."      no)         echo "Sorry, --without-mailsubject not supported."
                 ;;                  ;;
     *)          mailsub="$with_mailsubject"      *)          mailsub="$with_mailsubject"
                 echo "$as_me:1924: checking sudo mail subject" >&5                  echo "$as_me:1925: checking sudo mail subject" >&5
 echo $ECHO_N "checking sudo mail subject... $ECHO_C" >&6  echo $ECHO_N "checking sudo mail subject... $ECHO_C" >&6
                 echo "$as_me:1926: result: Using alert mail subject: $mailsub" >&5                  echo "$as_me:1927: result: Using alert mail subject: $mailsub" >&5
 echo "${ECHO_T}Using alert mail subject: $mailsub" >&6  echo "${ECHO_T}Using alert mail subject: $mailsub" >&6
                 ;;                  ;;
 esac  esac
Line 1933 
Line 1934 
 #define MAILSUBJECT "$mailsub"  #define MAILSUBJECT "$mailsub"
 EOF  EOF
   
 echo "$as_me:1936: checking for bad password prompt" >&5  echo "$as_me:1937: checking for bad password prompt" >&5
 echo $ECHO_N "checking for bad password prompt... $ECHO_C" >&6  echo $ECHO_N "checking for bad password prompt... $ECHO_C" >&6
   
 # Check whether --with-passprompt or --without-passprompt was given.  # Check whether --with-passprompt or --without-passprompt was given.
 if test "${with_passprompt+set}" = set; then  if test "${with_passprompt+set}" = set; then
   withval="$with_passprompt"    withval="$with_passprompt"
   case $with_passprompt in    case $with_passprompt in
     yes)        { { echo "$as_me:1943: error: \"must give --with-passprompt an argument.\"" >&5      yes)        { { echo "$as_me:1944: error: \"must give --with-passprompt an argument.\"" >&5
 echo "$as_me: error: \"must give --with-passprompt an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-passprompt an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1949 
Line 1950 
     *)          passprompt="$with_passprompt"      *)          passprompt="$with_passprompt"
 esac  esac
 fi;  fi;
 echo "$as_me:1952: result: $passprompt" >&5  echo "$as_me:1953: result: $passprompt" >&5
 echo "${ECHO_T}$passprompt" >&6  echo "${ECHO_T}$passprompt" >&6
   
 cat >>confdefs.h <<EOF  cat >>confdefs.h <<EOF
 #define PASSPROMPT "$passprompt"  #define PASSPROMPT "$passprompt"
 EOF  EOF
   
 echo "$as_me:1959: checking for bad password message" >&5  echo "$as_me:1960: checking for bad password message" >&5
 echo $ECHO_N "checking for bad password message... $ECHO_C" >&6  echo $ECHO_N "checking for bad password message... $ECHO_C" >&6
   
 # Check whether --with-badpass-message or --without-badpass-message was given.  # Check whether --with-badpass-message or --without-badpass-message was given.
 if test "${with_badpass_message+set}" = set; then  if test "${with_badpass_message+set}" = set; then
   withval="$with_badpass_message"    withval="$with_badpass_message"
   case $with_badpass_message in    case $with_badpass_message in
     yes)        { { echo "$as_me:1966: error: \"Must give --with-badpass-message an argument.\"" >&5      yes)        { { echo "$as_me:1967: error: \"Must give --with-badpass-message an argument.\"" >&5
 echo "$as_me: error: \"Must give --with-badpass-message an argument.\"" >&2;}  echo "$as_me: error: \"Must give --with-badpass-message an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 1978 
Line 1979 
 #define INCORRECT_PASSWORD "$badpass_message"  #define INCORRECT_PASSWORD "$badpass_message"
 EOF  EOF
   
 echo "$as_me:1981: result: $badpass_message" >&5  echo "$as_me:1982: result: $badpass_message" >&5
 echo "${ECHO_T}$badpass_message" >&6  echo "${ECHO_T}$badpass_message" >&6
   
 echo "$as_me:1984: checking whether to expect fully qualified hosts in sudoers" >&5  echo "$as_me:1985: 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  echo $ECHO_N "checking whether to expect fully qualified hosts in sudoers... $ECHO_C" >&6
   
 # Check whether --with-fqdn or --without-fqdn was given.  # Check whether --with-fqdn or --without-fqdn was given.
Line 1992 
Line 1993 
                 ;;                  ;;
     no)         fqdn=off      no)         fqdn=off
                 ;;                  ;;
     *)          { { echo "$as_me:1995: error: \"--with-fqdn does not take an argument.\"" >&5      *)          { { echo "$as_me:1996: error: \"--with-fqdn does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-fqdn does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-fqdn does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2004 
Line 2005 
 #define FQDN 1  #define FQDN 1
 EOF  EOF
   
     echo "$as_me:2007: result: yes" >&5      echo "$as_me:2008: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
 else  else
     echo "$as_me:2010: result: no" >&5      echo "$as_me:2011: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
Line 2015 
Line 2016 
 if test "${with_timedir+set}" = set; then  if test "${with_timedir+set}" = set; then
   withval="$with_timedir"    withval="$with_timedir"
   case $with_timedir in    case $with_timedir in
     yes)        { { echo "$as_me:2018: error: \"must give --with-timedir an argument.\"" >&5      yes)        { { echo "$as_me:2019: error: \"must give --with-timedir an argument.\"" >&5
 echo "$as_me: error: \"must give --with-timedir an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-timedir an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:2022: error: \"--without-timedir not supported.\"" >&5      no)         { { echo "$as_me:2023: error: \"--without-timedir not supported.\"" >&5
 echo "$as_me: error: \"--without-timedir not supported.\"" >&2;}  echo "$as_me: error: \"--without-timedir not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2045 
Line 2046 
 if test "${with_sudoers_mode+set}" = set; then  if test "${with_sudoers_mode+set}" = set; then
   withval="$with_sudoers_mode"    withval="$with_sudoers_mode"
   case $with_sudoers_mode in    case $with_sudoers_mode in
     yes)        { { echo "$as_me:2048: error: \"must give --with-sudoers-mode an argument.\"" >&5      yes)        { { echo "$as_me:2049: error: \"must give --with-sudoers-mode an argument.\"" >&5
 echo "$as_me: error: \"must give --with-sudoers-mode an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-sudoers-mode an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:2052: error: \"--without-sudoers-mode not supported.\"" >&5      no)         { { echo "$as_me:2053: error: \"--without-sudoers-mode not supported.\"" >&5
 echo "$as_me: error: \"--without-sudoers-mode not supported.\"" >&2;}  echo "$as_me: error: \"--without-sudoers-mode not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2057 
Line 2058 
                 ;;                  ;;
     0*)         SUDOERS_MODE=$with_sudoers_mode      0*)         SUDOERS_MODE=$with_sudoers_mode
                 ;;                  ;;
     *)          { { echo "$as_me:2060: error: \"you must use a numeric uid, not a name.\"" >&5      *)          { { echo "$as_me:2061: 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;}  echo "$as_me: error: \"you must use a numeric uid, not a name.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2068 
Line 2069 
 if test "${with_sudoers_uid+set}" = set; then  if test "${with_sudoers_uid+set}" = set; then
   withval="$with_sudoers_uid"    withval="$with_sudoers_uid"
   case $with_sudoers_uid in    case $with_sudoers_uid in
     yes)        { { echo "$as_me:2071: error: \"must give --with-sudoers-uid an argument.\"" >&5      yes)        { { echo "$as_me:2072: error: \"must give --with-sudoers-uid an argument.\"" >&5
 echo "$as_me: error: \"must give --with-sudoers-uid an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-sudoers-uid an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:2075: error: \"--without-sudoers-uid not supported.\"" >&5      no)         { { echo "$as_me:2076: error: \"--without-sudoers-uid not supported.\"" >&5
 echo "$as_me: error: \"--without-sudoers-uid not supported.\"" >&2;}  echo "$as_me: error: \"--without-sudoers-uid not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     [0-9]*)     SUDOERS_UID=$with_sudoers_uid      [0-9]*)     SUDOERS_UID=$with_sudoers_uid
                 ;;                  ;;
     *)          { { echo "$as_me:2081: error: \"you must use a numeric uid, not a name.\"" >&5      *)          { { echo "$as_me:2082: 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;}  echo "$as_me: error: \"you must use a numeric uid, not a name.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2089 
Line 2090 
 if test "${with_sudoers_gid+set}" = set; then  if test "${with_sudoers_gid+set}" = set; then
   withval="$with_sudoers_gid"    withval="$with_sudoers_gid"
   case $with_sudoers_gid in    case $with_sudoers_gid in
     yes)        { { echo "$as_me:2092: error: \"must give --with-sudoers-gid an argument.\"" >&5      yes)        { { echo "$as_me:2093: error: \"must give --with-sudoers-gid an argument.\"" >&5
 echo "$as_me: error: \"must give --with-sudoers-gid an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-sudoers-gid an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:2096: error: \"--without-sudoers-gid not supported.\"" >&5      no)         { { echo "$as_me:2097: error: \"--without-sudoers-gid not supported.\"" >&5
 echo "$as_me: error: \"--without-sudoers-gid not supported.\"" >&2;}  echo "$as_me: error: \"--without-sudoers-gid not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     [0-9]*)     SUDOERS_GID=$with_sudoers_gid      [0-9]*)     SUDOERS_GID=$with_sudoers_gid
                 ;;                  ;;
     *)          { { echo "$as_me:2102: error: \"you must use a numeric gid, not a name.\"" >&5      *)          { { echo "$as_me:2103: 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;}  echo "$as_me: error: \"you must use a numeric gid, not a name.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi;  fi;
   
 echo "$as_me:2109: checking for umask programs should be run with" >&5  echo "$as_me:2110: checking for umask programs should be run with" >&5
 echo $ECHO_N "checking for umask programs should be run with... $ECHO_C" >&6  echo $ECHO_N "checking for umask programs should be run with... $ECHO_C" >&6
   
 # Check whether --with-umask or --without-umask was given.  # Check whether --with-umask or --without-umask was given.
 if test "${with_umask+set}" = set; then  if test "${with_umask+set}" = set; then
   withval="$with_umask"    withval="$with_umask"
   case $with_umask in    case $with_umask in
     yes)        { { echo "$as_me:2116: error: \"must give --with-umask an argument.\"" >&5      yes)        { { echo "$as_me:2117: error: \"must give --with-umask an argument.\"" >&5
 echo "$as_me: error: \"must give --with-umask an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-umask an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2121 
Line 2122 
                 ;;                  ;;
     [0-9]*)     sudo_umask=$with_umask      [0-9]*)     sudo_umask=$with_umask
                 ;;                  ;;
     *)          { { echo "$as_me:2124: error: \"you must enter a numeric mask.\"" >&5      *)          { { echo "$as_me:2125: error: \"you must enter a numeric mask.\"" >&5
 echo "$as_me: error: \"you must enter a numeric mask.\"" >&2;}  echo "$as_me: error: \"you must enter a numeric mask.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2133 
Line 2134 
 EOF  EOF
   
 if test "$sudo_umask" = "0777"; then  if test "$sudo_umask" = "0777"; then
     echo "$as_me:2136: result: user" >&5      echo "$as_me:2137: result: user" >&5
 echo "${ECHO_T}user" >&6  echo "${ECHO_T}user" >&6
 else  else
     echo "$as_me:2139: result: $sudo_umask" >&5      echo "$as_me:2140: result: $sudo_umask" >&5
 echo "${ECHO_T}$sudo_umask" >&6  echo "${ECHO_T}$sudo_umask" >&6
 fi  fi
   
 echo "$as_me:2143: checking for default user to run commands as" >&5  echo "$as_me:2144: checking for default user to run commands as" >&5
 echo $ECHO_N "checking for default user to run commands as... $ECHO_C" >&6  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.  # Check whether --with-runas-default or --without-runas-default was given.
 if test "${with_runas_default+set}" = set; then  if test "${with_runas_default+set}" = set; then
   withval="$with_runas_default"    withval="$with_runas_default"
   case $with_runas_default in    case $with_runas_default in
     yes)        { { echo "$as_me:2150: error: \"must give --with-runas-default an argument.\"" >&5      yes)        { { echo "$as_me:2151: error: \"must give --with-runas-default an argument.\"" >&5
 echo "$as_me: error: \"must give --with-runas-default an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-runas-default an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:2154: error: \"--without-runas-default not supported.\"" >&5      no)         { { echo "$as_me:2155: error: \"--without-runas-default not supported.\"" >&5
 echo "$as_me: error: \"--without-runas-default not supported.\"" >&2;}  echo "$as_me: error: \"--without-runas-default not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2164 
Line 2165 
 #define RUNAS_DEFAULT "$runas_default"  #define RUNAS_DEFAULT "$runas_default"
 EOF  EOF
   
 echo "$as_me:2167: result: $runas_default" >&5  echo "$as_me:2168: result: $runas_default" >&5
 echo "${ECHO_T}$runas_default" >&6  echo "${ECHO_T}$runas_default" >&6
   
 # Check whether --with-exempt or --without-exempt was given.  # Check whether --with-exempt or --without-exempt was given.
 if test "${with_exempt+set}" = set; then  if test "${with_exempt+set}" = set; then
   withval="$with_exempt"    withval="$with_exempt"
   case $with_exempt in    case $with_exempt in
     yes)        { { echo "$as_me:2174: error: \"must give --with-exempt an argument.\"" >&5      yes)        { { echo "$as_me:2175: error: \"must give --with-exempt an argument.\"" >&5
 echo "$as_me: error: \"must give --with-exempt an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-exempt an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:2178: error: \"--without-exempt not supported.\"" >&5      no)         { { echo "$as_me:2179: error: \"--without-exempt not supported.\"" >&5
 echo "$as_me: error: \"--without-exempt not supported.\"" >&2;}  echo "$as_me: error: \"--without-exempt not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2184 
Line 2185 
 #define EXEMPTGROUP "$with_exempt"  #define EXEMPTGROUP "$with_exempt"
 EOF  EOF
   
                 echo "$as_me:2187: checking for group to be exempt from password" >&5                  echo "$as_me:2188: checking for group to be exempt from password" >&5
 echo $ECHO_N "checking for group to be exempt from password... $ECHO_C" >&6  echo $ECHO_N "checking for group to be exempt from password... $ECHO_C" >&6
                 echo "$as_me:2189: result: $with_exempt" >&5                  echo "$as_me:2190: result: $with_exempt" >&5
 echo "${ECHO_T}$with_exempt" >&6  echo "${ECHO_T}$with_exempt" >&6
                 ;;                  ;;
 esac  esac
 fi;  fi;
   
 echo "$as_me:2195: checking for editor that visudo should use" >&5  echo "$as_me:2196: checking for editor that visudo should use" >&5
 echo $ECHO_N "checking for editor that visudo should use... $ECHO_C" >&6  echo $ECHO_N "checking for editor that visudo should use... $ECHO_C" >&6
   
 # Check whether --with-editor or --without-editor was given.  # Check whether --with-editor or --without-editor was given.
 if test "${with_editor+set}" = set; then  if test "${with_editor+set}" = set; then
   withval="$with_editor"    withval="$with_editor"
   case $with_editor in    case $with_editor in
     yes)        { { echo "$as_me:2202: error: \"must give --with-editor an argument.\"" >&5      yes)        { { echo "$as_me:2203: error: \"must give --with-editor an argument.\"" >&5
 echo "$as_me: error: \"must give --with-editor an argument.\"" >&2;}  echo "$as_me: error: \"must give --with-editor an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { { echo "$as_me:2206: error: \"--without-editor not supported.\"" >&5      no)         { { echo "$as_me:2207: error: \"--without-editor not supported.\"" >&5
 echo "$as_me: error: \"--without-editor not supported.\"" >&2;}  echo "$as_me: error: \"--without-editor not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2212 
Line 2213 
 #define EDITOR "$with_editor"  #define EDITOR "$with_editor"
 EOF  EOF
   
                 echo "$as_me:2215: result: $with_editor" >&5                  echo "$as_me:2216: result: $with_editor" >&5
 echo "${ECHO_T}$with_editor" >&6  echo "${ECHO_T}$with_editor" >&6
                 ;;                  ;;
 esac  esac
Line 2220 
Line 2221 
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
 #define EDITOR _PATH_VI  #define EDITOR _PATH_VI
 EOF  EOF
  echo "$as_me:2223: result: vi" >&5   echo "$as_me:2224: result: vi" >&5
 echo "${ECHO_T}vi" >&6  echo "${ECHO_T}vi" >&6
 fi;  fi;
   
 echo "$as_me:2227: checking whether to obey EDITOR and VISUAL environment variables" >&5  echo "$as_me:2228: 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  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.  # Check whether --with-env-editor or --without-env-editor was given.
Line 2235 
Line 2236 
                 ;;                  ;;
     no)         env_editor=off      no)         env_editor=off
                 ;;                  ;;
     *)          { { echo "$as_me:2238: error: \"--with-env-editor does not take an argument.\"" >&5      *)          { { echo "$as_me:2239: error: \"--with-env-editor does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-env-editor does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-env-editor does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2247 
Line 2248 
 #define ENV_EDITOR 1  #define ENV_EDITOR 1
 EOF  EOF
   
     echo "$as_me:2250: result: yes" >&5      echo "$as_me:2251: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
 else  else
     echo "$as_me:2253: result: no" >&5      echo "$as_me:2254: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
 echo "$as_me:2257: checking number of tries a user gets to enter their password" >&5  echo "$as_me:2258: 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  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.  # Check whether --with-passwd-tries or --without-passwd-tries was given.
Line 2262 
Line 2263 
   withval="$with_passwd_tries"    withval="$with_passwd_tries"
   case $with_passwd_tries in    case $with_passwd_tries in
     yes)        ;;      yes)        ;;
     no)         { { echo "$as_me:2265: error: \"--without-editor not supported.\"" >&5      no)         { { echo "$as_me:2266: error: \"--without-editor not supported.\"" >&5
 echo "$as_me: error: \"--without-editor not supported.\"" >&2;}  echo "$as_me: error: \"--without-editor not supported.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
     [1-9]*)     passwd_tries=$with_passwd_tries      [1-9]*)     passwd_tries=$with_passwd_tries
                 ;;                  ;;
     *)          { { echo "$as_me:2271: error: \"you must enter the numer of tries, > 0\"" >&5      *)          { { echo "$as_me:2272: error: \"you must enter the numer of tries, > 0\"" >&5
 echo "$as_me: error: \"you must enter the numer of tries, > 0\"" >&2;}  echo "$as_me: error: \"you must enter the numer of tries, > 0\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2279 
Line 2280 
 #define TRIES_FOR_PASSWORD $passwd_tries  #define TRIES_FOR_PASSWORD $passwd_tries
 EOF  EOF
   
 echo "$as_me:2282: result: $passwd_tries" >&5  echo "$as_me:2283: result: $passwd_tries" >&5
 echo "${ECHO_T}$passwd_tries" >&6  echo "${ECHO_T}$passwd_tries" >&6
   
 echo "$as_me:2285: checking time in minutes after which sudo will ask for a password again" >&5  echo "$as_me:2286: 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  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.  # Check whether --with-timeout or --without-timeout was given.
Line 2294 
Line 2295 
                 ;;                  ;;
     [0-9]*)     timeout=$with_timeout      [0-9]*)     timeout=$with_timeout
                 ;;                  ;;
     *)          { { echo "$as_me:2297: error: \"you must enter the numer of minutes.\"" >&5      *)          { { echo "$as_me:2298: error: \"you must enter the numer of minutes.\"" >&5
 echo "$as_me: error: \"you must enter the numer of minutes.\"" >&2;}  echo "$as_me: error: \"you must enter the numer of minutes.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2305 
Line 2306 
 #define TIMEOUT $timeout  #define TIMEOUT $timeout
 EOF  EOF
   
 echo "$as_me:2308: result: $timeout" >&5  echo "$as_me:2309: result: $timeout" >&5
 echo "${ECHO_T}$timeout" >&6  echo "${ECHO_T}$timeout" >&6
   
 echo "$as_me:2311: checking time in minutes after the password prompt will time out" >&5  echo "$as_me:2312: 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  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.  # Check whether --with-password-timeout or --without-password-timeout was given.
Line 2320 
Line 2321 
                 ;;                  ;;
     [0-9]*)     password_timeout=$with_password_timeout      [0-9]*)     password_timeout=$with_password_timeout
                 ;;                  ;;
     *)          { { echo "$as_me:2323: error: \"you must enter the numer of minutes.\"" >&5      *)          { { echo "$as_me:2324: error: \"you must enter the numer of minutes.\"" >&5
 echo "$as_me: error: \"you must enter the numer of minutes.\"" >&2;}  echo "$as_me: error: \"you must enter the numer of minutes.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2331 
Line 2332 
 #define PASSWORD_TIMEOUT $password_timeout  #define PASSWORD_TIMEOUT $password_timeout
 EOF  EOF
   
 echo "$as_me:2334: result: $password_timeout" >&5  echo "$as_me:2335: result: $password_timeout" >&5
 echo "${ECHO_T}$password_timeout" >&6  echo "${ECHO_T}$password_timeout" >&6
   
 # Check whether --with-execv or --without-execv was given.  # Check whether --with-execv or --without-execv was given.
 if test "${with_execv+set}" = set; then  if test "${with_execv+set}" = set; then
   withval="$with_execv"    withval="$with_execv"
   case $with_execv in    case $with_execv in
     yes)        echo "$as_me:2341: checking whether to use execvp or execv" >&5      yes)        echo "$as_me:2342: checking whether to use execvp or execv" >&5
 echo $ECHO_N "checking whether to use execvp or execv... $ECHO_C" >&6  echo $ECHO_N "checking whether to use execvp or execv... $ECHO_C" >&6
                 echo "$as_me:2343: result: execv" >&5                  echo "$as_me:2344: result: execv" >&5
 echo "${ECHO_T}execv" >&6  echo "${ECHO_T}execv" >&6
   
 cat >>confdefs.h <<\EOF  cat >>confdefs.h <<\EOF
Line 2349 
Line 2350 
   
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { { echo "$as_me:2352: error: \"--with-execv does not take an argument.\"" >&5      *)          { { echo "$as_me:2353: error: \"--with-execv does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-execv does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-execv does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi;  fi;
   
 echo "$as_me:2359: checking whether to use per-tty ticket files" >&5  echo "$as_me:2360: checking whether to use per-tty ticket files" >&5
 echo $ECHO_N "checking whether to use per-tty ticket files... $ECHO_C" >&6  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.  # Check whether --with-tty-tickets or --without-tty-tickets was given.
Line 2367 
Line 2368 
                 ;;                  ;;
     no)         tty_tickets=off      no)         tty_tickets=off
                 ;;                  ;;
     *)          { { echo "$as_me:2370: error: \"--with-tty-tickets does not take an argument.\"" >&5      *)          { { echo "$as_me:2371: error: \"--with-tty-tickets does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-tty-tickets does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-tty-tickets does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2379 
Line 2380 
 #define USE_TTY_TICKETS 1  #define USE_TTY_TICKETS 1
 EOF  EOF
   
     echo "$as_me:2382: result: yes" >&5      echo "$as_me:2383: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
 else  else
     echo "$as_me:2385: result: no" >&5      echo "$as_me:2386: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
 echo "$as_me:2389: checking whether to include insults" >&5  echo "$as_me:2390: checking whether to include insults" >&5
 echo $ECHO_N "checking whether to include insults... $ECHO_C" >&6  echo $ECHO_N "checking whether to include insults... $ECHO_C" >&6
   
 # Check whether --with-insults or --without-insults was given.  # Check whether --with-insults or --without-insults was given.
Line 2399 
Line 2400 
                 ;;                  ;;
     no)         insults=off      no)         insults=off
                 ;;                  ;;
     *)          { { echo "$as_me:2402: error: \"--with-insults does not take an argument.\"" >&5      *)          { { echo "$as_me:2403: error: \"--with-insults does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-insults does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-insults does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2411 
Line 2412 
 #define USE_INSULTS 1  #define USE_INSULTS 1
 EOF  EOF
   
     echo "$as_me:2414: result: yes" >&5      echo "$as_me:2415: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
 else  else
     echo "$as_me:2417: result: no" >&5      echo "$as_me:2418: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
Line 2428 
Line 2429 
                 with_goons_insults=yes                  with_goons_insults=yes
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { { echo "$as_me:2431: error: \"--with-all-insults does not take an argument.\"" >&5      *)          { { echo "$as_me:2432: error: \"--with-all-insults does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-all-insults does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-all-insults does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2446 
Line 2447 
   
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { { echo "$as_me:2449: error: \"--with-classic-insults does not take an argument.\"" >&5      *)          { { echo "$as_me:2450: error: \"--with-classic-insults does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-classic-insults does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-classic-insults does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2464 
Line 2465 
   
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { { echo "$as_me:2467: error: \"--with-csops-insults does not take an argument.\"" >&5      *)          { { echo "$as_me:2468: error: \"--with-csops-insults does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-csops-insults does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-csops-insults does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2482 
Line 2483 
   
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { { echo "$as_me:2485: error: \"--with-hal-insults does not take an argument.\"" >&5      *)          { { echo "$as_me:2486: error: \"--with-hal-insults does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-hal-insults does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-hal-insults does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2500 
Line 2501 
   
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { { echo "$as_me:2503: error: \"--with-goons-insults does not take an argument.\"" >&5      *)          { { echo "$as_me:2504: error: \"--with-goons-insults does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-goons-insults does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-goons-insults does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
Line 2508 
Line 2509 
 fi;  fi;
   
 if test "$insults" = "on"; then  if test "$insults" = "on"; then
     echo "$as_me:2511: checking which insult sets to include" >&5      echo "$as_me:2512: checking which insult sets to include" >&5
 echo $ECHO_N "checking which insult sets to include... $ECHO_C" >&6  echo $ECHO_N "checking which insult sets to include... $ECHO_C" >&6
     i=""      i=""
     test "$with_goons_insults" = "yes" && i="goons ${i}"      test "$with_goons_insults" = "yes" && i="goons ${i}"
     test "$with_hal_insults" = "yes" && i="hal ${i}"      test "$with_hal_insults" = "yes" && i="hal ${i}"
     test "$with_csops_insults" = "yes" && i="csops ${i}"      test "$with_csops_insults" = "yes" && i="csops ${i}"
     test "$with_classic_insults" = "yes" && i="classic ${i}"      test "$with_classic_insults" = "yes" && i="classic ${i}"
     echo "$as_me:2518: result: $i" >&5      echo "$as_me:2519: result: $i" >&5
 echo "${ECHO_T}$i" >&6  echo "${ECHO_T}$i" >&6
 fi  fi
   
 echo "$as_me:2522: checking whether to override the user's path" >&5  echo "$as_me:2523: checking whether to override the user's path" >&5
 echo $ECHO_N "checking whether to override the user's path... $ECHO_C" >&6  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.  # Check whether --with-secure-path or --without-secure-path was given.
Line 2531 
Line 2532 
 #define SECURE_PATH "/bin:/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc"  #define SECURE_PATH "/bin:/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc"
 EOF  EOF
   
                 echo "$as_me:2534: result: :/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc" >&5                  echo "$as_me:2535: 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  echo "${ECHO_T}:/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc" >&6
                 ;;                  ;;
     no)         echo "$as_me:2537: result: no" >&5      no)         echo "$as_me:2538: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 ;;                  ;;
     *)          cat >>confdefs.h <<EOF      *)          cat >>confdefs.h <<EOF
 #define SECURE_PATH "$with_secure_path"  #define SECURE_PATH "$with_secure_path"
 EOF  EOF
   
                 echo "$as_me:2544: result: $with_secure_path" >&5                  echo "$as_me:2545: result: $with_secure_path" >&5
 echo "${ECHO_T}$with_secure_path" >&6  echo "${ECHO_T}$with_secure_path" >&6
                 ;;                  ;;
 esac  esac
 else  else
   echo "$as_me:2549: result: no" >&5    echo "$as_me:2550: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi;  fi;
   
 echo "$as_me:2553: checking whether to get ip addresses from the network interfaces" >&5  echo "$as_me:2554: 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  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.  # Check whether --with-interfaces or --without-interfaces was given.
 if test "${with_interfaces+set}" = set; then  if test "${with_interfaces+set}" = set; then
   withval="$with_interfaces"    withval="$with_interfaces"
   case $with_interfaces in    case $with_interfaces in
     yes)        echo "$as_me:2560: result: yes" >&5      yes)        echo "$as_me:2561: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                 ;;                  ;;
     no)      no)
Line 2565 
Line 2566 
 #define STUB_LOAD_INTERFACES 1  #define STUB_LOAD_INTERFACES 1
 EOF  EOF
   
                 echo "$as_me:2568: result: no" >&5                  echo "$as_me:2569: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 ;;                  ;;
     *)          { { echo "$as_me:2571: error: \"--with-interfaces does not take an argument.\"" >&5      *)          { { echo "$as_me:2572: error: \"--with-interfaces does not take an argument.\"" >&5
 echo "$as_me: error: \"--with-interfaces does not take an argument.\"" >&2;}  echo "$as_me: error: \"--with-interfaces does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 else  else
   echo "$as_me:2577: result: yes" >&5    echo "$as_me:2578: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
 fi;  fi;
   
 echo "$as_me:2581: checking whether to do user authentication by default" >&5  echo "$as_me:2582: checking whether to do user authentication by default" >&5
 echo $ECHO_N "checking whether to do user authentication by default... $ECHO_C" >&6  echo $ECHO_N "checking whether to do user authentication by default... $ECHO_C" >&6
 # Check whether --enable-authentication or --disable-authentication was given.  # Check whether --enable-authentication or --disable-authentication was given.
 if test "${enable_authentication+set}" = set; then  if test "${enable_authentication+set}" = set; then
   enableval="$enable_authentication"    enableval="$enable_authentication"
    case "$enableval" in     case "$enableval" in
     yes)        echo "$as_me:2587: result: yes" >&5      yes)        echo "$as_me:2588: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                 ;;                  ;;
     no)         echo "$as_me:2590: result: no" >&5      no)         echo "$as_me:2591: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
   
 cat >>confdefs.h <<\EOF  cat >>confdefs.h <<\EOF
Line 2595 
Line 2596 
 EOF  EOF
   
                 ;;                  ;;
     *)          echo "$as_me:2598: result: no" >&5      *)          echo "$as_me:2599: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 echo "Ignoring unknown argument to --enable-authentication: $enableval"                  echo "Ignoring unknown argument to --enable-authentication: $enableval"
                 ;;                  ;;
   esac    esac
   
 else  else
   echo "$as_me:2605: result: yes" >&5    echo "$as_me:2606: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
 fi;  fi;
   
 echo "$as_me:2609: checking whether to disable use of POSIX saved ids" >&5  echo "$as_me:2610: checking whether to disable running the mailer as root" >&5
   echo $ECHO_N "checking whether to disable running the mailer as root... $ECHO_C" >&6
   # Check whether --enable-root-mailer or --disable-root-mailer was given.
   if test "${enable_root_mailer+set}" = set; then
     enableval="$enable_root_mailer"
      case "$enableval" in
       yes)        echo "$as_me:2616: result: no" >&5
   echo "${ECHO_T}no" >&6
                   ;;
       no)         echo "$as_me:2619: result: yes" >&5
   echo "${ECHO_T}yes" >&6
   
   cat >>confdefs.h <<\EOF
   #define NO_ROOT_MAILER 1
   EOF
   
                   ;;
       *)          echo "$as_me:2627: result: no" >&5
   echo "${ECHO_T}no" >&6
                   echo "Ignoring unknown argument to --enable-root-mailer: $enableval"
                   ;;
     esac
   
   else
     echo "$as_me:2634: result: no" >&5
   echo "${ECHO_T}no" >&6
   fi;
   
   echo "$as_me:2638: checking whether to disable use of POSIX saved ids" >&5
 echo $ECHO_N "checking whether to disable use of POSIX saved ids... $ECHO_C" >&6  echo $ECHO_N "checking whether to disable use of POSIX saved ids... $ECHO_C" >&6
 # Check whether --enable-saved-ids or --disable-saved-ids was given.  # Check whether --enable-saved-ids or --disable-saved-ids was given.
 if test "${enable_saved_ids+set}" = set; then  if test "${enable_saved_ids+set}" = set; then
   enableval="$enable_saved_ids"    enableval="$enable_saved_ids"
    case "$enableval" in     case "$enableval" in
     yes)        echo "$as_me:2615: result: no" >&5      yes)        echo "$as_me:2644: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 ;;                  ;;
     no)         echo "$as_me:2618: result: yes" >&5      no)         echo "$as_me:2647: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
   
 cat >>confdefs.h <<\EOF  cat >>confdefs.h <<\EOF
Line 2623 
Line 2652 
 EOF  EOF
   
                 ;;                  ;;
     *)          echo "$as_me:2626: result: no" >&5      *)          echo "$as_me:2655: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 echo "Ignoring unknown argument to --enable-saved-ids: $enableval"                  echo "Ignoring unknown argument to --enable-saved-ids: $enableval"
                 ;;                  ;;
   esac    esac
   
 else  else
   echo "$as_me:2633: result: no" >&5    echo "$as_me:2662: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi;  fi;
   
 echo "$as_me:2637: checking whether to disable shadow password support" >&5  echo "$as_me:2666: checking whether to disable shadow password support" >&5
 echo $ECHO_N "checking whether to disable shadow password support... $ECHO_C" >&6  echo $ECHO_N "checking whether to disable shadow password support... $ECHO_C" >&6
 # Check whether --enable-shadow or --disable-shadow was given.  # Check whether --enable-shadow or --disable-shadow was given.
 if test "${enable_shadow+set}" = set; then  if test "${enable_shadow+set}" = set; then
   enableval="$enable_shadow"    enableval="$enable_shadow"
    case "$enableval" in     case "$enableval" in
     yes)        echo "$as_me:2643: result: no" >&5      yes)        echo "$as_me:2672: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 ;;                  ;;
     no)         echo "$as_me:2646: result: yes" >&5      no)         echo "$as_me:2675: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                 CHECKSHADOW="false"                  CHECKSHADOW="false"
                 ;;                  ;;
     *)          echo "$as_me:2650: result: no" >&5      *)          echo "$as_me:2679: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 echo "Ignoring unknown argument to --enable-shadow: $enableval"                  echo "Ignoring unknown argument to --enable-shadow: $enableval"
                 ;;                  ;;
   esac    esac
   
 else  else
   echo "$as_me:2657: result: no" >&5    echo "$as_me:2686: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi;  fi;
   
 echo "$as_me:2661: checking whether root should be allowed to use sudo" >&5  echo "$as_me:2690: 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  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.  # Check whether --enable-root-sudo or --disable-root-sudo was given.
 if test "${enable_root_sudo+set}" = set; then  if test "${enable_root_sudo+set}" = set; then
   enableval="$enable_root_sudo"    enableval="$enable_root_sudo"
    case "$enableval" in     case "$enableval" in
     yes)        echo "$as_me:2667: result: yes" >&5      yes)        echo "$as_me:2696: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                 ;;                  ;;
     no)      no)
Line 2672 
Line 2701 
 #define NO_ROOT_SUDO 1  #define NO_ROOT_SUDO 1
 EOF  EOF
   
                 echo "$as_me:2675: result: no" >&5                  echo "$as_me:2704: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 ;;                  ;;
     *)          { { echo "$as_me:2678: error: \"--enable-root-sudo does not take an argument.\"" >&5      *)          { { echo "$as_me:2707: error: \"--enable-root-sudo does not take an argument.\"" >&5
 echo "$as_me: error: \"--enable-root-sudo does not take an argument.\"" >&2;}  echo "$as_me: error: \"--enable-root-sudo does not take an argument.\"" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
                 ;;                  ;;
   esac    esac
   
 else  else
   echo "$as_me:2685: result: yes" >&5    echo "$as_me:2714: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
 fi;  fi;
   
 echo "$as_me:2689: checking whether to log the hostname in the log file" >&5  echo "$as_me:2718: 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  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.  # Check whether --enable-log-host or --disable-log-host was given.
 if test "${enable_log_host+set}" = set; then  if test "${enable_log_host+set}" = set; then
   enableval="$enable_log_host"    enableval="$enable_log_host"
    case "$enableval" in     case "$enableval" in
     yes)        echo "$as_me:2695: result: yes" >&5      yes)        echo "$as_me:2724: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
   
 cat >>confdefs.h <<\EOF  cat >>confdefs.h <<\EOF
Line 2700 
Line 2729 
 EOF  EOF
   
                 ;;                  ;;
     no)         echo "$as_me:2703: result: no" >&5      no)         echo "$as_me:2732: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 ;;                  ;;
     *)          echo "$as_me:2706: result: no" >&5      *)          echo "$as_me:2735: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 echo "Ignoring unknown argument to --enable-log-host: $enableval"                  echo "Ignoring unknown argument to --enable-log-host: $enableval"
                 ;;                  ;;
   esac    esac
   
 else  else
   echo "$as_me:2713: result: no" >&5    echo "$as_me:2742: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi;  fi;
   
 echo "$as_me:2717: checking whether to invoke a shell if sudo is given no arguments" >&5  echo "$as_me:2746: 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  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.  # Check whether --enable-noargs-shell or --disable-noargs-shell was given.
 if test "${enable_noargs_shell+set}" = set; then  if test "${enable_noargs_shell+set}" = set; then
   enableval="$enable_noargs_shell"    enableval="$enable_noargs_shell"
    case "$enableval" in     case "$enableval" in
     yes)        echo "$as_me:2723: result: yes" >&5      yes)        echo "$as_me:2752: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
   
 cat >>confdefs.h <<\EOF  cat >>confdefs.h <<\EOF
Line 2728 
Line 2757 
 EOF  EOF
   
                 ;;                  ;;
     no)         echo "$as_me:2731: result: no" >&5      no)         echo "$as_me:2760: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 ;;                  ;;
     *)          echo "$as_me:2734: result: no" >&5      *)          echo "$as_me:2763: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 echo "Ignoring unknown argument to --enable-noargs-shell: $enableval"                  echo "Ignoring unknown argument to --enable-noargs-shell: $enableval"
                 ;;                  ;;
   esac    esac
   
 else  else
   echo "$as_me:2741: result: no" >&5    echo "$as_me:2770: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi;  fi;
   
 echo "$as_me:2745: checking whether to set \$HOME to target user in shell mode" >&5  echo "$as_me:2774: 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  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.  # Check whether --enable-shell-sets-home or --disable-shell-sets-home was given.
 if test "${enable_shell_sets_home+set}" = set; then  if test "${enable_shell_sets_home+set}" = set; then
   enableval="$enable_shell_sets_home"    enableval="$enable_shell_sets_home"
    case "$enableval" in     case "$enableval" in
     yes)        echo "$as_me:2751: result: yes" >&5      yes)        echo "$as_me:2780: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
   
 cat >>confdefs.h <<\EOF  cat >>confdefs.h <<\EOF
Line 2756 
Line 2785 
 EOF  EOF
   
                 ;;                  ;;
     no)         echo "$as_me:2759: result: no" >&5      no)         echo "$as_me:2788: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 ;;                  ;;
     *)          echo "$as_me:2762: result: no" >&5      *)          echo "$as_me:2791: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 echo "Ignoring unknown argument to --enable-shell-sets-home: $enableval"                  echo "Ignoring unknown argument to --enable-shell-sets-home: $enableval"
                 ;;                  ;;
   esac    esac
   
 else  else
   echo "$as_me:2769: result: no" >&5    echo "$as_me:2798: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi;  fi;
   
 echo "$as_me:2773: checking whether to disable 'command not found' messages" >&5  echo "$as_me:2802: checking whether to disable 'command not found' messages" >&5
 echo $ECHO_N "checking whether to disable 'command not found' messages... $ECHO_C" >&6  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.  # Check whether --enable-path_info or --disable-path_info was given.
 if test "${enable_path_info+set}" = set; then  if test "${enable_path_info+set}" = set; then
   enableval="$enable_path_info"    enableval="$enable_path_info"
    case "$enableval" in     case "$enableval" in
     yes)        echo "$as_me:2779: result: no" >&5      yes)        echo "$as_me:2808: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 ;;                  ;;
     no)         echo "$as_me:2782: result: yes" >&5      no)         echo "$as_me:2811: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
   
 cat >>confdefs.h <<\EOF  cat >>confdefs.h <<\EOF
Line 2787 
Line 2816 
 EOF  EOF
   
                 ;;                  ;;
     *)          echo "$as_me:2790: result: no" >&5      *)          echo "$as_me:2819: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                 echo "Ignoring unknown argument to --enable-path-info: $enableval"                  echo "Ignoring unknown argument to --enable-path-info: $enableval"
                 ;;                  ;;
   esac    esac
   
 else  else
   echo "$as_me:2797: result: no" >&5    echo "$as_me:2826: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi;  fi;
   
 # Extract the first word of "egrep", so it can be a program name with args.  # Extract the first word of "egrep", so it can be a program name with args.
 set dummy egrep; ac_word=$2  set dummy egrep; ac_word=$2
 echo "$as_me:2803: checking for $ac_word" >&5  echo "$as_me:2832: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_EGREPPROG+set}" = set; then  if test "${ac_cv_prog_EGREPPROG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 2815 
Line 2844 
   test -z "$ac_dir" && ac_dir=.    test -z "$ac_dir" && ac_dir=.
   $as_executable_p "$ac_dir/$ac_word" || continue    $as_executable_p "$ac_dir/$ac_word" || continue
 ac_cv_prog_EGREPPROG="egrep"  ac_cv_prog_EGREPPROG="egrep"
 echo "$as_me:2818: found $ac_dir/$ac_word" >&5  echo "$as_me:2847: found $ac_dir/$ac_word" >&5
 break  break
 done  done
   
Line 2823 
Line 2852 
 fi  fi
 EGREPPROG=$ac_cv_prog_EGREPPROG  EGREPPROG=$ac_cv_prog_EGREPPROG
 if test -n "$EGREPPROG"; then  if test -n "$EGREPPROG"; then
   echo "$as_me:2826: result: $EGREPPROG" >&5    echo "$as_me:2855: result: $EGREPPROG" >&5
 echo "${ECHO_T}$EGREPPROG" >&6  echo "${ECHO_T}$EGREPPROG" >&6
 else  else
   echo "$as_me:2829: result: no" >&5    echo "$as_me:2858: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
Line 2847 
Line 2876 
 if test -n "$ac_tool_prefix"; then  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.    # 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  set dummy ${ac_tool_prefix}gcc; ac_word=$2
 echo "$as_me:2850: checking for $ac_word" >&5  echo "$as_me:2879: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 2862 
Line 2891 
   test -z "$ac_dir" && ac_dir=.    test -z "$ac_dir" && ac_dir=.
   $as_executable_p "$ac_dir/$ac_word" || continue    $as_executable_p "$ac_dir/$ac_word" || continue
 ac_cv_prog_CC="${ac_tool_prefix}gcc"  ac_cv_prog_CC="${ac_tool_prefix}gcc"
 echo "$as_me:2865: found $ac_dir/$ac_word" >&5  echo "$as_me:2894: found $ac_dir/$ac_word" >&5
 break  break
 done  done
   
Line 2870 
Line 2899 
 fi  fi
 CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
 if test -n "$CC"; then  if test -n "$CC"; then
   echo "$as_me:2873: result: $CC" >&5    echo "$as_me:2902: result: $CC" >&5
 echo "${ECHO_T}$CC" >&6  echo "${ECHO_T}$CC" >&6
 else  else
   echo "$as_me:2876: result: no" >&5    echo "$as_me:2905: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
Line 2882 
Line 2911 
   ac_ct_CC=$CC    ac_ct_CC=$CC
   # Extract the first word of "gcc", so it can be a program name with args.    # Extract the first word of "gcc", so it can be a program name with args.
 set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
 echo "$as_me:2885: checking for $ac_word" >&5  echo "$as_me:2914: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 2897 
Line 2926 
   test -z "$ac_dir" && ac_dir=.    test -z "$ac_dir" && ac_dir=.
   $as_executable_p "$ac_dir/$ac_word" || continue    $as_executable_p "$ac_dir/$ac_word" || continue
 ac_cv_prog_ac_ct_CC="gcc"  ac_cv_prog_ac_ct_CC="gcc"
 echo "$as_me:2900: found $ac_dir/$ac_word" >&5  echo "$as_me:2929: found $ac_dir/$ac_word" >&5
 break  break
 done  done
   
Line 2905 
Line 2934 
 fi  fi
 ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
 if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
   echo "$as_me:2908: result: $ac_ct_CC" >&5    echo "$as_me:2937: result: $ac_ct_CC" >&5
 echo "${ECHO_T}$ac_ct_CC" >&6  echo "${ECHO_T}$ac_ct_CC" >&6
 else  else
   echo "$as_me:2911: result: no" >&5    echo "$as_me:2940: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
Line 2921 
Line 2950 
   if test -n "$ac_tool_prefix"; 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.    # 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  set dummy ${ac_tool_prefix}cc; ac_word=$2
 echo "$as_me:2924: checking for $ac_word" >&5  echo "$as_me:2953: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 2936 
Line 2965 
   test -z "$ac_dir" && ac_dir=.    test -z "$ac_dir" && ac_dir=.
   $as_executable_p "$ac_dir/$ac_word" || continue    $as_executable_p "$ac_dir/$ac_word" || continue
 ac_cv_prog_CC="${ac_tool_prefix}cc"  ac_cv_prog_CC="${ac_tool_prefix}cc"
 echo "$as_me:2939: found $ac_dir/$ac_word" >&5  echo "$as_me:2968: found $ac_dir/$ac_word" >&5
 break  break
 done  done
   
Line 2944 
Line 2973 
 fi  fi
 CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
 if test -n "$CC"; then  if test -n "$CC"; then
   echo "$as_me:2947: result: $CC" >&5    echo "$as_me:2976: result: $CC" >&5
 echo "${ECHO_T}$CC" >&6  echo "${ECHO_T}$CC" >&6
 else  else
   echo "$as_me:2950: result: no" >&5    echo "$as_me:2979: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
Line 2956 
Line 2985 
   ac_ct_CC=$CC    ac_ct_CC=$CC
   # Extract the first word of "cc", so it can be a program name with args.    # Extract the first word of "cc", so it can be a program name with args.
 set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
 echo "$as_me:2959: checking for $ac_word" >&5  echo "$as_me:2988: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 2971 
Line 3000 
   test -z "$ac_dir" && ac_dir=.    test -z "$ac_dir" && ac_dir=.
   $as_executable_p "$ac_dir/$ac_word" || continue    $as_executable_p "$ac_dir/$ac_word" || continue
 ac_cv_prog_ac_ct_CC="cc"  ac_cv_prog_ac_ct_CC="cc"
 echo "$as_me:2974: found $ac_dir/$ac_word" >&5  echo "$as_me:3003: found $ac_dir/$ac_word" >&5
 break  break
 done  done
   
Line 2979 
Line 3008 
 fi  fi
 ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
 if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
   echo "$as_me:2982: result: $ac_ct_CC" >&5    echo "$as_me:3011: result: $ac_ct_CC" >&5
 echo "${ECHO_T}$ac_ct_CC" >&6  echo "${ECHO_T}$ac_ct_CC" >&6
 else  else
   echo "$as_me:2985: result: no" >&5    echo "$as_me:3014: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
Line 2995 
Line 3024 
 if test -z "$CC"; then  if test -z "$CC"; then
   # Extract the first word of "cc", so it can be a program name with args.    # Extract the first word of "cc", so it can be a program name with args.
 set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
 echo "$as_me:2998: checking for $ac_word" >&5  echo "$as_me:3027: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 3015 
Line 3044 
   continue    continue
 fi  fi
 ac_cv_prog_CC="cc"  ac_cv_prog_CC="cc"
 echo "$as_me:3018: found $ac_dir/$ac_word" >&5  echo "$as_me:3047: found $ac_dir/$ac_word" >&5
 break  break
 done  done
   
Line 3037 
Line 3066 
 fi  fi
 CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
 if test -n "$CC"; then  if test -n "$CC"; then
   echo "$as_me:3040: result: $CC" >&5    echo "$as_me:3069: result: $CC" >&5
 echo "${ECHO_T}$CC" >&6  echo "${ECHO_T}$CC" >&6
 else  else
   echo "$as_me:3043: result: no" >&5    echo "$as_me:3072: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
Line 3051 
Line 3080 
   do    do
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.      # 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  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 echo "$as_me:3054: checking for $ac_word" >&5  echo "$as_me:3083: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 3066 
Line 3095 
   test -z "$ac_dir" && ac_dir=.    test -z "$ac_dir" && ac_dir=.
   $as_executable_p "$ac_dir/$ac_word" || continue    $as_executable_p "$ac_dir/$ac_word" || continue
 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"  ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 echo "$as_me:3069: found $ac_dir/$ac_word" >&5  echo "$as_me:3098: found $ac_dir/$ac_word" >&5
 break  break
 done  done
   
Line 3074 
Line 3103 
 fi  fi
 CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
 if test -n "$CC"; then  if test -n "$CC"; then
   echo "$as_me:3077: result: $CC" >&5    echo "$as_me:3106: result: $CC" >&5
 echo "${ECHO_T}$CC" >&6  echo "${ECHO_T}$CC" >&6
 else  else
   echo "$as_me:3080: result: no" >&5    echo "$as_me:3109: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
Line 3090 
Line 3119 
 do  do
   # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
 echo "$as_me:3093: checking for $ac_word" >&5  echo "$as_me:3122: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 3105 
Line 3134 
   test -z "$ac_dir" && ac_dir=.    test -z "$ac_dir" && ac_dir=.
   $as_executable_p "$ac_dir/$ac_word" || continue    $as_executable_p "$ac_dir/$ac_word" || continue
 ac_cv_prog_ac_ct_CC="$ac_prog"  ac_cv_prog_ac_ct_CC="$ac_prog"
 echo "$as_me:3108: found $ac_dir/$ac_word" >&5  echo "$as_me:3137: found $ac_dir/$ac_word" >&5
 break  break
 done  done
   
Line 3113 
Line 3142 
 fi  fi
 ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
 if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
   echo "$as_me:3116: result: $ac_ct_CC" >&5    echo "$as_me:3145: result: $ac_ct_CC" >&5
 echo "${ECHO_T}$ac_ct_CC" >&6  echo "${ECHO_T}$ac_ct_CC" >&6
 else  else
   echo "$as_me:3119: result: no" >&5    echo "$as_me:3148: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
Line 3128 
Line 3157 
   
 fi  fi
   
 test -z "$CC" && { { echo "$as_me:3131: error: no acceptable cc found in \$PATH" >&5  test -z "$CC" && { { echo "$as_me:3160: error: no acceptable cc found in \$PATH" >&5
 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}  echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
   
 # Provide some information about the compiler.  # Provide some information about the compiler.
 echo "$as_me:3136:" \  echo "$as_me:3165:" \
      "checking for C compiler version" >&5       "checking for C compiler version" >&5
 ac_compiler=`set X $ac_compile; echo $2`  ac_compiler=`set X $ac_compile; echo $2`
 { (eval echo "$as_me:3139: \"$ac_compiler --version </dev/null >&5\"") >&5  { (eval echo "$as_me:3168: \"$ac_compiler --version </dev/null >&5\"") >&5
   (eval $ac_compiler --version </dev/null >&5) 2>&5    (eval $ac_compiler --version </dev/null >&5) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3142: \$? = $ac_status" >&5    echo "$as_me:3171: \$? = $ac_status" >&5
   (exit $ac_status); }    (exit $ac_status); }
 { (eval echo "$as_me:3144: \"$ac_compiler -v </dev/null >&5\"") >&5  { (eval echo "$as_me:3173: \"$ac_compiler -v </dev/null >&5\"") >&5
   (eval $ac_compiler -v </dev/null >&5) 2>&5    (eval $ac_compiler -v </dev/null >&5) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3147: \$? = $ac_status" >&5    echo "$as_me:3176: \$? = $ac_status" >&5
   (exit $ac_status); }    (exit $ac_status); }
 { (eval echo "$as_me:3149: \"$ac_compiler -V </dev/null >&5\"") >&5  { (eval echo "$as_me:3178: \"$ac_compiler -V </dev/null >&5\"") >&5
   (eval $ac_compiler -V </dev/null >&5) 2>&5    (eval $ac_compiler -V </dev/null >&5) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3152: \$? = $ac_status" >&5    echo "$as_me:3181: \$? = $ac_status" >&5
   (exit $ac_status); }    (exit $ac_status); }
   
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 3156 "configure"  #line 3185 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int  int
Line 3169 
Line 3198 
 # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
 # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
 # of exeext.  # of exeext.
 echo "$as_me:3172: checking for C compiler default output" >&5  echo "$as_me:3201: checking for C compiler default output" >&5
 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6  echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 if { (eval echo "$as_me:3175: \"$ac_link_default\"") >&5  if { (eval echo "$as_me:3204: \"$ac_link_default\"") >&5
   (eval $ac_link_default) 2>&5    (eval $ac_link_default) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3178: \$? = $ac_status" >&5    echo "$as_me:3207: \$? = $ac_status" >&5
   (exit $ac_status); }; then    (exit $ac_status); }; then
   # Find the output, starting from the most likely.  This scheme is    # 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  # not robust to junk in `.', hence go to wildcards (a.*) only as a last
Line 3198 
Line 3227 
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
 { { echo "$as_me:3201: error: C compiler cannot create executables" >&5  { { echo "$as_me:3230: error: C compiler cannot create executables" >&5
 echo "$as_me: error: C compiler cannot create executables" >&2;}  echo "$as_me: error: C compiler cannot create executables" >&2;}
    { (exit 77); exit 77; }; }     { (exit 77); exit 77; }; }
 fi  fi
   
 ac_exeext=$ac_cv_exeext  ac_exeext=$ac_cv_exeext
 echo "$as_me:3207: result: $ac_file" >&5  echo "$as_me:3236: result: $ac_file" >&5
 echo "${ECHO_T}$ac_file" >&6  echo "${ECHO_T}$ac_file" >&6
   
 # Check the compiler produces executables we can run.  If not, either  # Check the compiler produces executables we can run.  If not, either
 # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
 echo "$as_me:3212: checking whether the C compiler works" >&5  echo "$as_me:3241: checking whether the C compiler works" >&5
 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0  # 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 not cross compiling, check that we can run a simple program.
 if test "$cross_compiling" != yes; then  if test "$cross_compiling" != yes; then
   if { ac_try='./$ac_file'    if { ac_try='./$ac_file'
   { (eval echo "$as_me:3218: \"$ac_try\"") >&5    { (eval echo "$as_me:3247: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3221: \$? = $ac_status" >&5    echo "$as_me:3250: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
     cross_compiling=no      cross_compiling=no
   else    else
     if test "$cross_compiling" = maybe; then      if test "$cross_compiling" = maybe; then
         cross_compiling=yes          cross_compiling=yes
     else      else
         { { echo "$as_me:3228: error: cannot run C compiled programs.          { { echo "$as_me:3257: error: cannot run C compiled programs.
 If you meant to cross compile, use \`--host'." >&5  If you meant to cross compile, use \`--host'." >&5
 echo "$as_me: error: cannot run C compiled programs.  echo "$as_me: error: cannot run C compiled programs.
 If you meant to cross compile, use \`--host'." >&2;}  If you meant to cross compile, use \`--host'." >&2;}
Line 3233 
Line 3262 
     fi      fi
   fi    fi
 fi  fi
 echo "$as_me:3236: result: yes" >&5  echo "$as_me:3265: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
   
 rm -f a.out a.exe conftest$ac_cv_exeext  rm -f a.out a.exe conftest$ac_cv_exeext
 ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
 # Check the compiler produces executables we can run.  If not, either  # Check the compiler produces executables we can run.  If not, either
 # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
 echo "$as_me:3243: checking whether we are cross compiling" >&5  echo "$as_me:3272: checking whether we are cross compiling" >&5
 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
 echo "$as_me:3245: result: $cross_compiling" >&5  echo "$as_me:3274: result: $cross_compiling" >&5
 echo "${ECHO_T}$cross_compiling" >&6  echo "${ECHO_T}$cross_compiling" >&6
   
 echo "$as_me:3248: checking for executable suffix" >&5  echo "$as_me:3277: checking for executable suffix" >&5
 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6  echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
 if { (eval echo "$as_me:3250: \"$ac_link\"") >&5  if { (eval echo "$as_me:3279: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3253: \$? = $ac_status" >&5    echo "$as_me:3282: \$? = $ac_status" >&5
   (exit $ac_status); }; then    (exit $ac_status); }; then
   # If both `conftest.exe' and `conftest' are `present' (well, observable)    # If both `conftest.exe' and `conftest' are `present' (well, observable)
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
Line 3266 
Line 3295 
   esac    esac
 done  done
 else  else
   { { echo "$as_me:3269: error: cannot compute EXEEXT: cannot compile and link" >&5    { { echo "$as_me:3298: error: cannot compute EXEEXT: cannot compile and link" >&5
 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}  echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
   
 rm -f conftest$ac_cv_exeext  rm -f conftest$ac_cv_exeext
 echo "$as_me:3275: result: $ac_cv_exeext" >&5  echo "$as_me:3304: result: $ac_cv_exeext" >&5
 echo "${ECHO_T}$ac_cv_exeext" >&6  echo "${ECHO_T}$ac_cv_exeext" >&6
   
 rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
 EXEEXT=$ac_cv_exeext  EXEEXT=$ac_cv_exeext
 ac_exeext=$EXEEXT  ac_exeext=$EXEEXT
 echo "$as_me:3281: checking for object suffix" >&5  echo "$as_me:3310: checking for object suffix" >&5
 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6  echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
 if test "${ac_cv_objext+set}" = set; then  if test "${ac_cv_objext+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 3287 "configure"  #line 3316 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int  int
Line 3296 
Line 3325 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.o conftest.obj  rm -f conftest.o conftest.obj
 if { (eval echo "$as_me:3299: \"$ac_compile\"") >&5  if { (eval echo "$as_me:3328: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3302: \$? = $ac_status" >&5    echo "$as_me:3331: \$? = $ac_status" >&5
   (exit $ac_status); }; then    (exit $ac_status); }; then
   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
   case $ac_file in    case $ac_file in
Line 3311 
Line 3340 
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
 { { echo "$as_me:3314: error: cannot compute OBJEXT: cannot compile" >&5  { { echo "$as_me:3343: error: cannot compute OBJEXT: cannot compile" >&5
 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}  echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
   
 rm -f conftest.$ac_cv_objext conftest.$ac_ext  rm -f conftest.$ac_cv_objext conftest.$ac_ext
 fi  fi
 echo "$as_me:3321: result: $ac_cv_objext" >&5  echo "$as_me:3350: result: $ac_cv_objext" >&5
 echo "${ECHO_T}$ac_cv_objext" >&6  echo "${ECHO_T}$ac_cv_objext" >&6
 OBJEXT=$ac_cv_objext  OBJEXT=$ac_cv_objext
 ac_objext=$OBJEXT  ac_objext=$OBJEXT
 echo "$as_me:3325: checking whether we are using the GNU C compiler" >&5  echo "$as_me:3354: 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  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  if test "${ac_cv_c_compiler_gnu+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 3331 "configure"  #line 3360 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int  int
Line 3343 
Line 3372 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
 if { (eval echo "$as_me:3346: \"$ac_compile\"") >&5  if { (eval echo "$as_me:3375: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3349: \$? = $ac_status" >&5    echo "$as_me:3378: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:3352: \"$ac_try\"") >&5    { (eval echo "$as_me:3381: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3355: \$? = $ac_status" >&5    echo "$as_me:3384: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_compiler_gnu=yes    ac_compiler_gnu=yes
 else  else
Line 3364 
Line 3393 
 ac_cv_c_compiler_gnu=$ac_compiler_gnu  ac_cv_c_compiler_gnu=$ac_compiler_gnu
   
 fi  fi
 echo "$as_me:3367: result: $ac_cv_c_compiler_gnu" >&5  echo "$as_me:3396: result: $ac_cv_c_compiler_gnu" >&5
 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
 GCC=`test $ac_compiler_gnu = yes && echo yes`  GCC=`test $ac_compiler_gnu = yes && echo yes`
 ac_test_CFLAGS=${CFLAGS+set}  ac_test_CFLAGS=${CFLAGS+set}
 ac_save_CFLAGS=$CFLAGS  ac_save_CFLAGS=$CFLAGS
 CFLAGS="-g"  CFLAGS="-g"
 echo "$as_me:3373: checking whether $CC accepts -g" >&5  echo "$as_me:3402: checking whether $CC accepts -g" >&5
 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
 if test "${ac_cv_prog_cc_g+set}" = set; then  if test "${ac_cv_prog_cc_g+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 3379 "configure"  #line 3408 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int  int
Line 3388 
Line 3417 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
 if { (eval echo "$as_me:3391: \"$ac_compile\"") >&5  if { (eval echo "$as_me:3420: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3394: \$? = $ac_status" >&5    echo "$as_me:3423: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:3397: \"$ac_try\"") >&5    { (eval echo "$as_me:3426: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3400: \$? = $ac_status" >&5    echo "$as_me:3429: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
 else  else
Line 3407 
Line 3436 
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 fi  fi
 echo "$as_me:3410: result: $ac_cv_prog_cc_g" >&5  echo "$as_me:3439: result: $ac_cv_prog_cc_g" >&5
 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
 if test "$ac_test_CFLAGS" = set; then  if test "$ac_test_CFLAGS" = set; then
   CFLAGS=$ac_save_CFLAGS    CFLAGS=$ac_save_CFLAGS
Line 3434 
Line 3463 
 #endif  #endif
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
 if { (eval echo "$as_me:3437: \"$ac_compile\"") >&5  if { (eval echo "$as_me:3466: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3440: \$? = $ac_status" >&5    echo "$as_me:3469: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:3443: \"$ac_try\"") >&5    { (eval echo "$as_me:3472: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3446: \$? = $ac_status" >&5    echo "$as_me:3475: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   for ac_declaration in \    for ac_declaration in \
    ''\     ''\
Line 3455 
Line 3484 
    'void exit (int);'     'void exit (int);'
 do  do
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 3458 "configure"  #line 3487 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <stdlib.h>  #include <stdlib.h>
 $ac_declaration  $ac_declaration
Line 3468 
Line 3497 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
 if { (eval echo "$as_me:3471: \"$ac_compile\"") >&5  if { (eval echo "$as_me:3500: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3474: \$? = $ac_status" >&5    echo "$as_me:3503: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:3477: \"$ac_try\"") >&5    { (eval echo "$as_me:3506: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3480: \$? = $ac_status" >&5    echo "$as_me:3509: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   :    :
 else  else
Line 3487 
Line 3516 
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 3490 "configure"  #line 3519 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 $ac_declaration  $ac_declaration
 int  int
Line 3499 
Line 3528 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
 if { (eval echo "$as_me:3502: \"$ac_compile\"") >&5  if { (eval echo "$as_me:3531: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3505: \$? = $ac_status" >&5    echo "$as_me:3534: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:3508: \"$ac_try\"") >&5    { (eval echo "$as_me:3537: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3511: \$? = $ac_status" >&5    echo "$as_me:3540: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   break    break
 else  else
Line 3535 
Line 3564 
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
 echo "$as_me:3538: checking for POSIXized ISC" >&5  echo "$as_me:3567: checking for POSIXized ISC" >&5
 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6  echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6
 if test -d /etc/conf/kconfig.d &&  if test -d /etc/conf/kconfig.d &&
    grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1     grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
 then  then
   echo "$as_me:3543: result: yes" >&5    echo "$as_me:3572: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
   ISC=yes # If later tests want to check for ISC.    ISC=yes # If later tests want to check for ISC.
   
Line 3554 
Line 3583 
     CC="$CC -Xp"      CC="$CC -Xp"
   fi    fi
 else  else
   echo "$as_me:3557: result: no" >&5    echo "$as_me:3586: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
   ISC=    ISC=
 fi  fi
Line 3562 
Line 3591 
 ac_cv_prog_cc_cross="no"  ac_cv_prog_cc_cross="no"
 cross_compiling="no"  cross_compiling="no"
   
 echo "$as_me:3565: checking for $CC option to accept ANSI C" >&5  echo "$as_me:3594: checking for $CC option to accept ANSI C" >&5
 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6  echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
 if test "${ac_cv_prog_cc_stdc+set}" = set; then  if test "${ac_cv_prog_cc_stdc+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 3570 
Line 3599 
   ac_cv_prog_cc_stdc=no    ac_cv_prog_cc_stdc=no
 ac_save_CC=$CC  ac_save_CC=$CC
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 3573 "configure"  #line 3602 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <stdarg.h>  #include <stdarg.h>
 #include <stdio.h>  #include <stdio.h>
Line 3619 
Line 3648 
 do  do
   CC="$ac_save_CC $ac_arg"    CC="$ac_save_CC $ac_arg"
   rm -f conftest.$ac_objext    rm -f conftest.$ac_objext
 if { (eval echo "$as_me:3622: \"$ac_compile\"") >&5  if { (eval echo "$as_me:3651: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3625: \$? = $ac_status" >&5    echo "$as_me:3654: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:3628: \"$ac_try\"") >&5    { (eval echo "$as_me:3657: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:3631: \$? = $ac_status" >&5    echo "$as_me:3660: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_prog_cc_stdc=$ac_arg    ac_cv_prog_cc_stdc=$ac_arg
 break  break
Line 3645 
Line 3674 
   
 case "x$ac_cv_prog_cc_stdc" in  case "x$ac_cv_prog_cc_stdc" in
   x|xno)    x|xno)
     echo "$as_me:3648: result: none needed" >&5      echo "$as_me:3677: result: none needed" >&5
 echo "${ECHO_T}none needed" >&6 ;;  echo "${ECHO_T}none needed" >&6 ;;
   *)    *)
     echo "$as_me:3651: result: $ac_cv_prog_cc_stdc" >&5      echo "$as_me:3680: result: $ac_cv_prog_cc_stdc" >&5
 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6  echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
     CC="$CC $ac_cv_prog_cc_stdc" ;;      CC="$CC $ac_cv_prog_cc_stdc" ;;
 esac  esac
Line 3660 
Line 3689 
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'  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_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
 echo "$as_me:3663: checking how to run the C preprocessor" >&5  echo "$as_me:3692: checking how to run the C preprocessor" >&5
 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6  echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
 # On Suns, sometimes $CPP names a directory.  # On Suns, sometimes $CPP names a directory.
 if test -n "$CPP" && test -d "$CPP"; then  if test -n "$CPP" && test -d "$CPP"; then
Line 3681 
Line 3710 
   # On the NeXT, cc -E runs the code through the compiler's parser,    # 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.    # not just through cpp. "Syntax error" is here to catch this case.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 3684 "configure"  #line 3713 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <assert.h>  #include <assert.h>
                      Syntax error                       Syntax error
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:3689: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:3718: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:3695: \$? = $ac_status" >&5    echo "$as_me:3724: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then    if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
Line 3715 
Line 3744 
   # OK, works on sane cases.  Now check whether non-existent headers    # OK, works on sane cases.  Now check whether non-existent headers
   # can be detected and how.    # can be detected and how.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 3718 "configure"  #line 3747 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <ac_nonexistent.h>  #include <ac_nonexistent.h>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:3722: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:3751: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:3728: \$? = $ac_status" >&5    echo "$as_me:3757: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then    if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
Line 3762 
Line 3791 
 else  else
   ac_cv_prog_CPP=$CPP    ac_cv_prog_CPP=$CPP
 fi  fi
 echo "$as_me:3765: result: $CPP" >&5  echo "$as_me:3794: result: $CPP" >&5
 echo "${ECHO_T}$CPP" >&6  echo "${ECHO_T}$CPP" >&6
 ac_preproc_ok=false  ac_preproc_ok=false
 for ac_c_preproc_warn_flag in '' yes  for ac_c_preproc_warn_flag in '' yes
Line 3772 
Line 3801 
   # On the NeXT, cc -E runs the code through the compiler's parser,    # 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.    # not just through cpp. "Syntax error" is here to catch this case.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 3775 "configure"  #line 3804 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <assert.h>  #include <assert.h>
                      Syntax error                       Syntax error
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:3780: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:3809: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:3786: \$? = $ac_status" >&5    echo "$as_me:3815: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then    if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
Line 3806 
Line 3835 
   # OK, works on sane cases.  Now check whether non-existent headers    # OK, works on sane cases.  Now check whether non-existent headers
   # can be detected and how.    # can be detected and how.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 3809 "configure"  #line 3838 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <ac_nonexistent.h>  #include <ac_nonexistent.h>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:3813: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:3842: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:3819: \$? = $ac_status" >&5    echo "$as_me:3848: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then    if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
Line 3844 
Line 3873 
 if $ac_preproc_ok; then  if $ac_preproc_ok; then
   :    :
 else  else
   { { echo "$as_me:3847: error: C preprocessor \"$CPP\" fails sanity check" >&5    { { echo "$as_me:3876: error: C preprocessor \"$CPP\" fails sanity check" >&5
 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}  echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
Line 3861 
Line 3890 
   
 # Extract the first word of "uname", so it can be a program name with args.  # Extract the first word of "uname", so it can be a program name with args.
 set dummy uname; ac_word=$2  set dummy uname; ac_word=$2
 echo "$as_me:3864: checking for $ac_word" >&5  echo "$as_me:3893: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_UNAMEPROG+set}" = set; then  if test "${ac_cv_prog_UNAMEPROG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 3876 
Line 3905 
   test -z "$ac_dir" && ac_dir=.    test -z "$ac_dir" && ac_dir=.
   $as_executable_p "$ac_dir/$ac_word" || continue    $as_executable_p "$ac_dir/$ac_word" || continue
 ac_cv_prog_UNAMEPROG="uname"  ac_cv_prog_UNAMEPROG="uname"
 echo "$as_me:3879: found $ac_dir/$ac_word" >&5  echo "$as_me:3908: found $ac_dir/$ac_word" >&5
 break  break
 done  done
   
Line 3884 
Line 3913 
 fi  fi
 UNAMEPROG=$ac_cv_prog_UNAMEPROG  UNAMEPROG=$ac_cv_prog_UNAMEPROG
 if test -n "$UNAMEPROG"; then  if test -n "$UNAMEPROG"; then
   echo "$as_me:3887: result: $UNAMEPROG" >&5    echo "$as_me:3916: result: $UNAMEPROG" >&5
 echo "${ECHO_T}$UNAMEPROG" >&6  echo "${ECHO_T}$UNAMEPROG" >&6
 else  else
   echo "$as_me:3890: result: no" >&5    echo "$as_me:3919: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
 # Extract the first word of "tr", so it can be a program name with args.  # Extract the first word of "tr", so it can be a program name with args.
 set dummy tr; ac_word=$2  set dummy tr; ac_word=$2
 echo "$as_me:3896: checking for $ac_word" >&5  echo "$as_me:3925: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_TRPROG+set}" = set; then  if test "${ac_cv_prog_TRPROG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 3908 
Line 3937 
   test -z "$ac_dir" && ac_dir=.    test -z "$ac_dir" && ac_dir=.
   $as_executable_p "$ac_dir/$ac_word" || continue    $as_executable_p "$ac_dir/$ac_word" || continue
 ac_cv_prog_TRPROG="tr"  ac_cv_prog_TRPROG="tr"
 echo "$as_me:3911: found $ac_dir/$ac_word" >&5  echo "$as_me:3940: found $ac_dir/$ac_word" >&5
 break  break
 done  done
   
Line 3916 
Line 3945 
 fi  fi
 TRPROG=$ac_cv_prog_TRPROG  TRPROG=$ac_cv_prog_TRPROG
 if test -n "$TRPROG"; then  if test -n "$TRPROG"; then
   echo "$as_me:3919: result: $TRPROG" >&5    echo "$as_me:3948: result: $TRPROG" >&5
 echo "${ECHO_T}$TRPROG" >&6  echo "${ECHO_T}$TRPROG" >&6
 else  else
   echo "$as_me:3922: result: no" >&5    echo "$as_me:3951: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
 # Extract the first word of "sed", so it can be a program name with args.  # Extract the first word of "sed", so it can be a program name with args.
 set dummy sed; ac_word=$2  set dummy sed; ac_word=$2
 echo "$as_me:3928: checking for $ac_word" >&5  echo "$as_me:3957: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_SEDPROG+set}" = set; then  if test "${ac_cv_prog_SEDPROG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 3940 
Line 3969 
   test -z "$ac_dir" && ac_dir=.    test -z "$ac_dir" && ac_dir=.
   $as_executable_p "$ac_dir/$ac_word" || continue    $as_executable_p "$ac_dir/$ac_word" || continue
 ac_cv_prog_SEDPROG="sed"  ac_cv_prog_SEDPROG="sed"
 echo "$as_me:3943: found $ac_dir/$ac_word" >&5  echo "$as_me:3972: found $ac_dir/$ac_word" >&5
 break  break
 done  done
   
Line 3948 
Line 3977 
 fi  fi
 SEDPROG=$ac_cv_prog_SEDPROG  SEDPROG=$ac_cv_prog_SEDPROG
 if test -n "$SEDPROG"; then  if test -n "$SEDPROG"; then
   echo "$as_me:3951: result: $SEDPROG" >&5    echo "$as_me:3980: result: $SEDPROG" >&5
 echo "${ECHO_T}$SEDPROG" >&6  echo "${ECHO_T}$SEDPROG" >&6
 else  else
   echo "$as_me:3954: result: no" >&5    echo "$as_me:3983: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
 # Extract the first word of "nroff", so it can be a program name with args.  # Extract the first word of "nroff", so it can be a program name with args.
 set dummy nroff; ac_word=$2  set dummy nroff; ac_word=$2
 echo "$as_me:3960: checking for $ac_word" >&5  echo "$as_me:3989: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_NROFFPROG+set}" = set; then  if test "${ac_cv_prog_NROFFPROG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 3972 
Line 4001 
   test -z "$ac_dir" && ac_dir=.    test -z "$ac_dir" && ac_dir=.
   $as_executable_p "$ac_dir/$ac_word" || continue    $as_executable_p "$ac_dir/$ac_word" || continue
 ac_cv_prog_NROFFPROG="nroff"  ac_cv_prog_NROFFPROG="nroff"
 echo "$as_me:3975: found $ac_dir/$ac_word" >&5  echo "$as_me:4004: found $ac_dir/$ac_word" >&5
 break  break
 done  done
   
Line 3980 
Line 4009 
 fi  fi
 NROFFPROG=$ac_cv_prog_NROFFPROG  NROFFPROG=$ac_cv_prog_NROFFPROG
 if test -n "$NROFFPROG"; then  if test -n "$NROFFPROG"; then
   echo "$as_me:3983: result: $NROFFPROG" >&5    echo "$as_me:4012: result: $NROFFPROG" >&5
 echo "${ECHO_T}$NROFFPROG" >&6  echo "${ECHO_T}$NROFFPROG" >&6
 else  else
   echo "$as_me:3986: result: no" >&5    echo "$as_me:4015: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
Line 4009 
Line 4038 
   fi    fi
 done  done
 if test -z "$ac_aux_dir"; then  if test -z "$ac_aux_dir"; then
   { { echo "$as_me:4012: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5    { { echo "$as_me:4041: 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;}  echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
Line 4019 
Line 4048 
   
 # Make sure we can run config.sub.  # Make sure we can run config.sub.
 $ac_config_sub sun4 >/dev/null 2>&1 ||  $ac_config_sub sun4 >/dev/null 2>&1 ||
   { { echo "$as_me:4022: error: cannot run $ac_config_sub" >&5    { { echo "$as_me:4051: error: cannot run $ac_config_sub" >&5
 echo "$as_me: error: cannot run $ac_config_sub" >&2;}  echo "$as_me: error: cannot run $ac_config_sub" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
   
 echo "$as_me:4026: checking build system type" >&5  echo "$as_me:4055: checking build system type" >&5
 echo $ECHO_N "checking build system type... $ECHO_C" >&6  echo $ECHO_N "checking build system type... $ECHO_C" >&6
 if test "${ac_cv_build+set}" = set; then  if test "${ac_cv_build+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 4032 
Line 4061 
 test -z "$ac_cv_build_alias" &&  test -z "$ac_cv_build_alias" &&
   ac_cv_build_alias=`$ac_config_guess`    ac_cv_build_alias=`$ac_config_guess`
 test -z "$ac_cv_build_alias" &&  test -z "$ac_cv_build_alias" &&
   { { echo "$as_me:4035: error: cannot guess build type; you must specify one" >&5    { { echo "$as_me:4064: error: cannot guess build type; you must specify one" >&5
 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}  echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||  ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
   { { echo "$as_me:4039: error: $ac_config_sub $ac_cv_build_alias failed." >&5    { { echo "$as_me:4068: error: $ac_config_sub $ac_cv_build_alias failed." >&5
 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}  echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
   
 fi  fi
 echo "$as_me:4044: result: $ac_cv_build" >&5  echo "$as_me:4073: result: $ac_cv_build" >&5
 echo "${ECHO_T}$ac_cv_build" >&6  echo "${ECHO_T}$ac_cv_build" >&6
 build=$ac_cv_build  build=$ac_cv_build
 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`  build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`  build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`  build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
   
 echo "$as_me:4051: checking host system type" >&5  echo "$as_me:4080: checking host system type" >&5
 echo $ECHO_N "checking host system type... $ECHO_C" >&6  echo $ECHO_N "checking host system type... $ECHO_C" >&6
 if test "${ac_cv_host+set}" = set; then  if test "${ac_cv_host+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 4057 
Line 4086 
 test -z "$ac_cv_host_alias" &&  test -z "$ac_cv_host_alias" &&
   ac_cv_host_alias=$ac_cv_build_alias    ac_cv_host_alias=$ac_cv_build_alias
 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||  ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
   { { echo "$as_me:4060: error: $ac_config_sub $ac_cv_host_alias failed" >&5    { { echo "$as_me:4089: error: $ac_config_sub $ac_cv_host_alias failed" >&5
 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}  echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
   
 fi  fi
 echo "$as_me:4065: result: $ac_cv_host" >&5  echo "$as_me:4094: result: $ac_cv_host" >&5
 echo "${ECHO_T}$ac_cv_host" >&6  echo "${ECHO_T}$ac_cv_host" >&6
 host=$ac_cv_host  host=$ac_cv_host
 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`  host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
Line 4077 
Line 4106 
         echo ""          echo ""
         exit 1          exit 1
     else      else
         echo "$as_me:4080: checking previous host type" >&5          echo "$as_me:4109: checking previous host type" >&5
 echo $ECHO_N "checking previous host type... $ECHO_C" >&6  echo $ECHO_N "checking previous host type... $ECHO_C" >&6
         if test "${sudo_cv_prev_host+set}" = set; then          if test "${sudo_cv_prev_host+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 4121 
Line 4150 
 for ac_func in getpwanam issecure  for ac_func in getpwanam issecure
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:4124: checking for $ac_func" >&5  echo "$as_me:4153: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4130 "configure"  #line 4159 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 4158 
Line 4187 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:4161: \"$ac_link\"") >&5  if { (eval echo "$as_me:4190: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4164: \$? = $ac_status" >&5    echo "$as_me:4193: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:4167: \"$ac_try\"") >&5    { (eval echo "$as_me:4196: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4170: \$? = $ac_status" >&5    echo "$as_me:4199: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 4177 
Line 4206 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:4180: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:4209: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 4213 
Line 4242 
                 ;;                  ;;
     *-*-hiuxmpp*)      *-*-hiuxmpp*)
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo "$as_me:4216: checking for getprpwnam in -lsec" >&5                      echo "$as_me:4245: checking for getprpwnam in -lsec" >&5
 echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6  echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6
 if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then  if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 4221 
Line 4250 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsec  $LIBS"  LIBS="-lsec  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 4224 "configure"  #line 4253 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 4240 
Line 4269 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:4243: \"$ac_link\"") >&5  if { (eval echo "$as_me:4272: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4246: \$? = $ac_status" >&5    echo "$as_me:4275: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:4249: \"$ac_try\"") >&5    { (eval echo "$as_me:4278: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4252: \$? = $ac_status" >&5    echo "$as_me:4281: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_sec_getprpwnam=yes    ac_cv_lib_sec_getprpwnam=yes
 else  else
Line 4260 
Line 4289 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:4263: result: $ac_cv_lib_sec_getprpwnam" >&5  echo "$as_me:4292: result: $ac_cv_lib_sec_getprpwnam" >&5
 echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6  echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6
 if test $ac_cv_lib_sec_getprpwnam = yes; then  if test $ac_cv_lib_sec_getprpwnam = yes; then
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
Line 4268 
Line 4297 
 EOF  EOF
  SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"; SECUREWARE=1   SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"; SECUREWARE=1
 else  else
   echo "$as_me:4271: checking for getprpwnam in -lsecurity" >&5    echo "$as_me:4300: checking for getprpwnam in -lsecurity" >&5
 echo $ECHO_N "checking for getprpwnam in -lsecurity... $ECHO_C" >&6  echo $ECHO_N "checking for getprpwnam in -lsecurity... $ECHO_C" >&6
 if test "${ac_cv_lib_security_getprpwnam+set}" = set; then  if test "${ac_cv_lib_security_getprpwnam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 4276 
Line 4305 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsecurity  $LIBS"  LIBS="-lsecurity  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 4279 "configure"  #line 4308 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 4295 
Line 4324 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:4298: \"$ac_link\"") >&5  if { (eval echo "$as_me:4327: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4301: \$? = $ac_status" >&5    echo "$as_me:4330: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:4304: \"$ac_try\"") >&5    { (eval echo "$as_me:4333: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4307: \$? = $ac_status" >&5    echo "$as_me:4336: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_security_getprpwnam=yes    ac_cv_lib_security_getprpwnam=yes
 else  else
Line 4315 
Line 4344 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:4318: result: $ac_cv_lib_security_getprpwnam" >&5  echo "$as_me:4347: result: $ac_cv_lib_security_getprpwnam" >&5
 echo "${ECHO_T}$ac_cv_lib_security_getprpwnam" >&6  echo "${ECHO_T}$ac_cv_lib_security_getprpwnam" >&6
 if test $ac_cv_lib_security_getprpwnam = yes; then  if test $ac_cv_lib_security_getprpwnam = yes; then
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
Line 4333 
Line 4362 
                 ;;                  ;;
     *-*-hpux1[0-9]*)      *-*-hpux1[0-9]*)
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo "$as_me:4336: checking for getprpwnam in -lsec" >&5                      echo "$as_me:4365: checking for getprpwnam in -lsec" >&5
 echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6  echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6
 if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then  if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 4341 
Line 4370 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsec  $LIBS"  LIBS="-lsec  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 4344 "configure"  #line 4373 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 4360 
Line 4389 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:4363: \"$ac_link\"") >&5  if { (eval echo "$as_me:4392: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4366: \$? = $ac_status" >&5    echo "$as_me:4395: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:4369: \"$ac_try\"") >&5    { (eval echo "$as_me:4398: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4372: \$? = $ac_status" >&5    echo "$as_me:4401: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_sec_getprpwnam=yes    ac_cv_lib_sec_getprpwnam=yes
 else  else
Line 4380 
Line 4409 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:4383: result: $ac_cv_lib_sec_getprpwnam" >&5  echo "$as_me:4412: result: $ac_cv_lib_sec_getprpwnam" >&5
 echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6  echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6
 if test $ac_cv_lib_sec_getprpwnam = yes; then  if test $ac_cv_lib_sec_getprpwnam = yes; then
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
 #define HAVE_GETPRPWNAM 1  #define HAVE_GETPRPWNAM 1
 EOF  EOF
  echo "$as_me:4389: checking for iscomsec in -lsec" >&5   echo "$as_me:4418: checking for iscomsec in -lsec" >&5
 echo $ECHO_N "checking for iscomsec in -lsec... $ECHO_C" >&6  echo $ECHO_N "checking for iscomsec in -lsec... $ECHO_C" >&6
 if test "${ac_cv_lib_sec_iscomsec+set}" = set; then  if test "${ac_cv_lib_sec_iscomsec+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 4394 
Line 4423 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsec  $LIBS"  LIBS="-lsec  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 4397 "configure"  #line 4426 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 4413 
Line 4442 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:4416: \"$ac_link\"") >&5  if { (eval echo "$as_me:4445: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4419: \$? = $ac_status" >&5    echo "$as_me:4448: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:4422: \"$ac_try\"") >&5    { (eval echo "$as_me:4451: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4425: \$? = $ac_status" >&5    echo "$as_me:4454: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_sec_iscomsec=yes    ac_cv_lib_sec_iscomsec=yes
 else  else
Line 4433 
Line 4462 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:4436: result: $ac_cv_lib_sec_iscomsec" >&5  echo "$as_me:4465: result: $ac_cv_lib_sec_iscomsec" >&5
 echo "${ECHO_T}$ac_cv_lib_sec_iscomsec" >&6  echo "${ECHO_T}$ac_cv_lib_sec_iscomsec" >&6
 if test $ac_cv_lib_sec_iscomsec = yes; then  if test $ac_cv_lib_sec_iscomsec = yes; then
   
Line 4466 
Line 4495 
 for ac_func in getspwuid  for ac_func in getspwuid
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:4469: checking for $ac_func" >&5  echo "$as_me:4498: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4475 "configure"  #line 4504 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 4503 
Line 4532 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:4506: \"$ac_link\"") >&5  if { (eval echo "$as_me:4535: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4509: \$? = $ac_status" >&5    echo "$as_me:4538: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:4512: \"$ac_try\"") >&5    { (eval echo "$as_me:4541: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4515: \$? = $ac_status" >&5    echo "$as_me:4544: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 4522 
Line 4551 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:4525: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:4554: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 4573 
Line 4602 
                 # ignore envariables wrt dynamic lib path                  # ignore envariables wrt dynamic lib path
                 SUDO_LDFLAGS="${SUDO_LDFLAGS} -Wl,-no_library_replacement"                  SUDO_LDFLAGS="${SUDO_LDFLAGS} -Wl,-no_library_replacement"
   
                 echo "$as_me:4576: checking whether to disable sia support on Digital UNIX" >&5                  echo "$as_me:4605: 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  echo $ECHO_N "checking whether to disable sia support on Digital UNIX... $ECHO_C" >&6
                 # Check whether --enable-sia or --disable-sia was given.                  # Check whether --enable-sia or --disable-sia was given.
 if test "${enable_sia+set}" = set; then  if test "${enable_sia+set}" = set; then
   enableval="$enable_sia"    enableval="$enable_sia"
    case "$enableval" in     case "$enableval" in
                     yes)        echo "$as_me:4582: result: no" >&5                      yes)        echo "$as_me:4611: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                                 ;;                                  ;;
                     no)         echo "$as_me:4585: result: yes" >&5                      no)         echo "$as_me:4614: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
                                 CHECKSIA=false                                  CHECKSIA=false
                                 ;;                                  ;;
                     *)          echo "$as_me:4589: result: no" >&5                      *)          echo "$as_me:4618: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
                                 echo "Ignoring unknown argument to --enable-sia: $enableval"                                  echo "Ignoring unknown argument to --enable-sia: $enableval"
                                 ;;                                  ;;
                   esac                    esac
   
 else  else
   echo "$as_me:4596: result: no" >&5    echo "$as_me:4625: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi;  fi;
   
                 # use SIA by default, if we have it, else SecureWare                  # use SIA by default, if we have it, else SecureWare
                 # unless overridden on the command line                  # unless overridden on the command line
                 if test "$CHECKSIA" = "true"; then                  if test "$CHECKSIA" = "true"; then
                     echo "$as_me:4603: checking for sia_ses_init" >&5                      echo "$as_me:4632: checking for sia_ses_init" >&5
 echo $ECHO_N "checking for sia_ses_init... $ECHO_C" >&6  echo $ECHO_N "checking for sia_ses_init... $ECHO_C" >&6
 if test "${ac_cv_func_sia_ses_init+set}" = set; then  if test "${ac_cv_func_sia_ses_init+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4609 "configure"  #line 4638 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char sia_ses_init (); below.  */      which can conflict with char sia_ses_init (); below.  */
Line 4637 
Line 4666 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:4640: \"$ac_link\"") >&5  if { (eval echo "$as_me:4669: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4643: \$? = $ac_status" >&5    echo "$as_me:4672: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:4646: \"$ac_try\"") >&5    { (eval echo "$as_me:4675: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4649: \$? = $ac_status" >&5    echo "$as_me:4678: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_func_sia_ses_init=yes    ac_cv_func_sia_ses_init=yes
 else  else
Line 4656 
Line 4685 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:4659: result: $ac_cv_func_sia_ses_init" >&5  echo "$as_me:4688: result: $ac_cv_func_sia_ses_init" >&5
 echo "${ECHO_T}$ac_cv_func_sia_ses_init" >&6  echo "${ECHO_T}$ac_cv_func_sia_ses_init" >&6
 if test $ac_cv_func_sia_ses_init = yes; then  if test $ac_cv_func_sia_ses_init = yes; then
   
Line 4665 
Line 4694 
 EOF  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                      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:4668: error: \"you cannot mix SIA and other authentication schemes.  You can turn off SIA support via the --disable-sia option\"" >&5                          { { echo "$as_me:4697: 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;}  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; }; }     { (exit 1); exit 1; }; }
                     fi; CHECKSHADOW=false                      fi; CHECKSHADOW=false
Line 4673 
Line 4702 
   
                 fi                  fi
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo "$as_me:4676: checking for getprpwnam in -lsecurity" >&5                      echo "$as_me:4705: checking for getprpwnam in -lsecurity" >&5
 echo $ECHO_N "checking for getprpwnam in -lsecurity... $ECHO_C" >&6  echo $ECHO_N "checking for getprpwnam in -lsecurity... $ECHO_C" >&6
 if test "${ac_cv_lib_security_getprpwnam+set}" = set; then  if test "${ac_cv_lib_security_getprpwnam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 4681 
Line 4710 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsecurity  $LIBS"  LIBS="-lsecurity  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 4684 "configure"  #line 4713 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 4700 
Line 4729 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:4703: \"$ac_link\"") >&5  if { (eval echo "$as_me:4732: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4706: \$? = $ac_status" >&5    echo "$as_me:4735: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:4709: \"$ac_try\"") >&5    { (eval echo "$as_me:4738: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4712: \$? = $ac_status" >&5    echo "$as_me:4741: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_security_getprpwnam=yes    ac_cv_lib_security_getprpwnam=yes
 else  else
Line 4720 
Line 4749 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:4723: result: $ac_cv_lib_security_getprpwnam" >&5  echo "$as_me:4752: result: $ac_cv_lib_security_getprpwnam" >&5
 echo "${ECHO_T}$ac_cv_lib_security_getprpwnam" >&6  echo "${ECHO_T}$ac_cv_lib_security_getprpwnam" >&6
 if test $ac_cv_lib_security_getprpwnam = yes; then  if test $ac_cv_lib_security_getprpwnam = yes; then
   SECUREWARE=1    SECUREWARE=1
Line 4740 
Line 4769 
 for ac_func in snprintf  for ac_func in snprintf
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:4743: checking for $ac_func" >&5  echo "$as_me:4772: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4749 "configure"  #line 4778 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 4777 
Line 4806 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:4780: \"$ac_link\"") >&5  if { (eval echo "$as_me:4809: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4783: \$? = $ac_status" >&5    echo "$as_me:4812: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:4786: \"$ac_try\"") >&5    { (eval echo "$as_me:4815: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4789: \$? = $ac_status" >&5    echo "$as_me:4818: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 4796 
Line 4825 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:4799: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:4828: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 4811 
Line 4840 
 for ac_func in vsnprintf  for ac_func in vsnprintf
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:4814: checking for $ac_func" >&5  echo "$as_me:4843: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4820 "configure"  #line 4849 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 4848 
Line 4877 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:4851: \"$ac_link\"") >&5  if { (eval echo "$as_me:4880: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4854: \$? = $ac_status" >&5    echo "$as_me:4883: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:4857: \"$ac_try\"") >&5    { (eval echo "$as_me:4886: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4860: \$? = $ac_status" >&5    echo "$as_me:4889: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 4867 
Line 4896 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:4870: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:4899: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 4880 
Line 4909 
 done  done
   
                     # 4.x and higher need -ldb too...                      # 4.x and higher need -ldb too...
                     echo "$as_me:4883: checking for dbopen in -ldb" >&5                      echo "$as_me:4912: checking for dbopen in -ldb" >&5
 echo $ECHO_N "checking for dbopen in -ldb... $ECHO_C" >&6  echo $ECHO_N "checking for dbopen in -ldb... $ECHO_C" >&6
 if test "${ac_cv_lib_db_dbopen+set}" = set; then  if test "${ac_cv_lib_db_dbopen+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 4888 
Line 4917 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldb  $LIBS"  LIBS="-ldb  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 4891 "configure"  #line 4920 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 4907 
Line 4936 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:4910: \"$ac_link\"") >&5  if { (eval echo "$as_me:4939: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4913: \$? = $ac_status" >&5    echo "$as_me:4942: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:4916: \"$ac_try\"") >&5    { (eval echo "$as_me:4945: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4919: \$? = $ac_status" >&5    echo "$as_me:4948: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_db_dbopen=yes    ac_cv_lib_db_dbopen=yes
 else  else
Line 4927 
Line 4956 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:4930: result: $ac_cv_lib_db_dbopen" >&5  echo "$as_me:4959: result: $ac_cv_lib_db_dbopen" >&5
 echo "${ECHO_T}$ac_cv_lib_db_dbopen" >&6  echo "${ECHO_T}$ac_cv_lib_db_dbopen" >&6
 if test $ac_cv_lib_db_dbopen = yes; then  if test $ac_cv_lib_db_dbopen = yes; then
   SUDO_LIBS="${SUDO_LIBS} -lsecurity -ldb -laud -lm"; LIBS="${LIBS} -lsecurity -ldb -laud -lm"    SUDO_LIBS="${SUDO_LIBS} -lsecurity -ldb -laud -lm"; LIBS="${LIBS} -lsecurity -ldb -laud -lm"
Line 4938 
Line 4967 
 for ac_func in dispcrypt  for ac_func in dispcrypt
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:4941: checking for $ac_func" >&5  echo "$as_me:4970: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4947 "configure"  #line 4976 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 4975 
Line 5004 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:4978: \"$ac_link\"") >&5  if { (eval echo "$as_me:5007: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4981: \$? = $ac_status" >&5    echo "$as_me:5010: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:4984: \"$ac_try\"") >&5    { (eval echo "$as_me:5013: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:4987: \$? = $ac_status" >&5    echo "$as_me:5016: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 4994 
Line 5023 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:4997: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:5026: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 5004 
Line 5033 
 fi  fi
 done  done
   
                     echo "$as_me:5007: checking for broken /usr/include/prot.h" >&5                      echo "$as_me:5036: checking for broken /usr/include/prot.h" >&5
 echo $ECHO_N "checking for broken /usr/include/prot.h... $ECHO_C" >&6  echo $ECHO_N "checking for broken /usr/include/prot.h... $ECHO_C" >&6
                     cat >conftest.$ac_ext <<_ACEOF                      cat >conftest.$ac_ext <<_ACEOF
 #line 5010 "configure"  #line 5039 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 #include <sys/types.h>  #include <sys/types.h>
Line 5023 
Line 5052 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
 if { (eval echo "$as_me:5026: \"$ac_compile\"") >&5  if { (eval echo "$as_me:5055: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5029: \$? = $ac_status" >&5    echo "$as_me:5058: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:5032: \"$ac_try\"") >&5    { (eval echo "$as_me:5061: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5035: \$? = $ac_status" >&5    echo "$as_me:5064: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   echo "$as_me:5037: result: no" >&5    echo "$as_me:5066: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
 echo "$as_me:5042: result: yes, fixing locally" >&5  echo "$as_me:5071: result: yes, fixing locally" >&5
 echo "${ECHO_T}yes, fixing locally" >&6  echo "${ECHO_T}yes, fixing locally" >&6
                     sed 's:<acl.h>:<sys/acl.h>:g' < /usr/include/prot.h > prot.h                      sed 's:<acl.h>:<sys/acl.h>:g' < /usr/include/prot.h > prot.h
   
Line 5074 
Line 5103 
                 fi                  fi
                 # IRIX <= 4 needs -lsun                  # IRIX <= 4 needs -lsun
                 if test "$OSREV" -le 4; then                  if test "$OSREV" -le 4; then
                     echo "$as_me:5077: checking for getpwnam in -lsun" >&5                      echo "$as_me:5106: checking for getpwnam in -lsun" >&5
 echo $ECHO_N "checking for getpwnam in -lsun... $ECHO_C" >&6  echo $ECHO_N "checking for getpwnam in -lsun... $ECHO_C" >&6
 if test "${ac_cv_lib_sun_getpwnam+set}" = set; then  if test "${ac_cv_lib_sun_getpwnam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 5082 
Line 5111 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsun  $LIBS"  LIBS="-lsun  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 5085 "configure"  #line 5114 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 5101 
Line 5130 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:5104: \"$ac_link\"") >&5  if { (eval echo "$as_me:5133: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5107: \$? = $ac_status" >&5    echo "$as_me:5136: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:5110: \"$ac_try\"") >&5    { (eval echo "$as_me:5139: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5113: \$? = $ac_status" >&5    echo "$as_me:5142: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_sun_getpwnam=yes    ac_cv_lib_sun_getpwnam=yes
 else  else
Line 5121 
Line 5150 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:5124: result: $ac_cv_lib_sun_getpwnam" >&5  echo "$as_me:5153: result: $ac_cv_lib_sun_getpwnam" >&5
 echo "${ECHO_T}$ac_cv_lib_sun_getpwnam" >&6  echo "${ECHO_T}$ac_cv_lib_sun_getpwnam" >&6
 if test $ac_cv_lib_sun_getpwnam = yes; then  if test $ac_cv_lib_sun_getpwnam = yes; then
   LIBS="${LIBS} -lsun"    LIBS="${LIBS} -lsun"
Line 5138 
Line 5167 
 for ac_func in getspnam  for ac_func in getspnam
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:5141: checking for $ac_func" >&5  echo "$as_me:5170: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5147 "configure"  #line 5176 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 5175 
Line 5204 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:5178: \"$ac_link\"") >&5  if { (eval echo "$as_me:5207: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5181: \$? = $ac_status" >&5    echo "$as_me:5210: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:5184: \"$ac_try\"") >&5    { (eval echo "$as_me:5213: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5187: \$? = $ac_status" >&5    echo "$as_me:5216: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 5194 
Line 5223 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:5197: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:5226: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 5202 
Line 5231 
 EOF  EOF
   
 else  else
   echo "$as_me:5205: checking for getspnam in -lshadow" >&5    echo "$as_me:5234: checking for getspnam in -lshadow" >&5
 echo $ECHO_N "checking for getspnam in -lshadow... $ECHO_C" >&6  echo $ECHO_N "checking for getspnam in -lshadow... $ECHO_C" >&6
 if test "${ac_cv_lib_shadow_getspnam+set}" = set; then  if test "${ac_cv_lib_shadow_getspnam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 5210 
Line 5239 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lshadow  $LIBS"  LIBS="-lshadow  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 5213 "configure"  #line 5242 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 5229 
Line 5258 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:5232: \"$ac_link\"") >&5  if { (eval echo "$as_me:5261: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5235: \$? = $ac_status" >&5    echo "$as_me:5264: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:5238: \"$ac_try\"") >&5    { (eval echo "$as_me:5267: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5241: \$? = $ac_status" >&5    echo "$as_me:5270: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_shadow_getspnam=yes    ac_cv_lib_shadow_getspnam=yes
 else  else
Line 5249 
Line 5278 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:5252: result: $ac_cv_lib_shadow_getspnam" >&5  echo "$as_me:5281: result: $ac_cv_lib_shadow_getspnam" >&5
 echo "${ECHO_T}$ac_cv_lib_shadow_getspnam" >&6  echo "${ECHO_T}$ac_cv_lib_shadow_getspnam" >&6
 if test $ac_cv_lib_shadow_getspnam = yes; then  if test $ac_cv_lib_shadow_getspnam = yes; then
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
Line 5274 
Line 5303 
                 fi                  fi
   
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo "$as_me:5277: checking for getprpwnam in -lsec" >&5                      echo "$as_me:5306: checking for getprpwnam in -lsec" >&5
 echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6  echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6
 if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then  if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 5282 
Line 5311 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsec  $LIBS"  LIBS="-lsec  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 5285 "configure"  #line 5314 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 5301 
Line 5330 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:5304: \"$ac_link\"") >&5  if { (eval echo "$as_me:5333: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5307: \$? = $ac_status" >&5    echo "$as_me:5336: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:5310: \"$ac_try\"") >&5    { (eval echo "$as_me:5339: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5313: \$? = $ac_status" >&5    echo "$as_me:5342: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_sec_getprpwnam=yes    ac_cv_lib_sec_getprpwnam=yes
 else  else
Line 5321 
Line 5350 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:5324: result: $ac_cv_lib_sec_getprpwnam" >&5  echo "$as_me:5353: result: $ac_cv_lib_sec_getprpwnam" >&5
 echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6  echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6
 if test $ac_cv_lib_sec_getprpwnam = yes; then  if test $ac_cv_lib_sec_getprpwnam = yes; then
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
Line 5336 
Line 5365 
     *-*-ultrix*)      *-*-ultrix*)
                 OS="ultrix"                  OS="ultrix"
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo "$as_me:5339: checking for getauthuid in -lauth" >&5                      echo "$as_me:5368: checking for getauthuid in -lauth" >&5
 echo $ECHO_N "checking for getauthuid in -lauth... $ECHO_C" >&6  echo $ECHO_N "checking for getauthuid in -lauth... $ECHO_C" >&6
 if test "${ac_cv_lib_auth_getauthuid+set}" = set; then  if test "${ac_cv_lib_auth_getauthuid+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 5344 
Line 5373 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lauth  $LIBS"  LIBS="-lauth  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 5347 "configure"  #line 5376 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 5363 
Line 5392 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:5366: \"$ac_link\"") >&5  if { (eval echo "$as_me:5395: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5369: \$? = $ac_status" >&5    echo "$as_me:5398: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:5372: \"$ac_try\"") >&5    { (eval echo "$as_me:5401: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5375: \$? = $ac_status" >&5    echo "$as_me:5404: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_auth_getauthuid=yes    ac_cv_lib_auth_getauthuid=yes
 else  else
Line 5383 
Line 5412 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:5386: result: $ac_cv_lib_auth_getauthuid" >&5  echo "$as_me:5415: result: $ac_cv_lib_auth_getauthuid" >&5
 echo "${ECHO_T}$ac_cv_lib_auth_getauthuid" >&6  echo "${ECHO_T}$ac_cv_lib_auth_getauthuid" >&6
 if test $ac_cv_lib_auth_getauthuid = yes; then  if test $ac_cv_lib_auth_getauthuid = yes; then
   
Line 5410 
Line 5439 
                 LIBS="${LIBS} -lcrypt"                  LIBS="${LIBS} -lcrypt"
   
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo "$as_me:5413: checking for getspnam in -lsec" >&5                      echo "$as_me:5442: checking for getspnam in -lsec" >&5
 echo $ECHO_N "checking for getspnam in -lsec... $ECHO_C" >&6  echo $ECHO_N "checking for getspnam in -lsec... $ECHO_C" >&6
 if test "${ac_cv_lib_sec_getspnam+set}" = set; then  if test "${ac_cv_lib_sec_getspnam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 5418 
Line 5447 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsec  $LIBS"  LIBS="-lsec  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 5421 "configure"  #line 5450 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 5437 
Line 5466 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:5440: \"$ac_link\"") >&5  if { (eval echo "$as_me:5469: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5443: \$? = $ac_status" >&5    echo "$as_me:5472: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:5446: \"$ac_try\"") >&5    { (eval echo "$as_me:5475: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5449: \$? = $ac_status" >&5    echo "$as_me:5478: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_sec_getspnam=yes    ac_cv_lib_sec_getspnam=yes
 else  else
Line 5457 
Line 5486 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:5460: result: $ac_cv_lib_sec_getspnam" >&5  echo "$as_me:5489: result: $ac_cv_lib_sec_getspnam" >&5
 echo "${ECHO_T}$ac_cv_lib_sec_getspnam" >&6  echo "${ECHO_T}$ac_cv_lib_sec_getspnam" >&6
 if test $ac_cv_lib_sec_getspnam = yes; then  if test $ac_cv_lib_sec_getspnam = yes; then
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
Line 5473 
Line 5502 
                 ;;                  ;;
     *-*-sco*|*-sco-*)      *-*-sco*|*-sco-*)
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo "$as_me:5476: checking for getprpwnam in -lprot" >&5                      echo "$as_me:5505: checking for getprpwnam in -lprot" >&5
 echo $ECHO_N "checking for getprpwnam in -lprot... $ECHO_C" >&6  echo $ECHO_N "checking for getprpwnam in -lprot... $ECHO_C" >&6
 if test "${ac_cv_lib_prot_getprpwnam_lx+set}" = set; then  if test "${ac_cv_lib_prot_getprpwnam_lx+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 5481 
Line 5510 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lprot -lx $LIBS"  LIBS="-lprot -lx $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 5484 "configure"  #line 5513 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 5500 
Line 5529 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:5503: \"$ac_link\"") >&5  if { (eval echo "$as_me:5532: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5506: \$? = $ac_status" >&5    echo "$as_me:5535: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:5509: \"$ac_try\"") >&5    { (eval echo "$as_me:5538: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5512: \$? = $ac_status" >&5    echo "$as_me:5541: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_prot_getprpwnam_lx=yes    ac_cv_lib_prot_getprpwnam_lx=yes
 else  else
Line 5520 
Line 5549 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:5523: result: $ac_cv_lib_prot_getprpwnam_lx" >&5  echo "$as_me:5552: result: $ac_cv_lib_prot_getprpwnam_lx" >&5
 echo "${ECHO_T}$ac_cv_lib_prot_getprpwnam_lx" >&6  echo "${ECHO_T}$ac_cv_lib_prot_getprpwnam_lx" >&6
 if test $ac_cv_lib_prot_getprpwnam_lx = yes; then  if test $ac_cv_lib_prot_getprpwnam_lx = yes; then
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
Line 5529 
Line 5558 
  SUDO_LIBS="${SUDO_LIBS} -lprot -lx"; LIBS="${LIBS} -lprot -lx"; SECUREWARE=1   SUDO_LIBS="${SUDO_LIBS} -lprot -lx"; LIBS="${LIBS} -lprot -lx"; SECUREWARE=1
 fi  fi
   
                     echo "$as_me:5532: checking for getspnam in -lgen" >&5                      echo "$as_me:5561: checking for getspnam in -lgen" >&5
 echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6  echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6
 if test "${ac_cv_lib_gen_getspnam+set}" = set; then  if test "${ac_cv_lib_gen_getspnam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 5537 
Line 5566 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lgen  $LIBS"  LIBS="-lgen  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 5540 "configure"  #line 5569 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 5556 
Line 5585 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:5559: \"$ac_link\"") >&5  if { (eval echo "$as_me:5588: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5562: \$? = $ac_status" >&5    echo "$as_me:5591: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:5565: \"$ac_try\"") >&5    { (eval echo "$as_me:5594: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5568: \$? = $ac_status" >&5    echo "$as_me:5597: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_gen_getspnam=yes    ac_cv_lib_gen_getspnam=yes
 else  else
Line 5576 
Line 5605 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:5579: result: $ac_cv_lib_gen_getspnam" >&5  echo "$as_me:5608: result: $ac_cv_lib_gen_getspnam" >&5
 echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6  echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6
 if test $ac_cv_lib_gen_getspnam = yes; then  if test $ac_cv_lib_gen_getspnam = yes; then
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
Line 5598 
Line 5627 
                 ;;                  ;;
     *-sequent-sysv*)      *-sequent-sysv*)
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo "$as_me:5601: checking for getspnam in -lsec" >&5                      echo "$as_me:5630: checking for getspnam in -lsec" >&5
 echo $ECHO_N "checking for getspnam in -lsec... $ECHO_C" >&6  echo $ECHO_N "checking for getspnam in -lsec... $ECHO_C" >&6
 if test "${ac_cv_lib_sec_getspnam+set}" = set; then  if test "${ac_cv_lib_sec_getspnam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 5606 
Line 5635 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsec  $LIBS"  LIBS="-lsec  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 5609 "configure"  #line 5638 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 5625 
Line 5654 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:5628: \"$ac_link\"") >&5  if { (eval echo "$as_me:5657: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5631: \$? = $ac_status" >&5    echo "$as_me:5660: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:5634: \"$ac_try\"") >&5    { (eval echo "$as_me:5663: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5637: \$? = $ac_status" >&5    echo "$as_me:5666: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_sec_getspnam=yes    ac_cv_lib_sec_getspnam=yes
 else  else
Line 5645 
Line 5674 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:5648: result: $ac_cv_lib_sec_getspnam" >&5  echo "$as_me:5677: result: $ac_cv_lib_sec_getspnam" >&5
 echo "${ECHO_T}$ac_cv_lib_sec_getspnam" >&6  echo "${ECHO_T}$ac_cv_lib_sec_getspnam" >&6
 if test $ac_cv_lib_sec_getspnam = yes; then  if test $ac_cv_lib_sec_getspnam = yes; then
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
Line 5660 
Line 5689 
                 test -n "$mansectform" || mansectform=4                  test -n "$mansectform" || mansectform=4
                 ;;                  ;;
     *-ncr-sysv4*|*-ncr-sysvr4*)      *-ncr-sysv4*|*-ncr-sysvr4*)
                 echo "$as_me:5663: checking for strcasecmp in -lc89" >&5                  echo "$as_me:5692: checking for strcasecmp in -lc89" >&5
 echo $ECHO_N "checking for strcasecmp in -lc89... $ECHO_C" >&6  echo $ECHO_N "checking for strcasecmp in -lc89... $ECHO_C" >&6
 if test "${ac_cv_lib_c89_strcasecmp+set}" = set; then  if test "${ac_cv_lib_c89_strcasecmp+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 5668 
Line 5697 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lc89  $LIBS"  LIBS="-lc89  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 5671 "configure"  #line 5700 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 5687 
Line 5716 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:5690: \"$ac_link\"") >&5  if { (eval echo "$as_me:5719: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5693: \$? = $ac_status" >&5    echo "$as_me:5722: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:5696: \"$ac_try\"") >&5    { (eval echo "$as_me:5725: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5699: \$? = $ac_status" >&5    echo "$as_me:5728: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_c89_strcasecmp=yes    ac_cv_lib_c89_strcasecmp=yes
 else  else
Line 5707 
Line 5736 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:5710: result: $ac_cv_lib_c89_strcasecmp" >&5  echo "$as_me:5739: result: $ac_cv_lib_c89_strcasecmp" >&5
 echo "${ECHO_T}$ac_cv_lib_c89_strcasecmp" >&6  echo "${ECHO_T}$ac_cv_lib_c89_strcasecmp" >&6
 if test $ac_cv_lib_c89_strcasecmp = yes; then  if test $ac_cv_lib_c89_strcasecmp = yes; then
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
Line 5783 
Line 5812 
 for ac_func in getspnam  for ac_func in getspnam
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:5786: checking for $ac_func" >&5  echo "$as_me:5815: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5792 "configure"  #line 5821 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 5820 
Line 5849 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:5823: \"$ac_link\"") >&5  if { (eval echo "$as_me:5852: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5826: \$? = $ac_status" >&5    echo "$as_me:5855: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:5829: \"$ac_try\"") >&5    { (eval echo "$as_me:5858: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5832: \$? = $ac_status" >&5    echo "$as_me:5861: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 5839 
Line 5868 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:5842: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:5871: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 5847 
Line 5876 
 EOF  EOF
  CHECKSHADOW="false"   CHECKSHADOW="false"
 else  else
   echo "$as_me:5850: checking for getspnam in -lgen" >&5    echo "$as_me:5879: checking for getspnam in -lgen" >&5
 echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6  echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6
 if test "${ac_cv_lib_gen_getspnam+set}" = set; then  if test "${ac_cv_lib_gen_getspnam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 5855 
Line 5884 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lgen  $LIBS"  LIBS="-lgen  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 5858 "configure"  #line 5887 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 5874 
Line 5903 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:5877: \"$ac_link\"") >&5  if { (eval echo "$as_me:5906: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5880: \$? = $ac_status" >&5    echo "$as_me:5909: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:5883: \"$ac_try\"") >&5    { (eval echo "$as_me:5912: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5886: \$? = $ac_status" >&5    echo "$as_me:5915: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_gen_getspnam=yes    ac_cv_lib_gen_getspnam=yes
 else  else
Line 5894 
Line 5923 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:5897: result: $ac_cv_lib_gen_getspnam" >&5  echo "$as_me:5926: result: $ac_cv_lib_gen_getspnam" >&5
 echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6  echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6
 if test $ac_cv_lib_gen_getspnam = yes; then  if test $ac_cv_lib_gen_getspnam = yes; then
   
Line 5909 
Line 5938 
   
 fi  fi
 if test "$CHECKSHADOW" = "true"; then  if test "$CHECKSHADOW" = "true"; then
     echo "$as_me:5912: checking for getprpwnam" >&5      echo "$as_me:5941: checking for getprpwnam" >&5
 echo $ECHO_N "checking for getprpwnam... $ECHO_C" >&6  echo $ECHO_N "checking for getprpwnam... $ECHO_C" >&6
 if test "${ac_cv_func_getprpwnam+set}" = set; then  if test "${ac_cv_func_getprpwnam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5918 "configure"  #line 5947 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char getprpwnam (); below.  */      which can conflict with char getprpwnam (); below.  */
Line 5946 
Line 5975 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:5949: \"$ac_link\"") >&5  if { (eval echo "$as_me:5978: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5952: \$? = $ac_status" >&5    echo "$as_me:5981: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:5955: \"$ac_try\"") >&5    { (eval echo "$as_me:5984: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:5958: \$? = $ac_status" >&5    echo "$as_me:5987: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_func_getprpwnam=yes    ac_cv_func_getprpwnam=yes
 else  else
Line 5965 
Line 5994 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:5968: result: $ac_cv_func_getprpwnam" >&5  echo "$as_me:5997: result: $ac_cv_func_getprpwnam" >&5
 echo "${ECHO_T}$ac_cv_func_getprpwnam" >&6  echo "${ECHO_T}$ac_cv_func_getprpwnam" >&6
 if test $ac_cv_func_getprpwnam = yes; then  if test $ac_cv_func_getprpwnam = yes; then
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
 #define HAVE_GETPRPWNAM 1  #define HAVE_GETPRPWNAM 1
 EOF  EOF
  CHECKSHADOW="false"; SECUREWARE=1, echo "$as_me:5974: checking for getprpwnam in -lsec" >&5   CHECKSHADOW="false"; SECUREWARE=1, echo "$as_me:6003: checking for getprpwnam in -lsec" >&5
 echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6  echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6
 if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then  if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 5979 
Line 6008 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsec  $LIBS"  LIBS="-lsec  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 5982 "configure"  #line 6011 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 5998 
Line 6027 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:6001: \"$ac_link\"") >&5  if { (eval echo "$as_me:6030: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6004: \$? = $ac_status" >&5    echo "$as_me:6033: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:6007: \"$ac_try\"") >&5    { (eval echo "$as_me:6036: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6010: \$? = $ac_status" >&5    echo "$as_me:6039: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_sec_getprpwnam=yes    ac_cv_lib_sec_getprpwnam=yes
 else  else
Line 6018 
Line 6047 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:6021: result: $ac_cv_lib_sec_getprpwnam" >&5  echo "$as_me:6050: result: $ac_cv_lib_sec_getprpwnam" >&5
 echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6  echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6
 if test $ac_cv_lib_sec_getprpwnam = yes; then  if test $ac_cv_lib_sec_getprpwnam = yes; then
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
Line 6026 
Line 6055 
 EOF  EOF
  CHECKSHADOW="false"; SECUREWARE=1; SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"   CHECKSHADOW="false"; SECUREWARE=1; SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"
 else  else
   echo "$as_me:6029: checking for getprpwnam in -lsecurity" >&5    echo "$as_me:6058: checking for getprpwnam in -lsecurity" >&5
 echo $ECHO_N "checking for getprpwnam in -lsecurity... $ECHO_C" >&6  echo $ECHO_N "checking for getprpwnam in -lsecurity... $ECHO_C" >&6
 if test "${ac_cv_lib_security_getprpwnam+set}" = set; then  if test "${ac_cv_lib_security_getprpwnam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 6034 
Line 6063 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsecurity  $LIBS"  LIBS="-lsecurity  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 6037 "configure"  #line 6066 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 6053 
Line 6082 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:6056: \"$ac_link\"") >&5  if { (eval echo "$as_me:6085: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6059: \$? = $ac_status" >&5    echo "$as_me:6088: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:6062: \"$ac_try\"") >&5    { (eval echo "$as_me:6091: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6065: \$? = $ac_status" >&5    echo "$as_me:6094: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_security_getprpwnam=yes    ac_cv_lib_security_getprpwnam=yes
 else  else
Line 6073 
Line 6102 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:6076: result: $ac_cv_lib_security_getprpwnam" >&5  echo "$as_me:6105: result: $ac_cv_lib_security_getprpwnam" >&5
 echo "${ECHO_T}$ac_cv_lib_security_getprpwnam" >&6  echo "${ECHO_T}$ac_cv_lib_security_getprpwnam" >&6
 if test $ac_cv_lib_security_getprpwnam = yes; then  if test $ac_cv_lib_security_getprpwnam = yes; then
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
Line 6081 
Line 6110 
 EOF  EOF
  CHECKSHADOW="false"; SECUREWARE=1; SUDO_LIBS="${SUDO_LIBS} -lsecurity"; LIBS="${LIBS} -lsecurity"   CHECKSHADOW="false"; SECUREWARE=1; SUDO_LIBS="${SUDO_LIBS} -lsecurity"; LIBS="${LIBS} -lsecurity"
 else  else
   echo "$as_me:6084: checking for getprpwnam in -lprot" >&5    echo "$as_me:6113: checking for getprpwnam in -lprot" >&5
 echo $ECHO_N "checking for getprpwnam in -lprot... $ECHO_C" >&6  echo $ECHO_N "checking for getprpwnam in -lprot... $ECHO_C" >&6
 if test "${ac_cv_lib_prot_getprpwnam+set}" = set; then  if test "${ac_cv_lib_prot_getprpwnam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 6089 
Line 6118 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lprot  $LIBS"  LIBS="-lprot  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 6092 "configure"  #line 6121 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 6108 
Line 6137 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:6111: \"$ac_link\"") >&5  if { (eval echo "$as_me:6140: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6114: \$? = $ac_status" >&5    echo "$as_me:6143: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:6117: \"$ac_try\"") >&5    { (eval echo "$as_me:6146: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6120: \$? = $ac_status" >&5    echo "$as_me:6149: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_prot_getprpwnam=yes    ac_cv_lib_prot_getprpwnam=yes
 else  else
Line 6128 
Line 6157 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:6131: result: $ac_cv_lib_prot_getprpwnam" >&5  echo "$as_me:6160: result: $ac_cv_lib_prot_getprpwnam" >&5
 echo "${ECHO_T}$ac_cv_lib_prot_getprpwnam" >&6  echo "${ECHO_T}$ac_cv_lib_prot_getprpwnam" >&6
 if test $ac_cv_lib_prot_getprpwnam = yes; then  if test $ac_cv_lib_prot_getprpwnam = yes; then
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
Line 6146 
Line 6175 
 fi  fi
   
 if test $ac_cv_c_compiler_gnu = yes; then  if test $ac_cv_c_compiler_gnu = yes; then
     echo "$as_me:6149: checking whether $CC needs -traditional" >&5      echo "$as_me:6178: checking whether $CC needs -traditional" >&5
 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6  echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
 if test "${ac_cv_prog_gcc_traditional+set}" = set; then  if test "${ac_cv_prog_gcc_traditional+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
     ac_pattern="Autoconf.*'x'"      ac_pattern="Autoconf.*'x'"
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6156 "configure"  #line 6185 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sgtty.h>  #include <sgtty.h>
 Autoconf TIOCGETP  Autoconf TIOCGETP
Line 6168 
Line 6197 
   
   if test $ac_cv_prog_gcc_traditional = no; then    if test $ac_cv_prog_gcc_traditional = no; then
     cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
 #line 6171 "configure"  #line 6200 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <termio.h>  #include <termio.h>
 Autoconf TCGETA  Autoconf TCGETA
Line 6181 
Line 6210 
   
   fi    fi
 fi  fi
 echo "$as_me:6184: result: $ac_cv_prog_gcc_traditional" >&5  echo "$as_me:6213: result: $ac_cv_prog_gcc_traditional" >&5
 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6  echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
   if test $ac_cv_prog_gcc_traditional = yes; then    if test $ac_cv_prog_gcc_traditional = yes; then
     CC="$CC -traditional"      CC="$CC -traditional"
   fi    fi
 fi  fi
   
 echo "$as_me:6191: checking for an ANSI C-conforming const" >&5  echo "$as_me:6220: checking for an ANSI C-conforming const" >&5
 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6  echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
 if test "${ac_cv_c_const+set}" = set; then  if test "${ac_cv_c_const+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6197 "configure"  #line 6226 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int  int
Line 6252 
Line 6281 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
 if { (eval echo "$as_me:6255: \"$ac_compile\"") >&5  if { (eval echo "$as_me:6284: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6258: \$? = $ac_status" >&5    echo "$as_me:6287: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:6261: \"$ac_try\"") >&5    { (eval echo "$as_me:6290: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6264: \$? = $ac_status" >&5    echo "$as_me:6293: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_c_const=yes    ac_cv_c_const=yes
 else  else
Line 6271 
Line 6300 
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 fi  fi
 echo "$as_me:6274: result: $ac_cv_c_const" >&5  echo "$as_me:6303: result: $ac_cv_c_const" >&5
 echo "${ECHO_T}$ac_cv_c_const" >&6  echo "${ECHO_T}$ac_cv_c_const" >&6
 if test $ac_cv_c_const = no; then  if test $ac_cv_c_const = no; then
   
Line 6281 
Line 6310 
   
 fi  fi
   
 echo "$as_me:6284: checking for working volatile" >&5  echo "$as_me:6313: checking for working volatile" >&5
 echo $ECHO_N "checking for working volatile... $ECHO_C" >&6  echo $ECHO_N "checking for working volatile... $ECHO_C" >&6
 if test "${ac_cv_c_volatile+set}" = set; then  if test "${ac_cv_c_volatile+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6290 "configure"  #line 6319 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int  int
Line 6301 
Line 6330 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
 if { (eval echo "$as_me:6304: \"$ac_compile\"") >&5  if { (eval echo "$as_me:6333: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6307: \$? = $ac_status" >&5    echo "$as_me:6336: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:6310: \"$ac_try\"") >&5    { (eval echo "$as_me:6339: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6313: \$? = $ac_status" >&5    echo "$as_me:6342: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_c_volatile=yes    ac_cv_c_volatile=yes
 else  else
Line 6320 
Line 6349 
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 fi  fi
 echo "$as_me:6323: result: $ac_cv_c_volatile" >&5  echo "$as_me:6352: result: $ac_cv_c_volatile" >&5
 echo "${ECHO_T}$ac_cv_c_volatile" >&6  echo "${ECHO_T}$ac_cv_c_volatile" >&6
 if test $ac_cv_c_volatile = no; then  if test $ac_cv_c_volatile = no; then
   
Line 6334 
Line 6363 
 do  do
   # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
 echo "$as_me:6337: checking for $ac_word" >&5  echo "$as_me:6366: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_YACC+set}" = set; then  if test "${ac_cv_prog_YACC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 6349 
Line 6378 
   test -z "$ac_dir" && ac_dir=.    test -z "$ac_dir" && ac_dir=.
   $as_executable_p "$ac_dir/$ac_word" || continue    $as_executable_p "$ac_dir/$ac_word" || continue
 ac_cv_prog_YACC="$ac_prog"  ac_cv_prog_YACC="$ac_prog"
 echo "$as_me:6352: found $ac_dir/$ac_word" >&5  echo "$as_me:6381: found $ac_dir/$ac_word" >&5
 break  break
 done  done
   
Line 6357 
Line 6386 
 fi  fi
 YACC=$ac_cv_prog_YACC  YACC=$ac_cv_prog_YACC
 if test -n "$YACC"; then  if test -n "$YACC"; then
   echo "$as_me:6360: result: $YACC" >&5    echo "$as_me:6389: result: $YACC" >&5
 echo "${ECHO_T}$YACC" >&6  echo "${ECHO_T}$YACC" >&6
 else  else
   echo "$as_me:6363: result: no" >&5    echo "$as_me:6392: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
   
Line 6368 
Line 6397 
 done  done
 test -n "$YACC" || YACC="yacc"  test -n "$YACC" || YACC="yacc"
   
 echo "$as_me:6371: checking for mv" >&5  echo "$as_me:6400: checking for mv" >&5
 echo $ECHO_N "checking for mv... $ECHO_C" >&6  echo $ECHO_N "checking for mv... $ECHO_C" >&6
 if test -f "/usr/bin/mv"; then  if test -f "/usr/bin/mv"; then
     echo "$as_me:6374: result: /usr/bin/mv" >&5      echo "$as_me:6403: result: /usr/bin/mv" >&5
 echo "${ECHO_T}/usr/bin/mv" >&6  echo "${ECHO_T}/usr/bin/mv" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_MV "/usr/bin/mv"  #define _PATH_MV "/usr/bin/mv"
 EOF  EOF
   
 elif test -f "/bin/mv"; then  elif test -f "/bin/mv"; then
     echo "$as_me:6381: result: /bin/mv" >&5      echo "$as_me:6410: result: /bin/mv" >&5
 echo "${ECHO_T}/bin/mv" >&6  echo "${ECHO_T}/bin/mv" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_MV "/bin/mv"  #define _PATH_MV "/bin/mv"
 EOF  EOF
   
 elif test -f "/usr/ucb/mv"; then  elif test -f "/usr/ucb/mv"; then
     echo "$as_me:6388: result: /usr/ucb/mv" >&5      echo "$as_me:6417: result: /usr/ucb/mv" >&5
 echo "${ECHO_T}/usr/ucb/mv" >&6  echo "${ECHO_T}/usr/ucb/mv" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_MV "/usr/ucb/mv"  #define _PATH_MV "/usr/ucb/mv"
 EOF  EOF
   
 elif test -f "/usr/sbin/mv"; then  elif test -f "/usr/sbin/mv"; then
     echo "$as_me:6395: result: /usr/sbin/mv" >&5      echo "$as_me:6424: result: /usr/sbin/mv" >&5
 echo "${ECHO_T}/usr/sbin/mv" >&6  echo "${ECHO_T}/usr/sbin/mv" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_MV "/usr/sbin/mv"  #define _PATH_MV "/usr/sbin/mv"
 EOF  EOF
   
 else  else
     echo "$as_me:6402: result: not found" >&5      echo "$as_me:6431: result: not found" >&5
 echo "${ECHO_T}not found" >&6  echo "${ECHO_T}not found" >&6
 fi  fi
   
 echo "$as_me:6406: checking for bourne shell" >&5  echo "$as_me:6435: checking for bourne shell" >&5
 echo $ECHO_N "checking for bourne shell... $ECHO_C" >&6  echo $ECHO_N "checking for bourne shell... $ECHO_C" >&6
 if test -f "/bin/sh"; then  if test -f "/bin/sh"; then
     echo "$as_me:6409: result: /bin/sh" >&5      echo "$as_me:6438: result: /bin/sh" >&5
 echo "${ECHO_T}/bin/sh" >&6  echo "${ECHO_T}/bin/sh" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_BSHELL "/bin/sh"  #define _PATH_BSHELL "/bin/sh"
 EOF  EOF
   
 elif test -f "/usr/bin/sh"; then  elif test -f "/usr/bin/sh"; then
     echo "$as_me:6416: result: /usr/bin/sh" >&5      echo "$as_me:6445: result: /usr/bin/sh" >&5
 echo "${ECHO_T}/usr/bin/sh" >&6  echo "${ECHO_T}/usr/bin/sh" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_BSHELL "/usr/bin/sh"  #define _PATH_BSHELL "/usr/bin/sh"
 EOF  EOF
   
 elif test -f "/sbin/sh"; then  elif test -f "/sbin/sh"; then
     echo "$as_me:6423: result: /sbin/sh" >&5      echo "$as_me:6452: result: /sbin/sh" >&5
 echo "${ECHO_T}/sbin/sh" >&6  echo "${ECHO_T}/sbin/sh" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_BSHELL "/sbin/sh"  #define _PATH_BSHELL "/sbin/sh"
 EOF  EOF
   
 elif test -f "/usr/sbin/sh"; then  elif test -f "/usr/sbin/sh"; then
     echo "$as_me:6430: result: /usr/sbin/sh" >&5      echo "$as_me:6459: result: /usr/sbin/sh" >&5
 echo "${ECHO_T}/usr/sbin/sh" >&6  echo "${ECHO_T}/usr/sbin/sh" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_BSHELL "/usr/sbin/sh"  #define _PATH_BSHELL "/usr/sbin/sh"
 EOF  EOF
   
 elif test -f "/bin/ksh"; then  elif test -f "/bin/ksh"; then
     echo "$as_me:6437: result: /bin/ksh" >&5      echo "$as_me:6466: result: /bin/ksh" >&5
 echo "${ECHO_T}/bin/ksh" >&6  echo "${ECHO_T}/bin/ksh" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_BSHELL "/bin/ksh"  #define _PATH_BSHELL "/bin/ksh"
 EOF  EOF
   
 elif test -f "/usr/bin/ksh"; then  elif test -f "/usr/bin/ksh"; then
     echo "$as_me:6444: result: /usr/bin/ksh" >&5      echo "$as_me:6473: result: /usr/bin/ksh" >&5
 echo "${ECHO_T}/usr/bin/ksh" >&6  echo "${ECHO_T}/usr/bin/ksh" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_BSHELL "/usr/bin/ksh"  #define _PATH_BSHELL "/usr/bin/ksh"
 EOF  EOF
   
 elif test -f "/bin/bash"; then  elif test -f "/bin/bash"; then
     echo "$as_me:6451: result: /bin/bash" >&5      echo "$as_me:6480: result: /bin/bash" >&5
 echo "${ECHO_T}/bin/bash" >&6  echo "${ECHO_T}/bin/bash" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_BSHELL "/bin/bash"  #define _PATH_BSHELL "/bin/bash"
 EOF  EOF
   
 elif test -f "/usr/bin/bash"; then  elif test -f "/usr/bin/bash"; then
     echo "$as_me:6458: result: /usr/bin/bash" >&5      echo "$as_me:6487: result: /usr/bin/bash" >&5
 echo "${ECHO_T}/usr/bin/bash" >&6  echo "${ECHO_T}/usr/bin/bash" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_BSHELL "/usr/bin/bash"  #define _PATH_BSHELL "/usr/bin/bash"
 EOF  EOF
   
 else  else
     echo "$as_me:6465: result: not found" >&5      echo "$as_me:6494: result: not found" >&5
 echo "${ECHO_T}not found" >&6  echo "${ECHO_T}not found" >&6
 fi  fi
   
 if test -z "$with_sendmail"; then  if test -z "$with_sendmail"; then
     echo "$as_me:6470: checking for sendmail" >&5      echo "$as_me:6499: checking for sendmail" >&5
 echo $ECHO_N "checking for sendmail... $ECHO_C" >&6  echo $ECHO_N "checking for sendmail... $ECHO_C" >&6
 if test -f "/usr/sbin/sendmail"; then  if test -f "/usr/sbin/sendmail"; then
     echo "$as_me:6473: result: /usr/sbin/sendmail" >&5      echo "$as_me:6502: result: /usr/sbin/sendmail" >&5
 echo "${ECHO_T}/usr/sbin/sendmail" >&6  echo "${ECHO_T}/usr/sbin/sendmail" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"  #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
 EOF  EOF
   
 elif test -f "/usr/lib/sendmail"; then  elif test -f "/usr/lib/sendmail"; then
     echo "$as_me:6480: result: /usr/lib/sendmail" >&5      echo "$as_me:6509: result: /usr/lib/sendmail" >&5
 echo "${ECHO_T}/usr/lib/sendmail" >&6  echo "${ECHO_T}/usr/lib/sendmail" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_SUDO_SENDMAIL "/usr/lib/sendmail"  #define _PATH_SUDO_SENDMAIL "/usr/lib/sendmail"
 EOF  EOF
   
 elif test -f "/usr/etc/sendmail"; then  elif test -f "/usr/etc/sendmail"; then
     echo "$as_me:6487: result: /usr/etc/sendmail" >&5      echo "$as_me:6516: result: /usr/etc/sendmail" >&5
 echo "${ECHO_T}/usr/etc/sendmail" >&6  echo "${ECHO_T}/usr/etc/sendmail" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_SUDO_SENDMAIL "/usr/etc/sendmail"  #define _PATH_SUDO_SENDMAIL "/usr/etc/sendmail"
 EOF  EOF
   
 elif test -f "/usr/ucblib/sendmail"; then  elif test -f "/usr/ucblib/sendmail"; then
     echo "$as_me:6494: result: /usr/ucblib/sendmail" >&5      echo "$as_me:6523: result: /usr/ucblib/sendmail" >&5
 echo "${ECHO_T}/usr/ucblib/sendmail" >&6  echo "${ECHO_T}/usr/ucblib/sendmail" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_SUDO_SENDMAIL "/usr/ucblib/sendmail"  #define _PATH_SUDO_SENDMAIL "/usr/ucblib/sendmail"
 EOF  EOF
   
 elif test -f "/usr/local/lib/sendmail"; then  elif test -f "/usr/local/lib/sendmail"; then
     echo "$as_me:6501: result: /usr/local/lib/sendmail" >&5      echo "$as_me:6530: result: /usr/local/lib/sendmail" >&5
 echo "${ECHO_T}/usr/local/lib/sendmail" >&6  echo "${ECHO_T}/usr/local/lib/sendmail" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_SUDO_SENDMAIL "/usr/local/lib/sendmail"  #define _PATH_SUDO_SENDMAIL "/usr/local/lib/sendmail"
 EOF  EOF
   
 elif test -f "/usr/local/bin/sendmail"; then  elif test -f "/usr/local/bin/sendmail"; then
     echo "$as_me:6508: result: /usr/local/bin/sendmail" >&5      echo "$as_me:6537: result: /usr/local/bin/sendmail" >&5
 echo "${ECHO_T}/usr/local/bin/sendmail" >&6  echo "${ECHO_T}/usr/local/bin/sendmail" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_SUDO_SENDMAIL "/usr/local/bin/sendmail"  #define _PATH_SUDO_SENDMAIL "/usr/local/bin/sendmail"
 EOF  EOF
   
 else  else
     echo "$as_me:6515: result: not found" >&5      echo "$as_me:6544: result: not found" >&5
 echo "${ECHO_T}not found" >&6  echo "${ECHO_T}not found" >&6
 fi  fi
   
 fi  fi
 if test -z "$with_editor"; then  if test -z "$with_editor"; then
     echo "$as_me:6521: checking for vi" >&5      echo "$as_me:6550: checking for vi" >&5
 echo $ECHO_N "checking for vi... $ECHO_C" >&6  echo $ECHO_N "checking for vi... $ECHO_C" >&6
 if test -f "/usr/bin/vi"; then  if test -f "/usr/bin/vi"; then
     echo "$as_me:6524: result: /usr/bin/vi" >&5      echo "$as_me:6553: result: /usr/bin/vi" >&5
 echo "${ECHO_T}/usr/bin/vi" >&6  echo "${ECHO_T}/usr/bin/vi" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_VI "/usr/bin/vi"  #define _PATH_VI "/usr/bin/vi"
 EOF  EOF
   
 elif test -f "/usr/ucb/vi"; then  elif test -f "/usr/ucb/vi"; then
     echo "$as_me:6531: result: /usr/ucb/vi" >&5      echo "$as_me:6560: result: /usr/ucb/vi" >&5
 echo "${ECHO_T}/usr/ucb/vi" >&6  echo "${ECHO_T}/usr/ucb/vi" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_VI "/usr/ucb/vi"  #define _PATH_VI "/usr/ucb/vi"
 EOF  EOF
   
 elif test -f "/usr/bsd/vi"; then  elif test -f "/usr/bsd/vi"; then
     echo "$as_me:6538: result: /usr/bsd/vi" >&5      echo "$as_me:6567: result: /usr/bsd/vi" >&5
 echo "${ECHO_T}/usr/bsd/vi" >&6  echo "${ECHO_T}/usr/bsd/vi" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_VI "/usr/bsd/vi"  #define _PATH_VI "/usr/bsd/vi"
 EOF  EOF
   
 elif test -f "/bin/vi"; then  elif test -f "/bin/vi"; then
     echo "$as_me:6545: result: /bin/vi" >&5      echo "$as_me:6574: result: /bin/vi" >&5
 echo "${ECHO_T}/bin/vi" >&6  echo "${ECHO_T}/bin/vi" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_VI "/bin/vi"  #define _PATH_VI "/bin/vi"
 EOF  EOF
   
 elif test -f "/usr/local/bin/vi"; then  elif test -f "/usr/local/bin/vi"; then
     echo "$as_me:6552: result: /usr/local/bin/vi" >&5      echo "$as_me:6581: result: /usr/local/bin/vi" >&5
 echo "${ECHO_T}/usr/local/bin/vi" >&6  echo "${ECHO_T}/usr/local/bin/vi" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_VI "/usr/local/bin/vi"  #define _PATH_VI "/usr/local/bin/vi"
 EOF  EOF
   
 else  else
     echo "$as_me:6559: result: not found" >&5      echo "$as_me:6588: result: not found" >&5
 echo "${ECHO_T}not found" >&6  echo "${ECHO_T}not found" >&6
 fi  fi
   
 fi  fi
 echo "$as_me:6564: checking for ANSI C header files" >&5  echo "$as_me:6593: checking for ANSI C header files" >&5
 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6  echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
 if test "${ac_cv_header_stdc+set}" = set; then  if test "${ac_cv_header_stdc+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6570 "configure"  #line 6599 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <stdlib.h>  #include <stdlib.h>
 #include <stdarg.h>  #include <stdarg.h>
Line 6575 
Line 6604 
 #include <float.h>  #include <float.h>
   
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:6578: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:6607: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:6584: \$? = $ac_status" >&5    echo "$as_me:6613: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then    if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
Line 6603 
Line 6632 
 if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6606 "configure"  #line 6635 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <string.h>  #include <string.h>
   
Line 6621 
Line 6650 
 if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6624 "configure"  #line 6653 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <stdlib.h>  #include <stdlib.h>
   
Line 6642 
Line 6671 
   :    :
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6645 "configure"  #line 6674 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <ctype.h>  #include <ctype.h>
 #if ((' ' & 0x0FF) == 0x020)  #if ((' ' & 0x0FF) == 0x020)
Line 6668 
Line 6697 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
 if { (eval echo "$as_me:6671: \"$ac_link\"") >&5  if { (eval echo "$as_me:6700: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6674: \$? = $ac_status" >&5    echo "$as_me:6703: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
   { (eval echo "$as_me:6676: \"$ac_try\"") >&5    { (eval echo "$as_me:6705: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6679: \$? = $ac_status" >&5    echo "$as_me:6708: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   :    :
 else  else
Line 6689 
Line 6718 
 fi  fi
 fi  fi
 fi  fi
 echo "$as_me:6692: result: $ac_cv_header_stdc" >&5  echo "$as_me:6721: result: $ac_cv_header_stdc" >&5
 echo "${ECHO_T}$ac_cv_header_stdc" >&6  echo "${ECHO_T}$ac_cv_header_stdc" >&6
 if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
   
Line 6702 
Line 6731 
 ac_header_dirent=no  ac_header_dirent=no
 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do  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`    as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
 echo "$as_me:6705: checking for $ac_hdr that defines DIR" >&5  echo "$as_me:6734: checking for $ac_hdr that defines DIR" >&5
 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6711 "configure"  #line 6740 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <$ac_hdr>  #include <$ac_hdr>
Line 6723 
Line 6752 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
 if { (eval echo "$as_me:6726: \"$ac_compile\"") >&5  if { (eval echo "$as_me:6755: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6729: \$? = $ac_status" >&5    echo "$as_me:6758: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:6732: \"$ac_try\"") >&5    { (eval echo "$as_me:6761: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6735: \$? = $ac_status" >&5    echo "$as_me:6764: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_Header=yes"    eval "$as_ac_Header=yes"
 else  else
Line 6742 
Line 6771 
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 fi  fi
 echo "$as_me:6745: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:6774: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then  if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 6755 
Line 6784 
 done  done
 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.  # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
 if test $ac_header_dirent = dirent.h; then  if test $ac_header_dirent = dirent.h; then
   echo "$as_me:6758: checking for opendir in -ldir" >&5    echo "$as_me:6787: checking for opendir in -ldir" >&5
 echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6  echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6
 if test "${ac_cv_lib_dir_opendir+set}" = set; then  if test "${ac_cv_lib_dir_opendir+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 6763 
Line 6792 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldir  $LIBS"  LIBS="-ldir  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 6766 "configure"  #line 6795 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 6782 
Line 6811 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:6785: \"$ac_link\"") >&5  if { (eval echo "$as_me:6814: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6788: \$? = $ac_status" >&5    echo "$as_me:6817: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:6791: \"$ac_try\"") >&5    { (eval echo "$as_me:6820: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6794: \$? = $ac_status" >&5    echo "$as_me:6823: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_dir_opendir=yes    ac_cv_lib_dir_opendir=yes
 else  else
Line 6802 
Line 6831 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:6805: result: $ac_cv_lib_dir_opendir" >&5  echo "$as_me:6834: result: $ac_cv_lib_dir_opendir" >&5
 echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6  echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6
 if test $ac_cv_lib_dir_opendir = yes; then  if test $ac_cv_lib_dir_opendir = yes; then
   LIBS="$LIBS -ldir"    LIBS="$LIBS -ldir"
 fi  fi
   
 else  else
   echo "$as_me:6812: checking for opendir in -lx" >&5    echo "$as_me:6841: checking for opendir in -lx" >&5
 echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6  echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6
 if test "${ac_cv_lib_x_opendir+set}" = set; then  if test "${ac_cv_lib_x_opendir+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 6817 
Line 6846 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lx  $LIBS"  LIBS="-lx  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 6820 "configure"  #line 6849 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 6836 
Line 6865 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:6839: \"$ac_link\"") >&5  if { (eval echo "$as_me:6868: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6842: \$? = $ac_status" >&5    echo "$as_me:6871: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:6845: \"$ac_try\"") >&5    { (eval echo "$as_me:6874: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6848: \$? = $ac_status" >&5    echo "$as_me:6877: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_x_opendir=yes    ac_cv_lib_x_opendir=yes
 else  else
Line 6856 
Line 6885 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:6859: result: $ac_cv_lib_x_opendir" >&5  echo "$as_me:6888: result: $ac_cv_lib_x_opendir" >&5
 echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6  echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6
 if test $ac_cv_lib_x_opendir = yes; then  if test $ac_cv_lib_x_opendir = yes; then
   LIBS="$LIBS -lx"    LIBS="$LIBS -lx"
Line 6867 
Line 6896 
 for ac_header in malloc.h paths.h utime.h netgroup.h sys/sockio.h sys/bsdtypes.h sys/select.h  for ac_header in malloc.h paths.h utime.h netgroup.h sys/sockio.h sys/bsdtypes.h sys/select.h
 do  do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 echo "$as_me:6870: checking for $ac_header" >&5  echo "$as_me:6899: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6876 "configure"  #line 6905 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <$ac_header>  #include <$ac_header>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:6880: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:6909: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:6886: \$? = $ac_status" >&5    echo "$as_me:6915: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then    if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
Line 6902 
Line 6931 
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
 fi  fi
 echo "$as_me:6905: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:6934: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then  if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 6913 
Line 6942 
 done  done
   
 if test "$OS" != "ultrix"; then  if test "$OS" != "ultrix"; then
     echo "$as_me:6916: checking POSIX termios" >&5      echo "$as_me:6945: checking POSIX termios" >&5
 echo $ECHO_N "checking POSIX termios... $ECHO_C" >&6  echo $ECHO_N "checking POSIX termios... $ECHO_C" >&6
 if test "${ac_cv_sys_posix_termios+set}" = set; then  if test "${ac_cv_sys_posix_termios+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6922 "configure"  #line 6951 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <unistd.h>  #include <unistd.h>
Line 6934 
Line 6963 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:6937: \"$ac_link\"") >&5  if { (eval echo "$as_me:6966: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6940: \$? = $ac_status" >&5    echo "$as_me:6969: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:6943: \"$ac_try\"") >&5    { (eval echo "$as_me:6972: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:6946: \$? = $ac_status" >&5    echo "$as_me:6975: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_sys_posix_termios=yes    ac_cv_sys_posix_termios=yes
 else  else
Line 6953 
Line 6982 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:6956: result: $ac_cv_sys_posix_termios" >&5  echo "$as_me:6985: result: $ac_cv_sys_posix_termios" >&5
 echo "${ECHO_T}$ac_cv_sys_posix_termios" >&6  echo "${ECHO_T}$ac_cv_sys_posix_termios" >&6
   
     if test "$ac_cv_sys_posix_termios" = "yes"; then      if test "$ac_cv_sys_posix_termios" = "yes"; then
Line 6967 
Line 6996 
 for ac_header in termio.h  for ac_header in termio.h
 do  do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 echo "$as_me:6970: checking for $ac_header" >&5  echo "$as_me:6999: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6976 "configure"  #line 7005 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <$ac_header>  #include <$ac_header>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:6980: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:7009: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:6986: \$? = $ac_status" >&5    echo "$as_me:7015: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then    if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
Line 7002 
Line 7031 
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
 fi  fi
 echo "$as_me:7005: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:7034: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then  if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 7019 
Line 7048 
 for ac_header in login_cap.h  for ac_header in login_cap.h
 do  do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 echo "$as_me:7022: checking for $ac_header" >&5  echo "$as_me:7051: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7028 "configure"  #line 7057 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <$ac_header>  #include <$ac_header>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:7032: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:7061: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:7038: \$? = $ac_status" >&5    echo "$as_me:7067: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then    if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
Line 7054 
Line 7083 
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
 fi  fi
 echo "$as_me:7057: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:7086: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then  if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 7066 
Line 7095 
   
 fi  fi
 if test "$with_bsdauth" = "yes"; then  if test "$with_bsdauth" = "yes"; then
     echo "$as_me:7069: checking for bsd_auth.h" >&5      echo "$as_me:7098: checking for bsd_auth.h" >&5
 echo $ECHO_N "checking for bsd_auth.h... $ECHO_C" >&6  echo $ECHO_N "checking for bsd_auth.h... $ECHO_C" >&6
 if test "${ac_cv_header_bsd_auth_h+set}" = set; then  if test "${ac_cv_header_bsd_auth_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7075 "configure"  #line 7104 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <bsd_auth.h>  #include <bsd_auth.h>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:7079: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:7108: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:7085: \$? = $ac_status" >&5    echo "$as_me:7114: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then    if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
Line 7101 
Line 7130 
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
 fi  fi
 echo "$as_me:7104: result: $ac_cv_header_bsd_auth_h" >&5  echo "$as_me:7133: result: $ac_cv_header_bsd_auth_h" >&5
 echo "${ECHO_T}$ac_cv_header_bsd_auth_h" >&6  echo "${ECHO_T}$ac_cv_header_bsd_auth_h" >&6
 if test $ac_cv_header_bsd_auth_h = yes; then  if test $ac_cv_header_bsd_auth_h = yes; then
   
Line 7118 
Line 7147 
                   inttypes.h stdint.h unistd.h                    inttypes.h stdint.h unistd.h
 do  do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 echo "$as_me:7121: checking for $ac_header" >&5  echo "$as_me:7150: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7127 "configure"  #line 7156 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 $ac_includes_default  $ac_includes_default
 #include <$ac_header>  #include <$ac_header>
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
 if { (eval echo "$as_me:7133: \"$ac_compile\"") >&5  if { (eval echo "$as_me:7162: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7136: \$? = $ac_status" >&5    echo "$as_me:7165: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:7139: \"$ac_try\"") >&5    { (eval echo "$as_me:7168: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7142: \$? = $ac_status" >&5    echo "$as_me:7171: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_Header=yes"    eval "$as_ac_Header=yes"
 else  else
Line 7149 
Line 7178 
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 fi  fi
 echo "$as_me:7152: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:7181: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then  if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 7159 
Line 7188 
 fi  fi
 done  done
   
 echo "$as_me:7162: checking for mode_t" >&5  echo "$as_me:7191: checking for mode_t" >&5
 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6  echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
 if test "${ac_cv_type_mode_t+set}" = set; then  if test "${ac_cv_type_mode_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7168 "configure"  #line 7197 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 $ac_includes_default  $ac_includes_default
 int  int
Line 7180 
Line 7209 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
 if { (eval echo "$as_me:7183: \"$ac_compile\"") >&5  if { (eval echo "$as_me:7212: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7186: \$? = $ac_status" >&5    echo "$as_me:7215: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:7189: \"$ac_try\"") >&5    { (eval echo "$as_me:7218: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7192: \$? = $ac_status" >&5    echo "$as_me:7221: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_type_mode_t=yes    ac_cv_type_mode_t=yes
 else  else
Line 7199 
Line 7228 
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 fi  fi
 echo "$as_me:7202: result: $ac_cv_type_mode_t" >&5  echo "$as_me:7231: result: $ac_cv_type_mode_t" >&5
 echo "${ECHO_T}$ac_cv_type_mode_t" >&6  echo "${ECHO_T}$ac_cv_type_mode_t" >&6
 if test $ac_cv_type_mode_t = yes; then  if test $ac_cv_type_mode_t = yes; then
   :    :
Line 7211 
Line 7240 
   
 fi  fi
   
 echo "$as_me:7214: checking for uid_t in sys/types.h" >&5  echo "$as_me:7243: checking for uid_t in sys/types.h" >&5
 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6  echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
 if test "${ac_cv_type_uid_t+set}" = set; then  if test "${ac_cv_type_uid_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7220 "configure"  #line 7249 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
   
Line 7231 
Line 7260 
 rm -f conftest*  rm -f conftest*
   
 fi  fi
 echo "$as_me:7234: result: $ac_cv_type_uid_t" >&5  echo "$as_me:7263: result: $ac_cv_type_uid_t" >&5
 echo "${ECHO_T}$ac_cv_type_uid_t" >&6  echo "${ECHO_T}$ac_cv_type_uid_t" >&6
 if test $ac_cv_type_uid_t = no; then  if test $ac_cv_type_uid_t = no; then
   
Line 7245 
Line 7274 
   
 fi  fi
   
 echo "$as_me:7248: checking for sig_atomic_t" >&5  echo "$as_me:7277: checking for sig_atomic_t" >&5
 echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6  echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6
 if test "${ac_cv_type_sig_atomic_t+set}" = set; then  if test "${ac_cv_type_sig_atomic_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7254 "configure"  #line 7283 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <signal.h>  #include <signal.h>
Line 7268 
Line 7297 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
 if { (eval echo "$as_me:7271: \"$ac_compile\"") >&5  if { (eval echo "$as_me:7300: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7274: \$? = $ac_status" >&5    echo "$as_me:7303: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:7277: \"$ac_try\"") >&5    { (eval echo "$as_me:7306: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7280: \$? = $ac_status" >&5    echo "$as_me:7309: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_type_sig_atomic_t=yes    ac_cv_type_sig_atomic_t=yes
 else  else
Line 7287 
Line 7316 
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 fi  fi
 echo "$as_me:7290: result: $ac_cv_type_sig_atomic_t" >&5  echo "$as_me:7319: result: $ac_cv_type_sig_atomic_t" >&5
 echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6  echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6
 if test $ac_cv_type_sig_atomic_t = yes; then  if test $ac_cv_type_sig_atomic_t = yes; then
   
Line 7303 
Line 7332 
   
 fi  fi
   
 echo "$as_me:7306: checking for sigaction_t" >&5  echo "$as_me:7335: checking for sigaction_t" >&5
 echo $ECHO_N "checking for sigaction_t... $ECHO_C" >&6  echo $ECHO_N "checking for sigaction_t... $ECHO_C" >&6
 if test "${ac_cv_type_sigaction_t+set}" = set; then  if test "${ac_cv_type_sigaction_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7312 "configure"  #line 7341 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <signal.h>  #include <signal.h>
Line 7326 
Line 7355 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
 if { (eval echo "$as_me:7329: \"$ac_compile\"") >&5  if { (eval echo "$as_me:7358: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7332: \$? = $ac_status" >&5    echo "$as_me:7361: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:7335: \"$ac_try\"") >&5    { (eval echo "$as_me:7364: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7338: \$? = $ac_status" >&5    echo "$as_me:7367: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_type_sigaction_t=yes    ac_cv_type_sigaction_t=yes
 else  else
Line 7345 
Line 7374 
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 fi  fi
 echo "$as_me:7348: result: $ac_cv_type_sigaction_t" >&5  echo "$as_me:7377: result: $ac_cv_type_sigaction_t" >&5
 echo "${ECHO_T}$ac_cv_type_sigaction_t" >&6  echo "${ECHO_T}$ac_cv_type_sigaction_t" >&6
 if test $ac_cv_type_sigaction_t = yes; then  if test $ac_cv_type_sigaction_t = yes; then
   
Line 7359 
Line 7388 
   
 fi  fi
   
 echo "$as_me:7362: checking for size_t" >&5  echo "$as_me:7391: checking for size_t" >&5
 echo $ECHO_N "checking for size_t... $ECHO_C" >&6  echo $ECHO_N "checking for size_t... $ECHO_C" >&6
 if test "${sudo_cv_type_size_t+set}" = set; then  if test "${sudo_cv_type_size_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7368 "configure"  #line 7397 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <stdio.h>  #include <stdio.h>
Line 7385 
Line 7414 
 rm -f conftest*  rm -f conftest*
   
 fi  fi
 echo "$as_me:7388: result: $sudo_cv_type_size_t" >&5  echo "$as_me:7417: result: $sudo_cv_type_size_t" >&5
 echo "${ECHO_T}$sudo_cv_type_size_t" >&6  echo "${ECHO_T}$sudo_cv_type_size_t" >&6
 if test $sudo_cv_type_size_t = no; then  if test $sudo_cv_type_size_t = no; then
   
Line 7395 
Line 7424 
   
 fi  fi
   
 echo "$as_me:7398: checking for ssize_t" >&5  echo "$as_me:7427: checking for ssize_t" >&5
 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6  echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
 if test "${sudo_cv_type_ssize_t+set}" = set; then  if test "${sudo_cv_type_ssize_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7404 "configure"  #line 7433 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <stdio.h>  #include <stdio.h>
Line 7421 
Line 7450 
 rm -f conftest*  rm -f conftest*
   
 fi  fi
 echo "$as_me:7424: result: $sudo_cv_type_ssize_t" >&5  echo "$as_me:7453: result: $sudo_cv_type_ssize_t" >&5
 echo "${ECHO_T}$sudo_cv_type_ssize_t" >&6  echo "${ECHO_T}$sudo_cv_type_ssize_t" >&6
 if test $sudo_cv_type_ssize_t = no; then  if test $sudo_cv_type_ssize_t = no; then
   
Line 7431 
Line 7460 
   
 fi  fi
   
 echo "$as_me:7434: checking for dev_t" >&5  echo "$as_me:7463: checking for dev_t" >&5
 echo $ECHO_N "checking for dev_t... $ECHO_C" >&6  echo $ECHO_N "checking for dev_t... $ECHO_C" >&6
 if test "${sudo_cv_type_dev_t+set}" = set; then  if test "${sudo_cv_type_dev_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7440 "configure"  #line 7469 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <stdio.h>  #include <stdio.h>
Line 7457 
Line 7486 
 rm -f conftest*  rm -f conftest*
   
 fi  fi
 echo "$as_me:7460: result: $sudo_cv_type_dev_t" >&5  echo "$as_me:7489: result: $sudo_cv_type_dev_t" >&5
 echo "${ECHO_T}$sudo_cv_type_dev_t" >&6  echo "${ECHO_T}$sudo_cv_type_dev_t" >&6
 if test $sudo_cv_type_dev_t = no; then  if test $sudo_cv_type_dev_t = no; then
   
Line 7467 
Line 7496 
   
 fi  fi
   
 echo "$as_me:7470: checking for ino_t" >&5  echo "$as_me:7499: checking for ino_t" >&5
 echo $ECHO_N "checking for ino_t... $ECHO_C" >&6  echo $ECHO_N "checking for ino_t... $ECHO_C" >&6
 if test "${sudo_cv_type_ino_t+set}" = set; then  if test "${sudo_cv_type_ino_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7476 "configure"  #line 7505 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <stdio.h>  #include <stdio.h>
Line 7493 
Line 7522 
 rm -f conftest*  rm -f conftest*
   
 fi  fi
 echo "$as_me:7496: result: $sudo_cv_type_ino_t" >&5  echo "$as_me:7525: result: $sudo_cv_type_ino_t" >&5
 echo "${ECHO_T}$sudo_cv_type_ino_t" >&6  echo "${ECHO_T}$sudo_cv_type_ino_t" >&6
 if test $sudo_cv_type_ino_t = no; then  if test $sudo_cv_type_ino_t = no; then
   
Line 7503 
Line 7532 
   
 fi  fi
   
 echo "$as_me:7506: checking for full void implementation" >&5  echo "$as_me:7535: checking for full void implementation" >&5
 echo $ECHO_N "checking for full void implementation... $ECHO_C" >&6  echo $ECHO_N "checking for full void implementation... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 7509 "configure"  #line 7538 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int  int
Line 7519 
Line 7548 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
 if { (eval echo "$as_me:7522: \"$ac_compile\"") >&5  if { (eval echo "$as_me:7551: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7525: \$? = $ac_status" >&5    echo "$as_me:7554: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:7528: \"$ac_try\"") >&5    { (eval echo "$as_me:7557: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7531: \$? = $ac_status" >&5    echo "$as_me:7560: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   
 cat >>confdefs.h <<\EOF  cat >>confdefs.h <<\EOF
 #define VOID void  #define VOID void
 EOF  EOF
   
 echo "$as_me:7538: result: yes" >&5  echo "$as_me:7567: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
Line 7544 
Line 7573 
 #define VOID char  #define VOID char
 EOF  EOF
   
 echo "$as_me:7547: result: no" >&5  echo "$as_me:7576: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
   
 echo "$as_me:7552: checking max length of uid_t" >&5  echo "$as_me:7581: checking max length of uid_t" >&5
 echo $ECHO_N "checking max length of uid_t... $ECHO_C" >&6  echo $ECHO_N "checking max length of uid_t... $ECHO_C" >&6
 if test "${sudo_cv_uid_t_len+set}" = set; then  if test "${sudo_cv_uid_t_len+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   rm -f conftestdata    rm -f conftestdata
 if test "$cross_compiling" = yes; then  if test "$cross_compiling" = yes; then
   { { echo "$as_me:7559: error: cannot run test program while cross compiling" >&5    { { echo "$as_me:7588: error: cannot run test program while cross compiling" >&5
 echo "$as_me: error: cannot run test program while cross compiling" >&2;}  echo "$as_me: error: cannot run test program while cross compiling" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7564 "configure"  #line 7593 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <stdio.h>  #include <stdio.h>
 #include <pwd.h>  #include <pwd.h>
Line 7583 
Line 7612 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
 if { (eval echo "$as_me:7586: \"$ac_link\"") >&5  if { (eval echo "$as_me:7615: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7589: \$? = $ac_status" >&5    echo "$as_me:7618: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
   { (eval echo "$as_me:7591: \"$ac_try\"") >&5    { (eval echo "$as_me:7620: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7594: \$? = $ac_status" >&5    echo "$as_me:7623: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   sudo_cv_uid_t_len=`cat conftestdata`    sudo_cv_uid_t_len=`cat conftestdata`
 else  else
Line 7606 
Line 7635 
 fi  fi
   
 rm -f conftestdata  rm -f conftestdata
 echo "$as_me:7609: result: $sudo_cv_uid_t_len" >&5  echo "$as_me:7638: result: $sudo_cv_uid_t_len" >&5
 echo "${ECHO_T}$sudo_cv_uid_t_len" >&6  echo "${ECHO_T}$sudo_cv_uid_t_len" >&6
   
 cat >>confdefs.h <<EOF  cat >>confdefs.h <<EOF
 #define MAX_UID_T_LEN $sudo_cv_uid_t_len  #define MAX_UID_T_LEN $sudo_cv_uid_t_len
 EOF  EOF
   
 echo "$as_me:7616: checking for long long support" >&5  echo "$as_me:7645: checking for long long support" >&5
 echo $ECHO_N "checking for long long support... $ECHO_C" >&6  echo $ECHO_N "checking for long long support... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 7619 "configure"  #line 7648 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int  int
Line 7628 
Line 7657 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:7631: \"$ac_link\"") >&5  if { (eval echo "$as_me:7660: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7634: \$? = $ac_status" >&5    echo "$as_me:7663: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:7637: \"$ac_try\"") >&5    { (eval echo "$as_me:7666: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7640: \$? = $ac_status" >&5    echo "$as_me:7669: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   
 cat >>confdefs.h <<\EOF  cat >>confdefs.h <<\EOF
Line 7645 
Line 7674 
 EOF  EOF
   
 if test "$cross_compiling" = yes; then  if test "$cross_compiling" = yes; then
   { { echo "$as_me:7648: error: cannot run test program while cross compiling" >&5    { { echo "$as_me:7677: error: cannot run test program while cross compiling" >&5
 echo "$as_me: error: cannot run test program while cross compiling" >&2;}  echo "$as_me: error: cannot run test program while cross compiling" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7653 "configure"  #line 7682 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 main() {if (sizeof(long long) == sizeof(long)) exit(0); else exit(1);}  main() {if (sizeof(long long) == sizeof(long)) exit(0); else exit(1);}
 _ACEOF  _ACEOF
 rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
 if { (eval echo "$as_me:7658: \"$ac_link\"") >&5  if { (eval echo "$as_me:7687: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7661: \$? = $ac_status" >&5    echo "$as_me:7690: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
   { (eval echo "$as_me:7663: \"$ac_try\"") >&5    { (eval echo "$as_me:7692: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7666: \$? = $ac_status" >&5    echo "$as_me:7695: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   
 cat >>confdefs.h <<\EOF  cat >>confdefs.h <<\EOF
Line 7677 
Line 7706 
 fi  fi
 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
 echo "$as_me:7680: result: yes" >&5  echo "$as_me:7709: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
 echo "$as_me:7685: result: no" >&5  echo "$as_me:7714: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 echo "$as_me:7689: checking for sa_len field in struct sockaddr" >&5  echo "$as_me:7718: checking for sa_len field in struct sockaddr" >&5
 echo $ECHO_N "checking for sa_len field in struct sockaddr... $ECHO_C" >&6  echo $ECHO_N "checking for sa_len field in struct sockaddr... $ECHO_C" >&6
 if test "${sudo_cv_sock_sa_len+set}" = set; then  if test "${sudo_cv_sock_sa_len+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 7695 
Line 7724 
   sudo_cv_sock_sa_len=no    sudo_cv_sock_sa_len=no
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7698 "configure"  #line 7727 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/socket.h>  #include <sys/socket.h>
Line 7706 
Line 7735 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
 if { (eval echo "$as_me:7709: \"$ac_link\"") >&5  if { (eval echo "$as_me:7738: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7712: \$? = $ac_status" >&5    echo "$as_me:7741: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
   { (eval echo "$as_me:7714: \"$ac_try\"") >&5    { (eval echo "$as_me:7743: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7717: \$? = $ac_status" >&5    echo "$as_me:7746: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   sudo_cv_sock_sa_len=yes    sudo_cv_sock_sa_len=yes
 else  else
Line 7727 
Line 7756 
 fi  fi
 rm -f core core.* *.core  rm -f core core.* *.core
 fi  fi
 echo "$as_me:7730: result: $sudo_cv_sock_sa_len" >&5  echo "$as_me:7759: result: $sudo_cv_sock_sa_len" >&5
 echo "${ECHO_T}$sudo_cv_sock_sa_len" >&6  echo "${ECHO_T}$sudo_cv_sock_sa_len" >&6
 if test $sudo_cv_sock_sa_len = yes; then  if test $sudo_cv_sock_sa_len = yes; then
   
Line 7739 
Line 7768 
   
 case "$DEFS" in  case "$DEFS" in
     *"RETSIGTYPE"*)     ;;      *"RETSIGTYPE"*)     ;;
     *)                  echo "$as_me:7742: checking return type of signal handlers" >&5      *)                  echo "$as_me:7771: checking return type of signal handlers" >&5
 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6  echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
 if test "${ac_cv_type_signal+set}" = set; then  if test "${ac_cv_type_signal+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7748 "configure"  #line 7777 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <signal.h>  #include <signal.h>
Line 7767 
Line 7796 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
 if { (eval echo "$as_me:7770: \"$ac_compile\"") >&5  if { (eval echo "$as_me:7799: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7773: \$? = $ac_status" >&5    echo "$as_me:7802: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:7776: \"$ac_try\"") >&5    { (eval echo "$as_me:7805: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7779: \$? = $ac_status" >&5    echo "$as_me:7808: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_type_signal=void    ac_cv_type_signal=void
 else  else
Line 7786 
Line 7815 
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 fi  fi
 echo "$as_me:7789: result: $ac_cv_type_signal" >&5  echo "$as_me:7818: result: $ac_cv_type_signal" >&5
 echo "${ECHO_T}$ac_cv_type_signal" >&6  echo "${ECHO_T}$ac_cv_type_signal" >&6
   
 cat >>confdefs.h <<EOF  cat >>confdefs.h <<EOF
Line 7800 
Line 7829 
                seteuid setegid strftime setrlimit initgroups fstat                 seteuid setegid strftime setrlimit initgroups fstat
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:7803: checking for $ac_func" >&5  echo "$as_me:7832: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7809 "configure"  #line 7838 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 7837 
Line 7866 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:7840: \"$ac_link\"") >&5  if { (eval echo "$as_me:7869: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7843: \$? = $ac_status" >&5    echo "$as_me:7872: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:7846: \"$ac_try\"") >&5    { (eval echo "$as_me:7875: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7849: \$? = $ac_status" >&5    echo "$as_me:7878: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 7856 
Line 7885 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:7859: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:7888: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 7871 
Line 7900 
 for ac_func in setreuid  for ac_func in setreuid
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:7874: checking for $ac_func" >&5  echo "$as_me:7903: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7880 "configure"  #line 7909 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 7908 
Line 7937 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:7911: \"$ac_link\"") >&5  if { (eval echo "$as_me:7940: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7914: \$? = $ac_status" >&5    echo "$as_me:7943: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:7917: \"$ac_try\"") >&5    { (eval echo "$as_me:7946: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7920: \$? = $ac_status" >&5    echo "$as_me:7949: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 7927 
Line 7956 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:7930: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:7959: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 7943 
Line 7972 
 for ac_func in getifaddrs  for ac_func in getifaddrs
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:7946: checking for $ac_func" >&5  echo "$as_me:7975: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7952 "configure"  #line 7981 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 7980 
Line 8009 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:7983: \"$ac_link\"") >&5  if { (eval echo "$as_me:8012: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7986: \$? = $ac_status" >&5    echo "$as_me:8015: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:7989: \"$ac_try\"") >&5    { (eval echo "$as_me:8018: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:7992: \$? = $ac_status" >&5    echo "$as_me:8021: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 7999 
Line 8028 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:8002: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:8031: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 8015 
Line 8044 
 for ac_func in bigcrypt set_auth_parameters initprivs  for ac_func in bigcrypt set_auth_parameters initprivs
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:8018: checking for $ac_func" >&5  echo "$as_me:8047: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 8024 "configure"  #line 8053 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 8052 
Line 8081 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:8055: \"$ac_link\"") >&5  if { (eval echo "$as_me:8084: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8058: \$? = $ac_status" >&5    echo "$as_me:8087: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:8061: \"$ac_try\"") >&5    { (eval echo "$as_me:8090: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8064: \$? = $ac_status" >&5    echo "$as_me:8093: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 8071 
Line 8100 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:8074: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:8103: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 8087 
Line 8116 
 for ac_func in getcwd  for ac_func in getcwd
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:8090: checking for $ac_func" >&5  echo "$as_me:8119: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 8096 "configure"  #line 8125 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 8124 
Line 8153 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:8127: \"$ac_link\"") >&5  if { (eval echo "$as_me:8156: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8130: \$? = $ac_status" >&5    echo "$as_me:8159: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:8133: \"$ac_try\"") >&5    { (eval echo "$as_me:8162: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8136: \$? = $ac_status" >&5    echo "$as_me:8165: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 8143 
Line 8172 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:8146: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:8175: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 8160 
Line 8189 
 for ac_func in lockf flock  for ac_func in lockf flock
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:8163: checking for $ac_func" >&5  echo "$as_me:8192: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 8169 "configure"  #line 8198 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 8197 
Line 8226 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:8200: \"$ac_link\"") >&5  if { (eval echo "$as_me:8229: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8203: \$? = $ac_status" >&5    echo "$as_me:8232: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:8206: \"$ac_try\"") >&5    { (eval echo "$as_me:8235: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8209: \$? = $ac_status" >&5    echo "$as_me:8238: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 8216 
Line 8245 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:8219: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:8248: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 8229 
Line 8258 
 for ac_func in waitpid wait3  for ac_func in waitpid wait3
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:8232: checking for $ac_func" >&5  echo "$as_me:8261: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 8238 "configure"  #line 8267 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 8266 
Line 8295 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:8269: \"$ac_link\"") >&5  if { (eval echo "$as_me:8298: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8272: \$? = $ac_status" >&5    echo "$as_me:8301: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:8275: \"$ac_try\"") >&5    { (eval echo "$as_me:8304: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8278: \$? = $ac_status" >&5    echo "$as_me:8307: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 8285 
Line 8314 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:8288: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:8317: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 8298 
Line 8327 
 for ac_func in innetgr _innetgr  for ac_func in innetgr _innetgr
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:8301: checking for $ac_func" >&5  echo "$as_me:8330: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 8307 "configure"  #line 8336 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 8335 
Line 8364 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:8338: \"$ac_link\"") >&5  if { (eval echo "$as_me:8367: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8341: \$? = $ac_status" >&5    echo "$as_me:8370: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:8344: \"$ac_try\"") >&5    { (eval echo "$as_me:8373: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8347: \$? = $ac_status" >&5    echo "$as_me:8376: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 8354 
Line 8383 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:8357: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:8386: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 8364 
Line 8393 
 for ac_func in getdomainname  for ac_func in getdomainname
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:8367: checking for $ac_func" >&5  echo "$as_me:8396: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 8373 "configure"  #line 8402 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes  /* System header to define __stub macros and hopefully few prototypes
 else  else
Line 8402 
Line 8431 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:8405: \"$ac_link\"") >&5  if { (eval echo "$as_me:8434: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8408: \$? = $ac_status" >&5    echo "$as_me:8437: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:8411: \"$ac_try\"") >&5    { (eval echo "$as_me:8440: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8414: \$? = $ac_status" >&5    echo "$as_me:8443: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 8421 
Line 8450 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:8424: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:8453: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 8437 
Line 8466 
 for ac_func in lsearch  for ac_func in lsearch
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:8440: checking for $ac_func" >&5  echo "$as_me:8469: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 8446 "configure"  #line 8475 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 8474 
Line 8503 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:8477: \"$ac_link\"") >&5  if { (eval echo "$as_me:8506: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8480: \$? = $ac_status" >&5    echo "$as_me:8509: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:8483: \"$ac_try\"") >&5    { (eval echo "$as_me:8512: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8486: \$? = $ac_status" >&5    echo "$as_me:8515: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 8493 
Line 8522 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:8496: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:8525: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 8501 
Line 8530 
 EOF  EOF
   
 else  else
   echo "$as_me:8504: checking for lsearch in -lcompat" >&5    echo "$as_me:8533: checking for lsearch in -lcompat" >&5
 echo $ECHO_N "checking for lsearch in -lcompat... $ECHO_C" >&6  echo $ECHO_N "checking for lsearch in -lcompat... $ECHO_C" >&6
 if test "${ac_cv_lib_compat_lsearch+set}" = set; then  if test "${ac_cv_lib_compat_lsearch+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 8509 
Line 8538 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lcompat  $LIBS"  LIBS="-lcompat  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 8512 "configure"  #line 8541 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 8528 
Line 8557 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:8531: \"$ac_link\"") >&5  if { (eval echo "$as_me:8560: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8534: \$? = $ac_status" >&5    echo "$as_me:8563: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:8537: \"$ac_try\"") >&5    { (eval echo "$as_me:8566: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8540: \$? = $ac_status" >&5    echo "$as_me:8569: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_compat_lsearch=yes    ac_cv_lib_compat_lsearch=yes
 else  else
Line 8548 
Line 8577 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:8551: result: $ac_cv_lib_compat_lsearch" >&5  echo "$as_me:8580: result: $ac_cv_lib_compat_lsearch" >&5
 echo "${ECHO_T}$ac_cv_lib_compat_lsearch" >&6  echo "${ECHO_T}$ac_cv_lib_compat_lsearch" >&6
 if test $ac_cv_lib_compat_lsearch = yes; then  if test $ac_cv_lib_compat_lsearch = yes; then
   echo "$as_me:8554: checking for search.h" >&5    echo "$as_me:8583: checking for search.h" >&5
 echo $ECHO_N "checking for search.h... $ECHO_C" >&6  echo $ECHO_N "checking for search.h... $ECHO_C" >&6
 if test "${ac_cv_header_search_h+set}" = set; then  if test "${ac_cv_header_search_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 8560 "configure"  #line 8589 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <search.h>  #include <search.h>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:8564: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:8593: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:8570: \$? = $ac_status" >&5    echo "$as_me:8599: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then    if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
Line 8586 
Line 8615 
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
 fi  fi
 echo "$as_me:8589: result: $ac_cv_header_search_h" >&5  echo "$as_me:8618: result: $ac_cv_header_search_h" >&5
 echo "${ECHO_T}$ac_cv_header_search_h" >&6  echo "${ECHO_T}$ac_cv_header_search_h" >&6
 if test $ac_cv_header_search_h = yes; then  if test $ac_cv_header_search_h = yes; then
   cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
Line 8607 
Line 8636 
 for ac_func in utime  for ac_func in utime
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:8610: checking for $ac_func" >&5  echo "$as_me:8639: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 8616 "configure"  #line 8645 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 8644 
Line 8673 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:8647: \"$ac_link\"") >&5  if { (eval echo "$as_me:8676: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8650: \$? = $ac_status" >&5    echo "$as_me:8679: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:8653: \"$ac_try\"") >&5    { (eval echo "$as_me:8682: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8656: \$? = $ac_status" >&5    echo "$as_me:8685: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 8663 
Line 8692 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:8666: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:8695: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 EOF  EOF
  echo "$as_me:8672: checking for POSIX utime" >&5   echo "$as_me:8701: checking for POSIX utime" >&5
 echo $ECHO_N "checking for POSIX utime... $ECHO_C" >&6  echo $ECHO_N "checking for POSIX utime... $ECHO_C" >&6
 if test "${sudo_cv_func_utime_posix+set}" = set; then  if test "${sudo_cv_func_utime_posix+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 8679 
Line 8708 
   sudo_cv_func_utime_posix=no    sudo_cv_func_utime_posix=no
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 8682 "configure"  #line 8711 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/time.h>  #include <sys/time.h>
Line 8692 
Line 8721 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
 if { (eval echo "$as_me:8695: \"$ac_link\"") >&5  if { (eval echo "$as_me:8724: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8698: \$? = $ac_status" >&5    echo "$as_me:8727: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
   { (eval echo "$as_me:8700: \"$ac_try\"") >&5    { (eval echo "$as_me:8729: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8703: \$? = $ac_status" >&5    echo "$as_me:8732: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   sudo_cv_func_utime_posix=yes    sudo_cv_func_utime_posix=yes
 else  else
Line 8713 
Line 8742 
 fi  fi
 rm -f core core.* *.core  rm -f core core.* *.core
 fi  fi
 echo "$as_me:8716: result: $sudo_cv_func_utime_posix" >&5  echo "$as_me:8745: result: $sudo_cv_func_utime_posix" >&5
 echo "${ECHO_T}$sudo_cv_func_utime_posix" >&6  echo "${ECHO_T}$sudo_cv_func_utime_posix" >&6
 if test $sudo_cv_func_utime_posix = yes; then  if test $sudo_cv_func_utime_posix = yes; then
   
Line 8728 
Line 8757 
 fi  fi
 done  done
   
 echo "$as_me:8731: checking for working fnmatch with FNM_CASEFOLD" >&5  echo "$as_me:8760: checking for working fnmatch with FNM_CASEFOLD" >&5
 echo $ECHO_N "checking for working fnmatch with FNM_CASEFOLD... $ECHO_C" >&6  echo $ECHO_N "checking for working fnmatch with FNM_CASEFOLD... $ECHO_C" >&6
 if test "${sudo_cv_func_fnmatch+set}" = set; then  if test "${sudo_cv_func_fnmatch+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 8738 
Line 8767 
   sudo_cv_func_fnmatch=no    sudo_cv_func_fnmatch=no
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 8741 "configure"  #line 8770 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <fnmatch.h>  #include <fnmatch.h>
 main() { exit(fnmatch("/*/bin/echo *", "/usr/bin/echo just a test", FNM_CASEFOLD)); }  main() { exit(fnmatch("/*/bin/echo *", "/usr/bin/echo just a test", FNM_CASEFOLD)); }
   
 _ACEOF  _ACEOF
 rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
 if { (eval echo "$as_me:8748: \"$ac_link\"") >&5  if { (eval echo "$as_me:8777: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8751: \$? = $ac_status" >&5    echo "$as_me:8780: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
   { (eval echo "$as_me:8753: \"$ac_try\"") >&5    { (eval echo "$as_me:8782: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8756: \$? = $ac_status" >&5    echo "$as_me:8785: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   sudo_cv_func_fnmatch=yes    sudo_cv_func_fnmatch=yes
 else  else
Line 8766 
Line 8795 
 fi  fi
 rm -f core core.* *.core  rm -f core core.* *.core
 fi  fi
 echo "$as_me:8769: result: $sudo_cv_func_fnmatch" >&5  echo "$as_me:8798: result: $sudo_cv_func_fnmatch" >&5
 echo "${ECHO_T}$sudo_cv_func_fnmatch" >&6  echo "${ECHO_T}$sudo_cv_func_fnmatch" >&6
 if test $sudo_cv_func_fnmatch = yes; then  if test $sudo_cv_func_fnmatch = yes; then
   
Line 8778 
Line 8807 
   LIBOBJS="$LIBOBJS fnmatch.$ac_objext"    LIBOBJS="$LIBOBJS fnmatch.$ac_objext"
 fi  fi
   
 echo "$as_me:8781: checking for isblank" >&5  echo "$as_me:8810: checking for isblank" >&5
 echo $ECHO_N "checking for isblank... $ECHO_C" >&6  echo $ECHO_N "checking for isblank... $ECHO_C" >&6
 if test "${sudo_cv_func_isblank+set}" = set; then  if test "${sudo_cv_func_isblank+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 8787 "configure"  #line 8816 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <ctype.h>  #include <ctype.h>
 int  int
Line 8796 
Line 8825 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:8799: \"$ac_link\"") >&5  if { (eval echo "$as_me:8828: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8802: \$? = $ac_status" >&5    echo "$as_me:8831: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:8805: \"$ac_try\"") >&5    { (eval echo "$as_me:8834: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8808: \$? = $ac_status" >&5    echo "$as_me:8837: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   sudo_cv_func_isblank=yes    sudo_cv_func_isblank=yes
 else  else
Line 8815 
Line 8844 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:8818: result: $sudo_cv_func_isblank" >&5  echo "$as_me:8847: result: $sudo_cv_func_isblank" >&5
 echo "${ECHO_T}$sudo_cv_func_isblank" >&6  echo "${ECHO_T}$sudo_cv_func_isblank" >&6
   
   if test "$sudo_cv_func_isblank" = "yes"; then    if test "$sudo_cv_func_isblank" = "yes"; then
Line 8829 
Line 8858 
 for ac_func in strerror strcasecmp sigaction  for ac_func in strerror strcasecmp sigaction
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:8832: checking for $ac_func" >&5  echo "$as_me:8861: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 8838 "configure"  #line 8867 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 8866 
Line 8895 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:8869: \"$ac_link\"") >&5  if { (eval echo "$as_me:8898: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8872: \$? = $ac_status" >&5    echo "$as_me:8901: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:8875: \"$ac_try\"") >&5    { (eval echo "$as_me:8904: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8878: \$? = $ac_status" >&5    echo "$as_me:8907: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 8885 
Line 8914 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:8888: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:8917: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 8900 
Line 8929 
 for ac_func in snprintf vsnprintf asprintf vasprintf  for ac_func in snprintf vsnprintf asprintf vasprintf
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:8903: checking for $ac_func" >&5  echo "$as_me:8932: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 8909 "configure"  #line 8938 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 8937 
Line 8966 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:8940: \"$ac_link\"") >&5  if { (eval echo "$as_me:8969: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8943: \$? = $ac_status" >&5    echo "$as_me:8972: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:8946: \"$ac_try\"") >&5    { (eval echo "$as_me:8975: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:8949: \$? = $ac_status" >&5    echo "$as_me:8978: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 8956 
Line 8985 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:8959: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:8988: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
Line 8972 
Line 9001 
     LIBOBJS="$LIBOBJS snprintf.$ac_objext"      LIBOBJS="$LIBOBJS snprintf.$ac_objext"
 fi  fi
 if test -z "$LIB_CRYPT"; then  if test -z "$LIB_CRYPT"; then
     echo "$as_me:8975: checking for crypt" >&5      echo "$as_me:9004: checking for crypt" >&5
 echo $ECHO_N "checking for crypt... $ECHO_C" >&6  echo $ECHO_N "checking for crypt... $ECHO_C" >&6
 if test "${ac_cv_func_crypt+set}" = set; then  if test "${ac_cv_func_crypt+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 8981 "configure"  #line 9010 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char crypt (); below.  */      which can conflict with char crypt (); below.  */
Line 9009 
Line 9038 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9012: \"$ac_link\"") >&5  if { (eval echo "$as_me:9041: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9015: \$? = $ac_status" >&5    echo "$as_me:9044: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9018: \"$ac_try\"") >&5    { (eval echo "$as_me:9047: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9021: \$? = $ac_status" >&5    echo "$as_me:9050: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_func_crypt=yes    ac_cv_func_crypt=yes
 else  else
Line 9028 
Line 9057 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:9031: result: $ac_cv_func_crypt" >&5  echo "$as_me:9060: result: $ac_cv_func_crypt" >&5
 echo "${ECHO_T}$ac_cv_func_crypt" >&6  echo "${ECHO_T}$ac_cv_func_crypt" >&6
 if test $ac_cv_func_crypt = yes; then  if test $ac_cv_func_crypt = yes; then
   :    :
 else  else
   echo "$as_me:9036: checking for crypt in -lcrypt" >&5    echo "$as_me:9065: checking for crypt in -lcrypt" >&5
 echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6  echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6
 if test "${ac_cv_lib_crypt_crypt+set}" = set; then  if test "${ac_cv_lib_crypt_crypt+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 9041 
Line 9070 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lcrypt  $LIBS"  LIBS="-lcrypt  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 9044 "configure"  #line 9073 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 9060 
Line 9089 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9063: \"$ac_link\"") >&5  if { (eval echo "$as_me:9092: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9066: \$? = $ac_status" >&5    echo "$as_me:9095: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9069: \"$ac_try\"") >&5    { (eval echo "$as_me:9098: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9072: \$? = $ac_status" >&5    echo "$as_me:9101: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_crypt_crypt=yes    ac_cv_lib_crypt_crypt=yes
 else  else
Line 9080 
Line 9109 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:9083: result: $ac_cv_lib_crypt_crypt" >&5  echo "$as_me:9112: result: $ac_cv_lib_crypt_crypt" >&5
 echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6  echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6
 if test $ac_cv_lib_crypt_crypt = yes; then  if test $ac_cv_lib_crypt_crypt = yes; then
   SUDO_LIBS="${SUDO_LIBS} -lcrypt"; LIBS="${LIBS} -lcrypt"    SUDO_LIBS="${SUDO_LIBS} -lcrypt"; LIBS="${LIBS} -lcrypt"
 else  else
   echo "$as_me:9088: checking for crypt in -lcrypt_d" >&5    echo "$as_me:9117: checking for crypt in -lcrypt_d" >&5
 echo $ECHO_N "checking for crypt in -lcrypt_d... $ECHO_C" >&6  echo $ECHO_N "checking for crypt in -lcrypt_d... $ECHO_C" >&6
 if test "${ac_cv_lib_crypt_d_crypt+set}" = set; then  if test "${ac_cv_lib_crypt_d_crypt+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 9093 
Line 9122 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lcrypt_d  $LIBS"  LIBS="-lcrypt_d  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 9096 "configure"  #line 9125 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 9112 
Line 9141 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9115: \"$ac_link\"") >&5  if { (eval echo "$as_me:9144: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9118: \$? = $ac_status" >&5    echo "$as_me:9147: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9121: \"$ac_try\"") >&5    { (eval echo "$as_me:9150: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9124: \$? = $ac_status" >&5    echo "$as_me:9153: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_crypt_d_crypt=yes    ac_cv_lib_crypt_d_crypt=yes
 else  else
Line 9132 
Line 9161 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:9135: result: $ac_cv_lib_crypt_d_crypt" >&5  echo "$as_me:9164: result: $ac_cv_lib_crypt_d_crypt" >&5
 echo "${ECHO_T}$ac_cv_lib_crypt_d_crypt" >&6  echo "${ECHO_T}$ac_cv_lib_crypt_d_crypt" >&6
 if test $ac_cv_lib_crypt_d_crypt = yes; then  if test $ac_cv_lib_crypt_d_crypt = yes; then
   SUDO_LIBS="${SUDO_LIBS} -lcrypt_d"; LIBS="${LIBS} -lcrypt_d"    SUDO_LIBS="${SUDO_LIBS} -lcrypt_d"; LIBS="${LIBS} -lcrypt_d"
 else  else
   echo "$as_me:9140: checking for crypt in -lufc" >&5    echo "$as_me:9169: checking for crypt in -lufc" >&5
 echo $ECHO_N "checking for crypt in -lufc... $ECHO_C" >&6  echo $ECHO_N "checking for crypt in -lufc... $ECHO_C" >&6
 if test "${ac_cv_lib_ufc_crypt+set}" = set; then  if test "${ac_cv_lib_ufc_crypt+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 9145 
Line 9174 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lufc  $LIBS"  LIBS="-lufc  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 9148 "configure"  #line 9177 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 9164 
Line 9193 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9167: \"$ac_link\"") >&5  if { (eval echo "$as_me:9196: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9170: \$? = $ac_status" >&5    echo "$as_me:9199: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9173: \"$ac_try\"") >&5    { (eval echo "$as_me:9202: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9176: \$? = $ac_status" >&5    echo "$as_me:9205: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_ufc_crypt=yes    ac_cv_lib_ufc_crypt=yes
 else  else
Line 9184 
Line 9213 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:9187: result: $ac_cv_lib_ufc_crypt" >&5  echo "$as_me:9216: result: $ac_cv_lib_ufc_crypt" >&5
 echo "${ECHO_T}$ac_cv_lib_ufc_crypt" >&6  echo "${ECHO_T}$ac_cv_lib_ufc_crypt" >&6
 if test $ac_cv_lib_ufc_crypt = yes; then  if test $ac_cv_lib_ufc_crypt = yes; then
   SUDO_LIBS="${SUDO_LIBS} -lufc"; LIBS="${LIBS} -lufc"    SUDO_LIBS="${SUDO_LIBS} -lufc"; LIBS="${LIBS} -lufc"
Line 9197 
Line 9226 
 fi  fi
   
 fi  fi
 echo "$as_me:9200: checking for socket" >&5  echo "$as_me:9229: checking for socket" >&5
 echo $ECHO_N "checking for socket... $ECHO_C" >&6  echo $ECHO_N "checking for socket... $ECHO_C" >&6
 if test "${ac_cv_func_socket+set}" = set; then  if test "${ac_cv_func_socket+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 9206 "configure"  #line 9235 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char socket (); below.  */      which can conflict with char socket (); below.  */
Line 9234 
Line 9263 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9237: \"$ac_link\"") >&5  if { (eval echo "$as_me:9266: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9240: \$? = $ac_status" >&5    echo "$as_me:9269: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9243: \"$ac_try\"") >&5    { (eval echo "$as_me:9272: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9246: \$? = $ac_status" >&5    echo "$as_me:9275: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_func_socket=yes    ac_cv_func_socket=yes
 else  else
Line 9253 
Line 9282 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:9256: result: $ac_cv_func_socket" >&5  echo "$as_me:9285: result: $ac_cv_func_socket" >&5
 echo "${ECHO_T}$ac_cv_func_socket" >&6  echo "${ECHO_T}$ac_cv_func_socket" >&6
 if test $ac_cv_func_socket = yes; then  if test $ac_cv_func_socket = yes; then
   :    :
 else  else
   echo "$as_me:9261: checking for socket in -lsocket" >&5    echo "$as_me:9290: checking for socket in -lsocket" >&5
 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6  echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
 if test "${ac_cv_lib_socket_socket+set}" = set; then  if test "${ac_cv_lib_socket_socket+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 9266 
Line 9295 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsocket  $LIBS"  LIBS="-lsocket  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 9269 "configure"  #line 9298 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 9285 
Line 9314 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9288: \"$ac_link\"") >&5  if { (eval echo "$as_me:9317: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9291: \$? = $ac_status" >&5    echo "$as_me:9320: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9294: \"$ac_try\"") >&5    { (eval echo "$as_me:9323: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9297: \$? = $ac_status" >&5    echo "$as_me:9326: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_socket_socket=yes    ac_cv_lib_socket_socket=yes
 else  else
Line 9305 
Line 9334 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:9308: result: $ac_cv_lib_socket_socket" >&5  echo "$as_me:9337: result: $ac_cv_lib_socket_socket" >&5
 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6  echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
 if test $ac_cv_lib_socket_socket = yes; then  if test $ac_cv_lib_socket_socket = yes; then
   NET_LIBS="${NET_LIBS} -lsocket"; LIBS="${LIBS} -lsocket"    NET_LIBS="${NET_LIBS} -lsocket"; LIBS="${LIBS} -lsocket"
 else  else
   echo "$as_me:9313: checking for socket in -linet" >&5    echo "$as_me:9342: checking for socket in -linet" >&5
 echo $ECHO_N "checking for socket in -linet... $ECHO_C" >&6  echo $ECHO_N "checking for socket in -linet... $ECHO_C" >&6
 if test "${ac_cv_lib_inet_socket+set}" = set; then  if test "${ac_cv_lib_inet_socket+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 9318 
Line 9347 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-linet  $LIBS"  LIBS="-linet  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 9321 "configure"  #line 9350 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 9337 
Line 9366 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9340: \"$ac_link\"") >&5  if { (eval echo "$as_me:9369: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9343: \$? = $ac_status" >&5    echo "$as_me:9372: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9346: \"$ac_try\"") >&5    { (eval echo "$as_me:9375: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9349: \$? = $ac_status" >&5    echo "$as_me:9378: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_inet_socket=yes    ac_cv_lib_inet_socket=yes
 else  else
Line 9357 
Line 9386 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:9360: result: $ac_cv_lib_inet_socket" >&5  echo "$as_me:9389: result: $ac_cv_lib_inet_socket" >&5
 echo "${ECHO_T}$ac_cv_lib_inet_socket" >&6  echo "${ECHO_T}$ac_cv_lib_inet_socket" >&6
 if test $ac_cv_lib_inet_socket = yes; then  if test $ac_cv_lib_inet_socket = yes; then
   NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet"    NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet"
 else  else
   { echo "$as_me:9365: WARNING: unable to find socket() trying -lsocket -lnsl" >&5    { echo "$as_me:9394: WARNING: unable to find socket() trying -lsocket -lnsl" >&5
 echo "$as_me: WARNING: unable to find socket() trying -lsocket -lnsl" >&2;}  echo "$as_me: WARNING: unable to find socket() trying -lsocket -lnsl" >&2;}
 echo "$as_me:9367: checking for socket in -lsocket" >&5  echo "$as_me:9396: checking for socket in -lsocket" >&5
 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6  echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
 if test "${ac_cv_lib_socket_socket_lnsl+set}" = set; then  if test "${ac_cv_lib_socket_socket_lnsl+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 9372 
Line 9401 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsocket -lnsl $LIBS"  LIBS="-lsocket -lnsl $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 9375 "configure"  #line 9404 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 9391 
Line 9420 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9394: \"$ac_link\"") >&5  if { (eval echo "$as_me:9423: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9397: \$? = $ac_status" >&5    echo "$as_me:9426: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9400: \"$ac_try\"") >&5    { (eval echo "$as_me:9429: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9403: \$? = $ac_status" >&5    echo "$as_me:9432: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_socket_socket_lnsl=yes    ac_cv_lib_socket_socket_lnsl=yes
 else  else
Line 9411 
Line 9440 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:9414: result: $ac_cv_lib_socket_socket_lnsl" >&5  echo "$as_me:9443: result: $ac_cv_lib_socket_socket_lnsl" >&5
 echo "${ECHO_T}$ac_cv_lib_socket_socket_lnsl" >&6  echo "${ECHO_T}$ac_cv_lib_socket_socket_lnsl" >&6
 if test $ac_cv_lib_socket_socket_lnsl = yes; then  if test $ac_cv_lib_socket_socket_lnsl = yes; then
   NET_LIBS="${NET_LIBS} -lsocket -lnsl"; LIBS="${LIBS} -lsocket -lnsl"    NET_LIBS="${NET_LIBS} -lsocket -lnsl"; LIBS="${LIBS} -lsocket -lnsl"
Line 9423 
Line 9452 
   
 fi  fi
   
 echo "$as_me:9426: checking for inet_addr" >&5  echo "$as_me:9455: checking for inet_addr" >&5
 echo $ECHO_N "checking for inet_addr... $ECHO_C" >&6  echo $ECHO_N "checking for inet_addr... $ECHO_C" >&6
 if test "${ac_cv_func_inet_addr+set}" = set; then  if test "${ac_cv_func_inet_addr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 9432 "configure"  #line 9461 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char inet_addr (); below.  */      which can conflict with char inet_addr (); below.  */
Line 9460 
Line 9489 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9463: \"$ac_link\"") >&5  if { (eval echo "$as_me:9492: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9466: \$? = $ac_status" >&5    echo "$as_me:9495: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9469: \"$ac_try\"") >&5    { (eval echo "$as_me:9498: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9472: \$? = $ac_status" >&5    echo "$as_me:9501: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_func_inet_addr=yes    ac_cv_func_inet_addr=yes
 else  else
Line 9479 
Line 9508 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:9482: result: $ac_cv_func_inet_addr" >&5  echo "$as_me:9511: result: $ac_cv_func_inet_addr" >&5
 echo "${ECHO_T}$ac_cv_func_inet_addr" >&6  echo "${ECHO_T}$ac_cv_func_inet_addr" >&6
 if test $ac_cv_func_inet_addr = yes; then  if test $ac_cv_func_inet_addr = yes; then
   :    :
 else  else
   echo "$as_me:9487: checking for __inet_addr" >&5    echo "$as_me:9516: checking for __inet_addr" >&5
 echo $ECHO_N "checking for __inet_addr... $ECHO_C" >&6  echo $ECHO_N "checking for __inet_addr... $ECHO_C" >&6
 if test "${ac_cv_func___inet_addr+set}" = set; then  if test "${ac_cv_func___inet_addr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 9493 "configure"  #line 9522 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char __inet_addr (); below.  */      which can conflict with char __inet_addr (); below.  */
Line 9521 
Line 9550 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9524: \"$ac_link\"") >&5  if { (eval echo "$as_me:9553: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9527: \$? = $ac_status" >&5    echo "$as_me:9556: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9530: \"$ac_try\"") >&5    { (eval echo "$as_me:9559: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9533: \$? = $ac_status" >&5    echo "$as_me:9562: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_func___inet_addr=yes    ac_cv_func___inet_addr=yes
 else  else
Line 9540 
Line 9569 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:9543: result: $ac_cv_func___inet_addr" >&5  echo "$as_me:9572: result: $ac_cv_func___inet_addr" >&5
 echo "${ECHO_T}$ac_cv_func___inet_addr" >&6  echo "${ECHO_T}$ac_cv_func___inet_addr" >&6
 if test $ac_cv_func___inet_addr = yes; then  if test $ac_cv_func___inet_addr = yes; then
   :    :
 else  else
   echo "$as_me:9548: checking for inet_addr in -lnsl" >&5    echo "$as_me:9577: checking for inet_addr in -lnsl" >&5
 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6  echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then  if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 9553 
Line 9582 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lnsl  $LIBS"  LIBS="-lnsl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 9556 "configure"  #line 9585 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 9572 
Line 9601 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9575: \"$ac_link\"") >&5  if { (eval echo "$as_me:9604: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9578: \$? = $ac_status" >&5    echo "$as_me:9607: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9581: \"$ac_try\"") >&5    { (eval echo "$as_me:9610: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9584: \$? = $ac_status" >&5    echo "$as_me:9613: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_nsl_inet_addr=yes    ac_cv_lib_nsl_inet_addr=yes
 else  else
Line 9592 
Line 9621 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:9595: result: $ac_cv_lib_nsl_inet_addr" >&5  echo "$as_me:9624: result: $ac_cv_lib_nsl_inet_addr" >&5
 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6  echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
 if test $ac_cv_lib_nsl_inet_addr = yes; then  if test $ac_cv_lib_nsl_inet_addr = yes; then
   NET_LIBS="${NET_LIBS} -lnsl"; LIBS="${LIBS} -lnsl"    NET_LIBS="${NET_LIBS} -lnsl"; LIBS="${LIBS} -lnsl"
 else  else
   echo "$as_me:9600: checking for inet_addr in -linet" >&5    echo "$as_me:9629: checking for inet_addr in -linet" >&5
 echo $ECHO_N "checking for inet_addr in -linet... $ECHO_C" >&6  echo $ECHO_N "checking for inet_addr in -linet... $ECHO_C" >&6
 if test "${ac_cv_lib_inet_inet_addr+set}" = set; then  if test "${ac_cv_lib_inet_inet_addr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 9605 
Line 9634 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-linet  $LIBS"  LIBS="-linet  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 9608 "configure"  #line 9637 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 9624 
Line 9653 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9627: \"$ac_link\"") >&5  if { (eval echo "$as_me:9656: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9630: \$? = $ac_status" >&5    echo "$as_me:9659: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9633: \"$ac_try\"") >&5    { (eval echo "$as_me:9662: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9636: \$? = $ac_status" >&5    echo "$as_me:9665: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_inet_inet_addr=yes    ac_cv_lib_inet_inet_addr=yes
 else  else
Line 9644 
Line 9673 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:9647: result: $ac_cv_lib_inet_inet_addr" >&5  echo "$as_me:9676: result: $ac_cv_lib_inet_inet_addr" >&5
 echo "${ECHO_T}$ac_cv_lib_inet_inet_addr" >&6  echo "${ECHO_T}$ac_cv_lib_inet_inet_addr" >&6
 if test $ac_cv_lib_inet_inet_addr = yes; then  if test $ac_cv_lib_inet_inet_addr = yes; then
   NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet"    NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet"
 else  else
   { echo "$as_me:9652: WARNING: unable to find inet_addr() trying -lsocket -lnsl" >&5    { echo "$as_me:9681: 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: WARNING: unable to find inet_addr() trying -lsocket -lnsl" >&2;}
 echo "$as_me:9654: checking for inet_addr in -lsocket" >&5  echo "$as_me:9683: checking for inet_addr in -lsocket" >&5
 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6  echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
 if test "${ac_cv_lib_socket_inet_addr_lnsl+set}" = set; then  if test "${ac_cv_lib_socket_inet_addr_lnsl+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 9659 
Line 9688 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsocket -lnsl $LIBS"  LIBS="-lsocket -lnsl $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 9662 "configure"  #line 9691 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 9678 
Line 9707 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9681: \"$ac_link\"") >&5  if { (eval echo "$as_me:9710: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9684: \$? = $ac_status" >&5    echo "$as_me:9713: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9687: \"$ac_try\"") >&5    { (eval echo "$as_me:9716: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9690: \$? = $ac_status" >&5    echo "$as_me:9719: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_socket_inet_addr_lnsl=yes    ac_cv_lib_socket_inet_addr_lnsl=yes
 else  else
Line 9698 
Line 9727 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:9701: result: $ac_cv_lib_socket_inet_addr_lnsl" >&5  echo "$as_me:9730: result: $ac_cv_lib_socket_inet_addr_lnsl" >&5
 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr_lnsl" >&6  echo "${ECHO_T}$ac_cv_lib_socket_inet_addr_lnsl" >&6
 if test $ac_cv_lib_socket_inet_addr_lnsl = yes; then  if test $ac_cv_lib_socket_inet_addr_lnsl = yes; then
   NET_LIBS="${NET_LIBS} -lsocket -lnsl"; LIBS="${LIBS} -lsocket -lnsl"    NET_LIBS="${NET_LIBS} -lsocket -lnsl"; LIBS="${LIBS} -lsocket -lnsl"
Line 9712 
Line 9741 
   
 fi  fi
   
 echo "$as_me:9715: checking for syslog" >&5  echo "$as_me:9744: checking for syslog" >&5
 echo $ECHO_N "checking for syslog... $ECHO_C" >&6  echo $ECHO_N "checking for syslog... $ECHO_C" >&6
 if test "${ac_cv_func_syslog+set}" = set; then  if test "${ac_cv_func_syslog+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 9721 "configure"  #line 9750 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char syslog (); below.  */      which can conflict with char syslog (); below.  */
Line 9749 
Line 9778 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9752: \"$ac_link\"") >&5  if { (eval echo "$as_me:9781: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9755: \$? = $ac_status" >&5    echo "$as_me:9784: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9758: \"$ac_try\"") >&5    { (eval echo "$as_me:9787: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9761: \$? = $ac_status" >&5    echo "$as_me:9790: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_func_syslog=yes    ac_cv_func_syslog=yes
 else  else
Line 9768 
Line 9797 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:9771: result: $ac_cv_func_syslog" >&5  echo "$as_me:9800: result: $ac_cv_func_syslog" >&5
 echo "${ECHO_T}$ac_cv_func_syslog" >&6  echo "${ECHO_T}$ac_cv_func_syslog" >&6
 if test $ac_cv_func_syslog = yes; then  if test $ac_cv_func_syslog = yes; then
   :    :
 else  else
   echo "$as_me:9776: checking for syslog in -lsocket" >&5    echo "$as_me:9805: checking for syslog in -lsocket" >&5
 echo $ECHO_N "checking for syslog in -lsocket... $ECHO_C" >&6  echo $ECHO_N "checking for syslog in -lsocket... $ECHO_C" >&6
 if test "${ac_cv_lib_socket_syslog+set}" = set; then  if test "${ac_cv_lib_socket_syslog+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 9781 
Line 9810 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsocket  $LIBS"  LIBS="-lsocket  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 9784 "configure"  #line 9813 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 9800 
Line 9829 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9803: \"$ac_link\"") >&5  if { (eval echo "$as_me:9832: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9806: \$? = $ac_status" >&5    echo "$as_me:9835: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9809: \"$ac_try\"") >&5    { (eval echo "$as_me:9838: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9812: \$? = $ac_status" >&5    echo "$as_me:9841: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_socket_syslog=yes    ac_cv_lib_socket_syslog=yes
 else  else
Line 9820 
Line 9849 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:9823: result: $ac_cv_lib_socket_syslog" >&5  echo "$as_me:9852: result: $ac_cv_lib_socket_syslog" >&5
 echo "${ECHO_T}$ac_cv_lib_socket_syslog" >&6  echo "${ECHO_T}$ac_cv_lib_socket_syslog" >&6
 if test $ac_cv_lib_socket_syslog = yes; then  if test $ac_cv_lib_socket_syslog = yes; then
   NET_LIBS="${NET_LIBS} -lsocket"; LIBS="${LIBS} -lsocket"    NET_LIBS="${NET_LIBS} -lsocket"; LIBS="${LIBS} -lsocket"
 else  else
   echo "$as_me:9828: checking for syslog in -lnsl" >&5    echo "$as_me:9857: checking for syslog in -lnsl" >&5
 echo $ECHO_N "checking for syslog in -lnsl... $ECHO_C" >&6  echo $ECHO_N "checking for syslog in -lnsl... $ECHO_C" >&6
 if test "${ac_cv_lib_nsl_syslog+set}" = set; then  if test "${ac_cv_lib_nsl_syslog+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 9833 
Line 9862 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lnsl  $LIBS"  LIBS="-lnsl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 9836 "configure"  #line 9865 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 9852 
Line 9881 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9855: \"$ac_link\"") >&5  if { (eval echo "$as_me:9884: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9858: \$? = $ac_status" >&5    echo "$as_me:9887: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9861: \"$ac_try\"") >&5    { (eval echo "$as_me:9890: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9864: \$? = $ac_status" >&5    echo "$as_me:9893: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_nsl_syslog=yes    ac_cv_lib_nsl_syslog=yes
 else  else
Line 9872 
Line 9901 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:9875: result: $ac_cv_lib_nsl_syslog" >&5  echo "$as_me:9904: result: $ac_cv_lib_nsl_syslog" >&5
 echo "${ECHO_T}$ac_cv_lib_nsl_syslog" >&6  echo "${ECHO_T}$ac_cv_lib_nsl_syslog" >&6
 if test $ac_cv_lib_nsl_syslog = yes; then  if test $ac_cv_lib_nsl_syslog = yes; then
   NET_LIBS="${NET_LIBS} -lnsl"; LIBS="${LIBS} -lnsl"    NET_LIBS="${NET_LIBS} -lnsl"; LIBS="${LIBS} -lnsl"
 else  else
   echo "$as_me:9880: checking for syslog in -linet" >&5    echo "$as_me:9909: checking for syslog in -linet" >&5
 echo $ECHO_N "checking for syslog in -linet... $ECHO_C" >&6  echo $ECHO_N "checking for syslog in -linet... $ECHO_C" >&6
 if test "${ac_cv_lib_inet_syslog+set}" = set; then  if test "${ac_cv_lib_inet_syslog+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 9885 
Line 9914 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-linet  $LIBS"  LIBS="-linet  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 9888 "configure"  #line 9917 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 9904 
Line 9933 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9907: \"$ac_link\"") >&5  if { (eval echo "$as_me:9936: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9910: \$? = $ac_status" >&5    echo "$as_me:9939: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9913: \"$ac_try\"") >&5    { (eval echo "$as_me:9942: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9916: \$? = $ac_status" >&5    echo "$as_me:9945: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_inet_syslog=yes    ac_cv_lib_inet_syslog=yes
 else  else
Line 9924 
Line 9953 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:9927: result: $ac_cv_lib_inet_syslog" >&5  echo "$as_me:9956: result: $ac_cv_lib_inet_syslog" >&5
 echo "${ECHO_T}$ac_cv_lib_inet_syslog" >&6  echo "${ECHO_T}$ac_cv_lib_inet_syslog" >&6
 if test $ac_cv_lib_inet_syslog = yes; then  if test $ac_cv_lib_inet_syslog = yes; then
   NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet"    NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet"
Line 9939 
Line 9968 
 if test "$with_DCE" = "yes" -o "$ac_cv_prog_YACC" = "bison -y"; then  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      # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
 # for constant arguments.  Useless!  # for constant arguments.  Useless!
 echo "$as_me:9942: checking for working alloca.h" >&5  echo "$as_me:9971: checking for working alloca.h" >&5
 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6  echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
 if test "${ac_cv_working_alloca_h+set}" = set; then  if test "${ac_cv_working_alloca_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 9948 "configure"  #line 9977 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <alloca.h>  #include <alloca.h>
 int  int
Line 9957 
Line 9986 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:9960: \"$ac_link\"") >&5  if { (eval echo "$as_me:9989: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9963: \$? = $ac_status" >&5    echo "$as_me:9992: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:9966: \"$ac_try\"") >&5    { (eval echo "$as_me:9995: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:9969: \$? = $ac_status" >&5    echo "$as_me:9998: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_working_alloca_h=yes    ac_cv_working_alloca_h=yes
 else  else
Line 9976 
Line 10005 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:9979: result: $ac_cv_working_alloca_h" >&5  echo "$as_me:10008: result: $ac_cv_working_alloca_h" >&5
 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6  echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
 if test $ac_cv_working_alloca_h = yes; then  if test $ac_cv_working_alloca_h = yes; then
   
Line 9986 
Line 10015 
   
 fi  fi
   
 echo "$as_me:9989: checking for alloca" >&5  echo "$as_me:10018: checking for alloca" >&5
 echo $ECHO_N "checking for alloca... $ECHO_C" >&6  echo $ECHO_N "checking for alloca... $ECHO_C" >&6
 if test "${ac_cv_func_alloca_works+set}" = set; then  if test "${ac_cv_func_alloca_works+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 9995 "configure"  #line 10024 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #ifdef __GNUC__  #ifdef __GNUC__
 # define alloca __builtin_alloca  # define alloca __builtin_alloca
Line 10024 
Line 10053 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:10027: \"$ac_link\"") >&5  if { (eval echo "$as_me:10056: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:10030: \$? = $ac_status" >&5    echo "$as_me:10059: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:10033: \"$ac_try\"") >&5    { (eval echo "$as_me:10062: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:10036: \$? = $ac_status" >&5    echo "$as_me:10065: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_func_alloca_works=yes    ac_cv_func_alloca_works=yes
 else  else
Line 10043 
Line 10072 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:10046: result: $ac_cv_func_alloca_works" >&5  echo "$as_me:10075: result: $ac_cv_func_alloca_works" >&5
 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6  echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
   
 if test $ac_cv_func_alloca_works = yes; then  if test $ac_cv_func_alloca_works = yes; then
Line 10064 
Line 10093 
 #define C_ALLOCA 1  #define C_ALLOCA 1
 EOF  EOF
   
 echo "$as_me:10067: checking whether \`alloca.c' needs Cray hooks" >&5  echo "$as_me:10096: checking whether \`alloca.c' needs Cray hooks" >&5
 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6  echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
 if test "${ac_cv_os_cray+set}" = set; then  if test "${ac_cv_os_cray+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 10073 "configure"  #line 10102 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #if defined(CRAY) && ! defined(CRAY2)  #if defined(CRAY) && ! defined(CRAY2)
 webecray  webecray
Line 10088 
Line 10117 
 rm -f conftest*  rm -f conftest*
   
 fi  fi
 echo "$as_me:10091: result: $ac_cv_os_cray" >&5  echo "$as_me:10120: result: $ac_cv_os_cray" >&5
 echo "${ECHO_T}$ac_cv_os_cray" >&6  echo "${ECHO_T}$ac_cv_os_cray" >&6
 if test $ac_cv_os_cray = yes; then  if test $ac_cv_os_cray = yes; then
   for ac_func in _getb67 GETB67 getb67; do    for ac_func in _getb67 GETB67 getb67; do
     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`      as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:10096: checking for $ac_func" >&5  echo "$as_me:10125: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 10102 "configure"  #line 10131 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
Line 10130 
Line 10159 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:10133: \"$ac_link\"") >&5  if { (eval echo "$as_me:10162: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:10136: \$? = $ac_status" >&5    echo "$as_me:10165: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:10139: \"$ac_try\"") >&5    { (eval echo "$as_me:10168: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:10142: \$? = $ac_status" >&5    echo "$as_me:10171: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
Line 10149 
Line 10178 
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 echo "$as_me:10152: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:10181: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
   
Line 10163 
Line 10192 
   done    done
 fi  fi
   
 echo "$as_me:10166: checking stack direction for C alloca" >&5  echo "$as_me:10195: checking stack direction for C alloca" >&5
 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6  echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
 if test "${ac_cv_c_stack_direction+set}" = set; then  if test "${ac_cv_c_stack_direction+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 10172 
Line 10201 
   ac_cv_c_stack_direction=0    ac_cv_c_stack_direction=0
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line 10175 "configure"  #line 10204 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 int  int
 find_stack_direction ()  find_stack_direction ()
Line 10195 
Line 10224 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
 if { (eval echo "$as_me:10198: \"$ac_link\"") >&5  if { (eval echo "$as_me:10227: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:10201: \$? = $ac_status" >&5    echo "$as_me:10230: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
   { (eval echo "$as_me:10203: \"$ac_try\"") >&5    { (eval echo "$as_me:10232: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:10206: \$? = $ac_status" >&5    echo "$as_me:10235: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_c_stack_direction=1    ac_cv_c_stack_direction=1
 else  else
Line 10215 
Line 10244 
 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
 fi  fi
 echo "$as_me:10218: result: $ac_cv_c_stack_direction" >&5  echo "$as_me:10247: result: $ac_cv_c_stack_direction" >&5
 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6  echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
   
 cat >>confdefs.h <<EOF  cat >>confdefs.h <<EOF
Line 10261 
Line 10290 
 fi  fi
   
 if test "$with_pam" = "yes"; then  if test "$with_pam" = "yes"; then
     echo "$as_me:10264: checking for main in -ldl" >&5      echo "$as_me:10293: checking for main in -ldl" >&5
 echo $ECHO_N "checking for main in -ldl... $ECHO_C" >&6  echo $ECHO_N "checking for main in -ldl... $ECHO_C" >&6
 if test "${ac_cv_lib_dl_main+set}" = set; then  if test "${ac_cv_lib_dl_main+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 10269 
Line 10298 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 10272 "configure"  #line 10301 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int  int
Line 10281 
Line 10310 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:10284: \"$ac_link\"") >&5  if { (eval echo "$as_me:10313: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:10287: \$? = $ac_status" >&5    echo "$as_me:10316: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:10290: \"$ac_try\"") >&5    { (eval echo "$as_me:10319: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:10293: \$? = $ac_status" >&5    echo "$as_me:10322: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_dl_main=yes    ac_cv_lib_dl_main=yes
 else  else
Line 10301 
Line 10330 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:10304: result: $ac_cv_lib_dl_main" >&5  echo "$as_me:10333: result: $ac_cv_lib_dl_main" >&5
 echo "${ECHO_T}$ac_cv_lib_dl_main" >&6  echo "${ECHO_T}$ac_cv_lib_dl_main" >&6
 if test $ac_cv_lib_dl_main = yes; then  if test $ac_cv_lib_dl_main = yes; then
   SUDO_LIBS="${SUDO_LIBS} -ldl -lpam"    SUDO_LIBS="${SUDO_LIBS} -ldl -lpam"
Line 10340 
Line 10369 
         echo 'Unable to locate kerberos 4 libraries, you will have to edit the Makefile and add -L/path/to/krb/libs to SUDO_LDFLAGS'          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      fi
   
     echo "$as_me:10343: checking for main in -ldes" >&5      echo "$as_me:10372: checking for main in -ldes" >&5
 echo $ECHO_N "checking for main in -ldes... $ECHO_C" >&6  echo $ECHO_N "checking for main in -ldes... $ECHO_C" >&6
 if test "${ac_cv_lib_des_main+set}" = set; then  if test "${ac_cv_lib_des_main+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 10348 
Line 10377 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldes  $LIBS"  LIBS="-ldes  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 10351 "configure"  #line 10380 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int  int
Line 10360 
Line 10389 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:10363: \"$ac_link\"") >&5  if { (eval echo "$as_me:10392: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:10366: \$? = $ac_status" >&5    echo "$as_me:10395: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:10369: \"$ac_try\"") >&5    { (eval echo "$as_me:10398: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:10372: \$? = $ac_status" >&5    echo "$as_me:10401: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_des_main=yes    ac_cv_lib_des_main=yes
 else  else
Line 10380 
Line 10409 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:10383: result: $ac_cv_lib_des_main" >&5  echo "$as_me:10412: result: $ac_cv_lib_des_main" >&5
 echo "${ECHO_T}$ac_cv_lib_des_main" >&6  echo "${ECHO_T}$ac_cv_lib_des_main" >&6
 if test $ac_cv_lib_des_main = yes; then  if test $ac_cv_lib_des_main = yes; then
   SUDO_LIBS="${SUDO_LIBS} -lkrb -ldes"    SUDO_LIBS="${SUDO_LIBS} -lkrb -ldes"
Line 10452 
Line 10481 
     else      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'          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      fi
     echo "$as_me:10455: checking for skeyaccess in -lskey" >&5      echo "$as_me:10484: checking for skeyaccess in -lskey" >&5
 echo $ECHO_N "checking for skeyaccess in -lskey... $ECHO_C" >&6  echo $ECHO_N "checking for skeyaccess in -lskey... $ECHO_C" >&6
 if test "${ac_cv_lib_skey_skeyaccess+set}" = set; then  if test "${ac_cv_lib_skey_skeyaccess+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
Line 10460 
Line 10489 
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lskey  $LIBS"  LIBS="-lskey  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line 10463 "configure"  #line 10492 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 10479 
Line 10508 
 }  }
 _ACEOF  _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:10482: \"$ac_link\"") >&5  if { (eval echo "$as_me:10511: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:10485: \$? = $ac_status" >&5    echo "$as_me:10514: \$? = $ac_status" >&5
   (exit $ac_status); } &&    (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:10488: \"$ac_try\"") >&5    { (eval echo "$as_me:10517: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:10491: \$? = $ac_status" >&5    echo "$as_me:10520: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   ac_cv_lib_skey_skeyaccess=yes    ac_cv_lib_skey_skeyaccess=yes
 else  else
Line 10499 
Line 10528 
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 echo "$as_me:10502: result: $ac_cv_lib_skey_skeyaccess" >&5  echo "$as_me:10531: result: $ac_cv_lib_skey_skeyaccess" >&5
 echo "${ECHO_T}$ac_cv_lib_skey_skeyaccess" >&6  echo "${ECHO_T}$ac_cv_lib_skey_skeyaccess" >&6
 if test $ac_cv_lib_skey_skeyaccess = yes; then  if test $ac_cv_lib_skey_skeyaccess = yes; then
   
Line 10544 
Line 10573 
     SUDO_LIBS="${SUDO_LIBS} -ls"      SUDO_LIBS="${SUDO_LIBS} -ls"
 fi  fi
   
 echo "$as_me:10547: checking for log file location" >&5  echo "$as_me:10576: checking for log file location" >&5
 echo $ECHO_N "checking for log file location... $ECHO_C" >&6  echo $ECHO_N "checking for log file location... $ECHO_C" >&6
 if test -n "$with_logpath"; then  if test -n "$with_logpath"; then
     echo "$as_me:10550: result: $with_logpath" >&5      echo "$as_me:10579: result: $with_logpath" >&5
 echo "${ECHO_T}$with_logpath" >&6  echo "${ECHO_T}$with_logpath" >&6
     cat >>confdefs.h <<EOF      cat >>confdefs.h <<EOF
 #define _PATH_SUDO_LOGFILE "$with_logpath"  #define _PATH_SUDO_LOGFILE "$with_logpath"
 EOF  EOF
   
 elif test -d "/var/log"; then  elif test -d "/var/log"; then
     echo "$as_me:10557: result: /var/log/sudo.log" >&5      echo "$as_me:10586: result: /var/log/sudo.log" >&5
 echo "${ECHO_T}/var/log/sudo.log" >&6  echo "${ECHO_T}/var/log/sudo.log" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_SUDO_LOGFILE "/var/log/sudo.log"  #define _PATH_SUDO_LOGFILE "/var/log/sudo.log"
 EOF  EOF
   
 elif test -d "/var/adm"; then  elif test -d "/var/adm"; then
     echo "$as_me:10564: result: /var/adm/sudo.log" >&5      echo "$as_me:10593: result: /var/adm/sudo.log" >&5
 echo "${ECHO_T}/var/adm/sudo.log" >&6  echo "${ECHO_T}/var/adm/sudo.log" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_SUDO_LOGFILE "/var/adm/sudo.log"  #define _PATH_SUDO_LOGFILE "/var/adm/sudo.log"
 EOF  EOF
   
 elif test -d "/usr/adm"; then  elif test -d "/usr/adm"; then
     echo "$as_me:10571: result: /usr/adm/sudo.log" >&5      echo "$as_me:10600: result: /usr/adm/sudo.log" >&5
 echo "${ECHO_T}/usr/adm/sudo.log" >&6  echo "${ECHO_T}/usr/adm/sudo.log" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_SUDO_LOGFILE "/usr/adm/sudo.log"  #define _PATH_SUDO_LOGFILE "/usr/adm/sudo.log"
 EOF  EOF
   
 else  else
     echo "$as_me:10578: result: unknown" >&5      echo "$as_me:10607: result: unknown" >&5
 echo "${ECHO_T}unknown" >&6  echo "${ECHO_T}unknown" >&6
 fi  fi
   
 echo "$as_me:10582: checking for timestamp file location" >&5  echo "$as_me:10611: checking for timestamp file location" >&5
 echo $ECHO_N "checking for timestamp file location... $ECHO_C" >&6  echo $ECHO_N "checking for timestamp file location... $ECHO_C" >&6
 if test -n "$with_timedir"; then  if test -n "$with_timedir"; then
     echo "$as_me:10585: result: $with_timedir" >&5      echo "$as_me:10614: result: $with_timedir" >&5
 echo "${ECHO_T}$with_timedir" >&6  echo "${ECHO_T}$with_timedir" >&6
     cat >>confdefs.h <<EOF      cat >>confdefs.h <<EOF
 #define _PATH_SUDO_TIMEDIR "$with_timedir"  #define _PATH_SUDO_TIMEDIR "$with_timedir"
Line 10590 
Line 10619 
   
     timedir="$with_timedir"      timedir="$with_timedir"
 elif test -d "/var/run"; then  elif test -d "/var/run"; then
     echo "$as_me:10593: result: /var/run/sudo" >&5      echo "$as_me:10622: result: /var/run/sudo" >&5
 echo "${ECHO_T}/var/run/sudo" >&6  echo "${ECHO_T}/var/run/sudo" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_SUDO_TIMEDIR "/var/run/sudo"  #define _PATH_SUDO_TIMEDIR "/var/run/sudo"
Line 10598 
Line 10627 
   
     timedir="/var/run/sudo"      timedir="/var/run/sudo"
 else  else
     echo "$as_me:10601: result: /tmp/.odus" >&5      echo "$as_me:10630: result: /tmp/.odus" >&5
 echo "${ECHO_T}/tmp/.odus" >&6  echo "${ECHO_T}/tmp/.odus" >&6
     cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define _PATH_SUDO_TIMEDIR "/tmp/.odus"  #define _PATH_SUDO_TIMEDIR "/tmp/.odus"
Line 10613 
Line 10642 
 EOF  EOF
   
     if test -z "$AUTH_OBJS"; then      if test -z "$AUTH_OBJS"; then
         { { echo "$as_me:10616: error: no authentication methods defined." >&5          { { echo "$as_me:10645: error: no authentication methods defined." >&5
 echo "$as_me: error: no authentication methods defined." >&2;}  echo "$as_me: error: no authentication methods defined." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
     fi      fi
Line 10719 
Line 10748 
 : ${CONFIG_STATUS=./config.status}  : ${CONFIG_STATUS=./config.status}
 ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 { echo "$as_me:10722: creating $CONFIG_STATUS" >&5  { echo "$as_me:10751: creating $CONFIG_STATUS" >&5
 echo "$as_me: creating $CONFIG_STATUS" >&6;}  echo "$as_me: creating $CONFIG_STATUS" >&6;}
 cat >$CONFIG_STATUS <<_ACEOF  cat >$CONFIG_STATUS <<_ACEOF
 #! $SHELL  #! $SHELL
Line 10847 
Line 10876 
   
 cat >>$CONFIG_STATUS <<EOF  cat >>$CONFIG_STATUS <<EOF
 ac_cs_version="\\  ac_cs_version="\\
 sudo config.status 1.6.4  sudo config.status 1.6.5
 configured by $0, generated by GNU Autoconf 2.52,  configured by $0, generated by GNU Autoconf 2.52,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
   
Line 10891 
Line 10920 
     echo "$ac_cs_version"; exit 0 ;;      echo "$ac_cs_version"; exit 0 ;;
   --he | --h)    --he | --h)
     # Conflict between --help and --header      # Conflict between --help and --header
     { { echo "$as_me:10894: error: ambiguous option: $1      { { echo "$as_me:10923: error: ambiguous option: $1
 Try \`$0 --help' for more information." >&5  Try \`$0 --help' for more information." >&5
 echo "$as_me: error: ambiguous option: $1  echo "$as_me: error: ambiguous option: $1
 Try \`$0 --help' for more information." >&2;}  Try \`$0 --help' for more information." >&2;}
Line 10910 
Line 10939 
     ac_need_defaults=false;;      ac_need_defaults=false;;
   
   # This is an error.    # This is an error.
   -*) { { echo "$as_me:10913: error: unrecognized option: $1    -*) { { echo "$as_me:10942: error: unrecognized option: $1
 Try \`$0 --help' for more information." >&5  Try \`$0 --help' for more information." >&5
 echo "$as_me: error: unrecognized option: $1  echo "$as_me: error: unrecognized option: $1
 Try \`$0 --help' for more information." >&2;}  Try \`$0 --help' for more information." >&2;}
Line 10929 
Line 10958 
 ## Running config.status.  ##  ## Running config.status.  ##
 ## ----------------------- ##  ## ----------------------- ##
   
 This file was extended by $as_me (sudo 1.6.4) 2.52, executed with  This file was extended by $as_me (sudo 1.6.5) 2.52, executed with
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
   CONFIG_LINKS    = $CONFIG_LINKS    CONFIG_LINKS    = $CONFIG_LINKS
Line 10951 
Line 10980 
   "sudoers.man" ) CONFIG_FILES="$CONFIG_FILES sudoers.man" ;;    "sudoers.man" ) CONFIG_FILES="$CONFIG_FILES sudoers.man" ;;
   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;    "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
   "pathnames.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pathnames.h" ;;    "pathnames.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pathnames.h" ;;
   *) { { echo "$as_me:10954: error: invalid argument: $ac_config_target" >&5    *) { { echo "$as_me:10983: error: invalid argument: $ac_config_target" >&5
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
   esac    esac
Line 11205 
Line 11234 
   esac    esac
   
   if test x"$ac_file" != x-; then    if test x"$ac_file" != x-; then
     { echo "$as_me:11208: creating $ac_file" >&5      { echo "$as_me:11237: creating $ac_file" >&5
 echo "$as_me: creating $ac_file" >&6;}  echo "$as_me: creating $ac_file" >&6;}
     rm -f "$ac_file"      rm -f "$ac_file"
   fi    fi
Line 11223 
Line 11252 
       -) echo $tmp/stdin ;;        -) echo $tmp/stdin ;;
       [\\/$]*)        [\\/$]*)
          # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
          test -f "$f" || { { echo "$as_me:11226: error: cannot find input file: $f" >&5           test -f "$f" || { { echo "$as_me:11255: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
          echo $f;;           echo $f;;
Line 11236 
Line 11265 
            echo $srcdir/$f             echo $srcdir/$f
          else           else
            # /dev/null tree             # /dev/null tree
            { { echo "$as_me:11239: error: cannot find input file: $f" >&5             { { echo "$as_me:11268: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
          fi;;           fi;;
Line 11296 
Line 11325 
   * )   ac_file_in=$ac_file.in ;;    * )   ac_file_in=$ac_file.in ;;
   esac    esac
   
   test x"$ac_file" != x- && { echo "$as_me:11299: creating $ac_file" >&5    test x"$ac_file" != x- && { echo "$as_me:11328: creating $ac_file" >&5
 echo "$as_me: creating $ac_file" >&6;}  echo "$as_me: creating $ac_file" >&6;}
   
   # First look for the input files in the build tree, otherwise in the    # First look for the input files in the build tree, otherwise in the
Line 11307 
Line 11336 
       -) echo $tmp/stdin ;;        -) echo $tmp/stdin ;;
       [\\/$]*)        [\\/$]*)
          # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
          test -f "$f" || { { echo "$as_me:11310: error: cannot find input file: $f" >&5           test -f "$f" || { { echo "$as_me:11339: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
          echo $f;;           echo $f;;
Line 11320 
Line 11349 
            echo $srcdir/$f             echo $srcdir/$f
          else           else
            # /dev/null tree             # /dev/null tree
            { { echo "$as_me:11323: error: cannot find input file: $f" >&5             { { echo "$as_me:11352: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
          fi;;           fi;;
Line 11437 
Line 11466 
   rm -f $tmp/in    rm -f $tmp/in
   if test x"$ac_file" != x-; then    if test x"$ac_file" != x-; then
     if cmp -s $ac_file $tmp/config.h 2>/dev/null; then      if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
       { echo "$as_me:11440: $ac_file is unchanged" >&5        { echo "$as_me:11469: $ac_file is unchanged" >&5
 echo "$as_me: $ac_file is unchanged" >&6;}  echo "$as_me: $ac_file is unchanged" >&6;}
     else      else
       ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \        ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12