freebsd-dev/crypto/heimdal/configure

20705 lines
520 KiB
Plaintext
Raw Normal View History

#! /bin/sh
2001-06-21 02:12:07 +00:00
# From configure.in Revision: 1.278 .
2001-02-13 16:46:19 +00:00
# Guess values for system-dependent variables and create Makefiles.
2001-06-21 02:12:07 +00:00
# Generated by Autoconf 2.49b for heimdal 0.3f.
#
2001-02-13 16:46:19 +00:00
# Report bugs to <heimdal-bugs@pdc.kth.se>.
#
2001-02-13 16:46:19 +00:00
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
# Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
2001-02-13 16:46:19 +00:00
# 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
2001-02-13 16:46:19 +00:00
if expr a : '\(a\)' >/dev/null 2>&1; then
as_expr=expr
else
as_expr=false
fi
# Support unset when possible.
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
as_unset=unset
else
as_unset=false
fi
2001-02-13 16:46:19 +00:00
# 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.
2001-06-21 02:12:07 +00:00
ac_nl='
2001-02-13 16:46:19 +00:00
'
2001-06-21 02:12:07 +00:00
IFS=" $ac_nl"
2001-02-13 16:46:19 +00:00
# CDPATH.
$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
2001-06-21 02:12:07 +00:00
cat >config.log << EOF
2001-02-13 16:46:19 +00:00
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
2001-06-21 02:12:07 +00:00
It was created by $as_me (heimdal 0.3f) 2.49b, executed with
2001-02-13 16:46:19 +00:00
> $0 $@
2001-06-21 02:12:07 +00:00
on `(hostname || uname -n) 2>/dev/null | sed 1q`:
2001-02-13 16:46:19 +00:00
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`
2001-06-21 02:12:07 +00:00
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
/bin/uname -X = `(/bin/uname -X) 2>/dev/null`
2001-06-21 02:12:07 +00:00
/bin/arch = `(/bin/arch) 2>/dev/null`
/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null`
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
hostinfo = `(hostinfo) 2>/dev/null`
/bin/machine = `(/bin/machine) 2>/dev/null`
/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null`
/bin/universe = `(/bin/universe) 2>/dev/null`
2001-02-13 16:46:19 +00:00
PATH = $PATH
EOF
2001-02-13 16:46:19 +00:00
# File descriptor usage:
# 0 standard input
# 1 file creation
# 2 errors and warnings
2001-06-21 02:12:07 +00:00
# 3 some systems may open it to /dev/tty
# 4 used on the Kubota Titan
2001-02-13 16:46:19 +00:00
# 6 checking for... messages and results
2001-06-21 02:12:07 +00:00
# 5 compiler messages saved in config.log
if test "$silent" = yes; then
exec 6>/dev/null
else
exec 6>&1
fi
2001-02-13 16:46:19 +00:00
exec 5>>config.log
2001-02-13 16:46:19 +00:00
#
# Initializations.
#
ac_default_prefix=/usr/local
cross_compiling=no
subdirs=
MFLAGS= MAKEFLAGS=
SHELL=${CONFIG_SHELL-/bin/sh}
2001-02-13 16:46:19 +00:00
# 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}
2001-06-21 02:12:07 +00:00
# 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`
# Name of the executable.
as_me=`echo "$0" | sed 's,.*/,,'`
2001-02-13 16:46:19 +00:00
# Avoid depending upon Character Ranges.
ac_cr_az='abcdefghijklmnopqrstuvwxyz'
ac_cr_AZ='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
ac_cr_09='0123456789'
ac_cr_alnum=$ac_cr_az$ac_cr_AZ$ac_cr_09
2001-02-13 16:46:19 +00:00
# Sed expression to map a string onto a valid sh and CPP variable names.
ac_tr_sh="sed y%*+%pp%;s%[^_$ac_cr_alnum]%_%g"
ac_tr_cpp="sed y%*$ac_cr_az%P$ac_cr_AZ%;s%[^_$ac_cr_alnum]%_%g"
2001-06-21 02:12:07 +00:00
# By default always use an empty string as the executable extension.
# Only change it if the script calls AC_EXEEXT.
ac_exeext=
# By default assume that objects files use an extension of .o. Only
# change it if the script calls AC_OBJEXT.
ac_objext=o
2001-02-13 16:46:19 +00:00
# Factoring default headers for most tests.
ac_includes_default="\
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#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>
#else
# if HAVE_STRINGS_H
# include <strings.h>
# endif
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif"
2001-06-21 02:12:07 +00:00
ac_default_prefix=/usr/heimdal
# Initialize some variables set by options.
2001-02-13 16:46:19 +00:00
ac_init_help=
ac_init_version=false
# The variables have the same names as the options, with
# dashes changed to underlines.
2001-02-13 16:46:19 +00:00
cache_file=/dev/null
exec_prefix=NONE
no_create=
no_recursion=
prefix=NONE
program_prefix=NONE
program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
srcdir=
verbose=
x_includes=NONE
x_libraries=NONE
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datadir='${prefix}/share'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
libdir='${exec_prefix}/lib'
includedir='${prefix}/include'
oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/man'
ac_prev=
for ac_option
do
# If the previous option needs an argument, assign it.
if test -n "$ac_prev"; then
eval "$ac_prev=\$ac_option"
ac_prev=
continue
fi
2001-02-13 16:46:19 +00:00
ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
# Accept the important Cygnus configure options, so we can diagnose typos.
2001-02-13 16:46:19 +00:00
case $ac_option in
-bindir | --bindir | --bindi | --bind | --bin | --bi)
ac_prev=bindir ;;
-bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
2001-02-13 16:46:19 +00:00
bindir=$ac_optarg ;;
-build | --build | --buil | --bui | --bu)
2001-02-13 16:46:19 +00:00
ac_prev=build_alias ;;
-build=* | --build=* | --buil=* | --bui=* | --bu=*)
2001-02-13 16:46:19 +00:00
build_alias=$ac_optarg ;;
-cache-file | --cache-file | --cache-fil | --cache-fi \
| --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
ac_prev=cache_file ;;
-cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
| --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
2001-02-13 16:46:19 +00:00
cache_file=$ac_optarg ;;
--config-cache | -C)
cache_file=config.cache ;;
-datadir | --datadir | --datadi | --datad | --data | --dat | --da)
ac_prev=datadir ;;
-datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
| --da=*)
2001-02-13 16:46:19 +00:00
datadir=$ac_optarg ;;
-disable-* | --disable-*)
2001-02-13 16:46:19 +00:00
ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
# Reject names that are not valid shell variable names.
2001-02-13 16:46:19 +00:00
expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
ac_feature=`echo $ac_feature | sed 's/-/_/g'`
eval "enable_$ac_feature=no" ;;
-enable-* | --enable-*)
2001-02-13 16:46:19 +00:00
ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
# Reject names that are not valid shell variable names.
2001-02-13 16:46:19 +00:00
expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
ac_feature=`echo $ac_feature | sed 's/-/_/g'`
case $ac_option in
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
*) ac_optarg=yes ;;
esac
2001-02-13 16:46:19 +00:00
eval "enable_$ac_feature='$ac_optarg'" ;;
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
| --exec | --exe | --ex)
ac_prev=exec_prefix ;;
-exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
| --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
| --exec=* | --exe=* | --ex=*)
2001-02-13 16:46:19 +00:00
exec_prefix=$ac_optarg ;;
-gas | --gas | --ga | --g)
# Obsolete; use --with-gas.
with_gas=yes ;;
2001-02-13 16:46:19 +00:00
-help | --help | --hel | --he | -h)
ac_init_help=long ;;
-help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
ac_init_help=recursive ;;
-help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
ac_init_help=short ;;
-host | --host | --hos | --ho)
2001-02-13 16:46:19 +00:00
ac_prev=host_alias ;;
-host=* | --host=* | --hos=* | --ho=*)
2001-02-13 16:46:19 +00:00
host_alias=$ac_optarg ;;
-includedir | --includedir | --includedi | --included | --include \
| --includ | --inclu | --incl | --inc)
ac_prev=includedir ;;
-includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
| --includ=* | --inclu=* | --incl=* | --inc=*)
2001-02-13 16:46:19 +00:00
includedir=$ac_optarg ;;
-infodir | --infodir | --infodi | --infod | --info | --inf)
ac_prev=infodir ;;
-infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
2001-02-13 16:46:19 +00:00
infodir=$ac_optarg ;;
-libdir | --libdir | --libdi | --libd)
ac_prev=libdir ;;
-libdir=* | --libdir=* | --libdi=* | --libd=*)
2001-02-13 16:46:19 +00:00
libdir=$ac_optarg ;;
-libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
| --libexe | --libex | --libe)
ac_prev=libexecdir ;;
-libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
| --libexe=* | --libex=* | --libe=*)
2001-02-13 16:46:19 +00:00
libexecdir=$ac_optarg ;;
-localstatedir | --localstatedir | --localstatedi | --localstated \
| --localstate | --localstat | --localsta | --localst \
| --locals | --local | --loca | --loc | --lo)
ac_prev=localstatedir ;;
-localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
| --localstate=* | --localstat=* | --localsta=* | --localst=* \
| --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
2001-02-13 16:46:19 +00:00
localstatedir=$ac_optarg ;;
-mandir | --mandir | --mandi | --mand | --man | --ma | --m)
ac_prev=mandir ;;
-mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
2001-02-13 16:46:19 +00:00
mandir=$ac_optarg ;;
-nfp | --nfp | --nf)
# Obsolete; use --without-fp.
with_fp=no ;;
-no-create | --no-create | --no-creat | --no-crea | --no-cre \
| --no-cr | --no-c)
no_create=yes ;;
-no-recursion | --no-recursion | --no-recursio | --no-recursi \
| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
no_recursion=yes ;;
-oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
| --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
| --oldin | --oldi | --old | --ol | --o)
ac_prev=oldincludedir ;;
-oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
| --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
| --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
2001-02-13 16:46:19 +00:00
oldincludedir=$ac_optarg ;;
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
ac_prev=prefix ;;
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
2001-02-13 16:46:19 +00:00
prefix=$ac_optarg ;;
-program-prefix | --program-prefix | --program-prefi | --program-pref \
| --program-pre | --program-pr | --program-p)
ac_prev=program_prefix ;;
-program-prefix=* | --program-prefix=* | --program-prefi=* \
| --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
2001-02-13 16:46:19 +00:00
program_prefix=$ac_optarg ;;
-program-suffix | --program-suffix | --program-suffi | --program-suff \
| --program-suf | --program-su | --program-s)
ac_prev=program_suffix ;;
-program-suffix=* | --program-suffix=* | --program-suffi=* \
| --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
2001-02-13 16:46:19 +00:00
program_suffix=$ac_optarg ;;
-program-transform-name | --program-transform-name \
| --program-transform-nam | --program-transform-na \
| --program-transform-n | --program-transform- \
| --program-transform | --program-transfor \
| --program-transfo | --program-transf \
| --program-trans | --program-tran \
| --progr-tra | --program-tr | --program-t)
ac_prev=program_transform_name ;;
-program-transform-name=* | --program-transform-name=* \
| --program-transform-nam=* | --program-transform-na=* \
| --program-transform-n=* | --program-transform-=* \
| --program-transform=* | --program-transfor=* \
| --program-transfo=* | --program-transf=* \
| --program-trans=* | --program-tran=* \
| --progr-tra=* | --program-tr=* | --program-t=*)
2001-02-13 16:46:19 +00:00
program_transform_name=$ac_optarg ;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
| --sbi=* | --sb=*)
2001-02-13 16:46:19 +00:00
sbindir=$ac_optarg ;;
-sharedstatedir | --sharedstatedir | --sharedstatedi \
| --sharedstated | --sharedstate | --sharedstat | --sharedsta \
| --sharedst | --shareds | --shared | --share | --shar \
| --sha | --sh)
ac_prev=sharedstatedir ;;
-sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
| --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
| --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
| --sha=* | --sh=*)
2001-02-13 16:46:19 +00:00
sharedstatedir=$ac_optarg ;;
-site | --site | --sit)
ac_prev=site ;;
-site=* | --site=* | --sit=*)
2001-02-13 16:46:19 +00:00
site=$ac_optarg ;;
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
ac_prev=srcdir ;;
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
2001-02-13 16:46:19 +00:00
srcdir=$ac_optarg ;;
-sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
| --syscon | --sysco | --sysc | --sys | --sy)
ac_prev=sysconfdir ;;
-sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
| --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
2001-02-13 16:46:19 +00:00
sysconfdir=$ac_optarg ;;
-target | --target | --targe | --targ | --tar | --ta | --t)
2001-02-13 16:46:19 +00:00
ac_prev=target_alias ;;
-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
2001-02-13 16:46:19 +00:00
target_alias=$ac_optarg ;;
-v | -verbose | --verbose | --verbos | --verbo | --verb)
verbose=yes ;;
2001-02-13 16:46:19 +00:00
-version | --version | --versio | --versi | --vers | -V)
ac_init_version=: ;;
-with-* | --with-*)
2001-02-13 16:46:19 +00:00
ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
# Reject names that are not valid shell variable names.
2001-02-13 16:46:19 +00:00
expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: invalid package name: $ac_package" >&2
{ (exit 1); exit; }; }
ac_package=`echo $ac_package| sed 's/-/_/g'`
2001-02-13 16:46:19 +00:00
case $ac_option in
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
*) ac_optarg=yes ;;
esac
2001-02-13 16:46:19 +00:00
eval "with_$ac_package='$ac_optarg'" ;;
-without-* | --without-*)
2001-02-13 16:46:19 +00:00
ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
# Reject names that are not valid shell variable names.
2001-02-13 16:46:19 +00:00
expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: invalid package name: $ac_package" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
ac_package=`echo $ac_package | sed 's/-/_/g'`
eval "with_$ac_package=no" ;;
--x)
# Obsolete; use --with-x.
with_x=yes ;;
-x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
| --x-incl | --x-inc | --x-in | --x-i)
ac_prev=x_includes ;;
-x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
| --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
2001-02-13 16:46:19 +00:00
x_includes=$ac_optarg ;;
-x-libraries | --x-libraries | --x-librarie | --x-librari \
| --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
ac_prev=x_libraries ;;
-x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
2001-02-13 16:46:19 +00:00
x_libraries=$ac_optarg ;;
2001-06-21 02:12:07 +00:00
-*) { echo "$as_me: error: unrecognized option: $ac_option
Try \`$0 --help' for more information." >&2
{ (exit 1); exit; }; }
;;
2001-02-13 16:46:19 +00:00
*=*)
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
# Reject names that are not valid shell variable names.
expr "x$ac_envvar" : ".*[^_$ac_cr_alnum]" >/dev/null &&
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: invalid variable name: $ac_envvar" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
eval "$ac_envvar='$ac_optarg'"
export $ac_envvar ;;
*)
2001-02-13 16:46:19 +00:00
# FIXME: should be removed in autoconf 3.0.
2001-06-21 02:12:07 +00:00
{ echo "$as_me:486: WARNING: you should use --build, --host, --target" >&5
echo "$as_me: warning: you should use --build, --host, --target" >&2; }
2001-02-13 16:46:19 +00:00
expr "x$ac_option" : ".*[^-._$ac_cr_alnum]" >/dev/null &&
2001-06-21 02:12:07 +00:00
{ echo "$as_me:489: WARNING: invalid host type: $ac_option" >&5
echo "$as_me: warning: invalid host type: $ac_option" >&2; }
2001-02-13 16:46:19 +00:00
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
;;
esac
done
if test -n "$ac_prev"; then
2001-02-13 16:46:19 +00:00
ac_option=--`echo $ac_prev | sed 's/_/-/g'`
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: missing argument to $ac_option" >&2
{ (exit 1); exit; }; }
fi
2001-02-13 16:46:19 +00:00
# Be sure to have absolute paths.
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
localstatedir libdir includedir oldincludedir infodir mandir \
exec_prefix prefix
do
2001-02-13 16:46:19 +00:00
eval ac_val=$`echo $ac_var`
case $ac_val in
[\\/$]* | ?:[\\/]* ) ;;
NONE ) ;;
2001-06-21 02:12:07 +00:00
*) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
{ (exit 1); exit; }; };;
esac
done
2001-02-13 16:46:19 +00:00
# There might be people who depend on the old broken behavior: `$host'
# used to hold the argument of --host etc.
build=$build_alias
host=$host_alias
target=$target_alias
# FIXME: should be removed in autoconf 3.0.
if test "x$host_alias" != x; then
if test "x$build_alias" = x; then
cross_compiling=maybe
2001-06-21 02:12:07 +00:00
{ echo "$as_me:527: WARNING: If you wanted to set the --build type, don't use --host.
2001-02-13 16:46:19 +00:00
If a cross compiler is detected then cross compile mode will be used." >&5
2001-06-21 02:12:07 +00:00
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; }
2001-02-13 16:46:19 +00:00
elif test "x$build_alias" != "x$host_alias"; then
cross_compiling=yes
fi
fi
2001-02-13 16:46:19 +00:00
ac_tool_prefix=
test -n "$host_alias" && ac_tool_prefix=$host_alias-
# Find the source files, if location was not specified.
if test -z "$srcdir"; then
ac_srcdir_defaulted=yes
# Try the directory containing this script, then its parent.
ac_prog=$0
2001-02-13 16:46:19 +00:00
ac_confdir=`echo "$ac_prog" | sed 's%/[^/][^/]*$%%'`
test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
srcdir=$ac_confdir
if test ! -r $srcdir/$ac_unique_file; then
srcdir=..
fi
else
ac_srcdir_defaulted=no
fi
if test ! -r $srcdir/$ac_unique_file; then
if test "$ac_srcdir_defaulted" = yes; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
{ (exit 1); exit; }; }
else
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: cannot find sources in $srcdir" >&2
{ (exit 1); exit; }; }
fi
fi
2001-02-13 16:46:19 +00:00
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
2001-02-13 16:46:19 +00:00
#
# 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
2001-06-21 02:12:07 +00:00
\`configure' configures heimdal 0.3f to adapt to many kinds of systems.
2001-02-13 16:46:19 +00:00
Usage: $0 [OPTION]... [VAR=VALUE]...
2001-02-13 16:46:19 +00:00
To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.
2001-02-13 16:46:19 +00:00
Defaults for the options are specified in brackets.
2001-02-13 16:46:19 +00:00
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 \`..']
2001-02-13 16:46:19 +00:00
EOF
2001-02-13 16:46:19 +00:00
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]
2001-02-13 16:46:19 +00:00
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 [PREFIX/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
Program names:
--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
X features:
--x-includes=DIR X include files are in DIR
--x-libraries=DIR X library files are in DIR
System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST build programs to run on HOST [BUILD]
EOF
fi
2001-02-13 16:46:19 +00:00
if test -n "$ac_init_help"; then
case $ac_init_help in
2001-06-21 02:12:07 +00:00
short | recursive ) echo "Configuration of heimdal 0.3f:";;
2001-02-13 16:46:19 +00:00
esac
cat <<\EOF
Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--disable-dependency-tracking Speeds up one-time builds
--enable-dependency-tracking Do not reject slow dependency extractors
--enable-shared=PKGS build shared libraries default=no
--enable-static=PKGS build static libraries default=yes
--enable-fast-install=PKGS optimize for fast installation default=yes
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-dce if you want support for DCE/DFS PAG's.
--enable-kaserver if you want the KDC to try to emulate a kaserver
--enable-kaserver-db if you want support for reading kaserver databases in hprop
--disable-otp if you don't want OTP support
--enable-osfc2 enable some OSF C2 support
--enable-bigendian the target is big endian
--enable-littleendian the target is little endian
--enable-netinfo enable netinfo for configuration lookup
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-mips-abi=abi ABI to use for IRIX (32, n32, or 64)
--with-gnu-ld assume the C compiler uses GNU ld default=no
--with-pic try to use only PIC/non-PIC objects default=use both
--without-berkeley-db if you don't want berkeley db
--without-ipv6 do not enable IPv6 support
--with-openldap=dir use openldap in dir
--with-openldap-lib=dir use openldap libraries in dir
--with-openldap-include=dir use openldap headers in dir
--with-krb4=dir use krb4 in dir
--with-krb4-lib=dir use krb4 libraries in dir
--with-krb4-include=dir use krb4 headers in dir
--with-readline=dir use readline in dir
--with-readline-lib=dir use readline libraries in dir
--with-readline-include=dir use readline headers in dir
--with-hesiod=dir use hesiod in dir
--with-hesiod-lib=dir use hesiod libraries in dir
--with-hesiod-include=dir use hesiod headers in dir
--with-x use the X Window System
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>
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to <heimdal-bugs@pdc.kth.se>.
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
2001-02-13 16:46:19 +00:00
# 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
2001-06-21 02:12:07 +00:00
elif test -f $ac_sub_srcdir/configure.in; then
2001-02-13 16:46:19 +00:00
echo
$ac_configure --help
else
2001-06-21 02:12:07 +00:00
{ echo "$as_me:757: WARNING: no configuration information is in $ac_subdir" >&5
echo "$as_me: warning: no configuration information is in $ac_subdir" >&2; }
2001-02-13 16:46:19 +00:00
fi
cd $ac_popdir
done
2001-02-13 16:46:19 +00:00
fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\EOF
2001-06-21 02:12:07 +00:00
configure (heimdal 0.3f) 2.49b
2001-02-13 16:46:19 +00:00
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
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
2001-02-13 16:46:19 +00:00
# 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
2001-06-21 02:12:07 +00:00
# config.log.
2001-02-13 16:46:19 +00:00
trap 'exit_status=$?
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 $ac_clean_files &&
exit $exit_status
' 0
for ac_signal in 1 2 13 15; do
2001-06-21 02:12:07 +00:00
trap 'ac_status=$?; ac_signal='$ac_signal'; exit $ac_status' $ac_signal
2001-02-13 16:46:19 +00:00
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.
if test -z "$CONFIG_SITE"; then
if test "x$prefix" != xNONE; then
CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
else
2001-02-13 16:46:19 +00:00
CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
fi
fi
2001-02-13 16:46:19 +00:00
for ac_site_file in $CONFIG_SITE; do
if test -r "$ac_site_file"; then
echo "loading site script $ac_site_file"
. "$ac_site_file"
fi
done
2001-02-13 16:46:19 +00:00
if test -r "$cache_file"; then
# Some versions of bash will fail to source /dev/null (special
# files actually), so we avoid doing that.
if test -f "$cache_file"; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me:838: loading cache $cache_file" >&5
echo "loading cache $cache_file" >&6;}
2001-02-13 16:46:19 +00:00
case $cache_file in
[\\/]* | ?:[\\/]* ) . $cache_file;;
*) . ./$cache_file;;
esac
fi
else
2001-06-21 02:12:07 +00:00
{ echo "$as_me:846: creating cache $cache_file" >&5
echo "creating cache $cache_file" >&6;}
2001-02-13 16:46:19 +00:00
>$cache_file
fi
# Check that the precious variables saved in the cache have kept the same
# value.
ac_suggest_removing_cache=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,)
2001-06-21 02:12:07 +00:00
{ echo "$as_me:862: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
echo "$as_me: warning: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2; }
2001-02-13 16:46:19 +00:00
ac_suggest_removing_cache=: ;;
,set)
2001-06-21 02:12:07 +00:00
{ echo "$as_me:866: WARNING: \`$ac_var' was not set in the previous run" >&5
echo "$as_me: warning: \`$ac_var' was not set in the previous run" >&2; }
2001-02-13 16:46:19 +00:00
ac_suggest_removing_cache=: ;;
,);;
*)
if test "x$ac_old_val" != "x$ac_new_val"; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me:872: WARNING: \`$ac_var' has changed since the previous run:" >&5
echo "$as_me: warning: \`$ac_var' has changed since the previous run:" >&2; }
{ echo "$as_me:874: WARNING: former value: $ac_old_val" >&5
echo "$as_me: warning: former value: $ac_old_val" >&2; }
{ echo "$as_me:876: WARNING: current value: $ac_new_val" >&5
echo "$as_me: warning: current value: $ac_new_val" >&2; }
2001-02-13 16:46:19 +00:00
ac_suggest_removing_cache=:
fi;;
esac
done
if $ac_suggest_removing_cache; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me:883: WARNING: changes in the environment can compromise the build" >&5
echo "$as_me: warning: changes in the environment can compromise the build" >&2; }
{ echo "$as_me:885: WARNING: consider removing $cache_file and starting over" >&5
echo "$as_me: warning: consider removing $cache_file and starting over" >&2; }
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
2001-06-21 02:12:07 +00:00
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='${CC-cc} -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2001-02-13 16:46:19 +00:00
ac_compiler_gnu=$ac_cv_c_compiler_gnu
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
*c*,-n*) ECHO_N= ECHO_C='
' ECHO_T=' ' ;;
*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
*) ECHO_N= ECHO_C='\c' ECHO_T= ;;
esac
2001-02-13 16:46:19 +00:00
ac_config_headers="$ac_config_headers include/config.h"
2001-06-21 02:12:07 +00:00
ac_config_commands="$ac_config_commands default-1"
2001-02-13 16:46:19 +00:00
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
2001-06-21 02:12:07 +00:00
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='${CC-cc} -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2001-02-13 16:46:19 +00:00
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
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
2001-06-21 02:12:07 +00:00
echo "$as_me:915: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
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
2001-02-13 16:46:19 +00:00
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=':'
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_CC="${ac_tool_prefix}gcc"
break
done
fi
2001-02-13 16:46:19 +00:00
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:937: result: $CC" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$CC" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:940: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
2001-02-13 16:46:19 +00:00
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
2001-06-21 02:12:07 +00:00
echo "$as_me:949: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
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_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_ac_ct_CC="gcc"
break
done
fi
fi
2001-02-13 16:46:19 +00:00
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:971: result: $ac_ct_CC" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_ct_CC" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:974: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
2001-02-13 16:46:19 +00:00
CC=$ac_ct_CC
else
CC="$ac_cv_prog_CC"
fi
2001-02-13 16:46:19 +00:00
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
2001-06-21 02:12:07 +00:00
echo "$as_me:987: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
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_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_CC="${ac_tool_prefix}cc"
break
done
2001-02-13 16:46:19 +00:00
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:1009: result: $CC" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$CC" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:1012: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
fi
2001-02-13 16:46:19 +00:00
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
2001-06-21 02:12:07 +00:00
echo "$as_me:1021: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
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_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_ac_ct_CC="cc"
break
done
2001-02-13 16:46:19 +00:00
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:1043: result: $ac_ct_CC" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_ct_CC" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:1046: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
2001-02-13 16:46:19 +00:00
CC=$ac_ct_CC
else
CC="$ac_cv_prog_CC"
fi
2001-02-13 16:46:19 +00:00
fi
if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
2001-06-21 02:12:07 +00:00
echo "$as_me:1059: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
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_prog_rejected=no
ac_save_IFS=$IFS; IFS=':'
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
ac_prog_rejected=yes
continue
fi
ac_cv_prog_CC="cc"
break
done
2001-02-13 16:46:19 +00:00
if test $ac_prog_rejected = yes; then
# We found a bogon in the path, so make sure we never use it.
set dummy $ac_cv_prog_CC
shift
if test $# != 0; then
# We chose a different compiler from the bogus one.
# 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.
shift
set dummy "$ac_dir/$ac_word" ${1+"$@"}
shift
ac_cv_prog_CC="$@"
fi
fi
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:1100: result: $CC" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$CC" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:1103: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
fi
2001-02-13 16:46:19 +00:00
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
2001-06-21 02:12:07 +00:00
echo "$as_me:1114: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
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_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
break
done
2001-02-13 16:46:19 +00:00
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:1136: result: $CC" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$CC" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:1139: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
2001-02-13 16:46:19 +00:00
test -n "$CC" && break
done
fi
2001-02-13 16:46:19 +00:00
if test -z "$CC"; then
ac_ct_CC=$CC
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
2001-06-21 02:12:07 +00:00
echo "$as_me:1152: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
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_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_ac_ct_CC="$ac_prog"
break
done
2001-02-13 16:46:19 +00:00
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:1174: result: $ac_ct_CC" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_ct_CC" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:1177: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
2001-02-13 16:46:19 +00:00
test -n "$ac_ct_CC" && break
done
2001-02-13 16:46:19 +00:00
CC=$ac_ct_CC
fi
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
test -z "$CC" && { echo "$as_me: error: no acceptable cc found in \$PATH" >&2
{ (exit 1); exit; }; }
2001-06-21 02:12:07 +00:00
echo "$as_me:1192: checking whether the C compiler works" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 1195 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:1207: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
# 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
2001-06-21 02:12:07 +00:00
if { ac_try='./conftest$ac_exeext'; { (eval echo $as_me:1211: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; }; then
2001-02-13 16:46:19 +00:00
cross_compiling=no
else
2001-02-13 16:46:19 +00:00
if test "$cross_compiling" = maybe; then
cross_compiling=yes
else
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: cannot run C compiled programs.
To enable cross compilation, use \`--host'." >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
fi
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:1223: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
echo "$as_me:1228: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: C compiler cannot create executables" >&2
{ (exit 77); exit; }; }
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
2001-06-21 02:12:07 +00:00
echo "$as_me:1234: checking whether we are cross compiling" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2001-06-21 02:12:07 +00:00
echo "$as_me:1236: result: $cross_compiling" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$cross_compiling" >&6
2001-06-21 02:12:07 +00:00
echo "$as_me:1239: checking whether we are using the GNU C compiler" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
if test "${ac_cv_c_compiler_gnu+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 1245 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
#ifndef __GNUC__
2001-06-21 02:12:07 +00:00
choke me
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:1260: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_compiler_gnu=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_compiler_gnu=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
ac_cv_c_compiler_gnu=$ac_compiler_gnu
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:1271: result: $ac_cv_c_compiler_gnu" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
GCC=`test $ac_compiler_gnu = yes && echo yes`
2001-06-21 02:12:07 +00:00
echo "$as_me:1274: checking for object suffix" >&5
echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
if test "${ac_cv_objext+set}" = set; then
2001-02-13 16:46:19 +00:00
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 1280 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:1291: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
for ac_file in `ls conftest.o conftest.obj conftest.* 2>/dev/null`; do
case $ac_file in
*.$ac_ext | *.tds | *.d ) ;;
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
break;;
esac
done
rm -f conftest.$ac_objext conftest.$ac_ext
else
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: cannot compile" >&2
{ (exit 1); exit; }; }
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:1305: result: $ac_cv_objext" >&5
echo "${ECHO_T}$ac_cv_objext" >&6
OBJEXT=$ac_cv_objext
ac_objext=$ac_cv_objext
echo "$as_me:1310: checking for executable suffix" >&5
echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
if test "${ac_cv_exeext+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-06-21 02:12:07 +00:00
case "$CYGWIN $MINGW32 $EMXOS2" in
*yes*) ac_cv_exeext=.exe ;;
*)
cat >conftest.$ac_ext <<_ACEOF
#line 1319 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
int
main ()
{
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:1330: \"$ac_link\") >&5; (eval $ac_link) 2>&5; }; 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 conftest conftest.* 2>/dev/null`; do
case $ac_file in
*.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d) ;;
*) ac_cv_exeext=`expr "$ac_file" : 'conftest\(.*\)'`
break;;
esac
done
rm -f conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
else
{ echo "$as_me: error: cannot compile and link" >&2
{ (exit 1); exit; }; }
fi
;;
esac
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:1350: result: $ac_cv_exeext" >&5
echo "${ECHO_T}$ac_cv_exeext" >&6
EXEEXT=$ac_cv_exeext
ac_exeext=$EXEEXT
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
CFLAGS="-g"
echo "$as_me:1358: checking whether ${CC-cc} accepts -g" >&5
echo $ECHO_N "checking whether ${CC-cc} accepts -g... $ECHO_C" >&6
if test "${ac_cv_prog_cc_g+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 1364 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
int
main ()
{
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:1376: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_prog_cc_g=yes
2001-02-13 16:46:19 +00:00
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_prog_cc_g=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
2001-06-21 02:12:07 +00:00
fi
echo "$as_me:1385: 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
2001-06-21 02:12:07 +00:00
if test "$GCC" = yes; then
CFLAGS="-O2"
else
CFLAGS=
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:1403: checking how to run the C preprocessor" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
fi
if test -z "$CPP"; then
if test "${ac_cv_prog_CPP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
# Double quotes because CPP needs to be expanded
2001-06-21 02:12:07 +00:00
for CPP in "${CC-cc} -E" "${CC-cc} -E -traditional-cpp" "/lib/cpp"
2001-02-13 16:46:19 +00:00
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
2001-06-21 02:12:07 +00:00
#line 1421 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <assert.h>
Syntax error
_ACEOF
2001-06-21 02:12:07 +00:00
ac_c_preproc_warn_flag=maybe
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:1428: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
2001-02-13 16:46:19 +00:00
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
# Now check whether non-existent headers can be detected and how
2001-02-13 16:46:19 +00:00
# Skip if ac_cpp_err is not empty - ac_cpp is broken
if test -z "$ac_cpp_err"; then
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 1442 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:1447: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
2001-02-13 16:46:19 +00:00
ac_cpp_err=
fi
else
2001-02-13 16:46:19 +00:00
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
if test -z "$ac_cpp_err"; then
# cannot detect missing includes at all
ac_cpp_err=yes
else
if test "x$ac_cpp_err" = xmaybe; then
2001-02-13 16:46:19 +00:00
ac_c_preproc_warn_flag=yes
else
ac_c_preproc_warn_flag=
fi
2001-02-13 16:46:19 +00:00
ac_cpp_err=
2001-06-21 02:12:07 +00:00
fi
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
2001-02-13 16:46:19 +00:00
if test -z "$ac_cpp_err"; then
break
fi
done
ac_cv_prog_CPP=$CPP
fi
2001-02-13 16:46:19 +00:00
CPP=$ac_cv_prog_CPP
else
2001-02-13 16:46:19 +00:00
# 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
2001-06-21 02:12:07 +00:00
#line 1485 "configure"
#include "confdefs.h"
#include <assert.h>
2001-02-13 16:46:19 +00:00
Syntax error
_ACEOF
2001-06-21 02:12:07 +00:00
ac_c_preproc_warn_flag=maybe
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:1492: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
2001-02-13 16:46:19 +00:00
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
# Now check whether non-existent headers can be detected and how
2001-02-13 16:46:19 +00:00
# Skip if ac_cpp_err is not empty - ac_cpp is broken
if test -z "$ac_cpp_err"; then
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 1506 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <ac_nonexistent.h>
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:1511: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
2001-02-13 16:46:19 +00:00
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
if test -z "$ac_cpp_err"; then
# cannot detect missing includes at all
ac_cpp_err=yes
else
if test "x$ac_cpp_err" = xmaybe; then
2001-02-13 16:46:19 +00:00
ac_c_preproc_warn_flag=yes
else
ac_c_preproc_warn_flag=
fi
2001-02-13 16:46:19 +00:00
ac_cpp_err=
2001-06-21 02:12:07 +00:00
fi
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
2001-02-13 16:46:19 +00:00
ac_cv_prog_CPP=$CPP
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:1537: result: $CPP" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$CPP" >&6
if test -n "$ac_cpp_err"; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2
{ (exit 1); exit; }; }
fi
2001-02-13 16:46:19 +00:00
2001-06-21 02:12:07 +00:00
echo "$as_me:1544: checking for ${CC-cc} option to accept ANSI C" >&5
echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
2001-02-13 16:46:19 +00:00
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
2001-06-21 02:12:07 +00:00
#line 1552 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#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
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:1601: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_prog_cc_stdc=$ac_arg
2001-06-21 02:12:07 +00:00
rm -f conftest.$ac_ext conftest.$ac_objext
2001-02-13 16:46:19 +00:00
break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext
done
CC=$ac_save_CC
fi
2001-02-13 16:46:19 +00:00
case "x$ac_cv_prog_cc_stdc" in
x|xno)
2001-06-21 02:12:07 +00:00
echo "$as_me:1617: result: none needed" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}none needed" >&6 ;;
*)
2001-06-21 02:12:07 +00:00
echo "$as_me:1620: result: $ac_cv_prog_cc_stdc" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
CC="$CC $ac_cv_prog_cc_stdc" ;;
esac
2001-02-13 16:46:19 +00:00
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
if test -f $ac_dir/install-sh; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install-sh -c"
break
elif test -f $ac_dir/install.sh; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install.sh -c"
break
elif test -f $ac_dir/shtool; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/shtool install -c"
break
fi
done
if test -z "$ac_aux_dir"; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2
{ (exit 1); exit; }; }
fi
2001-02-13 16:46:19 +00:00
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
2001-02-13 16:46:19 +00:00
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
2001-06-21 02:12:07 +00:00
echo "$as_me:1661: checking for a BSD compatible install" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
ac_save_IFS=$IFS; IFS=':'
for ac_dir in $PATH; do
# Account for people who put trailing slashes in PATH elements.
case $ac_dir/ in
/ | ./ | .// | /cC/* \
| /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
| /usr/ucb/* ) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
# Don't use installbsd from OSF since it installs stuff as root
# by default.
for ac_prog in ginstall scoinst install; do
if test -f "$ac_dir/$ac_prog"; then
if test $ac_prog = install &&
grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
:
elif test $ac_prog = install &&
grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
# program-specific install script used by HP pwplus--don't use.
:
else
ac_cv_path_install="$ac_dir/$ac_prog -c"
break 2
fi
fi
done
;;
esac
done
IFS=$ac_save_IFS
fi
2001-02-13 16:46:19 +00:00
if test "${ac_cv_path_install+set}" = set; then
INSTALL=$ac_cv_path_install
else
# As a last resort, use the slow shell script. We don't cache a
# path for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the path is relative.
INSTALL=$ac_install_sh
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:1710: result: $INSTALL" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$INSTALL" >&6
2001-02-13 16:46:19 +00:00
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2001-02-13 16:46:19 +00:00
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2001-02-13 16:46:19 +00:00
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2001-06-21 02:12:07 +00:00
echo "$as_me:1721: checking whether build environment is sane" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
# Just in case
sleep 1
echo timestamp > conftestfile
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
if test "$*" = "X"; then
# -L didn't work.
set X `ls -t $srcdir/configure conftestfile`
fi
if test "$*" != "X $srcdir/configure conftestfile" \
&& test "$*" != "X conftestfile $srcdir/configure"; then
2001-02-13 16:46:19 +00:00
# If neither matched, then we have a broken ls. This can happen
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
alias in your environment" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
test "$2" = conftestfile
)
then
# Ok.
:
else
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: newly created file is older than distributed files!
Check your system clock" >&2
{ (exit 1); exit; }; }
fi
2001-02-13 16:46:19 +00:00
rm -f conftest*
2001-06-21 02:12:07 +00:00
echo "$as_me:1760: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
if test "$program_transform_name" = s,x,x,; then
program_transform_name=
else
# Double any \ or $. echo might interpret backslashes.
cat <<\EOF >conftestsed
s,\\,\\\\,g; s,\$,$$,g
EOF
program_transform_name=`echo $program_transform_name | sed -f conftestsed`
rm -f conftestsed
fi
2001-02-13 16:46:19 +00:00
test "$program_prefix" != NONE &&
program_transform_name="s,^,${program_prefix},;$program_transform_name"
# Use a double $ so make ignores it.
test "$program_suffix" != NONE &&
program_transform_name="s,\$\$,${program_suffix},;$program_transform_name"
# sed with no file args requires a program.
test -z "$program_transform_name" && program_transform_name="s,x,x,"
test x"${MISSING+set}" = xset || \
2001-06-21 02:12:07 +00:00
MISSING="\${SHELL} `CDPATH=:; cd $ac_aux_dir && pwd`/missing"
# Use eval to expand $SHELL
2001-02-13 16:46:19 +00:00
if eval "$MISSING --run :"; then
am_missing_run="$MISSING --run "
else
2001-02-13 16:46:19 +00:00
am_missing_run=
am_backtick='`'
2001-06-21 02:12:07 +00:00
{ echo "$as_me:1789: WARNING: ${am_backtick}missing' script is too old or missing" >&5
echo "$as_me: warning: ${am_backtick}missing' script is too old or missing" >&2; }
fi
for ac_prog in mawk gawk nawk awk
do
2001-02-13 16:46:19 +00:00
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
2001-06-21 02:12:07 +00:00
echo "$as_me:1797: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_AWK+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$AWK"; then
ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
2001-02-13 16:46:19 +00:00
ac_save_IFS=$IFS; IFS=':'
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_AWK="$ac_prog"
break
done
fi
fi
2001-02-13 16:46:19 +00:00
AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:1819: result: $AWK" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$AWK" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:1822: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
2001-02-13 16:46:19 +00:00
test -n "$AWK" && break
done
2001-06-21 02:12:07 +00:00
echo "$as_me:1829: checking whether ${MAKE-make} sets \${MAKE}" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftestmake <<\EOF
all:
@echo 'ac_maketemp="${MAKE}"'
EOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
if test -n "$ac_maketemp"; then
eval ac_cv_prog_make_${ac_make}_set=yes
else
2001-02-13 16:46:19 +00:00
eval ac_cv_prog_make_${ac_make}_set=no
fi
rm -f conftestmake
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:1849: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
SET_MAKE=
else
2001-06-21 02:12:07 +00:00
echo "$as_me:1853: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
SET_MAKE="MAKE=${MAKE-make}"
fi
# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
if test "${enable_dependency_tracking+set}" = set; then
enableval="$enable_dependency_tracking"
fi;
if test "x$enable_dependency_tracking" = xno; then
AMDEP="#"
else
am_depcomp="$ac_aux_dir/depcomp"
if test ! -f "$am_depcomp"; then
AMDEP="#"
else
2001-02-13 16:46:19 +00:00
AMDEP=
fi
fi
2001-02-13 16:46:19 +00:00
if test -z "$AMDEP"; then
AMDEPBACKSLASH='\'
else
AMDEPBACKSLASH=
fi
2001-02-13 16:46:19 +00:00
if test -d .deps || mkdir .deps 2> /dev/null || test -d .deps; then
DEPDIR=.deps
2001-06-21 02:12:07 +00:00
# We redirect because .deps might already exist and be populated.
# In this situation we don't want to see an error.
rmdir .deps > /dev/null 2>&1
2001-02-13 16:46:19 +00:00
else
DEPDIR=_deps
fi
2001-02-13 16:46:19 +00:00
ac_config_commands="$ac_config_commands default-2"
2001-02-13 16:46:19 +00:00
# test to see if srcdir already configured
2001-06-21 02:12:07 +00:00
if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
2001-02-13 16:46:19 +00:00
test -f $srcdir/config.status; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2
{ (exit 1); exit; }; }
fi
2001-02-13 16:46:19 +00:00
# Define the identity of the package.
PACKAGE=heimdal
2001-06-21 02:12:07 +00:00
VERSION=0.3f
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define PACKAGE "$PACKAGE"
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define VERSION "$VERSION"
EOF
2001-02-13 16:46:19 +00:00
# Some tools Automake needs.
2001-02-13 16:46:19 +00:00
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal"}
2001-02-13 16:46:19 +00:00
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2001-02-13 16:46:19 +00:00
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake"}
2001-02-13 16:46:19 +00:00
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2001-02-13 16:46:19 +00:00
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2001-02-13 16:46:19 +00:00
AMTAR=${AMTAR-"${am_missing_run}tar"}
2001-02-13 16:46:19 +00:00
if test -z "$install_sh"; then
install_sh="$ac_aux_dir/install-sh"
test -f "$install_sh" || install_sh="$ac_aux_dir/install.sh"
test -f "$install_sh" || install_sh="${am_missing_run}${ac_auxdir}/install-sh"
install_sh="`echo $install_sh | sed -e 's/\${SHELL}//'`"
fi
2001-06-21 02:12:07 +00:00
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
2001-02-13 16:46:19 +00:00
depcc="$CC"
depcpp="$CPP"
2001-06-21 02:12:07 +00:00
echo "$as_me:1936: checking dependency style of $depcc" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if test -z "$AMDEP"; then
echo '#include "conftest.h"' > conftest.c
echo 'int i;' > conftest.h
2001-02-13 16:46:19 +00:00
am_cv_CC_dependencies_compiler_type=none
for depmode in `sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < "$am_depcomp"`; do
case "$depmode" in
nosideeffect)
# after this tag, mechanisms are not by side-effect, so they'll
# only be used when explicitly requested
if test "x$enable_dependency_tracking" = xyes; then
continue
else
break
fi
;;
none) break ;;
esac
2001-06-21 02:12:07 +00:00
# We check with `-c' and `-o' for the sake of the "dashmstdout"
# mode. It turns out that the SunPro C++ compiler does not properly
# handle `-M -o', and we need to detect this.
2001-02-13 16:46:19 +00:00
if depmode="$depmode" \
source=conftest.c object=conftest.o \
depfile=conftest.Po tmpdepfile=conftest.TPo \
2001-06-21 02:12:07 +00:00
$SHELL $am_depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
2001-02-13 16:46:19 +00:00
grep conftest.h conftest.Po > /dev/null 2>&1; then
am_cv_CC_dependencies_compiler_type="$depmode"
break
fi
done
rm -f conftest.*
else
2001-02-13 16:46:19 +00:00
am_cv_CC_dependencies_compiler_type=none
fi
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:1980: result: $am_cv_CC_dependencies_compiler_type" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
2001-02-13 16:46:19 +00:00
# Make sure we can run config.sub.
$ac_config_sub sun4 >/dev/null 2>&1 ||
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: cannot run $ac_config_sub" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
2001-06-21 02:12:07 +00:00
echo "$as_me:1989: checking build system type" >&5
2001-02-13 16:46:19 +00:00
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" &&
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: cannot guess build type; you must specify one" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:2005: result: $ac_cv_build" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_build" >&6
build=$ac_cv_build
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
2001-06-21 02:12:07 +00:00
echo "$as_me:2012: checking host system type" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking host system type... $ECHO_C" >&6
if test "${ac_cv_host+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
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` ||
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:2025: result: $ac_cv_host" >&5
2001-02-13 16:46:19 +00:00
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/'`
2001-02-13 16:46:19 +00:00
CANONICAL_HOST=$host
2001-02-13 16:46:19 +00:00
sunos=no
case "$host" in
*-*-sunos4*)
sunos=40
;;
*-*-solaris2.7)
sunos=57
;;
*-*-solaris2.8)
sunos=58
;;
*-*-solaris2*)
sunos=50
;;
esac
2001-02-13 16:46:19 +00:00
if test "$sunos" != no; then
cat >>confdefs.h <<EOF
#define SunOS $sunos
EOF
fi
2001-02-13 16:46:19 +00:00
aix=no
case "$host" in
*-*-aix3*)
aix=3
;;
*-*-aix4*)
aix=4
;;
esac
2001-02-13 16:46:19 +00:00
#test -z "$CFLAGS" && CFLAGS="-g"
for ac_prog in 'bison -y' byacc
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
2001-06-21 02:12:07 +00:00
echo "$as_me:2073: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_YACC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if test -n "$YACC"; then
ac_cv_prog_YACC="$YACC" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=':'
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_YACC="$ac_prog"
break
done
2001-02-13 16:46:19 +00:00
fi
fi
YACC=$ac_cv_prog_YACC
if test -n "$YACC"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:2095: result: $YACC" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$YACC" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:2098: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
2001-02-13 16:46:19 +00:00
test -n "$YACC" && break
done
test -n "$YACC" || YACC="yacc"
2001-02-13 16:46:19 +00:00
for ac_prog in flex lex
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
2001-06-21 02:12:07 +00:00
echo "$as_me:2110: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_LEX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if test -n "$LEX"; then
ac_cv_prog_LEX="$LEX" # Let the user override the test.
else
2001-02-13 16:46:19 +00:00
ac_save_IFS=$IFS; IFS=':'
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_LEX="$ac_prog"
break
done
fi
fi
2001-02-13 16:46:19 +00:00
LEX=$ac_cv_prog_LEX
if test -n "$LEX"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:2132: result: $LEX" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$LEX" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:2135: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
2001-02-13 16:46:19 +00:00
test -n "$LEX" && break
done
test -n "$LEX" || LEX="${am_missing_run}flex"
for ac_prog in flex lex
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
2001-06-21 02:12:07 +00:00
echo "$as_me:2147: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_LEX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if test -n "$LEX"; then
ac_cv_prog_LEX="$LEX" # Let the user override the test.
else
2001-02-13 16:46:19 +00:00
ac_save_IFS=$IFS; IFS=':'
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_LEX="$ac_prog"
break
done
fi
fi
2001-02-13 16:46:19 +00:00
LEX=$ac_cv_prog_LEX
if test -n "$LEX"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:2169: result: $LEX" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$LEX" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:2172: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
2001-02-13 16:46:19 +00:00
test -n "$LEX" && break
done
test -n "$LEX" || LEX=":"
2001-02-13 16:46:19 +00:00
if test -z "$LEXLIB"
then
2001-06-21 02:12:07 +00:00
echo "$as_me:2183: checking for yywrap in -lfl" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
if test "${ac_cv_lib_fl_yywrap+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lfl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 2191 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* 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 yywrap ();
int
main ()
{
yywrap ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:2210: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_lib_fl_yywrap=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_lib_fl_yywrap=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:2220: result: $ac_cv_lib_fl_yywrap" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
if test $ac_cv_lib_fl_yywrap = yes; then
LEXLIB="-lfl"
else
2001-06-21 02:12:07 +00:00
echo "$as_me:2226: checking for yywrap in -ll" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
if test "${ac_cv_lib_l_yywrap+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ll $LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 2234 "configure"
2001-02-13 16:46:19 +00:00
#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 yywrap ();
int
main ()
{
yywrap ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:2253: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_lib_l_yywrap=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_lib_l_yywrap=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:2263: result: $ac_cv_lib_l_yywrap" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
if test $ac_cv_lib_l_yywrap = yes; then
LEXLIB="-ll"
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
if test "x$LEX" != "x:"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:2274: checking lex output file root" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
if test "${ac_cv_prog_lex_root+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
# The minimal lex program is just a single line: %%. But some broken lexes
# (Solaris, I think it was) want two %% lines, so accommodate them.
echo '%%
%%' | $LEX
if test -f lex.yy.c; then
ac_cv_prog_lex_root=lex.yy
elif test -f lexyy.c; then
ac_cv_prog_lex_root=lexyy
else
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: cannot find output from $LEX; giving up" >&2
{ (exit 1); exit; }; }
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:2292: result: $ac_cv_prog_lex_root" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
2001-06-21 02:12:07 +00:00
echo "$as_me:2296: checking whether yytext is a pointer" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
# POSIX says lex can declare yytext either as a pointer or an array; the
# default is implementation-dependent. Figure out which it is, since
# not all implementations provide the %pointer and %array declarations.
ac_cv_prog_lex_yytext_pointer=no
echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
ac_save_LIBS=$LIBS
LIBS="$LIBS $LEXLIB"
cat >conftest.$ac_ext <<_ACEOF
`cat $LEX_OUTPUT_ROOT.c`
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:2312: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_prog_lex_yytext_pointer=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_save_LIBS
rm -f "${LEX_OUTPUT_ROOT}.c"
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:2323: result: $ac_cv_prog_lex_yytext_pointer" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
if test $ac_cv_prog_lex_yytext_pointer = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define YYTEXT_POINTER 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2001-06-21 02:12:07 +00:00
echo "$as_me:2338: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$RANLIB"; then
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=':'
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
break
done
2001-02-13 16:46:19 +00:00
fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:2360: result: $RANLIB" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$RANLIB" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:2363: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
fi
2001-02-13 16:46:19 +00:00
if test -z "$ac_cv_prog_RANLIB"; then
ac_ct_RANLIB=$RANLIB
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
2001-06-21 02:12:07 +00:00
echo "$as_me:2372: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_RANLIB"; then
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=':'
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_ac_ct_RANLIB="ranlib"
break
done
2001-02-13 16:46:19 +00:00
test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:2395: result: $ac_ct_RANLIB" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:2398: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
2001-02-13 16:46:19 +00:00
RANLIB=$ac_ct_RANLIB
else
RANLIB="$ac_cv_prog_RANLIB"
fi
2001-02-13 16:46:19 +00:00
for ac_prog in mawk gawk nawk awk
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
2001-06-21 02:12:07 +00:00
echo "$as_me:2411: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_AWK+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$AWK"; then
ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=':'
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_AWK="$ac_prog"
break
done
fi
fi
2001-02-13 16:46:19 +00:00
AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:2433: result: $AWK" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$AWK" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:2436: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
2001-02-13 16:46:19 +00:00
test -n "$AWK" && break
done
2001-06-21 02:12:07 +00:00
echo "$as_me:2443: checking for ln -s or something else" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for ln -s or something else... $ECHO_C" >&6
if test "${ac_cv_prog_LN_S+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
rm -f conftestdata
if ln -s X conftestdata 2>/dev/null
then
rm -f conftestdata
ac_cv_prog_LN_S="ln -s"
else
touch conftestdata1
if ln conftestdata1 conftestdata2; then
rm -f conftestdata*
ac_cv_prog_LN_S=ln
else
ac_cv_prog_LN_S=cp
fi
fi
fi
2001-02-13 16:46:19 +00:00
LN_S="$ac_cv_prog_LN_S"
2001-06-21 02:12:07 +00:00
echo "$as_me:2464: result: $ac_cv_prog_LN_S" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_prog_LN_S" >&6
2001-02-13 16:46:19 +00:00
# Check whether --with-mips_abi or --without-mips_abi was given.
if test "${with_mips_abi+set}" = set; then
withval="$with_mips_abi"
2001-02-13 16:46:19 +00:00
fi;
2001-02-13 16:46:19 +00:00
case "$host_os" in
irix*)
with_mips_abi="${with_mips_abi:-yes}"
if test -n "$GCC"; then
2001-02-13 16:46:19 +00:00
# GCC < 2.8 only supports the O32 ABI. GCC >= 2.8 has a flag to select
# which ABI to use, but only supports (as of 2.8.1) the N32 and 64 ABIs.
#
# Default to N32, but if GCC doesn't grok -mabi=n32, we assume an old
# GCC and revert back to O32. The same goes if O32 is asked for - old
# GCCs doesn't like the -mabi option, and new GCCs can't output O32.
#
# Don't you just love *all* the different SGI ABIs?
case "${with_mips_abi}" in
32|o32) abi='-mabi=32'; abilibdirext='' ;;
n32|yes) abi='-mabi=n32'; abilibdirext='32' ;;
64) abi='-mabi=64'; abilibdirext='64' ;;
no) abi=''; abilibdirext='';;
2001-06-21 02:12:07 +00:00
*) { echo "$as_me: error: \"Invalid ABI specified\"" >&2
{ (exit 1); exit; }; } ;;
esac
2001-02-13 16:46:19 +00:00
if test -n "$abi" ; then
ac_foo=krb_cv_gcc_`echo $abi | tr =- __`
2001-06-21 02:12:07 +00:00
echo "$as_me:2497: checking if $CC supports the $abi option" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if $CC supports the $abi option... $ECHO_C" >&6
if eval "test \"\${$ac_foo+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
save_CFLAGS="$CFLAGS"
2001-02-13 16:46:19 +00:00
CFLAGS="$CFLAGS $abi"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 2506 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
int x;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:2518: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval $ac_foo=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval $ac_foo=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$save_CFLAGS"
fi
ac_res=`eval echo \\\$$ac_foo`
2001-06-21 02:12:07 +00:00
echo "$as_me:2531: result: $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_res" >&6
if test $ac_res = no; then
# Try to figure out why that failed...
case $abi in
-mabi=32)
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -mabi=n32"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 2540 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
int
main ()
{
int x;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:2552: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_res=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_res=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CLAGS="$save_CFLAGS"
if test $ac_res = yes; then
# New GCC
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: $CC does not support the $with_mips_abi ABI" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
fi
# Old GCC
abi=''
abilibdirext=''
;;
-mabi=n32|-mabi=64)
if test $with_mips_abi = yes; then
# Old GCC, default to O32
abi=''
abilibdirext=''
else
# Some broken GCC
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: $CC does not support the $with_mips_abi ABI" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
fi
;;
esac
fi #if test $ac_res = no; then
fi #if test -n "$abi" ; then
else
case "${with_mips_abi}" in
32|o32) abi='-32'; abilibdirext='' ;;
n32|yes) abi='-n32'; abilibdirext='32' ;;
64) abi='-64'; abilibdirext='64' ;;
no) abi=''; abilibdirext='';;
2001-06-21 02:12:07 +00:00
*) { echo "$as_me: error: \"Invalid ABI specified\"" >&2
{ (exit 1); exit; }; } ;;
2001-02-13 16:46:19 +00:00
esac
fi #if test -n "$GCC"; then
;;
esac
CC="$CC $abi"
libdir="$libdir$abilibdirext"
2001-06-21 02:12:07 +00:00
echo "$as_me:2600: checking for __attribute__" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for __attribute__... $ECHO_C" >&6
if test "${ac_cv___attribute__+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 2607 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdlib.h>
int
main ()
{
static void foo(void) __attribute__ ((noreturn));
static void
foo(void)
{
exit(1);
}
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:2629: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv___attribute__=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv___attribute__=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
if test "$ac_cv___attribute__" = "yes"; then
cat >>confdefs.h <<\EOF
#define HAVE___ATTRIBUTE__ 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:2646: result: $ac_cv___attribute__" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv___attribute__" >&6
# Check whether --enable-shared or --disable-shared was given.
if test "${enable_shared+set}" = set; then
enableval="$enable_shared"
p=${PACKAGE-default}
case "$enableval" in
yes) enable_shared=yes ;;
no) enable_shared=no ;;
*)
enable_shared=no
# Look at the argument we got. We use all the common list separators.
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
for pkg in $enableval; do
if test "X$pkg" = "X$p"; then
enable_shared=yes
fi
done
IFS="$ac_save_ifs"
;;
esac
else
enable_shared=no
fi;
# Check whether --enable-static or --disable-static was given.
if test "${enable_static+set}" = set; then
enableval="$enable_static"
p=${PACKAGE-default}
case "$enableval" in
yes) enable_static=yes ;;
no) enable_static=no ;;
*)
enable_static=no
# Look at the argument we got. We use all the common list separators.
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
for pkg in $enableval; do
if test "X$pkg" = "X$p"; then
enable_static=yes
fi
done
IFS="$ac_save_ifs"
;;
esac
else
enable_static=yes
fi;
# Check whether --enable-fast-install or --disable-fast-install was given.
if test "${enable_fast_install+set}" = set; then
enableval="$enable_fast_install"
p=${PACKAGE-default}
case "$enableval" in
yes) enable_fast_install=yes ;;
no) enable_fast_install=no ;;
*)
enable_fast_install=no
# Look at the argument we got. We use all the common list separators.
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
for pkg in $enableval; do
if test "X$pkg" = "X$p"; then
enable_fast_install=yes
fi
done
IFS="$ac_save_ifs"
;;
esac
else
enable_fast_install=yes
fi;
# Check whether --with-gnu-ld or --without-gnu-ld was given.
if test "${with_gnu_ld+set}" = set; then
withval="$with_gnu_ld"
test "$withval" = no || with_gnu_ld=yes
else
with_gnu_ld=no
fi;
ac_prog=ld
if test "$ac_cv_c_compiler_gnu" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
2001-06-21 02:12:07 +00:00
echo "$as_me:2726: checking for ld used by GCC" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
case $host in
*-*-mingw*)
# gcc leaves a trailing carriage return which upsets mingw
ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
*)
ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
esac
case "$ac_prog" in
# Accept absolute paths.
[\\/]* | [A-Za-z]:[\\/]*)
re_direlt='/[^/][^/]*/\.\./'
# Canonicalize the path of ld
ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
done
test -z "$LD" && LD="$ac_prog"
;;
"")
# If it fails, then pretend we aren't using GCC.
ac_prog=ld
;;
*)
# If it is relative, then search for the first ld in PATH.
with_gnu_ld=unknown
;;
esac
elif test "$with_gnu_ld" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:2756: checking for GNU ld" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:2759: checking for non-GNU ld" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
fi
if test "${ac_cv_path_LD+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -z "$LD"; then
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=.
if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
ac_cv_path_LD="$ac_dir/$ac_prog"
# Check to see if the program is GNU ld. I'd rather use --version,
# but apparently some GNU ld's only accept -v.
# Break only if it was the GNU/non-GNU ld that we prefer.
if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
test "$with_gnu_ld" != no && break
else
test "$with_gnu_ld" != yes && break
fi
fi
done
IFS="$ac_save_ifs"
else
ac_cv_path_LD="$LD" # Let the user override the test with a path.
fi
fi
LD="$ac_cv_path_LD"
if test -n "$LD"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:2789: result: $LD" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$LD" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:2792: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
2001-06-21 02:12:07 +00:00
test -z "$LD" && { echo "$as_me: error: no acceptable ld found in \$PATH" >&2
{ (exit 1); exit; }; }
echo "$as_me:2797: checking if the linker ($LD) is GNU ld" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
if test "${ac_cv_prog_gnu_ld+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
# I'd rather use --version here, but apparently some GNU ld's only accept -v.
if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
ac_cv_prog_gnu_ld=yes
else
ac_cv_prog_gnu_ld=no
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:2809: result: $ac_cv_prog_gnu_ld" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_prog_gnu_ld" >&6
with_gnu_ld=$ac_cv_prog_gnu_ld
2001-06-21 02:12:07 +00:00
echo "$as_me:2813: checking for $LD option to reload object files" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
if test "${lt_cv_ld_reload_flag+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
lt_cv_ld_reload_flag='-r'
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:2820: result: $lt_cv_ld_reload_flag" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
reload_flag=$lt_cv_ld_reload_flag
test -n "$reload_flag" && reload_flag=" $reload_flag"
2001-06-21 02:12:07 +00:00
echo "$as_me:2825: checking for BSD-compatible nm" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
if test "${ac_cv_path_NM+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$NM"; then
# Let the user override the test.
ac_cv_path_NM="$NM"
else
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
test -z "$ac_dir" && ac_dir=.
tmp_nm=$ac_dir/${ac_tool_prefix}nm
if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
# Check to see if the nm accepts a BSD-compat flag.
# Adding the `sed 1q' prevents false positives on HP-UX, which says:
# nm: unknown option "B" ignored
if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
ac_cv_path_NM="$tmp_nm -B"
break
elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
ac_cv_path_NM="$tmp_nm -p"
break
else
ac_cv_path_NM=${ac_cv_path_NM="$tmp_nm"} # keep the first match, but
continue # so that we can try to find one that supports BSD flags
fi
fi
done
IFS="$ac_save_ifs"
test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
fi
fi
NM="$ac_cv_path_NM"
2001-06-21 02:12:07 +00:00
echo "$as_me:2860: result: $NM" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$NM" >&6
2001-06-21 02:12:07 +00:00
echo "$as_me:2863: checking whether ln -s works" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
2001-06-21 02:12:07 +00:00
if test "${ac_cv_prog_LN_S+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
rm -f conftest.sym conftest.file
echo >conftest.file
if ln -s conftest.file conftest.sym 2>/dev/null; then
ac_cv_prog_LN_S="ln -s"
elif ln conftest.file conftest.sym 2>/dev/null; then
ac_cv_prog_LN_S=ln
else
ac_cv_prog_LN_S=cp
fi
rm -f conftest.sym conftest.file
fi
LN_S=$ac_cv_prog_LN_S
if test "$ac_cv_prog_LN_S" = "ln -s"; then
echo "$as_me:2882: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:2885: result: no, using $LN_S" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no, using $LN_S" >&6
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:2889: checking how to recognise dependant libraries" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
if test "${lt_cv_deplibs_check_method+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
lt_cv_file_magic_cmd='${MAGIC}'
lt_cv_file_magic_test_file=
lt_cv_deplibs_check_method='unknown'
# Need to set the preceding variable on all platforms that support
# interlibrary dependencies.
# 'none' -- dependencies not supported.
# `unknown' -- same as none, but documents that we really don't know.
# 'pass_all' -- all dependencies passed with no checks.
# 'test_compile' -- check by making test program.
# 'file_magic [regex]' -- check by looking for files in library path
# which responds to the $file_magic_cmd with a given egrep regex.
# If you have `file' or equivalent on your system and you're not sure
# whether `pass_all' will *always* work, you probably want this one.
case "$host_os" in
aix4*)
lt_cv_deplibs_check_method=pass_all
;;
beos*)
lt_cv_deplibs_check_method=pass_all
;;
bsdi4*)
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
lt_cv_file_magic_cmd='/usr/bin/file -L'
lt_cv_file_magic_test_file=/shlib/libc.so
;;
cygwin* | mingw*)
lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
lt_cv_file_magic_cmd='${OBJDUMP} -f'
;;
freebsd*)
if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
case "$host_cpu" in
i*86 )
lt_cv_deplibs_check_method=='file_magic OpenBSD/i[3-9]86 demand paged shared library'
lt_cv_file_magic_cmd=/usr/bin/file
lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
;;
esac
else
lt_cv_deplibs_check_method=pass_all
fi
;;
gnu*)
lt_cv_deplibs_check_method=pass_all
;;
hpux10.20*)
# TODO: Does this work for hpux-11 too?
lt_cv_deplibs_check_method='file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library'
lt_cv_file_magic_cmd=/usr/bin/file
lt_cv_file_magic_test_file=/usr/lib/libc.sl
;;
irix5* | irix6*)
case "$host_os" in
irix5*)
# this will be overridden with pass_all, but let us keep it just in case
lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
;;
*)
case "$LD" in
*-32|*"-32 ") libmagic=32-bit;;
*-n32|*"-n32 ") libmagic=N32;;
*-64|*"-64 ") libmagic=64-bit;;
*) libmagic=never-match;;
esac
# this will be overridden with pass_all, but let us keep it just in case
lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
;;
esac
lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
lt_cv_deplibs_check_method=pass_all
;;
# This must be Linux ELF.
linux-gnu*)
case "$host_cpu" in
alpha* | i*86 | powerpc* | sparc* | ia64* )
lt_cv_deplibs_check_method=pass_all ;;
*)
# glibc up to 2.1.1 does not perform some relocations on ARM
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
esac
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
;;
netbsd*)
if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then :
else
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
lt_cv_file_magic_cmd='/usr/bin/file -L'
lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
fi
;;
osf3* | osf4* | osf5*)
# this will be overridden with pass_all, but let us keep it just in case
lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
lt_cv_file_magic_test_file=/shlib/libc.so
lt_cv_deplibs_check_method=pass_all
;;
sco3.2v5*)
lt_cv_deplibs_check_method=pass_all
;;
solaris*)
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_test_file=/lib/libc.so
;;
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
case "$host_vendor" in
ncr)
lt_cv_deplibs_check_method=pass_all
;;
motorola)
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
;;
esac
;;
esac
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:3025: result: $lt_cv_deplibs_check_method" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
file_magic_cmd=$lt_cv_file_magic_cmd
deplibs_check_method=$lt_cv_deplibs_check_method
# Only perform the check for file, if the check method requires it
case "$deplibs_check_method" in
file_magic*)
if test "$file_magic_cmd" = '${MAGIC}'; then
2001-06-21 02:12:07 +00:00
echo "$as_me:3034: checking for ${ac_tool_prefix}file" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
if test "${lt_cv_path_MAGIC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case "$MAGIC" in
/*)
lt_cv_path_MAGIC="$MAGIC" # Let the user override the test with a path.
;;
?:/*)
ac_cv_path_MAGIC="$MAGIC" # Let the user override the test with a dos path.
;;
*)
ac_save_MAGIC="$MAGIC"
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
ac_dummy="/usr/bin:$PATH"
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/${ac_tool_prefix}file; then
lt_cv_path_MAGIC="$ac_dir/${ac_tool_prefix}file"
if test -n "$file_magic_test_file"; then
case "$deplibs_check_method" in
"file_magic "*)
file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
MAGIC="$lt_cv_path_MAGIC"
if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
egrep "$file_magic_regex" > /dev/null; then
:
else
cat <<EOF 1>&2
*** Warning: the command libtool uses to detect shared libraries,
*** $file_magic_cmd, produces output that libtool cannot recognize.
*** The result is that libtool may fail to recognize shared libraries
*** as such. This will affect the creation of libtool libraries that
*** depend on shared libraries, but programs linked with such libtool
*** libraries will work regardless of this problem. Nevertheless, you
*** may want to report the problem to your system manager and/or to
*** bug-libtool@gnu.org
EOF
fi ;;
esac
fi
break
fi
done
IFS="$ac_save_ifs"
MAGIC="$ac_save_MAGIC"
;;
esac
fi
MAGIC="$lt_cv_path_MAGIC"
if test -n "$MAGIC"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:3089: result: $MAGIC" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$MAGIC" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:3092: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
if test -z "$lt_cv_path_MAGIC"; then
if test -n "$ac_tool_prefix"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:3098: checking for file" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for file... $ECHO_C" >&6
if test "${lt_cv_path_MAGIC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case "$MAGIC" in
/*)
lt_cv_path_MAGIC="$MAGIC" # Let the user override the test with a path.
;;
?:/*)
ac_cv_path_MAGIC="$MAGIC" # Let the user override the test with a dos path.
;;
*)
ac_save_MAGIC="$MAGIC"
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
ac_dummy="/usr/bin:$PATH"
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/file; then
lt_cv_path_MAGIC="$ac_dir/file"
if test -n "$file_magic_test_file"; then
case "$deplibs_check_method" in
"file_magic "*)
file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
MAGIC="$lt_cv_path_MAGIC"
if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
egrep "$file_magic_regex" > /dev/null; then
:
else
cat <<EOF 1>&2
*** Warning: the command libtool uses to detect shared libraries,
*** $file_magic_cmd, produces output that libtool cannot recognize.
*** The result is that libtool may fail to recognize shared libraries
*** as such. This will affect the creation of libtool libraries that
*** depend on shared libraries, but programs linked with such libtool
*** libraries will work regardless of this problem. Nevertheless, you
*** may want to report the problem to your system manager and/or to
*** bug-libtool@gnu.org
EOF
fi ;;
esac
fi
break
fi
done
IFS="$ac_save_ifs"
MAGIC="$ac_save_MAGIC"
;;
esac
fi
MAGIC="$lt_cv_path_MAGIC"
if test -n "$MAGIC"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:3153: result: $MAGIC" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$MAGIC" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:3156: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
else
MAGIC=:
fi
fi
fi
;;
esac
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2001-06-21 02:12:07 +00:00
echo "$as_me:3172: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$RANLIB"; then
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=':'
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
break
done
fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:3194: result: $RANLIB" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$RANLIB" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:3197: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
fi
if test -z "$ac_cv_prog_RANLIB"; then
ac_ct_RANLIB=$RANLIB
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
2001-06-21 02:12:07 +00:00
echo "$as_me:3206: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_RANLIB"; then
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=':'
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_ac_ct_RANLIB="ranlib"
break
done
test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:3229: result: $ac_ct_RANLIB" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:3232: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
RANLIB=$ac_ct_RANLIB
else
RANLIB="$ac_cv_prog_RANLIB"
fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
set dummy ${ac_tool_prefix}strip; ac_word=$2
2001-06-21 02:12:07 +00:00
echo "$as_me:3244: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_STRIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$STRIP"; then
ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=':'
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
break
done
fi
fi
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:3266: result: $STRIP" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$STRIP" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:3269: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
fi
if test -z "$ac_cv_prog_STRIP"; then
ac_ct_STRIP=$STRIP
# Extract the first word of "strip", so it can be a program name with args.
set dummy strip; ac_word=$2
2001-06-21 02:12:07 +00:00
echo "$as_me:3278: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_STRIP"; then
ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=':'
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
test -f "$ac_dir/$ac_word" || continue
2001-02-13 16:46:19 +00:00
ac_cv_prog_ac_ct_STRIP="strip"
break
done
test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
fi
fi
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:3301: result: $ac_ct_STRIP" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_ct_STRIP" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:3304: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
STRIP=$ac_ct_STRIP
else
STRIP="$ac_cv_prog_STRIP"
fi
# Check for any special flags to pass to ltconfig.
libtool_flags="--cache-file=$cache_file"
test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
test "$ac_cv_c_compiler_gnu" = yes && libtool_flags="$libtool_flags --with-gcc"
test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
if test "${enable_libtool_lock+set}" = set; then
enableval="$enable_libtool_lock"
fi;
test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
# Check whether --with-pic or --without-pic was given.
if test "${with_pic+set}" = set; then
withval="$with_pic"
pic_mode="$withval"
else
pic_mode=default
fi;
test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
# Some flags need to be propagated to the compiler or linker for good
# libtool support.
case "$host" in
*-*-irix6*)
# Find out which ABI we are using.
2001-06-21 02:12:07 +00:00
echo '#line 3344 "configure"' > conftest.$ac_ext
if { (eval echo $as_me:3345: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
2001-02-13 16:46:19 +00:00
case "`/usr/bin/file conftest.o`" in
*32-bit*)
LD="${LD-ld} -32"
;;
*N32*)
LD="${LD-ld} -n32"
;;
*64-bit*)
LD="${LD-ld} -64"
;;
esac
fi
rm -rf conftest*
;;
*-*-sco3.2v5*)
# On SCO OpenServer 5, we need -belf to get full-featured binaries.
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -belf"
2001-06-21 02:12:07 +00:00
echo "$as_me:3365: checking whether the C compiler needs -belf" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
if test "${lt_cv_cc_needs_belf+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 3372 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
int
main ()
{
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:3384: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
lt_cv_cc_needs_belf=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
lt_cv_cc_needs_belf=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:3394: result: $lt_cv_cc_needs_belf" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
if test x"$lt_cv_cc_needs_belf" != x"yes"; then
# this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
CFLAGS="$SAVE_CFLAGS"
fi
;;
esac
# Save cache, so that ltconfig can load it
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs, see configure's option --config-cache.
# It is not useful on other systems. If it contains results you don't
# want to keep, you may remove or edit it.
#
# config.status only pays attention to the cache file if you give it
# the --recheck option to rerun configure.
#
# `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,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# 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.
{
(set) 2>&1 |
case `(ac_space=' '; set | grep ac_space) 2>&1` in
*ac_space=\ *)
# `set' does not quote correctly, so add quotes (double-quote
# substitution turns \\\\ into \\, and sed turns \\ into \).
sed -n \
"s/'/'\\\\''/g;
s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
;;
*)
# `set' quotes correctly as required by POSIX, so do not add quotes.
sed -n \
"s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
;;
esac;
} |
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
test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
cat confcache >$cache_file
else
echo "not updating unwritable cache $cache_file"
fi
fi
rm -f confcache
# Actually configure libtool. ac_aux_dir is where install-sh is found.
AR="$AR" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
MAGIC="$MAGIC" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
2001-06-21 02:12:07 +00:00
|| { echo "$as_me: error: libtool configure failed" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
# Reload cache, that may have been modified by ltconfig
if test -r "$cache_file"; then
# Some versions of bash will fail to source /dev/null (special
# files actually), so we avoid doing that.
if test -f "$cache_file"; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me:3477: loading cache $cache_file" >&5
echo "loading cache $cache_file" >&6;}
2001-02-13 16:46:19 +00:00
case $cache_file in
[\\/]* | ?:[\\/]* ) . $cache_file;;
*) . ./$cache_file;;
esac
fi
else
2001-06-21 02:12:07 +00:00
{ echo "$as_me:3485: creating cache $cache_file" >&5
echo "creating cache $cache_file" >&6;}
2001-02-13 16:46:19 +00:00
>$cache_file
fi
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
exec 5>>./config.log
WFLAGS_NOUNUSED=""
WFLAGS_NOIMPLICITINT=""
if test -z "$WFLAGS" -a "$GCC" = "yes"; then
# -Wno-implicit-int for broken X11 headers
# leave these out for now:
# -Wcast-align doesn't work well on alpha osf/1
# -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast
# -Wmissing-declarations -Wnested-externs
WFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs"
WFLAGS_NOUNUSED="-Wno-unused"
WFLAGS_NOIMPLICITINT="-Wno-implicit-int"
fi
berkeley_db=db
# Check whether --with-berkeley-db or --without-berkeley-db was given.
if test "${with_berkeley_db+set}" = set; then
withval="$with_berkeley_db"
if test "$withval" = no; then
berkeley_db=""
fi
fi;
if test "$berkeley_db"; then
for ac_header in \
db.h \
db_185.h \
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:3533: checking for $ac_header" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 3539 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <$ac_header>
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:3545: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
2001-06-21 02:12:07 +00:00
cat conftest.err >&5
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:3566: result: `eval echo '${'$ac_ac_Header'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
EOF
fi
done
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:3578: checking for dbopen" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for dbopen... $ECHO_C" >&6
if test "${ac_cv_funclib_dbopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if eval "test \"\$ac_cv_func_dbopen\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in $berkeley_db; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 3594 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdio.h>
#if defined(HAVE_DB_185_H)
#include <db_185.h>
#elif defined(HAVE_DB_H)
#include <db.h>
#endif
int
main ()
{
dbopen(NULL, 0, 0, 0, NULL)
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:3613: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_dbopen=$ac_lib; else ac_cv_funclib_dbopen=yes; fi";break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_dbopen=\${ac_cv_funclib_dbopen-no}"
LIBS="$ac_save_LIBS"
fi
fi
eval "ac_res=\$ac_cv_funclib_dbopen"
if false; then
for ac_func in dbopen
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:3634: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 3640 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:3671: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:3680: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# dbopen
eval "ac_tr_func=HAVE_`echo dbopen | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_dbopen=$ac_res"
case "$ac_res" in
yes)
eval "ac_cv_func_dbopen=yes"
eval "LIB_dbopen="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:3704: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_dbopen=no"
eval "LIB_dbopen="
2001-06-21 02:12:07 +00:00
echo "$as_me:3710: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_dbopen=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:3724: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-06-21 02:12:07 +00:00
echo "$as_me:3729: checking for dbm_firstkey" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for dbm_firstkey... $ECHO_C" >&6
if test "${ac_cv_funclib_dbm_firstkey+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if eval "test \"\$ac_cv_func_dbm_firstkey\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" $berkeley_db gdbm ndbm; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 3745 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
int
main ()
{
dbm_firstkey()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:3757: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_dbm_firstkey=$ac_lib; else ac_cv_funclib_dbm_firstkey=yes; fi";break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_dbm_firstkey=\${ac_cv_funclib_dbm_firstkey-no}"
LIBS="$ac_save_LIBS"
fi
fi
eval "ac_res=\$ac_cv_funclib_dbm_firstkey"
if false; then
for ac_func in dbm_firstkey
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:3778: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 3784 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:3815: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:3824: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# dbm_firstkey
eval "ac_tr_func=HAVE_`echo dbm_firstkey | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_dbm_firstkey=$ac_res"
case "$ac_res" in
yes)
eval "ac_cv_func_dbm_firstkey=yes"
eval "LIB_dbm_firstkey="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:3848: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_dbm_firstkey=no"
eval "LIB_dbm_firstkey="
2001-06-21 02:12:07 +00:00
echo "$as_me:3854: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_dbm_firstkey=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:3868: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-06-21 02:12:07 +00:00
echo "$as_me:3873: checking for db_create" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for db_create... $ECHO_C" >&6
if test "${ac_cv_funclib_db_create+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if eval "test \"\$ac_cv_func_db_create\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" $berkeley_db; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 3889 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
int
main ()
{
db_create()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:3901: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_db_create=$ac_lib; else ac_cv_funclib_db_create=yes; fi";break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_db_create=\${ac_cv_funclib_db_create-no}"
LIBS="$ac_save_LIBS"
fi
fi
eval "ac_res=\$ac_cv_funclib_db_create"
if false; then
for ac_func in db_create
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:3922: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 3928 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:3959: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:3968: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# db_create
eval "ac_tr_func=HAVE_`echo db_create | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_db_create=$ac_res"
case "$ac_res" in
yes)
eval "ac_cv_func_db_create=yes"
eval "LIB_db_create="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:3992: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_db_create=no"
eval "LIB_db_create="
2001-06-21 02:12:07 +00:00
echo "$as_me:3998: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_db_create=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:4012: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
DBLIB="$LIB_dbopen"
if test "$LIB_dbopen" != "$LIB_db_create"; then
DBLIB="$DBLIB $LIB_db_create"
fi
if test "$LIB_dbopen" != "$LIB_dbm_firstkey"; then
DBLIB="$DBLIB $LIB_dbm_firstkey"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4025: checking for inline" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for inline... $ECHO_C" >&6
if test "${ac_cv_c_inline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4033 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#ifndef __cplusplus
$ac_kw int foo () {return 0; }
#endif
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:4041: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_c_inline=$ac_kw; break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4051: result: $ac_cv_c_inline" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
inline | yes) ;;
no)
cat >>confdefs.h <<\EOF
#define inline
EOF
;;
*) cat >>confdefs.h <<EOF
#define inline $ac_cv_c_inline
EOF
;;
esac
2001-06-21 02:12:07 +00:00
echo "$as_me:4066: checking for an ANSI C-conforming const" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
if test "${ac_cv_c_const+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4072 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
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;
*t++ = 0;
}
{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
int x[] = {25, 17};
const int *foo = &x[0];
++foo;
}
{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
typedef const int *iptr;
iptr p = 0;
++p;
}
{ /* AIX XL C 1.02.0.0 rejects this saying
"k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
struct s { int j; const int *ap[3]; };
struct s *b; b->j = 5;
}
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
const int foo = 10;
}
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:4130: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_c_const=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_c_const=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4139: result: $ac_cv_c_const" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_c_const" >&6
if test $ac_cv_c_const = no; then
cat >>confdefs.h <<\EOF
#define const
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4149: checking for ANSI C header files" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
if test "${ac_cv_header_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4155 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:4164: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
if test -z "$ac_cpp_err"; then
ac_cv_header_stdc=yes
else
2001-06-21 02:12:07 +00:00
cat conftest.err >&5
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_stdc=no
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
2001-02-13 16:46:19 +00:00
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4187 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <string.h>
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "memchr" >/dev/null 2>&1; then
:
else
ac_cv_header_stdc=no
fi
rm -f conftest*
fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4205 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdlib.h>
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "free" >/dev/null 2>&1; then
:
else
ac_cv_header_stdc=no
fi
rm -f conftest*
fi
if test $ac_cv_header_stdc = yes; then
# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4226 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
#else
# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
|| ('j' <= (c) && (c) <= 'r') \
|| ('s' <= (c) && (c) <= 'z'))
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
#endif
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
int
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
2001-06-21 02:12:07 +00:00
{ (eval echo $as_me:4252: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
2001-02-13 16:46:19 +00:00
:
else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_stdc=no
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4269: result: $ac_cv_header_stdc" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
cat >>confdefs.h <<\EOF
#define STDC_HEADERS 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4279: checking for size_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for size_t... $ECHO_C" >&6
if test "${ac_cv_type_size_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4285 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((size_t *) 0)
return 0;
if (sizeof (size_t))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:4300: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_size_t=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_size_t=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4309: result: $ac_cv_type_size_t" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_size_t" >&6
if test $ac_cv_type_size_t = yes; then
:
else
cat >>confdefs.h <<EOF
#define size_t unsigned
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4321: checking for pid_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
if test "${ac_cv_type_pid_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4327 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((pid_t *) 0)
return 0;
if (sizeof (pid_t))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:4342: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_pid_t=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_pid_t=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4351: result: $ac_cv_type_pid_t" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_pid_t" >&6
if test $ac_cv_type_pid_t = yes; then
:
else
cat >>confdefs.h <<EOF
#define pid_t int
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4363: checking for uid_t in sys/types.h" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
if test "${ac_cv_type_uid_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4369 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <sys/types.h>
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "uid_t" >/dev/null 2>&1; then
ac_cv_type_uid_t=yes
else
ac_cv_type_uid_t=no
fi
rm -f conftest*
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4383: result: $ac_cv_type_uid_t" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_uid_t" >&6
if test $ac_cv_type_uid_t = no; then
cat >>confdefs.h <<\EOF
#define uid_t int
EOF
cat >>confdefs.h <<\EOF
#define gid_t int
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4397: checking return type of signal handlers" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
if test "${ac_cv_type_signal+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4403 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
#ifdef signal
# undef signal
#endif
#ifdef __cplusplus
extern "C" void (*signal (int, void (*)(int)))(int);
#else
void (*signal ()) ();
#endif
int
main ()
{
int i;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:4425: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_signal=void
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_signal=int
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4434: result: $ac_cv_type_signal" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_signal" >&6
cat >>confdefs.h <<EOF
#define RETSIGTYPE $ac_cv_type_signal
EOF
if test "$ac_cv_type_signal" = "void" ; then
cat >>confdefs.h <<\EOF
#define VOID_RETSIGTYPE 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4449: checking whether time.h and sys/time.h may both be included" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
if test "${ac_cv_header_time+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4455 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
#include <time.h>
int
main ()
{
struct tm *tp;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:4470: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_header_time=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_header_time=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4479: result: $ac_cv_header_time" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_header_time" >&6
if test $ac_cv_header_time = yes; then
cat >>confdefs.h <<\EOF
#define TIME_WITH_SYS_TIME 1
EOF
fi
for ac_header in standards.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:4493: checking for $ac_header" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4499 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <$ac_header>
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:4505: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
2001-06-21 02:12:07 +00:00
cat conftest.err >&5
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4526: result: `eval echo '${'$ac_ac_Header'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
EOF
fi
done
for i in netinet/ip.h netinet/tcp.h; do
cv=`echo "$i" | sed 'y%./+-%__p_%'`
2001-06-21 02:12:07 +00:00
echo "$as_me:4540: checking for $i" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $i... $ECHO_C" >&6
if eval "test \"\${ac_cv_header_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4546 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
\
#ifdef HAVE_STANDARDS_H
#include <standards.h>
#endif
#include <$i>
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:4556: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
if test -z "$ac_cpp_err"; then
eval "ac_cv_header_$cv=yes"
else
2001-06-21 02:12:07 +00:00
cat conftest.err >&5
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "ac_cv_header_$cv=no"
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4577: result: `eval echo '${'ac_cv_header_$cv'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'ac_cv_header_$cv'}'`" >&6
ac_res=`eval echo \\$ac_cv_header_$cv`
if test "$ac_res" = yes; then
ac_tr_hdr=HAVE_`echo $i | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
cat >>confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
fi
done
if false;then
for ac_header in netinet/ip.h netinet/tcp.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:4594: checking for $ac_header" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4600 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <$ac_header>
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:4606: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
2001-06-21 02:12:07 +00:00
cat conftest.err >&5
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4627: result: `eval echo '${'$ac_ac_Header'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
EOF
fi
done
fi
for ac_func in getlogin setlogin
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:4642: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4648 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:4679: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4688: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
if test "$ac_cv_func_getlogin" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:4699: checking if getlogin is posix" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if getlogin is posix... $ECHO_C" >&6
if test "${ac_cv_func_getlogin_posix+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test "$ac_cv_func_getlogin" = yes -a "$ac_cv_func_setlogin" = yes; then
ac_cv_func_getlogin_posix=no
else
ac_cv_func_getlogin_posix=yes
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4712: result: $ac_cv_func_getlogin_posix" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_getlogin_posix" >&6
if test "$ac_cv_func_getlogin_posix" = yes; then
cat >>confdefs.h <<\EOF
#define POSIX_GETLOGIN 1
EOF
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4723: checking if realloc if broken" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if realloc if broken... $ECHO_C" >&6
if test "${ac_cv_func_realloc_broken+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_func_realloc_broken=no
if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4734 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stddef.h>
#include <stdlib.h>
int main()
{
return realloc(NULL, 17) == NULL;
}
_ACEOF
rm -f conftest$ac_exeext
2001-06-21 02:12:07 +00:00
{ (eval echo $as_me:4747: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
2001-02-13 16:46:19 +00:00
:
else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_realloc_broken=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4763: result: $ac_cv_func_realloc_broken" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_realloc_broken" >&6
if test "$ac_cv_func_realloc_broken" = yes ; then
cat >>confdefs.h <<\EOF
#define BROKEN_REALLOC 1
EOF
fi
DIR_roken=roken
LIB_roken='$(top_builddir)/lib/roken/libroken.la'
INCLUDES_roken='-I$(top_builddir)/lib/roken -I$(top_srcdir)/lib/roken'
WFLAGS_NOUNUSED=""
WFLAGS_NOIMPLICITINT=""
if test -z "$WFLAGS" -a "$GCC" = "yes"; then
# -Wno-implicit-int for broken X11 headers
# leave these out for now:
# -Wcast-align doesn't work well on alpha osf/1
# -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast
# -Wmissing-declarations -Wnested-externs
WFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs"
WFLAGS_NOUNUSED="-Wno-unused"
WFLAGS_NOIMPLICITINT="-Wno-implicit-int"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4790: checking for ssize_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
if test "${ac_cv_type_ssize_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4796 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#include <unistd.h>
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "ssize_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
ac_cv_type_ssize_t=yes
else
ac_cv_type_ssize_t=no
fi
rm -f conftest*
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4814: result: $ac_cv_type_ssize_t" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
if test $ac_cv_type_ssize_t = no; then
cat >>confdefs.h <<\EOF
#define ssize_t int
EOF
fi
cv=`echo "long long" | sed 'y%./+- %__p__%'`
2001-06-21 02:12:07 +00:00
echo "$as_me:4825: checking for long long" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for long long... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4831 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
int
main ()
{
long long foo;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:4848: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_type_$cv=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
2001-06-21 02:12:07 +00:00
echo "$as_me:4858: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo long long | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
2001-06-21 02:12:07 +00:00
echo "$as_me:4863: checking for long long" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for long long... $ECHO_C" >&6
if test "${ac_cv_type_long_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4869 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((long long *) 0)
return 0;
if (sizeof (long long))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:4884: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_long_long=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_long_long=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4893: result: $ac_cv_type_long_long" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_long_long" >&6
if test $ac_cv_type_long_long = yes; then
cat >>confdefs.h <<EOF
#define HAVE_LONG_LONG 1
EOF
fi
fi
cat >>confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
fi
for ac_header in \
arpa/inet.h \
arpa/nameser.h \
config.h \
crypt.h \
dbm.h \
db.h \
dirent.h \
errno.h \
err.h \
fcntl.h \
gdbm/ndbm.h \
grp.h \
ifaddrs.h \
ndbm.h \
net/if.h \
netdb.h \
netinet/in.h \
netinet/in6.h \
netinet/in_systm.h \
netinet6/in6.h \
netinet6/in6_var.h \
paths.h \
pwd.h \
resolv.h \
rpcsvc/dbm.h \
rpcsvc/ypclnt.h \
shadow.h \
2001-06-21 02:12:07 +00:00
sys/bswap.h \
2001-02-13 16:46:19 +00:00
sys/ioctl.h \
sys/param.h \
sys/proc.h \
sys/resource.h \
sys/socket.h \
sys/sockio.h \
sys/stat.h \
sys/sysctl.h \
sys/time.h \
sys/tty.h \
sys/types.h \
sys/uio.h \
sys/utsname.h \
sys/wait.h \
syslog.h \
termios.h \
unistd.h \
userconf.h \
usersec.h \
util.h \
vis.h \
winsock.h \
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:4966: checking for $ac_header" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 4972 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <$ac_header>
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:4978: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
2001-06-21 02:12:07 +00:00
cat conftest.err >&5
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
eval "$ac_ac_Header=no"
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:4999: result: `eval echo '${'$ac_ac_Header'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
EOF
fi
done
if test "$ac_cv_header_err_h" = yes; then
have_err_h_TRUE=
have_err_h_FALSE='#'
else
have_err_h_TRUE='#'
have_err_h_FALSE=
fi
if test "$ac_cv_header_fnmatch_h" = yes; then
have_fnmatch_h_TRUE=
have_fnmatch_h_FALSE='#'
else
have_fnmatch_h_TRUE='#'
have_fnmatch_h_FALSE=
fi
if test "$ac_cv_header_ifaddrs_h" = yes; then
have_ifaddrs_h_TRUE=
have_ifaddrs_h_FALSE='#'
else
have_ifaddrs_h_TRUE='#'
have_ifaddrs_h_FALSE=
fi
if test "$ac_cv_header_vis_h" = yes; then
have_vis_h_TRUE=
have_vis_h_FALSE='#'
else
have_vis_h_TRUE='#'
have_vis_h_FALSE=
fi
# Check whether --with-ipv6 or --without-ipv6 was given.
if test "${with_ipv6+set}" = set; then
withval="$with_ipv6"
if test "$withval" = "no"; then
ac_cv_lib_ipv6=no
fi
fi;
2001-06-21 02:12:07 +00:00
save_CFLAGS="${CFLAGS}"
2001-02-13 16:46:19 +00:00
if test "${ac_cv_lib_ipv6+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
v6type=unknown
v6lib=none
2001-06-21 02:12:07 +00:00
echo "$as_me:5056: checking ipv6 stack type" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking ipv6 stack type... $ECHO_C" >&6
for i in v6d toshiba kame inria zeta linux; do
case $i in
v6d)
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5062 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include </usr/local/v6/include/sys/types.h>
#ifdef __V6D__
yes
#endif
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
v6type=$i; v6lib=v6;
v6libdir=/usr/local/v6/lib;
CFLAGS="-I/usr/local/v6/include $CFLAGS"
fi
rm -f conftest*
;;
toshiba)
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5081 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <sys/param.h>
#ifdef _TOSHIBA_INET6
yes
#endif
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
v6type=$i; v6lib=inet6;
v6libdir=/usr/local/v6/lib;
CFLAGS="-DINET6 $CFLAGS"
fi
rm -f conftest*
;;
kame)
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5100 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <netinet/in.h>
#ifdef __KAME__
yes
#endif
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
v6type=$i; v6lib=inet6;
v6libdir=/usr/local/v6/lib;
CFLAGS="-DINET6 $CFLAGS"
fi
rm -f conftest*
;;
inria)
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5119 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <netinet/in.h>
#ifdef IPV6_INRIA_VERSION
yes
#endif
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
v6type=$i; CFLAGS="-DINET6 $CFLAGS"
fi
rm -f conftest*
;;
zeta)
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5136 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <sys/param.h>
#ifdef _ZETA_MINAMI_INET6
yes
#endif
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
v6type=$i; v6lib=inet6;
v6libdir=/usr/local/v6/lib;
CFLAGS="-DINET6 $CFLAGS"
fi
rm -f conftest*
;;
linux)
if test -d /usr/inet6; then
v6type=$i
v6lib=inet6
v6libdir=/usr/inet6
CFLAGS="-DINET6 $CFLAGS"
fi
;;
esac
if test "$v6type" != "unknown"; then
break
fi
done
2001-06-21 02:12:07 +00:00
echo "$as_me:5166: result: $v6type" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$v6type" >&6
if test "$v6lib" != "none"; then
for dir in $v6libdir /usr/local/v6/lib /usr/local/lib; do
if test -d $dir -a -f $dir/lib$v6lib.a; then
LIBS="-L$dir -l$v6lib $LIBS"
break
fi
done
fi
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5178 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_NETINET_IN6_H
#include <netinet/in6.h>
#endif
int
main ()
{
struct sockaddr_in6 sin6;
int s;
s = socket(AF_INET6, SOCK_DGRAM, 0);
sin6.sin6_family = AF_INET6;
sin6.sin6_port = htons(17);
sin6.sin6_addr = in6addr_any;
bind(s, (struct sockaddr *)&sin6, sizeof(sin6));
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:5213: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_lib_ipv6=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_lib_ipv6=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:5223: checking for IPv6" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for IPv6... $ECHO_C" >&6
2001-06-21 02:12:07 +00:00
echo "$as_me:5225: result: $ac_cv_lib_ipv6" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_lib_ipv6" >&6
if test "$ac_cv_lib_ipv6" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_IPV6 1
EOF
2001-02-13 16:46:19 +00:00
2001-06-21 02:12:07 +00:00
else
CFLAGS="${save_CFLAGS}"
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:5237: checking for socket" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for socket... $ECHO_C" >&6
if test "${ac_cv_funclib_socket+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_socket\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" socket; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5253 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
int
main ()
{
socket()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:5265: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_socket=$ac_lib; else ac_cv_funclib_socket=yes; fi";break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_socket=\${ac_cv_funclib_socket-no}"
LIBS="$ac_save_LIBS"
fi
fi
eval "ac_res=\$ac_cv_funclib_socket"
if false; then
for ac_func in socket
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:5286: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5292 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:5323: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:5332: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
2001-02-13 16:46:19 +00:00
fi
# socket
eval "ac_tr_func=HAVE_`echo socket | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_socket=$ac_res"
case "$ac_res" in
yes)
eval "ac_cv_func_socket=yes"
eval "LIB_socket="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:5356: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_socket=no"
eval "LIB_socket="
2001-06-21 02:12:07 +00:00
echo "$as_me:5362: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_socket=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:5376: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
if test -n "$LIB_socket"; then
LIBS="$LIB_socket $LIBS"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:5385: checking for gethostbyname" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
if test "${ac_cv_funclib_gethostbyname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_gethostbyname\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" nsl; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5401 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
int
main ()
{
gethostbyname()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:5413: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_gethostbyname=$ac_lib; else ac_cv_funclib_gethostbyname=yes; fi";break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_gethostbyname=\${ac_cv_funclib_gethostbyname-no}"
LIBS="$ac_save_LIBS"
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_gethostbyname"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in gethostbyname
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:5434: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5440 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* 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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:5471: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:5480: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
done
fi
2001-02-13 16:46:19 +00:00
# gethostbyname
eval "ac_tr_func=HAVE_`echo gethostbyname | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_gethostbyname=$ac_res"
2001-02-13 16:46:19 +00:00
case "$ac_res" in
yes)
eval "ac_cv_func_gethostbyname=yes"
eval "LIB_gethostbyname="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:5504: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_gethostbyname=no"
eval "LIB_gethostbyname="
2001-06-21 02:12:07 +00:00
echo "$as_me:5510: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_gethostbyname=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:5524: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
if test -n "$LIB_gethostbyname"; then
LIBS="$LIB_gethostbyname $LIBS"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:5533: checking for syslog" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for syslog... $ECHO_C" >&6
if test "${ac_cv_funclib_syslog+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_syslog\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" syslog; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5549 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
syslog()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:5561: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_syslog=$ac_lib; else ac_cv_funclib_syslog=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_syslog=\${ac_cv_funclib_syslog-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_syslog"
if false; then
for ac_func in syslog
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:5582: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5588 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:5619: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:5628: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
2001-02-13 16:46:19 +00:00
fi
done
2001-02-13 16:46:19 +00:00
fi
# syslog
eval "ac_tr_func=HAVE_`echo syslog | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_syslog=$ac_res"
2001-02-13 16:46:19 +00:00
case "$ac_res" in
yes)
eval "ac_cv_func_syslog=yes"
eval "LIB_syslog="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:5652: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_syslog=no"
eval "LIB_syslog="
2001-06-21 02:12:07 +00:00
echo "$as_me:5658: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_syslog=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:5672: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
if test -n "$LIB_syslog"; then
LIBS="$LIB_syslog $LIBS"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:5681: checking for gethostbyname2" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for gethostbyname2... $ECHO_C" >&6
if test "${ac_cv_funclib_gethostbyname2+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_gethostbyname2\" != yes" ; then
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in "" inet6 ip6; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5697 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
gethostbyname2()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:5709: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_gethostbyname2=$ac_lib; else ac_cv_funclib_gethostbyname2=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
2001-02-13 16:46:19 +00:00
eval "ac_cv_funclib_gethostbyname2=\${ac_cv_funclib_gethostbyname2-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_gethostbyname2"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in gethostbyname2
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:5730: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5736 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:5767: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:5776: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# gethostbyname2
eval "ac_tr_func=HAVE_`echo gethostbyname2 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_gethostbyname2=$ac_res"
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_gethostbyname2=yes"
eval "LIB_gethostbyname2="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:5800: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_gethostbyname2=no"
eval "LIB_gethostbyname2="
2001-06-21 02:12:07 +00:00
echo "$as_me:5806: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_gethostbyname2=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:5820: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
if test -n "$LIB_gethostbyname2"; then
LIBS="$LIB_gethostbyname2 $LIBS"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:5829: checking for res_search" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for res_search... $ECHO_C" >&6
if test "${ac_cv_funclib_res_search+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_res_search\" != yes" ; then
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in "" resolv; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5845 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdio.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_NAMESER_H
#include <arpa/nameser.h>
#endif
#ifdef HAVE_RESOLV_H
#include <resolv.h>
#endif
int
main ()
{
res_search(0,0,0,0,0)
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:5871: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_res_search=$ac_lib; else ac_cv_funclib_res_search=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
2001-02-13 16:46:19 +00:00
eval "ac_cv_funclib_res_search=\${ac_cv_funclib_res_search-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_res_search"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in res_search
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:5892: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 5898 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:5929: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:5938: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# res_search
eval "ac_tr_func=HAVE_`echo res_search | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_res_search=$ac_res"
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_res_search=yes"
eval "LIB_res_search="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:5962: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_res_search=no"
eval "LIB_res_search="
2001-06-21 02:12:07 +00:00
echo "$as_me:5968: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_res_search=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:5982: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
if test -n "$LIB_res_search"; then
LIBS="$LIB_res_search $LIBS"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:5991: checking for dn_expand" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for dn_expand... $ECHO_C" >&6
if test "${ac_cv_funclib_dn_expand+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_dn_expand\" != yes" ; then
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in "" resolv; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 6007 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdio.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_NAMESER_H
#include <arpa/nameser.h>
#endif
#ifdef HAVE_RESOLV_H
#include <resolv.h>
#endif
int
main ()
{
dn_expand(0,0,0,0,0)
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:6033: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_dn_expand=$ac_lib; else ac_cv_funclib_dn_expand=yes; fi";break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_dn_expand=\${ac_cv_funclib_dn_expand-no}"
LIBS="$ac_save_LIBS"
fi
fi
eval "ac_res=\$ac_cv_funclib_dn_expand"
if false; then
for ac_func in dn_expand
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:6054: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 6060 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* 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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:6091: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:6100: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
2001-02-13 16:46:19 +00:00
fi
# dn_expand
eval "ac_tr_func=HAVE_`echo dn_expand | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_dn_expand=$ac_res"
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_dn_expand=yes"
eval "LIB_dn_expand="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:6124: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_dn_expand=no"
eval "LIB_dn_expand="
2001-06-21 02:12:07 +00:00
echo "$as_me:6130: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_dn_expand=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:6144: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
if test -n "$LIB_dn_expand"; then
LIBS="$LIB_dn_expand $LIBS"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:6153: checking for working snprintf" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for working snprintf... $ECHO_C" >&6
if test "${ac_cv_func_snprintf_working+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_func_snprintf_working=yes
if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 6163 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdio.h>
#include <string.h>
int main()
{
char foo[3];
snprintf(foo, 2, "12");
return strcmp(foo, "1");
}
_ACEOF
rm -f conftest$ac_exeext
2001-06-21 02:12:07 +00:00
{ (eval echo $as_me:6176: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
2001-02-13 16:46:19 +00:00
:
else
2001-02-13 16:46:19 +00:00
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_snprintf_working=no
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:6192: result: $ac_cv_func_snprintf_working" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_snprintf_working" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_snprintf_working" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_SNPRINTF 1
EOF
2001-02-13 16:46:19 +00:00
fi
if test "$ac_cv_func_snprintf_working" = yes; then
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_snprintf+set" != set -o "$ac_cv_func_snprintf" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:6205: checking if snprintf needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if snprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_snprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 6211 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdio.h>
int
main ()
{
struct foo { int foo; } xx;
extern int snprintf (struct foo*);
snprintf(&xx);
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:6226: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_snprintf_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_snprintf_noproto=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:6235: result: $ac_cv_func_snprintf_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_snprintf_noproto" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_snprintf_noproto" = yes; then
cat >>confdefs.h <<\EOF
#define NEED_SNPRINTF_PROTO 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:6250: checking for working vsnprintf" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for working vsnprintf... $ECHO_C" >&6
if test "${ac_cv_func_vsnprintf_working+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
ac_cv_func_vsnprintf_working=yes
if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 6260 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
int foo(int num, ...)
{
char bar[3];
va_list arg;
va_start(arg, num);
vsnprintf(bar, 2, "%s", arg);
va_end(arg);
return strcmp(bar, "1");
}
int main()
{
return foo(0, "12");
}
_ACEOF
rm -f conftest$ac_exeext
2001-06-21 02:12:07 +00:00
{ (eval echo $as_me:6283: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
2001-02-13 16:46:19 +00:00
:
else
2001-02-13 16:46:19 +00:00
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_vsnprintf_working=no
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:6299: result: $ac_cv_func_vsnprintf_working" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_vsnprintf_working" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_vsnprintf_working" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_VSNPRINTF 1
EOF
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_vsnprintf_working" = yes; then
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_vsnprintf+set" != set -o "$ac_cv_func_vsnprintf" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:6312: checking if vsnprintf needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if vsnprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_vsnprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 6318 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdio.h>
int
main ()
{
struct foo { int foo; } xx;
extern int vsnprintf (struct foo*);
vsnprintf(&xx);
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:6333: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_vsnprintf_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_vsnprintf_noproto=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:6342: result: $ac_cv_func_vsnprintf_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_vsnprintf_noproto" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_vsnprintf_noproto" = yes; then
cat >>confdefs.h <<\EOF
#define NEED_VSNPRINTF_PROTO 1
EOF
fi
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:6357: checking for working glob" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for working glob... $ECHO_C" >&6
if test "${ac_cv_func_glob_working+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_func_glob_working=yes
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 6364 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdio.h>
#include <glob.h>
int
main ()
{
2001-06-21 02:12:07 +00:00
glob(NULL, GLOB_BRACE|GLOB_NOCHECK|GLOB_QUOTE|GLOB_TILDE|GLOB_LIMIT,
NULL, NULL);
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:6381: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
:
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_func_glob_working=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:6390: result: $ac_cv_func_glob_working" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_glob_working" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_glob_working" = yes; then
cat >>confdefs.h <<\EOF
#define HAVE_GLOB 1
EOF
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_glob_working" = yes; then
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_glob+set" != set -o "$ac_cv_func_glob" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:6403: checking if glob needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if glob needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_glob_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 6409 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdio.h>
#include <glob.h>
int
main ()
{
struct foo { int foo; } xx;
extern int glob (struct foo*);
glob(&xx);
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:6425: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_glob_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_glob_noproto=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:6434: result: $ac_cv_func_glob_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_glob_noproto" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_glob_noproto" = yes; then
cat >>confdefs.h <<\EOF
#define NEED_GLOB_PROTO 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_glob_working" != yes; then
LIBOBJS="$LIBOBJS glob.o"
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_glob_working" = yes; then
have_glob_h_TRUE=
have_glob_h_FALSE='#'
else
2001-02-13 16:46:19 +00:00
have_glob_h_TRUE='#'
have_glob_h_FALSE=
fi
2001-02-13 16:46:19 +00:00
for ac_func in \
asnprintf \
asprintf \
cgetent \
getconfattr \
2001-06-21 02:12:07 +00:00
getprogname \
2001-02-13 16:46:19 +00:00
getrlimit \
getspnam \
2001-06-21 02:12:07 +00:00
setprogname \
2001-02-13 16:46:19 +00:00
strsvis \
strunvis \
strvis \
strvisx \
svis \
sysconf \
sysctl \
uname \
unvis \
vasnprintf \
vasprintf \
vis \
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:6485: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 6491 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:6522: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:6531: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
if test "$ac_cv_func_cgetent" = no; then
LIBOBJS="$LIBOBJS getcap.o"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:6545: checking for getsockopt" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for getsockopt... $ECHO_C" >&6
if test "${ac_cv_funclib_getsockopt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_getsockopt\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" ; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
2001-02-13 16:46:19 +00:00
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 6561 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
int
main ()
{
getsockopt(0,0,0,0,0)
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:6578: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_getsockopt=$ac_lib; else ac_cv_funclib_getsockopt=yes; fi";break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
2001-02-13 16:46:19 +00:00
eval "ac_cv_funclib_getsockopt=\${ac_cv_funclib_getsockopt-no}"
LIBS="$ac_save_LIBS"
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_getsockopt"
if false; then
for ac_func in getsockopt
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:6599: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 6605 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:6636: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:6645: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
fi
2001-02-13 16:46:19 +00:00
# getsockopt
eval "ac_tr_func=HAVE_`echo getsockopt | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_getsockopt=$ac_res"
2001-02-13 16:46:19 +00:00
case "$ac_res" in
yes)
eval "ac_cv_func_getsockopt=yes"
eval "LIB_getsockopt="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:6669: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_getsockopt=no"
eval "LIB_getsockopt="
2001-06-21 02:12:07 +00:00
echo "$as_me:6675: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_getsockopt=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:6689: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-06-21 02:12:07 +00:00
echo "$as_me:6694: checking for setsockopt" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6
if test "${ac_cv_funclib_setsockopt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_setsockopt\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" ; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 6710 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
int
main ()
{
setsockopt(0,0,0,0,0)
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:6727: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_setsockopt=$ac_lib; else ac_cv_funclib_setsockopt=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_setsockopt=\${ac_cv_funclib_setsockopt-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_setsockopt"
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in setsockopt
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:6748: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 6754 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:6785: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:6794: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
fi
2001-02-13 16:46:19 +00:00
# setsockopt
eval "ac_tr_func=HAVE_`echo setsockopt | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_setsockopt=$ac_res"
2001-02-13 16:46:19 +00:00
case "$ac_res" in
yes)
eval "ac_cv_func_setsockopt=yes"
eval "LIB_setsockopt="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:6818: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_setsockopt=no"
eval "LIB_setsockopt="
2001-06-21 02:12:07 +00:00
echo "$as_me:6824: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_setsockopt=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:6838: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-06-21 02:12:07 +00:00
echo "$as_me:6843: checking for hstrerror" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for hstrerror... $ECHO_C" >&6
if test "${ac_cv_funclib_hstrerror+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_hstrerror\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" resolv; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 6859 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
int
main ()
{
hstrerror(17)
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:6873: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_hstrerror=$ac_lib; else ac_cv_funclib_hstrerror=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_hstrerror=\${ac_cv_funclib_hstrerror-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_hstrerror"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in hstrerror
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:6894: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 6900 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:6931: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:6940: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
fi
2001-02-13 16:46:19 +00:00
# hstrerror
eval "ac_tr_func=HAVE_`echo hstrerror | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_hstrerror=$ac_res"
2001-02-13 16:46:19 +00:00
case "$ac_res" in
yes)
eval "ac_cv_func_hstrerror=yes"
eval "LIB_hstrerror="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:6964: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
2001-02-13 16:46:19 +00:00
no)
eval "ac_cv_func_hstrerror=no"
eval "LIB_hstrerror="
2001-06-21 02:12:07 +00:00
echo "$as_me:6970: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_hstrerror=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-02-13 16:46:19 +00:00
2001-06-21 02:12:07 +00:00
echo "$as_me:6984: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
if test -n "$LIB_hstrerror"; then
LIBS="$LIB_hstrerror $LIBS"
fi
2001-02-13 16:46:19 +00:00
if eval "test \"$ac_cv_func_hstrerror\" != yes"; then
LIBOBJS="$LIBOBJS hstrerror.o"
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_hstrerror" = yes; then
if test "$ac_cv_func_hstrerror+set" != set -o "$ac_cv_func_hstrerror" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:7000: checking if hstrerror needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if hstrerror needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_hstrerror_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 7006 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
int
main ()
{
struct foo { int foo; } xx;
extern int hstrerror (struct foo*);
hstrerror(&xx);
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:7024: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_hstrerror_noproto=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_hstrerror_noproto=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:7033: result: $ac_cv_func_hstrerror_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_hstrerror_noproto" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_hstrerror_noproto" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define NEED_HSTRERROR_PROTO 1
EOF
2001-02-13 16:46:19 +00:00
fi
fi
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_asprintf" = yes; then
if test "$ac_cv_func_asprintf+set" != set -o "$ac_cv_func_asprintf" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:7051: checking if asprintf needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if asprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_asprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 7057 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdio.h>
#include <string.h>
int
main ()
{
struct foo { int foo; } xx;
extern int asprintf (struct foo*);
asprintf(&xx);
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:7074: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_asprintf_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_asprintf_noproto=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:7083: result: $ac_cv_func_asprintf_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_asprintf_noproto" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_asprintf_noproto" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define NEED_ASPRINTF_PROTO 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
fi
fi
if test "$ac_cv_func_vasprintf" = yes; then
if test "$ac_cv_func_vasprintf+set" != set -o "$ac_cv_func_vasprintf" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:7099: checking if vasprintf needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if vasprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_vasprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 7105 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdio.h>
#include <string.h>
int
main ()
{
struct foo { int foo; } xx;
extern int vasprintf (struct foo*);
vasprintf(&xx);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:7122: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_vasprintf_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_vasprintf_noproto=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:7131: result: $ac_cv_func_vasprintf_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_vasprintf_noproto" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_vasprintf_noproto" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define NEED_VASPRINTF_PROTO 1
EOF
2001-02-13 16:46:19 +00:00
fi
fi
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_asnprintf" = yes; then
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_asnprintf+set" != set -o "$ac_cv_func_asnprintf" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:7147: checking if asnprintf needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if asnprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_asnprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 7153 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdio.h>
#include <string.h>
int
main ()
{
struct foo { int foo; } xx;
extern int asnprintf (struct foo*);
asnprintf(&xx);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:7170: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_asnprintf_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_asnprintf_noproto=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:7179: result: $ac_cv_func_asnprintf_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_asnprintf_noproto" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_asnprintf_noproto" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define NEED_ASNPRINTF_PROTO 1
EOF
2001-02-13 16:46:19 +00:00
fi
fi
2001-02-13 16:46:19 +00:00
fi
if test "$ac_cv_func_vasnprintf" = yes; then
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_vasnprintf+set" != set -o "$ac_cv_func_vasnprintf" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:7195: checking if vasnprintf needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if vasnprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_vasnprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 7201 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdio.h>
#include <string.h>
int
main ()
{
struct foo { int foo; } xx;
extern int vasnprintf (struct foo*);
vasnprintf(&xx);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:7218: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_vasnprintf_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_vasnprintf_noproto=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:7227: result: $ac_cv_func_vasnprintf_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_vasnprintf_noproto" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_vasnprintf_noproto" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define NEED_VASNPRINTF_PROTO 1
EOF
2001-02-13 16:46:19 +00:00
2001-06-21 02:12:07 +00:00
fi
fi
fi
echo "$as_me:7241: checking for bswap16" >&5
echo $ECHO_N "checking for bswap16... $ECHO_C" >&6
if test "${ac_cv_funclib_bswap16+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if eval "test \"\$ac_cv_func_bswap16\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" ; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line 7257 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_BSWAP_H
#include <sys/bswap.h>
#endif
int
main ()
{
bswap16(0)
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo $as_me:7271: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_bswap16=$ac_lib; else ac_cv_funclib_bswap16=yes; fi";break
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_bswap16=\${ac_cv_funclib_bswap16-no}"
LIBS="$ac_save_LIBS"
fi
fi
eval "ac_res=\$ac_cv_funclib_bswap16"
if false; then
for ac_func in bswap16
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:7292: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 7298 "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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo $as_me:7329: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:7338: result: `eval echo '${'$ac_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# bswap16
eval "ac_tr_func=HAVE_`echo bswap16 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_bswap16=$ac_res"
case "$ac_res" in
yes)
eval "ac_cv_func_bswap16=yes"
eval "LIB_bswap16="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
echo "$as_me:7362: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_bswap16=no"
eval "LIB_bswap16="
echo "$as_me:7368: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_bswap16=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
echo "$as_me:7382: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
echo "$as_me:7387: checking for bswap32" >&5
echo $ECHO_N "checking for bswap32... $ECHO_C" >&6
if test "${ac_cv_funclib_bswap32+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if eval "test \"\$ac_cv_func_bswap32\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" ; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line 7403 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_BSWAP_H
#include <sys/bswap.h>
#endif
int
main ()
{
bswap32(0)
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo $as_me:7417: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_bswap32=$ac_lib; else ac_cv_funclib_bswap32=yes; fi";break
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_bswap32=\${ac_cv_funclib_bswap32-no}"
LIBS="$ac_save_LIBS"
fi
fi
eval "ac_res=\$ac_cv_funclib_bswap32"
if false; then
for ac_func in bswap32
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:7438: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 7444 "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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo $as_me:7475: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:7484: result: `eval echo '${'$ac_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# bswap32
eval "ac_tr_func=HAVE_`echo bswap32 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_bswap32=$ac_res"
case "$ac_res" in
yes)
eval "ac_cv_func_bswap32=yes"
eval "LIB_bswap32="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
echo "$as_me:7508: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_bswap32=no"
eval "LIB_bswap32="
echo "$as_me:7514: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_bswap32=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-02-13 16:46:19 +00:00
2001-06-21 02:12:07 +00:00
echo "$as_me:7528: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
2001-06-21 02:12:07 +00:00
echo "$as_me:7533: checking for pidfile" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for pidfile... $ECHO_C" >&6
if test "${ac_cv_funclib_pidfile+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_pidfile\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" util; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 7549 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#ifdef HAVE_UTIL_H
#include <util.h>
#endif
int
main ()
{
pidfile(0)
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:7563: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_pidfile=$ac_lib; else ac_cv_funclib_pidfile=yes; fi";break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_pidfile=\${ac_cv_funclib_pidfile-no}"
LIBS="$ac_save_LIBS"
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_pidfile"
2001-02-13 16:46:19 +00:00
if false; then
for ac_func in pidfile
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:7584: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 7590 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* 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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:7621: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:7630: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
fi
2001-02-13 16:46:19 +00:00
# pidfile
eval "ac_tr_func=HAVE_`echo pidfile | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_pidfile=$ac_res"
2001-02-13 16:46:19 +00:00
case "$ac_res" in
yes)
eval "ac_cv_func_pidfile=yes"
eval "LIB_pidfile="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:7654: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_pidfile=no"
eval "LIB_pidfile="
2001-06-21 02:12:07 +00:00
echo "$as_me:7660: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_pidfile=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:7674: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
for ac_func in \
chown \
copyhostent \
daemon \
err \
errx \
fchown \
flock \
fnmatch \
freeaddrinfo \
freehostent \
gai_strerror \
getaddrinfo \
getcwd \
getdtablesize \
getegid \
geteuid \
getgid \
gethostname \
getifaddrs \
getipnodebyaddr \
getipnodebyname \
getnameinfo \
getopt \
gettimeofday \
getuid \
getusershell \
initgroups \
innetgr \
iruserok \
lstat \
memmove \
mkstemp \
putenv \
rcmd \
readv \
recvmsg \
sendmsg \
setegid \
setenv \
seteuid \
strcasecmp \
strdup \
strerror \
strftime \
strlcat \
strlcpy \
strlwr \
strncasecmp \
strndup \
strnlen \
strptime \
strsep \
strsep_copy \
strtok_r \
strupr \
swab \
unsetenv \
verr \
verrx \
vsyslog \
vwarn \
vwarnx \
warn \
warnx \
writev \
2001-02-13 16:46:19 +00:00
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:7748: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 7754 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* 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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:7785: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:7794: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
2001-02-13 16:46:19 +00:00
ac_tr_func=HAVE_`echo $ac_func | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
else
2001-02-13 16:46:19 +00:00
LIBOBJS="$LIBOBJS ${ac_func}.o"
fi
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in \
chown \
copyhostent \
daemon \
err \
errx \
fchown \
flock \
fnmatch \
freeaddrinfo \
freehostent \
gai_strerror \
getaddrinfo \
getcwd \
getdtablesize \
getegid \
geteuid \
getgid \
gethostname \
getifaddrs \
getipnodebyaddr \
getipnodebyname \
getnameinfo \
getopt \
gettimeofday \
getuid \
getusershell \
initgroups \
innetgr \
iruserok \
lstat \
memmove \
mkstemp \
putenv \
rcmd \
readv \
recvmsg \
sendmsg \
setegid \
setenv \
seteuid \
strcasecmp \
strdup \
strerror \
strftime \
strlcat \
strlcpy \
strlwr \
strncasecmp \
strndup \
strnlen \
strptime \
strsep \
strsep_copy \
strtok_r \
strupr \
swab \
unsetenv \
verr \
verrx \
vsyslog \
vwarn \
vwarnx \
warn \
warnx \
writev \
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:7878: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 7884 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* 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. */
2001-02-13 16:46:19 +00:00
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
2001-02-13 16:46:19 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:7915: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:7924: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
fi
2001-02-13 16:46:19 +00:00
done
2001-02-13 16:46:19 +00:00
for ac_func in inet_aton
do
2001-06-21 02:12:07 +00:00
echo "$as_me:7939: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 7945 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
int
main ()
{
2001-02-13 16:46:19 +00:00
/* 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_inet_aton) || defined (__stub___inet_aton)
choke me
#else
$ac_func(0,0)
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:7977: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_$ac_func=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_$ac_func=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
if eval "test \"\${ac_cv_func_$ac_func}\" = yes"; then
ac_tr_func=HAVE_`echo $ac_func | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:7993: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:7996: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
LIBOBJS="$LIBOBJS ${ac_func}.o"
fi
done
if false; then
for ac_func in inet_aton
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:8006: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8012 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-02-13 16:46:19 +00:00
which can conflict with char $ac_func (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-02-13 16:46:19 +00:00
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
2001-02-13 16:46:19 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8043: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8052: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
2001-02-13 16:46:19 +00:00
for ac_func in inet_ntop
do
2001-06-21 02:12:07 +00:00
echo "$as_me:8066: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8072 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
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. */
2001-02-13 16:46:19 +00:00
#if defined (__stub_inet_ntop) || defined (__stub___inet_ntop)
choke me
#else
2001-02-13 16:46:19 +00:00
$ac_func(0, 0, 0, 0)
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8104: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_$ac_func=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_$ac_func=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
if eval "test \"\${ac_cv_func_$ac_func}\" = yes"; then
ac_tr_func=HAVE_`echo $ac_func | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:8120: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:8123: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
LIBOBJS="$LIBOBJS ${ac_func}.o"
fi
2001-02-13 16:46:19 +00:00
done
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in inet_ntop
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:8133: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8139 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-02-13 16:46:19 +00:00
which can conflict with char $ac_func (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-02-13 16:46:19 +00:00
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
2001-02-13 16:46:19 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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. */
2001-02-13 16:46:19 +00:00
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-02-13 16:46:19 +00:00
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8170: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8179: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
done
fi
2001-02-13 16:46:19 +00:00
for ac_func in inet_pton
do
2001-06-21 02:12:07 +00:00
echo "$as_me:8193: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8199 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
int
main ()
{
2001-02-13 16:46:19 +00:00
/* 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_inet_pton) || defined (__stub___inet_pton)
choke me
#else
$ac_func(0,0,0)
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8231: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_$ac_func=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_$ac_func=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
if eval "test \"\${ac_cv_func_$ac_func}\" = yes"; then
ac_tr_func=HAVE_`echo $ac_func | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:8247: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:8250: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
LIBOBJS="$LIBOBJS ${ac_func}.o"
fi
done
if false; then
for ac_func in inet_pton
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:8260: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8266 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-02-13 16:46:19 +00:00
which can conflict with char $ac_func (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-02-13 16:46:19 +00:00
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
2001-02-13 16:46:19 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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. */
2001-02-13 16:46:19 +00:00
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-02-13 16:46:19 +00:00
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8297: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8306: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
2001-02-13 16:46:19 +00:00
fi
done
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8318: checking for sa_len in struct sockaddr" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for sa_len in struct sockaddr... $ECHO_C" >&6
if test "${ac_cv_type_struct_sockaddr_sa_len+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8325 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
int
main ()
{
struct sockaddr x; x.sa_len;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8338: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_struct_sockaddr_sa_len=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_sockaddr_sa_len=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8347: result: $ac_cv_type_struct_sockaddr_sa_len" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_sockaddr_sa_len" >&6
if test "$ac_cv_type_struct_sockaddr_sa_len" = yes; then
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
EOF
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_getnameinfo" = "yes"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:8359: checking if getnameinfo is broken" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if getnameinfo is broken... $ECHO_C" >&6
if test "${ac_cv_func_getnameinfo_broken+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test "$cross_compiling" = yes; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: cannot run test program while cross compiling" >&2
{ (exit 1); exit; }; }
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8369 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
int
main(int argc, char **argv)
{
struct sockaddr_in sin;
char host[256];
memset(&sin, 0, sizeof(sin));
#ifdef HAVE_STRUCT_SOCKADDR_SA_LEN
sin.sin_len = sizeof(sin);
#endif
sin.sin_family = AF_INET;
sin.sin_addr.s_addr = 0xffffffff;
sin.sin_port = 0;
return getnameinfo((struct sockaddr*)&sin, sizeof(sin), host, sizeof(host),
NULL, 0, 0);
}
_ACEOF
rm -f conftest$ac_exeext
2001-06-21 02:12:07 +00:00
{ (eval echo $as_me:8395: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
2001-02-13 16:46:19 +00:00
ac_cv_func_getnameinfo_broken=no
else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_getnameinfo_broken=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8411: result: $ac_cv_func_getnameinfo_broken" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_getnameinfo_broken" >&6
if test "$ac_cv_func_getnameinfo_broken" = yes; then
LIBOBJS="$LIBOBJS getnameinfo.o"
fi
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_setenv+set" != set -o "$ac_cv_func_setenv" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:8419: checking if setenv needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if setenv needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_setenv_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8425 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdlib.h>
int
main ()
{
struct foo { int foo; } xx;
extern int setenv (struct foo*);
setenv(&xx);
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8440: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_setenv_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_setenv_noproto=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8449: result: $ac_cv_func_setenv_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_setenv_noproto" >&6
if test "$ac_cv_func_setenv_noproto" = yes; then
cat >>confdefs.h <<\EOF
#define NEED_SETENV_PROTO 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_unsetenv+set" != set -o "$ac_cv_func_unsetenv" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:8463: checking if unsetenv needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if unsetenv needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_unsetenv_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8469 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdlib.h>
int
main ()
{
struct foo { int foo; } xx;
extern int unsetenv (struct foo*);
unsetenv(&xx);
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8484: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_unsetenv_noproto=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_unsetenv_noproto=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8493: result: $ac_cv_func_unsetenv_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_unsetenv_noproto" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_unsetenv_noproto" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define NEED_UNSETENV_PROTO 1
EOF
2001-02-13 16:46:19 +00:00
fi
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_gethostname+set" != set -o "$ac_cv_func_gethostname" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:8507: checking if gethostname needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if gethostname needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_gethostname_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8513 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <unistd.h>
int
main ()
{
struct foo { int foo; } xx;
extern int gethostname (struct foo*);
gethostname(&xx);
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8528: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_gethostname_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_gethostname_noproto=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8537: result: $ac_cv_func_gethostname_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_gethostname_noproto" >&6
if test "$ac_cv_func_gethostname_noproto" = yes; then
cat >>confdefs.h <<\EOF
#define NEED_GETHOSTNAME_PROTO 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_mkstemp+set" != set -o "$ac_cv_func_mkstemp" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:8551: checking if mkstemp needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if mkstemp needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_mkstemp_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8557 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <unistd.h>
int
main ()
{
struct foo { int foo; } xx;
extern int mkstemp (struct foo*);
mkstemp(&xx);
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8572: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_mkstemp_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_mkstemp_noproto=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8581: result: $ac_cv_func_mkstemp_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_mkstemp_noproto" >&6
if test "$ac_cv_func_mkstemp_noproto" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define NEED_MKSTEMP_PROTO 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_getusershell+set" != set -o "$ac_cv_func_getusershell" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:8595: checking if getusershell needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if getusershell needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_getusershell_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8601 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <unistd.h>
int
main ()
{
struct foo { int foo; } xx;
extern int getusershell (struct foo*);
getusershell(&xx);
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8616: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_getusershell_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_getusershell_noproto=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8625: result: $ac_cv_func_getusershell_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_getusershell_noproto" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_getusershell_noproto" = yes; then
cat >>confdefs.h <<\EOF
#define NEED_GETUSERSHELL_PROTO 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_inet_aton+set" != set -o "$ac_cv_func_inet_aton" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:8639: checking if inet_aton needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if inet_aton needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_inet_aton_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8645 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
int
main ()
{
struct foo { int foo; } xx;
extern int inet_aton (struct foo*);
inet_aton(&xx);
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8672: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_inet_aton_noproto=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_inet_aton_noproto=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8681: result: $ac_cv_func_inet_aton_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_inet_aton_noproto" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_inet_aton_noproto" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define NEED_INET_ATON_PROTO 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8694: checking for crypt" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for crypt... $ECHO_C" >&6
if test "${ac_cv_funclib_crypt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_crypt\" != yes" ; then
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in "" crypt; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8710 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
crypt()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8722: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_crypt=$ac_lib; else ac_cv_funclib_crypt=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
2001-02-13 16:46:19 +00:00
eval "ac_cv_funclib_crypt=\${ac_cv_funclib_crypt-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_crypt"
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in crypt
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:8743: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8749 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8780: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8789: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# crypt
eval "ac_tr_func=HAVE_`echo crypt | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_crypt=$ac_res"
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_crypt=yes"
eval "LIB_crypt="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:8813: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_crypt=no"
eval "LIB_crypt="
2001-06-21 02:12:07 +00:00
echo "$as_me:8819: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_crypt=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:8833: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-06-21 02:12:07 +00:00
echo "$as_me:8838: checking if gethostbyname is compatible with system prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if gethostbyname is compatible with system prototype... $ECHO_C" >&6
if test "${ac_cv_func_gethostbyname_proto_compat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8844 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
int
main ()
{
struct hostent *gethostbyname(const char *);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8872: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_gethostbyname_proto_compat=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_gethostbyname_proto_compat=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8881: result: $ac_cv_func_gethostbyname_proto_compat" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_gethostbyname_proto_compat" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_gethostbyname_proto_compat" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define GETHOSTBYNAME_PROTO_COMPATIBLE 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8892: checking if gethostbyaddr is compatible with system prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if gethostbyaddr is compatible with system prototype... $ECHO_C" >&6
if test "${ac_cv_func_gethostbyaddr_proto_compat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8898 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
2001-02-13 16:46:19 +00:00
int
main ()
{
struct hostent *gethostbyaddr(const void *, size_t, int);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8926: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_gethostbyaddr_proto_compat=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_gethostbyaddr_proto_compat=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8935: result: $ac_cv_func_gethostbyaddr_proto_compat" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_gethostbyaddr_proto_compat" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_gethostbyaddr_proto_compat" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define GETHOSTBYADDR_PROTO_COMPATIBLE 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8946: checking if getservbyname is compatible with system prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if getservbyname is compatible with system prototype... $ECHO_C" >&6
if test "${ac_cv_func_getservbyname_proto_compat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 8952 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
int
main ()
{
struct servent *getservbyname(const char *, const char *);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:8980: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_getservbyname_proto_compat=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_getservbyname_proto_compat=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:8989: result: $ac_cv_func_getservbyname_proto_compat" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_getservbyname_proto_compat" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_getservbyname_proto_compat" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define GETSERVBYNAME_PROTO_COMPATIBLE 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9000: checking if getsockname is compatible with system prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if getsockname is compatible with system prototype... $ECHO_C" >&6
if test "${ac_cv_func_getsockname_proto_compat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9006 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
2001-02-13 16:46:19 +00:00
int
main ()
{
int getsockname(int, struct sockaddr*, socklen_t*);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9025: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_getsockname_proto_compat=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_getsockname_proto_compat=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9034: result: $ac_cv_func_getsockname_proto_compat" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_getsockname_proto_compat" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_getsockname_proto_compat" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define GETSOCKNAME_PROTO_COMPATIBLE 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9045: checking if openlog is compatible with system prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if openlog is compatible with system prototype... $ECHO_C" >&6
if test "${ac_cv_func_openlog_proto_compat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9051 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_SYSLOG_H
#include <syslog.h>
#endif
2001-02-13 16:46:19 +00:00
int
main ()
{
void openlog(const char *, int, int);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9067: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_openlog_proto_compat=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_openlog_proto_compat=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9076: result: $ac_cv_func_openlog_proto_compat" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_openlog_proto_compat" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_openlog_proto_compat" = yes; then
cat >>confdefs.h <<\EOF
#define OPENLOG_PROTO_COMPATIBLE 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_crypt+set" != set -o "$ac_cv_func_crypt" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:9088: checking if crypt needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if crypt needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_crypt_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9094 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_CRYPT_H
#include <crypt.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
2001-02-13 16:46:19 +00:00
int
main ()
{
struct foo { int foo; } xx;
extern int crypt (struct foo*);
crypt(&xx);
2001-02-13 16:46:19 +00:00
;
return 0;
}
2001-02-13 16:46:19 +00:00
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9116: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_crypt_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_crypt_noproto=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9125: result: $ac_cv_func_crypt_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_crypt_noproto" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_crypt_noproto" = yes; then
cat >>confdefs.h <<\EOF
#define NEED_CRYPT_PROTO 1
EOF
fi
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_strtok_r+set" != set -o "$ac_cv_func_strtok_r" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:9139: checking if strtok_r needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if strtok_r needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_strtok_r_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9145 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <string.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct foo { int foo; } xx;
extern int strtok_r (struct foo*);
strtok_r(&xx);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9162: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_strtok_r_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_strtok_r_noproto=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9171: result: $ac_cv_func_strtok_r_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_strtok_r_noproto" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_strtok_r_noproto" = yes; then
cat >>confdefs.h <<\EOF
#define NEED_STRTOK_R_PROTO 1
EOF
2001-02-13 16:46:19 +00:00
fi
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_strsep+set" != set -o "$ac_cv_func_strsep" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:9185: checking if strsep needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if strsep needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_strsep_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9191 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <string.h>
int
main ()
{
struct foo { int foo; } xx;
extern int strsep (struct foo*);
strsep(&xx);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9208: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_strsep_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_strsep_noproto=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9217: result: $ac_cv_func_strsep_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_strsep_noproto" >&6
if test "$ac_cv_func_strsep_noproto" = yes; then
cat >>confdefs.h <<\EOF
#define NEED_STRSEP_PROTO 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9230: checking for h_errno" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for h_errno... $ECHO_C" >&6
if test "${ac_cv_var_h_errno+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9237 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
extern int h_errno;
int foo() { return h_errno; }
int
main ()
{
foo()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9250: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_var_h_errno=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_var_h_errno=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
ac_foo=`eval echo \\$ac_cv_var_h_errno`
2001-06-21 02:12:07 +00:00
echo "$as_me:9262: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_H_ERRNO 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:9270: checking if h_errno is properly declared" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if h_errno is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_h_errno_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9277 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
2001-02-13 16:46:19 +00:00
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
extern struct { int foo; } h_errno;
int
main ()
{
h_errno.foo = 1;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9295: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_var_h_errno_declaration=no"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_var_h_errno_declaration=yes"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
2001-06-21 02:12:07 +00:00
echo "$as_me:9306: result: $ac_cv_var_h_errno_declaration" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_var_h_errno_declaration" >&6
if eval "test \"\$ac_cv_var_h_errno_declaration\" = yes"; then
cat >>confdefs.h <<\EOF
#define HAVE_H_ERRNO_DECLARATION 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9318: checking for h_errlist" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for h_errlist... $ECHO_C" >&6
if test "${ac_cv_var_h_errlist+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9325 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
extern int h_errlist;
int foo() { return h_errlist; }
int
main ()
{
foo()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9338: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_var_h_errlist=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_var_h_errlist=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
ac_foo=`eval echo \\$ac_cv_var_h_errlist`
2001-06-21 02:12:07 +00:00
echo "$as_me:9350: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
cat >>confdefs.h <<EOF
#define HAVE_H_ERRLIST 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:9358: checking if h_errlist is properly declared" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if h_errlist is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_h_errlist_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9365 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
2001-02-13 16:46:19 +00:00
extern struct { int foo; } h_errlist;
int
main ()
{
h_errlist.foo = 1;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9380: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_var_h_errlist_declaration=no"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_var_h_errlist_declaration=yes"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
2001-06-21 02:12:07 +00:00
echo "$as_me:9391: result: $ac_cv_var_h_errlist_declaration" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_var_h_errlist_declaration" >&6
if eval "test \"\$ac_cv_var_h_errlist_declaration\" = yes"; then
cat >>confdefs.h <<\EOF
#define HAVE_H_ERRLIST_DECLARATION 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9403: checking for h_nerr" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for h_nerr... $ECHO_C" >&6
if test "${ac_cv_var_h_nerr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9410 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
extern int h_nerr;
int foo() { return h_nerr; }
int
main ()
{
foo()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9423: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_var_h_nerr=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_var_h_nerr=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
ac_foo=`eval echo \\$ac_cv_var_h_nerr`
2001-06-21 02:12:07 +00:00
echo "$as_me:9435: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_H_NERR 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:9443: checking if h_nerr is properly declared" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if h_nerr is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_h_nerr_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9450 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
extern struct { int foo; } h_nerr;
int
main ()
{
h_nerr.foo = 1;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9465: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_var_h_nerr_declaration=no"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_var_h_nerr_declaration=yes"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9476: result: $ac_cv_var_h_nerr_declaration" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_var_h_nerr_declaration" >&6
if eval "test \"\$ac_cv_var_h_nerr_declaration\" = yes"; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_H_NERR_DECLARATION 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9488: checking for __progname" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for __progname... $ECHO_C" >&6
if test "${ac_cv_var___progname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9495 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
extern int __progname;
int foo() { return __progname; }
int
main ()
{
foo()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9508: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_var___progname=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_var___progname=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
ac_foo=`eval echo \\$ac_cv_var___progname`
2001-06-21 02:12:07 +00:00
echo "$as_me:9520: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
cat >>confdefs.h <<EOF
#define HAVE___PROGNAME 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:9528: checking if __progname is properly declared" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if __progname is properly declared... $ECHO_C" >&6
if test "${ac_cv_var___progname_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9535 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_ERR_H
#include <err.h>
#endif
2001-02-13 16:46:19 +00:00
extern struct { int foo; } __progname;
int
main ()
{
__progname.foo = 1;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9550: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_var___progname_declaration=no"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_var___progname_declaration=yes"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
2001-06-21 02:12:07 +00:00
echo "$as_me:9561: result: $ac_cv_var___progname_declaration" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_var___progname_declaration" >&6
if eval "test \"\$ac_cv_var___progname_declaration\" = yes"; then
cat >>confdefs.h <<\EOF
#define HAVE___PROGNAME_DECLARATION 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2000-02-24 11:07:16 +00:00
2001-06-21 02:12:07 +00:00
echo "$as_me:9573: checking if optarg is properly declared" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if optarg is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_optarg_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
2000-02-24 11:07:16 +00:00
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9580 "configure"
2000-02-24 11:07:16 +00:00
#include "confdefs.h"
#include <stdlib.h>
2001-02-13 16:46:19 +00:00
#ifdef HAVE_UNISTD_H
#include <unistd.h>
2000-02-24 11:07:16 +00:00
#endif
2001-02-13 16:46:19 +00:00
extern struct { int foo; } optarg;
int
main ()
{
optarg.foo = 1;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9596: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_var_optarg_declaration=no"
2000-02-24 11:07:16 +00:00
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_var_optarg_declaration=yes"
2000-02-24 11:07:16 +00:00
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
2000-02-24 11:07:16 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9607: result: $ac_cv_var_optarg_declaration" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_var_optarg_declaration" >&6
if eval "test \"\$ac_cv_var_optarg_declaration\" = yes"; then
2000-02-24 11:07:16 +00:00
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_OPTARG_DECLARATION 1
2000-02-24 11:07:16 +00:00
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9617: checking if optind is properly declared" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if optind is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_optind_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9624 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
extern struct { int foo; } optind;
int
main ()
{
optind.foo = 1;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9640: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_var_optind_declaration=no"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_var_optind_declaration=yes"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9651: result: $ac_cv_var_optind_declaration" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_var_optind_declaration" >&6
if eval "test \"\$ac_cv_var_optind_declaration\" = yes"; then
cat >>confdefs.h <<\EOF
#define HAVE_OPTIND_DECLARATION 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9661: checking if opterr is properly declared" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if opterr is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_opterr_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9668 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
extern struct { int foo; } opterr;
int
main ()
{
opterr.foo = 1;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9684: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_var_opterr_declaration=no"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_var_opterr_declaration=yes"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9695: result: $ac_cv_var_opterr_declaration" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_var_opterr_declaration" >&6
if eval "test \"\$ac_cv_var_opterr_declaration\" = yes"; then
cat >>confdefs.h <<\EOF
#define HAVE_OPTERR_DECLARATION 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9705: checking if optopt is properly declared" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if optopt is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_optopt_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9712 "configure"
#include "confdefs.h"
#include <stdlib.h>
2001-02-13 16:46:19 +00:00
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
extern struct { int foo; } optopt;
int
main ()
{
optopt.foo = 1;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9728: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_var_optopt_declaration=no"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_var_optopt_declaration=yes"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
2001-06-21 02:12:07 +00:00
echo "$as_me:9739: result: $ac_cv_var_optopt_declaration" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_var_optopt_declaration" >&6
if eval "test \"\$ac_cv_var_optopt_declaration\" = yes"; then
cat >>confdefs.h <<\EOF
#define HAVE_OPTOPT_DECLARATION 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9749: checking if environ is properly declared" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if environ is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_environ_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9756 "configure"
#include "confdefs.h"
#include <stdlib.h>
2001-02-13 16:46:19 +00:00
extern struct { int foo; } environ;
int
main ()
{
environ.foo = 1;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9769: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_var_environ_declaration=no"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_var_environ_declaration=yes"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9780: result: $ac_cv_var_environ_declaration" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_var_environ_declaration" >&6
if eval "test \"\$ac_cv_var_environ_declaration\" = yes"; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_ENVIRON_DECLARATION 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9790: checking for tm_gmtoff in struct tm" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
if test "${ac_cv_type_struct_tm_tm_gmtoff+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9797 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <time.h>
int
main ()
{
struct tm x; x.tm_gmtoff;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9809: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_struct_tm_tm_gmtoff=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_tm_tm_gmtoff=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9818: result: $ac_cv_type_struct_tm_tm_gmtoff" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_tm_tm_gmtoff" >&6
if test "$ac_cv_type_struct_tm_tm_gmtoff" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_TM_TM_GMTOFF 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9828: checking for tm_zone in struct tm" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for tm_zone in struct tm... $ECHO_C" >&6
if test "${ac_cv_type_struct_tm_tm_zone+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9835 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <time.h>
int
main ()
{
struct tm x; x.tm_zone;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9847: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_struct_tm_tm_zone=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_tm_tm_zone=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9856: result: $ac_cv_type_struct_tm_tm_zone" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_tm_tm_zone" >&6
if test "$ac_cv_type_struct_tm_tm_zone" = yes; then
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_TM_TM_ZONE 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9866: checking for timezone" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for timezone... $ECHO_C" >&6
if test "${ac_cv_var_timezone+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9873 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
extern int timezone;
int foo() { return timezone; }
int
main ()
{
foo()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9886: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_var_timezone=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_var_timezone=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
ac_foo=`eval echo \\$ac_cv_var_timezone`
2001-06-21 02:12:07 +00:00
echo "$as_me:9898: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
cat >>confdefs.h <<EOF
#define HAVE_TIMEZONE 1
EOF
2001-02-13 16:46:19 +00:00
2001-06-21 02:12:07 +00:00
echo "$as_me:9906: checking if timezone is properly declared" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if timezone is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_timezone_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9913 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <time.h>
extern struct { int foo; } timezone;
int
main ()
{
timezone.foo = 1;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9926: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_var_timezone_declaration=no"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_var_timezone_declaration=yes"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:9937: result: $ac_cv_var_timezone_declaration" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_var_timezone_declaration" >&6
if eval "test \"\$ac_cv_var_timezone_declaration\" = yes"; then
cat >>confdefs.h <<\EOF
#define HAVE_TIMEZONE_DECLARATION 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
fi
cv=`echo "sa_family_t" | sed 'y%./+- %__p__%'`
2001-06-21 02:12:07 +00:00
echo "$as_me:9950: checking for sa_family_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for sa_family_t... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9956 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#include <sys/socket.h>
int
main ()
{
sa_family_t foo;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:9973: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_type_$cv=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_type_$cv=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
ac_foo=`eval echo \\$ac_cv_type_$cv`
2001-06-21 02:12:07 +00:00
echo "$as_me:9983: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo sa_family_t | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
2001-06-21 02:12:07 +00:00
echo "$as_me:9988: checking for sa_family_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for sa_family_t... $ECHO_C" >&6
if test "${ac_cv_type_sa_family_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 9994 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
$ac_includes_default
int
main ()
{
if ((sa_family_t *) 0)
return 0;
if (sizeof (sa_family_t))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10009: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_sa_family_t=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_sa_family_t=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:10018: result: $ac_cv_type_sa_family_t" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_sa_family_t" >&6
if test $ac_cv_type_sa_family_t = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_SA_FAMILY_T 1
EOF
fi
fi
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
fi
2001-02-13 16:46:19 +00:00
cv=`echo "socklen_t" | sed 'y%./+- %__p__%'`
2001-06-21 02:12:07 +00:00
echo "$as_me:10037: checking for socklen_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10043 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#include <sys/socket.h>
int
main ()
{
socklen_t foo;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10060: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_type_$cv=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
2001-06-21 02:12:07 +00:00
echo "$as_me:10070: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo socklen_t | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
2001-06-21 02:12:07 +00:00
echo "$as_me:10075: checking for socklen_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
if test "${ac_cv_type_socklen_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10081 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((socklen_t *) 0)
return 0;
if (sizeof (socklen_t))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10096: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_socklen_t=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_socklen_t=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:10105: result: $ac_cv_type_socklen_t" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
if test $ac_cv_type_socklen_t = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_SOCKLEN_T 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
cv=`echo "struct sockaddr" | sed 'y%./+- %__p__%'`
2001-06-21 02:12:07 +00:00
echo "$as_me:10124: checking for struct sockaddr" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct sockaddr... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10130 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
2001-02-13 16:46:19 +00:00
#include <sys/socket.h>
int
main ()
{
struct sockaddr foo;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10147: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_type_$cv=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
2001-06-21 02:12:07 +00:00
echo "$as_me:10157: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo struct sockaddr | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
2001-06-21 02:12:07 +00:00
echo "$as_me:10162: checking for struct sockaddr" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct sockaddr... $ECHO_C" >&6
if test "${ac_cv_type_struct_sockaddr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10168 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
$ac_includes_default
int
main ()
{
if ((struct sockaddr *) 0)
return 0;
if (sizeof (struct sockaddr))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10183: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_struct_sockaddr=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_sockaddr=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:10192: result: $ac_cv_type_struct_sockaddr" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_sockaddr" >&6
if test $ac_cv_type_struct_sockaddr = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_STRUCT_SOCKADDR 1
EOF
2001-02-13 16:46:19 +00:00
fi
fi
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
fi
2001-02-13 16:46:19 +00:00
cv=`echo "struct sockaddr_storage" | sed 'y%./+- %__p__%'`
2001-06-21 02:12:07 +00:00
echo "$as_me:10211: checking for struct sockaddr_storage" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10217 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <sys/types.h>
2001-02-13 16:46:19 +00:00
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#include <sys/socket.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct sockaddr_storage foo;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10234: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_type_$cv=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
2001-06-21 02:12:07 +00:00
echo "$as_me:10244: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo struct sockaddr_storage | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
2001-06-21 02:12:07 +00:00
echo "$as_me:10249: checking for struct sockaddr_storage" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6
if test "${ac_cv_type_struct_sockaddr_storage+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10255 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((struct sockaddr_storage *) 0)
return 0;
if (sizeof (struct sockaddr_storage))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10270: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_struct_sockaddr_storage=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_sockaddr_storage=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:10279: result: $ac_cv_type_struct_sockaddr_storage" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_sockaddr_storage" >&6
if test $ac_cv_type_struct_sockaddr_storage = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
2001-02-13 16:46:19 +00:00
fi
cv=`echo "struct addrinfo" | sed 'y%./+- %__p__%'`
2001-06-21 02:12:07 +00:00
echo "$as_me:10298: checking for struct addrinfo" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10304 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#include <netdb.h>
int
main ()
{
struct addrinfo foo;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10321: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_type_$cv=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
2001-06-21 02:12:07 +00:00
echo "$as_me:10331: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo struct addrinfo | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
2001-06-21 02:12:07 +00:00
echo "$as_me:10336: checking for struct addrinfo" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
if test "${ac_cv_type_struct_addrinfo+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10342 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((struct addrinfo *) 0)
return 0;
if (sizeof (struct addrinfo))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10357: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_struct_addrinfo=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_addrinfo=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:10366: result: $ac_cv_type_struct_addrinfo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_addrinfo" >&6
if test $ac_cv_type_struct_addrinfo = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_STRUCT_ADDRINFO 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
cv=`echo "struct ifaddrs" | sed 'y%./+- %__p__%'`
2001-06-21 02:12:07 +00:00
echo "$as_me:10385: checking for struct ifaddrs" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct ifaddrs... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10391 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#include <ifaddrs.h>
int
main ()
{
struct ifaddrs foo;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10408: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_type_$cv=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
2001-06-21 02:12:07 +00:00
echo "$as_me:10418: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo struct ifaddrs | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
2001-06-21 02:12:07 +00:00
echo "$as_me:10423: checking for struct ifaddrs" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct ifaddrs... $ECHO_C" >&6
if test "${ac_cv_type_struct_ifaddrs+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10429 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
$ac_includes_default
int
main ()
{
if ((struct ifaddrs *) 0)
return 0;
if (sizeof (struct ifaddrs))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10444: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_struct_ifaddrs=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_ifaddrs=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:10453: result: $ac_cv_type_struct_ifaddrs" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_ifaddrs" >&6
if test $ac_cv_type_struct_ifaddrs = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_STRUCT_IFADDRS 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:10471: checking for struct winsize" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct winsize... $ECHO_C" >&6
if test "${ac_cv_struct_winsize+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
ac_cv_struct_winsize=no
for i in sys/termios.h sys/ioctl.h; do
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10480 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <$i>
2001-02-13 16:46:19 +00:00
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "struct[ ]*winsize" >/dev/null 2>&1; then
ac_cv_struct_winsize=yes; break
fi
rm -f conftest*
done
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_struct_winsize" = "yes"; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_WINSIZE 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:10501: result: $ac_cv_struct_winsize" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_struct_winsize" >&6
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10504 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <termios.h>
2001-02-13 16:46:19 +00:00
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "ws_xpixel" >/dev/null 2>&1; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_WS_XPIXEL 1
EOF
fi
2001-02-13 16:46:19 +00:00
rm -f conftest*
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10520 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <termios.h>
2001-02-13 16:46:19 +00:00
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "ws_ypixel" >/dev/null 2>&1; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_WS_YPIXEL 1
EOF
2001-02-13 16:46:19 +00:00
fi
rm -f conftest*
2001-06-21 02:12:07 +00:00
echo "$as_me:10535: checking for struct spwd" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct spwd... $ECHO_C" >&6
if test "${ac_cv_struct_spwd+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10542 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <pwd.h>
#ifdef HAVE_SHADOW_H
#include <shadow.h>
#endif
int
main ()
{
struct spwd foo;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10557: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_struct_spwd=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_struct_spwd=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:10568: result: $ac_cv_struct_spwd" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_struct_spwd" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_struct_spwd" = "yes"; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_SPWD 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
LIB_roken="${LIB_roken} \$(LIB_crypt) \$(LIB_dbopen)"
2001-02-13 16:46:19 +00:00
LIB_roken="\$(top_builddir)/lib/vers/libvers.la $LIB_roken"
2001-02-13 16:46:19 +00:00
# Check whether --with-openldap or --without-openldap was given.
if test "${with_openldap+set}" = set; then
withval="$with_openldap"
2001-02-13 16:46:19 +00:00
fi;
2001-02-13 16:46:19 +00:00
# Check whether --with-openldap-lib or --without-openldap-lib was given.
if test "${with_openldap_lib+set}" = set; then
withval="$with_openldap_lib"
if test "$withval" = "yes" -o "$withval" = "no"; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: No argument for --with-openldap-lib" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
elif test "X$with_openldap" = "X"; then
with_openldap=yes
fi
fi;
2001-02-13 16:46:19 +00:00
# Check whether --with-openldap-include or --without-openldap-include was given.
if test "${with_openldap_include+set}" = set; then
withval="$with_openldap_include"
if test "$withval" = "yes" -o "$withval" = "no"; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: No argument for --with-openldap-include" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
elif test "X$with_openldap" = "X"; then
with_openldap=yes
fi
2001-02-13 16:46:19 +00:00
fi;
2001-06-21 02:12:07 +00:00
echo "$as_me:10611: checking for openldap" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for openldap... $ECHO_C" >&6
case "$with_openldap" in
yes) ;;
no) ;;
"") ;;
*) if test "$with_openldap_include" = ""; then
with_openldap_include="$with_openldap/include"
fi
if test "$with_openldap_lib" = ""; then
with_openldap_lib="$with_openldap/lib$abilibdirext"
fi
;;
esac
header_dirs=
lib_dirs=
d=''
for i in $d; do
header_dirs="$header_dirs $i/include"
lib_dirs="$lib_dirs $i/lib$abilibdirext"
done
2001-02-13 16:46:19 +00:00
case "$with_openldap_include" in
yes) ;;
no) ;;
*) header_dirs="$with_openldap_include $header_dirs";;
esac
case "$with_openldap_lib" in
yes) ;;
no) ;;
*) lib_dirs="$with_openldap_lib $lib_dirs";;
esac
2001-02-13 16:46:19 +00:00
save_CFLAGS="$CFLAGS"
save_LIBS="$LIBS"
ires= lres=
for i in $header_dirs; do
CFLAGS="-I$i $save_CFLAGS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10651 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-06-21 02:12:07 +00:00
#include <lber.h>
2001-02-13 16:46:19 +00:00
#include <ldap.h>
int
main ()
{
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10664: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ires=$i;break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
for i in $lib_dirs; do
LIBS="-L$i -lldap -llber $save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10675 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-06-21 02:12:07 +00:00
#include <lber.h>
2001-02-13 16:46:19 +00:00
#include <ldap.h>
int
main ()
{
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10688: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
lres=$i;break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
CFLAGS="$save_CFLAGS"
LIBS="$save_LIBS"
2001-02-13 16:46:19 +00:00
if test "$ires" -a "$lres" -a "$with_openldap" != "no"; then
openldap_includedir="$ires"
openldap_libdir="$lres"
INCLUDE_openldap="-I$openldap_includedir"
LIB_openldap="-L$openldap_libdir -lldap -llber"
cat >>confdefs.h <<EOF
#define OPENLDAP 1
EOF
2001-02-13 16:46:19 +00:00
with_openldap=yes
2001-06-21 02:12:07 +00:00
echo "$as_me:10710: result: headers $ires, libraries $lres" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}headers $ires, libraries $lres" >&6
else
2001-02-13 16:46:19 +00:00
INCLUDE_openldap=
LIB_openldap=
with_openldap=no
2001-06-21 02:12:07 +00:00
echo "$as_me:10716: result: $with_openldap" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$with_openldap" >&6
fi
2001-02-13 16:46:19 +00:00
if test "$openldap_libdir"; then
LIB_openldap="-R $openldap_libdir $LIB_openldap"
fi
2001-02-13 16:46:19 +00:00
# Check whether --with-krb4 or --without-krb4 was given.
if test "${with_krb4+set}" = set; then
withval="$with_krb4"
2001-02-13 16:46:19 +00:00
fi;
2001-02-13 16:46:19 +00:00
# Check whether --with-krb4-lib or --without-krb4-lib was given.
if test "${with_krb4_lib+set}" = set; then
withval="$with_krb4_lib"
if test "$withval" = "yes" -o "$withval" = "no"; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: No argument for --with-krb4-lib" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
elif test "X$with_krb4" = "X"; then
with_krb4=yes
fi
fi;
2001-02-13 16:46:19 +00:00
# Check whether --with-krb4-include or --without-krb4-include was given.
if test "${with_krb4_include+set}" = set; then
withval="$with_krb4_include"
if test "$withval" = "yes" -o "$withval" = "no"; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: No argument for --with-krb4-include" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
elif test "X$with_krb4" = "X"; then
with_krb4=yes
fi
fi;
2001-06-21 02:12:07 +00:00
echo "$as_me:10752: checking for krb4" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for krb4... $ECHO_C" >&6
2001-02-13 16:46:19 +00:00
case "$with_krb4" in
yes) ;;
no) ;;
"") ;;
*) if test "$with_krb4_include" = ""; then
with_krb4_include="$with_krb4/include"
fi
if test "$with_krb4_lib" = ""; then
with_krb4_lib="$with_krb4/lib$abilibdirext"
fi
;;
2001-02-13 16:46:19 +00:00
esac
header_dirs=
lib_dirs=
d='/usr/athena'
for i in $d; do
header_dirs="$header_dirs $i/include"
lib_dirs="$lib_dirs $i/lib$abilibdirext"
done
2001-02-13 16:46:19 +00:00
case "$with_krb4_include" in
yes) ;;
no) ;;
*) header_dirs="$with_krb4_include $header_dirs";;
esac
case "$with_krb4_lib" in
yes) ;;
no) ;;
*) lib_dirs="$with_krb4_lib $lib_dirs";;
esac
2001-02-13 16:46:19 +00:00
save_CFLAGS="$CFLAGS"
save_LIBS="$LIBS"
ires= lres=
for i in $header_dirs; do
CFLAGS="-I$i $save_CFLAGS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10792 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <krb.h>
int
main ()
{
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10804: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ires=$i;break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
for i in $lib_dirs; do
LIBS="-L$i -lkrb -ldes $save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10815 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <krb.h>
int
main ()
{
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10827: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
lres=$i;break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
CFLAGS="$save_CFLAGS"
LIBS="$save_LIBS"
2001-02-13 16:46:19 +00:00
if test "$ires" -a "$lres" -a "$with_krb4" != "no"; then
krb4_includedir="$ires"
krb4_libdir="$lres"
INCLUDE_krb4="-I$krb4_includedir"
LIB_krb4="-L$krb4_libdir -lkrb"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define KRB4 1
EOF
2001-02-13 16:46:19 +00:00
with_krb4=yes
2001-06-21 02:12:07 +00:00
echo "$as_me:10849: result: headers $ires, libraries $lres" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}headers $ires, libraries $lres" >&6
else
INCLUDE_krb4=
LIB_krb4=
with_krb4=no
2001-06-21 02:12:07 +00:00
echo "$as_me:10855: result: $with_krb4" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$with_krb4" >&6
fi
2001-02-13 16:46:19 +00:00
LIB_kdb=
if test "$with_krb4" != "no"; then
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $INCLUDE_krb4"
save_LIBS="$LIBS"
LIBS="$LIB_krb4 -ldes $LIBS"
EXTRA_LIB45=lib45.a
2001-06-21 02:12:07 +00:00
echo "$as_me:10867: checking for four valued krb_put_int" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for four valued krb_put_int... $ECHO_C" >&6
if test "${ac_cv_func_krb_put_int_four+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10873 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <krb.h>
int
main ()
{
2001-02-13 16:46:19 +00:00
char tmp[4];
krb_put_int(17, tmp, 4, sizeof(tmp));
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10887: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_func_krb_put_int_four=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_func_krb_put_int_four=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:10897: result: $ac_cv_func_krb_put_int_four" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_krb_put_int_four" >&6
if test "$ac_cv_func_krb_put_int_four" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_FOUR_VALUED_KRB_PUT_INT 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:10907: checking for KRB_VERIFY_SECURE" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for KRB_VERIFY_SECURE... $ECHO_C" >&6
if test "${ac_cv_func_krb_verify_secure+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10913 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <krb.h>
int
main ()
{
2001-02-13 16:46:19 +00:00
int x = KRB_VERIFY_SECURE
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10926: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_func_krb_verify_secure=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_func_krb_verify_secure=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:10936: result: $ac_cv_func_krb_verify_secure" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_krb_verify_secure" >&6
if test "$ac_cv_func_krb_verify_secure" != yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define KRB_VERIFY_SECURE 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define KRB_VERIFY_SECURE_FAIL 2
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:10949: checking for KRB_VERIFY_NOT_SECURE" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for KRB_VERIFY_NOT_SECURE... $ECHO_C" >&6
if test "${ac_cv_func_krb_verify_not_secure+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 10955 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <krb.h>
int
main ()
{
2001-02-13 16:46:19 +00:00
int x = KRB_VERIFY_NOT_SECURE
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:10968: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_func_krb_verify_not_secure=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_func_krb_verify_not_secure=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:10978: result: $ac_cv_func_krb_verify_not_secure" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_krb_verify_not_secure" >&6
if test "$ac_cv_func_krb_verify_not_secure" != yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define KRB_VERIFY_NOT_SECURE 0
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:10988: checking for krb_enable_debug" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for krb_enable_debug... $ECHO_C" >&6
if test "${ac_cv_funclib_krb_enable_debug+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_krb_enable_debug\" != yes" ; then
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in "" ; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 11004 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
krb_enable_debug()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:11016: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_krb_enable_debug=$ac_lib; else ac_cv_funclib_krb_enable_debug=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
2001-02-13 16:46:19 +00:00
eval "ac_cv_funclib_krb_enable_debug=\${ac_cv_funclib_krb_enable_debug-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_krb_enable_debug"
if false; then
for ac_func in krb_enable_debug
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:11037: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 11043 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:11074: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:11083: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
2001-02-13 16:46:19 +00:00
fi
done
2001-02-13 16:46:19 +00:00
fi
# krb_enable_debug
eval "ac_tr_func=HAVE_`echo krb_enable_debug | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_krb_enable_debug=$ac_res"
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_krb_enable_debug=yes"
eval "LIB_krb_enable_debug="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:11107: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_krb_enable_debug=no"
eval "LIB_krb_enable_debug="
2001-06-21 02:12:07 +00:00
echo "$as_me:11113: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_krb_enable_debug=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:11127: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
if test -n "$LIB_krb_enable_debug"; then
LIBS="$LIB_krb_enable_debug $LIBS"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:11136: checking for krb_disable_debug" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for krb_disable_debug... $ECHO_C" >&6
if test "${ac_cv_funclib_krb_disable_debug+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_krb_disable_debug\" != yes" ; then
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in "" ; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 11152 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
krb_disable_debug()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:11164: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_krb_disable_debug=$ac_lib; else ac_cv_funclib_krb_disable_debug=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
2001-02-13 16:46:19 +00:00
eval "ac_cv_funclib_krb_disable_debug=\${ac_cv_funclib_krb_disable_debug-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_krb_disable_debug"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in krb_disable_debug
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:11185: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 11191 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:11222: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:11231: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# krb_disable_debug
eval "ac_tr_func=HAVE_`echo krb_disable_debug | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_krb_disable_debug=$ac_res"
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_krb_disable_debug=yes"
eval "LIB_krb_disable_debug="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:11255: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_krb_disable_debug=no"
eval "LIB_krb_disable_debug="
2001-06-21 02:12:07 +00:00
echo "$as_me:11261: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_krb_disable_debug=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:11275: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
if test -n "$LIB_krb_disable_debug"; then
LIBS="$LIB_krb_disable_debug $LIBS"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:11284: checking for krb_get_our_ip_for_realm" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for krb_get_our_ip_for_realm... $ECHO_C" >&6
if test "${ac_cv_funclib_krb_get_our_ip_for_realm+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_krb_get_our_ip_for_realm\" != yes" ; then
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in "" ; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 11300 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
krb_get_our_ip_for_realm()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:11312: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_krb_get_our_ip_for_realm=$ac_lib; else ac_cv_funclib_krb_get_our_ip_for_realm=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
2001-02-13 16:46:19 +00:00
eval "ac_cv_funclib_krb_get_our_ip_for_realm=\${ac_cv_funclib_krb_get_our_ip_for_realm-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_krb_get_our_ip_for_realm"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in krb_get_our_ip_for_realm
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:11333: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 11339 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:11370: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:11379: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# krb_get_our_ip_for_realm
eval "ac_tr_func=HAVE_`echo krb_get_our_ip_for_realm | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_krb_get_our_ip_for_realm=$ac_res"
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_krb_get_our_ip_for_realm=yes"
eval "LIB_krb_get_our_ip_for_realm="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:11403: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_krb_get_our_ip_for_realm=no"
eval "LIB_krb_get_our_ip_for_realm="
2001-06-21 02:12:07 +00:00
echo "$as_me:11409: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_krb_get_our_ip_for_realm=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:11423: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
if test -n "$LIB_krb_get_our_ip_for_realm"; then
LIBS="$LIB_krb_get_our_ip_for_realm $LIBS"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:11432: checking for krb_mk_req with const arguments" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for krb_mk_req with const arguments... $ECHO_C" >&6
if test "${ac_cv_func_krb_mk_req_const+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 11438 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <krb.h>
int krb_mk_req(KTEXT a, const char *s, const char *i,
const char *r, int32_t checksum)
{ return 17; }
int
main ()
{
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:11453: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_func_krb_mk_req_const=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_func_krb_mk_req_const=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:11463: result: $ac_cv_func_krb_mk_req_const" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_krb_mk_req_const" >&6
if test "$ac_cv_func_krb_mk_req_const" = "yes"; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define KRB_MK_REQ_CONST 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
LIBS="$save_LIBS"
CFLAGS="$save_CFLAGS"
LIB_kdb="-lkdb -lkrb"
2001-06-21 02:12:07 +00:00
test_LIB_krb4="$LIB_krb4"
2001-02-13 16:46:19 +00:00
if test "$krb4_libdir"; then
LIB_krb4="-R $krb4_libdir $LIB_krb4"
LIB_kdb="-R $krb4_libdir -L$krb4_libdir $LIB_kdb"
fi
fi
2001-02-13 16:46:19 +00:00
if test "$with_krb4" != "no"; then
KRB4_TRUE=
KRB4_FALSE='#'
else
KRB4_TRUE='#'
KRB4_FALSE=
fi
2001-02-13 16:46:19 +00:00
if true; then
KRB5_TRUE=
KRB5_FALSE='#'
else
2001-02-13 16:46:19 +00:00
KRB5_TRUE='#'
KRB5_FALSE=
fi
2001-02-13 16:46:19 +00:00
if true; then
do_roken_rename_TRUE=
do_roken_rename_FALSE='#'
else
do_roken_rename_TRUE='#'
do_roken_rename_FALSE=
fi
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define KRB5 1
EOF
2001-02-13 16:46:19 +00:00
# Check whether --enable-dce or --disable-dce was given.
if test "${enable_dce+set}" = set; then
enableval="$enable_dce"
fi;
if test "$enable_dce" = yes; then
cat >>confdefs.h <<\EOF
#define DCE 1
EOF
fi
2001-02-13 16:46:19 +00:00
if test "$enable_dce" = yes; then
DCE_TRUE=
DCE_FALSE='#'
else
DCE_TRUE='#'
DCE_FALSE=
fi
2001-02-13 16:46:19 +00:00
## XXX quite horrible:
if test -f /etc/ibmcxx.cfg; then
2001-06-21 02:12:07 +00:00
dpagaix_LDADD=`sed -n '/^xlc_r4/,/^$/p' /etc/ibmcxx.cfg | sed -n -e '/libraries/{;s/^[^=]*=\(.*\)/\1/;s/,/ /gp;}'`
dpagaix_CFLAGS=`sed -n '/^xlc_r4/,/^$/p' /etc/ibmcxx.cfg | sed -n -e '/options/{;s/^[^=]*=\(.*\)/\1/;s/-q^,*//;s/,/ /gp;}'`
2001-02-13 16:46:19 +00:00
else
dpagaix_CFLAGS="-D_THREAD_SAFE -D_AIX_PTHREADS_D7 -D_AIX32_THREADS=1 -D_AES_SOURCE -D_AIX41 -I/usr/include/dce"
dpagaix_LDADD="-L/usr/lib/threads -ldcelibc_r -ldcepthreads -lpthreads_compat lpthreads -lc_r"
2001-06-21 02:12:07 +00:00
dpagaix_LDFLAGS="-Wl,-bI:dfspag.exp"
fi
2001-02-13 16:46:19 +00:00
# Check whether --enable-kaserver or --disable-kaserver was given.
if test "${enable_kaserver+set}" = set; then
enableval="$enable_kaserver"
2001-02-13 16:46:19 +00:00
fi;
if test "$enable_kaserver" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define KASERVER 1
EOF
2001-02-13 16:46:19 +00:00
if test "$with_krb4" = "no"; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: kaserver requires krb4" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
exit 1
fi
fi
2001-02-13 16:46:19 +00:00
# Check whether --enable-kaserver-db or --disable-kaserver-db was given.
if test "${enable_kaserver_db+set}" = set; then
enableval="$enable_kaserver_db"
2001-02-13 16:46:19 +00:00
fi;
if test "$enable_kaserver_db" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define KASERVER_DB 1
EOF
2001-02-13 16:46:19 +00:00
if test "$with_krb4" = "no"; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: kaserver-db requires krb4" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
exit 1
fi
fi
2001-02-13 16:46:19 +00:00
otp=yes
# Check whether --enable-otp or --disable-otp was given.
if test "${enable_otp+set}" = set; then
enableval="$enable_otp"
2001-02-13 16:46:19 +00:00
if test "$enableval" = "no"; then
otp=no
fi
2001-02-13 16:46:19 +00:00
fi;
if test "$otp" = "yes"; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define OTP 1
EOF
2001-02-13 16:46:19 +00:00
LIB_otp='$(top_builddir)/lib/otp/libotp.la'
fi
2001-02-13 16:46:19 +00:00
if test "$otp" = yes; then
OTP_TRUE=
OTP_FALSE='#'
else
2001-02-13 16:46:19 +00:00
OTP_TRUE='#'
OTP_FALSE=
fi
2001-02-13 16:46:19 +00:00
# Check whether --enable-osfc2 or --disable-osfc2 was given.
if test "${enable_osfc2+set}" = set; then
enableval="$enable_osfc2"
fi;
LIB_security=
if test "$enable_osfc2" = yes; then
cat >>confdefs.h <<\EOF
#define HAVE_OSFC2 1
EOF
2001-02-13 16:46:19 +00:00
LIB_security=-lsecurity
fi
2001-02-13 16:46:19 +00:00
# Extract the first word of "nroff", so it can be a program name with args.
set dummy nroff; ac_word=$2
2001-06-21 02:12:07 +00:00
echo "$as_me:11622: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_NROFF+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $NROFF in
[\\/]* | ?:[\\/]*)
ac_cv_path_NROFF="$NROFF" # Let the user override the test with a path.
;;
*)
ac_save_IFS=$IFS; IFS=':'
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
if test -f "$ac_dir/$ac_word"; then
2001-02-13 16:46:19 +00:00
ac_cv_path_NROFF="$ac_dir/$ac_word"
break
fi
2001-02-13 16:46:19 +00:00
done
2001-02-13 16:46:19 +00:00
;;
esac
fi
2001-02-13 16:46:19 +00:00
NROFF=$ac_cv_path_NROFF
2001-02-13 16:46:19 +00:00
if test -n "$NROFF"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:11649: result: $NROFF" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$NROFF" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:11652: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
2001-02-13 16:46:19 +00:00
# Extract the first word of "groff", so it can be a program name with args.
set dummy groff; ac_word=$2
2001-06-21 02:12:07 +00:00
echo "$as_me:11658: checking for $ac_word" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_GROFF+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $GROFF in
[\\/]* | ?:[\\/]*)
ac_cv_path_GROFF="$GROFF" # Let the user override the test with a path.
;;
*)
ac_save_IFS=$IFS; IFS=':'
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
2001-06-21 02:12:07 +00:00
if test -f "$ac_dir/$ac_word"; then
2001-02-13 16:46:19 +00:00
ac_cv_path_GROFF="$ac_dir/$ac_word"
break
fi
done
2001-02-13 16:46:19 +00:00
;;
esac
fi
2001-02-13 16:46:19 +00:00
GROFF=$ac_cv_path_GROFF
2001-02-13 16:46:19 +00:00
if test -n "$GROFF"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:11685: result: $GROFF" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$GROFF" >&6
else
2001-06-21 02:12:07 +00:00
echo "$as_me:11688: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:11692: checking how to format man pages" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking how to format man pages... $ECHO_C" >&6
if test "${ac_cv_sys_man_format+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat > conftest.1 << END
.Dd January 1, 1970
.Dt CONFTEST 1
.Sh NAME
.Nm conftest
.Nd
foobar
END
if test "$NROFF" ; then
for i in "-mdoc" "-mandoc"; do
if "$NROFF" $i conftest.1 2> /dev/null | \
grep Jan > /dev/null 2>&1 ; then
ac_cv_sys_man_format="$NROFF $i"
break
fi
done
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_sys_man_format" = "" -a "$GROFF" ; then
for i in "-mdoc" "-mandoc"; do
if "$GROFF" -Tascii $i conftest.1 2> /dev/null | \
grep Jan > /dev/null 2>&1 ; then
ac_cv_sys_man_format="$GROFF -Tascii $i"
break
fi
done
fi
if test "$ac_cv_sys_man_format"; then
ac_cv_sys_man_format="$ac_cv_sys_man_format \$< > \$@"
fi
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:11729: result: $ac_cv_sys_man_format" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_sys_man_format" >&6
if test "$ac_cv_sys_man_format"; then
CATMAN="$ac_cv_sys_man_format"
fi
2001-02-13 16:46:19 +00:00
if test "$CATMAN"; then
CATMAN_TRUE=
CATMAN_FALSE='#'
else
CATMAN_TRUE='#'
CATMAN_FALSE=
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:11743: checking extension of pre-formatted manual pages" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking extension of pre-formatted manual pages... $ECHO_C" >&6
if test "${ac_cv_sys_catman_ext+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if grep _suffix /etc/man.conf > /dev/null 2>&1; then
ac_cv_sys_catman_ext=0
else
ac_cv_sys_catman_ext=number
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:11755: result: $ac_cv_sys_catman_ext" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_sys_catman_ext" >&6
if test "$ac_cv_sys_catman_ext" = number; then
CATMANEXT='$$section'
else
CATMANEXT=0
fi
2001-02-13 16:46:19 +00:00
# Check whether --with-readline or --without-readline was given.
if test "${with_readline+set}" = set; then
withval="$with_readline"
2001-02-13 16:46:19 +00:00
fi;
2001-02-13 16:46:19 +00:00
# Check whether --with-readline-lib or --without-readline-lib was given.
if test "${with_readline_lib+set}" = set; then
withval="$with_readline_lib"
if test "$withval" = "yes" -o "$withval" = "no"; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: No argument for --with-readline-lib" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
elif test "X$with_readline" = "X"; then
with_readline=yes
fi
fi;
2001-02-13 16:46:19 +00:00
# Check whether --with-readline-include or --without-readline-include was given.
if test "${with_readline_include+set}" = set; then
withval="$with_readline_include"
if test "$withval" = "yes" -o "$withval" = "no"; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: No argument for --with-readline-include" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
elif test "X$with_readline" = "X"; then
with_readline=yes
fi
fi;
2001-06-21 02:12:07 +00:00
echo "$as_me:11791: checking for readline" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for readline... $ECHO_C" >&6
2001-02-13 16:46:19 +00:00
case "$with_readline" in
yes) ;;
no) ;;
"") ;;
*) if test "$with_readline_include" = ""; then
with_readline_include="$with_readline/include"
fi
if test "$with_readline_lib" = ""; then
with_readline_lib="$with_readline/lib$abilibdirext"
fi
;;
esac
header_dirs=
lib_dirs=
d=''
for i in $d; do
header_dirs="$header_dirs $i/include"
lib_dirs="$lib_dirs $i/lib$abilibdirext"
done
case "$with_readline_include" in
yes) ;;
no) ;;
*) header_dirs="$with_readline_include $header_dirs";;
esac
case "$with_readline_lib" in
yes) ;;
no) ;;
*) lib_dirs="$with_readline_lib $lib_dirs";;
esac
save_CFLAGS="$CFLAGS"
save_LIBS="$LIBS"
ires= lres=
for i in $header_dirs; do
CFLAGS="-I$i $save_CFLAGS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 11831 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdio.h>
#include <readline.h>
int
main ()
{
2001-02-13 16:46:19 +00:00
;
return 0;
}
2001-02-13 16:46:19 +00:00
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:11844: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ires=$i;break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
done
for i in $lib_dirs; do
LIBS="-L$i -lreadline $save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 11855 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdio.h>
#include <readline.h>
int
main ()
{
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:11868: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
lres=$i;break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
CFLAGS="$save_CFLAGS"
LIBS="$save_LIBS"
2001-02-13 16:46:19 +00:00
if test "$ires" -a "$lres" -a "$with_readline" != "no"; then
readline_includedir="$ires"
readline_libdir="$lres"
INCLUDE_readline="-I$readline_includedir"
LIB_readline="-L$readline_libdir -lreadline"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define READLINE 1
EOF
2001-02-13 16:46:19 +00:00
with_readline=yes
2001-06-21 02:12:07 +00:00
echo "$as_me:11890: result: headers $ires, libraries $lres" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}headers $ires, libraries $lres" >&6
else
2001-02-13 16:46:19 +00:00
INCLUDE_readline=
LIB_readline=
with_readline=no
2001-06-21 02:12:07 +00:00
echo "$as_me:11896: result: $with_readline" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$with_readline" >&6
fi
2001-02-13 16:46:19 +00:00
# Check whether --with-hesiod or --without-hesiod was given.
if test "${with_hesiod+set}" = set; then
withval="$with_hesiod"
2001-02-13 16:46:19 +00:00
fi;
2001-02-13 16:46:19 +00:00
# Check whether --with-hesiod-lib or --without-hesiod-lib was given.
if test "${with_hesiod_lib+set}" = set; then
withval="$with_hesiod_lib"
if test "$withval" = "yes" -o "$withval" = "no"; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: No argument for --with-hesiod-lib" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
elif test "X$with_hesiod" = "X"; then
with_hesiod=yes
fi
2001-02-13 16:46:19 +00:00
fi;
2001-02-13 16:46:19 +00:00
# Check whether --with-hesiod-include or --without-hesiod-include was given.
if test "${with_hesiod_include+set}" = set; then
withval="$with_hesiod_include"
if test "$withval" = "yes" -o "$withval" = "no"; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: No argument for --with-hesiod-include" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
elif test "X$with_hesiod" = "X"; then
with_hesiod=yes
fi
2001-02-13 16:46:19 +00:00
fi;
2001-06-21 02:12:07 +00:00
echo "$as_me:11928: checking for hesiod" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for hesiod... $ECHO_C" >&6
2001-02-13 16:46:19 +00:00
case "$with_hesiod" in
yes) ;;
no) ;;
"") ;;
*) if test "$with_hesiod_include" = ""; then
with_hesiod_include="$with_hesiod/include"
fi
if test "$with_hesiod_lib" = ""; then
with_hesiod_lib="$with_hesiod/lib$abilibdirext"
fi
;;
esac
header_dirs=
lib_dirs=
d=''
for i in $d; do
header_dirs="$header_dirs $i/include"
lib_dirs="$lib_dirs $i/lib$abilibdirext"
done
2001-02-13 16:46:19 +00:00
case "$with_hesiod_include" in
yes) ;;
no) ;;
*) header_dirs="$with_hesiod_include $header_dirs";;
esac
case "$with_hesiod_lib" in
yes) ;;
no) ;;
*) lib_dirs="$with_hesiod_lib $lib_dirs";;
esac
2001-02-13 16:46:19 +00:00
save_CFLAGS="$CFLAGS"
save_LIBS="$LIBS"
ires= lres=
for i in $header_dirs; do
CFLAGS="-I$i $save_CFLAGS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 11968 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <hesiod.h>
int
main ()
{
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:11980: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ires=$i;break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
done
for i in $lib_dirs; do
LIBS="-L$i -lhesiod $save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 11991 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <hesiod.h>
int
main ()
{
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:12003: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
lres=$i;break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
CFLAGS="$save_CFLAGS"
LIBS="$save_LIBS"
2001-02-13 16:46:19 +00:00
if test "$ires" -a "$lres" -a "$with_hesiod" != "no"; then
hesiod_includedir="$ires"
hesiod_libdir="$lres"
INCLUDE_hesiod="-I$hesiod_includedir"
LIB_hesiod="-L$hesiod_libdir -lhesiod"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HESIOD 1
EOF
2001-02-13 16:46:19 +00:00
with_hesiod=yes
2001-06-21 02:12:07 +00:00
echo "$as_me:12025: result: headers $ires, libraries $lres" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}headers $ires, libraries $lres" >&6
else
INCLUDE_hesiod=
LIB_hesiod=
with_hesiod=no
2001-06-21 02:12:07 +00:00
echo "$as_me:12031: result: $with_hesiod" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$with_hesiod" >&6
fi
2001-02-13 16:46:19 +00:00
# Check whether --enable-bigendian or --disable-bigendian was given.
if test "${enable_bigendian+set}" = set; then
enableval="$enable_bigendian"
krb_cv_c_bigendian=yes
fi;
# Check whether --enable-littleendian or --disable-littleendian was given.
if test "${enable_littleendian+set}" = set; then
enableval="$enable_littleendian"
krb_cv_c_bigendian=no
fi;
2001-06-21 02:12:07 +00:00
echo "$as_me:12045: checking whether byte order is known at compile time" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking whether byte order is known at compile time... $ECHO_C" >&6
if test "${krb_cv_c_bigendian_compile+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12051 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <sys/types.h>
#include <sys/param.h>
int
main ()
{
2001-02-13 16:46:19 +00:00
#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
bogus endian macros
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:12068: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
krb_cv_c_bigendian_compile=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
krb_cv_c_bigendian_compile=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:12077: result: $krb_cv_c_bigendian_compile" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$krb_cv_c_bigendian_compile" >&6
2001-06-21 02:12:07 +00:00
echo "$as_me:12079: checking whether byte ordering is bigendian" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
if test "${krb_cv_c_bigendian+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if test "$krb_cv_c_bigendian_compile" = "yes"; then
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12087 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <sys/types.h>
#include <sys/param.h>
int
main ()
{
2001-02-13 16:46:19 +00:00
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:12104: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
krb_cv_c_bigendian=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
krb_cv_c_bigendian=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
else
if test "$cross_compiling" = yes; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: specify either --enable-bigendian or --enable-littleendian" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12118 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
main () {
/* Are we little or big endian? From Harbison&Steele. */
union
{
long l;
char c[sizeof (long)];
} u;
u.l = 1;
exit (u.c[sizeof (long) - 1] == 1);
}
_ACEOF
rm -f conftest$ac_exeext
2001-06-21 02:12:07 +00:00
{ (eval echo $as_me:12132: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
2001-02-13 16:46:19 +00:00
krb_cv_c_bigendian=no
else
2001-02-13 16:46:19 +00:00
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
krb_cv_c_bigendian=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:12150: result: $krb_cv_c_bigendian" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$krb_cv_c_bigendian" >&6
if test "$krb_cv_c_bigendian" = "yes"; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define WORDS_BIGENDIAN 1
EOF
2001-02-13 16:46:19 +00:00
fi
if test "$krb_cv_c_bigendian_compile" = "yes"; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define ENDIANESS_IN_SYS_PARAM_H 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:12165: checking for inline" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for inline... $ECHO_C" >&6
if test "${ac_cv_c_inline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12173 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#ifndef __cplusplus
$ac_kw int foo () {return 0; }
#endif
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:12181: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_c_inline=$ac_kw; break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:12191: result: $ac_cv_c_inline" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
inline | yes) ;;
no)
cat >>confdefs.h <<\EOF
#define inline
EOF
2001-02-13 16:46:19 +00:00
;;
*) cat >>confdefs.h <<EOF
#define inline $ac_cv_c_inline
EOF
;;
esac
2001-02-13 16:46:19 +00:00
aix=no
case "$host" in
*-*-aix3*)
aix=3
;;
*-*-aix4*)
aix=4
;;
esac
2001-02-13 16:46:19 +00:00
if test "$aix" != no; then
AIX_TRUE=
AIX_FALSE='#'
else
AIX_TRUE='#'
AIX_FALSE=
fi
2001-02-13 16:46:19 +00:00
if test "$aix" = 4; then
AIX4_TRUE=
AIX4_FALSE='#'
else
AIX4_TRUE='#'
AIX4_FALSE=
fi
aix_dynamic_afs=yes
2001-02-13 16:46:19 +00:00
if test "$aix_dynamic_afs" = yes; then
AIX_DYNAMIC_AFS_TRUE=
AIX_DYNAMIC_AFS_FALSE='#'
else
AIX_DYNAMIC_AFS_TRUE='#'
AIX_DYNAMIC_AFS_FALSE=
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:12241: checking for dlopen" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
if test "${ac_cv_funclib_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_dlopen\" != yes" ; then
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in "" dl; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12257 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
dlopen()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:12269: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_dlopen=$ac_lib; else ac_cv_funclib_dlopen=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
2001-02-13 16:46:19 +00:00
eval "ac_cv_funclib_dlopen=\${ac_cv_funclib_dlopen-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_dlopen"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in dlopen
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:12290: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12296 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:12327: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:12336: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# dlopen
eval "ac_tr_func=HAVE_`echo dlopen | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_dlopen=$ac_res"
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_dlopen=yes"
eval "LIB_dlopen="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:12360: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_dlopen=no"
eval "LIB_dlopen="
2001-06-21 02:12:07 +00:00
echo "$as_me:12366: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_dlopen=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:12380: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
if test "$aix" != no; then
if test "$aix_dynamic_afs" = yes; then
if test "$ac_cv_funclib_dlopen" = yes; then
AIX_EXTRA_KAFS=
elif test "$ac_cv_funclib_dlopen" != no; then
AIX_EXTRA_KAFS="$ac_cv_funclib_dlopen"
else
AIX_EXTRA_KAFS=-lld
fi
else
AIX_EXTRA_KAFS=
fi
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_funclib_dlopen" != no; then
HAVE_DLOPEN_TRUE=
HAVE_DLOPEN_FALSE='#'
else
2001-02-13 16:46:19 +00:00
HAVE_DLOPEN_TRUE='#'
HAVE_DLOPEN_FALSE=
fi
2001-02-13 16:46:19 +00:00
irix=no
case "$host_os" in
irix*) irix=yes ;;
esac
2001-02-13 16:46:19 +00:00
if test "$irix" != no; then
IRIX_TRUE=
IRIX_FALSE='#'
else
2001-02-13 16:46:19 +00:00
IRIX_TRUE='#'
IRIX_FALSE=
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:12420: checking for X" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for X... $ECHO_C" >&6
# Check whether --with-x or --without-x was given.
if test "${with_x+set}" = set; then
withval="$with_x"
fi;
# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
if test "x$with_x" = xno; then
# The user explicitly disabled X.
have_x=disabled
else
if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
# Both variables are already set.
have_x=yes
else
2001-06-21 02:12:07 +00:00
if test "${ac_cv_have_x+set}" = set; then
2001-02-13 16:46:19 +00:00
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
# One or both of the vars are not set, and there is no cached value.
ac_x_includes=no ac_x_libraries=no
rm -fr conftestdir
if mkdir conftestdir; then
cd conftestdir
# Make sure to not put "make" in the Imakefile rules, since we grep it out.
cat >Imakefile <<'EOF'
acfindx:
@echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
EOF
if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
# Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
for ac_extension in a so sl; do
if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
test -f $ac_im_libdir/libX11.$ac_extension; then
ac_im_usrlibdir=$ac_im_libdir; break
fi
done
# Screen out bogus values from the imake configuration. They are
# bogus both because they are the default anyway, and because
# using them would break gcc on systems where it needs fixed includes.
case $ac_im_incroot in
/usr/include) ;;
*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
esac
case $ac_im_usrlibdir in
/usr/lib | /lib) ;;
*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
esac
fi
cd ..
rm -fr conftestdir
fi
2001-02-13 16:46:19 +00:00
# Standard set of common directories for X headers.
# Check X11 before X11Rn because it is often a symlink to the current release.
ac_x_header_dirs='
/usr/X11/include
/usr/X11R6/include
/usr/X11R5/include
/usr/X11R4/include
/usr/include/X11
/usr/include/X11R6
/usr/include/X11R5
/usr/include/X11R4
/usr/local/X11/include
/usr/local/X11R6/include
/usr/local/X11R5/include
/usr/local/X11R4/include
/usr/local/include/X11
/usr/local/include/X11R6
/usr/local/include/X11R5
/usr/local/include/X11R4
/usr/X386/include
/usr/x386/include
/usr/XFree86/include/X11
/usr/include
/usr/local/include
/usr/unsupported/include
/usr/athena/include
/usr/local/x11r5/include
/usr/lpp/Xamples/include
/usr/openwin/include
/usr/openwin/share/include'
if test "$ac_x_includes" = no; then
# Guess where to find include files, by looking for Intrinsic.h.
# First, try using that file with no special directory specified.
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12517 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <X11/Intrinsic.h>
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:12522: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
2001-02-13 16:46:19 +00:00
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
if test -z "$ac_cpp_err"; then
# We can compile using X headers with no special include directory.
ac_x_includes=
else
2001-06-21 02:12:07 +00:00
cat conftest.err >&5
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
for ac_dir in $ac_x_header_dirs; do
if test -r "$ac_dir/X11/Intrinsic.h"; then
ac_x_includes=$ac_dir
break
fi
done
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
2001-02-13 16:46:19 +00:00
fi # $ac_x_includes = no
2001-02-13 16:46:19 +00:00
if test "$ac_x_libraries" = no; then
# Check for the libraries.
# See if we find them without any special options.
# Don't add to $LIBS permanently.
ac_save_LIBS=$LIBS
LIBS="-lXt $LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12557 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <X11/Intrinsic.h>
int
main ()
{
XtMalloc (0)
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:12569: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
LIBS=$ac_save_LIBS
# We can link X programs with no special library path.
ac_x_libraries=
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
LIBS=$ac_save_LIBS
2001-02-13 16:46:19 +00:00
for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
do
# Don't even attempt the hair of trying to link an X program!
for ac_extension in a so sl; do
if test -r $ac_dir/libXt.$ac_extension; then
ac_x_libraries=$ac_dir
break 2
fi
done
done
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi # $ac_x_libraries = no
2001-02-13 16:46:19 +00:00
if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
# Didn't find X anywhere. Cache the known absence of X.
ac_cv_have_x="have_x=no"
else
2001-02-13 16:46:19 +00:00
# Record where we found X for the cache.
ac_cv_have_x="have_x=yes \
ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
fi
fi
fi
eval "$ac_cv_have_x"
fi # $with_x != no
2001-02-13 16:46:19 +00:00
if test "$have_x" != yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:12605: result: $have_x" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$have_x" >&6
no_x=yes
else
2001-02-13 16:46:19 +00:00
# If each of the values was on the command line, it overrides each guess.
test "x$x_includes" = xNONE && x_includes=$ac_x_includes
test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
# Update the cache value to reflect the command line values.
ac_cv_have_x="have_x=yes \
ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
2001-06-21 02:12:07 +00:00
echo "$as_me:12615: result: libraries $x_libraries, headers $x_includes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
fi
2001-02-13 16:46:19 +00:00
if test "$no_x" = yes; then
# Not all programs may use this symbol, but it does not hurt to define it.
cat >>confdefs.h <<\EOF
#define X_DISPLAY_MISSING 1
EOF
2001-02-13 16:46:19 +00:00
X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
else
2001-02-13 16:46:19 +00:00
if test -n "$x_includes"; then
X_CFLAGS="$X_CFLAGS -I$x_includes"
fi
2001-02-13 16:46:19 +00:00
# It would also be nice to do this for all -L options, not just this one.
if test -n "$x_libraries"; then
X_LIBS="$X_LIBS -L$x_libraries"
# For Solaris; some versions of Sun CC require a space after -R and
# others require no space. Words are not sufficient . . . .
case `(uname -sr) 2>/dev/null` in
"SunOS 5"*)
2001-06-21 02:12:07 +00:00
echo "$as_me:12639: checking whether -R must be followed by a space" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12643 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:12655: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_R_nospace=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_R_nospace=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
if test $ac_R_nospace = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:12664: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
X_LIBS="$X_LIBS -R$x_libraries"
else
LIBS="$ac_xsave_LIBS -R $x_libraries"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12670 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:12682: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_R_space=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_R_space=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
if test $ac_R_space = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:12691: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
X_LIBS="$X_LIBS -R $x_libraries"
else
2001-06-21 02:12:07 +00:00
echo "$as_me:12695: result: neither works" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}neither works" >&6
fi
fi
LIBS=$ac_xsave_LIBS
esac
fi
2001-02-13 16:46:19 +00:00
# Check for system-dependent libraries X programs must link with.
# Do this before checking for the system-independent R6 libraries
# (-lICE), since we may need -lsocket or whatever for X linking.
if test "$ISC" = yes; then
X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
else
# Martyn Johnson says this is needed for Ultrix, if the X
# libraries were built with DECnet support. And Karl Berry says
# the Alpha needs dnet_stub (dnet does not exist).
2001-06-21 02:12:07 +00:00
echo "$as_me:12714: checking for dnet_ntoa in -ldnet" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldnet $LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12722 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* Override any gcc2 internal prototype to avoid an error. */
2001-02-13 16:46:19 +00:00
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
2001-02-13 16:46:19 +00:00
builtin and then its argument prototype would still apply. */
char dnet_ntoa ();
int
main ()
{
dnet_ntoa ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:12741: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_lib_dnet_dnet_ntoa=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_lib_dnet_dnet_ntoa=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:12751: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
fi
2001-02-13 16:46:19 +00:00
if test $ac_cv_lib_dnet_dnet_ntoa = no; then
2001-06-21 02:12:07 +00:00
echo "$as_me:12759: checking for dnet_ntoa in -ldnet_stub" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldnet_stub $LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12767 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
2001-02-13 16:46:19 +00:00
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dnet_ntoa ();
int
main ()
{
dnet_ntoa ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:12786: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_lib_dnet_stub_dnet_ntoa=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_lib_dnet_stub_dnet_ntoa=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:12796: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
# msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
# to get the SysV transport functions.
# Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
# needs -lnsl.
# The nsl library prevents programs from opening the X display
# on Irix 5.2, according to T.E. Dickey.
# The functions gethostbyname, getservbyname, and inet_addr are
# in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
2001-06-21 02:12:07 +00:00
echo "$as_me:12812: checking for gethostbyname" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
if test "${ac_cv_func_gethostbyname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12818 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-02-13 16:46:19 +00:00
which can conflict with char gethostbyname (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-02-13 16:46:19 +00:00
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
2001-02-13 16:46:19 +00:00
builtin and then its argument prototype would still apply. */
char gethostbyname ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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. */
2001-02-13 16:46:19 +00:00
#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
choke me
#else
2001-02-13 16:46:19 +00:00
f = gethostbyname;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:12849: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_func_gethostbyname=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_func_gethostbyname=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:12858: result: $ac_cv_func_gethostbyname" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
2001-02-13 16:46:19 +00:00
if test $ac_cv_func_gethostbyname = no; then
2001-06-21 02:12:07 +00:00
echo "$as_me:12863: checking for gethostbyname in -lnsl" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
ac_check_lib_save_LIBS=$LIBS
LIBS="-lnsl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12871 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* Override any gcc2 internal prototype to avoid an error. */
2001-02-13 16:46:19 +00:00
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
2001-02-13 16:46:19 +00:00
builtin and then its argument prototype would still apply. */
char gethostbyname ();
int
main ()
{
gethostbyname ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:12890: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_lib_nsl_gethostbyname=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_lib_nsl_gethostbyname=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:12900: result: $ac_cv_lib_nsl_gethostbyname" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
if test $ac_cv_lib_nsl_gethostbyname = yes; then
X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
fi
2001-02-13 16:46:19 +00:00
if test $ac_cv_lib_nsl_gethostbyname = no; then
2001-06-21 02:12:07 +00:00
echo "$as_me:12908: checking for gethostbyname in -lbsd" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lbsd $LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12916 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
2001-02-13 16:46:19 +00:00
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char gethostbyname ();
int
main ()
{
gethostbyname ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:12935: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_lib_bsd_gethostbyname=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_lib_bsd_gethostbyname=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:12945: result: $ac_cv_lib_bsd_gethostbyname" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
if test $ac_cv_lib_bsd_gethostbyname = yes; then
X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
fi
2001-02-13 16:46:19 +00:00
fi
fi
2001-02-13 16:46:19 +00:00
# lieder@skyler.mavd.honeywell.com says without -lsocket,
# socket/setsockopt and other routines are undefined under SCO ODT
# 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
# on later versions), says Simon Leinen: it contains gethostby*
# variants that don't use the nameserver (or something). -lsocket
# must be given before -lnsl if both are needed. We assume that
# if connect needs -lnsl, so does gethostbyname.
2001-06-21 02:12:07 +00:00
echo "$as_me:12961: checking for connect" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for connect... $ECHO_C" >&6
if test "${ac_cv_func_connect+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 12967 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-02-13 16:46:19 +00:00
which can conflict with char connect (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-02-13 16:46:19 +00:00
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
2001-02-13 16:46:19 +00:00
builtin and then its argument prototype would still apply. */
char connect ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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. */
2001-02-13 16:46:19 +00:00
#if defined (__stub_connect) || defined (__stub___connect)
choke me
#else
2001-02-13 16:46:19 +00:00
f = connect;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:12998: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_func_connect=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_func_connect=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:13007: result: $ac_cv_func_connect" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_connect" >&6
if test $ac_cv_func_connect = no; then
2001-06-21 02:12:07 +00:00
echo "$as_me:13012: checking for connect in -lsocket" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
if test "${ac_cv_lib_socket_connect+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 13020 "configure"
2001-02-13 16:46:19 +00:00
#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 connect ();
int
main ()
{
connect ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:13039: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_lib_socket_connect=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_lib_socket_connect=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:13049: result: $ac_cv_lib_socket_connect" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
if test $ac_cv_lib_socket_connect = yes; then
X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
# Guillermo Gomez says -lposix is necessary on A/UX.
2001-06-21 02:12:07 +00:00
echo "$as_me:13058: checking for remove" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for remove... $ECHO_C" >&6
if test "${ac_cv_func_remove+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 13064 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-02-13 16:46:19 +00:00
which can conflict with char remove (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-02-13 16:46:19 +00:00
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
2001-02-13 16:46:19 +00:00
builtin and then its argument prototype would still apply. */
char remove ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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. */
2001-02-13 16:46:19 +00:00
#if defined (__stub_remove) || defined (__stub___remove)
choke me
#else
2001-02-13 16:46:19 +00:00
f = remove;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:13095: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_func_remove=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_func_remove=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:13104: result: $ac_cv_func_remove" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_remove" >&6
2001-02-13 16:46:19 +00:00
if test $ac_cv_func_remove = no; then
2001-06-21 02:12:07 +00:00
echo "$as_me:13109: checking for remove in -lposix" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
if test "${ac_cv_lib_posix_remove+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
ac_check_lib_save_LIBS=$LIBS
LIBS="-lposix $LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 13117 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* 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 remove ();
int
main ()
{
remove ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:13136: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_lib_posix_remove=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_lib_posix_remove=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:13146: result: $ac_cv_lib_posix_remove" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
if test $ac_cv_lib_posix_remove = yes; then
X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
2001-06-21 02:12:07 +00:00
echo "$as_me:13155: checking for shmat" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for shmat... $ECHO_C" >&6
if test "${ac_cv_func_shmat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 13161 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-02-13 16:46:19 +00:00
which can conflict with char shmat (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-02-13 16:46:19 +00:00
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
2001-02-13 16:46:19 +00:00
builtin and then its argument prototype would still apply. */
char shmat ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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. */
2001-02-13 16:46:19 +00:00
#if defined (__stub_shmat) || defined (__stub___shmat)
choke me
#else
2001-02-13 16:46:19 +00:00
f = shmat;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:13192: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_func_shmat=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_func_shmat=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:13201: result: $ac_cv_func_shmat" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_shmat" >&6
2001-02-13 16:46:19 +00:00
if test $ac_cv_func_shmat = no; then
2001-06-21 02:12:07 +00:00
echo "$as_me:13206: checking for shmat in -lipc" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
if test "${ac_cv_lib_ipc_shmat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
ac_check_lib_save_LIBS=$LIBS
LIBS="-lipc $LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 13214 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* 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 shmat ();
int
main ()
{
shmat ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:13233: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_lib_ipc_shmat=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_lib_ipc_shmat=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:13243: result: $ac_cv_lib_ipc_shmat" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
if test $ac_cv_lib_ipc_shmat = yes; then
X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
fi
2001-02-13 16:46:19 +00:00
fi
fi
2001-02-13 16:46:19 +00:00
# Check for libraries that X11R6 Xt/Xaw programs need.
ac_save_LDFLAGS=$LDFLAGS
test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
# SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
# check for ICE first), but we must link in the order -lSM -lICE or
# we get undefined symbols. So assume we have SM if we have ICE.
# These have to be linked with before -lX11, unlike the other
# libraries we check for below, so use a different variable.
# John Interrante, Karl Berry
2001-06-21 02:12:07 +00:00
echo "$as_me:13262: checking for IceConnectionNumber in -lICE" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lICE $X_EXTRA_LIBS $LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 13270 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* 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 IceConnectionNumber ();
int
main ()
{
IceConnectionNumber ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:13289: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_lib_ICE_IceConnectionNumber=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_lib_ICE_IceConnectionNumber=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:13299: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
fi
2001-02-13 16:46:19 +00:00
LDFLAGS=$ac_save_LDFLAGS
fi
2001-02-13 16:46:19 +00:00
# try to figure out if we need any additional ld flags, like -R
# and yes, the autoconf X test is utterly broken
if test "$no_x" != yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:13312: checking for special X linker flags" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for special X linker flags... $ECHO_C" >&6
if test "${krb_cv_sys_x_libs_rpath+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
ac_save_libs="$LIBS"
ac_save_cflags="$CFLAGS"
CFLAGS="$CFLAGS $X_CFLAGS"
krb_cv_sys_x_libs_rpath=""
krb_cv_sys_x_libs=""
for rflag in "" "-R" "-R " "-rpath "; do
if test "$rflag" = ""; then
foo="$X_LIBS"
else
foo=""
for flag in $X_LIBS; do
case $flag in
-L*)
foo="$foo $flag `echo $flag | sed \"s/-L/$rflag/\"`"
;;
*)
foo="$foo $flag"
;;
esac
done
fi
LIBS="$ac_save_libs $foo $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
if test "$cross_compiling" = yes; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: cannot run test program while cross compiling" >&2
{ (exit 1); exit; }; }
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 13345 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <X11/Xlib.h>
foo()
{
XOpenDisplay(NULL);
}
main()
{
return 0;
}
2001-02-13 16:46:19 +00:00
_ACEOF
rm -f conftest$ac_exeext
2001-06-21 02:12:07 +00:00
{ (eval echo $as_me:13360: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
2001-02-13 16:46:19 +00:00
krb_cv_sys_x_libs_rpath="$rflag"; krb_cv_sys_x_libs="$foo"; break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
:
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
done
LIBS="$ac_save_libs"
CFLAGS="$ac_save_cflags"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:13380: result: $krb_cv_sys_x_libs_rpath" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$krb_cv_sys_x_libs_rpath" >&6
X_LIBS="$krb_cv_sys_x_libs"
fi
2001-02-13 16:46:19 +00:00
if test "$no_x" != yes; then
HAVE_X_TRUE=
HAVE_X_FALSE='#'
else
HAVE_X_TRUE='#'
HAVE_X_FALSE=
fi
2001-02-13 16:46:19 +00:00
save_CFLAGS="$CFLAGS"
CFLAGS="$X_CFLAGS $CFLAGS"
save_LIBS="$LIBS"
LIBS="$X_PRE_LIBS $X_EXTRA_LIBS $LIBS"
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $X_LIBS"
2001-06-21 02:12:07 +00:00
echo "$as_me:13400: checking for XauWriteAuth" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for XauWriteAuth... $ECHO_C" >&6
if test "${ac_cv_funclib_XauWriteAuth+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_XauWriteAuth\" != yes" ; then
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in "" X11 Xau; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 13416 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
XauWriteAuth()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:13428: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_XauWriteAuth=$ac_lib; else ac_cv_funclib_XauWriteAuth=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
2001-02-13 16:46:19 +00:00
eval "ac_cv_funclib_XauWriteAuth=\${ac_cv_funclib_XauWriteAuth-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_XauWriteAuth"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in XauWriteAuth
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:13449: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 13455 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:13486: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:13495: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# XauWriteAuth
eval "ac_tr_func=HAVE_`echo XauWriteAuth | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_XauWriteAuth=$ac_res"
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_XauWriteAuth=yes"
eval "LIB_XauWriteAuth="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:13519: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_XauWriteAuth=no"
eval "LIB_XauWriteAuth="
2001-06-21 02:12:07 +00:00
echo "$as_me:13525: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_XauWriteAuth=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:13539: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
ac_xxx="$LIBS"
LIBS="$LIB_XauWriteAuth $LIBS"
2001-06-21 02:12:07 +00:00
echo "$as_me:13547: checking for XauReadAuth" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for XauReadAuth... $ECHO_C" >&6
if test "${ac_cv_funclib_XauReadAuth+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_XauReadAuth\" != yes" ; then
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in "" X11 Xau; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 13563 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
XauReadAuth()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:13575: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_XauReadAuth=$ac_lib; else ac_cv_funclib_XauReadAuth=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
2001-02-13 16:46:19 +00:00
eval "ac_cv_funclib_XauReadAuth=\${ac_cv_funclib_XauReadAuth-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_XauReadAuth"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in XauReadAuth
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:13596: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 13602 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:13633: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:13642: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# XauReadAuth
eval "ac_tr_func=HAVE_`echo XauReadAuth | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_XauReadAuth=$ac_res"
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_XauReadAuth=yes"
eval "LIB_XauReadAuth="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:13666: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_XauReadAuth=no"
eval "LIB_XauReadAuth="
2001-06-21 02:12:07 +00:00
echo "$as_me:13672: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_XauReadAuth=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:13686: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
LIBS="$LIB_XauReadAauth $LIBS"
2001-06-21 02:12:07 +00:00
echo "$as_me:13693: checking for XauFileName" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for XauFileName... $ECHO_C" >&6
if test "${ac_cv_funclib_XauFileName+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_XauFileName\" != yes" ; then
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in "" X11 Xau; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 13709 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
XauFileName()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:13721: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_XauFileName=$ac_lib; else ac_cv_funclib_XauFileName=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
2001-02-13 16:46:19 +00:00
eval "ac_cv_funclib_XauFileName=\${ac_cv_funclib_XauFileName-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_XauFileName"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in XauFileName
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:13742: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 13748 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:13779: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:13788: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# XauFileName
eval "ac_tr_func=HAVE_`echo XauFileName | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_XauFileName=$ac_res"
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_XauFileName=yes"
eval "LIB_XauFileName="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:13812: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_XauFileName=no"
eval "LIB_XauFileName="
2001-06-21 02:12:07 +00:00
echo "$as_me:13818: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_XauFileName=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:13832: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
LIBS="$ac_xxx"
case "$ac_cv_funclib_XauWriteAuth" in
yes) ;;
no) ;;
*) if test "$ac_cv_funclib_XauReadAuth" = yes; then
if test "$ac_cv_funclib_XauFileName" = yes; then
LIB_XauReadAuth="$LIB_XauWriteAuth"
else
LIB_XauReadAuth="$LIB_XauWriteAuth $LIB_XauFileName"
fi
else
if test "$ac_cv_funclib_XauFileName" = yes; then
LIB_XauReadAuth="$LIB_XauReadAuth $LIB_XauWriteAuth"
else
LIB_XauReadAuth="$LIB_XauReadAuth $LIB_XauWriteAuth $LIB_XauFileName"
fi
fi
;;
esac
2001-02-13 16:46:19 +00:00
if test "$AUTOMAKE" != ""; then
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_XauWriteAuth" != "yes"; then
NEED_WRITEAUTH_TRUE=
NEED_WRITEAUTH_FALSE='#'
else
NEED_WRITEAUTH_TRUE='#'
NEED_WRITEAUTH_FALSE=
fi
else
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_XauWriteAuth" != "yes"; then
NEED_WRITEAUTH_TRUE=
NEED_WRITEAUTH_FALSE='#'
else
NEED_WRITEAUTH_TRUE='#'
NEED_WRITEAUTH_FALSE=
fi
fi
CFLAGS=$save_CFLAGS
LIBS=$save_LIBS
LDFLAGS=$save_LDFLAGS
2001-06-21 02:12:07 +00:00
echo "$as_me:13881: checking for an ANSI C-conforming const" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
if test "${ac_cv_c_const+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 13887 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
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;
*t++ = 0;
}
{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
int x[] = {25, 17};
const int *foo = &x[0];
++foo;
}
{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
typedef const int *iptr;
iptr p = 0;
++p;
}
{ /* AIX XL C 1.02.0.0 rejects this saying
"k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
struct s { int j; const int *ap[3]; };
struct s *b; b->j = 5;
}
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
const int foo = 10;
}
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:13945: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_c_const=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_c_const=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:13954: result: $ac_cv_c_const" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_c_const" >&6
if test $ac_cv_c_const = no; then
cat >>confdefs.h <<\EOF
#define const
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:13964: checking for off_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for off_t... $ECHO_C" >&6
if test "${ac_cv_type_off_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 13970 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((off_t *) 0)
return 0;
if (sizeof (off_t))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:13985: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_off_t=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_off_t=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:13994: result: $ac_cv_type_off_t" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_off_t" >&6
if test $ac_cv_type_off_t = yes; then
:
else
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define off_t long
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14006: checking for size_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for size_t... $ECHO_C" >&6
if test "${ac_cv_type_size_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14012 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((size_t *) 0)
return 0;
if (sizeof (size_t))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:14027: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_size_t=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_size_t=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14036: result: $ac_cv_type_size_t" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_size_t" >&6
if test $ac_cv_type_size_t = yes; then
:
else
cat >>confdefs.h <<EOF
#define size_t unsigned
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14048: checking for ssize_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
if test "${ac_cv_type_ssize_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14054 "configure"
#include "confdefs.h"
#include <sys/types.h>
2001-02-13 16:46:19 +00:00
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
2001-02-13 16:46:19 +00:00
#include <unistd.h>
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "ssize_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
ac_cv_type_ssize_t=yes
else
2001-02-13 16:46:19 +00:00
ac_cv_type_ssize_t=no
fi
rm -f conftest*
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14072: result: $ac_cv_type_ssize_t" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
if test $ac_cv_type_ssize_t = no; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define ssize_t int
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14082: checking for pid_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
if test "${ac_cv_type_pid_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14088 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
$ac_includes_default
int
main ()
{
if ((pid_t *) 0)
return 0;
if (sizeof (pid_t))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:14103: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_pid_t=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_pid_t=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14112: result: $ac_cv_type_pid_t" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_pid_t" >&6
if test $ac_cv_type_pid_t = yes; then
:
else
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define pid_t int
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14124: checking for uid_t in sys/types.h" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
if test "${ac_cv_type_uid_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14130 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <sys/types.h>
2001-02-13 16:46:19 +00:00
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "uid_t" >/dev/null 2>&1; then
ac_cv_type_uid_t=yes
else
ac_cv_type_uid_t=no
fi
rm -f conftest*
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14144: result: $ac_cv_type_uid_t" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_uid_t" >&6
if test $ac_cv_type_uid_t = no; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define uid_t int
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define gid_t int
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14158: checking for mode_t" >&5
2001-02-13 16:46:19 +00:00
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
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14164 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
2001-02-13 16:46:19 +00:00
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
ac_cv_type_mode_t=yes
else
2001-02-13 16:46:19 +00:00
ac_cv_type_mode_t=no
fi
rm -f conftest*
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14182: result: $ac_cv_type_mode_t" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_mode_t" >&6
if test $ac_cv_type_mode_t = no; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define mode_t unsigned short
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14192: checking for sig_atomic_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6
if test "${ac_cv_type_sig_atomic_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14198 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#include <signal.h>
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "sig_atomic_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
ac_cv_type_sig_atomic_t=yes
else
ac_cv_type_sig_atomic_t=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest*
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14216: result: $ac_cv_type_sig_atomic_t" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6
if test $ac_cv_type_sig_atomic_t = no; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define sig_atomic_t int
EOF
2001-02-13 16:46:19 +00:00
fi
cv=`echo "long long" | sed 'y%./+- %__p__%'`
2001-06-21 02:12:07 +00:00
echo "$as_me:14227: checking for long long" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for long long... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14233 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
2001-02-13 16:46:19 +00:00
int
main ()
{
long long foo;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:14250: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_type_$cv=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_type_$cv=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
ac_foo=`eval echo \\$ac_cv_type_$cv`
2001-06-21 02:12:07 +00:00
echo "$as_me:14260: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo long long | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
2001-06-21 02:12:07 +00:00
echo "$as_me:14265: checking for long long" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for long long... $ECHO_C" >&6
if test "${ac_cv_type_long_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14271 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((long long *) 0)
return 0;
if (sizeof (long long))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:14286: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_long_long=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_long_long=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14295: result: $ac_cv_type_long_long" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_long_long" >&6
if test $ac_cv_type_long_long = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_LONG_LONG 1
EOF
fi
fi
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14313: checking whether time.h and sys/time.h may both be included" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
if test "${ac_cv_header_time+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14319 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <sys/types.h>
#include <sys/time.h>
#include <time.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct tm *tp;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:14334: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_header_time=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_header_time=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14343: result: $ac_cv_header_time" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_header_time" >&6
if test $ac_cv_header_time = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define TIME_WITH_SYS_TIME 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14353: checking whether struct tm is in sys/time.h or time.h" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
if test "${ac_cv_struct_tm+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14359 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <sys/types.h>
#include <time.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct tm *tp; tp->tm_sec;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:14373: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_struct_tm=time.h
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_struct_tm=sys/time.h
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14382: result: $ac_cv_struct_tm" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_struct_tm" >&6
if test $ac_cv_struct_tm = sys/time.h; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define TM_IN_SYS_TIME 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14392: checking for ANSI C header files" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
if test "${ac_cv_header_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14398 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:14407: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
if test -z "$ac_cpp_err"; then
ac_cv_header_stdc=yes
else
2001-06-21 02:12:07 +00:00
cat conftest.err >&5
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_stdc=no
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
2001-02-13 16:46:19 +00:00
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14430 "configure"
#include "confdefs.h"
#include <string.h>
2001-02-13 16:46:19 +00:00
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "memchr" >/dev/null 2>&1; then
:
else
2001-02-13 16:46:19 +00:00
ac_cv_header_stdc=no
fi
rm -f conftest*
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14448 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdlib.h>
2001-02-13 16:46:19 +00:00
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "free" >/dev/null 2>&1; then
:
else
ac_cv_header_stdc=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest*
fi
2001-02-13 16:46:19 +00:00
if test $ac_cv_header_stdc = yes; then
# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
if test "$cross_compiling" = yes; then
:
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14469 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
#else
2001-02-13 16:46:19 +00:00
# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
|| ('j' <= (c) && (c) <= 'r') \
|| ('s' <= (c) && (c) <= 'z'))
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
#endif
2001-02-13 16:46:19 +00:00
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
int
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
2001-06-21 02:12:07 +00:00
{ (eval echo $as_me:14495: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
2001-02-13 16:46:19 +00:00
:
else
2001-02-13 16:46:19 +00:00
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_stdc=no
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14512: result: $ac_cv_header_stdc" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define STDC_HEADERS 1
EOF
fi
2001-02-13 16:46:19 +00:00
for ac_header in \
arpa/ftp.h \
arpa/inet.h \
arpa/nameser.h \
arpa/telnet.h \
bind/bitypes.h \
bsdsetjmp.h \
crypt.h \
curses.h \
dbm.h \
dirent.h \
dlfcn.h \
err.h \
errno.h \
fcntl.h \
fnmatch.h \
gdbm/ndbm.h \
grp.h \
inttypes.h \
io.h \
limits.h \
maillock.h \
ndbm.h \
net/if.h \
netdb.h \
netinet/in.h \
netinet/in6.h \
netinet/in6_machtypes.h \
netinet/in6_var.h \
netinet/in_systm.h \
netinet6/in6.h \
netinfo/ni.h \
paths.h \
pthread.h \
pty.h \
pwd.h \
resolv.h \
rpcsvc/dbm.h \
sac.h \
security/pam_modules.h \
sgtty.h \
shadow.h \
siad.h \
signal.h \
stropts.h \
sys/bitypes.h \
sys/category.h \
sys/file.h \
sys/filio.h \
sys/ioccom.h \
sys/ioctl.h \
sys/param.h \
sys/proc.h \
sys/pty.h \
sys/ptyio.h \
sys/ptyvar.h \
sys/resource.h \
sys/select.h \
sys/socket.h \
sys/sockio.h \
sys/stat.h \
sys/str_tty.h \
sys/stream.h \
sys/stropts.h \
sys/strtty.h \
sys/syscall.h \
sys/sysctl.h \
sys/termio.h \
sys/time.h \
sys/timeb.h \
sys/times.h \
sys/tty.h \
sys/types.h \
sys/uio.h \
sys/un.h \
sys/utsname.h \
sys/wait.h \
syslog.h \
term.h \
termio.h \
termios.h \
time.h \
tmpdir.h \
udb.h \
unistd.h \
userconf.h \
usersec.h \
util.h \
utmp.h \
utmpx.h \
do
2001-02-13 16:46:19 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:14616: checking for $ac_header" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14622 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <$ac_header>
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:14628: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
2001-06-21 02:12:07 +00:00
cat conftest.err >&5
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
eval "$ac_ac_Header=no"
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14649: result: `eval echo '${'$ac_ac_Header'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
EOF
fi
done
2001-02-13 16:46:19 +00:00
for ac_header in standards.h
do
2001-02-13 16:46:19 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:14663: checking for $ac_header" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14669 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <$ac_header>
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:14675: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
2001-02-13 16:46:19 +00:00
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
2001-06-21 02:12:07 +00:00
cat conftest.err >&5
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14696: result: `eval echo '${'$ac_ac_Header'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
EOF
2001-02-13 16:46:19 +00:00
fi
done
2001-02-13 16:46:19 +00:00
for i in netinet/ip.h netinet/tcp.h; do
2001-02-13 16:46:19 +00:00
cv=`echo "$i" | sed 'y%./+-%__p_%'`
2001-06-21 02:12:07 +00:00
echo "$as_me:14710: checking for $i" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $i... $ECHO_C" >&6
if eval "test \"\${ac_cv_header_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14716 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
\
#ifdef HAVE_STANDARDS_H
#include <standards.h>
#endif
2001-02-13 16:46:19 +00:00
#include <$i>
2001-02-13 16:46:19 +00:00
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:14726: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
if test -z "$ac_cpp_err"; then
eval "ac_cv_header_$cv=yes"
else
2001-06-21 02:12:07 +00:00
cat conftest.err >&5
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
eval "ac_cv_header_$cv=no"
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14747: result: `eval echo '${'ac_cv_header_$cv'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'ac_cv_header_$cv'}'`" >&6
ac_res=`eval echo \\$ac_cv_header_$cv`
if test "$ac_res" = yes; then
ac_tr_hdr=HAVE_`echo $i | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
cat >>confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
fi
done
2001-02-13 16:46:19 +00:00
if false;then
2001-02-13 16:46:19 +00:00
for ac_header in netinet/ip.h netinet/tcp.h
do
2001-02-13 16:46:19 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:14764: checking for $ac_header" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14770 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <$ac_header>
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:14776: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
2001-02-13 16:46:19 +00:00
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
2001-06-21 02:12:07 +00:00
cat conftest.err >&5
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
eval "$ac_ac_Header=no"
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:14797: result: `eval echo '${'$ac_ac_Header'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
EOF
fi
done
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
# Check whether --enable-netinfo or --disable-netinfo was given.
if test "${enable_netinfo+set}" = set; then
enableval="$enable_netinfo"
2001-02-13 16:46:19 +00:00
fi;
2001-02-13 16:46:19 +00:00
if test "$ac_cv_header_netinfo_ni_h" = yes -a "$enable_netinfo" = yes; then
cat >>confdefs.h <<\EOF
#define HAVE_NETINFO 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_header_err_h" = yes; then
have_err_h_TRUE=
have_err_h_FALSE='#'
else
have_err_h_TRUE='#'
have_err_h_FALSE=
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_header_fnmatch_h" = yes; then
have_fnmatch_h_TRUE=
have_fnmatch_h_FALSE='#'
else
2001-02-13 16:46:19 +00:00
have_fnmatch_h_TRUE='#'
have_fnmatch_h_FALSE=
fi
2001-02-13 16:46:19 +00:00
# Check whether --with-ipv6 or --without-ipv6 was given.
if test "${with_ipv6+set}" = set; then
withval="$with_ipv6"
2001-02-13 16:46:19 +00:00
if test "$withval" = "no"; then
ac_cv_lib_ipv6=no
fi
fi;
2001-06-21 02:12:07 +00:00
save_CFLAGS="${CFLAGS}"
2001-02-13 16:46:19 +00:00
if test "${ac_cv_lib_ipv6+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
v6type=unknown
v6lib=none
2001-06-21 02:12:07 +00:00
echo "$as_me:14854: checking ipv6 stack type" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking ipv6 stack type... $ECHO_C" >&6
for i in v6d toshiba kame inria zeta linux; do
case $i in
v6d)
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14860 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include </usr/local/v6/include/sys/types.h>
#ifdef __V6D__
yes
#endif
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
v6type=$i; v6lib=v6;
v6libdir=/usr/local/v6/lib;
CFLAGS="-I/usr/local/v6/include $CFLAGS"
fi
rm -f conftest*
;;
toshiba)
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14879 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <sys/param.h>
#ifdef _TOSHIBA_INET6
yes
#endif
2001-02-13 16:46:19 +00:00
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
v6type=$i; v6lib=inet6;
v6libdir=/usr/local/v6/lib;
CFLAGS="-DINET6 $CFLAGS"
fi
rm -f conftest*
2001-02-13 16:46:19 +00:00
;;
kame)
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14898 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <netinet/in.h>
#ifdef __KAME__
yes
#endif
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
v6type=$i; v6lib=inet6;
v6libdir=/usr/local/v6/lib;
CFLAGS="-DINET6 $CFLAGS"
fi
rm -f conftest*
2001-02-13 16:46:19 +00:00
;;
inria)
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14917 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <netinet/in.h>
#ifdef IPV6_INRIA_VERSION
yes
#endif
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
v6type=$i; CFLAGS="-DINET6 $CFLAGS"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest*
2001-02-13 16:46:19 +00:00
;;
zeta)
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14934 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <sys/param.h>
#ifdef _ZETA_MINAMI_INET6
yes
#endif
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
v6type=$i; v6lib=inet6;
v6libdir=/usr/local/v6/lib;
CFLAGS="-DINET6 $CFLAGS"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest*
2001-02-13 16:46:19 +00:00
;;
linux)
if test -d /usr/inet6; then
v6type=$i
v6lib=inet6
v6libdir=/usr/inet6
CFLAGS="-DINET6 $CFLAGS"
fi
;;
esac
if test "$v6type" != "unknown"; then
break
fi
done
2001-06-21 02:12:07 +00:00
echo "$as_me:14964: result: $v6type" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$v6type" >&6
if test "$v6lib" != "none"; then
for dir in $v6libdir /usr/local/v6/lib /usr/local/lib; do
if test -d $dir -a -f $dir/lib$v6lib.a; then
LIBS="-L$dir -l$v6lib $LIBS"
break
fi
done
fi
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 14976 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_NETINET_IN6_H
#include <netinet/in6.h>
#endif
int
main ()
{
2001-02-13 16:46:19 +00:00
struct sockaddr_in6 sin6;
int s;
2001-02-13 16:46:19 +00:00
s = socket(AF_INET6, SOCK_DGRAM, 0);
2001-02-13 16:46:19 +00:00
sin6.sin6_family = AF_INET6;
sin6.sin6_port = htons(17);
sin6.sin6_addr = in6addr_any;
bind(s, (struct sockaddr *)&sin6, sizeof(sin6));
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:15011: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_lib_ipv6=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_lib_ipv6=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:15021: checking for IPv6" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for IPv6... $ECHO_C" >&6
2001-06-21 02:12:07 +00:00
echo "$as_me:15023: result: $ac_cv_lib_ipv6" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_lib_ipv6" >&6
if test "$ac_cv_lib_ipv6" = yes; then
cat >>confdefs.h <<\EOF
#define HAVE_IPV6 1
EOF
2001-06-21 02:12:07 +00:00
else
CFLAGS="${save_CFLAGS}"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:15035: checking for socket" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for socket... $ECHO_C" >&6
if test "${ac_cv_funclib_socket+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_socket\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" socket; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 15051 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
socket()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:15063: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_socket=$ac_lib; else ac_cv_funclib_socket=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_socket=\${ac_cv_funclib_socket-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_socket"
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in socket
do
2001-02-13 16:46:19 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:15084: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 15090 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-02-13 16:46:19 +00:00
which can conflict with char $ac_func (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-02-13 16:46:19 +00:00
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
2001-02-13 16:46:19 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
2001-02-13 16:46:19 +00:00
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:15121: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:15130: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
2001-02-13 16:46:19 +00:00
fi
# socket
eval "ac_tr_func=HAVE_`echo socket | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_socket=$ac_res"
2001-02-13 16:46:19 +00:00
case "$ac_res" in
yes)
eval "ac_cv_func_socket=yes"
eval "LIB_socket="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:15154: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_socket=no"
eval "LIB_socket="
2001-06-21 02:12:07 +00:00
echo "$as_me:15160: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_socket=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:15174: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
if test -n "$LIB_socket"; then
LIBS="$LIB_socket $LIBS"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:15183: checking for gethostbyname" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
if test "${ac_cv_funclib_gethostbyname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_gethostbyname\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" nsl; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 15199 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
gethostbyname()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:15211: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_gethostbyname=$ac_lib; else ac_cv_funclib_gethostbyname=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_gethostbyname=\${ac_cv_funclib_gethostbyname-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_gethostbyname"
2001-02-13 16:46:19 +00:00
if false; then
for ac_func in gethostbyname
do
2001-02-13 16:46:19 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:15232: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 15238 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-02-13 16:46:19 +00:00
which can conflict with char $ac_func (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-02-13 16:46:19 +00:00
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
2001-02-13 16:46:19 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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. */
2001-02-13 16:46:19 +00:00
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:15269: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:15278: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
fi
2001-02-13 16:46:19 +00:00
# gethostbyname
eval "ac_tr_func=HAVE_`echo gethostbyname | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_gethostbyname=$ac_res"
2001-02-13 16:46:19 +00:00
case "$ac_res" in
yes)
eval "ac_cv_func_gethostbyname=yes"
eval "LIB_gethostbyname="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:15302: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_gethostbyname=no"
eval "LIB_gethostbyname="
2001-06-21 02:12:07 +00:00
echo "$as_me:15308: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_gethostbyname=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:15322: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
if test -n "$LIB_gethostbyname"; then
LIBS="$LIB_gethostbyname $LIBS"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:15331: checking for syslog" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for syslog... $ECHO_C" >&6
if test "${ac_cv_funclib_syslog+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_syslog\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" syslog; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 15347 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
syslog()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:15359: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_syslog=$ac_lib; else ac_cv_funclib_syslog=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_syslog=\${ac_cv_funclib_syslog-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_syslog"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in syslog
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:15380: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 15386 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* 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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:15417: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:15426: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
done
fi
2001-02-13 16:46:19 +00:00
# syslog
eval "ac_tr_func=HAVE_`echo syslog | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_syslog=$ac_res"
case "$ac_res" in
yes)
eval "ac_cv_func_syslog=yes"
eval "LIB_syslog="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:15450: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_syslog=no"
eval "LIB_syslog="
2001-06-21 02:12:07 +00:00
echo "$as_me:15456: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_syslog=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:15470: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
if test -n "$LIB_syslog"; then
LIBS="$LIB_syslog $LIBS"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:15479: checking for logwtmp" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for logwtmp... $ECHO_C" >&6
if test "${ac_cv_funclib_logwtmp+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_logwtmp\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" util; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 15495 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
logwtmp()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:15507: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_logwtmp=$ac_lib; else ac_cv_funclib_logwtmp=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_logwtmp=\${ac_cv_funclib_logwtmp-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_logwtmp"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in logwtmp
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:15528: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 15534 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* 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. */
#ifdef __cplusplus
extern "C"
#endif
2001-02-13 16:46:19 +00:00
/* 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 ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:15565: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:15574: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
fi
2001-02-13 16:46:19 +00:00
# logwtmp
eval "ac_tr_func=HAVE_`echo logwtmp | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_logwtmp=$ac_res"
2001-02-13 16:46:19 +00:00
case "$ac_res" in
yes)
eval "ac_cv_func_logwtmp=yes"
eval "LIB_logwtmp="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:15598: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_logwtmp=no"
eval "LIB_logwtmp="
2001-06-21 02:12:07 +00:00
echo "$as_me:15604: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_logwtmp=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:15618: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-06-21 02:12:07 +00:00
echo "$as_me:15623: checking for tgetent" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for tgetent... $ECHO_C" >&6
if test "${ac_cv_funclib_tgetent+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_tgetent\" != yes" ; then
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in "" termcap ncurses curses; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 15639 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
tgetent()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:15651: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_tgetent=$ac_lib; else ac_cv_funclib_tgetent=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
2001-02-13 16:46:19 +00:00
eval "ac_cv_funclib_tgetent=\${ac_cv_funclib_tgetent-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_tgetent"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in tgetent
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:15672: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 15678 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:15709: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:15718: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# tgetent
eval "ac_tr_func=HAVE_`echo tgetent | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_tgetent=$ac_res"
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_tgetent=yes"
eval "LIB_tgetent="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:15742: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_tgetent=no"
eval "LIB_tgetent="
2001-06-21 02:12:07 +00:00
echo "$as_me:15748: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_tgetent=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:15762: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-06-21 02:12:07 +00:00
echo "$as_me:15767: checking for gethostbyname2" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for gethostbyname2... $ECHO_C" >&6
if test "${ac_cv_funclib_gethostbyname2+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_gethostbyname2\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" inet6 ip6; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 15783 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
2001-02-13 16:46:19 +00:00
gethostbyname2()
;
return 0;
}
2001-02-13 16:46:19 +00:00
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:15795: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_gethostbyname2=$ac_lib; else ac_cv_funclib_gethostbyname2=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_gethostbyname2=\${ac_cv_funclib_gethostbyname2-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_gethostbyname2"
if false; then
for ac_func in gethostbyname2
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:15816: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 15822 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:15853: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:15862: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
fi
# gethostbyname2
eval "ac_tr_func=HAVE_`echo gethostbyname2 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_gethostbyname2=$ac_res"
case "$ac_res" in
yes)
eval "ac_cv_func_gethostbyname2=yes"
eval "LIB_gethostbyname2="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:15886: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_gethostbyname2=no"
eval "LIB_gethostbyname2="
2001-06-21 02:12:07 +00:00
echo "$as_me:15892: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_gethostbyname2=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:15906: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
if test -n "$LIB_gethostbyname2"; then
LIBS="$LIB_gethostbyname2 $LIBS"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:15915: checking for res_search" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for res_search... $ECHO_C" >&6
if test "${ac_cv_funclib_res_search+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_res_search\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" resolv; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 15931 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdio.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
2001-02-13 16:46:19 +00:00
#ifdef HAVE_ARPA_NAMESER_H
#include <arpa/nameser.h>
#endif
2001-02-13 16:46:19 +00:00
#ifdef HAVE_RESOLV_H
#include <resolv.h>
#endif
2001-02-13 16:46:19 +00:00
int
main ()
{
res_search(0,0,0,0,0)
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:15957: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_res_search=$ac_lib; else ac_cv_funclib_res_search=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_res_search=\${ac_cv_funclib_res_search-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_res_search"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in res_search
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:15978: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 15984 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* 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. */
#ifdef __cplusplus
extern "C"
#endif
2001-02-13 16:46:19 +00:00
/* 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 ();
char (*f) ();
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:16015: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16024: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
done
2001-02-13 16:46:19 +00:00
fi
# res_search
eval "ac_tr_func=HAVE_`echo res_search | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_res_search=$ac_res"
2001-02-13 16:46:19 +00:00
case "$ac_res" in
yes)
eval "ac_cv_func_res_search=yes"
eval "LIB_res_search="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:16048: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_res_search=no"
eval "LIB_res_search="
2001-06-21 02:12:07 +00:00
echo "$as_me:16054: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_res_search=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:16068: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
if test -n "$LIB_res_search"; then
LIBS="$LIB_res_search $LIBS"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16077: checking for dn_expand" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for dn_expand... $ECHO_C" >&6
if test "${ac_cv_funclib_dn_expand+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_dn_expand\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" resolv; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 16093 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdio.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
2001-02-13 16:46:19 +00:00
#ifdef HAVE_ARPA_NAMESER_H
#include <arpa/nameser.h>
#endif
2001-02-13 16:46:19 +00:00
#ifdef HAVE_RESOLV_H
#include <resolv.h>
#endif
2001-02-13 16:46:19 +00:00
int
main ()
{
dn_expand(0,0,0,0,0)
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:16119: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_dn_expand=$ac_lib; else ac_cv_funclib_dn_expand=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_dn_expand=\${ac_cv_funclib_dn_expand-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_dn_expand"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in dn_expand
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:16140: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 16146 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* 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. */
#ifdef __cplusplus
extern "C"
#endif
2001-02-13 16:46:19 +00:00
/* 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 ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:16177: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16186: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
2001-02-13 16:46:19 +00:00
fi
# dn_expand
eval "ac_tr_func=HAVE_`echo dn_expand | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_dn_expand=$ac_res"
2001-02-13 16:46:19 +00:00
case "$ac_res" in
yes)
eval "ac_cv_func_dn_expand=yes"
eval "LIB_dn_expand="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:16210: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_dn_expand=no"
eval "LIB_dn_expand="
2001-06-21 02:12:07 +00:00
echo "$as_me:16216: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_dn_expand=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:16230: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
if test -n "$LIB_dn_expand"; then
LIBS="$LIB_dn_expand $LIBS"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16239: checking for working snprintf" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for working snprintf... $ECHO_C" >&6
if test "${ac_cv_func_snprintf_working+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_func_snprintf_working=yes
if test "$cross_compiling" = yes; then
:
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 16249 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdio.h>
#include <string.h>
2001-02-13 16:46:19 +00:00
int main()
{
char foo[3];
snprintf(foo, 2, "12");
return strcmp(foo, "1");
}
_ACEOF
rm -f conftest$ac_exeext
2001-06-21 02:12:07 +00:00
{ (eval echo $as_me:16262: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
2001-02-13 16:46:19 +00:00
:
else
2001-02-13 16:46:19 +00:00
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_snprintf_working=no
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16278: result: $ac_cv_func_snprintf_working" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_snprintf_working" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_snprintf_working" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_SNPRINTF 1
EOF
fi
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_snprintf_working" = yes; then
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_snprintf+set" != set -o "$ac_cv_func_snprintf" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:16291: checking if snprintf needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if snprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_snprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 16297 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdio.h>
int
main ()
{
struct foo { int foo; } xx;
2001-02-13 16:46:19 +00:00
extern int snprintf (struct foo*);
snprintf(&xx);
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:16312: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_snprintf_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_snprintf_noproto=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16321: result: $ac_cv_func_snprintf_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_snprintf_noproto" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_snprintf_noproto" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define NEED_SNPRINTF_PROTO 1
EOF
fi
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16336: checking for working vsnprintf" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for working vsnprintf... $ECHO_C" >&6
if test "${ac_cv_func_vsnprintf_working+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
ac_cv_func_vsnprintf_working=yes
if test "$cross_compiling" = yes; then
:
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 16346 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
2001-02-13 16:46:19 +00:00
int foo(int num, ...)
{
char bar[3];
va_list arg;
va_start(arg, num);
vsnprintf(bar, 2, "%s", arg);
va_end(arg);
return strcmp(bar, "1");
}
2001-02-13 16:46:19 +00:00
int main()
{
return foo(0, "12");
}
_ACEOF
rm -f conftest$ac_exeext
2001-06-21 02:12:07 +00:00
{ (eval echo $as_me:16369: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
2001-02-13 16:46:19 +00:00
:
else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_vsnprintf_working=no
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16385: result: $ac_cv_func_vsnprintf_working" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_vsnprintf_working" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_vsnprintf_working" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_VSNPRINTF 1
EOF
2001-02-13 16:46:19 +00:00
fi
if test "$ac_cv_func_vsnprintf_working" = yes; then
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_vsnprintf+set" != set -o "$ac_cv_func_vsnprintf" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:16398: checking if vsnprintf needs a prototype" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if vsnprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_vsnprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 16404 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stdio.h>
int
main ()
{
struct foo { int foo; } xx;
extern int vsnprintf (struct foo*);
vsnprintf(&xx);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:16419: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_vsnprintf_noproto=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_func_vsnprintf_noproto=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16428: result: $ac_cv_func_vsnprintf_noproto" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_vsnprintf_noproto" >&6
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_vsnprintf_noproto" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define NEED_VSNPRINTF_PROTO 1
EOF
fi
fi
fi
2001-02-13 16:46:19 +00:00
for ac_func in \
_getpty \
_scrsize \
fcntl \
gettimeofday \
getuid \
grantpt \
mktime \
ptsname \
rand \
random \
revoke \
select \
setitimer \
setpcred \
setpgid \
setproctitle \
setregid \
setresgid \
setresuid \
setreuid \
setsid \
setutent \
sigaction \
strstr \
timegm \
ttyname \
ttyslot \
umask \
unlockpt \
vhangup \
yp_get_default_domain \
2001-02-13 16:46:19 +00:00
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:16478: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 16484 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:16515: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16524: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
2001-02-13 16:46:19 +00:00
fi
done
2001-02-13 16:46:19 +00:00
for ac_header in capability.h sys/capability.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:16538: checking for $ac_header" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 16544 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <$ac_header>
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:16550: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
2001-06-21 02:12:07 +00:00
cat conftest.err >&5
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
eval "$ac_ac_Header=no"
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16571: result: `eval echo '${'$ac_ac_Header'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
2001-02-13 16:46:19 +00:00
for ac_func in sgi_getcapabilitybyname cap_set_proc
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:16584: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 16590 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:16621: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16630: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
2001-02-13 16:46:19 +00:00
fi
done
2001-06-21 02:12:07 +00:00
echo "$as_me:16640: checking for getpwnam_r" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for getpwnam_r... $ECHO_C" >&6
if test "${ac_cv_funclib_getpwnam_r+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_getpwnam_r\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" c_r; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 16656 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
getpwnam_r()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:16668: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_getpwnam_r=$ac_lib; else ac_cv_funclib_getpwnam_r=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_getpwnam_r=\${ac_cv_funclib_getpwnam_r-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_getpwnam_r"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in getpwnam_r
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:16689: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 16695 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:16726: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16735: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
fi
2001-02-13 16:46:19 +00:00
# getpwnam_r
eval "ac_tr_func=HAVE_`echo getpwnam_r | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_getpwnam_r=$ac_res"
case "$ac_res" in
yes)
eval "ac_cv_func_getpwnam_r=yes"
eval "LIB_getpwnam_r="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:16759: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_getpwnam_r=no"
eval "LIB_getpwnam_r="
2001-06-21 02:12:07 +00:00
echo "$as_me:16765: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_getpwnam_r=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:16779: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_getpwnam_r" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:16785: checking if getpwnam_r is posix" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if getpwnam_r is posix... $ECHO_C" >&6
if test "${ac_cv_func_getpwnam_r_posix+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_libs="$LIBS"
LIBS="$LIBS $LIB_getpwnam_r"
if test "$cross_compiling" = yes; then
:
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 16796 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <pwd.h>
int main()
{
struct passwd pw, *pwd;
return getpwnam_r("", &pw, NULL, 0, &pwd) < 0;
}
_ACEOF
rm -f conftest$ac_exeext
2001-06-21 02:12:07 +00:00
{ (eval echo $as_me:16808: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
2001-02-13 16:46:19 +00:00
ac_cv_func_getpwnam_r_posix=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_getpwnam_r_posix=no
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
LIBS="$ac_libs"
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16825: result: $ac_cv_func_getpwnam_r_posix" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_getpwnam_r_posix" >&6
if test "$ac_cv_func_getpwnam_r_posix" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define POSIX_GETPWNAM_R 1
EOF
2001-02-13 16:46:19 +00:00
fi
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16836: checking for getsockopt" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for getsockopt... $ECHO_C" >&6
if test "${ac_cv_funclib_getsockopt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_getsockopt\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" ; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 16852 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
2001-02-13 16:46:19 +00:00
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
int
main ()
{
getsockopt(0,0,0,0,0)
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:16869: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_getsockopt=$ac_lib; else ac_cv_funclib_getsockopt=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_getsockopt=\${ac_cv_funclib_getsockopt-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_getsockopt"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in getsockopt
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:16890: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 16896 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:16927: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:16936: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
fi
2001-02-13 16:46:19 +00:00
# getsockopt
eval "ac_tr_func=HAVE_`echo getsockopt | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_getsockopt=$ac_res"
case "$ac_res" in
yes)
eval "ac_cv_func_getsockopt=yes"
eval "LIB_getsockopt="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:16960: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_getsockopt=no"
eval "LIB_getsockopt="
2001-06-21 02:12:07 +00:00
echo "$as_me:16966: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_getsockopt=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:16980: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-06-21 02:12:07 +00:00
echo "$as_me:16985: checking for setsockopt" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6
if test "${ac_cv_funclib_setsockopt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_setsockopt\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" ; do
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17001 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
2001-02-13 16:46:19 +00:00
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
int
main ()
{
setsockopt(0,0,0,0,0)
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17018: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_setsockopt=$ac_lib; else ac_cv_funclib_setsockopt=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_setsockopt=\${ac_cv_funclib_setsockopt-no}"
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_setsockopt"
2001-02-13 16:46:19 +00:00
if false; then
2001-02-13 16:46:19 +00:00
for ac_func in setsockopt
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:17039: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17045 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* 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. */
#ifdef __cplusplus
extern "C"
#endif
2001-02-13 16:46:19 +00:00
/* 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 ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17076: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17085: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
2001-02-13 16:46:19 +00:00
fi
# setsockopt
eval "ac_tr_func=HAVE_`echo setsockopt | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_setsockopt=$ac_res"
2001-02-13 16:46:19 +00:00
case "$ac_res" in
yes)
eval "ac_cv_func_setsockopt=yes"
eval "LIB_setsockopt="
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:17109: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_setsockopt=no"
eval "LIB_setsockopt="
2001-06-21 02:12:07 +00:00
echo "$as_me:17115: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_setsockopt=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:17129: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
2001-02-13 16:46:19 +00:00
for ac_func in getudbnam setlim
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:17137: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17143 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17174: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17183: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
2001-06-21 02:12:07 +00:00
echo "$as_me:17193: checking return type of signal handlers" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
if test "${ac_cv_type_signal+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17199 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <sys/types.h>
#include <signal.h>
#ifdef signal
# undef signal
#endif
2001-02-13 16:46:19 +00:00
#ifdef __cplusplus
extern "C" void (*signal (int, void (*)(int)))(int);
#else
void (*signal ()) ();
#endif
int
main ()
{
int i;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17221: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_signal=void
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_signal=int
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17230: result: $ac_cv_type_signal" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_signal" >&6
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define RETSIGTYPE $ac_cv_type_signal
EOF
2001-02-13 16:46:19 +00:00
if test "$ac_cv_type_signal" = "void" ; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define VOID_RETSIGTYPE 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17245: checking if realloc if broken" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if realloc if broken... $ECHO_C" >&6
if test "${ac_cv_func_realloc_broken+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
ac_cv_func_realloc_broken=no
if test "$cross_compiling" = yes; then
:
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17256 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <stddef.h>
#include <stdlib.h>
2001-02-13 16:46:19 +00:00
int main()
{
return realloc(NULL, 17) == NULL;
}
2001-02-13 16:46:19 +00:00
_ACEOF
rm -f conftest$ac_exeext
2001-06-21 02:12:07 +00:00
{ (eval echo $as_me:17269: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
2001-02-13 16:46:19 +00:00
:
else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_realloc_broken=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17285: result: $ac_cv_func_realloc_broken" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_realloc_broken" >&6
if test "$ac_cv_func_realloc_broken" = yes ; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define BROKEN_REALLOC 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17295: checking for ut_addr in struct utmp" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for ut_addr in struct utmp... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmp_ut_addr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17302 "configure"
#include "confdefs.h"
#include <utmp.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct utmp x; x.ut_addr;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17314: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmp_ut_addr=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_utmp_ut_addr=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17323: result: $ac_cv_type_struct_utmp_ut_addr" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_utmp_ut_addr" >&6
if test "$ac_cv_type_struct_utmp_ut_addr" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_UTMP_UT_ADDR 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17333: checking for ut_host in struct utmp" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for ut_host in struct utmp... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmp_ut_host+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17340 "configure"
#include "confdefs.h"
#include <utmp.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct utmp x; x.ut_host;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17352: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmp_ut_host=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_utmp_ut_host=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17361: result: $ac_cv_type_struct_utmp_ut_host" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_utmp_ut_host" >&6
if test "$ac_cv_type_struct_utmp_ut_host" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_UTMP_UT_HOST 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17371: checking for ut_id in struct utmp" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for ut_id in struct utmp... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmp_ut_id+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17378 "configure"
#include "confdefs.h"
#include <utmp.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct utmp x; x.ut_id;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17390: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmp_ut_id=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_utmp_ut_id=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17399: result: $ac_cv_type_struct_utmp_ut_id" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_utmp_ut_id" >&6
if test "$ac_cv_type_struct_utmp_ut_id" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_UTMP_UT_ID 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17409: checking for ut_pid in struct utmp" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for ut_pid in struct utmp... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmp_ut_pid+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17416 "configure"
#include "confdefs.h"
#include <utmp.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct utmp x; x.ut_pid;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17428: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmp_ut_pid=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_utmp_ut_pid=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17437: result: $ac_cv_type_struct_utmp_ut_pid" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_utmp_ut_pid" >&6
if test "$ac_cv_type_struct_utmp_ut_pid" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_UTMP_UT_PID 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17447: checking for ut_type in struct utmp" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for ut_type in struct utmp... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmp_ut_type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17454 "configure"
#include "confdefs.h"
#include <utmp.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct utmp x; x.ut_type;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17466: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmp_ut_type=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_utmp_ut_type=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17475: result: $ac_cv_type_struct_utmp_ut_type" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_utmp_ut_type" >&6
if test "$ac_cv_type_struct_utmp_ut_type" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_UTMP_UT_TYPE 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17485: checking for ut_user in struct utmp" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for ut_user in struct utmp... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmp_ut_user+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17492 "configure"
#include "confdefs.h"
#include <utmp.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct utmp x; x.ut_user;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17504: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmp_ut_user=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_utmp_ut_user=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17513: result: $ac_cv_type_struct_utmp_ut_user" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_utmp_ut_user" >&6
if test "$ac_cv_type_struct_utmp_ut_user" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_UTMP_UT_USER 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17523: checking for ut_exit in struct utmpx" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for ut_exit in struct utmpx... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmpx_ut_exit+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17530 "configure"
#include "confdefs.h"
#include <utmpx.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct utmpx x; x.ut_exit;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17542: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmpx_ut_exit=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_utmpx_ut_exit=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17551: result: $ac_cv_type_struct_utmpx_ut_exit" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_utmpx_ut_exit" >&6
if test "$ac_cv_type_struct_utmpx_ut_exit" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_UTMPX_UT_EXIT 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17561: checking for ut_syslen in struct utmpx" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for ut_syslen in struct utmpx... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmpx_ut_syslen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17568 "configure"
#include "confdefs.h"
#include <utmpx.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct utmpx x; x.ut_syslen;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17580: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmpx_ut_syslen=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_utmpx_ut_syslen=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17589: result: $ac_cv_type_struct_utmpx_ut_syslen" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_utmpx_ut_syslen" >&6
if test "$ac_cv_type_struct_utmpx_ut_syslen" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_UTMPX_UT_SYSLEN 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17599: checking for tm_gmtoff in struct tm" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
if test "${ac_cv_type_struct_tm_tm_gmtoff+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17606 "configure"
#include "confdefs.h"
#include <time.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct tm x; x.tm_gmtoff;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17618: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_tm_tm_gmtoff=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_tm_tm_gmtoff=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17627: result: $ac_cv_type_struct_tm_tm_gmtoff" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_tm_tm_gmtoff" >&6
if test "$ac_cv_type_struct_tm_tm_gmtoff" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_TM_TM_GMTOFF 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17637: checking for tm_zone in struct tm" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for tm_zone in struct tm... $ECHO_C" >&6
if test "${ac_cv_type_struct_tm_tm_zone+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17644 "configure"
#include "confdefs.h"
#include <time.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct tm x; x.tm_zone;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17656: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_tm_tm_zone=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_tm_tm_zone=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17665: result: $ac_cv_type_struct_tm_tm_zone" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_tm_tm_zone" >&6
if test "$ac_cv_type_struct_tm_tm_zone" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_TM_TM_ZONE 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17675: checking for timezone" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for timezone... $ECHO_C" >&6
if test "${ac_cv_var_timezone+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17682 "configure"
#include "confdefs.h"
extern int timezone;
int foo() { return timezone; }
2001-02-13 16:46:19 +00:00
int
main ()
{
foo()
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17695: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_var_timezone=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_var_timezone=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
ac_foo=`eval echo \\$ac_cv_var_timezone`
2001-06-21 02:12:07 +00:00
echo "$as_me:17707: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_TIMEZONE 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:17715: checking if timezone is properly declared" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking if timezone is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_timezone_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17722 "configure"
#include "confdefs.h"
#include <time.h>
extern struct { int foo; } timezone;
2001-02-13 16:46:19 +00:00
int
main ()
{
timezone.foo = 1;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17735: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_var_timezone_declaration=no"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_var_timezone_declaration=yes"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17746: result: $ac_cv_var_timezone_declaration" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_var_timezone_declaration" >&6
if eval "test \"\$ac_cv_var_timezone_declaration\" = yes"; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_TIMEZONE_DECLARATION 1
EOF
fi
fi
cv=`echo "sa_family_t" | sed 'y%./+- %__p__%'`
2001-06-21 02:12:07 +00:00
echo "$as_me:17759: checking for sa_family_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for sa_family_t... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17765 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#include <sys/socket.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
sa_family_t foo;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17782: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_type_$cv=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
ac_foo=`eval echo \\$ac_cv_type_$cv`
2001-06-21 02:12:07 +00:00
echo "$as_me:17792: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo sa_family_t | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
2001-02-13 16:46:19 +00:00
if false; then
2001-06-21 02:12:07 +00:00
echo "$as_me:17797: checking for sa_family_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for sa_family_t... $ECHO_C" >&6
if test "${ac_cv_type_sa_family_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17803 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((sa_family_t *) 0)
return 0;
if (sizeof (sa_family_t))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17818: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_sa_family_t=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_sa_family_t=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17827: result: $ac_cv_type_sa_family_t" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_sa_family_t" >&6
if test $ac_cv_type_sa_family_t = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_SA_FAMILY_T 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
2001-02-13 16:46:19 +00:00
fi
cv=`echo "socklen_t" | sed 'y%./+- %__p__%'`
2001-06-21 02:12:07 +00:00
echo "$as_me:17846: checking for socklen_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17852 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#include <sys/socket.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
socklen_t foo;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17869: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_type_$cv=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
ac_foo=`eval echo \\$ac_cv_type_$cv`
2001-06-21 02:12:07 +00:00
echo "$as_me:17879: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo socklen_t | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
2001-02-13 16:46:19 +00:00
if false; then
2001-06-21 02:12:07 +00:00
echo "$as_me:17884: checking for socklen_t" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
if test "${ac_cv_type_socklen_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17890 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((socklen_t *) 0)
return 0;
if (sizeof (socklen_t))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17905: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_socklen_t=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_socklen_t=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:17914: result: $ac_cv_type_socklen_t" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
if test $ac_cv_type_socklen_t = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_SOCKLEN_T 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
2001-02-13 16:46:19 +00:00
fi
cv=`echo "struct sockaddr" | sed 'y%./+- %__p__%'`
2001-06-21 02:12:07 +00:00
echo "$as_me:17933: checking for struct sockaddr" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct sockaddr... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17939 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#include <sys/socket.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct sockaddr foo;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17956: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_type_$cv=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
ac_foo=`eval echo \\$ac_cv_type_$cv`
2001-06-21 02:12:07 +00:00
echo "$as_me:17966: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo struct sockaddr | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
2001-02-13 16:46:19 +00:00
if false; then
2001-06-21 02:12:07 +00:00
echo "$as_me:17971: checking for struct sockaddr" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct sockaddr... $ECHO_C" >&6
if test "${ac_cv_type_struct_sockaddr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 17977 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((struct sockaddr *) 0)
return 0;
if (sizeof (struct sockaddr))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:17992: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_struct_sockaddr=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_sockaddr=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:18001: result: $ac_cv_type_struct_sockaddr" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_sockaddr" >&6
if test $ac_cv_type_struct_sockaddr = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_STRUCT_SOCKADDR 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
2001-02-13 16:46:19 +00:00
fi
cv=`echo "struct sockaddr_storage" | sed 'y%./+- %__p__%'`
2001-06-21 02:12:07 +00:00
echo "$as_me:18020: checking for struct sockaddr_storage" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18026 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#include <sys/socket.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct sockaddr_storage foo;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:18043: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_type_$cv=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
2001-06-21 02:12:07 +00:00
echo "$as_me:18053: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo struct sockaddr_storage | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
2001-06-21 02:12:07 +00:00
echo "$as_me:18058: checking for struct sockaddr_storage" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6
if test "${ac_cv_type_struct_sockaddr_storage+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18064 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((struct sockaddr_storage *) 0)
return 0;
if (sizeof (struct sockaddr_storage))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:18079: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_struct_sockaddr_storage=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_sockaddr_storage=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:18088: result: $ac_cv_type_struct_sockaddr_storage" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_sockaddr_storage" >&6
if test $ac_cv_type_struct_sockaddr_storage = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
2001-02-13 16:46:19 +00:00
fi
cv=`echo "struct addrinfo" | sed 'y%./+- %__p__%'`
2001-06-21 02:12:07 +00:00
echo "$as_me:18107: checking for struct addrinfo" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18113 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#include <netdb.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct addrinfo foo;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:18130: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "ac_cv_type_$cv=no"
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-02-13 16:46:19 +00:00
ac_foo=`eval echo \\$ac_cv_type_$cv`
2001-06-21 02:12:07 +00:00
echo "$as_me:18140: result: $ac_foo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo struct addrinfo | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
2001-02-13 16:46:19 +00:00
if false; then
2001-06-21 02:12:07 +00:00
echo "$as_me:18145: checking for struct addrinfo" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
if test "${ac_cv_type_struct_addrinfo+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18151 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((struct addrinfo *) 0)
return 0;
if (sizeof (struct addrinfo))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:18166: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
2001-02-13 16:46:19 +00:00
ac_cv_type_struct_addrinfo=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_addrinfo=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:18175: result: $ac_cv_type_struct_addrinfo" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_addrinfo" >&6
if test $ac_cv_type_struct_addrinfo = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define HAVE_STRUCT_ADDRINFO 1
EOF
fi
2001-02-13 16:46:19 +00:00
fi
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:18193: checking for struct winsize" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct winsize... $ECHO_C" >&6
if test "${ac_cv_struct_winsize+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
ac_cv_struct_winsize=no
for i in sys/termios.h sys/ioctl.h; do
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18202 "configure"
#include "confdefs.h"
#include <$i>
2001-02-13 16:46:19 +00:00
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "struct[ ]*winsize" >/dev/null 2>&1; then
ac_cv_struct_winsize=yes; break
fi
rm -f conftest*
done
fi
if test "$ac_cv_struct_winsize" = "yes"; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_WINSIZE 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:18223: result: $ac_cv_struct_winsize" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_struct_winsize" >&6
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18226 "configure"
#include "confdefs.h"
#include <termios.h>
2001-02-13 16:46:19 +00:00
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "ws_xpixel" >/dev/null 2>&1; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_WS_XPIXEL 1
EOF
fi
rm -f conftest*
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18242 "configure"
#include "confdefs.h"
#include <termios.h>
2001-02-13 16:46:19 +00:00
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "ws_ypixel" >/dev/null 2>&1; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_WS_YPIXEL 1
EOF
fi
rm -f conftest*
2001-06-21 02:12:07 +00:00
echo "$as_me:18257: checking for struct spwd" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for struct spwd... $ECHO_C" >&6
if test "${ac_cv_struct_spwd+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18264 "configure"
#include "confdefs.h"
#include <pwd.h>
#ifdef HAVE_SHADOW_H
#include <shadow.h>
#endif
2001-02-13 16:46:19 +00:00
int
main ()
{
struct spwd foo;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:18279: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_struct_spwd=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_struct_spwd=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:18290: result: $ac_cv_struct_spwd" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_struct_spwd" >&6
if test "$ac_cv_struct_spwd" = "yes"; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_SPWD 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:18301: checking for sa_len in struct sockaddr" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for sa_len in struct sockaddr... $ECHO_C" >&6
if test "${ac_cv_type_struct_sockaddr_sa_len+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18308 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
struct sockaddr x; x.sa_len;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:18321: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_sockaddr_sa_len=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_type_struct_sockaddr_sa_len=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:18330: result: $ac_cv_type_struct_sockaddr_sa_len" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_type_struct_sockaddr_sa_len" >&6
if test "$ac_cv_type_struct_sockaddr_sa_len" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
EOF
fi
2001-02-13 16:46:19 +00:00
for i in int8_t int16_t int32_t int64_t \
u_int8_t u_int16_t u_int32_t u_int64_t \
uint8_t uint16_t uint32_t uint64_t; do
2001-06-21 02:12:07 +00:00
echo "$as_me:18343: checking for $i" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $i... $ECHO_C" >&6
2001-02-13 16:46:19 +00:00
if eval "test \"\${ac_cv_type_$i+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18350 "configure"
#include "confdefs.h"
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
#ifdef HAVE_BIND_BITYPES_H
#include <bind/bitypes.h>
#endif
#ifdef HAVE_NETINET_IN6_MACHTYPES_H
#include <netinet/in6_machtypes.h>
#endif
2001-02-13 16:46:19 +00:00
int
main ()
{
$i x;
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:18379: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval ac_cv_type_$i=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval ac_cv_type_$i=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
eval ac_res=\$ac_cv_type_$i
if test "$ac_res" = yes; then
type=HAVE_`echo $i | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $type 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:18397: result: $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_res" >&6
done
2001-02-13 16:46:19 +00:00
for ac_header in \
openssl/md4.h \
openssl/md5.h \
openssl/sha.h \
openssl/des.h \
openssl/rc4.h \
2001-02-13 16:46:19 +00:00
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:18411: checking for $ac_header" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18417 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
#include <$ac_header>
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
_ACEOF
2001-06-21 02:12:07 +00:00
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
if { (eval echo $as_me:18423: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
2001-02-13 16:46:19 +00:00
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
2001-02-13 16:46:19 +00:00
ac_cpp_err=yes
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
2000-02-24 11:07:16 +00:00
else
2001-06-21 02:12:07 +00:00
cat conftest.err >&5
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2000-02-24 11:07:16 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
eval "$ac_ac_Header=no"
2000-02-24 11:07:16 +00:00
fi
2001-06-21 02:12:07 +00:00
rm -f conftest*
2000-02-24 11:07:16 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:18444: result: `eval echo '${'$ac_ac_Header'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
2000-02-24 11:07:16 +00:00
EOF
2001-02-13 16:46:19 +00:00
fi
done
2000-02-24 11:07:16 +00:00
2001-06-21 02:12:07 +00:00
echo "$as_me:18454: checking for MD4_Init" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for MD4_Init... $ECHO_C" >&6
if test "${ac_cv_funclib_MD4_Init+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
2000-02-24 11:07:16 +00:00
else
2001-02-13 16:46:19 +00:00
2000-02-24 11:07:16 +00:00
if eval "test \"\$ac_cv_func_MD4_Init\" != yes" ; then
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in crypto des; do
if test -n "$ac_lib"; then
2000-02-24 11:07:16 +00:00
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
2001-06-21 02:12:07 +00:00
LIBS="$test_LIB_krb4 $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18470 "configure"
2000-02-24 11:07:16 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
2000-02-24 11:07:16 +00:00
MD4_Init()
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:18482: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2000-02-24 11:07:16 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_MD4_Init=$ac_lib; else ac_cv_funclib_MD4_Init=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2000-02-24 11:07:16 +00:00
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
2000-02-24 11:07:16 +00:00
done
eval "ac_cv_funclib_MD4_Init=\${ac_cv_funclib_MD4_Init-no}"
LIBS="$ac_save_LIBS"
fi
fi
eval "ac_res=\$ac_cv_funclib_MD4_Init"
2001-02-13 16:46:19 +00:00
if false; then
2000-02-24 11:07:16 +00:00
2001-02-13 16:46:19 +00:00
for ac_func in MD4_Init
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:18503: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18509 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2000-02-24 11:07:16 +00:00
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
2000-02-24 11:07:16 +00:00
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:18540: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:18549: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
2000-02-24 11:07:16 +00:00
EOF
fi
2001-02-13 16:46:19 +00:00
done
2000-02-24 11:07:16 +00:00
fi
2001-02-13 16:46:19 +00:00
# MD4_Init
eval "ac_tr_func=HAVE_`echo MD4_Init | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2000-02-24 11:07:16 +00:00
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_MD4_Init=$ac_res"
2000-02-24 11:07:16 +00:00
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_MD4_Init=yes"
eval "LIB_MD4_Init="
cat >>confdefs.h <<EOF
2000-02-24 11:07:16 +00:00
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:18573: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
2000-02-24 11:07:16 +00:00
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_MD4_Init=no"
eval "LIB_MD4_Init="
2001-06-21 02:12:07 +00:00
echo "$as_me:18579: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
2000-02-24 11:07:16 +00:00
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_MD4_Init=yes"
2000-02-24 11:07:16 +00:00
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
2000-02-24 11:07:16 +00:00
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
2000-02-24 11:07:16 +00:00
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:18593: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
2000-02-24 11:07:16 +00:00
;;
esac
2001-06-21 02:12:07 +00:00
echo "$as_me:18598: checking for MD5_Init" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for MD5_Init... $ECHO_C" >&6
if test "${ac_cv_funclib_MD5_Init+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
2000-02-24 11:07:16 +00:00
else
2001-02-13 16:46:19 +00:00
2000-02-24 11:07:16 +00:00
if eval "test \"\$ac_cv_func_MD5_Init\" != yes" ; then
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in crypto des; do
if test -n "$ac_lib"; then
2000-02-24 11:07:16 +00:00
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
2001-06-21 02:12:07 +00:00
LIBS="$test_LIB_krb4 $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18614 "configure"
2000-02-24 11:07:16 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
2000-02-24 11:07:16 +00:00
MD5_Init()
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:18626: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2000-02-24 11:07:16 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_MD5_Init=$ac_lib; else ac_cv_funclib_MD5_Init=yes; fi";break
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2000-02-24 11:07:16 +00:00
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
2000-02-24 11:07:16 +00:00
done
eval "ac_cv_funclib_MD5_Init=\${ac_cv_funclib_MD5_Init-no}"
LIBS="$ac_save_LIBS"
fi
fi
eval "ac_res=\$ac_cv_funclib_MD5_Init"
2001-02-13 16:46:19 +00:00
if false; then
for ac_func in MD5_Init
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:18647: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18653 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:18684: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:18693: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
2000-02-24 11:07:16 +00:00
2001-02-13 16:46:19 +00:00
fi
done
fi
2000-02-24 11:07:16 +00:00
# MD5_Init
eval "ac_tr_func=HAVE_`echo MD5_Init | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_MD5_Init=$ac_res"
case "$ac_res" in
yes)
eval "ac_cv_func_MD5_Init=yes"
eval "LIB_MD5_Init="
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
2000-02-24 11:07:16 +00:00
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:18717: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
2000-02-24 11:07:16 +00:00
;;
no)
eval "ac_cv_func_MD5_Init=no"
eval "LIB_MD5_Init="
2001-06-21 02:12:07 +00:00
echo "$as_me:18723: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
2000-02-24 11:07:16 +00:00
;;
*)
eval "ac_cv_func_MD5_Init=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
2000-02-24 11:07:16 +00:00
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
2000-02-24 11:07:16 +00:00
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:18737: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
2000-02-24 11:07:16 +00:00
;;
esac
2001-06-21 02:12:07 +00:00
echo "$as_me:18742: checking for SHA1_Init" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for SHA1_Init... $ECHO_C" >&6
if test "${ac_cv_funclib_SHA1_Init+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
2000-02-24 11:07:16 +00:00
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_SHA1_Init\" != yes" ; then
2000-02-24 11:07:16 +00:00
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in crypto des; do
if test -n "$ac_lib"; then
2000-02-24 11:07:16 +00:00
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
2001-06-21 02:12:07 +00:00
LIBS="$test_LIB_krb4 $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18758 "configure"
2000-02-24 11:07:16 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
SHA1_Init()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:18770: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_SHA1_Init=$ac_lib; else ac_cv_funclib_SHA1_Init=yes; fi";break
2000-02-24 11:07:16 +00:00
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2000-02-24 11:07:16 +00:00
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
2000-02-24 11:07:16 +00:00
done
2001-02-13 16:46:19 +00:00
eval "ac_cv_funclib_SHA1_Init=\${ac_cv_funclib_SHA1_Init-no}"
2000-02-24 11:07:16 +00:00
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_SHA1_Init"
2000-02-24 11:07:16 +00:00
2001-02-13 16:46:19 +00:00
if false; then
2000-02-24 11:07:16 +00:00
2001-02-13 16:46:19 +00:00
for ac_func in SHA1_Init
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:18791: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18797 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
2000-02-24 11:07:16 +00:00
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:18828: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:18837: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# SHA1_Init
eval "ac_tr_func=HAVE_`echo SHA1_Init | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2000-02-24 11:07:16 +00:00
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_SHA1_Init=$ac_res"
2000-02-24 11:07:16 +00:00
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_SHA1_Init=yes"
eval "LIB_SHA1_Init="
cat >>confdefs.h <<EOF
2000-02-24 11:07:16 +00:00
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:18861: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
2000-02-24 11:07:16 +00:00
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_SHA1_Init=no"
eval "LIB_SHA1_Init="
2001-06-21 02:12:07 +00:00
echo "$as_me:18867: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
2000-02-24 11:07:16 +00:00
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_SHA1_Init=yes"
2000-02-24 11:07:16 +00:00
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
2000-02-24 11:07:16 +00:00
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
2000-02-24 11:07:16 +00:00
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:18881: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
2000-02-24 11:07:16 +00:00
;;
esac
2001-06-21 02:12:07 +00:00
echo "$as_me:18886: checking for des_cbc_encrypt" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for des_cbc_encrypt... $ECHO_C" >&6
if test "${ac_cv_funclib_des_cbc_encrypt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
2000-02-24 11:07:16 +00:00
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_des_cbc_encrypt\" != yes" ; then
2000-02-24 11:07:16 +00:00
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in crypto des; do
if test -n "$ac_lib"; then
2000-02-24 11:07:16 +00:00
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
2001-06-21 02:12:07 +00:00
LIBS="$test_LIB_krb4 $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18902 "configure"
2000-02-24 11:07:16 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
des_cbc_encrypt()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:18914: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_des_cbc_encrypt=$ac_lib; else ac_cv_funclib_des_cbc_encrypt=yes; fi";break
2000-02-24 11:07:16 +00:00
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2000-02-24 11:07:16 +00:00
fi
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
2000-02-24 11:07:16 +00:00
done
2001-02-13 16:46:19 +00:00
eval "ac_cv_funclib_des_cbc_encrypt=\${ac_cv_funclib_des_cbc_encrypt-no}"
2000-02-24 11:07:16 +00:00
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_des_cbc_encrypt"
2000-02-24 11:07:16 +00:00
2001-02-13 16:46:19 +00:00
if false; then
2000-02-24 11:07:16 +00:00
2001-02-13 16:46:19 +00:00
for ac_func in des_cbc_encrypt
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:18935: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 18941 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2000-02-24 11:07:16 +00:00
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:18972: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:18981: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# des_cbc_encrypt
eval "ac_tr_func=HAVE_`echo des_cbc_encrypt | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2000-02-24 11:07:16 +00:00
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_des_cbc_encrypt=$ac_res"
2000-02-24 11:07:16 +00:00
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_des_cbc_encrypt=yes"
eval "LIB_des_cbc_encrypt="
cat >>confdefs.h <<EOF
2000-02-24 11:07:16 +00:00
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:19005: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
2000-02-24 11:07:16 +00:00
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_des_cbc_encrypt=no"
eval "LIB_des_cbc_encrypt="
2001-06-21 02:12:07 +00:00
echo "$as_me:19011: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
2000-02-24 11:07:16 +00:00
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_des_cbc_encrypt=yes"
2000-02-24 11:07:16 +00:00
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
2000-02-24 11:07:16 +00:00
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
2000-02-24 11:07:16 +00:00
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:19025: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
2000-02-24 11:07:16 +00:00
;;
esac
2001-06-21 02:12:07 +00:00
echo "$as_me:19030: checking for RC4" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for RC4... $ECHO_C" >&6
if test "${ac_cv_funclib_RC4+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
2000-02-24 11:07:16 +00:00
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_RC4\" != yes" ; then
2000-02-24 11:07:16 +00:00
ac_save_LIBS="$LIBS"
2001-02-13 16:46:19 +00:00
for ac_lib in crypto des; do
if test -n "$ac_lib"; then
2000-02-24 11:07:16 +00:00
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
2001-06-21 02:12:07 +00:00
LIBS="$test_LIB_krb4 $ac_lib $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 19046 "configure"
2000-02-24 11:07:16 +00:00
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
int
main ()
{
RC4()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:19058: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_RC4=$ac_lib; else ac_cv_funclib_RC4=yes; fi";break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
2000-02-24 11:07:16 +00:00
done
2001-02-13 16:46:19 +00:00
eval "ac_cv_funclib_RC4=\${ac_cv_funclib_RC4-no}"
2000-02-24 11:07:16 +00:00
LIBS="$ac_save_LIBS"
fi
fi
2001-02-13 16:46:19 +00:00
eval "ac_res=\$ac_cv_funclib_RC4"
2000-02-24 11:07:16 +00:00
2001-02-13 16:46:19 +00:00
if false; then
2000-02-24 11:07:16 +00:00
2001-02-13 16:46:19 +00:00
for ac_func in RC4
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:19079: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 19085 "configure"
2001-02-13 16:46:19 +00:00
#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. */
#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 $ac_func ();
char (*f) ();
2000-02-24 11:07:16 +00:00
2001-02-13 16:46:19 +00:00
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
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:19116: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:19125: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
done
fi
# RC4
eval "ac_tr_func=HAVE_`echo RC4 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2000-02-24 11:07:16 +00:00
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
2001-02-13 16:46:19 +00:00
eval "LIB_RC4=$ac_res"
2000-02-24 11:07:16 +00:00
case "$ac_res" in
yes)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_RC4=yes"
eval "LIB_RC4="
cat >>confdefs.h <<EOF
2000-02-24 11:07:16 +00:00
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:19149: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
2000-02-24 11:07:16 +00:00
;;
no)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_RC4=no"
eval "LIB_RC4="
2001-06-21 02:12:07 +00:00
echo "$as_me:19155: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
2000-02-24 11:07:16 +00:00
;;
*)
2001-02-13 16:46:19 +00:00
eval "ac_cv_func_RC4=yes"
2000-02-24 11:07:16 +00:00
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
2000-02-24 11:07:16 +00:00
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
2000-02-24 11:07:16 +00:00
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:19169: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
2000-02-24 11:07:16 +00:00
;;
esac
2001-02-13 16:46:19 +00:00
if test "$ac_cv_func_des_cbc_encrypt" = "yes" -a \
"$ac_cv_func_MD4_Init" = "yes" -a \
"$ac_cv_func_MD5_Init" = "yes" -a \
"$ac_cv_func_SHA1_Init" = "yes" -a \
"$ac_cv_func_RC4" = "yes"; then
DIR_des=''
2001-06-21 02:12:07 +00:00
LIB_des=''
if test "$krb4_libdir" != ""; then
LIB_des="-R $krb4_libdir -L$krb4_libdir"
fi
LIB_des="$LIB_des $ac_cv_funclib_MD4_Init"
2001-02-13 16:46:19 +00:00
LIB_des_appl="$LIB_des"
else
DIR_des='des'
LIB_des='$(top_builddir)/lib/des/libdes.la'
LIB_des_appl="-ldes"
fi
2000-02-24 11:07:16 +00:00
2001-06-21 02:12:07 +00:00
echo "$as_me:19192: checking for el_init" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for el_init... $ECHO_C" >&6
if test "${ac_cv_funclib_el_init+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
if eval "test \"\$ac_cv_func_el_init\" != yes" ; then
ac_save_LIBS="$LIBS"
for ac_lib in "" edit; do
2001-02-13 16:46:19 +00:00
if test -n "$ac_lib"; then
ac_lib="-l$ac_lib"
else
ac_lib=""
fi
LIBS=" $ac_lib $LIB_tgetent $ac_save_LIBS"
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 19208 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
int
main ()
{
el_init()
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:19220: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "if test -n \"$ac_lib\";then ac_cv_funclib_el_init=$ac_lib; else ac_cv_funclib_el_init=yes; fi";break
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
eval "ac_cv_funclib_el_init=\${ac_cv_funclib_el_init-no}"
LIBS="$ac_save_LIBS"
fi
fi
eval "ac_res=\$ac_cv_funclib_el_init"
if false; then
for ac_func in el_init
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
2001-06-21 02:12:07 +00:00
echo "$as_me:19241: checking for $ac_func" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 19247 "configure"
#include "confdefs.h"
2001-02-13 16:46:19 +00:00
/* 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. */
#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 $ac_func ();
char (*f) ();
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
f = $ac_func;
#endif
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:19278: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:19287: result: `eval echo '${'$ac_ac_var'}'`" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
EOF
fi
2001-02-13 16:46:19 +00:00
done
2001-02-13 16:46:19 +00:00
fi
# el_init
eval "ac_tr_func=HAVE_`echo el_init | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
eval "LIB_el_init=$ac_res"
case "$ac_res" in
yes)
eval "ac_cv_func_el_init=yes"
eval "LIB_el_init="
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:19311: result: yes" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_el_init=no"
eval "LIB_el_init="
2001-06-21 02:12:07 +00:00
echo "$as_me:19317: result: no" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}no" >&6
;;
*)
eval "ac_cv_func_el_init=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_func 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
2001-06-21 02:12:07 +00:00
echo "$as_me:19331: result: yes, in $ac_res" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
if test "$ac_cv_func_el_init" = yes ; then
2001-06-21 02:12:07 +00:00
echo "$as_me:19337: checking for four argument el_init" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for four argument el_init... $ECHO_C" >&6
if test "${ac_cv_func_el_init_four+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-02-13 16:46:19 +00:00
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 19344 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <histedit.h>
2001-02-13 16:46:19 +00:00
int
main ()
{
el_init("", NULL, NULL, NULL);
2001-02-13 16:46:19 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:19357: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_func_el_init_four=yes
else
2001-02-13 16:46:19 +00:00
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_func_el_init_four=no
fi
2001-02-13 16:46:19 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:19366: result: $ac_cv_func_el_init_four" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_el_init_four" >&6
if test "$ac_cv_func_el_init_four" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_FOUR_VALUED_EL_INIT 1
EOF
fi
fi
ac_foo=no
if test "$with_readline" = yes; then
:
elif test "$ac_cv_func_readline" = yes; then
:
elif test "$ac_cv_func_el_init" = yes; then
ac_foo=yes
2001-02-13 16:46:19 +00:00
LIB_readline="\$(top_builddir)/lib/editline/libel_compat.la $LIB_el_init"
else
2001-02-13 16:46:19 +00:00
LIB_readline='$(top_builddir)/lib/editline/libeditline.la'
fi
if test "$ac_foo" = yes; then
el_compat_TRUE=
el_compat_FALSE='#'
else
el_compat_TRUE='#'
el_compat_FALSE=
fi
if test "$readline_libdir"; then
LIB_readline="-rpath $readline_libdir $LIB_readline"
fi
LIB_readline="$LIB_readline \$(LIB_tgetent)"
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define HAVE_READLINE 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define AUTHENTICATION 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define ENCRYPTION 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define DES_ENCRYPTION 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define DIAGNOSTICS 1
EOF
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define OLD_ENVIRON 1
EOF
if false; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define ENV_HACK 1
EOF
fi
# Simple test for streamspty, based on the existance of getmsg(), alas
# this breaks on SunOS4 which have streams but BSD-like ptys
#
# And also something wierd has happend with dec-osf1, fallback to bsd-ptys
2001-06-21 02:12:07 +00:00
echo "$as_me:19437: checking for getmsg" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for getmsg... $ECHO_C" >&6
if test "${ac_cv_func_getmsg+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 19443 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getmsg (); below. */
#include <assert.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 getmsg ();
char (*f) ();
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_getmsg) || defined (__stub___getmsg)
choke me
#else
f = getmsg;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
2001-06-21 02:12:07 +00:00
if { (eval echo $as_me:19474: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
2001-02-13 16:46:19 +00:00
ac_cv_func_getmsg=yes
else
echo "$as_me: failed program was:" >&5
2001-06-21 02:12:07 +00:00
cat conftest.$ac_ext >&5
ac_cv_func_getmsg=no
2001-02-13 16:46:19 +00:00
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:19483: result: $ac_cv_func_getmsg" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_getmsg" >&6
if test "$ac_cv_func_getmsg" = "yes"; then
2001-06-21 02:12:07 +00:00
echo "$as_me:19488: checking for working getmsg" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for working getmsg... $ECHO_C" >&6
if test "${ac_cv_func_getmsg_work+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test "$cross_compiling" = yes; then
ac_cv_func_getmsg_work=no
else
cat >conftest.$ac_ext <<_ACEOF
2001-06-21 02:12:07 +00:00
#line 19497 "configure"
2001-02-13 16:46:19 +00:00
#include "confdefs.h"
#include <stdio.h>
#include <errno.h>
int main()
{
int ret;
ret = getmsg(open("/dev/null", 0), NULL, NULL, NULL);
if(ret < 0 && errno == ENOSYS)
return 1;
return 0;
}
_ACEOF
rm -f conftest$ac_exeext
2001-06-21 02:12:07 +00:00
{ (eval echo $as_me:19514: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
2001-02-13 16:46:19 +00:00
ac_cv_func_getmsg_work=yes
else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_getmsg_work=no
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
rm -f conftest$ac_exeext conftest.$ac_ext
fi
2001-06-21 02:12:07 +00:00
2001-02-13 16:46:19 +00:00
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:19530: result: $ac_cv_func_getmsg_work" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$ac_cv_func_getmsg_work" >&6
test "$ac_cv_func_getmsg_work" = "yes" &&
cat >>confdefs.h <<\EOF
#define HAVE_GETMSG 1
EOF
fi
if test "$ac_cv_func_getmsg_work" = yes; then
2001-06-21 02:12:07 +00:00
echo "$as_me:19541: checking for streamspty" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking for streamspty... $ECHO_C" >&6
case "$host" in
2001-02-13 16:46:19 +00:00
*-*-aix3*|*-*-sunos4*|*-*-osf*|*-*-hpux1[01]*)
krb_cv_sys_streamspty=no
;;
*)
2001-02-13 16:46:19 +00:00
krb_cv_sys_streamspty=yes
;;
esac
2001-06-21 02:12:07 +00:00
echo "$as_me:19551: result: $krb_cv_sys_streamspty" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$krb_cv_sys_streamspty" >&6
fi
if test "$krb_cv_sys_streamspty" = yes; then
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<\EOF
#define STREAMSPTY 1
EOF
fi
2001-06-21 02:12:07 +00:00
echo "$as_me:19562: checking which authentication modules should be built" >&5
2001-02-13 16:46:19 +00:00
echo $ECHO_N "checking which authentication modules should be built... $ECHO_C" >&6
LIB_AUTH_SUBDIRS=
if test "$ac_cv_header_siad_h" = yes; then
LIB_AUTH_SUBDIRS="$LIB_AUTH_SUBDIRS sia"
fi
if test "$ac_cv_header_security_pam_modules_h" = yes -a "$enable_shared" = yes; then
LIB_AUTH_SUBDIRS="$LIB_AUTH_SUBDIRS pam"
fi
case "${host}" in
*-*-irix[56]*) LIB_AUTH_SUBDIRS="$LIB_AUTH_SUBDIRS afskauthlib" ;;
esac
2001-06-21 02:12:07 +00:00
echo "$as_me:19579: result: $LIB_AUTH_SUBDIRS" >&5
2001-02-13 16:46:19 +00:00
echo "${ECHO_T}$LIB_AUTH_SUBDIRS" >&6
test "x$prefix" = xNONE && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
for i in bin lib libexec sbin; do
i=${i}dir
foo=`echo $i | tr 'xindiscernible' 'XINDISCERNIBLE'`
x="\$${i}"
eval y="$x"
while test "x$y" != "x$x"; do
x="$y"
eval y="$x"
done
2001-02-13 16:46:19 +00:00
cat >>confdefs.h <<EOF
#define $foo "$x"
EOF
done
if false; then
# hack to shut up automake
LIBOBJS="$LIBOBJS make-print-version.o"
fi
LTLIBOBJS=`echo "$LIBOBJS" | sed 's/\.o/\.lo/g'`
2001-06-21 02:12:07 +00:00
ac_config_files="$ac_config_files Makefile \
include/Makefile \
include/kadm5/Makefile \
lib/Makefile \
lib/45/Makefile \
lib/auth/Makefile \
lib/auth/afskauthlib/Makefile \
lib/auth/pam/Makefile \
lib/auth/sia/Makefile \
lib/asn1/Makefile \
lib/com_err/Makefile \
lib/des/Makefile \
lib/editline/Makefile \
lib/gssapi/Makefile \
lib/hdb/Makefile \
lib/kadm5/Makefile \
lib/kafs/Makefile \
lib/kdfs/Makefile \
lib/krb5/Makefile \
lib/otp/Makefile \
lib/roken/Makefile \
lib/sl/Makefile \
lib/vers/Makefile \
kuser/Makefile \
kpasswd/Makefile \
kadmin/Makefile \
admin/Makefile \
kdc/Makefile \
appl/Makefile \
appl/afsutil/Makefile \
appl/ftp/Makefile \
appl/ftp/common/Makefile \
appl/ftp/ftp/Makefile \
appl/ftp/ftpd/Makefile \
appl/kx/Makefile \
appl/login/Makefile \
appl/otp/Makefile \
appl/popper/Makefile \
appl/push/Makefile \
appl/rsh/Makefile \
appl/rcp/Makefile \
appl/su/Makefile \
appl/xnlock/Makefile \
appl/telnet/Makefile \
appl/telnet/libtelnet/Makefile \
appl/telnet/telnet/Makefile \
appl/telnet/telnetd/Makefile \
appl/test/Makefile \
appl/kf/Makefile \
appl/dceutils/Makefile \
doc/Makefile \
tools/Makefile \
"
2001-02-13 16:46:19 +00:00
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
2001-02-13 16:46:19 +00:00
# scripts and configure runs, see configure's option --config-cache.
# It is not useful on other systems. If it contains results you don't
# want to keep, you may remove or edit it.
#
2001-02-13 16:46:19 +00:00
# config.status only pays attention to the cache file if you give it
# the --recheck option to rerun configure.
#
2001-02-13 16:46:19 +00:00
# `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,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# 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.
2001-02-13 16:46:19 +00:00
{
(set) 2>&1 |
case `(ac_space=' '; set | grep ac_space) 2>&1` in
*ac_space=\ *)
# `set' does not quote correctly, so add quotes (double-quote
# substitution turns \\\\ into \\, and sed turns \\ into \).
sed -n \
"s/'/'\\\\''/g;
s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
;;
*)
# `set' quotes correctly as required by POSIX, so do not add quotes.
sed -n \
"s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
;;
esac;
} |
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
2001-02-13 16:46:19 +00:00
test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
cat confcache >$cache_file
else
echo "not updating unwritable cache $cache_file"
fi
fi
rm -f confcache
test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2001-06-21 02:12:07 +00:00
# Any assignment to VPATH causes Sun make to only execute
# the first set of double-colon rules, so remove it if not needed.
# If there is a colon in the path, we need to keep it.
if test "x$srcdir" = x.; then
ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
fi
DEFS=-DHAVE_CONFIG_H
2001-06-21 02:12:07 +00:00
# Save into config.log some information that might help in debugging.
echo >&5
echo "Cache variables:" >&5
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# 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.
{
(set) 2>&1 |
case `(ac_space=' '; set | grep ac_space) 2>&1` in
*ac_space=\ *)
# `set' does not quote correctly, so add quotes (double-quote
# substitution turns \\\\ into \\, and sed turns \\ into \).
sed -n \
"s/'/'\\\\''/g;
s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
;;
*)
# `set' quotes correctly as required by POSIX, so do not add quotes.
sed -n \
"s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
;;
esac;
} | sed 's/^/| /' >&5
echo >&5
echo "confdefs.h:" >&5
sed '/^$/d;s/^/| /' confdefs.h >&5
: ${CONFIG_STATUS=./config.status}
2001-02-13 16:46:19 +00:00
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2001-06-21 02:12:07 +00:00
{ echo "$as_me:19760: creating $CONFIG_STATUS" >&5
echo "creating $CONFIG_STATUS" >&6;}
2001-02-13 16:46:19 +00:00
cat >$CONFIG_STATUS <<\_ACEOF
#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
2001-02-13 16:46:19 +00:00
# configure, is in config.log if it exists.
2001-02-13 16:46:19 +00:00
debug=false
as_me=`echo "$0" | sed 's,.*/,,'`
SHELL=${CONFIG_SHELL-/bin/sh}
# 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
if expr a : '\(a\)' >/dev/null 2>&1; then
as_expr=expr
else
as_expr=false
fi
# 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.
2001-06-21 02:12:07 +00:00
ac_nl='
2001-02-13 16:46:19 +00:00
'
2001-06-21 02:12:07 +00:00
IFS=" $ac_nl"
2001-02-13 16:46:19 +00:00
# CDPATH.
$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
# File descriptor usage:
# 0 standard input
# 1 file creation
# 2 errors and warnings
2001-06-21 02:12:07 +00:00
# 3 some systems may open it to /dev/tty
# 4 used on the Kubota Titan
2001-02-13 16:46:19 +00:00
# 6 checking for... messages and results
2001-06-21 02:12:07 +00:00
# 5 compiler messages saved in config.log
if test "$silent" = yes; then
exec 6>/dev/null
else
exec 6>&1
fi
2001-02-13 16:46:19 +00:00
exec 5>>config.log
cat >&5 << EOF
2001-06-21 02:12:07 +00:00
----------------------------------------------------------------------
2001-02-13 16:46:19 +00:00
2001-06-21 02:12:07 +00:00
This file was extended by $as_me (heimdal 0.3f) 2.49b, executed with
2001-02-13 16:46:19 +00:00
> $0 $@
on `(hostname || uname -n) 2>/dev/null | sed 1q`
EOF
_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
Configuration commands:
$config_commands
Report bugs to <bug-autoconf@gnu.org>."
EOF
cat >>$CONFIG_STATUS <<EOF
ac_cs_version="\\
2001-06-21 02:12:07 +00:00
$CONFIG_STATUS generated by $as_me (Autoconf 2.49b).
2001-02-13 16:46:19 +00:00
Configured on host $ac_hostname by
`echo "$0 $ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`"
2001-06-21 02:12:07 +00:00
ac_given_srcdir=$srcdir
ac_given_INSTALL="$INSTALL"
2001-02-13 16:46:19 +00:00
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
2001-02-13 16:46:19 +00:00
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)
2001-02-13 16:46:19 +00:00
echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
EOF
cat >>$CONFIG_STATUS <<\EOF
--version | --vers* | -V )
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: ambiguous option: $1
Try \`$0 --help' for more information." >&2
{ (exit 1); exit; }; };;
2001-02-13 16:46:19 +00:00
--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;;
# Handling of arguments.
'Makefile' ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
'include/Makefile' ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
'include/kadm5/Makefile' ) CONFIG_FILES="$CONFIG_FILES include/kadm5/Makefile" ;;
'lib/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
'lib/45/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/45/Makefile" ;;
'lib/auth/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/auth/Makefile" ;;
'lib/auth/afskauthlib/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/auth/afskauthlib/Makefile" ;;
'lib/auth/pam/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/auth/pam/Makefile" ;;
'lib/auth/sia/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/auth/sia/Makefile" ;;
'lib/asn1/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/asn1/Makefile" ;;
'lib/com_err/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/com_err/Makefile" ;;
'lib/des/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/des/Makefile" ;;
'lib/editline/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/editline/Makefile" ;;
'lib/gssapi/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/gssapi/Makefile" ;;
'lib/hdb/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/hdb/Makefile" ;;
'lib/kadm5/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/kadm5/Makefile" ;;
'lib/kafs/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/kafs/Makefile" ;;
'lib/kdfs/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/kdfs/Makefile" ;;
'lib/krb5/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/krb5/Makefile" ;;
'lib/otp/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/otp/Makefile" ;;
'lib/roken/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/roken/Makefile" ;;
'lib/sl/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/sl/Makefile" ;;
'lib/vers/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/vers/Makefile" ;;
'kuser/Makefile' ) CONFIG_FILES="$CONFIG_FILES kuser/Makefile" ;;
'kpasswd/Makefile' ) CONFIG_FILES="$CONFIG_FILES kpasswd/Makefile" ;;
'kadmin/Makefile' ) CONFIG_FILES="$CONFIG_FILES kadmin/Makefile" ;;
'admin/Makefile' ) CONFIG_FILES="$CONFIG_FILES admin/Makefile" ;;
'kdc/Makefile' ) CONFIG_FILES="$CONFIG_FILES kdc/Makefile" ;;
'appl/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/Makefile" ;;
'appl/afsutil/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/afsutil/Makefile" ;;
'appl/ftp/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/ftp/Makefile" ;;
'appl/ftp/common/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/ftp/common/Makefile" ;;
'appl/ftp/ftp/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/ftp/ftp/Makefile" ;;
'appl/ftp/ftpd/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/ftp/ftpd/Makefile" ;;
'appl/kx/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/kx/Makefile" ;;
'appl/login/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/login/Makefile" ;;
'appl/otp/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/otp/Makefile" ;;
'appl/popper/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/popper/Makefile" ;;
'appl/push/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/push/Makefile" ;;
'appl/rsh/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/rsh/Makefile" ;;
'appl/rcp/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/rcp/Makefile" ;;
'appl/su/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/su/Makefile" ;;
'appl/xnlock/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/xnlock/Makefile" ;;
'appl/telnet/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/telnet/Makefile" ;;
'appl/telnet/libtelnet/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/telnet/libtelnet/Makefile" ;;
'appl/telnet/telnet/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/telnet/telnet/Makefile" ;;
'appl/telnet/telnetd/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/telnet/telnetd/Makefile" ;;
'appl/test/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/test/Makefile" ;;
'appl/kf/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/kf/Makefile" ;;
'appl/dceutils/Makefile' ) CONFIG_FILES="$CONFIG_FILES appl/dceutils/Makefile" ;;
'doc/Makefile' ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
'tools/Makefile' ) CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
'default-1' ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
'default-2' ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;;
'include/config.h' ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
# This is an error.
2001-06-21 02:12:07 +00:00
-*) { echo "$as_me: error: unrecognized option: $1
Try \`$0 --help' for more information." >&2
{ (exit 1); exit; }; } ;;
*) { echo "$as_me: error: invalid argument: $1" >&2
{ (exit 1); exit; }; };;
esac
2001-02-13 16:46:19 +00:00
shift
done
2001-02-13 16:46:19 +00:00
EOF
cat >>$CONFIG_STATUS <<\EOF
# 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.
if $ac_need_defaults; then
2001-06-21 02:12:07 +00:00
CONFIG_FILES=${CONFIG_FILES="$config_files"}
CONFIG_HEADERS=${CONFIG_HEADERS="$config_headers"}
CONFIG_COMMANDS=${CONFIG_COMMANDS="$config_commands"}
2001-02-13 16:46:19 +00:00
fi
# Create a temporary directory, and hook for its removal unless debugging.
$debug ||
{
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2001-06-21 02:12:07 +00:00
trap '{ (exit $?); exit; }' 1 2 13 15
2001-02-13 16:46:19 +00:00
}
# 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
2001-06-21 02:12:07 +00:00
{ (exit 1); exit; }
2001-02-13 16:46:19 +00:00
}
EOF
cat >>$CONFIG_STATUS <<EOF
#
# INIT-COMMANDS section.
#
2001-06-21 02:12:07 +00:00
am_indx=1
for am_file in include/config.h; do
case " $CONFIG_HEADERS " in
*" $am_file "*)
echo timestamp > `echo $am_file | sed 's%:.*%%;s%[^/]*$%%'`stamp-h$am_indx
;;
esac
am_indx=\`expr \$am_indx + 1\`
done
2001-02-13 16:46:19 +00:00
AMDEP="$AMDEP"
ac_aux_dir="$ac_aux_dir"
EOF
2001-02-13 16:46:19 +00:00
cat >>$CONFIG_STATUS <<EOF
2001-02-13 16:46:19 +00:00
#
# CONFIG_FILES section.
#
# No need to generate the scripts if there are no CONFIG_FILES.
# This happens for instance when ./config.status config.h
if test -n "\$CONFIG_FILES"; then
# Protect against being on the right side of a sed subst in config.status.
sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
s,@SHELL@,$SHELL,;t t
s,@exec_prefix@,$exec_prefix,;t t
s,@prefix@,$prefix,;t t
s,@program_transform_name@,$program_transform_name,;t t
s,@bindir@,$bindir,;t t
s,@sbindir@,$sbindir,;t t
s,@libexecdir@,$libexecdir,;t t
s,@datadir@,$datadir,;t t
s,@sysconfdir@,$sysconfdir,;t t
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,@ECHO_C@,$ECHO_C,;t t
s,@ECHO_N@,$ECHO_N,;t t
s,@ECHO_T@,$ECHO_T,;t t
2001-06-21 02:12:07 +00:00
s,@CFLAGS@,$CFLAGS,;t t
s,@CPPFLAGS@,$CPPFLAGS,;t t
s,@CXXFLAGS@,$CXXFLAGS,;t t
s,@FFLAGS@,$FFLAGS,;t t
2001-02-13 16:46:19 +00:00
s,@DEFS@,$DEFS,;t t
2001-06-21 02:12:07 +00:00
s,@LDFLAGS@,$LDFLAGS,;t t
2001-02-13 16:46:19 +00:00
s,@LIBS@,$LIBS,;t t
s,@CC@,$CC,;t t
s,@ac_ct_CC@,$ac_ct_CC,;t t
s,@OBJEXT@,$OBJEXT,;t t
s,@EXEEXT@,$EXEEXT,;t t
s,@CPP@,$CPP,;t t
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
s,@INSTALL_DATA@,$INSTALL_DATA,;t t
s,@PACKAGE@,$PACKAGE,;t t
s,@VERSION@,$VERSION,;t t
s,@ACLOCAL@,$ACLOCAL,;t t
s,@AUTOCONF@,$AUTOCONF,;t t
s,@AUTOMAKE@,$AUTOMAKE,;t t
s,@AUTOHEADER@,$AUTOHEADER,;t t
s,@MAKEINFO@,$MAKEINFO,;t t
s,@AMTAR@,$AMTAR,;t t
s,@install_sh@,$install_sh,;t t
s,@AWK@,$AWK,;t t
s,@SET_MAKE@,$SET_MAKE,;t t
s,@AMDEP@,$AMDEP,;t t
s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
s,@DEPDIR@,$DEPDIR,;t t
s,@CCDEPMODE@,$CCDEPMODE,;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,@CANONICAL_HOST@,$CANONICAL_HOST,;t t
s,@YACC@,$YACC,;t t
s,@LEX@,$LEX,;t t
s,@LEXLIB@,$LEXLIB,;t t
s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
s,@RANLIB@,$RANLIB,;t t
s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
s,@LN_S@,$LN_S,;t t
s,@STRIP@,$STRIP,;t t
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
s,@LIBTOOL@,$LIBTOOL,;t t
s,@WFLAGS@,$WFLAGS,;t t
s,@WFLAGS_NOUNUSED@,$WFLAGS_NOUNUSED,;t t
s,@WFLAGS_NOIMPLICITINT@,$WFLAGS_NOIMPLICITINT,;t t
s,@LIB_dbopen@,$LIB_dbopen,;t t
s,@LIB_dbm_firstkey@,$LIB_dbm_firstkey,;t t
s,@LIB_db_create@,$LIB_db_create,;t t
s,@DBLIB@,$DBLIB,;t t
s,@VOID_RETSIGTYPE@,$VOID_RETSIGTYPE,;t t
s,@have_err_h_TRUE@,$have_err_h_TRUE,;t t
s,@have_err_h_FALSE@,$have_err_h_FALSE,;t t
s,@have_fnmatch_h_TRUE@,$have_fnmatch_h_TRUE,;t t
s,@have_fnmatch_h_FALSE@,$have_fnmatch_h_FALSE,;t t
s,@have_ifaddrs_h_TRUE@,$have_ifaddrs_h_TRUE,;t t
s,@have_ifaddrs_h_FALSE@,$have_ifaddrs_h_FALSE,;t t
s,@have_vis_h_TRUE@,$have_vis_h_TRUE,;t t
s,@have_vis_h_FALSE@,$have_vis_h_FALSE,;t t
s,@LIB_socket@,$LIB_socket,;t t
s,@LIB_gethostbyname@,$LIB_gethostbyname,;t t
s,@LIB_syslog@,$LIB_syslog,;t t
s,@LIB_gethostbyname2@,$LIB_gethostbyname2,;t t
s,@LIB_res_search@,$LIB_res_search,;t t
s,@LIB_dn_expand@,$LIB_dn_expand,;t t
s,@have_glob_h_TRUE@,$have_glob_h_TRUE,;t t
s,@have_glob_h_FALSE@,$have_glob_h_FALSE,;t t
s,@LIB_getsockopt@,$LIB_getsockopt,;t t
s,@LIB_setsockopt@,$LIB_setsockopt,;t t
s,@LIB_hstrerror@,$LIB_hstrerror,;t t
s,@LIBOBJS@,$LIBOBJS,;t t
2001-06-21 02:12:07 +00:00
s,@LIB_bswap16@,$LIB_bswap16,;t t
s,@LIB_bswap32@,$LIB_bswap32,;t t
2001-02-13 16:46:19 +00:00
s,@LIB_pidfile@,$LIB_pidfile,;t t
s,@LIB_crypt@,$LIB_crypt,;t t
s,@DIR_roken@,$DIR_roken,;t t
s,@LIB_roken@,$LIB_roken,;t t
s,@INCLUDES_roken@,$INCLUDES_roken,;t t
s,@INCLUDE_openldap@,$INCLUDE_openldap,;t t
s,@LIB_openldap@,$LIB_openldap,;t t
s,@INCLUDE_krb4@,$INCLUDE_krb4,;t t
s,@LIB_krb4@,$LIB_krb4,;t t
s,@EXTRA_LIB45@,$EXTRA_LIB45,;t t
s,@LIB_krb_enable_debug@,$LIB_krb_enable_debug,;t t
s,@LIB_krb_disable_debug@,$LIB_krb_disable_debug,;t t
s,@LIB_krb_get_our_ip_for_realm@,$LIB_krb_get_our_ip_for_realm,;t t
s,@KRB4_TRUE@,$KRB4_TRUE,;t t
s,@KRB4_FALSE@,$KRB4_FALSE,;t t
s,@KRB5_TRUE@,$KRB5_TRUE,;t t
s,@KRB5_FALSE@,$KRB5_FALSE,;t t
s,@do_roken_rename_TRUE@,$do_roken_rename_TRUE,;t t
s,@do_roken_rename_FALSE@,$do_roken_rename_FALSE,;t t
s,@LIB_kdb@,$LIB_kdb,;t t
s,@DCE_TRUE@,$DCE_TRUE,;t t
s,@DCE_FALSE@,$DCE_FALSE,;t t
s,@dpagaix_CFLAGS@,$dpagaix_CFLAGS,;t t
s,@dpagaix_LDADD@,$dpagaix_LDADD,;t t
s,@LIB_otp@,$LIB_otp,;t t
s,@OTP_TRUE@,$OTP_TRUE,;t t
s,@OTP_FALSE@,$OTP_FALSE,;t t
s,@LIB_security@,$LIB_security,;t t
s,@NROFF@,$NROFF,;t t
s,@GROFF@,$GROFF,;t t
s,@CATMAN@,$CATMAN,;t t
s,@CATMAN_TRUE@,$CATMAN_TRUE,;t t
s,@CATMAN_FALSE@,$CATMAN_FALSE,;t t
s,@CATMANEXT@,$CATMANEXT,;t t
s,@INCLUDE_readline@,$INCLUDE_readline,;t t
s,@LIB_readline@,$LIB_readline,;t t
s,@INCLUDE_hesiod@,$INCLUDE_hesiod,;t t
s,@LIB_hesiod@,$LIB_hesiod,;t t
s,@AIX_TRUE@,$AIX_TRUE,;t t
s,@AIX_FALSE@,$AIX_FALSE,;t t
s,@AIX4_TRUE@,$AIX4_TRUE,;t t
s,@AIX4_FALSE@,$AIX4_FALSE,;t t
s,@AIX_DYNAMIC_AFS_TRUE@,$AIX_DYNAMIC_AFS_TRUE,;t t
s,@AIX_DYNAMIC_AFS_FALSE@,$AIX_DYNAMIC_AFS_FALSE,;t t
s,@LIB_dlopen@,$LIB_dlopen,;t t
s,@HAVE_DLOPEN_TRUE@,$HAVE_DLOPEN_TRUE,;t t
s,@HAVE_DLOPEN_FALSE@,$HAVE_DLOPEN_FALSE,;t t
s,@AIX_EXTRA_KAFS@,$AIX_EXTRA_KAFS,;t t
s,@IRIX_TRUE@,$IRIX_TRUE,;t t
s,@IRIX_FALSE@,$IRIX_FALSE,;t t
s,@X_CFLAGS@,$X_CFLAGS,;t t
s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
s,@X_LIBS@,$X_LIBS,;t t
s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
s,@HAVE_X_TRUE@,$HAVE_X_TRUE,;t t
s,@HAVE_X_FALSE@,$HAVE_X_FALSE,;t t
s,@LIB_XauWriteAuth@,$LIB_XauWriteAuth,;t t
s,@LIB_XauReadAuth@,$LIB_XauReadAuth,;t t
s,@LIB_XauFileName@,$LIB_XauFileName,;t t
s,@NEED_WRITEAUTH_TRUE@,$NEED_WRITEAUTH_TRUE,;t t
s,@NEED_WRITEAUTH_FALSE@,$NEED_WRITEAUTH_FALSE,;t t
s,@LIB_logwtmp@,$LIB_logwtmp,;t t
s,@LIB_tgetent@,$LIB_tgetent,;t t
s,@LIB_getpwnam_r@,$LIB_getpwnam_r,;t t
s,@LIB_MD4_Init@,$LIB_MD4_Init,;t t
s,@LIB_MD5_Init@,$LIB_MD5_Init,;t t
s,@LIB_SHA1_Init@,$LIB_SHA1_Init,;t t
s,@LIB_des_cbc_encrypt@,$LIB_des_cbc_encrypt,;t t
s,@LIB_RC4@,$LIB_RC4,;t t
s,@DIR_des@,$DIR_des,;t t
s,@LIB_des@,$LIB_des,;t t
s,@LIB_des_appl@,$LIB_des_appl,;t t
s,@LIB_el_init@,$LIB_el_init,;t t
s,@el_compat_TRUE@,$el_compat_TRUE,;t t
s,@el_compat_FALSE@,$el_compat_FALSE,;t t
s,@LIB_AUTH_SUBDIRS@,$LIB_AUTH_SUBDIRS,;t t
s,@LTLIBOBJS@,$LTLIBOBJS,;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
sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
fi
if test ! -s $tmp/subs.frag; then
ac_more_lines=false
else
2001-02-13 16:46:19 +00:00
# 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
2001-02-13 16:46:19 +00:00
done
if test -z "$ac_sed_cmds"; then
ac_sed_cmds=cat
fi
2001-02-13 16:46:19 +00:00
fi # test -n "$CONFIG_FILES"
EOF
cat >>$CONFIG_STATUS <<\EOF
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2001-02-13 16:46:19 +00:00
case $ac_file in
- | *:- | *:-:* ) # input from stdin
cat >$tmp/stdin
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
2001-06-21 02:12:07 +00:00
# Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2001-02-13 16:46:19 +00:00
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
2001-02-13 16:46:19 +00:00
{ case "$ac_dir" in
2001-06-21 02:12:07 +00:00
[\\/]* | ?:[\\/]* ) ac_incr_dir=;;
*) ac_incr_dir=.;;
2001-02-13 16:46:19 +00:00
esac
2001-06-21 02:12:07 +00:00
ac_dummy="$ac_dir"
for ac_mkdir_dir in `IFS=/; set X $ac_dummy; shift; echo "$@"`; do
ac_incr_dir=$ac_incr_dir/$ac_mkdir_dir
test -d $ac_incr_dir || mkdir $ac_incr_dir
2001-02-13 16:46:19 +00:00
done; }
ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
# A "../" for each directory in $ac_dir_suffix.
2001-02-13 16:46:19 +00:00
ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
else
ac_dir_suffix= ac_dots=
fi
2001-06-21 02:12:07 +00:00
case $ac_given_srcdir in
.) srcdir=.
if test -z "$ac_dots"; then top_srcdir=.
else top_srcdir=`echo $ac_dots | sed 's,/$,,'`; fi ;;
2001-02-13 16:46:19 +00:00
[\\/]* | ?:[\\/]* )
2001-06-21 02:12:07 +00:00
srcdir=$ac_given_srcdir$ac_dir_suffix;
top_srcdir=$ac_given_srcdir ;;
*) # Relative path.
2001-06-21 02:12:07 +00:00
srcdir=$ac_dots$ac_given_srcdir$ac_dir_suffix
top_srcdir=$ac_dots$ac_given_srcdir ;;
esac
2001-06-21 02:12:07 +00:00
case $ac_given_INSTALL in
[\\/$]* | ?:[\\/]* ) INSTALL=$ac_given_INSTALL ;;
*) INSTALL=$ac_dots$ac_given_INSTALL ;;
esac
2001-02-13 16:46:19 +00:00
if test x"$ac_file" != x-; then
2001-06-21 02:12:07 +00:00
{ echo "$as_me:20357: creating $ac_file" >&5
echo "creating $ac_file" >&6;}
2001-02-13 16:46:19 +00:00
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."
2001-06-21 02:12:07 +00:00
# Don't redirect the output to AC_FILE directly: use `mv' so that
# updating is atomic, and doesn't need trapping.
2001-02-13 16:46:19 +00:00
# First look for the input files in the build tree, otherwise in the
# src tree.
ac_file_inputs=`IFS=:
for f in $ac_file_in; do
case $f in
-) echo $tmp/stdin ;;
[\\/$]* | ?:[\\/]*)
# Absolute
2001-06-21 02:12:07 +00:00
test -f "$f" || { echo "$as_me: error: cannot find input file: $f" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
echo $f;;
*) # Relative
if test -f "$f"; then
# Build tree
echo $f
2001-06-21 02:12:07 +00:00
elif test -f "$ac_given_srcdir/$f"; then
2001-02-13 16:46:19 +00:00
# Source tree
2001-06-21 02:12:07 +00:00
echo $ac_given_srcdir/$f
2001-02-13 16:46:19 +00:00
else
# /dev/null tree
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: cannot find input file: $f" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
fi;;
esac
2001-06-21 02:12:07 +00:00
done` || { (exit 1); exit; }
2001-02-13 16:46:19 +00:00
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
2001-06-21 02:12:07 +00:00
s,@srcdir@,$srcdir,;t t
s,@top_srcdir@,$top_srcdir,;t t
s,@INSTALL@,$INSTALL,;t t
2001-02-13 16:46:19 +00:00
" $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
done
EOF
cat >>$CONFIG_STATUS <<\EOF
2001-02-13 16:46:19 +00:00
#
# CONFIG_HEADER section.
#
# 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.
#
# ac_d sets the value in "#define NAME VALUE" lines.
2001-02-13 16:46:19 +00:00
ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
ac_dB='[ ].*$,\1#\2'
ac_dC=' '
ac_dD=',;t'
# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
ac_uB='$,\1#\2define\3'
ac_uC=' '
2001-02-13 16:46:19 +00:00
ac_uD=',;t'
2001-02-13 16:46:19 +00:00
for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2001-02-13 16:46:19 +00:00
case $ac_file in
- | *:- | *:-:* ) # input from stdin
cat >$tmp/stdin
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
2001-06-21 02:12:07 +00:00
test x"$ac_file" != x- && { echo "$as_me:20450: creating $ac_file" >&5
echo "creating $ac_file" >&6;}
2001-02-13 16:46:19 +00:00
# First look for the input files in the build tree, otherwise in the
# src tree.
ac_file_inputs=`IFS=:
for f in $ac_file_in; do
case $f in
-) echo $tmp/stdin ;;
[\\/$]* | ?:[\\/]*)
# Absolute
2001-06-21 02:12:07 +00:00
test -f "$f" || { echo "$as_me: error: cannot find input file: $f" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
echo $f;;
*) # Relative
if test -f "$f"; then
# Build tree
echo $f
2001-06-21 02:12:07 +00:00
elif test -f "$ac_given_srcdir/$f"; then
2001-02-13 16:46:19 +00:00
# Source tree
2001-06-21 02:12:07 +00:00
echo $ac_given_srcdir/$f
2001-02-13 16:46:19 +00:00
else
# /dev/null tree
2001-06-21 02:12:07 +00:00
{ echo "$as_me: error: cannot find input file: $f" >&2
{ (exit 1); exit; }; }
2001-02-13 16:46:19 +00:00
fi;;
esac
2001-06-21 02:12:07 +00:00
done` || { (exit 1); exit; }
2001-02-13 16:46:19 +00:00
# Remove the trailing spaces.
sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
EOF
# Transform confdefs.h into two sed scripts, `conftest.defines' and
# `conftest.undefs', that substitutes the proper values into
# config.h.in to produce config.h. The first handles `#define'
# templates, and the second `#undef' templates.
# And first: Protect against being on the right side of a sed subst in
# config.status. Protect against being in an unquoted here document
# in config.status.
rm -f conftest.defines conftest.undefs
# Using a here document instead of a string reduces the quoting nightmare.
# Putting comments in sed scripts is not portable.
#
# `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
# If some macros were called several times there might be several times
# the same #defines, which is useless. Nevertheless, we may not want to
2001-06-21 02:12:07 +00:00
# sort them, since we want the *last* AC_DEFINE to be honored.
2001-02-13 16:46:19 +00:00
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
# example, in the case of _POSIX_SOURCE, which is predefined and required
# on some systems where configure will not decide to define it.
2001-02-13 16:46:19 +00:00
cat >>conftest.undefs <<\EOF
s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
EOF
2001-02-13 16:46:19 +00:00
# Break up conftest.defines 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 #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
2001-02-13 16:46:19 +00:00
# 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
2001-02-13 16:46:19 +00:00
while grep . conftest.undefs >/dev/null
do
2001-02-13 16:46:19 +00:00
# Write a limited-size here document to $tmp/undefs.sed.
echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
# Speed up: don't consider the non `#undef'
echo '/^[ ]*#[ ]*undef/!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.undefs >>$CONFIG_STATUS
echo 'CEOF
2001-02-13 16:46:19 +00:00
sed -f $tmp/undefs.sed $tmp/in >$tmp/out
rm -f $tmp/in
mv $tmp/out $tmp/in
' >>$CONFIG_STATUS
sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
rm -f conftest.undefs
mv conftest.tail conftest.undefs
done
rm -f conftest.undefs
cat >>$CONFIG_STATUS <<\EOF
# 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. */
if test x"$ac_file" = x-; then
echo "/* Generated automatically by configure. */" >$tmp/config.h
else
2001-02-13 16:46:19 +00:00
echo "/* $ac_file. Generated automatically by configure. */" >$tmp/config.h
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
2001-06-21 02:12:07 +00:00
{ echo "$as_me:20589: $ac_file is unchanged" >&5
echo "$ac_file is unchanged" >&6;}
2001-02-13 16:46:19 +00:00
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
2001-02-13 16:46:19 +00:00
{ case "$ac_dir" in
2001-06-21 02:12:07 +00:00
[\\/]* | ?:[\\/]* ) ac_incr_dir=;;
*) ac_incr_dir=.;;
2001-02-13 16:46:19 +00:00
esac
2001-06-21 02:12:07 +00:00
ac_dummy="$ac_dir"
for ac_mkdir_dir in `IFS=/; set X $ac_dummy; shift; echo "$@"`; do
ac_incr_dir=$ac_incr_dir/$ac_mkdir_dir
test -d $ac_incr_dir || mkdir $ac_incr_dir
2001-02-13 16:46:19 +00:00
done; }
fi
rm -f $ac_file
mv $tmp/config.h $ac_file
fi
2001-02-13 16:46:19 +00:00
else
cat $tmp/config.h
rm -f $tmp/config.h
fi
2001-02-13 16:46:19 +00:00
done
EOF
2001-02-13 16:46:19 +00:00
cat >>$CONFIG_STATUS <<\EOF
2001-02-13 16:46:19 +00:00
#
# CONFIG_COMMANDS section.
#
for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
case $ac_dest in
2001-06-21 02:12:07 +00:00
default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > include/stamp-h ;;
2001-02-13 16:46:19 +00:00
default-2 )
test x"$AMDEP" != x"" ||
for mf in $CONFIG_FILES; do
case "$mf" in
Makefile) dirpart=.;;
*/Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
*) continue;;
esac
grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
# Extract the definition of DEP_FILES from the Makefile without
# running `make'.
DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
test -z "$DEPDIR" && continue
# When using ansi2knr, U may be empty or an underscore; expand it
U=`sed -n -e '/^U = / s///p' < "$mf"`
test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
# We invoke sed twice because it is the simplest approach to
# changing $(DEPDIR) to its actual value in the expansion.
for file in `sed -n -e '
/^DEP_FILES = .*\\\\$/ {
s/^DEP_FILES = //
:loop
s/\\\\$//
p
n
/\\\\$/ b loop
p
}
/^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
# Make sure the directory exists.
test -f "$dirpart/$file" && continue
fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
$ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
# echo "creating $dirpart/$file"
echo '# dummy' > "$dirpart/$file"
done
done
;;
esac
done
EOF
2001-02-13 16:46:19 +00:00
cat >>$CONFIG_STATUS <<\EOF
exit 0
EOF
chmod +x $CONFIG_STATUS
2001-02-13 16:46:19 +00:00
ac_clean_files=$ac_clean_files_save
2001-06-21 02:12:07 +00:00
test "$no_create" = yes || $SHELL $CONFIG_STATUS || { (exit 1); exit; }
HEIMDALVERSION="$PACKAGE-$VERSION"
cat > include/newversion.h.in <<EOF
2001-02-13 16:46:19 +00:00
const char *heimdal_long_version = "@(#)\$Version: $HEIMDALVERSION by @USER@ on @HOST@ ($host) @DATE@ \$";
const char *heimdal_version = "$HEIMDALVERSION";
EOF
if test -f include/version.h && cmp -s include/newversion.h.in include/version.h.in; then
echo "include/version.h is unchanged"
rm -f include/newversion.h.in
else
echo "creating include/version.h"
User=${USER-${LOGNAME}}
Host=`(hostname || uname -n || echo unknown) 2>/dev/null | sed 1q`
Date=`date`
mv -f include/newversion.h.in include/version.h.in
sed -e "s/@USER@/$User/" -e "s/@HOST@/$Host/" -e "s/@DATE@/$Date/" include/version.h.in > include/version.h
fi