configure (schily-2021-08-14.tar.bz2) | : | configure (schily-2021-09-18.tar.bz2) |
---|---|---|
#! /bin/sh | #! /bin/sh | |
# From configure.in 1.306 | # From configure.in 1.309 | |
#serial 18 | #serial 18 | |
# Guess values for system-dependent variables and create Makefiles. | # Guess values for system-dependent variables and create Makefiles. | |
# Generated automatically using autoconf version 2.13 1.24-Schily | # Generated automatically using autoconf version 2.13 1.24-Schily | |
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. | # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. | |
# Copyright (C) 1998-2021 J. Schilling | # Copyright (C) 1998-2021 J. Schilling | |
# | # | |
# This configure script is free software; the Free Software Foundation | # This configure script is free software; the Free Software Foundation | |
# gives unlimited permission to copy, distribute and modify it. | # gives unlimited permission to copy, distribute and modify it. | |
skipping to change at line 573 | skipping to change at line 573 | |
ac_config_guess=$ac_aux_dir/config.guess | ac_config_guess=$ac_aux_dir/config.guess | |
ac_config_sub=$ac_aux_dir/config.sub | ac_config_sub=$ac_aux_dir/config.sub | |
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. | ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. | |
# Make sure we can run config.sub. | # Make sure we can run config.sub. | |
if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : | if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : | |
else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } | else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } | |
fi | fi | |
echo $ac_n "checking host system type""... $ac_c" 1>&6 | echo $ac_n "checking host system type""... $ac_c" 1>&6 | |
echo "configure:905: checking host system type" >&5 | echo "configure:913: checking host system type" >&5 | |
host_alias=$host | host_alias=$host | |
case "$host_alias" in | case "$host_alias" in | |
NONE) | NONE) | |
case $nonopt in | case $nonopt in | |
NONE) | NONE) | |
if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : | if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : | |
else { echo "configure: error: can not guess host type; you must specify one " 1>&2; exit 1; } | else { echo "configure: error: can not guess host type; you must specify one " 1>&2; exit 1; } | |
fi ;; | fi ;; | |
*) host_alias=$nonopt ;; | *) host_alias=$nonopt ;; | |
esac ;; | esac ;; | |
esac | esac | |
host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` | host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` | |
host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
echo "$ac_t""$host" 1>&6 | echo "$ac_t""$host" 1>&6 | |
echo $ac_n "checking if sh is bash""... $ac_c" 1>&6 | echo $ac_n "checking if sh is bash""... $ac_c" 1>&6 | |
echo "configure:927: checking if sh is bash" >&5 | echo "configure:935: checking if sh is bash" >&5 | |
if eval "test \"`echo '$''{'ac_cv_shell_is_bash'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_shell_is_bash'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
ac_err=`< /dev/null sh --version 2> /dev/null | egrep 'GNU sh|bash'` | ac_err=`< /dev/null sh --version 2> /dev/null | egrep 'GNU sh|bash'` | |
if test -n "$ac_err"; then | if test -n "$ac_err"; then | |
ac_cv_shell_is_bash=yes | ac_cv_shell_is_bash=yes | |
else | else | |
ac_cv_shell_is_bash=no | ac_cv_shell_is_bash=no | |
fi | fi | |
skipping to change at line 616 | skipping to change at line 616 | |
fi | fi | |
echo "$ac_t""$ac_cv_shell_is_bash" 1>&6 | echo "$ac_t""$ac_cv_shell_is_bash" 1>&6 | |
if test $ac_cv_shell_is_bash = yes; then | if test $ac_cv_shell_is_bash = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define SHELL_IS_BASH 1 | #define SHELL_IS_BASH 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking if /bin/sh is bash""... $ac_c" 1>&6 | echo $ac_n "checking if /bin/sh is bash""... $ac_c" 1>&6 | |
echo "configure:949: checking if /bin/sh is bash" >&5 | echo "configure:957: checking if /bin/sh is bash" >&5 | |
if eval "test \"`echo '$''{'ac_cv_bin_shell_is_bash'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_bin_shell_is_bash'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
ac_err=`< /dev/null /bin/sh --version 2> /dev/null | egrep 'GNU sh|bash'` | ac_err=`< /dev/null /bin/sh --version 2> /dev/null | egrep 'GNU sh|bash'` | |
if test -n "$ac_err"; then | if test -n "$ac_err"; then | |
ac_cv_bin_shell_is_bash=yes | ac_cv_bin_shell_is_bash=yes | |
else | else | |
ac_cv_bin_shell_is_bash=no | ac_cv_bin_shell_is_bash=no | |
fi | fi | |
skipping to change at line 638 | skipping to change at line 638 | |
fi | fi | |
echo "$ac_t""$ac_cv_bin_shell_is_bash" 1>&6 | echo "$ac_t""$ac_cv_bin_shell_is_bash" 1>&6 | |
if test $ac_cv_bin_shell_is_bash = yes; then | if test $ac_cv_bin_shell_is_bash = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define BIN_SHELL_IS_BASH 1 | #define BIN_SHELL_IS_BASH 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking whether sh -ce is broken""... $ac_c" 1>&6 | echo $ac_n "checking whether sh -ce is broken""... $ac_c" 1>&6 | |
echo "configure:971: checking whether sh -ce is broken" >&5 | echo "configure:979: checking whether sh -ce is broken" >&5 | |
if eval "test \"`echo '$''{'ac_cv_shell_ce_is_broken'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_shell_ce_is_broken'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
ac_err=`sh -ce 'for i in 1 2 3; do ( echo $i; if test -d . ; then (false; echo 4); fi ) ; done' | grep 2` | ac_err=`sh -ce 'for i in 1 2 3; do ( echo $i; if test -d . ; then (false; echo 4); fi ) ; done' | grep 2` | |
if test -n "$ac_err"; then | if test -n "$ac_err"; then | |
ac_cv_shell_ce_is_broken=yes | ac_cv_shell_ce_is_broken=yes | |
else | else | |
ac_cv_shell_ce_is_broken=no | ac_cv_shell_ce_is_broken=no | |
fi | fi | |
skipping to change at line 660 | skipping to change at line 660 | |
fi | fi | |
echo "$ac_t""$ac_cv_shell_ce_is_broken" 1>&6 | echo "$ac_t""$ac_cv_shell_ce_is_broken" 1>&6 | |
if test $ac_cv_shell_ce_is_broken = yes; then | if test $ac_cv_shell_ce_is_broken = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define SHELL_CE_IS_BROKEN 1 | #define SHELL_CE_IS_BROKEN 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking whether /bin/sh -ce is broken""... $ac_c" 1>&6 | echo $ac_n "checking whether /bin/sh -ce is broken""... $ac_c" 1>&6 | |
echo "configure:993: checking whether /bin/sh -ce is broken" >&5 | echo "configure:1001: checking whether /bin/sh -ce is broken" >&5 | |
if eval "test \"`echo '$''{'ac_cv_bin_shell_ce_is_broken'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_bin_shell_ce_is_broken'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
ac_err=`/bin/sh -ce 'for i in 1 2 3; do ( echo $i; if test -d . ; then (false; echo 4); fi ) ; done' | grep 2` | ac_err=`/bin/sh -ce 'for i in 1 2 3; do ( echo $i; if test -d . ; then (false; echo 4); fi ) ; done' | grep 2` | |
if test -n "$ac_err"; then | if test -n "$ac_err"; then | |
ac_cv_bin_shell_ce_is_broken=yes | ac_cv_bin_shell_ce_is_broken=yes | |
else | else | |
ac_cv_bin_shell_ce_is_broken=no | ac_cv_bin_shell_ce_is_broken=no | |
fi | fi | |
skipping to change at line 682 | skipping to change at line 682 | |
fi | fi | |
echo "$ac_t""$ac_cv_bin_shell_ce_is_broken" 1>&6 | echo "$ac_t""$ac_cv_bin_shell_ce_is_broken" 1>&6 | |
if test $ac_cv_bin_shell_ce_is_broken = yes; then | if test $ac_cv_bin_shell_ce_is_broken = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define BIN_SHELL_CE_IS_BROKEN 1 | #define BIN_SHELL_CE_IS_BROKEN 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking whether /bin/bosh is a working shell""... $ac_c" 1>&6 | echo $ac_n "checking whether /bin/bosh is a working shell""... $ac_c" 1>&6 | |
echo "configure:1015: checking whether /bin/bosh is a working shell" >&5 | echo "configure:1023: checking whether /bin/bosh is a working shell" >&5 | |
if eval "test \"`echo '$''{'ac_cv_bin_shell_bosh'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_bin_shell_bosh'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
ac_err=`< /dev/null /bin/bosh -c 'echo abc' 2> /dev/null | grep abc` | ac_err=`< /dev/null /bin/bosh -c 'echo abc' 2> /dev/null | grep abc` | |
if test "$ac_err" != "abc"; then | if test "$ac_err" != "abc"; then | |
ac_cv_bin_shell_bosh=no | ac_cv_bin_shell_bosh=no | |
else | else | |
ac_err=`/bin/bosh -ce 'for i in 1 2 3; do ( echo $i; if test -d . ; then (false; echo 4); fi ) ; done' | grep 2` | ac_err=`/bin/bosh -ce 'for i in 1 2 3; do ( echo $i; if test -d . ; then (false; echo 4); fi ) ; done' | grep 2` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
skipping to change at line 709 | skipping to change at line 709 | |
fi | fi | |
echo "$ac_t""$ac_cv_bin_shell_bosh" 1>&6 | echo "$ac_t""$ac_cv_bin_shell_bosh" 1>&6 | |
if test $ac_cv_bin_shell_bosh = yes; then | if test $ac_cv_bin_shell_bosh = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define BIN_SHELL_BOSH 1 | #define BIN_SHELL_BOSH 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking whether /opt/schily/bin/bosh is a working shell""... $ac_c" 1>&6 | echo $ac_n "checking whether /opt/schily/bin/bosh is a working shell""... $ac_c" 1>&6 | |
echo "configure:1042: checking whether /opt/schily/bin/bosh is a working shell" >&5 | echo "configure:1050: checking whether /opt/schily/bin/bosh is a working shell" >&5 | |
if eval "test \"`echo '$''{'ac_cv_opt_schily_bin_shell_bosh'+set}'`\" = set"; th en | if eval "test \"`echo '$''{'ac_cv_opt_schily_bin_shell_bosh'+set}'`\" = set"; th en | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
ac_err=`< /dev/null /opt/schily/bin/bosh -c 'echo abc' 2> /dev/null | grep abc` | ac_err=`< /dev/null /opt/schily/bin/bosh -c 'echo abc' 2> /dev/null | grep abc` | |
if test "$ac_err" != "abc"; then | if test "$ac_err" != "abc"; then | |
ac_cv_opt_schily_bin_shell_bosh=no | ac_cv_opt_schily_bin_shell_bosh=no | |
else | else | |
ac_err=`/opt/schily/bin/bosh -ce 'for i in 1 2 3; do ( echo $i; if test -d . ; then (false; echo 4); fi ) ; done' | grep 2` | ac_err=`/opt/schily/bin/bosh -ce 'for i in 1 2 3; do ( echo $i; if test -d . ; then (false; echo 4); fi ) ; done' | grep 2` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
skipping to change at line 738 | skipping to change at line 738 | |
echo "$ac_t""$ac_cv_opt_schily_bin_shell_bosh" 1>&6 | echo "$ac_t""$ac_cv_opt_schily_bin_shell_bosh" 1>&6 | |
if test $ac_cv_opt_schily_bin_shell_bosh = yes; then | if test $ac_cv_opt_schily_bin_shell_bosh = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define OPT_SCHILY_BIN_SHELL_BOSH 1 | #define OPT_SCHILY_BIN_SHELL_BOSH 1 | |
EOF | EOF | |
fi | fi | |
# Extract the first word of "cc", so it can be a program name with args. | # Extract the first word of "cc", so it can be a program name with args. | |
set dummy cc; ac_word=$2 | set dummy cc; ac_word=$2 | |
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
echo "configure:1071: checking for $ac_word" >&5 | echo "configure:1079: checking for $ac_word" >&5 | |
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test -n "$CC"; then | if test -n "$CC"; then | |
ac_cv_prog_CC="$CC" # Let the user override the test. | ac_cv_prog_CC="$CC" # Let the user override the test. | |
else | else | |
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
ac_dummy="$PATH" | ac_dummy="$PATH" | |
for ac_dir in $ac_dummy; do | for ac_dir in $ac_dummy; do | |
test -z "$ac_dir" && ac_dir=. | test -z "$ac_dir" && ac_dir=. | |
skipping to change at line 767 | skipping to change at line 767 | |
fi | fi | |
CC="$ac_cv_prog_CC" | CC="$ac_cv_prog_CC" | |
if test -n "$CC"; then | if test -n "$CC"; then | |
echo "$ac_t""$CC" 1>&6 | echo "$ac_t""$CC" 1>&6 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
# Extract the first word of "gcc", so it can be a program name with args. | # Extract the first word of "gcc", so it can be a program name with args. | |
set dummy gcc; ac_word=$2 | set dummy gcc; ac_word=$2 | |
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
echo "configure:1100: checking for $ac_word" >&5 | echo "configure:1108: checking for $ac_word" >&5 | |
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test -n "$CC"; then | if test -n "$CC"; then | |
ac_cv_prog_CC="$CC" # Let the user override the test. | ac_cv_prog_CC="$CC" # Let the user override the test. | |
else | else | |
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
ac_dummy="$PATH" | ac_dummy="$PATH" | |
for ac_dir in $ac_dummy; do | for ac_dir in $ac_dummy; do | |
test -z "$ac_dir" && ac_dir=. | test -z "$ac_dir" && ac_dir=. | |
skipping to change at line 797 | skipping to change at line 797 | |
if test -n "$CC"; then | if test -n "$CC"; then | |
echo "$ac_t""$CC" 1>&6 | echo "$ac_t""$CC" 1>&6 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
if test -z "$CC"; then | if test -z "$CC"; then | |
# Extract the first word of "cc", so it can be a program name with args. | # Extract the first word of "cc", so it can be a program name with args. | |
set dummy cc; ac_word=$2 | set dummy cc; ac_word=$2 | |
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
echo "configure:1130: checking for $ac_word" >&5 | echo "configure:1138: checking for $ac_word" >&5 | |
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test -n "$CC"; then | if test -n "$CC"; then | |
ac_cv_prog_CC="$CC" # Let the user override the test. | ac_cv_prog_CC="$CC" # Let the user override the test. | |
else | else | |
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
ac_prog_rejected=no | ac_prog_rejected=no | |
ac_dummy="$PATH" | ac_dummy="$PATH" | |
for ac_dir in $ac_dummy; do | for ac_dir in $ac_dummy; do | |
skipping to change at line 848 | skipping to change at line 848 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
if test -z "$CC"; then | if test -z "$CC"; then | |
case "`uname -s`" in | case "`uname -s`" in | |
*win32* | *WIN32*) | *win32* | *WIN32*) | |
# Extract the first word of "cl", so it can be a program name with args. | # Extract the first word of "cl", so it can be a program name with args. | |
set dummy cl; ac_word=$2 | set dummy cl; ac_word=$2 | |
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
echo "configure:1181: checking for $ac_word" >&5 | echo "configure:1189: checking for $ac_word" >&5 | |
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test -n "$CC"; then | if test -n "$CC"; then | |
ac_cv_prog_CC="$CC" # Let the user override the test. | ac_cv_prog_CC="$CC" # Let the user override the test. | |
else | else | |
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
ac_dummy="$PATH" | ac_dummy="$PATH" | |
for ac_dir in $ac_dummy; do | for ac_dir in $ac_dummy; do | |
test -z "$ac_dir" && ac_dir=. | test -z "$ac_dir" && ac_dir=. | |
skipping to change at line 880 | skipping to change at line 880 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
;; | ;; | |
esac | esac | |
fi | fi | |
test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1 >&2; exit 1; } | test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1 >&2; exit 1; } | |
fi | fi | |
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $a c_c" 1>&6 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $a c_c" 1>&6 | |
echo "configure:1213: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) wor ks" >&5 | echo "configure:1221: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) wor ks" >&5 | |
ac_ext=c | ac_ext=c | |
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
ac_cpp='$CPP $CPPFLAGS' | ac_cpp='$CPP $CPPFLAGS' | |
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
ac_compile2='${CC-cc} -c $CFLAGS $CPPFLAGS conftest2.$ac_ext 1>&5' | ac_compile2='${CC-cc} -c $CFLAGS $CPPFLAGS conftest2.$ac_ext 1>&5' | |
if test ."$ac_os_name" = ".OS/390" ; then | if test ."$ac_os_name" = ".OS/390" ; then | |
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conf test.$ac_ext $LIBS 1>&5' | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conf test.$ac_ext $LIBS 1>&5' | |
else | else | |
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS conftest.$ac_ ext $LDFLAGS $LIBS 1>&5' | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS conftest.$ac_ ext $LDFLAGS $LIBS 1>&5' | |
fi | fi | |
cross_compiling=$ac_cv_prog_cc_cross | cross_compiling=$ac_cv_prog_cc_cross | |
if test "$cross_compiling" = yes -a "$CONFIG_RMTCALL" != NONE ; then | if test "$cross_compiling" = yes -a "$CONFIG_RMTCALL" != NONE ; then | |
cross_compiling=remote | cross_compiling=remote | |
rmtcall="$CONFIG_RMTCALL" | rmtcall="$CONFIG_RMTCALL" | |
rmttest="$CONFIG_RMTCALL" | rmttest="$CONFIG_RMTCALL" | |
fi | fi | |
cat > conftest.$ac_ext << EOF | cat > conftest.$ac_ext << EOF | |
#line 1234 "configure" | #line 1242 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
int main(){return(0);} | int main(){return(0);} | |
EOF | EOF | |
if { { eval echo configure:1239: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | if { { eval echo configure:1247: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | |
ac_cv_prog_cc_works=yes | ac_cv_prog_cc_works=yes | |
# If we can't run a trivial program, we are probably using a cross compiler. | # If we can't run a trivial program, we are probably using a cross compiler. | |
if (./conftest${ac_xexeext}; exit) 2>/dev/null; then | if (./conftest${ac_xexeext}; exit) 2>/dev/null; then | |
ac_cv_prog_cc_cross=no | ac_cv_prog_cc_cross=no | |
else | else | |
ac_cv_prog_cc_cross=yes | ac_cv_prog_cc_cross=yes | |
fi | fi | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
skipping to change at line 951 | skipping to change at line 951 | |
nf=`echo "$ccout" | grep 'not found'` | nf=`echo "$ccout" | grep 'not found'` | |
if test $ret = 127 -a -n "$nf" ; then # Korn Shell | if test $ret = 127 -a -n "$nf" ; then # Korn Shell | |
ccout="" | ccout="" | |
fi | fi | |
if test "$ret" -ne 0 -a ! -n "$ccout" ; then | if test "$ret" -ne 0 -a ! -n "$ccout" ; then | |
{ echo "configure: error: installation or configuration problem: C compile r ${CC-cc} not found." 1>&2; exit 1; } | { echo "configure: error: installation or configuration problem: C compile r ${CC-cc} not found." 1>&2; exit 1; } | |
fi | fi | |
{ echo "configure: error: installation or configuration problem: C compiler ca nnot create executables." 1>&2; exit 1; } | { echo "configure: error: installation or configuration problem: C compiler ca nnot create executables." 1>&2; exit 1; } | |
fi | fi | |
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-co mpiler""... $ac_c" 1>&6 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-co mpiler""... $ac_c" 1>&6 | |
echo "configure:1284: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 | echo "configure:1292: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 | |
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 | |
cross_compiling=$ac_cv_prog_cc_cross | cross_compiling=$ac_cv_prog_cc_cross | |
if test "$cross_compiling" = yes -a "$CONFIG_RMTCALL" != NONE ; then | if test "$cross_compiling" = yes -a "$CONFIG_RMTCALL" != NONE ; then | |
cross_compiling=remote | cross_compiling=remote | |
rmtcall="$CONFIG_RMTCALL" | rmtcall="$CONFIG_RMTCALL" | |
rmttest="$CONFIG_RMTCALL" | rmttest="$CONFIG_RMTCALL" | |
fi | fi | |
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 | echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 | |
echo "configure:1294: checking whether we are using GNU C" >&5 | echo "configure:1302: checking whether we are using GNU C" >&5 | |
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.c <<EOF | cat > conftest.c <<EOF | |
#ifdef __GNUC__ | #ifdef __GNUC__ | |
yes; | yes; | |
#endif | #endif | |
EOF | EOF | |
if { ac_try='${CC-cc} -E conftest.c'; { { eval echo configure:1303: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; }; } | egrep yes >/dev/null 2>&1; then | if { ac_try='${CC-cc} -E conftest.c'; { { eval echo configure:1311: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; }; } | egrep yes >/dev/null 2>&1; then | |
ac_cv_prog_gcc=yes | ac_cv_prog_gcc=yes | |
else | else | |
ac_cv_prog_gcc=no | ac_cv_prog_gcc=no | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_prog_gcc" 1>&6 | echo "$ac_t""$ac_cv_prog_gcc" 1>&6 | |
if test $ac_cv_prog_gcc = yes; then | if test $ac_cv_prog_gcc = yes; then | |
GCC=yes | GCC=yes | |
else | else | |
GCC= | GCC= | |
fi | fi | |
ac_test_CFLAGS="${CFLAGS+set}" | ac_test_CFLAGS="${CFLAGS+set}" | |
ac_save_CFLAGS="$CFLAGS" | ac_save_CFLAGS="$CFLAGS" | |
CFLAGS= | CFLAGS= | |
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 | echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 | |
echo "configure:1322: checking whether ${CC-cc} accepts -g" >&5 | echo "configure:1330: checking whether ${CC-cc} accepts -g" >&5 | |
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
echo 'void f(){}' > conftest.c | echo 'void f(){}' > conftest.c | |
if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then | if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then | |
ac_cv_prog_cc_g=yes | ac_cv_prog_cc_g=yes | |
else | else | |
ac_cv_prog_cc_g=no | ac_cv_prog_cc_g=no | |
fi | fi | |
rm -rf conftest* | rm -rf conftest* | |
skipping to change at line 1034 | skipping to change at line 1034 | |
if test "$cross_compiling" = remote -a ."$CONFIG_RMTHOST" = . ; then | if test "$cross_compiling" = remote -a ."$CONFIG_RMTHOST" = . ; then | |
echo 'CONFIG_RMTHOST=host or CONFIG_RMTHOST=user@host required for remote execution' 1>&2 | echo 'CONFIG_RMTHOST=host or CONFIG_RMTHOST=user@host required for remote execution' 1>&2 | |
exit 1 | exit 1 | |
fi | fi | |
if test "$cross_compiling" = remote ; then | if test "$cross_compiling" = remote ; then | |
echo "Cross-Compiling with remote execution of test programs" | echo "Cross-Compiling with remote execution of test programs" | |
echo "Cross-Compile script: $CONFIG_RMTCALL" | echo "Cross-Compile script: $CONFIG_RMTCALL" | |
echo "Cross-Compile host: $CONFIG_RMTHOST" | echo "Cross-Compile host: $CONFIG_RMTHOST" | |
fi | fi | |
echo $ac_n "checking for object suffix""... $ac_c" 1>&6 | echo $ac_n "checking for object suffix""... $ac_c" 1>&6 | |
echo "configure:1367: checking for object suffix" >&5 | echo "configure:1375: checking for object suffix" >&5 | |
if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
rm -rf conftest* | rm -rf conftest* | |
echo 'int i = 1;' > conftest.$ac_ext | echo 'int i = 1;' > conftest.$ac_ext | |
if { { eval echo configure:1373: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:1381: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
for ac_file in conftest.*; do | for ac_file in conftest.*; do | |
case $ac_file in | case $ac_file in | |
*.c) ;; | *.c) ;; | |
*.dSYM) ;; # Ignore strange directory found on Mac OS X with cc -g | *.dSYM) ;; # Ignore strange directory found on Mac OS X with cc -g | |
*) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;; | *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;; | |
esac | esac | |
done | done | |
else | else | |
{ echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; } | { echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; } | |
fi | fi | |
rm -rf conftest* | rm -rf conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_objext" 1>&6 | echo "$ac_t""$ac_cv_objext" 1>&6 | |
OBJEXT=$ac_cv_objext | OBJEXT=$ac_cv_objext | |
ac_objext=$ac_cv_objext | ac_objext=$ac_cv_objext | |
echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 | echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 | |
echo "configure:1392: checking for Cygwin environment" >&5 | echo "configure:1400: checking for Cygwin environment" >&5 | |
if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 1397 "configure" | #line 1405 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
int main() { | int main() { | |
#ifndef __CYGWIN__ | #ifndef __CYGWIN__ | |
#define __CYGWIN__ __CYGWIN32__ | #define __CYGWIN__ __CYGWIN32__ | |
#endif | #endif | |
return __CYGWIN__; | return __CYGWIN__; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:1408: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:1416: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_cygwin=yes | ac_cv_cygwin=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_cygwin=no | ac_cv_cygwin=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
rm -rf conftest* | rm -rf conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_cygwin" 1>&6 | echo "$ac_t""$ac_cv_cygwin" 1>&6 | |
CYGWIN= | CYGWIN= | |
test "$ac_cv_cygwin" = yes && CYGWIN=yes | test "$ac_cv_cygwin" = yes && CYGWIN=yes | |
echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 | echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 | |
echo "configure:1425: checking for mingw32 environment" >&5 | echo "configure:1433: checking for mingw32 environment" >&5 | |
if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 1430 "configure" | #line 1438 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
int main() { | int main() { | |
return __MINGW32__; | return __MINGW32__; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:1437: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:1445: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_mingw32=yes | ac_cv_mingw32=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_mingw32=no | ac_cv_mingw32=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
rm -rf conftest* | rm -rf conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_mingw32" 1>&6 | echo "$ac_t""$ac_cv_mingw32" 1>&6 | |
MINGW32= | MINGW32= | |
test "$ac_cv_mingw32" = yes && MINGW32=yes | test "$ac_cv_mingw32" = yes && MINGW32=yes | |
echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6 | echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6 | |
echo "configure:1454: checking for EMX/OS2 environment" >&5 | echo "configure:1462: checking for EMX/OS2 environment" >&5 | |
if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 1459 "configure" | #line 1467 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
int main() { | int main() { | |
return __EMX__; | return __EMX__; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:1466: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:1474: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_emxos2=yes | ac_cv_emxos2=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_emxos2=no | ac_cv_emxos2=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
rm -rf conftest* | rm -rf conftest* | |
skipping to change at line 1162 | skipping to change at line 1162 | |
else | else | |
ac_cv_libpre=lib | ac_cv_libpre=lib | |
fi | fi | |
fi | fi | |
EMXOS2= | EMXOS2= | |
test "$ac_cv_emxos2" = yes && EMXOS2=yes | test "$ac_cv_emxos2" = yes && EMXOS2=yes | |
echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 | echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 | |
echo "configure:1497: checking for executable suffix" >&5 | echo "configure:1505: checking for executable suffix" >&5 | |
if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then | if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then | |
ac_cv_exeext=.exe | ac_cv_exeext=.exe | |
ac_cv_xexeext="" | ac_cv_xexeext="" | |
else | else | |
rm -rf conftest* | rm -rf conftest* | |
echo 'int main () { return 0; }' > conftest.$ac_ext | echo 'int main () { return 0; }' > conftest.$ac_ext | |
ac_cv_exeext= | ac_cv_exeext= | |
if { { eval echo configure:1508: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5 ; }; then | if { { eval echo configure:1516: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5 ; }; then | |
for file in conftest.*; do | for file in conftest.*; do | |
case $file in | case $file in | |
*.c | *.o | *.obj) ;; | *.c | *.o | *.obj) ;; | |
*.dSYM) ;; # Ignore strange directory found on Mac OS X with cc -g | *.dSYM) ;; # Ignore strange directory found on Mac OS X with cc -g | |
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; | *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; | |
esac | esac | |
done | done | |
else | else | |
ccout=`eval "${CC-cc} 2>&1" 2> /dev/null` | ccout=`eval "${CC-cc} 2>&1" 2> /dev/null` | |
ret=$? | ret=$? | |
skipping to change at line 1213 | skipping to change at line 1213 | |
test x"${ac_cv_xexeext}" = x && ac_cv_xexeext=no | test x"${ac_cv_xexeext}" = x && ac_cv_xexeext=no | |
fi | fi | |
fi | fi | |
EXEEXT="" | EXEEXT="" | |
XEXEEXT="" | XEXEEXT="" | |
test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} | test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} | |
test x"${ac_cv_xexeext}" != xno && XEXEEXT=${ac_cv_xexeext} | test x"${ac_cv_xexeext}" != xno && XEXEEXT=${ac_cv_xexeext} | |
echo "$ac_t""${ac_cv_exeext}" 1>&6 | echo "$ac_t""${ac_cv_exeext}" 1>&6 | |
echo $ac_n "checking for executable calling suffix""... $ac_c" 1>&6 | echo $ac_n "checking for executable calling suffix""... $ac_c" 1>&6 | |
echo "configure:1548: checking for executable calling suffix" >&5 | echo "configure:1556: checking for executable calling suffix" >&5 | |
echo "$ac_t""${ac_cv_xexeext}" 1>&6 | echo "$ac_t""${ac_cv_xexeext}" 1>&6 | |
ac_exeext=$EXEEXT | ac_exeext=$EXEEXT | |
ac_xexeext=$XEXEEXT | ac_xexeext=$XEXEEXT | |
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 | echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 | |
echo "configure:1556: checking how to run the C preprocessor" >&5 | echo "configure:1564: checking how to run the C preprocessor" >&5 | |
# On Suns, sometimes $CPP names a directory. | # On Suns, sometimes $CPP names a directory. | |
if test -n "$CPP" && test -d "$CPP"; then | if test -n "$CPP" && test -d "$CPP"; then | |
CPP= | CPP= | |
fi | fi | |
if test -z "$CPP"; then | if test -z "$CPP"; then | |
if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
# This must be in double quotes, not single quotes, because CPP may get | # This must be in double quotes, not single quotes, because CPP may get | |
# substituted into the Makefile and "${CC-cc}" will confuse make. | # substituted into the Makefile and "${CC-cc}" will confuse make. | |
CPP="${CC-cc} -E" | CPP="${CC-cc} -E" | |
# On the NeXT, cc -E runs the code through the compiler's parser, | # On the NeXT, cc -E runs the code through the compiler's parser, | |
# not just through cpp. | # not just through cpp. | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 1571 "configure" | #line 1579 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <assert.h> | #include <assert.h> | |
Syntax Error | Syntax Error | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:1577: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:1585: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
: | : | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
CPP="${CC-cc} -E -traditional-cpp" | CPP="${CC-cc} -E -traditional-cpp" | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 1588 "configure" | #line 1596 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <assert.h> | #include <assert.h> | |
Syntax Error | Syntax Error | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:1594: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:1602: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
: | : | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
CPP="${CC-cc} -nologo -E" | CPP="${CC-cc} -nologo -E" | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 1605 "configure" | #line 1613 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <assert.h> | #include <assert.h> | |
Syntax Error | Syntax Error | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:1611: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:1619: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
: | : | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
CPP=/lib/cpp | CPP=/lib/cpp | |
fi | fi | |
skipping to change at line 1301 | skipping to change at line 1301 | |
fi | fi | |
CPP="$ac_cv_prog_CPP" | CPP="$ac_cv_prog_CPP" | |
else | else | |
ac_cv_prog_CPP="$CPP" | ac_cv_prog_CPP="$CPP" | |
fi | fi | |
echo "$ac_t""$CPP" 1>&6 | echo "$ac_t""$CPP" 1>&6 | |
# Extract the first word of "${CC-cc}", so it can be a program name with args. | # Extract the first word of "${CC-cc}", so it can be a program name with args. | |
set dummy ${CC-cc}; ac_word=$2 | set dummy ${CC-cc}; ac_word=$2 | |
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
echo "configure:1638: checking for $ac_word" >&5 | echo "configure:1646: checking for $ac_word" >&5 | |
if eval "test \"`echo '$''{'ac_cv_path_ac_path_cc'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_path_ac_path_cc'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
case "$ac_path_cc" in | case "$ac_path_cc" in | |
/*) | /*) | |
ac_cv_path_ac_path_cc="$ac_path_cc" # Let the user override the test with a pa th. | ac_cv_path_ac_path_cc="$ac_path_cc" # Let the user override the test with a pa th. | |
;; | ;; | |
?:/*) | ?:/*) | |
ac_cv_path_ac_path_cc="$ac_path_cc" # Let the user override the test with a do s path. | ac_cv_path_ac_path_cc="$ac_path_cc" # Let the user override the test with a do s path. | |
;; | ;; | |
skipping to change at line 1334 | skipping to change at line 1334 | |
esac | esac | |
fi | fi | |
ac_path_cc="$ac_cv_path_ac_path_cc" | ac_path_cc="$ac_cv_path_ac_path_cc" | |
if test -n "$ac_path_cc"; then | if test -n "$ac_path_cc"; then | |
echo "$ac_t""$ac_path_cc" 1>&6 | echo "$ac_t""$ac_path_cc" 1>&6 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
echo $ac_n "checking how to run the C preprocessor for any type of file""... $ac _c" 1>&6 | echo $ac_n "checking how to run the C preprocessor for any type of file""... $ac _c" 1>&6 | |
echo "configure:1672: checking how to run the C preprocessor for any type of fil e" >&5 | echo "configure:1680: checking how to run the C preprocessor for any type of fil e" >&5 | |
if test -z "$CPPX"; then | if test -z "$CPPX"; then | |
if eval "test \"`echo '$''{'ac_cv_prog_CPPX'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_prog_CPPX'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
# This must be in double quotes, not single quotes, because CPP may get | # This must be in double quotes, not single quotes, because CPP may get | |
# substituted in the Makefile and "${CC-cc}" will confuse make. | # substituted in the Makefile and "${CC-cc}" will confuse make. | |
CPPX="$CPP" | CPPX="$CPP" | |
CPPX_IN="" | CPPX_IN="" | |
cat > conftestcpp << EOF | cat > conftestcpp << EOF | |
xxzzy | xxzzy | |
EOF | EOF | |
# gcc -E does not accept any file suffix, so we need to test | # gcc -E does not accept any file suffix, so we need to test | |
# and if $CC -E fails, we try to use dirname(which($CC))/cpp | # and if $CC -E fails, we try to use dirname(which($CC))/cpp | |
# We cannot use AC_TRY_EVAL(CPPX conftestcpp | grep xxzzy) because | # We cannot use AC_TRY_EVAL(CPPX conftestcpp | grep xxzzy) because | |
# of a bug in the parser from bash | # of a bug in the parser from bash | |
ac_result=`(echo configure:1689: "$CPPX conftestcpp | grep xxzzy" 1>&5; e val $CPPX conftestcpp | grep xxzzy) 2>&5` | ac_result=`(echo configure:1697: "$CPPX conftestcpp | grep xxzzy" 1>&5; e val $CPPX conftestcpp | grep xxzzy) 2>&5` | |
if test -z "$ac_result"; then | if test -z "$ac_result"; then | |
# Cannot use type(1) here as this should work wit h a V7 shell | # Cannot use type(1) here as this should work wit h a V7 shell | |
# So we use the result from AC_PATH_PROG | # So we use the result from AC_PATH_PROG | |
ac_file="$ac_path_cc" | ac_file="$ac_path_cc" | |
# Remove last slash and all that follows it. Not all systems hav e dirname. | # Remove last slash and all that follows it. Not all systems hav e dirname. | |
ac_dir=`echo "$ac_file" | sed 's%/[^/][^/]*$%%'` | ac_dir=`echo "$ac_file" | sed 's%/[^/][^/]*$%%'` | |
if test -f "$ac_dir"/cpp; then | if test -f "$ac_dir"/cpp; then | |
CPPX="$ac_dir"/cpp | CPPX="$ac_dir"/cpp | |
else | else | |
# gcc -E does not like all file types, but | # gcc -E does not like all file types, but | |
# gcc -E - < does. Test whether this works. | # gcc -E - < does. Test whether this works. | |
# WARNING: eval needs a subshell for the V7 shell | # WARNING: eval needs a subshell for the V7 shell | |
ac_result=`(echo configure:1702: "$CPPX - < conftestcpp | grep xxzzy" 1>&5; (eval $CPPX -) < conftestcpp | grep xxzzy) 2>&5` | ac_result=`(echo configure:1710: "$CPPX - < conftestcpp | grep xxzzy" 1>&5; (eval $CPPX -) < conftestcpp | grep xxzzy) 2>&5` | |
if test -n "$ac_result"; then | if test -n "$ac_result"; then | |
CPPX_IN="- <" | CPPX_IN="- <" | |
fi | fi | |
fi | fi | |
fi | fi | |
ac_cv_prog_CPPX="$CPPX" | ac_cv_prog_CPPX="$CPPX" | |
ac_cv_prog_CPPX_IN="$CPPX_IN" | ac_cv_prog_CPPX_IN="$CPPX_IN" | |
fi | fi | |
CPPX="$ac_cv_prog_CPPX" | CPPX="$ac_cv_prog_CPPX" | |
CPPX_IN="$ac_cv_prog_CPPX_IN" | CPPX_IN="$ac_cv_prog_CPPX_IN" | |
else | else | |
ac_cv_prog_CPPX="$CPPX" | ac_cv_prog_CPPX="$CPPX" | |
ac_cv_prog_CPPX_IN="$CPPX_IN" | ac_cv_prog_CPPX_IN="$CPPX_IN" | |
fi | fi | |
echo "$ac_t""$CPPX '"$CPPX_IN"'" 1>&6 | echo "$ac_t""$CPPX '"$CPPX_IN"'" 1>&6 | |
echo $ac_n "checking if suncc/cc supports -m64""... $ac_c" 1>&6 | echo $ac_n "checking if suncc/cc supports -m64""... $ac_c" 1>&6 | |
echo "configure:1720: checking if suncc/cc supports -m64" >&5 | echo "configure:1728: checking if suncc/cc supports -m64" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sun_cc64_opt'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sun_cc64_opt'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
sun_cc64=cc | sun_cc64=cc | |
sun_cc64_opt='' | sun_cc64_opt='' | |
ac_cv_sun_cc64_opt=no | ac_cv_sun_cc64_opt=no | |
if test "$GCC" != yes; then | if test "$GCC" != yes; then | |
if test "$CC" = suncc; then | if test "$CC" = suncc; then | |
sun_cc64=suncc | sun_cc64=suncc | |
skipping to change at line 1409 | skipping to change at line 1409 | |
fi | fi | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sun_cc64_opt" 1>&6 | echo "$ac_t""$ac_cv_sun_cc64_opt" 1>&6 | |
if test $ac_cv_sun_cc64_opt = yes; then | if test $ac_cv_sun_cc64_opt = yes; then | |
sun_cc64_opt='-m64' | sun_cc64_opt='-m64' | |
fi | fi | |
echo $ac_n "checking if HP cc supports -Ae""... $ac_c" 1>&6 | echo $ac_n "checking if HP cc supports -Ae""... $ac_c" 1>&6 | |
echo "configure:1747: checking if HP cc supports -Ae" >&5 | echo "configure:1755: checking if HP cc supports -Ae" >&5 | |
if eval "test \"`echo '$''{'ac_cv_hp_cc_ansi_opt'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_hp_cc_ansi_opt'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
hp_cc=cc | hp_cc=cc | |
hp_cc_ansi_opt='' | hp_cc_ansi_opt='' | |
ac_cv_hp_cc_ansi_opt=no | ac_cv_hp_cc_ansi_opt=no | |
if test "$GCC" != yes; then | if test "$GCC" != yes; then | |
os_name=`(uname -s) 2> /dev/null` | os_name=`(uname -s) 2> /dev/null` | |
if test ."$os_name" = .HP-UX ; then | if test ."$os_name" = .HP-UX ; then | |
skipping to change at line 1436 | skipping to change at line 1436 | |
fi | fi | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_hp_cc_ansi_opt" 1>&6 | echo "$ac_t""$ac_cv_hp_cc_ansi_opt" 1>&6 | |
if test $ac_cv_hp_cc_ansi_opt = yes; then | if test $ac_cv_hp_cc_ansi_opt = yes; then | |
hp_cc_ansi_opt='-Ae' | hp_cc_ansi_opt='-Ae' | |
fi | fi | |
echo $ac_n "checking if HP cc supports -O""... $ac_c" 1>&6 | echo $ac_n "checking if HP cc supports -O""... $ac_c" 1>&6 | |
echo "configure:1774: checking if HP cc supports -O" >&5 | echo "configure:1782: checking if HP cc supports -O" >&5 | |
if eval "test \"`echo '$''{'ac_cv_hp_cc_opt_opt'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_hp_cc_opt_opt'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
hp_cc=cc | hp_cc=cc | |
hp_cc_opt_opt='' | hp_cc_opt_opt='' | |
ac_cv_hp_cc_opt_opt=no | ac_cv_hp_cc_opt_opt=no | |
if test "$GCC" != yes; then | if test "$GCC" != yes; then | |
os_name=`(uname -s) 2> /dev/null` | os_name=`(uname -s) 2> /dev/null` | |
if test ."$os_name" = .HP-UX ; then | if test ."$os_name" = .HP-UX ; then | |
skipping to change at line 1463 | skipping to change at line 1463 | |
fi | fi | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_hp_cc_opt_opt" 1>&6 | echo "$ac_t""$ac_cv_hp_cc_opt_opt" 1>&6 | |
if test $ac_cv_hp_cc_opt_opt = yes; then | if test $ac_cv_hp_cc_opt_opt = yes; then | |
hp_cc_opt_opt='-O' | hp_cc_opt_opt='-O' | |
fi | fi | |
echo $ac_n "checking if HP cc supports -G""... $ac_c" 1>&6 | echo $ac_n "checking if HP cc supports -G""... $ac_c" 1>&6 | |
echo "configure:1801: checking if HP cc supports -G" >&5 | echo "configure:1809: checking if HP cc supports -G" >&5 | |
if eval "test \"`echo '$''{'ac_cv_hp_cc_gprof_opt'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_hp_cc_gprof_opt'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
hp_cc=cc | hp_cc=cc | |
hp_cc_gprof_opt='' | hp_cc_gprof_opt='' | |
ac_cv_hp_cc_gprof_opt=no | ac_cv_hp_cc_gprof_opt=no | |
if test "$GCC" != yes; then | if test "$GCC" != yes; then | |
os_name=`(uname -s) 2> /dev/null` | os_name=`(uname -s) 2> /dev/null` | |
if test ."$os_name" = .HP-UX ; then | if test ."$os_name" = .HP-UX ; then | |
skipping to change at line 1492 | skipping to change at line 1492 | |
fi | fi | |
echo "$ac_t""$ac_cv_hp_cc_gprof_opt" 1>&6 | echo "$ac_t""$ac_cv_hp_cc_gprof_opt" 1>&6 | |
if test $ac_cv_hp_cc_gprof_opt = yes; then | if test $ac_cv_hp_cc_gprof_opt = yes; then | |
hp_cc_gprof_opt='-G' | hp_cc_gprof_opt='-G' | |
fi | fi | |
# Extract the first word of "ranlib", so it can be a program name with args. | # Extract the first word of "ranlib", so it can be a program name with args. | |
set dummy ranlib; ac_word=$2 | set dummy ranlib; ac_word=$2 | |
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
echo "configure:1830: checking for $ac_word" >&5 | echo "configure:1838: checking for $ac_word" >&5 | |
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test -n "$RANLIB"; then | if test -n "$RANLIB"; then | |
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
else | else | |
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
ac_dummy="$PATH" | ac_dummy="$PATH" | |
for ac_dir in $ac_dummy; do | for ac_dir in $ac_dummy; do | |
test -z "$ac_dir" && ac_dir=. | test -z "$ac_dir" && ac_dir=. | |
skipping to change at line 1520 | skipping to change at line 1520 | |
fi | fi | |
fi | fi | |
RANLIB="$ac_cv_prog_RANLIB" | RANLIB="$ac_cv_prog_RANLIB" | |
if test -n "$RANLIB"; then | if test -n "$RANLIB"; then | |
echo "$ac_t""$RANLIB" 1>&6 | echo "$ac_t""$RANLIB" 1>&6 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 | echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 | |
echo "configure:1858: checking whether ${MAKE-make} sets \${MAKE}" >&5 | echo "configure:1866: checking whether ${MAKE-make} sets \${MAKE}" >&5 | |
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` | |
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; the n | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; the n | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftestmake <<\EOF | cat > conftestmake <<\EOF | |
all: | all: | |
@echo 'ac_maketemp="${MAKE}"' | @echo 'ac_maketemp="${MAKE}"' | |
EOF | EOF | |
# GNU make sometimes prints "make[1]: Entering...", which would confuse us. | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` | eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` | |
skipping to change at line 1551 | skipping to change at line 1551 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
SET_MAKE="MAKE=${MAKE-make}" | SET_MAKE="MAKE=${MAKE-make}" | |
fi | fi | |
for ac_prog in yacc 'bison -y' byacc | for ac_prog in yacc 'bison -y' byacc | |
do | do | |
# Extract the first word of "$ac_prog", so it can be a program name with args. | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
set dummy $ac_prog; ac_word=$2 | set dummy $ac_prog; ac_word=$2 | |
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
echo "configure:1889: checking for $ac_word" >&5 | echo "configure:1897: checking for $ac_word" >&5 | |
if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test -n "$YACC"; then | if test -n "$YACC"; then | |
ac_cv_prog_YACC="$YACC" # Let the user override the test. | ac_cv_prog_YACC="$YACC" # Let the user override the test. | |
else | else | |
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
ac_dummy="$PATH" | ac_dummy="$PATH" | |
for ac_dir in $ac_dummy; do | for ac_dir in $ac_dummy; do | |
test -z "$ac_dir" && ac_dir=. | test -z "$ac_dir" && ac_dir=. | |
skipping to change at line 1586 | skipping to change at line 1586 | |
test -n "$YACC" && break | test -n "$YACC" && break | |
done | done | |
test -n "$YACC" || YACC="noyacc" | test -n "$YACC" || YACC="noyacc" | |
for ac_prog in bison | for ac_prog in bison | |
do | do | |
# Extract the first word of "$ac_prog", so it can be a program name with args. | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
set dummy $ac_prog; ac_word=$2 | set dummy $ac_prog; ac_word=$2 | |
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
echo "configure:1924: checking for $ac_word" >&5 | echo "configure:1932: checking for $ac_word" >&5 | |
if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test -n "$BISON"; then | if test -n "$BISON"; then | |
ac_cv_prog_BISON="$BISON" # Let the user override the test. | ac_cv_prog_BISON="$BISON" # Let the user override the test. | |
else | else | |
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
ac_dummy="$PATH" | ac_dummy="$PATH" | |
for ac_dir in $ac_dummy; do | for ac_dir in $ac_dummy; do | |
test -z "$ac_dir" && ac_dir=. | test -z "$ac_dir" && ac_dir=. | |
skipping to change at line 1622 | skipping to change at line 1622 | |
test -n "$BISON" && break | test -n "$BISON" && break | |
done | done | |
test -n "$BISON" || BISON="nobison" | test -n "$BISON" || BISON="nobison" | |
# | # | |
# We need both tsort/lorder or none of them | # We need both tsort/lorder or none of them | |
# | # | |
# Extract the first word of "lorder", so it can be a program name with args. | # Extract the first word of "lorder", so it can be a program name with args. | |
set dummy lorder; ac_word=$2 | set dummy lorder; ac_word=$2 | |
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
echo "configure:1960: checking for $ac_word" >&5 | echo "configure:1968: checking for $ac_word" >&5 | |
if eval "test \"`echo '$''{'ac_cv_path_LORDER'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_path_LORDER'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
case "$LORDER" in | case "$LORDER" in | |
/*) | /*) | |
ac_cv_path_LORDER="$LORDER" # Let the user override the test with a path. | ac_cv_path_LORDER="$LORDER" # Let the user override the test with a path. | |
;; | ;; | |
?:/*) | ?:/*) | |
ac_cv_path_LORDER="$LORDER" # Let the user override the test with a dos path. | ac_cv_path_LORDER="$LORDER" # Let the user override the test with a dos path. | |
;; | ;; | |
skipping to change at line 1661 | skipping to change at line 1661 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
if test "$LORDER" = echo; then | if test "$LORDER" = echo; then | |
TSORT=cat | TSORT=cat | |
else | else | |
# Extract the first word of "tsort", so it can be a program name with arg s. | # Extract the first word of "tsort", so it can be a program name with arg s. | |
set dummy tsort; ac_word=$2 | set dummy tsort; ac_word=$2 | |
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
echo "configure:1999: checking for $ac_word" >&5 | echo "configure:2007: checking for $ac_word" >&5 | |
if eval "test \"`echo '$''{'ac_cv_path_TSORT'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_path_TSORT'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
case "$TSORT" in | case "$TSORT" in | |
/*) | /*) | |
ac_cv_path_TSORT="$TSORT" # Let the user override the test with a path. | ac_cv_path_TSORT="$TSORT" # Let the user override the test with a path. | |
;; | ;; | |
?:/*) | ?:/*) | |
ac_cv_path_TSORT="$TSORT" # Let the user override the test with a dos path. | ac_cv_path_TSORT="$TSORT" # Let the user override the test with a dos path. | |
;; | ;; | |
skipping to change at line 1705 | skipping to change at line 1705 | |
LORDER=echo | LORDER=echo | |
fi | fi | |
fi | fi | |
# | # | |
# patch(1) needs the PATH to ed(1) and red(1) | # patch(1) needs the PATH to ed(1) and red(1) | |
# | # | |
# Extract the first word of "ed", so it can be a program name with args. | # Extract the first word of "ed", so it can be a program name with args. | |
set dummy ed; ac_word=$2 | set dummy ed; ac_word=$2 | |
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
echo "configure:2043: checking for $ac_word" >&5 | echo "configure:2051: checking for $ac_word" >&5 | |
if eval "test \"`echo '$''{'ac_cv_path_path_ed'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_path_path_ed'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
case "$path_ed" in | case "$path_ed" in | |
/*) | /*) | |
ac_cv_path_path_ed="$path_ed" # Let the user override the test with a path. | ac_cv_path_path_ed="$path_ed" # Let the user override the test with a path. | |
;; | ;; | |
?:/*) | ?:/*) | |
ac_cv_path_path_ed="$path_ed" # Let the user override the test with a dos path . | ac_cv_path_path_ed="$path_ed" # Let the user override the test with a dos path . | |
;; | ;; | |
skipping to change at line 1741 | skipping to change at line 1741 | |
path_ed="$ac_cv_path_path_ed" | path_ed="$ac_cv_path_path_ed" | |
if test -n "$path_ed"; then | if test -n "$path_ed"; then | |
echo "$ac_t""$path_ed" 1>&6 | echo "$ac_t""$path_ed" 1>&6 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
# Extract the first word of "red", so it can be a program name with args. | # Extract the first word of "red", so it can be a program name with args. | |
set dummy red; ac_word=$2 | set dummy red; ac_word=$2 | |
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
echo "configure:2079: checking for $ac_word" >&5 | echo "configure:2087: checking for $ac_word" >&5 | |
if eval "test \"`echo '$''{'ac_cv_path_path_red'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_path_path_red'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
case "$path_red" in | case "$path_red" in | |
/*) | /*) | |
ac_cv_path_path_red="$path_red" # Let the user override the test with a path. | ac_cv_path_path_red="$path_red" # Let the user override the test with a path. | |
;; | ;; | |
?:/*) | ?:/*) | |
ac_cv_path_path_red="$path_red" # Let the user override the test with a dos pa th. | ac_cv_path_path_red="$path_red" # Let the user override the test with a dos pa th. | |
;; | ;; | |
skipping to change at line 1788 | skipping to change at line 1788 | |
fi | fi | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define CNF_PATH_ED "$path_ed" | #define CNF_PATH_ED "$path_ed" | |
EOF | EOF | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define CNF_PATH_RED "$path_red" | #define CNF_PATH_RED "$path_red" | |
EOF | EOF | |
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 | echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 | |
echo "configure:2127: checking for ANSI C header files" >&5 | echo "configure:2135: checking for ANSI C header files" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2132 "configure" | #line 2140 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdlib.h> | #include <stdlib.h> | |
#include <stdarg.h> | #include <stdarg.h> | |
#include <string.h> | #include <string.h> | |
#include <float.h> | #include <float.h> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:2140: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:2148: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_stdc=yes | ac_cv_header_stdc=yes | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_stdc=no | ac_cv_header_stdc=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
if test $ac_cv_header_stdc = yes; then | if test $ac_cv_header_stdc = yes; then | |
# SunOS 4.x string.h does not declare mem*, contrary to ANSI. | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2157 "configure" | #line 2165 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <string.h> | #include <string.h> | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
egrep "memchr" >/dev/null 2>&1; then | egrep "memchr" >/dev/null 2>&1; then | |
: | : | |
else | else | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_stdc=no | ac_cv_header_stdc=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
if test $ac_cv_header_stdc = yes; then | if test $ac_cv_header_stdc = yes; then | |
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2175 "configure" | #line 2183 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdlib.h> | #include <stdlib.h> | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
egrep "free" >/dev/null 2>&1; then | egrep "free" >/dev/null 2>&1; then | |
: | : | |
else | else | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_stdc=no | ac_cv_header_stdc=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
if test $ac_cv_header_stdc = yes; then | if test $ac_cv_header_stdc = yes; then | |
# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
: | : | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2196 "configure" | #line 2204 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <ctype.h> | #include <ctype.h> | |
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
int main () { int i; for (i = 0; i < 256; i++) | int main () { int i; for (i = 0; i < 256; i++) | |
if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return(2); | if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return(2); | |
return (0); } | return (0); } | |
EOF | EOF | |
if { { eval echo configure:2207: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:2215: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
: | : | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_header_stdc=no | ac_cv_header_stdc=no | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
skipping to change at line 1911 | skipping to change at line 1911 | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_FLOAT_H 1 | #define HAVE_FLOAT_H 1 | |
EOF | EOF | |
fi | fi | |
for ac_hdr in stdarg.h stdlib.h string.h float.h | for ac_hdr in stdarg.h stdlib.h string.h float.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:2250: checking for $ac_hdr" >&5 | echo "configure:2258: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2255 "configure" | #line 2263 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:2260: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:2268: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 1947 | skipping to change at line 1947 | |
ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGH IJKLMNOPQRSTUVWXYZ___%'` | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGH IJKLMNOPQRSTUVWXYZ___%'` | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define $ac_tr_hdr 1 | #define $ac_tr_hdr 1 | |
EOF | EOF | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
echo $ac_n "checking for UNIX-98 compliant inttypes.h""... $ac_c" 1>&6 | echo $ac_n "checking for UNIX-98 compliant inttypes.h""... $ac_c" 1>&6 | |
echo "configure:2286: checking for UNIX-98 compliant inttypes.h" >&5 | echo "configure:2294: checking for UNIX-98 compliant inttypes.h" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_inttypes'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_inttypes'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2291 "configure" | #line 2299 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <inttypes.h> | #include <inttypes.h> | |
int main() { | int main() { | |
int8_t c; uint8_t uc; int16_t s; uint16_t us; int32_t i; uint32_t ui; | int8_t c; uint8_t uc; int16_t s; uint16_t us; int32_t i; uint32_t ui; | |
int64_t ll; uint64_t ull; | int64_t ll; uint64_t ull; | |
intptr_t ip; uintptr_t uip; | intptr_t ip; uintptr_t uip; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:2300: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:2308: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_inttypes=yes | ac_cv_header_inttypes=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_inttypes=no | ac_cv_header_inttypes=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_header_inttypes" 1>&6 | echo "$ac_t""$ac_cv_header_inttypes" 1>&6 | |
if test $ac_cv_header_inttypes = yes; then | if test $ac_cv_header_inttypes = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_INTTYPES_H 1 | #define HAVE_INTTYPES_H 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for SUSv3 compliant stdint.h""... $ac_c" 1>&6 | echo $ac_n "checking for SUSv3 compliant stdint.h""... $ac_c" 1>&6 | |
echo "configure:2320: checking for SUSv3 compliant stdint.h" >&5 | echo "configure:2328: checking for SUSv3 compliant stdint.h" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_stdint'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_stdint'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2325 "configure" | #line 2333 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdint.h> | #include <stdint.h> | |
int main() { | int main() { | |
int8_t c; uint8_t uc; int16_t s; uint16_t us; int32_t i; uint32_t ui; | int8_t c; uint8_t uc; int16_t s; uint16_t us; int32_t i; uint32_t ui; | |
int64_t ll; uint64_t ull; | int64_t ll; uint64_t ull; | |
intptr_t ip; uintptr_t uip; | intptr_t ip; uintptr_t uip; | |
intmax_t im; uintmax_t uim; | intmax_t im; uintmax_t uim; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:2335: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:2343: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_stdint=yes | ac_cv_header_stdint=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_stdint=no | ac_cv_header_stdint=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
skipping to change at line 2030 | skipping to change at line 2030 | |
EOF | EOF | |
fi | fi | |
ac_xsave_LIBS="$LIBS" | ac_xsave_LIBS="$LIBS" | |
LIBS="" | LIBS="" | |
ac_header_dirent=no | ac_header_dirent=no | |
for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h | for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 | |
echo "configure:2369: checking for $ac_hdr that defines DIR" >&5 | echo "configure:2377: checking for $ac_hdr that defines DIR" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2374 "configure" | #line 2382 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#include <$ac_hdr> | #include <$ac_hdr> | |
int main() { | int main() { | |
DIR *dirp = 0; | DIR *dirp = 0; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:2382: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:2390: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_dirent_$ac_safe=yes" | eval "ac_cv_header_dirent_$ac_safe=yes" | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_dirent_$ac_safe=no" | eval "ac_cv_header_dirent_$ac_safe=no" | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
skipping to change at line 2068 | skipping to change at line 2068 | |
#define $ac_tr_hdr 1 | #define $ac_tr_hdr 1 | |
EOF | EOF | |
ac_header_dirent=$ac_hdr; break | ac_header_dirent=$ac_hdr; break | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. | # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. | |
if test $ac_header_dirent = dirent.h; then | if test $ac_header_dirent = dirent.h; then | |
echo $ac_n "checking for opendir in -lc""... $ac_c" 1>&6 | echo $ac_n "checking for opendir in -lc""... $ac_c" 1>&6 | |
echo "configure:2407: checking for opendir in -lc" >&5 | echo "configure:2415: checking for opendir in -lc" >&5 | |
ac_lib_var=`echo c'_'opendir | sed 'y%./+-%__p_%'` | ac_lib_var=`echo c'_'opendir | sed 'y%./+-%__p_%'` | |
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
ac_save_LIBS="$LIBS" | ac_save_LIBS="$LIBS" | |
LIBS=`echo "-lc $LIBS" | sed -e 's/-lc //'` | LIBS=`echo "-lc $LIBS" | sed -e 's/-lc //'` | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2415 "configure" | #line 2423 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
/* Override any gcc2 internal prototype to avoid an error. */ | /* Override any gcc2 internal prototype to avoid an error. */ | |
/* We use char because int might match the return type of a gcc2 | /* We use char because int might match the return type of a gcc2 | |
builtin and then its argument prototype would still apply. */ | builtin and then its argument prototype would still apply. */ | |
char opendir(); | char opendir(); | |
int main() { | int main() { | |
opendir() | opendir() | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:2426: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | if { { eval echo configure:2434: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_lib_$ac_lib_var=yes" | eval "ac_cv_lib_$ac_lib_var=yes" | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_lib_$ac_lib_var=no" | eval "ac_cv_lib_$ac_lib_var=no" | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
LIBS="$ac_save_LIBS" | LIBS="$ac_save_LIBS" | |
fi | fi | |
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
echo "$ac_t""yes" 1>&6 | echo "$ac_t""yes" 1>&6 | |
: | : | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 | echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 | |
echo "configure:2445: checking for opendir in -ldir" >&5 | echo "configure:2453: checking for opendir in -ldir" >&5 | |
ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` | ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` | |
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
ac_save_LIBS="$LIBS" | ac_save_LIBS="$LIBS" | |
LIBS=`echo "-ldir $LIBS" | sed -e 's/-lc //'` | LIBS=`echo "-ldir $LIBS" | sed -e 's/-lc //'` | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2453 "configure" | #line 2461 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
/* Override any gcc2 internal prototype to avoid an error. */ | /* Override any gcc2 internal prototype to avoid an error. */ | |
/* We use char because int might match the return type of a gcc2 | /* We use char because int might match the return type of a gcc2 | |
builtin and then its argument prototype would still apply. */ | builtin and then its argument prototype would still apply. */ | |
char opendir(); | char opendir(); | |
int main() { | int main() { | |
opendir() | opendir() | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:2464: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | if { { eval echo configure:2472: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_lib_$ac_lib_var=yes" | eval "ac_cv_lib_$ac_lib_var=yes" | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_lib_$ac_lib_var=no" | eval "ac_cv_lib_$ac_lib_var=no" | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
LIBS="$ac_save_LIBS" | LIBS="$ac_save_LIBS" | |
skipping to change at line 2149 | skipping to change at line 2149 | |
echo "$ac_t""yes" 1>&6 | echo "$ac_t""yes" 1>&6 | |
LIBS="$LIBS -ldir" | LIBS="$LIBS -ldir" | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
fi | fi | |
else | else | |
echo $ac_n "checking for opendir in -lc""... $ac_c" 1>&6 | echo $ac_n "checking for opendir in -lc""... $ac_c" 1>&6 | |
echo "configure:2488: checking for opendir in -lc" >&5 | echo "configure:2496: checking for opendir in -lc" >&5 | |
ac_lib_var=`echo c'_'opendir | sed 'y%./+-%__p_%'` | ac_lib_var=`echo c'_'opendir | sed 'y%./+-%__p_%'` | |
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
ac_save_LIBS="$LIBS" | ac_save_LIBS="$LIBS" | |
LIBS=`echo "-lc $LIBS" | sed -e 's/-lc //'` | LIBS=`echo "-lc $LIBS" | sed -e 's/-lc //'` | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2496 "configure" | #line 2504 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
/* Override any gcc2 internal prototype to avoid an error. */ | /* Override any gcc2 internal prototype to avoid an error. */ | |
/* We use char because int might match the return type of a gcc2 | /* We use char because int might match the return type of a gcc2 | |
builtin and then its argument prototype would still apply. */ | builtin and then its argument prototype would still apply. */ | |
char opendir(); | char opendir(); | |
int main() { | int main() { | |
opendir() | opendir() | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:2507: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | if { { eval echo configure:2515: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_lib_$ac_lib_var=yes" | eval "ac_cv_lib_$ac_lib_var=yes" | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_lib_$ac_lib_var=no" | eval "ac_cv_lib_$ac_lib_var=no" | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
LIBS="$ac_save_LIBS" | LIBS="$ac_save_LIBS" | |
fi | fi | |
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
echo "$ac_t""yes" 1>&6 | echo "$ac_t""yes" 1>&6 | |
: | : | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 | echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 | |
echo "configure:2526: checking for opendir in -lx" >&5 | echo "configure:2534: checking for opendir in -lx" >&5 | |
ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` | ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` | |
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
ac_save_LIBS="$LIBS" | ac_save_LIBS="$LIBS" | |
LIBS=`echo "-lx $LIBS" | sed -e 's/-lc //'` | LIBS=`echo "-lx $LIBS" | sed -e 's/-lc //'` | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2534 "configure" | #line 2542 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
/* Override any gcc2 internal prototype to avoid an error. */ | /* Override any gcc2 internal prototype to avoid an error. */ | |
/* We use char because int might match the return type of a gcc2 | /* We use char because int might match the return type of a gcc2 | |
builtin and then its argument prototype would still apply. */ | builtin and then its argument prototype would still apply. */ | |
char opendir(); | char opendir(); | |
int main() { | int main() { | |
opendir() | opendir() | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:2545: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | if { { eval echo configure:2553: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_lib_$ac_lib_var=yes" | eval "ac_cv_lib_$ac_lib_var=yes" | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_lib_$ac_lib_var=no" | eval "ac_cv_lib_$ac_lib_var=no" | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
LIBS="$ac_save_LIBS" | LIBS="$ac_save_LIBS" | |
skipping to change at line 2233 | skipping to change at line 2233 | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
fi | fi | |
fi | fi | |
lib_dir="$LIBS" | lib_dir="$LIBS" | |
LIBS="$ac_xsave_LIBS" | LIBS="$ac_xsave_LIBS" | |
echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6 | echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6 | |
echo "configure:2572: checking whether stat file-mode macros are broken" >&5 | echo "configure:2580: checking whether stat file-mode macros are broken" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2577 "configure" | #line 2585 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#include <sys/stat.h> | #include <sys/stat.h> | |
#if defined(S_ISBLK) && defined(S_IFDIR) | #if defined(S_ISBLK) && defined(S_IFDIR) | |
# if S_ISBLK (S_IFDIR) | # if S_ISBLK (S_IFDIR) | |
You lose. | You lose. | |
# endif | # endif | |
#endif | #endif | |
skipping to change at line 2289 | skipping to change at line 2289 | |
echo "$ac_t""$ac_cv_header_stat_broken" 1>&6 | echo "$ac_t""$ac_cv_header_stat_broken" 1>&6 | |
if test $ac_cv_header_stat_broken = yes; then | if test $ac_cv_header_stat_broken = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define STAT_MACROS_BROKEN 1 | #define STAT_MACROS_BROKEN 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac _c" 1>&6 | echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac _c" 1>&6 | |
echo "configure:2628: checking whether time.h and sys/time.h may both be include d" >&5 | echo "configure:2636: checking whether time.h and sys/time.h may both be include d" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2633 "configure" | #line 2641 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#include <sys/time.h> | #include <sys/time.h> | |
#include <time.h> | #include <time.h> | |
int main() { | int main() { | |
struct tm *tp; | struct tm *tp; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:2642: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:2650: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_time=yes | ac_cv_header_time=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_time=no | ac_cv_header_time=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_header_time" 1>&6 | echo "$ac_t""$ac_cv_header_time" 1>&6 | |
if test $ac_cv_header_time = yes; then | if test $ac_cv_header_time = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define TIME_WITH_SYS_TIME 1 | #define TIME_WITH_SYS_TIME 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 | echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 | |
echo "configure:2663: checking for sys/wait.h that is POSIX.1 compatible" >&5 | echo "configure:2671: checking for sys/wait.h that is POSIX.1 compatible" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2668 "configure" | #line 2676 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#include <sys/wait.h> | #include <sys/wait.h> | |
#ifndef WEXITSTATUS | #ifndef WEXITSTATUS | |
#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) | #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) | |
#endif | #endif | |
#ifndef WIFEXITED | #ifndef WIFEXITED | |
#define WIFEXITED(stat_val) (((stat_val) & 255) == 0) | #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) | |
#endif | #endif | |
int main() { | int main() { | |
int s; | int s; | |
wait (&s); | wait (&s); | |
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; | s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:2684: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:2692: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_sys_wait_h=yes | ac_cv_header_sys_wait_h=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_sys_wait_h=no | ac_cv_header_sys_wait_h=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 | echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 | |
if test $ac_cv_header_sys_wait_h = yes; then | if test $ac_cv_header_sys_wait_h = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_WAIT_H 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking if select needs nonstd include files""... $ac_c" 1>&6 | echo $ac_n "checking if select needs nonstd include files""... $ac_c" 1>&6 | |
echo "configure:2705: checking if select needs nonstd include files" >&5 | echo "configure:2713: checking if select needs nonstd include files" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_slect_nonstd_hdr'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_slect_nonstd_hdr'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2710 "configure" | #line 2718 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#include <sys/time.h> | #include <sys/time.h> | |
int main() { | int main() { | |
fd_set rfd; FD_ZERO(&rfd); select(1, &rfd, 0, 0, 0); | fd_set rfd; FD_ZERO(&rfd); select(1, &rfd, 0, 0, 0); | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:2718: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:2726: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_slect_nonstd_hdr=no | ac_cv_header_slect_nonstd_hdr=no | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_slect_nonstd_hdr=yes | ac_cv_header_slect_nonstd_hdr=yes | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_header_slect_nonstd_hdr" 1>&6 | echo "$ac_t""$ac_cv_header_slect_nonstd_hdr" 1>&6 | |
if test $ac_cv_header_slect_nonstd_hdr = yes; then | if test $ac_cv_header_slect_nonstd_hdr = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define SELECT_NONSTD_HDR 1 | #define SELECT_NONSTD_HDR 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking if sys/select.h is needed for select""... $ac_c" 1>&6 | echo $ac_n "checking if sys/select.h is needed for select""... $ac_c" 1>&6 | |
echo "configure:2738: checking if sys/select.h is needed for select" >&5 | echo "configure:2746: checking if sys/select.h is needed for select" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_need_sys_select_h'+set}'`\" = set"; the n | if eval "test \"`echo '$''{'ac_cv_header_need_sys_select_h'+set}'`\" = set"; the n | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2743 "configure" | #line 2751 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#include <sys/time.h> | #include <sys/time.h> | |
#include <sys/select.h> | #include <sys/select.h> | |
#ifndef SELECT_NONSTD_HDR | #ifndef SELECT_NONSTD_HDR | |
do not compile if we do not need nonstandard headers | do not compile if we do not need nonstandard headers | |
#endif | #endif | |
int main() { | int main() { | |
fd_set rfd; FD_ZERO(&rfd); select(1, &rfd, 0, 0, 0); | fd_set rfd; FD_ZERO(&rfd); select(1, &rfd, 0, 0, 0); | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:2755: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:2763: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_need_sys_select_h=yes | ac_cv_header_need_sys_select_h=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_need_sys_select_h=no | ac_cv_header_need_sys_select_h=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_header_need_sys_select_h" 1>&6 | echo "$ac_t""$ac_cv_header_need_sys_select_h" 1>&6 | |
if test $ac_cv_header_need_sys_select_h = yes; then | if test $ac_cv_header_need_sys_select_h = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define NEED_SYS_SELECT_H 1 | #define NEED_SYS_SELECT_H 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking if sys/socket.h is needed for select""... $ac_c" 1>&6 | echo $ac_n "checking if sys/socket.h is needed for select""... $ac_c" 1>&6 | |
echo "configure:2775: checking if sys/socket.h is needed for select" >&5 | echo "configure:2783: checking if sys/socket.h is needed for select" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_need_sys_socket_h'+set}'`\" = set"; the n | if eval "test \"`echo '$''{'ac_cv_header_need_sys_socket_h'+set}'`\" = set"; the n | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2780 "configure" | #line 2788 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#include <sys/time.h> | #include <sys/time.h> | |
#include <sys/socket.h> | #include <sys/socket.h> | |
#ifndef SELECT_NONSTD_HDR | #ifndef SELECT_NONSTD_HDR | |
do not compile if we do not need nonstandard headers | do not compile if we do not need nonstandard headers | |
#endif | #endif | |
int main() { | int main() { | |
fd_set rfd; FD_ZERO(&rfd); select(1, &rfd, 0, 0, 0); | fd_set rfd; FD_ZERO(&rfd); select(1, &rfd, 0, 0, 0); | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:2792: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:2800: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_need_sys_socket_h=yes | ac_cv_header_need_sys_socket_h=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_need_sys_socket_h=no | ac_cv_header_need_sys_socket_h=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
skipping to change at line 2476 | skipping to change at line 2476 | |
if test $ac_cv_header_need_sys_socket_h = yes; then | if test $ac_cv_header_need_sys_socket_h = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define NEED_SYS_SOCKET_H 1 | #define NEED_SYS_SOCKET_H 1 | |
EOF | EOF | |
fi | fi | |
for ac_hdr in ar.h | for ac_hdr in ar.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:2815: checking for $ac_hdr" >&5 | echo "configure:2823: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2820 "configure" | #line 2828 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:2825: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:2833: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 2516 | skipping to change at line 2516 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in assert.h | for ac_hdr in assert.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:2855: checking for $ac_hdr" >&5 | echo "configure:2863: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2860 "configure" | #line 2868 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:2865: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:2873: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 2556 | skipping to change at line 2556 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in stdio.h varargs.h stdarg.h stdlib.h stddef.h string.h strings.h un istd.h fcntl.h io.h sys/file.h | for ac_hdr in stdio.h varargs.h stdarg.h stdlib.h stddef.h string.h strings.h un istd.h fcntl.h io.h sys/file.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:2895: checking for $ac_hdr" >&5 | echo "configure:2903: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2900 "configure" | #line 2908 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:2905: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:2913: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 2596 | skipping to change at line 2596 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in conio.h | for ac_hdr in conio.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:2935: checking for $ac_hdr" >&5 | echo "configure:2943: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2940 "configure" | #line 2948 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:2945: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:2953: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 2636 | skipping to change at line 2636 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in getopt.h | for ac_hdr in getopt.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:2975: checking for $ac_hdr" >&5 | echo "configure:2983: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 2980 "configure" | #line 2988 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:2985: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:2993: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 2676 | skipping to change at line 2676 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in limits.h | for ac_hdr in limits.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3015: checking for $ac_hdr" >&5 | echo "configure:3023: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3020 "configure" | #line 3028 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3025: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3033: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 2716 | skipping to change at line 2716 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in a.out.h aouthdr.h elf.h | for ac_hdr in a.out.h aouthdr.h elf.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3055: checking for $ac_hdr" >&5 | echo "configure:3063: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3060 "configure" | #line 3068 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3065: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3073: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 2756 | skipping to change at line 2756 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sysexits.h | for ac_hdr in sysexits.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3095: checking for $ac_hdr" >&5 | echo "configure:3103: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3100 "configure" | #line 3108 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3105: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3113: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 2796 | skipping to change at line 2796 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in malloc.h posix/malloc.h sgtty.h termios.h termio.h | for ac_hdr in malloc.h posix/malloc.h sgtty.h termios.h termio.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3135: checking for $ac_hdr" >&5 | echo "configure:3143: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3140 "configure" | #line 3148 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3145: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3153: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 2836 | skipping to change at line 2836 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in pwd.h grp.h sys/acl.h aclutils.h acllib.h acl/libacl.h | for ac_hdr in pwd.h grp.h sys/acl.h aclutils.h acllib.h acl/libacl.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3175: checking for $ac_hdr" >&5 | echo "configure:3183: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3180 "configure" | #line 3188 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3185: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3193: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 2876 | skipping to change at line 2876 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in signal.h siginfo.h sys/siginfo.h ucontext.h | for ac_hdr in signal.h siginfo.h sys/siginfo.h ucontext.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3215: checking for $ac_hdr" >&5 | echo "configure:3223: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3220 "configure" | #line 3228 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3225: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3233: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 2916 | skipping to change at line 2916 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in shadow.h syslog.h | for ac_hdr in shadow.h syslog.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3255: checking for $ac_hdr" >&5 | echo "configure:3263: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3260 "configure" | #line 3268 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3265: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3273: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 2956 | skipping to change at line 2956 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sys/time.h sys/times.h utime.h sys/utime.h sys/ioctl.h sys/filio.h sys/param.h sys/systeminfo.h sys/sysctl.h | for ac_hdr in sys/time.h sys/times.h utime.h sys/utime.h sys/ioctl.h sys/filio.h sys/param.h sys/systeminfo.h sys/sysctl.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3295: checking for $ac_hdr" >&5 | echo "configure:3303: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3300 "configure" | #line 3308 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3305: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3313: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 2996 | skipping to change at line 2996 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sys/loadavg.h | for ac_hdr in sys/loadavg.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3335: checking for $ac_hdr" >&5 | echo "configure:3343: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3340 "configure" | #line 3348 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3345: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3353: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3036 | skipping to change at line 3036 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sys/syscall.h | for ac_hdr in sys/syscall.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3375: checking for $ac_hdr" >&5 | echo "configure:3383: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3380 "configure" | #line 3388 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3385: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3393: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3076 | skipping to change at line 3076 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in mach/machine.h | for ac_hdr in mach/machine.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3415: checking for $ac_hdr" >&5 | echo "configure:3423: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3420 "configure" | #line 3428 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3425: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3433: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3116 | skipping to change at line 3116 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in mntent.h sys/mntent.h sys/mnttab.h sys/mount.h | for ac_hdr in mntent.h sys/mntent.h sys/mnttab.h sys/mount.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3455: checking for $ac_hdr" >&5 | echo "configure:3463: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3460 "configure" | #line 3468 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3465: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3473: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3156 | skipping to change at line 3156 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sys/fork.h vfork.h wait.h sys/wait.h sys/resource.h sys/dbx_plugin .h procfs.h sys/procfs.h libproc.h | for ac_hdr in sys/fork.h vfork.h wait.h sys/wait.h sys/resource.h sys/dbx_plugin .h procfs.h sys/procfs.h libproc.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3495: checking for $ac_hdr" >&5 | echo "configure:3503: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3500 "configure" | #line 3508 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3505: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3513: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3196 | skipping to change at line 3196 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in ulimit.h | for ac_hdr in ulimit.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3535: checking for $ac_hdr" >&5 | echo "configure:3543: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3540 "configure" | #line 3548 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3545: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3553: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3236 | skipping to change at line 3236 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in process.h | for ac_hdr in process.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3575: checking for $ac_hdr" >&5 | echo "configure:3583: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3580 "configure" | #line 3588 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3585: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3593: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3276 | skipping to change at line 3276 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sys/utsname.h sys/priocntl.h sys/rtpriocntl.h sys/procset.h sys/au xv.h | for ac_hdr in sys/utsname.h sys/priocntl.h sys/rtpriocntl.h sys/procset.h sys/au xv.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3615: checking for $ac_hdr" >&5 | echo "configure:3623: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3620 "configure" | #line 3628 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3625: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3633: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3316 | skipping to change at line 3316 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sys/mtio.h sys/tape.h sys/mman.h linux/pg.h camlib.h | for ac_hdr in sys/mtio.h sys/tape.h sys/mman.h linux/pg.h camlib.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3655: checking for $ac_hdr" >&5 | echo "configure:3663: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3660 "configure" | #line 3668 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3665: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3673: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3356 | skipping to change at line 3356 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sys/shm.h sys/sem.h sys/ipc.h semaphore.h | for ac_hdr in sys/shm.h sys/sem.h sys/ipc.h semaphore.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3695: checking for $ac_hdr" >&5 | echo "configure:3703: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3700 "configure" | #line 3708 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3705: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3713: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3396 | skipping to change at line 3396 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sys/dkio.h sys/dklabel.h sun/dkio.h sun/dklabel.h | for ac_hdr in sys/dkio.h sys/dklabel.h sun/dkio.h sun/dklabel.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3735: checking for $ac_hdr" >&5 | echo "configure:3743: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3740 "configure" | #line 3748 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3745: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3753: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3436 | skipping to change at line 3436 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sys/types.h sys/stat.h types.h stat.h | for ac_hdr in sys/types.h sys/stat.h types.h stat.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3775: checking for $ac_hdr" >&5 | echo "configure:3783: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3780 "configure" | #line 3788 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3785: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3793: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3476 | skipping to change at line 3476 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sys/stypes.h sys/filedesc.h | for ac_hdr in sys/stypes.h sys/filedesc.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3815: checking for $ac_hdr" >&5 | echo "configure:3823: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3820 "configure" | #line 3828 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3825: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3833: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3516 | skipping to change at line 3516 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sys/acct.h | for ac_hdr in sys/acct.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3855: checking for $ac_hdr" >&5 | echo "configure:3863: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3860 "configure" | #line 3868 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3865: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3873: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3556 | skipping to change at line 3556 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sys/mkdev.h sys/sysmacros.h | for ac_hdr in sys/mkdev.h sys/sysmacros.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3895: checking for $ac_hdr" >&5 | echo "configure:3903: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3900 "configure" | #line 3908 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3905: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3913: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3596 | skipping to change at line 3596 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in poll.h sys/poll.h sys/select.h | for ac_hdr in poll.h sys/poll.h sys/select.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3935: checking for $ac_hdr" >&5 | echo "configure:3943: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3940 "configure" | #line 3948 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3945: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3953: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3636 | skipping to change at line 3636 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in netdb.h arpa/aixrcmds.h sys/socket.h netinet/in.h stropts.h | for ac_hdr in netdb.h arpa/aixrcmds.h sys/socket.h netinet/in.h stropts.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:3975: checking for $ac_hdr" >&5 | echo "configure:3983: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 3980 "configure" | #line 3988 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:3985: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:3993: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3676 | skipping to change at line 3676 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in ieeefp.h fp.h | for ac_hdr in ieeefp.h fp.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4015: checking for $ac_hdr" >&5 | echo "configure:4023: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4020 "configure" | #line 4028 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4025: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4033: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3716 | skipping to change at line 3716 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in values.h float.h math.h | for ac_hdr in values.h float.h math.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4055: checking for $ac_hdr" >&5 | echo "configure:4063: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4060 "configure" | #line 4068 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4065: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4073: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3756 | skipping to change at line 3756 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in arpa/inet.h | for ac_hdr in arpa/inet.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4095: checking for $ac_hdr" >&5 | echo "configure:4103: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4100 "configure" | #line 4108 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4105: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4113: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3796 | skipping to change at line 3796 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in rpc/rpc.h | for ac_hdr in rpc/rpc.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4135: checking for $ac_hdr" >&5 | echo "configure:4143: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4140 "configure" | #line 4148 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4145: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4153: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3836 | skipping to change at line 3836 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in bsd/dev/scsireg.h | for ac_hdr in bsd/dev/scsireg.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4175: checking for $ac_hdr" >&5 | echo "configure:4183: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4180 "configure" | #line 4188 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4185: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4193: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3876 | skipping to change at line 3876 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sys/bsdtty.h | for ac_hdr in sys/bsdtty.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4215: checking for $ac_hdr" >&5 | echo "configure:4223: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4220 "configure" | #line 4228 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4225: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4233: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3916 | skipping to change at line 3916 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in scsi/scsi.h scsi/sg.h linux/scsi.h linux.sg.h | for ac_hdr in scsi/scsi.h scsi/sg.h linux/scsi.h linux.sg.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4255: checking for $ac_hdr" >&5 | echo "configure:4263: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4260 "configure" | #line 4268 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4265: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4273: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3956 | skipping to change at line 3956 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in linux/types.h linux/gfp.h asm/types.h | for ac_hdr in linux/types.h linux/gfp.h asm/types.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4295: checking for $ac_hdr" >&5 | echo "configure:4303: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4300 "configure" | #line 4308 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4305: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4313: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 3996 | skipping to change at line 3996 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sys/capability.h | for ac_hdr in sys/capability.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4335: checking for $ac_hdr" >&5 | echo "configure:4343: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4340 "configure" | #line 4348 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4345: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4353: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4036 | skipping to change at line 4036 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in selinux/selinux.h | for ac_hdr in selinux/selinux.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4375: checking for $ac_hdr" >&5 | echo "configure:4383: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4380 "configure" | #line 4388 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4385: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4393: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4076 | skipping to change at line 4076 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in OS.h | for ac_hdr in OS.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4415: checking for $ac_hdr" >&5 | echo "configure:4423: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4420 "configure" | #line 4428 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4425: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4433: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4116 | skipping to change at line 4116 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in os2.h | for ac_hdr in os2.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4455: checking for $ac_hdr" >&5 | echo "configure:4463: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4460 "configure" | #line 4468 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4465: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4473: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4156 | skipping to change at line 4156 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in os2me.h | for ac_hdr in os2me.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4495: checking for $ac_hdr" >&5 | echo "configure:4503: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4500 "configure" | #line 4508 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4505: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4513: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4196 | skipping to change at line 4196 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in windows.h | for ac_hdr in windows.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4535: checking for $ac_hdr" >&5 | echo "configure:4543: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4540 "configure" | #line 4548 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4545: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4553: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4236 | skipping to change at line 4236 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in linux/fs.h ext2fs/ext2_fs.h | for ac_hdr in linux/fs.h ext2fs/ext2_fs.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4575: checking for $ac_hdr" >&5 | echo "configure:4583: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4580 "configure" | #line 4588 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4585: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4593: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4276 | skipping to change at line 4276 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in sys/xattr.h | for ac_hdr in sys/xattr.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4615: checking for $ac_hdr" >&5 | echo "configure:4623: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4620 "configure" | #line 4628 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4625: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4633: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4316 | skipping to change at line 4316 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in attr/xattr.h | for ac_hdr in attr/xattr.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4655: checking for $ac_hdr" >&5 | echo "configure:4663: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4660 "configure" | #line 4668 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4665: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4673: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4356 | skipping to change at line 4356 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in crt_externs.h | for ac_hdr in crt_externs.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4695: checking for $ac_hdr" >&5 | echo "configure:4703: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4700 "configure" | #line 4708 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4705: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4713: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4396 | skipping to change at line 4396 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in fnmatch.h | for ac_hdr in fnmatch.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4735: checking for $ac_hdr" >&5 | echo "configure:4743: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4740 "configure" | #line 4748 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4745: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4753: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4436 | skipping to change at line 4436 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in libintl.h locale.h langinfo.h nl_types.h | for ac_hdr in libintl.h locale.h langinfo.h nl_types.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4775: checking for $ac_hdr" >&5 | echo "configure:4783: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4780 "configure" | #line 4788 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4785: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4793: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4476 | skipping to change at line 4476 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in ctype.h wctype.h wchar.h iconv.h | for ac_hdr in ctype.h wctype.h wchar.h iconv.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4815: checking for $ac_hdr" >&5 | echo "configure:4823: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4820 "configure" | #line 4828 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4825: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4833: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4516 | skipping to change at line 4516 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in priv.h sys/priv.h | for ac_hdr in priv.h sys/priv.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4855: checking for $ac_hdr" >&5 | echo "configure:4863: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4860 "configure" | #line 4868 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4865: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4873: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4556 | skipping to change at line 4556 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in exec_attr.h secdb.h | for ac_hdr in exec_attr.h secdb.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4895: checking for $ac_hdr" >&5 | echo "configure:4903: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4900 "configure" | #line 4908 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4905: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4913: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4596 | skipping to change at line 4596 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in direct.h | for ac_hdr in direct.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4935: checking for $ac_hdr" >&5 | echo "configure:4943: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4940 "configure" | #line 4948 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4945: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4953: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4636 | skipping to change at line 4636 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in pthread.h thread.h | for ac_hdr in pthread.h thread.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:4975: checking for $ac_hdr" >&5 | echo "configure:4983: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 4980 "configure" | #line 4988 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:4985: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:4993: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4676 | skipping to change at line 4676 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in libgen.h | for ac_hdr in libgen.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:5015: checking for $ac_hdr" >&5 | echo "configure:5023: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5020 "configure" | #line 5028 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:5025: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:5033: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4716 | skipping to change at line 4716 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in regex.h regexp.h regexpr.h | for ac_hdr in regex.h regexp.h regexpr.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:5055: checking for $ac_hdr" >&5 | echo "configure:5063: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5060 "configure" | #line 5068 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:5065: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:5073: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4756 | skipping to change at line 4756 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in dlfcn.h link.h dl.h libelf.h | for ac_hdr in dlfcn.h link.h dl.h libelf.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:5095: checking for $ac_hdr" >&5 | echo "configure:5103: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5100 "configure" | #line 5108 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:5105: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:5113: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4796 | skipping to change at line 4796 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in ranlib.h | for ac_hdr in ranlib.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:5135: checking for $ac_hdr" >&5 | echo "configure:5143: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5140 "configure" | #line 5148 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:5145: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:5153: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4836 | skipping to change at line 4836 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in expat.h | for ac_hdr in expat.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:5175: checking for $ac_hdr" >&5 | echo "configure:5183: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5180 "configure" | #line 5188 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:5185: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:5193: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 4873 | skipping to change at line 4873 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define $ac_tr_hdr 1 | #define $ac_tr_hdr 1 | |
EOF | EOF | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
echo $ac_n "checking for header file containing major(), minor() and makedev()" "... $ac_c" 1>&6 | echo $ac_n "checking for header file containing major(), minor() and makedev()" "... $ac_c" 1>&6 | |
echo "configure:5213: checking for header file containing major(), minor() and makedev()" >&5 | echo "configure:5221: checking for header file containing major(), minor() and makedev()" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_makedev'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_makedev'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
ac_cv_header_makedev=none | ac_cv_header_makedev=none | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5219 "configure" | #line 5227 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#ifdef HAVE_SYS_MKDEV_H | #ifdef HAVE_SYS_MKDEV_H | |
#include <sys/mkdev.h> | #include <sys/mkdev.h> | |
#else | #else | |
do not compile if we do not have the header | do not compile if we do not have the header | |
#endif | #endif | |
int main() { | int main() { | |
int i = major(0); i = minor(0); i = makedev(0,0); | int i = major(0); i = minor(0); i = makedev(0,0); | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:5231: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:5239: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_makedev=sys/mkdev.h | ac_cv_header_makedev=sys/mkdev.h | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
if test $ac_cv_header_makedev = none; then | if test $ac_cv_header_makedev = none; then | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5241 "configure" | #line 5249 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#ifdef HAVE_SYS_SYSMACROS_H | #ifdef HAVE_SYS_SYSMACROS_H | |
#include <sys/sysmacros.h> | #include <sys/sysmacros.h> | |
#else | #else | |
do not compile if we do not have the header | do not compile if we do not have the header | |
#endif | #endif | |
int main() { | int main() { | |
int i = major(0); i = minor(0); i = makedev(0,0); | int i = major(0); i = minor(0); i = makedev(0,0); | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:5253: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:5261: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_makedev=sys/sysmacros.h | ac_cv_header_makedev=sys/sysmacros.h | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
fi | fi | |
skipping to change at line 4939 | skipping to change at line 4939 | |
fi | fi | |
if test $ac_cv_header_makedev = sys/sysmacros.h; then | if test $ac_cv_header_makedev = sys/sysmacros.h; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define MAJOR_IN_SYSMACROS 1 | #define MAJOR_IN_SYSMACROS 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking bits in minor device number""... $ac_c" 1>&6 | echo $ac_n "checking bits in minor device number""... $ac_c" 1>&6 | |
echo "configure:5280: checking bits in minor device number" >&5 | echo "configure:5288: checking bits in minor device number" >&5 | |
if eval "test \"`echo '$''{'ac_cv_dev_minor_bits'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_dev_minor_bits'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5288 "configure" | #line 5296 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#include <sys/types.h> | #include <sys/types.h> | |
#ifdef major | #ifdef major | |
# define _FOUND_MAJOR_ | # define _FOUND_MAJOR_ | |
#endif | #endif | |
#ifdef MAJOR_IN_MKDEV | #ifdef MAJOR_IN_MKDEV | |
# include <sys/mkdev.h> | # include <sys/mkdev.h> | |
# define _FOUND_MAJOR_ | # define _FOUND_MAJOR_ | |
skipping to change at line 5014 | skipping to change at line 5014 | |
for (i=1, m=0; i <= maxloop; i++, l<<=1) { | for (i=1, m=0; i <= maxloop; i++, l<<=1) { | |
if (minor(l) == 0 && c == 0) | if (minor(l) == 0 && c == 0) | |
c = m; | c = m; | |
if (minor(l) != 0) | if (minor(l) != 0) | |
m++; | m++; | |
} | } | |
fprintf(f, "%d\n", m); | fprintf(f, "%d\n", m); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:5355: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:5363: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_dev_minor_bits=`cat conftestval` | ac_cv_dev_minor_bits=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_dev_minor_bits=0 | ac_cv_dev_minor_bits=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_dev_minor_bits" 1>&6 | echo "$ac_t""$ac_cv_dev_minor_bits" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define DEV_MINOR_BITS $ac_cv_dev_minor_bits | #define DEV_MINOR_BITS $ac_cv_dev_minor_bits | |
EOF | EOF | |
echo $ac_n "checking whether bits in minor device numbers are non contiguous"".. . $ac_c" 1>&6 | echo $ac_n "checking whether bits in minor device numbers are non contiguous"".. . $ac_c" 1>&6 | |
echo "configure:5375: checking whether bits in minor device numbers are non cont iguous" >&5 | echo "configure:5383: checking whether bits in minor device numbers are non cont iguous" >&5 | |
if eval "test \"`echo '$''{'ac_cv_dev_minor_noncontig'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_dev_minor_noncontig'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5383 "configure" | #line 5391 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#ifdef major | #ifdef major | |
# define _FOUND_MAJOR_ | # define _FOUND_MAJOR_ | |
#endif | #endif | |
#ifdef MAJOR_IN_MKDEV | #ifdef MAJOR_IN_MKDEV | |
# include <sys/mkdev.h> | # include <sys/mkdev.h> | |
# define _FOUND_MAJOR_ | # define _FOUND_MAJOR_ | |
skipping to change at line 5103 | skipping to change at line 5103 | |
maxloop = 64; | maxloop = 64; | |
for (i=1, m=0; i <= maxloop; i++, l<<=1) { | for (i=1, m=0; i <= maxloop; i++, l<<=1) { | |
if (minor(l) == 0 && c == 0) | if (minor(l) == 0 && c == 0) | |
c = m; | c = m; | |
if (minor(l) != 0) | if (minor(l) != 0) | |
m++; | m++; | |
} | } | |
return (m == c);} | return (m == c);} | |
EOF | EOF | |
if { { eval echo configure:5445: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:5453: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_dev_minor_noncontig=yes | ac_cv_dev_minor_noncontig=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_dev_minor_noncontig=no | ac_cv_dev_minor_noncontig=no | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
skipping to change at line 5126 | skipping to change at line 5126 | |
echo "$ac_t""$ac_cv_dev_minor_noncontig" 1>&6 | echo "$ac_t""$ac_cv_dev_minor_noncontig" 1>&6 | |
if test $ac_cv_dev_minor_noncontig = yes; then | if test $ac_cv_dev_minor_noncontig = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define DEV_MINOR_NONCONTIG 1 | #define DEV_MINOR_NONCONTIG 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for _filbuf()""... $ac_c" 1>&6 | echo $ac_n "checking for _filbuf()""... $ac_c" 1>&6 | |
echo "configure:5468: checking for _filbuf()" >&5 | echo "configure:5476: checking for _filbuf()" >&5 | |
if eval "test \"`echo '$''{'ac_cv_func__filbuf'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_func__filbuf'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5473 "configure" | #line 5481 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
int main() { | int main() { | |
FILE *f; | FILE *f; | |
int flag; | int flag; | |
int count; | int count; | |
char *ptr; | char *ptr; | |
char c = 0; | char c = 0; | |
f = fopen("confdefs.h", "r"); | f = fopen("confdefs.h", "r"); | |
_filbuf(f); | _filbuf(f); | |
_flsbuf(c, f); | _flsbuf(c, f); | |
flag = f->_flag & _IONBF; | flag = f->_flag & _IONBF; | |
flag |= f->_flag & _IOERR; | flag |= f->_flag & _IOERR; | |
flag |= f->_flag & _IOEOF; | flag |= f->_flag & _IOEOF; | |
count = f->_cnt; | count = f->_cnt; | |
ptr = (char *)f->_ptr; | ptr = (char *)f->_ptr; | |
fclose(f); | fclose(f); | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:5493: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | if { { eval echo configure:5501: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_func__filbuf=yes | ac_cv_func__filbuf=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_func__filbuf=no | ac_cv_func__filbuf=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_func__filbuf" 1>&6 | echo "$ac_t""$ac_cv_func__filbuf" 1>&6 | |
if test $ac_cv_func__filbuf = yes; then | if test $ac_cv_func__filbuf = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE__FILBUF 1 | #define HAVE__FILBUF 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for __filbuf()""... $ac_c" 1>&6 | echo $ac_n "checking for __filbuf()""... $ac_c" 1>&6 | |
echo "configure:5513: checking for __filbuf()" >&5 | echo "configure:5521: checking for __filbuf()" >&5 | |
if eval "test \"`echo '$''{'ac_cv_func___filbuf'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_func___filbuf'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5518 "configure" | #line 5526 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
int main() { | int main() { | |
FILE *f; | FILE *f; | |
int flag; | int flag; | |
int count; | int count; | |
char *ptr; | char *ptr; | |
char c = 0; | char c = 0; | |
f = fopen("confdefs.h", "r"); | f = fopen("confdefs.h", "r"); | |
__filbuf(f); | __filbuf(f); | |
__flsbuf(c, f); | __flsbuf(c, f); | |
flag = f->_flag & _IONBF; | flag = f->_flag & _IONBF; | |
flag |= f->_flag & _IOERR; | flag |= f->_flag & _IOERR; | |
flag |= f->_flag & _IOEOF; | flag |= f->_flag & _IOEOF; | |
count = f->_cnt; | count = f->_cnt; | |
ptr = (char *)f->_ptr; | ptr = (char *)f->_ptr; | |
fclose(f); | fclose(f); | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:5538: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | if { { eval echo configure:5546: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_func___filbuf=yes | ac_cv_func___filbuf=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_func___filbuf=no | ac_cv_func___filbuf=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_func___filbuf" 1>&6 | echo "$ac_t""$ac_cv_func___filbuf" 1>&6 | |
if test $ac_cv_func___filbuf = yes; then | if test $ac_cv_func___filbuf = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE___FILBUF 1 | #define HAVE___FILBUF 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for USG derived STDIO""... $ac_c" 1>&6 | echo $ac_n "checking for USG derived STDIO""... $ac_c" 1>&6 | |
echo "configure:5558: checking for USG derived STDIO" >&5 | echo "configure:5566: checking for USG derived STDIO" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_usg_stdio'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_usg_stdio'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5563 "configure" | #line 5571 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
int main() { | int main() { | |
FILE *f; | FILE *f; | |
int flag; | int flag; | |
int count; | int count; | |
char *ptr; | char *ptr; | |
char c = 0; | char c = 0; | |
f = fopen("confdefs.h", "r"); | f = fopen("confdefs.h", "r"); | |
#ifdef HAVE___FILBUF | #ifdef HAVE___FILBUF | |
skipping to change at line 5250 | skipping to change at line 5250 | |
# endif | # endif | |
#endif | #endif | |
flag = f->_flag & _IONBF; | flag = f->_flag & _IONBF; | |
flag |= f->_flag & _IOERR; | flag |= f->_flag & _IOERR; | |
flag |= f->_flag & _IOEOF; | flag |= f->_flag & _IOEOF; | |
count = f->_cnt; | count = f->_cnt; | |
ptr = (char *)f->_ptr; | ptr = (char *)f->_ptr; | |
fclose(f); | fclose(f); | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:5592: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | if { { eval echo configure:5600: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_usg_stdio=yes | ac_cv_header_usg_stdio=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_usg_stdio=no | ac_cv_header_usg_stdio=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_header_usg_stdio" 1>&6 | echo "$ac_t""$ac_cv_header_usg_stdio" 1>&6 | |
if test $ac_cv_header_usg_stdio = yes; then | if test $ac_cv_header_usg_stdio = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_USG_STDIO 1 | #define HAVE_USG_STDIO 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for errno definition in errno.h""... $ac_c" 1>&6 | echo $ac_n "checking for errno definition in errno.h""... $ac_c" 1>&6 | |
echo "configure:5612: checking for errno definition in errno.h" >&5 | echo "configure:5620: checking for errno definition in errno.h" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_errno_def'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_errno_def'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5617 "configure" | #line 5625 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <errno.h> | #include <errno.h> | |
int main() { | int main() { | |
errno = 0; | errno = 0; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:5624: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:5632: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_errno_def=yes | ac_cv_header_errno_def=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_errno_def=no | ac_cv_header_errno_def=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_header_errno_def" 1>&6 | echo "$ac_t""$ac_cv_header_errno_def" 1>&6 | |
if test $ac_cv_header_errno_def = yes; then | if test $ac_cv_header_errno_def = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_ERRNO_DEF 1 | #define HAVE_ERRNO_DEF 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for environ definition in unistd.h/stdlib.h""... $ac_c" 1>& 6 | echo $ac_n "checking for environ definition in unistd.h/stdlib.h""... $ac_c" 1>& 6 | |
echo "configure:5644: checking for environ definition in unistd.h/stdlib.h" >&5 | echo "configure:5652: checking for environ definition in unistd.h/stdlib.h" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_environ_def'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_environ_def'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5649 "configure" | #line 5657 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#ifdef HAVE_UNISTD_H | #ifdef HAVE_UNISTD_H | |
#include <unistd.h> | #include <unistd.h> | |
#else | #else | |
#ifdef HAVE_STDLIB_H | #ifdef HAVE_STDLIB_H | |
#include <stdlib.h> /* MSC no unistd.h but environ in stdlib.h */ | #include <stdlib.h> /* MSC no unistd.h but environ in stdlib.h */ | |
#endif | #endif | |
#endif | #endif | |
int main() { | int main() { | |
environ = 0; | environ = 0; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:5664: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:5672: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_environ_def=yes | ac_cv_header_environ_def=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_environ_def=no | ac_cv_header_environ_def=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_header_environ_def" 1>&6 | echo "$ac_t""$ac_cv_header_environ_def" 1>&6 | |
if test $ac_cv_header_environ_def = yes; then | if test $ac_cv_header_environ_def = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_ENVIRON_DEF 1 | #define HAVE_ENVIRON_DEF 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for sys_siglist definition in signal.h""... $ac_c" 1>&6 | echo $ac_n "checking for sys_siglist definition in signal.h""... $ac_c" 1>&6 | |
echo "configure:5684: checking for sys_siglist definition in signal.h" >&5 | echo "configure:5692: checking for sys_siglist definition in signal.h" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_sys_siglist_def'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_sys_siglist_def'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5689 "configure" | #line 5697 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <signal.h> | #include <signal.h> | |
int main() { | int main() { | |
char *cp = (char *)sys_siglist[0]; return (cp != (char *)0 && *cp != 0); | char *cp = (char *)sys_siglist[0]; return (cp != (char *)0 && *cp != 0); | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:5696: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:5704: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_sys_siglist_def=yes | ac_cv_header_sys_siglist_def=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_sys_siglist_def=no | ac_cv_header_sys_siglist_def=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
skipping to change at line 5377 | skipping to change at line 5377 | |
if test $ac_cv_header_sys_siglist_def = yes; then | if test $ac_cv_header_sys_siglist_def = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_SYS_SIGLIST_DEF 1 | #define HAVE_SYS_SIGLIST_DEF 1 | |
EOF | EOF | |
fi | fi | |
for ac_hdr in stdlib.h | for ac_hdr in stdlib.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:5719: checking for $ac_hdr" >&5 | echo "configure:5727: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5724 "configure" | #line 5732 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:5729: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:5737: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 5417 | skipping to change at line 5417 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in unistd.h | for ac_hdr in unistd.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:5759: checking for $ac_hdr" >&5 | echo "configure:5767: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5764 "configure" | #line 5772 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:5769: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:5777: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 5457 | skipping to change at line 5457 | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
for ac_hdr in wait.h | for ac_hdr in wait.h | |
do | do | |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
echo "configure:5799: checking for $ac_hdr" >&5 | echo "configure:5807: checking for $ac_hdr" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5804 "configure" | #line 5812 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <$ac_hdr> | #include <$ac_hdr> | |
EOF | EOF | |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
{ { eval echo configure:5809: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | { { eval echo configure:5817: \"$ac_try\" ;} 1>&5; { eval $ac_try ;} 2>&5; } | |
ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | ac_err=`tr -d '\015' < conftest.out | grep -v '^ *+' | grep -v "^conftest.${ac_e xt}\$"` | |
if test -z "$ac_err"; then | if test -z "$ac_err"; then | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=yes" | eval "ac_cv_header_$ac_safe=yes" | |
else | else | |
echo "$ac_err" >&5 | echo "$ac_err" >&5 | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
eval "ac_cv_header_$ac_safe=no" | eval "ac_cv_header_$ac_safe=no" | |
skipping to change at line 5494 | skipping to change at line 5494 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define $ac_tr_hdr 1 | #define $ac_tr_hdr 1 | |
EOF | EOF | |
else | else | |
echo "$ac_t""no" 1>&6 | echo "$ac_t""no" 1>&6 | |
fi | fi | |
done | done | |
echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 | echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 | |
echo "configure:5836: checking for sys/wait.h that is POSIX.1 compatible" >&5 | echo "configure:5844: checking for sys/wait.h that is POSIX.1 compatible" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5841 "configure" | #line 5849 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#include <sys/wait.h> | #include <sys/wait.h> | |
#ifndef WEXITSTATUS | #ifndef WEXITSTATUS | |
#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) | #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) | |
#endif | #endif | |
#ifndef WIFEXITED | #ifndef WIFEXITED | |
#define WIFEXITED(stat_val) (((stat_val) & 255) == 0) | #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) | |
#endif | #endif | |
int main() { | int main() { | |
int s; | int s; | |
wait (&s); | wait (&s); | |
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; | s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:5857: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:5865: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_sys_wait_h=yes | ac_cv_header_sys_wait_h=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_sys_wait_h=no | ac_cv_header_sys_wait_h=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 | echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 | |
if test $ac_cv_header_sys_wait_h = yes; then | if test $ac_cv_header_sys_wait_h = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_WAIT_H 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for errno definition in errno.h""... $ac_c" 1>&6 | echo $ac_n "checking for errno definition in errno.h""... $ac_c" 1>&6 | |
echo "configure:5878: checking for errno definition in errno.h" >&5 | echo "configure:5886: checking for errno definition in errno.h" >&5 | |
if eval "test \"`echo '$''{'ac_cv_header_errno_def'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_header_errno_def'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5883 "configure" | #line 5891 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <errno.h> | #include <errno.h> | |
int main() { | int main() { | |
errno = 0; | errno = 0; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:5890: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:5898: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_errno_def=yes | ac_cv_header_errno_def=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_header_errno_def=no | ac_cv_header_errno_def=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_header_errno_def" 1>&6 | echo "$ac_t""$ac_cv_header_errno_def" 1>&6 | |
if test $ac_cv_header_errno_def = yes; then | if test $ac_cv_header_errno_def = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_ERRNO_DEF 1 | #define HAVE_ERRNO_DEF 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for SVr4 compliant waitpid() with WNOWAIT support""... $ac_ c" 1>&6 | echo $ac_n "checking for SVr4 compliant waitpid() with WNOWAIT support""... $ac_ c" 1>&6 | |
echo "configure:5910: checking for SVr4 compliant waitpid() with WNOWAIT support " >&5 | echo "configure:5918: checking for SVr4 compliant waitpid() with WNOWAIT support " >&5 | |
if eval "test \"`echo '$''{'ac_cv_wnowait_waitpid'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_wnowait_waitpid'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5918 "configure" | #line 5926 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#ifdef HAVE_STDLIB_H | #ifdef HAVE_STDLIB_H | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#ifdef HAVE_UNISTD_H | #ifdef HAVE_UNISTD_H | |
#include <unistd.h> | #include <unistd.h> | |
#endif | #endif | |
#if defined(HAVE_WAIT_H) | #if defined(HAVE_WAIT_H) | |
# include <wait.h> | # include <wait.h> | |
skipping to change at line 5608 | skipping to change at line 5608 | |
int xstat; | int xstat; | |
pid_t pid = -1; | pid_t pid = -1; | |
int ret; | int ret; | |
ret = waitpid(pid, &xstat, WNOWAIT); | ret = waitpid(pid, &xstat, WNOWAIT); | |
if (ret < 0 && errno == EINVAL) | if (ret < 0 && errno == EINVAL) | |
exit(1); | exit(1); | |
exit(0); | exit(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:5950: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:5958: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_wnowait_waitpid=yes | ac_cv_wnowait_waitpid=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_wnowait_waitpid=no | ac_cv_wnowait_waitpid=no | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
skipping to change at line 5631 | skipping to change at line 5631 | |
echo "$ac_t""$ac_cv_wnowait_waitpid" 1>&6 | echo "$ac_t""$ac_cv_wnowait_waitpid" 1>&6 | |
if test $ac_cv_wnowait_waitpid = yes; then | if test $ac_cv_wnowait_waitpid = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_WNOWAIT_WAITPID 1 | #define HAVE_WNOWAIT_WAITPID 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for working const""... $ac_c" 1>&6 | echo $ac_n "checking for working const""... $ac_c" 1>&6 | |
echo "configure:5973: checking for working const" >&5 | echo "configure:5981: checking for working const" >&5 | |
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 5978 "configure" | #line 5986 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
int main() { | int main() { | |
/* Ultrix mips cc rejects this. */ | /* Ultrix mips cc rejects this. */ | |
typedef int charset[2]; const charset x; | typedef int charset[2]; const charset x; | |
/* SunOS 4.1.1 cc rejects this. */ | /* SunOS 4.1.1 cc rejects this. */ | |
char const *const *ccp; | char const *const *ccp; | |
char **p; | char **p; | |
/* NEC SVR4.0.2 mips cc rejects this. */ | /* NEC SVR4.0.2 mips cc rejects this. */ | |
skipping to change at line 5685 | skipping to change at line 5685 | |
"k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
struct s { int j; const int *ap[3]; }; | struct s { int j; const int *ap[3]; }; | |
struct s *b; b->j = 5; | struct s *b; b->j = 5; | |
} | } | |
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
const int foo = 10; | const int foo = 10; | |
} | } | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:6027: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:6035: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_c_const=yes | ac_cv_c_const=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_c_const=no | ac_cv_c_const=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_c_const" 1>&6 | echo "$ac_t""$ac_cv_c_const" 1>&6 | |
if test $ac_cv_c_const = no; then | if test $ac_cv_c_const = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define const | #define const | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 | echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 | |
echo "configure:6048: checking whether byte ordering is bigendian" >&5 | echo "configure:6056: checking whether byte ordering is bigendian" >&5 | |
if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
ac_cv_c_bigendian=unknown | ac_cv_c_bigendian=unknown | |
# See if sys/param.h defines the BYTE_ORDER macro. | # See if sys/param.h defines the BYTE_ORDER macro. | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6055 "configure" | #line 6063 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#include <sys/param.h> | #include <sys/param.h> | |
int main() { | int main() { | |
#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | |
bogus endian macros | bogus endian macros | |
#endif | #endif | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:6066: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:6074: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
# It does; now see whether it defined to BIG_ENDIAN or not. | # It does; now see whether it defined to BIG_ENDIAN or not. | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6070 "configure" | #line 6078 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#include <sys/param.h> | #include <sys/param.h> | |
int main() { | int main() { | |
#if BYTE_ORDER != BIG_ENDIAN | #if BYTE_ORDER != BIG_ENDIAN | |
not big endian | not big endian | |
#endif | #endif | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:6081: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:6089: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_c_bigendian=yes | ac_cv_c_bigendian=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_c_bigendian=no | ac_cv_c_bigendian=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
if test $ac_cv_c_bigendian = unknown; then | if test $ac_cv_c_bigendian = unknown; then | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6101 "configure" | #line 6109 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
int main () { | int main () { | |
/* Are we little or big endian? From Harbison&Steele. */ | /* Are we little or big endian? From Harbison&Steele. */ | |
union | union | |
{ | { | |
long l; | long l; | |
char c[sizeof (long)]; | char c[sizeof (long)]; | |
} u; | } u; | |
u.l = 1; | u.l = 1; | |
return (u.c[sizeof (long) - 1] == 1); | return (u.c[sizeof (long) - 1] == 1); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:6114: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:6122: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_c_bigendian=no | ac_cv_c_bigendian=no | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_c_bigendian=yes | ac_cv_c_bigendian=yes | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
skipping to change at line 5796 | skipping to change at line 5796 | |
echo "$ac_t""$ac_cv_c_bigendian" 1>&6 | echo "$ac_t""$ac_cv_c_bigendian" 1>&6 | |
if test $ac_cv_c_bigendian = yes; then | if test $ac_cv_c_bigendian = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define WORDS_BIGENDIAN 1 | #define WORDS_BIGENDIAN 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking whether bitorder in bitfields is htol""... $ac_c" 1>&6 | echo $ac_n "checking whether bitorder in bitfields is htol""... $ac_c" 1>&6 | |
echo "configure:6138: checking whether bitorder in bitfields is htol" >&5 | echo "configure:6146: checking whether bitorder in bitfields is htol" >&5 | |
if eval "test \"`echo '$''{'ac_cv_c_bitfields_htol'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_c_bitfields_htol'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6146 "configure" | #line 6154 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
struct { | struct { | |
unsigned char x1:4; | unsigned char x1:4; | |
unsigned char x2:4; | unsigned char x2:4; | |
} a; | } a; | |
int | int | |
main() | main() | |
{ | { | |
char *cp; | char *cp; | |
cp = (char *)&a; | cp = (char *)&a; | |
*cp = 0x12; | *cp = 0x12; | |
return(a.x1 == 2);} | return(a.x1 == 2);} | |
EOF | EOF | |
if { { eval echo configure:6162: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:6170: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_c_bitfields_htol=yes | ac_cv_c_bitfields_htol=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_c_bitfields_htol=no | ac_cv_c_bitfields_htol=no | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
skipping to change at line 5843 | skipping to change at line 5843 | |
echo "$ac_t""$ac_cv_c_bitfields_htol" 1>&6 | echo "$ac_t""$ac_cv_c_bitfields_htol" 1>&6 | |
if test $ac_cv_c_bitfields_htol = yes; then | if test $ac_cv_c_bitfields_htol = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define BITFIELDS_HTOL 1 | #define BITFIELDS_HTOL 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for preprocessor stringizing operator""... $ac_c" 1>&6 | echo $ac_n "checking for preprocessor stringizing operator""... $ac_c" 1>&6 | |
echo "configure:6186: checking for preprocessor stringizing operator" >&5 | echo "configure:6194: checking for preprocessor stringizing operator" >&5 | |
if eval "test \"`echo '$''{'ac_cv_c_stringize'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_c_stringize'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6191 "configure" | #line 6199 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#define x(y) #y | #define x(y) #y | |
char *s = x(teststring); | char *s = x(teststring); | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
egrep "#teststring" >/dev/null 2>&1; then | egrep "#teststring" >/dev/null 2>&1; then | |
rm -rf conftest* | rm -rf conftest* | |
skipping to change at line 5878 | skipping to change at line 5878 | |
if test "${ac_cv_c_stringize}" = yes | if test "${ac_cv_c_stringize}" = yes | |
then | then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_STRINGIZE 1 | #define HAVE_STRINGIZE 1 | |
EOF | EOF | |
fi | fi | |
echo "$ac_t""${ac_cv_c_stringize}" 1>&6 | echo "$ac_t""${ac_cv_c_stringize}" 1>&6 | |
echo $ac_n "checking for inline""... $ac_c" 1>&6 | echo $ac_n "checking for inline""... $ac_c" 1>&6 | |
echo "configure:6221: checking for inline" >&5 | echo "configure:6229: checking for inline" >&5 | |
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
ac_cv_c_inline=no | ac_cv_c_inline=no | |
for ac_kw in inline __inline__ __inline; do | for ac_kw in inline __inline__ __inline; do | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6228 "configure" | #line 6236 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
int main() { | int main() { | |
} $ac_kw int foo() { | } $ac_kw int foo() { | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:6235: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:6243: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_c_inline=$ac_kw; break | ac_cv_c_inline=$ac_kw; break | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
done | done | |
fi | fi | |
skipping to change at line 5929 | skipping to change at line 5929 | |
EOF | EOF | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_INLINE 1 | #define HAVE_INLINE 1 | |
EOF | EOF | |
;; | ;; | |
esac | esac | |
echo $ac_n "checking if cc supports __attribute__ ((__noinline__))""... $ac_c" 1 >&6 | echo $ac_n "checking if cc supports __attribute__ ((__noinline__))""... $ac_c" 1 >&6 | |
echo "configure:6272: checking if cc supports __attribute__ ((__noinline__))" >& 5 | echo "configure:6280: checking if cc supports __attribute__ ((__noinline__))" >& 5 | |
if eval "test \"`echo '$''{'ac_cv_have_cc_noinline'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_have_cc_noinline'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6277 "configure" | #line 6285 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
__attribute__ ((__noinline__)) int xxx() { return (0); } | __attribute__ ((__noinline__)) int xxx() { return (0); } | |
int main() { | int main() { | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:6284: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:6292: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_have_cc_noinline=yes | ac_cv_have_cc_noinline=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_have_cc_noinline=no | ac_cv_have_cc_noinline=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_have_cc_noinline" 1>&6 | echo "$ac_t""$ac_cv_have_cc_noinline" 1>&6 | |
if test $ac_cv_have_cc_noinline = yes; then | if test $ac_cv_have_cc_noinline = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_CC_NOINLINE 1 | #define HAVE_CC_NOINLINE 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 | echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 | |
echo "configure:6305: checking return type of signal handlers" >&5 | echo "configure:6313: checking return type of signal handlers" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6310 "configure" | #line 6318 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#include <signal.h> | #include <signal.h> | |
#ifdef signal | #ifdef signal | |
#undef signal | #undef signal | |
#endif | #endif | |
#ifdef __cplusplus | #ifdef __cplusplus | |
extern "C" void (*signal (int, void (*)(int)))(int); | extern "C" void (*signal (int, void (*)(int)))(int); | |
#else | #else | |
void (*signal ()) (); | void (*signal ()) (); | |
#endif | #endif | |
int main() { | int main() { | |
int i; | int i; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:6327: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:6335: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_signal=void | ac_cv_type_signal=void | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_signal=int | ac_cv_type_signal=int | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_type_signal" 1>&6 | echo "$ac_t""$ac_cv_type_signal" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define RETSIGTYPE $ac_cv_type_signal | #define RETSIGTYPE $ac_cv_type_signal | |
EOF | EOF | |
echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 | echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 | |
echo "configure:6346: checking for uid_t in sys/types.h" >&5 | echo "configure:6354: checking for uid_t in sys/types.h" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6351 "configure" | #line 6359 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
egrep "uid_t" >/dev/null 2>&1; then | egrep "uid_t" >/dev/null 2>&1; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_uid_t=yes | ac_cv_type_uid_t=yes | |
else | else | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_uid_t=no | ac_cv_type_uid_t=no | |
skipping to change at line 6036 | skipping to change at line 6036 | |
#define uid_t int | #define uid_t int | |
EOF | EOF | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define gid_t int | #define gid_t int | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6 | echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6 | |
echo "configure:6380: checking type of array argument to getgroups" >&5 | echo "configure:6388: checking type of array argument to getgroups" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_getgroups'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_getgroups'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
ac_cv_type_getgroups=cross | ac_cv_type_getgroups=cross | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6388 "configure" | #line 6396 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
/* Thanks to Mike Rendell for this test. */ | /* Thanks to Mike Rendell for this test. */ | |
#include <sys/types.h> | #include <sys/types.h> | |
#ifdef HAVE_UNISTD_H | #ifdef HAVE_UNISTD_H | |
#include <unistd.h> | #include <unistd.h> | |
#endif | #endif | |
#define NGID 256 | #define NGID 256 | |
#undef MAX | #undef MAX | |
#define MAX(x, y) ((x) > (y) ? (x) : (y)) | #define MAX(x, y) ((x) > (y) ? (x) : (y)) | |
skipping to change at line 6073 | skipping to change at line 6073 | |
for (i = 0; i < NGID; i++) | for (i = 0; i < NGID; i++) | |
gidset[i] = val.gval; | gidset[i] = val.gval; | |
n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1, | n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1, | |
gidset); | gidset); | |
/* Exit non-zero if getgroups seems to require an array of ints. This | /* Exit non-zero if getgroups seems to require an array of ints. This | |
happens when gid_t is short but getgroups modifies an array of ints. */ | happens when gid_t is short but getgroups modifies an array of ints. */ | |
return ((n > 0 && gidset[n] != val.gval) ? 1 : 0); | return ((n > 0 && gidset[n] != val.gval) ? 1 : 0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:6417: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:6425: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_type_getgroups=gid_t | ac_cv_type_getgroups=gid_t | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_type_getgroups=int | ac_cv_type_getgroups=int | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
if test $ac_cv_type_getgroups = cross; then | if test $ac_cv_type_getgroups = cross; then | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6431 "configure" | #line 6439 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <unistd.h> | #include <unistd.h> | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
egrep "getgroups.*int.*gid_t" >/dev/null 2>&1; then | egrep "getgroups.*int.*gid_t" >/dev/null 2>&1; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_getgroups=gid_t | ac_cv_type_getgroups=gid_t | |
else | else | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_getgroups=int | ac_cv_type_getgroups=int | |
skipping to change at line 6110 | skipping to change at line 6110 | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_type_getgroups" 1>&6 | echo "$ac_t""$ac_cv_type_getgroups" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define GETGROUPS_T $ac_cv_type_getgroups | #define GETGROUPS_T $ac_cv_type_getgroups | |
EOF | EOF | |
echo $ac_n "checking for type long long""... $ac_c" 1>&6 | echo $ac_n "checking for type long long""... $ac_c" 1>&6 | |
echo "configure:6455: checking for type long long" >&5 | echo "configure:6463: checking for type long long" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_longlong'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_longlong'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6460 "configure" | #line 6468 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
int main() { | int main() { | |
long long i; | long long i; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:6467: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:6475: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_longlong=yes | ac_cv_type_longlong=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_longlong=no | ac_cv_type_longlong=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_type_longlong" 1>&6 | echo "$ac_t""$ac_cv_type_longlong" 1>&6 | |
if test $ac_cv_type_longlong = yes; then | if test $ac_cv_type_longlong = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_LONGLONG 1 | #define HAVE_LONGLONG 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for type __int64""... $ac_c" 1>&6 | echo $ac_n "checking for type __int64""... $ac_c" 1>&6 | |
echo "configure:6487: checking for type __int64" >&5 | echo "configure:6495: checking for type __int64" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type___int64'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type___int64'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6492 "configure" | #line 6500 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
int main() { | int main() { | |
__int64 i; | __int64 i; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:6499: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:6507: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type___int64=yes | ac_cv_type___int64=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type___int64=no | ac_cv_type___int64=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_type___int64" 1>&6 | echo "$ac_t""$ac_cv_type___int64" 1>&6 | |
if test $ac_cv_type___int64 = yes; then | if test $ac_cv_type___int64 = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE___INT64 1 | #define HAVE___INT64 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for type long double""... $ac_c" 1>&6 | echo $ac_n "checking for type long double""... $ac_c" 1>&6 | |
echo "configure:6519: checking for type long double" >&5 | echo "configure:6527: checking for type long double" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_longdouble'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_longdouble'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6524 "configure" | #line 6532 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
int main() { | int main() { | |
long double ld; | long double ld; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:6531: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:6539: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_longdouble=yes | ac_cv_type_longdouble=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_longdouble=no | ac_cv_type_longdouble=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_type_longdouble" 1>&6 | echo "$ac_t""$ac_cv_type_longdouble" 1>&6 | |
if test $ac_cv_type_longdouble = yes; then | if test $ac_cv_type_longdouble = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_LONGDOUBLE 1 | #define HAVE_LONGDOUBLE 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for prototypes""... $ac_c" 1>&6 | echo $ac_n "checking for prototypes""... $ac_c" 1>&6 | |
echo "configure:6551: checking for prototypes" >&5 | echo "configure:6559: checking for prototypes" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_prototypes'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_prototypes'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6559 "configure" | #line 6567 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
int | int | |
doit(int i, ...) | doit(int i, ...) | |
{return 0;} | {return 0;} | |
int | int | |
main(int ac, char *av[]) | main(int ac, char *av[]) | |
{ doit(1, 2, 3); | { doit(1, 2, 3); | |
return(0);} | return(0);} | |
EOF | EOF | |
if { { eval echo configure:6570: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:6578: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_type_prototypes=yes | ac_cv_type_prototypes=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_type_prototypes=no | ac_cv_type_prototypes=no | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
skipping to change at line 6247 | skipping to change at line 6247 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_prototypes" 1>&6 | echo "$ac_t""$ac_cv_type_prototypes" 1>&6 | |
if test $ac_cv_type_prototypes = yes; then | if test $ac_cv_type_prototypes = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define PROTOTYPES 1 | #define PROTOTYPES 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking if compiler allows dynamic arrays""... $ac_c" 1>&6 | echo $ac_n "checking if compiler allows dynamic arrays""... $ac_c" 1>&6 | |
echo "configure:6592: checking if compiler allows dynamic arrays" >&5 | echo "configure:6600: checking if compiler allows dynamic arrays" >&5 | |
if eval "test \"`echo '$''{'ac_cv_dyn_arrays'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_dyn_arrays'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6597 "configure" | #line 6605 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
int main() { | int main() { | |
extern int __aa(); int len = __aa(); char some_array[len]; | extern int __aa(); int len = __aa(); char some_array[len]; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:6604: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:6612: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_dyn_arrays=yes | ac_cv_dyn_arrays=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_dyn_arrays=no | ac_cv_dyn_arrays=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_dyn_arrays" 1>&6 | echo "$ac_t""$ac_cv_dyn_arrays" 1>&6 | |
if test $ac_cv_dyn_arrays = yes; then | if test $ac_cv_dyn_arrays = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_DYN_ARRAYS 1 | #define HAVE_DYN_ARRAYS 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking if compiler allows pragma weak""... $ac_c" 1>&6 | echo $ac_n "checking if compiler allows pragma weak""... $ac_c" 1>&6 | |
echo "configure:6624: checking if compiler allows pragma weak" >&5 | echo "configure:6632: checking if compiler allows pragma weak" >&5 | |
if eval "test \"`echo '$''{'ac_cv_pragma_weak'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_pragma_weak'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6629 "configure" | #line 6637 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
extern int test2(); | extern int test2(); | |
#pragma weak test2 = test1 | #pragma weak test2 = test1 | |
int test1() {return 0;} | int test1() {return 0;} | |
int main() { | int main() { | |
return test2(); | return test2(); | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:6638: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | if { { eval echo configure:6646: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_pragma_weak=yes | ac_cv_pragma_weak=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_pragma_weak=no | ac_cv_pragma_weak=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_pragma_weak" 1>&6 | echo "$ac_t""$ac_cv_pragma_weak" 1>&6 | |
if test $ac_cv_pragma_weak = yes; then | if test $ac_cv_pragma_weak = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_PRAGMA_WEAK 1 | #define HAVE_PRAGMA_WEAK 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking whether SIGSTKSZ is a constant""... $ac_c" 1>&6 | echo $ac_n "checking whether SIGSTKSZ is a constant""... $ac_c" 1>&6 | |
echo "configure:6658: checking whether SIGSTKSZ is a constant" >&5 | echo "configure:6666: checking whether SIGSTKSZ is a constant" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sigstksz_const'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sigstksz_const'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6663 "configure" | #line 6671 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <signal.h> | #include <signal.h> | |
char sigsegv_stack[SIGSTKSZ]; | ||
int main() { | int main() { | |
char sigsegv_stack[SIGSTKSZ]; | ||
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:6670: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:6679: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_sigstksz_const=yes | ac_cv_sigstksz_const=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_sigstksz_const=no | ac_cv_sigstksz_const=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
skipping to change at line 6347 | skipping to change at line 6348 | |
echo "$ac_t""$ac_cv_sigstksz_const" 1>&6 | echo "$ac_t""$ac_cv_sigstksz_const" 1>&6 | |
if test $ac_cv_sigstksz_const = yes; then | if test $ac_cv_sigstksz_const = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_SIGSTKSZ_CONST 1 | #define HAVE_SIGSTKSZ_CONST 1 | |
EOF | EOF | |
fi | fi | |
if test $ac_cv_pragma_weak = yes; then | if test $ac_cv_pragma_weak = yes; then | |
cat > conftest2.$ac_ext <<EOF | cat > conftest2.$ac_ext <<EOF | |
#line 6693 "configure" | #line 6702 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#pragma weak weakname = conffunc | #pragma weak weakname = conffunc | |
int conffunc() { | int conffunc() { | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:6700: \"$ac_compile2\" ;} 1>&5; { eval $ac_compile2 ; } 2>&5; }; then | if { { eval echo configure:6709: \"$ac_compile2\" ;} 1>&5; { eval $ac_compile2 ; } 2>&5; }; then | |
true | true | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
true | true | |
fi | fi | |
ac_save_LIBS="$LIBS" | ac_save_LIBS="$LIBS" | |
LIBS="conftest2.$ac_cv_objext" | LIBS="conftest2.$ac_cv_objext" | |
echo $ac_n "checking if linker allows pragma weak""... $ac_c" 1>&6 | echo $ac_n "checking if linker allows pragma weak""... $ac_c" 1>&6 | |
echo "configure:6712: checking if linker allows pragma weak" >&5 | echo "configure:6721: checking if linker allows pragma weak" >&5 | |
if eval "test \"`echo '$''{'ac_cv_link_weak'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_link_weak'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6717 "configure" | #line 6726 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
extern int weakname(); | extern int weakname(); | |
int main() { | int main() { | |
return weakname(); | return weakname(); | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:6724: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | if { { eval echo configure:6733: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext}; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_link_weak=yes | ac_cv_link_weak=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_link_weak=no | ac_cv_link_weak=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
skipping to change at line 6402 | skipping to change at line 6403 | |
if test $ac_cv_link_weak = yes; then | if test $ac_cv_link_weak = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_LINK_WEAK 1 | #define HAVE_LINK_WEAK 1 | |
EOF | EOF | |
fi | fi | |
rm -f conftest2.* | rm -f conftest2.* | |
fi | fi | |
echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 | echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 | |
echo "configure:6748: checking for uid_t in sys/types.h" >&5 | echo "configure:6757: checking for uid_t in sys/types.h" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6753 "configure" | #line 6762 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
egrep "uid_t" >/dev/null 2>&1; then | egrep "uid_t" >/dev/null 2>&1; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_uid_t=yes | ac_cv_type_uid_t=yes | |
else | else | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_uid_t=no | ac_cv_type_uid_t=no | |
skipping to change at line 6436 | skipping to change at line 6437 | |
#define uid_t int | #define uid_t int | |
EOF | EOF | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define gid_t int | #define gid_t int | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for size_t""... $ac_c" 1>&6 | echo $ac_n "checking for size_t""... $ac_c" 1>&6 | |
echo "configure:6782: checking for size_t" >&5 | echo "configure:6791: checking for size_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6787 "configure" | #line 6796 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 6471 | skipping to change at line 6472 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_size_t" 1>&6 | echo "$ac_t""$ac_cv_type_size_t" 1>&6 | |
if test $ac_cv_type_size_t = no; then | if test $ac_cv_type_size_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define size_t unsigned | #define size_t unsigned | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for ssize_t""... $ac_c" 1>&6 | echo $ac_n "checking for ssize_t""... $ac_c" 1>&6 | |
echo "configure:6817: checking for ssize_t" >&5 | echo "configure:6826: checking for ssize_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6822 "configure" | #line 6831 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 6506 | skipping to change at line 6507 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_ssize_t" 1>&6 | echo "$ac_t""$ac_cv_type_ssize_t" 1>&6 | |
if test $ac_cv_type_ssize_t = no; then | if test $ac_cv_type_ssize_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define ssize_t int | #define ssize_t int | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for ptrdiff_t""... $ac_c" 1>&6 | echo $ac_n "checking for ptrdiff_t""... $ac_c" 1>&6 | |
echo "configure:6852: checking for ptrdiff_t" >&5 | echo "configure:6861: checking for ptrdiff_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_ptrdiff_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_ptrdiff_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6857 "configure" | #line 6866 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 6541 | skipping to change at line 6542 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_ptrdiff_t" 1>&6 | echo "$ac_t""$ac_cv_type_ptrdiff_t" 1>&6 | |
if test $ac_cv_type_ptrdiff_t = no; then | if test $ac_cv_type_ptrdiff_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define ptrdiff_t int | #define ptrdiff_t int | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for pid_t""... $ac_c" 1>&6 | echo $ac_n "checking for pid_t""... $ac_c" 1>&6 | |
echo "configure:6887: checking for pid_t" >&5 | echo "configure:6896: checking for pid_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6892 "configure" | #line 6901 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 6576 | skipping to change at line 6577 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_pid_t" 1>&6 | echo "$ac_t""$ac_cv_type_pid_t" 1>&6 | |
if test $ac_cv_type_pid_t = no; then | if test $ac_cv_type_pid_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define pid_t int | #define pid_t int | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for off_t""... $ac_c" 1>&6 | echo $ac_n "checking for off_t""... $ac_c" 1>&6 | |
echo "configure:6922: checking for off_t" >&5 | echo "configure:6931: checking for off_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6927 "configure" | #line 6936 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 6611 | skipping to change at line 6612 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_off_t" 1>&6 | echo "$ac_t""$ac_cv_type_off_t" 1>&6 | |
if test $ac_cv_type_off_t = no; then | if test $ac_cv_type_off_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define off_t long | #define off_t long | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for mode_t""... $ac_c" 1>&6 | echo $ac_n "checking for mode_t""... $ac_c" 1>&6 | |
echo "configure:6957: checking for mode_t" >&5 | echo "configure:6966: checking for mode_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6962 "configure" | #line 6971 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 6646 | skipping to change at line 6647 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_mode_t" 1>&6 | echo "$ac_t""$ac_cv_type_mode_t" 1>&6 | |
if test $ac_cv_type_mode_t = no; then | if test $ac_cv_type_mode_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define mode_t int | #define mode_t int | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for time_t""... $ac_c" 1>&6 | echo $ac_n "checking for time_t""... $ac_c" 1>&6 | |
echo "configure:6992: checking for time_t" >&5 | echo "configure:7001: checking for time_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_time_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_time_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 6997 "configure" | #line 7006 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#ifdef TIME_WITH_SYS_TIME | #ifdef TIME_WITH_SYS_TIME | |
# include <sys/time.h> | # include <sys/time.h> | |
# include <time.h> | # include <time.h> | |
#else | #else | |
#ifdef HAVE_SYS_TIME_H | #ifdef HAVE_SYS_TIME_H | |
# include <sys/time.h> | # include <sys/time.h> | |
#else | #else | |
# include <time.h> | # include <time.h> | |
#endif | #endif | |
#endif | #endif | |
int main() { | int main() { | |
time_t t; | time_t t; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:7015: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:7024: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_time_t=yes | ac_cv_type_time_t=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_time_t=no | ac_cv_type_time_t=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_type_time_t" 1>&6 | echo "$ac_t""$ac_cv_type_time_t" 1>&6 | |
if test $ac_cv_type_time_t = no; then | if test $ac_cv_type_time_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define time_t long | #define time_t long | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for caddr_t""... $ac_c" 1>&6 | echo $ac_n "checking for caddr_t""... $ac_c" 1>&6 | |
echo "configure:7035: checking for caddr_t" >&5 | echo "configure:7044: checking for caddr_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_caddr_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_caddr_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7040 "configure" | #line 7049 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 6724 | skipping to change at line 6725 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_caddr_t" 1>&6 | echo "$ac_t""$ac_cv_type_caddr_t" 1>&6 | |
if test $ac_cv_type_caddr_t = no; then | if test $ac_cv_type_caddr_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define caddr_t char * | #define caddr_t char * | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for daddr_t""... $ac_c" 1>&6 | echo $ac_n "checking for daddr_t""... $ac_c" 1>&6 | |
echo "configure:7070: checking for daddr_t" >&5 | echo "configure:7079: checking for daddr_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_daddr_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_daddr_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7075 "configure" | #line 7084 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 6759 | skipping to change at line 6760 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_daddr_t" 1>&6 | echo "$ac_t""$ac_cv_type_daddr_t" 1>&6 | |
if test $ac_cv_type_daddr_t = no; then | if test $ac_cv_type_daddr_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define daddr_t long | #define daddr_t long | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for dev_t""... $ac_c" 1>&6 | echo $ac_n "checking for dev_t""... $ac_c" 1>&6 | |
echo "configure:7105: checking for dev_t" >&5 | echo "configure:7114: checking for dev_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_dev_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_dev_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7110 "configure" | #line 7119 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 6794 | skipping to change at line 6795 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_dev_t" 1>&6 | echo "$ac_t""$ac_cv_type_dev_t" 1>&6 | |
if test $ac_cv_type_dev_t = no; then | if test $ac_cv_type_dev_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define dev_t unsigned short | #define dev_t unsigned short | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for major_t""... $ac_c" 1>&6 | echo $ac_n "checking for major_t""... $ac_c" 1>&6 | |
echo "configure:7140: checking for major_t" >&5 | echo "configure:7149: checking for major_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_major_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_major_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7145 "configure" | #line 7154 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 6829 | skipping to change at line 6830 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_major_t" 1>&6 | echo "$ac_t""$ac_cv_type_major_t" 1>&6 | |
if test $ac_cv_type_major_t = no; then | if test $ac_cv_type_major_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define major_t dev_t | #define major_t dev_t | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for minor_t""... $ac_c" 1>&6 | echo $ac_n "checking for minor_t""... $ac_c" 1>&6 | |
echo "configure:7175: checking for minor_t" >&5 | echo "configure:7184: checking for minor_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_minor_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_minor_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7180 "configure" | #line 7189 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 6864 | skipping to change at line 6865 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_minor_t" 1>&6 | echo "$ac_t""$ac_cv_type_minor_t" 1>&6 | |
if test $ac_cv_type_minor_t = no; then | if test $ac_cv_type_minor_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define minor_t dev_t | #define minor_t dev_t | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for ino_t""... $ac_c" 1>&6 | echo $ac_n "checking for ino_t""... $ac_c" 1>&6 | |
echo "configure:7210: checking for ino_t" >&5 | echo "configure:7219: checking for ino_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_ino_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_ino_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7215 "configure" | #line 7224 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 6899 | skipping to change at line 6900 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_ino_t" 1>&6 | echo "$ac_t""$ac_cv_type_ino_t" 1>&6 | |
if test $ac_cv_type_ino_t = no; then | if test $ac_cv_type_ino_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define ino_t unsigned long | #define ino_t unsigned long | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for nlink_t""... $ac_c" 1>&6 | echo $ac_n "checking for nlink_t""... $ac_c" 1>&6 | |
echo "configure:7245: checking for nlink_t" >&5 | echo "configure:7254: checking for nlink_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_nlink_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_nlink_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7250 "configure" | #line 7259 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 6934 | skipping to change at line 6935 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_nlink_t" 1>&6 | echo "$ac_t""$ac_cv_type_nlink_t" 1>&6 | |
if test $ac_cv_type_nlink_t = no; then | if test $ac_cv_type_nlink_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define nlink_t unsigned long | #define nlink_t unsigned long | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for blksize_t""... $ac_c" 1>&6 | echo $ac_n "checking for blksize_t""... $ac_c" 1>&6 | |
echo "configure:7280: checking for blksize_t" >&5 | echo "configure:7289: checking for blksize_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_blksize_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_blksize_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7285 "configure" | #line 7294 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 6969 | skipping to change at line 6970 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_blksize_t" 1>&6 | echo "$ac_t""$ac_cv_type_blksize_t" 1>&6 | |
if test $ac_cv_type_blksize_t = no; then | if test $ac_cv_type_blksize_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define blksize_t long | #define blksize_t long | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for blkcnt_t""... $ac_c" 1>&6 | echo $ac_n "checking for blkcnt_t""... $ac_c" 1>&6 | |
echo "configure:7315: checking for blkcnt_t" >&5 | echo "configure:7324: checking for blkcnt_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_blkcnt_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_blkcnt_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7320 "configure" | #line 7329 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 7004 | skipping to change at line 7005 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_blkcnt_t" 1>&6 | echo "$ac_t""$ac_cv_type_blkcnt_t" 1>&6 | |
if test $ac_cv_type_blkcnt_t = no; then | if test $ac_cv_type_blkcnt_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define blkcnt_t Intmax_t | #define blkcnt_t Intmax_t | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for clock_t""... $ac_c" 1>&6 | echo $ac_n "checking for clock_t""... $ac_c" 1>&6 | |
echo "configure:7350: checking for clock_t" >&5 | echo "configure:7359: checking for clock_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_clock_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_clock_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7355 "configure" | #line 7364 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
/* | /* | |
* time.h is needed because of a bug in Next Step. | * time.h is needed because of a bug in Next Step. | |
* Next Step needs time.h for clock_t | * Next Step needs time.h for clock_t | |
*/ | */ | |
#ifdef TIME_WITH_SYS_TIME | #ifdef TIME_WITH_SYS_TIME | |
# ifndef _INCL_SYS_TIME_H | # ifndef _INCL_SYS_TIME_H | |
# include <sys/time.h> | # include <sys/time.h> | |
skipping to change at line 7047 | skipping to change at line 7048 | |
#endif | #endif | |
#endif | #endif | |
#ifdef HAVE_SYS_TIMES_H | #ifdef HAVE_SYS_TIMES_H | |
#include <sys/times.h> | #include <sys/times.h> | |
#endif | #endif | |
int main() { | int main() { | |
clock_t t; | clock_t t; | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:7393: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:7402: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_clock_t=yes | ac_cv_type_clock_t=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_type_clock_t=no | ac_cv_type_clock_t=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_type_clock_t" 1>&6 | echo "$ac_t""$ac_cv_type_clock_t" 1>&6 | |
if test $ac_cv_type_clock_t = no; then | if test $ac_cv_type_clock_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define clock_t long | #define clock_t long | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for socklen_t""... $ac_c" 1>&6 | echo $ac_n "checking for socklen_t""... $ac_c" 1>&6 | |
echo "configure:7413: checking for socklen_t" >&5 | echo "configure:7422: checking for socklen_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7418 "configure" | #line 7427 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#include <sys/socket.h> | #include <sys/socket.h> | |
EOF | EOF | |
skipping to change at line 7102 | skipping to change at line 7103 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_socklen_t" 1>&6 | echo "$ac_t""$ac_cv_type_socklen_t" 1>&6 | |
if test $ac_cv_type_socklen_t = no; then | if test $ac_cv_type_socklen_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define socklen_t int | #define socklen_t int | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for greg_t""... $ac_c" 1>&6 | echo $ac_n "checking for greg_t""... $ac_c" 1>&6 | |
echo "configure:7448: checking for greg_t" >&5 | echo "configure:7457: checking for greg_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_have_type_greg_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_have_type_greg_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7453 "configure" | #line 7462 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#include <sys/frame.h> | #include <sys/frame.h> | |
EOF | EOF | |
skipping to change at line 7139 | skipping to change at line 7140 | |
echo "$ac_t""$ac_cv_have_type_greg_t" 1>&6 | echo "$ac_t""$ac_cv_have_type_greg_t" 1>&6 | |
ac_tr_type=HAVE_TYPE_`echo greg_t | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDE FGHIJKLMNOPQRSTUVWXYZ___%'` | ac_tr_type=HAVE_TYPE_`echo greg_t | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDE FGHIJKLMNOPQRSTUVWXYZ___%'` | |
if test $ac_cv_have_type_greg_t = yes; then | if test $ac_cv_have_type_greg_t = yes; then | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define $ac_tr_type 1 | #define $ac_tr_type 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for rlim_t""... $ac_c" 1>&6 | echo $ac_n "checking for rlim_t""... $ac_c" 1>&6 | |
echo "configure:7485: checking for rlim_t" >&5 | echo "configure:7494: checking for rlim_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_have_type_rlim_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_have_type_rlim_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7490 "configure" | #line 7499 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#include <sys/resource.h> | #include <sys/resource.h> | |
EOF | EOF | |
skipping to change at line 7176 | skipping to change at line 7177 | |
echo "$ac_t""$ac_cv_have_type_rlim_t" 1>&6 | echo "$ac_t""$ac_cv_have_type_rlim_t" 1>&6 | |
ac_tr_type=HAVE_TYPE_`echo rlim_t | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDE FGHIJKLMNOPQRSTUVWXYZ___%'` | ac_tr_type=HAVE_TYPE_`echo rlim_t | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDE FGHIJKLMNOPQRSTUVWXYZ___%'` | |
if test $ac_cv_have_type_rlim_t = yes; then | if test $ac_cv_have_type_rlim_t = yes; then | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define $ac_tr_type 1 | #define $ac_tr_type 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking if idtype_t is declared correctly in wait.h""... $ac_c" 1>& 6 | echo $ac_n "checking if idtype_t is declared correctly in wait.h""... $ac_c" 1>& 6 | |
echo "configure:7522: checking if idtype_t is declared correctly in wait.h" >&5 | echo "configure:7531: checking if idtype_t is declared correctly in wait.h" >&5 | |
if eval "test \"`echo '$''{'ac_cv_have_type_idtype_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_have_type_idtype_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7527 "configure" | #line 7536 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#if defined(HAVE_WAIT_H) | #if defined(HAVE_WAIT_H) | |
# include <wait.h> | # include <wait.h> | |
#else | #else | |
#include <sys/wait.h> | #include <sys/wait.h> | |
#endif | #endif | |
int main() { | int main() { | |
idtype_t idt; idt = P_ALL; idt = P_PGID; idt = P_PID; return (idt == P_PID); | idtype_t idt; idt = P_ALL; idt = P_PGID; idt = P_PID; return (idt == P_PID); | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:7539: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:7548: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_have_type_idtype_t=yes | ac_cv_have_type_idtype_t=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_have_type_idtype_t=no | ac_cv_have_type_idtype_t=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_have_type_idtype_t" 1>&6 | echo "$ac_t""$ac_cv_have_type_idtype_t" 1>&6 | |
if test $ac_cv_have_type_idtype_t = yes; then | if test $ac_cv_have_type_idtype_t = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_TYPE_IDTYPE_T 1 | #define HAVE_TYPE_IDTYPE_T 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for siginfo_t""... $ac_c" 1>&6 | echo $ac_n "checking for siginfo_t""... $ac_c" 1>&6 | |
echo "configure:7559: checking for siginfo_t" >&5 | echo "configure:7568: checking for siginfo_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_have_type_siginfo_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_have_type_siginfo_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7564 "configure" | #line 7573 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#include <sys/wait.h> | #include <sys/wait.h> | |
EOF | EOF | |
skipping to change at line 7250 | skipping to change at line 7251 | |
echo "$ac_t""$ac_cv_have_type_siginfo_t" 1>&6 | echo "$ac_t""$ac_cv_have_type_siginfo_t" 1>&6 | |
ac_tr_type=HAVE_TYPE_`echo siginfo_t | sed 'y%abcdefghijklmnopqrstuvwxyz./-%AB CDEFGHIJKLMNOPQRSTUVWXYZ___%'` | ac_tr_type=HAVE_TYPE_`echo siginfo_t | sed 'y%abcdefghijklmnopqrstuvwxyz./-%AB CDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
if test $ac_cv_have_type_siginfo_t = yes; then | if test $ac_cv_have_type_siginfo_t = yes; then | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define $ac_tr_type 1 | #define $ac_tr_type 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking if stack_t is declared in signal.h""... $ac_c" 1>&6 | echo $ac_n "checking if stack_t is declared in signal.h""... $ac_c" 1>&6 | |
echo "configure:7596: checking if stack_t is declared in signal.h" >&5 | echo "configure:7605: checking if stack_t is declared in signal.h" >&5 | |
if eval "test \"`echo '$''{'ac_cv_stack_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_stack_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7601 "configure" | #line 7610 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <signal.h> | #include <signal.h> | |
int main() { | int main() { | |
stack_t ss; ss.ss_size = 0; return (ss.ss_size == 0); | stack_t ss; ss.ss_size = 0; return (ss.ss_size == 0); | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:7608: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:7617: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_stack_t=yes | ac_cv_stack_t=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_stack_t=no | ac_cv_stack_t=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_stack_t" 1>&6 | echo "$ac_t""$ac_cv_stack_t" 1>&6 | |
if test $ac_cv_stack_t = yes; then | if test $ac_cv_stack_t = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_STACK_T 1 | #define HAVE_STACK_T 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking if siginfo_t is declared in signal.h""... $ac_c" 1>&6 | echo $ac_n "checking if siginfo_t is declared in signal.h""... $ac_c" 1>&6 | |
echo "configure:7628: checking if siginfo_t is declared in signal.h" >&5 | echo "configure:7637: checking if siginfo_t is declared in signal.h" >&5 | |
if eval "test \"`echo '$''{'ac_cv_siginfo_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_siginfo_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7633 "configure" | #line 7642 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <signal.h> | #include <signal.h> | |
#ifdef HAVE_SIGINFO_H | #ifdef HAVE_SIGINFO_H | |
#include <siginfo.h> | #include <siginfo.h> | |
#else | #else | |
#ifdef HAVE_SYS_SIGINFO_H | #ifdef HAVE_SYS_SIGINFO_H | |
#include <sys/siginfo.h> | #include <sys/siginfo.h> | |
#endif | #endif | |
#endif | #endif | |
int main() { | int main() { | |
siginfo_t si; si.si_signo = 0; return (si.si_signo == 0); | siginfo_t si; si.si_signo = 0; return (si.si_signo == 0); | |
; return 0; } | ; return 0; } | |
EOF | EOF | |
if { { eval echo configure:7647: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | if { { eval echo configure:7656: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_siginfo_t=yes | ac_cv_siginfo_t=yes | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -rf conftest* | rm -rf conftest* | |
ac_cv_siginfo_t=no | ac_cv_siginfo_t=no | |
fi | fi | |
rm -f conftest* | rm -f conftest* | |
fi | fi | |
echo "$ac_t""$ac_cv_siginfo_t" 1>&6 | echo "$ac_t""$ac_cv_siginfo_t" 1>&6 | |
if test $ac_cv_siginfo_t = yes; then | if test $ac_cv_siginfo_t = yes; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define HAVE_SIGINFO_T 1 | #define HAVE_SIGINFO_T 1 | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for u_char""... $ac_c" 1>&6 | echo $ac_n "checking for u_char""... $ac_c" 1>&6 | |
echo "configure:7668: checking for u_char" >&5 | echo "configure:7677: checking for u_char" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_u_char'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_u_char'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7673 "configure" | #line 7682 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 7357 | skipping to change at line 7358 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_u_char" 1>&6 | echo "$ac_t""$ac_cv_type_u_char" 1>&6 | |
if test $ac_cv_type_u_char = no; then | if test $ac_cv_type_u_char = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define u_char unsigned char | #define u_char unsigned char | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for u_short""... $ac_c" 1>&6 | echo $ac_n "checking for u_short""... $ac_c" 1>&6 | |
echo "configure:7703: checking for u_short" >&5 | echo "configure:7712: checking for u_short" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_u_short'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_u_short'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7708 "configure" | #line 7717 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 7392 | skipping to change at line 7393 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_u_short" 1>&6 | echo "$ac_t""$ac_cv_type_u_short" 1>&6 | |
if test $ac_cv_type_u_short = no; then | if test $ac_cv_type_u_short = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define u_short unsigned short | #define u_short unsigned short | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for u_int""... $ac_c" 1>&6 | echo $ac_n "checking for u_int""... $ac_c" 1>&6 | |
echo "configure:7738: checking for u_int" >&5 | echo "configure:7747: checking for u_int" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_u_int'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_u_int'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7743 "configure" | #line 7752 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 7427 | skipping to change at line 7428 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_u_int" 1>&6 | echo "$ac_t""$ac_cv_type_u_int" 1>&6 | |
if test $ac_cv_type_u_int = no; then | if test $ac_cv_type_u_int = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define u_int unsigned int | #define u_int unsigned int | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for u_long""... $ac_c" 1>&6 | echo $ac_n "checking for u_long""... $ac_c" 1>&6 | |
echo "configure:7773: checking for u_long" >&5 | echo "configure:7782: checking for u_long" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_u_long'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_u_long'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7778 "configure" | #line 7787 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
EOF | EOF | |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
skipping to change at line 7462 | skipping to change at line 7463 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_u_long" 1>&6 | echo "$ac_t""$ac_cv_type_u_long" 1>&6 | |
if test $ac_cv_type_u_long = no; then | if test $ac_cv_type_u_long = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define u_long unsigned long | #define u_long unsigned long | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for int8_t""... $ac_c" 1>&6 | echo $ac_n "checking for int8_t""... $ac_c" 1>&6 | |
echo "configure:7809: checking for int8_t" >&5 | echo "configure:7818: checking for int8_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_int8_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_int8_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7814 "configure" | #line 7823 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_INTTYPES_H | #ifdef HAVE_INTTYPES_H | |
#include <inttypes.h> | #include <inttypes.h> | |
skipping to change at line 7504 | skipping to change at line 7505 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_int8_t" 1>&6 | echo "$ac_t""$ac_cv_type_int8_t" 1>&6 | |
if test $ac_cv_type_int8_t = no; then | if test $ac_cv_type_int8_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define int8_t Int8_t | #define int8_t Int8_t | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for int16_t""... $ac_c" 1>&6 | echo $ac_n "checking for int16_t""... $ac_c" 1>&6 | |
echo "configure:7852: checking for int16_t" >&5 | echo "configure:7861: checking for int16_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_int16_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_int16_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7857 "configure" | #line 7866 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_INTTYPES_H | #ifdef HAVE_INTTYPES_H | |
#include <inttypes.h> | #include <inttypes.h> | |
skipping to change at line 7546 | skipping to change at line 7547 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_int16_t" 1>&6 | echo "$ac_t""$ac_cv_type_int16_t" 1>&6 | |
if test $ac_cv_type_int16_t = no; then | if test $ac_cv_type_int16_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define int16_t Int16_t | #define int16_t Int16_t | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for int32_t""... $ac_c" 1>&6 | echo $ac_n "checking for int32_t""... $ac_c" 1>&6 | |
echo "configure:7895: checking for int32_t" >&5 | echo "configure:7904: checking for int32_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_int32_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_int32_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7900 "configure" | #line 7909 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_INTTYPES_H | #ifdef HAVE_INTTYPES_H | |
#include <inttypes.h> | #include <inttypes.h> | |
skipping to change at line 7588 | skipping to change at line 7589 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_int32_t" 1>&6 | echo "$ac_t""$ac_cv_type_int32_t" 1>&6 | |
if test $ac_cv_type_int32_t = no; then | if test $ac_cv_type_int32_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define int32_t Int32_t | #define int32_t Int32_t | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for int64_t""... $ac_c" 1>&6 | echo $ac_n "checking for int64_t""... $ac_c" 1>&6 | |
echo "configure:7938: checking for int64_t" >&5 | echo "configure:7947: checking for int64_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_int64_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_int64_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7943 "configure" | #line 7952 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_INTTYPES_H | #ifdef HAVE_INTTYPES_H | |
#include <inttypes.h> | #include <inttypes.h> | |
skipping to change at line 7630 | skipping to change at line 7631 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_int64_t" 1>&6 | echo "$ac_t""$ac_cv_type_int64_t" 1>&6 | |
if test $ac_cv_type_int64_t = no; then | if test $ac_cv_type_int64_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define int64_t Int64_t | #define int64_t Int64_t | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for intmax_t""... $ac_c" 1>&6 | echo $ac_n "checking for intmax_t""... $ac_c" 1>&6 | |
echo "configure:7981: checking for intmax_t" >&5 | echo "configure:7990: checking for intmax_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_intmax_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_intmax_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 7986 "configure" | #line 7995 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_INTTYPES_H | #ifdef HAVE_INTTYPES_H | |
#include <inttypes.h> | #include <inttypes.h> | |
skipping to change at line 7672 | skipping to change at line 7673 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_intmax_t" 1>&6 | echo "$ac_t""$ac_cv_type_intmax_t" 1>&6 | |
if test $ac_cv_type_intmax_t = no; then | if test $ac_cv_type_intmax_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define intmax_t Intmax_t | #define intmax_t Intmax_t | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for intptr_t""... $ac_c" 1>&6 | echo $ac_n "checking for intptr_t""... $ac_c" 1>&6 | |
echo "configure:8024: checking for intptr_t" >&5 | echo "configure:8033: checking for intptr_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_intptr_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_intptr_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8029 "configure" | #line 8038 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_INTTYPES_H | #ifdef HAVE_INTTYPES_H | |
#include <inttypes.h> | #include <inttypes.h> | |
skipping to change at line 7714 | skipping to change at line 7715 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_intptr_t" 1>&6 | echo "$ac_t""$ac_cv_type_intptr_t" 1>&6 | |
if test $ac_cv_type_intptr_t = no; then | if test $ac_cv_type_intptr_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define intptr_t Intptr_t | #define intptr_t Intptr_t | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for uint8_t""... $ac_c" 1>&6 | echo $ac_n "checking for uint8_t""... $ac_c" 1>&6 | |
echo "configure:8067: checking for uint8_t" >&5 | echo "configure:8076: checking for uint8_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_uint8_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_uint8_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8072 "configure" | #line 8081 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_INTTYPES_H | #ifdef HAVE_INTTYPES_H | |
#include <inttypes.h> | #include <inttypes.h> | |
skipping to change at line 7756 | skipping to change at line 7757 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_uint8_t" 1>&6 | echo "$ac_t""$ac_cv_type_uint8_t" 1>&6 | |
if test $ac_cv_type_uint8_t = no; then | if test $ac_cv_type_uint8_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define uint8_t UInt8_t | #define uint8_t UInt8_t | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 | echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 | |
echo "configure:8110: checking for uint16_t" >&5 | echo "configure:8119: checking for uint16_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_uint16_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_uint16_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8115 "configure" | #line 8124 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_INTTYPES_H | #ifdef HAVE_INTTYPES_H | |
#include <inttypes.h> | #include <inttypes.h> | |
skipping to change at line 7798 | skipping to change at line 7799 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_uint16_t" 1>&6 | echo "$ac_t""$ac_cv_type_uint16_t" 1>&6 | |
if test $ac_cv_type_uint16_t = no; then | if test $ac_cv_type_uint16_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define uint16_t UInt16_t | #define uint16_t UInt16_t | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 | echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 | |
echo "configure:8153: checking for uint32_t" >&5 | echo "configure:8162: checking for uint32_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_uint32_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_uint32_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8158 "configure" | #line 8167 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_INTTYPES_H | #ifdef HAVE_INTTYPES_H | |
#include <inttypes.h> | #include <inttypes.h> | |
skipping to change at line 7840 | skipping to change at line 7841 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_uint32_t" 1>&6 | echo "$ac_t""$ac_cv_type_uint32_t" 1>&6 | |
if test $ac_cv_type_uint32_t = no; then | if test $ac_cv_type_uint32_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define uint32_t UInt32_t | #define uint32_t UInt32_t | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for uint64_t""... $ac_c" 1>&6 | echo $ac_n "checking for uint64_t""... $ac_c" 1>&6 | |
echo "configure:8196: checking for uint64_t" >&5 | echo "configure:8205: checking for uint64_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_uint64_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_uint64_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8201 "configure" | #line 8210 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_INTTYPES_H | #ifdef HAVE_INTTYPES_H | |
#include <inttypes.h> | #include <inttypes.h> | |
skipping to change at line 7882 | skipping to change at line 7883 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_uint64_t" 1>&6 | echo "$ac_t""$ac_cv_type_uint64_t" 1>&6 | |
if test $ac_cv_type_uint64_t = no; then | if test $ac_cv_type_uint64_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define uint64_t UInt64_t | #define uint64_t UInt64_t | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for uintmax_t""... $ac_c" 1>&6 | echo $ac_n "checking for uintmax_t""... $ac_c" 1>&6 | |
echo "configure:8239: checking for uintmax_t" >&5 | echo "configure:8248: checking for uintmax_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_uintmax_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_uintmax_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8244 "configure" | #line 8253 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_INTTYPES_H | #ifdef HAVE_INTTYPES_H | |
#include <inttypes.h> | #include <inttypes.h> | |
skipping to change at line 7924 | skipping to change at line 7925 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_uintmax_t" 1>&6 | echo "$ac_t""$ac_cv_type_uintmax_t" 1>&6 | |
if test $ac_cv_type_uintmax_t = no; then | if test $ac_cv_type_uintmax_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define uintmax_t UIntmax_t | #define uintmax_t UIntmax_t | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for uintptr_t""... $ac_c" 1>&6 | echo $ac_n "checking for uintptr_t""... $ac_c" 1>&6 | |
echo "configure:8282: checking for uintptr_t" >&5 | echo "configure:8291: checking for uintptr_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_uintptr_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_uintptr_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8287 "configure" | #line 8296 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_INTTYPES_H | #ifdef HAVE_INTTYPES_H | |
#include <inttypes.h> | #include <inttypes.h> | |
skipping to change at line 7966 | skipping to change at line 7967 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_uintptr_t" 1>&6 | echo "$ac_t""$ac_cv_type_uintptr_t" 1>&6 | |
if test $ac_cv_type_uintptr_t = no; then | if test $ac_cv_type_uintptr_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define uintptr_t UIntptr_t | #define uintptr_t UIntptr_t | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for wctype_t""... $ac_c" 1>&6 | echo $ac_n "checking for wctype_t""... $ac_c" 1>&6 | |
echo "configure:8325: checking for wctype_t" >&5 | echo "configure:8334: checking for wctype_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_wctype_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_wctype_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8330 "configure" | #line 8339 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_WCHAR_H | #ifdef HAVE_WCHAR_H | |
#include <wchar.h> | #include <wchar.h> | |
skipping to change at line 8008 | skipping to change at line 8009 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_wctype_t" 1>&6 | echo "$ac_t""$ac_cv_type_wctype_t" 1>&6 | |
if test $ac_cv_type_wctype_t = no; then | if test $ac_cv_type_wctype_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define wctype_t int | #define wctype_t int | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for wint_t""... $ac_c" 1>&6 | echo $ac_n "checking for wint_t""... $ac_c" 1>&6 | |
echo "configure:8368: checking for wint_t" >&5 | echo "configure:8377: checking for wint_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_wint_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_wint_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8373 "configure" | #line 8382 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_WCHAR_H | #ifdef HAVE_WCHAR_H | |
#include <wchar.h> | #include <wchar.h> | |
skipping to change at line 8051 | skipping to change at line 8052 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_wint_t" 1>&6 | echo "$ac_t""$ac_cv_type_wint_t" 1>&6 | |
if test $ac_cv_type_wint_t = no; then | if test $ac_cv_type_wint_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define wint_t int | #define wint_t int | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for mbstate_t""... $ac_c" 1>&6 | echo $ac_n "checking for mbstate_t""... $ac_c" 1>&6 | |
echo "configure:8412: checking for mbstate_t" >&5 | echo "configure:8421: checking for mbstate_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_mbstate_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_mbstate_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8417 "configure" | #line 8426 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_WCHAR_H | #ifdef HAVE_WCHAR_H | |
#include <wchar.h> | #include <wchar.h> | |
skipping to change at line 8093 | skipping to change at line 8094 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_mbstate_t" 1>&6 | echo "$ac_t""$ac_cv_type_mbstate_t" 1>&6 | |
if test $ac_cv_type_mbstate_t = no; then | if test $ac_cv_type_mbstate_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define mbstate_t int | #define mbstate_t int | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking for timestruc_t""... $ac_c" 1>&6 | echo $ac_n "checking for timestruc_t""... $ac_c" 1>&6 | |
echo "configure:8455: checking for timestruc_t" >&5 | echo "configure:8464: checking for timestruc_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_type_timestruc_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_type_timestruc_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8460 "configure" | #line 8469 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <sys/types.h> | #include <sys/types.h> | |
#if HAVE_STDLIB_H || STDC_HEADERS | #if HAVE_STDLIB_H || STDC_HEADERS | |
#include <stdlib.h> | #include <stdlib.h> | |
#endif | #endif | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> | #include <stddef.h> | |
#endif | #endif | |
#ifdef HAVE_SYS_STAT_H | #ifdef HAVE_SYS_STAT_H | |
#include <sys/stat.h> | #include <sys/stat.h> | |
skipping to change at line 8135 | skipping to change at line 8136 | |
fi | fi | |
echo "$ac_t""$ac_cv_type_timestruc_t" 1>&6 | echo "$ac_t""$ac_cv_type_timestruc_t" 1>&6 | |
if test $ac_cv_type_timestruc_t = no; then | if test $ac_cv_type_timestruc_t = no; then | |
cat >> confdefs.h <<\EOF | cat >> confdefs.h <<\EOF | |
#define timestruc_t struct timespec | #define timestruc_t struct timespec | |
EOF | EOF | |
fi | fi | |
echo $ac_n "checking size of char""... $ac_c" 1>&6 | echo $ac_n "checking size of char""... $ac_c" 1>&6 | |
echo "configure:8498: checking size of char" >&5 | echo "configure:8507: checking size of char" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8506 "configure" | #line 8515 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(char)); | fprintf(f, "%d\n", (int)sizeof(char)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:8524: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:8533: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_char=`cat conftestval` | ac_cv_sizeof_char=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_char=0 | ac_cv_sizeof_char=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_char" 1>&6 | echo "$ac_t""$ac_cv_sizeof_char" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_CHAR $ac_cv_sizeof_char | #define SIZEOF_CHAR $ac_cv_sizeof_char | |
EOF | EOF | |
echo $ac_n "checking size of short int""... $ac_c" 1>&6 | echo $ac_n "checking size of short int""... $ac_c" 1>&6 | |
echo "configure:8544: checking size of short int" >&5 | echo "configure:8553: checking size of short int" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_short_int'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_short_int'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8552 "configure" | #line 8561 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(short int)); | fprintf(f, "%d\n", (int)sizeof(short int)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:8570: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:8579: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_short_int=`cat conftestval` | ac_cv_sizeof_short_int=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_short_int=0 | ac_cv_sizeof_short_int=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_short_int" 1>&6 | echo "$ac_t""$ac_cv_sizeof_short_int" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_SHORT_INT $ac_cv_sizeof_short_int | #define SIZEOF_SHORT_INT $ac_cv_sizeof_short_int | |
EOF | EOF | |
echo $ac_n "checking size of int""... $ac_c" 1>&6 | echo $ac_n "checking size of int""... $ac_c" 1>&6 | |
echo "configure:8590: checking size of int" >&5 | echo "configure:8599: checking size of int" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8598 "configure" | #line 8607 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(int)); | fprintf(f, "%d\n", (int)sizeof(int)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:8616: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:8625: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_int=`cat conftestval` | ac_cv_sizeof_int=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_int=0 | ac_cv_sizeof_int=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_int" 1>&6 | echo "$ac_t""$ac_cv_sizeof_int" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_INT $ac_cv_sizeof_int | #define SIZEOF_INT $ac_cv_sizeof_int | |
EOF | EOF | |
echo $ac_n "checking size of long int""... $ac_c" 1>&6 | echo $ac_n "checking size of long int""... $ac_c" 1>&6 | |
echo "configure:8636: checking size of long int" >&5 | echo "configure:8645: checking size of long int" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_long_int'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_long_int'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8644 "configure" | #line 8653 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(long int)); | fprintf(f, "%d\n", (int)sizeof(long int)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:8662: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:8671: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_long_int=`cat conftestval` | ac_cv_sizeof_long_int=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_long_int=0 | ac_cv_sizeof_long_int=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_long_int" 1>&6 | echo "$ac_t""$ac_cv_sizeof_long_int" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_LONG_INT $ac_cv_sizeof_long_int | #define SIZEOF_LONG_INT $ac_cv_sizeof_long_int | |
EOF | EOF | |
echo $ac_n "checking size of long long""... $ac_c" 1>&6 | echo $ac_n "checking size of long long""... $ac_c" 1>&6 | |
echo "configure:8682: checking size of long long" >&5 | echo "configure:8691: checking size of long long" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8690 "configure" | #line 8699 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(long long)); | fprintf(f, "%d\n", (int)sizeof(long long)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:8708: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:8717: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_long_long=`cat conftestval` | ac_cv_sizeof_long_long=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_long_long=0 | ac_cv_sizeof_long_long=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6 | echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | |
EOF | EOF | |
echo $ac_n "checking size of __int64""... $ac_c" 1>&6 | echo $ac_n "checking size of __int64""... $ac_c" 1>&6 | |
echo "configure:8728: checking size of __int64" >&5 | echo "configure:8737: checking size of __int64" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof___int64'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof___int64'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8736 "configure" | #line 8745 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(__int64)); | fprintf(f, "%d\n", (int)sizeof(__int64)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:8754: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:8763: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof___int64=`cat conftestval` | ac_cv_sizeof___int64=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof___int64=0 | ac_cv_sizeof___int64=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof___int64" 1>&6 | echo "$ac_t""$ac_cv_sizeof___int64" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF___INT64 $ac_cv_sizeof___int64 | #define SIZEOF___INT64 $ac_cv_sizeof___int64 | |
EOF | EOF | |
echo $ac_n "checking size of char *""... $ac_c" 1>&6 | echo $ac_n "checking size of char *""... $ac_c" 1>&6 | |
echo "configure:8774: checking size of char *" >&5 | echo "configure:8783: checking size of char *" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_char_p'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_char_p'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8782 "configure" | #line 8791 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(char *)); | fprintf(f, "%d\n", (int)sizeof(char *)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:8800: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:8809: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_char_p=`cat conftestval` | ac_cv_sizeof_char_p=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_char_p=0 | ac_cv_sizeof_char_p=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_char_p" 1>&6 | echo "$ac_t""$ac_cv_sizeof_char_p" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_CHAR_P $ac_cv_sizeof_char_p | #define SIZEOF_CHAR_P $ac_cv_sizeof_char_p | |
EOF | EOF | |
echo $ac_n "checking size of unsigned char""... $ac_c" 1>&6 | echo $ac_n "checking size of unsigned char""... $ac_c" 1>&6 | |
echo "configure:8821: checking size of unsigned char" >&5 | echo "configure:8830: checking size of unsigned char" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_char'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_char'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8829 "configure" | #line 8838 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(unsigned char)); | fprintf(f, "%d\n", (int)sizeof(unsigned char)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:8847: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:8856: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_unsigned_char=`cat conftestval` | ac_cv_sizeof_unsigned_char=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_unsigned_char=0 | ac_cv_sizeof_unsigned_char=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_unsigned_char" 1>&6 | echo "$ac_t""$ac_cv_sizeof_unsigned_char" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_UNSIGNED_CHAR $ac_cv_sizeof_unsigned_char | #define SIZEOF_UNSIGNED_CHAR $ac_cv_sizeof_unsigned_char | |
EOF | EOF | |
echo $ac_n "checking size of unsigned short int""... $ac_c" 1>&6 | echo $ac_n "checking size of unsigned short int""... $ac_c" 1>&6 | |
echo "configure:8867: checking size of unsigned short int" >&5 | echo "configure:8876: checking size of unsigned short int" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_short_int'+set}'`\" = set"; th en | if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_short_int'+set}'`\" = set"; th en | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8875 "configure" | #line 8884 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(unsigned short int)); | fprintf(f, "%d\n", (int)sizeof(unsigned short int)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:8893: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:8902: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_unsigned_short_int=`cat conftestval` | ac_cv_sizeof_unsigned_short_int=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_unsigned_short_int=0 | ac_cv_sizeof_unsigned_short_int=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_unsigned_short_int" 1>&6 | echo "$ac_t""$ac_cv_sizeof_unsigned_short_int" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_UNSIGNED_SHORT_INT $ac_cv_sizeof_unsigned_short_int | #define SIZEOF_UNSIGNED_SHORT_INT $ac_cv_sizeof_unsigned_short_int | |
EOF | EOF | |
echo $ac_n "checking size of unsigned int""... $ac_c" 1>&6 | echo $ac_n "checking size of unsigned int""... $ac_c" 1>&6 | |
echo "configure:8913: checking size of unsigned int" >&5 | echo "configure:8922: checking size of unsigned int" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_int'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_int'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8921 "configure" | #line 8930 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(unsigned int)); | fprintf(f, "%d\n", (int)sizeof(unsigned int)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:8939: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:8948: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_unsigned_int=`cat conftestval` | ac_cv_sizeof_unsigned_int=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_unsigned_int=0 | ac_cv_sizeof_unsigned_int=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_unsigned_int" 1>&6 | echo "$ac_t""$ac_cv_sizeof_unsigned_int" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_UNSIGNED_INT $ac_cv_sizeof_unsigned_int | #define SIZEOF_UNSIGNED_INT $ac_cv_sizeof_unsigned_int | |
EOF | EOF | |
echo $ac_n "checking size of unsigned long int""... $ac_c" 1>&6 | echo $ac_n "checking size of unsigned long int""... $ac_c" 1>&6 | |
echo "configure:8959: checking size of unsigned long int" >&5 | echo "configure:8968: checking size of unsigned long int" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_long_int'+set}'`\" = set"; the n | if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_long_int'+set}'`\" = set"; the n | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 8967 "configure" | #line 8976 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(unsigned long int)); | fprintf(f, "%d\n", (int)sizeof(unsigned long int)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:8985: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:8994: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_unsigned_long_int=`cat conftestval` | ac_cv_sizeof_unsigned_long_int=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_unsigned_long_int=0 | ac_cv_sizeof_unsigned_long_int=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_unsigned_long_int" 1>&6 | echo "$ac_t""$ac_cv_sizeof_unsigned_long_int" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_UNSIGNED_LONG_INT $ac_cv_sizeof_unsigned_long_int | #define SIZEOF_UNSIGNED_LONG_INT $ac_cv_sizeof_unsigned_long_int | |
EOF | EOF | |
echo $ac_n "checking size of unsigned long long""... $ac_c" 1>&6 | echo $ac_n "checking size of unsigned long long""... $ac_c" 1>&6 | |
echo "configure:9005: checking size of unsigned long long" >&5 | echo "configure:9014: checking size of unsigned long long" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_long_long'+set}'`\" = set"; th en | if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_long_long'+set}'`\" = set"; th en | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9013 "configure" | #line 9022 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(unsigned long long)); | fprintf(f, "%d\n", (int)sizeof(unsigned long long)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9031: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9040: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_unsigned_long_long=`cat conftestval` | ac_cv_sizeof_unsigned_long_long=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_unsigned_long_long=0 | ac_cv_sizeof_unsigned_long_long=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_unsigned_long_long" 1>&6 | echo "$ac_t""$ac_cv_sizeof_unsigned_long_long" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long | #define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long | |
EOF | EOF | |
echo $ac_n "checking size of unsigned __int64""... $ac_c" 1>&6 | echo $ac_n "checking size of unsigned __int64""... $ac_c" 1>&6 | |
echo "configure:9051: checking size of unsigned __int64" >&5 | echo "configure:9060: checking size of unsigned __int64" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned___int64'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned___int64'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9059 "configure" | #line 9068 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(unsigned __int64)); | fprintf(f, "%d\n", (int)sizeof(unsigned __int64)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9077: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9086: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_unsigned___int64=`cat conftestval` | ac_cv_sizeof_unsigned___int64=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_unsigned___int64=0 | ac_cv_sizeof_unsigned___int64=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_unsigned___int64" 1>&6 | echo "$ac_t""$ac_cv_sizeof_unsigned___int64" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_UNSIGNED___INT64 $ac_cv_sizeof_unsigned___int64 | #define SIZEOF_UNSIGNED___INT64 $ac_cv_sizeof_unsigned___int64 | |
EOF | EOF | |
echo $ac_n "checking size of unsigned char *""... $ac_c" 1>&6 | echo $ac_n "checking size of unsigned char *""... $ac_c" 1>&6 | |
echo "configure:9097: checking size of unsigned char *" >&5 | echo "configure:9106: checking size of unsigned char *" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_char_p'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_char_p'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9105 "configure" | #line 9114 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(unsigned char *)); | fprintf(f, "%d\n", (int)sizeof(unsigned char *)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9123: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9132: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_unsigned_char_p=`cat conftestval` | ac_cv_sizeof_unsigned_char_p=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_unsigned_char_p=0 | ac_cv_sizeof_unsigned_char_p=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_unsigned_char_p" 1>&6 | echo "$ac_t""$ac_cv_sizeof_unsigned_char_p" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_UNSIGNED_CHAR_P $ac_cv_sizeof_unsigned_char_p | #define SIZEOF_UNSIGNED_CHAR_P $ac_cv_sizeof_unsigned_char_p | |
EOF | EOF | |
echo $ac_n "checking size of float""... $ac_c" 1>&6 | echo $ac_n "checking size of float""... $ac_c" 1>&6 | |
echo "configure:9143: checking size of float" >&5 | echo "configure:9152: checking size of float" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9151 "configure" | #line 9160 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(float)); | fprintf(f, "%d\n", (int)sizeof(float)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9169: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9178: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_float=`cat conftestval` | ac_cv_sizeof_float=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_float=0 | ac_cv_sizeof_float=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_float" 1>&6 | echo "$ac_t""$ac_cv_sizeof_float" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_FLOAT $ac_cv_sizeof_float | #define SIZEOF_FLOAT $ac_cv_sizeof_float | |
EOF | EOF | |
echo $ac_n "checking size of double""... $ac_c" 1>&6 | echo $ac_n "checking size of double""... $ac_c" 1>&6 | |
echo "configure:9189: checking size of double" >&5 | echo "configure:9198: checking size of double" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9197 "configure" | #line 9206 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(double)); | fprintf(f, "%d\n", (int)sizeof(double)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9215: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9224: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_double=`cat conftestval` | ac_cv_sizeof_double=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_double=0 | ac_cv_sizeof_double=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_double" 1>&6 | echo "$ac_t""$ac_cv_sizeof_double" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_DOUBLE $ac_cv_sizeof_double | #define SIZEOF_DOUBLE $ac_cv_sizeof_double | |
EOF | EOF | |
echo $ac_n "checking size of long double""... $ac_c" 1>&6 | echo $ac_n "checking size of long double""... $ac_c" 1>&6 | |
echo "configure:9235: checking size of long double" >&5 | echo "configure:9244: checking size of long double" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9243 "configure" | #line 9252 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(long double)); | fprintf(f, "%d\n", (int)sizeof(long double)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9261: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9270: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_long_double=`cat conftestval` | ac_cv_sizeof_long_double=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_long_double=0 | ac_cv_sizeof_long_double=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_long_double" 1>&6 | echo "$ac_t""$ac_cv_sizeof_long_double" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double | #define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double | |
EOF | EOF | |
echo $ac_n "checking size of size_t""... $ac_c" 1>&6 | echo $ac_n "checking size of size_t""... $ac_c" 1>&6 | |
echo "configure:9282: checking size of size_t" >&5 | echo "configure:9291: checking size of size_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_size_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_size_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9290 "configure" | #line 9299 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(size_t)); | fprintf(f, "%d\n", (int)sizeof(size_t)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9308: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9317: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_size_t=`cat conftestval` | ac_cv_sizeof_size_t=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_size_t=0 | ac_cv_sizeof_size_t=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_size_t" 1>&6 | echo "$ac_t""$ac_cv_sizeof_size_t" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t | #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t | |
EOF | EOF | |
echo $ac_n "checking size of ssize_t""... $ac_c" 1>&6 | echo $ac_n "checking size of ssize_t""... $ac_c" 1>&6 | |
echo "configure:9328: checking size of ssize_t" >&5 | echo "configure:9337: checking size of ssize_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_ssize_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_ssize_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9336 "configure" | #line 9345 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(ssize_t)); | fprintf(f, "%d\n", (int)sizeof(ssize_t)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9354: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9363: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_ssize_t=`cat conftestval` | ac_cv_sizeof_ssize_t=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_ssize_t=0 | ac_cv_sizeof_ssize_t=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_ssize_t" 1>&6 | echo "$ac_t""$ac_cv_sizeof_ssize_t" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_SSIZE_T $ac_cv_sizeof_ssize_t | #define SIZEOF_SSIZE_T $ac_cv_sizeof_ssize_t | |
EOF | EOF | |
echo $ac_n "checking size of ptrdiff_t""... $ac_c" 1>&6 | echo $ac_n "checking size of ptrdiff_t""... $ac_c" 1>&6 | |
echo "configure:9374: checking size of ptrdiff_t" >&5 | echo "configure:9383: checking size of ptrdiff_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_ptrdiff_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_ptrdiff_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9382 "configure" | #line 9391 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(ptrdiff_t)); | fprintf(f, "%d\n", (int)sizeof(ptrdiff_t)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9400: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9409: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_ptrdiff_t=`cat conftestval` | ac_cv_sizeof_ptrdiff_t=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_ptrdiff_t=0 | ac_cv_sizeof_ptrdiff_t=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_ptrdiff_t" 1>&6 | echo "$ac_t""$ac_cv_sizeof_ptrdiff_t" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_PTRDIFF_T $ac_cv_sizeof_ptrdiff_t | #define SIZEOF_PTRDIFF_T $ac_cv_sizeof_ptrdiff_t | |
EOF | EOF | |
echo $ac_n "checking size of mode_t""... $ac_c" 1>&6 | echo $ac_n "checking size of mode_t""... $ac_c" 1>&6 | |
echo "configure:9421: checking size of mode_t" >&5 | echo "configure:9430: checking size of mode_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_mode_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_mode_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9429 "configure" | #line 9438 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(mode_t)); | fprintf(f, "%d\n", (int)sizeof(mode_t)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9447: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9456: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_mode_t=`cat conftestval` | ac_cv_sizeof_mode_t=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_mode_t=0 | ac_cv_sizeof_mode_t=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_mode_t" 1>&6 | echo "$ac_t""$ac_cv_sizeof_mode_t" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_MODE_T $ac_cv_sizeof_mode_t | #define SIZEOF_MODE_T $ac_cv_sizeof_mode_t | |
EOF | EOF | |
echo $ac_n "checking size of uid_t""... $ac_c" 1>&6 | echo $ac_n "checking size of uid_t""... $ac_c" 1>&6 | |
echo "configure:9467: checking size of uid_t" >&5 | echo "configure:9476: checking size of uid_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_uid_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_uid_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9475 "configure" | #line 9484 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(uid_t)); | fprintf(f, "%d\n", (int)sizeof(uid_t)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9493: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9502: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_uid_t=`cat conftestval` | ac_cv_sizeof_uid_t=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_uid_t=0 | ac_cv_sizeof_uid_t=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_uid_t" 1>&6 | echo "$ac_t""$ac_cv_sizeof_uid_t" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_UID_T $ac_cv_sizeof_uid_t | #define SIZEOF_UID_T $ac_cv_sizeof_uid_t | |
EOF | EOF | |
echo $ac_n "checking size of gid_t""... $ac_c" 1>&6 | echo $ac_n "checking size of gid_t""... $ac_c" 1>&6 | |
echo "configure:9513: checking size of gid_t" >&5 | echo "configure:9522: checking size of gid_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_gid_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_gid_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9521 "configure" | #line 9530 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(gid_t)); | fprintf(f, "%d\n", (int)sizeof(gid_t)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9539: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9548: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_gid_t=`cat conftestval` | ac_cv_sizeof_gid_t=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_gid_t=0 | ac_cv_sizeof_gid_t=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_gid_t" 1>&6 | echo "$ac_t""$ac_cv_sizeof_gid_t" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_GID_T $ac_cv_sizeof_gid_t | #define SIZEOF_GID_T $ac_cv_sizeof_gid_t | |
EOF | EOF | |
echo $ac_n "checking size of pid_t""... $ac_c" 1>&6 | echo $ac_n "checking size of pid_t""... $ac_c" 1>&6 | |
echo "configure:9559: checking size of pid_t" >&5 | echo "configure:9568: checking size of pid_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_pid_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_pid_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9567 "configure" | #line 9576 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(pid_t)); | fprintf(f, "%d\n", (int)sizeof(pid_t)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9585: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9594: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_pid_t=`cat conftestval` | ac_cv_sizeof_pid_t=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_pid_t=0 | ac_cv_sizeof_pid_t=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_pid_t" 1>&6 | echo "$ac_t""$ac_cv_sizeof_pid_t" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_PID_T $ac_cv_sizeof_pid_t | #define SIZEOF_PID_T $ac_cv_sizeof_pid_t | |
EOF | EOF | |
echo $ac_n "checking size of dev_t""... $ac_c" 1>&6 | echo $ac_n "checking size of dev_t""... $ac_c" 1>&6 | |
echo "configure:9606: checking size of dev_t" >&5 | echo "configure:9615: checking size of dev_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_dev_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_dev_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9614 "configure" | #line 9623 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(dev_t)); | fprintf(f, "%d\n", (int)sizeof(dev_t)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9632: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9641: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_dev_t=`cat conftestval` | ac_cv_sizeof_dev_t=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_dev_t=0 | ac_cv_sizeof_dev_t=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_dev_t" 1>&6 | echo "$ac_t""$ac_cv_sizeof_dev_t" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_DEV_T $ac_cv_sizeof_dev_t | #define SIZEOF_DEV_T $ac_cv_sizeof_dev_t | |
EOF | EOF | |
echo $ac_n "checking size of major_t""... $ac_c" 1>&6 | echo $ac_n "checking size of major_t""... $ac_c" 1>&6 | |
echo "configure:9652: checking size of major_t" >&5 | echo "configure:9661: checking size of major_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_major_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_major_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9660 "configure" | #line 9669 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(major_t)); | fprintf(f, "%d\n", (int)sizeof(major_t)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9678: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9687: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_major_t=`cat conftestval` | ac_cv_sizeof_major_t=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_major_t=0 | ac_cv_sizeof_major_t=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_major_t" 1>&6 | echo "$ac_t""$ac_cv_sizeof_major_t" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_MAJOR_T $ac_cv_sizeof_major_t | #define SIZEOF_MAJOR_T $ac_cv_sizeof_major_t | |
EOF | EOF | |
echo $ac_n "checking size of minor_t""... $ac_c" 1>&6 | echo $ac_n "checking size of minor_t""... $ac_c" 1>&6 | |
echo "configure:9698: checking size of minor_t" >&5 | echo "configure:9707: checking size of minor_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_minor_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_minor_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9706 "configure" | #line 9715 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#if HAVE_STDDEF_H || STDC_HEADERS | #if HAVE_STDDEF_H || STDC_HEADERS | |
#include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | #include <stddef.h> /* For ptrdiff_t, wchar_t, size_t */ | |
#endif | #endif | |
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |
#include <sys/types.h> | #include <sys/types.h> | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(minor_t)); | fprintf(f, "%d\n", (int)sizeof(minor_t)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |
if { { eval echo configure:9724: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | if { { eval echo configure:9733: \"$ac_link\" ;} 1>&5; { eval $ac_link ;} 2>&5; } && test -s conftest${ac_exeext} && ($rmtcall ./conftest${ac_xexeext}; exit) 2> /dev/null | |
then | then | |
ac_cv_sizeof_minor_t=`cat conftestval` | ac_cv_sizeof_minor_t=`cat conftestval` | |
else | else | |
echo "configure: failed program was:" >&5 | echo "configure: failed program was:" >&5 | |
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |
rm -fr conftest* | rm -fr conftest* | |
ac_cv_sizeof_minor_t=0 | ac_cv_sizeof_minor_t=0 | |
fi | fi | |
rm -fr conftest* | rm -fr conftest* | |
fi | fi | |
fi | fi | |
echo "$ac_t""$ac_cv_sizeof_minor_t" 1>&6 | echo "$ac_t""$ac_cv_sizeof_minor_t" 1>&6 | |
cat >> confdefs.h <<EOF | cat >> confdefs.h <<EOF | |
#define SIZEOF_MINOR_T $ac_cv_sizeof_minor_t | #define SIZEOF_MINOR_T $ac_cv_sizeof_minor_t | |
EOF | EOF | |
echo $ac_n "checking size of time_t""... $ac_c" 1>&6 | echo $ac_n "checking size of time_t""... $ac_c" 1>&6 | |
echo "configure:9745: checking size of time_t" >&5 | echo "configure:9754: checking size of time_t" >&5 | |
if eval "test \"`echo '$''{'ac_cv_sizeof_time_t'+set}'`\" = set"; then | if eval "test \"`echo '$''{'ac_cv_sizeof_time_t'+set}'`\" = set"; then | |
echo $ac_n "(cached) $ac_c" 1>&6 | echo $ac_n "(cached) $ac_c" 1>&6 | |
else | else | |
if test "$cross_compiling" = yes; then | if test "$cross_compiling" = yes; then | |
{ echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | { echo "configure: error: can not run test program while cross compiling" 1> &2; exit 1; } | |
else | else | |
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |
#line 9753 "configure" | #line 9762 "configure" | |
#include "confdefs.h" | #include "confdefs.h" | |
#include <stdio.h> | #include <stdio.h> | |
#include <sys/types.h> | #include <sys/types.h> | |
#ifdef TIME_WITH_SYS_TIME | #ifdef TIME_WITH_SYS_TIME | |
# include <sys/time.h> | # include <sys/time.h> | |
# include <time.h> | # include <time.h> | |
#else | #else | |
#ifdef HAVE_SYS_TIME_H | #ifdef HAVE_SYS_TIME_H | |
# include <sys/time.h> | # include <sys/time.h> | |
#else | #else | |
skipping to change at line 9381 | skipping to change at line 9382 | |
#endif | #endif | |
int | int | |
main() | main() | |
{ | { | |
FILE *f=fopen("conftestval", "w"); | FILE *f=fopen("conftestval", "w"); | |
if (!f) return(1); | if (!f) return(1); | |
fprintf(f, "%d\n", (int)sizeof(time_t)); | fprintf(f, "%d\n", (int)sizeof(time_t)); | |
return(0); | return(0); | |
} | } | |
EOF | EOF | |