[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.8 and 1.9

version 1.8, 2001/09/25 09:50:20 version 1.9, 2002/01/03 03:49:16
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 automatically using autoconf version 2.12  # Generated by Autoconf 2.52 for sudo 1.6.4.
 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.  
 #  #
   # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
   # Free Software Foundation, Inc.
 # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
   
 # Defaults:  # Avoid depending upon Character Ranges.
 ac_help=  as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   as_cr_digits='0123456789'
   as_cr_alnum=$as_cr_Letters$as_cr_digits
   
   # Sed expression to map a string onto a valid variable name.
   as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
   
   # Sed expression to map a string onto a valid CPP name.
   as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
   
   # Be Bourne compatible
   if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     emulate sh
     NULLCMD=:
   elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
     set -o posix
   fi
   
   # Name of the executable.
   as_me=`echo "$0" |sed 's,.*[\\/],,'`
   
   if expr a : '\(a\)' >/dev/null 2>&1; then
     as_expr=expr
   else
     as_expr=false
   fi
   
   rm -f conf$$ conf$$.exe conf$$.file
   echo >conf$$.file
   if ln -s conf$$.file conf$$ 2>/dev/null; then
     # We could just check for DJGPP; but this test a) works b) is more generic
     # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
     if test -f conf$$.exe; then
       # Don't use ln at all; we don't have any links
       as_ln_s='cp -p'
     else
       as_ln_s='ln -s'
     fi
   elif ln conf$$.file conf$$ 2>/dev/null; then
     as_ln_s=ln
   else
     as_ln_s='cp -p'
   fi
   rm -f conf$$ conf$$.exe conf$$.file
   
   as_executable_p="test -f"
   
   # Support unset when possible.
   if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
     as_unset=unset
   else
     as_unset=false
   fi
   
   # NLS nuisances.
   $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
   $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
   $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
   $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
   $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
   $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
   $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
   $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
   
   # IFS
   # We need space, tab and new line, in precisely that order.
   as_nl='
   '
   IFS="   $as_nl"
   
   # CDPATH.
   $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
   
   # Name of the host.
   # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
   # so uname gets run too.
   ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
   
   exec 6>&1
   
   #
   # Initializations.
   #
 ac_default_prefix=/usr/local  ac_default_prefix=/usr/local
 # Any additions from configure.in:  cross_compiling=no
 ac_help="$ac_help  subdirs=
   --with-otp-only         deprecated"  MFLAGS= MAKEFLAGS=
 ac_help="$ac_help  SHELL=${CONFIG_SHELL-/bin/sh}
   --with-alertmail        deprecated"  
 ac_help="$ac_help  
   --with-CC               C compiler to use"  
 ac_help="$ac_help  
   --with-incpath          additional places to look for include files"  
 ac_help="$ac_help  
   --with-libpath          additional places to look for libraries"  
 ac_help="$ac_help  
   --with-libraries        additional libraries to link with"  
 ac_help="$ac_help  
   --with-devel            add developement options"  
 ac_help="$ac_help  
   --with-csops            add CSOps standard options"  
 ac_help="$ac_help  
   --without-passwd        don't use passwd/shadow file for authentication"  
 ac_help="$ac_help  
   --with-skey             enable S/Key support "  
 ac_help="$ac_help  
   --with-opie             enable OPIE support "  
 ac_help="$ac_help  
   --with-long-otp-prompt  use a two line OTP (skey/opie) prompt"  
 ac_help="$ac_help  
   --with-SecurID          enable SecurID support"  
 ac_help="$ac_help  
   --with-fwtk             enable FWTK AuthSRV support"  
 ac_help="$ac_help  
   --with-kerb4            enable kerberos v4 support"  
 ac_help="$ac_help  
   --with-kerb5            enable kerberos v5 support"  
 ac_help="$ac_help  
   --with-authenticate     enable AIX general authentication support"  
 ac_help="$ac_help  
   --with-pam              enable PAM support"  
 ac_help="$ac_help  
   --with-AFS              enable AFS support"  
 ac_help="$ac_help  
   --with-DCE              enable DCE support"  
 ac_help="$ac_help  
   --with-logincap         enable BSD login class support"  
 ac_help="$ac_help  
   --with-bsdauth          enable BSD authentication support"  
 ac_help="$ac_help  
   --without-lecture       don't print lecture for first-time sudoer"  
 ac_help="$ac_help  
   --with-logging          log via syslog, file, or both"  
 ac_help="$ac_help  
   --with-logfac           syslog facility to log with (default is local2)"  
 ac_help="$ac_help  
   --with-goodpri          syslog priority for commands (def is notice)"  
 ac_help="$ac_help  
   --with-badpri           syslog priority for failures (def is LOG_ALERT)"  
 ac_help="$ac_help  
   --with-logpath          path to the sudo log file"  
 ac_help="$ac_help  
   --with-loglen           maximum length of a log file line (default is 80)"  
 ac_help="$ac_help  
   --with-ignore-dot       ignore '.' in the PATH"  
 ac_help="$ac_help  
   --with-mailto           who should get sudo mail (default is "root")"  
 ac_help="$ac_help  
   --with-mailsubject      subject of sudo mail"  
 ac_help="$ac_help  
   --without-mail-if-no-user do not send mail if user not in sudoers"  
 ac_help="$ac_help  
   --with-mail-if-no-host  send mail if user in sudoers but not for this host"  
 ac_help="$ac_help  
   --with-mail-if-noperms  send mail if user not allowed to run command"  
 ac_help="$ac_help  
   --with-passprompt       default password prompt"  
 ac_help="$ac_help  
   --with-badpass-message  message the user sees when the password is wrong"  
 ac_help="$ac_help  
   --with-fqdn             expect fully qualified hosts in sudoers"  
 ac_help="$ac_help  
   --with-timedir          path to the sudo timestamp dir"  
 ac_help="$ac_help  
   --with-sendmail=path    set path to sendmail  
   --without-sendmail      do not send mail at all"  
 ac_help="$ac_help  
   --with-sudoers-mode     mode of sudoers file (defaults to 0440)"  
 ac_help="$ac_help  
   --with-sudoers-uid      uid that owns sudoers file (defaults to 0)"  
 ac_help="$ac_help  
   --with-sudoers-gid      gid that owns sudoers file (defaults to 0)"  
 ac_help="$ac_help  
   --with-umask            umask with which the prog should run (default is 0022)  
   --without-umask         Preserves the umask of the user invoking sudo."  
 ac_help="$ac_help  
   --with-runas-default    User to run commands as (default is "root""  
 ac_help="$ac_help  
   --with-exempt=group     no passwd needed for users in this group"  
 ac_help="$ac_help  
   --with-editor=path      Default editor for visudo (defaults to vi)"  
 ac_help="$ac_help  
   --with-env-editor       Use the environment variable EDITOR for visudo"  
 ac_help="$ac_help  
   --with-passwd-tries     number of tries to enter password (default is 3)"  
 ac_help="$ac_help  
   --with-timeout          minutes before sudo asks for passwd again (def is 5)"  
 ac_help="$ac_help  
   --with-password-timeout passwd prompt timeout in minutes (default is 5)"  
 ac_help="$ac_help  
   --with-execv            use execv() instead of execvp()"  
 ac_help="$ac_help  
   --with-tty-tickets      use a different ticket file for each tty"  
 ac_help="$ac_help  
   --with-insults          insult the user for entering an incorrect password"  
 ac_help="$ac_help  
   --with-all-insults      include all the sudo insult sets"  
 ac_help="$ac_help  
   --with-classic-insults  include the insults from the "classic" sudo"  
 ac_help="$ac_help  
   --with-csops-insults    include CSOps insults"  
 ac_help="$ac_help  
   --with-hal-insults      include 2001-like insults"  
 ac_help="$ac_help  
   --with-goons-insults    include the insults from the \"Goon Show\""  
 ac_help="$ac_help  
   --with-secure-path      override the user's path with a builtin one"  
 ac_help="$ac_help  
   --without-interfaces    don't try to read the ip addr of ether interfaces"  
 ac_help="$ac_help  
   --disable-authentication  
                           Do not require authentication by default"  
 ac_help="$ac_help  
   --disable-shadow        Never use shadow passwords"  
 ac_help="$ac_help  
   --disable-root-sudo     don't allow root to run sudo"  
 ac_help="$ac_help  
   --enable-log-host       Log the hostname in the log file"  
 ac_help="$ac_help  
   --enable-noargs-shell   If sudo is given no arguments run a shell"  
 ac_help="$ac_help  
   --enable-shell-sets-home  
                           set \$HOME to target user in shell mode"  
 ac_help="$ac_help  
   --disable-path-info     Print 'command not allowed' not 'command not found'"  
 ac_help="$ac_help  
   --disable-sia           Never use SIA on Digital UNIX"  
   
   # Maximum number of lines to put in a shell here document.
   # This variable seems obsolete.  It should probably be removed, and
   # only ac_max_sed_lines should be used.
   : ${ac_max_here_lines=38}
   
   # Factoring default headers for most tests.
   ac_includes_default="\
   #include <stdio.h>
   #if HAVE_SYS_TYPES_H
   # include <sys/types.h>
   #endif
   #if HAVE_SYS_STAT_H
   # include <sys/stat.h>
   #endif
   #if STDC_HEADERS
   # include <stdlib.h>
   # include <stddef.h>
   #else
   # if HAVE_STDLIB_H
   #  include <stdlib.h>
   # endif
   #endif
   #if HAVE_STRING_H
   # if !STDC_HEADERS && HAVE_MEMORY_H
   #  include <memory.h>
   # endif
   # include <string.h>
   #endif
   #if HAVE_STRINGS_H
   # include <strings.h>
   #endif
   #if HAVE_INTTYPES_H
   # include <inttypes.h>
   #else
   # if HAVE_STDINT_H
   #  include <stdint.h>
   # endif
   #endif
   #if HAVE_UNISTD_H
   # include <unistd.h>
   #endif"
   
 # Initialize some variables set by options.  # Initialize some variables set by options.
   ac_init_help=
   ac_init_version=false
 # The variables have the same names as the options, with  # The variables have the same names as the options, with
 # dashes changed to underlines.  # dashes changed to underlines.
 build=NONE  cache_file=/dev/null
 cache_file=./config.cache  
 exec_prefix=NONE  exec_prefix=NONE
 host=NONE  
 no_create=  no_create=
 nonopt=NONE  
 no_recursion=  no_recursion=
 prefix=NONE  prefix=NONE
 program_prefix=NONE  program_prefix=NONE
Line 171 
Line 157 
 silent=  silent=
 site=  site=
 srcdir=  srcdir=
 target=NONE  
 verbose=  verbose=
 x_includes=NONE  x_includes=NONE
 x_libraries=NONE  x_libraries=NONE
   
   # Installation directory options.
   # These are left unexpanded so users can "make install exec_prefix=/foo"
   # and all the variables that are supposed to be based on exec_prefix
   # by default will actually change.
   # Use braces instead of parens because sh, perl, etc. also accept them.
 bindir='${exec_prefix}/bin'  bindir='${exec_prefix}/bin'
 sbindir='${exec_prefix}/sbin'  sbindir='${exec_prefix}/sbin'
 libexecdir='${exec_prefix}/libexec'  libexecdir='${exec_prefix}/libexec'
Line 188 
Line 179 
 infodir='${prefix}/info'  infodir='${prefix}/info'
 mandir='${prefix}/man'  mandir='${prefix}/man'
   
 # Initialize some other variables.  # Identity of this package.
 subdirs=  PACKAGE_NAME='sudo'
 MFLAGS= MAKEFLAGS=  PACKAGE_TARNAME='sudo'
 # Maximum number of lines to put in a shell here document.  PACKAGE_VERSION='1.6.4'
 ac_max_here_lines=12  PACKAGE_STRING='sudo 1.6.4'
   PACKAGE_BUGREPORT=''
   
 ac_prev=  ac_prev=
 for ac_option  for ac_option
 do  do
   
   # If the previous option needs an argument, assign it.    # If the previous option needs an argument, assign it.
   if test -n "$ac_prev"; then    if test -n "$ac_prev"; then
     eval "$ac_prev=\$ac_option"      eval "$ac_prev=\$ac_option"
Line 205 
Line 196 
     continue      continue
   fi    fi
   
   case "$ac_option" in    ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;  
   *) ac_optarg= ;;  
   esac  
   
   # Accept the important Cygnus configure options, so we can diagnose typos.    # Accept the important Cygnus configure options, so we can diagnose typos.
   
   case "$ac_option" in    case $ac_option in
   
   -bindir | --bindir | --bindi | --bind | --bin | --bi)    -bindir | --bindir | --bindi | --bind | --bin | --bi)
     ac_prev=bindir ;;      ac_prev=bindir ;;
   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)    -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
     bindir="$ac_optarg" ;;      bindir=$ac_optarg ;;
   
   -build | --build | --buil | --bui | --bu)    -build | --build | --buil | --bui | --bu)
     ac_prev=build ;;      ac_prev=build_alias ;;
   -build=* | --build=* | --buil=* | --bui=* | --bu=*)    -build=* | --build=* | --buil=* | --bui=* | --bu=*)
     build="$ac_optarg" ;;      build_alias=$ac_optarg ;;
   
   -cache-file | --cache-file | --cache-fil | --cache-fi \    -cache-file | --cache-file | --cache-fil | --cache-fi \
   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
     ac_prev=cache_file ;;      ac_prev=cache_file ;;
   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
     cache_file="$ac_optarg" ;;      cache_file=$ac_optarg ;;
   
     --config-cache | -C)
       cache_file=config.cache ;;
   
   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)    -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
     ac_prev=datadir ;;      ac_prev=datadir ;;
   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \    -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
   | --da=*)    | --da=*)
     datadir="$ac_optarg" ;;      datadir=$ac_optarg ;;
   
   -disable-* | --disable-*)    -disable-* | --disable-*)
     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`      ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then      expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     fi     { (exit 1); exit 1; }; }
     ac_feature=`echo $ac_feature| sed 's/-/_/g'`      ac_feature=`echo $ac_feature | sed 's/-/_/g'`
     eval "enable_${ac_feature}=no" ;;      eval "enable_$ac_feature=no" ;;
   
   -enable-* | --enable-*)    -enable-* | --enable-*)
     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`      ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then      expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     fi     { (exit 1); exit 1; }; }
     ac_feature=`echo $ac_feature| sed 's/-/_/g'`      ac_feature=`echo $ac_feature | sed 's/-/_/g'`
     case "$ac_option" in      case $ac_option in
       *=*) ;;        *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
       *) ac_optarg=yes ;;        *) ac_optarg=yes ;;
     esac      esac
     eval enable_${ac_feature}='$ac_optarg' ;;      eval enable_$ac_feature='$ac_optarg' ;;
   
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
Line 266 
Line 257 
   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \    -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \    | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
   | --exec=* | --exe=* | --ex=*)    | --exec=* | --exe=* | --ex=*)
     exec_prefix="$ac_optarg" ;;      exec_prefix=$ac_optarg ;;
   
   -gas | --gas | --ga | --g)    -gas | --gas | --ga | --g)
     # Obsolete; use --with-gas.      # Obsolete; use --with-gas.
     with_gas=yes ;;      with_gas=yes ;;
   
   -help | --help | --hel | --he)    -help | --help | --hel | --he | -h)
     # Omit some internal or obsolete options to make the list less imposing.      ac_init_help=long ;;
     # This message is too long to be a string in the A/UX 3.1 sh.    -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
     cat << EOF      ac_init_help=recursive ;;
 Usage: configure [options] [host]    -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
 Options: [defaults in brackets after descriptions]      ac_init_help=short ;;
 Configuration:  
   --cache-file=FILE       cache test results in FILE  
   --help                  print this message  
   --no-create             do not create output files  
   --quiet, --silent       do not print \`checking...' messages  
   --version               print the version of autoconf that created configure  
 Directory and file names:  
   --prefix=PREFIX         install architecture-independent files in PREFIX  
                           [$ac_default_prefix]  
   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX  
                           [same as prefix]  
   --bindir=DIR            user executables in DIR [EPREFIX/bin]  
   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]  
   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]  
   --datadir=DIR           read-only architecture-independent data in DIR  
                           [PREFIX/share]  
   --sysconfdir=DIR        read-only single-machine data in DIR [/etc]  
   --sharedstatedir=DIR    modifiable architecture-independent data in DIR  
                           [PREFIX/com]  
   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]  
   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]  
   --includedir=DIR        C header files in DIR [PREFIX/include]  
   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]  
   --infodir=DIR           info documentation in DIR [PREFIX/info]  
   --mandir=DIR            man documentation in DIR [PREFIX/man]  
   --srcdir=DIR            find the sources in DIR [configure dir or ..]  
   --program-prefix=PREFIX prepend PREFIX to installed program names  
   --program-suffix=SUFFIX append SUFFIX to installed program names  
   --program-transform-name=PROGRAM  
                           run sed PROGRAM on installed program names  
 EOF  
     cat << EOF  
 Host type:  
   --build=BUILD           configure for building on BUILD [BUILD=HOST]  
   --host=HOST             configure for HOST [guessed]  
   --target=TARGET         configure for TARGET [TARGET=HOST]  
 Features and packages:  
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)  
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]  
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]  
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)  
   --x-includes=DIR        X include files are in DIR  
   --x-libraries=DIR       X library files are in DIR  
 EOF  
     if test -n "$ac_help"; then  
       echo "--enable and --with options recognized:$ac_help"  
     fi  
     exit 0 ;;  
   
   -host | --host | --hos | --ho)    -host | --host | --hos | --ho)
     ac_prev=host ;;      ac_prev=host_alias ;;
   -host=* | --host=* | --hos=* | --ho=*)    -host=* | --host=* | --hos=* | --ho=*)
     host="$ac_optarg" ;;      host_alias=$ac_optarg ;;
   
   -includedir | --includedir | --includedi | --included | --include \    -includedir | --includedir | --includedi | --included | --include \
   | --includ | --inclu | --incl | --inc)    | --includ | --inclu | --incl | --inc)
     ac_prev=includedir ;;      ac_prev=includedir ;;
   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \    -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
   | --includ=* | --inclu=* | --incl=* | --inc=*)    | --includ=* | --inclu=* | --incl=* | --inc=*)
     includedir="$ac_optarg" ;;      includedir=$ac_optarg ;;
   
   -infodir | --infodir | --infodi | --infod | --info | --inf)    -infodir | --infodir | --infodi | --infod | --info | --inf)
     ac_prev=infodir ;;      ac_prev=infodir ;;
   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)    -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
     infodir="$ac_optarg" ;;      infodir=$ac_optarg ;;
   
   -libdir | --libdir | --libdi | --libd)    -libdir | --libdir | --libdi | --libd)
     ac_prev=libdir ;;      ac_prev=libdir ;;
   -libdir=* | --libdir=* | --libdi=* | --libd=*)    -libdir=* | --libdir=* | --libdi=* | --libd=*)
     libdir="$ac_optarg" ;;      libdir=$ac_optarg ;;
   
   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \    -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
   | --libexe | --libex | --libe)    | --libexe | --libex | --libe)
     ac_prev=libexecdir ;;      ac_prev=libexecdir ;;
   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \    -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
   | --libexe=* | --libex=* | --libe=*)    | --libexe=* | --libex=* | --libe=*)
     libexecdir="$ac_optarg" ;;      libexecdir=$ac_optarg ;;
   
   -localstatedir | --localstatedir | --localstatedi | --localstated \    -localstatedir | --localstatedir | --localstatedi | --localstated \
   | --localstate | --localstat | --localsta | --localst \    | --localstate | --localstat | --localsta | --localst \
Line 363 
Line 306 
   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \    -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
   | --localstate=* | --localstat=* | --localsta=* | --localst=* \    | --localstate=* | --localstat=* | --localsta=* | --localst=* \
   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)    | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
     localstatedir="$ac_optarg" ;;      localstatedir=$ac_optarg ;;
   
   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)    -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
     ac_prev=mandir ;;      ac_prev=mandir ;;
   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)    -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
     mandir="$ac_optarg" ;;      mandir=$ac_optarg ;;
   
   -nfp | --nfp | --nf)    -nfp | --nfp | --nf)
     # Obsolete; use --without-fp.      # Obsolete; use --without-fp.
Line 389 
Line 332 
   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \    -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \    | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)    | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
     oldincludedir="$ac_optarg" ;;      oldincludedir=$ac_optarg ;;
   
   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
     ac_prev=prefix ;;      ac_prev=prefix ;;
   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
     prefix="$ac_optarg" ;;      prefix=$ac_optarg ;;
   
   -program-prefix | --program-prefix | --program-prefi | --program-pref \    -program-prefix | --program-prefix | --program-prefi | --program-pref \
   | --program-pre | --program-pr | --program-p)    | --program-pre | --program-pr | --program-p)
     ac_prev=program_prefix ;;      ac_prev=program_prefix ;;
   -program-prefix=* | --program-prefix=* | --program-prefi=* \    -program-prefix=* | --program-prefix=* | --program-prefi=* \
   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)    | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
     program_prefix="$ac_optarg" ;;      program_prefix=$ac_optarg ;;
   
   -program-suffix | --program-suffix | --program-suffi | --program-suff \    -program-suffix | --program-suffix | --program-suffi | --program-suff \
   | --program-suf | --program-su | --program-s)    | --program-suf | --program-su | --program-s)
     ac_prev=program_suffix ;;      ac_prev=program_suffix ;;
   -program-suffix=* | --program-suffix=* | --program-suffi=* \    -program-suffix=* | --program-suffix=* | --program-suffi=* \
   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)    | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
     program_suffix="$ac_optarg" ;;      program_suffix=$ac_optarg ;;
   
   -program-transform-name | --program-transform-name \    -program-transform-name | --program-transform-name \
   | --program-transform-nam | --program-transform-na \    | --program-transform-nam | --program-transform-na \
Line 425 
Line 368 
   | --program-transfo=* | --program-transf=* \    | --program-transfo=* | --program-transf=* \
   | --program-trans=* | --program-tran=* \    | --program-trans=* | --program-tran=* \
   | --progr-tra=* | --program-tr=* | --program-t=*)    | --progr-tra=* | --program-tr=* | --program-t=*)
     program_transform_name="$ac_optarg" ;;      program_transform_name=$ac_optarg ;;
   
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   | -silent | --silent | --silen | --sile | --sil)    | -silent | --silent | --silen | --sile | --sil)
Line 435 
Line 378 
     ac_prev=sbindir ;;      ac_prev=sbindir ;;
   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \    -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
   | --sbi=* | --sb=*)    | --sbi=* | --sb=*)
     sbindir="$ac_optarg" ;;      sbindir=$ac_optarg ;;
   
   -sharedstatedir | --sharedstatedir | --sharedstatedi \    -sharedstatedir | --sharedstatedir | --sharedstatedi \
   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \    | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
Line 446 
Line 389 
   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \    | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \    | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
   | --sha=* | --sh=*)    | --sha=* | --sh=*)
     sharedstatedir="$ac_optarg" ;;      sharedstatedir=$ac_optarg ;;
   
   -site | --site | --sit)    -site | --site | --sit)
     ac_prev=site ;;      ac_prev=site ;;
   -site=* | --site=* | --sit=*)    -site=* | --site=* | --sit=*)
     site="$ac_optarg" ;;      site=$ac_optarg ;;
   
   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
     ac_prev=srcdir ;;      ac_prev=srcdir ;;
   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
     srcdir="$ac_optarg" ;;      srcdir=$ac_optarg ;;
   
   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \    -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
   | --syscon | --sysco | --sysc | --sys | --sy)    | --syscon | --sysco | --sysc | --sys | --sy)
     ac_prev=sysconfdir ;;      ac_prev=sysconfdir ;;
   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \    -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)    | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
     sysconfdir="$ac_optarg" ;;      sysconfdir=$ac_optarg ;;
   
   -target | --target | --targe | --targ | --tar | --ta | --t)    -target | --target | --targe | --targ | --tar | --ta | --t)
     ac_prev=target ;;      ac_prev=target_alias ;;
   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)    -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
     target="$ac_optarg" ;;      target_alias=$ac_optarg ;;
   
   -v | -verbose | --verbose | --verbos | --verbo | --verb)    -v | -verbose | --verbose | --verbos | --verbo | --verb)
     verbose=yes ;;      verbose=yes ;;
   
   -version | --version | --versio | --versi | --vers)    -version | --version | --versio | --versi | --vers | -V)
     echo "configure generated by autoconf version 2.12"      ac_init_version=: ;;
     exit 0 ;;  
   
   -with-* | --with-*)    -with-* | --with-*)
     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then      expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }        { echo "$as_me: error: invalid package name: $ac_package" >&2
     fi     { (exit 1); exit 1; }; }
     ac_package=`echo $ac_package| sed 's/-/_/g'`      ac_package=`echo $ac_package| sed 's/-/_/g'`
     case "$ac_option" in      case $ac_option in
       *=*) ;;        *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
       *) ac_optarg=yes ;;        *) ac_optarg=yes ;;
     esac      esac
     eval with_${ac_package}='$ac_optarg' ;;      eval with_$ac_package='$ac_optarg' ;;
   
   -without-* | --without-*)    -without-* | --without-*)
     ac_package=`echo $ac_option|sed -e 's/-*without-//'`      ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then      expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }        { echo "$as_me: error: invalid package name: $ac_package" >&2
     fi     { (exit 1); exit 1; }; }
     ac_package=`echo $ac_package| sed 's/-/_/g'`      ac_package=`echo $ac_package | sed 's/-/_/g'`
     eval "with_${ac_package}=no" ;;      eval "with_$ac_package=no" ;;
   
   --x)    --x)
     # Obsolete; use --with-x.      # Obsolete; use --with-x.
Line 508 
Line 450 
     ac_prev=x_includes ;;      ac_prev=x_includes ;;
   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \    -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)    | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
     x_includes="$ac_optarg" ;;      x_includes=$ac_optarg ;;
   
   -x-libraries | --x-libraries | --x-librarie | --x-librari \    -x-libraries | --x-libraries | --x-librarie | --x-librari \
   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)    | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
     ac_prev=x_libraries ;;      ac_prev=x_libraries ;;
   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \    -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
     x_libraries="$ac_optarg" ;;      x_libraries=$ac_optarg ;;
   
   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }    -*) { echo "$as_me: error: unrecognized option: $ac_option
   Try \`$0 --help' for more information." >&2
      { (exit 1); exit 1; }; }
     ;;      ;;
   
     *=*)
       ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
       # Reject names that are not valid shell variable names.
       expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
         { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
      { (exit 1); exit 1; }; }
       ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
       eval "$ac_envvar='$ac_optarg'"
       export $ac_envvar ;;
   
   *)    *)
     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then      # FIXME: should be removed in autoconf 3.0.
       echo "configure: warning: $ac_option: invalid host type" 1>&2      echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     fi      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     if test "x$nonopt" != xNONE; then        echo "$as_me: WARNING: invalid host type: $ac_option" >&2
       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
     fi  
     nonopt="$ac_option"  
     ;;      ;;
   
   esac    esac
 done  done
   
 if test -n "$ac_prev"; then  if test -n "$ac_prev"; then
   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
     { echo "$as_me: error: missing argument to $ac_option" >&2
      { (exit 1); exit 1; }; }
 fi  fi
   
 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15  # Be sure to have absolute paths.
   for ac_var in exec_prefix prefix
   do
     eval ac_val=$`echo $ac_var`
     case $ac_val in
       [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
       *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
      { (exit 1); exit 1; }; };;
     esac
   done
   
 # File descriptor usage:  # Be sure to have absolute paths.
 # 0 standard input  for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
 # 1 file creation                localstatedir libdir includedir oldincludedir infodir mandir
 # 2 errors and warnings  
 # 3 some systems may open it to /dev/tty  
 # 4 used on the Kubota Titan  
 # 6 checking for... messages and results  
 # 5 compiler messages saved in config.log  
 if test "$silent" = yes; then  
   exec 6>/dev/null  
 else  
   exec 6>&1  
 fi  
 exec 5>./config.log  
   
 echo "\  
 This file contains any messages produced by compilers while  
 running configure, to aid debugging if configure makes a mistake.  
 " 1>&5  
   
 # Strip out --no-create and --no-recursion so they do not pile up.  
 # Also quote any args containing shell metacharacters.  
 ac_configure_args=  
 for ac_arg  
 do  do
   case "$ac_arg" in    eval ac_val=$`echo $ac_var`
   -no-create | --no-create | --no-creat | --no-crea | --no-cre \    case $ac_val in
   | --no-cr | --no-c) ;;      [\\/$]* | ?:[\\/]* ) ;;
   -no-recursion | --no-recursion | --no-recursio | --no-recursi \      *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;     { (exit 1); exit 1; }; };;
   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)  
   ac_configure_args="$ac_configure_args \"$ac_arg\"" ;;  
   *) ac_configure_args="$ac_configure_args $ac_arg" ;;  
   esac    esac
 done  done
   
 # NLS nuisances.  # There might be people who depend on the old broken behavior: `$host'
 # Only set these to C if already set.  These must not be set unconditionally  # used to hold the argument of --host etc.
 # because not all systems understand e.g. LANG=C (notably SCO).  build=$build_alias
 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!  host=$host_alias
 # Non-C LC_CTYPE values break the ctype check.  target=$target_alias
 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi  
 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi  
 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi  
 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi  
   
 # confdefs.h avoids OS command line length limits that DEFS can exceed.  # FIXME: should be removed in autoconf 3.0.
 rm -rf conftest* confdefs.h  if test "x$host_alias" != x; then
 # AIX cpp loses on an empty file, so make sure it contains at least a newline.    if test "x$build_alias" = x; then
 echo > confdefs.h      cross_compiling=maybe
       echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
       If a cross compiler is detected then cross compile mode will be used." >&2
     elif test "x$build_alias" != "x$host_alias"; then
       cross_compiling=yes
     fi
   fi
   
 # A filename unique to this package, relative to the directory that  ac_tool_prefix=
 # configure is in, which we can look for to find out if srcdir is correct.  test -n "$host_alias" && ac_tool_prefix=$host_alias-
 ac_unique_file=sudo.h  
   
   test "$silent" = yes && exec 6>/dev/null
   
 # Find the source files, if location was not specified.  # Find the source files, if location was not specified.
 if test -z "$srcdir"; then  if test -z "$srcdir"; then
   ac_srcdir_defaulted=yes    ac_srcdir_defaulted=yes
   # Try the directory containing this script, then its parent.    # Try the directory containing this script, then its parent.
   ac_prog=$0    ac_prog=$0
   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`    ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.    test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
   srcdir=$ac_confdir    srcdir=$ac_confdir
   if test ! -r $srcdir/$ac_unique_file; then    if test ! -r $srcdir/$ac_unique_file; then
Line 610 
Line 552 
 fi  fi
 if test ! -r $srcdir/$ac_unique_file; then  if test ! -r $srcdir/$ac_unique_file; then
   if test "$ac_srcdir_defaulted" = yes; then    if test "$ac_srcdir_defaulted" = yes; then
     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }      { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
      { (exit 1); exit 1; }; }
   else    else
     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }      { echo "$as_me: error: cannot find sources in $srcdir" >&2
      { (exit 1); exit 1; }; }
   fi    fi
 fi  fi
 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`  srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
   ac_env_build_alias_set=${build_alias+set}
   ac_env_build_alias_value=$build_alias
   ac_cv_env_build_alias_set=${build_alias+set}
   ac_cv_env_build_alias_value=$build_alias
   ac_env_host_alias_set=${host_alias+set}
   ac_env_host_alias_value=$host_alias
   ac_cv_env_host_alias_set=${host_alias+set}
   ac_cv_env_host_alias_value=$host_alias
   ac_env_target_alias_set=${target_alias+set}
   ac_env_target_alias_value=$target_alias
   ac_cv_env_target_alias_set=${target_alias+set}
   ac_cv_env_target_alias_value=$target_alias
   ac_env_CC_set=${CC+set}
   ac_env_CC_value=$CC
   ac_cv_env_CC_set=${CC+set}
   ac_cv_env_CC_value=$CC
   ac_env_CFLAGS_set=${CFLAGS+set}
   ac_env_CFLAGS_value=$CFLAGS
   ac_cv_env_CFLAGS_set=${CFLAGS+set}
   ac_cv_env_CFLAGS_value=$CFLAGS
   ac_env_LDFLAGS_set=${LDFLAGS+set}
   ac_env_LDFLAGS_value=$LDFLAGS
   ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
   ac_cv_env_LDFLAGS_value=$LDFLAGS
   ac_env_CPPFLAGS_set=${CPPFLAGS+set}
   ac_env_CPPFLAGS_value=$CPPFLAGS
   ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
   ac_cv_env_CPPFLAGS_value=$CPPFLAGS
   ac_env_CPP_set=${CPP+set}
   ac_env_CPP_value=$CPP
   ac_cv_env_CPP_set=${CPP+set}
   ac_cv_env_CPP_value=$CPP
   
   #
   # Report the --help message.
   #
   if test "$ac_init_help" = "long"; then
     # Omit some internal or obsolete options to make the list less imposing.
     # This message is too long to be a string in the A/UX 3.1 sh.
     cat <<EOF
   \`configure' configures sudo 1.6.4 to adapt to many kinds of systems.
   
   Usage: $0 [OPTION]... [VAR=VALUE]...
   
   To assign environment variables (e.g., CC, CFLAGS...), specify them as
   VAR=VALUE.  See below for descriptions of some of the useful variables.
   
   Defaults for the options are specified in brackets.
   
   Configuration:
     -h, --help              display this help and exit
         --help=short        display options specific to this package
         --help=recursive    display the short help of all the included packages
     -V, --version           display version information and exit
     -q, --quiet, --silent   do not print \`checking...' messages
         --cache-file=FILE   cache test results in FILE [disabled]
     -C, --config-cache      alias for \`--cache-file=config.cache'
     -n, --no-create         do not create output files
         --srcdir=DIR        find the sources in DIR [configure dir or \`..']
   
   EOF
   
     cat <<EOF
   Installation directories:
     --prefix=PREFIX         install architecture-independent files in PREFIX
                             [$ac_default_prefix]
     --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                             [PREFIX]
   
   By default, \`make install' will install all the files in
   \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
   an installation prefix other than \`$ac_default_prefix' using \`--prefix',
   for instance \`--prefix=\$HOME'.
   
   For better control, use the options below.
   
   Fine tuning of the installation directories:
     --bindir=DIR           user executables [EPREFIX/bin]
     --sbindir=DIR          system admin executables [EPREFIX/sbin]
     --libexecdir=DIR       program executables [EPREFIX/libexec]
     --datadir=DIR          read-only architecture-independent data [PREFIX/share]
     --sysconfdir=DIR       read-only single-machine data [/etc]
     --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
     --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
     --libdir=DIR           object code libraries [EPREFIX/lib]
     --includedir=DIR       C header files [PREFIX/include]
     --oldincludedir=DIR    C header files for non-gcc [/usr/include]
     --infodir=DIR          info documentation [PREFIX/info]
     --mandir=DIR           man documentation [PREFIX/man]
   EOF
   
     cat <<\EOF
   
   System types:
     --build=BUILD     configure for building on BUILD [guessed]
     --host=HOST       build programs to run on HOST [BUILD]
   EOF
   fi
   
   if test -n "$ac_init_help"; then
     case $ac_init_help in
        short | recursive ) echo "Configuration of sudo 1.6.4:";;
      esac
     cat <<\EOF
   
   Optional Features:
     --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
     --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     --disable-authentication
                             Do not require authentication by default
     --disable-shadow        Never use shadow passwords
     --disable-root-sudo     don't allow root to run sudo
     --enable-log-host       Log the hostname in the log file
     --enable-noargs-shell   If sudo is given no arguments run a shell
     --enable-shell-sets-home
                             set $HOME to target user in shell mode
     --disable-path-info     Print 'command not allowed' not 'command not found'
     --disable-sia           Never use SIA on Digital UNIX
   
   Optional Packages:
     --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
     --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
     --with-otp-only         deprecated
     --with-alertmail        deprecated
     --with-CC               C compiler to use
     --with-incpath          additional places to look for include files
     --with-libpath          additional places to look for libraries
     --with-libraries        additional libraries to link with
     --with-devel            add developement options
     --with-csops            add CSOps standard options
     --without-passwd        don't use passwd/shadow file for authentication
     --with-skey             enable S/Key support
     --with-opie             enable OPIE support
     --with-long-otp-prompt  use a two line OTP (skey/opie) prompt
     --with-SecurID          enable SecurID support
     --with-fwtk             enable FWTK AuthSRV support
     --with-kerb4            enable kerberos v4 support
     --with-kerb5            enable kerberos v5 support
     --with-authenticate     enable AIX general authentication support
     --with-pam              enable PAM support
     --with-AFS              enable AFS support
     --with-DCE              enable DCE support
     --with-logincap         enable BSD login class support
     --with-bsdauth          enable BSD authentication support
     --without-lecture       don't print lecture for first-time sudoer
     --with-logging          log via syslog, file, or both
     --with-logfac           syslog facility to log with (default is "local2")
     --with-goodpri          syslog priority for commands (def is "notice")
     --with-badpri           syslog priority for failures (def is "alert")
     --with-logpath          path to the sudo log file
     --with-loglen           maximum length of a log file line (default is 80)
     --with-ignore-dot       ignore '.' in the PATH
     --without-mail-if-no-user do not send mail if user not in sudoers
     --with-mail-if-no-host  send mail if user in sudoers but not for this host
     --with-mail-if-noperms  send mail if user not allowed to run command
     --with-mailto           who should get sudo mail (default is "root")
     --with-mailsubject      subject of sudo mail
     --with-passprompt       default password prompt
     --with-badpass-message  message the user sees when the password is wrong
     --with-fqdn             expect fully qualified hosts in sudoers
     --with-timedir          path to the sudo timestamp dir
     --with-sendmail=path    set path to sendmail
     --without-sendmail      do not send mail at all
     --with-sudoers-mode     mode of sudoers file (defaults to 0440)
     --with-sudoers-uid      uid that owns sudoers file (defaults to 0)
     --with-sudoers-gid      gid that owns sudoers file (defaults to 0)
     --with-umask            umask with which the prog should run (default is 022)
     --without-umask         Preserves the umask of the user invoking sudo.
     --with-runas-default    User to run commands as (default is "root")
     --with-exempt=group     no passwd needed for users in this group
     --with-editor=path      Default editor for visudo (defaults to vi)
     --with-env-editor       Use the environment variable EDITOR for visudo
     --with-passwd-tries     number of tries to enter password (default is 3)
     --with-timeout          minutes before sudo asks for passwd again (def is 5 minutes)
     --with-password-timeout passwd prompt timeout in minutes (default is 5 minutes)
     --with-execv            use execv() instead of execvp()
     --with-tty-tickets      use a different ticket file for each tty
     --with-insults          insult the user for entering an incorrect password
     --with-all-insults      include all the sudo insult sets
     --with-classic-insults  include the insults from the "classic" sudo
     --with-csops-insults    include CSOps insults
     --with-hal-insults      include 2001-like insults
     --with-goons-insults    include the insults from the "Goon Show"
     --with-secure-path      override the user's path with a builtin one
     --without-interfaces    don't try to read the ip addr of ether interfaces
   
   Some influential environment variables:
     CC          C compiler command
     CFLAGS      C compiler flags
     LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
                 nonstandard directory <lib dir>
     CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
                 headers in a nonstandard directory <include dir>
     CPP         C preprocessor
   
   Use these variables to override the choices made by `configure' or to help
   it to find libraries and programs with nonstandard names/locations.
   
   EOF
   fi
   
   if test "$ac_init_help" = "recursive"; then
     # If there are subdirs, report their specific --help.
     ac_popdir=`pwd`
     for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
       cd $ac_subdir
       # A "../" for each directory in /$ac_subdir.
       ac_dots=`echo $ac_subdir |
                sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
   
       case $srcdir in
       .) # No --srcdir option.  We are building in place.
         ac_sub_srcdir=$srcdir ;;
       [\\/]* | ?:[\\/]* ) # Absolute path.
         ac_sub_srcdir=$srcdir/$ac_subdir ;;
       *) # Relative path.
         ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
       esac
   
       # Check for guested configure; otherwise get Cygnus style configure.
       if test -f $ac_sub_srcdir/configure.gnu; then
         echo
         $SHELL $ac_sub_srcdir/configure.gnu  --help=recursive
       elif test -f $ac_sub_srcdir/configure; then
         echo
         $SHELL $ac_sub_srcdir/configure  --help=recursive
       elif test -f $ac_sub_srcdir/configure.ac ||
              test -f $ac_sub_srcdir/configure.in; then
         echo
         $ac_configure --help
       else
         echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
       fi
       cd $ac_popdir
     done
   fi
   
   test -n "$ac_init_help" && exit 0
   if $ac_init_version; then
     cat <<\EOF
   sudo configure 1.6.4
   generated by GNU Autoconf 2.52
   
   Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
   Free Software Foundation, Inc.
   This configure script is free software; the Free Software Foundation
   gives unlimited permission to copy, distribute and modify it.
   EOF
     exit 0
   fi
   exec 5>config.log
   cat >&5 <<EOF
   This file contains any messages produced by compilers while
   running configure, to aid debugging if configure makes a mistake.
   
   It was created by sudo $as_me 1.6.4, which was
   generated by GNU Autoconf 2.52.  Invocation command line was
   
     $ $0 $@
   
   EOF
   {
   cat <<_ASUNAME
   ## ---------- ##
   ## Platform.  ##
   ## ---------- ##
   
   hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
   uname -m = `(uname -m) 2>/dev/null || echo unknown`
   uname -r = `(uname -r) 2>/dev/null || echo unknown`
   uname -s = `(uname -s) 2>/dev/null || echo unknown`
   uname -v = `(uname -v) 2>/dev/null || echo unknown`
   
   /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
   /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
   
   /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
   /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
   /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
   hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
   /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
   /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
   /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
   
   PATH = $PATH
   
   _ASUNAME
   } >&5
   
   cat >&5 <<EOF
   ## ------------ ##
   ## Core tests.  ##
   ## ------------ ##
   
   EOF
   
   # Keep a trace of the command line.
   # Strip out --no-create and --no-recursion so they do not pile up.
   # Also quote any args containing shell meta-characters.
   ac_configure_args=
   ac_sep=
   for ac_arg
   do
     case $ac_arg in
     -no-create | --no-create | --no-creat | --no-crea | --no-cre \
     | --no-cr | --no-c) ;;
     -no-recursion | --no-recursion | --no-recursio | --no-recursi \
     | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
     *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
       ac_configure_args="$ac_configure_args$ac_sep\"$ac_arg\""
       ac_sep=" " ;;
     *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
        ac_sep=" " ;;
     esac
     # Get rid of the leading space.
   done
   
   # When interrupted or exit'd, cleanup temporary files, and complete
   # config.log.  We remove comments because anyway the quotes in there
   # would cause problems or look ugly.
   trap 'exit_status=$?
     # Save into config.log some information that might help in debugging.
     echo >&5
     echo "## ----------------- ##" >&5
     echo "## Cache variables.  ##" >&5
     echo "## ----------------- ##" >&5
     echo >&5
     # The following way of writing the cache mishandles newlines in values,
   {
     (set) 2>&1 |
       case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
       *ac_space=\ *)
         sed -n \
           "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
             s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
         ;;
       *)
         sed -n \
           "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
         ;;
       esac;
   } >&5
     sed "/^$/d" confdefs.h >conftest.log
     if test -s conftest.log; then
       echo >&5
       echo "## ------------ ##" >&5
       echo "## confdefs.h.  ##" >&5
       echo "## ------------ ##" >&5
       echo >&5
       cat conftest.log >&5
     fi
     (echo; echo) >&5
     test "$ac_signal" != 0 &&
       echo "$as_me: caught signal $ac_signal" >&5
     echo "$as_me: exit $exit_status" >&5
     rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
       exit $exit_status
        ' 0
   for ac_signal in 1 2 13 15; do
     trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
   done
   ac_signal=0
   
   # confdefs.h avoids OS command line length limits that DEFS can exceed.
   rm -rf conftest* confdefs.h
   # AIX cpp loses on an empty file, so make sure it contains at least a newline.
   echo >confdefs.h
   
   # Let the site file select an alternate cache file if it wants to.
 # Prefer explicitly selected file to automatically selected ones.  # Prefer explicitly selected file to automatically selected ones.
 if test -z "$CONFIG_SITE"; then  if test -z "$CONFIG_SITE"; then
   if test "x$prefix" != xNONE; then    if test "x$prefix" != xNONE; then
Line 627 
Line 940 
 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 "loading site script $ac_site_file"      { echo "$as_me:943: loading site script $ac_site_file" >&5
   echo "$as_me: loading site script $ac_site_file" >&6;}
       cat "$ac_site_file" >&5
     . "$ac_site_file"      . "$ac_site_file"
   fi    fi
 done  done
   
 if test -r "$cache_file"; then  if test -r "$cache_file"; then
   echo "loading cache $cache_file"    # Some versions of bash will fail to source /dev/null (special
   . $cache_file    # files actually), so we avoid doing that.
     if test -f "$cache_file"; then
       { echo "$as_me:954: loading cache $cache_file" >&5
   echo "$as_me: loading cache $cache_file" >&6;}
       case $cache_file in
         [\\/]* | ?:[\\/]* ) . $cache_file;;
         *)                      . ./$cache_file;;
       esac
     fi
 else  else
   echo "creating cache $cache_file"    { echo "$as_me:962: creating cache $cache_file" >&5
   > $cache_file  echo "$as_me: creating cache $cache_file" >&6;}
     >$cache_file
 fi  fi
   
   # Check that the precious variables saved in the cache have kept the same
   # value.
   ac_cache_corrupted=false
   for ac_var in `(set) 2>&1 |
                  sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
     eval ac_old_set=\$ac_cv_env_${ac_var}_set
     eval ac_new_set=\$ac_env_${ac_var}_set
     eval ac_old_val="\$ac_cv_env_${ac_var}_value"
     eval ac_new_val="\$ac_env_${ac_var}_value"
     case $ac_old_set,$ac_new_set in
       set,)
         { echo "$as_me:978: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
   echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
         ac_cache_corrupted=: ;;
       ,set)
         { echo "$as_me:982: error: \`$ac_var' was not set in the previous run" >&5
   echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
         ac_cache_corrupted=: ;;
       ,);;
       *)
         if test "x$ac_old_val" != "x$ac_new_val"; then
           { echo "$as_me:988: error: \`$ac_var' has changed since the previous run:" >&5
   echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
           { echo "$as_me:990:   former value:  $ac_old_val" >&5
   echo "$as_me:   former value:  $ac_old_val" >&2;}
           { echo "$as_me:992:   current value: $ac_new_val" >&5
   echo "$as_me:   current value: $ac_new_val" >&2;}
           ac_cache_corrupted=:
         fi;;
     esac
     # Pass precious variables to config.status.  It doesn't matter if
     # we pass some twice (in addition to the command line arguments).
     if test "$ac_new_set" = set; then
       case $ac_new_val in
       *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
         ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
         ac_configure_args="$ac_configure_args '$ac_arg'"
         ;;
       *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"
          ;;
       esac
     fi
   done
   if $ac_cache_corrupted; then
     { echo "$as_me:1011: error: changes in the environment can compromise the build" >&5
   echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     { { echo "$as_me:1013: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
   echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
      { (exit 1); exit 1; }; }
   fi
   
 ac_ext=c  ac_ext=c
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.  
 ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 cross_compiling=$ac_cv_prog_cc_cross  ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then  case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.    *c*,-n*) ECHO_N= ECHO_C='
   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then  ' ECHO_T='      ' ;;
     ac_n= ac_c='    *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
 ' ac_t='        '    *)      ECHO_N= ECHO_C='\c' ECHO_T= ;;
   else  esac
     ac_n=-n ac_c= ac_t=  echo "#! $SHELL" >conftest.sh
   fi  echo  "exit 0"   >>conftest.sh
   chmod +x conftest.sh
   if { (echo "$as_me:1033: PATH=\".;.\"; conftest.sh") >&5
     (PATH=".;."; conftest.sh) 2>&5
     ac_status=$?
     echo "$as_me:1036: \$? = $ac_status" >&5
     (exit $ac_status); }; then
     ac_path_separator=';'
 else  else
   ac_n= ac_c='\c' ac_t=    ac_path_separator=:
 fi  fi
   PATH_SEPARATOR="$ac_path_separator"
   rm -f conftest.sh
   
   ac_config_headers="$ac_config_headers config.h pathnames.h"
   
   echo "Configuring Sudo version 1.6.4"
   
 echo "Configuring Sudo version 1.6.3"  timeout=5
   password_timeout=5
   sudo_umask=0022
   passprompt="Password:"
   long_otp_prompt=off
   lecture=on
   logfac=local2
   goodpri=notice
   badpri=alert
   loglen=80
   ignore_dot=off
   mail_no_user=on
   mail_no_host=off
   mail_no_perms=off
   mailto=root
   mailsub='*** SECURITY information for %h ***'
   badpass_message='Sorry, try again.'
   fqdn=off
   runas_default=root
   env_editor=off
   passwd_tries=3
   tty_tickets=off
   insults=off
 PROGS="sudo visudo"  PROGS="sudo visudo"
 test -n "$MANTYPE" || MANTYPE="man"  test -n "$MANTYPE" || MANTYPE="man"
 test -n "$mansrcdir" || mansrcdir="."  test -n "$mansrcdir" || mansrcdir="."
Line 683 
Line 1085 
 test "$sbindir" = '${exec_prefix}/sbin' && sbindir='$(exec_prefix)/sbin'  test "$sbindir" = '${exec_prefix}/sbin' && sbindir='$(exec_prefix)/sbin'
 test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'  test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
   
   
 # Check whether --with-otp-only or --without-otp-only was given.  # Check whether --with-otp-only or --without-otp-only was given.
 if test "${with_otp_only+set}" = set; then  if test "${with_otp_only+set}" = set; then
   withval="$with_otp_only"    withval="$with_otp_only"
   case $with_otp_only in    case $with_otp_only in
     yes)        with_passwd=no      yes)        with_passwd=no
                 cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define WITHOUT_PASSWD 1  #define WITHOUT_PASSWD 1
 EOF  EOF
   
                 echo "configure: warning: --with-otp-only option deprecated, treating as --without-passwd" 1>&2                  { echo "$as_me:1098: WARNING: --with-otp-only option deprecated, treating as --without-passwd" >&5
   echo "$as_me: WARNING: --with-otp-only option deprecated, treating as --without-passwd" >&2;}
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-alertmail or --without-alertmail was given.  # Check whether --with-alertmail or --without-alertmail was given.
 if test "${with_alertmail+set}" = set; then  if test "${with_alertmail+set}" = set; then
   withval="$with_alertmail"    withval="$with_alertmail"
   case $with_alertmail in    case $with_alertmail in
     *)          with_mailto="$with_alertmail"      *)          with_mailto="$with_alertmail"
                 cat >> confdefs.h <<\EOF                  { echo "$as_me:1109: WARNING: --with-alertmail option deprecated, treating as --mailto" >&5
 #define WITHOUT_PASSWD 1  echo "$as_me: WARNING: --with-alertmail option deprecated, treating as --mailto" >&2;}
 EOF  
   
                 echo "configure: warning: --with-alertmail option deprecated, treating as --mailto" 1>&2  
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
   
 # Check whether --with-CC or --without-CC was given.  # Check whether --with-CC or --without-CC was given.
 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 "configure: error: "must give --with-CC an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:1119: error: \"must give --with-CC an argument.\"" >&5
   echo "$as_me: error: \"must give --with-CC an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "illegal argument: --without-CC."" 1>&2; exit 1; }      no)         { { echo "$as_me:1123: error: \"illegal argument: --without-CC.\"" >&5
   echo "$as_me: error: \"illegal argument: --without-CC.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     *)          CC=$with_CC      *)          CC=$with_CC
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-incpath or --without-incpath was given.  # Check whether --with-incpath or --without-incpath was given.
 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 "configure: error: "must give --with-incpath an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:1136: error: \"must give --with-incpath an argument.\"" >&5
   echo "$as_me: error: \"must give --with-incpath an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-incpath not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:1140: error: \"--without-incpath not supported.\"" >&5
   echo "$as_me: error: \"--without-incpath not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     *)          echo "Adding ${with_incpath} to CPPFLAGS"      *)          echo "Adding ${with_incpath} to CPPFLAGS"
                 for i in ${with_incpath}; do                  for i in ${with_incpath}; do
Line 743 
Line 1147 
                 done                  done
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-libpath or --without-libpath was given.  # Check whether --with-libpath or --without-libpath was given.
 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 "configure: error: "must give --with-libpath an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:1156: error: \"must give --with-libpath an argument.\"" >&5
   echo "$as_me: error: \"must give --with-libpath an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-libpath not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:1160: error: \"--without-libpath not supported.\"" >&5
   echo "$as_me: error: \"--without-libpath not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     *)          echo "Adding ${with_libpath} to LDFLAGS"      *)          echo "Adding ${with_libpath} to LDFLAGS"
                 for i in ${with_libpath}; do                  for i in ${with_libpath}; do
Line 760 
Line 1167 
                 done                  done
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-libraries or --without-libraries was given.  # Check whether --with-libraries or --without-libraries was given.
 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 "configure: error: "must give --with-libraries an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:1176: error: \"must give --with-libraries an argument.\"" >&5
   echo "$as_me: error: \"must give --with-libraries an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-libraries not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:1180: error: \"--without-libraries not supported.\"" >&5
   echo "$as_me: error: \"--without-libraries not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     *)          echo "Adding ${with_libraries} to LIBS"      *)          echo "Adding ${with_libraries} to LIBS"
                 for i in ${with_libraries}; do                  for i in ${with_libraries}; do
Line 783 
Line 1193 
                 done                  done
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-devel or --without-devel was given.  # Check whether --with-devel or --without-devel was given.
 if test "${with_devel+set}" = set; then  if test "${with_devel+set}" = set; then
   withval="$with_devel"    withval="$with_devel"
   case $with_devel in    case $with_devel in
     yes)        echo 'Setting up for developement: -Wall, flex, yacc'      yes)        echo 'Setting up for developement: -Wall, flex, yacc'
                 PROGS="${PROGS} testsudoers"                  PROGS="${PROGS} testsudoers"
                 OSDEFS="${OSDEFS} -DSUDO_DEVEL"                  OSDEFS="${OSDEFS} -DSUDO_DEVEL"
Line 799 
Line 1208 
     *)          echo "Ignoring unknown argument to --with-devel: $with_devel"      *)          echo "Ignoring unknown argument to --with-devel: $with_devel"
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-csops or --without-csops was given.  # Check whether --with-csops or --without-csops was given.
 if test "${with_csops+set}" = set; then  if test "${with_csops+set}" = set; then
   withval="$with_csops"    withval="$with_csops"
   case $with_csops in    case $with_csops in
     yes)        echo 'Adding CSOps standard options'      yes)        echo 'Adding CSOps standard options'
                 CHECKSIA=false                  CHECKSIA=false
                 with_ignore_dot=yes                  with_ignore_dot=yes
                 with_insults=yes                  insults=on
                 with_classic_insults=yes                  with_classic_insults=yes
                 with_csops_insults=yes                  with_csops_insults=yes
                 with_env_editor=yes                  with_env_editor=yes
Line 818 
Line 1226 
     *)          echo "Ignoring unknown argument to --with-csops: $with_csops"      *)          echo "Ignoring unknown argument to --with-csops: $with_csops"
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-passwd or --without-passwd was given.  # Check whether --with-passwd or --without-passwd was given.
 if test "${with_passwd+set}" = set; then  if test "${with_passwd+set}" = set; then
   withval="$with_passwd"    withval="$with_passwd"
   case $with_passwd in    case $with_passwd in
     yes)        ;;      yes)        ;;
     no)         cat >> confdefs.h <<\EOF      no)         cat >>confdefs.h <<\EOF
 #define WITHOUT_PASSWD 1  #define WITHOUT_PASSWD 1
 EOF  EOF
   
                 echo $ac_n "checking whether to use shadow/passwd file authentication""... $ac_c" 1>&6                  echo "$as_me:1240: checking whether to use shadow/passwd file authentication" >&5
 echo "configure:835: checking whether to use shadow/passwd file authentication" >&5  echo $ECHO_N "checking whether to use shadow/passwd file authentication... $ECHO_C" >&6
                 echo "$ac_t""no" 1>&6                  echo "$as_me:1242: result: no" >&5
   echo "${ECHO_T}no" >&6
                 ;;                  ;;
     *)          { echo "configure: error: "Sorry, --with-passwd does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:1245: error: \"Sorry, --with-passwd does not take an argument.\"" >&5
   echo "$as_me: error: \"Sorry, --with-passwd does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-skey or --without-skey was given.  # Check whether --with-skey or --without-skey was given.
 if test "${with_skey+set}" = set; then  if test "${with_skey+set}" = set; then
   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 "configure: error: "cannot use both S/Key and OPIE"" 1>&2; exit 1; }                      { { echo "$as_me:1257: error: \"cannot use both S/Key and OPIE\"" >&5
   echo "$as_me: error: \"cannot use both S/Key and OPIE\"" >&2;}
      { (exit 1); exit 1; }; }
                 fi                  fi
                 cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define HAVE_SKEY 1  #define HAVE_SKEY 1
 EOF  EOF
   
                 echo $ac_n "checking whether to try S/Key authentication""... $ac_c" 1>&6                  echo "$as_me:1266: checking whether to try S/Key authentication" >&5
 echo "configure:856: checking whether to try S/Key authentication" >&5  echo $ECHO_N "checking whether to try S/Key authentication... $ECHO_C" >&6
                 echo "$ac_t""yes" 1>&6                  echo "$as_me:1268: result: yes" >&5
   echo "${ECHO_T}yes" >&6
                 AUTH_OBJS="${AUTH_OBJS} rfc1938.o"                  AUTH_OBJS="${AUTH_OBJS} rfc1938.o"
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          echo "Ignoring unknown argument to --with-skey: $with_skey"      *)          echo "Ignoring unknown argument to --with-skey: $with_skey"
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-opie or --without-opie was given.  # Check whether --with-opie or --without-opie was given.
 if test "${with_opie+set}" = set; then  if test "${with_opie+set}" = set; then
   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 "configure: error: "cannot use both S/Key and OPIE"" 1>&2; exit 1; }                      { { echo "$as_me:1283: error: \"cannot use both S/Key and OPIE\"" >&5
   echo "$as_me: error: \"cannot use both S/Key and OPIE\"" >&2;}
      { (exit 1); exit 1; }; }
                 fi                  fi
                 cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define HAVE_OPIE 1  #define HAVE_OPIE 1
 EOF  EOF
   
                 echo $ac_n "checking whether to try NRL OPIE authentication""... $ac_c" 1>&6                  echo "$as_me:1292: checking whether to try NRL OPIE authentication" >&5
 echo "configure:879: checking whether to try NRL OPIE authentication" >&5  echo $ECHO_N "checking whether to try NRL OPIE authentication... $ECHO_C" >&6
                 echo "$ac_t""yes" 1>&6                  echo "$as_me:1294: result: yes" >&5
   echo "${ECHO_T}yes" >&6
                 AUTH_OBJS="${AUTH_OBJS} rfc1938.o"                  AUTH_OBJS="${AUTH_OBJS} rfc1938.o"
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          echo "Ignoring unknown argument to --with-opie: $with_opie"      *)          echo "Ignoring unknown argument to --with-opie: $with_opie"
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-long-otp-prompt or --without-long-otp-prompt was given.  # Check whether --with-long-otp-prompt or --without-long-otp-prompt was given.
 if test "${with_long_otp_prompt+set}" = set; then  if test "${with_long_otp_prompt+set}" = set; then
   withval="$with_long_otp_prompt"    withval="$with_long_otp_prompt"
   case $with_long_otp_prompt in    case $with_long_otp_prompt in
     yes)        cat >> confdefs.h <<\EOF      yes)
   cat >>confdefs.h <<\EOF
 #define LONG_OTP_PROMPT 1  #define LONG_OTP_PROMPT 1
 EOF  EOF
   
                 echo $ac_n "checking whether to use a two line prompt for OTP authentication""... $ac_c" 1>&6                  echo "$as_me:1313: checking whether to use a two line prompt for OTP authentication" >&5
 echo "configure:899: 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 "$ac_t""yes" 1>&6                  echo "$as_me:1315: result: yes" >&5
   echo "${ECHO_T}yes" >&6
                   long_otp_prompt=on
                 ;;                  ;;
     no)         ;;      no)         long_otp_prompt=off
     *)          { echo "configure: error: "--with-long-otp-prompt does not take an argument."" 1>&2; exit 1; }  
                 ;;                  ;;
       *)          { { echo "$as_me:1321: error: \"--with-long-otp-prompt does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-long-otp-prompt does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                   ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-SecurID or --without-SecurID was given.  # Check whether --with-SecurID or --without-SecurID was given.
 if test "${with_SecurID+set}" = set; then  if test "${with_SecurID+set}" = set; then
   withval="$with_SecurID"    withval="$with_SecurID"
   case $with_SecurID in    case $with_SecurID in
     no)         ;;      no)         ;;
     *)          cat >> confdefs.h <<\EOF      *)
   cat >>confdefs.h <<\EOF
 #define HAVE_SECURID 1  #define HAVE_SECURID 1
 EOF  EOF
   
                 echo $ac_n "checking whether to use SecurID for authentication""... $ac_c" 1>&6                  echo "$as_me:1338: checking whether to use SecurID for authentication" >&5
 echo "configure:919: checking whether to use SecurID for authentication" >&5  echo $ECHO_N "checking whether to use SecurID for authentication... $ECHO_C" >&6
                 echo "$ac_t""yes" 1>&6                  echo "$as_me:1340: result: yes" >&5
   echo "${ECHO_T}yes" >&6
                 with_passwd=no                  with_passwd=no
                 AUTH_OBJS="securid.o"                  AUTH_OBJS="securid.o"
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-fwtk or --without-fwtk was given.  # Check whether --with-fwtk or --without-fwtk was given.
 if test "${with_fwtk+set}" = set; then  if test "${with_fwtk+set}" = set; then
   withval="$with_fwtk"    withval="$with_fwtk"
   case $with_fwtk in    case $with_fwtk in
     yes)        cat >> confdefs.h <<\EOF  
 #define HAVE_FWTK 1  
 EOF  
   
                 echo $ac_n "checking whether to use FWTK AuthSRV for authentication""... $ac_c" 1>&6  
 echo "configure:937: checking whether to use FWTK AuthSRV for authentication" >&5  
                 echo "$ac_t""yes" 1>&6  
                 with_passwd=no  
                 AUTH_OBJS="fwtk.o"  
                 ;;  
     no)         ;;      no)         ;;
     *)          cat >> confdefs.h <<\EOF      *)
   cat >>confdefs.h <<\EOF
 #define HAVE_FWTK 1  #define HAVE_FWTK 1
 EOF  EOF
   
                 echo $ac_n "checking whether to use FWTK AuthSRV for authentication""... $ac_c" 1>&6                  echo "$as_me:1358: checking whether to use FWTK AuthSRV for authentication" >&5
 echo "configure:948: checking whether to use FWTK AuthSRV for authentication" >&5  echo $ECHO_N "checking whether to use FWTK AuthSRV for authentication... $ECHO_C" >&6
                 echo "$ac_t""yes" 1>&6                  echo "$as_me:1360: result: yes" >&5
                 SUDO_LDFLAGS="${SUDO_LDFLAGS} -L${with_fwtk}"  echo "${ECHO_T}yes" >&6
                 CPPFLAGS="${CPPFLAGS} -I${with_fwtk}"  
                 with_passwd=no                  with_passwd=no
                 AUTH_OBJS="fwtk.o"                  AUTH_OBJS="fwtk.o"
                 with_fwtk=yes                  if test "$with_fwtk" != "yes"; then
                       SUDO_LDFLAGS="${SUDO_LDFLAGS} -L${with_fwtk}"
                       CPPFLAGS="${CPPFLAGS} -I${with_fwtk}"
                       with_fwtk=yes
                   fi
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-kerb4 or --without-kerb4 was given.  # Check whether --with-kerb4 or --without-kerb4 was given.
 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 $ac_n "checking whether to try Kerberos 4 authentication""... $ac_c" 1>&6      yes)        echo "$as_me:1377: checking whether to try Kerberos 4 authentication" >&5
 echo "configure:965: checking whether to try Kerberos 4 authentication" >&5  echo $ECHO_N "checking whether to try Kerberos 4 authentication... $ECHO_C" >&6
                 echo "$ac_t""yes" 1>&6                  echo "$as_me:1379: result: yes" >&5
   echo "${ECHO_T}yes" >&6
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { echo "configure: error: "--with-kerb4 does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:1383: error: \"--with-kerb4 does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-kerb4 does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-kerb5 or --without-kerb5 was given.  # Check whether --with-kerb5 or --without-kerb5 was given.
 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 $ac_n "checking whether to try Kerberos 5 authentication""... $ac_c" 1>&6      yes)        echo "$as_me:1394: checking whether to try Kerberos 5 authentication" >&5
 echo "configure:980: checking whether to try Kerberos 5 authentication" >&5  echo $ECHO_N "checking whether to try Kerberos 5 authentication... $ECHO_C" >&6
                 echo "$ac_t""yes" 1>&6                  echo "$as_me:1396: result: yes" >&5
   echo "${ECHO_T}yes" >&6
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { echo "configure: error: "--with-kerb5 does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:1400: error: \"--with-kerb5 does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-kerb5 does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-authenticate or --without-authenticate was given.  # Check whether --with-authenticate or --without-authenticate was given.
 if test "${with_authenticate+set}" = set; then  if test "${with_authenticate+set}" = set; then
   withval="$with_authenticate"    withval="$with_authenticate"
   case $with_authenticate in    case $with_authenticate in
     yes)        cat >> confdefs.h <<\EOF      yes)
   cat >>confdefs.h <<\EOF
 #define HAVE_AUTHENTICATE 1  #define HAVE_AUTHENTICATE 1
 EOF  EOF
   
                 echo $ac_n "checking whether to use AIX general authentication""... $ac_c" 1>&6                  echo "$as_me:1416: checking whether to use AIX general authentication" >&5
 echo "configure:999: checking whether to use AIX general authentication" >&5  echo $ECHO_N "checking whether to use AIX general authentication... $ECHO_C" >&6
                 echo "$ac_t""yes" 1>&6                  echo "$as_me:1418: result: yes" >&5
   echo "${ECHO_T}yes" >&6
                 with_passwd=no                  with_passwd=no
                 AUTH_OBJS="aix_auth.o"                  AUTH_OBJS="aix_auth.o"
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { echo "configure: error: "--with-authenticate does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:1424: error: \"--with-authenticate does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-authenticate does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-pam or --without-pam was given.  # Check whether --with-pam or --without-pam was given.
 if test "${with_pam+set}" = set; then  if test "${with_pam+set}" = set; then
   withval="$with_pam"    withval="$with_pam"
   case $with_pam in    case $with_pam in
     yes)        cat >> confdefs.h <<\EOF      yes)
   cat >>confdefs.h <<\EOF
 #define HAVE_PAM 1  #define HAVE_PAM 1
 EOF  EOF
   
                 echo $ac_n "checking whether to use PAM authentication""... $ac_c" 1>&6                  echo "$as_me:1440: checking whether to use PAM authentication" >&5
 echo "configure:1020: checking whether to use PAM authentication" >&5  echo $ECHO_N "checking whether to use PAM authentication... $ECHO_C" >&6
                 echo "$ac_t""yes" 1>&6                  echo "$as_me:1442: result: yes" >&5
   echo "${ECHO_T}yes" >&6
                 with_passwd=no                  with_passwd=no
                 AUTH_OBJS="pam.o"                  AUTH_OBJS="pam.o"
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { echo "configure: error: "--with-pam does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:1448: error: \"--with-pam does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-pam does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-AFS or --without-AFS was given.  # Check whether --with-AFS or --without-AFS was given.
 if test "${with_AFS+set}" = set; then  if test "${with_AFS+set}" = set; then
   withval="$with_AFS"    withval="$with_AFS"
   case $with_AFS in    case $with_AFS in
     yes)        cat >> confdefs.h <<\EOF      yes)
   cat >>confdefs.h <<\EOF
 #define HAVE_AFS 1  #define HAVE_AFS 1
 EOF  EOF
   
                 echo $ac_n "checking whether to try AFS (kerberos) authentication""... $ac_c" 1>&6                  echo "$as_me:1464: checking whether to try AFS (kerberos) authentication" >&5
 echo "configure:1041: checking whether to try AFS (kerberos) authentication" >&5  echo $ECHO_N "checking whether to try AFS (kerberos) authentication... $ECHO_C" >&6
                 echo "$ac_t""yes" 1>&6                  echo "$as_me:1466: result: yes" >&5
   echo "${ECHO_T}yes" >&6
                 AUTH_OBJS="${AUTH_OBJS} afs.o"                  AUTH_OBJS="${AUTH_OBJS} afs.o"
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { echo "configure: error: "--with-AFS does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:1471: error: \"--with-AFS does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-AFS does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-DCE or --without-DCE was given.  # Check whether --with-DCE or --without-DCE was given.
 if test "${with_DCE+set}" = set; then  if test "${with_DCE+set}" = set; then
   withval="$with_DCE"    withval="$with_DCE"
   case $with_DCE in    case $with_DCE in
     yes)        cat >> confdefs.h <<\EOF      yes)
   cat >>confdefs.h <<\EOF
 #define HAVE_DCE 1  #define HAVE_DCE 1
 EOF  EOF
   
                 echo $ac_n "checking whether to try DCE (kerberos) authentication""... $ac_c" 1>&6                  echo "$as_me:1487: checking whether to try DCE (kerberos) authentication" >&5
 echo "configure:1061: checking whether to try DCE (kerberos) authentication" >&5  echo $ECHO_N "checking whether to try DCE (kerberos) authentication... $ECHO_C" >&6
                 echo "$ac_t""yes" 1>&6                  echo "$as_me:1489: result: yes" >&5
   echo "${ECHO_T}yes" >&6
                 AUTH_OBJS="${AUTH_OBJS} dce.o"                  AUTH_OBJS="${AUTH_OBJS} dce.o"
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { echo "configure: error: "--with-DCE does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:1494: error: \"--with-DCE does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-DCE does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-logincap or --without-logincap was given.  # Check whether --with-logincap or --without-logincap was given.
 if test "${with_logincap+set}" = set; then  if test "${with_logincap+set}" = set; then
   withval="$with_logincap"    withval="$with_logincap"
   case $with_logincap in    case $with_logincap in
     yes|no)     ;;      yes|no)     ;;
     *)          { echo "configure: error: "--with-logincap does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:1506: error: \"--with-logincap does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-logincap does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-bsdauth or --without-bsdauth was given.  # Check whether --with-bsdauth or --without-bsdauth was given.
 if test "${with_bsdauth+set}" = set; then  if test "${with_bsdauth+set}" = set; then
   withval="$with_bsdauth"    withval="$with_bsdauth"
Line 1086 
Line 1517 
     yes)        with_logincap=yes      yes)        with_logincap=yes
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { echo "configure: error: "--with-bsdauth does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:1520: error: \"--with-bsdauth does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-bsdauth does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   echo "$as_me:1527: 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 $ac_n "checking whether to lecture users the first time they run sudo""... $ac_c" 1>&6  
 echo "configure:1097: checking whether to lecture users the first time they run sudo" >&5  
 # Check whether --with-lecture or --without-lecture was given.  # Check whether --with-lecture or --without-lecture was given.
 if test "${with_lecture+set}" = set; then  if test "${with_lecture+set}" = set; then
   withval="$with_lecture"    withval="$with_lecture"
   case $with_lecture in    case $with_lecture in
     yes|short)  echo "$ac_t""yes" 1>&6      yes|short)  lecture=on
                 ;;                  ;;
     no|none)    cat >> confdefs.h <<\EOF      no|none)    lecture=off
 #define NO_LECTURE 1  
 EOF  
   
                 echo "$ac_t""no" 1>&6  
                 ;;                  ;;
     *)          { echo "configure: error: "unknown argument to --with-lecture: $with_lecture"" 1>&2; exit 1; }      *)          { { echo "$as_me:1538: error: \"unknown argument to --with-lecture: $with_lecture\"" >&5
   echo "$as_me: error: \"unknown argument to --with-lecture: $with_lecture\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
   fi;
   if test "$lecture" = "on"; then
       echo "$as_me:1545: result: yes" >&5
   echo "${ECHO_T}yes" >&6
 else  else
   echo "$ac_t""yes" 1>&6  
   cat >>confdefs.h <<\EOF
   #define NO_LECTURE 1
   EOF
   
       echo "$as_me:1553: result: no" >&5
   echo "${ECHO_T}no" >&6
 fi  fi
   
   echo "$as_me:1557: checking whether sudo should log via syslog or to a file by default" >&5
   echo $ECHO_N "checking whether sudo should log via syslog or to a file by default... $ECHO_C" >&6
   
 echo $ac_n "checking whether sudo should log via syslog or to a file by default""... $ac_c" 1>&6  
 echo "configure:1119: checking whether sudo should log via syslog or to a file by default" >&5  
 # 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 "configure: error: "must give --with-logging an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:1564: error: \"must give --with-logging an argument.\"" >&5
   echo "$as_me: error: \"must give --with-logging an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-logging not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:1568: error: \"--without-logging not supported.\"" >&5
   echo "$as_me: error: \"--without-logging not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     syslog)     cat >> confdefs.h <<\EOF      syslog)
   cat >>confdefs.h <<\EOF
 #define LOGGING SLOG_SYSLOG  #define LOGGING SLOG_SYSLOG
 EOF  EOF
   
                 echo "$ac_t""syslog" 1>&6                  echo "$as_me:1577: result: syslog" >&5
   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 "$ac_t""file" 1>&6                  echo "$as_me:1584: result: file" >&5
   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 "$ac_t""both" 1>&6                  echo "$as_me:1591: result: both" >&5
   echo "${ECHO_T}both" >&6
                 ;;                  ;;
     *)          { echo "configure: error: "unknown argument to --with-logging: $with_logging"" 1>&2; exit 1; }      *)          { { echo "$as_me:1594: error: \"unknown argument to --with-logging: $with_logging\"" >&5
   echo "$as_me: error: \"unknown argument to --with-logging: $with_logging\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 else  else
   cat >> confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
 #define LOGGING SLOG_SYSLOG  #define LOGGING SLOG_SYSLOG
 EOF  EOF
  echo "$ac_t""syslog" 1>&6   echo "$as_me:1603: result: syslog" >&5
 fi  echo "${ECHO_T}syslog" >&6
   fi;
   
   echo "$as_me:1607: checking which syslog facility sudo should log with" >&5
   echo $ECHO_N "checking which syslog facility sudo should log with... $ECHO_C" >&6
   
 echo $ac_n "checking which syslog facility sudo should log with""... $ac_c" 1>&6  
 echo "configure:1158: checking which syslog facility sudo should log with" >&5  
 # 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 "configure: error: "must give --with-logfac an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:1614: error: \"must give --with-logfac an argument.\"" >&5
   echo "$as_me: error: \"must give --with-logfac an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-logfac not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:1618: error: \"--without-logfac not supported.\"" >&5
   echo "$as_me: error: \"--without-logfac not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     authpriv|auth|daemon|user|local0|local1|local2|local3|local4|local5|local6|local7)          cat >> confdefs.h <<EOF      authpriv|auth|daemon|user|local0|local1|local2|local3|local4|local5|local6|local7)          logfac=$with_logfac
 #define LOGFAC "$with_logfac"  
 EOF  
   
                 echo "$ac_t""$with_logfac" 1>&6  
                 ;;                  ;;
     *)          { echo "configure: error: "$with_logfac is not a supported syslog facility."" 1>&2; exit 1; }      *)          { { echo "$as_me:1624: error: \"$with_logfac is not a supported syslog facility.\"" >&5
   echo "$as_me: error: \"$with_logfac is not a supported syslog facility.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 else  fi;
   cat >> confdefs.h <<EOF  
 #define LOGFAC "local2"  cat >>confdefs.h <<EOF
   #define LOGFAC "$logfac"
 EOF  EOF
  echo "$ac_t"""local2"" 1>&6  
 fi  
   
   echo "$as_me:1635: result: $logfac" >&5
   echo "${ECHO_T}$logfac" >&6
   
 echo $ac_n "checking at which syslog priority to log commands""... $ac_c" 1>&6  echo "$as_me:1638: checking at which syslog priority to log commands" >&5
 echo "configure:1185: checking at which syslog priority to log commands" >&5  echo $ECHO_N "checking at which syslog priority to log commands... $ECHO_C" >&6
   
 # Check whether --with-goodpri or --without-goodpri was given.  # 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 "configure: error: "must give --with-goodpri an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:1645: error: \"must give --with-goodpri an argument.\"" >&5
   echo "$as_me: error: \"must give --with-goodpri an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-goodpri not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:1649: error: \"--without-goodpri not supported.\"" >&5
   echo "$as_me: error: \"--without-goodpri not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     alert|crit|debug|emerg|err|info|notice|warning)             cat >> confdefs.h <<EOF      alert|crit|debug|emerg|err|info|notice|warning)
 #define PRI_SUCCESS "$with_goodpri"                  goodpri=$with_goodpri
 EOF  
   
                 echo "$ac_t""$with_goodpri" 1>&6  
                 ;;                  ;;
     *)          { echo "configure: error: "$with_goodpri is not a supported syslog priority."" 1>&2; exit 1; }      *)          { { echo "$as_me:1656: error: \"$with_goodpri is not a supported syslog priority.\"" >&5
   echo "$as_me: error: \"$with_goodpri is not a supported syslog priority.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 else  fi;
   cat >> confdefs.h <<EOF  
 #define PRI_SUCCESS "notice"  cat >>confdefs.h <<EOF
   #define PRI_SUCCESS "$goodpri"
 EOF  EOF
  echo "$ac_t"""notice"" 1>&6  
 fi  
   
   echo "$as_me:1667: result: $goodpri" >&5
   echo "${ECHO_T}$goodpri" >&6
   
 echo $ac_n "checking at which syslog priority to log failures""... $ac_c" 1>&6  echo "$as_me:1670: checking at which syslog priority to log failures" >&5
 echo "configure:1212: checking at which syslog priority to log failures" >&5  echo $ECHO_N "checking at which syslog priority to log failures... $ECHO_C" >&6
   
 # Check whether --with-badpri or --without-badpri was given.  # 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 "configure: error: "must give --with-badpri an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:1677: error: \"must give --with-badpri an argument.\"" >&5
   echo "$as_me: error: \"must give --with-badpri an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-badpri not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:1681: error: \"--without-badpri not supported.\"" >&5
   echo "$as_me: error: \"--without-badpri not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     alert|crit|debug|emerg|err|info|notice|warning)             cat >> confdefs.h <<EOF      alert|crit|debug|emerg|err|info|notice|warning)
 #define PRI_FAILURE "$with_badpri"                  badpri=$with_badpri
 EOF  
   
                 echo "$ac_t""$with_badpri" 1>&6  
                 ;;                  ;;
     *)          { echo "configure: error: $with_badpri is not a supported syslog priority." 1>&2; exit 1; }      *)          { { echo "$as_me:1688: error: $with_badpri is not a supported syslog priority." >&5
   echo "$as_me: error: $with_badpri is not a supported syslog priority." >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 else  fi;
   cat >> confdefs.h <<EOF  
 #define PRI_FAILURE "alert"  cat >>confdefs.h <<EOF
   #define PRI_FAILURE "$badpri"
 EOF  EOF
  echo "$ac_t"""alert"" 1>&6  
 fi  
   
   echo "$as_me:1699: result: badpri" >&5
   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 "configure: error: "must give --with-logpath an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:1706: error: \"must give --with-logpath an argument.\"" >&5
   echo "$as_me: error: \"must give --with-logpath an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-logpath not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:1710: error: \"--without-logpath not supported.\"" >&5
   echo "$as_me: error: \"--without-logpath not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   echo "$as_me:1717: checking how long a line in the log file should be" >&5
   echo $ECHO_N "checking how long a line in the log file should be... $ECHO_C" >&6
   
 echo $ac_n "checking how long a line in the log file should be""... $ac_c" 1>&6  
 echo "configure:1251: checking how long a line in the log file should be" >&5  
 # 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 "configure: error: "must give --with-loglen an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:1724: error: \"must give --with-loglen an argument.\"" >&5
   echo "$as_me: error: \"must give --with-loglen an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-loglen not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:1728: error: \"--without-loglen not supported.\"" >&5
   echo "$as_me: error: \"--without-loglen not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     [0-9]*)     cat >> confdefs.h <<EOF      [0-9]*)     loglen=$with_loglen
 #define MAXLOGFILELEN $with_loglen  
 EOF  
   
                 echo "$ac_t""$with_loglen" 1>&6  
                 ;;                  ;;
     *)          { echo "configure: error: "you must enter a number, not $with_loglen"" 1>&2; exit 1; }      *)          { { echo "$as_me:1734: error: \"you must enter a number, not $with_loglen\"" >&5
   echo "$as_me: error: \"you must enter a number, not $with_loglen\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 else  fi;
   cat >> confdefs.h <<\EOF  
 #define MAXLOGFILELEN 80  cat >>confdefs.h <<EOF
   #define MAXLOGFILELEN $loglen
 EOF  EOF
  echo "$ac_t""80" 1>&6  
 fi  
   
   echo "$as_me:1745: result: $loglen" >&5
   echo "${ECHO_T}$loglen" >&6
   
 echo $ac_n "checking whether sudo should ignore '.' or '' in \$PATH""... $ac_c" 1>&6  echo "$as_me:1748: checking whether sudo should ignore '.' or '' in \$PATH" >&5
 echo "configure:1278: checking whether sudo should ignore '.' or '' in \$PATH" >&5  echo $ECHO_N "checking whether sudo should ignore '.' or '' in \$PATH... $ECHO_C" >&6
   
 # Check whether --with-ignore-dot or --without-ignore-dot was given.  # Check whether --with-ignore-dot or --without-ignore-dot was given.
 if test "${with_ignore_dot+set}" = set; then  if test "${with_ignore_dot+set}" = set; then
   withval="$with_ignore_dot"    withval="$with_ignore_dot"
   case $with_ignore_dot in    case $with_ignore_dot in
     yes)        cat >> confdefs.h <<\EOF      yes)        ignore_dot=on
 #define IGNORE_DOT_PATH 1  
 EOF  
   
                 echo "$ac_t""yes" 1>&6  
                 ;;                  ;;
     no)         echo "$ac_t""no" 1>&6      no)         ignore_dot=off
                 ;;                  ;;
     *)          { echo "configure: error: "--with-ignore-dot does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:1759: error: \"--with-ignore-dot does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-ignore-dot does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 else  fi;
   echo "$ac_t""no" 1>&6  if test "$ignore_dot" = "on"; then
 fi  
   
   cat >>confdefs.h <<\EOF
 echo $ac_n "checking who should get the mail that sudo sends""... $ac_c" 1>&6  #define IGNORE_DOT_PATH 1
 echo "configure:1300: checking who should get the mail that sudo sends" >&5  
 # Check whether --with-mailto or --without-mailto was given.  
 if test "${with_mailto+set}" = set; then  
   withval="$with_mailto"  
   case $with_mailto in  
     yes)        { echo "configure: error: "must give --with-mailto an argument."" 1>&2; exit 1; }  
                 ;;  
     no)         { echo "configure: error: "--without-mailto not supported."" 1>&2; exit 1; }  
                 ;;  
     *)          cat >> confdefs.h <<EOF  
 #define MAILTO "$with_mailto"  
 EOF  EOF
   
                 echo "$ac_t""$with_mailto" 1>&6      echo "$as_me:1771: result: yes" >&5
                 ;;  echo "${ECHO_T}yes" >&6
 esac  
 else  else
   cat >> confdefs.h <<\EOF      echo "$as_me:1774: result: no" >&5
 #define MAILTO "root"  echo "${ECHO_T}no" >&6
 EOF  
  echo "$ac_t""root" 1>&6  
 fi  fi
   
   echo "$as_me:1778: checking whether to send mail when a user is not in sudoers" >&5
   echo $ECHO_N "checking whether to send mail when a user is not in sudoers... $ECHO_C" >&6
   
 # Check whether --with-mailsubject or --without-mailsubject was given.  
 if test "${with_mailsubject+set}" = set; then  
   withval="$with_mailsubject"  
   case $with_mailsubject in  
     yes)        { echo "configure: error: "must give --with-mailsubject an argument."" 1>&2; exit 1; }  
                 ;;  
     no)         echo "Sorry, --without-mailsubject not supported."  
                 ;;  
     *)          cat >> confdefs.h <<EOF  
 #define MAILSUBJECT "$with_mailsubject"  
 EOF  
   
                 echo $ac_n "checking sudo mail subject""... $ac_c" 1>&6  
 echo "configure:1337: checking sudo mail subject" >&5  
                 echo "$ac_t""Using alert mail subject: $with_mailsubject" 1>&6  
                 ;;  
 esac  
 else  
   cat >> confdefs.h <<\EOF  
 #define MAILSUBJECT "*** SECURITY information for %h ***"  
 EOF  
   
 fi  
   
   
 echo $ac_n "checking whether to send mail when a user is not in sudoers""... $ac_c" 1>&6  
 echo "configure:1350: checking whether to send mail when a user is not in sudoers" >&5  
 # 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.
 if test "${with_mail_if_no_user+set}" = set; then  if test "${with_mail_if_no_user+set}" = set; then
   withval="$with_mail_if_no_user"    withval="$with_mail_if_no_user"
   case $with_mail_if_no_user in    case $with_mail_if_no_user in
     yes)        cat >> confdefs.h <<\EOF      yes)        mail_no_user=on
 #define SEND_MAIL_WHEN_NO_USER 1  
 EOF  
   
                 echo "$ac_t""yes" 1>&6  
                 ;;                  ;;
     no)         echo "$ac_t""no" 1>&6      no)         mail_no_user=off
                 ;;                  ;;
     *)          { echo "configure: error: "unknown argument to --with-mail-if-no-user: $with_mail_if_no_user"" 1>&2; exit 1; }      *)          { { echo "$as_me:1789: error: \"--with-mail-if-no-user does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-mail-if-no-user does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 else  fi;
   cat >> confdefs.h <<\EOF  if test "$mail_no_user" = "on"; then
   
   cat >>confdefs.h <<\EOF
 #define SEND_MAIL_WHEN_NO_USER 1  #define SEND_MAIL_WHEN_NO_USER 1
 EOF  EOF
  echo "$ac_t""yes" 1>&6  
       echo "$as_me:1801: result: yes" >&5
   echo "${ECHO_T}yes" >&6
   else
       echo "$as_me:1804: result: no" >&5
   echo "${ECHO_T}no" >&6
 fi  fi
   
   echo "$as_me:1808: checking whether to send mail when user listed but not for this host" >&5
   echo $ECHO_N "checking whether to send mail when user listed but not for this host... $ECHO_C" >&6
   
 echo $ac_n "checking whether to send mail when user listed but not for this host""... $ac_c" 1>&6  
 echo "configure:1375: checking whether to send mail when user listed but not for this host" >&5  
 # 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.
 if test "${with_mail_if_no_host+set}" = set; then  if test "${with_mail_if_no_host+set}" = set; then
   withval="$with_mail_if_no_host"    withval="$with_mail_if_no_host"
   case $with_mail_if_no_host in    case $with_mail_if_no_host in
     yes)        cat >> confdefs.h <<\EOF      yes)        mail_no_host=on
 #define SEND_MAIL_WHEN_NO_HOST 1  
 EOF  
   
                 echo "$ac_t""yes" 1>&6  
                 ;;                  ;;
     no)         echo "$ac_t""no" 1>&6      no)         mail_no_host=off
                 ;;                  ;;
     *)          { echo "configure: error: "unknown argument to --with-mail-if-no-host: $with_mail_if_no_host"" 1>&2; exit 1; }      *)          { { echo "$as_me:1819: error: \"--with-mail-if-no-host does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-mail-if-no-host does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
   fi;
   if test "$mail_no_host" = "on"; then
   
   cat >>confdefs.h <<\EOF
   #define SEND_MAIL_WHEN_NO_HOST 1
   EOF
   
       echo "$as_me:1831: result: yes" >&5
   echo "${ECHO_T}yes" >&6
 else  else
   echo "$ac_t""no" 1>&6      echo "$as_me:1834: result: no" >&5
   echo "${ECHO_T}no" >&6
 fi  fi
   
   echo "$as_me:1838: checking whether to send mail when a user tries a disallowed command" >&5
   echo $ECHO_N "checking whether to send mail when a user tries a disallowed command... $ECHO_C" >&6
   
 echo $ac_n "checking whether to send mail when a user tries a disallowed command""... $ac_c" 1>&6  
 echo "configure:1397: checking whether to send mail when a user tries a disallowed command" >&5  
 # 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.
 if test "${with_mail_if_noperms+set}" = set; then  if test "${with_mail_if_noperms+set}" = set; then
   withval="$with_mail_if_noperms"    withval="$with_mail_if_noperms"
   case $with_mail_if_noperms in    case $with_mail_if_noperms in
     yes)        cat >> confdefs.h <<\EOF      yes)        mail_noperms=on
                   ;;
       no)         mail_noperms=off
                   ;;
       *)          { { echo "$as_me:1849: error: \"--with-mail-if-noperms does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-mail-if-noperms does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                   ;;
   esac
   fi;
   if test "$mail_noperms" = "on"; then
   
   cat >>confdefs.h <<\EOF
 #define SEND_MAIL_WHEN_NOT_OK 1  #define SEND_MAIL_WHEN_NOT_OK 1
 EOF  EOF
   
                 echo "$ac_t""yes" 1>&6      echo "$as_me:1861: result: yes" >&5
   echo "${ECHO_T}yes" >&6
   else
       echo "$as_me:1864: result: no" >&5
   echo "${ECHO_T}no" >&6
   fi
   
   echo "$as_me:1868: checking who should get the mail that sudo sends" >&5
   echo $ECHO_N "checking who should get the mail that sudo sends... $ECHO_C" >&6
   
   # Check whether --with-mailto or --without-mailto was given.
   if test "${with_mailto+set}" = set; then
     withval="$with_mailto"
     case $with_mailto in
       yes)        { { echo "$as_me:1875: error: \"must give --with-mailto an argument.\"" >&5
   echo "$as_me: error: \"must give --with-mailto an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         echo "$ac_t""no" 1>&6      no)         { { echo "$as_me:1879: error: \"--without-mailto not supported.\"" >&5
   echo "$as_me: error: \"--without-mailto not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     *)          { echo "configure: error: "unknown argument to --with-mail-if-noperms: $with_mail_if_noperms"" 1>&2; exit 1; }      *)          mailto=$with_mailto
                 ;;                  ;;
 esac  esac
 else  fi;
   echo "$ac_t""no" 1>&6  
 fi  
   
   cat >>confdefs.h <<EOF
   #define MAILTO "$mailto"
   EOF
   
 echo $ac_n "checking for bad password prompt""... $ac_c" 1>&6  echo "$as_me:1892: result: $mailto" >&5
 echo "configure:1419: checking for bad password prompt" >&5  echo "${ECHO_T}$mailto" >&6
   
   # Check whether --with-mailsubject or --without-mailsubject was given.
   if test "${with_mailsubject+set}" = set; then
     withval="$with_mailsubject"
     case $with_mailsubject in
       yes)        { { echo "$as_me:1899: error: \"must give --with-mailsubject an argument.\"" >&5
   echo "$as_me: error: \"must give --with-mailsubject an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                   ;;
       no)         echo "Sorry, --without-mailsubject not supported."
                   ;;
       *)          mailsub="$with_mailsubject"
                   echo "$as_me:1906: checking sudo mail subject" >&5
   echo $ECHO_N "checking sudo mail subject... $ECHO_C" >&6
                   echo "$as_me:1908: result: Using alert mail subject: $mailsub" >&5
   echo "${ECHO_T}Using alert mail subject: $mailsub" >&6
                   ;;
   esac
   fi;
   
   cat >>confdefs.h <<EOF
   #define MAILSUBJECT "$mailsub"
   EOF
   
   echo "$as_me:1918: checking for bad password prompt" >&5
   echo $ECHO_N "checking for bad password prompt... $ECHO_C" >&6
   
 # Check whether --with-passprompt or --without-passprompt was given.  # 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 "configure: error: "must give --with-passprompt an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:1925: error: \"must give --with-passprompt an argument.\"" >&5
   echo "$as_me: error: \"must give --with-passprompt an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         echo "Sorry, --without-passprompt not supported."      no)         echo "Sorry, --without-passprompt not supported."
                 ;;                  ;;
     *)          cat >> confdefs.h <<EOF      *)          passprompt="$with_passprompt"
 #define PASSPROMPT "$with_passprompt"  
 EOF  
   
                 echo "$ac_t""$with_passprompt" 1>&6  
                 ;;  
 esac  esac
 else  fi;
   cat >> confdefs.h <<\EOF  echo "$as_me:1934: result: $passprompt" >&5
 #define PASSPROMPT "Password:"  echo "${ECHO_T}$passprompt" >&6
   
   cat >>confdefs.h <<EOF
   #define PASSPROMPT "$passprompt"
 EOF  EOF
  echo "$ac_t""Password:" 1>&6  
 fi  
   
   echo "$as_me:1941: checking for bad password message" >&5
   echo $ECHO_N "checking for bad password message... $ECHO_C" >&6
   
 echo $ac_n "checking for bad password message""... $ac_c" 1>&6  
 echo "configure:1444: checking for bad password message" >&5  
 # 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 "configure: error: "Must give --with-badpass-message an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:1948: error: \"Must give --with-badpass-message an argument.\"" >&5
   echo "$as_me: error: \"Must give --with-badpass-message an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         echo "Sorry, --without-badpass-message not supported."      no)         echo "Sorry, --without-badpass-message not supported."
                 ;;                  ;;
     *)          cat >> confdefs.h <<EOF      *)          badpass_message="$with_badpass_message"
 #define INCORRECT_PASSWORD "$with_badpass_message"  
 EOF  
   
                 echo "$ac_t""$with_badpass_message" 1>&6  
                 ;;                  ;;
 esac  esac
 else  fi;
   cat >> confdefs.h <<\EOF  
 #define INCORRECT_PASSWORD "Sorry, try again."  cat >>confdefs.h <<EOF
   #define INCORRECT_PASSWORD "$badpass_message"
 EOF  EOF
  echo "$ac_t""Sorry, try again." 1>&6  
 fi  
   
   echo "$as_me:1963: result: $badpass_message" >&5
   echo "${ECHO_T}$badpass_message" >&6
   
 echo $ac_n "checking whether to expect fully qualified hosts in sudoers""... $ac_c" 1>&6  echo "$as_me:1966: checking whether to expect fully qualified hosts in sudoers" >&5
 echo "configure:1469: checking whether to expect fully qualified hosts in sudoers" >&5  echo $ECHO_N "checking whether to expect fully qualified hosts in sudoers... $ECHO_C" >&6
   
 # Check whether --with-fqdn or --without-fqdn was given.  # Check whether --with-fqdn or --without-fqdn was given.
 if test "${with_fqdn+set}" = set; then  if test "${with_fqdn+set}" = set; then
   withval="$with_fqdn"    withval="$with_fqdn"
   case $with_fqdn in    case $with_fqdn in
     yes)        cat >> confdefs.h <<\EOF      yes)        fqdn=on
 #define FQDN 1  
 EOF  
   
                 echo "$ac_t""yes" 1>&6  
                 ;;                  ;;
     no)         echo "$ac_t""no" 1>&6      no)         fqdn=off
                 ;;                  ;;
     *)          { echo "configure: error: "--with-fqdn does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:1977: error: \"--with-fqdn does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-fqdn does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
   fi;
   if test "$fqdn" = "on"; then
   
   cat >>confdefs.h <<\EOF
   #define FQDN 1
   EOF
   
       echo "$as_me:1989: result: yes" >&5
   echo "${ECHO_T}yes" >&6
 else  else
   echo "$ac_t""no" 1>&6      echo "$as_me:1992: result: no" >&5
   echo "${ECHO_T}no" >&6
 fi  fi
   
   
 # Check whether --with-timedir or --without-timedir was given.  # Check whether --with-timedir or --without-timedir was given.
 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 "configure: error: "must give --with-timedir an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:2000: error: \"must give --with-timedir an argument.\"" >&5
   echo "$as_me: error: \"must give --with-timedir an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-timedir not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:2004: error: \"--without-timedir not supported.\"" >&5
   echo "$as_me: error: \"--without-timedir not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-sendmail or --without-sendmail was given.  # Check whether --with-sendmail or --without-sendmail was given.
 if test "${with_sendmail+set}" = set; then  if test "${with_sendmail+set}" = set; then
   withval="$with_sendmail"    withval="$with_sendmail"
   case $with_sendmail in    case $with_sendmail in
     yes)        with_sendmail=""      yes)        with_sendmail=""
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          cat >> confdefs.h <<EOF      *)          cat >>confdefs.h <<EOF
 #define _PATH_SENDMAIL "$with_sendmail"  #define _PATH_SUDO_SENDMAIL "$with_sendmail"
 EOF  EOF
   
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-sudoers-mode or --without-sudoers-mode was given.  # Check whether --with-sudoers-mode or --without-sudoers-mode was given.
 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 "configure: error: "must give --with-sudoers-mode an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:2030: error: \"must give --with-sudoers-mode an argument.\"" >&5
   echo "$as_me: error: \"must give --with-sudoers-mode an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-sudoers-mode not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:2034: error: \"--without-sudoers-mode not supported.\"" >&5
   echo "$as_me: error: \"--without-sudoers-mode not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     [1-9]*)     SUDOERS_MODE=0${with_sudoers_mode}      [1-9]*)     SUDOERS_MODE=0${with_sudoers_mode}
                 ;;                  ;;
     0*)         SUDOERS_MODE=$with_sudoers_mode      0*)         SUDOERS_MODE=$with_sudoers_mode
                 ;;                  ;;
     *)          { echo "configure: error: "you must use a numeric uid, not a name."" 1>&2; exit 1; }      *)          { { echo "$as_me:2042: error: \"you must use a numeric uid, not a name.\"" >&5
   echo "$as_me: error: \"you must use a numeric uid, not a name.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-sudoers-uid or --without-sudoers-uid was given.  # Check whether --with-sudoers-uid or --without-sudoers-uid was given.
 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 "configure: error: "must give --with-sudoers-uid an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:2053: error: \"must give --with-sudoers-uid an argument.\"" >&5
   echo "$as_me: error: \"must give --with-sudoers-uid an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-sudoers-uid not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:2057: error: \"--without-sudoers-uid not supported.\"" >&5
   echo "$as_me: error: \"--without-sudoers-uid not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     [0-9]*)     SUDOERS_UID=$with_sudoers_uid      [0-9]*)     SUDOERS_UID=$with_sudoers_uid
                 ;;                  ;;
     *)          { echo "configure: error: "you must use a numeric uid, not a name."" 1>&2; exit 1; }      *)          { { echo "$as_me:2063: error: \"you must use a numeric uid, not a name.\"" >&5
   echo "$as_me: error: \"you must use a numeric uid, not a name.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-sudoers-gid or --without-sudoers-gid was given.  # Check whether --with-sudoers-gid or --without-sudoers-gid was given.
 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 "configure: error: "must give --with-sudoers-gid an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:2074: error: \"must give --with-sudoers-gid an argument.\"" >&5
   echo "$as_me: error: \"must give --with-sudoers-gid an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-sudoers-gid not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:2078: error: \"--without-sudoers-gid not supported.\"" >&5
   echo "$as_me: error: \"--without-sudoers-gid not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     [0-9]*)     SUDOERS_GID=$with_sudoers_gid      [0-9]*)     SUDOERS_GID=$with_sudoers_gid
                 ;;                  ;;
     *)          { echo "configure: error: "you must use a numeric gid, not a name."" 1>&2; exit 1; }      *)          { { echo "$as_me:2084: error: \"you must use a numeric gid, not a name.\"" >&5
   echo "$as_me: error: \"you must use a numeric gid, not a name.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   echo "$as_me:2091: checking for umask programs should be run with" >&5
   echo $ECHO_N "checking for umask programs should be run with... $ECHO_C" >&6
   
 echo $ac_n "checking for umask programs should be run with""... $ac_c" 1>&6  
 echo "configure:1569: checking for umask programs should be run with" >&5  
 # 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 "configure: error: "must give --with-umask an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:2098: error: \"must give --with-umask an argument.\"" >&5
   echo "$as_me: error: \"must give --with-umask an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         echo "$ac_t""user" 1>&6      no)         sudo_umask=0777
                 ;;                  ;;
     [0-9]*)     cat >> confdefs.h <<EOF      [0-9]*)     sudo_umask=$with_umask
 #define SUDO_UMASK $with_umask  
 EOF  
   
                 echo "$ac_t""$with_umask" 1>&6  
                 ;;                  ;;
     *)          { echo "configure: error: "you must enter a numeric mask."" 1>&2; exit 1; }      *)          { { echo "$as_me:2106: error: \"you must enter a numeric mask.\"" >&5
   echo "$as_me: error: \"you must enter a numeric mask.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 else  fi;
   cat >> confdefs.h <<\EOF  
 #define SUDO_UMASK 0022  cat >>confdefs.h <<EOF
   #define SUDO_UMASK $sudo_umask
 EOF  EOF
  echo "$ac_t""0022" 1>&6  
   if test "$sudo_umask" = "0777"; then
       echo "$as_me:2118: result: user" >&5
   echo "${ECHO_T}user" >&6
   else
       echo "$as_me:2121: result: $sudo_umask" >&5
   echo "${ECHO_T}$sudo_umask" >&6
 fi  fi
   
   echo "$as_me:2125: checking for default user to run commands as" >&5
   echo $ECHO_N "checking for default user to run commands as... $ECHO_C" >&6
   
 echo $ac_n "checking for default user to run commands as""... $ac_c" 1>&6  
 echo "configure:1596: checking for default user to run commands as" >&5  
 # 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 "configure: error: "must give --with-runas-default an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:2132: error: \"must give --with-runas-default an argument.\"" >&5
   echo "$as_me: error: \"must give --with-runas-default an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-runas-default not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:2136: error: \"--without-runas-default not supported.\"" >&5
   echo "$as_me: error: \"--without-runas-default not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     *)          cat >> confdefs.h <<EOF      *)          runas_default="$with_runas_default"
 #define RUNAS_DEFAULT "$with_runas_default"  
 EOF  
   
                 echo "$ac_t""$with_runas_default" 1>&6  
                 ;;                  ;;
 esac  esac
 else  fi;
   cat >> confdefs.h <<\EOF  
 #define RUNAS_DEFAULT "root"  cat >>confdefs.h <<EOF
   #define RUNAS_DEFAULT "$runas_default"
 EOF  EOF
  echo "$ac_t""root" 1>&6  
 fi  
   
   echo "$as_me:2149: result: $runas_default" >&5
   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 "configure: error: "must give --with-exempt an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:2156: error: \"must give --with-exempt an argument.\"" >&5
   echo "$as_me: error: \"must give --with-exempt an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-exempt not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:2160: error: \"--without-exempt not supported.\"" >&5
   echo "$as_me: error: \"--without-exempt not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     *)          cat >> confdefs.h <<EOF      *)
   cat >>confdefs.h <<EOF
 #define EXEMPTGROUP "$with_exempt"  #define EXEMPTGROUP "$with_exempt"
 EOF  EOF
   
                 echo $ac_n "checking for group to be exempt from password""... $ac_c" 1>&6                  echo "$as_me:2169: checking for group to be exempt from password" >&5
 echo "configure:1633: checking for group to be exempt from password" >&5  echo $ECHO_N "checking for group to be exempt from password... $ECHO_C" >&6
                 echo "$ac_t""$with_exempt" 1>&6                  echo "$as_me:2171: result: $with_exempt" >&5
   echo "${ECHO_T}$with_exempt" >&6
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   echo "$as_me:2177: checking for editor that visudo should use" >&5
   echo $ECHO_N "checking for editor that visudo should use... $ECHO_C" >&6
   
 echo $ac_n "checking for editor that visudo should use""... $ac_c" 1>&6  
 echo "configure:1641: checking for editor that visudo should use" >&5  
 # 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 "configure: error: "must give --with-editor an argument."" 1>&2; exit 1; }      yes)        { { echo "$as_me:2184: error: \"must give --with-editor an argument.\"" >&5
   echo "$as_me: error: \"must give --with-editor an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     no)         { echo "configure: error: "--without-editor not supported."" 1>&2; exit 1; }      no)         { { echo "$as_me:2188: error: \"--without-editor not supported.\"" >&5
   echo "$as_me: error: \"--without-editor not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     *)          cat >> confdefs.h <<EOF      *)
   cat >>confdefs.h <<EOF
 #define EDITOR "$with_editor"  #define EDITOR "$with_editor"
 EOF  EOF
   
                 echo "$ac_t""$with_editor" 1>&6                  echo "$as_me:2197: result: $with_editor" >&5
   echo "${ECHO_T}$with_editor" >&6
                 ;;                  ;;
 esac  esac
 else  else
   cat >> confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
 #define EDITOR _PATH_VI  #define EDITOR _PATH_VI
 EOF  EOF
  echo "$ac_t""vi" 1>&6   echo "$as_me:2205: result: vi" >&5
 fi  echo "${ECHO_T}vi" >&6
   fi;
   
   echo "$as_me:2209: checking whether to obey EDITOR and VISUAL environment variables" >&5
   echo $ECHO_N "checking whether to obey EDITOR and VISUAL environment variables... $ECHO_C" >&6
   
 echo $ac_n "checking whether to obey EDITOR and VISUAL environment variables""... $ac_c" 1>&6  
 echo "configure:1666: checking whether to obey EDITOR and VISUAL environment variables" >&5  
 # Check whether --with-env-editor or --without-env-editor was given.  # Check whether --with-env-editor or --without-env-editor was given.
 if test "${with_env_editor+set}" = set; then  if test "${with_env_editor+set}" = set; then
   withval="$with_env_editor"    withval="$with_env_editor"
   case $with_env_editor in    case $with_env_editor in
     yes)        cat >> confdefs.h <<\EOF      yes)        env_editor=on
 #define ENV_EDITOR 1  
 EOF  
   
                 echo "$ac_t""yes" 1>&6  
                 ;;                  ;;
     no)         echo "$ac_t""no" 1>&6      no)         env_editor=off
                 ;;                  ;;
     *)          { echo "configure: error: "--with-env-editor does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:2220: error: \"--with-env-editor does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-env-editor does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
   fi;
   if test "$env_editor" = "on"; then
   
   cat >>confdefs.h <<\EOF
   #define ENV_EDITOR 1
   EOF
   
       echo "$as_me:2232: result: yes" >&5
   echo "${ECHO_T}yes" >&6
 else  else
   echo "$ac_t""no" 1>&6      echo "$as_me:2235: result: no" >&5
   echo "${ECHO_T}no" >&6
 fi  fi
   
   echo "$as_me:2239: checking number of tries a user gets to enter their password" >&5
   echo $ECHO_N "checking number of tries a user gets to enter their password... $ECHO_C" >&6
   
 echo $ac_n "checking number of tries a user gets to enter their password""... $ac_c" 1>&6  
 echo "configure:1688: checking number of tries a user gets to enter their password" >&5  
 # Check whether --with-passwd-tries or --without-passwd-tries was given.  # Check whether --with-passwd-tries or --without-passwd-tries was given.
 if test "${with_passwd_tries+set}" = set; then  if test "${with_passwd_tries+set}" = set; then
   withval="$with_passwd_tries"    withval="$with_passwd_tries"
   case $with_passwd_tries in    case $with_passwd_tries in
     yes)        cat >> confdefs.h <<\EOF      yes)        ;;
 #define TRIES_FOR_PASSWORD 3      no)         { { echo "$as_me:2247: error: \"--without-editor not supported.\"" >&5
 EOF  echo "$as_me: error: \"--without-editor not supported.\"" >&2;}
      { (exit 1); exit 1; }; }
                 echo "$ac_t""3" 1>&6  
                 ;;                  ;;
     no)         { echo "configure: error: "--without-editor not supported."" 1>&2; exit 1; }      [1-9]*)     passwd_tries=$with_passwd_tries
                 ;;                  ;;
     [1-9]*)     cat >> confdefs.h <<EOF      *)          { { echo "$as_me:2253: error: \"you must enter the numer of tries, > 0\"" >&5
 #define TRIES_FOR_PASSWORD $with_passwd_tries  echo "$as_me: error: \"you must enter the numer of tries, > 0\"" >&2;}
 EOF     { (exit 1); exit 1; }; }
   
                 echo "$ac_t""$with_passwd_tries" 1>&6  
                 ;;                  ;;
     *)          { echo "configure: error: "you must enter the numer of tries, > 0"" 1>&2; exit 1; }  
                 ;;  
 esac  esac
 else  fi;
   cat >> confdefs.h <<\EOF  
 #define TRIES_FOR_PASSWORD 3  cat >>confdefs.h <<EOF
   #define TRIES_FOR_PASSWORD $passwd_tries
 EOF  EOF
  echo "$ac_t""3" 1>&6  
 fi  
   
   echo "$as_me:2264: result: $passwd_tries" >&5
   echo "${ECHO_T}$passwd_tries" >&6
   
 echo $ac_n "checking time in minutes after which sudo will ask for a password again""... $ac_c" 1>&6  echo "$as_me:2267: checking time in minutes after which sudo will ask for a password again" >&5
 echo "configure:1719: checking time in minutes after which sudo will ask for a password again" >&5  echo $ECHO_N "checking time in minutes after which sudo will ask for a password again... $ECHO_C" >&6
   
 # Check whether --with-timeout or --without-timeout was given.  # Check whether --with-timeout or --without-timeout was given.
 if test "${with_timeout+set}" = set; then  if test "${with_timeout+set}" = set; then
   withval="$with_timeout"    withval="$with_timeout"
   echo $with_timeout; case $with_timeout in    echo $with_timeout; case $with_timeout in
     yes)        cat >> confdefs.h <<\EOF      yes)        ;;
 #define TIMEOUT 5      no)         timeout=0
 EOF  
   
                 echo "$ac_t""5" 1>&6  
                 ;;                  ;;
     no)         cat >> confdefs.h <<\EOF      [0-9]*)     timeout=$with_timeout
 #define TIMEOUT 0  
 EOF  
   
                 echo "$ac_t""no timeout" 1>&6  
                 ;;                  ;;
     [0-9]*)     cat >> confdefs.h <<EOF      *)          { { echo "$as_me:2279: error: \"you must enter the numer of minutes.\"" >&5
 #define TIMEOUT $with_timeout  echo "$as_me: error: \"you must enter the numer of minutes.\"" >&2;}
 EOF     { (exit 1); exit 1; }; }
   
                 echo "$ac_t""$with_timeout" 1>&6  
                 ;;                  ;;
     *)          { echo "configure: error: "you must enter the numer of minutes."" 1>&2; exit 1; }  
                 ;;  
 esac  esac
 else  fi;
   cat >> confdefs.h <<\EOF  
 #define TIMEOUT 5  cat >>confdefs.h <<EOF
   #define TIMEOUT $timeout
 EOF  EOF
  echo "$ac_t""5" 1>&6  
 fi  
   
   echo "$as_me:2290: result: $timeout" >&5
   echo "${ECHO_T}$timeout" >&6
   
 echo $ac_n "checking time in minutes after the password prompt will time out""... $ac_c" 1>&6  echo "$as_me:2293: checking time in minutes after the password prompt will time out" >&5
 echo "configure:1754: checking time in minutes after the password prompt will time out" >&5  echo $ECHO_N "checking time in minutes after the password prompt will time out... $ECHO_C" >&6
   
 # Check whether --with-password-timeout or --without-password-timeout was given.  # Check whether --with-password-timeout or --without-password-timeout was given.
 if test "${with_password_timeout+set}" = set; then  if test "${with_password_timeout+set}" = set; then
   withval="$with_password_timeout"    withval="$with_password_timeout"
   case $with_password_timeout in    case $with_password_timeout in
     yes)        cat >> confdefs.h <<\EOF      yes)        ;;
 #define PASSWORD_TIMEOUT 5      no)         password_timeout=0
 EOF  
   
                 echo "$ac_t""5" 1>&6  
                 ;;                  ;;
     no)         cat >> confdefs.h <<\EOF      [0-9]*)     password_timeout=$with_password_timeout
 #define PASSWORD_TIMEOUT 0  
 EOF  
   
                 echo "$ac_t""no timeout" 1>&6  
                 ;;                  ;;
     [0-9]*)     cat >> confdefs.h <<EOF      *)          { { echo "$as_me:2305: error: \"you must enter the numer of minutes.\"" >&5
 #define PASSWORD_TIMEOUT $with_password_timeout  echo "$as_me: error: \"you must enter the numer of minutes.\"" >&2;}
 EOF     { (exit 1); exit 1; }; }
   
                 echo "$ac_t""$with_password_timeout" 1>&6  
                 ;;                  ;;
     *)          { echo "configure: error: "you must enter the numer of minutes."" 1>&2; exit 1; }  
                 ;;  
 esac  esac
 else  fi;
   cat >> confdefs.h <<\EOF  
 #define PASSWORD_TIMEOUT 5  cat >>confdefs.h <<EOF
   #define PASSWORD_TIMEOUT $password_timeout
 EOF  EOF
  echo "$ac_t""5" 1>&6  
 fi  
   
   echo "$as_me:2316: result: $password_timeout" >&5
   echo "${ECHO_T}$password_timeout" >&6
   
 echo $ac_n "checking whether to use execvp or execv""... $ac_c" 1>&6  
 echo "configure:1789: checking whether to use execvp or execv" >&5  
 # 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)        cat >> confdefs.h <<\EOF      yes)        echo "$as_me:2323: checking whether to use execvp or execv" >&5
   echo $ECHO_N "checking whether to use execvp or execv... $ECHO_C" >&6
                   echo "$as_me:2325: result: execv" >&5
   echo "${ECHO_T}execv" >&6
   
   cat >>confdefs.h <<\EOF
 #define USE_EXECV 1  #define USE_EXECV 1
 EOF  EOF
   
                 echo "$ac_t""execv" 1>&6  
                 ;;                  ;;
     no)         echo "$ac_t""execvp" 1>&6      no)         ;;
       *)          { { echo "$as_me:2334: error: \"--with-execv does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-execv does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
     *)          { echo "configure: error: "--with-execv does not take an argument."" 1>&2; exit 1; }  
                 ;;  
 esac  esac
 else  fi;
   echo "$ac_t""execvp" 1>&6  
 fi  
   
   echo "$as_me:2341: checking whether to use per-tty ticket files" >&5
   echo $ECHO_N "checking whether to use per-tty ticket files... $ECHO_C" >&6
   
 echo $ac_n "checking whether to use per-tty ticket files""... $ac_c" 1>&6  
 echo "configure:1811: checking whether to use per-tty ticket files" >&5  
 # Check whether --with-tty-tickets or --without-tty-tickets was given.  # Check whether --with-tty-tickets or --without-tty-tickets was given.
 if test "${with_tty_tickets+set}" = set; then  if test "${with_tty_tickets+set}" = set; then
   withval="$with_tty_tickets"    withval="$with_tty_tickets"
   case $with_tty_tickets in    case $with_tty_tickets in
     yes)        cat >> confdefs.h <<\EOF      yes)        tty_tickets=on
 #define USE_TTY_TICKETS 1  
 EOF  
   
                 echo "$ac_t""yes" 1>&6  
                 ;;                  ;;
     no)         echo "$ac_t""no" 1>&6      no)         tty_tickets=off
                 ;;                  ;;
     *)          { echo "configure: error: "--with-tty-tickets does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:2352: error: \"--with-tty-tickets does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-tty-tickets does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
   fi;
   if test "$tty_tickets" = "on"; then
   
   cat >>confdefs.h <<\EOF
   #define USE_TTY_TICKETS 1
   EOF
   
       echo "$as_me:2364: result: yes" >&5
   echo "${ECHO_T}yes" >&6
 else  else
   echo "$ac_t""no" 1>&6      echo "$as_me:2367: result: no" >&5
   echo "${ECHO_T}no" >&6
 fi  fi
   
   echo "$as_me:2371: checking whether to include insults" >&5
   echo $ECHO_N "checking whether to include insults... $ECHO_C" >&6
   
 echo $ac_n "checking whether to include insults""... $ac_c" 1>&6  
 echo "configure:1833: checking whether to include insults" >&5  
 # Check whether --with-insults or --without-insults was given.  # Check whether --with-insults or --without-insults was given.
 if test "${with_insults+set}" = set; then  if test "${with_insults+set}" = set; then
   withval="$with_insults"    withval="$with_insults"
   case $with_insults in    case $with_insults in
     yes)        cat >> confdefs.h <<\EOF      yes)        insults=on
 #define USE_INSULTS 1  
 EOF  
   
                 echo "$ac_t""yes" 1>&6  
                 with_classic_insults=yes                  with_classic_insults=yes
                 with_csops_insults=yes                  with_csops_insults=yes
                 ;;                  ;;
     no)         echo "$ac_t""no" 1>&6      no)         insults=off
                 ;;                  ;;
     *)          { echo "configure: error: "--with-insults does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:2384: error: \"--with-insults does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-insults does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
   fi;
   if test "$insults" = "on"; then
   
   cat >>confdefs.h <<\EOF
   #define USE_INSULTS 1
   EOF
   
       echo "$as_me:2396: result: yes" >&5
   echo "${ECHO_T}yes" >&6
 else  else
   echo "$ac_t""no" 1>&6      echo "$as_me:2399: result: no" >&5
   echo "${ECHO_T}no" >&6
 fi  fi
   
   
 # Check whether --with-all-insults or --without-all-insults was given.  # Check whether --with-all-insults or --without-all-insults was given.
 if test "${with_all_insults+set}" = set; then  if test "${with_all_insults+set}" = set; then
   withval="$with_all_insults"    withval="$with_all_insults"
   case $with_all_insults in    case $with_all_insults in
     yes)        with_classic_insults=yes      yes)        with_classic_insults=yes
                 with_csops_insults=yes                  with_csops_insults=yes
                 with_hal_insults=yes                  with_hal_insults=yes
                 with_goons_insults=yes                  with_goons_insults=yes
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { echo "configure: error: "--with-all-insults does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:2413: error: \"--with-all-insults does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-all-insults does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-classic-insults or --without-classic-insults was given.  # Check whether --with-classic-insults or --without-classic-insults was given.
 if test "${with_classic_insults+set}" = set; then  if test "${with_classic_insults+set}" = set; then
   withval="$with_classic_insults"    withval="$with_classic_insults"
   case $with_classic_insults in    case $with_classic_insults in
     yes)        cat >> confdefs.h <<\EOF      yes)
   cat >>confdefs.h <<\EOF
 #define CLASSIC_INSULTS 1  #define CLASSIC_INSULTS 1
 EOF  EOF
   
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { echo "configure: error: "--with-classic-insults does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:2431: error: \"--with-classic-insults does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-classic-insults does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-csops-insults or --without-csops-insults was given.  # Check whether --with-csops-insults or --without-csops-insults was given.
 if test "${with_csops_insults+set}" = set; then  if test "${with_csops_insults+set}" = set; then
   withval="$with_csops_insults"    withval="$with_csops_insults"
   case $with_csops_insults in    case $with_csops_insults in
     yes)        cat >> confdefs.h <<\EOF      yes)
   cat >>confdefs.h <<\EOF
 #define CSOPS_INSULTS 1  #define CSOPS_INSULTS 1
 EOF  EOF
   
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { echo "configure: error: "--with-csops-insults does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:2449: error: \"--with-csops-insults does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-csops-insults does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-hal-insults or --without-hal-insults was given.  # Check whether --with-hal-insults or --without-hal-insults was given.
 if test "${with_hal_insults+set}" = set; then  if test "${with_hal_insults+set}" = set; then
   withval="$with_hal_insults"    withval="$with_hal_insults"
   case $with_hal_insults in    case $with_hal_insults in
     yes)        cat >> confdefs.h <<\EOF      yes)
   cat >>confdefs.h <<\EOF
 #define HAL_INSULTS 1  #define HAL_INSULTS 1
 EOF  EOF
   
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { echo "configure: error: "--with-hal-insults does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:2467: error: \"--with-hal-insults does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-hal-insults does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   
 # Check whether --with-goons-insults or --without-goons-insults was given.  # Check whether --with-goons-insults or --without-goons-insults was given.
 if test "${with_goons_insults+set}" = set; then  if test "${with_goons_insults+set}" = set; then
   withval="$with_goons_insults"    withval="$with_goons_insults"
   case $with_goons_insults in    case $with_goons_insults in
     yes)        cat >> confdefs.h <<\EOF      yes)
   cat >>confdefs.h <<\EOF
 #define GOONS_INSULTS 1  #define GOONS_INSULTS 1
 EOF  EOF
   
                 ;;                  ;;
     no)         ;;      no)         ;;
     *)          { echo "configure: error: "--with-goons-insults does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:2485: error: \"--with-goons-insults does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-goons-insults does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 fi  fi;
   
   if test "$insults" = "on"; then
 if test "$with_insults" = "yes"; then      echo "$as_me:2493: checking which insult sets to include" >&5
     echo $ac_n "checking which insult sets to include""... $ac_c" 1>&6  echo $ECHO_N "checking which insult sets to include... $ECHO_C" >&6
 echo "configure:1938: checking which insult sets to include" >&5  
     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 "$ac_t""$i" 1>&6      echo "$as_me:2500: result: $i" >&5
   echo "${ECHO_T}$i" >&6
 fi  fi
   
 echo $ac_n "checking whether to override the user's path""... $ac_c" 1>&6  echo "$as_me:2504: checking whether to override the user's path" >&5
 echo "configure:1948: checking whether to override the user's path" >&5  echo $ECHO_N "checking whether to override the user's path... $ECHO_C" >&6
   
 # Check whether --with-secure-path or --without-secure-path was given.  # Check whether --with-secure-path or --without-secure-path was given.
 if test "${with_secure_path+set}" = set; then  if test "${with_secure_path+set}" = set; then
   withval="$with_secure_path"    withval="$with_secure_path"
   case $with_secure_path in    case $with_secure_path in
     yes)        cat >> confdefs.h <<EOF      yes)
   cat >>confdefs.h <<EOF
 #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 "$ac_t"":/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc" 1>&6                  echo "$as_me:2516: result: :/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc" >&5
   echo "${ECHO_T}:/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc" >&6
                 ;;                  ;;
     no)         echo "$ac_t""no" 1>&6      no)         echo "$as_me:2519: result: no" >&5
   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 "$ac_t""$with_secure_path" 1>&6                  echo "$as_me:2526: result: $with_secure_path" >&5
   echo "${ECHO_T}$with_secure_path" >&6
                 ;;                  ;;
 esac  esac
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:2531: result: no" >&5
 fi  echo "${ECHO_T}no" >&6
   fi;
   
   echo "$as_me:2535: checking whether to get ip addresses from the network interfaces" >&5
   echo $ECHO_N "checking whether to get ip addresses from the network interfaces... $ECHO_C" >&6
   
 echo $ac_n "checking whether to get ip addresses from the network interfaces""... $ac_c" 1>&6  
 echo "configure:1974: checking whether to get ip addresses from the network interfaces" >&5  
 # 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 "$ac_t""yes" 1>&6      yes)        echo "$as_me:2542: result: yes" >&5
   echo "${ECHO_T}yes" >&6
                 ;;                  ;;
     no)         cat >> confdefs.h <<\EOF      no)
   cat >>confdefs.h <<\EOF
 #define STUB_LOAD_INTERFACES 1  #define STUB_LOAD_INTERFACES 1
 EOF  EOF
   
                 echo "$ac_t""no" 1>&6                  echo "$as_me:2550: result: no" >&5
   echo "${ECHO_T}no" >&6
                 ;;                  ;;
     *)          { echo "configure: error: "--with-interfaces does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:2553: error: \"--with-interfaces does not take an argument.\"" >&5
   echo "$as_me: error: \"--with-interfaces does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
 esac  esac
 else  else
   echo "$ac_t""yes" 1>&6    echo "$as_me:2559: result: yes" >&5
 fi  echo "${ECHO_T}yes" >&6
   fi;
   
   echo "$as_me:2563: checking whether to do user authentication by default" >&5
   echo $ECHO_N "checking whether to do user authentication by default... $ECHO_C" >&6
 echo $ac_n "checking whether to do user authentication by default""... $ac_c" 1>&6  
 echo "configure:1997: checking whether to do user authentication by default" >&5  
 # 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 "$ac_t""yes" 1>&6      yes)        echo "$as_me:2569: result: yes" >&5
   echo "${ECHO_T}yes" >&6
                 ;;                  ;;
     no)         echo "$ac_t""no" 1>&6      no)         echo "$as_me:2572: result: no" >&5
                 cat >> confdefs.h <<\EOF  echo "${ECHO_T}no" >&6
   
   cat >>confdefs.h <<\EOF
 #define NO_AUTHENTICATION 1  #define NO_AUTHENTICATION 1
 EOF  EOF
   
                 ;;                  ;;
     *)          echo "$ac_t""no" 1>&6      *)          echo "$as_me:2580: result: no" >&5
   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 "$ac_t""yes" 1>&6    echo "$as_me:2587: result: yes" >&5
 fi  echo "${ECHO_T}yes" >&6
   fi;
   
   echo "$as_me:2591: checking whether to disable shadow password support" >&5
 echo $ac_n "checking whether to disable shadow password support""... $ac_c" 1>&6  echo $ECHO_N "checking whether to disable shadow password support... $ECHO_C" >&6
 echo "configure:2021: checking whether to disable shadow password support" >&5  
 # 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 "$ac_t""no" 1>&6      yes)        echo "$as_me:2597: result: no" >&5
   echo "${ECHO_T}no" >&6
                 ;;                  ;;
     no)         echo "$ac_t""yes" 1>&6      no)         echo "$as_me:2600: result: yes" >&5
   echo "${ECHO_T}yes" >&6
                 CHECKSHADOW="false"                  CHECKSHADOW="false"
                 ;;                  ;;
     *)          echo "$ac_t""no" 1>&6      *)          echo "$as_me:2604: result: no" >&5
   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 "$ac_t""no" 1>&6    echo "$as_me:2611: result: no" >&5
 fi  echo "${ECHO_T}no" >&6
   fi;
   
   echo "$as_me:2615: checking whether root should be allowed to use sudo" >&5
 echo $ac_n "checking whether root should be allowed to use sudo""... $ac_c" 1>&6  echo $ECHO_N "checking whether root should be allowed to use sudo... $ECHO_C" >&6
 echo "configure:2042: checking whether root should be allowed to use sudo" >&5  
 # 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 "$ac_t""yes" 1>&6      yes)        echo "$as_me:2621: result: yes" >&5
   echo "${ECHO_T}yes" >&6
                 ;;                  ;;
     no)         cat >> confdefs.h <<\EOF      no)
   cat >>confdefs.h <<\EOF
 #define NO_ROOT_SUDO 1  #define NO_ROOT_SUDO 1
 EOF  EOF
   
                 echo "$ac_t""no" 1>&6                  echo "$as_me:2629: result: no" >&5
   echo "${ECHO_T}no" >&6
                 ;;                  ;;
     *)          { echo "configure: error: "--enable-root-sudo does not take an argument."" 1>&2; exit 1; }      *)          { { echo "$as_me:2632: error: \"--enable-root-sudo does not take an argument.\"" >&5
   echo "$as_me: error: \"--enable-root-sudo does not take an argument.\"" >&2;}
      { (exit 1); exit 1; }; }
                 ;;                  ;;
   esac    esac
   
 else  else
   echo "$ac_t""yes" 1>&6    echo "$as_me:2639: result: yes" >&5
 fi  echo "${ECHO_T}yes" >&6
   fi;
   
   echo "$as_me:2643: checking whether to log the hostname in the log file" >&5
 echo $ac_n "checking whether to log the hostname in the log file""... $ac_c" 1>&6  echo $ECHO_N "checking whether to log the hostname in the log file... $ECHO_C" >&6
 echo "configure:2065: checking whether to log the hostname in the log file" >&5  
 # 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 "$ac_t""yes" 1>&6      yes)        echo "$as_me:2649: result: yes" >&5
                 cat >> confdefs.h <<\EOF  echo "${ECHO_T}yes" >&6
   
   cat >>confdefs.h <<\EOF
 #define HOST_IN_LOG 1  #define HOST_IN_LOG 1
 EOF  EOF
   
                 ;;                  ;;
     no)         echo "$ac_t""no" 1>&6      no)         echo "$as_me:2657: result: no" >&5
   echo "${ECHO_T}no" >&6
                 ;;                  ;;
     *)          echo "$ac_t""no" 1>&6      *)          echo "$as_me:2660: result: no" >&5
   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 "$ac_t""no" 1>&6    echo "$as_me:2667: result: no" >&5
 fi  echo "${ECHO_T}no" >&6
   fi;
   
   echo "$as_me:2671: checking whether to invoke a shell if sudo is given no arguments" >&5
 echo $ac_n "checking whether to invoke a shell if sudo is given no arguments""... $ac_c" 1>&6  echo $ECHO_N "checking whether to invoke a shell if sudo is given no arguments... $ECHO_C" >&6
 echo "configure:2089: checking whether to invoke a shell if sudo is given no arguments" >&5  
 # 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 "$ac_t""yes" 1>&6      yes)        echo "$as_me:2677: result: yes" >&5
                 cat >> confdefs.h <<\EOF  echo "${ECHO_T}yes" >&6
   
   cat >>confdefs.h <<\EOF
 #define SHELL_IF_NO_ARGS 1  #define SHELL_IF_NO_ARGS 1
 EOF  EOF
   
                 ;;                  ;;
     no)         echo "$ac_t""no" 1>&6      no)         echo "$as_me:2685: result: no" >&5
   echo "${ECHO_T}no" >&6
                 ;;                  ;;
     *)          echo "$ac_t""no" 1>&6      *)          echo "$as_me:2688: result: no" >&5
   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 "$ac_t""no" 1>&6    echo "$as_me:2695: result: no" >&5
 fi  echo "${ECHO_T}no" >&6
   fi;
   
   echo "$as_me:2699: checking whether to set \$HOME to target user in shell mode" >&5
 echo $ac_n "checking whether to set \$HOME to target user in shell mode""... $ac_c" 1>&6  echo $ECHO_N "checking whether to set \$HOME to target user in shell mode... $ECHO_C" >&6
 echo "configure:2113: checking whether to set \$HOME to target user in shell mode" >&5  
 # 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 "$ac_t""yes" 1>&6      yes)        echo "$as_me:2705: result: yes" >&5
                 cat >> confdefs.h <<\EOF  echo "${ECHO_T}yes" >&6
   
   cat >>confdefs.h <<\EOF
 #define SHELL_SETS_HOME 1  #define SHELL_SETS_HOME 1
 EOF  EOF
   
                 ;;                  ;;
     no)         echo "$ac_t""no" 1>&6      no)         echo "$as_me:2713: result: no" >&5
   echo "${ECHO_T}no" >&6
                 ;;                  ;;
     *)          echo "$ac_t""no" 1>&6      *)          echo "$as_me:2716: result: no" >&5
   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 "$ac_t""no" 1>&6    echo "$as_me:2723: result: no" >&5
 fi  echo "${ECHO_T}no" >&6
   fi;
   
   echo "$as_me:2727: checking whether to disable 'command not found' messages" >&5
 echo $ac_n "checking whether to disable 'command not found' messages""... $ac_c" 1>&6  echo $ECHO_N "checking whether to disable 'command not found' messages... $ECHO_C" >&6
 echo "configure:2137: checking whether to disable 'command not found' messages" >&5  
 # 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 "$ac_t""no" 1>&6      yes)        echo "$as_me:2733: result: no" >&5
   echo "${ECHO_T}no" >&6
                 ;;                  ;;
     no)         echo "$ac_t""yes" 1>&6      no)         echo "$as_me:2736: result: yes" >&5
                 cat >> confdefs.h <<\EOF  echo "${ECHO_T}yes" >&6
   
   cat >>confdefs.h <<\EOF
 #define DONT_LEAK_PATH_INFO 1  #define DONT_LEAK_PATH_INFO 1
 EOF  EOF
   
                 ;;                  ;;
     *)          echo "$ac_t""no" 1>&6      *)          echo "$as_me:2744: result: no" >&5
   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 "$ac_t""no" 1>&6    echo "$as_me:2751: result: no" >&5
 fi  echo "${ECHO_T}no" >&6
   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 $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo "$as_me:2757: checking for $ac_word" >&5
 echo "configure:2163: checking for $ac_word" >&5  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_prog_EGREPPROG'+set}'`\" = set"; then  if test "${ac_cv_prog_EGREPPROG+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   if test -n "$EGREPPROG"; then    if test -n "$EGREPPROG"; then
   ac_cv_prog_EGREPPROG="$EGREPPROG" # Let the user override the test.    ac_cv_prog_EGREPPROG="$EGREPPROG" # Let the user override the test.
 else  else
   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    ac_save_IFS=$IFS; IFS=$ac_path_separator
   for ac_dir in $PATH; do  ac_dummy="$PATH"
     test -z "$ac_dir" && ac_dir=.  for ac_dir in $ac_dummy; do
     if test -f $ac_dir/$ac_word; then    IFS=$ac_save_IFS
       ac_cv_prog_EGREPPROG="egrep"    test -z "$ac_dir" && ac_dir=.
       break    $as_executable_p "$ac_dir/$ac_word" || continue
     fi  ac_cv_prog_EGREPPROG="egrep"
   done  echo "$as_me:2772: found $ac_dir/$ac_word" >&5
   IFS="$ac_save_ifs"  break
   done
   
 fi  fi
 fi  fi
 EGREPPROG="$ac_cv_prog_EGREPPROG"  EGREPPROG=$ac_cv_prog_EGREPPROG
 if test -n "$EGREPPROG"; then  if test -n "$EGREPPROG"; then
   echo "$ac_t""$EGREPPROG" 1>&6    echo "$as_me:2780: result: $EGREPPROG" >&5
   echo "${ECHO_T}$EGREPPROG" >&6
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:2783: result: no" >&5
   echo "${ECHO_T}no" >&6
 fi  fi
   
 if test -z "$EGREPPROG"; then  if test -z "$EGREPPROG"; then
Line 2189 
Line 2789 
     exit      exit
 fi  fi
   
 ac_cv_prog_cc_cross="no"  if test "$with_devel" != "yes"; then
 cross_compiling="no"      ac_cv_prog_cc_g=no
 # Extract the first word of "gcc", so it can be a program name with args.  fi
   
   ac_ext=c
   ac_cpp='$CPP $CPPFLAGS'
   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   ac_compiler_gnu=$ac_cv_c_compiler_gnu
   if test -n "$ac_tool_prefix"; then
     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
   set dummy ${ac_tool_prefix}gcc; ac_word=$2
   echo "$as_me:2804: checking for $ac_word" >&5
   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   if test "${ac_cv_prog_CC+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     if test -n "$CC"; then
     ac_cv_prog_CC="$CC" # Let the user override the test.
   else
     ac_save_IFS=$IFS; IFS=$ac_path_separator
   ac_dummy="$PATH"
   for ac_dir in $ac_dummy; do
     IFS=$ac_save_IFS
     test -z "$ac_dir" && ac_dir=.
     $as_executable_p "$ac_dir/$ac_word" || continue
   ac_cv_prog_CC="${ac_tool_prefix}gcc"
   echo "$as_me:2819: found $ac_dir/$ac_word" >&5
   break
   done
   
   fi
   fi
   CC=$ac_cv_prog_CC
   if test -n "$CC"; then
     echo "$as_me:2827: result: $CC" >&5
   echo "${ECHO_T}$CC" >&6
   else
     echo "$as_me:2830: result: no" >&5
   echo "${ECHO_T}no" >&6
   fi
   
   fi
   if test -z "$ac_cv_prog_CC"; then
     ac_ct_CC=$CC
     # Extract the first word of "gcc", so it can be a program name with args.
 set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo "$as_me:2839: checking for $ac_word" >&5
 echo "configure:2198: checking for $ac_word" >&5  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
     if test -n "$ac_ct_CC"; then
     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   else
     ac_save_IFS=$IFS; IFS=$ac_path_separator
   ac_dummy="$PATH"
   for ac_dir in $ac_dummy; do
     IFS=$ac_save_IFS
     test -z "$ac_dir" && ac_dir=.
     $as_executable_p "$ac_dir/$ac_word" || continue
   ac_cv_prog_ac_ct_CC="gcc"
   echo "$as_me:2854: found $ac_dir/$ac_word" >&5
   break
   done
   
   fi
   fi
   ac_ct_CC=$ac_cv_prog_ac_ct_CC
   if test -n "$ac_ct_CC"; then
     echo "$as_me:2862: result: $ac_ct_CC" >&5
   echo "${ECHO_T}$ac_ct_CC" >&6
   else
     echo "$as_me:2865: result: no" >&5
   echo "${ECHO_T}no" >&6
   fi
   
     CC=$ac_ct_CC
   else
     CC="$ac_cv_prog_CC"
   fi
   
   if test -z "$CC"; then
     if test -n "$ac_tool_prefix"; then
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
   set dummy ${ac_tool_prefix}cc; ac_word=$2
   echo "$as_me:2878: checking for $ac_word" >&5
   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   if test "${ac_cv_prog_CC+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
   if test -n "$CC"; then    if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
 else  else
   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    ac_save_IFS=$IFS; IFS=$ac_path_separator
   for ac_dir in $PATH; do  ac_dummy="$PATH"
     test -z "$ac_dir" && ac_dir=.  for ac_dir in $ac_dummy; do
     if test -f $ac_dir/$ac_word; then    IFS=$ac_save_IFS
       ac_cv_prog_CC="gcc"    test -z "$ac_dir" && ac_dir=.
       break    $as_executable_p "$ac_dir/$ac_word" || continue
     fi  ac_cv_prog_CC="${ac_tool_prefix}cc"
   done  echo "$as_me:2893: found $ac_dir/$ac_word" >&5
   IFS="$ac_save_ifs"  break
   done
   
 fi  fi
 fi  fi
 CC="$ac_cv_prog_CC"  CC=$ac_cv_prog_CC
 if test -n "$CC"; then  if test -n "$CC"; then
   echo "$ac_t""$CC" 1>&6    echo "$as_me:2901: result: $CC" >&5
   echo "${ECHO_T}$CC" >&6
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:2904: result: no" >&5
   echo "${ECHO_T}no" >&6
 fi  fi
   
   fi
   if test -z "$ac_cv_prog_CC"; then
     ac_ct_CC=$CC
     # Extract the first word of "cc", so it can be a program name with args.
   set dummy cc; ac_word=$2
   echo "$as_me:2913: checking for $ac_word" >&5
   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     if test -n "$ac_ct_CC"; then
     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   else
     ac_save_IFS=$IFS; IFS=$ac_path_separator
   ac_dummy="$PATH"
   for ac_dir in $ac_dummy; do
     IFS=$ac_save_IFS
     test -z "$ac_dir" && ac_dir=.
     $as_executable_p "$ac_dir/$ac_word" || continue
   ac_cv_prog_ac_ct_CC="cc"
   echo "$as_me:2928: found $ac_dir/$ac_word" >&5
   break
   done
   
   fi
   fi
   ac_ct_CC=$ac_cv_prog_ac_ct_CC
   if test -n "$ac_ct_CC"; then
     echo "$as_me:2936: result: $ac_ct_CC" >&5
   echo "${ECHO_T}$ac_ct_CC" >&6
   else
     echo "$as_me:2939: result: no" >&5
   echo "${ECHO_T}no" >&6
   fi
   
     CC=$ac_ct_CC
   else
     CC="$ac_cv_prog_CC"
   fi
   
   fi
 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo "$as_me:2952: checking for $ac_word" >&5
 echo "configure:2227: checking for $ac_word" >&5  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  if test "${ac_cv_prog_CC+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   if test -n "$CC"; then    if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
 else  else
   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"  
   ac_prog_rejected=no    ac_prog_rejected=no
   for ac_dir in $PATH; do    ac_save_IFS=$IFS; IFS=$ac_path_separator
     test -z "$ac_dir" && ac_dir=.  ac_dummy="$PATH"
     if test -f $ac_dir/$ac_word; then  for ac_dir in $ac_dummy; do
       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then    IFS=$ac_save_IFS
         ac_prog_rejected=yes    test -z "$ac_dir" && ac_dir=.
         continue    $as_executable_p "$ac_dir/$ac_word" || continue
       fi  if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
       ac_cv_prog_CC="cc"    ac_prog_rejected=yes
       break    continue
     fi  fi
   done  ac_cv_prog_CC="cc"
   IFS="$ac_save_ifs"  echo "$as_me:2972: found $ac_dir/$ac_word" >&5
   break
   done
   
 if test $ac_prog_rejected = yes; then  if test $ac_prog_rejected = yes; then
   # We found a bogon in the path, so make sure we never use it.    # We found a bogon in the path, so make sure we never use it.
   set dummy $ac_cv_prog_CC    set dummy $ac_cv_prog_CC
   shift    shift
   if test $# -gt 0; then    if test $# != 0; then
     # We chose a different compiler from the bogus one.      # We chose a different compiler from the bogus one.
     # However, it has the same basename, so the bogon will be chosen      # However, it has the same basename, so the bogon will be chosen
     # first if we set CC to just the basename; use the full file name.      # first if we set CC to just the basename; use the full file name.
     shift      shift
     set dummy "$ac_dir/$ac_word" "$@"      set dummy "$ac_dir/$ac_word" ${1+"$@"}
     shift      shift
     ac_cv_prog_CC="$@"      ac_cv_prog_CC="$@"
   fi    fi
 fi  fi
 fi  fi
 fi  fi
 CC="$ac_cv_prog_CC"  CC=$ac_cv_prog_CC
 if test -n "$CC"; then  if test -n "$CC"; then
   echo "$ac_t""$CC" 1>&6    echo "$as_me:2994: result: $CC" >&5
   echo "${ECHO_T}$CC" >&6
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:2997: result: no" >&5
   echo "${ECHO_T}no" >&6
 fi  fi
   
   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }  
 fi  fi
   if test -z "$CC"; then
     if test -n "$ac_tool_prefix"; then
     for ac_prog in cl
     do
       # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   echo "$as_me:3008: checking for $ac_word" >&5
   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   if test "${ac_cv_prog_CC+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     if test -n "$CC"; then
     ac_cv_prog_CC="$CC" # Let the user override the test.
   else
     ac_save_IFS=$IFS; IFS=$ac_path_separator
   ac_dummy="$PATH"
   for ac_dir in $ac_dummy; do
     IFS=$ac_save_IFS
     test -z "$ac_dir" && ac_dir=.
     $as_executable_p "$ac_dir/$ac_word" || continue
   ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
   echo "$as_me:3023: found $ac_dir/$ac_word" >&5
   break
   done
   
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6  fi
 echo "configure:2275: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5  fi
   CC=$ac_cv_prog_CC
   if test -n "$CC"; then
     echo "$as_me:3031: result: $CC" >&5
   echo "${ECHO_T}$CC" >&6
   else
     echo "$as_me:3034: result: no" >&5
   echo "${ECHO_T}no" >&6
   fi
   
 ac_ext=c      test -n "$CC" && break
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.    done
 ac_cpp='$CPP $CPPFLAGS'  fi
 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'  if test -z "$CC"; then
 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'    ac_ct_CC=$CC
 cross_compiling=$ac_cv_prog_cc_cross    for ac_prog in cl
   do
     # Extract the first word of "$ac_prog", so it can be a program name with args.
   set dummy $ac_prog; ac_word=$2
   echo "$as_me:3047: checking for $ac_word" >&5
   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     if test -n "$ac_ct_CC"; then
     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   else
     ac_save_IFS=$IFS; IFS=$ac_path_separator
   ac_dummy="$PATH"
   for ac_dir in $ac_dummy; do
     IFS=$ac_save_IFS
     test -z "$ac_dir" && ac_dir=.
     $as_executable_p "$ac_dir/$ac_word" || continue
   ac_cv_prog_ac_ct_CC="$ac_prog"
   echo "$as_me:3062: found $ac_dir/$ac_word" >&5
   break
   done
   
 cat > conftest.$ac_ext <<EOF  fi
 #line 2285 "configure"  fi
   ac_ct_CC=$ac_cv_prog_ac_ct_CC
   if test -n "$ac_ct_CC"; then
     echo "$as_me:3070: result: $ac_ct_CC" >&5
   echo "${ECHO_T}$ac_ct_CC" >&6
   else
     echo "$as_me:3073: result: no" >&5
   echo "${ECHO_T}no" >&6
   fi
   
     test -n "$ac_ct_CC" && break
   done
   
     CC=$ac_ct_CC
   fi
   
   fi
   
   test -z "$CC" && { { echo "$as_me:3085: error: no acceptable cc found in \$PATH" >&5
   echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
      { (exit 1); exit 1; }; }
   
   # Provide some information about the compiler.
   echo "$as_me:3090:" \
        "checking for C compiler version" >&5
   ac_compiler=`set X $ac_compile; echo $2`
   { (eval echo "$as_me:3093: \"$ac_compiler --version </dev/null >&5\"") >&5
     (eval $ac_compiler --version </dev/null >&5) 2>&5
     ac_status=$?
     echo "$as_me:3096: \$? = $ac_status" >&5
     (exit $ac_status); }
   { (eval echo "$as_me:3098: \"$ac_compiler -v </dev/null >&5\"") >&5
     (eval $ac_compiler -v </dev/null >&5) 2>&5
     ac_status=$?
     echo "$as_me:3101: \$? = $ac_status" >&5
     (exit $ac_status); }
   { (eval echo "$as_me:3103: \"$ac_compiler -V </dev/null >&5\"") >&5
     (eval $ac_compiler -V </dev/null >&5) 2>&5
     ac_status=$?
     echo "$as_me:3106: \$? = $ac_status" >&5
     (exit $ac_status); }
   
   cat >conftest.$ac_ext <<_ACEOF
   #line 3110 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 main(){return(0);}  
 EOF  int
 if { (eval echo configure:2289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  main ()
   ac_cv_prog_cc_works=yes  {
   # If we can't run a trivial program, we are probably using a cross compiler.  
   if (./conftest; exit) 2>/dev/null; then    ;
     ac_cv_prog_cc_cross=no    return 0;
   }
   _ACEOF
   ac_clean_files_save=$ac_clean_files
   ac_clean_files="$ac_clean_files a.out a.exe"
   # Try to create an executable without -o first, disregard a.out.
   # It will help us diagnose broken compilers, and finding out an intuition
   # of exeext.
   echo "$as_me:3126: checking for C compiler default output" >&5
   echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
   ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
   if { (eval echo "$as_me:3129: \"$ac_link_default\"") >&5
     (eval $ac_link_default) 2>&5
     ac_status=$?
     echo "$as_me:3132: \$? = $ac_status" >&5
     (exit $ac_status); }; then
     # Find the output, starting from the most likely.  This scheme is
   # not robust to junk in `.', hence go to wildcards (a.*) only as a last
   # resort.
   for ac_file in `ls a.exe conftest.exe 2>/dev/null;
                   ls a.out conftest 2>/dev/null;
                   ls a.* conftest.* 2>/dev/null`; do
     case $ac_file in
       *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
       a.out ) # We found the default executable, but exeext='' is most
               # certainly right.
               break;;
       *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
             # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
             export ac_cv_exeext
             break;;
       * ) break;;
     esac
   done
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   { { echo "$as_me:3155: error: C compiler cannot create executables" >&5
   echo "$as_me: error: C compiler cannot create executables" >&2;}
      { (exit 77); exit 77; }; }
   fi
   
   ac_exeext=$ac_cv_exeext
   echo "$as_me:3161: result: $ac_file" >&5
   echo "${ECHO_T}$ac_file" >&6
   
   # Check the compiler produces executables we can run.  If not, either
   # the compiler is broken, or we cross compile.
   echo "$as_me:3166: checking whether the C compiler works" >&5
   echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
   # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
   # If not cross compiling, check that we can run a simple program.
   if test "$cross_compiling" != yes; then
     if { ac_try='./$ac_file'
     { (eval echo "$as_me:3172: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:3175: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
       cross_compiling=no
   else    else
     ac_cv_prog_cc_cross=yes      if test "$cross_compiling" = maybe; then
           cross_compiling=yes
       else
           { { echo "$as_me:3182: error: cannot run C compiled programs.
   If you meant to cross compile, use \`--host'." >&5
   echo "$as_me: error: cannot run C compiled programs.
   If you meant to cross compile, use \`--host'." >&2;}
      { (exit 1); exit 1; }; }
       fi
   fi    fi
   fi
   echo "$as_me:3190: result: yes" >&5
   echo "${ECHO_T}yes" >&6
   
   rm -f a.out a.exe conftest$ac_cv_exeext
   ac_clean_files=$ac_clean_files_save
   # Check the compiler produces executables we can run.  If not, either
   # the compiler is broken, or we cross compile.
   echo "$as_me:3197: checking whether we are cross compiling" >&5
   echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
   echo "$as_me:3199: result: $cross_compiling" >&5
   echo "${ECHO_T}$cross_compiling" >&6
   
   echo "$as_me:3202: checking for executable suffix" >&5
   echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
   if { (eval echo "$as_me:3204: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:3207: \$? = $ac_status" >&5
     (exit $ac_status); }; then
     # If both `conftest.exe' and `conftest' are `present' (well, observable)
   # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
   # work properly (i.e., refer to `conftest.exe'), while it won't with
   # `rm'.
   for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
     case $ac_file in
       *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
       *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
             export ac_cv_exeext
             break;;
       * ) break;;
     esac
   done
 else  else
   echo "configure: failed program was:" >&5    { { echo "$as_me:3223: error: cannot compute EXEEXT: cannot compile and link" >&5
   cat conftest.$ac_ext >&5  echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
   ac_cv_prog_cc_works=no     { (exit 1); exit 1; }; }
 fi  fi
 rm -fr conftest*  
   
 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6  rm -f conftest$ac_cv_exeext
 if test $ac_cv_prog_cc_works = no; then  echo "$as_me:3229: result: $ac_cv_exeext" >&5
   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }  echo "${ECHO_T}$ac_cv_exeext" >&6
   
   rm -f conftest.$ac_ext
   EXEEXT=$ac_cv_exeext
   ac_exeext=$EXEEXT
   echo "$as_me:3235: checking for object suffix" >&5
   echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
   if test "${ac_cv_objext+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     cat >conftest.$ac_ext <<_ACEOF
   #line 3241 "configure"
   #include "confdefs.h"
   
   int
   main ()
   {
   
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.o conftest.obj
   if { (eval echo "$as_me:3253: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:3256: \$? = $ac_status" >&5
     (exit $ac_status); }; then
     for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
     case $ac_file in
       *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
       *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
          break;;
     esac
   done
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   { { echo "$as_me:3268: error: cannot compute OBJEXT: cannot compile" >&5
   echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
      { (exit 1); exit 1; }; }
 fi  fi
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6  
 echo "configure:2309: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5  
 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6  
 cross_compiling=$ac_cv_prog_cc_cross  
   
 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6  rm -f conftest.$ac_cv_objext conftest.$ac_ext
 echo "configure:2314: checking whether we are using GNU C" >&5  fi
 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then  echo "$as_me:3275: result: $ac_cv_objext" >&5
   echo $ac_n "(cached) $ac_c" 1>&6  echo "${ECHO_T}$ac_cv_objext" >&6
   OBJEXT=$ac_cv_objext
   ac_objext=$OBJEXT
   echo "$as_me:3279: checking whether we are using the GNU C compiler" >&5
   echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
   if test "${ac_cv_c_compiler_gnu+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.c <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #ifdef __GNUC__  #line 3285 "configure"
   yes;  #include "confdefs.h"
   
   int
   main ()
   {
   #ifndef __GNUC__
          choke me
 #endif  #endif
 EOF  
 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2323: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then    ;
   ac_cv_prog_gcc=yes    return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext
   if { (eval echo "$as_me:3300: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:3303: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:3306: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:3309: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_compiler_gnu=yes
 else  else
   ac_cv_prog_gcc=no    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   ac_compiler_gnu=no
 fi  fi
   rm -f conftest.$ac_objext conftest.$ac_ext
   ac_cv_c_compiler_gnu=$ac_compiler_gnu
   
 fi  fi
   echo "$as_me:3321: result: $ac_cv_c_compiler_gnu" >&5
   echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
   GCC=`test $ac_compiler_gnu = yes && echo yes`
   ac_test_CFLAGS=${CFLAGS+set}
   ac_save_CFLAGS=$CFLAGS
   CFLAGS="-g"
   echo "$as_me:3327: checking whether $CC accepts -g" >&5
   echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
   if test "${ac_cv_prog_cc_g+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     cat >conftest.$ac_ext <<_ACEOF
   #line 3333 "configure"
   #include "confdefs.h"
   
 echo "$ac_t""$ac_cv_prog_gcc" 1>&6  int
   main ()
   {
   
 if test $ac_cv_prog_gcc = yes; then    ;
   GCC=yes    return 0;
   ac_test_CFLAGS="${CFLAGS+set}"  }
   ac_save_CFLAGS="$CFLAGS"  _ACEOF
   CFLAGS=  rm -f conftest.$ac_objext
   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6  if { (eval echo "$as_me:3345: \"$ac_compile\"") >&5
 echo "configure:2338: checking whether ${CC-cc} accepts -g" >&5    (eval $ac_compile) 2>&5
 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then    ac_status=$?
   echo $ac_n "(cached) $ac_c" 1>&6    echo "$as_me:3348: \$? = $ac_status" >&5
 else    (exit $ac_status); } &&
   echo 'void f(){}' > conftest.c           { ac_try='test -s conftest.$ac_objext'
 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then    { (eval echo "$as_me:3351: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:3354: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
   ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
 else  else
   ac_cv_prog_cc_g=no    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   ac_cv_prog_cc_g=no
 fi  fi
   rm -f conftest.$ac_objext conftest.$ac_ext
   fi
   echo "$as_me:3364: result: $ac_cv_prog_cc_g" >&5
   echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
   if test "$ac_test_CFLAGS" = set; then
     CFLAGS=$ac_save_CFLAGS
   elif test $ac_cv_prog_cc_g = yes; then
     if test "$GCC" = yes; then
       CFLAGS="-g -O2"
     else
       CFLAGS="-g"
     fi
   else
     if test "$GCC" = yes; then
       CFLAGS="-O2"
     else
       CFLAGS=
     fi
   fi
   # Some people use a C++ compiler to compile C.  Since we use `exit',
   # in C++ we need to declare it.  In case someone uses the same compiler
   # for both compiling C and C++ we need to have the C++ compiler decide
   # the declaration of exit, since it's the most demanding environment.
   cat >conftest.$ac_ext <<_ACEOF
   #ifndef __cplusplus
     choke me
   #endif
   _ACEOF
   rm -f conftest.$ac_objext
   if { (eval echo "$as_me:3391: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:3394: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:3397: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:3400: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     for ac_declaration in \
      ''\
      '#include <stdlib.h>' \
      'extern "C" void std::exit (int) throw (); using std::exit;' \
      'extern "C" void std::exit (int); using std::exit;' \
      'extern "C" void exit (int) throw ();' \
      'extern "C" void exit (int);' \
      'void exit (int);'
   do
     cat >conftest.$ac_ext <<_ACEOF
   #line 3412 "configure"
   #include "confdefs.h"
   #include <stdlib.h>
   $ac_declaration
   int
   main ()
   {
   exit (42);
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext
   if { (eval echo "$as_me:3425: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:3428: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:3431: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:3434: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     :
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   continue
   fi
   rm -f conftest.$ac_objext conftest.$ac_ext
     cat >conftest.$ac_ext <<_ACEOF
   #line 3444 "configure"
   #include "confdefs.h"
   $ac_declaration
   int
   main ()
   {
   exit (42);
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext
   if { (eval echo "$as_me:3456: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:3459: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:3462: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:3465: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     break
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   fi
   rm -f conftest.$ac_objext conftest.$ac_ext
   done
 rm -f conftest*  rm -f conftest*
   if test -n "$ac_declaration"; then
     echo '#ifdef __cplusplus' >>confdefs.h
     echo $ac_declaration      >>confdefs.h
     echo '#endif'             >>confdefs.h
   fi
   
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
 fi  fi
   rm -f conftest.$ac_objext conftest.$ac_ext
   ac_ext=c
   ac_cpp='$CPP $CPPFLAGS'
   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6  echo "$as_me:3492: checking for POSIXized ISC" >&5
   if test "$ac_test_CFLAGS" = set; then  echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6
     CFLAGS="$ac_save_CFLAGS"  if test -d /etc/conf/kconfig.d &&
   elif test $ac_cv_prog_cc_g = yes; then     grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     CFLAGS="-g -O2"  then
     echo "$as_me:3497: result: yes" >&5
   echo "${ECHO_T}yes" >&6
     ISC=yes # If later tests want to check for ISC.
   
   cat >>confdefs.h <<\EOF
   #define _POSIX_SOURCE 1
   EOF
   
     if test "$GCC" = yes; then
       CC="$CC -posix"
   else    else
     CFLAGS="-O2"      CC="$CC -Xp"
   fi    fi
 else  else
   GCC=    echo "$as_me:3511: result: no" >&5
   test "${CFLAGS+set}" = set || CFLAGS="-g"  echo "${ECHO_T}no" >&6
     ISC=
 fi  fi
   
 ac_cv_prog_cc_cross="no"  ac_cv_prog_cc_cross="no"
 cross_compiling="no"  cross_compiling="no"
 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6  
 echo "configure:2368: checking how to run the C preprocessor" >&5  echo "$as_me:3519: checking for $CC option to accept ANSI C" >&5
   echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
   if test "${ac_cv_prog_cc_stdc+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     ac_cv_prog_cc_stdc=no
   ac_save_CC=$CC
   cat >conftest.$ac_ext <<_ACEOF
   #line 3527 "configure"
   #include "confdefs.h"
   #include <stdarg.h>
   #include <stdio.h>
   #include <sys/types.h>
   #include <sys/stat.h>
   /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
   struct buf { int x; };
   FILE * (*rcsopen) (struct buf *, struct stat *, int);
   static char *e (p, i)
        char **p;
        int i;
   {
     return p[i];
   }
   static char *f (char * (*g) (char **, int), char **p, ...)
   {
     char *s;
     va_list v;
     va_start (v,p);
     s = g (p, va_arg (v,int));
     va_end (v);
     return s;
   }
   int test (int i, double x);
   struct s1 {int (*f) (int a);};
   struct s2 {int (*f) (double a);};
   int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
   int argc;
   char **argv;
   int
   main ()
   {
   return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
     ;
     return 0;
   }
   _ACEOF
   # Don't try gcc -ansi; that turns off useful extensions and
   # breaks some systems' header files.
   # AIX                   -qlanglvl=ansi
   # Ultrix and OSF/1      -std1
   # HP-UX 10.20 and later -Ae
   # HP-UX older versions  -Aa -D_HPUX_SOURCE
   # SVR4                  -Xc -D__EXTENSIONS__
   for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
   do
     CC="$ac_save_CC $ac_arg"
     rm -f conftest.$ac_objext
   if { (eval echo "$as_me:3576: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:3579: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:3582: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:3585: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_prog_cc_stdc=$ac_arg
   break
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   fi
   rm -f conftest.$ac_objext
   done
   rm -f conftest.$ac_ext conftest.$ac_objext
   CC=$ac_save_CC
   
   fi
   
   case "x$ac_cv_prog_cc_stdc" in
     x|xno)
       echo "$as_me:3602: result: none needed" >&5
   echo "${ECHO_T}none needed" >&6 ;;
     *)
       echo "$as_me:3605: result: $ac_cv_prog_cc_stdc" >&5
   echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
       CC="$CC $ac_cv_prog_cc_stdc" ;;
   esac
   
   ac_cv_prog_cc_cross="no"
   cross_compiling="no"
   ac_ext=c
   ac_cpp='$CPP $CPPFLAGS'
   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   ac_compiler_gnu=$ac_cv_c_compiler_gnu
   echo "$as_me:3617: checking how to run the C preprocessor" >&5
   echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
 # On Suns, sometimes $CPP names a directory.  # On Suns, sometimes $CPP names a directory.
 if test -n "$CPP" && test -d "$CPP"; then  if test -n "$CPP" && test -d "$CPP"; then
   CPP=    CPP=
 fi  fi
 if test -z "$CPP"; then  if test -z "$CPP"; then
 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then    if test "${ac_cv_prog_CPP+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
     # This must be in double quotes, not single quotes, because CPP may get        # Double quotes because CPP needs to be expanded
   # substituted into the Makefile and "${CC-cc}" will confuse make.      for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
   CPP="${CC-cc} -E"      do
         ac_preproc_ok=false
   for ac_c_preproc_warn_flag in '' yes
   do
     # Use a header file that comes with gcc, so configuring glibc
     # with a fresh cross-compiler works.
   # 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.    # not just through cpp. "Syntax error" is here to catch this case.
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 2383 "configure"  #line 3638 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <assert.h>  #include <assert.h>
 Syntax Error                       Syntax error
 EOF  _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  if { (eval echo "$as_me:3643: \"$ac_cpp conftest.$ac_ext\"") >&5
 { (eval echo configure:2389: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 ac_err=`grep -v '^ *+' conftest.out`    ac_status=$?
 if test -z "$ac_err"; then    egrep -v '^ *\+' conftest.er1 >conftest.err
     rm -f conftest.er1
     cat conftest.err >&5
     echo "$as_me:3649: \$? = $ac_status" >&5
     (exit $ac_status); } >/dev/null; then
     if test -s conftest.err; then
       ac_cpp_err=$ac_c_preproc_warn_flag
     else
       ac_cpp_err=
     fi
   else
     ac_cpp_err=yes
   fi
   if test -z "$ac_cpp_err"; then
   :    :
 else  else
   echo "$ac_err" >&5    echo "$as_me: failed program was:" >&5
   echo "configure: failed program was:" >&5  
   cat conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   rm -rf conftest*    # Broken: fails on valid input.
   CPP="${CC-cc} -E -traditional-cpp"  continue
   cat > conftest.$ac_ext <<EOF  fi
 #line 2400 "configure"  rm -f conftest.err conftest.$ac_ext
   
     # OK, works on sane cases.  Now check whether non-existent headers
     # can be detected and how.
     cat >conftest.$ac_ext <<_ACEOF
   #line 3672 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <assert.h>  #include <ac_nonexistent.h>
 Syntax Error  _ACEOF
 EOF  if { (eval echo "$as_me:3676: \"$ac_cpp conftest.$ac_ext\"") >&5
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 { (eval echo configure:2406: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }    ac_status=$?
 ac_err=`grep -v '^ *+' conftest.out`    egrep -v '^ *\+' conftest.er1 >conftest.err
 if test -z "$ac_err"; then    rm -f conftest.er1
   :    cat conftest.err >&5
     echo "$as_me:3682: \$? = $ac_status" >&5
     (exit $ac_status); } >/dev/null; then
     if test -s conftest.err; then
       ac_cpp_err=$ac_c_preproc_warn_flag
     else
       ac_cpp_err=
     fi
 else  else
   echo "$ac_err" >&5    ac_cpp_err=yes
   echo "configure: failed program was:" >&5  fi
   if test -z "$ac_cpp_err"; then
     # Broken: success on invalid input.
   continue
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   rm -rf conftest*    # Passes both tests.
   CPP=/lib/cpp  ac_preproc_ok=:
   break
 fi  fi
 rm -f conftest*  rm -f conftest.err conftest.$ac_ext
   
   done
   # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
   rm -f conftest.err conftest.$ac_ext
   if $ac_preproc_ok; then
     break
 fi  fi
 rm -f conftest*  
   ac_cv_prog_CPP="$CPP"      done
       ac_cv_prog_CPP=$CPP
   
 fi  fi
   CPP="$ac_cv_prog_CPP"    CPP=$ac_cv_prog_CPP
 else  else
   ac_cv_prog_CPP="$CPP"    ac_cv_prog_CPP=$CPP
 fi  fi
 echo "$ac_t""$CPP" 1>&6  echo "$as_me:3719: result: $CPP" >&5
   echo "${ECHO_T}$CPP" >&6
   ac_preproc_ok=false
   for ac_c_preproc_warn_flag in '' yes
   do
     # Use a header file that comes with gcc, so configuring glibc
     # with a fresh cross-compiler works.
     # On the NeXT, cc -E runs the code through the compiler's parser,
     # not just through cpp. "Syntax error" is here to catch this case.
     cat >conftest.$ac_ext <<_ACEOF
   #line 3729 "configure"
   #include "confdefs.h"
   #include <assert.h>
                        Syntax error
   _ACEOF
   if { (eval echo "$as_me:3734: \"$ac_cpp conftest.$ac_ext\"") >&5
     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     ac_status=$?
     egrep -v '^ *\+' conftest.er1 >conftest.err
     rm -f conftest.er1
     cat conftest.err >&5
     echo "$as_me:3740: \$? = $ac_status" >&5
     (exit $ac_status); } >/dev/null; then
     if test -s conftest.err; then
       ac_cpp_err=$ac_c_preproc_warn_flag
     else
       ac_cpp_err=
     fi
   else
     ac_cpp_err=yes
   fi
   if test -z "$ac_cpp_err"; then
     :
   else
     echo "$as_me: failed program was:" >&5
     cat conftest.$ac_ext >&5
     # Broken: fails on valid input.
   continue
   fi
   rm -f conftest.err conftest.$ac_ext
   
 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6    # OK, works on sane cases.  Now check whether non-existent headers
 echo "configure:2429: checking for POSIXized ISC" >&5    # can be detected and how.
 if test -d /etc/conf/kconfig.d &&    cat >conftest.$ac_ext <<_ACEOF
   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1  #line 3763 "configure"
 then  #include "confdefs.h"
   echo "$ac_t""yes" 1>&6  #include <ac_nonexistent.h>
   ISC=yes # If later tests want to check for ISC.  _ACEOF
   cat >> confdefs.h <<\EOF  if { (eval echo "$as_me:3767: \"$ac_cpp conftest.$ac_ext\"") >&5
 #define _POSIX_SOURCE 1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 EOF    ac_status=$?
     egrep -v '^ *\+' conftest.er1 >conftest.err
   if test "$GCC" = yes; then    rm -f conftest.er1
     CC="$CC -posix"    cat conftest.err >&5
     echo "$as_me:3773: \$? = $ac_status" >&5
     (exit $ac_status); } >/dev/null; then
     if test -s conftest.err; then
       ac_cpp_err=$ac_c_preproc_warn_flag
   else    else
     CC="$CC -Xp"      ac_cpp_err=
   fi    fi
 else  else
   echo "$ac_t""no" 1>&6    ac_cpp_err=yes
   ISC=  
 fi  fi
   if test -z "$ac_cpp_err"; then
     # Broken: success on invalid input.
   continue
   else
     echo "$as_me: failed program was:" >&5
     cat conftest.$ac_ext >&5
     # Passes both tests.
   ac_preproc_ok=:
   break
   fi
   rm -f conftest.err conftest.$ac_ext
   
   done
   # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
   rm -f conftest.err conftest.$ac_ext
   if $ac_preproc_ok; then
     :
   else
     { { echo "$as_me:3801: error: C preprocessor \"$CPP\" fails sanity check" >&5
   echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
      { (exit 1); exit 1; }; }
   fi
   
   ac_ext=c
   ac_cpp='$CPP $CPPFLAGS'
   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
 if test "$with_devel" = "yes" -a -n "$GCC"; then  if test "$with_devel" = "yes" -a -n "$GCC"; then
     CFLAGS="${CFLAGS} -Wall"      CFLAGS="${CFLAGS} -Wall"
 fi  fi
   
 # 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo "$as_me:3818: checking for $ac_word" >&5
 echo "configure:2457: checking for $ac_word" >&5  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_prog_UNAMEPROG'+set}'`\" = set"; then  if test "${ac_cv_prog_UNAMEPROG+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   if test -n "$UNAMEPROG"; then    if test -n "$UNAMEPROG"; then
   ac_cv_prog_UNAMEPROG="$UNAMEPROG" # Let the user override the test.    ac_cv_prog_UNAMEPROG="$UNAMEPROG" # Let the user override the test.
 else  else
   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    ac_save_IFS=$IFS; IFS=$ac_path_separator
   for ac_dir in $PATH; do  ac_dummy="$PATH"
     test -z "$ac_dir" && ac_dir=.  for ac_dir in $ac_dummy; do
     if test -f $ac_dir/$ac_word; then    IFS=$ac_save_IFS
       ac_cv_prog_UNAMEPROG="uname"    test -z "$ac_dir" && ac_dir=.
       break    $as_executable_p "$ac_dir/$ac_word" || continue
     fi  ac_cv_prog_UNAMEPROG="uname"
   done  echo "$as_me:3833: found $ac_dir/$ac_word" >&5
   IFS="$ac_save_ifs"  break
   done
   
 fi  fi
 fi  fi
 UNAMEPROG="$ac_cv_prog_UNAMEPROG"  UNAMEPROG=$ac_cv_prog_UNAMEPROG
 if test -n "$UNAMEPROG"; then  if test -n "$UNAMEPROG"; then
   echo "$ac_t""$UNAMEPROG" 1>&6    echo "$as_me:3841: result: $UNAMEPROG" >&5
   echo "${ECHO_T}$UNAMEPROG" >&6
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:3844: result: no" >&5
   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 $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo "$as_me:3850: checking for $ac_word" >&5
 echo "configure:2485: checking for $ac_word" >&5  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_prog_TRPROG'+set}'`\" = set"; then  if test "${ac_cv_prog_TRPROG+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   if test -n "$TRPROG"; then    if test -n "$TRPROG"; then
   ac_cv_prog_TRPROG="$TRPROG" # Let the user override the test.    ac_cv_prog_TRPROG="$TRPROG" # Let the user override the test.
 else  else
   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    ac_save_IFS=$IFS; IFS=$ac_path_separator
   for ac_dir in $PATH; do  ac_dummy="$PATH"
     test -z "$ac_dir" && ac_dir=.  for ac_dir in $ac_dummy; do
     if test -f $ac_dir/$ac_word; then    IFS=$ac_save_IFS
       ac_cv_prog_TRPROG="tr"    test -z "$ac_dir" && ac_dir=.
       break    $as_executable_p "$ac_dir/$ac_word" || continue
     fi  ac_cv_prog_TRPROG="tr"
   done  echo "$as_me:3865: found $ac_dir/$ac_word" >&5
   IFS="$ac_save_ifs"  break
   done
   
 fi  fi
 fi  fi
 TRPROG="$ac_cv_prog_TRPROG"  TRPROG=$ac_cv_prog_TRPROG
 if test -n "$TRPROG"; then  if test -n "$TRPROG"; then
   echo "$ac_t""$TRPROG" 1>&6    echo "$as_me:3873: result: $TRPROG" >&5
   echo "${ECHO_T}$TRPROG" >&6
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:3876: result: no" >&5
   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 $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo "$as_me:3882: checking for $ac_word" >&5
 echo "configure:2513: checking for $ac_word" >&5  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_prog_SEDPROG'+set}'`\" = set"; then  if test "${ac_cv_prog_SEDPROG+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   if test -n "$SEDPROG"; then    if test -n "$SEDPROG"; then
   ac_cv_prog_SEDPROG="$SEDPROG" # Let the user override the test.    ac_cv_prog_SEDPROG="$SEDPROG" # Let the user override the test.
 else  else
   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    ac_save_IFS=$IFS; IFS=$ac_path_separator
   for ac_dir in $PATH; do  ac_dummy="$PATH"
     test -z "$ac_dir" && ac_dir=.  for ac_dir in $ac_dummy; do
     if test -f $ac_dir/$ac_word; then    IFS=$ac_save_IFS
       ac_cv_prog_SEDPROG="sed"    test -z "$ac_dir" && ac_dir=.
       break    $as_executable_p "$ac_dir/$ac_word" || continue
     fi  ac_cv_prog_SEDPROG="sed"
   done  echo "$as_me:3897: found $ac_dir/$ac_word" >&5
   IFS="$ac_save_ifs"  break
   done
   
 fi  fi
 fi  fi
 SEDPROG="$ac_cv_prog_SEDPROG"  SEDPROG=$ac_cv_prog_SEDPROG
 if test -n "$SEDPROG"; then  if test -n "$SEDPROG"; then
   echo "$ac_t""$SEDPROG" 1>&6    echo "$as_me:3905: result: $SEDPROG" >&5
   echo "${ECHO_T}$SEDPROG" >&6
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:3908: result: no" >&5
   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 $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo "$as_me:3914: checking for $ac_word" >&5
 echo "configure:2541: checking for $ac_word" >&5  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_prog_NROFFPROG'+set}'`\" = set"; then  if test "${ac_cv_prog_NROFFPROG+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   if test -n "$NROFFPROG"; then    if test -n "$NROFFPROG"; then
   ac_cv_prog_NROFFPROG="$NROFFPROG" # Let the user override the test.    ac_cv_prog_NROFFPROG="$NROFFPROG" # Let the user override the test.
 else  else
   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    ac_save_IFS=$IFS; IFS=$ac_path_separator
   for ac_dir in $PATH; do  ac_dummy="$PATH"
     test -z "$ac_dir" && ac_dir=.  for ac_dir in $ac_dummy; do
     if test -f $ac_dir/$ac_word; then    IFS=$ac_save_IFS
       ac_cv_prog_NROFFPROG="nroff"    test -z "$ac_dir" && ac_dir=.
       break    $as_executable_p "$ac_dir/$ac_word" || continue
     fi  ac_cv_prog_NROFFPROG="nroff"
   done  echo "$as_me:3929: found $ac_dir/$ac_word" >&5
   IFS="$ac_save_ifs"  break
   done
   
 fi  fi
 fi  fi
 NROFFPROG="$ac_cv_prog_NROFFPROG"  NROFFPROG=$ac_cv_prog_NROFFPROG
 if test -n "$NROFFPROG"; then  if test -n "$NROFFPROG"; then
   echo "$ac_t""$NROFFPROG" 1>&6    echo "$as_me:3937: result: $NROFFPROG" >&5
   echo "${ECHO_T}$NROFFPROG" >&6
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:3940: result: no" >&5
   echo "${ECHO_T}no" >&6
 fi  fi
   
 if test -z "$NROFFPROG"; then  if test -z "$NROFFPROG"; then
Line 2568 
Line 3947 
 fi  fi
   
 ac_aux_dir=  ac_aux_dir=
 for ac_dir in ${GNUSYSTEM_AUX_DIR} $srcdir $srcdir/.. $srcdir/../..; do  for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
   if test -f $ac_dir/install-sh; then    if test -f $ac_dir/install-sh; then
     ac_aux_dir=$ac_dir      ac_aux_dir=$ac_dir
     ac_install_sh="$ac_aux_dir/install-sh -c"      ac_install_sh="$ac_aux_dir/install-sh -c"
Line 2577 
Line 3956 
     ac_aux_dir=$ac_dir      ac_aux_dir=$ac_dir
     ac_install_sh="$ac_aux_dir/install.sh -c"      ac_install_sh="$ac_aux_dir/install.sh -c"
     break      break
     elif test -f $ac_dir/shtool; then
       ac_aux_dir=$ac_dir
       ac_install_sh="$ac_aux_dir/shtool install -c"
       break
   fi    fi
 done  done
 if test -z "$ac_aux_dir"; then  if test -z "$ac_aux_dir"; then
   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }    { { echo "$as_me:3966: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
   echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
      { (exit 1); exit 1; }; }
 fi  fi
 ac_config_guess="/bin/sh $ac_aux_dir/config.guess"  ac_config_guess="$SHELL $ac_aux_dir/config.guess"
 ac_config_sub="/bin/sh $ac_aux_dir/config.sub"  ac_config_sub="$SHELL $ac_aux_dir/config.sub"
 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.  ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
   
   
 # Make sure we can run config.sub.  # Make sure we can run config.sub.
 if $ac_config_sub sun4 >/dev/null 2>&1; then :  $ac_config_sub sun4 >/dev/null 2>&1 ||
 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }    { { echo "$as_me:3976: error: cannot run $ac_config_sub" >&5
 fi  echo "$as_me: error: cannot run $ac_config_sub" >&2;}
      { (exit 1); exit 1; }; }
   
 echo $ac_n "checking host system type""... $ac_c" 1>&6  echo "$as_me:3980: checking build system type" >&5
 echo "configure:2597: checking host system type" >&5  echo $ECHO_N "checking build system type... $ECHO_C" >&6
   if test "${ac_cv_build+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     ac_cv_build_alias=$build_alias
   test -z "$ac_cv_build_alias" &&
     ac_cv_build_alias=`$ac_config_guess`
   test -z "$ac_cv_build_alias" &&
     { { echo "$as_me:3989: error: cannot guess build type; you must specify one" >&5
   echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
      { (exit 1); exit 1; }; }
   ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
     { { echo "$as_me:3993: error: $ac_config_sub $ac_cv_build_alias failed." >&5
   echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
      { (exit 1); exit 1; }; }
   
 host_alias=$host  fi
 case "$host_alias" in  echo "$as_me:3998: result: $ac_cv_build" >&5
 NONE)  echo "${ECHO_T}$ac_cv_build" >&6
   case $nonopt in  build=$ac_cv_build
   NONE)  build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
     if host_alias=`$ac_config_guess`; then :  build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }  build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
     fi ;;  
   *) host_alias=$nonopt ;;  
   esac ;;  
 esac  
   
 host=`$ac_config_sub $host_alias`  echo "$as_me:4005: checking host system type" >&5
 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`  echo $ECHO_N "checking host system type... $ECHO_C" >&6
 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`  if test "${ac_cv_host+set}" = set; then
 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 echo "$ac_t""$host" 1>&6  else
     ac_cv_host_alias=$host_alias
   test -z "$ac_cv_host_alias" &&
     ac_cv_host_alias=$ac_cv_build_alias
   ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
     { { echo "$as_me:4014: error: $ac_config_sub $ac_cv_host_alias failed" >&5
   echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
      { (exit 1); exit 1; }; }
   
   fi
   echo "$as_me:4019: result: $ac_cv_host" >&5
   echo "${ECHO_T}$ac_cv_host" >&6
   host=$ac_cv_host
   host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
   host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
   host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
   
 if test -n "$sudo_cv_prev_host"; then  if test -n "$sudo_cv_prev_host"; then
     if test "$sudo_cv_prev_host" != "$host"; then      if test "$sudo_cv_prev_host" != "$host"; then
         echo ""          echo ""
Line 2621 
Line 4031 
         echo ""          echo ""
         exit 1          exit 1
     else      else
         echo $ac_n "checking previous host type""... $ac_c" 1>&6          echo "$as_me:4034: checking previous host type" >&5
 echo "configure:2626: checking previous host type" >&5  echo $ECHO_N "checking previous host type... $ECHO_C" >&6
         if eval "test \"`echo '$''{'sudo_cv_prev_host'+set}'`\" = set"; then          if test "${sudo_cv_prev_host+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   sudo_cv_prev_host="$host"    sudo_cv_prev_host="$host"
 fi  fi
Line 2633 
Line 4043 
     fi      fi
 else  else
     # this will produce no output since there is no cached value      # this will produce no output since there is no cached value
     if eval "test \"`echo '$''{'sudo_cv_prev_host'+set}'`\" = set"; then      if test "${sudo_cv_prev_host+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   sudo_cv_prev_host="$host"    sudo_cv_prev_host="$host"
 fi  fi
Line 2661 
Line 4071 
   
                 # check for password adjunct functions (shadow passwords)                  # check for password adjunct functions (shadow passwords)
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo $ac_n "checking for getpwanam""... $ac_c" 1>&6  
 echo "configure:2666: checking for getpwanam" >&5  
 if eval "test \"`echo '$''{'ac_cv_func_getpwanam'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   cat > conftest.$ac_ext <<EOF  
 #line 2671 "configure"  
 #include "confdefs.h"  
 /* System header to define __stub macros and hopefully few prototypes,  
     which can conflict with char getpwanam(); below.  */  
 #include <assert.h>  
 /* Override any gcc2 internal prototype to avoid an error.  */  
 /* We use char because int might match the return type of a gcc2  
     builtin and then its argument prototype would still apply.  */  
 char getpwanam();  
   
 int main() {  for ac_func in getpwanam issecure
   
 /* The GNU C library defines this for functions which it implements  
     to always fail with ENOSYS.  Some functions are actually named  
     something starting with __ and the normal name is an alias.  */  
 #if defined (__stub_getpwanam) || defined (__stub___getpwanam)  
 choke me  
 #else  
 getpwanam();  
 #endif  
   
 ; return 0; }  
 EOF  
 if { (eval echo configure:2694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  
   rm -rf conftest*  
   eval "ac_cv_func_getpwanam=yes"  
 else  
   echo "configure: failed program was:" >&5  
   cat conftest.$ac_ext >&5  
   rm -rf conftest*  
   eval "ac_cv_func_getpwanam=no"  
 fi  
 rm -f conftest*  
 fi  
   
 if eval "test \"`echo '$ac_cv_func_'getpwanam`\" = yes"; then  
   echo "$ac_t""yes" 1>&6  
   cat >> confdefs.h <<\EOF  
 #define HAVE_GETPWANAM 1  
 EOF  
  for ac_func in issecure  
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "configure:2714: checking for $ac_func" >&5  echo "$as_me:4078: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 2719 "configure"  #line 4084 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char $ac_func();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 $ac_func();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:2742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_$ac_func=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:4115: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:4118: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:4121: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:4124: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_$ac_func=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:4134: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`    cat >>confdefs.h <<EOF
   cat >> confdefs.h <<EOF  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 #define $ac_tr_func 1  
 EOF  EOF
   
 else  else
   echo "$ac_t""no" 1>&6    break
 fi  fi
 done  done
   
 else  
   echo "$ac_t""no" 1>&6  
 fi  
   
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
                 fi                  fi
                 ;;                  ;;
Line 2776 
Line 4153 
                 if test "$with_AFS" = "yes"; then                  if test "$with_AFS" = "yes"; then
                     AFS_LIBS="-lc -lucb"                      AFS_LIBS="-lc -lucb"
                 fi                  fi
                 mansectsu=1m                  test -n "$mansectsu" || mansectsu=1m
                 mansectform=4                  test -n "$mansectform" || mansectform=4
                 ;;                  ;;
     *-*-aix*)      *-*-aix*)
                 # To get all prototypes (so we pass -Wall)                  # To get all prototypes (so we pass -Wall)
                 CPPFLAGS="${CPPFLAGS} -D_XOPEN_EXTENDED_SOURCE"                  CPPFLAGS="${CPPFLAGS} -D_XOPEN_EXTENDED_SOURCE"
                 cat >> confdefs.h <<\EOF                  cat >>confdefs.h <<\EOF
 #define _ALL_SOURCE 1  #define _ALL_SOURCE 1
 EOF  EOF
   
Line 2790 
Line 4167 
                 ;;                  ;;
     *-*-hiuxmpp*)      *-*-hiuxmpp*)
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo $ac_n "checking for getprpwnam in -lsec""... $ac_c" 1>&6                      echo "$as_me:4170: checking for getprpwnam in -lsec" >&5
 echo "configure:2795: checking for getprpwnam in -lsec" >&5  echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6
 if test -n ""; then  if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then
   ac_lib_var=`echo sec'_'getprpwnam | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo sec'_'getprpwnam | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lsec  $LIBS"  LIBS="-lsec  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 2807 "configure"  #line 4178 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getprpwnam();  char getprpwnam ();
   int
 int main() {  main ()
 getprpwnam()  {
 ; return 0; }  getprpwnam ();
 EOF    ;
 if { (eval echo configure:2818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:4197: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:4200: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:4203: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:4206: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_sec_getprpwnam=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_sec_getprpwnam=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:4217: result: $ac_cv_lib_sec_getprpwnam" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_lib_sec_getprpwnam = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_GETPRPWNAM 1  #define HAVE_GETPRPWNAM 1
 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 "$ac_t""no" 1>&6    echo "$as_me:4225: checking for getprpwnam in -lsecurity" >&5
 echo $ac_n "checking for getprpwnam in -lsecurity""... $ac_c" 1>&6  echo $ECHO_N "checking for getprpwnam in -lsecurity... $ECHO_C" >&6
 echo "configure:2840: checking for getprpwnam in -lsecurity" >&5  if test "${ac_cv_lib_security_getprpwnam+set}" = set; then
 if test -n ""; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   ac_lib_var=`echo security'_'getprpwnam | sed 'y% ./+-%___p_%'`  
 else  else
   ac_lib_var=`echo security'_'getprpwnam | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lsecurity  $LIBS"  LIBS="-lsecurity  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 2852 "configure"  #line 4233 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getprpwnam();  char getprpwnam ();
   int
 int main() {  main ()
 getprpwnam()  {
 ; return 0; }  getprpwnam ();
 EOF    ;
 if { (eval echo configure:2863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:4252: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:4255: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:4258: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:4261: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_security_getprpwnam=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_security_getprpwnam=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:4272: result: $ac_cv_lib_security_getprpwnam" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_security_getprpwnam" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_lib_security_getprpwnam = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_GETPRPWNAM 1  #define HAVE_GETPRPWNAM 1
 EOF  EOF
  SUDO_LIBS="${SUDO_LIBS} -lsecurity"; LIBS="${LIBS} -lsecurity"; SECUREWARE=1   SUDO_LIBS="${SUDO_LIBS} -lsecurity"; LIBS="${LIBS} -lsecurity"; SECUREWARE=1
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
 fi  fi
   
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
                 fi                  fi
                 mansectsu=1m                  test -n "$mansectsu" || mansectsu=1m
                 mansectform=4                  test -n "$mansectform" || mansectform=4
                 ;;                  ;;
     *-*-hpux1[0-9]*)      *-*-hpux1[0-9]*)
                 # uncomment this for a statically linked sudo  
                 # (XXX - should be an option to configure)  
                 #STATIC_SUDO=true  
   
                 # If using cc, run in ANSI mode if possible  
                 if test -z "$GCC"; then  
                     $CC -Aa 2>&1 | grep 'A option is available only' >conftest.out  
                     if test ! -s conftest.out; then  
                         CPPFLAGS="${CPPFLAGS} -Aa"  
                     fi  
                     rm -f conftest.out  
                 fi  
   
                 # Add -D_HPUX_SOURCE so we don't get strict ANSI headers  
                 CPPFLAGS="${CPPFLAGS} -D_HPUX_SOURCE"  
   
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo $ac_n "checking for getprpwnam in -lsec""... $ac_c" 1>&6                      echo "$as_me:4290: checking for getprpwnam in -lsec" >&5
 echo "configure:2912: checking for getprpwnam in -lsec" >&5  echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6
 if test -n ""; then  if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then
   ac_lib_var=`echo sec'_'getprpwnam | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo sec'_'getprpwnam | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lsec  $LIBS"  LIBS="-lsec  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 2924 "configure"  #line 4298 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getprpwnam();  char getprpwnam ();
   int
 int main() {  main ()
 getprpwnam()  {
 ; return 0; }  getprpwnam ();
 EOF    ;
 if { (eval echo configure:2935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:4317: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:4320: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:4323: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:4326: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_sec_getprpwnam=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_sec_getprpwnam=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:4337: result: $ac_cv_lib_sec_getprpwnam" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_lib_sec_getprpwnam = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_GETPRPWNAM 1  #define HAVE_GETPRPWNAM 1
 EOF  EOF
  echo $ac_n "checking for iscomsec in -lsec""... $ac_c" 1>&6   echo "$as_me:4343: checking for iscomsec in -lsec" >&5
 echo "configure:2954: checking for iscomsec in -lsec" >&5  echo $ECHO_N "checking for iscomsec in -lsec... $ECHO_C" >&6
 if test -n ""; then  if test "${ac_cv_lib_sec_iscomsec+set}" = set; then
   ac_lib_var=`echo sec'_'iscomsec | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo sec'_'iscomsec | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lsec  $LIBS"  LIBS="-lsec  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 2966 "configure"  #line 4351 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char iscomsec();  char iscomsec ();
   int
 int main() {  main ()
 iscomsec()  {
 ; return 0; }  iscomsec ();
 EOF    ;
 if { (eval echo configure:2977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:4370: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:4373: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:4376: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:4379: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_sec_iscomsec=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_sec_iscomsec=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:4390: result: $ac_cv_lib_sec_iscomsec" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_sec_iscomsec" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_lib_sec_iscomsec = yes; then
   
   cat >>confdefs.h <<\EOF
 #define HAVE_ISCOMSEC 1  #define HAVE_ISCOMSEC 1
 EOF  EOF
   
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
  SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"; SECUREWARE=1   SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"; SECUREWARE=1
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
                 fi                  fi
   
                 if test -n "$STATIC_SUDO"; then  
                     if test -n "$GCC"; then  
                         SUDO_LDFLAGS="${SUDO_LDFLAGS} -static"  
                     else  
                         SUDO_LDFLAGS="${SUDO_LDFLAGS} -Wl,-a,archive"  
                     fi  
                 fi  
   
                 # AFS support needs -lBSD                  # AFS support needs -lBSD
                 if test "$with_AFS" = "yes"; then                  if test "$with_AFS" = "yes"; then
                     AFS_LIBS="-lc -lBSD"                      AFS_LIBS="-lc -lBSD"
                 fi                  fi
                 mansectsu=1m                  test -n "$mansectsu" || mansectsu=1m
                 mansectform=4                  test -n "$mansectform" || mansectform=4
                 ;;                  ;;
     *-*-hpux9*)      *-*-hpux9*)
                 # uncomment this for a statically linked sudo  
                 # (XXX - should be an option to configure)  
                 #STATIC_SUDO=true  
   
                 # If using cc, run in ANSI mode if possible  cat >>confdefs.h <<\EOF
                 if test -z "$GCC"; then  
                     $CC -Aa 2>&1 | grep 'A option is available only' >conftest.out  
                     if test ! -s conftest.out; then  
                         CPPFLAGS="${CPPFLAGS} -Aa"  
                     fi  
                     rm -f conftest.out  
                 fi  
   
                 # Add -D_HPUX_SOURCE so we don't get strict ANSI headers  
                 CPPFLAGS="${CPPFLAGS} -D_HPUX_SOURCE"  
   
                 cat >> confdefs.h <<\EOF  
 #define BROKEN_SYSLOG 1  #define BROKEN_SYSLOG 1
 EOF  EOF
   
   
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     for ac_func in getspwuid  
   for ac_func in getspwuid
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "configure:3048: checking for $ac_func" >&5  echo "$as_me:4423: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 3053 "configure"  #line 4429 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char $ac_func();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 $ac_func();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:3076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_$ac_func=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:4460: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:4463: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:4466: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:4469: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_$ac_func=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:4479: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`    cat >>confdefs.h <<EOF
   cat >> confdefs.h <<EOF  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 #define $ac_tr_func 1  
 EOF  EOF
   
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
 done  done
   
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
                 fi                  fi
   
                 if test -n "$STATIC_SUDO"; then  
                     if test -n "$GCC"; then  
                         SUDO_LDFLAGS="${SUDO_LDFLAGS} -static"  
                     else  
                         SUDO_LDFLAGS="${SUDO_LDFLAGS} -Wl,-a,archive"  
                     fi  
                 fi  
   
                 # DCE support (requires ANSI C compiler)                  # DCE support (requires ANSI C compiler)
                 if test "$with_DCE" = "yes"; then                  if test "$with_DCE" = "yes"; then
                     # order of libs in 9.X is important. -lc_r must be last                      # order of libs in 9.X is important. -lc_r must be last
Line 3119 
Line 4501 
                 if test "$with_AFS" = "yes"; then                  if test "$with_AFS" = "yes"; then
                     AFS_LIBS="-lc -lBSD"                      AFS_LIBS="-lc -lBSD"
                 fi                  fi
                 mansectsu=1m                  test -n "$mansectsu" || mansectsu=1m
                 mansectform=4                  test -n "$mansectform" || mansectform=4
                 ;;                  ;;
     *-*-hpux*)      *-*-hpux*)
                   cat >>confdefs.h <<\EOF
                 cat >> confdefs.h <<\EOF  
 #define BROKEN_SYSLOG 1  #define BROKEN_SYSLOG 1
 EOF  EOF
   
   
                 # Not sure if setuid binaries are safe in < 9.x                  # Not sure if setuid binaries are safe in < 9.x
                 if test -n "$GCC"; then                  if test -n "$GCC"; then
                     SUDO_LDFLAGS="${SUDO_LDFLAGS} -static"                      SUDO_LDFLAGS="${SUDO_LDFLAGS} -static"
Line 3140 
Line 4520 
                 if test "$with_AFS" = "yes"; then                  if test "$with_AFS" = "yes"; then
                     AFS_LIBS="-lc -lBSD"                      AFS_LIBS="-lc -lBSD"
                 fi                  fi
                 mansectsu=1m                  test -n "$mansectsu" || mansectsu=1m
                 mansectform=4                  test -n "$mansectform" || mansectform=4
                 ;;                  ;;
     *-dec-osf*)      *-dec-osf*)
                 # 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 $ac_n "checking whether to disable sia support on Digital UNIX""... $ac_c" 1>&6                  echo "$as_me:4530: checking whether to disable sia support on Digital UNIX" >&5
 echo "configure:3152: checking whether to disable sia support on Digital UNIX" >&5  echo $ECHO_N "checking whether to disable sia support on Digital UNIX... $ECHO_C" >&6
                 # Check whether --enable-sia or --disable-sia was given.                  # 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 "$ac_t""no" 1>&6                      yes)        echo "$as_me:4536: result: no" >&5
   echo "${ECHO_T}no" >&6
                                 ;;                                  ;;
                     no)         echo "$ac_t""yes" 1>&6                      no)         echo "$as_me:4539: result: yes" >&5
   echo "${ECHO_T}yes" >&6
                                 CHECKSIA=false                                  CHECKSIA=false
                                 ;;                                  ;;
                     *)          echo "$ac_t""no" 1>&6                      *)          echo "$as_me:4543: result: no" >&5
   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 "$ac_t""no" 1>&6    echo "$as_me:4550: result: no" >&5
 fi  echo "${ECHO_T}no" >&6
   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 $ac_n "checking for sia_ses_init""... $ac_c" 1>&6                      echo "$as_me:4557: checking for sia_ses_init" >&5
 echo "configure:3176: checking for sia_ses_init" >&5  echo $ECHO_N "checking for sia_ses_init... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_func_sia_ses_init'+set}'`\" = set"; then  if test "${ac_cv_func_sia_ses_init+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 3181 "configure"  #line 4563 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char sia_ses_init();  char sia_ses_init ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_sia_ses_init) || defined (__stub___sia_ses_init)  #if defined (__stub_sia_ses_init) || defined (__stub___sia_ses_init)
 choke me  choke me
 #else  #else
 sia_ses_init();  f = sia_ses_init;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:3204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_sia_ses_init=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:4594: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:4597: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:4600: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:4603: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_func_sia_ses_init=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_func_sia_ses_init=no
   eval "ac_cv_func_sia_ses_init=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:4613: result: $ac_cv_func_sia_ses_init" >&5
   echo "${ECHO_T}$ac_cv_func_sia_ses_init" >&6
   if test $ac_cv_func_sia_ses_init = yes; then
   
 if eval "test \"`echo '$ac_cv_func_'sia_ses_init`\" = yes"; then  cat >>confdefs.h <<\EOF
   echo "$ac_t""yes" 1>&6  
   cat >> confdefs.h <<\EOF  
 #define HAVE_SIA 1  #define HAVE_SIA 1
 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 "configure: error: "you cannot mix SIA and other authentication schemes.  You can turn off SIA support via the --disable-sia option"" 1>&2; exit 1; }                          { { echo "$as_me:4622: error: \"you cannot mix SIA and other authentication schemes.  You can turn off SIA support via the --disable-sia option\"" >&5
   echo "$as_me: error: \"you cannot mix SIA and other authentication schemes.  You can turn off SIA support via the --disable-sia option\"" >&2;}
      { (exit 1); exit 1; }; }
                     fi; CHECKSHADOW=false                      fi; CHECKSHADOW=false
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
                 fi                  fi
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo $ac_n "checking for getprpwnam in -lsecurity""... $ac_c" 1>&6                      echo "$as_me:4630: checking for getprpwnam in -lsecurity" >&5
 echo "configure:3232: checking for getprpwnam in -lsecurity" >&5  echo $ECHO_N "checking for getprpwnam in -lsecurity... $ECHO_C" >&6
 if test -n ""; then  if test "${ac_cv_lib_security_getprpwnam+set}" = set; then
   ac_lib_var=`echo security'_'getprpwnam | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo security'_'getprpwnam | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lsecurity  $LIBS"  LIBS="-lsecurity  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 3244 "configure"  #line 4638 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getprpwnam();  char getprpwnam ();
   int
 int main() {  main ()
 getprpwnam()  {
 ; return 0; }  getprpwnam ();
 EOF    ;
 if { (eval echo configure:3255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:4657: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:4660: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:4663: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:4666: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_security_getprpwnam=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_security_getprpwnam=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:4677: result: $ac_cv_lib_security_getprpwnam" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_security_getprpwnam" >&6
   if test $ac_cv_lib_security_getprpwnam = yes; then
   SECUREWARE=1    SECUREWARE=1
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
                 fi                  fi
   
                 if test -n "$SECUREWARE"; then                  if test -n "$SECUREWARE"; then
                     cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define HAVE_GETPRPWNAM 1  #define HAVE_GETPRPWNAM 1
 EOF  EOF
   
                     # -ldb includes bogus versions of snprintf/vsnprintf                      # -ldb includes bogus versions of snprintf/vsnprintf
                     echo $ac_n "checking for snprintf""... $ac_c" 1>&6  
 echo "configure:3285: checking for snprintf" >&5  for ac_func in snprintf
 if eval "test \"`echo '$''{'ac_cv_func_snprintf'+set}'`\" = set"; then  do
   echo $ac_n "(cached) $ac_c" 1>&6  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
   echo "$as_me:4697: checking for $ac_func" >&5
   echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 3290 "configure"  #line 4703 "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 snprintf(); below.  */      which can conflict with char $ac_func (); below.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char snprintf();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_snprintf) || defined (__stub___snprintf)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 snprintf();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:3313: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_snprintf=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:4734: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:4737: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:4740: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:4743: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_snprintf=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:4753: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'snprintf`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >> confdefs.h <<\EOF    cat >>confdefs.h <<EOF
 #define HAVE_SNPRINTF 1  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 EOF  EOF
   
 else  else
   echo "$ac_t""no" 1>&6    NEED_SNPRINTF=1
 NEED_SNPRINTF=1  
 fi  fi
   done
   
                     echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6  for ac_func in vsnprintf
 echo "configure:3337: checking for vsnprintf" >&5  do
 if eval "test \"`echo '$''{'ac_cv_func_vsnprintf'+set}'`\" = set"; then  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
   echo $ac_n "(cached) $ac_c" 1>&6  echo "$as_me:4768: checking for $ac_func" >&5
   echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 3342 "configure"  #line 4774 "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 vsnprintf(); below.  */      which can conflict with char $ac_func (); below.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char vsnprintf();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_vsnprintf) || defined (__stub___vsnprintf)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 vsnprintf();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:3365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_vsnprintf=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:4805: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:4808: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:4811: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:4814: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_vsnprintf=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:4824: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'vsnprintf`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >> confdefs.h <<\EOF    cat >>confdefs.h <<EOF
 #define HAVE_VSNPRINTF 1  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 EOF  EOF
   
 else  else
   echo "$ac_t""no" 1>&6    NEED_SNPRINTF=1
 NEED_SNPRINTF=1  
 fi  fi
   done
   
                     # 4.x and higher need -ldb too...                      # 4.x and higher need -ldb too...
                     echo $ac_n "checking for dbopen in -ldb""... $ac_c" 1>&6                      echo "$as_me:4837: checking for dbopen in -ldb" >&5
 echo "configure:3390: checking for dbopen in -ldb" >&5  echo $ECHO_N "checking for dbopen in -ldb... $ECHO_C" >&6
 if test -n ""; then  if test "${ac_cv_lib_db_dbopen+set}" = set; then
   ac_lib_var=`echo db'_'dbopen | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo db'_'dbopen | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-ldb  $LIBS"  LIBS="-ldb  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 3402 "configure"  #line 4845 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char dbopen();  char dbopen ();
   int
 int main() {  main ()
 dbopen()  {
 ; return 0; }  dbopen ();
 EOF    ;
 if { (eval echo configure:3413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:4864: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:4867: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:4870: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:4873: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_db_dbopen=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_db_dbopen=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:4884: result: $ac_cv_lib_db_dbopen" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_db_dbopen" >&6
   if test $ac_cv_lib_db_dbopen = yes; then
   SUDO_LIBS="${SUDO_LIBS} -lsecurity -ldb -laud -lm"; LIBS="${LIBS} -lsecurity -ldb -laud -lm"    SUDO_LIBS="${SUDO_LIBS} -lsecurity -ldb -laud -lm"; LIBS="${LIBS} -lsecurity -ldb -laud -lm"
 else  else
   echo "$ac_t""no" 1>&6    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"  
 fi  fi
   
                     for ac_func in dispcrypt  for ac_func in dispcrypt
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "configure:3437: checking for $ac_func" >&5  echo "$as_me:4895: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 3442 "configure"  #line 4901 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char $ac_func();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 $ac_func();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:3465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_$ac_func=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:4932: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:4935: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:4938: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:4941: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_$ac_func=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:4951: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`    cat >>confdefs.h <<EOF
   cat >> confdefs.h <<EOF  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 #define $ac_tr_func 1  
 EOF  EOF
   
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
 done  done
   
                     echo $ac_n "checking for broken /usr/include/prot.h""... $ac_c" 1>&6                      echo "$as_me:4961: checking for broken /usr/include/prot.h" >&5
 echo "configure:3490: checking for broken /usr/include/prot.h" >&5  echo $ECHO_N "checking for broken /usr/include/prot.h... $ECHO_C" >&6
                     cat > conftest.$ac_ext <<EOF                      cat >conftest.$ac_ext <<_ACEOF
 #line 3492 "configure"  #line 4964 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/security.h>  #include <sys/security.h>
 #include <prot.h>  #include <prot.h>
   
 int main() {  int
   main ()
   {
 exit(0);  exit(0);
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:3503: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  }
   rm -rf conftest*  _ACEOF
   echo "$ac_t""no" 1>&6  rm -f conftest.$ac_objext
   if { (eval echo "$as_me:4980: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:4983: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:4986: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:4989: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     echo "$as_me:4991: result: no" >&5
   echo "${ECHO_T}no" >&6
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  echo "$as_me:4996: result: yes, fixing locally" >&5
   echo "$ac_t""yes, fixing locally" 1>&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
   
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest.$ac_ext
                 else                  elif test "$CHECKSIA" = "true"; then
                     with_passwd=no                      with_passwd=no
                     AUTH_OBJS="sia.o"                      AUTH_OBJS="sia.o"
                 fi                  fi
                 mansectsu=8                  test -n "$mansectsu" || mansectsu=8
                 mansectform=4                  test -n "$mansectform" || mansectform=4
                 ;;                  ;;
     *-*-irix*)      *-*-irix*)
                 # configure may not think irix has stdc headers  
                 # but it's good enough for sudo  
                 cat >> confdefs.h <<\EOF  
 #define STDC_HEADERS 1  
 EOF  
   
                 CPPFLAGS="${CPPFLAGS} -D_BSD_TYPES"                  CPPFLAGS="${CPPFLAGS} -D_BSD_TYPES"
                 if test -z "$NROFFPROG"; then                  if test -z "$NROFFPROG"; then
                     MAN_POSTINSTALL='   /bin/rm -f $(mandir8)/sudo.$(mansect8).z $(mandir8)/visudo.$(mansect8).z $(mandir5)/sudoers.$(mansect5).z ; /usr/bin/pack $(mandir8)/sudo.$(mansect8) $(mandir8)/visudo.$(mansect8) $(mandir5)/sudoers.$(mansect5)'                      MAN_POSTINSTALL='   /bin/rm -f $(mandir8)/sudo.$(mansect8).z $(mandir8)/visudo.$(mansect8).z $(mandir5)/sudoers.$(mansect5).z ; /usr/bin/pack $(mandir8)/sudo.$(mansect8) $(mandir8)/visudo.$(mansect8) $(mandir5)/sudoers.$(mansect5)'
Line 3546 
Line 5028 
                 fi                  fi
                 # IRIX <= 4 needs -lsun                  # IRIX <= 4 needs -lsun
                 if test "$OSREV" -le 4; then                  if test "$OSREV" -le 4; then
                     echo $ac_n "checking for getpwnam in -lsun""... $ac_c" 1>&6                      echo "$as_me:5031: checking for getpwnam in -lsun" >&5
 echo "configure:3551: checking for getpwnam in -lsun" >&5  echo $ECHO_N "checking for getpwnam in -lsun... $ECHO_C" >&6
 if test -n ""; then  if test "${ac_cv_lib_sun_getpwnam+set}" = set; then
   ac_lib_var=`echo sun'_'getpwnam | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo sun'_'getpwnam | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lsun  $LIBS"  LIBS="-lsun  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 3563 "configure"  #line 5039 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getpwnam();  char getpwnam ();
   int
 int main() {  main ()
 getpwnam()  {
 ; return 0; }  getpwnam ();
 EOF    ;
 if { (eval echo configure:3574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:5058: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:5061: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:5064: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:5067: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_sun_getpwnam=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_sun_getpwnam=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:5078: result: $ac_cv_lib_sun_getpwnam" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_sun_getpwnam" >&6
   if test $ac_cv_lib_sun_getpwnam = yes; then
   LIBS="${LIBS} -lsun"    LIBS="${LIBS} -lsun"
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
                 fi                  fi
                 mansectsu=1m                  test -n "$mansectsu" || mansectsu=1m
                 mansectform=4                  test -n "$mansectform" || mansectform=4
                 ;;                  ;;
     *-*-linux*)      *-*-linux*)
                 # To get crypt(3) and vasprintf() prototypes (so we pass -Wall)  
                 cat >> confdefs.h <<\EOF  
 #define _GNU_SOURCE 1  
 EOF  
   
   
                 # Some Linux versions need to link with -lshadow                  # Some Linux versions need to link with -lshadow
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo $ac_n "checking for getspnam""... $ac_c" 1>&6  
 echo "configure:3608: checking for getspnam" >&5  for ac_func in getspnam
 if eval "test \"`echo '$''{'ac_cv_func_getspnam'+set}'`\" = set"; then  do
   echo $ac_n "(cached) $ac_c" 1>&6  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
   echo "$as_me:5095: checking for $ac_func" >&5
   echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 3613 "configure"  #line 5101 "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 getspnam(); below.  */      which can conflict with char $ac_func (); below.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getspnam();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_getspnam) || defined (__stub___getspnam)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 getspnam();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:3636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_getspnam=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:5132: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:5135: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:5138: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:5141: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_getspnam=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:5151: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'getspnam`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >> confdefs.h <<\EOF    cat >>confdefs.h <<EOF
 #define HAVE_GETSPNAM 1  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 EOF  EOF
   
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:5159: checking for getspnam in -lshadow" >&5
 echo $ac_n "checking for getspnam in -lshadow""... $ac_c" 1>&6  echo $ECHO_N "checking for getspnam in -lshadow... $ECHO_C" >&6
 echo "configure:3657: checking for getspnam in -lshadow" >&5  if test "${ac_cv_lib_shadow_getspnam+set}" = set; then
 if test -n ""; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   ac_lib_var=`echo shadow'_'getspnam | sed 'y% ./+-%___p_%'`  
 else  else
   ac_lib_var=`echo shadow'_'getspnam | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lshadow  $LIBS"  LIBS="-lshadow  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 3669 "configure"  #line 5167 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getspnam();  char getspnam ();
   int
 int main() {  main ()
 getspnam()  {
 ; return 0; }  getspnam ();
 EOF    ;
 if { (eval echo configure:3680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:5186: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:5189: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:5192: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:5195: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_shadow_getspnam=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_shadow_getspnam=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:5206: result: $ac_cv_lib_shadow_getspnam" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_shadow_getspnam" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_lib_shadow_getspnam = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_GETSPNAM 1  #define HAVE_GETSPNAM 1
 EOF  EOF
  SUDO_LIBS="${SUDO_LIBS} -lshadow"; LIBS="${LIBS} -lshadow"   SUDO_LIBS="${SUDO_LIBS} -lshadow"; LIBS="${LIBS} -lshadow"
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
 fi  fi
   done
   
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
                 fi                  fi
                 ;;                  ;;
     *-convex-bsd*)      *-convex-bsd*)
                 cat >> confdefs.h <<\EOF                  cat >>confdefs.h <<\EOF
 #define _CONVEX_SOURCE 1  #define _CONVEX_SOURCE 1
 EOF  EOF
   
Line 3714 
Line 5228 
                 fi                  fi
   
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo $ac_n "checking for getprpwnam in -lsec""... $ac_c" 1>&6                      echo "$as_me:5231: checking for getprpwnam in -lsec" >&5
 echo "configure:3719: checking for getprpwnam in -lsec" >&5  echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6
 if test -n ""; then  if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then
   ac_lib_var=`echo sec'_'getprpwnam | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo sec'_'getprpwnam | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lsec  $LIBS"  LIBS="-lsec  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 3731 "configure"  #line 5239 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getprpwnam();  char getprpwnam ();
   int
 int main() {  main ()
 getprpwnam()  {
 ; return 0; }  getprpwnam ();
 EOF    ;
 if { (eval echo configure:3742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:5258: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:5261: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:5264: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:5267: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_sec_getprpwnam=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_sec_getprpwnam=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:5278: result: $ac_cv_lib_sec_getprpwnam" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_lib_sec_getprpwnam = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_GETPRPWNAM 1  #define HAVE_GETPRPWNAM 1
 EOF  EOF
  SUDO_LIBS="${SUDO_LIBS} -lprot"; LIBS="${LIBS} -lprot"; OSDEFS="${OSDEFS} -D_AUDIT -D_ACL -DSecureWare"; SECUREWARE=1   SUDO_LIBS="${SUDO_LIBS} -lprot"; LIBS="${LIBS} -lprot"; OSDEFS="${OSDEFS} -D_AUDIT -D_ACL -DSecureWare"; SECUREWARE=1
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
Line 3767 
Line 5290 
     *-*-ultrix*)      *-*-ultrix*)
                 OS="ultrix"                  OS="ultrix"
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo $ac_n "checking for getauthuid in -lauth""... $ac_c" 1>&6                      echo "$as_me:5293: checking for getauthuid in -lauth" >&5
 echo "configure:3772: checking for getauthuid in -lauth" >&5  echo $ECHO_N "checking for getauthuid in -lauth... $ECHO_C" >&6
 if test -n ""; then  if test "${ac_cv_lib_auth_getauthuid+set}" = set; then
   ac_lib_var=`echo auth'_'getauthuid | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo auth'_'getauthuid | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lauth  $LIBS"  LIBS="-lauth  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 3784 "configure"  #line 5301 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getauthuid();  char getauthuid ();
   int
 int main() {  main ()
 getauthuid()  {
 ; return 0; }  getauthuid ();
 EOF    ;
 if { (eval echo configure:3795: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:5320: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:5323: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:5326: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:5329: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_auth_getauthuid=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_auth_getauthuid=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:5340: result: $ac_cv_lib_auth_getauthuid" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_auth_getauthuid" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_lib_auth_getauthuid = yes; then
   
   cat >>confdefs.h <<\EOF
 #define HAVE_GETAUTHUID 1  #define HAVE_GETAUTHUID 1
 EOF  EOF
  SUDO_LIBS="${SUDO_LIBS} -lauth"; LIBS="${LIBS} -lauth"   SUDO_LIBS="${SUDO_LIBS} -lauth"; LIBS="${LIBS} -lauth"
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
Line 3821 
Line 5354 
                 LIBS="${LIBS} -lsun -lbsd"                  LIBS="${LIBS} -lsun -lbsd"
                 CPPFLAGS="${CPPFLAGS} -I/usr/include -I/usr/include/bsd"                  CPPFLAGS="${CPPFLAGS} -I/usr/include -I/usr/include/bsd"
                 OSDEFS="${OSDEFS} -D_MIPS"                  OSDEFS="${OSDEFS} -D_MIPS"
                 mansectsu=1m                  test -n "$mansectsu" || mansectsu=1m
                 mansectform=4                  test -n "$mansectform" || mansectform=4
                 ;;                  ;;
     *-*-isc*)      *-*-isc*)
                 OSDEFS="${OSDEFS} -D_ISC"                  OSDEFS="${OSDEFS} -D_ISC"
Line 3831 
Line 5364 
                 LIBS="${LIBS} -lcrypt"                  LIBS="${LIBS} -lcrypt"
   
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo $ac_n "checking for getspnam in -lsec""... $ac_c" 1>&6                      echo "$as_me:5367: checking for getspnam in -lsec" >&5
 echo "configure:3836: checking for getspnam in -lsec" >&5  echo $ECHO_N "checking for getspnam in -lsec... $ECHO_C" >&6
 if test -n ""; then  if test "${ac_cv_lib_sec_getspnam+set}" = set; then
   ac_lib_var=`echo sec'_'getspnam | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo sec'_'getspnam | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lsec  $LIBS"  LIBS="-lsec  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 3848 "configure"  #line 5375 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getspnam();  char getspnam ();
   int
 int main() {  main ()
 getspnam()  {
 ; return 0; }  getspnam ();
 EOF    ;
 if { (eval echo configure:3859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:5394: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:5397: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:5400: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:5403: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_sec_getspnam=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_sec_getspnam=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:5414: result: $ac_cv_lib_sec_getspnam" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_sec_getspnam" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_lib_sec_getspnam = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_GETSPNAM 1  #define HAVE_GETSPNAM 1
 EOF  EOF
  SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"   SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
                 fi                  fi
                 mansectsu=1m                  test -n "$mansectsu" || mansectsu=1m
                 mansectform=4                  test -n "$mansectform" || mansectform=4
                 ;;                  ;;
     *-*-sco*)      *-*-sco*|*-sco-*)
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo $ac_n "checking for getprpwnam in -lprot""... $ac_c" 1>&6                      echo "$as_me:5430: checking for getprpwnam in -lprot" >&5
 echo "configure:3890: checking for getprpwnam in -lprot" >&5  echo $ECHO_N "checking for getprpwnam in -lprot... $ECHO_C" >&6
 if test -n "-lx"; then  if test "${ac_cv_lib_prot_getprpwnam_lx+set}" = set; then
   ac_lib_var=`echo prot'_'getprpwnam-lx | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo prot'_'getprpwnam | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lprot -lx $LIBS"  LIBS="-lprot -lx $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 3902 "configure"  #line 5438 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getprpwnam();  char getprpwnam ();
   int
 int main() {  main ()
 getprpwnam()  {
 ; return 0; }  getprpwnam ();
 EOF    ;
 if { (eval echo configure:3913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:5457: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:5460: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:5463: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:5466: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_prot_getprpwnam_lx=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_prot_getprpwnam_lx=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:5477: result: $ac_cv_lib_prot_getprpwnam_lx" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_prot_getprpwnam_lx" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_lib_prot_getprpwnam_lx = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_GETPRPWNAM 1  #define HAVE_GETPRPWNAM 1
 EOF  EOF
  SUDO_LIBS="${SUDO_LIBS} -lprot -lx"; LIBS="${LIBS} -lprot -lx"; SECUREWARE=1   SUDO_LIBS="${SUDO_LIBS} -lprot -lx"; LIBS="${LIBS} -lprot -lx"; SECUREWARE=1
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
                     echo $ac_n "checking for getspnam in -lgen""... $ac_c" 1>&6                      echo "$as_me:5486: checking for getspnam in -lgen" >&5
 echo "configure:3937: checking for getspnam in -lgen" >&5  echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6
 if test -n ""; then  if test "${ac_cv_lib_gen_getspnam+set}" = set; then
   ac_lib_var=`echo gen'_'getspnam | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo gen'_'getspnam | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lgen  $LIBS"  LIBS="-lgen  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 3949 "configure"  #line 5494 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getspnam();  char getspnam ();
   int
 int main() {  main ()
 getspnam()  {
 ; return 0; }  getspnam ();
 EOF    ;
 if { (eval echo configure:3960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:5513: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:5516: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:5519: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:5522: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_gen_getspnam=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_gen_getspnam=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:5533: result: $ac_cv_lib_gen_getspnam" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_lib_gen_getspnam = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_GETSPNAM 1  #define HAVE_GETSPNAM 1
 EOF  EOF
  SUDO_LIBS="${SUDO_LIBS} -lgen"; LIBS="${LIBS} -lgen"   SUDO_LIBS="${SUDO_LIBS} -lgen"; LIBS="${LIBS} -lgen"
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
                 fi                  fi
                 mansectsu=1m                  test -n "$mansectsu" || mansectsu=1m
                 mansectform=4                  test -n "$mansectform" || mansectform=4
                 ;;                  ;;
     *-sequent-sysv*)      *-sequent-sysv*)
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     echo $ac_n "checking for getspnam in -lsec""... $ac_c" 1>&6                      echo "$as_me:5549: checking for getspnam in -lsec" >&5
 echo "configure:3991: checking for getspnam in -lsec" >&5  echo $ECHO_N "checking for getspnam in -lsec... $ECHO_C" >&6
 if test -n ""; then  if test "${ac_cv_lib_sec_getspnam+set}" = set; then
   ac_lib_var=`echo sec'_'getspnam | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo sec'_'getspnam | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lsec  $LIBS"  LIBS="-lsec  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 4003 "configure"  #line 5557 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getspnam();  char getspnam ();
   int
 int main() {  main ()
 getspnam()  {
 ; return 0; }  getspnam ();
 EOF    ;
 if { (eval echo configure:4014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:5576: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:5579: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:5582: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:5585: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_sec_getspnam=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_sec_getspnam=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:5596: result: $ac_cv_lib_sec_getspnam" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_sec_getspnam" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_lib_sec_getspnam = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_GETSPNAM 1  #define HAVE_GETSPNAM 1
 EOF  EOF
  SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"   SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
                 fi                  fi
                 mansectsu=1m                  test -n "$mansectsu" || mansectsu=1m
                 mansectform=4                  test -n "$mansectform" || mansectform=4
                 ;;                  ;;
     *-ccur-sysv4|*-ccur-sysvr4)      *-ncr-sysv4*|*-ncr-sysvr4*)
                   echo "$as_me:5611: checking for strcasecmp in -lc89" >&5
   echo $ECHO_N "checking for strcasecmp in -lc89... $ECHO_C" >&6
   if test "${ac_cv_lib_c89_strcasecmp+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     ac_check_lib_save_LIBS=$LIBS
   LIBS="-lc89  $LIBS"
   cat >conftest.$ac_ext <<_ACEOF
   #line 5619 "configure"
   #include "confdefs.h"
   
   /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
   /* We use char because int might match the return type of a gcc2
      builtin and then its argument prototype would still apply.  */
   char strcasecmp ();
   int
   main ()
   {
   strcasecmp ();
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:5638: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:5641: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:5644: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:5647: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_c89_strcasecmp=yes
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   ac_cv_lib_c89_strcasecmp=no
   fi
   rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
   LIBS=$ac_check_lib_save_LIBS
   fi
   echo "$as_me:5658: result: $ac_cv_lib_c89_strcasecmp" >&5
   echo "${ECHO_T}$ac_cv_lib_c89_strcasecmp" >&6
   if test $ac_cv_lib_c89_strcasecmp = yes; then
     cat >>confdefs.h <<\EOF
   #define HAVE_STRCASECMP 1
   EOF
    LIBS="${LIBS} -lc89"; ac_cv_func_strcasecmp=yes
   fi
   
                   test -n "$mansectsu" || mansectsu=1m
                   test -n "$mansectform" || mansectform=4
                   ;;
       *-ccur-sysv4*|*-ccur-sysvr4*)
                 LIBS="${LIBS} -lgen"                  LIBS="${LIBS} -lgen"
                 SUDO_LIBS="${SUDO_LIBS} -lgen"                  SUDO_LIBS="${SUDO_LIBS} -lgen"
                 mansectsu=1m                  test -n "$mansectsu" || mansectsu=1m
                 mansectform=4                  test -n "$mansectform" || mansectform=4
                 ;;                  ;;
     *-*-bsdi*)      *-*-bsdi*)
                 # Use shlicc for BSD/OS [23].x unless asked to do otherwise                  # Use shlicc for BSD/OS [23].x unless asked to do otherwise
Line 4066 
Line 5695 
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
                 fi                  fi
                 ;;                  ;;
       *-*-*openbsd*)
                   BROKEN_SETREUID=yes
                   if test "$CHECKSHADOW" = "true"; then
                       CHECKSHADOW="false"
                   fi
                   ;;
       *-*-*netbsd*)
                   BROKEN_SETREUID=yes
                   if test "$CHECKSHADOW" = "true"; then
                       CHECKSHADOW="false"
                   fi
                   ;;
     *-*-*bsd*)      *-*-*bsd*)
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
                 fi                  fi
                 ;;                  ;;
       *-*-nextstep*)
                   # lockf() on is broken on the NeXT -- use flock instead
                   ac_cv_func_lockf=no
                   ac_cv_func_flock=yes
                   ;;
     *-*-sysv*)      *-*-sysv*)
                 mansectsu=1m                  test -n "$mansectsu" || mansectsu=1m
                 mansectform=4                  test -n "$mansectform" || mansectform=4
                 ;;                  ;;
 esac  esac
   
Line 4081 
Line 5727 
 test -n "$mansectform" || mansectform=5  test -n "$mansectform" || mansectform=5
   
 if test "$CHECKSHADOW" = "true"; then  if test "$CHECKSHADOW" = "true"; then
     echo $ac_n "checking for getspnam""... $ac_c" 1>&6  
 echo "configure:4086: checking for getspnam" >&5  for ac_func in getspnam
 if eval "test \"`echo '$''{'ac_cv_func_getspnam'+set}'`\" = set"; then  do
   echo $ac_n "(cached) $ac_c" 1>&6  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
   echo "$as_me:5734: checking for $ac_func" >&5
   echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4091 "configure"  #line 5740 "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 getspnam(); below.  */      which can conflict with char $ac_func (); below.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getspnam();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_getspnam) || defined (__stub___getspnam)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 getspnam();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:5771: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:5774: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:5777: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:5780: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   eval "$as_ac_var=no"
   fi
   rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
   fi
   echo "$as_me:5790: result: `eval echo '${'$as_ac_var'}'`" >&5
   echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   if test `eval echo '${'$as_ac_var'}'` = yes; then
     cat >>confdefs.h <<EOF
   #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 EOF  EOF
 if { (eval echo configure:4114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then   CHECKSHADOW="false"
   rm -rf conftest*  
   eval "ac_cv_func_getspnam=yes"  
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me:5798: checking for getspnam in -lgen" >&5
   cat conftest.$ac_ext >&5  echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6
   rm -rf conftest*  if test "${ac_cv_lib_gen_getspnam+set}" = set; then
   eval "ac_cv_func_getspnam=no"    echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     ac_check_lib_save_LIBS=$LIBS
   LIBS="-lgen  $LIBS"
   cat >conftest.$ac_ext <<_ACEOF
   #line 5806 "configure"
   #include "confdefs.h"
   
   /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
   /* We use char because int might match the return type of a gcc2
      builtin and then its argument prototype would still apply.  */
   char getspnam ();
   int
   main ()
   {
   getspnam ();
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:5825: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:5828: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:5831: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:5834: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_gen_getspnam=yes
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   ac_cv_lib_gen_getspnam=no
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
   LIBS=$ac_check_lib_save_LIBS
 fi  fi
   echo "$as_me:5845: result: $ac_cv_lib_gen_getspnam" >&5
   echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6
   if test $ac_cv_lib_gen_getspnam = yes; then
   
 if eval "test \"`echo '$ac_cv_func_'getspnam`\" = yes"; then  cat >>confdefs.h <<\EOF
   echo "$ac_t""yes" 1>&6  
   cat >> confdefs.h <<\EOF  
 #define HAVE_GETSPNAM 1  #define HAVE_GETSPNAM 1
 EOF  EOF
  CHECKSHADOW="false"   SUDO_LIBS="${SUDO_LIBS} -lgen"; LIBS="${LIBS} -lgen"
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
 fi  fi
   done
   
   fi
 if test "$CHECKSHADOW" = "true"; then  if test "$CHECKSHADOW" = "true"; then
     echo $ac_n "checking for getprpwnam""... $ac_c" 1>&6      echo "$as_me:5860: checking for getprpwnam" >&5
 echo "configure:4139: checking for getprpwnam" >&5  echo $ECHO_N "checking for getprpwnam... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_func_getprpwnam'+set}'`\" = set"; then  if test "${ac_cv_func_getprpwnam+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4144 "configure"  #line 5866 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getprpwnam();  char getprpwnam ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_getprpwnam) || defined (__stub___getprpwnam)  #if defined (__stub_getprpwnam) || defined (__stub___getprpwnam)
 choke me  choke me
 #else  #else
 getprpwnam();  f = getprpwnam;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:4167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_getprpwnam=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:5897: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:5900: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:5903: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:5906: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_func_getprpwnam=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_func_getprpwnam=no
   eval "ac_cv_func_getprpwnam=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:5916: result: $ac_cv_func_getprpwnam" >&5
 if eval "test \"`echo '$ac_cv_func_'getprpwnam`\" = yes"; then  echo "${ECHO_T}$ac_cv_func_getprpwnam" >&6
   echo "$ac_t""yes" 1>&6  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   CHECKSHADOW="false"; SECUREWARE=1, echo "$as_me:5922: checking for getprpwnam in -lsec" >&5
   echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6
   if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   echo "$ac_t""no" 1>&6    ac_check_lib_save_LIBS=$LIBS
 echo $ac_n "checking for getprpwnam in -lsec""... $ac_c" 1>&6  
 echo "configure:4188: checking for getprpwnam in -lsec" >&5  
 if test -n ""; then  
   ac_lib_var=`echo sec'_'getprpwnam | sed 'y% ./+-%___p_%'`  
 else  
   ac_lib_var=`echo sec'_'getprpwnam | sed 'y%./+-%__p_%'`  
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lsec  $LIBS"  LIBS="-lsec  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 4200 "configure"  #line 5930 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getprpwnam();  char getprpwnam ();
   int
 int main() {  main ()
 getprpwnam()  {
 ; return 0; }  getprpwnam ();
 EOF    ;
 if { (eval echo configure:4211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:5949: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:5952: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:5955: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:5958: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_sec_getprpwnam=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_sec_getprpwnam=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:5969: result: $ac_cv_lib_sec_getprpwnam" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_lib_sec_getprpwnam = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_GETPRPWNAM 1  #define HAVE_GETPRPWNAM 1
 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 "$ac_t""no" 1>&6    echo "$as_me:5977: checking for getprpwnam in -lsecurity" >&5
 echo $ac_n "checking for getprpwnam in -lsecurity""... $ac_c" 1>&6  echo $ECHO_N "checking for getprpwnam in -lsecurity... $ECHO_C" >&6
 echo "configure:4233: checking for getprpwnam in -lsecurity" >&5  if test "${ac_cv_lib_security_getprpwnam+set}" = set; then
 if test -n ""; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   ac_lib_var=`echo security'_'getprpwnam | sed 'y% ./+-%___p_%'`  
 else  else
   ac_lib_var=`echo security'_'getprpwnam | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lsecurity  $LIBS"  LIBS="-lsecurity  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 4245 "configure"  #line 5985 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getprpwnam();  char getprpwnam ();
   int
 int main() {  main ()
 getprpwnam()  {
 ; return 0; }  getprpwnam ();
 EOF    ;
 if { (eval echo configure:4256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:6004: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:6007: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:6010: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:6013: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_security_getprpwnam=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_security_getprpwnam=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:6024: result: $ac_cv_lib_security_getprpwnam" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_security_getprpwnam" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_lib_security_getprpwnam = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_GETPRPWNAM 1  #define HAVE_GETPRPWNAM 1
 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 "$ac_t""no" 1>&6    echo "$as_me:6032: checking for getprpwnam in -lprot" >&5
 echo $ac_n "checking for getprpwnam in -lprot""... $ac_c" 1>&6  echo $ECHO_N "checking for getprpwnam in -lprot... $ECHO_C" >&6
 echo "configure:4278: checking for getprpwnam in -lprot" >&5  if test "${ac_cv_lib_prot_getprpwnam+set}" = set; then
 if test -n ""; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   ac_lib_var=`echo prot'_'getprpwnam | sed 'y% ./+-%___p_%'`  
 else  else
   ac_lib_var=`echo prot'_'getprpwnam | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lprot  $LIBS"  LIBS="-lprot  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 4290 "configure"  #line 6040 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getprpwnam();  char getprpwnam ();
   int
 int main() {  main ()
 getprpwnam()  {
 ; return 0; }  getprpwnam ();
 EOF    ;
 if { (eval echo configure:4301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:6059: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:6062: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:6065: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:6068: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_prot_getprpwnam=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_prot_getprpwnam=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:6079: result: $ac_cv_lib_prot_getprpwnam" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_prot_getprpwnam" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_lib_prot_getprpwnam = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_GETPRPWNAM 1  #define HAVE_GETPRPWNAM 1
 EOF  EOF
  CHECKSHADOW="false"; SECUREWARE=1; SUDO_LIBS="${SUDO_LIBS} -lprot"; LIBS="${LIBS} -lprot"   CHECKSHADOW="false"; SECUREWARE=1; SUDO_LIBS="${SUDO_LIBS} -lprot"; LIBS="${LIBS} -lprot"
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
 fi  fi
Line 4328 
Line 6093 
   
 fi  fi
   
 if test $ac_cv_prog_gcc = yes; then  if test $ac_cv_c_compiler_gnu = yes; then
     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6      echo "$as_me:6097: checking whether $CC needs -traditional" >&5
 echo "configure:4334: checking whether ${CC-cc} needs -traditional" >&5  echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then  if test "${ac_cv_prog_gcc_traditional+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
     ac_pattern="Autoconf.*'x'"      ac_pattern="Autoconf.*'x'"
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4340 "configure"  #line 6104 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sgtty.h>  #include <sgtty.h>
 Autoconf TIOCGETP  Autoconf TIOCGETP
 EOF  _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "$ac_pattern" >/dev/null 2>&1; then    egrep "$ac_pattern" >/dev/null 2>&1; then
   rm -rf conftest*  
   ac_cv_prog_gcc_traditional=yes    ac_cv_prog_gcc_traditional=yes
 else  else
   rm -rf conftest*  
   ac_cv_prog_gcc_traditional=no    ac_cv_prog_gcc_traditional=no
 fi  fi
 rm -f conftest*  rm -f conftest*
   
   
   if test $ac_cv_prog_gcc_traditional = no; then    if test $ac_cv_prog_gcc_traditional = no; then
     cat > conftest.$ac_ext <<EOF      cat >conftest.$ac_ext <<_ACEOF
 #line 4358 "configure"  #line 6119 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <termio.h>  #include <termio.h>
 Autoconf TCGETA  Autoconf TCGETA
 EOF  _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "$ac_pattern" >/dev/null 2>&1; then    egrep "$ac_pattern" >/dev/null 2>&1; then
   rm -rf conftest*  
   ac_cv_prog_gcc_traditional=yes    ac_cv_prog_gcc_traditional=yes
 fi  fi
 rm -f conftest*  rm -f conftest*
   
   fi    fi
 fi  fi
   echo "$as_me:6132: result: $ac_cv_prog_gcc_traditional" >&5
 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&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 $ac_n "checking for working const""... $ac_c" 1>&6  echo "$as_me:6139: checking for an ANSI C-conforming const" >&5
 echo "configure:4380: checking for working const" >&5  echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then  if test "${ac_cv_c_const+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4385 "configure"  #line 6145 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int
   main ()
   {
   /* FIXME: Include the comments suggested by Paul. */
   #ifndef __cplusplus
     /* Ultrix mips cc rejects this.  */
     typedef int charset[2];
     const charset x;
     /* SunOS 4.1.1 cc rejects this.  */
     char const *const *ccp;
     char **p;
     /* NEC SVR4.0.2 mips cc rejects this.  */
     struct point {int x, y;};
     static struct point const zero = {0,0};
     /* AIX XL C 1.02.0.0 rejects this.
        It does not let you subtract one const X* pointer from another in
        an arm of an if-expression whose if-part is not a constant
        expression */
     const char *g = "string";
     ccp = &g + (g ? g-g : 0);
     /* HPUX 7.0 cc rejects these. */
     ++ccp;
     p = (char**) ccp;
     ccp = (char const *const *) p;
     { /* SCO 3.2v4 cc rejects this.  */
       char *t;
       char const *s = 0 ? (char *) 0 : (char const *) 0;
   
 /* Ultrix mips cc rejects this.  */      *t++ = 0;
 typedef int charset[2]; const charset x;    }
 /* SunOS 4.1.1 cc rejects this.  */    { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
 char const *const *ccp;      int x[] = {25, 17};
 char **p;      const int *foo = &x[0];
 /* NEC SVR4.0.2 mips cc rejects this.  */      ++foo;
 struct point {int x, y;};    }
 static struct point const zero = {0,0};    { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
 /* AIX XL C 1.02.0.0 rejects this.      typedef const int *iptr;
    It does not let you subtract one const X* pointer from another in an arm      iptr p = 0;
    of an if-expression whose if-part is not a constant expression */      ++p;
 const char *g = "string";    }
 ccp = &g + (g ? g-g : 0);    { /* AIX XL C 1.02.0.0 rejects this saying
 /* HPUX 7.0 cc rejects these. */         "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
 ++ccp;      struct s { int j; const int *ap[3]; };
 p = (char**) ccp;      struct s *b; b->j = 5;
 ccp = (char const *const *) p;    }
 { /* SCO 3.2v4 cc rejects this.  */    { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
   char *t;      const int foo = 10;
   char const *s = 0 ? (char *) 0 : (char const *) 0;    }
   #endif
   
   *t++ = 0;    ;
     return 0;
 }  }
 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */  _ACEOF
   int x[] = {25, 17};  rm -f conftest.$ac_objext
   const int *foo = &x[0];  if { (eval echo "$as_me:6203: \"$ac_compile\"") >&5
   ++foo;    (eval $ac_compile) 2>&5
 }    ac_status=$?
 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */    echo "$as_me:6206: \$? = $ac_status" >&5
   typedef const int *iptr;    (exit $ac_status); } &&
   iptr p = 0;           { ac_try='test -s conftest.$ac_objext'
   ++p;    { (eval echo "$as_me:6209: \"$ac_try\"") >&5
 }    (eval $ac_try) 2>&5
 { /* AIX XL C 1.02.0.0 rejects this saying    ac_status=$?
      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */    echo "$as_me:6212: \$? = $ac_status" >&5
   struct s { int j; const int *ap[3]; };    (exit $ac_status); }; }; then
   struct s *b; b->j = 5;    ac_cv_c_const=yes
 }  else
 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */    echo "$as_me: failed program was:" >&5
   const int foo = 10;  cat conftest.$ac_ext >&5
 }  ac_cv_c_const=no
   fi
   rm -f conftest.$ac_objext conftest.$ac_ext
   fi
   echo "$as_me:6222: result: $ac_cv_c_const" >&5
   echo "${ECHO_T}$ac_cv_c_const" >&6
   if test $ac_cv_c_const = no; then
   
 ; return 0; }  cat >>confdefs.h <<\EOF
   #define const
 EOF  EOF
 if { (eval echo configure:4434: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  
   rm -rf conftest*  fi
   ac_cv_c_const=yes  
   echo "$as_me:6232: checking for working volatile" >&5
   echo $ECHO_N "checking for working volatile... $ECHO_C" >&6
   if test "${ac_cv_c_volatile+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   echo "configure: failed program was:" >&5    cat >conftest.$ac_ext <<_ACEOF
   cat conftest.$ac_ext >&5  #line 6238 "configure"
   rm -rf conftest*  #include "confdefs.h"
   ac_cv_c_const=no  
   int
   main ()
   {
   
   volatile int x;
   int * volatile y;
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext
   if { (eval echo "$as_me:6252: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:6255: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:6258: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:6261: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_c_volatile=yes
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   ac_cv_c_volatile=no
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest.$ac_ext
 fi  fi
   echo "$as_me:6271: result: $ac_cv_c_volatile" >&5
   echo "${ECHO_T}$ac_cv_c_volatile" >&6
   if test $ac_cv_c_volatile = no; then
   
 echo "$ac_t""$ac_cv_c_const" 1>&6  cat >>confdefs.h <<\EOF
 if test $ac_cv_c_const = no; then  #define volatile
   cat >> confdefs.h <<\EOF  
 #define const  
 EOF  EOF
   
 fi  fi
   
 for ac_prog in 'bison -y' byacc  for ac_prog in 'bison -y' byacc
 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo "$as_me:6285: checking for $ac_word" >&5
 echo "configure:4459: checking for $ac_word" >&5  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then  if test "${ac_cv_prog_YACC+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   if test -n "$YACC"; then    if test -n "$YACC"; then
   ac_cv_prog_YACC="$YACC" # Let the user override the test.    ac_cv_prog_YACC="$YACC" # Let the user override the test.
 else  else
   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    ac_save_IFS=$IFS; IFS=$ac_path_separator
   for ac_dir in $PATH; do  ac_dummy="$PATH"
     test -z "$ac_dir" && ac_dir=.  for ac_dir in $ac_dummy; do
     if test -f $ac_dir/$ac_word; then    IFS=$ac_save_IFS
       ac_cv_prog_YACC="$ac_prog"    test -z "$ac_dir" && ac_dir=.
       break    $as_executable_p "$ac_dir/$ac_word" || continue
     fi  ac_cv_prog_YACC="$ac_prog"
   done  echo "$as_me:6300: found $ac_dir/$ac_word" >&5
   IFS="$ac_save_ifs"  break
   done
   
 fi  fi
 fi  fi
 YACC="$ac_cv_prog_YACC"  YACC=$ac_cv_prog_YACC
 if test -n "$YACC"; then  if test -n "$YACC"; then
   echo "$ac_t""$YACC" 1>&6    echo "$as_me:6308: result: $YACC" >&5
   echo "${ECHO_T}$YACC" >&6
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:6311: result: no" >&5
   echo "${ECHO_T}no" >&6
 fi  fi
   
 test -n "$YACC" && break    test -n "$YACC" && break
 done  done
 test -n "$YACC" || YACC="yacc"  test -n "$YACC" || YACC="yacc"
   
 if test -z "$with_sendmail"; then  echo "$as_me:6319: checking for mv" >&5
     echo $ac_n "checking for sendmail""... $ac_c" 1>&6  echo $ECHO_N "checking for mv... $ECHO_C" >&6
 echo "configure:4490: checking for sendmail" >&5  
 if test -f "/usr/sbin/sendmail"; then  
     echo "$ac_t""/usr/sbin/sendmail" 1>&6  
     cat >> confdefs.h <<\EOF  
 #define _PATH_SENDMAIL "/usr/sbin/sendmail"  
 EOF  
   
 elif test -f "/usr/lib/sendmail"; then  
     echo "$ac_t""/usr/lib/sendmail" 1>&6  
     cat >> confdefs.h <<\EOF  
 #define _PATH_SENDMAIL "/usr/lib/sendmail"  
 EOF  
   
 elif test -f "/usr/etc/sendmail"; then  
     echo "$ac_t""/usr/etc/sendmail" 1>&6  
     cat >> confdefs.h <<\EOF  
 #define _PATH_SENDMAIL "/usr/etc/sendmail"  
 EOF  
   
 elif test -f "/usr/ucblib/sendmail"; then  
     echo "$ac_t""/usr/ucblib/sendmail" 1>&6  
     cat >> confdefs.h <<\EOF  
 #define _PATH_SENDMAIL "/usr/ucblib/sendmail"  
 EOF  
   
 elif test -f "/usr/local/lib/sendmail"; then  
     echo "$ac_t""/usr/local/lib/sendmail" 1>&6  
     cat >> confdefs.h <<\EOF  
 #define _PATH_SENDMAIL "/usr/local/lib/sendmail"  
 EOF  
   
 elif test -f "/usr/local/bin/sendmail"; then  
     echo "$ac_t""/usr/local/bin/sendmail" 1>&6  
     cat >> confdefs.h <<\EOF  
 #define _PATH_SENDMAIL "/usr/local/bin/sendmail"  
 EOF  
   
 else  
     echo "$ac_t""not found" 1>&6  
 fi  
   
 fi  
 echo $ac_n "checking for mv""... $ac_c" 1>&6  
 echo "configure:4533: checking for mv" >&5  
 if test -f "/usr/bin/mv"; then  if test -f "/usr/bin/mv"; then
     echo "$ac_t""/usr/bin/mv" 1>&6      echo "$as_me:6322: result: /usr/bin/mv" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/usr/bin/mv" >&6
       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 "$ac_t""/bin/mv" 1>&6      echo "$as_me:6329: result: /bin/mv" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/bin/mv" >&6
       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 "$ac_t""/usr/ucb/mv" 1>&6      echo "$as_me:6336: result: /usr/ucb/mv" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/usr/ucb/mv" >&6
       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 "$ac_t""/usr/sbin/mv" 1>&6      echo "$as_me:6343: result: /usr/sbin/mv" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/usr/sbin/mv" >&6
       cat >>confdefs.h <<\EOF
 #define _PATH_MV "/usr/sbin/mv"  #define _PATH_MV "/usr/sbin/mv"
 EOF  EOF
   
 else  else
     echo "$ac_t""not found" 1>&6      echo "$as_me:6350: result: not found" >&5
   echo "${ECHO_T}not found" >&6
 fi  fi
   
 echo $ac_n "checking for bourne shell""... $ac_c" 1>&6  echo "$as_me:6354: checking for bourne shell" >&5
 echo "configure:4563: checking for bourne shell" >&5  echo $ECHO_N "checking for bourne shell... $ECHO_C" >&6
 if test -f "/bin/sh"; then  if test -f "/bin/sh"; then
     echo "$ac_t""/bin/sh" 1>&6      echo "$as_me:6357: result: /bin/sh" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/bin/sh" >&6
       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 "$ac_t""/usr/bin/sh" 1>&6      echo "$as_me:6364: result: /usr/bin/sh" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/usr/bin/sh" >&6
       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 "$ac_t""/sbin/sh" 1>&6      echo "$as_me:6371: result: /sbin/sh" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/sbin/sh" >&6
       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 "$ac_t""/usr/sbin/sh" 1>&6      echo "$as_me:6378: result: /usr/sbin/sh" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/usr/sbin/sh" >&6
       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 "$ac_t""/bin/ksh" 1>&6      echo "$as_me:6385: result: /bin/ksh" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/bin/ksh" >&6
       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 "$ac_t""/usr/bin/ksh" 1>&6      echo "$as_me:6392: result: /usr/bin/ksh" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/usr/bin/ksh" >&6
       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 "$ac_t""/bin/bash" 1>&6      echo "$as_me:6399: result: /bin/bash" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/bin/bash" >&6
       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 "$ac_t""/usr/bin/bash" 1>&6      echo "$as_me:6406: result: /usr/bin/bash" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/usr/bin/bash" >&6
       cat >>confdefs.h <<\EOF
 #define _PATH_BSHELL "/usr/bin/bash"  #define _PATH_BSHELL "/usr/bin/bash"
 EOF  EOF
   
 else  else
     echo "$ac_t""not found" 1>&6      echo "$as_me:6413: result: not found" >&5
   echo "${ECHO_T}not found" >&6
 fi  fi
   
 echo $ac_n "checking for vi""... $ac_c" 1>&6  if test -z "$with_sendmail"; then
 echo "configure:4617: checking for vi" >&5      echo "$as_me:6418: checking for sendmail" >&5
   echo $ECHO_N "checking for sendmail... $ECHO_C" >&6
   if test -f "/usr/sbin/sendmail"; then
       echo "$as_me:6421: result: /usr/sbin/sendmail" >&5
   echo "${ECHO_T}/usr/sbin/sendmail" >&6
       cat >>confdefs.h <<\EOF
   #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
   EOF
   
   elif test -f "/usr/lib/sendmail"; then
       echo "$as_me:6428: result: /usr/lib/sendmail" >&5
   echo "${ECHO_T}/usr/lib/sendmail" >&6
       cat >>confdefs.h <<\EOF
   #define _PATH_SUDO_SENDMAIL "/usr/lib/sendmail"
   EOF
   
   elif test -f "/usr/etc/sendmail"; then
       echo "$as_me:6435: result: /usr/etc/sendmail" >&5
   echo "${ECHO_T}/usr/etc/sendmail" >&6
       cat >>confdefs.h <<\EOF
   #define _PATH_SUDO_SENDMAIL "/usr/etc/sendmail"
   EOF
   
   elif test -f "/usr/ucblib/sendmail"; then
       echo "$as_me:6442: result: /usr/ucblib/sendmail" >&5
   echo "${ECHO_T}/usr/ucblib/sendmail" >&6
       cat >>confdefs.h <<\EOF
   #define _PATH_SUDO_SENDMAIL "/usr/ucblib/sendmail"
   EOF
   
   elif test -f "/usr/local/lib/sendmail"; then
       echo "$as_me:6449: result: /usr/local/lib/sendmail" >&5
   echo "${ECHO_T}/usr/local/lib/sendmail" >&6
       cat >>confdefs.h <<\EOF
   #define _PATH_SUDO_SENDMAIL "/usr/local/lib/sendmail"
   EOF
   
   elif test -f "/usr/local/bin/sendmail"; then
       echo "$as_me:6456: result: /usr/local/bin/sendmail" >&5
   echo "${ECHO_T}/usr/local/bin/sendmail" >&6
       cat >>confdefs.h <<\EOF
   #define _PATH_SUDO_SENDMAIL "/usr/local/bin/sendmail"
   EOF
   
   else
       echo "$as_me:6463: result: not found" >&5
   echo "${ECHO_T}not found" >&6
   fi
   
   fi
   if test -z "$with_editor"; then
       echo "$as_me:6469: checking for vi" >&5
   echo $ECHO_N "checking for vi... $ECHO_C" >&6
 if test -f "/usr/bin/vi"; then  if test -f "/usr/bin/vi"; then
     echo "$ac_t""/usr/bin/vi" 1>&6      echo "$as_me:6472: result: /usr/bin/vi" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/usr/bin/vi" >&6
       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 "$ac_t""/usr/ucb/vi" 1>&6      echo "$as_me:6479: result: /usr/ucb/vi" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/usr/ucb/vi" >&6
       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 "$ac_t""/usr/bsd/vi" 1>&6      echo "$as_me:6486: result: /usr/bsd/vi" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/usr/bsd/vi" >&6
       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 "$ac_t""/bin/vi" 1>&6      echo "$as_me:6493: result: /bin/vi" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/bin/vi" >&6
       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 "$ac_t""/usr/local/bin/vi" 1>&6      echo "$as_me:6500: result: /usr/local/bin/vi" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/usr/local/bin/vi" >&6
       cat >>confdefs.h <<\EOF
 #define _PATH_VI "/usr/local/bin/vi"  #define _PATH_VI "/usr/local/bin/vi"
 EOF  EOF
   
 else  else
     echo "$ac_t""not found" 1>&6      echo "$as_me:6507: result: not found" >&5
   echo "${ECHO_T}not found" >&6
 fi  fi
   
 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6  fi
 echo "configure:4653: checking for ANSI C header files" >&5  echo "$as_me:6512: checking for ANSI C header files" >&5
 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then  echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  if test "${ac_cv_header_stdc+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4658 "configure"  #line 6518 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <stdlib.h>  #include <stdlib.h>
 #include <stdarg.h>  #include <stdarg.h>
 #include <string.h>  #include <string.h>
 #include <float.h>  #include <float.h>
 EOF  
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  _ACEOF
 { (eval echo configure:4666: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  if { (eval echo "$as_me:6526: \"$ac_cpp conftest.$ac_ext\"") >&5
 ac_err=`grep -v '^ *+' conftest.out`    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 if test -z "$ac_err"; then    ac_status=$?
   rm -rf conftest*    egrep -v '^ *\+' conftest.er1 >conftest.err
     rm -f conftest.er1
     cat conftest.err >&5
     echo "$as_me:6532: \$? = $ac_status" >&5
     (exit $ac_status); } >/dev/null; then
     if test -s conftest.err; then
       ac_cpp_err=$ac_c_preproc_warn_flag
     else
       ac_cpp_err=
     fi
   else
     ac_cpp_err=yes
   fi
   if test -z "$ac_cpp_err"; then
   ac_cv_header_stdc=yes    ac_cv_header_stdc=yes
 else  else
   echo "$ac_err" >&5    echo "$as_me: failed program was:" >&5
   echo "configure: failed program was:" >&5  
   cat conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   rm -rf conftest*  
   ac_cv_header_stdc=no    ac_cv_header_stdc=no
 fi  fi
 rm -f conftest*  rm -f conftest.err conftest.$ac_ext
   
 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 <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4683 "configure"  #line 6554 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <string.h>  #include <string.h>
 EOF  
   _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "memchr" >/dev/null 2>&1; then    egrep "memchr" >/dev/null 2>&1; then
   :    :
 else  else
   rm -rf conftest*  
   ac_cv_header_stdc=no    ac_cv_header_stdc=no
 fi  fi
 rm -f conftest*  rm -f conftest*
Line 4696 
Line 6568 
   
 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 <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4701 "configure"  #line 6572 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <stdlib.h>  #include <stdlib.h>
 EOF  
   _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "free" >/dev/null 2>&1; then    egrep "free" >/dev/null 2>&1; then
   :    :
 else  else
   rm -rf conftest*  
   ac_cv_header_stdc=no    ac_cv_header_stdc=no
 fi  fi
 rm -f conftest*  rm -f conftest*
Line 4714 
Line 6586 
   
 if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.    # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
 if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
   :    :
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4722 "configure"  #line 6593 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <ctype.h>  #include <ctype.h>
 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')  #if ((' ' & 0x0FF) == 0x020)
 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
 int main () { int i; for (i = 0; i < 256; i++)  #else
 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);  # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
 exit (0); }                       || ('j' <= (c) && (c) <= 'r') \
                        || ('s' <= (c) && (c) <= 'z'))
   # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
   #endif
   
 EOF  #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
 if { (eval echo configure:4733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  int
 then  main ()
   {
     int i;
     for (i = 0; i < 256; i++)
       if (XOR (islower (i), ISLOWER (i))
           || toupper (i) != TOUPPER (i))
         exit(2);
     exit (0);
   }
   _ACEOF
   rm -f conftest$ac_exeext
   if { (eval echo "$as_me:6619: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:6622: \$? = $ac_status" >&5
     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     { (eval echo "$as_me:6624: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:6627: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
   :    :
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: program exited with status $ac_status" >&5
   cat conftest.$ac_ext >&5  echo "$as_me: failed program was:" >&5
   rm -fr conftest*  cat conftest.$ac_ext >&5
   ac_cv_header_stdc=no  ac_cv_header_stdc=no
 fi  fi
 rm -fr conftest*  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
   
 fi  fi
 fi  fi
   echo "$as_me:6640: result: $ac_cv_header_stdc" >&5
 echo "$ac_t""$ac_cv_header_stdc" 1>&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
   cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define STDC_HEADERS 1  #define STDC_HEADERS 1
 EOF  EOF
   
 fi  fi
   
 ac_header_dirent=no  ac_header_dirent=no
 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h  for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
 do    as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  echo "$as_me:6653: checking for $ac_hdr that defines DIR" >&5
 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6  echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
 echo "configure:4761: checking for $ac_hdr that defines DIR" >&5  if eval "test \"\${$as_ac_Header+set}\" = set"; then
 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4766 "configure"  #line 6659 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <$ac_hdr>  #include <$ac_hdr>
 int main() {  
 DIR *dirp = 0;  int
 ; return 0; }  main ()
 EOF  {
 if { (eval echo configure:4774: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if ((DIR *) 0)
   rm -rf conftest*  return 0;
   eval "ac_cv_header_dirent_$ac_safe=yes"    ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext
   if { (eval echo "$as_me:6674: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:6677: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:6680: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:6683: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_Header=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_Header=no"
   eval "ac_cv_header_dirent_$ac_safe=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest.$ac_ext
 fi  fi
 if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then  echo "$as_me:6693: result: `eval echo '${'$as_ac_Header'}'`" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >> confdefs.h <<EOF    cat >>confdefs.h <<EOF
 #define $ac_tr_hdr 1  #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
 EOF  EOF
  ac_header_dirent=$ac_hdr; break  
 else  ac_header_dirent=$ac_hdr; break
   echo "$ac_t""no" 1>&6  
 fi  fi
   
 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 $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6    echo "$as_me:6706: checking for opendir in -ldir" >&5
 echo "configure:4799: checking for opendir in -ldir" >&5  echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6
 if test -n ""; then  if test "${ac_cv_lib_dir_opendir+set}" = set; then
   ac_lib_var=`echo dir'_'opendir | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-ldir  $LIBS"  LIBS="-ldir  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 4811 "configure"  #line 6714 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char opendir();  char opendir ();
   int
 int main() {  main ()
 opendir()  {
 ; return 0; }  opendir ();
 EOF    ;
 if { (eval echo configure:4822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:6733: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:6736: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:6739: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:6742: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_dir_opendir=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_dir_opendir=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:6753: result: $ac_cv_lib_dir_opendir" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6
   if test $ac_cv_lib_dir_opendir = yes; then
   LIBS="$LIBS -ldir"    LIBS="$LIBS -ldir"
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
 else  else
 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6    echo "$as_me:6760: checking for opendir in -lx" >&5
 echo "configure:4844: checking for opendir in -lx" >&5  echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6
 if test -n ""; then  if test "${ac_cv_lib_x_opendir+set}" = set; then
   ac_lib_var=`echo x'_'opendir | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lx  $LIBS"  LIBS="-lx  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 4856 "configure"  #line 6768 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char opendir();  char opendir ();
   int
 int main() {  main ()
 opendir()  {
 ; return 0; }  opendir ();
 EOF    ;
 if { (eval echo configure:4867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:6787: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:6790: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:6793: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:6796: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_x_opendir=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_x_opendir=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:6807: result: $ac_cv_lib_x_opendir" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6
   if test $ac_cv_lib_x_opendir = yes; then
   LIBS="$LIBS -lx"    LIBS="$LIBS -lx"
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
 fi  fi
   
 for ac_hdr in string.h strings.h unistd.h 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
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6  echo "$as_me:6818: checking for $ac_header" >&5
 echo "configure:4893: checking for $ac_hdr" >&5  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4898 "configure"  #line 6824 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <$ac_hdr>  #include <$ac_header>
 EOF  _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  if { (eval echo "$as_me:6828: \"$ac_cpp conftest.$ac_ext\"") >&5
 { (eval echo configure:4903: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 ac_err=`grep -v '^ *+' conftest.out`    ac_status=$?
 if test -z "$ac_err"; then    egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -rf conftest*    rm -f conftest.er1
   eval "ac_cv_header_$ac_safe=yes"    cat conftest.err >&5
     echo "$as_me:6834: \$? = $ac_status" >&5
     (exit $ac_status); } >/dev/null; then
     if test -s conftest.err; then
       ac_cpp_err=$ac_c_preproc_warn_flag
     else
       ac_cpp_err=
     fi
 else  else
   echo "$ac_err" >&5    ac_cpp_err=yes
   echo "configure: failed program was:" >&5  fi
   if test -z "$ac_cpp_err"; then
     eval "$as_ac_Header=yes"
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   rm -rf conftest*    eval "$as_ac_Header=no"
   eval "ac_cv_header_$ac_safe=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.err conftest.$ac_ext
 fi  fi
 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$as_me:6853: result: `eval echo '${'$as_ac_Header'}'`" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >> confdefs.h <<EOF    cat >>confdefs.h <<EOF
 #define $ac_tr_hdr 1  #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 EOF  EOF
   
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
 done  done
   
 if test "$OS" != "ultrix"; then  if test "$OS" != "ultrix"; then
     for ac_hdr in termio.h      echo "$as_me:6864: checking POSIX termios" >&5
 do  echo $ECHO_N "checking POSIX termios... $ECHO_C" >&6
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  if test "${ac_cv_sys_posix_termios+set}" = set; then
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 echo "configure:4934: checking for $ac_hdr" >&5  
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4939 "configure"  #line 6870 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <$ac_hdr>  #include <sys/types.h>
 EOF  #include <unistd.h>
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  #include <termios.h>
 { (eval echo configure:4944: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  int
 ac_err=`grep -v '^ *+' conftest.out`  main ()
 if test -z "$ac_err"; then  {
   rm -rf conftest*  /* SunOS 4.0.3 has termios.h but not the library calls.  */
   eval "ac_cv_header_$ac_safe=yes"     tcgetattr(0, 0);
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:6885: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:6888: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:6891: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:6894: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_sys_posix_termios=yes
 else  else
   echo "$ac_err" >&5    echo "$as_me: failed program was:" >&5
   echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5
   cat conftest.$ac_ext >&5  ac_cv_sys_posix_termios=no
   rm -rf conftest*  
   eval "ac_cv_header_$ac_safe=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$as_me:6904: result: $ac_cv_sys_posix_termios" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_sys_posix_termios" >&6
     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  
   cat >> confdefs.h <<EOF      if test "$ac_cv_sys_posix_termios" = "yes"; then
 #define $ac_tr_hdr 1  
   cat >>confdefs.h <<\EOF
   #define HAVE_TERMIOS_H 1
 EOF  EOF
   
 else  
   echo "$ac_t""no" 1>&6  
 fi  
 done  
   
     for ac_hdr in termios.h      else
   
   for ac_header in termio.h
 do  do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6  echo "$as_me:6918: checking for $ac_header" >&5
 echo "configure:4974: checking for $ac_hdr" >&5  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 4979 "configure"  #line 6924 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <$ac_hdr>  #include <$ac_header>
 EOF  _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  if { (eval echo "$as_me:6928: \"$ac_cpp conftest.$ac_ext\"") >&5
 { (eval echo configure:4984: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 ac_err=`grep -v '^ *+' conftest.out`    ac_status=$?
 if test -z "$ac_err"; then    egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -rf conftest*    rm -f conftest.er1
   eval "ac_cv_header_$ac_safe=yes"    cat conftest.err >&5
     echo "$as_me:6934: \$? = $ac_status" >&5
     (exit $ac_status); } >/dev/null; then
     if test -s conftest.err; then
       ac_cpp_err=$ac_c_preproc_warn_flag
     else
       ac_cpp_err=
     fi
 else  else
   echo "$ac_err" >&5    ac_cpp_err=yes
   echo "configure: failed program was:" >&5  
   cat conftest.$ac_ext >&5  
   rm -rf conftest*  
   eval "ac_cv_header_$ac_safe=no"  
 fi  fi
 rm -f conftest*  if test -z "$ac_cpp_err"; then
 fi    eval "$as_ac_Header=yes"
 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  
   echo "$ac_t""yes" 1>&6  
     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  
   cat >> confdefs.h <<EOF  
 #define $ac_tr_hdr 1  
 EOF  
  for ac_func in tcgetattr  
 do  
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  
 echo "configure:5007: checking for $ac_func" >&5  
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  else
   cat > conftest.$ac_ext <<EOF    echo "$as_me: failed program was:" >&5
 #line 5012 "configure"  
 #include "confdefs.h"  
 /* System header to define __stub macros and hopefully few prototypes,  
     which can conflict with char $ac_func(); below.  */  
 #include <assert.h>  
 /* Override any gcc2 internal prototype to avoid an error.  */  
 /* We use char because int might match the return type of a gcc2  
     builtin and then its argument prototype would still apply.  */  
 char $ac_func();  
   
 int main() {  
   
 /* The GNU C library defines this for functions which it implements  
     to always fail with ENOSYS.  Some functions are actually named  
     something starting with __ and the normal name is an alias.  */  
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  
 choke me  
 #else  
 $ac_func();  
 #endif  
   
 ; return 0; }  
 EOF  
 if { (eval echo configure:5035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  
   rm -rf conftest*  
   eval "ac_cv_func_$ac_func=yes"  
 else  
   echo "configure: failed program was:" >&5  
   cat conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   rm -rf conftest*    eval "$as_ac_Header=no"
   eval "ac_cv_func_$ac_func=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.err conftest.$ac_ext
 fi  fi
   echo "$as_me:6953: result: `eval echo '${'$as_ac_Header'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_Header'}'` = yes; then
     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`    cat >>confdefs.h <<EOF
   cat >> confdefs.h <<EOF  #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 #define $ac_tr_func 1  
 EOF  EOF
   
 else  
   echo "$ac_t""no" 1>&6  
 fi  
 done  
   
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
 done  done
   
       fi
 fi  fi
 if test "$with_logincap" = "yes"; then  if test "$with_logincap" = "yes"; then
     for ac_hdr in login_cap.h  
   for ac_header in login_cap.h
 do  do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6  echo "$as_me:6970: checking for $ac_header" >&5
 echo "configure:5070: checking for $ac_hdr" >&5  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5075 "configure"  #line 6976 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <$ac_hdr>  #include <$ac_header>
 EOF  _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  if { (eval echo "$as_me:6980: \"$ac_cpp conftest.$ac_ext\"") >&5
 { (eval echo configure:5080: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 ac_err=`grep -v '^ *+' conftest.out`    ac_status=$?
 if test -z "$ac_err"; then    egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -rf conftest*    rm -f conftest.er1
   eval "ac_cv_header_$ac_safe=yes"    cat conftest.err >&5
     echo "$as_me:6986: \$? = $ac_status" >&5
     (exit $ac_status); } >/dev/null; then
     if test -s conftest.err; then
       ac_cpp_err=$ac_c_preproc_warn_flag
     else
       ac_cpp_err=
     fi
 else  else
   echo "$ac_err" >&5    ac_cpp_err=yes
   echo "configure: failed program was:" >&5  fi
   if test -z "$ac_cpp_err"; then
     eval "$as_ac_Header=yes"
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   rm -rf conftest*    eval "$as_ac_Header=no"
   eval "ac_cv_header_$ac_safe=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.err conftest.$ac_ext
 fi  fi
 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$as_me:7005: result: `eval echo '${'$as_ac_Header'}'`" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >> confdefs.h <<EOF    cat >>confdefs.h <<EOF
 #define $ac_tr_hdr 1  #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 EOF  EOF
   
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
 done  done
   
 fi  fi
 if test "$with_bsdauth" = "yes"; then  if test "$with_bsdauth" = "yes"; then
     ac_safe=`echo "bsd_auth.h" | sed 'y%./+-%__p_%'`      echo "$as_me:7017: checking for bsd_auth.h" >&5
 echo $ac_n "checking for bsd_auth.h""... $ac_c" 1>&6  echo $ECHO_N "checking for bsd_auth.h... $ECHO_C" >&6
 echo "configure:5110: checking for bsd_auth.h" >&5  if test "${ac_cv_header_bsd_auth_h+set}" = set; then
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5115 "configure"  #line 7023 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <bsd_auth.h>  #include <bsd_auth.h>
 EOF  _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  if { (eval echo "$as_me:7027: \"$ac_cpp conftest.$ac_ext\"") >&5
 { (eval echo configure:5120: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 ac_err=`grep -v '^ *+' conftest.out`    ac_status=$?
 if test -z "$ac_err"; then    egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -rf conftest*    rm -f conftest.er1
   eval "ac_cv_header_$ac_safe=yes"    cat conftest.err >&5
     echo "$as_me:7033: \$? = $ac_status" >&5
     (exit $ac_status); } >/dev/null; then
     if test -s conftest.err; then
       ac_cpp_err=$ac_c_preproc_warn_flag
     else
       ac_cpp_err=
     fi
 else  else
   echo "$ac_err" >&5    ac_cpp_err=yes
   echo "configure: failed program was:" >&5  fi
   if test -z "$ac_cpp_err"; then
     ac_cv_header_bsd_auth_h=yes
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   rm -rf conftest*    ac_cv_header_bsd_auth_h=no
   eval "ac_cv_header_$ac_safe=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.err conftest.$ac_ext
 fi  fi
 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$as_me:7052: result: $ac_cv_header_bsd_auth_h" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_header_bsd_auth_h" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_header_bsd_auth_h = yes; then
   
   cat >>confdefs.h <<\EOF
 #define HAVE_BSD_AUTH_H 1  #define HAVE_BSD_AUTH_H 1
 EOF  EOF
  with_passwd=no; AUTH_OBJS=bsdauth.o   with_passwd=no; AUTH_OBJS=bsdauth.o
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
 fi  fi
   # On IRIX 5.3, sys/types and inttypes.h are conflicting.
   
 echo $ac_n "checking for mode_t""... $ac_c" 1>&6  for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
 echo "configure:5147: checking for mode_t" >&5                    inttypes.h stdint.h unistd.h
 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then  do
   echo $ac_n "(cached) $ac_c" 1>&6  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
   echo "$as_me:7069: checking for $ac_header" >&5
   echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
   if eval "test \"\${$as_ac_Header+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5152 "configure"  #line 7075 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  $ac_includes_default
 #if STDC_HEADERS  #include <$ac_header>
 #include <stdlib.h>  _ACEOF
 #include <stddef.h>  rm -f conftest.$ac_objext
 #endif  if { (eval echo "$as_me:7081: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:7084: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:7087: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:7090: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_Header=yes"
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   eval "$as_ac_Header=no"
   fi
   rm -f conftest.$ac_objext conftest.$ac_ext
   fi
   echo "$as_me:7100: result: `eval echo '${'$as_ac_Header'}'`" >&5
   echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
   if test `eval echo '${'$as_ac_Header'}'` = yes; then
     cat >>confdefs.h <<EOF
   #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 EOF  EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  
   egrep "mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then  fi
   rm -rf conftest*  done
   
   echo "$as_me:7110: checking for mode_t" >&5
   echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
   if test "${ac_cv_type_mode_t+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     cat >conftest.$ac_ext <<_ACEOF
   #line 7116 "configure"
   #include "confdefs.h"
   $ac_includes_default
   int
   main ()
   {
   if ((mode_t *) 0)
     return 0;
   if (sizeof (mode_t))
     return 0;
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext
   if { (eval echo "$as_me:7131: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:7134: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:7137: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:7140: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
   ac_cv_type_mode_t=yes    ac_cv_type_mode_t=yes
 else  else
   rm -rf conftest*    echo "$as_me: failed program was:" >&5
   ac_cv_type_mode_t=no  cat conftest.$ac_ext >&5
   ac_cv_type_mode_t=no
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest.$ac_ext
   
 fi  fi
 echo "$ac_t""$ac_cv_type_mode_t" 1>&6  echo "$as_me:7150: result: $ac_cv_type_mode_t" >&5
 if test $ac_cv_type_mode_t = no; then  echo "${ECHO_T}$ac_cv_type_mode_t" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_type_mode_t = yes; then
     :
   else
   
   cat >>confdefs.h <<EOF
 #define mode_t int  #define mode_t int
 EOF  EOF
   
 fi  fi
   
 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6  echo "$as_me:7162: checking for uid_t in sys/types.h" >&5
 echo "configure:5180: checking for uid_t in sys/types.h" >&5  echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then  if test "${ac_cv_type_uid_t+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5185 "configure"  #line 7168 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 EOF  
   _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "uid_t" >/dev/null 2>&1; then    egrep "uid_t" >/dev/null 2>&1; then
   rm -rf conftest*  
   ac_cv_type_uid_t=yes    ac_cv_type_uid_t=yes
 else  else
   rm -rf conftest*  
   ac_cv_type_uid_t=no    ac_cv_type_uid_t=no
 fi  fi
 rm -f conftest*  rm -f conftest*
   
 fi  fi
   echo "$as_me:7182: result: $ac_cv_type_uid_t" >&5
 echo "$ac_t""$ac_cv_type_uid_t" 1>&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
   cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define uid_t int  #define uid_t int
 EOF  EOF
   
   cat >> confdefs.h <<\EOF  cat >>confdefs.h <<\EOF
 #define gid_t int  #define gid_t int
 EOF  EOF
   
 fi  fi
   
 echo $ac_n "checking for size_t""... $ac_c" 1>&6  echo "$as_me:7196: checking for sig_atomic_t" >&5
 echo "configure:5214: checking for size_t" >&5  echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6
 if eval "test \"`echo '$''{'sudo_cv_type_size_t'+set}'`\" = set"; then  if test "${ac_cv_type_sig_atomic_t+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5219 "configure"  #line 7202 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
   #include <signal.h>
   
   int
   main ()
   {
   if ((sig_atomic_t *) 0)
     return 0;
   if (sizeof (sig_atomic_t))
     return 0;
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext
   if { (eval echo "$as_me:7219: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:7222: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:7225: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:7228: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_type_sig_atomic_t=yes
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   ac_cv_type_sig_atomic_t=no
   fi
   rm -f conftest.$ac_objext conftest.$ac_ext
   fi
   echo "$as_me:7238: result: $ac_cv_type_sig_atomic_t" >&5
   echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6
   if test $ac_cv_type_sig_atomic_t = yes; then
   
   cat >>confdefs.h <<EOF
   #define HAVE_SIG_ATOMIC_T 1
   EOF
   
   else
   
   cat >>confdefs.h <<\EOF
   #define sig_atomic_t int
   EOF
   
   fi
   
   echo "$as_me:7254: checking for sigaction_t" >&5
   echo $ECHO_N "checking for sigaction_t... $ECHO_C" >&6
   if test "${ac_cv_type_sigaction_t+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     cat >conftest.$ac_ext <<_ACEOF
   #line 7260 "configure"
   #include "confdefs.h"
   #include <sys/types.h>
   #include <signal.h>
   
   int
   main ()
   {
   if ((sigaction_t *) 0)
     return 0;
   if (sizeof (sigaction_t))
     return 0;
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext
   if { (eval echo "$as_me:7277: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:7280: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:7283: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:7286: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_type_sigaction_t=yes
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   ac_cv_type_sigaction_t=no
   fi
   rm -f conftest.$ac_objext conftest.$ac_ext
   fi
   echo "$as_me:7296: result: $ac_cv_type_sigaction_t" >&5
   echo "${ECHO_T}$ac_cv_type_sigaction_t" >&6
   if test $ac_cv_type_sigaction_t = yes; then
   
   cat >>confdefs.h <<EOF
   #define HAVE_SIGACTION_T 1
   EOF
   
   cat >>confdefs.h <<\EOF
   #define HAVE_SIGACTION_T 1
   EOF
   
   fi
   
   echo "$as_me:7310: checking for size_t" >&5
   echo $ECHO_N "checking for size_t... $ECHO_C" >&6
   if test "${sudo_cv_type_size_t+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     cat >conftest.$ac_ext <<_ACEOF
   #line 7316 "configure"
   #include "confdefs.h"
   #include <sys/types.h>
   #include <stdio.h>
 #if STDC_HEADERS  #if STDC_HEADERS
 #include <stdlib.h>  #include <stdlib.h>
 #endif  #endif
 #if HAVE_UNISTD_H  #if HAVE_UNISTD_H
 #include <unistd.h>  #include <unistd.h>
 #endif  #endif
 EOF  _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "size_t" >/dev/null 2>&1; then    egrep "size_t" >/dev/null 2>&1; then
   rm -rf conftest*  
   sudo_cv_type_size_t=yes    sudo_cv_type_size_t=yes
 else  else
   rm -rf conftest*  
   sudo_cv_type_size_t=no    sudo_cv_type_size_t=no
 fi  fi
 rm -f conftest*  rm -f conftest*
   
 fi  fi
 echo "$ac_t""$sudo_cv_type_size_t" 1>&6  echo "$as_me:7336: result: $sudo_cv_type_size_t" >&5
   echo "${ECHO_T}$sudo_cv_type_size_t" >&6
 if test $sudo_cv_type_size_t = no; then  if test $sudo_cv_type_size_t = no; then
   cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define size_t int  #define size_t int
 EOF  EOF
   
 fi  fi
   
 echo $ac_n "checking for ssize_t""... $ac_c" 1>&6  echo "$as_me:7346: checking for ssize_t" >&5
 echo "configure:5249: checking for ssize_t" >&5  echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
 if eval "test \"`echo '$''{'sudo_cv_type_ssize_t'+set}'`\" = set"; then  if test "${sudo_cv_type_ssize_t+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5254 "configure"  #line 7352 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
   #include <stdio.h>
 #if STDC_HEADERS  #if STDC_HEADERS
 #include <stdlib.h>  #include <stdlib.h>
 #endif  #endif
 #if HAVE_UNISTD_H  #if HAVE_UNISTD_H
 #include <unistd.h>  #include <unistd.h>
 #endif  #endif
 EOF  _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "ssize_t" >/dev/null 2>&1; then    egrep "ssize_t" >/dev/null 2>&1; then
   rm -rf conftest*  
   sudo_cv_type_ssize_t=yes    sudo_cv_type_ssize_t=yes
 else  else
   rm -rf conftest*  
   sudo_cv_type_ssize_t=no    sudo_cv_type_ssize_t=no
 fi  fi
 rm -f conftest*  rm -f conftest*
   
 fi  fi
 echo "$ac_t""$sudo_cv_type_ssize_t" 1>&6  echo "$as_me:7372: result: $sudo_cv_type_ssize_t" >&5
   echo "${ECHO_T}$sudo_cv_type_ssize_t" >&6
 if test $sudo_cv_type_ssize_t = no; then  if test $sudo_cv_type_ssize_t = no; then
   cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define ssize_t int  #define ssize_t int
 EOF  EOF
   
 fi  fi
   
 echo $ac_n "checking for dev_t""... $ac_c" 1>&6  echo "$as_me:7382: checking for dev_t" >&5
 echo "configure:5284: checking for dev_t" >&5  echo $ECHO_N "checking for dev_t... $ECHO_C" >&6
 if eval "test \"`echo '$''{'sudo_cv_type_dev_t'+set}'`\" = set"; then  if test "${sudo_cv_type_dev_t+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5289 "configure"  #line 7388 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
   #include <stdio.h>
 #if STDC_HEADERS  #if STDC_HEADERS
 #include <stdlib.h>  #include <stdlib.h>
 #endif  #endif
 #if HAVE_UNISTD_H  #if HAVE_UNISTD_H
 #include <unistd.h>  #include <unistd.h>
 #endif  #endif
 EOF  _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "dev_t" >/dev/null 2>&1; then    egrep "dev_t" >/dev/null 2>&1; then
   rm -rf conftest*  
   sudo_cv_type_dev_t=yes    sudo_cv_type_dev_t=yes
 else  else
   rm -rf conftest*  
   sudo_cv_type_dev_t=no    sudo_cv_type_dev_t=no
 fi  fi
 rm -f conftest*  rm -f conftest*
   
 fi  fi
 echo "$ac_t""$sudo_cv_type_dev_t" 1>&6  echo "$as_me:7408: result: $sudo_cv_type_dev_t" >&5
   echo "${ECHO_T}$sudo_cv_type_dev_t" >&6
 if test $sudo_cv_type_dev_t = no; then  if test $sudo_cv_type_dev_t = no; then
   cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define dev_t int  #define dev_t int
 EOF  EOF
   
 fi  fi
   
 echo $ac_n "checking for ino_t""... $ac_c" 1>&6  echo "$as_me:7418: checking for ino_t" >&5
 echo "configure:5319: checking for ino_t" >&5  echo $ECHO_N "checking for ino_t... $ECHO_C" >&6
 if eval "test \"`echo '$''{'sudo_cv_type_ino_t'+set}'`\" = set"; then  if test "${sudo_cv_type_ino_t+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5324 "configure"  #line 7424 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
   #include <stdio.h>
 #if STDC_HEADERS  #if STDC_HEADERS
 #include <stdlib.h>  #include <stdlib.h>
 #endif  #endif
 #if HAVE_UNISTD_H  #if HAVE_UNISTD_H
 #include <unistd.h>  #include <unistd.h>
 #endif  #endif
 EOF  _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "ino_t" >/dev/null 2>&1; then    egrep "ino_t" >/dev/null 2>&1; then
   rm -rf conftest*  
   sudo_cv_type_ino_t=yes    sudo_cv_type_ino_t=yes
 else  else
   rm -rf conftest*  
   sudo_cv_type_ino_t=no    sudo_cv_type_ino_t=no
 fi  fi
 rm -f conftest*  rm -f conftest*
   
 fi  fi
 echo "$ac_t""$sudo_cv_type_ino_t" 1>&6  echo "$as_me:7444: result: $sudo_cv_type_ino_t" >&5
   echo "${ECHO_T}$sudo_cv_type_ino_t" >&6
 if test $sudo_cv_type_ino_t = no; then  if test $sudo_cv_type_ino_t = no; then
   cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define ino_t unsigned int  #define ino_t unsigned int
 EOF  EOF
   
 fi  fi
   
 echo $ac_n "checking for full void implementation""... $ac_c" 1>&6  echo "$as_me:7454: checking for full void implementation" >&5
 echo "configure:5354: checking for full void implementation" >&5  echo $ECHO_N "checking for full void implementation... $ECHO_C" >&6
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 5356 "configure"  #line 7457 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int
   main ()
   {
 void *foo;  void *foo;
 foo = (void *)0; (void *)"test";  foo = (void *)0; (void *)"test";
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:5364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  }
   rm -rf conftest*  _ACEOF
   cat >> confdefs.h <<\EOF  rm -f conftest.$ac_objext
   if { (eval echo "$as_me:7470: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:7473: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:7476: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:7479: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
   
   cat >>confdefs.h <<\EOF
 #define VOID void  #define VOID void
 EOF  EOF
   
 echo "$ac_t""yes" 1>&6  echo "$as_me:7486: result: yes" >&5
   echo "${ECHO_T}yes" >&6
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  cat >>confdefs.h <<\EOF
   cat >> confdefs.h <<\EOF  
 #define VOID char  #define VOID char
 EOF  EOF
   
 echo "$ac_t""no" 1>&6  echo "$as_me:7495: result: no" >&5
   echo "${ECHO_T}no" >&6
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest.$ac_ext
   
 echo $ac_n "checking max length of uid_t""... $ac_c" 1>&6  echo "$as_me:7500: checking max length of uid_t" >&5
 echo "configure:5384: checking max length of uid_t" >&5  echo $ECHO_N "checking max length of uid_t... $ECHO_C" >&6
 if eval "test \"`echo '$''{'sudo_cv_uid_t_len'+set}'`\" = set"; then  if test "${sudo_cv_uid_t_len+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&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 "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }    { { echo "$as_me:7507: error: cannot run test program while cross compiling" >&5
   echo "$as_me: error: cannot run test program while cross compiling" >&2;}
      { (exit 1); exit 1; }; }
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5393 "configure"  #line 7512 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <stdio.h>  #include <stdio.h>
 #include <pwd.h>  #include <pwd.h>
Line 5409 
Line 7529 
   (void) fclose(f);    (void) fclose(f);
   exit(0);    exit(0);
 }  }
 EOF  _ACEOF
 if { (eval echo configure:5414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  rm -f conftest$ac_exeext
 then  if { (eval echo "$as_me:7534: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:7537: \$? = $ac_status" >&5
     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     { (eval echo "$as_me:7539: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:7542: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
   sudo_cv_uid_t_len=`cat conftestdata`    sudo_cv_uid_t_len=`cat conftestdata`
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: program exited with status $ac_status" >&5
   cat conftest.$ac_ext >&5  echo "$as_me: failed program was:" >&5
   rm -fr conftest*  cat conftest.$ac_ext >&5
   sudo_cv_uid_t_len=10  sudo_cv_uid_t_len=10
 fi  fi
 rm -fr conftest*  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
   
   
 fi  fi
   
 rm -f conftestdata  rm -f conftestdata
 echo "$ac_t""$sudo_cv_uid_t_len" 1>&6  echo "$as_me:7557: result: $sudo_cv_uid_t_len" >&5
 cat >> confdefs.h <<EOF  echo "${ECHO_T}$sudo_cv_uid_t_len" >&6
   
   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:7564: checking for long long support" >&5
 echo $ac_n "checking for long long support""... $ac_c" 1>&6  echo $ECHO_N "checking for long long support... $ECHO_C" >&6
 echo "configure:5437: checking for long long support" >&5  cat >conftest.$ac_ext <<_ACEOF
 cat > conftest.$ac_ext <<EOF  #line 7567 "configure"
 #line 5439 "configure"  
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int
   main ()
   {
 long long foo = 1000; foo /= 10;  long long foo = 1000; foo /= 10;
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:5446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   cat >> confdefs.h <<\EOF  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:7579: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:7582: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:7585: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:7588: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
   
   cat >>confdefs.h <<\EOF
 #define HAVE_LONG_LONG 1  #define HAVE_LONG_LONG 1
 EOF  EOF
   
 if test "$cross_compiling" = yes; then  if test "$cross_compiling" = yes; then
     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }    { { echo "$as_me:7596: error: cannot run test program while cross compiling" >&5
   echo "$as_me: error: cannot run test program while cross compiling" >&2;}
      { (exit 1); exit 1; }; }
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5456 "configure"  #line 7601 "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);}
 EOF  _ACEOF
 if { (eval echo configure:5460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  rm -f conftest$ac_exeext
 then  if { (eval echo "$as_me:7606: \"$ac_link\"") >&5
   cat >> confdefs.h <<\EOF    (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:7609: \$? = $ac_status" >&5
     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     { (eval echo "$as_me:7611: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:7614: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
   
   cat >>confdefs.h <<\EOF
 #define LONG_IS_QUAD 1  #define LONG_IS_QUAD 1
 EOF  EOF
   
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: program exited with status $ac_status" >&5
   cat conftest.$ac_ext >&5  echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
 fi  fi
 rm -fr conftest*  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
   echo "$as_me:7628: result: yes" >&5
 echo "$ac_t""yes" 1>&6  echo "${ECHO_T}yes" >&6
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  echo "$as_me:7633: result: no" >&5
   echo "$ac_t""no" 1>&6  echo "${ECHO_T}no" >&6
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 echo $ac_n "checking for sa_len field in struct sockaddr""... $ac_c" 1>&6  echo "$as_me:7637: checking for sa_len field in struct sockaddr" >&5
 echo "configure:5482: checking for sa_len field in struct sockaddr" >&5  echo $ECHO_N "checking for sa_len field in struct sockaddr... $ECHO_C" >&6
 if eval "test \"`echo '$''{'sudo_cv_sock_sa_len'+set}'`\" = set"; then  if test "${sudo_cv_sock_sa_len+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
   sudo_cv_sock_sa_len=no    sudo_cv_sock_sa_len=no
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5490 "configure"  #line 7646 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/socket.h>  #include <sys/socket.h>
Line 5495 
Line 7652 
 s.sa_len = 0;  s.sa_len = 0;
 exit(0);  exit(0);
 }  }
 EOF  _ACEOF
 if { (eval echo configure:5500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  rm -f conftest$ac_exeext
 then  if { (eval echo "$as_me:7657: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:7660: \$? = $ac_status" >&5
     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     { (eval echo "$as_me:7662: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:7665: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
   sudo_cv_sock_sa_len=yes    sudo_cv_sock_sa_len=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: program exited with status $ac_status" >&5
   cat conftest.$ac_ext >&5  echo "$as_me: failed program was:" >&5
   rm -fr conftest*  cat conftest.$ac_ext >&5
   sudo_cv_sock_sa_len=no  sudo_cv_sock_sa_len=no
 fi  fi
 rm -fr conftest*  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
   
 rm -f core core.* *.core  rm -f core core.* *.core
 fi  fi
 echo "$ac_t""$sudo_cv_sock_sa_len" 1>&6  echo "$as_me:7678: result: $sudo_cv_sock_sa_len" >&5
   echo "${ECHO_T}$sudo_cv_sock_sa_len" >&6
 if test $sudo_cv_sock_sa_len = yes; then  if test $sudo_cv_sock_sa_len = yes; then
   cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define HAVE_SA_LEN 1  #define HAVE_SA_LEN 1
 EOF  EOF
   
Line 5520 
Line 7687 
   
 case "$DEFS" in  case "$DEFS" in
     *"RETSIGTYPE"*)     ;;      *"RETSIGTYPE"*)     ;;
     *)                  echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6      *)                  echo "$as_me:7690: checking return type of signal handlers" >&5
 echo "configure:5525: checking return type of signal handlers" >&5  echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then  if test "${ac_cv_type_signal+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5530 "configure"  #line 7696 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <signal.h>  #include <signal.h>
 #ifdef signal  #ifdef signal
 #undef signal  # undef signal
 #endif  #endif
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C" void (*signal (int, void (*)(int)))(int);  extern "C" void (*signal (int, void (*)(int)))(int);
Line 5539 
Line 7706 
 void (*signal ()) ();  void (*signal ()) ();
 #endif  #endif
   
 int main() {  int
   main ()
   {
 int i;  int i;
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:5547: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  }
   rm -rf conftest*  _ACEOF
   rm -f conftest.$ac_objext
   if { (eval echo "$as_me:7718: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:7721: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:7724: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:7727: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
   ac_cv_type_signal=void    ac_cv_type_signal=void
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_type_signal=int
   ac_cv_type_signal=int  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest.$ac_ext
 fi  fi
   echo "$as_me:7737: result: $ac_cv_type_signal" >&5
   echo "${ECHO_T}$ac_cv_type_signal" >&6
   
 echo "$ac_t""$ac_cv_type_signal" 1>&6  cat >>confdefs.h <<EOF
 cat >> confdefs.h <<EOF  
 #define RETSIGTYPE $ac_cv_type_signal  #define RETSIGTYPE $ac_cv_type_signal
 EOF  EOF
   
 ;;  ;;
 esac  esac
 for ac_func in strchr strrchr memchr memcpy memset sysconf sigaction tzset seteuid strftime setrlimit initgroups fstat  
   for ac_func in strchr strrchr memchr memcpy memset sysconf tzset \
                  seteuid setegid strftime setrlimit initgroups fstat
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "configure:5569: checking for $ac_func" >&5  echo "$as_me:7751: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5574 "configure"  #line 7757 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char $ac_func();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 $ac_func();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:5597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_$ac_func=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:7788: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:7791: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:7794: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:7797: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_$ac_func=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:7807: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`    cat >>confdefs.h <<EOF
   cat >> confdefs.h <<EOF  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 #define $ac_tr_func 1  
 EOF  EOF
   
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
 done  done
   
 if test -n "$SECUREWARE"; then  if test -z "$BROKEN_SETREUID"; then
     for ac_func in bigcrypt  
   for ac_func in setreuid
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "configure:5625: checking for $ac_func" >&5  echo "$as_me:7822: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5630 "configure"  #line 7828 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char $ac_func();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 $ac_func();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:5653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_$ac_func=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:7859: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:7862: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:7865: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:7868: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_$ac_func=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:7878: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`    cat >>confdefs.h <<EOF
   cat >> confdefs.h <<EOF  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 #define $ac_tr_func 1  
 EOF  EOF
   
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
 done  done
   
     for ac_func in set_auth_parameters  fi
   if test X"$with_interfaces" != X"no"; then
   
   for ac_func in getifaddrs
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "configure:5680: checking for $ac_func" >&5  echo "$as_me:7894: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5685 "configure"  #line 7900 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char $ac_func();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 $ac_func();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:5708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_$ac_func=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:7931: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:7934: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:7937: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:7940: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_$ac_func=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:7950: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`    cat >>confdefs.h <<EOF
   cat >> confdefs.h <<EOF  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 #define $ac_tr_func 1  
 EOF  EOF
   
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
 done  done
   
     for ac_func in initprivs  fi
   if test -n "$SECUREWARE"; then
   
   for ac_func in bigcrypt set_auth_parameters initprivs
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "configure:5735: checking for $ac_func" >&5  echo "$as_me:7966: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5740 "configure"  #line 7972 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char $ac_func();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 $ac_func();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:5763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_$ac_func=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:8003: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:8006: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:8009: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:8012: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_$ac_func=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:8022: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`    cat >>confdefs.h <<EOF
   cat >> confdefs.h <<EOF  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 #define $ac_tr_func 1  
 EOF  EOF
   
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
 done  done
   
 fi  fi
 if test -z "$BROKEN_GETCWD"; then  if test -z "$BROKEN_GETCWD"; then
     echo $ac_n "checking for getcwd""... $ac_c" 1>&6  
 echo "configure:5790: checking for getcwd" >&5  for ac_func in getcwd
 if eval "test \"`echo '$''{'ac_cv_func_getcwd'+set}'`\" = set"; then  do
   echo $ac_n "(cached) $ac_c" 1>&6  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
   echo "$as_me:8038: checking for $ac_func" >&5
   echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5795 "configure"  #line 8044 "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 getcwd(); below.  */      which can conflict with char $ac_func (); below.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char getcwd();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_getcwd) || defined (__stub___getcwd)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 getcwd();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:5818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_getcwd=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:8075: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:8078: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:8081: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:8084: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_getcwd=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:8094: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'getcwd`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >> confdefs.h <<\EOF    cat >>confdefs.h <<EOF
 #define HAVE_GETCWD 1  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 EOF  EOF
   
 else  else
   echo "$ac_t""no" 1>&6    LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
 LIBOBJS="$LIBOBJS getcwd.o"  
 fi  fi
   done
   
 fi  fi
 echo $ac_n "checking for lockf""... $ac_c" 1>&6  
 echo "configure:5843: checking for lockf" >&5  
 if eval "test \"`echo '$''{'ac_cv_func_lockf'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   cat > conftest.$ac_ext <<EOF  
 #line 5848 "configure"  
 #include "confdefs.h"  
 /* System header to define __stub macros and hopefully few prototypes,  
     which can conflict with char lockf(); below.  */  
 #include <assert.h>  
 /* Override any gcc2 internal prototype to avoid an error.  */  
 /* We use char because int might match the return type of a gcc2  
     builtin and then its argument prototype would still apply.  */  
 char lockf();  
   
 int main() {  for ac_func in lockf flock
   
 /* The GNU C library defines this for functions which it implements  
     to always fail with ENOSYS.  Some functions are actually named  
     something starting with __ and the normal name is an alias.  */  
 #if defined (__stub_lockf) || defined (__stub___lockf)  
 choke me  
 #else  
 lockf();  
 #endif  
   
 ; return 0; }  
 EOF  
 if { (eval echo configure:5871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  
   rm -rf conftest*  
   eval "ac_cv_func_lockf=yes"  
 else  
   echo "configure: failed program was:" >&5  
   cat conftest.$ac_ext >&5  
   rm -rf conftest*  
   eval "ac_cv_func_lockf=no"  
 fi  
 rm -f conftest*  
 fi  
   
 if eval "test \"`echo '$ac_cv_func_'lockf`\" = yes"; then  
   echo "$ac_t""yes" 1>&6  
   cat >> confdefs.h <<\EOF  
 #define HAVE_LOCKF 1  
 EOF  
   
 else  
   echo "$ac_t""no" 1>&6  
 for ac_func in flock  
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "configure:5894: checking for $ac_func" >&5  echo "$as_me:8111: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 5899 "configure"  #line 8117 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char $ac_func();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 $ac_func();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:5922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_$ac_func=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:8148: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:8151: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:8154: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:8157: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_$ac_func=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:8167: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`    cat >>confdefs.h <<EOF
   cat >> confdefs.h <<EOF  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 #define $ac_tr_func 1  
 EOF  EOF
    break
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
 done  done
   
 fi  for ac_func in waitpid wait3
   
 echo $ac_n "checking for waitpid""... $ac_c" 1>&6  
 echo "configure:5949: checking for waitpid" >&5  
 if eval "test \"`echo '$''{'ac_cv_func_waitpid'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   cat > conftest.$ac_ext <<EOF  
 #line 5954 "configure"  
 #include "confdefs.h"  
 /* System header to define __stub macros and hopefully few prototypes,  
     which can conflict with char waitpid(); below.  */  
 #include <assert.h>  
 /* Override any gcc2 internal prototype to avoid an error.  */  
 /* We use char because int might match the return type of a gcc2  
     builtin and then its argument prototype would still apply.  */  
 char waitpid();  
   
 int main() {  
   
 /* The GNU C library defines this for functions which it implements  
     to always fail with ENOSYS.  Some functions are actually named  
     something starting with __ and the normal name is an alias.  */  
 #if defined (__stub_waitpid) || defined (__stub___waitpid)  
 choke me  
 #else  
 waitpid();  
 #endif  
   
 ; return 0; }  
 EOF  
 if { (eval echo configure:5977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  
   rm -rf conftest*  
   eval "ac_cv_func_waitpid=yes"  
 else  
   echo "configure: failed program was:" >&5  
   cat conftest.$ac_ext >&5  
   rm -rf conftest*  
   eval "ac_cv_func_waitpid=no"  
 fi  
 rm -f conftest*  
 fi  
   
 if eval "test \"`echo '$ac_cv_func_'waitpid`\" = yes"; then  
   echo "$ac_t""yes" 1>&6  
   cat >> confdefs.h <<\EOF  
 #define HAVE_WAITPID 1  
 EOF  
   
 else  
   echo "$ac_t""no" 1>&6  
 for ac_func in wait3  
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "configure:6000: checking for $ac_func" >&5  echo "$as_me:8180: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6005 "configure"  #line 8186 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char $ac_func();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 $ac_func();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:6028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_$ac_func=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:8217: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:8220: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:8223: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:8226: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_$ac_func=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:8236: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`    cat >>confdefs.h <<EOF
   cat >> confdefs.h <<EOF  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 #define $ac_tr_func 1  
 EOF  EOF
    break
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
 done  done
   
 fi  for ac_func in innetgr _innetgr
   do
 echo $ac_n "checking for innetgr""... $ac_c" 1>&6  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "configure:6055: checking for innetgr" >&5  echo "$as_me:8249: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_innetgr'+set}'`\" = set"; then  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6060 "configure"  #line 8255 "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 innetgr(); below.  */      which can conflict with char $ac_func (); below.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char innetgr();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_innetgr) || defined (__stub___innetgr)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 innetgr();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:6083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_innetgr=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:8286: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:8289: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:8292: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:8295: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_innetgr=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:8305: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'innetgr`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >> confdefs.h <<\EOF    cat >>confdefs.h <<EOF
 #define HAVE_INNETGR 1  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 EOF  EOF
  for ac_func in getdomainname  
   for ac_func in getdomainname
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "configure:6103: checking for $ac_func" >&5  echo "$as_me:8315: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6108 "configure"  #line 8321 "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.  */  else
     which can conflict with char $ac_func (); below.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char $ac_func();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 $ac_func();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:6131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_$ac_func=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:8353: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:8356: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:8359: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:8362: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_$ac_func=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:8372: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`    cat >>confdefs.h <<EOF
   cat >> confdefs.h <<EOF  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 #define $ac_tr_func 1  
 EOF  EOF
   
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
 done  done
    break
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   done
   
 echo $ac_n "checking for lsearch""... $ac_c" 1>&6  for ac_func in lsearch
 echo "configure:6160: checking for lsearch" >&5  do
 if eval "test \"`echo '$''{'ac_cv_func_lsearch'+set}'`\" = set"; then  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
   echo $ac_n "(cached) $ac_c" 1>&6  echo "$as_me:8388: checking for $ac_func" >&5
   echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6165 "configure"  #line 8394 "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 lsearch(); below.  */      which can conflict with char $ac_func (); below.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char lsearch();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_lsearch) || defined (__stub___lsearch)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 lsearch();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:6188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_lsearch=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:8425: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:8428: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:8431: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:8434: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_lsearch=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:8444: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'lsearch`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >> confdefs.h <<\EOF    cat >>confdefs.h <<EOF
 #define HAVE_LSEARCH 1  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 EOF  EOF
   
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:8452: checking for lsearch in -lcompat" >&5
 echo $ac_n "checking for lsearch in -lcompat""... $ac_c" 1>&6  echo $ECHO_N "checking for lsearch in -lcompat... $ECHO_C" >&6
 echo "configure:6209: checking for lsearch in -lcompat" >&5  if test "${ac_cv_lib_compat_lsearch+set}" = set; then
 if test -n ""; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   ac_lib_var=`echo compat'_'lsearch | sed 'y% ./+-%___p_%'`  
 else  else
   ac_lib_var=`echo compat'_'lsearch | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lcompat  $LIBS"  LIBS="-lcompat  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 6221 "configure"  #line 8460 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char lsearch();  char lsearch ();
   int
 int main() {  main ()
 lsearch()  {
 ; return 0; }  lsearch ();
 EOF    ;
 if { (eval echo configure:6232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:8479: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:8482: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:8485: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:8488: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_compat_lsearch=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_compat_lsearch=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:8499: result: $ac_cv_lib_compat_lsearch" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_compat_lsearch" >&6
   ac_safe=`echo "search.h" | sed 'y%./+-%__p_%'`  if test $ac_cv_lib_compat_lsearch = yes; then
 echo $ac_n "checking for search.h""... $ac_c" 1>&6    echo "$as_me:8502: checking for search.h" >&5
 echo "configure:6249: checking for search.h" >&5  echo $ECHO_N "checking for search.h... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  if test "${ac_cv_header_search_h+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6254 "configure"  #line 8508 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <search.h>  #include <search.h>
 EOF  _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  if { (eval echo "$as_me:8512: \"$ac_cpp conftest.$ac_ext\"") >&5
 { (eval echo configure:6259: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 ac_err=`grep -v '^ *+' conftest.out`    ac_status=$?
 if test -z "$ac_err"; then    egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -rf conftest*    rm -f conftest.er1
   eval "ac_cv_header_$ac_safe=yes"    cat conftest.err >&5
     echo "$as_me:8518: \$? = $ac_status" >&5
     (exit $ac_status); } >/dev/null; then
     if test -s conftest.err; then
       ac_cpp_err=$ac_c_preproc_warn_flag
     else
       ac_cpp_err=
     fi
 else  else
   echo "$ac_err" >&5    ac_cpp_err=yes
   echo "configure: failed program was:" >&5  fi
   if test -z "$ac_cpp_err"; then
     ac_cv_header_search_h=yes
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   rm -rf conftest*    ac_cv_header_search_h=no
   eval "ac_cv_header_$ac_safe=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.err conftest.$ac_ext
 fi  fi
 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$as_me:8537: result: $ac_cv_header_search_h" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_header_search_h" >&6
   cat >> confdefs.h <<\EOF  if test $ac_cv_header_search_h = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_LSEARCH 1  #define HAVE_LSEARCH 1
 EOF  EOF
  LIBS="${LIBS} -lcompat"   LIBS="${LIBS} -lcompat"
 else  else
   echo "$ac_t""no" 1>&6    LIBOBJS="$LIBOBJS lsearch.$ac_objext"
 LIBOBJS="$LIBOBJS lsearch.o"  
 fi  fi
   
 else  else
   echo "$ac_t""no" 1>&6    LIBOBJS="$LIBOBJS lsearch.$ac_objext"
 LIBOBJS="$LIBOBJS lsearch.o"  
 fi  fi
   
 fi  fi
   done
   
 echo $ac_n "checking for setenv""... $ac_c" 1>&6  for ac_func in utime
 echo "configure:6292: checking for setenv" >&5  do
 if eval "test \"`echo '$''{'ac_cv_func_setenv'+set}'`\" = set"; then  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
   echo $ac_n "(cached) $ac_c" 1>&6  echo "$as_me:8558: checking for $ac_func" >&5
   echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6297 "configure"  #line 8564 "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 setenv(); below.  */      which can conflict with char $ac_func (); below.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2  #ifdef __cplusplus
     builtin and then its argument prototype would still apply.  */  extern "C"
 char setenv();  
   
 int main() {  
   
 /* The GNU C library defines this for functions which it implements  
     to always fail with ENOSYS.  Some functions are actually named  
     something starting with __ and the normal name is an alias.  */  
 #if defined (__stub_setenv) || defined (__stub___setenv)  
 choke me  
 #else  
 setenv();  
 #endif  #endif
   
 ; return 0; }  
 EOF  
 if { (eval echo configure:6320: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  
   rm -rf conftest*  
   eval "ac_cv_func_setenv=yes"  
 else  
   echo "configure: failed program was:" >&5  
   cat conftest.$ac_ext >&5  
   rm -rf conftest*  
   eval "ac_cv_func_setenv=no"  
 fi  
 rm -f conftest*  
 fi  
   
 if eval "test \"`echo '$ac_cv_func_'setenv`\" = yes"; then  
   echo "$ac_t""yes" 1>&6  
   cat >> confdefs.h <<\EOF  
 #define HAVE_SETENV 1  
 EOF  
   
 else  
   echo "$ac_t""no" 1>&6  
 echo $ac_n "checking for putenv""... $ac_c" 1>&6  
 echo "configure:6341: checking for putenv" >&5  
 if eval "test \"`echo '$''{'ac_cv_func_putenv'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   cat > conftest.$ac_ext <<EOF  
 #line 6346 "configure"  
 #include "confdefs.h"  
 /* System header to define __stub macros and hopefully few prototypes,  
     which can conflict with char putenv(); below.  */  
 #include <assert.h>  
 /* Override any gcc2 internal prototype to avoid an error.  */  
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char putenv();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_putenv) || defined (__stub___putenv)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 putenv();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:6369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_putenv=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:8595: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:8598: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:8601: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:8604: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_putenv=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:8614: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'putenv`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >> confdefs.h <<\EOF    cat >>confdefs.h <<EOF
 #define HAVE_PUTENV 1  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 EOF  EOF
    echo "$as_me:8620: checking for POSIX utime" >&5
   echo $ECHO_N "checking for POSIX utime... $ECHO_C" >&6
   if test "${sudo_cv_func_utime_posix+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   echo "$ac_t""no" 1>&6  
 LIBOBJS="$LIBOBJS putenv.o"  
 fi  
   
 fi  
   
 echo $ac_n "checking for utime""... $ac_c" 1>&6  
 echo "configure:6395: checking for utime" >&5  
 if eval "test \"`echo '$''{'ac_cv_func_utime'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   cat > conftest.$ac_ext <<EOF  
 #line 6400 "configure"  
 #include "confdefs.h"  
 /* System header to define __stub macros and hopefully few prototypes,  
     which can conflict with char utime(); below.  */  
 #include <assert.h>  
 /* Override any gcc2 internal prototype to avoid an error.  */  
 /* We use char because int might match the return type of a gcc2  
     builtin and then its argument prototype would still apply.  */  
 char utime();  
   
 int main() {  
   
 /* The GNU C library defines this for functions which it implements  
     to always fail with ENOSYS.  Some functions are actually named  
     something starting with __ and the normal name is an alias.  */  
 #if defined (__stub_utime) || defined (__stub___utime)  
 choke me  
 #else  
 utime();  
 #endif  
   
 ; return 0; }  
 EOF  
 if { (eval echo configure:6423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  
   rm -rf conftest*  
   eval "ac_cv_func_utime=yes"  
 else  
   echo "configure: failed program was:" >&5  
   cat conftest.$ac_ext >&5  
   rm -rf conftest*  
   eval "ac_cv_func_utime=no"  
 fi  
 rm -f conftest*  
 fi  
   
 if eval "test \"`echo '$ac_cv_func_'utime`\" = yes"; then  
   echo "$ac_t""yes" 1>&6  
   cat >> confdefs.h <<\EOF  
 #define HAVE_UTIME 1  
 EOF  
   
 echo $ac_n "checking for POSIX utime""... $ac_c" 1>&6  
 echo "configure:6442: checking for POSIX utime" >&5  
 if eval "test \"`echo '$''{'sudo_cv_func_utime_posix'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   rm -f conftestdata; > conftestdata    rm -f conftestdata; > conftestdata
 if test "$cross_compiling" = yes; then  if test "$cross_compiling" = yes; then
   sudo_cv_func_utime_posix=no    sudo_cv_func_utime_posix=no
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6451 "configure"  #line 8630 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/time.h>  #include <sys/time.h>
Line 6458 
Line 8638 
 utime("conftestdata", &ut);  utime("conftestdata", &ut);
 exit(0);  exit(0);
 }  }
 EOF  _ACEOF
 if { (eval echo configure:6463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  rm -f conftest$ac_exeext
 then  if { (eval echo "$as_me:8643: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:8646: \$? = $ac_status" >&5
     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     { (eval echo "$as_me:8648: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:8651: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
   sudo_cv_func_utime_posix=yes    sudo_cv_func_utime_posix=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: program exited with status $ac_status" >&5
   cat conftest.$ac_ext >&5  echo "$as_me: failed program was:" >&5
   rm -fr conftest*  cat conftest.$ac_ext >&5
   sudo_cv_func_utime_posix=no  sudo_cv_func_utime_posix=no
 fi  fi
 rm -fr conftest*  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
   
 rm -f core core.* *.core  rm -f core core.* *.core
 fi  fi
 echo "$ac_t""$sudo_cv_func_utime_posix" 1>&6  echo "$as_me:8664: result: $sudo_cv_func_utime_posix" >&5
   echo "${ECHO_T}$sudo_cv_func_utime_posix" >&6
 if test $sudo_cv_func_utime_posix = yes; then  if test $sudo_cv_func_utime_posix = yes; then
   cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define HAVE_UTIME_POSIX 1  #define HAVE_UTIME_POSIX 1
 EOF  EOF
   
 fi  fi
   
 else  else
   echo "$ac_t""no" 1>&6    LIBOBJS="$LIBOBJS utime.$ac_objext"
 LIBOBJS="$LIBOBJS utime.o"  
 fi  fi
   done
   
 echo $ac_n "checking for working fnmatch with FNM_CASEFOLD""... $ac_c" 1>&6  echo "$as_me:8679: checking for working fnmatch with FNM_CASEFOLD" >&5
 echo "configure:6491: checking for working fnmatch with FNM_CASEFOLD" >&5  echo $ECHO_N "checking for working fnmatch with FNM_CASEFOLD... $ECHO_C" >&6
 if eval "test \"`echo '$''{'sudo_cv_func_fnmatch'+set}'`\" = set"; then  if test "${sudo_cv_func_fnmatch+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   rm -f conftestdata; > conftestdata    rm -f conftestdata; > conftestdata
 if test "$cross_compiling" = yes; then  if test "$cross_compiling" = yes; then
   sudo_cv_func_fnmatch=no    sudo_cv_func_fnmatch=no
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6500 "configure"  #line 8689 "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)); }
   
 EOF  _ACEOF
 if { (eval echo configure:6506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  rm -f conftest$ac_exeext
 then  if { (eval echo "$as_me:8696: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:8699: \$? = $ac_status" >&5
     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     { (eval echo "$as_me:8701: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:8704: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
   sudo_cv_func_fnmatch=yes    sudo_cv_func_fnmatch=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: program exited with status $ac_status" >&5
   cat conftest.$ac_ext >&5  echo "$as_me: failed program was:" >&5
   rm -fr conftest*  cat conftest.$ac_ext >&5
   sudo_cv_func_fnmatch=no  sudo_cv_func_fnmatch=no
 fi  fi
 rm -fr conftest*  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
   
 rm -f core core.* *.core  rm -f core core.* *.core
 fi  fi
 echo "$ac_t""$sudo_cv_func_fnmatch" 1>&6  echo "$as_me:8717: result: $sudo_cv_func_fnmatch" >&5
   echo "${ECHO_T}$sudo_cv_func_fnmatch" >&6
 if test $sudo_cv_func_fnmatch = yes; then  if test $sudo_cv_func_fnmatch = yes; then
   cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define HAVE_FNMATCH 1  #define HAVE_FNMATCH 1
 EOF  EOF
   
 else  else
   LIBOBJS="$LIBOBJS fnmatch.o"    LIBOBJS="$LIBOBJS fnmatch.$ac_objext"
 fi  fi
   
 for ac_func in strerror strcasecmp  echo "$as_me:8729: checking for isblank" >&5
 do  echo $ECHO_N "checking for isblank... $ECHO_C" >&6
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  if test "${sudo_cv_func_isblank+set}" = set; then
 echo "configure:6533: checking for $ac_func" >&5    echo $ECHO_N "(cached) $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6538 "configure"  #line 8735 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  #include <ctype.h>
     which can conflict with char $ac_func(); below.  */  int
 #include <assert.h>  main ()
 /* Override any gcc2 internal prototype to avoid an error.  */  {
 /* We use char because int might match the return type of a gcc2  (void)isblank(1);
     builtin and then its argument prototype would still apply.  */    ;
 char $ac_func();    return 0;
   }
 int main() {  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
 /* The GNU C library defines this for functions which it implements  if { (eval echo "$as_me:8747: \"$ac_link\"") >&5
     to always fail with ENOSYS.  Some functions are actually named    (eval $ac_link) 2>&5
     something starting with __ and the normal name is an alias.  */    ac_status=$?
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)    echo "$as_me:8750: \$? = $ac_status" >&5
 choke me    (exit $ac_status); } &&
 #else           { ac_try='test -s conftest$ac_exeext'
 $ac_func();    { (eval echo "$as_me:8753: \"$ac_try\"") >&5
 #endif    (eval $ac_try) 2>&5
     ac_status=$?
 ; return 0; }    echo "$as_me:8756: \$? = $ac_status" >&5
 EOF    (exit $ac_status); }; }; then
 if { (eval echo configure:6561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    sudo_cv_func_isblank=yes
   rm -rf conftest*  
   eval "ac_cv_func_$ac_func=yes"  
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  sudo_cv_func_isblank=no
   eval "ac_cv_func_$ac_func=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:8766: result: $sudo_cv_func_isblank" >&5
   echo "${ECHO_T}$sudo_cv_func_isblank" >&6
   
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then    if test "$sudo_cv_func_isblank" = "yes"; then
   echo "$ac_t""yes" 1>&6  
     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`  
   cat >> confdefs.h <<EOF  
 #define $ac_tr_func 1  
 EOF  
   
 else  
   echo "$ac_t""no" 1>&6  
 LIBOBJS="$LIBOBJS ${ac_func}.o"  
 fi  
 done  
   
   cat >>confdefs.h <<\EOF
 echo $ac_n "checking for snprintf""... $ac_c" 1>&6  #define HAVE_ISBLANK 1
 echo "configure:6588: checking for snprintf" >&5  
 if eval "test \"`echo '$''{'ac_cv_func_snprintf'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   cat > conftest.$ac_ext <<EOF  
 #line 6593 "configure"  
 #include "confdefs.h"  
 /* System header to define __stub macros and hopefully few prototypes,  
     which can conflict with char snprintf(); below.  */  
 #include <assert.h>  
 /* Override any gcc2 internal prototype to avoid an error.  */  
 /* We use char because int might match the return type of a gcc2  
     builtin and then its argument prototype would still apply.  */  
 char snprintf();  
   
 int main() {  
   
 /* The GNU C library defines this for functions which it implements  
     to always fail with ENOSYS.  Some functions are actually named  
     something starting with __ and the normal name is an alias.  */  
 #if defined (__stub_snprintf) || defined (__stub___snprintf)  
 choke me  
 #else  
 snprintf();  
 #endif  
   
 ; return 0; }  
 EOF  EOF
 if { (eval echo configure:6616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  
   rm -rf conftest*  
   eval "ac_cv_func_snprintf=yes"  
 else  
   echo "configure: failed program was:" >&5  
   cat conftest.$ac_ext >&5  
   rm -rf conftest*  
   eval "ac_cv_func_snprintf=no"  
 fi  
 rm -f conftest*  
 fi  
   
 if eval "test \"`echo '$ac_cv_func_'snprintf`\" = yes"; then    fi
   echo "$ac_t""yes" 1>&6  
   cat >> confdefs.h <<\EOF  
 #define HAVE_SNPRINTF 1  
 EOF  
   
   for ac_func in strerror strcasecmp sigaction
   do
   as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
   echo "$as_me:8780: checking for $ac_func" >&5
   echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   echo "$ac_t""no" 1>&6    cat >conftest.$ac_ext <<_ACEOF
 NEED_SNPRINTF=1  #line 8786 "configure"
 fi  
   
 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6  
 echo "configure:6640: checking for vsnprintf" >&5  
 if eval "test \"`echo '$''{'ac_cv_func_vsnprintf'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   cat > conftest.$ac_ext <<EOF  
 #line 6645 "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 vsnprintf(); below.  */      which can conflict with char $ac_func (); below.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2  #ifdef __cplusplus
     builtin and then its argument prototype would still apply.  */  extern "C"
 char vsnprintf();  
   
 int main() {  
   
 /* The GNU C library defines this for functions which it implements  
     to always fail with ENOSYS.  Some functions are actually named  
     something starting with __ and the normal name is an alias.  */  
 #if defined (__stub_vsnprintf) || defined (__stub___vsnprintf)  
 choke me  
 #else  
 vsnprintf();  
 #endif  #endif
   
 ; return 0; }  
 EOF  
 if { (eval echo configure:6668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  
   rm -rf conftest*  
   eval "ac_cv_func_vsnprintf=yes"  
 else  
   echo "configure: failed program was:" >&5  
   cat conftest.$ac_ext >&5  
   rm -rf conftest*  
   eval "ac_cv_func_vsnprintf=no"  
 fi  
 rm -f conftest*  
 fi  
   
 if eval "test \"`echo '$ac_cv_func_'vsnprintf`\" = yes"; then  
   echo "$ac_t""yes" 1>&6  
   cat >> confdefs.h <<\EOF  
 #define HAVE_VSNPRINTF 1  
 EOF  
   
 else  
   echo "$ac_t""no" 1>&6  
 NEED_SNPRINTF=1  
 fi  
   
 echo $ac_n "checking for asprintf""... $ac_c" 1>&6  
 echo "configure:6692: checking for asprintf" >&5  
 if eval "test \"`echo '$''{'ac_cv_func_asprintf'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   cat > conftest.$ac_ext <<EOF  
 #line 6697 "configure"  
 #include "confdefs.h"  
 /* System header to define __stub macros and hopefully few prototypes,  
     which can conflict with char asprintf(); below.  */  
 #include <assert.h>  
 /* Override any gcc2 internal prototype to avoid an error.  */  
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char asprintf();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_asprintf) || defined (__stub___asprintf)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 asprintf();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:6720: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_asprintf=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:8817: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:8820: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:8823: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:8826: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_asprintf=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:8836: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'asprintf`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >> confdefs.h <<\EOF    cat >>confdefs.h <<EOF
 #define HAVE_ASPRINTF 1  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 EOF  EOF
   
 else  else
   echo "$ac_t""no" 1>&6    LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
 NEED_SNPRINTF=1  
 fi  fi
   done
   
 echo $ac_n "checking for vasprintf""... $ac_c" 1>&6  for ac_func in snprintf vsnprintf asprintf vasprintf
 echo "configure:6744: checking for vasprintf" >&5  do
 if eval "test \"`echo '$''{'ac_cv_func_vasprintf'+set}'`\" = set"; then  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
   echo $ac_n "(cached) $ac_c" 1>&6  echo "$as_me:8851: checking for $ac_func" >&5
   echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6749 "configure"  #line 8857 "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 vasprintf(); below.  */      which can conflict with char $ac_func (); below.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char vasprintf();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_vasprintf) || defined (__stub___vasprintf)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 vasprintf();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:6772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_vasprintf=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:8888: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:8891: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:8894: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:8897: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_vasprintf=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:8907: result: `eval echo '${'$as_ac_var'}'`" >&5
 if eval "test \"`echo '$ac_cv_func_'vasprintf`\" = yes"; then  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   echo "$ac_t""yes" 1>&6  if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >> confdefs.h <<\EOF    cat >>confdefs.h <<EOF
 #define HAVE_VASPRINTF 1  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 EOF  EOF
   
 else  else
   echo "$ac_t""no" 1>&6    NEED_SNPRINTF=1
 NEED_SNPRINTF=1  
 fi  fi
   done
   
 if test -n "$NEED_SNPRINTF"; then  if test -n "$NEED_SNPRINTF"; then
     LIBOBJS="$LIBOBJS snprintf.o"      LIBOBJS="$LIBOBJS snprintf.$ac_objext"
 fi  fi
 if test -z "$LIB_CRYPT"; then  if test -z "$LIB_CRYPT"; then
     echo $ac_n "checking for crypt""... $ac_c" 1>&6      echo "$as_me:8923: checking for crypt" >&5
 echo "configure:6800: checking for crypt" >&5  echo $ECHO_N "checking for crypt... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_func_crypt'+set}'`\" = set"; then  if test "${ac_cv_func_crypt+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6805 "configure"  #line 8929 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char crypt();  char crypt ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_crypt) || defined (__stub___crypt)  #if defined (__stub_crypt) || defined (__stub___crypt)
 choke me  choke me
 #else  #else
 crypt();  f = crypt;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:6828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_crypt=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:8960: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:8963: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:8966: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:8969: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_func_crypt=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_func_crypt=no
   eval "ac_cv_func_crypt=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:8979: result: $ac_cv_func_crypt" >&5
 if eval "test \"`echo '$ac_cv_func_'crypt`\" = yes"; then  echo "${ECHO_T}$ac_cv_func_crypt" >&6
   echo "$ac_t""yes" 1>&6  if test $ac_cv_func_crypt = yes; then
   :    :
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:8984: checking for crypt in -lcrypt" >&5
 echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6  echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6
 echo "configure:6846: checking for crypt in -lcrypt" >&5  if test "${ac_cv_lib_crypt_crypt+set}" = set; then
 if test -n ""; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   ac_lib_var=`echo crypt'_'crypt | sed 'y% ./+-%___p_%'`  
 else  else
   ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lcrypt  $LIBS"  LIBS="-lcrypt  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 6858 "configure"  #line 8992 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char crypt();  char crypt ();
   int
 int main() {  main ()
 crypt()  {
 ; return 0; }  crypt ();
 EOF    ;
 if { (eval echo configure:6869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9011: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9014: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9017: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9020: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_crypt_crypt=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_crypt_crypt=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:9031: result: $ac_cv_lib_crypt_crypt" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6
   if test $ac_cv_lib_crypt_crypt = yes; then
   SUDO_LIBS="${SUDO_LIBS} -lcrypt"; LIBS="${LIBS} -lcrypt"    SUDO_LIBS="${SUDO_LIBS} -lcrypt"; LIBS="${LIBS} -lcrypt"
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:9036: checking for crypt in -lcrypt_d" >&5
 echo $ac_n "checking for crypt in -lcrypt_d""... $ac_c" 1>&6  echo $ECHO_N "checking for crypt in -lcrypt_d... $ECHO_C" >&6
 echo "configure:6888: checking for crypt in -lcrypt_d" >&5  if test "${ac_cv_lib_crypt_d_crypt+set}" = set; then
 if test -n ""; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   ac_lib_var=`echo crypt_d'_'crypt | sed 'y% ./+-%___p_%'`  
 else  else
   ac_lib_var=`echo crypt_d'_'crypt | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lcrypt_d  $LIBS"  LIBS="-lcrypt_d  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 6900 "configure"  #line 9044 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char crypt();  char crypt ();
   int
 int main() {  main ()
 crypt()  {
 ; return 0; }  crypt ();
 EOF    ;
 if { (eval echo configure:6911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9063: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9066: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9069: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9072: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_crypt_d_crypt=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_crypt_d_crypt=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:9083: result: $ac_cv_lib_crypt_d_crypt" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_crypt_d_crypt" >&6
   if test $ac_cv_lib_crypt_d_crypt = yes; then
   SUDO_LIBS="${SUDO_LIBS} -lcrypt_d"; LIBS="${LIBS} -lcrypt_d"    SUDO_LIBS="${SUDO_LIBS} -lcrypt_d"; LIBS="${LIBS} -lcrypt_d"
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:9088: checking for crypt in -lufc" >&5
 echo $ac_n "checking for crypt in -lufc""... $ac_c" 1>&6  echo $ECHO_N "checking for crypt in -lufc... $ECHO_C" >&6
 echo "configure:6930: checking for crypt in -lufc" >&5  if test "${ac_cv_lib_ufc_crypt+set}" = set; then
 if test -n ""; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   ac_lib_var=`echo ufc'_'crypt | sed 'y% ./+-%___p_%'`  
 else  else
   ac_lib_var=`echo ufc'_'crypt | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lufc  $LIBS"  LIBS="-lufc  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 6942 "configure"  #line 9096 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char crypt();  char crypt ();
   int
 int main() {  main ()
 crypt()  {
 ; return 0; }  crypt ();
 EOF    ;
 if { (eval echo configure:6953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9115: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9118: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9121: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9124: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_ufc_crypt=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_ufc_crypt=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:9135: result: $ac_cv_lib_ufc_crypt" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_ufc_crypt" >&6
   if test $ac_cv_lib_ufc_crypt = yes; then
   SUDO_LIBS="${SUDO_LIBS} -lufc"; LIBS="${LIBS} -lufc"    SUDO_LIBS="${SUDO_LIBS} -lufc"; LIBS="${LIBS} -lufc"
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
 fi  fi
Line 6976 
Line 9145 
 fi  fi
   
 fi  fi
 echo $ac_n "checking for socket""... $ac_c" 1>&6  echo "$as_me:9148: checking for socket" >&5
 echo "configure:6981: checking for socket" >&5  echo $ECHO_N "checking for socket... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then  if test "${ac_cv_func_socket+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 6986 "configure"  #line 9154 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char socket();  char socket ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_socket) || defined (__stub___socket)  #if defined (__stub_socket) || defined (__stub___socket)
 choke me  choke me
 #else  #else
 socket();  f = socket;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:7009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_socket=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9185: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9188: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9191: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9194: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_func_socket=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_func_socket=no
   eval "ac_cv_func_socket=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:9204: result: $ac_cv_func_socket" >&5
 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then  echo "${ECHO_T}$ac_cv_func_socket" >&6
   echo "$ac_t""yes" 1>&6  if test $ac_cv_func_socket = yes; then
   :    :
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:9209: checking for socket in -lsocket" >&5
 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6  echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
 echo "configure:7027: checking for socket in -lsocket" >&5  if test "${ac_cv_lib_socket_socket+set}" = set; then
 if test -n ""; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   ac_lib_var=`echo socket'_'socket | sed 'y% ./+-%___p_%'`  
 else  else
   ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lsocket  $LIBS"  LIBS="-lsocket  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 7039 "configure"  #line 9217 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char socket();  char socket ();
   int
 int main() {  main ()
 socket()  {
 ; return 0; }  socket ();
 EOF    ;
 if { (eval echo configure:7050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9236: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9239: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9242: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9245: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_socket_socket=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_socket_socket=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:9256: result: $ac_cv_lib_socket_socket" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
   if test $ac_cv_lib_socket_socket = yes; then
   NET_LIBS="${NET_LIBS} -lsocket"; LIBS="${LIBS} -lsocket"    NET_LIBS="${NET_LIBS} -lsocket"; LIBS="${LIBS} -lsocket"
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:9261: checking for socket in -linet" >&5
 echo $ac_n "checking for socket in -linet""... $ac_c" 1>&6  echo $ECHO_N "checking for socket in -linet... $ECHO_C" >&6
 echo "configure:7069: checking for socket in -linet" >&5  if test "${ac_cv_lib_inet_socket+set}" = set; then
 if test -n ""; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   ac_lib_var=`echo inet'_'socket | sed 'y% ./+-%___p_%'`  
 else  else
   ac_lib_var=`echo inet'_'socket | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-linet  $LIBS"  LIBS="-linet  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 7081 "configure"  #line 9269 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char socket();  char socket ();
   int
 int main() {  main ()
 socket()  {
 ; return 0; }  socket ();
 EOF    ;
 if { (eval echo configure:7092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9288: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9291: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9294: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9297: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_inet_socket=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_inet_socket=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:9308: result: $ac_cv_lib_inet_socket" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_inet_socket" >&6
   if test $ac_cv_lib_inet_socket = yes; then
   NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet"    NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet"
 else  else
   echo "$ac_t""no" 1>&6    { echo "$as_me:9313: WARNING: unable to find socket() trying -lsocket -lnsl" >&5
 echo "configure: warning: unable to find socket() trying -lsocket -lnsl" 1>&2  echo "$as_me: WARNING: unable to find socket() trying -lsocket -lnsl" >&2;}
 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6  echo "$as_me:9315: checking for socket in -lsocket" >&5
 echo "configure:7112: checking for socket in -lsocket" >&5  echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
 if test -n "-lnsl"; then  if test "${ac_cv_lib_socket_socket_lnsl+set}" = set; then
   ac_lib_var=`echo socket'_'socket-lnsl | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lsocket -lnsl $LIBS"  LIBS="-lsocket -lnsl $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 7124 "configure"  #line 9323 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char socket();  char socket ();
   int
 int main() {  main ()
 socket()  {
 ; return 0; }  socket ();
 EOF    ;
 if { (eval echo configure:7135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9342: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9345: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9348: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9351: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_socket_socket_lnsl=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_socket_socket_lnsl=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:9362: result: $ac_cv_lib_socket_socket_lnsl" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_socket_socket_lnsl" >&6
   if test $ac_cv_lib_socket_socket_lnsl = yes; then
   NET_LIBS="${NET_LIBS} -lsocket -lnsl"; LIBS="${LIBS} -lsocket -lnsl"    NET_LIBS="${NET_LIBS} -lsocket -lnsl"; LIBS="${LIBS} -lsocket -lnsl"
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
 fi  fi
Line 7157 
Line 9371 
   
 fi  fi
   
 echo $ac_n "checking for inet_addr""... $ac_c" 1>&6  echo "$as_me:9374: checking for inet_addr" >&5
 echo "configure:7162: checking for inet_addr" >&5  echo $ECHO_N "checking for inet_addr... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_func_inet_addr'+set}'`\" = set"; then  if test "${ac_cv_func_inet_addr+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7167 "configure"  #line 9380 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char inet_addr();  char inet_addr ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_inet_addr) || defined (__stub___inet_addr)  #if defined (__stub_inet_addr) || defined (__stub___inet_addr)
 choke me  choke me
 #else  #else
 inet_addr();  f = inet_addr;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:7190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_inet_addr=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9411: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9414: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9417: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9420: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_func_inet_addr=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_func_inet_addr=no
   eval "ac_cv_func_inet_addr=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:9430: result: $ac_cv_func_inet_addr" >&5
 if eval "test \"`echo '$ac_cv_func_'inet_addr`\" = yes"; then  echo "${ECHO_T}$ac_cv_func_inet_addr" >&6
   echo "$ac_t""yes" 1>&6  if test $ac_cv_func_inet_addr = yes; then
   :    :
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:9435: checking for __inet_addr" >&5
 echo $ac_n "checking for __inet_addr""... $ac_c" 1>&6  echo $ECHO_N "checking for __inet_addr... $ECHO_C" >&6
 echo "configure:7208: checking for __inet_addr" >&5  if test "${ac_cv_func___inet_addr+set}" = set; then
 if eval "test \"`echo '$''{'ac_cv_func___inet_addr'+set}'`\" = set"; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7213 "configure"  #line 9441 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char __inet_addr();  char __inet_addr ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub___inet_addr) || defined (__stub_____inet_addr)  #if defined (__stub___inet_addr) || defined (__stub_____inet_addr)
 choke me  choke me
 #else  #else
 __inet_addr();  f = __inet_addr;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:7236: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func___inet_addr=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9472: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9475: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9478: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9481: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_func___inet_addr=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_func___inet_addr=no
   eval "ac_cv_func___inet_addr=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:9491: result: $ac_cv_func___inet_addr" >&5
 if eval "test \"`echo '$ac_cv_func_'__inet_addr`\" = yes"; then  echo "${ECHO_T}$ac_cv_func___inet_addr" >&6
   echo "$ac_t""yes" 1>&6  if test $ac_cv_func___inet_addr = yes; then
   :    :
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:9496: checking for inet_addr in -lnsl" >&5
 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6  echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
 echo "configure:7254: checking for inet_addr in -lnsl" >&5  if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
 if test -n ""; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   ac_lib_var=`echo nsl'_'inet_addr | sed 'y% ./+-%___p_%'`  
 else  else
   ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lnsl  $LIBS"  LIBS="-lnsl  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 7266 "configure"  #line 9504 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char inet_addr();  char inet_addr ();
   int
 int main() {  main ()
 inet_addr()  {
 ; return 0; }  inet_addr ();
 EOF    ;
 if { (eval echo configure:7277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9523: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9526: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9529: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9532: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_nsl_inet_addr=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_nsl_inet_addr=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:9543: result: $ac_cv_lib_nsl_inet_addr" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
   if test $ac_cv_lib_nsl_inet_addr = yes; then
   NET_LIBS="${NET_LIBS} -lnsl"; LIBS="${LIBS} -lnsl"    NET_LIBS="${NET_LIBS} -lnsl"; LIBS="${LIBS} -lnsl"
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:9548: checking for inet_addr in -linet" >&5
 echo $ac_n "checking for inet_addr in -linet""... $ac_c" 1>&6  echo $ECHO_N "checking for inet_addr in -linet... $ECHO_C" >&6
 echo "configure:7296: checking for inet_addr in -linet" >&5  if test "${ac_cv_lib_inet_inet_addr+set}" = set; then
 if test -n ""; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   ac_lib_var=`echo inet'_'inet_addr | sed 'y% ./+-%___p_%'`  
 else  else
   ac_lib_var=`echo inet'_'inet_addr | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-linet  $LIBS"  LIBS="-linet  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 7308 "configure"  #line 9556 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char inet_addr();  char inet_addr ();
   int
 int main() {  main ()
 inet_addr()  {
 ; return 0; }  inet_addr ();
 EOF    ;
 if { (eval echo configure:7319: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9575: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9578: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9581: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9584: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_inet_inet_addr=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_inet_inet_addr=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:9595: result: $ac_cv_lib_inet_inet_addr" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_inet_inet_addr" >&6
   if test $ac_cv_lib_inet_inet_addr = yes; then
   NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet"    NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet"
 else  else
   echo "$ac_t""no" 1>&6    { echo "$as_me:9600: WARNING: unable to find inet_addr() trying -lsocket -lnsl" >&5
 echo "configure: warning: unable to find inet_addr() trying -lsocket -lnsl" 1>&2  echo "$as_me: WARNING: unable to find inet_addr() trying -lsocket -lnsl" >&2;}
 echo $ac_n "checking for inet_addr in -lsocket""... $ac_c" 1>&6  echo "$as_me:9602: checking for inet_addr in -lsocket" >&5
 echo "configure:7339: checking for inet_addr in -lsocket" >&5  echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
 if test -n "-lnsl"; then  if test "${ac_cv_lib_socket_inet_addr_lnsl+set}" = set; then
   ac_lib_var=`echo socket'_'inet_addr-lnsl | sed 'y% ./+-%___p_%'`    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_lib_var=`echo socket'_'inet_addr | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lsocket -lnsl $LIBS"  LIBS="-lsocket -lnsl $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 7351 "configure"  #line 9610 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char inet_addr();  char inet_addr ();
   int
 int main() {  main ()
 inet_addr()  {
 ; return 0; }  inet_addr ();
 EOF    ;
 if { (eval echo configure:7362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9629: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9632: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9635: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9638: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_socket_inet_addr_lnsl=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_socket_inet_addr_lnsl=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:9649: result: $ac_cv_lib_socket_inet_addr_lnsl" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_socket_inet_addr_lnsl" >&6
   if test $ac_cv_lib_socket_inet_addr_lnsl = yes; then
   NET_LIBS="${NET_LIBS} -lsocket -lnsl"; LIBS="${LIBS} -lsocket -lnsl"    NET_LIBS="${NET_LIBS} -lsocket -lnsl"; LIBS="${LIBS} -lsocket -lnsl"
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
 fi  fi
Line 7386 
Line 9660 
   
 fi  fi
   
 echo $ac_n "checking for syslog""... $ac_c" 1>&6  echo "$as_me:9663: checking for syslog" >&5
 echo "configure:7391: checking for syslog" >&5  echo $ECHO_N "checking for syslog... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_func_syslog'+set}'`\" = set"; then  if test "${ac_cv_func_syslog+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7396 "configure"  #line 9669 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char syslog();  char syslog ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_syslog) || defined (__stub___syslog)  #if defined (__stub_syslog) || defined (__stub___syslog)
 choke me  choke me
 #else  #else
 syslog();  f = syslog;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:7419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_syslog=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9700: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9703: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9706: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9709: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_func_syslog=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_func_syslog=no
   eval "ac_cv_func_syslog=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:9719: result: $ac_cv_func_syslog" >&5
 if eval "test \"`echo '$ac_cv_func_'syslog`\" = yes"; then  echo "${ECHO_T}$ac_cv_func_syslog" >&6
   echo "$ac_t""yes" 1>&6  if test $ac_cv_func_syslog = yes; then
   :    :
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:9724: checking for syslog in -lsocket" >&5
 echo $ac_n "checking for syslog in -lsocket""... $ac_c" 1>&6  echo $ECHO_N "checking for syslog in -lsocket... $ECHO_C" >&6
 echo "configure:7437: checking for syslog in -lsocket" >&5  if test "${ac_cv_lib_socket_syslog+set}" = set; then
 if test -n ""; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   ac_lib_var=`echo socket'_'syslog | sed 'y% ./+-%___p_%'`  
 else  else
   ac_lib_var=`echo socket'_'syslog | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lsocket  $LIBS"  LIBS="-lsocket  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 7449 "configure"  #line 9732 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char syslog();  char syslog ();
   int
 int main() {  main ()
 syslog()  {
 ; return 0; }  syslog ();
 EOF    ;
 if { (eval echo configure:7460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9751: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9754: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9757: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9760: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_socket_syslog=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_socket_syslog=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:9771: result: $ac_cv_lib_socket_syslog" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_socket_syslog" >&6
   if test $ac_cv_lib_socket_syslog = yes; then
   NET_LIBS="${NET_LIBS} -lsocket"; LIBS="${LIBS} -lsocket"    NET_LIBS="${NET_LIBS} -lsocket"; LIBS="${LIBS} -lsocket"
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:9776: checking for syslog in -lnsl" >&5
 echo $ac_n "checking for syslog in -lnsl""... $ac_c" 1>&6  echo $ECHO_N "checking for syslog in -lnsl... $ECHO_C" >&6
 echo "configure:7479: checking for syslog in -lnsl" >&5  if test "${ac_cv_lib_nsl_syslog+set}" = set; then
 if test -n ""; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   ac_lib_var=`echo nsl'_'syslog | sed 'y% ./+-%___p_%'`  
 else  else
   ac_lib_var=`echo nsl'_'syslog | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-lnsl  $LIBS"  LIBS="-lnsl  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 7491 "configure"  #line 9784 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char syslog();  char syslog ();
   int
 int main() {  main ()
 syslog()  {
 ; return 0; }  syslog ();
 EOF    ;
 if { (eval echo configure:7502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9803: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9806: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9809: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9812: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_nsl_syslog=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_nsl_syslog=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:9823: result: $ac_cv_lib_nsl_syslog" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_nsl_syslog" >&6
   if test $ac_cv_lib_nsl_syslog = yes; then
   NET_LIBS="${NET_LIBS} -lnsl"; LIBS="${LIBS} -lnsl"    NET_LIBS="${NET_LIBS} -lnsl"; LIBS="${LIBS} -lnsl"
 else  else
   echo "$ac_t""no" 1>&6    echo "$as_me:9828: checking for syslog in -linet" >&5
 echo $ac_n "checking for syslog in -linet""... $ac_c" 1>&6  echo $ECHO_N "checking for syslog in -linet... $ECHO_C" >&6
 echo "configure:7521: checking for syslog in -linet" >&5  if test "${ac_cv_lib_inet_syslog+set}" = set; then
 if test -n ""; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   ac_lib_var=`echo inet'_'syslog | sed 'y% ./+-%___p_%'`  
 else  else
   ac_lib_var=`echo inet'_'syslog | sed 'y%./+-%__p_%'`    ac_check_lib_save_LIBS=$LIBS
 fi  
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="-linet  $LIBS"  LIBS="-linet  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 7533 "configure"  #line 9836 "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.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char syslog();  char syslog ();
   int
 int main() {  main ()
 syslog()  {
 ; return 0; }  syslog ();
 EOF    ;
 if { (eval echo configure:7544: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    return 0;
   rm -rf conftest*  }
   eval "ac_cv_lib_$ac_lib_var=yes"  _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9855: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9858: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9861: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9864: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_inet_syslog=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_inet_syslog=no
   eval "ac_cv_lib_$ac_lib_var=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$as_me:9875: result: $ac_cv_lib_inet_syslog" >&5
   echo "$ac_t""yes" 1>&6  echo "${ECHO_T}$ac_cv_lib_inet_syslog" >&6
   if test $ac_cv_lib_inet_syslog = yes; then
   NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet"    NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet"
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
 fi  fi
Line 7569 
Line 9887 
 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 $ac_n "checking for working alloca.h""... $ac_c" 1>&6  echo "$as_me:9890: checking for working alloca.h" >&5
 echo "configure:7574: checking for working alloca.h" >&5  echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then  if test "${ac_cv_working_alloca_h+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7579 "configure"  #line 9896 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <alloca.h>  #include <alloca.h>
 int main() {  int
 char *p = alloca(2 * sizeof(int));  main ()
 ; return 0; }  {
 EOF  char *p = (char *) alloca (2 * sizeof (int));
 if { (eval echo configure:7586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    ;
   rm -rf conftest*    return 0;
   ac_cv_header_alloca_h=yes  }
   _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9908: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9911: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9914: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9917: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_working_alloca_h=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_working_alloca_h=no
   ac_cv_header_alloca_h=no  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:9927: result: $ac_cv_working_alloca_h" >&5
   echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
   if test $ac_cv_working_alloca_h = yes; then
   
 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6  cat >>confdefs.h <<\EOF
 if test $ac_cv_header_alloca_h = yes; then  
   cat >> confdefs.h <<\EOF  
 #define HAVE_ALLOCA_H 1  #define HAVE_ALLOCA_H 1
 EOF  EOF
   
 fi  fi
   
 echo $ac_n "checking for alloca""... $ac_c" 1>&6  echo "$as_me:9937: checking for alloca" >&5
 echo "configure:7607: checking for alloca" >&5  echo $ECHO_N "checking for alloca... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then  if test "${ac_cv_func_alloca_works+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7612 "configure"  #line 9943 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 #ifdef __GNUC__  #ifdef __GNUC__
 # define alloca __builtin_alloca  # define alloca __builtin_alloca
 #else  #else
 # if HAVE_ALLOCA_H  # ifdef _MSC_VER
 #  include <alloca.h>  #  include <malloc.h>
   #  define alloca _alloca
 # else  # else
 #  ifdef _AIX  #  if HAVE_ALLOCA_H
  #pragma alloca  #   include <alloca.h>
 #  else  #  else
 #   ifndef alloca /* predefined by HP cc +Olibcalls */  #   ifdef _AIX
    #pragma alloca
   #   else
   #    ifndef alloca /* predefined by HP cc +Olibcalls */
 char *alloca ();  char *alloca ();
   #    endif
 #   endif  #   endif
 #  endif  #  endif
 # endif  # endif
 #endif  #endif
   
 int main() {  int
 char *p = (char *) alloca(1);  main ()
 ; return 0; }  {
 EOF  char *p = (char *) alloca (1);
 if { (eval echo configure:7635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    ;
   rm -rf conftest*    return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:9975: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:9978: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:9981: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:9984: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
   ac_cv_func_alloca_works=yes    ac_cv_func_alloca_works=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_func_alloca_works=no
   ac_cv_func_alloca_works=no  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:9994: result: $ac_cv_func_alloca_works" >&5
   echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
   
 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6  
 if test $ac_cv_func_alloca_works = yes; then  if test $ac_cv_func_alloca_works = yes; then
   cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define HAVE_ALLOCA 1  #define HAVE_ALLOCA 1
 EOF  EOF
   
 fi  else
   
 if test $ac_cv_func_alloca_works = no; then  
   # The SVR3 libPW and SVR4 libucb both contain incompatible functions    # The SVR3 libPW and SVR4 libucb both contain incompatible functions
   # that cause trouble.  Some versions do not even contain alloca or  # that cause trouble.  Some versions do not even contain alloca or
   # contain a buggy version.  If you still want to use their alloca,  # contain a buggy version.  If you still want to use their alloca,
   # use ar to extract alloca.o from them instead of compiling alloca.c.  # use ar to extract alloca.o from them instead of compiling alloca.c.
   ALLOCA=alloca.o  
   cat >> confdefs.h <<\EOF  ALLOCA=alloca.$ac_objext
   
   cat >>confdefs.h <<\EOF
 #define C_ALLOCA 1  #define C_ALLOCA 1
 EOF  EOF
   
   echo "$as_me:10015: checking whether \`alloca.c' needs Cray hooks" >&5
 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6  echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
 echo "configure:7667: checking whether alloca needs Cray hooks" >&5  if test "${ac_cv_os_cray+set}" = set; then
 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then    echo $ECHO_N "(cached) $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7672 "configure"  #line 10021 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #if defined(CRAY) && ! defined(CRAY2)  #if defined(CRAY) && ! defined(CRAY2)
 webecray  webecray
Line 7676 
Line 10026 
 wenotbecray  wenotbecray
 #endif  #endif
   
 EOF  _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "webecray" >/dev/null 2>&1; then    egrep "webecray" >/dev/null 2>&1; then
   rm -rf conftest*  
   ac_cv_os_cray=yes    ac_cv_os_cray=yes
 else  else
   rm -rf conftest*  
   ac_cv_os_cray=no    ac_cv_os_cray=no
 fi  fi
 rm -f conftest*  rm -f conftest*
   
 fi  fi
   echo "$as_me:10039: result: $ac_cv_os_cray" >&5
 echo "$ac_t""$ac_cv_os_cray" 1>&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
   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6      as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "configure:7697: checking for $ac_func" >&5  echo "$as_me:10044: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
   echo $ac_n "(cached) $ac_c" 1>&6  if eval "test \"\${$as_ac_var+set}\" = set"; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7702 "configure"  #line 10050 "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.  */
 #include <assert.h>  #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char $ac_func();  char $ac_func ();
   char (*f) ();
   
 int main() {  int
   main ()
   {
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 $ac_func();  f = $ac_func;
 #endif  #endif
   
 ; return 0; }    ;
 EOF    return 0;
 if { (eval echo configure:7725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  }
   rm -rf conftest*  _ACEOF
   eval "ac_cv_func_$ac_func=yes"  rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:10081: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:10084: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:10087: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:10090: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     eval "$as_ac_var=yes"
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  eval "$as_ac_var=no"
   eval "ac_cv_func_$ac_func=no"  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi  fi
   echo "$as_me:10100: result: `eval echo '${'$as_ac_var'}'`" >&5
   echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
   if test `eval echo '${'$as_ac_var'}'` = yes; then
   
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  cat >>confdefs.h <<EOF
   echo "$ac_t""yes" 1>&6  
   cat >> confdefs.h <<EOF  
 #define CRAY_STACKSEG_END $ac_func  #define CRAY_STACKSEG_END $ac_func
 EOF  EOF
   
   break      break
 else  
   echo "$ac_t""no" 1>&6  
 fi  fi
   
 done    done
 fi  fi
   
 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6  echo "$as_me:10114: checking stack direction for C alloca" >&5
 echo "configure:7752: checking stack direction for C alloca" >&5  echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then  if test "${ac_cv_c_stack_direction+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
   ac_cv_c_stack_direction=0    ac_cv_c_stack_direction=0
 else  else
   cat > conftest.$ac_ext <<EOF    cat >conftest.$ac_ext <<_ACEOF
 #line 7760 "configure"  #line 10123 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   int
 find_stack_direction ()  find_stack_direction ()
 {  {
   static char *addr = 0;    static char *addr = 0;
Line 7770 
Line 10135 
   else    else
     return (&dummy > addr) ? 1 : -1;      return (&dummy > addr) ? 1 : -1;
 }  }
   
   int
 main ()  main ()
 {  {
   exit (find_stack_direction() < 0);    exit (find_stack_direction () < 0);
 }  }
 EOF  _ACEOF
 if { (eval echo configure:7779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  rm -f conftest$ac_exeext
 then  if { (eval echo "$as_me:10146: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:10149: \$? = $ac_status" >&5
     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     { (eval echo "$as_me:10151: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:10154: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
   ac_cv_c_stack_direction=1    ac_cv_c_stack_direction=1
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: program exited with status $ac_status" >&5
   cat conftest.$ac_ext >&5  echo "$as_me: failed program was:" >&5
   rm -fr conftest*  cat conftest.$ac_ext >&5
   ac_cv_c_stack_direction=-1  ac_cv_c_stack_direction=-1
 fi  fi
 rm -fr conftest*  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
   
 fi  fi
   echo "$as_me:10166: result: $ac_cv_c_stack_direction" >&5
   echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
   
 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6  cat >>confdefs.h <<EOF
 cat >> confdefs.h <<EOF  
 #define STACK_DIRECTION $ac_cv_c_stack_direction  #define STACK_DIRECTION $ac_cv_c_stack_direction
 EOF  EOF
   
Line 7799 
Line 10175 
 fi  fi
   
 if test "$with_kerb5" = "yes"; then  if test "$with_kerb5" = "yes"; then
     cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define HAVE_KERB5 1  #define HAVE_KERB5 1
 EOF  EOF
   
Line 7807 
Line 10184 
         CPPFLAGS="$CPPFLAGS -I/usr/local/include"          CPPFLAGS="$CPPFLAGS -I/usr/local/include"
     elif test -f "/usr/local/kerberos/include/krb5.h"; then      elif test -f "/usr/local/kerberos/include/krb5.h"; then
         CPPFLAGS="$CPPFLAGS -I/usr/local/kerberos/include"          CPPFLAGS="$CPPFLAGS -I/usr/local/kerberos/include"
       elif test -f "/usr/krb5/include/krb5.h"; then
           CPPFLAGS="$CPPFLAGS -I/usr/krb5/include"
     elif test -f "/usr/local/krb5/include/krb5.h"; then      elif test -f "/usr/local/krb5/include/krb5.h"; then
         CPPFLAGS="$CPPFLAGS -I/usr/local/krb5/include"          CPPFLAGS="$CPPFLAGS -I/usr/local/krb5/include"
     else      else
Line 7817 
Line 10196 
         SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/local/lib"          SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/local/lib"
     elif test -f "/usr/local/kerberos/lib/libkrb5.a"; then      elif test -f "/usr/local/kerberos/lib/libkrb5.a"; then
         SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/local/kerberos/lib"          SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/local/kerberos/lib"
       elif test -f "/usr/krb5/lib/libkrb5.a"; then
           SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/krb5/lib"
     elif test -f "/usr/local/krb5/lib/libkrb5.a"; then      elif test -f "/usr/local/krb5/lib/libkrb5.a"; then
         SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/local/krb5/lib"          SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/local/krb5/lib"
     else      else
Line 7828 
Line 10209 
 fi  fi
   
 if test "$with_pam" = "yes"; then  if test "$with_pam" = "yes"; then
     echo $ac_n "checking for -ldl""... $ac_c" 1>&6      echo "$as_me:10212: checking for main in -ldl" >&5
 echo "configure:7833: checking for -ldl" >&5  echo $ECHO_N "checking for main in -ldl... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_lib_dl'+set}'`\" = set"; then  if test "${ac_cv_lib_dl_main+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_save_LIBS="$LIBS"    ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 7840 "configure"  #line 10220 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int
 main()  main ()
 ; return 0; }  {
 EOF  main ();
 if { (eval echo configure:7847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    ;
   rm -rf conftest*    return 0;
   ac_cv_lib_dl=yes  }
   _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:10232: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:10235: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:10238: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:10241: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_dl_main=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_dl_main=no
   ac_cv_lib_dl=no  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 echo "$ac_t""$ac_cv_lib_dl" 1>&6  echo "$as_me:10252: result: $ac_cv_lib_dl_main" >&5
 if test "$ac_cv_lib_dl" = yes; then  echo "${ECHO_T}$ac_cv_lib_dl_main" >&6
   if test $ac_cv_lib_dl_main = yes; then
   SUDO_LIBS="${SUDO_LIBS} -ldl -lpam"    SUDO_LIBS="${SUDO_LIBS} -ldl -lpam"
 else  else
   SUDO_LIBS="${SUDO_LIBS} -lpam"    SUDO_LIBS="${SUDO_LIBS} -lpam"
 fi  fi
   ac_cv_lib_dl=ac_cv_lib_dl_main
   
 fi  fi
   
 if test "$with_kerb4" = "yes"; then  if test "$with_kerb4" = "yes"; then
     cat >> confdefs.h <<\EOF  
   cat >>confdefs.h <<\EOF
 #define HAVE_KERB4 1  #define HAVE_KERB4 1
 EOF  EOF
   
Line 7892 
Line 10288 
         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 $ac_n "checking for -ldes""... $ac_c" 1>&6      echo "$as_me:10291: checking for main in -ldes" >&5
 echo "configure:7897: checking for -ldes" >&5  echo $ECHO_N "checking for main in -ldes... $ECHO_C" >&6
 if eval "test \"`echo '$''{'ac_cv_lib_des'+set}'`\" = set"; then  if test "${ac_cv_lib_des_main+set}" = set; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   ac_save_LIBS="$LIBS"    ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldes  $LIBS"  LIBS="-ldes  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat >conftest.$ac_ext <<_ACEOF
 #line 7904 "configure"  #line 10299 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int
 main()  main ()
 ; return 0; }  {
 EOF  main ();
 if { (eval echo configure:7911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then    ;
   rm -rf conftest*    return 0;
   ac_cv_lib_des=yes  }
   _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:10311: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:10314: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:10317: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:10320: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_des_main=yes
 else  else
   echo "configure: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   rm -rf conftest*  ac_cv_lib_des_main=no
   ac_cv_lib_des=no  
 fi  fi
 rm -f conftest*  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS="$ac_save_LIBS"  LIBS=$ac_check_lib_save_LIBS
   
 fi  fi
 echo "$ac_t""$ac_cv_lib_des" 1>&6  echo "$as_me:10331: result: $ac_cv_lib_des_main" >&5
 if test "$ac_cv_lib_des" = yes; then  echo "${ECHO_T}$ac_cv_lib_des_main" >&6
   if test $ac_cv_lib_des_main = yes; then
   SUDO_LIBS="${SUDO_LIBS} -lkrb -ldes"    SUDO_LIBS="${SUDO_LIBS} -lkrb -ldes"
 else  else
   SUDO_LIBS="${SUDO_LIBS} -lkrb"    SUDO_LIBS="${SUDO_LIBS} -lkrb"
 fi  fi
   ac_cv_lib_des=ac_cv_lib_des_main
   
     AUTH_OBJS="${AUTH_OBJS} kerb4.o"      AUTH_OBJS="${AUTH_OBJS} kerb4.o"
 fi  fi
Line 7990 
Line 10400 
     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:10403: checking for skeyaccess in -lskey" >&5
   echo $ECHO_N "checking for skeyaccess in -lskey... $ECHO_C" >&6
   if test "${ac_cv_lib_skey_skeyaccess+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     ac_check_lib_save_LIBS=$LIBS
   LIBS="-lskey  $LIBS"
   cat >conftest.$ac_ext <<_ACEOF
   #line 10411 "configure"
   #include "confdefs.h"
   
   /* Override any gcc2 internal prototype to avoid an error.  */
   #ifdef __cplusplus
   extern "C"
   #endif
   /* We use char because int might match the return type of a gcc2
      builtin and then its argument prototype would still apply.  */
   char skeyaccess ();
   int
   main ()
   {
   skeyaccess ();
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (eval echo "$as_me:10430: \"$ac_link\"") >&5
     (eval $ac_link) 2>&5
     ac_status=$?
     echo "$as_me:10433: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest$ac_exeext'
     { (eval echo "$as_me:10436: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:10439: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_lib_skey_skeyaccess=yes
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   ac_cv_lib_skey_skeyaccess=no
 fi  fi
   rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
   LIBS=$ac_check_lib_save_LIBS
   fi
   echo "$as_me:10450: result: $ac_cv_lib_skey_skeyaccess" >&5
   echo "${ECHO_T}$ac_cv_lib_skey_skeyaccess" >&6
   if test $ac_cv_lib_skey_skeyaccess = yes; then
   
   cat >>confdefs.h <<\EOF
   #define HAVE_SKEYACCESS 1
   EOF
   
   fi
   
   fi
   
 if test "$with_opie" = "yes"; then  if test "$with_opie" = "yes"; then
     SUDO_LIBS="${SUDO_LIBS} -lopie"      SUDO_LIBS="${SUDO_LIBS} -lopie"
     if test -f /usr/include/opie.h -a -f /usr/lib/libopie.a; then      if test -f /usr/include/opie.h -a -f /usr/lib/libopie.a; then
Line 8025 
Line 10492 
     SUDO_LIBS="${SUDO_LIBS} -ls"      SUDO_LIBS="${SUDO_LIBS} -ls"
 fi  fi
   
 echo $ac_n "checking for log file location""... $ac_c" 1>&6  echo "$as_me:10495: checking for log file location" >&5
 echo "configure:8030: checking for log file location" >&5  echo $ECHO_N "checking for log file location... $ECHO_C" >&6
 if test -n "$with_logpath"; then  if test -n "$with_logpath"; then
     echo "$ac_t""$with_logpath" 1>&6      echo "$as_me:10498: result: $with_logpath" >&5
     cat >> confdefs.h <<EOF  echo "${ECHO_T}$with_logpath" >&6
       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 "$ac_t""/var/log/sudo.log" 1>&6      echo "$as_me:10505: result: /var/log/sudo.log" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/var/log/sudo.log" >&6
       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 "$ac_t""/var/adm/sudo.log" 1>&6      echo "$as_me:10512: result: /var/adm/sudo.log" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/var/adm/sudo.log" >&6
       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 "$ac_t""/usr/adm/sudo.log" 1>&6      echo "$as_me:10519: result: /usr/adm/sudo.log" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/usr/adm/sudo.log" >&6
       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 "$ac_t""unknown" 1>&6      echo "$as_me:10526: result: unknown" >&5
   echo "${ECHO_T}unknown" >&6
 fi  fi
   
 echo $ac_n "checking for timestamp file location""... $ac_c" 1>&6  echo "$as_me:10530: checking for timestamp file location" >&5
 echo "configure:8060: checking for timestamp file location" >&5  echo $ECHO_N "checking for timestamp file location... $ECHO_C" >&6
 if test -n "$with_timedir"; then  if test -n "$with_timedir"; then
     echo "$ac_t""$with_timedir" 1>&6      echo "$as_me:10533: result: $with_timedir" >&5
     cat >> confdefs.h <<EOF  echo "${ECHO_T}$with_timedir" >&6
       cat >>confdefs.h <<EOF
 #define _PATH_SUDO_TIMEDIR "$with_timedir"  #define _PATH_SUDO_TIMEDIR "$with_timedir"
 EOF  EOF
   
     TIMEDIR="$with_timedir"      timedir="$with_timedir"
 elif test -d "/var/run"; then  elif test -d "/var/run"; then
     echo "$ac_t""/var/run/sudo" 1>&6      echo "$as_me:10541: result: /var/run/sudo" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/var/run/sudo" >&6
       cat >>confdefs.h <<\EOF
 #define _PATH_SUDO_TIMEDIR "/var/run/sudo"  #define _PATH_SUDO_TIMEDIR "/var/run/sudo"
 EOF  EOF
   
     TIMEDIR="/var/run/sudo"      timedir="/var/run/sudo"
 else  else
     echo "$ac_t""/tmp/.odus" 1>&6      echo "$as_me:10549: result: /tmp/.odus" >&5
     cat >> confdefs.h <<\EOF  echo "${ECHO_T}/tmp/.odus" >&6
       cat >>confdefs.h <<\EOF
 #define _PATH_SUDO_TIMEDIR "/tmp/.odus"  #define _PATH_SUDO_TIMEDIR "/tmp/.odus"
 EOF  EOF
   
     TIMEDIR="/tmp/.odus"      timedir="/tmp/.odus"
 fi  fi
   
   
 if test "$with_passwd" = "no"; then  if test "$with_passwd" = "no"; then
     cat >> confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
 #define WITHOUT_PASSWD 1  #define WITHOUT_PASSWD 1. Define to avoid using the passwd/shadow file for authentication.
 EOF  EOF
   
     if test -z "$AUTH_OBJS"; then      if test -z "$AUTH_OBJS"; then
         { echo "configure: error: no authentication methods defined." 1>&2; exit 1; }          { { echo "$as_me:10564: error: no authentication methods defined." >&5
   echo "$as_me: error: no authentication methods defined." >&2;}
      { (exit 1); exit 1; }; }
     fi      fi
 else  else
     if test -n "$SECUREWARE"; then      if test -n "$SECUREWARE"; then
Line 8111 
Line 10587 
   
 test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)'  test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)'
   
 trap '' 1 2 15  ac_config_files="$ac_config_files Makefile sudo.man visudo.man sudoers.man"
 cat > confcache <<\EOF  cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure  # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure  # tests run on this system so they can be shared between configure
 # scripts and configure runs.  It is not useful on other systems.  # scripts and configure runs, see configure's option --config-cache.
 # If it contains results you don't want to keep, you may remove or edit it.  # It is not useful on other systems.  If it contains results you don't
   # want to keep, you may remove or edit it.
 #  #
 # By default, configure uses ./config.cache as the cache file,  # config.status only pays attention to the cache file if you give it
 # creating it if it does not exist already.  You can give configure  # the --recheck option to rerun configure.
 # the --cache-file=FILE option to use a different cache file; that is  
 # what configure does when it calls configure scripts in  
 # subdirectories, so they share the cache.  
 # Giving --cache-file=/dev/null disables caching, for debugging configure.  
 # config.status only pays attention to the cache file if you give it the  
 # --recheck option to rerun configure.  
 #  #
 EOF  # `ac_cv_env_foo' variables (set or unset) will be overriden when
   # loading this file, other *unset* `ac_cv_foo' will be assigned the
   # following values.
   
   _ACEOF
   
 # The following way of writing the cache mishandles newlines in values,  # The following way of writing the cache mishandles newlines in values,
 # but we know of no workaround that is simple, portable, and efficient.  # but we know of no workaround that is simple, portable, and efficient.
 # So, don't put newlines in cache variables' values.  # So, don't put newlines in cache variables' values.
 # Ultrix sh set writes to stderr and can't be redirected directly,  # Ultrix sh set writes to stderr and can't be redirected directly,
 # and sets the high bit in the cache file unless we assign to the vars.  # and sets the high bit in the cache file unless we assign to the vars.
 (set) 2>&1 |  {
   case `(ac_space=' '; set) 2>&1` in    (set) 2>&1 |
   *ac_space=\ *)      case `(ac_space=' '; set | grep ac_space) 2>&1` in
     # `set' does not quote correctly, so add quotes (double-quote substitution      *ac_space=\ *)
     # turns \\\\ into \\, and sed turns \\ into \).        # `set' does not quote correctly, so add quotes (double-quote
     sed -n \        # substitution turns \\\\ into \\, and sed turns \\ into \).
       -e "s/'/'\\\\''/g" \        sed -n \
       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"          "s/'/'\\\\''/g;
     ;;            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
   *)        ;;
     # `set' quotes correctly as required by POSIX, so do not add quotes.      *)
     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'        # `set' quotes correctly as required by POSIX, so do not add quotes.
     ;;        sed -n \
   esac >> confcache          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 if cmp -s $cache_file confcache; then        ;;
   :      esac;
 else  } |
     sed '
        t clear
        : clear
        s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
        t end
        /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
        : end' >>confcache
   if cmp -s $cache_file confcache; then :; else
   if test -w $cache_file; then    if test -w $cache_file; then
     echo "updating cache $cache_file"      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
     cat confcache > $cache_file      cat confcache >$cache_file
   else    else
     echo "not updating unwritable cache $cache_file"      echo "not updating unwritable cache $cache_file"
   fi    fi
 fi  fi
 rm -f confcache  rm -f confcache
   
 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15  
   
 test "x$prefix" = xNONE && prefix=$ac_default_prefix  test "x$prefix" = xNONE && prefix=$ac_default_prefix
 # Let make expand exec_prefix.  # Let make expand exec_prefix.
 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
   
 # Any assignment to VPATH causes Sun make to only execute  # VPATH may cause trouble with some makes, so we remove $(srcdir),
 # the first set of double-colon rules, so remove it if not needed.  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 # If there is a colon in the path, we need to keep it.  # trailing colons and then remove the whole line if VPATH becomes empty
   # (actually we leave an empty line to preserve line numbers).
 if test "x$srcdir" = x.; then  if test "x$srcdir" = x.; then
   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'    ac_vpsub='/^[         ]*VPATH[        ]*=/{
   s/:*\$(srcdir):*/:/;
   s/:*\${srcdir}:*/:/;
   s/:*@srcdir@:*/:/;
   s/^\([^=]*=[    ]*\):*/\1/;
   s/:*$//;
   s/^[^=]*=[      ]*$//;
   }'
 fi  fi
   
 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15  
   
 DEFS=-DHAVE_CONFIG_H  DEFS=-DHAVE_CONFIG_H
   
 # Without the "./", some shells look in PATH for config.status.  
 : ${CONFIG_STATUS=./config.status}  : ${CONFIG_STATUS=./config.status}
   ac_clean_files_save=$ac_clean_files
 echo creating $CONFIG_STATUS  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 rm -f $CONFIG_STATUS  { echo "$as_me:10670: creating $CONFIG_STATUS" >&5
 cat > $CONFIG_STATUS <<EOF  echo "$as_me: creating $CONFIG_STATUS" >&6;}
 #! /bin/sh  cat >$CONFIG_STATUS <<_ACEOF
   #! $SHELL
 # Generated automatically by configure.  # Generated automatically by configure.
 # Run this file to recreate the current configuration.  # Run this file to recreate the current configuration.
 # This directory was configured as follows,  
 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:  
 #  
 # $0 $ac_configure_args  
 #  
 # Compiler output produced by configure, useful for debugging  # Compiler output produced by configure, useful for debugging
 # configure, is in ./config.log if it exists.  # configure, is in config.log if it exists.
   
 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"  debug=false
 for ac_option  SHELL=\${CONFIG_SHELL-$SHELL}
   ac_cs_invocation="\$0 \$@"
   
   _ACEOF
   
   cat >>$CONFIG_STATUS <<\_ACEOF
   # Be Bourne compatible
   if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     emulate sh
     NULLCMD=:
   elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
     set -o posix
   fi
   
   # Name of the executable.
   as_me=`echo "$0" |sed 's,.*[\\/],,'`
   
   if expr a : '\(a\)' >/dev/null 2>&1; then
     as_expr=expr
   else
     as_expr=false
   fi
   
   rm -f conf$$ conf$$.exe conf$$.file
   echo >conf$$.file
   if ln -s conf$$.file conf$$ 2>/dev/null; then
     # We could just check for DJGPP; but this test a) works b) is more generic
     # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
     if test -f conf$$.exe; then
       # Don't use ln at all; we don't have any links
       as_ln_s='cp -p'
     else
       as_ln_s='ln -s'
     fi
   elif ln conf$$.file conf$$ 2>/dev/null; then
     as_ln_s=ln
   else
     as_ln_s='cp -p'
   fi
   rm -f conf$$ conf$$.exe conf$$.file
   
   as_executable_p="test -f"
   
   # Support unset when possible.
   if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
     as_unset=unset
   else
     as_unset=false
   fi
   
   # NLS nuisances.
   $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
   $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
   $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
   $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
   $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
   $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
   $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
   $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
   
   # IFS
   # We need space, tab and new line, in precisely that order.
   as_nl='
   '
   IFS="   $as_nl"
   
   # CDPATH.
   $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
   
   exec 6>&1
   
   _ACEOF
   
   # Files that config.status was made for.
   if test -n "$ac_config_files"; then
     echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
   fi
   
   if test -n "$ac_config_headers"; then
     echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
   fi
   
   if test -n "$ac_config_links"; then
     echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
   fi
   
   if test -n "$ac_config_commands"; then
     echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
   fi
   
   cat >>$CONFIG_STATUS <<\EOF
   
   ac_cs_usage="\
   \`$as_me' instantiates files from templates according to the
   current configuration.
   
   Usage: $0 [OPTIONS] [FILE]...
   
     -h, --help       print this help, then exit
     -V, --version    print version number, then exit
     -d, --debug      don't remove temporary files
         --recheck    update $as_me by reconfiguring in the same conditions
     --file=FILE[:TEMPLATE]
                      instantiate the configuration file FILE
     --header=FILE[:TEMPLATE]
                      instantiate the configuration header FILE
   
   Configuration files:
   $config_files
   
   Configuration headers:
   $config_headers
   
   Report bugs to <bug-autoconf@gnu.org>."
   EOF
   
   cat >>$CONFIG_STATUS <<EOF
   ac_cs_version="\\
   sudo config.status 1.6.4
   configured by $0, generated by GNU Autoconf 2.52,
     with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
   
   Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
   Free Software Foundation, Inc.
   This config.status script is free software; the Free Software Foundation
   gives unlimited permission to copy, distribute and modify it."
   srcdir=$srcdir
   EOF
   
   cat >>$CONFIG_STATUS <<\EOF
   # If no file are specified by the user, then we need to provide default
   # value.  By we need to know if files were specified by the user.
   ac_need_defaults=:
   while test $# != 0
 do  do
   case "\$ac_option" in    case $1 in
     --*=*)
       ac_option=`expr "x$1" : 'x\([^=]*\)='`
       ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
       shift
       set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
       shift
       ;;
     -*);;
     *) # This is not an option, so the user has probably given explicit
        # arguments.
        ac_need_defaults=false;;
     esac
   
     case $1 in
     # Handling of the options.
   EOF
   cat >>$CONFIG_STATUS <<EOF
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
     echo running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion      echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;      exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)  EOF
     echo "$CONFIG_STATUS generated by autoconf version 2.12"  cat >>$CONFIG_STATUS <<\EOF
     exit 0 ;;    --version | --vers* | -V )
   -help | --help | --hel | --he | --h)      echo "$ac_cs_version"; exit 0 ;;
     echo "\$ac_cs_usage"; exit 0 ;;    --he | --h)
   *) echo "\$ac_cs_usage"; exit 1 ;;      # Conflict between --help and --header
       { { echo "$as_me:10842: error: ambiguous option: $1
   Try \`$0 --help' for more information." >&5
   echo "$as_me: error: ambiguous option: $1
   Try \`$0 --help' for more information." >&2;}
      { (exit 1); exit 1; }; };;
     --help | --hel | -h )
       echo "$ac_cs_usage"; exit 0 ;;
     --debug | --d* | -d )
       debug=: ;;
     --file | --fil | --fi | --f )
       shift
       CONFIG_FILES="$CONFIG_FILES $1"
       ac_need_defaults=false;;
     --header | --heade | --head | --hea )
       shift
       CONFIG_HEADERS="$CONFIG_HEADERS $1"
       ac_need_defaults=false;;
   
     # This is an error.
     -*) { { echo "$as_me:10861: error: unrecognized option: $1
   Try \`$0 --help' for more information." >&5
   echo "$as_me: error: unrecognized option: $1
   Try \`$0 --help' for more information." >&2;}
      { (exit 1); exit 1; }; } ;;
   
     *) ac_config_targets="$ac_config_targets $1" ;;
   
   esac    esac
     shift
 done  done
   
 ac_given_srcdir=$srcdir  exec 5>>config.log
   cat >&5 << _ACEOF
   
 trap 'rm -fr `echo "Makefile sudo.man visudo.man sudoers.man config.h pathnames.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15  ## ----------------------- ##
   ## Running config.status.  ##
   ## ----------------------- ##
   
   This file was extended by $as_me (sudo 1.6.4) 2.52, executed with
     CONFIG_FILES    = $CONFIG_FILES
     CONFIG_HEADERS  = $CONFIG_HEADERS
     CONFIG_LINKS    = $CONFIG_LINKS
     CONFIG_COMMANDS = $CONFIG_COMMANDS
     > $ac_cs_invocation
   on `(hostname || uname -n) 2>/dev/null | sed 1q`
   
   _ACEOF
 EOF  EOF
 cat >> $CONFIG_STATUS <<EOF  
   
 # Protect against being on the right side of a sed subst in config.status.  cat >>$CONFIG_STATUS <<\EOF
 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;  for ac_config_target in $ac_config_targets
  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF  do
 $ac_vpsub    case "$ac_config_target" in
 $extrasub    # Handling of arguments.
 s%@CFLAGS@%$CFLAGS%g    "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 s%@CPPFLAGS@%$CPPFLAGS%g    "sudo.man" ) CONFIG_FILES="$CONFIG_FILES sudo.man" ;;
 s%@CXXFLAGS@%$CXXFLAGS%g    "visudo.man" ) CONFIG_FILES="$CONFIG_FILES visudo.man" ;;
 s%@DEFS@%$DEFS%g    "sudoers.man" ) CONFIG_FILES="$CONFIG_FILES sudoers.man" ;;
 s%@LDFLAGS@%$LDFLAGS%g    "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 s%@LIBS@%$LIBS%g    "pathnames.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pathnames.h" ;;
 s%@exec_prefix@%$exec_prefix%g    *) { { echo "$as_me:10902: error: invalid argument: $ac_config_target" >&5
 s%@prefix@%$prefix%g  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 s%@program_transform_name@%$program_transform_name%g     { (exit 1); exit 1; }; };;
 s%@bindir@%$bindir%g    esac
 s%@sbindir@%$sbindir%g  done
 s%@libexecdir@%$libexecdir%g  
 s%@datadir@%$datadir%g  
 s%@sysconfdir@%$sysconfdir%g  
 s%@sharedstatedir@%$sharedstatedir%g  
 s%@localstatedir@%$localstatedir%g  
 s%@libdir@%$libdir%g  
 s%@includedir@%$includedir%g  
 s%@oldincludedir@%$oldincludedir%g  
 s%@infodir@%$infodir%g  
 s%@mandir@%$mandir%g  
 s%@PROGS@%$PROGS%g  
 s%@SUDO_LDFLAGS@%$SUDO_LDFLAGS%g  
 s%@SUDO_LIBS@%$SUDO_LIBS%g  
 s%@NET_LIBS@%$NET_LIBS%g  
 s%@AFS_LIBS@%$AFS_LIBS%g  
 s%@OSDEFS@%$OSDEFS%g  
 s%@AUTH_OBJS@%$AUTH_OBJS%g  
 s%@LIBOBJS@%$LIBOBJS%g  
 s%@MANTYPE@%$MANTYPE%g  
 s%@MAN_POSTINSTALL@%$MAN_POSTINSTALL%g  
 s%@SUDOERS_MODE@%$SUDOERS_MODE%g  
 s%@SUDOERS_UID@%$SUDOERS_UID%g  
 s%@SUDOERS_GID@%$SUDOERS_GID%g  
 s%@TIMEDIR@%$TIMEDIR%g  
 s%@DEV@%$DEV%g  
 s%@mansectsu@%$mansectsu%g  
 s%@mansectform@%$mansectform%g  
 s%@mansrcdir@%$mansrcdir%g  
 s%@EGREPPROG@%$EGREPPROG%g  
 s%@CC@%$CC%g  
 s%@CPP@%$CPP%g  
 s%@UNAMEPROG@%$UNAMEPROG%g  
 s%@TRPROG@%$TRPROG%g  
 s%@SEDPROG@%$SEDPROG%g  
 s%@NROFFPROG@%$NROFFPROG%g  
 s%@host@%$host%g  
 s%@host_alias@%$host_alias%g  
 s%@host_cpu@%$host_cpu%g  
 s%@host_vendor@%$host_vendor%g  
 s%@host_os@%$host_os%g  
 s%@YACC@%$YACC%g  
 s%@ALLOCA@%$ALLOCA%g  
   
 CEOF  # If the user did not use the arguments to specify the items to instantiate,
   # then the envvar interface is used.  Set only those that are not.
   # We use the long form for the default assignment because of an extremely
   # bizarre bug on SunOS 4.1.3.
   if $ac_need_defaults; then
     test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
     test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
   fi
   
   # Create a temporary directory, and hook for its removal unless debugging.
   $debug ||
   {
     trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
     trap '{ (exit 1); exit 1; }' 1 2 13 15
   }
   
   # Create a (secure) tmp directory for tmp files.
   : ${TMPDIR=/tmp}
   {
     tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
     test -n "$tmp" && test -d "$tmp"
   }  ||
   {
     tmp=$TMPDIR/cs$$-$RANDOM
     (umask 077 && mkdir $tmp)
   } ||
   {
      echo "$me: cannot create a temporary directory in $TMPDIR" >&2
      { (exit 1); exit 1; }
   }
   
 EOF  EOF
   
 cat >> $CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<EOF
   
 # Split the substitutions into bite-sized pieces for seds with  #
 # small command number limits, like on Digital OSF/1 and HP-UX.  # CONFIG_FILES section.
 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.  #
 ac_file=1 # Number of current file.  
 ac_beg=1 # First line for current file.  # No need to generate the scripts if there are no CONFIG_FILES.
 ac_end=$ac_max_sed_cmds # Line after last line for current file.  # This happens for instance when ./config.status config.h
 ac_more_lines=:  if test -n "\$CONFIG_FILES"; then
 ac_sed_cmds=""    # Protect against being on the right side of a sed subst in config.status.
 while $ac_more_lines; do    sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
   if test $ac_beg -gt 1; then     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file  s,@SHELL@,$SHELL,;t t
   else  s,@exec_prefix@,$exec_prefix,;t t
     sed "${ac_end}q" conftest.subs > conftest.s$ac_file  s,@prefix@,$prefix,;t t
   fi  s,@program_transform_name@,$program_transform_name,;t t
   if test ! -s conftest.s$ac_file; then  s,@bindir@,$bindir,;t t
     ac_more_lines=false  s,@sbindir@,$sbindir,;t t
     rm -f conftest.s$ac_file  s,@libexecdir@,$libexecdir,;t t
   else  s,@datadir@,$datadir,;t t
     if test -z "$ac_sed_cmds"; then  s,@sysconfdir@,$sysconfdir,;t t
       ac_sed_cmds="sed -f conftest.s$ac_file"  s,@sharedstatedir@,$sharedstatedir,;t t
   s,@localstatedir@,$localstatedir,;t t
   s,@libdir@,$libdir,;t t
   s,@includedir@,$includedir,;t t
   s,@oldincludedir@,$oldincludedir,;t t
   s,@infodir@,$infodir,;t t
   s,@mandir@,$mandir,;t t
   s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
   s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
   s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
   s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
   s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
   s,@build_alias@,$build_alias,;t t
   s,@host_alias@,$host_alias,;t t
   s,@target_alias@,$target_alias,;t t
   s,@ECHO_C@,$ECHO_C,;t t
   s,@ECHO_N@,$ECHO_N,;t t
   s,@ECHO_T@,$ECHO_T,;t t
   s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
   s,@DEFS@,$DEFS,;t t
   s,@LIBS@,$LIBS,;t t
   s,@CFLAGS@,$CFLAGS,;t t
   s,@PROGS@,$PROGS,;t t
   s,@CPPFLAGS@,$CPPFLAGS,;t t
   s,@LDFLAGS@,$LDFLAGS,;t t
   s,@SUDO_LDFLAGS@,$SUDO_LDFLAGS,;t t
   s,@SUDO_LIBS@,$SUDO_LIBS,;t t
   s,@NET_LIBS@,$NET_LIBS,;t t
   s,@AFS_LIBS@,$AFS_LIBS,;t t
   s,@OSDEFS@,$OSDEFS,;t t
   s,@AUTH_OBJS@,$AUTH_OBJS,;t t
   s,@LIBOBJS@,$LIBOBJS,;t t
   s,@MANTYPE@,$MANTYPE,;t t
   s,@MAN_POSTINSTALL@,$MAN_POSTINSTALL,;t t
   s,@SUDOERS_MODE@,$SUDOERS_MODE,;t t
   s,@SUDOERS_UID@,$SUDOERS_UID,;t t
   s,@SUDOERS_GID@,$SUDOERS_GID,;t t
   s,@DEV@,$DEV,;t t
   s,@mansectsu@,$mansectsu,;t t
   s,@mansectform@,$mansectform,;t t
   s,@mansrcdir@,$mansrcdir,;t t
   s,@timedir@,$timedir,;t t
   s,@timeout@,$timeout,;t t
   s,@password_timeout@,$password_timeout,;t t
   s,@sudo_umask@,$sudo_umask,;t t
   s,@passprompt@,$passprompt,;t t
   s,@long_otp_prompt@,$long_otp_prompt,;t t
   s,@lecture@,$lecture,;t t
   s,@logfac@,$logfac,;t t
   s,@goodpri@,$goodpri,;t t
   s,@badpri@,$badpri,;t t
   s,@loglen@,$loglen,;t t
   s,@ignore_dot@,$ignore_dot,;t t
   s,@mail_no_user@,$mail_no_user,;t t
   s,@mail_no_host@,$mail_no_host,;t t
   s,@mail_no_perms@,$mail_no_perms,;t t
   s,@mailto@,$mailto,;t t
   s,@mailsub@,$mailsub,;t t
   s,@badpass_message@,$badpass_message,;t t
   s,@fqdn@,$fqdn,;t t
   s,@runas_default@,$runas_default,;t t
   s,@env_editor@,$env_editor,;t t
   s,@passwd_tries@,$passwd_tries,;t t
   s,@tty_tickets@,$tty_tickets,;t t
   s,@insults@,$insults,;t t
   s,@EGREPPROG@,$EGREPPROG,;t t
   s,@CC@,$CC,;t t
   s,@ac_ct_CC@,$ac_ct_CC,;t t
   s,@EXEEXT@,$EXEEXT,;t t
   s,@OBJEXT@,$OBJEXT,;t t
   s,@CPP@,$CPP,;t t
   s,@UNAMEPROG@,$UNAMEPROG,;t t
   s,@TRPROG@,$TRPROG,;t t
   s,@SEDPROG@,$SEDPROG,;t t
   s,@NROFFPROG@,$NROFFPROG,;t t
   s,@build@,$build,;t t
   s,@build_cpu@,$build_cpu,;t t
   s,@build_vendor@,$build_vendor,;t t
   s,@build_os@,$build_os,;t t
   s,@host@,$host,;t t
   s,@host_cpu@,$host_cpu,;t t
   s,@host_vendor@,$host_vendor,;t t
   s,@host_os@,$host_os,;t t
   s,@YACC@,$YACC,;t t
   s,@ALLOCA@,$ALLOCA,;t t
   CEOF
   
   EOF
   
     cat >>$CONFIG_STATUS <<\EOF
     # Split the substitutions into bite-sized pieces for seds with
     # small command number limits, like on Digital OSF/1 and HP-UX.
     ac_max_sed_lines=48
     ac_sed_frag=1 # Number of current file.
     ac_beg=1 # First line for current file.
     ac_end=$ac_max_sed_lines # Line after last line for current file.
     ac_more_lines=:
     ac_sed_cmds=
     while $ac_more_lines; do
       if test $ac_beg -gt 1; then
         sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
     else      else
       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"        sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
     fi      fi
     ac_file=`expr $ac_file + 1`      if test ! -s $tmp/subs.frag; then
     ac_beg=$ac_end        ac_more_lines=false
     ac_end=`expr $ac_end + $ac_max_sed_cmds`      else
         # The purpose of the label and of the branching condition is to
         # speed up the sed processing (if there are no `@' at all, there
         # is no need to browse any of the substitutions).
         # These are the two extra sed commands mentioned above.
         (echo ':t
     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
         if test -z "$ac_sed_cmds"; then
           ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
         else
           ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
         fi
         ac_sed_frag=`expr $ac_sed_frag + 1`
         ac_beg=$ac_end
         ac_end=`expr $ac_end + $ac_max_sed_lines`
       fi
     done
     if test -z "$ac_sed_cmds"; then
       ac_sed_cmds=cat
   fi    fi
 done  fi # test -n "$CONFIG_FILES"
 if test -z "$ac_sed_cmds"; then  
   ac_sed_cmds=cat  
 fi  
 EOF  
   
 cat >> $CONFIG_STATUS <<EOF  
   
 CONFIG_FILES=\${CONFIG_FILES-"Makefile sudo.man visudo.man sudoers.man"}  
 EOF  EOF
 cat >> $CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\EOF
 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then  for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
   case "$ac_file" in    case $ac_file in
   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`    - | *:- | *:-:* ) # input from stdin
        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;          cat >$tmp/stdin
   *) ac_file_in="${ac_file}.in" ;;          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
           ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
           ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     * )   ac_file_in=$ac_file.in ;;
   esac    esac
   
   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
     ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   # Remove last slash and all that follows it.  Not all systems have dirname.           X"$ac_file" : 'X\(//\)[^/]' \| \
   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`           X"$ac_file" : 'X\(//\)$' \| \
            X"$ac_file" : 'X\(/\)' \| \
            .     : '\(.\)' 2>/dev/null ||
   echo X"$ac_file" |
       sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
             /^X\(\/\/\)[^/].*/{ s//\1/; q; }
             /^X\(\/\/\)$/{ s//\1/; q; }
             /^X\(\/\).*/{ s//\1/; q; }
             s/.*/./; q'`
   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then    if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
     # The file is in a subdirectory.      { case "$ac_dir" in
     test ! -d "$ac_dir" && mkdir "$ac_dir"    [\\/]* | ?:[\\/]* ) as_incr_dir=;;
     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"    *)                      as_incr_dir=.;;
   esac
   as_dummy="$ac_dir"
   for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
     case $as_mkdir_dir in
       # Skip DOS drivespec
       ?:) as_incr_dir=$as_mkdir_dir ;;
       *)
         as_incr_dir=$as_incr_dir/$as_mkdir_dir
         test -d "$as_incr_dir" || mkdir "$as_incr_dir"
       ;;
     esac
   done; }
   
       ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
     # A "../" for each directory in $ac_dir_suffix.      # A "../" for each directory in $ac_dir_suffix.
     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`      ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
   else    else
     ac_dir_suffix= ac_dots=      ac_dir_suffix= ac_dots=
   fi    fi
   
   case "$ac_given_srcdir" in    case $srcdir in
   .)  srcdir=.    .)  ac_srcdir=.
       if test -z "$ac_dots"; then top_srcdir=.        if test -z "$ac_dots"; then
       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;           ac_top_srcdir=.
   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;        else
            ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
         fi ;;
     [\\/]* | ?:[\\/]* )
         ac_srcdir=$srcdir$ac_dir_suffix;
         ac_top_srcdir=$srcdir ;;
   *) # Relative path.    *) # Relative path.
     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"      ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
     top_srcdir="$ac_dots$ac_given_srcdir" ;;      ac_top_srcdir=$ac_dots$srcdir ;;
   esac    esac
   
     if test x"$ac_file" != x-; then
       { echo "$as_me:11156: creating $ac_file" >&5
   echo "$as_me: creating $ac_file" >&6;}
       rm -f "$ac_file"
     fi
     # Let's still pretend it is `configure' which instantiates (i.e., don't
     # use $as_me), people would be surprised to read:
     #    /* config.h.  Generated automatically by config.status.  */
     configure_input="Generated automatically from `echo $ac_file_in |
                                                    sed 's,.*/,,'` by configure."
   
   echo creating "$ac_file"    # First look for the input files in the build tree, otherwise in the
   rm -f "$ac_file"    # src tree.
   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."    ac_file_inputs=`IFS=:
   case "$ac_file" in      for f in $ac_file_in; do
   *Makefile*) ac_comsub="1i\\        case $f in
 # $configure_input" ;;        -) echo $tmp/stdin ;;
   *) ac_comsub= ;;        [\\/$]*)
   esac           # Absolute (can't be DOS-style, as IFS=:)
            test -f "$f" || { { echo "$as_me:11174: error: cannot find input file: $f" >&5
   echo "$as_me: error: cannot find input file: $f" >&2;}
      { (exit 1); exit 1; }; }
            echo $f;;
         *) # Relative
            if test -f "$f"; then
              # Build tree
              echo $f
            elif test -f "$srcdir/$f"; then
              # Source tree
              echo $srcdir/$f
            else
              # /dev/null tree
              { { echo "$as_me:11187: error: cannot find input file: $f" >&5
   echo "$as_me: error: cannot find input file: $f" >&2;}
      { (exit 1); exit 1; }; }
            fi;;
         esac
       done` || { (exit 1); exit 1; }
   EOF
   cat >>$CONFIG_STATUS <<EOF
     sed "$ac_vpsub
   $extrasub
   EOF
   cat >>$CONFIG_STATUS <<\EOF
   :t
   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
   s,@configure_input@,$configure_input,;t t
   s,@srcdir@,$ac_srcdir,;t t
   s,@top_srcdir@,$ac_top_srcdir,;t t
   " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
     rm -f $tmp/stdin
     if test x"$ac_file" != x-; then
       mv $tmp/out $ac_file
     else
       cat $tmp/out
       rm -f $tmp/out
     fi
   
   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`  done
   sed -e "$ac_comsub  EOF
 s%@configure_input@%$configure_input%g  cat >>$CONFIG_STATUS <<\EOF
 s%@srcdir@%$srcdir%g  
 s%@top_srcdir@%$top_srcdir%g  
 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file  
 fi; done  
 rm -f conftest.s*  
   
   #
   # CONFIG_HEADER section.
   #
   
 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where  # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
 # NAME is the cpp macro being defined and VALUE is the value it is being given.  # NAME is the cpp macro being defined and VALUE is the value it is being given.
 #  #
 # ac_d sets the value in "#define NAME VALUE" lines.  # ac_d sets the value in "#define NAME VALUE" lines.
 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'  ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'  ac_dB='[        ].*$,\1#\2'
 ac_dC='\3'  ac_dC=' '
 ac_dD='%g'  ac_dD=',;t'
 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".  # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'  ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
 ac_uB='\([      ]\)%\1#\2define\3'  ac_uB='$,\1#\2define\3'
 ac_uC=' '  ac_uC=' '
 ac_uD='\4%g'  ac_uD=',;t'
 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".  
 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'  
 ac_eB='$%\1#\2define\3'  
 ac_eC=' '  
 ac_eD='%g'  
   
 if test "${CONFIG_HEADERS+set}" != set; then  for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
 EOF  
 cat >> $CONFIG_STATUS <<EOF  
   CONFIG_HEADERS="config.h pathnames.h"  
 EOF  
 cat >> $CONFIG_STATUS <<\EOF  
 fi  
 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then  
   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
   case "$ac_file" in    case $ac_file in
   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`    - | *:- | *:-:* ) # input from stdin
        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;          cat >$tmp/stdin
   *) ac_file_in="${ac_file}.in" ;;          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
           ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
           ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     * )   ac_file_in=$ac_file.in ;;
   esac    esac
   
   echo creating $ac_file    test x"$ac_file" != x- && { echo "$as_me:11247: creating $ac_file" >&5
   echo "$as_me: creating $ac_file" >&6;}
   
   rm -f conftest.frag conftest.in conftest.out    # First look for the input files in the build tree, otherwise in the
   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`    # src tree.
   cat $ac_file_inputs > conftest.in    ac_file_inputs=`IFS=:
       for f in $ac_file_in; do
         case $f in
         -) echo $tmp/stdin ;;
         [\\/$]*)
            # Absolute (can't be DOS-style, as IFS=:)
            test -f "$f" || { { echo "$as_me:11258: error: cannot find input file: $f" >&5
   echo "$as_me: error: cannot find input file: $f" >&2;}
      { (exit 1); exit 1; }; }
            echo $f;;
         *) # Relative
            if test -f "$f"; then
              # Build tree
              echo $f
            elif test -f "$srcdir/$f"; then
              # Source tree
              echo $srcdir/$f
            else
              # /dev/null tree
              { { echo "$as_me:11271: error: cannot find input file: $f" >&5
   echo "$as_me: error: cannot find input file: $f" >&2;}
      { (exit 1); exit 1; }; }
            fi;;
         esac
       done` || { (exit 1); exit 1; }
     # Remove the trailing spaces.
     sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
   
 EOF  EOF
   
 # Transform confdefs.h into a sed script conftest.vals that substitutes  # Transform confdefs.h into two sed scripts, `conftest.defines' and
 # the proper values into config.h.in to produce config.h.  And first:  # `conftest.undefs', that substitutes the proper values into
 # Protect against being on the right side of a sed subst in config.status.  # config.h.in to produce config.h.  The first handles `#define'
 # Protect against being in an unquoted here document in config.status.  # templates, and the second `#undef' templates.
 rm -f conftest.vals  # And first: Protect against being on the right side of a sed subst in
 cat > conftest.hdr <<\EOF  # config.status.  Protect against being in an unquoted here document
 s/[\\&%]/\\&/g  # in config.status.
 s%[\\$`]%\\&%g  rm -f conftest.defines conftest.undefs
 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp  # Using a here document instead of a string reduces the quoting nightmare.
 s%ac_d%ac_u%gp  # Putting comments in sed scripts is not portable.
 s%ac_u%ac_e%gp  #
   # `end' is used to avoid that the second main sed command (meant for
   # 0-ary CPP macros) applies to n-ary macro definitions.
   # See the Autoconf documentation for `clear'.
   cat >confdef2sed.sed <<\EOF
   s/[\\&,]/\\&/g
   s,[\\$`],\\&,g
   t clear
   : clear
   s,^[    ]*#[    ]*define[       ][      ]*\(\([^        (][^    (]*\)([^)]*)\)[         ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp
   t end
   s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
   : end
 EOF  EOF
 sed -n -f conftest.hdr confdefs.h > conftest.vals  # If some macros were called several times there might be several times
 rm -f conftest.hdr  # the same #defines, which is useless.  Nevertheless, we may not want to
   # sort them, since we want the *last* AC-DEFINE to be honored.
   uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
   sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
   rm -f confdef2sed.sed
   
 # This sed command replaces #undef with comments.  This is necessary, for  # This sed command replaces #undef with comments.  This is necessary, for
 # example, in the case of _POSIX_SOURCE, which is predefined and required  # example, in the case of _POSIX_SOURCE, which is predefined and required
 # on some systems where configure will not decide to define it.  # on some systems where configure will not decide to define it.
 cat >> conftest.vals <<\EOF  cat >>conftest.undefs <<\EOF
 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%  s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
 EOF  EOF
   
 # Break up conftest.vals because some shells have a limit on  # Break up conftest.defines because some shells have a limit on the size
 # the size of here documents, and old seds have small limits too.  # of here documents, and old seds have small limits too (100 cmds).
   echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
   echo '  if egrep "^[    ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
   echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
   echo '  :' >>$CONFIG_STATUS
   rm -f conftest.tail
   while grep . conftest.defines >/dev/null
   do
     # Write a limited-size here document to $tmp/defines.sed.
     echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
     # Speed up: don't consider the non `#define' lines.
     echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
     # Work around the forget-to-reset-the-flag bug.
     echo 't clr' >>$CONFIG_STATUS
     echo ': clr' >>$CONFIG_STATUS
     sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
     echo 'CEOF
     sed -f $tmp/defines.sed $tmp/in >$tmp/out
     rm -f $tmp/in
     mv $tmp/out $tmp/in
   ' >>$CONFIG_STATUS
     sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
     rm -f conftest.defines
     mv conftest.tail conftest.defines
   done
   rm -f conftest.defines
   echo '  fi # egrep' >>$CONFIG_STATUS
   echo >>$CONFIG_STATUS
   
   # Break up conftest.undefs because some shells have a limit on the size
   # of here documents, and old seds have small limits too (100 cmds).
   echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
 rm -f conftest.tail  rm -f conftest.tail
 while :  while grep . conftest.undefs >/dev/null
 do  do
   ac_lines=`grep -c . conftest.vals`    # Write a limited-size here document to $tmp/undefs.sed.
   # grep -c gives empty output for an empty file on some AIX systems.    echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi    # Speed up: don't consider the non `#undef'
   # Write a limited-size here document to conftest.frag.    echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS    # Work around the forget-to-reset-the-flag bug.
   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS    echo 't clr' >>$CONFIG_STATUS
     echo ': clr' >>$CONFIG_STATUS
     sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
   echo 'CEOF    echo 'CEOF
   sed -f conftest.frag conftest.in > conftest.out    sed -f $tmp/undefs.sed $tmp/in >$tmp/out
   rm -f conftest.in    rm -f $tmp/in
   mv conftest.out conftest.in    mv $tmp/out $tmp/in
 ' >> $CONFIG_STATUS  ' >>$CONFIG_STATUS
   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail    sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
   rm -f conftest.vals    rm -f conftest.undefs
   mv conftest.tail conftest.vals    mv conftest.tail conftest.undefs
 done  done
 rm -f conftest.vals  rm -f conftest.undefs
   
 cat >> $CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\EOF
   rm -f conftest.frag conftest.h    # Let's still pretend it is `configure' which instantiates (i.e., don't
   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h    # use $as_me), people would be surprised to read:
   cat conftest.in >> conftest.h    #    /* config.h.  Generated automatically by config.status.  */
   rm -f conftest.in    if test x"$ac_file" = x-; then
   if cmp -s $ac_file conftest.h 2>/dev/null; then      echo "/* Generated automatically by configure.  */" >$tmp/config.h
     echo "$ac_file is unchanged"  
     rm -f conftest.h  
   else    else
     # Remove last slash and all that follows it.  Not all systems have dirname.      echo "/* $ac_file.  Generated automatically by configure.  */" >$tmp/config.h
       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`    fi
     cat $tmp/in >>$tmp/config.h
     rm -f $tmp/in
     if test x"$ac_file" != x-; then
       if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
         { echo "$as_me:11388: $ac_file is unchanged" >&5
   echo "$as_me: $ac_file is unchanged" >&6;}
       else
         ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
            X"$ac_file" : 'X\(//\)[^/]' \| \
            X"$ac_file" : 'X\(//\)$' \| \
            X"$ac_file" : 'X\(/\)' \| \
            .     : '\(.\)' 2>/dev/null ||
   echo X"$ac_file" |
       sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
             /^X\(\/\/\)[^/].*/{ s//\1/; q; }
             /^X\(\/\/\)$/{ s//\1/; q; }
             /^X\(\/\).*/{ s//\1/; q; }
             s/.*/./; q'`
       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then        if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
       # The file is in a subdirectory.          { case "$ac_dir" in
       test ! -d "$ac_dir" && mkdir "$ac_dir"    [\\/]* | ?:[\\/]* ) as_incr_dir=;;
     *)                      as_incr_dir=.;;
   esac
   as_dummy="$ac_dir"
   for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
     case $as_mkdir_dir in
       # Skip DOS drivespec
       ?:) as_incr_dir=$as_mkdir_dir ;;
       *)
         as_incr_dir=$as_incr_dir/$as_mkdir_dir
         test -d "$as_incr_dir" || mkdir "$as_incr_dir"
       ;;
     esac
   done; }
   
         fi
         rm -f $ac_file
         mv $tmp/config.h $ac_file
     fi      fi
     rm -f $ac_file    else
     mv conftest.h $ac_file      cat $tmp/config.h
       rm -f $tmp/config.h
   fi    fi
 fi; done  done
   
 EOF  EOF
 cat >> $CONFIG_STATUS <<EOF  
   
 EOF  cat >>$CONFIG_STATUS <<\EOF
 cat >> $CONFIG_STATUS <<\EOF  
   
 exit 0  { (exit 0); exit 0; }
 EOF  EOF
 chmod +x $CONFIG_STATUS  chmod +x $CONFIG_STATUS
 rm -fr confdefs* $ac_clean_files  ac_clean_files=$ac_clean_files_save
 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1  
   
   # configure is writing to config.log, and then calls config.status.
   # config.status does its own redirection, appending to config.log.
   # Unfortunately, on DOS this fails, as config.log is still kept open
   # by configure, so config.status won't be able to write to it; its
   # output is simply discarded.  So we exec the FD to /dev/null,
   # effectively closing config.log, so it can be properly (re)opened and
   # appended to by config.status.  When coming back to configure, we
   # need to make the FD available again.
   if test "$no_create" != yes; then
     ac_cs_success=:
     exec 5>/dev/null
     $SHELL $CONFIG_STATUS || ac_cs_success=false
     exec 5>>config.log
     # Use ||, not &&, to avoid exiting from the if with $? = 1, which
     # would make configure fail if this is the last instruction.
     $ac_cs_success || { (exit 1); exit 1; }
   fi
   
 if test "$with_pam" = "yes"; then  if test "$with_pam" = "yes"; then
     echo ""      echo ""
Line 8497 
Line 11461 
     esac      esac
     echo ""      echo ""
 fi  fi
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9